aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-10 20:07:45 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-10 20:07:45 +0000
commitc9623290591d36710b6abea5f71962366d287335 (patch)
treebe07a5f897d788f4b8d34bf8641b12317c6240e7
parent24a3196e17dc9792891c284c67d6dbe2171fd2d8 (diff)
downloadopen-axiom-c9623290591d36710b6abea5f71962366d287335.tar.gz
* algebra/syntax.spad.pamphlet (AbstractSyntaxCategory): New.
(HeadAst): Likewise.
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--configure.ac.pamphlet2
-rw-r--r--src/ChangeLog5
-rw-r--r--src/algebra/Makefile.in29
-rw-r--r--src/algebra/Makefile.pamphlet29
-rw-r--r--src/algebra/exposed.lsp.pamphlet2
-rw-r--r--src/algebra/syntax.spad.pamphlet45
-rw-r--r--src/share/algebra/browse.daase3508
-rw-r--r--src/share/algebra/category.daase5494
-rw-r--r--src/share/algebra/compress.daase1308
-rw-r--r--src/share/algebra/interp.daase9847
-rw-r--r--src/share/algebra/operation.daase33008
13 files changed, 26684 insertions, 26613 deletions
diff --git a/configure b/configure
index 7522bf8e..adf3a611 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for OpenAxiom 1.2.0-2008-08-09.
+# Generated by GNU Autoconf 2.60 for OpenAxiom 1.2.0-2008-08-10.
#
# Report bugs to <open-axiom-bugs@lists.sf.net>.
#
@@ -713,8 +713,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='OpenAxiom'
PACKAGE_TARNAME='openaxiom'
-PACKAGE_VERSION='1.2.0-2008-08-09'
-PACKAGE_STRING='OpenAxiom 1.2.0-2008-08-09'
+PACKAGE_VERSION='1.2.0-2008-08-10'
+PACKAGE_STRING='OpenAxiom 1.2.0-2008-08-10'
PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net'
ac_unique_file="src/Makefile.pamphlet"
@@ -1404,7 +1404,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures OpenAxiom 1.2.0-2008-08-09 to adapt to many kinds of systems.
+\`configure' configures OpenAxiom 1.2.0-2008-08-10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1474,7 +1474,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of OpenAxiom 1.2.0-2008-08-09:";;
+ short | recursive ) echo "Configuration of OpenAxiom 1.2.0-2008-08-10:";;
esac
cat <<\_ACEOF
@@ -1578,7 +1578,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-OpenAxiom configure 1.2.0-2008-08-09
+OpenAxiom configure 1.2.0-2008-08-10
generated by GNU Autoconf 2.60
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1592,7 +1592,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by OpenAxiom $as_me 1.2.0-2008-08-09, which was
+It was created by OpenAxiom $as_me 1.2.0-2008-08-10, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -26089,7 +26089,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by OpenAxiom $as_me 1.2.0-2008-08-09, which was
+This file was extended by OpenAxiom $as_me 1.2.0-2008-08-10, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -26138,7 +26138,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-OpenAxiom config.status 1.2.0-2008-08-09
+OpenAxiom config.status 1.2.0-2008-08-10
configured by $0, generated by GNU Autoconf 2.60,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 329300b1..0e1a5bd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.2.0-2008-08-09],
+AC_INIT([OpenAxiom], [1.2.0-2008-08-10],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 1ea4a624..1ac7b1c4 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -1118,7 +1118,7 @@ information:
<<Autoconf init>>=
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.2.0-2008-08-09],
+AC_INIT([OpenAxiom], [1.2.0-2008-08-10],
[open-axiom-bugs@lists.sf.net])
@
diff --git a/src/ChangeLog b/src/ChangeLog
index c1a3bc82..20726305 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2008-08-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * algebra/syntax.spad.pamphlet (AbstractSyntaxCategory): New.
+ (HeadAst): Likewise.
+
+2008-08-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
Fix AW/422
* interp/i-spec1.boot (upDeclare): Fields are not declarations.
* interp/i-map.boot (getUserIdentifiersIn): Ignore field names.
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 93dd4d36..f230c252 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -819,7 +819,8 @@ axiom_algebra_layer_23_nrlibs = \
axiom_algebra_layer_23_objects = \
$(addprefix $(OUT)/, \
$(addsuffix .$(FASLEXT),$(axiom_algebra_layer_23)))
-axiom_algebra_layer_user = RINTERP
+axiom_algebra_layer_user = \
+ RINTERP ASTCAT HEADAST
axiom_algebra_layer_user_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_user))
@@ -828,13 +829,15 @@ axiom_algebra_layer_user_objects = \
$(addprefix $(OUT)/, \
$(addsuffix .$(FASLEXT),$(axiom_algebra_layer_user)))
+HEADAST.NRLIB/code.$(FASLEXT): $(OUT)/ASTCAT.$(FASLEXT)
+
.PHONY: all all-algebra mkdir-output-directory
all: all-ax
all-ax all-algebra: stamp
@ echo finished $(builddir)
-stamp: mkdir-output-directory ${SPADFILES} bootstrap-stamp ${TESTS}
+stamp: mkdir-output-directory ${SPADFILES} user-stamp ${TESTS}
-rm -f stamp
$(STAMP) stamp
@@ -946,8 +949,8 @@ $(axiom_algebra_layer_20_objects): 19-stamp
$(axiom_algebra_layer_21_objects): 20-stamp
$(axiom_algebra_layer_22_objects): 21-stamp
$(axiom_algebra_layer_23_objects): 22-stamp
-$(axiom_algebra_layer_user_objects): 23-stamp
-$(axiom_algebra_bootstrap_objects): user-stamp
+$(axiom_algebra_bootstrap_objects): 23-stamp
+$(axiom_algebra_layer_user_objects): bootstrap-stamp
strap-stamp: $(axiom_algebra_layer_strap_objects)
@ rm -f strap-stamp
@@ -1124,23 +1127,19 @@ strap-stamp: $(axiom_algebra_layer_strap_objects)
@ echo === layer 23 of 23 complete ======
@ echo ==================================
-user-stamp: 23-stamp $(axiom_algebra_layer_user_objects)
- @ rm -f user-stamp
- @ $(STAMP) user-stamp
-
-
-# bootstrap-pre: user-stamp $(axiom_algebra_bootstrap_nrlibs)
-# $(axiom_algebra_bootstrap_nrlibs): user-stamp
-
-# bootstrap-post: bootstrap-pre $(axiom_algebra_bootstrap_objects)
-
-bootstrap-stamp: $(axiom_algebra_bootstrap_objects)
+bootstrap-stamp: 23-stamp $(axiom_algebra_bootstrap_objects)
@ rm -f bootstrap-stamp
@ $(STAMP) bootstrap-stamp
@ echo ==================================
@ echo === algebra complete ======
@ echo ==================================
+user-stamp: bootstrap-stamp $(axiom_algebra_layer_user_objects)
+ @ rm -f user-stamp
+ @ $(STAMP) user-stamp
+
+
+
mostlyclean-local:
@rm -f $(OUT)/*.$(FASLEXT) $(OUT)/*.daase
@rm -rf *.NRLIB
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index 84eca427..45536ced 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -1243,7 +1243,8 @@ axiom_algebra_layer_23_objects = \
Rather than classify newly created algebra into the existing type lattice
we add it here.
<<USERLAYER>>=
-axiom_algebra_layer_user = RINTERP
+axiom_algebra_layer_user = \
+ RINTERP ASTCAT HEADAST
axiom_algebra_layer_user_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_user))
@@ -1251,6 +1252,8 @@ axiom_algebra_layer_user_nrlibs = \
axiom_algebra_layer_user_objects = \
$(addprefix $(OUT)/, \
$(addsuffix .$(FASLEXT),$(axiom_algebra_layer_user)))
+
+HEADAST.NRLIB/code.$(FASLEXT): $(OUT)/ASTCAT.$(FASLEXT)
@
\section{Broken Files}
@@ -2019,8 +2022,8 @@ $(axiom_algebra_layer_20_objects): 19-stamp
$(axiom_algebra_layer_21_objects): 20-stamp
$(axiom_algebra_layer_22_objects): 21-stamp
$(axiom_algebra_layer_23_objects): 22-stamp
-$(axiom_algebra_layer_user_objects): 23-stamp
-$(axiom_algebra_bootstrap_objects): user-stamp
+$(axiom_algebra_bootstrap_objects): 23-stamp
+$(axiom_algebra_layer_user_objects): bootstrap-stamp
strap-stamp: $(axiom_algebra_layer_strap_objects)
@ rm -f strap-stamp
@@ -2197,22 +2200,18 @@ strap-stamp: $(axiom_algebra_layer_strap_objects)
@ echo === layer 23 of 23 complete ======
@ echo ==================================
-user-stamp: 23-stamp $(axiom_algebra_layer_user_objects)
- @ rm -f user-stamp
- @ $(STAMP) user-stamp
-
-
-# bootstrap-pre: user-stamp $(axiom_algebra_bootstrap_nrlibs)
-# $(axiom_algebra_bootstrap_nrlibs): user-stamp
-
-# bootstrap-post: bootstrap-pre $(axiom_algebra_bootstrap_objects)
-
-bootstrap-stamp: $(axiom_algebra_bootstrap_objects)
+bootstrap-stamp: 23-stamp $(axiom_algebra_bootstrap_objects)
@ rm -f bootstrap-stamp
@ $(STAMP) bootstrap-stamp
@ echo ==================================
@ echo === algebra complete ======
@ echo ==================================
+
+user-stamp: bootstrap-stamp $(axiom_algebra_layer_user_objects)
+ @ rm -f user-stamp
+ @ $(STAMP) user-stamp
+
+
@
\section{The Makefile}
@@ -2256,7 +2255,7 @@ all: all-ax
all-ax all-algebra: stamp
@ echo finished $(builddir)
-stamp: mkdir-output-directory ${SPADFILES} bootstrap-stamp ${TESTS}
+stamp: mkdir-output-directory ${SPADFILES} user-stamp ${TESTS}
-rm -f stamp
$(STAMP) stamp
diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet
index b2037c58..2dec4c37 100644
--- a/src/algebra/exposed.lsp.pamphlet
+++ b/src/algebra/exposed.lsp.pamphlet
@@ -168,6 +168,7 @@
(|GroebnerPackage| . GB)
(|GroebnerFactorizationPackage| . GBF)
(|HallBasis| . HB)
+ (|HeadAst| . HEADAST)
(|Heap| . HEAP)
(|HexadecimalExpansion| . HEXADEC)
(|IndexCard| . ICARD)
@@ -539,6 +540,7 @@
(|AbelianMonoid| . ABELMON)
(|AbelianMonoidRing| . AMR)
(|AbelianSemiGroup| . ABELSG)
+ (|AbstractSyntaxCategory| . ASTCAT)
(|Aggregate| . AGG)
(|Algebra| . ALGEBRA)
(|AlgebraicallyClosedField| . ACF)
diff --git a/src/algebra/syntax.spad.pamphlet b/src/algebra/syntax.spad.pamphlet
index 939d040b..04f666e4 100644
--- a/src/algebra/syntax.spad.pamphlet
+++ b/src/algebra/syntax.spad.pamphlet
@@ -335,7 +335,49 @@ ElaboratedExpression(): Public == Private where
@
+\section{SpadAbstractSyntaxCategory}
+
+<<category ASTCAT AbstractSyntaxCategory>>=
+)abbrev category ASTCAT AbstractSyntaxCategory
+++ Author: Gabriel Dos Reis
+++ Date Created: July 5, 2008
+++ Date Last Modified: July 5, 2008
+++ Description: This is the category of Spad abstract syntax trees.
+AbstractSyntaxCategory(): Category ==
+ Join(SetCategory, CoercibleTo Syntax)
+ add
+ coerce(x: %): Syntax ==
+ x pretend Syntax
+ coerce(x: %): OutputForm ==
+ x::Syntax::OutputForm
+@
+
+\subsection{The HeadAst domain}
+
+<<domain HEADAST HeadAst>>=
+)abbrev domain HEADAST HeadAst
+++ Author: Gabriel Dos Reis
+++ Date Created: November 10, 2007
+++ Date Last Modified: July 2008
+++ Description: This domain represents the header of a definition.
+HeadAst(): Public == Private where
+ Public == AbstractSyntaxCategory with
+ headAst: List Symbol -> %
+ ++ headAst [f,x1,..,xn] constructs a function definition header.
+ name: % -> Symbol
+ ++ name(h) returns the name of the operation defined defined.
+ parameters: % -> List Symbol
+ ++ parameters(h) gives the parameters specified in the
+ ++ definition header `h'.
+ Private == add
+ Rep == List Symbol
+ headAst h == per h
+ name h == first rep h
+ parameters h == rest rep h
+@
+
\section{License}
+
<<license>>=
--Copyright (C) 2007-2008, Gabriel Dos Reis.
--All rights reserved.
@@ -374,6 +416,9 @@ ElaboratedExpression(): Public == Private where
<<domain SYNTAX Syntax>>
<<domain CTORCALL ConstructorCall>>
<<domain ELABEXPR ElaboratedExpression>>
+
+<<category ASTCAT AbstractSyntaxCategory>>
+<<domain HEADAST HeadAst>>
@
\end{document}
diff --git a/src/share/algebra/browse.daase b/src/share/algebra/browse.daase
index bd4d97f6..942618f7 100644
--- a/src/share/algebra/browse.daase
+++ b/src/share/algebra/browse.daase
@@ -1,12 +1,12 @@
-(2241696 . 3427192338)
+(2241894 . 3427377763)
(-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.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
(-20 S)
((|constructor| (NIL "The class of abelian groups,{} \\spadignore{i.e.} additive monoids where each element has an additive inverse. \\blankline")) (* (($ (|Integer|) $) "\\spad{n*x} is the product of \\spad{x} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x-y} is the difference of \\spad{x} and \\spad{y} \\spadignore{i.e.} \\spad{x + (-y)}.") (($ $) "\\spad{-x} is the additive inverse of \\spad{x}.")))
@@ -38,7 +38,7 @@ NIL
NIL
(-27)
((|constructor| (NIL "Model for algebraically closed fields.")) (|zerosOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zerosOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. Otherwise they are implicit algebraic quantities. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|zeroOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{zeroOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity which displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}; if possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity.") (($ (|Polynomial| $)) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. If possible,{} \\spad{y} is expressed in terms of radicals. Otherwise it is an implicit algebraic quantity. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootsOf| (((|List| $) (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) (|Polynomial| $)) "\\spad{rootsOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ (|SparseUnivariatePolynomial| $) (|Symbol|)) "\\spad{rootOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ (|SparseUnivariatePolynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}.") (($ (|Polynomial| $)) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
(-28 S R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,{}y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
@@ -46,23 +46,23 @@ NIL
NIL
(-29 R)
((|constructor| (NIL "Model for algebraically closed function spaces.")) (|zerosOf| (((|List| $) $ (|Symbol|)) "\\spad{zerosOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible,{} and otherwise as implicit algebraic quantities which display as \\spad{'yi}. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{zerosOf(p)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}. The \\spad{yi}\\spad{'s} are expressed in radicals if possible. The returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable.")) (|zeroOf| (($ $ (|Symbol|)) "\\spad{zeroOf(p,{} y)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity which displays as \\spad{'y}.") (($ $) "\\spad{zeroOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. The value \\spad{y} is expressed in terms of radicals if possible,{}and otherwise as an implicit algebraic quantity. Error: if \\spad{p} has more than one variable.")) (|rootsOf| (((|List| $) $ (|Symbol|)) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; The returned roots display as \\spad{'y1},{}...,{}\\spad{'yn}. Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values.") (((|List| $) $) "\\spad{rootsOf(p,{} y)} returns \\spad{[y1,{}...,{}yn]} such that \\spad{p(\\spad{yi}) = 0}; Note: the returned symbols \\spad{y1},{}...,{}\\spad{yn} are bound in the interpreter to respective root values. Error: if \\spad{p} has more than one variable \\spad{y}.")) (|rootOf| (($ $ (|Symbol|)) "\\spad{rootOf(p,{}y)} returns \\spad{y} such that \\spad{p(y) = 0}. The object returned displays as \\spad{'y}.") (($ $) "\\spad{rootOf(p)} returns \\spad{y} such that \\spad{p(y) = 0}. Error: if \\spad{p} has more than one variable \\spad{y}.")))
-((-4256 . T) (-4254 . T) (-4253 . T) ((-4261 "*") . T) (-4252 . T) (-4257 . T) (-4251 . T) (-1456 . T))
+((-4258 . T) (-4256 . T) (-4255 . T) ((-4263 "*") . T) (-4254 . T) (-4259 . T) (-4253 . T) (-1442 . 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.")))
NIL
NIL
-(-31 R -1834)
+(-31 R -1819)
((|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 -968) (QUOTE (-525)))))
+((|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))))
(-32 S)
((|constructor| (NIL "The notion of aggregate serves to model any data structure aggregate,{} designating any collection of objects,{} with heterogenous or homogeneous members,{} with a finite or infinite number of members,{} explicitly or implicitly represented. An aggregate can in principle represent everything from a string of characters to abstract sets such as \"the set of \\spad{x} satisfying relation {\\em r(x)}\" An attribute \\spadatt{finiteAggregate} is used to assert that a domain has a finite number of elements.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# u} returns the number of items in \\spad{u}.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|size?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{size?(u,{}n)} tests if \\spad{u} has exactly \\spad{n} elements.")) (|more?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{more?(u,{}n)} tests if \\spad{u} has greater than \\spad{n} elements.")) (|less?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{less?(u,{}n)} tests if \\spad{u} has less than \\spad{n} elements.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(u)} tests if \\spad{u} has 0 elements.")) (|empty| (($) "\\spad{empty()}\\$\\spad{D} creates an aggregate of type \\spad{D} with 0 elements. Note: The {\\em \\$D} can be dropped if understood by context,{} \\spadignore{e.g.} \\axiom{u: \\spad{D} \\spad{:=} empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u}]}.")) (|eq?| (((|Boolean|) $ $) "\\spad{eq?(u,{}v)} tests if \\spad{u} and \\spad{v} are same objects.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4259)))
+((|HasAttribute| |#1| (QUOTE -4261)))
(-33)
((|constructor| (NIL "The notion of aggregate serves to model any data structure aggregate,{} designating any collection of objects,{} with heterogenous or homogeneous members,{} with a finite or infinite number of members,{} explicitly or implicitly represented. An aggregate can in principle represent everything from a string of characters to abstract sets such as \"the set of \\spad{x} satisfying relation {\\em r(x)}\" An attribute \\spadatt{finiteAggregate} is used to assert that a domain has a finite number of elements.")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# u} returns the number of items in \\spad{u}.")) (|sample| (($) "\\spad{sample yields} a value of type \\%")) (|size?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{size?(u,{}n)} tests if \\spad{u} has exactly \\spad{n} elements.")) (|more?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{more?(u,{}n)} tests if \\spad{u} has greater than \\spad{n} elements.")) (|less?| (((|Boolean|) $ (|NonNegativeInteger|)) "\\spad{less?(u,{}n)} tests if \\spad{u} has less than \\spad{n} elements.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(u)} tests if \\spad{u} has 0 elements.")) (|empty| (($) "\\spad{empty()}\\$\\spad{D} creates an aggregate of type \\spad{D} with 0 elements. Note: The {\\em \\$D} can be dropped if understood by context,{} \\spadignore{e.g.} \\axiom{u: \\spad{D} \\spad{:=} empty()}.")) (|copy| (($ $) "\\spad{copy(u)} returns a top-level (non-recursive) copy of \\spad{u}. Note: for collections,{} \\axiom{copy(\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u}]}.")) (|eq?| (((|Boolean|) $ $) "\\spad{eq?(u,{}v)} tests if \\spad{u} and \\spad{v} are same objects.")))
-((-1456 . T))
+((-1442 . T))
NIL
(-34)
((|constructor| (NIL "Category for the inverse hyperbolic trigonometric functions.")) (|atanh| (($ $) "\\spad{atanh(x)} returns the hyperbolic arc-tangent of \\spad{x}.")) (|asinh| (($ $) "\\spad{asinh(x)} returns the hyperbolic arc-sine of \\spad{x}.")) (|asech| (($ $) "\\spad{asech(x)} returns the hyperbolic arc-secant of \\spad{x}.")) (|acsch| (($ $) "\\spad{acsch(x)} returns the hyperbolic arc-cosecant of \\spad{x}.")) (|acoth| (($ $) "\\spad{acoth(x)} returns the hyperbolic arc-cotangent of \\spad{x}.")) (|acosh| (($ $) "\\spad{acosh(x)} returns the hyperbolic arc-cosine of \\spad{x}.")))
@@ -70,7 +70,7 @@ NIL
NIL
(-35 |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}.")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
(-36 S R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")) (|coerce| (($ |#2|) "\\spad{coerce(r)} maps the ring element \\spad{r} to a member of the algebra.")))
@@ -78,20 +78,20 @@ NIL
NIL
(-37 R)
((|constructor| (NIL "The category of associative algebras (modules which are themselves rings). \\blankline")) (|coerce| (($ |#1|) "\\spad{coerce(r)} maps the ring element \\spad{r} to a member of the algebra.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
(-38 UP)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in \\spadtype{AlgebraicNumber}.")) (|doublyTransitive?| (((|Boolean|) |#1|) "\\spad{doublyTransitive?(p)} is \\spad{true} if \\spad{p} is irreducible over over the field \\spad{K} generated by its coefficients,{} and if \\spad{p(X) / (X - a)} is irreducible over \\spad{K(a)} where \\spad{p(a) = 0}.")) (|split| (((|Factored| |#1|) |#1|) "\\spad{split(p)} returns a prime factorisation of \\spad{p} over its splitting field.")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns a prime factorisation of \\spad{p} over the field generated by its coefficients.") (((|Factored| |#1|) |#1| (|List| (|AlgebraicNumber|))) "\\spad{factor(p,{} [a1,{}...,{}an])} returns a prime factorisation of \\spad{p} over the field generated by its coefficients and a1,{}...,{}an.")))
NIL
NIL
-(-39 -1834 UP UPUP -2287)
+(-39 -1819 UP UPUP -3057)
((|constructor| (NIL "Function field defined by \\spad{f}(\\spad{x},{} \\spad{y}) = 0.")) (|knownInfBasis| (((|Void|) (|NonNegativeInteger|)) "\\spad{knownInfBasis(n)} \\undocumented{}")))
-((-4252 |has| (-385 |#2|) (-341)) (-4257 |has| (-385 |#2|) (-341)) (-4251 |has| (-385 |#2|) (-341)) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-385 |#2|) (QUOTE (-136))) (|HasCategory| (-385 |#2|) (QUOTE (-138))) (|HasCategory| (-385 |#2|) (QUOTE (-327))) (-2067 (|HasCategory| (-385 |#2|) (QUOTE (-341))) (|HasCategory| (-385 |#2|) (QUOTE (-327)))) (|HasCategory| (-385 |#2|) (QUOTE (-341))) (|HasCategory| (-385 |#2|) (QUOTE (-346))) (-2067 (-12 (|HasCategory| (-385 |#2|) (QUOTE (-213))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (|HasCategory| (-385 |#2|) (QUOTE (-327)))) (-2067 (-12 (|HasCategory| (-385 |#2|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (-12 (|HasCategory| (-385 |#2|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-385 |#2|) (QUOTE (-327))))) (|HasCategory| (-385 |#2|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| (-385 |#2|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-385 |#2|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-346))) (-2067 (|HasCategory| (-385 |#2|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (-12 (|HasCategory| (-385 |#2|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (-12 (|HasCategory| (-385 |#2|) (QUOTE (-213))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))))
-(-40 R -1834)
+((-4254 |has| (-387 |#2|) (-343)) (-4259 |has| (-387 |#2|) (-343)) (-4253 |has| (-387 |#2|) (-343)) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-387 |#2|) (QUOTE (-138))) (|HasCategory| (-387 |#2|) (QUOTE (-140))) (|HasCategory| (-387 |#2|) (QUOTE (-329))) (-2027 (|HasCategory| (-387 |#2|) (QUOTE (-343))) (|HasCategory| (-387 |#2|) (QUOTE (-329)))) (|HasCategory| (-387 |#2|) (QUOTE (-343))) (|HasCategory| (-387 |#2|) (QUOTE (-348))) (-2027 (-12 (|HasCategory| (-387 |#2|) (QUOTE (-215))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (|HasCategory| (-387 |#2|) (QUOTE (-329)))) (-2027 (-12 (|HasCategory| (-387 |#2|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (-12 (|HasCategory| (-387 |#2|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-387 |#2|) (QUOTE (-329))))) (|HasCategory| (-387 |#2|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| (-387 |#2|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-387 |#2|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-348))) (-2027 (|HasCategory| (-387 |#2|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (-12 (|HasCategory| (-387 |#2|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (-12 (|HasCategory| (-387 |#2|) (QUOTE (-215))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))))
+(-40 R -1819)
((|constructor| (NIL "AlgebraicManipulations provides functions to simplify and expand expressions involving algebraic operators.")) (|rootKerSimp| ((|#2| (|BasicOperator|) |#2| (|NonNegativeInteger|)) "\\spad{rootKerSimp(op,{}f,{}n)} should be local but conditional.")) (|rootSimp| ((|#2| |#2|) "\\spad{rootSimp(f)} transforms every radical of the form \\spad{(a * b**(q*n+r))**(1/n)} appearing in \\spad{f} into \\spad{b**q * (a * b**r)**(1/n)}. This transformation is not in general valid for all complex numbers \\spad{b}.")) (|rootProduct| ((|#2| |#2|) "\\spad{rootProduct(f)} combines every product of the form \\spad{(a**(1/n))**m * (a**(1/s))**t} into a single power of a root of \\spad{a},{} and transforms every radical power of the form \\spad{(a**(1/n))**m} into a simpler form.")) (|rootPower| ((|#2| |#2|) "\\spad{rootPower(f)} transforms every radical power of the form \\spad{(a**(1/n))**m} into a simpler form if \\spad{m} and \\spad{n} have a common factor.")) (|ratPoly| (((|SparseUnivariatePolynomial| |#2|) |#2|) "\\spad{ratPoly(f)} returns a polynomial \\spad{p} such that \\spad{p} has no algebraic coefficients,{} and \\spad{p(f) = 0}.")) (|ratDenom| ((|#2| |#2| (|List| (|Kernel| |#2|))) "\\spad{ratDenom(f,{} [a1,{}...,{}an])} removes the \\spad{ai}\\spad{'s} which are algebraic from the denominators in \\spad{f}.") ((|#2| |#2| (|List| |#2|)) "\\spad{ratDenom(f,{} [a1,{}...,{}an])} removes the \\spad{ai}\\spad{'s} which are algebraic kernels from the denominators in \\spad{f}.") ((|#2| |#2| |#2|) "\\spad{ratDenom(f,{} a)} removes \\spad{a} from the denominators in \\spad{f} if \\spad{a} is an algebraic kernel.") ((|#2| |#2|) "\\spad{ratDenom(f)} rationalizes the denominators appearing in \\spad{f} by moving all the algebraic quantities into the numerators.")) (|rootSplit| ((|#2| |#2|) "\\spad{rootSplit(f)} transforms every radical of the form \\spad{(a/b)**(1/n)} appearing in \\spad{f} into \\spad{a**(1/n) / b**(1/n)}. This transformation is not in general valid for all complex numbers \\spad{a} and \\spad{b}.")) (|coerce| (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(x)} \\undocumented")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(x)} \\undocumented")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(x)} \\undocumented")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -408) (|devaluate| |#1|)))))
+((-12 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -410) (|devaluate| |#1|)))))
(-41 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
@@ -99,34 +99,34 @@ NIL
(-42 R A)
((|constructor| (NIL "AlgebraPackage assembles a variety of useful functions for general algebras.")) (|basis| (((|Vector| |#2|) (|Vector| |#2|)) "\\spad{basis(va)} selects a basis from the elements of \\spad{va}.")) (|radicalOfLeftTraceForm| (((|List| |#2|)) "\\spad{radicalOfLeftTraceForm()} returns basis for null space of \\spad{leftTraceMatrix()},{} if the algebra is associative,{} alternative or a Jordan algebra,{} then this space equals the radical (maximal nil ideal) of the algebra.")) (|basisOfCentroid| (((|List| (|Matrix| |#1|))) "\\spad{basisOfCentroid()} returns a basis of the centroid,{} \\spadignore{i.e.} the endomorphism ring of \\spad{A} considered as \\spad{(A,{}A)}-bimodule.")) (|basisOfRightNucloid| (((|List| (|Matrix| |#1|))) "\\spad{basisOfRightNucloid()} returns a basis of the space of endomorphisms of \\spad{A} as left module. Note: right nucloid coincides with right nucleus if \\spad{A} has a unit.")) (|basisOfLeftNucloid| (((|List| (|Matrix| |#1|))) "\\spad{basisOfLeftNucloid()} returns a basis of the space of endomorphisms of \\spad{A} as right module. Note: left nucloid coincides with left nucleus if \\spad{A} has a unit.")) (|basisOfCenter| (((|List| |#2|)) "\\spad{basisOfCenter()} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{commutator(x,{}a) = 0} and \\spad{associator(x,{}a,{}b) = associator(a,{}x,{}b) = associator(a,{}b,{}x) = 0} for all \\spad{a},{}\\spad{b} in \\spad{A}.")) (|basisOfNucleus| (((|List| |#2|)) "\\spad{basisOfNucleus()} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{associator(x,{}a,{}b) = associator(a,{}x,{}b) = associator(a,{}b,{}x) = 0} for all \\spad{a},{}\\spad{b} in \\spad{A}.")) (|basisOfMiddleNucleus| (((|List| |#2|)) "\\spad{basisOfMiddleNucleus()} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{0 = associator(a,{}x,{}b)} for all \\spad{a},{}\\spad{b} in \\spad{A}.")) (|basisOfRightNucleus| (((|List| |#2|)) "\\spad{basisOfRightNucleus()} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{0 = associator(a,{}b,{}x)} for all \\spad{a},{}\\spad{b} in \\spad{A}.")) (|basisOfLeftNucleus| (((|List| |#2|)) "\\spad{basisOfLeftNucleus()} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{0 = associator(x,{}a,{}b)} for all \\spad{a},{}\\spad{b} in \\spad{A}.")) (|basisOfRightAnnihilator| (((|List| |#2|) |#2|) "\\spad{basisOfRightAnnihilator(a)} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{0 = a*x}.")) (|basisOfLeftAnnihilator| (((|List| |#2|) |#2|) "\\spad{basisOfLeftAnnihilator(a)} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{0 = x*a}.")) (|basisOfCommutingElements| (((|List| |#2|)) "\\spad{basisOfCommutingElements()} returns a basis of the space of all \\spad{x} of \\spad{A} satisfying \\spad{0 = commutator(x,{}a)} for all \\spad{a} in \\spad{A}.")) (|biRank| (((|NonNegativeInteger|) |#2|) "\\spad{biRank(x)} determines the number of linearly independent elements in \\spad{x},{} \\spad{x*bi},{} \\spad{bi*x},{} \\spad{bi*x*bj},{} \\spad{i,{}j=1,{}...,{}n},{} where \\spad{b=[b1,{}...,{}bn]} is a basis. Note: if \\spad{A} has a unit,{} then \\spadfunFrom{doubleRank}{AlgebraPackage},{} \\spadfunFrom{weakBiRank}{AlgebraPackage} and \\spadfunFrom{biRank}{AlgebraPackage} coincide.")) (|weakBiRank| (((|NonNegativeInteger|) |#2|) "\\spad{weakBiRank(x)} determines the number of linearly independent elements in the \\spad{bi*x*bj},{} \\spad{i,{}j=1,{}...,{}n},{} where \\spad{b=[b1,{}...,{}bn]} is a basis.")) (|doubleRank| (((|NonNegativeInteger|) |#2|) "\\spad{doubleRank(x)} determines the number of linearly independent elements in \\spad{b1*x},{}...,{}\\spad{x*bn},{} where \\spad{b=[b1,{}...,{}bn]} is a basis.")) (|rightRank| (((|NonNegativeInteger|) |#2|) "\\spad{rightRank(x)} determines the number of linearly independent elements in \\spad{b1*x},{}...,{}\\spad{bn*x},{} where \\spad{b=[b1,{}...,{}bn]} is a basis.")) (|leftRank| (((|NonNegativeInteger|) |#2|) "\\spad{leftRank(x)} determines the number of linearly independent elements in \\spad{x*b1},{}...,{}\\spad{x*bn},{} where \\spad{b=[b1,{}...,{}bn]} is a basis.")))
NIL
-((|HasCategory| |#1| (QUOTE (-286))))
+((|HasCategory| |#1| (QUOTE (-288))))
(-43 R |n| |ls| |gamma|)
((|constructor| (NIL "AlgebraGivenByStructuralConstants implements finite rank algebras over a commutative ring,{} given by the structural constants \\spad{gamma} with respect to a fixed basis \\spad{[a1,{}..,{}an]},{} where \\spad{gamma} is an \\spad{n}-vector of \\spad{n} by \\spad{n} matrices \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{\\spad{ai} * aj = gammaij1 * a1 + ... + gammaijn * an}. The symbols for the fixed basis have to be given as a list of symbols.")) (|coerce| (($ (|Vector| |#1|)) "\\spad{coerce(v)} converts a vector to a member of the algebra by forming a linear combination with the basis element. Note: the vector is assumed to have length equal to the dimension of the algebra.")))
-((-4256 |has| |#1| (-517)) (-4254 . T) (-4253 . T))
-((|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517))))
+((-4258 |has| |#1| (-519)) (-4256 . T) (-4255 . T))
+((|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519))))
(-44 |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.")))
-((-4259 . T) (-4260 . T))
-((-2067 (-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-789))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|))))))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-789))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-789))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
+((-4261 . T) (-4262 . T))
+((-2027 (-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-791))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|))))))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-791))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-791))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
(-45 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 -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341))))
+((|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343))))
(-46 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}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
(-47)
((|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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| $ (QUOTE (-977))) (|HasCategory| $ (LIST (QUOTE -968) (QUOTE (-525)))))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| $ (QUOTE (-979))) (|HasCategory| $ (LIST (QUOTE -970) (QUOTE (-527)))))
(-48)
((|constructor| (NIL "This domain implements anonymous functions")) (|body| (((|Syntax|) $) "\\spad{body(f)} returns the body of the unnamed function \\spad{`f'}.")) (|parameters| (((|List| (|Symbol|)) $) "\\spad{parameters(f)} returns the list of parameters bound by \\spad{`f'}.")))
NIL
NIL
(-49 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}.")))
-((-4256 . T))
+((-4258 . T))
NIL
(-50 S)
((|constructor| (NIL "\\spadtype{AnyFunctions1} implements several utility functions for working with \\spadtype{Any}. These functions are used to go back and forth between objects of \\spadtype{Any} and objects of other types.")) (|retract| ((|#1| (|Any|)) "\\spad{retract(a)} tries to convert \\spad{a} into an object of type \\spad{S}. If possible,{} it returns the object. Error: if no such retraction is possible.")) (|retractable?| (((|Boolean|) (|Any|)) "\\spad{retractable?(a)} tests if \\spad{a} can be converted into an object of type \\spad{S}.")) (|retractIfCan| (((|Union| |#1| "failed") (|Any|)) "\\spad{retractIfCan(a)} tries change \\spad{a} into an object of type \\spad{S}. If it can,{} then such an object is returned. Otherwise,{} \"failed\" is returned.")) (|coerce| (((|Any|) |#1|) "\\spad{coerce(s)} creates an object of \\spadtype{Any} from the object \\spad{s} of type \\spad{S}.")))
@@ -140,7 +140,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
-(-53 |Base| R -1834)
+(-53 |Base| R -1819)
((|constructor| (NIL "This package apply rewrite rules to expressions,{} calling the pattern matcher.")) (|localUnquote| ((|#3| |#3| (|List| (|Symbol|))) "\\spad{localUnquote(f,{}ls)} is a local function.")) (|applyRules| ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3| (|PositiveInteger|)) "\\spad{applyRules([r1,{}...,{}rn],{} expr,{} n)} applies the rules \\spad{r1},{}...,{}\\spad{rn} to \\spad{f} a most \\spad{n} times.") ((|#3| (|List| (|RewriteRule| |#1| |#2| |#3|)) |#3|) "\\spad{applyRules([r1,{}...,{}rn],{} expr)} applies the rules \\spad{r1},{}...,{}\\spad{rn} to \\spad{f} an unlimited number of times,{} \\spadignore{i.e.} until none of \\spad{r1},{}...,{}\\spad{rn} is applicable to the expression.")))
NIL
NIL
@@ -150,7 +150,7 @@ NIL
NIL
(-55 R |Row| |Col|)
((|constructor| (NIL "\\indented{1}{TwoDimensionalArrayCategory is a general array category which} allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and columns returned as objects of type Col. The index of the 'first' row may be obtained by calling the function 'minRowIndex'. The index of the 'first' column may be obtained by calling the function 'minColIndex'. The index of the first element of a 'Row' is the same as the index of the first column in an array and vice versa.")) (|map!| (($ (|Mapping| |#1| |#1|) $) "\\spad{map!(f,{}a)} assign \\spad{a(i,{}j)} to \\spad{f(a(i,{}j))} for all \\spad{i,{} j}")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $ |#1|) "\\spad{map(f,{}a,{}b,{}r)} returns \\spad{c},{} where \\spad{c(i,{}j) = f(a(i,{}j),{}b(i,{}j))} when both \\spad{a(i,{}j)} and \\spad{b(i,{}j)} exist; else \\spad{c(i,{}j) = f(r,{} b(i,{}j))} when \\spad{a(i,{}j)} does not exist; else \\spad{c(i,{}j) = f(a(i,{}j),{}r)} when \\spad{b(i,{}j)} does not exist; otherwise \\spad{c(i,{}j) = f(r,{}r)}.") (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,{}a,{}b)} returns \\spad{c},{} where \\spad{c(i,{}j) = f(a(i,{}j),{}b(i,{}j))} for all \\spad{i,{} j}") (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,{}a)} returns \\spad{b},{} where \\spad{b(i,{}j) = f(a(i,{}j))} for all \\spad{i,{} j}")) (|setColumn!| (($ $ (|Integer|) |#3|) "\\spad{setColumn!(m,{}j,{}v)} sets to \\spad{j}th column of \\spad{m} to \\spad{v}")) (|setRow!| (($ $ (|Integer|) |#2|) "\\spad{setRow!(m,{}i,{}v)} sets to \\spad{i}th row of \\spad{m} to \\spad{v}")) (|qsetelt!| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{qsetelt!(m,{}i,{}j,{}r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} NO error check to determine if indices are in proper ranges")) (|setelt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{setelt(m,{}i,{}j,{}r)} sets the element in the \\spad{i}th row and \\spad{j}th column of \\spad{m} to \\spad{r} error check to determine if indices are in proper ranges")) (|parts| (((|List| |#1|) $) "\\spad{parts(m)} returns a list of the elements of \\spad{m} in row major order")) (|column| ((|#3| $ (|Integer|)) "\\spad{column(m,{}j)} returns the \\spad{j}th column of \\spad{m} error check to determine if index is in proper ranges")) (|row| ((|#2| $ (|Integer|)) "\\spad{row(m,{}i)} returns the \\spad{i}th row of \\spad{m} error check to determine if index is in proper ranges")) (|qelt| ((|#1| $ (|Integer|) (|Integer|)) "\\spad{qelt(m,{}i,{}j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} NO error check to determine if indices are in proper ranges")) (|elt| ((|#1| $ (|Integer|) (|Integer|) |#1|) "\\spad{elt(m,{}i,{}j,{}r)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m},{} if \\spad{m} has an \\spad{i}th row and a \\spad{j}th column,{} and returns \\spad{r} otherwise") ((|#1| $ (|Integer|) (|Integer|)) "\\spad{elt(m,{}i,{}j)} returns the element in the \\spad{i}th row and \\spad{j}th column of the array \\spad{m} error check to determine if indices are in proper ranges")) (|ncols| (((|NonNegativeInteger|) $) "\\spad{ncols(m)} returns the number of columns in the array \\spad{m}")) (|nrows| (((|NonNegativeInteger|) $) "\\spad{nrows(m)} returns the number of rows in the array \\spad{m}")) (|maxColIndex| (((|Integer|) $) "\\spad{maxColIndex(m)} returns the index of the 'last' column of the array \\spad{m}")) (|minColIndex| (((|Integer|) $) "\\spad{minColIndex(m)} returns the index of the 'first' column of the array \\spad{m}")) (|maxRowIndex| (((|Integer|) $) "\\spad{maxRowIndex(m)} returns the index of the 'last' row of the array \\spad{m}")) (|minRowIndex| (((|Integer|) $) "\\spad{minRowIndex(m)} returns the index of the 'first' row of the array \\spad{m}")) (|fill!| (($ $ |#1|) "\\spad{fill!(m,{}r)} fills \\spad{m} with \\spad{r}\\spad{'s}")) (|new| (($ (|NonNegativeInteger|) (|NonNegativeInteger|) |#1|) "\\spad{new(m,{}n,{}r)} is an \\spad{m}-by-\\spad{n} array all of whose entries are \\spad{r}")) (|finiteAggregate| ((|attribute|) "two-dimensional arrays are finite")) (|shallowlyMutable| ((|attribute|) "one may destructively alter arrays")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
(-56 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),{}...]}.")))
@@ -158,65 +158,65 @@ NIL
NIL
(-57 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}")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
(-58 R)
((|constructor| (NIL "\\indented{1}{A TwoDimensionalArray is a two dimensional array with} 1-based indexing for both rows and columns.")) (|shallowlyMutable| ((|attribute|) "One may destructively alter TwoDimensionalArray\\spad{'s}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-59 -2411)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-59 -2365)
((|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
-(-60 -2411)
+(-60 -2365)
((|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
-(-61 -2411)
+(-61 -2365)
((|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
-(-62 -2411)
+(-62 -2365)
((|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
-(-63 -2411)
+(-63 -2365)
((|constructor| (NIL "\\spadtype{Asp20} produces Fortran for Type 20 ASPs,{} for example:\\begin{verbatim} SUBROUTINE QPHESS(N,NROWH,NCOLH,JTHCOL,HESS,X,HX) DOUBLE PRECISION HX(N),X(N),HESS(NROWH,NCOLH) INTEGER JTHCOL,N,NROWH,NCOLH HX(1)=2.0D0*X(1) HX(2)=2.0D0*X(2) HX(3)=2.0D0*X(4)+2.0D0*X(3) HX(4)=2.0D0*X(4)+2.0D0*X(3) HX(5)=2.0D0*X(5) HX(6)=(-2.0D0*X(7))+(-2.0D0*X(6)) HX(7)=(-2.0D0*X(7))+(-2.0D0*X(6)) RETURN END\\end{verbatim}")) (|coerce| (($ (|Matrix| (|FortranExpression| (|construct|) (|construct| (QUOTE X) (QUOTE HESS)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-64 -2411)
+(-64 -2365)
((|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
-(-65 -2411)
+(-65 -2365)
((|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
-(-66 -2411)
+(-66 -2365)
((|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
-(-67 -2411)
+(-67 -2365)
((|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
-(-68 -2411)
+(-68 -2365)
((|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
-(-69 -2411)
+(-69 -2365)
((|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
-(-70 -2411)
+(-70 -2365)
((|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
-(-71 -2411)
+(-71 -2365)
((|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
-(-72 -2411)
+(-72 -2365)
((|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
@@ -228,4509 +228,4517 @@ NIL
((|constructor| (NIL "\\spadtype{Asp42} produces Fortran for Type 42 ASPs,{} needed for NAG routines \\axiomOpFrom{d02raf}{d02Package} and \\axiomOpFrom{d02saf}{d02Package} in particular. These ASPs are in fact three Fortran routines which return a vector of functions,{} and their derivatives \\spad{wrt} \\spad{Y}(\\spad{i}) and also a continuation parameter EPS,{} for example:\\begin{verbatim} SUBROUTINE G(EPS,YA,YB,BC,N) DOUBLE PRECISION EPS,YA(N),YB(N),BC(N) INTEGER N BC(1)=YA(1) BC(2)=YA(2) BC(3)=YB(2)-1.0D0 RETURN END SUBROUTINE JACOBG(EPS,YA,YB,AJ,BJ,N) DOUBLE PRECISION EPS,YA(N),AJ(N,N),BJ(N,N),YB(N) INTEGER N AJ(1,1)=1.0D0 AJ(1,2)=0.0D0 AJ(1,3)=0.0D0 AJ(2,1)=0.0D0 AJ(2,2)=1.0D0 AJ(2,3)=0.0D0 AJ(3,1)=0.0D0 AJ(3,2)=0.0D0 AJ(3,3)=0.0D0 BJ(1,1)=0.0D0 BJ(1,2)=0.0D0 BJ(1,3)=0.0D0 BJ(2,1)=0.0D0 BJ(2,2)=0.0D0 BJ(2,3)=0.0D0 BJ(3,1)=0.0D0 BJ(3,2)=1.0D0 BJ(3,3)=0.0D0 RETURN END SUBROUTINE JACGEP(EPS,YA,YB,BCEP,N) DOUBLE PRECISION EPS,YA(N),YB(N),BCEP(N) INTEGER N BCEP(1)=0.0D0 BCEP(2)=0.0D0 BCEP(3)=0.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct| (QUOTE EPS)) (|construct| (QUOTE YA) (QUOTE YB)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-75 -2411)
+(-75 -2365)
((|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
-(-76 -2411)
+(-76 -2365)
((|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
-(-77 -2411)
+(-77 -2365)
((|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
-(-78 -2411)
+(-78 -2365)
((|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
-(-79 -2411)
+(-79 -2365)
((|constructor| (NIL "\\spadtype{Asp6} produces Fortran for Type 6 ASPs,{} needed for NAG routines \\axiomOpFrom{c05nbf}{c05Package},{} \\axiomOpFrom{c05ncf}{c05Package}. These represent vectors of functions of \\spad{X}(\\spad{i}) and look like:\\begin{verbatim} SUBROUTINE FCN(N,X,FVEC,IFLAG) DOUBLE PRECISION X(N),FVEC(N) INTEGER N,IFLAG FVEC(1)=(-2.0D0*X(2))+(-2.0D0*X(1)**2)+3.0D0*X(1)+1.0D0 FVEC(2)=(-2.0D0*X(3))+(-2.0D0*X(2)**2)+3.0D0*X(2)+(-1.0D0*X(1))+1. &0D0 FVEC(3)=(-2.0D0*X(4))+(-2.0D0*X(3)**2)+3.0D0*X(3)+(-1.0D0*X(2))+1. &0D0 FVEC(4)=(-2.0D0*X(5))+(-2.0D0*X(4)**2)+3.0D0*X(4)+(-1.0D0*X(3))+1. &0D0 FVEC(5)=(-2.0D0*X(6))+(-2.0D0*X(5)**2)+3.0D0*X(5)+(-1.0D0*X(4))+1. &0D0 FVEC(6)=(-2.0D0*X(7))+(-2.0D0*X(6)**2)+3.0D0*X(6)+(-1.0D0*X(5))+1. &0D0 FVEC(7)=(-2.0D0*X(8))+(-2.0D0*X(7)**2)+3.0D0*X(7)+(-1.0D0*X(6))+1. &0D0 FVEC(8)=(-2.0D0*X(9))+(-2.0D0*X(8)**2)+3.0D0*X(8)+(-1.0D0*X(7))+1. &0D0 FVEC(9)=(-2.0D0*X(9)**2)+3.0D0*X(9)+(-1.0D0*X(8))+1.0D0 RETURN END\\end{verbatim}")) (|coerce| (($ (|Vector| (|FortranExpression| (|construct|) (|construct| (QUOTE X)) (|MachineFloat|)))) "\\spad{coerce(f)} takes objects from the appropriate instantiation of \\spadtype{FortranExpression} and turns them into an ASP.")))
NIL
NIL
-(-80 -2411)
+(-80 -2365)
((|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
-(-81 -2411)
+(-81 -2365)
((|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
-(-82 -2411)
+(-82 -2365)
((|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
-(-83 -2411)
+(-83 -2365)
((|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
-(-84 -2411)
+(-84 -2365)
((|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
-(-85 -2411)
+(-85 -2365)
((|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
-(-86 -2411)
+(-86 -2365)
((|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
-(-87 -2411)
+(-87 -2365)
((|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
(-88 R L)
((|constructor| (NIL "\\spadtype{AssociatedEquations} provides functions to compute the associated equations needed for factoring operators")) (|associatedEquations| (((|Record| (|:| |minor| (|List| (|PositiveInteger|))) (|:| |eq| |#2|) (|:| |minors| (|List| (|List| (|PositiveInteger|)))) (|:| |ops| (|List| |#2|))) |#2| (|PositiveInteger|)) "\\spad{associatedEquations(op,{} m)} returns \\spad{[w,{} eq,{} lw,{} lop]} such that \\spad{eq(w) = 0} where \\spad{w} is the given minor,{} and \\spad{lw_i = lop_i(w)} for all the other minors.")) (|uncouplingMatrices| (((|Vector| (|Matrix| |#1|)) (|Matrix| |#1|)) "\\spad{uncouplingMatrices(M)} returns \\spad{[A_1,{}...,{}A_n]} such that if \\spad{y = [y_1,{}...,{}y_n]} is a solution of \\spad{y' = M y},{} then \\spad{[\\$y_j',{}y_j'',{}...,{}y_j^{(n)}\\$] = \\$A_j y\\$} for all \\spad{j}\\spad{'s}.")) (|associatedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| (|List| (|PositiveInteger|))))) |#2| (|PositiveInteger|)) "\\spad{associatedSystem(op,{} m)} returns \\spad{[M,{}w]} such that the \\spad{m}-th associated equation system to \\spad{L} is \\spad{w' = M w}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-341))))
+((|HasCategory| |#1| (QUOTE (-343))))
(-89 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}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
(-90 S)
-((|constructor| (NIL "Category for the inverse trigonometric functions.")) (|atan| (($ $) "\\spad{atan(x)} returns the arc-tangent of \\spad{x}.")) (|asin| (($ $) "\\spad{asin(x)} returns the arc-sine of \\spad{x}.")) (|asec| (($ $) "\\spad{asec(x)} returns the arc-secant of \\spad{x}.")) (|acsc| (($ $) "\\spad{acsc(x)} returns the arc-cosecant of \\spad{x}.")) (|acot| (($ $) "\\spad{acot(x)} returns the arc-cotangent of \\spad{x}.")) (|acos| (($ $) "\\spad{acos(x)} returns the arc-cosine of \\spad{x}.")))
+((|constructor| (NIL "This is the category of Spad abstract syntax trees.")))
NIL
NIL
(-91)
+((|constructor| (NIL "This is the category of Spad abstract syntax trees.")))
+NIL
+NIL
+(-92 S)
((|constructor| (NIL "Category for the inverse trigonometric functions.")) (|atan| (($ $) "\\spad{atan(x)} returns the arc-tangent of \\spad{x}.")) (|asin| (($ $) "\\spad{asin(x)} returns the arc-sine of \\spad{x}.")) (|asec| (($ $) "\\spad{asec(x)} returns the arc-secant of \\spad{x}.")) (|acsc| (($ $) "\\spad{acsc(x)} returns the arc-cosecant of \\spad{x}.")) (|acot| (($ $) "\\spad{acot(x)} returns the arc-cotangent of \\spad{x}.")) (|acos| (($ $) "\\spad{acos(x)} returns the arc-cosine of \\spad{x}.")))
NIL
NIL
-(-92)
+(-93)
+((|constructor| (NIL "Category for the inverse trigonometric functions.")) (|atan| (($ $) "\\spad{atan(x)} returns the arc-tangent of \\spad{x}.")) (|asin| (($ $) "\\spad{asin(x)} returns the arc-sine of \\spad{x}.")) (|asec| (($ $) "\\spad{asec(x)} returns the arc-secant of \\spad{x}.")) (|acsc| (($ $) "\\spad{acsc(x)} returns the arc-cosecant of \\spad{x}.")) (|acot| (($ $) "\\spad{acot(x)} returns the arc-cotangent of \\spad{x}.")) (|acos| (($ $) "\\spad{acos(x)} returns the arc-cosine of \\spad{x}.")))
+NIL
+NIL
+(-94)
((|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\".")))
-((-4259 . T))
+((-4261 . T))
NIL
-(-93)
+(-95)
((|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.")))
-((-4259 . T) ((-4261 "*") . T) (-4260 . T) (-4256 . T) (-4254 . T) (-4253 . T) (-4252 . T) (-4257 . T) (-4251 . T) (-4250 . T) (-4249 . T) (-4248 . T) (-4247 . T) (-4255 . T) (-4258 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4246 . T))
+((-4261 . T) ((-4263 "*") . T) (-4262 . T) (-4258 . T) (-4256 . T) (-4255 . T) (-4254 . T) (-4259 . T) (-4253 . T) (-4252 . T) (-4251 . T) (-4250 . T) (-4249 . T) (-4257 . T) (-4260 . T) (|NullSquare| . T) (|JacobiIdentity| . T) (-4248 . T))
NIL
-(-94 R)
+(-96 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}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-95 R UP)
+(-97 R UP)
((|constructor| (NIL "This package provides balanced factorisations of polynomials.")) (|balancedFactorisation| (((|Factored| |#2|) |#2| (|List| |#2|)) "\\spad{balancedFactorisation(a,{} [b1,{}...,{}bn])} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{pi} is balanced with respect to \\spad{[b1,{}...,{}bm]}.") (((|Factored| |#2|) |#2| |#2|) "\\spad{balancedFactorisation(a,{} b)} returns a factorisation \\spad{a = p1^e1 ... pm^em} such that each \\spad{\\spad{pi}} is balanced with respect to \\spad{b}.")))
NIL
NIL
-(-96 S)
+(-98 S)
((|constructor| (NIL "\\spadtype{BasicType} is the basic category for describing a collection of elements with \\spadop{=} (equality).")) (~= (((|Boolean|) $ $) "\\spad{x~=y} tests if \\spad{x} and \\spad{y} are not equal.")) (= (((|Boolean|) $ $) "\\spad{x=y} tests if \\spad{x} and \\spad{y} are equal.")))
NIL
NIL
-(-97)
+(-99)
((|constructor| (NIL "\\spadtype{BasicType} is the basic category for describing a collection of elements with \\spadop{=} (equality).")) (~= (((|Boolean|) $ $) "\\spad{x~=y} tests if \\spad{x} and \\spad{y} are not equal.")) (= (((|Boolean|) $ $) "\\spad{x=y} tests if \\spad{x} and \\spad{y} are equal.")))
NIL
NIL
-(-98 S)
+(-100 S)
((|constructor| (NIL "\\spadtype{BalancedBinaryTree(S)} is the domain of balanced binary trees (bbtree). A balanced binary tree of \\spad{2**k} leaves,{} for some \\spad{k > 0},{} is symmetric,{} that is,{} the left and right subtree of each interior node have identical shape. In general,{} the left and right subtree of a given node can differ by at most leaf node.")) (|mapDown!| (($ $ |#1| (|Mapping| (|List| |#1|) |#1| |#1| |#1|)) "\\spad{mapDown!(t,{}p,{}f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. Let \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t}. The root value \\spad{x} of \\spad{t} is replaced by \\spad{p}. Then \\spad{f}(value \\spad{l},{} value \\spad{r},{} \\spad{p}),{} where \\spad{l} and \\spad{r} denote the left and right subtrees of \\spad{t},{} is evaluated producing two values \\spad{pl} and \\spad{pr}. Then \\spad{mapDown!(l,{}pl,{}f)} and \\spad{mapDown!(l,{}pr,{}f)} are evaluated.") (($ $ |#1| (|Mapping| |#1| |#1| |#1|)) "\\spad{mapDown!(t,{}p,{}f)} returns \\spad{t} after traversing \\spad{t} in \"preorder\" (node then left then right) fashion replacing the successive interior nodes as follows. The root value \\spad{x} is replaced by \\spad{q} \\spad{:=} \\spad{f}(\\spad{p},{}\\spad{x}). The mapDown!(\\spad{l},{}\\spad{q},{}\\spad{f}) and mapDown!(\\spad{r},{}\\spad{q},{}\\spad{f}) are evaluated for the left and right subtrees \\spad{l} and \\spad{r} of \\spad{t}.")) (|mapUp!| (($ $ $ (|Mapping| |#1| |#1| |#1| |#1| |#1|)) "\\spad{mapUp!(t,{}t1,{}f)} traverses \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r},{}\\spad{l1},{}\\spad{r1}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes. Values \\spad{l1} and \\spad{r1} are values at the corresponding nodes of a balanced binary tree \\spad{t1},{} of identical shape at \\spad{t}.") ((|#1| $ (|Mapping| |#1| |#1| |#1|)) "\\spad{mapUp!(t,{}f)} traverses balanced binary tree \\spad{t} in an \"endorder\" (left then right then node) fashion returning \\spad{t} with the value at each successive interior node of \\spad{t} replaced by \\spad{f}(\\spad{l},{}\\spad{r}) where \\spad{l} and \\spad{r} are the values at the immediate left and right nodes.")) (|setleaves!| (($ $ (|List| |#1|)) "\\spad{setleaves!(t,{} ls)} sets the leaves of \\spad{t} in left-to-right order to the elements of \\spad{ls}.")) (|balancedBinaryTree| (($ (|NonNegativeInteger|) |#1|) "\\spad{balancedBinaryTree(n,{} s)} creates a balanced binary tree with \\spad{n} nodes each with value \\spad{s}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-99 R UP M |Row| |Col|)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-101 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 (-4261 "*"))))
-(-100)
+((|HasAttribute| |#1| (QUOTE (-4263 "*"))))
+(-102)
((|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")))
-((-4259 . T))
+((-4261 . T))
NIL
-(-101 A S)
+(-103 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.")))
NIL
NIL
-(-102 S)
+(-104 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.")))
-((-4260 . T) (-1456 . T))
+((-4262 . T) (-1442 . T))
NIL
-(-103)
+(-105)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating binary expansions.")) (|binary| (($ (|Fraction| (|Integer|))) "\\spad{binary(r)} converts a rational number to a binary expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(b)} returns the fractional part of a binary expansion.")) (|coerce| (((|RadixExpansion| 2) $) "\\spad{coerce(b)} converts a binary expansion to a radix expansion with base 2.") (((|Fraction| (|Integer|)) $) "\\spad{coerce(b)} converts a binary expansion to a rational number.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-525) (QUOTE (-844))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| (-525) (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-138))) (|HasCategory| (-525) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-525) (QUOTE (-953))) (|HasCategory| (-525) (QUOTE (-762))) (-2067 (|HasCategory| (-525) (QUOTE (-762))) (|HasCategory| (-525) (QUOTE (-789)))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-1068))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-525) (QUOTE (-213))) (|HasCategory| (-525) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-525) (LIST (QUOTE -486) (QUOTE (-1092)) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -288) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -265) (QUOTE (-525)) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-286))) (|HasCategory| (-525) (QUOTE (-510))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-525) (LIST (QUOTE -588) (QUOTE (-525)))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (|HasCategory| (-525) (QUOTE (-136)))))
-(-104)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-527) (QUOTE (-846))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| (-527) (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-140))) (|HasCategory| (-527) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-527) (QUOTE (-955))) (|HasCategory| (-527) (QUOTE (-764))) (-2027 (|HasCategory| (-527) (QUOTE (-764))) (|HasCategory| (-527) (QUOTE (-791)))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-1070))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-527) (QUOTE (-215))) (|HasCategory| (-527) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-527) (LIST (QUOTE -488) (QUOTE (-1094)) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -290) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -267) (QUOTE (-527)) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-288))) (|HasCategory| (-527) (QUOTE (-512))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-527) (LIST (QUOTE -590) (QUOTE (-527)))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (|HasCategory| (-527) (QUOTE (-138)))))
+(-106)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Binding' is a name asosciated with a collection of properties.")) (|binding| (($ (|Symbol|) (|List| (|Property|))) "\\spad{binding(n,{}props)} constructs a binding with name \\spad{`n'} and property list `props'.")) (|properties| (((|List| (|Property|)) $) "\\spad{properties(b)} returns the properties associated with binding \\spad{b}.")) (|name| (((|Symbol|) $) "\\spad{name(b)} returns the name of binding \\spad{b}")))
NIL
NIL
-(-105)
+(-107)
((|constructor| (NIL "This domain provides an implementation of binary files. Data is accessed one byte at a time as a small integer.")) (|position!| (((|SingleInteger|) $ (|SingleInteger|)) "\\spad{position!(f,{} i)} sets the current byte-position to \\spad{i}.")) (|position| (((|SingleInteger|) $) "\\spad{position(f)} returns the current byte-position in the file \\spad{f}.")) (|readIfCan!| (((|Union| (|SingleInteger|) "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.")))
NIL
NIL
-(-106)
+(-108)
((|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}")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| (-108) (QUOTE (-1020))) (|HasCategory| (-108) (LIST (QUOTE -288) (QUOTE (-108))))) (|HasCategory| (-108) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-108) (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-108) (QUOTE (-1020))) (|HasCategory| (-108) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-107 R S)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| (-110) (QUOTE (-1022))) (|HasCategory| (-110) (LIST (QUOTE -290) (QUOTE (-110))))) (|HasCategory| (-110) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-110) (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-110) (QUOTE (-1022))) (|HasCategory| (-110) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-109 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}")))
-((-4254 . T) (-4253 . T))
+((-4256 . T) (-4255 . T))
NIL
-(-108)
+(-110)
((|constructor| (NIL "\\indented{1}{\\spadtype{Boolean} is the elementary logic with 2 values:} \\spad{true} and \\spad{false}")) (|test| (($ $) "\\spad{test(b)} returns \\spad{b} and is provided for compatibility with the new compiler.")) (|nor| (($ $ $) "\\spad{nor(a,{}b)} returns the logical negation of \\spad{a} or \\spad{b}.")) (|nand| (($ $ $) "\\spad{nand(a,{}b)} returns the logical negation of \\spad{a} and \\spad{b}.")) (|xor| (($ $ $) "\\spad{xor(a,{}b)} returns the logical exclusive {\\em or} of Boolean \\spad{a} and \\spad{b}.")) (^ (($ $) "\\spad{^ n} returns the negation of \\spad{n}.")) (|false| (($) "\\spad{false} is a logical constant.")) (|true| (($) "\\spad{true} is a logical constant.")))
NIL
NIL
-(-109 A)
+(-111 A)
((|constructor| (NIL "This package exports functions to set some commonly used properties of operators,{} including properties which contain functions.")) (|constantOpIfCan| (((|Union| |#1| "failed") (|BasicOperator|)) "\\spad{constantOpIfCan(op)} returns \\spad{a} if \\spad{op} is the constant nullary operator always returning \\spad{a},{} \"failed\" otherwise.")) (|constantOperator| (((|BasicOperator|) |#1|) "\\spad{constantOperator(a)} returns a nullary operator op such that \\spad{op()} always evaluate to \\spad{a}.")) (|derivative| (((|Union| (|List| (|Mapping| |#1| (|List| |#1|))) "failed") (|BasicOperator|)) "\\spad{derivative(op)} returns the value of the \"\\%diff\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{derivative(op,{} foo)} attaches foo as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{f},{} then applying a derivation \\spad{D} to \\spad{op}(a) returns \\spad{f(a) * D(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|List| (|Mapping| |#1| (|List| |#1|)))) "\\spad{derivative(op,{} [foo1,{}...,{}foon])} attaches [foo1,{}...,{}foon] as the \"\\%diff\" property of \\spad{op}. If \\spad{op} has an \"\\%diff\" property \\spad{[f1,{}...,{}fn]} then applying a derivation \\spad{D} to \\spad{op(a1,{}...,{}an)} returns \\spad{f1(a1,{}...,{}an) * D(a1) + ... + fn(a1,{}...,{}an) * D(an)}.")) (|evaluate| (((|Union| (|Mapping| |#1| (|List| |#1|)) "failed") (|BasicOperator|)) "\\spad{evaluate(op)} returns the value of the \"\\%eval\" property of \\spad{op} if it has one,{} and \"failed\" otherwise.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| |#1|)) "\\spad{evaluate(op,{} foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to a returns the result of \\spad{f(a)}. Argument \\spad{op} must be unary.") (((|BasicOperator|) (|BasicOperator|) (|Mapping| |#1| (|List| |#1|))) "\\spad{evaluate(op,{} foo)} attaches foo as the \"\\%eval\" property of \\spad{op}. If \\spad{op} has an \"\\%eval\" property \\spad{f},{} then applying \\spad{op} to \\spad{(a1,{}...,{}an)} returns the result of \\spad{f(a1,{}...,{}an)}.") (((|Union| |#1| "failed") (|BasicOperator|) (|List| |#1|)) "\\spad{evaluate(op,{} [a1,{}...,{}an])} checks if \\spad{op} has an \"\\%eval\" property \\spad{f}. If it has,{} then \\spad{f(a1,{}...,{}an)} is returned,{} and \"failed\" otherwise.")))
NIL
-((|HasCategory| |#1| (QUOTE (-789))))
-(-110)
+((|HasCategory| |#1| (QUOTE (-791))))
+(-112)
((|constructor| (NIL "A basic operator is an object that can be applied to a list of arguments from a set,{} the result being a kernel over that set.")) (|setProperties| (($ $ (|AssociationList| (|String|) (|None|))) "\\spad{setProperties(op,{} l)} sets the property list of \\spad{op} to \\spad{l}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|setProperty| (($ $ (|String|) (|None|)) "\\spad{setProperty(op,{} s,{} v)} attaches property \\spad{s} to \\spad{op},{} and sets its value to \\spad{v}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|property| (((|Union| (|None|) "failed") $ (|String|)) "\\spad{property(op,{} s)} returns the value of property \\spad{s} if it is attached to \\spad{op},{} and \"failed\" otherwise.")) (|deleteProperty!| (($ $ (|String|)) "\\spad{deleteProperty!(op,{} s)} unattaches property \\spad{s} from \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|assert| (($ $ (|String|)) "\\spad{assert(op,{} s)} attaches property \\spad{s} to \\spad{op}. Argument \\spad{op} is modified \"in place\",{} \\spadignore{i.e.} no copy is made.")) (|has?| (((|Boolean|) $ (|String|)) "\\spad{has?(op,{} s)} tests if property \\spad{s} is attached to \\spad{op}.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(op,{} s)} tests if the name of \\spad{op} is \\spad{s}.")) (|input| (((|Union| (|Mapping| (|InputForm|) (|List| (|InputForm|))) "failed") $) "\\spad{input(op)} returns the \"\\%input\" property of \\spad{op} if it has one attached,{} \"failed\" otherwise.") (($ $ (|Mapping| (|InputForm|) (|List| (|InputForm|)))) "\\spad{input(op,{} foo)} attaches foo as the \"\\%input\" property of \\spad{op}. If \\spad{op} has a \"\\%input\" property \\spad{f},{} then \\spad{op(a1,{}...,{}an)} gets converted to InputForm as \\spad{f(a1,{}...,{}an)}.")) (|display| (($ $ (|Mapping| (|OutputForm|) (|OutputForm|))) "\\spad{display(op,{} foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a)} gets converted to OutputForm as \\spad{f(a)}. Argument \\spad{op} must be unary.") (($ $ (|Mapping| (|OutputForm|) (|List| (|OutputForm|)))) "\\spad{display(op,{} foo)} attaches foo as the \"\\%display\" property of \\spad{op}. If \\spad{op} has a \"\\%display\" property \\spad{f},{} then \\spad{op(a1,{}...,{}an)} gets converted to OutputForm as \\spad{f(a1,{}...,{}an)}.") (((|Union| (|Mapping| (|OutputForm|) (|List| (|OutputForm|))) "failed") $) "\\spad{display(op)} returns the \"\\%display\" property of \\spad{op} if it has one attached,{} and \"failed\" otherwise.")) (|comparison| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{comparison(op,{} foo?)} attaches foo? as the \"\\%less?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has a \"\\%less?\" property \\spad{f},{} then \\spad{f(op1,{} op2)} is called to decide whether \\spad{op1 < op2}.")) (|equality| (($ $ (|Mapping| (|Boolean|) $ $)) "\\spad{equality(op,{} foo?)} attaches foo? as the \"\\%equal?\" property to \\spad{op}. If op1 and op2 have the same name,{} and one of them has an \"\\%equal?\" property \\spad{f},{} then \\spad{f(op1,{} op2)} is called to decide whether op1 and op2 should be considered equal.")) (|weight| (($ $ (|NonNegativeInteger|)) "\\spad{weight(op,{} n)} attaches the weight \\spad{n} to \\spad{op}.") (((|NonNegativeInteger|) $) "\\spad{weight(op)} returns the weight attached to \\spad{op}.")) (|nary?| (((|Boolean|) $) "\\spad{nary?(op)} tests if \\spad{op} has arbitrary arity.")) (|unary?| (((|Boolean|) $) "\\spad{unary?(op)} tests if \\spad{op} is unary.")) (|nullary?| (((|Boolean|) $) "\\spad{nullary?(op)} tests if \\spad{op} is nullary.")) (|arity| (((|Union| (|NonNegativeInteger|) "failed") $) "\\spad{arity(op)} returns \\spad{n} if \\spad{op} is \\spad{n}-ary,{} and \"failed\" if \\spad{op} has arbitrary arity.")) (|operator| (($ (|Symbol|) (|NonNegativeInteger|)) "\\spad{operator(f,{} n)} makes \\spad{f} into an \\spad{n}-ary operator.") (($ (|Symbol|)) "\\spad{operator(f)} makes \\spad{f} into an operator with arbitrary arity.")) (|copy| (($ $) "\\spad{copy(op)} returns a copy of \\spad{op}.")) (|properties| (((|AssociationList| (|String|) (|None|)) $) "\\spad{properties(op)} returns the list of all the properties currently attached to \\spad{op}.")) (|name| (((|Symbol|) $) "\\spad{name(op)} returns the name of \\spad{op}.")))
NIL
NIL
-(-111 -1834 UP)
+(-113 -1819 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
-(-112 |p|)
+(-114 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{Zp:} \\spad{p}-adic numbers are represented as sum(\\spad{i} = 0..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-113 |p|)
+(-115 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{Qp:} numbers are represented as sum(\\spad{i} = \\spad{k}..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in -(\\spad{p} - 1)\\spad{/2},{}...,{}(\\spad{p} - 1)\\spad{/2}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-112 |#1|) (QUOTE (-844))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| (-112 |#1|) (QUOTE (-136))) (|HasCategory| (-112 |#1|) (QUOTE (-138))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-112 |#1|) (QUOTE (-953))) (|HasCategory| (-112 |#1|) (QUOTE (-762))) (-2067 (|HasCategory| (-112 |#1|) (QUOTE (-762))) (|HasCategory| (-112 |#1|) (QUOTE (-789)))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-112 |#1|) (QUOTE (-1068))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| (-112 |#1|) (QUOTE (-213))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -486) (QUOTE (-1092)) (LIST (QUOTE -112) (|devaluate| |#1|)))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -288) (LIST (QUOTE -112) (|devaluate| |#1|)))) (|HasCategory| (-112 |#1|) (LIST (QUOTE -265) (LIST (QUOTE -112) (|devaluate| |#1|)) (LIST (QUOTE -112) (|devaluate| |#1|)))) (|HasCategory| (-112 |#1|) (QUOTE (-286))) (|HasCategory| (-112 |#1|) (QUOTE (-510))) (|HasCategory| (-112 |#1|) (QUOTE (-789))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-112 |#1|) (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-112 |#1|) (QUOTE (-844)))) (|HasCategory| (-112 |#1|) (QUOTE (-136)))))
-(-114 A S)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-114 |#1|) (QUOTE (-846))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| (-114 |#1|) (QUOTE (-138))) (|HasCategory| (-114 |#1|) (QUOTE (-140))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-114 |#1|) (QUOTE (-955))) (|HasCategory| (-114 |#1|) (QUOTE (-764))) (-2027 (|HasCategory| (-114 |#1|) (QUOTE (-764))) (|HasCategory| (-114 |#1|) (QUOTE (-791)))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-114 |#1|) (QUOTE (-1070))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| (-114 |#1|) (QUOTE (-215))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -488) (QUOTE (-1094)) (LIST (QUOTE -114) (|devaluate| |#1|)))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -290) (LIST (QUOTE -114) (|devaluate| |#1|)))) (|HasCategory| (-114 |#1|) (LIST (QUOTE -267) (LIST (QUOTE -114) (|devaluate| |#1|)) (LIST (QUOTE -114) (|devaluate| |#1|)))) (|HasCategory| (-114 |#1|) (QUOTE (-288))) (|HasCategory| (-114 |#1|) (QUOTE (-512))) (|HasCategory| (-114 |#1|) (QUOTE (-791))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-114 |#1|) (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-114 |#1|) (QUOTE (-846)))) (|HasCategory| (-114 |#1|) (QUOTE (-138)))))
+(-116 A S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,{}x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,{}b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,{}\"right\",{}b)} (also written \\axiom{\\spad{b} . right \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,{}\"left\",{}b)} (also written \\axiom{a . left \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,{}\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,{}\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4260)))
-(-115 S)
+((|HasAttribute| |#1| (QUOTE -4262)))
+(-117 S)
((|constructor| (NIL "A binary-recursive aggregate has 0,{} 1 or 2 children and serves as a model for a binary tree or a doubly-linked aggregate structure")) (|setright!| (($ $ $) "\\spad{setright!(a,{}x)} sets the right child of \\spad{t} to be \\spad{x}.")) (|setleft!| (($ $ $) "\\spad{setleft!(a,{}b)} sets the left child of \\axiom{a} to be \\spad{b}.")) (|setelt| (($ $ "right" $) "\\spad{setelt(a,{}\"right\",{}b)} (also written \\axiom{\\spad{b} . right \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setright!(a,{}\\spad{b})}.") (($ $ "left" $) "\\spad{setelt(a,{}\"left\",{}b)} (also written \\axiom{a . left \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setleft!(a,{}\\spad{b})}.")) (|right| (($ $) "\\spad{right(a)} returns the right child.")) (|elt| (($ $ "right") "\\spad{elt(a,{}\"right\")} (also written: \\axiom{a . right}) is equivalent to \\axiom{right(a)}.") (($ $ "left") "\\spad{elt(u,{}\"left\")} (also written: \\axiom{a . left}) is equivalent to \\axiom{left(a)}.")) (|left| (($ $) "\\spad{left(u)} returns the left child.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-116 UP)
+(-118 UP)
((|constructor| (NIL "\\indented{1}{Author: Frederic Lehobey,{} James \\spad{H}. Davenport} Date Created: 28 June 1994 Date Last Updated: 11 July 1997 Basic Operations: brillhartIrreducible? Related Domains: Also See: AMS Classifications: Keywords: factorization Examples: References: [1] John Brillhart,{} Note on Irreducibility Testing,{} Mathematics of Computation,{} vol. 35,{} num. 35,{} Oct. 1980,{} 1379-1381 [2] James Davenport,{} On Brillhart Irreducibility. To appear. [3] John Brillhart,{} On the Euler and Bernoulli polynomials,{} \\spad{J}. Reine Angew. Math.,{} \\spad{v}. 234,{} (1969),{} \\spad{pp}. 45-64")) (|noLinearFactor?| (((|Boolean|) |#1|) "\\spad{noLinearFactor?(p)} returns \\spad{true} if \\spad{p} can be shown to have no linear factor by a theorem of Lehmer,{} \\spad{false} else. \\spad{I} insist on the fact that \\spad{false} does not mean that \\spad{p} has a linear factor.")) (|brillhartTrials| (((|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{brillhartTrials(n)} sets to \\spad{n} the number of tests in \\spadfun{brillhartIrreducible?} and returns the previous value.") (((|NonNegativeInteger|)) "\\spad{brillhartTrials()} returns the number of tests in \\spadfun{brillhartIrreducible?}.")) (|brillhartIrreducible?| (((|Boolean|) |#1| (|Boolean|)) "\\spad{brillhartIrreducible?(p,{}noLinears)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by a remark of Brillhart,{} \\spad{false} else. If \\spad{noLinears} is \\spad{true},{} we are being told \\spad{p} has no linear factors \\spad{false} does not mean that \\spad{p} is reducible.") (((|Boolean|) |#1|) "\\spad{brillhartIrreducible?(p)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by a remark of Brillhart,{} \\spad{false} is inconclusive.")))
NIL
NIL
-(-117 S)
+(-119 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")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-118 S)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-120 S)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,{}b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,{}b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,{}b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (^ (($ $) "\\spad{^ b} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
NIL
NIL
-(-119)
+(-121)
((|constructor| (NIL "The bit aggregate category models aggregates representing large quantities of Boolean data.")) (|xor| (($ $ $) "\\spad{xor(a,{}b)} returns the logical {\\em exclusive-or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|or| (($ $ $) "\\spad{a or b} returns the logical {\\em or} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|and| (($ $ $) "\\spad{a and b} returns the logical {\\em and} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nor| (($ $ $) "\\spad{nor(a,{}b)} returns the logical {\\em nor} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (|nand| (($ $ $) "\\spad{nand(a,{}b)} returns the logical {\\em nand} of bit aggregates \\axiom{a} and \\axiom{\\spad{b}}.")) (^ (($ $) "\\spad{^ b} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")) (|not| (($ $) "\\spad{not(b)} returns the logical {\\em not} of bit aggregate \\axiom{\\spad{b}}.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-120 A S)
+(-122 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")))
NIL
NIL
-(-121 S)
+(-123 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")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
-(-122 S)
+(-124 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.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-123 S)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-125 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.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-124)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-126)
((|constructor| (NIL "ByteArray provides datatype for fix-sized buffer of bytes.")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| (-125) (QUOTE (-789))) (|HasCategory| (-125) (LIST (QUOTE -288) (QUOTE (-125))))) (-12 (|HasCategory| (-125) (QUOTE (-1020))) (|HasCategory| (-125) (LIST (QUOTE -288) (QUOTE (-125)))))) (-2067 (-12 (|HasCategory| (-125) (QUOTE (-1020))) (|HasCategory| (-125) (LIST (QUOTE -288) (QUOTE (-125))))) (|HasCategory| (-125) (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-125) (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| (-125) (QUOTE (-789))) (|HasCategory| (-125) (QUOTE (-1020)))) (|HasCategory| (-125) (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-125) (QUOTE (-1020))) (-12 (|HasCategory| (-125) (QUOTE (-1020))) (|HasCategory| (-125) (LIST (QUOTE -288) (QUOTE (-125))))) (|HasCategory| (-125) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-125)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| (-127) (QUOTE (-791))) (|HasCategory| (-127) (LIST (QUOTE -290) (QUOTE (-127))))) (-12 (|HasCategory| (-127) (QUOTE (-1022))) (|HasCategory| (-127) (LIST (QUOTE -290) (QUOTE (-127)))))) (-2027 (-12 (|HasCategory| (-127) (QUOTE (-1022))) (|HasCategory| (-127) (LIST (QUOTE -290) (QUOTE (-127))))) (|HasCategory| (-127) (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-127) (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| (-127) (QUOTE (-791))) (|HasCategory| (-127) (QUOTE (-1022)))) (|HasCategory| (-127) (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-127) (QUOTE (-1022))) (-12 (|HasCategory| (-127) (QUOTE (-1022))) (|HasCategory| (-127) (LIST (QUOTE -290) (QUOTE (-127))))) (|HasCategory| (-127) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-127)
((|constructor| (NIL "Byte is the datatype of 8-bit sized unsigned integer values.")) (|bitior| (($ $ $) "bitor(\\spad{x},{}\\spad{y}) returns the bitwise `inclusive or' of \\spad{`x'} and \\spad{`y'}.")) (|bitand| (($ $ $) "\\spad{bitand(x,{}y)} returns the bitwise `and' of \\spad{`x'} and \\spad{`y'}.")) (|coerce| (($ (|NonNegativeInteger|)) "\\spad{coerce(x)} has the same effect as byte(\\spad{x}).")) (|byte| (($ (|NonNegativeInteger|)) "\\spad{byte(x)} injects the unsigned integer value \\spad{`v'} into the Byte algebra. \\spad{`v'} must be non-negative and less than 256.")))
NIL
NIL
-(-126)
+(-128)
((|constructor| (NIL "This is an \\spadtype{AbelianMonoid} with the cancellation property,{} \\spadignore{i.e.} \\spad{ a+b = a+c => b=c }. This is formalised by the partial subtraction operator,{} which satisfies the axioms listed below: \\blankline")) (|subtractIfCan| (((|Union| $ "failed") $ $) "\\spad{subtractIfCan(x,{} y)} returns an element \\spad{z} such that \\spad{z+y=x} or \"failed\" if no such element exists.")))
NIL
NIL
-(-127)
+(-129)
((|constructor| (NIL "A cachable set is a set whose elements keep an integer as part of their structure.")) (|setPosition| (((|Void|) $ (|NonNegativeInteger|)) "\\spad{setPosition(x,{} n)} associates the integer \\spad{n} to \\spad{x}.")) (|position| (((|NonNegativeInteger|) $) "\\spad{position(x)} returns the integer \\spad{n} associated to \\spad{x}.")))
NIL
NIL
-(-128)
+(-130)
((|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.")))
-(((-4261 "*") . T))
+(((-4263 "*") . T))
NIL
-(-129 |minix| -2041 S T$)
+(-131 |minix| -2020 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
-(-130 |minix| -2041 R)
+(-132 |minix| -2020 R)
((|constructor| (NIL "CartesianTensor(minix,{}dim,{}\\spad{R}) provides Cartesian tensors with components belonging to a commutative ring \\spad{R}. These tensors can have any number of indices. Each index takes values from \\spad{minix} to \\spad{minix + dim - 1}.")) (|sample| (($) "\\spad{sample()} returns an object of type \\%.")) (|unravel| (($ (|List| |#3|)) "\\spad{unravel(t)} produces a tensor from a list of components such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|ravel| (((|List| |#3|) $) "\\spad{ravel(t)} produces a list of components from a tensor such that \\indented{2}{\\spad{unravel(ravel(t)) = t}.}")) (|leviCivitaSymbol| (($) "\\spad{leviCivitaSymbol()} is the rank \\spad{dim} tensor defined by \\spad{leviCivitaSymbol()(i1,{}...idim) = +1/0/-1} if \\spad{i1,{}...,{}idim} is an even/is nota /is an odd permutation of \\spad{minix,{}...,{}minix+dim-1}.")) (|kroneckerDelta| (($) "\\spad{kroneckerDelta()} is the rank 2 tensor defined by \\indented{3}{\\spad{kroneckerDelta()(i,{}j)}} \\indented{6}{\\spad{= 1\\space{2}if i = j}} \\indented{6}{\\spad{= 0 if\\space{2}i \\~= j}}")) (|reindex| (($ $ (|List| (|Integer|))) "\\spad{reindex(t,{}[i1,{}...,{}idim])} permutes the indices of \\spad{t}. For example,{} if \\spad{r = reindex(t,{} [4,{}1,{}2,{}3])} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank for tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = t(l,{}i,{}j,{}k)}.}")) (|transpose| (($ $ (|Integer|) (|Integer|)) "\\spad{transpose(t,{}i,{}j)} exchanges the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices of \\spad{t}. For example,{} if \\spad{r = transpose(t,{}2,{}3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = t(i,{}k,{}j,{}l)}.}") (($ $) "\\spad{transpose(t)} exchanges the first and last indices of \\spad{t}. For example,{} if \\spad{r = transpose(t)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 4 tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = t(l,{}j,{}k,{}i)}.}")) (|contract| (($ $ (|Integer|) (|Integer|)) "\\spad{contract(t,{}i,{}j)} is the contraction of tensor \\spad{t} which sums along the \\spad{i}\\spad{-}th and \\spad{j}\\spad{-}th indices. For example,{} if \\spad{r = contract(t,{}1,{}3)} for a rank 4 tensor \\spad{t},{} then \\spad{r} is the rank 2 \\spad{(= 4 - 2)} tensor given by \\indented{4}{\\spad{r(i,{}j) = sum(h=1..dim,{}t(h,{}i,{}h,{}j))}.}") (($ $ (|Integer|) $ (|Integer|)) "\\spad{contract(t,{}i,{}s,{}j)} is the inner product of tenors \\spad{s} and \\spad{t} which sums along the \\spad{k1}\\spad{-}th index of \\spad{t} and the \\spad{k2}\\spad{-}th index of \\spad{s}. For example,{} if \\spad{r = contract(s,{}2,{}t,{}1)} for rank 3 tensors rank 3 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is the rank 4 \\spad{(= 3 + 3 - 2)} tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = sum(h=1..dim,{}s(i,{}h,{}j)*t(h,{}k,{}l))}.}")) (* (($ $ $) "\\spad{s*t} is the inner product of the tensors \\spad{s} and \\spad{t} which contracts the last index of \\spad{s} with the first index of \\spad{t},{} \\spadignore{i.e.} \\indented{4}{\\spad{t*s = contract(t,{}rank t,{} s,{} 1)}} \\indented{4}{\\spad{t*s = sum(k=1..N,{} t[i1,{}..,{}iN,{}k]*s[k,{}j1,{}..,{}jM])}} This is compatible with the use of \\spad{M*v} to denote the matrix-vector inner product.")) (|product| (($ $ $) "\\spad{product(s,{}t)} is the outer product of the tensors \\spad{s} and \\spad{t}. For example,{} if \\spad{r = product(s,{}t)} for rank 2 tensors \\spad{s} and \\spad{t},{} then \\spad{r} is a rank 4 tensor given by \\indented{4}{\\spad{r(i,{}j,{}k,{}l) = s(i,{}j)*t(k,{}l)}.}")) (|elt| ((|#3| $ (|List| (|Integer|))) "\\spad{elt(t,{}[i1,{}...,{}iN])} gives a component of a rank \\spad{N} tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,{}i,{}j,{}k,{}l)} gives a component of a rank 4 tensor.") ((|#3| $ (|Integer|) (|Integer|) (|Integer|)) "\\spad{elt(t,{}i,{}j,{}k)} gives a component of a rank 3 tensor.") ((|#3| $ (|Integer|) (|Integer|)) "\\spad{elt(t,{}i,{}j)} gives a component of a rank 2 tensor.") ((|#3| $ (|Integer|)) "\\spad{elt(t,{}i)} gives a component of a rank 1 tensor.") ((|#3| $) "\\spad{elt(t)} gives the component of a rank 0 tensor.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(t)} returns the tensorial rank of \\spad{t} (that is,{} the number of indices). This is the same as the graded module degree.")) (|coerce| (($ (|List| $)) "\\spad{coerce([t_1,{}...,{}t_dim])} allows tensors to be constructed using lists.") (($ (|List| |#3|)) "\\spad{coerce([r_1,{}...,{}r_dim])} allows tensors to be constructed using lists.") (($ (|SquareMatrix| |#2| |#3|)) "\\spad{coerce(m)} views a matrix as a rank 2 tensor.") (($ (|DirectProduct| |#2| |#3|)) "\\spad{coerce(v)} views a vector as a rank 1 tensor.")))
NIL
NIL
-(-131)
+(-133)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Create: February 16,{} 2008. Date Last Updated: February 16,{} 2008. Basic Operations: coerce Related Constructors: Also See: Type")))
NIL
NIL
-(-132)
+(-134)
((|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}.")))
-((-4259 . T) (-4249 . T) (-4260 . T))
-((-2067 (-12 (|HasCategory| (-135) (QUOTE (-346))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135))))) (-12 (|HasCategory| (-135) (QUOTE (-1020))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135)))))) (|HasCategory| (-135) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-135) (QUOTE (-346))) (|HasCategory| (-135) (QUOTE (-789))) (|HasCategory| (-135) (QUOTE (-1020))) (-12 (|HasCategory| (-135) (QUOTE (-1020))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135))))) (|HasCategory| (-135) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-133 R Q A)
+((-4261 . T) (-4251 . T) (-4262 . T))
+((-2027 (-12 (|HasCategory| (-137) (QUOTE (-348))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137))))) (-12 (|HasCategory| (-137) (QUOTE (-1022))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137)))))) (|HasCategory| (-137) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-137) (QUOTE (-348))) (|HasCategory| (-137) (QUOTE (-791))) (|HasCategory| (-137) (QUOTE (-1022))) (-12 (|HasCategory| (-137) (QUOTE (-1022))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137))))) (|HasCategory| (-137) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-135 R Q A)
((|constructor| (NIL "CommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator([q1,{}...,{}qn])} returns \\spad{[[p1,{}...,{}pn],{} d]} such that \\spad{\\spad{qi} = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator([q1,{}...,{}qn])} returns \\spad{[p1,{}...,{}pn]} such that \\spad{\\spad{qi} = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator([q1,{}...,{}qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
NIL
-(-134)
+(-136)
((|constructor| (NIL "Category for the usual combinatorial functions.")) (|permutation| (($ $ $) "\\spad{permutation(n,{} m)} returns the number of permutations of \\spad{n} objects taken \\spad{m} at a time. Note: \\spad{permutation(n,{}m) = n!/(n-m)!}.")) (|factorial| (($ $) "\\spad{factorial(n)} computes the factorial of \\spad{n} (denoted in the literature by \\spad{n!}) Note: \\spad{n! = n (n-1)! when n > 0}; also,{} \\spad{0! = 1}.")) (|binomial| (($ $ $) "\\spad{binomial(n,{}r)} returns the \\spad{(n,{}r)} binomial coefficient (often denoted in the literature by \\spad{C(n,{}r)}). Note: \\spad{C(n,{}r) = n!/(r!(n-r)!)} where \\spad{n >= r >= 0}.")))
NIL
NIL
-(-135)
+(-137)
((|constructor| (NIL "This domain provides the basic character data type.")) (|alphanumeric?| (((|Boolean|) $) "\\spad{alphanumeric?(c)} tests if \\spad{c} is either a letter or number,{} \\spadignore{i.e.} one of 0..9,{} a..\\spad{z} or A..\\spad{Z}.")) (|lowerCase?| (((|Boolean|) $) "\\spad{lowerCase?(c)} tests if \\spad{c} is an lower case letter,{} \\spadignore{i.e.} one of a..\\spad{z}.")) (|upperCase?| (((|Boolean|) $) "\\spad{upperCase?(c)} tests if \\spad{c} is an upper case letter,{} \\spadignore{i.e.} one of A..\\spad{Z}.")) (|alphabetic?| (((|Boolean|) $) "\\spad{alphabetic?(c)} tests if \\spad{c} is a letter,{} \\spadignore{i.e.} one of a..\\spad{z} or A..\\spad{Z}.")) (|hexDigit?| (((|Boolean|) $) "\\spad{hexDigit?(c)} tests if \\spad{c} is a hexadecimal numeral,{} \\spadignore{i.e.} one of 0..9,{} a..\\spad{f} or A..\\spad{F}.")) (|digit?| (((|Boolean|) $) "\\spad{digit?(c)} tests if \\spad{c} is a digit character,{} \\spadignore{i.e.} one of 0..9.")) (|lowerCase| (($ $) "\\spad{lowerCase(c)} converts an upper case letter to the corresponding lower case letter. If \\spad{c} is not an upper case letter,{} then it is returned unchanged.")) (|upperCase| (($ $) "\\spad{upperCase(c)} converts a lower case letter to the corresponding upper case letter. If \\spad{c} is not a lower case letter,{} then it is returned unchanged.")) (|escape| (($) "\\spad{escape()} provides the escape character,{} \\spad{_},{} which is used to allow quotes and other characters {\\em within} strings.")) (|quote| (($) "\\spad{quote()} provides the string quote character,{} \\spad{\"}.")) (|space| (($) "\\spad{space()} provides the blank character.")) (|char| (($ (|String|)) "\\spad{char(s)} provides a character from a string \\spad{s} of length one.") (($ (|NonNegativeInteger|)) "\\spad{char(i)} provides a character corresponding to the integer code \\spad{i}. It is always \\spad{true} that \\spad{ord char i = i}.")) (|ord| (((|NonNegativeInteger|) $) "\\spad{ord(c)} provides an integral code corresponding to the character \\spad{c}. It is always \\spad{true} that \\spad{char ord c = c}.")))
NIL
NIL
-(-136)
+(-138)
((|constructor| (NIL "Rings of Characteristic Non Zero")) (|charthRoot| (((|Union| $ "failed") $) "\\spad{charthRoot(x)} returns the \\spad{p}th root of \\spad{x} where \\spad{p} is the characteristic of the ring.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-137 R)
+(-139 R)
((|constructor| (NIL "This package provides a characteristicPolynomial function for any matrix over a commutative ring.")) (|characteristicPolynomial| ((|#1| (|Matrix| |#1|) |#1|) "\\spad{characteristicPolynomial(m,{}r)} computes the characteristic polynomial of the matrix \\spad{m} evaluated at the point \\spad{r}. In particular,{} if \\spad{r} is the polynomial \\spad{'x},{} then it returns the characteristic polynomial expressed as a polynomial in \\spad{'x}.")))
NIL
NIL
-(-138)
+(-140)
((|constructor| (NIL "Rings of Characteristic Zero.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-139 -1834 UP UPUP)
+(-141 -1819 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
-(-140 R CR)
+(-142 R CR)
((|constructor| (NIL "This package provides the generalized euclidean algorithm which is needed as the basic step for factoring polynomials.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| |#2|)) "failed") (|List| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} where (\\spad{fi} relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g} = sum \\spad{ai} prod \\spad{fj} (\\spad{j} \\spad{\\=} \\spad{i}) or equivalently g/prod \\spad{fj} = sum (ai/fi) or returns \"failed\" if no such list exists")))
NIL
NIL
-(-141 A S)
+(-143 A S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select(p,{}u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#2| $) "\\spad{remove(x,{}u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} \\spad{~=} \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove(p,{}u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|reduce| ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2| |#2|) "\\spad{reduce(f,{}u,{}x,{}z)} reduces the binary operation \\spad{f} across \\spad{u},{} stopping when an \"absorbing element\" \\spad{z} is encountered. As for \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})} when \\spad{u} contains no element \\spad{z}. Thus the third argument \\spad{x} is returned when \\spad{u} is empty.") ((|#2| (|Mapping| |#2| |#2| |#2|) $ |#2|) "\\spad{reduce(f,{}u,{}x)} reduces the binary operation \\spad{f} across \\spad{u},{} where \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u})} if \\spad{u} has 2 or more elements. Returns \\axiom{\\spad{f}(\\spad{x},{}\\spad{y})} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\axiom{reduce(+,{}\\spad{u},{}0)} returns the sum of the elements of \\spad{u}.") ((|#2| (|Mapping| |#2| |#2| |#2|) $) "\\spad{reduce(f,{}u)} reduces the binary operation \\spad{f} across \\spad{u}. For example,{} if \\spad{u} is \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]} then \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\axiom{\\spad{f}(..\\spad{f}(\\spad{f}(\\spad{x},{}\\spad{y}),{}...),{}\\spad{z})}. Note: if \\spad{u} has one element \\spad{x},{} \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|find| (((|Union| |#2| "failed") (|Mapping| (|Boolean|) |#2|) $) "\\spad{find(p,{}u)} returns the first \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \"failed\" otherwise.")) (|construct| (($ (|List| |#2|)) "\\axiom{construct(\\spad{x},{}\\spad{y},{}...,{}\\spad{z})} returns the collection of elements \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}} ordered as given. Equivalently written as \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]\\$\\spad{D}},{} where \\spad{D} is the domain. \\spad{D} may be omitted for those of type List.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasAttribute| |#1| (QUOTE -4259)))
-(-142 S)
+((|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasAttribute| |#1| (QUOTE -4261)))
+(-144 S)
((|constructor| (NIL "A collection is a homogeneous aggregate which can built from list of members. The operation used to build the aggregate is generically named \\spadfun{construct}. However,{} each collection provides its own special function with the same name as the data type,{} except with an initial lower case letter,{} \\spadignore{e.g.} \\spadfun{list} for \\spadtype{List},{} \\spadfun{flexibleArray} for \\spadtype{FlexibleArray},{} and so on.")) (|removeDuplicates| (($ $) "\\spad{removeDuplicates(u)} returns a copy of \\spad{u} with all duplicates removed.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(p,{}u)} returns a copy of \\spad{u} containing only those elements such \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{select(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | \\spad{p}(\\spad{x})]}.")) (|remove| (($ |#1| $) "\\spad{remove(x,{}u)} returns a copy of \\spad{u} with all elements \\axiom{\\spad{y} = \\spad{x}} removed. Note: \\axiom{remove(\\spad{y},{}\\spad{c}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{c} | \\spad{x} \\spad{~=} \\spad{y}]}.") (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove(p,{}u)} returns a copy of \\spad{u} removing all elements \\spad{x} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true}. Note: \\axiom{remove(\\spad{p},{}\\spad{u}) \\spad{==} [\\spad{x} for \\spad{x} in \\spad{u} | not \\spad{p}(\\spad{x})]}.")) (|reduce| ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1| |#1|) "\\spad{reduce(f,{}u,{}x,{}z)} reduces the binary operation \\spad{f} across \\spad{u},{} stopping when an \"absorbing element\" \\spad{z} is encountered. As for \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})},{} \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u},{}\\spad{x})} when \\spad{u} contains no element \\spad{z}. Thus the third argument \\spad{x} is returned when \\spad{u} is empty.") ((|#1| (|Mapping| |#1| |#1| |#1|) $ |#1|) "\\spad{reduce(f,{}u,{}x)} reduces the binary operation \\spad{f} across \\spad{u},{} where \\spad{x} is the identity operation of \\spad{f}. Same as \\axiom{reduce(\\spad{f},{}\\spad{u})} if \\spad{u} has 2 or more elements. Returns \\axiom{\\spad{f}(\\spad{x},{}\\spad{y})} if \\spad{u} has one element \\spad{y},{} \\spad{x} if \\spad{u} is empty. For example,{} \\axiom{reduce(+,{}\\spad{u},{}0)} returns the sum of the elements of \\spad{u}.") ((|#1| (|Mapping| |#1| |#1| |#1|) $) "\\spad{reduce(f,{}u)} reduces the binary operation \\spad{f} across \\spad{u}. For example,{} if \\spad{u} is \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]} then \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\axiom{\\spad{f}(..\\spad{f}(\\spad{f}(\\spad{x},{}\\spad{y}),{}...),{}\\spad{z})}. Note: if \\spad{u} has one element \\spad{x},{} \\axiom{reduce(\\spad{f},{}\\spad{u})} returns \\spad{x}. Error: if \\spad{u} is empty.")) (|find| (((|Union| |#1| "failed") (|Mapping| (|Boolean|) |#1|) $) "\\spad{find(p,{}u)} returns the first \\spad{x} in \\spad{u} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \"failed\" otherwise.")) (|construct| (($ (|List| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y},{}...,{}\\spad{z})} returns the collection of elements \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}} ordered as given. Equivalently written as \\axiom{[\\spad{x},{}\\spad{y},{}...,{}\\spad{z}]\\$\\spad{D}},{} where \\spad{D} is the domain. \\spad{D} may be omitted for those of type List.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-143 |n| K Q)
+(-145 |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.")))
-((-4254 . T) (-4253 . T) (-4256 . T))
+((-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-144)
+(-146)
((|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.")))
NIL
NIL
-(-145 UP |Par|)
+(-147 UP |Par|)
((|complexZeros| (((|List| (|Complex| |#2|)) |#1| |#2|) "\\spad{complexZeros(poly,{} eps)} finds the complex zeros of the univariate polynomial \\spad{poly} to precision eps with solutions returned as complex floats or rationals depending on the type of eps.")))
NIL
NIL
-(-146)
+(-148)
((|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
-(-147 R -1834)
+(-149 R -1819)
((|constructor| (NIL "Provides combinatorial functions over an integral domain.")) (|ipow| ((|#2| (|List| |#2|)) "\\spad{ipow(l)} should be local but conditional.")) (|iidprod| ((|#2| (|List| |#2|)) "\\spad{iidprod(l)} should be local but conditional.")) (|iidsum| ((|#2| (|List| |#2|)) "\\spad{iidsum(l)} should be local but conditional.")) (|iipow| ((|#2| (|List| |#2|)) "\\spad{iipow(l)} should be local but conditional.")) (|iiperm| ((|#2| (|List| |#2|)) "\\spad{iiperm(l)} should be local but conditional.")) (|iibinom| ((|#2| (|List| |#2|)) "\\spad{iibinom(l)} should be local but conditional.")) (|iifact| ((|#2| |#2|) "\\spad{iifact(x)} should be local but conditional.")) (|product| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{product(f(n),{} n = a..b)} returns \\spad{f}(a) * ... * \\spad{f}(\\spad{b}) as a formal product.") ((|#2| |#2| (|Symbol|)) "\\spad{product(f(n),{} n)} returns the formal product \\spad{P}(\\spad{n}) which verifies \\spad{P}(\\spad{n+1})\\spad{/P}(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|summation| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{summation(f(n),{} n = a..b)} returns \\spad{f}(a) + ... + \\spad{f}(\\spad{b}) as a formal sum.") ((|#2| |#2| (|Symbol|)) "\\spad{summation(f(n),{} n)} returns the formal sum \\spad{S}(\\spad{n}) which verifies \\spad{S}(\\spad{n+1}) - \\spad{S}(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|factorials| ((|#2| |#2| (|Symbol|)) "\\spad{factorials(f,{} x)} rewrites the permutations and binomials in \\spad{f} involving \\spad{x} in terms of factorials.") ((|#2| |#2|) "\\spad{factorials(f)} rewrites the permutations and binomials in \\spad{f} in terms of factorials.")) (|factorial| ((|#2| |#2|) "\\spad{factorial(n)} returns the factorial of \\spad{n},{} \\spadignore{i.e.} \\spad{n!}.")) (|permutation| ((|#2| |#2| |#2|) "\\spad{permutation(n,{} r)} returns the number of permutations of \\spad{n} objects taken \\spad{r} at a time,{} \\spadignore{i.e.} \\spad{n!/}(\\spad{n}-\\spad{r})!.")) (|binomial| ((|#2| |#2| |#2|) "\\spad{binomial(n,{} r)} returns the number of subsets of \\spad{r} objects taken among \\spad{n} objects,{} \\spadignore{i.e.} \\spad{n!/}(\\spad{r!} * (\\spad{n}-\\spad{r})!).")) (** ((|#2| |#2| |#2|) "\\spad{a ** b} is the formal exponential a**b.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\spad{F}; error if \\spad{op} is not a combinatorial operator.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} is \\spad{true} if \\spad{op} is a combinatorial operator.")))
NIL
NIL
-(-148 I)
+(-150 I)
((|stirling2| ((|#1| |#1| |#1|) "\\spad{stirling2(n,{}m)} returns the Stirling number of the second kind denoted \\spad{SS[n,{}m]}.")) (|stirling1| ((|#1| |#1| |#1|) "\\spad{stirling1(n,{}m)} returns the Stirling number of the first kind denoted \\spad{S[n,{}m]}.")) (|permutation| ((|#1| |#1| |#1|) "\\spad{permutation(n)} returns \\spad{!P(n,{}r) = n!/(n-r)!}. This is the number of permutations of \\spad{n} objects taken \\spad{r} at a time.")) (|partition| ((|#1| |#1|) "\\spad{partition(n)} returns the number of partitions of the integer \\spad{n}. This is the number of distinct ways that \\spad{n} can be written as a sum of positive integers.")) (|multinomial| ((|#1| |#1| (|List| |#1|)) "\\spad{multinomial(n,{}[m1,{}m2,{}...,{}mk])} returns the multinomial coefficient \\spad{n!/(m1! m2! ... mk!)}.")) (|factorial| ((|#1| |#1|) "\\spad{factorial(n)} returns \\spad{n!}. this is the product of all integers between 1 and \\spad{n} (inclusive). Note: \\spad{0!} is defined to be 1.")) (|binomial| ((|#1| |#1| |#1|) "\\spad{binomial(n,{}r)} returns the binomial coefficient \\spad{C(n,{}r) = n!/(r! (n-r)!)},{} where \\spad{n >= r >= 0}. This is the number of combinations of \\spad{n} objects taken \\spad{r} at a time.")))
NIL
NIL
-(-149)
+(-151)
((|constructor| (NIL "CombinatorialOpsCategory is the category obtaining by adjoining summations and products to the usual combinatorial operations.")) (|product| (($ $ (|SegmentBinding| $)) "\\spad{product(f(n),{} n = a..b)} returns \\spad{f}(a) * ... * \\spad{f}(\\spad{b}) as a formal product.") (($ $ (|Symbol|)) "\\spad{product(f(n),{} n)} returns the formal product \\spad{P}(\\spad{n}) which verifies \\spad{P}(\\spad{n+1})\\spad{/P}(\\spad{n}) = \\spad{f}(\\spad{n}).")) (|summation| (($ $ (|SegmentBinding| $)) "\\spad{summation(f(n),{} n = a..b)} returns \\spad{f}(a) + ... + \\spad{f}(\\spad{b}) as a formal sum.") (($ $ (|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| (($ $ (|Symbol|)) "\\spad{factorials(f,{} x)} rewrites the permutations and binomials in \\spad{f} involving \\spad{x} in terms of factorials.") (($ $) "\\spad{factorials(f)} rewrites the permutations and binomials in \\spad{f} in terms of factorials.")))
NIL
NIL
-(-150)
+(-152)
((|constructor| (NIL "A type for basic commutators")) (|mkcomm| (($ $ $) "\\spad{mkcomm(i,{}j)} \\undocumented{}") (($ (|Integer|)) "\\spad{mkcomm(i)} \\undocumented{}")))
NIL
NIL
-(-151)
+(-153)
((|constructor| (NIL "This package exports the elementary operators,{} with some semantics already attached to them. The semantics that is attached here is not dependent on the set in which the operators will be applied.")) (|operator| (((|BasicOperator|) (|Symbol|)) "\\spad{operator(s)} returns an operator with name \\spad{s},{} with the appropriate semantics if \\spad{s} is known. If \\spad{s} is not known,{} the result has no semantics.")))
NIL
NIL
-(-152 R UP UPUP)
+(-154 R UP UPUP)
((|constructor| (NIL "A package for swapping the order of two variables in a tower of two UnivariatePolynomialCategory extensions.")) (|swap| ((|#3| |#3|) "\\spad{swap(p(x,{}y))} returns \\spad{p}(\\spad{y},{}\\spad{x}).")))
NIL
NIL
-(-153 S R)
+(-155 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 (-844))) (|HasCategory| |#2| (QUOTE (-510))) (|HasCategory| |#2| (QUOTE (-934))) (|HasCategory| |#2| (QUOTE (-1114))) (|HasCategory| |#2| (QUOTE (-986))) (|HasCategory| |#2| (QUOTE (-953))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-341))) (|HasAttribute| |#2| (QUOTE -4255)) (|HasAttribute| |#2| (QUOTE -4258)) (|HasCategory| |#2| (QUOTE (-286))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-789))))
-(-154 R)
+((|HasCategory| |#2| (QUOTE (-846))) (|HasCategory| |#2| (QUOTE (-512))) (|HasCategory| |#2| (QUOTE (-936))) (|HasCategory| |#2| (QUOTE (-1116))) (|HasCategory| |#2| (QUOTE (-988))) (|HasCategory| |#2| (QUOTE (-955))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-343))) (|HasAttribute| |#2| (QUOTE -4257)) (|HasAttribute| |#2| (QUOTE -4260)) (|HasCategory| |#2| (QUOTE (-288))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-791))))
+(-156 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})")))
-((-4252 -2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4255 |has| |#1| (-6 -4255)) (-4258 |has| |#1| (-6 -4258)) (-1496 . T) (-1456 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 -2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4257 |has| |#1| (-6 -4257)) (-4260 |has| |#1| (-6 -4260)) (-1485 . T) (-1442 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-155 RR PR)
+(-157 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.")))
NIL
NIL
-(-156 R S)
+(-158 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
NIL
-(-157 R)
+(-159 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}.")))
-((-4252 -2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4255 |has| |#1| (-6 -4255)) (-4258 |has| |#1| (-6 -4258)) (-1496 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-327))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-327)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-346))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (QUOTE (-327)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-327)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-327)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-327)))) (-12 (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-327)))) (-12 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-327)))) (|HasCategory| |#1| (QUOTE (-213))) (-12 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-327)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-327)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -265) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-346)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-770)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-789)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-953)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-1114)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-341))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-844))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-844)))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-844))))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (QUOTE (-934))) (|HasCategory| |#1| (QUOTE (-1114)))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (QUOTE (-953))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-327)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -265) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-770))) (|HasCategory| |#1| (QUOTE (-986))) (-12 (|HasCategory| |#1| (QUOTE (-986))) (|HasCategory| |#1| (QUOTE (-1114)))) (|HasCategory| |#1| (QUOTE (-510))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-341)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-213))) (-12 (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasAttribute| |#1| (QUOTE -4255)) (|HasAttribute| |#1| (QUOTE -4258)) (-12 (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092))))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-327)))))
-(-158 R S CS)
+((-4254 -2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4257 |has| |#1| (-6 -4257)) (-4260 |has| |#1| (-6 -4260)) (-1485 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-329))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-329)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-348))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (QUOTE (-329)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-329)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-329)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-329)))) (-12 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-329)))) (-12 (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-329)))) (|HasCategory| |#1| (QUOTE (-215))) (-12 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-329)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-329)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -267) (|devaluate| |#1|) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-348)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-772)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-791)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-955)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-1116)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-343))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-846))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-846)))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-846))))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (QUOTE (-936))) (|HasCategory| |#1| (QUOTE (-1116)))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (QUOTE (-955))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-329)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -267) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-772))) (|HasCategory| |#1| (QUOTE (-988))) (-12 (|HasCategory| |#1| (QUOTE (-988))) (|HasCategory| |#1| (QUOTE (-1116)))) (|HasCategory| |#1| (QUOTE (-512))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-343)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-215))) (-12 (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasAttribute| |#1| (QUOTE -4260)) (-12 (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094))))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-329)))))
+(-160 R S CS)
((|constructor| (NIL "This package supports converting complex expressions to patterns")) (|convert| (((|Pattern| |#1|) |#3|) "\\spad{convert(cs)} converts the complex expression \\spad{cs} to a pattern")))
NIL
NIL
-(-159)
+(-161)
((|constructor| (NIL "This domain implements some global properties of subspaces.")) (|copy| (($ $) "\\spad{copy(x)} \\undocumented")) (|solid| (((|Boolean|) $ (|Boolean|)) "\\spad{solid(x,{}b)} \\undocumented")) (|close| (((|Boolean|) $ (|Boolean|)) "\\spad{close(x,{}b)} \\undocumented")) (|solid?| (((|Boolean|) $) "\\spad{solid?(x)} \\undocumented")) (|closed?| (((|Boolean|) $) "\\spad{closed?(x)} \\undocumented")) (|new| (($) "\\spad{new()} \\undocumented")))
NIL
NIL
-(-160)
+(-162)
((|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.")))
-(((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-161 R)
+(-163 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}.")))
-(((-4261 "*") . T) (-4252 . T) (-4257 . T) (-4251 . T) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") . T) (-4254 . T) (-4259 . T) (-4253 . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-162)
+(-164)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Contour' a list of bindings making up a `virtual scope'.")) (|findBinding| (((|Union| (|Binding|) "failed") (|Symbol|) $) "\\spad{findBinding(c,{}n)} returns the first binding associated with \\spad{`n'}. Otherwise `failed'.")) (|push| (($ (|Binding|) $) "\\spad{push(c,{}b)} augments the contour with binding \\spad{`b'}.")) (|bindings| (((|List| (|Binding|)) $) "\\spad{bindings(c)} returns the list of bindings in countour \\spad{c}.")))
NIL
NIL
-(-163 R)
+(-165 R)
((|constructor| (NIL "CoordinateSystems provides coordinate transformation functions for plotting. Functions in this package return conversion functions which take points expressed in other coordinate systems and return points with the corresponding Cartesian coordinates.")) (|conical| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1| |#1|) "\\spad{conical(a,{}b)} transforms from conical coordinates to Cartesian coordinates: \\spad{conical(a,{}b)} is a function which will map the point \\spad{(lambda,{}mu,{}nu)} to \\spad{x = lambda*mu*nu/(a*b)},{} \\spad{y = lambda/a*sqrt((mu**2-a**2)*(nu**2-a**2)/(a**2-b**2))},{} \\spad{z = lambda/b*sqrt((mu**2-b**2)*(nu**2-b**2)/(b**2-a**2))}.")) (|toroidal| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1|) "\\spad{toroidal(a)} transforms from toroidal coordinates to Cartesian coordinates: \\spad{toroidal(a)} is a function which will map the point \\spad{(u,{}v,{}phi)} to \\spad{x = a*sinh(v)*cos(phi)/(cosh(v)-cos(u))},{} \\spad{y = a*sinh(v)*sin(phi)/(cosh(v)-cos(u))},{} \\spad{z = a*sin(u)/(cosh(v)-cos(u))}.")) (|bipolarCylindrical| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1|) "\\spad{bipolarCylindrical(a)} transforms from bipolar cylindrical coordinates to Cartesian coordinates: \\spad{bipolarCylindrical(a)} is a function which will map the point \\spad{(u,{}v,{}z)} to \\spad{x = a*sinh(v)/(cosh(v)-cos(u))},{} \\spad{y = a*sin(u)/(cosh(v)-cos(u))},{} \\spad{z}.")) (|bipolar| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1|) "\\spad{bipolar(a)} transforms from bipolar coordinates to Cartesian coordinates: \\spad{bipolar(a)} is a function which will map the point \\spad{(u,{}v)} to \\spad{x = a*sinh(v)/(cosh(v)-cos(u))},{} \\spad{y = a*sin(u)/(cosh(v)-cos(u))}.")) (|oblateSpheroidal| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1|) "\\spad{oblateSpheroidal(a)} transforms from oblate spheroidal coordinates to Cartesian coordinates: \\spad{oblateSpheroidal(a)} is a function which will map the point \\spad{(\\spad{xi},{}eta,{}phi)} to \\spad{x = a*sinh(\\spad{xi})*sin(eta)*cos(phi)},{} \\spad{y = a*sinh(\\spad{xi})*sin(eta)*sin(phi)},{} \\spad{z = a*cosh(\\spad{xi})*cos(eta)}.")) (|prolateSpheroidal| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1|) "\\spad{prolateSpheroidal(a)} transforms from prolate spheroidal coordinates to Cartesian coordinates: \\spad{prolateSpheroidal(a)} is a function which will map the point \\spad{(\\spad{xi},{}eta,{}phi)} to \\spad{x = a*sinh(\\spad{xi})*sin(eta)*cos(phi)},{} \\spad{y = a*sinh(\\spad{xi})*sin(eta)*sin(phi)},{} \\spad{z = a*cosh(\\spad{xi})*cos(eta)}.")) (|ellipticCylindrical| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1|) "\\spad{ellipticCylindrical(a)} transforms from elliptic cylindrical coordinates to Cartesian coordinates: \\spad{ellipticCylindrical(a)} is a function which will map the point \\spad{(u,{}v,{}z)} to \\spad{x = a*cosh(u)*cos(v)},{} \\spad{y = a*sinh(u)*sin(v)},{} \\spad{z}.")) (|elliptic| (((|Mapping| (|Point| |#1|) (|Point| |#1|)) |#1|) "\\spad{elliptic(a)} transforms from elliptic coordinates to Cartesian coordinates: \\spad{elliptic(a)} is a function which will map the point \\spad{(u,{}v)} to \\spad{x = a*cosh(u)*cos(v)},{} \\spad{y = a*sinh(u)*sin(v)}.")) (|paraboloidal| (((|Point| |#1|) (|Point| |#1|)) "\\spad{paraboloidal(pt)} transforms \\spad{pt} from paraboloidal coordinates to Cartesian coordinates: the function produced will map the point \\spad{(u,{}v,{}phi)} to \\spad{x = u*v*cos(phi)},{} \\spad{y = u*v*sin(phi)},{} \\spad{z = 1/2 * (u**2 - v**2)}.")) (|parabolicCylindrical| (((|Point| |#1|) (|Point| |#1|)) "\\spad{parabolicCylindrical(pt)} transforms \\spad{pt} from parabolic cylindrical coordinates to Cartesian coordinates: the function produced will map the point \\spad{(u,{}v,{}z)} to \\spad{x = 1/2*(u**2 - v**2)},{} \\spad{y = u*v},{} \\spad{z}.")) (|parabolic| (((|Point| |#1|) (|Point| |#1|)) "\\spad{parabolic(pt)} transforms \\spad{pt} from parabolic coordinates to Cartesian coordinates: the function produced will map the point \\spad{(u,{}v)} to \\spad{x = 1/2*(u**2 - v**2)},{} \\spad{y = u*v}.")) (|spherical| (((|Point| |#1|) (|Point| |#1|)) "\\spad{spherical(pt)} transforms \\spad{pt} from spherical coordinates to Cartesian coordinates: the function produced will map the point \\spad{(r,{}theta,{}phi)} to \\spad{x = r*sin(phi)*cos(theta)},{} \\spad{y = r*sin(phi)*sin(theta)},{} \\spad{z = r*cos(phi)}.")) (|cylindrical| (((|Point| |#1|) (|Point| |#1|)) "\\spad{cylindrical(pt)} transforms \\spad{pt} from polar coordinates to Cartesian coordinates: the function produced will map the point \\spad{(r,{}theta,{}z)} to \\spad{x = r * cos(theta)},{} \\spad{y = r * sin(theta)},{} \\spad{z}.")) (|polar| (((|Point| |#1|) (|Point| |#1|)) "\\spad{polar(pt)} transforms \\spad{pt} from polar coordinates to Cartesian coordinates: the function produced will map the point \\spad{(r,{}theta)} to \\spad{x = r * cos(theta)} ,{} \\spad{y = r * sin(theta)}.")) (|cartesian| (((|Point| |#1|) (|Point| |#1|)) "\\spad{cartesian(pt)} returns the Cartesian coordinates of point \\spad{pt}.")))
NIL
NIL
-(-164 R |PolR| E)
+(-166 R |PolR| E)
((|constructor| (NIL "This package implements characteristicPolynomials for monogenic algebras using resultants")) (|characteristicPolynomial| ((|#2| |#3|) "\\spad{characteristicPolynomial(e)} returns the characteristic polynomial of \\spad{e} using resultants")))
NIL
NIL
-(-165 R S CS)
+(-167 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| (-887 |#2|) (LIST (QUOTE -821) (|devaluate| |#1|))))
-(-166 R)
+((|HasCategory| (-889 |#2|) (LIST (QUOTE -823) (|devaluate| |#1|))))
+(-168 R)
((|constructor| (NIL "This package \\undocumented{}")) (|multiEuclideanTree| (((|List| |#1|) (|List| |#1|) |#1|) "\\spad{multiEuclideanTree(l,{}r)} \\undocumented{}")) (|chineseRemainder| (((|List| |#1|) (|List| (|List| |#1|)) (|List| |#1|)) "\\spad{chineseRemainder(llv,{}lm)} returns a list of values,{} each of which corresponds to the Chinese remainder of the associated element of \\axiom{\\spad{llv}} and axiom{\\spad{lm}}. This is more efficient than applying chineseRemainder several times.") ((|#1| (|List| |#1|) (|List| |#1|)) "\\spad{chineseRemainder(lv,{}lm)} returns a value \\axiom{\\spad{v}} such that,{} if \\spad{x} is \\axiom{\\spad{lv}.\\spad{i}} modulo \\axiom{\\spad{lm}.\\spad{i}} for all \\axiom{\\spad{i}},{} then \\spad{x} is \\axiom{\\spad{v}} modulo \\axiom{\\spad{lm}(1)\\spad{*lm}(2)*...\\spad{*lm}(\\spad{n})}.")) (|modTree| (((|List| |#1|) |#1| (|List| |#1|)) "\\spad{modTree(r,{}l)} \\undocumented{}")))
NIL
NIL
-(-167 R UP)
+(-169 R UP)
((|constructor| (NIL "\\spadtype{ComplexRootFindingPackage} provides functions to find all roots of a polynomial \\spad{p} over the complex number by using Plesken\\spad{'s} idea to calculate in the polynomial ring modulo \\spad{f} and employing the Chinese Remainder Theorem. In this first version,{} the precision (see \\spadfunFrom{digits}{Float}) is not increased when this is necessary to avoid rounding errors. Hence it is the user\\spad{'s} responsibility to increase the precision if necessary. Note also,{} if this package is called with \\spadignore{e.g.} \\spadtype{Fraction Integer},{} the precise calculations could require a lot of time. Also note that evaluating the zeros is not necessarily a good check whether the result is correct: already evaluation can cause rounding errors.")) (|startPolynomial| (((|Record| (|:| |start| |#2|) (|:| |factors| (|Factored| |#2|))) |#2|) "\\spad{startPolynomial(p)} uses the ideas of Schoenhage\\spad{'s} variant of Graeffe\\spad{'s} method to construct circles which separate roots to get a good start polynomial,{} \\spadignore{i.e.} one whose image under the Chinese Remainder Isomorphism has both entries of norm smaller and greater or equal to 1. In case the roots are found during internal calculations. The corresponding factors are in {\\em factors} which are otherwise 1.")) (|setErrorBound| ((|#1| |#1|) "\\spad{setErrorBound(eps)} changes the internal error bound,{} by default being {\\em 10 ** (-3)} to \\spad{eps},{} if \\spad{R} is a member in the category \\spadtype{QuotientFieldCategory Integer}. The internal {\\em globalDigits} is set to {\\em ceiling(1/r)**2*10} being {\\em 10**7} by default.")) (|schwerpunkt| (((|Complex| |#1|) |#2|) "\\spad{schwerpunkt(p)} determines the 'Schwerpunkt' of the roots of the polynomial \\spad{p} of degree \\spad{n},{} \\spadignore{i.e.} the center of gravity,{} which is {\\em coeffient of \\spad{x**(n-1)}} divided by {\\em n times coefficient of \\spad{x**n}}.")) (|rootRadius| ((|#1| |#2|) "\\spad{rootRadius(p)} calculates the root radius of \\spad{p} with a maximal error quotient of {\\em 1+globalEps},{} where {\\em globalEps} is the internal error bound,{} which can be set by {\\em setErrorBound}.") ((|#1| |#2| |#1|) "\\spad{rootRadius(p,{}errQuot)} calculates the root radius of \\spad{p} with a maximal error quotient of {\\em errQuot}.")) (|reciprocalPolynomial| ((|#2| |#2|) "\\spad{reciprocalPolynomial(p)} calulates a polynomial which has exactly the inverses of the non-zero roots of \\spad{p} as roots,{} and the same number of 0-roots.")) (|pleskenSplit| (((|Factored| |#2|) |#2| |#1|) "\\spad{pleskenSplit(poly,{} eps)} determines a start polynomial {\\em start}\\\\ by using \"startPolynomial then it increases the exponent \\spad{n} of {\\em start ** n mod poly} to get an approximate factor of {\\em poly},{} in general of degree \"degree \\spad{poly} \\spad{-1\"}. Then a divisor cascade is calculated and the best splitting is chosen,{} as soon as the error is small enough.") (((|Factored| |#2|) |#2| |#1| (|Boolean|)) "\\spad{pleskenSplit(poly,{}eps,{}info)} determines a start polynomial {\\em start} by using \"startPolynomial then it increases the exponent \\spad{n} of {\\em start ** n mod poly} to get an approximate factor of {\\em poly},{} in general of degree \"degree \\spad{poly} \\spad{-1\"}. Then a divisor cascade is calculated and the best splitting is chosen,{} as soon as the error is small enough. If {\\em info} is {\\em true},{} then information messages are issued.")) (|norm| ((|#1| |#2|) "\\spad{norm(p)} determines sum of absolute values of coefficients Note: this function depends on \\spadfunFrom{abs}{Complex}.")) (|graeffe| ((|#2| |#2|) "\\spad{graeffe p} determines \\spad{q} such that \\spad{q(-z**2) = p(z)*p(-z)}. Note that the roots of \\spad{q} are the squares of the roots of \\spad{p}.")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} tries to factor \\spad{p} into linear factors with error atmost {\\em globalEps},{} the internal error bound,{} which can be set by {\\em setErrorBound}. An overall error bound {\\em eps0} is determined and iterated tree-like calls to {\\em pleskenSplit} are used to get the factorization.") (((|Factored| |#2|) |#2| |#1|) "\\spad{factor(p,{} eps)} tries to factor \\spad{p} into linear factors with error atmost {\\em eps}. An overall error bound {\\em eps0} is determined and iterated tree-like calls to {\\em pleskenSplit} are used to get the factorization.") (((|Factored| |#2|) |#2| |#1| (|Boolean|)) "\\spad{factor(p,{} eps,{} info)} tries to factor \\spad{p} into linear factors with error atmost {\\em eps}. An overall error bound {\\em eps0} is determined and iterated tree-like calls to {\\em pleskenSplit} are used to get the factorization. If {\\em info} is {\\em true},{} then information messages are given.")) (|divisorCascade| (((|List| (|Record| (|:| |factors| (|List| |#2|)) (|:| |error| |#1|))) |#2| |#2|) "\\spad{divisorCascade(p,{}tp)} assumes that degree of polynomial {\\em tp} is smaller than degree of polynomial \\spad{p},{} both monic. A sequence of divisions is calculated using the remainder,{} made monic,{} as divisor for the the next division. The result contains also the error of the factorizations,{} \\spadignore{i.e.} the norm of the remainder polynomial.") (((|List| (|Record| (|:| |factors| (|List| |#2|)) (|:| |error| |#1|))) |#2| |#2| (|Boolean|)) "\\spad{divisorCascade(p,{}tp)} assumes that degree of polynomial {\\em tp} is smaller than degree of polynomial \\spad{p},{} both monic. A sequence of divisions are calculated using the remainder,{} made monic,{} as divisor for the the next division. The result contains also the error of the factorizations,{} \\spadignore{i.e.} the norm of the remainder polynomial. If {\\em info} is {\\em true},{} then information messages are issued.")) (|complexZeros| (((|List| (|Complex| |#1|)) |#2| |#1|) "\\spad{complexZeros(p,{} eps)} tries to determine all complex zeros of the polynomial \\spad{p} with accuracy given by {\\em eps}.") (((|List| (|Complex| |#1|)) |#2|) "\\spad{complexZeros(p)} tries to determine all complex zeros of the polynomial \\spad{p} with accuracy given by the package constant {\\em globalEps} which you may change by {\\em setErrorBound}.")))
NIL
NIL
-(-168 S ST)
+(-170 S ST)
((|constructor| (NIL "This package provides tools for working with cyclic streams.")) (|computeCycleEntry| ((|#2| |#2| |#2|) "\\spad{computeCycleEntry(x,{}cycElt)},{} where \\spad{cycElt} is a pointer to a node in the cyclic part of the cyclic stream \\spad{x},{} returns a pointer to the first node in the cycle")) (|computeCycleLength| (((|NonNegativeInteger|) |#2|) "\\spad{computeCycleLength(s)} returns the length of the cycle of a cyclic stream \\spad{t},{} where \\spad{s} is a pointer to a node in the cyclic part of \\spad{t}.")) (|cycleElt| (((|Union| |#2| "failed") |#2|) "\\spad{cycleElt(s)} returns a pointer to a node in the cycle if the stream \\spad{s} is cyclic and returns \"failed\" if \\spad{s} is not cyclic")))
NIL
NIL
-(-169)
+(-171)
((|constructor| (NIL "This domains represents a syntax object that designates a category,{} domain,{} or a package. See Also: Syntax,{} Domain")) (|arguments| (((|List| (|Syntax|)) $) "\\spad{arguments returns} the list of syntax objects for the arguments used to invoke the constructor.")) (|constructorName| (((|Symbol|) $) "\\spad{constructorName c} returns the name of the constructor")))
NIL
NIL
-(-170 R -1834)
+(-172 R -1819)
((|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
-(-171 R)
+(-173 R)
((|constructor| (NIL "CoerceVectorMatrixPackage: an unexposed,{} technical package for data conversions")) (|coerce| (((|Vector| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|Vector| (|Matrix| |#1|))) "\\spad{coerce(v)} coerces a vector \\spad{v} with entries in \\spadtype{Matrix R} as vector over \\spadtype{Matrix Fraction Polynomial R}")) (|coerceP| (((|Vector| (|Matrix| (|Polynomial| |#1|))) (|Vector| (|Matrix| |#1|))) "\\spad{coerceP(v)} coerces a vector \\spad{v} with entries in \\spadtype{Matrix R} as vector over \\spadtype{Matrix Polynomial R}")))
NIL
NIL
-(-172)
+(-174)
((|constructor| (NIL "Enumeration by cycle indices.")) (|skewSFunction| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{skewSFunction(li1,{}li2)} is the \\spad{S}-function \\indented{1}{of the partition difference \\spad{li1 - li2}} \\indented{1}{expressed in terms of power sum symmetric functions.}")) (|SFunction| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|List| (|Integer|))) "\\spad{SFunction(\\spad{li})} is the \\spad{S}-function of the partition \\spad{\\spad{li}} \\indented{1}{expressed in terms of power sum symmetric functions.}")) (|wreath| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|SymmetricPolynomial| (|Fraction| (|Integer|))) (|SymmetricPolynomial| (|Fraction| (|Integer|)))) "\\spad{wreath(s1,{}s2)} is the cycle index of the wreath product \\indented{1}{of the two groups whose cycle indices are \\spad{s1} and} \\indented{1}{\\spad{s2}.}")) (|eval| (((|Fraction| (|Integer|)) (|SymmetricPolynomial| (|Fraction| (|Integer|)))) "\\spad{eval s} is the sum of the coefficients of a cycle index.")) (|cup| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|SymmetricPolynomial| (|Fraction| (|Integer|))) (|SymmetricPolynomial| (|Fraction| (|Integer|)))) "\\spad{cup(s1,{}s2)},{} introduced by Redfield,{} \\indented{1}{is the scalar product of two cycle indices,{} in which the} \\indented{1}{power sums are retained to produce a cycle index.}")) (|cap| (((|Fraction| (|Integer|)) (|SymmetricPolynomial| (|Fraction| (|Integer|))) (|SymmetricPolynomial| (|Fraction| (|Integer|)))) "\\spad{cap(s1,{}s2)},{} introduced by Redfield,{} \\indented{1}{is the scalar product of two cycle indices.}")) (|graphs| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{graphs n} is the cycle index of the group induced on \\indented{1}{the edges of a graph by applying the symmetric function to the} \\indented{1}{\\spad{n} nodes.}")) (|dihedral| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{dihedral n} is the cycle index of the \\indented{1}{dihedral group of degree \\spad{n}.}")) (|cyclic| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{cyclic n} is the cycle index of the \\indented{1}{cyclic group of degree \\spad{n}.}")) (|alternating| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{alternating n} is the cycle index of the \\indented{1}{alternating group of degree \\spad{n}.}")) (|elementary| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{elementary n} is the \\spad{n} th elementary symmetric \\indented{1}{function expressed in terms of power sums.}")) (|powerSum| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{powerSum n} is the \\spad{n} th power sum symmetric \\indented{1}{function.}")) (|complete| (((|SymmetricPolynomial| (|Fraction| (|Integer|))) (|Integer|)) "\\spad{complete n} is the \\spad{n} th complete homogeneous \\indented{1}{symmetric function expressed in terms of power sums.} \\indented{1}{Alternatively it is the cycle index of the symmetric} \\indented{1}{group of degree \\spad{n}.}")))
NIL
NIL
-(-173)
+(-175)
((|constructor| (NIL "This package \\undocumented{}")) (|cyclotomicFactorization| (((|Factored| (|SparseUnivariatePolynomial| (|Integer|))) (|Integer|)) "\\spad{cyclotomicFactorization(n)} \\undocumented{}")) (|cyclotomic| (((|SparseUnivariatePolynomial| (|Integer|)) (|Integer|)) "\\spad{cyclotomic(n)} \\undocumented{}")) (|cyclotomicDecomposition| (((|List| (|SparseUnivariatePolynomial| (|Integer|))) (|Integer|)) "\\spad{cyclotomicDecomposition(n)} \\undocumented{}")))
NIL
NIL
-(-174)
+(-176)
((|constructor| (NIL "\\axiomType{d01AgentsPackage} is a package of numerical agents to be used to investigate attributes of an input function so as to decide the \\axiomFun{measure} of an appropriate numerical integration routine. It contains functions \\axiomFun{rangeIsFinite} to test the input range and \\axiomFun{functionIsContinuousAtEndPoints} to check for continuity at the end points of the range.")) (|changeName| (((|Result|) (|Symbol|) (|Symbol|) (|Result|)) "\\spad{changeName(s,{}t,{}r)} changes the name of item \\axiom{\\spad{s}} in \\axiom{\\spad{r}} to \\axiom{\\spad{t}}.")) (|commaSeparate| (((|String|) (|List| (|String|))) "\\spad{commaSeparate(l)} produces a comma separated string from a list of strings.")) (|sdf2lst| (((|List| (|String|)) (|Stream| (|DoubleFloat|))) "\\spad{sdf2lst(ln)} coerces a Stream of \\axiomType{DoubleFloat} to \\axiomType{List String}")) (|ldf2lst| (((|List| (|String|)) (|List| (|DoubleFloat|))) "\\spad{ldf2lst(ln)} coerces a List of \\axiomType{DoubleFloat} to \\axiomType{List String}")) (|df2st| (((|String|) (|DoubleFloat|)) "\\spad{df2st(n)} coerces a \\axiomType{DoubleFloat} to \\axiomType{String}")) (|singularitiesOf| (((|Stream| (|DoubleFloat|)) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{singularitiesOf(args)} returns a list of potential singularities of the function within the given range")) (|problemPoints| (((|List| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|Symbol|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{problemPoints(f,{}var,{}range)} returns a list of possible problem points by looking at the zeros of the denominator of the function if it can be retracted to \\axiomType{Polynomial DoubleFloat}.")) (|functionIsOscillatory| (((|Float|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{functionIsOscillatory(a)} tests whether the function \\spad{a.fn} has many zeros of its derivative.")) (|gethi| (((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{gethi(x)} gets the \\axiomType{DoubleFloat} equivalent of the second endpoint of the range \\axiom{\\spad{x}}")) (|getlo| (((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{getlo(x)} gets the \\axiomType{DoubleFloat} equivalent of the first endpoint of the range \\axiom{\\spad{x}}")) (|functionIsContinuousAtEndPoints| (((|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")) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{functionIsContinuousAtEndPoints(args)} uses power series limits to check for problems at the end points of the range of \\spad{args}.")) (|rangeIsFinite| (((|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{rangeIsFinite(args)} tests the endpoints of \\spad{args.range} for infinite end points.")))
NIL
NIL
-(-175)
+(-177)
((|constructor| (NIL "\\axiomType{d01ajfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01AJF,{} a general numerical integration routine which can handle some singularities in the input function. The function \\axiomFun{measure} measures the usefulness of the routine D01AJF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-176)
+(-178)
((|constructor| (NIL "\\axiomType{d01akfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01AKF,{} a numerical integration routine which is is suitable for oscillating,{} non-singular functions. The function \\axiomFun{measure} measures the usefulness of the routine D01AKF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-177)
+(-179)
((|constructor| (NIL "\\axiomType{d01alfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01ALF,{} a general numerical integration routine which can handle a list of singularities. The function \\axiomFun{measure} measures the usefulness of the routine D01ALF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-178)
+(-180)
((|constructor| (NIL "\\axiomType{d01amfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01AMF,{} a general numerical integration routine which can handle infinite or semi-infinite range of the input function. The function \\axiomFun{measure} measures the usefulness of the routine D01AMF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-179)
+(-181)
((|constructor| (NIL "\\axiomType{d01anfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01ANF,{} a numerical integration routine which can handle weight functions of the form cos(\\omega \\spad{x}) or sin(\\omega \\spad{x}). The function \\axiomFun{measure} measures the usefulness of the routine D01ANF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-180)
+(-182)
((|constructor| (NIL "\\axiomType{d01apfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01APF,{} a general numerical integration routine which can handle end point singularities of the algebraico-logarithmic form \\spad{w}(\\spad{x}) = (\\spad{x}-a)\\spad{^c} * (\\spad{b}-\\spad{x})\\spad{^d}. The function \\axiomFun{measure} measures the usefulness of the routine D01APF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-181)
+(-183)
((|constructor| (NIL "\\axiomType{d01aqfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01AQF,{} a general numerical integration routine which can solve an integral of the form \\newline \\centerline{\\inputbitmap{/home/bjd/Axiom/anna/hypertex/bitmaps/d01aqf.\\spad{xbm}}} The function \\axiomFun{measure} measures the usefulness of the routine D01AQF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-182)
+(-184)
((|constructor| (NIL "\\axiomType{d01asfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01ASF,{} a numerical integration routine which can handle weight functions of the form cos(\\omega \\spad{x}) or sin(\\omega \\spad{x}) on an semi-infinite range. The function \\axiomFun{measure} measures the usefulness of the routine D01ASF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-183)
+(-185)
((|constructor| (NIL "\\axiomType{d01fcfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01FCF,{} a numerical integration routine which can handle multi-dimensional quadrature over a finite region. The function \\axiomFun{measure} measures the usefulness of the routine D01GBF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-184)
+(-186)
((|constructor| (NIL "\\axiomType{d01gbfAnnaType} is a domain of \\axiomType{NumericalIntegrationCategory} for the NAG routine D01GBF,{} a numerical integration routine which can handle multi-dimensional quadrature over a finite region. The function \\axiomFun{measure} measures the usefulness of the routine D01GBF for the given problem. The function \\axiomFun{numericalIntegration} performs the integration by using \\axiomType{NagIntegrationPackage}.")))
NIL
NIL
-(-185)
+(-187)
NIL
NIL
NIL
-(-186)
+(-188)
((|constructor| (NIL "\\axiom{d01WeightsPackage} is a package for functions used to investigate whether a function can be divided into a simpler function and a weight function. The types of weights investigated are those giving rise to end-point singularities of the algebraico-logarithmic type,{} and trigonometric weights.")) (|exprHasLogarithmicWeights| (((|Integer|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\axiom{exprHasLogarithmicWeights} looks for logarithmic weights giving rise to singularities of the function at the end-points.")) (|exprHasAlgebraicWeight| (((|Union| (|List| (|DoubleFloat|)) "failed") (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\axiom{exprHasAlgebraicWeight} looks for algebraic weights giving rise to singularities of the function at the end-points.")) (|exprHasWeightCosWXorSinWX| (((|Union| (|Record| (|:| |op| (|BasicOperator|)) (|:| |w| (|DoubleFloat|))) "failed") (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\axiom{exprHasWeightCosWXorSinWX} looks for trigonometric weights in an expression of the form \\axiom{cos \\omega \\spad{x}} or \\axiom{sin \\omega \\spad{x}},{} returning the value of \\omega (\\notequal 1) and the operator.")))
NIL
NIL
-(-187)
+(-189)
((|constructor| (NIL "\\axiom{d02AgentsPackage} contains a set of computational agents for use with Ordinary Differential Equation solvers.")) (|intermediateResultsIF| (((|Float|) (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{intermediateResultsIF(o)} returns a value corresponding to the required number of intermediate results required and,{} therefore,{} an indication of how much this would affect the step-length of the calculation. It returns a value in the range [0,{}1].")) (|accuracyIF| (((|Float|) (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{accuracyIF(o)} returns the intensity value of the accuracy requirements of the input ODE. A request of accuracy of 10^-6 corresponds to the neutral intensity. It returns a value in the range [0,{}1].")) (|expenseOfEvaluationIF| (((|Float|) (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{expenseOfEvaluationIF(o)} returns the intensity value of the cost of evaluating the input ODE. This is in terms of the number of ``operational units\\spad{''}. It returns a value in the range [0,{}1].\\newline\\indent{20} 400 ``operation units\\spad{''} \\spad{->} 0.75 \\newline 200 ``operation units\\spad{''} \\spad{->} 0.5 \\newline 83 ``operation units\\spad{''} \\spad{->} 0.25 \\newline\\indent{15} exponentiation = 4 units ,{} function calls = 10 units.")) (|systemSizeIF| (((|Float|) (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{systemSizeIF(ode)} returns the intensity value of the size of the system of ODEs. 20 equations corresponds to the neutral value. It returns a value in the range [0,{}1].")) (|stiffnessAndStabilityOfODEIF| (((|Record| (|:| |stiffnessFactor| (|Float|)) (|:| |stabilityFactor| (|Float|))) (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{stiffnessAndStabilityOfODEIF(ode)} calculates the intensity values of stiffness of a system of first-order differential equations (by evaluating the maximum difference in the real parts of the negative eigenvalues of the jacobian of the system for which \\spad{O}(10) equates to mildly stiff wheras stiffness ratios of \\spad{O}(10^6) are not uncommon) and whether the system is likely to show any oscillations (identified by the closeness to the imaginary axis of the complex eigenvalues of the jacobian). \\blankline It returns two values in the range [0,{}1].")) (|stiffnessAndStabilityFactor| (((|Record| (|:| |stiffnessFactor| (|Float|)) (|:| |stabilityFactor| (|Float|))) (|Matrix| (|Expression| (|DoubleFloat|)))) "\\spad{stiffnessAndStabilityFactor(me)} calculates the stability and stiffness factor of a system of first-order differential equations (by evaluating the maximum difference in the real parts of the negative eigenvalues of the jacobian of the system for which \\spad{O}(10) equates to mildly stiff wheras stiffness ratios of \\spad{O}(10^6) are not uncommon) and whether the system is likely to show any oscillations (identified by the closeness to the imaginary axis of the complex eigenvalues of the jacobian).")) (|eval| (((|Matrix| (|Expression| (|DoubleFloat|))) (|Matrix| (|Expression| (|DoubleFloat|))) (|List| (|Symbol|)) (|Vector| (|Expression| (|DoubleFloat|)))) "\\spad{eval(mat,{}symbols,{}values)} evaluates a multivariable matrix at given \\spad{values} for each of a list of variables")) (|jacobian| (((|Matrix| (|Expression| (|DoubleFloat|))) (|Vector| (|Expression| (|DoubleFloat|))) (|List| (|Symbol|))) "\\spad{jacobian(v,{}w)} is a local function to make a jacobian matrix")) (|sparsityIF| (((|Float|) (|Matrix| (|Expression| (|DoubleFloat|)))) "\\spad{sparsityIF(m)} calculates the sparsity of a jacobian matrix")) (|combineFeatureCompatibility| (((|Float|) (|Float|) (|List| (|Float|))) "\\spad{combineFeatureCompatibility(C1,{}L)} is for interacting attributes") (((|Float|) (|Float|) (|Float|)) "\\spad{combineFeatureCompatibility(C1,{}C2)} is for interacting attributes")))
NIL
NIL
-(-188)
+(-190)
((|constructor| (NIL "\\axiomType{d02bbfAnnaType} is a domain of \\axiomType{OrdinaryDifferentialEquationsInitialValueProblemSolverCategory} for the NAG routine D02BBF,{} a ODE routine which uses an Runge-Kutta method to solve a system of differential equations. The function \\axiomFun{measure} measures the usefulness of the routine D02BBF for the given problem. The function \\axiomFun{ODESolve} performs the integration by using \\axiomType{NagOrdinaryDifferentialEquationsPackage}.")))
NIL
NIL
-(-189)
+(-191)
((|constructor| (NIL "\\axiomType{d02bhfAnnaType} is a domain of \\axiomType{OrdinaryDifferentialEquationsInitialValueProblemSolverCategory} for the NAG routine D02BHF,{} a ODE routine which uses an Runge-Kutta method to solve a system of differential equations. The function \\axiomFun{measure} measures the usefulness of the routine D02BHF for the given problem. The function \\axiomFun{ODESolve} performs the integration by using \\axiomType{NagOrdinaryDifferentialEquationsPackage}.")))
NIL
NIL
-(-190)
+(-192)
((|constructor| (NIL "\\axiomType{d02cjfAnnaType} is a domain of \\axiomType{OrdinaryDifferentialEquationsInitialValueProblemSolverCategory} for the NAG routine D02CJF,{} a ODE routine which uses an Adams-Moulton-Bashworth method to solve a system of differential equations. The function \\axiomFun{measure} measures the usefulness of the routine D02CJF for the given problem. The function \\axiomFun{ODESolve} performs the integration by using \\axiomType{NagOrdinaryDifferentialEquationsPackage}.")))
NIL
NIL
-(-191)
+(-193)
((|constructor| (NIL "\\axiomType{d02ejfAnnaType} is a domain of \\axiomType{OrdinaryDifferentialEquationsInitialValueProblemSolverCategory} for the NAG routine D02EJF,{} a ODE routine which uses a backward differentiation formulae method to handle a stiff system of differential equations. The function \\axiomFun{measure} measures the usefulness of the routine D02EJF for the given problem. The function \\axiomFun{ODESolve} performs the integration by using \\axiomType{NagOrdinaryDifferentialEquationsPackage}.")))
NIL
NIL
-(-192)
+(-194)
((|elliptic?| (((|Boolean|) (|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{elliptic?(r)} \\undocumented{}")) (|central?| (((|Boolean|) (|DoubleFloat|) (|DoubleFloat|) (|List| (|Expression| (|DoubleFloat|)))) "\\spad{central?(f,{}g,{}l)} \\undocumented{}")) (|subscriptedVariables| (((|Expression| (|DoubleFloat|)) (|Expression| (|DoubleFloat|))) "\\spad{subscriptedVariables(e)} \\undocumented{}")) (|varList| (((|List| (|Symbol|)) (|Symbol|) (|NonNegativeInteger|)) "\\spad{varList(s,{}n)} \\undocumented{}")))
NIL
NIL
-(-193)
+(-195)
((|constructor| (NIL "\\axiomType{d03eefAnnaType} is a domain of \\axiomType{PartialDifferentialEquationsSolverCategory} for the NAG routines D03EEF/D03EDF.")))
NIL
NIL
-(-194)
+(-196)
((|constructor| (NIL "\\axiomType{d03fafAnnaType} is a domain of \\axiomType{PartialDifferentialEquationsSolverCategory} for the NAG routine D03FAF.")))
NIL
NIL
-(-195 S)
+(-197 S)
((|constructor| (NIL "\\indented{1}{This domain implements a simple view of a database whose fields are} indexed by symbols")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(l)} makes a database out of a list")) (- (($ $ $) "\\spad{db1-db2} returns the difference of databases \\spad{db1} and \\spad{db2} \\spadignore{i.e.} consisting of elements in \\spad{db1} but not in \\spad{db2}")) (+ (($ $ $) "\\spad{db1+db2} returns the merge of databases \\spad{db1} and \\spad{db2}")) (|fullDisplay| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{fullDisplay(db,{}start,{}end )} prints full details of entries in the range \\axiom{\\spad{start}..end} in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{fullDisplay(db)} prints full details of each entry in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{fullDisplay(x)} displays \\spad{x} in detail")) (|display| (((|Void|) $) "\\spad{display(db)} prints a summary line for each entry in \\axiom{\\spad{db}}.") (((|Void|) $) "\\spad{display(x)} displays \\spad{x} in some form")) (|elt| (((|DataList| (|String|)) $ (|Symbol|)) "\\spad{elt(db,{}s)} returns the \\axiom{\\spad{s}} field of each element of \\axiom{\\spad{db}}.") (($ $ (|QueryEquation|)) "\\spad{elt(db,{}q)} returns all elements of \\axiom{\\spad{db}} which satisfy \\axiom{\\spad{q}}.") (((|String|) $ (|Symbol|)) "\\spad{elt(x,{}s)} returns an element of \\spad{x} indexed by \\spad{s}")))
NIL
NIL
-(-196 -1834 UP UPUP R)
+(-198 -1819 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
-(-197 -1834 FP)
+(-199 -1819 FP)
((|constructor| (NIL "Package for the factorization of a univariate polynomial with coefficients in a finite field. The algorithm used is the \"distinct degree\" algorithm of Cantor-Zassenhaus,{} modified to use trace instead of the norm and a table for computing Frobenius as suggested by Naudin and Quitte .")) (|irreducible?| (((|Boolean|) |#2|) "\\spad{irreducible?(p)} tests whether the polynomial \\spad{p} is irreducible.")) (|tracePowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{tracePowMod(u,{}k,{}v)} produces the sum of \\spad{u**(q**i)} for \\spad{i} running and \\spad{q=} size \\spad{F}")) (|trace2PowMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{trace2PowMod(u,{}k,{}v)} produces the sum of \\spad{u**(2**i)} for \\spad{i} running from 1 to \\spad{k} all computed modulo the polynomial \\spad{v}.")) (|exptMod| ((|#2| |#2| (|NonNegativeInteger|) |#2|) "\\spad{exptMod(u,{}k,{}v)} raises the polynomial \\spad{u} to the \\spad{k}th power modulo the polynomial \\spad{v}.")) (|separateFactors| (((|List| |#2|) (|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|)))) "\\spad{separateFactors(lfact)} takes the list produced by \\spadfunFrom{separateDegrees}{DistinctDegreeFactorization} and produces the complete list of factors.")) (|separateDegrees| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |prod| |#2|))) |#2|) "\\spad{separateDegrees(p)} splits the square free polynomial \\spad{p} into factors each of which is a product of irreducibles of the same degree.")) (|distdfact| (((|Record| (|:| |cont| |#1|) (|:| |factors| (|List| (|Record| (|:| |irr| |#2|) (|:| |pow| (|Integer|)))))) |#2| (|Boolean|)) "\\spad{distdfact(p,{}sqfrflag)} produces the complete factorization of the polynomial \\spad{p} returning an internal data structure. If argument \\spad{sqfrflag} is \\spad{true},{} the polynomial is assumed square free.")) (|factorSquareFree| (((|Factored| |#2|) |#2|) "\\spad{factorSquareFree(p)} produces the complete factorization of the square free polynomial \\spad{p}.")) (|factor| (((|Factored| |#2|) |#2|) "\\spad{factor(p)} produces the complete factorization of the polynomial \\spad{p}.")))
NIL
NIL
-(-198)
+(-200)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating decimal expansions.")) (|decimal| (($ (|Fraction| (|Integer|))) "\\spad{decimal(r)} converts a rational number to a decimal expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(d)} returns the fractional part of a decimal expansion.")) (|coerce| (((|RadixExpansion| 10) $) "\\spad{coerce(d)} converts a decimal expansion to a radix expansion with base 10.") (((|Fraction| (|Integer|)) $) "\\spad{coerce(d)} converts a decimal expansion to a rational number.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-525) (QUOTE (-844))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| (-525) (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-138))) (|HasCategory| (-525) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-525) (QUOTE (-953))) (|HasCategory| (-525) (QUOTE (-762))) (-2067 (|HasCategory| (-525) (QUOTE (-762))) (|HasCategory| (-525) (QUOTE (-789)))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-1068))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-525) (QUOTE (-213))) (|HasCategory| (-525) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-525) (LIST (QUOTE -486) (QUOTE (-1092)) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -288) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -265) (QUOTE (-525)) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-286))) (|HasCategory| (-525) (QUOTE (-510))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-525) (LIST (QUOTE -588) (QUOTE (-525)))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (|HasCategory| (-525) (QUOTE (-136)))))
-(-199 R -1834)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-527) (QUOTE (-846))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| (-527) (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-140))) (|HasCategory| (-527) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-527) (QUOTE (-955))) (|HasCategory| (-527) (QUOTE (-764))) (-2027 (|HasCategory| (-527) (QUOTE (-764))) (|HasCategory| (-527) (QUOTE (-791)))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-1070))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-527) (QUOTE (-215))) (|HasCategory| (-527) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-527) (LIST (QUOTE -488) (QUOTE (-1094)) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -290) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -267) (QUOTE (-527)) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-288))) (|HasCategory| (-527) (QUOTE (-512))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-527) (LIST (QUOTE -590) (QUOTE (-527)))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (|HasCategory| (-527) (QUOTE (-138)))))
+(-201 R -1819)
((|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
-(-200 R)
+(-202 R)
((|constructor| (NIL "\\spadtype{RationalFunctionDefiniteIntegration} provides functions to compute definite integrals of rational functions.")) (|integrate| (((|Union| (|:| |f1| (|OrderedCompletion| (|Expression| |#1|))) (|:| |f2| (|List| (|OrderedCompletion| (|Expression| |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (|Fraction| (|Polynomial| |#1|)) (|SegmentBinding| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|)))) (|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| (|Expression| |#1|))) (|:| |f2| (|List| (|OrderedCompletion| (|Expression| |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (|Fraction| (|Polynomial| |#1|)) (|SegmentBinding| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))))) "\\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}.") (((|Union| (|:| |f1| (|OrderedCompletion| (|Expression| |#1|))) (|:| |f2| (|List| (|OrderedCompletion| (|Expression| |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (|Fraction| (|Polynomial| |#1|)) (|SegmentBinding| (|OrderedCompletion| (|Expression| |#1|))) (|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| (|Expression| |#1|))) (|:| |f2| (|List| (|OrderedCompletion| (|Expression| |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (|Fraction| (|Polynomial| |#1|)) (|SegmentBinding| (|OrderedCompletion| (|Expression| |#1|)))) "\\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
-(-201 R1 R2)
+(-203 R1 R2)
((|constructor| (NIL "This package \\undocumented{}")) (|expand| (((|List| (|Expression| |#2|)) (|Expression| |#2|) (|PositiveInteger|)) "\\spad{expand(f,{}n)} \\undocumented{}")) (|reduce| (((|Record| (|:| |pol| (|SparseUnivariatePolynomial| |#1|)) (|:| |deg| (|PositiveInteger|))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{reduce(p)} \\undocumented{}")))
NIL
NIL
-(-202 S)
+(-204 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}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-203 |CoefRing| |listIndVar|)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-205 |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}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-204 R -1834)
+(-206 R -1819)
((|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
-(-205)
+(-207)
((|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)}.")) (|doubleFloatFormat| (((|String|) (|String|)) "change the output format for doublefloats using lisp format strings")) (|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}.")) (|hash| (((|Integer|) $) "\\spad{hash(x)} returns the hash key 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}.")))
-((-1485 . T) (-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-1474 . T) (-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-206)
+(-208)
((|constructor| (NIL "This package provides special functions for double precision real and complex floating point.")) (|hypergeometric0F1| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{hypergeometric0F1(c,{}z)} is the hypergeometric function \\spad{0F1(; c; z)}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{hypergeometric0F1(c,{}z)} is the hypergeometric function \\spad{0F1(; c; z)}.")) (|airyBi| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyBi(x)} is the Airy function \\spad{\\spad{Bi}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Bi}''(x) - x * \\spad{Bi}(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyBi(x)} is the Airy function \\spad{\\spad{Bi}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Bi}''(x) - x * \\spad{Bi}(x) = 0}.}")) (|airyAi| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{airyAi(x)} is the Airy function \\spad{\\spad{Ai}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Ai}''(x) - x * \\spad{Ai}(x) = 0}.}") (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{airyAi(x)} is the Airy function \\spad{\\spad{Ai}(x)}. This function satisfies the differential equation: \\indented{2}{\\spad{\\spad{Ai}''(x) - x * \\spad{Ai}(x) = 0}.}")) (|besselK| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselK(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{K(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,{}x) = \\%pi/2*(I(-v,{}x) - I(v,{}x))/sin(v*\\%\\spad{pi})}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselK(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{K(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{K(v,{}x) = \\%pi/2*(I(-v,{}x) - I(v,{}x))/sin(v*\\%\\spad{pi})}.} so is not valid for integer values of \\spad{v}.")) (|besselI| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselI(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{I(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselI(v,{}x)} is the modified Bessel function of the first kind,{} \\spad{I(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) - (x^2+v^2)w(x) = 0}.}")) (|besselY| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselY(v,{}x)} is the Bessel function of the second kind,{} \\spad{Y(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,{}x) = (J(v,{}x) cos(v*\\%\\spad{pi}) - J(-v,{}x))/sin(v*\\%\\spad{pi})}} so is not valid for integer values of \\spad{v}.") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselY(v,{}x)} is the Bessel function of the second kind,{} \\spad{Y(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.} Note: The default implmentation uses the relation \\indented{2}{\\spad{Y(v,{}x) = (J(v,{}x) cos(v*\\%\\spad{pi}) - J(-v,{}x))/sin(v*\\%\\spad{pi})}} so is not valid for integer values of \\spad{v}.")) (|besselJ| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{besselJ(v,{}x)} is the Bessel function of the first kind,{} \\spad{J(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{besselJ(v,{}x)} is the Bessel function of the first kind,{} \\spad{J(v,{}x)}. This function satisfies the differential equation: \\indented{2}{\\spad{x^2 w''(x) + x w'(x) + (x^2-v^2)w(x) = 0}.}")) (|polygamma| (((|Complex| (|DoubleFloat|)) (|NonNegativeInteger|) (|Complex| (|DoubleFloat|))) "\\spad{polygamma(n,{} x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.") (((|DoubleFloat|) (|NonNegativeInteger|) (|DoubleFloat|)) "\\spad{polygamma(n,{} x)} is the \\spad{n}-th derivative of \\spad{digamma(x)}.")) (|digamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{digamma(x)} is the function,{} \\spad{psi(x)},{} defined by \\indented{2}{\\spad{psi(x) = Gamma'(x)/Gamma(x)}.}")) (|logGamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{logGamma(x)} is the natural log of \\spad{Gamma(x)}. This can often be computed even if \\spad{Gamma(x)} cannot.")) (|Beta| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Beta(x,{} y)} is the Euler beta function,{} \\spad{B(x,{}y)},{} defined by \\indented{2}{\\spad{Beta(x,{}y) = integrate(t^(x-1)*(1-t)^(y-1),{} t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,{}y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}") (((|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{Beta(x,{} y)} is the Euler beta function,{} \\spad{B(x,{}y)},{} defined by \\indented{2}{\\spad{Beta(x,{}y) = integrate(t^(x-1)*(1-t)^(y-1),{} t=0..1)}.} This is related to \\spad{Gamma(x)} by \\indented{2}{\\spad{Beta(x,{}y) = Gamma(x)*Gamma(y) / Gamma(x + y)}.}")) (|Gamma| (((|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t),{} t=0..\\%infinity)}.}") (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{Gamma(x)} is the Euler gamma function,{} \\spad{Gamma(x)},{} defined by \\indented{2}{\\spad{Gamma(x) = integrate(t^(x-1)*exp(-t),{} t=0..\\%infinity)}.}")))
NIL
NIL
-(-207 R)
+(-209 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}")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-517))) (|HasAttribute| |#1| (QUOTE (-4261 "*"))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-208 A S)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-519))) (|HasAttribute| |#1| (QUOTE (-4263 "*"))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-210 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
-(-209 S)
+(-211 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.")))
-((-4260 . T) (-1456 . T))
+((-4262 . T) (-1442 . T))
NIL
-(-210 S R)
+(-212 S R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{D(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{D(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) (|NonNegativeInteger|)) "\\spad{differentiate(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-213))))
-(-211 R)
+((|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-215))))
+(-213 R)
((|constructor| (NIL "Differential extensions of a ring \\spad{R}. Given a differentiation on \\spad{R},{} extend it to a differentiation on \\%.")) (D (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{D(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{D(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{differentiate(x,{} deriv,{} n)} differentiate \\spad{x} \\spad{n} times using a derivation which extends \\spad{deriv} on \\spad{R}.") (($ $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(x,{} deriv)} differentiates \\spad{x} extending the derivation deriv on \\spad{R}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-212 S)
+(-214 S)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
NIL
NIL
-(-213)
+(-215)
((|constructor| (NIL "An ordinary differential ring,{} that is,{} a ring with an operation \\spadfun{differentiate}. \\blankline")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{D(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(x,{} n)} returns the \\spad{n}-th derivative of \\spad{x}.") (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x}. This function is a simple differential operator where no variable needs to be specified.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-214 A S)
+(-216 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 -4259)))
-(-215 S)
+((|HasAttribute| |#1| (QUOTE -4261)))
+(-217 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}.")))
-((-4260 . T) (-1456 . T))
+((-4262 . T) (-1442 . T))
NIL
-(-216)
+(-218)
((|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
-(-217 S -2041 R)
+(-219 S -2020 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (* (($ $ |#3|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#3| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.")) (|dot| ((|#3| $ $) "\\spad{dot(x,{}y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#3|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
NIL
-((|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (QUOTE (-787))) (|HasAttribute| |#3| (QUOTE -4256)) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (QUOTE (-1020))))
-(-218 -2041 R)
+((|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (QUOTE (-789))) (|HasAttribute| |#3| (QUOTE -4258)) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (QUOTE (-1022))))
+(-220 -2020 R)
((|constructor| (NIL "\\indented{2}{This category represents a finite cartesian product of a given type.} Many categorical properties are preserved under this construction.")) (* (($ $ |#2|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#2| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.")) (|dot| ((|#2| $ $) "\\spad{dot(x,{}y)} computes the inner product of the vectors \\spad{x} and \\spad{y}.")) (|unitVector| (($ (|PositiveInteger|)) "\\spad{unitVector(n)} produces a vector with 1 in position \\spad{n} and zero elsewhere.")) (|directProduct| (($ (|Vector| |#2|)) "\\spad{directProduct(v)} converts the vector \\spad{v} to become a direct product. Error: if the length of \\spad{v} is different from dim.")) (|finiteAggregate| ((|attribute|) "attribute to indicate an aggregate of finite size")))
-((-4253 |has| |#2| (-977)) (-4254 |has| |#2| (-977)) (-4256 |has| |#2| (-6 -4256)) ((-4261 "*") |has| |#2| (-160)) (-4259 . T) (-1456 . T))
+((-4255 |has| |#2| (-979)) (-4256 |has| |#2| (-979)) (-4258 |has| |#2| (-6 -4258)) ((-4263 "*") |has| |#2| (-162)) (-4261 . T) (-1442 . T))
NIL
-(-219 -2041 A B)
+(-221 -2020 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
-(-220 -2041 R)
+(-222 -2020 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.")))
-((-4253 |has| |#2| (-977)) (-4254 |has| |#2| (-977)) (-4256 |has| |#2| (-6 -4256)) ((-4261 "*") |has| |#2| (-160)) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020)))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341)))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-735))) (-2067 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-787)))) (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-977)))) (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-126)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-160)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-213)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-346)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-669)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-735)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-787)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020))))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| (-525) (QUOTE (-789))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-2067 (|HasCategory| |#2| (QUOTE (-977))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020)))) (|HasAttribute| |#2| (QUOTE -4256)) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-221)
+((-4255 |has| |#2| (-979)) (-4256 |has| |#2| (-979)) (-4258 |has| |#2| (-6 -4258)) ((-4263 "*") |has| |#2| (-162)) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343)))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-737))) (-2027 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-789)))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-979)))) (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-128)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-162)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-215)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-348)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-671)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-737)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-789)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022))))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| (-527) (QUOTE (-791))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-2027 (|HasCategory| |#2| (QUOTE (-979))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022)))) (|HasAttribute| |#2| (QUOTE -4258)) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-223)
((|constructor| (NIL "DisplayPackage allows one to print strings in a nice manner,{} including highlighting substrings.")) (|sayLength| (((|Integer|) (|List| (|String|))) "\\spad{sayLength(l)} returns the length of a list of strings \\spad{l} as an integer.") (((|Integer|) (|String|)) "\\spad{sayLength(s)} returns the length of a string \\spad{s} as an integer.")) (|say| (((|Void|) (|List| (|String|))) "\\spad{say(l)} sends a list of strings \\spad{l} to output.") (((|Void|) (|String|)) "\\spad{say(s)} sends a string \\spad{s} to output.")) (|center| (((|List| (|String|)) (|List| (|String|)) (|Integer|) (|String|)) "\\spad{center(l,{}i,{}s)} takes a list of strings \\spad{l},{} and centers them within a list of strings which is \\spad{i} characters long,{} in which the remaining spaces are filled with strings composed of as many repetitions as possible of the last string parameter \\spad{s}.") (((|String|) (|String|) (|Integer|) (|String|)) "\\spad{center(s,{}i,{}s)} takes the first string \\spad{s},{} and centers it within a string of length \\spad{i},{} in which the other elements of the string are composed of as many replications as possible of the second indicated string,{} \\spad{s} which must have a length greater than that of an empty string.")) (|copies| (((|String|) (|Integer|) (|String|)) "\\spad{copies(i,{}s)} will take a string \\spad{s} and create a new string composed of \\spad{i} copies of \\spad{s}.")) (|newLine| (((|String|)) "\\spad{newLine()} sends a new line command to output.")) (|bright| (((|List| (|String|)) (|List| (|String|))) "\\spad{bright(l)} sets the font property of a list of strings,{} \\spad{l},{} to bold-face type.") (((|List| (|String|)) (|String|)) "\\spad{bright(s)} sets the font property of the string \\spad{s} to bold-face type.")))
NIL
NIL
-(-222 S)
+(-224 S)
((|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}.")) (** (($ $ (|Integer|)) "\\spad{x**n} returns \\spad{x} raised to the integer power \\spad{n}.")))
NIL
NIL
-(-223)
+(-225)
((|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}.")) (** (($ $ (|Integer|)) "\\spad{x**n} returns \\spad{x} raised to the integer power \\spad{n}.")))
-((-4252 . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-224 S)
+(-226 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.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-225 S)
+(-227 S)
((|constructor| (NIL "This domain provides some nice functions on lists")) (|elt| (((|NonNegativeInteger|) $ "count") "\\axiom{\\spad{l}.\"count\"} returns the number of elements in \\axiom{\\spad{l}}.") (($ $ "sort") "\\axiom{\\spad{l}.sort} returns \\axiom{\\spad{l}} with elements sorted. Note: \\axiom{\\spad{l}.sort = sort(\\spad{l})}") (($ $ "unique") "\\axiom{\\spad{l}.unique} returns \\axiom{\\spad{l}} with duplicates removed. Note: \\axiom{\\spad{l}.unique = removeDuplicates(\\spad{l})}.")) (|datalist| (($ (|List| |#1|)) "\\spad{datalist(l)} creates a datalist from \\spad{l}")) (|coerce| (((|List| |#1|) $) "\\spad{coerce(x)} returns the list of elements in \\spad{x}") (($ (|List| |#1|)) "\\spad{coerce(l)} creates a datalist from \\spad{l}")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-226 M)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-228 M)
((|constructor| (NIL "DiscreteLogarithmPackage implements help functions for discrete logarithms in monoids using small cyclic groups.")) (|shanksDiscLogAlgorithm| (((|Union| (|NonNegativeInteger|) "failed") |#1| |#1| (|NonNegativeInteger|)) "\\spad{shanksDiscLogAlgorithm(b,{}a,{}p)} computes \\spad{s} with \\spad{b**s = a} for assuming that \\spad{a} and \\spad{b} are elements in a 'small' cyclic group of order \\spad{p} by Shank\\spad{'s} algorithm. Note: this is a subroutine of the function \\spadfun{discreteLog}.")) (** ((|#1| |#1| (|Integer|)) "\\spad{x ** n} returns \\spad{x} raised to the integer power \\spad{n}")))
NIL
NIL
-(-227 |vl| R)
+(-229 |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")))
-(((-4261 "*") |has| |#2| (-160)) (-4252 |has| |#2| (-517)) (-4257 |has| |#2| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-844))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-517)))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#2| (QUOTE -4257)) (|HasCategory| |#2| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-136)))))
-(-228)
+(((-4263 "*") |has| |#2| (-162)) (-4254 |has| |#2| (-519)) (-4259 |has| |#2| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-846))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-519)))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#2| (QUOTE -4259)) (|HasCategory| |#2| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-138)))))
+(-230)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Create: October 18,{} 2007. Date Last Updated: January 19,{} 2008. Basic Operations: coerce,{} reify Related Constructors: Type,{} Syntax,{} OutputForm Also See: Type,{} ConstructorCall")) (|showSummary| (((|Void|) $) "\\spad{showSummary(d)} prints out implementation detail information of domain \\spad{`d'}.")) (|reflect| (($ (|ConstructorCall|)) "\\spad{reflect cc} returns the domain object designated by the ConstructorCall syntax `cc'. The constructor implied by `cc' must be known to the system since it is instantiated.")) (|reify| (((|ConstructorCall|) $) "\\spad{reify(d)} returns the abstract syntax for the domain \\spad{`x'}.")))
NIL
NIL
-(-229 |n| R M S)
+(-231 |n| R M S)
((|constructor| (NIL "This constructor provides a direct product type with a left matrix-module view.")))
-((-4256 -2067 (-3944 (|has| |#4| (-977)) (|has| |#4| (-213))) (-3944 (|has| |#4| (-977)) (|has| |#4| (-835 (-1092)))) (|has| |#4| (-6 -4256)) (-3944 (|has| |#4| (-977)) (|has| |#4| (-588 (-525))))) (-4253 |has| |#4| (-977)) (-4254 |has| |#4| (-977)) ((-4261 "*") |has| |#4| (-160)) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#4| (QUOTE (-160))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-213))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-341))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-346))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-669))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-735))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-787))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092)))))) (|HasCategory| |#4| (QUOTE (-341))) (-2067 (|HasCategory| |#4| (QUOTE (-160))) (|HasCategory| |#4| (QUOTE (-341))) (|HasCategory| |#4| (QUOTE (-977)))) (-2067 (|HasCategory| |#4| (QUOTE (-160))) (|HasCategory| |#4| (QUOTE (-341)))) (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (QUOTE (-735))) (-2067 (|HasCategory| |#4| (QUOTE (-735))) (|HasCategory| |#4| (QUOTE (-787)))) (|HasCategory| |#4| (QUOTE (-787))) (|HasCategory| |#4| (QUOTE (-669))) (|HasCategory| |#4| (QUOTE (-160))) (-2067 (|HasCategory| |#4| (QUOTE (-160))) (|HasCategory| |#4| (QUOTE (-977)))) (|HasCategory| |#4| (QUOTE (-346))) (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#4| (QUOTE (-160))) (|HasCategory| |#4| (QUOTE (-213))) (|HasCategory| |#4| (QUOTE (-977)))) (|HasCategory| |#4| (QUOTE (-213))) (|HasCategory| |#4| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-160)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-213)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-341)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-346)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-669)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-735)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-787)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-977)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-1020))))) (-2067 (-12 (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-160))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-213))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-341))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-346))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-669))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-735))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-787))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| (-525) (QUOTE (-789))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#4| (QUOTE (-213))) (|HasCategory| |#4| (QUOTE (-977)))) (-2067 (-12 (|HasCategory| |#4| (QUOTE (-213))) (|HasCategory| |#4| (QUOTE (-977)))) (|HasCategory| |#4| (QUOTE (-669))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092)))))) (-2067 (|HasCategory| |#4| (QUOTE (-977))) (-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525)))))) (-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (QUOTE (-1020)))) (-2067 (|HasAttribute| |#4| (QUOTE -4256)) (-12 (|HasCategory| |#4| (QUOTE (-213))) (|HasCategory| |#4| (QUOTE (-977)))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#4| (QUOTE (-977))) (|HasCategory| |#4| (LIST (QUOTE -835) (QUOTE (-1092)))))) (|HasCategory| |#4| (QUOTE (-126))) (|HasCategory| |#4| (QUOTE (-25))) (-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-230 |n| R S)
+((-4258 -2027 (-3979 (|has| |#4| (-979)) (|has| |#4| (-215))) (-3979 (|has| |#4| (-979)) (|has| |#4| (-837 (-1094)))) (|has| |#4| (-6 -4258)) (-3979 (|has| |#4| (-979)) (|has| |#4| (-590 (-527))))) (-4255 |has| |#4| (-979)) (-4256 |has| |#4| (-979)) ((-4263 "*") |has| |#4| (-162)) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#4| (QUOTE (-162))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-215))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-343))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-348))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-671))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-737))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-789))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|))) (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094)))))) (|HasCategory| |#4| (QUOTE (-343))) (-2027 (|HasCategory| |#4| (QUOTE (-162))) (|HasCategory| |#4| (QUOTE (-343))) (|HasCategory| |#4| (QUOTE (-979)))) (-2027 (|HasCategory| |#4| (QUOTE (-162))) (|HasCategory| |#4| (QUOTE (-343)))) (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (QUOTE (-737))) (-2027 (|HasCategory| |#4| (QUOTE (-737))) (|HasCategory| |#4| (QUOTE (-789)))) (|HasCategory| |#4| (QUOTE (-789))) (|HasCategory| |#4| (QUOTE (-671))) (|HasCategory| |#4| (QUOTE (-162))) (-2027 (|HasCategory| |#4| (QUOTE (-162))) (|HasCategory| |#4| (QUOTE (-979)))) (|HasCategory| |#4| (QUOTE (-348))) (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#4| (QUOTE (-162))) (|HasCategory| |#4| (QUOTE (-215))) (|HasCategory| |#4| (QUOTE (-979)))) (|HasCategory| |#4| (QUOTE (-215))) (|HasCategory| |#4| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-162)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-215)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-343)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-348)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-671)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-737)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-789)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-979)))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-1022))))) (-2027 (-12 (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-162))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-215))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-343))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-348))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-671))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-737))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-789))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| (-527) (QUOTE (-791))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#4| (QUOTE (-215))) (|HasCategory| |#4| (QUOTE (-979)))) (-2027 (-12 (|HasCategory| |#4| (QUOTE (-215))) (|HasCategory| |#4| (QUOTE (-979)))) (|HasCategory| |#4| (QUOTE (-671))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094)))))) (-2027 (|HasCategory| |#4| (QUOTE (-979))) (-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527)))))) (-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (QUOTE (-1022)))) (-2027 (|HasAttribute| |#4| (QUOTE -4258)) (-12 (|HasCategory| |#4| (QUOTE (-215))) (|HasCategory| |#4| (QUOTE (-979)))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#4| (QUOTE (-979))) (|HasCategory| |#4| (LIST (QUOTE -837) (QUOTE (-1094)))))) (|HasCategory| |#4| (QUOTE (-128))) (|HasCategory| |#4| (QUOTE (-25))) (-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-232 |n| R S)
((|constructor| (NIL "This constructor provides a direct product of \\spad{R}-modules with an \\spad{R}-module view.")))
-((-4256 -2067 (-3944 (|has| |#3| (-977)) (|has| |#3| (-213))) (-3944 (|has| |#3| (-977)) (|has| |#3| (-835 (-1092)))) (|has| |#3| (-6 -4256)) (-3944 (|has| |#3| (-977)) (|has| |#3| (-588 (-525))))) (-4253 |has| |#3| (-977)) (-4254 |has| |#3| (-977)) ((-4261 "*") |has| |#3| (-160)) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-787))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))))) (|HasCategory| |#3| (QUOTE (-341))) (-2067 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-977)))) (-2067 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-341)))) (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (QUOTE (-735))) (-2067 (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (QUOTE (-787)))) (|HasCategory| |#3| (QUOTE (-787))) (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (QUOTE (-160))) (-2067 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-977)))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-977)))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-160)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-213)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-341)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-346)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-669)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-735)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-787)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-977)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-1020))))) (-2067 (-12 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-787))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| (-525) (QUOTE (-789))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-977)))) (-2067 (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-977)))) (|HasCategory| |#3| (QUOTE (-669))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))))) (-2067 (|HasCategory| |#3| (QUOTE (-977))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525)))))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-1020)))) (-2067 (|HasAttribute| |#3| (QUOTE -4256)) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-977)))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))))) (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-231 A R S V E)
+((-4258 -2027 (-3979 (|has| |#3| (-979)) (|has| |#3| (-215))) (-3979 (|has| |#3| (-979)) (|has| |#3| (-837 (-1094)))) (|has| |#3| (-6 -4258)) (-3979 (|has| |#3| (-979)) (|has| |#3| (-590 (-527))))) (-4255 |has| |#3| (-979)) (-4256 |has| |#3| (-979)) ((-4263 "*") |has| |#3| (-162)) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-789))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))))) (|HasCategory| |#3| (QUOTE (-343))) (-2027 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-979)))) (-2027 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-343)))) (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (QUOTE (-737))) (-2027 (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (QUOTE (-789)))) (|HasCategory| |#3| (QUOTE (-789))) (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (QUOTE (-162))) (-2027 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-979)))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-979)))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-162)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-215)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-343)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-348)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-671)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-737)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-789)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-979)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-1022))))) (-2027 (-12 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-789))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| (-527) (QUOTE (-791))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-979)))) (-2027 (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-979)))) (|HasCategory| |#3| (QUOTE (-671))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))))) (-2027 (|HasCategory| |#3| (QUOTE (-979))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527)))))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-1022)))) (-2027 (|HasAttribute| |#3| (QUOTE -4258)) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-979)))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))))) (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-233 A R S V E)
((|constructor| (NIL "\\spadtype{DifferentialPolynomialCategory} is a category constructor specifying basic functions in an ordinary differential polynomial ring with a given ordered set of differential indeterminates. In addition,{} it implements defaults for the basic functions. The functions \\spadfun{order} and \\spadfun{weight} are extended from the set of derivatives of differential indeterminates to the set of differential polynomials. Other operations provided on differential polynomials are \\spadfun{leader},{} \\spadfun{initial},{} \\spadfun{separant},{} \\spadfun{differentialVariables},{} and \\spadfun{isobaric?}. Furthermore,{} if the ground ring is a differential ring,{} then evaluation (substitution of differential indeterminates by elements of the ground ring or by differential polynomials) is provided by \\spadfun{eval}. A convenient way of referencing derivatives is provided by the functions \\spadfun{makeVariable}. \\blankline To construct a domain using this constructor,{} one needs to provide a ground ring \\spad{R},{} an ordered set \\spad{S} of differential indeterminates,{} a ranking \\spad{V} on the set of derivatives of the differential indeterminates,{} and a set \\spad{E} of exponents in bijection with the set of differential monomials in the given differential indeterminates. \\blankline")) (|separant| (($ $) "\\spad{separant(p)} returns the partial derivative of the differential polynomial \\spad{p} with respect to its leader.")) (|initial| (($ $) "\\spad{initial(p)} returns the leading coefficient when the differential polynomial \\spad{p} is written as a univariate polynomial in its leader.")) (|leader| ((|#4| $) "\\spad{leader(p)} returns the derivative of the highest rank appearing in the differential polynomial \\spad{p} Note: an error occurs if \\spad{p} is in the ground ring.")) (|isobaric?| (((|Boolean|) $) "\\spad{isobaric?(p)} returns \\spad{true} if every differential monomial appearing in the differential polynomial \\spad{p} has same weight,{} and returns \\spad{false} otherwise.")) (|weight| (((|NonNegativeInteger|) $ |#3|) "\\spad{weight(p,{} s)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|NonNegativeInteger|) $) "\\spad{weight(p)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p}.")) (|weights| (((|List| (|NonNegativeInteger|)) $ |#3|) "\\spad{weights(p,{} s)} returns a list of weights of differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|List| (|NonNegativeInteger|)) $) "\\spad{weights(p)} returns a list of weights of differential monomials appearing in differential polynomial \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $ |#3|) "\\spad{degree(p,{} s)} returns the maximum degree of the differential polynomial \\spad{p} viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of the differential polynomial \\spad{p},{} which is the maximum number of differentiations of a differential indeterminate,{} among all those appearing in \\spad{p}.") (((|NonNegativeInteger|) $ |#3|) "\\spad{order(p,{}s)} returns the order of the differential polynomial \\spad{p} in differential indeterminate \\spad{s}.")) (|differentialVariables| (((|List| |#3|) $) "\\spad{differentialVariables(p)} returns a list of differential indeterminates occurring in a differential polynomial \\spad{p}.")) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) $) "\\spad{makeVariable(p)} views \\spad{p} as an element of a differential ring,{} in such a way that the \\spad{n}-th derivative of \\spad{p} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} \\spad{:=} makeVariable(\\spad{p}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.") (((|Mapping| $ (|NonNegativeInteger|)) |#3|) "\\spad{makeVariable(s)} views \\spad{s} as a differential indeterminate,{} in such a way that the \\spad{n}-th derivative of \\spad{s} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} :=makeVariable(\\spad{s}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.")))
NIL
-((|HasCategory| |#2| (QUOTE (-213))))
-(-232 R S V E)
+((|HasCategory| |#2| (QUOTE (-215))))
+(-234 R S V E)
((|constructor| (NIL "\\spadtype{DifferentialPolynomialCategory} is a category constructor specifying basic functions in an ordinary differential polynomial ring with a given ordered set of differential indeterminates. In addition,{} it implements defaults for the basic functions. The functions \\spadfun{order} and \\spadfun{weight} are extended from the set of derivatives of differential indeterminates to the set of differential polynomials. Other operations provided on differential polynomials are \\spadfun{leader},{} \\spadfun{initial},{} \\spadfun{separant},{} \\spadfun{differentialVariables},{} and \\spadfun{isobaric?}. Furthermore,{} if the ground ring is a differential ring,{} then evaluation (substitution of differential indeterminates by elements of the ground ring or by differential polynomials) is provided by \\spadfun{eval}. A convenient way of referencing derivatives is provided by the functions \\spadfun{makeVariable}. \\blankline To construct a domain using this constructor,{} one needs to provide a ground ring \\spad{R},{} an ordered set \\spad{S} of differential indeterminates,{} a ranking \\spad{V} on the set of derivatives of the differential indeterminates,{} and a set \\spad{E} of exponents in bijection with the set of differential monomials in the given differential indeterminates. \\blankline")) (|separant| (($ $) "\\spad{separant(p)} returns the partial derivative of the differential polynomial \\spad{p} with respect to its leader.")) (|initial| (($ $) "\\spad{initial(p)} returns the leading coefficient when the differential polynomial \\spad{p} is written as a univariate polynomial in its leader.")) (|leader| ((|#3| $) "\\spad{leader(p)} returns the derivative of the highest rank appearing in the differential polynomial \\spad{p} Note: an error occurs if \\spad{p} is in the ground ring.")) (|isobaric?| (((|Boolean|) $) "\\spad{isobaric?(p)} returns \\spad{true} if every differential monomial appearing in the differential polynomial \\spad{p} has same weight,{} and returns \\spad{false} otherwise.")) (|weight| (((|NonNegativeInteger|) $ |#2|) "\\spad{weight(p,{} s)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|NonNegativeInteger|) $) "\\spad{weight(p)} returns the maximum weight of all differential monomials appearing in the differential polynomial \\spad{p}.")) (|weights| (((|List| (|NonNegativeInteger|)) $ |#2|) "\\spad{weights(p,{} s)} returns a list of weights of differential monomials appearing in the differential polynomial \\spad{p} when \\spad{p} is viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.") (((|List| (|NonNegativeInteger|)) $) "\\spad{weights(p)} returns a list of weights of differential monomials appearing in differential polynomial \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $ |#2|) "\\spad{degree(p,{} s)} returns the maximum degree of the differential polynomial \\spad{p} viewed as a differential polynomial in the differential indeterminate \\spad{s} alone.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of the differential polynomial \\spad{p},{} which is the maximum number of differentiations of a differential indeterminate,{} among all those appearing in \\spad{p}.") (((|NonNegativeInteger|) $ |#2|) "\\spad{order(p,{}s)} returns the order of the differential polynomial \\spad{p} in differential indeterminate \\spad{s}.")) (|differentialVariables| (((|List| |#2|) $) "\\spad{differentialVariables(p)} returns a list of differential indeterminates occurring in a differential polynomial \\spad{p}.")) (|makeVariable| (((|Mapping| $ (|NonNegativeInteger|)) $) "\\spad{makeVariable(p)} views \\spad{p} as an element of a differential ring,{} in such a way that the \\spad{n}-th derivative of \\spad{p} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} \\spad{:=} makeVariable(\\spad{p}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.") (((|Mapping| $ (|NonNegativeInteger|)) |#2|) "\\spad{makeVariable(s)} views \\spad{s} as a differential indeterminate,{} in such a way that the \\spad{n}-th derivative of \\spad{s} may be simply referenced as \\spad{z}.\\spad{n} where \\spad{z} :=makeVariable(\\spad{s}). Note: In the interpreter,{} \\spad{z} is given as an internal map,{} which may be ignored.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-233 S)
+(-235 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}.")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
-(-234)
+(-236)
((|constructor| (NIL "TopLevelDrawFunctionsForCompiledFunctions provides top level functions for drawing graphics of expressions.")) (|recolor| (((|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{recolor()},{} uninteresting to top level user; exported in order to compile package.")) (|makeObject| (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{makeObject(surface(f,{}g,{}h),{}a..b,{}c..d,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{x = f(u,{}v)},{} \\spad{y = g(u,{}v)},{} \\spad{z = h(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(surface(f,{}g,{}h),{}a..b,{}c..d,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{x = f(u,{}v)},{} \\spad{y = g(u,{}v)},{} \\spad{z = h(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{makeObject(f,{}a..b,{}c..d,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{f(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(f,{}a..b,{}c..d,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric surface \\spad{f(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}; The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{makeObject(f,{}a..b,{}c..d)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of \\spad{z = f(x,{}y)} as \\spad{x} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{y} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(f,{}a..b,{}c..d,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of \\spad{z = f(x,{}y)} as \\spad{x} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{y} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)},{} and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|))) "\\spad{makeObject(sp,{}curve(f,{}g,{}h),{}a..b)} returns the space \\spad{sp} of the domain \\spadtype{ThreeSpace} with the addition of the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(curve(f,{}g,{}h),{}a..b,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|))) "\\spad{makeObject(sp,{}curve(f,{}g,{}h),{}a..b)} returns the space \\spad{sp} of the domain \\spadtype{ThreeSpace} with the addition of the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeSpace| (|DoubleFloat|)) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{makeObject(curve(f,{}g,{}h),{}a..b,{}l)} returns a space of the domain \\spadtype{ThreeSpace} which contains the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}; The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")) (|draw| (((|ThreeDimensionalViewport|) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{draw(surface(f,{}g,{}h),{}a..b,{}c..d)} draws the graph of the parametric surface \\spad{x = f(u,{}v)},{} \\spad{y = g(u,{}v)},{} \\spad{z = h(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}.") (((|ThreeDimensionalViewport|) (|ParametricSurface| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(surface(f,{}g,{}h),{}a..b,{}c..d)} draws the graph of the parametric surface \\spad{x = f(u,{}v)},{} \\spad{y = g(u,{}v)},{} \\spad{z = h(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}; The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b,{}c..d)} draws the graph of the parametric surface \\spad{f(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)} The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}a..b,{}c..d)} draws the graph of the parametric surface \\spad{f(u,{}v)} as \\spad{u} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{v} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b,{}c..d)} draws the graph of \\spad{z = f(x,{}y)} as \\spad{x} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{y} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}.") (((|ThreeDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}a..b,{}c..d,{}l)} draws the graph of \\spad{z = f(x,{}y)} as \\spad{x} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)} and \\spad{y} ranges from \\spad{min(c,{}d)} to \\spad{max(c,{}d)}. and the options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b,{}l)} draws the graph of the parametric curve \\spad{f} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeDimensionalViewport|) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}a..b,{}l)} draws the graph of the parametric curve \\spad{f} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|))) "\\spad{draw(curve(f,{}g,{}h),{}a..b,{}l)} draws the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|ThreeDimensionalViewport|) (|ParametricSpaceCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f,{}g,{}h),{}a..b,{}l)} draws the graph of the parametric curve \\spad{x = f(t),{} y = g(t),{} z = h(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|))) "\\spad{draw(curve(f,{}g),{}a..b)} draws the graph of the parametric curve \\spad{x = f(t),{} y = g(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|TwoDimensionalViewport|) (|ParametricPlaneCurve| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(curve(f,{}g),{}a..b,{}l)} draws the graph of the parametric curve \\spad{x = f(t),{} y = g(t)} as \\spad{t} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|))) "\\spad{draw(f,{}a..b)} draws the graph of \\spad{y = f(x)} as \\spad{x} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}.") (((|TwoDimensionalViewport|) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|Float|)) (|List| (|DrawOption|))) "\\spad{draw(f,{}a..b,{}l)} draws the graph of \\spad{y = f(x)} as \\spad{x} ranges from \\spad{min(a,{}b)} to \\spad{max(a,{}b)}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.")))
NIL
NIL
-(-235 R |Ex|)
+(-237 R |Ex|)
((|constructor| (NIL "TopLevelDrawFunctionsForAlgebraicCurves provides top level functions for drawing non-singular algebraic curves.")) (|draw| (((|TwoDimensionalViewport|) (|Equation| |#2|) (|Symbol|) (|Symbol|) (|List| (|DrawOption|))) "\\spad{draw(f(x,{}y) = g(x,{}y),{}x,{}y,{}l)} draws the graph of a polynomial equation. The list \\spad{l} of draw options must specify a region in the plane in which the curve is to sketched.")))
NIL
NIL
-(-236)
+(-238)
((|setClipValue| (((|DoubleFloat|) (|DoubleFloat|)) "\\spad{setClipValue(x)} sets to \\spad{x} the maximum value to plot when drawing complex functions. Returns \\spad{x}.")) (|setImagSteps| (((|Integer|) (|Integer|)) "\\spad{setImagSteps(i)} sets to \\spad{i} the number of steps to use in the imaginary direction when drawing complex functions. Returns \\spad{i}.")) (|setRealSteps| (((|Integer|) (|Integer|)) "\\spad{setRealSteps(i)} sets to \\spad{i} the number of steps to use in the real direction when drawing complex functions. Returns \\spad{i}.")) (|drawComplexVectorField| (((|ThreeDimensionalViewport|) (|Mapping| (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{drawComplexVectorField(f,{}rRange,{}iRange)} draws a complex vector field using arrows on the \\spad{x--y} plane. These vector fields should be viewed from the top by pressing the \"XY\" translate button on the 3-\\spad{d} viewport control panel.\\newline Sample call: \\indented{3}{\\spad{f z == sin z}} \\indented{3}{\\spad{drawComplexVectorField(f,{} -2..2,{} -2..2)}} Parameter descriptions: \\indented{2}{\\spad{f} : the function to draw} \\indented{2}{\\spad{rRange} : the range of the real values} \\indented{2}{\\spad{iRange} : the range of the imaginary values} Call the functions \\axiomFunFrom{setRealSteps}{DrawComplex} and \\axiomFunFrom{setImagSteps}{DrawComplex} to change the number of steps used in each direction.")) (|drawComplex| (((|ThreeDimensionalViewport|) (|Mapping| (|Complex| (|DoubleFloat|)) (|Complex| (|DoubleFloat|))) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Boolean|)) "\\spad{drawComplex(f,{}rRange,{}iRange,{}arrows?)} draws a complex function as a height field. It uses the complex norm as the height and the complex argument as the color. It will optionally draw arrows on the surface indicating the direction of the complex value.\\newline Sample call: \\indented{2}{\\spad{f z == exp(1/z)}} \\indented{2}{\\spad{drawComplex(f,{} 0.3..3,{} 0..2*\\%\\spad{pi},{} false)}} Parameter descriptions: \\indented{2}{\\spad{f:}\\space{2}the function to draw} \\indented{2}{\\spad{rRange} : the range of the real values} \\indented{2}{\\spad{iRange} : the range of imaginary values} \\indented{2}{\\spad{arrows?} : a flag indicating whether to draw the phase arrows for \\spad{f}} Call the functions \\axiomFunFrom{setRealSteps}{DrawComplex} and \\axiomFunFrom{setImagSteps}{DrawComplex} to change the number of steps used in each direction.")))
NIL
NIL
-(-237 R)
+(-239 R)
((|constructor| (NIL "Hack for the draw interface. DrawNumericHack provides a \"coercion\" from something of the form \\spad{x = a..b} where \\spad{a} and \\spad{b} are formal expressions to a binding of the form \\spad{x = c..d} where \\spad{c} and \\spad{d} are the numerical values of \\spad{a} and \\spad{b}. This \"coercion\" fails if \\spad{a} and \\spad{b} contains symbolic variables,{} but is meant for expressions involving \\%\\spad{pi}.")) (|coerce| (((|SegmentBinding| (|Float|)) (|SegmentBinding| (|Expression| |#1|))) "\\spad{coerce(x = a..b)} returns \\spad{x = c..d} where \\spad{c} and \\spad{d} are the numerical values of \\spad{a} and \\spad{b}.")))
NIL
NIL
-(-238 |Ex|)
+(-240 |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.")))
NIL
NIL
-(-239)
+(-241)
((|constructor| (NIL "TopLevelDrawFunctionsForPoints provides top level functions for drawing curves and surfaces described by sets of points.")) (|draw| (((|ThreeDimensionalViewport|) (|List| (|DoubleFloat|)) (|List| (|DoubleFloat|)) (|List| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{draw(lx,{}ly,{}lz,{}l)} draws the surface constructed by projecting the values in the \\axiom{\\spad{lz}} list onto the rectangular grid formed by the The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|ThreeDimensionalViewport|) (|List| (|DoubleFloat|)) (|List| (|DoubleFloat|)) (|List| (|DoubleFloat|))) "\\spad{draw(lx,{}ly,{}lz)} draws the surface constructed by projecting the values in the \\axiom{\\spad{lz}} list onto the rectangular grid formed by the \\axiom{\\spad{lx} \\spad{X} \\spad{ly}}.") (((|TwoDimensionalViewport|) (|List| (|Point| (|DoubleFloat|))) (|List| (|DrawOption|))) "\\spad{draw(lp,{}l)} plots the curve constructed from the list of points \\spad{lp}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|List| (|Point| (|DoubleFloat|)))) "\\spad{draw(lp)} plots the curve constructed from the list of points \\spad{lp}.") (((|TwoDimensionalViewport|) (|List| (|DoubleFloat|)) (|List| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{draw(lx,{}ly,{}l)} plots the curve constructed of points (\\spad{x},{}\\spad{y}) for \\spad{x} in \\spad{lx} for \\spad{y} in \\spad{ly}. The options contained in the list \\spad{l} of the domain \\spad{DrawOption} are applied.") (((|TwoDimensionalViewport|) (|List| (|DoubleFloat|)) (|List| (|DoubleFloat|))) "\\spad{draw(lx,{}ly)} plots the curve constructed of points (\\spad{x},{}\\spad{y}) for \\spad{x} in \\spad{lx} for \\spad{y} in \\spad{ly}.")))
NIL
NIL
-(-240)
+(-242)
((|constructor| (NIL "This package \\undocumented{}")) (|units| (((|List| (|Float|)) (|List| (|DrawOption|)) (|List| (|Float|))) "\\spad{units(l,{}u)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{unit}. If the option does not exist the value,{} \\spad{u} is returned.")) (|coord| (((|Mapping| (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) (|List| (|DrawOption|)) (|Mapping| (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)))) "\\spad{coord(l,{}p)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{coord}. If the option does not exist the value,{} \\spad{p} is returned.")) (|tubeRadius| (((|Float|) (|List| (|DrawOption|)) (|Float|)) "\\spad{tubeRadius(l,{}n)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{tubeRadius}. If the option does not exist the value,{} \\spad{n} is returned.")) (|tubePoints| (((|PositiveInteger|) (|List| (|DrawOption|)) (|PositiveInteger|)) "\\spad{tubePoints(l,{}n)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{tubePoints}. If the option does not exist the value,{} \\spad{n} is returned.")) (|space| (((|ThreeSpace| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{space(l)} takes a list of draw options,{} \\spad{l},{} and checks to see if it contains the option \\spad{space}. If the the option doesn\\spad{'t} exist,{} then an empty space is returned.")) (|var2Steps| (((|PositiveInteger|) (|List| (|DrawOption|)) (|PositiveInteger|)) "\\spad{var2Steps(l,{}n)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{var2Steps}. If the option does not exist the value,{} \\spad{n} is returned.")) (|var1Steps| (((|PositiveInteger|) (|List| (|DrawOption|)) (|PositiveInteger|)) "\\spad{var1Steps(l,{}n)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{var1Steps}. If the option does not exist the value,{} \\spad{n} is returned.")) (|ranges| (((|List| (|Segment| (|Float|))) (|List| (|DrawOption|)) (|List| (|Segment| (|Float|)))) "\\spad{ranges(l,{}r)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{ranges}. If the option does not exist the value,{} \\spad{r} is returned.")) (|curveColorPalette| (((|Palette|) (|List| (|DrawOption|)) (|Palette|)) "\\spad{curveColorPalette(l,{}p)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{curveColorPalette}. If the option does not exist the value,{} \\spad{p} is returned.")) (|pointColorPalette| (((|Palette|) (|List| (|DrawOption|)) (|Palette|)) "\\spad{pointColorPalette(l,{}p)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{pointColorPalette}. If the option does not exist the value,{} \\spad{p} is returned.")) (|toScale| (((|Boolean|) (|List| (|DrawOption|)) (|Boolean|)) "\\spad{toScale(l,{}b)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{toScale}. If the option does not exist the value,{} \\spad{b} is returned.")) (|style| (((|String|) (|List| (|DrawOption|)) (|String|)) "\\spad{style(l,{}s)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{style}. If the option does not exist the value,{} \\spad{s} is returned.")) (|title| (((|String|) (|List| (|DrawOption|)) (|String|)) "\\spad{title(l,{}s)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{title}. If the option does not exist the value,{} \\spad{s} is returned.")) (|viewpoint| (((|Record| (|:| |theta| (|DoubleFloat|)) (|:| |phi| (|DoubleFloat|)) (|:| |scale| (|DoubleFloat|)) (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |scaleZ| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|))) (|List| (|DrawOption|)) (|Record| (|:| |theta| (|DoubleFloat|)) (|:| |phi| (|DoubleFloat|)) (|:| |scale| (|DoubleFloat|)) (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |scaleZ| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)))) "\\spad{viewpoint(l,{}ls)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{viewpoint}. IF the option does not exist,{} the value \\spad{ls} is returned.")) (|clipBoolean| (((|Boolean|) (|List| (|DrawOption|)) (|Boolean|)) "\\spad{clipBoolean(l,{}b)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{clipBoolean}. If the option does not exist the value,{} \\spad{b} is returned.")) (|adaptive| (((|Boolean|) (|List| (|DrawOption|)) (|Boolean|)) "\\spad{adaptive(l,{}b)} takes the list of draw options,{} \\spad{l},{} and checks the list to see if it contains the option \\spad{adaptive}. If the option does not exist the value,{} \\spad{b} is returned.")))
NIL
NIL
-(-241 S)
+(-243 S)
((|constructor| (NIL "This package \\undocumented{}")) (|option| (((|Union| |#1| "failed") (|List| (|DrawOption|)) (|Symbol|)) "\\spad{option(l,{}s)} determines whether the indicated drawing option,{} \\spad{s},{} is contained in the list of drawing options,{} \\spad{l},{} which is defined by the draw command.")))
NIL
NIL
-(-242)
+(-244)
((|constructor| (NIL "DrawOption allows the user to specify defaults for the creation and rendering of plots.")) (|option?| (((|Boolean|) (|List| $) (|Symbol|)) "\\spad{option?()} is not to be used at the top level; option? internally returns \\spad{true} for drawing options which are indicated in a draw command,{} or \\spad{false} for those which are not.")) (|option| (((|Union| (|Any|) "failed") (|List| $) (|Symbol|)) "\\spad{option()} is not to be used at the top level; option determines internally which drawing options are indicated in a draw command.")) (|unit| (($ (|List| (|Float|))) "\\spad{unit(lf)} will mark off the units according to the indicated list \\spad{lf}. This option is expressed in the form \\spad{unit == [f1,{}f2]}.")) (|coord| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)))) "\\spad{coord(p)} specifies a change of coordinates of point \\spad{p}. This option is expressed in the form \\spad{coord == p}.")) (|tubePoints| (($ (|PositiveInteger|)) "\\spad{tubePoints(n)} specifies the number of points,{} \\spad{n},{} defining the circle which creates the tube around a 3D curve,{} the default is 6. This option is expressed in the form \\spad{tubePoints == n}.")) (|var2Steps| (($ (|PositiveInteger|)) "\\spad{var2Steps(n)} indicates the number of subdivisions,{} \\spad{n},{} of the second range variable. This option is expressed in the form \\spad{var2Steps == n}.")) (|var1Steps| (($ (|PositiveInteger|)) "\\spad{var1Steps(n)} indicates the number of subdivisions,{} \\spad{n},{} of the first range variable. This option is expressed in the form \\spad{var1Steps == n}.")) (|space| (($ (|ThreeSpace| (|DoubleFloat|))) "\\spad{space specifies} the space into which we will draw. If none is given then a new space is created.")) (|ranges| (($ (|List| (|Segment| (|Float|)))) "\\spad{ranges(l)} provides a list of user-specified ranges \\spad{l}. This option is expressed in the form \\spad{ranges == l}.")) (|range| (($ (|List| (|Segment| (|Fraction| (|Integer|))))) "\\spad{range([i])} provides a user-specified range \\spad{i}. This option is expressed in the form \\spad{range == [i]}.") (($ (|List| (|Segment| (|Float|)))) "\\spad{range([l])} provides a user-specified range \\spad{l}. This option is expressed in the form \\spad{range == [l]}.")) (|tubeRadius| (($ (|Float|)) "\\spad{tubeRadius(r)} specifies a radius,{} \\spad{r},{} for a tube plot around a 3D curve; is expressed in the form \\spad{tubeRadius == 4}.")) (|colorFunction| (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{colorFunction(f(x,{}y,{}z))} specifies the color for three dimensional plots as a function of \\spad{x},{} \\spad{y},{} and \\spad{z} coordinates. This option is expressed in the form \\spad{colorFunction == f(x,{}y,{}z)}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{colorFunction(f(u,{}v))} specifies the color for three dimensional plots as a function based upon the two parametric variables. This option is expressed in the form \\spad{colorFunction == f(u,{}v)}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) "\\spad{colorFunction(f(z))} specifies the color based upon the \\spad{z}-component of three dimensional plots. This option is expressed in the form \\spad{colorFunction == f(z)}.")) (|curveColor| (($ (|Palette|)) "\\spad{curveColor(p)} specifies a color index for 2D graph curves from the spadcolors palette \\spad{p}. This option is expressed in the form \\spad{curveColor ==p}.") (($ (|Float|)) "\\spad{curveColor(v)} specifies a color,{} \\spad{v},{} for 2D graph curves. This option is expressed in the form \\spad{curveColor == v}.")) (|pointColor| (($ (|Palette|)) "\\spad{pointColor(p)} specifies a color index for 2D graph points from the spadcolors palette \\spad{p}. This option is expressed in the form \\spad{pointColor == p}.") (($ (|Float|)) "\\spad{pointColor(v)} specifies a color,{} \\spad{v},{} for 2D graph points. This option is expressed in the form \\spad{pointColor == v}.")) (|coordinates| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)))) "\\spad{coordinates(p)} specifies a change of coordinate systems of point \\spad{p}. This option is expressed in the form \\spad{coordinates == p}.")) (|toScale| (($ (|Boolean|)) "\\spad{toScale(b)} specifies whether or not a plot is to be drawn to scale; if \\spad{b} is \\spad{true} it is drawn to scale,{} if \\spad{b} is \\spad{false} it is not. This option is expressed in the form \\spad{toScale == b}.")) (|style| (($ (|String|)) "\\spad{style(s)} specifies the drawing style in which the graph will be plotted by the indicated string \\spad{s}. This option is expressed in the form \\spad{style == s}.")) (|title| (($ (|String|)) "\\spad{title(s)} specifies a title for a plot by the indicated string \\spad{s}. This option is expressed in the form \\spad{title == s}.")) (|viewpoint| (($ (|Record| (|:| |theta| (|DoubleFloat|)) (|:| |phi| (|DoubleFloat|)) (|:| |scale| (|DoubleFloat|)) (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |scaleZ| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)))) "\\spad{viewpoint(vp)} creates a viewpoint data structure corresponding to the list of values. The values are interpreted as [theta,{} phi,{} scale,{} scaleX,{} scaleY,{} scaleZ,{} deltaX,{} deltaY]. This option is expressed in the form \\spad{viewpoint == ls}.")) (|clip| (($ (|List| (|Segment| (|Float|)))) "\\spad{clip([l])} provides ranges for user-defined clipping as specified in the list \\spad{l}. This option is expressed in the form \\spad{clip == [l]}.") (($ (|Boolean|)) "\\spad{clip(b)} turns 2D clipping on if \\spad{b} is \\spad{true},{} or off if \\spad{b} is \\spad{false}. This option is expressed in the form \\spad{clip == b}.")) (|adaptive| (($ (|Boolean|)) "\\spad{adaptive(b)} turns adaptive 2D plotting on if \\spad{b} is \\spad{true},{} or off if \\spad{b} is \\spad{false}. This option is expressed in the form \\spad{adaptive == b}.")))
NIL
NIL
-(-243 R S V)
+(-245 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")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#3| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#3| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#3| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#3| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-244 A S)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#3| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#3| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#3| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#3| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-246 A S)
((|constructor| (NIL "\\spadtype{DifferentialVariableCategory} constructs the set of derivatives of a given set of (ordinary) differential indeterminates. If \\spad{x},{}...,{}\\spad{y} is an ordered set of differential indeterminates,{} and the prime notation is used for differentiation,{} then the set of derivatives (including zero-th order) of the differential indeterminates is \\spad{x},{}\\spad{x'},{}\\spad{x''},{}...,{} \\spad{y},{}\\spad{y'},{}\\spad{y''},{}... (Note: in the interpreter,{} the \\spad{n}-th derivative of \\spad{y} is displayed as \\spad{y} with a subscript \\spad{n}.) This set is viewed as a set of algebraic indeterminates,{} totally ordered in a way compatible with differentiation and the given order on the differential indeterminates. Such a total order is called a ranking of the differential indeterminates. \\blankline A domain in this category is needed to construct a differential polynomial domain. Differential polynomials are ordered by a ranking on the derivatives,{} and by an order (extending the ranking) on on the set of differential monomials. One may thus associate a domain in this category with a ranking of the differential indeterminates,{} just as one associates a domain in the category \\spadtype{OrderedAbelianMonoidSup} with an ordering of the set of monomials in a set of algebraic indeterminates. The ranking is specified through the binary relation \\spadfun{<}. For example,{} one may define one derivative to be less than another by lexicographically comparing first the \\spadfun{order},{} then the given order of the differential indeterminates appearing in the derivatives. This is the default implementation. \\blankline The notion of weight generalizes that of degree. A polynomial domain may be made into a graded ring if a weight function is given on the set of indeterminates,{} Very often,{} a grading is the first step in ordering the set of monomials. For differential polynomial domains,{} this constructor provides a function \\spadfun{weight},{} which allows the assignment of a non-negative number to each derivative of a differential indeterminate. For example,{} one may define the weight of a derivative to be simply its \\spadfun{order} (this is the default assignment). This weight function can then be extended to the set of all differential polynomials,{} providing a graded ring structure.")) (|coerce| (($ |#2|) "\\spad{coerce(s)} returns \\spad{s},{} viewed as the zero-th order derivative of \\spad{s}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(v,{} n)} returns the \\spad{n}-th derivative of \\spad{v}.") (($ $) "\\spad{differentiate(v)} returns the derivative of \\spad{v}.")) (|weight| (((|NonNegativeInteger|) $) "\\spad{weight(v)} returns the weight of the derivative \\spad{v}.")) (|variable| ((|#2| $) "\\spad{variable(v)} returns \\spad{s} if \\spad{v} is any derivative of the differential indeterminate \\spad{s}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(v)} returns \\spad{n} if \\spad{v} is the \\spad{n}-th derivative of any differential indeterminate.")) (|makeVariable| (($ |#2| (|NonNegativeInteger|)) "\\spad{makeVariable(s,{} n)} returns the \\spad{n}-th derivative of a differential indeterminate \\spad{s} as an algebraic indeterminate.")))
NIL
NIL
-(-245 S)
+(-247 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| (($ |#1|) "\\spad{coerce(s)} returns \\spad{s},{} viewed as the zero-th order derivative of \\spad{s}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(v,{} n)} returns the \\spad{n}-th derivative of \\spad{v}.") (($ $) "\\spad{differentiate(v)} returns the derivative of \\spad{v}.")) (|weight| (((|NonNegativeInteger|) $) "\\spad{weight(v)} returns the weight of the derivative \\spad{v}.")) (|variable| ((|#1| $) "\\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| (($ |#1| (|NonNegativeInteger|)) "\\spad{makeVariable(s,{} n)} returns the \\spad{n}-th derivative of a differential indeterminate \\spad{s} as an algebraic indeterminate.")))
NIL
NIL
-(-246)
+(-248)
((|optAttributes| (((|List| (|String|)) (|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{optAttributes(o)} is a function for supplying a list of attributes of an optimization problem.")) (|expenseOfEvaluation| (((|Float|) (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))) "\\spad{expenseOfEvaluation(o)} returns the intensity value of the cost of evaluating the input set of functions. This is in terms of the number of ``operational units\\spad{''}. It returns a value in the range [0,{}1].")) (|changeNameToObjf| (((|Result|) (|Symbol|) (|Result|)) "\\spad{changeNameToObjf(s,{}r)} changes the name of item \\axiom{\\spad{s}} in \\axiom{\\spad{r}} to objf.")) (|varList| (((|List| (|Symbol|)) (|Expression| (|DoubleFloat|)) (|NonNegativeInteger|)) "\\spad{varList(e,{}n)} returns a list of \\axiom{\\spad{n}} indexed variables with name as in \\axiom{\\spad{e}}.")) (|variables| (((|List| (|Symbol|)) (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))) "\\spad{variables(args)} returns the list of variables in \\axiom{\\spad{args}.\\spad{lfn}}")) (|quadratic?| (((|Boolean|) (|Expression| (|DoubleFloat|))) "\\spad{quadratic?(e)} tests if \\axiom{\\spad{e}} is a quadratic function.")) (|nonLinearPart| (((|List| (|Expression| (|DoubleFloat|))) (|List| (|Expression| (|DoubleFloat|)))) "\\spad{nonLinearPart(l)} returns the list of non-linear functions of \\axiom{\\spad{l}}.")) (|linearPart| (((|List| (|Expression| (|DoubleFloat|))) (|List| (|Expression| (|DoubleFloat|)))) "\\spad{linearPart(l)} returns the list of linear functions of \\axiom{\\spad{l}}.")) (|linearMatrix| (((|Matrix| (|DoubleFloat|)) (|List| (|Expression| (|DoubleFloat|))) (|NonNegativeInteger|)) "\\spad{linearMatrix(l,{}n)} returns a matrix of coefficients of the linear functions in \\axiom{\\spad{l}}. If \\spad{l} is empty,{} the matrix has at least one row.")) (|linear?| (((|Boolean|) (|Expression| (|DoubleFloat|))) "\\spad{linear?(e)} tests if \\axiom{\\spad{e}} is a linear function.") (((|Boolean|) (|List| (|Expression| (|DoubleFloat|)))) "\\spad{linear?(l)} returns \\spad{true} if all the bounds \\spad{l} are either linear or simple.")) (|simpleBounds?| (((|Boolean|) (|List| (|Expression| (|DoubleFloat|)))) "\\spad{simpleBounds?(l)} returns \\spad{true} if the list of expressions \\spad{l} are simple.")) (|splitLinear| (((|Expression| (|DoubleFloat|)) (|Expression| (|DoubleFloat|))) "\\spad{splitLinear(f)} splits the linear part from an expression which it returns.")) (|sumOfSquares| (((|Union| (|Expression| (|DoubleFloat|)) "failed") (|Expression| (|DoubleFloat|))) "\\spad{sumOfSquares(f)} returns either an expression for which the square is the original function of \"failed\".")) (|sortConstraints| (((|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|))))) (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) "\\spad{sortConstraints(args)} uses a simple bubblesort on the list of constraints using the degree of the expression on which to sort. Of course,{} it must match the bounds to the constraints.")) (|finiteBound| (((|List| (|DoubleFloat|)) (|List| (|OrderedCompletion| (|DoubleFloat|))) (|DoubleFloat|)) "\\spad{finiteBound(l,{}b)} repaces all instances of an infinite entry in \\axiom{\\spad{l}} by a finite entry \\axiom{\\spad{b}} or \\axiom{\\spad{-b}}.")))
NIL
NIL
-(-247)
+(-249)
((|constructor| (NIL "\\axiomType{e04dgfAnnaType} is a domain of \\axiomType{NumericalOptimization} for the NAG routine E04DGF,{} a general optimization routine which can handle some singularities in the input function. The function \\axiomFun{measure} measures the usefulness of the routine E04DGF for the given problem. The function \\axiomFun{numericalOptimization} performs the optimization by using \\axiomType{NagOptimisationPackage}.")))
NIL
NIL
-(-248)
+(-250)
((|constructor| (NIL "\\axiomType{e04fdfAnnaType} is a domain of \\axiomType{NumericalOptimization} for the NAG routine E04FDF,{} a general optimization routine which can handle some singularities in the input function. The function \\axiomFun{measure} measures the usefulness of the routine E04FDF for the given problem. The function \\axiomFun{numericalOptimization} performs the optimization by using \\axiomType{NagOptimisationPackage}.")))
NIL
NIL
-(-249)
+(-251)
((|constructor| (NIL "\\axiomType{e04gcfAnnaType} is a domain of \\axiomType{NumericalOptimization} for the NAG routine E04GCF,{} a general optimization routine which can handle some singularities in the input function. The function \\axiomFun{measure} measures the usefulness of the routine E04GCF for the given problem. The function \\axiomFun{numericalOptimization} performs the optimization by using \\axiomType{NagOptimisationPackage}.")))
NIL
NIL
-(-250)
+(-252)
((|constructor| (NIL "\\axiomType{e04jafAnnaType} is a domain of \\axiomType{NumericalOptimization} for the NAG routine E04JAF,{} a general optimization routine which can handle some singularities in the input function. The function \\axiomFun{measure} measures the usefulness of the routine E04JAF for the given problem. The function \\axiomFun{numericalOptimization} performs the optimization by using \\axiomType{NagOptimisationPackage}.")))
NIL
NIL
-(-251)
+(-253)
((|constructor| (NIL "\\axiomType{e04mbfAnnaType} is a domain of \\axiomType{NumericalOptimization} for the NAG routine E04MBF,{} an optimization routine for Linear functions. The function \\axiomFun{measure} measures the usefulness of the routine E04MBF for the given problem. The function \\axiomFun{numericalOptimization} performs the optimization by using \\axiomType{NagOptimisationPackage}.")))
NIL
NIL
-(-252)
+(-254)
((|constructor| (NIL "\\axiomType{e04nafAnnaType} is a domain of \\axiomType{NumericalOptimization} for the NAG routine E04NAF,{} an optimization routine for Quadratic functions. The function \\axiomFun{measure} measures the usefulness of the routine E04NAF for the given problem. The function \\axiomFun{numericalOptimization} performs the optimization by using \\axiomType{NagOptimisationPackage}.")))
NIL
NIL
-(-253)
+(-255)
((|constructor| (NIL "\\axiomType{e04ucfAnnaType} is a domain of \\axiomType{NumericalOptimization} for the NAG routine E04UCF,{} a general optimization routine which can handle some singularities in the input function. The function \\axiomFun{measure} measures the usefulness of the routine E04UCF for the given problem. The function \\axiomFun{numericalOptimization} performs the optimization by using \\axiomType{NagOptimisationPackage}.")))
NIL
NIL
-(-254)
+(-256)
((|constructor| (NIL "A domain used in the construction of the exterior algebra on a set \\spad{X} over a ring \\spad{R}. This domain represents the set of all ordered subsets of the set \\spad{X},{} assumed to be in correspondance with {1,{}2,{}3,{} ...}. The ordered subsets are themselves ordered lexicographically and are in bijective correspondance with an ordered basis of the exterior algebra. In this domain we are dealing strictly with the exponents of basis elements which can only be 0 or 1. \\blankline The multiplicative identity element of the exterior algebra corresponds to the empty subset of \\spad{X}. A coerce from List Integer to an ordered basis element is provided to allow the convenient input of expressions. Another exported function forgets the ordered structure and simply returns the list corresponding to an ordered subset.")) (|Nul| (($ (|NonNegativeInteger|)) "\\spad{Nul()} gives the basis element 1 for the algebra generated by \\spad{n} generators.")) (|exponents| (((|List| (|Integer|)) $) "\\spad{exponents(x)} converts a domain element into a list of zeros and ones corresponding to the exponents in the basis element that \\spad{x} represents.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(x)} gives the numbers of 1\\spad{'s} in \\spad{x},{} \\spadignore{i.e.} the number of non-zero exponents in the basis element that \\spad{x} represents.")) (|coerce| (($ (|List| (|Integer|))) "\\spad{coerce(l)} converts a list of 0\\spad{'s} and 1\\spad{'s} into a basis element,{} where 1 (respectively 0) designates that the variable of the corresponding index of \\spad{l} is (respectively,{} is not) present. Error: if an element of \\spad{l} is not 0 or 1.")))
NIL
NIL
-(-255 R -1834)
+(-257 R -1819)
((|constructor| (NIL "Provides elementary functions over an integral domain.")) (|localReal?| (((|Boolean|) |#2|) "\\spad{localReal?(x)} should be local but conditional")) (|specialTrigs| (((|Union| |#2| "failed") |#2| (|List| (|Record| (|:| |func| |#2|) (|:| |pole| (|Boolean|))))) "\\spad{specialTrigs(x,{}l)} should be local but conditional")) (|iiacsch| ((|#2| |#2|) "\\spad{iiacsch(x)} should be local but conditional")) (|iiasech| ((|#2| |#2|) "\\spad{iiasech(x)} should be local but conditional")) (|iiacoth| ((|#2| |#2|) "\\spad{iiacoth(x)} should be local but conditional")) (|iiatanh| ((|#2| |#2|) "\\spad{iiatanh(x)} should be local but conditional")) (|iiacosh| ((|#2| |#2|) "\\spad{iiacosh(x)} should be local but conditional")) (|iiasinh| ((|#2| |#2|) "\\spad{iiasinh(x)} should be local but conditional")) (|iicsch| ((|#2| |#2|) "\\spad{iicsch(x)} should be local but conditional")) (|iisech| ((|#2| |#2|) "\\spad{iisech(x)} should be local but conditional")) (|iicoth| ((|#2| |#2|) "\\spad{iicoth(x)} should be local but conditional")) (|iitanh| ((|#2| |#2|) "\\spad{iitanh(x)} should be local but conditional")) (|iicosh| ((|#2| |#2|) "\\spad{iicosh(x)} should be local but conditional")) (|iisinh| ((|#2| |#2|) "\\spad{iisinh(x)} should be local but conditional")) (|iiacsc| ((|#2| |#2|) "\\spad{iiacsc(x)} should be local but conditional")) (|iiasec| ((|#2| |#2|) "\\spad{iiasec(x)} should be local but conditional")) (|iiacot| ((|#2| |#2|) "\\spad{iiacot(x)} should be local but conditional")) (|iiatan| ((|#2| |#2|) "\\spad{iiatan(x)} should be local but conditional")) (|iiacos| ((|#2| |#2|) "\\spad{iiacos(x)} should be local but conditional")) (|iiasin| ((|#2| |#2|) "\\spad{iiasin(x)} should be local but conditional")) (|iicsc| ((|#2| |#2|) "\\spad{iicsc(x)} should be local but conditional")) (|iisec| ((|#2| |#2|) "\\spad{iisec(x)} should be local but conditional")) (|iicot| ((|#2| |#2|) "\\spad{iicot(x)} should be local but conditional")) (|iitan| ((|#2| |#2|) "\\spad{iitan(x)} should be local but conditional")) (|iicos| ((|#2| |#2|) "\\spad{iicos(x)} should be local but conditional")) (|iisin| ((|#2| |#2|) "\\spad{iisin(x)} should be local but conditional")) (|iilog| ((|#2| |#2|) "\\spad{iilog(x)} should be local but conditional")) (|iiexp| ((|#2| |#2|) "\\spad{iiexp(x)} should be local but conditional")) (|iisqrt3| ((|#2|) "\\spad{iisqrt3()} should be local but conditional")) (|iisqrt2| ((|#2|) "\\spad{iisqrt2()} should be local but conditional")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(p)} returns an elementary operator with the same symbol as \\spad{p}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(p)} returns \\spad{true} if operator \\spad{p} is elementary")) (|pi| ((|#2|) "\\spad{\\spad{pi}()} returns the \\spad{pi} operator")) (|acsch| ((|#2| |#2|) "\\spad{acsch(x)} applies the inverse hyperbolic cosecant operator to \\spad{x}")) (|asech| ((|#2| |#2|) "\\spad{asech(x)} applies the inverse hyperbolic secant operator to \\spad{x}")) (|acoth| ((|#2| |#2|) "\\spad{acoth(x)} applies the inverse hyperbolic cotangent operator to \\spad{x}")) (|atanh| ((|#2| |#2|) "\\spad{atanh(x)} applies the inverse hyperbolic tangent operator to \\spad{x}")) (|acosh| ((|#2| |#2|) "\\spad{acosh(x)} applies the inverse hyperbolic cosine operator to \\spad{x}")) (|asinh| ((|#2| |#2|) "\\spad{asinh(x)} applies the inverse hyperbolic sine operator to \\spad{x}")) (|csch| ((|#2| |#2|) "\\spad{csch(x)} applies the hyperbolic cosecant operator to \\spad{x}")) (|sech| ((|#2| |#2|) "\\spad{sech(x)} applies the hyperbolic secant operator to \\spad{x}")) (|coth| ((|#2| |#2|) "\\spad{coth(x)} applies the hyperbolic cotangent operator to \\spad{x}")) (|tanh| ((|#2| |#2|) "\\spad{tanh(x)} applies the hyperbolic tangent operator to \\spad{x}")) (|cosh| ((|#2| |#2|) "\\spad{cosh(x)} applies the hyperbolic cosine operator to \\spad{x}")) (|sinh| ((|#2| |#2|) "\\spad{sinh(x)} applies the hyperbolic sine operator to \\spad{x}")) (|acsc| ((|#2| |#2|) "\\spad{acsc(x)} applies the inverse cosecant operator to \\spad{x}")) (|asec| ((|#2| |#2|) "\\spad{asec(x)} applies the inverse secant operator to \\spad{x}")) (|acot| ((|#2| |#2|) "\\spad{acot(x)} applies the inverse cotangent operator to \\spad{x}")) (|atan| ((|#2| |#2|) "\\spad{atan(x)} applies the inverse tangent operator to \\spad{x}")) (|acos| ((|#2| |#2|) "\\spad{acos(x)} applies the inverse cosine operator to \\spad{x}")) (|asin| ((|#2| |#2|) "\\spad{asin(x)} applies the inverse sine operator to \\spad{x}")) (|csc| ((|#2| |#2|) "\\spad{csc(x)} applies the cosecant operator to \\spad{x}")) (|sec| ((|#2| |#2|) "\\spad{sec(x)} applies the secant operator to \\spad{x}")) (|cot| ((|#2| |#2|) "\\spad{cot(x)} applies the cotangent operator to \\spad{x}")) (|tan| ((|#2| |#2|) "\\spad{tan(x)} applies the tangent operator to \\spad{x}")) (|cos| ((|#2| |#2|) "\\spad{cos(x)} applies the cosine operator to \\spad{x}")) (|sin| ((|#2| |#2|) "\\spad{sin(x)} applies the sine operator to \\spad{x}")) (|log| ((|#2| |#2|) "\\spad{log(x)} applies the logarithm operator to \\spad{x}")) (|exp| ((|#2| |#2|) "\\spad{exp(x)} applies the exponential operator to \\spad{x}")))
NIL
NIL
-(-256 R -1834)
+(-258 R -1819)
((|constructor| (NIL "ElementaryFunctionStructurePackage provides functions to test the algebraic independence of various elementary functions,{} using the Risch structure theorem (real and complex versions). It also provides transformations on elementary functions which are not considered simplifications.")) (|tanQ| ((|#2| (|Fraction| (|Integer|)) |#2|) "\\spad{tanQ(q,{}a)} is a local function with a conditional implementation.")) (|rootNormalize| ((|#2| |#2| (|Kernel| |#2|)) "\\spad{rootNormalize(f,{} k)} returns \\spad{f} rewriting either \\spad{k} which must be an \\spad{n}th-root in terms of radicals already in \\spad{f},{} or some radicals in \\spad{f} in terms of \\spad{k}.")) (|validExponential| (((|Union| |#2| "failed") (|List| (|Kernel| |#2|)) |#2| (|Symbol|)) "\\spad{validExponential([k1,{}...,{}kn],{}f,{}x)} returns \\spad{g} if \\spad{exp(f)=g} and \\spad{g} involves only \\spad{k1...kn},{} and \"failed\" otherwise.")) (|realElementary| ((|#2| |#2| (|Symbol|)) "\\spad{realElementary(f,{}x)} rewrites the kernels of \\spad{f} involving \\spad{x} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log,{} exp,{} tan,{} atan}.") ((|#2| |#2|) "\\spad{realElementary(f)} rewrites \\spad{f} in terms of the 4 fundamental real transcendental elementary functions: \\spad{log,{} exp,{} tan,{} atan}.")) (|rischNormalize| (((|Record| (|:| |func| |#2|) (|:| |kers| (|List| (|Kernel| |#2|))) (|:| |vals| (|List| |#2|))) |#2| (|Symbol|)) "\\spad{rischNormalize(f,{} x)} returns \\spad{[g,{} [k1,{}...,{}kn],{} [h1,{}...,{}hn]]} such that \\spad{g = normalize(f,{} x)} and each \\spad{\\spad{ki}} was rewritten as \\spad{\\spad{hi}} during the normalization.")) (|normalize| ((|#2| |#2| (|Symbol|)) "\\spad{normalize(f,{} x)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels involving \\spad{x}.") ((|#2| |#2|) "\\spad{normalize(f)} rewrites \\spad{f} using the least possible number of real algebraically independent kernels.")))
NIL
NIL
-(-257 |Coef| UTS ULS)
+(-259 |Coef| UTS ULS)
((|constructor| (NIL "\\indented{1}{This package provides elementary functions on any Laurent series} domain over a field which was constructed from a Taylor series domain. These functions are implemented by calling the corresponding functions on the Taylor series domain. We also provide 'partial functions' which compute transcendental functions of Laurent series when possible and return \"failed\" when this is not possible.")) (|acsch| ((|#3| |#3|) "\\spad{acsch(z)} returns the inverse hyperbolic cosecant of Laurent series \\spad{z}.")) (|asech| ((|#3| |#3|) "\\spad{asech(z)} returns the inverse hyperbolic secant of Laurent series \\spad{z}.")) (|acoth| ((|#3| |#3|) "\\spad{acoth(z)} returns the inverse hyperbolic cotangent of Laurent series \\spad{z}.")) (|atanh| ((|#3| |#3|) "\\spad{atanh(z)} returns the inverse hyperbolic tangent of Laurent series \\spad{z}.")) (|acosh| ((|#3| |#3|) "\\spad{acosh(z)} returns the inverse hyperbolic cosine of Laurent series \\spad{z}.")) (|asinh| ((|#3| |#3|) "\\spad{asinh(z)} returns the inverse hyperbolic sine of Laurent series \\spad{z}.")) (|csch| ((|#3| |#3|) "\\spad{csch(z)} returns the hyperbolic cosecant of Laurent series \\spad{z}.")) (|sech| ((|#3| |#3|) "\\spad{sech(z)} returns the hyperbolic secant of Laurent series \\spad{z}.")) (|coth| ((|#3| |#3|) "\\spad{coth(z)} returns the hyperbolic cotangent of Laurent series \\spad{z}.")) (|tanh| ((|#3| |#3|) "\\spad{tanh(z)} returns the hyperbolic tangent of Laurent series \\spad{z}.")) (|cosh| ((|#3| |#3|) "\\spad{cosh(z)} returns the hyperbolic cosine of Laurent series \\spad{z}.")) (|sinh| ((|#3| |#3|) "\\spad{sinh(z)} returns the hyperbolic sine of Laurent series \\spad{z}.")) (|acsc| ((|#3| |#3|) "\\spad{acsc(z)} returns the arc-cosecant of Laurent series \\spad{z}.")) (|asec| ((|#3| |#3|) "\\spad{asec(z)} returns the arc-secant of Laurent series \\spad{z}.")) (|acot| ((|#3| |#3|) "\\spad{acot(z)} returns the arc-cotangent of Laurent series \\spad{z}.")) (|atan| ((|#3| |#3|) "\\spad{atan(z)} returns the arc-tangent of Laurent series \\spad{z}.")) (|acos| ((|#3| |#3|) "\\spad{acos(z)} returns the arc-cosine of Laurent series \\spad{z}.")) (|asin| ((|#3| |#3|) "\\spad{asin(z)} returns the arc-sine of Laurent series \\spad{z}.")) (|csc| ((|#3| |#3|) "\\spad{csc(z)} returns the cosecant of Laurent series \\spad{z}.")) (|sec| ((|#3| |#3|) "\\spad{sec(z)} returns the secant of Laurent series \\spad{z}.")) (|cot| ((|#3| |#3|) "\\spad{cot(z)} returns the cotangent of Laurent series \\spad{z}.")) (|tan| ((|#3| |#3|) "\\spad{tan(z)} returns the tangent of Laurent series \\spad{z}.")) (|cos| ((|#3| |#3|) "\\spad{cos(z)} returns the cosine of Laurent series \\spad{z}.")) (|sin| ((|#3| |#3|) "\\spad{sin(z)} returns the sine of Laurent series \\spad{z}.")) (|log| ((|#3| |#3|) "\\spad{log(z)} returns the logarithm of Laurent series \\spad{z}.")) (|exp| ((|#3| |#3|) "\\spad{exp(z)} returns the exponential of Laurent series \\spad{z}.")) (** ((|#3| |#3| (|Fraction| (|Integer|))) "\\spad{s ** r} raises a Laurent series \\spad{s} to a rational power \\spad{r}")))
NIL
-((|HasCategory| |#1| (QUOTE (-341))))
-(-258 |Coef| ULS UPXS EFULS)
+((|HasCategory| |#1| (QUOTE (-343))))
+(-260 |Coef| ULS UPXS EFULS)
((|constructor| (NIL "\\indented{1}{This package provides elementary functions on any Laurent series} domain over a field which was constructed from a Taylor series domain. These functions are implemented by calling the corresponding functions on the Taylor series domain. We also provide 'partial functions' which compute transcendental functions of Laurent series when possible and return \"failed\" when this is not possible.")) (|acsch| ((|#3| |#3|) "\\spad{acsch(z)} returns the inverse hyperbolic cosecant of a Puiseux series \\spad{z}.")) (|asech| ((|#3| |#3|) "\\spad{asech(z)} returns the inverse hyperbolic secant of a Puiseux series \\spad{z}.")) (|acoth| ((|#3| |#3|) "\\spad{acoth(z)} returns the inverse hyperbolic cotangent of a Puiseux series \\spad{z}.")) (|atanh| ((|#3| |#3|) "\\spad{atanh(z)} returns the inverse hyperbolic tangent of a Puiseux series \\spad{z}.")) (|acosh| ((|#3| |#3|) "\\spad{acosh(z)} returns the inverse hyperbolic cosine of a Puiseux series \\spad{z}.")) (|asinh| ((|#3| |#3|) "\\spad{asinh(z)} returns the inverse hyperbolic sine of a Puiseux series \\spad{z}.")) (|csch| ((|#3| |#3|) "\\spad{csch(z)} returns the hyperbolic cosecant of a Puiseux series \\spad{z}.")) (|sech| ((|#3| |#3|) "\\spad{sech(z)} returns the hyperbolic secant of a Puiseux series \\spad{z}.")) (|coth| ((|#3| |#3|) "\\spad{coth(z)} returns the hyperbolic cotangent of a Puiseux series \\spad{z}.")) (|tanh| ((|#3| |#3|) "\\spad{tanh(z)} returns the hyperbolic tangent of a Puiseux series \\spad{z}.")) (|cosh| ((|#3| |#3|) "\\spad{cosh(z)} returns the hyperbolic cosine of a Puiseux series \\spad{z}.")) (|sinh| ((|#3| |#3|) "\\spad{sinh(z)} returns the hyperbolic sine of a Puiseux series \\spad{z}.")) (|acsc| ((|#3| |#3|) "\\spad{acsc(z)} returns the arc-cosecant of a Puiseux series \\spad{z}.")) (|asec| ((|#3| |#3|) "\\spad{asec(z)} returns the arc-secant of a Puiseux series \\spad{z}.")) (|acot| ((|#3| |#3|) "\\spad{acot(z)} returns the arc-cotangent of a Puiseux series \\spad{z}.")) (|atan| ((|#3| |#3|) "\\spad{atan(z)} returns the arc-tangent of a Puiseux series \\spad{z}.")) (|acos| ((|#3| |#3|) "\\spad{acos(z)} returns the arc-cosine of a Puiseux series \\spad{z}.")) (|asin| ((|#3| |#3|) "\\spad{asin(z)} returns the arc-sine of a Puiseux series \\spad{z}.")) (|csc| ((|#3| |#3|) "\\spad{csc(z)} returns the cosecant of a Puiseux series \\spad{z}.")) (|sec| ((|#3| |#3|) "\\spad{sec(z)} returns the secant of a Puiseux series \\spad{z}.")) (|cot| ((|#3| |#3|) "\\spad{cot(z)} returns the cotangent of a Puiseux series \\spad{z}.")) (|tan| ((|#3| |#3|) "\\spad{tan(z)} returns the tangent of a Puiseux series \\spad{z}.")) (|cos| ((|#3| |#3|) "\\spad{cos(z)} returns the cosine of a Puiseux series \\spad{z}.")) (|sin| ((|#3| |#3|) "\\spad{sin(z)} returns the sine of a Puiseux series \\spad{z}.")) (|log| ((|#3| |#3|) "\\spad{log(z)} returns the logarithm of a Puiseux series \\spad{z}.")) (|exp| ((|#3| |#3|) "\\spad{exp(z)} returns the exponential of a Puiseux series \\spad{z}.")) (** ((|#3| |#3| (|Fraction| (|Integer|))) "\\spad{z ** r} raises a Puiseaux series \\spad{z} to a rational power \\spad{r}")))
NIL
-((|HasCategory| |#1| (QUOTE (-341))))
-(-259)
+((|HasCategory| |#1| (QUOTE (-343))))
+(-261)
((|constructor| (NIL "This domains an expresion as elaborated by the interpreter. See Also:")) (|getOperands| (((|Union| (|List| $) "failed") $) "\\spad{getOperands(e)} returns the list of operands in `e',{} assuming it is a call form.")) (|getOperator| (((|Union| (|Symbol|) "failed") $) "\\spad{getOperator(e)} retrieves the operator being invoked in `e',{} when `e' is an expression.")) (|callForm?| (((|Boolean|) $) "\\spad{callForm?(e)} is \\spad{true} when `e' is a call expression.")) (|getIdentifier| (((|Union| (|Symbol|) "failed") $) "\\spad{getIdentifier(e)} retrieves the name of the variable `e'.")) (|variable?| (((|Boolean|) $) "\\spad{variable?(e)} returns \\spad{true} if `e' is a variable.")) (|getConstant| (((|Union| (|SExpression|) "failed") $) "\\spad{getConstant(e)} retrieves the constant value of `e'e.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(e)} returns \\spad{true} if `e' is a constant.")) (|type| (((|ConstructorCall|) $) "\\spad{type(e)} returns the type of the expression as computed by the interpreter.")))
NIL
NIL
-(-260 A S)
+(-262 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 (-789))) (|HasCategory| |#2| (QUOTE (-1020))))
-(-261 S)
+((|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-1022))))
+(-263 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}.")))
-((-4260 . T) (-1456 . T))
+((-4262 . T) (-1442 . T))
NIL
-(-262 S)
+(-264 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}.")))
NIL
NIL
-(-263)
+(-265)
((|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}.")))
NIL
NIL
-(-264 |Coef| UTS)
+(-266 |Coef| UTS)
((|constructor| (NIL "The elliptic functions \\spad{sn},{} \\spad{sc} and \\spad{dn} are expanded as Taylor series.")) (|sncndn| (((|List| (|Stream| |#1|)) (|Stream| |#1|) |#1|) "\\spad{sncndn(s,{}c)} is used internally.")) (|dn| ((|#2| |#2| |#1|) "\\spad{dn(x,{}k)} expands the elliptic function \\spad{dn} as a Taylor \\indented{1}{series.}")) (|cn| ((|#2| |#2| |#1|) "\\spad{cn(x,{}k)} expands the elliptic function \\spad{cn} as a Taylor \\indented{1}{series.}")) (|sn| ((|#2| |#2| |#1|) "\\spad{sn(x,{}k)} expands the elliptic function \\spad{sn} as a Taylor \\indented{1}{series.}")))
NIL
NIL
-(-265 S |Index|)
+(-267 S |Index|)
((|constructor| (NIL "An eltable over domains \\spad{D} and \\spad{I} is a structure which can be viewed as a function from \\spad{D} to \\spad{I}. Examples of eltable structures range from data structures,{} \\spadignore{e.g.} those of type \\spadtype{List},{} to algebraic structures,{} \\spadignore{e.g.} \\spadtype{Polynomial}.")) (|elt| ((|#2| $ |#1|) "\\spad{elt(u,{}i)} (also written: \\spad{u} . \\spad{i}) returns the element of \\spad{u} indexed by \\spad{i}. Error: if \\spad{i} is not an index of \\spad{u}.")))
NIL
NIL
-(-266 S |Dom| |Im|)
+(-268 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 -4260)))
-(-267 |Dom| |Im|)
+((|HasAttribute| |#1| (QUOTE -4262)))
+(-269 |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
-(-268 S R |Mod| -2600 -3212 |exactQuo|)
+(-270 S R |Mod| -3103 -2965 |exactQuo|)
((|constructor| (NIL "These domains are used for the factorization and gcds of univariate polynomials over the integers in order to work modulo different primes. See \\spadtype{ModularRing},{} \\spadtype{ModularField}")) (|elt| ((|#2| $ |#2|) "\\spad{elt(x,{}r)} or \\spad{x}.\\spad{r} \\undocumented")) (|inv| (($ $) "\\spad{inv(x)} \\undocumented")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(x)} \\undocumented")) (|exQuo| (((|Union| $ "failed") $ $) "\\spad{exQuo(x,{}y)} \\undocumented")) (|reduce| (($ |#2| |#3|) "\\spad{reduce(r,{}m)} \\undocumented")) (|coerce| ((|#2| $) "\\spad{coerce(x)} \\undocumented")) (|modulus| ((|#3| $) "\\spad{modulus(x)} \\undocumented")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-269)
+(-271)
((|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.")))
-((-4252 . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-270)
+(-272)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 19,{} 2008. An `Environment' is a stack of scope.")) (|categoryFrame| (($) "the current category environment in the interpreter.")) (|currentEnv| (($) "the current normal environment in effect.")) (|setProperties!| (($ (|Symbol|) (|List| (|Property|)) $) "setBinding!(\\spad{n},{}props,{}\\spad{e}) set the list of properties of \\spad{`n'} to `props' in `e'.")) (|getProperties| (((|Union| (|List| (|Property|)) "failed") (|Symbol|) $) "getBinding(\\spad{n},{}\\spad{e}) returns the list of properties of \\spad{`n'} in \\spad{e}; otherwise `failed'.")) (|setProperty!| (($ (|Symbol|) (|Symbol|) (|SExpression|) $) "\\spad{setProperty!(n,{}p,{}v,{}e)} binds the property `(\\spad{p},{}\\spad{v})' to \\spad{`n'} in the topmost scope of `e'.")) (|getProperty| (((|Union| (|SExpression|) "failed") (|Symbol|) (|Symbol|) $) "\\spad{getProperty(n,{}p,{}e)} returns the value of property with name \\spad{`p'} for the symbol \\spad{`n'} in environment `e'. Otherwise,{} `failed'.")) (|scopes| (((|List| (|Scope|)) $) "\\spad{scopes(e)} returns the stack of scopes in environment \\spad{e}.")) (|empty| (($) "\\spad{empty()} constructs an empty environment")))
NIL
NIL
-(-271 R)
+(-273 R)
((|constructor| (NIL "This is a package for the exact computation of eigenvalues and eigenvectors. This package can be made to work for matrices with coefficients which are rational functions over a ring where we can factor polynomials. Rational eigenvalues are always explicitly computed while the non-rational ones are expressed in terms of their minimal polynomial.")) (|eigenvectors| (((|List| (|Record| (|:| |eigval| (|Union| (|Fraction| (|Polynomial| |#1|)) (|SuchThat| (|Symbol|) (|Polynomial| |#1|)))) (|:| |eigmult| (|NonNegativeInteger|)) (|:| |eigvec| (|List| (|Matrix| (|Fraction| (|Polynomial| |#1|))))))) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eigenvectors(m)} returns the eigenvalues and eigenvectors for the matrix \\spad{m}. The rational eigenvalues and the correspondent eigenvectors are explicitely computed,{} while the non rational ones are given via their minimal polynomial and the corresponding eigenvectors are expressed in terms of a \"generic\" root of such a polynomial.")) (|generalizedEigenvectors| (((|List| (|Record| (|:| |eigval| (|Union| (|Fraction| (|Polynomial| |#1|)) (|SuchThat| (|Symbol|) (|Polynomial| |#1|)))) (|:| |geneigvec| (|List| (|Matrix| (|Fraction| (|Polynomial| |#1|))))))) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{generalizedEigenvectors(m)} returns the generalized eigenvectors of the matrix \\spad{m}.")) (|generalizedEigenvector| (((|List| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|Record| (|:| |eigval| (|Union| (|Fraction| (|Polynomial| |#1|)) (|SuchThat| (|Symbol|) (|Polynomial| |#1|)))) (|:| |eigmult| (|NonNegativeInteger|)) (|:| |eigvec| (|List| (|Matrix| (|Fraction| (|Polynomial| |#1|)))))) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{generalizedEigenvector(eigen,{}m)} returns the generalized eigenvectors of the matrix relative to the eigenvalue \\spad{eigen},{} as returned by the function eigenvectors.") (((|List| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|Union| (|Fraction| (|Polynomial| |#1|)) (|SuchThat| (|Symbol|) (|Polynomial| |#1|))) (|Matrix| (|Fraction| (|Polynomial| |#1|))) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{generalizedEigenvector(alpha,{}m,{}k,{}g)} returns the generalized eigenvectors of the matrix relative to the eigenvalue \\spad{alpha}. The integers \\spad{k} and \\spad{g} are respectively the algebraic and the geometric multiplicity of tye eigenvalue \\spad{alpha}. \\spad{alpha} can be either rational or not. In the seconda case apha is the minimal polynomial of the eigenvalue.")) (|eigenvector| (((|List| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|Union| (|Fraction| (|Polynomial| |#1|)) (|SuchThat| (|Symbol|) (|Polynomial| |#1|))) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eigenvector(eigval,{}m)} returns the eigenvectors belonging to the eigenvalue \\spad{eigval} for the matrix \\spad{m}.")) (|eigenvalues| (((|List| (|Union| (|Fraction| (|Polynomial| |#1|)) (|SuchThat| (|Symbol|) (|Polynomial| |#1|)))) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eigenvalues(m)} returns the eigenvalues of the matrix \\spad{m} which are expressible as rational functions over the rational numbers.")) (|characteristicPolynomial| (((|Polynomial| |#1|) (|Matrix| (|Fraction| (|Polynomial| |#1|)))) "\\spad{characteristicPolynomial(m)} returns the characteristicPolynomial of the matrix \\spad{m} using a new generated symbol symbol as the main variable.") (((|Polynomial| |#1|) (|Matrix| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{characteristicPolynomial(m,{}var)} returns the characteristicPolynomial of the matrix \\spad{m} using the symbol \\spad{var} as the main variable.")))
NIL
NIL
-(-272 S R)
+(-274 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
-(-273 S)
+(-275 S)
((|constructor| (NIL "Equations as mathematical objects. All properties of the basis domain,{} \\spadignore{e.g.} being an abelian group are carried over the equation domain,{} by performing the structural operations on the left and on the right hand side.")) (|subst| (($ $ $) "\\spad{subst(eq1,{}eq2)} substitutes \\spad{eq2} into both sides of \\spad{eq1} the \\spad{lhs} of \\spad{eq2} should be a kernel")) (|inv| (($ $) "\\spad{inv(x)} returns the multiplicative inverse of \\spad{x}.")) (/ (($ $ $) "\\spad{e1/e2} produces a new equation by dividing the left and right hand sides of equations e1 and e2.")) (|factorAndSplit| (((|List| $) $) "\\spad{factorAndSplit(eq)} make the right hand side 0 and factors the new left hand side. Each factor is equated to 0 and put into the resulting list without repetitions.")) (|rightOne| (((|Union| $ "failed") $) "\\spad{rightOne(eq)} divides by the right hand side.") (((|Union| $ "failed") $) "\\spad{rightOne(eq)} divides by the right hand side,{} if possible.")) (|leftOne| (((|Union| $ "failed") $) "\\spad{leftOne(eq)} divides by the left hand side.") (((|Union| $ "failed") $) "\\spad{leftOne(eq)} divides by the left hand side,{} if possible.")) (* (($ $ |#1|) "\\spad{eqn*x} produces a new equation by multiplying both sides of equation eqn by \\spad{x}.") (($ |#1| $) "\\spad{x*eqn} produces a new equation by multiplying both sides of equation eqn by \\spad{x}.")) (- (($ $ |#1|) "\\spad{eqn-x} produces a new equation by subtracting \\spad{x} from both sides of equation eqn.") (($ |#1| $) "\\spad{x-eqn} produces a new equation by subtracting both sides of equation eqn from \\spad{x}.")) (|rightZero| (($ $) "\\spad{rightZero(eq)} subtracts the right hand side.")) (|leftZero| (($ $) "\\spad{leftZero(eq)} subtracts the left hand side.")) (+ (($ $ |#1|) "\\spad{eqn+x} produces a new equation by adding \\spad{x} to both sides of equation eqn.") (($ |#1| $) "\\spad{x+eqn} produces a new equation by adding \\spad{x} to both sides of equation eqn.")) (|eval| (($ $ (|List| $)) "\\spad{eval(eqn,{} [x1=v1,{} ... xn=vn])} replaces \\spad{xi} by \\spad{vi} in equation \\spad{eqn}.") (($ $ $) "\\spad{eval(eqn,{} x=f)} replaces \\spad{x} by \\spad{f} in equation \\spad{eqn}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,{}eqn)} constructs a new equation by applying \\spad{f} to both sides of \\spad{eqn}.")) (|rhs| ((|#1| $) "\\spad{rhs(eqn)} returns the right hand side of equation \\spad{eqn}.")) (|lhs| ((|#1| $) "\\spad{lhs(eqn)} returns the left hand side of equation \\spad{eqn}.")) (|swap| (($ $) "\\spad{swap(eq)} interchanges left and right hand side of equation \\spad{eq}.")) (|equation| (($ |#1| |#1|) "\\spad{equation(a,{}b)} creates an equation.")) (= (($ |#1| |#1|) "\\spad{a=b} creates an equation.")))
-((-4256 -2067 (|has| |#1| (-977)) (|has| |#1| (-450))) (-4253 |has| |#1| (-977)) (-4254 |has| |#1| (-977)))
-((|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-977)))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-977)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-977)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-977)))) (-2067 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (QUOTE (-669)))) (|HasCategory| |#1| (QUOTE (-450))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-1020)))) (-2067 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#1| (QUOTE (-1032)))) (|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-281))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-450)))) (-2067 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-669)))) (-2067 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (QUOTE (-977)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#1| (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))))
-(-274 |Key| |Entry|)
+((-4258 -2027 (|has| |#1| (-979)) (|has| |#1| (-452))) (-4255 |has| |#1| (-979)) (-4256 |has| |#1| (-979)))
+((|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-979)))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-979)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-979)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-979)))) (-2027 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-671)))) (|HasCategory| |#1| (QUOTE (-452))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-1022)))) (-2027 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#1| (QUOTE (-1034)))) (|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-283))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-452)))) (-2027 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-671)))) (-2027 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-979)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#1| (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))))
+(-276 |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.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-275)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-277)
((|constructor| (NIL "ErrorFunctions implements error functions callable from the system interpreter. Typically,{} these functions would be called in user functions. The simple forms of the functions take one argument which is either a string (an error message) or a list of strings which all together make up a message. The list can contain formatting codes (see below). The more sophisticated versions takes two arguments where the first argument is the name of the function from which the error was invoked and the second argument is either a string or a list of strings,{} as above. When you use the one argument version in an interpreter function,{} the system will automatically insert the name of the function as the new first argument. Thus in the user interpreter function \\indented{2}{\\spad{f x == if x < 0 then error \"negative argument\" else x}} the call to error will actually be of the form \\indented{2}{\\spad{error(\"f\",{}\"negative argument\")}} because the interpreter will have created a new first argument. \\blankline Formatting codes: error messages may contain the following formatting codes (they should either start or end a string or else have blanks around them): \\indented{3}{\\spad{\\%l}\\space{6}start a new line} \\indented{3}{\\spad{\\%b}\\space{6}start printing in a bold font (where available)} \\indented{3}{\\spad{\\%d}\\space{6}stop\\space{2}printing in a bold font (where available)} \\indented{3}{\\spad{ \\%ceon}\\space{2}start centering message lines} \\indented{3}{\\spad{\\%ceoff}\\space{2}stop\\space{2}centering message lines} \\indented{3}{\\spad{\\%rjon}\\space{3}start displaying lines \"ragged left\"} \\indented{3}{\\spad{\\%rjoff}\\space{2}stop\\space{2}displaying lines \"ragged left\"} \\indented{3}{\\spad{\\%i}\\space{6}indent\\space{3}following lines 3 additional spaces} \\indented{3}{\\spad{\\%u}\\space{6}unindent following lines 3 additional spaces} \\indented{3}{\\spad{\\%xN}\\space{5}insert \\spad{N} blanks (eg,{} \\spad{\\%x10} inserts 10 blanks)} \\blankline")) (|error| (((|Exit|) (|String|) (|List| (|String|))) "\\spad{error(nam,{}lmsg)} displays error messages \\spad{lmsg} preceded by a message containing the name \\spad{nam} of the function in which the error is contained.") (((|Exit|) (|String|) (|String|)) "\\spad{error(nam,{}msg)} displays error message \\spad{msg} preceded by a message containing the name \\spad{nam} of the function in which the error is contained.") (((|Exit|) (|List| (|String|))) "\\spad{error(lmsg)} displays error message \\spad{lmsg} and terminates.") (((|Exit|) (|String|)) "\\spad{error(msg)} displays error message \\spad{msg} and terminates.")))
NIL
NIL
-(-276 -1834 S)
+(-278 -1819 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
-(-277 E -1834)
+(-279 E -1819)
((|constructor| (NIL "This package allows a mapping \\spad{E} \\spad{->} \\spad{F} to be lifted to a kernel over \\spad{E}; This lifting can fail if the operator of the kernel cannot be applied in \\spad{F}; Do not use this package with \\spad{E} = \\spad{F},{} since this may drop some properties of the operators.")) (|map| ((|#2| (|Mapping| |#2| |#1|) (|Kernel| |#1|)) "\\spad{map(f,{} k)} returns \\spad{g = op(f(a1),{}...,{}f(an))} where \\spad{k = op(a1,{}...,{}an)}.")))
NIL
NIL
-(-278 A B)
+(-280 A B)
((|constructor| (NIL "ExpertSystemContinuityPackage1 exports a function to check range inclusion")) (|in?| (((|Boolean|) (|DoubleFloat|)) "\\spad{in?(p)} tests whether point \\spad{p} is internal to the range [\\spad{A..B}]")))
NIL
NIL
-(-279)
+(-281)
((|constructor| (NIL "ExpertSystemContinuityPackage is a package of functions for the use of domains belonging to the category \\axiomType{NumericalIntegration}.")) (|sdf2lst| (((|List| (|String|)) (|Stream| (|DoubleFloat|))) "\\spad{sdf2lst(ln)} coerces a Stream of \\axiomType{DoubleFloat} to \\axiomType{List}(\\axiomType{String})")) (|ldf2lst| (((|List| (|String|)) (|List| (|DoubleFloat|))) "\\spad{ldf2lst(ln)} coerces a List of \\axiomType{DoubleFloat} to \\axiomType{List}(\\axiomType{String})")) (|df2st| (((|String|) (|DoubleFloat|)) "\\spad{df2st(n)} coerces a \\axiomType{DoubleFloat} to \\axiomType{String}")) (|polynomialZeros| (((|List| (|DoubleFloat|)) (|Polynomial| (|Fraction| (|Integer|))) (|Symbol|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{polynomialZeros(fn,{}var,{}range)} calculates the real zeros of the polynomial which are contained in the given interval. It returns a list of points (\\axiomType{Doublefloat}) for which the univariate polynomial \\spad{fn} is zero.")) (|singularitiesOf| (((|Stream| (|DoubleFloat|)) (|Vector| (|Expression| (|DoubleFloat|))) (|List| (|Symbol|)) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{singularitiesOf(v,{}vars,{}range)} returns a list of points (\\axiomType{Doublefloat}) at which a NAG fortran version of \\spad{v} will most likely produce an error. This includes those points which evaluate to 0/0.") (((|Stream| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|List| (|Symbol|)) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{singularitiesOf(e,{}vars,{}range)} returns a list of points (\\axiomType{Doublefloat}) at which a NAG fortran version of \\spad{e} will most likely produce an error. This includes those points which evaluate to 0/0.")) (|zerosOf| (((|Stream| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|List| (|Symbol|)) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{zerosOf(e,{}vars,{}range)} returns a list of points (\\axiomType{Doublefloat}) at which a NAG fortran version of \\spad{e} will most likely produce an error.")) (|problemPoints| (((|List| (|DoubleFloat|)) (|Expression| (|DoubleFloat|)) (|Symbol|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{problemPoints(f,{}var,{}range)} returns a list of possible problem points by looking at the zeros of the denominator of the function \\spad{f} if it can be retracted to \\axiomType{Polynomial(DoubleFloat)}.")) (|functionIsFracPolynomial?| (((|Boolean|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{functionIsFracPolynomial?(args)} tests whether the function can be retracted to \\axiomType{Fraction(Polynomial(DoubleFloat))}")) (|gethi| (((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{gethi(u)} gets the \\axiomType{DoubleFloat} equivalent of the second endpoint of the range \\axiom{\\spad{u}}")) (|getlo| (((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{getlo(u)} gets the \\axiomType{DoubleFloat} equivalent of the first endpoint of the range \\axiom{\\spad{u}}")))
NIL
NIL
-(-280 S)
+(-282 S)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a1,{}..,{}am)} in \\spad{x} by \\spad{f(a1,{}..,{}am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a1,{}..,{}am)} in \\spad{x} by \\spad{f(a1,{}..,{}am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x,{} s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x,{} y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f,{} k)} returns \\spad{op(f(x1),{}...,{}f(xn))} where \\spad{k = op(x1,{}...,{}xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op,{} [f1,{}...,{}fn])} constructs \\spad{op(f1,{}...,{}fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op,{} x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x,{} s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x,{} op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}\\spad{fn},{} \\spad{op(f1,{}...,{}fn)} has height equal to \\spad{1 + max(height(f1),{}...,{}height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f,{} g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,{}...,{}fn])} returns \\spad{(f1,{}...,{}fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x,{} 2])} returns the formal kernel \\spad{atan((x,{} 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,{}...,{}fn])} returns \\spad{(f1,{}...,{}fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x,{} 2])} returns the formal kernel \\spad{atan(x,{} 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f,{} [k1...,{}kn],{} [g1,{}...,{}gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f,{} [k1 = g1,{}...,{}kn = gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f,{} k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,{}[x1,{}...,{}xn])} or \\spad{op}([\\spad{x1},{}...,{}\\spad{xn}]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}\\spad{xn}.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,{}x,{}y,{}z,{}t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,{}x,{}y,{}z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,{}x,{}y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,{}x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
-((|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-977))))
-(-281)
+((|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-979))))
+(-283)
((|constructor| (NIL "An expression space is a set which is closed under certain operators.")) (|odd?| (((|Boolean|) $) "\\spad{odd? x} is \\spad{true} if \\spad{x} is an odd integer.")) (|even?| (((|Boolean|) $) "\\spad{even? x} is \\spad{true} if \\spad{x} is an even integer.")) (|definingPolynomial| (($ $) "\\spad{definingPolynomial(x)} returns an expression \\spad{p} such that \\spad{p(x) = 0}.")) (|minPoly| (((|SparseUnivariatePolynomial| $) (|Kernel| $)) "\\spad{minPoly(k)} returns \\spad{p} such that \\spad{p(k) = 0}.")) (|eval| (($ $ (|BasicOperator|) (|Mapping| $ $)) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|BasicOperator|) (|Mapping| $ (|List| $))) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a1,{}..,{}am)} in \\spad{x} by \\spad{f(a1,{}..,{}am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|BasicOperator|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ $)) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|Mapping| $ (|List| $))) "\\spad{eval(x,{} s,{} f)} replaces every \\spad{s(a1,{}..,{}am)} in \\spad{x} by \\spad{f(a1,{}..,{}am)} for any \\spad{a1},{}...,{}\\spad{am}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any \\spad{a1},{}...,{}\\spad{an}.") (($ $ (|List| (|Symbol|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.")) (|freeOf?| (((|Boolean|) $ (|Symbol|)) "\\spad{freeOf?(x,{} s)} tests if \\spad{x} does not contain any operator whose name is \\spad{s}.") (((|Boolean|) $ $) "\\spad{freeOf?(x,{} y)} tests if \\spad{x} does not contain any occurrence of \\spad{y},{} where \\spad{y} is a single kernel.")) (|map| (($ (|Mapping| $ $) (|Kernel| $)) "\\spad{map(f,{} k)} returns \\spad{op(f(x1),{}...,{}f(xn))} where \\spad{k = op(x1,{}...,{}xn)}.")) (|kernel| (($ (|BasicOperator|) (|List| $)) "\\spad{kernel(op,{} [f1,{}...,{}fn])} constructs \\spad{op(f1,{}...,{}fn)} without evaluating it.") (($ (|BasicOperator|) $) "\\spad{kernel(op,{} x)} constructs \\spad{op}(\\spad{x}) without evaluating it.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(x,{} s)} tests if \\spad{x} is a kernel and is the name of its operator is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(x,{} op)} tests if \\spad{x} is a kernel and is its operator is op.")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} tests if \\% accepts \\spad{op} as applicable to its elements.")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns a copy of \\spad{op} with the domain-dependent properties appropriate for \\%.")) (|operators| (((|List| (|BasicOperator|)) $) "\\spad{operators(f)} returns all the basic operators appearing in \\spad{f},{} no matter what their levels are.")) (|tower| (((|List| (|Kernel| $)) $) "\\spad{tower(f)} returns all the kernels appearing in \\spad{f},{} no matter what their levels are.")) (|kernels| (((|List| (|Kernel| $)) $) "\\spad{kernels(f)} returns the list of all the top-level kernels appearing in \\spad{f},{} but not the ones appearing in the arguments of the top-level kernels.")) (|mainKernel| (((|Union| (|Kernel| $) "failed") $) "\\spad{mainKernel(f)} returns a kernel of \\spad{f} with maximum nesting level,{} or if \\spad{f} has no kernels (\\spadignore{i.e.} \\spad{f} is a constant).")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(f)} returns the highest nesting level appearing in \\spad{f}. Constants have height 0. Symbols have height 1. For any operator op and expressions \\spad{f1},{}...,{}\\spad{fn},{} \\spad{op(f1,{}...,{}fn)} has height equal to \\spad{1 + max(height(f1),{}...,{}height(fn))}.")) (|distribute| (($ $ $) "\\spad{distribute(f,{} g)} expands all the kernels in \\spad{f} that contain \\spad{g} in their arguments and that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or a \\spadfunFrom{paren}{ExpressionSpace} expression.") (($ $) "\\spad{distribute(f)} expands all the kernels in \\spad{f} that are formally enclosed by a \\spadfunFrom{box}{ExpressionSpace} or \\spadfunFrom{paren}{ExpressionSpace} expression.")) (|paren| (($ (|List| $)) "\\spad{paren([f1,{}...,{}fn])} returns \\spad{(f1,{}...,{}fn)}. This prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(paren [x,{} 2])} returns the formal kernel \\spad{atan((x,{} 2))}.") (($ $) "\\spad{paren(f)} returns (\\spad{f}). This prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(paren 1)} returns the formal kernel log((1)).")) (|box| (($ (|List| $)) "\\spad{box([f1,{}...,{}fn])} returns \\spad{(f1,{}...,{}fn)} with a 'box' around them that prevents the \\spad{fi} from being evaluated when operators are applied to them,{} and makes them applicable to a unary operator. For example,{} \\spad{atan(box [x,{} 2])} returns the formal kernel \\spad{atan(x,{} 2)}.") (($ $) "\\spad{box(f)} returns \\spad{f} with a 'box' around it that prevents \\spad{f} from being evaluated when operators are applied to it. For example,{} \\spad{log(1)} returns 0,{} but \\spad{log(box 1)} returns the formal kernel log(1).")) (|subst| (($ $ (|List| (|Kernel| $)) (|List| $)) "\\spad{subst(f,{} [k1...,{}kn],{} [g1,{}...,{}gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|List| (|Equation| $))) "\\spad{subst(f,{} [k1 = g1,{}...,{}kn = gn])} replaces the kernels \\spad{k1},{}...,{}\\spad{kn} by \\spad{g1},{}...,{}\\spad{gn} formally in \\spad{f}.") (($ $ (|Equation| $)) "\\spad{subst(f,{} k = g)} replaces the kernel \\spad{k} by \\spad{g} formally in \\spad{f}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,{}[x1,{}...,{}xn])} or \\spad{op}([\\spad{x1},{}...,{}\\spad{xn}]) applies the \\spad{n}-ary operator \\spad{op} to \\spad{x1},{}...,{}\\spad{xn}.") (($ (|BasicOperator|) $ $ $ $) "\\spad{elt(op,{}x,{}y,{}z,{}t)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z},{} \\spad{t}) applies the 4-ary operator \\spad{op} to \\spad{x},{} \\spad{y},{} \\spad{z} and \\spad{t}.") (($ (|BasicOperator|) $ $ $) "\\spad{elt(op,{}x,{}y,{}z)} or \\spad{op}(\\spad{x},{} \\spad{y},{} \\spad{z}) applies the ternary operator \\spad{op} to \\spad{x},{} \\spad{y} and \\spad{z}.") (($ (|BasicOperator|) $ $) "\\spad{elt(op,{}x,{}y)} or \\spad{op}(\\spad{x},{} \\spad{y}) applies the binary operator \\spad{op} to \\spad{x} and \\spad{y}.") (($ (|BasicOperator|) $) "\\spad{elt(op,{}x)} or \\spad{op}(\\spad{x}) applies the unary operator \\spad{op} to \\spad{x}.")))
NIL
NIL
-(-282 R1)
+(-284 R1)
((|constructor| (NIL "\\axiom{ExpertSystemToolsPackage1} contains some useful functions for use by the computational agents of Ordinary Differential Equation solvers.")) (|neglist| (((|List| |#1|) (|List| |#1|)) "\\spad{neglist(l)} returns only the negative elements of the list \\spad{l}")))
NIL
NIL
-(-283 R1 R2)
+(-285 R1 R2)
((|constructor| (NIL "\\axiom{ExpertSystemToolsPackage2} contains some useful functions for use by the computational agents of Ordinary Differential Equation solvers.")) (|map| (((|Matrix| |#2|) (|Mapping| |#2| |#1|) (|Matrix| |#1|)) "\\spad{map(f,{}m)} applies a mapping f:R1 \\spad{->} \\spad{R2} onto a matrix \\spad{m} in \\spad{R1} returning a matrix in \\spad{R2}")))
NIL
NIL
-(-284)
+(-286)
((|constructor| (NIL "\\axiom{ExpertSystemToolsPackage} contains some useful functions for use by the computational agents of numerical solvers.")) (|mat| (((|Matrix| (|DoubleFloat|)) (|List| (|DoubleFloat|)) (|NonNegativeInteger|)) "\\spad{mat(a,{}n)} constructs a one-dimensional matrix of a.")) (|fi2df| (((|DoubleFloat|) (|Fraction| (|Integer|))) "\\spad{fi2df(f)} coerces a \\axiomType{Fraction Integer} to \\axiomType{DoubleFloat}")) (|df2ef| (((|Expression| (|Float|)) (|DoubleFloat|)) "\\spad{df2ef(a)} coerces a \\axiomType{DoubleFloat} to \\axiomType{Expression Float}")) (|pdf2df| (((|DoubleFloat|) (|Polynomial| (|DoubleFloat|))) "\\spad{pdf2df(p)} coerces a \\axiomType{Polynomial DoubleFloat} to \\axiomType{DoubleFloat}. It is an error if \\axiom{\\spad{p}} is not retractable to DoubleFloat.")) (|pdf2ef| (((|Expression| (|Float|)) (|Polynomial| (|DoubleFloat|))) "\\spad{pdf2ef(p)} coerces a \\axiomType{Polynomial DoubleFloat} to \\axiomType{Expression Float}")) (|iflist2Result| (((|Result|) (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|)))) "\\spad{iflist2Result(m)} converts a attributes record into a \\axiomType{Result}")) (|att2Result| (((|Result|) (|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{att2Result(m)} converts a attributes record into a \\axiomType{Result}")) (|measure2Result| (((|Result|) (|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|))) (|:| |extra| (|Result|)))) "\\spad{measure2Result(m)} converts a measure record into a \\axiomType{Result}") (((|Result|) (|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|))))) "\\spad{measure2Result(m)} converts a measure record into a \\axiomType{Result}")) (|outputMeasure| (((|String|) (|Float|)) "\\spad{outputMeasure(n)} rounds \\spad{n} to 3 decimal places and outputs it as a string")) (|concat| (((|Result|) (|List| (|Result|))) "\\spad{concat(l)} concatenates a list of aggregates of type \\axiomType{Result}") (((|Result|) (|Result|) (|Result|)) "\\spad{concat(a,{}b)} adds two aggregates of type \\axiomType{Result}.")) (|gethi| (((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{gethi(u)} gets the \\axiomType{DoubleFloat} equivalent of the second endpoint of the range \\spad{u}")) (|getlo| (((|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{getlo(u)} gets the \\axiomType{DoubleFloat} equivalent of the first endpoint of the range \\spad{u}")) (|sdf2lst| (((|List| (|String|)) (|Stream| (|DoubleFloat|))) "\\spad{sdf2lst(ln)} coerces a \\axiomType{Stream DoubleFloat} to \\axiomType{String}")) (|ldf2lst| (((|List| (|String|)) (|List| (|DoubleFloat|))) "\\spad{ldf2lst(ln)} coerces a \\axiomType{List DoubleFloat} to \\axiomType{List String}")) (|f2st| (((|String|) (|Float|)) "\\spad{f2st(n)} coerces a \\axiomType{Float} to \\axiomType{String}")) (|df2st| (((|String|) (|DoubleFloat|)) "\\spad{df2st(n)} coerces a \\axiomType{DoubleFloat} to \\axiomType{String}")) (|in?| (((|Boolean|) (|DoubleFloat|) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{in?(p,{}range)} tests whether point \\spad{p} is internal to the \\spad{range} \\spad{range}")) (|vedf2vef| (((|Vector| (|Expression| (|Float|))) (|Vector| (|Expression| (|DoubleFloat|)))) "\\spad{vedf2vef(v)} maps \\axiomType{Vector Expression DoubleFloat} to \\axiomType{Vector Expression Float}")) (|edf2ef| (((|Expression| (|Float|)) (|Expression| (|DoubleFloat|))) "\\spad{edf2ef(e)} maps \\axiomType{Expression DoubleFloat} to \\axiomType{Expression Float}")) (|ldf2vmf| (((|Vector| (|MachineFloat|)) (|List| (|DoubleFloat|))) "\\spad{ldf2vmf(l)} coerces a \\axiomType{List DoubleFloat} to \\axiomType{List MachineFloat}")) (|df2mf| (((|MachineFloat|) (|DoubleFloat|)) "\\spad{df2mf(n)} coerces a \\axiomType{DoubleFloat} to \\axiomType{MachineFloat}")) (|dflist| (((|List| (|DoubleFloat|)) (|List| (|Record| (|:| |left| (|Fraction| (|Integer|))) (|:| |right| (|Fraction| (|Integer|)))))) "\\spad{dflist(l)} returns a list of \\axiomType{DoubleFloat} equivalents of list \\spad{l}")) (|dfRange| (((|Segment| (|OrderedCompletion| (|DoubleFloat|))) (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) "\\spad{dfRange(r)} converts a range including \\inputbitmap{\\htbmdir{}/plusminus.bitmap} \\infty to \\axiomType{DoubleFloat} equavalents.")) (|edf2efi| (((|Expression| (|Fraction| (|Integer|))) (|Expression| (|DoubleFloat|))) "\\spad{edf2efi(e)} coerces \\axiomType{Expression DoubleFloat} into \\axiomType{Expression Fraction Integer}")) (|numberOfOperations| (((|Record| (|:| |additions| (|Integer|)) (|:| |multiplications| (|Integer|)) (|:| |exponentiations| (|Integer|)) (|:| |functionCalls| (|Integer|))) (|Vector| (|Expression| (|DoubleFloat|)))) "\\spad{numberOfOperations(ode)} counts additions,{} multiplications,{} exponentiations and function calls in the input set of expressions.")) (|expenseOfEvaluation| (((|Float|) (|Vector| (|Expression| (|DoubleFloat|)))) "\\spad{expenseOfEvaluation(o)} gives an approximation of the cost of evaluating a list of expressions in terms of the number of basic operations. < 0.3 inexpensive ; 0.5 neutral ; > 0.7 very expensive 400 `operation units' \\spad{->} 0.75 200 `operation units' \\spad{->} 0.5 83 `operation units' \\spad{->} 0.25 \\spad{**} = 4 units ,{} function calls = 10 units.")) (|isQuotient| (((|Union| (|Expression| (|DoubleFloat|)) "failed") (|Expression| (|DoubleFloat|))) "\\spad{isQuotient(expr)} returns the quotient part of the input expression or \\spad{\"failed\"} if the expression is not of that form.")) (|edf2df| (((|DoubleFloat|) (|Expression| (|DoubleFloat|))) "\\spad{edf2df(n)} maps \\axiomType{Expression DoubleFloat} to \\axiomType{DoubleFloat} It is an error if \\spad{n} is not coercible to DoubleFloat")) (|edf2fi| (((|Fraction| (|Integer|)) (|Expression| (|DoubleFloat|))) "\\spad{edf2fi(n)} maps \\axiomType{Expression DoubleFloat} to \\axiomType{Fraction Integer} It is an error if \\spad{n} is not coercible to Fraction Integer")) (|df2fi| (((|Fraction| (|Integer|)) (|DoubleFloat|)) "\\spad{df2fi(n)} is a function to convert a \\axiomType{DoubleFloat} to a \\axiomType{Fraction Integer}")) (|convert| (((|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|List| (|Segment| (|OrderedCompletion| (|Float|))))) "\\spad{convert(l)} is a function to convert a \\axiomType{Segment OrderedCompletion Float} to a \\axiomType{Segment OrderedCompletion DoubleFloat}")) (|socf2socdf| (((|Segment| (|OrderedCompletion| (|DoubleFloat|))) (|Segment| (|OrderedCompletion| (|Float|)))) "\\spad{socf2socdf(a)} is a function to convert a \\axiomType{Segment OrderedCompletion Float} to a \\axiomType{Segment OrderedCompletion DoubleFloat}")) (|ocf2ocdf| (((|OrderedCompletion| (|DoubleFloat|)) (|OrderedCompletion| (|Float|))) "\\spad{ocf2ocdf(a)} is a function to convert an \\axiomType{OrderedCompletion Float} to an \\axiomType{OrderedCompletion DoubleFloat}")) (|ef2edf| (((|Expression| (|DoubleFloat|)) (|Expression| (|Float|))) "\\spad{ef2edf(f)} is a function to convert an \\axiomType{Expression Float} to an \\axiomType{Expression DoubleFloat}")) (|f2df| (((|DoubleFloat|) (|Float|)) "\\spad{f2df(f)} is a function to convert a \\axiomType{Float} to a \\axiomType{DoubleFloat}")))
NIL
NIL
-(-285 S)
+(-287 S)
((|constructor| (NIL "A constructive euclidean domain,{} \\spadignore{i.e.} one can divide producing a quotient and a remainder where the remainder is either zero or is smaller (\\spadfun{euclideanSize}) than the divisor. \\blankline Conditional attributes: \\indented{2}{multiplicativeValuation\\tab{25}\\spad{Size(a*b)=Size(a)*Size(b)}} \\indented{2}{additiveValuation\\tab{25}\\spad{Size(a*b)=Size(a)+Size(b)}}")) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{multiEuclidean([f1,{}...,{}fn],{}z)} returns a list of coefficients \\spad{[a1,{} ...,{} an]} such that \\spad{ z / prod \\spad{fi} = sum aj/fj}. If no such list of coefficients exists,{} \"failed\" is returned.")) (|extendedEuclidean| (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) "\\spad{extendedEuclidean(x,{}y,{}z)} either returns a record rec where \\spad{rec.coef1*x+rec.coef2*y=z} or returns \"failed\" if \\spad{z} cannot be expressed as a linear combination of \\spad{x} and \\spad{y}.") (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{extendedEuclidean(x,{}y)} returns a record rec where \\spad{rec.coef1*x+rec.coef2*y = rec.generator} and rec.generator is a \\spad{gcd} of \\spad{x} and \\spad{y}. The \\spad{gcd} is unique only up to associates if \\spadatt{canonicalUnitNormal} is not asserted. \\spadfun{principalIdeal} provides a version of this operation which accepts an arbitrary length list of arguments.")) (|rem| (($ $ $) "\\spad{x rem y} is the same as \\spad{divide(x,{}y).remainder}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|quo| (($ $ $) "\\spad{x quo y} is the same as \\spad{divide(x,{}y).quotient}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{divide(x,{}y)} divides \\spad{x} by \\spad{y} producing a record containing a \\spad{quotient} and \\spad{remainder},{} where the remainder is smaller (see \\spadfunFrom{sizeLess?}{EuclideanDomain}) than the divisor \\spad{y}.")) (|euclideanSize| (((|NonNegativeInteger|) $) "\\spad{euclideanSize(x)} returns the euclidean size of the element \\spad{x}. Error: if \\spad{x} is zero.")) (|sizeLess?| (((|Boolean|) $ $) "\\spad{sizeLess?(x,{}y)} tests whether \\spad{x} is strictly smaller than \\spad{y} with respect to the \\spadfunFrom{euclideanSize}{EuclideanDomain}.")))
NIL
NIL
-(-286)
+(-288)
((|constructor| (NIL "A constructive euclidean domain,{} \\spadignore{i.e.} one can divide producing a quotient and a remainder where the remainder is either zero or is smaller (\\spadfun{euclideanSize}) than the divisor. \\blankline Conditional attributes: \\indented{2}{multiplicativeValuation\\tab{25}\\spad{Size(a*b)=Size(a)*Size(b)}} \\indented{2}{additiveValuation\\tab{25}\\spad{Size(a*b)=Size(a)+Size(b)}}")) (|multiEuclidean| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{multiEuclidean([f1,{}...,{}fn],{}z)} returns a list of coefficients \\spad{[a1,{} ...,{} an]} such that \\spad{ z / prod \\spad{fi} = sum aj/fj}. If no such list of coefficients exists,{} \"failed\" is returned.")) (|extendedEuclidean| (((|Union| (|Record| (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) "\\spad{extendedEuclidean(x,{}y,{}z)} either returns a record rec where \\spad{rec.coef1*x+rec.coef2*y=z} or returns \"failed\" if \\spad{z} cannot be expressed as a linear combination of \\spad{x} and \\spad{y}.") (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{extendedEuclidean(x,{}y)} returns a record rec where \\spad{rec.coef1*x+rec.coef2*y = rec.generator} and rec.generator is a \\spad{gcd} of \\spad{x} and \\spad{y}. The \\spad{gcd} is unique only up to associates if \\spadatt{canonicalUnitNormal} is not asserted. \\spadfun{principalIdeal} provides a version of this operation which accepts an arbitrary length list of arguments.")) (|rem| (($ $ $) "\\spad{x rem y} is the same as \\spad{divide(x,{}y).remainder}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|quo| (($ $ $) "\\spad{x quo y} is the same as \\spad{divide(x,{}y).quotient}. See \\spadfunFrom{divide}{EuclideanDomain}.")) (|divide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{divide(x,{}y)} divides \\spad{x} by \\spad{y} producing a record containing a \\spad{quotient} and \\spad{remainder},{} where the remainder is smaller (see \\spadfunFrom{sizeLess?}{EuclideanDomain}) than the divisor \\spad{y}.")) (|euclideanSize| (((|NonNegativeInteger|) $) "\\spad{euclideanSize(x)} returns the euclidean size of the element \\spad{x}. Error: if \\spad{x} is zero.")) (|sizeLess?| (((|Boolean|) $ $) "\\spad{sizeLess?(x,{}y)} tests whether \\spad{x} is strictly smaller than \\spad{y} with respect to the \\spadfunFrom{euclideanSize}{EuclideanDomain}.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-287 S R)
+(-289 S R)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} substitutions.")) (|eval| (($ $ (|List| (|Equation| |#2|))) "\\spad{eval(f,{} [x1 = v1,{}...,{}xn = vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ (|Equation| |#2|)) "\\spad{eval(f,{}x = v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-288 R)
+(-290 R)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} substitutions.")) (|eval| (($ $ (|List| (|Equation| |#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
-(-289 -1834)
+(-291 -1819)
((|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
-(-290)
+(-292)
((|constructor| (NIL "A function which does not return directly to its caller should have Exit as its return type. \\blankline Note: It is convenient to have a formal \\spad{coerce} into each type from type Exit. This allows,{} for example,{} errors to be raised in one half of a type-balanced \\spad{if}.")))
NIL
NIL
-(-291 R FE |var| |cen|)
+(-293 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))}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-844))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-136))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-138))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-953))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-762))) (-2067 (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-762))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-789)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-1068))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-213))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -486) (QUOTE (-1092)) (LIST (QUOTE -1160) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -288) (LIST (QUOTE -1160) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (LIST (QUOTE -265) (LIST (QUOTE -1160) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1160) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-286))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-510))) (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-789))) (-12 (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-844))) (|HasCategory| $ (QUOTE (-136)))) (-2067 (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-136))) (-12 (|HasCategory| (-1160 |#1| |#2| |#3| |#4|) (QUOTE (-844))) (|HasCategory| $ (QUOTE (-136))))))
-(-292 R S)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-846))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-138))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-140))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-955))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-764))) (-2027 (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-764))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-791)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-1070))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-215))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -488) (QUOTE (-1094)) (LIST (QUOTE -1162) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -290) (LIST (QUOTE -1162) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (LIST (QUOTE -267) (LIST (QUOTE -1162) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)) (LIST (QUOTE -1162) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#4|)))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-288))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-512))) (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-791))) (-12 (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-846))) (|HasCategory| $ (QUOTE (-138)))) (-2027 (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-138))) (-12 (|HasCategory| (-1162 |#1| |#2| |#3| |#4|) (QUOTE (-846))) (|HasCategory| $ (QUOTE (-138))))))
+(-294 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
NIL
-(-293 R FE)
+(-295 R FE)
((|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
-(-294 R)
+(-296 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.")))
-((-4256 -2067 (-3944 (|has| |#1| (-977)) (|has| |#1| (-588 (-525)))) (-12 (|has| |#1| (-517)) (-2067 (-3944 (|has| |#1| (-977)) (|has| |#1| (-588 (-525)))) (|has| |#1| (-977)) (|has| |#1| (-450)))) (|has| |#1| (-977)) (|has| |#1| (-450))) (-4254 |has| |#1| (-160)) (-4253 |has| |#1| (-160)) ((-4261 "*") |has| |#1| (-517)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-517)) (-4251 |has| |#1| (-517)))
-((-2067 (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| |#1| (QUOTE (-517))) (-2067 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-977)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (-2067 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (QUOTE (-1032)))) (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525))))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-977)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-977)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-977)))) (-12 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525))))) (-2067 (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-1032)))) (-2067 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))))) (-2067 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-1032)))) (-2067 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))))) (-2067 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#1| (QUOTE (-977)))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1032))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| $ (QUOTE (-977))) (|HasCategory| $ (LIST (QUOTE -968) (QUOTE (-525)))))
-(-295 R -1834)
+((-4258 -2027 (-3979 (|has| |#1| (-979)) (|has| |#1| (-590 (-527)))) (-12 (|has| |#1| (-519)) (-2027 (-3979 (|has| |#1| (-979)) (|has| |#1| (-590 (-527)))) (|has| |#1| (-979)) (|has| |#1| (-452)))) (|has| |#1| (-979)) (|has| |#1| (-452))) (-4256 |has| |#1| (-162)) (-4255 |has| |#1| (-162)) ((-4263 "*") |has| |#1| (-519)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-519)) (-4253 |has| |#1| (-519)))
+((-2027 (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| |#1| (QUOTE (-519))) (-2027 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-979)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (-2027 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-1034)))) (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527))))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-979)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-979)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-979)))) (-12 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527))))) (-2027 (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-1034)))) (-2027 (|HasCategory| |#1| (QUOTE (-21))) (-12 (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))))) (-2027 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-1034)))) (-2027 (|HasCategory| |#1| (QUOTE (-25))) (-12 (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))))) (-2027 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#1| (QUOTE (-979)))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-1034))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| $ (QUOTE (-979))) (|HasCategory| $ (LIST (QUOTE -970) (QUOTE (-527)))))
+(-297 R -1819)
((|constructor| (NIL "Taylor series solutions of explicit ODE\\spad{'s}.")) (|seriesSolve| (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,{} y,{} x = a,{} [b0,{}...,{}bn])} is equivalent to \\spad{seriesSolve(eq = 0,{} y,{} x = a,{} [b0,{}...,{}b(n-1)])}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,{} y,{} x = a,{} y a = b)} is equivalent to \\spad{seriesSolve(eq=0,{} y,{} x=a,{} y a = b)}.") (((|Any|) |#2| (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq,{} y,{} x = a,{} b)} is equivalent to \\spad{seriesSolve(eq = 0,{} y,{} x = a,{} y a = b)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) |#2|) "\\spad{seriesSolve(eq,{}y,{} x=a,{} b)} is equivalent to \\spad{seriesSolve(eq,{} y,{} x=a,{} y a = b)}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x = a,{}[y1 a = b1,{}...,{} yn a = bn])} is equivalent to \\spad{seriesSolve([eq1=0,{}...,{}eqn=0],{} [y1,{}...,{}yn],{} x = a,{} [y1 a = b1,{}...,{} yn a = bn])}.") (((|Any|) (|List| |#2|) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x=a,{} [b1,{}...,{}bn])} is equivalent to \\spad{seriesSolve([eq1=0,{}...,{}eqn=0],{} [y1,{}...,{}yn],{} x=a,{} [b1,{}...,{}bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x=a,{} [b1,{}...,{}bn])} is equivalent to \\spad{seriesSolve([eq1,{}...,{}eqn],{} [y1,{}...,{}yn],{} x = a,{} [y1 a = b1,{}...,{} yn a = bn])}.") (((|Any|) (|List| (|Equation| |#2|)) (|List| (|BasicOperator|)) (|Equation| |#2|) (|List| (|Equation| |#2|))) "\\spad{seriesSolve([eq1,{}...,{}eqn],{}[y1,{}...,{}yn],{}x = a,{}[y1 a = b1,{}...,{}yn a = bn])} returns a taylor series solution of \\spad{[eq1,{}...,{}eqn]} around \\spad{x = a} with initial conditions \\spad{\\spad{yi}(a) = \\spad{bi}}. Note: eqi must be of the form \\spad{\\spad{fi}(x,{} y1 x,{} y2 x,{}...,{} yn x) y1'(x) + \\spad{gi}(x,{} y1 x,{} y2 x,{}...,{} yn x) = h(x,{} y1 x,{} y2 x,{}...,{} yn x)}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|List| |#2|)) "\\spad{seriesSolve(eq,{}y,{}x=a,{}[b0,{}...,{}b(n-1)])} returns a Taylor series solution of \\spad{eq} around \\spad{x = a} with initial conditions \\spad{y(a) = b0},{} \\spad{y'(a) = b1},{} \\spad{y''(a) = b2},{} ...,{}\\spad{y(n-1)(a) = b(n-1)} \\spad{eq} must be of the form \\spad{f(x,{} y x,{} y'(x),{}...,{} y(n-1)(x)) y(n)(x) + g(x,{}y x,{}y'(x),{}...,{}y(n-1)(x)) = h(x,{}y x,{} y'(x),{}...,{} y(n-1)(x))}.") (((|Any|) (|Equation| |#2|) (|BasicOperator|) (|Equation| |#2|) (|Equation| |#2|)) "\\spad{seriesSolve(eq,{}y,{}x=a,{} y a = b)} returns a Taylor series solution of \\spad{eq} around \\spad{x} = a with initial condition \\spad{y(a) = b}. Note: \\spad{eq} must be of the form \\spad{f(x,{} y x) y'(x) + g(x,{} y x) = h(x,{} y x)}.")))
NIL
NIL
-(-296)
+(-298)
((|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.")) (|tubePlot| (((|TubePlot| (|Plot3D|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|String|)) "\\spad{tubePlot(f,{}g,{}h,{}colorFcn,{}a..b,{}r,{}n,{}s)} puts a tube of radius \\spad{r} with \\spad{n} points on each circle about the curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} for \\spad{t} in \\spad{[a,{}b]}. If \\spad{s} = \"closed\",{} the tube is considered to be closed; if \\spad{s} = \"open\",{} the tube is considered to be open.") (((|TubePlot| (|Plot3D|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|)) "\\spad{tubePlot(f,{}g,{}h,{}colorFcn,{}a..b,{}r,{}n)} puts a tube of radius \\spad{r} with \\spad{n} points on each circle about the curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} for \\spad{t} in \\spad{[a,{}b]}. The tube is considered to be open.") (((|TubePlot| (|Plot3D|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Integer|) (|String|)) "\\spad{tubePlot(f,{}g,{}h,{}colorFcn,{}a..b,{}r,{}n,{}s)} puts a tube of radius \\spad{r(t)} with \\spad{n} points on each circle about the curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} for \\spad{t} in \\spad{[a,{}b]}. If \\spad{s} = \"closed\",{} the tube is considered to be closed; if \\spad{s} = \"open\",{} the tube is considered to be open.") (((|TubePlot| (|Plot3D|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Integer|)) "\\spad{tubePlot(f,{}g,{}h,{}colorFcn,{}a..b,{}r,{}n)} puts a tube of radius \\spad{r}(\\spad{t}) with \\spad{n} points on each circle about the curve \\spad{x = f(t)},{} \\spad{y = g(t)},{} \\spad{z = h(t)} for \\spad{t} in \\spad{[a,{}b]}. The tube is considered to be open.")) (|constantToUnaryFunction| (((|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|DoubleFloat|)) "\\spad{constantToUnaryFunction(s)} is a local function which takes the value of \\spad{s},{} which may be a function of a constant,{} and returns a function which always returns the value \\spadtype{DoubleFloat} \\spad{s}.")))
NIL
NIL
-(-297 FE |var| |cen|)
+(-299 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.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|)))) (|HasCategory| (-385 (-525)) (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))))
-(-298 M)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|)))) (|HasCategory| (-387 (-527)) (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))))
+(-300 M)
((|constructor| (NIL "computes various functions on factored arguments.")) (|log| (((|List| (|Record| (|:| |coef| (|NonNegativeInteger|)) (|:| |logand| |#1|))) (|Factored| |#1|)) "\\spad{log(f)} returns \\spad{[(a1,{}b1),{}...,{}(am,{}bm)]} such that the logarithm of \\spad{f} is equal to \\spad{a1*log(b1) + ... + am*log(bm)}.")) (|nthRoot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#1|) (|:| |radicand| (|List| |#1|))) (|Factored| |#1|) (|NonNegativeInteger|)) "\\spad{nthRoot(f,{} n)} returns \\spad{(p,{} r,{} [r1,{}...,{}rm])} such that the \\spad{n}th-root of \\spad{f} is equal to \\spad{r * \\spad{p}th-root(r1 * ... * rm)},{} where \\spad{r1},{}...,{}\\spad{rm} are distinct factors of \\spad{f},{} each of which has an exponent smaller than \\spad{p} in \\spad{f}.")))
NIL
NIL
-(-299 E OV R P)
+(-301 E OV R P)
((|constructor| (NIL "This package provides utilities used by the factorizers which operate on polynomials represented as univariate polynomials with multivariate coefficients.")) (|ran| ((|#3| (|Integer|)) "\\spad{ran(k)} computes a random integer between \\spad{-k} and \\spad{k} as a member of \\spad{R}.")) (|normalDeriv| (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|Integer|)) "\\spad{normalDeriv(poly,{}i)} computes the \\spad{i}th derivative of \\spad{poly} divided by i!.")) (|raisePolynomial| (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#3|)) "\\spad{raisePolynomial(rpoly)} converts \\spad{rpoly} from a univariate polynomial over \\spad{r} to be a univariate polynomial with polynomial coefficients.")) (|lowerPolynomial| (((|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{lowerPolynomial(upoly)} converts \\spad{upoly} to be a univariate polynomial over \\spad{R}. An error if the coefficients contain variables.")) (|variables| (((|List| |#2|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{variables(upoly)} returns the list of variables for the coefficients of \\spad{upoly}.")) (|degree| (((|List| (|NonNegativeInteger|)) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|)) "\\spad{degree(upoly,{} lvar)} returns a list containing the maximum degree for each variable in lvar.")) (|completeEval| (((|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| |#3|)) "\\spad{completeEval(upoly,{} lvar,{} lval)} evaluates the polynomial \\spad{upoly} with each variable in \\spad{lvar} replaced by the corresponding value in lval. Substitutions are done for all variables in \\spad{upoly} producing a univariate polynomial over \\spad{R}.")))
NIL
NIL
-(-300 S)
+(-302 S)
((|constructor| (NIL "The free abelian group on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The operation is commutative.")))
-((-4254 . T) (-4253 . T))
-((|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-734))))
-(-301 S E)
+((-4256 . T) (-4255 . T))
+((|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-736))))
+(-303 S E)
((|constructor| (NIL "A free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are in a given abelian monoid. The operation is commutative.")) (|highCommonTerms| (($ $ $) "\\spad{highCommonTerms(e1 a1 + ... + en an,{} f1 b1 + ... + fm bm)} returns \\indented{2}{\\spad{reduce(+,{}[max(\\spad{ei},{} \\spad{fi}) \\spad{ci}])}} where \\spad{ci} ranges in the intersection of \\spad{{a1,{}...,{}an}} and \\spad{{b1,{}...,{}bm}}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} e1 a1 +...+ en an)} returns \\spad{e1 f(a1) +...+ en f(an)}.")) (|mapCoef| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapCoef(f,{} e1 a1 +...+ en an)} returns \\spad{f(e1) a1 +...+ f(en) an}.")) (|coefficient| ((|#2| |#1| $) "\\spad{coefficient(s,{} e1 a1 + ... + en an)} returns \\spad{ei} such that \\spad{ai} = \\spad{s},{} or 0 if \\spad{s} is not one of the \\spad{ai}\\spad{'s}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the n^th term of \\spad{x}.")) (|nthCoef| ((|#2| $ (|Integer|)) "\\spad{nthCoef(x,{} n)} returns the coefficient of the n^th term of \\spad{x}.")) (|terms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{terms(e1 a1 + ... + en an)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of terms in \\spad{x}. mapGen(\\spad{f},{} a1\\spad{\\^}e1 ... an\\spad{\\^}en) returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (* (($ |#2| |#1|) "\\spad{e * s} returns \\spad{e} times \\spad{s}.")) (+ (($ |#1| $) "\\spad{s + x} returns the sum of \\spad{s} and \\spad{x}.")))
NIL
NIL
-(-302 S)
+(-304 S)
((|constructor| (NIL "The free abelian monoid on a set \\spad{S} is the monoid of finite sums of the form \\spad{reduce(+,{}[\\spad{ni} * \\spad{si}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are non-negative integers. The operation is commutative.")))
NIL
-((|HasCategory| (-713) (QUOTE (-734))))
-(-303 S R E)
+((|HasCategory| (-715) (QUOTE (-736))))
+(-305 S R E)
((|constructor| (NIL "This category is similar to AbelianMonoidRing,{} except that the sum is assumed to be finite. It is a useful model for polynomials,{} but is somewhat more general.")) (|primitivePart| (($ $) "\\spad{primitivePart(p)} returns the unit normalized form of polynomial \\spad{p} divided by the content of \\spad{p}.")) (|content| ((|#2| $) "\\spad{content(p)} gives the \\spad{gcd} of the coefficients of polynomial \\spad{p}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(p,{}r)} returns the exact quotient of polynomial \\spad{p} by \\spad{r},{} or \"failed\" if none exists.")) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) "\\spad{binomThmExpt(p,{}q,{}n)} returns \\spad{(x+y)^n} by means of the binomial theorem trick.")) (|pomopo!| (($ $ |#2| |#3| $) "\\spad{pomopo!(p1,{}r,{}e,{}p2)} returns \\spad{p1 + monomial(e,{}r) * p2} and may use \\spad{p1} as workspace. The constaant \\spad{r} is assumed to be nonzero.")) (|mapExponents| (($ (|Mapping| |#3| |#3|) $) "\\spad{mapExponents(fn,{}u)} maps function \\spad{fn} onto the exponents of the non-zero monomials of polynomial \\spad{u}.")) (|minimumDegree| ((|#3| $) "\\spad{minimumDegree(p)} gives the least exponent of a non-zero term of polynomial \\spad{p}. Error: if applied to 0.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(p)} gives the number of non-zero monomials in polynomial \\spad{p}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(p)} gives the list of non-zero coefficients of polynomial \\spad{p}.")) (|ground| ((|#2| $) "\\spad{ground(p)} retracts polynomial \\spad{p} to the coefficient ring.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(p)} tests if polynomial \\spad{p} is a member of the coefficient ring.")))
NIL
-((|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))))
-(-304 R E)
+((|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))))
+(-306 R E)
((|constructor| (NIL "This category is similar to AbelianMonoidRing,{} except that the sum is assumed to be finite. It is a useful model for polynomials,{} but is somewhat more general.")) (|primitivePart| (($ $) "\\spad{primitivePart(p)} returns the unit normalized form of polynomial \\spad{p} divided by the content of \\spad{p}.")) (|content| ((|#1| $) "\\spad{content(p)} gives the \\spad{gcd} of the coefficients of polynomial \\spad{p}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(p,{}r)} returns the exact quotient of polynomial \\spad{p} by \\spad{r},{} or \"failed\" if none exists.")) (|binomThmExpt| (($ $ $ (|NonNegativeInteger|)) "\\spad{binomThmExpt(p,{}q,{}n)} returns \\spad{(x+y)^n} by means of the binomial theorem trick.")) (|pomopo!| (($ $ |#1| |#2| $) "\\spad{pomopo!(p1,{}r,{}e,{}p2)} returns \\spad{p1 + monomial(e,{}r) * p2} and may use \\spad{p1} as workspace. The constaant \\spad{r} is assumed to be nonzero.")) (|mapExponents| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapExponents(fn,{}u)} maps function \\spad{fn} onto the exponents of the non-zero monomials of polynomial \\spad{u}.")) (|minimumDegree| ((|#2| $) "\\spad{minimumDegree(p)} gives the least exponent of a non-zero term of polynomial \\spad{p}. Error: if applied to 0.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(p)} gives the number of non-zero monomials in polynomial \\spad{p}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(p)} gives the list of non-zero coefficients of polynomial \\spad{p}.")) (|ground| ((|#1| $) "\\spad{ground(p)} retracts polynomial \\spad{p} to the coefficient ring.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(p)} tests if polynomial \\spad{p} is a member of the coefficient ring.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-305 S)
+(-307 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.")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-306 S -1834)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-308 S -1819)
((|constructor| (NIL "FiniteAlgebraicExtensionField {\\em F} is the category of fields which are finite algebraic extensions of the field {\\em F}. If {\\em F} is finite then any finite algebraic extension of {\\em F} is finite,{} too. Let {\\em K} be a finite algebraic extension of the finite field {\\em F}. The exponentiation of elements of {\\em K} defines a \\spad{Z}-module structure on the multiplicative group of {\\em K}. The additive group of {\\em K} becomes a module over the ring of polynomials over {\\em F} via the operation \\spadfun{linearAssociatedExp}(a:K,{}f:SparseUnivariatePolynomial \\spad{F}) which is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em K},{} {\\em c,{}d} from {\\em F} and {\\em f,{}g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\spad{\\$}SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)} where {\\em q=size()\\$F}. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog},{} respectively.")) (|linearAssociatedLog| (((|Union| (|SparseUnivariatePolynomial| |#2|) "failed") $ $) "\\spad{linearAssociatedLog(b,{}a)} returns a polynomial {\\em g},{} such that the \\spadfun{linearAssociatedExp}(\\spad{b},{}\\spad{g}) equals {\\em a}. If there is no such polynomial {\\em g},{} then \\spadfun{linearAssociatedLog} fails.") (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{linearAssociatedLog(a)} returns a polynomial {\\em g},{} such that \\spadfun{linearAssociatedExp}(normalElement(),{}\\spad{g}) equals {\\em a}.")) (|linearAssociatedOrder| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{linearAssociatedOrder(a)} retruns the monic polynomial {\\em g} of least degree,{} such that \\spadfun{linearAssociatedExp}(a,{}\\spad{g}) is 0.")) (|linearAssociatedExp| (($ $ (|SparseUnivariatePolynomial| |#2|)) "\\spad{linearAssociatedExp(a,{}f)} is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em \\$},{} {\\em c,{}d} form {\\em F} and {\\em f,{}g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\spad{\\$}SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)},{} where {\\em q=size()\\$F}.")) (|generator| (($) "\\spad{generator()} returns a root of the defining polynomial. This element generates the field as an algebra over the ground field.")) (|normal?| (((|Boolean|) $) "\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i),{} 0 <= i <= extensionDegree()-1} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39.")) (|normalElement| (($) "\\spad{normalElement()} returns a element,{} normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i),{} 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. At the first call,{} the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls,{} the element is retrieved by referencing the global variable.")) (|createNormalElement| (($) "\\spad{createNormalElement()} computes a normal element over the ground field \\spad{F},{} that is,{} \\spad{a**(q**i),{} 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Reference: Such an element exists Lidl/Niederreiter: Theorem 2.35.")) (|trace| (($ $ (|PositiveInteger|)) "\\spad{trace(a,{}d)} computes the trace of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size \\spad{q}. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: \\spad{trace(a,{}d) = reduce(+,{}[a**(q**(d*i)) for i in 0..n/d])}.") ((|#2| $) "\\spad{trace(a)} computes the trace of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|norm| (($ $ (|PositiveInteger|)) "\\spad{norm(a,{}d)} computes the norm of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: norm(a,{}\\spad{d}) = reduce(*,{}[a**(\\spad{q**}(d*i)) for \\spad{i} in 0..\\spad{n/d}])") ((|#2| $) "\\spad{norm(a)} computes the norm of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|degree| (((|PositiveInteger|) $) "\\spad{degree(a)} returns the degree of the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|extensionDegree| (((|PositiveInteger|)) "\\spad{extensionDegree()} returns the degree of field extension.")) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#2|)) "\\spad{definingPolynomial()} returns the polynomial used to define the field extension.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|)) "\\spad{minimalPolynomial(x,{}n)} computes the minimal polynomial of \\spad{x} over the field of extension degree \\spad{n} over the ground field \\spad{F}.") (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#2|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{F}-vectorspace basis.")) (|basis| (((|Vector| $) (|PositiveInteger|)) "\\spad{basis(n)} returns a fixed basis of a subfield of \\spad{\\$} as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\spad{\\$} as \\spad{F}-vectorspace.")))
NIL
-((|HasCategory| |#2| (QUOTE (-346))))
-(-307 -1834)
+((|HasCategory| |#2| (QUOTE (-348))))
+(-309 -1819)
((|constructor| (NIL "FiniteAlgebraicExtensionField {\\em F} is the category of fields which are finite algebraic extensions of the field {\\em F}. If {\\em F} is finite then any finite algebraic extension of {\\em F} is finite,{} too. Let {\\em K} be a finite algebraic extension of the finite field {\\em F}. The exponentiation of elements of {\\em K} defines a \\spad{Z}-module structure on the multiplicative group of {\\em K}. The additive group of {\\em K} becomes a module over the ring of polynomials over {\\em F} via the operation \\spadfun{linearAssociatedExp}(a:K,{}f:SparseUnivariatePolynomial \\spad{F}) which is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em K},{} {\\em c,{}d} from {\\em F} and {\\em f,{}g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\spad{\\$}SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)} where {\\em q=size()\\$F}. The operations order and discreteLog associated with the multiplicative exponentiation have additive analogues associated to the operation \\spadfun{linearAssociatedExp}. These are the functions \\spadfun{linearAssociatedOrder} and \\spadfun{linearAssociatedLog},{} respectively.")) (|linearAssociatedLog| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") $ $) "\\spad{linearAssociatedLog(b,{}a)} returns a polynomial {\\em g},{} such that the \\spadfun{linearAssociatedExp}(\\spad{b},{}\\spad{g}) equals {\\em a}. If there is no such polynomial {\\em g},{} then \\spadfun{linearAssociatedLog} fails.") (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{linearAssociatedLog(a)} returns a polynomial {\\em g},{} such that \\spadfun{linearAssociatedExp}(normalElement(),{}\\spad{g}) equals {\\em a}.")) (|linearAssociatedOrder| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{linearAssociatedOrder(a)} retruns the monic polynomial {\\em g} of least degree,{} such that \\spadfun{linearAssociatedExp}(a,{}\\spad{g}) is 0.")) (|linearAssociatedExp| (($ $ (|SparseUnivariatePolynomial| |#1|)) "\\spad{linearAssociatedExp(a,{}f)} is linear over {\\em F},{} \\spadignore{i.e.} for elements {\\em a} from {\\em \\$},{} {\\em c,{}d} form {\\em F} and {\\em f,{}g} univariate polynomials over {\\em F} we have \\spadfun{linearAssociatedExp}(a,{}cf+dg) equals {\\em c} times \\spadfun{linearAssociatedExp}(a,{}\\spad{f}) plus {\\em d} times \\spadfun{linearAssociatedExp}(a,{}\\spad{g}). Therefore \\spadfun{linearAssociatedExp} is defined completely by its action on monomials from {\\em F[X]}: \\spadfun{linearAssociatedExp}(a,{}monomial(1,{}\\spad{k})\\spad{\\$}SUP(\\spad{F})) is defined to be \\spadfun{Frobenius}(a,{}\\spad{k}) which is {\\em a**(q**k)},{} where {\\em q=size()\\$F}.")) (|generator| (($) "\\spad{generator()} returns a root of the defining polynomial. This element generates the field as an algebra over the ground field.")) (|normal?| (((|Boolean|) $) "\\spad{normal?(a)} tests whether the element \\spad{a} is normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i),{} 0 <= i <= extensionDegree()-1} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Implementation according to Lidl/Niederreiter: Theorem 2.39.")) (|normalElement| (($) "\\spad{normalElement()} returns a element,{} normal over the ground field \\spad{F},{} \\spadignore{i.e.} \\spad{a**(q**i),{} 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. At the first call,{} the element is computed by \\spadfunFrom{createNormalElement}{FiniteAlgebraicExtensionField} then cached in a global variable. On subsequent calls,{} the element is retrieved by referencing the global variable.")) (|createNormalElement| (($) "\\spad{createNormalElement()} computes a normal element over the ground field \\spad{F},{} that is,{} \\spad{a**(q**i),{} 0 <= i < extensionDegree()} is an \\spad{F}-basis,{} where \\spad{q = size()\\$F}. Reference: Such an element exists Lidl/Niederreiter: Theorem 2.35.")) (|trace| (($ $ (|PositiveInteger|)) "\\spad{trace(a,{}d)} computes the trace of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size \\spad{q}. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: \\spad{trace(a,{}d) = reduce(+,{}[a**(q**(d*i)) for i in 0..n/d])}.") ((|#1| $) "\\spad{trace(a)} computes the trace of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|norm| (($ $ (|PositiveInteger|)) "\\spad{norm(a,{}d)} computes the norm of \\spad{a} with respect to the field of extension degree \\spad{d} over the ground field of size. Error: if \\spad{d} does not divide the extension degree of \\spad{a}. Note: norm(a,{}\\spad{d}) = reduce(*,{}[a**(\\spad{q**}(d*i)) for \\spad{i} in 0..\\spad{n/d}])") ((|#1| $) "\\spad{norm(a)} computes the norm of \\spad{a} with respect to the field considered as an algebra with 1 over the ground field \\spad{F}.")) (|degree| (((|PositiveInteger|) $) "\\spad{degree(a)} returns the degree of the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|extensionDegree| (((|PositiveInteger|)) "\\spad{extensionDegree()} returns the degree of field extension.")) (|definingPolynomial| (((|SparseUnivariatePolynomial| |#1|)) "\\spad{definingPolynomial()} returns the polynomial used to define the field extension.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| $) $ (|PositiveInteger|)) "\\spad{minimalPolynomial(x,{}n)} computes the minimal polynomial of \\spad{x} over the field of extension degree \\spad{n} over the ground field \\spad{F}.") (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of an element \\spad{a} over the ground field \\spad{F}.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{F}-vectorspace basis.")) (|basis| (((|Vector| $) (|PositiveInteger|)) "\\spad{basis(n)} returns a fixed basis of a subfield of \\spad{\\$} as \\spad{F}-vectorspace.") (((|Vector| $)) "\\spad{basis()} returns a fixed basis of \\spad{\\$} as \\spad{F}-vectorspace.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-308)
+(-310)
((|constructor| (NIL "This domain builds representations of program code segments for use with the FortranProgram domain.")) (|setLabelValue| (((|SingleInteger|) (|SingleInteger|)) "\\spad{setLabelValue(i)} resets the counter which produces labels to \\spad{i}")) (|getCode| (((|SExpression|) $) "\\spad{getCode(f)} returns a Lisp list of strings representing \\spad{f} in Fortran notation. This is used by the FortranProgram domain.")) (|printCode| (((|Void|) $) "\\spad{printCode(f)} prints out \\spad{f} in FORTRAN notation.")) (|code| (((|Union| (|:| |nullBranch| "null") (|:| |assignmentBranch| (|Record| (|:| |var| (|Symbol|)) (|:| |arrayIndex| (|List| (|Polynomial| (|Integer|)))) (|:| |rand| (|Record| (|:| |ints2Floats?| (|Boolean|)) (|:| |expr| (|OutputForm|)))))) (|:| |arrayAssignmentBranch| (|Record| (|:| |var| (|Symbol|)) (|:| |rand| (|OutputForm|)) (|:| |ints2Floats?| (|Boolean|)))) (|:| |conditionalBranch| (|Record| (|:| |switch| (|Switch|)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (|Record| (|:| |empty?| (|Boolean|)) (|:| |value| (|Record| (|:| |ints2Floats?| (|Boolean|)) (|:| |expr| (|OutputForm|)))))) (|:| |blockBranch| (|List| $)) (|:| |commentBranch| (|List| (|String|))) (|:| |callBranch| (|String|)) (|:| |forBranch| (|Record| (|:| |range| (|SegmentBinding| (|Polynomial| (|Integer|)))) (|:| |span| (|Polynomial| (|Integer|))) (|:| |body| $))) (|:| |labelBranch| (|SingleInteger|)) (|:| |loopBranch| (|Record| (|:| |switch| (|Switch|)) (|:| |body| $))) (|:| |commonBranch| (|Record| (|:| |name| (|Symbol|)) (|:| |contents| (|List| (|Symbol|))))) (|:| |printBranch| (|List| (|OutputForm|)))) $) "\\spad{code(f)} returns the internal representation of the object represented by \\spad{f}.")) (|operation| (((|Union| (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) "\\spad{operation(f)} returns the name of the operation represented by \\spad{f}.")) (|common| (($ (|Symbol|) (|List| (|Symbol|))) "\\spad{common(name,{}contents)} creates a representation a named common block.")) (|printStatement| (($ (|List| (|OutputForm|))) "\\spad{printStatement(l)} creates a representation of a PRINT statement.")) (|save| (($) "\\spad{save()} creates a representation of a SAVE statement.")) (|stop| (($) "\\spad{stop()} creates a representation of a STOP statement.")) (|block| (($ (|List| $)) "\\spad{block(l)} creates a representation of the statements in \\spad{l} as a block.")) (|assign| (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|Complex| (|Float|)))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|Float|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|Integer|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|Vector| (|Expression| (|Complex| (|Float|))))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|Float|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|Integer|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|Complex| (|Float|))))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|Float|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|Integer|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|Complex| (|Float|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|Float|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|Integer|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|MachineComplex|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|MachineFloat|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|List| (|Polynomial| (|Integer|))) (|Expression| (|MachineInteger|))) "\\spad{assign(x,{}l,{}y)} creates a representation of the assignment of \\spad{y} to the \\spad{l}\\spad{'}th element of array \\spad{x} (\\spad{l} is a list of indices).") (($ (|Symbol|) (|Vector| (|Expression| (|MachineComplex|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|MachineFloat|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|Expression| (|MachineInteger|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|MachineComplex|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|MachineFloat|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|Expression| (|MachineInteger|)))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|MachineComplex|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|MachineFloat|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Vector| (|MachineInteger|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|MachineComplex|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|MachineFloat|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Matrix| (|MachineInteger|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|MachineComplex|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|MachineFloat|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|Expression| (|MachineInteger|))) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.") (($ (|Symbol|) (|String|)) "\\spad{assign(x,{}y)} creates a representation of the FORTRAN expression x=y.")) (|cond| (($ (|Switch|) $ $) "\\spad{cond(s,{}e,{}f)} creates a representation of the FORTRAN expression IF (\\spad{s}) THEN \\spad{e} ELSE \\spad{f}.") (($ (|Switch|) $) "\\spad{cond(s,{}e)} creates a representation of the FORTRAN expression IF (\\spad{s}) THEN \\spad{e}.")) (|returns| (($ (|Expression| (|Complex| (|Float|)))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|Integer|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|Float|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|MachineComplex|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|MachineInteger|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($ (|Expression| (|MachineFloat|))) "\\spad{returns(e)} creates a representation of a FORTRAN RETURN statement with a returned value.") (($) "\\spad{returns()} creates a representation of a FORTRAN RETURN statement.")) (|call| (($ (|String|)) "\\spad{call(s)} creates a representation of a FORTRAN CALL statement")) (|comment| (($ (|List| (|String|))) "\\spad{comment(s)} creates a representation of the Strings \\spad{s} as a multi-line FORTRAN comment.") (($ (|String|)) "\\spad{comment(s)} creates a representation of the String \\spad{s} as a single FORTRAN comment.")) (|continue| (($ (|SingleInteger|)) "\\spad{continue(l)} creates a representation of a FORTRAN CONTINUE labelled with \\spad{l}")) (|goto| (($ (|SingleInteger|)) "\\spad{goto(l)} creates a representation of a FORTRAN GOTO statement")) (|repeatUntilLoop| (($ (|Switch|) $) "\\spad{repeatUntilLoop(s,{}c)} creates a repeat ... until loop in FORTRAN.")) (|whileLoop| (($ (|Switch|) $) "\\spad{whileLoop(s,{}c)} creates a while loop in FORTRAN.")) (|forLoop| (($ (|SegmentBinding| (|Polynomial| (|Integer|))) (|Polynomial| (|Integer|)) $) "\\spad{forLoop(i=1..10,{}n,{}c)} creates a representation of a FORTRAN DO loop with \\spad{i} ranging over the values 1 to 10 by \\spad{n}.") (($ (|SegmentBinding| (|Polynomial| (|Integer|))) $) "\\spad{forLoop(i=1..10,{}c)} creates a representation of a FORTRAN DO loop with \\spad{i} ranging over the values 1 to 10.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(f)} returns an object of type OutputForm.")))
NIL
NIL
-(-309 E)
+(-311 E)
((|constructor| (NIL "\\indented{1}{Author: James Davenport} Date Created: 17 April 1992 Date Last Updated: 12 June 1992 Basic Functions: Related Constructors: Also See: AMS Classifications: Keywords: References: Description:")) (|argument| ((|#1| $) "\\spad{argument(x)} returns the argument of a given sin/cos expressions")) (|sin?| (((|Boolean|) $) "\\spad{sin?(x)} returns \\spad{true} if term is a sin,{} otherwise \\spad{false}")) (|cos| (($ |#1|) "\\spad{cos(x)} makes a cos kernel for use in Fourier series")) (|sin| (($ |#1|) "\\spad{sin(x)} makes a sin kernel for use in Fourier series")))
NIL
NIL
-(-310)
+(-312)
((|constructor| (NIL "\\spadtype{FortranCodePackage1} provides some utilities for producing useful objects in FortranCode domain. The Package may be used with the FortranCode domain and its \\spad{printCode} or possibly via an outputAsFortran. (The package provides items of use in connection with ASPs in the AXIOM-NAG link and,{} where appropriate,{} naming accords with that in IRENA.) The easy-to-use functions use Fortran loop variables I1,{} I2,{} and it is users' responsibility to check that this is sensible. The advanced functions use SegmentBinding to allow users control over Fortran loop variable names.")) (|identitySquareMatrix| (((|FortranCode|) (|Symbol|) (|Polynomial| (|Integer|))) "\\spad{identitySquareMatrix(s,{}p)} \\undocumented{}")) (|zeroSquareMatrix| (((|FortranCode|) (|Symbol|) (|Polynomial| (|Integer|))) "\\spad{zeroSquareMatrix(s,{}p)} \\undocumented{}")) (|zeroMatrix| (((|FortranCode|) (|Symbol|) (|SegmentBinding| (|Polynomial| (|Integer|))) (|SegmentBinding| (|Polynomial| (|Integer|)))) "\\spad{zeroMatrix(s,{}b,{}d)} in this version gives the user control over names of Fortran variables used in loops.") (((|FortranCode|) (|Symbol|) (|Polynomial| (|Integer|)) (|Polynomial| (|Integer|))) "\\spad{zeroMatrix(s,{}p,{}q)} uses loop variables in the Fortran,{} I1 and I2")) (|zeroVector| (((|FortranCode|) (|Symbol|) (|Polynomial| (|Integer|))) "\\spad{zeroVector(s,{}p)} \\undocumented{}")))
NIL
NIL
-(-311 R1 UP1 UPUP1 F1 R2 UP2 UPUP2 F2)
+(-313 R1 UP1 UPUP1 F1 R2 UP2 UPUP2 F2)
((|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
-(-312 S -1834 UP UPUP R)
+(-314 S -1819 UP UPUP R)
((|constructor| (NIL "This category describes finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}\\spad{'s} are integers and the \\spad{P}\\spad{'s} are finite rational points on the curve.")) (|generator| (((|Union| |#5| "failed") $) "\\spad{generator(d)} returns \\spad{f} if \\spad{(f) = d},{} \"failed\" if \\spad{d} is not principal.")) (|principal?| (((|Boolean|) $) "\\spad{principal?(D)} tests if the argument is the divisor of a function.")) (|reduce| (($ $) "\\spad{reduce(D)} converts \\spad{D} to some reduced form (the reduced forms can be differents in different implementations).")) (|decompose| (((|Record| (|:| |id| (|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|)) (|:| |principalPart| |#5|)) $) "\\spad{decompose(d)} returns \\spad{[id,{} f]} where \\spad{d = (id) + div(f)}.")) (|divisor| (($ |#5| |#3| |#3| |#3| |#2|) "\\spad{divisor(h,{} d,{} d',{} g,{} r)} returns the sum of all the finite points where \\spad{h/d} has residue \\spad{r}. \\spad{h} must be integral. \\spad{d} must be squarefree. \\spad{d'} is some derivative of \\spad{d} (not necessarily dd/dx). \\spad{g = gcd(d,{}discriminant)} contains the ramified zeros of \\spad{d}") (($ |#2| |#2| (|Integer|)) "\\spad{divisor(a,{} b,{} n)} makes the divisor \\spad{nP} where \\spad{P:} \\spad{(x = a,{} y = b)}. \\spad{P} is allowed to be singular if \\spad{n} is a multiple of the rank.") (($ |#2| |#2|) "\\spad{divisor(a,{} b)} makes the divisor \\spad{P:} \\spad{(x = a,{} y = b)}. Error: if \\spad{P} is singular.") (($ |#5|) "\\spad{divisor(g)} returns the divisor of the function \\spad{g}.") (($ (|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|)) "\\spad{divisor(I)} makes a divisor \\spad{D} from an ideal \\spad{I}.")) (|ideal| (((|FractionalIdeal| |#3| (|Fraction| |#3|) |#4| |#5|) $) "\\spad{ideal(D)} returns the ideal corresponding to a divisor \\spad{D}.")))
NIL
NIL
-(-313 -1834 UP UPUP R)
+(-315 -1819 UP UPUP R)
((|constructor| (NIL "This category describes finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}\\spad{'s} are integers and the \\spad{P}\\spad{'s} are finite rational points on the curve.")) (|generator| (((|Union| |#4| "failed") $) "\\spad{generator(d)} returns \\spad{f} if \\spad{(f) = d},{} \"failed\" if \\spad{d} is not principal.")) (|principal?| (((|Boolean|) $) "\\spad{principal?(D)} tests if the argument is the divisor of a function.")) (|reduce| (($ $) "\\spad{reduce(D)} converts \\spad{D} to some reduced form (the reduced forms can be differents in different implementations).")) (|decompose| (((|Record| (|:| |id| (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) "\\spad{decompose(d)} returns \\spad{[id,{} f]} where \\spad{d = (id) + div(f)}.")) (|divisor| (($ |#4| |#2| |#2| |#2| |#1|) "\\spad{divisor(h,{} d,{} d',{} g,{} r)} returns the sum of all the finite points where \\spad{h/d} has residue \\spad{r}. \\spad{h} must be integral. \\spad{d} must be squarefree. \\spad{d'} is some derivative of \\spad{d} (not necessarily dd/dx). \\spad{g = gcd(d,{}discriminant)} contains the ramified zeros of \\spad{d}") (($ |#1| |#1| (|Integer|)) "\\spad{divisor(a,{} b,{} n)} makes the divisor \\spad{nP} where \\spad{P:} \\spad{(x = a,{} y = b)}. \\spad{P} is allowed to be singular if \\spad{n} is a multiple of the rank.") (($ |#1| |#1|) "\\spad{divisor(a,{} b)} makes the divisor \\spad{P:} \\spad{(x = a,{} y = b)}. Error: if \\spad{P} is singular.") (($ |#4|) "\\spad{divisor(g)} returns the divisor of the function \\spad{g}.") (($ (|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|)) "\\spad{divisor(I)} makes a divisor \\spad{D} from an ideal \\spad{I}.")) (|ideal| (((|FractionalIdeal| |#2| (|Fraction| |#2|) |#3| |#4|) $) "\\spad{ideal(D)} returns the ideal corresponding to a divisor \\spad{D}.")))
NIL
NIL
-(-314 -1834 UP UPUP R)
+(-316 -1819 UP UPUP R)
((|constructor| (NIL "This domains implements finite rational divisors on a curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}\\spad{'s} are integers and the \\spad{P}\\spad{'s} are finite rational points on the curve.")) (|lSpaceBasis| (((|Vector| |#4|) $) "\\spad{lSpaceBasis(d)} returns a basis for \\spad{L(d) = {f | (f) >= -d}} as a module over \\spad{K[x]}.")) (|finiteBasis| (((|Vector| |#4|) $) "\\spad{finiteBasis(d)} returns a basis for \\spad{d} as a module over {\\em K[x]}.")))
NIL
NIL
-(-315 S R)
+(-317 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 -486) (QUOTE (-1092)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -265) (|devaluate| |#2|) (|devaluate| |#2|))))
-(-316 R)
+((|HasCategory| |#2| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -267) (|devaluate| |#2|) (|devaluate| |#2|))))
+(-318 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
-(-317 |basicSymbols| |subscriptedSymbols| R)
+(-319 |basicSymbols| |subscriptedSymbols| R)
((|constructor| (NIL "A domain of expressions involving functions which can be translated into standard Fortran-77,{} with some extra extensions from the NAG Fortran Library.")) (|useNagFunctions| (((|Boolean|) (|Boolean|)) "\\spad{useNagFunctions(v)} sets the flag which controls whether NAG functions \\indented{1}{are being used for mathematical and machine constants.\\space{2}The previous} \\indented{1}{value is returned.}") (((|Boolean|)) "\\spad{useNagFunctions()} indicates whether NAG functions are being used \\indented{1}{for mathematical and machine constants.}")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(e)} return a list of all the variables in \\spad{e}.")) (|pi| (($) "\\spad{\\spad{pi}(x)} represents the NAG Library function X01AAF which returns \\indented{1}{an approximation to the value of \\spad{pi}}")) (|tanh| (($ $) "\\spad{tanh(x)} represents the Fortran intrinsic function TANH")) (|cosh| (($ $) "\\spad{cosh(x)} represents the Fortran intrinsic function COSH")) (|sinh| (($ $) "\\spad{sinh(x)} represents the Fortran intrinsic function SINH")) (|atan| (($ $) "\\spad{atan(x)} represents the Fortran intrinsic function ATAN")) (|acos| (($ $) "\\spad{acos(x)} represents the Fortran intrinsic function ACOS")) (|asin| (($ $) "\\spad{asin(x)} represents the Fortran intrinsic function ASIN")) (|tan| (($ $) "\\spad{tan(x)} represents the Fortran intrinsic function TAN")) (|cos| (($ $) "\\spad{cos(x)} represents the Fortran intrinsic function COS")) (|sin| (($ $) "\\spad{sin(x)} represents the Fortran intrinsic function SIN")) (|log10| (($ $) "\\spad{log10(x)} represents the Fortran intrinsic function LOG10")) (|log| (($ $) "\\spad{log(x)} represents the Fortran intrinsic function LOG")) (|exp| (($ $) "\\spad{exp(x)} represents the Fortran intrinsic function EXP")) (|sqrt| (($ $) "\\spad{sqrt(x)} represents the Fortran intrinsic function SQRT")) (|abs| (($ $) "\\spad{abs(x)} represents the Fortran intrinsic function ABS")) (|coerce| (((|Expression| |#3|) $) "\\spad{coerce(x)} \\undocumented{}")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Float|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| (|Integer|))) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Symbol|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (((|Union| $ "failed") (|Expression| |#3|)) "\\spad{retractIfCan(e)} takes \\spad{e} and tries to transform it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")) (|retract| (($ (|Polynomial| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Float|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Float|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Polynomial| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Fraction| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| (|Integer|))) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Symbol|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a FortranExpression \\indented{1}{checking that it is one of the given basic symbols} \\indented{1}{or subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}") (($ (|Expression| |#3|)) "\\spad{retract(e)} takes \\spad{e} and transforms it into a \\indented{1}{FortranExpression checking that it contains no non-Fortran} \\indented{1}{functions,{} and that it only contains the given basic symbols} \\indented{1}{and subscripted symbols which correspond to scalar and array} \\indented{1}{parameters respectively.}")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-357)))) (|HasCategory| $ (QUOTE (-977))) (|HasCategory| $ (LIST (QUOTE -968) (QUOTE (-525)))))
-(-318 R1 UP1 UPUP1 F1 R2 UP2 UPUP2 F2)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-359)))) (|HasCategory| $ (QUOTE (-979))) (|HasCategory| $ (LIST (QUOTE -970) (QUOTE (-527)))))
+(-320 R1 UP1 UPUP1 F1 R2 UP2 UPUP2 F2)
((|constructor| (NIL "Lifts a map from rings to function fields over them.")) (|map| ((|#8| (|Mapping| |#5| |#1|) |#4|) "\\spad{map(f,{} p)} lifts \\spad{f} to \\spad{F1} and applies it to \\spad{p}.")))
NIL
NIL
-(-319 S -1834 UP UPUP)
+(-321 S -1819 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#2|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#2|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in u1,{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (|Mapping| |#3| |#3|)) "\\spad{algSplitSimple(f,{} D)} returns \\spad{[h,{}d,{}d',{}g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d,{} discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#3| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#3| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#2| $ |#2| |#2|) "\\spad{elt(f,{}a,{}b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a,{} y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#3| |#3|)) "\\spad{differentiate(x,{} d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#3|)) (|:| |den| |#3|)) (|Mapping| |#3| |#3|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(\\spad{wi})} with respect to \\spad{(w1,{}...,{}wn)} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#3|) |#3|) "\\spad{integralRepresents([A1,{}...,{}An],{} D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#3|)) (|:| |den| |#3|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,{}...,{}An],{} D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#3|) |#3|) "\\spad{represents([A0,{}...,{}A(n-1)],{}D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.") (($ (|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 (-346))) (|HasCategory| |#2| (QUOTE (-341))))
-(-320 -1834 UP UPUP)
+((|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (QUOTE (-343))))
+(-322 -1819 UP UPUP)
((|constructor| (NIL "This category is a model for the function field of a plane algebraic curve.")) (|rationalPoints| (((|List| (|List| |#1|))) "\\spad{rationalPoints()} returns the list of all the affine rational points.")) (|nonSingularModel| (((|List| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{nonSingularModel(u)} returns the equations in u1,{}...,{}un of an affine non-singular model for the curve.")) (|algSplitSimple| (((|Record| (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (|Mapping| |#2| |#2|)) "\\spad{algSplitSimple(f,{} D)} returns \\spad{[h,{}d,{}d',{}g]} such that \\spad{f=h/d},{} \\spad{h} is integral at all the normal places \\spad{w}.\\spad{r}.\\spad{t}. \\spad{D},{} \\spad{d' = Dd},{} \\spad{g = gcd(d,{} discriminant())} and \\spad{D} is the derivation to use. \\spad{f} must have at most simple finite poles.")) (|hyperelliptic| (((|Union| |#2| "failed")) "\\spad{hyperelliptic()} returns \\spad{p(x)} if the curve is the hyperelliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elliptic| (((|Union| |#2| "failed")) "\\spad{elliptic()} returns \\spad{p(x)} if the curve is the elliptic defined by \\spad{y**2 = p(x)},{} \"failed\" otherwise.")) (|elt| ((|#1| $ |#1| |#1|) "\\spad{elt(f,{}a,{}b)} or \\spad{f}(a,{} \\spad{b}) returns the value of \\spad{f} at the point \\spad{(x = a,{} y = b)} if it is not singular.")) (|primitivePart| (($ $) "\\spad{primitivePart(f)} removes the content of the denominator and the common content of the numerator of \\spad{f}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{differentiate(x,{} d)} extends the derivation \\spad{d} from UP to \\$ and applies it to \\spad{x}.")) (|integralDerivationMatrix| (((|Record| (|:| |num| (|Matrix| |#2|)) (|:| |den| |#2|)) (|Mapping| |#2| |#2|)) "\\spad{integralDerivationMatrix(d)} extends the derivation \\spad{d} from UP to \\$ and returns (\\spad{M},{} \\spad{Q}) such that the i^th row of \\spad{M} divided by \\spad{Q} form the coordinates of \\spad{d(\\spad{wi})} with respect to \\spad{(w1,{}...,{}wn)} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by integralBasis().")) (|integralRepresents| (($ (|Vector| |#2|) |#2|) "\\spad{integralRepresents([A1,{}...,{}An],{} D)} returns \\spad{(A1 w1+...+An wn)/D} where \\spad{(w1,{}...,{}wn)} is the integral basis of \\spad{integralBasis()}.")) (|integralCoordinates| (((|Record| (|:| |num| (|Vector| |#2|)) (|:| |den| |#2|)) $) "\\spad{integralCoordinates(f)} returns \\spad{[[A1,{}...,{}An],{} D]} such that \\spad{f = (A1 w1 +...+ An wn) / D} where \\spad{(w1,{}...,{}wn)} is the integral basis returned by \\spad{integralBasis()}.")) (|represents| (($ (|Vector| |#2|) |#2|) "\\spad{represents([A0,{}...,{}A(n-1)],{}D)} returns \\spad{(A0 + A1 y +...+ A(n-1)*y**(n-1))/D}.") (($ (|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.")))
-((-4252 |has| (-385 |#2|) (-341)) (-4257 |has| (-385 |#2|) (-341)) (-4251 |has| (-385 |#2|) (-341)) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 |has| (-387 |#2|) (-343)) (-4259 |has| (-387 |#2|) (-343)) (-4253 |has| (-387 |#2|) (-343)) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-321 |p| |extdeg|)
+(-323 |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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| (-845 |#1|) (QUOTE (-136))) (|HasCategory| (-845 |#1|) (QUOTE (-346)))) (|HasCategory| (-845 |#1|) (QUOTE (-138))) (|HasCategory| (-845 |#1|) (QUOTE (-346))) (|HasCategory| (-845 |#1|) (QUOTE (-136))))
-(-322 GF |defpol|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| (-847 |#1|) (QUOTE (-138))) (|HasCategory| (-847 |#1|) (QUOTE (-348)))) (|HasCategory| (-847 |#1|) (QUOTE (-140))) (|HasCategory| (-847 |#1|) (QUOTE (-348))) (|HasCategory| (-847 |#1|) (QUOTE (-138))))
+(-324 GF |defpol|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtensionByPolynomial(\\spad{GF},{}defpol) implements a finite extension field of the ground field {\\em GF}. Its elements are represented by powers of a primitive element,{} \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial {\\em defpol},{} which MUST be primitive (user responsibility). Zech logarithms are stored in a table of size half of the field size,{} and use \\spadtype{SingleInteger} for representing field elements,{} hence,{} there are restrictions on the size of the field.")) (|getZechTable| (((|PrimitiveArray| (|SingleInteger|))) "\\spad{getZechTable()} returns the zech logarithm table of the field it is used to perform additions in the field quickly.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-136))))
-(-323 GF |extdeg|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-138))))
+(-325 GF |extdeg|)
((|constructor| (NIL "FiniteFieldCyclicGroupExtension(\\spad{GF},{}\\spad{n}) implements a extension of degree \\spad{n} over the ground field {\\em GF}. Its elements are represented by powers of a primitive element,{} \\spadignore{i.e.} a generator of the multiplicative (cyclic) group. As primitive element we choose the root of the extension polynomial,{} which is created by {\\em createPrimitivePoly} from \\spadtype{FiniteFieldPolynomialPackage}. Zech logarithms are stored in a table of size half of the field size,{} and use \\spadtype{SingleInteger} for representing field elements,{} hence,{} there are restrictions on the size of the field.")) (|getZechTable| (((|PrimitiveArray| (|SingleInteger|))) "\\spad{getZechTable()} returns the zech logarithm table of the field. This table is used to perform additions in the field quickly.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-136))))
-(-324 GF)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-138))))
+(-326 GF)
((|constructor| (NIL "FiniteFieldFunctions(\\spad{GF}) is a package with functions concerning finite extension fields of the finite ground field {\\em GF},{} \\spadignore{e.g.} Zech logarithms.")) (|createLowComplexityNormalBasis| (((|Union| (|SparseUnivariatePolynomial| |#1|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) (|PositiveInteger|)) "\\spad{createLowComplexityNormalBasis(n)} tries to find a a low complexity normal basis of degree {\\em n} over {\\em GF} and returns its multiplication matrix If no low complexity basis is found it calls \\axiomFunFrom{createNormalPoly}{FiniteFieldPolynomialPackage}(\\spad{n}) to produce a normal polynomial of degree {\\em n} over {\\em GF}")) (|createLowComplexityTable| (((|Union| (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) "failed") (|PositiveInteger|)) "\\spad{createLowComplexityTable(n)} tries to find a low complexity normal basis of degree {\\em n} over {\\em GF} and returns its multiplication matrix Fails,{} if it does not find a low complexity basis")) (|sizeMultiplication| (((|NonNegativeInteger|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{sizeMultiplication(m)} returns the number of entries of the multiplication table {\\em m}.")) (|createMultiplicationMatrix| (((|Matrix| |#1|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{createMultiplicationMatrix(m)} forms the multiplication table {\\em m} into a matrix over the ground field.")) (|createMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{createMultiplicationTable(f)} generates a multiplication table for the normal basis of the field extension determined by {\\em f}. This is needed to perform multiplications between elements represented as coordinate vectors to this basis. See \\spadtype{FFNBP},{} \\spadtype{FFNBX}.")) (|createZechTable| (((|PrimitiveArray| (|SingleInteger|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{createZechTable(f)} generates a Zech logarithm table for the cyclic group representation of a extension of the ground field by the primitive polynomial {\\em f(x)},{} \\spadignore{i.e.} \\spad{Z(i)},{} defined by {\\em x**Z(i) = 1+x**i} is stored at index \\spad{i}. This is needed in particular to perform addition of field elements in finite fields represented in this way. See \\spadtype{FFCGP},{} \\spadtype{FFCGX}.")))
NIL
NIL
-(-325 F1 GF F2)
+(-327 F1 GF F2)
((|constructor| (NIL "FiniteFieldHomomorphisms(\\spad{F1},{}\\spad{GF},{}\\spad{F2}) exports coercion functions of elements between the fields {\\em F1} and {\\em F2},{} which both must be finite simple algebraic extensions of the finite ground field {\\em GF}.")) (|coerce| ((|#1| |#3|) "\\spad{coerce(x)} is the homomorphic image of \\spad{x} from {\\em F2} in {\\em F1},{} where {\\em coerce} is a field homomorphism between the fields extensions {\\em F2} and {\\em F1} both over ground field {\\em GF} (the second argument to the package). Error: if the extension degree of {\\em F2} doesn\\spad{'t} divide the extension degree of {\\em F1}. Note that the other coercion function in the \\spadtype{FiniteFieldHomomorphisms} is a left inverse.") ((|#3| |#1|) "\\spad{coerce(x)} is the homomorphic image of \\spad{x} from {\\em F1} in {\\em F2}. Thus {\\em coerce} is a field homomorphism between the fields extensions {\\em F1} and {\\em F2} both over ground field {\\em GF} (the second argument to the package). Error: if the extension degree of {\\em F1} doesn\\spad{'t} divide the extension degree of {\\em F2}. Note that the other coercion function in the \\spadtype{FiniteFieldHomomorphisms} is a left inverse.")))
NIL
NIL
-(-326 S)
+(-328 S)
((|constructor| (NIL "FiniteFieldCategory is the category of finite fields")) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) "\\spad{representationType()} returns the type of the representation,{} one of: \\spad{prime},{} \\spad{polynomial},{} \\spad{normal},{} or \\spad{cyclic}.")) (|order| (((|PositiveInteger|) $) "\\spad{order(b)} computes the order of an element \\spad{b} in the multiplicative group of the field. Error: if \\spad{b} equals 0.")) (|discreteLog| (((|NonNegativeInteger|) $) "\\spad{discreteLog(a)} computes the discrete logarithm of \\spad{a} with respect to \\spad{primitiveElement()} of the field.")) (|primitive?| (((|Boolean|) $) "\\spad{primitive?(b)} tests whether the element \\spad{b} is a generator of the (cyclic) multiplicative group of the field,{} \\spadignore{i.e.} is a primitive element. Implementation Note: see \\spad{ch}.IX.1.3,{} th.2 in \\spad{D}. Lipson.")) (|primitiveElement| (($) "\\spad{primitiveElement()} returns a primitive element stored in a global variable in the domain. At first call,{} the primitive element is computed by calling \\spadfun{createPrimitiveElement}.")) (|createPrimitiveElement| (($) "\\spad{createPrimitiveElement()} computes a generator of the (cyclic) multiplicative group of the field.")) (|tableForDiscreteLogarithm| (((|Table| (|PositiveInteger|) (|NonNegativeInteger|)) (|Integer|)) "\\spad{tableForDiscreteLogarithm(a,{}n)} returns a table of the discrete logarithms of \\spad{a**0} up to \\spad{a**(n-1)} which,{} called with key \\spad{lookup(a**i)} returns \\spad{i} for \\spad{i} in \\spad{0..n-1}. Error: if not called for prime divisors of order of \\indented{7}{multiplicative group.}")) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| (|Integer|)) (|:| |exponent| (|Integer|))))) "\\spad{factorsOfCyclicGroupSize()} returns the factorization of size()\\spad{-1}")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(mat)},{} given a matrix representing a homogeneous system of equations,{} returns a vector whose characteristic'th powers is a non-trivial solution,{} or \"failed\" if no such vector exists.")) (|charthRoot| (($ $) "\\spad{charthRoot(a)} takes the characteristic'th root of {\\em a}. Note: such a root is alway defined in finite fields.")))
NIL
NIL
-(-327)
+(-329)
((|constructor| (NIL "FiniteFieldCategory is the category of finite fields")) (|representationType| (((|Union| "prime" "polynomial" "normal" "cyclic")) "\\spad{representationType()} returns the type of the representation,{} one of: \\spad{prime},{} \\spad{polynomial},{} \\spad{normal},{} or \\spad{cyclic}.")) (|order| (((|PositiveInteger|) $) "\\spad{order(b)} computes the order of an element \\spad{b} in the multiplicative group of the field. Error: if \\spad{b} equals 0.")) (|discreteLog| (((|NonNegativeInteger|) $) "\\spad{discreteLog(a)} computes the discrete logarithm of \\spad{a} with respect to \\spad{primitiveElement()} of the field.")) (|primitive?| (((|Boolean|) $) "\\spad{primitive?(b)} tests whether the element \\spad{b} is a generator of the (cyclic) multiplicative group of the field,{} \\spadignore{i.e.} is a primitive element. Implementation Note: see \\spad{ch}.IX.1.3,{} th.2 in \\spad{D}. Lipson.")) (|primitiveElement| (($) "\\spad{primitiveElement()} returns a primitive element stored in a global variable in the domain. At first call,{} the primitive element is computed by calling \\spadfun{createPrimitiveElement}.")) (|createPrimitiveElement| (($) "\\spad{createPrimitiveElement()} computes a generator of the (cyclic) multiplicative group of the field.")) (|tableForDiscreteLogarithm| (((|Table| (|PositiveInteger|) (|NonNegativeInteger|)) (|Integer|)) "\\spad{tableForDiscreteLogarithm(a,{}n)} returns a table of the discrete logarithms of \\spad{a**0} up to \\spad{a**(n-1)} which,{} called with key \\spad{lookup(a**i)} returns \\spad{i} for \\spad{i} in \\spad{0..n-1}. Error: if not called for prime divisors of order of \\indented{7}{multiplicative group.}")) (|factorsOfCyclicGroupSize| (((|List| (|Record| (|:| |factor| (|Integer|)) (|:| |exponent| (|Integer|))))) "\\spad{factorsOfCyclicGroupSize()} returns the factorization of size()\\spad{-1}")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(mat)},{} given a matrix representing a homogeneous system of equations,{} returns a vector whose characteristic'th powers is a non-trivial solution,{} or \"failed\" if no such vector exists.")) (|charthRoot| (($ $) "\\spad{charthRoot(a)} takes the characteristic'th root of {\\em a}. Note: such a root is alway defined in finite fields.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-328 R UP -1834)
+(-330 R UP -1819)
((|constructor| (NIL "In this package \\spad{R} is a Euclidean domain and \\spad{F} is a framed algebra over \\spad{R}. The package provides functions to compute the integral closure of \\spad{R} in the quotient field of \\spad{F}. It is assumed that \\spad{char(R/P) = char(R)} for any prime \\spad{P} of \\spad{R}. A typical instance of this is when \\spad{R = K[x]} and \\spad{F} is a function field over \\spad{R}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) |#1|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
-(-329 |p| |extdeg|)
+(-331 |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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| (-845 |#1|) (QUOTE (-136))) (|HasCategory| (-845 |#1|) (QUOTE (-346)))) (|HasCategory| (-845 |#1|) (QUOTE (-138))) (|HasCategory| (-845 |#1|) (QUOTE (-346))) (|HasCategory| (-845 |#1|) (QUOTE (-136))))
-(-330 GF |uni|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| (-847 |#1|) (QUOTE (-138))) (|HasCategory| (-847 |#1|) (QUOTE (-348)))) (|HasCategory| (-847 |#1|) (QUOTE (-140))) (|HasCategory| (-847 |#1|) (QUOTE (-348))) (|HasCategory| (-847 |#1|) (QUOTE (-138))))
+(-332 GF |uni|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(\\spad{GF},{}uni) implements a finite extension of the ground field {\\em GF}. The elements are represented by coordinate vectors with respect to. a normal basis,{} \\spadignore{i.e.} a basis consisting of the conjugates (\\spad{q}-powers) of an element,{} in this case called normal element,{} where \\spad{q} is the size of {\\em GF}. The normal element is chosen as a root of the extension polynomial,{} which MUST be normal over {\\em GF} (user responsibility)")) (|sizeMultiplication| (((|NonNegativeInteger|)) "\\spad{sizeMultiplication()} returns the number of entries in the multiplication table of the field. Note: the time of multiplication of field elements depends on this size.")) (|getMultiplicationMatrix| (((|Matrix| |#1|)) "\\spad{getMultiplicationMatrix()} returns the multiplication table in form of a matrix.")) (|getMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{getMultiplicationTable()} returns the multiplication table for the normal basis of the field. This table is used to perform multiplications between field elements.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-136))))
-(-331 GF |extdeg|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-138))))
+(-333 GF |extdeg|)
((|constructor| (NIL "FiniteFieldNormalBasisExtensionByPolynomial(\\spad{GF},{}\\spad{n}) implements a finite extension field of degree \\spad{n} over the ground field {\\em GF}. The elements are represented by coordinate vectors with respect to a normal basis,{} \\spadignore{i.e.} a basis consisting of the conjugates (\\spad{q}-powers) of an element,{} in this case called normal element. This is chosen as a root of the extension polynomial,{} created by {\\em createNormalPoly} from \\spadtype{FiniteFieldPolynomialPackage}")) (|sizeMultiplication| (((|NonNegativeInteger|)) "\\spad{sizeMultiplication()} returns the number of entries in the multiplication table of the field. Note: the time of multiplication of field elements depends on this size.")) (|getMultiplicationMatrix| (((|Matrix| |#1|)) "\\spad{getMultiplicationMatrix()} returns the multiplication table in form of a matrix.")) (|getMultiplicationTable| (((|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|)))))) "\\spad{getMultiplicationTable()} returns the multiplication table for the normal basis of the field. This table is used to perform multiplications between field elements.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-136))))
-(-332 |p| |n|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-138))))
+(-334 |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}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| (-845 |#1|) (QUOTE (-136))) (|HasCategory| (-845 |#1|) (QUOTE (-346)))) (|HasCategory| (-845 |#1|) (QUOTE (-138))) (|HasCategory| (-845 |#1|) (QUOTE (-346))) (|HasCategory| (-845 |#1|) (QUOTE (-136))))
-(-333 GF |defpol|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| (-847 |#1|) (QUOTE (-138))) (|HasCategory| (-847 |#1|) (QUOTE (-348)))) (|HasCategory| (-847 |#1|) (QUOTE (-140))) (|HasCategory| (-847 |#1|) (QUOTE (-348))) (|HasCategory| (-847 |#1|) (QUOTE (-138))))
+(-335 GF |defpol|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(\\spad{GF},{} defpol) implements the extension of the finite field {\\em GF} generated by the extension polynomial {\\em defpol} which MUST be irreducible. Note: the user has the responsibility to ensure that {\\em defpol} is irreducible.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-136))))
-(-334 -1834 GF)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-138))))
+(-336 -1819 GF)
((|constructor| (NIL "FiniteFieldPolynomialPackage2(\\spad{F},{}\\spad{GF}) exports some functions concerning finite fields,{} which depend on a finite field {\\em GF} and an algebraic extension \\spad{F} of {\\em GF},{} \\spadignore{e.g.} a zero of a polynomial over {\\em GF} in \\spad{F}.")) (|rootOfIrreduciblePoly| ((|#1| (|SparseUnivariatePolynomial| |#2|)) "\\spad{rootOfIrreduciblePoly(f)} computes one root of the monic,{} irreducible polynomial \\spad{f},{} which degree must divide the extension degree of {\\em F} over {\\em GF},{} \\spadignore{i.e.} \\spad{f} splits into linear factors over {\\em F}.")) (|Frobenius| ((|#1| |#1|) "\\spad{Frobenius(x)} \\undocumented{}")) (|basis| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{basis(n)} \\undocumented{}")) (|lookup| (((|PositiveInteger|) |#1|) "\\spad{lookup(x)} \\undocumented{}")) (|coerce| ((|#1| |#2|) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-335 GF)
+(-337 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(\\spad{GF}) generates a random monic polynomial of degree \\spad{d} over the finite field {\\em GF},{} \\spad{d} between \\spad{m} and \\spad{n}.") (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{random(n)}\\$FFPOLY(\\spad{GF}) generates a random monic polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|nextPrimitiveNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitiveNormalPoly(f)} yields the next primitive normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or,{} in case these numbers are equal,{} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. If these numbers are equals,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g},{} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are coefficients according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextNormalPrimitivePoly(\\spad{f}).")) (|nextNormalPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPrimitivePoly(f)} yields the next normal primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g} or if {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than this number for \\spad{g}. Otherwise,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents for \\spad{f} are lexicographically less than those for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}. This operation is equivalent to nextPrimitiveNormalPoly(\\spad{f}).")) (|nextNormalPoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextNormalPoly(f)} yields the next normal polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the coefficient of the term of degree {\\em n-1} of \\spad{f} is less than that for \\spad{g}. In case these numbers are equal,{} \\spad{f < g} if if the number of monomials of \\spad{f} is less that for \\spad{g} or if the list of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextPrimitivePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextPrimitivePoly(f)} yields the next primitive polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the {\\em lookup} of the constant term of \\spad{f} is less than this number for \\spad{g}. If these values are equal,{} then \\spad{f < g} if if the number of monomials of \\spad{f} is less than that for \\spad{g} or if the lists of exponents of \\spad{f} are lexicographically less than the corresponding list for \\spad{g}. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|nextIrreduciblePoly| (((|Union| (|SparseUnivariatePolynomial| |#1|) "failed") (|SparseUnivariatePolynomial| |#1|)) "\\spad{nextIrreduciblePoly(f)} yields the next monic irreducible polynomial over a finite field {\\em GF} of the same degree as \\spad{f} in the following order,{} or \"failed\" if there are no greater ones. Error: if \\spad{f} has degree 0. Note: the input polynomial \\spad{f} is made monic. Also,{} \\spad{f < g} if the number of monomials of \\spad{f} is less than this number for \\spad{g}. If \\spad{f} and \\spad{g} have the same number of monomials,{} the lists of exponents are compared lexicographically. If these lists are also equal,{} the lists of coefficients are compared according to the lexicographic ordering induced by the ordering of the elements of {\\em GF} given by {\\em lookup}.")) (|createPrimitiveNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitiveNormalPoly(n)}\\$FFPOLY(\\spad{GF}) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. polynomial of degree \\spad{n} over the field {\\em GF}.")) (|createNormalPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) generates a normal and primitive polynomial of degree \\spad{n} over the field {\\em GF}. Note: this function is equivalent to createPrimitiveNormalPoly(\\spad{n})")) (|createNormalPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createNormalPoly(n)}\\$FFPOLY(\\spad{GF}) generates a normal polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createPrimitivePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) generates a primitive polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|createIrreduciblePoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{createIrreduciblePoly(n)}\\$FFPOLY(\\spad{GF}) generates a monic irreducible univariate polynomial of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfNormalPoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfNormalPoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of normal polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfPrimitivePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfPrimitivePoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of primitive polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|numberOfIrreduciblePoly| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{numberOfIrreduciblePoly(n)}\\$FFPOLY(\\spad{GF}) yields the number of monic irreducible univariate polynomials of degree \\spad{n} over the finite field {\\em GF}.")) (|normal?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{normal?(f)} tests whether the polynomial \\spad{f} over a finite field is normal,{} \\spadignore{i.e.} its roots are linearly independent over the field.")) (|primitive?| (((|Boolean|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{primitive?(f)} tests whether the polynomial \\spad{f} over a finite field is primitive,{} \\spadignore{i.e.} all its roots are primitive.")))
NIL
NIL
-(-336 -1834 FP FPP)
+(-338 -1819 FP FPP)
((|constructor| (NIL "This package solves linear diophantine equations for Bivariate polynomials over finite fields")) (|solveLinearPolynomialEquation| (((|Union| (|List| |#3|) "failed") (|List| |#3|) |#3|) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
-(-337 GF |n|)
+(-339 GF |n|)
((|constructor| (NIL "FiniteFieldExtensionByPolynomial(\\spad{GF},{} \\spad{n}) implements an extension of the finite field {\\em GF} of degree \\spad{n} generated by the extension polynomial constructed by \\spadfunFrom{createIrreduciblePoly}{FiniteFieldPolynomialPackage} from \\spadtype{FiniteFieldPolynomialPackage}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-136))))
-(-338 R |ls|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-138))))
+(-340 R |ls|)
((|constructor| (NIL "This is just an interface between several packages and domains. The goal is to compute lexicographical Groebner bases of sets of polynomial with type \\spadtype{Polynomial R} by the {\\em FGLM} algorithm if this is possible (\\spadignore{i.e.} if the input system generates a zero-dimensional ideal).")) (|groebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|))) "\\axiom{groebner(\\spad{lq1})} returns the lexicographical Groebner basis of \\axiom{\\spad{lq1}}. If \\axiom{\\spad{lq1}} generates a zero-dimensional ideal then the {\\em FGLM} strategy is used,{} otherwise the {\\em Sugar} strategy is used.")) (|fglmIfCan| (((|Union| (|List| (|Polynomial| |#1|)) "failed") (|List| (|Polynomial| |#1|))) "\\axiom{fglmIfCan(\\spad{lq1})} returns the lexicographical Groebner basis of \\axiom{\\spad{lq1}} by using the {\\em FGLM} strategy,{} if \\axiom{zeroDimensional?(\\spad{lq1})} holds.")) (|zeroDimensional?| (((|Boolean|) (|List| (|Polynomial| |#1|))) "\\axiom{zeroDimensional?(\\spad{lq1})} returns \\spad{true} iff \\axiom{\\spad{lq1}} generates a zero-dimensional ideal \\spad{w}.\\spad{r}.\\spad{t}. the variables of \\axiom{\\spad{ls}}.")))
NIL
NIL
-(-339 S)
+(-341 S)
((|constructor| (NIL "The free group on a set \\spad{S} is the group of finite products of the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are integers. The multiplication is not commutative.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|Integer|)))) $) "\\spad{factors(a1\\^e1,{}...,{}an\\^en)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|Integer|) (|Integer|)) $) "\\spad{mapExpon(f,{} a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|Integer|) $ (|Integer|)) "\\spad{nthExpon(x,{} n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (** (($ |#1| (|Integer|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-340 S)
+(-342 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.")))
NIL
NIL
-(-341)
+(-343)
((|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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-342 |Name| S)
+(-344 |Name| S)
((|constructor| (NIL "This category provides an interface to operate on files in the computer\\spad{'s} file system. The precise method of naming files is determined by the Name parameter. The type of the contents of the file is determined by \\spad{S}.")) (|write!| ((|#2| $ |#2|) "\\spad{write!(f,{}s)} puts the value \\spad{s} into the file \\spad{f}. The state of \\spad{f} is modified so subsequents call to \\spad{write!} will append one after another.")) (|read!| ((|#2| $) "\\spad{read!(f)} extracts a value from file \\spad{f}. The state of \\spad{f} is modified so a subsequent call to \\spadfun{read!} will return the next element.")) (|iomode| (((|String|) $) "\\spad{iomode(f)} returns the status of the file \\spad{f}. The input/output status of \\spad{f} may be \"input\",{} \"output\" or \"closed\" mode.")) (|name| ((|#1| $) "\\spad{name(f)} returns the external name of the file \\spad{f}.")) (|close!| (($ $) "\\spad{close!(f)} returns the file \\spad{f} closed to input and output.")) (|reopen!| (($ $ (|String|)) "\\spad{reopen!(f,{}mode)} returns a file \\spad{f} reopened for operation in the indicated mode: \"input\" or \"output\". \\spad{reopen!(f,{}\"input\")} will reopen the file \\spad{f} for input.")) (|open| (($ |#1| (|String|)) "\\spad{open(s,{}mode)} returns a file \\spad{s} open for operation in the indicated mode: \"input\" or \"output\".") (($ |#1|) "\\spad{open(s)} returns the file \\spad{s} open for input.")))
NIL
NIL
-(-343 S)
+(-345 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.")))
NIL
NIL
-(-344 S R)
+(-346 S R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#2|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,{}b,{}c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|lieAlgebra?| (((|Boolean|)) "\\spad{lieAlgebra?()} tests if the algebra is anticommutative and \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jacobi identity). Example: for every associative algebra \\spad{(A,{}+,{}@)} we can construct a Lie algebra \\spad{(A,{}+,{}*)},{} where \\spad{a*b := a@b-b@a}.")) (|jordanAlgebra?| (((|Boolean|)) "\\spad{jordanAlgebra?()} tests if the algebra is commutative,{} characteristic is not 2,{} and \\spad{(a*b)*a**2 - a*(b*a**2) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jordan identity). Example: for every associative algebra \\spad{(A,{}+,{}@)} we can construct a Jordan algebra \\spad{(A,{}+,{}*)},{} where \\spad{a*b := (a@b+b@a)/2}.")) (|noncommutativeJordanAlgebra?| (((|Boolean|)) "\\spad{noncommutativeJordanAlgebra?()} tests if the algebra is flexible and Jordan admissible.")) (|jordanAdmissible?| (((|Boolean|)) "\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra,{} \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\\spad{\"*\"})} follows from by definition.")) (|lieAdmissible?| (((|Boolean|)) "\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra,{} \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition.")) (|jacobiIdentity?| (((|Boolean|)) "\\spad{jacobiIdentity?()} tests if \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. For example,{} this holds for crossed products of 3-dimensional vectors.")) (|powerAssociative?| (((|Boolean|)) "\\spad{powerAssociative?()} tests if all subalgebras generated by a single element are associative.")) (|alternative?| (((|Boolean|)) "\\spad{alternative?()} tests if \\spad{2*associator(a,{}a,{}b) = 0 = 2*associator(a,{}b,{}b)} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|flexible?| (((|Boolean|)) "\\spad{flexible?()} tests if \\spad{2*associator(a,{}b,{}a) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|rightAlternative?| (((|Boolean|)) "\\spad{rightAlternative?()} tests if \\spad{2*associator(a,{}b,{}b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|leftAlternative?| (((|Boolean|)) "\\spad{leftAlternative?()} tests if \\spad{2*associator(a,{}a,{}b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|antiAssociative?| (((|Boolean|)) "\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative,{} \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra.")) (|associative?| (((|Boolean|)) "\\spad{associative?()} tests if multiplication in algebra is associative.")) (|antiCommutative?| (((|Boolean|)) "\\spad{antiCommutative?()} tests if \\spad{a*a = 0} for all \\spad{a} in the algebra. Note: this implies \\spad{a*b + b*a = 0} for all \\spad{a} and \\spad{b}.")) (|commutative?| (((|Boolean|)) "\\spad{commutative?()} tests if multiplication in the algebra is commutative.")) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#2|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#2|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#2| (|Vector| $)) "\\spad{rightDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,{}...,{}vn]))}.")) (|leftDiscriminant| ((|#2| (|Vector| $)) "\\spad{leftDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,{}...,{}vn]))}.")) (|represents| (($ (|Vector| |#2|) (|Vector| $)) "\\spad{represents([a1,{}...,{}am],{}[v1,{}...,{}vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,{}...,{}am],{}[v1,{}...,{}vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{\\spad{ai}} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#2|) $ (|Vector| $)) "\\spad{coordinates(a,{}[v1,{}...,{}vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#2| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#2| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#2| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#2| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#2|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#2|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#2|)) (|Vector| $)) "\\spad{structuralConstants([v1,{}v2,{}...,{}vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,{}...,{}vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#2|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,{}...,{}vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
NIL
-((|HasCategory| |#2| (QUOTE (-517))))
-(-345 R)
+((|HasCategory| |#2| (QUOTE (-519))))
+(-347 R)
((|constructor| (NIL "A FiniteRankNonAssociativeAlgebra is a non associative algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|unitsKnown| ((|attribute|) "unitsKnown means that \\spadfun{recip} truly yields reciprocal or \\spad{\"failed\"} if not a unit,{} similarly for \\spadfun{leftRecip} and \\spadfun{rightRecip}. The reason is that we use left,{} respectively right,{} minimal polynomials to decide this question.")) (|unit| (((|Union| $ "failed")) "\\spad{unit()} returns a unit of the algebra (necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnit| (((|Union| $ "failed")) "\\spad{rightUnit()} returns a right unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|leftUnit| (((|Union| $ "failed")) "\\spad{leftUnit()} returns a left unit of the algebra (not necessarily unique),{} or \\spad{\"failed\"} if there is none.")) (|rightUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{rightUnits()} returns the affine space of all right units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|leftUnits| (((|Union| (|Record| (|:| |particular| $) (|:| |basis| (|List| $))) "failed")) "\\spad{leftUnits()} returns the affine space of all left units of the algebra,{} or \\spad{\"failed\"} if there is none.")) (|rightMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of right powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|leftMinimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftMinimalPolynomial(a)} returns the polynomial determined by the smallest non-trivial linear combination of left powers of \\spad{a}. Note: the polynomial never has a constant term as in general the algebra has no unit.")) (|associatorDependence| (((|List| (|Vector| |#1|))) "\\spad{associatorDependence()} looks for the associator identities,{} \\spadignore{i.e.} finds a basis of the solutions of the linear combinations of the six permutations of \\spad{associator(a,{}b,{}c)} which yield 0,{} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. The order of the permutations is \\spad{123 231 312 132 321 213}.")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if there is no unit element,{} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|lieAlgebra?| (((|Boolean|)) "\\spad{lieAlgebra?()} tests if the algebra is anticommutative and \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jacobi identity). Example: for every associative algebra \\spad{(A,{}+,{}@)} we can construct a Lie algebra \\spad{(A,{}+,{}*)},{} where \\spad{a*b := a@b-b@a}.")) (|jordanAlgebra?| (((|Boolean|)) "\\spad{jordanAlgebra?()} tests if the algebra is commutative,{} characteristic is not 2,{} and \\spad{(a*b)*a**2 - a*(b*a**2) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra (Jordan identity). Example: for every associative algebra \\spad{(A,{}+,{}@)} we can construct a Jordan algebra \\spad{(A,{}+,{}*)},{} where \\spad{a*b := (a@b+b@a)/2}.")) (|noncommutativeJordanAlgebra?| (((|Boolean|)) "\\spad{noncommutativeJordanAlgebra?()} tests if the algebra is flexible and Jordan admissible.")) (|jordanAdmissible?| (((|Boolean|)) "\\spad{jordanAdmissible?()} tests if 2 is invertible in the coefficient domain and the multiplication defined by \\spad{(1/2)(a*b+b*a)} determines a Jordan algebra,{} \\spadignore{i.e.} satisfies the Jordan identity. The property of \\spadatt{commutative(\\spad{\"*\"})} follows from by definition.")) (|lieAdmissible?| (((|Boolean|)) "\\spad{lieAdmissible?()} tests if the algebra defined by the commutators is a Lie algebra,{} \\spadignore{i.e.} satisfies the Jacobi identity. The property of anticommutativity follows from definition.")) (|jacobiIdentity?| (((|Boolean|)) "\\spad{jacobiIdentity?()} tests if \\spad{(a*b)*c + (b*c)*a + (c*a)*b = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra. For example,{} this holds for crossed products of 3-dimensional vectors.")) (|powerAssociative?| (((|Boolean|)) "\\spad{powerAssociative?()} tests if all subalgebras generated by a single element are associative.")) (|alternative?| (((|Boolean|)) "\\spad{alternative?()} tests if \\spad{2*associator(a,{}a,{}b) = 0 = 2*associator(a,{}b,{}b)} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|flexible?| (((|Boolean|)) "\\spad{flexible?()} tests if \\spad{2*associator(a,{}b,{}a) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|rightAlternative?| (((|Boolean|)) "\\spad{rightAlternative?()} tests if \\spad{2*associator(a,{}b,{}b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|leftAlternative?| (((|Boolean|)) "\\spad{leftAlternative?()} tests if \\spad{2*associator(a,{}a,{}b) = 0} for all \\spad{a},{} \\spad{b} in the algebra. Note: we only can test this; in general we don\\spad{'t} know whether \\spad{2*a=0} implies \\spad{a=0}.")) (|antiAssociative?| (((|Boolean|)) "\\spad{antiAssociative?()} tests if multiplication in algebra is anti-associative,{} \\spadignore{i.e.} \\spad{(a*b)*c + a*(b*c) = 0} for all \\spad{a},{}\\spad{b},{}\\spad{c} in the algebra.")) (|associative?| (((|Boolean|)) "\\spad{associative?()} tests if multiplication in algebra is associative.")) (|antiCommutative?| (((|Boolean|)) "\\spad{antiCommutative?()} tests if \\spad{a*a = 0} for all \\spad{a} in the algebra. Note: this implies \\spad{a*b + b*a = 0} for all \\spad{a} and \\spad{b}.")) (|commutative?| (((|Boolean|)) "\\spad{commutative?()} tests if multiplication in the algebra is commutative.")) (|rightCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{rightCharacteristicPolynomial(a)} returns the characteristic polynomial of the right regular representation of \\spad{a} with respect to any basis.")) (|leftCharacteristicPolynomial| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{leftCharacteristicPolynomial(a)} returns the characteristic polynomial of the left regular representation of \\spad{a} with respect to any basis.")) (|rightTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{rightTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}.")) (|leftTraceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{leftTraceMatrix([v1,{}...,{}vn])} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}.")) (|rightDiscriminant| ((|#1| (|Vector| $)) "\\spad{rightDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(rightTraceMatrix([v1,{}...,{}vn]))}.")) (|leftDiscriminant| ((|#1| (|Vector| $)) "\\spad{leftDiscriminant([v1,{}...,{}vn])} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj}. Note: the same as \\spad{determinant(leftTraceMatrix([v1,{}...,{}vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,{}...,{}am],{}[v1,{}...,{}vm])} returns the linear combination \\spad{a1*vm + ... + an*vm}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([a1,{}...,{}am],{}[v1,{}...,{}vn])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{\\spad{ai}} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,{}[v1,{}...,{}vn])} returns the coordinates of \\spad{a} with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rightNorm| ((|#1| $) "\\spad{rightNorm(a)} returns the determinant of the right regular representation of \\spad{a}.")) (|leftNorm| ((|#1| $) "\\spad{leftNorm(a)} returns the determinant of the left regular representation of \\spad{a}.")) (|rightTrace| ((|#1| $) "\\spad{rightTrace(a)} returns the trace of the right regular representation of \\spad{a}.")) (|leftTrace| ((|#1| $) "\\spad{leftTrace(a)} returns the trace of the left regular representation of \\spad{a}.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{rightRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{leftRegularRepresentation(a,{}[v1,{}...,{}vn])} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{R}-module basis \\spad{[v1,{}...,{}vn]}.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|)) (|Vector| $)) "\\spad{structuralConstants([v1,{}v2,{}...,{}vm])} calculates the structural constants \\spad{[(gammaijk) for k in 1..m]} defined by \\spad{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijm * vm},{} where \\spad{[v1,{}...,{}vm]} is an \\spad{R}-module basis of a subalgebra.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|)) (|Vector| $)) "\\spad{conditionsForIdempotents([v1,{}...,{}vn])} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the \\spad{R}-module basis \\spad{v1},{}...,{}\\spad{vn}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra as \\spad{R}-module.")) (|someBasis| (((|Vector| $)) "\\spad{someBasis()} returns some \\spad{R}-module basis.")))
-((-4256 |has| |#1| (-517)) (-4254 . T) (-4253 . T))
+((-4258 |has| |#1| (-519)) (-4256 . T) (-4255 . T))
NIL
-(-346)
+(-348)
((|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.")))
NIL
NIL
-(-347 S R UP)
+(-349 S 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| ((|#3| $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of \\spad{a}.")) (|characteristicPolynomial| ((|#3| $) "\\spad{characteristicPolynomial(a)} returns the characteristic polynomial of the regular representation of \\spad{a} with respect to any basis.")) (|traceMatrix| (((|Matrix| |#2|) (|Vector| $)) "\\spad{traceMatrix([v1,{}..,{}vn])} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr}(\\spad{vi} * \\spad{vj}) )")) (|discriminant| ((|#2| (|Vector| $)) "\\spad{discriminant([v1,{}..,{}vn])} returns \\spad{determinant(traceMatrix([v1,{}..,{}vn]))}.")) (|represents| (($ (|Vector| |#2|) (|Vector| $)) "\\spad{represents([a1,{}..,{}an],{}[v1,{}..,{}vn])} returns \\spad{a1*v1 + ... + an*vn}.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm],{} basis)} returns the coordinates of the \\spad{vi}\\spad{'s} with to the basis \\spad{basis}. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#2|) $ (|Vector| $)) "\\spad{coordinates(a,{}basis)} returns the coordinates of \\spad{a} with respect to the \\spad{basis} \\spad{basis}.")) (|norm| ((|#2| $) "\\spad{norm(a)} returns the determinant of the regular representation of \\spad{a} with respect to any basis.")) (|trace| ((|#2| $) "\\spad{trace(a)} returns the trace of the regular representation of \\spad{a} with respect to any basis.")) (|regularRepresentation| (((|Matrix| |#2|) $ (|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.")))
NIL
-((|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-341))))
-(-348 R UP)
+((|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-343))))
+(-350 R UP)
((|constructor| (NIL "A FiniteRankAlgebra is an algebra over a commutative ring \\spad{R} which is a free \\spad{R}-module of finite rank.")) (|minimalPolynomial| ((|#2| $) "\\spad{minimalPolynomial(a)} returns the minimal polynomial of \\spad{a}.")) (|characteristicPolynomial| ((|#2| $) "\\spad{characteristicPolynomial(a)} returns the characteristic polynomial of the regular representation of \\spad{a} with respect to any basis.")) (|traceMatrix| (((|Matrix| |#1|) (|Vector| $)) "\\spad{traceMatrix([v1,{}..,{}vn])} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr}(\\spad{vi} * \\spad{vj}) )")) (|discriminant| ((|#1| (|Vector| $)) "\\spad{discriminant([v1,{}..,{}vn])} returns \\spad{determinant(traceMatrix([v1,{}..,{}vn]))}.")) (|represents| (($ (|Vector| |#1|) (|Vector| $)) "\\spad{represents([a1,{}..,{}an],{}[v1,{}..,{}vn])} returns \\spad{a1*v1 + ... + an*vn}.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm],{} basis)} returns the coordinates of the \\spad{vi}\\spad{'s} with to the basis \\spad{basis}. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $ (|Vector| $)) "\\spad{coordinates(a,{}basis)} returns the coordinates of \\spad{a} with respect to the \\spad{basis} \\spad{basis}.")) (|norm| ((|#1| $) "\\spad{norm(a)} returns the determinant of the regular representation of \\spad{a} with respect to any basis.")) (|trace| ((|#1| $) "\\spad{trace(a)} returns the trace of the regular representation of \\spad{a} with respect to any basis.")) (|regularRepresentation| (((|Matrix| |#1|) $ (|Vector| $)) "\\spad{regularRepresentation(a,{}basis)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the \\spad{basis} \\spad{basis}.")) (|rank| (((|PositiveInteger|)) "\\spad{rank()} returns the rank of the algebra.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-349 S A R B)
+(-351 S A R B)
((|constructor| (NIL "FiniteLinearAggregateFunctions2 provides functions involving two FiniteLinearAggregates where the underlying domains might be different. An example of this might be creating a list of rational numbers by mapping a function across a list of integers where the function divides each integer by 1000.")) (|scan| ((|#4| (|Mapping| |#3| |#1| |#3|) |#2| |#3|) "\\spad{scan(f,{}a,{}r)} successively applies \\spad{reduce(f,{}x,{}r)} to more and more leading sub-aggregates \\spad{x} of aggregrate \\spad{a}. More precisely,{} if \\spad{a} is \\spad{[a1,{}a2,{}...]},{} then \\spad{scan(f,{}a,{}r)} returns \\spad{[reduce(f,{}[a1],{}r),{}reduce(f,{}[a1,{}a2],{}r),{}...]}.")) (|reduce| ((|#3| (|Mapping| |#3| |#1| |#3|) |#2| |#3|) "\\spad{reduce(f,{}a,{}r)} applies function \\spad{f} to each successive element of the aggregate \\spad{a} and an accumulant initialized to \\spad{r}. For example,{} \\spad{reduce(_+\\$Integer,{}[1,{}2,{}3],{}0)} does \\spad{3+(2+(1+0))}. Note: third argument \\spad{r} may be regarded as the identity element for the function \\spad{f}.")) (|map| ((|#4| (|Mapping| |#3| |#1|) |#2|) "\\spad{map(f,{}a)} applies function \\spad{f} to each member of aggregate \\spad{a} resulting in a new aggregate over a possibly different underlying domain.")))
NIL
NIL
-(-350 A S)
+(-352 A S)
((|constructor| (NIL "A finite linear aggregate is a linear aggregate of finite length. The finite property of the aggregate adds several exports to the list of exports from \\spadtype{LinearAggregate} such as \\spadfun{reverse},{} \\spadfun{sort},{} and so on.")) (|sort!| (($ $) "\\spad{sort!(u)} returns \\spad{u} with its elements in ascending order.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sort!(p,{}u)} returns \\spad{u} with its elements ordered by \\spad{p}.")) (|reverse!| (($ $) "\\spad{reverse!(u)} returns \\spad{u} with its elements in reverse order.")) (|copyInto!| (($ $ $ (|Integer|)) "\\spad{copyInto!(u,{}v,{}i)} returns aggregate \\spad{u} containing a copy of \\spad{v} inserted at element \\spad{i}.")) (|position| (((|Integer|) |#2| $ (|Integer|)) "\\spad{position(x,{}a,{}n)} returns the index \\spad{i} of the first occurrence of \\spad{x} in \\axiom{a} where \\axiom{\\spad{i} \\spad{>=} \\spad{n}},{} and \\axiom{minIndex(a) - 1} if no such \\spad{x} is found.") (((|Integer|) |#2| $) "\\spad{position(x,{}a)} returns the index \\spad{i} of the first occurrence of \\spad{x} in a,{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.") (((|Integer|) (|Mapping| (|Boolean|) |#2|) $) "\\spad{position(p,{}a)} returns the index \\spad{i} of the first \\spad{x} in \\axiom{a} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.")) (|sorted?| (((|Boolean|) $) "\\spad{sorted?(u)} tests if the elements of \\spad{u} are in ascending order.") (((|Boolean|) (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sorted?(p,{}a)} tests if \\axiom{a} is sorted according to predicate \\spad{p}.")) (|sort| (($ $) "\\spad{sort(u)} returns an \\spad{u} with elements in ascending order. Note: \\axiom{sort(\\spad{u}) = sort(\\spad{<=},{}\\spad{u})}.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $) "\\spad{sort(p,{}a)} returns a copy of \\axiom{a} sorted using total ordering predicate \\spad{p}.")) (|reverse| (($ $) "\\spad{reverse(a)} returns a copy of \\axiom{a} with elements in reverse order.")) (|merge| (($ $ $) "\\spad{merge(u,{}v)} merges \\spad{u} and \\spad{v} in ascending order. Note: \\axiom{merge(\\spad{u},{}\\spad{v}) = merge(\\spad{<=},{}\\spad{u},{}\\spad{v})}.") (($ (|Mapping| (|Boolean|) |#2| |#2|) $ $) "\\spad{merge(p,{}a,{}b)} returns an aggregate \\spad{c} which merges \\axiom{a} and \\spad{b}. The result is produced by examining each element \\spad{x} of \\axiom{a} and \\spad{y} of \\spad{b} successively. If \\axiom{\\spad{p}(\\spad{x},{}\\spad{y})} is \\spad{true},{} then \\spad{x} is inserted into the result; otherwise \\spad{y} is inserted. If \\spad{x} is chosen,{} the next element of \\axiom{a} is examined,{} and so on. When all the elements of one aggregate are examined,{} the remaining elements of the other are appended. For example,{} \\axiom{merge(<,{}[1,{}3],{}[2,{}7,{}5])} returns \\axiom{[1,{}2,{}3,{}7,{}5]}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4260)) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-1020))))
-(-351 S)
+((|HasAttribute| |#1| (QUOTE -4262)) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-1022))))
+(-353 S)
((|constructor| (NIL "A finite linear aggregate is a linear aggregate of finite length. The finite property of the aggregate adds several exports to the list of exports from \\spadtype{LinearAggregate} such as \\spadfun{reverse},{} \\spadfun{sort},{} and so on.")) (|sort!| (($ $) "\\spad{sort!(u)} returns \\spad{u} with its elements in ascending order.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sort!(p,{}u)} returns \\spad{u} with its elements ordered by \\spad{p}.")) (|reverse!| (($ $) "\\spad{reverse!(u)} returns \\spad{u} with its elements in reverse order.")) (|copyInto!| (($ $ $ (|Integer|)) "\\spad{copyInto!(u,{}v,{}i)} returns aggregate \\spad{u} containing a copy of \\spad{v} inserted at element \\spad{i}.")) (|position| (((|Integer|) |#1| $ (|Integer|)) "\\spad{position(x,{}a,{}n)} returns the index \\spad{i} of the first occurrence of \\spad{x} in \\axiom{a} where \\axiom{\\spad{i} \\spad{>=} \\spad{n}},{} and \\axiom{minIndex(a) - 1} if no such \\spad{x} is found.") (((|Integer|) |#1| $) "\\spad{position(x,{}a)} returns the index \\spad{i} of the first occurrence of \\spad{x} in a,{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.") (((|Integer|) (|Mapping| (|Boolean|) |#1|) $) "\\spad{position(p,{}a)} returns the index \\spad{i} of the first \\spad{x} in \\axiom{a} such that \\axiom{\\spad{p}(\\spad{x})} is \\spad{true},{} and \\axiom{minIndex(a) - 1} if there is no such \\spad{x}.")) (|sorted?| (((|Boolean|) $) "\\spad{sorted?(u)} tests if the elements of \\spad{u} are in ascending order.") (((|Boolean|) (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sorted?(p,{}a)} tests if \\axiom{a} is sorted according to predicate \\spad{p}.")) (|sort| (($ $) "\\spad{sort(u)} returns an \\spad{u} with elements in ascending order. Note: \\axiom{sort(\\spad{u}) = sort(\\spad{<=},{}\\spad{u})}.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $) "\\spad{sort(p,{}a)} returns a copy of \\axiom{a} sorted using total ordering predicate \\spad{p}.")) (|reverse| (($ $) "\\spad{reverse(a)} returns a copy of \\axiom{a} with elements in reverse order.")) (|merge| (($ $ $) "\\spad{merge(u,{}v)} merges \\spad{u} and \\spad{v} in ascending order. Note: \\axiom{merge(\\spad{u},{}\\spad{v}) = merge(\\spad{<=},{}\\spad{u},{}\\spad{v})}.") (($ (|Mapping| (|Boolean|) |#1| |#1|) $ $) "\\spad{merge(p,{}a,{}b)} returns an aggregate \\spad{c} which merges \\axiom{a} and \\spad{b}. The result is produced by examining each element \\spad{x} of \\axiom{a} and \\spad{y} of \\spad{b} successively. If \\axiom{\\spad{p}(\\spad{x},{}\\spad{y})} is \\spad{true},{} then \\spad{x} is inserted into the result; otherwise \\spad{y} is inserted. If \\spad{x} is chosen,{} the next element of \\axiom{a} is examined,{} and so on. When all the elements of one aggregate are examined,{} the remaining elements of the other are appended. For example,{} \\axiom{merge(<,{}[1,{}3],{}[2,{}7,{}5])} returns \\axiom{[1,{}2,{}3,{}7,{}5]}.")))
-((-4259 . T) (-1456 . T))
+((-4261 . T) (-1442 . T))
NIL
-(-352 |VarSet| R)
+(-354 |VarSet| R)
((|constructor| (NIL "The category of free Lie algebras. It is used by domains of non-commutative algebra: \\spadtype{LiePolynomial} and \\spadtype{XPBWPolynomial}. \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr})")) (|eval| (($ $ (|List| |#1|) (|List| $)) "\\axiom{eval(\\spad{p},{} [\\spad{x1},{}...,{}\\spad{xn}],{} [\\spad{v1},{}...,{}\\spad{vn}])} replaces \\axiom{\\spad{xi}} by \\axiom{\\spad{vi}} in \\axiom{\\spad{p}}.") (($ $ |#1| $) "\\axiom{eval(\\spad{p},{} \\spad{x},{} \\spad{v})} replaces \\axiom{\\spad{x}} by \\axiom{\\spad{v}} in \\axiom{\\spad{p}}.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|trunc| (($ $ (|NonNegativeInteger|)) "\\axiom{trunc(\\spad{p},{}\\spad{n})} returns the polynomial \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{x})} returns \\axiom{Sum(r_i mirror(w_i))} if \\axiom{\\spad{x}} is \\axiom{Sum(r_i w_i)}.")) (|LiePoly| (($ (|LyndonWord| |#1|)) "\\axiom{LiePoly(\\spad{l})} returns the bracketed form of \\axiom{\\spad{l}} as a Lie polynomial.")) (|rquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{rquo(\\spad{x},{}\\spad{y})} returns the right simplification of \\axiom{\\spad{x}} by \\axiom{\\spad{y}}.")) (|lquo| (((|XRecursivePolynomial| |#1| |#2|) (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{lquo(\\spad{x},{}\\spad{y})} returns the left simplification of \\axiom{\\spad{x}} by \\axiom{\\spad{y}}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(\\spad{x})} returns the greatest length of a word in the support of \\axiom{\\spad{x}}.")) (|coerce| (((|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as a recursive polynomial.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as distributed polynomial.") (($ |#1|) "\\axiom{coerce(\\spad{x})} returns \\axiom{\\spad{x}} as a Lie polynomial.")) (|coef| ((|#2| (|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coef(\\spad{x},{}\\spad{y})} returns the scalar product of \\axiom{\\spad{x}} by \\axiom{\\spad{y}},{} the set of words being regarded as an orthogonal basis.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-4254 . T) (-4253 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4256 . T) (-4255 . T))
NIL
-(-353 S V)
+(-355 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.")))
NIL
NIL
-(-354 S R)
+(-356 S R)
((|constructor| (NIL "\\spad{S} is \\spadtype{FullyLinearlyExplicitRingOver R} means that \\spad{S} is a \\spadtype{LinearlyExplicitRingOver R} and,{} in addition,{} if \\spad{R} is a \\spadtype{LinearlyExplicitRingOver Integer},{} then so is \\spad{S}")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))))
-(-355 R)
+((|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))))
+(-357 R)
((|constructor| (NIL "\\spad{S} is \\spadtype{FullyLinearlyExplicitRingOver R} means that \\spad{S} is a \\spadtype{LinearlyExplicitRingOver R} and,{} in addition,{} if \\spad{R} is a \\spadtype{LinearlyExplicitRingOver Integer},{} then so is \\spad{S}")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-356 |Par|)
+(-358 |Par|)
((|constructor| (NIL "\\indented{3}{This is a package for the approximation of complex solutions for} systems of equations of rational functions with complex rational coefficients. The results are expressed as either complex rational numbers or complex floats depending on the type of the precision parameter which can be either a rational number or a floating point number.")) (|complexRoots| (((|List| (|List| (|Complex| |#1|))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) (|List| (|Symbol|)) |#1|) "\\spad{complexRoots(lrf,{} lv,{} eps)} finds all the complex solutions of a list of rational functions with rational number coefficients with respect the the variables appearing in \\spad{lv}. Each solution is computed to precision eps and returned as list corresponding to the order of variables in \\spad{lv}.") (((|List| (|Complex| |#1|)) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexRoots(rf,{} eps)} finds all the complex solutions of a univariate rational function with rational number coefficients. The solutions are computed to precision eps.")) (|complexSolve| (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(eq,{}eps)} finds all the complex solutions of the equation \\spad{eq} of rational functions with rational rational coefficients with respect to all the variables appearing in \\spad{eq},{} with precision \\spad{eps}.") (((|List| (|Equation| (|Polynomial| (|Complex| |#1|)))) (|Fraction| (|Polynomial| (|Complex| (|Integer|)))) |#1|) "\\spad{complexSolve(p,{}eps)} find all the complex solutions of the rational function \\spad{p} with complex rational coefficients with respect to all the variables appearing in \\spad{p},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| (|Complex| (|Integer|)))))) |#1|) "\\spad{complexSolve(leq,{}eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{leq} of equations of rational functions over complex rationals with respect to all the variables appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Polynomial| (|Complex| |#1|))))) (|List| (|Fraction| (|Polynomial| (|Complex| (|Integer|))))) |#1|) "\\spad{complexSolve(lp,{}eps)} finds all the complex solutions to precision \\spad{eps} of the system \\spad{lp} of rational functions over the complex rationals with respect to all the variables appearing in \\spad{lp}.")))
NIL
NIL
-(-357)
+(-359)
((|constructor| (NIL "\\spadtype{Float} implements arbitrary precision floating point arithmetic. The number of significant digits of each operation can be set to an arbitrary value (the default is 20 decimal digits). The operation \\spad{float(mantissa,{}exponent,{}\\spadfunFrom{base}{FloatingPointSystem})} for integer \\spad{mantissa},{} \\spad{exponent} specifies the number \\spad{mantissa * \\spadfunFrom{base}{FloatingPointSystem} ** exponent} The underlying representation for floats is binary not decimal. The implications of this are described below. \\blankline The model adopted is that arithmetic operations are rounded to to nearest unit in the last place,{} that is,{} accurate to within \\spad{2**(-\\spadfunFrom{bits}{FloatingPointSystem})}. Also,{} the elementary functions and constants are accurate to one unit in the last place. A float is represented as a record of two integers,{} the mantissa and the exponent. The \\spadfunFrom{base}{FloatingPointSystem} of the representation is binary,{} hence a \\spad{Record(m:mantissa,{}e:exponent)} represents the number \\spad{m * 2 ** e}. Though it is not assumed that the underlying integers are represented with a binary \\spadfunFrom{base}{FloatingPointSystem},{} the code will be most efficient when this is the the case (this is \\spad{true} in most implementations of Lisp). The decision to choose the \\spadfunFrom{base}{FloatingPointSystem} to be binary has some unfortunate consequences. First,{} decimal numbers like 0.3 cannot be represented exactly. Second,{} there is a further loss of accuracy during conversion to decimal for output. To compensate for this,{} if \\spad{d} digits of precision are specified,{} \\spad{1 + ceiling(log2 d)} bits are used. Two numbers that are displayed identically may therefore be not equal. On the other hand,{} a significant efficiency loss would be incurred if we chose to use a decimal \\spadfunFrom{base}{FloatingPointSystem} when the underlying integer base is binary. \\blankline Algorithms used: For the elementary functions,{} the general approach is to apply identities so that the taylor series can be used,{} and,{} so that it will converge within \\spad{O( sqrt n )} steps. For example,{} using the identity \\spad{exp(x) = exp(x/2)**2},{} we can compute \\spad{exp(1/3)} to \\spad{n} digits of precision as follows. We have \\spad{exp(1/3) = exp(2 ** (-sqrt s) / 3) ** (2 ** sqrt s)}. The taylor series will converge in less than sqrt \\spad{n} steps and the exponentiation requires sqrt \\spad{n} multiplications for a total of \\spad{2 sqrt n} multiplications. Assuming integer multiplication costs \\spad{O( n**2 )} the overall running time is \\spad{O( sqrt(n) n**2 )}. This approach is the best known approach for precisions up to about 10,{}000 digits at which point the methods of Brent which are \\spad{O( log(n) n**2 )} become competitive. Note also that summing the terms of the taylor series for the elementary functions is done using integer operations. This avoids the overhead of floating point operations and results in efficient code at low precisions. This implementation makes no attempt to reuse storage,{} relying on the underlying system to do \\spadgloss{garbage collection}. \\spad{I} estimate that the efficiency of this package at low precisions could be improved by a factor of 2 if in-place operations were available. \\blankline Running times: in the following,{} \\spad{n} is the number of bits of precision \\indented{5}{\\spad{*},{} \\spad{/},{} \\spad{sqrt},{} \\spad{\\spad{pi}},{} \\spad{exp1},{} \\spad{log2},{} \\spad{log10}: \\spad{ O( n**2 )}} \\indented{5}{\\spad{exp},{} \\spad{log},{} \\spad{sin},{} \\spad{atan}:\\space{2}\\spad{ O( sqrt(n) n**2 )}} The other elementary functions are coded in terms of the ones above.")) (|outputSpacing| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputSpacing(n)} inserts a space after \\spad{n} (default 10) digits on output; outputSpacing(0) means no spaces are inserted.")) (|outputGeneral| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputGeneral(n)} sets the output mode to general notation with \\spad{n} significant digits displayed.") (((|Void|)) "\\spad{outputGeneral()} sets the output mode (default mode) to general notation; numbers will be displayed in either fixed or floating (scientific) notation depending on the magnitude.")) (|outputFixed| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFixed(n)} sets the output mode to fixed point notation,{} with \\spad{n} digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFixed()} sets the output mode to fixed point notation; the output will contain a decimal point.")) (|outputFloating| (((|Void|) (|NonNegativeInteger|)) "\\spad{outputFloating(n)} sets the output mode to floating (scientific) notation with \\spad{n} significant digits displayed after the decimal point.") (((|Void|)) "\\spad{outputFloating()} sets the output mode to floating (scientific) notation,{} \\spadignore{i.e.} \\spad{mantissa * 10 exponent} is displayed as \\spad{0.mantissa E exponent}.")) (|convert| (($ (|DoubleFloat|)) "\\spad{convert(x)} converts a \\spadtype{DoubleFloat} \\spad{x} to a \\spadtype{Float}.")) (|atan| (($ $ $) "\\spad{atan(x,{}y)} computes the arc tangent from \\spad{x} with phase \\spad{y}.")) (|exp1| (($) "\\spad{exp1()} returns exp 1: \\spad{2.7182818284...}.")) (|log10| (($ $) "\\spad{log10(x)} computes the logarithm for \\spad{x} to base 10.") (($) "\\spad{log10()} returns \\spad{ln 10}: \\spad{2.3025809299...}.")) (|log2| (($ $) "\\spad{log2(x)} computes the logarithm for \\spad{x} to base 2.") (($) "\\spad{log2()} returns \\spad{ln 2},{} \\spadignore{i.e.} \\spad{0.6931471805...}.")) (|rationalApproximation| (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{rationalApproximation(f,{} n,{} b)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< b**(-n)},{} that is \\spad{|(r-f)/f| < b**(-n)}.") (((|Fraction| (|Integer|)) $ (|NonNegativeInteger|)) "\\spad{rationalApproximation(f,{} n)} computes a rational approximation \\spad{r} to \\spad{f} with relative error \\spad{< 10**(-n)}.")) (|shift| (($ $ (|Integer|)) "\\spad{shift(x,{}n)} adds \\spad{n} to the exponent of float \\spad{x}.")) (|relerror| (((|Integer|) $ $) "\\spad{relerror(x,{}y)} computes the absolute value of \\spad{x - y} divided by \\spad{y},{} when \\spad{y \\~= 0}.")) (|normalize| (($ $) "\\spad{normalize(x)} normalizes \\spad{x} at current precision.")) (** (($ $ $) "\\spad{x ** y} computes \\spad{exp(y log x)} where \\spad{x >= 0}.")) (/ (($ $ (|Integer|)) "\\spad{x / i} computes the division from \\spad{x} by an integer \\spad{i}.")))
-((-4242 . T) (-4250 . T) (-1485 . T) (-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4244 . T) (-4252 . T) (-1474 . T) (-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-358 |Par|)
+(-360 |Par|)
((|constructor| (NIL "\\indented{3}{This is a package for the approximation of real solutions for} systems of polynomial equations over the rational numbers. The results are expressed as either rational numbers or floats depending on the type of the precision parameter which can be either a rational number or a floating point number.")) (|realRoots| (((|List| |#1|) (|Fraction| (|Polynomial| (|Integer|))) |#1|) "\\spad{realRoots(rf,{} eps)} finds the real zeros of a univariate rational function with precision given by eps.") (((|List| (|List| |#1|)) (|List| (|Fraction| (|Polynomial| (|Integer|)))) (|List| (|Symbol|)) |#1|) "\\spad{realRoots(lp,{}lv,{}eps)} computes the list of the real solutions of the list \\spad{lp} of rational functions with rational coefficients with respect to the variables in \\spad{lv},{} with precision \\spad{eps}. Each solution is expressed as a list of numbers in order corresponding to the variables in \\spad{lv}.")) (|solve| (((|List| (|Equation| (|Polynomial| |#1|))) (|Equation| (|Fraction| (|Polynomial| (|Integer|)))) |#1|) "\\spad{solve(eq,{}eps)} finds all of the real solutions of the univariate equation \\spad{eq} of rational functions with respect to the unique variables appearing in \\spad{eq},{} with precision \\spad{eps}.") (((|List| (|Equation| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| (|Integer|))) |#1|) "\\spad{solve(p,{}eps)} finds all of the real solutions of the univariate rational function \\spad{p} with rational coefficients with respect to the unique variable appearing in \\spad{p},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| |#1|)))) (|List| (|Equation| (|Fraction| (|Polynomial| (|Integer|))))) |#1|) "\\spad{solve(leq,{}eps)} finds all of the real solutions of the system \\spad{leq} of equationas of rational functions with respect to all the variables appearing in \\spad{lp},{} with precision \\spad{eps}.") (((|List| (|List| (|Equation| (|Polynomial| |#1|)))) (|List| (|Fraction| (|Polynomial| (|Integer|)))) |#1|) "\\spad{solve(lp,{}eps)} finds all of the real solutions of the system \\spad{lp} of rational functions over the rational numbers with respect to all the variables appearing in \\spad{lp},{} with precision \\spad{eps}.")))
NIL
NIL
-(-359 R S)
+(-361 R S)
((|constructor| (NIL "This domain implements linear combinations of elements from the domain \\spad{S} with coefficients in the domain \\spad{R} where \\spad{S} is an ordered set and \\spad{R} is a ring (which may be non-commutative). This domain is used by domains of non-commutative algebra such as: \\indented{4}{\\spadtype{XDistributedPolynomial},{}} \\indented{4}{\\spadtype{XRecursivePolynomial}.} Author: Michel Petitot (petitot@lifl.\\spad{fr})")) (* (($ |#2| |#1|) "\\spad{s*r} returns the product \\spad{r*s} used by \\spadtype{XRecursivePolynomial}")))
-((-4254 . T) (-4253 . T))
-((|HasCategory| |#1| (QUOTE (-160))))
-(-360 R |Basis|)
+((-4256 . T) (-4255 . T))
+((|HasCategory| |#1| (QUOTE (-162))))
+(-362 R |Basis|)
((|constructor| (NIL "A domain of this category implements formal linear combinations of elements from a domain \\spad{Basis} with coefficients in a domain \\spad{R}. The domain \\spad{Basis} needs only to belong to the category \\spadtype{SetCategory} and \\spad{R} to the category \\spadtype{Ring}. Thus the coefficient ring may be non-commutative. See the \\spadtype{XDistributedPolynomial} constructor for examples of domains built with the \\spadtype{FreeModuleCat} category constructor. Author: Michel Petitot (petitot@lifl.\\spad{fr})")) (|reductum| (($ $) "\\spad{reductum(x)} returns \\spad{x} minus its leading term.")) (|leadingTerm| (((|Record| (|:| |k| |#2|) (|:| |c| |#1|)) $) "\\spad{leadingTerm(x)} returns the first term which appears in \\spad{ListOfTerms(x)}.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(x)} returns the first coefficient which appears in \\spad{ListOfTerms(x)}.")) (|leadingMonomial| ((|#2| $) "\\spad{leadingMonomial(x)} returns the first element from \\spad{Basis} which appears in \\spad{ListOfTerms(x)}.")) (|numberOfMonomials| (((|NonNegativeInteger|) $) "\\spad{numberOfMonomials(x)} returns the number of monomials of \\spad{x}.")) (|monomials| (((|List| $) $) "\\spad{monomials(x)} returns the list of \\spad{r_i*b_i} whose sum is \\spad{x}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(x)} returns the list of coefficients of \\spad{x}.")) (|ListOfTerms| (((|List| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) "\\spad{ListOfTerms(x)} returns a list \\spad{lt} of terms with type \\spad{Record(k: Basis,{} c: R)} such that \\spad{x} equals \\spad{reduce(+,{} map(x +-> monom(x.k,{} x.c),{} lt))}.")) (|monomial?| (((|Boolean|) $) "\\spad{monomial?(x)} returns \\spad{true} if \\spad{x} contains a single monomial.")) (|monom| (($ |#2| |#1|) "\\spad{monom(b,{}r)} returns the element with the single monomial \\indented{1}{\\spad{b} and coefficient \\spad{r}.}")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,{}u)} maps function \\spad{fn} onto the coefficients \\indented{1}{of the non-zero monomials of \\spad{u}.}")) (|coefficient| ((|#1| $ |#2|) "\\spad{coefficient(x,{}b)} returns the coefficient of \\spad{b} in \\spad{x}.")) (* (($ |#1| |#2|) "\\spad{r*b} returns the product of \\spad{r} by \\spad{b}.")))
-((-4254 . T) (-4253 . T))
+((-4256 . T) (-4255 . T))
NIL
-(-361)
+(-363)
((|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}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-362)
+(-364)
((|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.}")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-363 R S)
+(-365 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.")))
-((-4254 . T) (-4253 . T))
-((|HasCategory| |#1| (QUOTE (-160))))
-(-364 S)
+((-4256 . T) (-4255 . T))
+((|HasCategory| |#1| (QUOTE (-162))))
+(-366 S)
((|constructor| (NIL "The free monoid on a set \\spad{S} is the monoid of finite products of the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are nonnegative integers. The multiplication is not commutative.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| (|NonNegativeInteger|) (|NonNegativeInteger|)) $) "\\spad{mapExpon(f,{} a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the n^th monomial of \\spad{x}.")) (|nthExpon| (((|NonNegativeInteger|) $ (|Integer|)) "\\spad{nthExpon(x,{} n)} returns the exponent of the n^th monomial of \\spad{x}.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|NonNegativeInteger|)))) $) "\\spad{factors(a1\\^e1,{}...,{}an\\^en)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (|overlap| (((|Record| (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) "\\spad{overlap(x,{} y)} returns \\spad{[l,{} m,{} r]} such that \\spad{x = l * m},{} \\spad{y = m * r} and \\spad{l} and \\spad{r} have no overlap,{} \\spadignore{i.e.} \\spad{overlap(l,{} r) = [l,{} 1,{} r]}.")) (|divide| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) "\\spad{divide(x,{} y)} returns the left and right exact quotients of \\spad{x} by \\spad{y},{} \\spadignore{i.e.} \\spad{[l,{} r]} such that \\spad{x = l * y * r},{} \"failed\" if \\spad{x} is not of the form \\spad{l * y * r}.")) (|rquo| (((|Union| $ "failed") $ $) "\\spad{rquo(x,{} y)} returns the exact right quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = q * y},{} \"failed\" if \\spad{x} is not of the form \\spad{q * y}.")) (|lquo| (((|Union| $ "failed") $ $) "\\spad{lquo(x,{} y)} returns the exact left quotient of \\spad{x} by \\spad{y} \\spadignore{i.e.} \\spad{q} such that \\spad{x = y * q},{} \"failed\" if \\spad{x} is not of the form \\spad{y * q}.")) (|hcrf| (($ $ $) "\\spad{hcrf(x,{} y)} returns the highest common right factor of \\spad{x} and \\spad{y},{} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = a d} and \\spad{y = b d}.")) (|hclf| (($ $ $) "\\spad{hclf(x,{} y)} returns the highest common left factor of \\spad{x} and \\spad{y},{} \\spadignore{i.e.} the largest \\spad{d} such that \\spad{x = d a} and \\spad{y = d b}.")) (** (($ |#1| (|NonNegativeInteger|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
NIL
-((|HasCategory| |#1| (QUOTE (-789))))
-(-365)
+((|HasCategory| |#1| (QUOTE (-791))))
+(-367)
((|constructor| (NIL "A category of domains which model machine arithmetic used by machines in the AXIOM-NAG link.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-366)
+(-368)
((|constructor| (NIL "This domain provides an interface to names in the file system.")))
NIL
NIL
-(-367)
+(-369)
((|constructor| (NIL "This category provides an interface to names in the file system.")) (|new| (($ (|String|) (|String|) (|String|)) "\\spad{new(d,{}pref,{}e)} constructs the name of a new writable file with \\spad{d} as its directory,{} \\spad{pref} as a prefix of its name and \\spad{e} as its extension. When \\spad{d} or \\spad{t} is the empty string,{} a default is used. An error occurs if a new file cannot be written in the given directory.")) (|writable?| (((|Boolean|) $) "\\spad{writable?(f)} tests if the named file be opened for writing. The named file need not already exist.")) (|readable?| (((|Boolean|) $) "\\spad{readable?(f)} tests if the named file exist and can it be opened for reading.")) (|exists?| (((|Boolean|) $) "\\spad{exists?(f)} tests if the file exists in the file system.")) (|extension| (((|String|) $) "\\spad{extension(f)} returns the type part of the file name.")) (|name| (((|String|) $) "\\spad{name(f)} returns the name part of the file name.")) (|directory| (((|String|) $) "\\spad{directory(f)} returns the directory part of the file name.")) (|filename| (($ (|String|) (|String|) (|String|)) "\\spad{filename(d,{}n,{}e)} creates a file name with \\spad{d} as its directory,{} \\spad{n} as its name and \\spad{e} as its extension. This is a portable way to create file names. When \\spad{d} or \\spad{t} is the empty string,{} a default is used.")) (|coerce| (((|String|) $) "\\spad{coerce(fn)} produces a string for a file name according to operating system-dependent conventions.") (($ (|String|)) "\\spad{coerce(s)} converts a string to a file name according to operating system-dependent conventions.")))
NIL
NIL
-(-368 |n| |class| R)
+(-370 |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")))
-((-4254 . T) (-4253 . T))
+((-4256 . T) (-4255 . T))
NIL
-(-369)
+(-371)
((|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
-(-370 -1834 UP UPUP R)
+(-372 -1819 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
-(-371 S)
+(-373 S)
((|constructor| (NIL "\\spadtype{ScriptFormulaFormat1} provides a utility coercion for changing to SCRIPT formula format anything that has a coercion to the standard output format.")) (|coerce| (((|ScriptFormulaFormat|) |#1|) "\\spad{coerce(s)} provides a direct coercion from an expression \\spad{s} of domain \\spad{S} to SCRIPT formula format. This allows the user to skip the step of first manually coercing the object to standard output format before it is coerced to SCRIPT formula format.")))
NIL
NIL
-(-372)
+(-374)
((|constructor| (NIL "\\spadtype{ScriptFormulaFormat} provides a coercion from \\spadtype{OutputForm} to IBM SCRIPT/VS Mathematical Formula Format. The basic SCRIPT formula format object consists of three parts: a prologue,{} a formula part and an epilogue. The functions \\spadfun{prologue},{} \\spadfun{formula} and \\spadfun{epilogue} extract these parts,{} respectively. The central parts of the expression go into the formula 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 \":df.\" and \":edf.\" so that the formula section will be printed in display math mode.")) (|setPrologue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setPrologue!(t,{}strings)} sets the prologue section of a formatted object \\spad{t} to \\spad{strings}.")) (|setFormula!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setFormula!(t,{}strings)} sets the formula section of a formatted object \\spad{t} to \\spad{strings}.")) (|setEpilogue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setEpilogue!(t,{}strings)} sets the epilogue section of a formatted object \\spad{t} to \\spad{strings}.")) (|prologue| (((|List| (|String|)) $) "\\spad{prologue(t)} extracts the prologue section of a formatted object \\spad{t}.")) (|new| (($) "\\spad{new()} create a new,{} empty object. Use \\spadfun{setPrologue!},{} \\spadfun{setFormula!} and \\spadfun{setEpilogue!} to set the various components of this object.")) (|formula| (((|List| (|String|)) $) "\\spad{formula(t)} extracts the formula section of a formatted object \\spad{t}.")) (|epilogue| (((|List| (|String|)) $) "\\spad{epilogue(t)} extracts the epilogue section of a formatted object \\spad{t}.")) (|display| (((|Void|) $) "\\spad{display(t)} outputs the 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 formatted code \\spad{t} so that each line has length less than or equal to \\spadvar{\\spad{width}}.")) (|convert| (($ (|OutputForm|) (|Integer|)) "\\spad{convert(o,{}step)} changes \\spad{o} in standard output format to SCRIPT formula format and also adds the given \\spad{step} number. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.")) (|coerce| (($ (|OutputForm|)) "\\spad{coerce(o)} changes \\spad{o} in the standard output format to SCRIPT formula format.")))
NIL
NIL
-(-373)
+(-375)
((|constructor| (NIL "\\axiomType{FortranProgramCategory} provides various models of FORTRAN subprograms. These can be transformed into actual FORTRAN code.")) (|outputAsFortran| (((|Void|) $) "\\axiom{outputAsFortran(\\spad{u})} translates \\axiom{\\spad{u}} into a legal FORTRAN subprogram.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-374)
+(-376)
((|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.}")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-375)
+(-377)
((|constructor| (NIL "provides an interface to the boot code for calling Fortran")) (|setLegalFortranSourceExtensions| (((|List| (|String|)) (|List| (|String|))) "\\spad{setLegalFortranSourceExtensions(l)} \\undocumented{}")) (|outputAsFortran| (((|Void|) (|FileName|)) "\\spad{outputAsFortran(fn)} \\undocumented{}")) (|linkToFortran| (((|SExpression|) (|Symbol|) (|List| (|Symbol|)) (|TheSymbolTable|) (|List| (|Symbol|))) "\\spad{linkToFortran(s,{}l,{}t,{}lv)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|)))) (|List| (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|))))) (|List| (|Symbol|)) (|Symbol|)) "\\spad{linkToFortran(s,{}l,{}ll,{}lv,{}t)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|)))) (|List| (|List| (|Union| (|:| |array| (|List| (|Symbol|))) (|:| |scalar| (|Symbol|))))) (|List| (|Symbol|))) "\\spad{linkToFortran(s,{}l,{}ll,{}lv)} \\undocumented{}")))
NIL
NIL
-(-376 -2411 |returnType| -1701 |symbols|)
+(-378 -2365 |returnType| -3171 |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
-(-377 -1834 UP)
+(-379 -1819 UP)
((|constructor| (NIL "\\indented{1}{Full partial fraction expansion of rational functions} Author: Manuel Bronstein Date Created: 9 December 1992 Date Last Updated: 6 October 1993 References: \\spad{M}.Bronstein & \\spad{B}.Salvy,{} \\indented{12}{Full Partial Fraction Decomposition of Rational Functions,{}} \\indented{12}{in Proceedings of ISSAC'93,{} Kiev,{} ACM Press.}")) (D (($ $ (|NonNegativeInteger|)) "\\spad{D(f,{} n)} returns the \\spad{n}-th derivative of \\spad{f}.") (($ $) "\\spad{D(f)} returns the derivative of \\spad{f}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(f,{} n)} returns the \\spad{n}-th derivative of \\spad{f}.") (($ $) "\\spad{differentiate(f)} returns the derivative of \\spad{f}.")) (|construct| (($ (|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|)))) "\\spad{construct(l)} is the inverse of fracPart.")) (|fracPart| (((|List| (|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |center| |#2|) (|:| |num| |#2|))) $) "\\spad{fracPart(f)} returns the list of summands of the fractional part of \\spad{f}.")) (|polyPart| ((|#2| $) "\\spad{polyPart(f)} returns the polynomial part of \\spad{f}.")) (|fullPartialFraction| (($ (|Fraction| |#2|)) "\\spad{fullPartialFraction(f)} returns \\spad{[p,{} [[j,{} Dj,{} Hj]...]]} such that \\spad{f = p(x) + \\sum_{[j,{}Dj,{}Hj] in l} \\sum_{Dj(a)=0} Hj(a)/(x - a)\\^j}.")) (+ (($ |#2| $) "\\spad{p + x} returns the sum of \\spad{p} and \\spad{x}")))
NIL
NIL
-(-378 R)
+(-380 R)
((|constructor| (NIL "A set \\spad{S} is PatternMatchable over \\spad{R} if \\spad{S} can lift the pattern-matching functions of \\spad{S} over the integers and float to itself (necessary for matching in towers).")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-379 S)
+(-381 S)
((|constructor| (NIL "FieldOfPrimeCharacteristic is the category of fields of prime characteristic,{} \\spadignore{e.g.} finite fields,{} algebraic closures of fields of prime characteristic,{} transcendental extensions of of fields of prime characteristic.")) (|primeFrobenius| (($ $ (|NonNegativeInteger|)) "\\spad{primeFrobenius(a,{}s)} returns \\spad{a**(p**s)} where \\spad{p} is the characteristic.") (($ $) "\\spad{primeFrobenius(a)} returns \\spad{a ** p} where \\spad{p} is the characteristic.")) (|discreteLog| (((|Union| (|NonNegativeInteger|) "failed") $ $) "\\spad{discreteLog(b,{}a)} computes \\spad{s} with \\spad{b**s = a} if such an \\spad{s} exists.")) (|order| (((|OnePointCompletion| (|PositiveInteger|)) $) "\\spad{order(a)} computes the order of an element in the multiplicative group of the field. Error: if \\spad{a} is 0.")))
NIL
NIL
-(-380)
+(-382)
((|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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-381 S)
+(-383 S)
((|constructor| (NIL "This category is intended as a model for floating point systems. A floating point system is a model for the real numbers. In fact,{} it is an approximation in the sense that not all real numbers are exactly representable by floating point numbers. A floating point system is characterized by the following: \\blankline \\indented{2}{1: \\spadfunFrom{base}{FloatingPointSystem} of the \\spadfunFrom{exponent}{FloatingPointSystem}.} \\indented{9}{(actual implemenations are usually binary or decimal)} \\indented{2}{2: \\spadfunFrom{precision}{FloatingPointSystem} of the \\spadfunFrom{mantissa}{FloatingPointSystem} (arbitrary or fixed)} \\indented{2}{3: rounding error for operations} \\blankline Because a Float is an approximation to the real numbers,{} even though it is defined to be a join of a Field and OrderedRing,{} some of the attributes do not hold. In particular associative(\\spad{\"+\"}) does not hold. Algorithms defined over a field need special considerations when the field is a floating point system.")) (|max| (($) "\\spad{max()} returns the maximum floating point number.")) (|min| (($) "\\spad{min()} returns the minimum floating point number.")) (|decreasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{decreasePrecision(n)} decreases the current \\spadfunFrom{precision}{FloatingPointSystem} precision by \\spad{n} decimal digits.")) (|increasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{increasePrecision(n)} increases the current \\spadfunFrom{precision}{FloatingPointSystem} by \\spad{n} decimal digits.")) (|precision| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(n)} set the precision in the base to \\spad{n} decimal digits.") (((|PositiveInteger|)) "\\spad{precision()} returns the precision in digits base.")) (|digits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{digits(d)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{d} digits.") (((|PositiveInteger|)) "\\spad{digits()} returns ceiling\\spad{'s} precision in decimal digits.")) (|bits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{bits(n)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{n} bits.") (((|PositiveInteger|)) "\\spad{bits()} returns ceiling\\spad{'s} precision in bits.")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(x)} returns the mantissa part of \\spad{x}.")) (|exponent| (((|Integer|) $) "\\spad{exponent(x)} returns the \\spadfunFrom{exponent}{FloatingPointSystem} part of \\spad{x}.")) (|base| (((|PositiveInteger|)) "\\spad{base()} returns the base of the \\spadfunFrom{exponent}{FloatingPointSystem}.")) (|order| (((|Integer|) $) "\\spad{order x} is the order of magnitude of \\spad{x}. Note: \\spad{base ** order x <= |x| < base ** (1 + order x)}.")) (|float| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{float(a,{}e,{}b)} returns \\spad{a * b ** e}.") (($ (|Integer|) (|Integer|)) "\\spad{float(a,{}e)} returns \\spad{a * base() ** e}.")) (|approximate| ((|attribute|) "\\spad{approximate} means \"is an approximation to the real numbers\".")))
NIL
-((|HasAttribute| |#1| (QUOTE -4242)) (|HasAttribute| |#1| (QUOTE -4250)))
-(-382)
+((|HasAttribute| |#1| (QUOTE -4244)) (|HasAttribute| |#1| (QUOTE -4252)))
+(-384)
((|constructor| (NIL "This category is intended as a model for floating point systems. A floating point system is a model for the real numbers. In fact,{} it is an approximation in the sense that not all real numbers are exactly representable by floating point numbers. A floating point system is characterized by the following: \\blankline \\indented{2}{1: \\spadfunFrom{base}{FloatingPointSystem} of the \\spadfunFrom{exponent}{FloatingPointSystem}.} \\indented{9}{(actual implemenations are usually binary or decimal)} \\indented{2}{2: \\spadfunFrom{precision}{FloatingPointSystem} of the \\spadfunFrom{mantissa}{FloatingPointSystem} (arbitrary or fixed)} \\indented{2}{3: rounding error for operations} \\blankline Because a Float is an approximation to the real numbers,{} even though it is defined to be a join of a Field and OrderedRing,{} some of the attributes do not hold. In particular associative(\\spad{\"+\"}) does not hold. Algorithms defined over a field need special considerations when the field is a floating point system.")) (|max| (($) "\\spad{max()} returns the maximum floating point number.")) (|min| (($) "\\spad{min()} returns the minimum floating point number.")) (|decreasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{decreasePrecision(n)} decreases the current \\spadfunFrom{precision}{FloatingPointSystem} precision by \\spad{n} decimal digits.")) (|increasePrecision| (((|PositiveInteger|) (|Integer|)) "\\spad{increasePrecision(n)} increases the current \\spadfunFrom{precision}{FloatingPointSystem} by \\spad{n} decimal digits.")) (|precision| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{precision(n)} set the precision in the base to \\spad{n} decimal digits.") (((|PositiveInteger|)) "\\spad{precision()} returns the precision in digits base.")) (|digits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{digits(d)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{d} digits.") (((|PositiveInteger|)) "\\spad{digits()} returns ceiling\\spad{'s} precision in decimal digits.")) (|bits| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{bits(n)} set the \\spadfunFrom{precision}{FloatingPointSystem} to \\spad{n} bits.") (((|PositiveInteger|)) "\\spad{bits()} returns ceiling\\spad{'s} precision in bits.")) (|mantissa| (((|Integer|) $) "\\spad{mantissa(x)} returns the mantissa part of \\spad{x}.")) (|exponent| (((|Integer|) $) "\\spad{exponent(x)} returns the \\spadfunFrom{exponent}{FloatingPointSystem} part of \\spad{x}.")) (|base| (((|PositiveInteger|)) "\\spad{base()} returns the base of the \\spadfunFrom{exponent}{FloatingPointSystem}.")) (|order| (((|Integer|) $) "\\spad{order x} is the order of magnitude of \\spad{x}. Note: \\spad{base ** order x <= |x| < base ** (1 + order x)}.")) (|float| (($ (|Integer|) (|Integer|) (|PositiveInteger|)) "\\spad{float(a,{}e,{}b)} returns \\spad{a * b ** e}.") (($ (|Integer|) (|Integer|)) "\\spad{float(a,{}e)} returns \\spad{a * base() ** e}.")) (|approximate| ((|attribute|) "\\spad{approximate} means \"is an approximation to the real numbers\".")))
-((-1485 . T) (-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-1474 . T) (-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-383 R S)
+(-385 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
-(-384 A B)
+(-386 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
NIL
-(-385 S)
+(-387 S)
((|constructor| (NIL "Fraction takes an IntegralDomain \\spad{S} and produces the domain of Fractions with numerators and denominators from \\spad{S}. If \\spad{S} is also a GcdDomain,{} then \\spad{gcd}\\spad{'s} between numerator and denominator will be cancelled during all operations.")) (|canonical| ((|attribute|) "\\spad{canonical} means that equal elements are in fact identical.")))
-((-4246 -12 (|has| |#1| (-6 -4257)) (|has| |#1| (-429)) (|has| |#1| (-6 -4246))) (-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-770)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-953))) (|HasCategory| |#1| (QUOTE (-762))) (-2067 (|HasCategory| |#1| (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-789)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-770)))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-1068))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-770)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-770))))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (-12 (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-770))))) (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -265) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-770)))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-510))) (-12 (|HasAttribute| |#1| (QUOTE -4257)) (|HasAttribute| |#1| (QUOTE -4246)) (|HasCategory| |#1| (QUOTE (-429)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-386 S R UP)
+((-4248 -12 (|has| |#1| (-6 -4259)) (|has| |#1| (-431)) (|has| |#1| (-6 -4248))) (-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-772)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-955))) (|HasCategory| |#1| (QUOTE (-764))) (-2027 (|HasCategory| |#1| (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-791)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-772)))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-1070))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-772)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-772))))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (-12 (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-772))))) (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -267) (|devaluate| |#1|) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-772)))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-512))) (-12 (|HasAttribute| |#1| (QUOTE -4259)) (|HasAttribute| |#1| (QUOTE -4248)) (|HasCategory| |#1| (QUOTE (-431)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-388 S R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#2|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#2|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#2|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(\\spad{vi} * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#2|)) "\\spad{convert([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.") (((|Vector| |#2|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#2|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
NIL
NIL
-(-387 R UP)
+(-389 R UP)
((|constructor| (NIL "A \\spadtype{FramedAlgebra} is a \\spadtype{FiniteRankAlgebra} together with a fixed \\spad{R}-module basis.")) (|regularRepresentation| (((|Matrix| |#1|) $) "\\spad{regularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed basis.")) (|discriminant| ((|#1|) "\\spad{discriminant()} = determinant(traceMatrix()).")) (|traceMatrix| (((|Matrix| |#1|)) "\\spad{traceMatrix()} is the \\spad{n}-by-\\spad{n} matrix ( \\spad{Tr(\\spad{vi} * vj)} ),{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,{}..,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([v1,{}...,{}vm])} returns the coordinates of the \\spad{vi}\\spad{'s} with to the fixed basis. The coordinates of \\spad{vi} are contained in the \\spad{i}th row of the matrix returned by this function.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-388 A S)
+(-390 A S)
((|constructor| (NIL "\\indented{2}{A is fully retractable to \\spad{B} means that A is retractable to \\spad{B},{} and,{}} \\indented{2}{in addition,{} if \\spad{B} is retractable to the integers or rational} \\indented{2}{numbers then so is A.} \\indented{2}{In particular,{} what we are asserting is that there are no integers} \\indented{2}{(rationals) in A which don\\spad{'t} retract into \\spad{B}.} Date Created: March 1990 Date Last Updated: 9 April 1991")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))))
-(-389 S)
+((|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))))
+(-391 S)
((|constructor| (NIL "\\indented{2}{A is fully retractable to \\spad{B} means that A is retractable to \\spad{B},{} and,{}} \\indented{2}{in addition,{} if \\spad{B} is retractable to the integers or rational} \\indented{2}{numbers then so is A.} \\indented{2}{In particular,{} what we are asserting is that there are no integers} \\indented{2}{(rationals) in A which don\\spad{'t} retract into \\spad{B}.} Date Created: March 1990 Date Last Updated: 9 April 1991")))
NIL
NIL
-(-390 R1 F1 U1 A1 R2 F2 U2 A2)
+(-392 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
-(-391 R -1834 UP A)
+(-393 R -1819 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)}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-392 R -1834 UP A |ibasis|)
+(-394 R -1819 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 -968) (|devaluate| |#2|))))
-(-393 AR R AS S)
+((|HasCategory| |#4| (LIST (QUOTE -970) (|devaluate| |#2|))))
+(-395 AR R AS S)
((|constructor| (NIL "FramedNonAssociativeAlgebraFunctions2 implements functions between two framed non associative algebra domains defined over different rings. The function map is used to coerce between algebras over different domains having the same structural constants.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,{}u)} maps \\spad{f} onto the coordinates of \\spad{u} to get an element in \\spad{AS} via identification of the basis of \\spad{AR} as beginning part of the basis of \\spad{AS}.")))
NIL
NIL
-(-394 S R)
+(-396 S 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| |#2|) $) "\\spad{apply(m,{}a)} defines a left operation of \\spad{n} by \\spad{n} matrices where \\spad{n} is the rank of the algebra in terms of matrix-vector multiplication,{} this is a substitute for a left module structure. Error: if shape of matrix doesn\\spad{'t} fit.")) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#2|))) "\\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| |#2|))) "\\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| |#2|) $) "\\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| |#2|) $) "\\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| |#2|)) "\\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| |#2|)) "\\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| ((|#2|) "\\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| ((|#2|) "\\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| |#2|)) "\\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| |#2|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#2|)) "\\spad{represents([a1,{}...,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#2|))) "\\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| |#2|))) "\\spad{structuralConstants()} calculates the structural constants \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|elt| ((|#2| $ (|Integer|)) "\\spad{elt(a,{}i)} returns the \\spad{i}-th coefficient of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|coordinates| (((|Matrix| |#2|) (|Vector| $)) "\\spad{coordinates([a1,{}...,{}am])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{\\spad{ai}} with respect to the fixed \\spad{R}-module basis.") (((|Vector| |#2|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
NIL
-((|HasCategory| |#2| (QUOTE (-341))))
-(-395 R)
+((|HasCategory| |#2| (QUOTE (-343))))
+(-397 R)
((|constructor| (NIL "FramedNonAssociativeAlgebra(\\spad{R}) is a \\spadtype{FiniteRankNonAssociativeAlgebra} (\\spadignore{i.e.} a non associative algebra over \\spad{R} which is a free \\spad{R}-module of finite rank) over a commutative ring \\spad{R} together with a fixed \\spad{R}-module basis.")) (|apply| (($ (|Matrix| |#1|) $) "\\spad{apply(m,{}a)} defines a left operation of \\spad{n} by \\spad{n} matrices where \\spad{n} is the rank of the algebra in terms of matrix-vector multiplication,{} this is a substitute for a left module structure. Error: if shape of matrix doesn\\spad{'t} fit.")) (|rightRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{rightRankPolynomial()} calculates the right minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|leftRankPolynomial| (((|SparseUnivariatePolynomial| (|Polynomial| |#1|))) "\\spad{leftRankPolynomial()} calculates the left minimal polynomial of the generic element in the algebra,{} defined by the same structural constants over the polynomial ring in symbolic coefficients with respect to the fixed basis.")) (|rightRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{rightRegularRepresentation(a)} returns the matrix of the linear map defined by right multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|leftRegularRepresentation| (((|Matrix| |#1|) $) "\\spad{leftRegularRepresentation(a)} returns the matrix of the linear map defined by left multiplication by \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|rightTraceMatrix| (((|Matrix| |#1|)) "\\spad{rightTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|leftTraceMatrix| (((|Matrix| |#1|)) "\\spad{leftTraceMatrix()} is the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|rightDiscriminant| ((|#1|) "\\spad{rightDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the right trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(rightTraceMatrix())}.")) (|leftDiscriminant| ((|#1|) "\\spad{leftDiscriminant()} returns the determinant of the \\spad{n}-by-\\spad{n} matrix whose element at the \\spad{i}\\spad{-}th row and \\spad{j}\\spad{-}th column is given by the left trace of the product \\spad{vi*vj},{} where \\spad{v1},{}...,{}\\spad{vn} are the elements of the fixed \\spad{R}-module basis. Note: the same as \\spad{determinant(leftTraceMatrix())}.")) (|convert| (($ (|Vector| |#1|)) "\\spad{convert([a1,{}...,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{convert(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|represents| (($ (|Vector| |#1|)) "\\spad{represents([a1,{}...,{}an])} returns \\spad{a1*v1 + ... + an*vn},{} where \\spad{v1},{} ...,{} \\spad{vn} are the elements of the fixed \\spad{R}-module basis.")) (|conditionsForIdempotents| (((|List| (|Polynomial| |#1|))) "\\spad{conditionsForIdempotents()} determines a complete list of polynomial equations for the coefficients of idempotents with respect to the fixed \\spad{R}-module basis.")) (|structuralConstants| (((|Vector| (|Matrix| |#1|))) "\\spad{structuralConstants()} calculates the structural constants \\spad{[(gammaijk) for k in 1..rank()]} defined by \\spad{\\spad{vi} * vj = gammaij1 * v1 + ... + gammaijn * vn},{} where \\spad{v1},{}...,{}\\spad{vn} is the fixed \\spad{R}-module basis.")) (|elt| ((|#1| $ (|Integer|)) "\\spad{elt(a,{}i)} returns the \\spad{i}-th coefficient of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|coordinates| (((|Matrix| |#1|) (|Vector| $)) "\\spad{coordinates([a1,{}...,{}am])} returns a matrix whose \\spad{i}-th row is formed by the coordinates of \\spad{\\spad{ai}} with respect to the fixed \\spad{R}-module basis.") (((|Vector| |#1|) $) "\\spad{coordinates(a)} returns the coordinates of \\spad{a} with respect to the fixed \\spad{R}-module basis.")) (|basis| (((|Vector| $)) "\\spad{basis()} returns the fixed \\spad{R}-module basis.")))
-((-4256 |has| |#1| (-517)) (-4254 . T) (-4253 . T))
+((-4258 |has| |#1| (-519)) (-4256 . T) (-4255 . T))
NIL
-(-396 R)
+(-398 R)
((|constructor| (NIL "\\spadtype{Factored} creates a domain whose objects are kept in factored form as long as possible. Thus certain operations like multiplication and \\spad{gcd} are relatively easy to do. Others,{} like addition require somewhat more work,{} and unless the argument domain provides a factor function,{} the result may not be completely factored. Each object consists of a unit and a list of factors,{} where a factor has a member of \\spad{R} (the \"base\"),{} and exponent and a flag indicating what is known about the base. A flag may be one of \"nil\",{} \"sqfr\",{} \"irred\" or \"prime\",{} which respectively mean that nothing is known about the base,{} it is square-free,{} it is irreducible,{} or it is prime. The current restriction to integral domains allows simplification to be performed without worrying about multiplication order.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(u)} returns a rational number if \\spad{u} really is one,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(u)} assumes spadvar{\\spad{u}} is actually a rational number and does the conversion to rational number (see \\spadtype{Fraction Integer}).")) (|rational?| (((|Boolean|) $) "\\spad{rational?(u)} tests if \\spadvar{\\spad{u}} is actually a rational number (see \\spadtype{Fraction Integer}).")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,{}u)} maps the function \\userfun{\\spad{fn}} across the factors of \\spadvar{\\spad{u}} and creates a new factored object. Note: this clears the information flags (sets them to \"nil\") because the effect of \\userfun{\\spad{fn}} is clearly not known in general.")) (|unitNormalize| (($ $) "\\spad{unitNormalize(u)} normalizes the unit part of the factorization. For example,{} when working with factored integers,{} this operation will ensure that the bases are all positive integers.")) (|unit| ((|#1| $) "\\spad{unit(u)} extracts the unit part of the factorization.")) (|flagFactor| (($ |#1| (|Integer|) (|Union| "nil" "sqfr" "irred" "prime")) "\\spad{flagFactor(base,{}exponent,{}flag)} creates a factored object with a single factor whose \\spad{base} is asserted to be properly described by the information \\spad{flag}.")) (|sqfrFactor| (($ |#1| (|Integer|)) "\\spad{sqfrFactor(base,{}exponent)} creates a factored object with a single factor whose \\spad{base} is asserted to be square-free (flag = \"sqfr\").")) (|primeFactor| (($ |#1| (|Integer|)) "\\spad{primeFactor(base,{}exponent)} creates a factored object with a single factor whose \\spad{base} is asserted to be prime (flag = \"prime\").")) (|numberOfFactors| (((|NonNegativeInteger|) $) "\\spad{numberOfFactors(u)} returns the number of factors in \\spadvar{\\spad{u}}.")) (|nthFlag| (((|Union| "nil" "sqfr" "irred" "prime") $ (|Integer|)) "\\spad{nthFlag(u,{}n)} returns the information flag of the \\spad{n}th factor of \\spadvar{\\spad{u}}. If \\spadvar{\\spad{n}} is not a valid index for a factor (for example,{} less than 1 or too big),{} \"nil\" is returned.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(u,{}n)} returns the base of the \\spad{n}th factor of \\spadvar{\\spad{u}}. If \\spadvar{\\spad{n}} is not a valid index for a factor (for example,{} less than 1 or too big),{} 1 is returned. If \\spadvar{\\spad{u}} consists only of a unit,{} the unit is returned.")) (|nthExponent| (((|Integer|) $ (|Integer|)) "\\spad{nthExponent(u,{}n)} returns the exponent of the \\spad{n}th factor of \\spadvar{\\spad{u}}. If \\spadvar{\\spad{n}} is not a valid index for a factor (for example,{} less than 1 or too big),{} 0 is returned.")) (|irreducibleFactor| (($ |#1| (|Integer|)) "\\spad{irreducibleFactor(base,{}exponent)} creates a factored object with a single factor whose \\spad{base} is asserted to be irreducible (flag = \"irred\").")) (|factors| (((|List| (|Record| (|:| |factor| |#1|) (|:| |exponent| (|Integer|)))) $) "\\spad{factors(u)} returns a list of the factors in a form suitable for iteration. That is,{} it returns a list where each element is a record containing a base and exponent. The original object is the product of all the factors and the unit (which can be extracted by \\axiom{unit(\\spad{u})}).")) (|nilFactor| (($ |#1| (|Integer|)) "\\spad{nilFactor(base,{}exponent)} creates a factored object with a single factor with no information about the kind of \\spad{base} (flag = \"nil\").")) (|factorList| (((|List| (|Record| (|:| |flg| (|Union| "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (|Integer|)))) $) "\\spad{factorList(u)} returns the list of factors with flags (for use by factoring code).")) (|makeFR| (($ |#1| (|List| (|Record| (|:| |flg| (|Union| "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (|Integer|))))) "\\spad{makeFR(unit,{}listOfFactors)} creates a factored object (for use by factoring code).")) (|exponent| (((|Integer|) $) "\\spad{exponent(u)} returns the exponent of the first factor of \\spadvar{\\spad{u}},{} or 0 if the factored form consists solely of a unit.")) (|expand| ((|#1| $) "\\spad{expand(f)} multiplies the unit and factors together,{} yielding an \"unfactored\" object. Note: this is purposely not called \\spadfun{coerce} which would cause the interpreter to do this automatically.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -288) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -265) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-1132))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-1132)))) (|HasCategory| |#1| (QUOTE (-953))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -265) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-429))))
-(-397 R)
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -290) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -267) (QUOTE $) (QUOTE $))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-1134))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-1134)))) (|HasCategory| |#1| (QUOTE (-955))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -267) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-431))))
+(-399 R)
((|constructor| (NIL "\\spadtype{FactoredFunctionUtilities} implements some utility functions for manipulating factored objects.")) (|mergeFactors| (((|Factored| |#1|) (|Factored| |#1|) (|Factored| |#1|)) "\\spad{mergeFactors(u,{}v)} is used when the factorizations of \\spadvar{\\spad{u}} and \\spadvar{\\spad{v}} are known to be disjoint,{} \\spadignore{e.g.} resulting from a content/primitive part split. Essentially,{} it creates a new factored object by multiplying the units together and appending the lists of factors.")) (|refine| (((|Factored| |#1|) (|Factored| |#1|) (|Mapping| (|Factored| |#1|) |#1|)) "\\spad{refine(u,{}fn)} is used to apply the function \\userfun{\\spad{fn}} to each factor of \\spadvar{\\spad{u}} and then build a new factored object from the results. For example,{} if \\spadvar{\\spad{u}} were created by calling \\spad{nilFactor(10,{}2)} then \\spad{refine(u,{}factor)} would create a factored object equal to that created by \\spad{factor(100)} or \\spad{primeFactor(2,{}2) * primeFactor(5,{}2)}.")))
NIL
NIL
-(-398 R FE |x| |cen|)
+(-400 R FE |x| |cen|)
((|constructor| (NIL "This package converts expressions in some function space to exponential expansions.")) (|localAbs| ((|#2| |#2|) "\\spad{localAbs(fcn)} = \\spad{abs(fcn)} or \\spad{sqrt(fcn**2)} depending on whether or not FE has a function \\spad{abs}. This should be a local function,{} but the compiler won\\spad{'t} allow it.")) (|exprToXXP| (((|Union| (|:| |%expansion| (|ExponentialExpansion| |#1| |#2| |#3| |#4|)) (|:| |%problem| (|Record| (|:| |func| (|String|)) (|:| |prob| (|String|))))) |#2| (|Boolean|)) "\\spad{exprToXXP(fcn,{}posCheck?)} converts the expression \\spad{fcn} to an exponential expansion. If \\spad{posCheck?} is \\spad{true},{} log\\spad{'s} of negative numbers are not allowed nor are \\spad{n}th roots of negative numbers with \\spad{n} even. If \\spad{posCheck?} is \\spad{false},{} these are allowed.")))
NIL
NIL
-(-399 R A S B)
+(-401 R A S B)
((|constructor| (NIL "This package allows a mapping \\spad{R} \\spad{->} \\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}.")))
NIL
NIL
-(-400 R FE |Expon| UPS TRAN |x|)
+(-402 R FE |Expon| UPS TRAN |x|)
((|constructor| (NIL "This package converts expressions in some function space to power series in a variable \\spad{x} with coefficients in that function space. The function \\spadfun{exprToUPS} converts expressions to power series whose coefficients do not contain the variable \\spad{x}. The function \\spadfun{exprToGenUPS} converts functional expressions to power series whose coefficients may involve functions of \\spad{log(x)}.")) (|localAbs| ((|#2| |#2|) "\\spad{localAbs(fcn)} = \\spad{abs(fcn)} or \\spad{sqrt(fcn**2)} depending on whether or not FE has a function \\spad{abs}. This should be a local function,{} but the compiler won\\spad{'t} allow it.")) (|exprToGenUPS| (((|Union| (|:| |%series| |#4|) (|:| |%problem| (|Record| (|:| |func| (|String|)) (|:| |prob| (|String|))))) |#2| (|Boolean|) (|String|)) "\\spad{exprToGenUPS(fcn,{}posCheck?,{}atanFlag)} converts the expression \\spad{fcn} to a generalized power series. If \\spad{posCheck?} is \\spad{true},{} log\\spad{'s} of negative numbers are not allowed nor are \\spad{n}th roots of negative numbers with \\spad{n} even. If \\spad{posCheck?} is \\spad{false},{} these are allowed. \\spad{atanFlag} determines how the case \\spad{atan(f(x))},{} where \\spad{f(x)} has a pole,{} will be treated. The possible values of \\spad{atanFlag} are \\spad{\"complex\"},{} \\spad{\"real: two sides\"},{} \\spad{\"real: left side\"},{} \\spad{\"real: right side\"},{} and \\spad{\"just do it\"}. If \\spad{atanFlag} is \\spad{\"complex\"},{} then no series expansion will be computed because,{} viewed as a function of a complex variable,{} \\spad{atan(f(x))} has an essential singularity. Otherwise,{} the sign of the leading coefficient of the series expansion of \\spad{f(x)} determines the constant coefficient in the series expansion of \\spad{atan(f(x))}. If this sign cannot be determined,{} a series expansion is computed only when \\spad{atanFlag} is \\spad{\"just do it\"}. When the leading term in the series expansion of \\spad{f(x)} is of odd degree (or is a rational degree with odd numerator),{} then the constant coefficient in the series expansion of \\spad{atan(f(x))} for values to the left differs from that for values to the right. If \\spad{atanFlag} is \\spad{\"real: two sides\"},{} no series expansion will be computed. If \\spad{atanFlag} is \\spad{\"real: left side\"} the constant coefficient for values to the left will be used and if \\spad{atanFlag} \\spad{\"real: right side\"} the constant coefficient for values to the right will be used. If there is a problem in converting the function to a power series,{} we return a record containing the name of the function that caused the problem and a brief description of the problem. When expanding the expression into a series it is assumed that the series is centered at 0. For a series centered at a,{} the user should perform the substitution \\spad{x -> x + a} before calling this function.")) (|exprToUPS| (((|Union| (|:| |%series| |#4|) (|:| |%problem| (|Record| (|:| |func| (|String|)) (|:| |prob| (|String|))))) |#2| (|Boolean|) (|String|)) "\\spad{exprToUPS(fcn,{}posCheck?,{}atanFlag)} converts the expression \\spad{fcn} to a power series. If \\spad{posCheck?} is \\spad{true},{} log\\spad{'s} of negative numbers are not allowed nor are \\spad{n}th roots of negative numbers with \\spad{n} even. If \\spad{posCheck?} is \\spad{false},{} these are allowed. \\spad{atanFlag} determines how the case \\spad{atan(f(x))},{} where \\spad{f(x)} has a pole,{} will be treated. The possible values of \\spad{atanFlag} are \\spad{\"complex\"},{} \\spad{\"real: two sides\"},{} \\spad{\"real: left side\"},{} \\spad{\"real: right side\"},{} and \\spad{\"just do it\"}. If \\spad{atanFlag} is \\spad{\"complex\"},{} then no series expansion will be computed because,{} viewed as a function of a complex variable,{} \\spad{atan(f(x))} has an essential singularity. Otherwise,{} the sign of the leading coefficient of the series expansion of \\spad{f(x)} determines the constant coefficient in the series expansion of \\spad{atan(f(x))}. If this sign cannot be determined,{} a series expansion is computed only when \\spad{atanFlag} is \\spad{\"just do it\"}. When the leading term in the series expansion of \\spad{f(x)} is of odd degree (or is a rational degree with odd numerator),{} then the constant coefficient in the series expansion of \\spad{atan(f(x))} for values to the left differs from that for values to the right. If \\spad{atanFlag} is \\spad{\"real: two sides\"},{} no series expansion will be computed. If \\spad{atanFlag} is \\spad{\"real: left side\"} the constant coefficient for values to the left will be used and if \\spad{atanFlag} \\spad{\"real: right side\"} the constant coefficient for values to the right will be used. If there is a problem in converting the function to a power series,{} a record containing the name of the function that caused the problem and a brief description of the problem is returned. When expanding the expression into a series it is assumed that the series is centered at 0. For a series centered at a,{} the user should perform the substitution \\spad{x -> x + a} before calling this function.")) (|integrate| (($ $) "\\spad{integrate(x)} returns the integral of \\spad{x} since we need to be able to integrate a power series")) (|differentiate| (($ $) "\\spad{differentiate(x)} returns the derivative of \\spad{x} since we need to be able to differentiate a power series")) (|coerce| (($ |#3|) "\\spad{coerce(e)} converts an 'exponent' \\spad{e} to an 'expression'")))
NIL
NIL
-(-401 S A R B)
+(-403 S A R B)
((|constructor| (NIL "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
-(-402 A S)
+(-404 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 (-789))) (|HasCategory| |#2| (QUOTE (-346))))
-(-403 S)
+((|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-348))))
+(-405 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}.")))
-((-4259 . T) (-4249 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4251 . T) (-4262 . T) (-1442 . T))
NIL
-(-404 R -1834)
+(-406 R -1819)
((|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
-(-405 R E)
+(-407 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")))
-((-4246 -12 (|has| |#1| (-6 -4246)) (|has| |#2| (-6 -4246))) (-4253 . T) (-4254 . T) (-4256 . T))
-((-12 (|HasAttribute| |#1| (QUOTE -4246)) (|HasAttribute| |#2| (QUOTE -4246))))
-(-406 R -1834)
+((-4248 -12 (|has| |#1| (-6 -4248)) (|has| |#2| (-6 -4248))) (-4255 . T) (-4256 . T) (-4258 . T))
+((-12 (|HasAttribute| |#1| (QUOTE -4248)) (|HasAttribute| |#2| (QUOTE -4248))))
+(-408 R -1819)
((|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
-(-407 S R)
+(-409 S R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f,{} k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $)) (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#2| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#2|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#2|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#2|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#2| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n,{} x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,{}...,{}mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,{}f)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,{}op)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,{}...,{}an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x,{} s,{} n,{} f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x,{} s,{} n,{} f)} replaces every \\spad{s(a1,{}...,{}am)**n} in \\spad{x} by \\spad{f(a1,{}...,{}am)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)**ni} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)**ni} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm],{} y)} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x,{} s,{} f,{} y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f,{} [foo1,{}...,{}foon])} unquotes all the \\spad{fooi}\\spad{'s} in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f,{} foo)} unquotes all the foo\\spad{'s} in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo,{} [x1,{}...,{}xn])} returns \\spad{'foo(x1,{}...,{}xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z,{} t)} returns \\spad{'foo(x,{}y,{}z,{}t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z)} returns \\spad{'foo(x,{}y,{}z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo,{} x,{} y)} returns \\spad{'foo(x,{}y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo,{} x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#2| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-450))) (|HasCategory| |#2| (QUOTE (-1032))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))))
-(-408 R)
+((|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-1034))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))))
+(-410 R)
((|constructor| (NIL "A space of formal functions with arguments in an arbitrary ordered set.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| $)) $ (|Kernel| $)) "\\spad{univariate(f,{} k)} returns \\spad{f} viewed as a univariate fraction in \\spad{k}.")) (/ (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $)) (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{p1/p2} returns the quotient of \\spad{p1} and \\spad{p2} as an element of \\%.")) (|denominator| (($ $) "\\spad{denominator(f)} returns the denominator of \\spad{f} converted to \\%.")) (|denom| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{denom(f)} returns the denominator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|convert| (($ (|Factored| $)) "\\spad{convert(f1\\^e1 ... fm\\^em)} returns \\spad{(f1)\\^e1 ... (fm)\\^em} as an element of \\%,{} using formal kernels created using a \\spadfunFrom{paren}{ExpressionSpace}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isPower(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|numerator| (($ $) "\\spad{numerator(f)} returns the numerator of \\spad{f} converted to \\%.")) (|numer| (((|SparseMultivariatePolynomial| |#1| (|Kernel| $)) $) "\\spad{numer(f)} returns the numerator of \\spad{f} viewed as a polynomial in the kernels over \\spad{R} if \\spad{R} is an integral domain. If not,{} then numer(\\spad{f}) = \\spad{f} viewed as a polynomial in the kernels over \\spad{R}.")) (|coerce| (($ (|Fraction| (|Polynomial| (|Fraction| |#1|)))) "\\spad{coerce(f)} returns \\spad{f} as an element of \\%.") (($ (|Polynomial| (|Fraction| |#1|))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.") (($ (|Fraction| |#1|)) "\\spad{coerce(q)} returns \\spad{q} as an element of \\%.") (($ (|SparseMultivariatePolynomial| |#1| (|Kernel| $))) "\\spad{coerce(p)} returns \\spad{p} as an element of \\%.")) (|isMult| (((|Union| (|Record| (|:| |coef| (|Integer|)) (|:| |var| (|Kernel| $))) "failed") $) "\\spad{isMult(p)} returns \\spad{[n,{} x]} if \\spad{p = n * x} and \\spad{n <> 0}.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,{}...,{}mn]} if \\spad{p = m1 +...+ mn} and \\spad{n > 1}.")) (|isExpt| (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|Symbol|)) "\\spad{isExpt(p,{}f)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = f(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $ (|BasicOperator|)) "\\spad{isExpt(p,{}op)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0} and \\spad{x = op(a)}.") (((|Union| (|Record| (|:| |var| (|Kernel| $)) (|:| |exponent| (|Integer|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,{}...,{}an]} if \\spad{p = a1*...*an} and \\spad{n > 1}.")) (** (($ $ (|NonNegativeInteger|)) "\\spad{x**n} returns \\spad{x} * \\spad{x} * \\spad{x} * ... * \\spad{x} (\\spad{n} times).")) (|eval| (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ $)) "\\spad{eval(x,{} s,{} n,{} f)} replaces every \\spad{s(a)**n} in \\spad{x} by \\spad{f(a)} for any \\spad{a}.") (($ $ (|Symbol|) (|NonNegativeInteger|) (|Mapping| $ (|List| $))) "\\spad{eval(x,{} s,{} n,{} f)} replaces every \\spad{s(a1,{}...,{}am)**n} in \\spad{x} by \\spad{f(a1,{}...,{}am)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ (|List| $)))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a1,{}...,{}an)**ni} in \\spad{x} by \\spad{\\spad{fi}(a1,{}...,{}an)} for any a1,{}...,{}am.") (($ $ (|List| (|Symbol|)) (|List| (|NonNegativeInteger|)) (|List| (|Mapping| $ $))) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [n1,{}...,{}nm],{} [f1,{}...,{}fm])} replaces every \\spad{\\spad{si}(a)**ni} in \\spad{x} by \\spad{\\spad{fi}(a)} for any \\spad{a}.") (($ $ (|List| (|BasicOperator|)) (|List| $) (|Symbol|)) "\\spad{eval(x,{} [s1,{}...,{}sm],{} [f1,{}...,{}fm],{} y)} replaces every \\spad{\\spad{si}(a)} in \\spad{x} by \\spad{\\spad{fi}(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $ (|BasicOperator|) $ (|Symbol|)) "\\spad{eval(x,{} s,{} f,{} y)} replaces every \\spad{s(a)} in \\spad{x} by \\spad{f(y)} with \\spad{y} replaced by \\spad{a} for any \\spad{a}.") (($ $) "\\spad{eval(f)} unquotes all the quoted operators in \\spad{f}.") (($ $ (|List| (|Symbol|))) "\\spad{eval(f,{} [foo1,{}...,{}foon])} unquotes all the \\spad{fooi}\\spad{'s} in \\spad{f}.") (($ $ (|Symbol|)) "\\spad{eval(f,{} foo)} unquotes all the foo\\spad{'s} in \\spad{f}.")) (|applyQuote| (($ (|Symbol|) (|List| $)) "\\spad{applyQuote(foo,{} [x1,{}...,{}xn])} returns \\spad{'foo(x1,{}...,{}xn)}.") (($ (|Symbol|) $ $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z,{} t)} returns \\spad{'foo(x,{}y,{}z,{}t)}.") (($ (|Symbol|) $ $ $) "\\spad{applyQuote(foo,{} x,{} y,{} z)} returns \\spad{'foo(x,{}y,{}z)}.") (($ (|Symbol|) $ $) "\\spad{applyQuote(foo,{} x,{} y)} returns \\spad{'foo(x,{}y)}.") (($ (|Symbol|) $) "\\spad{applyQuote(foo,{} x)} returns \\spad{'foo(x)}.")) (|variables| (((|List| (|Symbol|)) $) "\\spad{variables(f)} returns the list of all the variables of \\spad{f}.")) (|ground| ((|#1| $) "\\spad{ground(f)} returns \\spad{f} as an element of \\spad{R}. An error occurs if \\spad{f} is not an element of \\spad{R}.")) (|ground?| (((|Boolean|) $) "\\spad{ground?(f)} tests if \\spad{f} is an element of \\spad{R}.")))
-((-4256 -2067 (|has| |#1| (-977)) (|has| |#1| (-450))) (-4254 |has| |#1| (-160)) (-4253 |has| |#1| (-160)) ((-4261 "*") |has| |#1| (-517)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-517)) (-4251 |has| |#1| (-517)) (-1456 . T))
+((-4258 -2027 (|has| |#1| (-979)) (|has| |#1| (-452))) (-4256 |has| |#1| (-162)) (-4255 |has| |#1| (-162)) ((-4263 "*") |has| |#1| (-519)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-519)) (-4253 |has| |#1| (-519)) (-1442 . T))
NIL
-(-409 R -1834)
+(-411 R -1819)
((|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
-(-410 R -1834)
+(-412 R -1819)
((|constructor| (NIL "FunctionsSpacePrimitiveElement provides functions to compute primitive elements in functions spaces.")) (|primitiveElement| (((|Record| (|:| |primelt| |#2|) (|:| |pol1| (|SparseUnivariatePolynomial| |#2|)) (|:| |pol2| (|SparseUnivariatePolynomial| |#2|)) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) |#2| |#2|) "\\spad{primitiveElement(a1,{} a2)} returns \\spad{[a,{} q1,{} q2,{} q]} such that \\spad{k(a1,{} a2) = k(a)},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The minimal polynomial for a2 may involve \\spad{a1},{} but the minimal polynomial for \\spad{a1} may not involve a2; This operations uses \\spadfun{resultant}.") (((|Record| (|:| |primelt| |#2|) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#2|))) (|:| |prim| (|SparseUnivariatePolynomial| |#2|))) (|List| |#2|)) "\\spad{primitiveElement([a1,{}...,{}an])} returns \\spad{[a,{} [q1,{}...,{}qn],{} q]} such that then \\spad{k(a1,{}...,{}an) = k(a)},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.")))
NIL
((|HasCategory| |#2| (QUOTE (-27))))
-(-411 R -1834)
+(-413 R -1819)
((|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
-(-412)
+(-414)
((|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
-(-413 R -1834 UP)
+(-415 R -1819 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 -968) (QUOTE (-47)))))
-(-414)
+((|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-47)))))
+(-416)
((|constructor| (NIL "Code to manipulate Fortran templates")) (|fortranCarriageReturn| (((|Void|)) "\\spad{fortranCarriageReturn()} produces a carriage return on the current Fortran output stream")) (|fortranLiteral| (((|Void|) (|String|)) "\\spad{fortranLiteral(s)} writes \\spad{s} to the current Fortran output stream")) (|fortranLiteralLine| (((|Void|) (|String|)) "\\spad{fortranLiteralLine(s)} writes \\spad{s} to the current Fortran output stream,{} followed by a carriage return")) (|processTemplate| (((|FileName|) (|FileName|)) "\\spad{processTemplate(tp)} processes the template \\spad{tp},{} writing the result to the current FORTRAN output stream.") (((|FileName|) (|FileName|) (|FileName|)) "\\spad{processTemplate(tp,{}fn)} processes the template \\spad{tp},{} writing the result out to \\spad{fn}.")))
NIL
NIL
-(-415)
+(-417)
((|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") (((|OutputForm|) $) "\\spad{coerce(x)} provides a printable form for \\spad{x}")))
NIL
NIL
-(-416 |f|)
+(-418 |f|)
((|constructor| (NIL "This domain implements named functions")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-417)
+(-419)
((|constructor| (NIL "\\axiomType{FortranVectorCategory} provides support for producing Functions and Subroutines when the input to these is an AXIOM object of type \\axiomType{Vector} or in domains involving \\axiomType{FortranCode}.")) (|coerce| (($ (|Record| (|:| |localSymbols| (|SymbolTable|)) (|:| |code| (|List| (|FortranCode|))))) "\\spad{coerce(e)} takes the component of \\spad{e} from \\spadtype{List FortranCode} and uses it as the body of the ASP,{} making the declarations in the \\spadtype{SymbolTable} component.") (($ (|FortranCode|)) "\\spad{coerce(e)} takes an object from \\spadtype{FortranCode} and \\indented{1}{uses it as the body of an ASP.}") (($ (|List| (|FortranCode|))) "\\spad{coerce(e)} takes an object from \\spadtype{List FortranCode} and \\indented{1}{uses it as the body of an ASP.}") (($ (|Vector| (|MachineFloat|))) "\\spad{coerce(v)} produces an ASP which returns the value of \\spad{v}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-418)
+(-420)
((|constructor| (NIL "\\axiomType{FortranVectorFunctionCategory} is the catagory of arguments to NAG Library routines which return the values of vectors of functions.")) (|retractIfCan| (((|Union| $ "failed") (|Vector| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Fraction| (|Polynomial| (|Float|))))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Polynomial| (|Integer|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Polynomial| (|Float|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Expression| (|Integer|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (((|Union| $ "failed") (|Vector| (|Expression| (|Float|)))) "\\spad{retractIfCan(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|retract| (($ (|Vector| (|Fraction| (|Polynomial| (|Integer|))))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Fraction| (|Polynomial| (|Float|))))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Polynomial| (|Integer|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Polynomial| (|Float|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Expression| (|Integer|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}") (($ (|Vector| (|Expression| (|Float|)))) "\\spad{retract(e)} tries to convert \\spad{e} into an ASP,{} checking that \\indented{1}{legal Fortran-77 is produced.}")) (|coerce| (($ (|Record| (|:| |localSymbols| (|SymbolTable|)) (|:| |code| (|List| (|FortranCode|))))) "\\spad{coerce(e)} takes the component of \\spad{e} from \\spadtype{List FortranCode} and uses it as the body of the ASP,{} making the declarations in the \\spadtype{SymbolTable} component.") (($ (|FortranCode|)) "\\spad{coerce(e)} takes an object from \\spadtype{FortranCode} and \\indented{1}{uses it as the body of an ASP.}") (($ (|List| (|FortranCode|))) "\\spad{coerce(e)} takes an object from \\spadtype{List FortranCode} and \\indented{1}{uses it as the body of an ASP.}")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-419 UP)
+(-421 UP)
((|constructor| (NIL "\\spadtype{GaloisGroupFactorizer} provides functions to factor resolvents.")) (|btwFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|) (|Set| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{btwFact(p,{}sqf,{}pd,{}r)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors). \\spad{pd} is the \\spadtype{Set} of possible degrees. \\spad{r} is a lower bound for the number of factors of \\spad{p}. Please do not use this function in your code because its design may change.")) (|henselFact| (((|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|)))))) |#1| (|Boolean|)) "\\spad{henselFact(p,{}sqf)} returns the factorization of \\spad{p},{} the result is a Record such that \\spad{contp=}content \\spad{p},{} \\spad{factors=}List of irreducible factors of \\spad{p} with exponent. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).")) (|factorOfDegree| (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|) (|Boolean|)) "\\spad{factorOfDegree(d,{}p,{}listOfDegrees,{}r,{}sqf)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors. If \\spad{sqf=true} the polynomial is assumed to be square free (\\spadignore{i.e.} without repeated factors).") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,{}p,{}listOfDegrees,{}r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees},{} and that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorOfDegree(d,{}p,{}listOfDegrees)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1| (|NonNegativeInteger|)) "\\spad{factorOfDegree(d,{}p,{}r)} returns a factor of \\spad{p} of degree \\spad{d} knowing that \\spad{p} has at least \\spad{r} factors.") (((|Union| |#1| "failed") (|PositiveInteger|) |#1|) "\\spad{factorOfDegree(d,{}p)} returns a factor of \\spad{p} of degree \\spad{d}.")) (|factorSquareFree| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,{}d,{}r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,{}listOfDegrees,{}r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factorSquareFree(p,{}listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factorSquareFree(p,{}r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors. \\spad{f} is supposed not having any repeated factor (this is not checked).") (((|Factored| |#1|) |#1|) "\\spad{factorSquareFree(p)} returns the factorization of \\spad{p} which is supposed not having any repeated factor (this is not checked).")) (|factor| (((|Factored| |#1|) |#1| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{factor(p,{}d,{}r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{d} divides the degree of all factors of \\spad{p} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{factor(p,{}listOfDegrees,{}r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm,{} knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees} and that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1| (|List| (|NonNegativeInteger|))) "\\spad{factor(p,{}listOfDegrees)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has for possible splitting of its degree \\spad{listOfDegrees}.") (((|Factored| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{factor(p,{}r)} factorizes the polynomial \\spad{p} using the single factor bound algorithm and knowing that \\spad{p} has at least \\spad{r} factors.") (((|Factored| |#1|) |#1|) "\\spad{factor(p)} returns the factorization of \\spad{p} over the integers.")) (|tryFunctionalDecomposition| (((|Boolean|) (|Boolean|)) "\\spad{tryFunctionalDecomposition(b)} chooses whether factorizers have to look for functional decomposition of polynomials (\\spad{true}) or not (\\spad{false}). Returns the previous value.")) (|tryFunctionalDecomposition?| (((|Boolean|)) "\\spad{tryFunctionalDecomposition?()} returns \\spad{true} if factorizers try functional decomposition of polynomials before factoring them.")) (|eisensteinIrreducible?| (((|Boolean|) |#1|) "\\spad{eisensteinIrreducible?(p)} returns \\spad{true} if \\spad{p} can be shown to be irreducible by Eisenstein\\spad{'s} criterion,{} \\spad{false} is inconclusive.")) (|useEisensteinCriterion| (((|Boolean|) (|Boolean|)) "\\spad{useEisensteinCriterion(b)} chooses whether factorizers check Eisenstein\\spad{'s} criterion before factoring: \\spad{true} for using it,{} \\spad{false} else. Returns the previous value.")) (|useEisensteinCriterion?| (((|Boolean|)) "\\spad{useEisensteinCriterion?()} returns \\spad{true} if factorizers check Eisenstein\\spad{'s} criterion before factoring.")) (|useSingleFactorBound| (((|Boolean|) (|Boolean|)) "\\spad{useSingleFactorBound(b)} chooses the algorithm to be used by the factorizers: \\spad{true} for algorithm with single factor bound,{} \\spad{false} for algorithm with overall bound. Returns the previous value.")) (|useSingleFactorBound?| (((|Boolean|)) "\\spad{useSingleFactorBound?()} returns \\spad{true} if algorithm with single factor bound is used for factorization,{} \\spad{false} for algorithm with overall bound.")) (|modularFactor| (((|Record| (|:| |prime| (|Integer|)) (|:| |factors| (|List| |#1|))) |#1|) "\\spad{modularFactor(f)} chooses a \"good\" prime and returns the factorization of \\spad{f} modulo this prime in a form that may be used by \\spadfunFrom{completeHensel}{GeneralHenselPackage}. If prime is zero it means that \\spad{f} has been proved to be irreducible over the integers or that \\spad{f} is a unit (\\spadignore{i.e.} 1 or \\spad{-1}). \\spad{f} shall be primitive (\\spadignore{i.e.} content(\\spad{p})\\spad{=1}) and square free (\\spadignore{i.e.} without repeated factors).")) (|numberOfFactors| (((|NonNegativeInteger|) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{numberOfFactors(ddfactorization)} returns the number of factors of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|stopMusserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{stopMusserTrials(n)} sets to \\spad{n} the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**n} trials. Returns the previous value.") (((|PositiveInteger|)) "\\spad{stopMusserTrials()} returns the bound on the number of factors for which \\spadfun{modularFactor} stops to look for an other prime. You will have to remember that the step of recombining the extraneous factors may take up to \\spad{2**stopMusserTrials()} trials.")) (|musserTrials| (((|PositiveInteger|) (|PositiveInteger|)) "\\spad{musserTrials(n)} sets to \\spad{n} the number of primes to be tried in \\spadfun{modularFactor} and returns the previous value.") (((|PositiveInteger|)) "\\spad{musserTrials()} returns the number of primes that are tried in \\spadfun{modularFactor}.")) (|degreePartition| (((|Multiset| (|NonNegativeInteger|)) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|))))) "\\spad{degreePartition(ddfactorization)} returns the degree partition of the polynomial \\spad{f} modulo \\spad{p} where \\spad{ddfactorization} is the distinct degree factorization of \\spad{f} computed by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} for some prime \\spad{p}.")) (|makeFR| (((|Factored| |#1|) (|Record| (|:| |contp| (|Integer|)) (|:| |factors| (|List| (|Record| (|:| |irr| |#1|) (|:| |pow| (|Integer|))))))) "\\spad{makeFR(flist)} turns the final factorization of henselFact into a \\spadtype{Factored} object.")))
NIL
NIL
-(-420 R UP -1834)
+(-422 R UP -1819)
((|constructor| (NIL "\\spadtype{GaloisGroupFactorizationUtilities} provides functions that will be used by the factorizer.")) (|length| ((|#3| |#2|) "\\spad{length(p)} returns the sum of the absolute values of the coefficients of the polynomial \\spad{p}.")) (|height| ((|#3| |#2|) "\\spad{height(p)} returns the maximal absolute value of the coefficients of the polynomial \\spad{p}.")) (|infinityNorm| ((|#3| |#2|) "\\spad{infinityNorm(f)} returns the maximal absolute value of the coefficients of the polynomial \\spad{f}.")) (|quadraticNorm| ((|#3| |#2|) "\\spad{quadraticNorm(f)} returns the \\spad{l2} norm of the polynomial \\spad{f}.")) (|norm| ((|#3| |#2| (|PositiveInteger|)) "\\spad{norm(f,{}p)} returns the \\spad{lp} norm of the polynomial \\spad{f}.")) (|singleFactorBound| (((|Integer|) |#2|) "\\spad{singleFactorBound(p,{}r)} returns a bound on the infinite norm of the factor of \\spad{p} with smallest Bombieri\\spad{'s} norm. \\spad{p} shall be of degree higher or equal to 2.") (((|Integer|) |#2| (|NonNegativeInteger|)) "\\spad{singleFactorBound(p,{}r)} returns a bound on the infinite norm of the factor of \\spad{p} with smallest Bombieri\\spad{'s} norm. \\spad{r} is a lower bound for the number of factors of \\spad{p}. \\spad{p} shall be of degree higher or equal to 2.")) (|rootBound| (((|Integer|) |#2|) "\\spad{rootBound(p)} returns a bound on the largest norm of the complex roots of \\spad{p}.")) (|bombieriNorm| ((|#3| |#2| (|PositiveInteger|)) "\\spad{bombieriNorm(p,{}n)} returns the \\spad{n}th Bombieri\\spad{'s} norm of \\spad{p}.") ((|#3| |#2|) "\\spad{bombieriNorm(p)} returns quadratic Bombieri\\spad{'s} norm of \\spad{p}.")) (|beauzamyBound| (((|Integer|) |#2|) "\\spad{beauzamyBound(p)} returns a bound on the larger coefficient of any factor of \\spad{p}.")))
NIL
NIL
-(-421 R UP)
+(-423 R UP)
((|constructor| (NIL "\\spadtype{GaloisGroupPolynomialUtilities} provides useful functions for univariate polynomials which should be added to \\spadtype{UnivariatePolynomialCategory} or to \\spadtype{Factored} (July 1994).")) (|factorsOfDegree| (((|List| |#2|) (|PositiveInteger|) (|Factored| |#2|)) "\\spad{factorsOfDegree(d,{}f)} returns the factors of degree \\spad{d} of the factored polynomial \\spad{f}.")) (|factorOfDegree| ((|#2| (|PositiveInteger|) (|Factored| |#2|)) "\\spad{factorOfDegree(d,{}f)} returns a factor of degree \\spad{d} of the factored polynomial \\spad{f}. Such a factor shall exist.")) (|degreePartition| (((|Multiset| (|NonNegativeInteger|)) (|Factored| |#2|)) "\\spad{degreePartition(f)} returns the degree partition (\\spadignore{i.e.} the multiset of the degrees of the irreducible factors) of the polynomial \\spad{f}.")) (|shiftRoots| ((|#2| |#2| |#1|) "\\spad{shiftRoots(p,{}c)} returns the polynomial which has for roots \\spad{c} added to the roots of \\spad{p}.")) (|scaleRoots| ((|#2| |#2| |#1|) "\\spad{scaleRoots(p,{}c)} returns the polynomial which has \\spad{c} times the roots of \\spad{p}.")) (|reverse| ((|#2| |#2|) "\\spad{reverse(p)} returns the reverse polynomial of \\spad{p}.")) (|unvectorise| ((|#2| (|Vector| |#1|)) "\\spad{unvectorise(v)} returns the polynomial which has for coefficients the entries of \\spad{v} in the increasing order.")) (|monic?| (((|Boolean|) |#2|) "\\spad{monic?(p)} tests if \\spad{p} is monic (\\spadignore{i.e.} leading coefficient equal to 1).")))
NIL
NIL
-(-422 R)
+(-424 R)
((|constructor| (NIL "\\spadtype{GaloisGroupUtilities} provides several useful functions.")) (|safetyMargin| (((|NonNegativeInteger|)) "\\spad{safetyMargin()} returns the number of low weight digits we do not trust in the floating point representation (used by \\spadfun{safeCeiling}).") (((|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{safetyMargin(n)} sets to \\spad{n} the number of low weight digits we do not trust in the floating point representation and returns the previous value (for use by \\spadfun{safeCeiling}).")) (|safeFloor| (((|Integer|) |#1|) "\\spad{safeFloor(x)} returns the integer which is lower or equal to the largest integer which has the same floating point number representation.")) (|safeCeiling| (((|Integer|) |#1|) "\\spad{safeCeiling(x)} returns the integer which is greater than any integer with the same floating point number representation.")) (|fillPascalTriangle| (((|Void|)) "\\spad{fillPascalTriangle()} fills the stored table.")) (|sizePascalTriangle| (((|NonNegativeInteger|)) "\\spad{sizePascalTriangle()} returns the number of entries currently stored in the table.")) (|rangePascalTriangle| (((|NonNegativeInteger|)) "\\spad{rangePascalTriangle()} returns the maximal number of lines stored.") (((|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{rangePascalTriangle(n)} sets the maximal number of lines which are stored and returns the previous value.")) (|pascalTriangle| ((|#1| (|NonNegativeInteger|) (|Integer|)) "\\spad{pascalTriangle(n,{}r)} returns the binomial coefficient \\spad{C(n,{}r)=n!/(r! (n-r)!)} and stores it in a table to prevent recomputation.")))
NIL
-((|HasCategory| |#1| (QUOTE (-382))))
-(-423)
+((|HasCategory| |#1| (QUOTE (-384))))
+(-425)
((|constructor| (NIL "Package for the factorization of complex or gaussian integers.")) (|prime?| (((|Boolean|) (|Complex| (|Integer|))) "\\spad{prime?(\\spad{zi})} tests if the complex integer \\spad{zi} is prime.")) (|sumSquares| (((|List| (|Integer|)) (|Integer|)) "\\spad{sumSquares(p)} construct \\spad{a} and \\spad{b} such that \\spad{a**2+b**2} is equal to the integer prime \\spad{p},{} and otherwise returns an error. It will succeed if the prime number \\spad{p} is 2 or congruent to 1 mod 4.")) (|factor| (((|Factored| (|Complex| (|Integer|))) (|Complex| (|Integer|))) "\\spad{factor(\\spad{zi})} produces the complete factorization of the complex integer \\spad{zi}.")))
NIL
NIL
-(-424 |Dom| |Expon| |VarSet| |Dpol|)
+(-426 |Dom| |Expon| |VarSet| |Dpol|)
((|constructor| (NIL "\\spadtype{EuclideanGroebnerBasisPackage} computes groebner bases for polynomial ideals over euclidean domains. The basic computation provides a distinguished set of generators for these ideals. This basis allows an easy test for membership: the operation \\spadfun{euclideanNormalForm} returns zero on ideal members. The string \"info\" and \"redcrit\" can be given as additional args to provide incremental information during the computation. If \"info\" is given,{} \\indented{1}{a computational summary is given for each \\spad{s}-polynomial. If \"redcrit\"} is given,{} the reduced critical pairs are printed. The term ordering is determined by the polynomial type used. Suggested types include \\spadtype{DistributedMultivariatePolynomial},{} \\spadtype{HomogeneousDistributedMultivariatePolynomial},{} \\spadtype{GeneralDistributedMultivariatePolynomial}.")) (|euclideanGroebner| (((|List| |#4|) (|List| |#4|) (|String|) (|String|)) "\\spad{euclideanGroebner(lp,{} \"info\",{} \"redcrit\")} computes a groebner basis for a polynomial ideal generated by the list of polynomials \\spad{lp}. If the second argument is \\spad{\"info\"},{} a summary is given of the critical pairs. If the third argument is \"redcrit\",{} critical pairs are printed.") (((|List| |#4|) (|List| |#4|) (|String|)) "\\spad{euclideanGroebner(lp,{} infoflag)} computes a groebner basis for a polynomial ideal over a euclidean domain generated by the list of polynomials \\spad{lp}. During computation,{} additional information is printed out if infoflag is given as either \"info\" (for summary information) or \"redcrit\" (for reduced critical pairs)") (((|List| |#4|) (|List| |#4|)) "\\spad{euclideanGroebner(lp)} computes a groebner basis for a polynomial ideal over a euclidean domain generated by the list of polynomials \\spad{lp}.")) (|euclideanNormalForm| ((|#4| |#4| (|List| |#4|)) "\\spad{euclideanNormalForm(poly,{}gb)} reduces the polynomial \\spad{poly} modulo the precomputed groebner basis \\spad{gb} giving a canonical representative of the residue class.")))
NIL
NIL
-(-425 |Dom| |Expon| |VarSet| |Dpol|)
+(-427 |Dom| |Expon| |VarSet| |Dpol|)
((|constructor| (NIL "\\spadtype{GroebnerFactorizationPackage} provides the function groebnerFactor\" which uses the factorization routines of \\Language{} to factor each polynomial under consideration while doing the groebner basis algorithm. Then it writes the ideal as an intersection of ideals determined by the irreducible factors. Note that the whole ring may occur as well as other redundancies. We also use the fact,{} that from the second factor on we can assume that the preceding factors are not equal to 0 and we divide all polynomials under considerations by the elements of this list of \"nonZeroRestrictions\". The result is a list of groebner bases,{} whose union of solutions of the corresponding systems of equations is the solution of the system of equation corresponding to the input list. The term ordering is determined by the polynomial type used. Suggested types include \\spadtype{DistributedMultivariatePolynomial},{} \\spadtype{HomogeneousDistributedMultivariatePolynomial},{} \\spadtype{GeneralDistributedMultivariatePolynomial}.")) (|groebnerFactorize| (((|List| (|List| |#4|)) (|List| |#4|) (|Boolean|)) "\\spad{groebnerFactorize(listOfPolys,{} info)} returns a list of groebner bases. The union of their solutions is the solution of the system of equations given by {\\em listOfPolys}. At each stage the polynomial \\spad{p} under consideration (either from the given basis or obtained from a reduction of the next \\spad{S}-polynomial) is factorized. For each irreducible factors of \\spad{p},{} a new {\\em createGroebnerBasis} is started doing the usual updates with the factor in place of \\spad{p}. If {\\em info} is \\spad{true},{} information is printed about partial results.") (((|List| (|List| |#4|)) (|List| |#4|)) "\\spad{groebnerFactorize(listOfPolys)} returns a list of groebner bases. The union of their solutions is the solution of the system of equations given by {\\em listOfPolys}. At each stage the polynomial \\spad{p} under consideration (either from the given basis or obtained from a reduction of the next \\spad{S}-polynomial) is factorized. For each irreducible factors of \\spad{p},{} a new {\\em createGroebnerBasis} is started doing the usual updates with the factor in place of \\spad{p}.") (((|List| (|List| |#4|)) (|List| |#4|) (|List| |#4|) (|Boolean|)) "\\spad{groebnerFactorize(listOfPolys,{} nonZeroRestrictions,{} info)} returns a list of groebner basis. The union of their solutions is the solution of the system of equations given by {\\em listOfPolys} under the restriction that the polynomials of {\\em nonZeroRestrictions} don\\spad{'t} vanish. At each stage the polynomial \\spad{p} under consideration (either from the given basis or obtained from a reduction of the next \\spad{S}-polynomial) is factorized. For each irreducible factors of \\spad{p} a new {\\em createGroebnerBasis} is started doing the usual updates with the factor in place of \\spad{p}. If argument {\\em info} is \\spad{true},{} information is printed about partial results.") (((|List| (|List| |#4|)) (|List| |#4|) (|List| |#4|)) "\\spad{groebnerFactorize(listOfPolys,{} nonZeroRestrictions)} returns a list of groebner basis. The union of their solutions is the solution of the system of equations given by {\\em listOfPolys} under the restriction that the polynomials of {\\em nonZeroRestrictions} don\\spad{'t} vanish. At each stage the polynomial \\spad{p} under consideration (either from the given basis or obtained from a reduction of the next \\spad{S}-polynomial) is factorized. For each irreducible factors of \\spad{p},{} a new {\\em createGroebnerBasis} is started doing the usual updates with the factor in place of \\spad{p}.")) (|factorGroebnerBasis| (((|List| (|List| |#4|)) (|List| |#4|) (|Boolean|)) "\\spad{factorGroebnerBasis(basis,{}info)} checks whether the \\spad{basis} contains reducible polynomials and uses these to split the \\spad{basis}. If argument {\\em info} is \\spad{true},{} information is printed about partial results.") (((|List| (|List| |#4|)) (|List| |#4|)) "\\spad{factorGroebnerBasis(basis)} checks whether the \\spad{basis} contains reducible polynomials and uses these to split the \\spad{basis}.")))
NIL
NIL
-(-426 |Dom| |Expon| |VarSet| |Dpol|)
+(-428 |Dom| |Expon| |VarSet| |Dpol|)
((|constructor| (NIL "\\indented{1}{Author:} Date Created: Date Last Updated: Keywords: Description This package provides low level tools for Groebner basis computations")) (|virtualDegree| (((|NonNegativeInteger|) |#4|) "\\spad{virtualDegree }\\undocumented")) (|makeCrit| (((|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (|Record| (|:| |totdeg| (|NonNegativeInteger|)) (|:| |pol| |#4|)) |#4| (|NonNegativeInteger|)) "\\spad{makeCrit }\\undocumented")) (|critpOrder| (((|Boolean|) (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) "\\spad{critpOrder }\\undocumented")) (|prinb| (((|Void|) (|Integer|)) "\\spad{prinb }\\undocumented")) (|prinpolINFO| (((|Void|) (|List| |#4|)) "\\spad{prinpolINFO }\\undocumented")) (|fprindINFO| (((|Integer|) (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{fprindINFO }\\undocumented")) (|prindINFO| (((|Integer|) (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (|Integer|) (|Integer|) (|Integer|)) "\\spad{prindINFO }\\undocumented")) (|prinshINFO| (((|Void|) |#4|) "\\spad{prinshINFO }\\undocumented")) (|lepol| (((|Integer|) |#4|) "\\spad{lepol }\\undocumented")) (|minGbasis| (((|List| |#4|) (|List| |#4|)) "\\spad{minGbasis }\\undocumented")) (|updatD| (((|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) "\\spad{updatD }\\undocumented")) (|sPol| ((|#4| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) "\\spad{sPol }\\undocumented")) (|updatF| (((|List| (|Record| (|:| |totdeg| (|NonNegativeInteger|)) (|:| |pol| |#4|))) |#4| (|NonNegativeInteger|) (|List| (|Record| (|:| |totdeg| (|NonNegativeInteger|)) (|:| |pol| |#4|)))) "\\spad{updatF }\\undocumented")) (|hMonic| ((|#4| |#4|) "\\spad{hMonic }\\undocumented")) (|redPo| (((|Record| (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (|List| |#4|)) "\\spad{redPo }\\undocumented")) (|critMonD1| (((|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) "\\spad{critMonD1 }\\undocumented")) (|critMTonD1| (((|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) "\\spad{critMTonD1 }\\undocumented")) (|critBonD| (((|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (|List| (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) "\\spad{critBonD }\\undocumented")) (|critB| (((|Boolean|) |#2| |#2| |#2| |#2|) "\\spad{critB }\\undocumented")) (|critM| (((|Boolean|) |#2| |#2|) "\\spad{critM }\\undocumented")) (|critT| (((|Boolean|) (|Record| (|:| |lcmfij| |#2|) (|:| |totdeg| (|NonNegativeInteger|)) (|:| |poli| |#4|) (|:| |polj| |#4|))) "\\spad{critT }\\undocumented")) (|gbasis| (((|List| |#4|) (|List| |#4|) (|Integer|) (|Integer|)) "\\spad{gbasis }\\undocumented")) (|redPol| ((|#4| |#4| (|List| |#4|)) "\\spad{redPol }\\undocumented")) (|credPol| ((|#4| |#4| (|List| |#4|)) "\\spad{credPol }\\undocumented")))
NIL
NIL
-(-427 |Dom| |Expon| |VarSet| |Dpol|)
+(-429 |Dom| |Expon| |VarSet| |Dpol|)
((|constructor| (NIL "\\spadtype{GroebnerPackage} computes groebner bases for polynomial ideals. The basic computation provides a distinguished set of generators for polynomial ideals over fields. This basis allows an easy test for membership: the operation \\spadfun{normalForm} returns zero on ideal members. When the provided coefficient domain,{} Dom,{} is not a field,{} the result is equivalent to considering the extended ideal with \\spadtype{Fraction(Dom)} as coefficients,{} but considerably more efficient since all calculations are performed in Dom. Additional argument \"info\" and \"redcrit\" can be given to provide incremental information during computation. Argument \"info\" produces a computational summary for each \\spad{s}-polynomial. Argument \"redcrit\" prints out the reduced critical pairs. The term ordering is determined by the polynomial type used. Suggested types include \\spadtype{DistributedMultivariatePolynomial},{} \\spadtype{HomogeneousDistributedMultivariatePolynomial},{} \\spadtype{GeneralDistributedMultivariatePolynomial}.")) (|normalForm| ((|#4| |#4| (|List| |#4|)) "\\spad{normalForm(poly,{}gb)} reduces the polynomial \\spad{poly} modulo the precomputed groebner basis \\spad{gb} giving a canonical representative of the residue class.")) (|groebner| (((|List| |#4|) (|List| |#4|) (|String|) (|String|)) "\\spad{groebner(lp,{} \"info\",{} \"redcrit\")} computes a groebner basis for a polynomial ideal generated by the list of polynomials \\spad{lp},{} displaying both a summary of the critical pairs considered (\\spad{\"info\"}) and the result of reducing each critical pair (\"redcrit\"). If the second or third arguments have any other string value,{} the indicated information is suppressed.") (((|List| |#4|) (|List| |#4|) (|String|)) "\\spad{groebner(lp,{} infoflag)} computes a groebner basis for a polynomial ideal generated by the list of polynomials \\spad{lp}. Argument infoflag is used to get information on the computation. If infoflag is \"info\",{} then summary information is displayed for each \\spad{s}-polynomial generated. If infoflag is \"redcrit\",{} the reduced critical pairs are displayed. If infoflag is any other string,{} no information is printed during computation.") (((|List| |#4|) (|List| |#4|)) "\\spad{groebner(lp)} computes a groebner basis for a polynomial ideal generated by the list of polynomials \\spad{lp}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-341))))
-(-428 S)
+((|HasCategory| |#1| (QUOTE (-343))))
+(-430 S)
((|constructor| (NIL "This category describes domains where \\spadfun{\\spad{gcd}} can be computed but where there is no guarantee of the existence of \\spadfun{factor} operation for factorisation into irreducibles. However,{} if such a \\spadfun{factor} operation exist,{} factorization will be unique up to order and units.")) (|lcm| (($ (|List| $)) "\\spad{lcm(l)} returns the least common multiple of the elements of the list \\spad{l}.") (($ $ $) "\\spad{lcm(x,{}y)} returns the least common multiple of \\spad{x} and \\spad{y}.")) (|gcd| (($ (|List| $)) "\\spad{gcd(l)} returns the common \\spad{gcd} of the elements in the list \\spad{l}.") (($ $ $) "\\spad{gcd(x,{}y)} returns the greatest common divisor of \\spad{x} and \\spad{y}.")))
NIL
NIL
-(-429)
+(-431)
((|constructor| (NIL "This category describes domains where \\spadfun{\\spad{gcd}} can be computed but where there is no guarantee of the existence of \\spadfun{factor} operation for factorisation into irreducibles. However,{} if such a \\spadfun{factor} operation exist,{} factorization will be unique up to order and units.")) (|lcm| (($ (|List| $)) "\\spad{lcm(l)} returns the least common multiple of the elements of the list \\spad{l}.") (($ $ $) "\\spad{lcm(x,{}y)} returns the least common multiple of \\spad{x} and \\spad{y}.")) (|gcd| (($ (|List| $)) "\\spad{gcd(l)} returns the common \\spad{gcd} of the elements in the list \\spad{l}.") (($ $ $) "\\spad{gcd(x,{}y)} returns the greatest common divisor of \\spad{x} and \\spad{y}.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-430 R |n| |ls| |gamma|)
+(-432 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")))
-((-4256 |has| (-385 (-887 |#1|)) (-517)) (-4254 . T) (-4253 . T))
-((|HasCategory| (-385 (-887 |#1|)) (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| (-385 (-887 |#1|)) (QUOTE (-517))))
-(-431 |vl| R E)
+((-4258 |has| (-387 (-889 |#1|)) (-519)) (-4256 . T) (-4255 . T))
+((|HasCategory| (-387 (-889 |#1|)) (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| (-387 (-889 |#1|)) (QUOTE (-519))))
+(-433 |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")))
-(((-4261 "*") |has| |#2| (-160)) (-4252 |has| |#2| (-517)) (-4257 |has| |#2| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-844))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-517)))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#2| (QUOTE -4257)) (|HasCategory| |#2| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-136)))))
-(-432 R BP)
+(((-4263 "*") |has| |#2| (-162)) (-4254 |has| |#2| (-519)) (-4259 |has| |#2| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-846))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-519)))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#2| (QUOTE -4259)) (|HasCategory| |#2| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-138)))))
+(-434 R BP)
((|constructor| (NIL "\\indented{1}{Author : \\spad{P}.Gianni.} January 1990 The equation \\spad{Af+Bg=h} and its generalization to \\spad{n} polynomials is solved for solutions over the \\spad{R},{} euclidean domain. A table containing the solutions of \\spad{Af+Bg=x**k} is used. The operations are performed modulus a prime which are in principle big enough,{} but the solutions are tested and,{} in case of failure,{} a hensel lifting process is used to get to the right solutions. It will be used in the factorization of multivariate polynomials over finite field,{} with \\spad{R=F[x]}.")) (|testModulus| (((|Boolean|) |#1| (|List| |#2|)) "\\spad{testModulus(p,{}lp)} returns \\spad{true} if the the prime \\spad{p} is valid for the list of polynomials \\spad{lp},{} \\spadignore{i.e.} preserves the degree and they remain relatively prime.")) (|solveid| (((|Union| (|List| |#2|) "failed") |#2| |#1| (|Vector| (|List| |#2|))) "\\spad{solveid(h,{}table)} computes the coefficients of the extended euclidean algorithm for a list of polynomials whose tablePow is \\spad{table} and with right side \\spad{h}.")) (|tablePow| (((|Union| (|Vector| (|List| |#2|)) "failed") (|NonNegativeInteger|) |#1| (|List| |#2|)) "\\spad{tablePow(maxdeg,{}prime,{}lpol)} constructs the table with the coefficients of the Extended Euclidean Algorithm for \\spad{lpol}. Here the right side is \\spad{x**k},{} for \\spad{k} less or equal to \\spad{maxdeg}. The operation returns \"failed\" when the elements are not coprime modulo \\spad{prime}.")) (|compBound| (((|NonNegativeInteger|) |#2| (|List| |#2|)) "\\spad{compBound(p,{}lp)} computes a bound for the coefficients of the solution polynomials. Given a polynomial right hand side \\spad{p},{} and a list \\spad{lp} of left hand side polynomials. Exported because it depends on the valuation.")) (|reduction| ((|#2| |#2| |#1|) "\\spad{reduction(p,{}prime)} reduces the polynomial \\spad{p} modulo \\spad{prime} of \\spad{R}. Note: this function is exported only because it\\spad{'s} conditional.")))
NIL
NIL
-(-433 OV E S R P)
+(-435 OV E S 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| |#5|) |#5|) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} over its coefficient domain")) (|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
-(-434 E OV R P)
+(-436 E OV R P)
((|constructor| (NIL "This package provides operations for \\spad{GCD} computations on polynomials")) (|randomR| ((|#3|) "\\spad{randomR()} should be local but conditional")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcdPolynomial(p,{}q)} returns the \\spad{GCD} of \\spad{p} and \\spad{q}")))
NIL
NIL
-(-435 R)
+(-437 R)
((|constructor| (NIL "\\indented{1}{Description} This package provides operations for the factorization of univariate polynomials with integer coefficients. The factorization is done by \"lifting\" the finite \"berlekamp's\" factorization")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{factor(p)} returns the factorisation of \\spad{p}")))
NIL
NIL
-(-436 R FE)
+(-438 R FE)
((|constructor| (NIL "\\spadtype{GenerateUnivariatePowerSeries} provides functions that create power series from explicit formulas for their \\spad{n}th coefficient.")) (|series| (((|Any|) |#2| (|Symbol|) (|Equation| |#2|) (|UniversalSegment| (|Fraction| (|Integer|))) (|Fraction| (|Integer|))) "\\spad{series(a(n),{}n,{}x = a,{}r0..,{}r)} returns \\spad{sum(n = r0,{}r0 + r,{}r0 + 2*r...,{} a(n) * (x - a)**n)}; \\spad{series(a(n),{}n,{}x = a,{}r0..r1,{}r)} returns \\spad{sum(n = r0 + k*r while n <= r1,{} a(n) * (x - a)**n)}.") (((|Any|) (|Mapping| |#2| (|Fraction| (|Integer|))) (|Equation| |#2|) (|UniversalSegment| (|Fraction| (|Integer|))) (|Fraction| (|Integer|))) "\\spad{series(n +-> a(n),{}x = a,{}r0..,{}r)} returns \\spad{sum(n = r0,{}r0 + r,{}r0 + 2*r...,{} a(n) * (x - a)**n)}; \\spad{series(n +-> a(n),{}x = a,{}r0..r1,{}r)} returns \\spad{sum(n = r0 + k*r while n <= r1,{} a(n) * (x - a)**n)}.") (((|Any|) |#2| (|Symbol|) (|Equation| |#2|) (|UniversalSegment| (|Integer|))) "\\spad{series(a(n),{}n,{}x=a,{}n0..)} returns \\spad{sum(n = n0..,{}a(n) * (x - a)**n)}; \\spad{series(a(n),{}n,{}x=a,{}n0..n1)} returns \\spad{sum(n = n0..n1,{}a(n) * (x - a)**n)}.") (((|Any|) (|Mapping| |#2| (|Integer|)) (|Equation| |#2|) (|UniversalSegment| (|Integer|))) "\\spad{series(n +-> a(n),{}x = a,{}n0..)} returns \\spad{sum(n = n0..,{}a(n) * (x - a)**n)}; \\spad{series(n +-> a(n),{}x = a,{}n0..n1)} returns \\spad{sum(n = n0..n1,{}a(n) * (x - a)**n)}.") (((|Any|) |#2| (|Symbol|) (|Equation| |#2|)) "\\spad{series(a(n),{}n,{}x = a)} returns \\spad{sum(n = 0..,{}a(n)*(x-a)**n)}.") (((|Any|) (|Mapping| |#2| (|Integer|)) (|Equation| |#2|)) "\\spad{series(n +-> a(n),{}x = a)} returns \\spad{sum(n = 0..,{}a(n)*(x-a)**n)}.")) (|puiseux| (((|Any|) |#2| (|Symbol|) (|Equation| |#2|) (|UniversalSegment| (|Fraction| (|Integer|))) (|Fraction| (|Integer|))) "\\spad{puiseux(a(n),{}n,{}x = a,{}r0..,{}r)} returns \\spad{sum(n = r0,{}r0 + r,{}r0 + 2*r...,{} a(n) * (x - a)**n)}; \\spad{puiseux(a(n),{}n,{}x = a,{}r0..r1,{}r)} returns \\spad{sum(n = r0 + k*r while n <= r1,{} a(n) * (x - a)**n)}.") (((|Any|) (|Mapping| |#2| (|Fraction| (|Integer|))) (|Equation| |#2|) (|UniversalSegment| (|Fraction| (|Integer|))) (|Fraction| (|Integer|))) "\\spad{puiseux(n +-> a(n),{}x = a,{}r0..,{}r)} returns \\spad{sum(n = r0,{}r0 + r,{}r0 + 2*r...,{} a(n) * (x - a)**n)}; \\spad{puiseux(n +-> a(n),{}x = a,{}r0..r1,{}r)} returns \\spad{sum(n = r0 + k*r while n <= r1,{} a(n) * (x - a)**n)}.")) (|laurent| (((|Any|) |#2| (|Symbol|) (|Equation| |#2|) (|UniversalSegment| (|Integer|))) "\\spad{laurent(a(n),{}n,{}x=a,{}n0..)} returns \\spad{sum(n = n0..,{}a(n) * (x - a)**n)}; \\spad{laurent(a(n),{}n,{}x=a,{}n0..n1)} returns \\spad{sum(n = n0..n1,{}a(n) * (x - a)**n)}.") (((|Any|) (|Mapping| |#2| (|Integer|)) (|Equation| |#2|) (|UniversalSegment| (|Integer|))) "\\spad{laurent(n +-> a(n),{}x = a,{}n0..)} returns \\spad{sum(n = n0..,{}a(n) * (x - a)**n)}; \\spad{laurent(n +-> a(n),{}x = a,{}n0..n1)} returns \\spad{sum(n = n0..n1,{}a(n) * (x - a)**n)}.")) (|taylor| (((|Any|) |#2| (|Symbol|) (|Equation| |#2|) (|UniversalSegment| (|NonNegativeInteger|))) "\\spad{taylor(a(n),{}n,{}x = a,{}n0..)} returns \\spad{sum(n = n0..,{}a(n)*(x-a)**n)}; \\spad{taylor(a(n),{}n,{}x = a,{}n0..n1)} returns \\spad{sum(n = n0..,{}a(n)*(x-a)**n)}.") (((|Any|) (|Mapping| |#2| (|Integer|)) (|Equation| |#2|) (|UniversalSegment| (|NonNegativeInteger|))) "\\spad{taylor(n +-> a(n),{}x = a,{}n0..)} returns \\spad{sum(n=n0..,{}a(n)*(x-a)**n)}; \\spad{taylor(n +-> a(n),{}x = a,{}n0..n1)} returns \\spad{sum(n = n0..,{}a(n)*(x-a)**n)}.") (((|Any|) |#2| (|Symbol|) (|Equation| |#2|)) "\\spad{taylor(a(n),{}n,{}x = a)} returns \\spad{sum(n = 0..,{}a(n)*(x-a)**n)}.") (((|Any|) (|Mapping| |#2| (|Integer|)) (|Equation| |#2|)) "\\spad{taylor(n +-> a(n),{}x = a)} returns \\spad{sum(n = 0..,{}a(n)*(x-a)**n)}.")))
NIL
NIL
-(-437 RP TP)
+(-439 RP TP)
((|constructor| (NIL "\\indented{1}{Author : \\spad{P}.Gianni} General Hensel Lifting Used for Factorization of bivariate polynomials over a finite field.")) (|reduction| ((|#2| |#2| |#1|) "\\spad{reduction(u,{}pol)} computes the symmetric reduction of \\spad{u} mod \\spad{pol}")) (|completeHensel| (((|List| |#2|) |#2| (|List| |#2|) |#1| (|PositiveInteger|)) "\\spad{completeHensel(pol,{}lfact,{}prime,{}bound)} lifts \\spad{lfact},{} the factorization mod \\spad{prime} of \\spad{pol},{} to the factorization mod prime**k>bound. Factors are recombined on the way.")) (|HenselLift| (((|Record| (|:| |plist| (|List| |#2|)) (|:| |modulo| |#1|)) |#2| (|List| |#2|) |#1| (|PositiveInteger|)) "\\spad{HenselLift(pol,{}lfacts,{}prime,{}bound)} lifts \\spad{lfacts},{} that are the factors of \\spad{pol} mod \\spad{prime},{} to factors of \\spad{pol} mod prime**k > \\spad{bound}. No recombining is done .")))
NIL
NIL
-(-438 |vl| R IS E |ff| P)
+(-440 |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")))
-((-4254 . T) (-4253 . T))
+((-4256 . T) (-4255 . T))
NIL
-(-439 E V R P Q)
+(-441 E V R P Q)
((|constructor| (NIL "Gosper\\spad{'s} summation algorithm.")) (|GospersMethod| (((|Union| |#5| "failed") |#5| |#2| (|Mapping| |#2|)) "\\spad{GospersMethod(b,{} n,{} new)} returns a rational function \\spad{rf(n)} such that \\spad{a(n) * rf(n)} is the indefinite sum of \\spad{a(n)} with respect to upward difference on \\spad{n},{} \\spadignore{i.e.} \\spad{a(n+1) * rf(n+1) - a(n) * rf(n) = a(n)},{} where \\spad{b(n) = a(n)/a(n-1)} is a rational function. Returns \"failed\" if no such rational function \\spad{rf(n)} exists. Note: \\spad{new} is a nullary function returning a new \\spad{V} every time. The condition on \\spad{a(n)} is that \\spad{a(n)/a(n-1)} is a rational function of \\spad{n}.")))
NIL
NIL
-(-440 R E |VarSet| P)
+(-442 R E |VarSet| P)
((|constructor| (NIL "A domain for polynomial sets.")) (|convert| (($ (|List| |#4|)) "\\axiom{convert(\\spad{lp})} returns the polynomial set whose members are the polynomials of \\axiom{\\spad{lp}}.")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#4| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-441 S R E)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#4| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-443 S R E)
((|constructor| (NIL "GradedAlgebra(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-algebra\\spad{''}. A graded algebra is a graded module together with a degree preserving \\spad{R}-linear map,{} called the {\\em product}. \\blankline The name ``product\\spad{''} is written out in full so inner and outer products with the same mapping type can be distinguished by name.")) (|product| (($ $ $) "\\spad{product(a,{}b)} is the degree-preserving \\spad{R}-linear product: \\blankline \\indented{2}{\\spad{degree product(a,{}b) = degree a + degree b}} \\indented{2}{\\spad{product(a1+a2,{}b) = product(a1,{}b) + product(a2,{}b)}} \\indented{2}{\\spad{product(a,{}b1+b2) = product(a,{}b1) + product(a,{}b2)}} \\indented{2}{\\spad{product(r*a,{}b) = product(a,{}r*b) = r*product(a,{}b)}} \\indented{2}{\\spad{product(a,{}product(b,{}c)) = product(product(a,{}b),{}c)}}")) ((|One|) (($) "1 is the identity for \\spad{product}.")))
NIL
NIL
-(-442 R E)
+(-444 R E)
((|constructor| (NIL "GradedAlgebra(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-algebra\\spad{''}. A graded algebra is a graded module together with a degree preserving \\spad{R}-linear map,{} called the {\\em product}. \\blankline The name ``product\\spad{''} is written out in full so inner and outer products with the same mapping type can be distinguished by name.")) (|product| (($ $ $) "\\spad{product(a,{}b)} is the degree-preserving \\spad{R}-linear product: \\blankline \\indented{2}{\\spad{degree product(a,{}b) = degree a + degree b}} \\indented{2}{\\spad{product(a1+a2,{}b) = product(a1,{}b) + product(a2,{}b)}} \\indented{2}{\\spad{product(a,{}b1+b2) = product(a,{}b1) + product(a,{}b2)}} \\indented{2}{\\spad{product(r*a,{}b) = product(a,{}r*b) = r*product(a,{}b)}} \\indented{2}{\\spad{product(a,{}product(b,{}c)) = product(product(a,{}b),{}c)}}")) ((|One|) (($) "1 is the identity for \\spad{product}.")))
NIL
NIL
-(-443)
+(-445)
((|constructor| (NIL "GrayCode provides a function for efficiently running through all subsets of a finite set,{} only changing one element by another one.")) (|firstSubsetGray| (((|Vector| (|Vector| (|Integer|))) (|PositiveInteger|)) "\\spad{firstSubsetGray(n)} creates the first vector {\\em ww} to start a loop using {\\em nextSubsetGray(ww,{}n)}")) (|nextSubsetGray| (((|Vector| (|Vector| (|Integer|))) (|Vector| (|Vector| (|Integer|))) (|PositiveInteger|)) "\\spad{nextSubsetGray(ww,{}n)} returns a vector {\\em vv} whose components have the following meanings:\\begin{items} \\item {\\em vv.1}: a vector of length \\spad{n} whose entries are 0 or 1. This \\indented{3}{can be interpreted as a code for a subset of the set 1,{}...,{}\\spad{n};} \\indented{3}{{\\em vv.1} differs from {\\em ww.1} by exactly one entry;} \\item {\\em vv.2.1} is the number of the entry of {\\em vv.1} which \\indented{3}{will be changed next time;} \\item {\\em vv.2.1 = n+1} means that {\\em vv.1} is the last subset; \\indented{3}{trying to compute nextSubsetGray(\\spad{vv}) if {\\em vv.2.1 = n+1}} \\indented{3}{will produce an error!} \\end{items} The other components of {\\em vv.2} are needed to compute nextSubsetGray efficiently. Note: this is an implementation of [Williamson,{} Topic II,{} 3.54,{} \\spad{p}. 112] for the special case {\\em r1 = r2 = ... = rn = 2}; Note: nextSubsetGray produces a side-effect,{} \\spadignore{i.e.} {\\em nextSubsetGray(vv)} and {\\em vv := nextSubsetGray(vv)} will have the same effect.")))
NIL
NIL
-(-444)
+(-446)
((|constructor| (NIL "TwoDimensionalPlotSettings sets global flags and constants for 2-dimensional plotting.")) (|screenResolution| (((|Integer|) (|Integer|)) "\\spad{screenResolution(n)} sets the screen resolution to \\spad{n}.") (((|Integer|)) "\\spad{screenResolution()} returns the screen resolution \\spad{n}.")) (|minPoints| (((|Integer|) (|Integer|)) "\\spad{minPoints()} sets the minimum number of points in a plot.") (((|Integer|)) "\\spad{minPoints()} returns the minimum number of points in a plot.")) (|maxPoints| (((|Integer|) (|Integer|)) "\\spad{maxPoints()} sets the maximum number of points in a plot.") (((|Integer|)) "\\spad{maxPoints()} returns the maximum number of points in a plot.")) (|adaptive| (((|Boolean|) (|Boolean|)) "\\spad{adaptive(true)} turns adaptive plotting on; \\spad{adaptive(false)} turns adaptive plotting off.") (((|Boolean|)) "\\spad{adaptive()} determines whether plotting will be done adaptively.")) (|drawToScale| (((|Boolean|) (|Boolean|)) "\\spad{drawToScale(true)} causes plots to be drawn to scale. \\spad{drawToScale(false)} causes plots to be drawn so that they fill up the viewport window. The default setting is \\spad{false}.") (((|Boolean|)) "\\spad{drawToScale()} determines whether or not plots are to be drawn to scale.")) (|clipPointsDefault| (((|Boolean|) (|Boolean|)) "\\spad{clipPointsDefault(true)} turns on automatic clipping; \\spad{clipPointsDefault(false)} turns off automatic clipping. The default setting is \\spad{true}.") (((|Boolean|)) "\\spad{clipPointsDefault()} determines whether or not automatic clipping is to be done.")))
NIL
NIL
-(-445)
+(-447)
((|constructor| (NIL "TwoDimensionalGraph creates virtual two dimensional graphs (to be displayed on TwoDimensionalViewports).")) (|putColorInfo| (((|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|Palette|))) "\\spad{putColorInfo(llp,{}lpal)} takes a list of list of points,{} \\spad{llp},{} and returns the points with their hue and shade components set according to the list of palette colors,{} \\spad{lpal}.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(\\spad{gi})} returns the indicated graph,{} \\spad{\\spad{gi}},{} of domain \\spadtype{GraphImage} as output of the domain \\spadtype{OutputForm}.") (($ (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{coerce(llp)} component(\\spad{gi},{}\\spad{pt}) creates and returns a graph of the domain \\spadtype{GraphImage} which is composed of the list of list of points given by \\spad{llp},{} and whose point colors,{} line colors and point sizes are determined by the default functions \\spadfun{pointColorDefault},{} \\spadfun{lineColorDefault},{} and \\spadfun{pointSizeDefault}. The graph data is then sent to the viewport manager where it waits to be included in a two-dimensional viewport window.")) (|point| (((|Void|) $ (|Point| (|DoubleFloat|)) (|Palette|)) "\\spad{point(\\spad{gi},{}pt,{}pal)} modifies the graph \\spad{\\spad{gi}} of the domain \\spadtype{GraphImage} to contain one point component,{} \\spad{pt} whose point color is set to be the palette color \\spad{pal},{} and whose line color and point size are determined by the default functions \\spadfun{lineColorDefault} and \\spadfun{pointSizeDefault}.")) (|appendPoint| (((|Void|) $ (|Point| (|DoubleFloat|))) "\\spad{appendPoint(\\spad{gi},{}pt)} appends the point \\spad{pt} to the end of the list of points component for the graph,{} \\spad{\\spad{gi}},{} which is of the domain \\spadtype{GraphImage}.")) (|component| (((|Void|) $ (|Point| (|DoubleFloat|)) (|Palette|) (|Palette|) (|PositiveInteger|)) "\\spad{component(\\spad{gi},{}pt,{}pal1,{}pal2,{}ps)} modifies the graph \\spad{\\spad{gi}} of the domain \\spadtype{GraphImage} to contain one point component,{} \\spad{pt} whose point color is set to the palette color \\spad{pal1},{} line color is set to the palette color \\spad{pal2},{} and point size is set to the positive integer \\spad{ps}.") (((|Void|) $ (|Point| (|DoubleFloat|))) "\\spad{component(\\spad{gi},{}pt)} modifies the graph \\spad{\\spad{gi}} of the domain \\spadtype{GraphImage} to contain one point component,{} \\spad{pt} whose point color,{} line color and point size are determined by the default functions \\spadfun{pointColorDefault},{} \\spadfun{lineColorDefault},{} and \\spadfun{pointSizeDefault}.") (((|Void|) $ (|List| (|Point| (|DoubleFloat|))) (|Palette|) (|Palette|) (|PositiveInteger|)) "\\spad{component(\\spad{gi},{}lp,{}pal1,{}pal2,{}p)} sets the components of the graph,{} \\spad{\\spad{gi}} of the domain \\spadtype{GraphImage},{} to the values given. The point list for \\spad{\\spad{gi}} is set to the list \\spad{lp},{} the color of the points in \\spad{lp} is set to the palette color \\spad{pal1},{} the color of the lines which connect the points \\spad{lp} is set to the palette color \\spad{pal2},{} and the size of the points in \\spad{lp} is given by the integer \\spad{p}.")) (|units| (((|List| (|Float|)) $ (|List| (|Float|))) "\\spad{units(\\spad{gi},{}lu)} modifies the list of unit increments for the \\spad{x} and \\spad{y} axes of the given graph,{} \\spad{\\spad{gi}} of the domain \\spadtype{GraphImage},{} to be that of the list of unit increments,{} \\spad{lu},{} and returns the new list of units for \\spad{\\spad{gi}}.") (((|List| (|Float|)) $) "\\spad{units(\\spad{gi})} returns the list of unit increments for the \\spad{x} and \\spad{y} axes of the indicated graph,{} \\spad{\\spad{gi}},{} of the domain \\spadtype{GraphImage}.")) (|ranges| (((|List| (|Segment| (|Float|))) $ (|List| (|Segment| (|Float|)))) "\\spad{ranges(\\spad{gi},{}lr)} modifies the list of ranges for the given graph,{} \\spad{\\spad{gi}} of the domain \\spadtype{GraphImage},{} to be that of the list of range segments,{} \\spad{lr},{} and returns the new range list for \\spad{\\spad{gi}}.") (((|List| (|Segment| (|Float|))) $) "\\spad{ranges(\\spad{gi})} returns the list of ranges of the point components from the indicated graph,{} \\spad{\\spad{gi}},{} of the domain \\spadtype{GraphImage}.")) (|key| (((|Integer|) $) "\\spad{key(\\spad{gi})} returns the process ID of the given graph,{} \\spad{\\spad{gi}},{} of the domain \\spadtype{GraphImage}.")) (|pointLists| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{pointLists(\\spad{gi})} returns the list of lists of points which compose the given graph,{} \\spad{\\spad{gi}},{} of the domain \\spadtype{GraphImage}.")) (|makeGraphImage| (($ (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|Palette|)) (|List| (|Palette|)) (|List| (|PositiveInteger|)) (|List| (|DrawOption|))) "\\spad{makeGraphImage(llp,{}lpal1,{}lpal2,{}lp,{}lopt)} returns a graph of the domain \\spadtype{GraphImage} which is composed of the points and lines from the list of lists of points,{} \\spad{llp},{} whose point colors are indicated by the list of palette colors,{} \\spad{lpal1},{} and whose lines are colored according to the list of palette colors,{} \\spad{lpal2}. The paramater \\spad{lp} is a list of integers which denote the size of the data points,{} and \\spad{lopt} is the list of draw command options. The graph data is then sent to the viewport manager where it waits to be included in a two-dimensional viewport window.") (($ (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|Palette|)) (|List| (|Palette|)) (|List| (|PositiveInteger|))) "\\spad{makeGraphImage(llp,{}lpal1,{}lpal2,{}lp)} returns a graph of the domain \\spadtype{GraphImage} which is composed of the points and lines from the list of lists of points,{} \\spad{llp},{} whose point colors are indicated by the list of palette colors,{} \\spad{lpal1},{} and whose lines are colored according to the list of palette colors,{} \\spad{lpal2}. The paramater \\spad{lp} is a list of integers which denote the size of the data points. The graph data is then sent to the viewport manager where it waits to be included in a two-dimensional viewport window.") (($ (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{makeGraphImage(llp)} returns a graph of the domain \\spadtype{GraphImage} which is composed of the points and lines from the list of lists of points,{} \\spad{llp},{} with default point size and default point and line colours. The graph data is then sent to the viewport manager where it waits to be included in a two-dimensional viewport window.") (($ $) "\\spad{makeGraphImage(\\spad{gi})} takes the given graph,{} \\spad{\\spad{gi}} of the domain \\spadtype{GraphImage},{} and sends it\\spad{'s} data to the viewport manager where it waits to be included in a two-dimensional viewport window. \\spad{\\spad{gi}} cannot be an empty graph,{} and it\\spad{'s} elements must have been created using the \\spadfun{point} or \\spadfun{component} functions,{} not by a previous \\spadfun{makeGraphImage}.")) (|graphImage| (($) "\\spad{graphImage()} returns an empty graph with 0 point lists of the domain \\spadtype{GraphImage}. A graph image contains the graph data component of a two dimensional viewport.")))
NIL
NIL
-(-446 S R E)
+(-448 S R E)
((|constructor| (NIL "GradedModule(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-module\\spad{''},{} \\spadignore{i.e.} collection of \\spad{R}-modules indexed by an abelian monoid \\spad{E}. An element \\spad{g} of \\spad{G[s]} for some specific \\spad{s} in \\spad{E} is said to be an element of \\spad{G} with {\\em degree} \\spad{s}. Sums are defined in each module \\spad{G[s]} so two elements of \\spad{G} have a sum if they have the same degree. \\blankline Morphisms can be defined and composed by degree to give the mathematical category of graded modules.")) (+ (($ $ $) "\\spad{g+h} is the sum of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.")) (- (($ $ $) "\\spad{g-h} is the difference of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.") (($ $) "\\spad{-g} is the additive inverse of \\spad{g} in the module of elements of the same grade as \\spad{g}.")) (* (($ $ |#2|) "\\spad{g*r} is right module multiplication.") (($ |#2| $) "\\spad{r*g} is left module multiplication.")) ((|Zero|) (($) "0 denotes the zero of degree 0.")) (|degree| ((|#3| $) "\\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
-(-447 R E)
+(-449 R E)
((|constructor| (NIL "GradedModule(\\spad{R},{}\\spad{E}) denotes ``E-graded \\spad{R}-module\\spad{''},{} \\spadignore{i.e.} collection of \\spad{R}-modules indexed by an abelian monoid \\spad{E}. An element \\spad{g} of \\spad{G[s]} for some specific \\spad{s} in \\spad{E} is said to be an element of \\spad{G} with {\\em degree} \\spad{s}. Sums are defined in each module \\spad{G[s]} so two elements of \\spad{G} have a sum if they have the same degree. \\blankline Morphisms can be defined and composed by degree to give the mathematical category of graded modules.")) (+ (($ $ $) "\\spad{g+h} is the sum of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.")) (- (($ $ $) "\\spad{g-h} is the difference of \\spad{g} and \\spad{h} in the module of elements of the same degree as \\spad{g} and \\spad{h}. Error: if \\spad{g} and \\spad{h} have different degrees.") (($ $) "\\spad{-g} is the additive inverse of \\spad{g} in the module of elements of the same grade as \\spad{g}.")) (* (($ $ |#1|) "\\spad{g*r} is right module multiplication.") (($ |#1| $) "\\spad{r*g} is left module multiplication.")) ((|Zero|) (($) "0 denotes the zero of degree 0.")) (|degree| ((|#2| $) "\\spad{degree(g)} names the degree of \\spad{g}. The set of all elements of a given degree form an \\spad{R}-module.")))
NIL
NIL
-(-448 |lv| -1834 R)
+(-450 |lv| -1819 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
-(-449 S)
+(-451 S)
((|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}.")) (** (($ $ (|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}.")))
NIL
NIL
-(-450)
+(-452)
((|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}.")) (** (($ $ (|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}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-451 |Coef| |var| |cen|)
+(-453 |Coef| |var| |cen|)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,{}f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x\\^r)}.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|UnivariatePuiseuxSeries| |#1| |#2| |#3|)) "\\spad{coerce(f)} converts a Puiseux series to a general power series.") (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|)))) (|HasCategory| (-385 (-525)) (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))))
-(-452 |Key| |Entry| |Tbl| |dent|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|)))) (|HasCategory| (-387 (-527)) (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))))
+(-454 |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.")))
-((-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-789))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-453 R E V P)
+((-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-791))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-455 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)}")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#4| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-454)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#4| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-456)
((|constructor| (NIL "\\indented{1}{Symbolic fractions in \\%\\spad{pi} with integer coefficients;} \\indented{1}{The point for using \\spad{Pi} as the default domain for those fractions} \\indented{1}{is that \\spad{Pi} is coercible to the float types,{} and not Expression.} Date Created: 21 Feb 1990 Date Last Updated: 12 Mai 1992")) (|pi| (($) "\\spad{\\spad{pi}()} returns the symbolic \\%\\spad{pi}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-455 |Key| |Entry| |hashfn|)
+(-457 |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.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-456)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-458)
((|constructor| (NIL "\\indented{1}{Author : Larry Lambe} Date Created : August 1988 Date Last Updated : March 9 1990 Related Constructors: OrderedSetInts,{} Commutator,{} FreeNilpotentLie AMS Classification: Primary 17B05,{} 17B30; Secondary 17A50 Keywords: free Lie algebra,{} Hall basis,{} basic commutators Description : Generate a basis for the free Lie algebra on \\spad{n} generators over a ring \\spad{R} with identity up to basic commutators of length \\spad{c} using the algorithm of \\spad{P}. Hall as given in Serre\\spad{'s} book Lie Groups \\spad{--} Lie Algebras")) (|generate| (((|Vector| (|List| (|Integer|))) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{generate(numberOfGens,{} maximalWeight)} generates a vector of elements of the form [left,{}weight,{}right] which represents a \\spad{P}. Hall basis element for the free lie algebra on \\spad{numberOfGens} generators. We only generate those basis elements of weight less than or equal to maximalWeight")) (|inHallBasis?| (((|Boolean|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{inHallBasis?(numberOfGens,{} leftCandidate,{} rightCandidate,{} left)} tests to see if a new element should be added to the \\spad{P}. Hall basis being constructed. The list \\spad{[leftCandidate,{}wt,{}rightCandidate]} is included in the basis if in the unique factorization of \\spad{rightCandidate},{} we have left factor leftOfRight,{} and leftOfRight \\spad{<=} \\spad{leftCandidate}")) (|lfunc| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{lfunc(d,{}n)} computes the rank of the \\spad{n}th factor in the lower central series of the free \\spad{d}-generated free Lie algebra; This rank is \\spad{d} if \\spad{n} = 1 and binom(\\spad{d},{}2) if \\spad{n} = 2")))
NIL
NIL
-(-457 |vl| R)
+(-459 |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")))
-(((-4261 "*") |has| |#2| (-160)) (-4252 |has| |#2| (-517)) (-4257 |has| |#2| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-844))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-517)))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#2| (QUOTE -4257)) (|HasCategory| |#2| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-136)))))
-(-458 -2041 S)
+(((-4263 "*") |has| |#2| (-162)) (-4254 |has| |#2| (-519)) (-4259 |has| |#2| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-846))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-519)))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#2| (QUOTE -4259)) (|HasCategory| |#2| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-138)))))
+(-460 -2020 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}.")))
-((-4253 |has| |#2| (-977)) (-4254 |has| |#2| (-977)) (-4256 |has| |#2| (-6 -4256)) ((-4261 "*") |has| |#2| (-160)) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020)))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341)))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-735))) (-2067 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-787)))) (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-977)))) (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-126)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-160)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-213)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-346)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-669)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-735)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-787)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020))))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| (-525) (QUOTE (-789))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-2067 (|HasCategory| |#2| (QUOTE (-977))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020)))) (|HasAttribute| |#2| (QUOTE -4256)) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-459 S)
+((-4255 |has| |#2| (-979)) (-4256 |has| |#2| (-979)) (-4258 |has| |#2| (-6 -4258)) ((-4263 "*") |has| |#2| (-162)) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343)))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-737))) (-2027 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-789)))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-979)))) (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-128)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-162)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-215)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-348)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-671)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-737)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-789)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022))))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| (-527) (QUOTE (-791))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-2027 (|HasCategory| |#2| (QUOTE (-979))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022)))) (|HasAttribute| |#2| (QUOTE -4258)) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-461 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}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-460 -1834 UP UPUP R)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-462 -1819 UP UPUP R)
((|constructor| (NIL "This domains implements finite rational divisors on an hyperelliptic curve,{} that is finite formal sums SUM(\\spad{n} * \\spad{P}) where the \\spad{n}\\spad{'s} are integers and the \\spad{P}\\spad{'s} are finite rational points on the curve. The equation of the curve must be \\spad{y^2} = \\spad{f}(\\spad{x}) and \\spad{f} must have odd degree.")))
NIL
NIL
-(-461 BP)
+(-463 BP)
((|constructor| (NIL "This package provides the functions for the heuristic integer \\spad{gcd}. Geddes\\spad{'s} algorithm,{}for univariate polynomials with integer coefficients")) (|lintgcd| (((|Integer|) (|List| (|Integer|))) "\\spad{lintgcd([a1,{}..,{}ak])} = \\spad{gcd} of a list of integers")) (|content| (((|List| (|Integer|)) (|List| |#1|)) "\\spad{content([f1,{}..,{}fk])} = content of a list of univariate polynonials")) (|gcdcofactprim| (((|List| |#1|) (|List| |#1|)) "\\spad{gcdcofactprim([f1,{}..fk])} = \\spad{gcd} and cofactors of \\spad{k} primitive polynomials.")) (|gcdcofact| (((|List| |#1|) (|List| |#1|)) "\\spad{gcdcofact([f1,{}..fk])} = \\spad{gcd} and cofactors of \\spad{k} univariate polynomials.")) (|gcdprim| ((|#1| (|List| |#1|)) "\\spad{gcdprim([f1,{}..,{}fk])} = \\spad{gcd} of \\spad{k} PRIMITIVE univariate polynomials")) (|gcd| ((|#1| (|List| |#1|)) "\\spad{gcd([f1,{}..,{}fk])} = \\spad{gcd} of the polynomials \\spad{fi}.")))
NIL
NIL
-(-462)
+(-464)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating hexadecimal expansions.")) (|hex| (($ (|Fraction| (|Integer|))) "\\spad{hex(r)} converts a rational number to a hexadecimal expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(h)} returns the fractional part of a hexadecimal expansion.")) (|coerce| (((|RadixExpansion| 16) $) "\\spad{coerce(h)} converts a hexadecimal expansion to a radix expansion with base 16.") (((|Fraction| (|Integer|)) $) "\\spad{coerce(h)} converts a hexadecimal expansion to a rational number.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-525) (QUOTE (-844))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| (-525) (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-138))) (|HasCategory| (-525) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-525) (QUOTE (-953))) (|HasCategory| (-525) (QUOTE (-762))) (-2067 (|HasCategory| (-525) (QUOTE (-762))) (|HasCategory| (-525) (QUOTE (-789)))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-1068))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-525) (QUOTE (-213))) (|HasCategory| (-525) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-525) (LIST (QUOTE -486) (QUOTE (-1092)) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -288) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -265) (QUOTE (-525)) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-286))) (|HasCategory| (-525) (QUOTE (-510))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-525) (LIST (QUOTE -588) (QUOTE (-525)))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (|HasCategory| (-525) (QUOTE (-136)))))
-(-463 A S)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-527) (QUOTE (-846))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| (-527) (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-140))) (|HasCategory| (-527) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-527) (QUOTE (-955))) (|HasCategory| (-527) (QUOTE (-764))) (-2027 (|HasCategory| (-527) (QUOTE (-764))) (|HasCategory| (-527) (QUOTE (-791)))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-1070))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-527) (QUOTE (-215))) (|HasCategory| (-527) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-527) (LIST (QUOTE -488) (QUOTE (-1094)) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -290) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -267) (QUOTE (-527)) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-288))) (|HasCategory| (-527) (QUOTE (-512))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-527) (LIST (QUOTE -590) (QUOTE (-527)))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (|HasCategory| (-527) (QUOTE (-138)))))
+(-465 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 -4259)) (|HasAttribute| |#1| (QUOTE -4260)) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-464 S)
+((|HasAttribute| |#1| (QUOTE -4261)) (|HasAttribute| |#1| (QUOTE -4262)) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-466 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}]}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-465 S)
+(-467 S)
((|constructor| (NIL "Category for the hyperbolic trigonometric functions.")) (|tanh| (($ $) "\\spad{tanh(x)} returns the hyperbolic tangent of \\spad{x}.")) (|sinh| (($ $) "\\spad{sinh(x)} returns the hyperbolic sine of \\spad{x}.")) (|sech| (($ $) "\\spad{sech(x)} returns the hyperbolic secant of \\spad{x}.")) (|csch| (($ $) "\\spad{csch(x)} returns the hyperbolic cosecant of \\spad{x}.")) (|coth| (($ $) "\\spad{coth(x)} returns the hyperbolic cotangent of \\spad{x}.")) (|cosh| (($ $) "\\spad{cosh(x)} returns the hyperbolic cosine of \\spad{x}.")))
NIL
NIL
-(-466)
+(-468)
((|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
-(-467 -1834 UP |AlExt| |AlPol|)
+(-469 -1819 UP |AlExt| |AlPol|)
((|constructor| (NIL "Factorization of univariate polynomials with coefficients in an algebraic extension of a field over which we can factor UP\\spad{'s}.")) (|factor| (((|Factored| |#4|) |#4| (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{factor(p,{} f)} returns a prime factorisation of \\spad{p}; \\spad{f} is a factorisation map for elements of UP.")))
NIL
NIL
-(-468)
+(-470)
((|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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| $ (QUOTE (-977))) (|HasCategory| $ (LIST (QUOTE -968) (QUOTE (-525)))))
-(-469 S |mn|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| $ (QUOTE (-979))) (|HasCategory| $ (LIST (QUOTE -970) (QUOTE (-527)))))
+(-471 S |mn|)
((|constructor| (NIL "\\indented{1}{Author Micheal Monagan Aug/87} This is the basic one dimensional array data type.")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-470 R |mnRow| |mnCol|)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-472 R |mnRow| |mnCol|)
((|constructor| (NIL "\\indented{1}{An IndexedTwoDimensionalArray is a 2-dimensional array where} the minimal row and column indices are parameters of the type. Rows and columns are returned as IndexedOneDimensionalArray\\spad{'s} with minimal indices matching those of the IndexedTwoDimensionalArray. The index of the 'first' row may be obtained by calling the function 'minRowIndex'. The index of the 'first' column may be obtained by calling the function 'minColIndex'. The index of the first element of a 'Row' is the same as the index of the first column in an array and vice versa.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-471 K R UP)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-473 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
-(-472 R UP -1834)
+(-474 R UP -1819)
((|constructor| (NIL "This package contains functions used in the packages FunctionFieldIntegralBasis and NumberFieldIntegralBasis.")) (|moduleSum| (((|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|))) (|Record| (|:| |basis| (|Matrix| |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (|Matrix| |#1|)))) "\\spad{moduleSum(m1,{}m2)} returns the sum of two modules in the framed algebra \\spad{F}. Each module \\spad{\\spad{mi}} is represented as follows: \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn} and \\spad{\\spad{mi}} is a record \\spad{[basis,{}basisDen,{}basisInv]}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then a basis \\spad{v1,{}...,{}vn} for \\spad{\\spad{mi}} is given by \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|idealiserMatrix| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiserMatrix(m1,{} m2)} returns the matrix representing the linear conditions on the Ring associatied with an ideal defined by \\spad{m1} and \\spad{m2}.")) (|idealiser| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{idealiser(m1,{}m2,{}d)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2} where \\spad{d} is the known part of the denominator") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{idealiser(m1,{}m2)} computes the order of an ideal defined by \\spad{m1} and \\spad{m2}")) (|leastPower| (((|NonNegativeInteger|) (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{leastPower(p,{}n)} returns \\spad{e},{} where \\spad{e} is the smallest integer such that \\spad{p **e >= n}")) (|divideIfCan!| ((|#1| (|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Integer|)) "\\spad{divideIfCan!(matrix,{}matrixOut,{}prime,{}n)} attempts to divide the entries of \\spad{matrix} by \\spad{prime} and store the result in \\spad{matrixOut}. If it is successful,{} 1 is returned and if not,{} \\spad{prime} is returned. Here both \\spad{matrix} and \\spad{matrixOut} are \\spad{n}-by-\\spad{n} upper triangular matrices.")) (|matrixGcd| ((|#1| (|Matrix| |#1|) |#1| (|NonNegativeInteger|)) "\\spad{matrixGcd(mat,{}sing,{}n)} is \\spad{gcd(sing,{}g)} where \\spad{g} is the \\spad{gcd} of the entries of the \\spad{n}-by-\\spad{n} upper-triangular matrix \\spad{mat}.")) (|diagonalProduct| ((|#1| (|Matrix| |#1|)) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(x)} returns a square-free factorisation of \\spad{x}")))
NIL
NIL
-(-473 |mn|)
+(-475 |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}.")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| (-108) (QUOTE (-1020))) (|HasCategory| (-108) (LIST (QUOTE -288) (QUOTE (-108))))) (|HasCategory| (-108) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-108) (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-108) (QUOTE (-1020))) (|HasCategory| (-108) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-474 K R UP L)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| (-110) (QUOTE (-1022))) (|HasCategory| (-110) (LIST (QUOTE -290) (QUOTE (-110))))) (|HasCategory| (-110) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-110) (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-110) (QUOTE (-1022))) (|HasCategory| (-110) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-476 K R UP L)
((|constructor| (NIL "IntegralBasisPolynomialTools provides functions for \\indented{1}{mapping functions on the coefficients of univariate and bivariate} \\indented{1}{polynomials.}")) (|mapBivariate| (((|SparseUnivariatePolynomial| (|SparseUnivariatePolynomial| |#4|)) (|Mapping| |#4| |#1|) |#3|) "\\spad{mapBivariate(f,{}p(x,{}y))} applies the function \\spad{f} to the coefficients of \\spad{p(x,{}y)}.")) (|mapMatrixIfCan| (((|Union| (|Matrix| |#2|) "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|Matrix| (|SparseUnivariatePolynomial| |#4|))) "\\spad{mapMatrixIfCan(f,{}mat)} applies the function \\spad{f} to the coefficients of the entries of \\spad{mat} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariateIfCan| (((|Union| |#2| "failed") (|Mapping| (|Union| |#1| "failed") |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariateIfCan(f,{}p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)},{} if possible,{} and returns \\spad{\"failed\"} otherwise.")) (|mapUnivariate| (((|SparseUnivariatePolynomial| |#4|) (|Mapping| |#4| |#1|) |#2|) "\\spad{mapUnivariate(f,{}p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.") ((|#2| (|Mapping| |#1| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{mapUnivariate(f,{}p(x))} applies the function \\spad{f} to the coefficients of \\spad{p(x)}.")))
NIL
NIL
-(-475)
+(-477)
((|constructor| (NIL "\\indented{1}{This domain implements a container of information} about the AXIOM library")) (|coerce| (($ (|String|)) "\\spad{coerce(s)} converts \\axiom{\\spad{s}} into an \\axiom{IndexCard}. Warning: if \\axiom{\\spad{s}} is not of the right format then an error will occur when using it.")) (|fullDisplay| (((|Void|) $) "\\spad{fullDisplay(ic)} prints all of the information contained in \\axiom{\\spad{ic}}.")) (|display| (((|Void|) $) "\\spad{display(ic)} prints a summary of the information contained in \\axiom{\\spad{ic}}.")) (|elt| (((|String|) $ (|Symbol|)) "\\spad{elt(ic,{}s)} selects a particular field from \\axiom{\\spad{ic}}. Valid fields are \\axiom{name,{} nargs,{} exposed,{} type,{} abbreviation,{} kind,{} origin,{} params,{} condition,{} doc}.")))
NIL
NIL
-(-476 R Q A B)
+(-478 R Q A B)
((|constructor| (NIL "InnerCommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) "\\spad{splitDenominator([q1,{}...,{}qn])} returns \\spad{[[p1,{}...,{}pn],{} d]} such that \\spad{\\spad{qi} = pi/d} and \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|clearDenominator| ((|#3| |#4|) "\\spad{clearDenominator([q1,{}...,{}qn])} returns \\spad{[p1,{}...,{}pn]} such that \\spad{\\spad{qi} = pi/d} where \\spad{d} is a common denominator for the \\spad{qi}\\spad{'s}.")) (|commonDenominator| ((|#1| |#4|) "\\spad{commonDenominator([q1,{}...,{}qn])} returns a common denominator \\spad{d} for \\spad{q1},{}...,{}\\spad{qn}.")))
NIL
NIL
-(-477 -1834 |Expon| |VarSet| |DPoly|)
+(-479 -1819 |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 -567) (QUOTE (-1092)))))
-(-478 |vl| |nv|)
+((|HasCategory| |#3| (LIST (QUOTE -569) (QUOTE (-1094)))))
+(-480 |vl| |nv|)
((|constructor| (NIL "\\indented{2}{This package provides functions for the primary decomposition of} polynomial ideals over the rational numbers. The ideals are members of the \\spadtype{PolynomialIdeals} domain,{} and the polynomial generators are required to be from the \\spadtype{DistributedMultivariatePolynomial} domain.")) (|contract| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|List| (|OrderedVariableList| |#1|))) "\\spad{contract(I,{}lvar)} contracts the ideal \\spad{I} to the polynomial ring \\spad{F[lvar]}.")) (|primaryDecomp| (((|List| (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{primaryDecomp(I)} returns a list of primary ideals such that their intersection is the ideal \\spad{I}.")) (|radical| (((|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|)))) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{radical(I)} returns the radical of the ideal \\spad{I}.")) (|prime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{prime?(I)} tests if the ideal \\spad{I} is prime.")) (|zeroDimPrimary?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrimary?(I)} tests if the ideal \\spad{I} is 0-dimensional primary.")) (|zeroDimPrime?| (((|Boolean|) (|PolynomialIdeals| (|Fraction| (|Integer|)) (|DirectProduct| |#2| (|NonNegativeInteger|)) (|OrderedVariableList| |#1|) (|DistributedMultivariatePolynomial| |#1| (|Fraction| (|Integer|))))) "\\spad{zeroDimPrime?(I)} tests if the ideal \\spad{I} is a 0-dimensional prime.")))
NIL
NIL
-(-479 A S)
+(-481 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian groups over an abelian group \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
NIL
-(-480 A S)
+(-482 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of abelian monoids over an abelian monoid \\spad{A} of} generators indexed by the ordered set \\spad{S}. All items have finite support. Only non-zero terms are stored.")))
NIL
NIL
-(-481 A S)
+(-483 A S)
((|constructor| (NIL "This category represents the direct product of some set with respect to an ordered indexing set.")) (|reductum| (($ $) "\\spad{reductum(z)} returns a new element created by removing the leading coefficient/support pair from the element \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingSupport| ((|#2| $) "\\spad{leadingSupport(z)} returns the index of leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(z)} returns the coefficient of the leading (with respect to the ordering on the indexing set) monomial of \\spad{z}. Error: if \\spad{z} has no support.")) (|monomial| (($ |#1| |#2|) "\\spad{monomial(a,{}s)} constructs a direct product element with the \\spad{s} component set to \\spad{a}")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,{}z)} returns the new element created by applying the function \\spad{f} to each component of the direct product element \\spad{z}.")))
NIL
NIL
-(-482 A S)
+(-484 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoids \\spad{A} of} generators indexed by the ordered set \\spad{S}. The inherited order is lexicographical. All items have finite support: only non-zero terms are stored.")))
NIL
NIL
-(-483 A S)
+(-485 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of ordered abelian monoid sups \\spad{A},{}} generators indexed by the ordered set \\spad{S}. All items have finite support: only non-zero terms are stored.")))
NIL
NIL
-(-484 A S)
+(-486 A S)
((|constructor| (NIL "\\indented{1}{Indexed direct products of objects over a set \\spad{A}} of generators indexed by an ordered set \\spad{S}. All items have finite support.")))
NIL
NIL
-(-485 S A B)
+(-487 S A B)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} substitutions. The difference between this and \\spadtype{Evalable} is that the operations in this category specify the substitution as a pair of arguments rather than as an equation.")) (|eval| (($ $ (|List| |#2|) (|List| |#3|)) "\\spad{eval(f,{} [x1,{}...,{}xn],{} [v1,{}...,{}vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ |#2| |#3|) "\\spad{eval(f,{} x,{} v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-486 A B)
+(-488 A B)
((|constructor| (NIL "This category provides \\spadfun{eval} operations. A domain may belong to this category if it is possible to make ``evaluation\\spad{''} substitutions. The difference between this and \\spadtype{Evalable} is that the operations in this category specify the substitution as a pair of arguments rather than as an equation.")) (|eval| (($ $ (|List| |#1|) (|List| |#2|)) "\\spad{eval(f,{} [x1,{}...,{}xn],{} [v1,{}...,{}vn])} replaces \\spad{xi} by \\spad{vi} in \\spad{f}.") (($ $ |#1| |#2|) "\\spad{eval(f,{} x,{} v)} replaces \\spad{x} by \\spad{v} in \\spad{f}.")))
NIL
NIL
-(-487 S E |un|)
+(-489 S E |un|)
((|constructor| (NIL "Internal implementation of a free abelian monoid.")))
NIL
-((|HasCategory| |#2| (QUOTE (-734))))
-(-488 S |mn|)
+((|HasCategory| |#2| (QUOTE (-736))))
+(-490 S |mn|)
((|constructor| (NIL "\\indented{1}{Author: Michael Monagan July/87,{} modified \\spad{SMW} June/91} A FlexibleArray is the notion of an array intended to allow for growth at the end only. Hence the following efficient operations \\indented{2}{\\spad{append(x,{}a)} meaning append item \\spad{x} at the end of the array \\spad{a}} \\indented{2}{\\spad{delete(a,{}n)} meaning delete the last item from the array \\spad{a}} Flexible arrays support the other operations inherited from \\spadtype{ExtensibleLinearAggregate}. However,{} these are not efficient. Flexible arrays combine the \\spad{O(1)} access time property of arrays with growing and shrinking at the end in \\spad{O(1)} (average) time. This is done by using an ordinary array which may have zero or more empty slots at the end. When the array becomes full it is copied into a new larger (50\\% larger) array. Conversely,{} when the array becomes less than 1/2 full,{} it is copied into a smaller array. Flexible arrays provide for an efficient implementation of many data structures in particular heaps,{} stacks and sets.")) (|shrinkable| (((|Boolean|) (|Boolean|)) "\\spad{shrinkable(b)} sets the shrinkable attribute of flexible arrays to \\spad{b} and returns the previous value")) (|physicalLength!| (($ $ (|Integer|)) "\\spad{physicalLength!(x,{}n)} changes the physical length of \\spad{x} to be \\spad{n} and returns the new array.")) (|physicalLength| (((|NonNegativeInteger|) $) "\\spad{physicalLength(x)} returns the number of elements \\spad{x} can accomodate before growing")) (|flexibleArray| (($ (|List| |#1|)) "\\spad{flexibleArray(l)} creates a flexible array from the list of elements \\spad{l}")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-489 |p| |n|)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-491 |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}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| (-538 |#1|) (QUOTE (-136))) (|HasCategory| (-538 |#1|) (QUOTE (-346)))) (|HasCategory| (-538 |#1|) (QUOTE (-138))) (|HasCategory| (-538 |#1|) (QUOTE (-346))) (|HasCategory| (-538 |#1|) (QUOTE (-136))))
-(-490 R |mnRow| |mnCol| |Row| |Col|)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| (-540 |#1|) (QUOTE (-138))) (|HasCategory| (-540 |#1|) (QUOTE (-348)))) (|HasCategory| (-540 |#1|) (QUOTE (-140))) (|HasCategory| (-540 |#1|) (QUOTE (-348))) (|HasCategory| (-540 |#1|) (QUOTE (-138))))
+(-492 R |mnRow| |mnCol| |Row| |Col|)
((|constructor| (NIL "\\indented{1}{This is an internal type which provides an implementation of} 2-dimensional arrays as PrimitiveArray\\spad{'s} of PrimitiveArray\\spad{'s}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-491 S |mn|)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-493 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.")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-492 R |Row| |Col| M)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-494 R |Row| |Col| M)
((|constructor| (NIL "\\spadtype{InnerMatrixLinearAlgebraFunctions} is an internal package which provides standard linear algebra functions on domains in \\spad{MatrixCategory}")) (|inverse| (((|Union| |#4| "failed") |#4|) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|generalizedInverse| ((|#4| |#4|) "\\spad{generalizedInverse(m)} returns the generalized (Moore--Penrose) inverse of the matrix \\spad{m},{} \\spadignore{i.e.} the matrix \\spad{h} such that m*h*m=h,{} h*m*h=m,{} \\spad{m*h} and \\spad{h*m} are both symmetric matrices.")) (|determinant| ((|#1| |#4|) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. an error message is returned if the matrix is not square.")) (|nullSpace| (((|List| |#3|) |#4|) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) |#4|) "\\spad{nullity(m)} returns the mullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) |#4|) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| ((|#4| |#4|) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")))
NIL
-((|HasAttribute| |#3| (QUOTE -4260)))
-(-493 R |Row| |Col| M QF |Row2| |Col2| M2)
+((|HasAttribute| |#3| (QUOTE -4262)))
+(-495 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 -4260)))
-(-494 R |mnRow| |mnCol|)
+((|HasAttribute| |#7| (QUOTE -4262)))
+(-496 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.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-517))) (|HasAttribute| |#1| (QUOTE (-4261 "*"))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-495 GF)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-519))) (|HasAttribute| |#1| (QUOTE (-4263 "*"))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-497 GF)
((|constructor| (NIL "InnerNormalBasisFieldFunctions(\\spad{GF}) (unexposed): This package has functions used by every normal basis finite field extension domain.")) (|minimalPolynomial| (((|SparseUnivariatePolynomial| |#1|) (|Vector| |#1|)) "\\spad{minimalPolynomial(x)} \\undocumented{} See \\axiomFunFrom{minimalPolynomial}{FiniteAlgebraicExtensionField}")) (|normalElement| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{normalElement(n)} \\undocumented{} See \\axiomFunFrom{normalElement}{FiniteAlgebraicExtensionField}")) (|basis| (((|Vector| (|Vector| |#1|)) (|PositiveInteger|)) "\\spad{basis(n)} \\undocumented{} See \\axiomFunFrom{basis}{FiniteAlgebraicExtensionField}")) (|normal?| (((|Boolean|) (|Vector| |#1|)) "\\spad{normal?(x)} \\undocumented{} See \\axiomFunFrom{normal?}{FiniteAlgebraicExtensionField}")) (|lookup| (((|PositiveInteger|) (|Vector| |#1|)) "\\spad{lookup(x)} \\undocumented{} See \\axiomFunFrom{lookup}{Finite}")) (|inv| (((|Vector| |#1|) (|Vector| |#1|)) "\\spad{inv x} \\undocumented{} See \\axiomFunFrom{inv}{DivisionRing}")) (|trace| (((|Vector| |#1|) (|Vector| |#1|) (|PositiveInteger|)) "\\spad{trace(x,{}n)} \\undocumented{} See \\axiomFunFrom{trace}{FiniteAlgebraicExtensionField}")) (|norm| (((|Vector| |#1|) (|Vector| |#1|) (|PositiveInteger|)) "\\spad{norm(x,{}n)} \\undocumented{} See \\axiomFunFrom{norm}{FiniteAlgebraicExtensionField}")) (/ (((|Vector| |#1|) (|Vector| |#1|) (|Vector| |#1|)) "\\spad{x/y} \\undocumented{} See \\axiomFunFrom{/}{Field}")) (* (((|Vector| |#1|) (|Vector| |#1|) (|Vector| |#1|)) "\\spad{x*y} \\undocumented{} See \\axiomFunFrom{*}{SemiGroup}")) (** (((|Vector| |#1|) (|Vector| |#1|) (|Integer|)) "\\spad{x**n} \\undocumented{} See \\axiomFunFrom{\\spad{**}}{DivisionRing}")) (|qPot| (((|Vector| |#1|) (|Vector| |#1|) (|Integer|)) "\\spad{qPot(v,{}e)} computes \\spad{v**(q**e)},{} interpreting \\spad{v} as an element of normal basis field,{} \\spad{q} the size of the ground field. This is done by a cyclic \\spad{e}-shift of the vector \\spad{v}.")) (|expPot| (((|Vector| |#1|) (|Vector| |#1|) (|SingleInteger|) (|SingleInteger|)) "\\spad{expPot(v,{}e,{}d)} returns the sum from \\spad{i = 0} to \\spad{e - 1} of \\spad{v**(q**i*d)},{} interpreting \\spad{v} as an element of a normal basis field and where \\spad{q} is the size of the ground field. Note: for a description of the algorithm,{} see \\spad{T}.Itoh and \\spad{S}.Tsujii,{} \"A fast algorithm for computing multiplicative inverses in \\spad{GF}(2^m) using normal bases\",{} Information and Computation 78,{} \\spad{pp}.171-177,{} 1988.")) (|repSq| (((|Vector| |#1|) (|Vector| |#1|) (|NonNegativeInteger|)) "\\spad{repSq(v,{}e)} computes \\spad{v**e} by repeated squaring,{} interpreting \\spad{v} as an element of a normal basis field.")) (|dAndcExp| (((|Vector| |#1|) (|Vector| |#1|) (|NonNegativeInteger|) (|SingleInteger|)) "\\spad{dAndcExp(v,{}n,{}k)} computes \\spad{v**e} interpreting \\spad{v} as an element of normal basis field. A divide and conquer algorithm similar to the one from \\spad{D}.\\spad{R}.Stinson,{} \"Some observations on parallel Algorithms for fast exponentiation in \\spad{GF}(2^n)\",{} Siam \\spad{J}. Computation,{} Vol.19,{} No.4,{} \\spad{pp}.711-717,{} August 1990 is used. Argument \\spad{k} is a parameter of this algorithm.")) (|xn| (((|SparseUnivariatePolynomial| |#1|) (|NonNegativeInteger|)) "\\spad{xn(n)} returns the polynomial \\spad{x**n-1}.")) (|pol| (((|SparseUnivariatePolynomial| |#1|) (|Vector| |#1|)) "\\spad{pol(v)} turns the vector \\spad{[v0,{}...,{}vn]} into the polynomial \\spad{v0+v1*x+ ... + vn*x**n}.")) (|index| (((|Vector| |#1|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{index(n,{}m)} is a index function for vectors of length \\spad{n} over the ground field.")) (|random| (((|Vector| |#1|) (|PositiveInteger|)) "\\spad{random(n)} creates a vector over the ground field with random entries.")) (|setFieldInfo| (((|Void|) (|Vector| (|List| (|Record| (|:| |value| |#1|) (|:| |index| (|SingleInteger|))))) |#1|) "\\spad{setFieldInfo(m,{}p)} initializes the field arithmetic,{} where \\spad{m} is the multiplication table and \\spad{p} is the respective normal element of the ground field \\spad{GF}.")))
NIL
NIL
-(-496 R)
+(-498 R)
((|constructor| (NIL "This package provides operations to create incrementing functions.")) (|incrementBy| (((|Mapping| |#1| |#1|) |#1|) "\\spad{incrementBy(n)} produces a function which adds \\spad{n} to whatever argument it is given. For example,{} if {\\spad{f} \\spad{:=} increment(\\spad{n})} then \\spad{f x} is \\spad{x+n}.")) (|increment| (((|Mapping| |#1| |#1|)) "\\spad{increment()} produces a function which adds \\spad{1} to whatever argument it is given. For example,{} if {\\spad{f} \\spad{:=} increment()} then \\spad{f x} is \\spad{x+1}.")))
NIL
NIL
-(-497 |Varset|)
+(-499 |Varset|)
((|constructor| (NIL "\\indented{2}{IndexedExponents of an ordered set of variables gives a representation} for the degree of polynomials in commuting variables. It gives an ordered pairing of non negative integer exponents with variables")))
NIL
NIL
-(-498 K -1834 |Par|)
+(-500 K -1819 |Par|)
((|constructor| (NIL "This package is the inner package to be used by NumericRealEigenPackage and NumericComplexEigenPackage for the computation of numeric eigenvalues and eigenvectors.")) (|innerEigenvectors| (((|List| (|Record| (|:| |outval| |#2|) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| |#2|))))) (|Matrix| |#1|) |#3| (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|))) "\\spad{innerEigenvectors(m,{}eps,{}factor)} computes explicitly the eigenvalues and the correspondent eigenvectors of the matrix \\spad{m}. The parameter \\spad{eps} determines the type of the output,{} \\spad{factor} is the univariate factorizer to \\spad{br} used to reduce the characteristic polynomial into irreducible factors.")) (|solve1| (((|List| |#2|) (|SparseUnivariatePolynomial| |#1|) |#3|) "\\spad{solve1(pol,{} eps)} finds the roots of the univariate polynomial polynomial \\spad{pol} to precision eps. If \\spad{K} is \\spad{Fraction Integer} then only the real roots are returned,{} if \\spad{K} is \\spad{Complex Fraction Integer} then all roots are found.")) (|charpol| (((|SparseUnivariatePolynomial| |#1|) (|Matrix| |#1|)) "\\spad{charpol(m)} computes the characteristic polynomial of a matrix \\spad{m} with entries in \\spad{K}. This function returns a polynomial over \\spad{K},{} while the general one (that is in EiegenPackage) returns Fraction \\spad{P} \\spad{K}")))
NIL
NIL
-(-499)
+(-501)
((|constructor| (NIL "Default infinity signatures for the interpreter; Date Created: 4 Oct 1989 Date Last Updated: 4 Oct 1989")) (|minusInfinity| (((|OrderedCompletion| (|Integer|))) "\\spad{minusInfinity()} returns minusInfinity.")) (|plusInfinity| (((|OrderedCompletion| (|Integer|))) "\\spad{plusInfinity()} returns plusIinfinity.")) (|infinity| (((|OnePointCompletion| (|Integer|))) "\\spad{infinity()} returns infinity.")))
NIL
NIL
-(-500 R)
+(-502 R)
((|constructor| (NIL "Tools for manipulating input forms.")) (|interpret| ((|#1| (|InputForm|)) "\\spad{interpret(f)} passes \\spad{f} to the interpreter,{} and transforms the result into an object of type \\spad{R}.")) (|packageCall| (((|InputForm|) (|Symbol|)) "\\spad{packageCall(f)} returns the input form corresponding to \\spad{f}\\$\\spad{R}.")))
NIL
NIL
-(-501)
+(-503)
((|constructor| (NIL "Domain of parsed forms which can be passed to the interpreter. This is also the interface between algebra code and facilities in the interpreter.")) (|compile| (((|Symbol|) (|Symbol|) (|List| $)) "\\spad{compile(f,{} [t1,{}...,{}tn])} forces the interpreter to compile the function \\spad{f} with signature \\spad{(t1,{}...,{}tn) -> ?}. returns the symbol \\spad{f} if successful. Error: if \\spad{f} was not defined beforehand in the interpreter,{} or if the \\spad{ti}\\spad{'s} are not valid types,{} or if the compiler fails.")) (|declare| (((|Symbol|) (|List| $)) "\\spad{declare(t)} returns a name \\spad{f} such that \\spad{f} has been declared to the interpreter to be of type \\spad{t},{} but has not been assigned a value yet. Note: \\spad{t} should be created as \\spad{devaluate(T)\\$Lisp} where \\spad{T} is the actual type of \\spad{f} (this hack is required for the case where \\spad{T} is a mapping type).")) (|unparse| (((|String|) $) "\\spad{unparse(f)} returns a string \\spad{s} such that the parser would transform \\spad{s} to \\spad{f}. Error: if \\spad{f} is not the parsed form of a string.")) (|flatten| (($ $) "\\spad{flatten(s)} returns an input form corresponding to \\spad{s} with all the nested operations flattened to triples using new local variables. If \\spad{s} is a piece of code,{} this speeds up the compilation tremendously later on.")) ((|One|) (($) "\\spad{1} returns the input form corresponding to 1.")) ((|Zero|) (($) "\\spad{0} returns the input form corresponding to 0.")) (** (($ $ (|Integer|)) "\\spad{a ** b} returns the input form corresponding to \\spad{a ** b}.") (($ $ (|NonNegativeInteger|)) "\\spad{a ** b} returns the input form corresponding to \\spad{a ** b}.")) (/ (($ $ $) "\\spad{a / b} returns the input form corresponding to \\spad{a / b}.")) (* (($ $ $) "\\spad{a * b} returns the input form corresponding to \\spad{a * b}.")) (+ (($ $ $) "\\spad{a + b} returns the input form corresponding to \\spad{a + b}.")) (|lambda| (($ $ (|List| (|Symbol|))) "\\spad{lambda(code,{} [x1,{}...,{}xn])} returns the input form corresponding to \\spad{(x1,{}...,{}xn) +-> code} if \\spad{n > 1},{} or to \\spad{x1 +-> code} if \\spad{n = 1}.")) (|function| (($ $ (|List| (|Symbol|)) (|Symbol|)) "\\spad{function(code,{} [x1,{}...,{}xn],{} f)} returns the input form corresponding to \\spad{f(x1,{}...,{}xn) == code}.")) (|binary| (($ $ (|List| $)) "\\spad{binary(op,{} [a1,{}...,{}an])} returns the input form corresponding to \\spad{a1 op a2 op ... op an}.")) (|convert| (($ (|SExpression|)) "\\spad{convert(s)} makes \\spad{s} into an input form.")) (|interpret| (((|Any|) $) "\\spad{interpret(f)} passes \\spad{f} to the interpreter.")))
NIL
NIL
-(-502 |Coef| UTS)
+(-504 |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an integral domain of characteristic 0.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),{}a,{}d)} computes \\spad{product(n=a,{}a+d,{}a+2*d,{}...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,{}3,{}5...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,{}4,{}6...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,{}2,{}3...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-503 K -1834 |Par|)
+(-505 K -1819 |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
-(-504 R BP |pMod| |nextMod|)
+(-506 R BP |pMod| |nextMod|)
((|reduction| ((|#2| |#2| |#1|) "\\spad{reduction(f,{}p)} reduces the coefficients of the polynomial \\spad{f} modulo the prime \\spad{p}.")) (|modularGcd| ((|#2| (|List| |#2|)) "\\spad{modularGcd(listf)} computes the \\spad{gcd} of the list of polynomials \\spad{listf} by modular methods.")) (|modularGcdPrimitive| ((|#2| (|List| |#2|)) "\\spad{modularGcdPrimitive(f1,{}f2)} computes the \\spad{gcd} of the two polynomials \\spad{f1} and \\spad{f2} by modular methods.")))
NIL
NIL
-(-505 OV E R P)
+(-507 OV E R P)
((|constructor| (NIL "\\indented{2}{This is an inner package for factoring multivariate polynomials} over various coefficient domains in characteristic 0. The univariate factor operation is passed as a parameter. Multivariate hensel lifting is used to lift the univariate factorization")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|))) "\\spad{factor(p,{}ufact)} factors the multivariate polynomial \\spad{p} by specializing variables and calling the univariate factorizer \\spad{ufact}. \\spad{p} is represented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#4|) |#4| (|Mapping| (|Factored| (|SparseUnivariatePolynomial| |#3|)) (|SparseUnivariatePolynomial| |#3|))) "\\spad{factor(p,{}ufact)} factors the multivariate polynomial \\spad{p} by specializing variables and calling the univariate factorizer \\spad{ufact}.")))
NIL
NIL
-(-506 K UP |Coef| UTS)
+(-508 K UP |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over an arbitrary finite field.")) (|generalInfiniteProduct| ((|#4| |#4| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),{}a,{}d)} computes \\spad{product(n=a,{}a+d,{}a+2*d,{}...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#4| |#4|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,{}3,{}5...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#4| |#4|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,{}4,{}6...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#4| |#4|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,{}2,{}3...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-507 |Coef| UTS)
+(-509 |Coef| UTS)
((|constructor| (NIL "This package computes infinite products of univariate Taylor series over a field of prime order.")) (|generalInfiniteProduct| ((|#2| |#2| (|Integer|) (|Integer|)) "\\spad{generalInfiniteProduct(f(x),{}a,{}d)} computes \\spad{product(n=a,{}a+d,{}a+2*d,{}...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|oddInfiniteProduct| ((|#2| |#2|) "\\spad{oddInfiniteProduct(f(x))} computes \\spad{product(n=1,{}3,{}5...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|evenInfiniteProduct| ((|#2| |#2|) "\\spad{evenInfiniteProduct(f(x))} computes \\spad{product(n=2,{}4,{}6...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")) (|infiniteProduct| ((|#2| |#2|) "\\spad{infiniteProduct(f(x))} computes \\spad{product(n=1,{}2,{}3...,{}f(x**n))}. The series \\spad{f(x)} should have constant coefficient 1.")))
NIL
NIL
-(-508 R UP)
+(-510 R UP)
((|constructor| (NIL "Find the sign of a polynomial around a point or infinity.")) (|signAround| (((|Union| (|Integer|) "failed") |#2| |#1| (|Mapping| (|Union| (|Integer|) "failed") |#1|)) "\\spad{signAround(u,{}r,{}f)} \\undocumented") (((|Union| (|Integer|) "failed") |#2| |#1| (|Integer|) (|Mapping| (|Union| (|Integer|) "failed") |#1|)) "\\spad{signAround(u,{}r,{}i,{}f)} \\undocumented") (((|Union| (|Integer|) "failed") |#2| (|Integer|) (|Mapping| (|Union| (|Integer|) "failed") |#1|)) "\\spad{signAround(u,{}i,{}f)} \\undocumented")))
NIL
NIL
-(-509 S)
+(-511 S)
((|constructor| (NIL "An \\spad{IntegerNumberSystem} is a model for the integers.")) (|invmod| (($ $ $) "\\spad{invmod(a,{}b)},{} \\spad{0<=a<b>1},{} \\spad{(a,{}b)=1} means \\spad{1/a mod b}.")) (|powmod| (($ $ $ $) "\\spad{powmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a**b mod p}.")) (|mulmod| (($ $ $ $) "\\spad{mulmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a*b mod p}.")) (|submod| (($ $ $ $) "\\spad{submod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a-b mod p}.")) (|addmod| (($ $ $ $) "\\spad{addmod(a,{}b,{}p)},{} \\spad{0<=a,{}b<p>1},{} means \\spad{a+b mod p}.")) (|mask| (($ $) "\\spad{mask(n)} returns \\spad{2**n-1} (an \\spad{n} bit mask).")) (|dec| (($ $) "\\spad{dec(x)} returns \\spad{x - 1}.")) (|inc| (($ $) "\\spad{inc(x)} returns \\spad{x + 1}.")) (|copy| (($ $) "\\spad{copy(n)} gives a copy of \\spad{n}.")) (|hash| (($ $) "\\spad{hash(n)} returns the hash code of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{n-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,{}i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,{}i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
NIL
NIL
-(-510)
+(-512)
((|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}.")) (|hash| (($ $) "\\spad{hash(n)} returns the hash code of \\spad{n}.")) (|random| (($ $) "\\spad{random(a)} creates a random element from 0 to \\spad{n-1}.") (($) "\\spad{random()} creates a random element.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(n)} creates a rational number,{} or returns \"failed\" if this is not possible.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(n)} creates a rational number (see \\spadtype{Fraction Integer})..")) (|rational?| (((|Boolean|) $) "\\spad{rational?(n)} tests if \\spad{n} is a rational number (see \\spadtype{Fraction Integer}).")) (|symmetricRemainder| (($ $ $) "\\spad{symmetricRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{ -b/2 <= r < b/2 }.")) (|positiveRemainder| (($ $ $) "\\spad{positiveRemainder(a,{}b)} (where \\spad{b > 1}) yields \\spad{r} where \\spad{0 <= r < b} and \\spad{r == a rem b}.")) (|bit?| (((|Boolean|) $ $) "\\spad{bit?(n,{}i)} returns \\spad{true} if and only if \\spad{i}-th bit of \\spad{n} is a 1.")) (|shift| (($ $ $) "\\spad{shift(a,{}i)} shift \\spad{a} by \\spad{i} digits.")) (|length| (($ $) "\\spad{length(a)} length of \\spad{a} in digits.")) (|base| (($) "\\spad{base()} returns the base for the operations of \\spad{IntegerNumberSystem}.")) (|multiplicativeValuation| ((|attribute|) "euclideanSize(a*b) returns \\spad{euclideanSize(a)*euclideanSize(b)}.")) (|even?| (((|Boolean|) $) "\\spad{even?(n)} returns \\spad{true} if and only if \\spad{n} is even.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(n)} returns \\spad{true} if and only if \\spad{n} is odd.")))
-((-4257 . T) (-4258 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4259 . T) (-4260 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-511 |Key| |Entry| |addDom|)
+(-513 |Key| |Entry| |addDom|)
((|constructor| (NIL "This domain is used to provide a conditional \"add\" domain for the implementation of \\spadtype{Table}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-512 R -1834)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-514 R -1819)
((|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
-(-513 R0 -1834 UP UPUP R)
+(-515 R0 -1819 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
-(-514)
+(-516)
((|constructor| (NIL "This package provides functions to lookup bits in integers")) (|bitTruth| (((|Boolean|) (|Integer|) (|Integer|)) "\\spad{bitTruth(n,{}m)} returns \\spad{true} if coefficient of 2**m in abs(\\spad{n}) is 1")) (|bitCoef| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{bitCoef(n,{}m)} returns the coefficient of 2**m in abs(\\spad{n})")) (|bitLength| (((|Integer|) (|Integer|)) "\\spad{bitLength(n)} returns the number of bits to represent abs(\\spad{n})")))
NIL
NIL
-(-515 R)
+(-517 R)
((|constructor| (NIL "\\indented{1}{+ Author: Mike Dewar} + Date Created: November 1996 + Date Last Updated: + Basic Functions: + Related Constructors: + Also See: + AMS Classifications: + Keywords: + References: + Description: + This category implements of interval arithmetic and transcendental + functions over intervals.")) (|contains?| (((|Boolean|) $ |#1|) "\\spad{contains?(i,{}f)} returns \\spad{true} if \\axiom{\\spad{f}} is contained within the interval \\axiom{\\spad{i}},{} \\spad{false} otherwise.")) (|negative?| (((|Boolean|) $) "\\spad{negative?(u)} returns \\axiom{\\spad{true}} if every element of \\spad{u} is negative,{} \\axiom{\\spad{false}} otherwise.")) (|positive?| (((|Boolean|) $) "\\spad{positive?(u)} returns \\axiom{\\spad{true}} if every element of \\spad{u} is positive,{} \\axiom{\\spad{false}} otherwise.")) (|width| ((|#1| $) "\\spad{width(u)} returns \\axiom{sup(\\spad{u}) - inf(\\spad{u})}.")) (|sup| ((|#1| $) "\\spad{sup(u)} returns the supremum of \\axiom{\\spad{u}}.")) (|inf| ((|#1| $) "\\spad{inf(u)} returns the infinum of \\axiom{\\spad{u}}.")) (|qinterval| (($ |#1| |#1|) "\\spad{qinterval(inf,{}sup)} creates a new interval \\axiom{[\\spad{inf},{}\\spad{sup}]},{} without checking the ordering on the elements.")) (|interval| (($ (|Fraction| (|Integer|))) "\\spad{interval(f)} creates a new interval around \\spad{f}.") (($ |#1|) "\\spad{interval(f)} creates a new interval around \\spad{f}.") (($ |#1| |#1|) "\\spad{interval(inf,{}sup)} creates a new interval,{} either \\axiom{[\\spad{inf},{}\\spad{sup}]} if \\axiom{\\spad{inf} \\spad{<=} \\spad{sup}} or \\axiom{[\\spad{sup},{}in]} otherwise.")))
-((-1485 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-1474 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-516 S)
+(-518 S)
((|constructor| (NIL "The category of commutative integral domains,{} \\spadignore{i.e.} commutative rings with no zero divisors. \\blankline Conditional attributes: \\indented{2}{canonicalUnitNormal\\tab{20}the canonical field is the same for all associates} \\indented{2}{canonicalsClosed\\tab{20}the product of two canonicals is itself canonical}")) (|unit?| (((|Boolean|) $) "\\spad{unit?(x)} tests whether \\spad{x} is a unit,{} \\spadignore{i.e.} is invertible.")) (|associates?| (((|Boolean|) $ $) "\\spad{associates?(x,{}y)} tests whether \\spad{x} and \\spad{y} are associates,{} \\spadignore{i.e.} differ by a unit factor.")) (|unitCanonical| (($ $) "\\spad{unitCanonical(x)} returns \\spad{unitNormal(x).canonical}.")) (|unitNormal| (((|Record| (|:| |unit| $) (|:| |canonical| $) (|:| |associate| $)) $) "\\spad{unitNormal(x)} tries to choose a canonical element from the associate class of \\spad{x}. The attribute canonicalUnitNormal,{} if asserted,{} means that the \"canonical\" element is the same across all associates of \\spad{x} if \\spad{unitNormal(x) = [u,{}c,{}a]} then \\spad{u*c = x},{} \\spad{a*u = 1}.")) (|exquo| (((|Union| $ "failed") $ $) "\\spad{exquo(a,{}b)} either returns an element \\spad{c} such that \\spad{c*b=a} or \"failed\" if no such element can be found.")))
NIL
NIL
-(-517)
+(-519)
((|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.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-518 R -1834)
+(-520 R -1819)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for elemntary functions.")) (|lfextlimint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Symbol|) (|Kernel| |#2|) (|List| (|Kernel| |#2|))) "\\spad{lfextlimint(f,{}x,{}k,{}[k1,{}...,{}kn])} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f - c dk/dx}. Value \\spad{h} is looked for in a field containing \\spad{f} and \\spad{k1},{}...,{}\\spad{kn} (the \\spad{ki}\\spad{'s} must be logs).")) (|lfintegrate| (((|IntegrationResult| |#2|) |#2| (|Symbol|)) "\\spad{lfintegrate(f,{} x)} = \\spad{g} such that \\spad{dg/dx = f}.")) (|lfinfieldint| (((|Union| |#2| "failed") |#2| (|Symbol|)) "\\spad{lfinfieldint(f,{} x)} returns a function \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|lflimitedint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Symbol|) (|List| |#2|)) "\\spad{lflimitedint(f,{}x,{}[g1,{}...,{}gn])} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} and \\spad{d(h+sum(\\spad{ci} log(\\spad{gi})))/dx = f},{} if possible,{} \"failed\" otherwise.")) (|lfextendedint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Symbol|) |#2|) "\\spad{lfextendedint(f,{} x,{} g)} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f - cg},{} if (\\spad{h},{} \\spad{c}) exist,{} \"failed\" otherwise.")))
NIL
NIL
-(-519 I)
+(-521 I)
((|constructor| (NIL "\\indented{1}{This Package contains basic methods for integer factorization.} The factor operation employs trial division up to 10,{}000. It then tests to see if \\spad{n} is a perfect power before using Pollards rho method. Because Pollards method may fail,{} the result of factor may contain composite factors. We should also employ Lenstra\\spad{'s} eliptic curve method.")) (|PollardSmallFactor| (((|Union| |#1| "failed") |#1|) "\\spad{PollardSmallFactor(n)} returns a factor of \\spad{n} or \"failed\" if no one is found")) (|BasicMethod| (((|Factored| |#1|) |#1|) "\\spad{BasicMethod(n)} returns the factorization of integer \\spad{n} by trial division")) (|squareFree| (((|Factored| |#1|) |#1|) "\\spad{squareFree(n)} returns the square free factorization of integer \\spad{n}")) (|factor| (((|Factored| |#1|) |#1|) "\\spad{factor(n)} returns the full factorization of integer \\spad{n}")))
NIL
NIL
-(-520)
+(-522)
((|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
-(-521 R -1834 L)
+(-523 R -1819 L)
((|constructor| (NIL "This internal package rationalises integrands on curves of the form: \\indented{2}{\\spad{y\\^2 = a x\\^2 + b x + c}} \\indented{2}{\\spad{y\\^2 = (a x + b) / (c x + d)}} \\indented{2}{\\spad{f(x,{} y) = 0} where \\spad{f} has degree 1 in \\spad{x}} The rationalization is done for integration,{} limited integration,{} extended integration and the risch differential equation.")) (|palgLODE0| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgLODE0(op,{}g,{}x,{}y,{}z,{}t,{}c)} returns the solution of \\spad{op f = g} Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgLODE0(op,{} g,{} x,{} y,{} d,{} p)} returns the solution of \\spad{op f = g}. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|lift| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|SparseUnivariatePolynomial| |#2|) (|Kernel| |#2|)) "\\spad{lift(u,{}k)} \\undocumented")) (|multivariate| ((|#2| (|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) (|Kernel| |#2|) |#2|) "\\spad{multivariate(u,{}k,{}f)} \\undocumented")) (|univariate| (((|SparseUnivariatePolynomial| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|SparseUnivariatePolynomial| |#2|)) "\\spad{univariate(f,{}k,{}k,{}p)} \\undocumented")) (|palgRDE0| (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgRDE0(f,{} g,{} x,{} y,{} foo,{} t,{} c)} returns a function \\spad{z(x,{}y)} such that \\spad{dz/dx + n * df/dx z(x,{}y) = g(x,{}y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{foo},{} called by \\spad{foo(a,{} b,{} x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.") (((|Union| |#2| "failed") |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|)) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgRDE0(f,{} g,{} x,{} y,{} foo,{} d,{} p)} returns a function \\spad{z(x,{}y)} such that \\spad{dz/dx + n * df/dx z(x,{}y) = g(x,{}y)} if such a \\spad{z} exists,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}. Argument \\spad{foo},{} called by \\spad{foo(a,{} b,{} x)},{} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}.")) (|palglimint0| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palglimint0(f,{} x,{} y,{} [u1,{}...,{}un],{} z,{} t,{} c)} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{ui})))/dx = f(x,{}y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}.") (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palglimint0(f,{} x,{} y,{} [u1,{}...,{}un],{} d,{} p)} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{ui})))/dx = f(x,{}y)} if such functions exist,{} and \"failed\" otherwise. Argument \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2y(x)\\^2 = P(x)}.")) (|palgextint0| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgextint0(f,{} x,{} y,{} g,{} z,{} t,{} c)} returns functions \\spad{[h,{} d]} such that \\spad{dh/dx = f(x,{}y) - d g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy},{} and \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,{}y)}. The operation returns \"failed\" if no such functions exist.") (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgextint0(f,{} x,{} y,{} g,{} d,{} p)} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f(x,{}y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)},{} or \"failed\" if no such functions exist.")) (|palgint0| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|Fraction| (|SparseUnivariatePolynomial| |#2|))) "\\spad{palgint0(f,{} x,{} y,{} z,{} t,{} c)} returns the integral of \\spad{f(x,{}y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{f(x,{}y)dx = c f(t,{}y) dy}; \\spad{c} and \\spad{t} are rational functions of \\spad{y}. Argument \\spad{z} is a dummy variable not appearing in \\spad{f(x,{}y)}.") (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) "\\spad{palgint0(f,{} x,{} y,{} d,{} p)} returns the integral of \\spad{f(x,{}y)dx} where \\spad{y} is an algebraic function of \\spad{x} satisfying \\spad{d(x)\\^2 y(x)\\^2 = P(x)}.")))
NIL
-((|HasCategory| |#3| (LIST (QUOTE -602) (|devaluate| |#2|))))
-(-522)
+((|HasCategory| |#3| (LIST (QUOTE -604) (|devaluate| |#2|))))
+(-524)
((|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
-(-523 -1834 UP UPUP R)
+(-525 -1819 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
-(-524 -1834 UP)
+(-526 -1819 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
-(-525)
+(-527)
((|constructor| (NIL "\\spadtype{Integer} provides the domain of arbitrary precision integers.")) (|infinite| ((|attribute|) "nextItem never returns \"failed\".")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")) (|random| (($ $) "\\spad{random(n)} returns a random integer from 0 to \\spad{n-1}.")))
-((-4241 . T) (-4247 . T) (-4251 . T) (-4246 . T) (-4257 . T) (-4258 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4243 . T) (-4249 . T) (-4253 . T) (-4248 . T) (-4259 . T) (-4260 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-526)
+(-528)
((|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|))) (|:| |extra| (|Result|))) (|NumericalIntegrationProblem|) (|RoutinesTable|)) "\\spad{measure(prob,{}R)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical integration problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{NumericalIntegrationCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information.") (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|))) (|:| |extra| (|Result|))) (|NumericalIntegrationProblem|)) "\\spad{measure(prob)} is a top level ANNA function for identifying the most appropriate numerical routine for solving the numerical integration problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{NumericalIntegrationCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information.")) (|integrate| (((|Union| (|Result|) "failed") (|Expression| (|Float|)) (|SegmentBinding| (|OrderedCompletion| (|Float|))) (|Symbol|)) "\\spad{integrate(exp,{} x = a..b,{} numerical)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range,{} {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.\\newline \\blankline Default values for the absolute and relative error are used. \\blankline It is an error if the last argument is not {\\spad{\\tt} numerical}.") (((|Union| (|Result|) "failed") (|Expression| (|Float|)) (|SegmentBinding| (|OrderedCompletion| (|Float|))) (|String|)) "\\spad{integrate(exp,{} x = a..b,{} \"numerical\")} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range,{} {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.\\newline \\blankline Default values for the absolute and relative error are used. \\blankline It is an error of the last argument is not {\\spad{\\tt} \"numerical\"}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|)))) (|Float|) (|Float|) (|RoutinesTable|)) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...],{} epsabs,{} epsrel,{} routines)} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges to the required absolute and relative accuracy,{} using the routines available in the RoutinesTable provided. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|)))) (|Float|) (|Float|)) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...],{} epsabs,{} epsrel)} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges to the required absolute and relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|)))) (|Float|)) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...],{} epsrel)} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges to the required relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline If epsrel = 0,{} a default absolute accuracy is used.") (((|Result|) (|Expression| (|Float|)) (|List| (|Segment| (|OrderedCompletion| (|Float|))))) "\\spad{integrate(exp,{} [a..b,{}c..d,{}...])} is a top level ANNA function to integrate a multivariate expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given set of ranges. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline Default values for the absolute and relative error are used.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|)))) "\\spad{integrate(exp,{} a..b)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline Default values for the absolute and relative error are used.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|))) (|Float|)) "\\spad{integrate(exp,{} a..b,{} epsrel)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}} to the required relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}. \\blankline If epsrel = 0,{} a default absolute accuracy is used.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|))) (|Float|) (|Float|)) "\\spad{integrate(exp,{} a..b,{} epsabs,{} epsrel)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}} to the required absolute and relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|NumericalIntegrationProblem|)) "\\spad{integrate(IntegrationProblem)} is a top level ANNA function to integrate an expression over a given range or ranges to the required absolute and relative accuracy. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.") (((|Result|) (|Expression| (|Float|)) (|Segment| (|OrderedCompletion| (|Float|))) (|Float|) (|Float|) (|RoutinesTable|)) "\\spad{integrate(exp,{} a..b,{} epsrel,{} routines)} is a top level ANNA function to integrate an expression,{} {\\spad{\\tt} \\spad{exp}},{} over a given range {\\spad{\\tt} a} to {\\spad{\\tt} \\spad{b}} to the required absolute and relative accuracy using the routines available in the RoutinesTable provided. \\blankline It iterates over the \\axiom{domains} of \\axiomType{NumericalIntegrationCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline It then performs the integration of the given expression on that \\axiom{domain}.")))
NIL
NIL
-(-527 R -1834 L)
+(-529 R -1819 L)
((|constructor| (NIL "This package provides functions for integration,{} limited integration,{} extended integration and the risch differential equation for pure algebraic integrands.")) (|palgLODE| (((|Record| (|:| |particular| (|Union| |#2| "failed")) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Symbol|)) "\\spad{palgLODE(op,{} g,{} kx,{} y,{} x)} returns the solution of \\spad{op f = g}. \\spad{y} is an algebraic function of \\spad{x}.")) (|palgRDE| (((|Union| |#2| "failed") |#2| |#2| |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|Mapping| (|Union| |#2| "failed") |#2| |#2| (|Symbol|))) "\\spad{palgRDE(nfp,{} f,{} g,{} x,{} y,{} foo)} returns a function \\spad{z(x,{}y)} such that \\spad{dz/dx + n * df/dx z(x,{}y) = g(x,{}y)} if such a \\spad{z} exists,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}; \\spad{foo(a,{} b,{} x)} is a function that solves \\spad{du/dx + n * da/dx u(x) = u(x)} for an unknown \\spad{u(x)} not involving \\spad{y}. \\spad{nfp} is \\spad{n * df/dx}.")) (|palglimint| (((|Union| (|Record| (|:| |mainpart| |#2|) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) (|List| |#2|)) "\\spad{palglimint(f,{} x,{} y,{} [u1,{}...,{}un])} returns functions \\spad{[h,{}[[\\spad{ci},{} \\spad{ui}]]]} such that the \\spad{ui}\\spad{'s} are among \\spad{[u1,{}...,{}un]} and \\spad{d(h + sum(\\spad{ci} log(\\spad{ui})))/dx = f(x,{}y)} if such functions exist,{} \"failed\" otherwise; \\spad{y} is an algebraic function of \\spad{x}.")) (|palgextint| (((|Union| (|Record| (|:| |ratpart| |#2|) (|:| |coeff| |#2|)) "failed") |#2| (|Kernel| |#2|) (|Kernel| |#2|) |#2|) "\\spad{palgextint(f,{} x,{} y,{} g)} returns functions \\spad{[h,{} c]} such that \\spad{dh/dx = f(x,{}y) - c g},{} where \\spad{y} is an algebraic function of \\spad{x}; returns \"failed\" if no such functions exist.")) (|palgint| (((|IntegrationResult| |#2|) |#2| (|Kernel| |#2|) (|Kernel| |#2|)) "\\spad{palgint(f,{} x,{} y)} returns the integral of \\spad{f(x,{}y)dx} where \\spad{y} is an algebraic function of \\spad{x}.")))
NIL
-((|HasCategory| |#3| (LIST (QUOTE -602) (|devaluate| |#2|))))
-(-528 R -1834)
+((|HasCategory| |#3| (LIST (QUOTE -604) (|devaluate| |#2|))))
+(-530 R -1819)
((|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 -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-1056)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-578)))))
-(-529 -1834 UP)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-1058)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-580)))))
+(-531 -1819 UP)
((|constructor| (NIL "This package provides functions for the base case of the Risch algorithm.")) (|limitedint| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|List| (|Fraction| |#2|))) "\\spad{limitedint(f,{} [g1,{}...,{}gn])} returns fractions \\spad{[h,{}[[\\spad{ci},{} \\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} \\spad{ci' = 0},{} and \\spad{(h+sum(\\spad{ci} log(\\spad{gi})))' = f},{} if possible,{} \"failed\" otherwise.")) (|extendedint| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{extendedint(f,{} g)} returns fractions \\spad{[h,{} c]} such that \\spad{c' = 0} and \\spad{h' = f - cg},{} if \\spad{(h,{} c)} exist,{} \"failed\" otherwise.")) (|infieldint| (((|Union| (|Fraction| |#2|) "failed") (|Fraction| |#2|)) "\\spad{infieldint(f)} returns \\spad{g} such that \\spad{g' = f} or \"failed\" if the integral of \\spad{f} is not a rational function.")) (|integrate| (((|IntegrationResult| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{integrate(f)} returns \\spad{g} such that \\spad{g' = f}.")))
NIL
NIL
-(-530 S)
+(-532 S)
((|constructor| (NIL "Provides integer testing and retraction functions. Date Created: March 1990 Date Last Updated: 9 April 1991")) (|integerIfCan| (((|Union| (|Integer|) "failed") |#1|) "\\spad{integerIfCan(x)} returns \\spad{x} as an integer,{} \"failed\" if \\spad{x} is not an integer.")) (|integer?| (((|Boolean|) |#1|) "\\spad{integer?(x)} is \\spad{true} if \\spad{x} is an integer,{} \\spad{false} otherwise.")) (|integer| (((|Integer|) |#1|) "\\spad{integer(x)} returns \\spad{x} as an integer; error if \\spad{x} is not an integer.")))
NIL
NIL
-(-531 -1834)
+(-533 -1819)
((|constructor| (NIL "This package provides functions for the integration of rational functions.")) (|extendedIntegrate| (((|Union| (|Record| (|:| |ratpart| (|Fraction| (|Polynomial| |#1|))) (|:| |coeff| (|Fraction| (|Polynomial| |#1|)))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{extendedIntegrate(f,{} x,{} g)} returns fractions \\spad{[h,{} c]} such that \\spad{dc/dx = 0} and \\spad{dh/dx = f - cg},{} if \\spad{(h,{} c)} exist,{} \"failed\" otherwise.")) (|limitedIntegrate| (((|Union| (|Record| (|:| |mainpart| (|Fraction| (|Polynomial| |#1|))) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| (|Polynomial| |#1|))) (|:| |logand| (|Fraction| (|Polynomial| |#1|))))))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limitedIntegrate(f,{} x,{} [g1,{}...,{}gn])} returns fractions \\spad{[h,{} [[\\spad{ci},{}\\spad{gi}]]]} such that the \\spad{gi}\\spad{'s} are among \\spad{[g1,{}...,{}gn]},{} \\spad{dci/dx = 0},{} and \\spad{d(h + sum(\\spad{ci} log(\\spad{gi})))/dx = f} if possible,{} \"failed\" otherwise.")) (|infieldIntegrate| (((|Union| (|Fraction| (|Polynomial| |#1|)) "failed") (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{infieldIntegrate(f,{} x)} returns a fraction \\spad{g} such that \\spad{dg/dx = f} if \\spad{g} exists,{} \"failed\" otherwise.")) (|internalIntegrate| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{internalIntegrate(f,{} x)} returns \\spad{g} such that \\spad{dg/dx = f}.")))
NIL
NIL
-(-532 R)
+(-534 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.")))
-((-1485 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-1474 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-533)
+(-535)
((|constructor| (NIL "This package provides the implementation for the \\spadfun{solveLinearPolynomialEquation} operation over the integers. It uses a lifting technique from the package GenExEuclid")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| (|Integer|))) "failed") (|List| (|SparseUnivariatePolynomial| (|Integer|))) (|SparseUnivariatePolynomial| (|Integer|))) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")))
NIL
NIL
-(-534 R -1834)
+(-536 R -1819)
((|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 -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-263))) (|HasCategory| |#2| (QUOTE (-578))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092))))) (-12 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-263)))) (|HasCategory| |#1| (QUOTE (-517))))
-(-535 -1834 UP)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-265))) (|HasCategory| |#2| (QUOTE (-580))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094))))) (-12 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-265)))) (|HasCategory| |#1| (QUOTE (-519))))
+(-537 -1819 UP)
((|constructor| (NIL "This package provides functions for the transcendental case of the Risch algorithm.")) (|monomialIntPoly| (((|Record| (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (|Mapping| |#2| |#2|)) "\\spad{monomialIntPoly(p,{} ')} returns [\\spad{q},{} \\spad{r}] such that \\spad{p = q' + r} and \\spad{degree(r) < degree(t')}. Error if \\spad{degree(t') < 2}.")) (|monomialIntegrate| (((|Record| (|:| |ir| (|IntegrationResult| (|Fraction| |#2|))) (|:| |specpart| (|Fraction| |#2|)) (|:| |polypart| |#2|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|)) "\\spad{monomialIntegrate(f,{} ')} returns \\spad{[ir,{} s,{} p]} such that \\spad{f = ir' + s + p} and all the squarefree factors of the denominator of \\spad{s} are special \\spad{w}.\\spad{r}.\\spad{t} the derivation '.")) (|expintfldpoly| (((|Union| (|LaurentPolynomial| |#1| |#2|) "failed") (|LaurentPolynomial| |#1| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintfldpoly(p,{} foo)} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument foo is a Risch differential equation function on \\spad{F}.")) (|primintfldpoly| (((|Union| |#2| "failed") |#2| (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) "\\spad{primintfldpoly(p,{} ',{} t')} returns \\spad{q} such that \\spad{p' = q} or \"failed\" if no such \\spad{q} exists. Argument \\spad{t'} is the derivative of the primitive generating the extension.")) (|primlimintfrac| (((|Union| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|)))))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|List| (|Fraction| |#2|))) "\\spad{primlimintfrac(f,{} ',{} [u1,{}...,{}un])} returns \\spad{[v,{} [c1,{}...,{}cn]]} such that \\spad{ci' = 0} and \\spad{f = v' + +/[\\spad{ci} * ui'/ui]}. Error: if \\spad{degree numer f >= degree denom f}.")) (|primextintfrac| (((|Union| (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Fraction| |#2|)) "\\spad{primextintfrac(f,{} ',{} g)} returns \\spad{[v,{} c]} such that \\spad{f = v' + c g} and \\spad{c' = 0}. Error: if \\spad{degree numer f >= degree denom f} or if \\spad{degree numer g >= degree denom g} or if \\spad{denom g} is not squarefree.")) (|explimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|List| (|Fraction| |#2|))) "\\spad{explimitedint(f,{} ',{} foo,{} [u1,{}...,{}un])} returns \\spad{[v,{} [c1,{}...,{}cn],{} a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,{}[\\spad{ci} * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primlimitedint| (((|Union| (|Record| (|:| |answer| (|Record| (|:| |mainpart| (|Fraction| |#2|)) (|:| |limitedlogs| (|List| (|Record| (|:| |coeff| (|Fraction| |#2|)) (|:| |logand| (|Fraction| |#2|))))))) (|:| |a0| |#1|)) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|List| (|Fraction| |#2|))) "\\spad{primlimitedint(f,{} ',{} foo,{} [u1,{}...,{}un])} returns \\spad{[v,{} [c1,{}...,{}cn],{} a]} such that \\spad{ci' = 0},{} \\spad{f = v' + a + reduce(+,{}[\\spad{ci} * ui'/ui])},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if no such \\spad{v},{} \\spad{ci},{} a exist. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|expextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|) (|Fraction| |#2|)) "\\spad{expextendedint(f,{} ',{} foo,{} g)} returns either \\spad{[v,{} c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is a Risch differential equation function on \\spad{F}.")) (|primextendedint| (((|Union| (|Record| (|:| |answer| (|Fraction| |#2|)) (|:| |a0| |#1|)) (|Record| (|:| |ratpart| (|Fraction| |#2|)) (|:| |coeff| (|Fraction| |#2|))) "failed") (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (|Fraction| |#2|)) "\\spad{primextendedint(f,{} ',{} foo,{} g)} returns either \\spad{[v,{} c]} such that \\spad{f = v' + c g} and \\spad{c' = 0},{} or \\spad{[v,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Returns \"failed\" if neither case can hold. Argument \\spad{foo} is an extended integration function on \\spad{F}.")) (|tanintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|List| |#1|) "failed") (|Integer|) |#1| |#1|)) "\\spad{tanintegrate(f,{} ',{} foo)} returns \\spad{[g,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential system solver on \\spad{F}.")) (|expintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Record| (|:| |ans| |#1|) (|:| |right| |#1|) (|:| |sol?| (|Boolean|))) (|Integer|) |#1|)) "\\spad{expintegrate(f,{} ',{} foo)} returns \\spad{[g,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in \\spad{F}; Argument foo is a Risch differential equation solver on \\spad{F}.")) (|primintegrate| (((|Record| (|:| |answer| (|IntegrationResult| (|Fraction| |#2|))) (|:| |a0| |#1|)) (|Fraction| |#2|) (|Mapping| |#2| |#2|) (|Mapping| (|Union| (|Record| (|:| |ratpart| |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) "\\spad{primintegrate(f,{} ',{} foo)} returns \\spad{[g,{} a]} such that \\spad{f = g' + a},{} and \\spad{a = 0} or \\spad{a} has no integral in UP. Argument foo is an extended integration function on \\spad{F}.")))
NIL
NIL
-(-536 R -1834)
+(-538 R -1819)
((|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
-(-537 |p| |unBalanced?|)
+(-539 |p| |unBalanced?|)
((|constructor| (NIL "This domain implements \\spad{Zp},{} the \\spad{p}-adic completion of the integers. This is an internal domain.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-538 |p|)
+(-540 |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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| $ (QUOTE (-138))) (|HasCategory| $ (QUOTE (-136))) (|HasCategory| $ (QUOTE (-346))))
-(-539)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| $ (QUOTE (-140))) (|HasCategory| $ (QUOTE (-138))) (|HasCategory| $ (QUOTE (-348))))
+(-541)
((|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
-(-540 R -1834)
+(-542 R -1819)
((|constructor| (NIL "This package allows a sum of logs over the roots of a polynomial to be expressed as explicit logarithms and arc tangents,{} provided that the indexing polynomial can be factored into quadratics.")) (|complexExpand| ((|#2| (|IntegrationResult| |#2|)) "\\spad{complexExpand(i)} returns the expanded complex function corresponding to \\spad{i}.")) (|expand| (((|List| |#2|) (|IntegrationResult| |#2|)) "\\spad{expand(i)} returns the list of possible real functions corresponding to \\spad{i}.")) (|split| (((|IntegrationResult| |#2|) (|IntegrationResult| |#2|)) "\\spad{split(u(x) + sum_{P(a)=0} Q(a,{}x))} returns \\spad{u(x) + sum_{P1(a)=0} Q(a,{}x) + ... + sum_{Pn(a)=0} Q(a,{}x)} where \\spad{P1},{}...,{}\\spad{Pn} are the factors of \\spad{P}.")))
NIL
NIL
-(-541 E -1834)
+(-543 E -1819)
((|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
-(-542 -1834)
+(-544 -1819)
((|constructor| (NIL "If a function \\spad{f} has an elementary integral \\spad{g},{} then \\spad{g} can be written in the form \\spad{g = h + c1 log(u1) + c2 log(u2) + ... + cn log(un)} where \\spad{h},{} which is in the same field than \\spad{f},{} is called the rational part of the integral,{} and \\spad{c1 log(u1) + ... cn log(un)} is called the logarithmic part of the integral. This domain manipulates integrals represented in that form,{} by keeping both parts separately. The logs are not explicitly computed.")) (|differentiate| ((|#1| $ (|Symbol|)) "\\spad{differentiate(ir,{}x)} differentiates \\spad{ir} with respect to \\spad{x}") ((|#1| $ (|Mapping| |#1| |#1|)) "\\spad{differentiate(ir,{}D)} differentiates \\spad{ir} with respect to the derivation \\spad{D}.")) (|integral| (($ |#1| (|Symbol|)) "\\spad{integral(f,{}x)} returns the formal integral of \\spad{f} with respect to \\spad{x}") (($ |#1| |#1|) "\\spad{integral(f,{}x)} returns the formal integral of \\spad{f} with respect to \\spad{x}")) (|elem?| (((|Boolean|) $) "\\spad{elem?(ir)} tests if an integration result is elementary over \\spad{F?}")) (|notelem| (((|List| (|Record| (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) "\\spad{notelem(ir)} returns the non-elementary part of an integration result")) (|logpart| (((|List| (|Record| (|:| |scalar| (|Fraction| (|Integer|))) (|:| |coeff| (|SparseUnivariatePolynomial| |#1|)) (|:| |logand| (|SparseUnivariatePolynomial| |#1|)))) $) "\\spad{logpart(ir)} returns the logarithmic part of an integration result")) (|ratpart| ((|#1| $) "\\spad{ratpart(ir)} returns the rational part of an integration result")) (|mkAnswer| (($ |#1| (|List| (|Record| (|:| |scalar| (|Fraction| (|Integer|))) (|:| |coeff| (|SparseUnivariatePolynomial| |#1|)) (|:| |logand| (|SparseUnivariatePolynomial| |#1|)))) (|List| (|Record| (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) "\\spad{mkAnswer(r,{}l,{}ne)} creates an integration result from a rational part \\spad{r},{} a logarithmic part \\spad{l},{} and a non-elementary part \\spad{ne}.")))
-((-4254 . T) (-4253 . T))
-((|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-1092)))))
-(-543 I)
+((-4256 . T) (-4255 . T))
+((|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-1094)))))
+(-545 I)
((|constructor| (NIL "The \\spadtype{IntegerRoots} package computes square roots and \\indented{2}{\\spad{n}th roots of integers efficiently.}")) (|approxSqrt| ((|#1| |#1|) "\\spad{approxSqrt(n)} returns an approximation \\spad{x} to \\spad{sqrt(n)} such that \\spad{-1 < x - sqrt(n) < 1}. Compute an approximation \\spad{s} to \\spad{sqrt(n)} such that \\indented{10}{\\spad{-1 < s - sqrt(n) < 1}} A variable precision Newton iteration is used. The running time is \\spad{O( log(n)**2 )}.")) (|perfectSqrt| (((|Union| |#1| "failed") |#1|) "\\spad{perfectSqrt(n)} returns the square root of \\spad{n} if \\spad{n} is a perfect square and returns \"failed\" otherwise")) (|perfectSquare?| (((|Boolean|) |#1|) "\\spad{perfectSquare?(n)} returns \\spad{true} if \\spad{n} is a perfect square and \\spad{false} otherwise")) (|approxNthRoot| ((|#1| |#1| (|NonNegativeInteger|)) "\\spad{approxRoot(n,{}r)} returns an approximation \\spad{x} to \\spad{n**(1/r)} such that \\spad{-1 < x - n**(1/r) < 1}")) (|perfectNthRoot| (((|Record| (|:| |base| |#1|) (|:| |exponent| (|NonNegativeInteger|))) |#1|) "\\spad{perfectNthRoot(n)} returns \\spad{[x,{}r]},{} where \\spad{n = x\\^r} and \\spad{r} is the largest integer such that \\spad{n} is a perfect \\spad{r}th power") (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{perfectNthRoot(n,{}r)} returns the \\spad{r}th root of \\spad{n} if \\spad{n} is an \\spad{r}th power and returns \"failed\" otherwise")) (|perfectNthPower?| (((|Boolean|) |#1| (|NonNegativeInteger|)) "\\spad{perfectNthPower?(n,{}r)} returns \\spad{true} if \\spad{n} is an \\spad{r}th power and \\spad{false} otherwise")))
NIL
NIL
-(-544 GF)
+(-546 GF)
((|constructor| (NIL "This package exports the function generateIrredPoly that computes a monic irreducible polynomial of degree \\spad{n} over a finite field.")) (|generateIrredPoly| (((|SparseUnivariatePolynomial| |#1|) (|PositiveInteger|)) "\\spad{generateIrredPoly(n)} generates an irreducible univariate polynomial of the given degree \\spad{n} over the finite field.")))
NIL
NIL
-(-545 R)
+(-547 R)
((|constructor| (NIL "\\indented{2}{This package allows a sum of logs over the roots of a polynomial} \\indented{2}{to be expressed as explicit logarithms and arc tangents,{} provided} \\indented{2}{that the indexing polynomial can be factored into quadratics.} Date Created: 21 August 1988 Date Last Updated: 4 October 1993")) (|complexIntegrate| (((|Expression| |#1|) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{complexIntegrate(f,{} x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a complex variable.")) (|integrate| (((|Union| (|Expression| |#1|) (|List| (|Expression| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{integrate(f,{} x)} returns the integral of \\spad{f(x)dx} where \\spad{x} is viewed as a real variable..")) (|complexExpand| (((|Expression| |#1|) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{complexExpand(i)} returns the expanded complex function corresponding to \\spad{i}.")) (|expand| (((|List| (|Expression| |#1|)) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{expand(i)} returns the list of possible real functions corresponding to \\spad{i}.")) (|split| (((|IntegrationResult| (|Fraction| (|Polynomial| |#1|))) (|IntegrationResult| (|Fraction| (|Polynomial| |#1|)))) "\\spad{split(u(x) + sum_{P(a)=0} Q(a,{}x))} returns \\spad{u(x) + sum_{P1(a)=0} Q(a,{}x) + ... + sum_{Pn(a)=0} Q(a,{}x)} where \\spad{P1},{}...,{}\\spad{Pn} are the factors of \\spad{P}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-138))))
-(-546)
+((|HasCategory| |#1| (QUOTE (-140))))
+(-548)
((|constructor| (NIL "IrrRepSymNatPackage contains functions for computing the ordinary irreducible representations of symmetric groups on \\spad{n} letters {\\em {1,{}2,{}...,{}n}} in Young\\spad{'s} natural form and their dimensions. These representations can be labelled by number partitions of \\spad{n},{} \\spadignore{i.e.} a weakly decreasing sequence of integers summing up to \\spad{n},{} \\spadignore{e.g.} {\\em [3,{}3,{}3,{}1]} labels an irreducible representation for \\spad{n} equals 10. Note: whenever a \\spadtype{List Integer} appears in a signature,{} a partition required.")) (|irreducibleRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|Integer|)) (|List| (|Permutation| (|Integer|)))) "\\spad{irreducibleRepresentation(lambda,{}listOfPerm)} is the list of the irreducible representations corresponding to {\\em lambda} in Young\\spad{'s} natural form for the list of permutations given by {\\em listOfPerm}.") (((|List| (|Matrix| (|Integer|))) (|List| (|Integer|))) "\\spad{irreducibleRepresentation(lambda)} is the list of the two irreducible representations corresponding to the partition {\\em lambda} in Young\\spad{'s} natural form for the following two generators of the symmetric group,{} whose elements permute {\\em {1,{}2,{}...,{}n}},{} namely {\\em (1 2)} (2-cycle) and {\\em (1 2 ... n)} (\\spad{n}-cycle).") (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|Permutation| (|Integer|))) "\\spad{irreducibleRepresentation(lambda,{}\\spad{pi})} is the irreducible representation corresponding to partition {\\em lambda} in Young\\spad{'s} natural form of the permutation {\\em \\spad{pi}} in the symmetric group,{} whose elements permute {\\em {1,{}2,{}...,{}n}}.")) (|dimensionOfIrreducibleRepresentation| (((|NonNegativeInteger|) (|List| (|Integer|))) "\\spad{dimensionOfIrreducibleRepresentation(lambda)} is the dimension of the ordinary irreducible representation of the symmetric group corresponding to {\\em lambda}. Note: the Robinson-Thrall hook formula is implemented.")))
NIL
NIL
-(-547 R E V P TS)
+(-549 R E V P TS)
((|constructor| (NIL "\\indented{1}{An internal package for computing the rational univariate representation} \\indented{1}{of a zero-dimensional algebraic variety given by a square-free} \\indented{1}{triangular set.} \\indented{1}{The main operation is \\axiomOpFrom{rur}{InternalRationalUnivariateRepresentationPackage}.} \\indented{1}{It is based on the {\\em generic} algorithm description in [1]. \\newline References:} [1] \\spad{D}. LAZARD \"Solving Zero-dimensional Algebraic Systems\" \\indented{4}{Journal of Symbolic Computation,{} 1992,{} 13,{} 117-131}")) (|checkRur| (((|Boolean|) |#5| (|List| |#5|)) "\\spad{checkRur(ts,{}lus)} returns \\spad{true} if \\spad{lus} is a rational univariate representation of \\spad{ts}.")) (|rur| (((|List| |#5|) |#5| (|Boolean|)) "\\spad{rur(ts,{}univ?)} returns a rational univariate representation of \\spad{ts}. This assumes that the lowest polynomial in \\spad{ts} is a variable \\spad{v} which does not occur in the other polynomials of \\spad{ts}. This variable will be used to define the simple algebraic extension over which these other polynomials will be rewritten as univariate polynomials with degree one. If \\spad{univ?} is \\spad{true} then these polynomials will have a constant initial.")))
NIL
NIL
-(-548 |mn|)
+(-550 |mn|)
((|constructor| (NIL "This domain implements low-level strings")) (|hash| (((|Integer|) $) "\\spad{hash(x)} provides a hashing function for strings")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| (-135) (QUOTE (-789))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135))))) (-12 (|HasCategory| (-135) (QUOTE (-1020))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135)))))) (-2067 (|HasCategory| (-135) (LIST (QUOTE -566) (QUOTE (-798)))) (-12 (|HasCategory| (-135) (QUOTE (-1020))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135)))))) (|HasCategory| (-135) (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| (-135) (QUOTE (-789))) (|HasCategory| (-135) (QUOTE (-1020)))) (|HasCategory| (-135) (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-135) (QUOTE (-1020))) (-12 (|HasCategory| (-135) (QUOTE (-1020))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135))))) (|HasCategory| (-135) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-549 E V R P)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| (-137) (QUOTE (-791))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137))))) (-12 (|HasCategory| (-137) (QUOTE (-1022))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137)))))) (-2027 (|HasCategory| (-137) (LIST (QUOTE -568) (QUOTE (-800)))) (-12 (|HasCategory| (-137) (QUOTE (-1022))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137)))))) (|HasCategory| (-137) (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| (-137) (QUOTE (-791))) (|HasCategory| (-137) (QUOTE (-1022)))) (|HasCategory| (-137) (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-137) (QUOTE (-1022))) (-12 (|HasCategory| (-137) (QUOTE (-1022))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137))))) (|HasCategory| (-137) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-551 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
-(-550 |Coef|)
+(-552 |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}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|)))) (|HasCategory| (-525) (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-341))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))))
-(-551 |Coef|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|)))) (|HasCategory| (-527) (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-343))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))))
+(-553 |Coef|)
((|constructor| (NIL "Internal package for dense Taylor series. This is an internal Taylor series type in which Taylor series are represented by a \\spadtype{Stream} of \\spadtype{Ring} elements. For univariate series,{} the \\spad{Stream} elements are the Taylor coefficients. For multivariate series,{} the \\spad{n}th Stream element is a form of degree \\spad{n} in the power series variables.")) (* (($ $ (|Integer|)) "\\spad{x*i} returns the product of integer \\spad{i} and the series \\spad{x}.") (($ $ |#1|) "\\spad{x*c} returns the product of \\spad{c} and the series \\spad{x}.") (($ |#1| $) "\\spad{c*x} returns the product of \\spad{c} and the series \\spad{x}.")) (|order| (((|NonNegativeInteger|) $ (|NonNegativeInteger|)) "\\spad{order(x,{}n)} returns the minimum of \\spad{n} and the order of \\spad{x}.") (((|NonNegativeInteger|) $) "\\spad{order(x)} returns the order of a power series \\spad{x},{} \\indented{1}{\\spadignore{i.e.} the degree of the first non-zero term of the series.}")) (|pole?| (((|Boolean|) $) "\\spad{pole?(x)} tests if the series \\spad{x} has a pole. \\indented{1}{Note: this is \\spad{false} when \\spad{x} is a Taylor series.}")) (|series| (($ (|Stream| |#1|)) "\\spad{series(s)} creates a power series from a stream of \\indented{1}{ring elements.} \\indented{1}{For univariate series types,{} the stream \\spad{s} should be a stream} \\indented{1}{of Taylor coefficients. For multivariate series types,{} the} \\indented{1}{stream \\spad{s} should be a stream of forms the \\spad{n}th element} \\indented{1}{of which is a} \\indented{1}{form of degree \\spad{n} in the power series variables.}")) (|coefficients| (((|Stream| |#1|) $) "\\spad{coefficients(x)} returns a stream of ring elements. \\indented{1}{When \\spad{x} is a univariate series,{} this is a stream of Taylor} \\indented{1}{coefficients. When \\spad{x} is a multivariate series,{} the} \\indented{1}{\\spad{n}th element of the stream is a form of} \\indented{1}{degree \\spad{n} in the power series variables.}")))
-((-4254 |has| |#1| (-517)) (-4253 |has| |#1| (-517)) ((-4261 "*") |has| |#1| (-517)) (-4252 |has| |#1| (-517)) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-517))))
-(-552 A B)
+((-4256 |has| |#1| (-519)) (-4255 |has| |#1| (-519)) ((-4263 "*") |has| |#1| (-519)) (-4254 |has| |#1| (-519)) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-519))))
+(-554 A B)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|InfiniteTuple| |#2|) (|Mapping| |#2| |#1|) (|InfiniteTuple| |#1|)) "\\spad{map(f,{}[x0,{}x1,{}x2,{}...])} returns \\spad{[f(x0),{}f(x1),{}f(x2),{}..]}.")))
NIL
NIL
-(-553 A B C)
+(-555 A B C)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|Stream| |#2|)) "\\spad{map(f,{}a,{}b)} \\undocumented") (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,{}a,{}b)} \\undocumented") (((|InfiniteTuple| |#3|) (|Mapping| |#3| |#1| |#2|) (|InfiniteTuple| |#1|) (|InfiniteTuple| |#2|)) "\\spad{map(f,{}a,{}b)} \\undocumented")))
NIL
NIL
-(-554 R -1834 FG)
+(-556 R -1819 FG)
((|constructor| (NIL "This package provides transformations from trigonometric functions to exponentials and logarithms,{} and back. \\spad{F} and \\spad{FG} should be the same type of function space.")) (|trigs2explogs| ((|#3| |#3| (|List| (|Kernel| |#3|)) (|List| (|Symbol|))) "\\spad{trigs2explogs(f,{} [k1,{}...,{}kn],{} [x1,{}...,{}xm])} rewrites all the trigonometric functions appearing in \\spad{f} and involving one of the \\spad{\\spad{xi}'s} in terms of complex logarithms and exponentials. A kernel of the form \\spad{tan(u)} is expressed using \\spad{exp(u)**2} if it is one of the \\spad{\\spad{ki}'s},{} in terms of \\spad{exp(2*u)} otherwise.")) (|explogs2trigs| (((|Complex| |#2|) |#3|) "\\spad{explogs2trigs(f)} rewrites all the complex logs and exponentials appearing in \\spad{f} in terms of trigonometric functions.")) (F2FG ((|#3| |#2|) "\\spad{F2FG(a + sqrt(-1) b)} returns \\spad{a + i b}.")) (FG2F ((|#2| |#3|) "\\spad{FG2F(a + i b)} returns \\spad{a + sqrt(-1) b}.")) (GF2FG ((|#3| (|Complex| |#2|)) "\\spad{GF2FG(a + i b)} returns \\spad{a + i b} viewed as a function with the \\spad{i} pushed down into the coefficient domain.")))
NIL
NIL
-(-555 S)
+(-557 S)
((|constructor| (NIL "\\indented{1}{This package implements 'infinite tuples' for the interpreter.} The representation is a stream.")) (|construct| (((|Stream| |#1|) $) "\\spad{construct(t)} converts an infinite tuple to a stream.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,{}s)} returns \\spad{[s,{}f(s),{}f(f(s)),{}...]}.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(p,{}t)} returns \\spad{[x for x in t | p(x)]}.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,{}t)} returns \\spad{[x for x in t while not p(x)]}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,{}t)} returns \\spad{[x for x in t while p(x)]}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(f,{}t)} replaces the tuple \\spad{t} by \\spad{[f(x) for x in t]}.")))
NIL
NIL
-(-556 R |mn|)
+(-558 R |mn|)
((|constructor| (NIL "\\indented{2}{This type represents vector like objects with varying lengths} and a user-specified initial index.")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#1| (QUOTE (-977))) (-12 (|HasCategory| |#1| (QUOTE (-934))) (|HasCategory| |#1| (QUOTE (-977)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-557 S |Index| |Entry|)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#1| (QUOTE (-979))) (-12 (|HasCategory| |#1| (QUOTE (-936))) (|HasCategory| |#1| (QUOTE (-979)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-559 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 -4260)) (|HasCategory| |#2| (QUOTE (-789))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#3| (QUOTE (-1020))))
-(-558 |Index| |Entry|)
+((|HasAttribute| |#1| (QUOTE -4262)) (|HasCategory| |#2| (QUOTE (-791))) (|HasAttribute| |#1| (QUOTE -4261)) (|HasCategory| |#3| (QUOTE (-1022))))
+(-560 |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.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-559)
+(-561)
((|constructor| (NIL "\\indented{1}{This domain defines the datatype for the Java} Virtual Machine byte codes.")) (|coerce| (($ (|Byte|)) "\\spad{coerce(x)} the numerical byte value into a \\spad{JVM} bytecode.")))
NIL
NIL
-(-560 R A)
+(-562 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).")))
-((-4256 -2067 (-3944 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))) (-4254 . T) (-4253 . T))
-((-2067 (|HasCategory| |#2| (LIST (QUOTE -345) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#2| (LIST (QUOTE -345) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -345) (|devaluate| |#1|))))
-(-561 |Entry|)
+((-4258 -2027 (-3979 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))) (-4256 . T) (-4255 . T))
+((-2027 (|HasCategory| |#2| (LIST (QUOTE -347) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#2| (LIST (QUOTE -347) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -347) (|devaluate| |#1|))))
+(-563 |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.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (QUOTE (-1075))) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| (-1075) (QUOTE (-789))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-562 S |Key| |Entry|)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (QUOTE (-1077))) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#1|)))))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| (-1077) (QUOTE (-791))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-564 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
-(-563 |Key| |Entry|)
+(-565 |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}.")))
-((-4260 . T) (-1456 . T))
+((-4262 . T) (-1442 . T))
NIL
-(-564 R S)
+(-566 R S)
((|constructor| (NIL "This package exports some auxiliary functions on kernels")) (|constantIfCan| (((|Union| |#1| "failed") (|Kernel| |#2|)) "\\spad{constantIfCan(k)} \\undocumented")) (|constantKernel| (((|Kernel| |#2|) |#1|) "\\spad{constantKernel(r)} \\undocumented")))
NIL
NIL
-(-565 S)
+(-567 S)
((|constructor| (NIL "A kernel over a set \\spad{S} is an operator applied to a given list of arguments from \\spad{S}.")) (|is?| (((|Boolean|) $ (|Symbol|)) "\\spad{is?(op(a1,{}...,{}an),{} s)} tests if the name of op is \\spad{s}.") (((|Boolean|) $ (|BasicOperator|)) "\\spad{is?(op(a1,{}...,{}an),{} f)} tests if op = \\spad{f}.")) (|symbolIfCan| (((|Union| (|Symbol|) "failed") $) "\\spad{symbolIfCan(k)} returns \\spad{k} viewed as a symbol if \\spad{k} is a symbol,{} and \"failed\" otherwise.")) (|kernel| (($ (|Symbol|)) "\\spad{kernel(x)} returns \\spad{x} viewed as a kernel.") (($ (|BasicOperator|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{kernel(op,{} [a1,{}...,{}an],{} m)} returns the kernel \\spad{op(a1,{}...,{}an)} of nesting level \\spad{m}. Error: if \\spad{op} is \\spad{k}-ary for some \\spad{k} not equal to \\spad{m}.")) (|height| (((|NonNegativeInteger|) $) "\\spad{height(k)} returns the nesting level of \\spad{k}.")) (|argument| (((|List| |#1|) $) "\\spad{argument(op(a1,{}...,{}an))} returns \\spad{[a1,{}...,{}an]}.")) (|operator| (((|BasicOperator|) $) "\\spad{operator(op(a1,{}...,{}an))} returns the operator op.")) (|name| (((|Symbol|) $) "\\spad{name(op(a1,{}...,{}an))} returns the name of op.")))
NIL
-((|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))))
-(-566 S)
+((|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))))
+(-568 S)
((|constructor| (NIL "A is coercible to \\spad{B} means any element of A can automatically be converted into an element of \\spad{B} by the interpreter.")) (|coerce| ((|#1| $) "\\spad{coerce(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-567 S)
+(-569 S)
((|constructor| (NIL "A is convertible to \\spad{B} means any element of A can be converted into an element of \\spad{B},{} but not automatically by the interpreter.")) (|convert| ((|#1| $) "\\spad{convert(a)} transforms a into an element of \\spad{S}.")))
NIL
NIL
-(-568 -1834 UP)
+(-570 -1819 UP)
((|constructor| (NIL "\\spadtype{Kovacic} provides a modified Kovacic\\spad{'s} algorithm for solving explicitely irreducible 2nd order linear ordinary differential equations.")) (|kovacic| (((|Union| (|SparseUnivariatePolynomial| (|Fraction| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{kovacic(a_0,{}a_1,{}a_2,{}ezfactor)} returns either \"failed\" or \\spad{P}(\\spad{u}) such that \\spad{\\$e^{\\int(-a_1/2a_2)} e^{\\int u}\\$} is a solution of \\indented{5}{\\spad{\\$a_2 y'' + a_1 y' + a0 y = 0\\$}} whenever \\spad{u} is a solution of \\spad{P u = 0}. The equation must be already irreducible over the rational functions. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|Union| (|SparseUnivariatePolynomial| (|Fraction| |#2|)) "failed") (|Fraction| |#2|) (|Fraction| |#2|) (|Fraction| |#2|)) "\\spad{kovacic(a_0,{}a_1,{}a_2)} returns either \"failed\" or \\spad{P}(\\spad{u}) such that \\spad{\\$e^{\\int(-a_1/2a_2)} e^{\\int u}\\$} is a solution of \\indented{5}{\\spad{a_2 y'' + a_1 y' + a0 y = 0}} whenever \\spad{u} is a solution of \\spad{P u = 0}. The equation must be already irreducible over the rational functions.")))
NIL
NIL
-(-569 S R)
+(-571 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
-(-570 R)
+(-572 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.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-571 A R S)
+(-573 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}.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-787))))
-(-572 R -1834)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-789))))
+(-574 R -1819)
((|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
-(-573 R UP)
+(-575 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")))
-((-4254 . T) (-4253 . T) ((-4261 "*") . T) (-4252 . T) (-4256 . T))
-((|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))))
-(-574 R E V P TS ST)
+((-4256 . T) (-4255 . T) ((-4263 "*") . T) (-4254 . T) (-4258 . T))
+((|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))))
+(-576 R E V P TS ST)
((|constructor| (NIL "A package for solving polynomial systems by means of Lazard triangular sets [1]. This package provides two operations. One for solving in the sense of the regular zeros,{} and the other for solving in the sense of the Zariski closure. Both produce square-free regular sets. Moreover,{} the decompositions do not contain any redundant component. However,{} only zero-dimensional regular sets are normalized,{} since normalization may be time consumming in positive dimension. The decomposition process is that of [2].\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| |#6|) (|List| |#4|) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{lp},{}clos?)} has the same specifications as \\axiomOpFrom{zeroSetSplit(\\spad{lp},{}clos?)}{RegularTriangularSetCategory}.")) (|normalizeIfCan| ((|#6| |#6|) "\\axiom{normalizeIfCan(\\spad{ts})} returns \\axiom{\\spad{ts}} in an normalized shape if \\axiom{\\spad{ts}} is zero-dimensional.")))
NIL
NIL
-(-575 OV E Z P)
+(-577 OV E Z P)
((|constructor| (NIL "Package for leading coefficient determination in the lifting step. Package working for every \\spad{R} euclidean with property \\spad{\"F\"}.")) (|distFact| (((|Union| (|Record| (|:| |polfac| (|List| |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (|List| (|SparseUnivariatePolynomial| |#3|)))) "failed") |#3| (|List| (|SparseUnivariatePolynomial| |#3|)) (|Record| (|:| |contp| |#3|) (|:| |factors| (|List| (|Record| (|:| |irr| |#4|) (|:| |pow| (|Integer|)))))) (|List| |#3|) (|List| |#1|) (|List| |#3|)) "\\spad{distFact(contm,{}unilist,{}plead,{}vl,{}lvar,{}lval)},{} where \\spad{contm} is the content of the evaluated polynomial,{} \\spad{unilist} is the list of factors of the evaluated polynomial,{} \\spad{plead} is the complete factorization of the leading coefficient,{} \\spad{vl} is the list of factors of the leading coefficient evaluated,{} \\spad{lvar} is the list of variables,{} \\spad{lval} is the list of values,{} returns a record giving the list of leading coefficients to impose on the univariate factors,{}")) (|polCase| (((|Boolean|) |#3| (|NonNegativeInteger|) (|List| |#3|)) "\\spad{polCase(contprod,{} numFacts,{} evallcs)},{} where \\spad{contprod} is the product of the content of the leading coefficient of the polynomial to be factored with the content of the evaluated polynomial,{} \\spad{numFacts} is the number of factors of the leadingCoefficient,{} and evallcs is the list of the evaluated factors of the leadingCoefficient,{} returns \\spad{true} if the factors of the leading Coefficient can be distributed with this valuation.")))
NIL
NIL
-(-576 |VarSet| R |Order|)
+(-578 |VarSet| R |Order|)
((|constructor| (NIL "Management of the Lie Group associated with a free nilpotent Lie algebra. Every Lie bracket with length greater than \\axiom{Order} are assumed to be null. The implementation inherits from the \\spadtype{XPBWPolynomial} domain constructor: Lyndon coordinates are exponential coordinates of the second kind. \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|identification| (((|List| (|Equation| |#2|)) $ $) "\\axiom{identification(\\spad{g},{}\\spad{h})} returns the list of equations \\axiom{g_i = h_i},{} where \\axiom{g_i} (resp. \\axiom{h_i}) are exponential coordinates of \\axiom{\\spad{g}} (resp. \\axiom{\\spad{h}}).")) (|LyndonCoordinates| (((|List| (|Record| (|:| |k| (|LyndonWord| |#1|)) (|:| |c| |#2|))) $) "\\axiom{LyndonCoordinates(\\spad{g})} returns the exponential coordinates of \\axiom{\\spad{g}}.")) (|LyndonBasis| (((|List| (|LiePolynomial| |#1| |#2|)) (|List| |#1|)) "\\axiom{LyndonBasis(\\spad{lv})} returns the Lyndon basis of the nilpotent free Lie algebra.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{g})} returns the list of variables of \\axiom{\\spad{g}}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{g})} is the mirror of the internal representation of \\axiom{\\spad{g}}.")) (|coerce| (((|XPBWPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{g})} returns the internal representation of \\axiom{\\spad{g}}.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{g})} returns the internal representation of \\axiom{\\spad{g}}.")) (|ListOfTerms| (((|List| (|Record| (|:| |k| (|PoincareBirkhoffWittLyndonBasis| |#1|)) (|:| |c| |#2|))) $) "\\axiom{ListOfTerms(\\spad{p})} returns the internal representation of \\axiom{\\spad{p}}.")) (|log| (((|LiePolynomial| |#1| |#2|) $) "\\axiom{log(\\spad{p})} returns the logarithm of \\axiom{\\spad{p}}.")) (|exp| (($ (|LiePolynomial| |#1| |#2|)) "\\axiom{exp(\\spad{p})} returns the exponential of \\axiom{\\spad{p}}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-577 R |ls|)
+(-579 R |ls|)
((|constructor| (NIL "A package for solving polynomial systems with finitely many solutions. The decompositions are given by means of regular triangular sets. The computations use lexicographical Groebner bases. The main operations are \\axiomOpFrom{lexTriangular}{LexTriangularPackage} and \\axiomOpFrom{squareFreeLexTriangular}{LexTriangularPackage}. The second one provide decompositions by means of square-free regular triangular sets. Both are based on the {\\em lexTriangular} method described in [1]. They differ from the algorithm described in [2] by the fact that multiciplities of the roots are not kept. With the \\axiomOpFrom{squareFreeLexTriangular}{LexTriangularPackage} operation all multiciplities are removed. With the other operation some multiciplities may remain. Both operations admit an optional argument to produce normalized triangular sets. \\newline")) (|zeroSetSplit| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#2|)) (|OrderedVariableList| |#2|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{lp},{} norm?)} decomposes the variety associated with \\axiom{\\spad{lp}} into square-free regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{\\spad{lp}} needs to generate a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{lp},{} norm?)} decomposes the variety associated with \\axiom{\\spad{lp}} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{\\spad{lp}} needs to generate a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|squareFreeLexTriangular| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#2|)) (|OrderedVariableList| |#2|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{squareFreeLexTriangular(base,{} norm?)} decomposes the variety associated with \\axiom{base} into square-free regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{base} needs to be a lexicographical Groebner basis of a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|lexTriangular| (((|List| (|RegularChain| |#1| |#2|)) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|)) "\\axiom{lexTriangular(base,{} norm?)} decomposes the variety associated with \\axiom{base} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{base} needs to be a lexicographical Groebner basis of a zero-dimensional ideal. If \\axiom{norm?} is \\axiom{\\spad{true}} then the regular sets are normalized.")) (|groebner| (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{groebner(\\spad{lp})} returns the lexicographical Groebner basis of \\axiom{\\spad{lp}}. If \\axiom{\\spad{lp}} generates a zero-dimensional ideal then the {\\em FGLM} strategy is used,{} otherwise the {\\em Sugar} strategy is used.")) (|fglmIfCan| (((|Union| (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) "failed") (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{fglmIfCan(\\spad{lp})} returns the lexicographical Groebner basis of \\axiom{\\spad{lp}} by using the {\\em FGLM} strategy,{} if \\axiom{zeroDimensional?(\\spad{lp})} holds .")) (|zeroDimensional?| (((|Boolean|) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|)))) "\\axiom{zeroDimensional?(\\spad{lp})} returns \\spad{true} iff \\axiom{\\spad{lp}} generates a zero-dimensional ideal \\spad{w}.\\spad{r}.\\spad{t}. the variables involved in \\axiom{\\spad{lp}}.")))
NIL
NIL
-(-578)
+(-580)
((|constructor| (NIL "Category for the transcendental Liouvillian functions.")) (|erf| (($ $) "\\spad{erf(x)} returns the error function of \\spad{x},{} \\spadignore{i.e.} \\spad{2 / sqrt(\\%\\spad{pi})} times the integral of \\spad{exp(-x**2) dx}.")) (|dilog| (($ $) "\\spad{dilog(x)} returns the dilogarithm of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{log(x) / (1 - x) dx}.")) (|li| (($ $) "\\spad{\\spad{li}(x)} returns the logarithmic integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{dx / log(x)}.")) (|Ci| (($ $) "\\spad{\\spad{Ci}(x)} returns the cosine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{cos(x) / x dx}.")) (|Si| (($ $) "\\spad{\\spad{Si}(x)} returns the sine integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{sin(x) / x dx}.")) (|Ei| (($ $) "\\spad{\\spad{Ei}(x)} returns the exponential integral of \\spad{x},{} \\spadignore{i.e.} the integral of \\spad{exp(x)/x dx}.")))
NIL
NIL
-(-579 R -1834)
+(-581 R -1819)
((|constructor| (NIL "This package provides liouvillian functions over an integral domain.")) (|integral| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{integral(f,{}x = a..b)} denotes the definite integral of \\spad{f} with respect to \\spad{x} from \\spad{a} to \\spad{b}.") ((|#2| |#2| (|Symbol|)) "\\spad{integral(f,{}x)} indefinite integral of \\spad{f} with respect to \\spad{x}.")) (|dilog| ((|#2| |#2|) "\\spad{dilog(f)} denotes the dilogarithm")) (|erf| ((|#2| |#2|) "\\spad{erf(f)} denotes the error function")) (|li| ((|#2| |#2|) "\\spad{\\spad{li}(f)} denotes the logarithmic integral")) (|Ci| ((|#2| |#2|) "\\spad{\\spad{Ci}(f)} denotes the cosine integral")) (|Si| ((|#2| |#2|) "\\spad{\\spad{Si}(f)} denotes the sine integral")) (|Ei| ((|#2| |#2|) "\\spad{\\spad{Ei}(f)} denotes the exponential integral")) (|operator| (((|BasicOperator|) (|BasicOperator|)) "\\spad{operator(op)} returns the Liouvillian operator based on \\spad{op}")) (|belong?| (((|Boolean|) (|BasicOperator|)) "\\spad{belong?(op)} checks if \\spad{op} is Liouvillian")))
NIL
NIL
-(-580 |lv| -1834)
+(-582 |lv| -1819)
((|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
-(-581)
+(-583)
((|constructor| (NIL "This domain provides a simple way to save values in files.")) (|setelt| (((|Any|) $ (|Symbol|) (|Any|)) "\\spad{lib.k := v} saves the value \\spad{v} in the library \\spad{lib}. It can later be extracted using the key \\spad{k}.")) (|elt| (((|Any|) $ (|Symbol|)) "\\spad{elt(lib,{}k)} or \\spad{lib}.\\spad{k} extracts the value corresponding to the key \\spad{k} from the library \\spad{lib}.")) (|pack!| (($ $) "\\spad{pack!(f)} reorganizes the file \\spad{f} on disk to recover unused space.")) (|library| (($ (|FileName|)) "\\spad{library(ln)} creates a new library file.")))
-((-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (QUOTE (-1075))) (LIST (QUOTE |:|) (QUOTE -3448) (QUOTE (-51))))))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-51) (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-51) (QUOTE (-1020))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| (-51) (QUOTE (-1020))) (|HasCategory| (-51) (LIST (QUOTE -288) (QUOTE (-51))))) (|HasCategory| (-1075) (QUOTE (-789))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-51) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-582 S R)
+((-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (QUOTE (-1077))) (LIST (QUOTE |:|) (QUOTE -3484) (QUOTE (-51))))))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-51) (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-51) (QUOTE (-1022))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| (-51) (QUOTE (-1022))) (|HasCategory| (-51) (LIST (QUOTE -290) (QUOTE (-51))))) (|HasCategory| (-1077) (QUOTE (-791))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-51) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-584 S R)
((|constructor| (NIL "\\axiom{JacobiIdentity} means that \\axiom{[\\spad{x},{}[\\spad{y},{}\\spad{z}]]+[\\spad{y},{}[\\spad{z},{}\\spad{x}]]+[\\spad{z},{}[\\spad{x},{}\\spad{y}]] = 0} holds.")) (/ (($ $ |#2|) "\\axiom{\\spad{x/r}} returns the division of \\axiom{\\spad{x}} by \\axiom{\\spad{r}}.")) (|construct| (($ $ $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket of \\axiom{\\spad{x}} and \\axiom{\\spad{y}}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-341))))
-(-583 R)
+((|HasCategory| |#2| (QUOTE (-343))))
+(-585 R)
((|constructor| (NIL "\\axiom{JacobiIdentity} means that \\axiom{[\\spad{x},{}[\\spad{y},{}\\spad{z}]]+[\\spad{y},{}[\\spad{z},{}\\spad{x}]]+[\\spad{z},{}[\\spad{x},{}\\spad{y}]] = 0} holds.")) (/ (($ $ |#1|) "\\axiom{\\spad{x/r}} returns the division of \\axiom{\\spad{x}} by \\axiom{\\spad{r}}.")) (|construct| (($ $ $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket of \\axiom{\\spad{x}} and \\axiom{\\spad{y}}.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-4254 . T) (-4253 . T))
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4256 . T) (-4255 . T))
NIL
-(-584 R A)
+(-586 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).")))
-((-4256 -2067 (-3944 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))) (-4254 . T) (-4253 . T))
-((-2067 (|HasCategory| |#2| (LIST (QUOTE -345) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#2| (LIST (QUOTE -345) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#2| (LIST (QUOTE -395) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -345) (|devaluate| |#1|))))
-(-585 R FE)
+((-4258 -2027 (-3979 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))) (-4256 . T) (-4255 . T))
+((-2027 (|HasCategory| |#2| (LIST (QUOTE -347) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#2| (LIST (QUOTE -347) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#2| (LIST (QUOTE -397) (|devaluate| |#1|))))) (|HasCategory| |#2| (LIST (QUOTE -347) (|devaluate| |#1|))))
+(-587 R FE)
((|constructor| (NIL "PowerSeriesLimitPackage implements limits of expressions in one or more variables as one of the variables approaches a limiting value. Included are two-sided limits,{} left- and right- hand limits,{} and limits at plus or minus infinity.")) (|complexLimit| (((|Union| (|OnePointCompletion| |#2|) "failed") |#2| (|Equation| (|OnePointCompletion| |#2|))) "\\spad{complexLimit(f(x),{}x = a)} computes the complex limit \\spad{lim(x -> a,{}f(x))}.")) (|limit| (((|Union| (|OrderedCompletion| |#2|) "failed") |#2| (|Equation| |#2|) (|String|)) "\\spad{limit(f(x),{}x=a,{}\"left\")} computes the left hand real limit \\spad{lim(x -> a-,{}f(x))}; \\spad{limit(f(x),{}x=a,{}\"right\")} computes the right hand real limit \\spad{lim(x -> a+,{}f(x))}.") (((|Union| (|OrderedCompletion| |#2|) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| |#2|) "failed")) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| |#2|) "failed"))) "failed") |#2| (|Equation| (|OrderedCompletion| |#2|))) "\\spad{limit(f(x),{}x = a)} computes the real limit \\spad{lim(x -> a,{}f(x))}.")))
NIL
NIL
-(-586 R)
+(-588 R)
((|constructor| (NIL "Computation of limits for rational functions.")) (|complexLimit| (((|OnePointCompletion| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{complexLimit(f(x),{}x = a)} computes the complex limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.") (((|OnePointCompletion| (|Fraction| (|Polynomial| |#1|))) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|OnePointCompletion| (|Polynomial| |#1|)))) "\\spad{complexLimit(f(x),{}x = a)} computes the complex limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.")) (|limit| (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|String|)) "\\spad{limit(f(x),{}x,{}a,{}\"left\")} computes the real limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a} from the left; limit(\\spad{f}(\\spad{x}),{}\\spad{x},{}a,{}\"right\") computes the corresponding limit as \\spad{x} approaches \\spad{a} from the right.") (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed")) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed"))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{limit(f(x),{}x = a)} computes the real two-sided limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.") (((|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) (|Record| (|:| |leftHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed")) (|:| |rightHandLimit| (|Union| (|OrderedCompletion| (|Fraction| (|Polynomial| |#1|))) "failed"))) "failed") (|Fraction| (|Polynomial| |#1|)) (|Equation| (|OrderedCompletion| (|Polynomial| |#1|)))) "\\spad{limit(f(x),{}x = a)} computes the real two-sided limit of \\spad{f} as its argument \\spad{x} approaches \\spad{a}.")))
NIL
NIL
-(-587 S R)
+(-589 S R)
((|constructor| (NIL "Test for linear dependence.")) (|solveLinear| (((|Union| (|Vector| (|Fraction| |#1|)) "failed") (|Vector| |#2|) |#2|) "\\spad{solveLinear([v1,{}...,{}vn],{} u)} returns \\spad{[c1,{}...,{}cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such \\spad{ci}\\spad{'s} exist in the quotient field of \\spad{S}.") (((|Union| (|Vector| |#1|) "failed") (|Vector| |#2|) |#2|) "\\spad{solveLinear([v1,{}...,{}vn],{} u)} returns \\spad{[c1,{}...,{}cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such \\spad{ci}\\spad{'s} exist in \\spad{S}.")) (|linearDependence| (((|Union| (|Vector| |#1|) "failed") (|Vector| |#2|)) "\\spad{linearDependence([v1,{}...,{}vn])} returns \\spad{[c1,{}...,{}cn]} if \\spad{c1*v1 + ... + cn*vn = 0} and not all the \\spad{ci}\\spad{'s} are 0,{} \"failed\" if the \\spad{vi}\\spad{'s} are linearly independent over \\spad{S}.")) (|linearlyDependent?| (((|Boolean|) (|Vector| |#2|)) "\\spad{linearlyDependent?([v1,{}...,{}vn])} returns \\spad{true} if the \\spad{vi}\\spad{'s} are linearly dependent over \\spad{S},{} \\spad{false} otherwise.")))
NIL
-((-3272 (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-341))))
-(-588 R)
+((-3264 (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-343))))
+(-590 R)
((|constructor| (NIL "An extension ring with an explicit linear dependence test.")) (|reducedSystem| (((|Record| (|:| |mat| (|Matrix| |#1|)) (|:| |vec| (|Vector| |#1|))) (|Matrix| $) (|Vector| $)) "\\spad{reducedSystem(A,{} v)} returns a matrix \\spad{B} and a vector \\spad{w} such that \\spad{A x = v} and \\spad{B x = w} have the same solutions in \\spad{R}.") (((|Matrix| |#1|) (|Matrix| $)) "\\spad{reducedSystem(A)} returns a matrix \\spad{B} such that \\spad{A x = 0} and \\spad{B x = 0} have the same solutions in \\spad{R}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-589 A B)
+(-591 A B)
((|constructor| (NIL "\\spadtype{ListToMap} allows mappings to be described by a pair of lists of equal lengths. The image of an element \\spad{x},{} which appears in position \\spad{n} in the first list,{} is then the \\spad{n}th element of the second list. A default value or default function can be specified to be used when \\spad{x} does not appear in the first list. In the absence of defaults,{} an error will occur in that case.")) (|match| ((|#2| (|List| |#1|) (|List| |#2|) |#1| (|Mapping| |#2| |#1|)) "\\spad{match(la,{} lb,{} a,{} f)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. and applies this map to a. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{f} is a default function to call if a is not in \\spad{la}. The value returned is then obtained by applying \\spad{f} to argument a.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|) (|Mapping| |#2| |#1|)) "\\spad{match(la,{} lb,{} f)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{f} is used as the function to call when the given function argument is not in \\spad{la}. The value returned is \\spad{f} applied to that argument.") ((|#2| (|List| |#1|) (|List| |#2|) |#1| |#2|) "\\spad{match(la,{} lb,{} a,{} b)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length. and applies this map to a. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Argument \\spad{b} is the default target value if a is not in \\spad{la}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|) |#2|) "\\spad{match(la,{} lb,{} b)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length,{} where \\spad{b} is used as the default target value if the given function argument is not in \\spad{la}. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") ((|#2| (|List| |#1|) (|List| |#2|) |#1|) "\\spad{match(la,{} lb,{} a)} creates a map defined by lists \\spad{la} and \\spad{lb} of equal length,{} where \\spad{a} is used as the default source value if the given one is not in \\spad{la}. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length.") (((|Mapping| |#2| |#1|) (|List| |#1|) (|List| |#2|)) "\\spad{match(la,{} lb)} creates a map with no default source or target values defined by lists \\spad{la} and \\spad{lb} of equal length. The target of a source value \\spad{x} in \\spad{la} is the value \\spad{y} with the same index \\spad{lb}. Error: if \\spad{la} and \\spad{lb} are not of equal length. Note: when this map is applied,{} an error occurs when applied to a value missing from \\spad{la}.")))
NIL
NIL
-(-590 A B)
+(-592 A B)
((|constructor| (NIL "\\spadtype{ListFunctions2} implements utility functions that operate on two kinds of lists,{} each with a possibly different type of element.")) (|map| (((|List| |#2|) (|Mapping| |#2| |#1|) (|List| |#1|)) "\\spad{map(fn,{}u)} applies \\spad{fn} to each element of list \\spad{u} and returns a new list with the results. For example \\spad{map(square,{}[1,{}2,{}3]) = [1,{}4,{}9]}.")) (|reduce| ((|#2| (|Mapping| |#2| |#1| |#2|) (|List| |#1|) |#2|) "\\spad{reduce(fn,{}u,{}ident)} successively uses the binary function \\spad{fn} on the elements of list \\spad{u} and the result of previous applications. \\spad{ident} is returned if the \\spad{u} is empty. Note the order of application in the following examples: \\spad{reduce(fn,{}[1,{}2,{}3],{}0) = fn(3,{}fn(2,{}fn(1,{}0)))} and \\spad{reduce(*,{}[2,{}3],{}1) = 3 * (2 * 1)}.")) (|scan| (((|List| |#2|) (|Mapping| |#2| |#1| |#2|) (|List| |#1|) |#2|) "\\spad{scan(fn,{}u,{}ident)} successively uses the binary function \\spad{fn} to reduce more and more of list \\spad{u}. \\spad{ident} is returned if the \\spad{u} is empty. The result is a list of the reductions at each step. See \\spadfun{reduce} for more information. Examples: \\spad{scan(fn,{}[1,{}2],{}0) = [fn(2,{}fn(1,{}0)),{}fn(1,{}0)]} and \\spad{scan(*,{}[2,{}3],{}1) = [2 * 1,{} 3 * (2 * 1)]}.")))
NIL
NIL
-(-591 A B C)
+(-593 A B C)
((|constructor| (NIL "\\spadtype{ListFunctions3} implements utility functions that operate on three kinds of lists,{} each with a possibly different type of element.")) (|map| (((|List| |#3|) (|Mapping| |#3| |#1| |#2|) (|List| |#1|) (|List| |#2|)) "\\spad{map(fn,{}list1,{} u2)} applies the binary function \\spad{fn} to corresponding elements of lists \\spad{u1} and \\spad{u2} and returns a list of the results (in the same order). Thus \\spad{map(/,{}[1,{}2,{}3],{}[4,{}5,{}6]) = [1/4,{}2/4,{}1/2]}. The computation terminates when the end of either list is reached. That is,{} the length of the result list is equal to the minimum of the lengths of \\spad{u1} and \\spad{u2}.")))
NIL
NIL
-(-592 S)
+(-594 S)
((|constructor| (NIL "\\spadtype{List} implements singly-linked lists that are addressable by indices; the index of the first element is 1. In addition to the operations provided by \\spadtype{IndexedList},{} this constructor provides some LISP-like functions such as \\spadfun{null} and \\spadfun{cons}.")) (|setDifference| (($ $ $) "\\spad{setDifference(u1,{}u2)} returns a list of the elements of \\spad{u1} that are not also in \\spad{u2}. The order of elements in the resulting list is unspecified.")) (|setIntersection| (($ $ $) "\\spad{setIntersection(u1,{}u2)} returns a list of the elements that lists \\spad{u1} and \\spad{u2} have in common. The order of elements in the resulting list is unspecified.")) (|setUnion| (($ $ $) "\\spad{setUnion(u1,{}u2)} appends the two lists \\spad{u1} and \\spad{u2},{} then removes all duplicates. The order of elements in the resulting list is unspecified.")) (|append| (($ $ $) "\\spad{append(u1,{}u2)} appends the elements of list \\spad{u1} onto the front of list \\spad{u2}. This new list and \\spad{u2} will share some structure.")) (|cons| (($ |#1| $) "\\spad{cons(element,{}u)} appends \\spad{element} onto the front of list \\spad{u} and returns the new list. This new list and the old one will share some structure.")) (|null| (((|Boolean|) $) "\\spad{null(u)} tests if list \\spad{u} is the empty list.")) (|nil| (($) "\\spad{nil()} returns the empty list.")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-770))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-593 S)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-772))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-595 S)
((|substitute| (($ |#1| |#1| $) "\\spad{substitute(x,{}y,{}d)} replace \\spad{x}\\spad{'s} with \\spad{y}\\spad{'s} in dictionary \\spad{d}.")) (|duplicates?| (((|Boolean|) $) "\\spad{duplicates?(d)} tests if dictionary \\spad{d} has duplicate entries.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-594 R)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-596 R)
((|constructor| (NIL "The category of left modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports left multiplation by elements of the \\spad{rng}. \\blankline")) (* (($ |#1| $) "\\spad{r*x} returns the left multiplication of the module element \\spad{x} by the ring element \\spad{r}.")))
NIL
NIL
-(-595 S E |un|)
+(-597 S E |un|)
((|constructor| (NIL "This internal package represents monoid (abelian or not,{} with or without inverses) as lists and provides some common operations to the various flavors of monoids.")) (|mapGen| (($ (|Mapping| |#1| |#1|) $) "\\spad{mapGen(f,{} a1\\^e1 ... an\\^en)} returns \\spad{f(a1)\\^e1 ... f(an)\\^en}.")) (|mapExpon| (($ (|Mapping| |#2| |#2|) $) "\\spad{mapExpon(f,{} a1\\^e1 ... an\\^en)} returns \\spad{a1\\^f(e1) ... an\\^f(en)}.")) (|commutativeEquality| (((|Boolean|) $ $) "\\spad{commutativeEquality(x,{}y)} returns \\spad{true} if \\spad{x} and \\spad{y} are equal assuming commutativity")) (|plus| (($ $ $) "\\spad{plus(x,{} y)} returns \\spad{x + y} where \\spad{+} is the monoid operation,{} which is assumed commutative.") (($ |#1| |#2| $) "\\spad{plus(s,{} e,{} x)} returns \\spad{e * s + x} where \\spad{+} is the monoid operation,{} which is assumed commutative.")) (|leftMult| (($ |#1| $) "\\spad{leftMult(s,{} a)} returns \\spad{s * a} where \\spad{*} is the monoid operation,{} which is assumed non-commutative.")) (|rightMult| (($ $ |#1|) "\\spad{rightMult(a,{} s)} returns \\spad{a * s} where \\spad{*} is the monoid operation,{} which is assumed non-commutative.")) (|makeUnit| (($) "\\spad{makeUnit()} returns the unit element of the monomial.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(l)} returns the number of monomials forming \\spad{l}.")) (|reverse!| (($ $) "\\spad{reverse!(l)} reverses the list of monomials forming \\spad{l},{} destroying the element \\spad{l}.")) (|reverse| (($ $) "\\spad{reverse(l)} reverses the list of monomials forming \\spad{l}. This has some effect if the monoid is non-abelian,{} \\spadignore{i.e.} \\spad{reverse(a1\\^e1 ... an\\^en) = an\\^en ... a1\\^e1} which is different.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(l,{} n)} returns the factor of the n^th monomial of \\spad{l}.")) (|nthExpon| ((|#2| $ (|Integer|)) "\\spad{nthExpon(l,{} n)} returns the exponent of the n^th monomial of \\spad{l}.")) (|makeMulti| (($ (|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|)))) "\\spad{makeMulti(l)} returns the element whose list of monomials is \\spad{l}.")) (|makeTerm| (($ |#1| |#2|) "\\spad{makeTerm(s,{} e)} returns the monomial \\spad{s} exponentiated by \\spad{e} (\\spadignore{e.g.} s^e or \\spad{e} * \\spad{s}).")) (|listOfMonoms| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| |#2|))) $) "\\spad{listOfMonoms(l)} returns the list of the monomials forming \\spad{l}.")) (|outputForm| (((|OutputForm|) $ (|Mapping| (|OutputForm|) (|OutputForm|) (|OutputForm|)) (|Mapping| (|OutputForm|) (|OutputForm|) (|OutputForm|)) (|Integer|)) "\\spad{outputForm(l,{} fop,{} fexp,{} unit)} converts the monoid element represented by \\spad{l} to an \\spadtype{OutputForm}. Argument unit is the output form for the \\spadignore{unit} of the monoid (\\spadignore{e.g.} 0 or 1),{} \\spad{fop(a,{} b)} is the output form for the monoid operation applied to \\spad{a} and \\spad{b} (\\spadignore{e.g.} \\spad{a + b},{} \\spad{a * b},{} \\spad{ab}),{} and \\spad{fexp(a,{} n)} is the output form for the exponentiation operation applied to \\spad{a} and \\spad{n} (\\spadignore{e.g.} \\spad{n a},{} \\spad{n * a},{} \\spad{a ** n},{} \\spad{a\\^n}).")))
NIL
NIL
-(-596 A S)
+(-598 A S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#2| $ (|UniversalSegment| (|Integer|)) |#2|) "\\spad{setelt(u,{}i..j,{}x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) \\spad{:=} \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} \\spad{:=} \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,{}u,{}k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#2| $ (|Integer|)) "\\spad{insert(x,{}u,{}i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,{}i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,{}i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) \\spad{==} concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|elt| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{elt(u,{}i..j)} (also written: \\axiom{a(\\spad{i}..\\spad{j})}) returns the aggregate of elements \\axiom{\\spad{u}} for \\spad{k} from \\spad{i} to \\spad{j} in that order. Note: in general,{} \\axiom{a.\\spad{s} = [a.\\spad{k} for \\spad{i} in \\spad{s}]}.")) (|map| (($ (|Mapping| |#2| |#2| |#2|) $ $) "\\spad{map(f,{}u,{}v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,{}v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#2| $) "\\spad{concat(x,{}u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) \\spad{==} concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#2|) "\\spad{concat(u,{}x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) \\spad{==} concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#2|) "\\spad{new(n,{}x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4260)))
-(-597 S)
+((|HasAttribute| |#1| (QUOTE -4262)))
+(-599 S)
((|constructor| (NIL "A linear aggregate is an aggregate whose elements are indexed by integers. Examples of linear aggregates are strings,{} lists,{} and arrays. Most of the exported operations for linear aggregates are non-destructive but are not always efficient for a particular aggregate. For example,{} \\spadfun{concat} of two lists needs only to copy its first argument,{} whereas \\spadfun{concat} of two arrays needs to copy both arguments. Most of the operations exported here apply to infinite objects (\\spadignore{e.g.} streams) as well to finite ones. For finite linear aggregates,{} see \\spadtype{FiniteLinearAggregate}.")) (|setelt| ((|#1| $ (|UniversalSegment| (|Integer|)) |#1|) "\\spad{setelt(u,{}i..j,{}x)} (also written: \\axiom{\\spad{u}(\\spad{i}..\\spad{j}) \\spad{:=} \\spad{x}}) destructively replaces each element in the segment \\axiom{\\spad{u}(\\spad{i}..\\spad{j})} by \\spad{x}. The value \\spad{x} is returned. Note: \\spad{u} is destructively change so that \\axiom{\\spad{u}.\\spad{k} \\spad{:=} \\spad{x} for \\spad{k} in \\spad{i}..\\spad{j}}; its length remains unchanged.")) (|insert| (($ $ $ (|Integer|)) "\\spad{insert(v,{}u,{}k)} returns a copy of \\spad{u} having \\spad{v} inserted beginning at the \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{v},{}\\spad{u},{}\\spad{k}) = concat( \\spad{u}(0..\\spad{k}-1),{} \\spad{v},{} \\spad{u}(\\spad{k}..) )}.") (($ |#1| $ (|Integer|)) "\\spad{insert(x,{}u,{}i)} returns a copy of \\spad{u} having \\spad{x} as its \\axiom{\\spad{i}}th element. Note: \\axiom{insert(\\spad{x},{}a,{}\\spad{k}) = concat(concat(a(0..\\spad{k}-1),{}\\spad{x}),{}a(\\spad{k}..))}.")) (|delete| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{delete(u,{}i..j)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th through \\axiom{\\spad{j}}th element deleted. Note: \\axiom{delete(a,{}\\spad{i}..\\spad{j}) = concat(a(0..\\spad{i}-1),{}a(\\spad{j+1}..))}.") (($ $ (|Integer|)) "\\spad{delete(u,{}i)} returns a copy of \\spad{u} with the \\axiom{\\spad{i}}th element deleted. Note: for lists,{} \\axiom{delete(a,{}\\spad{i}) \\spad{==} concat(a(0..\\spad{i} - 1),{}a(\\spad{i} + 1,{}..))}.")) (|elt| (($ $ (|UniversalSegment| (|Integer|))) "\\spad{elt(u,{}i..j)} (also written: \\axiom{a(\\spad{i}..\\spad{j})}) returns the aggregate of elements \\axiom{\\spad{u}} for \\spad{k} from \\spad{i} to \\spad{j} in that order. Note: in general,{} \\axiom{a.\\spad{s} = [a.\\spad{k} for \\spad{i} in \\spad{s}]}.")) (|map| (($ (|Mapping| |#1| |#1| |#1|) $ $) "\\spad{map(f,{}u,{}v)} returns a new collection \\spad{w} with elements \\axiom{\\spad{z} = \\spad{f}(\\spad{x},{}\\spad{y})} for corresponding elements \\spad{x} and \\spad{y} from \\spad{u} and \\spad{v}. Note: for linear aggregates,{} \\axiom{\\spad{w}.\\spad{i} = \\spad{f}(\\spad{u}.\\spad{i},{}\\spad{v}.\\spad{i})}.")) (|concat| (($ (|List| $)) "\\spad{concat(u)},{} where \\spad{u} is a lists of aggregates \\axiom{[a,{}\\spad{b},{}...,{}\\spad{c}]},{} returns a single aggregate consisting of the elements of \\axiom{a} followed by those of \\spad{b} followed ... by the elements of \\spad{c}. Note: \\axiom{concat(a,{}\\spad{b},{}...,{}\\spad{c}) = concat(a,{}concat(\\spad{b},{}...,{}\\spad{c}))}.") (($ $ $) "\\spad{concat(u,{}v)} returns an aggregate consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} then \\axiom{\\spad{w}.\\spad{i} = \\spad{u}.\\spad{i} for \\spad{i} in indices \\spad{u}} and \\axiom{\\spad{w}.(\\spad{j} + maxIndex \\spad{u}) = \\spad{v}.\\spad{j} for \\spad{j} in indices \\spad{v}}.") (($ |#1| $) "\\spad{concat(x,{}u)} returns aggregate \\spad{u} with additional element at the front. Note: for lists: \\axiom{concat(\\spad{x},{}\\spad{u}) \\spad{==} concat([\\spad{x}],{}\\spad{u})}.") (($ $ |#1|) "\\spad{concat(u,{}x)} returns aggregate \\spad{u} with additional element \\spad{x} at the end. Note: for lists,{} \\axiom{concat(\\spad{u},{}\\spad{x}) \\spad{==} concat(\\spad{u},{}[\\spad{x}])}")) (|new| (($ (|NonNegativeInteger|) |#1|) "\\spad{new(n,{}x)} returns \\axiom{fill!(new \\spad{n},{}\\spad{x})}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-598 R -1834 L)
+(-600 R -1819 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
-(-599 A)
+(-601 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}}")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-341))))
-(-600 A M)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-343))))
+(-602 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}")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-341))))
-(-601 S A)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-343))))
+(-603 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 (-341))))
-(-602 A)
+((|HasCategory| |#2| (QUOTE (-343))))
+(-604 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}.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-603 -1834 UP)
+(-605 -1819 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))))
-(-604 A -3470)
+(-606 A -1727)
((|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}}")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-341))))
-(-605 A L)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-343))))
+(-607 A L)
((|constructor| (NIL "\\spad{LinearOrdinaryDifferentialOperatorsOps} provides symmetric products and sums for linear ordinary differential operators.")) (|directSum| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{directSum(a,{}b,{}D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the sums of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")) (|symmetricPower| ((|#2| |#2| (|NonNegativeInteger|) (|Mapping| |#1| |#1|)) "\\spad{symmetricPower(a,{}n,{}D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of \\spad{n} solutions of \\spad{a}. \\spad{D} is the derivation to use.")) (|symmetricProduct| ((|#2| |#2| |#2| (|Mapping| |#1| |#1|)) "\\spad{symmetricProduct(a,{}b,{}D)} computes an operator \\spad{c} of minimal order such that the nullspace of \\spad{c} is generated by all the products of a solution of \\spad{a} by a solution of \\spad{b}. \\spad{D} is the derivation to use.")))
NIL
NIL
-(-606 S)
+(-608 S)
((|constructor| (NIL "`Logic' provides the basic operations for lattices,{} \\spadignore{e.g.} boolean algebra.")) (|\\/| (($ $ $) "\\spadignore{ \\/ } returns the logical `join',{} \\spadignore{e.g.} `or'.")) (|/\\| (($ $ $) "\\spadignore { /\\ }returns the logical `meet',{} \\spadignore{e.g.} `and'.")) (~ (($ $) "\\spad{~(x)} returns the logical complement of \\spad{x}.")))
NIL
NIL
-(-607)
+(-609)
((|constructor| (NIL "`Logic' provides the basic operations for lattices,{} \\spadignore{e.g.} boolean algebra.")) (|\\/| (($ $ $) "\\spadignore{ \\/ } returns the logical `join',{} \\spadignore{e.g.} `or'.")) (|/\\| (($ $ $) "\\spadignore { /\\ }returns the logical `meet',{} \\spadignore{e.g.} `and'.")) (~ (($ $) "\\spad{~(x)} returns the logical complement of \\spad{x}.")))
NIL
NIL
-(-608 M R S)
+(-610 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}.")))
-((-4254 . T) (-4253 . T))
-((|HasCategory| |#1| (QUOTE (-733))))
-(-609 R)
+((-4256 . T) (-4255 . T))
+((|HasCategory| |#1| (QUOTE (-735))))
+(-611 R)
((|constructor| (NIL "Given a PolynomialFactorizationExplicit ring,{} this package provides a defaulting rule for the \\spad{solveLinearPolynomialEquation} operation,{} by moving into the field of fractions,{} and solving it there via the \\spad{multiEuclidean} operation.")) (|solveLinearPolynomialEquationByFractions| (((|Union| (|List| (|SparseUnivariatePolynomial| |#1|)) "failed") (|List| (|SparseUnivariatePolynomial| |#1|)) (|SparseUnivariatePolynomial| |#1|)) "\\spad{solveLinearPolynomialEquationByFractions([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such exists.")))
NIL
NIL
-(-610 |VarSet| R)
+(-612 |VarSet| R)
((|constructor| (NIL "This type supports Lie polynomials in Lyndon basis see Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|construct| (($ $ (|LyndonWord| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.") (($ (|LyndonWord| |#1|) $) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.") (($ (|LyndonWord| |#1|) (|LyndonWord| |#1|)) "\\axiom{construct(\\spad{x},{}\\spad{y})} returns the Lie bracket \\axiom{[\\spad{x},{}\\spad{y}]}.")) (|LiePolyIfCan| (((|Union| $ "failed") (|XDistributedPolynomial| |#1| |#2|)) "\\axiom{LiePolyIfCan(\\spad{p})} returns \\axiom{\\spad{p}} in Lyndon basis if \\axiom{\\spad{p}} is a Lie polynomial,{} otherwise \\axiom{\"failed\"} is returned.")))
-((|JacobiIdentity| . T) (|NullSquare| . T) (-4254 . T) (-4253 . T))
-((|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-160))))
-(-611 A S)
+((|JacobiIdentity| . T) (|NullSquare| . T) (-4256 . T) (-4255 . T))
+((|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-162))))
+(-613 A S)
((|constructor| (NIL "A list aggregate is a model for a linked list data structure. A linked list is a versatile data structure. Insertion and deletion are efficient and searching is a linear operation.")) (|list| (($ |#2|) "\\spad{list(x)} returns the list of one element \\spad{x}.")))
NIL
NIL
-(-612 S)
+(-614 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}.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-613 -1834)
+(-615 -1819)
((|constructor| (NIL "This package solves linear system in the matrix form \\spad{AX = B}. It is essentially a particular instantiation of the package \\spadtype{LinearSystemMatrixPackage} for Matrix and Vector. This package\\spad{'s} existence makes it easier to use \\spadfun{solve} in the AXIOM interpreter.")) (|rank| (((|NonNegativeInteger|) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{rank(A,{}B)} computes the rank of the complete matrix \\spad{(A|B)} of the linear system \\spad{AX = B}.")) (|hasSolution?| (((|Boolean|) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{hasSolution?(A,{}B)} tests if the linear system \\spad{AX = B} has a solution.")) (|particularSolution| (((|Union| (|Vector| |#1|) "failed") (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{particularSolution(A,{}B)} finds a particular solution of the linear system \\spad{AX = B}.")) (|solve| (((|List| (|Record| (|:| |particular| (|Union| (|Vector| |#1|) "failed")) (|:| |basis| (|List| (|Vector| |#1|))))) (|List| (|List| |#1|)) (|List| (|Vector| |#1|))) "\\spad{solve(A,{}LB)} finds a particular soln of the systems \\spad{AX = B} and a basis of the associated homogeneous systems \\spad{AX = 0} where \\spad{B} varies in the list of column vectors \\spad{LB}.") (((|List| (|Record| (|:| |particular| (|Union| (|Vector| |#1|) "failed")) (|:| |basis| (|List| (|Vector| |#1|))))) (|Matrix| |#1|) (|List| (|Vector| |#1|))) "\\spad{solve(A,{}LB)} finds a particular soln of the systems \\spad{AX = B} and a basis of the associated homogeneous systems \\spad{AX = 0} where \\spad{B} varies in the list of column vectors \\spad{LB}.") (((|Record| (|:| |particular| (|Union| (|Vector| |#1|) "failed")) (|:| |basis| (|List| (|Vector| |#1|)))) (|List| (|List| |#1|)) (|Vector| |#1|)) "\\spad{solve(A,{}B)} finds a particular solution of the system \\spad{AX = B} and a basis of the associated homogeneous system \\spad{AX = 0}.") (((|Record| (|:| |particular| (|Union| (|Vector| |#1|) "failed")) (|:| |basis| (|List| (|Vector| |#1|)))) (|Matrix| |#1|) (|Vector| |#1|)) "\\spad{solve(A,{}B)} finds a particular solution of the system \\spad{AX = B} and a basis of the associated homogeneous system \\spad{AX = 0}.")))
NIL
NIL
-(-614 -1834 |Row| |Col| M)
+(-616 -1819 |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
-(-615 R E OV P)
+(-617 R E OV P)
((|constructor| (NIL "this package finds the solutions of linear systems presented as a list of polynomials.")) (|linSolve| (((|Record| (|:| |particular| (|Union| (|Vector| (|Fraction| |#4|)) "failed")) (|:| |basis| (|List| (|Vector| (|Fraction| |#4|))))) (|List| |#4|) (|List| |#3|)) "\\spad{linSolve(lp,{}lvar)} finds the solutions of the linear system of polynomials \\spad{lp} = 0 with respect to the list of symbols \\spad{lvar}.")))
NIL
NIL
-(-616 |n| R)
+(-618 |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.")))
-((-4256 . T) (-4259 . T) (-4253 . T) (-4254 . T))
-((|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-213))) (|HasAttribute| |#2| (QUOTE (-4261 "*"))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (-2067 (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))))) (|HasCategory| |#2| (QUOTE (-286))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-517))) (-2067 (|HasAttribute| |#2| (QUOTE (-4261 "*"))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-213)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-160))))
-(-617 |VarSet|)
+((-4258 . T) (-4261 . T) (-4255 . T) (-4256 . T))
+((|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-215))) (|HasAttribute| |#2| (QUOTE (-4263 "*"))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (-2027 (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))))) (|HasCategory| |#2| (QUOTE (-288))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-519))) (-2027 (|HasAttribute| |#2| (QUOTE (-4263 "*"))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-215)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-162))))
+(-619 |VarSet|)
((|constructor| (NIL "Lyndon words over arbitrary (ordered) symbols: see Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). A Lyndon word is a word which is smaller than any of its right factors \\spad{w}.\\spad{r}.\\spad{t}. the pure lexicographical ordering. If \\axiom{a} and \\axiom{\\spad{b}} are two Lyndon words such that \\axiom{a < \\spad{b}} holds \\spad{w}.\\spad{r}.\\spad{t} lexicographical ordering then \\axiom{a*b} is a Lyndon word. Parenthesized Lyndon words can be generated from symbols by using the following rule: \\axiom{[[a,{}\\spad{b}],{}\\spad{c}]} is a Lyndon word iff \\axiom{a*b < \\spad{c} \\spad{<=} \\spad{b}} holds. Lyndon words are internally represented by binary trees using the \\spadtype{Magma} domain constructor. Two ordering are provided: lexicographic and length-lexicographic. \\newline Author : Michel Petitot (petitot@lifl.\\spad{fr}).")) (|LyndonWordsList| (((|List| $) (|List| |#1|) (|PositiveInteger|)) "\\axiom{LyndonWordsList(\\spad{vl},{} \\spad{n})} returns the list of Lyndon words over the alphabet \\axiom{\\spad{vl}},{} up to order \\axiom{\\spad{n}}.")) (|LyndonWordsList1| (((|OneDimensionalArray| (|List| $)) (|List| |#1|) (|PositiveInteger|)) "\\axiom{LyndonWordsList1(\\spad{vl},{} \\spad{n})} returns an array of lists of Lyndon words over the alphabet \\axiom{\\spad{vl}},{} up to order \\axiom{\\spad{n}}.")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|lyndonIfCan| (((|Union| $ "failed") (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndonIfCan(\\spad{w})} convert \\axiom{\\spad{w}} into a Lyndon word.")) (|lyndon| (($ (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndon(\\spad{w})} convert \\axiom{\\spad{w}} into a Lyndon word,{} error if \\axiom{\\spad{w}} is not a Lyndon word.")) (|lyndon?| (((|Boolean|) (|OrderedFreeMonoid| |#1|)) "\\axiom{lyndon?(\\spad{w})} test if \\axiom{\\spad{w}} is a Lyndon word.")) (|factor| (((|List| $) (|OrderedFreeMonoid| |#1|)) "\\axiom{factor(\\spad{x})} returns the decreasing factorization into Lyndon words.")) (|coerce| (((|Magma| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{Magma}(VarSet) corresponding to \\axiom{\\spad{x}}.") (((|OrderedFreeMonoid| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{OrderedFreeMonoid}(VarSet) corresponding to \\axiom{\\spad{x}}.")) (|lexico| (((|Boolean|) $ $) "\\axiom{lexico(\\spad{x},{}\\spad{y})} returns \\axiom{\\spad{true}} iff \\axiom{\\spad{x}} is smaller than \\axiom{\\spad{y}} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\axiom{VarSet}.")) (|length| (((|PositiveInteger|) $) "\\axiom{length(\\spad{x})} returns the number of entries in \\axiom{\\spad{x}}.")) (|right| (($ $) "\\axiom{right(\\spad{x})} returns right subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{LyndonWord}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|left| (($ $) "\\axiom{left(\\spad{x})} returns left subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{LyndonWord}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|retractable?| (((|Boolean|) $) "\\axiom{retractable?(\\spad{x})} tests if \\axiom{\\spad{x}} is a tree with only one entry.")))
NIL
NIL
-(-618 A S)
+(-620 A S)
((|constructor| (NIL "LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?',{} \\spadignore{e.g.} 'first' and 'rest',{} will also cause lazy evaluation if necessary.")) (|complete| (($ $) "\\spad{complete(st)} causes all entries of 'st' to be computed. this function should only be called on streams which are known to be finite.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(st,{}n)} causes entries to be computed,{} if necessary,{} so that 'st' will have at least \\spad{'n'} explicit entries or so that all entries of 'st' will be computed if 'st' is finite with length \\spad{<=} \\spad{n}.")) (|numberOfComputedEntries| (((|NonNegativeInteger|) $) "\\spad{numberOfComputedEntries(st)} returns the number of explicitly computed entries of stream \\spad{st} which exist immediately prior to the time this function is called.")) (|rst| (($ $) "\\spad{rst(s)} returns a pointer to the next node of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|frst| ((|#2| $) "\\spad{frst(s)} returns the first element of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|lazyEvaluate| (($ $) "\\spad{lazyEvaluate(s)} causes one lazy evaluation of stream \\spad{s}. Caution: the first node must be a lazy evaluation mechanism (satisfies \\spad{lazy?(s) = true}) as there is no error check. Note: a call to this function may or may not produce an explicit first entry")) (|lazy?| (((|Boolean|) $) "\\spad{lazy?(s)} returns \\spad{true} if the first node of the stream \\spad{s} is a lazy evaluation mechanism which could produce an additional entry to \\spad{s}.")) (|explicitlyEmpty?| (((|Boolean|) $) "\\spad{explicitlyEmpty?(s)} returns \\spad{true} if the stream is an (explicitly) empty stream. Note: this is a null test which will not cause lazy evaluation.")) (|explicitEntries?| (((|Boolean|) $) "\\spad{explicitEntries?(s)} returns \\spad{true} if the stream \\spad{s} has explicitly computed entries,{} and \\spad{false} otherwise.")) (|select| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{select(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} satisfying the predicate \\spad{f}. Note: \\spad{select(f,{}st) = [x for x in st | f(x)]}.")) (|remove| (($ (|Mapping| (|Boolean|) |#2|) $) "\\spad{remove(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} which do not satisfy the predicate \\spad{f}. Note: \\spad{remove(f,{}st) = [x for x in st | not f(x)]}.")))
NIL
NIL
-(-619 S)
+(-621 S)
((|constructor| (NIL "LazyStreamAggregate is the category of streams with lazy evaluation. It is understood that the function 'empty?' will cause lazy evaluation if necessary to determine if there are entries. Functions which call 'empty?',{} \\spadignore{e.g.} 'first' and 'rest',{} will also cause lazy evaluation if necessary.")) (|complete| (($ $) "\\spad{complete(st)} causes all entries of 'st' to be computed. this function should only be called on streams which are known to be finite.")) (|extend| (($ $ (|Integer|)) "\\spad{extend(st,{}n)} causes entries to be computed,{} if necessary,{} so that 'st' will have at least \\spad{'n'} explicit entries or so that all entries of 'st' will be computed if 'st' is finite with length \\spad{<=} \\spad{n}.")) (|numberOfComputedEntries| (((|NonNegativeInteger|) $) "\\spad{numberOfComputedEntries(st)} returns the number of explicitly computed entries of stream \\spad{st} which exist immediately prior to the time this function is called.")) (|rst| (($ $) "\\spad{rst(s)} returns a pointer to the next node of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|frst| ((|#1| $) "\\spad{frst(s)} returns the first element of stream \\spad{s}. Caution: this function should only be called after a \\spad{empty?} test has been made since there no error check.")) (|lazyEvaluate| (($ $) "\\spad{lazyEvaluate(s)} causes one lazy evaluation of stream \\spad{s}. Caution: the first node must be a lazy evaluation mechanism (satisfies \\spad{lazy?(s) = true}) as there is no error check. Note: a call to this function may or may not produce an explicit first entry")) (|lazy?| (((|Boolean|) $) "\\spad{lazy?(s)} returns \\spad{true} if the first node of the stream \\spad{s} is a lazy evaluation mechanism which could produce an additional entry to \\spad{s}.")) (|explicitlyEmpty?| (((|Boolean|) $) "\\spad{explicitlyEmpty?(s)} returns \\spad{true} if the stream is an (explicitly) empty stream. Note: this is a null test which will not cause lazy evaluation.")) (|explicitEntries?| (((|Boolean|) $) "\\spad{explicitEntries?(s)} returns \\spad{true} if the stream \\spad{s} has explicitly computed entries,{} and \\spad{false} otherwise.")) (|select| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{select(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} satisfying the predicate \\spad{f}. Note: \\spad{select(f,{}st) = [x for x in st | f(x)]}.")) (|remove| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{remove(f,{}st)} returns a stream consisting of those elements of stream \\spad{st} which do not satisfy the predicate \\spad{f}. Note: \\spad{remove(f,{}st) = [x for x in st | not f(x)]}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-620 R)
+(-622 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
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (QUOTE (-977))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-621 |VarSet|)
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (QUOTE (-979))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-623 |VarSet|)
((|constructor| (NIL "This type is the basic representation of parenthesized words (binary trees over arbitrary symbols) useful in \\spadtype{LiePolynomial}. \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|varList| (((|List| |#1|) $) "\\axiom{varList(\\spad{x})} returns the list of distinct entries of \\axiom{\\spad{x}}.")) (|right| (($ $) "\\axiom{right(\\spad{x})} returns right subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|retractable?| (((|Boolean|) $) "\\axiom{retractable?(\\spad{x})} tests if \\axiom{\\spad{x}} is a tree with only one entry.")) (|rest| (($ $) "\\axiom{rest(\\spad{x})} return \\axiom{\\spad{x}} without the first entry or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|mirror| (($ $) "\\axiom{mirror(\\spad{x})} returns the reversed word of \\axiom{\\spad{x}}. That is \\axiom{\\spad{x}} itself if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true} and \\axiom{mirror(\\spad{z}) * mirror(\\spad{y})} if \\axiom{\\spad{x}} is \\axiom{\\spad{y*z}}.")) (|lexico| (((|Boolean|) $ $) "\\axiom{lexico(\\spad{x},{}\\spad{y})} returns \\axiom{\\spad{true}} iff \\axiom{\\spad{x}} is smaller than \\axiom{\\spad{y}} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\axiom{VarSet}. \\spad{N}.\\spad{B}. This operation does not take into account the tree structure of its arguments. Thus this is not a total ordering.")) (|length| (((|PositiveInteger|) $) "\\axiom{length(\\spad{x})} returns the number of entries in \\axiom{\\spad{x}}.")) (|left| (($ $) "\\axiom{left(\\spad{x})} returns left subtree of \\axiom{\\spad{x}} or error if \\axiomOpFrom{retractable?}{Magma}(\\axiom{\\spad{x}}) is \\spad{true}.")) (|first| ((|#1| $) "\\axiom{first(\\spad{x})} returns the first entry of the tree \\axiom{\\spad{x}}.")) (|coerce| (((|OrderedFreeMonoid| |#1|) $) "\\axiom{coerce(\\spad{x})} returns the element of \\axiomType{OrderedFreeMonoid}(VarSet) corresponding to \\axiom{\\spad{x}} by removing parentheses.")) (* (($ $ $) "\\axiom{x*y} returns the tree \\axiom{[\\spad{x},{}\\spad{y}]}.")))
NIL
NIL
-(-622 A)
+(-624 A)
((|constructor| (NIL "various Currying operations.")) (|recur| ((|#1| (|Mapping| |#1| (|NonNegativeInteger|) |#1|) (|NonNegativeInteger|) |#1|) "\\spad{recur(n,{}g,{}x)} is \\spad{g(n,{}g(n-1,{}..g(1,{}x)..))}.")) (|iter| ((|#1| (|Mapping| |#1| |#1|) (|NonNegativeInteger|) |#1|) "\\spad{iter(f,{}n,{}x)} applies \\spad{f n} times to \\spad{x}.")))
NIL
NIL
-(-623 A C)
+(-625 A C)
((|constructor| (NIL "various Currying operations.")) (|arg2| ((|#2| |#1| |#2|) "\\spad{arg2(a,{}c)} selects its second argument.")) (|arg1| ((|#1| |#1| |#2|) "\\spad{arg1(a,{}c)} selects its first argument.")))
NIL
NIL
-(-624 A B C)
+(-626 A B C)
((|constructor| (NIL "various Currying operations.")) (|comp| ((|#3| (|Mapping| |#3| |#2|) (|Mapping| |#2| |#1|) |#1|) "\\spad{comp(f,{}g,{}x)} is \\spad{f(g x)}.")))
NIL
NIL
-(-625 A)
+(-627 A)
((|constructor| (NIL "various Currying operations.")) (|recur| (((|Mapping| |#1| (|NonNegativeInteger|) |#1|) (|Mapping| |#1| (|NonNegativeInteger|) |#1|)) "\\spad{recur(g)} is the function \\spad{h} such that \\indented{1}{\\spad{h(n,{}x)= g(n,{}g(n-1,{}..g(1,{}x)..))}.}")) (** (((|Mapping| |#1| |#1|) (|Mapping| |#1| |#1|) (|NonNegativeInteger|)) "\\spad{f**n} is the function which is the \\spad{n}-fold application \\indented{1}{of \\spad{f}.}")) (|id| ((|#1| |#1|) "\\spad{id x} is \\spad{x}.")) (|fixedPoint| (((|List| |#1|) (|Mapping| (|List| |#1|) (|List| |#1|)) (|Integer|)) "\\spad{fixedPoint(f,{}n)} is the fixed point of function \\indented{1}{\\spad{f} which is assumed to transform a list of length} \\indented{1}{\\spad{n}.}") ((|#1| (|Mapping| |#1| |#1|)) "\\spad{fixedPoint f} is the fixed point of function \\spad{f}. \\indented{1}{\\spadignore{i.e.} such that \\spad{fixedPoint f = f(fixedPoint f)}.}")) (|coerce| (((|Mapping| |#1|) |#1|) "\\spad{coerce A} changes its argument into a \\indented{1}{nullary function.}")) (|nullary| (((|Mapping| |#1|) |#1|) "\\spad{nullary A} changes its argument into a \\indented{1}{nullary function.}")))
NIL
NIL
-(-626 A C)
+(-628 A C)
((|constructor| (NIL "various Currying operations.")) (|diag| (((|Mapping| |#2| |#1|) (|Mapping| |#2| |#1| |#1|)) "\\spad{diag(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g a = f(a,{}a)}.}")) (|constant| (((|Mapping| |#2| |#1|) (|Mapping| |#2|)) "\\spad{vu(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g a= f ()}.}")) (|curry| (((|Mapping| |#2|) (|Mapping| |#2| |#1|) |#1|) "\\spad{cu(f,{}a)} is the function \\spad{g} \\indented{1}{such that \\spad{g ()= f a}.}")) (|const| (((|Mapping| |#2| |#1|) |#2|) "\\spad{const c} is a function which produces \\spad{c} when \\indented{1}{applied to its argument.}")))
NIL
NIL
-(-627 A B C)
+(-629 A B C)
((|constructor| (NIL "various Currying operations.")) (* (((|Mapping| |#3| |#1|) (|Mapping| |#3| |#2|) (|Mapping| |#2| |#1|)) "\\spad{f*g} is the function \\spad{h} \\indented{1}{such that \\spad{h x= f(g x)}.}")) (|twist| (((|Mapping| |#3| |#2| |#1|) (|Mapping| |#3| |#1| |#2|)) "\\spad{twist(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,{}b)= f(b,{}a)}.}")) (|constantLeft| (((|Mapping| |#3| |#1| |#2|) (|Mapping| |#3| |#2|)) "\\spad{constantLeft(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,{}b)= f b}.}")) (|constantRight| (((|Mapping| |#3| |#1| |#2|) (|Mapping| |#3| |#1|)) "\\spad{constantRight(f)} is the function \\spad{g} \\indented{1}{such that \\spad{g (a,{}b)= f a}.}")) (|curryLeft| (((|Mapping| |#3| |#2|) (|Mapping| |#3| |#1| |#2|) |#1|) "\\spad{curryLeft(f,{}a)} is the function \\spad{g} \\indented{1}{such that \\spad{g b = f(a,{}b)}.}")) (|curryRight| (((|Mapping| |#3| |#1|) (|Mapping| |#3| |#1| |#2|) |#2|) "\\spad{curryRight(f,{}b)} is the function \\spad{g} such that \\indented{1}{\\spad{g a = f(a,{}b)}.}")))
NIL
NIL
-(-628 R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+(-630 R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
((|constructor| (NIL "\\spadtype{MatrixCategoryFunctions2} provides functions between two matrix domains. The functions provided are \\spadfun{map} and \\spadfun{reduce}.")) (|reduce| ((|#5| (|Mapping| |#5| |#1| |#5|) |#4| |#5|) "\\spad{reduce(f,{}m,{}r)} returns a matrix \\spad{n} where \\spad{n[i,{}j] = f(m[i,{}j],{}r)} for all indices \\spad{i} and \\spad{j}.")) (|map| (((|Union| |#8| "failed") (|Mapping| (|Union| |#5| "failed") |#1|) |#4|) "\\spad{map(f,{}m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.") ((|#8| (|Mapping| |#5| |#1|) |#4|) "\\spad{map(f,{}m)} applies the function \\spad{f} to the elements of the matrix \\spad{m}.")))
NIL
NIL
-(-629 S R |Row| |Col|)
+(-631 S R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#4|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#2|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(m,{}r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#2|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#2| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,{}i1,{}j1,{}y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,{}j)} is set to \\spad{y(i-i1+1,{}j-j1+1)} for \\spad{i = i1,{}...,{}i1-1+nrows y} and \\spad{j = j1,{}...,{}j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,{}i1,{}i2,{}j1,{}j2)} extracts the submatrix \\spad{[x(i,{}j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,{}rowList,{}colList,{}y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then \\spad{x(i<k>,{}j<l>)} is set to \\spad{y(k,{}l)} for \\spad{k = 1,{}...,{}m} and \\spad{l = 1,{}...,{}n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,{}rowList,{}colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then the \\spad{(k,{}l)}th entry of \\spad{elt(x,{}rowList,{}colList)} is \\spad{x(i<k>,{}j<l>)}.")) (|listOfLists| (((|List| (|List| |#2|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,{}y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,{}y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#3|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#4|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,{}...,{}mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{\\spad{ri} := nrows \\spad{mi}},{} \\spad{\\spad{ci} := ncols \\spad{mi}},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+ck}) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#2|) "\\spad{scalarMatrix(n,{}r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|List| (|List| |#2|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,{}n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = -m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
NIL
-((|HasAttribute| |#2| (QUOTE (-4261 "*"))) (|HasCategory| |#2| (QUOTE (-286))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-517))))
-(-630 R |Row| |Col|)
+((|HasAttribute| |#2| (QUOTE (-4263 "*"))) (|HasCategory| |#2| (QUOTE (-288))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-519))))
+(-632 R |Row| |Col|)
((|constructor| (NIL "\\spadtype{MatrixCategory} is a general matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col. A domain belonging to this category will be shallowly mutable. The index of the 'first' row may be obtained by calling the function \\spadfun{minRowIndex}. The index of the 'first' column may be obtained by calling the function \\spadfun{minColIndex}. The index of the first element of a Row is the same as the index of the first column in a matrix and vice versa.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m}. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|minordet| ((|#1| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. Error: if the matrix is not square.")) (|nullSpace| (((|List| |#3|) $) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) $) "\\spad{nullity(m)} returns the nullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) $) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|rowEchelon| (($ $) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (/ (($ $ |#1|) "\\spad{m/r} divides the elements of \\spad{m} by \\spad{r}. Error: if \\spad{r = 0}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(m,{}r)} computes the exact quotient of the elements of \\spad{m} by \\spad{r},{} returning \\axiom{\"failed\"} if this is not possible.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if matrix is not square or if the matrix is square but not invertible.") (($ $ (|NonNegativeInteger|)) "\\spad{x ** n} computes a non-negative integral power of the matrix \\spad{x}. Error: if the matrix is not square.")) (* ((|#2| |#2| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#3| $ |#3|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.") (($ (|Integer|) $) "\\spad{n * x} is an integer multiple.") (($ $ |#1|) "\\spad{x * r} is the right scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ |#1| $) "\\spad{r*x} is the left scalar multiple of the scalar \\spad{r} and the matrix \\spad{x}.") (($ $ $) "\\spad{x * y} is the product of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (- (($ $) "\\spad{-x} returns the negative of the matrix \\spad{x}.") (($ $ $) "\\spad{x - y} is the difference of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (+ (($ $ $) "\\spad{x + y} is the sum of the matrices \\spad{x} and \\spad{y}. Error: if the dimensions are incompatible.")) (|setsubMatrix!| (($ $ (|Integer|) (|Integer|) $) "\\spad{setsubMatrix(x,{}i1,{}j1,{}y)} destructively alters the matrix \\spad{x}. Here \\spad{x(i,{}j)} is set to \\spad{y(i-i1+1,{}j-j1+1)} for \\spad{i = i1,{}...,{}i1-1+nrows y} and \\spad{j = j1,{}...,{}j1-1+ncols y}.")) (|subMatrix| (($ $ (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subMatrix(x,{}i1,{}i2,{}j1,{}j2)} extracts the submatrix \\spad{[x(i,{}j)]} where the index \\spad{i} ranges from \\spad{i1} to \\spad{i2} and the index \\spad{j} ranges from \\spad{j1} to \\spad{j2}.")) (|swapColumns!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapColumns!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th columns of \\spad{m}. This destructively alters the matrix.")) (|swapRows!| (($ $ (|Integer|) (|Integer|)) "\\spad{swapRows!(m,{}i,{}j)} interchanges the \\spad{i}th and \\spad{j}th rows of \\spad{m}. This destructively alters the matrix.")) (|setelt| (($ $ (|List| (|Integer|)) (|List| (|Integer|)) $) "\\spad{setelt(x,{}rowList,{}colList,{}y)} destructively alters the matrix \\spad{x}. If \\spad{y} is \\spad{m}-by-\\spad{n},{} \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then \\spad{x(i<k>,{}j<l>)} is set to \\spad{y(k,{}l)} for \\spad{k = 1,{}...,{}m} and \\spad{l = 1,{}...,{}n}.")) (|elt| (($ $ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{elt(x,{}rowList,{}colList)} returns an \\spad{m}-by-\\spad{n} matrix consisting of elements of \\spad{x},{} where \\spad{m = \\# rowList} and \\spad{n = \\# colList}. If \\spad{rowList = [i<1>,{}i<2>,{}...,{}i<m>]} and \\spad{colList = [j<1>,{}j<2>,{}...,{}j<n>]},{} then the \\spad{(k,{}l)}th entry of \\spad{elt(x,{}rowList,{}colList)} is \\spad{x(i<k>,{}j<l>)}.")) (|listOfLists| (((|List| (|List| |#1|)) $) "\\spad{listOfLists(m)} returns the rows of the matrix \\spad{m} as a list of lists.")) (|vertConcat| (($ $ $) "\\spad{vertConcat(x,{}y)} vertically concatenates two matrices with an equal number of columns. The entries of \\spad{y} appear below of the entries of \\spad{x}. Error: if the matrices do not have the same number of columns.")) (|horizConcat| (($ $ $) "\\spad{horizConcat(x,{}y)} horizontally concatenates two matrices with an equal number of rows. The entries of \\spad{y} appear to the right of the entries of \\spad{x}. Error: if the matrices do not have the same number of rows.")) (|squareTop| (($ $) "\\spad{squareTop(m)} returns an \\spad{n}-by-\\spad{n} matrix consisting of the first \\spad{n} rows of the \\spad{m}-by-\\spad{n} matrix \\spad{m}. Error: if \\spad{m < n}.")) (|transpose| (($ $) "\\spad{transpose(m)} returns the transpose of the matrix \\spad{m}.") (($ |#2|) "\\spad{transpose(r)} converts the row \\spad{r} to a row matrix.")) (|coerce| (($ |#3|) "\\spad{coerce(col)} converts the column \\spad{col} to a column matrix.")) (|diagonalMatrix| (($ (|List| $)) "\\spad{diagonalMatrix([m1,{}...,{}mk])} creates a block diagonal matrix \\spad{M} with block matrices {\\em m1},{}...,{}{\\em mk} down the diagonal,{} with 0 block matrices elsewhere. More precisly: if \\spad{\\spad{ri} := nrows \\spad{mi}},{} \\spad{\\spad{ci} := ncols \\spad{mi}},{} then \\spad{m} is an (\\spad{r1+}..\\spad{+rk}) by (\\spad{c1+}..\\spad{+ck}) - matrix with entries \\spad{m.i.j = ml.(i-r1-..-r(l-1)).(j-n1-..-n(l-1))},{} if \\spad{(r1+..+r(l-1)) < i <= r1+..+rl} and \\spad{(c1+..+c(l-1)) < i <= c1+..+cl},{} \\spad{m.i.j} = 0 otherwise.") (($ (|List| |#1|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ (|NonNegativeInteger|) |#1|) "\\spad{scalarMatrix(n,{}r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")) (|matrix| (($ (|List| (|List| |#1|))) "\\spad{matrix(l)} converts the list of lists \\spad{l} to a matrix,{} where the list of lists is viewed as a list of the rows of the matrix.")) (|zero| (($ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{zero(m,{}n)} returns an \\spad{m}-by-\\spad{n} zero matrix.")) (|antisymmetric?| (((|Boolean|) $) "\\spad{antisymmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and antisymmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = -m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|symmetric?| (((|Boolean|) $) "\\spad{symmetric?(m)} returns \\spad{true} if the matrix \\spad{m} is square and symmetric (\\spadignore{i.e.} \\spad{m[i,{}j] = m[j,{}i]} for all \\spad{i} and \\spad{j}) and \\spad{false} otherwise.")) (|diagonal?| (((|Boolean|) $) "\\spad{diagonal?(m)} returns \\spad{true} if the matrix \\spad{m} is square and diagonal (\\spadignore{i.e.} all entries of \\spad{m} not on the diagonal are zero) and \\spad{false} otherwise.")) (|square?| (((|Boolean|) $) "\\spad{square?(m)} returns \\spad{true} if \\spad{m} is a square matrix (\\spadignore{i.e.} if \\spad{m} has the same number of rows as columns) and \\spad{false} otherwise.")) (|finiteAggregate| ((|attribute|) "matrices are finite")) (|shallowlyMutable| ((|attribute|) "One may destructively alter matrices")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
-(-631 R |Row| |Col| M)
+(-633 R |Row| |Col| M)
((|constructor| (NIL "\\spadtype{MatrixLinearAlgebraFunctions} provides functions to compute inverses and canonical forms.")) (|inverse| (((|Union| |#4| "failed") |#4|) "\\spad{inverse(m)} returns the inverse of the matrix. If the matrix is not invertible,{} \"failed\" is returned. Error: if the matrix is not square.")) (|normalizedDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{normalizedDivide(n,{}d)} returns a normalized quotient and remainder such that consistently unique representatives for the residue class are chosen,{} \\spadignore{e.g.} positive remainders")) (|rowEchelon| ((|#4| |#4|) "\\spad{rowEchelon(m)} returns the row echelon form of the matrix \\spad{m}.")) (|adjoint| (((|Record| (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) "\\spad{adjoint(m)} returns the ajoint matrix of \\spad{m} (\\spadignore{i.e.} the matrix \\spad{n} such that \\spad{m*n} = determinant(\\spad{m})*id) and the detrminant of \\spad{m}.")) (|invertIfCan| (((|Union| |#4| "failed") |#4|) "\\spad{invertIfCan(m)} returns the inverse of \\spad{m} over \\spad{R}")) (|fractionFreeGauss!| ((|#4| |#4|) "\\spad{fractionFreeGauss(m)} performs the fraction free gaussian elimination on the matrix \\spad{m}.")) (|nullSpace| (((|List| |#3|) |#4|) "\\spad{nullSpace(m)} returns a basis for the null space of the matrix \\spad{m}.")) (|nullity| (((|NonNegativeInteger|) |#4|) "\\spad{nullity(m)} returns the mullity of the matrix \\spad{m}. This is the dimension of the null space of the matrix \\spad{m}.")) (|rank| (((|NonNegativeInteger|) |#4|) "\\spad{rank(m)} returns the rank of the matrix \\spad{m}.")) (|elColumn2!| ((|#4| |#4| |#1| (|Integer|) (|Integer|)) "\\spad{elColumn2!(m,{}a,{}i,{}j)} adds to column \\spad{i} a*column(\\spad{m},{}\\spad{j}) : elementary operation of second kind. (\\spad{i} \\spad{~=j})")) (|elRow2!| ((|#4| |#4| |#1| (|Integer|) (|Integer|)) "\\spad{elRow2!(m,{}a,{}i,{}j)} adds to row \\spad{i} a*row(\\spad{m},{}\\spad{j}) : elementary operation of second kind. (\\spad{i} \\spad{~=j})")) (|elRow1!| ((|#4| |#4| (|Integer|) (|Integer|)) "\\spad{elRow1!(m,{}i,{}j)} swaps rows \\spad{i} and \\spad{j} of matrix \\spad{m} : elementary operation of first kind")) (|minordet| ((|#1| |#4|) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors. Error: if the matrix is not square.")) (|determinant| ((|#1| |#4|) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}. an error message is returned if the matrix is not square.")))
NIL
-((|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-517))))
-(-632 R)
+((|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-519))))
+(-634 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.")))
-((-4259 . T) (-4260 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-517))) (|HasAttribute| |#1| (QUOTE (-4261 "*"))) (|HasCategory| |#1| (QUOTE (-341))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-633 R)
+((-4261 . T) (-4262 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-519))) (|HasAttribute| |#1| (QUOTE (-4263 "*"))) (|HasCategory| |#1| (QUOTE (-343))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-635 R)
((|constructor| (NIL "This package provides standard arithmetic operations on matrices. The functions in this package store the results of computations in existing matrices,{} rather than creating new matrices. This package works only for matrices of type Matrix and uses the internal representation of this type.")) (** (((|Matrix| |#1|) (|Matrix| |#1|) (|NonNegativeInteger|)) "\\spad{x ** n} computes the \\spad{n}-th power of a square matrix. The power \\spad{n} is assumed greater than 1.")) (|power!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|NonNegativeInteger|)) "\\spad{power!(a,{}b,{}c,{}m,{}n)} computes \\spad{m} \\spad{**} \\spad{n} and stores the result in \\spad{a}. The matrices \\spad{b} and \\spad{c} are used to store intermediate results. Error: if \\spad{a},{} \\spad{b},{} \\spad{c},{} and \\spad{m} are not square and of the same dimensions.")) (|times!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{times!(c,{}a,{}b)} computes the matrix product \\spad{a * b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have compatible dimensions.")) (|rightScalarTimes!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rightScalarTimes!(c,{}a,{}r)} computes the scalar product \\spad{a * r} and stores the result in the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")) (|leftScalarTimes!| (((|Matrix| |#1|) (|Matrix| |#1|) |#1| (|Matrix| |#1|)) "\\spad{leftScalarTimes!(c,{}r,{}a)} computes the scalar product \\spad{r * a} and stores the result in the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")) (|minus!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{!minus!(c,{}a,{}b)} computes the matrix difference \\spad{a - b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have the same dimensions.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{minus!(c,{}a)} computes \\spad{-a} and stores the result in the matrix \\spad{c}. Error: if a and \\spad{c} do not have the same dimensions.")) (|plus!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{plus!(c,{}a,{}b)} computes the matrix sum \\spad{a + b} and stores the result in the matrix \\spad{c}. Error: if \\spad{a},{} \\spad{b},{} and \\spad{c} do not have the same dimensions.")) (|copy!| (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{copy!(c,{}a)} copies the matrix \\spad{a} into the matrix \\spad{c}. Error: if \\spad{a} and \\spad{c} do not have the same dimensions.")))
NIL
NIL
-(-634 S -1834 FLAF FLAS)
+(-636 S -1819 FLAF FLAS)
((|constructor| (NIL "\\indented{1}{\\spadtype{MultiVariableCalculusFunctions} Package provides several} \\indented{1}{functions for multivariable calculus.} These include gradient,{} hessian and jacobian,{} divergence and laplacian. Various forms for banded and sparse storage of matrices are included.")) (|bandedJacobian| (((|Matrix| |#2|) |#3| |#4| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{bandedJacobian(vf,{}xlist,{}kl,{}ku)} computes the jacobian,{} the matrix of first partial derivatives,{} of the vector field \\spad{vf},{} \\spad{vf} a vector function of the variables listed in \\spad{xlist},{} \\spad{kl} is the number of nonzero subdiagonals,{} \\spad{ku} is the number of nonzero superdiagonals,{} kl+ku+1 being actual bandwidth. Stores the nonzero band in a matrix,{} dimensions kl+ku+1 by \\#xlist. The upper triangle is in the top \\spad{ku} rows,{} the diagonal is in row ku+1,{} the lower triangle in the last \\spad{kl} rows. Entries in a column in the band store correspond to entries in same column of full store. (The notation conforms to LAPACK/NAG-\\spad{F07} conventions.)")) (|jacobian| (((|Matrix| |#2|) |#3| |#4|) "\\spad{jacobian(vf,{}xlist)} computes the jacobian,{} the matrix of first partial derivatives,{} of the vector field \\spad{vf},{} \\spad{vf} a vector function of the variables listed in \\spad{xlist}.")) (|bandedHessian| (((|Matrix| |#2|) |#2| |#4| (|NonNegativeInteger|)) "\\spad{bandedHessian(v,{}xlist,{}k)} computes the hessian,{} the matrix of second partial derivatives,{} of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist},{} \\spad{k} is the semi-bandwidth,{} the number of nonzero subdiagonals,{} 2*k+1 being actual bandwidth. Stores the nonzero band in lower triangle in a matrix,{} dimensions \\spad{k+1} by \\#xlist,{} whose rows are the vectors formed by diagonal,{} subdiagonal,{} etc. of the real,{} full-matrix,{} hessian. (The notation conforms to LAPACK/NAG-\\spad{F07} conventions.)")) (|hessian| (((|Matrix| |#2|) |#2| |#4|) "\\spad{hessian(v,{}xlist)} computes the hessian,{} the matrix of second partial derivatives,{} of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist}.")) (|laplacian| ((|#2| |#2| |#4|) "\\spad{laplacian(v,{}xlist)} computes the laplacian of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist}.")) (|divergence| ((|#2| |#3| |#4|) "\\spad{divergence(vf,{}xlist)} computes the divergence of the vector field \\spad{vf},{} \\spad{vf} a vector function of the variables listed in \\spad{xlist}.")) (|gradient| (((|Vector| |#2|) |#2| |#4|) "\\spad{gradient(v,{}xlist)} computes the gradient,{} the vector of first partial derivatives,{} of the scalar field \\spad{v},{} \\spad{v} a function of the variables listed in \\spad{xlist}.")))
NIL
NIL
-(-635 R Q)
+(-637 R Q)
((|constructor| (NIL "MatrixCommonDenominator provides functions to compute the common denominator of a matrix of elements of the quotient field of an integral domain.")) (|splitDenominator| (((|Record| (|:| |num| (|Matrix| |#1|)) (|:| |den| |#1|)) (|Matrix| |#2|)) "\\spad{splitDenominator(q)} returns \\spad{[p,{} d]} such that \\spad{q = p/d} and \\spad{d} is a common denominator for the elements of \\spad{q}.")) (|clearDenominator| (((|Matrix| |#1|) (|Matrix| |#2|)) "\\spad{clearDenominator(q)} returns \\spad{p} such that \\spad{q = p/d} where \\spad{d} is a common denominator for the elements of \\spad{q}.")) (|commonDenominator| ((|#1| (|Matrix| |#2|)) "\\spad{commonDenominator(q)} returns a common denominator \\spad{d} for the elements of \\spad{q}.")))
NIL
NIL
-(-636)
+(-638)
((|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")))
-((-4252 . T) (-4257 |has| (-641) (-341)) (-4251 |has| (-641) (-341)) (-1496 . T) (-4258 |has| (-641) (-6 -4258)) (-4255 |has| (-641) (-6 -4255)) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-641) (QUOTE (-138))) (|HasCategory| (-641) (QUOTE (-136))) (|HasCategory| (-641) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-641) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| (-641) (QUOTE (-346))) (|HasCategory| (-641) (QUOTE (-341))) (|HasCategory| (-641) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-641) (QUOTE (-213))) (-2067 (|HasCategory| (-641) (QUOTE (-341))) (|HasCategory| (-641) (QUOTE (-327)))) (|HasCategory| (-641) (QUOTE (-327))) (|HasCategory| (-641) (LIST (QUOTE -265) (QUOTE (-641)) (QUOTE (-641)))) (|HasCategory| (-641) (LIST (QUOTE -288) (QUOTE (-641)))) (|HasCategory| (-641) (LIST (QUOTE -486) (QUOTE (-1092)) (QUOTE (-641)))) (|HasCategory| (-641) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-641) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-641) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-641) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (-2067 (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-341))) (|HasCategory| (-641) (QUOTE (-327)))) (|HasCategory| (-641) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-641) (QUOTE (-953))) (|HasCategory| (-641) (QUOTE (-1114))) (-12 (|HasCategory| (-641) (QUOTE (-934))) (|HasCategory| (-641) (QUOTE (-1114)))) (-2067 (-12 (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844)))) (|HasCategory| (-641) (QUOTE (-341))) (-12 (|HasCategory| (-641) (QUOTE (-327))) (|HasCategory| (-641) (QUOTE (-844))))) (-2067 (-12 (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844)))) (-12 (|HasCategory| (-641) (QUOTE (-341))) (|HasCategory| (-641) (QUOTE (-844)))) (-12 (|HasCategory| (-641) (QUOTE (-327))) (|HasCategory| (-641) (QUOTE (-844))))) (|HasCategory| (-641) (QUOTE (-510))) (-12 (|HasCategory| (-641) (QUOTE (-986))) (|HasCategory| (-641) (QUOTE (-1114)))) (|HasCategory| (-641) (QUOTE (-986))) (-2067 (|HasCategory| (-641) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-641) (QUOTE (-341)))) (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844))) (-2067 (-12 (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844)))) (|HasCategory| (-641) (QUOTE (-341)))) (-2067 (-12 (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844)))) (|HasCategory| (-641) (QUOTE (-517)))) (-12 (|HasCategory| (-641) (QUOTE (-213))) (|HasCategory| (-641) (QUOTE (-341)))) (-12 (|HasCategory| (-641) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-641) (QUOTE (-341)))) (|HasCategory| (-641) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-641) (QUOTE (-789))) (|HasCategory| (-641) (QUOTE (-517))) (|HasAttribute| (-641) (QUOTE -4258)) (|HasAttribute| (-641) (QUOTE -4255)) (-12 (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844)))) (|HasCategory| (-641) (QUOTE (-136)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-641) (QUOTE (-286))) (|HasCategory| (-641) (QUOTE (-844)))) (|HasCategory| (-641) (QUOTE (-327)))))
-(-637 S)
+((-4254 . T) (-4259 |has| (-643) (-343)) (-4253 |has| (-643) (-343)) (-1485 . T) (-4260 |has| (-643) (-6 -4260)) (-4257 |has| (-643) (-6 -4257)) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-643) (QUOTE (-140))) (|HasCategory| (-643) (QUOTE (-138))) (|HasCategory| (-643) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-643) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| (-643) (QUOTE (-348))) (|HasCategory| (-643) (QUOTE (-343))) (|HasCategory| (-643) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-643) (QUOTE (-215))) (-2027 (|HasCategory| (-643) (QUOTE (-343))) (|HasCategory| (-643) (QUOTE (-329)))) (|HasCategory| (-643) (QUOTE (-329))) (|HasCategory| (-643) (LIST (QUOTE -267) (QUOTE (-643)) (QUOTE (-643)))) (|HasCategory| (-643) (LIST (QUOTE -290) (QUOTE (-643)))) (|HasCategory| (-643) (LIST (QUOTE -488) (QUOTE (-1094)) (QUOTE (-643)))) (|HasCategory| (-643) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-643) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-643) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-643) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (-2027 (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-343))) (|HasCategory| (-643) (QUOTE (-329)))) (|HasCategory| (-643) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-643) (QUOTE (-955))) (|HasCategory| (-643) (QUOTE (-1116))) (-12 (|HasCategory| (-643) (QUOTE (-936))) (|HasCategory| (-643) (QUOTE (-1116)))) (-2027 (-12 (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846)))) (|HasCategory| (-643) (QUOTE (-343))) (-12 (|HasCategory| (-643) (QUOTE (-329))) (|HasCategory| (-643) (QUOTE (-846))))) (-2027 (-12 (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846)))) (-12 (|HasCategory| (-643) (QUOTE (-343))) (|HasCategory| (-643) (QUOTE (-846)))) (-12 (|HasCategory| (-643) (QUOTE (-329))) (|HasCategory| (-643) (QUOTE (-846))))) (|HasCategory| (-643) (QUOTE (-512))) (-12 (|HasCategory| (-643) (QUOTE (-988))) (|HasCategory| (-643) (QUOTE (-1116)))) (|HasCategory| (-643) (QUOTE (-988))) (-2027 (|HasCategory| (-643) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-643) (QUOTE (-343)))) (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846))) (-2027 (-12 (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846)))) (|HasCategory| (-643) (QUOTE (-343)))) (-2027 (-12 (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846)))) (|HasCategory| (-643) (QUOTE (-519)))) (-12 (|HasCategory| (-643) (QUOTE (-215))) (|HasCategory| (-643) (QUOTE (-343)))) (-12 (|HasCategory| (-643) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-643) (QUOTE (-343)))) (|HasCategory| (-643) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-643) (QUOTE (-791))) (|HasCategory| (-643) (QUOTE (-519))) (|HasAttribute| (-643) (QUOTE -4260)) (|HasAttribute| (-643) (QUOTE -4257)) (-12 (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846)))) (|HasCategory| (-643) (QUOTE (-138)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-643) (QUOTE (-288))) (|HasCategory| (-643) (QUOTE (-846)))) (|HasCategory| (-643) (QUOTE (-329)))))
+(-639 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}.")))
-((-4260 . T) (-1456 . T))
+((-4262 . T) (-1442 . T))
NIL
-(-638 U)
+(-640 U)
((|constructor| (NIL "This package supports factorization and gcds of univariate polynomials over the integers modulo different primes. The inputs are given as polynomials over the integers with the prime passed explicitly as an extra argument.")) (|exptMod| ((|#1| |#1| (|Integer|) |#1| (|Integer|)) "\\spad{exptMod(f,{}n,{}g,{}p)} raises the univariate polynomial \\spad{f} to the \\spad{n}th power modulo the polynomial \\spad{g} and the prime \\spad{p}.")) (|separateFactors| (((|List| |#1|) (|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|)))) (|Integer|)) "\\spad{separateFactors(ddl,{} p)} refines the distinct degree factorization produced by \\spadfunFrom{ddFact}{ModularDistinctDegreeFactorizer} to give a complete list of factors.")) (|ddFact| (((|List| (|Record| (|:| |factor| |#1|) (|:| |degree| (|Integer|)))) |#1| (|Integer|)) "\\spad{ddFact(f,{}p)} computes a distinct degree factorization of the polynomial \\spad{f} modulo the prime \\spad{p},{} \\spadignore{i.e.} such that each factor is a product of irreducibles of the same degrees. The input polynomial \\spad{f} is assumed to be square-free modulo \\spad{p}.")) (|factor| (((|List| |#1|) |#1| (|Integer|)) "\\spad{factor(f1,{}p)} returns the list of factors of the univariate polynomial \\spad{f1} modulo the integer prime \\spad{p}. Error: if \\spad{f1} is not square-free modulo \\spad{p}.")) (|linears| ((|#1| |#1| (|Integer|)) "\\spad{linears(f,{}p)} returns the product of all the linear factors of \\spad{f} modulo \\spad{p}. Potentially incorrect result if \\spad{f} is not square-free modulo \\spad{p}.")) (|gcd| ((|#1| |#1| |#1| (|Integer|)) "\\spad{gcd(f1,{}f2,{}p)} computes the \\spad{gcd} of the univariate polynomials \\spad{f1} and \\spad{f2} modulo the integer prime \\spad{p}.")))
NIL
NIL
-(-639)
+(-641)
((|constructor| (NIL "\\indented{1}{<description of package>} Author: Jim Wen Date Created: \\spad{??} Date Last Updated: October 1991 by Jon Steinbach Keywords: Examples: References:")) (|ptFunc| (((|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|))) "\\spad{ptFunc(a,{}b,{}c,{}d)} is an internal function exported in order to compile packages.")) (|meshPar1Var| (((|ThreeSpace| (|DoubleFloat|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Expression| (|Integer|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar1Var(s,{}t,{}u,{}f,{}s1,{}l)} \\undocumented")) (|meshFun2Var| (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Union| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "undefined") (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshFun2Var(f,{}g,{}s1,{}s2,{}l)} \\undocumented")) (|meshPar2Var| (((|ThreeSpace| (|DoubleFloat|)) (|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(sp,{}f,{}s1,{}s2,{}l)} \\undocumented") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(f,{}s1,{}s2,{}l)} \\undocumented") (((|ThreeSpace| (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) (|Union| (|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "undefined") (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|List| (|DrawOption|))) "\\spad{meshPar2Var(f,{}g,{}h,{}j,{}s1,{}s2,{}l)} \\undocumented")))
NIL
NIL
-(-640 OV E -1834 PG)
+(-642 OV E -1819 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
-(-641)
+(-643)
((|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|)) "\\spad{base()} returns the base of the model") (((|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}")))
-((-1485 . T) (-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-1474 . T) (-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-642 R)
+(-644 R)
((|constructor| (NIL "\\indented{1}{Modular hermitian row reduction.} Author: Manuel Bronstein Date Created: 22 February 1989 Date Last Updated: 24 November 1993 Keywords: matrix,{} reduction.")) (|normalizedDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{normalizedDivide(n,{}d)} returns a normalized quotient and remainder such that consistently unique representatives for the residue class are chosen,{} \\spadignore{e.g.} positive remainders")) (|rowEchelonLocal| (((|Matrix| |#1|) (|Matrix| |#1|) |#1| |#1|) "\\spad{rowEchelonLocal(m,{} d,{} p)} computes the row-echelon form of \\spad{m} concatenated with \\spad{d} times the identity matrix over a local ring where \\spad{p} is the only prime.")) (|rowEchLocal| (((|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rowEchLocal(m,{}p)} computes a modular row-echelon form of \\spad{m},{} finding an appropriate modulus over a local ring where \\spad{p} is the only prime.")) (|rowEchelon| (((|Matrix| |#1|) (|Matrix| |#1|) |#1|) "\\spad{rowEchelon(m,{} d)} computes a modular row-echelon form mod \\spad{d} of \\indented{3}{[\\spad{d}\\space{5}]} \\indented{3}{[\\space{2}\\spad{d}\\space{3}]} \\indented{3}{[\\space{4}. ]} \\indented{3}{[\\space{5}\\spad{d}]} \\indented{3}{[\\space{3}\\spad{M}\\space{2}]} where \\spad{M = m mod d}.")) (|rowEch| (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{rowEch(m)} computes a modular row-echelon form of \\spad{m},{} finding an appropriate modulus.")))
NIL
NIL
-(-643)
+(-645)
((|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}")))
-((-4258 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4260 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-644 S D1 D2 I)
+(-646 S D1 D2 I)
((|constructor| (NIL "transforms top-level objects into compiled functions.")) (|compiledFunction| (((|Mapping| |#4| |#2| |#3|) |#1| (|Symbol|) (|Symbol|)) "\\spad{compiledFunction(expr,{}x,{}y)} returns a function \\spad{f: (D1,{} D2) -> I} defined by \\spad{f(x,{} y) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\spad{(D1,{} D2)}")) (|binaryFunction| (((|Mapping| |#4| |#2| |#3|) (|Symbol|)) "\\spad{binaryFunction(s)} is a local function")))
NIL
NIL
-(-645 S)
+(-647 S)
((|constructor| (NIL "MakeCachableSet(\\spad{S}) returns a cachable set which is equal to \\spad{S} as a set.")) (|coerce| (($ |#1|) "\\spad{coerce(s)} returns \\spad{s} viewed as an element of \\%.")))
NIL
NIL
-(-646 S)
+(-648 S)
((|constructor| (NIL "MakeFloatCompiledFunction transforms top-level objects into compiled Lisp functions whose arguments are Lisp floats. This by-passes the \\Language{} compiler and interpreter,{} thereby gaining several orders of magnitude.")) (|makeFloatFunction| (((|Mapping| (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) |#1| (|Symbol|) (|Symbol|)) "\\spad{makeFloatFunction(expr,{} x,{} y)} returns a Lisp function \\spad{f: (\\axiomType{DoubleFloat},{} \\axiomType{DoubleFloat}) -> \\axiomType{DoubleFloat}} defined by \\spad{f(x,{} y) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\spad{(\\axiomType{DoubleFloat},{} \\axiomType{DoubleFloat})}.") (((|Mapping| (|DoubleFloat|) (|DoubleFloat|)) |#1| (|Symbol|)) "\\spad{makeFloatFunction(expr,{} x)} returns a Lisp function \\spad{f: \\axiomType{DoubleFloat} -> \\axiomType{DoubleFloat}} defined by \\spad{f(x) == expr}. Function \\spad{f} is compiled and directly applicable to objects of type \\axiomType{DoubleFloat}.")))
NIL
NIL
-(-647 S)
+(-649 S)
((|constructor| (NIL "transforms top-level objects into interpreter functions.")) (|function| (((|Symbol|) |#1| (|Symbol|) (|List| (|Symbol|))) "\\spad{function(e,{} foo,{} [x1,{}...,{}xn])} creates a function \\spad{foo(x1,{}...,{}xn) == e}.") (((|Symbol|) |#1| (|Symbol|) (|Symbol|) (|Symbol|)) "\\spad{function(e,{} foo,{} x,{} y)} creates a function \\spad{foo(x,{} y) = e}.") (((|Symbol|) |#1| (|Symbol|) (|Symbol|)) "\\spad{function(e,{} foo,{} x)} creates a function \\spad{foo(x) == e}.") (((|Symbol|) |#1| (|Symbol|)) "\\spad{function(e,{} foo)} creates a function \\spad{foo() == e}.")))
NIL
NIL
-(-648 S T$)
+(-650 S T$)
((|constructor| (NIL "MakeRecord is used internally by the interpreter to create record types which are used for doing parallel iterations on streams.")) (|makeRecord| (((|Record| (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) "\\spad{makeRecord(a,{}b)} creates a record object with type Record(part1:S,{} part2:R),{} where part1 is \\spad{a} and part2 is \\spad{b}.")))
NIL
NIL
-(-649 S -2401 I)
+(-651 S -2369 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
-(-650 E OV R P)
+(-652 E OV R P)
((|constructor| (NIL "This package provides the functions for the multivariate \"lifting\",{} using an algorithm of Paul Wang. This package will work for every euclidean domain \\spad{R} which has property \\spad{F},{} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}.")) (|lifting1| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|List| |#4|) (|List| (|List| (|Record| (|:| |expt| (|NonNegativeInteger|)) (|:| |pcoef| |#4|)))) (|List| (|NonNegativeInteger|)) (|Vector| (|List| (|SparseUnivariatePolynomial| |#3|))) |#3|) "\\spad{lifting1(u,{}lv,{}lu,{}lr,{}lp,{}lt,{}ln,{}t,{}r)} \\undocumented")) (|lifting| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|SparseUnivariatePolynomial| |#3|)) (|List| |#3|) (|List| |#4|) (|List| (|NonNegativeInteger|)) |#3|) "\\spad{lifting(u,{}lv,{}lu,{}lr,{}lp,{}ln,{}r)} \\undocumented")) (|corrPoly| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| |#3|) (|List| (|NonNegativeInteger|)) (|List| (|SparseUnivariatePolynomial| |#4|)) (|Vector| (|List| (|SparseUnivariatePolynomial| |#3|))) |#3|) "\\spad{corrPoly(u,{}lv,{}lr,{}ln,{}lu,{}t,{}r)} \\undocumented")))
NIL
NIL
-(-651 R)
+(-653 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)}.}")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-652 R1 UP1 UPUP1 R2 UP2 UPUP2)
+(-654 R1 UP1 UPUP1 R2 UP2 UPUP2)
((|constructor| (NIL "Lifting of a map through 2 levels of polynomials.")) (|map| ((|#6| (|Mapping| |#4| |#1|) |#3|) "\\spad{map(f,{} p)} lifts \\spad{f} to the domain of \\spad{p} then applies it to \\spad{p}.")))
NIL
NIL
-(-653)
+(-655)
((|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
-(-654 R |Mod| -2600 -3212 |exactQuo|)
+(-656 R |Mod| -3103 -2965 |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")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-655 R |Rep|)
+(-657 R |Rep|)
((|constructor| (NIL "This package \\undocumented")) (|frobenius| (($ $) "\\spad{frobenius(x)} \\undocumented")) (|computePowers| (((|PrimitiveArray| $)) "\\spad{computePowers()} \\undocumented")) (|pow| (((|PrimitiveArray| $)) "\\spad{pow()} \\undocumented")) (|An| (((|Vector| |#1|) $) "\\spad{An(x)} \\undocumented")) (|UnVectorise| (($ (|Vector| |#1|)) "\\spad{UnVectorise(v)} \\undocumented")) (|Vectorise| (((|Vector| |#1|) $) "\\spad{Vectorise(x)} \\undocumented")) (|coerce| (($ |#2|) "\\spad{coerce(x)} \\undocumented")) (|lift| ((|#2| $) "\\spad{lift(x)} \\undocumented")) (|reduce| (($ |#2|) "\\spad{reduce(x)} \\undocumented")) (|modulus| ((|#2|) "\\spad{modulus()} \\undocumented")) (|setPoly| ((|#2| |#2|) "\\spad{setPoly(x)} \\undocumented")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4255 |has| |#1| (-341)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-327))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasCategory| |#1| (QUOTE (-213))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-656 IS E |ff|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4257 |has| |#1| (-343)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-329))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasCategory| |#1| (QUOTE (-215))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-658 IS E |ff|)
((|constructor| (NIL "This package \\undocumented")) (|construct| (($ |#1| |#2|) "\\spad{construct(i,{}e)} \\undocumented")) (|coerce| (((|Record| (|:| |index| |#1|) (|:| |exponent| |#2|)) $) "\\spad{coerce(x)} \\undocumented") (($ (|Record| (|:| |index| |#1|) (|:| |exponent| |#2|))) "\\spad{coerce(x)} \\undocumented")) (|index| ((|#1| $) "\\spad{index(x)} \\undocumented")) (|exponent| ((|#2| $) "\\spad{exponent(x)} \\undocumented")))
NIL
NIL
-(-657 R M)
+(-659 R M)
((|constructor| (NIL "Algebra of ADDITIVE operators on a module.")) (|makeop| (($ |#1| (|FreeGroup| (|BasicOperator|))) "\\spad{makeop should} be local but conditional")) (|opeval| ((|#2| (|BasicOperator|) |#2|) "\\spad{opeval should} be local but conditional")) (** (($ $ (|Integer|)) "\\spad{op**n} \\undocumented") (($ (|BasicOperator|) (|Integer|)) "\\spad{op**n} \\undocumented")) (|evaluateInverse| (($ $ (|Mapping| |#2| |#2|)) "\\spad{evaluateInverse(x,{}f)} \\undocumented")) (|evaluate| (($ $ (|Mapping| |#2| |#2|)) "\\spad{evaluate(f,{} u +-> g u)} attaches the map \\spad{g} to \\spad{f}. \\spad{f} must be a basic operator \\spad{g} MUST be additive,{} \\spadignore{i.e.} \\spad{g(a + b) = g(a) + g(b)} for any \\spad{a},{} \\spad{b} in \\spad{M}. This implies that \\spad{g(n a) = n g(a)} for any \\spad{a} in \\spad{M} and integer \\spad{n > 0}.")) (|conjug| ((|#1| |#1|) "\\spad{conjug(x)}should be local but conditional")) (|adjoint| (($ $ $) "\\spad{adjoint(op1,{} op2)} sets the adjoint of \\spad{op1} to be op2. \\spad{op1} must be a basic operator") (($ $) "\\spad{adjoint(op)} returns the adjoint of the operator \\spad{op}.")))
-((-4254 |has| |#1| (-160)) (-4253 |has| |#1| (-160)) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))))
-(-658 R |Mod| -2600 -3212 |exactQuo|)
+((-4256 |has| |#1| (-162)) (-4255 |has| |#1| (-162)) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))))
+(-660 R |Mod| -3103 -2965 |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")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-659 S R)
+(-661 S R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
NIL
NIL
-(-660 R)
+(-662 R)
((|constructor| (NIL "The category of modules over a commutative ring. \\blankline")))
-((-4254 . T) (-4253 . T))
+((-4256 . T) (-4255 . T))
NIL
-(-661 -1834)
+(-663 -1819)
((|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]]}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-662 S)
+(-664 S)
((|constructor| (NIL "Monad is the class of all multiplicative monads,{} \\spadignore{i.e.} sets with a binary operation.")) (** (($ $ (|PositiveInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|PositiveInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}1) := a}.")) (|rightPower| (($ $ (|PositiveInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}1) := a}.")) (* (($ $ $) "\\spad{a*b} is the product of \\spad{a} and \\spad{b} in a set with a binary operation.")))
NIL
NIL
-(-663)
+(-665)
((|constructor| (NIL "Monad is the class of all multiplicative monads,{} \\spadignore{i.e.} sets with a binary operation.")) (** (($ $ (|PositiveInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|PositiveInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}1) := a}.")) (|rightPower| (($ $ (|PositiveInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}1) := a}.")) (* (($ $ $) "\\spad{a*b} is the product of \\spad{a} and \\spad{b} in a set with a binary operation.")))
NIL
NIL
-(-664 S)
+(-666 S)
((|constructor| (NIL "\\indented{1}{MonadWithUnit is the class of multiplicative monads with unit,{}} \\indented{1}{\\spadignore{i.e.} sets with a binary operation and a unit element.} Axioms \\indented{3}{leftIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{3}\\tab{30} 1*x=x} \\indented{3}{rightIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{2}\\tab{30} x*1=x} Common Additional Axioms \\indented{3}{unitsKnown---if \"recip\" says \"failed\",{} that PROVES input wasn\\spad{'t} a unit}")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|NonNegativeInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}0) := 1}.")) (|rightPower| (($ $ (|NonNegativeInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}0) := 1}.")) (|one?| (((|Boolean|) $) "\\spad{one?(a)} tests whether \\spad{a} is the unit 1.")) ((|One|) (($) "1 returns the unit element,{} denoted by 1.")))
NIL
NIL
-(-665)
+(-667)
((|constructor| (NIL "\\indented{1}{MonadWithUnit is the class of multiplicative monads with unit,{}} \\indented{1}{\\spadignore{i.e.} sets with a binary operation and a unit element.} Axioms \\indented{3}{leftIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{3}\\tab{30} 1*x=x} \\indented{3}{rightIdentity(\"*\":(\\%,{}\\%)\\spad{->}\\%,{}1)\\space{2}\\tab{30} x*1=x} Common Additional Axioms \\indented{3}{unitsKnown---if \"recip\" says \"failed\",{} that PROVES input wasn\\spad{'t} a unit}")) (|rightRecip| (((|Union| $ "failed") $) "\\spad{rightRecip(a)} returns an element,{} which is a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|leftRecip| (((|Union| $ "failed") $) "\\spad{leftRecip(a)} returns an element,{} which is a left inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (|recip| (((|Union| $ "failed") $) "\\spad{recip(a)} returns an element,{} which is both a left and a right inverse of \\spad{a},{} or \\spad{\"failed\"} if such an element doesn\\spad{'t} exist or cannot be determined (see unitsKnown).")) (** (($ $ (|NonNegativeInteger|)) "\\spad{a**n} returns the \\spad{n}\\spad{-}th power of \\spad{a},{} defined by repeated squaring.")) (|leftPower| (($ $ (|NonNegativeInteger|)) "\\spad{leftPower(a,{}n)} returns the \\spad{n}\\spad{-}th left power of \\spad{a},{} \\spadignore{i.e.} \\spad{leftPower(a,{}n) := a * leftPower(a,{}n-1)} and \\spad{leftPower(a,{}0) := 1}.")) (|rightPower| (($ $ (|NonNegativeInteger|)) "\\spad{rightPower(a,{}n)} returns the \\spad{n}\\spad{-}th right power of \\spad{a},{} \\spadignore{i.e.} \\spad{rightPower(a,{}n) := rightPower(a,{}n-1) * a} and \\spad{rightPower(a,{}0) := 1}.")) (|one?| (((|Boolean|) $) "\\spad{one?(a)} tests whether \\spad{a} is the unit 1.")) ((|One|) (($) "1 returns the unit element,{} denoted by 1.")))
NIL
NIL
-(-666 S R UP)
+(-668 S R UP)
((|constructor| (NIL "A \\spadtype{MonogenicAlgebra} is an algebra of finite rank which can be generated by a single element.")) (|derivationCoordinates| (((|Matrix| |#2|) (|Vector| $) (|Mapping| |#2| |#2|)) "\\spad{derivationCoordinates(b,{} ')} returns \\spad{M} such that \\spad{b' = M b}.")) (|lift| ((|#3| $) "\\spad{lift(z)} returns a minimal degree univariate polynomial up such that \\spad{z=reduce up}.")) (|convert| (($ |#3|) "\\spad{convert(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|reduce| (((|Union| $ "failed") (|Fraction| |#3|)) "\\spad{reduce(frac)} converts the fraction \\spad{frac} to an algebra element.") (($ |#3|) "\\spad{reduce(up)} converts the univariate polynomial \\spad{up} to an algebra element,{} reducing by the \\spad{definingPolynomial()} if necessary.")) (|definingPolynomial| ((|#3|) "\\spad{definingPolynomial()} returns the minimal polynomial which \\spad{generator()} satisfies.")) (|generator| (($) "\\spad{generator()} returns the generator for this domain.")))
NIL
-((|HasCategory| |#2| (QUOTE (-327))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-346))))
-(-667 R UP)
+((|HasCategory| |#2| (QUOTE (-329))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-348))))
+(-669 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.")))
-((-4252 |has| |#1| (-341)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 |has| |#1| (-343)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-668 S)
+(-670 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.")) (** (($ $ (|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
-(-669)
+(-671)
((|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.")) (** (($ $ (|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
-(-670 -1834 UP)
+(-672 -1819 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
-(-671 |VarSet| E1 E2 R S PR PS)
+(-673 |VarSet| E1 E2 R S PR PS)
((|constructor| (NIL "\\indented{1}{Utilities for MPolyCat} Author: Manuel Bronstein Date Created: 1987 Date Last Updated: 28 March 1990 (\\spad{PG})")) (|reshape| ((|#7| (|List| |#5|) |#6|) "\\spad{reshape(l,{}p)} \\undocumented")) (|map| ((|#7| (|Mapping| |#5| |#4|) |#6|) "\\spad{map(f,{}p)} \\undocumented")))
NIL
NIL
-(-672 |Vars1| |Vars2| E1 E2 R PR1 PR2)
+(-674 |Vars1| |Vars2| E1 E2 R PR1 PR2)
((|constructor| (NIL "This package \\undocumented")) (|map| ((|#7| (|Mapping| |#2| |#1|) |#6|) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-673 E OV R PPR)
+(-675 E OV R PPR)
((|constructor| (NIL "\\indented{3}{This package exports a factor operation for multivariate polynomials} with coefficients which are polynomials over some ring \\spad{R} over which we can factor. It is used internally by packages such as the solve package which need to work with polynomials in a specific set of variables with coefficients which are polynomials in all the other variables.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors a polynomial with polynomial coefficients.")) (|variable| (((|Union| $ "failed") (|Symbol|)) "\\spad{variable(s)} makes an element from symbol \\spad{s} or fails.")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-674 |vl| R)
+(-676 |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.")))
-(((-4261 "*") |has| |#2| (-160)) (-4252 |has| |#2| (-517)) (-4257 |has| |#2| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-844))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-517)))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-800 |#1|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#2| (QUOTE -4257)) (|HasCategory| |#2| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-136)))))
-(-675 E OV R PRF)
+(((-4263 "*") |has| |#2| (-162)) (-4254 |has| |#2| (-519)) (-4259 |has| |#2| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-846))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-519)))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-802 |#1|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#2| (QUOTE -4259)) (|HasCategory| |#2| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-138)))))
+(-677 E OV R PRF)
((|constructor| (NIL "\\indented{3}{This package exports a factor operation for multivariate polynomials} with coefficients which are rational functions over some ring \\spad{R} over which we can factor. It is used internally by packages such as primary decomposition which need to work with polynomials with rational function coefficients,{} \\spadignore{i.e.} themselves fractions of polynomials.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(prf)} factors a polynomial with rational function coefficients.")) (|pushuconst| ((|#4| (|Fraction| (|Polynomial| |#3|)) |#2|) "\\spad{pushuconst(r,{}var)} takes a rational function and raises all occurances of the variable \\spad{var} to the polynomial level.")) (|pushucoef| ((|#4| (|SparseUnivariatePolynomial| (|Polynomial| |#3|)) |#2|) "\\spad{pushucoef(upoly,{}var)} converts the anonymous univariate polynomial \\spad{upoly} to a polynomial in \\spad{var} over rational functions.")) (|pushup| ((|#4| |#4| |#2|) "\\spad{pushup(prf,{}var)} raises all occurences of the variable \\spad{var} in the coefficients of the polynomial \\spad{prf} back to the polynomial level.")) (|pushdterm| ((|#4| (|SparseUnivariatePolynomial| |#4|) |#2|) "\\spad{pushdterm(monom,{}var)} pushes all top level occurences of the variable \\spad{var} into the coefficient domain for the monomial \\spad{monom}.")) (|pushdown| ((|#4| |#4| |#2|) "\\spad{pushdown(prf,{}var)} pushes all top level occurences of the variable \\spad{var} into the coefficient domain for the polynomial \\spad{prf}.")) (|totalfract| (((|Record| (|:| |sup| (|Polynomial| |#3|)) (|:| |inf| (|Polynomial| |#3|))) |#4|) "\\spad{totalfract(prf)} takes a polynomial whose coefficients are themselves fractions of polynomials and returns a record containing the numerator and denominator resulting from putting \\spad{prf} over a common denominator.")) (|convert| (((|Symbol|) $) "\\spad{convert(x)} converts \\spad{x} to a symbol")))
NIL
NIL
-(-676 E OV R P)
+(-678 E OV R P)
((|constructor| (NIL "\\indented{1}{MRationalFactorize contains the factor function for multivariate} polynomials over the quotient field of a ring \\spad{R} such that the package MultivariateFactorize can factor multivariate polynomials over \\spad{R}.")) (|factor| (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} with coefficients which are fractions of elements of \\spad{R}.")))
NIL
NIL
-(-677 R S M)
+(-679 R S M)
((|constructor| (NIL "MonoidRingFunctions2 implements functions between two monoid rings defined with the same monoid over different rings.")) (|map| (((|MonoidRing| |#2| |#3|) (|Mapping| |#2| |#1|) (|MonoidRing| |#1| |#3|)) "\\spad{map(f,{}u)} maps \\spad{f} onto the coefficients \\spad{f} the element \\spad{u} of the monoid ring to create an element of a monoid ring with the same monoid \\spad{b}.")))
NIL
NIL
-(-678 R M)
+(-680 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}.")))
-((-4254 |has| |#1| (-160)) (-4253 |has| |#1| (-160)) (-4256 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#2| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-789))))
-(-679 S)
+((-4256 |has| |#1| (-162)) (-4255 |has| |#1| (-162)) (-4258 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#2| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-791))))
+(-681 S)
((|constructor| (NIL "A multi-set aggregate is a set which keeps track of the multiplicity of its elements.")))
-((-4249 . T) (-4260 . T) (-1456 . T))
+((-4251 . T) (-4262 . T) (-1442 . T))
NIL
-(-680 S)
+(-682 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}.")))
-((-4259 . T) (-4249 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-681)
+((-4261 . T) (-4251 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-683)
((|constructor| (NIL "\\spadtype{MoreSystemCommands} implements an interface with the system command facility. These are the commands that are issued from source files or the system interpreter and they start with a close parenthesis,{} \\spadignore{e.g.} \\spadsyscom{what} commands.")) (|systemCommand| (((|Void|) (|String|)) "\\spad{systemCommand(cmd)} takes the string \\spadvar{\\spad{cmd}} and passes it to the runtime environment for execution as a system command. Although various things may be printed,{} no usable value is returned.")))
NIL
NIL
-(-682 S)
+(-684 S)
((|constructor| (NIL "This package exports tools for merging lists")) (|mergeDifference| (((|List| |#1|) (|List| |#1|) (|List| |#1|)) "\\spad{mergeDifference(l1,{}l2)} returns a list of elements in \\spad{l1} not present in \\spad{l2}. Assumes lists are ordered and all \\spad{x} in \\spad{l2} are also in \\spad{l1}.")))
NIL
NIL
-(-683 |Coef| |Var|)
+(-685 |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}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4254 . T) (-4253 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-684 OV E R P)
+(-686 OV E R P)
((|constructor| (NIL "\\indented{2}{This is the top level package for doing multivariate factorization} over basic domains like \\spadtype{Integer} or \\spadtype{Fraction Integer}.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} over its coefficient domain where \\spad{p} is represented as a univariate polynomial with multivariate coefficients") (((|Factored| |#4|) |#4|) "\\spad{factor(p)} factors the multivariate polynomial \\spad{p} over its coefficient domain")))
NIL
NIL
-(-685 E OV R P)
+(-687 E OV R P)
((|constructor| (NIL "Author : \\spad{P}.Gianni This package provides the functions for the computation of the square free decomposition of a multivariate polynomial. It uses the package GenExEuclid for the resolution of the equation \\spad{Af + Bg = h} and its generalization to \\spad{n} polynomials over an integral domain and the package \\spad{MultivariateLifting} for the \"multivariate\" lifting.")) (|normDeriv2| (((|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#3|) (|Integer|)) "\\spad{normDeriv2 should} be local")) (|myDegree| (((|List| (|NonNegativeInteger|)) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|NonNegativeInteger|)) "\\spad{myDegree should} be local")) (|lift| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#3|) (|SparseUnivariatePolynomial| |#3|) |#4| (|List| |#2|) (|List| (|NonNegativeInteger|)) (|List| |#3|)) "\\spad{lift should} be local")) (|check| (((|Boolean|) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|)))) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) "\\spad{check should} be local")) (|coefChoose| ((|#4| (|Integer|) (|Factored| |#4|)) "\\spad{coefChoose should} be local")) (|intChoose| (((|Record| (|:| |upol| (|SparseUnivariatePolynomial| |#3|)) (|:| |Lval| (|List| |#3|)) (|:| |Lfact| (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) (|:| |ctpol| |#3|)) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|List| |#3|))) "\\spad{intChoose should} be local")) (|nsqfree| (((|Record| (|:| |unitPart| |#4|) (|:| |suPart| (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#4|)) (|:| |exponent| (|Integer|)))))) (|SparseUnivariatePolynomial| |#4|) (|List| |#2|) (|List| (|List| |#3|))) "\\spad{nsqfree should} be local")) (|consnewpol| (((|Record| (|:| |pol| (|SparseUnivariatePolynomial| |#4|)) (|:| |polval| (|SparseUnivariatePolynomial| |#3|))) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#3|) (|Integer|)) "\\spad{consnewpol should} be local")) (|univcase| (((|Factored| |#4|) |#4| |#2|) "\\spad{univcase should} be local")) (|compdegd| (((|Integer|) (|List| (|Record| (|:| |factor| (|SparseUnivariatePolynomial| |#3|)) (|:| |exponent| (|Integer|))))) "\\spad{compdegd should} be local")) (|squareFreePrim| (((|Factored| |#4|) |#4|) "\\spad{squareFreePrim(p)} compute the square free decomposition of a primitive multivariate polynomial \\spad{p}.")) (|squareFree| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{squareFree(p)} computes the square free decomposition of a multivariate polynomial \\spad{p} presented as a univariate polynomial with multivariate coefficients.") (((|Factored| |#4|) |#4|) "\\spad{squareFree(p)} computes the square free decomposition of a multivariate polynomial \\spad{p}.")))
NIL
NIL
-(-686 S R)
+(-688 S R)
((|constructor| (NIL "NonAssociativeAlgebra is the category of non associative algebras (modules which are themselves non associative rngs). Axioms \\indented{3}{\\spad{r*}(a*b) = (r*a)\\spad{*b} = a*(\\spad{r*b})}")) (|plenaryPower| (($ $ (|PositiveInteger|)) "\\spad{plenaryPower(a,{}n)} is recursively defined to be \\spad{plenaryPower(a,{}n-1)*plenaryPower(a,{}n-1)} for \\spad{n>1} and \\spad{a} for \\spad{n=1}.")))
NIL
NIL
-(-687 R)
+(-689 R)
((|constructor| (NIL "NonAssociativeAlgebra is the category of non associative algebras (modules which are themselves non associative rngs). Axioms \\indented{3}{\\spad{r*}(a*b) = (r*a)\\spad{*b} = a*(\\spad{r*b})}")) (|plenaryPower| (($ $ (|PositiveInteger|)) "\\spad{plenaryPower(a,{}n)} is recursively defined to be \\spad{plenaryPower(a,{}n-1)*plenaryPower(a,{}n-1)} for \\spad{n>1} and \\spad{a} for \\spad{n=1}.")))
-((-4254 . T) (-4253 . T))
+((-4256 . T) (-4255 . T))
NIL
-(-688)
+(-690)
((|constructor| (NIL "This package uses the NAG Library to compute the zeros of a polynomial with real or complex coefficients. See \\downlink{Manual Page}{manpageXXc02}.")) (|c02agf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Boolean|) (|Integer|)) "\\spad{c02agf(a,{}n,{}scale,{}ifail)} finds all the roots of a real polynomial equation,{} using a variant of Laguerre\\spad{'s} Method. See \\downlink{Manual Page}{manpageXXc02agf}.")) (|c02aff| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Boolean|) (|Integer|)) "\\spad{c02aff(a,{}n,{}scale,{}ifail)} finds all the roots of a complex polynomial equation,{} using a variant of Laguerre\\spad{'s} Method. See \\downlink{Manual Page}{manpageXXc02aff}.")))
NIL
NIL
-(-689)
+(-691)
((|constructor| (NIL "This package uses the NAG Library to calculate real zeros of continuous real functions of one or more variables. (Complex equations must be expressed in terms of the equivalent larger system of real equations.) See \\downlink{Manual Page}{manpageXXc05}.")) (|c05pbf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp35| FCN)))) "\\spad{c05pbf(n,{}ldfjac,{}lwa,{}x,{}xtol,{}ifail,{}fcn)} is an easy-to-use routine to find a solution of a system of nonlinear equations by a modification of the Powell hybrid method. The user must provide the Jacobian. See \\downlink{Manual Page}{manpageXXc05pbf}.")) (|c05nbf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp6| FCN)))) "\\spad{c05nbf(n,{}lwa,{}x,{}xtol,{}ifail,{}fcn)} is an easy-to-use routine to find a solution of a system of nonlinear equations by a modification of the Powell hybrid method. See \\downlink{Manual Page}{manpageXXc05nbf}.")) (|c05adf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{c05adf(a,{}b,{}eps,{}eta,{}ifail,{}f)} locates a zero of a continuous function in a given interval by a combination of the methods of linear interpolation,{} extrapolation and bisection. See \\downlink{Manual Page}{manpageXXc05adf}.")))
NIL
NIL
-(-690)
+(-692)
((|constructor| (NIL "This package uses the NAG Library to calculate the discrete Fourier transform of a sequence of real or complex data values,{} and applies it to calculate convolutions and correlations. See \\downlink{Manual Page}{manpageXXc06}.")) (|c06gsf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gsf(m,{}n,{}x,{}ifail)} takes \\spad{m} Hermitian sequences,{} each containing \\spad{n} data values,{} and forms the real and imaginary parts of the \\spad{m} corresponding complex sequences. See \\downlink{Manual Page}{manpageXXc06gsf}.")) (|c06gqf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gqf(m,{}n,{}x,{}ifail)} forms the complex conjugates,{} each containing \\spad{n} data values. See \\downlink{Manual Page}{manpageXXc06gqf}.")) (|c06gcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gcf(n,{}y,{}ifail)} forms the complex conjugate of a sequence of \\spad{n} data values. See \\downlink{Manual Page}{manpageXXc06gcf}.")) (|c06gbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06gbf(n,{}x,{}ifail)} forms the complex conjugate of \\spad{n} data values. See \\downlink{Manual Page}{manpageXXc06gbf}.")) (|c06fuf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06fuf(m,{}n,{}init,{}x,{}y,{}trigm,{}trign,{}ifail)} computes the two-dimensional discrete Fourier transform of a bivariate sequence of complex data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06fuf}.")) (|c06frf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06frf(m,{}n,{}init,{}x,{}y,{}trig,{}ifail)} computes the discrete Fourier transforms of \\spad{m} sequences,{} each containing \\spad{n} complex data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06frf}.")) (|c06fqf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06fqf(m,{}n,{}init,{}x,{}trig,{}ifail)} computes the discrete Fourier transforms of \\spad{m} Hermitian sequences,{} each containing \\spad{n} complex data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06fqf}.")) (|c06fpf| (((|Result|) (|Integer|) (|Integer|) (|String|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06fpf(m,{}n,{}init,{}x,{}trig,{}ifail)} computes the discrete Fourier transforms of \\spad{m} sequences,{} each containing \\spad{n} real data values. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXc06fpf}.")) (|c06ekf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06ekf(job,{}n,{}x,{}y,{}ifail)} calculates the circular convolution of two real vectors of period \\spad{n}. No extra workspace is required. See \\downlink{Manual Page}{manpageXXc06ekf}.")) (|c06ecf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06ecf(n,{}x,{}y,{}ifail)} calculates the discrete Fourier transform of a sequence of \\spad{n} complex data values. (No extra workspace required.) See \\downlink{Manual Page}{manpageXXc06ecf}.")) (|c06ebf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06ebf(n,{}x,{}ifail)} calculates the discrete Fourier transform of a Hermitian sequence of \\spad{n} complex data values. (No extra workspace required.) See \\downlink{Manual Page}{manpageXXc06ebf}.")) (|c06eaf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{c06eaf(n,{}x,{}ifail)} calculates the discrete Fourier transform of a sequence of \\spad{n} real data values. (No extra workspace required.) See \\downlink{Manual Page}{manpageXXc06eaf}.")))
NIL
NIL
-(-691)
+(-693)
((|constructor| (NIL "This package uses the NAG Library to calculate the numerical value of definite integrals in one or more dimensions and to evaluate weights and abscissae of integration rules. See \\downlink{Manual Page}{manpageXXd01}.")) (|d01gbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp4| FUNCTN)))) "\\spad{d01gbf(ndim,{}a,{}b,{}maxcls,{}eps,{}lenwrk,{}mincls,{}wrkstr,{}ifail,{}functn)} returns an approximation to the integral of a function over a hyper-rectangular region,{} using a Monte Carlo method. An approximate relative error estimate is also returned. This routine is suitable for low accuracy work. See \\downlink{Manual Page}{manpageXXd01gbf}.")) (|d01gaf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|)) "\\spad{d01gaf(x,{}y,{}n,{}ifail)} integrates a function which is specified numerically at four or more points,{} over the whole of its specified range,{} using third-order finite-difference formulae with error estimates,{} according to a method due to Gill and Miller. See \\downlink{Manual Page}{manpageXXd01gaf}.")) (|d01fcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp4| FUNCTN)))) "\\spad{d01fcf(ndim,{}a,{}b,{}maxpts,{}eps,{}lenwrk,{}minpts,{}ifail,{}functn)} attempts to evaluate a multi-dimensional integral (up to 15 dimensions),{} with constant and finite limits,{} to a specified relative accuracy,{} using an adaptive subdivision strategy. See \\downlink{Manual Page}{manpageXXd01fcf}.")) (|d01bbf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{d01bbf(a,{}b,{}itype,{}n,{}gtype,{}ifail)} returns the weight appropriate to a Gaussian quadrature. The formulae provided are Gauss-Legendre,{} Gauss-Rational,{} Gauss- Laguerre and Gauss-Hermite. See \\downlink{Manual Page}{manpageXXd01bbf}.")) (|d01asf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01asf(a,{}omega,{}key,{}epsabs,{}limlst,{}lw,{}liw,{}ifail,{}g)} calculates an approximation to the sine or the cosine transform of a function \\spad{g} over [a,{}infty): See \\downlink{Manual Page}{manpageXXd01asf}.")) (|d01aqf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01aqf(a,{}b,{}c,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}g)} calculates an approximation to the Hilbert transform of a function \\spad{g}(\\spad{x}) over [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01aqf}.")) (|d01apf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01apf(a,{}b,{}alfa,{}beta,{}key,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}g)} is an adaptive integrator which calculates an approximation to the integral of a function \\spad{g}(\\spad{x})\\spad{w}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01apf}.")) (|d01anf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| G)))) "\\spad{d01anf(a,{}b,{}omega,{}key,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}g)} calculates an approximation to the sine or the cosine transform of a function \\spad{g} over [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01anf}.")) (|d01amf| (((|Result|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01amf(bound,{}inf,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over an infinite or semi-infinite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01amf}.")) (|d01alf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01alf(a,{}b,{}npts,{}points,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} is a general purpose integrator which calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01alf}.")) (|d01akf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01akf(a,{}b,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} is an adaptive integrator,{} especially suited to oscillating,{} non-singular integrands,{} which calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01akf}.")) (|d01ajf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp1| F)))) "\\spad{d01ajf(a,{}b,{}epsabs,{}epsrel,{}lw,{}liw,{}ifail,{}f)} is a general-purpose integrator which calculates an approximation to the integral of a function \\spad{f}(\\spad{x}) over a finite interval [a,{}\\spad{b}]: See \\downlink{Manual Page}{manpageXXd01ajf}.")))
NIL
NIL
-(-692)
+(-694)
((|constructor| (NIL "This package uses the NAG Library to calculate the numerical solution of ordinary differential equations. There are two main types of problem,{} those in which all boundary conditions are specified at one point (initial-value problems),{} and those in which the boundary conditions are distributed between two or more points (boundary- value problems and eigenvalue problems). Routines are available for initial-value problems,{} two-point boundary-value problems and Sturm-Liouville eigenvalue problems. See \\downlink{Manual Page}{manpageXXd02}.")) (|d02raf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp41| FCN JACOBF JACEPS))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp42| G JACOBG JACGEP)))) "\\spad{d02raf(n,{}mnp,{}numbeg,{}nummix,{}tol,{}init,{}iy,{}ijac,{}lwork,{}liwork,{}np,{}x,{}y,{}deleps,{}ifail,{}fcn,{}g)} solves the two-point boundary-value problem with general boundary conditions for a system of ordinary differential equations,{} using a deferred correction technique and Newton iteration. See \\downlink{Manual Page}{manpageXXd02raf}.")) (|d02kef| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp10| COEFFN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp80| BDYVAL))) (|FileName|) (|FileName|)) "\\spad{d02kef(xpoint,{}m,{}k,{}tol,{}maxfun,{}match,{}elam,{}delam,{}hmax,{}maxit,{}ifail,{}coeffn,{}bdyval,{}monit,{}report)} finds a specified eigenvalue of a regular singular second- order Sturm-Liouville system on a finite or infinite range,{} using a Pruefer transformation and a shooting method. It also reports values of the eigenfunction and its derivatives. Provision is made for discontinuities in the coefficient functions or their derivatives. See \\downlink{Manual Page}{manpageXXd02kef}. Files \\spad{monit} and \\spad{report} will be used to define the subroutines for the MONIT and REPORT arguments. See \\downlink{Manual Page}{manpageXXd02gbf}.") (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp10| COEFFN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp80| BDYVAL)))) "\\spad{d02kef(xpoint,{}m,{}k,{}tol,{}maxfun,{}match,{}elam,{}delam,{}hmax,{}maxit,{}ifail,{}coeffn,{}bdyval)} finds a specified eigenvalue of a regular singular second- order Sturm-Liouville system on a finite or infinite range,{} using a Pruefer transformation and a shooting method. It also reports values of the eigenfunction and its derivatives. Provision is made for discontinuities in the coefficient functions or their derivatives. See \\downlink{Manual Page}{manpageXXd02kef}. ASP domains Asp12 and Asp33 are used to supply default subroutines for the MONIT and REPORT arguments via their \\axiomOp{outputAsFortran} operation.")) (|d02gbf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp77| FCNF))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp78| FCNG)))) "\\spad{d02gbf(a,{}b,{}n,{}tol,{}mnp,{}lw,{}liw,{}c,{}d,{}gam,{}x,{}np,{}ifail,{}fcnf,{}fcng)} solves a general linear two-point boundary value problem for a system of ordinary differential equations using a deferred correction technique. See \\downlink{Manual Page}{manpageXXd02gbf}.")) (|d02gaf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN)))) "\\spad{d02gaf(u,{}v,{}n,{}a,{}b,{}tol,{}mnp,{}lw,{}liw,{}x,{}np,{}ifail,{}fcn)} solves the two-point boundary-value problem with assigned boundary values for a system of ordinary differential equations,{} using a deferred correction technique and a Newton iteration. See \\downlink{Manual Page}{manpageXXd02gaf}.")) (|d02ejf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|String|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp9| G))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp31| PEDERV))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp8| OUTPUT)))) "\\spad{d02ejf(xend,{}m,{}n,{}relabs,{}iw,{}x,{}y,{}tol,{}ifail,{}g,{}fcn,{}pederv,{}output)} integrates a stiff system of first-order ordinary differential equations over an interval with suitable initial conditions,{} using a variable-order,{} variable-step method implementing the Backward Differentiation Formulae (\\spad{BDF}),{} until a user-specified function,{} if supplied,{} of the solution is zero,{} and returns the solution at points specified by the user,{} if desired. See \\downlink{Manual Page}{manpageXXd02ejf}.")) (|d02cjf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|String|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp9| G))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp8| OUTPUT)))) "\\spad{d02cjf(xend,{}m,{}n,{}tol,{}relabs,{}x,{}y,{}ifail,{}g,{}fcn,{}output)} integrates a system of first-order ordinary differential equations over a range with suitable initial conditions,{} using a variable-order,{} variable-step Adams method until a user-specified function,{} if supplied,{} of the solution is zero,{} and returns the solution at points specified by the user,{} if desired. See \\downlink{Manual Page}{manpageXXd02cjf}.")) (|d02bhf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp9| G))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN)))) "\\spad{d02bhf(xend,{}n,{}irelab,{}hmax,{}x,{}y,{}tol,{}ifail,{}g,{}fcn)} integrates a system of first-order ordinary differential equations over an interval with suitable initial conditions,{} using a Runge-Kutta-Merson method,{} until a user-specified function of the solution is zero. See \\downlink{Manual Page}{manpageXXd02bhf}.")) (|d02bbf| (((|Result|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp7| FCN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp8| OUTPUT)))) "\\spad{d02bbf(xend,{}m,{}n,{}irelab,{}x,{}y,{}tol,{}ifail,{}fcn,{}output)} integrates a system of first-order ordinary differential equations over an interval with suitable initial conditions,{} using a Runge-Kutta-Merson method,{} and returns the solution at points specified by the user. See \\downlink{Manual Page}{manpageXXd02bbf}.")))
NIL
NIL
-(-693)
+(-695)
((|constructor| (NIL "This package uses the NAG Library to solve partial differential equations. See \\downlink{Manual Page}{manpageXXd03}.")) (|d03faf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|ThreeDimensionalMatrix| (|DoubleFloat|)) (|Integer|)) "\\spad{d03faf(xs,{}xf,{}l,{}lbdcnd,{}bdxs,{}bdxf,{}ys,{}yf,{}m,{}mbdcnd,{}bdys,{}bdyf,{}zs,{}zf,{}n,{}nbdcnd,{}bdzs,{}bdzf,{}lambda,{}ldimf,{}mdimf,{}lwrk,{}f,{}ifail)} solves the Helmholtz equation in Cartesian co-ordinates in three dimensions using the standard seven-point finite difference approximation. This routine is designed to be particularly efficient on vector processors. See \\downlink{Manual Page}{manpageXXd03faf}.")) (|d03eef| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|String|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp73| PDEF))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp74| BNDY)))) "\\spad{d03eef(xmin,{}xmax,{}ymin,{}ymax,{}ngx,{}ngy,{}lda,{}scheme,{}ifail,{}pdef,{}bndy)} discretizes a second order elliptic partial differential equation (PDE) on a rectangular region. See \\downlink{Manual Page}{manpageXXd03eef}.")) (|d03edf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{d03edf(ngx,{}ngy,{}lda,{}maxit,{}acc,{}iout,{}a,{}rhs,{}ub,{}ifail)} solves seven-diagonal systems of linear equations which arise from the discretization of an elliptic partial differential equation on a rectangular region. This routine uses a multigrid technique. See \\downlink{Manual Page}{manpageXXd03edf}.")))
NIL
NIL
-(-694)
+(-696)
((|constructor| (NIL "This package uses the NAG Library to calculate the interpolation of a function of one or two variables. When provided with the value of the function (and possibly one or more of its lowest-order derivatives) at each of a number of values of the variable(\\spad{s}),{} the routines provide either an interpolating function or an interpolated value. For some of the interpolating functions,{} there are supporting routines to evaluate,{} differentiate or integrate them. See \\downlink{Manual Page}{manpageXXe01}.")) (|e01sff| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01sff(m,{}x,{}y,{}f,{}rnw,{}fnodes,{}px,{}py,{}ifail)} evaluates at a given point the two-dimensional interpolating function computed by E01SEF. See \\downlink{Manual Page}{manpageXXe01sff}.")) (|e01sef| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01sef(m,{}x,{}y,{}f,{}nw,{}nq,{}rnw,{}rnq,{}ifail)} generates a two-dimensional surface interpolating a set of scattered data points,{} using a modified Shepard method. See \\downlink{Manual Page}{manpageXXe01sef}.")) (|e01sbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01sbf(m,{}x,{}y,{}f,{}triang,{}grads,{}px,{}py,{}ifail)} evaluates at a given point the two-dimensional interpolant function computed by E01SAF. See \\downlink{Manual Page}{manpageXXe01sbf}.")) (|e01saf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01saf(m,{}x,{}y,{}f,{}ifail)} generates a two-dimensional surface interpolating a set of scattered data points,{} using the method of Renka and Cline. See \\downlink{Manual Page}{manpageXXe01saf}.")) (|e01daf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01daf(mx,{}my,{}x,{}y,{}f,{}ifail)} computes a bicubic spline interpolating surface through a set of data values,{} given on a rectangular grid in the \\spad{x}-\\spad{y} plane. See \\downlink{Manual Page}{manpageXXe01daf}.")) (|e01bhf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{e01bhf(n,{}x,{}f,{}d,{}a,{}b,{}ifail)} evaluates the definite integral of a piecewise cubic Hermite interpolant over the interval [a,{}\\spad{b}]. See \\downlink{Manual Page}{manpageXXe01bhf}.")) (|e01bgf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01bgf(n,{}x,{}f,{}d,{}m,{}px,{}ifail)} evaluates a piecewise cubic Hermite interpolant and its first derivative at a set of points. See \\downlink{Manual Page}{manpageXXe01bgf}.")) (|e01bff| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01bff(n,{}x,{}f,{}d,{}m,{}px,{}ifail)} evaluates a piecewise cubic Hermite interpolant at a set of points. See \\downlink{Manual Page}{manpageXXe01bff}.")) (|e01bef| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e01bef(n,{}x,{}f,{}ifail)} computes a monotonicity-preserving piecewise cubic Hermite interpolant to a set of data points. See \\downlink{Manual Page}{manpageXXe01bef}.")) (|e01baf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e01baf(m,{}x,{}y,{}lck,{}lwrk,{}ifail)} determines a cubic spline to a given set of data. See \\downlink{Manual Page}{manpageXXe01baf}.")))
NIL
NIL
-(-695)
+(-697)
((|constructor| (NIL "This package uses the NAG Library to find a function which approximates a set of data points. Typically the data contain random errors,{} as of experimental measurement,{} which need to be smoothed out. To seek an approximation to the data,{} it is first necessary to specify for the approximating function a mathematical form (a polynomial,{} for example) which contains a number of unspecified coefficients: the appropriate fitting routine then derives for the coefficients the values which provide the best fit of that particular form. The package deals mainly with curve and surface fitting (\\spadignore{i.e.} fitting with functions of one and of two variables) when a polynomial or a cubic spline is used as the fitting function,{} since these cover the most common needs. However,{} fitting with other functions and/or more variables can be undertaken by means of general linear or nonlinear routines (some of which are contained in other packages) depending on whether the coefficients in the function occur linearly or nonlinearly. Cases where a graph rather than a set of data points is given can be treated simply by first reading a suitable set of points from the graph. The package also contains routines for evaluating,{} differentiating and integrating polynomial and spline curves and surfaces,{} once the numerical values of their coefficients have been determined. See \\downlink{Manual Page}{manpageXXe02}.")) (|e02zaf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02zaf(px,{}py,{}lamda,{}mu,{}m,{}x,{}y,{}npoint,{}nadres,{}ifail)} sorts two-dimensional data into rectangular panels. See \\downlink{Manual Page}{manpageXXe02zaf}.")) (|e02gaf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02gaf(m,{}la,{}nplus2,{}toler,{}a,{}b,{}ifail)} calculates an \\spad{l} solution to an over-determined system of \\indented{22}{1} linear equations. See \\downlink{Manual Page}{manpageXXe02gaf}.")) (|e02dff| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02dff(mx,{}my,{}px,{}py,{}x,{}y,{}lamda,{}mu,{}c,{}lwrk,{}liwrk,{}ifail)} calculates values of a bicubic spline representation. The spline is evaluated at all points on a rectangular grid. See \\downlink{Manual Page}{manpageXXe02dff}.")) (|e02def| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02def(m,{}px,{}py,{}x,{}y,{}lamda,{}mu,{}c,{}ifail)} calculates values of a bicubic spline representation. See \\downlink{Manual Page}{manpageXXe02def}.")) (|e02ddf| (((|Result|) (|String|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02ddf(start,{}m,{}x,{}y,{}f,{}w,{}s,{}nxest,{}nyest,{}lwrk,{}liwrk,{}nx,{}lamda,{}ny,{}mu,{}wrk,{}ifail)} computes a bicubic spline approximation to a set of scattered data are located automatically,{} but a single parameter must be specified to control the trade-off between closeness of fit and smoothness of fit. See \\downlink{Manual Page}{manpageXXe02ddf}.")) (|e02dcf| (((|Result|) (|String|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{e02dcf(start,{}mx,{}x,{}my,{}y,{}f,{}s,{}nxest,{}nyest,{}lwrk,{}liwrk,{}nx,{}lamda,{}ny,{}mu,{}wrk,{}iwrk,{}ifail)} computes a bicubic spline approximation to a set of data values,{} given on a rectangular grid in the \\spad{x}-\\spad{y} plane. The knots of the spline are located automatically,{} but a single parameter must be specified to control the trade-off between closeness of fit and smoothness of fit. See \\downlink{Manual Page}{manpageXXe02dcf}.")) (|e02daf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02daf(m,{}px,{}py,{}x,{}y,{}f,{}w,{}mu,{}point,{}npoint,{}nc,{}nws,{}eps,{}lamda,{}ifail)} forms a minimal,{} weighted least-squares bicubic spline surface fit with prescribed knots to a given set of data points. See \\downlink{Manual Page}{manpageXXe02daf}.")) (|e02bef| (((|Result|) (|String|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|))) "\\spad{e02bef(start,{}m,{}x,{}y,{}w,{}s,{}nest,{}lwrk,{}n,{}lamda,{}ifail,{}wrk,{}iwrk)} computes a cubic spline approximation to an arbitrary set of data points. The knot are located automatically,{} but a single parameter must be specified to control the trade-off between closeness of fit and smoothness of fit. See \\downlink{Manual Page}{manpageXXe02bef}.")) (|e02bdf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02bdf(ncap7,{}lamda,{}c,{}ifail)} computes the definite integral from its \\spad{B}-spline representation. See \\downlink{Manual Page}{manpageXXe02bdf}.")) (|e02bcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|) (|Integer|)) "\\spad{e02bcf(ncap7,{}lamda,{}c,{}x,{}left,{}ifail)} evaluates a cubic spline and its first three derivatives from its \\spad{B}-spline representation. See \\downlink{Manual Page}{manpageXXe02bcf}.")) (|e02bbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|)) "\\spad{e02bbf(ncap7,{}lamda,{}c,{}x,{}ifail)} evaluates a cubic spline representation. See \\downlink{Manual Page}{manpageXXe02bbf}.")) (|e02baf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02baf(m,{}ncap7,{}x,{}y,{}w,{}lamda,{}ifail)} computes a weighted least-squares approximation to an arbitrary set of data points by a cubic splines prescribed by the user. Cubic spline can also be carried out. See \\downlink{Manual Page}{manpageXXe02baf}.")) (|e02akf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|)) "\\spad{e02akf(np1,{}xmin,{}xmax,{}a,{}ia1,{}la,{}x,{}ifail)} evaluates a polynomial from its Chebyshev-series representation,{} allowing an arbitrary index increment for accessing the array of coefficients. See \\downlink{Manual Page}{manpageXXe02akf}.")) (|e02ajf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02ajf(np1,{}xmin,{}xmax,{}a,{}ia1,{}la,{}qatm1,{}iaint1,{}laint,{}ifail)} determines the coefficients in the Chebyshev-series representation of the indefinite integral of a polynomial given in Chebyshev-series form. See \\downlink{Manual Page}{manpageXXe02ajf}.")) (|e02ahf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02ahf(np1,{}xmin,{}xmax,{}a,{}ia1,{}la,{}iadif1,{}ladif,{}ifail)} determines the coefficients in the Chebyshev-series representation of the derivative of a polynomial given in Chebyshev-series form. See \\downlink{Manual Page}{manpageXXe02ahf}.")) (|e02agf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{e02agf(m,{}kplus1,{}nrows,{}xmin,{}xmax,{}x,{}y,{}w,{}mf,{}xf,{}yf,{}lyf,{}ip,{}lwrk,{}liwrk,{}ifail)} computes constrained weighted least-squares polynomial approximations in Chebyshev-series form to an arbitrary set of data points. The values of the approximations and any number of their derivatives can be specified at selected points. See \\downlink{Manual Page}{manpageXXe02agf}.")) (|e02aef| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|DoubleFloat|) (|Integer|)) "\\spad{e02aef(nplus1,{}a,{}xcap,{}ifail)} evaluates a polynomial from its Chebyshev-series representation. See \\downlink{Manual Page}{manpageXXe02aef}.")) (|e02adf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e02adf(m,{}kplus1,{}nrows,{}x,{}y,{}w,{}ifail)} computes weighted least-squares polynomial approximations to an arbitrary set of data points. See \\downlink{Manual Page}{manpageXXe02adf}.")))
NIL
NIL
-(-696)
+(-698)
((|constructor| (NIL "This package uses the NAG Library to perform optimization. An optimization problem involves minimizing a function (called the objective function) of several variables,{} possibly subject to restrictions on the values of the variables defined by a set of constraint functions. The routines in the NAG Foundation Library are concerned with function minimization only,{} since the problem of maximizing a given function can be transformed into a minimization problem simply by multiplying the function by \\spad{-1}. See \\downlink{Manual Page}{manpageXXe04}.")) (|e04ycf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e04ycf(job,{}m,{}n,{}fsumsq,{}s,{}lv,{}v,{}ifail)} returns estimates of elements of the variance matrix of the estimated regression coefficients for a nonlinear least squares problem. The estimates are derived from the Jacobian of the function \\spad{f}(\\spad{x}) at the solution. See \\downlink{Manual Page}{manpageXXe04ycf}.")) (|e04ucf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Boolean|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Boolean|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Boolean|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp55| CONFUN))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp49| OBJFUN)))) "\\spad{e04ucf(n,{}nclin,{}ncnln,{}nrowa,{}nrowj,{}nrowr,{}a,{}bl,{}bu,{}liwork,{}lwork,{}sta,{}cra,{}der,{}fea,{}fun,{}hes,{}infb,{}infs,{}linf,{}lint,{}list,{}maji,{}majp,{}mini,{}minp,{}mon,{}nonf,{}opt,{}ste,{}stao,{}stac,{}stoo,{}stoc,{}ve,{}istate,{}cjac,{}clamda,{}r,{}x,{}ifail,{}confun,{}objfun)} is designed to minimize an arbitrary smooth function subject to constraints on the variables,{} linear constraints. (E04UCF may be used for unconstrained,{} bound-constrained and linearly constrained optimization.) The user must provide subroutines that define the objective and constraint functions and as many of their first partial derivatives as possible. Unspecified derivatives are approximated by finite differences. All matrices are treated as dense,{} and hence E04UCF is not intended for large sparse problems. See \\downlink{Manual Page}{manpageXXe04ucf}.")) (|e04naf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Boolean|) (|Boolean|) (|Boolean|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp20| QPHESS)))) "\\spad{e04naf(itmax,{}msglvl,{}n,{}nclin,{}nctotl,{}nrowa,{}nrowh,{}ncolh,{}bigbnd,{}a,{}bl,{}bu,{}cvec,{}featol,{}hess,{}cold,{}lpp,{}orthog,{}liwork,{}lwork,{}x,{}istate,{}ifail,{}qphess)} is a comprehensive programming (\\spad{QP}) or linear programming (\\spad{LP}) problems. It is not intended for large sparse problems. See \\downlink{Manual Page}{manpageXXe04naf}.")) (|e04mbf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Boolean|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{e04mbf(itmax,{}msglvl,{}n,{}nclin,{}nctotl,{}nrowa,{}a,{}bl,{}bu,{}cvec,{}linobj,{}liwork,{}lwork,{}x,{}ifail)} is an easy-to-use routine for solving linear programming problems,{} or for finding a feasible point for such problems. It is not intended for large sparse problems. See \\downlink{Manual Page}{manpageXXe04mbf}.")) (|e04jaf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp24| FUNCT1)))) "\\spad{e04jaf(n,{}ibound,{}liw,{}lw,{}bl,{}bu,{}x,{}ifail,{}funct1)} is an easy-to-use quasi-Newton algorithm for finding a minimum of a function \\spad{F}(\\spad{x} ,{}\\spad{x} ,{}...,{}\\spad{x} ),{} subject to fixed upper and \\indented{25}{1\\space{2}2\\space{6}\\spad{n}} lower bounds of the independent variables \\spad{x} ,{}\\spad{x} ,{}...,{}\\spad{x} ,{} using \\indented{43}{1\\space{2}2\\space{6}\\spad{n}} function values only. See \\downlink{Manual Page}{manpageXXe04jaf}.")) (|e04gcf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp19| LSFUN2)))) "\\spad{e04gcf(m,{}n,{}liw,{}lw,{}x,{}ifail,{}lsfun2)} is an easy-to-use quasi-Newton algorithm for finding an unconstrained minimum of \\spad{m} nonlinear functions in \\spad{n} variables (m>=n). First derivatives are required. See \\downlink{Manual Page}{manpageXXe04gcf}.")) (|e04fdf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp50| LSFUN1)))) "\\spad{e04fdf(m,{}n,{}liw,{}lw,{}x,{}ifail,{}lsfun1)} is an easy-to-use algorithm for finding an unconstrained minimum of a sum of squares of \\spad{m} nonlinear functions in \\spad{n} variables (m>=n). No derivatives are required. See \\downlink{Manual Page}{manpageXXe04fdf}.")) (|e04dgf| (((|Result|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|DoubleFloat|) (|Boolean|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp49| OBJFUN)))) "\\spad{e04dgf(n,{}es,{}fu,{}it,{}lin,{}list,{}ma,{}op,{}pr,{}sta,{}sto,{}ve,{}x,{}ifail,{}objfun)} minimizes an unconstrained nonlinear function of several variables using a pre-conditioned,{} limited memory quasi-Newton conjugate gradient method. First derivatives are required. The routine is intended for use on large scale problems. See \\downlink{Manual Page}{manpageXXe04dgf}.")))
NIL
NIL
-(-697)
+(-699)
((|constructor| (NIL "This package uses the NAG Library to provide facilities for matrix factorizations and associated transformations. See \\downlink{Manual Page}{manpageXXf01}.")) (|f01ref| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f01ref(wheret,{}m,{}n,{}ncolq,{}lda,{}theta,{}a,{}ifail)} returns the first \\spad{ncolq} columns of the complex \\spad{m} by \\spad{m} unitary matrix \\spad{Q},{} where \\spad{Q} is given as the product of Householder transformation matrices. See \\downlink{Manual Page}{manpageXXf01ref}.")) (|f01rdf| (((|Result|) (|String|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f01rdf(trans,{}wheret,{}m,{}n,{}a,{}lda,{}theta,{}ncolb,{}ldb,{}b,{}ifail)} performs one of the transformations See \\downlink{Manual Page}{manpageXXf01rdf}.")) (|f01rcf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f01rcf(m,{}n,{}lda,{}a,{}ifail)} finds the \\spad{QR} factorization of the complex \\spad{m} by \\spad{n} matrix A,{} where m>=n. See \\downlink{Manual Page}{manpageXXf01rcf}.")) (|f01qef| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01qef(wheret,{}m,{}n,{}ncolq,{}lda,{}zeta,{}a,{}ifail)} returns the first \\spad{ncolq} columns of the real \\spad{m} by \\spad{m} orthogonal matrix \\spad{Q},{} where \\spad{Q} is given as the product of Householder transformation matrices. See \\downlink{Manual Page}{manpageXXf01qef}.")) (|f01qdf| (((|Result|) (|String|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01qdf(trans,{}wheret,{}m,{}n,{}a,{}lda,{}zeta,{}ncolb,{}ldb,{}b,{}ifail)} performs one of the transformations See \\downlink{Manual Page}{manpageXXf01qdf}.")) (|f01qcf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01qcf(m,{}n,{}lda,{}a,{}ifail)} finds the \\spad{QR} factorization of the real \\spad{m} by \\spad{n} matrix A,{} where m>=n. See \\downlink{Manual Page}{manpageXXf01qcf}.")) (|f01mcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{f01mcf(n,{}avals,{}lal,{}nrow,{}ifail)} computes the Cholesky factorization of a real symmetric positive-definite variable-bandwidth matrix. See \\downlink{Manual Page}{manpageXXf01mcf}.")) (|f01maf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|List| (|Boolean|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{f01maf(n,{}nz,{}licn,{}lirn,{}abort,{}avals,{}irn,{}icn,{}droptl,{}densw,{}ifail)} computes an incomplete Cholesky factorization of a real sparse symmetric positive-definite matrix A. See \\downlink{Manual Page}{manpageXXf01maf}.")) (|f01bsf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Boolean|) (|DoubleFloat|) (|Boolean|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f01bsf(n,{}nz,{}licn,{}ivect,{}jvect,{}icn,{}ikeep,{}grow,{}eta,{}abort,{}idisp,{}avals,{}ifail)} factorizes a real sparse matrix using the pivotal sequence previously obtained by F01BRF when a matrix of the same sparsity pattern was factorized. See \\downlink{Manual Page}{manpageXXf01bsf}.")) (|f01brf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Boolean|) (|Boolean|) (|List| (|Boolean|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{f01brf(n,{}nz,{}licn,{}lirn,{}pivot,{}lblock,{}grow,{}abort,{}a,{}irn,{}icn,{}ifail)} factorizes a real sparse matrix. The routine either forms the LU factorization of a permutation of the entire matrix,{} or,{} optionally,{} first permutes the matrix to block lower triangular form and then only factorizes the diagonal blocks. See \\downlink{Manual Page}{manpageXXf01brf}.")))
NIL
NIL
-(-698)
+(-700)
((|constructor| (NIL "This package uses the NAG Library to compute \\begin{items} \\item eigenvalues and eigenvectors of a matrix \\item eigenvalues and eigenvectors of generalized matrix eigenvalue problems \\item singular values and singular vectors of a matrix. \\end{items} See \\downlink{Manual Page}{manpageXXf02}.")) (|f02xef| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Boolean|) (|Integer|) (|Boolean|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f02xef(m,{}n,{}lda,{}ncolb,{}ldb,{}wantq,{}ldq,{}wantp,{}ldph,{}a,{}b,{}ifail)} returns all,{} or part,{} of the singular value decomposition of a general complex matrix. See \\downlink{Manual Page}{manpageXXf02xef}.")) (|f02wef| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Boolean|) (|Integer|) (|Boolean|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02wef(m,{}n,{}lda,{}ncolb,{}ldb,{}wantq,{}ldq,{}wantp,{}ldpt,{}a,{}b,{}ifail)} returns all,{} or part,{} of the singular value decomposition of a general real matrix. See \\downlink{Manual Page}{manpageXXf02wef}.")) (|f02fjf| (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp27| DOT))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp28| IMAGE))) (|FileName|)) "\\spad{f02fjf(n,{}k,{}tol,{}novecs,{}nrx,{}lwork,{}lrwork,{}liwork,{}m,{}noits,{}x,{}ifail,{}dot,{}image,{}monit)} finds eigenvalues of a real sparse symmetric or generalized symmetric eigenvalue problem. See \\downlink{Manual Page}{manpageXXf02fjf}.") (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp27| DOT))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp28| IMAGE)))) "\\spad{f02fjf(n,{}k,{}tol,{}novecs,{}nrx,{}lwork,{}lrwork,{}liwork,{}m,{}noits,{}x,{}ifail,{}dot,{}image)} finds eigenvalues of a real sparse symmetric or generalized symmetric eigenvalue problem. See \\downlink{Manual Page}{manpageXXf02fjf}.")) (|f02bjf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Boolean|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02bjf(n,{}ia,{}ib,{}eps1,{}matv,{}iv,{}a,{}b,{}ifail)} calculates all the eigenvalues and,{} if required,{} all the eigenvectors of the generalized eigenproblem Ax=(lambda)\\spad{Bx} where A and \\spad{B} are real,{} square matrices,{} using the \\spad{QZ} algorithm. See \\downlink{Manual Page}{manpageXXf02bjf}.")) (|f02bbf| (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02bbf(ia,{}n,{}alb,{}ub,{}m,{}iv,{}a,{}ifail)} calculates selected eigenvalues of a real symmetric matrix by reduction to tridiagonal form,{} bisection and inverse iteration,{} where the selected eigenvalues lie within a given interval. See \\downlink{Manual Page}{manpageXXf02bbf}.")) (|f02axf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f02axf(ar,{}iar,{}\\spad{ai},{}iai,{}n,{}ivr,{}ivi,{}ifail)} calculates all the eigenvalues of a complex Hermitian matrix. See \\downlink{Manual Page}{manpageXXf02axf}.")) (|f02awf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02awf(iar,{}iai,{}n,{}ar,{}\\spad{ai},{}ifail)} calculates all the eigenvalues of a complex Hermitian matrix. See \\downlink{Manual Page}{manpageXXf02awf}.")) (|f02akf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02akf(iar,{}iai,{}n,{}ivr,{}ivi,{}ar,{}\\spad{ai},{}ifail)} calculates all the eigenvalues of a complex matrix. See \\downlink{Manual Page}{manpageXXf02akf}.")) (|f02ajf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02ajf(iar,{}iai,{}n,{}ar,{}\\spad{ai},{}ifail)} calculates all the eigenvalue. See \\downlink{Manual Page}{manpageXXf02ajf}.")) (|f02agf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02agf(ia,{}n,{}ivr,{}ivi,{}a,{}ifail)} calculates all the eigenvalues of a real unsymmetric matrix. See \\downlink{Manual Page}{manpageXXf02agf}.")) (|f02aff| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02aff(ia,{}n,{}a,{}ifail)} calculates all the eigenvalues of a real unsymmetric matrix. See \\downlink{Manual Page}{manpageXXf02aff}.")) (|f02aef| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02aef(ia,{}ib,{}n,{}iv,{}a,{}b,{}ifail)} calculates all the eigenvalues of Ax=(lambda)\\spad{Bx},{} where A is a real symmetric matrix and \\spad{B} is a real symmetric positive-definite matrix. See \\downlink{Manual Page}{manpageXXf02aef}.")) (|f02adf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02adf(ia,{}ib,{}n,{}a,{}b,{}ifail)} calculates all the eigenvalues of Ax=(lambda)\\spad{Bx},{} where A is a real symmetric matrix and \\spad{B} is a real symmetric positive- definite matrix. See \\downlink{Manual Page}{manpageXXf02adf}.")) (|f02abf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f02abf(a,{}ia,{}n,{}iv,{}ifail)} calculates all the eigenvalues of a real symmetric matrix. See \\downlink{Manual Page}{manpageXXf02abf}.")) (|f02aaf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f02aaf(ia,{}n,{}a,{}ifail)} calculates all the eigenvalue. See \\downlink{Manual Page}{manpageXXf02aaf}.")))
NIL
NIL
-(-699)
+(-701)
((|constructor| (NIL "This package uses the NAG Library to solve the matrix equation \\axiom{AX=B},{} where \\axiom{\\spad{B}} may be a single vector or a matrix of multiple right-hand sides. The matrix \\axiom{A} may be real,{} complex,{} symmetric,{} Hermitian positive- definite,{} or sparse. It may also be rectangular,{} in which case a least-squares solution is obtained. See \\downlink{Manual Page}{manpageXXf04}.")) (|f04qaf| (((|Result|) (|Integer|) (|Integer|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp30| APROD)))) "\\spad{f04qaf(m,{}n,{}damp,{}atol,{}btol,{}conlim,{}itnlim,{}msglvl,{}lrwork,{}liwork,{}b,{}ifail,{}aprod)} solves sparse unsymmetric equations,{} sparse linear least- squares problems and sparse damped linear least-squares problems,{} using a Lanczos algorithm. See \\downlink{Manual Page}{manpageXXf04qaf}.")) (|f04mcf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f04mcf(n,{}al,{}lal,{}d,{}nrow,{}ir,{}b,{}nrb,{}iselct,{}nrx,{}ifail)} computes the approximate solution of a system of real linear equations with multiple right-hand sides,{} AX=B,{} where A is a symmetric positive-definite variable-bandwidth matrix,{} which has previously been factorized by F01MCF. Related systems may also be solved. See \\downlink{Manual Page}{manpageXXf04mcf}.")) (|f04mbf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Boolean|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp28| APROD))) (|Union| (|:| |fn| (|FileName|)) (|:| |fp| (|Asp34| MSOLVE)))) "\\spad{f04mbf(n,{}b,{}precon,{}shift,{}itnlim,{}msglvl,{}lrwork,{}liwork,{}rtol,{}ifail,{}aprod,{}msolve)} solves a system of real sparse symmetric linear equations using a Lanczos algorithm. See \\downlink{Manual Page}{manpageXXf04mbf}.")) (|f04maf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|Integer|)) (|Integer|)) "\\spad{f04maf(n,{}nz,{}avals,{}licn,{}irn,{}lirn,{}icn,{}wkeep,{}ikeep,{}inform,{}b,{}acc,{}noits,{}ifail)} \\spad{e} a sparse symmetric positive-definite system of linear equations,{} Ax=b,{} using a pre-conditioned conjugate gradient method,{} where A has been factorized by F01MAF. See \\downlink{Manual Page}{manpageXXf04maf}.")) (|f04jgf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|DoubleFloat|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04jgf(m,{}n,{}nra,{}tol,{}lwork,{}a,{}b,{}ifail)} finds the solution of a linear least-squares problem,{} Ax=b ,{} where A is a real \\spad{m} by \\spad{n} (m>=n) matrix and \\spad{b} is an \\spad{m} element vector. If the matrix of observations is not of full rank,{} then the minimal least-squares solution is returned. See \\downlink{Manual Page}{manpageXXf04jgf}.")) (|f04faf| (((|Result|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04faf(job,{}n,{}d,{}e,{}b,{}ifail)} calculates the approximate solution of a set of real symmetric positive-definite tridiagonal linear equations. See \\downlink{Manual Page}{manpageXXf04faf}.")) (|f04axf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|Integer|)) (|Matrix| (|DoubleFloat|))) "\\spad{f04axf(n,{}a,{}licn,{}icn,{}ikeep,{}mtype,{}idisp,{}rhs)} calculates the approximate solution of a set of real sparse linear equations with a single right-hand side,{} Ax=b or \\indented{1}{\\spad{T}} A \\spad{x=b},{} where A has been factorized by F01BRF or F01BSF. See \\downlink{Manual Page}{manpageXXf04axf}.")) (|f04atf| (((|Result|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{f04atf(a,{}ia,{}b,{}n,{}iaa,{}ifail)} calculates the accurate solution of a set of real linear equations with a single right-hand side,{} using an LU factorization with partial pivoting,{} and iterative refinement. See \\downlink{Manual Page}{manpageXXf04atf}.")) (|f04asf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04asf(ia,{}b,{}n,{}a,{}ifail)} calculates the accurate solution of a set of real symmetric positive-definite linear equations with a single right- hand side,{} Ax=b,{} using a Cholesky factorization and iterative refinement. See \\downlink{Manual Page}{manpageXXf04asf}.")) (|f04arf| (((|Result|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|)) "\\spad{f04arf(ia,{}b,{}n,{}a,{}ifail)} calculates the approximate solution of a set of real linear equations with a single right-hand side,{} using an LU factorization with partial pivoting. See \\downlink{Manual Page}{manpageXXf04arf}.")) (|f04adf| (((|Result|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|Complex| (|DoubleFloat|))) (|Integer|)) "\\spad{f04adf(ia,{}b,{}ib,{}n,{}m,{}ic,{}a,{}ifail)} calculates the approximate solution of a set of complex linear equations with multiple right-hand sides,{} using an LU factorization with partial pivoting. See \\downlink{Manual Page}{manpageXXf04adf}.")))
NIL
NIL
-(-700)
+(-702)
((|constructor| (NIL "This package uses the NAG Library to compute matrix factorizations,{} and to solve systems of linear equations following the matrix factorizations. See \\downlink{Manual Page}{manpageXXf07}.")) (|f07fef| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07fef(uplo,{}n,{}nrhs,{}a,{}lda,{}ldb,{}b)} (DPOTRS) solves a real symmetric positive-definite system of linear equations with multiple right-hand sides,{} AX=B,{} where A has been factorized by F07FDF (DPOTRF). See \\downlink{Manual Page}{manpageXXf07fef}.")) (|f07fdf| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07fdf(uplo,{}n,{}lda,{}a)} (DPOTRF) computes the Cholesky factorization of a real symmetric positive-definite matrix. See \\downlink{Manual Page}{manpageXXf07fdf}.")) (|f07aef| (((|Result|) (|String|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|)) (|Integer|) (|Matrix| (|Integer|)) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07aef(trans,{}n,{}nrhs,{}a,{}lda,{}ipiv,{}ldb,{}b)} (DGETRS) solves a real system of linear equations with \\indented{36}{\\spad{T}} multiple right-hand sides,{} AX=B or A \\spad{X=B},{} where A has been factorized by F07ADF (DGETRF). See \\downlink{Manual Page}{manpageXXf07aef}.")) (|f07adf| (((|Result|) (|Integer|) (|Integer|) (|Integer|) (|Matrix| (|DoubleFloat|))) "\\spad{f07adf(m,{}n,{}lda,{}a)} (DGETRF) computes the LU factorization of a real \\spad{m} by \\spad{n} matrix. See \\downlink{Manual Page}{manpageXXf07adf}.")))
NIL
NIL
-(-701)
+(-703)
((|constructor| (NIL "This package uses the NAG Library to compute some commonly occurring physical and mathematical functions. See \\downlink{Manual Page}{manpageXXs}.")) (|s21bdf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21bdf(x,{}y,{}z,{}r,{}ifail)} returns a value of the symmetrised elliptic integral of the third kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21bdf}.")) (|s21bcf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21bcf(x,{}y,{}z,{}ifail)} returns a value of the symmetrised elliptic integral of the second kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21bcf}.")) (|s21bbf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21bbf(x,{}y,{}z,{}ifail)} returns a value of the symmetrised elliptic integral of the first kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21bbf}.")) (|s21baf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s21baf(x,{}y,{}ifail)} returns a value of an elementary integral,{} which occurs as a degenerate case of an elliptic integral of the first kind,{} via the routine name. See \\downlink{Manual Page}{manpageXXs21baf}.")) (|s20adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s20adf(x,{}ifail)} returns a value for the Fresnel Integral \\spad{C}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs20adf}.")) (|s20acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s20acf(x,{}ifail)} returns a value for the Fresnel Integral \\spad{S}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs20acf}.")) (|s19adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19adf(x,{}ifail)} returns a value for the Kelvin function kei(\\spad{x}) via the routine name. See \\downlink{Manual Page}{manpageXXs19adf}.")) (|s19acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19acf(x,{}ifail)} returns a value for the Kelvin function ker(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs19acf}.")) (|s19abf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19abf(x,{}ifail)} returns a value for the Kelvin function bei(\\spad{x}) via the routine name. See \\downlink{Manual Page}{manpageXXs19abf}.")) (|s19aaf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s19aaf(x,{}ifail)} returns a value for the Kelvin function ber(\\spad{x}) via the routine name. See \\downlink{Manual Page}{manpageXXs19aaf}.")) (|s18def| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s18def(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the modified Bessel functions \\indented{1}{\\spad{I}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and} \\indented{2}{(nu)\\spad{+n}} \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs18def}.")) (|s18dcf| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s18dcf(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the modified Bessel functions \\indented{1}{\\spad{K}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and} \\indented{2}{(nu)\\spad{+n}} \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs18dcf}.")) (|s18aff| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18aff(x,{}ifail)} returns a value for the modified Bessel Function \\indented{1}{\\spad{I} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs18aff}.")) (|s18aef| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18aef(x,{}ifail)} returns the value of the modified Bessel Function \\indented{1}{\\spad{I} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs18aef}.")) (|s18adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18adf(x,{}ifail)} returns the value of the modified Bessel Function \\indented{1}{\\spad{K} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs18adf}.")) (|s18acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s18acf(x,{}ifail)} returns the value of the modified Bessel Function \\indented{1}{\\spad{K} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs18acf}.")) (|s17dlf| (((|Result|) (|Integer|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s17dlf(m,{}fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the Hankel functions \\indented{2}{(1)\\space{11}(2)} \\indented{1}{\\spad{H}\\space{6}(\\spad{z}) or \\spad{H}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and} \\indented{2}{(nu)\\spad{+n}\\space{8}(nu)\\spad{+n}} \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dlf}.")) (|s17dhf| (((|Result|) (|String|) (|Complex| (|DoubleFloat|)) (|String|) (|Integer|)) "\\spad{s17dhf(deriv,{}z,{}scale,{}ifail)} returns the value of the Airy function \\spad{Bi}(\\spad{z}) or its derivative Bi'(\\spad{z}) for complex \\spad{z},{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dhf}.")) (|s17dgf| (((|Result|) (|String|) (|Complex| (|DoubleFloat|)) (|String|) (|Integer|)) "\\spad{s17dgf(deriv,{}z,{}scale,{}ifail)} returns the value of the Airy function \\spad{Ai}(\\spad{z}) or its derivative Ai'(\\spad{z}) for complex \\spad{z},{} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dgf}.")) (|s17def| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s17def(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the Bessel functions \\indented{1}{\\spad{J}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{}} \\indented{2}{(nu)\\spad{+n}} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17def}.")) (|s17dcf| (((|Result|) (|DoubleFloat|) (|Complex| (|DoubleFloat|)) (|Integer|) (|String|) (|Integer|)) "\\spad{s17dcf(fnu,{}z,{}n,{}scale,{}ifail)} returns a sequence of values for the Bessel functions \\indented{1}{\\spad{Y}\\space{6}(\\spad{z}) for complex \\spad{z},{} non-negative (nu) and \\spad{n=0},{}1,{}...,{}\\spad{N}-1,{}} \\indented{2}{(nu)\\spad{+n}} with an option for exponential scaling. See \\downlink{Manual Page}{manpageXXs17dcf}.")) (|s17akf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17akf(x,{}ifail)} returns a value for the derivative of the Airy function \\spad{Bi}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17akf}.")) (|s17ajf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17ajf(x,{}ifail)} returns a value of the derivative of the Airy function \\spad{Ai}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17ajf}.")) (|s17ahf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17ahf(x,{}ifail)} returns a value of the Airy function,{} \\spad{Bi}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17ahf}.")) (|s17agf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17agf(x,{}ifail)} returns a value for the Airy function,{} \\spad{Ai}(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs17agf}.")) (|s17aff| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17aff(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{J} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs17aff}.")) (|s17aef| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17aef(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{J} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs17aef}.")) (|s17adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17adf(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{Y} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs17adf}.")) (|s17acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s17acf(x,{}ifail)} returns the value of the Bessel Function \\indented{1}{\\spad{Y} (\\spad{x}),{} via the routine name.} \\indented{2}{0} See \\downlink{Manual Page}{manpageXXs17acf}.")) (|s15aef| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s15aef(x,{}ifail)} returns the value of the error function erf(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs15aef}.")) (|s15adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s15adf(x,{}ifail)} returns the value of the complementary error function,{} erfc(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs15adf}.")) (|s14baf| (((|Result|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|)) "\\spad{s14baf(a,{}x,{}tol,{}ifail)} computes values for the incomplete gamma functions \\spad{P}(a,{}\\spad{x}) and \\spad{Q}(a,{}\\spad{x}). See \\downlink{Manual Page}{manpageXXs14baf}.")) (|s14abf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s14abf(x,{}ifail)} returns a value for the log,{} \\spad{ln}(Gamma(\\spad{x})),{} via the routine name. See \\downlink{Manual Page}{manpageXXs14abf}.")) (|s14aaf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s14aaf(x,{}ifail)} returns the value of the Gamma function (Gamma)(\\spad{x}),{} via the routine name. See \\downlink{Manual Page}{manpageXXs14aaf}.")) (|s13adf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s13adf(x,{}ifail)} returns the value of the sine integral See \\downlink{Manual Page}{manpageXXs13adf}.")) (|s13acf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s13acf(x,{}ifail)} returns the value of the cosine integral See \\downlink{Manual Page}{manpageXXs13acf}.")) (|s13aaf| (((|Result|) (|DoubleFloat|) (|Integer|)) "\\spad{s13aaf(x,{}ifail)} returns the value of the exponential integral \\indented{1}{\\spad{E} (\\spad{x}),{} via the routine name.} \\indented{2}{1} See \\downlink{Manual Page}{manpageXXs13aaf}.")) (|s01eaf| (((|Result|) (|Complex| (|DoubleFloat|)) (|Integer|)) "\\spad{s01eaf(z,{}ifail)} S01EAF evaluates the exponential function exp(\\spad{z}) ,{} for complex \\spad{z}. See \\downlink{Manual Page}{manpageXXs01eaf}.")))
NIL
NIL
-(-702)
+(-704)
((|constructor| (NIL "Support functions for the NAG Library Link functions")) (|restorePrecision| (((|Void|)) "\\spad{restorePrecision()} \\undocumented{}")) (|checkPrecision| (((|Boolean|)) "\\spad{checkPrecision()} \\undocumented{}")) (|dimensionsOf| (((|SExpression|) (|Symbol|) (|Matrix| (|Integer|))) "\\spad{dimensionsOf(s,{}m)} \\undocumented{}") (((|SExpression|) (|Symbol|) (|Matrix| (|DoubleFloat|))) "\\spad{dimensionsOf(s,{}m)} \\undocumented{}")) (|aspFilename| (((|String|) (|String|)) "\\spad{aspFilename(\"f\")} returns a String consisting of \\spad{\"f\"} suffixed with \\indented{1}{an extension identifying the current AXIOM session.}")) (|fortranLinkerArgs| (((|String|)) "\\spad{fortranLinkerArgs()} returns the current linker arguments")) (|fortranCompilerName| (((|String|)) "\\spad{fortranCompilerName()} returns the name of the currently selected \\indented{1}{Fortran compiler}")))
NIL
NIL
-(-703 S)
+(-705 S)
((|constructor| (NIL "NonAssociativeRng is a basic ring-type structure,{} not necessarily commutative or associative,{} and not necessarily with unit. Axioms \\indented{2}{\\spad{x*}(\\spad{y+z}) = x*y + \\spad{x*z}} \\indented{2}{(x+y)\\spad{*z} = \\spad{x*z} + \\spad{y*z}} Common Additional Axioms \\indented{2}{noZeroDivisors\\space{2}ab = 0 \\spad{=>} a=0 or \\spad{b=0}}")) (|antiCommutator| (($ $ $) "\\spad{antiCommutator(a,{}b)} returns \\spad{a*b+b*a}.")) (|commutator| (($ $ $) "\\spad{commutator(a,{}b)} returns \\spad{a*b-b*a}.")) (|associator| (($ $ $ $) "\\spad{associator(a,{}b,{}c)} returns \\spad{(a*b)*c-a*(b*c)}.")))
NIL
NIL
-(-704)
+(-706)
((|constructor| (NIL "NonAssociativeRng is a basic ring-type structure,{} not necessarily commutative or associative,{} and not necessarily with unit. Axioms \\indented{2}{\\spad{x*}(\\spad{y+z}) = x*y + \\spad{x*z}} \\indented{2}{(x+y)\\spad{*z} = \\spad{x*z} + \\spad{y*z}} Common Additional Axioms \\indented{2}{noZeroDivisors\\space{2}ab = 0 \\spad{=>} a=0 or \\spad{b=0}}")) (|antiCommutator| (($ $ $) "\\spad{antiCommutator(a,{}b)} returns \\spad{a*b+b*a}.")) (|commutator| (($ $ $) "\\spad{commutator(a,{}b)} returns \\spad{a*b-b*a}.")) (|associator| (($ $ $ $) "\\spad{associator(a,{}b,{}c)} returns \\spad{(a*b)*c-a*(b*c)}.")))
NIL
NIL
-(-705 S)
+(-707 S)
((|constructor| (NIL "A NonAssociativeRing is a non associative \\spad{rng} which has a unit,{} the multiplication is not necessarily commutative or associative.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(n)} coerces the integer \\spad{n} to an element of the ring.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring.")))
NIL
NIL
-(-706)
+(-708)
((|constructor| (NIL "A NonAssociativeRing is a non associative \\spad{rng} which has a unit,{} the multiplication is not necessarily commutative or associative.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(n)} coerces the integer \\spad{n} to an element of the ring.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring.")))
NIL
NIL
-(-707 |Par|)
+(-709 |Par|)
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the complex rational numbers. The results are expressed either as complex floating numbers or as complex rational numbers depending on the type of the precision parameter.")) (|complexEigenvectors| (((|List| (|Record| (|:| |outval| (|Complex| |#1|)) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| (|Complex| |#1|)))))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvectors(m,{}eps)} returns a list of records each one containing a complex eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} and are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|complexEigenvalues| (((|List| (|Complex| |#1|)) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) |#1|) "\\spad{complexEigenvalues(m,{}eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as complex floats or complex rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|)))) (|Symbol|)) "\\spad{characteristicPolynomial(m,{}x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over Complex Rationals with variable \\spad{x}.") (((|Polynomial| (|Complex| (|Fraction| (|Integer|)))) (|Matrix| (|Complex| (|Fraction| (|Integer|))))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over complex rationals with a new symbol as variable.")))
NIL
NIL
-(-708 -1834)
+(-710 -1819)
((|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
-(-709 P -1834)
+(-711 P -1819)
((|constructor| (NIL "This package provides a division and related operations for \\spadtype{MonogenicLinearOperator}\\spad{s} over a \\spadtype{Field}. Since the multiplication is in general non-commutative,{} these operations all have left- and right-hand versions. This package provides the operations based on left-division.")) (|leftLcm| ((|#1| |#1| |#1|) "\\spad{leftLcm(a,{}b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftGcd| ((|#1| |#1| |#1|) "\\spad{leftGcd(a,{}b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| |#1| "failed") |#1| |#1|) "\\spad{leftExactQuotient(a,{}b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| ((|#1| |#1| |#1|) "\\spad{leftRemainder(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| ((|#1| |#1| |#1|) "\\spad{leftQuotient(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| |#1|) (|:| |remainder| |#1|)) |#1| |#1|) "\\spad{leftDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division\\spad{''}.")))
NIL
NIL
-(-710 UP -1834)
+(-712 UP -1819)
((|constructor| (NIL "In this package \\spad{F} is a framed algebra over the integers (typically \\spad{F = Z[a]} for some algebraic integer a). The package provides functions to compute the integral closure of \\spad{Z} in the quotient quotient field of \\spad{F}.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|)))) (|Integer|)) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the local integral closure of \\spad{Z} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| (|Integer|))) (|:| |basisDen| (|Integer|)) (|:| |basisInv| (|Matrix| (|Integer|))))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the integral closure of \\spad{Z} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{Z}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|discriminant| (((|Integer|)) "\\spad{discriminant()} returns the discriminant of the integral closure of \\spad{Z} in the quotient field of the framed algebra \\spad{F}.")))
NIL
NIL
-(-711)
+(-713)
((|retract| (((|Union| (|:| |nia| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |mdnia| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|Union| (|:| |nia| (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |mdnia| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-712 R)
+(-714 R)
((|constructor| (NIL "NonLinearSolvePackage is an interface to \\spadtype{SystemSolvePackage} that attempts to retract the coefficients of the equations before solving. The solutions are given in the algebraic closure of \\spad{R} whenever possible.")) (|solve| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{solve(lp)} finds the solution in the algebraic closure of \\spad{R} of the list \\spad{lp} of rational functions with respect to all the symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{solve(lp,{}lv)} finds the solutions in the algebraic closure of \\spad{R} of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")) (|solveInField| (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{solveInField(lp)} finds the solution of the list \\spad{lp} of rational functions with respect to all the symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{solveInField(lp,{}lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")))
NIL
NIL
-(-713)
+(-715)
((|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.")))
-(((-4261 "*") . T))
+(((-4263 "*") . T))
NIL
-(-714 R -1834)
+(-716 R -1819)
((|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
-(-715 S)
+(-717 S)
((|constructor| (NIL "\\spadtype{NoneFunctions1} implements functions on \\spadtype{None}. It particular it includes a particulary dangerous coercion from any other type to \\spadtype{None}.")) (|coerce| (((|None|) |#1|) "\\spad{coerce(x)} changes \\spad{x} into an object of type \\spadtype{None}.")))
NIL
NIL
-(-716)
+(-718)
((|constructor| (NIL "\\spadtype{None} implements a type with no objects. It is mainly used in technical situations where such a thing is needed (\\spadignore{e.g.} the interpreter and some of the internal \\spadtype{Expression} code).")))
NIL
NIL
-(-717 R |PolR| E |PolE|)
+(-719 R |PolR| E |PolE|)
((|constructor| (NIL "This package implements the norm of a polynomial with coefficients in a monogenic algebra (using resultants)")) (|norm| ((|#2| |#4|) "\\spad{norm q} returns the norm of \\spad{q},{} \\spadignore{i.e.} the product of all the conjugates of \\spad{q}.")))
NIL
NIL
-(-718 R E V P TS)
+(-720 R E V P TS)
((|constructor| (NIL "A package for computing normalized assocites of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of AAECC11} \\indented{5}{Paris,{} 1995.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.}")) (|normInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normInvertible?(\\spad{p},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|outputArgs| (((|Void|) (|String|) (|String|) |#4| |#5|) "\\axiom{outputArgs(\\spad{s1},{}\\spad{s2},{}\\spad{p},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|normalize| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{normalize(\\spad{p},{}\\spad{ts})} normalizes \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|normalizedAssociate| ((|#4| |#4| |#5|) "\\axiom{normalizedAssociate(\\spad{p},{}\\spad{ts})} returns a normalized polynomial \\axiom{\\spad{n}} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts} such that \\axiom{\\spad{n}} and \\axiom{\\spad{p}} are associates \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} and assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")) (|recip| (((|Record| (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) "\\axiom{recip(\\spad{p},{}\\spad{ts})} returns the inverse of \\axiom{\\spad{p}} \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts} assuming that \\axiom{\\spad{p}} is invertible \\spad{w}.\\spad{r}.\\spad{t} \\spad{ts}.")))
NIL
NIL
-(-719 -1834 |ExtF| |SUEx| |ExtP| |n|)
+(-721 -1819 |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
-(-720 BP E OV R P)
+(-722 BP E OV R P)
((|constructor| (NIL "Package for the determination of the coefficients in the lifting process. Used by \\spadtype{MultivariateLifting}. This package will work for every euclidean domain \\spad{R} which has property \\spad{F},{} \\spadignore{i.e.} there exists a factor operation in \\spad{R[x]}.")) (|listexp| (((|List| (|NonNegativeInteger|)) |#1|) "\\spad{listexp }\\undocumented")) (|npcoef| (((|Record| (|:| |deter| (|List| (|SparseUnivariatePolynomial| |#5|))) (|:| |dterm| (|List| (|List| (|Record| (|:| |expt| (|NonNegativeInteger|)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (|List| |#1|)) (|:| |nlead| (|List| |#5|))) (|SparseUnivariatePolynomial| |#5|) (|List| |#1|) (|List| |#5|)) "\\spad{npcoef }\\undocumented")))
NIL
NIL
-(-721 |Par|)
+(-723 |Par|)
((|constructor| (NIL "This package computes explicitly eigenvalues and eigenvectors of matrices with entries over the Rational Numbers. The results are expressed as floating numbers or as rational numbers depending on the type of the parameter Par.")) (|realEigenvectors| (((|List| (|Record| (|:| |outval| |#1|) (|:| |outmult| (|Integer|)) (|:| |outvect| (|List| (|Matrix| |#1|))))) (|Matrix| (|Fraction| (|Integer|))) |#1|) "\\spad{realEigenvectors(m,{}eps)} returns a list of records each one containing a real eigenvalue,{} its algebraic multiplicity,{} and a list of associated eigenvectors. All these results are computed to precision \\spad{eps} as floats or rational numbers depending on the type of \\spad{eps} .")) (|realEigenvalues| (((|List| |#1|) (|Matrix| (|Fraction| (|Integer|))) |#1|) "\\spad{realEigenvalues(m,{}eps)} computes the eigenvalues of the matrix \\spad{m} to precision \\spad{eps}. The eigenvalues are expressed as floats or rational numbers depending on the type of \\spad{eps} (float or rational).")) (|characteristicPolynomial| (((|Polynomial| (|Fraction| (|Integer|))) (|Matrix| (|Fraction| (|Integer|))) (|Symbol|)) "\\spad{characteristicPolynomial(m,{}x)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over \\spad{RN} with variable \\spad{x}. Fraction \\spad{P} \\spad{RN}.") (((|Polynomial| (|Fraction| (|Integer|))) (|Matrix| (|Fraction| (|Integer|)))) "\\spad{characteristicPolynomial(m)} returns the characteristic polynomial of the matrix \\spad{m} expressed as polynomial over \\spad{RN} with a new symbol as variable.")))
NIL
NIL
-(-722 R |VarSet|)
+(-724 R |VarSet|)
((|constructor| (NIL "A post-facto extension for \\axiomType{\\spad{SMP}} in order to speed up operations related to pseudo-division and \\spad{gcd}. This domain is based on the \\axiomType{NSUP} constructor which is itself a post-facto extension of the \\axiomType{SUP} constructor.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092))))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092)))) (-3272 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092)))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092)))) (-3272 (|HasCategory| |#1| (QUOTE (-510)))) (-3272 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092)))) (-3272 (|HasCategory| |#1| (LIST (QUOTE -37) (QUOTE (-525))))) (-3272 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-1092)))) (-3272 (|HasCategory| |#1| (LIST (QUOTE -925) (QUOTE (-525))))))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-723 R S)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094))))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094)))) (-3264 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094)))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094)))) (-3264 (|HasCategory| |#1| (QUOTE (-512)))) (-3264 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094)))) (-3264 (|HasCategory| |#1| (LIST (QUOTE -37) (QUOTE (-527))))) (-3264 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-1094)))) (-3264 (|HasCategory| |#1| (LIST (QUOTE -927) (QUOTE (-527))))))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-725 R S)
((|constructor| (NIL "This package lifts a mapping from coefficient rings \\spad{R} to \\spad{S} to a mapping from sparse univariate polynomial over \\spad{R} to a sparse univariate polynomial over \\spad{S}. Note that the mapping is assumed to send zero to zero,{} since it will only be applied to the non-zero coefficients of the polynomial.")) (|map| (((|NewSparseUnivariatePolynomial| |#2|) (|Mapping| |#2| |#1|) (|NewSparseUnivariatePolynomial| |#1|)) "\\axiom{map(func,{} poly)} creates a new polynomial by applying func to every non-zero coefficient of the polynomial poly.")))
NIL
NIL
-(-724 R)
+(-726 R)
((|constructor| (NIL "A post-facto extension for \\axiomType{SUP} in order to speed up operations related to pseudo-division and \\spad{gcd} for both \\axiomType{SUP} and,{} consequently,{} \\axiomType{NSMP}.")) (|halfExtendedResultant2| (((|Record| (|:| |resultant| |#1|) (|:| |coef2| $)) $ $) "\\axiom{halfExtendedResultant2(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} \\spad{cb}]}")) (|halfExtendedResultant1| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedResultant1(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca]} such that \\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{} \\spad{cb}]}")) (|extendedResultant| (((|Record| (|:| |resultant| |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedResultant(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}ca,{}\\spad{cb}]} such that \\axiom{\\spad{r}} is the resultant of \\axiom{a} and \\axiom{\\spad{b}} and \\axiom{\\spad{r} = ca * a + \\spad{cb} * \\spad{b}}")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{halfExtendedSubResultantGcd2(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}\\spad{cb}]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} \\spad{cb}]}")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedSubResultantGcd1(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} such that \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} \\spad{cb}]}")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{} \\spad{cb}]} such that \\axiom{\\spad{g}} is a \\spad{gcd} of \\axiom{a} and \\axiom{\\spad{b}} in \\axiom{\\spad{R^}(\\spad{-1}) \\spad{P}} and \\axiom{\\spad{g} = ca * a + \\spad{cb} * \\spad{b}}")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns \\axiom{resultant(a,{}\\spad{b})} if \\axiom{a} and \\axiom{\\spad{b}} has no non-trivial \\spad{gcd} in \\axiom{\\spad{R^}(\\spad{-1}) \\spad{P}} otherwise the non-zero sub-resultant with smallest index.")) (|subResultantsChain| (((|List| $) $ $) "\\axiom{subResultantsChain(a,{}\\spad{b})} returns the list of the non-zero sub-resultants of \\axiom{a} and \\axiom{\\spad{b}} sorted by increasing degree.")) (|lazyPseudoQuotient| (($ $ $) "\\axiom{lazyPseudoQuotient(a,{}\\spad{b})} returns \\axiom{\\spad{q}} if \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}")) (|lazyPseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{\\spad{c^n} * a = \\spad{q*b} \\spad{+r}} and \\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]} where \\axiom{\\spad{n} + \\spad{g} = max(0,{} degree(\\spad{b}) - degree(a) + 1)}.")) (|lazyPseudoRemainder| (($ $ $) "\\axiom{lazyPseudoRemainder(a,{}\\spad{b})} returns \\axiom{\\spad{r}} if \\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]}. This lazy pseudo-remainder is computed by means of the \\axiomOpFrom{fmecg}{NewSparseUnivariatePolynomial} operation.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| |#1|) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{r},{}\\spad{c},{}\\spad{n}]} such that \\axiom{\\spad{r}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{b}} divides \\axiom{\\spad{c^n} * a - \\spad{r}} where \\axiom{\\spad{c}} is \\axiom{leadingCoefficient(\\spad{b})} and \\axiom{\\spad{n}} is as small as possible with the previous properties.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} returns \\axiom{\\spad{r}} such that \\axiom{\\spad{r}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{b}} divides \\axiom{a \\spad{-r}} where \\axiom{\\spad{b}} is monic.")) (|fmecg| (($ $ (|NonNegativeInteger|) |#1| $) "\\axiom{fmecg(\\spad{p1},{}\\spad{e},{}\\spad{r},{}\\spad{p2})} returns \\axiom{\\spad{p1} - \\spad{r} * X**e * \\spad{p2}} where \\axiom{\\spad{X}} is \\axiom{monomial(1,{}1)}")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4255 |has| |#1| (-341)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasCategory| |#1| (QUOTE (-213))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-725 R)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4257 |has| |#1| (-343)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasCategory| |#1| (QUOTE (-215))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-727 R)
((|constructor| (NIL "This package provides polynomials as functions on a ring.")) (|eulerE| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{eulerE(n,{}r)} \\undocumented")) (|bernoulliB| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{bernoulliB(n,{}r)} \\undocumented")) (|cyclotomic| ((|#1| (|NonNegativeInteger|) |#1|) "\\spad{cyclotomic(n,{}r)} \\undocumented")))
NIL
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))))
-(-726 R E V P)
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))))
+(-728 R E V P)
((|constructor| (NIL "The category of normalized triangular sets. A triangular set \\spad{ts} is said normalized if for every algebraic variable \\spad{v} of \\spad{ts} the polynomial \\spad{select(ts,{}v)} is normalized \\spad{w}.\\spad{r}.\\spad{t}. every polynomial in \\spad{collectUnder(ts,{}v)}. A polynomial \\spad{p} is said normalized \\spad{w}.\\spad{r}.\\spad{t}. a non-constant polynomial \\spad{q} if \\spad{p} is constant or \\spad{degree(p,{}mdeg(q)) = 0} and \\spad{init(p)} is normalized \\spad{w}.\\spad{r}.\\spad{t}. \\spad{q}. One of the important features of normalized triangular sets is that they are regular sets.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[3] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of AAECC11} \\indented{5}{Paris,{} 1995.} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.}")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-727 S)
+(-729 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 (-517))) (|HasCategory| |#1| (QUOTE (-789)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-977))) (|HasCategory| |#1| (QUOTE (-160))))
-(-728)
+((-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-791)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-979))) (|HasCategory| |#1| (QUOTE (-162))))
+(-730)
((|constructor| (NIL "NumberFormats provides function to format and read arabic and roman numbers,{} to convert numbers to strings and to read floating-point numbers.")) (|ScanFloatIgnoreSpacesIfCan| (((|Union| (|Float|) "failed") (|String|)) "\\spad{ScanFloatIgnoreSpacesIfCan(s)} tries to form a floating point number from the string \\spad{s} ignoring any spaces.")) (|ScanFloatIgnoreSpaces| (((|Float|) (|String|)) "\\spad{ScanFloatIgnoreSpaces(s)} forms a floating point number from the string \\spad{s} ignoring any spaces. Error is generated if the string is not recognised as a floating point number.")) (|ScanRoman| (((|PositiveInteger|) (|String|)) "\\spad{ScanRoman(s)} forms an integer from a Roman numeral string \\spad{s}.")) (|FormatRoman| (((|String|) (|PositiveInteger|)) "\\spad{FormatRoman(n)} forms a Roman numeral string from an integer \\spad{n}.")) (|ScanArabic| (((|PositiveInteger|) (|String|)) "\\spad{ScanArabic(s)} forms an integer from an Arabic numeral string \\spad{s}.")) (|FormatArabic| (((|String|) (|PositiveInteger|)) "\\spad{FormatArabic(n)} forms an Arabic numeral string from an integer \\spad{n}.")))
NIL
NIL
-(-729)
+(-731)
((|numericalIntegration| (((|Result|) (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) (|Result|)) "\\spad{numericalIntegration(args,{}hints)} performs the integration of the function given the strategy or method returned by \\axiomFun{measure}.") (((|Result|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) (|Result|)) "\\spad{numericalIntegration(args,{}hints)} performs the integration of the function given the strategy or method returned by \\axiomFun{measure}.")) (|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|)) (|:| |extra| (|Result|))) (|RoutinesTable|) (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|List| (|Segment| (|OrderedCompletion| (|DoubleFloat|))))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{measure(R,{}args)} calculates an estimate of the ability of a particular method to solve a problem. \\blankline This method may be either a specific NAG routine or a strategy (such as transforming the function from one which is difficult to one which is easier to solve). \\blankline It will call whichever agents are needed to perform analysis on the problem in order to calculate the measure. There is a parameter,{} labelled \\axiom{sofar},{} which would contain the best compatibility found so far.") (((|Record| (|:| |measure| (|Float|)) (|:| |explanations| (|String|)) (|:| |extra| (|Result|))) (|RoutinesTable|) (|Record| (|:| |var| (|Symbol|)) (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |range| (|Segment| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{measure(R,{}args)} calculates an estimate of the ability of a particular method to solve a problem. \\blankline This method may be either a specific NAG routine or a strategy (such as transforming the function from one which is difficult to one which is easier to solve). \\blankline It will call whichever agents are needed to perform analysis on the problem in order to calculate the measure. There is a parameter,{} labelled \\axiom{sofar},{} which would contain the best compatibility found so far.")))
NIL
NIL
-(-730)
+(-732)
((|constructor| (NIL "This package is a suite of functions for the numerical integration of an ordinary differential equation of \\spad{n} variables: \\blankline \\indented{8}{\\center{dy/dx = \\spad{f}(\\spad{y},{}\\spad{x})\\space{5}\\spad{y} is an \\spad{n}-vector}} \\blankline \\par All the routines are based on a 4-th order Runge-Kutta kernel. These routines generally have as arguments: \\spad{n},{} the number of dependent variables; \\spad{x1},{} the initial point; \\spad{h},{} the step size; \\spad{y},{} a vector of initial conditions of length \\spad{n} which upon exit contains the solution at \\spad{x1 + h}; \\spad{derivs},{} a function which computes the right hand side of the ordinary differential equation: \\spad{derivs(dydx,{}y,{}x)} computes \\spad{dydx},{} a vector which contains the derivative information. \\blankline \\par In order of increasing complexity:\\begin{items} \\blankline \\item \\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} advances the solution vector to \\spad{x1 + h} and return the values in \\spad{y}. \\blankline \\item \\spad{rk4(y,{}n,{}x1,{}h,{}derivs,{}t1,{}t2,{}t3,{}t4)} is the same as \\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} except that you must provide 4 scratch arrays \\spad{t1}-\\spad{t4} of size \\spad{n}. \\blankline \\item Starting with \\spad{y} at \\spad{x1},{} \\spad{rk4f(y,{}n,{}x1,{}x2,{}ns,{}derivs)} uses \\spad{ns} fixed steps of a 4-th order Runge-Kutta integrator to advance the solution vector to \\spad{x2} and return the values in \\spad{y}. Argument \\spad{x2},{} is the final point,{} and \\spad{ns},{} the number of steps to take. \\blankline \\item \\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs)} takes a 5-th order Runge-Kutta step with monitoring of local truncation to ensure accuracy and adjust stepsize. The function takes two half steps and one full step and scales the difference in solutions at the final point. If the error is within \\spad{eps},{} the step is taken and the result is returned. If the error is not within \\spad{eps},{} the stepsize if decreased and the procedure is tried again until the desired accuracy is reached. Upon input,{} an trial step size must be given and upon return,{} an estimate of the next step size to use is returned as well as the step size which produced the desired accuracy. The scaled error is computed as \\center{\\spad{error = MAX(ABS((y2steps(i) - y1step(i))/yscal(i)))}} and this is compared against \\spad{eps}. If this is greater than \\spad{eps},{} the step size is reduced accordingly to \\center{\\spad{hnew = 0.9 * hdid * (error/eps)**(-1/4)}} If the error criterion is satisfied,{} then we check if the step size was too fine and return a more efficient one. If \\spad{error > \\spad{eps} * (6.0E-04)} then the next step size should be \\center{\\spad{hnext = 0.9 * hdid * (error/\\spad{eps})\\spad{**}(-1/5)}} Otherwise \\spad{hnext = 4.0 * hdid} is returned. A more detailed discussion of this and related topics can be found in the book \"Numerical Recipies\" by \\spad{W}.Press,{} \\spad{B}.\\spad{P}. Flannery,{} \\spad{S}.A. Teukolsky,{} \\spad{W}.\\spad{T}. Vetterling published by Cambridge University Press. Argument \\spad{step} is a record of 3 floating point numbers \\spad{(try ,{} did ,{} next)},{} \\spad{eps} is the required accuracy,{} \\spad{yscal} is the scaling vector for the difference in solutions. On input,{} \\spad{step.try} should be the guess at a step size to achieve the accuracy. On output,{} \\spad{step.did} contains the step size which achieved the accuracy and \\spad{step.next} is the next step size to use. \\blankline \\item \\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs,{}t1,{}t2,{}t3,{}t4,{}t5,{}t6,{}t7)} is the same as \\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs)} except that the user must provide the 7 scratch arrays \\spad{t1-t7} of size \\spad{n}. \\blankline \\item \\spad{rk4a(y,{}n,{}x1,{}x2,{}eps,{}h,{}ns,{}derivs)} is a driver program which uses \\spad{rk4qc} to integrate \\spad{n} ordinary differential equations starting at \\spad{x1} to \\spad{x2},{} keeping the local truncation error to within \\spad{eps} by changing the local step size. The scaling vector is defined as \\center{\\spad{yscal(i) = abs(y(i)) + abs(h*dydx(i)) + tiny}} where \\spad{y(i)} is the solution at location \\spad{x},{} \\spad{dydx} is the ordinary differential equation\\spad{'s} right hand side,{} \\spad{h} is the current step size and \\spad{tiny} is 10 times the smallest positive number representable. The user must supply an estimate for a trial step size and the maximum number of calls to \\spad{rk4qc} to use. Argument \\spad{x2} is the final point,{} \\spad{eps} is local truncation,{} \\spad{ns} is the maximum number of call to \\spad{rk4qc} to use. \\end{items}")) (|rk4f| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Integer|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4f(y,{}n,{}x1,{}x2,{}ns,{}derivs)} uses a 4-th order Runge-Kutta method to numerically integrate the ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector. Starting with \\spad{y} at \\spad{x1},{} this function uses \\spad{ns} fixed steps of a 4-th order Runge-Kutta integrator to advance the solution vector to \\spad{x2} and return the values in \\spad{y}. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4qc| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Record| (|:| |try| (|Float|)) (|:| |did| (|Float|)) (|:| |next| (|Float|))) (|Float|) (|Vector| (|Float|)) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|))) "\\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs,{}t1,{}t2,{}t3,{}t4,{}t5,{}t6,{}t7)} is a subfunction for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. This function takes a 5-th order Runge-Kutta \\spad{step} with monitoring of local truncation to ensure accuracy and adjust stepsize. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.") (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Record| (|:| |try| (|Float|)) (|:| |did| (|Float|)) (|:| |next| (|Float|))) (|Float|) (|Vector| (|Float|)) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4qc(y,{}n,{}x1,{}step,{}eps,{}yscal,{}derivs)} is a subfunction for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. This function takes a 5-th order Runge-Kutta \\spad{step} with monitoring of local truncation to ensure accuracy and adjust stepsize. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4a| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4a(y,{}n,{}x1,{}x2,{}eps,{}h,{}ns,{}derivs)} is a driver function for the numerical integration of an ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector using a 4-th order Runge-Kutta method. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.")) (|rk4| (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Vector| (|Float|))) "\\spad{rk4(y,{}n,{}x1,{}h,{}derivs,{}t1,{}t2,{}t3,{}t4)} is the same as \\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} except that you must provide 4 scratch arrays \\spad{t1}-\\spad{t4} of size \\spad{n}. For details,{} see \\con{NumericalOrdinaryDifferentialEquations}.") (((|Void|) (|Vector| (|Float|)) (|Integer|) (|Float|) (|Float|) (|Mapping| (|Void|) (|Vector| (|Float|)) (|Vector| (|Float|)) (|Float|))) "\\spad{rk4(y,{}n,{}x1,{}h,{}derivs)} uses a 4-th order Runge-Kutta method to numerically integrate the ordinary differential equation {\\em dy/dx = f(y,{}x)} of \\spad{n} variables,{} where \\spad{y} is an \\spad{n}-vector. Argument \\spad{y} is a vector of initial conditions of length \\spad{n} which upon exit contains the solution at \\spad{x1 + h},{} \\spad{n} is the number of dependent variables,{} \\spad{x1} is the initial point,{} \\spad{h} is the step size,{} and \\spad{derivs} is a function which computes the right hand side of the ordinary differential equation. For details,{} see \\spadtype{NumericalOrdinaryDifferentialEquations}.")))
NIL
NIL
-(-731)
+(-733)
((|constructor| (NIL "This suite of routines performs numerical quadrature using algorithms derived from the basic trapezoidal rule. Because the error term of this rule contains only even powers of the step size (for open and closed versions),{} fast convergence can be obtained if the integrand is sufficiently smooth. \\blankline Each routine returns a Record of type TrapAns,{} which contains\\indent{3} \\newline value (\\spadtype{Float}):\\tab{20} estimate of the integral \\newline error (\\spadtype{Float}):\\tab{20} estimate of the error in the computation \\newline totalpts (\\spadtype{Integer}):\\tab{20} total number of function evaluations \\newline success (\\spadtype{Boolean}):\\tab{20} if the integral was computed within the user specified error criterion \\indent{0}\\indent{0} To produce this estimate,{} each routine generates an internal sequence of sub-estimates,{} denoted by {\\em S(i)},{} depending on the routine,{} to which the various convergence criteria are applied. The user must supply a relative accuracy,{} \\spad{eps_r},{} and an absolute accuracy,{} \\spad{eps_a}. Convergence is obtained when either \\center{\\spad{ABS(S(i) - S(i-1)) < eps_r * ABS(S(i-1))}} \\center{or \\spad{ABS(S(i) - S(i-1)) < eps_a}} are \\spad{true} statements. \\blankline The routines come in three families and three flavors: \\newline\\tab{3} closed:\\tab{20}romberg,{}\\tab{30}simpson,{}\\tab{42}trapezoidal \\newline\\tab{3} open: \\tab{20}rombergo,{}\\tab{30}simpsono,{}\\tab{42}trapezoidalo \\newline\\tab{3} adaptive closed:\\tab{20}aromberg,{}\\tab{30}asimpson,{}\\tab{42}atrapezoidal \\par The {\\em S(i)} for the trapezoidal family is the value of the integral using an equally spaced absicca trapezoidal rule for that level of refinement. \\par The {\\em S(i)} for the simpson family is the value of the integral using an equally spaced absicca simpson rule for that level of refinement. \\par The {\\em S(i)} for the romberg family is the estimate of the integral using an equally spaced absicca romberg method. For the \\spad{i}\\spad{-}th level,{} this is an appropriate combination of all the previous trapezodial estimates so that the error term starts with the \\spad{2*(i+1)} power only. \\par The three families come in a closed version,{} where the formulas include the endpoints,{} an open version where the formulas do not include the endpoints and an adaptive version,{} where the user is required to input the number of subintervals over which the appropriate closed family integrator will apply with the usual convergence parmeters for each subinterval. This is useful where a large number of points are needed only in a small fraction of the entire domain. \\par Each routine takes as arguments: \\newline \\spad{f}\\tab{10} integrand \\newline a\\tab{10} starting point \\newline \\spad{b}\\tab{10} ending point \\newline \\spad{eps_r}\\tab{10} relative error \\newline \\spad{eps_a}\\tab{10} absolute error \\newline \\spad{nmin} \\tab{10} refinement level when to start checking for convergence (> 1) \\newline \\spad{nmax} \\tab{10} maximum level of refinement \\par The adaptive routines take as an additional parameter \\newline \\spad{nint}\\tab{10} the number of independent intervals to apply a closed \\indented{1}{family integrator of the same name.} \\par Notes: \\newline Closed family level \\spad{i} uses \\spad{1 + 2**i} points. \\newline Open family level \\spad{i} uses \\spad{1 + 3**i} points.")) (|trapezoidalo| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{trapezoidalo(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the trapezoidal method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|simpsono| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{simpsono(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the simpson method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|rombergo| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{rombergo(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the romberg method to numerically integrate function \\spad{fn} over the open interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|trapezoidal| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{trapezoidal(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the trapezoidal method to numerically integrate function \\spadvar{\\spad{fn}} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|simpson| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{simpson(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the simpson method to numerically integrate function \\spad{fn} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|romberg| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|)) "\\spad{romberg(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax)} uses the romberg method to numerically integrate function \\spadvar{\\spad{fn}} over the closed interval \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax}. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|atrapezoidal| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{atrapezoidal(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax,{}nint)} uses the adaptive trapezoidal method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|asimpson| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{asimpson(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax,{}nint)} uses the adaptive simpson method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")) (|aromberg| (((|Record| (|:| |value| (|Float|)) (|:| |error| (|Float|)) (|:| |totalpts| (|Integer|)) (|:| |success| (|Boolean|))) (|Mapping| (|Float|) (|Float|)) (|Float|) (|Float|) (|Float|) (|Float|) (|Integer|) (|Integer|) (|Integer|)) "\\spad{aromberg(fn,{}a,{}b,{}epsrel,{}epsabs,{}nmin,{}nmax,{}nint)} uses the adaptive romberg method to numerically integrate function \\spad{fn} over the closed interval from \\spad{a} to \\spad{b},{} with relative accuracy \\spad{epsrel} and absolute accuracy \\spad{epsabs},{} with the refinement levels for convergence checking vary from \\spad{nmin} to \\spad{nmax},{} and where \\spad{nint} is the number of independent intervals to apply the integrator. The value returned is a record containing the value of the integral,{} the estimate of the error in the computation,{} the total number of function evaluations,{} and either a boolean value which is \\spad{true} if the integral was computed within the user specified error criterion. See \\spadtype{NumericalQuadrature} for details.")))
NIL
NIL
-(-732 |Curve|)
+(-734 |Curve|)
((|constructor| (NIL "\\indented{1}{Author: Clifton \\spad{J}. Williamson} Date Created: Bastille Day 1989 Date Last Updated: 5 June 1990 Keywords: Examples: Package for constructing tubes around 3-dimensional parametric curves.")) (|tube| (((|TubePlot| |#1|) |#1| (|DoubleFloat|) (|Integer|)) "\\spad{tube(c,{}r,{}n)} creates a tube of radius \\spad{r} around the curve \\spad{c}.")))
NIL
NIL
-(-733)
+(-735)
((|constructor| (NIL "Ordered sets which are also abelian groups,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-734)
+(-736)
((|constructor| (NIL "Ordered sets which are also abelian monoids,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-735)
+(-737)
((|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
-(-736)
+(-738)
((|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
-(-737)
+(-739)
((|constructor| (NIL "Ordered sets which are also abelian cancellation monoids,{} such that the addition preserves the ordering.")))
NIL
NIL
-(-738 S R)
+(-740 S R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#2| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#2| |#2| |#2| |#2| |#2| |#2| |#2| |#2|) "\\spad{octon(re,{}\\spad{ri},{}rj,{}rk,{}rE,{}rI,{}rJ,{}rK)} constructs an octonion from scalars.")) (|norm| ((|#2| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#2| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#2| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#2| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#2| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#2| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#2| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#2| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#2| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-510))) (|HasCategory| |#2| (QUOTE (-986))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-346))))
-(-739 R)
+((|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-512))) (|HasCategory| |#2| (QUOTE (-988))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-348))))
+(-741 R)
((|constructor| (NIL "OctonionCategory gives the categorial frame for the octonions,{} and eight-dimensional non-associative algebra,{} doubling the the quaternions in the same way as doubling the Complex numbers to get the quaternions.")) (|inv| (($ $) "\\spad{inv(o)} returns the inverse of \\spad{o} if it exists.")) (|rationalIfCan| (((|Union| (|Fraction| (|Integer|)) "failed") $) "\\spad{rationalIfCan(o)} returns the real part if all seven imaginary parts are 0,{} and \"failed\" otherwise.")) (|rational| (((|Fraction| (|Integer|)) $) "\\spad{rational(o)} returns the real part if all seven imaginary parts are 0. Error: if \\spad{o} is not rational.")) (|rational?| (((|Boolean|) $) "\\spad{rational?(o)} tests if \\spad{o} is rational,{} \\spadignore{i.e.} that all seven imaginary parts are 0.")) (|abs| ((|#1| $) "\\spad{abs(o)} computes the absolute value of an octonion,{} equal to the square root of the \\spadfunFrom{norm}{Octonion}.")) (|octon| (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) "\\spad{octon(re,{}\\spad{ri},{}rj,{}rk,{}rE,{}rI,{}rJ,{}rK)} constructs an octonion from scalars.")) (|norm| ((|#1| $) "\\spad{norm(o)} returns the norm of an octonion,{} equal to the sum of the squares of its coefficients.")) (|imagK| ((|#1| $) "\\spad{imagK(o)} extracts the imaginary \\spad{K} part of octonion \\spad{o}.")) (|imagJ| ((|#1| $) "\\spad{imagJ(o)} extracts the imaginary \\spad{J} part of octonion \\spad{o}.")) (|imagI| ((|#1| $) "\\spad{imagI(o)} extracts the imaginary \\spad{I} part of octonion \\spad{o}.")) (|imagE| ((|#1| $) "\\spad{imagE(o)} extracts the imaginary \\spad{E} part of octonion \\spad{o}.")) (|imagk| ((|#1| $) "\\spad{imagk(o)} extracts the \\spad{k} part of octonion \\spad{o}.")) (|imagj| ((|#1| $) "\\spad{imagj(o)} extracts the \\spad{j} part of octonion \\spad{o}.")) (|imagi| ((|#1| $) "\\spad{imagi(o)} extracts the \\spad{i} part of octonion \\spad{o}.")) (|real| ((|#1| $) "\\spad{real(o)} extracts real part of octonion \\spad{o}.")) (|conjugate| (($ $) "\\spad{conjugate(o)} negates the imaginary parts \\spad{i},{}\\spad{j},{}\\spad{k},{}\\spad{E},{}\\spad{I},{}\\spad{J},{}\\spad{K} of octonian \\spad{o}.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-740 -2067 R OS S)
+(-742 -2027 R OS S)
((|constructor| (NIL "OctonionCategoryFunctions2 implements functions between two octonion domains defined over different rings. The function map is used to coerce between octonion types.")) (|map| ((|#3| (|Mapping| |#4| |#2|) |#1|) "\\spad{map(f,{}u)} maps \\spad{f} onto the component parts of the octonion \\spad{u}.")))
NIL
NIL
-(-741 R)
+(-743 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}.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -265) (|devaluate| |#1|) (|devaluate| |#1|))) (-2067 (|HasCategory| (-931 |#1|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (|HasCategory| (-931 |#1|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-986))) (|HasCategory| |#1| (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| (-931 |#1|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-931 |#1|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))))
-(-742)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -267) (|devaluate| |#1|) (|devaluate| |#1|))) (-2027 (|HasCategory| (-933 |#1|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (|HasCategory| (-933 |#1|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-988))) (|HasCategory| |#1| (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| (-933 |#1|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-933 |#1|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))))
+(-744)
((|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
-(-743 R -1834 L)
+(-745 R -1819 L)
((|constructor| (NIL "Solution of linear ordinary differential equations,{} constant coefficient case.")) (|constDsolve| (((|Record| (|:| |particular| |#2|) (|:| |basis| (|List| |#2|))) |#3| |#2| (|Symbol|)) "\\spad{constDsolve(op,{} g,{} x)} returns \\spad{[f,{} [y1,{}...,{}ym]]} where \\spad{f} is a particular solution of the equation \\spad{op y = g},{} and the \\spad{\\spad{yi}}\\spad{'s} form a basis for the solutions of \\spad{op y = 0}.")))
NIL
NIL
-(-744 R -1834)
+(-746 R -1819)
((|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
-(-745)
+(-747)
((|constructor| (NIL "\\axiom{ODEIntensityFunctionsTable()} provides a dynamic table and a set of functions to store details found out about sets of ODE\\spad{'s}.")) (|showIntensityFunctions| (((|Union| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|))) "failed") (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{showIntensityFunctions(k)} returns the entries in the table of intensity functions \\spad{k}.")) (|insert!| (($ (|Record| (|:| |key| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|)))))) "\\spad{insert!(r)} inserts an entry \\spad{r} into theIFTable")) (|iFTable| (($ (|List| (|Record| (|:| |key| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) (|:| |entry| (|Record| (|:| |stiffness| (|Float|)) (|:| |stability| (|Float|)) (|:| |expense| (|Float|)) (|:| |accuracy| (|Float|)) (|:| |intermediateResults| (|Float|))))))) "\\spad{iFTable(l)} creates an intensity-functions table from the elements of \\spad{l}.")) (|keys| (((|List| (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) $) "\\spad{keys(tab)} returns the list of keys of \\spad{f}")) (|clearTheIFTable| (((|Void|)) "\\spad{clearTheIFTable()} clears the current table of intensity functions.")) (|showTheIFTable| (($) "\\spad{showTheIFTable()} returns the current table of intensity functions.")))
NIL
NIL
-(-746 R -1834)
+(-748 R -1819)
((|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
-(-747)
+(-749)
((|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalODEProblem|) (|RoutinesTable|)) "\\spad{measure(prob,{}R)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical ODE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{OrdinaryDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of ODEs by checking various attributes of the system of ODEs and calculating a measure of compatibility of each routine to these attributes.") (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalODEProblem|)) "\\spad{measure(prob)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical ODE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{OrdinaryDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of ODEs by checking various attributes of the system of ODEs and calculating a measure of compatibility of each routine to these attributes.")) (|solve| (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|List| (|Float|)) (|Float|) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}G,{}intVals,{}epsabs,{}epsrel)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to an absolute error requirement \\axiom{\\spad{epsabs}} and relative error \\axiom{\\spad{epsrel}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}G,{}intVals,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}intVals,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The values of \\spad{Y}[1]..\\spad{Y}[\\spad{n}] will be output for the values of \\spad{X} in \\axiom{\\spad{intVals}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Expression| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}G,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. The calculation will stop if the function \\spad{G}(\\spad{X},{}\\spad{Y}[1],{}..,{}\\spad{Y}[\\spad{n}]) evaluates to zero before \\spad{X} = \\spad{xEnd}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|)) (|Float|)) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial,{}tol)} is a top level ANNA function to solve numerically a system of ordinary differential equations,{} \\axiom{\\spad{f}},{} \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}] from \\axiom{\\spad{xStart}} to \\axiom{\\spad{xEnd}} with the initial values for \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (\\axiom{\\spad{yInitial}}) to a tolerance \\axiom{\\spad{tol}}. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|Vector| (|Expression| (|Float|))) (|Float|) (|Float|) (|List| (|Float|))) "\\spad{solve(f,{}xStart,{}xEnd,{}yInitial)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with a starting value for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions) and a final value of \\spad{X}. A default value is used for the accuracy requirement. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|NumericalODEProblem|) (|RoutinesTable|)) "\\spad{solve(odeProblem,{}R)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with starting values for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions),{} a final value of \\spad{X},{} an accuracy requirement and any intermediate points at which the result is required. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} contained in the table of routines \\axiom{\\spad{R}} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.") (((|Result|) (|NumericalODEProblem|)) "\\spad{solve(odeProblem)} is a top level ANNA function to solve numerically a system of ordinary differential equations \\spadignore{i.e.} equations for the derivatives \\spad{Y}[1]'..\\spad{Y}[\\spad{n}]' defined in terms of \\spad{X},{}\\spad{Y}[1]..\\spad{Y}[\\spad{n}],{} together with starting values for \\spad{X} and \\spad{Y}[1]..\\spad{Y}[\\spad{n}] (called the initial conditions),{} a final value of \\spad{X},{} an accuracy requirement and any intermediate points at which the result is required. \\blankline It iterates over the \\axiom{domains} of \\axiomType{OrdinaryDifferentialEquationsSolverCategory} to get the name and other relevant information of the the (domain of the) numerical routine likely to be the most appropriate,{} \\spadignore{i.e.} have the best \\axiom{measure}. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of ODE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine.")))
NIL
NIL
-(-748 -1834 UP UPUP R)
+(-750 -1819 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
-(-749 -1834 UP L LQ)
+(-751 -1819 UP L LQ)
((|constructor| (NIL "\\spad{PrimitiveRatDE} provides functions for in-field solutions of linear \\indented{1}{ordinary differential equations,{} in the transcendental case.} \\indented{1}{The derivation to use is given by the parameter \\spad{L}.}")) (|splitDenominator| (((|Record| (|:| |eq| |#3|) (|:| |rh| (|List| (|Fraction| |#2|)))) |#4| (|List| (|Fraction| |#2|))) "\\spad{splitDenominator(op,{} [g1,{}...,{}gm])} returns \\spad{op0,{} [h1,{}...,{}hm]} such that the equations \\spad{op y = c1 g1 + ... + cm gm} and \\spad{op0 y = c1 h1 + ... + cm hm} have the same solutions.")) (|indicialEquation| ((|#2| |#4| |#1|) "\\spad{indicialEquation(op,{} a)} returns the indicial equation of \\spad{op} at \\spad{a}.") ((|#2| |#3| |#1|) "\\spad{indicialEquation(op,{} a)} returns the indicial equation of \\spad{op} at \\spad{a}.")) (|indicialEquations| (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#4| |#2|) "\\spad{indicialEquations(op,{} p)} returns \\spad{[[d1,{}e1],{}...,{}[dq,{}eq]]} where the \\spad{d_i}\\spad{'s} are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}\\spad{'s} are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#4|) "\\spad{indicialEquations op} returns \\spad{[[d1,{}e1],{}...,{}[dq,{}eq]]} where the \\spad{d_i}\\spad{'s} are the affine singularities of \\spad{op},{} and the \\spad{e_i}\\spad{'s} are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#3| |#2|) "\\spad{indicialEquations(op,{} p)} returns \\spad{[[d1,{}e1],{}...,{}[dq,{}eq]]} where the \\spad{d_i}\\spad{'s} are the affine singularities of \\spad{op} above the roots of \\spad{p},{} and the \\spad{e_i}\\spad{'s} are the indicial equations at each \\spad{d_i}.") (((|List| (|Record| (|:| |center| |#2|) (|:| |equation| |#2|))) |#3|) "\\spad{indicialEquations op} returns \\spad{[[d1,{}e1],{}...,{}[dq,{}eq]]} where the \\spad{d_i}\\spad{'s} are the affine singularities of \\spad{op},{} and the \\spad{e_i}\\spad{'s} are the indicial equations at each \\spad{d_i}.")) (|denomLODE| ((|#2| |#3| (|List| (|Fraction| |#2|))) "\\spad{denomLODE(op,{} [g1,{}...,{}gm])} returns a polynomial \\spad{d} such that any rational solution of \\spad{op y = c1 g1 + ... + cm gm} is of the form \\spad{p/d} for some polynomial \\spad{p}.") (((|Union| |#2| "failed") |#3| (|Fraction| |#2|)) "\\spad{denomLODE(op,{} g)} returns a polynomial \\spad{d} such that any rational solution of \\spad{op y = g} is of the form \\spad{p/d} for some polynomial \\spad{p},{} and \"failed\",{} if the equation has no rational solution.")))
NIL
NIL
-(-750)
+(-752)
((|retract| (((|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |xinit| (|DoubleFloat|)) (|:| |xend| (|DoubleFloat|)) (|:| |fn| (|Vector| (|Expression| (|DoubleFloat|)))) (|:| |yinit| (|List| (|DoubleFloat|))) (|:| |intvals| (|List| (|DoubleFloat|))) (|:| |g| (|Expression| (|DoubleFloat|))) (|:| |abserr| (|DoubleFloat|)) (|:| |relerr| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-751 -1834 UP L LQ)
+(-753 -1819 UP L LQ)
((|constructor| (NIL "In-field solution of Riccati equations,{} primitive case.")) (|changeVar| ((|#3| |#3| (|Fraction| |#2|)) "\\spad{changeVar(+/[\\spad{ai} D^i],{} a)} returns the operator \\spad{+/[\\spad{ai} (D+a)\\spad{^i}]}.") ((|#3| |#3| |#2|) "\\spad{changeVar(+/[\\spad{ai} D^i],{} a)} returns the operator \\spad{+/[\\spad{ai} (D+a)\\spad{^i}]}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#2|) |#2| (|SparseUnivariatePolynomial| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op,{} zeros,{} ezfactor)} returns \\spad{[[f1,{} L1],{} [f2,{} L2],{} ... ,{} [fk,{} Lk]]} such that the singular part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{\\spad{Li} z=0}. \\spad{zeros(C(x),{}H(x,{}y))} returns all the \\spad{P_i(x)}\\spad{'s} such that \\spad{H(x,{}P_i(x)) = 0 modulo C(x)}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op,{} zeros)} returns \\spad{[[p1,{} L1],{} [p2,{} L2],{} ... ,{} [pk,{} Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y=0} must be one of the \\spad{pi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z=y e^{-int p}} is \\spad{\\spad{Li} z =0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|constantCoefficientRicDE| (((|List| (|Record| (|:| |constant| |#1|) (|:| |eq| |#3|))) |#3| (|Mapping| (|List| |#1|) |#2|)) "\\spad{constantCoefficientRicDE(op,{} ric)} returns \\spad{[[a1,{} L1],{} [a2,{} L2],{} ... ,{} [ak,{} Lk]]} such that any rational solution with no polynomial part of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{ai}\\spad{'s} in which case the equation for \\spad{z = y e^{-int \\spad{ai}}} is \\spad{\\spad{Li} z = 0}. \\spad{ric} is a Riccati equation solver over \\spad{F},{} whose input is the associated linear equation.")) (|leadingCoefficientRicDE| (((|List| (|Record| (|:| |deg| (|NonNegativeInteger|)) (|:| |eq| |#2|))) |#3|) "\\spad{leadingCoefficientRicDE(op)} returns \\spad{[[m1,{} p1],{} [m2,{} p2],{} ... ,{} [mk,{} pk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must have degree \\spad{mj} for some \\spad{j},{} and its leading coefficient is then a zero of \\spad{pj}. In addition,{}\\spad{m1>m2> ... >mk}.")) (|denomRicDE| ((|#2| |#3|) "\\spad{denomRicDE(op)} returns a polynomial \\spad{d} such that any rational solution of the associated Riccati equation of \\spad{op y = 0} is of the form \\spad{p/d + q'/q + r} for some polynomials \\spad{p} and \\spad{q} and a reduced \\spad{r}. Also,{} \\spad{deg(p) < deg(d)} and {\\spad{gcd}(\\spad{d},{}\\spad{q}) = 1}.")))
NIL
NIL
-(-752 -1834 UP)
+(-754 -1819 UP)
((|constructor| (NIL "\\spad{RationalLODE} provides functions for in-field solutions of linear \\indented{1}{ordinary differential equations,{} in the rational case.}")) (|indicialEquationAtInfinity| ((|#2| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{indicialEquationAtInfinity op} returns the indicial equation of \\spad{op} at infinity.") ((|#2| (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{indicialEquationAtInfinity op} returns the indicial equation of \\spad{op} at infinity.")) (|ratDsolve| (((|Record| (|:| |basis| (|List| (|Fraction| |#2|))) (|:| |mat| (|Matrix| |#1|))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|List| (|Fraction| |#2|))) "\\spad{ratDsolve(op,{} [g1,{}...,{}gm])} returns \\spad{[[h1,{}...,{}hq],{} M]} such that any rational solution of \\spad{op y = c1 g1 + ... + cm gm} is of the form \\spad{d1 h1 + ... + dq hq} where \\spad{M [d1,{}...,{}dq,{}c1,{}...,{}cm] = 0}.") (((|Record| (|:| |particular| (|Union| (|Fraction| |#2|) "failed")) (|:| |basis| (|List| (|Fraction| |#2|)))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{ratDsolve(op,{} g)} returns \\spad{[\"failed\",{} []]} if the equation \\spad{op y = g} has no rational solution. Otherwise,{} it returns \\spad{[f,{} [y1,{}...,{}ym]]} where \\spad{f} is a particular rational solution and the \\spad{yi}\\spad{'s} form a basis for the rational solutions of the homogeneous equation.") (((|Record| (|:| |basis| (|List| (|Fraction| |#2|))) (|:| |mat| (|Matrix| |#1|))) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|List| (|Fraction| |#2|))) "\\spad{ratDsolve(op,{} [g1,{}...,{}gm])} returns \\spad{[[h1,{}...,{}hq],{} M]} such that any rational solution of \\spad{op y = c1 g1 + ... + cm gm} is of the form \\spad{d1 h1 + ... + dq hq} where \\spad{M [d1,{}...,{}dq,{}c1,{}...,{}cm] = 0}.") (((|Record| (|:| |particular| (|Union| (|Fraction| |#2|) "failed")) (|:| |basis| (|List| (|Fraction| |#2|)))) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Fraction| |#2|)) "\\spad{ratDsolve(op,{} g)} returns \\spad{[\"failed\",{} []]} if the equation \\spad{op y = g} has no rational solution. Otherwise,{} it returns \\spad{[f,{} [y1,{}...,{}ym]]} where \\spad{f} is a particular rational solution and the \\spad{yi}\\spad{'s} form a basis for the rational solutions of the homogeneous equation.")))
NIL
NIL
-(-753 -1834 L UP A LO)
+(-755 -1819 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
-(-754 -1834 UP)
+(-756 -1819 UP)
((|constructor| (NIL "In-field solution of Riccati equations,{} rational case.")) (|polyRicDE| (((|List| (|Record| (|:| |poly| |#2|) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{polyRicDE(op,{} zeros)} returns \\spad{[[p1,{} L1],{} [p2,{} L2],{} ... ,{} [pk,{}Lk]]} such that the polynomial part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{pi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int p}} is \\spad{\\spad{Li} z = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")) (|singRicDE| (((|List| (|Record| (|:| |frac| (|Fraction| |#2|)) (|:| |eq| (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))))) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{singRicDE(op,{} ezfactor)} returns \\spad{[[f1,{}L1],{} [f2,{}L2],{}...,{} [fk,{}Lk]]} such that the singular \\spad{++} part of any rational solution of the associated Riccati equation of \\spad{op y = 0} must be one of the \\spad{fi}\\spad{'s} (up to the constant coefficient),{} in which case the equation for \\spad{z = y e^{-int \\spad{ai}}} is \\spad{\\spad{Li} z = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.")) (|ricDsolve| (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|))) "\\spad{ricDsolve(op)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} zeros,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator2| |#2| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op,{} zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|) (|Mapping| (|Factored| |#2|) |#2|)) "\\spad{ricDsolve(op,{} zeros,{} ezfactor)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}. Argument \\spad{ezfactor} is a factorisation in \\spad{UP},{} not necessarily into irreducibles.") (((|List| (|Fraction| |#2|)) (|LinearOrdinaryDifferentialOperator1| (|Fraction| |#2|)) (|Mapping| (|List| |#1|) |#2|)) "\\spad{ricDsolve(op,{} zeros)} returns the rational solutions of the associated Riccati equation of \\spad{op y = 0}. \\spad{zeros} is a zero finder in \\spad{UP}.")))
NIL
((|HasCategory| |#1| (QUOTE (-27))))
-(-755 -1834 LO)
+(-757 -1819 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
-(-756 -1834 LODO)
+(-758 -1819 LODO)
((|constructor| (NIL "\\spad{ODETools} provides tools for the linear ODE solver.")) (|particularSolution| (((|Union| |#1| "failed") |#2| |#1| (|List| |#1|) (|Mapping| |#1| |#1|)) "\\spad{particularSolution(op,{} g,{} [f1,{}...,{}fm],{} I)} returns a particular solution \\spad{h} of the equation \\spad{op y = g} where \\spad{[f1,{}...,{}fm]} are linearly independent and \\spad{op(\\spad{fi})=0}. The value \"failed\" is returned if no particular solution is found. Note: the method of variations of parameters is used.")) (|variationOfParameters| (((|Union| (|Vector| |#1|) "failed") |#2| |#1| (|List| |#1|)) "\\spad{variationOfParameters(op,{} g,{} [f1,{}...,{}fm])} returns \\spad{[u1,{}...,{}um]} such that a particular solution of the equation \\spad{op y = g} is \\spad{f1 int(u1) + ... + fm int(um)} where \\spad{[f1,{}...,{}fm]} are linearly independent and \\spad{op(\\spad{fi})=0}. The value \"failed\" is returned if \\spad{m < n} and no particular solution is found.")) (|wronskianMatrix| (((|Matrix| |#1|) (|List| |#1|) (|NonNegativeInteger|)) "\\spad{wronskianMatrix([f1,{}...,{}fn],{} q,{} D)} returns the \\spad{q x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),{}...,{}fn^(i-1)]}.") (((|Matrix| |#1|) (|List| |#1|)) "\\spad{wronskianMatrix([f1,{}...,{}fn])} returns the \\spad{n x n} matrix \\spad{m} whose i^th row is \\spad{[f1^(i-1),{}...,{}fn^(i-1)]}.")))
NIL
NIL
-(-757 -2041 S |f|)
+(-759 -2020 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}.")))
-((-4253 |has| |#2| (-977)) (-4254 |has| |#2| (-977)) (-4256 |has| |#2| (-6 -4256)) ((-4261 "*") |has| |#2| (-160)) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020)))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341)))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-735))) (-2067 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-787)))) (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-977)))) (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-977)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-126)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-160)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-213)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-346)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-669)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-735)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-787)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020))))) (-2067 (-12 (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-346))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-735))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-787))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| (-525) (QUOTE (-789))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (QUOTE (-977)))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-2067 (|HasCategory| |#2| (QUOTE (-977))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-1020)))) (|HasAttribute| |#2| (QUOTE -4256)) (|HasCategory| |#2| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-758 R)
+((-4255 |has| |#2| (-979)) (-4256 |has| |#2| (-979)) (-4258 |has| |#2| (-6 -4258)) ((-4263 "*") |has| |#2| (-162)) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343)))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-737))) (-2027 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-789)))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-979)))) (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-979)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-25)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-128)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-162)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-215)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-348)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-671)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-737)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-789)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022))))) (-2027 (-12 (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-25))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-737))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| (-527) (QUOTE (-791))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (QUOTE (-979)))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-2027 (|HasCategory| |#2| (QUOTE (-979))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-1022)))) (|HasAttribute| |#2| (QUOTE -4258)) (|HasCategory| |#2| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-25))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-760 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")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-760 (-1092)) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-760 (-1092)) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-760 (-1092)) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-760 (-1092)) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-760 (-1092)) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-759 |Kernels| R |var|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-762 (-1094)) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-762 (-1094)) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-762 (-1094)) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-762 (-1094)) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-762 (-1094)) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-761 |Kernels| R |var|)
((|constructor| (NIL "This constructor produces an ordinary differential ring from a partial differential ring by specifying a variable.")) (|coerce| ((|#2| $) "\\spad{coerce(p)} views \\spad{p} as a valie in the partial differential ring.") (($ |#2|) "\\spad{coerce(r)} views \\spad{r} as a value in the ordinary differential ring.")))
-(((-4261 "*") |has| |#2| (-341)) (-4252 |has| |#2| (-341)) (-4257 |has| |#2| (-341)) (-4251 |has| |#2| (-341)) (-4256 . T) (-4254 . T) (-4253 . T))
-((|HasCategory| |#2| (QUOTE (-341))))
-(-760 S)
+(((-4263 "*") |has| |#2| (-343)) (-4254 |has| |#2| (-343)) (-4259 |has| |#2| (-343)) (-4253 |has| |#2| (-343)) (-4258 . T) (-4256 . T) (-4255 . T))
+((|HasCategory| |#2| (QUOTE (-343))))
+(-762 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
-(-761 S)
+(-763 S)
((|constructor| (NIL "\\indented{3}{The free monoid on a set \\spad{S} is the monoid of finite products of} the form \\spad{reduce(*,{}[\\spad{si} ** \\spad{ni}])} where the \\spad{si}\\spad{'s} are in \\spad{S},{} and the \\spad{ni}\\spad{'s} are non-negative integers. The multiplication is not commutative. For two elements \\spad{x} and \\spad{y} the relation \\spad{x < y} holds if either \\spad{length(x) < length(y)} holds or if these lengths are equal and if \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the lexicographical ordering induced by \\spad{S}. This domain inherits implementation from \\spadtype{FreeMonoid}.")) (|varList| (((|List| |#1|) $) "\\spad{varList(x)} returns the list of variables of \\spad{x}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the length of \\spad{x}.")) (|factors| (((|List| (|Record| (|:| |gen| |#1|) (|:| |exp| (|NonNegativeInteger|)))) $) "\\spad{factors(a1\\^e1,{}...,{}an\\^en)} returns \\spad{[[a1,{} e1],{}...,{}[an,{} en]]}.")) (|nthFactor| ((|#1| $ (|Integer|)) "\\spad{nthFactor(x,{} n)} returns the factor of the \\spad{n-th} monomial of \\spad{x}.")) (|nthExpon| (((|NonNegativeInteger|) $ (|Integer|)) "\\spad{nthExpon(x,{} n)} returns the exponent of the \\spad{n-th} monomial of \\spad{x}.")) (|size| (((|NonNegativeInteger|) $) "\\spad{size(x)} returns the number of monomials in \\spad{x}.")) (|overlap| (((|Record| (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) "\\spad{overlap(x,{} y)} returns \\spad{[l,{} m,{} r]} such that \\spad{x = l * m} and \\spad{y = m * r} hold and such that \\spad{l} and \\spad{r} have no overlap,{} that is \\spad{overlap(l,{} r) = [l,{} 1,{} r]}.")) (|div| (((|Union| (|Record| (|:| |lm| $) (|:| |rm| $)) "failed") $ $) "\\spad{x div y} returns the left and right exact quotients of \\spad{x} by \\spad{y},{} that is \\spad{[l,{} r]} such that \\spad{x = l * y * r}. \"failed\" is returned iff \\spad{x} is not of the form \\spad{l * y * r}.")) (|rquo| (((|Union| $ "failed") $ |#1|) "\\spad{rquo(x,{} s)} returns the exact right quotient of \\spad{x} by \\spad{s}.") (((|Union| $ "failed") $ $) "\\spad{rquo(x,{} y)} returns the exact right quotient of \\spad{x} by \\spad{y} that is \\spad{q} such that \\spad{x = q * y},{} \"failed\" if \\spad{x} is not of the form \\spad{q * y}.")) (|lquo| (((|Union| $ "failed") $ |#1|) "\\spad{lquo(x,{} s)} returns the exact left quotient of \\spad{x} by \\spad{s}.") (((|Union| $ "failed") $ $) "\\spad{lquo(x,{} y)} returns the exact left quotient of \\spad{x} \\indented{1}{by \\spad{y} that is \\spad{q} such that \\spad{x = y * q},{}} \"failed\" if \\spad{x} is not of the form \\spad{y * q}.")) (|hcrf| (($ $ $) "\\spad{hcrf(x,{} y)} returns the highest common right factor of \\spad{x} and \\spad{y},{} that is the largest \\spad{d} such that \\spad{x = a d} and \\spad{y = b d}.")) (|hclf| (($ $ $) "\\spad{hclf(x,{} y)} returns the highest common left factor of \\spad{x} and \\spad{y},{} that is the largest \\spad{d} such that \\spad{x = d a} and \\spad{y = d b}.")) (|lexico| (((|Boolean|) $ $) "\\spad{lexico(x,{}y)} returns \\spad{true} iff \\spad{x} is smaller than \\spad{y} \\spad{w}.\\spad{r}.\\spad{t}. the pure lexicographical ordering induced by \\spad{S}.")) (|mirror| (($ $) "\\spad{mirror(x)} returns the reversed word of \\spad{x}.")) (|rest| (($ $) "\\spad{rest(x)} returns \\spad{x} except the first letter.")) (|first| ((|#1| $) "\\spad{first(x)} returns the first letter of \\spad{x}.")) (** (($ |#1| (|NonNegativeInteger|)) "\\spad{s ** n} returns the product of \\spad{s} by itself \\spad{n} times.")) (* (($ $ |#1|) "\\spad{x * s} returns the product of \\spad{x} by \\spad{s} on the right.") (($ |#1| $) "\\spad{s * x} returns the product of \\spad{x} by \\spad{s} on the left.")))
NIL
NIL
-(-762)
+(-764)
((|constructor| (NIL "The category of ordered commutative integral domains,{} where ordering and the arithmetic operations are compatible \\blankline")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-763)
+(-765)
((|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
-(-764)
+(-766)
((|constructor| (NIL "\\spadtype{OpenMathDevice} provides support for reading and writing openMath objects to files,{} strings etc. It also provides access to low-level operations from within the interpreter.")) (|OMgetType| (((|Symbol|) $) "\\spad{OMgetType(dev)} returns the type of the next object on \\axiom{\\spad{dev}}.")) (|OMgetSymbol| (((|Record| (|:| |cd| (|String|)) (|:| |name| (|String|))) $) "\\spad{OMgetSymbol(dev)} reads a symbol from \\axiom{\\spad{dev}}.")) (|OMgetString| (((|String|) $) "\\spad{OMgetString(dev)} reads a string from \\axiom{\\spad{dev}}.")) (|OMgetVariable| (((|Symbol|) $) "\\spad{OMgetVariable(dev)} reads a variable from \\axiom{\\spad{dev}}.")) (|OMgetFloat| (((|DoubleFloat|) $) "\\spad{OMgetFloat(dev)} reads a float from \\axiom{\\spad{dev}}.")) (|OMgetInteger| (((|Integer|) $) "\\spad{OMgetInteger(dev)} reads an integer from \\axiom{\\spad{dev}}.")) (|OMgetEndObject| (((|Void|) $) "\\spad{OMgetEndObject(dev)} reads an end object token from \\axiom{\\spad{dev}}.")) (|OMgetEndError| (((|Void|) $) "\\spad{OMgetEndError(dev)} reads an end error token from \\axiom{\\spad{dev}}.")) (|OMgetEndBVar| (((|Void|) $) "\\spad{OMgetEndBVar(dev)} reads an end bound variable list token from \\axiom{\\spad{dev}}.")) (|OMgetEndBind| (((|Void|) $) "\\spad{OMgetEndBind(dev)} reads an end binder token from \\axiom{\\spad{dev}}.")) (|OMgetEndAttr| (((|Void|) $) "\\spad{OMgetEndAttr(dev)} reads an end attribute token from \\axiom{\\spad{dev}}.")) (|OMgetEndAtp| (((|Void|) $) "\\spad{OMgetEndAtp(dev)} reads an end attribute pair token from \\axiom{\\spad{dev}}.")) (|OMgetEndApp| (((|Void|) $) "\\spad{OMgetEndApp(dev)} reads an end application token from \\axiom{\\spad{dev}}.")) (|OMgetObject| (((|Void|) $) "\\spad{OMgetObject(dev)} reads a begin object token from \\axiom{\\spad{dev}}.")) (|OMgetError| (((|Void|) $) "\\spad{OMgetError(dev)} reads a begin error token from \\axiom{\\spad{dev}}.")) (|OMgetBVar| (((|Void|) $) "\\spad{OMgetBVar(dev)} reads a begin bound variable list token from \\axiom{\\spad{dev}}.")) (|OMgetBind| (((|Void|) $) "\\spad{OMgetBind(dev)} reads a begin binder token from \\axiom{\\spad{dev}}.")) (|OMgetAttr| (((|Void|) $) "\\spad{OMgetAttr(dev)} reads a begin attribute token from \\axiom{\\spad{dev}}.")) (|OMgetAtp| (((|Void|) $) "\\spad{OMgetAtp(dev)} reads a begin attribute pair token from \\axiom{\\spad{dev}}.")) (|OMgetApp| (((|Void|) $) "\\spad{OMgetApp(dev)} reads a begin application token from \\axiom{\\spad{dev}}.")) (|OMputSymbol| (((|Void|) $ (|String|) (|String|)) "\\spad{OMputSymbol(dev,{}cd,{}s)} writes the symbol \\axiom{\\spad{s}} from \\spad{CD} \\axiom{\\spad{cd}} to \\axiom{\\spad{dev}}.")) (|OMputString| (((|Void|) $ (|String|)) "\\spad{OMputString(dev,{}i)} writes the string \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputVariable| (((|Void|) $ (|Symbol|)) "\\spad{OMputVariable(dev,{}i)} writes the variable \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputFloat| (((|Void|) $ (|DoubleFloat|)) "\\spad{OMputFloat(dev,{}i)} writes the float \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputInteger| (((|Void|) $ (|Integer|)) "\\spad{OMputInteger(dev,{}i)} writes the integer \\axiom{\\spad{i}} to \\axiom{\\spad{dev}}.")) (|OMputEndObject| (((|Void|) $) "\\spad{OMputEndObject(dev)} writes an end object token to \\axiom{\\spad{dev}}.")) (|OMputEndError| (((|Void|) $) "\\spad{OMputEndError(dev)} writes an end error token to \\axiom{\\spad{dev}}.")) (|OMputEndBVar| (((|Void|) $) "\\spad{OMputEndBVar(dev)} writes an end bound variable list token to \\axiom{\\spad{dev}}.")) (|OMputEndBind| (((|Void|) $) "\\spad{OMputEndBind(dev)} writes an end binder token to \\axiom{\\spad{dev}}.")) (|OMputEndAttr| (((|Void|) $) "\\spad{OMputEndAttr(dev)} writes an end attribute token to \\axiom{\\spad{dev}}.")) (|OMputEndAtp| (((|Void|) $) "\\spad{OMputEndAtp(dev)} writes an end attribute pair token to \\axiom{\\spad{dev}}.")) (|OMputEndApp| (((|Void|) $) "\\spad{OMputEndApp(dev)} writes an end application token to \\axiom{\\spad{dev}}.")) (|OMputObject| (((|Void|) $) "\\spad{OMputObject(dev)} writes a begin object token to \\axiom{\\spad{dev}}.")) (|OMputError| (((|Void|) $) "\\spad{OMputError(dev)} writes a begin error token to \\axiom{\\spad{dev}}.")) (|OMputBVar| (((|Void|) $) "\\spad{OMputBVar(dev)} writes a begin bound variable list token to \\axiom{\\spad{dev}}.")) (|OMputBind| (((|Void|) $) "\\spad{OMputBind(dev)} writes a begin binder token to \\axiom{\\spad{dev}}.")) (|OMputAttr| (((|Void|) $) "\\spad{OMputAttr(dev)} writes a begin attribute token to \\axiom{\\spad{dev}}.")) (|OMputAtp| (((|Void|) $) "\\spad{OMputAtp(dev)} writes a begin attribute pair token to \\axiom{\\spad{dev}}.")) (|OMputApp| (((|Void|) $) "\\spad{OMputApp(dev)} writes a begin application token to \\axiom{\\spad{dev}}.")) (|OMsetEncoding| (((|Void|) $ (|OpenMathEncoding|)) "\\spad{OMsetEncoding(dev,{}enc)} sets the encoding used for reading or writing OpenMath objects to or from \\axiom{\\spad{dev}} to \\axiom{\\spad{enc}}.")) (|OMclose| (((|Void|) $) "\\spad{OMclose(dev)} closes \\axiom{\\spad{dev}},{} flushing output if necessary.")) (|OMopenString| (($ (|String|) (|OpenMathEncoding|)) "\\spad{OMopenString(s,{}mode)} opens the string \\axiom{\\spad{s}} for reading or writing OpenMath objects in encoding \\axiom{enc}.")) (|OMopenFile| (($ (|String|) (|String|) (|OpenMathEncoding|)) "\\spad{OMopenFile(f,{}mode,{}enc)} opens file \\axiom{\\spad{f}} for reading or writing OpenMath objects (depending on \\axiom{\\spad{mode}} which can be \\spad{\"r\"},{} \\spad{\"w\"} or \"a\" for read,{} write and append respectively),{} in the encoding \\axiom{\\spad{enc}}.")))
NIL
NIL
-(-765)
+(-767)
((|constructor| (NIL "\\spadtype{OpenMathEncoding} is the set of valid OpenMath encodings.")) (|OMencodingBinary| (($) "\\spad{OMencodingBinary()} is the constant for the OpenMath binary encoding.")) (|OMencodingSGML| (($) "\\spad{OMencodingSGML()} is the constant for the deprecated OpenMath SGML encoding.")) (|OMencodingXML| (($) "\\spad{OMencodingXML()} is the constant for the OpenMath \\spad{XML} encoding.")) (|OMencodingUnknown| (($) "\\spad{OMencodingUnknown()} is the constant for unknown encoding types. If this is used on an input device,{} the encoding will be autodetected. It is invalid to use it on an output device.")))
NIL
NIL
-(-766)
+(-768)
((|constructor| (NIL "\\spadtype{OpenMathErrorKind} represents different kinds of OpenMath errors: specifically parse errors,{} unknown \\spad{CD} or symbol errors,{} and read errors.")) (|OMReadError?| (((|Boolean|) $) "\\spad{OMReadError?(u)} tests whether \\spad{u} is an OpenMath read error.")) (|OMUnknownSymbol?| (((|Boolean|) $) "\\spad{OMUnknownSymbol?(u)} tests whether \\spad{u} is an OpenMath unknown symbol error.")) (|OMUnknownCD?| (((|Boolean|) $) "\\spad{OMUnknownCD?(u)} tests whether \\spad{u} is an OpenMath unknown \\spad{CD} error.")) (|OMParseError?| (((|Boolean|) $) "\\spad{OMParseError?(u)} tests whether \\spad{u} is an OpenMath parsing error.")) (|coerce| (($ (|Symbol|)) "\\spad{coerce(u)} creates an OpenMath error object of an appropriate type if \\axiom{\\spad{u}} is one of \\axiom{OMParseError},{} \\axiom{OMReadError},{} \\axiom{OMUnknownCD} or \\axiom{OMUnknownSymbol},{} otherwise it raises a runtime error.")))
NIL
NIL
-(-767)
+(-769)
((|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
-(-768 R)
+(-770 R)
((|constructor| (NIL "\\spadtype{ExpressionToOpenMath} provides support for converting objects of type \\spadtype{Expression} into OpenMath.")))
NIL
NIL
-(-769 P R)
+(-771 P R)
((|constructor| (NIL "This constructor creates the \\spadtype{MonogenicLinearOperator} domain which is ``opposite\\spad{''} in the ring sense to \\spad{P}. That is,{} as sets \\spad{P = \\$} but \\spad{a * b} in \\spad{\\$} is equal to \\spad{b * a} in \\spad{P}.")) (|po| ((|#1| $) "\\spad{po(q)} creates a value in \\spad{P} equal to \\spad{q} in \\$.")) (|op| (($ |#1|) "\\spad{op(p)} creates a value in \\$ equal to \\spad{p} in \\spad{P}.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-213))))
-(-770)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-215))))
+(-772)
((|constructor| (NIL "\\spadtype{OpenMath} provides operations for exporting an object in OpenMath format.")) (|OMwrite| (((|Void|) (|OpenMathDevice|) $ (|Boolean|)) "\\spad{OMwrite(dev,{} u,{} true)} writes the OpenMath form of \\axiom{\\spad{u}} to the OpenMath device \\axiom{\\spad{dev}} as a complete OpenMath object; OMwrite(\\spad{dev},{} \\spad{u},{} \\spad{false}) writes the object as an OpenMath fragment.") (((|Void|) (|OpenMathDevice|) $) "\\spad{OMwrite(dev,{} u)} writes the OpenMath form of \\axiom{\\spad{u}} to the OpenMath device \\axiom{\\spad{dev}} as a complete OpenMath object.") (((|String|) $ (|Boolean|)) "\\spad{OMwrite(u,{} true)} returns the OpenMath \\spad{XML} encoding of \\axiom{\\spad{u}} as a complete OpenMath object; OMwrite(\\spad{u},{} \\spad{false}) returns the OpenMath \\spad{XML} encoding of \\axiom{\\spad{u}} as an OpenMath fragment.") (((|String|) $) "\\spad{OMwrite(u)} returns the OpenMath \\spad{XML} encoding of \\axiom{\\spad{u}} as a complete OpenMath object.")))
NIL
NIL
-(-771)
+(-773)
((|constructor| (NIL "\\spadtype{OpenMathPackage} provides some simple utilities to make reading OpenMath objects easier.")) (|OMunhandledSymbol| (((|Exit|) (|String|) (|String|)) "\\spad{OMunhandledSymbol(s,{}cd)} raises an error if AXIOM reads a symbol which it is unable to handle. Note that this is different from an unexpected symbol.")) (|OMsupportsSymbol?| (((|Boolean|) (|String|) (|String|)) "\\spad{OMsupportsSymbol?(s,{}cd)} returns \\spad{true} if AXIOM supports symbol \\axiom{\\spad{s}} from \\spad{CD} \\axiom{\\spad{cd}},{} \\spad{false} otherwise.")) (|OMsupportsCD?| (((|Boolean|) (|String|)) "\\spad{OMsupportsCD?(cd)} returns \\spad{true} if AXIOM supports \\axiom{\\spad{cd}},{} \\spad{false} otherwise.")) (|OMlistSymbols| (((|List| (|String|)) (|String|)) "\\spad{OMlistSymbols(cd)} lists all the symbols in \\axiom{\\spad{cd}}.")) (|OMlistCDs| (((|List| (|String|))) "\\spad{OMlistCDs()} lists all the \\spad{CDs} supported by AXIOM.")) (|OMreadStr| (((|Any|) (|String|)) "\\spad{OMreadStr(f)} reads an OpenMath object from \\axiom{\\spad{f}} and passes it to AXIOM.")) (|OMreadFile| (((|Any|) (|String|)) "\\spad{OMreadFile(f)} reads an OpenMath object from \\axiom{\\spad{f}} and passes it to AXIOM.")) (|OMread| (((|Any|) (|OpenMathDevice|)) "\\spad{OMread(dev)} reads an OpenMath object from \\axiom{\\spad{dev}} and passes it to AXIOM.")))
NIL
NIL
-(-772 S)
+(-774 S)
((|constructor| (NIL "to become an in order iterator")) (|min| ((|#1| $) "\\spad{min(u)} returns the smallest entry in the multiset aggregate \\spad{u}.")))
-((-4259 . T) (-4249 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4251 . T) (-4262 . T) (-1442 . T))
NIL
-(-773)
+(-775)
((|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
-(-774 R S)
+(-776 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
-(-775 R)
+(-777 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.")))
-((-4256 |has| |#1| (-787)))
-((|HasCategory| |#1| (QUOTE (-787))) (-2067 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-787)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-510))) (-2067 (|HasCategory| |#1| (QUOTE (-787))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-21))))
-(-776 R)
+((-4258 |has| |#1| (-789)))
+((|HasCategory| |#1| (QUOTE (-789))) (-2027 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-789)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-512))) (-2027 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-21))))
+(-778 R)
((|constructor| (NIL "Algebra of ADDITIVE operators over a ring.")))
-((-4254 |has| |#1| (-160)) (-4253 |has| |#1| (-160)) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))))
-(-777)
+((-4256 |has| |#1| (-162)) (-4255 |has| |#1| (-162)) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))))
+(-779)
((|constructor| (NIL "This package exports tools to create AXIOM Library information databases.")) (|getDatabase| (((|Database| (|IndexCard|)) (|String|)) "\\spad{getDatabase(\"char\")} returns a list of appropriate entries in the browser database. The legal values for \\spad{\"char\"} are \"o\" (operations),{} \\spad{\"k\"} (constructors),{} \\spad{\"d\"} (domains),{} \\spad{\"c\"} (categories) or \\spad{\"p\"} (packages).")))
NIL
NIL
-(-778)
+(-780)
((|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
-(-779)
+(-781)
((|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
-(-780)
+(-782)
((|retract| (((|Union| (|:| |noa| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) (|:| |lsa| (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|)))))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|Union| (|:| |noa| (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) (|:| |lsa| (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |lfn| (|List| (|Expression| (|DoubleFloat|)))) (|:| |init| (|List| (|DoubleFloat|))))) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |fn| (|Expression| (|DoubleFloat|))) (|:| |init| (|List| (|DoubleFloat|))) (|:| |lb| (|List| (|OrderedCompletion| (|DoubleFloat|)))) (|:| |cf| (|List| (|Expression| (|DoubleFloat|)))) (|:| |ub| (|List| (|OrderedCompletion| (|DoubleFloat|)))))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-781 R S)
+(-783 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
-(-782 R)
+(-784 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.")))
-((-4256 |has| |#1| (-787)))
-((|HasCategory| |#1| (QUOTE (-787))) (-2067 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-787)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-510))) (-2067 (|HasCategory| |#1| (QUOTE (-787))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-21))))
-(-783)
+((-4258 |has| |#1| (-789)))
+((|HasCategory| |#1| (QUOTE (-789))) (-2027 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-789)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-512))) (-2027 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-21))))
+(-785)
((|constructor| (NIL "Ordered finite sets.")))
NIL
NIL
-(-784 -2041 S)
+(-786 -2020 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
-(-785)
+(-787)
((|constructor| (NIL "Ordered sets which are also monoids,{} such that multiplication preserves the ordering. \\blankline")))
NIL
NIL
-(-786 S)
+(-788 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
-(-787)
+(-789)
((|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.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-788 S)
+(-790 S)
((|constructor| (NIL "The class of totally ordered sets,{} that is,{} sets such that for each pair of elements \\spad{(a,{}b)} exactly one of the following relations holds \\spad{a<b or a=b or b<a} and the relation is transitive,{} \\spadignore{i.e.} \\spad{a<b and b<c => a<c}.")) (|min| (($ $ $) "\\spad{min(x,{}y)} returns the minimum of \\spad{x} and \\spad{y} relative to \\spad{\"<\"}.")) (|max| (($ $ $) "\\spad{max(x,{}y)} returns the maximum of \\spad{x} and \\spad{y} relative to \\spad{\"<\"}.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} is a less than or equal test.")) (>= (((|Boolean|) $ $) "\\spad{x >= y} is a greater than or equal test.")) (> (((|Boolean|) $ $) "\\spad{x > y} is a greater than test.")) (< (((|Boolean|) $ $) "\\spad{x < y} is a strict total ordering on the elements of the set.")))
NIL
NIL
-(-789)
+(-791)
((|constructor| (NIL "The class of totally ordered sets,{} that is,{} sets such that for each pair of elements \\spad{(a,{}b)} exactly one of the following relations holds \\spad{a<b or a=b or b<a} and the relation is transitive,{} \\spadignore{i.e.} \\spad{a<b and b<c => a<c}.")) (|min| (($ $ $) "\\spad{min(x,{}y)} returns the minimum of \\spad{x} and \\spad{y} relative to \\spad{\"<\"}.")) (|max| (($ $ $) "\\spad{max(x,{}y)} returns the maximum of \\spad{x} and \\spad{y} relative to \\spad{\"<\"}.")) (<= (((|Boolean|) $ $) "\\spad{x <= y} is a less than or equal test.")) (>= (((|Boolean|) $ $) "\\spad{x >= y} is a greater than or equal test.")) (> (((|Boolean|) $ $) "\\spad{x > y} is a greater than test.")) (< (((|Boolean|) $ $) "\\spad{x < y} is a strict total ordering on the elements of the set.")))
NIL
NIL
-(-790 S R)
+(-792 S R)
((|constructor| (NIL "This is the category of univariate skew polynomials over an Ore coefficient ring. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}. This category is an evolution of the types \\indented{2}{MonogenicLinearOperator,{} OppositeMonogenicLinearOperator,{} and} \\indented{2}{NonCommutativeOperatorDivision} developped by Jean Della Dora and Stephen \\spad{M}. Watt.")) (|leftLcm| (($ $ $) "\\spad{leftLcm(a,{}b)} computes the value \\spad{m} of lowest degree such that \\spad{m = aa*a = bb*b} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using right-division.")) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{rightExtendedGcd(a,{}b)} returns \\spad{[c,{}d]} such that \\spad{g = c * a + d * b = rightGcd(a,{} b)}.")) (|rightGcd| (($ $ $) "\\spad{rightGcd(a,{}b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using right-division.")) (|rightExactQuotient| (((|Union| $ "failed") $ $) "\\spad{rightExactQuotient(a,{}b)} computes the value \\spad{q},{} if it exists such that \\spad{a = q*b}.")) (|rightRemainder| (($ $ $) "\\spad{rightRemainder(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|rightQuotient| (($ $ $) "\\spad{rightQuotient(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{rightDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division\\spad{''}.")) (|rightLcm| (($ $ $) "\\spad{rightLcm(a,{}b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{leftExtendedGcd(a,{}b)} returns \\spad{[c,{}d]} such that \\spad{g = a * c + b * d = leftGcd(a,{} b)}.")) (|leftGcd| (($ $ $) "\\spad{leftGcd(a,{}b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = g*aa}} \\indented{3}{\\spad{b = g*bb}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| $ "failed") $ $) "\\spad{leftExactQuotient(a,{}b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| (($ $ $) "\\spad{leftRemainder(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| (($ $ $) "\\spad{leftQuotient(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{leftDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division\\spad{''}.")) (|primitivePart| (($ $) "\\spad{primitivePart(l)} returns \\spad{l0} such that \\spad{l = a * l0} for some a in \\spad{R},{} and \\spad{content(l0) = 1}.")) (|content| ((|#2| $) "\\spad{content(l)} returns the \\spad{gcd} of all the coefficients of \\spad{l}.")) (|monicRightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicRightDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division\\spad{''}.")) (|monicLeftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicLeftDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division\\spad{''}.")) (|exquo| (((|Union| $ "failed") $ |#2|) "\\spad{exquo(l,{} a)} returns the exact quotient of \\spad{l} by a,{} returning \\axiom{\"failed\"} if this is not possible.")) (|apply| ((|#2| $ |#2| |#2|) "\\spad{apply(p,{} c,{} m)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|coefficients| (((|List| |#2|) $) "\\spad{coefficients(l)} returns the list of all the nonzero coefficients of \\spad{l}.")) (|monomial| (($ |#2| (|NonNegativeInteger|)) "\\spad{monomial(c,{}k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,{}1)}.")) (|coefficient| ((|#2| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,{}k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),{}n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|leadingCoefficient| ((|#2| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) ~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")))
NIL
-((|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))))
-(-791 R)
+((|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))))
+(-793 R)
((|constructor| (NIL "This is the category of univariate skew polynomials over an Ore coefficient ring. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}. This category is an evolution of the types \\indented{2}{MonogenicLinearOperator,{} OppositeMonogenicLinearOperator,{} and} \\indented{2}{NonCommutativeOperatorDivision} developped by Jean Della Dora and Stephen \\spad{M}. Watt.")) (|leftLcm| (($ $ $) "\\spad{leftLcm(a,{}b)} computes the value \\spad{m} of lowest degree such that \\spad{m = aa*a = bb*b} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using right-division.")) (|rightExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{rightExtendedGcd(a,{}b)} returns \\spad{[c,{}d]} such that \\spad{g = c * a + d * b = rightGcd(a,{} b)}.")) (|rightGcd| (($ $ $) "\\spad{rightGcd(a,{}b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = aa*g}} \\indented{3}{\\spad{b = bb*g}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using right-division.")) (|rightExactQuotient| (((|Union| $ "failed") $ $) "\\spad{rightExactQuotient(a,{}b)} computes the value \\spad{q},{} if it exists such that \\spad{a = q*b}.")) (|rightRemainder| (($ $ $) "\\spad{rightRemainder(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|rightQuotient| (($ $ $) "\\spad{rightQuotient(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|rightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{rightDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division\\spad{''}.")) (|rightLcm| (($ $ $) "\\spad{rightLcm(a,{}b)} computes the value \\spad{m} of lowest degree such that \\spad{m = a*aa = b*bb} for some values \\spad{aa} and \\spad{bb}. The value \\spad{m} is computed using left-division.")) (|leftExtendedGcd| (((|Record| (|:| |coef1| $) (|:| |coef2| $) (|:| |generator| $)) $ $) "\\spad{leftExtendedGcd(a,{}b)} returns \\spad{[c,{}d]} such that \\spad{g = a * c + b * d = leftGcd(a,{} b)}.")) (|leftGcd| (($ $ $) "\\spad{leftGcd(a,{}b)} computes the value \\spad{g} of highest degree such that \\indented{3}{\\spad{a = g*aa}} \\indented{3}{\\spad{b = g*bb}} for some values \\spad{aa} and \\spad{bb}. The value \\spad{g} is computed using left-division.")) (|leftExactQuotient| (((|Union| $ "failed") $ $) "\\spad{leftExactQuotient(a,{}b)} computes the value \\spad{q},{} if it exists,{} \\indented{1}{such that \\spad{a = b*q}.}")) (|leftRemainder| (($ $ $) "\\spad{leftRemainder(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{r} is returned.")) (|leftQuotient| (($ $ $) "\\spad{leftQuotient(a,{}b)} computes the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. The value \\spad{q} is returned.")) (|leftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{leftDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division\\spad{''}.")) (|primitivePart| (($ $) "\\spad{primitivePart(l)} returns \\spad{l0} such that \\spad{l = a * l0} for some a in \\spad{R},{} and \\spad{content(l0) = 1}.")) (|content| ((|#1| $) "\\spad{content(l)} returns the \\spad{gcd} of all the coefficients of \\spad{l}.")) (|monicRightDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicRightDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division\\spad{''}.")) (|monicLeftDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicLeftDivide(a,{}b)} returns the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division\\spad{''}.")) (|exquo| (((|Union| $ "failed") $ |#1|) "\\spad{exquo(l,{} a)} returns the exact quotient of \\spad{l} by a,{} returning \\axiom{\"failed\"} if this is not possible.")) (|apply| ((|#1| $ |#1| |#1|) "\\spad{apply(p,{} c,{} m)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|coefficients| (((|List| |#1|) $) "\\spad{coefficients(l)} returns the list of all the nonzero coefficients of \\spad{l}.")) (|monomial| (($ |#1| (|NonNegativeInteger|)) "\\spad{monomial(c,{}k)} produces \\spad{c} times the \\spad{k}-th power of the generating operator,{} \\spad{monomial(1,{}1)}.")) (|coefficient| ((|#1| $ (|NonNegativeInteger|)) "\\spad{coefficient(l,{}k)} is \\spad{a(k)} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|reductum| (($ $) "\\spad{reductum(l)} is \\spad{l - monomial(a(n),{}n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|leadingCoefficient| ((|#1| $) "\\spad{leadingCoefficient(l)} is \\spad{a(n)} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|minimumDegree| (((|NonNegativeInteger|) $) "\\spad{minimumDegree(l)} is the smallest \\spad{k} such that \\spad{a(k) ~= 0} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(l)} is \\spad{n} if \\indented{2}{\\spad{l = sum(monomial(a(i),{}i),{} i = 0..n)}.}")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-792 R C)
+(-794 R C)
((|constructor| (NIL "\\spad{UnivariateSkewPolynomialCategoryOps} provides products and \\indented{1}{divisions of univariate skew polynomials.}")) (|rightDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{rightDivide(a,{} b,{} sigma)} returns the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``right division\\spad{''}. \\spad{\\sigma} is the morphism to use.")) (|leftDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{leftDivide(a,{} b,{} sigma)} returns the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. This process is called ``left division\\spad{''}. \\spad{\\sigma} is the morphism to use.")) (|monicRightDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{monicRightDivide(a,{} b,{} sigma)} returns the pair \\spad{[q,{}r]} such that \\spad{a = q*b + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``right division\\spad{''}. \\spad{\\sigma} is the morphism to use.")) (|monicLeftDivide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2| (|Automorphism| |#1|)) "\\spad{monicLeftDivide(a,{} b,{} sigma)} returns the pair \\spad{[q,{}r]} such that \\spad{a = b*q + r} and the degree of \\spad{r} is less than the degree of \\spad{b}. \\spad{b} must be monic. This process is called ``left division\\spad{''}. \\spad{\\sigma} is the morphism to use.")) (|apply| ((|#1| |#2| |#1| |#1| (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{apply(p,{} c,{} m,{} sigma,{} delta)} returns \\spad{p(m)} where the action is given by \\spad{x m = c sigma(m) + delta(m)}.")) (|times| ((|#2| |#2| |#2| (|Automorphism| |#1|) (|Mapping| |#1| |#1|)) "\\spad{times(p,{} q,{} sigma,{} delta)} returns \\spad{p * q}. \\spad{\\sigma} and \\spad{\\delta} are the maps to use.")))
NIL
-((|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517))))
-(-793 R |sigma| -2495)
+((|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519))))
+(-795 R |sigma| -1590)
((|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.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-341))))
-(-794 |x| R |sigma| -2495)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-343))))
+(-796 |x| R |sigma| -1590)
((|constructor| (NIL "This is the domain of univariate skew polynomials over an Ore coefficient field in a named variable. The multiplication is given by \\spad{x a = \\sigma(a) x + \\delta a}.")) (|coerce| (($ (|Variable| |#1|)) "\\spad{coerce(x)} returns \\spad{x} as a skew-polynomial.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-341))))
-(-795 R)
+((-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-343))))
+(-797 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 -37) (LIST (QUOTE -385) (QUOTE (-525))))))
-(-796)
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))))
+(-798)
((|constructor| (NIL "Semigroups with compatible ordering.")))
NIL
NIL
-(-797)
+(-799)
((|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
-(-798)
+(-800)
((|constructor| (NIL "This domain is used to create and manipulate mathematical expressions for output. It is intended to provide an insulating layer between the expression rendering software (\\spadignore{e.g.} TeX,{} or Script) and the output coercions in the various domains.")) (SEGMENT (($ $) "\\spad{SEGMENT(x)} creates the prefix form: \\spad{x..}.") (($ $ $) "\\spad{SEGMENT(x,{}y)} creates the infix form: \\spad{x..y}.")) (|not| (($ $) "\\spad{not f} creates the equivalent prefix form.")) (|or| (($ $ $) "\\spad{f or g} creates the equivalent infix form.")) (|and| (($ $ $) "\\spad{f and g} creates the equivalent infix form.")) (|exquo| (($ $ $) "\\spad{exquo(f,{}g)} creates the equivalent infix form.")) (|quo| (($ $ $) "\\spad{f quo g} creates the equivalent infix form.")) (|rem| (($ $ $) "\\spad{f rem g} creates the equivalent infix form.")) (|div| (($ $ $) "\\spad{f div g} creates the equivalent infix form.")) (** (($ $ $) "\\spad{f ** g} creates the equivalent infix form.")) (/ (($ $ $) "\\spad{f / g} creates the equivalent infix form.")) (* (($ $ $) "\\spad{f * g} creates the equivalent infix form.")) (- (($ $) "\\spad{- f} creates the equivalent prefix form.") (($ $ $) "\\spad{f - g} creates the equivalent infix form.")) (+ (($ $ $) "\\spad{f + g} creates the equivalent infix form.")) (>= (($ $ $) "\\spad{f >= g} creates the equivalent infix form.")) (<= (($ $ $) "\\spad{f <= g} creates the equivalent infix form.")) (> (($ $ $) "\\spad{f > g} creates the equivalent infix form.")) (< (($ $ $) "\\spad{f < g} creates the equivalent infix form.")) (~= (($ $ $) "\\spad{f ~= g} creates the equivalent infix form.")) (= (($ $ $) "\\spad{f = g} creates the equivalent infix form.")) (|blankSeparate| (($ (|List| $)) "\\spad{blankSeparate(l)} creates the form separating the elements of \\spad{l} by blanks.")) (|semicolonSeparate| (($ (|List| $)) "\\spad{semicolonSeparate(l)} creates the form separating the elements of \\spad{l} by semicolons.")) (|commaSeparate| (($ (|List| $)) "\\spad{commaSeparate(l)} creates the form separating the elements of \\spad{l} by commas.")) (|pile| (($ (|List| $)) "\\spad{pile(l)} creates the form consisting of the elements of \\spad{l} which displays as a pile,{} \\spadignore{i.e.} the elements begin on a new line and are indented right to the same margin.")) (|paren| (($ (|List| $)) "\\spad{paren(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in parentheses.") (($ $) "\\spad{paren(f)} creates the form enclosing \\spad{f} in parentheses.")) (|bracket| (($ (|List| $)) "\\spad{bracket(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in square brackets.") (($ $) "\\spad{bracket(f)} creates the form enclosing \\spad{f} in square brackets.")) (|brace| (($ (|List| $)) "\\spad{brace(lf)} creates the form separating the elements of \\spad{lf} by commas and encloses the result in curly brackets.") (($ $) "\\spad{brace(f)} creates the form enclosing \\spad{f} in braces (curly brackets).")) (|int| (($ $ $ $) "\\spad{int(expr,{}lowerlimit,{}upperlimit)} creates the form prefixing \\spad{expr} by an integral sign with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{int(expr,{}lowerlimit)} creates the form prefixing \\spad{expr} by an integral sign with a \\spad{lowerlimit}.") (($ $) "\\spad{int(expr)} creates the form prefixing \\spad{expr} with an integral sign.")) (|prod| (($ $ $ $) "\\spad{prod(expr,{}lowerlimit,{}upperlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{prod(expr,{}lowerlimit)} creates the form prefixing \\spad{expr} by a capital \\spad{pi} with a \\spad{lowerlimit}.") (($ $) "\\spad{prod(expr)} creates the form prefixing \\spad{expr} by a capital \\spad{pi}.")) (|sum| (($ $ $ $) "\\spad{sum(expr,{}lowerlimit,{}upperlimit)} creates the form prefixing \\spad{expr} by a capital sigma with both a \\spad{lowerlimit} and \\spad{upperlimit}.") (($ $ $) "\\spad{sum(expr,{}lowerlimit)} creates the form prefixing \\spad{expr} by a capital sigma with a \\spad{lowerlimit}.") (($ $) "\\spad{sum(expr)} creates the form prefixing \\spad{expr} by a capital sigma.")) (|overlabel| (($ $ $) "\\spad{overlabel(x,{}f)} creates the form \\spad{f} with \\spad{\"x} overbar\" over the top.")) (|overbar| (($ $) "\\spad{overbar(f)} creates the form \\spad{f} with an overbar.")) (|prime| (($ $ (|NonNegativeInteger|)) "\\spad{prime(f,{}n)} creates the form \\spad{f} followed by \\spad{n} primes.") (($ $) "\\spad{prime(f)} creates the form \\spad{f} followed by a suffix prime (single quote).")) (|dot| (($ $ (|NonNegativeInteger|)) "\\spad{dot(f,{}n)} creates the form \\spad{f} with \\spad{n} dots overhead.") (($ $) "\\spad{dot(f)} creates the form with a one dot overhead.")) (|quote| (($ $) "\\spad{quote(f)} creates the form \\spad{f} with a prefix quote.")) (|supersub| (($ $ (|List| $)) "\\spad{supersub(a,{}[sub1,{}super1,{}sub2,{}super2,{}...])} creates a form with each subscript aligned under each superscript.")) (|scripts| (($ $ (|List| $)) "\\spad{scripts(f,{} [sub,{} super,{} presuper,{} presub])} \\indented{1}{creates a form for \\spad{f} with scripts on all 4 corners.}")) (|presuper| (($ $ $) "\\spad{presuper(f,{}n)} creates a form for \\spad{f} presuperscripted by \\spad{n}.")) (|presub| (($ $ $) "\\spad{presub(f,{}n)} creates a form for \\spad{f} presubscripted by \\spad{n}.")) (|super| (($ $ $) "\\spad{super(f,{}n)} creates a form for \\spad{f} superscripted by \\spad{n}.")) (|sub| (($ $ $) "\\spad{sub(f,{}n)} creates a form for \\spad{f} subscripted by \\spad{n}.")) (|binomial| (($ $ $) "\\spad{binomial(n,{}m)} creates a form for the binomial coefficient of \\spad{n} and \\spad{m}.")) (|differentiate| (($ $ (|NonNegativeInteger|)) "\\spad{differentiate(f,{}n)} creates a form for the \\spad{n}th derivative of \\spad{f},{} \\spadignore{e.g.} \\spad{f'},{} \\spad{f''},{} \\spad{f'''},{} \\spad{\"f} super \\spad{iv}\".")) (|rarrow| (($ $ $) "\\spad{rarrow(f,{}g)} creates a form for the mapping \\spad{f -> g}.")) (|assign| (($ $ $) "\\spad{assign(f,{}g)} creates a form for the assignment \\spad{f := g}.")) (|slash| (($ $ $) "\\spad{slash(f,{}g)} creates a form for the horizontal fraction of \\spad{f} over \\spad{g}.")) (|over| (($ $ $) "\\spad{over(f,{}g)} creates a form for the vertical fraction of \\spad{f} over \\spad{g}.")) (|root| (($ $ $) "\\spad{root(f,{}n)} creates a form for the \\spad{n}th root of form \\spad{f}.") (($ $) "\\spad{root(f)} creates a form for the square root of form \\spad{f}.")) (|zag| (($ $ $) "\\spad{zag(f,{}g)} creates a form for the continued fraction form for \\spad{f} over \\spad{g}.")) (|matrix| (($ (|List| (|List| $))) "\\spad{matrix(llf)} makes \\spad{llf} (a list of lists of forms) into a form which displays as a matrix.")) (|box| (($ $) "\\spad{box(f)} encloses \\spad{f} in a box.")) (|label| (($ $ $) "\\spad{label(n,{}f)} gives form \\spad{f} an equation label \\spad{n}.")) (|string| (($ $) "\\spad{string(f)} creates \\spad{f} with string quotes.")) (|elt| (($ $ (|List| $)) "\\spad{elt(op,{}l)} creates a form for application of \\spad{op} to list of arguments \\spad{l}.")) (|infix?| (((|Boolean|) $) "\\spad{infix?(op)} returns \\spad{true} if \\spad{op} is an infix operator,{} and \\spad{false} otherwise.")) (|postfix| (($ $ $) "\\spad{postfix(op,{} a)} creates a form which prints as: a \\spad{op}.")) (|infix| (($ $ $ $) "\\spad{infix(op,{} a,{} b)} creates a form which prints as: a \\spad{op} \\spad{b}.") (($ $ (|List| $)) "\\spad{infix(f,{}l)} creates a form depicting the \\spad{n}-ary application of infix operation \\spad{f} to a tuple of arguments \\spad{l}.")) (|prefix| (($ $ (|List| $)) "\\spad{prefix(f,{}l)} creates a form depicting the \\spad{n}-ary prefix application of \\spad{f} to a tuple of arguments given by list \\spad{l}.")) (|vconcat| (($ (|List| $)) "\\spad{vconcat(u)} vertically concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{vconcat(f,{}g)} vertically concatenates forms \\spad{f} and \\spad{g}.")) (|hconcat| (($ (|List| $)) "\\spad{hconcat(u)} horizontally concatenates all forms in list \\spad{u}.") (($ $ $) "\\spad{hconcat(f,{}g)} horizontally concatenate forms \\spad{f} and \\spad{g}.")) (|center| (($ $) "\\spad{center(f)} centers form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{center(f,{}n)} centers form \\spad{f} within space of width \\spad{n}.")) (|right| (($ $) "\\spad{right(f)} right-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{right(f,{}n)} right-justifies form \\spad{f} within space of width \\spad{n}.")) (|left| (($ $) "\\spad{left(f)} left-justifies form \\spad{f} in total space.") (($ $ (|Integer|)) "\\spad{left(f,{}n)} left-justifies form \\spad{f} within space of width \\spad{n}.")) (|rspace| (($ (|Integer|) (|Integer|)) "\\spad{rspace(n,{}m)} creates rectangular white space,{} \\spad{n} wide by \\spad{m} high.")) (|vspace| (($ (|Integer|)) "\\spad{vspace(n)} creates white space of height \\spad{n}.")) (|hspace| (($ (|Integer|)) "\\spad{hspace(n)} creates white space of width \\spad{n}.")) (|superHeight| (((|Integer|) $) "\\spad{superHeight(f)} returns the height of form \\spad{f} above the base line.")) (|subHeight| (((|Integer|) $) "\\spad{subHeight(f)} returns the height of form \\spad{f} below the base line.")) (|height| (((|Integer|)) "\\spad{height()} returns the height of the display area (an integer).") (((|Integer|) $) "\\spad{height(f)} returns the height of form \\spad{f} (an integer).")) (|width| (((|Integer|)) "\\spad{width()} returns the width of the display area (an integer).") (((|Integer|) $) "\\spad{width(f)} returns the width of form \\spad{f} (an integer).")) (|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
-(-799)
+(-801)
((|constructor| (NIL "OutPackage allows pretty-printing from programs.")) (|outputList| (((|Void|) (|List| (|Any|))) "\\spad{outputList(l)} displays the concatenated components of the list \\spad{l} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}; quotes are stripped from strings.")) (|output| (((|Void|) (|String|) (|OutputForm|)) "\\spad{output(s,{}x)} displays the string \\spad{s} followed by the form \\spad{x} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|OutputForm|)) "\\spad{output(x)} displays the output form \\spad{x} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}.") (((|Void|) (|String|)) "\\spad{output(s)} displays the string \\spad{s} on the ``algebra output\\spad{''} stream,{} as defined by \\spadsyscom{set output algebra}.")))
NIL
NIL
-(-800 |VariableList|)
+(-802 |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
-(-801 R |vl| |wl| |wtlevel|)
+(-803 R |vl| |wl| |wtlevel|)
((|constructor| (NIL "This domain represents truncated weighted polynomials over the \"Polynomial\" type. The variables must be specified,{} as must the weights. The representation is sparse in the sense that only non-zero terms are represented.")) (|changeWeightLevel| (((|Void|) (|NonNegativeInteger|)) "\\spad{changeWeightLevel(n)} This changes the weight level to the new value given: \\spad{NB:} previously calculated terms are not affected")) (/ (((|Union| $ "failed") $ $) "\\spad{x/y} division (only works if minimum weight of divisor is zero,{} and if \\spad{R} is a Field)")) (|coerce| (($ (|Polynomial| |#1|)) "\\spad{coerce(p)} coerces a Polynomial(\\spad{R}) into Weighted form,{} applying weights and ignoring terms") (((|Polynomial| |#1|) $) "\\spad{coerce(p)} converts back into a Polynomial(\\spad{R}),{} ignoring weights")))
-((-4254 |has| |#1| (-160)) (-4253 |has| |#1| (-160)) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))))
-(-802 R PS UP)
+((-4256 |has| |#1| (-162)) (-4255 |has| |#1| (-162)) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))))
+(-804 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
-(-803 R |x| |pt|)
+(-805 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
-(-804 |p|)
+(-806 |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}.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-805 |p|)
+(-807 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{Zp:} \\spad{p}-adic numbers are represented as sum(\\spad{i} = 0..,{} a[\\spad{i}] * p^i),{} where the a[\\spad{i}] lie in 0,{}1,{}...,{}(\\spad{p} - 1).")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-806 |p|)
+(-808 |p|)
((|constructor| (NIL "Stream-based implementation of \\spad{Qp:} numbers are represented as sum(\\spad{i} = \\spad{k}..,{} a[\\spad{i}] * p^i) where the a[\\spad{i}] lie in 0,{}1,{}...,{}(\\spad{p} - 1).")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-805 |#1|) (QUOTE (-844))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| (-805 |#1|) (QUOTE (-136))) (|HasCategory| (-805 |#1|) (QUOTE (-138))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-805 |#1|) (QUOTE (-953))) (|HasCategory| (-805 |#1|) (QUOTE (-762))) (-2067 (|HasCategory| (-805 |#1|) (QUOTE (-762))) (|HasCategory| (-805 |#1|) (QUOTE (-789)))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-805 |#1|) (QUOTE (-1068))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| (-805 |#1|) (QUOTE (-213))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -486) (QUOTE (-1092)) (LIST (QUOTE -805) (|devaluate| |#1|)))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -288) (LIST (QUOTE -805) (|devaluate| |#1|)))) (|HasCategory| (-805 |#1|) (LIST (QUOTE -265) (LIST (QUOTE -805) (|devaluate| |#1|)) (LIST (QUOTE -805) (|devaluate| |#1|)))) (|HasCategory| (-805 |#1|) (QUOTE (-286))) (|HasCategory| (-805 |#1|) (QUOTE (-510))) (|HasCategory| (-805 |#1|) (QUOTE (-789))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-805 |#1|) (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-805 |#1|) (QUOTE (-844)))) (|HasCategory| (-805 |#1|) (QUOTE (-136)))))
-(-807 |p| PADIC)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-807 |#1|) (QUOTE (-846))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| (-807 |#1|) (QUOTE (-138))) (|HasCategory| (-807 |#1|) (QUOTE (-140))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-807 |#1|) (QUOTE (-955))) (|HasCategory| (-807 |#1|) (QUOTE (-764))) (-2027 (|HasCategory| (-807 |#1|) (QUOTE (-764))) (|HasCategory| (-807 |#1|) (QUOTE (-791)))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-807 |#1|) (QUOTE (-1070))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| (-807 |#1|) (QUOTE (-215))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -488) (QUOTE (-1094)) (LIST (QUOTE -807) (|devaluate| |#1|)))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -290) (LIST (QUOTE -807) (|devaluate| |#1|)))) (|HasCategory| (-807 |#1|) (LIST (QUOTE -267) (LIST (QUOTE -807) (|devaluate| |#1|)) (LIST (QUOTE -807) (|devaluate| |#1|)))) (|HasCategory| (-807 |#1|) (QUOTE (-288))) (|HasCategory| (-807 |#1|) (QUOTE (-512))) (|HasCategory| (-807 |#1|) (QUOTE (-791))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-807 |#1|) (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-807 |#1|) (QUOTE (-846)))) (|HasCategory| (-807 |#1|) (QUOTE (-138)))))
+(-809 |p| PADIC)
((|constructor| (NIL "This is the category of stream-based representations of \\spad{Qp}.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,{}x)} removes up to \\spad{n} leading zeroes from the \\spad{p}-adic rational \\spad{x}.") (($ $) "\\spad{removeZeroes(x)} removes leading zeroes from the representation of the \\spad{p}-adic rational \\spad{x}. A \\spad{p}-adic rational is represented by (1) an exponent and (2) a \\spad{p}-adic integer which may have leading zero digits. When the \\spad{p}-adic integer has a leading zero digit,{} a 'leading zero' is removed from the \\spad{p}-adic rational as follows: the number is rewritten by increasing the exponent by 1 and dividing the \\spad{p}-adic integer by \\spad{p}. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}.")) (|continuedFraction| (((|ContinuedFraction| (|Fraction| (|Integer|))) $) "\\spad{continuedFraction(x)} converts the \\spad{p}-adic rational number \\spad{x} to a continued fraction.")) (|approximate| (((|Fraction| (|Integer|)) $ (|Integer|)) "\\spad{approximate(x,{}n)} returns a rational number \\spad{y} such that \\spad{y = x (mod p^n)}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-844))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-953))) (|HasCategory| |#2| (QUOTE (-762))) (-2067 (|HasCategory| |#2| (QUOTE (-762))) (|HasCategory| |#2| (QUOTE (-789)))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -265) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-286))) (|HasCategory| |#2| (QUOTE (-510))) (|HasCategory| |#2| (QUOTE (-789))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-136)))))
-(-808 S T$)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-846))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-955))) (|HasCategory| |#2| (QUOTE (-764))) (-2027 (|HasCategory| |#2| (QUOTE (-764))) (|HasCategory| |#2| (QUOTE (-791)))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -267) (|devaluate| |#2|) (|devaluate| |#2|))) (|HasCategory| |#2| (QUOTE (-288))) (|HasCategory| |#2| (QUOTE (-512))) (|HasCategory| |#2| (QUOTE (-791))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-138)))))
+(-810 S T$)
((|constructor| (NIL "\\indented{1}{This domain provides a very simple representation} of the notion of `pair of objects'. It does not try to achieve all possible imaginable things.")) (|second| ((|#2| $) "\\spad{second(p)} extracts the second components of \\spad{`p'}.")) (|first| ((|#1| $) "\\spad{first(p)} extracts the first component of \\spad{`p'}.")) (|construct| (($ |#1| |#2|) "\\spad{construct(s,{}t)} is same as pair(\\spad{s},{}\\spad{t}),{} with syntactic sugar.")) (|pair| (($ |#1| |#2|) "\\spad{pair(s,{}t)} returns a pair object composed of \\spad{`s'} and \\spad{`t'}.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))))
-(-809)
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))))
+(-811)
((|constructor| (NIL "This domain describes four groups of color shades (palettes).")) (|coerce| (($ (|Color|)) "\\spad{coerce(c)} sets the average shade for the palette to that of the indicated color \\spad{c}.")) (|shade| (((|Integer|) $) "\\spad{shade(p)} returns the shade index of the indicated palette \\spad{p}.")) (|hue| (((|Color|) $) "\\spad{hue(p)} returns the hue field of the indicated palette \\spad{p}.")) (|light| (($ (|Color|)) "\\spad{light(c)} sets the shade of a hue,{} \\spad{c},{} to it\\spad{'s} highest value.")) (|pastel| (($ (|Color|)) "\\spad{pastel(c)} sets the shade of a hue,{} \\spad{c},{} above bright,{} but below light.")) (|bright| (($ (|Color|)) "\\spad{bright(c)} sets the shade of a hue,{} \\spad{c},{} above dim,{} but below pastel.")) (|dim| (($ (|Color|)) "\\spad{dim(c)} sets the shade of a hue,{} \\spad{c},{} above dark,{} but below bright.")) (|dark| (($ (|Color|)) "\\spad{dark(c)} sets the shade of the indicated hue of \\spad{c} to it\\spad{'s} lowest value.")))
NIL
NIL
-(-810)
+(-812)
((|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
-(-811 CF1 CF2)
+(-813 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricPlaneCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricPlaneCurve| |#1|)) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-812 |ComponentFunction|)
+(-814 |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
-(-813 CF1 CF2)
+(-815 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSpaceCurve| |#2|) (|Mapping| |#2| |#1|) (|ParametricSpaceCurve| |#1|)) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-814 |ComponentFunction|)
+(-816 |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
-(-815)
+(-817)
((|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
-(-816 CF1 CF2)
+(-818 CF1 CF2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|ParametricSurface| |#2|) (|Mapping| |#2| |#1|) (|ParametricSurface| |#1|)) "\\spad{map(f,{}x)} \\undocumented")))
NIL
NIL
-(-817 |ComponentFunction|)
+(-819 |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
-(-818)
+(-820)
((|constructor| (NIL "PartitionsAndPermutations contains functions for generating streams of integer partitions,{} and streams of sequences of integers composed from a multi-set.")) (|permutations| (((|Stream| (|List| (|Integer|))) (|Integer|)) "\\spad{permutations(n)} is the stream of permutations \\indented{1}{formed from \\spad{1,{}2,{}3,{}...,{}n}.}")) (|sequences| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|))) "\\spad{sequences([l0,{}l1,{}l2,{}..,{}ln])} is the set of \\indented{1}{all sequences formed from} \\spad{l0} 0\\spad{'s},{}\\spad{l1} 1\\spad{'s},{}\\spad{l2} 2\\spad{'s},{}...,{}\\spad{ln} \\spad{n}\\spad{'s}.") (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{sequences(l1,{}l2)} is the stream of all sequences that \\indented{1}{can be composed from the multiset defined from} \\indented{1}{two lists of integers \\spad{l1} and \\spad{l2}.} \\indented{1}{For example,{}the pair \\spad{([1,{}2,{}4],{}[2,{}3,{}5])} represents} \\indented{1}{multi-set with 1 \\spad{2},{} 2 \\spad{3}\\spad{'s},{} and 4 \\spad{5}\\spad{'s}.}")) (|shufflein| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|Stream| (|List| (|Integer|)))) "\\spad{shufflein(l,{}st)} maps shuffle(\\spad{l},{}\\spad{u}) on to all \\indented{1}{members \\spad{u} of \\spad{st},{} concatenating the results.}")) (|shuffle| (((|Stream| (|List| (|Integer|))) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{shuffle(l1,{}l2)} forms the stream of all shuffles of \\spad{l1} \\indented{1}{and \\spad{l2},{} \\spadignore{i.e.} all sequences that can be formed from} \\indented{1}{merging \\spad{l1} and \\spad{l2}.}")) (|conjugates| (((|Stream| (|List| (|Integer|))) (|Stream| (|List| (|Integer|)))) "\\spad{conjugates(lp)} is the stream of conjugates of a stream \\indented{1}{of partitions \\spad{lp}.}")) (|conjugate| (((|List| (|Integer|)) (|List| (|Integer|))) "\\spad{conjugate(pt)} is the conjugate of the partition \\spad{pt}.")) (|partitions| (((|Stream| (|List| (|Integer|))) (|Integer|) (|Integer|)) "\\spad{partitions(p,{}l)} is the stream of all \\indented{1}{partitions whose number of} \\indented{1}{parts and largest part are no greater than \\spad{p} and \\spad{l}.}") (((|Stream| (|List| (|Integer|))) (|Integer|)) "\\spad{partitions(n)} is the stream of all partitions of \\spad{n}.") (((|Stream| (|List| (|Integer|))) (|Integer|) (|Integer|) (|Integer|)) "\\spad{partitions(p,{}l,{}n)} is the stream of partitions \\indented{1}{of \\spad{n} whose number of parts is no greater than \\spad{p}} \\indented{1}{and whose largest part is no greater than \\spad{l}.}")))
NIL
NIL
-(-819 R)
+(-821 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
-(-820 R S L)
+(-822 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
-(-821 S)
+(-823 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
-(-822 |Base| |Subject| |Pat|)
+(-824 |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 (-3272 (|HasCategory| |#2| (QUOTE (-977)))) (-3272 (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092)))))) (-12 (|HasCategory| |#2| (QUOTE (-977))) (-3272 (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092)))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092)))))
-(-823 R A B)
+((-12 (-3264 (|HasCategory| |#2| (QUOTE (-979)))) (-3264 (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094)))))) (-12 (|HasCategory| |#2| (QUOTE (-979))) (-3264 (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094)))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094)))))
+(-825 R A B)
((|constructor| (NIL "Lifts maps to pattern matching results.")) (|map| (((|PatternMatchResult| |#1| |#3|) (|Mapping| |#3| |#2|) (|PatternMatchResult| |#1| |#2|)) "\\spad{map(f,{} [(v1,{}a1),{}...,{}(vn,{}an)])} returns the matching result [(\\spad{v1},{}\\spad{f}(a1)),{}...,{}(\\spad{vn},{}\\spad{f}(an))].")))
NIL
NIL
-(-824 R S)
+(-826 R S)
((|constructor| (NIL "A PatternMatchResult is an object internally returned by the pattern matcher; It is either a failed match,{} or a list of matches of the form (var,{} expr) meaning that the variable var matches the expression expr.")) (|satisfy?| (((|Union| (|Boolean|) "failed") $ (|Pattern| |#1|)) "\\spad{satisfy?(r,{} p)} returns \\spad{true} if the matches satisfy the top-level predicate of \\spad{p},{} \\spad{false} if they don\\spad{'t},{} and \"failed\" if not enough variables of \\spad{p} are matched in \\spad{r} to decide.")) (|construct| (($ (|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|)))) "\\spad{construct([v1,{}e1],{}...,{}[vn,{}en])} returns the match result containing the matches (\\spad{v1},{}e1),{}...,{}(\\spad{vn},{}en).")) (|destruct| (((|List| (|Record| (|:| |key| (|Symbol|)) (|:| |entry| |#2|))) $) "\\spad{destruct(r)} returns the list of matches (var,{} expr) in \\spad{r}. Error: if \\spad{r} is a failed match.")) (|addMatchRestricted| (($ (|Pattern| |#1|) |#2| $ |#2|) "\\spad{addMatchRestricted(var,{} expr,{} r,{} val)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} that \\spad{var} is not matched to another expression already,{} and that either \\spad{var} is an optional pattern variable or that \\spad{expr} is not equal to val (usually an identity).")) (|insertMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{insertMatch(var,{} expr,{} r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} without checking predicates or previous matches for \\spad{var}.")) (|addMatch| (($ (|Pattern| |#1|) |#2| $) "\\spad{addMatch(var,{} expr,{} r)} adds the match (\\spad{var},{} \\spad{expr}) in \\spad{r},{} provided that \\spad{expr} satisfies the predicates attached to \\spad{var},{} and that \\spad{var} is not matched to another expression already.")) (|getMatch| (((|Union| |#2| "failed") (|Pattern| |#1|) $) "\\spad{getMatch(var,{} r)} returns the expression that \\spad{var} matches in the result \\spad{r},{} and \"failed\" if \\spad{var} is not matched in \\spad{r}.")) (|union| (($ $ $) "\\spad{union(a,{} b)} makes the set-union of two match results.")) (|new| (($) "\\spad{new()} returns a new empty match result.")) (|failed| (($) "\\spad{failed()} returns a failed match.")) (|failed?| (((|Boolean|) $) "\\spad{failed?(r)} tests if \\spad{r} is a failed match.")))
NIL
NIL
-(-825 R -2401)
+(-827 R -2369)
((|constructor| (NIL "Tools for patterns.")) (|badValues| (((|List| |#2|) (|Pattern| |#1|)) "\\spad{badValues(p)} returns the list of \"bad values\" for \\spad{p}; \\spad{p} is not allowed to match any of its \"bad values\".")) (|addBadValue| (((|Pattern| |#1|) (|Pattern| |#1|) |#2|) "\\spad{addBadValue(p,{} v)} adds \\spad{v} to the list of \"bad values\" for \\spad{p}; \\spad{p} is not allowed to match any of its \"bad values\".")) (|satisfy?| (((|Boolean|) (|List| |#2|) (|Pattern| |#1|)) "\\spad{satisfy?([v1,{}...,{}vn],{} p)} returns \\spad{f(v1,{}...,{}vn)} where \\spad{f} is the top-level predicate attached to \\spad{p}.") (((|Boolean|) |#2| (|Pattern| |#1|)) "\\spad{satisfy?(v,{} p)} returns \\spad{f}(\\spad{v}) where \\spad{f} is the predicate attached to \\spad{p}.")) (|predicate| (((|Mapping| (|Boolean|) |#2|) (|Pattern| |#1|)) "\\spad{predicate(p)} returns the predicate attached to \\spad{p},{} the constant function \\spad{true} if \\spad{p} has no predicates attached to it.")) (|suchThat| (((|Pattern| |#1|) (|Pattern| |#1|) (|List| (|Symbol|)) (|Mapping| (|Boolean|) (|List| |#2|))) "\\spad{suchThat(p,{} [a1,{}...,{}an],{} f)} returns a copy of \\spad{p} with the top-level predicate set to \\spad{f(a1,{}...,{}an)}.") (((|Pattern| |#1|) (|Pattern| |#1|) (|List| (|Mapping| (|Boolean|) |#2|))) "\\spad{suchThat(p,{} [f1,{}...,{}fn])} makes a copy of \\spad{p} and adds the predicate \\spad{f1} and ... and \\spad{fn} to the copy,{} which is returned.") (((|Pattern| |#1|) (|Pattern| |#1|) (|Mapping| (|Boolean|) |#2|)) "\\spad{suchThat(p,{} f)} makes a copy of \\spad{p} and adds the predicate \\spad{f} to the copy,{} which is returned.")))
NIL
NIL
-(-826 R S)
+(-828 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
-(-827 R)
+(-829 R)
((|constructor| (NIL "Patterns for use by the pattern matcher.")) (|optpair| (((|Union| (|List| $) "failed") (|List| $)) "\\spad{optpair(l)} returns \\spad{l} has the form \\spad{[a,{} b]} and a is optional,{} and \"failed\" otherwise.")) (|variables| (((|List| $) $) "\\spad{variables(p)} returns the list of matching variables appearing in \\spad{p}.")) (|getBadValues| (((|List| (|Any|)) $) "\\spad{getBadValues(p)} returns the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|addBadValue| (($ $ (|Any|)) "\\spad{addBadValue(p,{} v)} adds \\spad{v} to the list of \"bad values\" for \\spad{p}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|resetBadValues| (($ $) "\\spad{resetBadValues(p)} initializes the list of \"bad values\" for \\spad{p} to \\spad{[]}. Note: \\spad{p} is not allowed to match any of its \"bad values\".")) (|hasTopPredicate?| (((|Boolean|) $) "\\spad{hasTopPredicate?(p)} tests if \\spad{p} has a top-level predicate.")) (|topPredicate| (((|Record| (|:| |var| (|List| (|Symbol|))) (|:| |pred| (|Any|))) $) "\\spad{topPredicate(x)} returns \\spad{[[a1,{}...,{}an],{} f]} where the top-level predicate of \\spad{x} is \\spad{f(a1,{}...,{}an)}. Note: \\spad{n} is 0 if \\spad{x} has no top-level predicate.")) (|setTopPredicate| (($ $ (|List| (|Symbol|)) (|Any|)) "\\spad{setTopPredicate(x,{} [a1,{}...,{}an],{} f)} returns \\spad{x} with the top-level predicate set to \\spad{f(a1,{}...,{}an)}.")) (|patternVariable| (($ (|Symbol|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{patternVariable(x,{} c?,{} o?,{} m?)} creates a pattern variable \\spad{x},{} which is constant if \\spad{c? = true},{} optional if \\spad{o? = true},{} and multiple if \\spad{m? = true}.")) (|withPredicates| (($ $ (|List| (|Any|))) "\\spad{withPredicates(p,{} [p1,{}...,{}pn])} makes a copy of \\spad{p} and attaches the predicate \\spad{p1} and ... and \\spad{pn} to the copy,{} which is returned.")) (|setPredicates| (($ $ (|List| (|Any|))) "\\spad{setPredicates(p,{} [p1,{}...,{}pn])} attaches the predicate \\spad{p1} and ... and \\spad{pn} to \\spad{p}.")) (|predicates| (((|List| (|Any|)) $) "\\spad{predicates(p)} returns \\spad{[p1,{}...,{}pn]} such that the predicate attached to \\spad{p} is \\spad{p1} and ... and \\spad{pn}.")) (|hasPredicate?| (((|Boolean|) $) "\\spad{hasPredicate?(p)} tests if \\spad{p} has predicates attached to it.")) (|optional?| (((|Boolean|) $) "\\spad{optional?(p)} tests if \\spad{p} is a single matching variable which can match an identity.")) (|multiple?| (((|Boolean|) $) "\\spad{multiple?(p)} tests if \\spad{p} is a single matching variable allowing list matching or multiple term matching in a sum or product.")) (|generic?| (((|Boolean|) $) "\\spad{generic?(p)} tests if \\spad{p} is a single matching variable.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests if \\spad{p} contains no matching variables.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(p)} tests if \\spad{p} is a symbol.")) (|quoted?| (((|Boolean|) $) "\\spad{quoted?(p)} tests if \\spad{p} is of the form \\spad{'s} for a symbol \\spad{s}.")) (|inR?| (((|Boolean|) $) "\\spad{inR?(p)} tests if \\spad{p} is an atom (\\spadignore{i.e.} an element of \\spad{R}).")) (|copy| (($ $) "\\spad{copy(p)} returns a recursive copy of \\spad{p}.")) (|convert| (($ (|List| $)) "\\spad{convert([a1,{}...,{}an])} returns the pattern \\spad{[a1,{}...,{}an]}.")) (|depth| (((|NonNegativeInteger|) $) "\\spad{depth(p)} returns the nesting level of \\spad{p}.")) (/ (($ $ $) "\\spad{a / b} returns the pattern \\spad{a / b}.")) (** (($ $ $) "\\spad{a ** b} returns the pattern \\spad{a ** b}.") (($ $ (|NonNegativeInteger|)) "\\spad{a ** n} returns the pattern \\spad{a ** n}.")) (* (($ $ $) "\\spad{a * b} returns the pattern \\spad{a * b}.")) (+ (($ $ $) "\\spad{a + b} returns the pattern \\spad{a + b}.")) (|elt| (($ (|BasicOperator|) (|List| $)) "\\spad{elt(op,{} [a1,{}...,{}an])} returns \\spad{op(a1,{}...,{}an)}.")) (|isPower| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| $)) "failed") $) "\\spad{isPower(p)} returns \\spad{[a,{} b]} if \\spad{p = a ** b},{} and \"failed\" otherwise.")) (|isList| (((|Union| (|List| $) "failed") $) "\\spad{isList(p)} returns \\spad{[a1,{}...,{}an]} if \\spad{p = [a1,{}...,{}an]},{} \"failed\" otherwise.")) (|isQuotient| (((|Union| (|Record| (|:| |num| $) (|:| |den| $)) "failed") $) "\\spad{isQuotient(p)} returns \\spad{[a,{} b]} if \\spad{p = a / b},{} and \"failed\" otherwise.")) (|isExpt| (((|Union| (|Record| (|:| |val| $) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[q,{} n]} if \\spad{n > 0} and \\spad{p = q ** n},{} and \"failed\" otherwise.")) (|isOp| (((|Union| (|Record| (|:| |op| (|BasicOperator|)) (|:| |arg| (|List| $))) "failed") $) "\\spad{isOp(p)} returns \\spad{[op,{} [a1,{}...,{}an]]} if \\spad{p = op(a1,{}...,{}an)},{} and \"failed\" otherwise.") (((|Union| (|List| $) "failed") $ (|BasicOperator|)) "\\spad{isOp(p,{} op)} returns \\spad{[a1,{}...,{}an]} if \\spad{p = op(a1,{}...,{}an)},{} and \"failed\" otherwise.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,{}...,{}an]} if \\spad{n > 1} and \\spad{p = a1 * ... * an},{} and \"failed\" otherwise.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[a1,{}...,{}an]} if \\spad{n > 1} \\indented{1}{and \\spad{p = a1 + ... + an},{}} and \"failed\" otherwise.")) ((|One|) (($) "1")) ((|Zero|) (($) "0")))
NIL
NIL
-(-828 |VarSet|)
+(-830 |VarSet|)
((|constructor| (NIL "This domain provides the internal representation of polynomials in non-commutative variables written over the Poincare-Birkhoff-Witt basis. See the \\spadtype{XPBWPolynomial} domain constructor. See Free Lie Algebras by \\spad{C}. Reutenauer (Oxford science publications). \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|varList| (((|List| |#1|) $) "\\spad{varList([l1]*[l2]*...[ln])} returns the list of variables in the word \\spad{l1*l2*...*ln}.")) (|retractable?| (((|Boolean|) $) "\\spad{retractable?([l1]*[l2]*...[ln])} returns \\spad{true} iff \\spad{n} equals \\spad{1}.")) (|rest| (($ $) "\\spad{rest([l1]*[l2]*...[ln])} returns the list \\spad{l2,{} .... ln}.")) (|ListOfTerms| (((|List| (|LyndonWord| |#1|)) $) "\\spad{ListOfTerms([l1]*[l2]*...[ln])} returns the list of words \\spad{l1,{} l2,{} .... ln}.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length([l1]*[l2]*...[ln])} returns the length of the word \\spad{l1*l2*...*ln}.")) (|first| (((|LyndonWord| |#1|) $) "\\spad{first([l1]*[l2]*...[ln])} returns the Lyndon word \\spad{l1}.")) (|coerce| (($ |#1|) "\\spad{coerce(v)} return \\spad{v}") (((|OrderedFreeMonoid| |#1|) $) "\\spad{coerce([l1]*[l2]*...[ln])} returns the word \\spad{l1*l2*...*ln},{} where \\spad{[l_i]} is the backeted form of the Lyndon word \\spad{l_i}.")) ((|One|) (($) "\\spad{1} returns the empty list.")))
NIL
NIL
-(-829 UP R)
+(-831 UP R)
((|constructor| (NIL "This package \\undocumented")) (|compose| ((|#1| |#1| |#1|) "\\spad{compose(p,{}q)} \\undocumented")))
NIL
NIL
-(-830)
+(-832)
((|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
-(-831 UP -1834)
+(-833 UP -1819)
((|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
-(-832)
+(-834)
((|measure| (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalPDEProblem|) (|RoutinesTable|)) "\\spad{measure(prob,{}R)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical PDE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} listed in \\axiom{\\spad{R}} of \\axiom{category} \\axiomType{PartialDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of PDEs by checking various attributes of the system of PDEs and calculating a measure of compatibility of each routine to these attributes.") (((|Record| (|:| |measure| (|Float|)) (|:| |name| (|String|)) (|:| |explanations| (|List| (|String|)))) (|NumericalPDEProblem|)) "\\spad{measure(prob)} is a top level ANNA function for identifying the most appropriate numerical routine from those in the routines table provided for solving the numerical PDE problem defined by \\axiom{\\spad{prob}}. \\blankline It calls each \\axiom{domain} of \\axiom{category} \\axiomType{PartialDifferentialEquationsSolverCategory} in turn to calculate all measures and returns the best \\spadignore{i.e.} the name of the most appropriate domain and any other relevant information. It predicts the likely most effective NAG numerical Library routine to solve the input set of PDEs by checking various attributes of the system of PDEs and calculating a measure of compatibility of each routine to these attributes.")) (|solve| (((|Result|) (|Float|) (|Float|) (|Float|) (|Float|) (|NonNegativeInteger|) (|NonNegativeInteger|) (|List| (|Expression| (|Float|))) (|List| (|List| (|Expression| (|Float|)))) (|String|)) "\\spad{solve(xmin,{}ymin,{}xmax,{}ymax,{}ngx,{}ngy,{}pde,{}bounds,{}st)} is a top level ANNA function to solve numerically a system of partial differential equations. This is defined as a list of coefficients (\\axiom{\\spad{pde}}),{} a grid (\\axiom{\\spad{xmin}},{} \\axiom{\\spad{ymin}},{} \\axiom{\\spad{xmax}},{} \\axiom{\\spad{ymax}},{} \\axiom{\\spad{ngx}},{} \\axiom{\\spad{ngy}}) and the boundary values (\\axiom{\\spad{bounds}}). A default value for tolerance is used. There is also a parameter (\\axiom{\\spad{st}}) which should contain the value \"elliptic\" if the PDE is known to be elliptic,{} or \"unknown\" if it is uncertain. This causes the routine to check whether the PDE is elliptic. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}") (((|Result|) (|Float|) (|Float|) (|Float|) (|Float|) (|NonNegativeInteger|) (|NonNegativeInteger|) (|List| (|Expression| (|Float|))) (|List| (|List| (|Expression| (|Float|)))) (|String|) (|DoubleFloat|)) "\\spad{solve(xmin,{}ymin,{}xmax,{}ymax,{}ngx,{}ngy,{}pde,{}bounds,{}st,{}tol)} is a top level ANNA function to solve numerically a system of partial differential equations. This is defined as a list of coefficients (\\axiom{\\spad{pde}}),{} a grid (\\axiom{\\spad{xmin}},{} \\axiom{\\spad{ymin}},{} \\axiom{\\spad{xmax}},{} \\axiom{\\spad{ymax}},{} \\axiom{\\spad{ngx}},{} \\axiom{\\spad{ngy}}),{} the boundary values (\\axiom{\\spad{bounds}}) and a tolerance requirement (\\axiom{\\spad{tol}}). There is also a parameter (\\axiom{\\spad{st}}) which should contain the value \"elliptic\" if the PDE is known to be elliptic,{} or \"unknown\" if it is uncertain. This causes the routine to check whether the PDE is elliptic. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}") (((|Result|) (|NumericalPDEProblem|) (|RoutinesTable|)) "\\spad{solve(PDEProblem,{}routines)} is a top level ANNA function to solve numerically a system of partial differential equations. \\blankline The method used to perform the numerical process will be one of the \\spad{routines} contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}") (((|Result|) (|NumericalPDEProblem|)) "\\spad{solve(PDEProblem)} is a top level ANNA function to solve numerically a system of partial differential equations. \\blankline The method used to perform the numerical process will be one of the routines contained in the NAG numerical Library. The function predicts the likely most effective routine by checking various attributes of the system of PDE\\spad{'s} and calculating a measure of compatibility of each routine to these attributes. \\blankline It then calls the resulting `best' routine. \\blankline \\spad{**} At the moment,{} only Second Order Elliptic Partial Differential Equations are solved \\spad{**}")))
NIL
NIL
-(-833)
+(-835)
((|retract| (((|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|))) $) "\\spad{retract(x)} \\undocumented{}")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(x)} \\undocumented{}") (($ (|Record| (|:| |pde| (|List| (|Expression| (|DoubleFloat|)))) (|:| |constraints| (|List| (|Record| (|:| |start| (|DoubleFloat|)) (|:| |finish| (|DoubleFloat|)) (|:| |grid| (|NonNegativeInteger|)) (|:| |boundaryType| (|Integer|)) (|:| |dStart| (|Matrix| (|DoubleFloat|))) (|:| |dFinish| (|Matrix| (|DoubleFloat|)))))) (|:| |f| (|List| (|List| (|Expression| (|DoubleFloat|))))) (|:| |st| (|String|)) (|:| |tol| (|DoubleFloat|)))) "\\spad{coerce(x)} \\undocumented{}")))
NIL
NIL
-(-834 A S)
+(-836 A S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")) (D (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1,{} n1)...,{} sn,{} nn)}.") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{D(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#2|)) "\\spad{D(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1)...,{} sn)}.") (($ $ |#2|) "\\spad{D(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")) (|differentiate| (($ $ (|List| |#2|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#2| (|NonNegativeInteger|)) "\\spad{differentiate(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#2|)) "\\spad{differentiate(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x,{} s1)...,{} sn)}.") (($ $ |#2|) "\\spad{differentiate(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
NIL
NIL
-(-835 S)
+(-837 S)
((|constructor| (NIL "A partial differential ring with differentiations indexed by a parameter type \\spad{S}. \\blankline")) (D (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{D(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1,{} n1)...,{} sn,{} nn)}.") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{D(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{D(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{D(...D(x,{} s1)...,{} sn)}.") (($ $ |#1|) "\\spad{D(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")) (|differentiate| (($ $ (|List| |#1|) (|List| (|NonNegativeInteger|))) "\\spad{differentiate(x,{} [s1,{}...,{}sn],{} [n1,{}...,{}nn])} computes multiple partial derivatives,{} \\spadignore{i.e.}") (($ $ |#1| (|NonNegativeInteger|)) "\\spad{differentiate(x,{} s,{} n)} computes multiple partial derivatives,{} \\spadignore{i.e.} \\spad{n}-th derivative of \\spad{x} with respect to \\spad{s}.") (($ $ (|List| |#1|)) "\\spad{differentiate(x,{}[s1,{}...sn])} computes successive partial derivatives,{} \\spadignore{i.e.} \\spad{differentiate(...differentiate(x,{} s1)...,{} sn)}.") (($ $ |#1|) "\\spad{differentiate(x,{}v)} computes the partial derivative of \\spad{x} with respect to \\spad{v}.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-836 S)
+(-838 S)
((|constructor| (NIL "\\indented{1}{A PendantTree(\\spad{S})is either a leaf? and is an \\spad{S} or has} a left and a right both PendantTree(\\spad{S})\\spad{'s}")) (|coerce| (((|Tree| |#1|) $) "\\spad{coerce(x)} \\undocumented")) (|ptree| (($ $ $) "\\spad{ptree(x,{}y)} \\undocumented") (($ |#1|) "\\spad{ptree(s)} is a leaf? pendant tree")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-837 |n| R)
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-839 |n| R)
((|constructor| (NIL "Permanent implements the functions {\\em permanent},{} the permanent for square matrices.")) (|permanent| ((|#2| (|SquareMatrix| |#1| |#2|)) "\\spad{permanent(x)} computes the permanent of a square matrix \\spad{x}. The {\\em permanent} is equivalent to the \\spadfun{determinant} except that coefficients have no change of sign. This function is much more difficult to compute than the {\\em determinant}. The formula used is by \\spad{H}.\\spad{J}. Ryser,{} improved by [Nijenhuis and Wilf,{} \\spad{Ch}. 19]. Note: permanent(\\spad{x}) choose one of three algorithms,{} depending on the underlying ring \\spad{R} and on \\spad{n},{} the number of rows (and columns) of \\spad{x:}\\begin{items} \\item 1. if 2 has an inverse in \\spad{R} we can use the algorithm of \\indented{3}{[Nijenhuis and Wilf,{} \\spad{ch}.19,{}\\spad{p}.158]; if 2 has no inverse,{}} \\indented{3}{some modifications are necessary:} \\item 2. if {\\em n > 6} and \\spad{R} is an integral domain with characteristic \\indented{3}{different from 2 (the algorithm works if and only 2 is not a} \\indented{3}{zero-divisor of \\spad{R} and {\\em characteristic()\\$R ~= 2},{}} \\indented{3}{but how to check that for any given \\spad{R} ?),{}} \\indented{3}{the local function {\\em permanent2} is called;} \\item 3. else,{} the local function {\\em permanent3} is called \\indented{3}{(works for all commutative rings \\spad{R}).} \\end{items}")))
NIL
NIL
-(-838 S)
+(-840 S)
((|constructor| (NIL "PermutationCategory provides a categorial environment \\indented{1}{for subgroups of bijections of a set (\\spadignore{i.e.} permutations)}")) (< (((|Boolean|) $ $) "\\spad{p < q} is an order relation on permutations. Note: this order is only total if and only if \\spad{S} is totally ordered or \\spad{S} is finite.")) (|orbit| (((|Set| |#1|) $ |#1|) "\\spad{orbit(p,{} el)} returns the orbit of {\\em el} under the permutation \\spad{p},{} \\spadignore{i.e.} the set which is given by applications of the powers of \\spad{p} to {\\em el}.")) (|elt| ((|#1| $ |#1|) "\\spad{elt(p,{} el)} returns the image of {\\em el} under the permutation \\spad{p}.")) (|eval| ((|#1| $ |#1|) "\\spad{eval(p,{} el)} returns the image of {\\em el} under the permutation \\spad{p}.")) (|cycles| (($ (|List| (|List| |#1|))) "\\spad{cycles(lls)} coerces a list list of cycles {\\em lls} to a permutation,{} each cycle being a list with not repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|cycle| (($ (|List| |#1|)) "\\spad{cycle(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-839 S)
+(-841 S)
((|constructor| (NIL "PermutationGroup implements permutation groups acting on a set \\spad{S},{} \\spadignore{i.e.} all subgroups of the symmetric group of \\spad{S},{} represented as a list of permutations (generators). Note that therefore the objects are not members of the \\Language category \\spadtype{Group}. Using the idea of base and strong generators by Sims,{} basic routines and algorithms are implemented so that the word problem for permutation groups can be solved.")) (|initializeGroupForWordProblem| (((|Void|) $ (|Integer|) (|Integer|)) "\\spad{initializeGroupForWordProblem(gp,{}m,{}n)} initializes the group {\\em gp} for the word problem. Notes: (1) with a small integer you get shorter words,{} but the routine takes longer than the standard routine for longer words. (2) be careful: invoking this routine will destroy the possibly stored information about your group (but will recompute it again). (3) users need not call this function normally for the soultion of the word problem.") (((|Void|) $) "\\spad{initializeGroupForWordProblem(gp)} initializes the group {\\em gp} for the word problem. Notes: it calls the other function of this name with parameters 0 and 1: {\\em initializeGroupForWordProblem(gp,{}0,{}1)}. Notes: (1) be careful: invoking this routine will destroy the possibly information about your group (but will recompute it again) (2) users need not call this function normally for the soultion of the word problem.")) (<= (((|Boolean|) $ $) "\\spad{gp1 <= gp2} returns \\spad{true} if and only if {\\em gp1} is a subgroup of {\\em gp2}. Note: because of a bug in the parser you have to call this function explicitly by {\\em gp1 <=\\$(PERMGRP S) gp2}.")) (< (((|Boolean|) $ $) "\\spad{gp1 < gp2} returns \\spad{true} if and only if {\\em gp1} is a proper subgroup of {\\em gp2}.")) (|movedPoints| (((|Set| |#1|) $) "\\spad{movedPoints(gp)} returns the points moved by the group {\\em gp}.")) (|wordInGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInGenerators(p,{}gp)} returns the word for the permutation \\spad{p} in the original generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em generators}.")) (|wordInStrongGenerators| (((|List| (|NonNegativeInteger|)) (|Permutation| |#1|) $) "\\spad{wordInStrongGenerators(p,{}gp)} returns the word for the permutation \\spad{p} in the strong generators of the group {\\em gp},{} represented by the indices of the list,{} given by {\\em strongGenerators}.")) (|member?| (((|Boolean|) (|Permutation| |#1|) $) "\\spad{member?(pp,{}gp)} answers the question,{} whether the permutation {\\em pp} is in the group {\\em gp} or not.")) (|orbits| (((|Set| (|Set| |#1|)) $) "\\spad{orbits(gp)} returns the orbits of the group {\\em gp},{} \\spadignore{i.e.} it partitions the (finite) of all moved points.")) (|orbit| (((|Set| (|List| |#1|)) $ (|List| |#1|)) "\\spad{orbit(gp,{}ls)} returns the orbit of the ordered list {\\em ls} under the group {\\em gp}. Note: return type is \\spad{L} \\spad{L} \\spad{S} temporarily because FSET \\spad{L} \\spad{S} has an error.") (((|Set| (|Set| |#1|)) $ (|Set| |#1|)) "\\spad{orbit(gp,{}els)} returns the orbit of the unordered set {\\em els} under the group {\\em gp}.") (((|Set| |#1|) $ |#1|) "\\spad{orbit(gp,{}el)} returns the orbit of the element {\\em el} under the group {\\em gp},{} \\spadignore{i.e.} the set of all points gained by applying each group element to {\\em el}.")) (|permutationGroup| (($ (|List| (|Permutation| |#1|))) "\\spad{permutationGroup(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.")) (|wordsForStrongGenerators| (((|List| (|List| (|NonNegativeInteger|))) $) "\\spad{wordsForStrongGenerators(gp)} returns the words for the strong generators of the group {\\em gp} in the original generators of {\\em gp},{} represented by their indices in the list,{} given by {\\em generators}.")) (|strongGenerators| (((|List| (|Permutation| |#1|)) $) "\\spad{strongGenerators(gp)} returns strong generators for the group {\\em gp}.")) (|base| (((|List| |#1|) $) "\\spad{base(gp)} returns a base for the group {\\em gp}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(gp)} returns the number of points moved by all permutations of the group {\\em gp}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(gp)} returns the order of the group {\\em gp}.")) (|random| (((|Permutation| |#1|) $) "\\spad{random(gp)} returns a random product of maximal 20 generators of the group {\\em gp}. Note: {\\em random(gp)=random(gp,{}20)}.") (((|Permutation| |#1|) $ (|Integer|)) "\\spad{random(gp,{}i)} returns a random product of maximal \\spad{i} generators of the group {\\em gp}.")) (|elt| (((|Permutation| |#1|) $ (|NonNegativeInteger|)) "\\spad{elt(gp,{}i)} returns the \\spad{i}-th generator of the group {\\em gp}.")) (|generators| (((|List| (|Permutation| |#1|)) $) "\\spad{generators(gp)} returns the generators of the group {\\em gp}.")) (|coerce| (($ (|List| (|Permutation| |#1|))) "\\spad{coerce(ls)} coerces a list of permutations {\\em ls} to the group generated by this list.") (((|List| (|Permutation| |#1|)) $) "\\spad{coerce(gp)} returns the generators of the group {\\em gp}.")))
NIL
NIL
-(-840 S)
+(-842 S)
((|constructor| (NIL "Permutation(\\spad{S}) implements the group of all bijections \\indented{2}{on a set \\spad{S},{} which move only a finite number of points.} \\indented{2}{A permutation is considered as a map from \\spad{S} into \\spad{S}. In particular} \\indented{2}{multiplication is defined as composition of maps:} \\indented{2}{{\\em pi1 * pi2 = pi1 o pi2}.} \\indented{2}{The internal representation of permuatations are two lists} \\indented{2}{of equal length representing preimages and images.}")) (|coerceImages| (($ (|List| |#1|)) "\\spad{coerceImages(ls)} coerces the list {\\em ls} to a permutation whose image is given by {\\em ls} and the preimage is fixed to be {\\em [1,{}...,{}n]}. Note: {coerceImages(\\spad{ls})=coercePreimagesImages([1,{}...,{}\\spad{n}],{}\\spad{ls})}. We assume that both preimage and image do not contain repetitions.")) (|fixedPoints| (((|Set| |#1|) $) "\\spad{fixedPoints(p)} returns the points fixed by the permutation \\spad{p}.")) (|sort| (((|List| $) (|List| $)) "\\spad{sort(lp)} sorts a list of permutations {\\em lp} according to cycle structure first according to length of cycles,{} second,{} if \\spad{S} has \\spadtype{Finite} or \\spad{S} has \\spadtype{OrderedSet} according to lexicographical order of entries in cycles of equal length.")) (|odd?| (((|Boolean|) $) "\\spad{odd?(p)} returns \\spad{true} if and only if \\spad{p} is an odd permutation \\spadignore{i.e.} {\\em sign(p)} is {\\em -1}.")) (|even?| (((|Boolean|) $) "\\spad{even?(p)} returns \\spad{true} if and only if \\spad{p} is an even permutation,{} \\spadignore{i.e.} {\\em sign(p)} is 1.")) (|sign| (((|Integer|) $) "\\spad{sign(p)} returns the signum of the permutation \\spad{p},{} \\spad{+1} or \\spad{-1}.")) (|numberOfCycles| (((|NonNegativeInteger|) $) "\\spad{numberOfCycles(p)} returns the number of non-trivial cycles of the permutation \\spad{p}.")) (|order| (((|NonNegativeInteger|) $) "\\spad{order(p)} returns the order of a permutation \\spad{p} as a group element.")) (|cyclePartition| (((|Partition|) $) "\\spad{cyclePartition(p)} returns the cycle structure of a permutation \\spad{p} including cycles of length 1 only if \\spad{S} is finite.")) (|movedPoints| (((|Set| |#1|) $) "\\spad{movedPoints(p)} returns the set of points moved by the permutation \\spad{p}.")) (|degree| (((|NonNegativeInteger|) $) "\\spad{degree(p)} retuns the number of points moved by the permutation \\spad{p}.")) (|coerceListOfPairs| (($ (|List| (|List| |#1|))) "\\spad{coerceListOfPairs(lls)} coerces a list of pairs {\\em lls} to a permutation. Error: if not consistent,{} \\spadignore{i.e.} the set of the first elements coincides with the set of second elements. coerce(\\spad{p}) generates output of the permutation \\spad{p} with domain OutputForm.")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(ls)} coerces a cycle {\\em ls},{} \\spadignore{i.e.} a list with not repetitions to a permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list. Error: if repetitions occur.") (($ (|List| (|List| |#1|))) "\\spad{coerce(lls)} coerces a list of cycles {\\em lls} to a permutation,{} each cycle being a list with no repetitions,{} is coerced to the permutation,{} which maps {\\em ls.i} to {\\em ls.i+1},{} indices modulo the length of the list,{} then these permutations are mutiplied. Error: if repetitions occur in one cycle.")) (|coercePreimagesImages| (($ (|List| (|List| |#1|))) "\\spad{coercePreimagesImages(lls)} coerces the representation {\\em lls} of a permutation as a list of preimages and images to a permutation. We assume that both preimage and image do not contain repetitions.")) (|listRepresentation| (((|Record| (|:| |preimage| (|List| |#1|)) (|:| |image| (|List| |#1|))) $) "\\spad{listRepresentation(p)} produces a representation {\\em rep} of the permutation \\spad{p} as a list of preimages and images,{} \\spad{i}.\\spad{e} \\spad{p} maps {\\em (rep.preimage).k} to {\\em (rep.image).k} for all indices \\spad{k}. Elements of \\spad{S} not in {\\em (rep.preimage).k} are fixed points,{} and these are the only fixed points of the permutation.")))
-((-4256 . T))
-((-2067 (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-789)))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-789))))
-(-841 R E |VarSet| S)
+((-4258 . T))
+((-2027 (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-791)))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-791))))
+(-843 R E |VarSet| S)
((|constructor| (NIL "PolynomialFactorizationByRecursion(\\spad{R},{}\\spad{E},{}\\spad{VarSet},{}\\spad{S}) is used for factorization of sparse univariate polynomials over a domain \\spad{S} of multivariate polynomials over \\spad{R}.")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|List| |#3|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|bivariateSLPEBR| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|) |#3|) "\\spad{bivariateSLPEBR(lp,{}p,{}v)} implements the bivariate case of \\spadfunFrom{solveLinearPolynomialEquationByRecursion}{PolynomialFactorizationByRecursionUnivariate}; its implementation depends on \\spad{R}")) (|randomR| ((|#1|) "\\spad{randomR produces} a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#4|)) "failed") (|List| (|SparseUnivariatePolynomial| |#4|)) (|SparseUnivariatePolynomial| |#4|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,{}...,{}pn],{}p)} returns the list of polynomials \\spad{[q1,{}...,{}qn]} such that \\spad{sum qi/pi = p / prod \\spad{pi}},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-842 R S)
+(-844 R S)
((|constructor| (NIL "\\indented{1}{PolynomialFactorizationByRecursionUnivariate} \\spad{R} is a \\spadfun{PolynomialFactorizationExplicit} domain,{} \\spad{S} is univariate polynomials over \\spad{R} We are interested in handling SparseUnivariatePolynomials over \\spad{S},{} is a variable we shall call \\spad{z}")) (|factorSFBRlcUnit| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSFBRlcUnit(p)} returns the square free factorization of polynomial \\spad{p} (see \\spadfun{factorSquareFreeByRecursion}{PolynomialFactorizationByRecursionUnivariate}) in the case where the leading coefficient of \\spad{p} is a unit.")) (|randomR| ((|#1|) "\\spad{randomR()} produces a random element of \\spad{R}")) (|factorSquareFreeByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorSquareFreeByRecursion(p)} returns the square free factorization of \\spad{p}. This functions performs the recursion step for factorSquareFreePolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorSquareFreePolynomial}).")) (|factorByRecursion| (((|Factored| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{factorByRecursion(p)} factors polynomial \\spad{p}. This function performs the recursion step for factorPolynomial,{} as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{factorPolynomial})")) (|solveLinearPolynomialEquationByRecursion| (((|Union| (|List| (|SparseUnivariatePolynomial| |#2|)) "failed") (|List| (|SparseUnivariatePolynomial| |#2|)) (|SparseUnivariatePolynomial| |#2|)) "\\spad{solveLinearPolynomialEquationByRecursion([p1,{}...,{}pn],{}p)} returns the list of polynomials \\spad{[q1,{}...,{}qn]} such that \\spad{sum qi/pi = p / prod \\spad{pi}},{} a recursion step for solveLinearPolynomialEquation as defined in \\spadfun{PolynomialFactorizationExplicit} category (see \\spadfun{solveLinearPolynomialEquation}). If no such list of \\spad{qi} exists,{} then \"failed\" is returned.")))
NIL
NIL
-(-843 S)
+(-845 S)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Union| $ "failed") $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \"failed\" if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,{}q)} returns the \\spad{gcd} of the univariate polynomials \\spad{p} \\spad{qnd} \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-136))))
-(-844)
+((|HasCategory| |#1| (QUOTE (-138))))
+(-846)
((|constructor| (NIL "This is the category of domains that know \"enough\" about themselves in order to factor univariate polynomials over themselves. This will be used in future releases for supporting factorization over finitely generated coefficient fields,{} it is not yet available in the current release of axiom.")) (|charthRoot| (((|Union| $ "failed") $) "\\spad{charthRoot(r)} returns the \\spad{p}\\spad{-}th root of \\spad{r},{} or \"failed\" if none exists in the domain.")) (|conditionP| (((|Union| (|Vector| $) "failed") (|Matrix| $)) "\\spad{conditionP(m)} returns a vector of elements,{} not all zero,{} whose \\spad{p}\\spad{-}th powers (\\spad{p} is the characteristic of the domain) are a solution of the homogenous linear system represented by \\spad{m},{} or \"failed\" is there is no such vector.")) (|solveLinearPolynomialEquation| (((|Union| (|List| (|SparseUnivariatePolynomial| $)) "failed") (|List| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{solveLinearPolynomialEquation([f1,{} ...,{} fn],{} g)} (where the \\spad{fi} are relatively prime to each other) returns a list of \\spad{ai} such that \\spad{g/prod \\spad{fi} = sum ai/fi} or returns \"failed\" if no such list of \\spad{ai}\\spad{'s} exists.")) (|gcdPolynomial| (((|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $) (|SparseUnivariatePolynomial| $)) "\\spad{gcdPolynomial(p,{}q)} returns the \\spad{gcd} of the univariate polynomials \\spad{p} \\spad{qnd} \\spad{q}.")) (|factorSquareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorSquareFreePolynomial(p)} factors the univariate polynomial \\spad{p} into irreducibles where \\spad{p} is known to be square free and primitive with respect to its main variable.")) (|factorPolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{factorPolynomial(p)} returns the factorization into irreducibles of the univariate polynomial \\spad{p}.")) (|squareFreePolynomial| (((|Factored| (|SparseUnivariatePolynomial| $)) (|SparseUnivariatePolynomial| $)) "\\spad{squareFreePolynomial(p)} returns the square-free factorization of the univariate polynomial \\spad{p}.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-845 |p|)
+(-847 |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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| $ (QUOTE (-138))) (|HasCategory| $ (QUOTE (-136))) (|HasCategory| $ (QUOTE (-346))))
-(-846 R0 -1834 UP UPUP R)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| $ (QUOTE (-140))) (|HasCategory| $ (QUOTE (-138))) (|HasCategory| $ (QUOTE (-348))))
+(-848 R0 -1819 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
-(-847 UP UPUP R)
+(-849 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
-(-848 UP UPUP)
+(-850 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
-(-849 R)
+(-851 R)
((|constructor| (NIL "The domain \\spadtype{PartialFraction} implements partial fractions over a euclidean domain \\spad{R}. This requirement on the argument domain allows us to normalize the fractions. Of particular interest are the 2 forms for these fractions. The ``compact\\spad{''} form has only one fractional term per prime in the denominator,{} while the \\spad{``p}-adic\\spad{''} form expands each numerator \\spad{p}-adically via the prime \\spad{p} in the denominator. For computational efficiency,{} the compact form is used,{} though the \\spad{p}-adic form may be gotten by calling the function \\spadfunFrom{padicFraction}{PartialFraction}. For a general euclidean domain,{} it is not known how to factor the denominator. Thus the function \\spadfunFrom{partialFraction}{PartialFraction} takes as its second argument an element of \\spadtype{Factored(R)}.")) (|wholePart| ((|#1| $) "\\spad{wholePart(p)} extracts the whole part of the partial fraction \\spad{p}.")) (|partialFraction| (($ |#1| (|Factored| |#1|)) "\\spad{partialFraction(numer,{}denom)} is the main function for constructing partial fractions. The second argument is the denominator and should be factored.")) (|padicFraction| (($ $) "\\spad{padicFraction(q)} expands the fraction \\spad{p}-adically in the primes \\spad{p} in the denominator of \\spad{q}. For example,{} \\spad{padicFraction(3/(2**2)) = 1/2 + 1/(2**2)}. Use \\spadfunFrom{compactFraction}{PartialFraction} to return to compact form.")) (|padicallyExpand| (((|SparseUnivariatePolynomial| |#1|) |#1| |#1|) "\\spad{padicallyExpand(p,{}x)} is a utility function that expands the second argument \\spad{x} \\spad{``p}-adically\\spad{''} in the first.")) (|numberOfFractionalTerms| (((|Integer|) $) "\\spad{numberOfFractionalTerms(p)} computes the number of fractional terms in \\spad{p}. This returns 0 if there is no fractional part.")) (|nthFractionalTerm| (($ $ (|Integer|)) "\\spad{nthFractionalTerm(p,{}n)} extracts the \\spad{n}th fractional term from the partial fraction \\spad{p}. This returns 0 if the index \\spad{n} is out of range.")) (|firstNumer| ((|#1| $) "\\spad{firstNumer(p)} extracts the numerator of the first fractional term. This returns 0 if there is no fractional part (use \\spadfunFrom{wholePart}{PartialFraction} to get the whole part).")) (|firstDenom| (((|Factored| |#1|) $) "\\spad{firstDenom(p)} extracts the denominator of the first fractional term. This returns 1 if there is no fractional part (use \\spadfunFrom{wholePart}{PartialFraction} to get the whole part).")) (|compactFraction| (($ $) "\\spad{compactFraction(p)} normalizes the partial fraction \\spad{p} to the compact representation. In this form,{} the partial fraction has only one fractional term per prime in the denominator.")) (|coerce| (($ (|Fraction| (|Factored| |#1|))) "\\spad{coerce(f)} takes a fraction with numerator and denominator in factored form and creates a partial fraction. It is necessary for the parts to be factored because it is not known in general how to factor elements of \\spad{R} and this is needed to decompose into partial fractions.") (((|Fraction| |#1|) $) "\\spad{coerce(p)} sums up the components of the partial fraction and returns a single fraction.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-850 R)
+(-852 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
-(-851 E OV R P)
+(-853 E OV R P)
((|gcdPrimitive| ((|#4| (|List| |#4|)) "\\spad{gcdPrimitive lp} computes the \\spad{gcd} of the list of primitive polynomials \\spad{lp}.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcdPrimitive(p,{}q)} computes the \\spad{gcd} of the primitive polynomials \\spad{p} and \\spad{q}.") ((|#4| |#4| |#4|) "\\spad{gcdPrimitive(p,{}q)} computes the \\spad{gcd} of the primitive polynomials \\spad{p} and \\spad{q}.")) (|gcd| (((|SparseUnivariatePolynomial| |#4|) (|List| (|SparseUnivariatePolynomial| |#4|))) "\\spad{gcd(lp)} computes the \\spad{gcd} of the list of polynomials \\spad{lp}.") (((|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|) (|SparseUnivariatePolynomial| |#4|)) "\\spad{gcd(p,{}q)} computes the \\spad{gcd} of the two polynomials \\spad{p} and \\spad{q}.") ((|#4| (|List| |#4|)) "\\spad{gcd(lp)} computes the \\spad{gcd} of the list of polynomials \\spad{lp}.") ((|#4| |#4| |#4|) "\\spad{gcd(p,{}q)} computes the \\spad{gcd} of the two polynomials \\spad{p} and \\spad{q}.")))
NIL
NIL
-(-852)
+(-854)
((|constructor| (NIL "PermutationGroupExamples provides permutation groups for some classes of groups: symmetric,{} alternating,{} dihedral,{} cyclic,{} direct products of cyclic,{} which are in fact the finite abelian groups of symmetric groups called Young subgroups. Furthermore,{} Rubik\\spad{'s} group as permutation group of 48 integers and a list of sporadic simple groups derived from the atlas of finite groups.")) (|youngGroup| (((|PermutationGroup| (|Integer|)) (|Partition|)) "\\spad{youngGroup(lambda)} constructs the direct product of the symmetric groups given by the parts of the partition {\\em lambda}.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{youngGroup([n1,{}...,{}nk])} constructs the direct product of the symmetric groups {\\em Sn1},{}...,{}{\\em Snk}.")) (|rubiksGroup| (((|PermutationGroup| (|Integer|))) "\\spad{rubiksGroup constructs} the permutation group representing Rubic\\spad{'s} Cube acting on integers {\\em 10*i+j} for {\\em 1 <= i <= 6},{} {\\em 1 <= j <= 8}. The faces of Rubik\\spad{'s} Cube are labelled in the obvious way Front,{} Right,{} Up,{} Down,{} Left,{} Back and numbered from 1 to 6 in this given ordering,{} the pieces on each face (except the unmoveable center piece) are clockwise numbered from 1 to 8 starting with the piece in the upper left corner. The moves of the cube are represented as permutations on these pieces,{} represented as a two digit integer {\\em ij} where \\spad{i} is the numer of theface (1 to 6) and \\spad{j} is the number of the piece on this face. The remaining ambiguities are resolved by looking at the 6 generators,{} which represent a 90 degree turns of the faces,{} or from the following pictorial description. Permutation group representing Rubic\\spad{'s} Cube acting on integers 10*i+j for 1 \\spad{<=} \\spad{i} \\spad{<=} 6,{} 1 \\spad{<=} \\spad{j} \\spad{<=8}. \\blankline\\begin{verbatim}Rubik's Cube: +-----+ +-- B where: marks Side # : / U /|/ / / | F(ront) <-> 1 L --> +-----+ R| R(ight) <-> 2 | | + U(p) <-> 3 | F | / D(own) <-> 4 | |/ L(eft) <-> 5 +-----+ B(ack) <-> 6 ^ | DThe Cube's surface: The pieces on each side +---+ (except the unmoveable center |567| piece) are clockwise numbered |4U8| from 1 to 8 starting with the |321| piece in the upper left +---+---+---+ corner (see figure on the |781|123|345| left). The moves of the cube |6L2|8F4|2R6| are represented as |543|765|187| permutations on these pieces. +---+---+---+ Each of the pieces is |123| represented as a two digit |8D4| integer ij where i is the |765| # of the side ( 1 to 6 for +---+ F to B (see table above )) |567| and j is the # of the piece. |4B8| |321| +---+\\end{verbatim}")) (|janko2| (((|PermutationGroup| (|Integer|))) "\\spad{janko2 constructs} the janko group acting on the integers 1,{}...,{}100.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{janko2(\\spad{li})} constructs the janko group acting on the 100 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 100 different entries")) (|mathieu24| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu24 constructs} the mathieu group acting on the integers 1,{}...,{}24.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu24(\\spad{li})} constructs the mathieu group acting on the 24 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 24 different entries.")) (|mathieu23| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu23 constructs} the mathieu group acting on the integers 1,{}...,{}23.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu23(\\spad{li})} constructs the mathieu group acting on the 23 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 23 different entries.")) (|mathieu22| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu22 constructs} the mathieu group acting on the integers 1,{}...,{}22.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu22(\\spad{li})} constructs the mathieu group acting on the 22 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. Error: if {\\em \\spad{li}} has less or more than 22 different entries.")) (|mathieu12| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu12 constructs} the mathieu group acting on the integers 1,{}...,{}12.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu12(\\spad{li})} constructs the mathieu group acting on the 12 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed Error: if {\\em \\spad{li}} has less or more than 12 different entries.")) (|mathieu11| (((|PermutationGroup| (|Integer|))) "\\spad{mathieu11 constructs} the mathieu group acting on the integers 1,{}...,{}11.") (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{mathieu11(\\spad{li})} constructs the mathieu group acting on the 11 integers given in the list {\\em \\spad{li}}. Note: duplicates in the list will be removed. error,{} if {\\em \\spad{li}} has less or more than 11 different entries.")) (|dihedralGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{dihedralGroup([i1,{}...,{}ik])} constructs the dihedral group of order 2k acting on the integers out of {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{dihedralGroup(n)} constructs the dihedral group of order 2n acting on integers 1,{}...,{}\\spad{N}.")) (|cyclicGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{cyclicGroup([i1,{}...,{}ik])} constructs the cyclic group of order \\spad{k} acting on the integers {\\em i1},{}...,{}{\\em ik}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{cyclicGroup(n)} constructs the cyclic group of order \\spad{n} acting on the integers 1,{}...,{}\\spad{n}.")) (|abelianGroup| (((|PermutationGroup| (|Integer|)) (|List| (|PositiveInteger|))) "\\spad{abelianGroup([n1,{}...,{}nk])} constructs the abelian group that is the direct product of cyclic groups with order {\\em \\spad{ni}}.")) (|alternatingGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{alternatingGroup(\\spad{li})} constructs the alternating group acting on the integers in the list {\\em \\spad{li}},{} generators are in general the {\\em n-2}-cycle {\\em (\\spad{li}.3,{}...,{}\\spad{li}.n)} and the 3-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2,{}\\spad{li}.3)},{} if \\spad{n} is odd and product of the 2-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2)} with {\\em n-2}-cycle {\\em (\\spad{li}.3,{}...,{}\\spad{li}.n)} and the 3-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2,{}\\spad{li}.3)},{} if \\spad{n} is even. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{alternatingGroup(n)} constructs the alternating group {\\em An} acting on the integers 1,{}...,{}\\spad{n},{} generators are in general the {\\em n-2}-cycle {\\em (3,{}...,{}n)} and the 3-cycle {\\em (1,{}2,{}3)} if \\spad{n} is odd and the product of the 2-cycle {\\em (1,{}2)} with {\\em n-2}-cycle {\\em (3,{}...,{}n)} and the 3-cycle {\\em (1,{}2,{}3)} if \\spad{n} is even.")) (|symmetricGroup| (((|PermutationGroup| (|Integer|)) (|List| (|Integer|))) "\\spad{symmetricGroup(\\spad{li})} constructs the symmetric group acting on the integers in the list {\\em \\spad{li}},{} generators are the cycle given by {\\em \\spad{li}} and the 2-cycle {\\em (\\spad{li}.1,{}\\spad{li}.2)}. Note: duplicates in the list will be removed.") (((|PermutationGroup| (|Integer|)) (|PositiveInteger|)) "\\spad{symmetricGroup(n)} constructs the symmetric group {\\em Sn} acting on the integers 1,{}...,{}\\spad{n},{} generators are the {\\em n}-cycle {\\em (1,{}...,{}n)} and the 2-cycle {\\em (1,{}2)}.")))
NIL
NIL
-(-853 -1834)
+(-855 -1819)
((|constructor| (NIL "Groebner functions for \\spad{P} \\spad{F} \\indented{2}{This package is an interface package to the groebner basis} package which allows you to compute groebner bases for polynomials in either lexicographic ordering or total degree ordering refined by reverse lex. The input is the ordinary polynomial type which is internally converted to a type with the required ordering. The resulting grobner basis is converted back to ordinary polynomials. The ordering among the variables is controlled by an explicit list of variables which is passed as a second argument. The coefficient domain is allowed to be any \\spad{gcd} domain,{} but the groebner basis is computed as if the polynomials were over a field.")) (|totalGroebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{totalGroebner(lp,{}lv)} computes Groebner basis for the list of polynomials \\spad{lp} with the terms ordered first by total degree and then refined by reverse lexicographic ordering. The variables are ordered by their position in the list \\spad{lv}.")) (|lexGroebner| (((|List| (|Polynomial| |#1|)) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{lexGroebner(lp,{}lv)} computes Groebner basis for the list of polynomials \\spad{lp} in lexicographic order. The variables are ordered by their position in the list \\spad{lv}.")))
NIL
NIL
-(-854 R)
+(-856 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
-(-855)
+(-857)
((|constructor| (NIL "The category of constructive principal ideal domains,{} \\spadignore{i.e.} where a single generator can be constructively found for any ideal given by a finite set of generators. Note that this constructive definition only implies that finitely generated ideals are principal. It is not clear what we would mean by an infinitely generated ideal.")) (|expressIdealMember| (((|Union| (|List| $) "failed") (|List| $) $) "\\spad{expressIdealMember([f1,{}...,{}fn],{}h)} returns a representation of \\spad{h} as a linear combination of the \\spad{fi} or \"failed\" if \\spad{h} is not in the ideal generated by the \\spad{fi}.")) (|principalIdeal| (((|Record| (|:| |coef| (|List| $)) (|:| |generator| $)) (|List| $)) "\\spad{principalIdeal([f1,{}...,{}fn])} returns a record whose generator component is a generator of the ideal generated by \\spad{[f1,{}...,{}fn]} whose coef component satisfies \\spad{generator = sum (input.i * coef.i)}")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-856)
+(-858)
((|constructor| (NIL "\\spadtype{PositiveInteger} provides functions for \\indented{2}{positive integers.}")) (|commutative| ((|attribute| "*") "\\spad{commutative(\"*\")} means multiplication is commutative : x*y = \\spad{y*x}")) (|gcd| (($ $ $) "\\spad{gcd(a,{}b)} computes the greatest common divisor of two positive integers \\spad{a} and \\spad{b}.")))
-(((-4261 "*") . T))
+(((-4263 "*") . T))
NIL
-(-857 -1834 P)
+(-859 -1819 P)
((|constructor| (NIL "This package exports interpolation algorithms")) (|LagrangeInterpolation| ((|#2| (|List| |#1|) (|List| |#1|)) "\\spad{LagrangeInterpolation(l1,{}l2)} \\undocumented")))
NIL
NIL
-(-858 |xx| -1834)
+(-860 |xx| -1819)
((|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
-(-859 R |Var| |Expon| GR)
+(-861 R |Var| |Expon| GR)
((|constructor| (NIL "Author: William Sit,{} spring 89")) (|inconsistent?| (((|Boolean|) (|List| (|Polynomial| |#1|))) "inconsistant?(\\spad{pl}) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in \\spad{pl} is inconsistent. It is assumed that \\spad{pl} is a groebner basis.") (((|Boolean|) (|List| |#4|)) "inconsistant?(\\spad{pl}) returns \\spad{true} if the system of equations \\spad{p} = 0 for \\spad{p} in \\spad{pl} is inconsistent. It is assumed that \\spad{pl} is a groebner basis.")) (|sqfree| ((|#4| |#4|) "\\spad{sqfree(p)} returns the product of square free factors of \\spad{p}")) (|regime| (((|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))) (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|List| |#4|)) (|NonNegativeInteger|) (|NonNegativeInteger|) (|Integer|)) "\\spad{regime(y,{}c,{} w,{} p,{} r,{} rm,{} m)} returns a regime,{} a list of polynomials specifying the consistency conditions,{} a particular solution and basis representing the general solution of the parametric linear system \\spad{c} \\spad{z} = \\spad{w} on that regime. The regime returned depends on the subdeterminant \\spad{y}.det and the row and column indices. The solutions are simplified using the assumption that the system has rank \\spad{r} and maximum rank \\spad{rm}. The list \\spad{p} represents a list of list of factors of polynomials in a groebner basis of the ideal generated by higher order subdeterminants,{} and ius used for the simplification. The mode \\spad{m} distinguishes the cases when the system is homogeneous,{} or the right hand side is arbitrary,{} or when there is no new right hand side variables.")) (|redmat| (((|Matrix| |#4|) (|Matrix| |#4|) (|List| |#4|)) "\\spad{redmat(m,{}g)} returns a matrix whose entries are those of \\spad{m} modulo the ideal generated by the groebner basis \\spad{g}")) (|ParCond| (((|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCond(m,{}k)} returns the list of all \\spad{k} by \\spad{k} subdeterminants in the matrix \\spad{m}")) (|overset?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\spad{overset?(s,{}sl)} returns \\spad{true} if \\spad{s} properly a sublist of a member of \\spad{sl}; otherwise it returns \\spad{false}")) (|nextSublist| (((|List| (|List| (|Integer|))) (|Integer|) (|Integer|)) "\\spad{nextSublist(n,{}k)} returns a list of \\spad{k}-subsets of {1,{} ...,{} \\spad{n}}.")) (|minset| (((|List| (|List| |#4|)) (|List| (|List| |#4|))) "\\spad{minset(sl)} returns the sublist of \\spad{sl} consisting of the minimal lists (with respect to inclusion) in the list \\spad{sl} of lists")) (|minrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{minrank(r)} returns the minimum rank in the list \\spad{r} of regimes")) (|maxrank| (((|NonNegativeInteger|) (|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|))))) "\\spad{maxrank(r)} returns the maximum rank in the list \\spad{r} of regimes")) (|factorset| (((|List| |#4|) |#4|) "\\spad{factorset(p)} returns the set of irreducible factors of \\spad{p}.")) (|B1solve| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |mat| (|Matrix| (|Fraction| (|Polynomial| |#1|)))) (|:| |vec| (|List| (|Fraction| (|Polynomial| |#1|)))) (|:| |rank| (|NonNegativeInteger|)) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|))))) "\\spad{B1solve(s)} solves the system (\\spad{s}.mat) \\spad{z} = \\spad{s}.vec for the variables given by the column indices of \\spad{s}.cols in terms of the other variables and the right hand side \\spad{s}.vec by assuming that the rank is \\spad{s}.rank,{} that the system is consistent,{} with the linearly independent equations indexed by the given row indices \\spad{s}.rows; the coefficients in \\spad{s}.mat involving parameters are treated as polynomials. B1solve(\\spad{s}) returns a particular solution to the system and a basis of the homogeneous system (\\spad{s}.mat) \\spad{z} = 0.")) (|redpps| (((|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))) (|List| |#4|)) "\\spad{redpps(s,{}g)} returns the simplified form of \\spad{s} after reducing modulo a groebner basis \\spad{g}")) (|ParCondList| (((|List| (|Record| (|:| |rank| (|NonNegativeInteger|)) (|:| |eqns| (|List| (|Record| (|:| |det| |#4|) (|:| |rows| (|List| (|Integer|))) (|:| |cols| (|List| (|Integer|)))))) (|:| |fgb| (|List| |#4|)))) (|Matrix| |#4|) (|NonNegativeInteger|)) "\\spad{ParCondList(c,{}r)} computes a list of subdeterminants of each rank \\spad{>=} \\spad{r} of the matrix \\spad{c} and returns a groebner basis for the ideal they generate")) (|hasoln| (((|Record| (|:| |sysok| (|Boolean|)) (|:| |z0| (|List| |#4|)) (|:| |n0| (|List| |#4|))) (|List| |#4|) (|List| |#4|)) "\\spad{hasoln(g,{} l)} tests whether the quasi-algebraic set defined by \\spad{p} = 0 for \\spad{p} in \\spad{g} and \\spad{q} \\spad{~=} 0 for \\spad{q} in \\spad{l} is empty or not and returns a simplified definition of the quasi-algebraic set")) (|pr2dmp| ((|#4| (|Polynomial| |#1|)) "\\spad{pr2dmp(p)} converts \\spad{p} to target domain")) (|se2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{se2rfi(l)} converts \\spad{l} to target domain")) (|dmp2rfi| (((|List| (|Fraction| (|Polynomial| |#1|))) (|List| |#4|)) "\\spad{dmp2rfi(l)} converts \\spad{l} to target domain") (((|Matrix| (|Fraction| (|Polynomial| |#1|))) (|Matrix| |#4|)) "\\spad{dmp2rfi(m)} converts \\spad{m} to target domain") (((|Fraction| (|Polynomial| |#1|)) |#4|) "\\spad{dmp2rfi(p)} converts \\spad{p} to target domain")) (|bsolve| (((|Record| (|:| |rgl| (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|)))))))))) (|:| |rgsz| (|Integer|))) (|Matrix| |#4|) (|List| (|Fraction| (|Polynomial| |#1|))) (|NonNegativeInteger|) (|String|) (|Integer|)) "\\spad{bsolve(c,{} w,{} r,{} s,{} m)} returns a list of regimes and solutions of the system \\spad{c} \\spad{z} = \\spad{w} for ranks at least \\spad{r}; depending on the mode \\spad{m} chosen,{} it writes the output to a file given by the string \\spad{s}.")) (|rdregime| (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{rdregime(s)} reads in a list from a file with name \\spad{s}")) (|wrregime| (((|Integer|) (|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|String|)) "\\spad{wrregime(l,{}s)} writes a list of regimes to a file named \\spad{s} and returns the number of regimes written")) (|psolve| (((|Integer|) (|Matrix| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,{}k,{}s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,{}w,{}k,{}s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|) (|String|)) "\\spad{psolve(c,{}w,{}k,{}s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and given right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|String|)) "\\spad{psolve(c,{}s)} solves \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| (|Symbol|)) (|String|)) "\\spad{psolve(c,{}w,{}s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|Integer|) (|Matrix| |#4|) (|List| |#4|) (|String|)) "\\spad{psolve(c,{}w,{}s)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w},{} writes the results to a file named \\spad{s},{} and returns the number of regimes") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|PositiveInteger|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|)) (|PositiveInteger|)) "\\spad{psolve(c,{}w,{}k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|) (|PositiveInteger|)) "\\spad{psolve(c,{}w,{}k)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks \\spad{>=} \\spad{k} of the matrix \\spad{c} and given right hand side vector \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|)) "\\spad{psolve(c)} solves the homogeneous linear system \\spad{c} \\spad{z} = 0 for all possible ranks of the matrix \\spad{c}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| (|Symbol|))) "\\spad{psolve(c,{}w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and indeterminate right hand side \\spad{w}") (((|List| (|Record| (|:| |eqzro| (|List| |#4|)) (|:| |neqzro| (|List| |#4|)) (|:| |wcond| (|List| (|Polynomial| |#1|))) (|:| |bsoln| (|Record| (|:| |partsol| (|Vector| (|Fraction| (|Polynomial| |#1|)))) (|:| |basis| (|List| (|Vector| (|Fraction| (|Polynomial| |#1|))))))))) (|Matrix| |#4|) (|List| |#4|)) "\\spad{psolve(c,{}w)} solves \\spad{c} \\spad{z} = \\spad{w} for all possible ranks of the matrix \\spad{c} and given right hand side vector \\spad{w}")))
NIL
NIL
-(-860 S)
+(-862 S)
((|constructor| (NIL "PlotFunctions1 provides facilities for plotting curves where functions \\spad{SF} \\spad{->} \\spad{SF} are specified by giving an expression")) (|plotPolar| (((|Plot|) |#1| (|Symbol|)) "\\spad{plotPolar(f,{}theta)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges from 0 to 2 \\spad{pi}") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,{}theta,{}seg)} plots the graph of \\spad{r = f(theta)} as \\spad{theta} ranges over an interval")) (|plot| (((|Plot|) |#1| |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,{}g,{}t,{}seg)} plots the graph of \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over an interval.") (((|Plot|) |#1| (|Symbol|) (|Segment| (|DoubleFloat|))) "\\spad{plot(fcn,{}x,{}seg)} plots the graph of \\spad{y = f(x)} on a interval")))
NIL
NIL
-(-861)
+(-863)
((|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
-(-862)
+(-864)
((|constructor| (NIL "The Plot domain supports plotting of functions defined over a real number system. A real number system is a model for the real numbers and as such may be an approximation. For example floating point numbers and infinite continued fractions. The facilities at this point are limited to 2-dimensional plots or either a single function or a parametric function.")) (|debug| (((|Boolean|) (|Boolean|)) "\\spad{debug(true)} turns debug mode on \\spad{debug(false)} turns debug mode off")) (|numFunEvals| (((|Integer|)) "\\spad{numFunEvals()} returns the number of points computed")) (|setAdaptive| (((|Boolean|) (|Boolean|)) "\\spad{setAdaptive(true)} turns adaptive plotting on \\spad{setAdaptive(false)} turns adaptive plotting off")) (|adaptive?| (((|Boolean|)) "\\spad{adaptive?()} determines whether plotting be done adaptively")) (|setScreenResolution| (((|Integer|) (|Integer|)) "\\spad{setScreenResolution(i)} sets the screen resolution to \\spad{i}")) (|screenResolution| (((|Integer|)) "\\spad{screenResolution()} returns the screen resolution")) (|setMaxPoints| (((|Integer|) (|Integer|)) "\\spad{setMaxPoints(i)} sets the maximum number of points in a plot to \\spad{i}")) (|maxPoints| (((|Integer|)) "\\spad{maxPoints()} returns the maximum number of points in a plot")) (|setMinPoints| (((|Integer|) (|Integer|)) "\\spad{setMinPoints(i)} sets the minimum number of points in a plot to \\spad{i}")) (|minPoints| (((|Integer|)) "\\spad{minPoints()} returns the minimum number of points in a plot")) (|tRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{tRange(p)} returns the range of the parameter in a parametric plot \\spad{p}")) (|refine| (($ $) "\\spad{refine(p)} performs a refinement on the plot \\spad{p}") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{refine(x,{}r)} \\undocumented")) (|zoom| (($ $ (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,{}r,{}s)} \\undocumented") (($ $ (|Segment| (|DoubleFloat|))) "\\spad{zoom(x,{}r)} \\undocumented")) (|parametric?| (((|Boolean|) $) "\\spad{parametric? determines} whether it is a parametric plot?")) (|plotPolar| (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) "\\spad{plotPolar(f)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[0,{}2*\\%\\spad{pi}]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plotPolar(f,{}a..b)} plots the polar curve \\spad{r = f(theta)} as theta ranges over the interval \\spad{[a,{}b]}; this is the same as the parametric curve \\spad{x = f(t) * cos(t)},{} \\spad{y = f(t) * sin(t)}.")) (|pointPlot| (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),{}g(t)),{}a..b,{}c..d,{}e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,{}b]}; \\spad{x}-range of \\spad{[c,{}d]} and \\spad{y}-range of \\spad{[e,{}f]} are noted in Plot object.") (($ (|Mapping| (|Point| (|DoubleFloat|)) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{pointPlot(t +-> (f(t),{}g(t)),{}a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,{}b]}.")) (|plot| (($ $ (|Segment| (|DoubleFloat|))) "\\spad{plot(x,{}r)} \\undocumented") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,{}g,{}a..b,{}c..d,{}e..f)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,{}b]}; \\spad{x}-range of \\spad{[c,{}d]} and \\spad{y}-range of \\spad{[e,{}f]} are noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,{}g,{}a..b)} plots the parametric curve \\spad{x = f(t)},{} \\spad{y = g(t)} as \\spad{t} ranges over the interval \\spad{[a,{}b]}.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,{}...,{}fm],{}a..b,{}c..d)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}; \\spad{y}-range of \\spad{[c,{}d]} is noted in Plot object.") (($ (|List| (|Mapping| (|DoubleFloat|) (|DoubleFloat|))) (|Segment| (|DoubleFloat|))) "\\spad{plot([f1,{}...,{}fm],{}a..b)} plots the functions \\spad{y = f1(x)},{}...,{} \\spad{y = fm(x)} on the interval \\spad{a..b}.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,{}a..b,{}c..d)} plots the function \\spad{f(x)} on the interval \\spad{[a,{}b]}; \\spad{y}-range of \\spad{[c,{}d]} is noted in Plot object.") (($ (|Mapping| (|DoubleFloat|) (|DoubleFloat|)) (|Segment| (|DoubleFloat|))) "\\spad{plot(f,{}a..b)} plots the function \\spad{f(x)} on the interval \\spad{[a,{}b]}.")))
NIL
NIL
-(-863)
+(-865)
((|constructor| (NIL "This package exports plotting tools")) (|calcRanges| (((|List| (|Segment| (|DoubleFloat|))) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{calcRanges(l)} \\undocumented")))
NIL
NIL
-(-864 R -1834)
+(-866 R -1819)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching; Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| ((|#2| |#2|) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list. Error: if \\spad{x} is not a symbol.")) (|optional| ((|#2| |#2|) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation). Error: if \\spad{x} is not a symbol.")) (|constant| ((|#2| |#2|) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol \\spad{'x} and no other quantity. Error: if \\spad{x} is not a symbol.")) (|assert| ((|#2| |#2| (|String|)) "\\spad{assert(x,{} s)} makes the assertion \\spad{s} about \\spad{x}. Error: if \\spad{x} is not a symbol.")))
NIL
NIL
-(-865)
+(-867)
((|constructor| (NIL "Attaching assertions to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|multiple| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{multiple(x)} tells the pattern matcher that \\spad{x} should preferably match a multi-term quantity in a sum or product. For matching on lists,{} multiple(\\spad{x}) tells the pattern matcher that \\spad{x} should match a list instead of an element of a list.")) (|optional| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{optional(x)} tells the pattern matcher that \\spad{x} can match an identity (0 in a sum,{} 1 in a product or exponentiation)..")) (|constant| (((|Expression| (|Integer|)) (|Symbol|)) "\\spad{constant(x)} tells the pattern matcher that \\spad{x} should match only the symbol \\spad{'x} and no other quantity.")) (|assert| (((|Expression| (|Integer|)) (|Symbol|) (|String|)) "\\spad{assert(x,{} s)} makes the assertion \\spad{s} about \\spad{x}.")))
NIL
NIL
-(-866 S A B)
+(-868 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
-(-867 S R -1834)
+(-869 S R -1819)
((|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
-(-868 I)
+(-870 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
-(-869 S E)
+(-871 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
-(-870 S R L)
+(-872 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
-(-871 S E V R P)
+(-873 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 -821) (|devaluate| |#1|))))
-(-872 R -1834 -2401)
+((|HasCategory| |#3| (LIST (QUOTE -823) (|devaluate| |#1|))))
+(-874 R -1819 -2369)
((|constructor| (NIL "Attaching predicates to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|suchThat| ((|#2| |#2| (|List| (|Mapping| (|Boolean|) |#3|))) "\\spad{suchThat(x,{} [f1,{} f2,{} ...,{} fn])} attaches the predicate \\spad{f1} and \\spad{f2} and ... and \\spad{fn} to \\spad{x}. Error: if \\spad{x} is not a symbol.") ((|#2| |#2| (|Mapping| (|Boolean|) |#3|)) "\\spad{suchThat(x,{} foo)} attaches the predicate foo to \\spad{x}; error if \\spad{x} is not a symbol.")))
NIL
NIL
-(-873 -2401)
+(-875 -2369)
((|constructor| (NIL "Attaching predicates to symbols for pattern matching. Date Created: 21 Mar 1989 Date Last Updated: 23 May 1990")) (|suchThat| (((|Expression| (|Integer|)) (|Symbol|) (|List| (|Mapping| (|Boolean|) |#1|))) "\\spad{suchThat(x,{} [f1,{} f2,{} ...,{} fn])} attaches the predicate \\spad{f1} and \\spad{f2} and ... and \\spad{fn} to \\spad{x}.") (((|Expression| (|Integer|)) (|Symbol|) (|Mapping| (|Boolean|) |#1|)) "\\spad{suchThat(x,{} foo)} attaches the predicate foo to \\spad{x}.")))
NIL
NIL
-(-874 S R Q)
+(-876 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
-(-875 S)
+(-877 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
-(-876 S R P)
+(-878 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
-(-877)
+(-879)
((|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
-(-878 R)
+(-880 R)
((|constructor| (NIL "This domain implements points in coordinate space")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#1| (QUOTE (-977))) (-12 (|HasCategory| |#1| (QUOTE (-934))) (|HasCategory| |#1| (QUOTE (-977)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-879 |lv| R)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#1| (QUOTE (-979))) (-12 (|HasCategory| |#1| (QUOTE (-936))) (|HasCategory| |#1| (QUOTE (-979)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-881 |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
-(-880 |TheField| |ThePols|)
+(-882 |TheField| |ThePols|)
((|constructor| (NIL "\\axiomType{RealPolynomialUtilitiesPackage} provides common functions used by interval coding.")) (|lazyVariations| (((|NonNegativeInteger|) (|List| |#1|) (|Integer|) (|Integer|)) "\\axiom{lazyVariations(\\spad{l},{}\\spad{s1},{}\\spad{sn})} is the number of sign variations in the list of non null numbers [s1::l]\\spad{@sn},{}")) (|sturmVariationsOf| (((|NonNegativeInteger|) (|List| |#1|)) "\\axiom{sturmVariationsOf(\\spad{l})} is the number of sign variations in the list of numbers \\spad{l},{} note that the first term counts as a sign")) (|boundOfCauchy| ((|#1| |#2|) "\\axiom{boundOfCauchy(\\spad{p})} bounds the roots of \\spad{p}")) (|sturmSequence| (((|List| |#2|) |#2|) "\\axiom{sturmSequence(\\spad{p}) = sylvesterSequence(\\spad{p},{}\\spad{p'})}")) (|sylvesterSequence| (((|List| |#2|) |#2| |#2|) "\\axiom{sylvesterSequence(\\spad{p},{}\\spad{q})} is the negated remainder sequence of \\spad{p} and \\spad{q} divided by the last computed term")))
NIL
-((|HasCategory| |#1| (QUOTE (-787))))
-(-881 R S)
+((|HasCategory| |#1| (QUOTE (-789))))
+(-883 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
-(-882 |x| R)
+(-884 |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
-(-883 S R E |VarSet|)
+(-885 S R E |VarSet|)
((|constructor| (NIL "The category for general multi-variate polynomials over a ring \\spad{R},{} in variables from VarSet,{} with exponents from the \\spadtype{OrderedAbelianMonoidSup}.")) (|canonicalUnitNormal| ((|attribute|) "we can choose a unique representative for each associate class. This normalization is chosen to be normalization of leading coefficient (by default).")) (|squareFreePart| (($ $) "\\spad{squareFreePart(p)} returns product of all the irreducible factors of polynomial \\spad{p} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(p)} returns the square free factorization of the polynomial \\spad{p}.")) (|primitivePart| (($ $ |#4|) "\\spad{primitivePart(p,{}v)} returns the unitCanonical associate of the polynomial \\spad{p} with its content with respect to the variable \\spad{v} divided out.") (($ $) "\\spad{primitivePart(p)} returns the unitCanonical associate of the polynomial \\spad{p} with its content divided out.")) (|content| (($ $ |#4|) "\\spad{content(p,{}v)} is the \\spad{gcd} of the coefficients of the polynomial \\spad{p} when \\spad{p} is viewed as a univariate polynomial with respect to the variable \\spad{v}. Thus,{} for polynomial 7*x**2*y + 14*x*y**2,{} the \\spad{gcd} of the coefficients with respect to \\spad{x} is 7*y.")) (|discriminant| (($ $ |#4|) "\\spad{discriminant(p,{}v)} returns the disriminant of the polynomial \\spad{p} with respect to the variable \\spad{v}.")) (|resultant| (($ $ $ |#4|) "\\spad{resultant(p,{}q,{}v)} returns the resultant of the polynomials \\spad{p} and \\spad{q} with respect to the variable \\spad{v}.")) (|primitiveMonomials| (((|List| $) $) "\\spad{primitiveMonomials(p)} gives the list of monomials of the polynomial \\spad{p} with their coefficients removed. Note: \\spad{primitiveMonomials(sum(a_(i) X^(i))) = [X^(1),{}...,{}X^(n)]}.")) (|variables| (((|List| |#4|) $) "\\spad{variables(p)} returns the list of those variables actually appearing in the polynomial \\spad{p}.")) (|totalDegree| (((|NonNegativeInteger|) $ (|List| |#4|)) "\\spad{totalDegree(p,{} lv)} returns the maximum sum (over all monomials of polynomial \\spad{p}) of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $) "\\spad{totalDegree(p)} returns the largest sum over all monomials of all exponents of a monomial.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#4|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x,{} n]} if polynomial \\spad{p} has the form \\spad{x**n} and \\spad{n > 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,{}...,{}an]} if polynomial \\spad{p = a1 ... an} and \\spad{n >= 2},{} and,{} for each \\spad{i},{} \\spad{ai} is either a nontrivial constant in \\spad{R} or else of the form \\spad{x**e},{} where \\spad{e > 0} is an integer and \\spad{x} in a member of VarSet.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,{}...,{}mn]} if polynomial \\spad{p = m1 + ... + mn} and \\spad{n >= 2} and each \\spad{mi} is a nonzero monomial.")) (|multivariate| (($ (|SparseUnivariatePolynomial| $) |#4|) "\\spad{multivariate(sup,{}v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.") (($ (|SparseUnivariatePolynomial| |#2|) |#4|) "\\spad{multivariate(sup,{}v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.")) (|monomial| (($ $ (|List| |#4|) (|List| (|NonNegativeInteger|))) "\\spad{monomial(a,{}[v1..vn],{}[e1..en])} returns \\spad{a*prod(vi**ei)}.") (($ $ |#4| (|NonNegativeInteger|)) "\\spad{monomial(a,{}x,{}n)} creates the monomial \\spad{a*x**n} where \\spad{a} is a polynomial,{} \\spad{x} is a variable and \\spad{n} is a nonnegative integer.")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#4|) "\\spad{monicDivide(a,{}b,{}v)} divides the polynomial a by the polynomial \\spad{b},{} with each viewed as a univariate polynomial in \\spad{v} returning both the quotient and remainder. Error: if \\spad{b} is not monic with respect to \\spad{v}.")) (|minimumDegree| (((|List| (|NonNegativeInteger|)) $ (|List| |#4|)) "\\spad{minimumDegree(p,{} lv)} gives the list of minimum degrees of the polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}") (((|NonNegativeInteger|) $ |#4|) "\\spad{minimumDegree(p,{}v)} gives the minimum degree of polynomial \\spad{p} with respect to \\spad{v},{} \\spadignore{i.e.} viewed a univariate polynomial in \\spad{v}")) (|mainVariable| (((|Union| |#4| "failed") $) "\\spad{mainVariable(p)} returns the biggest variable which actually occurs in the polynomial \\spad{p},{} or \"failed\" if no variables are present. fails precisely if polynomial satisfies ground?")) (|univariate| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{univariate(p)} converts the multivariate polynomial \\spad{p},{} which should actually involve only one variable,{} into a univariate polynomial in that variable,{} whose coefficients are in the ground ring. Error: if polynomial is genuinely multivariate") (((|SparseUnivariatePolynomial| $) $ |#4|) "\\spad{univariate(p,{}v)} converts the multivariate polynomial \\spad{p} into a univariate polynomial in \\spad{v},{} whose coefficients are still multivariate polynomials (in all the other variables).")) (|monomials| (((|List| $) $) "\\spad{monomials(p)} returns the list of non-zero monomials of polynomial \\spad{p},{} \\spadignore{i.e.} \\spad{monomials(sum(a_(i) X^(i))) = [a_(1) X^(1),{}...,{}a_(n) X^(n)]}.")) (|coefficient| (($ $ (|List| |#4|) (|List| (|NonNegativeInteger|))) "\\spad{coefficient(p,{} lv,{} ln)} views the polynomial \\spad{p} as a polynomial in the variables of \\spad{lv} and returns the coefficient of the term \\spad{lv**ln},{} \\spadignore{i.e.} \\spad{prod(lv_i ** ln_i)}.") (($ $ |#4| (|NonNegativeInteger|)) "\\spad{coefficient(p,{}v,{}n)} views the polynomial \\spad{p} as a univariate polynomial in \\spad{v} and returns the coefficient of the \\spad{v**n} term.")) (|degree| (((|List| (|NonNegativeInteger|)) $ (|List| |#4|)) "\\spad{degree(p,{}lv)} gives the list of degrees of polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $ |#4|) "\\spad{degree(p,{}v)} gives the degree of polynomial \\spad{p} with respect to the variable \\spad{v}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-844))) (|HasAttribute| |#2| (QUOTE -4257)) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#4| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#4| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#4| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#4| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#4| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-789))))
-(-884 R E |VarSet|)
+((|HasCategory| |#2| (QUOTE (-846))) (|HasAttribute| |#2| (QUOTE -4259)) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#4| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#4| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#4| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#4| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#4| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-791))))
+(-886 R E |VarSet|)
((|constructor| (NIL "The category for general multi-variate polynomials over a ring \\spad{R},{} in variables from VarSet,{} with exponents from the \\spadtype{OrderedAbelianMonoidSup}.")) (|canonicalUnitNormal| ((|attribute|) "we can choose a unique representative for each associate class. This normalization is chosen to be normalization of leading coefficient (by default).")) (|squareFreePart| (($ $) "\\spad{squareFreePart(p)} returns product of all the irreducible factors of polynomial \\spad{p} each taken with multiplicity one.")) (|squareFree| (((|Factored| $) $) "\\spad{squareFree(p)} returns the square free factorization of the polynomial \\spad{p}.")) (|primitivePart| (($ $ |#3|) "\\spad{primitivePart(p,{}v)} returns the unitCanonical associate of the polynomial \\spad{p} with its content with respect to the variable \\spad{v} divided out.") (($ $) "\\spad{primitivePart(p)} returns the unitCanonical associate of the polynomial \\spad{p} with its content divided out.")) (|content| (($ $ |#3|) "\\spad{content(p,{}v)} is the \\spad{gcd} of the coefficients of the polynomial \\spad{p} when \\spad{p} is viewed as a univariate polynomial with respect to the variable \\spad{v}. Thus,{} for polynomial 7*x**2*y + 14*x*y**2,{} the \\spad{gcd} of the coefficients with respect to \\spad{x} is 7*y.")) (|discriminant| (($ $ |#3|) "\\spad{discriminant(p,{}v)} returns the disriminant of the polynomial \\spad{p} with respect to the variable \\spad{v}.")) (|resultant| (($ $ $ |#3|) "\\spad{resultant(p,{}q,{}v)} returns the resultant of the polynomials \\spad{p} and \\spad{q} with respect to the variable \\spad{v}.")) (|primitiveMonomials| (((|List| $) $) "\\spad{primitiveMonomials(p)} gives the list of monomials of the polynomial \\spad{p} with their coefficients removed. Note: \\spad{primitiveMonomials(sum(a_(i) X^(i))) = [X^(1),{}...,{}X^(n)]}.")) (|variables| (((|List| |#3|) $) "\\spad{variables(p)} returns the list of those variables actually appearing in the polynomial \\spad{p}.")) (|totalDegree| (((|NonNegativeInteger|) $ (|List| |#3|)) "\\spad{totalDegree(p,{} lv)} returns the maximum sum (over all monomials of polynomial \\spad{p}) of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $) "\\spad{totalDegree(p)} returns the largest sum over all monomials of all exponents of a monomial.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#3|) (|:| |exponent| (|NonNegativeInteger|))) "failed") $) "\\spad{isExpt(p)} returns \\spad{[x,{} n]} if polynomial \\spad{p} has the form \\spad{x**n} and \\spad{n > 0}.")) (|isTimes| (((|Union| (|List| $) "failed") $) "\\spad{isTimes(p)} returns \\spad{[a1,{}...,{}an]} if polynomial \\spad{p = a1 ... an} and \\spad{n >= 2},{} and,{} for each \\spad{i},{} \\spad{ai} is either a nontrivial constant in \\spad{R} or else of the form \\spad{x**e},{} where \\spad{e > 0} is an integer and \\spad{x} in a member of VarSet.")) (|isPlus| (((|Union| (|List| $) "failed") $) "\\spad{isPlus(p)} returns \\spad{[m1,{}...,{}mn]} if polynomial \\spad{p = m1 + ... + mn} and \\spad{n >= 2} and each \\spad{mi} is a nonzero monomial.")) (|multivariate| (($ (|SparseUnivariatePolynomial| $) |#3|) "\\spad{multivariate(sup,{}v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.") (($ (|SparseUnivariatePolynomial| |#1|) |#3|) "\\spad{multivariate(sup,{}v)} converts an anonymous univariable polynomial \\spad{sup} to a polynomial in the variable \\spad{v}.")) (|monomial| (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) "\\spad{monomial(a,{}[v1..vn],{}[e1..en])} returns \\spad{a*prod(vi**ei)}.") (($ $ |#3| (|NonNegativeInteger|)) "\\spad{monomial(a,{}x,{}n)} creates the monomial \\spad{a*x**n} where \\spad{a} is a polynomial,{} \\spad{x} is a variable and \\spad{n} is a nonnegative integer.")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) "\\spad{monicDivide(a,{}b,{}v)} divides the polynomial a by the polynomial \\spad{b},{} with each viewed as a univariate polynomial in \\spad{v} returning both the quotient and remainder. Error: if \\spad{b} is not monic with respect to \\spad{v}.")) (|minimumDegree| (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) "\\spad{minimumDegree(p,{} lv)} gives the list of minimum degrees of the polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}") (((|NonNegativeInteger|) $ |#3|) "\\spad{minimumDegree(p,{}v)} gives the minimum degree of polynomial \\spad{p} with respect to \\spad{v},{} \\spadignore{i.e.} viewed a univariate polynomial in \\spad{v}")) (|mainVariable| (((|Union| |#3| "failed") $) "\\spad{mainVariable(p)} returns the biggest variable which actually occurs in the polynomial \\spad{p},{} or \"failed\" if no variables are present. fails precisely if polynomial satisfies ground?")) (|univariate| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{univariate(p)} converts the multivariate polynomial \\spad{p},{} which should actually involve only one variable,{} into a univariate polynomial in that variable,{} whose coefficients are in the ground ring. Error: if polynomial is genuinely multivariate") (((|SparseUnivariatePolynomial| $) $ |#3|) "\\spad{univariate(p,{}v)} converts the multivariate polynomial \\spad{p} into a univariate polynomial in \\spad{v},{} whose coefficients are still multivariate polynomials (in all the other variables).")) (|monomials| (((|List| $) $) "\\spad{monomials(p)} returns the list of non-zero monomials of polynomial \\spad{p},{} \\spadignore{i.e.} \\spad{monomials(sum(a_(i) X^(i))) = [a_(1) X^(1),{}...,{}a_(n) X^(n)]}.")) (|coefficient| (($ $ (|List| |#3|) (|List| (|NonNegativeInteger|))) "\\spad{coefficient(p,{} lv,{} ln)} views the polynomial \\spad{p} as a polynomial in the variables of \\spad{lv} and returns the coefficient of the term \\spad{lv**ln},{} \\spadignore{i.e.} \\spad{prod(lv_i ** ln_i)}.") (($ $ |#3| (|NonNegativeInteger|)) "\\spad{coefficient(p,{}v,{}n)} views the polynomial \\spad{p} as a univariate polynomial in \\spad{v} and returns the coefficient of the \\spad{v**n} term.")) (|degree| (((|List| (|NonNegativeInteger|)) $ (|List| |#3|)) "\\spad{degree(p,{}lv)} gives the list of degrees of polynomial \\spad{p} with respect to each of the variables in the list \\spad{lv}.") (((|NonNegativeInteger|) $ |#3|) "\\spad{degree(p,{}v)} gives the degree of polynomial \\spad{p} with respect to the variable \\spad{v}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-885 E V R P -1834)
+(-887 E V R P -1819)
((|constructor| (NIL "This package transforms multivariate polynomials or fractions into univariate polynomials or fractions,{} and back.")) (|isPower| (((|Union| (|Record| (|:| |val| |#5|) (|:| |exponent| (|Integer|))) "failed") |#5|) "\\spad{isPower(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0},{} \"failed\" otherwise.")) (|isExpt| (((|Union| (|Record| (|:| |var| |#2|) (|:| |exponent| (|Integer|))) "failed") |#5|) "\\spad{isExpt(p)} returns \\spad{[x,{} n]} if \\spad{p = x**n} and \\spad{n <> 0},{} \"failed\" otherwise.")) (|isTimes| (((|Union| (|List| |#5|) "failed") |#5|) "\\spad{isTimes(p)} returns \\spad{[a1,{}...,{}an]} if \\spad{p = a1 ... an} and \\spad{n > 1},{} \"failed\" otherwise.")) (|isPlus| (((|Union| (|List| |#5|) "failed") |#5|) "\\spad{isPlus(p)} returns [\\spad{m1},{}...,{}\\spad{mn}] if \\spad{p = m1 + ... + mn} and \\spad{n > 1},{} \"failed\" otherwise.")) (|multivariate| ((|#5| (|Fraction| (|SparseUnivariatePolynomial| |#5|)) |#2|) "\\spad{multivariate(f,{} v)} applies both the numerator and denominator of \\spad{f} to \\spad{v}.")) (|univariate| (((|SparseUnivariatePolynomial| |#5|) |#5| |#2| (|SparseUnivariatePolynomial| |#5|)) "\\spad{univariate(f,{} x,{} p)} returns \\spad{f} viewed as a univariate polynomial in \\spad{x},{} using the side-condition \\spad{p(x) = 0}.") (((|Fraction| (|SparseUnivariatePolynomial| |#5|)) |#5| |#2|) "\\spad{univariate(f,{} v)} returns \\spad{f} viewed as a univariate rational function in \\spad{v}.")) (|mainVariable| (((|Union| |#2| "failed") |#5|) "\\spad{mainVariable(f)} returns the highest variable appearing in the numerator or the denominator of \\spad{f},{} \"failed\" if \\spad{f} has no variables.")) (|variables| (((|List| |#2|) |#5|) "\\spad{variables(f)} returns the list of variables appearing in the numerator or the denominator of \\spad{f}.")))
NIL
NIL
-(-886 E |Vars| R P S)
+(-888 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
-(-887 R)
+(-889 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}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-1092) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-1092) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-1092) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-1092) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-1092) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-888 E V R P -1834)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-1094) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-1094) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-1094) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-1094) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-1094) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-890 E V R P -1819)
((|constructor| (NIL "computes \\spad{n}-th roots of quotients of multivariate polynomials")) (|nthr| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#4|) (|:| |radicand| (|List| |#4|))) |#4| (|NonNegativeInteger|)) "\\spad{nthr(p,{}n)} should be local but conditional")) (|froot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#5| (|NonNegativeInteger|)) "\\spad{froot(f,{} n)} returns \\spad{[m,{}c,{}r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|qroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) (|Fraction| (|Integer|)) (|NonNegativeInteger|)) "\\spad{qroot(f,{} n)} returns \\spad{[m,{}c,{}r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|rroot| (((|Record| (|:| |exponent| (|NonNegativeInteger|)) (|:| |coef| |#5|) (|:| |radicand| |#5|)) |#3| (|NonNegativeInteger|)) "\\spad{rroot(f,{} n)} returns \\spad{[m,{}c,{}r]} such that \\spad{f**(1/n) = c * r**(1/m)}.")) (|coerce| (($ |#4|) "\\spad{coerce(p)} \\undocumented")) (|denom| ((|#4| $) "\\spad{denom(x)} \\undocumented")) (|numer| ((|#4| $) "\\spad{numer(x)} \\undocumented")))
NIL
-((|HasCategory| |#3| (QUOTE (-429))))
-(-889)
+((|HasCategory| |#3| (QUOTE (-431))))
+(-891)
((|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
-(-890 R L)
+(-892 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
-(-891 A B)
+(-893 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
-(-892 S)
+(-894 S)
((|constructor| (NIL "\\indented{1}{This provides a fast array type with no bound checking on elt\\spad{'s}.} Minimum index is 0 in this type,{} cannot be changed")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-893)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-895)
((|constructor| (NIL "Category for the functions defined by integrals.")) (|integral| (($ $ (|SegmentBinding| $)) "\\spad{integral(f,{} x = a..b)} returns the formal definite integral of \\spad{f} \\spad{dx} for \\spad{x} between \\spad{a} and \\spad{b}.") (($ $ (|Symbol|)) "\\spad{integral(f,{} x)} returns the formal integral of \\spad{f} \\spad{dx}.")))
NIL
NIL
-(-894 -1834)
+(-896 -1819)
((|constructor| (NIL "PrimitiveElement provides functions to compute primitive elements in algebraic extensions.")) (|primitiveElement| (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|Symbol|)) "\\spad{primitiveElement([p1,{}...,{}pn],{} [a1,{}...,{}an],{} a)} returns \\spad{[[c1,{}...,{}cn],{} [q1,{}...,{}qn],{} q]} such that then \\spad{k(a1,{}...,{}an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef| (|List| (|Integer|))) (|:| |poly| (|List| (|SparseUnivariatePolynomial| |#1|))) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|List| (|Polynomial| |#1|)) (|List| (|Symbol|))) "\\spad{primitiveElement([p1,{}...,{}pn],{} [a1,{}...,{}an])} returns \\spad{[[c1,{}...,{}cn],{} [q1,{}...,{}qn],{} q]} such that then \\spad{k(a1,{}...,{}an) = k(a)},{} where \\spad{a = a1 c1 + ... + an cn},{} \\spad{\\spad{ai} = \\spad{qi}(a)},{} and \\spad{q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. This operation uses the technique of \\spadglossSee{groebner bases}{Groebner basis}.") (((|Record| (|:| |coef1| (|Integer|)) (|:| |coef2| (|Integer|)) (|:| |prim| (|SparseUnivariatePolynomial| |#1|))) (|Polynomial| |#1|) (|Symbol|) (|Polynomial| |#1|) (|Symbol|)) "\\spad{primitiveElement(p1,{} a1,{} p2,{} a2)} returns \\spad{[c1,{} c2,{} q]} such that \\spad{k(a1,{} a2) = k(a)} where \\spad{a = c1 a1 + c2 a2,{} and q(a) = 0}. The \\spad{pi}\\spad{'s} are the defining polynomials for the \\spad{ai}\\spad{'s}. The \\spad{p2} may involve \\spad{a1},{} but \\spad{p1} must not involve a2. This operation uses \\spadfun{resultant}.")))
NIL
NIL
-(-895 I)
+(-897 I)
((|constructor| (NIL "The \\spadtype{IntegerPrimesPackage} implements a modification of Rabin\\spad{'s} probabilistic primality test and the utility functions \\spadfun{nextPrime},{} \\spadfun{prevPrime} and \\spadfun{primes}.")) (|primes| (((|List| |#1|) |#1| |#1|) "\\spad{primes(a,{}b)} returns a list of all primes \\spad{p} with \\spad{a <= p <= b}")) (|prevPrime| ((|#1| |#1|) "\\spad{prevPrime(n)} returns the largest prime strictly smaller than \\spad{n}")) (|nextPrime| ((|#1| |#1|) "\\spad{nextPrime(n)} returns the smallest prime strictly larger than \\spad{n}")) (|prime?| (((|Boolean|) |#1|) "\\spad{prime?(n)} returns \\spad{true} if \\spad{n} is prime and \\spad{false} if not. The algorithm used is Rabin\\spad{'s} probabilistic primality test (reference: Knuth Volume 2 Semi Numerical Algorithms). If \\spad{prime? n} returns \\spad{false},{} \\spad{n} is proven composite. If \\spad{prime? n} returns \\spad{true},{} prime? may be in error however,{} the probability of error is very low. and is zero below 25*10**9 (due to a result of Pomerance et al),{} below 10**12 and 10**13 due to results of Pinch,{} and below 341550071728321 due to a result of Jaeschke. Specifically,{} this implementation does at least 10 pseudo prime tests and so the probability of error is \\spad{< 4**(-10)}. The running time of this method is cubic in the length of the input \\spad{n},{} that is \\spad{O( (log n)**3 )},{} for n<10**20. beyond that,{} the algorithm is quartic,{} \\spad{O( (log n)**4 )}. Two improvements due to Davenport have been incorporated which catches some trivial strong pseudo-primes,{} such as [Jaeschke,{} 1991] 1377161253229053 * 413148375987157,{} which the original algorithm regards as prime")))
NIL
NIL
-(-896)
+(-898)
((|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
-(-897 R E)
+(-899 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}")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-126)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)))
-(-898 A B)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-128)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)))
+(-900 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")))
-((-4256 -12 (|has| |#2| (-450)) (|has| |#1| (-450))))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-735)))) (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-789))))) (-12 (|HasCategory| |#1| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-735)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-126)))) (-12 (|HasCategory| |#1| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-735))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-126)))) (-12 (|HasCategory| |#1| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-735))))) (-12 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#2| (QUOTE (-450)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#2| (QUOTE (-450)))) (-12 (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-669))))) (-12 (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#2| (QUOTE (-346)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-126)))) (-12 (|HasCategory| |#1| (QUOTE (-450))) (|HasCategory| |#2| (QUOTE (-450)))) (-12 (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-669)))) (-12 (|HasCategory| |#1| (QUOTE (-735))) (|HasCategory| |#2| (QUOTE (-735))))) (-12 (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-669)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-126))) (|HasCategory| |#2| (QUOTE (-126)))) (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-789)))))
-(-899)
+((-4258 -12 (|has| |#2| (-452)) (|has| |#1| (-452))))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-737)))) (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-791))))) (-12 (|HasCategory| |#1| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-737)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-128)))) (-12 (|HasCategory| |#1| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-737))))) (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-128)))) (-12 (|HasCategory| |#1| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-737))))) (-12 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-452)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-452)))) (-12 (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-671))))) (-12 (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#2| (QUOTE (-348)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-21)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-128)))) (-12 (|HasCategory| |#1| (QUOTE (-452))) (|HasCategory| |#2| (QUOTE (-452)))) (-12 (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-671)))) (-12 (|HasCategory| |#1| (QUOTE (-737))) (|HasCategory| |#2| (QUOTE (-737))))) (-12 (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-671)))) (-12 (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-23)))) (-12 (|HasCategory| |#1| (QUOTE (-128))) (|HasCategory| |#2| (QUOTE (-128)))) (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-791)))))
+(-901)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. An `Property' is a pair of name and value.")) (|property| (($ (|Symbol|) (|SExpression|)) "\\spad{property(n,{}val)} constructs a property with name \\spad{`n'} and value `val'.")) (|value| (((|SExpression|) $) "\\spad{value(p)} returns value of property \\spad{p}")) (|name| (((|Symbol|) $) "\\spad{name(p)} returns the name of property \\spad{p}")))
NIL
NIL
-(-900 T$)
+(-902 T$)
((|constructor| (NIL "This domain implements propositional formula build over a term domain,{} that itself belongs to PropositionalLogic")) (|equivOperands| (((|Pair| $ $) $) "\\spad{equivOperands p} extracts the operands to the logical equivalence; otherwise errors.")) (|equiv?| (((|Boolean|) $) "\\spad{equiv? p} is \\spad{true} when \\spad{`p'} is a logical equivalence.")) (|impliesOperands| (((|Pair| $ $) $) "\\spad{impliesOperands p} extracts the operands to the logical implication; otherwise errors.")) (|implies?| (((|Boolean|) $) "\\spad{implies? p} is \\spad{true} when \\spad{`p'} is a logical implication.")) (|orOperands| (((|Pair| $ $) $) "\\spad{orOperands p} extracts the operands to the logical disjunction; otherwise errors.")) (|or?| (((|Boolean|) $) "\\spad{or? p} is \\spad{true} when \\spad{`p'} is a logical disjunction.")) (|andOperands| (((|Pair| $ $) $) "\\spad{andOperands p} extracts the operands of the logical conjunction; otherwise errors.")) (|and?| (((|Boolean|) $) "\\spad{and? p} is \\spad{true} when \\spad{`p'} is a logical conjunction.")) (|notOperand| (($ $) "\\spad{notOperand returns} the operand to the logical `not' operator; otherwise errors.")) (|not?| (((|Boolean|) $) "\\spad{not? p} is \\spad{true} when \\spad{`p'} is a logical negation")) (|variable| (((|Symbol|) $) "\\spad{variable p} extracts the variable name from \\spad{`p'}; otherwise errors.")) (|variable?| (((|Boolean|) $) "variables? \\spad{p} returns \\spad{true} when \\spad{`p'} really is a variable.")) (|term| ((|#1| $) "\\spad{term p} extracts the term value from \\spad{`p'}; otherwise errors.")) (|term?| (((|Boolean|) $) "\\spad{term? p} returns \\spad{true} when \\spad{`p'} really is a term")) (|variables| (((|Set| (|Symbol|)) $) "\\spad{variables(p)} returns the set of propositional variables appearing in the proposition \\spad{`p'}.")) (|coerce| (($ (|Symbol|)) "\\spad{coerce(t)} turns the term \\spad{`t'} into a propositional variable.") (($ |#1|) "\\spad{coerce(t)} turns the term \\spad{`t'} into a propositional formula")))
NIL
-((|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-901)
+((|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-903)
((|constructor| (NIL "This category declares the connectives of Propositional Logic.")) (|equiv| (($ $ $) "\\spad{equiv(p,{}q)} returns the logical equivalence of \\spad{`p'},{} \\spad{`q'}.")) (|implies| (($ $ $) "\\spad{implies(p,{}q)} returns the logical implication of \\spad{`q'} by \\spad{`p'}.")) (|or| (($ $ $) "\\spad{p or q} returns the logical disjunction of \\spad{`p'},{} \\spad{`q'}.")) (|and| (($ $ $) "\\spad{p and q} returns the logical conjunction of \\spad{`p'},{} \\spad{`q'}.")) (|not| (($ $) "\\spad{not p} returns the logical negation of \\spad{`p'}.")))
NIL
NIL
-(-902 S)
+(-904 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}.")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
-(-903 R |polR|)
+(-905 R |polR|)
((|constructor| (NIL "This package contains some functions: \\axiomOpFrom{discriminant}{PseudoRemainderSequence},{} \\axiomOpFrom{resultant}{PseudoRemainderSequence},{} \\axiomOpFrom{subResultantGcd}{PseudoRemainderSequence},{} \\axiomOpFrom{chainSubResultants}{PseudoRemainderSequence},{} \\axiomOpFrom{degreeSubResultant}{PseudoRemainderSequence},{} \\axiomOpFrom{lastSubResultant}{PseudoRemainderSequence},{} \\axiomOpFrom{resultantEuclidean}{PseudoRemainderSequence},{} \\axiomOpFrom{subResultantGcdEuclidean}{PseudoRemainderSequence},{} \\axiomOpFrom{semiSubResultantGcdEuclidean1}{PseudoRemainderSequence},{} \\axiomOpFrom{semiSubResultantGcdEuclidean2}{PseudoRemainderSequence},{} etc. This procedures are coming from improvements of the subresultants algorithm. \\indented{2}{Version : 7} \\indented{2}{References : Lionel Ducos \"Optimizations of the subresultant algorithm\"} \\indented{2}{to appear in the Journal of Pure and Applied Algebra.} \\indented{2}{Author : Ducos Lionel \\axiom{Lionel.Ducos@mathlabo.univ-poitiers.\\spad{fr}}}")) (|semiResultantEuclideannaif| (((|Record| (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the semi-extended resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|resultantEuclideannaif| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the extended resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|resultantnaif| ((|#1| |#2| |#2|) "\\axiom{resultantEuclidean_naif(\\spad{P},{}\\spad{Q})} returns the resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}} computed by means of the naive algorithm.")) (|nextsousResultant2| ((|#2| |#2| |#2| |#2| |#1|) "\\axiom{nextsousResultant2(\\spad{P},{} \\spad{Q},{} \\spad{Z},{} \\spad{s})} returns the subresultant \\axiom{\\spad{S_}{\\spad{e}-1}} where \\axiom{\\spad{P} ~ \\spad{S_d},{} \\spad{Q} = \\spad{S_}{\\spad{d}-1},{} \\spad{Z} = S_e,{} \\spad{s} = \\spad{lc}(\\spad{S_d})}")) (|Lazard2| ((|#2| |#2| |#1| |#1| (|NonNegativeInteger|)) "\\axiom{Lazard2(\\spad{F},{} \\spad{x},{} \\spad{y},{} \\spad{n})} computes \\axiom{(x/y)\\spad{**}(\\spad{n}-1) * \\spad{F}}")) (|Lazard| ((|#1| |#1| |#1| (|NonNegativeInteger|)) "\\axiom{Lazard(\\spad{x},{} \\spad{y},{} \\spad{n})} computes \\axiom{x**n/y**(\\spad{n}-1)}")) (|divide| (((|Record| (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2|) "\\axiom{divide(\\spad{F},{}\\spad{G})} computes quotient and rest of the exact euclidean division of \\axiom{\\spad{F}} by \\axiom{\\spad{G}}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |quotient| |#2|) (|:| |remainder| |#2|)) |#2| |#2|) "\\axiom{pseudoDivide(\\spad{P},{}\\spad{Q})} computes the pseudoDivide of \\axiom{\\spad{P}} by \\axiom{\\spad{Q}}.")) (|exquo| (((|Vector| |#2|) (|Vector| |#2|) |#1|) "\\axiom{\\spad{v} exquo \\spad{r}} computes the exact quotient of \\axiom{\\spad{v}} by \\axiom{\\spad{r}}")) (* (((|Vector| |#2|) |#1| (|Vector| |#2|)) "\\axiom{\\spad{r} * \\spad{v}} computes the product of \\axiom{\\spad{r}} and \\axiom{\\spad{v}}")) (|gcd| ((|#2| |#2| |#2|) "\\axiom{\\spad{gcd}(\\spad{P},{} \\spad{Q})} returns the \\spad{gcd} of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiResultantReduitEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |resultantReduit| |#1|)) |#2| |#2|) "\\axiom{semiResultantReduitEuclidean(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" and carries out the equality \\axiom{...\\spad{P} + coef2*Q = resultantReduit(\\spad{P},{}\\spad{Q})}.")) (|resultantReduitEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultantReduit| |#1|)) |#2| |#2|) "\\axiom{resultantReduitEuclidean(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" and carries out the equality \\axiom{coef1*P + coef2*Q = resultantReduit(\\spad{P},{}\\spad{Q})}.")) (|resultantReduit| ((|#1| |#2| |#2|) "\\axiom{resultantReduit(\\spad{P},{}\\spad{Q})} returns the \"reduce resultant\" of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|schema| (((|List| (|NonNegativeInteger|)) |#2| |#2|) "\\axiom{schema(\\spad{P},{}\\spad{Q})} returns the list of degrees of non zero subresultants of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|chainSubResultants| (((|List| |#2|) |#2| |#2|) "\\axiom{chainSubResultants(\\spad{P},{} \\spad{Q})} computes the list of non zero subresultants of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiDiscriminantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |discriminant| |#1|)) |#2|) "\\axiom{discriminantEuclidean(\\spad{P})} carries out the equality \\axiom{...\\spad{P} + coef2 * \\spad{D}(\\spad{P}) = discriminant(\\spad{P})}. Warning: \\axiom{degree(\\spad{P}) \\spad{>=} degree(\\spad{Q})}.")) (|discriminantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |discriminant| |#1|)) |#2|) "\\axiom{discriminantEuclidean(\\spad{P})} carries out the equality \\axiom{coef1 * \\spad{P} + coef2 * \\spad{D}(\\spad{P}) = discriminant(\\spad{P})}.")) (|discriminant| ((|#1| |#2|) "\\axiom{discriminant(\\spad{P},{} \\spad{Q})} returns the discriminant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiSubResultantGcdEuclidean1| (((|Record| (|:| |coef1| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{semiSubResultantGcdEuclidean1(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + ? \\spad{Q} = \\spad{+/-} S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible.")) (|semiSubResultantGcdEuclidean2| (((|Record| (|:| |coef2| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{semiSubResultantGcdEuclidean2(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = \\spad{+/-} S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible. Warning: \\axiom{degree(\\spad{P}) \\spad{>=} degree(\\spad{Q})}.")) (|subResultantGcdEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |gcd| |#2|)) |#2| |#2|) "\\axiom{subResultantGcdEuclidean(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + coef2*Q = \\spad{+/-} S_i(\\spad{P},{}\\spad{Q})} where the degree (not the indice) of the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} is the smaller as possible.")) (|subResultantGcd| ((|#2| |#2| |#2|) "\\axiom{subResultantGcd(\\spad{P},{} \\spad{Q})} returns the \\spad{gcd} of two primitive polynomials \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}.")) (|semiLastSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) "\\axiom{semiLastSubResultantEuclidean(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant \\axiom{\\spad{S}} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = \\spad{S}}. Warning: \\axiom{degree(\\spad{P}) \\spad{>=} degree(\\spad{Q})}.")) (|lastSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) "\\axiom{lastSubResultantEuclidean(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant \\axiom{\\spad{S}} and carries out the equality \\axiom{coef1*P + coef2*Q = \\spad{S}}.")) (|lastSubResultant| ((|#2| |#2| |#2|) "\\axiom{lastSubResultant(\\spad{P},{} \\spad{Q})} computes the last non zero subresultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}")) (|semiDegreeSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns a subresultant \\axiom{\\spad{S}} of degree \\axiom{\\spad{d}} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = S_i}. Warning: \\axiom{degree(\\spad{P}) \\spad{>=} degree(\\spad{Q})}.")) (|degreeSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns a subresultant \\axiom{\\spad{S}} of degree \\axiom{\\spad{d}} and carries out the equality \\axiom{coef1*P + coef2*Q = S_i}.")) (|degreeSubResultant| ((|#2| |#2| |#2| (|NonNegativeInteger|)) "\\axiom{degreeSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{d})} computes a subresultant of degree \\axiom{\\spad{d}}.")) (|semiIndiceSubResultantEuclidean| (((|Record| (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{semiIndiceSubResultantEuclidean(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} and carries out the equality \\axiom{...\\spad{P} + coef2*Q = S_i(\\spad{P},{}\\spad{Q})} Warning: \\axiom{degree(\\spad{P}) \\spad{>=} degree(\\spad{Q})}.")) (|indiceSubResultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant \\axiom{S_i(\\spad{P},{}\\spad{Q})} and carries out the equality \\axiom{coef1*P + coef2*Q = S_i(\\spad{P},{}\\spad{Q})}")) (|indiceSubResultant| ((|#2| |#2| |#2| (|NonNegativeInteger|)) "\\axiom{indiceSubResultant(\\spad{P},{} \\spad{Q},{} \\spad{i})} returns the subresultant of indice \\axiom{\\spad{i}}")) (|semiResultantEuclidean1| (((|Record| (|:| |coef1| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{semiResultantEuclidean1(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1.\\spad{P} + ? \\spad{Q} = resultant(\\spad{P},{}\\spad{Q})}.")) (|semiResultantEuclidean2| (((|Record| (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{semiResultantEuclidean2(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{...\\spad{P} + coef2*Q = resultant(\\spad{P},{}\\spad{Q})}. Warning: \\axiom{degree(\\spad{P}) \\spad{>=} degree(\\spad{Q})}.")) (|resultantEuclidean| (((|Record| (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |resultant| |#1|)) |#2| |#2|) "\\axiom{resultantEuclidean(\\spad{P},{}\\spad{Q})} carries out the equality \\axiom{coef1*P + coef2*Q = resultant(\\spad{P},{}\\spad{Q})}")) (|resultant| ((|#1| |#2| |#2|) "\\axiom{resultant(\\spad{P},{} \\spad{Q})} returns the resultant of \\axiom{\\spad{P}} and \\axiom{\\spad{Q}}")))
NIL
-((|HasCategory| |#1| (QUOTE (-429))))
-(-904)
+((|HasCategory| |#1| (QUOTE (-431))))
+(-906)
((|constructor| (NIL "\\indented{1}{Partition is an OrderedCancellationAbelianMonoid which is used} as the basis for symmetric polynomial representation of the sums of powers in SymmetricPolynomial. Thus,{} \\spad{(5 2 2 1)} will represent \\spad{s5 * s2**2 * s1}.")) (|coerce| (((|List| (|Integer|)) $) "\\spad{coerce(p)} coerces a partition into a list of integers")) (|conjugate| (($ $) "\\spad{conjugate(p)} returns the conjugate partition of a partition \\spad{p}")) (|pdct| (((|Integer|) $) "\\spad{pdct(a1**n1 a2**n2 ...)} returns \\spad{n1! * a1**n1 * n2! * a2**n2 * ...}. This function is used in the package \\spadtype{CycleIndicators}.")) (|powers| (((|List| (|List| (|Integer|))) (|List| (|Integer|))) "\\spad{powers(\\spad{li})} returns a list of 2-element lists. For each 2-element list,{} the first element is an entry of \\spad{li} and the second element is the multiplicity with which the first element occurs in \\spad{li}. There is a 2-element list for each value occurring in \\spad{l}.")) (|partition| (($ (|List| (|Integer|))) "\\spad{partition(\\spad{li})} converts a list of integers \\spad{li} to a partition")))
NIL
NIL
-(-905 S |Coef| |Expon| |Var|)
+(-907 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
-(-906 |Coef| |Expon| |Var|)
+(-908 |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}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-907)
+(-909)
((|constructor| (NIL "PlottableSpaceCurveCategory is the category of curves in 3-space which may be plotted via the graphics facilities. Functions are provided for obtaining lists of lists of points,{} representing the branches of the curve,{} and for determining the ranges of the \\spad{x-},{} \\spad{y-},{} and \\spad{z}-coordinates of the points on the curve.")) (|zRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{zRange(c)} returns the range of the \\spad{z}-coordinates of the points on the curve \\spad{c}.")) (|yRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{yRange(c)} returns the range of the \\spad{y}-coordinates of the points on the curve \\spad{c}.")) (|xRange| (((|Segment| (|DoubleFloat|)) $) "\\spad{xRange(c)} returns the range of the \\spad{x}-coordinates of the points on the curve \\spad{c}.")) (|listBranches| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listBranches(c)} returns a list of lists of points,{} representing the branches of the curve \\spad{c}.")))
NIL
NIL
-(-908 S R E |VarSet| P)
+(-910 S R E |VarSet| P)
((|constructor| (NIL "A category for finite subsets of a polynomial ring. Such a set is only regarded as a set of polynomials and not identified to the ideal it generates. So two distinct sets may generate the same the ideal. Furthermore,{} for \\spad{R} being an integral domain,{} a set of polynomials may be viewed as a representation of the ideal it generates in the polynomial ring \\spad{(R)^(-1) P},{} or the set of its zeros (described for instance by the radical of the previous ideal,{} or a split of the associated affine variety) and so on. So this category provides operations about those different notions.")) (|triangular?| (((|Boolean|) $) "\\axiom{triangular?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} is a triangular set,{} \\spadignore{i.e.} two distinct polynomials have distinct main variables and no constant lies in \\axiom{\\spad{ps}}.")) (|rewriteIdealWithRemainder| (((|List| |#5|) (|List| |#5|) $) "\\axiom{rewriteIdealWithRemainder(\\spad{lp},{}\\spad{cs})} returns \\axiom{\\spad{lr}} such that every polynomial in \\axiom{\\spad{lr}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{cs}} and \\axiom{(\\spad{lp},{}\\spad{cs})} and \\axiom{(\\spad{lr},{}\\spad{cs})} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|rewriteIdealWithHeadRemainder| (((|List| |#5|) (|List| |#5|) $) "\\axiom{rewriteIdealWithHeadRemainder(\\spad{lp},{}\\spad{cs})} returns \\axiom{\\spad{lr}} such that the leading monomial of every polynomial in \\axiom{\\spad{lr}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{cs}} and \\axiom{(\\spad{lp},{}\\spad{cs})} and \\axiom{(\\spad{lr},{}\\spad{cs})} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|remainder| (((|Record| (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) "\\axiom{remainder(a,{}\\spad{ps})} returns \\axiom{[\\spad{c},{}\\spad{b},{}\\spad{r}]} such that \\axiom{\\spad{b}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ps}},{} \\axiom{r*a - \\spad{c*b}} lies in the ideal generated by \\axiom{\\spad{ps}}. Furthermore,{} if \\axiom{\\spad{R}} is a \\spad{gcd}-domain,{} \\axiom{\\spad{b}} is primitive.")) (|headRemainder| (((|Record| (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) "\\axiom{headRemainder(a,{}\\spad{ps})} returns \\axiom{[\\spad{b},{}\\spad{r}]} such that the leading monomial of \\axiom{\\spad{b}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ps}} and \\axiom{r*a - \\spad{b}} lies in the ideal generated by \\axiom{\\spad{ps}}.")) (|roughUnitIdeal?| (((|Boolean|) $) "\\axiom{roughUnitIdeal?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} contains some non null element lying in the base ring \\axiom{\\spad{R}}.")) (|roughEqualIdeals?| (((|Boolean|) $ $) "\\axiom{roughEqualIdeals?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that \\axiom{\\spad{ps1}} and \\axiom{\\spad{ps2}} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}} without computing Groebner bases.")) (|roughSubIdeal?| (((|Boolean|) $ $) "\\axiom{roughSubIdeal?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that all polynomials in \\axiom{\\spad{ps1}} lie in the ideal generated by \\axiom{\\spad{ps2}} in \\axiom{\\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}} without computing Groebner bases.")) (|roughBase?| (((|Boolean|) $) "\\axiom{roughBase?(\\spad{ps})} returns \\spad{true} iff for every pair \\axiom{{\\spad{p},{}\\spad{q}}} of polynomials in \\axiom{\\spad{ps}} their leading monomials are relatively prime.")) (|trivialIdeal?| (((|Boolean|) $) "\\axiom{trivialIdeal?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} does not contain non-zero elements.")) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#4|) "\\axiom{sort(\\spad{v},{}\\spad{ps})} returns \\axiom{us,{}\\spad{vs},{}\\spad{ws}} such that \\axiom{us} is \\axiom{collectUnder(\\spad{ps},{}\\spad{v})},{} \\axiom{\\spad{vs}} is \\axiom{collect(\\spad{ps},{}\\spad{v})} and \\axiom{\\spad{ws}} is \\axiom{collectUpper(\\spad{ps},{}\\spad{v})}.")) (|collectUpper| (($ $ |#4|) "\\axiom{collectUpper(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with main variable greater than \\axiom{\\spad{v}}.")) (|collect| (($ $ |#4|) "\\axiom{collect(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with \\axiom{\\spad{v}} as main variable.")) (|collectUnder| (($ $ |#4|) "\\axiom{collectUnder(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with main variable less than \\axiom{\\spad{v}}.")) (|mainVariable?| (((|Boolean|) |#4| $) "\\axiom{mainVariable?(\\spad{v},{}\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{\\spad{ps}}.")) (|mainVariables| (((|List| |#4|) $) "\\axiom{mainVariables(\\spad{ps})} returns the decreasingly sorted list of the variables which are main variables of some polynomial in \\axiom{\\spad{ps}}.")) (|variables| (((|List| |#4|) $) "\\axiom{variables(\\spad{ps})} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{\\spad{ps}}.")) (|mvar| ((|#4| $) "\\axiom{mvar(\\spad{ps})} returns the main variable of the non constant polynomial with the greatest main variable,{} if any,{} else an error is returned.")) (|retract| (($ (|List| |#5|)) "\\axiom{retract(\\spad{lp})} returns an element of the domain whose elements are the members of \\axiom{\\spad{lp}} if such an element exists,{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|List| |#5|)) "\\axiom{retractIfCan(\\spad{lp})} returns an element of the domain whose elements are the members of \\axiom{\\spad{lp}} if such an element exists,{} otherwise \\axiom{\"failed\"} is returned.")))
NIL
-((|HasCategory| |#2| (QUOTE (-517))))
-(-909 R E |VarSet| P)
+((|HasCategory| |#2| (QUOTE (-519))))
+(-911 R E |VarSet| P)
((|constructor| (NIL "A category for finite subsets of a polynomial ring. Such a set is only regarded as a set of polynomials and not identified to the ideal it generates. So two distinct sets may generate the same the ideal. Furthermore,{} for \\spad{R} being an integral domain,{} a set of polynomials may be viewed as a representation of the ideal it generates in the polynomial ring \\spad{(R)^(-1) P},{} or the set of its zeros (described for instance by the radical of the previous ideal,{} or a split of the associated affine variety) and so on. So this category provides operations about those different notions.")) (|triangular?| (((|Boolean|) $) "\\axiom{triangular?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} is a triangular set,{} \\spadignore{i.e.} two distinct polynomials have distinct main variables and no constant lies in \\axiom{\\spad{ps}}.")) (|rewriteIdealWithRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithRemainder(\\spad{lp},{}\\spad{cs})} returns \\axiom{\\spad{lr}} such that every polynomial in \\axiom{\\spad{lr}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{cs}} and \\axiom{(\\spad{lp},{}\\spad{cs})} and \\axiom{(\\spad{lr},{}\\spad{cs})} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|rewriteIdealWithHeadRemainder| (((|List| |#4|) (|List| |#4|) $) "\\axiom{rewriteIdealWithHeadRemainder(\\spad{lp},{}\\spad{cs})} returns \\axiom{\\spad{lr}} such that the leading monomial of every polynomial in \\axiom{\\spad{lr}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{cs}} and \\axiom{(\\spad{lp},{}\\spad{cs})} and \\axiom{(\\spad{lr},{}\\spad{cs})} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}.")) (|remainder| (((|Record| (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) "\\axiom{remainder(a,{}\\spad{ps})} returns \\axiom{[\\spad{c},{}\\spad{b},{}\\spad{r}]} such that \\axiom{\\spad{b}} is fully reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ps}},{} \\axiom{r*a - \\spad{c*b}} lies in the ideal generated by \\axiom{\\spad{ps}}. Furthermore,{} if \\axiom{\\spad{R}} is a \\spad{gcd}-domain,{} \\axiom{\\spad{b}} is primitive.")) (|headRemainder| (((|Record| (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) "\\axiom{headRemainder(a,{}\\spad{ps})} returns \\axiom{[\\spad{b},{}\\spad{r}]} such that the leading monomial of \\axiom{\\spad{b}} is reduced in the sense of Groebner bases \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ps}} and \\axiom{r*a - \\spad{b}} lies in the ideal generated by \\axiom{\\spad{ps}}.")) (|roughUnitIdeal?| (((|Boolean|) $) "\\axiom{roughUnitIdeal?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} contains some non null element lying in the base ring \\axiom{\\spad{R}}.")) (|roughEqualIdeals?| (((|Boolean|) $ $) "\\axiom{roughEqualIdeals?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that \\axiom{\\spad{ps1}} and \\axiom{\\spad{ps2}} generate the same ideal in \\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}} without computing Groebner bases.")) (|roughSubIdeal?| (((|Boolean|) $ $) "\\axiom{roughSubIdeal?(\\spad{ps1},{}\\spad{ps2})} returns \\spad{true} iff it can proved that all polynomials in \\axiom{\\spad{ps1}} lie in the ideal generated by \\axiom{\\spad{ps2}} in \\axiom{\\axiom{(\\spad{R})^(\\spad{-1}) \\spad{P}}} without computing Groebner bases.")) (|roughBase?| (((|Boolean|) $) "\\axiom{roughBase?(\\spad{ps})} returns \\spad{true} iff for every pair \\axiom{{\\spad{p},{}\\spad{q}}} of polynomials in \\axiom{\\spad{ps}} their leading monomials are relatively prime.")) (|trivialIdeal?| (((|Boolean|) $) "\\axiom{trivialIdeal?(\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{ps}} does not contain non-zero elements.")) (|sort| (((|Record| (|:| |under| $) (|:| |floor| $) (|:| |upper| $)) $ |#3|) "\\axiom{sort(\\spad{v},{}\\spad{ps})} returns \\axiom{us,{}\\spad{vs},{}\\spad{ws}} such that \\axiom{us} is \\axiom{collectUnder(\\spad{ps},{}\\spad{v})},{} \\axiom{\\spad{vs}} is \\axiom{collect(\\spad{ps},{}\\spad{v})} and \\axiom{\\spad{ws}} is \\axiom{collectUpper(\\spad{ps},{}\\spad{v})}.")) (|collectUpper| (($ $ |#3|) "\\axiom{collectUpper(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with main variable greater than \\axiom{\\spad{v}}.")) (|collect| (($ $ |#3|) "\\axiom{collect(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with \\axiom{\\spad{v}} as main variable.")) (|collectUnder| (($ $ |#3|) "\\axiom{collectUnder(\\spad{ps},{}\\spad{v})} returns the set consisting of the polynomials of \\axiom{\\spad{ps}} with main variable less than \\axiom{\\spad{v}}.")) (|mainVariable?| (((|Boolean|) |#3| $) "\\axiom{mainVariable?(\\spad{v},{}\\spad{ps})} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{\\spad{ps}}.")) (|mainVariables| (((|List| |#3|) $) "\\axiom{mainVariables(\\spad{ps})} returns the decreasingly sorted list of the variables which are main variables of some polynomial in \\axiom{\\spad{ps}}.")) (|variables| (((|List| |#3|) $) "\\axiom{variables(\\spad{ps})} returns the decreasingly sorted list of the variables which are variables of some polynomial in \\axiom{\\spad{ps}}.")) (|mvar| ((|#3| $) "\\axiom{mvar(\\spad{ps})} returns the main variable of the non constant polynomial with the greatest main variable,{} if any,{} else an error is returned.")) (|retract| (($ (|List| |#4|)) "\\axiom{retract(\\spad{lp})} returns an element of the domain whose elements are the members of \\axiom{\\spad{lp}} if such an element exists,{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{retractIfCan(\\spad{lp})} returns an element of the domain whose elements are the members of \\axiom{\\spad{lp}} if such an element exists,{} otherwise \\axiom{\"failed\"} is returned.")))
-((-4259 . T) (-1456 . T))
+((-4261 . T) (-1442 . T))
NIL
-(-910 R E V P)
+(-912 R E V P)
((|constructor| (NIL "This package provides modest routines for polynomial system solving. The aim of many of the operations of this package is to remove certain factors in some polynomials in order to avoid unnecessary computations in algorithms involving splitting techniques by partial factorization.")) (|removeIrreducibleRedundantFactors| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeIrreducibleRedundantFactors(\\spad{lp},{}\\spad{lq})} returns the same as \\axiom{irreducibleFactors(concat(\\spad{lp},{}\\spad{lq}))} assuming that \\axiom{irreducibleFactors(\\spad{lp})} returns \\axiom{\\spad{lp}} up to replacing some polynomial \\axiom{\\spad{pj}} in \\axiom{\\spad{lp}} by some polynomial \\axiom{\\spad{qj}} associated to \\axiom{\\spad{pj}}.")) (|lazyIrreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{lazyIrreducibleFactors(\\spad{lp})} returns \\axiom{\\spad{lf}} such that if \\axiom{\\spad{lp} = [\\spad{p1},{}...,{}\\spad{pn}]} and \\axiom{\\spad{lf} = [\\spad{f1},{}...,{}\\spad{fm}]} then \\axiom{p1*p2*...*pn=0} means \\axiom{f1*f2*...*fm=0},{} and the \\axiom{\\spad{fi}} are irreducible over \\axiom{\\spad{R}} and are pairwise distinct. The algorithm tries to avoid factorization into irreducible factors as far as possible and makes previously use of \\spad{gcd} techniques over \\axiom{\\spad{R}}.")) (|irreducibleFactors| (((|List| |#4|) (|List| |#4|)) "\\axiom{irreducibleFactors(\\spad{lp})} returns \\axiom{\\spad{lf}} such that if \\axiom{\\spad{lp} = [\\spad{p1},{}...,{}\\spad{pn}]} and \\axiom{\\spad{lf} = [\\spad{f1},{}...,{}\\spad{fm}]} then \\axiom{p1*p2*...*pn=0} means \\axiom{f1*f2*...*fm=0},{} and the \\axiom{\\spad{fi}} are irreducible over \\axiom{\\spad{R}} and are pairwise distinct.")) (|removeRedundantFactorsInPols| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactorsInPols(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{\\spad{lp}} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in every polynomial \\axiom{\\spad{lp}}.")) (|removeRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactorsInContents(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp} where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in the content of every polynomial of \\axiom{\\spad{lp}} any non trivial factor of any polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{\\spad{lp}}.")) (|removeRoughlyRedundantFactorsInContents| (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInContents(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in the content of every polynomial of \\axiom{\\spad{lp}} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. Moreover,{} squares over \\axiom{\\spad{R}} are first removed in the content of every polynomial of \\axiom{\\spad{lp}}.")) (|univariatePolynomialsGcds| (((|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{univariatePolynomialsGcds(\\spad{lp},{}opt)} returns the same as \\axiom{univariatePolynomialsGcds(\\spad{lp})} if \\axiom{opt} is \\axiom{\\spad{false}} and if the previous operation does not return any non null and constant polynomial,{} else return \\axiom{[1]}.") (((|List| |#4|) (|List| |#4|)) "\\axiom{univariatePolynomialsGcds(\\spad{lp})} returns \\axiom{\\spad{lg}} where \\axiom{\\spad{lg}} is a list of the gcds of every pair in \\axiom{\\spad{lp}} of univariate polynomials in the same main variable.")) (|squareFreeFactors| (((|List| |#4|) |#4|) "\\axiom{squareFreeFactors(\\spad{p})} returns the square-free factors of \\axiom{\\spad{p}} over \\axiom{\\spad{R}}")) (|rewriteIdealWithQuasiMonicGenerators| (((|List| |#4|) (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{rewriteIdealWithQuasiMonicGenerators(\\spad{lp},{}redOp?,{}redOp)} returns \\axiom{\\spad{lq}} where \\axiom{\\spad{lq}} and \\axiom{\\spad{lp}} generate the same ideal in \\axiom{\\spad{R^}(\\spad{-1}) \\spad{P}} and \\axiom{\\spad{lq}} has rank not higher than the one of \\axiom{\\spad{lp}}. Moreover,{} \\axiom{\\spad{lq}} is computed by reducing \\axiom{\\spad{lp}} \\spad{w}.\\spad{r}.\\spad{t}. some basic set of the ideal generated by the quasi-monic polynomials in \\axiom{\\spad{lp}}.")) (|rewriteSetByReducingWithParticularGenerators| (((|List| |#4|) (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{rewriteSetByReducingWithParticularGenerators(\\spad{lp},{}pred?,{}redOp?,{}redOp)} returns \\axiom{\\spad{lq}} where \\axiom{\\spad{lq}} is computed by the following algorithm. Chose a basic set \\spad{w}.\\spad{r}.\\spad{t}. the reduction-test \\axiom{redOp?} among the polynomials satisfying property \\axiom{pred?},{} if it is empty then leave,{} else reduce the other polynomials by this basic set \\spad{w}.\\spad{r}.\\spad{t}. the reduction-operation \\axiom{redOp}. Repeat while another basic set with smaller rank can be computed. See code. If \\axiom{pred?} is \\axiom{quasiMonic?} the ideal is unchanged.")) (|crushedSet| (((|List| |#4|) (|List| |#4|)) "\\axiom{crushedSet(\\spad{lp})} returns \\axiom{\\spad{lq}} such that \\axiom{\\spad{lp}} and and \\axiom{\\spad{lq}} generate the same ideal and no rough basic sets reduce (in the sense of Groebner bases) the other polynomials in \\axiom{\\spad{lq}}.")) (|roughBasicSet| (((|Union| (|Record| (|:| |bas| (|GeneralTriangularSet| |#1| |#2| |#3| |#4|)) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|)) "\\axiom{roughBasicSet(\\spad{lp})} returns the smallest (with Ritt-Wu ordering) triangular set contained in \\axiom{\\spad{lp}}.")) (|interReduce| (((|List| |#4|) (|List| |#4|)) "\\axiom{interReduce(\\spad{lp})} returns \\axiom{\\spad{lq}} such that \\axiom{\\spad{lp}} and \\axiom{\\spad{lq}} generate the same ideal and no polynomial in \\axiom{\\spad{lq}} is reducuble by the others in the sense of Groebner bases. Since no assumptions are required the result may depend on the ordering the reductions are performed.")) (|removeRoughlyRedundantFactorsInPol| ((|#4| |#4| (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInPol(\\spad{p},{}\\spad{lf})} returns the same as removeRoughlyRedundantFactorsInPols([\\spad{p}],{}\\spad{lf},{}\\spad{true})")) (|removeRoughlyRedundantFactorsInPols| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Boolean|)) "\\axiom{removeRoughlyRedundantFactorsInPols(\\spad{lp},{}\\spad{lf},{}opt)} returns the same as \\axiom{removeRoughlyRedundantFactorsInPols(\\spad{lp},{}\\spad{lf})} if \\axiom{opt} is \\axiom{\\spad{false}} and if the previous operation does not return any non null and constant polynomial,{} else return \\axiom{[1]}.") (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRoughlyRedundantFactorsInPols(\\spad{lp},{}\\spad{lf})} returns \\axiom{newlp}where \\axiom{newlp} is obtained from \\axiom{\\spad{lp}} by removing in every polynomial \\axiom{\\spad{p}} of \\axiom{\\spad{lp}} any occurence of a polynomial \\axiom{\\spad{f}} in \\axiom{\\spad{lf}}. This may involve a lot of exact-quotients computations.")) (|bivariatePolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{bivariatePolynomials(\\spad{lp})} returns \\axiom{\\spad{bps},{}nbps} where \\axiom{\\spad{bps}} is a list of the bivariate polynomials,{} and \\axiom{nbps} are the other ones.")) (|bivariate?| (((|Boolean|) |#4|) "\\axiom{bivariate?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} involves two and only two variables.")) (|linearPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{linearPolynomials(\\spad{lp})} returns \\axiom{\\spad{lps},{}nlps} where \\axiom{\\spad{lps}} is a list of the linear polynomials in \\spad{lp},{} and \\axiom{nlps} are the other ones.")) (|linear?| (((|Boolean|) |#4|) "\\axiom{linear?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} does not lie in the base ring \\axiom{\\spad{R}} and has main degree \\axiom{1}.")) (|univariatePolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{univariatePolynomials(\\spad{lp})} returns \\axiom{ups,{}nups} where \\axiom{ups} is a list of the univariate polynomials,{} and \\axiom{nups} are the other ones.")) (|univariate?| (((|Boolean|) |#4|) "\\axiom{univariate?(\\spad{p})} returns \\spad{true} iff \\axiom{\\spad{p}} involves one and only one variable.")) (|quasiMonicPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| |#4|)) "\\axiom{quasiMonicPolynomials(\\spad{lp})} returns \\axiom{qmps,{}nqmps} where \\axiom{qmps} is a list of the quasi-monic polynomials in \\axiom{\\spad{lp}} and \\axiom{nqmps} are the other ones.")) (|selectAndPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| (|Mapping| (|Boolean|) |#4|)) (|List| |#4|)) "\\axiom{selectAndPolynomials(lpred?,{}\\spad{ps})} returns \\axiom{\\spad{gps},{}\\spad{bps}} where \\axiom{\\spad{gps}} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{\\spad{ps}} such that \\axiom{pred?(\\spad{p})} holds for every \\axiom{pred?} in \\axiom{lpred?} and \\axiom{\\spad{bps}} are the other ones.")) (|selectOrPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|List| (|Mapping| (|Boolean|) |#4|)) (|List| |#4|)) "\\axiom{selectOrPolynomials(lpred?,{}\\spad{ps})} returns \\axiom{\\spad{gps},{}\\spad{bps}} where \\axiom{\\spad{gps}} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{\\spad{ps}} such that \\axiom{pred?(\\spad{p})} holds for some \\axiom{pred?} in \\axiom{lpred?} and \\axiom{\\spad{bps}} are the other ones.")) (|selectPolynomials| (((|Record| (|:| |goodPols| (|List| |#4|)) (|:| |badPols| (|List| |#4|))) (|Mapping| (|Boolean|) |#4|) (|List| |#4|)) "\\axiom{selectPolynomials(pred?,{}\\spad{ps})} returns \\axiom{\\spad{gps},{}\\spad{bps}} where \\axiom{\\spad{gps}} is a list of the polynomial \\axiom{\\spad{p}} in \\axiom{\\spad{ps}} such that \\axiom{pred?(\\spad{p})} holds and \\axiom{\\spad{bps}} are the other ones.")) (|probablyZeroDim?| (((|Boolean|) (|List| |#4|)) "\\axiom{probablyZeroDim?(\\spad{lp})} returns \\spad{true} iff the number of polynomials in \\axiom{\\spad{lp}} is not smaller than the number of variables occurring in these polynomials.")) (|possiblyNewVariety?| (((|Boolean|) (|List| |#4|) (|List| (|List| |#4|))) "\\axiom{possiblyNewVariety?(newlp,{}\\spad{llp})} returns \\spad{true} iff for every \\axiom{\\spad{lp}} in \\axiom{\\spad{llp}} certainlySubVariety?(newlp,{}\\spad{lp}) does not hold.")) (|certainlySubVariety?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{certainlySubVariety?(newlp,{}\\spad{lp})} returns \\spad{true} iff for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}} the remainder of \\axiom{\\spad{p}} by \\axiom{newlp} using the division algorithm of Groebner techniques is zero.")) (|unprotectedRemoveRedundantFactors| (((|List| |#4|) |#4| |#4|) "\\axiom{unprotectedRemoveRedundantFactors(\\spad{p},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors(\\spad{p},{}\\spad{q})} but does assume that neither \\axiom{\\spad{p}} nor \\axiom{\\spad{q}} lie in the base ring \\axiom{\\spad{R}} and assumes that \\axiom{infRittWu?(\\spad{p},{}\\spad{q})} holds. Moreover,{} if \\axiom{\\spad{R}} is \\spad{gcd}-domain,{} then \\axiom{\\spad{p}} and \\axiom{\\spad{q}} are assumed to be square free.")) (|removeSquaresIfCan| (((|List| |#4|) (|List| |#4|)) "\\axiom{removeSquaresIfCan(\\spad{lp})} returns \\axiom{removeDuplicates [squareFreePart(\\spad{p})\\$\\spad{P} for \\spad{p} in \\spad{lp}]} if \\axiom{\\spad{R}} is \\spad{gcd}-domain else returns \\axiom{\\spad{lp}}.")) (|removeRedundantFactors| (((|List| |#4|) (|List| |#4|) (|List| |#4|) (|Mapping| (|List| |#4|) (|List| |#4|))) "\\axiom{removeRedundantFactors(\\spad{lp},{}\\spad{lq},{}remOp)} returns the same as \\axiom{concat(remOp(removeRoughlyRedundantFactorsInPols(\\spad{lp},{}\\spad{lq})),{}\\spad{lq})} assuming that \\axiom{remOp(\\spad{lq})} returns \\axiom{\\spad{lq}} up to similarity.") (((|List| |#4|) (|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactors(\\spad{lp},{}\\spad{lq})} returns the same as \\axiom{removeRedundantFactors(concat(\\spad{lp},{}\\spad{lq}))} assuming that \\axiom{removeRedundantFactors(\\spad{lp})} returns \\axiom{\\spad{lp}} up to replacing some polynomial \\axiom{\\spad{pj}} in \\axiom{\\spad{lp}} by some polynomial \\axiom{\\spad{qj}} associated to \\axiom{\\spad{pj}}.") (((|List| |#4|) (|List| |#4|) |#4|) "\\axiom{removeRedundantFactors(\\spad{lp},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors(cons(\\spad{q},{}\\spad{lp}))} assuming that \\axiom{removeRedundantFactors(\\spad{lp})} returns \\axiom{\\spad{lp}} up to replacing some polynomial \\axiom{\\spad{pj}} in \\axiom{\\spad{lp}} by some some polynomial \\axiom{\\spad{qj}} associated to \\axiom{\\spad{pj}}.") (((|List| |#4|) |#4| |#4|) "\\axiom{removeRedundantFactors(\\spad{p},{}\\spad{q})} returns the same as \\axiom{removeRedundantFactors([\\spad{p},{}\\spad{q}])}") (((|List| |#4|) (|List| |#4|)) "\\axiom{removeRedundantFactors(\\spad{lp})} returns \\axiom{\\spad{lq}} such that if \\axiom{\\spad{lp} = [\\spad{p1},{}...,{}\\spad{pn}]} and \\axiom{\\spad{lq} = [\\spad{q1},{}...,{}\\spad{qm}]} then the product \\axiom{p1*p2*...\\spad{*pn}} vanishes iff the product \\axiom{q1*q2*...\\spad{*qm}} vanishes,{} and the product of degrees of the \\axiom{\\spad{qi}} is not greater than the one of the \\axiom{\\spad{pj}},{} and no polynomial in \\axiom{\\spad{lq}} divides another polynomial in \\axiom{\\spad{lq}}. In particular,{} polynomials lying in the base ring \\axiom{\\spad{R}} are removed. Moreover,{} \\axiom{\\spad{lq}} is sorted \\spad{w}.\\spad{r}.\\spad{t} \\axiom{infRittWu?}. Furthermore,{} if \\spad{R} is \\spad{gcd}-domain,{} the polynomials in \\axiom{\\spad{lq}} are pairwise without common non trivial factor.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-286)))) (|HasCategory| |#1| (QUOTE (-429))))
-(-911 K)
+((-12 (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-288)))) (|HasCategory| |#1| (QUOTE (-431))))
+(-913 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
-(-912 |VarSet| E RC P)
+(-914 |VarSet| E RC P)
((|constructor| (NIL "This package computes square-free decomposition of multivariate polynomials over a coefficient ring which is an arbitrary \\spad{gcd} domain. The requirement on the coefficient domain guarantees that the \\spadfun{content} can be removed so that factors will be primitive as well as square-free. Over an infinite ring of finite characteristic,{}it may not be possible to guarantee that the factors are square-free.")) (|squareFree| (((|Factored| |#4|) |#4|) "\\spad{squareFree(p)} returns the square-free factorization of the polynomial \\spad{p}. Each factor has no repeated roots,{} and the factors are pairwise relatively prime.")))
NIL
NIL
-(-913 R)
+(-915 R)
((|constructor| (NIL "PointCategory is the category of points in space which may be plotted via the graphics facilities. Functions are provided for defining points and handling elements of points.")) (|extend| (($ $ (|List| |#1|)) "\\spad{extend(x,{}l,{}r)} \\undocumented")) (|cross| (($ $ $) "\\spad{cross(p,{}q)} computes the cross product of the two points \\spad{p} and \\spad{q}. Error if the \\spad{p} and \\spad{q} are not 3 dimensional")) (|convert| (($ (|List| |#1|)) "\\spad{convert(l)} takes a list of elements,{} \\spad{l},{} from the domain Ring and returns the form of point category.")) (|dimension| (((|PositiveInteger|) $) "\\spad{dimension(s)} returns the dimension of the point category \\spad{s}.")) (|point| (($ (|List| |#1|)) "\\spad{point(l)} returns a point category defined by a list \\spad{l} of elements from the domain \\spad{R}.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-914 R1 R2)
+(-916 R1 R2)
((|constructor| (NIL "This package \\undocumented")) (|map| (((|Point| |#2|) (|Mapping| |#2| |#1|) (|Point| |#1|)) "\\spad{map(f,{}p)} \\undocumented")))
NIL
NIL
-(-915 R)
+(-917 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
-(-916 K)
+(-918 K)
((|constructor| (NIL "This is the description of any package which provides partial functions on a domain belonging to TranscendentalFunctionCategory.")) (|acschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acschIfCan(z)} returns acsch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asechIfCan(z)} returns asech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acothIfCan(z)} returns acoth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanhIfCan(z)} returns atanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acoshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acoshIfCan(z)} returns acosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinhIfCan(z)} returns asinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cschIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cschIfCan(z)} returns csch(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sechIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sechIfCan(z)} returns sech(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cothIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cothIfCan(z)} returns coth(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanhIfCan(z)} returns tanh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|coshIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{coshIfCan(z)} returns cosh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinhIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinhIfCan(z)} returns sinh(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acscIfCan(z)} returns acsc(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asecIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asecIfCan(z)} returns asec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acotIfCan(z)} returns acot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|atanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{atanIfCan(z)} returns atan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|acosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{acosIfCan(z)} returns acos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|asinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{asinIfCan(z)} returns asin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cscIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cscIfCan(z)} returns \\spad{csc}(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|secIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{secIfCan(z)} returns sec(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cotIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cotIfCan(z)} returns cot(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|tanIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{tanIfCan(z)} returns tan(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|cosIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{cosIfCan(z)} returns cos(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|sinIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{sinIfCan(z)} returns sin(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|logIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{logIfCan(z)} returns log(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|expIfCan| (((|Union| |#1| "failed") |#1|) "\\spad{expIfCan(z)} returns exp(\\spad{z}) if possible,{} and \"failed\" otherwise.")) (|nthRootIfCan| (((|Union| |#1| "failed") |#1| (|NonNegativeInteger|)) "\\spad{nthRootIfCan(z,{}n)} returns the \\spad{n}th root of \\spad{z} if possible,{} and \"failed\" otherwise.")))
NIL
NIL
-(-917 R E OV PPR)
+(-919 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
-(-918 K R UP -1834)
+(-920 K R UP -1819)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a monogenic algebra over \\spad{R}. We require that \\spad{F} is monogenic,{} \\spadignore{i.e.} that \\spad{F = K[x,{}y]/(f(x,{}y))},{} because the integral basis algorithm used will factor the polynomial \\spad{f(x,{}y)}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|reducedDiscriminant| ((|#2| |#3|) "\\spad{reducedDiscriminant(up)} \\undocumented")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv] } containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If 'basis' is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if 'basisInv' is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv] } containing information regarding the integral closure of \\spad{R} in the quotient field of the framed algebra \\spad{F}. \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If 'basis' is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of 'basis' contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix 'basisInv' contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if 'basisInv' is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")))
NIL
NIL
-(-919 |vl| |nv|)
+(-921 |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
-(-920 R |Var| |Expon| |Dpoly|)
+(-922 R |Var| |Expon| |Dpoly|)
((|constructor| (NIL "\\spadtype{QuasiAlgebraicSet} constructs a domain representing quasi-algebraic sets,{} which is the intersection of a Zariski closed set,{} defined as the common zeros of a given list of polynomials (the defining polynomials for equations),{} and a principal Zariski open set,{} defined as the complement of the common zeros of a polynomial \\spad{f} (the defining polynomial for the inequation). This domain provides simplification of a user-given representation using groebner basis computations. There are two simplification routines: the first function \\spadfun{idealSimplify} uses groebner basis of ideals alone,{} while the second,{} \\spadfun{simplify} uses both groebner basis and factorization. The resulting defining equations \\spad{L} always form a groebner basis,{} and the resulting defining inequation \\spad{f} is always reduced. The function \\spadfun{simplify} may be applied several times if desired. A third simplification routine \\spadfun{radicalSimplify} is provided in \\spadtype{QuasiAlgebraicSet2} for comparison study only,{} as it is inefficient compared to the other two,{} as well as is restricted to only certain coefficient domains. For detail analysis and a comparison of the three methods,{} please consult the reference cited. \\blankline A polynomial function \\spad{q} defined on the quasi-algebraic set is equivalent to its reduced form with respect to \\spad{L}. While this may be obtained using the usual normal form algorithm,{} there is no canonical form for \\spad{q}. \\blankline The ordering in groebner basis computation is determined by the data type of the input polynomials. If it is possible we suggest to use refinements of total degree orderings.")) (|simplify| (($ $) "\\spad{simplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using a heuristic algorithm based on factoring.")) (|idealSimplify| (($ $) "\\spad{idealSimplify(s)} returns a different and presumably simpler representation of \\spad{s} with the defining polynomials for the equations forming a groebner basis,{} and the defining polynomial for the inequation reduced with respect to the basis,{} using Buchberger\\spad{'s} algorithm.")) (|definingInequation| ((|#4| $) "\\spad{definingInequation(s)} returns a single defining polynomial for the inequation,{} that is,{} the Zariski open part of \\spad{s}.")) (|definingEquations| (((|List| |#4|) $) "\\spad{definingEquations(s)} returns a list of defining polynomials for equations,{} that is,{} for the Zariski closed part of \\spad{s}.")) (|empty?| (((|Boolean|) $) "\\spad{empty?(s)} returns \\spad{true} if the quasialgebraic set \\spad{s} has no points,{} and \\spad{false} otherwise.")) (|setStatus| (($ $ (|Union| (|Boolean|) "failed")) "\\spad{setStatus(s,{}t)} returns the same representation for \\spad{s},{} but asserts the following: if \\spad{t} is \\spad{true},{} then \\spad{s} is empty,{} if \\spad{t} is \\spad{false},{} then \\spad{s} is non-empty,{} and if \\spad{t} = \"failed\",{} then no assertion is made (that is,{} \"don\\spad{'t} know\"). Note: for internal use only,{} with care.")) (|status| (((|Union| (|Boolean|) "failed") $) "\\spad{status(s)} returns \\spad{true} if the quasi-algebraic set is empty,{} \\spad{false} if it is not,{} and \"failed\" if not yet known")) (|quasiAlgebraicSet| (($ (|List| |#4|) |#4|) "\\spad{quasiAlgebraicSet(pl,{}q)} returns the quasi-algebraic set with defining equations \\spad{p} = 0 for \\spad{p} belonging to the list \\spad{pl},{} and defining inequation \\spad{q} \\spad{~=} 0.")) (|empty| (($) "\\spad{empty()} returns the empty quasi-algebraic set")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-286)))))
-(-921 R E V P TS)
+((-12 (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-288)))))
+(-923 R E V P TS)
((|constructor| (NIL "A package for removing redundant quasi-components and redundant branches when decomposing a variety by means of quasi-components of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}\\spad{ts},{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(\\spad{lp},{}\\spad{lts},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(lpwt1,{}lpwt2)} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(\\spad{lts})} removes from \\axiom{\\spad{lts}} any \\spad{ts} such that \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for another \\spad{us} in \\axiom{\\spad{lts}}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(\\spad{ts},{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(\\spad{ts},{}us)} returns a boolean \\spad{b} value if the fact that the regular zero set of \\axiom{us} contains that of \\axiom{\\spad{ts}} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(\\spad{ts},{}us)} returns \\spad{false} iff \\axiom{\\spad{ts}} and \\axiom{us} are both empty,{} or \\axiom{\\spad{ts}} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(\\spad{lts})} sorts \\axiom{\\spad{lts}} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu?}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} has less elements than \\axiom{us} otherwise if \\axiom{\\spad{ts}} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-922)
+(-924)
((|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
-(-923 A B R S)
+(-925 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
-(-924 A S)
+(-926 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 (-844))) (|HasCategory| |#2| (QUOTE (-510))) (|HasCategory| |#2| (QUOTE (-286))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-953))) (|HasCategory| |#2| (QUOTE (-762))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-1068))))
-(-925 S)
+((|HasCategory| |#2| (QUOTE (-846))) (|HasCategory| |#2| (QUOTE (-512))) (|HasCategory| |#2| (QUOTE (-288))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-955))) (|HasCategory| |#2| (QUOTE (-764))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-1070))))
+(-927 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}.")))
-((-1456 . T) (-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-1442 . T) (-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-926 |n| K)
+(-928 |n| K)
((|constructor| (NIL "This domain provides modest support for quadratic forms.")) (|elt| ((|#2| $ (|DirectProduct| |#1| |#2|)) "\\spad{elt(qf,{}v)} evaluates the quadratic form \\spad{qf} on the vector \\spad{v},{} producing a scalar.")) (|matrix| (((|SquareMatrix| |#1| |#2|) $) "\\spad{matrix(qf)} creates a square matrix from the quadratic form \\spad{qf}.")) (|quadraticForm| (($ (|SquareMatrix| |#1| |#2|)) "\\spad{quadraticForm(m)} creates a quadratic form from a symmetric,{} square matrix \\spad{m}.")))
NIL
NIL
-(-927 S)
+(-929 S)
((|constructor| (NIL "A queue is a bag where the first item inserted is the first item extracted.")) (|back| ((|#1| $) "\\spad{back(q)} returns the element at the back of the queue. The queue \\spad{q} is unchanged by this operation. Error: if \\spad{q} is empty.")) (|front| ((|#1| $) "\\spad{front(q)} returns the element at the front of the queue. The queue \\spad{q} is unchanged by this operation. Error: if \\spad{q} is empty.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(q)} returns the number of elements in the queue. Note: \\axiom{length(\\spad{q}) = \\spad{#q}}.")) (|rotate!| (($ $) "\\spad{rotate! q} rotates queue \\spad{q} so that the element at the front of the queue goes to the back of the queue. Note: rotate! \\spad{q} is equivalent to enqueue!(dequeue!(\\spad{q})).")) (|dequeue!| ((|#1| $) "\\spad{dequeue! s} destructively extracts the first (top) element from queue \\spad{q}. The element previously second in the queue becomes the first element. Error: if \\spad{q} is empty.")) (|enqueue!| ((|#1| |#1| $) "\\spad{enqueue!(x,{}q)} inserts \\spad{x} into the queue \\spad{q} at the back end.")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
-(-928 S R)
+(-930 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 (-510))) (|HasCategory| |#2| (QUOTE (-986))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-269))))
-(-929 R)
+((|HasCategory| |#2| (QUOTE (-512))) (|HasCategory| |#2| (QUOTE (-988))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-271))))
+(-931 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}.")))
-((-4252 |has| |#1| (-269)) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 |has| |#1| (-271)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-930 QR R QS S)
+(-932 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
-(-931 R)
+(-933 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.}")))
-((-4252 |has| |#1| (-269)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (QUOTE (-269))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-269))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -265) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-986))) (|HasCategory| |#1| (QUOTE (-510))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341)))))
-(-932 S)
+((-4254 |has| |#1| (-271)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (QUOTE (-271))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-271))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))) (|HasCategory| |#1| (LIST (QUOTE -267) (|devaluate| |#1|) (|devaluate| |#1|))) (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-988))) (|HasCategory| |#1| (QUOTE (-512))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343)))))
+(-934 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}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-933 S)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-935 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
-(-934)
+(-936)
((|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
-(-935 -1834 UP UPUP |radicnd| |n|)
+(-937 -1819 UP UPUP |radicnd| |n|)
((|constructor| (NIL "Function field defined by y**n = \\spad{f}(\\spad{x}).")))
-((-4252 |has| (-385 |#2|) (-341)) (-4257 |has| (-385 |#2|) (-341)) (-4251 |has| (-385 |#2|) (-341)) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-385 |#2|) (QUOTE (-136))) (|HasCategory| (-385 |#2|) (QUOTE (-138))) (|HasCategory| (-385 |#2|) (QUOTE (-327))) (-2067 (|HasCategory| (-385 |#2|) (QUOTE (-341))) (|HasCategory| (-385 |#2|) (QUOTE (-327)))) (|HasCategory| (-385 |#2|) (QUOTE (-341))) (|HasCategory| (-385 |#2|) (QUOTE (-346))) (-2067 (-12 (|HasCategory| (-385 |#2|) (QUOTE (-213))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (|HasCategory| (-385 |#2|) (QUOTE (-327)))) (-2067 (-12 (|HasCategory| (-385 |#2|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (-12 (|HasCategory| (-385 |#2|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-385 |#2|) (QUOTE (-327))))) (|HasCategory| (-385 |#2|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| (-385 |#2|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-385 |#2|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-346))) (-2067 (|HasCategory| (-385 |#2|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (-12 (|HasCategory| (-385 |#2|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))) (-12 (|HasCategory| (-385 |#2|) (QUOTE (-213))) (|HasCategory| (-385 |#2|) (QUOTE (-341)))))
-(-936 |bb|)
+((-4254 |has| (-387 |#2|) (-343)) (-4259 |has| (-387 |#2|) (-343)) (-4253 |has| (-387 |#2|) (-343)) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-387 |#2|) (QUOTE (-138))) (|HasCategory| (-387 |#2|) (QUOTE (-140))) (|HasCategory| (-387 |#2|) (QUOTE (-329))) (-2027 (|HasCategory| (-387 |#2|) (QUOTE (-343))) (|HasCategory| (-387 |#2|) (QUOTE (-329)))) (|HasCategory| (-387 |#2|) (QUOTE (-343))) (|HasCategory| (-387 |#2|) (QUOTE (-348))) (-2027 (-12 (|HasCategory| (-387 |#2|) (QUOTE (-215))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (|HasCategory| (-387 |#2|) (QUOTE (-329)))) (-2027 (-12 (|HasCategory| (-387 |#2|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (-12 (|HasCategory| (-387 |#2|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-387 |#2|) (QUOTE (-329))))) (|HasCategory| (-387 |#2|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| (-387 |#2|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-387 |#2|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-348))) (-2027 (|HasCategory| (-387 |#2|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (-12 (|HasCategory| (-387 |#2|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))) (-12 (|HasCategory| (-387 |#2|) (QUOTE (-215))) (|HasCategory| (-387 |#2|) (QUOTE (-343)))))
+(-938 |bb|)
((|constructor| (NIL "This domain allows rational numbers to be presented as repeating decimal expansions or more generally as repeating expansions in any base.")) (|fractRadix| (($ (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{fractRadix(pre,{}cyc)} creates a fractional radix expansion from a list of prefix ragits and a list of cyclic ragits. For example,{} \\spad{fractRadix([1],{}[6])} will return \\spad{0.16666666...}.")) (|wholeRadix| (($ (|List| (|Integer|))) "\\spad{wholeRadix(l)} creates an integral radix expansion from a list of ragits. For example,{} \\spad{wholeRadix([1,{}3,{}4])} will return \\spad{134}.")) (|cycleRagits| (((|List| (|Integer|)) $) "\\spad{cycleRagits(rx)} returns the cyclic part of the ragits of the fractional part of a radix expansion. For example,{} if \\spad{x = 3/28 = 0.10 714285 714285 ...},{} then \\spad{cycleRagits(x) = [7,{}1,{}4,{}2,{}8,{}5]}.")) (|prefixRagits| (((|List| (|Integer|)) $) "\\spad{prefixRagits(rx)} returns the non-cyclic part of the ragits of the fractional part of a radix expansion. For example,{} if \\spad{x = 3/28 = 0.10 714285 714285 ...},{} then \\spad{prefixRagits(x)=[1,{}0]}.")) (|fractRagits| (((|Stream| (|Integer|)) $) "\\spad{fractRagits(rx)} returns the ragits of the fractional part of a radix expansion.")) (|wholeRagits| (((|List| (|Integer|)) $) "\\spad{wholeRagits(rx)} returns the ragits of the integer part of a radix expansion.")) (|fractionPart| (((|Fraction| (|Integer|)) $) "\\spad{fractionPart(rx)} returns the fractional part of a radix expansion.")) (|coerce| (((|Fraction| (|Integer|)) $) "\\spad{coerce(rx)} converts a radix expansion to a rational number.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-525) (QUOTE (-844))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| (-525) (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-138))) (|HasCategory| (-525) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-525) (QUOTE (-953))) (|HasCategory| (-525) (QUOTE (-762))) (-2067 (|HasCategory| (-525) (QUOTE (-762))) (|HasCategory| (-525) (QUOTE (-789)))) (|HasCategory| (-525) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-1068))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| (-525) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| (-525) (QUOTE (-213))) (|HasCategory| (-525) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| (-525) (LIST (QUOTE -486) (QUOTE (-1092)) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -288) (QUOTE (-525)))) (|HasCategory| (-525) (LIST (QUOTE -265) (QUOTE (-525)) (QUOTE (-525)))) (|HasCategory| (-525) (QUOTE (-286))) (|HasCategory| (-525) (QUOTE (-510))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-525) (LIST (QUOTE -588) (QUOTE (-525)))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-525) (QUOTE (-844)))) (|HasCategory| (-525) (QUOTE (-136)))))
-(-937)
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-527) (QUOTE (-846))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| (-527) (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-140))) (|HasCategory| (-527) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-527) (QUOTE (-955))) (|HasCategory| (-527) (QUOTE (-764))) (-2027 (|HasCategory| (-527) (QUOTE (-764))) (|HasCategory| (-527) (QUOTE (-791)))) (|HasCategory| (-527) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-1070))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| (-527) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| (-527) (QUOTE (-215))) (|HasCategory| (-527) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| (-527) (LIST (QUOTE -488) (QUOTE (-1094)) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -290) (QUOTE (-527)))) (|HasCategory| (-527) (LIST (QUOTE -267) (QUOTE (-527)) (QUOTE (-527)))) (|HasCategory| (-527) (QUOTE (-288))) (|HasCategory| (-527) (QUOTE (-512))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-527) (LIST (QUOTE -590) (QUOTE (-527)))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-527) (QUOTE (-846)))) (|HasCategory| (-527) (QUOTE (-138)))))
+(-939)
((|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
-(-938)
+(-940)
((|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
-(-939 RP)
+(-941 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
-(-940 S)
+(-942 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
-(-941 A S)
+(-943 A S)
((|constructor| (NIL "A recursive aggregate over a type \\spad{S} is a model for a a directed graph containing values of type \\spad{S}. Recursively,{} a recursive aggregate is a {\\em node} consisting of a \\spadfun{value} from \\spad{S} and 0 or more \\spadfun{children} which are recursive aggregates. A node with no children is called a \\spadfun{leaf} node. A recursive aggregate may be cyclic for which some operations as noted may go into an infinite loop.")) (|setvalue!| ((|#2| $ |#2|) "\\spad{setvalue!(u,{}x)} sets the value of node \\spad{u} to \\spad{x}.")) (|setelt| ((|#2| $ "value" |#2|) "\\spad{setelt(a,{}\"value\",{}x)} (also written \\axiom{a . value \\spad{:=} \\spad{x}}) is equivalent to \\axiom{setvalue!(a,{}\\spad{x})}")) (|setchildren!| (($ $ (|List| $)) "\\spad{setchildren!(u,{}v)} replaces the current children of node \\spad{u} with the members of \\spad{v} in left-to-right order.")) (|node?| (((|Boolean|) $ $) "\\spad{node?(u,{}v)} tests if node \\spad{u} is contained in node \\spad{v} (either as a child,{} a child of a child,{} etc.).")) (|child?| (((|Boolean|) $ $) "\\spad{child?(u,{}v)} tests if node \\spad{u} is a child of node \\spad{v}.")) (|distance| (((|Integer|) $ $) "\\spad{distance(u,{}v)} returns the path length (an integer) from node \\spad{u} to \\spad{v}.")) (|leaves| (((|List| |#2|) $) "\\spad{leaves(t)} returns the list of values in obtained by visiting the nodes of tree \\axiom{\\spad{t}} in left-to-right order.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(u)} tests if \\spad{u} has a cycle.")) (|elt| ((|#2| $ "value") "\\spad{elt(u,{}\"value\")} (also written: \\axiom{a. value}) is equivalent to \\axiom{value(a)}.")) (|value| ((|#2| $) "\\spad{value(u)} returns the value of the node \\spad{u}.")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(u)} tests if \\spad{u} is a terminal node.")) (|nodes| (((|List| $) $) "\\spad{nodes(u)} returns a list of all of the nodes of aggregate \\spad{u}.")) (|children| (((|List| $) $) "\\spad{children(u)} returns a list of the children of aggregate \\spad{u}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4260)) (|HasCategory| |#2| (QUOTE (-1020))))
-(-942 S)
+((|HasAttribute| |#1| (QUOTE -4262)) (|HasCategory| |#2| (QUOTE (-1022))))
+(-944 S)
((|constructor| (NIL "A recursive aggregate over a type \\spad{S} is a model for a a directed graph containing values of type \\spad{S}. Recursively,{} a recursive aggregate is a {\\em node} consisting of a \\spadfun{value} from \\spad{S} and 0 or more \\spadfun{children} which are recursive aggregates. A node with no children is called a \\spadfun{leaf} node. A recursive aggregate may be cyclic for which some operations as noted may go into an infinite loop.")) (|setvalue!| ((|#1| $ |#1|) "\\spad{setvalue!(u,{}x)} sets the value of node \\spad{u} to \\spad{x}.")) (|setelt| ((|#1| $ "value" |#1|) "\\spad{setelt(a,{}\"value\",{}x)} (also written \\axiom{a . value \\spad{:=} \\spad{x}}) is equivalent to \\axiom{setvalue!(a,{}\\spad{x})}")) (|setchildren!| (($ $ (|List| $)) "\\spad{setchildren!(u,{}v)} replaces the current children of node \\spad{u} with the members of \\spad{v} in left-to-right order.")) (|node?| (((|Boolean|) $ $) "\\spad{node?(u,{}v)} tests if node \\spad{u} is contained in node \\spad{v} (either as a child,{} a child of a child,{} etc.).")) (|child?| (((|Boolean|) $ $) "\\spad{child?(u,{}v)} tests if node \\spad{u} is a child of node \\spad{v}.")) (|distance| (((|Integer|) $ $) "\\spad{distance(u,{}v)} returns the path length (an integer) from node \\spad{u} to \\spad{v}.")) (|leaves| (((|List| |#1|) $) "\\spad{leaves(t)} returns the list of values in obtained by visiting the nodes of tree \\axiom{\\spad{t}} in left-to-right order.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(u)} tests if \\spad{u} has a cycle.")) (|elt| ((|#1| $ "value") "\\spad{elt(u,{}\"value\")} (also written: \\axiom{a. value}) is equivalent to \\axiom{value(a)}.")) (|value| ((|#1| $) "\\spad{value(u)} returns the value of the node \\spad{u}.")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(u)} tests if \\spad{u} is a terminal node.")) (|nodes| (((|List| $) $) "\\spad{nodes(u)} returns a list of all of the nodes of aggregate \\spad{u}.")) (|children| (((|List| $) $) "\\spad{children(u)} returns a list of the children of aggregate \\spad{u}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-943 S)
+(-945 S)
((|constructor| (NIL "\\axiomType{RealClosedField} provides common acces functions for all real closed fields.")) (|approximate| (((|Fraction| (|Integer|)) $ $) "\\axiom{approximate(\\spad{n},{}\\spad{p})} gives an approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|rename| (($ $ (|OutputForm|)) "\\axiom{rename(\\spad{x},{}name)} gives a new number that prints as name")) (|rename!| (($ $ (|OutputForm|)) "\\axiom{rename!(\\spad{x},{}name)} changes the way \\axiom{\\spad{x}} is printed")) (|sqrt| (($ (|Integer|)) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ (|Fraction| (|Integer|))) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ $) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ $ (|PositiveInteger|)) "\\axiom{sqrt(\\spad{x},{}\\spad{n})} is \\axiom{\\spad{x} \\spad{**} (1/n)}")) (|allRootsOf| (((|List| $) (|Polynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely")) (|rootOf| (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} creates the \\spad{n}th root for the order of \\axiom{pol} and gives it unique name") (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|)) "\\axiom{rootOf(pol,{}\\spad{n},{}name)} creates the \\spad{n}th root for the order of \\axiom{pol} and names it \\axiom{name}")) (|mainValue| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainValue(\\spad{x})} is the expression of \\axiom{\\spad{x}} in terms of \\axiom{SparseUnivariatePolynomial(\\$)}")) (|mainDefiningPolynomial| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainDefiningPolynomial(\\spad{x})} is the defining polynomial for the main algebraic quantity of \\axiom{\\spad{x}}")) (|mainForm| (((|Union| (|OutputForm|) "failed") $) "\\axiom{mainForm(\\spad{x})} is the main algebraic quantity name of \\axiom{\\spad{x}}")))
NIL
NIL
-(-944)
+(-946)
((|constructor| (NIL "\\axiomType{RealClosedField} provides common acces functions for all real closed fields.")) (|approximate| (((|Fraction| (|Integer|)) $ $) "\\axiom{approximate(\\spad{n},{}\\spad{p})} gives an approximation of \\axiom{\\spad{n}} that has precision \\axiom{\\spad{p}}")) (|rename| (($ $ (|OutputForm|)) "\\axiom{rename(\\spad{x},{}name)} gives a new number that prints as name")) (|rename!| (($ $ (|OutputForm|)) "\\axiom{rename!(\\spad{x},{}name)} changes the way \\axiom{\\spad{x}} is printed")) (|sqrt| (($ (|Integer|)) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ (|Fraction| (|Integer|))) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ $) "\\axiom{sqrt(\\spad{x})} is \\axiom{\\spad{x} \\spad{**} (1/2)}") (($ $ (|PositiveInteger|)) "\\axiom{sqrt(\\spad{x},{}\\spad{n})} is \\axiom{\\spad{x} \\spad{**} (1/n)}")) (|allRootsOf| (((|List| $) (|Polynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|Polynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Integer|))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| (|Fraction| (|Integer|)))) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely") (((|List| $) (|SparseUnivariatePolynomial| $)) "\\axiom{allRootsOf(pol)} creates all the roots of \\axiom{pol} naming each uniquely")) (|rootOf| (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|)) "\\axiom{rootOf(pol,{}\\spad{n})} creates the \\spad{n}th root for the order of \\axiom{pol} and gives it unique name") (((|Union| $ "failed") (|SparseUnivariatePolynomial| $) (|PositiveInteger|) (|OutputForm|)) "\\axiom{rootOf(pol,{}\\spad{n},{}name)} creates the \\spad{n}th root for the order of \\axiom{pol} and names it \\axiom{name}")) (|mainValue| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainValue(\\spad{x})} is the expression of \\axiom{\\spad{x}} in terms of \\axiom{SparseUnivariatePolynomial(\\$)}")) (|mainDefiningPolynomial| (((|Union| (|SparseUnivariatePolynomial| $) "failed") $) "\\axiom{mainDefiningPolynomial(\\spad{x})} is the defining polynomial for the main algebraic quantity of \\axiom{\\spad{x}}")) (|mainForm| (((|Union| (|OutputForm|) "failed") $) "\\axiom{mainForm(\\spad{x})} is the main algebraic quantity name of \\axiom{\\spad{x}}")))
-((-4252 . T) (-4257 . T) (-4251 . T) (-4254 . T) (-4253 . T) ((-4261 "*") . T) (-4256 . T))
+((-4254 . T) (-4259 . T) (-4253 . T) (-4256 . T) (-4255 . T) ((-4263 "*") . T) (-4258 . T))
NIL
-(-945 R -1834)
+(-947 R -1819)
((|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
-(-946 R -1834)
+(-948 R -1819)
((|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
-(-947 -1834 UP)
+(-949 -1819 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
-(-948 -1834 UP)
+(-950 -1819 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
-(-949 S)
+(-951 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
-(-950 F1 UP UPUP R F2)
+(-952 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
-(-951 |Pol|)
+(-953 |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
-(-952 |Pol|)
+(-954 |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
-(-953)
+(-955)
((|constructor| (NIL "The category of real numeric domains,{} \\spadignore{i.e.} convertible to floats.")))
NIL
NIL
-(-954)
+(-956)
((|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
-(-955 |TheField|)
+(-957 |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")))
-((-4252 . T) (-4257 . T) (-4251 . T) (-4254 . T) (-4253 . T) ((-4261 "*") . T) (-4256 . T))
-((-2067 (|HasCategory| (-385 (-525)) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-385 (-525)) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-385 (-525)) (LIST (QUOTE -968) (QUOTE (-525)))))
-(-956 -1834 L)
+((-4254 . T) (-4259 . T) (-4253 . T) (-4256 . T) (-4255 . T) ((-4263 "*") . T) (-4258 . T))
+((-2027 (|HasCategory| (-387 (-527)) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-387 (-527)) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-387 (-527)) (LIST (QUOTE -970) (QUOTE (-527)))))
+(-958 -1819 L)
((|constructor| (NIL "\\spadtype{ReductionOfOrder} provides functions for reducing the order of linear ordinary differential equations once some solutions are known.")) (|ReduceOrder| (((|Record| (|:| |eq| |#2|) (|:| |op| (|List| |#1|))) |#2| (|List| |#1|)) "\\spad{ReduceOrder(op,{} [f1,{}...,{}fk])} returns \\spad{[op1,{}[g1,{}...,{}gk]]} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = gk \\int(g_{k-1} \\int(... \\int(g1 \\int z)...)} is a solution of \\spad{op y = 0}. Each \\spad{\\spad{fi}} must satisfy \\spad{op \\spad{fi} = 0}.") ((|#2| |#2| |#1|) "\\spad{ReduceOrder(op,{} s)} returns \\spad{op1} such that for any solution \\spad{z} of \\spad{op1 z = 0},{} \\spad{y = s \\int z} is a solution of \\spad{op y = 0}. \\spad{s} must satisfy \\spad{op s = 0}.")))
NIL
NIL
-(-957 S)
+(-959 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 (-1020))))
-(-958 R E V P)
+((|HasCategory| |#1| (QUOTE (-1022))))
+(-960 R E V P)
((|constructor| (NIL "This domain provides an implementation of regular chains. Moreover,{} the operation \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory} is an implementation of a new algorithm for solving polynomial systems by means of regular chains.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|preprocess| (((|Record| (|:| |val| (|List| |#4|)) (|:| |towers| (|List| $))) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{pre_process(\\spad{lp},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(\\spad{lp},{}\\spad{b1},{}\\spad{b2},{}\\spad{b3})} is an internal subroutine,{} exported only for developement.")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{lp},{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{lp},{}clos?,{}info?)} has the same specifications as \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory}. Moreover,{} if \\axiom{clos?} then solves in the sense of the Zariski closure else solves in the sense of the regular zeros. If \\axiom{info?} then do print messages during the computations.")) (|internalAugment| (((|List| $) |#4| $ (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalAugment(\\spad{p},{}\\spad{ts},{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#4| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-959 R)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#4| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-961 R)
((|constructor| (NIL "RepresentationPackage1 provides functions for representation theory for finite groups and algebras. The package creates permutation representations and uses tensor products and its symmetric and antisymmetric components to create new representations of larger degree from given ones. Note: instead of having parameters from \\spadtype{Permutation} this package allows list notation of permutations as well: \\spadignore{e.g.} \\spad{[1,{}4,{}3,{}2]} denotes permutes 2 and 4 and fixes 1 and 3.")) (|permutationRepresentation| (((|List| (|Matrix| (|Integer|))) (|List| (|List| (|Integer|)))) "\\spad{permutationRepresentation([pi1,{}...,{}pik],{}n)} returns the list of matrices {\\em [(deltai,{}pi1(i)),{}...,{}(deltai,{}pik(i))]} if the permutations {\\em pi1},{}...,{}{\\em pik} are in list notation and are permuting {\\em {1,{}2,{}...,{}n}}.") (((|List| (|Matrix| (|Integer|))) (|List| (|Permutation| (|Integer|))) (|Integer|)) "\\spad{permutationRepresentation([pi1,{}...,{}pik],{}n)} returns the list of matrices {\\em [(deltai,{}pi1(i)),{}...,{}(deltai,{}pik(i))]} (Kronecker delta) for the permutations {\\em pi1,{}...,{}pik} of {\\em {1,{}2,{}...,{}n}}.") (((|Matrix| (|Integer|)) (|List| (|Integer|))) "\\spad{permutationRepresentation(\\spad{pi},{}n)} returns the matrix {\\em (deltai,{}\\spad{pi}(i))} (Kronecker delta) if the permutation {\\em \\spad{pi}} is in list notation and permutes {\\em {1,{}2,{}...,{}n}}.") (((|Matrix| (|Integer|)) (|Permutation| (|Integer|)) (|Integer|)) "\\spad{permutationRepresentation(\\spad{pi},{}n)} returns the matrix {\\em (deltai,{}\\spad{pi}(i))} (Kronecker delta) for a permutation {\\em \\spad{pi}} of {\\em {1,{}2,{}...,{}n}}.")) (|tensorProduct| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,{}...ak])} calculates the list of Kronecker products of each matrix {\\em \\spad{ai}} with itself for {1 \\spad{<=} \\spad{i} \\spad{<=} \\spad{k}}. Note: If the list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the representation with itself.") (((|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a)} calculates the Kronecker product of the matrix {\\em a} with itself.") (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{tensorProduct([a1,{}...,{}ak],{}[b1,{}...,{}bk])} calculates the list of Kronecker products of the matrices {\\em \\spad{ai}} and {\\em \\spad{bi}} for {1 \\spad{<=} \\spad{i} \\spad{<=} \\spad{k}}. Note: If each list of matrices corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.") (((|Matrix| |#1|) (|Matrix| |#1|) (|Matrix| |#1|)) "\\spad{tensorProduct(a,{}b)} calculates the Kronecker product of the matrices {\\em a} and \\spad{b}. Note: if each matrix corresponds to a group representation (repr. of generators) of one group,{} then these matrices correspond to the tensor product of the two representations.")) (|symmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{symmetricTensors(la,{}n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,{}0,{}...,{}0)} of \\spad{n}. Error: if the matrices in {\\em la} are not square matrices. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{symmetricTensors(a,{}n)} applies to the \\spad{m}-by-\\spad{m} square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (n,{}0,{}...,{}0)} of \\spad{n}. Error: if {\\em a} is not a square matrix. Note: this corresponds to the symmetrization of the representation with the trivial representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the symmetric tensors of the \\spad{n}-fold tensor product.")) (|createGenericMatrix| (((|Matrix| (|Polynomial| |#1|)) (|NonNegativeInteger|)) "\\spad{createGenericMatrix(m)} creates a square matrix of dimension \\spad{k} whose entry at the \\spad{i}-th row and \\spad{j}-th column is the indeterminate {\\em x[i,{}j]} (double subscripted).")) (|antisymmetricTensors| (((|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{antisymmetricTensors(la,{}n)} applies to each \\spad{m}-by-\\spad{m} square matrix in the list {\\em la} the irreducible,{} polynomial representation of the general linear group {\\em GLm} which corresponds to the partition {\\em (1,{}1,{}...,{}1,{}0,{}0,{}...,{}0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.") (((|Matrix| |#1|) (|Matrix| |#1|) (|PositiveInteger|)) "\\spad{antisymmetricTensors(a,{}n)} applies to the square matrix {\\em a} the irreducible,{} polynomial representation of the general linear group {\\em GLm},{} where \\spad{m} is the number of rows of {\\em a},{} which corresponds to the partition {\\em (1,{}1,{}...,{}1,{}0,{}0,{}...,{}0)} of \\spad{n}. Error: if \\spad{n} is greater than \\spad{m}. Note: this corresponds to the symmetrization of the representation with the sign representation of the symmetric group {\\em Sn}. The carrier spaces of the representation are the antisymmetric tensors of the \\spad{n}-fold tensor product.")))
NIL
-((|HasAttribute| |#1| (QUOTE (-4261 "*"))))
-(-960 R)
+((|HasAttribute| |#1| (QUOTE (-4263 "*"))))
+(-962 R)
((|constructor| (NIL "RepresentationPackage2 provides functions for working with modular representations of finite groups and algebra. The routines in this package are created,{} using ideas of \\spad{R}. Parker,{} (the meat-Axe) to get smaller representations from bigger ones,{} \\spadignore{i.e.} finding sub- and factormodules,{} or to show,{} that such the representations are irreducible. Note: most functions are randomized functions of Las Vegas type \\spadignore{i.e.} every answer is correct,{} but with small probability the algorithm fails to get an answer.")) (|scanOneDimSubspaces| (((|Vector| |#1|) (|List| (|Vector| |#1|)) (|Integer|)) "\\spad{scanOneDimSubspaces(basis,{}n)} gives a canonical representative of the {\\em n}\\spad{-}th one-dimensional subspace of the vector space generated by the elements of {\\em basis},{} all from {\\em R**n}. The coefficients of the representative are of shape {\\em (0,{}...,{}0,{}1,{}*,{}...,{}*)},{} {\\em *} in \\spad{R}. If the size of \\spad{R} is \\spad{q},{} then there are {\\em (q**n-1)/(q-1)} of them. We first reduce \\spad{n} modulo this number,{} then find the largest \\spad{i} such that {\\em +/[q**i for i in 0..i-1] <= n}. Subtracting this sum of powers from \\spad{n} results in an \\spad{i}-digit number to \\spad{basis} \\spad{q}. This fills the positions of the stars.")) (|meatAxe| (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|PositiveInteger|)) "\\spad{meatAxe(aG,{} numberOfTries)} calls {\\em meatAxe(aG,{}true,{}numberOfTries,{}7)}. Notes: 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Boolean|)) "\\spad{meatAxe(aG,{} randomElements)} calls {\\em meatAxe(aG,{}false,{}6,{}7)},{} only using Parker\\spad{'s} fingerprints,{} if {\\em randomElemnts} is \\spad{false}. If it is \\spad{true},{} it calls {\\em meatAxe(aG,{}true,{}25,{}7)},{} only using random elements. Note: the choice of 25 was rather arbitrary. Also,{} 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|))) "\\spad{meatAxe(aG)} calls {\\em meatAxe(aG,{}false,{}25,{}7)} returns a 2-list of representations as follows. All matrices of argument \\spad{aG} are assumed to be square and of equal size. Then \\spad{aG} generates a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an A-module in the usual way. meatAxe(\\spad{aG}) creates at most 25 random elements of the algebra,{} tests them for singularity. If singular,{} it tries at most 7 elements of its kernel to generate a proper submodule. If successful a list which contains first the list of the representations of the submodule,{} then a list of the representations of the factor module is returned. Otherwise,{} if we know that all the kernel is already scanned,{} Norton\\spad{'s} irreducibility test can be used either to prove irreducibility or to find the splitting. Notes: the first 6 tries use Parker\\spad{'s} fingerprints. Also,{} 7 covers the case of three-dimensional kernels over the field with 2 elements.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Boolean|) (|Integer|) (|Integer|)) "\\spad{meatAxe(aG,{}randomElements,{}numberOfTries,{} maxTests)} returns a 2-list of representations as follows. All matrices of argument \\spad{aG} are assumed to be square and of equal size. Then \\spad{aG} generates a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an A-module in the usual way. meatAxe(\\spad{aG},{}\\spad{numberOfTries},{} maxTests) creates at most {\\em numberOfTries} random elements of the algebra,{} tests them for singularity. If singular,{} it tries at most {\\em maxTests} elements of its kernel to generate a proper submodule. If successful,{} a 2-list is returned: first,{} a list containing first the list of the representations of the submodule,{} then a list of the representations of the factor module. Otherwise,{} if we know that all the kernel is already scanned,{} Norton\\spad{'s} irreducibility test can be used either to prove irreducibility or to find the splitting. If {\\em randomElements} is {\\em false},{} the first 6 tries use Parker\\spad{'s} fingerprints.")) (|split| (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Vector| (|Vector| |#1|))) "\\spad{split(aG,{}submodule)} uses a proper \\spad{submodule} of {\\em R**n} to create the representations of the \\spad{submodule} and of the factor module.") (((|List| (|List| (|Matrix| |#1|))) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{split(aG,{} vector)} returns a subalgebra \\spad{A} of all square matrix of dimension \\spad{n} as a list of list of matrices,{} generated by the list of matrices \\spad{aG},{} where \\spad{n} denotes both the size of vector as well as the dimension of each of the square matrices. {\\em V R} is an A-module in the natural way. split(\\spad{aG},{} vector) then checks whether the cyclic submodule generated by {\\em vector} is a proper submodule of {\\em V R}. If successful,{} it returns a two-element list,{} which contains first the list of the representations of the submodule,{} then the list of the representations of the factor module. If the vector generates the whole module,{} a one-element list of the old representation is given. Note: a later version this should call the other split.")) (|isAbsolutelyIrreducible?| (((|Boolean|) (|List| (|Matrix| |#1|))) "\\spad{isAbsolutelyIrreducible?(aG)} calls {\\em isAbsolutelyIrreducible?(aG,{}25)}. Note: the choice of 25 was rather arbitrary.") (((|Boolean|) (|List| (|Matrix| |#1|)) (|Integer|)) "\\spad{isAbsolutelyIrreducible?(aG,{} numberOfTries)} uses Norton\\spad{'s} irreducibility test to check for absolute irreduciblity,{} assuming if a one-dimensional kernel is found. As no field extension changes create \"new\" elements in a one-dimensional space,{} the criterium stays \\spad{true} for every extension. The method looks for one-dimensionals only by creating random elements (no fingerprints) since a run of {\\em meatAxe} would have proved absolute irreducibility anyway.")) (|areEquivalent?| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|Integer|)) "\\spad{areEquivalent?(aG0,{}aG1,{}numberOfTries)} calls {\\em areEquivalent?(aG0,{}aG1,{}true,{}25)}. Note: the choice of 25 was rather arbitrary.") (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|))) "\\spad{areEquivalent?(aG0,{}aG1)} calls {\\em areEquivalent?(aG0,{}aG1,{}true,{}25)}. Note: the choice of 25 was rather arbitrary.") (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|List| (|Matrix| |#1|)) (|Boolean|) (|Integer|)) "\\spad{areEquivalent?(aG0,{}aG1,{}randomelements,{}numberOfTries)} tests whether the two lists of matrices,{} all assumed of same square shape,{} can be simultaneously conjugated by a non-singular matrix. If these matrices represent the same group generators,{} the representations are equivalent. The algorithm tries {\\em numberOfTries} times to create elements in the generated algebras in the same fashion. If their ranks differ,{} they are not equivalent. If an isomorphism is assumed,{} then the kernel of an element of the first algebra is mapped to the kernel of the corresponding element in the second algebra. Now consider the one-dimensional ones. If they generate the whole space (\\spadignore{e.g.} irreducibility !) we use {\\em standardBasisOfCyclicSubmodule} to create the only possible transition matrix. The method checks whether the matrix conjugates all corresponding matrices from {\\em aGi}. The way to choose the singular matrices is as in {\\em meatAxe}. If the two representations are equivalent,{} this routine returns the transformation matrix {\\em TM} with {\\em aG0.i * TM = TM * aG1.i} for all \\spad{i}. If the representations are not equivalent,{} a small 0-matrix is returned. Note: the case with different sets of group generators cannot be handled.")) (|standardBasisOfCyclicSubmodule| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{standardBasisOfCyclicSubmodule(lm,{}v)} returns a matrix as follows. It is assumed that the size \\spad{n} of the vector equals the number of rows and columns of the matrices. Then the matrices generate a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an \\spad{A}-module in the natural way. standardBasisOfCyclicSubmodule(\\spad{lm},{}\\spad{v}) calculates a matrix whose non-zero column vectors are the \\spad{R}-Basis of {\\em Av} achieved in the way as described in section 6 of \\spad{R}. A. Parker\\spad{'s} \"The Meat-Axe\". Note: in contrast to {\\em cyclicSubmodule},{} the result is not in echelon form.")) (|cyclicSubmodule| (((|Vector| (|Vector| |#1|)) (|List| (|Matrix| |#1|)) (|Vector| |#1|)) "\\spad{cyclicSubmodule(lm,{}v)} generates a basis as follows. It is assumed that the size \\spad{n} of the vector equals the number of rows and columns of the matrices. Then the matrices generate a subalgebra,{} say \\spad{A},{} of the algebra of all square matrices of dimension \\spad{n}. {\\em V R} is an \\spad{A}-module in the natural way. cyclicSubmodule(\\spad{lm},{}\\spad{v}) generates the \\spad{R}-Basis of {\\em Av} as described in section 6 of \\spad{R}. A. Parker\\spad{'s} \"The Meat-Axe\". Note: in contrast to the description in \"The Meat-Axe\" and to {\\em standardBasisOfCyclicSubmodule} the result is in echelon form.")) (|createRandomElement| (((|Matrix| |#1|) (|List| (|Matrix| |#1|)) (|Matrix| |#1|)) "\\spad{createRandomElement(aG,{}x)} creates a random element of the group algebra generated by {\\em aG}.")) (|completeEchelonBasis| (((|Matrix| |#1|) (|Vector| (|Vector| |#1|))) "\\spad{completeEchelonBasis(lv)} completes the basis {\\em lv} assumed to be in echelon form of a subspace of {\\em R**n} (\\spad{n} the length of all the vectors in {\\em lv}) with unit vectors to a basis of {\\em R**n}. It is assumed that the argument is not an empty vector and that it is not the basis of the 0-subspace. Note: the rows of the result correspond to the vectors of the basis.")))
NIL
-((-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-346)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-286))))
-(-961 S)
+((-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-348)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-288))))
+(-963 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
-(-962)
+(-964)
((|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
-(-963 S)
+(-965 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
-(-964 S)
+(-966 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
-(-965 -1834 |Expon| |VarSet| |FPol| |LFPol|)
+(-967 -1819 |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")))
-(((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-966)
+(-968)
((|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.}")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (QUOTE (-1092))) (LIST (QUOTE |:|) (QUOTE -3448) (QUOTE (-51))))))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-51) (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-51) (QUOTE (-1020))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| (-51) (QUOTE (-1020))) (|HasCategory| (-51) (LIST (QUOTE -288) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-1092) (QUOTE (-789))) (|HasCategory| (-51) (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-967 A S)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (QUOTE (-1094))) (LIST (QUOTE |:|) (QUOTE -3484) (QUOTE (-51))))))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-51) (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-51) (QUOTE (-1022))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| (-51) (QUOTE (-1022))) (|HasCategory| (-51) (LIST (QUOTE -290) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-1094) (QUOTE (-791))) (|HasCategory| (-51) (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-969 A S)
((|constructor| (NIL "A is retractable to \\spad{B} means that some elementsif A can be converted into elements of \\spad{B} and any element of \\spad{B} can be converted into an element of A.")) (|retract| ((|#2| $) "\\spad{retract(a)} transforms a into an element of \\spad{S} if possible. Error: if a cannot be made into an element of \\spad{S}.")) (|retractIfCan| (((|Union| |#2| "failed") $) "\\spad{retractIfCan(a)} transforms a into an element of \\spad{S} if possible. Returns \"failed\" if a cannot be made into an element of \\spad{S}.")) (|coerce| (($ |#2|) "\\spad{coerce(a)} transforms a into an element of \\%.")))
NIL
NIL
-(-968 S)
+(-970 S)
((|constructor| (NIL "A is retractable to \\spad{B} means that some elementsif A can be converted into elements of \\spad{B} and any element of \\spad{B} can be converted into an element of A.")) (|retract| ((|#1| $) "\\spad{retract(a)} transforms a into an element of \\spad{S} if possible. Error: if a cannot be made into an element of \\spad{S}.")) (|retractIfCan| (((|Union| |#1| "failed") $) "\\spad{retractIfCan(a)} transforms a into an element of \\spad{S} if possible. Returns \"failed\" if a cannot be made into an element of \\spad{S}.")) (|coerce| (($ |#1|) "\\spad{coerce(a)} transforms a into an element of \\%.")))
NIL
NIL
-(-969 Q R)
+(-971 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
-(-970)
+(-972)
((|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
-(-971 UP)
+(-973 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
-(-972 R)
+(-974 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
-(-973 R)
+(-975 R)
((|constructor| (NIL "Utilities that provide the same top-level manipulations on fractions than on polynomials.")) (|coerce| (((|Fraction| (|Polynomial| |#1|)) |#1|) "\\spad{coerce(r)} returns \\spad{r} viewed as a rational function over \\spad{R}.")) (|eval| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{eval(f,{} [v1 = g1,{}...,{}vn = gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}\\spad{'s} appearing inside the \\spad{gi}\\spad{'s} are not replaced. Error: if any \\spad{vi} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f,{} v = g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}. Error: if \\spad{v} is not a symbol.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|List| (|Symbol|)) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{eval(f,{} [v1,{}...,{}vn],{} [g1,{}...,{}gn])} returns \\spad{f} with each \\spad{vi} replaced by \\spad{gi} in parallel,{} \\spadignore{i.e.} \\spad{vi}\\spad{'s} appearing inside the \\spad{gi}\\spad{'s} are not replaced.") (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|Polynomial| |#1|)) (|Symbol|) (|Fraction| (|Polynomial| |#1|))) "\\spad{eval(f,{} v,{} g)} returns \\spad{f} with \\spad{v} replaced by \\spad{g}.")) (|multivariate| (((|Fraction| (|Polynomial| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Symbol|)) "\\spad{multivariate(f,{} v)} applies both the numerator and denominator of \\spad{f} to \\spad{v}.")) (|univariate| (((|Fraction| (|SparseUnivariatePolynomial| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{univariate(f,{} v)} returns \\spad{f} viewed as a univariate rational function in \\spad{v}.")) (|mainVariable| (((|Union| (|Symbol|) "failed") (|Fraction| (|Polynomial| |#1|))) "\\spad{mainVariable(f)} returns the highest variable appearing in the numerator or the denominator of \\spad{f},{} \"failed\" if \\spad{f} has no variables.")) (|variables| (((|List| (|Symbol|)) (|Fraction| (|Polynomial| |#1|))) "\\spad{variables(f)} returns the list of variables appearing in the numerator or the denominator of \\spad{f}.")))
NIL
NIL
-(-974 R |ls|)
+(-976 R |ls|)
((|constructor| (NIL "A domain for regular chains (\\spadignore{i.e.} regular triangular sets) over a \\spad{Gcd}-Domain and with a fix list of variables. This is just a front-end for the \\spadtype{RegularTriangularSet} domain constructor.")) (|zeroSetSplit| (((|List| $) (|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) (|Boolean|) (|Boolean|)) "\\spad{zeroSetSplit(lp,{}clos?,{}info?)} returns a list \\spad{lts} of regular chains such that the union of the closures of their regular zero sets equals the affine variety associated with \\spad{lp}. Moreover,{} if \\spad{clos?} is \\spad{false} then the union of the regular zero set of the \\spad{ts} (for \\spad{ts} in \\spad{lts}) equals this variety. If \\spad{info?} is \\spad{true} then some information is displayed during the computations. See \\axiomOpFrom{zeroSetSplit}{RegularTriangularSet}.")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| (-722 |#1| (-800 |#2|)) (QUOTE (-1020))) (|HasCategory| (-722 |#1| (-800 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -722) (|devaluate| |#1|) (LIST (QUOTE -800) (|devaluate| |#2|)))))) (|HasCategory| (-722 |#1| (-800 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-722 |#1| (-800 |#2|)) (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| (-800 |#2|) (QUOTE (-346))) (|HasCategory| (-722 |#1| (-800 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-975)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| (-724 |#1| (-802 |#2|)) (QUOTE (-1022))) (|HasCategory| (-724 |#1| (-802 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -724) (|devaluate| |#1|) (LIST (QUOTE -802) (|devaluate| |#2|)))))) (|HasCategory| (-724 |#1| (-802 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-724 |#1| (-802 |#2|)) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| (-802 |#2|) (QUOTE (-348))) (|HasCategory| (-724 |#1| (-802 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-977)
((|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
-(-976 S)
+(-978 S)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(i)} converts the integer \\spad{i} to a member of the given domain.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
NIL
NIL
-(-977)
+(-979)
((|constructor| (NIL "The category of rings with unity,{} always associative,{} but not necessarily commutative.")) (|unitsKnown| ((|attribute|) "recip truly yields reciprocal or \"failed\" if not a unit. Note: \\spad{recip(0) = \"failed\"}.")) (|coerce| (($ (|Integer|)) "\\spad{coerce(i)} converts the integer \\spad{i} to a member of the given domain.")) (|characteristic| (((|NonNegativeInteger|)) "\\spad{characteristic()} returns the characteristic of the ring this is the smallest positive integer \\spad{n} such that \\spad{n*x=0} for all \\spad{x} in the ring,{} or zero if no such \\spad{n} exists.")))
-((-4256 . T))
+((-4258 . T))
NIL
-(-978 |xx| -1834)
+(-980 |xx| -1819)
((|constructor| (NIL "This package exports rational interpolation algorithms")))
NIL
NIL
-(-979 S |m| |n| R |Row| |Col|)
+(-981 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 (-286))) (|HasCategory| |#4| (QUOTE (-341))) (|HasCategory| |#4| (QUOTE (-517))) (|HasCategory| |#4| (QUOTE (-160))))
-(-980 |m| |n| R |Row| |Col|)
+((|HasCategory| |#4| (QUOTE (-288))) (|HasCategory| |#4| (QUOTE (-343))) (|HasCategory| |#4| (QUOTE (-519))) (|HasCategory| |#4| (QUOTE (-162))))
+(-982 |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")))
-((-4259 . T) (-1456 . T) (-4254 . T) (-4253 . T))
+((-4261 . T) (-1442 . T) (-4256 . T) (-4255 . T))
NIL
-(-981 |m| |n| R)
+(-983 |m| |n| R)
((|constructor| (NIL "\\spadtype{RectangularMatrix} is a matrix domain where the number of rows and the number of columns are parameters of the domain.")) (|coerce| (((|Matrix| |#3|) $) "\\spad{coerce(m)} converts a matrix of type \\spadtype{RectangularMatrix} to a matrix of type \\spad{Matrix}.")) (|rectangularMatrix| (($ (|Matrix| |#3|)) "\\spad{rectangularMatrix(m)} converts a matrix of type \\spadtype{Matrix} to a matrix of type \\spad{RectangularMatrix}.")))
-((-4259 . T) (-4254 . T) (-4253 . T))
-((-2067 (-12 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-341)))) (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (QUOTE (-286))) (|HasCategory| |#3| (QUOTE (-517))) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (LIST (QUOTE -566) (QUOTE (-798)))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))))
-(-982 |m| |n| R1 |Row1| |Col1| M1 R2 |Row2| |Col2| M2)
+((-4261 . T) (-4256 . T) (-4255 . T))
+((-2027 (-12 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|))))) (|HasCategory| |#3| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-343)))) (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (QUOTE (-288))) (|HasCategory| |#3| (QUOTE (-519))) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (LIST (QUOTE -568) (QUOTE (-800)))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))))
+(-984 |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
-(-983 R)
+(-985 R)
((|constructor| (NIL "The category of right modules over an \\spad{rng} (ring not necessarily with unit). This is an abelian group which supports right multiplation by elements of the \\spad{rng}. \\blankline")) (* (($ $ |#1|) "\\spad{x*r} returns the right multiplication of the module element \\spad{x} by the ring element \\spad{r}.")))
NIL
NIL
-(-984)
+(-986)
((|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
-(-985 S)
+(-987 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
-(-986)
+(-988)
((|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.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-987 |TheField| |ThePolDom|)
+(-989 |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
-(-988)
+(-990)
((|constructor| (NIL "\\spadtype{RomanNumeral} provides functions for converting \\indented{1}{integers to roman numerals.}")) (|roman| (($ (|Integer|)) "\\spad{roman(n)} creates a roman numeral for \\spad{n}.") (($ (|Symbol|)) "\\spad{roman(n)} creates a roman numeral for symbol \\spad{n}.")) (|convert| (($ (|Symbol|)) "\\spad{convert(n)} creates a roman numeral for symbol \\spad{n}.")) (|noetherian| ((|attribute|) "ascending chain condition on ideals.")) (|canonicalsClosed| ((|attribute|) "two positives multiply to give positive.")) (|canonical| ((|attribute|) "mathematical equality is data structure equality.")))
-((-4247 . T) (-4251 . T) (-4246 . T) (-4257 . T) (-4258 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4249 . T) (-4253 . T) (-4248 . T) (-4259 . T) (-4260 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-989)
+(-991)
((|constructor| (NIL "\\axiomType{RoutinesTable} implements a database and associated tuning mechanisms for a set of known NAG routines")) (|recoverAfterFail| (((|Union| (|String|) "failed") $ (|String|) (|Integer|)) "\\spad{recoverAfterFail(routs,{}routineName,{}ifailValue)} acts on the instructions given by the ifail list")) (|showTheRoutinesTable| (($) "\\spad{showTheRoutinesTable()} returns the current table of NAG routines.")) (|deleteRoutine!| (($ $ (|Symbol|)) "\\spad{deleteRoutine!(R,{}s)} destructively deletes the given routine from the current database of NAG routines")) (|getExplanations| (((|List| (|String|)) $ (|String|)) "\\spad{getExplanations(R,{}s)} gets the explanations of the output parameters for the given NAG routine.")) (|getMeasure| (((|Float|) $ (|Symbol|)) "\\spad{getMeasure(R,{}s)} gets the current value of the maximum measure for the given NAG routine.")) (|changeMeasure| (($ $ (|Symbol|) (|Float|)) "\\spad{changeMeasure(R,{}s,{}newValue)} changes the maximum value for a measure of the given NAG routine.")) (|changeThreshhold| (($ $ (|Symbol|) (|Float|)) "\\spad{changeThreshhold(R,{}s,{}newValue)} changes the value below which,{} given a NAG routine generating a higher measure,{} the routines will make no attempt to generate a measure.")) (|selectMultiDimensionalRoutines| (($ $) "\\spad{selectMultiDimensionalRoutines(R)} chooses only those routines from the database which are designed for use with multi-dimensional expressions")) (|selectNonFiniteRoutines| (($ $) "\\spad{selectNonFiniteRoutines(R)} chooses only those routines from the database which are designed for use with non-finite expressions.")) (|selectSumOfSquaresRoutines| (($ $) "\\spad{selectSumOfSquaresRoutines(R)} chooses only those routines from the database which are designed for use with sums of squares")) (|selectFiniteRoutines| (($ $) "\\spad{selectFiniteRoutines(R)} chooses only those routines from the database which are designed for use with finite expressions")) (|selectODEIVPRoutines| (($ $) "\\spad{selectODEIVPRoutines(R)} chooses only those routines from the database which are for the solution of ODE\\spad{'s}")) (|selectPDERoutines| (($ $) "\\spad{selectPDERoutines(R)} chooses only those routines from the database which are for the solution of PDE\\spad{'s}")) (|selectOptimizationRoutines| (($ $) "\\spad{selectOptimizationRoutines(R)} chooses only those routines from the database which are for integration")) (|selectIntegrationRoutines| (($ $) "\\spad{selectIntegrationRoutines(R)} chooses only those routines from the database which are for integration")) (|routines| (($) "\\spad{routines()} initialises a database of known NAG routines")) (|concat| (($ $ $) "\\spad{concat(x,{}y)} merges two tables \\spad{x} and \\spad{y}")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (QUOTE (-1092))) (LIST (QUOTE |:|) (QUOTE -3448) (QUOTE (-51))))))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-51) (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-51) (QUOTE (-1020))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| (-51) (QUOTE (-1020))) (|HasCategory| (-51) (LIST (QUOTE -288) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (QUOTE (-1020))) (|HasCategory| (-1092) (QUOTE (-789))) (|HasCategory| (-51) (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-51) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-990 S R E V)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (QUOTE (-1094))) (LIST (QUOTE |:|) (QUOTE -3484) (QUOTE (-51))))))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-51) (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-51) (QUOTE (-1022))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| (-51) (QUOTE (-1022))) (|HasCategory| (-51) (LIST (QUOTE -290) (QUOTE (-51))))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (QUOTE (-1022))) (|HasCategory| (-1094) (QUOTE (-791))) (|HasCategory| (-51) (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-51) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-992 S R E V)
((|constructor| (NIL "A category for general multi-variate polynomials with coefficients in a ring,{} variables in an ordered set,{} and exponents from an ordered abelian monoid,{} with a \\axiomOp{sup} operation. When not constant,{} such a polynomial is viewed as a univariate polynomial in its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in the ordered set,{} so that some operations usually defined for univariate polynomials make sense here.")) (|mainSquareFreePart| (($ $) "\\axiom{mainSquareFreePart(\\spad{p})} returns the square free part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainPrimitivePart| (($ $) "\\axiom{mainPrimitivePart(\\spad{p})} returns the primitive part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainContent| (($ $) "\\axiom{mainContent(\\spad{p})} returns the content of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|primitivePart!| (($ $) "\\axiom{primitivePart!(\\spad{p})} replaces \\axiom{\\spad{p}} by its primitive part.")) (|gcd| ((|#2| |#2| $) "\\axiom{\\spad{gcd}(\\spad{r},{}\\spad{p})} returns the \\spad{gcd} of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{nextsubResultant2(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{next_sousResultant2}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient2(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo \\spad{b**}(\\spad{n}-1)} assuming that this quotient does not fail.")) (|LazardQuotient| (($ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a**n exquo \\spad{b**}(\\spad{n}-1)} assuming that this quotient does not fail.")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns the last non-zero subresultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|subResultantChain| (((|List| $) $ $) "\\axiom{subResultantChain(a,{}\\spad{b})},{} where \\axiom{a} and \\axiom{\\spad{b}} are not contant polynomials with the same main variable,{} returns the subresultant chain of \\axiom{a} and \\axiom{\\spad{b}}.")) (|resultant| (($ $ $) "\\axiom{resultant(a,{}\\spad{b})} computes the resultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{halfExtendedSubResultantGcd2(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}\\spad{cb}]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedSubResultantGcd1(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}\\spad{cb},{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + \\spad{cb} * \\spad{cb} = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a \\spad{gcd} of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}} with coefficients in the fraction field of the polynomial ring generated by their other variables over \\axiom{\\spad{R}}.")) (|exactQuotient!| (($ $ $) "\\axiom{exactQuotient!(a,{}\\spad{b})} replaces \\axiom{a} by \\axiom{exactQuotient(a,{}\\spad{b})}") (($ $ |#2|) "\\axiom{exactQuotient!(\\spad{p},{}\\spad{r})} replaces \\axiom{\\spad{p}} by \\axiom{exactQuotient(\\spad{p},{}\\spad{r})}.")) (|exactQuotient| (($ $ $) "\\axiom{exactQuotient(a,{}\\spad{b})} computes the exact quotient of \\axiom{a} by \\axiom{\\spad{b}},{} which is assumed to be a divisor of \\axiom{a}. No error is returned if this exact quotient fails!") (($ $ |#2|) "\\axiom{exactQuotient(\\spad{p},{}\\spad{r})} computes the exact quotient of \\axiom{\\spad{p}} by \\axiom{\\spad{r}},{} which is assumed to be a divisor of \\axiom{\\spad{p}}. No error is returned if this exact quotient fails!")) (|primPartElseUnitCanonical!| (($ $) "\\axiom{primPartElseUnitCanonical!(\\spad{p})} replaces \\axiom{\\spad{p}} by \\axiom{primPartElseUnitCanonical(\\spad{p})}.")) (|primPartElseUnitCanonical| (($ $) "\\axiom{primPartElseUnitCanonical(\\spad{p})} returns \\axiom{primitivePart(\\spad{p})} if \\axiom{\\spad{R}} is a \\spad{gcd}-domain,{} otherwise \\axiom{unitCanonical(\\spad{p})}.")) (|convert| (($ (|Polynomial| |#2|)) "\\axiom{convert(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}},{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.")) (|retract| (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#2|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#2|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.")) (|initiallyReduce| (($ $ $) "\\axiom{initiallyReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|headReduce| (($ $ $) "\\axiom{headReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{p},{}\\spad{q},{}\\spad{n}]} where \\axiom{\\spad{p} / q**n} represents the residue class of \\axiom{a} modulo \\axiom{\\spad{b}} and \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{q}} is \\axiom{init(\\spad{b})}.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} computes \\axiom{a mod \\spad{b}},{} if \\axiom{\\spad{b}} is monic as univariate polynomial in its main variable.")) (|pseudoDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{pseudoDivide(a,{}\\spad{b})} computes \\axiom{[pquo(a,{}\\spad{b}),{}prem(a,{}\\spad{b})]},{} both polynomials viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}},{} if \\axiom{\\spad{b}} is not a constant polynomial.")) (|lazyPseudoDivide| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |#4|) "\\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})},{} \\axiom{(c**g)\\spad{*r} = prem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}] = lazyPremWithDefault(a,{}\\spad{b})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.")) (|lazyPremWithDefault| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |#4|) "\\axiom{lazyPremWithDefault(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{(c**g)\\spad{*r} = prem(a,{}\\spad{b},{}\\spad{v})}.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $) "\\axiom{lazyPremWithDefault(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b})} and \\axiom{(c**g)\\spad{*r} = prem(a,{}\\spad{b})}.")) (|lazyPquo| (($ $ $ |#4|) "\\axiom{lazyPquo(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.") (($ $ $) "\\axiom{lazyPquo(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.")) (|lazyPrem| (($ $ $ |#4|) "\\axiom{lazyPrem(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} viewed as univariate polynomials in the variable \\axiom{\\spad{v}} such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.") (($ $ $) "\\axiom{lazyPrem(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.")) (|pquo| (($ $ $ |#4|) "\\axiom{pquo(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{pquo(a,{}\\spad{b})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|prem| (($ $ $ |#4|) "\\axiom{prem(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{prem(a,{}\\spad{b})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|normalized?| (((|Boolean|) $ (|List| $)) "\\axiom{normalized?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{normalized?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{a} and its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variable of \\axiom{\\spad{b}}")) (|initiallyReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{initiallyReduced?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{initiallyReduced?(a,{}\\spad{b})} returns \\spad{false} iff there exists an iterated initial of \\axiom{a} which is not reduced \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{b}}.")) (|headReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{headReduced?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{headReduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(head(a),{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|reduced?| (((|Boolean|) $ (|List| $)) "\\axiom{reduced?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{reduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(a,{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|supRittWu?| (((|Boolean|) $ $) "\\axiom{supRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is greater than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is less than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|RittWuCompare| (((|Union| (|Boolean|) "failed") $ $) "\\axiom{RittWuCompare(a,{}\\spad{b})} returns \\axiom{\"failed\"} if \\axiom{a} and \\axiom{\\spad{b}} have same rank \\spad{w}.\\spad{r}.\\spad{t}. Ritt and Wu Wen Tsun ordering using the refinement of Lazard,{} otherwise returns \\axiom{infRittWu?(a,{}\\spad{b})}.")) (|mainMonomials| (((|List| $) $) "\\axiom{mainMonomials(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [1],{} otherwise returns the list of the monomials of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainCoefficients| (((|List| $) $) "\\axiom{mainCoefficients(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [\\spad{p}],{} otherwise returns the list of the coefficients of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|leastMonomial| (($ $) "\\axiom{leastMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} the monomial of \\axiom{\\spad{p}} with lowest degree,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainMonomial| (($ $) "\\axiom{mainMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} \\axiom{mvar(\\spad{p})} raised to the power \\axiom{mdeg(\\spad{p})}.")) (|quasiMonic?| (((|Boolean|) $) "\\axiom{quasiMonic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff the initial of \\axiom{\\spad{p}} lies in the base ring \\axiom{\\spad{R}}.")) (|monic?| (((|Boolean|) $) "\\axiom{monic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff \\axiom{\\spad{p}} is monic as a univariate polynomial in its main variable.")) (|reductum| (($ $ |#4|) "\\axiom{reductum(\\spad{p},{}\\spad{v})} returns the reductum of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in \\axiom{\\spad{v}}.")) (|leadingCoefficient| (($ $ |#4|) "\\axiom{leadingCoefficient(\\spad{p},{}\\spad{v})} returns the leading coefficient of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as A univariate polynomial in \\axiom{\\spad{v}}.")) (|deepestInitial| (($ $) "\\axiom{deepestInitial(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the last term of \\axiom{iteratedInitials(\\spad{p})}.")) (|iteratedInitials| (((|List| $) $) "\\axiom{iteratedInitials(\\spad{p})} returns \\axiom{[]} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the list of the iterated initials of \\axiom{\\spad{p}}.")) (|deepestTail| (($ $) "\\axiom{deepestTail(\\spad{p})} returns \\axiom{0} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns tail(\\spad{p}),{} if \\axiom{tail(\\spad{p})} belongs to \\axiom{\\spad{R}} or \\axiom{mvar(tail(\\spad{p})) < mvar(\\spad{p})},{} otherwise returns \\axiom{deepestTail(tail(\\spad{p}))}.")) (|tail| (($ $) "\\axiom{tail(\\spad{p})} returns its reductum,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|head| (($ $) "\\axiom{head(\\spad{p})} returns \\axiom{\\spad{p}} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading term (monomial in the AXIOM sense),{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|init| (($ $) "\\axiom{init(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading coefficient,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mdeg| (((|NonNegativeInteger|) $) "\\axiom{mdeg(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{0},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{0},{} otherwise,{} returns the degree of \\axiom{\\spad{p}} in its main variable.")) (|mvar| ((|#4| $) "\\axiom{mvar(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in \\axiom{\\spad{V}}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-510))) (|HasCategory| |#2| (LIST (QUOTE -37) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -925) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#4| (LIST (QUOTE -567) (QUOTE (-1092)))))
-(-991 R E V)
+((|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-512))) (|HasCategory| |#2| (LIST (QUOTE -37) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -927) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#4| (LIST (QUOTE -569) (QUOTE (-1094)))))
+(-993 R E V)
((|constructor| (NIL "A category for general multi-variate polynomials with coefficients in a ring,{} variables in an ordered set,{} and exponents from an ordered abelian monoid,{} with a \\axiomOp{sup} operation. When not constant,{} such a polynomial is viewed as a univariate polynomial in its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in the ordered set,{} so that some operations usually defined for univariate polynomials make sense here.")) (|mainSquareFreePart| (($ $) "\\axiom{mainSquareFreePart(\\spad{p})} returns the square free part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainPrimitivePart| (($ $) "\\axiom{mainPrimitivePart(\\spad{p})} returns the primitive part of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|mainContent| (($ $) "\\axiom{mainContent(\\spad{p})} returns the content of \\axiom{\\spad{p}} viewed as a univariate polynomial in its main variable and with coefficients in the polynomial ring generated by its other variables over \\axiom{\\spad{R}}.")) (|primitivePart!| (($ $) "\\axiom{primitivePart!(\\spad{p})} replaces \\axiom{\\spad{p}} by its primitive part.")) (|gcd| ((|#1| |#1| $) "\\axiom{\\spad{gcd}(\\spad{r},{}\\spad{p})} returns the \\spad{gcd} of \\axiom{\\spad{r}} and the content of \\axiom{\\spad{p}}.")) (|nextsubResultant2| (($ $ $ $ $) "\\axiom{nextsubResultant2(\\spad{p},{}\\spad{q},{}\\spad{z},{}\\spad{s})} is the multivariate version of the operation \\axiomOpFrom{next_sousResultant2}{PseudoRemainderSequence} from the \\axiomType{PseudoRemainderSequence} constructor.")) (|LazardQuotient2| (($ $ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient2(\\spad{p},{}a,{}\\spad{b},{}\\spad{n})} returns \\axiom{(a**(\\spad{n}-1) * \\spad{p}) exquo \\spad{b**}(\\spad{n}-1)} assuming that this quotient does not fail.")) (|LazardQuotient| (($ $ $ (|NonNegativeInteger|)) "\\axiom{LazardQuotient(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a**n exquo \\spad{b**}(\\spad{n}-1)} assuming that this quotient does not fail.")) (|lastSubResultant| (($ $ $) "\\axiom{lastSubResultant(a,{}\\spad{b})} returns the last non-zero subresultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|subResultantChain| (((|List| $) $ $) "\\axiom{subResultantChain(a,{}\\spad{b})},{} where \\axiom{a} and \\axiom{\\spad{b}} are not contant polynomials with the same main variable,{} returns the subresultant chain of \\axiom{a} and \\axiom{\\spad{b}}.")) (|resultant| (($ $ $) "\\axiom{resultant(a,{}\\spad{b})} computes the resultant of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}}.")) (|halfExtendedSubResultantGcd2| (((|Record| (|:| |gcd| $) (|:| |coef2| $)) $ $) "\\axiom{halfExtendedSubResultantGcd2(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}\\spad{cb}]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|halfExtendedSubResultantGcd1| (((|Record| (|:| |gcd| $) (|:| |coef1| $)) $ $) "\\axiom{halfExtendedSubResultantGcd1(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca]} if \\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[\\spad{g},{}ca,{}\\spad{cb}]} otherwise produces an error.")) (|extendedSubResultantGcd| (((|Record| (|:| |gcd| $) (|:| |coef1| $) (|:| |coef2| $)) $ $) "\\axiom{extendedSubResultantGcd(a,{}\\spad{b})} returns \\axiom{[ca,{}\\spad{cb},{}\\spad{r}]} such that \\axiom{\\spad{r}} is \\axiom{subResultantGcd(a,{}\\spad{b})} and we have \\axiom{ca * a + \\spad{cb} * \\spad{cb} = \\spad{r}} .")) (|subResultantGcd| (($ $ $) "\\axiom{subResultantGcd(a,{}\\spad{b})} computes a \\spad{gcd} of \\axiom{a} and \\axiom{\\spad{b}} where \\axiom{a} and \\axiom{\\spad{b}} are assumed to have the same main variable \\axiom{\\spad{v}} and are viewed as univariate polynomials in \\axiom{\\spad{v}} with coefficients in the fraction field of the polynomial ring generated by their other variables over \\axiom{\\spad{R}}.")) (|exactQuotient!| (($ $ $) "\\axiom{exactQuotient!(a,{}\\spad{b})} replaces \\axiom{a} by \\axiom{exactQuotient(a,{}\\spad{b})}") (($ $ |#1|) "\\axiom{exactQuotient!(\\spad{p},{}\\spad{r})} replaces \\axiom{\\spad{p}} by \\axiom{exactQuotient(\\spad{p},{}\\spad{r})}.")) (|exactQuotient| (($ $ $) "\\axiom{exactQuotient(a,{}\\spad{b})} computes the exact quotient of \\axiom{a} by \\axiom{\\spad{b}},{} which is assumed to be a divisor of \\axiom{a}. No error is returned if this exact quotient fails!") (($ $ |#1|) "\\axiom{exactQuotient(\\spad{p},{}\\spad{r})} computes the exact quotient of \\axiom{\\spad{p}} by \\axiom{\\spad{r}},{} which is assumed to be a divisor of \\axiom{\\spad{p}}. No error is returned if this exact quotient fails!")) (|primPartElseUnitCanonical!| (($ $) "\\axiom{primPartElseUnitCanonical!(\\spad{p})} replaces \\axiom{\\spad{p}} by \\axiom{primPartElseUnitCanonical(\\spad{p})}.")) (|primPartElseUnitCanonical| (($ $) "\\axiom{primPartElseUnitCanonical(\\spad{p})} returns \\axiom{primitivePart(\\spad{p})} if \\axiom{\\spad{R}} is a \\spad{gcd}-domain,{} otherwise \\axiom{unitCanonical(\\spad{p})}.")) (|convert| (($ (|Polynomial| |#1|)) "\\axiom{convert(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}},{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.") (($ (|Polynomial| (|Integer|))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{convert(\\spad{p})} returns the same as \\axiom{retract(\\spad{p})}.")) (|retract| (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| |#1|)) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Integer|))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.") (($ (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retract(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if \\axiom{retractIfCan(\\spad{p})} does not return \"failed\",{} otherwise an error is produced.")) (|retractIfCan| (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| |#1|)) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Integer|))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.") (((|Union| $ "failed") (|Polynomial| (|Fraction| (|Integer|)))) "\\axiom{retractIfCan(\\spad{p})} returns \\axiom{\\spad{p}} as an element of the current domain if all its variables belong to \\axiom{\\spad{V}}.")) (|initiallyReduce| (($ $ $) "\\axiom{initiallyReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|headReduce| (($ $ $) "\\axiom{headReduce(a,{}\\spad{b})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduced?(\\spad{r},{}\\spad{b})} holds and there exists an integer \\axiom{\\spad{e}} such that \\axiom{init(\\spad{b})^e a - \\spad{r}} is zero modulo \\axiom{\\spad{b}}.")) (|lazyResidueClass| (((|Record| (|:| |polnum| $) (|:| |polden| $) (|:| |power| (|NonNegativeInteger|))) $ $) "\\axiom{lazyResidueClass(a,{}\\spad{b})} returns \\axiom{[\\spad{p},{}\\spad{q},{}\\spad{n}]} where \\axiom{\\spad{p} / q**n} represents the residue class of \\axiom{a} modulo \\axiom{\\spad{b}} and \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and \\axiom{\\spad{q}} is \\axiom{init(\\spad{b})}.")) (|monicModulo| (($ $ $) "\\axiom{monicModulo(a,{}\\spad{b})} computes \\axiom{a mod \\spad{b}},{} if \\axiom{\\spad{b}} is monic as univariate polynomial in its main variable.")) (|pseudoDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{pseudoDivide(a,{}\\spad{b})} computes \\axiom{[pquo(a,{}\\spad{b}),{}prem(a,{}\\spad{b})]},{} both polynomials viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}},{} if \\axiom{\\spad{b}} is not a constant polynomial.")) (|lazyPseudoDivide| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $ |#3|) "\\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})},{} \\axiom{(c**g)\\spad{*r} = prem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]} such that \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}] = lazyPremWithDefault(a,{}\\spad{b})} and \\axiom{\\spad{q}} is the pseudo-quotient computed in this lazy pseudo-division.")) (|lazyPremWithDefault| (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $ |#3|) "\\axiom{lazyPremWithDefault(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b},{}\\spad{v})} and \\axiom{(c**g)\\spad{*r} = prem(a,{}\\spad{b},{}\\spad{v})}.") (((|Record| (|:| |coef| $) (|:| |gap| (|NonNegativeInteger|)) (|:| |remainder| $)) $ $) "\\axiom{lazyPremWithDefault(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{r}]} such that \\axiom{\\spad{r} = lazyPrem(a,{}\\spad{b})} and \\axiom{(c**g)\\spad{*r} = prem(a,{}\\spad{b})}.")) (|lazyPquo| (($ $ $ |#3|) "\\axiom{lazyPquo(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b},{}\\spad{v})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.") (($ $ $) "\\axiom{lazyPquo(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{q}} such that \\axiom{lazyPseudoDivide(a,{}\\spad{b})} returns \\axiom{[\\spad{c},{}\\spad{g},{}\\spad{q},{}\\spad{r}]}.")) (|lazyPrem| (($ $ $ |#3|) "\\axiom{lazyPrem(a,{}\\spad{b},{}\\spad{v})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} viewed as univariate polynomials in the variable \\axiom{\\spad{v}} such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.") (($ $ $) "\\axiom{lazyPrem(a,{}\\spad{b})} returns the polynomial \\axiom{\\spad{r}} reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{b}} and such that \\axiom{\\spad{b}} divides \\axiom{init(\\spad{b})^e a - \\spad{r}} where \\axiom{\\spad{e}} is the number of steps of this pseudo-division.")) (|pquo| (($ $ $ |#3|) "\\axiom{pquo(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{pquo(a,{}\\spad{b})} computes the pseudo-quotient of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|prem| (($ $ $ |#3|) "\\axiom{prem(a,{}\\spad{b},{}\\spad{v})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in \\axiom{\\spad{v}}.") (($ $ $) "\\axiom{prem(a,{}\\spad{b})} computes the pseudo-remainder of \\axiom{a} by \\axiom{\\spad{b}},{} both viewed as univariate polynomials in the main variable of \\axiom{\\spad{b}}.")) (|normalized?| (((|Boolean|) $ (|List| $)) "\\axiom{normalized?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{normalized?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{normalized?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{a} and its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variable of \\axiom{\\spad{b}}")) (|initiallyReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{initiallyReduced?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{initiallyReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{initiallyReduced?(a,{}\\spad{b})} returns \\spad{false} iff there exists an iterated initial of \\axiom{a} which is not reduced \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{b}}.")) (|headReduced?| (((|Boolean|) $ (|List| $)) "\\axiom{headReduced?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{headReduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{headReduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(head(a),{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|reduced?| (((|Boolean|) $ (|List| $)) "\\axiom{reduced?(\\spad{q},{}\\spad{lp})} returns \\spad{true} iff \\axiom{reduced?(\\spad{q},{}\\spad{p})} holds for every \\axiom{\\spad{p}} in \\axiom{\\spad{lp}}.") (((|Boolean|) $ $) "\\axiom{reduced?(a,{}\\spad{b})} returns \\spad{true} iff \\axiom{degree(a,{}mvar(\\spad{b})) < mdeg(\\spad{b})}.")) (|supRittWu?| (((|Boolean|) $ $) "\\axiom{supRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is greater than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(a,{}\\spad{b})} returns \\spad{true} if \\axiom{a} is less than \\axiom{\\spad{b}} \\spad{w}.\\spad{r}.\\spad{t}. the Ritt and Wu Wen Tsun ordering using the refinement of Lazard.")) (|RittWuCompare| (((|Union| (|Boolean|) "failed") $ $) "\\axiom{RittWuCompare(a,{}\\spad{b})} returns \\axiom{\"failed\"} if \\axiom{a} and \\axiom{\\spad{b}} have same rank \\spad{w}.\\spad{r}.\\spad{t}. Ritt and Wu Wen Tsun ordering using the refinement of Lazard,{} otherwise returns \\axiom{infRittWu?(a,{}\\spad{b})}.")) (|mainMonomials| (((|List| $) $) "\\axiom{mainMonomials(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [1],{} otherwise returns the list of the monomials of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainCoefficients| (((|List| $) $) "\\axiom{mainCoefficients(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns [\\spad{p}],{} otherwise returns the list of the coefficients of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|leastMonomial| (($ $) "\\axiom{leastMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} the monomial of \\axiom{\\spad{p}} with lowest degree,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mainMonomial| (($ $) "\\axiom{mainMonomial(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{\\spad{O}},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{1},{} otherwise,{} \\axiom{mvar(\\spad{p})} raised to the power \\axiom{mdeg(\\spad{p})}.")) (|quasiMonic?| (((|Boolean|) $) "\\axiom{quasiMonic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff the initial of \\axiom{\\spad{p}} lies in the base ring \\axiom{\\spad{R}}.")) (|monic?| (((|Boolean|) $) "\\axiom{monic?(\\spad{p})} returns \\spad{false} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns \\spad{true} iff \\axiom{\\spad{p}} is monic as a univariate polynomial in its main variable.")) (|reductum| (($ $ |#3|) "\\axiom{reductum(\\spad{p},{}\\spad{v})} returns the reductum of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in \\axiom{\\spad{v}}.")) (|leadingCoefficient| (($ $ |#3|) "\\axiom{leadingCoefficient(\\spad{p},{}\\spad{v})} returns the leading coefficient of \\axiom{\\spad{p}},{} where \\axiom{\\spad{p}} is viewed as A univariate polynomial in \\axiom{\\spad{v}}.")) (|deepestInitial| (($ $) "\\axiom{deepestInitial(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the last term of \\axiom{iteratedInitials(\\spad{p})}.")) (|iteratedInitials| (((|List| $) $) "\\axiom{iteratedInitials(\\spad{p})} returns \\axiom{[]} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns the list of the iterated initials of \\axiom{\\spad{p}}.")) (|deepestTail| (($ $) "\\axiom{deepestTail(\\spad{p})} returns \\axiom{0} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns tail(\\spad{p}),{} if \\axiom{tail(\\spad{p})} belongs to \\axiom{\\spad{R}} or \\axiom{mvar(tail(\\spad{p})) < mvar(\\spad{p})},{} otherwise returns \\axiom{deepestTail(tail(\\spad{p}))}.")) (|tail| (($ $) "\\axiom{tail(\\spad{p})} returns its reductum,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|head| (($ $) "\\axiom{head(\\spad{p})} returns \\axiom{\\spad{p}} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading term (monomial in the AXIOM sense),{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|init| (($ $) "\\axiom{init(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its leading coefficient,{} where \\axiom{\\spad{p}} is viewed as a univariate polynomial in its main variable.")) (|mdeg| (((|NonNegativeInteger|) $) "\\axiom{mdeg(\\spad{p})} returns an error if \\axiom{\\spad{p}} is \\axiom{0},{} otherwise,{} if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}} returns \\axiom{0},{} otherwise,{} returns the degree of \\axiom{\\spad{p}} in its main variable.")) (|mvar| ((|#3| $) "\\axiom{mvar(\\spad{p})} returns an error if \\axiom{\\spad{p}} belongs to \\axiom{\\spad{R}},{} otherwise returns its main variable \\spad{w}. \\spad{r}. \\spad{t}. to the total ordering on the elements in \\axiom{\\spad{V}}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-992 S |TheField| |ThePols|)
+(-994 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
-(-993 |TheField| |ThePols|)
+(-995 |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
-(-994 R E V P TS)
+(-996 R E V P TS)
((|constructor| (NIL "A package providing a new algorithm for solving polynomial systems by means of regular chains. Two ways of solving are proposed: in the sense of Zariski closure (like in Kalkbrener\\spad{'s} algorithm) or in the sense of the regular zeros (like in Wu,{} Wang or Lazard methods). This algorithm is valid for nay type of regular set. It does not care about the way a polynomial is added in an regular set,{} or how two quasi-components are compared (by an inclusion-test),{} or how the invertibility test is made in the tower of simple extensions associated with a regular set. These operations are realized respectively by the domain \\spad{TS} and the packages \\axiomType{QCMPACK}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}\\spad{TS}) and \\axiomType{RSETGCD}(\\spad{R},{}\\spad{E},{}\\spad{V},{}\\spad{P},{}\\spad{TS}). The same way it does not care about the way univariate polynomial \\spad{gcd} (with coefficients in the tower of simple extensions associated with a regular set) are computed. The only requirement is that these \\spad{gcd} need to have invertible initials (normalized or not). WARNING. There is no need for a user to call diectly any operation of this package since they can be accessed by the domain \\axiom{\\spad{TS}}. Thus,{} the operations of this package are not documented.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-995 S R E V P)
+(-997 S R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,{}...,{}xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,{}...,{}tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,{}...,{}\\spad{ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,{}...,{}\\spad{Ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(\\spad{Ti})} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,{}...,{}Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{\\spad{Phd} Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#5|) (|Boolean|)) "\\spad{zeroSetSplit(lp,{}clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{extend(lp,{}lts)} returns the same as \\spad{concat([extend(lp,{}ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{extend(lp,{}ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,{}ts)} if \\spad{lp = [p]} else \\spad{extend(first lp,{} extend(rest lp,{} ts))}") (((|List| $) |#5| (|List| $)) "\\spad{extend(p,{}lts)} returns the same as \\spad{concat([extend(p,{}ts) for ts in lts])|}") (((|List| $) |#5| $) "\\spad{extend(p,{}ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#5|) $) "\\spad{internalAugment(lp,{}ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp,{} internalAugment(first lp,{} ts))}") (($ |#5| $) "\\spad{internalAugment(p,{}ts)} assumes that \\spad{augment(p,{}ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#5|) (|List| $)) "\\spad{augment(lp,{}lts)} returns the same as \\spad{concat([augment(lp,{}ts) for ts in lts])}") (((|List| $) (|List| |#5|) $) "\\spad{augment(lp,{}ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,{}ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp,{} augment(rest lp,{} ts))}") (((|List| $) |#5| (|List| $)) "\\spad{augment(p,{}lts)} returns the same as \\spad{concat([augment(p,{}ts) for ts in lts])}") (((|List| $) |#5| $) "\\spad{augment(p,{}ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#5| (|List| $)) "\\spad{intersect(p,{}lts)} returns the same as \\spad{intersect([p],{}lts)}") (((|List| $) (|List| |#5|) (|List| $)) "\\spad{intersect(lp,{}lts)} returns the same as \\spad{concat([intersect(lp,{}ts) for ts in lts])|}") (((|List| $) (|List| |#5|) $) "\\spad{intersect(lp,{}ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#5| $) "\\spad{intersect(p,{}ts)} returns the same as \\spad{intersect([p],{}ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| $) "\\spad{squareFreePart(p,{}ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#5|) (|:| |tower| $))) |#5| |#5| $) "\\spad{lastSubResultant(p1,{}p2,{}ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial \\spad{gcd} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#5| (|List| $)) |#5| |#5| $) "\\spad{lastSubResultantElseSplit(p1,{}p2,{}ts)} returns either \\spad{g} a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#5| $) "\\spad{invertibleSet(p,{}ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#5| $) "\\spad{invertible?(p,{}ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#5| $) "\\spad{invertible?(p,{}ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,{}lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#5| $) "\\spad{invertibleElseSplit?(p,{}ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#5| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,{}ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#5| $) "\\spad{algebraicCoefficients?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#5| $) "\\spad{purelyTranscendental?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,{}ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#5| $) "\\spad{purelyAlgebraic?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
NIL
NIL
-(-996 R E V P)
+(-998 R E V P)
((|constructor| (NIL "The category of regular triangular sets,{} introduced under the name regular chains in [1] (and other papers). In [3] it is proved that regular triangular sets and towers of simple extensions of a field are equivalent notions. In the following definitions,{} all polynomials and ideals are taken from the polynomial ring \\spad{k[x1,{}...,{}xn]} where \\spad{k} is the fraction field of \\spad{R}. The triangular set \\spad{[t1,{}...,{}tm]} is regular iff for every \\spad{i} the initial of \\spad{ti+1} is invertible in the tower of simple extensions associated with \\spad{[t1,{}...,{}\\spad{ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given ideal \\spad{I} iff the radical of \\spad{I} is equal to the intersection of the radical ideals generated by the saturated ideals of the \\spad{[T1,{}...,{}\\spad{Ti}]}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Kalkbrener of a given triangular set \\spad{T} iff it is a split of Kalkbrener of the saturated ideal of \\spad{T}. Let \\spad{K} be an algebraic closure of \\spad{k}. Assume that \\spad{V} is finite with cardinality \\spad{n} and let \\spad{A} be the affine space \\spad{K^n}. For a regular triangular set \\spad{T} let denote by \\spad{W(T)} the set of regular zeros of \\spad{T}. A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given subset \\spad{S} of \\spad{A} iff the union of the \\spad{W(\\spad{Ti})} contains \\spad{S} and is contained in the closure of \\spad{S} (\\spad{w}.\\spad{r}.\\spad{t}. Zariski topology). A family \\spad{[T1,{}...,{}Ts]} of regular triangular sets is a split of Lazard of a given triangular set \\spad{T} if it is a split of Lazard of \\spad{W(T)}. Note that if \\spad{[T1,{}...,{}Ts]} is a split of Lazard of \\spad{T} then it is also a split of Kalkbrener of \\spad{T}. The converse is \\spad{false}. This category provides operations related to both kinds of splits,{} the former being related to ideals decomposition whereas the latter deals with varieties decomposition. See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets. \\newline References : \\indented{1}{[1] \\spad{M}. KALKBRENER \"Three contributions to elimination theory\"} \\indented{5}{\\spad{Phd} Thesis,{} University of Linz,{} Austria,{} 1991.} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Journal of Symbol. Comp. 1998} \\indented{1}{[3] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)} \\indented{1}{[4] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|)) "\\spad{zeroSetSplit(lp,{}clos?)} returns \\spad{lts} a split of Kalkbrener of the radical ideal associated with \\spad{lp}. If \\spad{clos?} is \\spad{false},{} it is also a decomposition of the variety associated with \\spad{lp} into the regular zero set of the \\spad{ts} in \\spad{lts} (or,{} in other words,{} a split of Lazard of this variety). See the example illustrating the \\spadtype{RegularTriangularSet} constructor for more explanations about decompositions by means of regular triangular sets.")) (|extend| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{extend(lp,{}lts)} returns the same as \\spad{concat([extend(lp,{}ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{extend(lp,{}ts)} returns \\spad{ts} if \\spad{empty? lp} \\spad{extend(p,{}ts)} if \\spad{lp = [p]} else \\spad{extend(first lp,{} extend(rest lp,{} ts))}") (((|List| $) |#4| (|List| $)) "\\spad{extend(p,{}lts)} returns the same as \\spad{concat([extend(p,{}ts) for ts in lts])|}") (((|List| $) |#4| $) "\\spad{extend(p,{}ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is not a regular triangular set.")) (|internalAugment| (($ (|List| |#4|) $) "\\spad{internalAugment(lp,{}ts)} returns \\spad{ts} if \\spad{lp} is empty otherwise returns \\spad{internalAugment(rest lp,{} internalAugment(first lp,{} ts))}") (($ |#4| $) "\\spad{internalAugment(p,{}ts)} assumes that \\spad{augment(p,{}ts)} returns a singleton and returns it.")) (|augment| (((|List| $) (|List| |#4|) (|List| $)) "\\spad{augment(lp,{}lts)} returns the same as \\spad{concat([augment(lp,{}ts) for ts in lts])}") (((|List| $) (|List| |#4|) $) "\\spad{augment(lp,{}ts)} returns \\spad{ts} if \\spad{empty? lp},{} \\spad{augment(p,{}ts)} if \\spad{lp = [p]},{} otherwise \\spad{augment(first lp,{} augment(rest lp,{} ts))}") (((|List| $) |#4| (|List| $)) "\\spad{augment(p,{}lts)} returns the same as \\spad{concat([augment(p,{}ts) for ts in lts])}") (((|List| $) |#4| $) "\\spad{augment(p,{}ts)} assumes that \\spad{p} is a non-constant polynomial whose main variable is greater than any variable of \\spad{ts}. This operation assumes also that if \\spad{p} is added to \\spad{ts} the resulting set,{} say \\spad{ts+p},{} is a regular triangular set. Then it returns a split of Kalkbrener of \\spad{ts+p}. This may not be \\spad{ts+p} itself,{} if for instance \\spad{ts+p} is required to be square-free.")) (|intersect| (((|List| $) |#4| (|List| $)) "\\spad{intersect(p,{}lts)} returns the same as \\spad{intersect([p],{}lts)}") (((|List| $) (|List| |#4|) (|List| $)) "\\spad{intersect(lp,{}lts)} returns the same as \\spad{concat([intersect(lp,{}ts) for ts in lts])|}") (((|List| $) (|List| |#4|) $) "\\spad{intersect(lp,{}ts)} returns \\spad{lts} a split of Lazard of the intersection of the affine variety associated with \\spad{lp} and the regular zero set of \\spad{ts}.") (((|List| $) |#4| $) "\\spad{intersect(p,{}ts)} returns the same as \\spad{intersect([p],{}ts)}")) (|squareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| $) "\\spad{squareFreePart(p,{}ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a square-free polynomial \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} this polynomial being associated with \\spad{p} modulo \\spad{lpwt.i.tower},{} for every \\spad{i}. Moreover,{} the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. WARNING: This assumes that \\spad{p} is a non-constant polynomial such that if \\spad{p} is added to \\spad{ts},{} then the resulting set is a regular triangular set.")) (|lastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| $))) |#4| |#4| $) "\\spad{lastSubResultant(p1,{}p2,{}ts)} returns \\spad{lpwt} such that \\spad{lpwt.i.val} is a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower},{} for every \\spad{i},{} and such that the list of the \\spad{lpwt.i.tower} is a split of Kalkbrener of \\spad{ts}. Moreover,{} if \\spad{p1} and \\spad{p2} do not have a non-trivial \\spad{gcd} \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower} then \\spad{lpwt.i.val} is the resultant of these polynomials \\spad{w}.\\spad{r}.\\spad{t}. \\spad{lpwt.i.tower}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|lastSubResultantElseSplit| (((|Union| |#4| (|List| $)) |#4| |#4| $) "\\spad{lastSubResultantElseSplit(p1,{}p2,{}ts)} returns either \\spad{g} a quasi-monic \\spad{gcd} of \\spad{p1} and \\spad{p2} \\spad{w}.\\spad{r}.\\spad{t}. the \\spad{ts} or a split of Kalkbrener of \\spad{ts}. This assumes that \\spad{p1} and \\spad{p2} have the same maim variable and that this variable is greater that any variable occurring in \\spad{ts}.")) (|invertibleSet| (((|List| $) |#4| $) "\\spad{invertibleSet(p,{}ts)} returns a split of Kalkbrener of the quotient ideal of the ideal \\axiom{\\spad{I}} by \\spad{p} where \\spad{I} is the radical of saturated of \\spad{ts}.")) (|invertible?| (((|Boolean|) |#4| $) "\\spad{invertible?(p,{}ts)} returns \\spad{true} iff \\spad{p} is invertible in the tower associated with \\spad{ts}.") (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| $))) |#4| $) "\\spad{invertible?(p,{}ts)} returns \\spad{lbwt} where \\spad{lbwt.i} is the result of \\spad{invertibleElseSplit?(p,{}lbwt.i.tower)} and the list of the \\spad{(lqrwt.i).tower} is a split of Kalkbrener of \\spad{ts}.")) (|invertibleElseSplit?| (((|Union| (|Boolean|) (|List| $)) |#4| $) "\\spad{invertibleElseSplit?(p,{}ts)} returns \\spad{true} (resp. \\spad{false}) if \\spad{p} is invertible in the tower associated with \\spad{ts} or returns a split of Kalkbrener of \\spad{ts}.")) (|purelyAlgebraicLeadingMonomial?| (((|Boolean|) |#4| $) "\\spad{purelyAlgebraicLeadingMonomial?(p,{}ts)} returns \\spad{true} iff the main variable of any non-constant iterarted initial of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|algebraicCoefficients?| (((|Boolean|) |#4| $) "\\spad{algebraicCoefficients?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} which is not the main one of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")) (|purelyTranscendental?| (((|Boolean|) |#4| $) "\\spad{purelyTranscendental?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} is not algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}")) (|purelyAlgebraic?| (((|Boolean|) $) "\\spad{purelyAlgebraic?(ts)} returns \\spad{true} iff for every algebraic variable \\spad{v} of \\spad{ts} we have \\spad{algebraicCoefficients?(t_v,{}ts_v_-)} where \\spad{ts_v} is \\axiomOpFrom{select}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}) and \\spad{ts_v_-} is \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\spad{v}).") (((|Boolean|) |#4| $) "\\spad{purelyAlgebraic?(p,{}ts)} returns \\spad{true} iff every variable of \\spad{p} is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ts}.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-997 R E V P TS)
+(-999 R E V P TS)
((|constructor| (NIL "An internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of AAECC11} \\indented{5}{Paris,{} 1995.} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|toseSquareFreePart| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{toseSquareFreePart(\\spad{p},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{squareFreePart}{RegularTriangularSetCategory}.")) (|toseInvertibleSet| (((|List| |#5|) |#4| |#5|) "\\axiom{toseInvertibleSet(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{invertibleSet}{RegularTriangularSetCategory}.")) (|toseInvertible?| (((|List| (|Record| (|:| |val| (|Boolean|)) (|:| |tower| |#5|))) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{invertible?}{RegularTriangularSetCategory}.") (((|Boolean|) |#4| |#5|) "\\axiom{toseInvertible?(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{invertible?}{RegularTriangularSetCategory}.")) (|toseLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{toseLastSubResultant(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} has the same specifications as \\axiomOpFrom{lastSubResultant}{RegularTriangularSetCategory}.")) (|integralLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{integralLastSubResultant(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|internalLastSubResultant| (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) |#3| (|Boolean|)) "\\axiom{internalLastSubResultant(lpwt,{}\\spad{v},{}flag)} is an internal subroutine,{} exported only for developement.") (((|List| (|Record| (|:| |val| |#4|) (|:| |tower| |#5|))) |#4| |#4| |#5| (|Boolean|) (|Boolean|)) "\\axiom{internalLastSubResultant(\\spad{p1},{}\\spad{p2},{}\\spad{ts},{}inv?,{}break?)} is an internal subroutine,{} exported only for developement.")) (|prepareSubResAlgo| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) |#4| |#4| |#5|) "\\axiom{prepareSubResAlgo(\\spad{p1},{}\\spad{p2},{}\\spad{ts})} is an internal subroutine,{} exported only for developement.")) (|stopTableInvSet!| (((|Void|)) "\\axiom{stopTableInvSet!()} is an internal subroutine,{} exported only for developement.")) (|startTableInvSet!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableInvSet!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")) (|stopTableGcd!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTableGcd!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-998 |f|)
+(-1000 |f|)
((|constructor| (NIL "This domain implements named rules")) (|name| (((|Symbol|) $) "\\spad{name(x)} returns the symbol")))
NIL
NIL
-(-999 |Base| R -1834)
+(-1001 |Base| R -1819)
((|constructor| (NIL "\\indented{1}{Rules for the pattern matcher} Author: Manuel Bronstein Date Created: 24 Oct 1988 Date Last Updated: 26 October 1993 Keywords: pattern,{} matching,{} rule.")) (|quotedOperators| (((|List| (|Symbol|)) $) "\\spad{quotedOperators(r)} returns the list of operators on the right hand side of \\spad{r} that are considered quoted,{} that is they are not evaluated during any rewrite,{} but just applied formally to their arguments.")) (|elt| ((|#3| $ |#3| (|PositiveInteger|)) "\\spad{elt(r,{}f,{}n)} or \\spad{r}(\\spad{f},{} \\spad{n}) applies the rule \\spad{r} to \\spad{f} at most \\spad{n} times.")) (|rhs| ((|#3| $) "\\spad{rhs(r)} returns the right hand side of the rule \\spad{r}.")) (|lhs| ((|#3| $) "\\spad{lhs(r)} returns the left hand side of the rule \\spad{r}.")) (|pattern| (((|Pattern| |#1|) $) "\\spad{pattern(r)} returns the pattern corresponding to the left hand side of the rule \\spad{r}.")) (|suchThat| (($ $ (|List| (|Symbol|)) (|Mapping| (|Boolean|) (|List| |#3|))) "\\spad{suchThat(r,{} [a1,{}...,{}an],{} f)} returns the rewrite rule \\spad{r} with the predicate \\spad{f(a1,{}...,{}an)} attached to it.")) (|rule| (($ |#3| |#3| (|List| (|Symbol|))) "\\spad{rule(f,{} g,{} [f1,{}...,{}fn])} creates the rewrite rule \\spad{f == eval(eval(g,{} g is f),{} [f1,{}...,{}fn])},{} that is a rule with left-hand side \\spad{f} and right-hand side \\spad{g}; The symbols \\spad{f1},{}...,{}\\spad{fn} are the operators that are considered quoted,{} that is they are not evaluated during any rewrite,{} but just applied formally to their arguments.") (($ |#3| |#3|) "\\spad{rule(f,{} g)} creates the rewrite rule: \\spad{f == eval(g,{} g is f)},{} with left-hand side \\spad{f} and right-hand side \\spad{g}.")))
NIL
NIL
-(-1000 |Base| R -1834)
+(-1002 |Base| R -1819)
((|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
-(-1001 R |ls|)
+(-1003 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
-(-1002 UP SAE UPA)
+(-1004 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
-(-1003 R UP M)
+(-1005 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.")))
-((-4252 |has| |#1| (-341)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-327))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-327)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-346))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-327)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#1| (QUOTE (-327))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092))))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (QUOTE (-341)))))
-(-1004 UP SAE UPA)
+((-4254 |has| |#1| (-343)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-329))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-329)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-348))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-329)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#1| (QUOTE (-329))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094))))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (QUOTE (-343)))))
+(-1006 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
-(-1005)
+(-1007)
((|constructor| (NIL "This trivial domain lets us build Univariate Polynomials in an anonymous variable")))
NIL
NIL
-(-1006 S)
+(-1008 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
-(-1007)
+(-1009)
((|constructor| (NIL "\\indented{1}{Author: Gabriel Dos Reis} Date Created: October 24,{} 2007 Date Last Modified: January 18,{} 2008. A `Scope' is a sequence of contours.")) (|currentCategoryFrame| (($) "\\spad{currentCategoryFrame()} returns the category frame currently in effect.")) (|currentScope| (($) "\\spad{currentScope()} returns the scope currently in effect")) (|pushNewContour| (($ (|Binding|) $) "\\spad{pushNewContour(b,{}s)} pushs a new contour with sole binding \\spad{`b'}.")) (|findBinding| (((|Union| (|Binding|) "failed") (|Symbol|) $) "\\spad{findBinding(n,{}s)} returns the first binding of \\spad{`n'} in \\spad{`s'}; otherwise `failed'.")) (|contours| (((|List| (|Contour|)) $) "\\spad{contours(s)} returns the list of contours in scope \\spad{s}.")) (|empty| (($) "\\spad{empty()} returns an empty scope.")))
NIL
NIL
-(-1008 R)
+(-1010 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
-(-1009 R)
+(-1011 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")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-1010 (-1092)) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-1010 (-1092)) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-1010 (-1092)) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-1010 (-1092)) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-1010 (-1092)) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-213))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-1010 S)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-1012 (-1094)) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-1012 (-1094)) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-1012 (-1094)) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-1012 (-1094)) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-1012 (-1094)) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-215))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-1012 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
-(-1011 R S)
+(-1013 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 (-787))))
-(-1012 R S)
+((|HasCategory| |#1| (QUOTE (-789))))
+(-1014 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
-(-1013 S)
+(-1015 S)
((|constructor| (NIL "This domain is used to provide the function argument syntax \\spad{v=a..b}. This is used,{} for example,{} by the top-level \\spadfun{draw} functions.")) (|segment| (((|Segment| |#1|) $) "\\spad{segment(segb)} returns the segment from the right hand side of the \\spadtype{SegmentBinding}. For example,{} if \\spad{segb} is \\spad{v=a..b},{} then \\spad{segment(segb)} returns \\spad{a..b}.")) (|variable| (((|Symbol|) $) "\\spad{variable(segb)} returns the variable from the left hand side of the \\spadtype{SegmentBinding}. For example,{} if \\spad{segb} is \\spad{v=a..b},{} then \\spad{variable(segb)} returns \\spad{v}.")) (|equation| (($ (|Symbol|) (|Segment| |#1|)) "\\spad{equation(v,{}a..b)} creates a segment binding value with variable \\spad{v} and segment \\spad{a..b}. Note that the interpreter parses \\spad{v=a..b} to this form.")))
NIL
-((|HasCategory| |#1| (QUOTE (-1020))))
-(-1014 S)
+((|HasCategory| |#1| (QUOTE (-1022))))
+(-1016 S)
((|constructor| (NIL "This category provides operations on ranges,{} or {\\em segments} as they are called.")) (|convert| (($ |#1|) "\\spad{convert(i)} creates the segment \\spad{i..i}.")) (|segment| (($ |#1| |#1|) "\\spad{segment(i,{}j)} is an alternate way to create the segment \\spad{i..j}.")) (|incr| (((|Integer|) $) "\\spad{incr(s)} returns \\spad{n},{} where \\spad{s} is a segment in which every \\spad{n}\\spad{-}th element is used. Note: \\spad{incr(l..h by n) = n}.")) (|high| ((|#1| $) "\\spad{high(s)} returns the second endpoint of \\spad{s}. Note: \\spad{high(l..h) = h}.")) (|low| ((|#1| $) "\\spad{low(s)} returns the first endpoint of \\spad{s}. Note: \\spad{low(l..h) = l}.")) (|hi| ((|#1| $) "\\spad{\\spad{hi}(s)} returns the second endpoint of \\spad{s}. Note: \\spad{\\spad{hi}(l..h) = h}.")) (|lo| ((|#1| $) "\\spad{lo(s)} returns the first endpoint of \\spad{s}. Note: \\spad{lo(l..h) = l}.")) (BY (($ $ (|Integer|)) "\\spad{s by n} creates a new segment in which only every \\spad{n}\\spad{-}th element is used.")) (SEGMENT (($ |#1| |#1|) "\\spad{l..h} creates a segment with \\spad{l} and \\spad{h} as the endpoints.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-1015 S)
+(-1017 S)
((|constructor| (NIL "This type is used to specify a range of values from type \\spad{S}.")))
NIL
-((|HasCategory| |#1| (QUOTE (-787))) (|HasCategory| |#1| (QUOTE (-1020))))
-(-1016 S L)
+((|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1022))))
+(-1018 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]}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-1017 A S)
+(-1019 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
-(-1018 S)
+(-1020 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}.")))
-((-4249 . T) (-1456 . T))
+((-4251 . T) (-1442 . T))
NIL
-(-1019 S)
+(-1021 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
-(-1020)
+(-1022)
((|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
-(-1021 |m| |n|)
+(-1023 |m| |n|)
((|constructor| (NIL "\\spadtype{SetOfMIntegersInOneToN} implements the subsets of \\spad{M} integers in the interval \\spad{[1..n]}")) (|delta| (((|NonNegativeInteger|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{delta(S,{}k,{}p)} returns the number of elements of \\spad{S} which are strictly between \\spad{p} and the \\spad{k^}{th} element of \\spad{S}.")) (|member?| (((|Boolean|) (|PositiveInteger|) $) "\\spad{member?(p,{} s)} returns \\spad{true} is \\spad{p} is in \\spad{s},{} \\spad{false} otherwise.")) (|enumerate| (((|Vector| $)) "\\spad{enumerate()} returns a vector of all the sets of \\spad{M} integers in \\spad{1..n}.")) (|setOfMinN| (($ (|List| (|PositiveInteger|))) "\\spad{setOfMinN([a_1,{}...,{}a_m])} returns the set {a_1,{}...,{}a_m}. Error if {a_1,{}...,{}a_m} is not a set of \\spad{M} integers in \\spad{1..n}.")) (|elements| (((|List| (|PositiveInteger|)) $) "\\spad{elements(S)} returns the list of the elements of \\spad{S} in increasing order.")) (|replaceKthElement| (((|Union| $ "failed") $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{replaceKthElement(S,{}k,{}p)} replaces the \\spad{k^}{th} element of \\spad{S} by \\spad{p},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")) (|incrementKthElement| (((|Union| $ "failed") $ (|PositiveInteger|)) "\\spad{incrementKthElement(S,{}k)} increments the \\spad{k^}{th} element of \\spad{S},{} and returns \"failed\" if the result is not a set of \\spad{M} integers in \\spad{1..n} any more.")))
NIL
NIL
-(-1022 S)
+(-1024 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)}}")))
-((-4259 . T) (-4249 . T) (-4260 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-346))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-789))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1023 |Str| |Sym| |Int| |Flt| |Expr|)
+((-4261 . T) (-4251 . T) (-4262 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-348))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-791))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1025 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This category allows the manipulation of Lisp values while keeping the grunge fairly localized.")) (|elt| (($ $ (|List| (|Integer|))) "\\spad{elt((a1,{}...,{}an),{} [i1,{}...,{}im])} returns \\spad{(a_i1,{}...,{}a_im)}.") (($ $ (|Integer|)) "\\spad{elt((a1,{}...,{}an),{} i)} returns \\spad{\\spad{ai}}.")) (|#| (((|Integer|) $) "\\spad{\\#((a1,{}...,{}an))} returns \\spad{n}.")) (|cdr| (($ $) "\\spad{cdr((a1,{}...,{}an))} returns \\spad{(a2,{}...,{}an)}.")) (|car| (($ $) "\\spad{car((a1,{}...,{}an))} returns a1.")) (|convert| (($ |#5|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#4|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#3|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#2|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ |#1|) "\\spad{convert(x)} returns the Lisp atom \\spad{x}.") (($ (|List| $)) "\\spad{convert([a1,{}...,{}an])} returns the \\spad{S}-expression \\spad{(a1,{}...,{}an)}.")) (|expr| ((|#5| $) "\\spad{expr(s)} returns \\spad{s} as an element of Expr; Error: if \\spad{s} is not an atom that also belongs to Expr.")) (|float| ((|#4| $) "\\spad{float(s)} returns \\spad{s} as an element of \\spad{Flt}; Error: if \\spad{s} is not an atom that also belongs to \\spad{Flt}.")) (|integer| ((|#3| $) "\\spad{integer(s)} returns \\spad{s} as an element of Int. Error: if \\spad{s} is not an atom that also belongs to Int.")) (|symbol| ((|#2| $) "\\spad{symbol(s)} returns \\spad{s} as an element of \\spad{Sym}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Sym}.")) (|string| ((|#1| $) "\\spad{string(s)} returns \\spad{s} as an element of \\spad{Str}. Error: if \\spad{s} is not an atom that also belongs to \\spad{Str}.")) (|destruct| (((|List| $) $) "\\spad{destruct((a1,{}...,{}an))} returns the list [a1,{}...,{}an].")) (|float?| (((|Boolean|) $) "\\spad{float?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Flt}.")) (|integer?| (((|Boolean|) $) "\\spad{integer?(s)} is \\spad{true} if \\spad{s} is an atom and belong to Int.")) (|symbol?| (((|Boolean|) $) "\\spad{symbol?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Sym}.")) (|string?| (((|Boolean|) $) "\\spad{string?(s)} is \\spad{true} if \\spad{s} is an atom and belong to \\spad{Str}.")) (|list?| (((|Boolean|) $) "\\spad{list?(s)} is \\spad{true} if \\spad{s} is a Lisp list,{} possibly ().")) (|pair?| (((|Boolean|) $) "\\spad{pair?(s)} is \\spad{true} if \\spad{s} has is a non-null Lisp list.")) (|atom?| (((|Boolean|) $) "\\spad{atom?(s)} is \\spad{true} if \\spad{s} is a Lisp atom.")) (|null?| (((|Boolean|) $) "\\spad{null?(s)} is \\spad{true} if \\spad{s} is the \\spad{S}-expression ().")) (|eq| (((|Boolean|) $ $) "\\spad{eq(s,{} t)} is \\spad{true} if EQ(\\spad{s},{}\\spad{t}) is \\spad{true} in Lisp.")))
NIL
NIL
-(-1024)
+(-1026)
((|constructor| (NIL "This domain allows the manipulation of the usual Lisp values.")))
NIL
NIL
-(-1025 |Str| |Sym| |Int| |Flt| |Expr|)
+(-1027 |Str| |Sym| |Int| |Flt| |Expr|)
((|constructor| (NIL "This domain allows the manipulation of Lisp values over arbitrary atomic types.")))
NIL
NIL
-(-1026 R FS)
+(-1028 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
-(-1027 R E V P TS)
+(-1029 R E V P TS)
((|constructor| (NIL "\\indented{2}{A internal package for removing redundant quasi-components and redundant} \\indented{2}{branches when decomposing a variety by means of quasi-components} \\indented{2}{of regular triangular sets. \\newline} References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{5}{Tech. Report (PoSSo project)} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")) (|branchIfCan| (((|Union| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|))) "failed") (|List| |#4|) |#5| (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{branchIfCan(leq,{}\\spad{ts},{}lineq,{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")) (|prepareDecompose| (((|List| (|Record| (|:| |eq| (|List| |#4|)) (|:| |tower| |#5|) (|:| |ineq| (|List| |#4|)))) (|List| |#4|) (|List| |#5|) (|Boolean|) (|Boolean|)) "\\axiom{prepareDecompose(\\spad{lp},{}\\spad{lts},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousCases| (((|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) (|List| (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)))) "\\axiom{removeSuperfluousCases(llpwt)} is an internal subroutine,{} exported only for developement.")) (|subCase?| (((|Boolean|) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|)) (|Record| (|:| |val| (|List| |#4|)) (|:| |tower| |#5|))) "\\axiom{subCase?(lpwt1,{}lpwt2)} is an internal subroutine,{} exported only for developement.")) (|removeSuperfluousQuasiComponents| (((|List| |#5|) (|List| |#5|)) "\\axiom{removeSuperfluousQuasiComponents(\\spad{lts})} removes from \\axiom{\\spad{lts}} any \\spad{ts} such that \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for another \\spad{us} in \\axiom{\\spad{lts}}.")) (|subQuasiComponent?| (((|Boolean|) |#5| (|List| |#5|)) "\\axiom{subQuasiComponent?(\\spad{ts},{}lus)} returns \\spad{true} iff \\axiom{subQuasiComponent?(\\spad{ts},{}us)} holds for one \\spad{us} in \\spad{lus}.") (((|Boolean|) |#5| |#5|) "\\axiom{subQuasiComponent?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiomOpFrom{internalSubQuasiComponent?(\\spad{ts},{}us)}{QuasiComponentPackage} returs \\spad{true}.")) (|internalSubQuasiComponent?| (((|Union| (|Boolean|) "failed") |#5| |#5|) "\\axiom{internalSubQuasiComponent?(\\spad{ts},{}us)} returns a boolean \\spad{b} value if the fact the regular zero set of \\axiom{us} contains that of \\axiom{\\spad{ts}} can be decided (and in that case \\axiom{\\spad{b}} gives this inclusion) otherwise returns \\axiom{\"failed\"}.")) (|infRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{infRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalInfRittWu?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalInfRittWu?(\\spad{lp1},{}\\spad{lp2})} is an internal subroutine,{} exported only for developement.")) (|internalSubPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{internalSubPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}} assuming that these lists are sorted increasingly \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{infRittWu?}{RecursivePolynomialCategory}.")) (|subPolSet?| (((|Boolean|) (|List| |#4|) (|List| |#4|)) "\\axiom{subPolSet?(\\spad{lp1},{}\\spad{lp2})} returns \\spad{true} iff \\axiom{\\spad{lp1}} is a sub-set of \\axiom{\\spad{lp2}}.")) (|subTriSet?| (((|Boolean|) |#5| |#5|) "\\axiom{subTriSet?(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} is a sub-set of \\axiom{us}.")) (|moreAlgebraic?| (((|Boolean|) |#5| |#5|) "\\axiom{moreAlgebraic?(\\spad{ts},{}us)} returns \\spad{false} iff \\axiom{\\spad{ts}} and \\axiom{us} are both empty,{} or \\axiom{\\spad{ts}} has less elements than \\axiom{us},{} or some variable is algebraic \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{us} and is not \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|algebraicSort| (((|List| |#5|) (|List| |#5|)) "\\axiom{algebraicSort(\\spad{lts})} sorts \\axiom{\\spad{lts}} \\spad{w}.\\spad{r}.\\spad{t} \\axiomOpFrom{supDimElseRittWu}{QuasiComponentPackage}.")) (|supDimElseRittWu?| (((|Boolean|) |#5| |#5|) "\\axiom{supDimElseRittWu(\\spad{ts},{}us)} returns \\spad{true} iff \\axiom{\\spad{ts}} has less elements than \\axiom{us} otherwise if \\axiom{\\spad{ts}} has higher rank than \\axiom{us} \\spad{w}.\\spad{r}.\\spad{t}. Riit and Wu ordering.")) (|stopTable!| (((|Void|)) "\\axiom{stopTableGcd!()} is an internal subroutine,{} exported only for developement.")) (|startTable!| (((|Void|) (|String|) (|String|) (|String|)) "\\axiom{startTableGcd!(\\spad{s1},{}\\spad{s2},{}\\spad{s3})} is an internal subroutine,{} exported only for developement.")))
NIL
NIL
-(-1028 R E V P TS)
+(-1030 R E V P TS)
((|constructor| (NIL "A internal package for computing gcds and resultants of univariate polynomials with coefficients in a tower of simple extensions of a field. There is no need to use directly this package since its main operations are available from \\spad{TS}. \\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA and \\spad{R}. RIOBOO \"Computations of \\spad{gcd} over} \\indented{5}{algebraic towers of simple extensions\" In proceedings of AAECC11} \\indented{5}{Paris,{} 1995.} \\indented{1}{[2] \\spad{M}. MORENO MAZA \"Calculs de pgcd au-dessus des tours} \\indented{5}{d'extensions simples et resolution des systemes d'equations} \\indented{5}{algebriques\" These,{} Universite \\spad{P}.etM. Curie,{} Paris,{} 1997.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-1029 R E V P)
+(-1031 R E V P)
((|constructor| (NIL "The category of square-free regular triangular sets. A regular triangular set \\spad{ts} is square-free if the \\spad{gcd} of any polynomial \\spad{p} in \\spad{ts} and \\spad{differentiate(p,{}mvar(p))} \\spad{w}.\\spad{r}.\\spad{t}. \\axiomOpFrom{collectUnder}{TriangularSetCategory}(\\spad{ts},{}\\axiomOpFrom{mvar}{RecursivePolynomialCategory}(\\spad{p})) has degree zero \\spad{w}.\\spad{r}.\\spad{t}. \\spad{mvar(p)}. Thus any square-free regular set defines a tower of square-free simple extensions.\\newline References : \\indented{1}{[1] \\spad{D}. LAZARD \"A new method for solving algebraic systems of} \\indented{5}{positive dimension\" Discr. App. Math. 33:147-160,{}1991} \\indented{1}{[2] \\spad{M}. KALKBRENER \"Algorithmic properties of polynomial rings\"} \\indented{5}{Habilitation Thesis,{} ETZH,{} Zurich,{} 1995.} \\indented{1}{[3] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-1030)
+(-1032)
((|constructor| (NIL "SymmetricGroupCombinatoricFunctions contains combinatoric functions concerning symmetric groups and representation theory: list young tableaus,{} improper partitions,{} subsets bijection of Coleman.")) (|unrankImproperPartitions1| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions1(n,{}m,{}k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in at most \\spad{m} nonnegative parts ordered as follows: first,{} in reverse lexicographically according to their non-zero parts,{} then according to their positions (\\spadignore{i.e.} lexicographical order using {\\em subSet}: {\\em [3,{}0,{}0] < [0,{}3,{}0] < [0,{}0,{}3] < [2,{}1,{}0] < [2,{}0,{}1] < [0,{}2,{}1] < [1,{}2,{}0] < [1,{}0,{}2] < [0,{}1,{}2] < [1,{}1,{}1]}). Note: counting of subtrees is done by {\\em numberOfImproperPartitionsInternal}.")) (|unrankImproperPartitions0| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{unrankImproperPartitions0(n,{}m,{}k)} computes the {\\em k}\\spad{-}th improper partition of nonnegative \\spad{n} in \\spad{m} nonnegative parts in reverse lexicographical order. Example: {\\em [0,{}0,{}3] < [0,{}1,{}2] < [0,{}2,{}1] < [0,{}3,{}0] < [1,{}0,{}2] < [1,{}1,{}1] < [1,{}2,{}0] < [2,{}0,{}1] < [2,{}1,{}0] < [3,{}0,{}0]}. Error: if \\spad{k} is negative or too big. Note: counting of subtrees is done by \\spadfunFrom{numberOfImproperPartitions}{SymmetricGroupCombinatoricFunctions}.")) (|subSet| (((|List| (|Integer|)) (|Integer|) (|Integer|) (|Integer|)) "\\spad{subSet(n,{}m,{}k)} calculates the {\\em k}\\spad{-}th {\\em m}-subset of the set {\\em 0,{}1,{}...,{}(n-1)} in the lexicographic order considered as a decreasing map from {\\em 0,{}...,{}(m-1)} into {\\em 0,{}...,{}(n-1)}. See \\spad{S}.\\spad{G}. Williamson: Theorem 1.60. Error: if not {\\em (0 <= m <= n and 0 < = k < (n choose m))}.")) (|numberOfImproperPartitions| (((|Integer|) (|Integer|) (|Integer|)) "\\spad{numberOfImproperPartitions(n,{}m)} computes the number of partitions of the nonnegative integer \\spad{n} in \\spad{m} nonnegative parts with regarding the order (improper partitions). Example: {\\em numberOfImproperPartitions (3,{}3)} is 10,{} since {\\em [0,{}0,{}3],{} [0,{}1,{}2],{} [0,{}2,{}1],{} [0,{}3,{}0],{} [1,{}0,{}2],{} [1,{}1,{}1],{} [1,{}2,{}0],{} [2,{}0,{}1],{} [2,{}1,{}0],{} [3,{}0,{}0]} are the possibilities. Note: this operation has a recursive implementation.")) (|nextPartition| (((|Vector| (|Integer|)) (|List| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,{}part,{}number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. the first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.") (((|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Vector| (|Integer|)) (|Integer|)) "\\spad{nextPartition(gamma,{}part,{}number)} generates the partition of {\\em number} which follows {\\em part} according to the right-to-left lexicographical order. The partition has the property that its components do not exceed the corresponding components of {\\em gamma}. The first partition is achieved by {\\em part=[]}. Also,{} {\\em []} indicates that {\\em part} is the last partition.")) (|nextLatticePermutation| (((|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Boolean|)) "\\spad{nextLatticePermutation(lambda,{}lattP,{}constructNotFirst)} generates the lattice permutation according to the proper partition {\\em lambda} succeeding the lattice permutation {\\em lattP} in lexicographical order as long as {\\em constructNotFirst} is \\spad{true}. If {\\em constructNotFirst} is \\spad{false},{} the first lattice permutation is returned. The result {\\em nil} indicates that {\\em lattP} has no successor.")) (|nextColeman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{nextColeman(alpha,{}beta,{}C)} generates the next Coleman matrix of column sums {\\em alpha} and row sums {\\em beta} according to the lexicographical order from bottom-to-top. The first Coleman matrix is achieved by {\\em C=new(1,{}1,{}0)}. Also,{} {\\em new(1,{}1,{}0)} indicates that \\spad{C} is the last Coleman matrix.")) (|makeYoungTableau| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{makeYoungTableau(lambda,{}gitter)} computes for a given lattice permutation {\\em gitter} and for an improper partition {\\em lambda} the corresponding standard tableau of shape {\\em lambda}. Notes: see {\\em listYoungTableaus}. The entries are from {\\em 0,{}...,{}n-1}.")) (|listYoungTableaus| (((|List| (|Matrix| (|Integer|))) (|List| (|Integer|))) "\\spad{listYoungTableaus(lambda)} where {\\em lambda} is a proper partition generates the list of all standard tableaus of shape {\\em lambda} by means of lattice permutations. The numbers of the lattice permutation are interpreted as column labels. Hence the contents of these lattice permutations are the conjugate of {\\em lambda}. Notes: the functions {\\em nextLatticePermutation} and {\\em makeYoungTableau} are used. The entries are from {\\em 0,{}...,{}n-1}.")) (|inverseColeman| (((|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|Matrix| (|Integer|))) "\\spad{inverseColeman(alpha,{}beta,{}C)}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For such a matrix \\spad{C},{} inverseColeman(\\spad{alpha},{}\\spad{beta},{}\\spad{C}) calculates the lexicographical smallest {\\em \\spad{pi}} in the corresponding double coset. Note: the resulting permutation {\\em \\spad{pi}} of {\\em {1,{}2,{}...,{}n}} is given in list form. Notes: the inverse of this map is {\\em coleman}. For details,{} see James/Kerber.")) (|coleman| (((|Matrix| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|)) (|List| (|Integer|))) "\\spad{coleman(alpha,{}beta,{}\\spad{pi})}: there is a bijection from the set of matrices having nonnegative entries and row sums {\\em alpha},{} column sums {\\em beta} to the set of {\\em Salpha - Sbeta} double cosets of the symmetric group {\\em Sn}. ({\\em Salpha} is the Young subgroup corresponding to the improper partition {\\em alpha}). For a representing element {\\em \\spad{pi}} of such a double coset,{} coleman(\\spad{alpha},{}\\spad{beta},{}\\spad{pi}) generates the Coleman-matrix corresponding to {\\em alpha,{} beta,{} \\spad{pi}}. Note: The permutation {\\em \\spad{pi}} of {\\em {1,{}2,{}...,{}n}} has to be given in list form. Note: the inverse of this map is {\\em inverseColeman} (if {\\em \\spad{pi}} is the lexicographical smallest permutation in the coset). For details see James/Kerber.")))
NIL
NIL
-(-1031 S)
+(-1033 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.")) (** (($ $ (|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
-(-1032)
+(-1034)
((|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.")) (** (($ $ (|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
-(-1033 |dimtot| |dim1| S)
+(-1035 |dimtot| |dim1| S)
((|constructor| (NIL "\\indented{2}{This type represents the finite direct or cartesian product of an} underlying ordered component type. The vectors are ordered as if they were split into two blocks. The dim1 parameter specifies the length of the first block. The ordering is lexicographic between the blocks but acts like \\spadtype{HomogeneousDirectProduct} within each block. This type is a suitable third argument for \\spadtype{GeneralDistributedMultivariatePolynomial}.")))
-((-4253 |has| |#3| (-977)) (-4254 |has| |#3| (-977)) (-4256 |has| |#3| (-6 -4256)) ((-4261 "*") |has| |#3| (-160)) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-787))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))))) (-2067 (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-1020)))) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-977)))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (|HasCategory| |#3| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#3| (QUOTE (-341))) (-2067 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-977)))) (-2067 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-341)))) (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (QUOTE (-735))) (-2067 (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (QUOTE (-787)))) (|HasCategory| |#3| (QUOTE (-787))) (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (QUOTE (-160))) (-2067 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-977)))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (QUOTE (-787))) (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (QUOTE (-1020)))) (-2067 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-977)))) (-2067 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-977)))) (-2067 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (QUOTE (-977)))) (-2067 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-977)))) (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-126)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-160)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-213)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-341)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-346)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-669)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-735)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-787)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-977)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-1020))))) (-2067 (-12 (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-160))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-341))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-669))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-735))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-787))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525)))))) (|HasCategory| (-525) (QUOTE (-789))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#3| (QUOTE (-213))) (|HasCategory| |#3| (QUOTE (-977)))) (-12 (|HasCategory| |#3| (QUOTE (-977))) (|HasCategory| |#3| (LIST (QUOTE -835) (QUOTE (-1092))))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525))))) (-2067 (|HasCategory| |#3| (QUOTE (-977))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -968) (QUOTE (-525)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#3| (QUOTE (-1020)))) (|HasAttribute| |#3| (QUOTE -4256)) (|HasCategory| |#3| (QUOTE (-126))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1020))) (|HasCategory| |#3| (LIST (QUOTE -288) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1034 R |x|)
+((-4255 |has| |#3| (-979)) (-4256 |has| |#3| (-979)) (-4258 |has| |#3| (-6 -4258)) ((-4263 "*") |has| |#3| (-162)) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-789))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))))) (-2027 (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-1022)))) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-979)))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (|HasCategory| |#3| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#3| (QUOTE (-343))) (-2027 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-979)))) (-2027 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-343)))) (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (QUOTE (-737))) (-2027 (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (QUOTE (-789)))) (|HasCategory| |#3| (QUOTE (-789))) (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (QUOTE (-162))) (-2027 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-979)))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (QUOTE (-789))) (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (QUOTE (-1022)))) (-2027 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-979)))) (-2027 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-979)))) (-2027 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (QUOTE (-979)))) (-2027 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-979)))) (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-25)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-128)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-162)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-215)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-343)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-348)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-671)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-737)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-789)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-979)))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-1022))))) (-2027 (-12 (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-25))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-162))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-343))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-671))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-737))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-789))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527)))))) (|HasCategory| (-527) (QUOTE (-791))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#3| (QUOTE (-215))) (|HasCategory| |#3| (QUOTE (-979)))) (-12 (|HasCategory| |#3| (QUOTE (-979))) (|HasCategory| |#3| (LIST (QUOTE -837) (QUOTE (-1094))))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527))))) (-2027 (|HasCategory| |#3| (QUOTE (-979))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -970) (QUOTE (-527)))))) (-12 (|HasCategory| |#3| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#3| (QUOTE (-1022)))) (|HasAttribute| |#3| (QUOTE -4258)) (|HasCategory| |#3| (QUOTE (-128))) (|HasCategory| |#3| (QUOTE (-25))) (-12 (|HasCategory| |#3| (QUOTE (-1022))) (|HasCategory| |#3| (LIST (QUOTE -290) (|devaluate| |#3|)))) (|HasCategory| |#3| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1036 R |x|)
((|constructor| (NIL "This package produces functions for counting etc. real roots of univariate polynomials in \\spad{x} over \\spad{R},{} which must be an OrderedIntegralDomain")) (|countRealRootsMultiple| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{countRealRootsMultiple(p)} says how many real roots \\spad{p} has,{} counted with multiplicity")) (|SturmHabichtMultiple| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtMultiple(p1,{}p2)} computes \\spad{c_}{+}\\spad{-c_}{-} where \\spad{c_}{+} is the number of real roots of \\spad{p1} with p2>0 and \\spad{c_}{-} is the number of real roots of \\spad{p1} with p2<0. If p2=1 what you get is the number of real roots of \\spad{p1}.")) (|countRealRoots| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{countRealRoots(p)} says how many real roots \\spad{p} has")) (|SturmHabicht| (((|Integer|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabicht(p1,{}p2)} computes \\spad{c_}{+}\\spad{-c_}{-} where \\spad{c_}{+} is the number of real roots of \\spad{p1} with p2>0 and \\spad{c_}{-} is the number of real roots of \\spad{p1} with p2<0. If p2=1 what you get is the number of real roots of \\spad{p1}.")) (|SturmHabichtCoefficients| (((|List| |#1|) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtCoefficients(p1,{}p2)} computes the principal Sturm-Habicht coefficients of \\spad{p1} and \\spad{p2}")) (|SturmHabichtSequence| (((|List| (|UnivariatePolynomial| |#2| |#1|)) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{SturmHabichtSequence(p1,{}p2)} computes the Sturm-Habicht sequence of \\spad{p1} and \\spad{p2}")) (|subresultantSequence| (((|List| (|UnivariatePolynomial| |#2| |#1|)) (|UnivariatePolynomial| |#2| |#1|) (|UnivariatePolynomial| |#2| |#1|)) "\\spad{subresultantSequence(p1,{}p2)} computes the (standard) subresultant sequence of \\spad{p1} and \\spad{p2}")))
NIL
-((|HasCategory| |#1| (QUOTE (-429))))
-(-1035 R -1834)
+((|HasCategory| |#1| (QUOTE (-431))))
+(-1037 R -1819)
((|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
-(-1036 R)
+(-1038 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
-(-1037)
+(-1039)
((|constructor| (NIL "This is the datatype for operation signatures as used by the compiler and the interpreter. See also: ConstructorCall,{} Domain.")) (|source| (((|List| (|ConstructorCall|)) $) "\\spad{source(s)} returns the list of parameter types of \\spad{`s'}.")) (|target| (((|ConstructorCall|) $) "\\spad{target(s)} returns the target type of the signature \\spad{`s'}.")))
NIL
NIL
-(-1038)
+(-1040)
((|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
-(-1039)
+(-1041)
((|constructor| (NIL "SingleInteger is intended to support machine integer arithmetic.")) (|Or| (($ $ $) "\\spad{Or(n,{}m)} returns the bit-by-bit logical {\\em or} of the single integers \\spad{n} and \\spad{m}.")) (|And| (($ $ $) "\\spad{And(n,{}m)} returns the bit-by-bit logical {\\em and} of the single integers \\spad{n} and \\spad{m}.")) (|Not| (($ $) "\\spad{Not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|xor| (($ $ $) "\\spad{xor(n,{}m)} returns the bit-by-bit logical {\\em xor} of the single integers \\spad{n} and \\spad{m}.")) (|\\/| (($ $ $) "\\spad{n} \\spad{\\/} \\spad{m} returns the bit-by-bit logical {\\em or} of the single integers \\spad{n} and \\spad{m}.")) (|/\\| (($ $ $) "\\spad{n} \\spad{/\\} \\spad{m} returns the bit-by-bit logical {\\em and} of the single integers \\spad{n} and \\spad{m}.")) (~ (($ $) "\\spad{~ n} returns the bit-by-bit logical {\\em not } of the single integer \\spad{n}.")) (|not| (($ $) "\\spad{not(n)} returns the bit-by-bit logical {\\em not} of the single integer \\spad{n}.")) (|min| (($) "\\spad{min()} returns the smallest single integer.")) (|max| (($) "\\spad{max()} returns the largest single integer.")) (|noetherian| ((|attribute|) "\\spad{noetherian} all ideals are finitely generated (in fact principal).")) (|canonicalsClosed| ((|attribute|) "\\spad{canonicalClosed} means two positives multiply to give positive.")) (|canonical| ((|attribute|) "\\spad{canonical} means that mathematical equality is implied by data structure equality.")))
-((-4247 . T) (-4251 . T) (-4246 . T) (-4257 . T) (-4258 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4249 . T) (-4253 . T) (-4248 . T) (-4259 . T) (-4260 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1040 S)
+(-1042 S)
((|constructor| (NIL "A stack is a bag where the last item inserted is the first item extracted.")) (|depth| (((|NonNegativeInteger|) $) "\\spad{depth(s)} returns the number of elements of stack \\spad{s}. Note: \\axiom{depth(\\spad{s}) = \\spad{#s}}.")) (|top| ((|#1| $) "\\spad{top(s)} returns the top element \\spad{x} from \\spad{s}; \\spad{s} remains unchanged. Note: Use \\axiom{pop!(\\spad{s})} to obtain \\spad{x} and remove it from \\spad{s}.")) (|pop!| ((|#1| $) "\\spad{pop!(s)} returns the top element \\spad{x},{} destructively removing \\spad{x} from \\spad{s}. Note: Use \\axiom{top(\\spad{s})} to obtain \\spad{x} without removing it from \\spad{s}. Error: if \\spad{s} is empty.")) (|push!| ((|#1| |#1| $) "\\spad{push!(x,{}s)} pushes \\spad{x} onto stack \\spad{s},{} \\spadignore{i.e.} destructively changing \\spad{s} so as to have a new first (top) element \\spad{x}. Afterwards,{} pop!(\\spad{s}) produces \\spad{x} and pop!(\\spad{s}) produces the original \\spad{s}.")))
-((-4259 . T) (-4260 . T) (-1456 . T))
+((-4261 . T) (-4262 . T) (-1442 . T))
NIL
-(-1041 S |ndim| R |Row| |Col|)
+(-1043 S |ndim| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{SquareMatrixCategory} is a general square matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if the matrix is not invertible.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m},{} if that matrix is invertible and returns \"failed\" otherwise.")) (|minordet| ((|#3| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors.")) (|determinant| ((|#3| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}.")) (* ((|#4| |#4| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#5| $ |#5|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.")) (|diagonalProduct| ((|#3| $) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}.")) (|trace| ((|#3| $) "\\spad{trace(m)} returns the trace of the matrix \\spad{m}. this is the sum of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonal| ((|#4| $) "\\spad{diagonal(m)} returns a row consisting of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonalMatrix| (($ (|List| |#3|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ |#3|) "\\spad{scalarMatrix(r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")))
NIL
-((|HasCategory| |#3| (QUOTE (-341))) (|HasAttribute| |#3| (QUOTE (-4261 "*"))) (|HasCategory| |#3| (QUOTE (-160))))
-(-1042 |ndim| R |Row| |Col|)
+((|HasCategory| |#3| (QUOTE (-343))) (|HasAttribute| |#3| (QUOTE (-4263 "*"))) (|HasCategory| |#3| (QUOTE (-162))))
+(-1044 |ndim| R |Row| |Col|)
((|constructor| (NIL "\\spadtype{SquareMatrixCategory} is a general square matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and colums returned as objects of type Col.")) (** (($ $ (|Integer|)) "\\spad{m**n} computes an integral power of the matrix \\spad{m}. Error: if the matrix is not invertible.")) (|inverse| (((|Union| $ "failed") $) "\\spad{inverse(m)} returns the inverse of the matrix \\spad{m},{} if that matrix is invertible and returns \"failed\" otherwise.")) (|minordet| ((|#2| $) "\\spad{minordet(m)} computes the determinant of the matrix \\spad{m} using minors.")) (|determinant| ((|#2| $) "\\spad{determinant(m)} returns the determinant of the matrix \\spad{m}.")) (* ((|#3| |#3| $) "\\spad{r * x} is the product of the row vector \\spad{r} and the matrix \\spad{x}. Error: if the dimensions are incompatible.") ((|#4| $ |#4|) "\\spad{x * c} is the product of the matrix \\spad{x} and the column vector \\spad{c}. Error: if the dimensions are incompatible.")) (|diagonalProduct| ((|#2| $) "\\spad{diagonalProduct(m)} returns the product of the elements on the diagonal of the matrix \\spad{m}.")) (|trace| ((|#2| $) "\\spad{trace(m)} returns the trace of the matrix \\spad{m}. this is the sum of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonal| ((|#3| $) "\\spad{diagonal(m)} returns a row consisting of the elements on the diagonal of the matrix \\spad{m}.")) (|diagonalMatrix| (($ (|List| |#2|)) "\\spad{diagonalMatrix(l)} returns a diagonal matrix with the elements of \\spad{l} on the diagonal.")) (|scalarMatrix| (($ |#2|) "\\spad{scalarMatrix(r)} returns an \\spad{n}-by-\\spad{n} matrix with \\spad{r}\\spad{'s} on the diagonal and zeroes elsewhere.")))
-((-1456 . T) (-4259 . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-1442 . T) (-4261 . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1043 R |Row| |Col| M)
+(-1045 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
-(-1044 R |VarSet|)
+(-1046 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.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-1045 |Coef| |Var| SMP)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-1047 |Coef| |Var| SMP)
((|constructor| (NIL "This domain provides multivariate Taylor series with variables from an arbitrary ordered set. A Taylor series is represented by a stream of polynomials from the polynomial domain \\spad{SMP}. The \\spad{n}th element of the stream is a form of degree \\spad{n}. SMTS is an internal domain.")) (|fintegrate| (($ (|Mapping| $) |#2| |#1|) "\\spad{fintegrate(f,{}v,{}c)} is the integral of \\spad{f()} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.} \\indented{1}{The evaluation of \\spad{f()} is delayed.}")) (|integrate| (($ $ |#2| |#1|) "\\spad{integrate(s,{}v,{}c)} is the integral of \\spad{s} with respect \\indented{1}{to \\spad{v} and having \\spad{c} as the constant of integration.}")) (|csubst| (((|Mapping| (|Stream| |#3|) |#3|) (|List| |#2|) (|List| (|Stream| |#3|))) "\\spad{csubst(a,{}b)} is for internal use only")) (* (($ |#3| $) "\\spad{smp*ts} multiplies a TaylorSeries by a monomial \\spad{SMP}.")) (|coerce| (($ |#3|) "\\spad{coerce(poly)} regroups the terms by total degree and forms a series.") (($ |#2|) "\\spad{coerce(var)} converts a variable to a Taylor series")) (|coefficient| ((|#3| $ (|NonNegativeInteger|)) "\\spad{coefficient(s,{} n)} gives the terms of total degree \\spad{n}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-341))))
-(-1046 R E V P)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-343))))
+(-1048 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}")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-1047 UP -1834)
+(-1049 UP -1819)
((|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
-(-1048 R)
+(-1050 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
-(-1049 R)
+(-1051 R)
((|constructor| (NIL "This package finds the function func3 where func1 and func2 \\indented{1}{are given and\\space{2}func1 = func3(func2) .\\space{2}If there is no solution then} \\indented{1}{function func1 will be returned.} \\indented{1}{An example would be\\space{2}\\spad{func1:= 8*X**3+32*X**2-14*X ::EXPR INT} and} \\indented{1}{\\spad{func2:=2*X ::EXPR INT} convert them via univariate} \\indented{1}{to FRAC SUP EXPR INT and then the solution is \\spad{func3:=X**3+X**2-X}} \\indented{1}{of type FRAC SUP EXPR INT}")) (|unvectorise| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Vector| (|Expression| |#1|)) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Integer|)) "\\spad{unvectorise(vect,{} var,{} n)} returns \\spad{vect(1) + vect(2)*var + ... + vect(n+1)*var**(n)} where \\spad{vect} is the vector of the coefficients of the polynomail ,{} \\spad{var} the new variable and \\spad{n} the degree.")) (|decomposeFunc| (((|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|))) (|Fraction| (|SparseUnivariatePolynomial| (|Expression| |#1|)))) "\\spad{decomposeFunc(func1,{} func2,{} newvar)} returns a function func3 where \\spad{func1} = func3(\\spad{func2}) and expresses it in the new variable newvar. If there is no solution then \\spad{func1} will be returned.")))
NIL
NIL
-(-1050 R)
+(-1052 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
-(-1051 S A)
+(-1053 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 (-789))))
-(-1052 R)
+((|HasCategory| |#1| (QUOTE (-791))))
+(-1054 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
-(-1053 R)
+(-1055 R)
((|constructor| (NIL "The category ThreeSpaceCategory is used for creating three dimensional objects using functions for defining points,{} curves,{} polygons,{} constructs and the subspaces containing them.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(s)} returns the \\spadtype{ThreeSpace} \\spad{s} to Output format.")) (|subspace| (((|SubSpace| 3 |#1|) $) "\\spad{subspace(s)} returns the \\spadtype{SubSpace} which holds all the point information in the \\spadtype{ThreeSpace},{} \\spad{s}.")) (|check| (($ $) "\\spad{check(s)} returns lllpt,{} list of lists of lists of point information about the \\spadtype{ThreeSpace} \\spad{s}.")) (|objects| (((|Record| (|:| |points| (|NonNegativeInteger|)) (|:| |curves| (|NonNegativeInteger|)) (|:| |polygons| (|NonNegativeInteger|)) (|:| |constructs| (|NonNegativeInteger|))) $) "\\spad{objects(s)} returns the \\spadtype{ThreeSpace},{} \\spad{s},{} in the form of a 3D object record containing information on the number of points,{} curves,{} polygons and constructs comprising the \\spadtype{ThreeSpace}..")) (|lprop| (((|List| (|SubSpaceComponentProperty|)) $) "\\spad{lprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of subspace component properties,{} and if so,{} returns the list; An error is signaled otherwise.")) (|llprop| (((|List| (|List| (|SubSpaceComponentProperty|))) $) "\\spad{llprop(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of curves which are lists of the subspace component properties of the curves,{} and if so,{} returns the list of lists; An error is signaled otherwise.")) (|lllp| (((|List| (|List| (|List| (|Point| |#1|)))) $) "\\spad{lllp(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lllip| (((|List| (|List| (|List| (|NonNegativeInteger|)))) $) "\\spad{lllip(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a list of components,{} which are lists of curves,{} which are lists of indices to points,{} and if so,{} returns the list of lists of lists; An error is signaled otherwise.")) (|lp| (((|List| (|Point| |#1|)) $) "\\spad{lp(s)} returns the list of points component which the \\spadtype{ThreeSpace},{} \\spad{s},{} contains; these points are used by reference,{} \\spadignore{i.e.} the component holds indices referring to the points rather than the points themselves. This allows for sharing of the points.")) (|mesh?| (((|Boolean|) $) "\\spad{mesh?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} is composed of one component,{} a mesh comprising a list of curves which are lists of points,{} or returns \\spad{false} if otherwise")) (|mesh| (((|List| (|List| (|Point| |#1|))) $) "\\spad{mesh(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single surface component defined by a list curves which contain lists of points,{} and if so,{} returns the list of lists of points; An error is signaled otherwise.") (($ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh([[p0],{}[p1],{}...,{}[pn]],{} close1,{} close2)} creates a surface defined over a list of curves,{} \\spad{p0} through \\spad{pn},{} which are lists of points; the booleans \\spad{close1} and close2 indicate how the surface is to be closed: \\spad{close1} set to \\spad{true} means that each individual list (a curve) is to be closed (that is,{} the last point of the list is to be connected to the first point); close2 set to \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)); the \\spadtype{ThreeSpace} containing this surface is returned.") (($ (|List| (|List| (|Point| |#1|)))) "\\spad{mesh([[p0],{}[p1],{}...,{}[pn]])} creates a surface defined by a list of curves which are lists,{} \\spad{p0} through \\spad{pn},{} of points,{} and returns a \\spadtype{ThreeSpace} whose component is the surface.") (($ $ (|List| (|List| (|List| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,{}[ [[r10]...,{}[r1m]],{} [[r20]...,{}[r2m]],{}...,{} [[rn0]...,{}[rnm]] ],{} close1,{} close2)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size \\spad{WxH} where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; the booleans \\spad{close1} and close2 indicate how the surface is to be closed: if \\spad{close1} is \\spad{true} this means that each individual list (a curve) is to be closed (\\spadignore{i.e.} the last point of the list is to be connected to the first point); if close2 is \\spad{true},{} this means that the boundary at one end of the surface is to be connected to the boundary at the other end (the boundaries are defined as the first list of points (curve) and the last list of points (curve)).") (($ $ (|List| (|List| (|Point| |#1|))) (|Boolean|) (|Boolean|)) "\\spad{mesh(s,{}[[p0],{}[p1],{}...,{}[pn]],{} close1,{} close2)} adds a surface component to the \\spadtype{ThreeSpace},{} which is defined over a list of curves,{} in which each of these curves is a list of points. The boolean arguments \\spad{close1} and close2 indicate how the surface is to be closed. Argument \\spad{close1} equal \\spad{true} means that each individual list (a curve) is to be closed,{} \\spadignore{i.e.} the last point of the list is to be connected to the first point. Argument close2 equal \\spad{true} means that the boundary at one end of the surface is to be connected to the boundary at the other end,{} \\spadignore{i.e.} the boundaries are defined as the first list of points (curve) and the last list of points (curve).") (($ $ (|List| (|List| (|List| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,{}[ [[r10]...,{}[r1m]],{} [[r20]...,{}[r2m]],{}...,{} [[rn0]...,{}[rnm]] ],{} [props],{} prop)} adds a surface component to the \\spadtype{ThreeSpace} \\spad{s},{} which is defined over a rectangular domain of size \\spad{WxH} where \\spad{W} is the number of lists of points from the domain \\spad{PointDomain(R)} and \\spad{H} is the number of elements in each of those lists; lprops is the list of the subspace component properties for each curve list,{} and prop is the subspace component property by which the points are defined.") (($ $ (|List| (|List| (|Point| |#1|))) (|List| (|SubSpaceComponentProperty|)) (|SubSpaceComponentProperty|)) "\\spad{mesh(s,{}[[p0],{}[p1],{}...,{}[pn]],{}[props],{}prop)} adds a surface component,{} defined over a list curves which contains lists of points,{} to the \\spadtype{ThreeSpace} \\spad{s}; props is a list which contains the subspace component properties for each surface parameter,{} and \\spad{prop} is the subspace component property by which the points are defined.")) (|polygon?| (((|Boolean|) $) "\\spad{polygon?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single polygon component,{} or \\spad{false} otherwise.")) (|polygon| (((|List| (|Point| |#1|)) $) "\\spad{polygon(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single polygon component defined by a list of points,{} and if so,{} returns the list of points; An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{polygon([p0,{}p1,{}...,{}pn])} creates a polygon defined by a list of points,{} \\spad{p0} through \\spad{pn},{} and returns a \\spadtype{ThreeSpace} whose component is the polygon.") (($ $ (|List| (|List| |#1|))) "\\spad{polygon(s,{}[[r0],{}[r1],{}...,{}[rn]])} adds a polygon component defined by a list of points \\spad{r0} through \\spad{rn},{} which are lists of elements from the domain \\spad{PointDomain(m,{}R)} to the \\spadtype{ThreeSpace} \\spad{s},{} where \\spad{m} is the dimension of the points and \\spad{R} is the \\spadtype{Ring} over which the points are defined.") (($ $ (|List| (|Point| |#1|))) "\\spad{polygon(s,{}[p0,{}p1,{}...,{}pn])} adds a polygon component defined by a list of points,{} \\spad{p0} throught \\spad{pn},{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|closedCurve?| (((|Boolean|) $) "\\spad{closedCurve?(s)} returns \\spad{true} if the \\spadtype{ThreeSpace} \\spad{s} contains a single closed curve component,{} \\spadignore{i.e.} the first element of the curve is also the last element,{} or \\spad{false} otherwise.")) (|closedCurve| (((|List| (|Point| |#1|)) $) "\\spad{closedCurve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single closed curve component defined by a list of points in which the first point is also the last point,{} all of which are from the domain \\spad{PointDomain(m,{}R)} and if so,{} returns the list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{closedCurve(lp)} sets a list of points defined by the first element of \\spad{lp} through the last element of \\spad{lp} and back to the first elelment again and returns a \\spadtype{ThreeSpace} whose component is the closed curve defined by \\spad{lp}.") (($ $ (|List| (|List| |#1|))) "\\spad{closedCurve(s,{}[[lr0],{}[lr1],{}...,{}[lrn],{}[lr0]])} adds a closed curve component defined by a list of points \\spad{lr0} through \\spad{lrn},{} which are lists of elements from the domain \\spad{PointDomain(m,{}R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} in which the last element of the list of points contains a copy of the first element list,{} \\spad{lr0}. The closed curve is added to the \\spadtype{ThreeSpace},{} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{closedCurve(s,{}[p0,{}p1,{}...,{}pn,{}p0])} adds a closed curve component which is a list of points defined by the first element \\spad{p0} through the last element \\spad{pn} and back to the first element \\spad{p0} again,{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|curve?| (((|Boolean|) $) "\\spad{curve?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is a curve,{} \\spadignore{i.e.} has one component,{} a list of list of points,{} and returns \\spad{true} if it is,{} or \\spad{false} otherwise.")) (|curve| (((|List| (|Point| |#1|)) $) "\\spad{curve(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single curve defined by a list of points and if so,{} returns the curve,{} \\spadignore{i.e.} list of points. An error is signaled otherwise.") (($ (|List| (|Point| |#1|))) "\\spad{curve([p0,{}p1,{}p2,{}...,{}pn])} creates a space curve defined by the list of points \\spad{p0} through \\spad{pn},{} and returns the \\spadtype{ThreeSpace} whose component is the curve.") (($ $ (|List| (|List| |#1|))) "\\spad{curve(s,{}[[p0],{}[p1],{}...,{}[pn]])} adds a space curve which is a list of points \\spad{p0} through \\spad{pn} defined by lists of elements from the domain \\spad{PointDomain(m,{}R)},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined and \\spad{m} is the dimension of the points,{} to the \\spadtype{ThreeSpace} \\spad{s}.") (($ $ (|List| (|Point| |#1|))) "\\spad{curve(s,{}[p0,{}p1,{}...,{}pn])} adds a space curve component defined by a list of points \\spad{p0} through \\spad{pn},{} to the \\spadtype{ThreeSpace} \\spad{s}.")) (|point?| (((|Boolean|) $) "\\spad{point?(s)} queries whether the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of a single component which is a point and returns the boolean result.")) (|point| (((|Point| |#1|) $) "\\spad{point(s)} checks to see if the \\spadtype{ThreeSpace},{} \\spad{s},{} is composed of only a single point and if so,{} returns the point. An error is signaled otherwise.") (($ (|Point| |#1|)) "\\spad{point(p)} returns a \\spadtype{ThreeSpace} object which is composed of one component,{} the point \\spad{p}.") (($ $ (|NonNegativeInteger|)) "\\spad{point(s,{}i)} adds a point component which is placed into a component list of the \\spadtype{ThreeSpace},{} \\spad{s},{} at the index given by \\spad{i}.") (($ $ (|List| |#1|)) "\\spad{point(s,{}[x,{}y,{}z])} adds a point component defined by a list of elements which are from the \\spad{PointDomain(R)} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point elements are defined.") (($ $ (|Point| |#1|)) "\\spad{point(s,{}p)} adds a point component defined by the point,{} \\spad{p},{} specified as a list from \\spad{List(R)},{} to the \\spadtype{ThreeSpace},{} \\spad{s},{} where \\spad{R} is the \\spadtype{Ring} over which the point is defined.")) (|modifyPointData| (($ $ (|NonNegativeInteger|) (|Point| |#1|)) "\\spad{modifyPointData(s,{}i,{}p)} changes the point at the indexed location \\spad{i} in the \\spadtype{ThreeSpace},{} \\spad{s},{} to that of point \\spad{p}. This is useful for making changes to a point which has been transformed.")) (|enterPointData| (((|NonNegativeInteger|) $ (|List| (|Point| |#1|))) "\\spad{enterPointData(s,{}[p0,{}p1,{}...,{}pn])} adds a list of points from \\spad{p0} through \\spad{pn} to the \\spadtype{ThreeSpace},{} \\spad{s},{} and returns the index,{} to the starting point of the list.")) (|copy| (($ $) "\\spad{copy(s)} returns a new \\spadtype{ThreeSpace} that is an exact copy of \\spad{s}.")) (|composites| (((|List| $) $) "\\spad{composites(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single composite of \\spad{s}. If \\spad{s} has no composites defined (composites need to be explicitly created),{} the list returned is empty. Note that not all the components need to be part of a composite.")) (|components| (((|List| $) $) "\\spad{components(s)} takes the \\spadtype{ThreeSpace} \\spad{s},{} and creates a list containing a unique \\spadtype{ThreeSpace} for each single component of \\spad{s}. If \\spad{s} has no components defined,{} the list returned is empty.")) (|composite| (($ (|List| $)) "\\spad{composite([s1,{}s2,{}...,{}sn])} will create a new \\spadtype{ThreeSpace} that is a union of all the components from each \\spadtype{ThreeSpace} in the parameter list,{} grouped as a composite.")) (|merge| (($ $ $) "\\spad{merge(s1,{}s2)} will create a new \\spadtype{ThreeSpace} that has the components of \\spad{s1} and \\spad{s2}; Groupings of components into composites are maintained.") (($ (|List| $)) "\\spad{merge([s1,{}s2,{}...,{}sn])} will create a new \\spadtype{ThreeSpace} that has the components of all the ones in the list; Groupings of components into composites are maintained.")) (|numberOfComposites| (((|NonNegativeInteger|) $) "\\spad{numberOfComposites(s)} returns the number of supercomponents,{} or composites,{} in the \\spadtype{ThreeSpace},{} \\spad{s}; Composites are arbitrary groupings of otherwise distinct and unrelated components; A \\spadtype{ThreeSpace} need not have any composites defined at all and,{} outside of the requirement that no component can belong to more than one composite at a time,{} the definition and interpretation of composites are unrestricted.")) (|numberOfComponents| (((|NonNegativeInteger|) $) "\\spad{numberOfComponents(s)} returns the number of distinct object components in the indicated \\spadtype{ThreeSpace},{} \\spad{s},{} such as points,{} curves,{} polygons,{} and constructs.")) (|create3Space| (($ (|SubSpace| 3 |#1|)) "\\spad{create3Space(s)} creates a \\spadtype{ThreeSpace} object containing objects pre-defined within some \\spadtype{SubSpace} \\spad{s}.") (($) "\\spad{create3Space()} creates a \\spadtype{ThreeSpace} object capable of holding point,{} curve,{} mesh components and any combination.")))
NIL
NIL
-(-1054)
+(-1056)
((|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
-(-1055)
+(-1057)
((|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
-(-1056)
+(-1058)
((|constructor| (NIL "Category for the other special functions.")) (|airyBi| (($ $) "\\spad{airyBi(x)} is the Airy function \\spad{\\spad{Bi}(x)}.")) (|airyAi| (($ $) "\\spad{airyAi(x)} is the Airy function \\spad{\\spad{Ai}(x)}.")) (|besselK| (($ $ $) "\\spad{besselK(v,{}z)} is the modified Bessel function of the second kind.")) (|besselI| (($ $ $) "\\spad{besselI(v,{}z)} is the modified Bessel function of the first kind.")) (|besselY| (($ $ $) "\\spad{besselY(v,{}z)} is the Bessel function of the second kind.")) (|besselJ| (($ $ $) "\\spad{besselJ(v,{}z)} is the Bessel function of the first kind.")) (|polygamma| (($ $ $) "\\spad{polygamma(k,{}x)} is the \\spad{k-th} derivative of \\spad{digamma(x)},{} (often written \\spad{psi(k,{}x)} in the literature).")) (|digamma| (($ $) "\\spad{digamma(x)} is the logarithmic derivative of \\spad{Gamma(x)} (often written \\spad{psi(x)} in the literature).")) (|Beta| (($ $ $) "\\spad{Beta(x,{}y)} is \\spad{Gamma(x) * Gamma(y)/Gamma(x+y)}.")) (|Gamma| (($ $ $) "\\spad{Gamma(a,{}x)} is the incomplete Gamma function.") (($ $) "\\spad{Gamma(x)} is the Euler Gamma function.")) (|abs| (($ $) "\\spad{abs(x)} returns the absolute value of \\spad{x}.")))
NIL
NIL
-(-1057 V C)
+(-1059 V C)
((|constructor| (NIL "This domain exports a modest implementation for the vertices of splitting trees. These vertices are called here splitting nodes. Every of these nodes store 3 informations. The first one is its value,{} that is the current expression to evaluate. The second one is its condition,{} that is the hypothesis under which the value has to be evaluated. The last one is its status,{} that is a boolean flag which is \\spad{true} iff the value is the result of its evaluation under its condition. Two splitting vertices are equal iff they have the sane values and the same conditions (so their status do not matter).")) (|subNode?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{subNode?(\\spad{n1},{}\\spad{n2},{}o2)} returns \\spad{true} iff \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{o2(condition(\\spad{n1}),{}condition(\\spad{n2}))}")) (|infLex?| (((|Boolean|) $ $ (|Mapping| (|Boolean|) |#1| |#1|) (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{infLex?(\\spad{n1},{}\\spad{n2},{}o1,{}o2)} returns \\spad{true} iff \\axiom{o1(value(\\spad{n1}),{}value(\\spad{n2}))} or \\axiom{value(\\spad{n1}) = value(\\spad{n2})} and \\axiom{o2(condition(\\spad{n1}),{}condition(\\spad{n2}))}.")) (|setEmpty!| (($ $) "\\axiom{setEmpty!(\\spad{n})} replaces \\spad{n} by \\axiom{empty()\\$\\%}.")) (|setStatus!| (($ $ (|Boolean|)) "\\axiom{setStatus!(\\spad{n},{}\\spad{b})} returns \\spad{n} whose status has been replaced by \\spad{b} if it is not empty,{} else an error is produced.")) (|setCondition!| (($ $ |#2|) "\\axiom{setCondition!(\\spad{n},{}\\spad{t})} returns \\spad{n} whose condition has been replaced by \\spad{t} if it is not empty,{} else an error is produced.")) (|setValue!| (($ $ |#1|) "\\axiom{setValue!(\\spad{n},{}\\spad{v})} returns \\spad{n} whose value has been replaced by \\spad{v} if it is not empty,{} else an error is produced.")) (|copy| (($ $) "\\axiom{copy(\\spad{n})} returns a copy of \\spad{n}.")) (|construct| (((|List| $) |#1| (|List| |#2|)) "\\axiom{construct(\\spad{v},{}\\spad{lt})} returns the same as \\axiom{[construct(\\spad{v},{}\\spad{t}) for \\spad{t} in \\spad{lt}]}") (((|List| $) (|List| (|Record| (|:| |val| |#1|) (|:| |tower| |#2|)))) "\\axiom{construct(\\spad{lvt})} returns the same as \\axiom{[construct(\\spad{vt}.val,{}\\spad{vt}.tower) for \\spad{vt} in \\spad{lvt}]}") (($ (|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) "\\axiom{construct(\\spad{vt})} returns the same as \\axiom{construct(\\spad{vt}.val,{}\\spad{vt}.tower)}") (($ |#1| |#2|) "\\axiom{construct(\\spad{v},{}\\spad{t})} returns the same as \\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{false})}") (($ |#1| |#2| (|Boolean|)) "\\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{b})} returns the non-empty node with value \\spad{v},{} condition \\spad{t} and flag \\spad{b}")) (|status| (((|Boolean|) $) "\\axiom{status(\\spad{n})} returns the status of the node \\spad{n}.")) (|condition| ((|#2| $) "\\axiom{condition(\\spad{n})} returns the condition of the node \\spad{n}.")) (|value| ((|#1| $) "\\axiom{value(\\spad{n})} returns the value of the node \\spad{n}.")) (|empty?| (((|Boolean|) $) "\\axiom{empty?(\\spad{n})} returns \\spad{true} iff the node \\spad{n} is \\axiom{empty()\\$\\%}.")) (|empty| (($) "\\axiom{empty()} returns the same as \\axiom{[empty()\\$\\spad{V},{}empty()\\$\\spad{C},{}\\spad{false}]\\$\\%}")))
NIL
NIL
-(-1058 V C)
+(-1060 V C)
((|constructor| (NIL "This domain exports a modest implementation of splitting trees. Spliiting trees are needed when the evaluation of some quantity under some hypothesis requires to split the hypothesis into sub-cases. For instance by adding some new hypothesis on one hand and its negation on another hand. The computations are terminated is a splitting tree \\axiom{a} when \\axiom{status(value(a))} is \\axiom{\\spad{true}}. Thus,{} if for the splitting tree \\axiom{a} the flag \\axiom{status(value(a))} is \\axiom{\\spad{true}},{} then \\axiom{status(value(\\spad{d}))} is \\axiom{\\spad{true}} for any subtree \\axiom{\\spad{d}} of \\axiom{a}. This property of splitting trees is called the termination condition. If no vertex in a splitting tree \\axiom{a} is equal to another,{} \\axiom{a} is said to satisfy the no-duplicates condition. The splitting tree \\axiom{a} will satisfy this condition if nodes are added to \\axiom{a} by mean of \\axiom{splitNodeOf!} and if \\axiom{construct} is only used to create the root of \\axiom{a} with no children.")) (|splitNodeOf!| (($ $ $ (|List| (|SplittingNode| |#1| |#2|)) (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{splitNodeOf!(\\spad{l},{}a,{}\\spad{ls},{}sub?)} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in \\spad{ls} | not subNodeOf?(\\spad{s},{}a,{}sub?)]}. Thus,{} if \\axiom{\\spad{l}} is not a node of \\axiom{a},{} this latter splitting tree is unchanged.") (($ $ $ (|List| (|SplittingNode| |#1| |#2|))) "\\axiom{splitNodeOf!(\\spad{l},{}a,{}\\spad{ls})} returns \\axiom{a} where the children list of \\axiom{\\spad{l}} has been set to \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in \\spad{ls} | not nodeOf?(\\spad{s},{}a)]}. Thus,{} if \\axiom{\\spad{l}} is not a node of \\axiom{a},{} this latter splitting tree is unchanged.")) (|remove!| (($ (|SplittingNode| |#1| |#2|) $) "\\axiom{remove!(\\spad{s},{}a)} replaces a by remove(\\spad{s},{}a)")) (|remove| (($ (|SplittingNode| |#1| |#2|) $) "\\axiom{remove(\\spad{s},{}a)} returns the splitting tree obtained from a by removing every sub-tree \\axiom{\\spad{b}} such that \\axiom{value(\\spad{b})} and \\axiom{\\spad{s}} have the same value,{} condition and status.")) (|subNodeOf?| (((|Boolean|) (|SplittingNode| |#1| |#2|) $ (|Mapping| (|Boolean|) |#2| |#2|)) "\\axiom{subNodeOf?(\\spad{s},{}a,{}sub?)} returns \\spad{true} iff for some node \\axiom{\\spad{n}} in \\axiom{a} we have \\axiom{\\spad{s} = \\spad{n}} or \\axiom{status(\\spad{n})} and \\axiom{subNode?(\\spad{s},{}\\spad{n},{}sub?)}.")) (|nodeOf?| (((|Boolean|) (|SplittingNode| |#1| |#2|) $) "\\axiom{nodeOf?(\\spad{s},{}a)} returns \\spad{true} iff some node of \\axiom{a} is equal to \\axiom{\\spad{s}}")) (|result| (((|List| (|Record| (|:| |val| |#1|) (|:| |tower| |#2|))) $) "\\axiom{result(a)} where \\axiom{\\spad{ls}} is the leaves list of \\axiom{a} returns \\axiom{[[value(\\spad{s}),{}condition(\\spad{s})]\\$\\spad{VT} for \\spad{s} in \\spad{ls}]} if the computations are terminated in \\axiom{a} else an error is produced.")) (|conditions| (((|List| |#2|) $) "\\axiom{conditions(a)} returns the list of the conditions of the leaves of a")) (|construct| (($ |#1| |#2| |#1| (|List| |#2|)) "\\axiom{construct(\\spad{v1},{}\\spad{t},{}\\spad{v2},{}\\spad{lt})} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with children list given by \\axiom{[[[\\spad{v},{}\\spad{t}]\\$\\spad{S}]\\$\\% for \\spad{s} in \\spad{ls}]}.") (($ |#1| |#2| (|List| (|SplittingNode| |#1| |#2|))) "\\axiom{construct(\\spad{v},{}\\spad{t},{}\\spad{ls})} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with children list given by \\axiom{[[\\spad{s}]\\$\\% for \\spad{s} in \\spad{ls}]}.") (($ |#1| |#2| (|List| $)) "\\axiom{construct(\\spad{v},{}\\spad{t},{}la)} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{[\\spad{v},{}\\spad{t}]\\$\\spad{S}} and with \\axiom{la} as children list.") (($ (|SplittingNode| |#1| |#2|)) "\\axiom{construct(\\spad{s})} creates a splitting tree with value (\\spadignore{i.e.} root vertex) given by \\axiom{\\spad{s}} and no children. Thus,{} if the status of \\axiom{\\spad{s}} is \\spad{false},{} \\axiom{[\\spad{s}]} represents the starting point of the evaluation \\axiom{value(\\spad{s})} under the hypothesis \\axiom{condition(\\spad{s})}.")) (|updateStatus!| (($ $) "\\axiom{updateStatus!(a)} returns a where the status of the vertices are updated to satisfy the \"termination condition\".")) (|extractSplittingLeaf| (((|Union| $ "failed") $) "\\axiom{extractSplittingLeaf(a)} returns the left most leaf (as a tree) whose status is \\spad{false} if any,{} else \"failed\" is returned.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-1057 |#1| |#2|) (LIST (QUOTE -288) (LIST (QUOTE -1057) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1057 |#1| |#2|) (QUOTE (-1020)))) (|HasCategory| (-1057 |#1| |#2|) (QUOTE (-1020))) (-2067 (|HasCategory| (-1057 |#1| |#2|) (LIST (QUOTE -566) (QUOTE (-798)))) (-12 (|HasCategory| (-1057 |#1| |#2|) (LIST (QUOTE -288) (LIST (QUOTE -1057) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1057 |#1| |#2|) (QUOTE (-1020))))) (|HasCategory| (-1057 |#1| |#2|) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1059 |ndim| R)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-1059 |#1| |#2|) (LIST (QUOTE -290) (LIST (QUOTE -1059) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1059 |#1| |#2|) (QUOTE (-1022)))) (|HasCategory| (-1059 |#1| |#2|) (QUOTE (-1022))) (-2027 (|HasCategory| (-1059 |#1| |#2|) (LIST (QUOTE -568) (QUOTE (-800)))) (-12 (|HasCategory| (-1059 |#1| |#2|) (LIST (QUOTE -290) (LIST (QUOTE -1059) (|devaluate| |#1|) (|devaluate| |#2|)))) (|HasCategory| (-1059 |#1| |#2|) (QUOTE (-1022))))) (|HasCategory| (-1059 |#1| |#2|) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1061 |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.")) (|coerce| (((|Matrix| |#2|) $) "\\spad{coerce(m)} converts a matrix of type \\spadtype{SquareMatrix} to a matrix of type \\spadtype{Matrix}.")) (|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}.")))
-((-4256 . T) (-4248 |has| |#2| (-6 (-4261 "*"))) (-4259 . T) (-4253 . T) (-4254 . T))
-((|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-213))) (|HasAttribute| |#2| (QUOTE (-4261 "*"))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (-2067 (-12 (|HasCategory| |#2| (QUOTE (-213))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (QUOTE (-286))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-341))) (-2067 (|HasAttribute| |#2| (QUOTE (-4261 "*"))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#2| (QUOTE (-213)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-160))))
-(-1060 S)
+((-4258 . T) (-4250 |has| |#2| (-6 (-4263 "*"))) (-4261 . T) (-4255 . T) (-4256 . T))
+((|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-215))) (|HasAttribute| |#2| (QUOTE (-4263 "*"))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (-2027 (-12 (|HasCategory| |#2| (QUOTE (-215))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (QUOTE (-288))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-343))) (-2027 (|HasAttribute| |#2| (QUOTE (-4263 "*"))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#2| (QUOTE (-215)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-162))))
+(-1062 S)
((|constructor| (NIL "A string aggregate is a category for strings,{} that is,{} one dimensional arrays of characters.")) (|elt| (($ $ $) "\\spad{elt(s,{}t)} returns the concatenation of \\spad{s} and \\spad{t}. It is provided to allow juxtaposition of strings to work as concatenation. For example,{} \\axiom{\"smoo\" \"shed\"} returns \\axiom{\"smooshed\"}.")) (|rightTrim| (($ $ (|CharacterClass|)) "\\spad{rightTrim(s,{}cc)} returns \\spad{s} with all trailing occurences of characters in \\spad{cc} deleted. For example,{} \\axiom{rightTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"(abc\"}.") (($ $ (|Character|)) "\\spad{rightTrim(s,{}c)} returns \\spad{s} with all trailing occurrences of \\spad{c} deleted. For example,{} \\axiom{rightTrim(\" abc \",{} char \" \")} returns \\axiom{\" abc\"}.")) (|leftTrim| (($ $ (|CharacterClass|)) "\\spad{leftTrim(s,{}cc)} returns \\spad{s} with all leading characters in \\spad{cc} deleted. For example,{} \\axiom{leftTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc)\"}.") (($ $ (|Character|)) "\\spad{leftTrim(s,{}c)} returns \\spad{s} with all leading characters \\spad{c} deleted. For example,{} \\axiom{leftTrim(\" abc \",{} char \" \")} returns \\axiom{\"abc \"}.")) (|trim| (($ $ (|CharacterClass|)) "\\spad{trim(s,{}cc)} returns \\spad{s} with all characters in \\spad{cc} deleted from right and left ends. For example,{} \\axiom{trim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc\"}.") (($ $ (|Character|)) "\\spad{trim(s,{}c)} returns \\spad{s} with all characters \\spad{c} deleted from right and left ends. For example,{} \\axiom{trim(\" abc \",{} char \" \")} returns \\axiom{\"abc\"}.")) (|split| (((|List| $) $ (|CharacterClass|)) "\\spad{split(s,{}cc)} returns a list of substrings delimited by characters in \\spad{cc}.") (((|List| $) $ (|Character|)) "\\spad{split(s,{}c)} returns a list of substrings delimited by character \\spad{c}.")) (|coerce| (($ (|Character|)) "\\spad{coerce(c)} returns \\spad{c} as a string \\spad{s} with the character \\spad{c}.")) (|position| (((|Integer|) (|CharacterClass|) $ (|Integer|)) "\\spad{position(cc,{}t,{}i)} returns the position \\axiom{\\spad{j} \\spad{>=} \\spad{i}} in \\spad{t} of the first character belonging to \\spad{cc}.") (((|Integer|) $ $ (|Integer|)) "\\spad{position(s,{}t,{}i)} returns the position \\spad{j} of the substring \\spad{s} in string \\spad{t},{} where \\axiom{\\spad{j} \\spad{>=} \\spad{i}} is required.")) (|replace| (($ $ (|UniversalSegment| (|Integer|)) $) "\\spad{replace(s,{}i..j,{}t)} replaces the substring \\axiom{\\spad{s}(\\spad{i}..\\spad{j})} of \\spad{s} by string \\spad{t}.")) (|match?| (((|Boolean|) $ $ (|Character|)) "\\spad{match?(s,{}t,{}c)} tests if \\spad{s} matches \\spad{t} except perhaps for multiple and consecutive occurrences of character \\spad{c}. Typically \\spad{c} is the blank character.")) (|match| (((|NonNegativeInteger|) $ $ (|Character|)) "\\spad{match(p,{}s,{}wc)} tests if pattern \\axiom{\\spad{p}} matches subject \\axiom{\\spad{s}} where \\axiom{\\spad{wc}} is a wild card character. If no match occurs,{} the index \\axiom{0} is returned; otheriwse,{} the value returned is the first index of the first character in the subject matching the subject (excluding that matched by an initial wild-card). For example,{} \\axiom{match(\"*to*\",{}\"yorktown\",{}\\spad{\"*\"})} returns \\axiom{5} indicating a successful match starting at index \\axiom{5} of \\axiom{\"yorktown\"}.")) (|substring?| (((|Boolean|) $ $ (|Integer|)) "\\spad{substring?(s,{}t,{}i)} tests if \\spad{s} is a substring of \\spad{t} beginning at index \\spad{i}. Note: \\axiom{substring?(\\spad{s},{}\\spad{t},{}0) = prefix?(\\spad{s},{}\\spad{t})}.")) (|suffix?| (((|Boolean|) $ $) "\\spad{suffix?(s,{}t)} tests if the string \\spad{s} is the final substring of \\spad{t}. Note: \\axiom{suffix?(\\spad{s},{}\\spad{t}) \\spad{==} reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.(\\spad{n} - \\spad{m} + \\spad{i}) for \\spad{i} in 0..maxIndex \\spad{s}])} where \\spad{m} and \\spad{n} denote the maxIndex of \\spad{s} and \\spad{t} respectively.")) (|prefix?| (((|Boolean|) $ $) "\\spad{prefix?(s,{}t)} tests if the string \\spad{s} is the initial substring of \\spad{t}. Note: \\axiom{prefix?(\\spad{s},{}\\spad{t}) \\spad{==} reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.\\spad{i} for \\spad{i} in 0..maxIndex \\spad{s}])}.")) (|upperCase!| (($ $) "\\spad{upperCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by upper case characters.")) (|upperCase| (($ $) "\\spad{upperCase(s)} returns the string with all characters in upper case.")) (|lowerCase!| (($ $) "\\spad{lowerCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by lower case.")) (|lowerCase| (($ $) "\\spad{lowerCase(s)} returns the string with all characters in lower case.")))
NIL
NIL
-(-1061)
+(-1063)
((|constructor| (NIL "A string aggregate is a category for strings,{} that is,{} one dimensional arrays of characters.")) (|elt| (($ $ $) "\\spad{elt(s,{}t)} returns the concatenation of \\spad{s} and \\spad{t}. It is provided to allow juxtaposition of strings to work as concatenation. For example,{} \\axiom{\"smoo\" \"shed\"} returns \\axiom{\"smooshed\"}.")) (|rightTrim| (($ $ (|CharacterClass|)) "\\spad{rightTrim(s,{}cc)} returns \\spad{s} with all trailing occurences of characters in \\spad{cc} deleted. For example,{} \\axiom{rightTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"(abc\"}.") (($ $ (|Character|)) "\\spad{rightTrim(s,{}c)} returns \\spad{s} with all trailing occurrences of \\spad{c} deleted. For example,{} \\axiom{rightTrim(\" abc \",{} char \" \")} returns \\axiom{\" abc\"}.")) (|leftTrim| (($ $ (|CharacterClass|)) "\\spad{leftTrim(s,{}cc)} returns \\spad{s} with all leading characters in \\spad{cc} deleted. For example,{} \\axiom{leftTrim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc)\"}.") (($ $ (|Character|)) "\\spad{leftTrim(s,{}c)} returns \\spad{s} with all leading characters \\spad{c} deleted. For example,{} \\axiom{leftTrim(\" abc \",{} char \" \")} returns \\axiom{\"abc \"}.")) (|trim| (($ $ (|CharacterClass|)) "\\spad{trim(s,{}cc)} returns \\spad{s} with all characters in \\spad{cc} deleted from right and left ends. For example,{} \\axiom{trim(\"(abc)\",{} charClass \"()\")} returns \\axiom{\"abc\"}.") (($ $ (|Character|)) "\\spad{trim(s,{}c)} returns \\spad{s} with all characters \\spad{c} deleted from right and left ends. For example,{} \\axiom{trim(\" abc \",{} char \" \")} returns \\axiom{\"abc\"}.")) (|split| (((|List| $) $ (|CharacterClass|)) "\\spad{split(s,{}cc)} returns a list of substrings delimited by characters in \\spad{cc}.") (((|List| $) $ (|Character|)) "\\spad{split(s,{}c)} returns a list of substrings delimited by character \\spad{c}.")) (|coerce| (($ (|Character|)) "\\spad{coerce(c)} returns \\spad{c} as a string \\spad{s} with the character \\spad{c}.")) (|position| (((|Integer|) (|CharacterClass|) $ (|Integer|)) "\\spad{position(cc,{}t,{}i)} returns the position \\axiom{\\spad{j} \\spad{>=} \\spad{i}} in \\spad{t} of the first character belonging to \\spad{cc}.") (((|Integer|) $ $ (|Integer|)) "\\spad{position(s,{}t,{}i)} returns the position \\spad{j} of the substring \\spad{s} in string \\spad{t},{} where \\axiom{\\spad{j} \\spad{>=} \\spad{i}} is required.")) (|replace| (($ $ (|UniversalSegment| (|Integer|)) $) "\\spad{replace(s,{}i..j,{}t)} replaces the substring \\axiom{\\spad{s}(\\spad{i}..\\spad{j})} of \\spad{s} by string \\spad{t}.")) (|match?| (((|Boolean|) $ $ (|Character|)) "\\spad{match?(s,{}t,{}c)} tests if \\spad{s} matches \\spad{t} except perhaps for multiple and consecutive occurrences of character \\spad{c}. Typically \\spad{c} is the blank character.")) (|match| (((|NonNegativeInteger|) $ $ (|Character|)) "\\spad{match(p,{}s,{}wc)} tests if pattern \\axiom{\\spad{p}} matches subject \\axiom{\\spad{s}} where \\axiom{\\spad{wc}} is a wild card character. If no match occurs,{} the index \\axiom{0} is returned; otheriwse,{} the value returned is the first index of the first character in the subject matching the subject (excluding that matched by an initial wild-card). For example,{} \\axiom{match(\"*to*\",{}\"yorktown\",{}\\spad{\"*\"})} returns \\axiom{5} indicating a successful match starting at index \\axiom{5} of \\axiom{\"yorktown\"}.")) (|substring?| (((|Boolean|) $ $ (|Integer|)) "\\spad{substring?(s,{}t,{}i)} tests if \\spad{s} is a substring of \\spad{t} beginning at index \\spad{i}. Note: \\axiom{substring?(\\spad{s},{}\\spad{t},{}0) = prefix?(\\spad{s},{}\\spad{t})}.")) (|suffix?| (((|Boolean|) $ $) "\\spad{suffix?(s,{}t)} tests if the string \\spad{s} is the final substring of \\spad{t}. Note: \\axiom{suffix?(\\spad{s},{}\\spad{t}) \\spad{==} reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.(\\spad{n} - \\spad{m} + \\spad{i}) for \\spad{i} in 0..maxIndex \\spad{s}])} where \\spad{m} and \\spad{n} denote the maxIndex of \\spad{s} and \\spad{t} respectively.")) (|prefix?| (((|Boolean|) $ $) "\\spad{prefix?(s,{}t)} tests if the string \\spad{s} is the initial substring of \\spad{t}. Note: \\axiom{prefix?(\\spad{s},{}\\spad{t}) \\spad{==} reduce(and,{}[\\spad{s}.\\spad{i} = \\spad{t}.\\spad{i} for \\spad{i} in 0..maxIndex \\spad{s}])}.")) (|upperCase!| (($ $) "\\spad{upperCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by upper case characters.")) (|upperCase| (($ $) "\\spad{upperCase(s)} returns the string with all characters in upper case.")) (|lowerCase!| (($ $) "\\spad{lowerCase!(s)} destructively replaces the alphabetic characters in \\spad{s} by lower case.")) (|lowerCase| (($ $) "\\spad{lowerCase(s)} returns the string with all characters in lower case.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-1062 R E V P TS)
+(-1064 R E V P TS)
((|constructor| (NIL "A package providing a new algorithm for solving polynomial systems by means of regular chains. Two ways of solving are provided: in the sense of Zariski closure (like in Kalkbrener\\spad{'s} algorithm) or in the sense of the regular zeros (like in Wu,{} Wang or Lazard- Moreno methods). This algorithm is valid for nay type of regular set. It does not care about the way a polynomial is added in an regular set,{} or how two quasi-components are compared (by an inclusion-test),{} or how the invertibility test is made in the tower of simple extensions associated with a regular set. These operations are realized respectively by the domain \\spad{TS} and the packages \\spad{QCMPPK(R,{}E,{}V,{}P,{}TS)} and \\spad{RSETGCD(R,{}E,{}V,{}P,{}TS)}. The same way it does not care about the way univariate polynomial gcds (with coefficients in the tower of simple extensions associated with a regular set) are computed. The only requirement is that these gcds need to have invertible initials (normalized or not). WARNING. There is no need for a user to call diectly any operation of this package since they can be accessed by the domain \\axiomType{\\spad{TS}}. Thus,{} the operations of this package are not documented.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.}")))
NIL
NIL
-(-1063 R E V P)
+(-1065 R E V P)
((|constructor| (NIL "This domain provides an implementation of square-free regular chains. Moreover,{} the operation \\axiomOpFrom{zeroSetSplit}{SquareFreeRegularTriangularSetCategory} is an implementation of a new algorithm for solving polynomial systems by means of regular chains.\\newline References : \\indented{1}{[1] \\spad{M}. MORENO MAZA \"A new algorithm for computing triangular} \\indented{5}{decomposition of algebraic varieties\" NAG Tech. Rep. 4/98.} \\indented{2}{Version: 2}")) (|preprocess| (((|Record| (|:| |val| (|List| |#4|)) (|:| |towers| (|List| $))) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{pre_process(\\spad{lp},{}\\spad{b1},{}\\spad{b2})} is an internal subroutine,{} exported only for developement.")) (|internalZeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalZeroSetSplit(\\spad{lp},{}\\spad{b1},{}\\spad{b2},{}\\spad{b3})} is an internal subroutine,{} exported only for developement.")) (|zeroSetSplit| (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{lp},{}\\spad{b1},{}\\spad{b2}.\\spad{b3},{}\\spad{b4})} is an internal subroutine,{} exported only for developement.") (((|List| $) (|List| |#4|) (|Boolean|) (|Boolean|)) "\\axiom{zeroSetSplit(\\spad{lp},{}clos?,{}info?)} has the same specifications as \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory} from \\spadtype{RegularTriangularSetCategory} Moreover,{} if \\axiom{clos?} then solves in the sense of the Zariski closure else solves in the sense of the regular zeros. If \\axiom{info?} then do print messages during the computations.")) (|internalAugment| (((|List| $) |#4| $ (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|) (|Boolean|)) "\\axiom{internalAugment(\\spad{p},{}\\spad{ts},{}\\spad{b1},{}\\spad{b2},{}\\spad{b3},{}\\spad{b4},{}\\spad{b5})} is an internal subroutine,{} exported only for developement.")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#4| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1064 S)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#4| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1066 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}.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1065 A S)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1067 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
-(-1066 S)
+(-1068 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})}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-1067 |Key| |Ent| |dent|)
+(-1069 |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.")))
-((-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-789))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1068)
+((-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| |#1| (QUOTE (-791))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1070)
((|constructor| (NIL "A class of objects which can be 'stepped through'. Repeated applications of \\spadfun{nextItem} is guaranteed never to return duplicate items and only return \"failed\" after exhausting all elements of the domain. This assumes that the sequence starts with \\spad{init()}. For infinite domains,{} repeated application of \\spadfun{nextItem} is not required to reach all possible domain elements starting from any initial element. \\blankline Conditional attributes: \\indented{2}{infinite\\tab{15}repeated \\spad{nextItem}\\spad{'s} are never \"failed\".}")) (|nextItem| (((|Union| $ "failed") $) "\\spad{nextItem(x)} returns the next item,{} or \"failed\" if domain is exhausted.")) (|init| (($) "\\spad{init()} chooses an initial object for stepping.")))
NIL
NIL
-(-1069 |Coef|)
+(-1071 |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
-(-1070 S)
+(-1072 S)
((|constructor| (NIL "Functions defined on streams with entries in one set.")) (|concat| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{concat(u)} returns the left-to-right concatentation of the streams in \\spad{u}. Note: \\spad{concat(u) = reduce(concat,{}u)}.")))
NIL
NIL
-(-1071 A B)
+(-1073 A B)
((|constructor| (NIL "Functions defined on streams with entries in two sets.")) (|reduce| ((|#2| |#2| (|Mapping| |#2| |#1| |#2|) (|Stream| |#1|)) "\\spad{reduce(b,{}f,{}u)},{} where \\spad{u} is a finite stream \\spad{[x0,{}x1,{}...,{}xn]},{} returns the value \\spad{r(n)} computed as follows: \\spad{r0 = f(x0,{}b),{} r1 = f(x1,{}r0),{}...,{} r(n) = f(xn,{}r(n-1))}.")) (|scan| (((|Stream| |#2|) |#2| (|Mapping| |#2| |#1| |#2|) (|Stream| |#1|)) "\\spad{scan(b,{}h,{}[x0,{}x1,{}x2,{}...])} returns \\spad{[y0,{}y1,{}y2,{}...]},{} where \\spad{y0 = h(x0,{}b)},{} \\spad{y1 = h(x1,{}y0)},{}\\spad{...} \\spad{yn = h(xn,{}y(n-1))}.")) (|map| (((|Stream| |#2|) (|Mapping| |#2| |#1|) (|Stream| |#1|)) "\\spad{map(f,{}s)} returns a stream whose elements are the function \\spad{f} applied to the corresponding elements of \\spad{s}. Note: \\spad{map(f,{}[x0,{}x1,{}x2,{}...]) = [f(x0),{}f(x1),{}f(x2),{}..]}.")))
NIL
NIL
-(-1072 A B C)
+(-1074 A B C)
((|constructor| (NIL "Functions defined on streams with entries in three sets.")) (|map| (((|Stream| |#3|) (|Mapping| |#3| |#1| |#2|) (|Stream| |#1|) (|Stream| |#2|)) "\\spad{map(f,{}st1,{}st2)} returns the stream whose elements are the function \\spad{f} applied to the corresponding elements of \\spad{st1} and \\spad{st2}. Note: \\spad{map(f,{}[x0,{}x1,{}x2,{}..],{}[y0,{}y1,{}y2,{}..]) = [f(x0,{}y0),{}f(x1,{}y1),{}..]}.")))
NIL
NIL
-(-1073 S)
+(-1075 S)
((|constructor| (NIL "A stream is an implementation of an infinite sequence using a list of terms that have been computed and a function closure to compute additional terms when needed.")) (|filterUntil| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterUntil(p,{}s)} returns \\spad{[x0,{}x1,{}...,{}x(n)]} where \\spad{s = [x0,{}x1,{}x2,{}..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = true}.")) (|filterWhile| (($ (|Mapping| (|Boolean|) |#1|) $) "\\spad{filterWhile(p,{}s)} returns \\spad{[x0,{}x1,{}...,{}x(n-1)]} where \\spad{s = [x0,{}x1,{}x2,{}..]} and \\spad{n} is the smallest index such that \\spad{p(xn) = false}.")) (|generate| (($ (|Mapping| |#1| |#1|) |#1|) "\\spad{generate(f,{}x)} creates an infinite stream whose first element is \\spad{x} and whose \\spad{n}th element (\\spad{n > 1}) is \\spad{f} applied to the previous element. Note: \\spad{generate(f,{}x) = [x,{}f(x),{}f(f(x)),{}...]}.") (($ (|Mapping| |#1|)) "\\spad{generate(f)} creates an infinite stream all of whose elements are equal to \\spad{f()}. Note: \\spad{generate(f) = [f(),{}f(),{}f(),{}...]}.")) (|setrest!| (($ $ (|Integer|) $) "\\spad{setrest!(x,{}n,{}y)} sets rest(\\spad{x},{}\\spad{n}) to \\spad{y}. The function will expand cycles if necessary.")) (|showAll?| (((|Boolean|)) "\\spad{showAll?()} returns \\spad{true} if all computed entries of streams will be displayed.")) (|showAllElements| (((|OutputForm|) $) "\\spad{showAllElements(s)} creates an output form which displays all computed elements.")) (|output| (((|Void|) (|Integer|) $) "\\spad{output(n,{}st)} computes and displays the first \\spad{n} entries of \\spad{st}.")) (|cons| (($ |#1| $) "\\spad{cons(a,{}s)} returns a stream whose \\spad{first} is \\spad{a} and whose \\spad{rest} is \\spad{s}. Note: \\spad{cons(a,{}s) = concat(a,{}s)}.")) (|delay| (($ (|Mapping| $)) "\\spad{delay(f)} creates a stream with a lazy evaluation defined by function \\spad{f}. Caution: This function can only be called in compiled code.")) (|findCycle| (((|Record| (|:| |cycle?| (|Boolean|)) (|:| |prefix| (|NonNegativeInteger|)) (|:| |period| (|NonNegativeInteger|))) (|NonNegativeInteger|) $) "\\spad{findCycle(n,{}st)} determines if \\spad{st} is periodic within \\spad{n}.")) (|repeating?| (((|Boolean|) (|List| |#1|) $) "\\spad{repeating?(l,{}s)} returns \\spad{true} if a stream \\spad{s} is periodic with period \\spad{l},{} and \\spad{false} otherwise.")) (|repeating| (($ (|List| |#1|)) "\\spad{repeating(l)} is a repeating stream whose period is the list \\spad{l}.")) (|coerce| (($ (|List| |#1|)) "\\spad{coerce(l)} converts a list \\spad{l} to a stream.")) (|shallowlyMutable| ((|attribute|) "one may destructively alter a stream by assigning new values to its entries.")))
-((-4260 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1074)
+((-4262 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1076)
((|constructor| (NIL "A category for string-like objects")) (|string| (($ (|Integer|)) "\\spad{string(i)} returns the decimal representation of \\spad{i} in a string")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-1075)
+(-1077)
NIL
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| (-135) (QUOTE (-789))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135))))) (-12 (|HasCategory| (-135) (QUOTE (-1020))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135)))))) (|HasCategory| (-135) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| (-135) (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| (-135) (QUOTE (-1020))) (-12 (|HasCategory| (-135) (QUOTE (-1020))) (|HasCategory| (-135) (LIST (QUOTE -288) (QUOTE (-135))))) (|HasCategory| (-135) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1076 |Entry|)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| (-137) (QUOTE (-791))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137))))) (-12 (|HasCategory| (-137) (QUOTE (-1022))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137)))))) (|HasCategory| (-137) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| (-137) (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| (-137) (QUOTE (-1022))) (-12 (|HasCategory| (-137) (QUOTE (-1022))) (|HasCategory| (-137) (LIST (QUOTE -290) (QUOTE (-137))))) (|HasCategory| (-137) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1078 |Entry|)
((|constructor| (NIL "This domain provides tables where the keys are strings. A specialized hash function for strings is used.")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (QUOTE (-1075))) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#1|)))))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (QUOTE (-1020))) (|HasCategory| (-1075) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1077 A)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (QUOTE (-1077))) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#1|)))))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (QUOTE (-1022))) (|HasCategory| (-1077) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1079 A)
((|constructor| (NIL "StreamTaylorSeriesOperations implements Taylor series arithmetic,{} where a Taylor series is represented by a stream of its coefficients.")) (|power| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{power(a,{}f)} returns the power series \\spad{f} raised to the power \\spad{a}.")) (|lazyGintegrate| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyGintegrate(f,{}r,{}g)} is used for fixed point computations.")) (|mapdiv| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapdiv([a0,{}a1,{}..],{}[b0,{}b1,{}..])} returns \\spad{[a0/b0,{}a1/b1,{}..]}.")) (|powern| (((|Stream| |#1|) (|Fraction| (|Integer|)) (|Stream| |#1|)) "\\spad{powern(r,{}f)} raises power series \\spad{f} to the power \\spad{r}.")) (|nlde| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{nlde(u)} solves a first order non-linear differential equation described by \\spad{u} of the form \\spad{[[b<0,{}0>,{}b<0,{}1>,{}...],{}[b<1,{}0>,{}b<1,{}1>,{}.],{}...]}. the differential equation has the form \\spad{y' = sum(i=0 to infinity,{}j=0 to infinity,{}b<i,{}j>*(x**i)*(y**j))}.")) (|lazyIntegrate| (((|Stream| |#1|) |#1| (|Mapping| (|Stream| |#1|))) "\\spad{lazyIntegrate(r,{}f)} is a local function used for fixed point computations.")) (|integrate| (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{integrate(r,{}a)} returns the integral of the power series \\spad{a} with respect to the power series variableintegration where \\spad{r} denotes the constant of integration. Thus \\spad{integrate(a,{}[a0,{}a1,{}a2,{}...]) = [a,{}a0,{}a1/2,{}a2/3,{}...]}.")) (|invmultisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{invmultisect(a,{}b,{}st)} substitutes \\spad{x**((a+b)*n)} for \\spad{x**n} and multiplies by \\spad{x**b}.")) (|multisect| (((|Stream| |#1|) (|Integer|) (|Integer|) (|Stream| |#1|)) "\\spad{multisect(a,{}b,{}st)} selects the coefficients of \\spad{x**((a+b)*n+a)},{} and changes them to \\spad{x**n}.")) (|generalLambert| (((|Stream| |#1|) (|Stream| |#1|) (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),{}a,{}d)} returns \\spad{f(x**a) + f(x**(a + d)) + f(x**(a + 2 d)) + ...}. \\spad{f(x)} should have zero constant coefficient and \\spad{a} and \\spad{d} should be positive.")) (|evenlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{evenlambert(st)} computes \\spad{f(x**2) + f(x**4) + f(x**6) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1,{} then \\spad{prod(f(x**(2*n)),{}n=1..infinity) = exp(evenlambert(log(f(x))))}.")) (|oddlambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{oddlambert(st)} computes \\spad{f(x) + f(x**3) + f(x**5) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f}(\\spad{x}) is a power series with constant coefficient 1 then \\spad{prod(f(x**(2*n-1)),{}n=1..infinity) = exp(oddlambert(log(f(x))))}.")) (|lambert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lambert(st)} computes \\spad{f(x) + f(x**2) + f(x**3) + ...} if \\spad{st} is a stream representing \\spad{f(x)}. This function is used for computing infinite products. If \\spad{f(x)} is a power series with constant coefficient 1 then \\spad{prod(f(x**n),{}n = 1..infinity) = exp(lambert(log(f(x))))}.")) (|addiag| (((|Stream| |#1|) (|Stream| (|Stream| |#1|))) "\\spad{addiag(x)} performs diagonal addition of a stream of streams. if \\spad{x} = \\spad{[[a<0,{}0>,{}a<0,{}1>,{}..],{}[a<1,{}0>,{}a<1,{}1>,{}..],{}[a<2,{}0>,{}a<2,{}1>,{}..],{}..]} and \\spad{addiag(x) = [b<0,{}b<1>,{}...],{} then b<k> = sum(i+j=k,{}a<i,{}j>)}.")) (|revert| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{revert(a)} computes the inverse of a power series \\spad{a} with respect to composition. the series should have constant coefficient 0 and first order coefficient 1.")) (|lagrange| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{lagrange(g)} produces the power series for \\spad{f} where \\spad{f} is implicitly defined as \\spad{f(z) = z*g(f(z))}.")) (|compose| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{compose(a,{}b)} composes the power series \\spad{a} with the power series \\spad{b}.")) (|eval| (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{eval(a,{}r)} returns a stream of partial sums of the power series \\spad{a} evaluated at the power series variable equal to \\spad{r}.")) (|coerce| (((|Stream| |#1|) |#1|) "\\spad{coerce(r)} converts a ring element \\spad{r} to a stream with one element.")) (|gderiv| (((|Stream| |#1|) (|Mapping| |#1| (|Integer|)) (|Stream| |#1|)) "\\spad{gderiv(f,{}[a0,{}a1,{}a2,{}..])} returns \\spad{[f(0)*a0,{}f(1)*a1,{}f(2)*a2,{}..]}.")) (|deriv| (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{deriv(a)} returns the derivative of the power series with respect to the power series variable. Thus \\spad{deriv([a0,{}a1,{}a2,{}...])} returns \\spad{[a1,{}2 a2,{}3 a3,{}...]}.")) (|mapmult| (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{mapmult([a0,{}a1,{}..],{}[b0,{}b1,{}..])} returns \\spad{[a0*b0,{}a1*b1,{}..]}.")) (|int| (((|Stream| |#1|) |#1|) "\\spad{int(r)} returns [\\spad{r},{}\\spad{r+1},{}\\spad{r+2},{}...],{} where \\spad{r} is a ring element.")) (|oddintegers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{oddintegers(n)} returns \\spad{[n,{}n+2,{}n+4,{}...]}.")) (|integers| (((|Stream| (|Integer|)) (|Integer|)) "\\spad{integers(n)} returns \\spad{[n,{}n+1,{}n+2,{}...]}.")) (|monom| (((|Stream| |#1|) |#1| (|Integer|)) "\\spad{monom(deg,{}coef)} is a monomial of degree \\spad{deg} with coefficient \\spad{coef}.")) (|recip| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|)) "\\spad{recip(a)} returns the power series reciprocal of \\spad{a},{} or \"failed\" if not possible.")) (/ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a / b} returns the power series quotient of \\spad{a} by \\spad{b}. An error message is returned if \\spad{b} is not invertible. This function is used in fixed point computations.")) (|exquo| (((|Union| (|Stream| |#1|) "failed") (|Stream| |#1|) (|Stream| |#1|)) "\\spad{exquo(a,{}b)} returns the power series quotient of \\spad{a} by \\spad{b},{} if the quotient exists,{} and \"failed\" otherwise")) (* (((|Stream| |#1|) (|Stream| |#1|) |#1|) "\\spad{a * r} returns the power series scalar multiplication of \\spad{a} by \\spad{r:} \\spad{[a0,{}a1,{}...] * r = [a0 * r,{}a1 * r,{}...]}") (((|Stream| |#1|) |#1| (|Stream| |#1|)) "\\spad{r * a} returns the power series scalar multiplication of \\spad{r} by \\spad{a}: \\spad{r * [a0,{}a1,{}...] = [r * a0,{}r * a1,{}...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a * b} returns the power series (Cauchy) product of \\spad{a} and \\spad{b:} \\spad{[a0,{}a1,{}...] * [b0,{}b1,{}...] = [c0,{}c1,{}...]} where \\spad{ck = sum(i + j = k,{}\\spad{ai} * bk)}.")) (- (((|Stream| |#1|) (|Stream| |#1|)) "\\spad{- a} returns the power series negative of \\spad{a}: \\spad{- [a0,{}a1,{}...] = [- a0,{}- a1,{}...]}") (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a - b} returns the power series difference of \\spad{a} and \\spad{b}: \\spad{[a0,{}a1,{}..] - [b0,{}b1,{}..] = [a0 - b0,{}a1 - b1,{}..]}")) (+ (((|Stream| |#1|) (|Stream| |#1|) (|Stream| |#1|)) "\\spad{a + b} returns the power series sum of \\spad{a} and \\spad{b}: \\spad{[a0,{}a1,{}..] + [b0,{}b1,{}..] = [a0 + b0,{}a1 + b1,{}..]}")))
NIL
-((|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))))
-(-1078 |Coef|)
+((|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))))
+(-1080 |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
-(-1079 |Coef|)
+(-1081 |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
-(-1080 R UP)
+(-1082 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 (-286))))
-(-1081 |n| R)
+((|HasCategory| |#1| (QUOTE (-288))))
+(-1083 |n| R)
((|constructor| (NIL "This domain \\undocumented")) (|pointData| (((|List| (|Point| |#2|)) $) "\\spad{pointData(s)} returns the list of points from the point data field of the 3 dimensional subspace \\spad{s}.")) (|parent| (($ $) "\\spad{parent(s)} returns the subspace which is the parent of the indicated 3 dimensional subspace \\spad{s}. If \\spad{s} is the top level subspace an error message is returned.")) (|level| (((|NonNegativeInteger|) $) "\\spad{level(s)} returns a non negative integer which is the current level field of the indicated 3 dimensional subspace \\spad{s}.")) (|extractProperty| (((|SubSpaceComponentProperty|) $) "\\spad{extractProperty(s)} returns the property of domain \\spadtype{SubSpaceComponentProperty} of the indicated 3 dimensional subspace \\spad{s}.")) (|extractClosed| (((|Boolean|) $) "\\spad{extractClosed(s)} returns the \\spadtype{Boolean} value of the closed property for the indicated 3 dimensional subspace \\spad{s}. If the property is closed,{} \\spad{True} is returned,{} otherwise \\spad{False} is returned.")) (|extractIndex| (((|NonNegativeInteger|) $) "\\spad{extractIndex(s)} returns a non negative integer which is the current index of the 3 dimensional subspace \\spad{s}.")) (|extractPoint| (((|Point| |#2|) $) "\\spad{extractPoint(s)} returns the point which is given by the current index location into the point data field of the 3 dimensional subspace \\spad{s}.")) (|traverse| (($ $ (|List| (|NonNegativeInteger|))) "\\spad{traverse(s,{}\\spad{li})} follows the branch list of the 3 dimensional subspace,{} \\spad{s},{} along the path dictated by the list of non negative integers,{} \\spad{li},{} which points to the component which has been traversed to. The subspace,{} \\spad{s},{} is returned,{} where \\spad{s} is now the subspace pointed to by \\spad{li}.")) (|defineProperty| (($ $ (|List| (|NonNegativeInteger|)) (|SubSpaceComponentProperty|)) "\\spad{defineProperty(s,{}\\spad{li},{}p)} defines the component property in the 3 dimensional subspace,{} \\spad{s},{} to be that of \\spad{p},{} where \\spad{p} is of the domain \\spadtype{SubSpaceComponentProperty}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose property is being defined. The subspace,{} \\spad{s},{} is returned with the component property definition.")) (|closeComponent| (($ $ (|List| (|NonNegativeInteger|)) (|Boolean|)) "\\spad{closeComponent(s,{}\\spad{li},{}b)} sets the property of the component in the 3 dimensional subspace,{} \\spad{s},{} to be closed if \\spad{b} is \\spad{true},{} or open if \\spad{b} is \\spad{false}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component whose closed property is to be set. The subspace,{} \\spad{s},{} is returned with the component property modification.")) (|modifyPoint| (($ $ (|NonNegativeInteger|) (|Point| |#2|)) "\\spad{modifyPoint(s,{}ind,{}p)} modifies the point referenced by the index location,{} \\spad{ind},{} by replacing it with the point,{} \\spad{p} in the 3 dimensional subspace,{} \\spad{s}. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{modifyPoint(s,{}\\spad{li},{}i)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point indicated by the index location,{} \\spad{i}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{modifyPoint(s,{}\\spad{li},{}p)} replaces an existing point in the 3 dimensional subspace,{} \\spad{s},{} with the 4 dimensional point,{} \\spad{p}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the existing point is to be modified. An error message occurs if \\spad{s} is empty,{} otherwise the subspace \\spad{s} is returned with the point modification.")) (|addPointLast| (($ $ $ (|Point| |#2|) (|NonNegativeInteger|)) "\\spad{addPointLast(s,{}s2,{}\\spad{li},{}p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. \\spad{s2} point to the end of the subspace \\spad{s}. \\spad{n} is the path in the \\spad{s2} component. The subspace \\spad{s} is returned with the additional point.")) (|addPoint2| (($ $ (|Point| |#2|)) "\\spad{addPoint2(s,{}p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The subspace \\spad{s} is returned with the additional point.")) (|addPoint| (((|NonNegativeInteger|) $ (|Point| |#2|)) "\\spad{addPoint(s,{}p)} adds the point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s},{} and returns the new total number of points in \\spad{s}.") (($ $ (|List| (|NonNegativeInteger|)) (|NonNegativeInteger|)) "\\spad{addPoint(s,{}\\spad{li},{}i)} adds the 4 dimensional point indicated by the index location,{} \\spad{i},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It\\spad{'s} length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.") (($ $ (|List| (|NonNegativeInteger|)) (|Point| |#2|)) "\\spad{addPoint(s,{}\\spad{li},{}p)} adds the 4 dimensional point,{} \\spad{p},{} to the 3 dimensional subspace,{} \\spad{s}. The list of non negative integers,{} \\spad{li},{} dictates the path to follow,{} or,{} to look at it another way,{} points to the component in which the point is to be added. It\\spad{'s} length should range from 0 to \\spad{n - 1} where \\spad{n} is the dimension of the subspace. If the length is \\spad{n - 1},{} then a specific lowest level component is being referenced. If it is less than \\spad{n - 1},{} then some higher level component (0 indicates top level component) is being referenced and a component of that level with the desired point is created. The subspace \\spad{s} is returned with the additional point.")) (|separate| (((|List| $) $) "\\spad{separate(s)} makes each of the components of the \\spadtype{SubSpace},{} \\spad{s},{} into a list of separate and distinct subspaces and returns the list.")) (|merge| (($ (|List| $)) "\\spad{merge(ls)} a list of subspaces,{} \\spad{ls},{} into one subspace.") (($ $ $) "\\spad{merge(s1,{}s2)} the subspaces \\spad{s1} and \\spad{s2} into a single subspace.")) (|deepCopy| (($ $) "\\spad{deepCopy(x)} \\undocumented")) (|shallowCopy| (($ $) "\\spad{shallowCopy(x)} \\undocumented")) (|numberOfChildren| (((|NonNegativeInteger|) $) "\\spad{numberOfChildren(x)} \\undocumented")) (|children| (((|List| $) $) "\\spad{children(x)} \\undocumented")) (|child| (($ $ (|NonNegativeInteger|)) "\\spad{child(x,{}n)} \\undocumented")) (|birth| (($ $) "\\spad{birth(x)} \\undocumented")) (|subspace| (($) "\\spad{subspace()} \\undocumented")) (|new| (($) "\\spad{new()} \\undocumented")) (|internal?| (((|Boolean|) $) "\\spad{internal?(x)} \\undocumented")) (|root?| (((|Boolean|) $) "\\spad{root?(x)} \\undocumented")) (|leaf?| (((|Boolean|) $) "\\spad{leaf?(x)} \\undocumented")))
NIL
NIL
-(-1082 S1 S2)
+(-1084 S1 S2)
((|constructor| (NIL "This domain implements \"such that\" forms")) (|rhs| ((|#2| $) "\\spad{rhs(f)} returns the right side of \\spad{f}")) (|lhs| ((|#1| $) "\\spad{lhs(f)} returns the left side of \\spad{f}")) (|construct| (($ |#1| |#2|) "\\spad{construct(s,{}t)} makes a form \\spad{s:t}")))
NIL
NIL
-(-1083 |Coef| |var| |cen|)
+(-1085 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Laurent series in one variable \\indented{2}{\\spadtype{SparseUnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariateLaurentSeries(Integer,{}x,{}3)} represents Laurent} \\indented{2}{series in \\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4261 "*") -2067 (-3944 (|has| |#1| (-341)) (|has| (-1090 |#1| |#2| |#3|) (-762))) (|has| |#1| (-160)) (-3944 (|has| |#1| (-341)) (|has| (-1090 |#1| |#2| |#3|) (-844)))) (-4252 -2067 (-3944 (|has| |#1| (-341)) (|has| (-1090 |#1| |#2| |#3|) (-762))) (|has| |#1| (-517)) (-3944 (|has| |#1| (-341)) (|has| (-1090 |#1| |#2| |#3|) (-844)))) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-953))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-1068))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -265) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -288) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -486) (QUOTE (-1092)) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-136)))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-138)))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|)))))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-213))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|))))) (|HasCategory| (-525) (QUOTE (-1032))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-341))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-953))) (|HasCategory| |#1| (QUOTE (-341)))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-341))))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-1068))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -265) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -288) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -486) (QUOTE (-1092)) (LIST (QUOTE -1090) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-136))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-160)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1090 |#1| |#2| |#3|) (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-1084 R -1834)
+(((-4263 "*") -2027 (-3979 (|has| |#1| (-343)) (|has| (-1092 |#1| |#2| |#3|) (-764))) (|has| |#1| (-162)) (-3979 (|has| |#1| (-343)) (|has| (-1092 |#1| |#2| |#3|) (-846)))) (-4254 -2027 (-3979 (|has| |#1| (-343)) (|has| (-1092 |#1| |#2| |#3|) (-764))) (|has| |#1| (-519)) (-3979 (|has| |#1| (-343)) (|has| (-1092 |#1| |#2| |#3|) (-846)))) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-955))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-1070))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -267) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -290) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -488) (QUOTE (-1094)) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-138)))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-140)))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|)))))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-215))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|))))) (|HasCategory| (-527) (QUOTE (-1034))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-343))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-955))) (|HasCategory| |#1| (QUOTE (-343)))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-343))))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-1070))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -267) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -290) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -488) (QUOTE (-1094)) (LIST (QUOTE -1092) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-138))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-162)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1092 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-1086 R -1819)
((|constructor| (NIL "computes sums of top-level expressions.")) (|sum| ((|#2| |#2| (|SegmentBinding| |#2|)) "\\spad{sum(f(n),{} n = a..b)} returns \\spad{f}(a) + \\spad{f}(a+1) + ... + \\spad{f}(\\spad{b}).") ((|#2| |#2| (|Symbol|)) "\\spad{sum(a(n),{} n)} returns A(\\spad{n}) such that A(\\spad{n+1}) - A(\\spad{n}) = a(\\spad{n}).")))
NIL
NIL
-(-1085 R)
+(-1087 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
-(-1086 R S)
+(-1088 R S)
((|constructor| (NIL "This package lifts a mapping from coefficient rings \\spad{R} to \\spad{S} to a mapping from sparse univariate polynomial over \\spad{R} to a sparse univariate polynomial over \\spad{S}. Note that the mapping is assumed to send zero to zero,{} since it will only be applied to the non-zero coefficients of the polynomial.")) (|map| (((|SparseUnivariatePolynomial| |#2|) (|Mapping| |#2| |#1|) (|SparseUnivariatePolynomial| |#1|)) "\\spad{map(func,{} poly)} creates a new polynomial by applying \\spad{func} to every non-zero coefficient of the polynomial poly.")))
NIL
NIL
-(-1087 E OV R P)
+(-1089 E OV R P)
((|constructor| (NIL "\\indented{1}{SupFractionFactorize} contains the factor function for univariate polynomials over the quotient field of a ring \\spad{S} such that the package MultivariateFactorize works for \\spad{S}")) (|squareFree| (((|Factored| (|SparseUnivariatePolynomial| (|Fraction| |#4|))) (|SparseUnivariatePolynomial| (|Fraction| |#4|))) "\\spad{squareFree(p)} returns the square-free factorization of the univariate polynomial \\spad{p} with coefficients which are fractions of polynomials over \\spad{R}. Each factor has no repeated roots and the factors are pairwise relatively prime.")) (|factor| (((|Factored| (|SparseUnivariatePolynomial| (|Fraction| |#4|))) (|SparseUnivariatePolynomial| (|Fraction| |#4|))) "\\spad{factor(p)} factors the univariate polynomial \\spad{p} with coefficients which are fractions of polynomials over \\spad{R}.")))
NIL
NIL
-(-1088 R)
+(-1090 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.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4255 |has| |#1| (-341)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-1068))) (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasCategory| |#1| (QUOTE (-213))) (|HasAttribute| |#1| (QUOTE -4257)) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-1089 |Coef| |var| |cen|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4257 |has| |#1| (-343)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-1070))) (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasCategory| |#1| (QUOTE (-215))) (|HasAttribute| |#1| (QUOTE -4259)) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-1091 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Puiseux series in one variable \\indented{2}{\\spadtype{SparseUnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{SparseUnivariatePuiseuxSeries(Integer,{}x,{}3)} represents Puiseux} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|)))) (|HasCategory| (-385 (-525)) (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))))
-(-1090 |Coef| |var| |cen|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|)))) (|HasCategory| (-387 (-527)) (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))))
+(-1092 |Coef| |var| |cen|)
((|constructor| (NIL "Sparse Taylor series in one variable \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries} is a domain representing Taylor} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spadtype{SparseUnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor} \\indented{2}{series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),{}x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} computes the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,{}k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-713)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-713)) (|devaluate| |#1|)))) (|HasCategory| (-713) (QUOTE (-1032))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-713))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-713))))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))))
-(-1091)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-715)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-715)) (|devaluate| |#1|)))) (|HasCategory| (-715) (QUOTE (-1034))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-715))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-715))))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))))
+(-1093)
((|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
-(-1092)
+(-1094)
((|constructor| (NIL "Basic and scripted symbols.")) (|sample| (($) "\\spad{sample()} returns a sample of \\%")) (|list| (((|List| $) $) "\\spad{list(sy)} takes a scripted symbol and produces a list of the name followed by the scripts.")) (|string| (((|String|) $) "\\spad{string(s)} converts the symbol \\spad{s} to a string. Error: if the symbol is subscripted.")) (|elt| (($ $ (|List| (|OutputForm|))) "\\spad{elt(s,{}[a1,{}...,{}an])} or \\spad{s}([a1,{}...,{}an]) returns \\spad{s} subscripted by \\spad{[a1,{}...,{}an]}.")) (|argscript| (($ $ (|List| (|OutputForm|))) "\\spad{argscript(s,{} [a1,{}...,{}an])} returns \\spad{s} arg-scripted by \\spad{[a1,{}...,{}an]}.")) (|superscript| (($ $ (|List| (|OutputForm|))) "\\spad{superscript(s,{} [a1,{}...,{}an])} returns \\spad{s} superscripted by \\spad{[a1,{}...,{}an]}.")) (|subscript| (($ $ (|List| (|OutputForm|))) "\\spad{subscript(s,{} [a1,{}...,{}an])} returns \\spad{s} subscripted by \\spad{[a1,{}...,{}an]}.")) (|script| (($ $ (|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|))))) "\\spad{script(s,{} [a,{}b,{}c,{}d,{}e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}.") (($ $ (|List| (|List| (|OutputForm|)))) "\\spad{script(s,{} [a,{}b,{}c,{}d,{}e])} returns \\spad{s} with subscripts a,{} superscripts \\spad{b},{} pre-superscripts \\spad{c},{} pre-subscripts \\spad{d},{} and argument-scripts \\spad{e}. Omitted components are taken to be empty. For example,{} \\spad{script(s,{} [a,{}b,{}c])} is equivalent to \\spad{script(s,{}[a,{}b,{}c,{}[],{}[]])}.")) (|scripts| (((|Record| (|:| |sub| (|List| (|OutputForm|))) (|:| |sup| (|List| (|OutputForm|))) (|:| |presup| (|List| (|OutputForm|))) (|:| |presub| (|List| (|OutputForm|))) (|:| |args| (|List| (|OutputForm|)))) $) "\\spad{scripts(s)} returns all the scripts of \\spad{s}.")) (|scripted?| (((|Boolean|) $) "\\spad{scripted?(s)} is \\spad{true} if \\spad{s} has been given any scripts.")) (|name| (($ $) "\\spad{name(s)} returns \\spad{s} without its scripts.")) (|coerce| (($ (|String|)) "\\spad{coerce(s)} converts the string \\spad{s} to a symbol.")) (|resetNew| (((|Void|)) "\\spad{resetNew()} resets the internals counters that new() and new(\\spad{s}) use to return distinct symbols every time.")) (|new| (($ $) "\\spad{new(s)} returns a new symbol whose name starts with \\%\\spad{s}.") (($) "\\spad{new()} returns a new symbol whose name starts with \\%.")))
NIL
NIL
-(-1093 R)
+(-1095 R)
((|constructor| (NIL "Computes all the symmetric functions in \\spad{n} variables.")) (|symFunc| (((|Vector| |#1|) |#1| (|PositiveInteger|)) "\\spad{symFunc(r,{} n)} returns the vector of the elementary symmetric functions in \\spad{[r,{}r,{}...,{}r]} \\spad{n} times.") (((|Vector| |#1|) (|List| |#1|)) "\\spad{symFunc([r1,{}...,{}rn])} returns the vector of the elementary symmetric functions in the \\spad{\\spad{ri}'s}: \\spad{[r1 + ... + rn,{} r1 r2 + ... + r(n-1) rn,{} ...,{} r1 r2 ... rn]}.")))
NIL
NIL
-(-1094 R)
+(-1096 R)
((|constructor| (NIL "This domain implements symmetric polynomial")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-6 -4257)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-429))) (-12 (|HasCategory| (-904) (QUOTE (-126))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasAttribute| |#1| (QUOTE -4257)))
-(-1095)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-6 -4259)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-431))) (-12 (|HasCategory| (-906) (QUOTE (-128))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasAttribute| |#1| (QUOTE -4259)))
+(-1097)
((|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
-(-1096)
+(-1098)
((|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
-(-1097)
+(-1099)
((|constructor| (NIL "\\indented{1}{This domain provides a simple domain,{} general enough for} building complete representation of Spad programs as objects of a term algebra built from ground terms of type integers,{} foats,{} symbols,{} and strings. This domain differs from InputForm in that it represents any entity in a Spad program,{} not just expressions. Related Constructors: Boolean,{} Integer,{} Float,{} Symbol,{} String,{} SExpression. See Also: SExpression,{} SetCategory. The equality supported by this domain is structural.")) (|case| (((|Boolean|) $ (|[\|\|]| (|String|))) "\\spad{x case String} is \\spad{true} if \\spad{`x'} really is a String") (((|Boolean|) $ (|[\|\|]| (|Symbol|))) "\\spad{x case Symbol} is \\spad{true} if \\spad{`x'} really is a Symbol") (((|Boolean|) $ (|[\|\|]| (|DoubleFloat|))) "\\spad{x case DoubleFloat} is \\spad{true} if \\spad{`x'} really is a DoubleFloat") (((|Boolean|) $ (|[\|\|]| (|Integer|))) "\\spad{x case Integer} is \\spad{true} if \\spad{`x'} really is an Integer")) (|compound?| (((|Boolean|) $) "\\spad{compound? x} is \\spad{true} when \\spad{`x'} is not an atomic syntax.")) (|getOperands| (((|List| $) $) "\\spad{getOperands(x)} returns the list of operands to the operator in \\spad{`x'}.")) (|getOperator| (((|Union| (|Integer|) (|DoubleFloat|) (|Symbol|) (|String|) $) $) "\\spad{getOperator(x)} returns the operator,{} or tag,{} of the syntax \\spad{`x'}. The value returned is itself a syntax if \\spad{`x'} really is an application of a function symbol as opposed to being an atomic ground term.")) (|nil?| (((|Boolean|) $) "\\spad{nil?(s)} is \\spad{true} when \\spad{`s'} is a syntax for the constant nil.")) (|buildSyntax| (($ $ (|List| $)) "\\spad{buildSyntax(op,{} [a1,{} ...,{} an])} builds a syntax object for \\spad{op}(a1,{}...,{}an).") (($ (|Symbol|) (|List| $)) "\\spad{buildSyntax(op,{} [a1,{} ...,{} an])} builds a syntax object for \\spad{op}(a1,{}...,{}an).")) (|autoCoerce| (((|String|) $) "\\spad{autoCoerce(s)} forcibly extracts a string value from the syntax \\spad{`s'}; no check performed. To be called only at the discretion of the compiler.") (((|Symbol|) $) "\\spad{autoCoerce(s)} forcibly extracts a symbo from the Syntax domain \\spad{`s'}; no check performed. To be called only at at the discretion of the compiler.") (((|DoubleFloat|) $) "\\spad{autoCoerce(s)} forcibly extracts a float value from the syntax \\spad{`s'}; no check performed. To be called only at the discretion of the compiler") (((|Integer|) $) "\\spad{autoCoerce(s)} forcibly extracts an integer value from the syntax \\spad{`s'}; no check performed. To be called only at the discretion of the compiler.")) (|coerce| (((|String|) $) "\\spad{coerce(s)} extracts a string value from the syntax \\spad{`s'}.") (($ (|String|)) "\\spad{coerce(s)} injects the string value \\spad{`s'} into the syntax domain") (((|Symbol|) $) "\\spad{coerce(s)} extracts a symbol from the syntax \\spad{`s'}.") (($ (|Symbol|)) "\\spad{coerce(s)} injects the symbol \\spad{`s'} into the Syntax domain.") (((|DoubleFloat|) $) "\\spad{coerce(s)} extracts a float value from the syntax \\spad{`s'}.") (($ (|DoubleFloat|)) "\\spad{coerce(f)} injects the float value \\spad{`f'} into the Syntax domain") (((|Integer|) $) "\\spad{coerce(s)} extracts and integer value from the syntax \\spad{`s'}") (($ (|Integer|)) "\\spad{coerce(i)} injects the integer value `i' into the Syntax domain.")) (|convert| (($ (|SExpression|)) "\\spad{convert(s)} converts an \\spad{s}-expression to Syntax. Note,{} when \\spad{`s'} is not an atom,{} it is expected that it designates a proper list,{} \\spadignore{e.g.} a sequence of cons cells ending with nil.") (((|SExpression|) $) "\\spad{convert(s)} returns the \\spad{s}-expression representation of a syntax.")))
NIL
NIL
-(-1098 R)
+(-1100 R)
((|triangularSystems| (((|List| (|List| (|Polynomial| |#1|))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{triangularSystems(lf,{}lv)} solves the system of equations defined by \\spad{lf} with respect to the list of symbols \\spad{lv}; the system of equations is obtaining by equating to zero the list of rational functions \\spad{lf}. The output is a list of solutions where each solution is expressed as a \"reduced\" triangular system of polynomials.")) (|solve| (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|)))) "\\spad{solve(eq)} finds the solutions of the equation \\spad{eq} with respect to the unique variable appearing in \\spad{eq}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|))) "\\spad{solve(p)} finds the solution of a rational function \\spad{p} = 0 with respect to the unique variable appearing in \\spad{p}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Equation| (|Fraction| (|Polynomial| |#1|))) (|Symbol|)) "\\spad{solve(eq,{}v)} finds the solutions of the equation \\spad{eq} with respect to the variable \\spad{v}.") (((|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|Fraction| (|Polynomial| |#1|)) (|Symbol|)) "\\spad{solve(p,{}v)} solves the equation \\spad{p=0},{} where \\spad{p} is a rational function with respect to the variable \\spad{v}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) "\\spad{solve(le)} finds the solutions of the list \\spad{le} of equations of rational functions with respect to all symbols appearing in \\spad{le}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Fraction| (|Polynomial| |#1|)))) "\\spad{solve(lp)} finds the solutions of the list \\spad{lp} of rational functions with respect to all symbols appearing in \\spad{lp}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Equation| (|Fraction| (|Polynomial| |#1|)))) (|List| (|Symbol|))) "\\spad{solve(le,{}lv)} finds the solutions of the list \\spad{le} of equations of rational functions with respect to the list of symbols \\spad{lv}.") (((|List| (|List| (|Equation| (|Fraction| (|Polynomial| |#1|))))) (|List| (|Fraction| (|Polynomial| |#1|))) (|List| (|Symbol|))) "\\spad{solve(lp,{}lv)} finds the solutions of the list \\spad{lp} of rational functions with respect to the list of symbols \\spad{lv}.")))
NIL
NIL
-(-1099)
+(-1101)
((|constructor| (NIL "The package \\spadtype{System} provides information about the runtime system and its characteristics.")) (|loadNativeModule| (((|Void|) (|String|)) "\\spad{loadNativeModule(path)} loads the native modile designated by \\spadvar{\\spad{path}}.")) (|nativeModuleExtension| (((|String|)) "\\spad{nativeModuleExtension()} returns a string representation of a filename extension for native modules.")) (|hostPlatform| (((|String|)) "\\spad{hostPlatform()} returns a string `triplet' description of the platform hosting the running OpenAxiom system.")) (|rootDirectory| (((|String|)) "\\spad{rootDirectory()} returns the pathname of the root directory for the running OpenAxiom system.")))
NIL
NIL
-(-1100 S)
+(-1102 S)
((|constructor| (NIL "TableauBumpers implements the Schenstead-Knuth correspondence between sequences and pairs of Young tableaux. The 2 Young tableaux are represented as a single tableau with pairs as components.")) (|mr| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| (|List| (|List| |#1|)))) "\\spad{mr(t)} is an auxiliary function which finds the position of the maximum element of a tableau \\spad{t} which is in the lowest row,{} producing a record of results")) (|maxrow| (((|Record| (|:| |f1| (|List| |#1|)) (|:| |f2| (|List| (|List| (|List| |#1|)))) (|:| |f3| (|List| (|List| |#1|))) (|:| |f4| (|List| (|List| (|List| |#1|))))) (|List| |#1|) (|List| (|List| (|List| |#1|))) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|))) (|List| (|List| (|List| |#1|)))) "\\spad{maxrow(a,{}b,{}c,{}d,{}e)} is an auxiliary function for \\spad{mr}")) (|inverse| (((|List| |#1|) (|List| |#1|)) "\\spad{inverse(ls)} forms the inverse of a sequence \\spad{ls}")) (|slex| (((|List| (|List| |#1|)) (|List| |#1|)) "\\spad{slex(ls)} sorts the argument sequence \\spad{ls},{} then zips (see \\spadfunFrom{map}{ListFunctions3}) the original argument sequence with the sorted result to a list of pairs")) (|lex| (((|List| (|List| |#1|)) (|List| (|List| |#1|))) "\\spad{lex(ls)} sorts a list of pairs to lexicographic order")) (|tab| (((|Tableau| (|List| |#1|)) (|List| |#1|)) "\\spad{tab(ls)} creates a tableau from \\spad{ls} by first creating a list of pairs using \\spadfunFrom{slex}{TableauBumpers},{} then creating a tableau using \\spadfunFrom{tab1}{TableauBumpers}.")) (|tab1| (((|List| (|List| (|List| |#1|))) (|List| (|List| |#1|))) "\\spad{tab1(lp)} creates a tableau from a list of pairs \\spad{lp}")) (|bat| (((|List| (|List| |#1|)) (|Tableau| (|List| |#1|))) "\\spad{bat(ls)} unbumps a tableau \\spad{ls}")) (|bat1| (((|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{bat1(llp)} unbumps a tableau \\spad{llp}. Operation bat1 is the inverse of tab1.")) (|untab| (((|List| (|List| |#1|)) (|List| (|List| |#1|)) (|List| (|List| (|List| |#1|)))) "\\spad{untab(lp,{}llp)} is an auxiliary function which unbumps a tableau \\spad{llp},{} using \\spad{lp} to accumulate pairs")) (|bumptab1| (((|List| (|List| (|List| |#1|))) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab1(pr,{}t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spadfun{<},{} returning a new tableau")) (|bumptab| (((|List| (|List| (|List| |#1|))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| (|List| |#1|)))) "\\spad{bumptab(cf,{}pr,{}t)} bumps a tableau \\spad{t} with a pair \\spad{pr} using comparison function \\spad{cf},{} returning a new tableau")) (|bumprow| (((|Record| (|:| |fs| (|Boolean|)) (|:| |sd| (|List| |#1|)) (|:| |td| (|List| (|List| |#1|)))) (|Mapping| (|Boolean|) |#1| |#1|) (|List| |#1|) (|List| (|List| |#1|))) "\\spad{bumprow(cf,{}pr,{}r)} is an auxiliary function which bumps a row \\spad{r} with a pair \\spad{pr} using comparison function \\spad{cf},{} and returns a record")))
NIL
NIL
-(-1101 S)
+(-1103 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
-(-1102 |Key| |Entry|)
+(-1104 |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}")))
-((-4259 . T) (-4260 . T))
-((-12 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -288) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1556) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3448) (|devaluate| |#2|)))))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#2| (QUOTE (-1020)))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -567) (QUOTE (-501)))) (-12 (|HasCategory| |#2| (QUOTE (-1020))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#2| (QUOTE (-1020))) (-2067 (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#2| (LIST (QUOTE -566) (QUOTE (-798)))) (|HasCategory| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1103 R)
+((-4261 . T) (-4262 . T))
+((-12 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -290) (LIST (QUOTE -2) (LIST (QUOTE |:|) (QUOTE -1550) (|devaluate| |#1|)) (LIST (QUOTE |:|) (QUOTE -3484) (|devaluate| |#2|)))))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#2| (QUOTE (-1022)))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -569) (QUOTE (-503)))) (-12 (|HasCategory| |#2| (QUOTE (-1022))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#2| (QUOTE (-1022))) (-2027 (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#2| (LIST (QUOTE -568) (QUOTE (-800)))) (|HasCategory| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1105 R)
((|constructor| (NIL "Expands tangents of sums and scalar products.")) (|tanNa| ((|#1| |#1| (|Integer|)) "\\spad{tanNa(a,{} n)} returns \\spad{f(a)} such that if \\spad{a = tan(u)} then \\spad{f(a) = tan(n * u)}.")) (|tanAn| (((|SparseUnivariatePolynomial| |#1|) |#1| (|PositiveInteger|)) "\\spad{tanAn(a,{} n)} returns \\spad{P(x)} such that if \\spad{a = tan(u)} then \\spad{P(tan(u/n)) = 0}.")) (|tanSum| ((|#1| (|List| |#1|)) "\\spad{tanSum([a1,{}...,{}an])} returns \\spad{f(a1,{}...,{}an)} such that if \\spad{\\spad{ai} = tan(\\spad{ui})} then \\spad{f(a1,{}...,{}an) = tan(u1 + ... + un)}.")))
NIL
NIL
-(-1104 S |Key| |Entry|)
+(-1106 S |Key| |Entry|)
((|constructor| (NIL "A table aggregate is a model of a table,{} \\spadignore{i.e.} a discrete many-to-one mapping from keys to entries.")) (|map| (($ (|Mapping| |#3| |#3| |#3|) $ $) "\\spad{map(fn,{}t1,{}t2)} creates a new table \\spad{t} from given tables \\spad{t1} and \\spad{t2} with elements \\spad{fn}(\\spad{x},{}\\spad{y}) where \\spad{x} and \\spad{y} are corresponding elements from \\spad{t1} and \\spad{t2} respectively.")) (|table| (($ (|List| (|Record| (|:| |key| |#2|) (|:| |entry| |#3|)))) "\\spad{table([x,{}y,{}...,{}z])} creates a table consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{table()}\\$\\spad{T} creates an empty table of type \\spad{T}.")) (|setelt| ((|#3| $ |#2| |#3|) "\\spad{setelt(t,{}k,{}e)} (also written \\axiom{\\spad{t}.\\spad{k} \\spad{:=} \\spad{e}}) is equivalent to \\axiom{(insert([\\spad{k},{}\\spad{e}],{}\\spad{t}); \\spad{e})}.")))
NIL
NIL
-(-1105 |Key| |Entry|)
+(-1107 |Key| |Entry|)
((|constructor| (NIL "A table aggregate is a model of a table,{} \\spadignore{i.e.} a discrete many-to-one mapping from keys to entries.")) (|map| (($ (|Mapping| |#2| |#2| |#2|) $ $) "\\spad{map(fn,{}t1,{}t2)} creates a new table \\spad{t} from given tables \\spad{t1} and \\spad{t2} with elements \\spad{fn}(\\spad{x},{}\\spad{y}) where \\spad{x} and \\spad{y} are corresponding elements from \\spad{t1} and \\spad{t2} respectively.")) (|table| (($ (|List| (|Record| (|:| |key| |#1|) (|:| |entry| |#2|)))) "\\spad{table([x,{}y,{}...,{}z])} creates a table consisting of entries \\axiom{\\spad{x},{}\\spad{y},{}...,{}\\spad{z}}.") (($) "\\spad{table()}\\$\\spad{T} creates an empty table of type \\spad{T}.")) (|setelt| ((|#2| $ |#1| |#2|) "\\spad{setelt(t,{}k,{}e)} (also written \\axiom{\\spad{t}.\\spad{k} \\spad{:=} \\spad{e}}) is equivalent to \\axiom{(insert([\\spad{k},{}\\spad{e}],{}\\spad{t}); \\spad{e})}.")))
-((-4260 . T) (-1456 . T))
+((-4262 . T) (-1442 . T))
NIL
-(-1106 |Key| |Entry|)
+(-1108 |Key| |Entry|)
((|constructor| (NIL "\\axiom{TabulatedComputationPackage(Key ,{}Entry)} provides some modest support for dealing with operations with type \\axiom{Key \\spad{->} Entry}. The result of such operations can be stored and retrieved with this package by using a hash-table. The user does not need to worry about the management of this hash-table. However,{} onnly one hash-table is built by calling \\axiom{TabulatedComputationPackage(Key ,{}Entry)}.")) (|insert!| (((|Void|) |#1| |#2|) "\\axiom{insert!(\\spad{x},{}\\spad{y})} stores the item whose key is \\axiom{\\spad{x}} and whose entry is \\axiom{\\spad{y}}.")) (|extractIfCan| (((|Union| |#2| "failed") |#1|) "\\axiom{extractIfCan(\\spad{x})} searches the item whose key is \\axiom{\\spad{x}}.")) (|makingStats?| (((|Boolean|)) "\\axiom{makingStats?()} returns \\spad{true} iff the statisitics process is running.")) (|printingInfo?| (((|Boolean|)) "\\axiom{printingInfo?()} returns \\spad{true} iff messages are printed when manipulating items from the hash-table.")) (|usingTable?| (((|Boolean|)) "\\axiom{usingTable?()} returns \\spad{true} iff the hash-table is used")) (|clearTable!| (((|Void|)) "\\axiom{clearTable!()} clears the hash-table and assumes that it will no longer be used.")) (|printStats!| (((|Void|)) "\\axiom{printStats!()} prints the statistics.")) (|startStats!| (((|Void|) (|String|)) "\\axiom{startStats!(\\spad{x})} initializes the statisitics process and sets the comments to display when statistics are printed")) (|printInfo!| (((|Void|) (|String|) (|String|)) "\\axiom{printInfo!(\\spad{x},{}\\spad{y})} initializes the mesages to be printed when manipulating items from the hash-table. If a key is retrieved then \\axiom{\\spad{x}} is displayed. If an item is stored then \\axiom{\\spad{y}} is displayed.")) (|initTable!| (((|Void|)) "\\axiom{initTable!()} initializes the hash-table.")))
NIL
NIL
-(-1107)
+(-1109)
((|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
-(-1108 S)
+(-1110 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
-(-1109)
+(-1111)
((|constructor| (NIL "\\spadtype{TexFormat} provides a coercion from \\spadtype{OutputForm} to \\TeX{} format. The particular dialect of \\TeX{} used is \\LaTeX{}. The basic object consists of three parts: a prologue,{} a tex part and an epilogue. The functions \\spadfun{prologue},{} \\spadfun{tex} and \\spadfun{epilogue} extract these parts,{} respectively. The main guts of the expression go into the tex part. The other parts can be set (\\spadfun{setPrologue!},{} \\spadfun{setEpilogue!}) so that contain the appropriate tags for printing. For example,{} the prologue and epilogue might simply contain \\spad{``}\\verb+\\spad{\\[}+\\spad{''} and \\spad{``}\\verb+\\spad{\\]}+\\spad{''},{} respectively,{} so that the TeX section will be printed in LaTeX display math mode.")) (|setPrologue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setPrologue!(t,{}strings)} sets the prologue section of a TeX form \\spad{t} to \\spad{strings}.")) (|setTex!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setTex!(t,{}strings)} sets the TeX section of a TeX form \\spad{t} to \\spad{strings}.")) (|setEpilogue!| (((|List| (|String|)) $ (|List| (|String|))) "\\spad{setEpilogue!(t,{}strings)} sets the epilogue section of a TeX form \\spad{t} to \\spad{strings}.")) (|prologue| (((|List| (|String|)) $) "\\spad{prologue(t)} extracts the prologue section of a TeX form \\spad{t}.")) (|new| (($) "\\spad{new()} create a new,{} empty object. Use \\spadfun{setPrologue!},{} \\spadfun{setTex!} and \\spadfun{setEpilogue!} to set the various components of this object.")) (|tex| (((|List| (|String|)) $) "\\spad{tex(t)} extracts the TeX section of a TeX form \\spad{t}.")) (|epilogue| (((|List| (|String|)) $) "\\spad{epilogue(t)} extracts the epilogue section of a TeX form \\spad{t}.")) (|display| (((|Void|) $) "\\spad{display(t)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to the value set by the system command \\spadsyscom{set output length}.") (((|Void|) $ (|Integer|)) "\\spad{display(t,{}width)} outputs the TeX formatted code \\spad{t} so that each line has length less than or equal to \\spadvar{\\spad{width}}.")) (|convert| (($ (|OutputForm|) (|Integer|) (|OutputForm|)) "\\spad{convert(o,{}step,{}type)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number and \\spad{type}. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.") (($ (|OutputForm|) (|Integer|)) "\\spad{convert(o,{}step)} changes \\spad{o} in standard output format to TeX format and also adds the given \\spad{step} number. This is useful if you want to create equations with given numbers or have the equation numbers correspond to the interpreter \\spad{step} numbers.")) (|coerce| (($ (|OutputForm|)) "\\spad{coerce(o)} changes \\spad{o} in the standard output format to TeX format.")))
NIL
NIL
-(-1110)
+(-1112)
((|constructor| (NIL "This domain provides an implementation of text files. Text is stored in these files using the native character set of the computer.")) (|endOfFile?| (((|Boolean|) $) "\\spad{endOfFile?(f)} tests whether the file \\spad{f} is positioned after the end of all text. If the file is open for output,{} then this test is always \\spad{true}.")) (|readIfCan!| (((|Union| (|String|) "failed") $) "\\spad{readIfCan!(f)} returns a string of the contents of a line from file \\spad{f},{} if possible. If \\spad{f} is not readable or if it is positioned at the end of file,{} then \\spad{\"failed\"} is returned.")) (|readLineIfCan!| (((|Union| (|String|) "failed") $) "\\spad{readLineIfCan!(f)} returns a string of the contents of a line from file \\spad{f},{} if possible. If \\spad{f} is not readable or if it is positioned at the end of file,{} then \\spad{\"failed\"} is returned.")) (|readLine!| (((|String|) $) "\\spad{readLine!(f)} returns a string of the contents of a line from the file \\spad{f}.")) (|writeLine!| (((|String|) $) "\\spad{writeLine!(f)} finishes the current line in the file \\spad{f}. An empty string is returned. The call \\spad{writeLine!(f)} is equivalent to \\spad{writeLine!(f,{}\"\")}.") (((|String|) $ (|String|)) "\\spad{writeLine!(f,{}s)} writes the contents of the string \\spad{s} and finishes the current line in the file \\spad{f}. The value of \\spad{s} is returned.")))
NIL
NIL
-(-1111 R)
+(-1113 R)
((|constructor| (NIL "Tools for the sign finding utilities.")) (|direction| (((|Integer|) (|String|)) "\\spad{direction(s)} \\undocumented")) (|nonQsign| (((|Union| (|Integer|) "failed") |#1|) "\\spad{nonQsign(r)} \\undocumented")) (|sign| (((|Union| (|Integer|) "failed") |#1|) "\\spad{sign(r)} \\undocumented")))
NIL
NIL
-(-1112)
+(-1114)
((|constructor| (NIL "This package exports a function for making a \\spadtype{ThreeSpace}")) (|createThreeSpace| (((|ThreeSpace| (|DoubleFloat|))) "\\spad{createThreeSpace()} creates a \\spadtype{ThreeSpace(DoubleFloat)} object capable of holding point,{} curve,{} mesh components and any combination.")))
NIL
NIL
-(-1113 S)
+(-1115 S)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{\\spad{pi}()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1114)
+(-1116)
((|constructor| (NIL "Category for the transcendental elementary functions.")) (|pi| (($) "\\spad{\\spad{pi}()} returns the constant \\spad{pi}.")))
NIL
NIL
-(-1115 S)
+(-1117 S)
((|constructor| (NIL "\\spadtype{Tree(S)} is a basic domains of tree structures. Each tree is either empty or else is a {\\it node} consisting of a value and a list of (sub)trees.")) (|cyclicParents| (((|List| $) $) "\\spad{cyclicParents(t)} returns a list of cycles that are parents of \\spad{t}.")) (|cyclicEqual?| (((|Boolean|) $ $) "\\spad{cyclicEqual?(t1,{} t2)} tests of two cyclic trees have the same structure.")) (|cyclicEntries| (((|List| $) $) "\\spad{cyclicEntries(t)} returns a list of top-level cycles in tree \\spad{t}.")) (|cyclicCopy| (($ $) "\\spad{cyclicCopy(l)} makes a copy of a (possibly) cyclic tree \\spad{l}.")) (|cyclic?| (((|Boolean|) $) "\\spad{cyclic?(t)} tests if \\spad{t} is a cyclic tree.")) (|tree| (($ |#1|) "\\spad{tree(nd)} creates a tree with value \\spad{nd},{} and no children") (($ (|List| |#1|)) "\\spad{tree(ls)} creates a tree from a list of elements of \\spad{s}.") (($ |#1| (|List| $)) "\\spad{tree(nd,{}ls)} creates a tree with value \\spad{nd},{} and children \\spad{ls}.")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1020))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1116 S)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (QUOTE (-1022))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1118 S)
((|constructor| (NIL "Category for the trigonometric functions.")) (|tan| (($ $) "\\spad{tan(x)} returns the tangent of \\spad{x}.")) (|sin| (($ $) "\\spad{sin(x)} returns the sine of \\spad{x}.")) (|sec| (($ $) "\\spad{sec(x)} returns the secant of \\spad{x}.")) (|csc| (($ $) "\\spad{csc(x)} returns the cosecant of \\spad{x}.")) (|cot| (($ $) "\\spad{cot(x)} returns the cotangent of \\spad{x}.")) (|cos| (($ $) "\\spad{cos(x)} returns the cosine of \\spad{x}.")))
NIL
NIL
-(-1117)
+(-1119)
((|constructor| (NIL "Category for the trigonometric functions.")) (|tan| (($ $) "\\spad{tan(x)} returns the tangent of \\spad{x}.")) (|sin| (($ $) "\\spad{sin(x)} returns the sine of \\spad{x}.")) (|sec| (($ $) "\\spad{sec(x)} returns the secant of \\spad{x}.")) (|csc| (($ $) "\\spad{csc(x)} returns the cosecant of \\spad{x}.")) (|cot| (($ $) "\\spad{cot(x)} returns the cotangent of \\spad{x}.")) (|cos| (($ $) "\\spad{cos(x)} returns the cosine of \\spad{x}.")))
NIL
NIL
-(-1118 R -1834)
+(-1120 R -1819)
((|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
-(-1119 R |Row| |Col| M)
+(-1121 R |Row| |Col| M)
((|constructor| (NIL "This package provides functions that compute \"fraction-free\" inverses of upper and lower triangular matrices over a integral domain. By \"fraction-free inverses\" we mean the following: given a matrix \\spad{B} with entries in \\spad{R} and an element \\spad{d} of \\spad{R} such that \\spad{d} * inv(\\spad{B}) also has entries in \\spad{R},{} we return \\spad{d} * inv(\\spad{B}). Thus,{} it is not necessary to pass to the quotient field in any of our computations.")) (|LowTriBddDenomInv| ((|#4| |#4| |#1|) "\\spad{LowTriBddDenomInv(B,{}d)} returns \\spad{M},{} where \\spad{B} is a non-singular lower triangular matrix and \\spad{d} is an element of \\spad{R} such that \\spad{M = d * inv(B)} has entries in \\spad{R}.")) (|UpTriBddDenomInv| ((|#4| |#4| |#1|) "\\spad{UpTriBddDenomInv(B,{}d)} returns \\spad{M},{} where \\spad{B} is a non-singular upper triangular matrix and \\spad{d} is an element of \\spad{R} such that \\spad{M = d * inv(B)} has entries in \\spad{R}.")))
NIL
NIL
-(-1120 R -1834)
+(-1122 R -1819)
((|constructor| (NIL "TranscendentalManipulations provides functions to simplify and expand expressions involving transcendental operators.")) (|expandTrigProducts| ((|#2| |#2|) "\\spad{expandTrigProducts(e)} replaces \\axiom{sin(\\spad{x})*sin(\\spad{y})} by \\spad{(cos(x-y)-cos(x+y))/2},{} \\axiom{cos(\\spad{x})*cos(\\spad{y})} by \\spad{(cos(x-y)+cos(x+y))/2},{} and \\axiom{sin(\\spad{x})*cos(\\spad{y})} by \\spad{(sin(x-y)+sin(x+y))/2}. Note that this operation uses the pattern matcher and so is relatively expensive. To avoid getting into an infinite loop the transformations are applied at most ten times.")) (|removeSinhSq| ((|#2| |#2|) "\\spad{removeSinhSq(f)} converts every \\spad{sinh(u)**2} appearing in \\spad{f} into \\spad{1 - cosh(x)**2},{} and also reduces higher powers of \\spad{sinh(u)} with that formula.")) (|removeCoshSq| ((|#2| |#2|) "\\spad{removeCoshSq(f)} converts every \\spad{cosh(u)**2} appearing in \\spad{f} into \\spad{1 - sinh(x)**2},{} and also reduces higher powers of \\spad{cosh(u)} with that formula.")) (|removeSinSq| ((|#2| |#2|) "\\spad{removeSinSq(f)} converts every \\spad{sin(u)**2} appearing in \\spad{f} into \\spad{1 - cos(x)**2},{} and also reduces higher powers of \\spad{sin(u)} with that formula.")) (|removeCosSq| ((|#2| |#2|) "\\spad{removeCosSq(f)} converts every \\spad{cos(u)**2} appearing in \\spad{f} into \\spad{1 - sin(x)**2},{} and also reduces higher powers of \\spad{cos(u)} with that formula.")) (|coth2tanh| ((|#2| |#2|) "\\spad{coth2tanh(f)} converts every \\spad{coth(u)} appearing in \\spad{f} into \\spad{1/tanh(u)}.")) (|cot2tan| ((|#2| |#2|) "\\spad{cot2tan(f)} converts every \\spad{cot(u)} appearing in \\spad{f} into \\spad{1/tan(u)}.")) (|tanh2coth| ((|#2| |#2|) "\\spad{tanh2coth(f)} converts every \\spad{tanh(u)} appearing in \\spad{f} into \\spad{1/coth(u)}.")) (|tan2cot| ((|#2| |#2|) "\\spad{tan2cot(f)} converts every \\spad{tan(u)} appearing in \\spad{f} into \\spad{1/cot(u)}.")) (|tanh2trigh| ((|#2| |#2|) "\\spad{tanh2trigh(f)} converts every \\spad{tanh(u)} appearing in \\spad{f} into \\spad{sinh(u)/cosh(u)}.")) (|tan2trig| ((|#2| |#2|) "\\spad{tan2trig(f)} converts every \\spad{tan(u)} appearing in \\spad{f} into \\spad{sin(u)/cos(u)}.")) (|sinh2csch| ((|#2| |#2|) "\\spad{sinh2csch(f)} converts every \\spad{sinh(u)} appearing in \\spad{f} into \\spad{1/csch(u)}.")) (|sin2csc| ((|#2| |#2|) "\\spad{sin2csc(f)} converts every \\spad{sin(u)} appearing in \\spad{f} into \\spad{1/csc(u)}.")) (|sech2cosh| ((|#2| |#2|) "\\spad{sech2cosh(f)} converts every \\spad{sech(u)} appearing in \\spad{f} into \\spad{1/cosh(u)}.")) (|sec2cos| ((|#2| |#2|) "\\spad{sec2cos(f)} converts every \\spad{sec(u)} appearing in \\spad{f} into \\spad{1/cos(u)}.")) (|csch2sinh| ((|#2| |#2|) "\\spad{csch2sinh(f)} converts every \\spad{csch(u)} appearing in \\spad{f} into \\spad{1/sinh(u)}.")) (|csc2sin| ((|#2| |#2|) "\\spad{csc2sin(f)} converts every \\spad{csc(u)} appearing in \\spad{f} into \\spad{1/sin(u)}.")) (|coth2trigh| ((|#2| |#2|) "\\spad{coth2trigh(f)} converts every \\spad{coth(u)} appearing in \\spad{f} into \\spad{cosh(u)/sinh(u)}.")) (|cot2trig| ((|#2| |#2|) "\\spad{cot2trig(f)} converts every \\spad{cot(u)} appearing in \\spad{f} into \\spad{cos(u)/sin(u)}.")) (|cosh2sech| ((|#2| |#2|) "\\spad{cosh2sech(f)} converts every \\spad{cosh(u)} appearing in \\spad{f} into \\spad{1/sech(u)}.")) (|cos2sec| ((|#2| |#2|) "\\spad{cos2sec(f)} converts every \\spad{cos(u)} appearing in \\spad{f} into \\spad{1/sec(u)}.")) (|expandLog| ((|#2| |#2|) "\\spad{expandLog(f)} converts every \\spad{log(a/b)} appearing in \\spad{f} into \\spad{log(a) - log(b)},{} and every \\spad{log(a*b)} into \\spad{log(a) + log(b)}..")) (|expandPower| ((|#2| |#2|) "\\spad{expandPower(f)} converts every power \\spad{(a/b)**c} appearing in \\spad{f} into \\spad{a**c * b**(-c)}.")) (|simplifyLog| ((|#2| |#2|) "\\spad{simplifyLog(f)} converts every \\spad{log(a) - log(b)} appearing in \\spad{f} into \\spad{log(a/b)},{} every \\spad{log(a) + log(b)} into \\spad{log(a*b)} and every \\spad{n*log(a)} into \\spad{log(a^n)}.")) (|simplifyExp| ((|#2| |#2|) "\\spad{simplifyExp(f)} converts every product \\spad{exp(a)*exp(b)} appearing in \\spad{f} into \\spad{exp(a+b)}.")) (|htrigs| ((|#2| |#2|) "\\spad{htrigs(f)} converts all the exponentials in \\spad{f} into hyperbolic sines and cosines.")) (|simplify| ((|#2| |#2|) "\\spad{simplify(f)} performs the following simplifications on \\spad{f:}\\begin{items} \\item 1. rewrites trigs and hyperbolic trigs in terms of \\spad{sin} ,{}\\spad{cos},{} \\spad{sinh},{} \\spad{cosh}. \\item 2. rewrites \\spad{sin**2} and \\spad{sinh**2} in terms of \\spad{cos} and \\spad{cosh},{} \\item 3. rewrites \\spad{exp(a)*exp(b)} as \\spad{exp(a+b)}. \\item 4. rewrites \\spad{(a**(1/n))**m * (a**(1/s))**t} as a single power of a single radical of \\spad{a}. \\end{items}")) (|expand| ((|#2| |#2|) "\\spad{expand(f)} performs the following expansions on \\spad{f:}\\begin{items} \\item 1. logs of products are expanded into sums of logs,{} \\item 2. trigonometric and hyperbolic trigonometric functions of sums are expanded into sums of products of trigonometric and hyperbolic trigonometric functions. \\item 3. formal powers of the form \\spad{(a/b)**c} are expanded into \\spad{a**c * b**(-c)}. \\end{items}")))
NIL
-((-12 (|HasCategory| |#1| (LIST (QUOTE -567) (LIST (QUOTE -827) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -821) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -821) (|devaluate| |#1|)))))
-(-1121 S R E V P)
+((-12 (|HasCategory| |#1| (LIST (QUOTE -569) (LIST (QUOTE -829) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -823) (|devaluate| |#1|))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (|devaluate| |#1|)))) (|HasCategory| |#2| (LIST (QUOTE -823) (|devaluate| |#1|)))))
+(-1123 S R E V P)
((|constructor| (NIL "The category of triangular sets of multivariate polynomials with coefficients in an integral domain. Let \\axiom{\\spad{R}} be an integral domain and \\axiom{\\spad{V}} a finite ordered set of variables,{} say \\axiom{\\spad{X1} < \\spad{X2} < ... < \\spad{Xn}}. A set \\axiom{\\spad{S}} of polynomials in \\axiom{\\spad{R}[\\spad{X1},{}\\spad{X2},{}...,{}\\spad{Xn}]} is triangular if no elements of \\axiom{\\spad{S}} lies in \\axiom{\\spad{R}},{} and if two distinct elements of \\axiom{\\spad{S}} have distinct main variables. Note that the empty set is a triangular set. A triangular set is not necessarily a (lexicographical) Groebner basis and the notion of reduction related to triangular sets is based on the recursive view of polynomials. We recall this notion here and refer to [1] for more details. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a non-constant polynomial \\axiom{\\spad{Q}} if the degree of \\axiom{\\spad{P}} in the main variable of \\axiom{\\spad{Q}} is less than the main degree of \\axiom{\\spad{Q}}. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a triangular set \\axiom{\\spad{T}} if it is reduced \\spad{w}.\\spad{r}.\\spad{t}. every polynomial of \\axiom{\\spad{T}}. \\newline References : \\indented{1}{[1] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)}")) (|coHeight| (((|NonNegativeInteger|) $) "\\axiom{coHeight(\\spad{ts})} returns \\axiom{size()\\spad{\\$}\\spad{V}} minus \\axiom{\\spad{\\#}\\spad{ts}}.")) (|extend| (($ $ |#5|) "\\axiom{extend(\\spad{ts},{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{\\spad{ts}},{} according to the properties of triangular sets of the current category If the required properties do not hold an error is returned.")) (|extendIfCan| (((|Union| $ "failed") $ |#5|) "\\axiom{extendIfCan(\\spad{ts},{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{\\spad{ts}},{} according to the properties of triangular sets of the current domain. If the required properties do not hold then \"failed\" is returned. This operation encodes in some sense the properties of the triangular sets of the current category. Is is used to implement the \\axiom{construct} operation to guarantee that every triangular set build from a list of polynomials has the required properties.")) (|select| (((|Union| |#5| "failed") $ |#4|) "\\axiom{select(\\spad{ts},{}\\spad{v})} returns the polynomial of \\axiom{\\spad{ts}} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#4| $) "\\axiom{algebraic?(\\spad{v},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{\\spad{ts}}.")) (|algebraicVariables| (((|List| |#4|) $) "\\axiom{algebraicVariables(\\spad{ts})} returns the decreasingly sorted list of the main variables of the polynomials of \\axiom{\\spad{ts}}.")) (|rest| (((|Union| $ "failed") $) "\\axiom{rest(\\spad{ts})} returns the polynomials of \\axiom{\\spad{ts}} with smaller main variable than \\axiom{mvar(\\spad{ts})} if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \"failed\"")) (|last| (((|Union| |#5| "failed") $) "\\axiom{last(\\spad{ts})} returns the polynomial of \\axiom{\\spad{ts}} with smallest main variable if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|first| (((|Union| |#5| "failed") $) "\\axiom{first(\\spad{ts})} returns the polynomial of \\axiom{\\spad{ts}} with greatest main variable if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#5|)))) (|List| |#5|)) "\\axiom{zeroSetSplitIntoTriangularSystems(\\spad{lp})} returns a list of triangular systems \\axiom{[[\\spad{ts1},{}\\spad{qs1}],{}...,{}[\\spad{tsn},{}\\spad{qsn}]]} such that the zero set of \\axiom{\\spad{lp}} is the union of the closures of the \\axiom{W_i} where \\axiom{W_i} consists of the zeros of \\axiom{\\spad{ts}} which do not cancel any polynomial in \\axiom{qsi}.")) (|zeroSetSplit| (((|List| $) (|List| |#5|)) "\\axiom{zeroSetSplit(\\spad{lp})} returns a list \\axiom{\\spad{lts}} of triangular sets such that the zero set of \\axiom{\\spad{lp}} is the union of the closures of the regular zero sets of the members of \\axiom{\\spad{lts}}.")) (|reduceByQuasiMonic| ((|#5| |#5| $) "\\axiom{reduceByQuasiMonic(\\spad{p},{}\\spad{ts})} returns the same as \\axiom{remainder(\\spad{p},{}collectQuasiMonic(\\spad{ts})).polnum}.")) (|collectQuasiMonic| (($ $) "\\axiom{collectQuasiMonic(\\spad{ts})} returns the subset of \\axiom{\\spad{ts}} consisting of the polynomials with initial in \\axiom{\\spad{R}}.")) (|removeZero| ((|#5| |#5| $) "\\axiom{removeZero(\\spad{p},{}\\spad{ts})} returns \\axiom{0} if \\axiom{\\spad{p}} reduces to \\axiom{0} by pseudo-division \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{ts}} otherwise returns a polynomial \\axiom{\\spad{q}} computed from \\axiom{\\spad{p}} by removing any coefficient in \\axiom{\\spad{p}} reducing to \\axiom{0}.")) (|initiallyReduce| ((|#5| |#5| $) "\\axiom{initiallyReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|headReduce| ((|#5| |#5| $) "\\axiom{headReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduce?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|stronglyReduce| ((|#5| |#5| $) "\\axiom{stronglyReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{stronglyReduced?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|rewriteSetWithReduction| (((|List| |#5|) (|List| |#5|) $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{rewriteSetWithReduction(\\spad{lp},{}\\spad{ts},{}redOp,{}redOp?)} returns a list \\axiom{\\spad{lq}} of polynomials such that \\axiom{[reduce(\\spad{p},{}\\spad{ts},{}redOp,{}redOp?) for \\spad{p} in \\spad{lp}]} and \\axiom{\\spad{lp}} have the same zeros inside the regular zero set of \\axiom{\\spad{ts}}. Moreover,{} for every polynomial \\axiom{\\spad{q}} in \\axiom{\\spad{lq}} and every polynomial \\axiom{\\spad{t}} in \\axiom{\\spad{ts}} \\axiom{redOp?(\\spad{q},{}\\spad{t})} holds and there exists a polynomial \\axiom{\\spad{p}} in the ideal generated by \\axiom{\\spad{lp}} and a product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|reduce| ((|#5| |#5| $ (|Mapping| |#5| |#5| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{reduce(\\spad{p},{}\\spad{ts},{}redOp,{}redOp?)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{redOp?(\\spad{r},{}\\spad{p})} holds for every \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} and there exists some product \\axiom{\\spad{h}} of the initials of the members of \\axiom{\\spad{ts}} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#5| (|List| |#5|))) "\\axiom{autoReduced?(\\spad{ts},{}redOp?)} returns \\spad{true} iff every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to every other in the sense of \\axiom{redOp?}")) (|initiallyReduced?| (((|Boolean|) $) "\\spad{initiallyReduced?(ts)} returns \\spad{true} iff for every element \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the other elements of \\axiom{\\spad{ts}} with the same main variable.") (((|Boolean|) |#5| $) "\\axiom{initiallyReduced?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the elements of \\axiom{\\spad{ts}} with the same main variable.")) (|headReduced?| (((|Boolean|) $) "\\spad{headReduced?(ts)} returns \\spad{true} iff the head of every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#5| $) "\\axiom{headReduced?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff the head of \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|stronglyReduced?| (((|Boolean|) $) "\\axiom{stronglyReduced?(\\spad{ts})} returns \\spad{true} iff every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#5| $) "\\axiom{stronglyReduced?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|reduced?| (((|Boolean|) |#5| $ (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{reduced?(\\spad{p},{}\\spad{ts},{}redOp?)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. in the sense of the operation \\axiom{redOp?},{} that is if for every \\axiom{\\spad{t}} in \\axiom{\\spad{ts}} \\axiom{redOp?(\\spad{p},{}\\spad{t})} holds.")) (|normalized?| (((|Boolean|) $) "\\axiom{normalized?(\\spad{ts})} returns \\spad{true} iff for every axiom{\\spad{p}} in axiom{\\spad{ts}} we have \\axiom{normalized?(\\spad{p},{}us)} where \\axiom{us} is \\axiom{collectUnder(\\spad{ts},{}mvar(\\spad{p}))}.") (((|Boolean|) |#5| $) "\\axiom{normalized?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variables of the polynomials of \\axiom{\\spad{ts}}")) (|quasiComponent| (((|Record| (|:| |close| (|List| |#5|)) (|:| |open| (|List| |#5|))) $) "\\axiom{quasiComponent(\\spad{ts})} returns \\axiom{[\\spad{lp},{}\\spad{lq}]} where \\axiom{\\spad{lp}} is the list of the members of \\axiom{\\spad{ts}} and \\axiom{\\spad{lq}}is \\axiom{initials(\\spad{ts})}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(\\spad{ts})} returns the product of main degrees of the members of \\axiom{\\spad{ts}}.")) (|initials| (((|List| |#5|) $) "\\axiom{initials(\\spad{ts})} returns the list of the non-constant initials of the members of \\axiom{\\spad{ts}}.")) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{basicSet(\\spad{ps},{}pred?,{}redOp?)} returns the same as \\axiom{basicSet(\\spad{qs},{}redOp?)} where \\axiom{\\spad{qs}} consists of the polynomials of \\axiom{\\spad{ps}} satisfying property \\axiom{pred?}.") (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#5|))) "failed") (|List| |#5|) (|Mapping| (|Boolean|) |#5| |#5|)) "\\axiom{basicSet(\\spad{ps},{}redOp?)} returns \\axiom{[\\spad{bs},{}\\spad{ts}]} where \\axiom{concat(\\spad{bs},{}\\spad{ts})} is \\axiom{\\spad{ps}} and \\axiom{\\spad{bs}} is a basic set in Wu Wen Tsun sense of \\axiom{\\spad{ps}} \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?},{} if no non-zero constant polynomial lie in \\axiom{\\spad{ps}},{} otherwise \\axiom{\"failed\"} is returned.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(\\spad{ts1},{}\\spad{ts2})} returns \\spad{true} iff \\axiom{\\spad{ts2}} has higher rank than \\axiom{\\spad{ts1}} in Wu Wen Tsun sense.")))
NIL
-((|HasCategory| |#4| (QUOTE (-346))))
-(-1122 R E V P)
+((|HasCategory| |#4| (QUOTE (-348))))
+(-1124 R E V P)
((|constructor| (NIL "The category of triangular sets of multivariate polynomials with coefficients in an integral domain. Let \\axiom{\\spad{R}} be an integral domain and \\axiom{\\spad{V}} a finite ordered set of variables,{} say \\axiom{\\spad{X1} < \\spad{X2} < ... < \\spad{Xn}}. A set \\axiom{\\spad{S}} of polynomials in \\axiom{\\spad{R}[\\spad{X1},{}\\spad{X2},{}...,{}\\spad{Xn}]} is triangular if no elements of \\axiom{\\spad{S}} lies in \\axiom{\\spad{R}},{} and if two distinct elements of \\axiom{\\spad{S}} have distinct main variables. Note that the empty set is a triangular set. A triangular set is not necessarily a (lexicographical) Groebner basis and the notion of reduction related to triangular sets is based on the recursive view of polynomials. We recall this notion here and refer to [1] for more details. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a non-constant polynomial \\axiom{\\spad{Q}} if the degree of \\axiom{\\spad{P}} in the main variable of \\axiom{\\spad{Q}} is less than the main degree of \\axiom{\\spad{Q}}. A polynomial \\axiom{\\spad{P}} is reduced \\spad{w}.\\spad{r}.\\spad{t} a triangular set \\axiom{\\spad{T}} if it is reduced \\spad{w}.\\spad{r}.\\spad{t}. every polynomial of \\axiom{\\spad{T}}. \\newline References : \\indented{1}{[1] \\spad{P}. AUBRY,{} \\spad{D}. LAZARD and \\spad{M}. MORENO MAZA \"On the Theories} \\indented{5}{of Triangular Sets\" Journal of Symbol. Comp. (to appear)}")) (|coHeight| (((|NonNegativeInteger|) $) "\\axiom{coHeight(\\spad{ts})} returns \\axiom{size()\\spad{\\$}\\spad{V}} minus \\axiom{\\spad{\\#}\\spad{ts}}.")) (|extend| (($ $ |#4|) "\\axiom{extend(\\spad{ts},{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{\\spad{ts}},{} according to the properties of triangular sets of the current category If the required properties do not hold an error is returned.")) (|extendIfCan| (((|Union| $ "failed") $ |#4|) "\\axiom{extendIfCan(\\spad{ts},{}\\spad{p})} returns a triangular set which encodes the simple extension by \\axiom{\\spad{p}} of the extension of the base field defined by \\axiom{\\spad{ts}},{} according to the properties of triangular sets of the current domain. If the required properties do not hold then \"failed\" is returned. This operation encodes in some sense the properties of the triangular sets of the current category. Is is used to implement the \\axiom{construct} operation to guarantee that every triangular set build from a list of polynomials has the required properties.")) (|select| (((|Union| |#4| "failed") $ |#3|) "\\axiom{select(\\spad{ts},{}\\spad{v})} returns the polynomial of \\axiom{\\spad{ts}} with \\axiom{\\spad{v}} as main variable,{} if any.")) (|algebraic?| (((|Boolean|) |#3| $) "\\axiom{algebraic?(\\spad{v},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{v}} is the main variable of some polynomial in \\axiom{\\spad{ts}}.")) (|algebraicVariables| (((|List| |#3|) $) "\\axiom{algebraicVariables(\\spad{ts})} returns the decreasingly sorted list of the main variables of the polynomials of \\axiom{\\spad{ts}}.")) (|rest| (((|Union| $ "failed") $) "\\axiom{rest(\\spad{ts})} returns the polynomials of \\axiom{\\spad{ts}} with smaller main variable than \\axiom{mvar(\\spad{ts})} if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \"failed\"")) (|last| (((|Union| |#4| "failed") $) "\\axiom{last(\\spad{ts})} returns the polynomial of \\axiom{\\spad{ts}} with smallest main variable if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|first| (((|Union| |#4| "failed") $) "\\axiom{first(\\spad{ts})} returns the polynomial of \\axiom{\\spad{ts}} with greatest main variable if \\axiom{\\spad{ts}} is not empty,{} otherwise returns \\axiom{\"failed\"}.")) (|zeroSetSplitIntoTriangularSystems| (((|List| (|Record| (|:| |close| $) (|:| |open| (|List| |#4|)))) (|List| |#4|)) "\\axiom{zeroSetSplitIntoTriangularSystems(\\spad{lp})} returns a list of triangular systems \\axiom{[[\\spad{ts1},{}\\spad{qs1}],{}...,{}[\\spad{tsn},{}\\spad{qsn}]]} such that the zero set of \\axiom{\\spad{lp}} is the union of the closures of the \\axiom{W_i} where \\axiom{W_i} consists of the zeros of \\axiom{\\spad{ts}} which do not cancel any polynomial in \\axiom{qsi}.")) (|zeroSetSplit| (((|List| $) (|List| |#4|)) "\\axiom{zeroSetSplit(\\spad{lp})} returns a list \\axiom{\\spad{lts}} of triangular sets such that the zero set of \\axiom{\\spad{lp}} is the union of the closures of the regular zero sets of the members of \\axiom{\\spad{lts}}.")) (|reduceByQuasiMonic| ((|#4| |#4| $) "\\axiom{reduceByQuasiMonic(\\spad{p},{}\\spad{ts})} returns the same as \\axiom{remainder(\\spad{p},{}collectQuasiMonic(\\spad{ts})).polnum}.")) (|collectQuasiMonic| (($ $) "\\axiom{collectQuasiMonic(\\spad{ts})} returns the subset of \\axiom{\\spad{ts}} consisting of the polynomials with initial in \\axiom{\\spad{R}}.")) (|removeZero| ((|#4| |#4| $) "\\axiom{removeZero(\\spad{p},{}\\spad{ts})} returns \\axiom{0} if \\axiom{\\spad{p}} reduces to \\axiom{0} by pseudo-division \\spad{w}.\\spad{r}.\\spad{t} \\axiom{\\spad{ts}} otherwise returns a polynomial \\axiom{\\spad{q}} computed from \\axiom{\\spad{p}} by removing any coefficient in \\axiom{\\spad{p}} reducing to \\axiom{0}.")) (|initiallyReduce| ((|#4| |#4| $) "\\axiom{initiallyReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{initiallyReduced?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|headReduce| ((|#4| |#4| $) "\\axiom{headReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{headReduce?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|stronglyReduce| ((|#4| |#4| $) "\\axiom{stronglyReduce(\\spad{p},{}\\spad{ts})} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{stronglyReduced?(\\spad{r},{}\\spad{ts})} holds and there exists some product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}.")) (|rewriteSetWithReduction| (((|List| |#4|) (|List| |#4|) $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{rewriteSetWithReduction(\\spad{lp},{}\\spad{ts},{}redOp,{}redOp?)} returns a list \\axiom{\\spad{lq}} of polynomials such that \\axiom{[reduce(\\spad{p},{}\\spad{ts},{}redOp,{}redOp?) for \\spad{p} in \\spad{lp}]} and \\axiom{\\spad{lp}} have the same zeros inside the regular zero set of \\axiom{\\spad{ts}}. Moreover,{} for every polynomial \\axiom{\\spad{q}} in \\axiom{\\spad{lq}} and every polynomial \\axiom{\\spad{t}} in \\axiom{\\spad{ts}} \\axiom{redOp?(\\spad{q},{}\\spad{t})} holds and there exists a polynomial \\axiom{\\spad{p}} in the ideal generated by \\axiom{\\spad{lp}} and a product \\axiom{\\spad{h}} of \\axiom{initials(\\spad{ts})} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|reduce| ((|#4| |#4| $ (|Mapping| |#4| |#4| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduce(\\spad{p},{}\\spad{ts},{}redOp,{}redOp?)} returns a polynomial \\axiom{\\spad{r}} such that \\axiom{redOp?(\\spad{r},{}\\spad{p})} holds for every \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} and there exists some product \\axiom{\\spad{h}} of the initials of the members of \\axiom{\\spad{ts}} such that \\axiom{\\spad{h*p} - \\spad{r}} lies in the ideal generated by \\axiom{\\spad{ts}}. The operation \\axiom{redOp} must satisfy the following conditions. For every \\axiom{\\spad{p}} and \\axiom{\\spad{q}} we have \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that \\axiom{init(\\spad{q})^e*p = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|autoReduced?| (((|Boolean|) $ (|Mapping| (|Boolean|) |#4| (|List| |#4|))) "\\axiom{autoReduced?(\\spad{ts},{}redOp?)} returns \\spad{true} iff every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to every other in the sense of \\axiom{redOp?}")) (|initiallyReduced?| (((|Boolean|) $) "\\spad{initiallyReduced?(ts)} returns \\spad{true} iff for every element \\axiom{\\spad{p}} of \\axiom{\\spad{ts}} \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the other elements of \\axiom{\\spad{ts}} with the same main variable.") (((|Boolean|) |#4| $) "\\axiom{initiallyReduced?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials are reduced \\spad{w}.\\spad{r}.\\spad{t}. to the elements of \\axiom{\\spad{ts}} with the same main variable.")) (|headReduced?| (((|Boolean|) $) "\\spad{headReduced?(ts)} returns \\spad{true} iff the head of every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#4| $) "\\axiom{headReduced?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff the head of \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|stronglyReduced?| (((|Boolean|) $) "\\axiom{stronglyReduced?(\\spad{ts})} returns \\spad{true} iff every element of \\axiom{\\spad{ts}} is reduced \\spad{w}.\\spad{r}.\\spad{t} to any other element of \\axiom{\\spad{ts}}.") (((|Boolean|) |#4| $) "\\axiom{stronglyReduced?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. \\axiom{\\spad{ts}}.")) (|reduced?| (((|Boolean|) |#4| $ (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{reduced?(\\spad{p},{}\\spad{ts},{}redOp?)} returns \\spad{true} iff \\axiom{\\spad{p}} is reduced \\spad{w}.\\spad{r}.\\spad{t}. in the sense of the operation \\axiom{redOp?},{} that is if for every \\axiom{\\spad{t}} in \\axiom{\\spad{ts}} \\axiom{redOp?(\\spad{p},{}\\spad{t})} holds.")) (|normalized?| (((|Boolean|) $) "\\axiom{normalized?(\\spad{ts})} returns \\spad{true} iff for every axiom{\\spad{p}} in axiom{\\spad{ts}} we have \\axiom{normalized?(\\spad{p},{}us)} where \\axiom{us} is \\axiom{collectUnder(\\spad{ts},{}mvar(\\spad{p}))}.") (((|Boolean|) |#4| $) "\\axiom{normalized?(\\spad{p},{}\\spad{ts})} returns \\spad{true} iff \\axiom{\\spad{p}} and all its iterated initials have degree zero \\spad{w}.\\spad{r}.\\spad{t}. the main variables of the polynomials of \\axiom{\\spad{ts}}")) (|quasiComponent| (((|Record| (|:| |close| (|List| |#4|)) (|:| |open| (|List| |#4|))) $) "\\axiom{quasiComponent(\\spad{ts})} returns \\axiom{[\\spad{lp},{}\\spad{lq}]} where \\axiom{\\spad{lp}} is the list of the members of \\axiom{\\spad{ts}} and \\axiom{\\spad{lq}}is \\axiom{initials(\\spad{ts})}.")) (|degree| (((|NonNegativeInteger|) $) "\\axiom{degree(\\spad{ts})} returns the product of main degrees of the members of \\axiom{\\spad{ts}}.")) (|initials| (((|List| |#4|) $) "\\axiom{initials(\\spad{ts})} returns the list of the non-constant initials of the members of \\axiom{\\spad{ts}}.")) (|basicSet| (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(\\spad{ps},{}pred?,{}redOp?)} returns the same as \\axiom{basicSet(\\spad{qs},{}redOp?)} where \\axiom{\\spad{qs}} consists of the polynomials of \\axiom{\\spad{ps}} satisfying property \\axiom{pred?}.") (((|Union| (|Record| (|:| |bas| $) (|:| |top| (|List| |#4|))) "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|)) "\\axiom{basicSet(\\spad{ps},{}redOp?)} returns \\axiom{[\\spad{bs},{}\\spad{ts}]} where \\axiom{concat(\\spad{bs},{}\\spad{ts})} is \\axiom{\\spad{ps}} and \\axiom{\\spad{bs}} is a basic set in Wu Wen Tsun sense of \\axiom{\\spad{ps}} \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?},{} if no non-zero constant polynomial lie in \\axiom{\\spad{ps}},{} otherwise \\axiom{\"failed\"} is returned.")) (|infRittWu?| (((|Boolean|) $ $) "\\axiom{infRittWu?(\\spad{ts1},{}\\spad{ts2})} returns \\spad{true} iff \\axiom{\\spad{ts2}} has higher rank than \\axiom{\\spad{ts1}} in Wu Wen Tsun sense.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-1123 |Coef|)
+(-1125 |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}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-136))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-341))))
-(-1124 |Curve|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-138))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-343))))
+(-1126 |Curve|)
((|constructor| (NIL "\\indented{2}{Package for constructing tubes around 3-dimensional parametric curves.} Domain of tubes around 3-dimensional parametric curves.")) (|tube| (($ |#1| (|List| (|List| (|Point| (|DoubleFloat|)))) (|Boolean|)) "\\spad{tube(c,{}ll,{}b)} creates a tube of the domain \\spadtype{TubePlot} from a space curve \\spad{c} of the category \\spadtype{PlottableSpaceCurveCategory},{} a list of lists of points (loops) \\spad{ll} and a boolean \\spad{b} which if \\spad{true} indicates a closed tube,{} or if \\spad{false} an open tube.")) (|setClosed| (((|Boolean|) $ (|Boolean|)) "\\spad{setClosed(t,{}b)} declares the given tube plot \\spad{t} to be closed if \\spad{b} is \\spad{true},{} or if \\spad{b} is \\spad{false},{} \\spad{t} is set to be open.")) (|open?| (((|Boolean|) $) "\\spad{open?(t)} tests whether the given tube plot \\spad{t} is open.")) (|closed?| (((|Boolean|) $) "\\spad{closed?(t)} tests whether the given tube plot \\spad{t} is closed.")) (|listLoops| (((|List| (|List| (|Point| (|DoubleFloat|)))) $) "\\spad{listLoops(t)} returns the list of lists of points,{} or the 'loops',{} of the given tube plot \\spad{t}.")) (|getCurve| ((|#1| $) "\\spad{getCurve(t)} returns the \\spadtype{PlottableSpaceCurveCategory} representing the parametric curve of the given tube plot \\spad{t}.")))
NIL
NIL
-(-1125)
+(-1127)
((|constructor| (NIL "Tools for constructing tubes around 3-dimensional parametric curves.")) (|loopPoints| (((|List| (|Point| (|DoubleFloat|))) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|DoubleFloat|) (|List| (|List| (|DoubleFloat|)))) "\\spad{loopPoints(p,{}n,{}b,{}r,{}lls)} creates and returns a list of points which form the loop with radius \\spad{r},{} around the center point indicated by the point \\spad{p},{} with the principal normal vector of the space curve at point \\spad{p} given by the point(vector) \\spad{n},{} and the binormal vector given by the point(vector) \\spad{b},{} and a list of lists,{} \\spad{lls},{} which is the \\spadfun{cosSinInfo} of the number of points defining the loop.")) (|cosSinInfo| (((|List| (|List| (|DoubleFloat|))) (|Integer|)) "\\spad{cosSinInfo(n)} returns the list of lists of values for \\spad{n},{} in the form: \\spad{[[cos(n - 1) a,{}sin(n - 1) a],{}...,{}[cos 2 a,{}sin 2 a],{}[cos a,{}sin a]]} where \\spad{a = 2 pi/n}. Note: \\spad{n} should be greater than 2.")) (|unitVector| (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{unitVector(p)} creates the unit vector of the point \\spad{p} and returns the result as a point. Note: \\spad{unitVector(p) = p/|p|}.")) (|cross| (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{cross(p,{}q)} computes the cross product of the two points \\spad{p} and \\spad{q} using only the first three coordinates,{} and keeping the color of the first point \\spad{p}. The result is returned as a point.")) (|dot| (((|DoubleFloat|) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{dot(p,{}q)} computes the dot product of the two points \\spad{p} and \\spad{q} using only the first three coordinates,{} and returns the resulting \\spadtype{DoubleFloat}.")) (- (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{p - q} computes and returns a point whose coordinates are the differences of the coordinates of two points \\spad{p} and \\spad{q},{} using the color,{} or fourth coordinate,{} of the first point \\spad{p} as the color also of the point \\spad{q}.")) (+ (((|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|)) (|Point| (|DoubleFloat|))) "\\spad{p + q} computes and returns a point whose coordinates are the sums of the coordinates of the two points \\spad{p} and \\spad{q},{} using the color,{} or fourth coordinate,{} of the first point \\spad{p} as the color also of the point \\spad{q}.")) (* (((|Point| (|DoubleFloat|)) (|DoubleFloat|) (|Point| (|DoubleFloat|))) "\\spad{s * p} returns a point whose coordinates are the scalar multiple of the point \\spad{p} by the scalar \\spad{s},{} preserving the color,{} or fourth coordinate,{} of \\spad{p}.")) (|point| (((|Point| (|DoubleFloat|)) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|)) "\\spad{point(x1,{}x2,{}x3,{}c)} creates and returns a point from the three specified coordinates \\spad{x1},{} \\spad{x2},{} \\spad{x3},{} and also a fourth coordinate,{} \\spad{c},{} which is generally used to specify the color of the point.")))
NIL
NIL
-(-1126 S)
+(-1128 S)
((|constructor| (NIL "\\indented{1}{This domain is used to interface with the interpreter\\spad{'s} notion} of comma-delimited sequences of values.")) (|length| (((|NonNegativeInteger|) $) "\\spad{length(x)} returns the number of elements in tuple \\spad{x}")) (|select| ((|#1| $ (|NonNegativeInteger|)) "\\spad{select(x,{}n)} returns the \\spad{n}-th element of tuple \\spad{x}. tuples are 0-based")) (|coerce| (($ (|PrimitiveArray| |#1|)) "\\spad{coerce(a)} makes a tuple from primitive array a")))
NIL
-((|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1127 -1834)
+((|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1129 -1819)
((|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
-(-1128)
+(-1130)
((|constructor| (NIL "The fundamental Type.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-1129 S)
+(-1131 S)
((|constructor| (NIL "Provides functions to force a partial ordering on any set.")) (|more?| (((|Boolean|) |#1| |#1|) "\\spad{more?(a,{} b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and uses the ordering on \\spad{S} if \\spad{a} and \\spad{b} are not comparable in the partial ordering.")) (|userOrdered?| (((|Boolean|)) "\\spad{userOrdered?()} tests if the partial ordering induced by \\spadfunFrom{setOrder}{UserDefinedPartialOrdering} is not empty.")) (|largest| ((|#1| (|List| |#1|)) "\\spad{largest l} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by the ordering on \\spad{S}.") ((|#1| (|List| |#1|) (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{largest(l,{} fn)} returns the largest element of \\spad{l} where the partial ordering induced by setOrder is completed into a total one by \\spad{fn}.")) (|less?| (((|Boolean|) |#1| |#1| (|Mapping| (|Boolean|) |#1| |#1|)) "\\spad{less?(a,{} b,{} fn)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder,{} and returns \\spad{fn(a,{} b)} if \\spad{a} and \\spad{b} are not comparable in that ordering.") (((|Union| (|Boolean|) "failed") |#1| |#1|) "\\spad{less?(a,{} b)} compares \\spad{a} and \\spad{b} in the partial ordering induced by setOrder.")) (|getOrder| (((|Record| (|:| |low| (|List| |#1|)) (|:| |high| (|List| |#1|)))) "\\spad{getOrder()} returns \\spad{[[b1,{}...,{}bm],{} [a1,{}...,{}an]]} such that the partial ordering on \\spad{S} was given by \\spad{setOrder([b1,{}...,{}bm],{}[a1,{}...,{}an])}.")) (|setOrder| (((|Void|) (|List| |#1|) (|List| |#1|)) "\\spad{setOrder([b1,{}...,{}bm],{} [a1,{}...,{}an])} defines a partial ordering on \\spad{S} given \\spad{by:} \\indented{3}{(1)\\space{2}\\spad{b1 < b2 < ... < bm < a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{bj < c < \\spad{ai}}\\space{2}for \\spad{c} not among the \\spad{ai}\\spad{'s} and \\spad{bj}\\spad{'s}.} \\indented{3}{(3)\\space{2}undefined on \\spad{(c,{}d)} if neither is among the \\spad{ai}\\spad{'s},{}\\spad{bj}\\spad{'s}.}") (((|Void|) (|List| |#1|)) "\\spad{setOrder([a1,{}...,{}an])} defines a partial ordering on \\spad{S} given \\spad{by:} \\indented{3}{(1)\\space{2}\\spad{a1 < a2 < ... < an}.} \\indented{3}{(2)\\space{2}\\spad{b < \\spad{ai}\\space{3}for i = 1..n} and \\spad{b} not among the \\spad{ai}\\spad{'s}.} \\indented{3}{(3)\\space{2}undefined on \\spad{(b,{} c)} if neither is among the \\spad{ai}\\spad{'s}.}")))
NIL
-((|HasCategory| |#1| (QUOTE (-789))))
-(-1130)
+((|HasCategory| |#1| (QUOTE (-791))))
+(-1132)
((|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
-(-1131 S)
+(-1133 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
-(-1132)
+(-1134)
((|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.")))
-((-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1133 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1135 |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
-(-1134 |Coef|)
+(-1136 |Coef|)
((|constructor| (NIL "\\spadtype{UnivariateLaurentSeriesCategory} is the category of Laurent series in one variable.")) (|integrate| (($ $ (|Symbol|)) "\\spad{integrate(f(x),{}y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $ (|Symbol|)) "\\spad{integrate(f(x),{}y)} returns an anti-derivative of the power series \\spad{f(x)} with respect to the variable \\spad{y}.") (($ $) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 1. We may integrate a series when we can divide coefficients by integers.")) (|rationalFunction| (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|) (|Integer|)) "\\spad{rationalFunction(f,{}k1,{}k2)} returns a rational function consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (((|Fraction| (|Polynomial| |#1|)) $ (|Integer|)) "\\spad{rationalFunction(f,{}k)} returns a rational function consisting of the sum of all terms of \\spad{f} of degree \\spad{<=} \\spad{k}.")) (|multiplyCoefficients| (($ (|Mapping| |#1| (|Integer|)) $) "\\spad{multiplyCoefficients(f,{}sum(n = n0..infinity,{}a[n] * x**n)) = sum(n = 0..infinity,{}f(n) * a[n] * x**n)}. This function is used when Puiseux series are represented by a Laurent series and an exponent.")) (|series| (($ (|Stream| (|Record| (|:| |k| (|Integer|)) (|:| |c| |#1|)))) "\\spad{series(st)} creates a series from a stream of non-zero terms,{} where a term is an exponent-coefficient pair. The terms in the stream should be ordered by increasing order of exponents.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1135 S |Coef| UTS)
+(-1137 S |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,{}f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#3| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#3| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|coerce| (($ |#3|) "\\spad{coerce(f(x))} converts the Taylor series \\spad{f(x)} to a Laurent series.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,{}f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#3| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,{}g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#3|) "\\spad{laurent(n,{}f(x))} returns \\spad{x**n * f(x)}.")))
NIL
-((|HasCategory| |#2| (QUOTE (-341))))
-(-1136 |Coef| UTS)
+((|HasCategory| |#2| (QUOTE (-343))))
+(-1138 |Coef| UTS)
((|constructor| (NIL "This is a category of univariate Laurent series constructed from univariate Taylor series. A Laurent series is represented by a pair \\spad{[n,{}f(x)]},{} where \\spad{n} is an arbitrary integer and \\spad{f(x)} is a Taylor series. This pair represents the Laurent series \\spad{x**n * f(x)}.")) (|taylorIfCan| (((|Union| |#2| "failed") $) "\\spad{taylorIfCan(f(x))} converts the Laurent series \\spad{f(x)} to a Taylor series,{} if possible. If this is not possible,{} \"failed\" is returned.")) (|taylor| ((|#2| $) "\\spad{taylor(f(x))} converts the Laurent series \\spad{f}(\\spad{x}) to a Taylor series,{} if possible. Error: if this is not possible.")) (|coerce| (($ |#2|) "\\spad{coerce(f(x))} converts the Taylor series \\spad{f(x)} to a Laurent series.")) (|removeZeroes| (($ (|Integer|) $) "\\spad{removeZeroes(n,{}f(x))} removes up to \\spad{n} leading zeroes from the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable.") (($ $) "\\spad{removeZeroes(f(x))} removes leading zeroes from the representation of the Laurent series \\spad{f(x)}. A Laurent series is represented by (1) an exponent and (2) a Taylor series which may have leading zero coefficients. When the Taylor series has a leading zero coefficient,{} the 'leading zero' is removed from the Laurent series as follows: the series is rewritten by increasing the exponent by 1 and dividing the Taylor series by its variable. Note: \\spad{removeZeroes(f)} removes all leading zeroes from \\spad{f}")) (|taylorRep| ((|#2| $) "\\spad{taylorRep(f(x))} returns \\spad{g(x)},{} where \\spad{f = x**n * g(x)} is represented by \\spad{[n,{}g(x)]}.")) (|degree| (((|Integer|) $) "\\spad{degree(f(x))} returns the degree of the lowest order term of \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurent| (($ (|Integer|) |#2|) "\\spad{laurent(n,{}f(x))} returns \\spad{x**n * f(x)}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-1456 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-1442 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1137 |Coef| UTS)
+(-1139 |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)}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -265) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-762)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-789)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-844)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-953)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092)))))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-136))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-136))))) (-2067 (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-138))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-213)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|))))) (|HasCategory| (-525) (QUOTE (-1032))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-341))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-844)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-1092))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-953)))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-762)))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-762)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-789))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-1068)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -265) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -288) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -486) (QUOTE (-1092)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-789)))) (|HasCategory| |#2| (QUOTE (-844))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-510)))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-286)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#1| (QUOTE (-136))) (-12 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-136))))))
-(-1138 |Coef| |var| |cen|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -267) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-764)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-791)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-846)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-955)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094)))))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-138))))) (-2027 (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-140))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-215)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|))))) (|HasCategory| (-527) (QUOTE (-1034))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-343))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-846)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-1094))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-955)))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-764)))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-764)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-791))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-1070)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -267) (|devaluate| |#2|) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -290) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -488) (QUOTE (-1094)) (|devaluate| |#2|)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-791)))) (|HasCategory| |#2| (QUOTE (-846))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-512)))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-288)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-138))))))
+(-1140 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Laurent series in one variable \\indented{2}{\\spadtype{UnivariateLaurentSeries} is a domain representing Laurent} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariateLaurentSeries(Integer,{}x,{}3)} represents Laurent series in} \\indented{2}{\\spad{(x - 3)} with integer coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Laurent series.")))
-(((-4261 "*") -2067 (-3944 (|has| |#1| (-341)) (|has| (-1166 |#1| |#2| |#3|) (-762))) (|has| |#1| (-160)) (-3944 (|has| |#1| (-341)) (|has| (-1166 |#1| |#2| |#3|) (-844)))) (-4252 -2067 (-3944 (|has| |#1| (-341)) (|has| (-1166 |#1| |#2| |#3|) (-762))) (|has| |#1| (-517)) (-3944 (|has| |#1| (-341)) (|has| (-1166 |#1| |#2| |#3|) (-844)))) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-953))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-1068))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -265) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -288) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -486) (QUOTE (-1092)) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-136)))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-138)))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|)))))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-213))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-525)) (|devaluate| |#1|))))) (|HasCategory| (-525) (QUOTE (-1032))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-341))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-1092)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-953))) (|HasCategory| |#1| (QUOTE (-341)))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-341))))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-1068))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -265) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -288) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -486) (QUOTE (-1092)) (LIST (QUOTE -1166) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-525))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-510))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-286))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-136))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-762))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-160)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-844))) (|HasCategory| |#1| (QUOTE (-341)))) (-12 (|HasCategory| (-1166 |#1| |#2| |#3|) (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-341)))) (|HasCategory| |#1| (QUOTE (-136)))))
-(-1139 ZP)
+(((-4263 "*") -2027 (-3979 (|has| |#1| (-343)) (|has| (-1168 |#1| |#2| |#3|) (-764))) (|has| |#1| (-162)) (-3979 (|has| |#1| (-343)) (|has| (-1168 |#1| |#2| |#3|) (-846)))) (-4254 -2027 (-3979 (|has| |#1| (-343)) (|has| (-1168 |#1| |#2| |#3|) (-764))) (|has| |#1| (-519)) (-3979 (|has| |#1| (-343)) (|has| (-1168 |#1| |#2| |#3|) (-846)))) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-955))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1070))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -267) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -290) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -488) (QUOTE (-1094)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-138)))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-140))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-140)))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|)))))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-215))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-527)) (|devaluate| |#1|))))) (|HasCategory| (-527) (QUOTE (-1034))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-343))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-1094)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-955))) (|HasCategory| |#1| (QUOTE (-343)))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-343))))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-1070))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -267) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -290) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -488) (QUOTE (-1094)) (LIST (QUOTE -1168) (|devaluate| |#1|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-527))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-512))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-288))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-138))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-764))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-162)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-846))) (|HasCategory| |#1| (QUOTE (-343)))) (-12 (|HasCategory| (-1168 |#1| |#2| |#3|) (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-343)))) (|HasCategory| |#1| (QUOTE (-138)))))
+(-1141 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
-(-1140 R S)
+(-1142 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 (-787))))
-(-1141 S)
+((|HasCategory| |#1| (QUOTE (-789))))
+(-1143 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 (-787))) (|HasCategory| |#1| (QUOTE (-1020))))
-(-1142 |x| R |y| S)
+((|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1022))))
+(-1144 |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
-(-1143 R Q UP)
+(-1145 R Q UP)
((|constructor| (NIL "UnivariatePolynomialCommonDenominator provides functions to compute the common denominator of the coefficients of univariate polynomials over the quotient field of a \\spad{gcd} domain.")) (|splitDenominator| (((|Record| (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) "\\spad{splitDenominator(q)} returns \\spad{[p,{} d]} such that \\spad{q = p/d} and \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|clearDenominator| ((|#3| |#3|) "\\spad{clearDenominator(q)} returns \\spad{p} such that \\spad{q = p/d} where \\spad{d} is a common denominator for the coefficients of \\spad{q}.")) (|commonDenominator| ((|#1| |#3|) "\\spad{commonDenominator(q)} returns a common denominator \\spad{d} for the coefficients of \\spad{q}.")))
NIL
NIL
-(-1144 R UP)
+(-1146 R UP)
((|constructor| (NIL "UnivariatePolynomialDecompositionPackage implements functional decomposition of univariate polynomial with coefficients in an \\spad{IntegralDomain} of \\spad{CharacteristicZero}.")) (|monicCompleteDecompose| (((|List| |#2|) |#2|) "\\spad{monicCompleteDecompose(f)} returns a list of factors of \\spad{f} for the functional decomposition ([ \\spad{f1},{} ...,{} \\spad{fn} ] means \\spad{f} = \\spad{f1} \\spad{o} ... \\spad{o} \\spad{fn}).")) (|monicDecomposeIfCan| (((|Union| (|Record| (|:| |left| |#2|) (|:| |right| |#2|)) "failed") |#2|) "\\spad{monicDecomposeIfCan(f)} returns a functional decomposition of the monic polynomial \\spad{f} of \"failed\" if it has not found any.")) (|leftFactorIfCan| (((|Union| |#2| "failed") |#2| |#2|) "\\spad{leftFactorIfCan(f,{}h)} returns the left factor (\\spad{g} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of the functional decomposition of the polynomial \\spad{f} with given \\spad{h} or \\spad{\"failed\"} if \\spad{g} does not exist.")) (|rightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|) |#1|) "\\spad{rightFactorIfCan(f,{}d,{}c)} returns a candidate to be the right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} with leading coefficient \\spad{c} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")) (|monicRightFactorIfCan| (((|Union| |#2| "failed") |#2| (|NonNegativeInteger|)) "\\spad{monicRightFactorIfCan(f,{}d)} returns a candidate to be the monic right factor (\\spad{h} in \\spad{f} = \\spad{g} \\spad{o} \\spad{h}) of degree \\spad{d} of a functional decomposition of the polynomial \\spad{f} or \\spad{\"failed\"} if no such candidate.")))
NIL
NIL
-(-1145 R UP)
+(-1147 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
-(-1146 R U)
+(-1148 R U)
((|constructor| (NIL "This package implements Karatsuba\\spad{'s} trick for multiplying (large) univariate polynomials. It could be improved with a version doing the work on place and also with a special case for squares. We've done this in Basicmath,{} but we believe that this out of the scope of AXIOM.")) (|karatsuba| ((|#2| |#2| |#2| (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{karatsuba(a,{}b,{}l,{}k)} returns \\spad{a*b} by applying Karatsuba\\spad{'s} trick provided that both \\spad{a} and \\spad{b} have at least \\spad{l} terms and \\spad{k > 0} holds and by calling \\spad{noKaratsuba} otherwise. The other multiplications are performed by recursive calls with the same third argument and \\spad{k-1} as fourth argument.")) (|karatsubaOnce| ((|#2| |#2| |#2|) "\\spad{karatsuba(a,{}b)} returns \\spad{a*b} by applying Karatsuba\\spad{'s} trick once. The other multiplications are performed by calling \\spad{*} from \\spad{U}.")) (|noKaratsuba| ((|#2| |#2| |#2|) "\\spad{noKaratsuba(a,{}b)} returns \\spad{a*b} without using Karatsuba\\spad{'s} trick at all.")))
NIL
NIL
-(-1147 |x| R)
+(-1149 |x| R)
((|constructor| (NIL "This domain represents univariate polynomials in some symbol over arbitrary (not necessarily commutative) coefficient rings. The representation is sparse in the sense that only non-zero terms are represented.")) (|fmecg| (($ $ (|NonNegativeInteger|) |#2| $) "\\spad{fmecg(p1,{}e,{}r,{}p2)} finds \\spad{X} : \\spad{p1} - \\spad{r} * X**e * \\spad{p2}")) (|coerce| (($ (|Variable| |#1|)) "\\spad{coerce(x)} converts the variable \\spad{x} to a univariate polynomial.")))
-(((-4261 "*") |has| |#2| (-160)) (-4252 |has| |#2| (-517)) (-4255 |has| |#2| (-341)) (-4257 |has| |#2| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-844))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-517)))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-357)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-357))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -821) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -821) (QUOTE (-525))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-357)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -567) (LIST (QUOTE -827) (QUOTE (-525)))))) (-12 (|HasCategory| (-1005) (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#2| (LIST (QUOTE -567) (QUOTE (-501))))) (|HasCategory| |#2| (QUOTE (-789))) (|HasCategory| |#2| (LIST (QUOTE -588) (QUOTE (-525)))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (-2067 (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-1068))) (|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (-2067 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasCategory| |#2| (QUOTE (-213))) (|HasAttribute| |#2| (QUOTE -4257)) (|HasCategory| |#2| (QUOTE (-429))) (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (-2067 (-12 (|HasCategory| $ (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-844)))) (|HasCategory| |#2| (QUOTE (-136)))))
-(-1148 R PR S PS)
+(((-4263 "*") |has| |#2| (-162)) (-4254 |has| |#2| (-519)) (-4257 |has| |#2| (-343)) (-4259 |has| |#2| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-846))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-519)))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-359)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-359))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -823) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -823) (QUOTE (-527))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-359)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -569) (LIST (QUOTE -829) (QUOTE (-527)))))) (-12 (|HasCategory| (-1007) (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#2| (LIST (QUOTE -569) (QUOTE (-503))))) (|HasCategory| |#2| (QUOTE (-791))) (|HasCategory| |#2| (LIST (QUOTE -590) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-140))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (-2027 (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-1070))) (|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (-2027 (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasCategory| |#2| (QUOTE (-215))) (|HasAttribute| |#2| (QUOTE -4259)) (|HasCategory| |#2| (QUOTE (-431))) (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (-2027 (-12 (|HasCategory| $ (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-846)))) (|HasCategory| |#2| (QUOTE (-138)))))
+(-1150 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
-(-1149 S R)
+(-1151 S R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p,{} q)} returns \\spad{[a,{} b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#2|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,{}q)} returns \\spad{[c,{} q,{} r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,{}q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f,{} q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p,{} q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,{}q)} computes the \\spad{gcd} of the polynomials \\spad{p} and \\spad{q} using the SubResultant \\spad{GCD} algorithm.")) (|order| (((|NonNegativeInteger|) $ $) "\\spad{order(p,{} q)} returns the largest \\spad{n} such that \\spad{q**n} divides polynomial \\spad{p} \\spadignore{i.e.} the order of \\spad{p(x)} at \\spad{q(x)=0}.")) (|elt| ((|#2| (|Fraction| $) |#2|) "\\spad{elt(a,{}r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,{}b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#2| $ $) "\\spad{resultant(p,{}q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#2| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#2| |#2|) $) "\\spad{differentiate(p,{} d,{} x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where \\spad{Dx} is given by \\spad{x'},{} and returns \\spad{Dp}.")) (|pseudoRemainder| (($ $ $) "\\spad{pseudoRemainder(p,{}q)} = \\spad{r},{} for polynomials \\spad{p} and \\spad{q},{} returns the remainder when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|shiftLeft| (($ $ (|NonNegativeInteger|)) "\\spad{shiftLeft(p,{}n)} returns \\spad{p * monomial(1,{}n)}")) (|shiftRight| (($ $ (|NonNegativeInteger|)) "\\spad{shiftRight(p,{}n)} returns \\spad{monicDivide(p,{}monomial(1,{}n)).quotient}")) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) "\\spad{karatsubaDivide(p,{}n)} returns the same as \\spad{monicDivide(p,{}monomial(1,{}n))}")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicDivide(p,{}q)} divide the polynomial \\spad{p} by the monic polynomial \\spad{q},{} returning the pair \\spad{[quotient,{} remainder]}. Error: if \\spad{q} isn\\spad{'t} monic.")) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) "\\spad{divideExponents(p,{}n)} returns a new polynomial resulting from dividing all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n},{} or \"failed\" if some exponent is not exactly divisible by \\spad{n}.")) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) "\\spad{multiplyExponents(p,{}n)} returns a new polynomial resulting from multiplying all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n}.")) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#2|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#2|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#2|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p,{} n)} returns \\spad{[a0,{}...,{}a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341))) (|HasCategory| |#2| (QUOTE (-429))) (|HasCategory| |#2| (QUOTE (-517))) (|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (QUOTE (-1068))))
-(-1150 R)
+((|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343))) (|HasCategory| |#2| (QUOTE (-431))) (|HasCategory| |#2| (QUOTE (-519))) (|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (QUOTE (-1070))))
+(-1152 R)
((|constructor| (NIL "The category of univariate polynomials over a ring \\spad{R}. No particular model is assumed - implementations can be either sparse or dense.")) (|integrate| (($ $) "\\spad{integrate(p)} integrates the univariate polynomial \\spad{p} with respect to its distinguished variable.")) (|additiveValuation| ((|attribute|) "euclideanSize(a*b) = euclideanSize(a) + euclideanSize(\\spad{b})")) (|separate| (((|Record| (|:| |primePart| $) (|:| |commonPart| $)) $ $) "\\spad{separate(p,{} q)} returns \\spad{[a,{} b]} such that polynomial \\spad{p = a b} and \\spad{a} is relatively prime to \\spad{q}.")) (|pseudoDivide| (((|Record| (|:| |coef| |#1|) (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{pseudoDivide(p,{}q)} returns \\spad{[c,{} q,{} r]},{} when \\spad{p' := p*lc(q)**(deg p - deg q + 1) = c * p} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|pseudoQuotient| (($ $ $) "\\spad{pseudoQuotient(p,{}q)} returns \\spad{r},{} the quotient when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|composite| (((|Union| (|Fraction| $) "failed") (|Fraction| $) $) "\\spad{composite(f,{} q)} returns \\spad{h} if \\spad{f} = \\spad{h}(\\spad{q}),{} and \"failed\" is no such \\spad{h} exists.") (((|Union| $ "failed") $ $) "\\spad{composite(p,{} q)} returns \\spad{h} if \\spad{p = h(q)},{} and \"failed\" no such \\spad{h} exists.")) (|subResultantGcd| (($ $ $) "\\spad{subResultantGcd(p,{}q)} computes the \\spad{gcd} of the polynomials \\spad{p} and \\spad{q} using the SubResultant \\spad{GCD} algorithm.")) (|order| (((|NonNegativeInteger|) $ $) "\\spad{order(p,{} q)} returns the largest \\spad{n} such that \\spad{q**n} divides polynomial \\spad{p} \\spadignore{i.e.} the order of \\spad{p(x)} at \\spad{q(x)=0}.")) (|elt| ((|#1| (|Fraction| $) |#1|) "\\spad{elt(a,{}r)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by the constant \\spad{r}.") (((|Fraction| $) (|Fraction| $) (|Fraction| $)) "\\spad{elt(a,{}b)} evaluates the fraction of univariate polynomials \\spad{a} with the distinguished variable replaced by \\spad{b}.")) (|resultant| ((|#1| $ $) "\\spad{resultant(p,{}q)} returns the resultant of the polynomials \\spad{p} and \\spad{q}.")) (|discriminant| ((|#1| $) "\\spad{discriminant(p)} returns the discriminant of the polynomial \\spad{p}.")) (|differentiate| (($ $ (|Mapping| |#1| |#1|) $) "\\spad{differentiate(p,{} d,{} x')} extends the \\spad{R}-derivation \\spad{d} to an extension \\spad{D} in \\spad{R[x]} where \\spad{Dx} is given by \\spad{x'},{} and returns \\spad{Dp}.")) (|pseudoRemainder| (($ $ $) "\\spad{pseudoRemainder(p,{}q)} = \\spad{r},{} for polynomials \\spad{p} and \\spad{q},{} returns the remainder when \\spad{p' := p*lc(q)**(deg p - deg q + 1)} is pseudo right-divided by \\spad{q},{} \\spadignore{i.e.} \\spad{p' = s q + r}.")) (|shiftLeft| (($ $ (|NonNegativeInteger|)) "\\spad{shiftLeft(p,{}n)} returns \\spad{p * monomial(1,{}n)}")) (|shiftRight| (($ $ (|NonNegativeInteger|)) "\\spad{shiftRight(p,{}n)} returns \\spad{monicDivide(p,{}monomial(1,{}n)).quotient}")) (|karatsubaDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ (|NonNegativeInteger|)) "\\spad{karatsubaDivide(p,{}n)} returns the same as \\spad{monicDivide(p,{}monomial(1,{}n))}")) (|monicDivide| (((|Record| (|:| |quotient| $) (|:| |remainder| $)) $ $) "\\spad{monicDivide(p,{}q)} divide the polynomial \\spad{p} by the monic polynomial \\spad{q},{} returning the pair \\spad{[quotient,{} remainder]}. Error: if \\spad{q} isn\\spad{'t} monic.")) (|divideExponents| (((|Union| $ "failed") $ (|NonNegativeInteger|)) "\\spad{divideExponents(p,{}n)} returns a new polynomial resulting from dividing all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n},{} or \"failed\" if some exponent is not exactly divisible by \\spad{n}.")) (|multiplyExponents| (($ $ (|NonNegativeInteger|)) "\\spad{multiplyExponents(p,{}n)} returns a new polynomial resulting from multiplying all exponents of the polynomial \\spad{p} by the non negative integer \\spad{n}.")) (|unmakeSUP| (($ (|SparseUnivariatePolynomial| |#1|)) "\\spad{unmakeSUP(sup)} converts \\spad{sup} of type \\spadtype{SparseUnivariatePolynomial(R)} to be a member of the given type. Note: converse of makeSUP.")) (|makeSUP| (((|SparseUnivariatePolynomial| |#1|) $) "\\spad{makeSUP(p)} converts the polynomial \\spad{p} to be of type SparseUnivariatePolynomial over the same coefficients.")) (|vectorise| (((|Vector| |#1|) $ (|NonNegativeInteger|)) "\\spad{vectorise(p,{} n)} returns \\spad{[a0,{}...,{}a(n-1)]} where \\spad{p = a0 + a1*x + ... + a(n-1)*x**(n-1)} + higher order terms. The degree of polynomial \\spad{p} can be different from \\spad{n-1}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4255 |has| |#1| (-341)) (-4257 |has| |#1| (-6 -4257)) (-4254 . T) (-4253 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4257 |has| |#1| (-343)) (-4259 |has| |#1| (-6 -4259)) (-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-1151 S |Coef| |Expon|)
+(-1153 S |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#2|) $ |#2|) "\\spad{eval(f,{}a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#3|) "\\spad{extend(f,{}n)} causes all terms of \\spad{f} of degree \\spad{<=} \\spad{n} to be computed.")) (|approximate| ((|#2| $ |#3|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#3| |#3|) "\\spad{truncate(f,{}k1,{}k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#3|) "\\spad{truncate(f,{}k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#3| $ |#3|) "\\spad{order(f,{}n) = min(m,{}n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#3| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,{}n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#2| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|elt| ((|#2| $ |#3|) "\\spad{elt(f(x),{}r)} returns the coefficient of the term of degree \\spad{r} in \\spad{f(x)}. This is the same as the function \\spadfun{coefficient}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#3|) (|:| |c| |#2|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
NIL
-((|HasCategory| |#2| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1032))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -4100) (LIST (|devaluate| |#2|) (QUOTE (-1092))))))
-(-1152 |Coef| |Expon|)
+((|HasCategory| |#2| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#2| (LIST (QUOTE *) (LIST (|devaluate| |#2|) (|devaluate| |#3|) (|devaluate| |#2|)))) (|HasCategory| |#3| (QUOTE (-1034))) (|HasSignature| |#2| (LIST (QUOTE **) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (|devaluate| |#3|)))) (|HasSignature| |#2| (LIST (QUOTE -4118) (LIST (|devaluate| |#2|) (QUOTE (-1094))))))
+(-1154 |Coef| |Expon|)
((|constructor| (NIL "\\spadtype{UnivariatePowerSeriesCategory} is the most general univariate power series category with exponents in an ordered abelian monoid. Note: this category exports a substitution function if it is possible to multiply exponents. Note: this category exports a derivative operation if it is possible to multiply coefficients by exponents.")) (|eval| (((|Stream| |#1|) $ |#1|) "\\spad{eval(f,{}a)} evaluates a power series at a value in the ground ring by returning a stream of partial sums.")) (|extend| (($ $ |#2|) "\\spad{extend(f,{}n)} causes all terms of \\spad{f} of degree \\spad{<=} \\spad{n} to be computed.")) (|approximate| ((|#1| $ |#2|) "\\spad{approximate(f)} returns a truncated power series with the series variable viewed as an element of the coefficient domain.")) (|truncate| (($ $ |#2| |#2|) "\\spad{truncate(f,{}k1,{}k2)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{d} with \\spad{k1 <= d <= k2}.") (($ $ |#2|) "\\spad{truncate(f,{}k)} returns a (finite) power series consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.")) (|order| ((|#2| $ |#2|) "\\spad{order(f,{}n) = min(m,{}n)},{} where \\spad{m} is the degree of the lowest order non-zero term in \\spad{f}.") ((|#2| $) "\\spad{order(f)} is the degree of the lowest order non-zero term in \\spad{f}. This will result in an infinite loop if \\spad{f} has no non-zero terms.")) (|multiplyExponents| (($ $ (|PositiveInteger|)) "\\spad{multiplyExponents(f,{}n)} multiplies all exponents of the power series \\spad{f} by the positive integer \\spad{n}.")) (|center| ((|#1| $) "\\spad{center(f)} returns the point about which the series \\spad{f} is expanded.")) (|variable| (((|Symbol|) $) "\\spad{variable(f)} returns the (unique) power series variable of the power series \\spad{f}.")) (|elt| ((|#1| $ |#2|) "\\spad{elt(f(x),{}r)} returns the coefficient of the term of degree \\spad{r} in \\spad{f(x)}. This is the same as the function \\spadfun{coefficient}.")) (|terms| (((|Stream| (|Record| (|:| |k| |#2|) (|:| |c| |#1|))) $) "\\spad{terms(f(x))} returns a stream of non-zero terms,{} where a a term is an exponent-coefficient pair. The terms in the stream are ordered by increasing order of exponents.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1153 RC P)
+(-1155 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
-(-1154 |Coef1| |Coef2| |var1| |var2| |cen1| |cen2|)
+(-1156 |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
-(-1155 |Coef|)
+(-1157 |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.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1156 S |Coef| ULS)
+(-1158 S |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,{}f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#3| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#3| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|coerce| (($ |#3|) "\\spad{coerce(f(x))} converts the Laurent series \\spad{f(x)} to a Puiseux series.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#3| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,{}g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#3|) "\\spad{puiseux(r,{}f(x))} returns \\spad{f(x^r)}.")))
NIL
NIL
-(-1157 |Coef| ULS)
+(-1159 |Coef| ULS)
((|constructor| (NIL "This is a category of univariate Puiseux series constructed from univariate Laurent series. A Puiseux series is represented by a pair \\spad{[r,{}f(x)]},{} where \\spad{r} is a positive rational number and \\spad{f(x)} is a Laurent series. This pair represents the Puiseux series \\spad{f(x^r)}.")) (|laurentIfCan| (((|Union| |#2| "failed") $) "\\spad{laurentIfCan(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. If this is not possible,{} \"failed\" is returned.")) (|laurent| ((|#2| $) "\\spad{laurent(f(x))} converts the Puiseux series \\spad{f(x)} to a Laurent series if possible. Error: if this is not possible.")) (|coerce| (($ |#2|) "\\spad{coerce(f(x))} converts the Laurent series \\spad{f(x)} to a Puiseux series.")) (|degree| (((|Fraction| (|Integer|)) $) "\\spad{degree(f(x))} returns the degree of the leading term of the Puiseux series \\spad{f(x)},{} which may have zero as a coefficient.")) (|laurentRep| ((|#2| $) "\\spad{laurentRep(f(x))} returns \\spad{g(x)} where the Puiseux series \\spad{f(x) = g(x^r)} is represented by \\spad{[r,{}g(x)]}.")) (|rationalPower| (((|Fraction| (|Integer|)) $) "\\spad{rationalPower(f(x))} returns \\spad{r} where the Puiseux series \\spad{f(x) = g(x^r)}.")) (|puiseux| (($ (|Fraction| (|Integer|)) |#2|) "\\spad{puiseux(r,{}f(x))} returns \\spad{f(x^r)}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1158 |Coef| ULS)
+(-1160 |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)}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|)))) (|HasCategory| (-385 (-525)) (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))))
-(-1159 |Coef| |var| |cen|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|)))) (|HasCategory| (-387 (-527)) (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))))
+(-1161 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Puiseux series in one variable \\indented{2}{\\spadtype{UnivariatePuiseuxSeries} is a domain representing Puiseux} \\indented{2}{series in one variable with coefficients in an arbitrary ring.\\space{2}The} \\indented{2}{parameters of the type specify the coefficient ring,{} the power series} \\indented{2}{variable,{} and the center of the power series expansion.\\space{2}For example,{}} \\indented{2}{\\spad{UnivariatePuiseuxSeries(Integer,{}x,{}3)} represents Puiseux series in} \\indented{2}{\\spad{(x - 3)} with \\spadtype{Integer} coefficients.}")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x))} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} returns the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a Puiseux series.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4257 |has| |#1| (-341)) (-4251 |has| |#1| (-341)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#1| (QUOTE (-160))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525))) (|devaluate| |#1|)))) (|HasCategory| (-385 (-525)) (QUOTE (-1032))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-2067 (|HasCategory| |#1| (QUOTE (-341))) (|HasCategory| |#1| (QUOTE (-517)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -385) (QUOTE (-525)))))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))))
-(-1160 R FE |var| |cen|)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4259 |has| |#1| (-343)) (-4253 |has| |#1| (-343)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#1| (QUOTE (-162))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527))) (|devaluate| |#1|)))) (|HasCategory| (-387 (-527)) (QUOTE (-1034))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-2027 (|HasCategory| |#1| (QUOTE (-343))) (|HasCategory| |#1| (QUOTE (-519)))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (LIST (QUOTE -387) (QUOTE (-527)))))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))))
+(-1162 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))}.")))
-(((-4261 "*") |has| (-1159 |#2| |#3| |#4|) (-160)) (-4252 |has| (-1159 |#2| |#3| |#4|) (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| (-1159 |#2| |#3| |#4|) (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-1159 |#2| |#3| |#4|) (QUOTE (-136))) (|HasCategory| (-1159 |#2| |#3| |#4|) (QUOTE (-138))) (|HasCategory| (-1159 |#2| |#3| |#4|) (QUOTE (-160))) (|HasCategory| (-1159 |#2| |#3| |#4|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-1159 |#2| |#3| |#4|) (LIST (QUOTE -968) (QUOTE (-525)))) (|HasCategory| (-1159 |#2| |#3| |#4|) (QUOTE (-341))) (|HasCategory| (-1159 |#2| |#3| |#4|) (QUOTE (-429))) (-2067 (|HasCategory| (-1159 |#2| |#3| |#4|) (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| (-1159 |#2| |#3| |#4|) (LIST (QUOTE -968) (LIST (QUOTE -385) (QUOTE (-525)))))) (|HasCategory| (-1159 |#2| |#3| |#4|) (QUOTE (-517))))
-(-1161 A S)
+(((-4263 "*") |has| (-1161 |#2| |#3| |#4|) (-162)) (-4254 |has| (-1161 |#2| |#3| |#4|) (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| (-1161 |#2| |#3| |#4|) (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-138))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-140))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-162))) (|HasCategory| (-1161 |#2| |#3| |#4|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (LIST (QUOTE -970) (QUOTE (-527)))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-343))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-431))) (-2027 (|HasCategory| (-1161 |#2| |#3| |#4|) (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (LIST (QUOTE -970) (LIST (QUOTE -387) (QUOTE (-527)))))) (|HasCategory| (-1161 |#2| |#3| |#4|) (QUOTE (-519))))
+(-1163 A S)
((|constructor| (NIL "A unary-recursive aggregate is a one where nodes may have either 0 or 1 children. This aggregate models,{} though not precisely,{} a linked list possibly with a single cycle. A node with one children models a non-empty list,{} with the \\spadfun{value} of the list designating the head,{} or \\spadfun{first},{} of the list,{} and the child designating the tail,{} or \\spadfun{rest},{} of the list. A node with no child then designates the empty list. Since these aggregates are recursive aggregates,{} they may be cyclic.")) (|split!| (($ $ (|Integer|)) "\\spad{split!(u,{}n)} splits \\spad{u} into two aggregates: \\axiom{\\spad{v} = rest(\\spad{u},{}\\spad{n})} and \\axiom{\\spad{w} = first(\\spad{u},{}\\spad{n})},{} returning \\axiom{\\spad{v}}. Note: afterwards \\axiom{rest(\\spad{u},{}\\spad{n})} returns \\axiom{empty()}.")) (|setlast!| ((|#2| $ |#2|) "\\spad{setlast!(u,{}x)} destructively changes the last element of \\spad{u} to \\spad{x}.")) (|setrest!| (($ $ $) "\\spad{setrest!(u,{}v)} destructively changes the rest of \\spad{u} to \\spad{v}.")) (|setelt| ((|#2| $ "last" |#2|) "\\spad{setelt(u,{}\"last\",{}x)} (also written: \\axiom{\\spad{u}.last \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,{}\"rest\",{}v)} (also written: \\axiom{\\spad{u}.rest \\spad{:=} \\spad{v}}) is equivalent to \\axiom{setrest!(\\spad{u},{}\\spad{v})}.") ((|#2| $ "first" |#2|) "\\spad{setelt(u,{}\"first\",{}x)} (also written: \\axiom{\\spad{u}.first \\spad{:=} \\spad{x}}) is equivalent to \\axiom{setfirst!(\\spad{u},{}\\spad{x})}.")) (|setfirst!| ((|#2| $ |#2|) "\\spad{setfirst!(u,{}x)} destructively changes the first element of a to \\spad{x}.")) (|cycleSplit!| (($ $) "\\spad{cycleSplit!(u)} splits the aggregate by dropping off the cycle. The value returned is the cycle entry,{} or nil if none exists. For example,{} if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} is the cyclic list where \\spad{v} is the head of the cycle,{} \\axiom{cycleSplit!(\\spad{w})} will drop \\spad{v} off \\spad{w} thus destructively changing \\spad{w} to \\spad{u},{} and returning \\spad{v}.")) (|concat!| (($ $ |#2|) "\\spad{concat!(u,{}x)} destructively adds element \\spad{x} to the end of \\spad{u}. Note: \\axiom{concat!(a,{}\\spad{x}) = setlast!(a,{}[\\spad{x}])}.") (($ $ $) "\\spad{concat!(u,{}v)} destructively concatenates \\spad{v} to the end of \\spad{u}. Note: \\axiom{concat!(\\spad{u},{}\\spad{v}) = setlast_!(\\spad{u},{}\\spad{v})}.")) (|cycleTail| (($ $) "\\spad{cycleTail(u)} returns the last node in the cycle,{} or empty if none exists.")) (|cycleLength| (((|NonNegativeInteger|) $) "\\spad{cycleLength(u)} returns the length of a top-level cycle contained in aggregate \\spad{u},{} or 0 is \\spad{u} has no such cycle.")) (|cycleEntry| (($ $) "\\spad{cycleEntry(u)} returns the head of a top-level cycle contained in aggregate \\spad{u},{} or \\axiom{empty()} if none exists.")) (|third| ((|#2| $) "\\spad{third(u)} returns the third element of \\spad{u}. Note: \\axiom{third(\\spad{u}) = first(rest(rest(\\spad{u})))}.")) (|second| ((|#2| $) "\\spad{second(u)} returns the second element of \\spad{u}. Note: \\axiom{second(\\spad{u}) = first(rest(\\spad{u}))}.")) (|tail| (($ $) "\\spad{tail(u)} returns the last node of \\spad{u}. Note: if \\spad{u} is \\axiom{shallowlyMutable},{} \\axiom{setrest(tail(\\spad{u}),{}\\spad{v}) = concat(\\spad{u},{}\\spad{v})}.")) (|last| (($ $ (|NonNegativeInteger|)) "\\spad{last(u,{}n)} returns a copy of the last \\spad{n} (\\axiom{\\spad{n} \\spad{>=} 0}) nodes of \\spad{u}. Note: \\axiom{last(\\spad{u},{}\\spad{n})} is a list of \\spad{n} elements.") ((|#2| $) "\\spad{last(u)} resturn the last element of \\spad{u}. Note: for lists,{} \\axiom{last(\\spad{u}) = \\spad{u} . (maxIndex \\spad{u}) = \\spad{u} . (\\# \\spad{u} - 1)}.")) (|rest| (($ $ (|NonNegativeInteger|)) "\\spad{rest(u,{}n)} returns the \\axiom{\\spad{n}}th (\\spad{n} \\spad{>=} 0) node of \\spad{u}. Note: \\axiom{rest(\\spad{u},{}0) = \\spad{u}}.") (($ $) "\\spad{rest(u)} returns an aggregate consisting of all but the first element of \\spad{u} (equivalently,{} the next node of \\spad{u}).")) (|elt| ((|#2| $ "last") "\\spad{elt(u,{}\"last\")} (also written: \\axiom{\\spad{u} . last}) is equivalent to last \\spad{u}.") (($ $ "rest") "\\spad{elt(\\%,{}\"rest\")} (also written: \\axiom{\\spad{u}.rest}) is equivalent to \\axiom{rest \\spad{u}}.") ((|#2| $ "first") "\\spad{elt(u,{}\"first\")} (also written: \\axiom{\\spad{u} . first}) is equivalent to first \\spad{u}.")) (|first| (($ $ (|NonNegativeInteger|)) "\\spad{first(u,{}n)} returns a copy of the first \\spad{n} (\\axiom{\\spad{n} \\spad{>=} 0}) elements of \\spad{u}.") ((|#2| $) "\\spad{first(u)} returns the first element of \\spad{u} (equivalently,{} the value at the current node).")) (|concat| (($ |#2| $) "\\spad{concat(x,{}u)} returns aggregate consisting of \\spad{x} followed by the elements of \\spad{u}. Note: if \\axiom{\\spad{v} = concat(\\spad{x},{}\\spad{u})} then \\axiom{\\spad{x} = first \\spad{v}} and \\axiom{\\spad{u} = rest \\spad{v}}.") (($ $ $) "\\spad{concat(u,{}v)} returns an aggregate \\spad{w} consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: \\axiom{\\spad{v} = rest(\\spad{w},{}\\#a)}.")))
NIL
-((|HasAttribute| |#1| (QUOTE -4260)))
-(-1162 S)
+((|HasAttribute| |#1| (QUOTE -4262)))
+(-1164 S)
((|constructor| (NIL "A unary-recursive aggregate is a one where nodes may have either 0 or 1 children. This aggregate models,{} though not precisely,{} a linked list possibly with a single cycle. A node with one children models a non-empty list,{} with the \\spadfun{value} of the list designating the head,{} or \\spadfun{first},{} of the list,{} and the child designating the tail,{} or \\spadfun{rest},{} of the list. A node with no child then designates the empty list. Since these aggregates are recursive aggregates,{} they may be cyclic.")) (|split!| (($ $ (|Integer|)) "\\spad{split!(u,{}n)} splits \\spad{u} into two aggregates: \\axiom{\\spad{v} = rest(\\spad{u},{}\\spad{n})} and \\axiom{\\spad{w} = first(\\spad{u},{}\\spad{n})},{} returning \\axiom{\\spad{v}}. Note: afterwards \\axiom{rest(\\spad{u},{}\\spad{n})} returns \\axiom{empty()}.")) (|setlast!| ((|#1| $ |#1|) "\\spad{setlast!(u,{}x)} destructively changes the last element of \\spad{u} to \\spad{x}.")) (|setrest!| (($ $ $) "\\spad{setrest!(u,{}v)} destructively changes the rest of \\spad{u} to \\spad{v}.")) (|setelt| ((|#1| $ "last" |#1|) "\\spad{setelt(u,{}\"last\",{}x)} (also written: \\axiom{\\spad{u}.last \\spad{:=} \\spad{b}}) is equivalent to \\axiom{setlast!(\\spad{u},{}\\spad{v})}.") (($ $ "rest" $) "\\spad{setelt(u,{}\"rest\",{}v)} (also written: \\axiom{\\spad{u}.rest \\spad{:=} \\spad{v}}) is equivalent to \\axiom{setrest!(\\spad{u},{}\\spad{v})}.") ((|#1| $ "first" |#1|) "\\spad{setelt(u,{}\"first\",{}x)} (also written: \\axiom{\\spad{u}.first \\spad{:=} \\spad{x}}) is equivalent to \\axiom{setfirst!(\\spad{u},{}\\spad{x})}.")) (|setfirst!| ((|#1| $ |#1|) "\\spad{setfirst!(u,{}x)} destructively changes the first element of a to \\spad{x}.")) (|cycleSplit!| (($ $) "\\spad{cycleSplit!(u)} splits the aggregate by dropping off the cycle. The value returned is the cycle entry,{} or nil if none exists. For example,{} if \\axiom{\\spad{w} = concat(\\spad{u},{}\\spad{v})} is the cyclic list where \\spad{v} is the head of the cycle,{} \\axiom{cycleSplit!(\\spad{w})} will drop \\spad{v} off \\spad{w} thus destructively changing \\spad{w} to \\spad{u},{} and returning \\spad{v}.")) (|concat!| (($ $ |#1|) "\\spad{concat!(u,{}x)} destructively adds element \\spad{x} to the end of \\spad{u}. Note: \\axiom{concat!(a,{}\\spad{x}) = setlast!(a,{}[\\spad{x}])}.") (($ $ $) "\\spad{concat!(u,{}v)} destructively concatenates \\spad{v} to the end of \\spad{u}. Note: \\axiom{concat!(\\spad{u},{}\\spad{v}) = setlast_!(\\spad{u},{}\\spad{v})}.")) (|cycleTail| (($ $) "\\spad{cycleTail(u)} returns the last node in the cycle,{} or empty if none exists.")) (|cycleLength| (((|NonNegativeInteger|) $) "\\spad{cycleLength(u)} returns the length of a top-level cycle contained in aggregate \\spad{u},{} or 0 is \\spad{u} has no such cycle.")) (|cycleEntry| (($ $) "\\spad{cycleEntry(u)} returns the head of a top-level cycle contained in aggregate \\spad{u},{} or \\axiom{empty()} if none exists.")) (|third| ((|#1| $) "\\spad{third(u)} returns the third element of \\spad{u}. Note: \\axiom{third(\\spad{u}) = first(rest(rest(\\spad{u})))}.")) (|second| ((|#1| $) "\\spad{second(u)} returns the second element of \\spad{u}. Note: \\axiom{second(\\spad{u}) = first(rest(\\spad{u}))}.")) (|tail| (($ $) "\\spad{tail(u)} returns the last node of \\spad{u}. Note: if \\spad{u} is \\axiom{shallowlyMutable},{} \\axiom{setrest(tail(\\spad{u}),{}\\spad{v}) = concat(\\spad{u},{}\\spad{v})}.")) (|last| (($ $ (|NonNegativeInteger|)) "\\spad{last(u,{}n)} returns a copy of the last \\spad{n} (\\axiom{\\spad{n} \\spad{>=} 0}) nodes of \\spad{u}. Note: \\axiom{last(\\spad{u},{}\\spad{n})} is a list of \\spad{n} elements.") ((|#1| $) "\\spad{last(u)} resturn the last element of \\spad{u}. Note: for lists,{} \\axiom{last(\\spad{u}) = \\spad{u} . (maxIndex \\spad{u}) = \\spad{u} . (\\# \\spad{u} - 1)}.")) (|rest| (($ $ (|NonNegativeInteger|)) "\\spad{rest(u,{}n)} returns the \\axiom{\\spad{n}}th (\\spad{n} \\spad{>=} 0) node of \\spad{u}. Note: \\axiom{rest(\\spad{u},{}0) = \\spad{u}}.") (($ $) "\\spad{rest(u)} returns an aggregate consisting of all but the first element of \\spad{u} (equivalently,{} the next node of \\spad{u}).")) (|elt| ((|#1| $ "last") "\\spad{elt(u,{}\"last\")} (also written: \\axiom{\\spad{u} . last}) is equivalent to last \\spad{u}.") (($ $ "rest") "\\spad{elt(\\%,{}\"rest\")} (also written: \\axiom{\\spad{u}.rest}) is equivalent to \\axiom{rest \\spad{u}}.") ((|#1| $ "first") "\\spad{elt(u,{}\"first\")} (also written: \\axiom{\\spad{u} . first}) is equivalent to first \\spad{u}.")) (|first| (($ $ (|NonNegativeInteger|)) "\\spad{first(u,{}n)} returns a copy of the first \\spad{n} (\\axiom{\\spad{n} \\spad{>=} 0}) elements of \\spad{u}.") ((|#1| $) "\\spad{first(u)} returns the first element of \\spad{u} (equivalently,{} the value at the current node).")) (|concat| (($ |#1| $) "\\spad{concat(x,{}u)} returns aggregate consisting of \\spad{x} followed by the elements of \\spad{u}. Note: if \\axiom{\\spad{v} = concat(\\spad{x},{}\\spad{u})} then \\axiom{\\spad{x} = first \\spad{v}} and \\axiom{\\spad{u} = rest \\spad{v}}.") (($ $ $) "\\spad{concat(u,{}v)} returns an aggregate \\spad{w} consisting of the elements of \\spad{u} followed by the elements of \\spad{v}. Note: \\axiom{\\spad{v} = rest(\\spad{w},{}\\#a)}.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-1163 |Coef1| |Coef2| UTS1 UTS2)
+(-1165 |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
-(-1164 S |Coef|)
+(-1166 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 (-525)))) (|HasCategory| |#2| (QUOTE (-893))) (|HasCategory| |#2| (QUOTE (-1114))) (|HasSignature| |#2| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -2367) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1092))))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#2| (QUOTE (-341))))
-(-1165 |Coef|)
+((|HasCategory| |#2| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#2| (QUOTE (-895))) (|HasCategory| |#2| (QUOTE (-1116))) (|HasSignature| |#2| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#2|)))) (|HasSignature| |#2| (LIST (QUOTE -1467) (LIST (|devaluate| |#2|) (|devaluate| |#2|) (QUOTE (-1094))))) (|HasCategory| |#2| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#2| (QUOTE (-343))))
+(-1167 |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.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1166 |Coef| |var| |cen|)
+(-1168 |Coef| |var| |cen|)
((|constructor| (NIL "Dense Taylor series in one variable \\spadtype{UnivariateTaylorSeries} is a domain representing Taylor series in one variable with coefficients in an arbitrary ring. The parameters of the type specify the coefficient ring,{} the power series variable,{} and the center of the power series expansion. For example,{} \\spadtype{UnivariateTaylorSeries}(Integer,{}\\spad{x},{}3) represents Taylor series in \\spad{(x - 3)} with \\spadtype{Integer} coefficients.")) (|integrate| (($ $ (|Variable| |#2|)) "\\spad{integrate(f(x),{}x)} returns an anti-derivative of the power series \\spad{f(x)} with constant coefficient 0. We may integrate a series when we can divide coefficients by integers.")) (|invmultisect| (($ (|Integer|) (|Integer|) $) "\\spad{invmultisect(a,{}b,{}f(x))} substitutes \\spad{x^((a+b)*n)} \\indented{1}{for \\spad{x^n} and multiples by \\spad{x^b}.}")) (|multisect| (($ (|Integer|) (|Integer|) $) "\\spad{multisect(a,{}b,{}f(x))} selects the coefficients of \\indented{1}{\\spad{x^((a+b)*n+a)},{} and changes this monomial to \\spad{x^n}.}")) (|revert| (($ $) "\\spad{revert(f(x))} returns a Taylor series \\spad{g(x)} such that \\spad{f(g(x)) = g(f(x)) = x}. Series \\spad{f(x)} should have constant coefficient 0 and 1st order coefficient 1.")) (|generalLambert| (($ $ (|Integer|) (|Integer|)) "\\spad{generalLambert(f(x),{}a,{}d)} returns \\spad{f(x^a) + f(x^(a + d)) + \\indented{1}{f(x^(a + 2 d)) + ... }. \\spad{f(x)} should have zero constant} \\indented{1}{coefficient and \\spad{a} and \\spad{d} should be positive.}")) (|evenlambert| (($ $) "\\spad{evenlambert(f(x))} returns \\spad{f(x^2) + f(x^4) + f(x^6) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,{}f(x^(2*n))) = exp(log(evenlambert(f(x))))}.}")) (|oddlambert| (($ $) "\\spad{oddlambert(f(x))} returns \\spad{f(x) + f(x^3) + f(x^5) + ...}. \\indented{1}{\\spad{f(x)} should have a zero constant coefficient.} \\indented{1}{This function is used for computing infinite products.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n=1..infinity,{}f(x^(2*n-1)))=exp(log(oddlambert(f(x))))}.}")) (|lambert| (($ $) "\\spad{lambert(f(x))} returns \\spad{f(x) + f(x^2) + f(x^3) + ...}. \\indented{1}{This function is used for computing infinite products.} \\indented{1}{\\spad{f(x)} should have zero constant coefficient.} \\indented{1}{If \\spad{f(x)} is a Taylor series with constant term 1,{} then} \\indented{1}{\\spad{product(n = 1..infinity,{}f(x^n)) = exp(log(lambert(f(x))))}.}")) (|lagrange| (($ $) "\\spad{lagrange(g(x))} produces the Taylor series for \\spad{f(x)} \\indented{1}{where \\spad{f(x)} is implicitly defined as \\spad{f(x) = x*g(f(x))}.}")) (|differentiate| (($ $ (|Variable| |#2|)) "\\spad{differentiate(f(x),{}x)} computes the derivative of \\spad{f(x)} with respect to \\spad{x}.")) (|univariatePolynomial| (((|UnivariatePolynomial| |#2| |#1|) $ (|NonNegativeInteger|)) "\\spad{univariatePolynomial(f,{}k)} returns a univariate polynomial \\indented{1}{consisting of the sum of all terms of \\spad{f} of degree \\spad{<= k}.}")) (|coerce| (($ (|Variable| |#2|)) "\\spad{coerce(var)} converts the series variable \\spad{var} into a \\indented{1}{Taylor series.}") (($ (|UnivariatePolynomial| |#2| |#1|)) "\\spad{coerce(p)} converts a univariate polynomial \\spad{p} in the variable \\spad{var} to a univariate Taylor series in \\spad{var}.")))
-(((-4261 "*") |has| |#1| (-160)) (-4252 |has| |#1| (-517)) (-4253 . T) (-4254 . T) (-4256 . T))
-((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasCategory| |#1| (QUOTE (-517))) (-2067 (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-517)))) (|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-136))) (|HasCategory| |#1| (QUOTE (-138))) (-12 (|HasCategory| |#1| (LIST (QUOTE -835) (QUOTE (-1092)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-713)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-713)) (|devaluate| |#1|)))) (|HasCategory| (-713) (QUOTE (-1032))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-713))))) (|HasSignature| |#1| (LIST (QUOTE -4100) (LIST (|devaluate| |#1|) (QUOTE (-1092)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-713))))) (|HasCategory| |#1| (QUOTE (-341))) (-2067 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-525)))) (|HasCategory| |#1| (QUOTE (-893))) (|HasCategory| |#1| (QUOTE (-1114))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasSignature| |#1| (LIST (QUOTE -2367) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1092))))) (|HasSignature| |#1| (LIST (QUOTE -1296) (LIST (LIST (QUOTE -592) (QUOTE (-1092))) (|devaluate| |#1|)))))))
-(-1167 |Coef| UTS)
+(((-4263 "*") |has| |#1| (-162)) (-4254 |has| |#1| (-519)) (-4255 . T) (-4256 . T) (-4258 . T))
+((|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasCategory| |#1| (QUOTE (-519))) (-2027 (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-519)))) (|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-138))) (|HasCategory| |#1| (QUOTE (-140))) (-12 (|HasCategory| |#1| (LIST (QUOTE -837) (QUOTE (-1094)))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-715)) (|devaluate| |#1|))))) (|HasSignature| |#1| (LIST (QUOTE *) (LIST (|devaluate| |#1|) (QUOTE (-715)) (|devaluate| |#1|)))) (|HasCategory| (-715) (QUOTE (-1034))) (-12 (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-715))))) (|HasSignature| |#1| (LIST (QUOTE -4118) (LIST (|devaluate| |#1|) (QUOTE (-1094)))))) (|HasSignature| |#1| (LIST (QUOTE **) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-715))))) (|HasCategory| |#1| (QUOTE (-343))) (-2027 (-12 (|HasCategory| |#1| (LIST (QUOTE -29) (QUOTE (-527)))) (|HasCategory| |#1| (QUOTE (-895))) (|HasCategory| |#1| (QUOTE (-1116))) (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527)))))) (-12 (|HasCategory| |#1| (LIST (QUOTE -37) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasSignature| |#1| (LIST (QUOTE -1467) (LIST (|devaluate| |#1|) (|devaluate| |#1|) (QUOTE (-1094))))) (|HasSignature| |#1| (LIST (QUOTE -2853) (LIST (LIST (QUOTE -594) (QUOTE (-1094))) (|devaluate| |#1|)))))))
+(-1169 |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
-(-1168 -1834 UP L UTS)
+(-1170 -1819 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 (-517))))
-(-1169)
+((|HasCategory| |#1| (QUOTE (-519))))
+(-1171)
((|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.")))
-((-1456 . T))
+((-1442 . T))
NIL
-(-1170 |sym|)
+(-1172 |sym|)
((|constructor| (NIL "This domain implements variables")) (|variable| (((|Symbol|)) "\\spad{variable()} returns the symbol")) (|coerce| (((|Symbol|) $) "\\spad{coerce(x)} returns the symbol")))
NIL
NIL
-(-1171 S R)
+(-1173 S R)
((|constructor| (NIL "\\spadtype{VectorCategory} represents the type of vector like objects,{} \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time.")) (|magnitude| ((|#2| $) "\\spad{magnitude(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the length")) (|length| ((|#2| $) "\\spad{length(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the magnitude")) (|cross| (($ $ $) "vectorProduct(\\spad{u},{}\\spad{v}) constructs the cross product of \\spad{u} and \\spad{v}. Error: if \\spad{u} and \\spad{v} are not of length 3.")) (|outerProduct| (((|Matrix| |#2|) $ $) "\\spad{outerProduct(u,{}v)} constructs the matrix whose (\\spad{i},{}\\spad{j})\\spad{'}th element is \\spad{u}(\\spad{i})\\spad{*v}(\\spad{j}).")) (|dot| ((|#2| $ $) "\\spad{dot(x,{}y)} computes the inner product of the two vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")) (* (($ $ |#2|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#2| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.") (($ (|Integer|) $) "\\spad{n * y} multiplies each component of the vector \\spad{y} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x - y} returns the component-wise difference of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.") (($ $) "\\spad{-x} negates all components of the vector \\spad{x}.")) (|zero| (($ (|NonNegativeInteger|)) "\\spad{zero(n)} creates a zero vector of length \\spad{n}.")) (+ (($ $ $) "\\spad{x + y} returns the component-wise sum of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")))
NIL
-((|HasCategory| |#2| (QUOTE (-934))) (|HasCategory| |#2| (QUOTE (-977))) (|HasCategory| |#2| (QUOTE (-669))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
-(-1172 R)
+((|HasCategory| |#2| (QUOTE (-936))) (|HasCategory| |#2| (QUOTE (-979))) (|HasCategory| |#2| (QUOTE (-671))) (|HasCategory| |#2| (QUOTE (-21))) (|HasCategory| |#2| (QUOTE (-23))) (|HasCategory| |#2| (QUOTE (-25))))
+(-1174 R)
((|constructor| (NIL "\\spadtype{VectorCategory} represents the type of vector like objects,{} \\spadignore{i.e.} finite sequences indexed by some finite segment of the integers. The operations available on vectors depend on the structure of the underlying components. Many operations from the component domain are defined for vectors componentwise. It can by assumed that extraction or updating components can be done in constant time.")) (|magnitude| ((|#1| $) "\\spad{magnitude(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the length")) (|length| ((|#1| $) "\\spad{length(v)} computes the sqrt(dot(\\spad{v},{}\\spad{v})),{} \\spadignore{i.e.} the magnitude")) (|cross| (($ $ $) "vectorProduct(\\spad{u},{}\\spad{v}) constructs the cross product of \\spad{u} and \\spad{v}. Error: if \\spad{u} and \\spad{v} are not of length 3.")) (|outerProduct| (((|Matrix| |#1|) $ $) "\\spad{outerProduct(u,{}v)} constructs the matrix whose (\\spad{i},{}\\spad{j})\\spad{'}th element is \\spad{u}(\\spad{i})\\spad{*v}(\\spad{j}).")) (|dot| ((|#1| $ $) "\\spad{dot(x,{}y)} computes the inner product of the two vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")) (* (($ $ |#1|) "\\spad{y * r} multiplies each component of the vector \\spad{y} by the element \\spad{r}.") (($ |#1| $) "\\spad{r * y} multiplies the element \\spad{r} times each component of the vector \\spad{y}.") (($ (|Integer|) $) "\\spad{n * y} multiplies each component of the vector \\spad{y} by the integer \\spad{n}.")) (- (($ $ $) "\\spad{x - y} returns the component-wise difference of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.") (($ $) "\\spad{-x} negates all components of the vector \\spad{x}.")) (|zero| (($ (|NonNegativeInteger|)) "\\spad{zero(n)} creates a zero vector of length \\spad{n}.")) (+ (($ $ $) "\\spad{x + y} returns the component-wise sum of the vectors \\spad{x} and \\spad{y}. Error: if \\spad{x} and \\spad{y} are not of the same length.")))
-((-4260 . T) (-4259 . T) (-1456 . T))
+((-4262 . T) (-4261 . T) (-1442 . T))
NIL
-(-1173 A B)
+(-1175 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
-(-1174 R)
+(-1176 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.")))
-((-4260 . T) (-4259 . T))
-((-2067 (-12 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|))))) (-2067 (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798))))) (|HasCategory| |#1| (LIST (QUOTE -567) (QUOTE (-501)))) (-2067 (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020)))) (|HasCategory| |#1| (QUOTE (-789))) (|HasCategory| (-525) (QUOTE (-789))) (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-669))) (|HasCategory| |#1| (QUOTE (-977))) (-12 (|HasCategory| |#1| (QUOTE (-934))) (|HasCategory| |#1| (QUOTE (-977)))) (-12 (|HasCategory| |#1| (QUOTE (-1020))) (|HasCategory| |#1| (LIST (QUOTE -288) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1175)
+((-4262 . T) (-4261 . T))
+((-2027 (-12 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|))))) (-2027 (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800))))) (|HasCategory| |#1| (LIST (QUOTE -569) (QUOTE (-503)))) (-2027 (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022)))) (|HasCategory| |#1| (QUOTE (-791))) (|HasCategory| (-527) (QUOTE (-791))) (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-25))) (|HasCategory| |#1| (QUOTE (-23))) (|HasCategory| |#1| (QUOTE (-21))) (|HasCategory| |#1| (QUOTE (-671))) (|HasCategory| |#1| (QUOTE (-979))) (-12 (|HasCategory| |#1| (QUOTE (-936))) (|HasCategory| |#1| (QUOTE (-979)))) (-12 (|HasCategory| |#1| (QUOTE (-1022))) (|HasCategory| |#1| (LIST (QUOTE -290) (|devaluate| |#1|)))) (|HasCategory| |#1| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1177)
((|constructor| (NIL "TwoDimensionalViewport creates viewports to display graphs.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} returns the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport} as output of the domain \\spadtype{OutputForm}.")) (|key| (((|Integer|) $) "\\spad{key(v)} returns the process ID number of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|reset| (((|Void|) $) "\\spad{reset(v)} sets the current state of the graph characteristics of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} back to their initial settings.")) (|write| (((|String|) $ (|String|) (|List| (|String|))) "\\spad{write(v,{}s,{}lf)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and the optional file types indicated by the list \\spad{lf}.") (((|String|) $ (|String|) (|String|)) "\\spad{write(v,{}s,{}f)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v} and an optional file type \\spad{f}.") (((|String|) $ (|String|)) "\\spad{write(v,{}s)} takes the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and creates a directory indicated by \\spad{s},{} which contains the graph data files for \\spad{v}.")) (|resize| (((|Void|) $ (|PositiveInteger|) (|PositiveInteger|)) "\\spad{resize(v,{}w,{}h)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with a width of \\spad{w} and a height of \\spad{h},{} keeping the upper left-hand corner position unchanged.")) (|update| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{update(v,{}gr,{}n)} drops the graph \\spad{gr} in slot \\spad{n} of viewport \\spad{v}. The graph \\spad{gr} must have been transmitted already and acquired an integer key.")) (|move| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|)) "\\spad{move(v,{}x,{}y)} displays the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the upper left-hand corner of the viewport window at the screen coordinate position \\spad{x},{} \\spad{y}.")) (|show| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{show(v,{}n,{}s)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the graph if \\spad{s} is \"off\".")) (|translate| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{translate(v,{}n,{}dx,{}dy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} translated by \\spad{dx} in the \\spad{x}-coordinate direction from the center of the viewport,{} and by \\spad{dy} in the \\spad{y}-coordinate direction from the center. Setting \\spad{dx} and \\spad{dy} to \\spad{0} places the center of the graph at the center of the viewport.")) (|scale| (((|Void|) $ (|PositiveInteger|) (|Float|) (|Float|)) "\\spad{scale(v,{}n,{}sx,{}sy)} displays the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} scaled by the factor \\spad{sx} in the \\spad{x}-coordinate direction and by the factor \\spad{sy} in the \\spad{y}-coordinate direction.")) (|dimensions| (((|Void|) $ (|NonNegativeInteger|) (|NonNegativeInteger|) (|PositiveInteger|) (|PositiveInteger|)) "\\spad{dimensions(v,{}x,{}y,{}width,{}height)} sets the position of the upper left-hand corner of the two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to the window coordinate \\spad{x},{} \\spad{y},{} and sets the dimensions of the window to that of \\spad{width},{} \\spad{height}. The new dimensions are not displayed until the function \\spadfun{makeViewport2D} is executed again for \\spad{v}.")) (|close| (((|Void|) $) "\\spad{close(v)} closes the viewport window of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} and terminates the corresponding process ID.")) (|controlPanel| (((|Void|) $ (|String|)) "\\spad{controlPanel(v,{}s)} displays the control panel of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or hides the control panel if \\spad{s} is \"off\".")) (|connect| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{connect(v,{}n,{}s)} displays the lines connecting the graph points in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the lines if \\spad{s} is \"off\".")) (|region| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{region(v,{}n,{}s)} displays the bounding box of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the bounding box if \\spad{s} is \"off\".")) (|points| (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{points(v,{}n,{}s)} displays the points of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the points if \\spad{s} is \"off\".")) (|units| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{units(v,{}n,{}c)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the units color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{units(v,{}n,{}s)} displays the units of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the units if \\spad{s} is \"off\".")) (|axes| (((|Void|) $ (|PositiveInteger|) (|Palette|)) "\\spad{axes(v,{}n,{}c)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} with the axes color set to the given palette color \\spad{c}.") (((|Void|) $ (|PositiveInteger|) (|String|)) "\\spad{axes(v,{}n,{}s)} displays the axes of the graph in field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} if \\spad{s} is \"on\",{} or does not display the axes if \\spad{s} is \"off\".")) (|getGraph| (((|GraphImage|) $ (|PositiveInteger|)) "\\spad{getGraph(v,{}n)} returns the graph which is of the domain \\spadtype{GraphImage} which is located in graph field \\spad{n} of the given two-dimensional viewport,{} \\spad{v},{} which is of the domain \\spadtype{TwoDimensionalViewport}.")) (|putGraph| (((|Void|) $ (|GraphImage|) (|PositiveInteger|)) "\\spad{putGraph(v,{}\\spad{gi},{}n)} sets the graph field indicated by \\spad{n},{} of the indicated two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport},{} to be the graph,{} \\spad{\\spad{gi}} of domain \\spadtype{GraphImage}. The contents of viewport,{} \\spad{v},{} will contain \\spad{\\spad{gi}} when the function \\spadfun{makeViewport2D} is called to create the an updated viewport \\spad{v}.")) (|title| (((|Void|) $ (|String|)) "\\spad{title(v,{}s)} changes the title which is shown in the two-dimensional viewport window,{} \\spad{v} of domain \\spadtype{TwoDimensionalViewport}.")) (|graphs| (((|Vector| (|Union| (|GraphImage|) "undefined")) $) "\\spad{graphs(v)} returns a vector,{} or list,{} which is a union of all the graphs,{} of the domain \\spadtype{GraphImage},{} which are allocated for the two-dimensional viewport,{} \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport}. Those graphs which have no data are labeled \"undefined\",{} otherwise their contents are shown.")) (|graphStates| (((|Vector| (|Record| (|:| |scaleX| (|DoubleFloat|)) (|:| |scaleY| (|DoubleFloat|)) (|:| |deltaX| (|DoubleFloat|)) (|:| |deltaY| (|DoubleFloat|)) (|:| |points| (|Integer|)) (|:| |connect| (|Integer|)) (|:| |spline| (|Integer|)) (|:| |axes| (|Integer|)) (|:| |axesColor| (|Palette|)) (|:| |units| (|Integer|)) (|:| |unitsColor| (|Palette|)) (|:| |showing| (|Integer|)))) $) "\\spad{graphStates(v)} returns and shows a listing of a record containing the current state of the characteristics of each of the ten graph records in the given two-dimensional viewport,{} \\spad{v},{} which is of domain \\spadtype{TwoDimensionalViewport}.")) (|graphState| (((|Void|) $ (|PositiveInteger|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|DoubleFloat|) (|Integer|) (|Integer|) (|Integer|) (|Integer|) (|Palette|) (|Integer|) (|Palette|) (|Integer|)) "\\spad{graphState(v,{}num,{}sX,{}sY,{}dX,{}dY,{}pts,{}lns,{}box,{}axes,{}axesC,{}un,{}unC,{}cP)} sets the state of the characteristics for the graph indicated by \\spad{num} in the given two-dimensional viewport \\spad{v},{} of domain \\spadtype{TwoDimensionalViewport},{} to the values given as parameters. The scaling of the graph in the \\spad{x} and \\spad{y} component directions is set to be \\spad{sX} and \\spad{sY}; the window translation in the \\spad{x} and \\spad{y} component directions is set to be \\spad{dX} and \\spad{dY}; The graph points,{} lines,{} bounding \\spad{box},{} \\spad{axes},{} or units will be shown in the viewport if their given parameters \\spad{pts},{} \\spad{lns},{} \\spad{box},{} \\spad{axes} or \\spad{un} are set to be \\spad{1},{} but will not be shown if they are set to \\spad{0}. The color of the \\spad{axes} and the color of the units are indicated by the palette colors \\spad{axesC} and \\spad{unC} respectively. To display the control panel when the viewport window is displayed,{} set \\spad{cP} to \\spad{1},{} otherwise set it to \\spad{0}.")) (|options| (($ $ (|List| (|DrawOption|))) "\\spad{options(v,{}lopt)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns \\spad{v} with it\\spad{'s} draw options modified to be those which are indicated in the given list,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (((|List| (|DrawOption|)) $) "\\spad{options(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and returns a list containing the draw options from the domain \\spadtype{DrawOption} for \\spad{v}.")) (|makeViewport2D| (($ (|GraphImage|) (|List| (|DrawOption|))) "\\spad{makeViewport2D(\\spad{gi},{}lopt)} creates and displays a viewport window of the domain \\spadtype{TwoDimensionalViewport} whose graph field is assigned to be the given graph,{} \\spad{\\spad{gi}},{} of domain \\spadtype{GraphImage},{} and whose options field is set to be the list of options,{} \\spad{lopt} of domain \\spadtype{DrawOption}.") (($ $) "\\spad{makeViewport2D(v)} takes the given two-dimensional viewport,{} \\spad{v},{} of the domain \\spadtype{TwoDimensionalViewport} and displays a viewport window on the screen which contains the contents of \\spad{v}.")) (|viewport2D| (($) "\\spad{viewport2D()} returns an undefined two-dimensional viewport of the domain \\spadtype{TwoDimensionalViewport} whose contents are empty.")) (|getPickedPoints| (((|List| (|Point| (|DoubleFloat|))) $) "\\spad{getPickedPoints(x)} returns a list of small floats for the points the user interactively picked on the viewport for full integration into the system,{} some design issues need to be addressed: \\spadignore{e.g.} how to go through the GraphImage interface,{} how to default to graphs,{} etc.")))
NIL
NIL
-(-1176)
+(-1178)
((|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
-(-1177)
+(-1179)
((|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
-(-1178)
+(-1180)
((|constructor| (NIL "ViewportPackage provides functions for creating GraphImages and TwoDimensionalViewports from lists of lists of points.")) (|coerce| (((|TwoDimensionalViewport|) (|GraphImage|)) "\\spad{coerce(\\spad{gi})} converts the indicated \\spadtype{GraphImage},{} \\spad{gi},{} into the \\spadtype{TwoDimensionalViewport} form.")) (|drawCurves| (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],{}[p1],{}...,{}[pn]],{}[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}.") (((|TwoDimensionalViewport|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{drawCurves([[p0],{}[p1],{}...,{}[pn]],{}ptColor,{}lineColor,{}ptSize,{}[options])} creates a \\spadtype{TwoDimensionalViewport} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}. The point color is specified by \\spad{ptColor},{} the line color is specified by \\spad{lineColor},{} and the point size is specified by \\spad{ptSize}.")) (|graphCurves| (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],{}[p1],{}...,{}[pn]],{}[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|))))) "\\spad{graphCurves([[p0],{}[p1],{}...,{}[pn]])} creates a \\spadtype{GraphImage} from the list of lists of points indicated by \\spad{p0} through \\spad{pn}.") (((|GraphImage|) (|List| (|List| (|Point| (|DoubleFloat|)))) (|Palette|) (|Palette|) (|PositiveInteger|) (|List| (|DrawOption|))) "\\spad{graphCurves([[p0],{}[p1],{}...,{}[pn]],{}ptColor,{}lineColor,{}ptSize,{}[options])} creates a \\spadtype{GraphImage} from the list of lists of points,{} \\spad{p0} throught \\spad{pn},{} using the options specified in the list \\spad{options}. The graph point color is specified by \\spad{ptColor},{} the graph line color is specified by \\spad{lineColor},{} and the size of the points is specified by \\spad{ptSize}.")))
NIL
NIL
-(-1179)
+(-1181)
((|constructor| (NIL "This type is used when no value is needed,{} \\spadignore{e.g.} in the \\spad{then} part of a one armed \\spad{if}. All values can be coerced to type Void. Once a value has been coerced to Void,{} it cannot be recovered.")) (|coerce| (((|OutputForm|) $) "\\spad{coerce(v)} coerces void object to outputForm.")) (|void| (($) "\\spad{void()} produces a void object.")))
NIL
NIL
-(-1180 A S)
+(-1182 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
-(-1181 S)
+(-1183 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}.")))
-((-4254 . T) (-4253 . T))
+((-4256 . T) (-4255 . T))
NIL
-(-1182 R)
+(-1184 R)
((|constructor| (NIL "This package implements the Weierstrass preparation theorem \\spad{f} or multivariate power series. weierstrass(\\spad{v},{}\\spad{p}) where \\spad{v} is a variable,{} and \\spad{p} is a TaylorSeries(\\spad{R}) in which the terms of lowest degree \\spad{s} must include c*v**s where \\spad{c} is a constant,{}\\spad{s>0},{} is a list of TaylorSeries coefficients A[\\spad{i}] of the equivalent polynomial A = A[0] + A[1]\\spad{*v} + A[2]*v**2 + ... + A[\\spad{s}-1]*v**(\\spad{s}-1) + v**s such that p=A*B ,{} \\spad{B} being a TaylorSeries of minimum degree 0")) (|qqq| (((|Mapping| (|Stream| (|TaylorSeries| |#1|)) (|Stream| (|TaylorSeries| |#1|))) (|NonNegativeInteger|) (|TaylorSeries| |#1|) (|Stream| (|TaylorSeries| |#1|))) "\\spad{qqq(n,{}s,{}st)} is used internally.")) (|weierstrass| (((|List| (|TaylorSeries| |#1|)) (|Symbol|) (|TaylorSeries| |#1|)) "\\spad{weierstrass(v,{}ts)} where \\spad{v} is a variable and \\spad{ts} is \\indented{1}{a TaylorSeries,{} impements the Weierstrass Preparation} \\indented{1}{Theorem. The result is a list of TaylorSeries that} \\indented{1}{are the coefficients of the equivalent series.}")) (|clikeUniv| (((|Mapping| (|SparseUnivariatePolynomial| (|Polynomial| |#1|)) (|Polynomial| |#1|)) (|Symbol|)) "\\spad{clikeUniv(v)} is used internally.")) (|sts2stst| (((|Stream| (|Stream| (|Polynomial| |#1|))) (|Symbol|) (|Stream| (|Polynomial| |#1|))) "\\spad{sts2stst(v,{}s)} is used internally.")) (|cfirst| (((|Mapping| (|Stream| (|Polynomial| |#1|)) (|Stream| (|Polynomial| |#1|))) (|NonNegativeInteger|)) "\\spad{cfirst n} is used internally.")) (|crest| (((|Mapping| (|Stream| (|Polynomial| |#1|)) (|Stream| (|Polynomial| |#1|))) (|NonNegativeInteger|)) "\\spad{crest n} is used internally.")))
NIL
NIL
-(-1183 K R UP -1834)
+(-1185 K R UP -1819)
((|constructor| (NIL "In this package \\spad{K} is a finite field,{} \\spad{R} is a ring of univariate polynomials over \\spad{K},{} and \\spad{F} is a framed algebra over \\spad{R}. The package provides a function to compute the integral closure of \\spad{R} in the quotient field of \\spad{F} as well as a function to compute a \"local integral basis\" at a specific prime.")) (|localIntegralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|))) |#2|) "\\spad{integralBasis(p)} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the local integral closure of \\spad{R} at the prime \\spad{p} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the local integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")) (|integralBasis| (((|Record| (|:| |basis| (|Matrix| |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (|Matrix| |#2|)))) "\\spad{integralBasis()} returns a record \\spad{[basis,{}basisDen,{}basisInv]} containing information regarding the integral closure of \\spad{R} in the quotient field of \\spad{F},{} where \\spad{F} is a framed algebra with \\spad{R}-module basis \\spad{w1,{}w2,{}...,{}wn}. If \\spad{basis} is the matrix \\spad{(aij,{} i = 1..n,{} j = 1..n)},{} then the \\spad{i}th element of the integral basis is \\spad{\\spad{vi} = (1/basisDen) * sum(aij * wj,{} j = 1..n)},{} \\spadignore{i.e.} the \\spad{i}th row of \\spad{basis} contains the coordinates of the \\spad{i}th basis vector. Similarly,{} the \\spad{i}th row of the matrix \\spad{basisInv} contains the coordinates of \\spad{\\spad{wi}} with respect to the basis \\spad{v1,{}...,{}vn}: if \\spad{basisInv} is the matrix \\spad{(bij,{} i = 1..n,{} j = 1..n)},{} then \\spad{\\spad{wi} = sum(bij * vj,{} j = 1..n)}.")))
NIL
NIL
-(-1184 R |VarSet| E P |vl| |wl| |wtlevel|)
+(-1186 R |VarSet| E P |vl| |wl| |wtlevel|)
((|constructor| (NIL "This domain represents truncated weighted polynomials over a general (not necessarily commutative) polynomial type. The variables must be specified,{} as must the weights. The representation is sparse in the sense that only non-zero terms are represented.")) (|changeWeightLevel| (((|Void|) (|NonNegativeInteger|)) "\\spad{changeWeightLevel(n)} changes the weight level to the new value given: \\spad{NB:} previously calculated terms are not affected")) (/ (((|Union| $ "failed") $ $) "\\spad{x/y} division (only works if minimum weight of divisor is zero,{} and if \\spad{R} is a Field)")) (|coerce| (($ |#4|) "\\spad{coerce(p)} coerces \\spad{p} into Weighted form,{} applying weights and ignoring terms") ((|#4| $) "convert back into a \\spad{\"P\"},{} ignoring weights")))
-((-4254 |has| |#1| (-160)) (-4253 |has| |#1| (-160)) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))))
-(-1185 R E V P)
+((-4256 |has| |#1| (-162)) (-4255 |has| |#1| (-162)) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))))
+(-1187 R E V P)
((|constructor| (NIL "A domain constructor of the category \\axiomType{GeneralTriangularSet}. The only requirement for a list of polynomials to be a member of such a domain is the following: no polynomial is constant and two distinct polynomials have distinct main variables. Such a triangular set may not be auto-reduced or consistent. The \\axiomOpFrom{construct}{WuWenTsunTriangularSet} operation does not check the previous requirement. Triangular sets are stored as sorted lists \\spad{w}.\\spad{r}.\\spad{t}. the main variables of their members. Furthermore,{} this domain exports operations dealing with the characteristic set method of Wu Wen Tsun and some optimizations mainly proposed by Dong Ming Wang.\\newline References : \\indented{1}{[1] \\spad{W}. \\spad{T}. WU \"A Zero Structure Theorem for polynomial equations solving\"} \\indented{6}{\\spad{MM} Research Preprints,{} 1987.} \\indented{1}{[2] \\spad{D}. \\spad{M}. WANG \"An implementation of the characteristic set method in Maple\"} \\indented{6}{Proc. DISCO'92. Bath,{} England.}")) (|characteristicSerie| (((|List| $) (|List| |#4|)) "\\axiom{characteristicSerie(\\spad{ps})} returns the same as \\axiom{characteristicSerie(\\spad{ps},{}initiallyReduced?,{}initiallyReduce)}.") (((|List| $) (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSerie(\\spad{ps},{}redOp?,{}redOp)} returns a list \\axiom{\\spad{lts}} of triangular sets such that the zero set of \\axiom{\\spad{ps}} is the union of the regular zero sets of the members of \\axiom{\\spad{lts}}. This is made by the Ritt and Wu Wen Tsun process applying the operation \\axiom{characteristicSet(\\spad{ps},{}redOp?,{}redOp)} to compute characteristic sets in Wu Wen Tsun sense.")) (|characteristicSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{characteristicSet(\\spad{ps})} returns the same as \\axiom{characteristicSet(\\spad{ps},{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{characteristicSet(\\spad{ps},{}redOp?,{}redOp)} returns a non-contradictory characteristic set of \\axiom{\\spad{ps}} in Wu Wen Tsun sense \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?} (using \\axiom{redOp} to reduce polynomials \\spad{w}.\\spad{r}.\\spad{t} a \\axiom{redOp?} basic set),{} if no non-zero constant polynomial appear during those reductions,{} else \\axiom{\"failed\"} is returned. The operations \\axiom{redOp} and \\axiom{redOp?} must satisfy the following conditions: \\axiom{redOp?(redOp(\\spad{p},{}\\spad{q}),{}\\spad{q})} holds for every polynomials \\axiom{\\spad{p},{}\\spad{q}} and there exists an integer \\axiom{\\spad{e}} and a polynomial \\axiom{\\spad{f}} such that we have \\axiom{init(\\spad{q})^e*p = \\spad{f*q} + redOp(\\spad{p},{}\\spad{q})}.")) (|medialSet| (((|Union| $ "failed") (|List| |#4|)) "\\axiom{medial(\\spad{ps})} returns the same as \\axiom{medialSet(\\spad{ps},{}initiallyReduced?,{}initiallyReduce)}.") (((|Union| $ "failed") (|List| |#4|) (|Mapping| (|Boolean|) |#4| |#4|) (|Mapping| |#4| |#4| |#4|)) "\\axiom{medialSet(\\spad{ps},{}redOp?,{}redOp)} returns \\axiom{\\spad{bs}} a basic set (in Wu Wen Tsun sense \\spad{w}.\\spad{r}.\\spad{t} the reduction-test \\axiom{redOp?}) of some set generating the same ideal as \\axiom{\\spad{ps}} (with rank not higher than any basic set of \\axiom{\\spad{ps}}),{} if no non-zero constant polynomials appear during the computatioms,{} else \\axiom{\"failed\"} is returned. In the former case,{} \\axiom{\\spad{bs}} has to be understood as a candidate for being a characteristic set of \\axiom{\\spad{ps}}. In the original algorithm,{} \\axiom{\\spad{bs}} is simply a basic set of \\axiom{\\spad{ps}}.")))
-((-4260 . T) (-4259 . T))
-((-12 (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#4| (LIST (QUOTE -288) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -567) (QUOTE (-501)))) (|HasCategory| |#4| (QUOTE (-1020))) (|HasCategory| |#1| (QUOTE (-517))) (|HasCategory| |#3| (QUOTE (-346))) (|HasCategory| |#4| (LIST (QUOTE -566) (QUOTE (-798)))))
-(-1186 R)
+((-4262 . T) (-4261 . T))
+((-12 (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#4| (LIST (QUOTE -290) (|devaluate| |#4|)))) (|HasCategory| |#4| (LIST (QUOTE -569) (QUOTE (-503)))) (|HasCategory| |#4| (QUOTE (-1022))) (|HasCategory| |#1| (QUOTE (-519))) (|HasCategory| |#3| (QUOTE (-348))) (|HasCategory| |#4| (LIST (QUOTE -568) (QUOTE (-800)))))
+(-1188 R)
((|constructor| (NIL "This is the category of algebras over non-commutative rings. It is used by constructors of non-commutative algebras such as: \\indented{4}{\\spadtype{XPolynomialRing}.} \\indented{4}{\\spadtype{XFreeAlgebra}} Author: Michel Petitot (petitot@lifl.\\spad{fr})")) (|coerce| (($ |#1|) "\\spad{coerce(r)} equals \\spad{r*1}.")))
-((-4253 . T) (-4254 . T) (-4256 . T))
+((-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1187 |vl| R)
+(-1189 |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.")))
-((-4256 . T) (-4252 |has| |#2| (-6 -4252)) (-4254 . T) (-4253 . T))
-((|HasCategory| |#2| (QUOTE (-160))) (|HasAttribute| |#2| (QUOTE -4252)))
-(-1188 R |VarSet| XPOLY)
+((-4258 . T) (-4254 |has| |#2| (-6 -4254)) (-4256 . T) (-4255 . T))
+((|HasCategory| |#2| (QUOTE (-162))) (|HasAttribute| |#2| (QUOTE -4254)))
+(-1190 R |VarSet| XPOLY)
((|constructor| (NIL "This package provides computations of logarithms and exponentials for polynomials in non-commutative variables. \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|Hausdorff| ((|#3| |#3| |#3| (|NonNegativeInteger|)) "\\axiom{Hausdorff(a,{}\\spad{b},{}\\spad{n})} returns log(exp(a)*exp(\\spad{b})) truncated at order \\axiom{\\spad{n}}.")) (|log| ((|#3| |#3| (|NonNegativeInteger|)) "\\axiom{log(\\spad{p},{} \\spad{n})} returns the logarithm of \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")) (|exp| ((|#3| |#3| (|NonNegativeInteger|)) "\\axiom{exp(\\spad{p},{} \\spad{n})} returns the exponential of \\axiom{\\spad{p}} truncated at order \\axiom{\\spad{n}}.")))
NIL
NIL
-(-1189 |vl| R)
+(-1191 |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}.")))
-((-4252 |has| |#2| (-6 -4252)) (-4254 . T) (-4253 . T) (-4256 . T))
+((-4254 |has| |#2| (-6 -4254)) (-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-1190 S -1834)
+(-1192 S -1819)
((|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 (-346))) (|HasCategory| |#2| (QUOTE (-136))) (|HasCategory| |#2| (QUOTE (-138))))
-(-1191 -1834)
+((|HasCategory| |#2| (QUOTE (-348))) (|HasCategory| |#2| (QUOTE (-138))) (|HasCategory| |#2| (QUOTE (-140))))
+(-1193 -1819)
((|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}.")))
-((-4251 . T) (-4257 . T) (-4252 . T) ((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+((-4253 . T) (-4259 . T) (-4254 . T) ((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
-(-1192 |VarSet| R)
+(-1194 |VarSet| R)
((|constructor| (NIL "This domain constructor implements polynomials in non-commutative variables written in the Poincare-Birkhoff-Witt basis from the Lyndon basis. These polynomials can be used to compute Baker-Campbell-Hausdorff relations. \\newline Author: Michel Petitot (petitot@lifl.\\spad{fr}).")) (|log| (($ $ (|NonNegativeInteger|)) "\\axiom{log(\\spad{p},{}\\spad{n})} returns the logarithm of \\axiom{\\spad{p}} (truncated up to order \\axiom{\\spad{n}}).")) (|exp| (($ $ (|NonNegativeInteger|)) "\\axiom{exp(\\spad{p},{}\\spad{n})} returns the exponential of \\axiom{\\spad{p}} (truncated up to order \\axiom{\\spad{n}}).")) (|product| (($ $ $ (|NonNegativeInteger|)) "\\axiom{product(a,{}\\spad{b},{}\\spad{n})} returns \\axiom{a*b} (truncated up to order \\axiom{\\spad{n}}).")) (|LiePolyIfCan| (((|Union| (|LiePolynomial| |#1| |#2|) "failed") $) "\\axiom{LiePolyIfCan(\\spad{p})} return \\axiom{\\spad{p}} if \\axiom{\\spad{p}} is a Lie polynomial.")) (|coerce| (((|XRecursivePolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}} as a recursive polynomial.") (((|XDistributedPolynomial| |#1| |#2|) $) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}} as a distributed polynomial.") (($ (|LiePolynomial| |#1| |#2|)) "\\axiom{coerce(\\spad{p})} returns \\axiom{\\spad{p}}.")))
-((-4252 |has| |#2| (-6 -4252)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-160))) (|HasCategory| |#2| (LIST (QUOTE -660) (LIST (QUOTE -385) (QUOTE (-525))))) (|HasAttribute| |#2| (QUOTE -4252)))
-(-1193 |vl| R)
+((-4254 |has| |#2| (-6 -4254)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-162))) (|HasCategory| |#2| (LIST (QUOTE -662) (LIST (QUOTE -387) (QUOTE (-527))))) (|HasAttribute| |#2| (QUOTE -4254)))
+(-1195 |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}.")))
-((-4252 |has| |#2| (-6 -4252)) (-4254 . T) (-4253 . T) (-4256 . T))
+((-4254 |has| |#2| (-6 -4254)) (-4256 . T) (-4255 . T) (-4258 . T))
NIL
-(-1194 R)
+(-1196 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.")))
-((-4252 |has| |#1| (-6 -4252)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasAttribute| |#1| (QUOTE -4252)))
-(-1195 R E)
+((-4254 |has| |#1| (-6 -4254)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasAttribute| |#1| (QUOTE -4254)))
+(-1197 R E)
((|constructor| (NIL "This domain represents generalized polynomials with coefficients (from a not necessarily commutative ring),{} and words belonging to an arbitrary \\spadtype{OrderedMonoid}. This type is used,{} for instance,{} by the \\spadtype{XDistributedPolynomial} domain constructor where the Monoid is free.")) (|canonicalUnitNormal| ((|attribute|) "canonicalUnitNormal guarantees that the function unitCanonical returns the same representative for all associates of any particular element.")) (/ (($ $ |#1|) "\\spad{p/r} returns \\spad{p*(1/r)}.")) (|map| (($ (|Mapping| |#1| |#1|) $) "\\spad{map(fn,{}x)} returns \\spad{Sum(fn(r_i) w_i)} if \\spad{x} writes \\spad{Sum(r_i w_i)}.")) (|quasiRegular| (($ $) "\\spad{quasiRegular(x)} return \\spad{x} minus its constant term.")) (|quasiRegular?| (((|Boolean|) $) "\\spad{quasiRegular?(x)} return \\spad{true} if \\spad{constant(p)} is zero.")) (|constant| ((|#1| $) "\\spad{constant(p)} return the constant term of \\spad{p}.")) (|constant?| (((|Boolean|) $) "\\spad{constant?(p)} tests whether the polynomial \\spad{p} belongs to the coefficient ring.")) (|coef| ((|#1| $ |#2|) "\\spad{coef(p,{}e)} extracts the coefficient of the monomial \\spad{e}. Returns zero if \\spad{e} is not present.")) (|reductum| (($ $) "\\spad{reductum(p)} returns \\spad{p} minus its leading term. An error is produced if \\spad{p} is zero.")) (|mindeg| ((|#2| $) "\\spad{mindeg(p)} returns the smallest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|maxdeg| ((|#2| $) "\\spad{maxdeg(p)} returns the greatest word occurring in the polynomial \\spad{p} with a non-zero coefficient. An error is produced if \\spad{p} is zero.")) (|coerce| (($ |#2|) "\\spad{coerce(e)} returns \\spad{1*e}")) (|#| (((|NonNegativeInteger|) $) "\\spad{\\# p} returns the number of terms in \\spad{p}.")) (* (($ $ |#1|) "\\spad{p*r} returns the product of \\spad{p} by \\spad{r}.")))
-((-4256 . T) (-4257 |has| |#1| (-6 -4257)) (-4252 |has| |#1| (-6 -4252)) (-4254 . T) (-4253 . T))
-((|HasCategory| |#1| (QUOTE (-160))) (|HasCategory| |#1| (QUOTE (-341))) (|HasAttribute| |#1| (QUOTE -4256)) (|HasAttribute| |#1| (QUOTE -4257)) (|HasAttribute| |#1| (QUOTE -4252)))
-(-1196 |VarSet| R)
+((-4258 . T) (-4259 |has| |#1| (-6 -4259)) (-4254 |has| |#1| (-6 -4254)) (-4256 . T) (-4255 . T))
+((|HasCategory| |#1| (QUOTE (-162))) (|HasCategory| |#1| (QUOTE (-343))) (|HasAttribute| |#1| (QUOTE -4258)) (|HasAttribute| |#1| (QUOTE -4259)) (|HasAttribute| |#1| (QUOTE -4254)))
+(-1198 |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.")))
-((-4252 |has| |#2| (-6 -4252)) (-4254 . T) (-4253 . T) (-4256 . T))
-((|HasCategory| |#2| (QUOTE (-160))) (|HasAttribute| |#2| (QUOTE -4252)))
-(-1197 A)
+((-4254 |has| |#2| (-6 -4254)) (-4256 . T) (-4255 . T) (-4258 . T))
+((|HasCategory| |#2| (QUOTE (-162))) (|HasAttribute| |#2| (QUOTE -4254)))
+(-1199 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
-(-1198 R |ls| |ls2|)
+(-1200 R |ls| |ls2|)
((|constructor| (NIL "A package for computing symbolically the complex and real roots of zero-dimensional algebraic systems over the integer or rational numbers. Complex roots are given by means of univariate representations of irreducible regular chains. Real roots are given by means of tuples of coordinates lying in the \\spadtype{RealClosure} of the coefficient ring. This constructor takes three arguments. The first one \\spad{R} is the coefficient ring. The second one \\spad{ls} is the list of variables involved in the systems to solve. The third one must be \\spad{concat(ls,{}s)} where \\spad{s} is an additional symbol used for the univariate representations. WARNING: The third argument is not checked. All operations are based on triangular decompositions. The default is to compute these decompositions directly from the input system by using the \\spadtype{RegularChain} domain constructor. The lexTriangular algorithm can also be used for computing these decompositions (see the \\spadtype{LexTriangularPackage} package constructor). For that purpose,{} the operations \\axiomOpFrom{univariateSolve}{ZeroDimensionalSolvePackage},{} \\axiomOpFrom{realSolve}{ZeroDimensionalSolvePackage} and \\axiomOpFrom{positiveSolve}{ZeroDimensionalSolvePackage} admit an optional argument. \\newline Author: Marc Moreno Maza.")) (|convert| (((|List| (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) "\\spad{convert(st)} returns the members of \\spad{st}.") (((|SparseUnivariatePolynomial| (|RealClosure| (|Fraction| |#1|))) (|SparseUnivariatePolynomial| |#1|)) "\\spad{convert(u)} converts \\spad{u}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|))) "\\spad{convert(q)} converts \\spad{q}.") (((|Polynomial| (|RealClosure| (|Fraction| |#1|))) (|Polynomial| |#1|)) "\\spad{convert(p)} converts \\spad{p}.") (((|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#2|))) "\\spad{convert(q)} converts \\spad{q}.")) (|squareFree| (((|List| (|SquareFreeRegularTriangularSet| |#1| (|IndexedExponents| (|OrderedVariableList| |#3|)) (|OrderedVariableList| |#3|) (|NewSparseMultivariatePolynomial| |#1| (|OrderedVariableList| |#3|)))) (|RegularChain| |#1| |#2|)) "\\spad{squareFree(ts)} returns the square-free factorization of \\spad{ts}. Moreover,{} each factor is a Lazard triangular set and the decomposition is a Kalkbrener split of \\spad{ts},{} which is enough here for the matter of solving zero-dimensional algebraic systems. WARNING: \\spad{ts} is not checked to be zero-dimensional.")) (|positiveSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,{}false,{}false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{positiveSolve(lp)} returns the same as \\spad{positiveSolve(lp,{}info?,{}false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{positiveSolve(lp,{}info?,{}lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are (real) strictly positive. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{positiveSolve(lp,{}info?,{}lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{positiveSolve(ts)} returns the points of the regular set of \\spad{ts} with (real) strictly positive coordinates.")) (|realSolve| (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|))) "\\spad{realSolve(lp)} returns the same as \\spad{realSolve(ts,{}false,{}false,{}false)}") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{realSolve(ts,{}info?)} returns the same as \\spad{realSolve(ts,{}info?,{}false,{}false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,{}info?,{}check?)} returns the same as \\spad{realSolve(ts,{}info?,{}check?,{}false)}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{realSolve(ts,{}info?,{}check?,{}lextri?)} returns the set of the points in the variety associated with \\spad{lp} whose coordinates are all real. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}. WARNING: For each set of coordinates given by \\spad{realSolve(ts,{}info?,{}check?,{}lextri?)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.") (((|List| (|List| (|RealClosure| (|Fraction| |#1|)))) (|RegularChain| |#1| |#2|)) "\\spad{realSolve(ts)} returns the set of the points in the regular zero set of \\spad{ts} whose coordinates are all real. WARNING: For each set of coordinates given by \\spad{realSolve(ts)} the ordering of the indeterminates is reversed \\spad{w}.\\spad{r}.\\spad{t}. \\spad{ls}.")) (|univariateSolve| (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|))) "\\spad{univariateSolve(lp)} returns the same as \\spad{univariateSolve(lp,{}false,{}false,{}false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{univariateSolve(lp,{}info?)} returns the same as \\spad{univariateSolve(lp,{}info?,{}false,{}false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,{}info?,{}check?)} returns the same as \\spad{univariateSolve(lp,{}info?,{}check?,{}false)}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|) (|Boolean|)) "\\spad{univariateSolve(lp,{}info?,{}check?,{}lextri?)} returns a univariate representation of the variety associated with \\spad{lp}. Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the decomposition into regular chains. If \\spad{check?} is \\spad{true} then the result is checked. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(\\spad{lp},{}\\spad{true}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.") (((|List| (|Record| (|:| |complexRoots| (|SparseUnivariatePolynomial| |#1|)) (|:| |coordinates| (|List| (|Polynomial| |#1|))))) (|RegularChain| |#1| |#2|)) "\\spad{univariateSolve(ts)} returns a univariate representation of \\spad{ts}. See \\axiomOpFrom{rur}{RationalUnivariateRepresentationPackage}(\\spad{lp},{}\\spad{true}).")) (|triangSolve| (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|))) "\\spad{triangSolve(lp)} returns the same as \\spad{triangSolve(lp,{}false,{}false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|)) "\\spad{triangSolve(lp,{}info?)} returns the same as \\spad{triangSolve(lp,{}false)}") (((|List| (|RegularChain| |#1| |#2|)) (|List| (|Polynomial| |#1|)) (|Boolean|) (|Boolean|)) "\\spad{triangSolve(lp,{}info?,{}lextri?)} decomposes the variety associated with \\axiom{\\spad{lp}} into regular chains. Thus a point belongs to this variety iff it is a regular zero of a regular set in in the output. Note that \\axiom{\\spad{lp}} needs to generate a zero-dimensional ideal. If \\axiom{\\spad{lp}} is not zero-dimensional then the result is only a decomposition of its zero-set in the sense of the closure (\\spad{w}.\\spad{r}.\\spad{t}. Zarisky topology). Moreover,{} if \\spad{info?} is \\spad{true} then some information is displayed during the computations. See \\axiomOpFrom{zeroSetSplit}{RegularTriangularSetCategory}(\\spad{lp},{}\\spad{true},{}\\spad{info?}). If \\spad{lextri?} is \\spad{true} then the lexTriangular algorithm is called from the \\spadtype{LexTriangularPackage} constructor (see \\axiomOpFrom{zeroSetSplit}{LexTriangularPackage}(\\spad{lp},{}\\spad{false})). Otherwise,{} the triangular decomposition is computed directly from the input system by using the \\axiomOpFrom{zeroSetSplit}{RegularChain} from \\spadtype{RegularChain}.")))
NIL
NIL
-(-1199 R)
+(-1201 R)
((|constructor| (NIL "Test for linear dependence over the integers.")) (|solveLinearlyOverQ| (((|Union| (|Vector| (|Fraction| (|Integer|))) "failed") (|Vector| |#1|) |#1|) "\\spad{solveLinearlyOverQ([v1,{}...,{}vn],{} u)} returns \\spad{[c1,{}...,{}cn]} such that \\spad{c1*v1 + ... + cn*vn = u},{} \"failed\" if no such rational numbers \\spad{ci}\\spad{'s} exist.")) (|linearDependenceOverZ| (((|Union| (|Vector| (|Integer|)) "failed") (|Vector| |#1|)) "\\spad{linearlyDependenceOverZ([v1,{}...,{}vn])} returns \\spad{[c1,{}...,{}cn]} if \\spad{c1*v1 + ... + cn*vn = 0} and not all the \\spad{ci}\\spad{'s} are 0,{} \"failed\" if the \\spad{vi}\\spad{'s} are linearly independent over the integers.")) (|linearlyDependentOverZ?| (((|Boolean|) (|Vector| |#1|)) "\\spad{linearlyDependentOverZ?([v1,{}...,{}vn])} returns \\spad{true} if the \\spad{vi}\\spad{'s} are linearly dependent over the integers,{} \\spad{false} otherwise.")))
NIL
NIL
-(-1200 |p|)
+(-1202 |p|)
((|constructor| (NIL "IntegerMod(\\spad{n}) creates the ring of integers reduced modulo the integer \\spad{n}.")))
-(((-4261 "*") . T) (-4253 . T) (-4254 . T) (-4256 . T))
+(((-4263 "*") . T) (-4255 . T) (-4256 . T) (-4258 . T))
NIL
NIL
NIL
@@ -4748,4 +4756,4 @@ NIL
NIL
NIL
NIL
-((-3 NIL 2241676 2241681 2241686 2241691) (-2 NIL 2241656 2241661 2241666 2241671) (-1 NIL 2241636 2241641 2241646 2241651) (0 NIL 2241616 2241621 2241626 2241631) (-1200 "ZMOD.spad" 2241425 2241438 2241554 2241611) (-1199 "ZLINDEP.spad" 2240469 2240480 2241415 2241420) (-1198 "ZDSOLVE.spad" 2230318 2230340 2240459 2240464) (-1197 "YSTREAM.spad" 2229811 2229822 2230308 2230313) (-1196 "XRPOLY.spad" 2229031 2229051 2229667 2229736) (-1195 "XPR.spad" 2226760 2226773 2228749 2228848) (-1194 "XPOLY.spad" 2226315 2226326 2226616 2226685) (-1193 "XPOLYC.spad" 2225632 2225648 2226241 2226310) (-1192 "XPBWPOLY.spad" 2224069 2224089 2225412 2225481) (-1191 "XF.spad" 2222530 2222545 2223971 2224064) (-1190 "XF.spad" 2220971 2220988 2222414 2222419) (-1189 "XFALG.spad" 2217995 2218011 2220897 2220966) (-1188 "XEXPPKG.spad" 2217246 2217272 2217985 2217990) (-1187 "XDPOLY.spad" 2216860 2216876 2217102 2217171) (-1186 "XALG.spad" 2216458 2216469 2216816 2216855) (-1185 "WUTSET.spad" 2212297 2212314 2216104 2216131) (-1184 "WP.spad" 2211311 2211355 2212155 2212222) (-1183 "WFFINTBS.spad" 2208874 2208896 2211301 2211306) (-1182 "WEIER.spad" 2207088 2207099 2208864 2208869) (-1181 "VSPACE.spad" 2206761 2206772 2207056 2207083) (-1180 "VSPACE.spad" 2206454 2206467 2206751 2206756) (-1179 "VOID.spad" 2206044 2206053 2206444 2206449) (-1178 "VIEW.spad" 2203666 2203675 2206034 2206039) (-1177 "VIEWDEF.spad" 2198863 2198872 2203656 2203661) (-1176 "VIEW3D.spad" 2182698 2182707 2198853 2198858) (-1175 "VIEW2D.spad" 2170435 2170444 2182688 2182693) (-1174 "VECTOR.spad" 2169112 2169123 2169363 2169390) (-1173 "VECTOR2.spad" 2167739 2167752 2169102 2169107) (-1172 "VECTCAT.spad" 2165627 2165638 2167695 2167734) (-1171 "VECTCAT.spad" 2163336 2163349 2165406 2165411) (-1170 "VARIABLE.spad" 2163116 2163131 2163326 2163331) (-1169 "UTYPE.spad" 2162750 2162759 2163096 2163111) (-1168 "UTSODETL.spad" 2162043 2162067 2162706 2162711) (-1167 "UTSODE.spad" 2160231 2160251 2162033 2162038) (-1166 "UTS.spad" 2155020 2155048 2158698 2158795) (-1165 "UTSCAT.spad" 2152471 2152487 2154918 2155015) (-1164 "UTSCAT.spad" 2149566 2149584 2152015 2152020) (-1163 "UTS2.spad" 2149159 2149194 2149556 2149561) (-1162 "URAGG.spad" 2143781 2143792 2149139 2149154) (-1161 "URAGG.spad" 2138377 2138390 2143737 2143742) (-1160 "UPXSSING.spad" 2136023 2136049 2137461 2137594) (-1159 "UPXS.spad" 2133050 2133078 2134155 2134304) (-1158 "UPXSCONS.spad" 2130807 2130827 2131182 2131331) (-1157 "UPXSCCA.spad" 2129265 2129285 2130653 2130802) (-1156 "UPXSCCA.spad" 2127865 2127887 2129255 2129260) (-1155 "UPXSCAT.spad" 2126446 2126462 2127711 2127860) (-1154 "UPXS2.spad" 2125987 2126040 2126436 2126441) (-1153 "UPSQFREE.spad" 2124399 2124413 2125977 2125982) (-1152 "UPSCAT.spad" 2121992 2122016 2124297 2124394) (-1151 "UPSCAT.spad" 2119291 2119317 2121598 2121603) (-1150 "UPOLYC.spad" 2114269 2114280 2119133 2119286) (-1149 "UPOLYC.spad" 2109139 2109152 2114005 2114010) (-1148 "UPOLYC2.spad" 2108608 2108627 2109129 2109134) (-1147 "UP.spad" 2105653 2105668 2106161 2106314) (-1146 "UPMP.spad" 2104543 2104556 2105643 2105648) (-1145 "UPDIVP.spad" 2104106 2104120 2104533 2104538) (-1144 "UPDECOMP.spad" 2102343 2102357 2104096 2104101) (-1143 "UPCDEN.spad" 2101550 2101566 2102333 2102338) (-1142 "UP2.spad" 2100912 2100933 2101540 2101545) (-1141 "UNISEG.spad" 2100265 2100276 2100831 2100836) (-1140 "UNISEG2.spad" 2099758 2099771 2100221 2100226) (-1139 "UNIFACT.spad" 2098859 2098871 2099748 2099753) (-1138 "ULS.spad" 2089418 2089446 2090511 2090940) (-1137 "ULSCONS.spad" 2083461 2083481 2083833 2083982) (-1136 "ULSCCAT.spad" 2081058 2081078 2083281 2083456) (-1135 "ULSCCAT.spad" 2078789 2078811 2081014 2081019) (-1134 "ULSCAT.spad" 2077005 2077021 2078635 2078784) (-1133 "ULS2.spad" 2076517 2076570 2076995 2077000) (-1132 "UFD.spad" 2075582 2075591 2076443 2076512) (-1131 "UFD.spad" 2074709 2074720 2075572 2075577) (-1130 "UDVO.spad" 2073556 2073565 2074699 2074704) (-1129 "UDPO.spad" 2070983 2070994 2073512 2073517) (-1128 "TYPE.spad" 2070905 2070914 2070963 2070978) (-1127 "TWOFACT.spad" 2069555 2069570 2070895 2070900) (-1126 "TUPLE.spad" 2068941 2068952 2069454 2069459) (-1125 "TUBETOOL.spad" 2065778 2065787 2068931 2068936) (-1124 "TUBE.spad" 2064419 2064436 2065768 2065773) (-1123 "TS.spad" 2063008 2063024 2063984 2064081) (-1122 "TSETCAT.spad" 2050123 2050140 2062964 2063003) (-1121 "TSETCAT.spad" 2037236 2037255 2050079 2050084) (-1120 "TRMANIP.spad" 2031602 2031619 2036942 2036947) (-1119 "TRIMAT.spad" 2030561 2030586 2031592 2031597) (-1118 "TRIGMNIP.spad" 2029078 2029095 2030551 2030556) (-1117 "TRIGCAT.spad" 2028590 2028599 2029068 2029073) (-1116 "TRIGCAT.spad" 2028100 2028111 2028580 2028585) (-1115 "TREE.spad" 2026671 2026682 2027707 2027734) (-1114 "TRANFUN.spad" 2026502 2026511 2026661 2026666) (-1113 "TRANFUN.spad" 2026331 2026342 2026492 2026497) (-1112 "TOPSP.spad" 2026005 2026014 2026321 2026326) (-1111 "TOOLSIGN.spad" 2025668 2025679 2025995 2026000) (-1110 "TEXTFILE.spad" 2024225 2024234 2025658 2025663) (-1109 "TEX.spad" 2021242 2021251 2024215 2024220) (-1108 "TEX1.spad" 2020798 2020809 2021232 2021237) (-1107 "TEMUTL.spad" 2020353 2020362 2020788 2020793) (-1106 "TBCMPPK.spad" 2018446 2018469 2020343 2020348) (-1105 "TBAGG.spad" 2017470 2017493 2018414 2018441) (-1104 "TBAGG.spad" 2016514 2016539 2017460 2017465) (-1103 "TANEXP.spad" 2015890 2015901 2016504 2016509) (-1102 "TABLE.spad" 2014301 2014324 2014571 2014598) (-1101 "TABLEAU.spad" 2013782 2013793 2014291 2014296) (-1100 "TABLBUMP.spad" 2010565 2010576 2013772 2013777) (-1099 "SYSTEM.spad" 2009839 2009848 2010555 2010560) (-1098 "SYSSOLP.spad" 2007312 2007323 2009829 2009834) (-1097 "SYNTAX.spad" 2003504 2003513 2007302 2007307) (-1096 "SYMTAB.spad" 2001560 2001569 2003494 2003499) (-1095 "SYMS.spad" 1997545 1997554 2001550 2001555) (-1094 "SYMPOLY.spad" 1996555 1996566 1996637 1996764) (-1093 "SYMFUNC.spad" 1996030 1996041 1996545 1996550) (-1092 "SYMBOL.spad" 1993366 1993375 1996020 1996025) (-1091 "SWITCH.spad" 1990123 1990132 1993356 1993361) (-1090 "SUTS.spad" 1987022 1987050 1988590 1988687) (-1089 "SUPXS.spad" 1984036 1984064 1985154 1985303) (-1088 "SUP.spad" 1980808 1980819 1981589 1981742) (-1087 "SUPFRACF.spad" 1979913 1979931 1980798 1980803) (-1086 "SUP2.spad" 1979303 1979316 1979903 1979908) (-1085 "SUMRF.spad" 1978269 1978280 1979293 1979298) (-1084 "SUMFS.spad" 1977902 1977919 1978259 1978264) (-1083 "SULS.spad" 1968448 1968476 1969554 1969983) (-1082 "SUCH.spad" 1968128 1968143 1968438 1968443) (-1081 "SUBSPACE.spad" 1960135 1960150 1968118 1968123) (-1080 "SUBRESP.spad" 1959295 1959309 1960091 1960096) (-1079 "STTF.spad" 1955394 1955410 1959285 1959290) (-1078 "STTFNC.spad" 1951862 1951878 1955384 1955389) (-1077 "STTAYLOR.spad" 1944260 1944271 1951743 1951748) (-1076 "STRTBL.spad" 1942765 1942782 1942914 1942941) (-1075 "STRING.spad" 1942174 1942183 1942188 1942215) (-1074 "STRICAT.spad" 1941950 1941959 1942130 1942169) (-1073 "STREAM.spad" 1938718 1938729 1941475 1941490) (-1072 "STREAM3.spad" 1938263 1938278 1938708 1938713) (-1071 "STREAM2.spad" 1937331 1937344 1938253 1938258) (-1070 "STREAM1.spad" 1937035 1937046 1937321 1937326) (-1069 "STINPROD.spad" 1935941 1935957 1937025 1937030) (-1068 "STEP.spad" 1935142 1935151 1935931 1935936) (-1067 "STBL.spad" 1933668 1933696 1933835 1933850) (-1066 "STAGG.spad" 1932733 1932744 1933648 1933663) (-1065 "STAGG.spad" 1931806 1931819 1932723 1932728) (-1064 "STACK.spad" 1931157 1931168 1931413 1931440) (-1063 "SREGSET.spad" 1928861 1928878 1930803 1930830) (-1062 "SRDCMPK.spad" 1927406 1927426 1928851 1928856) (-1061 "SRAGG.spad" 1922491 1922500 1927362 1927401) (-1060 "SRAGG.spad" 1917608 1917619 1922481 1922486) (-1059 "SQMATRIX.spad" 1915234 1915252 1916142 1916229) (-1058 "SPLTREE.spad" 1909786 1909799 1914670 1914697) (-1057 "SPLNODE.spad" 1906374 1906387 1909776 1909781) (-1056 "SPFCAT.spad" 1905151 1905160 1906364 1906369) (-1055 "SPECOUT.spad" 1903701 1903710 1905141 1905146) (-1054 "spad-parser.spad" 1903166 1903175 1903691 1903696) (-1053 "SPACEC.spad" 1887179 1887190 1903156 1903161) (-1052 "SPACE3.spad" 1886955 1886966 1887169 1887174) (-1051 "SORTPAK.spad" 1886500 1886513 1886911 1886916) (-1050 "SOLVETRA.spad" 1884257 1884268 1886490 1886495) (-1049 "SOLVESER.spad" 1882777 1882788 1884247 1884252) (-1048 "SOLVERAD.spad" 1878787 1878798 1882767 1882772) (-1047 "SOLVEFOR.spad" 1877207 1877225 1878777 1878782) (-1046 "SNTSCAT.spad" 1876795 1876812 1877163 1877202) (-1045 "SMTS.spad" 1875055 1875081 1876360 1876457) (-1044 "SMP.spad" 1872497 1872517 1872887 1873014) (-1043 "SMITH.spad" 1871340 1871365 1872487 1872492) (-1042 "SMATCAT.spad" 1869438 1869468 1871272 1871335) (-1041 "SMATCAT.spad" 1867480 1867512 1869316 1869321) (-1040 "SKAGG.spad" 1866429 1866440 1867436 1867475) (-1039 "SINT.spad" 1864737 1864746 1866295 1866424) (-1038 "SIMPAN.spad" 1864465 1864474 1864727 1864732) (-1037 "SIG.spad" 1864062 1864071 1864455 1864460) (-1036 "SIGNRF.spad" 1863170 1863181 1864052 1864057) (-1035 "SIGNEF.spad" 1862439 1862456 1863160 1863165) (-1034 "SHP.spad" 1860357 1860372 1862395 1862400) (-1033 "SHDP.spad" 1851393 1851420 1851902 1852031) (-1032 "SGROUP.spad" 1850859 1850868 1851383 1851388) (-1031 "SGROUP.spad" 1850323 1850334 1850849 1850854) (-1030 "SGCF.spad" 1843204 1843213 1850313 1850318) (-1029 "SFRTCAT.spad" 1842120 1842137 1843160 1843199) (-1028 "SFRGCD.spad" 1841183 1841203 1842110 1842115) (-1027 "SFQCMPK.spad" 1835820 1835840 1841173 1841178) (-1026 "SFORT.spad" 1835255 1835269 1835810 1835815) (-1025 "SEXOF.spad" 1835098 1835138 1835245 1835250) (-1024 "SEX.spad" 1834990 1834999 1835088 1835093) (-1023 "SEXCAT.spad" 1832094 1832134 1834980 1834985) (-1022 "SET.spad" 1830394 1830405 1831515 1831554) (-1021 "SETMN.spad" 1828828 1828845 1830384 1830389) (-1020 "SETCAT.spad" 1828313 1828322 1828818 1828823) (-1019 "SETCAT.spad" 1827796 1827807 1828303 1828308) (-1018 "SETAGG.spad" 1824305 1824316 1827764 1827791) (-1017 "SETAGG.spad" 1820834 1820847 1824295 1824300) (-1016 "SEGXCAT.spad" 1819946 1819959 1820814 1820829) (-1015 "SEG.spad" 1819759 1819770 1819865 1819870) (-1014 "SEGCAT.spad" 1818578 1818589 1819739 1819754) (-1013 "SEGBIND.spad" 1817650 1817661 1818533 1818538) (-1012 "SEGBIND2.spad" 1817346 1817359 1817640 1817645) (-1011 "SEG2.spad" 1816771 1816784 1817302 1817307) (-1010 "SDVAR.spad" 1816047 1816058 1816761 1816766) (-1009 "SDPOL.spad" 1813440 1813451 1813731 1813858) (-1008 "SCPKG.spad" 1811519 1811530 1813430 1813435) (-1007 "SCOPE.spad" 1810664 1810673 1811509 1811514) (-1006 "SCACHE.spad" 1809346 1809357 1810654 1810659) (-1005 "SAOS.spad" 1809218 1809227 1809336 1809341) (-1004 "SAERFFC.spad" 1808931 1808951 1809208 1809213) (-1003 "SAE.spad" 1807109 1807125 1807720 1807855) (-1002 "SAEFACT.spad" 1806810 1806830 1807099 1807104) (-1001 "RURPK.spad" 1804451 1804467 1806800 1806805) (-1000 "RULESET.spad" 1803892 1803916 1804441 1804446) (-999 "RULE.spad" 1802097 1802120 1803882 1803887) (-998 "RULECOLD.spad" 1801950 1801962 1802087 1802092) (-997 "RSETGCD.spad" 1798329 1798348 1801940 1801945) (-996 "RSETCAT.spad" 1788102 1788118 1798285 1798324) (-995 "RSETCAT.spad" 1777907 1777925 1788092 1788097) (-994 "RSDCMPK.spad" 1776360 1776379 1777897 1777902) (-993 "RRCC.spad" 1774745 1774774 1776350 1776355) (-992 "RRCC.spad" 1773128 1773159 1774735 1774740) (-991 "RPOLCAT.spad" 1752489 1752503 1772996 1773123) (-990 "RPOLCAT.spad" 1731565 1731581 1752074 1752079) (-989 "ROUTINE.spad" 1727429 1727437 1730212 1730239) (-988 "ROMAN.spad" 1726662 1726670 1727295 1727424) (-987 "ROIRC.spad" 1725743 1725774 1726652 1726657) (-986 "RNS.spad" 1724647 1724655 1725645 1725738) (-985 "RNS.spad" 1723637 1723647 1724637 1724642) (-984 "RNG.spad" 1723373 1723381 1723627 1723632) (-983 "RMODULE.spad" 1723012 1723022 1723363 1723368) (-982 "RMCAT2.spad" 1722421 1722477 1723002 1723007) (-981 "RMATRIX.spad" 1721101 1721119 1721588 1721627) (-980 "RMATCAT.spad" 1716623 1716653 1721045 1721096) (-979 "RMATCAT.spad" 1712047 1712079 1716471 1716476) (-978 "RINTERP.spad" 1711936 1711955 1712037 1712042) (-977 "RING.spad" 1711294 1711302 1711916 1711931) (-976 "RING.spad" 1710660 1710670 1711284 1711289) (-975 "RIDIST.spad" 1710045 1710053 1710650 1710655) (-974 "RGCHAIN.spad" 1708625 1708640 1709530 1709557) (-973 "RF.spad" 1706240 1706250 1708615 1708620) (-972 "RFFACTOR.spad" 1705703 1705713 1706230 1706235) (-971 "RFFACT.spad" 1705439 1705450 1705693 1705698) (-970 "RFDIST.spad" 1704428 1704436 1705429 1705434) (-969 "RETSOL.spad" 1703846 1703858 1704418 1704423) (-968 "RETRACT.spad" 1703196 1703206 1703836 1703841) (-967 "RETRACT.spad" 1702544 1702556 1703186 1703191) (-966 "RESULT.spad" 1700605 1700613 1701191 1701218) (-965 "RESRING.spad" 1699953 1699999 1700543 1700600) (-964 "RESLATC.spad" 1699278 1699288 1699943 1699948) (-963 "REPSQ.spad" 1699008 1699018 1699268 1699273) (-962 "REP.spad" 1696561 1696569 1698998 1699003) (-961 "REPDB.spad" 1696267 1696277 1696551 1696556) (-960 "REP2.spad" 1685840 1685850 1696109 1696114) (-959 "REP1.spad" 1679831 1679841 1685790 1685795) (-958 "REGSET.spad" 1677629 1677645 1679477 1679504) (-957 "REF.spad" 1676959 1676969 1677584 1677589) (-956 "REDORDER.spad" 1676136 1676152 1676949 1676954) (-955 "RECLOS.spad" 1674926 1674945 1675629 1675722) (-954 "REALSOLV.spad" 1674059 1674067 1674916 1674921) (-953 "REAL.spad" 1673932 1673940 1674049 1674054) (-952 "REAL0Q.spad" 1671215 1671229 1673922 1673927) (-951 "REAL0.spad" 1668044 1668058 1671205 1671210) (-950 "RDIV.spad" 1667696 1667720 1668034 1668039) (-949 "RDIST.spad" 1667260 1667270 1667686 1667691) (-948 "RDETRS.spad" 1666057 1666074 1667250 1667255) (-947 "RDETR.spad" 1664165 1664182 1666047 1666052) (-946 "RDEEFS.spad" 1663239 1663255 1664155 1664160) (-945 "RDEEF.spad" 1662236 1662252 1663229 1663234) (-944 "RCFIELD.spad" 1659423 1659431 1662138 1662231) (-943 "RCFIELD.spad" 1656696 1656706 1659413 1659418) (-942 "RCAGG.spad" 1654599 1654609 1656676 1656691) (-941 "RCAGG.spad" 1652439 1652451 1654518 1654523) (-940 "RATRET.spad" 1651800 1651810 1652429 1652434) (-939 "RATFACT.spad" 1651493 1651504 1651790 1651795) (-938 "RANDSRC.spad" 1650813 1650821 1651483 1651488) (-937 "RADUTIL.spad" 1650568 1650576 1650803 1650808) (-936 "RADIX.spad" 1647361 1647374 1649038 1649131) (-935 "RADFF.spad" 1645778 1645814 1645896 1646052) (-934 "RADCAT.spad" 1645372 1645380 1645768 1645773) (-933 "RADCAT.spad" 1644964 1644974 1645362 1645367) (-932 "QUEUE.spad" 1644307 1644317 1644571 1644598) (-931 "QUAT.spad" 1642893 1642903 1643235 1643300) (-930 "QUATCT2.spad" 1642512 1642530 1642883 1642888) (-929 "QUATCAT.spad" 1640677 1640687 1642442 1642507) (-928 "QUATCAT.spad" 1638594 1638606 1640361 1640366) (-927 "QUAGG.spad" 1637408 1637418 1638550 1638589) (-926 "QFORM.spad" 1636871 1636885 1637398 1637403) (-925 "QFCAT.spad" 1635562 1635572 1636761 1636866) (-924 "QFCAT.spad" 1633859 1633871 1635060 1635065) (-923 "QFCAT2.spad" 1633550 1633566 1633849 1633854) (-922 "QEQUAT.spad" 1633107 1633115 1633540 1633545) (-921 "QCMPACK.spad" 1627854 1627873 1633097 1633102) (-920 "QALGSET.spad" 1623929 1623961 1627768 1627773) (-919 "QALGSET2.spad" 1621925 1621943 1623919 1623924) (-918 "PWFFINTB.spad" 1619235 1619256 1621915 1621920) (-917 "PUSHVAR.spad" 1618564 1618583 1619225 1619230) (-916 "PTRANFN.spad" 1614690 1614700 1618554 1618559) (-915 "PTPACK.spad" 1611778 1611788 1614680 1614685) (-914 "PTFUNC2.spad" 1611599 1611613 1611768 1611773) (-913 "PTCAT.spad" 1610681 1610691 1611555 1611594) (-912 "PSQFR.spad" 1609988 1610012 1610671 1610676) (-911 "PSEUDLIN.spad" 1608846 1608856 1609978 1609983) (-910 "PSETPK.spad" 1594279 1594295 1608724 1608729) (-909 "PSETCAT.spad" 1588187 1588210 1594247 1594274) (-908 "PSETCAT.spad" 1582081 1582106 1588143 1588148) (-907 "PSCURVE.spad" 1581064 1581072 1582071 1582076) (-906 "PSCAT.spad" 1579831 1579860 1580962 1581059) (-905 "PSCAT.spad" 1578688 1578719 1579821 1579826) (-904 "PRTITION.spad" 1577531 1577539 1578678 1578683) (-903 "PRS.spad" 1567093 1567110 1577487 1577492) (-902 "PRQAGG.spad" 1566512 1566522 1567049 1567088) (-901 "PROPLOG.spad" 1565915 1565923 1566502 1566507) (-900 "PROPFRML.spad" 1563779 1563790 1565851 1565856) (-899 "PROPERTY.spad" 1563273 1563281 1563769 1563774) (-898 "PRODUCT.spad" 1560953 1560965 1561239 1561294) (-897 "PR.spad" 1559342 1559354 1560047 1560174) (-896 "PRINT.spad" 1559094 1559102 1559332 1559337) (-895 "PRIMES.spad" 1557345 1557355 1559084 1559089) (-894 "PRIMELT.spad" 1555326 1555340 1557335 1557340) (-893 "PRIMCAT.spad" 1554949 1554957 1555316 1555321) (-892 "PRIMARR.spad" 1553954 1553964 1554132 1554159) (-891 "PRIMARR2.spad" 1552677 1552689 1553944 1553949) (-890 "PREASSOC.spad" 1552049 1552061 1552667 1552672) (-889 "PPCURVE.spad" 1551186 1551194 1552039 1552044) (-888 "POLYROOT.spad" 1549958 1549980 1551142 1551147) (-887 "POLY.spad" 1547258 1547268 1547775 1547902) (-886 "POLYLIFT.spad" 1546519 1546542 1547248 1547253) (-885 "POLYCATQ.spad" 1544621 1544643 1546509 1546514) (-884 "POLYCAT.spad" 1538027 1538048 1544489 1544616) (-883 "POLYCAT.spad" 1530735 1530758 1537199 1537204) (-882 "POLY2UP.spad" 1530183 1530197 1530725 1530730) (-881 "POLY2.spad" 1529778 1529790 1530173 1530178) (-880 "POLUTIL.spad" 1528719 1528748 1529734 1529739) (-879 "POLTOPOL.spad" 1527467 1527482 1528709 1528714) (-878 "POINT.spad" 1526308 1526318 1526395 1526422) (-877 "PNTHEORY.spad" 1522974 1522982 1526298 1526303) (-876 "PMTOOLS.spad" 1521731 1521745 1522964 1522969) (-875 "PMSYM.spad" 1521276 1521286 1521721 1521726) (-874 "PMQFCAT.spad" 1520863 1520877 1521266 1521271) (-873 "PMPRED.spad" 1520332 1520346 1520853 1520858) (-872 "PMPREDFS.spad" 1519776 1519798 1520322 1520327) (-871 "PMPLCAT.spad" 1518846 1518864 1519708 1519713) (-870 "PMLSAGG.spad" 1518427 1518441 1518836 1518841) (-869 "PMKERNEL.spad" 1517994 1518006 1518417 1518422) (-868 "PMINS.spad" 1517570 1517580 1517984 1517989) (-867 "PMFS.spad" 1517143 1517161 1517560 1517565) (-866 "PMDOWN.spad" 1516429 1516443 1517133 1517138) (-865 "PMASS.spad" 1515441 1515449 1516419 1516424) (-864 "PMASSFS.spad" 1514410 1514426 1515431 1515436) (-863 "PLOTTOOL.spad" 1514190 1514198 1514400 1514405) (-862 "PLOT.spad" 1509021 1509029 1514180 1514185) (-861 "PLOT3D.spad" 1505441 1505449 1509011 1509016) (-860 "PLOT1.spad" 1504582 1504592 1505431 1505436) (-859 "PLEQN.spad" 1491798 1491825 1504572 1504577) (-858 "PINTERP.spad" 1491414 1491433 1491788 1491793) (-857 "PINTERPA.spad" 1491196 1491212 1491404 1491409) (-856 "PI.spad" 1490803 1490811 1491170 1491191) (-855 "PID.spad" 1489759 1489767 1490729 1490798) (-854 "PICOERCE.spad" 1489416 1489426 1489749 1489754) (-853 "PGROEB.spad" 1488013 1488027 1489406 1489411) (-852 "PGE.spad" 1479266 1479274 1488003 1488008) (-851 "PGCD.spad" 1478148 1478165 1479256 1479261) (-850 "PFRPAC.spad" 1477291 1477301 1478138 1478143) (-849 "PFR.spad" 1473948 1473958 1477193 1477286) (-848 "PFOTOOLS.spad" 1473206 1473222 1473938 1473943) (-847 "PFOQ.spad" 1472576 1472594 1473196 1473201) (-846 "PFO.spad" 1471995 1472022 1472566 1472571) (-845 "PF.spad" 1471569 1471581 1471800 1471893) (-844 "PFECAT.spad" 1469235 1469243 1471495 1471564) (-843 "PFECAT.spad" 1466929 1466939 1469191 1469196) (-842 "PFBRU.spad" 1464799 1464811 1466919 1466924) (-841 "PFBR.spad" 1462337 1462360 1464789 1464794) (-840 "PERM.spad" 1458018 1458028 1462167 1462182) (-839 "PERMGRP.spad" 1452754 1452764 1458008 1458013) (-838 "PERMCAT.spad" 1451306 1451316 1452734 1452749) (-837 "PERMAN.spad" 1449838 1449852 1451296 1451301) (-836 "PENDTREE.spad" 1449111 1449121 1449467 1449472) (-835 "PDRING.spad" 1447602 1447612 1449091 1449106) (-834 "PDRING.spad" 1446101 1446113 1447592 1447597) (-833 "PDEPROB.spad" 1445058 1445066 1446091 1446096) (-832 "PDEPACK.spad" 1439060 1439068 1445048 1445053) (-831 "PDECOMP.spad" 1438522 1438539 1439050 1439055) (-830 "PDECAT.spad" 1436876 1436884 1438512 1438517) (-829 "PCOMP.spad" 1436727 1436740 1436866 1436871) (-828 "PBWLB.spad" 1435309 1435326 1436717 1436722) (-827 "PATTERN.spad" 1429740 1429750 1435299 1435304) (-826 "PATTERN2.spad" 1429476 1429488 1429730 1429735) (-825 "PATTERN1.spad" 1427778 1427794 1429466 1429471) (-824 "PATRES.spad" 1425325 1425337 1427768 1427773) (-823 "PATRES2.spad" 1424987 1425001 1425315 1425320) (-822 "PATMATCH.spad" 1423149 1423180 1424700 1424705) (-821 "PATMAB.spad" 1422574 1422584 1423139 1423144) (-820 "PATLRES.spad" 1421658 1421672 1422564 1422569) (-819 "PATAB.spad" 1421422 1421432 1421648 1421653) (-818 "PARTPERM.spad" 1418784 1418792 1421412 1421417) (-817 "PARSURF.spad" 1418212 1418240 1418774 1418779) (-816 "PARSU2.spad" 1418007 1418023 1418202 1418207) (-815 "script-parser.spad" 1417527 1417535 1417997 1418002) (-814 "PARSCURV.spad" 1416955 1416983 1417517 1417522) (-813 "PARSC2.spad" 1416744 1416760 1416945 1416950) (-812 "PARPCURV.spad" 1416202 1416230 1416734 1416739) (-811 "PARPC2.spad" 1415991 1416007 1416192 1416197) (-810 "PAN2EXPR.spad" 1415403 1415411 1415981 1415986) (-809 "PALETTE.spad" 1414373 1414381 1415393 1415398) (-808 "PAIR.spad" 1413356 1413369 1413961 1413966) (-807 "PADICRC.spad" 1410689 1410707 1411864 1411957) (-806 "PADICRAT.spad" 1408707 1408719 1408928 1409021) (-805 "PADIC.spad" 1408402 1408414 1408633 1408702) (-804 "PADICCT.spad" 1406943 1406955 1408328 1408397) (-803 "PADEPAC.spad" 1405622 1405641 1406933 1406938) (-802 "PADE.spad" 1404362 1404378 1405612 1405617) (-801 "OWP.spad" 1403346 1403376 1404220 1404287) (-800 "OVAR.spad" 1403127 1403150 1403336 1403341) (-799 "OUT.spad" 1402211 1402219 1403117 1403122) (-798 "OUTFORM.spad" 1391625 1391633 1402201 1402206) (-797 "OSI.spad" 1391100 1391108 1391615 1391620) (-796 "OSGROUP.spad" 1391018 1391026 1391090 1391095) (-795 "ORTHPOL.spad" 1389479 1389489 1390935 1390940) (-794 "OREUP.spad" 1388839 1388867 1389161 1389200) (-793 "ORESUP.spad" 1388140 1388164 1388521 1388560) (-792 "OREPCTO.spad" 1385959 1385971 1388060 1388065) (-791 "OREPCAT.spad" 1380016 1380026 1385915 1385954) (-790 "OREPCAT.spad" 1373963 1373975 1379864 1379869) (-789 "ORDSET.spad" 1373129 1373137 1373953 1373958) (-788 "ORDSET.spad" 1372293 1372303 1373119 1373124) (-787 "ORDRING.spad" 1371683 1371691 1372273 1372288) (-786 "ORDRING.spad" 1371081 1371091 1371673 1371678) (-785 "ORDMON.spad" 1370936 1370944 1371071 1371076) (-784 "ORDFUNS.spad" 1370062 1370078 1370926 1370931) (-783 "ORDFIN.spad" 1369996 1370004 1370052 1370057) (-782 "ORDCOMP.spad" 1368464 1368474 1369546 1369575) (-781 "ORDCOMP2.spad" 1367749 1367761 1368454 1368459) (-780 "OPTPROB.spad" 1366329 1366337 1367739 1367744) (-779 "OPTPACK.spad" 1358714 1358722 1366319 1366324) (-778 "OPTCAT.spad" 1356389 1356397 1358704 1358709) (-777 "OPQUERY.spad" 1355938 1355946 1356379 1356384) (-776 "OP.spad" 1355680 1355690 1355760 1355827) (-775 "ONECOMP.spad" 1354428 1354438 1355230 1355259) (-774 "ONECOMP2.spad" 1353846 1353858 1354418 1354423) (-773 "OMSERVER.spad" 1352848 1352856 1353836 1353841) (-772 "OMSAGG.spad" 1352624 1352634 1352792 1352843) (-771 "OMPKG.spad" 1351236 1351244 1352614 1352619) (-770 "OM.spad" 1350201 1350209 1351226 1351231) (-769 "OMLO.spad" 1349626 1349638 1350087 1350126) (-768 "OMEXPR.spad" 1349460 1349470 1349616 1349621) (-767 "OMERR.spad" 1349003 1349011 1349450 1349455) (-766 "OMERRK.spad" 1348037 1348045 1348993 1348998) (-765 "OMENC.spad" 1347381 1347389 1348027 1348032) (-764 "OMDEV.spad" 1341670 1341678 1347371 1347376) (-763 "OMCONN.spad" 1341079 1341087 1341660 1341665) (-762 "OINTDOM.spad" 1340842 1340850 1341005 1341074) (-761 "OFMONOID.spad" 1337029 1337039 1340832 1340837) (-760 "ODVAR.spad" 1336290 1336300 1337019 1337024) (-759 "ODR.spad" 1335738 1335764 1336102 1336251) (-758 "ODPOL.spad" 1333087 1333097 1333427 1333554) (-757 "ODP.spad" 1324259 1324279 1324632 1324761) (-756 "ODETOOLS.spad" 1322842 1322861 1324249 1324254) (-755 "ODESYS.spad" 1320492 1320509 1322832 1322837) (-754 "ODERTRIC.spad" 1316433 1316450 1320449 1320454) (-753 "ODERED.spad" 1315820 1315844 1316423 1316428) (-752 "ODERAT.spad" 1313371 1313388 1315810 1315815) (-751 "ODEPRRIC.spad" 1310262 1310284 1313361 1313366) (-750 "ODEPROB.spad" 1309461 1309469 1310252 1310257) (-749 "ODEPRIM.spad" 1306735 1306757 1309451 1309456) (-748 "ODEPAL.spad" 1306111 1306135 1306725 1306730) (-747 "ODEPACK.spad" 1292713 1292721 1306101 1306106) (-746 "ODEINT.spad" 1292144 1292160 1292703 1292708) (-745 "ODEIFTBL.spad" 1289539 1289547 1292134 1292139) (-744 "ODEEF.spad" 1284906 1284922 1289529 1289534) (-743 "ODECONST.spad" 1284425 1284443 1284896 1284901) (-742 "ODECAT.spad" 1283021 1283029 1284415 1284420) (-741 "OCT.spad" 1281168 1281178 1281884 1281923) (-740 "OCTCT2.spad" 1280812 1280833 1281158 1281163) (-739 "OC.spad" 1278586 1278596 1280768 1280807) (-738 "OC.spad" 1276086 1276098 1278270 1278275) (-737 "OCAMON.spad" 1275934 1275942 1276076 1276081) (-736 "OASGP.spad" 1275749 1275757 1275924 1275929) (-735 "OAMONS.spad" 1275269 1275277 1275739 1275744) (-734 "OAMON.spad" 1275130 1275138 1275259 1275264) (-733 "OAGROUP.spad" 1274992 1275000 1275120 1275125) (-732 "NUMTUBE.spad" 1274579 1274595 1274982 1274987) (-731 "NUMQUAD.spad" 1262441 1262449 1274569 1274574) (-730 "NUMODE.spad" 1253577 1253585 1262431 1262436) (-729 "NUMINT.spad" 1251135 1251143 1253567 1253572) (-728 "NUMFMT.spad" 1249975 1249983 1251125 1251130) (-727 "NUMERIC.spad" 1242048 1242058 1249781 1249786) (-726 "NTSCAT.spad" 1240538 1240554 1242004 1242043) (-725 "NTPOLFN.spad" 1240083 1240093 1240455 1240460) (-724 "NSUP.spad" 1233096 1233106 1237636 1237789) (-723 "NSUP2.spad" 1232488 1232500 1233086 1233091) (-722 "NSMP.spad" 1228687 1228706 1228995 1229122) (-721 "NREP.spad" 1227059 1227073 1228677 1228682) (-720 "NPCOEF.spad" 1226305 1226325 1227049 1227054) (-719 "NORMRETR.spad" 1225903 1225942 1226295 1226300) (-718 "NORMPK.spad" 1223805 1223824 1225893 1225898) (-717 "NORMMA.spad" 1223493 1223519 1223795 1223800) (-716 "NONE.spad" 1223234 1223242 1223483 1223488) (-715 "NONE1.spad" 1222910 1222920 1223224 1223229) (-714 "NODE1.spad" 1222379 1222395 1222900 1222905) (-713 "NNI.spad" 1221266 1221274 1222353 1222374) (-712 "NLINSOL.spad" 1219888 1219898 1221256 1221261) (-711 "NIPROB.spad" 1218371 1218379 1219878 1219883) (-710 "NFINTBAS.spad" 1215831 1215848 1218361 1218366) (-709 "NCODIV.spad" 1214029 1214045 1215821 1215826) (-708 "NCNTFRAC.spad" 1213671 1213685 1214019 1214024) (-707 "NCEP.spad" 1211831 1211845 1213661 1213666) (-706 "NASRING.spad" 1211427 1211435 1211821 1211826) (-705 "NASRING.spad" 1211021 1211031 1211417 1211422) (-704 "NARNG.spad" 1210365 1210373 1211011 1211016) (-703 "NARNG.spad" 1209707 1209717 1210355 1210360) (-702 "NAGSP.spad" 1208780 1208788 1209697 1209702) (-701 "NAGS.spad" 1198305 1198313 1208770 1208775) (-700 "NAGF07.spad" 1196698 1196706 1198295 1198300) (-699 "NAGF04.spad" 1190930 1190938 1196688 1196693) (-698 "NAGF02.spad" 1184739 1184747 1190920 1190925) (-697 "NAGF01.spad" 1180342 1180350 1184729 1184734) (-696 "NAGE04.spad" 1173802 1173810 1180332 1180337) (-695 "NAGE02.spad" 1164144 1164152 1173792 1173797) (-694 "NAGE01.spad" 1160028 1160036 1164134 1164139) (-693 "NAGD03.spad" 1157948 1157956 1160018 1160023) (-692 "NAGD02.spad" 1150479 1150487 1157938 1157943) (-691 "NAGD01.spad" 1144592 1144600 1150469 1150474) (-690 "NAGC06.spad" 1140379 1140387 1144582 1144587) (-689 "NAGC05.spad" 1138848 1138856 1140369 1140374) (-688 "NAGC02.spad" 1138103 1138111 1138838 1138843) (-687 "NAALG.spad" 1137638 1137648 1138071 1138098) (-686 "NAALG.spad" 1137193 1137205 1137628 1137633) (-685 "MULTSQFR.spad" 1134151 1134168 1137183 1137188) (-684 "MULTFACT.spad" 1133534 1133551 1134141 1134146) (-683 "MTSCAT.spad" 1131568 1131589 1133432 1133529) (-682 "MTHING.spad" 1131225 1131235 1131558 1131563) (-681 "MSYSCMD.spad" 1130659 1130667 1131215 1131220) (-680 "MSET.spad" 1128601 1128611 1130365 1130404) (-679 "MSETAGG.spad" 1128434 1128444 1128557 1128596) (-678 "MRING.spad" 1125405 1125417 1128142 1128209) (-677 "MRF2.spad" 1124973 1124987 1125395 1125400) (-676 "MRATFAC.spad" 1124519 1124536 1124963 1124968) (-675 "MPRFF.spad" 1122549 1122568 1124509 1124514) (-674 "MPOLY.spad" 1119987 1120002 1120346 1120473) (-673 "MPCPF.spad" 1119251 1119270 1119977 1119982) (-672 "MPC3.spad" 1119066 1119106 1119241 1119246) (-671 "MPC2.spad" 1118708 1118741 1119056 1119061) (-670 "MONOTOOL.spad" 1117043 1117060 1118698 1118703) (-669 "MONOID.spad" 1116217 1116225 1117033 1117038) (-668 "MONOID.spad" 1115389 1115399 1116207 1116212) (-667 "MONOGEN.spad" 1114135 1114148 1115249 1115384) (-666 "MONOGEN.spad" 1112903 1112918 1114019 1114024) (-665 "MONADWU.spad" 1110917 1110925 1112893 1112898) (-664 "MONADWU.spad" 1108929 1108939 1110907 1110912) (-663 "MONAD.spad" 1108073 1108081 1108919 1108924) (-662 "MONAD.spad" 1107215 1107225 1108063 1108068) (-661 "MOEBIUS.spad" 1105901 1105915 1107195 1107210) (-660 "MODULE.spad" 1105771 1105781 1105869 1105896) (-659 "MODULE.spad" 1105661 1105673 1105761 1105766) (-658 "MODRING.spad" 1104992 1105031 1105641 1105656) (-657 "MODOP.spad" 1103651 1103663 1104814 1104881) (-656 "MODMONOM.spad" 1103183 1103201 1103641 1103646) (-655 "MODMON.spad" 1099888 1099904 1100664 1100817) (-654 "MODFIELD.spad" 1099246 1099285 1099790 1099883) (-653 "MMLFORM.spad" 1098106 1098114 1099236 1099241) (-652 "MMAP.spad" 1097846 1097880 1098096 1098101) (-651 "MLO.spad" 1096273 1096283 1097802 1097841) (-650 "MLIFT.spad" 1094845 1094862 1096263 1096268) (-649 "MKUCFUNC.spad" 1094378 1094396 1094835 1094840) (-648 "MKRECORD.spad" 1093980 1093993 1094368 1094373) (-647 "MKFUNC.spad" 1093361 1093371 1093970 1093975) (-646 "MKFLCFN.spad" 1092317 1092327 1093351 1093356) (-645 "MKCHSET.spad" 1092093 1092103 1092307 1092312) (-644 "MKBCFUNC.spad" 1091578 1091596 1092083 1092088) (-643 "MINT.spad" 1091017 1091025 1091480 1091573) (-642 "MHROWRED.spad" 1089518 1089528 1091007 1091012) (-641 "MFLOAT.spad" 1087963 1087971 1089408 1089513) (-640 "MFINFACT.spad" 1087363 1087385 1087953 1087958) (-639 "MESH.spad" 1085095 1085103 1087353 1087358) (-638 "MDDFACT.spad" 1083288 1083298 1085085 1085090) (-637 "MDAGG.spad" 1082563 1082573 1083256 1083283) (-636 "MCMPLX.spad" 1078543 1078551 1079157 1079358) (-635 "MCDEN.spad" 1077751 1077763 1078533 1078538) (-634 "MCALCFN.spad" 1074853 1074879 1077741 1077746) (-633 "MATSTOR.spad" 1072129 1072139 1074843 1074848) (-632 "MATRIX.spad" 1070833 1070843 1071317 1071344) (-631 "MATLIN.spad" 1068159 1068183 1070717 1070722) (-630 "MATCAT.spad" 1059732 1059754 1068115 1068154) (-629 "MATCAT.spad" 1051189 1051213 1059574 1059579) (-628 "MATCAT2.spad" 1050457 1050505 1051179 1051184) (-627 "MAPPKG3.spad" 1049356 1049370 1050447 1050452) (-626 "MAPPKG2.spad" 1048690 1048702 1049346 1049351) (-625 "MAPPKG1.spad" 1047508 1047518 1048680 1048685) (-624 "MAPHACK3.spad" 1047316 1047330 1047498 1047503) (-623 "MAPHACK2.spad" 1047081 1047093 1047306 1047311) (-622 "MAPHACK1.spad" 1046711 1046721 1047071 1047076) (-621 "MAGMA.spad" 1044501 1044518 1046701 1046706) (-620 "M3D.spad" 1042199 1042209 1043881 1043886) (-619 "LZSTAGG.spad" 1039417 1039427 1042179 1042194) (-618 "LZSTAGG.spad" 1036643 1036655 1039407 1039412) (-617 "LWORD.spad" 1033348 1033365 1036633 1036638) (-616 "LSQM.spad" 1031576 1031590 1031974 1032025) (-615 "LSPP.spad" 1031109 1031126 1031566 1031571) (-614 "LSMP.spad" 1029949 1029977 1031099 1031104) (-613 "LSMP1.spad" 1027753 1027767 1029939 1029944) (-612 "LSAGG.spad" 1027410 1027420 1027709 1027748) (-611 "LSAGG.spad" 1027099 1027111 1027400 1027405) (-610 "LPOLY.spad" 1026053 1026072 1026955 1027024) (-609 "LPEFRAC.spad" 1025310 1025320 1026043 1026048) (-608 "LO.spad" 1024711 1024725 1025244 1025271) (-607 "LOGIC.spad" 1024313 1024321 1024701 1024706) (-606 "LOGIC.spad" 1023913 1023923 1024303 1024308) (-605 "LODOOPS.spad" 1022831 1022843 1023903 1023908) (-604 "LODO.spad" 1022217 1022233 1022513 1022552) (-603 "LODOF.spad" 1021261 1021278 1022174 1022179) (-602 "LODOCAT.spad" 1019919 1019929 1021217 1021256) (-601 "LODOCAT.spad" 1018575 1018587 1019875 1019880) (-600 "LODO2.spad" 1017850 1017862 1018257 1018296) (-599 "LODO1.spad" 1017252 1017262 1017532 1017571) (-598 "LODEEF.spad" 1016024 1016042 1017242 1017247) (-597 "LNAGG.spad" 1011816 1011826 1016004 1016019) (-596 "LNAGG.spad" 1007582 1007594 1011772 1011777) (-595 "LMOPS.spad" 1004318 1004335 1007572 1007577) (-594 "LMODULE.spad" 1003960 1003970 1004308 1004313) (-593 "LMDICT.spad" 1003243 1003253 1003511 1003538) (-592 "LIST.spad" 1000961 1000971 1002390 1002417) (-591 "LIST3.spad" 1000252 1000266 1000951 1000956) (-590 "LIST2.spad" 998892 998904 1000242 1000247) (-589 "LIST2MAP.spad" 995769 995781 998882 998887) (-588 "LINEXP.spad" 995201 995211 995749 995764) (-587 "LINDEP.spad" 993978 993990 995113 995118) (-586 "LIMITRF.spad" 991892 991902 993968 993973) (-585 "LIMITPS.spad" 990775 990788 991882 991887) (-584 "LIE.spad" 988789 988801 990065 990210) (-583 "LIECAT.spad" 988265 988275 988715 988784) (-582 "LIECAT.spad" 987769 987781 988221 988226) (-581 "LIB.spad" 985817 985825 986428 986443) (-580 "LGROBP.spad" 983170 983189 985807 985812) (-579 "LF.spad" 982089 982105 983160 983165) (-578 "LFCAT.spad" 981108 981116 982079 982084) (-577 "LEXTRIPK.spad" 976611 976626 981098 981103) (-576 "LEXP.spad" 974614 974641 976591 976606) (-575 "LEADCDET.spad" 972998 973015 974604 974609) (-574 "LAZM3PK.spad" 971702 971724 972988 972993) (-573 "LAUPOL.spad" 970393 970406 971297 971366) (-572 "LAPLACE.spad" 969966 969982 970383 970388) (-571 "LA.spad" 969406 969420 969888 969927) (-570 "LALG.spad" 969182 969192 969386 969401) (-569 "LALG.spad" 968966 968978 969172 969177) (-568 "KOVACIC.spad" 967679 967696 968956 968961) (-567 "KONVERT.spad" 967401 967411 967669 967674) (-566 "KOERCE.spad" 967138 967148 967391 967396) (-565 "KERNEL.spad" 965673 965683 966922 966927) (-564 "KERNEL2.spad" 965376 965388 965663 965668) (-563 "KDAGG.spad" 964467 964489 965344 965371) (-562 "KDAGG.spad" 963578 963602 964457 964462) (-561 "KAFILE.spad" 962541 962557 962776 962803) (-560 "JORDAN.spad" 960368 960380 961831 961976) (-559 "JAVACODE.spad" 960134 960142 960358 960363) (-558 "IXAGG.spad" 958247 958271 960114 960129) (-557 "IXAGG.spad" 956225 956251 958094 958099) (-556 "IVECTOR.spad" 954998 955013 955153 955180) (-555 "ITUPLE.spad" 954143 954153 954988 954993) (-554 "ITRIGMNP.spad" 952954 952973 954133 954138) (-553 "ITFUN3.spad" 952448 952462 952944 952949) (-552 "ITFUN2.spad" 952178 952190 952438 952443) (-551 "ITAYLOR.spad" 949970 949985 952014 952139) (-550 "ISUPS.spad" 942381 942396 948944 949041) (-549 "ISUMP.spad" 941878 941894 942371 942376) (-548 "ISTRING.spad" 940881 940894 941047 941074) (-547 "IRURPK.spad" 939594 939613 940871 940876) (-546 "IRSN.spad" 937554 937562 939584 939589) (-545 "IRRF2F.spad" 936029 936039 937510 937515) (-544 "IRREDFFX.spad" 935630 935641 936019 936024) (-543 "IROOT.spad" 933961 933971 935620 935625) (-542 "IR.spad" 931751 931765 933817 933844) (-541 "IR2.spad" 930771 930787 931741 931746) (-540 "IR2F.spad" 929971 929987 930761 930766) (-539 "IPRNTPK.spad" 929731 929739 929961 929966) (-538 "IPF.spad" 929296 929308 929536 929629) (-537 "IPADIC.spad" 929057 929083 929222 929291) (-536 "INVLAPLA.spad" 928702 928718 929047 929052) (-535 "INTTR.spad" 921948 921965 928692 928697) (-534 "INTTOOLS.spad" 919660 919676 921523 921528) (-533 "INTSLPE.spad" 918966 918974 919650 919655) (-532 "INTRVL.spad" 918532 918542 918880 918961) (-531 "INTRF.spad" 916896 916910 918522 918527) (-530 "INTRET.spad" 916328 916338 916886 916891) (-529 "INTRAT.spad" 915003 915020 916318 916323) (-528 "INTPM.spad" 913366 913382 914646 914651) (-527 "INTPAF.spad" 911134 911152 913298 913303) (-526 "INTPACK.spad" 901444 901452 911124 911129) (-525 "INT.spad" 900805 900813 901298 901439) (-524 "INTHERTR.spad" 900071 900088 900795 900800) (-523 "INTHERAL.spad" 899737 899761 900061 900066) (-522 "INTHEORY.spad" 896150 896158 899727 899732) (-521 "INTG0.spad" 889613 889631 896082 896087) (-520 "INTFTBL.spad" 883642 883650 889603 889608) (-519 "INTFACT.spad" 882701 882711 883632 883637) (-518 "INTEF.spad" 881016 881032 882691 882696) (-517 "INTDOM.spad" 879631 879639 880942 881011) (-516 "INTDOM.spad" 878308 878318 879621 879626) (-515 "INTCAT.spad" 876561 876571 878222 878303) (-514 "INTBIT.spad" 876064 876072 876551 876556) (-513 "INTALG.spad" 875246 875273 876054 876059) (-512 "INTAF.spad" 874738 874754 875236 875241) (-511 "INTABL.spad" 873256 873287 873419 873446) (-510 "INS.spad" 870652 870660 873158 873251) (-509 "INS.spad" 868134 868144 870642 870647) (-508 "INPSIGN.spad" 867568 867581 868124 868129) (-507 "INPRODPF.spad" 866634 866653 867558 867563) (-506 "INPRODFF.spad" 865692 865716 866624 866629) (-505 "INNMFACT.spad" 864663 864680 865682 865687) (-504 "INMODGCD.spad" 864147 864177 864653 864658) (-503 "INFSP.spad" 862432 862454 864137 864142) (-502 "INFPROD0.spad" 861482 861501 862422 862427) (-501 "INFORM.spad" 858750 858758 861472 861477) (-500 "INFORM1.spad" 858375 858385 858740 858745) (-499 "INFINITY.spad" 857927 857935 858365 858370) (-498 "INEP.spad" 856459 856481 857917 857922) (-497 "INDE.spad" 856188 856205 856449 856454) (-496 "INCRMAPS.spad" 855609 855619 856178 856183) (-495 "INBFF.spad" 851379 851390 855599 855604) (-494 "IMATRIX.spad" 850324 850350 850836 850863) (-493 "IMATQF.spad" 849418 849462 850280 850285) (-492 "IMATLIN.spad" 848023 848047 849374 849379) (-491 "ILIST.spad" 846679 846694 847206 847233) (-490 "IIARRAY2.spad" 846067 846105 846286 846313) (-489 "IFF.spad" 845477 845493 845748 845841) (-488 "IFARRAY.spad" 842964 842979 844660 844687) (-487 "IFAMON.spad" 842826 842843 842920 842925) (-486 "IEVALAB.spad" 842215 842227 842816 842821) (-485 "IEVALAB.spad" 841602 841616 842205 842210) (-484 "IDPO.spad" 841400 841412 841592 841597) (-483 "IDPOAMS.spad" 841156 841168 841390 841395) (-482 "IDPOAM.spad" 840876 840888 841146 841151) (-481 "IDPC.spad" 839810 839822 840866 840871) (-480 "IDPAM.spad" 839555 839567 839800 839805) (-479 "IDPAG.spad" 839302 839314 839545 839550) (-478 "IDECOMP.spad" 836539 836557 839292 839297) (-477 "IDEAL.spad" 831462 831501 836474 836479) (-476 "ICDEN.spad" 830613 830629 831452 831457) (-475 "ICARD.spad" 829802 829810 830603 830608) (-474 "IBPTOOLS.spad" 828395 828412 829792 829797) (-473 "IBITS.spad" 827594 827607 828031 828058) (-472 "IBATOOL.spad" 824469 824488 827584 827589) (-471 "IBACHIN.spad" 822956 822971 824459 824464) (-470 "IARRAY2.spad" 821944 821970 822563 822590) (-469 "IARRAY1.spad" 820989 821004 821127 821154) (-468 "IAN.spad" 819204 819212 820807 820900) (-467 "IALGFACT.spad" 818805 818838 819194 819199) (-466 "HYPCAT.spad" 818229 818237 818795 818800) (-465 "HYPCAT.spad" 817651 817661 818219 818224) (-464 "HOAGG.spad" 814909 814919 817631 817646) (-463 "HOAGG.spad" 811952 811964 814676 814681) (-462 "HEXADEC.spad" 809824 809832 810422 810515) (-461 "HEUGCD.spad" 808839 808850 809814 809819) (-460 "HELLFDIV.spad" 808429 808453 808829 808834) (-459 "HEAP.spad" 807821 807831 808036 808063) (-458 "HDP.spad" 798989 799005 799366 799495) (-457 "HDMP.spad" 796168 796183 796786 796913) (-456 "HB.spad" 794405 794413 796158 796163) (-455 "HASHTBL.spad" 792875 792906 793086 793113) (-454 "HACKPI.spad" 792358 792366 792777 792870) (-453 "GTSET.spad" 791297 791313 792004 792031) (-452 "GSTBL.spad" 789816 789851 789990 790005) (-451 "GSERIES.spad" 786983 787010 787948 788097) (-450 "GROUP.spad" 786157 786165 786963 786978) (-449 "GROUP.spad" 785339 785349 786147 786152) (-448 "GROEBSOL.spad" 783827 783848 785329 785334) (-447 "GRMOD.spad" 782398 782410 783817 783822) (-446 "GRMOD.spad" 780967 780981 782388 782393) (-445 "GRIMAGE.spad" 773572 773580 780957 780962) (-444 "GRDEF.spad" 771951 771959 773562 773567) (-443 "GRAY.spad" 770410 770418 771941 771946) (-442 "GRALG.spad" 769457 769469 770400 770405) (-441 "GRALG.spad" 768502 768516 769447 769452) (-440 "GPOLSET.spad" 767956 767979 768184 768211) (-439 "GOSPER.spad" 767221 767239 767946 767951) (-438 "GMODPOL.spad" 766359 766386 767189 767216) (-437 "GHENSEL.spad" 765428 765442 766349 766354) (-436 "GENUPS.spad" 761529 761542 765418 765423) (-435 "GENUFACT.spad" 761106 761116 761519 761524) (-434 "GENPGCD.spad" 760690 760707 761096 761101) (-433 "GENMFACT.spad" 760142 760161 760680 760685) (-432 "GENEEZ.spad" 758081 758094 760132 760137) (-431 "GDMP.spad" 755102 755119 755878 756005) (-430 "GCNAALG.spad" 748997 749024 754896 754963) (-429 "GCDDOM.spad" 748169 748177 748923 748992) (-428 "GCDDOM.spad" 747403 747413 748159 748164) (-427 "GB.spad" 744921 744959 747359 747364) (-426 "GBINTERN.spad" 740941 740979 744911 744916) (-425 "GBF.spad" 736698 736736 740931 740936) (-424 "GBEUCLID.spad" 734572 734610 736688 736693) (-423 "GAUSSFAC.spad" 733869 733877 734562 734567) (-422 "GALUTIL.spad" 732191 732201 733825 733830) (-421 "GALPOLYU.spad" 730637 730650 732181 732186) (-420 "GALFACTU.spad" 728802 728821 730627 730632) (-419 "GALFACT.spad" 718935 718946 728792 728797) (-418 "FVFUN.spad" 715948 715956 718915 718930) (-417 "FVC.spad" 714990 714998 715928 715943) (-416 "FUNCTION.spad" 714839 714851 714980 714985) (-415 "FT.spad" 713051 713059 714829 714834) (-414 "FTEM.spad" 712214 712222 713041 713046) (-413 "FSUPFACT.spad" 711115 711134 712151 712156) (-412 "FST.spad" 709201 709209 711105 711110) (-411 "FSRED.spad" 708679 708695 709191 709196) (-410 "FSPRMELT.spad" 707503 707519 708636 708641) (-409 "FSPECF.spad" 705580 705596 707493 707498) (-408 "FS.spad" 699631 699641 705344 705575) (-407 "FS.spad" 693473 693485 699188 699193) (-406 "FSINT.spad" 693131 693147 693463 693468) (-405 "FSERIES.spad" 692318 692330 692951 693050) (-404 "FSCINT.spad" 691631 691647 692308 692313) (-403 "FSAGG.spad" 690736 690746 691575 691626) (-402 "FSAGG.spad" 689815 689827 690656 690661) (-401 "FSAGG2.spad" 688514 688530 689805 689810) (-400 "FS2UPS.spad" 682903 682937 688504 688509) (-399 "FS2.spad" 682548 682564 682893 682898) (-398 "FS2EXPXP.spad" 681671 681694 682538 682543) (-397 "FRUTIL.spad" 680613 680623 681661 681666) (-396 "FR.spad" 674310 674320 679640 679709) (-395 "FRNAALG.spad" 669397 669407 674252 674305) (-394 "FRNAALG.spad" 664496 664508 669353 669358) (-393 "FRNAAF2.spad" 663950 663968 664486 664491) (-392 "FRMOD.spad" 663345 663375 663882 663887) (-391 "FRIDEAL.spad" 662540 662561 663325 663340) (-390 "FRIDEAL2.spad" 662142 662174 662530 662535) (-389 "FRETRCT.spad" 661653 661663 662132 662137) (-388 "FRETRCT.spad" 661032 661044 661513 661518) (-387 "FRAMALG.spad" 659360 659373 660988 661027) (-386 "FRAMALG.spad" 657720 657735 659350 659355) (-385 "FRAC.spad" 654823 654833 655226 655399) (-384 "FRAC2.spad" 654426 654438 654813 654818) (-383 "FR2.spad" 653760 653772 654416 654421) (-382 "FPS.spad" 650569 650577 653650 653755) (-381 "FPS.spad" 647406 647416 650489 650494) (-380 "FPC.spad" 646448 646456 647308 647401) (-379 "FPC.spad" 645576 645586 646438 646443) (-378 "FPATMAB.spad" 645328 645338 645556 645571) (-377 "FPARFRAC.spad" 643801 643818 645318 645323) (-376 "FORTRAN.spad" 642307 642350 643791 643796) (-375 "FORT.spad" 641236 641244 642297 642302) (-374 "FORTFN.spad" 638396 638404 641216 641231) (-373 "FORTCAT.spad" 638070 638078 638376 638391) (-372 "FORMULA.spad" 635408 635416 638060 638065) (-371 "FORMULA1.spad" 634887 634897 635398 635403) (-370 "FORDER.spad" 634578 634602 634877 634882) (-369 "FOP.spad" 633779 633787 634568 634573) (-368 "FNLA.spad" 633203 633225 633747 633774) (-367 "FNCAT.spad" 631531 631539 633193 633198) (-366 "FNAME.spad" 631423 631431 631521 631526) (-365 "FMTC.spad" 631221 631229 631349 631418) (-364 "FMONOID.spad" 628276 628286 631177 631182) (-363 "FM.spad" 627971 627983 628210 628237) (-362 "FMFUN.spad" 624991 624999 627951 627966) (-361 "FMC.spad" 624033 624041 624971 624986) (-360 "FMCAT.spad" 621687 621705 624001 624028) (-359 "FM1.spad" 621044 621056 621621 621648) (-358 "FLOATRP.spad" 618765 618779 621034 621039) (-357 "FLOAT.spad" 611929 611937 618631 618760) (-356 "FLOATCP.spad" 609346 609360 611919 611924) (-355 "FLINEXP.spad" 609058 609068 609326 609341) (-354 "FLINEXP.spad" 608724 608736 608994 608999) (-353 "FLASORT.spad" 608044 608056 608714 608719) (-352 "FLALG.spad" 605690 605709 607970 608039) (-351 "FLAGG.spad" 602696 602706 605658 605685) (-350 "FLAGG.spad" 599615 599627 602579 602584) (-349 "FLAGG2.spad" 598296 598312 599605 599610) (-348 "FINRALG.spad" 596325 596338 598252 598291) (-347 "FINRALG.spad" 594280 594295 596209 596214) (-346 "FINITE.spad" 593432 593440 594270 594275) (-345 "FINAALG.spad" 582413 582423 593374 593427) (-344 "FINAALG.spad" 571406 571418 582369 582374) (-343 "FILE.spad" 570989 570999 571396 571401) (-342 "FILECAT.spad" 569507 569524 570979 570984) (-341 "FIELD.spad" 568913 568921 569409 569502) (-340 "FIELD.spad" 568405 568415 568903 568908) (-339 "FGROUP.spad" 567014 567024 568385 568400) (-338 "FGLMICPK.spad" 565801 565816 567004 567009) (-337 "FFX.spad" 565176 565191 565517 565610) (-336 "FFSLPE.spad" 564665 564686 565166 565171) (-335 "FFPOLY.spad" 555917 555928 564655 564660) (-334 "FFPOLY2.spad" 554977 554994 555907 555912) (-333 "FFP.spad" 554374 554394 554693 554786) (-332 "FF.spad" 553822 553838 554055 554148) (-331 "FFNBX.spad" 552334 552354 553538 553631) (-330 "FFNBP.spad" 550847 550864 552050 552143) (-329 "FFNB.spad" 549312 549333 550528 550621) (-328 "FFINTBAS.spad" 546726 546745 549302 549307) (-327 "FFIELDC.spad" 544301 544309 546628 546721) (-326 "FFIELDC.spad" 541962 541972 544291 544296) (-325 "FFHOM.spad" 540710 540727 541952 541957) (-324 "FFF.spad" 538145 538156 540700 540705) (-323 "FFCGX.spad" 536992 537012 537861 537954) (-322 "FFCGP.spad" 535881 535901 536708 536801) (-321 "FFCG.spad" 534673 534694 535562 535655) (-320 "FFCAT.spad" 527574 527596 534512 534668) (-319 "FFCAT.spad" 520554 520578 527494 527499) (-318 "FFCAT2.spad" 520299 520339 520544 520549) (-317 "FEXPR.spad" 512012 512058 520059 520098) (-316 "FEVALAB.spad" 511718 511728 512002 512007) (-315 "FEVALAB.spad" 511209 511221 511495 511500) (-314 "FDIV.spad" 510651 510675 511199 511204) (-313 "FDIVCAT.spad" 508693 508717 510641 510646) (-312 "FDIVCAT.spad" 506733 506759 508683 508688) (-311 "FDIV2.spad" 506387 506427 506723 506728) (-310 "FCPAK1.spad" 504940 504948 506377 506382) (-309 "FCOMP.spad" 504319 504329 504930 504935) (-308 "FC.spad" 494144 494152 504309 504314) (-307 "FAXF.spad" 487079 487093 494046 494139) (-306 "FAXF.spad" 480066 480082 487035 487040) (-305 "FARRAY.spad" 478212 478222 479249 479276) (-304 "FAMR.spad" 476332 476344 478110 478207) (-303 "FAMR.spad" 474436 474450 476216 476221) (-302 "FAMONOID.spad" 474086 474096 474390 474395) (-301 "FAMONC.spad" 472308 472320 474076 474081) (-300 "FAGROUP.spad" 471914 471924 472204 472231) (-299 "FACUTIL.spad" 470110 470127 471904 471909) (-298 "FACTFUNC.spad" 469286 469296 470100 470105) (-297 "EXPUPXS.spad" 466119 466142 467418 467567) (-296 "EXPRTUBE.spad" 463347 463355 466109 466114) (-295 "EXPRODE.spad" 460219 460235 463337 463342) (-294 "EXPR.spad" 455521 455531 456235 456638) (-293 "EXPR2UPS.spad" 451613 451626 455511 455516) (-292 "EXPR2.spad" 451316 451328 451603 451608) (-291 "EXPEXPAN.spad" 448257 448282 448891 448984) (-290 "EXIT.spad" 447928 447936 448247 448252) (-289 "EVALCYC.spad" 447386 447400 447918 447923) (-288 "EVALAB.spad" 446950 446960 447376 447381) (-287 "EVALAB.spad" 446512 446524 446940 446945) (-286 "EUCDOM.spad" 444054 444062 446438 446507) (-285 "EUCDOM.spad" 441658 441668 444044 444049) (-284 "ESTOOLS.spad" 433498 433506 441648 441653) (-283 "ESTOOLS2.spad" 433099 433113 433488 433493) (-282 "ESTOOLS1.spad" 432784 432795 433089 433094) (-281 "ES.spad" 425331 425339 432774 432779) (-280 "ES.spad" 417786 417796 425231 425236) (-279 "ESCONT.spad" 414559 414567 417776 417781) (-278 "ESCONT1.spad" 414308 414320 414549 414554) (-277 "ES2.spad" 413803 413819 414298 414303) (-276 "ES1.spad" 413369 413385 413793 413798) (-275 "ERROR.spad" 410690 410698 413359 413364) (-274 "EQTBL.spad" 409162 409184 409371 409398) (-273 "EQ.spad" 404046 404056 406845 406954) (-272 "EQ2.spad" 403762 403774 404036 404041) (-271 "EP.spad" 400076 400086 403752 403757) (-270 "ENV.spad" 398778 398786 400066 400071) (-269 "ENTIRER.spad" 398446 398454 398722 398773) (-268 "EMR.spad" 397647 397688 398372 398441) (-267 "ELTAGG.spad" 395887 395906 397637 397642) (-266 "ELTAGG.spad" 394091 394112 395843 395848) (-265 "ELTAB.spad" 393538 393556 394081 394086) (-264 "ELFUTS.spad" 392917 392936 393528 393533) (-263 "ELEMFUN.spad" 392606 392614 392907 392912) (-262 "ELEMFUN.spad" 392293 392303 392596 392601) (-261 "ELAGG.spad" 390224 390234 392261 392288) (-260 "ELAGG.spad" 388104 388116 390143 390148) (-259 "ELABEXPR.spad" 387035 387043 388094 388099) (-258 "EFUPXS.spad" 383811 383841 386991 386996) (-257 "EFULS.spad" 380647 380670 383767 383772) (-256 "EFSTRUC.spad" 378602 378618 380637 380642) (-255 "EF.spad" 373368 373384 378592 378597) (-254 "EAB.spad" 371644 371652 373358 373363) (-253 "E04UCFA.spad" 371180 371188 371634 371639) (-252 "E04NAFA.spad" 370757 370765 371170 371175) (-251 "E04MBFA.spad" 370337 370345 370747 370752) (-250 "E04JAFA.spad" 369873 369881 370327 370332) (-249 "E04GCFA.spad" 369409 369417 369863 369868) (-248 "E04FDFA.spad" 368945 368953 369399 369404) (-247 "E04DGFA.spad" 368481 368489 368935 368940) (-246 "E04AGNT.spad" 364323 364331 368471 368476) (-245 "DVARCAT.spad" 361008 361018 364313 364318) (-244 "DVARCAT.spad" 357691 357703 360998 361003) (-243 "DSMP.spad" 355125 355139 355430 355557) (-242 "DROPT.spad" 349070 349078 355115 355120) (-241 "DROPT1.spad" 348733 348743 349060 349065) (-240 "DROPT0.spad" 343560 343568 348723 348728) (-239 "DRAWPT.spad" 341715 341723 343550 343555) (-238 "DRAW.spad" 334315 334328 341705 341710) (-237 "DRAWHACK.spad" 333623 333633 334305 334310) (-236 "DRAWCX.spad" 331065 331073 333613 333618) (-235 "DRAWCURV.spad" 330602 330617 331055 331060) (-234 "DRAWCFUN.spad" 319774 319782 330592 330597) (-233 "DQAGG.spad" 317930 317940 319730 319769) (-232 "DPOLCAT.spad" 313271 313287 317798 317925) (-231 "DPOLCAT.spad" 308698 308716 313227 313232) (-230 "DPMO.spad" 302048 302064 302186 302482) (-229 "DPMM.spad" 295411 295429 295536 295832) (-228 "DOMAIN.spad" 294682 294690 295401 295406) (-227 "DMP.spad" 291907 291922 292479 292606) (-226 "DLP.spad" 291255 291265 291897 291902) (-225 "DLIST.spad" 289667 289677 290438 290465) (-224 "DLAGG.spad" 288068 288078 289647 289662) (-223 "DIVRING.spad" 287515 287523 288012 288063) (-222 "DIVRING.spad" 287006 287016 287505 287510) (-221 "DISPLAY.spad" 285186 285194 286996 287001) (-220 "DIRPROD.spad" 276091 276107 276731 276860) (-219 "DIRPROD2.spad" 274899 274917 276081 276086) (-218 "DIRPCAT.spad" 273831 273847 274753 274894) (-217 "DIRPCAT.spad" 272503 272521 273427 273432) (-216 "DIOSP.spad" 271328 271336 272493 272498) (-215 "DIOPS.spad" 270300 270310 271296 271323) (-214 "DIOPS.spad" 269258 269270 270256 270261) (-213 "DIFRING.spad" 268550 268558 269238 269253) (-212 "DIFRING.spad" 267850 267860 268540 268545) (-211 "DIFEXT.spad" 267009 267019 267830 267845) (-210 "DIFEXT.spad" 266085 266097 266908 266913) (-209 "DIAGG.spad" 265703 265713 266053 266080) (-208 "DIAGG.spad" 265341 265353 265693 265698) (-207 "DHMATRIX.spad" 263645 263655 264798 264825) (-206 "DFSFUN.spad" 257053 257061 263635 263640) (-205 "DFLOAT.spad" 253576 253584 256943 257048) (-204 "DFINTTLS.spad" 251785 251801 253566 253571) (-203 "DERHAM.spad" 249695 249727 251765 251780) (-202 "DEQUEUE.spad" 249013 249023 249302 249329) (-201 "DEGRED.spad" 248628 248642 249003 249008) (-200 "DEFINTRF.spad" 246153 246163 248618 248623) (-199 "DEFINTEF.spad" 244649 244665 246143 246148) (-198 "DECIMAL.spad" 242533 242541 243119 243212) (-197 "DDFACT.spad" 240332 240349 242523 242528) (-196 "DBLRESP.spad" 239930 239954 240322 240327) (-195 "DBASE.spad" 238502 238512 239920 239925) (-194 "D03FAFA.spad" 238330 238338 238492 238497) (-193 "D03EEFA.spad" 238150 238158 238320 238325) (-192 "D03AGNT.spad" 237230 237238 238140 238145) (-191 "D02EJFA.spad" 236692 236700 237220 237225) (-190 "D02CJFA.spad" 236170 236178 236682 236687) (-189 "D02BHFA.spad" 235660 235668 236160 236165) (-188 "D02BBFA.spad" 235150 235158 235650 235655) (-187 "D02AGNT.spad" 229954 229962 235140 235145) (-186 "D01WGTS.spad" 228273 228281 229944 229949) (-185 "D01TRNS.spad" 228250 228258 228263 228268) (-184 "D01GBFA.spad" 227772 227780 228240 228245) (-183 "D01FCFA.spad" 227294 227302 227762 227767) (-182 "D01ASFA.spad" 226762 226770 227284 227289) (-181 "D01AQFA.spad" 226208 226216 226752 226757) (-180 "D01APFA.spad" 225632 225640 226198 226203) (-179 "D01ANFA.spad" 225126 225134 225622 225627) (-178 "D01AMFA.spad" 224636 224644 225116 225121) (-177 "D01ALFA.spad" 224176 224184 224626 224631) (-176 "D01AKFA.spad" 223702 223710 224166 224171) (-175 "D01AJFA.spad" 223225 223233 223692 223697) (-174 "D01AGNT.spad" 219284 219292 223215 223220) (-173 "CYCLOTOM.spad" 218790 218798 219274 219279) (-172 "CYCLES.spad" 215622 215630 218780 218785) (-171 "CVMP.spad" 215039 215049 215612 215617) (-170 "CTRIGMNP.spad" 213529 213545 215029 215034) (-169 "CTORCALL.spad" 213117 213125 213519 213524) (-168 "CSTTOOLS.spad" 212360 212373 213107 213112) (-167 "CRFP.spad" 206064 206077 212350 212355) (-166 "CRAPACK.spad" 205107 205117 206054 206059) (-165 "CPMATCH.spad" 204607 204622 205032 205037) (-164 "CPIMA.spad" 204312 204331 204597 204602) (-163 "COORDSYS.spad" 199205 199215 204302 204307) (-162 "CONTOUR.spad" 198607 198615 199195 199200) (-161 "CONTFRAC.spad" 194219 194229 198509 198602) (-160 "COMRING.spad" 193893 193901 194157 194214) (-159 "COMPPROP.spad" 193407 193415 193883 193888) (-158 "COMPLPAT.spad" 193174 193189 193397 193402) (-157 "COMPLEX.spad" 187207 187217 187451 187712) (-156 "COMPLEX2.spad" 186920 186932 187197 187202) (-155 "COMPFACT.spad" 186522 186536 186910 186915) (-154 "COMPCAT.spad" 184578 184588 186244 186517) (-153 "COMPCAT.spad" 182341 182353 184009 184014) (-152 "COMMUPC.spad" 182087 182105 182331 182336) (-151 "COMMONOP.spad" 181620 181628 182077 182082) (-150 "COMM.spad" 181429 181437 181610 181615) (-149 "COMBOPC.spad" 180334 180342 181419 181424) (-148 "COMBINAT.spad" 179079 179089 180324 180329) (-147 "COMBF.spad" 176447 176463 179069 179074) (-146 "COLOR.spad" 175284 175292 176437 176442) (-145 "CMPLXRT.spad" 174993 175010 175274 175279) (-144 "CLIP.spad" 171085 171093 174983 174988) (-143 "CLIF.spad" 169724 169740 171041 171080) (-142 "CLAGG.spad" 166199 166209 169704 169719) (-141 "CLAGG.spad" 162555 162567 166062 166067) (-140 "CINTSLPE.spad" 161880 161893 162545 162550) (-139 "CHVAR.spad" 159958 159980 161870 161875) (-138 "CHARZ.spad" 159873 159881 159938 159953) (-137 "CHARPOL.spad" 159381 159391 159863 159868) (-136 "CHARNZ.spad" 159134 159142 159361 159376) (-135 "CHAR.spad" 157002 157010 159124 159129) (-134 "CFCAT.spad" 156318 156326 156992 156997) (-133 "CDEN.spad" 155476 155490 156308 156313) (-132 "CCLASS.spad" 153625 153633 154887 154926) (-131 "CATEGORY.spad" 153404 153412 153615 153620) (-130 "CARTEN.spad" 148507 148531 153394 153399) (-129 "CARTEN2.spad" 147893 147920 148497 148502) (-128 "CARD.spad" 145182 145190 147867 147888) (-127 "CACHSET.spad" 144804 144812 145172 145177) (-126 "CABMON.spad" 144357 144365 144794 144799) (-125 "BYTE.spad" 143751 143759 144347 144352) (-124 "BYTEARY.spad" 142826 142834 142920 142947) (-123 "BTREE.spad" 141895 141905 142433 142460) (-122 "BTOURN.spad" 140898 140908 141502 141529) (-121 "BTCAT.spad" 140274 140284 140854 140893) (-120 "BTCAT.spad" 139682 139694 140264 140269) (-119 "BTAGG.spad" 138698 138706 139638 139677) (-118 "BTAGG.spad" 137746 137756 138688 138693) (-117 "BSTREE.spad" 136481 136491 137353 137380) (-116 "BRILL.spad" 134676 134687 136471 136476) (-115 "BRAGG.spad" 133590 133600 134656 134671) (-114 "BRAGG.spad" 132478 132490 133546 133551) (-113 "BPADICRT.spad" 130462 130474 130717 130810) (-112 "BPADIC.spad" 130126 130138 130388 130457) (-111 "BOUNDZRO.spad" 129782 129799 130116 130121) (-110 "BOP.spad" 125246 125254 129772 129777) (-109 "BOP1.spad" 122632 122642 125202 125207) (-108 "BOOLEAN.spad" 121895 121903 122622 122627) (-107 "BMODULE.spad" 121607 121619 121863 121890) (-106 "BITS.spad" 121026 121034 121243 121270) (-105 "BINFILE.spad" 120369 120377 121016 121021) (-104 "BINDING.spad" 119788 119796 120359 120364) (-103 "BINARY.spad" 117681 117689 118258 118351) (-102 "BGAGG.spad" 116866 116876 117649 117676) (-101 "BGAGG.spad" 116071 116083 116856 116861) (-100 "BFUNCT.spad" 115635 115643 116051 116066) (-99 "BEZOUT.spad" 114770 114796 115585 115590) (-98 "BBTREE.spad" 111590 111599 114377 114404) (-97 "BASTYPE.spad" 111263 111270 111580 111585) (-96 "BASTYPE.spad" 110934 110943 111253 111258) (-95 "BALFACT.spad" 110374 110386 110924 110929) (-94 "AUTOMOR.spad" 109821 109830 110354 110369) (-93 "ATTREG.spad" 106540 106547 109573 109816) (-92 "ATTRBUT.spad" 102563 102570 106520 106535) (-91 "ATRIG.spad" 102033 102040 102553 102558) (-90 "ATRIG.spad" 101501 101510 102023 102028) (-89 "ASTACK.spad" 100834 100843 101108 101135) (-88 "ASSOCEQ.spad" 99634 99645 100790 100795) (-87 "ASP9.spad" 98715 98728 99624 99629) (-86 "ASP8.spad" 97758 97771 98705 98710) (-85 "ASP80.spad" 97080 97093 97748 97753) (-84 "ASP7.spad" 96240 96253 97070 97075) (-83 "ASP78.spad" 95691 95704 96230 96235) (-82 "ASP77.spad" 95060 95073 95681 95686) (-81 "ASP74.spad" 94152 94165 95050 95055) (-80 "ASP73.spad" 93423 93436 94142 94147) (-79 "ASP6.spad" 92055 92068 93413 93418) (-78 "ASP55.spad" 90564 90577 92045 92050) (-77 "ASP50.spad" 88381 88394 90554 90559) (-76 "ASP4.spad" 87676 87689 88371 88376) (-75 "ASP49.spad" 86675 86688 87666 87671) (-74 "ASP42.spad" 85082 85121 86665 86670) (-73 "ASP41.spad" 83661 83700 85072 85077) (-72 "ASP35.spad" 82649 82662 83651 83656) (-71 "ASP34.spad" 81950 81963 82639 82644) (-70 "ASP33.spad" 81510 81523 81940 81945) (-69 "ASP31.spad" 80650 80663 81500 81505) (-68 "ASP30.spad" 79542 79555 80640 80645) (-67 "ASP29.spad" 79008 79021 79532 79537) (-66 "ASP28.spad" 70281 70294 78998 79003) (-65 "ASP27.spad" 69178 69191 70271 70276) (-64 "ASP24.spad" 68265 68278 69168 69173) (-63 "ASP20.spad" 67481 67494 68255 68260) (-62 "ASP1.spad" 66862 66875 67471 67476) (-61 "ASP19.spad" 61548 61561 66852 66857) (-60 "ASP12.spad" 60962 60975 61538 61543) (-59 "ASP10.spad" 60233 60246 60952 60957) (-58 "ARRAY2.spad" 59593 59602 59840 59867) (-57 "ARRAY1.spad" 58428 58437 58776 58803) (-56 "ARRAY12.spad" 57097 57108 58418 58423) (-55 "ARR2CAT.spad" 52747 52768 57053 57092) (-54 "ARR2CAT.spad" 48429 48452 52737 52742) (-53 "APPRULE.spad" 47673 47695 48419 48424) (-52 "APPLYORE.spad" 47288 47301 47663 47668) (-51 "ANY.spad" 45630 45637 47278 47283) (-50 "ANY1.spad" 44701 44710 45620 45625) (-49 "ANTISYM.spad" 43140 43156 44681 44696) (-48 "ANON.spad" 42837 42844 43130 43135) (-47 "AN.spad" 41140 41147 42655 42748) (-46 "AMR.spad" 39319 39330 41038 41135) (-45 "AMR.spad" 37335 37348 39056 39061) (-44 "ALIST.spad" 34747 34768 35097 35124) (-43 "ALGSC.spad" 33870 33896 34619 34672) (-42 "ALGPKG.spad" 29579 29590 33826 33831) (-41 "ALGMFACT.spad" 28768 28782 29569 29574) (-40 "ALGMANIP.spad" 26189 26204 28566 28571) (-39 "ALGFF.spad" 24507 24534 24724 24880) (-38 "ALGFACT.spad" 23628 23638 24497 24502) (-37 "ALGEBRA.spad" 23359 23368 23584 23623) (-36 "ALGEBRA.spad" 23122 23133 23349 23354) (-35 "ALAGG.spad" 22620 22641 23078 23117) (-34 "AHYP.spad" 22001 22008 22610 22615) (-33 "AGG.spad" 20300 20307 21981 21996) (-32 "AGG.spad" 18573 18582 20256 20261) (-31 "AF.spad" 16999 17014 18509 18514) (-30 "ACPLOT.spad" 15570 15577 16989 16994) (-29 "ACFS.spad" 13309 13318 15460 15565) (-28 "ACFS.spad" 11146 11157 13299 13304) (-27 "ACF.spad" 7748 7755 11048 11141) (-26 "ACF.spad" 4436 4445 7738 7743) (-25 "ABELSG.spad" 3977 3984 4426 4431) (-24 "ABELSG.spad" 3516 3525 3967 3972) (-23 "ABELMON.spad" 3059 3066 3506 3511) (-22 "ABELMON.spad" 2600 2609 3049 3054) (-21 "ABELGRP.spad" 2172 2179 2590 2595) (-20 "ABELGRP.spad" 1742 1751 2162 2167) (-19 "A1AGG.spad" 870 879 1698 1737) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
+((-3 NIL 2241874 2241879 2241884 2241889) (-2 NIL 2241854 2241859 2241864 2241869) (-1 NIL 2241834 2241839 2241844 2241849) (0 NIL 2241814 2241819 2241824 2241829) (-1202 "ZMOD.spad" 2241623 2241636 2241752 2241809) (-1201 "ZLINDEP.spad" 2240667 2240678 2241613 2241618) (-1200 "ZDSOLVE.spad" 2230516 2230538 2240657 2240662) (-1199 "YSTREAM.spad" 2230009 2230020 2230506 2230511) (-1198 "XRPOLY.spad" 2229229 2229249 2229865 2229934) (-1197 "XPR.spad" 2226958 2226971 2228947 2229046) (-1196 "XPOLY.spad" 2226513 2226524 2226814 2226883) (-1195 "XPOLYC.spad" 2225830 2225846 2226439 2226508) (-1194 "XPBWPOLY.spad" 2224267 2224287 2225610 2225679) (-1193 "XF.spad" 2222728 2222743 2224169 2224262) (-1192 "XF.spad" 2221169 2221186 2222612 2222617) (-1191 "XFALG.spad" 2218193 2218209 2221095 2221164) (-1190 "XEXPPKG.spad" 2217444 2217470 2218183 2218188) (-1189 "XDPOLY.spad" 2217058 2217074 2217300 2217369) (-1188 "XALG.spad" 2216656 2216667 2217014 2217053) (-1187 "WUTSET.spad" 2212495 2212512 2216302 2216329) (-1186 "WP.spad" 2211509 2211553 2212353 2212420) (-1185 "WFFINTBS.spad" 2209072 2209094 2211499 2211504) (-1184 "WEIER.spad" 2207286 2207297 2209062 2209067) (-1183 "VSPACE.spad" 2206959 2206970 2207254 2207281) (-1182 "VSPACE.spad" 2206652 2206665 2206949 2206954) (-1181 "VOID.spad" 2206242 2206251 2206642 2206647) (-1180 "VIEW.spad" 2203864 2203873 2206232 2206237) (-1179 "VIEWDEF.spad" 2199061 2199070 2203854 2203859) (-1178 "VIEW3D.spad" 2182896 2182905 2199051 2199056) (-1177 "VIEW2D.spad" 2170633 2170642 2182886 2182891) (-1176 "VECTOR.spad" 2169310 2169321 2169561 2169588) (-1175 "VECTOR2.spad" 2167937 2167950 2169300 2169305) (-1174 "VECTCAT.spad" 2165825 2165836 2167893 2167932) (-1173 "VECTCAT.spad" 2163534 2163547 2165604 2165609) (-1172 "VARIABLE.spad" 2163314 2163329 2163524 2163529) (-1171 "UTYPE.spad" 2162948 2162957 2163294 2163309) (-1170 "UTSODETL.spad" 2162241 2162265 2162904 2162909) (-1169 "UTSODE.spad" 2160429 2160449 2162231 2162236) (-1168 "UTS.spad" 2155218 2155246 2158896 2158993) (-1167 "UTSCAT.spad" 2152669 2152685 2155116 2155213) (-1166 "UTSCAT.spad" 2149764 2149782 2152213 2152218) (-1165 "UTS2.spad" 2149357 2149392 2149754 2149759) (-1164 "URAGG.spad" 2143979 2143990 2149337 2149352) (-1163 "URAGG.spad" 2138575 2138588 2143935 2143940) (-1162 "UPXSSING.spad" 2136221 2136247 2137659 2137792) (-1161 "UPXS.spad" 2133248 2133276 2134353 2134502) (-1160 "UPXSCONS.spad" 2131005 2131025 2131380 2131529) (-1159 "UPXSCCA.spad" 2129463 2129483 2130851 2131000) (-1158 "UPXSCCA.spad" 2128063 2128085 2129453 2129458) (-1157 "UPXSCAT.spad" 2126644 2126660 2127909 2128058) (-1156 "UPXS2.spad" 2126185 2126238 2126634 2126639) (-1155 "UPSQFREE.spad" 2124597 2124611 2126175 2126180) (-1154 "UPSCAT.spad" 2122190 2122214 2124495 2124592) (-1153 "UPSCAT.spad" 2119489 2119515 2121796 2121801) (-1152 "UPOLYC.spad" 2114467 2114478 2119331 2119484) (-1151 "UPOLYC.spad" 2109337 2109350 2114203 2114208) (-1150 "UPOLYC2.spad" 2108806 2108825 2109327 2109332) (-1149 "UP.spad" 2105851 2105866 2106359 2106512) (-1148 "UPMP.spad" 2104741 2104754 2105841 2105846) (-1147 "UPDIVP.spad" 2104304 2104318 2104731 2104736) (-1146 "UPDECOMP.spad" 2102541 2102555 2104294 2104299) (-1145 "UPCDEN.spad" 2101748 2101764 2102531 2102536) (-1144 "UP2.spad" 2101110 2101131 2101738 2101743) (-1143 "UNISEG.spad" 2100463 2100474 2101029 2101034) (-1142 "UNISEG2.spad" 2099956 2099969 2100419 2100424) (-1141 "UNIFACT.spad" 2099057 2099069 2099946 2099951) (-1140 "ULS.spad" 2089616 2089644 2090709 2091138) (-1139 "ULSCONS.spad" 2083659 2083679 2084031 2084180) (-1138 "ULSCCAT.spad" 2081256 2081276 2083479 2083654) (-1137 "ULSCCAT.spad" 2078987 2079009 2081212 2081217) (-1136 "ULSCAT.spad" 2077203 2077219 2078833 2078982) (-1135 "ULS2.spad" 2076715 2076768 2077193 2077198) (-1134 "UFD.spad" 2075780 2075789 2076641 2076710) (-1133 "UFD.spad" 2074907 2074918 2075770 2075775) (-1132 "UDVO.spad" 2073754 2073763 2074897 2074902) (-1131 "UDPO.spad" 2071181 2071192 2073710 2073715) (-1130 "TYPE.spad" 2071103 2071112 2071161 2071176) (-1129 "TWOFACT.spad" 2069753 2069768 2071093 2071098) (-1128 "TUPLE.spad" 2069139 2069150 2069652 2069657) (-1127 "TUBETOOL.spad" 2065976 2065985 2069129 2069134) (-1126 "TUBE.spad" 2064617 2064634 2065966 2065971) (-1125 "TS.spad" 2063206 2063222 2064182 2064279) (-1124 "TSETCAT.spad" 2050321 2050338 2063162 2063201) (-1123 "TSETCAT.spad" 2037434 2037453 2050277 2050282) (-1122 "TRMANIP.spad" 2031800 2031817 2037140 2037145) (-1121 "TRIMAT.spad" 2030759 2030784 2031790 2031795) (-1120 "TRIGMNIP.spad" 2029276 2029293 2030749 2030754) (-1119 "TRIGCAT.spad" 2028788 2028797 2029266 2029271) (-1118 "TRIGCAT.spad" 2028298 2028309 2028778 2028783) (-1117 "TREE.spad" 2026869 2026880 2027905 2027932) (-1116 "TRANFUN.spad" 2026700 2026709 2026859 2026864) (-1115 "TRANFUN.spad" 2026529 2026540 2026690 2026695) (-1114 "TOPSP.spad" 2026203 2026212 2026519 2026524) (-1113 "TOOLSIGN.spad" 2025866 2025877 2026193 2026198) (-1112 "TEXTFILE.spad" 2024423 2024432 2025856 2025861) (-1111 "TEX.spad" 2021440 2021449 2024413 2024418) (-1110 "TEX1.spad" 2020996 2021007 2021430 2021435) (-1109 "TEMUTL.spad" 2020551 2020560 2020986 2020991) (-1108 "TBCMPPK.spad" 2018644 2018667 2020541 2020546) (-1107 "TBAGG.spad" 2017668 2017691 2018612 2018639) (-1106 "TBAGG.spad" 2016712 2016737 2017658 2017663) (-1105 "TANEXP.spad" 2016088 2016099 2016702 2016707) (-1104 "TABLE.spad" 2014499 2014522 2014769 2014796) (-1103 "TABLEAU.spad" 2013980 2013991 2014489 2014494) (-1102 "TABLBUMP.spad" 2010763 2010774 2013970 2013975) (-1101 "SYSTEM.spad" 2010037 2010046 2010753 2010758) (-1100 "SYSSOLP.spad" 2007510 2007521 2010027 2010032) (-1099 "SYNTAX.spad" 2003702 2003711 2007500 2007505) (-1098 "SYMTAB.spad" 2001758 2001767 2003692 2003697) (-1097 "SYMS.spad" 1997743 1997752 2001748 2001753) (-1096 "SYMPOLY.spad" 1996753 1996764 1996835 1996962) (-1095 "SYMFUNC.spad" 1996228 1996239 1996743 1996748) (-1094 "SYMBOL.spad" 1993564 1993573 1996218 1996223) (-1093 "SWITCH.spad" 1990321 1990330 1993554 1993559) (-1092 "SUTS.spad" 1987220 1987248 1988788 1988885) (-1091 "SUPXS.spad" 1984234 1984262 1985352 1985501) (-1090 "SUP.spad" 1981006 1981017 1981787 1981940) (-1089 "SUPFRACF.spad" 1980111 1980129 1980996 1981001) (-1088 "SUP2.spad" 1979501 1979514 1980101 1980106) (-1087 "SUMRF.spad" 1978467 1978478 1979491 1979496) (-1086 "SUMFS.spad" 1978100 1978117 1978457 1978462) (-1085 "SULS.spad" 1968646 1968674 1969752 1970181) (-1084 "SUCH.spad" 1968326 1968341 1968636 1968641) (-1083 "SUBSPACE.spad" 1960333 1960348 1968316 1968321) (-1082 "SUBRESP.spad" 1959493 1959507 1960289 1960294) (-1081 "STTF.spad" 1955592 1955608 1959483 1959488) (-1080 "STTFNC.spad" 1952060 1952076 1955582 1955587) (-1079 "STTAYLOR.spad" 1944458 1944469 1951941 1951946) (-1078 "STRTBL.spad" 1942963 1942980 1943112 1943139) (-1077 "STRING.spad" 1942372 1942381 1942386 1942413) (-1076 "STRICAT.spad" 1942148 1942157 1942328 1942367) (-1075 "STREAM.spad" 1938916 1938927 1941673 1941688) (-1074 "STREAM3.spad" 1938461 1938476 1938906 1938911) (-1073 "STREAM2.spad" 1937529 1937542 1938451 1938456) (-1072 "STREAM1.spad" 1937233 1937244 1937519 1937524) (-1071 "STINPROD.spad" 1936139 1936155 1937223 1937228) (-1070 "STEP.spad" 1935340 1935349 1936129 1936134) (-1069 "STBL.spad" 1933866 1933894 1934033 1934048) (-1068 "STAGG.spad" 1932931 1932942 1933846 1933861) (-1067 "STAGG.spad" 1932004 1932017 1932921 1932926) (-1066 "STACK.spad" 1931355 1931366 1931611 1931638) (-1065 "SREGSET.spad" 1929059 1929076 1931001 1931028) (-1064 "SRDCMPK.spad" 1927604 1927624 1929049 1929054) (-1063 "SRAGG.spad" 1922689 1922698 1927560 1927599) (-1062 "SRAGG.spad" 1917806 1917817 1922679 1922684) (-1061 "SQMATRIX.spad" 1915432 1915450 1916340 1916427) (-1060 "SPLTREE.spad" 1909984 1909997 1914868 1914895) (-1059 "SPLNODE.spad" 1906572 1906585 1909974 1909979) (-1058 "SPFCAT.spad" 1905349 1905358 1906562 1906567) (-1057 "SPECOUT.spad" 1903899 1903908 1905339 1905344) (-1056 "spad-parser.spad" 1903364 1903373 1903889 1903894) (-1055 "SPACEC.spad" 1887377 1887388 1903354 1903359) (-1054 "SPACE3.spad" 1887153 1887164 1887367 1887372) (-1053 "SORTPAK.spad" 1886698 1886711 1887109 1887114) (-1052 "SOLVETRA.spad" 1884455 1884466 1886688 1886693) (-1051 "SOLVESER.spad" 1882975 1882986 1884445 1884450) (-1050 "SOLVERAD.spad" 1878985 1878996 1882965 1882970) (-1049 "SOLVEFOR.spad" 1877405 1877423 1878975 1878980) (-1048 "SNTSCAT.spad" 1876993 1877010 1877361 1877400) (-1047 "SMTS.spad" 1875253 1875279 1876558 1876655) (-1046 "SMP.spad" 1872695 1872715 1873085 1873212) (-1045 "SMITH.spad" 1871538 1871563 1872685 1872690) (-1044 "SMATCAT.spad" 1869636 1869666 1871470 1871533) (-1043 "SMATCAT.spad" 1867678 1867710 1869514 1869519) (-1042 "SKAGG.spad" 1866627 1866638 1867634 1867673) (-1041 "SINT.spad" 1864935 1864944 1866493 1866622) (-1040 "SIMPAN.spad" 1864663 1864672 1864925 1864930) (-1039 "SIG.spad" 1864260 1864269 1864653 1864658) (-1038 "SIGNRF.spad" 1863368 1863379 1864250 1864255) (-1037 "SIGNEF.spad" 1862637 1862654 1863358 1863363) (-1036 "SHP.spad" 1860555 1860570 1862593 1862598) (-1035 "SHDP.spad" 1851591 1851618 1852100 1852229) (-1034 "SGROUP.spad" 1851057 1851066 1851581 1851586) (-1033 "SGROUP.spad" 1850521 1850532 1851047 1851052) (-1032 "SGCF.spad" 1843402 1843411 1850511 1850516) (-1031 "SFRTCAT.spad" 1842318 1842335 1843358 1843397) (-1030 "SFRGCD.spad" 1841381 1841401 1842308 1842313) (-1029 "SFQCMPK.spad" 1836018 1836038 1841371 1841376) (-1028 "SFORT.spad" 1835453 1835467 1836008 1836013) (-1027 "SEXOF.spad" 1835296 1835336 1835443 1835448) (-1026 "SEX.spad" 1835188 1835197 1835286 1835291) (-1025 "SEXCAT.spad" 1832292 1832332 1835178 1835183) (-1024 "SET.spad" 1830592 1830603 1831713 1831752) (-1023 "SETMN.spad" 1829026 1829043 1830582 1830587) (-1022 "SETCAT.spad" 1828511 1828520 1829016 1829021) (-1021 "SETCAT.spad" 1827994 1828005 1828501 1828506) (-1020 "SETAGG.spad" 1824503 1824514 1827962 1827989) (-1019 "SETAGG.spad" 1821032 1821045 1824493 1824498) (-1018 "SEGXCAT.spad" 1820144 1820157 1821012 1821027) (-1017 "SEG.spad" 1819957 1819968 1820063 1820068) (-1016 "SEGCAT.spad" 1818776 1818787 1819937 1819952) (-1015 "SEGBIND.spad" 1817848 1817859 1818731 1818736) (-1014 "SEGBIND2.spad" 1817544 1817557 1817838 1817843) (-1013 "SEG2.spad" 1816969 1816982 1817500 1817505) (-1012 "SDVAR.spad" 1816245 1816256 1816959 1816964) (-1011 "SDPOL.spad" 1813638 1813649 1813929 1814056) (-1010 "SCPKG.spad" 1811717 1811728 1813628 1813633) (-1009 "SCOPE.spad" 1810862 1810871 1811707 1811712) (-1008 "SCACHE.spad" 1809544 1809555 1810852 1810857) (-1007 "SAOS.spad" 1809416 1809425 1809534 1809539) (-1006 "SAERFFC.spad" 1809129 1809149 1809406 1809411) (-1005 "SAE.spad" 1807307 1807323 1807918 1808053) (-1004 "SAEFACT.spad" 1807008 1807028 1807297 1807302) (-1003 "RURPK.spad" 1804649 1804665 1806998 1807003) (-1002 "RULESET.spad" 1804090 1804114 1804639 1804644) (-1001 "RULE.spad" 1802294 1802318 1804080 1804085) (-1000 "RULECOLD.spad" 1802146 1802159 1802284 1802289) (-999 "RSETGCD.spad" 1798525 1798544 1802136 1802141) (-998 "RSETCAT.spad" 1788298 1788314 1798481 1798520) (-997 "RSETCAT.spad" 1778103 1778121 1788288 1788293) (-996 "RSDCMPK.spad" 1776556 1776575 1778093 1778098) (-995 "RRCC.spad" 1774941 1774970 1776546 1776551) (-994 "RRCC.spad" 1773324 1773355 1774931 1774936) (-993 "RPOLCAT.spad" 1752685 1752699 1773192 1773319) (-992 "RPOLCAT.spad" 1731761 1731777 1752270 1752275) (-991 "ROUTINE.spad" 1727625 1727633 1730408 1730435) (-990 "ROMAN.spad" 1726858 1726866 1727491 1727620) (-989 "ROIRC.spad" 1725939 1725970 1726848 1726853) (-988 "RNS.spad" 1724843 1724851 1725841 1725934) (-987 "RNS.spad" 1723833 1723843 1724833 1724838) (-986 "RNG.spad" 1723569 1723577 1723823 1723828) (-985 "RMODULE.spad" 1723208 1723218 1723559 1723564) (-984 "RMCAT2.spad" 1722617 1722673 1723198 1723203) (-983 "RMATRIX.spad" 1721297 1721315 1721784 1721823) (-982 "RMATCAT.spad" 1716819 1716849 1721241 1721292) (-981 "RMATCAT.spad" 1712243 1712275 1716667 1716672) (-980 "RINTERP.spad" 1712132 1712151 1712233 1712238) (-979 "RING.spad" 1711490 1711498 1712112 1712127) (-978 "RING.spad" 1710856 1710866 1711480 1711485) (-977 "RIDIST.spad" 1710241 1710249 1710846 1710851) (-976 "RGCHAIN.spad" 1708821 1708836 1709726 1709753) (-975 "RF.spad" 1706436 1706446 1708811 1708816) (-974 "RFFACTOR.spad" 1705899 1705909 1706426 1706431) (-973 "RFFACT.spad" 1705635 1705646 1705889 1705894) (-972 "RFDIST.spad" 1704624 1704632 1705625 1705630) (-971 "RETSOL.spad" 1704042 1704054 1704614 1704619) (-970 "RETRACT.spad" 1703392 1703402 1704032 1704037) (-969 "RETRACT.spad" 1702740 1702752 1703382 1703387) (-968 "RESULT.spad" 1700801 1700809 1701387 1701414) (-967 "RESRING.spad" 1700149 1700195 1700739 1700796) (-966 "RESLATC.spad" 1699474 1699484 1700139 1700144) (-965 "REPSQ.spad" 1699204 1699214 1699464 1699469) (-964 "REP.spad" 1696757 1696765 1699194 1699199) (-963 "REPDB.spad" 1696463 1696473 1696747 1696752) (-962 "REP2.spad" 1686036 1686046 1696305 1696310) (-961 "REP1.spad" 1680027 1680037 1685986 1685991) (-960 "REGSET.spad" 1677825 1677841 1679673 1679700) (-959 "REF.spad" 1677155 1677165 1677780 1677785) (-958 "REDORDER.spad" 1676332 1676348 1677145 1677150) (-957 "RECLOS.spad" 1675122 1675141 1675825 1675918) (-956 "REALSOLV.spad" 1674255 1674263 1675112 1675117) (-955 "REAL.spad" 1674128 1674136 1674245 1674250) (-954 "REAL0Q.spad" 1671411 1671425 1674118 1674123) (-953 "REAL0.spad" 1668240 1668254 1671401 1671406) (-952 "RDIV.spad" 1667892 1667916 1668230 1668235) (-951 "RDIST.spad" 1667456 1667466 1667882 1667887) (-950 "RDETRS.spad" 1666253 1666270 1667446 1667451) (-949 "RDETR.spad" 1664361 1664378 1666243 1666248) (-948 "RDEEFS.spad" 1663435 1663451 1664351 1664356) (-947 "RDEEF.spad" 1662432 1662448 1663425 1663430) (-946 "RCFIELD.spad" 1659619 1659627 1662334 1662427) (-945 "RCFIELD.spad" 1656892 1656902 1659609 1659614) (-944 "RCAGG.spad" 1654795 1654805 1656872 1656887) (-943 "RCAGG.spad" 1652635 1652647 1654714 1654719) (-942 "RATRET.spad" 1651996 1652006 1652625 1652630) (-941 "RATFACT.spad" 1651689 1651700 1651986 1651991) (-940 "RANDSRC.spad" 1651009 1651017 1651679 1651684) (-939 "RADUTIL.spad" 1650764 1650772 1650999 1651004) (-938 "RADIX.spad" 1647557 1647570 1649234 1649327) (-937 "RADFF.spad" 1645974 1646010 1646092 1646248) (-936 "RADCAT.spad" 1645568 1645576 1645964 1645969) (-935 "RADCAT.spad" 1645160 1645170 1645558 1645563) (-934 "QUEUE.spad" 1644503 1644513 1644767 1644794) (-933 "QUAT.spad" 1643089 1643099 1643431 1643496) (-932 "QUATCT2.spad" 1642708 1642726 1643079 1643084) (-931 "QUATCAT.spad" 1640873 1640883 1642638 1642703) (-930 "QUATCAT.spad" 1638790 1638802 1640557 1640562) (-929 "QUAGG.spad" 1637604 1637614 1638746 1638785) (-928 "QFORM.spad" 1637067 1637081 1637594 1637599) (-927 "QFCAT.spad" 1635758 1635768 1636957 1637062) (-926 "QFCAT.spad" 1634055 1634067 1635256 1635261) (-925 "QFCAT2.spad" 1633746 1633762 1634045 1634050) (-924 "QEQUAT.spad" 1633303 1633311 1633736 1633741) (-923 "QCMPACK.spad" 1628050 1628069 1633293 1633298) (-922 "QALGSET.spad" 1624125 1624157 1627964 1627969) (-921 "QALGSET2.spad" 1622121 1622139 1624115 1624120) (-920 "PWFFINTB.spad" 1619431 1619452 1622111 1622116) (-919 "PUSHVAR.spad" 1618760 1618779 1619421 1619426) (-918 "PTRANFN.spad" 1614886 1614896 1618750 1618755) (-917 "PTPACK.spad" 1611974 1611984 1614876 1614881) (-916 "PTFUNC2.spad" 1611795 1611809 1611964 1611969) (-915 "PTCAT.spad" 1610877 1610887 1611751 1611790) (-914 "PSQFR.spad" 1610184 1610208 1610867 1610872) (-913 "PSEUDLIN.spad" 1609042 1609052 1610174 1610179) (-912 "PSETPK.spad" 1594475 1594491 1608920 1608925) (-911 "PSETCAT.spad" 1588383 1588406 1594443 1594470) (-910 "PSETCAT.spad" 1582277 1582302 1588339 1588344) (-909 "PSCURVE.spad" 1581260 1581268 1582267 1582272) (-908 "PSCAT.spad" 1580027 1580056 1581158 1581255) (-907 "PSCAT.spad" 1578884 1578915 1580017 1580022) (-906 "PRTITION.spad" 1577727 1577735 1578874 1578879) (-905 "PRS.spad" 1567289 1567306 1577683 1577688) (-904 "PRQAGG.spad" 1566708 1566718 1567245 1567284) (-903 "PROPLOG.spad" 1566111 1566119 1566698 1566703) (-902 "PROPFRML.spad" 1563975 1563986 1566047 1566052) (-901 "PROPERTY.spad" 1563469 1563477 1563965 1563970) (-900 "PRODUCT.spad" 1561149 1561161 1561435 1561490) (-899 "PR.spad" 1559538 1559550 1560243 1560370) (-898 "PRINT.spad" 1559290 1559298 1559528 1559533) (-897 "PRIMES.spad" 1557541 1557551 1559280 1559285) (-896 "PRIMELT.spad" 1555522 1555536 1557531 1557536) (-895 "PRIMCAT.spad" 1555145 1555153 1555512 1555517) (-894 "PRIMARR.spad" 1554150 1554160 1554328 1554355) (-893 "PRIMARR2.spad" 1552873 1552885 1554140 1554145) (-892 "PREASSOC.spad" 1552245 1552257 1552863 1552868) (-891 "PPCURVE.spad" 1551382 1551390 1552235 1552240) (-890 "POLYROOT.spad" 1550154 1550176 1551338 1551343) (-889 "POLY.spad" 1547454 1547464 1547971 1548098) (-888 "POLYLIFT.spad" 1546715 1546738 1547444 1547449) (-887 "POLYCATQ.spad" 1544817 1544839 1546705 1546710) (-886 "POLYCAT.spad" 1538223 1538244 1544685 1544812) (-885 "POLYCAT.spad" 1530931 1530954 1537395 1537400) (-884 "POLY2UP.spad" 1530379 1530393 1530921 1530926) (-883 "POLY2.spad" 1529974 1529986 1530369 1530374) (-882 "POLUTIL.spad" 1528915 1528944 1529930 1529935) (-881 "POLTOPOL.spad" 1527663 1527678 1528905 1528910) (-880 "POINT.spad" 1526504 1526514 1526591 1526618) (-879 "PNTHEORY.spad" 1523170 1523178 1526494 1526499) (-878 "PMTOOLS.spad" 1521927 1521941 1523160 1523165) (-877 "PMSYM.spad" 1521472 1521482 1521917 1521922) (-876 "PMQFCAT.spad" 1521059 1521073 1521462 1521467) (-875 "PMPRED.spad" 1520528 1520542 1521049 1521054) (-874 "PMPREDFS.spad" 1519972 1519994 1520518 1520523) (-873 "PMPLCAT.spad" 1519042 1519060 1519904 1519909) (-872 "PMLSAGG.spad" 1518623 1518637 1519032 1519037) (-871 "PMKERNEL.spad" 1518190 1518202 1518613 1518618) (-870 "PMINS.spad" 1517766 1517776 1518180 1518185) (-869 "PMFS.spad" 1517339 1517357 1517756 1517761) (-868 "PMDOWN.spad" 1516625 1516639 1517329 1517334) (-867 "PMASS.spad" 1515637 1515645 1516615 1516620) (-866 "PMASSFS.spad" 1514606 1514622 1515627 1515632) (-865 "PLOTTOOL.spad" 1514386 1514394 1514596 1514601) (-864 "PLOT.spad" 1509217 1509225 1514376 1514381) (-863 "PLOT3D.spad" 1505637 1505645 1509207 1509212) (-862 "PLOT1.spad" 1504778 1504788 1505627 1505632) (-861 "PLEQN.spad" 1491994 1492021 1504768 1504773) (-860 "PINTERP.spad" 1491610 1491629 1491984 1491989) (-859 "PINTERPA.spad" 1491392 1491408 1491600 1491605) (-858 "PI.spad" 1490999 1491007 1491366 1491387) (-857 "PID.spad" 1489955 1489963 1490925 1490994) (-856 "PICOERCE.spad" 1489612 1489622 1489945 1489950) (-855 "PGROEB.spad" 1488209 1488223 1489602 1489607) (-854 "PGE.spad" 1479462 1479470 1488199 1488204) (-853 "PGCD.spad" 1478344 1478361 1479452 1479457) (-852 "PFRPAC.spad" 1477487 1477497 1478334 1478339) (-851 "PFR.spad" 1474144 1474154 1477389 1477482) (-850 "PFOTOOLS.spad" 1473402 1473418 1474134 1474139) (-849 "PFOQ.spad" 1472772 1472790 1473392 1473397) (-848 "PFO.spad" 1472191 1472218 1472762 1472767) (-847 "PF.spad" 1471765 1471777 1471996 1472089) (-846 "PFECAT.spad" 1469431 1469439 1471691 1471760) (-845 "PFECAT.spad" 1467125 1467135 1469387 1469392) (-844 "PFBRU.spad" 1464995 1465007 1467115 1467120) (-843 "PFBR.spad" 1462533 1462556 1464985 1464990) (-842 "PERM.spad" 1458214 1458224 1462363 1462378) (-841 "PERMGRP.spad" 1452950 1452960 1458204 1458209) (-840 "PERMCAT.spad" 1451502 1451512 1452930 1452945) (-839 "PERMAN.spad" 1450034 1450048 1451492 1451497) (-838 "PENDTREE.spad" 1449307 1449317 1449663 1449668) (-837 "PDRING.spad" 1447798 1447808 1449287 1449302) (-836 "PDRING.spad" 1446297 1446309 1447788 1447793) (-835 "PDEPROB.spad" 1445254 1445262 1446287 1446292) (-834 "PDEPACK.spad" 1439256 1439264 1445244 1445249) (-833 "PDECOMP.spad" 1438718 1438735 1439246 1439251) (-832 "PDECAT.spad" 1437072 1437080 1438708 1438713) (-831 "PCOMP.spad" 1436923 1436936 1437062 1437067) (-830 "PBWLB.spad" 1435505 1435522 1436913 1436918) (-829 "PATTERN.spad" 1429936 1429946 1435495 1435500) (-828 "PATTERN2.spad" 1429672 1429684 1429926 1429931) (-827 "PATTERN1.spad" 1427974 1427990 1429662 1429667) (-826 "PATRES.spad" 1425521 1425533 1427964 1427969) (-825 "PATRES2.spad" 1425183 1425197 1425511 1425516) (-824 "PATMATCH.spad" 1423345 1423376 1424896 1424901) (-823 "PATMAB.spad" 1422770 1422780 1423335 1423340) (-822 "PATLRES.spad" 1421854 1421868 1422760 1422765) (-821 "PATAB.spad" 1421618 1421628 1421844 1421849) (-820 "PARTPERM.spad" 1418980 1418988 1421608 1421613) (-819 "PARSURF.spad" 1418408 1418436 1418970 1418975) (-818 "PARSU2.spad" 1418203 1418219 1418398 1418403) (-817 "script-parser.spad" 1417723 1417731 1418193 1418198) (-816 "PARSCURV.spad" 1417151 1417179 1417713 1417718) (-815 "PARSC2.spad" 1416940 1416956 1417141 1417146) (-814 "PARPCURV.spad" 1416398 1416426 1416930 1416935) (-813 "PARPC2.spad" 1416187 1416203 1416388 1416393) (-812 "PAN2EXPR.spad" 1415599 1415607 1416177 1416182) (-811 "PALETTE.spad" 1414569 1414577 1415589 1415594) (-810 "PAIR.spad" 1413552 1413565 1414157 1414162) (-809 "PADICRC.spad" 1410885 1410903 1412060 1412153) (-808 "PADICRAT.spad" 1408903 1408915 1409124 1409217) (-807 "PADIC.spad" 1408598 1408610 1408829 1408898) (-806 "PADICCT.spad" 1407139 1407151 1408524 1408593) (-805 "PADEPAC.spad" 1405818 1405837 1407129 1407134) (-804 "PADE.spad" 1404558 1404574 1405808 1405813) (-803 "OWP.spad" 1403542 1403572 1404416 1404483) (-802 "OVAR.spad" 1403323 1403346 1403532 1403537) (-801 "OUT.spad" 1402407 1402415 1403313 1403318) (-800 "OUTFORM.spad" 1391821 1391829 1402397 1402402) (-799 "OSI.spad" 1391296 1391304 1391811 1391816) (-798 "OSGROUP.spad" 1391214 1391222 1391286 1391291) (-797 "ORTHPOL.spad" 1389675 1389685 1391131 1391136) (-796 "OREUP.spad" 1389035 1389063 1389357 1389396) (-795 "ORESUP.spad" 1388336 1388360 1388717 1388756) (-794 "OREPCTO.spad" 1386155 1386167 1388256 1388261) (-793 "OREPCAT.spad" 1380212 1380222 1386111 1386150) (-792 "OREPCAT.spad" 1374159 1374171 1380060 1380065) (-791 "ORDSET.spad" 1373325 1373333 1374149 1374154) (-790 "ORDSET.spad" 1372489 1372499 1373315 1373320) (-789 "ORDRING.spad" 1371879 1371887 1372469 1372484) (-788 "ORDRING.spad" 1371277 1371287 1371869 1371874) (-787 "ORDMON.spad" 1371132 1371140 1371267 1371272) (-786 "ORDFUNS.spad" 1370258 1370274 1371122 1371127) (-785 "ORDFIN.spad" 1370192 1370200 1370248 1370253) (-784 "ORDCOMP.spad" 1368660 1368670 1369742 1369771) (-783 "ORDCOMP2.spad" 1367945 1367957 1368650 1368655) (-782 "OPTPROB.spad" 1366525 1366533 1367935 1367940) (-781 "OPTPACK.spad" 1358910 1358918 1366515 1366520) (-780 "OPTCAT.spad" 1356585 1356593 1358900 1358905) (-779 "OPQUERY.spad" 1356134 1356142 1356575 1356580) (-778 "OP.spad" 1355876 1355886 1355956 1356023) (-777 "ONECOMP.spad" 1354624 1354634 1355426 1355455) (-776 "ONECOMP2.spad" 1354042 1354054 1354614 1354619) (-775 "OMSERVER.spad" 1353044 1353052 1354032 1354037) (-774 "OMSAGG.spad" 1352820 1352830 1352988 1353039) (-773 "OMPKG.spad" 1351432 1351440 1352810 1352815) (-772 "OM.spad" 1350397 1350405 1351422 1351427) (-771 "OMLO.spad" 1349822 1349834 1350283 1350322) (-770 "OMEXPR.spad" 1349656 1349666 1349812 1349817) (-769 "OMERR.spad" 1349199 1349207 1349646 1349651) (-768 "OMERRK.spad" 1348233 1348241 1349189 1349194) (-767 "OMENC.spad" 1347577 1347585 1348223 1348228) (-766 "OMDEV.spad" 1341866 1341874 1347567 1347572) (-765 "OMCONN.spad" 1341275 1341283 1341856 1341861) (-764 "OINTDOM.spad" 1341038 1341046 1341201 1341270) (-763 "OFMONOID.spad" 1337225 1337235 1341028 1341033) (-762 "ODVAR.spad" 1336486 1336496 1337215 1337220) (-761 "ODR.spad" 1335934 1335960 1336298 1336447) (-760 "ODPOL.spad" 1333283 1333293 1333623 1333750) (-759 "ODP.spad" 1324455 1324475 1324828 1324957) (-758 "ODETOOLS.spad" 1323038 1323057 1324445 1324450) (-757 "ODESYS.spad" 1320688 1320705 1323028 1323033) (-756 "ODERTRIC.spad" 1316629 1316646 1320645 1320650) (-755 "ODERED.spad" 1316016 1316040 1316619 1316624) (-754 "ODERAT.spad" 1313567 1313584 1316006 1316011) (-753 "ODEPRRIC.spad" 1310458 1310480 1313557 1313562) (-752 "ODEPROB.spad" 1309657 1309665 1310448 1310453) (-751 "ODEPRIM.spad" 1306931 1306953 1309647 1309652) (-750 "ODEPAL.spad" 1306307 1306331 1306921 1306926) (-749 "ODEPACK.spad" 1292909 1292917 1306297 1306302) (-748 "ODEINT.spad" 1292340 1292356 1292899 1292904) (-747 "ODEIFTBL.spad" 1289735 1289743 1292330 1292335) (-746 "ODEEF.spad" 1285102 1285118 1289725 1289730) (-745 "ODECONST.spad" 1284621 1284639 1285092 1285097) (-744 "ODECAT.spad" 1283217 1283225 1284611 1284616) (-743 "OCT.spad" 1281364 1281374 1282080 1282119) (-742 "OCTCT2.spad" 1281008 1281029 1281354 1281359) (-741 "OC.spad" 1278782 1278792 1280964 1281003) (-740 "OC.spad" 1276282 1276294 1278466 1278471) (-739 "OCAMON.spad" 1276130 1276138 1276272 1276277) (-738 "OASGP.spad" 1275945 1275953 1276120 1276125) (-737 "OAMONS.spad" 1275465 1275473 1275935 1275940) (-736 "OAMON.spad" 1275326 1275334 1275455 1275460) (-735 "OAGROUP.spad" 1275188 1275196 1275316 1275321) (-734 "NUMTUBE.spad" 1274775 1274791 1275178 1275183) (-733 "NUMQUAD.spad" 1262637 1262645 1274765 1274770) (-732 "NUMODE.spad" 1253773 1253781 1262627 1262632) (-731 "NUMINT.spad" 1251331 1251339 1253763 1253768) (-730 "NUMFMT.spad" 1250171 1250179 1251321 1251326) (-729 "NUMERIC.spad" 1242244 1242254 1249977 1249982) (-728 "NTSCAT.spad" 1240734 1240750 1242200 1242239) (-727 "NTPOLFN.spad" 1240279 1240289 1240651 1240656) (-726 "NSUP.spad" 1233292 1233302 1237832 1237985) (-725 "NSUP2.spad" 1232684 1232696 1233282 1233287) (-724 "NSMP.spad" 1228883 1228902 1229191 1229318) (-723 "NREP.spad" 1227255 1227269 1228873 1228878) (-722 "NPCOEF.spad" 1226501 1226521 1227245 1227250) (-721 "NORMRETR.spad" 1226099 1226138 1226491 1226496) (-720 "NORMPK.spad" 1224001 1224020 1226089 1226094) (-719 "NORMMA.spad" 1223689 1223715 1223991 1223996) (-718 "NONE.spad" 1223430 1223438 1223679 1223684) (-717 "NONE1.spad" 1223106 1223116 1223420 1223425) (-716 "NODE1.spad" 1222575 1222591 1223096 1223101) (-715 "NNI.spad" 1221462 1221470 1222549 1222570) (-714 "NLINSOL.spad" 1220084 1220094 1221452 1221457) (-713 "NIPROB.spad" 1218567 1218575 1220074 1220079) (-712 "NFINTBAS.spad" 1216027 1216044 1218557 1218562) (-711 "NCODIV.spad" 1214225 1214241 1216017 1216022) (-710 "NCNTFRAC.spad" 1213867 1213881 1214215 1214220) (-709 "NCEP.spad" 1212027 1212041 1213857 1213862) (-708 "NASRING.spad" 1211623 1211631 1212017 1212022) (-707 "NASRING.spad" 1211217 1211227 1211613 1211618) (-706 "NARNG.spad" 1210561 1210569 1211207 1211212) (-705 "NARNG.spad" 1209903 1209913 1210551 1210556) (-704 "NAGSP.spad" 1208976 1208984 1209893 1209898) (-703 "NAGS.spad" 1198501 1198509 1208966 1208971) (-702 "NAGF07.spad" 1196894 1196902 1198491 1198496) (-701 "NAGF04.spad" 1191126 1191134 1196884 1196889) (-700 "NAGF02.spad" 1184935 1184943 1191116 1191121) (-699 "NAGF01.spad" 1180538 1180546 1184925 1184930) (-698 "NAGE04.spad" 1173998 1174006 1180528 1180533) (-697 "NAGE02.spad" 1164340 1164348 1173988 1173993) (-696 "NAGE01.spad" 1160224 1160232 1164330 1164335) (-695 "NAGD03.spad" 1158144 1158152 1160214 1160219) (-694 "NAGD02.spad" 1150675 1150683 1158134 1158139) (-693 "NAGD01.spad" 1144788 1144796 1150665 1150670) (-692 "NAGC06.spad" 1140575 1140583 1144778 1144783) (-691 "NAGC05.spad" 1139044 1139052 1140565 1140570) (-690 "NAGC02.spad" 1138299 1138307 1139034 1139039) (-689 "NAALG.spad" 1137834 1137844 1138267 1138294) (-688 "NAALG.spad" 1137389 1137401 1137824 1137829) (-687 "MULTSQFR.spad" 1134347 1134364 1137379 1137384) (-686 "MULTFACT.spad" 1133730 1133747 1134337 1134342) (-685 "MTSCAT.spad" 1131764 1131785 1133628 1133725) (-684 "MTHING.spad" 1131421 1131431 1131754 1131759) (-683 "MSYSCMD.spad" 1130855 1130863 1131411 1131416) (-682 "MSET.spad" 1128797 1128807 1130561 1130600) (-681 "MSETAGG.spad" 1128630 1128640 1128753 1128792) (-680 "MRING.spad" 1125601 1125613 1128338 1128405) (-679 "MRF2.spad" 1125169 1125183 1125591 1125596) (-678 "MRATFAC.spad" 1124715 1124732 1125159 1125164) (-677 "MPRFF.spad" 1122745 1122764 1124705 1124710) (-676 "MPOLY.spad" 1120183 1120198 1120542 1120669) (-675 "MPCPF.spad" 1119447 1119466 1120173 1120178) (-674 "MPC3.spad" 1119262 1119302 1119437 1119442) (-673 "MPC2.spad" 1118904 1118937 1119252 1119257) (-672 "MONOTOOL.spad" 1117239 1117256 1118894 1118899) (-671 "MONOID.spad" 1116413 1116421 1117229 1117234) (-670 "MONOID.spad" 1115585 1115595 1116403 1116408) (-669 "MONOGEN.spad" 1114331 1114344 1115445 1115580) (-668 "MONOGEN.spad" 1113099 1113114 1114215 1114220) (-667 "MONADWU.spad" 1111113 1111121 1113089 1113094) (-666 "MONADWU.spad" 1109125 1109135 1111103 1111108) (-665 "MONAD.spad" 1108269 1108277 1109115 1109120) (-664 "MONAD.spad" 1107411 1107421 1108259 1108264) (-663 "MOEBIUS.spad" 1106097 1106111 1107391 1107406) (-662 "MODULE.spad" 1105967 1105977 1106065 1106092) (-661 "MODULE.spad" 1105857 1105869 1105957 1105962) (-660 "MODRING.spad" 1105188 1105227 1105837 1105852) (-659 "MODOP.spad" 1103847 1103859 1105010 1105077) (-658 "MODMONOM.spad" 1103379 1103397 1103837 1103842) (-657 "MODMON.spad" 1100084 1100100 1100860 1101013) (-656 "MODFIELD.spad" 1099442 1099481 1099986 1100079) (-655 "MMLFORM.spad" 1098302 1098310 1099432 1099437) (-654 "MMAP.spad" 1098042 1098076 1098292 1098297) (-653 "MLO.spad" 1096469 1096479 1097998 1098037) (-652 "MLIFT.spad" 1095041 1095058 1096459 1096464) (-651 "MKUCFUNC.spad" 1094574 1094592 1095031 1095036) (-650 "MKRECORD.spad" 1094176 1094189 1094564 1094569) (-649 "MKFUNC.spad" 1093557 1093567 1094166 1094171) (-648 "MKFLCFN.spad" 1092513 1092523 1093547 1093552) (-647 "MKCHSET.spad" 1092289 1092299 1092503 1092508) (-646 "MKBCFUNC.spad" 1091774 1091792 1092279 1092284) (-645 "MINT.spad" 1091213 1091221 1091676 1091769) (-644 "MHROWRED.spad" 1089714 1089724 1091203 1091208) (-643 "MFLOAT.spad" 1088159 1088167 1089604 1089709) (-642 "MFINFACT.spad" 1087559 1087581 1088149 1088154) (-641 "MESH.spad" 1085291 1085299 1087549 1087554) (-640 "MDDFACT.spad" 1083484 1083494 1085281 1085286) (-639 "MDAGG.spad" 1082759 1082769 1083452 1083479) (-638 "MCMPLX.spad" 1078739 1078747 1079353 1079554) (-637 "MCDEN.spad" 1077947 1077959 1078729 1078734) (-636 "MCALCFN.spad" 1075049 1075075 1077937 1077942) (-635 "MATSTOR.spad" 1072325 1072335 1075039 1075044) (-634 "MATRIX.spad" 1071029 1071039 1071513 1071540) (-633 "MATLIN.spad" 1068355 1068379 1070913 1070918) (-632 "MATCAT.spad" 1059928 1059950 1068311 1068350) (-631 "MATCAT.spad" 1051385 1051409 1059770 1059775) (-630 "MATCAT2.spad" 1050653 1050701 1051375 1051380) (-629 "MAPPKG3.spad" 1049552 1049566 1050643 1050648) (-628 "MAPPKG2.spad" 1048886 1048898 1049542 1049547) (-627 "MAPPKG1.spad" 1047704 1047714 1048876 1048881) (-626 "MAPHACK3.spad" 1047512 1047526 1047694 1047699) (-625 "MAPHACK2.spad" 1047277 1047289 1047502 1047507) (-624 "MAPHACK1.spad" 1046907 1046917 1047267 1047272) (-623 "MAGMA.spad" 1044697 1044714 1046897 1046902) (-622 "M3D.spad" 1042395 1042405 1044077 1044082) (-621 "LZSTAGG.spad" 1039613 1039623 1042375 1042390) (-620 "LZSTAGG.spad" 1036839 1036851 1039603 1039608) (-619 "LWORD.spad" 1033544 1033561 1036829 1036834) (-618 "LSQM.spad" 1031772 1031786 1032170 1032221) (-617 "LSPP.spad" 1031305 1031322 1031762 1031767) (-616 "LSMP.spad" 1030145 1030173 1031295 1031300) (-615 "LSMP1.spad" 1027949 1027963 1030135 1030140) (-614 "LSAGG.spad" 1027606 1027616 1027905 1027944) (-613 "LSAGG.spad" 1027295 1027307 1027596 1027601) (-612 "LPOLY.spad" 1026249 1026268 1027151 1027220) (-611 "LPEFRAC.spad" 1025506 1025516 1026239 1026244) (-610 "LO.spad" 1024907 1024921 1025440 1025467) (-609 "LOGIC.spad" 1024509 1024517 1024897 1024902) (-608 "LOGIC.spad" 1024109 1024119 1024499 1024504) (-607 "LODOOPS.spad" 1023027 1023039 1024099 1024104) (-606 "LODO.spad" 1022413 1022429 1022709 1022748) (-605 "LODOF.spad" 1021457 1021474 1022370 1022375) (-604 "LODOCAT.spad" 1020115 1020125 1021413 1021452) (-603 "LODOCAT.spad" 1018771 1018783 1020071 1020076) (-602 "LODO2.spad" 1018046 1018058 1018453 1018492) (-601 "LODO1.spad" 1017448 1017458 1017728 1017767) (-600 "LODEEF.spad" 1016220 1016238 1017438 1017443) (-599 "LNAGG.spad" 1012012 1012022 1016200 1016215) (-598 "LNAGG.spad" 1007778 1007790 1011968 1011973) (-597 "LMOPS.spad" 1004514 1004531 1007768 1007773) (-596 "LMODULE.spad" 1004156 1004166 1004504 1004509) (-595 "LMDICT.spad" 1003439 1003449 1003707 1003734) (-594 "LIST.spad" 1001157 1001167 1002586 1002613) (-593 "LIST3.spad" 1000448 1000462 1001147 1001152) (-592 "LIST2.spad" 999088 999100 1000438 1000443) (-591 "LIST2MAP.spad" 995965 995977 999078 999083) (-590 "LINEXP.spad" 995397 995407 995945 995960) (-589 "LINDEP.spad" 994174 994186 995309 995314) (-588 "LIMITRF.spad" 992088 992098 994164 994169) (-587 "LIMITPS.spad" 990971 990984 992078 992083) (-586 "LIE.spad" 988985 988997 990261 990406) (-585 "LIECAT.spad" 988461 988471 988911 988980) (-584 "LIECAT.spad" 987965 987977 988417 988422) (-583 "LIB.spad" 986013 986021 986624 986639) (-582 "LGROBP.spad" 983366 983385 986003 986008) (-581 "LF.spad" 982285 982301 983356 983361) (-580 "LFCAT.spad" 981304 981312 982275 982280) (-579 "LEXTRIPK.spad" 976807 976822 981294 981299) (-578 "LEXP.spad" 974810 974837 976787 976802) (-577 "LEADCDET.spad" 973194 973211 974800 974805) (-576 "LAZM3PK.spad" 971898 971920 973184 973189) (-575 "LAUPOL.spad" 970589 970602 971493 971562) (-574 "LAPLACE.spad" 970162 970178 970579 970584) (-573 "LA.spad" 969602 969616 970084 970123) (-572 "LALG.spad" 969378 969388 969582 969597) (-571 "LALG.spad" 969162 969174 969368 969373) (-570 "KOVACIC.spad" 967875 967892 969152 969157) (-569 "KONVERT.spad" 967597 967607 967865 967870) (-568 "KOERCE.spad" 967334 967344 967587 967592) (-567 "KERNEL.spad" 965869 965879 967118 967123) (-566 "KERNEL2.spad" 965572 965584 965859 965864) (-565 "KDAGG.spad" 964663 964685 965540 965567) (-564 "KDAGG.spad" 963774 963798 964653 964658) (-563 "KAFILE.spad" 962737 962753 962972 962999) (-562 "JORDAN.spad" 960564 960576 962027 962172) (-561 "JAVACODE.spad" 960330 960338 960554 960559) (-560 "IXAGG.spad" 958443 958467 960310 960325) (-559 "IXAGG.spad" 956421 956447 958290 958295) (-558 "IVECTOR.spad" 955194 955209 955349 955376) (-557 "ITUPLE.spad" 954339 954349 955184 955189) (-556 "ITRIGMNP.spad" 953150 953169 954329 954334) (-555 "ITFUN3.spad" 952644 952658 953140 953145) (-554 "ITFUN2.spad" 952374 952386 952634 952639) (-553 "ITAYLOR.spad" 950166 950181 952210 952335) (-552 "ISUPS.spad" 942577 942592 949140 949237) (-551 "ISUMP.spad" 942074 942090 942567 942572) (-550 "ISTRING.spad" 941077 941090 941243 941270) (-549 "IRURPK.spad" 939790 939809 941067 941072) (-548 "IRSN.spad" 937750 937758 939780 939785) (-547 "IRRF2F.spad" 936225 936235 937706 937711) (-546 "IRREDFFX.spad" 935826 935837 936215 936220) (-545 "IROOT.spad" 934157 934167 935816 935821) (-544 "IR.spad" 931947 931961 934013 934040) (-543 "IR2.spad" 930967 930983 931937 931942) (-542 "IR2F.spad" 930167 930183 930957 930962) (-541 "IPRNTPK.spad" 929927 929935 930157 930162) (-540 "IPF.spad" 929492 929504 929732 929825) (-539 "IPADIC.spad" 929253 929279 929418 929487) (-538 "INVLAPLA.spad" 928898 928914 929243 929248) (-537 "INTTR.spad" 922144 922161 928888 928893) (-536 "INTTOOLS.spad" 919856 919872 921719 921724) (-535 "INTSLPE.spad" 919162 919170 919846 919851) (-534 "INTRVL.spad" 918728 918738 919076 919157) (-533 "INTRF.spad" 917092 917106 918718 918723) (-532 "INTRET.spad" 916524 916534 917082 917087) (-531 "INTRAT.spad" 915199 915216 916514 916519) (-530 "INTPM.spad" 913562 913578 914842 914847) (-529 "INTPAF.spad" 911330 911348 913494 913499) (-528 "INTPACK.spad" 901640 901648 911320 911325) (-527 "INT.spad" 901001 901009 901494 901635) (-526 "INTHERTR.spad" 900267 900284 900991 900996) (-525 "INTHERAL.spad" 899933 899957 900257 900262) (-524 "INTHEORY.spad" 896346 896354 899923 899928) (-523 "INTG0.spad" 889809 889827 896278 896283) (-522 "INTFTBL.spad" 883838 883846 889799 889804) (-521 "INTFACT.spad" 882897 882907 883828 883833) (-520 "INTEF.spad" 881212 881228 882887 882892) (-519 "INTDOM.spad" 879827 879835 881138 881207) (-518 "INTDOM.spad" 878504 878514 879817 879822) (-517 "INTCAT.spad" 876757 876767 878418 878499) (-516 "INTBIT.spad" 876260 876268 876747 876752) (-515 "INTALG.spad" 875442 875469 876250 876255) (-514 "INTAF.spad" 874934 874950 875432 875437) (-513 "INTABL.spad" 873452 873483 873615 873642) (-512 "INS.spad" 870848 870856 873354 873447) (-511 "INS.spad" 868330 868340 870838 870843) (-510 "INPSIGN.spad" 867764 867777 868320 868325) (-509 "INPRODPF.spad" 866830 866849 867754 867759) (-508 "INPRODFF.spad" 865888 865912 866820 866825) (-507 "INNMFACT.spad" 864859 864876 865878 865883) (-506 "INMODGCD.spad" 864343 864373 864849 864854) (-505 "INFSP.spad" 862628 862650 864333 864338) (-504 "INFPROD0.spad" 861678 861697 862618 862623) (-503 "INFORM.spad" 858946 858954 861668 861673) (-502 "INFORM1.spad" 858571 858581 858936 858941) (-501 "INFINITY.spad" 858123 858131 858561 858566) (-500 "INEP.spad" 856655 856677 858113 858118) (-499 "INDE.spad" 856384 856401 856645 856650) (-498 "INCRMAPS.spad" 855805 855815 856374 856379) (-497 "INBFF.spad" 851575 851586 855795 855800) (-496 "IMATRIX.spad" 850520 850546 851032 851059) (-495 "IMATQF.spad" 849614 849658 850476 850481) (-494 "IMATLIN.spad" 848219 848243 849570 849575) (-493 "ILIST.spad" 846875 846890 847402 847429) (-492 "IIARRAY2.spad" 846263 846301 846482 846509) (-491 "IFF.spad" 845673 845689 845944 846037) (-490 "IFARRAY.spad" 843160 843175 844856 844883) (-489 "IFAMON.spad" 843022 843039 843116 843121) (-488 "IEVALAB.spad" 842411 842423 843012 843017) (-487 "IEVALAB.spad" 841798 841812 842401 842406) (-486 "IDPO.spad" 841596 841608 841788 841793) (-485 "IDPOAMS.spad" 841352 841364 841586 841591) (-484 "IDPOAM.spad" 841072 841084 841342 841347) (-483 "IDPC.spad" 840006 840018 841062 841067) (-482 "IDPAM.spad" 839751 839763 839996 840001) (-481 "IDPAG.spad" 839498 839510 839741 839746) (-480 "IDECOMP.spad" 836735 836753 839488 839493) (-479 "IDEAL.spad" 831658 831697 836670 836675) (-478 "ICDEN.spad" 830809 830825 831648 831653) (-477 "ICARD.spad" 829998 830006 830799 830804) (-476 "IBPTOOLS.spad" 828591 828608 829988 829993) (-475 "IBITS.spad" 827790 827803 828227 828254) (-474 "IBATOOL.spad" 824665 824684 827780 827785) (-473 "IBACHIN.spad" 823152 823167 824655 824660) (-472 "IARRAY2.spad" 822140 822166 822759 822786) (-471 "IARRAY1.spad" 821185 821200 821323 821350) (-470 "IAN.spad" 819400 819408 821003 821096) (-469 "IALGFACT.spad" 819001 819034 819390 819395) (-468 "HYPCAT.spad" 818425 818433 818991 818996) (-467 "HYPCAT.spad" 817847 817857 818415 818420) (-466 "HOAGG.spad" 815105 815115 817827 817842) (-465 "HOAGG.spad" 812148 812160 814872 814877) (-464 "HEXADEC.spad" 810020 810028 810618 810711) (-463 "HEUGCD.spad" 809035 809046 810010 810015) (-462 "HELLFDIV.spad" 808625 808649 809025 809030) (-461 "HEAP.spad" 808017 808027 808232 808259) (-460 "HDP.spad" 799185 799201 799562 799691) (-459 "HDMP.spad" 796364 796379 796982 797109) (-458 "HB.spad" 794601 794609 796354 796359) (-457 "HASHTBL.spad" 793071 793102 793282 793309) (-456 "HACKPI.spad" 792554 792562 792973 793066) (-455 "GTSET.spad" 791493 791509 792200 792227) (-454 "GSTBL.spad" 790012 790047 790186 790201) (-453 "GSERIES.spad" 787179 787206 788144 788293) (-452 "GROUP.spad" 786353 786361 787159 787174) (-451 "GROUP.spad" 785535 785545 786343 786348) (-450 "GROEBSOL.spad" 784023 784044 785525 785530) (-449 "GRMOD.spad" 782594 782606 784013 784018) (-448 "GRMOD.spad" 781163 781177 782584 782589) (-447 "GRIMAGE.spad" 773768 773776 781153 781158) (-446 "GRDEF.spad" 772147 772155 773758 773763) (-445 "GRAY.spad" 770606 770614 772137 772142) (-444 "GRALG.spad" 769653 769665 770596 770601) (-443 "GRALG.spad" 768698 768712 769643 769648) (-442 "GPOLSET.spad" 768152 768175 768380 768407) (-441 "GOSPER.spad" 767417 767435 768142 768147) (-440 "GMODPOL.spad" 766555 766582 767385 767412) (-439 "GHENSEL.spad" 765624 765638 766545 766550) (-438 "GENUPS.spad" 761725 761738 765614 765619) (-437 "GENUFACT.spad" 761302 761312 761715 761720) (-436 "GENPGCD.spad" 760886 760903 761292 761297) (-435 "GENMFACT.spad" 760338 760357 760876 760881) (-434 "GENEEZ.spad" 758277 758290 760328 760333) (-433 "GDMP.spad" 755298 755315 756074 756201) (-432 "GCNAALG.spad" 749193 749220 755092 755159) (-431 "GCDDOM.spad" 748365 748373 749119 749188) (-430 "GCDDOM.spad" 747599 747609 748355 748360) (-429 "GB.spad" 745117 745155 747555 747560) (-428 "GBINTERN.spad" 741137 741175 745107 745112) (-427 "GBF.spad" 736894 736932 741127 741132) (-426 "GBEUCLID.spad" 734768 734806 736884 736889) (-425 "GAUSSFAC.spad" 734065 734073 734758 734763) (-424 "GALUTIL.spad" 732387 732397 734021 734026) (-423 "GALPOLYU.spad" 730833 730846 732377 732382) (-422 "GALFACTU.spad" 728998 729017 730823 730828) (-421 "GALFACT.spad" 719131 719142 728988 728993) (-420 "FVFUN.spad" 716144 716152 719111 719126) (-419 "FVC.spad" 715186 715194 716124 716139) (-418 "FUNCTION.spad" 715035 715047 715176 715181) (-417 "FT.spad" 713247 713255 715025 715030) (-416 "FTEM.spad" 712410 712418 713237 713242) (-415 "FSUPFACT.spad" 711311 711330 712347 712352) (-414 "FST.spad" 709397 709405 711301 711306) (-413 "FSRED.spad" 708875 708891 709387 709392) (-412 "FSPRMELT.spad" 707699 707715 708832 708837) (-411 "FSPECF.spad" 705776 705792 707689 707694) (-410 "FS.spad" 699827 699837 705540 705771) (-409 "FS.spad" 693669 693681 699384 699389) (-408 "FSINT.spad" 693327 693343 693659 693664) (-407 "FSERIES.spad" 692514 692526 693147 693246) (-406 "FSCINT.spad" 691827 691843 692504 692509) (-405 "FSAGG.spad" 690932 690942 691771 691822) (-404 "FSAGG.spad" 690011 690023 690852 690857) (-403 "FSAGG2.spad" 688710 688726 690001 690006) (-402 "FS2UPS.spad" 683099 683133 688700 688705) (-401 "FS2.spad" 682744 682760 683089 683094) (-400 "FS2EXPXP.spad" 681867 681890 682734 682739) (-399 "FRUTIL.spad" 680809 680819 681857 681862) (-398 "FR.spad" 674506 674516 679836 679905) (-397 "FRNAALG.spad" 669593 669603 674448 674501) (-396 "FRNAALG.spad" 664692 664704 669549 669554) (-395 "FRNAAF2.spad" 664146 664164 664682 664687) (-394 "FRMOD.spad" 663541 663571 664078 664083) (-393 "FRIDEAL.spad" 662736 662757 663521 663536) (-392 "FRIDEAL2.spad" 662338 662370 662726 662731) (-391 "FRETRCT.spad" 661849 661859 662328 662333) (-390 "FRETRCT.spad" 661228 661240 661709 661714) (-389 "FRAMALG.spad" 659556 659569 661184 661223) (-388 "FRAMALG.spad" 657916 657931 659546 659551) (-387 "FRAC.spad" 655019 655029 655422 655595) (-386 "FRAC2.spad" 654622 654634 655009 655014) (-385 "FR2.spad" 653956 653968 654612 654617) (-384 "FPS.spad" 650765 650773 653846 653951) (-383 "FPS.spad" 647602 647612 650685 650690) (-382 "FPC.spad" 646644 646652 647504 647597) (-381 "FPC.spad" 645772 645782 646634 646639) (-380 "FPATMAB.spad" 645524 645534 645752 645767) (-379 "FPARFRAC.spad" 643997 644014 645514 645519) (-378 "FORTRAN.spad" 642503 642546 643987 643992) (-377 "FORT.spad" 641432 641440 642493 642498) (-376 "FORTFN.spad" 638592 638600 641412 641427) (-375 "FORTCAT.spad" 638266 638274 638572 638587) (-374 "FORMULA.spad" 635604 635612 638256 638261) (-373 "FORMULA1.spad" 635083 635093 635594 635599) (-372 "FORDER.spad" 634774 634798 635073 635078) (-371 "FOP.spad" 633975 633983 634764 634769) (-370 "FNLA.spad" 633399 633421 633943 633970) (-369 "FNCAT.spad" 631727 631735 633389 633394) (-368 "FNAME.spad" 631619 631627 631717 631722) (-367 "FMTC.spad" 631417 631425 631545 631614) (-366 "FMONOID.spad" 628472 628482 631373 631378) (-365 "FM.spad" 628167 628179 628406 628433) (-364 "FMFUN.spad" 625187 625195 628147 628162) (-363 "FMC.spad" 624229 624237 625167 625182) (-362 "FMCAT.spad" 621883 621901 624197 624224) (-361 "FM1.spad" 621240 621252 621817 621844) (-360 "FLOATRP.spad" 618961 618975 621230 621235) (-359 "FLOAT.spad" 612125 612133 618827 618956) (-358 "FLOATCP.spad" 609542 609556 612115 612120) (-357 "FLINEXP.spad" 609254 609264 609522 609537) (-356 "FLINEXP.spad" 608920 608932 609190 609195) (-355 "FLASORT.spad" 608240 608252 608910 608915) (-354 "FLALG.spad" 605886 605905 608166 608235) (-353 "FLAGG.spad" 602892 602902 605854 605881) (-352 "FLAGG.spad" 599811 599823 602775 602780) (-351 "FLAGG2.spad" 598492 598508 599801 599806) (-350 "FINRALG.spad" 596521 596534 598448 598487) (-349 "FINRALG.spad" 594476 594491 596405 596410) (-348 "FINITE.spad" 593628 593636 594466 594471) (-347 "FINAALG.spad" 582609 582619 593570 593623) (-346 "FINAALG.spad" 571602 571614 582565 582570) (-345 "FILE.spad" 571185 571195 571592 571597) (-344 "FILECAT.spad" 569703 569720 571175 571180) (-343 "FIELD.spad" 569109 569117 569605 569698) (-342 "FIELD.spad" 568601 568611 569099 569104) (-341 "FGROUP.spad" 567210 567220 568581 568596) (-340 "FGLMICPK.spad" 565997 566012 567200 567205) (-339 "FFX.spad" 565372 565387 565713 565806) (-338 "FFSLPE.spad" 564861 564882 565362 565367) (-337 "FFPOLY.spad" 556113 556124 564851 564856) (-336 "FFPOLY2.spad" 555173 555190 556103 556108) (-335 "FFP.spad" 554570 554590 554889 554982) (-334 "FF.spad" 554018 554034 554251 554344) (-333 "FFNBX.spad" 552530 552550 553734 553827) (-332 "FFNBP.spad" 551043 551060 552246 552339) (-331 "FFNB.spad" 549508 549529 550724 550817) (-330 "FFINTBAS.spad" 546922 546941 549498 549503) (-329 "FFIELDC.spad" 544497 544505 546824 546917) (-328 "FFIELDC.spad" 542158 542168 544487 544492) (-327 "FFHOM.spad" 540906 540923 542148 542153) (-326 "FFF.spad" 538341 538352 540896 540901) (-325 "FFCGX.spad" 537188 537208 538057 538150) (-324 "FFCGP.spad" 536077 536097 536904 536997) (-323 "FFCG.spad" 534869 534890 535758 535851) (-322 "FFCAT.spad" 527770 527792 534708 534864) (-321 "FFCAT.spad" 520750 520774 527690 527695) (-320 "FFCAT2.spad" 520495 520535 520740 520745) (-319 "FEXPR.spad" 512208 512254 520255 520294) (-318 "FEVALAB.spad" 511914 511924 512198 512203) (-317 "FEVALAB.spad" 511405 511417 511691 511696) (-316 "FDIV.spad" 510847 510871 511395 511400) (-315 "FDIVCAT.spad" 508889 508913 510837 510842) (-314 "FDIVCAT.spad" 506929 506955 508879 508884) (-313 "FDIV2.spad" 506583 506623 506919 506924) (-312 "FCPAK1.spad" 505136 505144 506573 506578) (-311 "FCOMP.spad" 504515 504525 505126 505131) (-310 "FC.spad" 494340 494348 504505 504510) (-309 "FAXF.spad" 487275 487289 494242 494335) (-308 "FAXF.spad" 480262 480278 487231 487236) (-307 "FARRAY.spad" 478408 478418 479445 479472) (-306 "FAMR.spad" 476528 476540 478306 478403) (-305 "FAMR.spad" 474632 474646 476412 476417) (-304 "FAMONOID.spad" 474282 474292 474586 474591) (-303 "FAMONC.spad" 472504 472516 474272 474277) (-302 "FAGROUP.spad" 472110 472120 472400 472427) (-301 "FACUTIL.spad" 470306 470323 472100 472105) (-300 "FACTFUNC.spad" 469482 469492 470296 470301) (-299 "EXPUPXS.spad" 466315 466338 467614 467763) (-298 "EXPRTUBE.spad" 463543 463551 466305 466310) (-297 "EXPRODE.spad" 460415 460431 463533 463538) (-296 "EXPR.spad" 455717 455727 456431 456834) (-295 "EXPR2UPS.spad" 451809 451822 455707 455712) (-294 "EXPR2.spad" 451512 451524 451799 451804) (-293 "EXPEXPAN.spad" 448453 448478 449087 449180) (-292 "EXIT.spad" 448124 448132 448443 448448) (-291 "EVALCYC.spad" 447582 447596 448114 448119) (-290 "EVALAB.spad" 447146 447156 447572 447577) (-289 "EVALAB.spad" 446708 446720 447136 447141) (-288 "EUCDOM.spad" 444250 444258 446634 446703) (-287 "EUCDOM.spad" 441854 441864 444240 444245) (-286 "ESTOOLS.spad" 433694 433702 441844 441849) (-285 "ESTOOLS2.spad" 433295 433309 433684 433689) (-284 "ESTOOLS1.spad" 432980 432991 433285 433290) (-283 "ES.spad" 425527 425535 432970 432975) (-282 "ES.spad" 417982 417992 425427 425432) (-281 "ESCONT.spad" 414755 414763 417972 417977) (-280 "ESCONT1.spad" 414504 414516 414745 414750) (-279 "ES2.spad" 413999 414015 414494 414499) (-278 "ES1.spad" 413565 413581 413989 413994) (-277 "ERROR.spad" 410886 410894 413555 413560) (-276 "EQTBL.spad" 409358 409380 409567 409594) (-275 "EQ.spad" 404242 404252 407041 407150) (-274 "EQ2.spad" 403958 403970 404232 404237) (-273 "EP.spad" 400272 400282 403948 403953) (-272 "ENV.spad" 398974 398982 400262 400267) (-271 "ENTIRER.spad" 398642 398650 398918 398969) (-270 "EMR.spad" 397843 397884 398568 398637) (-269 "ELTAGG.spad" 396083 396102 397833 397838) (-268 "ELTAGG.spad" 394287 394308 396039 396044) (-267 "ELTAB.spad" 393734 393752 394277 394282) (-266 "ELFUTS.spad" 393113 393132 393724 393729) (-265 "ELEMFUN.spad" 392802 392810 393103 393108) (-264 "ELEMFUN.spad" 392489 392499 392792 392797) (-263 "ELAGG.spad" 390420 390430 392457 392484) (-262 "ELAGG.spad" 388300 388312 390339 390344) (-261 "ELABEXPR.spad" 387231 387239 388290 388295) (-260 "EFUPXS.spad" 384007 384037 387187 387192) (-259 "EFULS.spad" 380843 380866 383963 383968) (-258 "EFSTRUC.spad" 378798 378814 380833 380838) (-257 "EF.spad" 373564 373580 378788 378793) (-256 "EAB.spad" 371840 371848 373554 373559) (-255 "E04UCFA.spad" 371376 371384 371830 371835) (-254 "E04NAFA.spad" 370953 370961 371366 371371) (-253 "E04MBFA.spad" 370533 370541 370943 370948) (-252 "E04JAFA.spad" 370069 370077 370523 370528) (-251 "E04GCFA.spad" 369605 369613 370059 370064) (-250 "E04FDFA.spad" 369141 369149 369595 369600) (-249 "E04DGFA.spad" 368677 368685 369131 369136) (-248 "E04AGNT.spad" 364519 364527 368667 368672) (-247 "DVARCAT.spad" 361204 361214 364509 364514) (-246 "DVARCAT.spad" 357887 357899 361194 361199) (-245 "DSMP.spad" 355321 355335 355626 355753) (-244 "DROPT.spad" 349266 349274 355311 355316) (-243 "DROPT1.spad" 348929 348939 349256 349261) (-242 "DROPT0.spad" 343756 343764 348919 348924) (-241 "DRAWPT.spad" 341911 341919 343746 343751) (-240 "DRAW.spad" 334511 334524 341901 341906) (-239 "DRAWHACK.spad" 333819 333829 334501 334506) (-238 "DRAWCX.spad" 331261 331269 333809 333814) (-237 "DRAWCURV.spad" 330798 330813 331251 331256) (-236 "DRAWCFUN.spad" 319970 319978 330788 330793) (-235 "DQAGG.spad" 318126 318136 319926 319965) (-234 "DPOLCAT.spad" 313467 313483 317994 318121) (-233 "DPOLCAT.spad" 308894 308912 313423 313428) (-232 "DPMO.spad" 302244 302260 302382 302678) (-231 "DPMM.spad" 295607 295625 295732 296028) (-230 "DOMAIN.spad" 294878 294886 295597 295602) (-229 "DMP.spad" 292103 292118 292675 292802) (-228 "DLP.spad" 291451 291461 292093 292098) (-227 "DLIST.spad" 289863 289873 290634 290661) (-226 "DLAGG.spad" 288264 288274 289843 289858) (-225 "DIVRING.spad" 287711 287719 288208 288259) (-224 "DIVRING.spad" 287202 287212 287701 287706) (-223 "DISPLAY.spad" 285382 285390 287192 287197) (-222 "DIRPROD.spad" 276287 276303 276927 277056) (-221 "DIRPROD2.spad" 275095 275113 276277 276282) (-220 "DIRPCAT.spad" 274027 274043 274949 275090) (-219 "DIRPCAT.spad" 272699 272717 273623 273628) (-218 "DIOSP.spad" 271524 271532 272689 272694) (-217 "DIOPS.spad" 270496 270506 271492 271519) (-216 "DIOPS.spad" 269454 269466 270452 270457) (-215 "DIFRING.spad" 268746 268754 269434 269449) (-214 "DIFRING.spad" 268046 268056 268736 268741) (-213 "DIFEXT.spad" 267205 267215 268026 268041) (-212 "DIFEXT.spad" 266281 266293 267104 267109) (-211 "DIAGG.spad" 265899 265909 266249 266276) (-210 "DIAGG.spad" 265537 265549 265889 265894) (-209 "DHMATRIX.spad" 263841 263851 264994 265021) (-208 "DFSFUN.spad" 257249 257257 263831 263836) (-207 "DFLOAT.spad" 253772 253780 257139 257244) (-206 "DFINTTLS.spad" 251981 251997 253762 253767) (-205 "DERHAM.spad" 249891 249923 251961 251976) (-204 "DEQUEUE.spad" 249209 249219 249498 249525) (-203 "DEGRED.spad" 248824 248838 249199 249204) (-202 "DEFINTRF.spad" 246349 246359 248814 248819) (-201 "DEFINTEF.spad" 244845 244861 246339 246344) (-200 "DECIMAL.spad" 242729 242737 243315 243408) (-199 "DDFACT.spad" 240528 240545 242719 242724) (-198 "DBLRESP.spad" 240126 240150 240518 240523) (-197 "DBASE.spad" 238698 238708 240116 240121) (-196 "D03FAFA.spad" 238526 238534 238688 238693) (-195 "D03EEFA.spad" 238346 238354 238516 238521) (-194 "D03AGNT.spad" 237426 237434 238336 238341) (-193 "D02EJFA.spad" 236888 236896 237416 237421) (-192 "D02CJFA.spad" 236366 236374 236878 236883) (-191 "D02BHFA.spad" 235856 235864 236356 236361) (-190 "D02BBFA.spad" 235346 235354 235846 235851) (-189 "D02AGNT.spad" 230150 230158 235336 235341) (-188 "D01WGTS.spad" 228469 228477 230140 230145) (-187 "D01TRNS.spad" 228446 228454 228459 228464) (-186 "D01GBFA.spad" 227968 227976 228436 228441) (-185 "D01FCFA.spad" 227490 227498 227958 227963) (-184 "D01ASFA.spad" 226958 226966 227480 227485) (-183 "D01AQFA.spad" 226404 226412 226948 226953) (-182 "D01APFA.spad" 225828 225836 226394 226399) (-181 "D01ANFA.spad" 225322 225330 225818 225823) (-180 "D01AMFA.spad" 224832 224840 225312 225317) (-179 "D01ALFA.spad" 224372 224380 224822 224827) (-178 "D01AKFA.spad" 223898 223906 224362 224367) (-177 "D01AJFA.spad" 223421 223429 223888 223893) (-176 "D01AGNT.spad" 219480 219488 223411 223416) (-175 "CYCLOTOM.spad" 218986 218994 219470 219475) (-174 "CYCLES.spad" 215818 215826 218976 218981) (-173 "CVMP.spad" 215235 215245 215808 215813) (-172 "CTRIGMNP.spad" 213725 213741 215225 215230) (-171 "CTORCALL.spad" 213313 213321 213715 213720) (-170 "CSTTOOLS.spad" 212556 212569 213303 213308) (-169 "CRFP.spad" 206260 206273 212546 212551) (-168 "CRAPACK.spad" 205303 205313 206250 206255) (-167 "CPMATCH.spad" 204803 204818 205228 205233) (-166 "CPIMA.spad" 204508 204527 204793 204798) (-165 "COORDSYS.spad" 199401 199411 204498 204503) (-164 "CONTOUR.spad" 198803 198811 199391 199396) (-163 "CONTFRAC.spad" 194415 194425 198705 198798) (-162 "COMRING.spad" 194089 194097 194353 194410) (-161 "COMPPROP.spad" 193603 193611 194079 194084) (-160 "COMPLPAT.spad" 193370 193385 193593 193598) (-159 "COMPLEX.spad" 187403 187413 187647 187908) (-158 "COMPLEX2.spad" 187116 187128 187393 187398) (-157 "COMPFACT.spad" 186718 186732 187106 187111) (-156 "COMPCAT.spad" 184774 184784 186440 186713) (-155 "COMPCAT.spad" 182537 182549 184205 184210) (-154 "COMMUPC.spad" 182283 182301 182527 182532) (-153 "COMMONOP.spad" 181816 181824 182273 182278) (-152 "COMM.spad" 181625 181633 181806 181811) (-151 "COMBOPC.spad" 180530 180538 181615 181620) (-150 "COMBINAT.spad" 179275 179285 180520 180525) (-149 "COMBF.spad" 176643 176659 179265 179270) (-148 "COLOR.spad" 175480 175488 176633 176638) (-147 "CMPLXRT.spad" 175189 175206 175470 175475) (-146 "CLIP.spad" 171281 171289 175179 175184) (-145 "CLIF.spad" 169920 169936 171237 171276) (-144 "CLAGG.spad" 166395 166405 169900 169915) (-143 "CLAGG.spad" 162751 162763 166258 166263) (-142 "CINTSLPE.spad" 162076 162089 162741 162746) (-141 "CHVAR.spad" 160154 160176 162066 162071) (-140 "CHARZ.spad" 160069 160077 160134 160149) (-139 "CHARPOL.spad" 159577 159587 160059 160064) (-138 "CHARNZ.spad" 159330 159338 159557 159572) (-137 "CHAR.spad" 157198 157206 159320 159325) (-136 "CFCAT.spad" 156514 156522 157188 157193) (-135 "CDEN.spad" 155672 155686 156504 156509) (-134 "CCLASS.spad" 153821 153829 155083 155122) (-133 "CATEGORY.spad" 153600 153608 153811 153816) (-132 "CARTEN.spad" 148703 148727 153590 153595) (-131 "CARTEN2.spad" 148089 148116 148693 148698) (-130 "CARD.spad" 145378 145386 148063 148084) (-129 "CACHSET.spad" 145000 145008 145368 145373) (-128 "CABMON.spad" 144553 144561 144990 144995) (-127 "BYTE.spad" 143947 143955 144543 144548) (-126 "BYTEARY.spad" 143022 143030 143116 143143) (-125 "BTREE.spad" 142091 142101 142629 142656) (-124 "BTOURN.spad" 141094 141104 141698 141725) (-123 "BTCAT.spad" 140470 140480 141050 141089) (-122 "BTCAT.spad" 139878 139890 140460 140465) (-121 "BTAGG.spad" 138894 138902 139834 139873) (-120 "BTAGG.spad" 137942 137952 138884 138889) (-119 "BSTREE.spad" 136677 136687 137549 137576) (-118 "BRILL.spad" 134872 134883 136667 136672) (-117 "BRAGG.spad" 133786 133796 134852 134867) (-116 "BRAGG.spad" 132674 132686 133742 133747) (-115 "BPADICRT.spad" 130658 130670 130913 131006) (-114 "BPADIC.spad" 130322 130334 130584 130653) (-113 "BOUNDZRO.spad" 129978 129995 130312 130317) (-112 "BOP.spad" 125442 125450 129968 129973) (-111 "BOP1.spad" 122828 122838 125398 125403) (-110 "BOOLEAN.spad" 122091 122099 122818 122823) (-109 "BMODULE.spad" 121803 121815 122059 122086) (-108 "BITS.spad" 121222 121230 121439 121466) (-107 "BINFILE.spad" 120565 120573 121212 121217) (-106 "BINDING.spad" 119984 119992 120555 120560) (-105 "BINARY.spad" 117877 117885 118454 118547) (-104 "BGAGG.spad" 117062 117072 117845 117872) (-103 "BGAGG.spad" 116267 116279 117052 117057) (-102 "BFUNCT.spad" 115831 115839 116247 116262) (-101 "BEZOUT.spad" 114965 114992 115781 115786) (-100 "BBTREE.spad" 111784 111794 114572 114599) (-99 "BASTYPE.spad" 111457 111464 111774 111779) (-98 "BASTYPE.spad" 111128 111137 111447 111452) (-97 "BALFACT.spad" 110568 110580 111118 111123) (-96 "AUTOMOR.spad" 110015 110024 110548 110563) (-95 "ATTREG.spad" 106734 106741 109767 110010) (-94 "ATTRBUT.spad" 102757 102764 106714 106729) (-93 "ATRIG.spad" 102227 102234 102747 102752) (-92 "ATRIG.spad" 101695 101704 102217 102222) (-91 "ASTCAT.spad" 101599 101606 101685 101690) (-90 "ASTCAT.spad" 101501 101510 101589 101594) (-89 "ASTACK.spad" 100834 100843 101108 101135) (-88 "ASSOCEQ.spad" 99634 99645 100790 100795) (-87 "ASP9.spad" 98715 98728 99624 99629) (-86 "ASP8.spad" 97758 97771 98705 98710) (-85 "ASP80.spad" 97080 97093 97748 97753) (-84 "ASP7.spad" 96240 96253 97070 97075) (-83 "ASP78.spad" 95691 95704 96230 96235) (-82 "ASP77.spad" 95060 95073 95681 95686) (-81 "ASP74.spad" 94152 94165 95050 95055) (-80 "ASP73.spad" 93423 93436 94142 94147) (-79 "ASP6.spad" 92055 92068 93413 93418) (-78 "ASP55.spad" 90564 90577 92045 92050) (-77 "ASP50.spad" 88381 88394 90554 90559) (-76 "ASP4.spad" 87676 87689 88371 88376) (-75 "ASP49.spad" 86675 86688 87666 87671) (-74 "ASP42.spad" 85082 85121 86665 86670) (-73 "ASP41.spad" 83661 83700 85072 85077) (-72 "ASP35.spad" 82649 82662 83651 83656) (-71 "ASP34.spad" 81950 81963 82639 82644) (-70 "ASP33.spad" 81510 81523 81940 81945) (-69 "ASP31.spad" 80650 80663 81500 81505) (-68 "ASP30.spad" 79542 79555 80640 80645) (-67 "ASP29.spad" 79008 79021 79532 79537) (-66 "ASP28.spad" 70281 70294 78998 79003) (-65 "ASP27.spad" 69178 69191 70271 70276) (-64 "ASP24.spad" 68265 68278 69168 69173) (-63 "ASP20.spad" 67481 67494 68255 68260) (-62 "ASP1.spad" 66862 66875 67471 67476) (-61 "ASP19.spad" 61548 61561 66852 66857) (-60 "ASP12.spad" 60962 60975 61538 61543) (-59 "ASP10.spad" 60233 60246 60952 60957) (-58 "ARRAY2.spad" 59593 59602 59840 59867) (-57 "ARRAY1.spad" 58428 58437 58776 58803) (-56 "ARRAY12.spad" 57097 57108 58418 58423) (-55 "ARR2CAT.spad" 52747 52768 57053 57092) (-54 "ARR2CAT.spad" 48429 48452 52737 52742) (-53 "APPRULE.spad" 47673 47695 48419 48424) (-52 "APPLYORE.spad" 47288 47301 47663 47668) (-51 "ANY.spad" 45630 45637 47278 47283) (-50 "ANY1.spad" 44701 44710 45620 45625) (-49 "ANTISYM.spad" 43140 43156 44681 44696) (-48 "ANON.spad" 42837 42844 43130 43135) (-47 "AN.spad" 41140 41147 42655 42748) (-46 "AMR.spad" 39319 39330 41038 41135) (-45 "AMR.spad" 37335 37348 39056 39061) (-44 "ALIST.spad" 34747 34768 35097 35124) (-43 "ALGSC.spad" 33870 33896 34619 34672) (-42 "ALGPKG.spad" 29579 29590 33826 33831) (-41 "ALGMFACT.spad" 28768 28782 29569 29574) (-40 "ALGMANIP.spad" 26189 26204 28566 28571) (-39 "ALGFF.spad" 24507 24534 24724 24880) (-38 "ALGFACT.spad" 23628 23638 24497 24502) (-37 "ALGEBRA.spad" 23359 23368 23584 23623) (-36 "ALGEBRA.spad" 23122 23133 23349 23354) (-35 "ALAGG.spad" 22620 22641 23078 23117) (-34 "AHYP.spad" 22001 22008 22610 22615) (-33 "AGG.spad" 20300 20307 21981 21996) (-32 "AGG.spad" 18573 18582 20256 20261) (-31 "AF.spad" 16999 17014 18509 18514) (-30 "ACPLOT.spad" 15570 15577 16989 16994) (-29 "ACFS.spad" 13309 13318 15460 15565) (-28 "ACFS.spad" 11146 11157 13299 13304) (-27 "ACF.spad" 7748 7755 11048 11141) (-26 "ACF.spad" 4436 4445 7738 7743) (-25 "ABELSG.spad" 3977 3984 4426 4431) (-24 "ABELSG.spad" 3516 3525 3967 3972) (-23 "ABELMON.spad" 3059 3066 3506 3511) (-22 "ABELMON.spad" 2600 2609 3049 3054) (-21 "ABELGRP.spad" 2172 2179 2590 2595) (-20 "ABELGRP.spad" 1742 1751 2162 2167) (-19 "A1AGG.spad" 870 879 1698 1737) (-18 "A1AGG.spad" 30 41 860 865)) \ No newline at end of file
diff --git a/src/share/algebra/category.daase b/src/share/algebra/category.daase
index ba964731..4511fb58 100644
--- a/src/share/algebra/category.daase
+++ b/src/share/algebra/category.daase
@@ -1,3223 +1,3223 @@
-(143295 . 3427192343)
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((#0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) #0#) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
+(143295 . 3427377772)
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((#0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) #0#) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
(((|#2| |#2|) . T))
-((((-525)) . T))
-((($ $) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))) ((|#2| |#2|) . T) ((#0=(-385 (-525)) #0#) |has| |#2| (-37 (-385 (-525)))))
+((((-527)) . T))
+((($ $) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))) ((|#2| |#2|) . T) ((#0=(-387 (-527)) #0#) |has| |#2| (-37 (-387 (-527)))))
((($) . T))
(((|#1|) . T))
-((($) . T) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
+((($) . T) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
(((|#2|) . T))
-((($) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))) ((|#2|) . T) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))))
-(|has| |#1| (-844))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((($) . T) (((-385 (-525))) . T))
+((($) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))) ((|#2|) . T) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))))
+(|has| |#1| (-846))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((($) . T) (((-387 (-527))) . T))
((($) . T))
((($) . T))
(((|#2| |#2|) . T))
-((((-135)) . T))
-((((-501)) . T) (((-1075)) . T) (((-205)) . T) (((-357)) . T) (((-827 (-357))) . T))
-(((|#1|) . T))
-((((-205)) . T) (((-798)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-((($ $) . T) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1| |#1|) . T))
-(-2067 (|has| |#1| (-762)) (|has| |#1| (-789)))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(|has| |#1| (-787))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+((((-137)) . T))
+((((-503)) . T) (((-1077)) . T) (((-207)) . T) (((-359)) . T) (((-829 (-359))) . T))
+(((|#1|) . T))
+((((-207)) . T) (((-800)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+((($ $) . T) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1| |#1|) . T))
+(-2027 (|has| |#1| (-764)) (|has| |#1| (-791)))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T))
+((((-800)) . T))
+((((-800)) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(|has| |#1| (-789))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#1| |#2| |#3|) . T))
(((|#4|) . T))
-((($) . T) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-((((-798)) . T))
-((((-798)) |has| |#1| (-1020)))
+((($) . T) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+((((-800)) . T))
+((((-800)) |has| |#1| (-1022)))
(((|#1|) . T) ((|#2|) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#2| (-458 (-2827 |#1|) (-713))) . T))
-(((|#1| (-497 (-1092))) . T))
-(((#0=(-805 |#1|) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(|has| |#4| (-346))
-(|has| |#3| (-346))
-(((|#1|) . T))
-((((-805 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#2| (-460 (-2809 |#1|) (-715))) . T))
+(((|#1| (-499 (-1094))) . T))
+(((#0=(-807 |#1|) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(|has| |#4| (-348))
+(|has| |#3| (-348))
+(((|#1|) . T))
+((((-807 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
(((|#1| |#2|) . T))
((($) . T))
-(|has| |#1| (-136))
(|has| |#1| (-138))
-(|has| |#1| (-517))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-((($) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((($) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T))
-((($) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-798)) . T))
-((((-798)) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)) (($) . T) ((|#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((|#1|) . T))
-(((|#1|) . T) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) . T))
-(((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) (($) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
+(|has| |#1| (-140))
+(|has| |#1| (-519))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+((($) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((($) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T))
+((($) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-800)) . T))
+((((-800)) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)) (($) . T) ((|#1|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((|#1|) . T))
+(((|#1|) . T) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) . T))
+(((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) (($) . T))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
(((|#1| |#2|) . T))
-((((-798)) . T))
+((((-800)) . T))
(((|#1|) . T))
-(((#0=(-385 (-525)) #0#) |has| |#2| (-37 (-385 (-525)))) ((|#2| |#2|) . T) (($ $) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
+(((#0=(-387 (-527)) #0#) |has| |#2| (-37 (-387 (-527)))) ((|#2| |#2|) . T) (($ $) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
(((|#1|) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))) ((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))) ((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
((($ $) . T))
(((|#2|) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T) (($) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T) (($) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
((($) . T))
-(|has| |#1| (-346))
+(|has| |#1| (-348))
(((|#1|) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-798)) . T))
-((((-798)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-800)) . T))
+((((-800)) . T))
(((|#1| |#2|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)))
(((|#1| |#1|) . T))
-(|has| |#1| (-517))
-(((|#2| |#2|) -12 (|has| |#1| (-341)) (|has| |#2| (-288 |#2|))) (((-1092) |#2|) -12 (|has| |#1| (-341)) (|has| |#2| (-486 (-1092) |#2|))))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(|has| |#1| (-1020))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(|has| |#1| (-1020))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(|has| |#1| (-787))
-((($) . T) (((-385 (-525))) . T))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-(-2067 (|has| |#4| (-735)) (|has| |#4| (-787)))
-(-2067 (|has| |#4| (-735)) (|has| |#4| (-787)))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
+(|has| |#1| (-519))
+(((|#2| |#2|) -12 (|has| |#1| (-343)) (|has| |#2| (-290 |#2|))) (((-1094) |#2|) -12 (|has| |#1| (-343)) (|has| |#2| (-488 (-1094) |#2|))))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(|has| |#1| (-1022))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(|has| |#1| (-1022))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(|has| |#1| (-789))
+((($) . T) (((-387 (-527))) . T))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+(-2027 (|has| |#4| (-737)) (|has| |#4| (-789)))
+(-2027 (|has| |#4| (-737)) (|has| |#4| (-789)))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-(|has| |#1| (-1020))
-(|has| |#1| (-1020))
-(((|#1| (-1092) (-1010 (-1092)) (-497 (-1010 (-1092)))) . T))
-((((-525) |#1|) . T))
-((((-525)) . T))
-((((-525)) . T))
-((((-845 |#1|)) . T))
-(((|#1| (-497 |#2|)) . T))
-((((-525)) . T))
-((((-525)) . T))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-669)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(((|#1| (-713)) . T))
-(|has| |#2| (-735))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(|has| |#2| (-787))
+(|has| |#1| (-1022))
+(|has| |#1| (-1022))
+(((|#1| (-1094) (-1012 (-1094)) (-499 (-1012 (-1094)))) . T))
+((((-527) |#1|) . T))
+((((-527)) . T))
+((((-527)) . T))
+((((-847 |#1|)) . T))
+(((|#1| (-499 |#2|)) . T))
+((((-527)) . T))
+((((-527)) . T))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-671)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(((|#1| (-715)) . T))
+(|has| |#2| (-737))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(|has| |#2| (-789))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
-((((-1075) |#1|) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
+((((-1077) |#1|) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
(((|#1|) . T))
-(((|#3| (-713)) . T))
+(((|#3| (-715)) . T))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(|has| |#1| (-1020))
-((((-385 (-525))) . T) (((-525)) . T))
-((((-1092) |#2|) |has| |#2| (-486 (-1092) |#2|)) ((|#2| |#2|) |has| |#2| (-288 |#2|)))
-((((-385 (-525))) . T) (((-525)) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(|has| |#1| (-1022))
+((((-387 (-527))) . T) (((-527)) . T))
+((((-1094) |#2|) |has| |#2| (-488 (-1094) |#2|)) ((|#2| |#2|) |has| |#2| (-290 |#2|)))
+((((-387 (-527))) . T) (((-527)) . T))
(((|#1|) . T) (($) . T))
-((((-525)) . T))
-((((-525)) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#1|) |has| |#1| (-160)))
-((((-525)) . T))
-((((-525)) . T))
-(((#0=(-641) (-1088 #0#)) . T))
-((((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-((((-525) |#1|) . T))
-((($) . T) (((-525)) . T) (((-385 (-525))) . T))
-(((|#1|) . T))
-(|has| |#2| (-341))
+((((-527)) . T))
+((((-527)) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#1|) |has| |#1| (-162)))
+((((-527)) . T))
+((((-527)) . T))
+(((#0=(-643) (-1090 #0#)) . T))
+((((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+((((-527) |#1|) . T))
+((($) . T) (((-527)) . T) (((-387 (-527))) . T))
+(((|#1|) . T))
+(|has| |#2| (-343))
(((|#1|) . T))
(((|#1| |#2|) . T))
-((((-798)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-1075) |#1|) . T))
+((((-800)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-1077) |#1|) . T))
(((|#3| |#3|) . T))
-((((-798)) . T))
-((((-798)) . T))
+((((-800)) . T))
+((((-800)) . T))
(((|#1| |#1|) . T))
-(((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))) ((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((($) -2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977))) ((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-525) |#1|) . T))
-((((-157 (-205))) |has| |#1| (-953)) (((-157 (-357))) |has| |#1| (-953)) (((-501)) |has| |#1| (-567 (-501))) (((-1088 |#1|)) . T) (((-827 (-525))) |has| |#1| (-567 (-827 (-525)))) (((-827 (-357))) |has| |#1| (-567 (-827 (-357)))))
-((((-798)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) ((|#2|) |has| |#1| (-341)) ((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-160)) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))))
-(|has| |#1| (-341))
-(-12 (|has| |#4| (-213)) (|has| |#4| (-977)))
-(-12 (|has| |#3| (-213)) (|has| |#3| (-977)))
-(-2067 (|has| |#4| (-160)) (|has| |#4| (-787)) (|has| |#4| (-977)))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-((((-798)) . T))
-(((|#1|) . T))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-588 (-525))))
-(((|#2|) . T) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#1|) . T) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-(|has| |#1| (-517))
-(|has| |#1| (-517))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#1|) . T))
-(|has| |#1| (-517))
-(|has| |#1| (-517))
-(|has| |#1| (-517))
-((((-641)) . T))
-(((|#1|) . T))
-(-12 (|has| |#1| (-934)) (|has| |#1| (-1114)))
-(((|#2|) . T) (($) . T) (((-385 (-525))) . T))
-(-12 (|has| |#1| (-1020)) (|has| |#2| (-1020)))
-((($) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) . T))
-(((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) (($) . T))
-(((|#3| |#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-977))) (($ $) |has| |#3| (-160)))
-(((|#4| |#4|) -2067 (|has| |#4| (-160)) (|has| |#4| (-341)) (|has| |#4| (-977))) (($ $) |has| |#4| (-160)))
-(((|#1|) . T))
-(((|#2|) . T))
-((((-501)) |has| |#2| (-567 (-501))) (((-827 (-357))) |has| |#2| (-567 (-827 (-357)))) (((-827 (-525))) |has| |#2| (-567 (-827 (-525)))))
-((((-798)) . T))
+(((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))) ((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) . T))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((($) -2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979))) ((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-527) |#1|) . T))
+((((-159 (-207))) |has| |#1| (-955)) (((-159 (-359))) |has| |#1| (-955)) (((-503)) |has| |#1| (-569 (-503))) (((-1090 |#1|)) . T) (((-829 (-527))) |has| |#1| (-569 (-829 (-527)))) (((-829 (-359))) |has| |#1| (-569 (-829 (-359)))))
+((((-800)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) ((|#2|) |has| |#1| (-343)) ((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-162)) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))))
+(|has| |#1| (-343))
+(-12 (|has| |#4| (-215)) (|has| |#4| (-979)))
+(-12 (|has| |#3| (-215)) (|has| |#3| (-979)))
+(-2027 (|has| |#4| (-162)) (|has| |#4| (-789)) (|has| |#4| (-979)))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+((((-800)) . T))
+(((|#1|) . T))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-590 (-527))))
+(((|#2|) . T) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#1|) . T) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+(|has| |#1| (-519))
+(|has| |#1| (-519))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#1|) . T))
+(|has| |#1| (-519))
+(|has| |#1| (-519))
+(|has| |#1| (-519))
+((((-643)) . T))
+(((|#1|) . T))
+(-12 (|has| |#1| (-936)) (|has| |#1| (-1116)))
+(((|#2|) . T) (($) . T) (((-387 (-527))) . T))
+(-12 (|has| |#1| (-1022)) (|has| |#2| (-1022)))
+((($) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) . T))
+(((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) (($) . T))
+(((|#3| |#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-979))) (($ $) |has| |#3| (-162)))
+(((|#4| |#4|) -2027 (|has| |#4| (-162)) (|has| |#4| (-343)) (|has| |#4| (-979))) (($ $) |has| |#4| (-162)))
+(((|#1|) . T))
+(((|#2|) . T))
+((((-503)) |has| |#2| (-569 (-503))) (((-829 (-359))) |has| |#2| (-569 (-829 (-359)))) (((-829 (-527))) |has| |#2| (-569 (-829 (-527)))))
+((((-800)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-798)) . T))
-((((-501)) |has| |#1| (-567 (-501))) (((-827 (-357))) |has| |#1| (-567 (-827 (-357)))) (((-827 (-525))) |has| |#1| (-567 (-827 (-525)))))
-((((-798)) . T))
-(((|#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-977))) (($) |has| |#3| (-160)))
-(((|#4|) -2067 (|has| |#4| (-160)) (|has| |#4| (-341)) (|has| |#4| (-977))) (($) |has| |#4| (-160)))
-((((-798)) . T))
-((((-501)) . T) (((-525)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-((($) . T) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T))
-((((-385 $) (-385 $)) |has| |#2| (-517)) (($ $) . T) ((|#2| |#2|) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) . T))
-(((|#1|) . T))
-(|has| |#2| (-844))
-((((-1075) (-51)) . T))
-((((-525)) |has| #0=(-385 |#2|) (-588 (-525))) ((#0#) . T))
-((((-501)) . T) (((-205)) . T) (((-357)) . T) (((-827 (-357))) . T))
-((((-798)) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)))
-(((|#1|) |has| |#1| (-160)))
-(((|#1| $) |has| |#1| (-265 |#1| |#1|)))
-((((-798)) . T))
-((((-798)) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-798)) . T))
-(|has| |#1| (-789))
-(|has| |#1| (-1020))
-(((|#1|) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-125)) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((((-125)) . T))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(|has| |#1| (-213))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1| (-497 (-760 (-1092)))) . T))
-(((|#1| (-904)) . T))
-(((#0=(-805 |#1|) $) |has| #0# (-265 #0# #0#)))
-((((-525) |#4|) . T))
-((((-525) |#3|) . T))
+((((-800)) . T))
+((((-503)) |has| |#1| (-569 (-503))) (((-829 (-359))) |has| |#1| (-569 (-829 (-359)))) (((-829 (-527))) |has| |#1| (-569 (-829 (-527)))))
+((((-800)) . T))
+(((|#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-979))) (($) |has| |#3| (-162)))
+(((|#4|) -2027 (|has| |#4| (-162)) (|has| |#4| (-343)) (|has| |#4| (-979))) (($) |has| |#4| (-162)))
+((((-800)) . T))
+((((-503)) . T) (((-527)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+((($) . T) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T))
+((((-387 $) (-387 $)) |has| |#2| (-519)) (($ $) . T) ((|#2| |#2|) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) . T))
+(((|#1|) . T))
+(|has| |#2| (-846))
+((((-1077) (-51)) . T))
+((((-527)) |has| #0=(-387 |#2|) (-590 (-527))) ((#0#) . T))
+((((-503)) . T) (((-207)) . T) (((-359)) . T) (((-829 (-359))) . T))
+((((-800)) . T))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)))
+(((|#1|) |has| |#1| (-162)))
+(((|#1| $) |has| |#1| (-267 |#1| |#1|)))
+((((-800)) . T))
+((((-800)) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-800)) . T))
+(|has| |#1| (-791))
+(|has| |#1| (-1022))
+(((|#1|) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-127)) . T))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((((-127)) . T))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(|has| |#1| (-215))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1| (-499 (-762 (-1094)))) . T))
+(((|#1| (-906)) . T))
+(((#0=(-807 |#1|) $) |has| #0# (-267 #0# #0#)))
+((((-527) |#4|) . T))
+((((-527) |#3|) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
-(|has| |#1| (-1068))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-(|has| (-1160 |#1| |#2| |#3| |#4|) (-136))
-(|has| (-1160 |#1| |#2| |#3| |#4|) (-138))
-(|has| |#1| (-136))
+(|has| |#1| (-1070))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+(|has| (-1162 |#1| |#2| |#3| |#4|) (-138))
+(|has| (-1162 |#1| |#2| |#3| |#4|) (-140))
(|has| |#1| (-138))
-(((|#1|) |has| |#1| (-160)))
-((((-1092)) -12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977))))
+(|has| |#1| (-140))
+(((|#1|) |has| |#1| (-162)))
+((((-1094)) -12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979))))
(((|#2|) . T))
-(|has| |#1| (-1020))
-((((-1075) |#1|) . T))
+(|has| |#1| (-1022))
+((((-1077) |#1|) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-525)) |has| |#2| (-588 (-525))))
-(|has| |#2| (-346))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+(((|#2|) . T) (((-527)) |has| |#2| (-590 (-527))))
+(|has| |#2| (-348))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
((($) . T) ((|#1|) . T))
-(((|#2|) |has| |#2| (-977)))
-((((-798)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((#0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) #0#) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
+(((|#2|) |has| |#2| (-979)))
+((((-800)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((#0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) #0#) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
(((|#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((#0=(-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) #0#) |has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))))
-((((-525) |#1|) . T))
-((((-798)) . T))
-((((-501)) -12 (|has| |#1| (-567 (-501))) (|has| |#2| (-567 (-501)))) (((-827 (-357))) -12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357))))) (((-827 (-525))) -12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525))))))
-((((-798)) . T))
-((((-798)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((#0=(-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) #0#) |has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))))
+((((-527) |#1|) . T))
+((((-800)) . T))
+((((-503)) -12 (|has| |#1| (-569 (-503))) (|has| |#2| (-569 (-503)))) (((-829 (-359))) -12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359))))) (((-829 (-527))) -12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527))))))
+((((-800)) . T))
+((((-800)) . T))
((($) . T))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
((($) . T))
((($) . T))
((($) . T))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-798)) . T))
-((((-798)) . T))
-(|has| (-1159 |#2| |#3| |#4|) (-138))
-(|has| (-1159 |#2| |#3| |#4|) (-136))
-(((|#2|) |has| |#2| (-1020)) (((-525)) -12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) (((-385 (-525))) -12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-800)) . T))
+((((-800)) . T))
+(|has| (-1161 |#2| |#3| |#4|) (-140))
+(|has| (-1161 |#2| |#3| |#4|) (-138))
+(((|#2|) |has| |#2| (-1022)) (((-527)) -12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) (((-387 (-527))) -12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022))))
(((|#1|) . T))
-(|has| |#1| (-1020))
-((((-798)) . T))
+(|has| |#1| (-1022))
+((((-800)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)))
(((|#1|) . T))
-((((-525) |#1|) . T))
-(((|#2|) |has| |#2| (-160)))
-(((|#1|) |has| |#1| (-160)))
+((((-527) |#1|) . T))
+(((|#2|) |has| |#2| (-162)))
+(((|#1|) |has| |#1| (-162)))
(((|#1|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-((((-798)) |has| |#1| (-1020)))
-(-2067 (|has| |#1| (-450)) (|has| |#1| (-669)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)) (|has| |#1| (-1032)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-((((-845 |#1|)) . T))
-((((-385 |#2|) |#3|) . T))
-(|has| |#1| (-15 * (|#1| (-525) |#1|)))
-((((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-789))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+((((-800)) |has| |#1| (-1022)))
+(-2027 (|has| |#1| (-452)) (|has| |#1| (-671)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)) (|has| |#1| (-1034)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+((((-847 |#1|)) . T))
+((((-387 |#2|) |#3|) . T))
+(|has| |#1| (-15 * (|#1| (-527) |#1|)))
+((((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-791))
(((|#1|) . T) (($) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-798)) . T))
-(((|#1|) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)))
-(|has| |#1| (-341))
-(-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))
-(|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))
-(|has| |#1| (-341))
-((((-525)) . T))
-(|has| |#1| (-15 * (|#1| (-713) |#1|)))
-((((-1059 |#2| (-385 (-887 |#1|)))) . T) (((-385 (-887 |#1|))) . T))
-((($) . T))
-(((|#1|) |has| |#1| (-160)) (($) . T))
-(((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) (($) . T))
-(((|#1|) . T))
-((((-525) |#1|) . T))
-(((|#2|) . T))
-(-2067 (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(((|#1|) . T))
-((((-1092)) -12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-762)))
-(-2067 (|has| |#1| (-286)) (|has| |#1| (-341)) (|has| |#1| (-327)) (|has| |#1| (-517)))
-(((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))) ((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))))
-((($ $) |has| |#1| (-517)))
-(((#0=(-641) (-1088 #0#)) . T))
-((((-798)) . T))
-((((-798)) . T) (((-1174 |#4|)) . T))
-((((-798)) . T) (((-1174 |#3|)) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))))
-((($) |has| |#1| (-517)))
-((((-798)) . T))
-((($) . T))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((#1=(-1166 |#1| |#2| |#3|) #1#) |has| |#1| (-341)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)) ((|#1|) . T))
-(((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))))
-(((|#3|) |has| |#3| (-977)))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(|has| |#1| (-1020))
-(((|#2| (-761 |#1|)) . T))
-(((|#1|) . T))
-(|has| |#1| (-341))
-((((-385 $) (-385 $)) |has| |#1| (-517)) (($ $) . T) ((|#1| |#1|) . T))
-(((#0=(-1005) |#2|) . T) ((#0# $) . T) (($ $) . T))
-((((-845 |#1|)) . T))
-((((-135)) . T))
-((((-135)) . T))
-(((|#3|) |has| |#3| (-1020)) (((-525)) -12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020))) (((-385 (-525))) -12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020))))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#1|) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-(|has| |#1| (-341))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-((((-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((|#1| |#1|) |has| |#1| (-288 |#1|)))
-(|has| |#2| (-762))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-787))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-501)) |has| |#1| (-567 (-501))))
+((((-387 (-527))) . T) (($) . T))
+((((-800)) . T))
+(((|#1|) . T))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)))
+(|has| |#1| (-343))
+(-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))
+(|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))
+(|has| |#1| (-343))
+((((-527)) . T))
+(|has| |#1| (-15 * (|#1| (-715) |#1|)))
+((((-1061 |#2| (-387 (-889 |#1|)))) . T) (((-387 (-889 |#1|))) . T))
+((($) . T))
+(((|#1|) |has| |#1| (-162)) (($) . T))
+(((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) (($) . T))
+(((|#1|) . T))
+((((-527) |#1|) . T))
+(((|#2|) . T))
+(-2027 (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(((|#1|) . T))
+((((-1094)) -12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-764)))
+(-2027 (|has| |#1| (-288)) (|has| |#1| (-343)) (|has| |#1| (-329)) (|has| |#1| (-519)))
+(((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))) ((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))))
+((($ $) |has| |#1| (-519)))
+(((#0=(-643) (-1090 #0#)) . T))
+((((-800)) . T))
+((((-800)) . T) (((-1176 |#4|)) . T))
+((((-800)) . T) (((-1176 |#3|)) . T))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))))
+((($) |has| |#1| (-519)))
+((((-800)) . T))
+((($) . T))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((#1=(-1168 |#1| |#2| |#3|) #1#) |has| |#1| (-343)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)) ((|#1|) . T))
+(((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))))
+(((|#3|) |has| |#3| (-979)))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(|has| |#1| (-1022))
+(((|#2| (-763 |#1|)) . T))
+(((|#1|) . T))
+(|has| |#1| (-343))
+((((-387 $) (-387 $)) |has| |#1| (-519)) (($ $) . T) ((|#1| |#1|) . T))
+(((#0=(-1007) |#2|) . T) ((#0# $) . T) (($ $) . T))
+((((-847 |#1|)) . T))
+((((-137)) . T))
+((((-137)) . T))
+(((|#3|) |has| |#3| (-1022)) (((-527)) -12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022))) (((-387 (-527))) -12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022))))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#1|) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+(|has| |#1| (-343))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+((((-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((|#1| |#1|) |has| |#1| (-290 |#1|)))
+(|has| |#2| (-764))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-789))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-503)) |has| |#1| (-569 (-503))))
(((|#1| |#2|) . T))
-((((-1092)) -12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092)))))
-((((-1075) |#1|) . T))
-(((|#1| |#2| |#3| (-497 |#3|)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-((((-798)) . T))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(|has| |#1| (-346))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-((((-525)) . T))
-((((-525)) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-((((-798)) . T))
-((((-798)) . T))
-(-12 (|has| |#2| (-213)) (|has| |#2| (-977)))
-((((-1092) #0=(-805 |#1|)) |has| #0# (-486 (-1092) #0#)) ((#0# #0#) |has| #0# (-288 #0#)))
-(((|#1|) . T))
-((((-525) |#4|) . T))
-((((-525) |#3|) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-588 (-525))))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-((((-1160 |#1| |#2| |#3| |#4|)) . T))
-((((-385 (-525))) . T) (((-525)) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
+((((-1094)) -12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094)))))
+((((-1077) |#1|) . T))
+(((|#1| |#2| |#3| (-499 |#3|)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+((((-800)) . T))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(|has| |#1| (-348))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+((((-527)) . T))
+((((-527)) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+((((-800)) . T))
+((((-800)) . T))
+(-12 (|has| |#2| (-215)) (|has| |#2| (-979)))
+((((-1094) #0=(-807 |#1|)) |has| #0# (-488 (-1094) #0#)) ((#0# #0#) |has| #0# (-290 #0#)))
+(((|#1|) . T))
+((((-527) |#4|) . T))
+((((-527) |#3|) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-590 (-527))))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+((((-1162 |#1| |#2| |#3| |#4|)) . T))
+((((-387 (-527))) . T) (((-527)) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) . T))
-(((|#1|) . T))
-((($) . T) (((-525)) . T) (((-385 (-525))) . T))
-((((-525)) . T))
-((((-525)) . T))
-((($) . T) (((-525)) . T) (((-385 (-525))) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(((#0=(-525) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1|) |has| |#1| (-517)))
-((((-525) |#4|) . T))
-((((-525) |#3|) . T))
-((((-798)) . T))
-((((-525)) . T) (((-385 (-525))) . T) (($) . T))
-((((-798)) . T))
-((((-525) |#1|) . T))
-(((|#1|) . T))
-((($ $) . T) ((#0=(-800 |#1|) $) . T) ((#0# |#2|) . T))
-((($) . T))
-((($ $) . T) ((#0=(-1092) $) . T) ((#0# |#1|) . T))
-(((|#2|) |has| |#2| (-160)))
-((($) -2067 (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))) ((|#2|) |has| |#2| (-160)) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))))
-(((|#2| |#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))) (($ $) |has| |#2| (-160)))
-((((-135)) . T))
-(((|#1|) . T))
-(-12 (|has| |#1| (-346)) (|has| |#2| (-346)))
-((((-798)) . T))
-(((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))) (($) |has| |#2| (-160)))
-(((|#1|) . T))
-((((-798)) . T))
-(|has| |#1| (-1020))
-(|has| $ (-138))
-((((-525) |#1|) . T))
-((($) -2067 (|has| |#1| (-286)) (|has| |#1| (-341)) (|has| |#1| (-327)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092)))))
-(|has| |#1| (-341))
-(-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))
-(|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))
-(|has| |#1| (-341))
-(|has| |#1| (-15 * (|#1| (-713) |#1|)))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-((((-798)) . T))
-((((-525) (-125)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(((|#2| (-497 (-800 |#1|))) . T))
-((((-798)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-((((-538 |#1|)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) . T))
+(((|#1|) . T))
+((($) . T) (((-527)) . T) (((-387 (-527))) . T))
+((((-527)) . T))
+((((-527)) . T))
+((($) . T) (((-527)) . T) (((-387 (-527))) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(((#0=(-527) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1|) |has| |#1| (-519)))
+((((-527) |#4|) . T))
+((((-527) |#3|) . T))
+((((-800)) . T))
+((((-527)) . T) (((-387 (-527))) . T) (($) . T))
+((((-800)) . T))
+((((-527) |#1|) . T))
+(((|#1|) . T))
+((($ $) . T) ((#0=(-802 |#1|) $) . T) ((#0# |#2|) . T))
+((($) . T))
+((($ $) . T) ((#0=(-1094) $) . T) ((#0# |#1|) . T))
+(((|#2|) |has| |#2| (-162)))
+((($) -2027 (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))) ((|#2|) |has| |#2| (-162)) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))))
+(((|#2| |#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))) (($ $) |has| |#2| (-162)))
+((((-137)) . T))
+(((|#1|) . T))
+(-12 (|has| |#1| (-348)) (|has| |#2| (-348)))
+((((-800)) . T))
+(((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))) (($) |has| |#2| (-162)))
+(((|#1|) . T))
+((((-800)) . T))
+(|has| |#1| (-1022))
+(|has| $ (-140))
+((((-527) |#1|) . T))
+((($) -2027 (|has| |#1| (-288)) (|has| |#1| (-343)) (|has| |#1| (-329)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094)))))
+(|has| |#1| (-343))
+(-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))
+(|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))
+(|has| |#1| (-343))
+(|has| |#1| (-15 * (|#1| (-715) |#1|)))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+((((-800)) . T))
+((((-527) (-127)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(((|#2| (-499 (-802 |#1|))) . T))
+((((-800)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+((((-540 |#1|)) . T))
((($) . T))
(((|#1|) . T) (($) . T))
-((((-525)) |has| |#1| (-588 (-525))) ((|#1|) . T))
+((((-527)) |has| |#1| (-590 (-527))) ((|#1|) . T))
(((|#4|) . T))
(((|#3|) . T))
-((((-805 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-((((-1092)) -12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977))))
-(((|#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-525) |#2|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
+((((-807 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+((((-1094)) -12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979))))
+(((|#1|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-527) |#2|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
(((|#1| |#2| |#3| |#4| |#5|) . T))
-(((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))) ((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((#1=(-1090 |#1| |#2| |#3|) #1#) |has| |#1| (-341)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-(((|#2|) |has| |#2| (-977)))
-(|has| |#1| (-1020))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)) ((|#1|) . T))
-(((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) |has| |#1| (-160)) (($) . T))
-(((|#1|) . T))
-(((#0=(-385 (-525)) #0#) |has| |#2| (-37 (-385 (-525)))) ((|#2| |#2|) . T) (($ $) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((((-798)) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
+(((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))) ((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((#1=(-1092 |#1| |#2| |#3|) #1#) |has| |#1| (-343)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+(((|#2|) |has| |#2| (-979)))
+(|has| |#1| (-1022))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)) ((|#1|) . T))
+(((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) |has| |#1| (-162)) (($) . T))
+(((|#1|) . T))
+(((#0=(-387 (-527)) #0#) |has| |#2| (-37 (-387 (-527)))) ((|#2| |#2|) . T) (($ $) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((((-800)) . T))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
((($ $) . T) ((|#2| $) . T) ((|#2| |#1|) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
-(((#0=(-1005) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T) (($) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((($) . T))
-(((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) (($) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#2|) |has| |#1| (-341)))
-(((|#1|) . T))
-(((|#2|) |has| |#2| (-1020)) (((-525)) -12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) (((-385 (-525))) -12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020))))
-((((-525) |#1|) . T))
-((((-798)) . T))
-((((-385 |#2|) |#3|) . T))
-(((|#1| (-385 (-525))) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-136))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
+(((#0=(-1007) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T) (($) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((($) . T))
+(((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) (($) . T))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#2|) |has| |#1| (-343)))
+(((|#1|) . T))
+(((|#2|) |has| |#2| (-1022)) (((-527)) -12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) (((-387 (-527))) -12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022))))
+((((-527) |#1|) . T))
+((((-800)) . T))
+((((-387 |#2|) |#3|) . T))
+(((|#1| (-387 (-527))) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
(|has| |#1| (-138))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-385 (-525))) . T) (($) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-385 (-525))) . T) (($) . T))
-(((|#2| |#3| (-800 |#1|)) . T))
-((((-1092)) |has| |#2| (-835 (-1092))))
-(((|#1|) . T))
-(((|#1| (-497 |#2|) |#2|) . T))
-(((|#1| (-713) (-1005)) . T))
-((((-385 (-525))) |has| |#2| (-341)) (($) . T))
-(((|#1| (-497 (-1010 (-1092))) (-1010 (-1092))) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-669)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(|has| |#2| (-735))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#2| (-787))
-((((-828 |#1|)) . T) (((-761 |#1|)) . T))
-((((-761 (-1092))) . T))
-(((|#1|) . T))
-(((|#2|) . T))
-(((|#2|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-592 (-525))) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-501)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
-(|has| |#1| (-213))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+(|has| |#1| (-140))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-387 (-527))) . T) (($) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-387 (-527))) . T) (($) . T))
+(((|#2| |#3| (-802 |#1|)) . T))
+((((-1094)) |has| |#2| (-837 (-1094))))
+(((|#1|) . T))
+(((|#1| (-499 |#2|) |#2|) . T))
+(((|#1| (-715) (-1007)) . T))
+((((-387 (-527))) |has| |#2| (-343)) (($) . T))
+(((|#1| (-499 (-1012 (-1094))) (-1012 (-1094))) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-671)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(|has| |#2| (-737))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#2| (-789))
+((((-830 |#1|)) . T) (((-763 |#1|)) . T))
+((((-763 (-1094))) . T))
+(((|#1|) . T))
+(((|#2|) . T))
+(((|#2|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-594 (-527))) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-503)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
+(|has| |#1| (-215))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
((($ $) . T))
(((|#1| |#1|) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-1166 |#1| |#2| |#3|) $) -12 (|has| (-1166 |#1| |#2| |#3|) (-265 (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341))) (($ $) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-1168 |#1| |#2| |#3|) $) -12 (|has| (-1168 |#1| |#2| |#3|) (-267 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343))) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1|) . T))
-((((-1057 |#1| |#2|)) |has| (-1057 |#1| |#2|) (-288 (-1057 |#1| |#2|))))
-(((|#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#2|) . T) (((-525)) |has| |#2| (-968 (-525))) (((-385 (-525))) |has| |#2| (-968 (-385 (-525)))))
-(((|#3| |#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
+((((-1059 |#1| |#2|)) |has| (-1059 |#1| |#2|) (-290 (-1059 |#1| |#2|))))
+(((|#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#2|) . T) (((-527)) |has| |#2| (-970 (-527))) (((-387 (-527))) |has| |#2| (-970 (-387 (-527)))))
+(((|#3| |#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
(((|#1|) . T))
(((|#1| |#2|) . T))
((($) . T))
((($) . T))
(((|#2|) . T))
(((|#3|) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-(((|#2|) . T))
-((((-798)) -2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-566 (-798))) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020))) (((-1174 |#2|)) . T))
-(((|#1|) |has| |#1| (-160)))
-((((-525)) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-525) (-135)) . T))
-((($) -2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977))) ((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-517)) (|has| |#1| (-977)))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-517)) (|has| |#1| (-977)))
-(((|#2|) |has| |#1| (-341)))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+(((|#2|) . T))
+((((-800)) -2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-568 (-800))) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022))) (((-1176 |#2|)) . T))
+(((|#1|) |has| |#1| (-162)))
+((((-527)) . T))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-527) (-137)) . T))
+((($) -2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979))) ((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-519)) (|has| |#1| (-979)))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-519)) (|has| |#1| (-979)))
+(((|#2|) |has| |#1| (-343)))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#1| |#1|) . T) (($ $) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#1|) |has| |#1| (-160)))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| (-497 #0=(-1092)) #0#) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#1|) |has| |#1| (-162)))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| (-499 #0=(-1094)) #0#) . T))
(((|#1|) . T) (($) . T))
-(|has| |#4| (-160))
-(|has| |#3| (-160))
-(((#0=(-385 (-887 |#1|)) #0#) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(|has| |#1| (-1020))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(|has| |#1| (-1020))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#1| |#1|) |has| |#1| (-160)))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) . T))
-((((-385 (-887 |#1|))) . T))
-((((-525) (-125)) . T))
-(((|#1|) |has| |#1| (-160)))
-((((-125)) . T))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-((((-798)) . T))
-((((-1160 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-977)) (((-525)) -12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))))
+(|has| |#4| (-162))
+(|has| |#3| (-162))
+(((#0=(-387 (-889 |#1|)) #0#) . T))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(|has| |#1| (-1022))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(|has| |#1| (-1022))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#1| |#1|) |has| |#1| (-162)))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) . T))
+((((-387 (-889 |#1|))) . T))
+((((-527) (-127)) . T))
+(((|#1|) |has| |#1| (-162)))
+((((-127)) . T))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+((((-800)) . T))
+((((-1162 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-979)) (((-527)) -12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))))
(((|#1| |#2|) . T))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-669)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-(|has| |#3| (-735))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
-(|has| |#3| (-787))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) ((|#2|) |has| |#1| (-341)) ((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-160)) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))))
-(((|#2|) . T))
-((((-525) (-125)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-525) |#2|) . T))
-(((|#1| (-1073 |#1|)) |has| |#1| (-787)))
-(|has| |#1| (-1020))
-(((|#1|) . T))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-1068)))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(|has| |#1| (-1020))
-(((|#2|) . T))
-((((-501)) |has| |#2| (-567 (-501))) (((-827 (-357))) |has| |#2| (-567 (-827 (-357)))) (((-827 (-525))) |has| |#2| (-567 (-827 (-525)))))
-(((|#4|) -2067 (|has| |#4| (-160)) (|has| |#4| (-341))))
-(((|#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341))))
-((((-798)) . T))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-844)))
-((($ $) . T) ((#0=(-1092) $) |has| |#1| (-213)) ((#0# |#1|) |has| |#1| (-213)) ((#1=(-760 (-1092)) |#1|) . T) ((#1# $) . T))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-844)))
-((((-525) |#2|) . T))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((($) -2067 (|has| |#3| (-160)) (|has| |#3| (-787)) (|has| |#3| (-977))) ((|#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-977))))
-((((-525) |#1|) . T))
-(|has| (-385 |#2|) (-138))
-(|has| (-385 |#2|) (-136))
-(((|#2|) -12 (|has| |#1| (-341)) (|has| |#2| (-288 |#2|))))
-(|has| |#1| (-37 (-385 (-525))))
-(((|#1|) . T))
-(((|#2|) . T) (($) . T) (((-385 (-525))) . T))
-((((-798)) . T))
-(|has| |#1| (-517))
-(|has| |#1| (-517))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-798)) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-(|has| |#1| (-37 (-385 (-525))))
-((((-366) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#2| (-1068))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(((|#1|) . T))
-((((-366) (-1075)) . T))
-(|has| |#1| (-517))
-((((-112 |#1|)) . T))
-((((-125)) . T))
-((((-525) |#1|) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#2|) . T))
-((((-798)) . T))
-((((-761 |#1|)) . T))
-(((|#2|) |has| |#2| (-160)))
-((((-1092) (-51)) . T))
-(((|#1|) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-517))
-(((|#1|) |has| |#1| (-160)))
-((((-798)) . T))
-((((-501)) |has| |#1| (-567 (-501))))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#2|) |has| |#2| (-288 |#2|)))
-(((#0=(-525) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-(((|#1|) . T))
-(((|#1| (-1088 |#1|)) . T))
-(|has| $ (-138))
-(((|#2|) . T))
-(((#0=(-525) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-((($) . T) (((-525)) . T) (((-385 (-525))) . T))
-(|has| |#2| (-346))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-((((-525)) . T) (((-385 (-525))) . T) (($) . T))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-671)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+(|has| |#3| (-737))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
+(|has| |#3| (-789))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) ((|#2|) |has| |#1| (-343)) ((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-162)) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))))
+(((|#2|) . T))
+((((-527) (-127)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-527) |#2|) . T))
+(((|#1| (-1075 |#1|)) |has| |#1| (-789)))
+(|has| |#1| (-1022))
+(((|#1|) . T))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-1070)))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(|has| |#1| (-1022))
+(((|#2|) . T))
+((((-503)) |has| |#2| (-569 (-503))) (((-829 (-359))) |has| |#2| (-569 (-829 (-359)))) (((-829 (-527))) |has| |#2| (-569 (-829 (-527)))))
+(((|#4|) -2027 (|has| |#4| (-162)) (|has| |#4| (-343))))
+(((|#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343))))
+((((-800)) . T))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-846)))
+((($ $) . T) ((#0=(-1094) $) |has| |#1| (-215)) ((#0# |#1|) |has| |#1| (-215)) ((#1=(-762 (-1094)) |#1|) . T) ((#1# $) . T))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-846)))
+((((-527) |#2|) . T))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((($) -2027 (|has| |#3| (-162)) (|has| |#3| (-789)) (|has| |#3| (-979))) ((|#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-979))))
+((((-527) |#1|) . T))
+(|has| (-387 |#2|) (-140))
+(|has| (-387 |#2|) (-138))
+(((|#2|) -12 (|has| |#1| (-343)) (|has| |#2| (-290 |#2|))))
+(|has| |#1| (-37 (-387 (-527))))
+(((|#1|) . T))
+(((|#2|) . T) (($) . T) (((-387 (-527))) . T))
+((((-800)) . T))
+(|has| |#1| (-519))
+(|has| |#1| (-519))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-800)) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+(|has| |#1| (-37 (-387 (-527))))
+((((-368) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#2| (-1070))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(((|#1|) . T))
+((((-368) (-1077)) . T))
+(|has| |#1| (-519))
+((((-114 |#1|)) . T))
+((((-127)) . T))
+((((-527) |#1|) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#2|) . T))
+((((-800)) . T))
+((((-763 |#1|)) . T))
+(((|#2|) |has| |#2| (-162)))
+((((-1094) (-51)) . T))
+(((|#1|) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-519))
+(((|#1|) |has| |#1| (-162)))
+((((-800)) . T))
+((((-503)) |has| |#1| (-569 (-503))))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#2|) |has| |#2| (-290 |#2|)))
+(((#0=(-527) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+(((|#1|) . T))
+(((|#1| (-1090 |#1|)) . T))
+(|has| $ (-140))
+(((|#2|) . T))
+(((#0=(-527) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+((($) . T) (((-527)) . T) (((-387 (-527))) . T))
+(|has| |#2| (-348))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+((((-527)) . T) (((-387 (-527))) . T) (($) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-((((-525)) . T) (((-385 (-525))) . T) (($) . T))
-((((-1090 |#1| |#2| |#3|) $) -12 (|has| (-1090 |#1| |#2| |#3|) (-265 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341))) (($ $) . T))
-((((-798)) . T))
-((((-798)) . T))
-((($) . T) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
+((((-527)) . T) (((-387 (-527))) . T) (($) . T))
+((((-1092 |#1| |#2| |#3|) $) -12 (|has| (-1092 |#1| |#2| |#3|) (-267 (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343))) (($ $) . T))
+((((-800)) . T))
+((((-800)) . T))
+((($) . T) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
((($ $) . T))
((($ $) . T))
-((((-798)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((#0=(-1166 |#1| |#2| |#3|) #0#) -12 (|has| (-1166 |#1| |#2| |#3|) (-288 (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341))) (((-1092) #0#) -12 (|has| (-1166 |#1| |#2| |#3|) (-486 (-1092) (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341))))
-(-12 (|has| |#1| (-1020)) (|has| |#2| (-1020)))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-385 (-525))) . T) (((-525)) . T))
-((((-525) (-135)) . T))
-((((-135)) . T))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-517)) (|has| |#1| (-977)))
-((((-108)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-108)) . T))
-(((|#1|) . T))
-((((-501)) |has| |#1| (-567 (-501))) (((-205)) . #0=(|has| |#1| (-953))) (((-357)) . #0#))
-((((-798)) . T))
-(|has| |#1| (-762))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(|has| |#1| (-789))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-517)))
-(|has| |#1| (-517))
-(|has| |#1| (-844))
-(((|#1|) . T))
-(|has| |#1| (-1020))
-((((-798)) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-517)))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((|#1| (-1174 |#1|) (-1174 |#1|)) . T))
-((((-525) (-135)) . T))
-((($) . T))
-(-2067 (|has| |#4| (-160)) (|has| |#4| (-787)) (|has| |#4| (-977)))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-((((-798)) . T))
-(|has| |#1| (-1020))
-(((|#1| (-904)) . T))
+((((-800)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((#0=(-1168 |#1| |#2| |#3|) #0#) -12 (|has| (-1168 |#1| |#2| |#3|) (-290 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343))) (((-1094) #0#) -12 (|has| (-1168 |#1| |#2| |#3|) (-488 (-1094) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343))))
+(-12 (|has| |#1| (-1022)) (|has| |#2| (-1022)))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-387 (-527))) . T) (((-527)) . T))
+((((-527) (-137)) . T))
+((((-137)) . T))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-519)) (|has| |#1| (-979)))
+((((-110)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-110)) . T))
+(((|#1|) . T))
+((((-503)) |has| |#1| (-569 (-503))) (((-207)) . #0=(|has| |#1| (-955))) (((-359)) . #0#))
+((((-800)) . T))
+(|has| |#1| (-764))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(|has| |#1| (-791))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-519)))
+(|has| |#1| (-519))
+(|has| |#1| (-846))
+(((|#1|) . T))
+(|has| |#1| (-1022))
+((((-800)) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-519)))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((|#1| (-1176 |#1|) (-1176 |#1|)) . T))
+((((-527) (-137)) . T))
+((($) . T))
+(-2027 (|has| |#4| (-162)) (|has| |#4| (-789)) (|has| |#4| (-979)))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+((((-800)) . T))
+(|has| |#1| (-1022))
+(((|#1| (-906)) . T))
(((|#1| |#1|) . T))
((($) . T))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(-12 (|has| |#1| (-450)) (|has| |#2| (-450)))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-669)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669))))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(-12 (|has| |#1| (-452)) (|has| |#2| (-452)))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-671)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671))))
(((|#1|) . T))
-(|has| |#2| (-735))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
+(|has| |#2| (-737))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
(((|#1| |#2|) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(|has| |#2| (-787))
-(-12 (|has| |#1| (-735)) (|has| |#2| (-735)))
-(-12 (|has| |#1| (-735)) (|has| |#2| (-735)))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(|has| |#2| (-789))
+(-12 (|has| |#1| (-737)) (|has| |#2| (-737)))
+(-12 (|has| |#1| (-737)) (|has| |#2| (-737)))
(((|#1| |#2|) . T))
-(((|#2|) |has| |#2| (-160)))
-(((|#1|) |has| |#1| (-160)))
-((((-798)) . T))
-(|has| |#1| (-327))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-385 (-525))) . T) (($) . T))
-((($) . T) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#1|) . T))
-(|has| |#1| (-770))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T))
-(|has| |#1| (-1020))
-(((|#1| $) |has| |#1| (-265 |#1| |#1|)))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)))
-((($) |has| |#1| (-517)))
-(((|#4|) |has| |#4| (-1020)))
-(((|#3|) |has| |#3| (-1020)))
-(|has| |#3| (-346))
-(((|#1|) . T) (((-798)) . T))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)) ((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-160)) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))))
-((((-798)) . T))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#2|) . T))
-(((|#1| |#1|) |has| |#1| (-160)))
+(((|#2|) |has| |#2| (-162)))
+(((|#1|) |has| |#1| (-162)))
+((((-800)) . T))
+(|has| |#1| (-329))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-387 (-527))) . T) (($) . T))
+((($) . T) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#1|) . T))
+(|has| |#1| (-772))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T))
+(|has| |#1| (-1022))
+(((|#1| $) |has| |#1| (-267 |#1| |#1|)))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)))
+((($) |has| |#1| (-519)))
+(((|#4|) |has| |#4| (-1022)))
+(((|#3|) |has| |#3| (-1022)))
+(|has| |#3| (-348))
+(((|#1|) . T) (((-800)) . T))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)) ((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-162)) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))))
+((((-800)) . T))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#2|) . T))
+(((|#1| |#1|) |has| |#1| (-162)))
(((|#1| |#2|) . T))
-(|has| |#2| (-341))
-(((|#1|) . T))
-(((|#1|) |has| |#1| (-160)))
-((((-385 (-525))) . T) (((-525)) . T))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-((((-135)) . T))
-(((|#1|) . T))
-((((-135)) . T))
-((($) -2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977))) ((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))))
-((((-135)) . T))
+(|has| |#2| (-343))
+(((|#1|) . T))
+(((|#1|) |has| |#1| (-162)))
+((((-387 (-527))) . T) (((-527)) . T))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+((((-137)) . T))
+(((|#1|) . T))
+((((-137)) . T))
+((($) -2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979))) ((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))))
+((((-137)) . T))
(((|#1| |#2| |#3|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-517)) (|has| |#1| (-977)))
-(|has| $ (-138))
-(|has| $ (-138))
-(|has| |#1| (-1020))
-((((-798)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-450)) (|has| |#1| (-517)) (|has| |#1| (-977)) (|has| |#1| (-1032)))
-((($ $) |has| |#1| (-265 $ $)) ((|#1| $) |has| |#1| (-265 |#1| |#1|)))
-(((|#1| (-385 (-525))) . T))
-(((|#1|) . T))
-((((-1092)) . T))
-(|has| |#1| (-517))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(|has| |#1| (-517))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-((((-798)) . T))
-(|has| |#2| (-136))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-519)) (|has| |#1| (-979)))
+(|has| $ (-140))
+(|has| $ (-140))
+(|has| |#1| (-1022))
+((((-800)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-452)) (|has| |#1| (-519)) (|has| |#1| (-979)) (|has| |#1| (-1034)))
+((($ $) |has| |#1| (-267 $ $)) ((|#1| $) |has| |#1| (-267 |#1| |#1|)))
+(((|#1| (-387 (-527))) . T))
+(((|#1|) . T))
+((((-1094)) . T))
+(|has| |#1| (-519))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(|has| |#1| (-519))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+((((-800)) . T))
(|has| |#2| (-138))
+(|has| |#2| (-140))
(((|#2|) . T) (($) . T))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-(|has| |#4| (-787))
-(((|#2| (-220 (-2827 |#1|) (-713)) (-800 |#1|)) . T))
-(|has| |#3| (-787))
-(((|#1| (-497 |#3|) |#3|) . T))
+(|has| |#4| (-789))
+(((|#2| (-222 (-2809 |#1|) (-715)) (-802 |#1|)) . T))
+(|has| |#3| (-789))
+(((|#1| (-499 |#3|) |#3|) . T))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-(((#0=(-385 (-525)) #0#) |has| |#2| (-341)) (($ $) . T))
-((((-805 |#1|)) . T))
+(((#0=(-387 (-527)) #0#) |has| |#2| (-343)) (($ $) . T))
+((((-807 |#1|)) . T))
+(|has| |#1| (-140))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
(|has| |#1| (-138))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-136))
-((((-385 (-525))) |has| |#2| (-341)) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-327)) (|has| |#1| (-346)))
-((((-1059 |#2| |#1|)) . T) ((|#1|) . T))
-(|has| |#2| (-160))
+((((-387 (-527))) |has| |#2| (-343)) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-329)) (|has| |#1| (-348)))
+((((-1061 |#2| |#1|)) . T) ((|#1|) . T))
+(|has| |#2| (-162))
(((|#1| |#2|) . T))
-(-12 (|has| |#2| (-213)) (|has| |#2| (-977)))
-(((|#2|) . T) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
-((((-798)) . T))
+(-12 (|has| |#2| (-215)) (|has| |#2| (-979)))
+(((|#2|) . T) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
+((((-800)) . T))
(((|#1|) . T))
(((|#2|) . T) (($) . T))
(((|#1|) . T) (($) . T))
-((((-641)) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(|has| |#1| (-517))
+((((-643)) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(|has| |#1| (-519))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-1092) (-51)) . T))
-((((-798)) . T))
-((((-501)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
+((((-1094) (-51)) . T))
+((((-800)) . T))
+((((-503)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
(((|#1|) . T))
-((((-798)) . T))
-((((-501)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
-(((|#1| (-525)) . T))
-((((-798)) . T))
-((((-798)) . T))
+((((-800)) . T))
+((((-503)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
+(((|#1| (-527)) . T))
+((((-800)) . T))
+((((-800)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((|#1| (-385 (-525))) . T))
-(((|#3|) . T) (((-565 $)) . T))
+(((|#1| (-387 (-527))) . T))
+(((|#3|) . T) (((-567 $)) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
((($ $) . T) ((|#2| $) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((#0=(-1090 |#1| |#2| |#3|) #0#) -12 (|has| (-1090 |#1| |#2| |#3|) (-288 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341))) (((-1092) #0#) -12 (|has| (-1090 |#1| |#2| |#3|) (-486 (-1092) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341))))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
-((((-798)) . T))
-((((-798)) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((#0=(-1092 |#1| |#2| |#3|) #0#) -12 (|has| (-1092 |#1| |#2| |#3|) (-290 (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343))) (((-1094) #0#) -12 (|has| (-1092 |#1| |#2| |#3|) (-488 (-1094) (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343))))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
+((((-800)) . T))
+((((-800)) . T))
(((|#1| |#1|) . T))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) |has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))))
-((((-798)) . T))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) |has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))))
+((((-800)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
(((|#1|) . T))
((($) . T) ((|#2|) . T))
-((((-1092) (-51)) . T))
+((((-1094) (-51)) . T))
(((|#3|) . T))
-((($ $) . T) ((#0=(-800 |#1|) $) . T) ((#0# |#2|) . T))
-(|has| |#1| (-770))
-(|has| |#1| (-1020))
-(((|#2| |#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))) (($ $) |has| |#2| (-160)))
-(((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341))))
-((((-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((|#1| |#2|) . T))
-(((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))) (($) |has| |#2| (-160)))
-((((-713)) . T))
-((((-525)) . T))
-(|has| |#1| (-517))
-((((-798)) . T))
-(((|#1| (-385 (-525)) (-1005)) . T))
-(|has| |#1| (-136))
-(((|#1|) . T))
-(|has| |#1| (-517))
-((((-525)) . T))
-((((-112 |#1|)) . T))
-(((|#1|) . T))
+((($ $) . T) ((#0=(-802 |#1|) $) . T) ((#0# |#2|) . T))
+(|has| |#1| (-772))
+(|has| |#1| (-1022))
+(((|#2| |#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))) (($ $) |has| |#2| (-162)))
+(((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343))))
+((((-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((|#1| |#2|) . T))
+(((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))) (($) |has| |#2| (-162)))
+((((-715)) . T))
+((((-527)) . T))
+(|has| |#1| (-519))
+((((-800)) . T))
+(((|#1| (-387 (-527)) (-1007)) . T))
(|has| |#1| (-138))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-517)))
-((((-827 (-525))) . T) (((-827 (-357))) . T) (((-501)) . T) (((-1092)) . T))
-((((-798)) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-((($) . T))
-((((-798)) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(((|#2|) |has| |#2| (-160)))
-((($) -2067 (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))) ((|#2|) |has| |#2| (-160)) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))))
-((((-805 |#1|)) . T))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020)))
-(-12 (|has| |#3| (-213)) (|has| |#3| (-977)))
-(|has| |#2| (-1068))
-(((#0=(-51)) . T) (((-2 (|:| -1556 (-1092)) (|:| -3448 #0#))) . T))
+(((|#1|) . T))
+(|has| |#1| (-519))
+((((-527)) . T))
+((((-114 |#1|)) . T))
+(((|#1|) . T))
+(|has| |#1| (-140))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-519)))
+((((-829 (-527))) . T) (((-829 (-359))) . T) (((-503)) . T) (((-1094)) . T))
+((((-800)) . T))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+((($) . T))
+((((-800)) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(((|#2|) |has| |#2| (-162)))
+((($) -2027 (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))) ((|#2|) |has| |#2| (-162)) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))))
+((((-807 |#1|)) . T))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022)))
+(-12 (|has| |#3| (-215)) (|has| |#3| (-979)))
+(|has| |#2| (-1070))
+(((#0=(-51)) . T) (((-2 (|:| -1550 (-1094)) (|:| -3484 #0#))) . T))
(((|#1| |#2|) . T))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-(((|#1| (-525) (-1005)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| (-385 (-525)) (-1005)) . T))
-((($) -2067 (|has| |#1| (-286)) (|has| |#1| (-341)) (|has| |#1| (-327)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-((((-525) |#2|) . T))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+(((|#1| (-527) (-1007)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| (-387 (-527)) (-1007)) . T))
+((($) -2027 (|has| |#1| (-288)) (|has| |#1| (-343)) (|has| |#1| (-329)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+((((-527) |#2|) . T))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-(|has| |#2| (-346))
-(-12 (|has| |#1| (-346)) (|has| |#2| (-346)))
-((((-798)) . T))
-((((-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((|#1| |#1|) |has| |#1| (-288 |#1|)))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(((|#1|) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)) ((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-160)) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-798)) . T))
-(|has| |#1| (-327))
-(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((#0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) #0#) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-(|has| |#1| (-517))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-798)) . T))
+(|has| |#2| (-348))
+(-12 (|has| |#1| (-348)) (|has| |#2| (-348)))
+((((-800)) . T))
+((((-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((|#1| |#1|) |has| |#1| (-290 |#1|)))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(((|#1|) . T))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)) ((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-162)) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-800)) . T))
+(|has| |#1| (-329))
+(((|#1|) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((#0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) #0#) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+(|has| |#1| (-519))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-800)) . T))
(((|#1| |#2|) . T))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-844)))
-((((-385 (-525))) . T) (((-525)) . T))
-((((-525)) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((($) . T))
-((((-798)) . T))
-(((|#1|) . T))
-((((-805 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-((((-798)) . T))
-(((|#3| |#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-977))) (($ $) |has| |#3| (-160)))
-(|has| |#1| (-953))
-((((-798)) . T))
-(((|#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-977))) (($) |has| |#3| (-160)))
-((((-525) (-108)) . T))
-(((|#1|) |has| |#1| (-288 |#1|)))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-((((-1092) $) |has| |#1| (-486 (-1092) $)) (($ $) |has| |#1| (-288 $)) ((|#1| |#1|) |has| |#1| (-288 |#1|)) (((-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)))
-((((-1092)) |has| |#1| (-835 (-1092))))
-(-2067 (-12 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))
-((((-366) (-1039)) . T))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-846)))
+((((-387 (-527))) . T) (((-527)) . T))
+((((-527)) . T))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((($) . T))
+((((-800)) . T))
+(((|#1|) . T))
+((((-807 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+((((-800)) . T))
+(((|#3| |#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-979))) (($ $) |has| |#3| (-162)))
+(|has| |#1| (-955))
+((((-800)) . T))
+(((|#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-979))) (($) |has| |#3| (-162)))
+((((-527) (-110)) . T))
+(((|#1|) |has| |#1| (-290 |#1|)))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+((((-1094) $) |has| |#1| (-488 (-1094) $)) (($ $) |has| |#1| (-290 $)) ((|#1| |#1|) |has| |#1| (-290 |#1|)) (((-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)))
+((((-1094)) |has| |#1| (-837 (-1094))))
+(-2027 (-12 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))
+((((-368) (-1041)) . T))
(((|#1| |#4|) . T))
(((|#1| |#3|) . T))
-((((-366) |#1|) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-(|has| |#1| (-1020))
-((((-798)) . T))
-((((-798)) . T))
-((((-845 |#1|)) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
+((((-368) |#1|) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+(|has| |#1| (-1022))
+((((-800)) . T))
+((((-800)) . T))
+((((-847 |#1|)) . T))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
(((|#1| |#2|) . T))
((($) . T))
(((|#1| |#1|) . T))
-(((#0=(-805 |#1|)) |has| #0# (-288 #0#)))
+(((#0=(-807 |#1|)) |has| #0# (-290 #0#)))
(((|#1| |#2|) . T))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(-12 (|has| |#1| (-735)) (|has| |#2| (-735)))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(-12 (|has| |#1| (-737)) (|has| |#2| (-737)))
(((|#1|) . T))
-(-12 (|has| |#1| (-735)) (|has| |#2| (-735)))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977)))
+(-12 (|has| |#1| (-737)) (|has| |#2| (-737)))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979)))
(((|#2|) . T) (($) . T))
-(((|#2|) . T) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(|has| |#1| (-1114))
-(((#0=(-525) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-((((-385 (-525))) . T) (($) . T))
-(((|#4|) |has| |#4| (-977)))
-(((|#3|) |has| |#3| (-977)))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(|has| |#1| (-341))
-((((-525)) . T) (((-385 (-525))) . T) (($) . T))
-((($ $) . T) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1| |#1|) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-525) |#3|) . T))
-((((-798)) . T))
-((((-501)) |has| |#3| (-567 (-501))))
-((((-632 |#3|)) . T) (((-798)) . T))
+(((|#2|) . T) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(|has| |#1| (-1116))
+(((#0=(-527) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+((((-387 (-527))) . T) (($) . T))
+(((|#4|) |has| |#4| (-979)))
+(((|#3|) |has| |#3| (-979)))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(|has| |#1| (-343))
+((((-527)) . T) (((-387 (-527))) . T) (($) . T))
+((($ $) . T) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1| |#1|) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-527) |#3|) . T))
+((((-800)) . T))
+((((-503)) |has| |#3| (-569 (-503))))
+((((-634 |#3|)) . T) (((-800)) . T))
(((|#1| |#2|) . T))
-(|has| |#1| (-787))
-(|has| |#1| (-787))
-((($) . T) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-517)))
-(((#0=(-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) #0#) |has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))))
-((($) . T))
-(|has| |#2| (-789))
-((($) . T))
-(((|#2|) |has| |#2| (-1020)))
-((((-798)) -2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-566 (-798))) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020))) (((-1174 |#2|)) . T))
(|has| |#1| (-789))
(|has| |#1| (-789))
-((((-1075) (-51)) . T))
+((($) . T) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-519)))
+(((#0=(-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) #0#) |has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))))
+((($) . T))
+(|has| |#2| (-791))
+((($) . T))
+(((|#2|) |has| |#2| (-1022)))
+((((-800)) -2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-568 (-800))) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022))) (((-1176 |#2|)) . T))
+(|has| |#1| (-791))
+(|has| |#1| (-791))
+((((-1077) (-51)) . T))
+(|has| |#1| (-791))
+((((-800)) . T))
+((((-527)) |has| #0=(-387 |#2|) (-590 (-527))) ((#0#) . T))
+((((-527) (-137)) . T))
+((((-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((|#1| |#2|) . T))
+((((-387 (-527))) . T) (($) . T))
+(((|#1|) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-800)) . T))
+((((-847 |#1|)) . T))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))
+(|has| |#1| (-789))
+(|has| |#1| (-343))
(|has| |#1| (-789))
-((((-798)) . T))
-((((-525)) |has| #0=(-385 |#2|) (-588 (-525))) ((#0#) . T))
-((((-525) (-135)) . T))
-((((-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((|#1| |#2|) . T))
-((((-385 (-525))) . T) (($) . T))
-(((|#1|) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-798)) . T))
-((((-845 |#1|)) . T))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))
-(|has| |#1| (-787))
-(|has| |#1| (-341))
-(|has| |#1| (-787))
(((|#1|) . T) (($) . T))
-(|has| |#1| (-787))
-((((-1092)) |has| |#1| (-835 (-1092))))
-(((|#1| (-1092)) . T))
-(((|#1| (-1174 |#1|) (-1174 |#1|)) . T))
+(|has| |#1| (-789))
+((((-1094)) |has| |#1| (-837 (-1094))))
+(((|#1| (-1094)) . T))
+(((|#1| (-1176 |#1|) (-1176 |#1|)) . T))
(((|#1| |#2|) . T))
((($ $) . T))
-(|has| |#1| (-1020))
-(((|#1| (-1092) (-760 (-1092)) (-497 (-760 (-1092)))) . T))
-((((-385 (-887 |#1|))) . T))
-((((-501)) . T))
-((((-798)) . T))
+(|has| |#1| (-1022))
+(((|#1| (-1094) (-762 (-1094)) (-499 (-762 (-1094)))) . T))
+((((-387 (-889 |#1|))) . T))
+((((-503)) . T))
+((((-800)) . T))
((($) . T))
(((|#2|) . T) (($) . T))
-(((|#1|) |has| |#1| (-160)))
-((((-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((|#1| |#2|) . T))
+(((|#1|) |has| |#1| (-162)))
+((((-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((|#1| |#2|) . T))
(((|#1|) . T))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#3|) . T))
-(((|#1|) |has| |#1| (-160)))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-501)) |has| |#1| (-567 (-501))) (((-827 (-357))) |has| |#1| (-567 (-827 (-357)))) (((-827 (-525))) |has| |#1| (-567 (-827 (-525)))))
-((((-798)) . T))
-(((|#2|) . T) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(|has| |#2| (-787))
-(-12 (|has| |#2| (-213)) (|has| |#2| (-977)))
-(|has| |#1| (-517))
-(|has| |#1| (-1068))
-((((-1075) |#1|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((|#1| |#1|) . T))
-((((-385 (-525))) |has| |#1| (-968 (-525))) (((-525)) |has| |#1| (-968 (-525))) (((-1092)) |has| |#1| (-968 (-1092))) ((|#1|) . T))
-((((-525) |#2|) . T))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T))
-((((-525)) |has| |#1| (-821 (-525))) (((-357)) |has| |#1| (-821 (-357))))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((|#1|) . T))
-(((|#1|) . T))
-((((-592 |#4|)) . T) (((-798)) . T))
-((((-501)) |has| |#4| (-567 (-501))))
-((((-501)) |has| |#4| (-567 (-501))))
-((((-798)) . T) (((-592 |#4|)) . T))
-((($) |has| |#1| (-787)))
-(((|#1|) . T))
-((((-592 |#4|)) . T) (((-798)) . T))
-((((-501)) |has| |#4| (-567 (-501))))
-(((|#1|) . T))
-(((|#2|) . T))
-((((-1092)) |has| (-385 |#2|) (-835 (-1092))))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((#0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) #0#) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-((($) . T))
-((($) . T))
-(((|#2|) . T))
-((((-798)) -2067 (|has| |#3| (-25)) (|has| |#3| (-126)) (|has| |#3| (-566 (-798))) (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-346)) (|has| |#3| (-669)) (|has| |#3| (-735)) (|has| |#3| (-787)) (|has| |#3| (-977)) (|has| |#3| (-1020))) (((-1174 |#3|)) . T))
-((((-525) |#2|) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#2| |#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))) (($ $) |has| |#2| (-160)))
-((((-798)) . T))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((|#2|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-1075) (-1092) (-525) (-205) (-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-((((-798)) . T))
-((((-525) (-108)) . T))
-(((|#1|) . T))
-((((-798)) . T))
-((((-108)) . T))
-((((-108)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-108)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-((((-798)) . T))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-977))) (($) |has| |#2| (-160)))
-(|has| $ (-138))
-((((-385 |#2|)) . T))
-((((-385 (-525))) |has| #0=(-385 |#2|) (-968 (-385 (-525)))) (((-525)) |has| #0# (-968 (-525))) ((#0#) . T))
+(((|#1|) |has| |#1| (-162)))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-503)) |has| |#1| (-569 (-503))) (((-829 (-359))) |has| |#1| (-569 (-829 (-359)))) (((-829 (-527))) |has| |#1| (-569 (-829 (-527)))))
+((((-800)) . T))
+(((|#2|) . T) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(|has| |#2| (-789))
+(-12 (|has| |#2| (-215)) (|has| |#2| (-979)))
+(|has| |#1| (-519))
+(|has| |#1| (-1070))
+((((-1077) |#1|) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((|#1| |#1|) . T))
+((((-387 (-527))) |has| |#1| (-970 (-527))) (((-527)) |has| |#1| (-970 (-527))) (((-1094)) |has| |#1| (-970 (-1094))) ((|#1|) . T))
+((((-527) |#2|) . T))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T))
+((((-527)) |has| |#1| (-823 (-527))) (((-359)) |has| |#1| (-823 (-359))))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((|#1|) . T))
+(((|#1|) . T))
+((((-594 |#4|)) . T) (((-800)) . T))
+((((-503)) |has| |#4| (-569 (-503))))
+((((-503)) |has| |#4| (-569 (-503))))
+((((-800)) . T) (((-594 |#4|)) . T))
+((($) |has| |#1| (-789)))
+(((|#1|) . T))
+((((-594 |#4|)) . T) (((-800)) . T))
+((((-503)) |has| |#4| (-569 (-503))))
+(((|#1|) . T))
+(((|#2|) . T))
+((((-1094)) |has| (-387 |#2|) (-837 (-1094))))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((#0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) #0#) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+((($) . T))
+((($) . T))
+(((|#2|) . T))
+((((-800)) -2027 (|has| |#3| (-25)) (|has| |#3| (-128)) (|has| |#3| (-568 (-800))) (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-348)) (|has| |#3| (-671)) (|has| |#3| (-737)) (|has| |#3| (-789)) (|has| |#3| (-979)) (|has| |#3| (-1022))) (((-1176 |#3|)) . T))
+((((-527) |#2|) . T))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#2| |#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))) (($ $) |has| |#2| (-162)))
+((((-800)) . T))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((|#2|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-1077) (-1094) (-527) (-207) (-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+((((-800)) . T))
+((((-527) (-110)) . T))
+(((|#1|) . T))
+((((-800)) . T))
+((((-110)) . T))
+((((-110)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-110)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+((((-800)) . T))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-979))) (($) |has| |#2| (-162)))
+(|has| $ (-140))
+((((-387 |#2|)) . T))
+((((-387 (-527))) |has| #0=(-387 |#2|) (-970 (-387 (-527)))) (((-527)) |has| #0# (-970 (-527))) ((#0#) . T))
(((|#2| |#2|) . T))
-(((|#4|) |has| |#4| (-160)))
-(|has| |#2| (-136))
+(((|#4|) |has| |#4| (-162)))
(|has| |#2| (-138))
-(((|#3|) |has| |#3| (-160)))
-(|has| |#1| (-138))
-(|has| |#1| (-136))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(|has| |#1| (-138))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(|has| |#1| (-138))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
+(|has| |#2| (-140))
+(((|#3|) |has| |#3| (-162)))
+(|has| |#1| (-140))
(|has| |#1| (-138))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(|has| |#1| (-140))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(|has| |#1| (-140))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(|has| |#1| (-140))
(((|#1|) . T))
(((|#2|) . T))
-(|has| |#2| (-213))
-((((-1092) (-51)) . T))
-((((-798)) . T))
+(|has| |#2| (-215))
+((((-1094) (-51)) . T))
+((((-800)) . T))
(((|#1| |#1|) . T))
-((((-1092)) |has| |#2| (-835 (-1092))))
-((((-525) (-108)) . T))
-(|has| |#1| (-517))
+((((-1094)) |has| |#2| (-837 (-1094))))
+((((-527) (-110)) . T))
+(|has| |#1| (-519))
(((|#2|) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
(((|#3|) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(((|#1|) . T))
-((((-798)) . T))
-((((-501)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-931 |#1|)) . T) ((|#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-385 (-525))) . T) (((-385 |#1|)) . T) ((|#1|) . T) (($) . T))
-(((|#1| (-1088 |#1|)) . T))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(((|#1|) . T))
+((((-800)) . T))
+((((-503)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-933 |#1|)) . T) ((|#1|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-387 (-527))) . T) (((-387 |#1|)) . T) ((|#1|) . T) (($) . T))
+(((|#1| (-1090 |#1|)) . T))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
(((|#3|) . T) (($) . T))
-(|has| |#1| (-789))
+(|has| |#1| (-791))
(((|#2|) . T))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-((((-525) |#2|) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+((((-527) |#2|) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
(((|#2|) . T))
-((((-525) |#3|) . T))
+((((-527) |#3|) . T))
(((|#2|) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-((((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-((((-798)) . T))
-(|has| |#1| (-1020))
-(((|#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+((((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+((((-800)) . T))
+(|has| |#1| (-1022))
+(((|#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))
(((|#2|) . T))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((#0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) #0#) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((#0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) #0#) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
(((|#2| |#2|) . T))
-(|has| |#2| (-341))
-(((|#2|) . T) (((-525)) |has| |#2| (-968 (-525))) (((-385 (-525))) |has| |#2| (-968 (-385 (-525)))))
-(((|#2|) . T))
-((((-1075) (-51)) . T))
-(((|#2|) |has| |#2| (-160)))
-((((-525) |#3|) . T))
-((((-525) (-135)) . T))
-((((-135)) . T))
-((((-798)) . T))
-((((-108)) . T))
-(|has| |#1| (-138))
+(|has| |#2| (-343))
+(((|#2|) . T) (((-527)) |has| |#2| (-970 (-527))) (((-387 (-527))) |has| |#2| (-970 (-387 (-527)))))
+(((|#2|) . T))
+((((-1077) (-51)) . T))
+(((|#2|) |has| |#2| (-162)))
+((((-527) |#3|) . T))
+((((-527) (-137)) . T))
+((((-137)) . T))
+((((-800)) . T))
+((((-110)) . T))
+(|has| |#1| (-140))
(((|#1|) . T))
-(|has| |#1| (-136))
+(|has| |#1| (-138))
((($) . T))
-(|has| |#1| (-517))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+(|has| |#1| (-519))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
((($) . T))
(((|#1|) . T))
-(((|#2|) . T) (((-525)) |has| |#2| (-588 (-525))))
-((((-798)) . T))
-((((-525)) |has| |#1| (-588 (-525))) ((|#1|) . T))
-((((-525)) |has| |#1| (-588 (-525))) ((|#1|) . T))
-((((-525)) |has| |#1| (-588 (-525))) ((|#1|) . T))
-((((-1075) (-51)) . T))
+(((|#2|) . T) (((-527)) |has| |#2| (-590 (-527))))
+((((-800)) . T))
+((((-527)) |has| |#1| (-590 (-527))) ((|#1|) . T))
+((((-527)) |has| |#1| (-590 (-527))) ((|#1|) . T))
+((((-527)) |has| |#1| (-590 (-527))) ((|#1|) . T))
+((((-1077) (-51)) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#1| |#2|) . T))
-((((-525) (-135)) . T))
-(((#0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) #0#) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(|has| |#1| (-789))
-(((|#2| (-713) (-1005)) . T))
+((((-527) (-137)) . T))
+(((#0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) #0#) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) ((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(|has| |#1| (-791))
+(((|#2| (-715) (-1007)) . T))
(((|#1| |#2|) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-517)))
-(|has| |#1| (-733))
-(((|#1|) |has| |#1| (-160)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-519)))
+(|has| |#1| (-735))
+(((|#1|) |has| |#1| (-162)))
(((|#4|) . T))
(((|#4|) . T))
(((|#1| |#2|) . T))
-(-2067 (|has| |#1| (-138)) (-12 (|has| |#1| (-341)) (|has| |#2| (-138))))
-(-2067 (|has| |#1| (-136)) (-12 (|has| |#1| (-341)) (|has| |#2| (-136))))
+(-2027 (|has| |#1| (-140)) (-12 (|has| |#1| (-343)) (|has| |#2| (-140))))
+(-2027 (|has| |#1| (-138)) (-12 (|has| |#1| (-343)) (|has| |#2| (-138))))
(((|#4|) . T))
-(|has| |#1| (-136))
-((((-1075) |#1|) . T))
(|has| |#1| (-138))
+((((-1077) |#1|) . T))
+(|has| |#1| (-140))
(((|#1|) . T))
-((((-525)) . T))
-((((-798)) . T))
+((((-527)) . T))
+((((-800)) . T))
(((|#1| |#2|) . T))
-((((-798)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+((((-800)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#3|) . T))
-((((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#1|) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))) (((-892 |#1|)) . T))
-(|has| |#1| (-787))
-(|has| |#1| (-787))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(|has| |#2| (-341))
-(((|#1|) |has| |#1| (-160)))
-(((|#2|) |has| |#2| (-977)))
-((((-1075) |#1|) . T))
-(((|#3| |#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))
-(((|#2| (-828 |#1|)) . T))
-((($) . T))
-((((-366) (-1075)) . T))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-798)) -2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-566 (-798))) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020))) (((-1174 |#2|)) . T))
-(((#0=(-51)) . T) (((-2 (|:| -1556 (-1075)) (|:| -3448 #0#))) . T))
-(((|#1|) . T))
-((((-798)) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-((((-135)) . T))
-(|has| |#2| (-136))
+((((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#1|) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))) (((-894 |#1|)) . T))
+(|has| |#1| (-789))
+(|has| |#1| (-789))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(|has| |#2| (-343))
+(((|#1|) |has| |#1| (-162)))
+(((|#2|) |has| |#2| (-979)))
+((((-1077) |#1|) . T))
+(((|#3| |#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))
+(((|#2| (-830 |#1|)) . T))
+((($) . T))
+((((-368) (-1077)) . T))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-800)) -2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-568 (-800))) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022))) (((-1176 |#2|)) . T))
+(((#0=(-51)) . T) (((-2 (|:| -1550 (-1077)) (|:| -3484 #0#))) . T))
+(((|#1|) . T))
+((((-800)) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+((((-137)) . T))
(|has| |#2| (-138))
-(|has| |#1| (-450))
-(-2067 (|has| |#1| (-450)) (|has| |#1| (-669)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)))
-(|has| |#1| (-341))
-((((-798)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)))
-((($) |has| |#1| (-517)))
-(|has| |#1| (-787))
-(|has| |#1| (-787))
-((((-798)) . T))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)) ((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-160)) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
+(|has| |#2| (-140))
+(|has| |#1| (-452))
+(-2027 (|has| |#1| (-452)) (|has| |#1| (-671)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)))
+(|has| |#1| (-343))
+((((-800)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)))
+((($) |has| |#1| (-519)))
+(|has| |#1| (-789))
+(|has| |#1| (-789))
+((((-800)) . T))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)) ((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-162)) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
(((|#1| |#2|) . T))
-((((-1092)) |has| |#1| (-835 (-1092))))
-((((-845 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-((((-798)) . T))
-((((-798)) . T))
-(|has| |#1| (-1020))
-(((|#2| (-458 (-2827 |#1|) (-713)) (-800 |#1|)) . T))
-((((-385 (-525))) . #0=(|has| |#2| (-341))) (($) . #0#))
-(((|#1| (-497 (-1092)) (-1092)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
+((((-1094)) |has| |#1| (-837 (-1094))))
+((((-847 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+((((-800)) . T))
+((((-800)) . T))
+(|has| |#1| (-1022))
+(((|#2| (-460 (-2809 |#1|) (-715)) (-802 |#1|)) . T))
+((((-387 (-527))) . #0=(|has| |#2| (-343))) (($) . #0#))
+(((|#1| (-499 (-1094)) (-1094)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-800)) . T))
+((((-800)) . T))
(((|#3|) . T))
(((|#3|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
-(|has| |#2| (-160))
+(|has| |#2| (-162))
(((|#2| |#2|) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
-(|has| |#1| (-136))
(|has| |#1| (-138))
+(|has| |#1| (-140))
(((|#1|) . T))
(((|#2|) . T))
-(((|#1|) . T) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-((((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-1092) (-51)) . T))
+(((|#1|) . T) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+((((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-1094) (-51)) . T))
((($ $) . T))
-(((|#1| (-525)) . T))
-((((-845 |#1|)) . T))
-(((|#1|) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-977))) (($) -2067 (|has| |#1| (-835 (-1092))) (|has| |#1| (-977))))
-(((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
+(((|#1| (-527)) . T))
+((((-847 |#1|)) . T))
+(((|#1|) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-979))) (($) -2027 (|has| |#1| (-837 (-1094))) (|has| |#1| (-979))))
+(((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+(|has| |#1| (-791))
+(|has| |#1| (-791))
+((((-527) |#2|) . T))
+((((-527)) . T))
+((((-1168 |#1| |#2| |#3|)) -12 (|has| (-1168 |#1| |#2| |#3|) (-290 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343))))
+(|has| |#1| (-791))
+((((-634 |#2|)) . T) (((-800)) . T))
+(((|#1| |#2|) . T))
+((((-387 (-889 |#1|))) . T))
+(((|#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#1|) |has| |#1| (-162)))
+(((|#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343))))
+(|has| |#2| (-791))
+(|has| |#1| (-791))
+(-2027 (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-846)))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+((((-527) |#2|) . T))
+(((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343))))
+(|has| |#1| (-329))
+(((|#3| |#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))
+((($) . T) (((-387 (-527))) . T))
+((((-527) (-110)) . T))
+(|has| |#1| (-764))
+(|has| |#1| (-764))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-288)) (|has| |#1| (-343)) (|has| |#1| (-329)))
(|has| |#1| (-789))
(|has| |#1| (-789))
-((((-525) |#2|) . T))
-((((-525)) . T))
-((((-1166 |#1| |#2| |#3|)) -12 (|has| (-1166 |#1| |#2| |#3|) (-288 (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341))))
(|has| |#1| (-789))
-((((-632 |#2|)) . T) (((-798)) . T))
-(((|#1| |#2|) . T))
-((((-385 (-887 |#1|))) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#1|) |has| |#1| (-160)))
-(((|#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341))))
-(|has| |#2| (-789))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-37 (-387 (-527))))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+(|has| |#1| (-37 (-387 (-527))))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-1094)) |has| |#1| (-837 (-1094))) (((-1007)) . T))
+(((|#1|) . T))
(|has| |#1| (-789))
-(-2067 (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-844)))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-((((-525) |#2|) . T))
-(((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341))))
-(|has| |#1| (-327))
-(((|#3| |#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))
-((($) . T) (((-385 (-525))) . T))
-((((-525) (-108)) . T))
-(|has| |#1| (-762))
-(|has| |#1| (-762))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-286)) (|has| |#1| (-341)) (|has| |#1| (-327)))
-(|has| |#1| (-787))
-(|has| |#1| (-787))
-(|has| |#1| (-787))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-37 (-385 (-525))))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-(|has| |#1| (-37 (-385 (-525))))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-1092)) |has| |#1| (-835 (-1092))) (((-1005)) . T))
-(((|#1|) . T))
-(|has| |#1| (-787))
-(((#0=(-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) #0#) |has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(|has| |#1| (-1020))
+(((#0=(-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) #0#) |has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(|has| |#1| (-1022))
(((|#1|) . T))
(((|#2| |#2|) . T))
(((|#1|) . T))
-(((|#1| |#2| |#3| (-220 |#2| |#3|) (-220 |#1| |#3|)) . T))
+(((|#1| |#2| |#3| (-222 |#2| |#3|) (-222 |#1| |#3|)) . T))
(((|#1|) . T))
(((|#3| |#3|) . T))
(((|#2|) . T))
(((|#1|) . T))
-(((|#1| (-497 |#2|) |#2|) . T))
-((((-798)) . T))
-((((-713)) . T) (((-798)) . T))
-(((|#1| (-713) (-1005)) . T))
+(((|#1| (-499 |#2|) |#2|) . T))
+((((-800)) . T))
+((((-715)) . T) (((-800)) . T))
+(((|#1| (-715) (-1007)) . T))
(((|#3|) . T))
(((|#1|) . T))
-((((-135)) . T))
-(((|#2|) |has| |#2| (-160)))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020)))
+((((-137)) . T))
+(((|#2|) |has| |#2| (-162)))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022)))
(((|#1|) . T))
-(|has| |#1| (-136))
(|has| |#1| (-138))
-(|has| |#3| (-160))
-(((|#4|) |has| |#4| (-341)))
-(((|#3|) |has| |#3| (-341)))
+(|has| |#1| (-140))
+(|has| |#3| (-162))
+(((|#4|) |has| |#4| (-343)))
+(((|#3|) |has| |#3| (-343)))
(((|#1|) . T))
-(((|#2|) |has| |#1| (-341)))
-((((-798)) . T))
+(((|#2|) |has| |#1| (-343)))
+((((-800)) . T))
(((|#2|) . T))
-(((|#1| (-1088 |#1|)) . T))
-((((-1005)) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-((($) . T) ((|#1|) . T) (((-385 (-525))) . T))
+(((|#1| (-1090 |#1|)) . T))
+((((-1007)) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+((($) . T) ((|#1|) . T) (((-387 (-527))) . T))
(((|#2|) . T))
-((((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)))
-((($) |has| |#1| (-787)))
-(|has| |#1| (-844))
-((((-798)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+((((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)))
+((($) |has| |#1| (-789)))
+(|has| |#1| (-846))
+((((-800)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((#0=(-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) #0#) |has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-844)))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((#0=(-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) #0#) |has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-846)))
(((|#1|) . T) (($) . T))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
(((|#1| |#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341))))
-(|has| |#1| (-789))
-(|has| |#1| (-517))
-((((-538 |#1|)) . T))
+(((|#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343))))
+(|has| |#1| (-791))
+(|has| |#1| (-519))
+((((-540 |#1|)) . T))
((($) . T))
(((|#2|) . T))
-(-2067 (-12 (|has| |#1| (-341)) (|has| |#2| (-762))) (-12 (|has| |#1| (-341)) (|has| |#2| (-789))))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-((((-845 |#1|)) . T))
-(((|#1| (-469 |#1| |#3|) (-469 |#1| |#2|)) . T))
+(-2027 (-12 (|has| |#1| (-343)) (|has| |#2| (-764))) (-12 (|has| |#1| (-343)) (|has| |#2| (-791))))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+((((-847 |#1|)) . T))
+(((|#1| (-471 |#1| |#3|) (-471 |#1| |#2|)) . T))
(((|#1| |#4| |#5|) . T))
-(((|#1| (-713)) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)) ((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-160)) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
-((((-617 |#1|)) . T))
+(((|#1| (-715)) . T))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)) ((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-162)) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
+((((-619 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-501)) . T))
-((((-798)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-798)) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((|#2|) . T))
-(-2067 (|has| |#3| (-25)) (|has| |#3| (-126)) (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-346)) (|has| |#3| (-669)) (|has| |#3| (-735)) (|has| |#3| (-787)) (|has| |#3| (-977)) (|has| |#3| (-1020)))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T))
-(|has| |#1| (-1114))
-(|has| |#1| (-1114))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020)))
-(|has| |#1| (-1114))
-(|has| |#1| (-1114))
+((((-503)) . T))
+((((-800)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-800)) . T))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((|#2|) . T))
+(-2027 (|has| |#3| (-25)) (|has| |#3| (-128)) (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-348)) (|has| |#3| (-671)) (|has| |#3| (-737)) (|has| |#3| (-789)) (|has| |#3| (-979)) (|has| |#3| (-1022)))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T))
+(|has| |#1| (-1116))
+(|has| |#1| (-1116))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022)))
+(|has| |#1| (-1116))
+(|has| |#1| (-1116))
(((|#3| |#3|) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T) ((#1=(-385 |#1|) #1#) . T) ((|#1| |#1|) . T))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T) ((#1=(-387 |#1|) #1#) . T) ((|#1| |#1|) . T))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
(((|#3|) . T))
-((($) . T) (((-385 (-525))) . T) (((-385 |#1|)) . T) ((|#1|) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-((((-1075) (-51)) . T))
-(|has| |#1| (-1020))
-(-2067 (|has| |#2| (-762)) (|has| |#2| (-789)))
-(((|#1|) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-(((|#1|) |has| |#1| (-160)) (($) . T))
-((($) . T))
-((((-1090 |#1| |#2| |#3|)) -12 (|has| (-1090 |#1| |#2| |#3|) (-288 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341))))
-((((-798)) . T))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-((($) . T))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-798)) . T))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-844)))
-(|has| |#2| (-844))
-(|has| |#1| (-341))
-(((|#2|) |has| |#2| (-1020)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
+((($) . T) (((-387 (-527))) . T) (((-387 |#1|)) . T) ((|#1|) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+((((-1077) (-51)) . T))
+(|has| |#1| (-1022))
+(-2027 (|has| |#2| (-764)) (|has| |#2| (-791)))
+(((|#1|) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+(((|#1|) |has| |#1| (-162)) (($) . T))
+((($) . T))
+((((-1092 |#1| |#2| |#3|)) -12 (|has| (-1092 |#1| |#2| |#3|) (-290 (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343))))
+((((-800)) . T))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+((($) . T))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-800)) . T))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-846)))
+(|has| |#2| (-846))
+(|has| |#1| (-343))
+(((|#2|) |has| |#2| (-1022)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
((($) . T) ((|#2|) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-844)))
-(|has| |#1| (-844))
-(|has| |#1| (-844))
-((((-501)) . T) (((-385 (-1088 (-525)))) . T) (((-205)) . T) (((-357)) . T))
-((((-357)) . T) (((-205)) . T) (((-798)) . T))
-(|has| |#1| (-844))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-846)))
+(|has| |#1| (-846))
+(|has| |#1| (-846))
+((((-503)) . T) (((-387 (-1090 (-527)))) . T) (((-207)) . T) (((-359)) . T))
+((((-359)) . T) (((-207)) . T) (((-800)) . T))
+(|has| |#1| (-846))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+(((|#1|) . T))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
((($ $) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
((($ $) . T))
-((((-525) (-108)) . T))
+((((-527) (-110)) . T))
((($) . T))
(((|#1|) . T))
-((((-525)) . T))
-((((-108)) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517)))
-(|has| |#1| (-37 (-385 (-525))))
-(((|#1| (-525)) . T))
+((((-527)) . T))
+((((-110)) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519)))
+(|has| |#1| (-37 (-387 (-527))))
+(((|#1| (-527)) . T))
((($) . T))
-(((|#2|) . T) (((-525)) |has| |#2| (-588 (-525))))
-((((-525)) |has| |#1| (-588 (-525))) ((|#1|) . T))
+(((|#2|) . T) (((-527)) |has| |#2| (-590 (-527))))
+((((-527)) |has| |#1| (-590 (-527))) ((|#1|) . T))
(((|#1|) . T))
-((((-525)) . T))
+((((-527)) . T))
(((|#1| |#2|) . T))
-((((-1092)) |has| |#1| (-977)))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
+((((-1094)) |has| |#1| (-979)))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
(((|#1|) . T))
-((((-798)) . T))
-(((|#1| (-525)) . T))
-(((|#1| (-1166 |#1| |#2| |#3|)) . T))
+((((-800)) . T))
+(((|#1| (-527)) . T))
+(((|#1| (-1168 |#1| |#2| |#3|)) . T))
(((|#1|) . T))
-(((|#1| (-385 (-525))) . T))
-(((|#1| (-1138 |#1| |#2| |#3|)) . T))
-(((|#1| (-713)) . T))
+(((|#1| (-387 (-527))) . T))
+(((|#1| (-1140 |#1| |#2| |#3|)) . T))
+(((|#1| (-715)) . T))
(((|#1|) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-798)) . T))
-(|has| |#1| (-1020))
-((((-1075) |#1|) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-800)) . T))
+(|has| |#1| (-1022))
+((((-1077) |#1|) . T))
((($) . T))
+(|has| |#2| (-140))
(|has| |#2| (-138))
-(|has| |#2| (-136))
-(((|#1| (-497 (-760 (-1092))) (-760 (-1092))) . T))
-((((-798)) . T))
-((((-1160 |#1| |#2| |#3| |#4|)) . T))
-((((-1160 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) |has| |#1| (-977)))
-((((-525) (-108)) . T))
-((((-798)) |has| |#1| (-1020)))
-(|has| |#2| (-160))
-((((-525)) . T))
-(|has| |#2| (-787))
-(((|#1|) . T))
-((((-525)) . T))
-((((-798)) . T))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-327)))
-(|has| |#1| (-138))
-((((-798)) . T))
+(((|#1| (-499 (-762 (-1094))) (-762 (-1094))) . T))
+((((-800)) . T))
+((((-1162 |#1| |#2| |#3| |#4|)) . T))
+((((-1162 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) |has| |#1| (-979)))
+((((-527) (-110)) . T))
+((((-800)) |has| |#1| (-1022)))
+(|has| |#2| (-162))
+((((-527)) . T))
+(|has| |#2| (-789))
+(((|#1|) . T))
+((((-527)) . T))
+((((-800)) . T))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-329)))
+(|has| |#1| (-140))
+((((-800)) . T))
(((|#3|) . T))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-((((-798)) . T))
-((((-1159 |#2| |#3| |#4|)) . T) (((-1160 |#1| |#2| |#3| |#4|)) . T))
-((((-798)) . T))
-((((-47)) -12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525)))) (((-565 $)) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) -2067 (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525)))) (|has| |#1| (-968 (-385 (-525))))) (((-385 (-887 |#1|))) |has| |#1| (-517)) (((-887 |#1|)) |has| |#1| (-977)) (((-1092)) . T))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+((((-800)) . T))
+((((-1161 |#2| |#3| |#4|)) . T) (((-1162 |#1| |#2| |#3| |#4|)) . T))
+((((-800)) . T))
+((((-47)) -12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527)))) (((-567 $)) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) -2027 (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527)))) (|has| |#1| (-970 (-387 (-527))))) (((-387 (-889 |#1|))) |has| |#1| (-519)) (((-889 |#1|)) |has| |#1| (-979)) (((-1094)) . T))
(((|#1|) . T) (($) . T))
-(((|#1| (-713)) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-288 |#1|)))
-((((-1160 |#1| |#2| |#3| |#4|)) . T))
-((((-525)) |has| |#1| (-821 (-525))) (((-357)) |has| |#1| (-821 (-357))))
-(((|#1|) . T))
-(|has| |#1| (-517))
-(((|#1|) . T))
-((((-798)) . T))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-(((|#1|) |has| |#1| (-160)))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-(((|#1|) . T))
-(((|#3|) |has| |#3| (-1020)))
-(((|#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-341))))
-((((-1159 |#2| |#3| |#4|)) . T))
-((((-108)) . T))
-(|has| |#1| (-762))
-(|has| |#1| (-762))
-(((|#1| (-525) (-1005)) . T))
-((($) |has| |#1| (-288 $)) ((|#1|) |has| |#1| (-288 |#1|)))
-(|has| |#1| (-787))
-(|has| |#1| (-787))
-(((|#1| (-525) (-1005)) . T))
-(-2067 (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#1| (-385 (-525)) (-1005)) . T))
-(((|#1| (-713) (-1005)) . T))
+(((|#1| (-715)) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-290 |#1|)))
+((((-1162 |#1| |#2| |#3| |#4|)) . T))
+((((-527)) |has| |#1| (-823 (-527))) (((-359)) |has| |#1| (-823 (-359))))
+(((|#1|) . T))
+(|has| |#1| (-519))
+(((|#1|) . T))
+((((-800)) . T))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+(((|#1|) |has| |#1| (-162)))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+(((|#1|) . T))
+(((|#3|) |has| |#3| (-1022)))
+(((|#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-343))))
+((((-1161 |#2| |#3| |#4|)) . T))
+((((-110)) . T))
+(|has| |#1| (-764))
+(|has| |#1| (-764))
+(((|#1| (-527) (-1007)) . T))
+((($) |has| |#1| (-290 $)) ((|#1|) |has| |#1| (-290 |#1|)))
+(|has| |#1| (-789))
(|has| |#1| (-789))
-(((#0=(-845 |#1|) #0#) . T) (($ $) . T) ((#1=(-385 (-525)) #1#) . T))
-(|has| |#2| (-136))
+(((|#1| (-527) (-1007)) . T))
+(-2027 (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#1| (-387 (-527)) (-1007)) . T))
+(((|#1| (-715) (-1007)) . T))
+(|has| |#1| (-791))
+(((#0=(-847 |#1|) #0#) . T) (($ $) . T) ((#1=(-387 (-527)) #1#) . T))
(|has| |#2| (-138))
+(|has| |#2| (-140))
(((|#2|) . T))
-(|has| |#1| (-136))
(|has| |#1| (-138))
-(|has| |#1| (-1020))
-((((-845 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-(|has| |#1| (-1020))
-(((|#1|) . T))
-(|has| |#1| (-1020))
-((((-525)) -12 (|has| |#1| (-341)) (|has| |#2| (-588 (-525)))) ((|#2|) |has| |#1| (-341)))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020)))
-(((|#2|) |has| |#2| (-160)))
-(((|#1|) |has| |#1| (-160)))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-((((-798)) . T))
-(|has| |#3| (-787))
-((((-798)) . T))
-((((-1159 |#2| |#3| |#4|) (-297 |#2| |#3| |#4|)) . T))
-((((-798)) . T))
-(((|#1| |#1|) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-977))))
-(((|#1|) . T))
-((((-525)) . T))
-((((-525)) . T))
-(((|#1|) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-977))))
-(((|#2|) |has| |#2| (-341)))
-((($) . T) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-341)))
+(|has| |#1| (-140))
+(|has| |#1| (-1022))
+((((-847 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+(|has| |#1| (-1022))
+(((|#1|) . T))
+(|has| |#1| (-1022))
+((((-527)) -12 (|has| |#1| (-343)) (|has| |#2| (-590 (-527)))) ((|#2|) |has| |#1| (-343)))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022)))
+(((|#2|) |has| |#2| (-162)))
+(((|#1|) |has| |#1| (-162)))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+((((-800)) . T))
+(|has| |#3| (-789))
+((((-800)) . T))
+((((-1161 |#2| |#3| |#4|) (-299 |#2| |#3| |#4|)) . T))
+((((-800)) . T))
+(((|#1| |#1|) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-979))))
+(((|#1|) . T))
+((((-527)) . T))
+((((-527)) . T))
+(((|#1|) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-979))))
+(((|#2|) |has| |#2| (-343)))
+((($) . T) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-343)))
+(|has| |#1| (-791))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#2|) . T))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) |has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-846)))
+(((|#2|) . T) (((-527)) |has| |#2| (-590 (-527))))
+((((-800)) . T))
+((((-800)) . T))
+((((-503)) . T) (((-527)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
+((((-800)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
+(|has| |#1| (-215))
+(((|#1|) . T))
+(((|#1| (-527)) . T))
(|has| |#1| (-789))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#2|) . T))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) |has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-844)))
-(((|#2|) . T) (((-525)) |has| |#2| (-588 (-525))))
-((((-798)) . T))
-((((-798)) . T))
-((((-501)) . T) (((-525)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
-((((-798)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
-(|has| |#1| (-213))
-(((|#1|) . T))
-(((|#1| (-525)) . T))
-(|has| |#1| (-787))
-(((|#1| (-1090 |#1| |#2| |#3|)) . T))
+(((|#1| (-1092 |#1| |#2| |#3|)) . T))
(((|#1| |#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#1| (-385 (-525))) . T))
-(((|#1| (-1083 |#1| |#2| |#3|)) . T))
-(((|#1| (-713)) . T))
+(((|#1| (-387 (-527))) . T))
+(((|#1| (-1085 |#1| |#2| |#3|)) . T))
+(((|#1| (-715)) . T))
(((|#1|) . T))
-(((|#1| |#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) . T))
+(((|#1| |#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-136))
(|has| |#1| (-138))
+(|has| |#1| (-140))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
(((|#1| |#2|) . T))
-((((-125)) . T))
-((((-135)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) . T) (($ $) . T))
-((((-798)) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-((($) . T) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(|has| (-385 |#2|) (-213))
-(|has| |#1| (-844))
-(((|#2|) |has| |#2| (-977)))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-(|has| |#1| (-341))
-(((|#1|) |has| |#1| (-160)))
+((((-127)) . T))
+((((-137)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) . T) (($ $) . T))
+((((-800)) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+((($) . T) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(|has| (-387 |#2|) (-215))
+(|has| |#1| (-846))
+(((|#2|) |has| |#2| (-979)))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+(|has| |#1| (-343))
+(((|#1|) |has| |#1| (-162)))
(((|#1| |#1|) . T))
-((((-805 |#1|)) . T))
-((((-798)) . T))
+((((-807 |#1|)) . T))
+((((-800)) . T))
(((|#1|) . T))
-(((|#2|) |has| |#2| (-1020)))
-(|has| |#2| (-789))
+(((|#2|) |has| |#2| (-1022)))
+(|has| |#2| (-791))
(((|#1|) . T))
-((((-385 (-525))) . T) (((-525)) . T) (((-565 $)) . T))
+((((-387 (-527))) . T) (((-527)) . T) (((-567 $)) . T))
(((|#1|) . T))
-((((-798)) . T))
+((((-800)) . T))
((($) . T))
-(|has| |#1| (-789))
-((((-798)) . T))
-(((|#1| (-497 |#2|) |#2|) . T))
-(((|#1| (-525) (-1005)) . T))
-((((-845 |#1|)) . T))
-((((-798)) . T))
+(|has| |#1| (-791))
+((((-800)) . T))
+(((|#1| (-499 |#2|) |#2|) . T))
+(((|#1| (-527) (-1007)) . T))
+((((-847 |#1|)) . T))
+((((-800)) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(((|#1| (-385 (-525)) (-1005)) . T))
-(((|#1| (-713) (-1005)) . T))
-(((#0=(-385 |#2|) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-(((|#1|) . T) (((-525)) -2067 (|has| (-385 (-525)) (-968 (-525))) (|has| |#1| (-968 (-525)))) (((-385 (-525))) . T))
-(((|#1| (-556 |#1| |#3|) (-556 |#1| |#2|)) . T))
-(((|#1|) |has| |#1| (-160)))
+(((|#1| (-387 (-527)) (-1007)) . T))
+(((|#1| (-715) (-1007)) . T))
+(((#0=(-387 |#2|) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+(((|#1|) . T) (((-527)) -2027 (|has| (-387 (-527)) (-970 (-527))) (|has| |#1| (-970 (-527)))) (((-387 (-527))) . T))
+(((|#1| (-558 |#1| |#3|) (-558 |#1| |#2|)) . T))
+(((|#1|) |has| |#1| (-162)))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
-(|has| |#2| (-213))
-(((|#2| (-497 (-800 |#1|)) (-800 |#1|)) . T))
-((((-798)) . T))
-((($) |has| |#1| (-517)) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-798)) . T))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
+(|has| |#2| (-215))
+(((|#2| (-499 (-802 |#1|)) (-802 |#1|)) . T))
+((((-800)) . T))
+((($) |has| |#1| (-519)) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-800)) . T))
(((|#1| |#3|) . T))
-((((-798)) . T))
-(((|#1|) |has| |#1| (-160)))
-((((-641)) . T))
-((((-641)) . T))
-(((|#2|) |has| |#2| (-160)))
-(|has| |#2| (-787))
-((((-108)) |has| |#1| (-1020)) (((-798)) -2067 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-450)) (|has| |#1| (-669)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)) (|has| |#1| (-1032)) (|has| |#1| (-1020))))
+((((-800)) . T))
+(((|#1|) |has| |#1| (-162)))
+((((-643)) . T))
+((((-643)) . T))
+(((|#2|) |has| |#2| (-162)))
+(|has| |#2| (-789))
+((((-110)) |has| |#1| (-1022)) (((-800)) -2027 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-452)) (|has| |#1| (-671)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)) (|has| |#1| (-1034)) (|has| |#1| (-1022))))
(((|#1|) . T) (($) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) . T))
-((((-798)) . T))
-((((-525) |#1|) . T))
-((((-641)) . T) (((-385 (-525))) . T) (((-525)) . T))
-(((|#1| |#1|) |has| |#1| (-160)))
-(((|#2|) . T))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-((((-357)) . T))
-((((-641)) . T))
-((((-385 (-525))) . #0=(|has| |#2| (-341))) (($) . #0#))
-(((|#1|) |has| |#1| (-160)))
-((((-385 (-887 |#1|))) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) . T))
+((((-800)) . T))
+((((-527) |#1|) . T))
+((((-643)) . T) (((-387 (-527))) . T) (((-527)) . T))
+(((|#1| |#1|) |has| |#1| (-162)))
+(((|#2|) . T))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+((((-359)) . T))
+((((-643)) . T))
+((((-387 (-527))) . #0=(|has| |#2| (-343))) (($) . #0#))
+(((|#1|) |has| |#1| (-162)))
+((((-387 (-889 |#1|))) . T))
(((|#2| |#2|) . T))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#2|) . T))
-(|has| |#2| (-789))
-(((|#3|) |has| |#3| (-977)))
-(|has| |#2| (-844))
-(|has| |#1| (-844))
-(|has| |#1| (-341))
-(|has| |#1| (-789))
-((((-1092)) |has| |#2| (-835 (-1092))))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-450))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-341))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-450)) (|has| |#1| (-517)) (|has| |#1| (-977)) (|has| |#1| (-1032)))
-(|has| |#1| (-37 (-385 (-525))))
-((((-112 |#1|)) . T))
-((((-112 |#1|)) . T))
-(|has| |#1| (-327))
-((((-135)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-((($) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(((|#2|) . T) (((-798)) . T))
-(((|#2|) . T) (((-798)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-789))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#2|) . T))
+(|has| |#2| (-791))
+(((|#3|) |has| |#3| (-979)))
+(|has| |#2| (-846))
+(|has| |#1| (-846))
+(|has| |#1| (-343))
+(|has| |#1| (-791))
+((((-1094)) |has| |#2| (-837 (-1094))))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-452))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-343))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-452)) (|has| |#1| (-519)) (|has| |#1| (-979)) (|has| |#1| (-1034)))
+(|has| |#1| (-37 (-387 (-527))))
+((((-114 |#1|)) . T))
+((((-114 |#1|)) . T))
+(|has| |#1| (-329))
+((((-137)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+((($) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(((|#2|) . T) (((-800)) . T))
+(((|#2|) . T) (((-800)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-791))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
(((|#1| |#2|) . T))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) ((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) ((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
(((|#2|) . T))
(((|#3|) . T))
-((((-112 |#1|)) . T))
-(|has| |#1| (-346))
-(|has| |#1| (-789))
-(((|#2|) . T) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T))
-((((-112 |#1|)) . T))
-(((|#2|) |has| |#2| (-160)))
-(((|#1|) . T))
-((((-525)) . T))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-((((-798)) . T))
-((((-798)) . T))
-((((-501)) |has| |#1| (-567 (-501))) (((-827 (-525))) |has| |#1| (-567 (-827 (-525)))) (((-827 (-357))) |has| |#1| (-567 (-827 (-357)))) (((-357)) . #0=(|has| |#1| (-953))) (((-205)) . #0#))
-(((|#1|) |has| |#1| (-341)))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((($ $) . T) (((-565 $) $) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-((($) . T) (((-1160 |#1| |#2| |#3| |#4|)) . T) (((-385 (-525))) . T))
-((($) -2067 (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-517)) (|has| |#1| (-977))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-517)))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-((((-357)) . T) (((-525)) . T) (((-385 (-525))) . T))
-((((-592 (-722 |#1| (-800 |#2|)))) . T) (((-798)) . T))
-((((-501)) |has| (-722 |#1| (-800 |#2|)) (-567 (-501))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-357)) . T))
-(((|#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))
-((((-798)) . T))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-844)))
-(((|#1|) . T))
-(|has| |#1| (-789))
-(|has| |#1| (-789))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-(|has| |#1| (-1020))
-((((-798)) . T))
-((((-385 (-525))) . T) (((-525)) . T) (((-565 $)) . T))
-(|has| |#1| (-136))
+((((-114 |#1|)) . T))
+(|has| |#1| (-348))
+(|has| |#1| (-791))
+(((|#2|) . T) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T))
+((((-114 |#1|)) . T))
+(((|#2|) |has| |#2| (-162)))
+(((|#1|) . T))
+((((-527)) . T))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+((((-800)) . T))
+((((-800)) . T))
+((((-503)) |has| |#1| (-569 (-503))) (((-829 (-527))) |has| |#1| (-569 (-829 (-527)))) (((-829 (-359))) |has| |#1| (-569 (-829 (-359)))) (((-359)) . #0=(|has| |#1| (-955))) (((-207)) . #0#))
+(((|#1|) |has| |#1| (-343)))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((($ $) . T) (((-567 $) $) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+((($) . T) (((-1162 |#1| |#2| |#3| |#4|)) . T) (((-387 (-527))) . T))
+((($) -2027 (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-519)) (|has| |#1| (-979))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-519)))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+((((-359)) . T) (((-527)) . T) (((-387 (-527))) . T))
+((((-594 (-724 |#1| (-802 |#2|)))) . T) (((-800)) . T))
+((((-503)) |has| (-724 |#1| (-802 |#2|)) (-569 (-503))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-359)) . T))
+(((|#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))
+((((-800)) . T))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-846)))
+(((|#1|) . T))
+(|has| |#1| (-791))
+(|has| |#1| (-791))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+(|has| |#1| (-1022))
+((((-800)) . T))
+((((-387 (-527))) . T) (((-527)) . T) (((-567 $)) . T))
(|has| |#1| (-138))
-((((-525)) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(((#0=(-1159 |#2| |#3| |#4|)) . T) (((-385 (-525))) |has| #0# (-37 (-385 (-525)))) (($) . T))
-((((-525)) . T))
-(|has| |#1| (-341))
-(-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-138)) (|has| |#1| (-341))) (|has| |#1| (-138)))
-(-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-136)) (|has| |#1| (-341))) (|has| |#1| (-136)))
-(|has| |#1| (-341))
-(|has| |#1| (-136))
+(|has| |#1| (-140))
+((((-527)) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(((#0=(-1161 |#2| |#3| |#4|)) . T) (((-387 (-527))) |has| #0# (-37 (-387 (-527)))) (($) . T))
+((((-527)) . T))
+(|has| |#1| (-343))
+(-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-140)) (|has| |#1| (-343))) (|has| |#1| (-140)))
+(-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-138)) (|has| |#1| (-343))) (|has| |#1| (-138)))
+(|has| |#1| (-343))
(|has| |#1| (-138))
+(|has| |#1| (-140))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-(|has| |#1| (-213))
-(|has| |#1| (-341))
+(|has| |#1| (-215))
+(|has| |#1| (-343))
(((|#3|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-525)) |has| |#2| (-588 (-525))) ((|#2|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-527)) |has| |#2| (-590 (-527))) ((|#2|) . T))
(((|#2|) . T))
-(|has| |#1| (-1020))
+(|has| |#1| (-1022))
(((|#1| |#2|) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-588 (-525))))
-(((|#3|) |has| |#3| (-160)))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020)))
-((((-525)) . T))
-(((|#1| $) |has| |#1| (-265 |#1| |#1|)))
-((((-385 (-525))) . T) (($) . T) (((-385 |#1|)) . T) ((|#1|) . T))
-((((-798)) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-590 (-527))))
+(((|#3|) |has| |#3| (-162)))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022)))
+((((-527)) . T))
+(((|#1| $) |has| |#1| (-267 |#1| |#1|)))
+((((-387 (-527))) . T) (($) . T) (((-387 |#1|)) . T) ((|#1|) . T))
+((((-800)) . T))
(((|#3|) . T))
-(((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-269)) (|has| |#1| (-341))) ((#0=(-385 (-525)) #0#) |has| |#1| (-341)))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-((($) . T))
-((((-525) |#1|) . T))
-((((-1092)) |has| (-385 |#2|) (-835 (-1092))))
-(((|#1|) . T) (($) -2067 (|has| |#1| (-269)) (|has| |#1| (-341))) (((-385 (-525))) |has| |#1| (-341)))
-((((-501)) |has| |#2| (-567 (-501))))
-((((-632 |#2|)) . T) (((-798)) . T))
-(((|#1|) . T))
-(((|#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-((((-805 |#1|)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(-2067 (|has| |#4| (-735)) (|has| |#4| (-787)))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
-((((-798)) . T))
-((((-798)) . T))
-(((|#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#2|) |has| |#2| (-977)))
-(((|#1|) . T))
-((((-385 |#2|)) . T))
-(((|#1|) . T))
-(((|#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))
-((((-525) |#1|) . T))
-(((|#1|) . T))
-((($) . T))
-((((-525)) . T) (($) . T) (((-385 (-525))) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-385 (-525))) . T) (($) . T))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-1132)))
-((($) . T))
-((((-385 (-525))) |has| #0=(-385 |#2|) (-968 (-385 (-525)))) (((-525)) |has| #0# (-968 (-525))) ((#0#) . T))
-(((|#2|) . T) (((-525)) |has| |#2| (-588 (-525))))
-(((|#1| (-713)) . T))
+(((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-271)) (|has| |#1| (-343))) ((#0=(-387 (-527)) #0#) |has| |#1| (-343)))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+((($) . T))
+((((-527) |#1|) . T))
+((((-1094)) |has| (-387 |#2|) (-837 (-1094))))
+(((|#1|) . T) (($) -2027 (|has| |#1| (-271)) (|has| |#1| (-343))) (((-387 (-527))) |has| |#1| (-343)))
+((((-503)) |has| |#2| (-569 (-503))))
+((((-634 |#2|)) . T) (((-800)) . T))
+(((|#1|) . T))
+(((|#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+((((-807 |#1|)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(-2027 (|has| |#4| (-737)) (|has| |#4| (-789)))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
+((((-800)) . T))
+((((-800)) . T))
+(((|#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#2|) |has| |#2| (-979)))
+(((|#1|) . T))
+((((-387 |#2|)) . T))
+(((|#1|) . T))
+(((|#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))
+((((-527) |#1|) . T))
+(((|#1|) . T))
+((($) . T))
+((((-527)) . T) (($) . T) (((-387 (-527))) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-387 (-527))) . T) (($) . T))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-1134)))
+((($) . T))
+((((-387 (-527))) |has| #0=(-387 |#2|) (-970 (-387 (-527)))) (((-527)) |has| #0# (-970 (-527))) ((#0#) . T))
+(((|#2|) . T) (((-527)) |has| |#2| (-590 (-527))))
+(((|#1| (-715)) . T))
+(|has| |#1| (-791))
+(((|#1|) . T) (((-527)) |has| |#1| (-590 (-527))))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+((((-527)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) |has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(|has| |#1| (-789))
-(((|#1|) . T) (((-525)) |has| |#1| (-588 (-525))))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-((((-525)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) |has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(|has| |#1| (-787))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-327))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-329))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
(((|#1| |#2|) . T))
-((((-135)) . T))
-((((-722 |#1| (-800 |#2|))) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(|has| |#1| (-1114))
-(((|#1|) . T))
-(-2067 (|has| |#3| (-25)) (|has| |#3| (-126)) (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-346)) (|has| |#3| (-669)) (|has| |#3| (-735)) (|has| |#3| (-787)) (|has| |#3| (-977)) (|has| |#3| (-1020)))
-((((-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)))
-(((|#2|) . T))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-845 |#1|)) . T))
-((($) . T))
-((((-385 (-887 |#1|))) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-501)) |has| |#4| (-567 (-501))))
-((((-798)) . T) (((-592 |#4|)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#1|) . T))
-(|has| |#1| (-787))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) |has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))))
-(|has| |#1| (-1020))
-(|has| |#1| (-341))
+((((-137)) . T))
+((((-724 |#1| (-802 |#2|))) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(|has| |#1| (-1116))
+(((|#1|) . T))
+(-2027 (|has| |#3| (-25)) (|has| |#3| (-128)) (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-348)) (|has| |#3| (-671)) (|has| |#3| (-737)) (|has| |#3| (-789)) (|has| |#3| (-979)) (|has| |#3| (-1022)))
+((((-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)))
+(((|#2|) . T))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-847 |#1|)) . T))
+((($) . T))
+((((-387 (-889 |#1|))) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-503)) |has| |#4| (-569 (-503))))
+((((-800)) . T) (((-594 |#4|)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#1|) . T))
(|has| |#1| (-789))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) |has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))))
+(|has| |#1| (-1022))
+(|has| |#1| (-343))
+(|has| |#1| (-791))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((($) . T) (((-385 (-525))) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#1|) |has| |#1| (-160)))
-(|has| |#1| (-136))
+((($) . T) (((-387 (-527))) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#1|) |has| |#1| (-162)))
(|has| |#1| (-138))
-(-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-138)) (|has| |#1| (-341))) (|has| |#1| (-138)))
-(-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-136)) (|has| |#1| (-341))) (|has| |#1| (-136)))
-(|has| |#1| (-136))
+(|has| |#1| (-140))
+(-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-140)) (|has| |#1| (-343))) (|has| |#1| (-140)))
+(-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-138)) (|has| |#1| (-343))) (|has| |#1| (-138)))
(|has| |#1| (-138))
+(|has| |#1| (-140))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-((((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)))
-(|has| |#1| (-787))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+((((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)))
+(|has| |#1| (-789))
(((|#1| |#2|) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-588 (-525))))
-((((-525)) |has| |#1| (-588 (-525))) ((|#1|) . T))
-((((-845 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-1020))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T) (((-525)) . T))
-(|has| |#2| (-136))
+(((|#1|) . T) (((-527)) |has| |#1| (-590 (-527))))
+((((-527)) |has| |#1| (-590 (-527))) ((|#1|) . T))
+((((-847 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-1022))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T) (((-527)) . T))
(|has| |#2| (-138))
-((((-845 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-1020))
-(((|#2|) |has| |#2| (-160)))
+(|has| |#2| (-140))
+((((-847 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-1022))
+(((|#2|) |has| |#2| (-162)))
(((|#2|) . T))
(((|#1| |#1|) . T))
-(((|#3|) |has| |#3| (-341)))
-((((-385 |#2|)) . T))
-((((-798)) . T))
-(((|#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((|#1| |#1|) |has| |#1| (-288 |#1|)))
-(((|#1|) -2067 (|has| |#1| (-160)) (|has| |#1| (-341))))
-((((-294 |#1|)) . T))
-(((|#2|) |has| |#2| (-341)))
-(((|#2|) . T))
-((((-385 (-525))) . T) (((-641)) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((#0=(-722 |#1| (-800 |#2|)) #0#) |has| (-722 |#1| (-800 |#2|)) (-288 (-722 |#1| (-800 |#2|)))))
-((((-800 |#1|)) . T))
-(((|#2|) |has| |#2| (-160)))
-(((|#1|) |has| |#1| (-160)))
-(((|#2|) . T))
-((((-1092)) |has| |#1| (-835 (-1092))) (((-1005)) . T))
-((((-1092)) |has| |#1| (-835 (-1092))) (((-1010 (-1092))) . T))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(|has| |#1| (-37 (-385 (-525))))
-(((|#4|) |has| |#4| (-977)) (((-525)) -12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))))
-(((|#3|) |has| |#3| (-977)) (((-525)) -12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))))
-(|has| |#1| (-136))
+(((|#3|) |has| |#3| (-343)))
+((((-387 |#2|)) . T))
+((((-800)) . T))
+(((|#1|) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((|#1| |#1|) |has| |#1| (-290 |#1|)))
+(((|#1|) -2027 (|has| |#1| (-162)) (|has| |#1| (-343))))
+((((-296 |#1|)) . T))
+(((|#2|) |has| |#2| (-343)))
+(((|#2|) . T))
+((((-387 (-527))) . T) (((-643)) . T) (($) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((#0=(-724 |#1| (-802 |#2|)) #0#) |has| (-724 |#1| (-802 |#2|)) (-290 (-724 |#1| (-802 |#2|)))))
+((((-802 |#1|)) . T))
+(((|#2|) |has| |#2| (-162)))
+(((|#1|) |has| |#1| (-162)))
+(((|#2|) . T))
+((((-1094)) |has| |#1| (-837 (-1094))) (((-1007)) . T))
+((((-1094)) |has| |#1| (-837 (-1094))) (((-1012 (-1094))) . T))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(|has| |#1| (-37 (-387 (-527))))
+(((|#4|) |has| |#4| (-979)) (((-527)) -12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))))
+(((|#3|) |has| |#3| (-979)) (((-527)) -12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))))
(|has| |#1| (-138))
+(|has| |#1| (-140))
((($ $) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-450)) (|has| |#1| (-669)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)) (|has| |#1| (-1032)) (|has| |#1| (-1020)))
-(|has| |#1| (-517))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-452)) (|has| |#1| (-671)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)) (|has| |#1| (-1034)) (|has| |#1| (-1022)))
+(|has| |#1| (-519))
(((|#2|) . T))
-((((-525)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
+((((-527)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
(((|#1|) . T))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-517)) (|has| |#1| (-977)))
-((((-538 |#1|)) . T))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-519)) (|has| |#1| (-979)))
+((((-540 |#1|)) . T))
((($) . T))
(((|#1| (-57 |#1|) (-57 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
((($) . T))
(((|#1|) . T))
-((((-798)) . T))
-(((|#2|) |has| |#2| (-6 (-4261 "*"))))
+((((-800)) . T))
+(((|#2|) |has| |#2| (-6 (-4263 "*"))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-385 (-525))) |has| |#2| (-968 (-385 (-525)))) (((-525)) |has| |#2| (-968 (-525))) ((|#2|) . T) (((-800 |#1|)) . T))
-((($) . T) (((-112 |#1|)) . T) (((-385 (-525))) . T))
-((((-1044 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-((((-1088 |#1|)) . T) (((-1005)) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-((((-1044 |#1| (-1092))) . T) (((-1010 (-1092))) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-1092)) . T))
-(|has| |#1| (-1020))
+((((-387 (-527))) |has| |#2| (-970 (-387 (-527)))) (((-527)) |has| |#2| (-970 (-527))) ((|#2|) . T) (((-802 |#1|)) . T))
+((($) . T) (((-114 |#1|)) . T) (((-387 (-527))) . T))
+((((-1046 |#1| |#2|)) . T) ((|#2|) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+((((-1090 |#1|)) . T) (((-1007)) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+((((-1046 |#1| (-1094))) . T) (((-1012 (-1094))) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-1094)) . T))
+(|has| |#1| (-1022))
((($) . T))
-(|has| |#1| (-1020))
-((((-525)) -12 (|has| |#1| (-821 (-525))) (|has| |#2| (-821 (-525)))) (((-357)) -12 (|has| |#1| (-821 (-357))) (|has| |#2| (-821 (-357)))))
+(|has| |#1| (-1022))
+((((-527)) -12 (|has| |#1| (-823 (-527))) (|has| |#2| (-823 (-527)))) (((-359)) -12 (|has| |#1| (-823 (-359))) (|has| |#2| (-823 (-359)))))
(((|#1| |#2|) . T))
-((((-1092) |#1|) . T))
+((((-1094) |#1|) . T))
(((|#4|) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-((((-1092) (-51)) . T))
-((((-1159 |#2| |#3| |#4|) (-297 |#2| |#3| |#4|)) . T))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T))
-((((-798)) . T))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-346)) (|has| |#2| (-669)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)) (|has| |#2| (-1020)))
-(((#0=(-1160 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-(((|#1| |#1|) |has| |#1| (-160)) ((#0=(-385 (-525)) #0#) |has| |#1| (-517)) (($ $) |has| |#1| (-517)))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1| $) |has| |#1| (-265 |#1| |#1|)))
-((((-1160 |#1| |#2| |#3| |#4|)) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-517)) (($) |has| |#1| (-517)))
-(|has| |#1| (-341))
-(|has| |#1| (-136))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+((((-1094) (-51)) . T))
+((((-1161 |#2| |#3| |#4|) (-299 |#2| |#3| |#4|)) . T))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T))
+((((-800)) . T))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-348)) (|has| |#2| (-671)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)) (|has| |#2| (-1022)))
+(((#0=(-1162 |#1| |#2| |#3| |#4|) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+(((|#1| |#1|) |has| |#1| (-162)) ((#0=(-387 (-527)) #0#) |has| |#1| (-519)) (($ $) |has| |#1| (-519)))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1| $) |has| |#1| (-267 |#1| |#1|)))
+((((-1162 |#1| |#2| |#3| |#4|)) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-519)) (($) |has| |#1| (-519)))
+(|has| |#1| (-343))
(|has| |#1| (-138))
+(|has| |#1| (-140))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-((((-385 (-525))) . T) (($) . T))
-(((|#3|) |has| |#3| (-341)))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-((((-1092)) . T))
+((((-387 (-527))) . T) (($) . T))
+(((|#3|) |has| |#3| (-343)))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+((((-1094)) . T))
(((|#1|) . T))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
(((|#2| |#3|) . T))
-(-2067 (|has| |#2| (-341)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(((|#1| (-497 |#2|)) . T))
-(((|#1| (-713)) . T))
-(((|#1| (-497 (-1010 (-1092)))) . T))
-(((|#1|) |has| |#1| (-160)))
-(((|#1|) . T))
-(|has| |#2| (-844))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-((((-798)) . T))
-((($ $) . T) ((#0=(-1159 |#2| |#3| |#4|) #0#) . T) ((#1=(-385 (-525)) #1#) |has| #0# (-37 (-385 (-525)))))
-((((-845 |#1|)) . T))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-762)))
-((($) . T) (((-385 (-525))) . T))
-((($) . T))
-((($) . T))
-(|has| |#1| (-341))
-(-2067 (|has| |#1| (-286)) (|has| |#1| (-341)) (|has| |#1| (-327)) (|has| |#1| (-517)))
-(|has| |#1| (-341))
-((($) . T) ((#0=(-1159 |#2| |#3| |#4|)) . T) (((-385 (-525))) |has| #0# (-37 (-385 (-525)))))
+(-2027 (|has| |#2| (-343)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(((|#1| (-499 |#2|)) . T))
+(((|#1| (-715)) . T))
+(((|#1| (-499 (-1012 (-1094)))) . T))
+(((|#1|) |has| |#1| (-162)))
+(((|#1|) . T))
+(|has| |#2| (-846))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+((((-800)) . T))
+((($ $) . T) ((#0=(-1161 |#2| |#3| |#4|) #0#) . T) ((#1=(-387 (-527)) #1#) |has| #0# (-37 (-387 (-527)))))
+((((-847 |#1|)) . T))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-764)))
+((($) . T) (((-387 (-527))) . T))
+((($) . T))
+((($) . T))
+(|has| |#1| (-343))
+(-2027 (|has| |#1| (-288)) (|has| |#1| (-343)) (|has| |#1| (-329)) (|has| |#1| (-519)))
+(|has| |#1| (-343))
+((($) . T) ((#0=(-1161 |#2| |#3| |#4|)) . T) (((-387 (-527))) |has| #0# (-37 (-387 (-527)))))
(((|#1| |#2|) . T))
-((((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)))
-(-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341)) (|has| |#1| (-327)))
-(-2067 (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)))
-((((-525)) |has| |#1| (-588 (-525))) ((|#1|) . T))
+((((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)))
+(-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343)) (|has| |#1| (-329)))
+(-2027 (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)))
+((((-527)) |has| |#1| (-590 (-527))) ((|#1|) . T))
(((|#1| |#2|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-108)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-110)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((|#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|))) . T))
-(|has| |#2| (-341))
-(|has| |#1| (-789))
+(((|#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|))) . T))
+(|has| |#2| (-343))
+(|has| |#1| (-791))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-798)) . T))
-(|has| |#1| (-1020))
+((((-800)) . T))
+(|has| |#1| (-1022))
(((|#4|) . T))
(((|#4|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-385 $) (-385 $)) |has| |#1| (-517)) (($ $) . T) ((|#1| |#1|) . T))
-(|has| |#2| (-762))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-387 $) (-387 $)) |has| |#1| (-519)) (($ $) . T) ((|#1| |#1|) . T))
+(|has| |#2| (-764))
(((|#4|) . T))
((($) . T))
((($ $) . T))
((($) . T))
-((((-798)) . T))
-(((|#1| (-497 (-1092))) . T))
-(((|#1|) |has| |#1| (-160)))
-((((-798)) . T))
-(((|#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(((|#2|) -2067 (|has| |#2| (-6 (-4261 "*"))) (|has| |#2| (-160))))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(|has| |#2| (-789))
-(|has| |#2| (-844))
-(|has| |#1| (-844))
-(((|#2|) |has| |#2| (-160)))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)))
-((((-798)) . T))
-((((-798)) . T))
-((((-501)) . T) (((-525)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
+((((-800)) . T))
+(((|#1| (-499 (-1094))) . T))
+(((|#1|) |has| |#1| (-162)))
+((((-800)) . T))
+(((|#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(((|#2|) -2027 (|has| |#2| (-6 (-4263 "*"))) (|has| |#2| (-162))))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(|has| |#2| (-791))
+(|has| |#2| (-846))
+(|has| |#1| (-846))
+(((|#2|) |has| |#2| (-162)))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)))
+((((-800)) . T))
+((((-800)) . T))
+((((-503)) . T) (((-527)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
(((|#1| |#2|) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) . T))
(((|#1|) . T))
-((((-798)) . T))
+((((-800)) . T))
(((|#1| |#2|) . T))
-(((|#1| (-385 (-525))) . T))
+(((|#1| (-387 (-527))) . T))
(((|#1|) . T))
-(-2067 (|has| |#1| (-269)) (|has| |#1| (-341)))
-((((-135)) . T))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-787))
-((((-798)) . T))
-((((-798)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| |#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) . T))
+(-2027 (|has| |#1| (-271)) (|has| |#1| (-343)))
+((((-137)) . T))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-789))
+((((-800)) . T))
+((((-800)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| |#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
(((|#2| |#2|) . T) ((|#1| |#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-501)) |has| |#1| (-567 (-501))) (((-827 (-525))) |has| |#1| (-567 (-827 (-525)))) (((-827 (-357))) |has| |#1| (-567 (-827 (-357)))))
-((((-1092) (-51)) . T))
-(((|#2|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-592 (-135))) . T) (((-1075)) . T))
-((((-798)) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-((((-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((|#1| |#1|) |has| |#1| (-288 |#1|)))
+((((-800)) . T))
+((((-800)) . T))
+((((-503)) |has| |#1| (-569 (-503))) (((-829 (-527))) |has| |#1| (-569 (-829 (-527)))) (((-829 (-359))) |has| |#1| (-569 (-829 (-359)))))
+((((-1094) (-51)) . T))
+(((|#2|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-594 (-137))) . T) (((-1077)) . T))
+((((-800)) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+((((-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((|#1| |#1|) |has| |#1| (-290 |#1|)))
+(|has| |#1| (-791))
+((((-800)) . T))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) . T))
+(((|#2|) |has| |#2| (-343)))
+((((-800)) . T))
+((((-503)) |has| |#4| (-569 (-503))))
+((((-800)) . T) (((-594 |#4|)) . T))
+(((|#2|) . T))
+((((-847 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+(-2027 (|has| |#4| (-162)) (|has| |#4| (-671)) (|has| |#4| (-789)) (|has| |#4| (-979)))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-671)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+((((-1094) (-51)) . T))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(|has| |#1| (-846))
+(|has| |#1| (-846))
+(((|#2|) . T))
+(((|#1|) . T))
+((((-800)) . T))
+((((-527)) . T))
+(((#0=(-387 (-527)) #0#) . T) (($ $) . T))
+((((-387 (-527))) . T) (($) . T))
+(((|#1| (-387 (-527)) (-1007)) . T))
+(|has| |#1| (-1022))
+(|has| |#1| (-519))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(|has| |#1| (-764))
+(((#0=(-847 |#1|) #0#) . T) (($ $) . T) ((#1=(-387 (-527)) #1#) . T))
+((((-387 |#2|)) . T))
(|has| |#1| (-789))
-((((-798)) . T))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) . T))
-(((|#2|) |has| |#2| (-341)))
-((((-798)) . T))
-((((-501)) |has| |#4| (-567 (-501))))
-((((-798)) . T) (((-592 |#4|)) . T))
-(((|#2|) . T))
-((((-845 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-(-2067 (|has| |#4| (-160)) (|has| |#4| (-669)) (|has| |#4| (-787)) (|has| |#4| (-977)))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-669)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-((((-1092) (-51)) . T))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(|has| |#1| (-844))
-(|has| |#1| (-844))
-(((|#2|) . T))
-(((|#1|) . T))
-((((-798)) . T))
-((((-525)) . T))
-(((#0=(-385 (-525)) #0#) . T) (($ $) . T))
-((((-385 (-525))) . T) (($) . T))
-(((|#1| (-385 (-525)) (-1005)) . T))
-(|has| |#1| (-1020))
-(|has| |#1| (-517))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(|has| |#1| (-762))
-(((#0=(-845 |#1|) #0#) . T) (($ $) . T) ((#1=(-385 (-525)) #1#) . T))
-((((-385 |#2|)) . T))
-(|has| |#1| (-787))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) . T) ((#1=(-525) #1#) . T) (($ $) . T))
-((((-845 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-(((|#2|) |has| |#2| (-977)) (((-525)) -12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977))))
-(((|#1|) . T) (((-385 (-525))) . T) (((-525)) . T) (($) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) . T) ((#1=(-527) #1#) . T) (($ $) . T))
+((((-847 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+(((|#2|) |has| |#2| (-979)) (((-527)) -12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979))))
+(((|#1|) . T) (((-387 (-527))) . T) (((-527)) . T) (($) . T))
(((|#1| |#2| |#3| |#4|) . T))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-(|has| |#1| (-136))
-(((|#2|) . T))
-((((-798)) . T))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-(((#0=(-51)) . T) (((-2 (|:| -1556 (-1092)) (|:| -3448 #0#))) . T))
-(|has| |#1| (-327))
-((((-525)) . T))
-((((-798)) . T))
-(((#0=(-1160 |#1| |#2| |#3| |#4|) $) |has| #0# (-265 #0# #0#)))
-(|has| |#1| (-341))
-(((#0=(-1005) |#1|) . T) ((#0# $) . T) (($ $) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-(((#0=(-385 (-525)) #0#) . T) ((#1=(-641) #1#) . T) (($ $) . T))
-((((-294 |#1|)) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) |has| |#1| (-341)))
-(|has| |#1| (-1020))
-(((|#1|) . T))
-(((|#1|) -2067 (|has| |#2| (-345 |#1|)) (|has| |#2| (-395 |#1|))))
-(((|#1|) -2067 (|has| |#2| (-345 |#1|)) (|has| |#2| (-395 |#1|))))
-(((|#2|) . T))
-((((-385 (-525))) . T) (((-641)) . T) (($) . T))
+(((|#2|) . T))
+((((-800)) . T))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+(((#0=(-51)) . T) (((-2 (|:| -1550 (-1094)) (|:| -3484 #0#))) . T))
+(|has| |#1| (-329))
+((((-527)) . T))
+((((-800)) . T))
+(((#0=(-1162 |#1| |#2| |#3| |#4|) $) |has| #0# (-267 #0# #0#)))
+(|has| |#1| (-343))
+(((#0=(-1007) |#1|) . T) ((#0# $) . T) (($ $) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+(((#0=(-387 (-527)) #0#) . T) ((#1=(-643) #1#) . T) (($ $) . T))
+((((-296 |#1|)) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) |has| |#1| (-343)))
+(|has| |#1| (-1022))
+(((|#1|) . T))
+(((|#1|) -2027 (|has| |#2| (-347 |#1|)) (|has| |#2| (-397 |#1|))))
+(((|#1|) -2027 (|has| |#2| (-347 |#1|)) (|has| |#2| (-397 |#1|))))
+(((|#2|) . T))
+((((-387 (-527))) . T) (((-643)) . T) (($) . T))
(((|#3| |#3|) . T))
-(|has| |#2| (-213))
-((((-800 |#1|)) . T))
-((((-1092)) |has| |#1| (-835 (-1092))) ((|#3|) . T))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-953)))
-((((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)))
-((((-798)) . T))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-((((-385 (-525))) . T) (($) . T) (((-385 |#1|)) . T) ((|#1|) . T))
-((((-525)) . T))
-(|has| |#1| (-1020))
+(|has| |#2| (-215))
+((((-802 |#1|)) . T))
+((((-1094)) |has| |#1| (-837 (-1094))) ((|#3|) . T))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-955)))
+((((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)))
+((((-800)) . T))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+((((-387 (-527))) . T) (($) . T) (((-387 |#1|)) . T) ((|#1|) . T))
+((((-527)) . T))
+(|has| |#1| (-1022))
(((|#3|) . T))
(((|#2|) . T))
(((|#1|) . T))
-((((-525)) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#2|) . T) (((-525)) |has| |#2| (-588 (-525))))
+((((-527)) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#2|) . T) (((-527)) |has| |#2| (-590 (-527))))
(((|#1| |#2|) . T))
((($) . T))
-((((-538 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-((($) . T) (((-385 (-525))) . T))
+((((-540 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+((($) . T) (((-387 (-527))) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T) (($) . T))
-(((|#1| (-1174 |#1|) (-1174 |#1|)) . T))
+(((|#1| (-1176 |#1|) (-1176 |#1|)) . T))
(((|#1| |#2| |#3| |#4|) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((#0=(-112 |#1|) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-((((-385 (-525))) |has| |#2| (-968 (-385 (-525)))) (((-525)) |has| |#2| (-968 (-525))) ((|#2|) . T) (((-800 |#1|)) . T))
-((((-1044 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((|#2|) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((#0=(-114 |#1|) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+((((-387 (-527))) |has| |#2| (-970 (-387 (-527)))) (((-527)) |has| |#2| (-970 (-527))) ((|#2|) . T) (((-802 |#1|)) . T))
+((((-1046 |#1| |#2|)) . T) ((|#3|) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
((($ $) . T))
-((((-617 |#1|)) . T))
-((($) . T) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T))
-((((-112 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-((((-525)) -12 (|has| |#1| (-821 (-525))) (|has| |#3| (-821 (-525)))) (((-357)) -12 (|has| |#1| (-821 (-357))) (|has| |#3| (-821 (-357)))))
+((((-619 |#1|)) . T))
+((($) . T) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T))
+((((-114 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+((((-527)) -12 (|has| |#1| (-823 (-527))) (|has| |#3| (-823 (-527)))) (((-359)) -12 (|has| |#1| (-823 (-359))) (|has| |#3| (-823 (-359)))))
(((|#2|) . T) ((|#6|) . T))
-(((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) (($) . T))
-((((-135)) . T))
+(((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) (($) . T))
+((((-137)) . T))
((($) . T))
-((($) . T) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((($) . T) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
+((($) . T) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((($) . T) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
(((|#1|) . T))
-(|has| |#2| (-844))
-(|has| |#1| (-844))
-(|has| |#1| (-844))
+(|has| |#2| (-846))
+(|has| |#1| (-846))
+(|has| |#1| (-846))
(((|#4|) . T))
-(|has| |#2| (-953))
+(|has| |#2| (-955))
((($) . T))
-(|has| |#1| (-844))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
+(|has| |#1| (-846))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
((($) . T))
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
((($) . T))
-(|has| |#1| (-341))
-((((-845 |#1|)) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(-2067 (|has| |#1| (-346)) (|has| |#1| (-789)))
-(((|#1|) . T))
-((((-798)) . T))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092)))))
-((((-385 |#2|) |#3|) . T))
-((($) . T) (((-385 (-525))) . T))
-((((-713) |#1|) . T))
-(((|#2| (-220 (-2827 |#1|) (-713))) . T))
-(((|#1| (-497 |#3|)) . T))
-((((-385 (-525))) . T))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-((((-798)) . T))
-(((#0=(-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) #0#) |has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))))
-(|has| |#1| (-844))
-(|has| |#2| (-341))
-(-2067 (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-((((-157 (-357))) . T) (((-205)) . T) (((-357)) . T))
-((((-798)) . T))
-(((|#1|) . T))
-((((-357)) . T) (((-525)) . T))
-(((#0=(-385 (-525)) #0#) . T) (($ $) . T))
+(|has| |#1| (-343))
+((((-847 |#1|)) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(-2027 (|has| |#1| (-348)) (|has| |#1| (-791)))
+(((|#1|) . T))
+((((-800)) . T))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094)))))
+((((-387 |#2|) |#3|) . T))
+((($) . T) (((-387 (-527))) . T))
+((((-715) |#1|) . T))
+(((|#2| (-222 (-2809 |#1|) (-715))) . T))
+(((|#1| (-499 |#3|)) . T))
+((((-387 (-527))) . T))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+((((-800)) . T))
+(((#0=(-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) #0#) |has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))))
+(|has| |#1| (-846))
+(|has| |#2| (-343))
+(-2027 (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+((((-159 (-359))) . T) (((-207)) . T) (((-359)) . T))
+((((-800)) . T))
+(((|#1|) . T))
+((((-359)) . T) (((-527)) . T))
+(((#0=(-387 (-527)) #0#) . T) (($ $) . T))
((($ $) . T))
((($ $) . T))
(((|#1| |#1|) . T))
-((((-798)) . T))
-(|has| |#1| (-517))
-((((-385 (-525))) . T) (($) . T))
-((($) . T))
-((($) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(-2067 (|has| |#1| (-286)) (|has| |#1| (-341)) (|has| |#1| (-327)))
-(|has| |#1| (-37 (-385 (-525))))
-(-12 (|has| |#1| (-510)) (|has| |#1| (-770)))
-((((-798)) . T))
-((((-1092)) -2067 (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))) (-12 (|has| |#1| (-341)) (|has| |#2| (-835 (-1092))))))
-(|has| |#1| (-341))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092)))))
-(|has| |#1| (-341))
-((((-385 (-525))) . T) (($) . T))
-((($) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T))
-((((-525) |#1|) . T))
-(((|#1|) . T))
-(((|#2|) |has| |#1| (-341)))
-(((|#2|) |has| |#1| (-341)))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(((|#1|) . T))
-(((|#1|) |has| |#1| (-160)))
-(((|#1|) . T))
-(((|#2|) . T) (((-1092)) -12 (|has| |#1| (-341)) (|has| |#2| (-968 (-1092)))) (((-525)) -12 (|has| |#1| (-341)) (|has| |#2| (-968 (-525)))) (((-385 (-525))) -12 (|has| |#1| (-341)) (|has| |#2| (-968 (-525)))))
-(((|#2|) . T))
-((((-1092) #0=(-1160 |#1| |#2| |#3| |#4|)) |has| #0# (-486 (-1092) #0#)) ((#0# #0#) |has| #0# (-288 #0#)))
-((((-565 $) $) . T) (($ $) . T))
-((((-157 (-205))) . T) (((-157 (-357))) . T) (((-1088 (-641))) . T) (((-827 (-357))) . T))
-((((-798)) . T))
-(|has| |#1| (-517))
-(|has| |#1| (-517))
-(|has| (-385 |#2|) (-213))
-(((|#1| (-385 (-525))) . T))
+((((-800)) . T))
+(|has| |#1| (-519))
+((((-387 (-527))) . T) (($) . T))
+((($) . T))
+((($) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(-2027 (|has| |#1| (-288)) (|has| |#1| (-343)) (|has| |#1| (-329)))
+(|has| |#1| (-37 (-387 (-527))))
+(-12 (|has| |#1| (-512)) (|has| |#1| (-772)))
+((((-800)) . T))
+((((-1094)) -2027 (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))) (-12 (|has| |#1| (-343)) (|has| |#2| (-837 (-1094))))))
+(|has| |#1| (-343))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094)))))
+(|has| |#1| (-343))
+((((-387 (-527))) . T) (($) . T))
+((($) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T))
+((((-527) |#1|) . T))
+(((|#1|) . T))
+(((|#2|) |has| |#1| (-343)))
+(((|#2|) |has| |#1| (-343)))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(((|#1|) . T))
+(((|#1|) |has| |#1| (-162)))
+(((|#1|) . T))
+(((|#2|) . T) (((-1094)) -12 (|has| |#1| (-343)) (|has| |#2| (-970 (-1094)))) (((-527)) -12 (|has| |#1| (-343)) (|has| |#2| (-970 (-527)))) (((-387 (-527))) -12 (|has| |#1| (-343)) (|has| |#2| (-970 (-527)))))
+(((|#2|) . T))
+((((-1094) #0=(-1162 |#1| |#2| |#3| |#4|)) |has| #0# (-488 (-1094) #0#)) ((#0# #0#) |has| #0# (-290 #0#)))
+((((-567 $) $) . T) (($ $) . T))
+((((-159 (-207))) . T) (((-159 (-359))) . T) (((-1090 (-643))) . T) (((-829 (-359))) . T))
+((((-800)) . T))
+(|has| |#1| (-519))
+(|has| |#1| (-519))
+(|has| (-387 |#2|) (-215))
+(((|#1| (-387 (-527))) . T))
((($ $) . T))
-((((-1092)) |has| |#2| (-835 (-1092))))
-((($) . T))
-((((-798)) . T))
-((((-385 (-525))) . T) (($) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#2|) |has| |#1| (-341)))
-((((-357)) -12 (|has| |#1| (-341)) (|has| |#2| (-821 (-357)))) (((-525)) -12 (|has| |#1| (-341)) (|has| |#2| (-821 (-525)))))
-(|has| |#1| (-341))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(|has| |#1| (-341))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(|has| |#1| (-341))
-(|has| |#1| (-517))
-(((|#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
+((((-1094)) |has| |#2| (-837 (-1094))))
+((($) . T))
+((((-800)) . T))
+((((-387 (-527))) . T) (($) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#2|) |has| |#1| (-343)))
+((((-359)) -12 (|has| |#1| (-343)) (|has| |#2| (-823 (-359)))) (((-527)) -12 (|has| |#1| (-343)) (|has| |#2| (-823 (-527)))))
+(|has| |#1| (-343))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(|has| |#1| (-343))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(|has| |#1| (-343))
+(|has| |#1| (-519))
+(((|#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
(((|#3|) . T))
(((|#1|) . T))
-(-2067 (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
+(-2027 (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
(((|#2|) . T))
(((|#2|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-669)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(|has| |#1| (-37 (-385 (-525))))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-671)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(|has| |#1| (-37 (-387 (-527))))
(((|#1| |#2|) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(|has| |#1| (-138))
-((((-1075) |#1|) . T))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(|has| |#1| (-138))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))
-(|has| |#1| (-138))
-((((-538 |#1|)) . T))
-((($) . T))
-((((-385 |#2|)) . T))
-(|has| |#1| (-517))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-327)))
+(|has| |#1| (-37 (-387 (-527))))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(|has| |#1| (-140))
+((((-1077) |#1|) . T))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(|has| |#1| (-140))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))
+(|has| |#1| (-140))
+((((-540 |#1|)) . T))
+((($) . T))
+((((-387 |#2|)) . T))
+(|has| |#1| (-519))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-329)))
+(|has| |#1| (-140))
+((((-800)) . T))
+((($) . T))
+((((-387 (-527))) |has| |#2| (-970 (-527))) (((-527)) |has| |#2| (-970 (-527))) (((-1094)) |has| |#2| (-970 (-1094))) ((|#2|) . T))
+(((#0=(-387 |#2|) #0#) . T) ((#1=(-387 (-527)) #1#) . T) (($ $) . T))
+((((-1059 |#1| |#2|)) . T))
+(((|#1| (-527)) . T))
+(((|#1| (-387 (-527))) . T))
+((((-527)) |has| |#2| (-823 (-527))) (((-359)) |has| |#2| (-823 (-359))))
+(((|#2|) . T))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
+((((-110)) . T))
+(((|#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) . T))
+(((|#2|) . T))
+((((-800)) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-1094) (-51)) . T))
+((((-387 |#2|)) . T))
+((((-800)) . T))
+(((|#1|) . T))
+(|has| |#1| (-1022))
+(|has| |#1| (-735))
+(|has| |#1| (-735))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-112)) . T) ((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-207)) . T) (((-359)) . T) (((-829 (-359))) . T))
+((((-800)) . T))
+((((-1162 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)) (((-387 (-527))) |has| |#1| (-519)))
+((((-800)) . T))
+((((-800)) . T))
+(((|#2|) . T))
+((((-800)) . T))
+(((#0=(-847 |#1|) #0#) . T) (($ $) . T) ((#1=(-387 (-527)) #1#) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-847 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+(|has| |#1| (-343))
+(((|#2|) . T))
+((((-527)) . T))
+((((-800)) . T))
+((((-527)) . T))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+((((-159 (-359))) . T) (((-207)) . T) (((-359)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-1077)) . T) (((-503)) . T) (((-527)) . T) (((-829 (-527))) . T) (((-359)) . T) (((-207)) . T))
+((((-800)) . T))
+(|has| |#1| (-140))
(|has| |#1| (-138))
-((((-798)) . T))
-((($) . T))
-((((-385 (-525))) |has| |#2| (-968 (-525))) (((-525)) |has| |#2| (-968 (-525))) (((-1092)) |has| |#2| (-968 (-1092))) ((|#2|) . T))
-(((#0=(-385 |#2|) #0#) . T) ((#1=(-385 (-525)) #1#) . T) (($ $) . T))
-((((-1057 |#1| |#2|)) . T))
-(((|#1| (-525)) . T))
-(((|#1| (-385 (-525))) . T))
-((((-525)) |has| |#2| (-821 (-525))) (((-357)) |has| |#2| (-821 (-357))))
-(((|#2|) . T))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
-((((-108)) . T))
-(((|#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) . T))
-(((|#2|) . T))
-((((-798)) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-1092) (-51)) . T))
-((((-385 |#2|)) . T))
-((((-798)) . T))
-(((|#1|) . T))
-(|has| |#1| (-1020))
-(|has| |#1| (-733))
-(|has| |#1| (-733))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-110)) . T) ((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-205)) . T) (((-357)) . T) (((-827 (-357))) . T))
-((((-798)) . T))
-((((-1160 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)) (((-385 (-525))) |has| |#1| (-517)))
-((((-798)) . T))
-((((-798)) . T))
-(((|#2|) . T))
-((((-798)) . T))
-(((#0=(-845 |#1|) #0#) . T) (($ $) . T) ((#1=(-385 (-525)) #1#) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-845 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-(|has| |#1| (-341))
-(((|#2|) . T))
-((((-525)) . T))
-((((-798)) . T))
-((((-525)) . T))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-((((-157 (-357))) . T) (((-205)) . T) (((-357)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-1075)) . T) (((-501)) . T) (((-525)) . T) (((-827 (-525))) . T) (((-357)) . T) (((-205)) . T))
-((((-798)) . T))
-(|has| |#1| (-138))
-(|has| |#1| (-136))
-((($) . T) ((#0=(-1159 |#2| |#3| |#4|)) |has| #0# (-160)) (((-385 (-525))) |has| #0# (-37 (-385 (-525)))))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-450)) (|has| |#1| (-669)) (|has| |#1| (-835 (-1092))) (|has| |#1| (-977)) (|has| |#1| (-1032)) (|has| |#1| (-1020)))
-(|has| |#1| (-1068))
-((((-525) |#1|) . T))
-(((|#1|) . T))
-(((#0=(-112 |#1|) $) |has| #0# (-265 #0# #0#)))
-(((|#1|) |has| |#1| (-160)))
-(((|#1|) . T))
-((((-110)) . T) ((|#1|) . T))
-((((-798)) . T))
+((($) . T) ((#0=(-1161 |#2| |#3| |#4|)) |has| #0# (-162)) (((-387 (-527))) |has| #0# (-37 (-387 (-527)))))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-25)) (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-452)) (|has| |#1| (-671)) (|has| |#1| (-837 (-1094))) (|has| |#1| (-979)) (|has| |#1| (-1034)) (|has| |#1| (-1022)))
+(|has| |#1| (-1070))
+((((-527) |#1|) . T))
+(((|#1|) . T))
+(((#0=(-114 |#1|) $) |has| #0# (-267 #0# #0#)))
+(((|#1|) |has| |#1| (-162)))
+(((|#1|) . T))
+((((-112)) . T) ((|#1|) . T))
+((((-800)) . T))
(((|#1| |#2|) . T))
-((((-1092) |#1|) . T))
-(((|#1|) |has| |#1| (-288 |#1|)))
-((((-525) |#1|) . T))
+((((-1094) |#1|) . T))
+(((|#1|) |has| |#1| (-290 |#1|)))
+((((-527) |#1|) . T))
(((|#1|) . T))
-((((-525)) . T) (((-385 (-525))) . T))
+((((-527)) . T) (((-387 (-527))) . T))
(((|#1|) . T))
-(|has| |#1| (-517))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-((((-357)) . T))
+(|has| |#1| (-519))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+((((-359)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(|has| |#1| (-517))
-(|has| |#1| (-1020))
-((((-722 |#1| (-800 |#2|))) |has| (-722 |#1| (-800 |#2|)) (-288 (-722 |#1| (-800 |#2|)))))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(|has| |#1| (-519))
+(|has| |#1| (-1022))
+((((-724 |#1| (-802 |#2|))) |has| (-724 |#1| (-802 |#2|)) (-290 (-724 |#1| (-802 |#2|)))))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
(((|#1|) . T))
(((|#2| |#3|) . T))
-(|has| |#2| (-844))
+(|has| |#2| (-846))
(((|#1|) . T))
-(((|#1| (-497 |#2|)) . T))
-(((|#1| (-713)) . T))
-(|has| |#1| (-213))
-(((|#1| (-497 (-1010 (-1092)))) . T))
-(|has| |#2| (-341))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) . T))
+(((|#1| (-499 |#2|)) . T))
+(((|#1| (-715)) . T))
+(|has| |#1| (-215))
+(((|#1| (-499 (-1012 (-1094)))) . T))
+(|has| |#2| (-343))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) . T))
(((|#1|) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-798)) . T))
-((((-798)) . T))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
-((((-798)) . T))
-((((-798)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-800)) . T))
+((((-800)) . T))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
+((((-800)) . T))
+((((-800)) . T))
(((|#1|) . T))
-((($ $) . T) (((-565 $) $) . T))
+((($ $) . T) (((-567 $) $) . T))
(((|#1|) . T))
-((((-525)) . T))
+((((-527)) . T))
(((|#3|) . T))
-((((-798)) . T))
-(-2067 (|has| |#1| (-286)) (|has| |#1| (-341)) (|has| |#1| (-327)))
-(-2067 (|has| |#1| (-136)) (|has| |#1| (-138)) (|has| |#1| (-160)) (|has| |#1| (-517)) (|has| |#1| (-977)))
-(((#0=(-538 |#1|) #0#) . T) (($ $) . T) ((#1=(-385 (-525)) #1#) . T))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(((|#1|) |has| |#1| (-160)))
-(((|#1| (-1174 |#1|) (-1174 |#1|)) . T))
-((((-538 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-((($) . T) (((-385 (-525))) . T))
-((($) . T) (((-385 (-525))) . T))
-(((|#2|) |has| |#2| (-6 (-4261 "*"))))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-798)) |has| |#1| (-566 (-798))))
-((((-273 |#3|)) . T))
-(((#0=(-385 (-525)) #0#) |has| |#2| (-37 (-385 (-525)))) ((|#2| |#2|) . T) (($ $) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
+((((-800)) . T))
+(-2027 (|has| |#1| (-288)) (|has| |#1| (-343)) (|has| |#1| (-329)))
+(-2027 (|has| |#1| (-138)) (|has| |#1| (-140)) (|has| |#1| (-162)) (|has| |#1| (-519)) (|has| |#1| (-979)))
+(((#0=(-540 |#1|) #0#) . T) (($ $) . T) ((#1=(-387 (-527)) #1#) . T))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(((|#1|) |has| |#1| (-162)))
+(((|#1| (-1176 |#1|) (-1176 |#1|)) . T))
+((((-540 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+((($) . T) (((-387 (-527))) . T))
+((($) . T) (((-387 (-527))) . T))
+(((|#2|) |has| |#2| (-6 (-4263 "*"))))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-800)) |has| |#1| (-568 (-800))))
+((((-275 |#3|)) . T))
+(((#0=(-387 (-527)) #0#) |has| |#2| (-37 (-387 (-527)))) ((|#2| |#2|) . T) (($ $) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
(((|#2| |#2|) . T) ((|#6| |#6|) . T))
(((|#1|) . T))
-((($) . T) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T))
-((($) . T) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (($) . T))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
+((($) . T) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T))
+((($) . T) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (($) . T))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
(((|#2|) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T) (($) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T) (($) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
(((|#2|) . T) ((|#6|) . T))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-((((-798)) . T))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(|has| |#2| (-844))
-(|has| |#1| (-844))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+((((-800)) . T))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(|has| |#2| (-846))
+(|has| |#1| (-846))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
(((|#1|) . T))
-((((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) . T))
+((((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1| |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-1020))
-(((|#1|) . T))
-((((-1092)) . T) ((|#1|) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((|#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))
-(((#0=(-385 (-525)) #0#) . T))
-((((-385 (-525))) . T))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(((|#1|) . T))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-((((-501)) . T))
-((((-798)) . T))
-((((-1092)) |has| |#2| (-835 (-1092))) (((-1005)) . T))
-((((-1159 |#2| |#3| |#4|)) . T))
-((((-845 |#1|)) . T))
-((($) . T) (((-385 (-525))) . T))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-762)))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-762)))
-((((-798)) . T))
-(|has| |#1| (-1132))
-(((|#2|) . T))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-((((-1092)) |has| |#1| (-835 (-1092))))
-((((-845 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-((($) . T) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#1|) . T))
-(((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))) ((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))))
-((($) . T) (((-385 (-525))) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (((-525)) . T) (($) . T))
-(((|#2|) |has| |#2| (-977)) (((-525)) -12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977))))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-517))))
-(|has| |#1| (-517))
-(((|#1|) |has| |#1| (-341)))
-((((-525)) . T))
-(|has| |#1| (-733))
-(|has| |#1| (-733))
-((((-1092) #0=(-112 |#1|)) |has| #0# (-486 (-1092) #0#)) ((#0# #0#) |has| #0# (-288 #0#)))
-(((|#2|) . T) (((-525)) |has| |#2| (-968 (-525))) (((-385 (-525))) |has| |#2| (-968 (-385 (-525)))))
-((((-1005)) . T) ((|#2|) . T) (((-525)) |has| |#2| (-968 (-525))) (((-385 (-525))) |has| |#2| (-968 (-385 (-525)))))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-525) (-713)) . T) ((|#3| (-713)) . T))
+(|has| |#1| (-1022))
+(((|#1|) . T))
+((((-1094)) . T) ((|#1|) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((|#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))
+(((#0=(-387 (-527)) #0#) . T))
+((((-387 (-527))) . T))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(((|#1|) . T))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+((((-503)) . T))
+((((-800)) . T))
+((((-1094)) |has| |#2| (-837 (-1094))) (((-1007)) . T))
+((((-1161 |#2| |#3| |#4|)) . T))
+((((-847 |#1|)) . T))
+((($) . T) (((-387 (-527))) . T))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-764)))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-764)))
+((((-800)) . T))
+(|has| |#1| (-1134))
+(((|#2|) . T))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+((((-1094)) |has| |#1| (-837 (-1094))))
+((((-847 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+((($) . T) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#1|) . T))
+(((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))) ((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))))
+((($) . T) (((-387 (-527))) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (((-527)) . T) (($) . T))
+(((|#2|) |has| |#2| (-979)) (((-527)) -12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979))))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-519))))
+(|has| |#1| (-519))
+(((|#1|) |has| |#1| (-343)))
+((((-527)) . T))
+(|has| |#1| (-735))
+(|has| |#1| (-735))
+((((-1094) #0=(-114 |#1|)) |has| #0# (-488 (-1094) #0#)) ((#0# #0#) |has| #0# (-290 #0#)))
+(((|#2|) . T) (((-527)) |has| |#2| (-970 (-527))) (((-387 (-527))) |has| |#2| (-970 (-387 (-527)))))
+((((-1007)) . T) ((|#2|) . T) (((-527)) |has| |#2| (-970 (-527))) (((-387 (-527))) |has| |#2| (-970 (-387 (-527)))))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-527) (-715)) . T) ((|#3| (-715)) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-798)) . T))
-(|has| |#2| (-762))
-(|has| |#2| (-762))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#2|) |has| |#1| (-341)) (($) . T) ((|#1|) . T))
-(((|#1|) . T) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-((((-525)) |has| |#1| (-821 (-525))) (((-357)) |has| |#1| (-821 (-357))))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-800)) . T))
+(|has| |#2| (-764))
+(|has| |#2| (-764))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#2|) |has| |#1| (-343)) (($) . T) ((|#1|) . T))
+(((|#1|) . T) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+((((-527)) |has| |#1| (-823 (-527))) (((-359)) |has| |#1| (-823 (-359))))
(((|#1|) . T))
-((((-805 |#1|)) . T))
-((((-805 |#1|)) . T))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-844)))
-((((-385 (-525))) . T) (((-641)) . T) (($) . T))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
+((((-807 |#1|)) . T))
+((((-807 |#1|)) . T))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-846)))
+((((-387 (-527))) . T) (((-643)) . T) (($) . T))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
(((|#1|) . T))
(((|#1|) . T))
-(((|#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-(|has| |#1| (-341))
+(((|#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+(|has| |#1| (-343))
(((|#2|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-800 |#1|)) . T))
+((((-802 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2| (-713)) . T))
-((((-1092)) . T))
-((((-805 |#1|)) . T))
-(-2067 (|has| |#3| (-25)) (|has| |#3| (-126)) (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-735)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-((((-798)) . T))
+(((|#2| (-715)) . T))
+((((-1094)) . T))
+((((-807 |#1|)) . T))
+(-2027 (|has| |#3| (-25)) (|has| |#3| (-128)) (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-737)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+((((-800)) . T))
(((|#1|) . T))
-(-2067 (|has| |#2| (-735)) (|has| |#2| (-787)))
-(-2067 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))) (-12 (|has| |#1| (-789)) (|has| |#2| (-789))))
-((((-805 |#1|)) . T))
+(-2027 (|has| |#2| (-737)) (|has| |#2| (-789)))
+(-2027 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))) (-12 (|has| |#1| (-791)) (|has| |#2| (-791))))
+((((-807 |#1|)) . T))
(((|#1|) . T))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
-((($ $) . T) (((-565 $) $) . T))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
+((($ $) . T) (((-567 $) $) . T))
((($) . T))
-((((-798)) . T))
-((((-525)) . T))
+((((-800)) . T))
+((((-527)) . T))
(((|#2|) . T))
-((((-798)) . T))
-(((|#1|) . T) (((-385 (-525))) |has| |#1| (-341)))
-((((-798)) . T))
+((((-800)) . T))
+(((|#1|) . T) (((-387 (-527))) |has| |#1| (-343)))
+((((-800)) . T))
(((|#1|) . T))
-((((-798)) . T))
-((($) . T) ((|#2|) . T) (((-385 (-525))) . T))
-(|has| |#1| (-1020))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+((((-800)) . T))
+((($) . T) ((|#2|) . T) (((-387 (-527))) . T))
+(|has| |#1| (-1022))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-798)) . T))
-(|has| |#2| (-844))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-((((-501)) |has| |#2| (-567 (-501))) (((-827 (-357))) |has| |#2| (-567 (-827 (-357)))) (((-827 (-525))) |has| |#2| (-567 (-827 (-525)))))
-((((-798)) . T))
-((((-798)) . T))
-(((|#3|) |has| |#3| (-977)) (((-525)) -12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))))
-((((-1044 |#1| |#2|)) . T) (((-887 |#1|)) |has| |#2| (-567 (-1092))) (((-798)) . T))
-((((-887 |#1|)) |has| |#2| (-567 (-1092))) (((-1075)) -12 (|has| |#1| (-968 (-525))) (|has| |#2| (-567 (-1092)))) (((-827 (-525))) -12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525))))) (((-827 (-357))) -12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357))))) (((-501)) -12 (|has| |#1| (-567 (-501))) (|has| |#2| (-567 (-501)))))
-((((-1088 |#1|)) . T) (((-798)) . T))
-((((-798)) . T))
-((((-385 (-525))) |has| |#2| (-968 (-385 (-525)))) (((-525)) |has| |#2| (-968 (-525))) ((|#2|) . T) (((-800 |#1|)) . T))
-((((-112 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T) (((-1092)) . T))
-((((-798)) . T))
-((((-525)) . T))
+((((-800)) . T))
+(|has| |#2| (-846))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+((((-503)) |has| |#2| (-569 (-503))) (((-829 (-359))) |has| |#2| (-569 (-829 (-359)))) (((-829 (-527))) |has| |#2| (-569 (-829 (-527)))))
+((((-800)) . T))
+((((-800)) . T))
+(((|#3|) |has| |#3| (-979)) (((-527)) -12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))))
+((((-1046 |#1| |#2|)) . T) (((-889 |#1|)) |has| |#2| (-569 (-1094))) (((-800)) . T))
+((((-889 |#1|)) |has| |#2| (-569 (-1094))) (((-1077)) -12 (|has| |#1| (-970 (-527))) (|has| |#2| (-569 (-1094)))) (((-829 (-527))) -12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527))))) (((-829 (-359))) -12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359))))) (((-503)) -12 (|has| |#1| (-569 (-503))) (|has| |#2| (-569 (-503)))))
+((((-1090 |#1|)) . T) (((-800)) . T))
+((((-800)) . T))
+((((-387 (-527))) |has| |#2| (-970 (-387 (-527)))) (((-527)) |has| |#2| (-970 (-527))) ((|#2|) . T) (((-802 |#1|)) . T))
+((((-114 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T) (((-1094)) . T))
+((((-800)) . T))
+((((-527)) . T))
((($) . T))
-((((-357)) |has| |#1| (-821 (-357))) (((-525)) |has| |#1| (-821 (-525))))
-((((-525)) . T))
+((((-359)) |has| |#1| (-823 (-359))) (((-527)) |has| |#1| (-823 (-527))))
+((((-527)) . T))
(((|#1|) . T))
-((((-798)) . T))
+((((-800)) . T))
(((|#1|) . T))
-((((-798)) . T))
-(((|#1|) |has| |#1| (-160)) (($) . T))
-((((-525)) . T) (((-385 (-525))) . T))
-(((|#1|) |has| |#1| (-288 |#1|)))
-((((-798)) . T))
-((((-357)) . T))
+((((-800)) . T))
+(((|#1|) |has| |#1| (-162)) (($) . T))
+((((-527)) . T) (((-387 (-527))) . T))
+(((|#1|) |has| |#1| (-290 |#1|)))
+((((-800)) . T))
+((((-359)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-798)) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-385 |#2|) |#3|) . T))
+((((-800)) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-387 |#2|) |#3|) . T))
(((|#1|) . T))
-(|has| |#1| (-1020))
-(((|#2| (-458 (-2827 |#1|) (-713))) . T))
-((((-525) |#1|) . T))
+(|has| |#1| (-1022))
+(((|#2| (-460 (-2809 |#1|) (-715))) . T))
+((((-527) |#1|) . T))
(((|#2| |#2|) . T))
-(((|#1| (-497 (-1092))) . T))
-(-2067 (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-((((-525)) . T))
+(((|#1| (-499 (-1094))) . T))
+(-2027 (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+((((-527)) . T))
(((|#2|) . T))
(((|#2|) . T))
-((((-1092)) |has| |#1| (-835 (-1092))) (((-1005)) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-588 (-525))))
-(|has| |#1| (-517))
-((($) . T) (((-385 (-525))) . T))
+((((-1094)) |has| |#1| (-837 (-1094))) (((-1007)) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-590 (-527))))
+(|has| |#1| (-519))
+((($) . T) (((-387 (-527))) . T))
((($) . T))
((($) . T))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
(((|#1|) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-798)) . T))
-((((-135)) . T))
-(((|#1|) . T) (((-385 (-525))) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-800)) . T))
+((((-137)) . T))
+(((|#1|) . T) (((-387 (-527))) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-798)) . T))
+((((-800)) . T))
(((|#1|) . T))
-(|has| |#1| (-1068))
-(((|#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|))) . T))
+(|has| |#1| (-1070))
+(((|#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|))) . T))
(((|#1|) . T))
-((((-385 $) (-385 $)) |has| |#1| (-517)) (($ $) . T) ((|#1| |#1|) . T))
-(((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-((((-798)) . T))
-((((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-525)) |has| |#1| (-968 (-525))) ((|#1|) . T) ((|#2|) . T))
-((((-1005)) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))))
-((((-357)) -12 (|has| |#1| (-821 (-357))) (|has| |#2| (-821 (-357)))) (((-525)) -12 (|has| |#1| (-821 (-525))) (|has| |#2| (-821 (-525)))))
-((((-1160 |#1| |#2| |#3| |#4|)) . T))
-((((-525) |#1|) . T))
+((((-387 $) (-387 $)) |has| |#1| (-519)) (($ $) . T) ((|#1| |#1|) . T))
+(((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+((((-800)) . T))
+((((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-527)) |has| |#1| (-970 (-527))) ((|#1|) . T) ((|#2|) . T))
+((((-1007)) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))))
+((((-359)) -12 (|has| |#1| (-823 (-359))) (|has| |#2| (-823 (-359)))) (((-527)) -12 (|has| |#1| (-823 (-527))) (|has| |#2| (-823 (-527)))))
+((((-1162 |#1| |#2| |#3| |#4|)) . T))
+((((-527) |#1|) . T))
(((|#1| |#1|) . T))
((($) . T) ((|#2|) . T))
-(((|#1|) |has| |#1| (-160)) (($) . T))
-((($) . T))
-((((-641)) . T))
-((((-722 |#1| (-800 |#2|))) . T))
-((($) . T))
-((((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-1020))
-(|has| |#1| (-1020))
-(|has| |#2| (-341))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(|has| |#1| (-37 (-385 (-525))))
-((((-525)) . T))
-((((-1092)) -12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977))))
-((((-1092)) -12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977))))
-(((|#1|) . T))
-(|has| |#1| (-213))
-(((|#1| (-497 |#3|)) . T))
-(|has| |#1| (-346))
-(((|#2| (-220 (-2827 |#1|) (-713))) . T))
-(|has| |#1| (-346))
-(|has| |#1| (-346))
+(((|#1|) |has| |#1| (-162)) (($) . T))
+((($) . T))
+((((-643)) . T))
+((((-724 |#1| (-802 |#2|))) . T))
+((($) . T))
+((((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-1022))
+(|has| |#1| (-1022))
+(|has| |#2| (-343))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(|has| |#1| (-37 (-387 (-527))))
+((((-527)) . T))
+((((-1094)) -12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979))))
+((((-1094)) -12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979))))
+(((|#1|) . T))
+(|has| |#1| (-215))
+(((|#1| (-499 |#3|)) . T))
+(|has| |#1| (-348))
+(((|#2| (-222 (-2809 |#1|) (-715))) . T))
+(|has| |#1| (-348))
+(|has| |#1| (-348))
(((|#1|) . T) (($) . T))
-(((|#1| (-497 |#2|)) . T))
-(-2067 (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(((|#1| (-713)) . T))
-(|has| |#1| (-517))
-(-2067 (|has| |#2| (-25)) (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-787)) (|has| |#2| (-977)))
+(((|#1| (-499 |#2|)) . T))
+(-2027 (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(((|#1| (-715)) . T))
+(|has| |#1| (-519))
+(-2027 (|has| |#2| (-25)) (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-789)) (|has| |#2| (-979)))
(-12 (|has| |#1| (-21)) (|has| |#2| (-21)))
-((((-798)) . T))
-(-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735))))
-(-2067 (|has| |#3| (-126)) (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-735)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-669)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(((|#1|) |has| |#1| (-160)))
-(((|#4|) |has| |#4| (-977)))
-(((|#3|) |has| |#3| (-977)))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-762)))
-(-12 (|has| |#1| (-341)) (|has| |#2| (-762)))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-385 |#2|)) . T) (((-385 (-525))) . T) (($) . T))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-((((-798)) . T))
-((($) . T) (((-385 (-525))) . T))
-(((|#1|) . T))
-(((|#4|) |has| |#4| (-1020)) (((-525)) -12 (|has| |#4| (-968 (-525))) (|has| |#4| (-1020))) (((-385 (-525))) -12 (|has| |#4| (-968 (-385 (-525)))) (|has| |#4| (-1020))))
-(((|#3|) |has| |#3| (-1020)) (((-525)) -12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020))) (((-385 (-525))) -12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020))))
-(|has| |#2| (-341))
-(((|#2|) |has| |#2| (-977)) (((-525)) -12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977))))
-(((|#1|) . T))
-(|has| |#2| (-341))
-(((#0=(-385 (-525)) #0#) |has| |#2| (-37 (-385 (-525)))) ((|#2| |#2|) . T) (($ $) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1| |#1|) . T) ((#0=(-385 (-525)) #0#) |has| |#1| (-37 (-385 (-525)))))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(((|#1| |#1|) . T) (($ $) . T) ((#0=(-385 (-525)) #0#) . T))
+((((-800)) . T))
+(-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737))))
+(-2027 (|has| |#3| (-128)) (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-737)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-671)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(((|#1|) |has| |#1| (-162)))
+(((|#4|) |has| |#4| (-979)))
+(((|#3|) |has| |#3| (-979)))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-764)))
+(-12 (|has| |#1| (-343)) (|has| |#2| (-764)))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-387 |#2|)) . T) (((-387 (-527))) . T) (($) . T))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+((((-800)) . T))
+((($) . T) (((-387 (-527))) . T))
+(((|#1|) . T))
+(((|#4|) |has| |#4| (-1022)) (((-527)) -12 (|has| |#4| (-970 (-527))) (|has| |#4| (-1022))) (((-387 (-527))) -12 (|has| |#4| (-970 (-387 (-527)))) (|has| |#4| (-1022))))
+(((|#3|) |has| |#3| (-1022)) (((-527)) -12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022))) (((-387 (-527))) -12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022))))
+(|has| |#2| (-343))
+(((|#2|) |has| |#2| (-979)) (((-527)) -12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979))))
+(((|#1|) . T))
+(|has| |#2| (-343))
+(((#0=(-387 (-527)) #0#) |has| |#2| (-37 (-387 (-527)))) ((|#2| |#2|) . T) (($ $) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1| |#1|) . T) ((#0=(-387 (-527)) #0#) |has| |#1| (-37 (-387 (-527)))))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(((|#1| |#1|) . T) (($ $) . T) ((#0=(-387 (-527)) #0#) . T))
(((|#2| |#2|) . T))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T) (($) -2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1|) . T) (($) . T) (((-385 (-525))) . T))
-(((|#2|) . T))
-((($) . T))
-((((-798)) |has| |#1| (-1020)))
-((((-1160 |#1| |#2| |#3| |#4|)) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-(|has| |#2| (-762))
-(|has| |#2| (-762))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))
-(|has| |#1| (-341))
-(((|#1|) |has| |#2| (-395 |#1|)))
-(((|#1|) |has| |#2| (-395 |#1|)))
-((((-845 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) . T))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) |has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-((((-525) |#1|) . T))
-((((-525) |#1|) . T))
-((((-525) |#1|) . T))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-((((-525) |#1|) . T))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-((((-1092)) |has| |#1| (-835 (-1092))) (((-760 (-1092))) . T))
-(-2067 (|has| |#3| (-126)) (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-735)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-((((-761 |#1|)) . T))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T) (($) -2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1|) . T) (($) . T) (((-387 (-527))) . T))
+(((|#2|) . T))
+((($) . T))
+((((-800)) |has| |#1| (-1022)))
+((((-1162 |#1| |#2| |#3| |#4|)) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+(|has| |#2| (-764))
+(|has| |#2| (-764))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))
+(|has| |#1| (-343))
+(((|#1|) |has| |#2| (-397 |#1|)))
+(((|#1|) |has| |#2| (-397 |#1|)))
+((((-847 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) . T))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) |has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+((((-527) |#1|) . T))
+((((-527) |#1|) . T))
+((((-527) |#1|) . T))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+((((-527) |#1|) . T))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+((((-1094)) |has| |#1| (-837 (-1094))) (((-762 (-1094))) . T))
+(-2027 (|has| |#3| (-128)) (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-737)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+((((-763 |#1|)) . T))
(((|#1| |#2|) . T))
-((((-798)) . T))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-669)) (|has| |#3| (-787)) (|has| |#3| (-977)))
+((((-800)) . T))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-671)) (|has| |#3| (-789)) (|has| |#3| (-979)))
(((|#1| |#2|) . T))
-(|has| |#1| (-37 (-385 (-525))))
-((((-798)) . T))
-((((-1160 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-385 (-525))) . T))
-(((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)) (((-385 (-525))) |has| |#1| (-517)))
-(((|#2|) . T) (((-525)) |has| |#2| (-588 (-525))))
-(|has| |#1| (-341))
-(-2067 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (-12 (|has| |#1| (-341)) (|has| |#2| (-213))))
-(|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))
-(|has| |#1| (-341))
-(((|#1|) . T))
-(((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((|#1| |#1|) . T))
-((((-525) |#1|) . T))
-((((-294 |#1|)) . T))
-(((#0=(-641) (-1088 #0#)) . T))
-((((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((|#1|) . T))
+(|has| |#1| (-37 (-387 (-527))))
+((((-800)) . T))
+((((-1162 |#1| |#2| |#3| |#4|)) . T) (($) . T) (((-387 (-527))) . T))
+(((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)) (((-387 (-527))) |has| |#1| (-519)))
+(((|#2|) . T) (((-527)) |has| |#2| (-590 (-527))))
+(|has| |#1| (-343))
+(-2027 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (-12 (|has| |#1| (-343)) (|has| |#2| (-215))))
+(|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))
+(|has| |#1| (-343))
+(((|#1|) . T))
+(((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((|#1| |#1|) . T))
+((((-527) |#1|) . T))
+((((-296 |#1|)) . T))
+(((#0=(-643) (-1090 #0#)) . T))
+((((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((|#1|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(|has| |#1| (-787))
-((($ $) . T) ((#0=(-800 |#1|) $) . T) ((#0# |#2|) . T))
-((((-1044 |#1| (-1092))) . T) (((-760 (-1092))) . T) ((|#1|) . T) (((-525)) |has| |#1| (-968 (-525))) (((-385 (-525))) |has| |#1| (-968 (-385 (-525)))) (((-1092)) . T))
+(|has| |#1| (-789))
+((($ $) . T) ((#0=(-802 |#1|) $) . T) ((#0# |#2|) . T))
+((((-1046 |#1| (-1094))) . T) (((-762 (-1094))) . T) ((|#1|) . T) (((-527)) |has| |#1| (-970 (-527))) (((-387 (-527))) |has| |#1| (-970 (-387 (-527)))) (((-1094)) . T))
((($) . T))
(((|#2| |#1|) . T) ((|#2| $) . T) (($ $) . T))
-(((#0=(-1005) |#1|) . T) ((#0# $) . T) (($ $) . T))
-((($ $) . T) ((#0=(-1092) $) |has| |#1| (-213)) ((#0# |#1|) |has| |#1| (-213)) ((#1=(-1010 (-1092)) |#1|) . T) ((#1# $) . T))
+(((#0=(-1007) |#1|) . T) ((#0# $) . T) (($ $) . T))
+((($ $) . T) ((#0=(-1094) $) |has| |#1| (-215)) ((#0# |#1|) |has| |#1| (-215)) ((#1=(-1012 (-1094)) |#1|) . T) ((#1# $) . T))
((($) . T) ((|#2|) . T))
-((($) . T) ((|#2|) . T) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))))
-(|has| |#2| (-844))
-((($) . T) ((#0=(-1159 |#2| |#3| |#4|)) |has| #0# (-160)) (((-385 (-525))) |has| #0# (-37 (-385 (-525)))))
-((((-525) |#1|) . T))
-(((#0=(-1160 |#1| |#2| |#3| |#4|)) |has| #0# (-288 #0#)))
-((($) . T))
-(((|#1|) . T))
-((($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#2| |#2|) |has| |#1| (-341)) ((|#1| |#1|) . T))
-(((|#1| |#1|) . T) (($ $) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) ((#0=(-385 (-525)) #0#) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))))
-(|has| |#2| (-213))
-(|has| $ (-138))
-((((-798)) . T))
-((($) . T) (((-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-327))) ((|#1|) . T))
-((((-798)) . T))
-(|has| |#1| (-787))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))
-((((-385 |#2|) |#3|) . T))
-(((|#1|) . T))
-((((-798)) . T))
-(((|#2| (-617 |#1|)) . T))
-(-12 (|has| |#1| (-286)) (|has| |#1| (-844)))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+((($) . T) ((|#2|) . T) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))))
+(|has| |#2| (-846))
+((($) . T) ((#0=(-1161 |#2| |#3| |#4|)) |has| #0# (-162)) (((-387 (-527))) |has| #0# (-37 (-387 (-527)))))
+((((-527) |#1|) . T))
+(((#0=(-1162 |#1| |#2| |#3| |#4|)) |has| #0# (-290 #0#)))
+((($) . T))
+(((|#1|) . T))
+((($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#2| |#2|) |has| |#1| (-343)) ((|#1| |#1|) . T))
+(((|#1| |#1|) . T) (($ $) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) ((#0=(-387 (-527)) #0#) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))))
+(|has| |#2| (-215))
+(|has| $ (-140))
+((((-800)) . T))
+((($) . T) (((-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-329))) ((|#1|) . T))
+((((-800)) . T))
+(|has| |#1| (-789))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))
+((((-387 |#2|) |#3|) . T))
+(((|#1|) . T))
+((((-800)) . T))
+(((|#2| (-619 |#1|)) . T))
+(-12 (|has| |#1| (-288)) (|has| |#1| (-846)))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#4|) . T))
-(|has| |#1| (-517))
-((($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))) ((|#2|) |has| |#1| (-341)) ((|#1|) . T))
-((((-1092)) -2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))
-(((|#1|) . T) (($) -2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-517))) (((-385 (-525))) -2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-341))))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092)))))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092)))))
-(((|#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))
-((((-525) |#1|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(((|#1|) . T))
-(((|#1| (-497 (-760 (-1092)))) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#1|) . T))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-(((|#1|) . T))
-(-2067 (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735))))
-((((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)))
-((($) . T) (((-805 |#1|)) . T) (((-385 (-525))) . T))
-((((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)))
-(|has| |#1| (-517))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-385 |#2|)) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(((|#1|) . T))
-(((|#2| |#2|) . T) ((#0=(-385 (-525)) #0#) . T) (($ $) . T))
-((((-525)) . T))
-((((-798)) . T))
-(((|#2|) . T) (((-385 (-525))) . T) (($) . T))
-((((-538 |#1|)) . T) (((-385 (-525))) . T) (($) . T))
-((((-798)) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-525) |#1|) . T))
-((((-798)) . T))
-((($ $) . T) (((-1092) $) . T))
-((((-1166 |#1| |#2| |#3|)) . T))
-((((-1166 |#1| |#2| |#3|)) . T) (((-1138 |#1| |#2| |#3|)) . T))
-(((|#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|))) . T))
-((((-501)) |has| |#2| (-567 (-501))) (((-827 (-357))) |has| |#2| (-567 (-827 (-357)))) (((-827 (-525))) |has| |#2| (-567 (-827 (-525)))))
-((((-798)) . T))
-((((-798)) . T))
-((((-827 (-525))) -12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#3| (-567 (-827 (-525))))) (((-827 (-357))) -12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#3| (-567 (-827 (-357))))) (((-501)) -12 (|has| |#1| (-567 (-501))) (|has| |#3| (-567 (-501)))))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((|#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) . T))
-((((-798)) . T))
-((((-1166 |#1| |#2| |#3|)) |has| |#1| (-341)))
-((((-1092)) . T) (((-798)) . T))
-(|has| |#1| (-341))
-((((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) |has| |#2| (-160)) (($) -2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844))))
+(|has| |#1| (-519))
+((($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))) ((|#2|) |has| |#1| (-343)) ((|#1|) . T))
+((((-1094)) -2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))
+(((|#1|) . T) (($) -2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-519))) (((-387 (-527))) -2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-343))))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094)))))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094)))))
+(((|#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))
+((((-527) |#1|) . T))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(((|#1|) . T))
+(((|#1| (-499 (-762 (-1094)))) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#1|) . T))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+(((|#1|) . T))
+(-2027 (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737))))
+((((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)))
+((($) . T) (((-807 |#1|)) . T) (((-387 (-527))) . T))
+((((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)))
+(|has| |#1| (-519))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-387 |#2|)) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(((|#1|) . T))
+(((|#2| |#2|) . T) ((#0=(-387 (-527)) #0#) . T) (($ $) . T))
+((((-527)) . T))
+((((-800)) . T))
+(((|#2|) . T) (((-387 (-527))) . T) (($) . T))
+((((-540 |#1|)) . T) (((-387 (-527))) . T) (($) . T))
+((((-800)) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-527) |#1|) . T))
+((((-800)) . T))
+((($ $) . T) (((-1094) $) . T))
+((((-1168 |#1| |#2| |#3|)) . T))
+((((-1168 |#1| |#2| |#3|)) . T) (((-1140 |#1| |#2| |#3|)) . T))
+(((|#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|))) . T))
+((((-503)) |has| |#2| (-569 (-503))) (((-829 (-359))) |has| |#2| (-569 (-829 (-359)))) (((-829 (-527))) |has| |#2| (-569 (-829 (-527)))))
+((((-800)) . T))
+((((-800)) . T))
+((((-829 (-527))) -12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#3| (-569 (-829 (-527))))) (((-829 (-359))) -12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#3| (-569 (-829 (-359))))) (((-503)) -12 (|has| |#1| (-569 (-503))) (|has| |#3| (-569 (-503)))))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((|#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) . T))
+((((-800)) . T))
+((((-1168 |#1| |#2| |#3|)) |has| |#1| (-343)))
+((((-1094)) . T) (((-800)) . T))
+(|has| |#1| (-343))
+((((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) |has| |#2| (-162)) (($) -2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846))))
(((|#2|) . T) ((|#6|) . T))
-((($) . T) (((-385 (-525))) |has| |#2| (-37 (-385 (-525)))) ((|#2|) . T))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((((-1024)) . T))
-((((-798)) . T))
-((($) -2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-((($) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T))
-((($) . T))
-((($) -2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844))) ((|#1|) |has| |#1| (-160)) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(|has| |#2| (-844))
-(|has| |#1| (-844))
-(((|#1|) . T))
-(((|#1|) . T))
-(((|#1| |#1|) |has| |#1| (-160)))
-((((-641)) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-(((|#1|) |has| |#1| (-160)))
-(((|#1|) |has| |#1| (-160)))
-((((-385 (-525))) . T) (($) . T))
-(((|#1| (-525)) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-(|has| |#1| (-341))
-(|has| |#1| (-341))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-(-2067 (|has| |#1| (-160)) (|has| |#1| (-517)))
-(((|#1| (-525)) . T))
-(((|#1| (-385 (-525))) . T))
-(((|#1| (-713)) . T))
-((((-385 (-525))) . T))
-(((|#1| (-497 |#2|) |#2|) . T))
-((((-525) |#1|) . T))
-((((-525) |#1|) . T))
-(|has| |#1| (-1020))
-((((-525) |#1|) . T))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-827 (-357))) . T) (((-827 (-525))) . T) (((-1092)) . T) (((-501)) . T))
-(((|#1|) . T))
-((((-798)) . T))
-(-2067 (|has| |#2| (-126)) (|has| |#2| (-160)) (|has| |#2| (-341)) (|has| |#2| (-735)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-(-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735))))
-((((-525)) . T))
-((((-525)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
+((($) . T) (((-387 (-527))) |has| |#2| (-37 (-387 (-527)))) ((|#2|) . T))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((((-1026)) . T))
+((((-800)) . T))
+((($) -2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+((($) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T))
+((($) . T))
+((($) -2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846))) ((|#1|) |has| |#1| (-162)) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(|has| |#2| (-846))
+(|has| |#1| (-846))
+(((|#1|) . T))
+(((|#1|) . T))
+(((|#1| |#1|) |has| |#1| (-162)))
+((((-643)) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+(((|#1|) |has| |#1| (-162)))
+(((|#1|) |has| |#1| (-162)))
+((((-387 (-527))) . T) (($) . T))
+(((|#1| (-527)) . T))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+(|has| |#1| (-343))
+(|has| |#1| (-343))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+(-2027 (|has| |#1| (-162)) (|has| |#1| (-519)))
+(((|#1| (-527)) . T))
+(((|#1| (-387 (-527))) . T))
+(((|#1| (-715)) . T))
+((((-387 (-527))) . T))
+(((|#1| (-499 |#2|) |#2|) . T))
+((((-527) |#1|) . T))
+((((-527) |#1|) . T))
+(|has| |#1| (-1022))
+((((-527) |#1|) . T))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-829 (-359))) . T) (((-829 (-527))) . T) (((-1094)) . T) (((-503)) . T))
+(((|#1|) . T))
+((((-800)) . T))
+(-2027 (|has| |#2| (-128)) (|has| |#2| (-162)) (|has| |#2| (-343)) (|has| |#2| (-737)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+(-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737))))
+((((-527)) . T))
+((((-527)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
(((|#1| |#2|) . T))
(((|#1|) . T))
-(-2067 (|has| |#2| (-160)) (|has| |#2| (-669)) (|has| |#2| (-787)) (|has| |#2| (-977)))
-((((-1092)) -12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977))))
-(-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669))))
-(|has| |#1| (-136))
+(-2027 (|has| |#2| (-162)) (|has| |#2| (-671)) (|has| |#2| (-789)) (|has| |#2| (-979)))
+((((-1094)) -12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979))))
+(-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671))))
(|has| |#1| (-138))
-(|has| |#1| (-341))
+(|has| |#1| (-140))
+(|has| |#1| (-343))
(((|#1| |#2|) . T))
(((|#1| |#2|) . T))
-(|has| |#1| (-213))
-((((-798)) . T))
-(((|#1| (-713) (-1005)) . T))
-((((-525) |#1|) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-525) |#1|) . T))
-((((-525) |#1|) . T))
-((((-112 |#1|)) . T))
-((((-385 (-525))) . T) (((-525)) . T))
-(((|#2|) |has| |#2| (-977)))
-((((-385 (-525))) . T) (($) . T))
-(((|#2|) . T))
-((((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) |has| |#1| (-160)) (($) |has| |#1| (-517)))
-((((-525)) . T))
-((((-525)) . T))
-((((-1075) (-1092) (-525) (-205) (-798)) . T))
+(|has| |#1| (-215))
+((((-800)) . T))
+(((|#1| (-715) (-1007)) . T))
+((((-527) |#1|) . T))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-527) |#1|) . T))
+((((-527) |#1|) . T))
+((((-114 |#1|)) . T))
+((((-387 (-527))) . T) (((-527)) . T))
+(((|#2|) |has| |#2| (-979)))
+((((-387 (-527))) . T) (($) . T))
+(((|#2|) . T))
+((((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) |has| |#1| (-162)) (($) |has| |#1| (-519)))
+((((-527)) . T))
+((((-527)) . T))
+((((-1077) (-1094) (-527) (-207) (-800)) . T))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1| |#2|) . T))
-(-2067 (|has| |#1| (-327)) (|has| |#1| (-346)))
+(-2027 (|has| |#1| (-329)) (|has| |#1| (-348)))
(((|#1| |#2|) . T))
((($) . T) ((|#1|) . T))
-((((-798)) . T))
-((($) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((|#1|) . T))
-((($) . T) ((|#1|) . T) (((-385 (-525))) |has| |#1| (-37 (-385 (-525)))))
-(((|#2|) |has| |#2| (-1020)) (((-525)) -12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) (((-385 (-525))) -12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020))))
-((((-501)) |has| |#1| (-567 (-501))))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-789)) (|has| |#1| (-1020))))
-((($) . T) (((-385 (-525))) . T))
-(|has| |#1| (-844))
-(|has| |#1| (-844))
-((((-205)) -12 (|has| |#1| (-341)) (|has| |#2| (-953))) (((-357)) -12 (|has| |#1| (-341)) (|has| |#2| (-953))) (((-827 (-357))) -12 (|has| |#1| (-341)) (|has| |#2| (-567 (-827 (-357))))) (((-827 (-525))) -12 (|has| |#1| (-341)) (|has| |#2| (-567 (-827 (-525))))) (((-501)) -12 (|has| |#1| (-341)) (|has| |#2| (-567 (-501)))))
-((((-798)) . T))
-((((-798)) . T))
+((((-800)) . T))
+((($) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((|#1|) . T))
+((($) . T) ((|#1|) . T) (((-387 (-527))) |has| |#1| (-37 (-387 (-527)))))
+(((|#2|) |has| |#2| (-1022)) (((-527)) -12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) (((-387 (-527))) -12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022))))
+((((-503)) |has| |#1| (-569 (-503))))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-791)) (|has| |#1| (-1022))))
+((($) . T) (((-387 (-527))) . T))
+(|has| |#1| (-846))
+(|has| |#1| (-846))
+((((-207)) -12 (|has| |#1| (-343)) (|has| |#2| (-955))) (((-359)) -12 (|has| |#1| (-343)) (|has| |#2| (-955))) (((-829 (-359))) -12 (|has| |#1| (-343)) (|has| |#2| (-569 (-829 (-359))))) (((-829 (-527))) -12 (|has| |#1| (-343)) (|has| |#2| (-569 (-829 (-527))))) (((-503)) -12 (|has| |#1| (-343)) (|has| |#2| (-569 (-503)))))
+((((-800)) . T))
+((((-800)) . T))
(((|#2| |#2|) . T))
-(((|#1| |#1|) |has| |#1| (-160)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-517)))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-(((|#2|) . T))
-(-2067 (|has| |#1| (-21)) (|has| |#1| (-787)))
-(((|#1|) |has| |#1| (-160)))
-(((|#1|) . T))
-(((|#1|) . T))
-((((-798)) -2067 (-12 (|has| |#1| (-566 (-798))) (|has| |#2| (-566 (-798)))) (-12 (|has| |#1| (-1020)) (|has| |#2| (-1020)))))
-((((-385 |#2|) |#3|) . T))
-((((-385 (-525))) . T) (($) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-341))
-((($ $) . T) ((#0=(-385 (-525)) #0#) . T))
-(|has| (-385 |#2|) (-138))
-(|has| (-385 |#2|) (-136))
-((((-641)) . T))
-(((|#1|) . T) (((-385 (-525))) . T) (((-525)) . T) (($) . T))
-(((#0=(-525) #0#) . T))
-((($) . T) (((-385 (-525))) . T))
-(-2067 (|has| |#4| (-160)) (|has| |#4| (-669)) (|has| |#4| (-787)) (|has| |#4| (-977)))
-(-2067 (|has| |#3| (-160)) (|has| |#3| (-669)) (|has| |#3| (-787)) (|has| |#3| (-977)))
-(|has| |#4| (-735))
-(-2067 (|has| |#4| (-735)) (|has| |#4| (-787)))
-(|has| |#4| (-787))
-(|has| |#3| (-735))
-(-2067 (|has| |#3| (-735)) (|has| |#3| (-787)))
-(|has| |#3| (-787))
-((((-525)) . T))
-(((|#2|) . T))
-((((-1092)) -2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092)))))
-((((-1092)) -12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092)))))
+(((|#1| |#1|) |has| |#1| (-162)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-519)))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+(((|#2|) . T))
+(-2027 (|has| |#1| (-21)) (|has| |#1| (-789)))
+(((|#1|) |has| |#1| (-162)))
+(((|#1|) . T))
+(((|#1|) . T))
+((((-800)) -2027 (-12 (|has| |#1| (-568 (-800))) (|has| |#2| (-568 (-800)))) (-12 (|has| |#1| (-1022)) (|has| |#2| (-1022)))))
+((((-387 |#2|) |#3|) . T))
+((((-387 (-527))) . T) (($) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-343))
+((($ $) . T) ((#0=(-387 (-527)) #0#) . T))
+(|has| (-387 |#2|) (-140))
+(|has| (-387 |#2|) (-138))
+((((-643)) . T))
+(((|#1|) . T) (((-387 (-527))) . T) (((-527)) . T) (($) . T))
+(((#0=(-527) #0#) . T))
+((($) . T) (((-387 (-527))) . T))
+(-2027 (|has| |#4| (-162)) (|has| |#4| (-671)) (|has| |#4| (-789)) (|has| |#4| (-979)))
+(-2027 (|has| |#3| (-162)) (|has| |#3| (-671)) (|has| |#3| (-789)) (|has| |#3| (-979)))
+(|has| |#4| (-737))
+(-2027 (|has| |#4| (-737)) (|has| |#4| (-789)))
+(|has| |#4| (-789))
+(|has| |#3| (-737))
+(-2027 (|has| |#3| (-737)) (|has| |#3| (-789)))
+(|has| |#3| (-789))
+((((-527)) . T))
+(((|#2|) . T))
+((((-1094)) -2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094)))))
+((((-1094)) -12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094)))))
(((|#1| |#1|) . T) (($ $) . T))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T) (($) . T))
(((|#1|) . T))
-((((-800 |#1|)) . T))
-((((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)))
-((((-1057 |#1| |#2|)) . T))
-((((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)))
-(((|#2|) . T) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-((($) . T))
-(|has| |#1| (-953))
-(((|#2|) . T) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-((((-798)) . T))
-((((-501)) |has| |#2| (-567 (-501))) (((-827 (-525))) |has| |#2| (-567 (-827 (-525)))) (((-827 (-357))) |has| |#2| (-567 (-827 (-357)))) (((-357)) . #0=(|has| |#2| (-953))) (((-205)) . #0#))
-((((-1092) (-51)) . T))
-(|has| |#1| (-37 (-385 (-525))))
-(|has| |#1| (-37 (-385 (-525))))
+((((-802 |#1|)) . T))
+((((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)))
+((((-1059 |#1| |#2|)) . T))
+((((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)))
+(((|#2|) . T) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+((($) . T))
+(|has| |#1| (-955))
+(((|#2|) . T) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+((((-800)) . T))
+((((-503)) |has| |#2| (-569 (-503))) (((-829 (-527))) |has| |#2| (-569 (-829 (-527)))) (((-829 (-359))) |has| |#2| (-569 (-829 (-359)))) (((-359)) . #0=(|has| |#2| (-955))) (((-207)) . #0#))
+((((-1094) (-51)) . T))
+(|has| |#1| (-37 (-387 (-527))))
+(|has| |#1| (-37 (-387 (-527))))
(((|#2|) . T))
((($ $) . T))
-((((-385 (-525))) . T) (((-641)) . T) (($) . T))
-((((-1090 |#1| |#2| |#3|)) . T))
-((((-1090 |#1| |#2| |#3|)) . T) (((-1083 |#1| |#2| |#3|)) . T))
-((((-798)) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-((((-525) |#1|) . T))
-((((-1090 |#1| |#2| |#3|)) |has| |#1| (-341)))
+((((-387 (-527))) . T) (((-643)) . T) (($) . T))
+((((-1092 |#1| |#2| |#3|)) . T))
+((((-1092 |#1| |#2| |#3|)) . T) (((-1085 |#1| |#2| |#3|)) . T))
+((((-800)) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+((((-527) |#1|) . T))
+((((-1092 |#1| |#2| |#3|)) |has| |#1| (-343)))
(((|#1| |#2| |#3| |#4|) . T))
(((|#1|) . T))
(((|#2|) . T))
-(|has| |#2| (-341))
-(((|#3|) . T) ((|#2|) . T) (($) -2067 (|has| |#4| (-160)) (|has| |#4| (-787)) (|has| |#4| (-977))) ((|#4|) -2067 (|has| |#4| (-160)) (|has| |#4| (-341)) (|has| |#4| (-977))))
-(((|#2|) . T) (($) -2067 (|has| |#3| (-160)) (|has| |#3| (-787)) (|has| |#3| (-977))) ((|#3|) -2067 (|has| |#3| (-160)) (|has| |#3| (-341)) (|has| |#3| (-977))))
+(|has| |#2| (-343))
+(((|#3|) . T) ((|#2|) . T) (($) -2027 (|has| |#4| (-162)) (|has| |#4| (-789)) (|has| |#4| (-979))) ((|#4|) -2027 (|has| |#4| (-162)) (|has| |#4| (-343)) (|has| |#4| (-979))))
+(((|#2|) . T) (($) -2027 (|has| |#3| (-162)) (|has| |#3| (-789)) (|has| |#3| (-979))) ((|#3|) -2027 (|has| |#3| (-162)) (|has| |#3| (-343)) (|has| |#3| (-979))))
(((|#1|) . T))
(((|#1|) . T))
-(|has| |#1| (-341))
-((((-112 |#1|)) . T))
+(|has| |#1| (-343))
+((((-114 |#1|)) . T))
(((|#1|) . T))
(((|#1|) . T))
-((((-385 (-525))) |has| |#2| (-968 (-385 (-525)))) (((-525)) |has| |#2| (-968 (-525))) ((|#2|) . T) (((-800 |#1|)) . T))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
+((((-387 (-527))) |has| |#2| (-970 (-387 (-527)))) (((-527)) |has| |#2| (-970 (-527))) ((|#2|) . T) (((-802 |#1|)) . T))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
(((|#1|) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
-((((-125)) . T) (((-798)) . T))
-((((-525) |#1|) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
+((((-127)) . T) (((-800)) . T))
+((((-527) |#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
(((|#1|) . T))
-(((|#2| $) -12 (|has| |#1| (-341)) (|has| |#2| (-265 |#2| |#2|))) (($ $) . T))
+(((|#2| $) -12 (|has| |#1| (-343)) (|has| |#2| (-267 |#2| |#2|))) (($ $) . T))
((($ $) . T))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-429)) (|has| |#1| (-844)))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
-((((-798)) . T))
-((((-798)) . T))
-((((-798)) . T))
-(((|#1| (-497 |#2|)) . T))
-((((-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) . T))
-(((|#1| (-525)) . T))
-(((|#1| (-385 (-525))) . T))
-(((|#1| (-713)) . T))
-((((-112 |#1|)) . T) (($) . T) (((-385 (-525))) . T))
-(-2067 (|has| |#2| (-429)) (|has| |#2| (-517)) (|has| |#2| (-844)))
-(-2067 (|has| |#1| (-429)) (|has| |#1| (-517)) (|has| |#1| (-844)))
-((($) . T))
-(((|#2| (-497 (-800 |#1|))) . T))
-((((-525) |#1|) . T))
-(((|#2|) . T))
-(((|#2| (-713)) . T))
-((((-798)) -2067 (|has| |#1| (-566 (-798))) (|has| |#1| (-1020))))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-431)) (|has| |#1| (-846)))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
+((((-800)) . T))
+((((-800)) . T))
+((((-800)) . T))
+(((|#1| (-499 |#2|)) . T))
+((((-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) . T))
+(((|#1| (-527)) . T))
+(((|#1| (-387 (-527))) . T))
+(((|#1| (-715)) . T))
+((((-114 |#1|)) . T) (($) . T) (((-387 (-527))) . T))
+(-2027 (|has| |#2| (-431)) (|has| |#2| (-519)) (|has| |#2| (-846)))
+(-2027 (|has| |#1| (-431)) (|has| |#1| (-519)) (|has| |#1| (-846)))
+((($) . T))
+(((|#2| (-499 (-802 |#1|))) . T))
+((((-527) |#1|) . T))
+(((|#2|) . T))
+(((|#2| (-715)) . T))
+((((-800)) -2027 (|has| |#1| (-568 (-800))) (|has| |#1| (-1022))))
(((|#1|) . T))
(((|#1| |#2|) . T))
-((((-1075) |#1|) . T))
-((((-385 |#2|)) . T))
-((((-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T))
-(|has| |#1| (-517))
-(|has| |#1| (-517))
+((((-1077) |#1|) . T))
+((((-387 |#2|)) . T))
+((((-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T))
+(|has| |#1| (-519))
+(|has| |#1| (-519))
((($) . T) ((|#2|) . T))
(((|#1|) . T))
(((|#1| |#2|) . T))
-(((|#2| $) |has| |#2| (-265 |#2| |#2|)))
-(((|#1| (-592 |#1|)) |has| |#1| (-787)))
-(-2067 (|has| |#1| (-213)) (|has| |#1| (-327)))
-(-2067 (|has| |#1| (-341)) (|has| |#1| (-327)))
-(|has| |#1| (-1020))
-(((|#1|) . T))
-((((-385 (-525))) . T) (($) . T))
-((((-931 |#1|)) . T) ((|#1|) . T) (((-525)) -2067 (|has| (-931 |#1|) (-968 (-525))) (|has| |#1| (-968 (-525)))) (((-385 (-525))) -2067 (|has| (-931 |#1|) (-968 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525))))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-((((-1092)) |has| |#1| (-835 (-1092))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))
-(((|#1| (-556 |#1| |#3|) (-556 |#1| |#2|)) . T))
+(((|#2| $) |has| |#2| (-267 |#2| |#2|)))
+(((|#1| (-594 |#1|)) |has| |#1| (-789)))
+(-2027 (|has| |#1| (-215)) (|has| |#1| (-329)))
+(-2027 (|has| |#1| (-343)) (|has| |#1| (-329)))
+(|has| |#1| (-1022))
+(((|#1|) . T))
+((((-387 (-527))) . T) (($) . T))
+((((-933 |#1|)) . T) ((|#1|) . T) (((-527)) -2027 (|has| (-933 |#1|) (-970 (-527))) (|has| |#1| (-970 (-527)))) (((-387 (-527))) -2027 (|has| (-933 |#1|) (-970 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527))))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+((((-1094)) |has| |#1| (-837 (-1094))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))
+(((|#1| (-558 |#1| |#3|) (-558 |#1| |#2|)) . T))
(((|#1|) . T))
(((|#1| |#2| |#3| |#4|) . T))
-(((#0=(-1057 |#1| |#2|) #0#) |has| (-1057 |#1| |#2|) (-288 (-1057 |#1| |#2|))))
-(((|#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((#0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) #0#) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))))
-(((#0=(-112 |#1|)) |has| #0# (-288 #0#)))
-(-2067 (|has| |#1| (-789)) (|has| |#1| (-1020)))
+(((#0=(-1059 |#1| |#2|) #0#) |has| (-1059 |#1| |#2|) (-290 (-1059 |#1| |#2|))))
+(((|#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((#0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) #0#) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))))
+(((#0=(-114 |#1|)) |has| #0# (-290 #0#)))
+(-2027 (|has| |#1| (-791)) (|has| |#1| (-1022)))
((($ $) . T))
-((($ $) . T) ((#0=(-800 |#1|) $) . T) ((#0# |#2|) . T))
-((($ $) . T) ((|#2| $) |has| |#1| (-213)) ((|#2| |#1|) |has| |#1| (-213)) ((|#3| |#1|) . T) ((|#3| $) . T))
-(((-608 . -1020) T) ((-243 . -486) 143186) ((-227 . -486) 143129) ((-532 . -107) 143114) ((-497 . -23) T) ((-225 . -1020) 143064) ((-113 . -288) 143021) ((-455 . -486) 142813) ((-636 . -97) T) ((-1058 . -486) 142732) ((-368 . -126) T) ((-1185 . -909) 142701) ((-556 . -464) 142685) ((-571 . -126) T) ((-761 . -785) T) ((-494 . -55) 142635) ((-57 . -486) 142568) ((-490 . -486) 142501) ((-396 . -835) 142460) ((-157 . -977) T) ((-488 . -486) 142393) ((-470 . -486) 142326) ((-469 . -486) 142259) ((-741 . -968) 142046) ((-641 . -37) 142011) ((-321 . -327) T) ((-1015 . -1014) 141995) ((-1015 . -1020) 141973) ((-157 . -223) 141924) ((-157 . -213) 141875) ((-1015 . -1016) 141833) ((-807 . -265) 141791) ((-205 . -737) T) ((-205 . -734) T) ((-636 . -263) NIL) ((-1067 . -1105) 141770) ((-385 . -925) 141754) ((-643 . -21) T) ((-643 . -25) T) ((-1187 . -594) 141728) ((-294 . -149) 141707) ((-294 . -134) 141686) ((-1067 . -102) 141636) ((-128 . -25) T) ((-39 . -211) 141613) ((-112 . -21) T) ((-112 . -25) T) ((-561 . -267) 141589) ((-452 . -267) 141568) ((-1147 . -977) T) ((-794 . -977) T) ((-741 . -316) 141552) ((-113 . -1068) NIL) ((-89 . -566) 141484) ((-454 . -126) T) ((-548 . -1128) T) ((-1147 . -304) 141461) ((-532 . -977) T) ((-1147 . -213) T) ((-608 . -660) 141445) ((-892 . -267) 141422) ((-58 . -33) T) ((-988 . -737) T) ((-988 . -734) T) ((-758 . -669) T) ((-674 . -46) 141387) ((-573 . -37) 141374) ((-333 . -269) T) ((-330 . -269) T) ((-322 . -269) T) ((-243 . -269) 141305) ((-227 . -269) 141236) ((-955 . -97) T) ((-391 . -669) T) ((-113 . -37) 141181) ((-391 . -450) T) ((-332 . -97) T) ((-1123 . -984) T) ((-654 . -984) T) ((-1090 . -46) 141158) ((-1089 . -46) 141128) ((-1083 . -46) 141105) ((-966 . -142) 141051) ((-845 . -269) T) ((-1045 . -46) 141023) ((-636 . -288) NIL) ((-487 . -566) 141005) ((-482 . -566) 140987) ((-480 . -566) 140969) ((-305 . -1020) 140919) ((-655 . -429) 140850) ((-47 . -97) T) ((-1158 . -265) 140835) ((-1137 . -265) 140755) ((-592 . -612) 140739) ((-592 . -597) 140723) ((-317 . -21) T) ((-317 . -25) T) ((-39 . -327) NIL) ((-161 . -21) T) ((-161 . -25) T) ((-592 . -351) 140707) ((-556 . -265) 140684) ((-559 . -566) 140651) ((-366 . -97) T) ((-1039 . -134) T) ((-122 . -566) 140583) ((-809 . -1020) T) ((-604 . -389) 140567) ((-657 . -566) 140549) ((-150 . -566) 140531) ((-146 . -566) 140513) ((-1187 . -669) T) ((-1022 . -33) T) ((-806 . -737) NIL) ((-806 . -734) NIL) ((-797 . -789) T) ((-674 . -821) NIL) ((-1196 . -126) T) ((-359 . -126) T) ((-839 . -97) T) ((-674 . -968) 140391) ((-497 . -126) T) ((-1009 . -389) 140375) ((-932 . -464) 140359) ((-113 . -378) 140336) ((-1083 . -1128) 140315) ((-724 . -389) 140299) ((-722 . -389) 140283) ((-878 . -33) T) ((-636 . -1068) NIL) ((-230 . -594) 140120) ((-229 . -594) 139944) ((-759 . -855) 139923) ((-431 . -389) 139907) ((-556 . -19) 139891) ((-1063 . -1122) 139860) ((-1083 . -821) NIL) ((-1083 . -819) 139812) ((-556 . -558) 139789) ((-1115 . -566) 139721) ((-1091 . -566) 139703) ((-60 . -373) T) ((-1089 . -968) 139638) ((-1083 . -968) 139604) ((-636 . -37) 139554) ((-451 . -265) 139539) ((-674 . -355) 139523) ((-604 . -984) T) ((-1158 . -934) 139489) ((-1137 . -934) 139455) ((-989 . -1105) 139430) ((-807 . -567) 139238) ((-807 . -566) 139220) ((-1102 . -464) 139157) ((-396 . -953) 139136) ((-47 . -288) 139123) ((-989 . -102) 139069) ((-455 . -464) 139006) ((-491 . -1128) T) ((-1083 . -316) 138958) ((-1058 . -464) 138929) ((-1083 . -355) 138881) ((-1009 . -984) T) ((-415 . -97) T) ((-169 . -1020) T) ((-230 . -33) T) ((-229 . -33) T) ((-724 . -984) T) ((-722 . -984) T) ((-674 . -835) 138858) ((-431 . -984) T) ((-57 . -464) 138842) ((-965 . -983) 138816) ((-490 . -464) 138800) ((-488 . -464) 138784) ((-470 . -464) 138768) ((-469 . -464) 138752) ((-225 . -486) 138685) ((-965 . -107) 138652) ((-1090 . -835) 138565) ((-616 . -1032) T) ((-1089 . -835) 138471) ((-1083 . -835) 138304) ((-1045 . -835) 138288) ((-332 . -1068) T) ((-300 . -983) 138270) ((-230 . -733) 138249) ((-230 . -736) 138200) ((-230 . -735) 138179) ((-229 . -733) 138158) ((-229 . -736) 138109) ((-229 . -735) 138088) ((-49 . -984) T) ((-230 . -669) 137999) ((-229 . -669) 137910) ((-1123 . -1020) T) ((-616 . -23) T) ((-538 . -984) T) ((-489 . -984) T) ((-357 . -983) 137875) ((-300 . -107) 137850) ((-71 . -361) T) ((-71 . -373) T) ((-955 . -37) 137787) ((-636 . -378) 137769) ((-94 . -97) T) ((-654 . -1020) T) ((-935 . -136) 137741) ((-935 . -138) 137713) ((-357 . -107) 137669) ((-297 . -1132) 137648) ((-451 . -934) 137614) ((-332 . -37) 137579) ((-39 . -348) 137551) ((-808 . -566) 137423) ((-123 . -121) 137407) ((-117 . -121) 137391) ((-776 . -983) 137361) ((-775 . -21) 137313) ((-769 . -983) 137297) ((-775 . -25) 137249) ((-297 . -517) 137200) ((-525 . -770) T) ((-220 . -1128) T) ((-776 . -107) 137165) ((-769 . -107) 137144) ((-1158 . -566) 137126) ((-1137 . -566) 137108) ((-1137 . -567) 136781) ((-1088 . -844) 136760) ((-1044 . -844) 136739) ((-47 . -37) 136704) ((-1194 . -1032) T) ((-556 . -566) 136616) ((-556 . -567) 136577) ((-1192 . -1032) T) ((-220 . -968) 136406) ((-1088 . -594) 136331) ((-1044 . -594) 136256) ((-661 . -566) 136238) ((-793 . -594) 136212) ((-1194 . -23) T) ((-1192 . -23) T) ((-965 . -977) T) ((-1102 . -265) 136191) ((-157 . -346) 136142) ((-936 . -1128) T) ((-43 . -23) T) ((-455 . -265) 136121) ((-542 . -1020) T) ((-1063 . -1029) 136090) ((-1024 . -1023) 136042) ((-124 . -1128) T) ((-368 . -21) T) ((-368 . -25) T) ((-143 . -1032) T) ((-1200 . -97) T) ((-936 . -819) 136024) ((-936 . -821) 136006) ((-1123 . -660) 135903) ((-573 . -211) 135887) ((-571 . -21) T) ((-268 . -517) T) ((-571 . -25) T) ((-1109 . -1020) T) ((-654 . -660) 135852) ((-220 . -355) 135822) ((-936 . -968) 135782) ((-357 . -977) T) ((-203 . -984) T) ((-113 . -211) 135759) ((-57 . -265) 135736) ((-143 . -23) T) ((-488 . -265) 135713) ((-305 . -486) 135646) ((-469 . -265) 135623) ((-357 . -223) T) ((-357 . -213) T) ((-776 . -977) T) ((-769 . -977) T) ((-655 . -884) 135592) ((-643 . -789) T) ((-451 . -566) 135574) ((-769 . -213) 135553) ((-128 . -789) T) ((-604 . -1020) T) ((-1102 . -558) 135532) ((-511 . -1105) 135511) ((-314 . -1020) T) ((-297 . -341) 135490) ((-385 . -138) 135469) ((-385 . -136) 135448) ((-898 . -1032) 135347) ((-220 . -835) 135280) ((-757 . -1032) 135191) ((-600 . -791) 135175) ((-455 . -558) 135154) ((-511 . -102) 135104) ((-936 . -355) 135086) ((-936 . -316) 135068) ((-92 . -1020) T) ((-898 . -23) 134879) ((-454 . -21) T) ((-454 . -25) T) ((-757 . -23) 134750) ((-1092 . -566) 134732) ((-57 . -19) 134716) ((-1092 . -567) 134638) ((-1088 . -669) T) ((-1044 . -669) T) ((-488 . -19) 134622) ((-469 . -19) 134606) ((-57 . -558) 134583) ((-1009 . -1020) T) ((-836 . -97) 134561) ((-793 . -669) T) ((-724 . -1020) T) ((-488 . -558) 134538) ((-469 . -558) 134515) ((-722 . -1020) T) ((-722 . -991) 134482) ((-438 . -1020) T) ((-431 . -1020) T) ((-542 . -660) 134457) ((-595 . -1020) T) ((-936 . -835) NIL) ((-1166 . -46) 134434) ((-576 . -1032) T) ((-616 . -126) T) ((-1160 . -97) T) ((-1159 . -46) 134404) ((-1138 . -46) 134381) ((-1123 . -160) 134332) ((-1003 . -1132) 134283) ((-254 . -1020) T) ((-83 . -418) T) ((-83 . -373) T) ((-1089 . -286) 134262) ((-1083 . -286) 134241) ((-49 . -1020) T) ((-1003 . -517) 134192) ((-654 . -160) T) ((-550 . -46) 134169) ((-205 . -594) 134134) ((-538 . -1020) T) ((-489 . -1020) T) ((-337 . -1132) T) ((-331 . -1132) T) ((-323 . -1132) T) ((-462 . -762) T) ((-462 . -855) T) ((-297 . -1032) T) ((-103 . -1132) T) ((-317 . -789) T) ((-198 . -855) T) ((-198 . -762) T) ((-657 . -983) 134104) ((-337 . -517) T) ((-331 . -517) T) ((-323 . -517) T) ((-103 . -517) T) ((-604 . -660) 134074) ((-1083 . -953) NIL) ((-297 . -23) T) ((-65 . -1128) T) ((-932 . -566) 134006) ((-636 . -211) 133988) ((-657 . -107) 133953) ((-592 . -33) T) ((-225 . -464) 133937) ((-1022 . -1018) 133921) ((-159 . -1020) T) ((-887 . -844) 133900) ((-457 . -844) 133879) ((-1196 . -21) T) ((-1196 . -25) T) ((-1194 . -126) T) ((-1192 . -126) T) ((-1009 . -660) 133728) ((-988 . -594) 133715) ((-887 . -594) 133640) ((-724 . -660) 133469) ((-501 . -566) 133451) ((-501 . -567) 133432) ((-722 . -660) 133281) ((-1185 . -97) T) ((-1000 . -97) T) ((-359 . -25) T) ((-359 . -21) T) ((-457 . -594) 133206) ((-438 . -660) 133177) ((-431 . -660) 133026) ((-920 . -97) T) ((-680 . -97) T) ((-1200 . -1068) T) ((-497 . -25) T) ((-1138 . -1128) 133005) ((-1170 . -566) 132971) ((-1138 . -821) NIL) ((-1138 . -819) 132923) ((-132 . -97) T) ((-43 . -126) T) ((-1102 . -567) NIL) ((-1102 . -566) 132905) ((-1059 . -1042) 132850) ((-321 . -984) T) ((-610 . -566) 132832) ((-268 . -1032) T) ((-333 . -566) 132814) ((-330 . -566) 132796) ((-322 . -566) 132778) ((-243 . -567) 132526) ((-243 . -566) 132508) ((-227 . -566) 132490) ((-227 . -567) 132351) ((-974 . -1122) 132280) ((-836 . -288) 132218) ((-1159 . -968) 132153) ((-1138 . -968) 132119) ((-1123 . -486) 132086) ((-1058 . -566) 132068) ((-761 . -796) T) ((-761 . -669) T) ((-556 . -267) 132045) ((-538 . -660) 132010) ((-455 . -567) NIL) ((-455 . -566) 131992) ((-489 . -660) 131937) ((-294 . -97) T) ((-291 . -97) T) ((-268 . -23) T) ((-143 . -126) T) ((-364 . -669) T) ((-807 . -983) 131889) ((-845 . -566) 131871) ((-845 . -567) 131853) ((-807 . -107) 131791) ((-130 . -97) T) ((-110 . -97) T) ((-655 . -1150) 131775) ((-657 . -977) T) ((-636 . -327) NIL) ((-490 . -566) 131707) ((-357 . -737) T) ((-203 . -1020) T) ((-357 . -734) T) ((-205 . -736) T) ((-205 . -733) T) ((-57 . -567) 131668) ((-57 . -566) 131580) ((-205 . -669) T) ((-488 . -567) 131541) ((-488 . -566) 131453) ((-470 . -566) 131385) ((-469 . -567) 131346) ((-469 . -566) 131258) ((-1003 . -341) 131209) ((-39 . -389) 131186) ((-75 . -1128) T) ((-806 . -844) NIL) ((-337 . -307) 131170) ((-337 . -341) T) ((-331 . -307) 131154) ((-331 . -341) T) ((-323 . -307) 131138) ((-323 . -341) T) ((-294 . -263) 131117) ((-103 . -341) T) ((-68 . -1128) T) ((-1138 . -316) 131069) ((-806 . -594) 131014) ((-1138 . -355) 130966) ((-898 . -126) 130821) ((-757 . -126) 130692) ((-892 . -597) 130676) ((-1009 . -160) 130587) ((-892 . -351) 130571) ((-988 . -736) T) ((-988 . -733) T) ((-724 . -160) 130462) ((-722 . -160) 130373) ((-758 . -46) 130335) ((-988 . -669) T) ((-305 . -464) 130319) ((-887 . -669) T) ((-431 . -160) 130230) ((-225 . -265) 130207) ((-457 . -669) T) ((-1185 . -288) 130145) ((-1166 . -835) 130058) ((-1159 . -835) 129964) ((-1158 . -983) 129799) ((-1138 . -835) 129632) ((-1137 . -983) 129440) ((-1123 . -269) 129419) ((-1063 . -142) 129403) ((-1039 . -97) T) ((-998 . -97) T) ((-862 . -889) T) ((-73 . -1128) T) ((-680 . -288) 129341) ((-157 . -844) 129294) ((-610 . -360) 129266) ((-30 . -889) T) ((-1 . -566) 129248) ((-1037 . -1020) T) ((-1003 . -23) T) ((-49 . -570) 129232) ((-1003 . -1032) T) ((-935 . -387) 129204) ((-550 . -835) 129117) ((-416 . -97) T) ((-132 . -288) NIL) ((-807 . -977) T) ((-775 . -789) 129096) ((-79 . -1128) T) ((-654 . -269) T) ((-39 . -984) T) ((-538 . -160) T) ((-489 . -160) T) ((-483 . -566) 129078) ((-157 . -594) 128988) ((-479 . -566) 128970) ((-329 . -138) 128952) ((-329 . -136) T) ((-337 . -1032) T) ((-331 . -1032) T) ((-323 . -1032) T) ((-936 . -286) T) ((-849 . -286) T) ((-807 . -223) T) ((-103 . -1032) T) ((-807 . -213) 128931) ((-1158 . -107) 128752) ((-1137 . -107) 128541) ((-225 . -1162) 128525) ((-525 . -787) T) ((-337 . -23) T) ((-332 . -327) T) ((-294 . -288) 128512) ((-291 . -288) 128453) ((-331 . -23) T) ((-297 . -126) T) ((-323 . -23) T) ((-936 . -953) T) ((-103 . -23) T) ((-225 . -558) 128430) ((-1160 . -37) 128322) ((-1147 . -844) 128301) ((-108 . -1020) T) ((-966 . -97) T) ((-1147 . -594) 128226) ((-806 . -736) NIL) ((-794 . -594) 128200) ((-806 . -733) NIL) ((-758 . -821) NIL) ((-806 . -669) T) ((-1009 . -486) 128073) ((-724 . -486) 128020) ((-722 . -486) 127972) ((-532 . -594) 127959) ((-758 . -968) 127789) ((-431 . -486) 127732) ((-366 . -367) T) ((-58 . -1128) T) ((-571 . -789) 127711) ((-473 . -607) T) ((-1063 . -909) 127680) ((-935 . -429) T) ((-641 . -787) T) ((-482 . -734) T) ((-451 . -983) 127515) ((-321 . -1020) T) ((-291 . -1068) NIL) ((-268 . -126) T) ((-372 . -1020) T) ((-636 . -348) 127482) ((-805 . -984) T) ((-203 . -570) 127459) ((-305 . -265) 127436) ((-451 . -107) 127257) ((-1158 . -977) T) ((-1137 . -977) T) ((-758 . -355) 127241) ((-157 . -669) T) ((-600 . -97) T) ((-1158 . -223) 127220) ((-1158 . -213) 127172) ((-1137 . -213) 127077) ((-1137 . -223) 127056) ((-935 . -380) NIL) ((-616 . -588) 127004) ((-294 . -37) 126914) ((-291 . -37) 126843) ((-67 . -566) 126825) ((-297 . -466) 126791) ((-1102 . -267) 126770) ((-1033 . -1032) 126681) ((-81 . -1128) T) ((-59 . -566) 126663) ((-455 . -267) 126642) ((-1187 . -968) 126619) ((-1081 . -1020) T) ((-1033 . -23) 126490) ((-758 . -835) 126426) ((-1147 . -669) T) ((-1022 . -1128) T) ((-1009 . -269) 126357) ((-828 . -97) T) ((-724 . -269) 126268) ((-305 . -19) 126252) ((-57 . -267) 126229) ((-722 . -269) 126160) ((-794 . -669) T) ((-113 . -787) NIL) ((-488 . -267) 126137) ((-305 . -558) 126114) ((-469 . -267) 126091) ((-431 . -269) 126022) ((-966 . -288) 125873) ((-532 . -669) T) ((-608 . -566) 125855) ((-225 . -567) 125816) ((-225 . -566) 125728) ((-1064 . -33) T) ((-878 . -1128) T) ((-321 . -660) 125673) ((-616 . -25) T) ((-616 . -21) T) ((-451 . -977) T) ((-584 . -395) 125638) ((-560 . -395) 125603) ((-1039 . -1068) T) ((-538 . -269) T) ((-489 . -269) T) ((-1159 . -286) 125582) ((-451 . -213) 125534) ((-451 . -223) 125513) ((-1138 . -286) 125492) ((-1003 . -126) T) ((-807 . -737) 125471) ((-135 . -97) T) ((-39 . -1020) T) ((-807 . -734) 125450) ((-592 . -942) 125434) ((-537 . -984) T) ((-525 . -984) T) ((-468 . -984) T) ((-385 . -429) T) ((-337 . -126) T) ((-294 . -378) 125418) ((-291 . -378) 125379) ((-331 . -126) T) ((-323 . -126) T) ((-1138 . -953) NIL) ((-1097 . -1020) T) ((-1015 . -566) 125346) ((-103 . -126) T) ((-1039 . -37) 125333) ((-856 . -1020) T) ((-713 . -1020) T) ((-617 . -1020) T) ((-643 . -138) T) ((-112 . -138) T) ((-1194 . -21) T) ((-1194 . -25) T) ((-1192 . -21) T) ((-1192 . -25) T) ((-610 . -983) 125317) ((-497 . -789) T) ((-473 . -789) T) ((-333 . -983) 125269) ((-330 . -983) 125221) ((-322 . -983) 125173) ((-230 . -1128) T) ((-229 . -1128) T) ((-243 . -983) 125016) ((-227 . -983) 124859) ((-610 . -107) 124838) ((-333 . -107) 124776) ((-330 . -107) 124714) ((-322 . -107) 124652) ((-243 . -107) 124481) ((-227 . -107) 124310) ((-759 . -1132) 124289) ((-573 . -389) 124273) ((-43 . -21) T) ((-43 . -25) T) ((-757 . -588) 124181) ((-759 . -517) 124160) ((-230 . -968) 123989) ((-229 . -968) 123818) ((-122 . -115) 123802) ((-845 . -983) 123767) ((-641 . -984) T) ((-655 . -97) T) ((-321 . -160) T) ((-143 . -21) T) ((-143 . -25) T) ((-86 . -566) 123749) ((-845 . -107) 123705) ((-39 . -660) 123650) ((-805 . -1020) T) ((-305 . -567) 123611) ((-305 . -566) 123523) ((-1137 . -734) 123476) ((-1137 . -737) 123429) ((-230 . -355) 123399) ((-229 . -355) 123369) ((-600 . -37) 123339) ((-561 . -33) T) ((-458 . -1032) 123250) ((-452 . -33) T) ((-1033 . -126) 123121) ((-898 . -25) 122932) ((-809 . -566) 122914) ((-898 . -21) 122869) ((-757 . -21) 122780) ((-757 . -25) 122632) ((-573 . -984) T) ((-1094 . -517) 122611) ((-1088 . -46) 122588) ((-333 . -977) T) ((-330 . -977) T) ((-458 . -23) 122459) ((-322 . -977) T) ((-227 . -977) T) ((-243 . -977) T) ((-1044 . -46) 122431) ((-113 . -984) T) ((-965 . -594) 122405) ((-892 . -33) T) ((-333 . -213) 122384) ((-333 . -223) T) ((-330 . -213) 122363) ((-330 . -223) T) ((-227 . -304) 122320) ((-322 . -213) 122299) ((-322 . -223) T) ((-243 . -304) 122271) ((-243 . -213) 122250) ((-1073 . -142) 122234) ((-230 . -835) 122167) ((-229 . -835) 122100) ((-1005 . -789) T) ((-1141 . -1128) T) ((-392 . -1032) T) ((-981 . -23) T) ((-845 . -977) T) ((-300 . -594) 122082) ((-955 . -787) T) ((-1123 . -934) 122048) ((-1089 . -855) 122027) ((-1083 . -855) 122006) ((-845 . -223) T) ((-759 . -341) 121985) ((-363 . -23) T) ((-123 . -1020) 121963) ((-117 . -1020) 121941) ((-845 . -213) T) ((-1083 . -762) NIL) ((-357 . -594) 121906) ((-805 . -660) 121893) ((-974 . -142) 121858) ((-39 . -160) T) ((-636 . -389) 121840) ((-655 . -288) 121827) ((-776 . -594) 121787) ((-769 . -594) 121761) ((-297 . -25) T) ((-297 . -21) T) ((-604 . -265) 121740) ((-537 . -1020) T) ((-525 . -1020) T) ((-468 . -1020) T) ((-225 . -267) 121717) ((-291 . -211) 121678) ((-1088 . -821) NIL) ((-1044 . -821) 121537) ((-125 . -789) T) ((-1088 . -968) 121419) ((-1044 . -968) 121304) ((-169 . -566) 121286) ((-793 . -968) 121184) ((-724 . -265) 121111) ((-759 . -1032) T) ((-965 . -669) T) ((-556 . -597) 121095) ((-974 . -909) 121024) ((-931 . -97) T) ((-759 . -23) T) ((-655 . -1068) 121002) ((-636 . -984) T) ((-556 . -351) 120986) ((-329 . -429) T) ((-321 . -269) T) ((-1175 . -1020) T) ((-228 . -1020) T) ((-377 . -97) T) ((-268 . -21) T) ((-268 . -25) T) ((-339 . -669) T) ((-653 . -1020) T) ((-641 . -1020) T) ((-339 . -450) T) ((-1123 . -566) 120968) ((-1088 . -355) 120952) ((-1044 . -355) 120936) ((-955 . -389) 120898) ((-132 . -209) 120880) ((-357 . -736) T) ((-357 . -733) T) ((-805 . -160) T) ((-357 . -669) T) ((-654 . -566) 120862) ((-655 . -37) 120691) ((-1174 . -1172) 120675) ((-329 . -380) T) ((-1174 . -1020) 120625) ((-537 . -660) 120612) ((-525 . -660) 120599) ((-468 . -660) 120564) ((-294 . -578) 120543) ((-776 . -669) T) ((-769 . -669) T) ((-592 . -1128) T) ((-1003 . -588) 120491) ((-1088 . -835) 120434) ((-1044 . -835) 120418) ((-608 . -983) 120402) ((-103 . -588) 120384) ((-458 . -126) 120255) ((-1094 . -1032) T) ((-887 . -46) 120224) ((-573 . -1020) T) ((-608 . -107) 120203) ((-305 . -267) 120180) ((-457 . -46) 120137) ((-1094 . -23) T) ((-113 . -1020) T) ((-98 . -97) 120115) ((-1184 . -1032) T) ((-981 . -126) T) ((-955 . -984) T) ((-761 . -968) 120099) ((-935 . -667) 120071) ((-1184 . -23) T) ((-641 . -660) 120036) ((-542 . -566) 120018) ((-364 . -968) 120002) ((-332 . -984) T) ((-363 . -126) T) ((-302 . -968) 119986) ((-205 . -821) 119968) ((-936 . -855) T) ((-89 . -33) T) ((-936 . -762) T) ((-849 . -855) T) ((-462 . -1132) T) ((-1109 . -566) 119950) ((-1025 . -1020) T) ((-198 . -1132) T) ((-931 . -288) 119915) ((-205 . -968) 119875) ((-39 . -269) T) ((-1003 . -21) T) ((-1003 . -25) T) ((-1039 . -770) T) ((-462 . -517) T) ((-337 . -25) T) ((-198 . -517) T) ((-337 . -21) T) ((-331 . -25) T) ((-331 . -21) T) ((-657 . -594) 119835) ((-323 . -25) T) ((-323 . -21) T) ((-103 . -25) T) ((-103 . -21) T) ((-47 . -984) T) ((-537 . -160) T) ((-525 . -160) T) ((-468 . -160) T) ((-604 . -566) 119817) ((-680 . -679) 119801) ((-314 . -566) 119783) ((-66 . -361) T) ((-66 . -373) T) ((-1022 . -102) 119767) ((-988 . -821) 119749) ((-887 . -821) 119674) ((-599 . -1032) T) ((-573 . -660) 119661) ((-457 . -821) NIL) ((-1063 . -97) T) ((-988 . -968) 119643) ((-92 . -566) 119625) ((-454 . -138) T) ((-887 . -968) 119507) ((-113 . -660) 119452) ((-599 . -23) T) ((-457 . -968) 119330) ((-1009 . -567) NIL) ((-1009 . -566) 119312) ((-724 . -567) NIL) ((-724 . -566) 119273) ((-722 . -567) 118908) ((-722 . -566) 118822) ((-1033 . -588) 118730) ((-438 . -566) 118712) ((-431 . -566) 118694) ((-431 . -567) 118555) ((-966 . -209) 118501) ((-122 . -33) T) ((-759 . -126) T) ((-807 . -844) 118480) ((-595 . -566) 118462) ((-333 . -1191) 118446) ((-330 . -1191) 118430) ((-322 . -1191) 118414) ((-123 . -486) 118347) ((-117 . -486) 118280) ((-483 . -734) T) ((-483 . -737) T) ((-482 . -736) T) ((-98 . -288) 118218) ((-202 . -97) 118196) ((-636 . -1020) T) ((-641 . -160) T) ((-807 . -594) 118148) ((-63 . -362) T) ((-254 . -566) 118130) ((-63 . -373) T) ((-887 . -355) 118114) ((-805 . -269) T) ((-49 . -566) 118096) ((-931 . -37) 118044) ((-538 . -566) 118026) ((-457 . -355) 118010) ((-538 . -567) 117992) ((-489 . -566) 117974) ((-845 . -1191) 117961) ((-806 . -1128) T) ((-643 . -429) T) ((-468 . -486) 117927) ((-462 . -341) T) ((-333 . -346) 117906) ((-330 . -346) 117885) ((-322 . -346) 117864) ((-198 . -341) T) ((-657 . -669) T) ((-112 . -429) T) ((-1195 . -1186) 117848) ((-806 . -819) 117825) ((-806 . -821) NIL) ((-898 . -789) 117724) ((-757 . -789) 117675) ((-600 . -602) 117659) ((-1115 . -33) T) ((-159 . -566) 117641) ((-1033 . -21) 117552) ((-1033 . -25) 117404) ((-806 . -968) 117381) ((-887 . -835) 117362) ((-1147 . -46) 117339) ((-845 . -346) T) ((-57 . -597) 117323) ((-488 . -597) 117307) ((-457 . -835) 117284) ((-69 . -418) T) ((-69 . -373) T) ((-469 . -597) 117268) ((-57 . -351) 117252) ((-573 . -160) T) ((-488 . -351) 117236) ((-469 . -351) 117220) ((-769 . -651) 117204) ((-1088 . -286) 117183) ((-1094 . -126) T) ((-113 . -160) T) ((-1063 . -288) 117121) ((-157 . -1128) T) ((-584 . -687) 117105) ((-560 . -687) 117089) ((-1184 . -126) T) ((-1159 . -855) 117068) ((-1138 . -855) 117047) ((-1138 . -762) NIL) ((-636 . -660) 116997) ((-1137 . -844) 116950) ((-955 . -1020) T) ((-806 . -355) 116927) ((-806 . -316) 116904) ((-840 . -1032) T) ((-157 . -819) 116888) ((-157 . -821) 116813) ((-462 . -1032) T) ((-332 . -1020) T) ((-198 . -1032) T) ((-74 . -418) T) ((-74 . -373) T) ((-157 . -968) 116711) ((-297 . -789) T) ((-1174 . -486) 116644) ((-1158 . -594) 116541) ((-1137 . -594) 116411) ((-807 . -736) 116390) ((-807 . -733) 116369) ((-807 . -669) T) ((-462 . -23) T) ((-203 . -566) 116351) ((-161 . -429) T) ((-202 . -288) 116289) ((-84 . -418) T) ((-84 . -373) T) ((-198 . -23) T) ((-1196 . -1189) 116268) ((-537 . -269) T) ((-525 . -269) T) ((-621 . -968) 116252) ((-468 . -269) T) ((-130 . -447) 116207) ((-47 . -1020) T) ((-655 . -211) 116191) ((-806 . -835) NIL) ((-1147 . -821) NIL) ((-824 . -97) T) ((-820 . -97) T) ((-366 . -1020) T) ((-157 . -355) 116175) ((-157 . -316) 116159) ((-1147 . -968) 116041) ((-794 . -968) 115939) ((-1059 . -97) T) ((-599 . -126) T) ((-113 . -486) 115847) ((-608 . -734) 115826) ((-608 . -737) 115805) ((-532 . -968) 115787) ((-273 . -1181) 115757) ((-801 . -97) T) ((-897 . -517) 115736) ((-1123 . -983) 115619) ((-458 . -588) 115527) ((-839 . -1020) T) ((-955 . -660) 115464) ((-654 . -983) 115429) ((-556 . -33) T) ((-1064 . -1128) T) ((-1123 . -107) 115298) ((-451 . -594) 115195) ((-332 . -660) 115140) ((-157 . -835) 115099) ((-641 . -269) T) ((-636 . -160) T) ((-654 . -107) 115055) ((-1200 . -984) T) ((-1147 . -355) 115039) ((-396 . -1132) 115017) ((-1037 . -566) 114999) ((-291 . -787) NIL) ((-396 . -517) T) ((-205 . -286) T) ((-1137 . -733) 114952) ((-1137 . -736) 114905) ((-1158 . -669) T) ((-1137 . -669) T) ((-47 . -660) 114870) ((-205 . -953) T) ((-329 . -1181) 114847) ((-1160 . -389) 114813) ((-661 . -669) T) ((-1147 . -835) 114756) ((-108 . -566) 114738) ((-108 . -567) 114720) ((-661 . -450) T) ((-458 . -21) 114631) ((-123 . -464) 114615) ((-117 . -464) 114599) ((-458 . -25) 114451) ((-573 . -269) T) ((-542 . -983) 114426) ((-415 . -1020) T) ((-988 . -286) T) ((-113 . -269) T) ((-1024 . -97) T) ((-935 . -97) T) ((-542 . -107) 114394) ((-1059 . -288) 114332) ((-1123 . -977) T) ((-988 . -953) T) ((-64 . -1128) T) ((-981 . -25) T) ((-981 . -21) T) ((-654 . -977) T) ((-363 . -21) T) ((-363 . -25) T) ((-636 . -486) NIL) ((-955 . -160) T) ((-654 . -223) T) ((-988 . -510) T) ((-475 . -97) T) ((-332 . -160) T) ((-321 . -566) 114314) ((-372 . -566) 114296) ((-451 . -669) T) ((-1039 . -787) T) ((-827 . -968) 114264) ((-103 . -789) T) ((-604 . -983) 114248) ((-462 . -126) T) ((-1160 . -984) T) ((-198 . -126) T) ((-1073 . -97) 114226) ((-94 . -1020) T) ((-225 . -612) 114210) ((-225 . -597) 114194) ((-604 . -107) 114173) ((-294 . -389) 114157) ((-225 . -351) 114141) ((-1076 . -215) 114088) ((-931 . -211) 114072) ((-72 . -1128) T) ((-47 . -160) T) ((-643 . -365) T) ((-643 . -134) T) ((-1195 . -97) T) ((-1009 . -983) 113915) ((-243 . -844) 113894) ((-227 . -844) 113873) ((-724 . -983) 113696) ((-722 . -983) 113539) ((-561 . -1128) T) ((-1081 . -566) 113521) ((-1009 . -107) 113350) ((-974 . -97) T) ((-452 . -1128) T) ((-438 . -983) 113321) ((-431 . -983) 113164) ((-610 . -594) 113148) ((-806 . -286) T) ((-724 . -107) 112957) ((-722 . -107) 112786) ((-333 . -594) 112738) ((-330 . -594) 112690) ((-322 . -594) 112642) ((-243 . -594) 112567) ((-227 . -594) 112492) ((-1075 . -789) T) ((-1010 . -968) 112476) ((-438 . -107) 112437) ((-431 . -107) 112266) ((-999 . -968) 112243) ((-932 . -33) T) ((-900 . -566) 112204) ((-892 . -1128) T) ((-122 . -942) 112188) ((-897 . -1032) T) ((-806 . -953) NIL) ((-678 . -1032) T) ((-658 . -1032) T) ((-1174 . -464) 112172) ((-1059 . -37) 112132) ((-897 . -23) T) ((-782 . -97) T) ((-759 . -21) T) ((-759 . -25) T) ((-678 . -23) T) ((-658 . -23) T) ((-106 . -607) T) ((-845 . -594) 112097) ((-538 . -983) 112062) ((-489 . -983) 112007) ((-207 . -55) 111965) ((-430 . -23) T) ((-385 . -97) T) ((-242 . -97) T) ((-636 . -269) T) ((-801 . -37) 111935) ((-538 . -107) 111891) ((-489 . -107) 111820) ((-396 . -1032) T) ((-294 . -984) 111711) ((-291 . -984) T) ((-604 . -977) T) ((-1200 . -1020) T) ((-157 . -286) 111642) ((-396 . -23) T) ((-39 . -566) 111624) ((-39 . -567) 111608) ((-103 . -925) 111590) ((-112 . -804) 111574) ((-47 . -486) 111540) ((-1115 . -942) 111524) ((-1097 . -566) 111506) ((-1102 . -33) T) ((-856 . -566) 111488) ((-1033 . -789) 111439) ((-713 . -566) 111421) ((-617 . -566) 111403) ((-1073 . -288) 111341) ((-455 . -33) T) ((-1013 . -1128) T) ((-454 . -429) T) ((-1009 . -977) T) ((-1058 . -33) T) ((-724 . -977) T) ((-722 . -977) T) ((-593 . -215) 111325) ((-581 . -215) 111271) ((-1147 . -286) 111250) ((-1009 . -304) 111211) ((-431 . -977) T) ((-1094 . -21) T) ((-1009 . -213) 111190) ((-724 . -304) 111167) ((-724 . -213) T) ((-722 . -304) 111139) ((-305 . -597) 111123) ((-674 . -1132) 111102) ((-1094 . -25) T) ((-57 . -33) T) ((-490 . -33) T) ((-488 . -33) T) ((-431 . -304) 111081) ((-305 . -351) 111065) ((-470 . -33) T) ((-469 . -33) T) ((-935 . -1068) NIL) ((-584 . -97) T) ((-560 . -97) T) ((-674 . -517) 110996) ((-333 . -669) T) ((-330 . -669) T) ((-322 . -669) T) ((-243 . -669) T) ((-227 . -669) T) ((-974 . -288) 110904) ((-836 . -1020) 110882) ((-49 . -977) T) ((-1184 . -21) T) ((-1184 . -25) T) ((-1090 . -517) 110861) ((-1089 . -1132) 110840) ((-538 . -977) T) ((-489 . -977) T) ((-1083 . -1132) 110819) ((-339 . -968) 110803) ((-300 . -968) 110787) ((-955 . -269) T) ((-357 . -821) 110769) ((-1089 . -517) 110720) ((-1083 . -517) 110671) ((-935 . -37) 110616) ((-741 . -1032) T) ((-845 . -669) T) ((-538 . -223) T) ((-538 . -213) T) ((-489 . -213) T) ((-489 . -223) T) ((-1045 . -517) 110595) ((-332 . -269) T) ((-593 . -637) 110579) ((-357 . -968) 110539) ((-1039 . -984) T) ((-98 . -121) 110523) ((-741 . -23) T) ((-1174 . -265) 110500) ((-385 . -288) 110465) ((-1194 . -1189) 110441) ((-1192 . -1189) 110420) ((-1160 . -1020) T) ((-805 . -566) 110402) ((-776 . -968) 110371) ((-185 . -729) T) ((-184 . -729) T) ((-183 . -729) T) ((-182 . -729) T) ((-181 . -729) T) ((-180 . -729) T) ((-179 . -729) T) ((-178 . -729) T) ((-177 . -729) T) ((-176 . -729) T) ((-468 . -934) T) ((-253 . -778) T) ((-252 . -778) T) ((-251 . -778) T) ((-250 . -778) T) ((-47 . -269) T) ((-249 . -778) T) ((-248 . -778) T) ((-247 . -778) T) ((-175 . -729) T) ((-565 . -789) T) ((-600 . -389) 110355) ((-106 . -789) T) ((-599 . -21) T) ((-599 . -25) T) ((-1195 . -37) 110325) ((-113 . -265) 110276) ((-1174 . -19) 110260) ((-1174 . -558) 110237) ((-1185 . -1020) T) ((-1000 . -1020) T) ((-920 . -1020) T) ((-897 . -126) T) ((-680 . -1020) T) ((-678 . -126) T) ((-658 . -126) T) ((-483 . -735) T) ((-385 . -1068) 110215) ((-430 . -126) T) ((-483 . -736) T) ((-203 . -977) T) ((-273 . -97) 109998) ((-132 . -1020) T) ((-641 . -934) T) ((-89 . -1128) T) ((-123 . -566) 109930) ((-117 . -566) 109862) ((-1200 . -160) T) ((-1089 . -341) 109841) ((-1083 . -341) 109820) ((-294 . -1020) T) ((-396 . -126) T) ((-291 . -1020) T) ((-385 . -37) 109772) ((-1052 . -97) T) ((-1160 . -660) 109664) ((-600 . -984) T) ((-297 . -136) 109643) ((-297 . -138) 109622) ((-130 . -1020) T) ((-110 . -1020) T) ((-797 . -97) T) ((-537 . -566) 109604) ((-525 . -567) 109503) ((-525 . -566) 109485) ((-468 . -566) 109467) ((-468 . -567) 109412) ((-460 . -23) T) ((-458 . -789) 109363) ((-462 . -588) 109345) ((-899 . -566) 109327) ((-198 . -588) 109309) ((-205 . -382) T) ((-608 . -594) 109293) ((-1088 . -855) 109272) ((-674 . -1032) T) ((-329 . -97) T) ((-760 . -789) T) ((-674 . -23) T) ((-321 . -983) 109217) ((-1075 . -1074) T) ((-1064 . -102) 109201) ((-1090 . -1032) T) ((-1089 . -1032) T) ((-487 . -968) 109185) ((-1083 . -1032) T) ((-1045 . -1032) T) ((-321 . -107) 109114) ((-936 . -1132) T) ((-122 . -1128) T) ((-849 . -1132) T) ((-636 . -265) NIL) ((-1175 . -566) 109096) ((-1090 . -23) T) ((-1089 . -23) T) ((-1083 . -23) T) ((-936 . -517) T) ((-1059 . -211) 109080) ((-849 . -517) T) ((-1045 . -23) T) ((-228 . -566) 109062) ((-998 . -1020) T) ((-741 . -126) T) ((-653 . -566) 109044) ((-294 . -660) 108954) ((-291 . -660) 108883) ((-641 . -566) 108865) ((-641 . -567) 108810) ((-385 . -378) 108794) ((-416 . -1020) T) ((-462 . -25) T) ((-462 . -21) T) ((-1039 . -1020) T) ((-198 . -25) T) ((-198 . -21) T) ((-655 . -389) 108778) ((-657 . -968) 108747) ((-1174 . -566) 108659) ((-1174 . -567) 108620) ((-1160 . -160) T) ((-225 . -33) T) ((-861 . -907) T) ((-1115 . -1128) T) ((-608 . -733) 108599) ((-608 . -736) 108578) ((-376 . -373) T) ((-494 . -97) 108556) ((-966 . -1020) T) ((-202 . -927) 108540) ((-477 . -97) T) ((-573 . -566) 108522) ((-44 . -789) NIL) ((-573 . -567) 108499) ((-966 . -563) 108474) ((-836 . -486) 108407) ((-321 . -977) T) ((-113 . -567) NIL) ((-113 . -566) 108389) ((-807 . -1128) T) ((-616 . -395) 108373) ((-616 . -1042) 108318) ((-473 . -142) 108300) ((-321 . -213) T) ((-321 . -223) T) ((-39 . -983) 108245) ((-807 . -819) 108229) ((-807 . -821) 108154) ((-655 . -984) T) ((-636 . -934) NIL) ((-3 . |UnionCategory|) T) ((-1158 . -46) 108124) ((-1137 . -46) 108101) ((-1058 . -942) 108072) ((-205 . -855) T) ((-39 . -107) 108001) ((-807 . -968) 107868) ((-1039 . -660) 107855) ((-1025 . -566) 107837) ((-1003 . -138) 107816) ((-1003 . -136) 107767) ((-936 . -341) T) ((-297 . -1117) 107733) ((-357 . -286) T) ((-297 . -1114) 107699) ((-294 . -160) 107678) ((-291 . -160) T) ((-935 . -211) 107655) ((-849 . -341) T) ((-538 . -1191) 107642) ((-489 . -1191) 107619) ((-337 . -138) 107598) ((-337 . -136) 107549) ((-331 . -138) 107528) ((-331 . -136) 107479) ((-561 . -1105) 107455) ((-323 . -138) 107434) ((-323 . -136) 107385) ((-297 . -34) 107351) ((-452 . -1105) 107330) ((0 . |EnumerationCategory|) T) ((-297 . -91) 107296) ((-357 . -953) T) ((-103 . -138) T) ((-103 . -136) NIL) ((-44 . -215) 107246) ((-600 . -1020) T) ((-561 . -102) 107193) ((-460 . -126) T) ((-452 . -102) 107143) ((-220 . -1032) 107054) ((-807 . -355) 107038) ((-807 . -316) 107022) ((-220 . -23) 106893) ((-988 . -855) T) ((-988 . -762) T) ((-538 . -346) T) ((-489 . -346) T) ((-329 . -1068) T) ((-305 . -33) T) ((-43 . -395) 106877) ((-808 . -1128) T) ((-368 . -687) 106861) ((-1185 . -486) 106794) ((-674 . -126) T) ((-1166 . -517) 106773) ((-1159 . -1132) 106752) ((-1159 . -517) 106703) ((-680 . -486) 106636) ((-1138 . -1132) 106615) ((-1138 . -517) 106566) ((-828 . -1020) T) ((-135 . -783) T) ((-1137 . -1128) 106545) ((-1137 . -821) 106418) ((-1137 . -819) 106388) ((-494 . -288) 106326) ((-1090 . -126) T) ((-132 . -486) NIL) ((-1089 . -126) T) ((-1083 . -126) T) ((-1045 . -126) T) ((-955 . -934) T) ((-329 . -37) 106291) ((-936 . -1032) T) ((-849 . -1032) T) ((-80 . -566) 106273) ((-39 . -977) T) ((-805 . -983) 106260) ((-936 . -23) T) ((-807 . -835) 106219) ((-643 . -97) T) ((-935 . -327) NIL) ((-556 . -1128) T) ((-904 . -23) T) ((-849 . -23) T) ((-805 . -107) 106204) ((-405 . -1032) T) ((-451 . -46) 106174) ((-128 . -97) T) ((-39 . -213) 106146) ((-39 . -223) T) ((-112 . -97) T) ((-551 . -517) 106125) ((-550 . -517) 106104) ((-636 . -566) 106086) ((-636 . -567) 105994) ((-294 . -486) 105960) ((-291 . -486) 105852) ((-1158 . -968) 105836) ((-1137 . -968) 105625) ((-931 . -389) 105609) ((-405 . -23) T) ((-1039 . -160) T) ((-1160 . -269) T) ((-600 . -660) 105579) ((-135 . -1020) T) ((-47 . -934) T) ((-385 . -211) 105563) ((-274 . -215) 105513) ((-806 . -855) T) ((-806 . -762) NIL) ((-800 . -789) T) ((-1137 . -316) 105483) ((-1137 . -355) 105453) ((-202 . -1040) 105437) ((-1174 . -267) 105414) ((-1123 . -594) 105339) ((-897 . -21) T) ((-897 . -25) T) ((-678 . -21) T) ((-678 . -25) T) ((-658 . -21) T) ((-658 . -25) T) ((-654 . -594) 105304) ((-430 . -21) T) ((-430 . -25) T) ((-317 . -97) T) ((-161 . -97) T) ((-931 . -984) T) ((-805 . -977) T) ((-716 . -97) T) ((-1159 . -341) 105283) ((-1158 . -835) 105189) ((-1138 . -341) 105168) ((-1137 . -835) 105019) ((-955 . -566) 105001) ((-385 . -770) 104954) ((-1090 . -466) 104920) ((-157 . -855) 104851) ((-1089 . -466) 104817) ((-1083 . -466) 104783) ((-655 . -1020) T) ((-1045 . -466) 104749) ((-537 . -983) 104736) ((-525 . -983) 104723) ((-468 . -983) 104688) ((-294 . -269) 104667) ((-291 . -269) T) ((-332 . -566) 104649) ((-396 . -25) T) ((-396 . -21) T) ((-94 . -265) 104628) ((-537 . -107) 104613) ((-525 . -107) 104598) ((-468 . -107) 104554) ((-1092 . -821) 104521) ((-836 . -464) 104505) ((-47 . -566) 104487) ((-47 . -567) 104432) ((-220 . -126) 104303) ((-1147 . -855) 104282) ((-758 . -1132) 104261) ((-966 . -486) 104105) ((-366 . -566) 104087) ((-758 . -517) 104018) ((-542 . -594) 103993) ((-243 . -46) 103965) ((-227 . -46) 103922) ((-497 . -481) 103899) ((-932 . -1128) T) ((-641 . -983) 103864) ((-1166 . -1032) T) ((-1159 . -1032) T) ((-1138 . -1032) T) ((-935 . -348) 103836) ((-108 . -346) T) ((-451 . -835) 103742) ((-1166 . -23) T) ((-1159 . -23) T) ((-839 . -566) 103724) ((-89 . -102) 103708) ((-1123 . -669) T) ((-840 . -789) 103659) ((-643 . -1068) T) ((-641 . -107) 103615) ((-1138 . -23) T) ((-551 . -1032) T) ((-550 . -1032) T) ((-655 . -660) 103444) ((-654 . -669) T) ((-1039 . -269) T) ((-936 . -126) T) ((-462 . -789) T) ((-904 . -126) T) ((-849 . -126) T) ((-741 . -25) T) ((-198 . -789) T) ((-741 . -21) T) ((-537 . -977) T) ((-525 . -977) T) ((-468 . -977) T) ((-551 . -23) T) ((-321 . -1191) 103421) ((-297 . -429) 103400) ((-317 . -288) 103387) ((-550 . -23) T) ((-405 . -126) T) ((-604 . -594) 103361) ((-225 . -942) 103345) ((-807 . -286) T) ((-1196 . -1186) 103329) ((-643 . -37) 103316) ((-525 . -213) T) ((-468 . -223) T) ((-468 . -213) T) ((-713 . -734) T) ((-713 . -737) T) ((-1067 . -215) 103266) ((-1009 . -844) 103245) ((-112 . -37) 103232) ((-191 . -742) T) ((-190 . -742) T) ((-189 . -742) T) ((-188 . -742) T) ((-807 . -953) 103211) ((-1185 . -464) 103195) ((-724 . -844) 103174) ((-722 . -844) 103153) ((-1102 . -1128) T) ((-431 . -844) 103132) ((-680 . -464) 103116) ((-1009 . -594) 103041) ((-724 . -594) 102966) ((-573 . -983) 102953) ((-455 . -1128) T) ((-321 . -346) T) ((-132 . -464) 102935) ((-722 . -594) 102860) ((-1058 . -1128) T) ((-438 . -594) 102831) ((-243 . -821) 102690) ((-227 . -821) NIL) ((-113 . -983) 102635) ((-431 . -594) 102560) ((-610 . -968) 102537) ((-573 . -107) 102522) ((-333 . -968) 102506) ((-330 . -968) 102490) ((-322 . -968) 102474) ((-243 . -968) 102320) ((-227 . -968) 102198) ((-113 . -107) 102127) ((-57 . -1128) T) ((-490 . -1128) T) ((-488 . -1128) T) ((-470 . -1128) T) ((-469 . -1128) T) ((-415 . -566) 102109) ((-412 . -566) 102091) ((-3 . -97) T) ((-958 . -1122) 102060) ((-775 . -97) T) ((-632 . -55) 102018) ((-641 . -977) T) ((-49 . -594) 101992) ((-268 . -429) T) ((-453 . -1122) 101961) ((0 . -97) T) ((-538 . -594) 101926) ((-489 . -594) 101871) ((-48 . -97) T) ((-845 . -968) 101858) ((-641 . -223) T) ((-1003 . -387) 101837) ((-674 . -588) 101785) ((-931 . -1020) T) ((-655 . -160) 101676) ((-462 . -925) 101658) ((-243 . -355) 101642) ((-227 . -355) 101626) ((-377 . -1020) T) ((-317 . -37) 101610) ((-957 . -97) 101588) ((-198 . -925) 101570) ((-161 . -37) 101502) ((-1158 . -286) 101481) ((-1137 . -286) 101460) ((-604 . -669) T) ((-94 . -566) 101442) ((-1083 . -588) 101394) ((-460 . -25) T) ((-460 . -21) T) ((-1137 . -953) 101347) ((-573 . -977) T) ((-357 . -382) T) ((-368 . -97) T) ((-243 . -835) 101293) ((-227 . -835) 101270) ((-113 . -977) T) ((-758 . -1032) T) ((-1009 . -669) T) ((-573 . -213) 101249) ((-571 . -97) T) ((-724 . -669) T) ((-722 . -669) T) ((-391 . -1032) T) ((-113 . -223) T) ((-39 . -346) NIL) ((-113 . -213) NIL) ((-431 . -669) T) ((-758 . -23) T) ((-674 . -25) T) ((-674 . -21) T) ((-645 . -789) T) ((-1000 . -265) 101228) ((-76 . -374) T) ((-76 . -373) T) ((-636 . -983) 101178) ((-1166 . -126) T) ((-1159 . -126) T) ((-1138 . -126) T) ((-1059 . -389) 101162) ((-584 . -345) 101094) ((-560 . -345) 101026) ((-1073 . -1066) 101010) ((-98 . -1020) 100988) ((-1090 . -25) T) ((-1090 . -21) T) ((-1089 . -21) T) ((-931 . -660) 100936) ((-203 . -594) 100903) ((-636 . -107) 100837) ((-49 . -669) T) ((-1089 . -25) T) ((-329 . -327) T) ((-1083 . -21) T) ((-1003 . -429) 100788) ((-1083 . -25) T) ((-655 . -486) 100735) ((-538 . -669) T) ((-489 . -669) T) ((-1045 . -21) T) ((-1045 . -25) T) ((-551 . -126) T) ((-550 . -126) T) ((-337 . -429) T) ((-331 . -429) T) ((-323 . -429) T) ((-451 . -286) 100714) ((-291 . -265) 100649) ((-103 . -429) T) ((-77 . -418) T) ((-77 . -373) T) ((-454 . -97) T) ((-1200 . -566) 100631) ((-1200 . -567) 100613) ((-1003 . -380) 100592) ((-966 . -464) 100523) ((-525 . -737) T) ((-525 . -734) T) ((-989 . -215) 100469) ((-337 . -380) 100420) ((-331 . -380) 100371) ((-323 . -380) 100322) ((-1187 . -1032) T) ((-1187 . -23) T) ((-1176 . -97) T) ((-162 . -566) 100304) ((-1059 . -984) T) ((-616 . -687) 100288) ((-1094 . -136) 100267) ((-1094 . -138) 100246) ((-1063 . -1020) T) ((-1063 . -996) 100215) ((-67 . -1128) T) ((-955 . -983) 100152) ((-801 . -984) T) ((-220 . -588) 100060) ((-636 . -977) T) ((-332 . -983) 100005) ((-59 . -1128) T) ((-955 . -107) 99921) ((-836 . -566) 99853) ((-636 . -223) T) ((-636 . -213) NIL) ((-782 . -787) 99832) ((-641 . -737) T) ((-641 . -734) T) ((-935 . -389) 99809) ((-332 . -107) 99738) ((-357 . -855) T) ((-385 . -787) 99717) ((-655 . -269) 99628) ((-203 . -669) T) ((-1166 . -466) 99594) ((-1159 . -466) 99560) ((-1138 . -466) 99526) ((-294 . -934) 99505) ((-202 . -1020) 99483) ((-297 . -906) 99445) ((-100 . -97) T) ((-47 . -983) 99410) ((-1196 . -97) T) ((-359 . -97) T) ((-47 . -107) 99366) ((-936 . -588) 99348) ((-1160 . -566) 99330) ((-497 . -97) T) ((-473 . -97) T) ((-1052 . -1053) 99314) ((-143 . -1181) 99298) ((-225 . -1128) T) ((-1088 . -1132) 99277) ((-1044 . -1132) 99256) ((-220 . -21) 99167) ((-220 . -25) 99019) ((-123 . -115) 99003) ((-117 . -115) 98987) ((-43 . -687) 98971) ((-1088 . -517) 98882) ((-1044 . -517) 98813) ((-966 . -265) 98788) ((-758 . -126) T) ((-113 . -737) NIL) ((-113 . -734) NIL) ((-333 . -286) T) ((-330 . -286) T) ((-322 . -286) T) ((-1015 . -1128) T) ((-230 . -1032) 98699) ((-229 . -1032) 98610) ((-955 . -977) T) ((-935 . -984) T) ((-321 . -594) 98555) ((-571 . -37) 98539) ((-1185 . -566) 98501) ((-1185 . -567) 98462) ((-1000 . -566) 98444) ((-955 . -223) T) ((-332 . -977) T) ((-757 . -1181) 98414) ((-230 . -23) T) ((-229 . -23) T) ((-920 . -566) 98396) ((-680 . -567) 98357) ((-680 . -566) 98339) ((-741 . -789) 98318) ((-931 . -486) 98230) ((-332 . -213) T) ((-332 . -223) T) ((-1076 . -142) 98177) ((-936 . -25) T) ((-132 . -566) 98159) ((-132 . -567) 98118) ((-845 . -286) T) ((-936 . -21) T) ((-904 . -25) T) ((-849 . -21) T) ((-849 . -25) T) ((-405 . -21) T) ((-405 . -25) T) ((-782 . -389) 98102) ((-47 . -977) T) ((-1194 . -1186) 98086) ((-1192 . -1186) 98070) ((-966 . -558) 98045) ((-294 . -567) 97906) ((-294 . -566) 97888) ((-291 . -567) NIL) ((-291 . -566) 97870) ((-47 . -223) T) ((-47 . -213) T) ((-600 . -265) 97831) ((-511 . -215) 97781) ((-130 . -566) 97763) ((-110 . -566) 97745) ((-454 . -37) 97710) ((-1196 . -1193) 97689) ((-1187 . -126) T) ((-1195 . -984) T) ((-1005 . -97) T) ((-86 . -1128) T) ((-473 . -288) NIL) ((-932 . -102) 97673) ((-824 . -1020) T) ((-820 . -1020) T) ((-1174 . -597) 97657) ((-1174 . -351) 97641) ((-305 . -1128) T) ((-548 . -789) T) ((-1059 . -1020) T) ((-1059 . -980) 97581) ((-98 . -486) 97514) ((-862 . -566) 97496) ((-321 . -669) T) ((-30 . -566) 97478) ((-801 . -1020) T) ((-782 . -984) 97457) ((-39 . -594) 97402) ((-205 . -1132) T) ((-385 . -984) T) ((-1075 . -142) 97384) ((-931 . -269) 97335) ((-205 . -517) T) ((-297 . -1155) 97319) ((-297 . -1152) 97289) ((-1102 . -1105) 97268) ((-998 . -566) 97250) ((-593 . -142) 97234) ((-581 . -142) 97180) ((-1102 . -102) 97130) ((-455 . -1105) 97109) ((-462 . -138) T) ((-462 . -136) NIL) ((-1039 . -567) 97024) ((-416 . -566) 97006) ((-198 . -138) T) ((-198 . -136) NIL) ((-1039 . -566) 96988) ((-125 . -97) T) ((-51 . -97) T) ((-1138 . -588) 96940) ((-455 . -102) 96890) ((-926 . -23) T) ((-1196 . -37) 96860) ((-1088 . -1032) T) ((-1044 . -1032) T) ((-988 . -1132) T) ((-793 . -1032) T) ((-887 . -1132) 96839) ((-457 . -1132) 96818) ((-674 . -789) 96797) ((-988 . -517) T) ((-887 . -517) 96728) ((-1088 . -23) T) ((-1044 . -23) T) ((-793 . -23) T) ((-457 . -517) 96659) ((-1059 . -660) 96591) ((-1063 . -486) 96524) ((-966 . -567) NIL) ((-966 . -566) 96506) ((-801 . -660) 96476) ((-1123 . -46) 96445) ((-229 . -126) T) ((-230 . -126) T) ((-1024 . -1020) T) ((-935 . -1020) T) ((-60 . -566) 96427) ((-1083 . -789) NIL) ((-955 . -734) T) ((-955 . -737) T) ((-1200 . -983) 96414) ((-1200 . -107) 96399) ((-805 . -594) 96386) ((-1166 . -25) T) ((-1166 . -21) T) ((-1159 . -21) T) ((-1159 . -25) T) ((-1138 . -21) T) ((-1138 . -25) T) ((-958 . -142) 96370) ((-807 . -762) 96349) ((-807 . -855) T) ((-655 . -265) 96276) ((-551 . -21) T) ((-551 . -25) T) ((-550 . -21) T) ((-39 . -669) T) ((-202 . -486) 96209) ((-550 . -25) T) ((-453 . -142) 96193) ((-440 . -142) 96177) ((-856 . -736) T) ((-856 . -669) T) ((-713 . -735) T) ((-713 . -736) T) ((-475 . -1020) T) ((-713 . -669) T) ((-205 . -341) T) ((-1073 . -1020) 96155) ((-806 . -1132) T) ((-600 . -566) 96137) ((-806 . -517) T) ((-636 . -346) NIL) ((-337 . -1181) 96121) ((-616 . -97) T) ((-331 . -1181) 96105) ((-323 . -1181) 96089) ((-1195 . -1020) T) ((-491 . -789) 96068) ((-759 . -429) 96047) ((-974 . -1020) T) ((-974 . -996) 95976) ((-958 . -909) 95945) ((-761 . -1032) T) ((-935 . -660) 95890) ((-364 . -1032) T) ((-453 . -909) 95859) ((-440 . -909) 95828) ((-106 . -142) 95810) ((-71 . -566) 95792) ((-828 . -566) 95774) ((-1003 . -667) 95753) ((-1200 . -977) T) ((-758 . -588) 95701) ((-273 . -984) 95644) ((-157 . -1132) 95549) ((-205 . -1032) T) ((-302 . -23) T) ((-1083 . -925) 95501) ((-782 . -1020) T) ((-1045 . -683) 95480) ((-1160 . -983) 95385) ((-1158 . -855) 95364) ((-805 . -669) T) ((-157 . -517) 95275) ((-1137 . -855) 95254) ((-537 . -594) 95241) ((-385 . -1020) T) ((-525 . -594) 95228) ((-242 . -1020) T) ((-468 . -594) 95193) ((-205 . -23) T) ((-1137 . -762) 95146) ((-1194 . -97) T) ((-332 . -1191) 95123) ((-1192 . -97) T) ((-1160 . -107) 95015) ((-135 . -566) 94997) ((-926 . -126) T) ((-43 . -97) T) ((-220 . -789) 94948) ((-1147 . -1132) 94927) ((-98 . -464) 94911) ((-1195 . -660) 94881) ((-1009 . -46) 94842) ((-988 . -1032) T) ((-887 . -1032) T) ((-123 . -33) T) ((-117 . -33) T) ((-724 . -46) 94819) ((-722 . -46) 94791) ((-1147 . -517) 94702) ((-332 . -346) T) ((-457 . -1032) T) ((-1088 . -126) T) ((-1044 . -126) T) ((-431 . -46) 94681) ((-806 . -341) T) ((-793 . -126) T) ((-143 . -97) T) ((-988 . -23) T) ((-887 . -23) T) ((-532 . -517) T) ((-758 . -25) T) ((-758 . -21) T) ((-1059 . -486) 94614) ((-542 . -968) 94598) ((-457 . -23) T) ((-329 . -984) T) ((-1123 . -835) 94579) ((-616 . -288) 94517) ((-1033 . -1181) 94487) ((-641 . -594) 94452) ((-935 . -160) T) ((-897 . -136) 94431) ((-584 . -1020) T) ((-560 . -1020) T) ((-897 . -138) 94410) ((-936 . -789) T) ((-678 . -138) 94389) ((-678 . -136) 94368) ((-904 . -789) T) ((-451 . -855) 94347) ((-294 . -983) 94257) ((-291 . -983) 94186) ((-931 . -265) 94144) ((-385 . -660) 94096) ((-124 . -789) T) ((-643 . -787) T) ((-1160 . -977) T) ((-294 . -107) 93992) ((-291 . -107) 93905) ((-898 . -97) T) ((-757 . -97) 93696) ((-655 . -567) NIL) ((-655 . -566) 93678) ((-604 . -968) 93576) ((-1160 . -304) 93520) ((-966 . -267) 93495) ((-537 . -669) T) ((-525 . -736) T) ((-157 . -341) 93446) ((-525 . -733) T) ((-525 . -669) T) ((-468 . -669) T) ((-1063 . -464) 93430) ((-1009 . -821) NIL) ((-806 . -1032) T) ((-113 . -844) NIL) ((-1194 . -1193) 93406) ((-1192 . -1193) 93385) ((-724 . -821) NIL) ((-722 . -821) 93244) ((-1187 . -25) T) ((-1187 . -21) T) ((-1126 . -97) 93222) ((-1026 . -373) T) ((-573 . -594) 93209) ((-431 . -821) NIL) ((-620 . -97) 93187) ((-1009 . -968) 93016) ((-806 . -23) T) ((-724 . -968) 92877) ((-722 . -968) 92736) ((-113 . -594) 92681) ((-431 . -968) 92559) ((-595 . -968) 92543) ((-576 . -97) T) ((-202 . -464) 92527) ((-1174 . -33) T) ((-584 . -660) 92511) ((-560 . -660) 92495) ((-616 . -37) 92455) ((-297 . -97) T) ((-83 . -566) 92437) ((-49 . -968) 92421) ((-1039 . -983) 92408) ((-1009 . -355) 92392) ((-724 . -355) 92376) ((-58 . -55) 92338) ((-641 . -736) T) ((-641 . -733) T) ((-538 . -968) 92325) ((-489 . -968) 92302) ((-641 . -669) T) ((-302 . -126) T) ((-294 . -977) 92193) ((-291 . -977) T) ((-157 . -1032) T) ((-722 . -355) 92177) ((-44 . -142) 92127) ((-936 . -925) 92109) ((-431 . -355) 92093) ((-385 . -160) T) ((-294 . -223) 92072) ((-291 . -223) T) ((-291 . -213) NIL) ((-273 . -1020) 91855) ((-205 . -126) T) ((-1039 . -107) 91840) ((-157 . -23) T) ((-741 . -138) 91819) ((-741 . -136) 91798) ((-230 . -588) 91706) ((-229 . -588) 91614) ((-297 . -263) 91580) ((-1073 . -486) 91513) ((-1052 . -1020) T) ((-205 . -986) T) ((-757 . -288) 91451) ((-1009 . -835) 91386) ((-724 . -835) 91329) ((-722 . -835) 91313) ((-1194 . -37) 91283) ((-1192 . -37) 91253) ((-1147 . -1032) T) ((-794 . -1032) T) ((-431 . -835) 91230) ((-797 . -1020) T) ((-1147 . -23) T) ((-532 . -1032) T) ((-794 . -23) T) ((-573 . -669) T) ((-333 . -855) T) ((-330 . -855) T) ((-268 . -97) T) ((-322 . -855) T) ((-988 . -126) T) ((-887 . -126) T) ((-113 . -736) NIL) ((-113 . -733) NIL) ((-113 . -669) T) ((-636 . -844) NIL) ((-974 . -486) 91131) ((-457 . -126) T) ((-532 . -23) T) ((-620 . -288) 91069) ((-584 . -704) T) ((-560 . -704) T) ((-1138 . -789) NIL) ((-935 . -269) T) ((-230 . -21) T) ((-636 . -594) 91019) ((-329 . -1020) T) ((-230 . -25) T) ((-229 . -21) T) ((-229 . -25) T) ((-143 . -37) 91003) ((-2 . -97) T) ((-845 . -855) T) ((-458 . -1181) 90973) ((-203 . -968) 90950) ((-1039 . -977) T) ((-654 . -286) T) ((-273 . -660) 90892) ((-643 . -984) T) ((-462 . -429) T) ((-385 . -486) 90804) ((-198 . -429) T) ((-1039 . -213) T) ((-274 . -142) 90754) ((-931 . -567) 90715) ((-931 . -566) 90697) ((-922 . -566) 90679) ((-112 . -984) T) ((-600 . -983) 90663) ((-205 . -466) T) ((-377 . -566) 90645) ((-377 . -567) 90622) ((-981 . -1181) 90592) ((-600 . -107) 90571) ((-1059 . -464) 90555) ((-757 . -37) 90525) ((-61 . -418) T) ((-61 . -373) T) ((-1076 . -97) T) ((-806 . -126) T) ((-459 . -97) 90503) ((-1200 . -346) T) ((-1003 . -97) T) ((-987 . -97) T) ((-329 . -660) 90448) ((-674 . -138) 90427) ((-674 . -136) 90406) ((-955 . -594) 90343) ((-494 . -1020) 90321) ((-337 . -97) T) ((-331 . -97) T) ((-323 . -97) T) ((-103 . -97) T) ((-477 . -1020) T) ((-332 . -594) 90266) ((-1088 . -588) 90214) ((-1044 . -588) 90162) ((-363 . -481) 90141) ((-775 . -787) 90120) ((-357 . -1132) T) ((-636 . -669) T) ((-317 . -984) T) ((-1138 . -925) 90072) ((-161 . -984) T) ((-98 . -566) 90004) ((-1090 . -136) 89983) ((-1090 . -138) 89962) ((-357 . -517) T) ((-1089 . -138) 89941) ((-1089 . -136) 89920) ((-1083 . -136) 89827) ((-385 . -269) T) ((-1083 . -138) 89734) ((-1045 . -138) 89713) ((-1045 . -136) 89692) ((-297 . -37) 89533) ((-157 . -126) T) ((-291 . -737) NIL) ((-291 . -734) NIL) ((-600 . -977) T) ((-47 . -594) 89498) ((-926 . -21) T) ((-123 . -942) 89482) ((-117 . -942) 89466) ((-926 . -25) T) ((-836 . -115) 89450) ((-1075 . -97) T) ((-758 . -789) 89429) ((-1147 . -126) T) ((-1088 . -25) T) ((-1088 . -21) T) ((-794 . -126) T) ((-1044 . -25) T) ((-1044 . -21) T) ((-793 . -25) T) ((-793 . -21) T) ((-724 . -286) 89408) ((-593 . -97) 89386) ((-581 . -97) T) ((-1076 . -288) 89181) ((-532 . -126) T) ((-571 . -787) 89160) ((-1073 . -464) 89144) ((-1067 . -142) 89094) ((-1063 . -566) 89056) ((-1063 . -567) 89017) ((-955 . -733) T) ((-955 . -736) T) ((-955 . -669) T) ((-459 . -288) 88955) ((-430 . -395) 88925) ((-329 . -160) T) ((-268 . -37) 88912) ((-253 . -97) T) ((-252 . -97) T) ((-251 . -97) T) ((-250 . -97) T) ((-249 . -97) T) ((-248 . -97) T) ((-247 . -97) T) ((-321 . -968) 88889) ((-194 . -97) T) ((-193 . -97) T) ((-191 . -97) T) ((-190 . -97) T) ((-189 . -97) T) ((-188 . -97) T) ((-185 . -97) T) ((-184 . -97) T) ((-655 . -983) 88712) ((-183 . -97) T) ((-182 . -97) T) ((-181 . -97) T) ((-180 . -97) T) ((-179 . -97) T) ((-178 . -97) T) ((-177 . -97) T) ((-176 . -97) T) ((-175 . -97) T) ((-332 . -669) T) ((-655 . -107) 88521) ((-616 . -211) 88505) ((-538 . -286) T) ((-489 . -286) T) ((-273 . -486) 88454) ((-103 . -288) NIL) ((-70 . -373) T) ((-1033 . -97) 88245) ((-775 . -389) 88229) ((-1039 . -737) T) ((-1039 . -734) T) ((-643 . -1020) T) ((-357 . -341) T) ((-157 . -466) 88207) ((-202 . -566) 88139) ((-128 . -1020) T) ((-112 . -1020) T) ((-47 . -669) T) ((-974 . -464) 88104) ((-132 . -403) 88086) ((-132 . -346) T) ((-958 . -97) T) ((-484 . -481) 88065) ((-453 . -97) T) ((-440 . -97) T) ((-965 . -1032) T) ((-1090 . -34) 88031) ((-1090 . -91) 87997) ((-1090 . -1117) 87963) ((-1090 . -1114) 87929) ((-1075 . -288) NIL) ((-87 . -374) T) ((-87 . -373) T) ((-1003 . -1068) 87908) ((-1089 . -1114) 87874) ((-1089 . -1117) 87840) ((-965 . -23) T) ((-1089 . -91) 87806) ((-532 . -466) T) ((-1089 . -34) 87772) ((-1083 . -1114) 87738) ((-1083 . -1117) 87704) ((-1083 . -91) 87670) ((-339 . -1032) T) ((-337 . -1068) 87649) ((-331 . -1068) 87628) ((-323 . -1068) 87607) ((-1083 . -34) 87573) ((-1045 . -34) 87539) ((-1045 . -91) 87505) ((-103 . -1068) T) ((-1045 . -1117) 87471) ((-775 . -984) 87450) ((-593 . -288) 87388) ((-581 . -288) 87239) ((-1045 . -1114) 87205) ((-655 . -977) T) ((-988 . -588) 87187) ((-1003 . -37) 87055) ((-887 . -588) 87003) ((-936 . -138) T) ((-936 . -136) NIL) ((-357 . -1032) T) ((-302 . -25) T) ((-300 . -23) T) ((-878 . -789) 86982) ((-655 . -304) 86959) ((-457 . -588) 86907) ((-39 . -968) 86797) ((-643 . -660) 86784) ((-655 . -213) T) ((-317 . -1020) T) ((-161 . -1020) T) ((-309 . -789) T) ((-396 . -429) 86734) ((-357 . -23) T) ((-337 . -37) 86699) ((-331 . -37) 86664) ((-323 . -37) 86629) ((-78 . -418) T) ((-78 . -373) T) ((-205 . -25) T) ((-205 . -21) T) ((-776 . -1032) T) ((-103 . -37) 86579) ((-769 . -1032) T) ((-716 . -1020) T) ((-112 . -660) 86566) ((-617 . -968) 86550) ((-565 . -97) T) ((-776 . -23) T) ((-769 . -23) T) ((-1073 . -265) 86527) ((-1033 . -288) 86465) ((-1022 . -215) 86449) ((-62 . -374) T) ((-62 . -373) T) ((-106 . -97) T) ((-39 . -355) 86426) ((-599 . -791) 86410) ((-988 . -21) T) ((-988 . -25) T) ((-757 . -211) 86380) ((-887 . -25) T) ((-887 . -21) T) ((-571 . -984) T) ((-457 . -25) T) ((-457 . -21) T) ((-958 . -288) 86318) ((-824 . -566) 86300) ((-820 . -566) 86282) ((-230 . -789) 86233) ((-229 . -789) 86184) ((-494 . -486) 86117) ((-806 . -588) 86094) ((-453 . -288) 86032) ((-440 . -288) 85970) ((-329 . -269) T) ((-1073 . -1162) 85954) ((-1059 . -566) 85916) ((-1059 . -567) 85877) ((-1057 . -97) T) ((-931 . -983) 85773) ((-39 . -835) 85725) ((-1073 . -558) 85702) ((-1200 . -594) 85689) ((-989 . -142) 85635) ((-807 . -1132) T) ((-931 . -107) 85517) ((-317 . -660) 85501) ((-801 . -566) 85483) ((-161 . -660) 85415) ((-385 . -265) 85373) ((-807 . -517) T) ((-103 . -378) 85355) ((-82 . -362) T) ((-82 . -373) T) ((-643 . -160) T) ((-94 . -669) T) ((-458 . -97) 85146) ((-94 . -450) T) ((-112 . -160) T) ((-1033 . -37) 85116) ((-157 . -588) 85064) ((-981 . -97) T) ((-806 . -25) T) ((-757 . -218) 85043) ((-806 . -21) T) ((-760 . -97) T) ((-392 . -97) T) ((-363 . -97) T) ((-106 . -288) NIL) ((-207 . -97) 85021) ((-123 . -1128) T) ((-117 . -1128) T) ((-965 . -126) T) ((-616 . -345) 85005) ((-931 . -977) T) ((-1147 . -588) 84953) ((-1024 . -566) 84935) ((-935 . -566) 84917) ((-487 . -23) T) ((-482 . -23) T) ((-321 . -286) T) ((-480 . -23) T) ((-300 . -126) T) ((-3 . -1020) T) ((-935 . -567) 84901) ((-931 . -223) 84880) ((-931 . -213) 84859) ((-1200 . -669) T) ((-1166 . -136) 84838) ((-775 . -1020) T) ((-1166 . -138) 84817) ((-1159 . -138) 84796) ((-1159 . -136) 84775) ((-1158 . -1132) 84754) ((-1138 . -136) 84661) ((-1138 . -138) 84568) ((-1137 . -1132) 84547) ((-357 . -126) T) ((-525 . -821) 84529) ((0 . -1020) T) ((-161 . -160) T) ((-157 . -21) T) ((-157 . -25) T) ((-48 . -1020) T) ((-1160 . -594) 84434) ((-1158 . -517) 84385) ((-657 . -1032) T) ((-1137 . -517) 84336) ((-525 . -968) 84318) ((-550 . -138) 84297) ((-550 . -136) 84276) ((-468 . -968) 84219) ((-85 . -362) T) ((-85 . -373) T) ((-807 . -341) T) ((-776 . -126) T) ((-769 . -126) T) ((-657 . -23) T) ((-475 . -566) 84201) ((-1196 . -984) T) ((-357 . -986) T) ((-957 . -1020) 84179) ((-836 . -33) T) ((-458 . -288) 84117) ((-1073 . -567) 84078) ((-1073 . -566) 84010) ((-1088 . -789) 83989) ((-44 . -97) T) ((-1044 . -789) 83968) ((-759 . -97) T) ((-1147 . -25) T) ((-1147 . -21) T) ((-794 . -25) T) ((-43 . -345) 83952) ((-794 . -21) T) ((-674 . -429) 83903) ((-1195 . -566) 83885) ((-532 . -25) T) ((-532 . -21) T) ((-368 . -1020) T) ((-981 . -288) 83823) ((-571 . -1020) T) ((-641 . -821) 83805) ((-1174 . -1128) T) ((-207 . -288) 83743) ((-135 . -346) T) ((-974 . -567) 83685) ((-974 . -566) 83628) ((-291 . -844) NIL) ((-641 . -968) 83573) ((-654 . -855) T) ((-451 . -1132) 83552) ((-1089 . -429) 83531) ((-1083 . -429) 83510) ((-308 . -97) T) ((-807 . -1032) T) ((-294 . -594) 83332) ((-291 . -594) 83261) ((-451 . -517) 83212) ((-317 . -486) 83178) ((-511 . -142) 83128) ((-39 . -286) T) ((-782 . -566) 83110) ((-643 . -269) T) ((-807 . -23) T) ((-357 . -466) T) ((-1003 . -211) 83080) ((-484 . -97) T) ((-385 . -567) 82888) ((-385 . -566) 82870) ((-242 . -566) 82852) ((-112 . -269) T) ((-1160 . -669) T) ((-1158 . -341) 82831) ((-1137 . -341) 82810) ((-1185 . -33) T) ((-113 . -1128) T) ((-103 . -211) 82792) ((-1094 . -97) T) ((-454 . -1020) T) ((-494 . -464) 82776) ((-680 . -33) T) ((-458 . -37) 82746) ((-132 . -33) T) ((-113 . -819) 82723) ((-113 . -821) NIL) ((-573 . -968) 82608) ((-592 . -789) 82587) ((-1184 . -97) T) ((-274 . -97) T) ((-655 . -346) 82566) ((-113 . -968) 82543) ((-368 . -660) 82527) ((-571 . -660) 82511) ((-44 . -288) 82315) ((-758 . -136) 82294) ((-758 . -138) 82273) ((-1195 . -360) 82252) ((-761 . -789) T) ((-1176 . -1020) T) ((-1076 . -209) 82199) ((-364 . -789) 82178) ((-1166 . -1117) 82144) ((-1166 . -1114) 82110) ((-1159 . -1114) 82076) ((-487 . -126) T) ((-1159 . -1117) 82042) ((-1138 . -1114) 82008) ((-1138 . -1117) 81974) ((-1166 . -34) 81940) ((-1166 . -91) 81906) ((-584 . -566) 81875) ((-560 . -566) 81844) ((-205 . -789) T) ((-1159 . -91) 81810) ((-1159 . -34) 81776) ((-1158 . -1032) T) ((-1039 . -594) 81763) ((-1138 . -91) 81729) ((-1137 . -1032) T) ((-548 . -142) 81711) ((-1003 . -327) 81690) ((-113 . -355) 81667) ((-113 . -316) 81644) ((-161 . -269) T) ((-1138 . -34) 81610) ((-805 . -286) T) ((-291 . -736) NIL) ((-291 . -733) NIL) ((-294 . -669) 81460) ((-291 . -669) T) ((-451 . -341) 81439) ((-337 . -327) 81418) ((-331 . -327) 81397) ((-323 . -327) 81376) ((-294 . -450) 81355) ((-1158 . -23) T) ((-1137 . -23) T) ((-661 . -1032) T) ((-657 . -126) T) ((-599 . -97) T) ((-454 . -660) 81320) ((-44 . -261) 81270) ((-100 . -1020) T) ((-66 . -566) 81252) ((-800 . -97) T) ((-573 . -835) 81211) ((-1196 . -1020) T) ((-359 . -1020) T) ((-80 . -1128) T) ((-988 . -789) T) ((-887 . -789) 81190) ((-113 . -835) NIL) ((-724 . -855) 81169) ((-656 . -789) T) ((-497 . -1020) T) ((-473 . -1020) T) ((-333 . -1132) T) ((-330 . -1132) T) ((-322 . -1132) T) ((-243 . -1132) 81148) ((-227 . -1132) 81127) ((-1033 . -211) 81097) ((-457 . -789) 81076) ((-1059 . -983) 81060) ((-368 . -704) T) ((-1075 . -770) T) ((-636 . -1128) T) ((-333 . -517) T) ((-330 . -517) T) ((-322 . -517) T) ((-243 . -517) 80991) ((-227 . -517) 80922) ((-1059 . -107) 80901) ((-430 . -687) 80871) ((-801 . -983) 80841) ((-759 . -37) 80783) ((-636 . -819) 80765) ((-636 . -821) 80747) ((-274 . -288) 80551) ((-845 . -1132) T) ((-616 . -389) 80535) ((-801 . -107) 80500) ((-636 . -968) 80445) ((-936 . -429) T) ((-845 . -517) T) ((-538 . -855) T) ((-451 . -1032) T) ((-489 . -855) T) ((-1073 . -267) 80422) ((-849 . -429) T) ((-63 . -566) 80404) ((-581 . -209) 80350) ((-451 . -23) T) ((-1039 . -736) T) ((-807 . -126) T) ((-1039 . -733) T) ((-1187 . -1189) 80329) ((-1039 . -669) T) ((-600 . -594) 80303) ((-273 . -566) 80045) ((-966 . -33) T) ((-757 . -787) 80024) ((-537 . -286) T) ((-525 . -286) T) ((-468 . -286) T) ((-1196 . -660) 79994) ((-636 . -355) 79976) ((-636 . -316) 79958) ((-454 . -160) T) ((-359 . -660) 79928) ((-806 . -789) NIL) ((-525 . -953) T) ((-468 . -953) T) ((-1052 . -566) 79910) ((-1033 . -218) 79889) ((-195 . -97) T) ((-1067 . -97) T) ((-69 . -566) 79871) ((-1059 . -977) T) ((-1094 . -37) 79768) ((-797 . -566) 79750) ((-525 . -510) T) ((-616 . -984) T) ((-674 . -884) 79703) ((-1059 . -213) 79682) ((-1005 . -1020) T) ((-965 . -25) T) ((-965 . -21) T) ((-935 . -983) 79627) ((-840 . -97) T) ((-801 . -977) T) ((-636 . -835) NIL) ((-333 . -307) 79611) ((-333 . -341) T) ((-330 . -307) 79595) ((-330 . -341) T) ((-322 . -307) 79579) ((-322 . -341) T) ((-462 . -97) T) ((-1184 . -37) 79549) ((-494 . -630) 79499) ((-198 . -97) T) ((-955 . -968) 79381) ((-935 . -107) 79310) ((-1090 . -906) 79279) ((-1089 . -906) 79241) ((-491 . -142) 79225) ((-1003 . -348) 79204) ((-329 . -566) 79186) ((-300 . -21) T) ((-332 . -968) 79163) ((-300 . -25) T) ((-1083 . -906) 79132) ((-1045 . -906) 79099) ((-74 . -566) 79081) ((-641 . -286) T) ((-157 . -789) 79060) ((-845 . -341) T) ((-357 . -25) T) ((-357 . -21) T) ((-845 . -307) 79047) ((-84 . -566) 79029) ((-641 . -953) T) ((-621 . -789) T) ((-1158 . -126) T) ((-1137 . -126) T) ((-836 . -942) 79013) ((-776 . -21) T) ((-47 . -968) 78956) ((-776 . -25) T) ((-769 . -25) T) ((-769 . -21) T) ((-1194 . -984) T) ((-1192 . -984) T) ((-600 . -669) T) ((-1195 . -983) 78940) ((-1147 . -789) 78919) ((-757 . -389) 78888) ((-98 . -115) 78872) ((-125 . -1020) T) ((-51 . -1020) T) ((-861 . -566) 78854) ((-806 . -925) 78831) ((-765 . -97) T) ((-1195 . -107) 78810) ((-599 . -37) 78780) ((-532 . -789) T) ((-333 . -1032) T) ((-330 . -1032) T) ((-322 . -1032) T) ((-243 . -1032) T) ((-227 . -1032) T) ((-573 . -286) 78759) ((-1067 . -288) 78563) ((-610 . -23) T) ((-458 . -211) 78533) ((-143 . -984) T) ((-333 . -23) T) ((-330 . -23) T) ((-322 . -23) T) ((-113 . -286) T) ((-243 . -23) T) ((-227 . -23) T) ((-935 . -977) T) ((-655 . -844) 78512) ((-935 . -213) 78484) ((-935 . -223) T) ((-113 . -953) NIL) ((-845 . -1032) T) ((-1159 . -429) 78463) ((-1138 . -429) 78442) ((-494 . -566) 78374) ((-655 . -594) 78299) ((-385 . -983) 78251) ((-477 . -566) 78233) ((-845 . -23) T) ((-462 . -288) NIL) ((-451 . -126) T) ((-198 . -288) NIL) ((-385 . -107) 78171) ((-757 . -984) 78102) ((-680 . -1018) 78086) ((-1158 . -466) 78052) ((-1137 . -466) 78018) ((-454 . -269) T) ((-132 . -1018) 78000) ((-124 . -142) 77982) ((-1195 . -977) T) ((-989 . -97) T) ((-473 . -486) NIL) ((-645 . -97) T) ((-458 . -218) 77961) ((-1088 . -136) 77940) ((-1088 . -138) 77919) ((-1044 . -138) 77898) ((-1044 . -136) 77877) ((-584 . -983) 77861) ((-560 . -983) 77845) ((-616 . -1020) T) ((-616 . -980) 77785) ((-1090 . -1165) 77769) ((-1090 . -1152) 77746) ((-462 . -1068) T) ((-1089 . -1157) 77707) ((-1089 . -1152) 77677) ((-1089 . -1155) 77661) ((-198 . -1068) T) ((-321 . -855) T) ((-760 . -245) 77645) ((-584 . -107) 77624) ((-560 . -107) 77603) ((-1083 . -1136) 77564) ((-782 . -977) 77543) ((-1083 . -1152) 77520) ((-487 . -25) T) ((-468 . -281) T) ((-483 . -23) T) ((-482 . -25) T) ((-480 . -25) T) ((-479 . -23) T) ((-1083 . -1134) 77504) ((-385 . -977) T) ((-297 . -984) T) ((-636 . -286) T) ((-103 . -787) T) ((-385 . -223) T) ((-385 . -213) 77483) ((-655 . -669) T) ((-462 . -37) 77433) ((-198 . -37) 77383) ((-451 . -466) 77349) ((-1075 . -1061) T) ((-1021 . -97) T) ((-643 . -566) 77331) ((-643 . -567) 77246) ((-657 . -21) T) ((-657 . -25) T) ((-128 . -566) 77228) ((-112 . -566) 77210) ((-146 . -25) T) ((-1194 . -1020) T) ((-807 . -588) 77158) ((-1192 . -1020) T) ((-897 . -97) T) ((-678 . -97) T) ((-658 . -97) T) ((-430 . -97) T) ((-758 . -429) 77109) ((-43 . -1020) T) ((-1010 . -789) T) ((-610 . -126) T) ((-989 . -288) 76960) ((-616 . -660) 76944) ((-268 . -984) T) ((-333 . -126) T) ((-330 . -126) T) ((-322 . -126) T) ((-243 . -126) T) ((-227 . -126) T) ((-396 . -97) T) ((-143 . -1020) T) ((-44 . -209) 76894) ((-892 . -789) 76873) ((-931 . -594) 76811) ((-220 . -1181) 76781) ((-955 . -286) T) ((-273 . -983) 76703) ((-845 . -126) T) ((-39 . -855) T) ((-462 . -378) 76685) ((-332 . -286) T) ((-198 . -378) 76667) ((-1003 . -389) 76651) ((-273 . -107) 76568) ((-807 . -25) T) ((-807 . -21) T) ((-317 . -566) 76550) ((-1160 . -46) 76494) ((-205 . -138) T) ((-161 . -566) 76476) ((-1033 . -787) 76455) ((-716 . -566) 76437) ((-561 . -215) 76384) ((-452 . -215) 76334) ((-1194 . -660) 76304) ((-47 . -286) T) ((-1192 . -660) 76274) ((-898 . -1020) T) ((-757 . -1020) 76065) ((-290 . -97) T) ((-836 . -1128) T) ((-47 . -953) T) ((-1137 . -588) 75973) ((-632 . -97) 75951) ((-43 . -660) 75935) ((-511 . -97) T) ((-65 . -361) T) ((-65 . -373) T) ((-608 . -23) T) ((-616 . -704) T) ((-1126 . -1020) 75913) ((-329 . -983) 75858) ((-620 . -1020) 75836) ((-988 . -138) T) ((-887 . -138) 75815) ((-887 . -136) 75794) ((-741 . -97) T) ((-143 . -660) 75778) ((-457 . -138) 75757) ((-457 . -136) 75736) ((-329 . -107) 75665) ((-1003 . -984) T) ((-300 . -789) 75644) ((-1166 . -906) 75613) ((-576 . -1020) T) ((-1159 . -906) 75575) ((-483 . -126) T) ((-479 . -126) T) ((-274 . -209) 75525) ((-337 . -984) T) ((-331 . -984) T) ((-323 . -984) T) ((-273 . -977) 75468) ((-1138 . -906) 75437) ((-357 . -789) T) ((-103 . -984) T) ((-931 . -669) T) ((-805 . -855) T) ((-782 . -737) 75416) ((-782 . -734) 75395) ((-396 . -288) 75334) ((-445 . -97) T) ((-550 . -906) 75303) ((-297 . -1020) T) ((-385 . -737) 75282) ((-385 . -734) 75261) ((-473 . -464) 75243) ((-1160 . -968) 75209) ((-1158 . -21) T) ((-1158 . -25) T) ((-1137 . -21) T) ((-1137 . -25) T) ((-757 . -660) 75151) ((-641 . -382) T) ((-1185 . -1128) T) ((-1033 . -389) 75120) ((-935 . -346) NIL) ((-98 . -33) T) ((-680 . -1128) T) ((-43 . -704) T) ((-548 . -97) T) ((-75 . -374) T) ((-75 . -373) T) ((-599 . -602) 75104) ((-132 . -1128) T) ((-806 . -138) T) ((-806 . -136) NIL) ((-329 . -977) T) ((-68 . -361) T) ((-68 . -373) T) ((-1082 . -97) T) ((-616 . -486) 75037) ((-632 . -288) 74975) ((-897 . -37) 74872) ((-678 . -37) 74842) ((-511 . -288) 74646) ((-294 . -1128) T) ((-329 . -213) T) ((-329 . -223) T) ((-291 . -1128) T) ((-268 . -1020) T) ((-1096 . -566) 74628) ((-654 . -1132) T) ((-1073 . -597) 74612) ((-1123 . -517) 74591) ((-654 . -517) T) ((-294 . -819) 74575) ((-294 . -821) 74500) ((-291 . -819) 74461) ((-291 . -821) NIL) ((-741 . -288) 74426) ((-297 . -660) 74267) ((-302 . -301) 74244) ((-460 . -97) T) ((-451 . -25) T) ((-451 . -21) T) ((-396 . -37) 74218) ((-294 . -968) 73886) ((-205 . -1114) T) ((-205 . -1117) T) ((-3 . -566) 73868) ((-291 . -968) 73798) ((-2 . -1020) T) ((-2 . |RecordCategory|) T) ((-775 . -566) 73780) ((-1033 . -984) 73711) ((-537 . -855) T) ((-525 . -762) T) ((-525 . -855) T) ((-468 . -855) T) ((-130 . -968) 73695) ((-205 . -91) T) ((-73 . -418) T) ((-73 . -373) T) ((0 . -566) 73677) ((-157 . -138) 73656) ((-157 . -136) 73607) ((-205 . -34) T) ((-48 . -566) 73589) ((-454 . -984) T) ((-462 . -211) 73571) ((-459 . -902) 73555) ((-458 . -787) 73534) ((-198 . -211) 73516) ((-79 . -418) T) ((-79 . -373) T) ((-1063 . -33) T) ((-757 . -160) 73495) ((-674 . -97) T) ((-957 . -566) 73462) ((-473 . -265) 73437) ((-294 . -355) 73407) ((-291 . -355) 73368) ((-291 . -316) 73329) ((-1007 . -566) 73311) ((-758 . -884) 73258) ((-608 . -126) T) ((-1147 . -136) 73237) ((-1147 . -138) 73216) ((-1090 . -97) T) ((-1089 . -97) T) ((-1083 . -97) T) ((-1076 . -1020) T) ((-1045 . -97) T) ((-202 . -33) T) ((-268 . -660) 73203) ((-1076 . -563) 73179) ((-548 . -288) NIL) ((-459 . -1020) 73157) ((-368 . -566) 73139) ((-482 . -789) T) ((-1067 . -209) 73089) ((-1166 . -1165) 73073) ((-1166 . -1152) 73050) ((-1159 . -1157) 73011) ((-1159 . -1152) 72981) ((-1159 . -1155) 72965) ((-1138 . -1136) 72926) ((-1138 . -1152) 72903) ((-571 . -566) 72885) ((-1138 . -1134) 72869) ((-641 . -855) T) ((-1090 . -263) 72835) ((-1089 . -263) 72801) ((-1083 . -263) 72767) ((-1003 . -1020) T) ((-987 . -1020) T) ((-47 . -281) T) ((-294 . -835) 72734) ((-291 . -835) NIL) ((-987 . -993) 72713) ((-1039 . -821) 72695) ((-741 . -37) 72679) ((-243 . -588) 72627) ((-227 . -588) 72575) ((-643 . -983) 72562) ((-550 . -1152) 72539) ((-1045 . -263) 72505) ((-297 . -160) 72436) ((-337 . -1020) T) ((-331 . -1020) T) ((-323 . -1020) T) ((-473 . -19) 72418) ((-1039 . -968) 72400) ((-1022 . -142) 72384) ((-103 . -1020) T) ((-112 . -983) 72371) ((-654 . -341) T) ((-473 . -558) 72346) ((-643 . -107) 72331) ((-414 . -97) T) ((-44 . -1066) 72281) ((-112 . -107) 72266) ((-584 . -663) T) ((-560 . -663) T) ((-757 . -486) 72199) ((-966 . -1128) T) ((-878 . -142) 72183) ((-491 . -97) 72133) ((-1009 . -1132) 72112) ((-454 . -566) 72064) ((-454 . -567) 71986) ((-60 . -1128) T) ((-724 . -1132) 71965) ((-722 . -1132) 71944) ((-1088 . -429) 71875) ((-1075 . -1020) T) ((-1059 . -594) 71849) ((-1009 . -517) 71780) ((-458 . -389) 71749) ((-573 . -855) 71728) ((-431 . -1132) 71707) ((-1044 . -429) 71658) ((-376 . -566) 71640) ((-620 . -486) 71573) ((-724 . -517) 71484) ((-722 . -517) 71415) ((-674 . -288) 71402) ((-610 . -25) T) ((-610 . -21) T) ((-431 . -517) 71333) ((-113 . -855) T) ((-113 . -762) NIL) ((-333 . -25) T) ((-333 . -21) T) ((-330 . -25) T) ((-330 . -21) T) ((-322 . -25) T) ((-322 . -21) T) ((-243 . -25) T) ((-243 . -21) T) ((-81 . -362) T) ((-81 . -373) T) ((-227 . -25) T) ((-227 . -21) T) ((-1176 . -566) 71315) ((-1123 . -1032) T) ((-1123 . -23) T) ((-1083 . -288) 71200) ((-1045 . -288) 71187) ((-801 . -594) 71147) ((-1003 . -660) 71015) ((-878 . -913) 70999) ((-268 . -160) T) ((-845 . -21) T) ((-845 . -25) T) ((-807 . -789) 70950) ((-654 . -1032) T) ((-654 . -23) T) ((-593 . -1020) 70928) ((-581 . -563) 70903) ((-581 . -1020) T) ((-538 . -1132) T) ((-489 . -1132) T) ((-538 . -517) T) ((-489 . -517) T) ((-337 . -660) 70855) ((-331 . -660) 70807) ((-161 . -983) 70739) ((-317 . -983) 70723) ((-103 . -660) 70673) ((-161 . -107) 70584) ((-323 . -660) 70536) ((-317 . -107) 70515) ((-253 . -1020) T) ((-252 . -1020) T) ((-251 . -1020) T) ((-250 . -1020) T) ((-643 . -977) T) ((-249 . -1020) T) ((-248 . -1020) T) ((-247 . -1020) T) ((-194 . -1020) T) ((-193 . -1020) T) ((-191 . -1020) T) ((-157 . -1117) 70493) ((-157 . -1114) 70471) ((-190 . -1020) T) ((-189 . -1020) T) ((-112 . -977) T) ((-188 . -1020) T) ((-185 . -1020) T) ((-643 . -213) T) ((-184 . -1020) T) ((-183 . -1020) T) ((-182 . -1020) T) ((-181 . -1020) T) ((-180 . -1020) T) ((-179 . -1020) T) ((-178 . -1020) T) ((-177 . -1020) T) ((-176 . -1020) T) ((-175 . -1020) T) ((-220 . -97) 70262) ((-157 . -34) 70240) ((-157 . -91) 70218) ((-600 . -968) 70116) ((-458 . -984) 70047) ((-1033 . -1020) 69838) ((-1059 . -33) T) ((-616 . -464) 69822) ((-71 . -1128) T) ((-100 . -566) 69804) ((-1196 . -566) 69786) ((-359 . -566) 69768) ((-532 . -1117) T) ((-532 . -1114) T) ((-674 . -37) 69617) ((-497 . -566) 69599) ((-491 . -288) 69537) ((-473 . -566) 69519) ((-473 . -567) 69501) ((-1083 . -1068) NIL) ((-958 . -996) 69470) ((-958 . -1020) T) ((-936 . -97) T) ((-904 . -97) T) ((-849 . -97) T) ((-828 . -968) 69447) ((-1059 . -669) T) ((-935 . -594) 69392) ((-453 . -1020) T) ((-440 . -1020) T) ((-542 . -23) T) ((-532 . -34) T) ((-532 . -91) T) ((-405 . -97) T) ((-989 . -209) 69338) ((-124 . -97) T) ((-1090 . -37) 69235) ((-801 . -669) T) ((-636 . -855) T) ((-483 . -25) T) ((-479 . -21) T) ((-479 . -25) T) ((-1089 . -37) 69076) ((-317 . -977) T) ((-1083 . -37) 68872) ((-1003 . -160) T) ((-161 . -977) T) ((-1045 . -37) 68769) ((-655 . -46) 68746) ((-337 . -160) T) ((-331 . -160) T) ((-490 . -55) 68720) ((-470 . -55) 68670) ((-329 . -1191) 68647) ((-205 . -429) T) ((-297 . -269) 68598) ((-323 . -160) T) ((-161 . -223) T) ((-1137 . -789) 68497) ((-103 . -160) T) ((-807 . -925) 68481) ((-604 . -1032) T) ((-538 . -341) T) ((-538 . -307) 68468) ((-489 . -307) 68445) ((-489 . -341) T) ((-294 . -286) 68424) ((-291 . -286) T) ((-556 . -789) 68403) ((-1033 . -660) 68345) ((-491 . -261) 68329) ((-604 . -23) T) ((-396 . -211) 68313) ((-291 . -953) NIL) ((-314 . -23) T) ((-98 . -942) 68297) ((-44 . -35) 68276) ((-565 . -1020) T) ((-329 . -346) T) ((-468 . -27) T) ((-220 . -288) 68214) ((-1009 . -1032) T) ((-1195 . -594) 68188) ((-724 . -1032) T) ((-722 . -1032) T) ((-431 . -1032) T) ((-988 . -429) T) ((-887 . -429) 68139) ((-106 . -1020) T) ((-1009 . -23) T) ((-759 . -984) T) ((-724 . -23) T) ((-722 . -23) T) ((-457 . -429) 68090) ((-1076 . -486) 67873) ((-359 . -360) 67852) ((-1094 . -389) 67836) ((-438 . -23) T) ((-431 . -23) T) ((-459 . -486) 67769) ((-268 . -269) T) ((-1005 . -566) 67751) ((-385 . -844) 67730) ((-49 . -1032) T) ((-955 . -855) T) ((-935 . -669) T) ((-655 . -821) NIL) ((-538 . -1032) T) ((-489 . -1032) T) ((-782 . -594) 67703) ((-1123 . -126) T) ((-1083 . -378) 67655) ((-936 . -288) NIL) ((-757 . -464) 67639) ((-332 . -855) T) ((-1073 . -33) T) ((-385 . -594) 67591) ((-49 . -23) T) ((-654 . -126) T) ((-655 . -968) 67473) ((-538 . -23) T) ((-103 . -486) NIL) ((-489 . -23) T) ((-157 . -387) 67444) ((-124 . -288) NIL) ((-1057 . -1020) T) ((-1187 . -1186) 67428) ((-643 . -737) T) ((-643 . -734) T) ((-1039 . -286) T) ((-357 . -138) T) ((-259 . -566) 67410) ((-1137 . -925) 67380) ((-47 . -855) T) ((-620 . -464) 67364) ((-230 . -1181) 67334) ((-229 . -1181) 67304) ((-1092 . -789) T) ((-1033 . -160) 67283) ((-1039 . -953) T) ((-974 . -33) T) ((-776 . -138) 67262) ((-776 . -136) 67241) ((-680 . -102) 67225) ((-565 . -127) T) ((-458 . -1020) 67016) ((-1094 . -984) T) ((-806 . -429) T) ((-83 . -1128) T) ((-220 . -37) 66986) ((-132 . -102) 66968) ((-655 . -355) 66952) ((-1039 . -510) T) ((-368 . -983) 66936) ((-1195 . -669) T) ((-1088 . -884) 66905) ((-125 . -566) 66872) ((-51 . -566) 66854) ((-1044 . -884) 66821) ((-599 . -389) 66805) ((-1184 . -984) T) ((-571 . -983) 66789) ((-608 . -25) T) ((-608 . -21) T) ((-1075 . -486) NIL) ((-1166 . -97) T) ((-1159 . -97) T) ((-368 . -107) 66768) ((-202 . -233) 66752) ((-1138 . -97) T) ((-981 . -1020) T) ((-936 . -1068) T) ((-981 . -980) 66692) ((-760 . -1020) T) ((-321 . -1132) T) ((-584 . -594) 66676) ((-571 . -107) 66655) ((-560 . -594) 66639) ((-551 . -97) T) ((-542 . -126) T) ((-550 . -97) T) ((-392 . -1020) T) ((-363 . -1020) T) ((-207 . -1020) 66617) ((-593 . -486) 66550) ((-581 . -486) 66394) ((-775 . -977) 66373) ((-592 . -142) 66357) ((-321 . -517) T) ((-655 . -835) 66300) ((-511 . -209) 66250) ((-1166 . -263) 66216) ((-1003 . -269) 66167) ((-462 . -787) T) ((-203 . -1032) T) ((-1159 . -263) 66133) ((-1138 . -263) 66099) ((-936 . -37) 66049) ((-198 . -787) T) ((-1123 . -466) 66015) ((-849 . -37) 65967) ((-782 . -736) 65946) ((-782 . -733) 65925) ((-782 . -669) 65904) ((-337 . -269) T) ((-331 . -269) T) ((-323 . -269) T) ((-157 . -429) 65835) ((-405 . -37) 65819) ((-103 . -269) T) ((-203 . -23) T) ((-385 . -736) 65798) ((-385 . -733) 65777) ((-385 . -669) T) ((-473 . -267) 65752) ((-454 . -983) 65717) ((-604 . -126) T) ((-1033 . -486) 65650) ((-314 . -126) T) ((-157 . -380) 65629) ((-458 . -660) 65571) ((-757 . -265) 65548) ((-454 . -107) 65504) ((-599 . -984) T) ((-1147 . -429) 65435) ((-1009 . -126) T) ((-243 . -789) 65414) ((-227 . -789) 65393) ((-724 . -126) T) ((-722 . -126) T) ((-532 . -429) T) ((-981 . -660) 65335) ((-571 . -977) T) ((-958 . -486) 65268) ((-438 . -126) T) ((-431 . -126) T) ((-44 . -1020) T) ((-363 . -660) 65238) ((-759 . -1020) T) ((-453 . -486) 65171) ((-440 . -486) 65104) ((-430 . -345) 65074) ((-44 . -563) 65053) ((-294 . -281) T) ((-616 . -566) 65015) ((-57 . -789) 64994) ((-1138 . -288) 64879) ((-936 . -378) 64861) ((-757 . -558) 64838) ((-488 . -789) 64817) ((-469 . -789) 64796) ((-39 . -1132) T) ((-931 . -968) 64694) ((-49 . -126) T) ((-538 . -126) T) ((-489 . -126) T) ((-273 . -594) 64556) ((-321 . -307) 64533) ((-321 . -341) T) ((-300 . -301) 64510) ((-297 . -265) 64495) ((-39 . -517) T) ((-357 . -1114) T) ((-357 . -1117) T) ((-966 . -1105) 64470) ((-1102 . -215) 64420) ((-1083 . -211) 64372) ((-308 . -1020) T) ((-357 . -91) T) ((-357 . -34) T) ((-966 . -102) 64318) ((-454 . -977) T) ((-455 . -215) 64268) ((-1076 . -464) 64202) ((-1196 . -983) 64186) ((-359 . -983) 64170) ((-454 . -223) T) ((-758 . -97) T) ((-657 . -138) 64149) ((-657 . -136) 64128) ((-459 . -464) 64112) ((-460 . -313) 64081) ((-1196 . -107) 64060) ((-484 . -1020) T) ((-458 . -160) 64039) ((-931 . -355) 64023) ((-391 . -97) T) ((-359 . -107) 64002) ((-931 . -316) 63986) ((-258 . -916) 63970) ((-257 . -916) 63954) ((-1194 . -566) 63936) ((-1192 . -566) 63918) ((-106 . -486) NIL) ((-1088 . -1150) 63902) ((-793 . -791) 63886) ((-1094 . -1020) T) ((-98 . -1128) T) ((-887 . -884) 63847) ((-759 . -660) 63789) ((-1138 . -1068) NIL) ((-457 . -884) 63734) ((-988 . -134) T) ((-58 . -97) 63712) ((-43 . -566) 63694) ((-76 . -566) 63676) ((-329 . -594) 63621) ((-1184 . -1020) T) ((-483 . -789) T) ((-321 . -1032) T) ((-274 . -1020) T) ((-931 . -835) 63580) ((-274 . -563) 63559) ((-1166 . -37) 63456) ((-1159 . -37) 63297) ((-462 . -984) T) ((-1138 . -37) 63093) ((-198 . -984) T) ((-321 . -23) T) ((-143 . -566) 63075) ((-775 . -737) 63054) ((-775 . -734) 63033) ((-551 . -37) 63006) ((-550 . -37) 62903) ((-805 . -517) T) ((-203 . -126) T) ((-297 . -934) 62869) ((-77 . -566) 62851) ((-655 . -286) 62830) ((-273 . -669) 62733) ((-766 . -97) T) ((-800 . -783) T) ((-273 . -450) 62712) ((-1187 . -97) T) ((-39 . -341) T) ((-807 . -138) 62691) ((-807 . -136) 62670) ((-1075 . -464) 62652) ((-1196 . -977) T) ((-458 . -486) 62585) ((-1063 . -1128) T) ((-898 . -566) 62567) ((-593 . -464) 62551) ((-581 . -464) 62482) ((-757 . -566) 62214) ((-47 . -27) T) ((-1094 . -660) 62111) ((-599 . -1020) T) ((-414 . -342) 62085) ((-1022 . -97) T) ((-758 . -288) 62072) ((-800 . -1020) T) ((-1192 . -360) 62044) ((-981 . -486) 61977) ((-1076 . -265) 61953) ((-220 . -211) 61923) ((-1184 . -660) 61893) ((-759 . -160) 61872) ((-207 . -486) 61805) ((-571 . -737) 61784) ((-571 . -734) 61763) ((-1126 . -566) 61675) ((-202 . -1128) T) ((-620 . -566) 61607) ((-1073 . -942) 61591) ((-329 . -669) T) ((-878 . -97) 61541) ((-1138 . -378) 61493) ((-1033 . -464) 61477) ((-58 . -288) 61415) ((-309 . -97) T) ((-1123 . -21) T) ((-1123 . -25) T) ((-39 . -1032) T) ((-654 . -21) T) ((-576 . -566) 61397) ((-487 . -301) 61376) ((-654 . -25) T) ((-103 . -265) NIL) ((-856 . -1032) T) ((-39 . -23) T) ((-713 . -1032) T) ((-525 . -1132) T) ((-468 . -1132) T) ((-297 . -566) 61358) ((-936 . -211) 61340) ((-157 . -154) 61324) ((-537 . -517) T) ((-525 . -517) T) ((-468 . -517) T) ((-713 . -23) T) ((-1158 . -138) 61303) ((-1076 . -558) 61279) ((-1158 . -136) 61258) ((-958 . -464) 61242) ((-1137 . -136) 61167) ((-1137 . -138) 61092) ((-1187 . -1193) 61071) ((-453 . -464) 61055) ((-440 . -464) 61039) ((-494 . -33) T) ((-599 . -660) 61009) ((-108 . -901) T) ((-608 . -789) 60988) ((-1094 . -160) 60939) ((-343 . -97) T) ((-220 . -218) 60918) ((-230 . -97) T) ((-229 . -97) T) ((-1147 . -884) 60887) ((-105 . -97) T) ((-225 . -789) 60866) ((-758 . -37) 60715) ((-44 . -486) 60507) ((-1075 . -265) 60482) ((-195 . -1020) T) ((-1067 . -1020) T) ((-1067 . -563) 60461) ((-542 . -25) T) ((-542 . -21) T) ((-1022 . -288) 60399) ((-897 . -389) 60383) ((-641 . -1132) T) ((-581 . -265) 60358) ((-1009 . -588) 60306) ((-724 . -588) 60254) ((-722 . -588) 60202) ((-321 . -126) T) ((-268 . -566) 60184) ((-641 . -517) T) ((-840 . -1020) T) ((-805 . -1032) T) ((-431 . -588) 60132) ((-840 . -838) 60116) ((-357 . -429) T) ((-462 . -1020) T) ((-643 . -594) 60103) ((-878 . -288) 60041) ((-198 . -1020) T) ((-294 . -855) 60020) ((-291 . -855) T) ((-291 . -762) NIL) ((-368 . -663) T) ((-805 . -23) T) ((-112 . -594) 60007) ((-451 . -136) 59986) ((-396 . -389) 59970) ((-451 . -138) 59949) ((-106 . -464) 59931) ((-2 . -566) 59913) ((-1075 . -19) 59895) ((-1075 . -558) 59870) ((-604 . -21) T) ((-604 . -25) T) ((-548 . -1061) T) ((-1033 . -265) 59847) ((-314 . -25) T) ((-314 . -21) T) ((-468 . -341) T) ((-1187 . -37) 59817) ((-1059 . -1128) T) ((-581 . -558) 59792) ((-1009 . -25) T) ((-1009 . -21) T) ((-497 . -734) T) ((-497 . -737) T) ((-113 . -1132) T) ((-897 . -984) T) ((-573 . -517) T) ((-678 . -984) T) ((-658 . -984) T) ((-724 . -25) T) ((-724 . -21) T) ((-722 . -21) T) ((-722 . -25) T) ((-616 . -983) 59776) ((-438 . -25) T) ((-113 . -517) T) ((-438 . -21) T) ((-431 . -25) T) ((-431 . -21) T) ((-1059 . -968) 59674) ((-759 . -269) 59653) ((-765 . -1020) T) ((-900 . -901) T) ((-616 . -107) 59632) ((-274 . -486) 59424) ((-1194 . -983) 59408) ((-1192 . -983) 59392) ((-230 . -288) 59330) ((-229 . -288) 59268) ((-1141 . -97) 59246) ((-1076 . -567) NIL) ((-1076 . -566) 59228) ((-1158 . -1114) 59194) ((-1158 . -1117) 59160) ((-1138 . -211) 59112) ((-1137 . -1114) 59078) ((-1137 . -1117) 59044) ((-1059 . -355) 59028) ((-1039 . -762) T) ((-1039 . -855) T) ((-1033 . -558) 59005) ((-1003 . -567) 58989) ((-459 . -566) 58921) ((-757 . -267) 58898) ((-561 . -142) 58845) ((-396 . -984) T) ((-462 . -660) 58795) ((-458 . -464) 58779) ((-305 . -789) 58758) ((-317 . -594) 58732) ((-49 . -21) T) ((-49 . -25) T) ((-198 . -660) 58682) ((-157 . -667) 58653) ((-161 . -594) 58585) ((-538 . -21) T) ((-538 . -25) T) ((-489 . -25) T) ((-489 . -21) T) ((-452 . -142) 58535) ((-1003 . -566) 58517) ((-987 . -566) 58499) ((-926 . -97) T) ((-798 . -97) T) ((-741 . -389) 58463) ((-39 . -126) T) ((-641 . -341) T) ((-194 . -830) T) ((-643 . -736) T) ((-643 . -733) T) ((-537 . -1032) T) ((-525 . -1032) T) ((-468 . -1032) T) ((-643 . -669) T) ((-337 . -566) 58445) ((-331 . -566) 58427) ((-323 . -566) 58409) ((-64 . -374) T) ((-64 . -373) T) ((-103 . -567) 58339) ((-103 . -566) 58321) ((-193 . -830) T) ((-892 . -142) 58305) ((-1158 . -91) 58271) ((-713 . -126) T) ((-128 . -669) T) ((-112 . -669) T) ((-1158 . -34) 58237) ((-981 . -464) 58221) ((-537 . -23) T) ((-525 . -23) T) ((-468 . -23) T) ((-1137 . -91) 58187) ((-1137 . -34) 58153) ((-1088 . -97) T) ((-1044 . -97) T) ((-793 . -97) T) ((-207 . -464) 58137) ((-1194 . -107) 58116) ((-1192 . -107) 58095) ((-43 . -983) 58079) ((-1147 . -1150) 58063) ((-794 . -791) 58047) ((-1094 . -269) 58026) ((-106 . -265) 58001) ((-1059 . -835) 57960) ((-43 . -107) 57939) ((-616 . -977) T) ((-1097 . -1169) T) ((-1075 . -567) NIL) ((-1075 . -566) 57921) ((-989 . -563) 57896) ((-989 . -1020) T) ((-72 . -418) T) ((-72 . -373) T) ((-616 . -213) 57875) ((-143 . -983) 57859) ((-532 . -515) 57843) ((-333 . -138) 57822) ((-333 . -136) 57773) ((-330 . -138) 57752) ((-645 . -1020) T) ((-330 . -136) 57703) ((-322 . -138) 57682) ((-322 . -136) 57633) ((-243 . -136) 57612) ((-243 . -138) 57591) ((-230 . -37) 57561) ((-227 . -138) 57540) ((-113 . -341) T) ((-227 . -136) 57519) ((-229 . -37) 57489) ((-143 . -107) 57468) ((-935 . -968) 57358) ((-1083 . -787) NIL) ((-636 . -1132) T) ((-741 . -984) T) ((-641 . -1032) T) ((-1194 . -977) T) ((-1192 . -977) T) ((-1073 . -1128) T) ((-935 . -355) 57335) ((-845 . -136) T) ((-845 . -138) 57317) ((-805 . -126) T) ((-757 . -983) 57215) ((-636 . -517) T) ((-641 . -23) T) ((-593 . -566) 57147) ((-593 . -567) 57108) ((-581 . -567) NIL) ((-581 . -566) 57090) ((-462 . -160) T) ((-203 . -21) T) ((-198 . -160) T) ((-203 . -25) T) ((-451 . -1117) 57056) ((-451 . -1114) 57022) ((-253 . -566) 57004) ((-252 . -566) 56986) ((-251 . -566) 56968) ((-250 . -566) 56950) ((-249 . -566) 56932) ((-473 . -597) 56914) ((-248 . -566) 56896) ((-317 . -669) T) ((-247 . -566) 56878) ((-106 . -19) 56860) ((-161 . -669) T) ((-473 . -351) 56842) ((-194 . -566) 56824) ((-491 . -1066) 56808) ((-473 . -119) T) ((-106 . -558) 56783) ((-193 . -566) 56765) ((-451 . -34) 56731) ((-451 . -91) 56697) ((-191 . -566) 56679) ((-190 . -566) 56661) ((-189 . -566) 56643) ((-188 . -566) 56625) ((-185 . -566) 56607) ((-184 . -566) 56589) ((-183 . -566) 56571) ((-182 . -566) 56553) ((-181 . -566) 56535) ((-180 . -566) 56517) ((-179 . -566) 56499) ((-501 . -1023) 56451) ((-178 . -566) 56433) ((-177 . -566) 56415) ((-44 . -464) 56352) ((-176 . -566) 56334) ((-175 . -566) 56316) ((-757 . -107) 56207) ((-592 . -97) 56157) ((-458 . -265) 56134) ((-1033 . -566) 55866) ((-1021 . -1020) T) ((-974 . -1128) T) ((-573 . -1032) T) ((-1195 . -968) 55850) ((-1088 . -288) 55837) ((-1044 . -288) 55824) ((-113 . -1032) T) ((-761 . -97) T) ((-573 . -23) T) ((-1067 . -486) 55616) ((-364 . -97) T) ((-302 . -97) T) ((-935 . -835) 55568) ((-897 . -1020) T) ((-143 . -977) T) ((-113 . -23) T) ((-674 . -389) 55552) ((-678 . -1020) T) ((-658 . -1020) T) ((-645 . -127) T) ((-430 . -1020) T) ((-294 . -408) 55536) ((-385 . -1128) T) ((-958 . -567) 55497) ((-955 . -1132) T) ((-205 . -97) T) ((-958 . -566) 55459) ((-758 . -211) 55443) ((-955 . -517) T) ((-775 . -594) 55416) ((-332 . -1132) T) ((-453 . -566) 55378) ((-453 . -567) 55339) ((-440 . -567) 55300) ((-440 . -566) 55262) ((-385 . -819) 55246) ((-297 . -983) 55081) ((-385 . -821) 55006) ((-782 . -968) 54904) ((-462 . -486) NIL) ((-458 . -558) 54881) ((-332 . -517) T) ((-198 . -486) NIL) ((-807 . -429) T) ((-396 . -1020) T) ((-385 . -968) 54748) ((-297 . -107) 54569) ((-636 . -341) T) ((-205 . -263) T) ((-47 . -1132) T) ((-757 . -977) 54500) ((-537 . -126) T) ((-525 . -126) T) ((-468 . -126) T) ((-47 . -517) T) ((-1076 . -267) 54476) ((-1088 . -1068) 54454) ((-294 . -27) 54433) ((-988 . -97) T) ((-757 . -213) 54386) ((-220 . -787) 54365) ((-887 . -97) T) ((-656 . -97) T) ((-274 . -464) 54302) ((-457 . -97) T) ((-674 . -984) T) ((-565 . -566) 54284) ((-565 . -567) 54145) ((-385 . -355) 54129) ((-385 . -316) 54113) ((-1088 . -37) 53942) ((-1044 . -37) 53791) ((-793 . -37) 53761) ((-368 . -594) 53745) ((-592 . -288) 53683) ((-897 . -660) 53580) ((-202 . -102) 53564) ((-44 . -265) 53489) ((-678 . -660) 53459) ((-571 . -594) 53433) ((-290 . -1020) T) ((-268 . -983) 53420) ((-106 . -566) 53402) ((-106 . -567) 53384) ((-430 . -660) 53354) ((-758 . -232) 53293) ((-632 . -1020) 53271) ((-511 . -1020) T) ((-1090 . -984) T) ((-1089 . -984) T) ((-268 . -107) 53256) ((-1083 . -984) T) ((-1045 . -984) T) ((-511 . -563) 53235) ((-936 . -787) T) ((-207 . -630) 53193) ((-636 . -1032) T) ((-1123 . -683) 53169) ((-297 . -977) T) ((-321 . -25) T) ((-321 . -21) T) ((-385 . -835) 53128) ((-66 . -1128) T) ((-775 . -736) 53107) ((-396 . -660) 53081) ((-741 . -1020) T) ((-775 . -733) 53060) ((-641 . -126) T) ((-655 . -855) 53039) ((-636 . -23) T) ((-462 . -269) T) ((-775 . -669) 53018) ((-297 . -213) 52970) ((-297 . -223) 52949) ((-198 . -269) T) ((-955 . -341) T) ((-1158 . -429) 52928) ((-1137 . -429) 52907) ((-332 . -307) 52884) ((-332 . -341) T) ((-1057 . -566) 52866) ((-44 . -1162) 52816) ((-806 . -97) T) ((-592 . -261) 52800) ((-641 . -986) T) ((-454 . -594) 52765) ((-445 . -1020) T) ((-44 . -558) 52690) ((-1075 . -267) 52665) ((-39 . -588) 52604) ((-47 . -341) T) ((-1026 . -566) 52586) ((-1009 . -789) 52565) ((-581 . -267) 52540) ((-724 . -789) 52519) ((-722 . -789) 52498) ((-458 . -566) 52230) ((-220 . -389) 52199) ((-887 . -288) 52186) ((-431 . -789) 52165) ((-63 . -1128) T) ((-573 . -126) T) ((-457 . -288) 52152) ((-989 . -486) 51996) ((-268 . -977) T) ((-113 . -126) T) ((-430 . -704) T) ((-897 . -160) 51947) ((-1003 . -983) 51857) ((-571 . -736) 51836) ((-548 . -1020) T) ((-571 . -733) 51815) ((-571 . -669) T) ((-274 . -265) 51794) ((-273 . -1128) T) ((-981 . -566) 51756) ((-981 . -567) 51717) ((-955 . -1032) T) ((-157 . -97) T) ((-254 . -789) T) ((-1082 . -1020) T) ((-760 . -566) 51699) ((-1033 . -267) 51676) ((-1022 . -209) 51660) ((-935 . -286) T) ((-741 . -660) 51644) ((-337 . -983) 51596) ((-332 . -1032) T) ((-331 . -983) 51548) ((-392 . -566) 51530) ((-363 . -566) 51512) ((-323 . -983) 51464) ((-207 . -566) 51396) ((-1003 . -107) 51292) ((-955 . -23) T) ((-103 . -983) 51242) ((-833 . -97) T) ((-780 . -97) T) ((-750 . -97) T) ((-711 . -97) T) ((-621 . -97) T) ((-451 . -429) 51221) ((-396 . -160) T) ((-337 . -107) 51159) ((-331 . -107) 51097) ((-323 . -107) 51035) ((-230 . -211) 51005) ((-229 . -211) 50975) ((-332 . -23) T) ((-69 . -1128) T) ((-205 . -37) 50940) ((-103 . -107) 50874) ((-39 . -25) T) ((-39 . -21) T) ((-616 . -663) T) ((-157 . -263) 50852) ((-47 . -1032) T) ((-856 . -25) T) ((-713 . -25) T) ((-1067 . -464) 50789) ((-460 . -1020) T) ((-1196 . -594) 50763) ((-1147 . -97) T) ((-794 . -97) T) ((-220 . -984) 50694) ((-988 . -1068) T) ((-898 . -734) 50647) ((-359 . -594) 50631) ((-47 . -23) T) ((-898 . -737) 50584) ((-757 . -737) 50535) ((-757 . -734) 50486) ((-274 . -558) 50465) ((-454 . -669) T) ((-532 . -97) T) ((-806 . -288) 50422) ((-599 . -265) 50401) ((-108 . -607) T) ((-74 . -1128) T) ((-988 . -37) 50388) ((-610 . -352) 50367) ((-887 . -37) 50216) ((-674 . -1020) T) ((-457 . -37) 50065) ((-84 . -1128) T) ((-532 . -263) T) ((-1138 . -787) NIL) ((-1090 . -1020) T) ((-1089 . -1020) T) ((-1083 . -1020) T) ((-329 . -968) 50042) ((-1003 . -977) T) ((-936 . -984) T) ((-44 . -566) 50024) ((-44 . -567) NIL) ((-849 . -984) T) ((-759 . -566) 50006) ((-1064 . -97) 49984) ((-1003 . -223) 49935) ((-405 . -984) T) ((-337 . -977) T) ((-331 . -977) T) ((-343 . -342) 49912) ((-323 . -977) T) ((-230 . -218) 49891) ((-229 . -218) 49870) ((-105 . -342) 49844) ((-1003 . -213) 49769) ((-1045 . -1020) T) ((-273 . -835) 49728) ((-103 . -977) T) ((-636 . -126) T) ((-396 . -486) 49570) ((-337 . -213) 49549) ((-337 . -223) T) ((-43 . -663) T) ((-331 . -213) 49528) ((-331 . -223) T) ((-323 . -213) 49507) ((-323 . -223) T) ((-157 . -288) 49472) ((-103 . -223) T) ((-103 . -213) T) ((-297 . -734) T) ((-805 . -21) T) ((-805 . -25) T) ((-385 . -286) T) ((-473 . -33) T) ((-106 . -267) 49447) ((-1033 . -983) 49345) ((-806 . -1068) NIL) ((-308 . -566) 49327) ((-385 . -953) 49306) ((-1033 . -107) 49197) ((-414 . -1020) T) ((-1196 . -669) T) ((-61 . -566) 49179) ((-806 . -37) 49124) ((-494 . -1128) T) ((-556 . -142) 49108) ((-484 . -566) 49090) ((-1147 . -288) 49077) ((-674 . -660) 48926) ((-497 . -735) T) ((-497 . -736) T) ((-525 . -588) 48908) ((-468 . -588) 48868) ((-333 . -429) T) ((-330 . -429) T) ((-322 . -429) T) ((-243 . -429) 48819) ((-491 . -1020) 48769) ((-227 . -429) 48720) ((-1067 . -265) 48699) ((-1094 . -566) 48681) ((-632 . -486) 48614) ((-897 . -269) 48593) ((-511 . -486) 48385) ((-1088 . -211) 48369) ((-157 . -1068) 48348) ((-1184 . -566) 48330) ((-1090 . -660) 48227) ((-1089 . -660) 48068) ((-827 . -97) T) ((-1083 . -660) 47864) ((-1045 . -660) 47761) ((-1073 . -619) 47745) ((-333 . -380) 47696) ((-330 . -380) 47647) ((-322 . -380) 47598) ((-955 . -126) T) ((-741 . -486) 47510) ((-274 . -567) NIL) ((-274 . -566) 47492) ((-845 . -429) T) ((-898 . -346) 47445) ((-757 . -346) 47424) ((-482 . -481) 47403) ((-480 . -481) 47382) ((-462 . -265) NIL) ((-458 . -267) 47359) ((-396 . -269) T) ((-332 . -126) T) ((-198 . -265) NIL) ((-636 . -466) NIL) ((-94 . -1032) T) ((-157 . -37) 47187) ((-1158 . -906) 47149) ((-1064 . -288) 47087) ((-1137 . -906) 47056) ((-845 . -380) T) ((-1033 . -977) 46987) ((-1160 . -517) T) ((-1067 . -558) 46966) ((-108 . -789) T) ((-989 . -464) 46897) ((-537 . -21) T) ((-537 . -25) T) ((-525 . -21) T) ((-525 . -25) T) ((-468 . -25) T) ((-468 . -21) T) ((-1147 . -1068) 46875) ((-1033 . -213) 46828) ((-47 . -126) T) ((-1110 . -97) T) ((-220 . -1020) 46619) ((-806 . -378) 46596) ((-1010 . -97) T) ((-999 . -97) T) ((-561 . -97) T) ((-452 . -97) T) ((-1147 . -37) 46425) ((-794 . -37) 46395) ((-674 . -160) 46306) ((-599 . -566) 46288) ((-532 . -37) 46275) ((-892 . -97) 46225) ((-800 . -566) 46207) ((-800 . -567) 46129) ((-548 . -486) NIL) ((-1166 . -984) T) ((-1159 . -984) T) ((-1138 . -984) T) ((-551 . -984) T) ((-550 . -984) T) ((-1200 . -1032) T) ((-1090 . -160) 46080) ((-1089 . -160) 46011) ((-1083 . -160) 45942) ((-1045 . -160) 45893) ((-936 . -1020) T) ((-904 . -1020) T) ((-849 . -1020) T) ((-1123 . -138) 45872) ((-741 . -739) 45856) ((-641 . -25) T) ((-641 . -21) T) ((-113 . -588) 45833) ((-643 . -821) 45815) ((-405 . -1020) T) ((-294 . -1132) 45794) ((-291 . -1132) T) ((-157 . -378) 45778) ((-1123 . -136) 45757) ((-451 . -906) 45719) ((-124 . -1020) T) ((-70 . -566) 45701) ((-103 . -737) T) ((-103 . -734) T) ((-294 . -517) 45680) ((-643 . -968) 45662) ((-291 . -517) T) ((-1200 . -23) T) ((-128 . -968) 45644) ((-458 . -983) 45542) ((-44 . -267) 45467) ((-220 . -660) 45409) ((-458 . -107) 45300) ((-1013 . -97) 45278) ((-965 . -97) T) ((-592 . -770) 45257) ((-674 . -486) 45200) ((-981 . -983) 45184) ((-573 . -21) T) ((-573 . -25) T) ((-989 . -265) 45159) ((-339 . -97) T) ((-300 . -97) T) ((-616 . -594) 45133) ((-363 . -983) 45117) ((-981 . -107) 45096) ((-758 . -389) 45080) ((-113 . -25) T) ((-87 . -566) 45062) ((-113 . -21) T) ((-561 . -288) 44857) ((-452 . -288) 44661) ((-1067 . -567) NIL) ((-363 . -107) 44640) ((-357 . -97) T) ((-195 . -566) 44622) ((-1067 . -566) 44604) ((-936 . -660) 44554) ((-1083 . -486) 44323) ((-849 . -660) 44275) ((-1045 . -486) 44245) ((-329 . -286) T) ((-1102 . -142) 44195) ((-892 . -288) 44133) ((-776 . -97) T) ((-405 . -660) 44117) ((-205 . -770) T) ((-769 . -97) T) ((-767 . -97) T) ((-455 . -142) 44067) ((-1158 . -1157) 44046) ((-1039 . -1132) T) ((-317 . -968) 44013) ((-1158 . -1152) 43983) ((-1158 . -1155) 43967) ((-1137 . -1136) 43946) ((-78 . -566) 43928) ((-840 . -566) 43910) ((-1137 . -1152) 43887) ((-1039 . -517) T) ((-856 . -789) T) ((-462 . -567) 43817) ((-462 . -566) 43799) ((-713 . -789) T) ((-357 . -263) T) ((-617 . -789) T) ((-1137 . -1134) 43783) ((-1160 . -1032) T) ((-198 . -567) 43713) ((-198 . -566) 43695) ((-989 . -558) 43670) ((-57 . -142) 43654) ((-488 . -142) 43638) ((-469 . -142) 43622) ((-337 . -1191) 43606) ((-331 . -1191) 43590) ((-323 . -1191) 43574) ((-294 . -341) 43553) ((-291 . -341) T) ((-458 . -977) 43484) ((-636 . -588) 43466) ((-1194 . -594) 43440) ((-1192 . -594) 43414) ((-1160 . -23) T) ((-632 . -464) 43398) ((-62 . -566) 43380) ((-1033 . -737) 43331) ((-1033 . -734) 43282) ((-511 . -464) 43219) ((-616 . -33) T) ((-458 . -213) 43172) ((-274 . -267) 43151) ((-220 . -160) 43130) ((-758 . -984) T) ((-43 . -594) 43088) ((-1003 . -346) 43039) ((-674 . -269) 42970) ((-491 . -486) 42903) ((-759 . -983) 42854) ((-1009 . -136) 42833) ((-337 . -346) 42812) ((-331 . -346) 42791) ((-323 . -346) 42770) ((-1009 . -138) 42749) ((-806 . -211) 42726) ((-759 . -107) 42668) ((-724 . -136) 42647) ((-724 . -138) 42626) ((-243 . -884) 42593) ((-230 . -787) 42572) ((-227 . -884) 42517) ((-229 . -787) 42496) ((-722 . -136) 42475) ((-722 . -138) 42454) ((-143 . -594) 42428) ((-431 . -138) 42407) ((-431 . -136) 42386) ((-616 . -669) T) ((-765 . -566) 42368) ((-1166 . -1020) T) ((-1159 . -1020) T) ((-1138 . -1020) T) ((-1123 . -1117) 42334) ((-1123 . -1114) 42300) ((-1090 . -269) 42279) ((-1089 . -269) 42230) ((-1083 . -269) 42181) ((-1045 . -269) 42160) ((-317 . -835) 42141) ((-936 . -160) T) ((-849 . -160) T) ((-551 . -1020) T) ((-550 . -1020) T) ((-636 . -21) T) ((-636 . -25) T) ((-451 . -1155) 42125) ((-451 . -1152) 42095) ((-396 . -265) 42023) ((-294 . -1032) 41873) ((-291 . -1032) T) ((-1123 . -34) 41839) ((-1123 . -91) 41805) ((-82 . -566) 41787) ((-89 . -97) 41765) ((-1200 . -126) T) ((-538 . -136) T) ((-538 . -138) 41747) ((-489 . -138) 41729) ((-489 . -136) T) ((-294 . -23) 41582) ((-39 . -320) 41556) ((-291 . -23) T) ((-1075 . -597) 41538) ((-757 . -594) 41388) ((-1187 . -984) T) ((-1075 . -351) 41370) ((-157 . -211) 41354) ((-548 . -464) 41336) ((-220 . -486) 41269) ((-1194 . -669) T) ((-1192 . -669) T) ((-1094 . -983) 41152) ((-1094 . -107) 41021) ((-759 . -977) T) ((-487 . -97) T) ((-47 . -588) 40981) ((-482 . -97) T) ((-480 . -97) T) ((-1184 . -983) 40951) ((-965 . -37) 40935) ((-759 . -213) T) ((-759 . -223) 40914) ((-511 . -265) 40893) ((-1184 . -107) 40858) ((-1147 . -211) 40842) ((-1166 . -660) 40739) ((-989 . -567) NIL) ((-989 . -566) 40721) ((-1159 . -660) 40562) ((-1138 . -660) 40358) ((-935 . -855) T) ((-645 . -566) 40327) ((-143 . -669) T) ((-1033 . -346) 40306) ((-936 . -486) NIL) ((-230 . -389) 40275) ((-229 . -389) 40244) ((-955 . -25) T) ((-955 . -21) T) ((-551 . -660) 40217) ((-550 . -660) 40114) ((-741 . -265) 40072) ((-122 . -97) 40050) ((-775 . -968) 39948) ((-157 . -770) 39927) ((-297 . -594) 39824) ((-757 . -33) T) ((-657 . -97) T) ((-1039 . -1032) T) ((-124 . -486) NIL) ((-957 . -1128) T) ((-357 . -37) 39789) ((-332 . -25) T) ((-332 . -21) T) ((-150 . -97) T) ((-146 . -97) T) ((-333 . -1181) 39773) ((-330 . -1181) 39757) ((-322 . -1181) 39741) ((-157 . -327) 39720) ((-525 . -789) T) ((-468 . -789) T) ((-1039 . -23) T) ((-85 . -566) 39702) ((-643 . -286) T) ((-776 . -37) 39672) ((-769 . -37) 39642) ((-1160 . -126) T) ((-1067 . -267) 39621) ((-898 . -735) 39574) ((-898 . -736) 39527) ((-757 . -733) 39506) ((-112 . -286) T) ((-89 . -288) 39444) ((-620 . -33) T) ((-511 . -558) 39423) ((-47 . -25) T) ((-47 . -21) T) ((-757 . -736) 39374) ((-757 . -735) 39353) ((-643 . -953) T) ((-599 . -983) 39337) ((-898 . -669) 39236) ((-757 . -669) 39147) ((-898 . -450) 39100) ((-458 . -737) 39051) ((-458 . -734) 39002) ((-845 . -1181) 38989) ((-1094 . -977) T) ((-599 . -107) 38968) ((-1094 . -304) 38945) ((-1115 . -97) 38923) ((-1021 . -566) 38905) ((-643 . -510) T) ((-758 . -1020) T) ((-1184 . -977) T) ((-391 . -1020) T) ((-230 . -984) 38836) ((-229 . -984) 38767) ((-268 . -594) 38754) ((-548 . -265) 38729) ((-632 . -630) 38687) ((-897 . -566) 38669) ((-807 . -97) T) ((-678 . -566) 38651) ((-658 . -566) 38633) ((-1166 . -160) 38584) ((-1159 . -160) 38515) ((-1138 . -160) 38446) ((-641 . -789) T) ((-936 . -269) T) ((-430 . -566) 38428) ((-576 . -669) T) ((-58 . -1020) 38406) ((-225 . -142) 38390) ((-849 . -269) T) ((-955 . -944) T) ((-576 . -450) T) ((-655 . -1132) 38369) ((-551 . -160) 38348) ((-550 . -160) 38299) ((-1174 . -789) 38278) ((-655 . -517) 38189) ((-385 . -855) T) ((-385 . -762) 38168) ((-297 . -736) T) ((-297 . -669) T) ((-396 . -566) 38150) ((-396 . -567) 38058) ((-592 . -1066) 38042) ((-106 . -597) 38024) ((-122 . -288) 37962) ((-106 . -351) 37944) ((-161 . -286) T) ((-376 . -1128) T) ((-294 . -126) 37816) ((-291 . -126) T) ((-67 . -373) T) ((-106 . -119) T) ((-491 . -464) 37800) ((-600 . -1032) T) ((-548 . -19) 37782) ((-59 . -418) T) ((-59 . -373) T) ((-766 . -1020) T) ((-548 . -558) 37757) ((-454 . -968) 37717) ((-599 . -977) T) ((-600 . -23) T) ((-1187 . -1020) T) ((-758 . -660) 37566) ((-113 . -789) NIL) ((-1088 . -389) 37550) ((-1044 . -389) 37534) ((-793 . -389) 37518) ((-808 . -97) 37469) ((-1158 . -97) T) ((-1138 . -486) 37238) ((-1115 . -288) 37176) ((-290 . -566) 37158) ((-1137 . -97) T) ((-1022 . -1020) T) ((-1090 . -265) 37143) ((-1089 . -265) 37128) ((-268 . -669) T) ((-103 . -844) NIL) ((-632 . -566) 37060) ((-632 . -567) 37021) ((-1003 . -594) 36931) ((-555 . -566) 36913) ((-511 . -567) NIL) ((-511 . -566) 36895) ((-1083 . -265) 36743) ((-462 . -983) 36693) ((-654 . -429) T) ((-483 . -481) 36672) ((-479 . -481) 36651) ((-198 . -983) 36601) ((-337 . -594) 36553) ((-331 . -594) 36505) ((-205 . -787) T) ((-323 . -594) 36457) ((-556 . -97) 36407) ((-458 . -346) 36386) ((-103 . -594) 36336) ((-462 . -107) 36270) ((-220 . -464) 36254) ((-321 . -138) 36236) ((-321 . -136) T) ((-157 . -348) 36207) ((-878 . -1172) 36191) ((-198 . -107) 36125) ((-807 . -288) 36090) ((-878 . -1020) 36040) ((-741 . -567) 36001) ((-741 . -566) 35983) ((-661 . -97) T) ((-309 . -1020) T) ((-1039 . -126) T) ((-657 . -37) 35953) ((-294 . -466) 35932) ((-473 . -1128) T) ((-1158 . -263) 35898) ((-1137 . -263) 35864) ((-305 . -142) 35848) ((-989 . -267) 35823) ((-1187 . -660) 35793) ((-1076 . -33) T) ((-1196 . -968) 35770) ((-445 . -566) 35752) ((-459 . -33) T) ((-359 . -968) 35736) ((-1088 . -984) T) ((-1044 . -984) T) ((-793 . -984) T) ((-988 . -787) T) ((-758 . -160) 35647) ((-491 . -265) 35624) ((-124 . -464) 35606) ((-113 . -925) 35583) ((-1166 . -269) 35562) ((-1110 . -342) 35536) ((-1010 . -245) 35520) ((-451 . -97) T) ((-343 . -1020) T) ((-230 . -1020) T) ((-229 . -1020) T) ((-1159 . -269) 35471) ((-105 . -1020) T) ((-1138 . -269) 35422) ((-807 . -1068) 35400) ((-1090 . -934) 35366) ((-561 . -342) 35306) ((-1089 . -934) 35272) ((-561 . -209) 35219) ((-548 . -566) 35201) ((-548 . -567) NIL) ((-636 . -789) T) ((-452 . -209) 35151) ((-462 . -977) T) ((-1083 . -934) 35117) ((-86 . -417) T) ((-86 . -373) T) ((-198 . -977) T) ((-1045 . -934) 35083) ((-1003 . -669) T) ((-655 . -1032) T) ((-551 . -269) 35062) ((-550 . -269) 35041) ((-462 . -223) T) ((-462 . -213) T) ((-198 . -223) T) ((-198 . -213) T) ((-1082 . -566) 35023) ((-807 . -37) 34975) ((-337 . -669) T) ((-331 . -669) T) ((-323 . -669) T) ((-103 . -736) T) ((-103 . -733) T) ((-491 . -1162) 34959) ((-103 . -669) T) ((-655 . -23) T) ((-1200 . -25) T) ((-451 . -263) 34925) ((-1200 . -21) T) ((-1137 . -288) 34864) ((-1092 . -97) T) ((-39 . -136) 34836) ((-39 . -138) 34808) ((-491 . -558) 34785) ((-1033 . -594) 34635) ((-556 . -288) 34573) ((-44 . -597) 34523) ((-44 . -612) 34473) ((-44 . -351) 34423) ((-1075 . -33) T) ((-806 . -787) NIL) ((-600 . -126) T) ((-460 . -566) 34405) ((-220 . -265) 34382) ((-593 . -33) T) ((-581 . -33) T) ((-1009 . -429) 34333) ((-758 . -486) 34207) ((-724 . -429) 34138) ((-722 . -429) 34089) ((-431 . -429) 34040) ((-887 . -389) 34024) ((-674 . -566) 34006) ((-230 . -660) 33948) ((-229 . -660) 33890) ((-674 . -567) 33751) ((-457 . -389) 33735) ((-317 . -281) T) ((-329 . -855) T) ((-932 . -97) 33713) ((-955 . -789) T) ((-58 . -486) 33646) ((-1137 . -1068) 33598) ((-936 . -265) NIL) ((-205 . -984) T) ((-357 . -770) T) ((-1033 . -33) T) ((-1141 . -1014) 33582) ((-538 . -429) T) ((-489 . -429) T) ((-1141 . -1020) 33560) ((-1141 . -1016) 33517) ((-220 . -558) 33494) ((-1090 . -566) 33476) ((-1089 . -566) 33458) ((-1083 . -566) 33440) ((-1083 . -567) NIL) ((-1045 . -566) 33422) ((-124 . -265) 33397) ((-807 . -378) 33381) ((-501 . -97) T) ((-1158 . -37) 33222) ((-1137 . -37) 33036) ((-805 . -138) T) ((-538 . -380) T) ((-47 . -789) T) ((-489 . -380) T) ((-1160 . -21) T) ((-1160 . -25) T) ((-1033 . -733) 33015) ((-1033 . -736) 32966) ((-1033 . -735) 32945) ((-926 . -1020) T) ((-958 . -33) T) ((-798 . -1020) T) ((-1170 . -97) T) ((-1033 . -669) 32856) ((-610 . -97) T) ((-511 . -267) 32835) ((-1102 . -97) T) ((-453 . -33) T) ((-440 . -33) T) ((-333 . -97) T) ((-330 . -97) T) ((-322 . -97) T) ((-243 . -97) T) ((-227 . -97) T) ((-454 . -286) T) ((-988 . -984) T) ((-887 . -984) T) ((-294 . -588) 32743) ((-291 . -588) 32704) ((-457 . -984) T) ((-455 . -97) T) ((-414 . -566) 32686) ((-1088 . -1020) T) ((-1044 . -1020) T) ((-793 . -1020) T) ((-1058 . -97) T) ((-758 . -269) 32617) ((-897 . -983) 32500) ((-454 . -953) T) ((-124 . -19) 32482) ((-678 . -983) 32452) ((-124 . -558) 32427) ((-430 . -983) 32397) ((-1064 . -1040) 32381) ((-1022 . -486) 32314) ((-897 . -107) 32183) ((-845 . -97) T) ((-678 . -107) 32148) ((-57 . -97) 32098) ((-491 . -567) 32059) ((-491 . -566) 31971) ((-490 . -97) 31949) ((-488 . -97) 31899) ((-470 . -97) 31877) ((-469 . -97) 31827) ((-430 . -107) 31790) ((-230 . -160) 31769) ((-229 . -160) 31748) ((-396 . -983) 31722) ((-1123 . -906) 31684) ((-931 . -1032) T) ((-878 . -486) 31617) ((-462 . -737) T) ((-451 . -37) 31458) ((-396 . -107) 31425) ((-462 . -734) T) ((-932 . -288) 31363) ((-198 . -737) T) ((-198 . -734) T) ((-931 . -23) T) ((-655 . -126) T) ((-1137 . -378) 31333) ((-294 . -25) 31186) ((-157 . -389) 31170) ((-294 . -21) 31042) ((-291 . -25) T) ((-291 . -21) T) ((-800 . -346) T) ((-106 . -33) T) ((-458 . -594) 30892) ((-806 . -984) T) ((-548 . -267) 30867) ((-537 . -138) T) ((-525 . -138) T) ((-468 . -138) T) ((-1088 . -660) 30696) ((-1044 . -660) 30545) ((-1039 . -588) 30527) ((-793 . -660) 30497) ((-616 . -1128) T) ((-1 . -97) T) ((-220 . -566) 30229) ((-1147 . -389) 30213) ((-1102 . -288) 30017) ((-897 . -977) T) ((-678 . -977) T) ((-658 . -977) T) ((-592 . -1020) 29967) ((-981 . -594) 29951) ((-794 . -389) 29935) ((-483 . -97) T) ((-479 . -97) T) ((-227 . -288) 29922) ((-243 . -288) 29909) ((-897 . -304) 29888) ((-363 . -594) 29872) ((-455 . -288) 29676) ((-230 . -486) 29609) ((-616 . -968) 29507) ((-229 . -486) 29440) ((-1058 . -288) 29366) ((-761 . -1020) T) ((-741 . -983) 29350) ((-1166 . -265) 29335) ((-1159 . -265) 29320) ((-1138 . -265) 29168) ((-364 . -1020) T) ((-302 . -1020) T) ((-396 . -977) T) ((-157 . -984) T) ((-57 . -288) 29106) ((-741 . -107) 29085) ((-550 . -265) 29070) ((-490 . -288) 29008) ((-488 . -288) 28946) ((-470 . -288) 28884) ((-469 . -288) 28822) ((-396 . -213) 28801) ((-458 . -33) T) ((-936 . -567) 28731) ((-205 . -1020) T) ((-936 . -566) 28713) ((-904 . -566) 28695) ((-904 . -567) 28670) ((-849 . -566) 28652) ((-641 . -138) T) ((-643 . -855) T) ((-643 . -762) T) ((-405 . -566) 28634) ((-1039 . -21) T) ((-124 . -567) NIL) ((-124 . -566) 28616) ((-1039 . -25) T) ((-616 . -355) 28600) ((-112 . -855) T) ((-807 . -211) 28584) ((-76 . -1128) T) ((-122 . -121) 28568) ((-981 . -33) T) ((-1194 . -968) 28542) ((-1192 . -968) 28499) ((-1147 . -984) T) ((-794 . -984) T) ((-458 . -733) 28478) ((-333 . -1068) 28457) ((-330 . -1068) 28436) ((-322 . -1068) 28415) ((-458 . -736) 28366) ((-458 . -735) 28345) ((-207 . -33) T) ((-458 . -669) 28256) ((-58 . -464) 28240) ((-532 . -984) T) ((-1088 . -160) 28131) ((-1044 . -160) 28042) ((-988 . -1020) T) ((-1009 . -884) 27987) ((-887 . -1020) T) ((-759 . -594) 27938) ((-724 . -884) 27907) ((-656 . -1020) T) ((-722 . -884) 27874) ((-488 . -261) 27858) ((-616 . -835) 27817) ((-457 . -1020) T) ((-431 . -884) 27784) ((-77 . -1128) T) ((-333 . -37) 27749) ((-330 . -37) 27714) ((-322 . -37) 27679) ((-243 . -37) 27528) ((-227 . -37) 27377) ((-845 . -1068) T) ((-573 . -138) 27356) ((-573 . -136) 27335) ((-113 . -138) T) ((-113 . -136) NIL) ((-392 . -669) T) ((-741 . -977) T) ((-321 . -429) T) ((-1166 . -934) 27301) ((-1159 . -934) 27267) ((-1138 . -934) 27233) ((-845 . -37) 27198) ((-205 . -660) 27163) ((-297 . -46) 27133) ((-39 . -387) 27105) ((-131 . -566) 27087) ((-931 . -126) T) ((-757 . -1128) T) ((-161 . -855) T) ((-321 . -380) T) ((-491 . -267) 27064) ((-44 . -33) T) ((-757 . -968) 26893) ((-608 . -97) T) ((-600 . -21) T) ((-600 . -25) T) ((-1022 . -464) 26877) ((-1137 . -211) 26847) ((-620 . -1128) T) ((-225 . -97) 26797) ((-806 . -1020) T) ((-1094 . -594) 26722) ((-988 . -660) 26709) ((-674 . -983) 26552) ((-1088 . -486) 26499) ((-887 . -660) 26348) ((-1044 . -486) 26300) ((-457 . -660) 26149) ((-65 . -566) 26131) ((-674 . -107) 25960) ((-878 . -464) 25944) ((-1184 . -594) 25904) ((-759 . -669) T) ((-1090 . -983) 25787) ((-1089 . -983) 25622) ((-1083 . -983) 25412) ((-1045 . -983) 25295) ((-935 . -1132) T) ((-1015 . -97) 25273) ((-757 . -355) 25243) ((-935 . -517) T) ((-1090 . -107) 25112) ((-1089 . -107) 24933) ((-1083 . -107) 24702) ((-1045 . -107) 24571) ((-1025 . -1023) 24535) ((-357 . -787) T) ((-1166 . -566) 24517) ((-1159 . -566) 24499) ((-1138 . -566) 24481) ((-1138 . -567) NIL) ((-220 . -267) 24458) ((-39 . -429) T) ((-205 . -160) T) ((-157 . -1020) T) ((-636 . -138) T) ((-636 . -136) NIL) ((-551 . -566) 24440) ((-550 . -566) 24422) ((-833 . -1020) T) ((-780 . -1020) T) ((-750 . -1020) T) ((-711 . -1020) T) ((-604 . -791) 24406) ((-621 . -1020) T) ((-757 . -835) 24339) ((-39 . -380) NIL) ((-1039 . -607) T) ((-806 . -660) 24284) ((-230 . -464) 24268) ((-229 . -464) 24252) ((-655 . -588) 24200) ((-599 . -594) 24174) ((-274 . -33) T) ((-674 . -977) T) ((-538 . -1181) 24161) ((-489 . -1181) 24138) ((-1147 . -1020) T) ((-1088 . -269) 24049) ((-1044 . -269) 23980) ((-988 . -160) T) ((-794 . -1020) T) ((-887 . -160) 23891) ((-724 . -1150) 23875) ((-592 . -486) 23808) ((-75 . -566) 23790) ((-674 . -304) 23755) ((-1094 . -669) T) ((-532 . -1020) T) ((-457 . -160) 23666) ((-225 . -288) 23604) ((-124 . -267) 23579) ((-1059 . -1032) T) ((-68 . -566) 23561) ((-1184 . -669) T) ((-1090 . -977) T) ((-1089 . -977) T) ((-305 . -97) 23511) ((-1083 . -977) T) ((-1059 . -23) T) ((-1045 . -977) T) ((-89 . -1040) 23495) ((-801 . -1032) T) ((-1090 . -213) 23454) ((-1089 . -223) 23433) ((-1089 . -213) 23385) ((-1083 . -213) 23272) ((-1083 . -223) 23251) ((-297 . -835) 23157) ((-801 . -23) T) ((-157 . -660) 22985) ((-385 . -1132) T) ((-1021 . -346) T) ((-955 . -138) T) ((-935 . -341) T) ((-805 . -429) T) ((-878 . -265) 22962) ((-294 . -789) T) ((-291 . -789) NIL) ((-809 . -97) T) ((-655 . -25) T) ((-385 . -517) T) ((-655 . -21) T) ((-332 . -138) 22944) ((-332 . -136) T) ((-1064 . -1020) 22922) ((-430 . -663) T) ((-73 . -566) 22904) ((-110 . -789) T) ((-225 . -261) 22888) ((-220 . -983) 22786) ((-79 . -566) 22768) ((-678 . -346) 22721) ((-1092 . -770) T) ((-680 . -215) 22705) ((-1076 . -1128) T) ((-132 . -215) 22687) ((-220 . -107) 22578) ((-1147 . -660) 22407) ((-47 . -138) T) ((-806 . -160) T) ((-794 . -660) 22377) ((-459 . -1128) T) ((-887 . -486) 22324) ((-599 . -669) T) ((-532 . -660) 22311) ((-965 . -984) T) ((-457 . -486) 22254) ((-878 . -19) 22238) ((-878 . -558) 22215) ((-758 . -567) NIL) ((-758 . -566) 22197) ((-936 . -983) 22147) ((-391 . -566) 22129) ((-230 . -265) 22106) ((-229 . -265) 22083) ((-462 . -844) NIL) ((-294 . -29) 22053) ((-103 . -1128) T) ((-935 . -1032) T) ((-198 . -844) NIL) ((-849 . -983) 22005) ((-1003 . -968) 21903) ((-936 . -107) 21837) ((-243 . -211) 21821) ((-680 . -637) 21805) ((-405 . -983) 21789) ((-357 . -984) T) ((-935 . -23) T) ((-849 . -107) 21727) ((-636 . -1117) NIL) ((-462 . -594) 21677) ((-103 . -819) 21659) ((-103 . -821) 21641) ((-636 . -1114) NIL) ((-198 . -594) 21591) ((-337 . -968) 21575) ((-331 . -968) 21559) ((-305 . -288) 21497) ((-323 . -968) 21481) ((-205 . -269) T) ((-405 . -107) 21460) ((-58 . -566) 21392) ((-157 . -160) T) ((-1039 . -789) T) ((-103 . -968) 21352) ((-827 . -1020) T) ((-776 . -984) T) ((-769 . -984) T) ((-636 . -34) NIL) ((-636 . -91) NIL) ((-291 . -925) 21313) ((-169 . -97) T) ((-537 . -429) T) ((-525 . -429) T) ((-468 . -429) T) ((-385 . -341) T) ((-220 . -977) 21244) ((-1067 . -33) T) ((-454 . -855) T) ((-931 . -588) 21192) ((-230 . -558) 21169) ((-229 . -558) 21146) ((-1003 . -355) 21130) ((-806 . -486) 21038) ((-220 . -213) 20991) ((-1075 . -1128) T) ((-766 . -566) 20973) ((-1195 . -1032) T) ((-1187 . -566) 20955) ((-1147 . -160) 20846) ((-103 . -355) 20828) ((-103 . -316) 20810) ((-988 . -269) T) ((-887 . -269) 20741) ((-741 . -346) 20720) ((-593 . -1128) T) ((-581 . -1128) T) ((-457 . -269) 20651) ((-532 . -160) T) ((-305 . -261) 20635) ((-1195 . -23) T) ((-1123 . -97) T) ((-1110 . -1020) T) ((-1010 . -1020) T) ((-999 . -1020) T) ((-81 . -566) 20617) ((-654 . -97) T) ((-333 . -327) 20596) ((-561 . -1020) T) ((-330 . -327) 20575) ((-322 . -327) 20554) ((-452 . -1020) T) ((-1102 . -209) 20504) ((-243 . -232) 20466) ((-1059 . -126) T) ((-561 . -563) 20442) ((-1003 . -835) 20375) ((-936 . -977) T) ((-849 . -977) T) ((-452 . -563) 20354) ((-1083 . -734) NIL) ((-1083 . -737) NIL) ((-1022 . -567) 20315) ((-455 . -209) 20265) ((-1022 . -566) 20247) ((-936 . -223) T) ((-936 . -213) T) ((-405 . -977) T) ((-892 . -1020) 20197) ((-849 . -223) T) ((-801 . -126) T) ((-641 . -429) T) ((-782 . -1032) 20176) ((-103 . -835) NIL) ((-1123 . -263) 20142) ((-807 . -787) 20121) ((-1033 . -1128) T) ((-840 . -669) T) ((-157 . -486) 20033) ((-931 . -25) T) ((-840 . -450) T) ((-385 . -1032) T) ((-462 . -736) T) ((-462 . -733) T) ((-845 . -327) T) ((-462 . -669) T) ((-198 . -736) T) ((-198 . -733) T) ((-931 . -21) T) ((-198 . -669) T) ((-782 . -23) 19985) ((-297 . -286) 19964) ((-966 . -215) 19910) ((-385 . -23) T) ((-878 . -567) 19871) ((-878 . -566) 19783) ((-592 . -464) 19767) ((-44 . -942) 19717) ((-309 . -566) 19699) ((-1033 . -968) 19528) ((-548 . -597) 19510) ((-548 . -351) 19492) ((-321 . -1181) 19469) ((-958 . -1128) T) ((-806 . -269) T) ((-1147 . -486) 19416) ((-453 . -1128) T) ((-440 . -1128) T) ((-542 . -97) T) ((-1088 . -265) 19343) ((-573 . -429) 19322) ((-932 . -927) 19306) ((-1187 . -360) 19278) ((-113 . -429) T) ((-1109 . -97) T) ((-1013 . -1020) 19256) ((-965 . -1020) T) ((-828 . -789) T) ((-329 . -1132) T) ((-1166 . -983) 19139) ((-1033 . -355) 19109) ((-1159 . -983) 18944) ((-1138 . -983) 18734) ((-1166 . -107) 18603) ((-1159 . -107) 18424) ((-1138 . -107) 18193) ((-1123 . -288) 18180) ((-329 . -517) T) ((-343 . -566) 18162) ((-268 . -286) T) ((-551 . -983) 18135) ((-550 . -983) 18018) ((-339 . -1020) T) ((-300 . -1020) T) ((-230 . -566) 17979) ((-229 . -566) 17940) ((-935 . -126) T) ((-105 . -566) 17922) ((-584 . -23) T) ((-636 . -387) 17889) ((-560 . -23) T) ((-604 . -97) T) ((-551 . -107) 17860) ((-550 . -107) 17729) ((-357 . -1020) T) ((-314 . -97) T) ((-157 . -269) 17640) ((-1137 . -787) 17593) ((-657 . -984) T) ((-1064 . -486) 17526) ((-1033 . -835) 17459) ((-776 . -1020) T) ((-769 . -1020) T) ((-767 . -1020) T) ((-92 . -97) T) ((-135 . -789) T) ((-565 . -819) 17443) ((-106 . -1128) T) ((-1009 . -97) T) ((-989 . -33) T) ((-724 . -97) T) ((-722 . -97) T) ((-438 . -97) T) ((-431 . -97) T) ((-220 . -737) 17394) ((-220 . -734) 17345) ((-595 . -97) T) ((-1147 . -269) 17256) ((-610 . -583) 17240) ((-592 . -265) 17217) ((-965 . -660) 17201) ((-532 . -269) T) ((-897 . -594) 17126) ((-1195 . -126) T) ((-678 . -594) 17086) ((-658 . -594) 17073) ((-254 . -97) T) ((-430 . -594) 17003) ((-49 . -97) T) ((-538 . -97) T) ((-489 . -97) T) ((-1166 . -977) T) ((-1159 . -977) T) ((-1138 . -977) T) ((-1166 . -213) 16962) ((-300 . -660) 16944) ((-1159 . -223) 16923) ((-1159 . -213) 16875) ((-1138 . -213) 16762) ((-1138 . -223) 16741) ((-1123 . -37) 16638) ((-936 . -737) T) ((-551 . -977) T) ((-550 . -977) T) ((-936 . -734) T) ((-904 . -737) T) ((-904 . -734) T) ((-807 . -984) T) ((-805 . -804) 16622) ((-104 . -566) 16604) ((-636 . -429) T) ((-357 . -660) 16569) ((-396 . -594) 16543) ((-655 . -789) 16522) ((-654 . -37) 16487) ((-550 . -213) 16446) ((-39 . -667) 16418) ((-329 . -307) 16395) ((-329 . -341) T) ((-1003 . -286) 16346) ((-273 . -1032) 16228) ((-1026 . -1128) T) ((-159 . -97) T) ((-1141 . -566) 16195) ((-782 . -126) 16147) ((-592 . -1162) 16131) ((-776 . -660) 16101) ((-769 . -660) 16071) ((-458 . -1128) T) ((-337 . -286) T) ((-331 . -286) T) ((-323 . -286) T) ((-592 . -558) 16048) ((-385 . -126) T) ((-491 . -612) 16032) ((-103 . -286) T) ((-273 . -23) 15916) ((-491 . -597) 15900) ((-636 . -380) NIL) ((-491 . -351) 15884) ((-270 . -566) 15866) ((-89 . -1020) 15844) ((-103 . -953) T) ((-525 . -134) T) ((-1174 . -142) 15828) ((-458 . -968) 15657) ((-1160 . -136) 15618) ((-1160 . -138) 15579) ((-981 . -1128) T) ((-926 . -566) 15561) ((-798 . -566) 15543) ((-758 . -983) 15386) ((-1009 . -288) 15373) ((-207 . -1128) T) ((-724 . -288) 15360) ((-722 . -288) 15347) ((-758 . -107) 15176) ((-431 . -288) 15163) ((-1088 . -567) NIL) ((-1088 . -566) 15145) ((-1044 . -566) 15127) ((-1044 . -567) 14875) ((-965 . -160) T) ((-793 . -566) 14857) ((-878 . -267) 14834) ((-561 . -486) 14617) ((-760 . -968) 14601) ((-452 . -486) 14393) ((-897 . -669) T) ((-678 . -669) T) ((-658 . -669) T) ((-329 . -1032) T) ((-1095 . -566) 14375) ((-203 . -97) T) ((-458 . -355) 14345) ((-487 . -1020) T) ((-482 . -1020) T) ((-480 . -1020) T) ((-741 . -594) 14319) ((-955 . -429) T) ((-892 . -486) 14252) ((-329 . -23) T) ((-584 . -126) T) ((-560 . -126) T) ((-332 . -429) T) ((-220 . -346) 14231) ((-357 . -160) T) ((-1158 . -984) T) ((-1137 . -984) T) ((-205 . -934) T) ((-641 . -365) T) ((-396 . -669) T) ((-643 . -1132) T) ((-1059 . -588) 14179) ((-537 . -804) 14163) ((-1076 . -1105) 14139) ((-643 . -517) T) ((-122 . -1020) 14117) ((-1187 . -983) 14101) ((-657 . -1020) T) ((-458 . -835) 14034) ((-604 . -37) 14004) ((-332 . -380) T) ((-294 . -138) 13983) ((-294 . -136) 13962) ((-112 . -517) T) ((-291 . -138) 13918) ((-291 . -136) 13874) ((-47 . -429) T) ((-150 . -1020) T) ((-146 . -1020) T) ((-1076 . -102) 13821) ((-724 . -1068) 13799) ((-632 . -33) T) ((-1187 . -107) 13778) ((-511 . -33) T) ((-459 . -102) 13762) ((-230 . -267) 13739) ((-229 . -267) 13716) ((-806 . -265) 13667) ((-44 . -1128) T) ((-758 . -977) T) ((-1094 . -46) 13644) ((-758 . -304) 13606) ((-1009 . -37) 13455) ((-758 . -213) 13434) ((-724 . -37) 13263) ((-722 . -37) 13112) ((-124 . -597) 13094) ((-431 . -37) 12943) ((-124 . -351) 12925) ((-1037 . -97) T) ((-592 . -567) 12886) ((-592 . -566) 12798) ((-538 . -1068) T) ((-489 . -1068) T) ((-1064 . -464) 12782) ((-1115 . -1020) 12760) ((-1059 . -25) T) ((-1059 . -21) T) ((-451 . -984) T) ((-1138 . -734) NIL) ((-1138 . -737) NIL) ((-931 . -789) 12739) ((-761 . -566) 12721) ((-801 . -21) T) ((-801 . -25) T) ((-741 . -669) T) ((-161 . -1132) T) ((-538 . -37) 12686) ((-489 . -37) 12651) ((-364 . -566) 12633) ((-302 . -566) 12615) ((-157 . -265) 12573) ((-61 . -1128) T) ((-108 . -97) T) ((-807 . -1020) T) ((-161 . -517) T) ((-657 . -660) 12543) ((-273 . -126) 12427) ((-205 . -566) 12409) ((-205 . -567) 12339) ((-935 . -588) 12278) ((-1187 . -977) T) ((-1039 . -138) T) ((-581 . -1105) 12253) ((-674 . -844) 12232) ((-548 . -33) T) ((-593 . -102) 12216) ((-581 . -102) 12162) ((-1147 . -265) 12089) ((-674 . -594) 12014) ((-274 . -1128) T) ((-1094 . -968) 11912) ((-1083 . -844) NIL) ((-988 . -567) 11827) ((-988 . -566) 11809) ((-321 . -97) T) ((-229 . -983) 11707) ((-230 . -983) 11605) ((-372 . -97) T) ((-887 . -566) 11587) ((-887 . -567) 11448) ((-656 . -566) 11430) ((-1185 . -1122) 11399) ((-457 . -566) 11381) ((-457 . -567) 11242) ((-227 . -389) 11226) ((-243 . -389) 11210) ((-229 . -107) 11101) ((-230 . -107) 10992) ((-1090 . -594) 10917) ((-1089 . -594) 10814) ((-1083 . -594) 10666) ((-1045 . -594) 10591) ((-329 . -126) T) ((-80 . -418) T) ((-80 . -373) T) ((-935 . -25) T) ((-935 . -21) T) ((-808 . -1020) 10542) ((-807 . -660) 10494) ((-357 . -269) T) ((-157 . -934) 10446) ((-636 . -365) T) ((-931 . -929) 10430) ((-643 . -1032) T) ((-636 . -154) 10412) ((-1158 . -1020) T) ((-1137 . -1020) T) ((-294 . -1114) 10391) ((-294 . -1117) 10370) ((-1081 . -97) T) ((-294 . -893) 10349) ((-128 . -1032) T) ((-112 . -1032) T) ((-556 . -1172) 10333) ((-643 . -23) T) ((-556 . -1020) 10283) ((-89 . -486) 10216) ((-161 . -341) T) ((-294 . -91) 10195) ((-294 . -34) 10174) ((-561 . -464) 10108) ((-128 . -23) T) ((-112 . -23) T) ((-661 . -1020) T) ((-452 . -464) 10045) ((-385 . -588) 9993) ((-599 . -968) 9891) ((-892 . -464) 9875) ((-333 . -984) T) ((-330 . -984) T) ((-322 . -984) T) ((-243 . -984) T) ((-227 . -984) T) ((-806 . -567) NIL) ((-806 . -566) 9857) ((-1195 . -21) T) ((-532 . -934) T) ((-674 . -669) T) ((-1195 . -25) T) ((-230 . -977) 9788) ((-229 . -977) 9719) ((-70 . -1128) T) ((-230 . -213) 9672) ((-229 . -213) 9625) ((-39 . -97) T) ((-845 . -984) T) ((-1097 . -97) T) ((-1090 . -669) T) ((-1089 . -669) T) ((-1083 . -669) T) ((-1083 . -733) NIL) ((-1083 . -736) NIL) ((-856 . -97) T) ((-1045 . -669) T) ((-713 . -97) T) ((-617 . -97) T) ((-451 . -1020) T) ((-317 . -1032) T) ((-161 . -1032) T) ((-297 . -855) 9604) ((-1158 . -660) 9445) ((-807 . -160) T) ((-1137 . -660) 9259) ((-782 . -21) 9211) ((-782 . -25) 9163) ((-225 . -1066) 9147) ((-122 . -486) 9080) ((-385 . -25) T) ((-385 . -21) T) ((-317 . -23) T) ((-157 . -566) 9062) ((-157 . -567) 8830) ((-161 . -23) T) ((-592 . -267) 8807) ((-491 . -33) T) ((-833 . -566) 8789) ((-87 . -1128) T) ((-780 . -566) 8771) ((-750 . -566) 8753) ((-711 . -566) 8735) ((-621 . -566) 8717) ((-220 . -594) 8567) ((-1092 . -1020) T) ((-1088 . -983) 8390) ((-1067 . -1128) T) ((-1044 . -983) 8233) ((-793 . -983) 8217) ((-1088 . -107) 8026) ((-1044 . -107) 7855) ((-793 . -107) 7834) ((-1147 . -567) NIL) ((-1147 . -566) 7816) ((-321 . -1068) T) ((-794 . -566) 7798) ((-999 . -265) 7777) ((-78 . -1128) T) ((-936 . -844) NIL) ((-561 . -265) 7753) ((-1115 . -486) 7686) ((-462 . -1128) T) ((-532 . -566) 7668) ((-452 . -265) 7647) ((-198 . -1128) T) ((-1009 . -211) 7631) ((-268 . -855) T) ((-759 . -286) 7610) ((-805 . -97) T) ((-724 . -211) 7594) ((-936 . -594) 7544) ((-892 . -265) 7521) ((-849 . -594) 7473) ((-584 . -21) T) ((-584 . -25) T) ((-560 . -21) T) ((-321 . -37) 7438) ((-636 . -667) 7405) ((-462 . -819) 7387) ((-462 . -821) 7369) ((-451 . -660) 7210) ((-198 . -819) 7192) ((-62 . -1128) T) ((-198 . -821) 7174) ((-560 . -25) T) ((-405 . -594) 7148) ((-462 . -968) 7108) ((-807 . -486) 7020) ((-198 . -968) 6980) ((-220 . -33) T) ((-932 . -1020) 6958) ((-1158 . -160) 6889) ((-1137 . -160) 6820) ((-655 . -136) 6799) ((-655 . -138) 6778) ((-643 . -126) T) ((-130 . -442) 6755) ((-604 . -602) 6739) ((-1064 . -566) 6671) ((-112 . -126) T) ((-454 . -1132) T) ((-561 . -558) 6647) ((-452 . -558) 6626) ((-314 . -313) 6595) ((-501 . -1020) T) ((-454 . -517) T) ((-1088 . -977) T) ((-1044 . -977) T) ((-793 . -977) T) ((-220 . -733) 6574) ((-220 . -736) 6525) ((-220 . -735) 6504) ((-1088 . -304) 6481) ((-220 . -669) 6392) ((-892 . -19) 6376) ((-462 . -355) 6358) ((-462 . -316) 6340) ((-1044 . -304) 6312) ((-332 . -1181) 6289) ((-198 . -355) 6271) ((-198 . -316) 6253) ((-892 . -558) 6230) ((-1088 . -213) T) ((-610 . -1020) T) ((-1170 . -1020) T) ((-1102 . -1020) T) ((-1009 . -232) 6167) ((-333 . -1020) T) ((-330 . -1020) T) ((-322 . -1020) T) ((-243 . -1020) T) ((-227 . -1020) T) ((-82 . -1128) T) ((-123 . -97) 6145) ((-117 . -97) 6123) ((-124 . -33) T) ((-1102 . -563) 6102) ((-455 . -1020) T) ((-1058 . -1020) T) ((-455 . -563) 6081) ((-230 . -737) 6032) ((-230 . -734) 5983) ((-229 . -737) 5934) ((-39 . -1068) NIL) ((-229 . -734) 5885) ((-1003 . -855) 5836) ((-936 . -736) T) ((-936 . -733) T) ((-936 . -669) T) ((-904 . -736) T) ((-849 . -669) T) ((-89 . -464) 5820) ((-462 . -835) NIL) ((-845 . -1020) T) ((-205 . -983) 5785) ((-807 . -269) T) ((-198 . -835) NIL) ((-775 . -1032) 5764) ((-57 . -1020) 5714) ((-490 . -1020) 5692) ((-488 . -1020) 5642) ((-470 . -1020) 5620) ((-469 . -1020) 5570) ((-537 . -97) T) ((-525 . -97) T) ((-468 . -97) T) ((-451 . -160) 5501) ((-337 . -855) T) ((-331 . -855) T) ((-323 . -855) T) ((-205 . -107) 5457) ((-775 . -23) 5409) ((-405 . -669) T) ((-103 . -855) T) ((-39 . -37) 5354) ((-103 . -762) T) ((-538 . -327) T) ((-489 . -327) T) ((-1137 . -486) 5214) ((-294 . -429) 5193) ((-291 . -429) T) ((-776 . -265) 5172) ((-317 . -126) T) ((-161 . -126) T) ((-273 . -25) 5037) ((-273 . -21) 4921) ((-44 . -1105) 4900) ((-64 . -566) 4882) ((-827 . -566) 4864) ((-556 . -486) 4797) ((-44 . -102) 4747) ((-1022 . -403) 4731) ((-1022 . -346) 4710) ((-989 . -1128) T) ((-988 . -983) 4697) ((-887 . -983) 4540) ((-457 . -983) 4383) ((-610 . -660) 4367) ((-988 . -107) 4352) ((-887 . -107) 4181) ((-454 . -341) T) ((-333 . -660) 4133) ((-330 . -660) 4085) ((-322 . -660) 4037) ((-243 . -660) 3886) ((-227 . -660) 3735) ((-878 . -597) 3719) ((-457 . -107) 3548) ((-1175 . -97) T) ((-878 . -351) 3532) ((-228 . -97) T) ((-1138 . -844) NIL) ((-72 . -566) 3514) ((-897 . -46) 3493) ((-571 . -1032) T) ((-1 . -1020) T) ((-653 . -97) T) ((-641 . -97) T) ((-1174 . -97) 3443) ((-1166 . -594) 3368) ((-1159 . -594) 3265) ((-122 . -464) 3249) ((-1110 . -566) 3231) ((-1010 . -566) 3213) ((-368 . -23) T) ((-999 . -566) 3195) ((-85 . -1128) T) ((-1138 . -594) 3047) ((-845 . -660) 3012) ((-571 . -23) T) ((-561 . -566) 2994) ((-561 . -567) NIL) ((-452 . -567) NIL) ((-452 . -566) 2976) ((-483 . -1020) T) ((-479 . -1020) T) ((-329 . -25) T) ((-329 . -21) T) ((-123 . -288) 2914) ((-117 . -288) 2852) ((-551 . -594) 2839) ((-205 . -977) T) ((-550 . -594) 2764) ((-357 . -934) T) ((-205 . -223) T) ((-205 . -213) T) ((-892 . -567) 2725) ((-892 . -566) 2637) ((-805 . -37) 2624) ((-1158 . -269) 2575) ((-1137 . -269) 2526) ((-1039 . -429) T) ((-475 . -789) T) ((-294 . -1056) 2505) ((-931 . -138) 2484) ((-931 . -136) 2463) ((-468 . -288) 2450) ((-274 . -1105) 2429) ((-454 . -1032) T) ((-806 . -983) 2374) ((-573 . -97) T) ((-1115 . -464) 2358) ((-230 . -346) 2337) ((-229 . -346) 2316) ((-274 . -102) 2266) ((-988 . -977) T) ((-113 . -97) T) ((-887 . -977) T) ((-806 . -107) 2195) ((-454 . -23) T) ((-457 . -977) T) ((-988 . -213) T) ((-887 . -304) 2164) ((-457 . -304) 2121) ((-333 . -160) T) ((-330 . -160) T) ((-322 . -160) T) ((-243 . -160) 2032) ((-227 . -160) 1943) ((-897 . -968) 1841) ((-678 . -968) 1812) ((-1025 . -97) T) ((-1013 . -566) 1779) ((-965 . -566) 1761) ((-1166 . -669) T) ((-1159 . -669) T) ((-1138 . -733) NIL) ((-157 . -983) 1671) ((-1138 . -736) NIL) ((-845 . -160) T) ((-1138 . -669) T) ((-1185 . -142) 1655) ((-935 . -320) 1629) ((-932 . -486) 1562) ((-782 . -789) 1541) ((-525 . -1068) T) ((-451 . -269) 1492) ((-551 . -669) T) ((-339 . -566) 1474) ((-300 . -566) 1456) ((-396 . -968) 1354) ((-550 . -669) T) ((-385 . -789) 1305) ((-157 . -107) 1201) ((-775 . -126) 1153) ((-680 . -142) 1137) ((-1174 . -288) 1075) ((-462 . -286) T) ((-357 . -566) 1042) ((-491 . -942) 1026) ((-357 . -567) 940) ((-198 . -286) T) ((-132 . -142) 922) ((-657 . -265) 901) ((-462 . -953) T) ((-537 . -37) 888) ((-525 . -37) 875) ((-468 . -37) 840) ((-198 . -953) T) ((-806 . -977) T) ((-776 . -566) 822) ((-769 . -566) 804) ((-767 . -566) 786) ((-758 . -844) 765) ((-1196 . -1032) T) ((-1147 . -983) 588) ((-794 . -983) 572) ((-806 . -223) T) ((-806 . -213) NIL) ((-632 . -1128) T) ((-1196 . -23) T) ((-758 . -594) 497) ((-511 . -1128) T) ((-396 . -316) 481) ((-532 . -983) 468) ((-1147 . -107) 277) ((-643 . -588) 259) ((-794 . -107) 238) ((-359 . -23) T) ((-1102 . -486) 30)) \ No newline at end of file
+((($ $) . T) ((#0=(-802 |#1|) $) . T) ((#0# |#2|) . T))
+((($ $) . T) ((|#2| $) |has| |#1| (-215)) ((|#2| |#1|) |has| |#1| (-215)) ((|#3| |#1|) . T) ((|#3| $) . T))
+(((-610 . -1022) T) ((-245 . -488) 143186) ((-229 . -488) 143129) ((-534 . -109) 143114) ((-499 . -23) T) ((-227 . -1022) 143064) ((-115 . -290) 143021) ((-457 . -488) 142813) ((-638 . -99) T) ((-1060 . -488) 142732) ((-370 . -128) T) ((-1187 . -911) 142701) ((-558 . -466) 142685) ((-573 . -128) T) ((-763 . -787) T) ((-496 . -55) 142635) ((-57 . -488) 142568) ((-492 . -488) 142501) ((-398 . -837) 142460) ((-159 . -979) T) ((-490 . -488) 142393) ((-472 . -488) 142326) ((-471 . -488) 142259) ((-743 . -970) 142046) ((-643 . -37) 142011) ((-323 . -329) T) ((-1017 . -1016) 141995) ((-1017 . -1022) 141973) ((-159 . -225) 141924) ((-159 . -215) 141875) ((-1017 . -1018) 141833) ((-809 . -267) 141791) ((-207 . -739) T) ((-207 . -736) T) ((-638 . -265) NIL) ((-1069 . -1107) 141770) ((-387 . -927) 141754) ((-645 . -21) T) ((-645 . -25) T) ((-1189 . -596) 141728) ((-296 . -151) 141707) ((-296 . -136) 141686) ((-1069 . -104) 141636) ((-130 . -25) T) ((-39 . -213) 141613) ((-114 . -21) T) ((-114 . -25) T) ((-563 . -269) 141589) ((-454 . -269) 141568) ((-1149 . -979) T) ((-796 . -979) T) ((-743 . -318) 141552) ((-115 . -1070) NIL) ((-89 . -568) 141484) ((-456 . -128) T) ((-550 . -1130) T) ((-1149 . -306) 141461) ((-534 . -979) T) ((-1149 . -215) T) ((-610 . -662) 141445) ((-894 . -269) 141422) ((-58 . -33) T) ((-990 . -739) T) ((-990 . -736) T) ((-760 . -671) T) ((-676 . -46) 141387) ((-575 . -37) 141374) ((-335 . -271) T) ((-332 . -271) T) ((-324 . -271) T) ((-245 . -271) 141305) ((-229 . -271) 141236) ((-957 . -99) T) ((-393 . -671) T) ((-115 . -37) 141181) ((-393 . -452) T) ((-334 . -99) T) ((-1125 . -986) T) ((-656 . -986) T) ((-1092 . -46) 141158) ((-1091 . -46) 141128) ((-1085 . -46) 141105) ((-968 . -144) 141051) ((-847 . -271) T) ((-1047 . -46) 141023) ((-638 . -290) NIL) ((-489 . -568) 141005) ((-484 . -568) 140987) ((-482 . -568) 140969) ((-307 . -1022) 140919) ((-657 . -431) 140850) ((-47 . -99) T) ((-1160 . -267) 140835) ((-1139 . -267) 140755) ((-594 . -614) 140739) ((-594 . -599) 140723) ((-319 . -21) T) ((-319 . -25) T) ((-39 . -329) NIL) ((-163 . -21) T) ((-163 . -25) T) ((-594 . -353) 140707) ((-558 . -267) 140684) ((-561 . -568) 140651) ((-368 . -99) T) ((-1041 . -136) T) ((-124 . -568) 140583) ((-811 . -1022) T) ((-606 . -391) 140567) ((-659 . -568) 140549) ((-152 . -568) 140531) ((-148 . -568) 140513) ((-1189 . -671) T) ((-1024 . -33) T) ((-808 . -739) NIL) ((-808 . -736) NIL) ((-799 . -791) T) ((-676 . -823) NIL) ((-1198 . -128) T) ((-361 . -128) T) ((-841 . -99) T) ((-676 . -970) 140391) ((-499 . -128) T) ((-1011 . -391) 140375) ((-934 . -466) 140359) ((-115 . -380) 140336) ((-1085 . -1130) 140315) ((-726 . -391) 140299) ((-724 . -391) 140283) ((-880 . -33) T) ((-638 . -1070) NIL) ((-232 . -596) 140120) ((-231 . -596) 139944) ((-761 . -857) 139923) ((-433 . -391) 139907) ((-558 . -19) 139891) ((-1065 . -1124) 139860) ((-1085 . -823) NIL) ((-1085 . -821) 139812) ((-558 . -560) 139789) ((-1117 . -568) 139721) ((-1093 . -568) 139703) ((-60 . -375) T) ((-1091 . -970) 139638) ((-1085 . -970) 139604) ((-638 . -37) 139554) ((-453 . -267) 139539) ((-676 . -357) 139523) ((-606 . -986) T) ((-1160 . -936) 139489) ((-1139 . -936) 139455) ((-991 . -1107) 139430) ((-809 . -569) 139238) ((-809 . -568) 139220) ((-1104 . -466) 139157) ((-398 . -955) 139136) ((-47 . -290) 139123) ((-991 . -104) 139069) ((-457 . -466) 139006) ((-493 . -1130) T) ((-1085 . -318) 138958) ((-1060 . -466) 138929) ((-1085 . -357) 138881) ((-1011 . -986) T) ((-417 . -99) T) ((-171 . -1022) T) ((-232 . -33) T) ((-231 . -33) T) ((-726 . -986) T) ((-724 . -986) T) ((-676 . -837) 138858) ((-433 . -986) T) ((-57 . -466) 138842) ((-967 . -985) 138816) ((-492 . -466) 138800) ((-490 . -466) 138784) ((-472 . -466) 138768) ((-471 . -466) 138752) ((-227 . -488) 138685) ((-967 . -109) 138652) ((-1092 . -837) 138565) ((-618 . -1034) T) ((-1091 . -837) 138471) ((-1085 . -837) 138304) ((-1047 . -837) 138288) ((-334 . -1070) T) ((-302 . -985) 138270) ((-232 . -735) 138249) ((-232 . -738) 138200) ((-232 . -737) 138179) ((-231 . -735) 138158) ((-231 . -738) 138109) ((-231 . -737) 138088) ((-49 . -986) T) ((-232 . -671) 137999) ((-231 . -671) 137910) ((-1125 . -1022) T) ((-618 . -23) T) ((-540 . -986) T) ((-491 . -986) T) ((-359 . -985) 137875) ((-302 . -109) 137850) ((-71 . -363) T) ((-71 . -375) T) ((-957 . -37) 137787) ((-638 . -380) 137769) ((-96 . -99) T) ((-656 . -1022) T) ((-937 . -138) 137741) ((-937 . -140) 137713) ((-359 . -109) 137669) ((-299 . -1134) 137648) ((-453 . -936) 137614) ((-334 . -37) 137579) ((-39 . -350) 137551) ((-810 . -568) 137423) ((-125 . -123) 137407) ((-119 . -123) 137391) ((-778 . -985) 137361) ((-777 . -21) 137313) ((-771 . -985) 137297) ((-777 . -25) 137249) ((-299 . -519) 137200) ((-527 . -772) T) ((-222 . -1130) T) ((-778 . -109) 137165) ((-771 . -109) 137144) ((-1160 . -568) 137126) ((-1139 . -568) 137108) ((-1139 . -569) 136781) ((-1090 . -846) 136760) ((-1046 . -846) 136739) ((-47 . -37) 136704) ((-1196 . -1034) T) ((-558 . -568) 136616) ((-558 . -569) 136577) ((-1194 . -1034) T) ((-222 . -970) 136406) ((-1090 . -596) 136331) ((-1046 . -596) 136256) ((-663 . -568) 136238) ((-795 . -596) 136212) ((-1196 . -23) T) ((-1194 . -23) T) ((-967 . -979) T) ((-1104 . -267) 136191) ((-159 . -348) 136142) ((-938 . -1130) T) ((-43 . -23) T) ((-457 . -267) 136121) ((-544 . -1022) T) ((-1065 . -1031) 136090) ((-1026 . -1025) 136042) ((-126 . -1130) T) ((-370 . -21) T) ((-370 . -25) T) ((-145 . -1034) T) ((-1202 . -99) T) ((-938 . -821) 136024) ((-938 . -823) 136006) ((-1125 . -662) 135903) ((-575 . -213) 135887) ((-573 . -21) T) ((-270 . -519) T) ((-573 . -25) T) ((-1111 . -1022) T) ((-656 . -662) 135852) ((-222 . -357) 135822) ((-938 . -970) 135782) ((-359 . -979) T) ((-205 . -986) T) ((-115 . -213) 135759) ((-57 . -267) 135736) ((-145 . -23) T) ((-490 . -267) 135713) ((-307 . -488) 135646) ((-471 . -267) 135623) ((-359 . -225) T) ((-359 . -215) T) ((-778 . -979) T) ((-771 . -979) T) ((-657 . -886) 135592) ((-645 . -791) T) ((-453 . -568) 135574) ((-771 . -215) 135553) ((-130 . -791) T) ((-606 . -1022) T) ((-1104 . -560) 135532) ((-513 . -1107) 135511) ((-316 . -1022) T) ((-299 . -343) 135490) ((-387 . -140) 135469) ((-387 . -138) 135448) ((-900 . -1034) 135347) ((-222 . -837) 135280) ((-759 . -1034) 135191) ((-602 . -793) 135175) ((-457 . -560) 135154) ((-513 . -104) 135104) ((-938 . -357) 135086) ((-938 . -318) 135068) ((-94 . -1022) T) ((-900 . -23) 134879) ((-456 . -21) T) ((-456 . -25) T) ((-759 . -23) 134750) ((-1094 . -568) 134732) ((-57 . -19) 134716) ((-1094 . -569) 134638) ((-1090 . -671) T) ((-1046 . -671) T) ((-490 . -19) 134622) ((-471 . -19) 134606) ((-57 . -560) 134583) ((-1011 . -1022) T) ((-838 . -99) 134561) ((-795 . -671) T) ((-726 . -1022) T) ((-490 . -560) 134538) ((-471 . -560) 134515) ((-724 . -1022) T) ((-724 . -993) 134482) ((-440 . -1022) T) ((-433 . -1022) T) ((-544 . -662) 134457) ((-597 . -1022) T) ((-938 . -837) NIL) ((-1168 . -46) 134434) ((-578 . -1034) T) ((-618 . -128) T) ((-1162 . -99) T) ((-1161 . -46) 134404) ((-1140 . -46) 134381) ((-1125 . -162) 134332) ((-1005 . -1134) 134283) ((-256 . -1022) T) ((-83 . -420) T) ((-83 . -375) T) ((-1091 . -288) 134262) ((-1085 . -288) 134241) ((-49 . -1022) T) ((-1005 . -519) 134192) ((-656 . -162) T) ((-552 . -46) 134169) ((-207 . -596) 134134) ((-540 . -1022) T) ((-491 . -1022) T) ((-339 . -1134) T) ((-333 . -1134) T) ((-325 . -1134) T) ((-464 . -764) T) ((-464 . -857) T) ((-299 . -1034) T) ((-105 . -1134) T) ((-319 . -791) T) ((-200 . -857) T) ((-200 . -764) T) ((-659 . -985) 134104) ((-339 . -519) T) ((-333 . -519) T) ((-325 . -519) T) ((-105 . -519) T) ((-606 . -662) 134074) ((-1085 . -955) NIL) ((-299 . -23) T) ((-65 . -1130) T) ((-934 . -568) 134006) ((-638 . -213) 133988) ((-659 . -109) 133953) ((-594 . -33) T) ((-227 . -466) 133937) ((-1024 . -1020) 133921) ((-161 . -1022) T) ((-889 . -846) 133900) ((-459 . -846) 133879) ((-1198 . -21) T) ((-1198 . -25) T) ((-1196 . -128) T) ((-1194 . -128) T) ((-1011 . -662) 133728) ((-990 . -596) 133715) ((-889 . -596) 133640) ((-726 . -662) 133469) ((-503 . -568) 133451) ((-503 . -569) 133432) ((-724 . -662) 133281) ((-1187 . -99) T) ((-1002 . -99) T) ((-361 . -25) T) ((-361 . -21) T) ((-459 . -596) 133206) ((-440 . -662) 133177) ((-433 . -662) 133026) ((-922 . -99) T) ((-682 . -99) T) ((-1202 . -1070) T) ((-499 . -25) T) ((-1140 . -1130) 133005) ((-1172 . -568) 132971) ((-1140 . -823) NIL) ((-1140 . -821) 132923) ((-134 . -99) T) ((-43 . -128) T) ((-1104 . -569) NIL) ((-1104 . -568) 132905) ((-1061 . -1044) 132850) ((-323 . -986) T) ((-612 . -568) 132832) ((-270 . -1034) T) ((-335 . -568) 132814) ((-332 . -568) 132796) ((-324 . -568) 132778) ((-245 . -569) 132526) ((-245 . -568) 132508) ((-229 . -568) 132490) ((-229 . -569) 132351) ((-976 . -1124) 132280) ((-838 . -290) 132218) ((-1161 . -970) 132153) ((-1140 . -970) 132119) ((-1125 . -488) 132086) ((-1060 . -568) 132068) ((-763 . -798) T) ((-763 . -671) T) ((-558 . -269) 132045) ((-540 . -662) 132010) ((-457 . -569) NIL) ((-457 . -568) 131992) ((-491 . -662) 131937) ((-296 . -99) T) ((-293 . -99) T) ((-270 . -23) T) ((-145 . -128) T) ((-366 . -671) T) ((-809 . -985) 131889) ((-847 . -568) 131871) ((-847 . -569) 131853) ((-809 . -109) 131791) ((-132 . -99) T) ((-112 . -99) T) ((-657 . -1152) 131775) ((-659 . -979) T) ((-638 . -329) NIL) ((-492 . -568) 131707) ((-359 . -739) T) ((-205 . -1022) T) ((-359 . -736) T) ((-207 . -738) T) ((-207 . -735) T) ((-57 . -569) 131668) ((-57 . -568) 131580) ((-207 . -671) T) ((-490 . -569) 131541) ((-490 . -568) 131453) ((-472 . -568) 131385) ((-471 . -569) 131346) ((-471 . -568) 131258) ((-1005 . -343) 131209) ((-39 . -391) 131186) ((-75 . -1130) T) ((-808 . -846) NIL) ((-339 . -309) 131170) ((-339 . -343) T) ((-333 . -309) 131154) ((-333 . -343) T) ((-325 . -309) 131138) ((-325 . -343) T) ((-296 . -265) 131117) ((-105 . -343) T) ((-68 . -1130) T) ((-1140 . -318) 131069) ((-808 . -596) 131014) ((-1140 . -357) 130966) ((-900 . -128) 130821) ((-759 . -128) 130692) ((-894 . -599) 130676) ((-1011 . -162) 130587) ((-894 . -353) 130571) ((-990 . -738) T) ((-990 . -735) T) ((-726 . -162) 130462) ((-724 . -162) 130373) ((-760 . -46) 130335) ((-990 . -671) T) ((-307 . -466) 130319) ((-889 . -671) T) ((-433 . -162) 130230) ((-227 . -267) 130207) ((-459 . -671) T) ((-1187 . -290) 130145) ((-1168 . -837) 130058) ((-1161 . -837) 129964) ((-1160 . -985) 129799) ((-1140 . -837) 129632) ((-1139 . -985) 129440) ((-1125 . -271) 129419) ((-1065 . -144) 129403) ((-1041 . -99) T) ((-1000 . -99) T) ((-864 . -891) T) ((-73 . -1130) T) ((-682 . -290) 129341) ((-159 . -846) 129294) ((-612 . -362) 129266) ((-30 . -891) T) ((-1 . -568) 129248) ((-1039 . -1022) T) ((-1005 . -23) T) ((-49 . -572) 129232) ((-1005 . -1034) T) ((-937 . -389) 129204) ((-552 . -837) 129117) ((-418 . -99) T) ((-134 . -290) NIL) ((-809 . -979) T) ((-777 . -791) 129096) ((-79 . -1130) T) ((-656 . -271) T) ((-39 . -986) T) ((-540 . -162) T) ((-491 . -162) T) ((-485 . -568) 129078) ((-159 . -596) 128988) ((-481 . -568) 128970) ((-331 . -140) 128952) ((-331 . -138) T) ((-339 . -1034) T) ((-333 . -1034) T) ((-325 . -1034) T) ((-938 . -288) T) ((-851 . -288) T) ((-809 . -225) T) ((-105 . -1034) T) ((-809 . -215) 128931) ((-1160 . -109) 128752) ((-1139 . -109) 128541) ((-227 . -1164) 128525) ((-527 . -789) T) ((-339 . -23) T) ((-334 . -329) T) ((-296 . -290) 128512) ((-293 . -290) 128453) ((-333 . -23) T) ((-299 . -128) T) ((-325 . -23) T) ((-938 . -955) T) ((-105 . -23) T) ((-227 . -560) 128430) ((-1162 . -37) 128322) ((-1149 . -846) 128301) ((-110 . -1022) T) ((-968 . -99) T) ((-1149 . -596) 128226) ((-808 . -738) NIL) ((-796 . -596) 128200) ((-808 . -735) NIL) ((-760 . -823) NIL) ((-808 . -671) T) ((-1011 . -488) 128073) ((-726 . -488) 128020) ((-724 . -488) 127972) ((-534 . -596) 127959) ((-760 . -970) 127789) ((-433 . -488) 127732) ((-368 . -369) T) ((-58 . -1130) T) ((-573 . -791) 127711) ((-475 . -609) T) ((-1065 . -911) 127680) ((-937 . -431) T) ((-643 . -789) T) ((-484 . -736) T) ((-453 . -985) 127515) ((-323 . -1022) T) ((-293 . -1070) NIL) ((-270 . -128) T) ((-374 . -1022) T) ((-638 . -350) 127482) ((-807 . -986) T) ((-205 . -572) 127459) ((-307 . -267) 127436) ((-453 . -109) 127257) ((-1160 . -979) T) ((-1139 . -979) T) ((-760 . -357) 127241) ((-159 . -671) T) ((-602 . -99) T) ((-1160 . -225) 127220) ((-1160 . -215) 127172) ((-1139 . -215) 127077) ((-1139 . -225) 127056) ((-937 . -382) NIL) ((-618 . -590) 127004) ((-296 . -37) 126914) ((-293 . -37) 126843) ((-67 . -568) 126825) ((-299 . -468) 126791) ((-1104 . -269) 126770) ((-1035 . -1034) 126681) ((-81 . -1130) T) ((-59 . -568) 126663) ((-457 . -269) 126642) ((-1189 . -970) 126619) ((-1083 . -1022) T) ((-1035 . -23) 126490) ((-760 . -837) 126426) ((-1149 . -671) T) ((-1024 . -1130) T) ((-1011 . -271) 126357) ((-830 . -99) T) ((-726 . -271) 126268) ((-307 . -19) 126252) ((-57 . -269) 126229) ((-724 . -271) 126160) ((-796 . -671) T) ((-115 . -789) NIL) ((-490 . -269) 126137) ((-307 . -560) 126114) ((-471 . -269) 126091) ((-433 . -271) 126022) ((-968 . -290) 125873) ((-534 . -671) T) ((-610 . -568) 125855) ((-227 . -569) 125816) ((-227 . -568) 125728) ((-1066 . -33) T) ((-880 . -1130) T) ((-323 . -662) 125673) ((-618 . -25) T) ((-618 . -21) T) ((-453 . -979) T) ((-586 . -397) 125638) ((-562 . -397) 125603) ((-1041 . -1070) T) ((-540 . -271) T) ((-491 . -271) T) ((-1161 . -288) 125582) ((-453 . -215) 125534) ((-453 . -225) 125513) ((-1140 . -288) 125492) ((-1005 . -128) T) ((-809 . -739) 125471) ((-137 . -99) T) ((-39 . -1022) T) ((-809 . -736) 125450) ((-594 . -944) 125434) ((-539 . -986) T) ((-527 . -986) T) ((-470 . -986) T) ((-387 . -431) T) ((-339 . -128) T) ((-296 . -380) 125418) ((-293 . -380) 125379) ((-333 . -128) T) ((-325 . -128) T) ((-1140 . -955) NIL) ((-1099 . -1022) T) ((-1017 . -568) 125346) ((-105 . -128) T) ((-1041 . -37) 125333) ((-858 . -1022) T) ((-715 . -1022) T) ((-619 . -1022) T) ((-645 . -140) T) ((-114 . -140) T) ((-1196 . -21) T) ((-1196 . -25) T) ((-1194 . -21) T) ((-1194 . -25) T) ((-612 . -985) 125317) ((-499 . -791) T) ((-475 . -791) T) ((-335 . -985) 125269) ((-332 . -985) 125221) ((-324 . -985) 125173) ((-232 . -1130) T) ((-231 . -1130) T) ((-245 . -985) 125016) ((-229 . -985) 124859) ((-612 . -109) 124838) ((-335 . -109) 124776) ((-332 . -109) 124714) ((-324 . -109) 124652) ((-245 . -109) 124481) ((-229 . -109) 124310) ((-761 . -1134) 124289) ((-575 . -391) 124273) ((-43 . -21) T) ((-43 . -25) T) ((-759 . -590) 124181) ((-761 . -519) 124160) ((-232 . -970) 123989) ((-231 . -970) 123818) ((-124 . -117) 123802) ((-847 . -985) 123767) ((-643 . -986) T) ((-657 . -99) T) ((-323 . -162) T) ((-145 . -21) T) ((-145 . -25) T) ((-86 . -568) 123749) ((-847 . -109) 123705) ((-39 . -662) 123650) ((-807 . -1022) T) ((-307 . -569) 123611) ((-307 . -568) 123523) ((-1139 . -736) 123476) ((-1139 . -739) 123429) ((-232 . -357) 123399) ((-231 . -357) 123369) ((-602 . -37) 123339) ((-563 . -33) T) ((-460 . -1034) 123250) ((-454 . -33) T) ((-1035 . -128) 123121) ((-900 . -25) 122932) ((-811 . -568) 122914) ((-900 . -21) 122869) ((-759 . -21) 122780) ((-759 . -25) 122632) ((-575 . -986) T) ((-1096 . -519) 122611) ((-1090 . -46) 122588) ((-335 . -979) T) ((-332 . -979) T) ((-460 . -23) 122459) ((-324 . -979) T) ((-229 . -979) T) ((-245 . -979) T) ((-1046 . -46) 122431) ((-115 . -986) T) ((-967 . -596) 122405) ((-894 . -33) T) ((-335 . -215) 122384) ((-335 . -225) T) ((-332 . -215) 122363) ((-332 . -225) T) ((-229 . -306) 122320) ((-324 . -215) 122299) ((-324 . -225) T) ((-245 . -306) 122271) ((-245 . -215) 122250) ((-1075 . -144) 122234) ((-232 . -837) 122167) ((-231 . -837) 122100) ((-1007 . -791) T) ((-1143 . -1130) T) ((-394 . -1034) T) ((-983 . -23) T) ((-847 . -979) T) ((-302 . -596) 122082) ((-957 . -789) T) ((-1125 . -936) 122048) ((-1091 . -857) 122027) ((-1085 . -857) 122006) ((-847 . -225) T) ((-761 . -343) 121985) ((-365 . -23) T) ((-125 . -1022) 121963) ((-119 . -1022) 121941) ((-847 . -215) T) ((-1085 . -764) NIL) ((-359 . -596) 121906) ((-807 . -662) 121893) ((-976 . -144) 121858) ((-39 . -162) T) ((-638 . -391) 121840) ((-657 . -290) 121827) ((-778 . -596) 121787) ((-771 . -596) 121761) ((-299 . -25) T) ((-299 . -21) T) ((-606 . -267) 121740) ((-539 . -1022) T) ((-527 . -1022) T) ((-470 . -1022) T) ((-227 . -269) 121717) ((-293 . -213) 121678) ((-1090 . -823) NIL) ((-1046 . -823) 121537) ((-127 . -791) T) ((-1090 . -970) 121419) ((-1046 . -970) 121304) ((-171 . -568) 121286) ((-795 . -970) 121184) ((-726 . -267) 121111) ((-761 . -1034) T) ((-967 . -671) T) ((-558 . -599) 121095) ((-976 . -911) 121024) ((-933 . -99) T) ((-761 . -23) T) ((-657 . -1070) 121002) ((-638 . -986) T) ((-558 . -353) 120986) ((-331 . -431) T) ((-323 . -271) T) ((-1177 . -1022) T) ((-230 . -1022) T) ((-379 . -99) T) ((-270 . -21) T) ((-270 . -25) T) ((-341 . -671) T) ((-655 . -1022) T) ((-643 . -1022) T) ((-341 . -452) T) ((-1125 . -568) 120968) ((-1090 . -357) 120952) ((-1046 . -357) 120936) ((-957 . -391) 120898) ((-134 . -211) 120880) ((-359 . -738) T) ((-359 . -735) T) ((-807 . -162) T) ((-359 . -671) T) ((-656 . -568) 120862) ((-657 . -37) 120691) ((-1176 . -1174) 120675) ((-331 . -382) T) ((-1176 . -1022) 120625) ((-539 . -662) 120612) ((-527 . -662) 120599) ((-470 . -662) 120564) ((-296 . -580) 120543) ((-778 . -671) T) ((-771 . -671) T) ((-594 . -1130) T) ((-1005 . -590) 120491) ((-1090 . -837) 120434) ((-1046 . -837) 120418) ((-610 . -985) 120402) ((-105 . -590) 120384) ((-460 . -128) 120255) ((-1096 . -1034) T) ((-889 . -46) 120224) ((-575 . -1022) T) ((-610 . -109) 120203) ((-307 . -269) 120180) ((-459 . -46) 120137) ((-1096 . -23) T) ((-115 . -1022) T) ((-100 . -99) 120115) ((-1186 . -1034) T) ((-983 . -128) T) ((-957 . -986) T) ((-763 . -970) 120099) ((-937 . -669) 120071) ((-1186 . -23) T) ((-643 . -662) 120036) ((-544 . -568) 120018) ((-366 . -970) 120002) ((-334 . -986) T) ((-365 . -128) T) ((-304 . -970) 119986) ((-207 . -823) 119968) ((-938 . -857) T) ((-89 . -33) T) ((-938 . -764) T) ((-851 . -857) T) ((-464 . -1134) T) ((-1111 . -568) 119950) ((-1027 . -1022) T) ((-200 . -1134) T) ((-933 . -290) 119915) ((-207 . -970) 119875) ((-39 . -271) T) ((-1005 . -21) T) ((-1005 . -25) T) ((-1041 . -772) T) ((-464 . -519) T) ((-339 . -25) T) ((-200 . -519) T) ((-339 . -21) T) ((-333 . -25) T) ((-333 . -21) T) ((-659 . -596) 119835) ((-325 . -25) T) ((-325 . -21) T) ((-105 . -25) T) ((-105 . -21) T) ((-47 . -986) T) ((-539 . -162) T) ((-527 . -162) T) ((-470 . -162) T) ((-606 . -568) 119817) ((-682 . -681) 119801) ((-316 . -568) 119783) ((-66 . -363) T) ((-66 . -375) T) ((-1024 . -104) 119767) ((-990 . -823) 119749) ((-889 . -823) 119674) ((-601 . -1034) T) ((-575 . -662) 119661) ((-459 . -823) NIL) ((-1065 . -99) T) ((-990 . -970) 119643) ((-94 . -568) 119625) ((-456 . -140) T) ((-889 . -970) 119507) ((-115 . -662) 119452) ((-601 . -23) T) ((-459 . -970) 119330) ((-1011 . -569) NIL) ((-1011 . -568) 119312) ((-726 . -569) NIL) ((-726 . -568) 119273) ((-724 . -569) 118908) ((-724 . -568) 118822) ((-1035 . -590) 118730) ((-440 . -568) 118712) ((-433 . -568) 118694) ((-433 . -569) 118555) ((-968 . -211) 118501) ((-124 . -33) T) ((-761 . -128) T) ((-809 . -846) 118480) ((-597 . -568) 118462) ((-335 . -1193) 118446) ((-332 . -1193) 118430) ((-324 . -1193) 118414) ((-125 . -488) 118347) ((-119 . -488) 118280) ((-485 . -736) T) ((-485 . -739) T) ((-484 . -738) T) ((-100 . -290) 118218) ((-204 . -99) 118196) ((-638 . -1022) T) ((-643 . -162) T) ((-809 . -596) 118148) ((-63 . -364) T) ((-256 . -568) 118130) ((-63 . -375) T) ((-889 . -357) 118114) ((-807 . -271) T) ((-49 . -568) 118096) ((-933 . -37) 118044) ((-540 . -568) 118026) ((-459 . -357) 118010) ((-540 . -569) 117992) ((-491 . -568) 117974) ((-847 . -1193) 117961) ((-808 . -1130) T) ((-645 . -431) T) ((-470 . -488) 117927) ((-464 . -343) T) ((-335 . -348) 117906) ((-332 . -348) 117885) ((-324 . -348) 117864) ((-200 . -343) T) ((-659 . -671) T) ((-114 . -431) T) ((-1197 . -1188) 117848) ((-808 . -821) 117825) ((-808 . -823) NIL) ((-900 . -791) 117724) ((-759 . -791) 117675) ((-602 . -604) 117659) ((-1117 . -33) T) ((-161 . -568) 117641) ((-1035 . -21) 117552) ((-1035 . -25) 117404) ((-808 . -970) 117381) ((-889 . -837) 117362) ((-1149 . -46) 117339) ((-847 . -348) T) ((-57 . -599) 117323) ((-490 . -599) 117307) ((-459 . -837) 117284) ((-69 . -420) T) ((-69 . -375) T) ((-471 . -599) 117268) ((-57 . -353) 117252) ((-575 . -162) T) ((-490 . -353) 117236) ((-471 . -353) 117220) ((-771 . -653) 117204) ((-1090 . -288) 117183) ((-1096 . -128) T) ((-115 . -162) T) ((-1065 . -290) 117121) ((-159 . -1130) T) ((-586 . -689) 117105) ((-562 . -689) 117089) ((-1186 . -128) T) ((-1161 . -857) 117068) ((-1140 . -857) 117047) ((-1140 . -764) NIL) ((-638 . -662) 116997) ((-1139 . -846) 116950) ((-957 . -1022) T) ((-808 . -357) 116927) ((-808 . -318) 116904) ((-842 . -1034) T) ((-159 . -821) 116888) ((-159 . -823) 116813) ((-464 . -1034) T) ((-334 . -1022) T) ((-200 . -1034) T) ((-74 . -420) T) ((-74 . -375) T) ((-159 . -970) 116711) ((-299 . -791) T) ((-1176 . -488) 116644) ((-1160 . -596) 116541) ((-1139 . -596) 116411) ((-809 . -738) 116390) ((-809 . -735) 116369) ((-809 . -671) T) ((-464 . -23) T) ((-205 . -568) 116351) ((-163 . -431) T) ((-204 . -290) 116289) ((-84 . -420) T) ((-84 . -375) T) ((-200 . -23) T) ((-1198 . -1191) 116268) ((-539 . -271) T) ((-527 . -271) T) ((-623 . -970) 116252) ((-470 . -271) T) ((-132 . -449) 116207) ((-47 . -1022) T) ((-657 . -213) 116191) ((-808 . -837) NIL) ((-1149 . -823) NIL) ((-826 . -99) T) ((-822 . -99) T) ((-368 . -1022) T) ((-159 . -357) 116175) ((-159 . -318) 116159) ((-1149 . -970) 116041) ((-796 . -970) 115939) ((-1061 . -99) T) ((-601 . -128) T) ((-115 . -488) 115847) ((-610 . -736) 115826) ((-610 . -739) 115805) ((-534 . -970) 115787) ((-275 . -1183) 115757) ((-803 . -99) T) ((-899 . -519) 115736) ((-1125 . -985) 115619) ((-460 . -590) 115527) ((-841 . -1022) T) ((-957 . -662) 115464) ((-656 . -985) 115429) ((-558 . -33) T) ((-1066 . -1130) T) ((-1125 . -109) 115298) ((-453 . -596) 115195) ((-334 . -662) 115140) ((-159 . -837) 115099) ((-643 . -271) T) ((-638 . -162) T) ((-656 . -109) 115055) ((-1202 . -986) T) ((-1149 . -357) 115039) ((-398 . -1134) 115017) ((-1039 . -568) 114999) ((-293 . -789) NIL) ((-398 . -519) T) ((-207 . -288) T) ((-1139 . -735) 114952) ((-1139 . -738) 114905) ((-1160 . -671) T) ((-1139 . -671) T) ((-47 . -662) 114870) ((-207 . -955) T) ((-331 . -1183) 114847) ((-1162 . -391) 114813) ((-663 . -671) T) ((-1149 . -837) 114756) ((-110 . -568) 114738) ((-110 . -569) 114720) ((-663 . -452) T) ((-460 . -21) 114631) ((-125 . -466) 114615) ((-119 . -466) 114599) ((-460 . -25) 114451) ((-575 . -271) T) ((-544 . -985) 114426) ((-417 . -1022) T) ((-990 . -288) T) ((-115 . -271) T) ((-1026 . -99) T) ((-937 . -99) T) ((-544 . -109) 114394) ((-1061 . -290) 114332) ((-1125 . -979) T) ((-990 . -955) T) ((-64 . -1130) T) ((-983 . -25) T) ((-983 . -21) T) ((-656 . -979) T) ((-365 . -21) T) ((-365 . -25) T) ((-638 . -488) NIL) ((-957 . -162) T) ((-656 . -225) T) ((-990 . -512) T) ((-477 . -99) T) ((-334 . -162) T) ((-323 . -568) 114314) ((-374 . -568) 114296) ((-453 . -671) T) ((-1041 . -789) T) ((-829 . -970) 114264) ((-105 . -791) T) ((-606 . -985) 114248) ((-464 . -128) T) ((-1162 . -986) T) ((-200 . -128) T) ((-1075 . -99) 114226) ((-96 . -1022) T) ((-227 . -614) 114210) ((-227 . -599) 114194) ((-606 . -109) 114173) ((-296 . -391) 114157) ((-227 . -353) 114141) ((-1078 . -217) 114088) ((-933 . -213) 114072) ((-72 . -1130) T) ((-47 . -162) T) ((-645 . -367) T) ((-645 . -136) T) ((-1197 . -99) T) ((-1011 . -985) 113915) ((-245 . -846) 113894) ((-229 . -846) 113873) ((-726 . -985) 113696) ((-724 . -985) 113539) ((-563 . -1130) T) ((-1083 . -568) 113521) ((-1011 . -109) 113350) ((-976 . -99) T) ((-454 . -1130) T) ((-440 . -985) 113321) ((-433 . -985) 113164) ((-612 . -596) 113148) ((-808 . -288) T) ((-726 . -109) 112957) ((-724 . -109) 112786) ((-335 . -596) 112738) ((-332 . -596) 112690) ((-324 . -596) 112642) ((-245 . -596) 112567) ((-229 . -596) 112492) ((-1077 . -791) T) ((-1012 . -970) 112476) ((-440 . -109) 112437) ((-433 . -109) 112266) ((-1001 . -970) 112243) ((-934 . -33) T) ((-902 . -568) 112204) ((-894 . -1130) T) ((-124 . -944) 112188) ((-899 . -1034) T) ((-808 . -955) NIL) ((-680 . -1034) T) ((-660 . -1034) T) ((-1176 . -466) 112172) ((-1061 . -37) 112132) ((-899 . -23) T) ((-784 . -99) T) ((-761 . -21) T) ((-761 . -25) T) ((-680 . -23) T) ((-660 . -23) T) ((-108 . -609) T) ((-847 . -596) 112097) ((-540 . -985) 112062) ((-491 . -985) 112007) ((-209 . -55) 111965) ((-432 . -23) T) ((-387 . -99) T) ((-244 . -99) T) ((-638 . -271) T) ((-803 . -37) 111935) ((-540 . -109) 111891) ((-491 . -109) 111820) ((-398 . -1034) T) ((-296 . -986) 111711) ((-293 . -986) T) ((-606 . -979) T) ((-1202 . -1022) T) ((-159 . -288) 111642) ((-398 . -23) T) ((-39 . -568) 111624) ((-39 . -569) 111608) ((-105 . -927) 111590) ((-114 . -806) 111574) ((-47 . -488) 111540) ((-1117 . -944) 111524) ((-1099 . -568) 111506) ((-1104 . -33) T) ((-858 . -568) 111488) ((-1035 . -791) 111439) ((-715 . -568) 111421) ((-619 . -568) 111403) ((-1075 . -290) 111341) ((-457 . -33) T) ((-1015 . -1130) T) ((-456 . -431) T) ((-1011 . -979) T) ((-1060 . -33) T) ((-726 . -979) T) ((-724 . -979) T) ((-595 . -217) 111325) ((-583 . -217) 111271) ((-1149 . -288) 111250) ((-1011 . -306) 111211) ((-433 . -979) T) ((-1096 . -21) T) ((-1011 . -215) 111190) ((-726 . -306) 111167) ((-726 . -215) T) ((-724 . -306) 111139) ((-307 . -599) 111123) ((-676 . -1134) 111102) ((-1096 . -25) T) ((-57 . -33) T) ((-492 . -33) T) ((-490 . -33) T) ((-433 . -306) 111081) ((-307 . -353) 111065) ((-472 . -33) T) ((-471 . -33) T) ((-937 . -1070) NIL) ((-586 . -99) T) ((-562 . -99) T) ((-676 . -519) 110996) ((-335 . -671) T) ((-332 . -671) T) ((-324 . -671) T) ((-245 . -671) T) ((-229 . -671) T) ((-976 . -290) 110904) ((-838 . -1022) 110882) ((-49 . -979) T) ((-1186 . -21) T) ((-1186 . -25) T) ((-1092 . -519) 110861) ((-1091 . -1134) 110840) ((-540 . -979) T) ((-491 . -979) T) ((-1085 . -1134) 110819) ((-341 . -970) 110803) ((-302 . -970) 110787) ((-957 . -271) T) ((-359 . -823) 110769) ((-1091 . -519) 110720) ((-1085 . -519) 110671) ((-937 . -37) 110616) ((-743 . -1034) T) ((-847 . -671) T) ((-540 . -225) T) ((-540 . -215) T) ((-491 . -215) T) ((-491 . -225) T) ((-1047 . -519) 110595) ((-334 . -271) T) ((-595 . -639) 110579) ((-359 . -970) 110539) ((-1041 . -986) T) ((-100 . -123) 110523) ((-743 . -23) T) ((-1176 . -267) 110500) ((-387 . -290) 110465) ((-1196 . -1191) 110441) ((-1194 . -1191) 110420) ((-1162 . -1022) T) ((-807 . -568) 110402) ((-778 . -970) 110371) ((-187 . -731) T) ((-186 . -731) T) ((-185 . -731) T) ((-184 . -731) T) ((-183 . -731) T) ((-182 . -731) T) ((-181 . -731) T) ((-180 . -731) T) ((-179 . -731) T) ((-178 . -731) T) ((-470 . -936) T) ((-255 . -780) T) ((-254 . -780) T) ((-253 . -780) T) ((-252 . -780) T) ((-47 . -271) T) ((-251 . -780) T) ((-250 . -780) T) ((-249 . -780) T) ((-177 . -731) T) ((-567 . -791) T) ((-602 . -391) 110355) ((-108 . -791) T) ((-601 . -21) T) ((-601 . -25) T) ((-1197 . -37) 110325) ((-115 . -267) 110276) ((-1176 . -19) 110260) ((-1176 . -560) 110237) ((-1187 . -1022) T) ((-1002 . -1022) T) ((-922 . -1022) T) ((-899 . -128) T) ((-682 . -1022) T) ((-680 . -128) T) ((-660 . -128) T) ((-485 . -737) T) ((-387 . -1070) 110215) ((-432 . -128) T) ((-485 . -738) T) ((-205 . -979) T) ((-275 . -99) 109998) ((-134 . -1022) T) ((-643 . -936) T) ((-89 . -1130) T) ((-125 . -568) 109930) ((-119 . -568) 109862) ((-1202 . -162) T) ((-1091 . -343) 109841) ((-1085 . -343) 109820) ((-296 . -1022) T) ((-398 . -128) T) ((-293 . -1022) T) ((-387 . -37) 109772) ((-1054 . -99) T) ((-1162 . -662) 109664) ((-602 . -986) T) ((-299 . -138) 109643) ((-299 . -140) 109622) ((-132 . -1022) T) ((-112 . -1022) T) ((-799 . -99) T) ((-539 . -568) 109604) ((-527 . -569) 109503) ((-527 . -568) 109485) ((-470 . -568) 109467) ((-470 . -569) 109412) ((-462 . -23) T) ((-460 . -791) 109363) ((-464 . -590) 109345) ((-901 . -568) 109327) ((-200 . -590) 109309) ((-207 . -384) T) ((-610 . -596) 109293) ((-1090 . -857) 109272) ((-676 . -1034) T) ((-331 . -99) T) ((-762 . -791) T) ((-676 . -23) T) ((-323 . -985) 109217) ((-1077 . -1076) T) ((-1066 . -104) 109201) ((-1092 . -1034) T) ((-1091 . -1034) T) ((-489 . -970) 109185) ((-1085 . -1034) T) ((-1047 . -1034) T) ((-323 . -109) 109114) ((-938 . -1134) T) ((-124 . -1130) T) ((-851 . -1134) T) ((-638 . -267) NIL) ((-1177 . -568) 109096) ((-1092 . -23) T) ((-1091 . -23) T) ((-1085 . -23) T) ((-938 . -519) T) ((-1061 . -213) 109080) ((-851 . -519) T) ((-1047 . -23) T) ((-230 . -568) 109062) ((-1000 . -1022) T) ((-743 . -128) T) ((-655 . -568) 109044) ((-296 . -662) 108954) ((-293 . -662) 108883) ((-643 . -568) 108865) ((-643 . -569) 108810) ((-387 . -380) 108794) ((-418 . -1022) T) ((-464 . -25) T) ((-464 . -21) T) ((-1041 . -1022) T) ((-200 . -25) T) ((-200 . -21) T) ((-657 . -391) 108778) ((-659 . -970) 108747) ((-1176 . -568) 108659) ((-1176 . -569) 108620) ((-1162 . -162) T) ((-227 . -33) T) ((-863 . -909) T) ((-1117 . -1130) T) ((-610 . -735) 108599) ((-610 . -738) 108578) ((-378 . -375) T) ((-496 . -99) 108556) ((-968 . -1022) T) ((-204 . -929) 108540) ((-479 . -99) T) ((-575 . -568) 108522) ((-44 . -791) NIL) ((-575 . -569) 108499) ((-968 . -565) 108474) ((-838 . -488) 108407) ((-323 . -979) T) ((-115 . -569) NIL) ((-115 . -568) 108389) ((-809 . -1130) T) ((-618 . -397) 108373) ((-618 . -1044) 108318) ((-475 . -144) 108300) ((-323 . -215) T) ((-323 . -225) T) ((-39 . -985) 108245) ((-809 . -821) 108229) ((-809 . -823) 108154) ((-657 . -986) T) ((-638 . -936) NIL) ((-3 . |UnionCategory|) T) ((-1160 . -46) 108124) ((-1139 . -46) 108101) ((-1060 . -944) 108072) ((-207 . -857) T) ((-39 . -109) 108001) ((-809 . -970) 107868) ((-1041 . -662) 107855) ((-1027 . -568) 107837) ((-1005 . -140) 107816) ((-1005 . -138) 107767) ((-938 . -343) T) ((-299 . -1119) 107733) ((-359 . -288) T) ((-299 . -1116) 107699) ((-296 . -162) 107678) ((-293 . -162) T) ((-937 . -213) 107655) ((-851 . -343) T) ((-540 . -1193) 107642) ((-491 . -1193) 107619) ((-339 . -140) 107598) ((-339 . -138) 107549) ((-333 . -140) 107528) ((-333 . -138) 107479) ((-563 . -1107) 107455) ((-325 . -140) 107434) ((-325 . -138) 107385) ((-299 . -34) 107351) ((-454 . -1107) 107330) ((0 . |EnumerationCategory|) T) ((-299 . -93) 107296) ((-359 . -955) T) ((-105 . -140) T) ((-105 . -138) NIL) ((-44 . -217) 107246) ((-602 . -1022) T) ((-563 . -104) 107193) ((-462 . -128) T) ((-454 . -104) 107143) ((-222 . -1034) 107054) ((-809 . -357) 107038) ((-809 . -318) 107022) ((-222 . -23) 106893) ((-990 . -857) T) ((-990 . -764) T) ((-540 . -348) T) ((-491 . -348) T) ((-331 . -1070) T) ((-307 . -33) T) ((-43 . -397) 106877) ((-810 . -1130) T) ((-370 . -689) 106861) ((-1187 . -488) 106794) ((-676 . -128) T) ((-1168 . -519) 106773) ((-1161 . -1134) 106752) ((-1161 . -519) 106703) ((-682 . -488) 106636) ((-1140 . -1134) 106615) ((-1140 . -519) 106566) ((-830 . -1022) T) ((-137 . -785) T) ((-1139 . -1130) 106545) ((-1139 . -823) 106418) ((-1139 . -821) 106388) ((-496 . -290) 106326) ((-1092 . -128) T) ((-134 . -488) NIL) ((-1091 . -128) T) ((-1085 . -128) T) ((-1047 . -128) T) ((-957 . -936) T) ((-331 . -37) 106291) ((-938 . -1034) T) ((-851 . -1034) T) ((-80 . -568) 106273) ((-39 . -979) T) ((-807 . -985) 106260) ((-938 . -23) T) ((-809 . -837) 106219) ((-645 . -99) T) ((-937 . -329) NIL) ((-558 . -1130) T) ((-906 . -23) T) ((-851 . -23) T) ((-807 . -109) 106204) ((-407 . -1034) T) ((-453 . -46) 106174) ((-130 . -99) T) ((-39 . -215) 106146) ((-39 . -225) T) ((-114 . -99) T) ((-553 . -519) 106125) ((-552 . -519) 106104) ((-638 . -568) 106086) ((-638 . -569) 105994) ((-296 . -488) 105960) ((-293 . -488) 105852) ((-1160 . -970) 105836) ((-1139 . -970) 105625) ((-933 . -391) 105609) ((-407 . -23) T) ((-1041 . -162) T) ((-1162 . -271) T) ((-602 . -662) 105579) ((-137 . -1022) T) ((-47 . -936) T) ((-387 . -213) 105563) ((-276 . -217) 105513) ((-808 . -857) T) ((-808 . -764) NIL) ((-802 . -791) T) ((-1139 . -318) 105483) ((-1139 . -357) 105453) ((-204 . -1042) 105437) ((-1176 . -269) 105414) ((-1125 . -596) 105339) ((-899 . -21) T) ((-899 . -25) T) ((-680 . -21) T) ((-680 . -25) T) ((-660 . -21) T) ((-660 . -25) T) ((-656 . -596) 105304) ((-432 . -21) T) ((-432 . -25) T) ((-319 . -99) T) ((-163 . -99) T) ((-933 . -986) T) ((-807 . -979) T) ((-718 . -99) T) ((-1161 . -343) 105283) ((-1160 . -837) 105189) ((-1140 . -343) 105168) ((-1139 . -837) 105019) ((-957 . -568) 105001) ((-387 . -772) 104954) ((-1092 . -468) 104920) ((-159 . -857) 104851) ((-1091 . -468) 104817) ((-1085 . -468) 104783) ((-657 . -1022) T) ((-1047 . -468) 104749) ((-539 . -985) 104736) ((-527 . -985) 104723) ((-470 . -985) 104688) ((-296 . -271) 104667) ((-293 . -271) T) ((-334 . -568) 104649) ((-398 . -25) T) ((-398 . -21) T) ((-96 . -267) 104628) ((-539 . -109) 104613) ((-527 . -109) 104598) ((-470 . -109) 104554) ((-1094 . -823) 104521) ((-838 . -466) 104505) ((-47 . -568) 104487) ((-47 . -569) 104432) ((-222 . -128) 104303) ((-1149 . -857) 104282) ((-760 . -1134) 104261) ((-968 . -488) 104105) ((-368 . -568) 104087) ((-760 . -519) 104018) ((-544 . -596) 103993) ((-245 . -46) 103965) ((-229 . -46) 103922) ((-499 . -483) 103899) ((-934 . -1130) T) ((-643 . -985) 103864) ((-1168 . -1034) T) ((-1161 . -1034) T) ((-1140 . -1034) T) ((-937 . -350) 103836) ((-110 . -348) T) ((-453 . -837) 103742) ((-1168 . -23) T) ((-1161 . -23) T) ((-841 . -568) 103724) ((-89 . -104) 103708) ((-1125 . -671) T) ((-842 . -791) 103659) ((-645 . -1070) T) ((-643 . -109) 103615) ((-1140 . -23) T) ((-553 . -1034) T) ((-552 . -1034) T) ((-657 . -662) 103444) ((-656 . -671) T) ((-1041 . -271) T) ((-938 . -128) T) ((-464 . -791) T) ((-906 . -128) T) ((-851 . -128) T) ((-743 . -25) T) ((-200 . -791) T) ((-743 . -21) T) ((-539 . -979) T) ((-527 . -979) T) ((-470 . -979) T) ((-553 . -23) T) ((-323 . -1193) 103421) ((-299 . -431) 103400) ((-319 . -290) 103387) ((-552 . -23) T) ((-407 . -128) T) ((-606 . -596) 103361) ((-227 . -944) 103345) ((-809 . -288) T) ((-1198 . -1188) 103329) ((-645 . -37) 103316) ((-527 . -215) T) ((-470 . -225) T) ((-470 . -215) T) ((-715 . -736) T) ((-715 . -739) T) ((-1069 . -217) 103266) ((-1011 . -846) 103245) ((-114 . -37) 103232) ((-193 . -744) T) ((-192 . -744) T) ((-191 . -744) T) ((-190 . -744) T) ((-809 . -955) 103211) ((-1187 . -466) 103195) ((-726 . -846) 103174) ((-724 . -846) 103153) ((-1104 . -1130) T) ((-433 . -846) 103132) ((-682 . -466) 103116) ((-1011 . -596) 103041) ((-726 . -596) 102966) ((-575 . -985) 102953) ((-457 . -1130) T) ((-323 . -348) T) ((-134 . -466) 102935) ((-724 . -596) 102860) ((-1060 . -1130) T) ((-440 . -596) 102831) ((-245 . -823) 102690) ((-229 . -823) NIL) ((-115 . -985) 102635) ((-433 . -596) 102560) ((-612 . -970) 102537) ((-575 . -109) 102522) ((-335 . -970) 102506) ((-332 . -970) 102490) ((-324 . -970) 102474) ((-245 . -970) 102320) ((-229 . -970) 102198) ((-115 . -109) 102127) ((-57 . -1130) T) ((-492 . -1130) T) ((-490 . -1130) T) ((-472 . -1130) T) ((-471 . -1130) T) ((-417 . -568) 102109) ((-414 . -568) 102091) ((-3 . -99) T) ((-960 . -1124) 102060) ((-777 . -99) T) ((-634 . -55) 102018) ((-643 . -979) T) ((-49 . -596) 101992) ((-270 . -431) T) ((-455 . -1124) 101961) ((0 . -99) T) ((-540 . -596) 101926) ((-491 . -596) 101871) ((-48 . -99) T) ((-847 . -970) 101858) ((-643 . -225) T) ((-1005 . -389) 101837) ((-676 . -590) 101785) ((-933 . -1022) T) ((-657 . -162) 101676) ((-464 . -927) 101658) ((-245 . -357) 101642) ((-229 . -357) 101626) ((-379 . -1022) T) ((-319 . -37) 101610) ((-959 . -99) 101588) ((-200 . -927) 101570) ((-163 . -37) 101502) ((-1160 . -288) 101481) ((-1139 . -288) 101460) ((-606 . -671) T) ((-96 . -568) 101442) ((-1085 . -590) 101394) ((-462 . -25) T) ((-462 . -21) T) ((-1139 . -955) 101347) ((-575 . -979) T) ((-359 . -384) T) ((-370 . -99) T) ((-245 . -837) 101293) ((-229 . -837) 101270) ((-115 . -979) T) ((-760 . -1034) T) ((-1011 . -671) T) ((-575 . -215) 101249) ((-573 . -99) T) ((-726 . -671) T) ((-724 . -671) T) ((-393 . -1034) T) ((-115 . -225) T) ((-39 . -348) NIL) ((-115 . -215) NIL) ((-433 . -671) T) ((-760 . -23) T) ((-676 . -25) T) ((-676 . -21) T) ((-647 . -791) T) ((-1002 . -267) 101228) ((-76 . -376) T) ((-76 . -375) T) ((-638 . -985) 101178) ((-1168 . -128) T) ((-1161 . -128) T) ((-1140 . -128) T) ((-1061 . -391) 101162) ((-586 . -347) 101094) ((-562 . -347) 101026) ((-1075 . -1068) 101010) ((-100 . -1022) 100988) ((-1092 . -25) T) ((-1092 . -21) T) ((-1091 . -21) T) ((-933 . -662) 100936) ((-205 . -596) 100903) ((-638 . -109) 100837) ((-49 . -671) T) ((-1091 . -25) T) ((-331 . -329) T) ((-1085 . -21) T) ((-1005 . -431) 100788) ((-1085 . -25) T) ((-657 . -488) 100735) ((-540 . -671) T) ((-491 . -671) T) ((-1047 . -21) T) ((-1047 . -25) T) ((-553 . -128) T) ((-552 . -128) T) ((-339 . -431) T) ((-333 . -431) T) ((-325 . -431) T) ((-453 . -288) 100714) ((-293 . -267) 100649) ((-105 . -431) T) ((-77 . -420) T) ((-77 . -375) T) ((-456 . -99) T) ((-1202 . -568) 100631) ((-1202 . -569) 100613) ((-1005 . -382) 100592) ((-968 . -466) 100523) ((-527 . -739) T) ((-527 . -736) T) ((-991 . -217) 100469) ((-339 . -382) 100420) ((-333 . -382) 100371) ((-325 . -382) 100322) ((-1189 . -1034) T) ((-1189 . -23) T) ((-1178 . -99) T) ((-164 . -568) 100304) ((-1061 . -986) T) ((-618 . -689) 100288) ((-1096 . -138) 100267) ((-1096 . -140) 100246) ((-1065 . -1022) T) ((-1065 . -998) 100215) ((-67 . -1130) T) ((-957 . -985) 100152) ((-803 . -986) T) ((-222 . -590) 100060) ((-638 . -979) T) ((-334 . -985) 100005) ((-59 . -1130) T) ((-957 . -109) 99921) ((-838 . -568) 99853) ((-638 . -225) T) ((-638 . -215) NIL) ((-784 . -789) 99832) ((-643 . -739) T) ((-643 . -736) T) ((-937 . -391) 99809) ((-334 . -109) 99738) ((-359 . -857) T) ((-387 . -789) 99717) ((-657 . -271) 99628) ((-205 . -671) T) ((-1168 . -468) 99594) ((-1161 . -468) 99560) ((-1140 . -468) 99526) ((-296 . -936) 99505) ((-204 . -1022) 99483) ((-299 . -908) 99445) ((-102 . -99) T) ((-47 . -985) 99410) ((-1198 . -99) T) ((-361 . -99) T) ((-47 . -109) 99366) ((-938 . -590) 99348) ((-1162 . -568) 99330) ((-499 . -99) T) ((-475 . -99) T) ((-1054 . -1055) 99314) ((-145 . -1183) 99298) ((-227 . -1130) T) ((-1090 . -1134) 99277) ((-1046 . -1134) 99256) ((-222 . -21) 99167) ((-222 . -25) 99019) ((-125 . -117) 99003) ((-119 . -117) 98987) ((-43 . -689) 98971) ((-1090 . -519) 98882) ((-1046 . -519) 98813) ((-968 . -267) 98788) ((-760 . -128) T) ((-115 . -739) NIL) ((-115 . -736) NIL) ((-335 . -288) T) ((-332 . -288) T) ((-324 . -288) T) ((-1017 . -1130) T) ((-232 . -1034) 98699) ((-231 . -1034) 98610) ((-957 . -979) T) ((-937 . -986) T) ((-323 . -596) 98555) ((-573 . -37) 98539) ((-1187 . -568) 98501) ((-1187 . -569) 98462) ((-1002 . -568) 98444) ((-957 . -225) T) ((-334 . -979) T) ((-759 . -1183) 98414) ((-232 . -23) T) ((-231 . -23) T) ((-922 . -568) 98396) ((-682 . -569) 98357) ((-682 . -568) 98339) ((-743 . -791) 98318) ((-933 . -488) 98230) ((-334 . -215) T) ((-334 . -225) T) ((-1078 . -144) 98177) ((-938 . -25) T) ((-134 . -568) 98159) ((-134 . -569) 98118) ((-847 . -288) T) ((-938 . -21) T) ((-906 . -25) T) ((-851 . -21) T) ((-851 . -25) T) ((-407 . -21) T) ((-407 . -25) T) ((-784 . -391) 98102) ((-47 . -979) T) ((-1196 . -1188) 98086) ((-1194 . -1188) 98070) ((-968 . -560) 98045) ((-296 . -569) 97906) ((-296 . -568) 97888) ((-293 . -569) NIL) ((-293 . -568) 97870) ((-47 . -225) T) ((-47 . -215) T) ((-602 . -267) 97831) ((-513 . -217) 97781) ((-132 . -568) 97763) ((-112 . -568) 97745) ((-456 . -37) 97710) ((-1198 . -1195) 97689) ((-1189 . -128) T) ((-1197 . -986) T) ((-1007 . -99) T) ((-86 . -1130) T) ((-475 . -290) NIL) ((-934 . -104) 97673) ((-826 . -1022) T) ((-822 . -1022) T) ((-1176 . -599) 97657) ((-1176 . -353) 97641) ((-307 . -1130) T) ((-550 . -791) T) ((-1061 . -1022) T) ((-1061 . -982) 97581) ((-100 . -488) 97514) ((-864 . -568) 97496) ((-323 . -671) T) ((-30 . -568) 97478) ((-803 . -1022) T) ((-784 . -986) 97457) ((-39 . -596) 97402) ((-207 . -1134) T) ((-387 . -986) T) ((-1077 . -144) 97384) ((-933 . -271) 97335) ((-207 . -519) T) ((-299 . -1157) 97319) ((-299 . -1154) 97289) ((-1104 . -1107) 97268) ((-1000 . -568) 97250) ((-595 . -144) 97234) ((-583 . -144) 97180) ((-1104 . -104) 97130) ((-457 . -1107) 97109) ((-464 . -140) T) ((-464 . -138) NIL) ((-1041 . -569) 97024) ((-418 . -568) 97006) ((-200 . -140) T) ((-200 . -138) NIL) ((-1041 . -568) 96988) ((-127 . -99) T) ((-51 . -99) T) ((-1140 . -590) 96940) ((-457 . -104) 96890) ((-928 . -23) T) ((-1198 . -37) 96860) ((-1090 . -1034) T) ((-1046 . -1034) T) ((-990 . -1134) T) ((-795 . -1034) T) ((-889 . -1134) 96839) ((-459 . -1134) 96818) ((-676 . -791) 96797) ((-990 . -519) T) ((-889 . -519) 96728) ((-1090 . -23) T) ((-1046 . -23) T) ((-795 . -23) T) ((-459 . -519) 96659) ((-1061 . -662) 96591) ((-1065 . -488) 96524) ((-968 . -569) NIL) ((-968 . -568) 96506) ((-803 . -662) 96476) ((-1125 . -46) 96445) ((-231 . -128) T) ((-232 . -128) T) ((-1026 . -1022) T) ((-937 . -1022) T) ((-60 . -568) 96427) ((-1085 . -791) NIL) ((-957 . -736) T) ((-957 . -739) T) ((-1202 . -985) 96414) ((-1202 . -109) 96399) ((-807 . -596) 96386) ((-1168 . -25) T) ((-1168 . -21) T) ((-1161 . -21) T) ((-1161 . -25) T) ((-1140 . -21) T) ((-1140 . -25) T) ((-960 . -144) 96370) ((-809 . -764) 96349) ((-809 . -857) T) ((-657 . -267) 96276) ((-553 . -21) T) ((-553 . -25) T) ((-552 . -21) T) ((-39 . -671) T) ((-204 . -488) 96209) ((-552 . -25) T) ((-455 . -144) 96193) ((-442 . -144) 96177) ((-858 . -738) T) ((-858 . -671) T) ((-715 . -737) T) ((-715 . -738) T) ((-477 . -1022) T) ((-715 . -671) T) ((-207 . -343) T) ((-1075 . -1022) 96155) ((-808 . -1134) T) ((-602 . -568) 96137) ((-808 . -519) T) ((-638 . -348) NIL) ((-339 . -1183) 96121) ((-618 . -99) T) ((-333 . -1183) 96105) ((-325 . -1183) 96089) ((-1197 . -1022) T) ((-493 . -791) 96068) ((-761 . -431) 96047) ((-976 . -1022) T) ((-976 . -998) 95976) ((-960 . -911) 95945) ((-763 . -1034) T) ((-937 . -662) 95890) ((-366 . -1034) T) ((-455 . -911) 95859) ((-442 . -911) 95828) ((-108 . -144) 95810) ((-71 . -568) 95792) ((-830 . -568) 95774) ((-1005 . -669) 95753) ((-1202 . -979) T) ((-760 . -590) 95701) ((-275 . -986) 95644) ((-159 . -1134) 95549) ((-207 . -1034) T) ((-304 . -23) T) ((-1085 . -927) 95501) ((-784 . -1022) T) ((-1047 . -685) 95480) ((-1162 . -985) 95385) ((-1160 . -857) 95364) ((-807 . -671) T) ((-159 . -519) 95275) ((-1139 . -857) 95254) ((-539 . -596) 95241) ((-387 . -1022) T) ((-527 . -596) 95228) ((-244 . -1022) T) ((-470 . -596) 95193) ((-207 . -23) T) ((-1139 . -764) 95146) ((-1196 . -99) T) ((-334 . -1193) 95123) ((-1194 . -99) T) ((-1162 . -109) 95015) ((-137 . -568) 94997) ((-928 . -128) T) ((-43 . -99) T) ((-222 . -791) 94948) ((-1149 . -1134) 94927) ((-100 . -466) 94911) ((-1197 . -662) 94881) ((-1011 . -46) 94842) ((-990 . -1034) T) ((-889 . -1034) T) ((-125 . -33) T) ((-119 . -33) T) ((-726 . -46) 94819) ((-724 . -46) 94791) ((-1149 . -519) 94702) ((-334 . -348) T) ((-459 . -1034) T) ((-1090 . -128) T) ((-1046 . -128) T) ((-433 . -46) 94681) ((-808 . -343) T) ((-795 . -128) T) ((-145 . -99) T) ((-990 . -23) T) ((-889 . -23) T) ((-534 . -519) T) ((-760 . -25) T) ((-760 . -21) T) ((-1061 . -488) 94614) ((-544 . -970) 94598) ((-459 . -23) T) ((-331 . -986) T) ((-1125 . -837) 94579) ((-618 . -290) 94517) ((-1035 . -1183) 94487) ((-643 . -596) 94452) ((-937 . -162) T) ((-899 . -138) 94431) ((-586 . -1022) T) ((-562 . -1022) T) ((-899 . -140) 94410) ((-938 . -791) T) ((-680 . -140) 94389) ((-680 . -138) 94368) ((-906 . -791) T) ((-453 . -857) 94347) ((-296 . -985) 94257) ((-293 . -985) 94186) ((-933 . -267) 94144) ((-387 . -662) 94096) ((-126 . -791) T) ((-645 . -789) T) ((-1162 . -979) T) ((-296 . -109) 93992) ((-293 . -109) 93905) ((-900 . -99) T) ((-759 . -99) 93696) ((-657 . -569) NIL) ((-657 . -568) 93678) ((-606 . -970) 93576) ((-1162 . -306) 93520) ((-968 . -269) 93495) ((-539 . -671) T) ((-527 . -738) T) ((-159 . -343) 93446) ((-527 . -735) T) ((-527 . -671) T) ((-470 . -671) T) ((-1065 . -466) 93430) ((-1011 . -823) NIL) ((-808 . -1034) T) ((-115 . -846) NIL) ((-1196 . -1195) 93406) ((-1194 . -1195) 93385) ((-726 . -823) NIL) ((-724 . -823) 93244) ((-1189 . -25) T) ((-1189 . -21) T) ((-1128 . -99) 93222) ((-1028 . -375) T) ((-575 . -596) 93209) ((-433 . -823) NIL) ((-622 . -99) 93187) ((-1011 . -970) 93016) ((-808 . -23) T) ((-726 . -970) 92877) ((-724 . -970) 92736) ((-115 . -596) 92681) ((-433 . -970) 92559) ((-597 . -970) 92543) ((-578 . -99) T) ((-204 . -466) 92527) ((-1176 . -33) T) ((-586 . -662) 92511) ((-562 . -662) 92495) ((-618 . -37) 92455) ((-299 . -99) T) ((-83 . -568) 92437) ((-49 . -970) 92421) ((-1041 . -985) 92408) ((-1011 . -357) 92392) ((-726 . -357) 92376) ((-58 . -55) 92338) ((-643 . -738) T) ((-643 . -735) T) ((-540 . -970) 92325) ((-491 . -970) 92302) ((-643 . -671) T) ((-304 . -128) T) ((-296 . -979) 92193) ((-293 . -979) T) ((-159 . -1034) T) ((-724 . -357) 92177) ((-44 . -144) 92127) ((-938 . -927) 92109) ((-433 . -357) 92093) ((-387 . -162) T) ((-296 . -225) 92072) ((-293 . -225) T) ((-293 . -215) NIL) ((-275 . -1022) 91855) ((-207 . -128) T) ((-1041 . -109) 91840) ((-159 . -23) T) ((-743 . -140) 91819) ((-743 . -138) 91798) ((-232 . -590) 91706) ((-231 . -590) 91614) ((-299 . -265) 91580) ((-1075 . -488) 91513) ((-1054 . -1022) T) ((-207 . -988) T) ((-759 . -290) 91451) ((-1011 . -837) 91386) ((-726 . -837) 91329) ((-724 . -837) 91313) ((-1196 . -37) 91283) ((-1194 . -37) 91253) ((-1149 . -1034) T) ((-796 . -1034) T) ((-433 . -837) 91230) ((-799 . -1022) T) ((-1149 . -23) T) ((-534 . -1034) T) ((-796 . -23) T) ((-575 . -671) T) ((-335 . -857) T) ((-332 . -857) T) ((-270 . -99) T) ((-324 . -857) T) ((-990 . -128) T) ((-889 . -128) T) ((-115 . -738) NIL) ((-115 . -735) NIL) ((-115 . -671) T) ((-638 . -846) NIL) ((-976 . -488) 91131) ((-459 . -128) T) ((-534 . -23) T) ((-622 . -290) 91069) ((-586 . -706) T) ((-562 . -706) T) ((-1140 . -791) NIL) ((-937 . -271) T) ((-232 . -21) T) ((-638 . -596) 91019) ((-331 . -1022) T) ((-232 . -25) T) ((-231 . -21) T) ((-231 . -25) T) ((-145 . -37) 91003) ((-2 . -99) T) ((-847 . -857) T) ((-460 . -1183) 90973) ((-205 . -970) 90950) ((-1041 . -979) T) ((-656 . -288) T) ((-275 . -662) 90892) ((-645 . -986) T) ((-464 . -431) T) ((-387 . -488) 90804) ((-200 . -431) T) ((-1041 . -215) T) ((-276 . -144) 90754) ((-933 . -569) 90715) ((-933 . -568) 90697) ((-924 . -568) 90679) ((-114 . -986) T) ((-602 . -985) 90663) ((-207 . -468) T) ((-379 . -568) 90645) ((-379 . -569) 90622) ((-983 . -1183) 90592) ((-602 . -109) 90571) ((-1061 . -466) 90555) ((-759 . -37) 90525) ((-61 . -420) T) ((-61 . -375) T) ((-1078 . -99) T) ((-808 . -128) T) ((-461 . -99) 90503) ((-1202 . -348) T) ((-1005 . -99) T) ((-989 . -99) T) ((-331 . -662) 90448) ((-676 . -140) 90427) ((-676 . -138) 90406) ((-957 . -596) 90343) ((-496 . -1022) 90321) ((-339 . -99) T) ((-333 . -99) T) ((-325 . -99) T) ((-105 . -99) T) ((-479 . -1022) T) ((-334 . -596) 90266) ((-1090 . -590) 90214) ((-1046 . -590) 90162) ((-365 . -483) 90141) ((-777 . -789) 90120) ((-359 . -1134) T) ((-638 . -671) T) ((-319 . -986) T) ((-1140 . -927) 90072) ((-163 . -986) T) ((-100 . -568) 90004) ((-1092 . -138) 89983) ((-1092 . -140) 89962) ((-359 . -519) T) ((-1091 . -140) 89941) ((-1091 . -138) 89920) ((-1085 . -138) 89827) ((-387 . -271) T) ((-1085 . -140) 89734) ((-1047 . -140) 89713) ((-1047 . -138) 89692) ((-299 . -37) 89533) ((-159 . -128) T) ((-293 . -739) NIL) ((-293 . -736) NIL) ((-602 . -979) T) ((-47 . -596) 89498) ((-928 . -21) T) ((-125 . -944) 89482) ((-119 . -944) 89466) ((-928 . -25) T) ((-838 . -117) 89450) ((-1077 . -99) T) ((-760 . -791) 89429) ((-1149 . -128) T) ((-1090 . -25) T) ((-1090 . -21) T) ((-796 . -128) T) ((-1046 . -25) T) ((-1046 . -21) T) ((-795 . -25) T) ((-795 . -21) T) ((-726 . -288) 89408) ((-595 . -99) 89386) ((-583 . -99) T) ((-1078 . -290) 89181) ((-534 . -128) T) ((-573 . -789) 89160) ((-1075 . -466) 89144) ((-1069 . -144) 89094) ((-1065 . -568) 89056) ((-1065 . -569) 89017) ((-957 . -735) T) ((-957 . -738) T) ((-957 . -671) T) ((-461 . -290) 88955) ((-432 . -397) 88925) ((-331 . -162) T) ((-270 . -37) 88912) ((-255 . -99) T) ((-254 . -99) T) ((-253 . -99) T) ((-252 . -99) T) ((-251 . -99) T) ((-250 . -99) T) ((-249 . -99) T) ((-323 . -970) 88889) ((-196 . -99) T) ((-195 . -99) T) ((-193 . -99) T) ((-192 . -99) T) ((-191 . -99) T) ((-190 . -99) T) ((-187 . -99) T) ((-186 . -99) T) ((-657 . -985) 88712) ((-185 . -99) T) ((-184 . -99) T) ((-183 . -99) T) ((-182 . -99) T) ((-181 . -99) T) ((-180 . -99) T) ((-179 . -99) T) ((-178 . -99) T) ((-177 . -99) T) ((-334 . -671) T) ((-657 . -109) 88521) ((-618 . -213) 88505) ((-540 . -288) T) ((-491 . -288) T) ((-275 . -488) 88454) ((-105 . -290) NIL) ((-70 . -375) T) ((-1035 . -99) 88245) ((-777 . -391) 88229) ((-1041 . -739) T) ((-1041 . -736) T) ((-645 . -1022) T) ((-359 . -343) T) ((-159 . -468) 88207) ((-204 . -568) 88139) ((-130 . -1022) T) ((-114 . -1022) T) ((-47 . -671) T) ((-976 . -466) 88104) ((-134 . -405) 88086) ((-134 . -348) T) ((-960 . -99) T) ((-486 . -483) 88065) ((-455 . -99) T) ((-442 . -99) T) ((-967 . -1034) T) ((-1092 . -34) 88031) ((-1092 . -93) 87997) ((-1092 . -1119) 87963) ((-1092 . -1116) 87929) ((-1077 . -290) NIL) ((-87 . -376) T) ((-87 . -375) T) ((-1005 . -1070) 87908) ((-1091 . -1116) 87874) ((-1091 . -1119) 87840) ((-967 . -23) T) ((-1091 . -93) 87806) ((-534 . -468) T) ((-1091 . -34) 87772) ((-1085 . -1116) 87738) ((-1085 . -1119) 87704) ((-1085 . -93) 87670) ((-341 . -1034) T) ((-339 . -1070) 87649) ((-333 . -1070) 87628) ((-325 . -1070) 87607) ((-1085 . -34) 87573) ((-1047 . -34) 87539) ((-1047 . -93) 87505) ((-105 . -1070) T) ((-1047 . -1119) 87471) ((-777 . -986) 87450) ((-595 . -290) 87388) ((-583 . -290) 87239) ((-1047 . -1116) 87205) ((-657 . -979) T) ((-990 . -590) 87187) ((-1005 . -37) 87055) ((-889 . -590) 87003) ((-938 . -140) T) ((-938 . -138) NIL) ((-359 . -1034) T) ((-304 . -25) T) ((-302 . -23) T) ((-880 . -791) 86982) ((-657 . -306) 86959) ((-459 . -590) 86907) ((-39 . -970) 86797) ((-645 . -662) 86784) ((-657 . -215) T) ((-319 . -1022) T) ((-163 . -1022) T) ((-311 . -791) T) ((-398 . -431) 86734) ((-359 . -23) T) ((-339 . -37) 86699) ((-333 . -37) 86664) ((-325 . -37) 86629) ((-78 . -420) T) ((-78 . -375) T) ((-207 . -25) T) ((-207 . -21) T) ((-778 . -1034) T) ((-105 . -37) 86579) ((-771 . -1034) T) ((-718 . -1022) T) ((-114 . -662) 86566) ((-619 . -970) 86550) ((-567 . -99) T) ((-778 . -23) T) ((-771 . -23) T) ((-1075 . -267) 86527) ((-1035 . -290) 86465) ((-1024 . -217) 86449) ((-62 . -376) T) ((-62 . -375) T) ((-108 . -99) T) ((-39 . -357) 86426) ((-601 . -793) 86410) ((-990 . -21) T) ((-990 . -25) T) ((-759 . -213) 86380) ((-889 . -25) T) ((-889 . -21) T) ((-573 . -986) T) ((-459 . -25) T) ((-459 . -21) T) ((-960 . -290) 86318) ((-826 . -568) 86300) ((-822 . -568) 86282) ((-232 . -791) 86233) ((-231 . -791) 86184) ((-496 . -488) 86117) ((-808 . -590) 86094) ((-455 . -290) 86032) ((-442 . -290) 85970) ((-331 . -271) T) ((-1075 . -1164) 85954) ((-1061 . -568) 85916) ((-1061 . -569) 85877) ((-1059 . -99) T) ((-933 . -985) 85773) ((-39 . -837) 85725) ((-1075 . -560) 85702) ((-1202 . -596) 85689) ((-991 . -144) 85635) ((-809 . -1134) T) ((-933 . -109) 85517) ((-319 . -662) 85501) ((-803 . -568) 85483) ((-163 . -662) 85415) ((-387 . -267) 85373) ((-809 . -519) T) ((-105 . -380) 85355) ((-82 . -364) T) ((-82 . -375) T) ((-645 . -162) T) ((-96 . -671) T) ((-460 . -99) 85146) ((-96 . -452) T) ((-114 . -162) T) ((-1035 . -37) 85116) ((-159 . -590) 85064) ((-983 . -99) T) ((-808 . -25) T) ((-759 . -220) 85043) ((-808 . -21) T) ((-762 . -99) T) ((-394 . -99) T) ((-365 . -99) T) ((-108 . -290) NIL) ((-209 . -99) 85021) ((-125 . -1130) T) ((-119 . -1130) T) ((-967 . -128) T) ((-618 . -347) 85005) ((-933 . -979) T) ((-1149 . -590) 84953) ((-1026 . -568) 84935) ((-937 . -568) 84917) ((-489 . -23) T) ((-484 . -23) T) ((-323 . -288) T) ((-482 . -23) T) ((-302 . -128) T) ((-3 . -1022) T) ((-937 . -569) 84901) ((-933 . -225) 84880) ((-933 . -215) 84859) ((-1202 . -671) T) ((-1168 . -138) 84838) ((-777 . -1022) T) ((-1168 . -140) 84817) ((-1161 . -140) 84796) ((-1161 . -138) 84775) ((-1160 . -1134) 84754) ((-1140 . -138) 84661) ((-1140 . -140) 84568) ((-1139 . -1134) 84547) ((-359 . -128) T) ((-527 . -823) 84529) ((0 . -1022) T) ((-163 . -162) T) ((-159 . -21) T) ((-159 . -25) T) ((-48 . -1022) T) ((-1162 . -596) 84434) ((-1160 . -519) 84385) ((-659 . -1034) T) ((-1139 . -519) 84336) ((-527 . -970) 84318) ((-552 . -140) 84297) ((-552 . -138) 84276) ((-470 . -970) 84219) ((-85 . -364) T) ((-85 . -375) T) ((-809 . -343) T) ((-778 . -128) T) ((-771 . -128) T) ((-659 . -23) T) ((-477 . -568) 84201) ((-1198 . -986) T) ((-359 . -988) T) ((-959 . -1022) 84179) ((-838 . -33) T) ((-460 . -290) 84117) ((-1075 . -569) 84078) ((-1075 . -568) 84010) ((-1090 . -791) 83989) ((-44 . -99) T) ((-1046 . -791) 83968) ((-761 . -99) T) ((-1149 . -25) T) ((-1149 . -21) T) ((-796 . -25) T) ((-43 . -347) 83952) ((-796 . -21) T) ((-676 . -431) 83903) ((-1197 . -568) 83885) ((-534 . -25) T) ((-534 . -21) T) ((-370 . -1022) T) ((-983 . -290) 83823) ((-573 . -1022) T) ((-643 . -823) 83805) ((-1176 . -1130) T) ((-209 . -290) 83743) ((-137 . -348) T) ((-976 . -569) 83685) ((-976 . -568) 83628) ((-293 . -846) NIL) ((-643 . -970) 83573) ((-656 . -857) T) ((-453 . -1134) 83552) ((-1091 . -431) 83531) ((-1085 . -431) 83510) ((-310 . -99) T) ((-809 . -1034) T) ((-296 . -596) 83332) ((-293 . -596) 83261) ((-453 . -519) 83212) ((-319 . -488) 83178) ((-513 . -144) 83128) ((-39 . -288) T) ((-784 . -568) 83110) ((-645 . -271) T) ((-809 . -23) T) ((-359 . -468) T) ((-1005 . -213) 83080) ((-486 . -99) T) ((-387 . -569) 82888) ((-387 . -568) 82870) ((-244 . -568) 82852) ((-114 . -271) T) ((-1162 . -671) T) ((-1160 . -343) 82831) ((-1139 . -343) 82810) ((-1187 . -33) T) ((-115 . -1130) T) ((-105 . -213) 82792) ((-1096 . -99) T) ((-456 . -1022) T) ((-496 . -466) 82776) ((-682 . -33) T) ((-460 . -37) 82746) ((-134 . -33) T) ((-115 . -821) 82723) ((-115 . -823) NIL) ((-575 . -970) 82608) ((-594 . -791) 82587) ((-1186 . -99) T) ((-276 . -99) T) ((-657 . -348) 82566) ((-115 . -970) 82543) ((-370 . -662) 82527) ((-573 . -662) 82511) ((-44 . -290) 82315) ((-760 . -138) 82294) ((-760 . -140) 82273) ((-1197 . -362) 82252) ((-763 . -791) T) ((-1178 . -1022) T) ((-1078 . -211) 82199) ((-366 . -791) 82178) ((-1168 . -1119) 82144) ((-1168 . -1116) 82110) ((-1161 . -1116) 82076) ((-489 . -128) T) ((-1161 . -1119) 82042) ((-1140 . -1116) 82008) ((-1140 . -1119) 81974) ((-1168 . -34) 81940) ((-1168 . -93) 81906) ((-586 . -568) 81875) ((-562 . -568) 81844) ((-207 . -791) T) ((-1161 . -93) 81810) ((-1161 . -34) 81776) ((-1160 . -1034) T) ((-1041 . -596) 81763) ((-1140 . -93) 81729) ((-1139 . -1034) T) ((-550 . -144) 81711) ((-1005 . -329) 81690) ((-115 . -357) 81667) ((-115 . -318) 81644) ((-163 . -271) T) ((-1140 . -34) 81610) ((-807 . -288) T) ((-293 . -738) NIL) ((-293 . -735) NIL) ((-296 . -671) 81460) ((-293 . -671) T) ((-453 . -343) 81439) ((-339 . -329) 81418) ((-333 . -329) 81397) ((-325 . -329) 81376) ((-296 . -452) 81355) ((-1160 . -23) T) ((-1139 . -23) T) ((-663 . -1034) T) ((-659 . -128) T) ((-601 . -99) T) ((-456 . -662) 81320) ((-44 . -263) 81270) ((-102 . -1022) T) ((-66 . -568) 81252) ((-802 . -99) T) ((-575 . -837) 81211) ((-1198 . -1022) T) ((-361 . -1022) T) ((-80 . -1130) T) ((-990 . -791) T) ((-889 . -791) 81190) ((-115 . -837) NIL) ((-726 . -857) 81169) ((-658 . -791) T) ((-499 . -1022) T) ((-475 . -1022) T) ((-335 . -1134) T) ((-332 . -1134) T) ((-324 . -1134) T) ((-245 . -1134) 81148) ((-229 . -1134) 81127) ((-1035 . -213) 81097) ((-459 . -791) 81076) ((-1061 . -985) 81060) ((-370 . -706) T) ((-1077 . -772) T) ((-638 . -1130) T) ((-335 . -519) T) ((-332 . -519) T) ((-324 . -519) T) ((-245 . -519) 80991) ((-229 . -519) 80922) ((-1061 . -109) 80901) ((-432 . -689) 80871) ((-803 . -985) 80841) ((-761 . -37) 80783) ((-638 . -821) 80765) ((-638 . -823) 80747) ((-276 . -290) 80551) ((-847 . -1134) T) ((-618 . -391) 80535) ((-803 . -109) 80500) ((-638 . -970) 80445) ((-938 . -431) T) ((-847 . -519) T) ((-540 . -857) T) ((-453 . -1034) T) ((-491 . -857) T) ((-1075 . -269) 80422) ((-851 . -431) T) ((-63 . -568) 80404) ((-583 . -211) 80350) ((-453 . -23) T) ((-1041 . -738) T) ((-809 . -128) T) ((-1041 . -735) T) ((-1189 . -1191) 80329) ((-1041 . -671) T) ((-602 . -596) 80303) ((-275 . -568) 80045) ((-968 . -33) T) ((-759 . -789) 80024) ((-539 . -288) T) ((-527 . -288) T) ((-470 . -288) T) ((-1198 . -662) 79994) ((-638 . -357) 79976) ((-638 . -318) 79958) ((-456 . -162) T) ((-361 . -662) 79928) ((-808 . -791) NIL) ((-527 . -955) T) ((-470 . -955) T) ((-1054 . -568) 79910) ((-1035 . -220) 79889) ((-197 . -99) T) ((-1069 . -99) T) ((-69 . -568) 79871) ((-1061 . -979) T) ((-1096 . -37) 79768) ((-799 . -568) 79750) ((-527 . -512) T) ((-618 . -986) T) ((-676 . -886) 79703) ((-1061 . -215) 79682) ((-1007 . -1022) T) ((-967 . -25) T) ((-967 . -21) T) ((-937 . -985) 79627) ((-842 . -99) T) ((-803 . -979) T) ((-638 . -837) NIL) ((-335 . -309) 79611) ((-335 . -343) T) ((-332 . -309) 79595) ((-332 . -343) T) ((-324 . -309) 79579) ((-324 . -343) T) ((-464 . -99) T) ((-1186 . -37) 79549) ((-496 . -632) 79499) ((-200 . -99) T) ((-957 . -970) 79381) ((-937 . -109) 79310) ((-1092 . -908) 79279) ((-1091 . -908) 79241) ((-493 . -144) 79225) ((-1005 . -350) 79204) ((-331 . -568) 79186) ((-302 . -21) T) ((-334 . -970) 79163) ((-302 . -25) T) ((-1085 . -908) 79132) ((-1047 . -908) 79099) ((-74 . -568) 79081) ((-643 . -288) T) ((-159 . -791) 79060) ((-847 . -343) T) ((-359 . -25) T) ((-359 . -21) T) ((-847 . -309) 79047) ((-84 . -568) 79029) ((-643 . -955) T) ((-623 . -791) T) ((-1160 . -128) T) ((-1139 . -128) T) ((-838 . -944) 79013) ((-778 . -21) T) ((-47 . -970) 78956) ((-778 . -25) T) ((-771 . -25) T) ((-771 . -21) T) ((-1196 . -986) T) ((-1194 . -986) T) ((-602 . -671) T) ((-1197 . -985) 78940) ((-1149 . -791) 78919) ((-759 . -391) 78888) ((-100 . -117) 78872) ((-127 . -1022) T) ((-51 . -1022) T) ((-863 . -568) 78854) ((-808 . -927) 78831) ((-767 . -99) T) ((-1197 . -109) 78810) ((-601 . -37) 78780) ((-534 . -791) T) ((-335 . -1034) T) ((-332 . -1034) T) ((-324 . -1034) T) ((-245 . -1034) T) ((-229 . -1034) T) ((-575 . -288) 78759) ((-1069 . -290) 78563) ((-612 . -23) T) ((-460 . -213) 78533) ((-145 . -986) T) ((-335 . -23) T) ((-332 . -23) T) ((-324 . -23) T) ((-115 . -288) T) ((-245 . -23) T) ((-229 . -23) T) ((-937 . -979) T) ((-657 . -846) 78512) ((-937 . -215) 78484) ((-937 . -225) T) ((-115 . -955) NIL) ((-847 . -1034) T) ((-1161 . -431) 78463) ((-1140 . -431) 78442) ((-496 . -568) 78374) ((-657 . -596) 78299) ((-387 . -985) 78251) ((-479 . -568) 78233) ((-847 . -23) T) ((-464 . -290) NIL) ((-453 . -128) T) ((-200 . -290) NIL) ((-387 . -109) 78171) ((-759 . -986) 78102) ((-682 . -1020) 78086) ((-1160 . -468) 78052) ((-1139 . -468) 78018) ((-456 . -271) T) ((-134 . -1020) 78000) ((-126 . -144) 77982) ((-1197 . -979) T) ((-991 . -99) T) ((-475 . -488) NIL) ((-647 . -99) T) ((-460 . -220) 77961) ((-1090 . -138) 77940) ((-1090 . -140) 77919) ((-1046 . -140) 77898) ((-1046 . -138) 77877) ((-586 . -985) 77861) ((-562 . -985) 77845) ((-618 . -1022) T) ((-618 . -982) 77785) ((-1092 . -1167) 77769) ((-1092 . -1154) 77746) ((-464 . -1070) T) ((-1091 . -1159) 77707) ((-1091 . -1154) 77677) ((-1091 . -1157) 77661) ((-200 . -1070) T) ((-323 . -857) T) ((-762 . -247) 77645) ((-586 . -109) 77624) ((-562 . -109) 77603) ((-1085 . -1138) 77564) ((-784 . -979) 77543) ((-1085 . -1154) 77520) ((-489 . -25) T) ((-470 . -283) T) ((-485 . -23) T) ((-484 . -25) T) ((-482 . -25) T) ((-481 . -23) T) ((-1085 . -1136) 77504) ((-387 . -979) T) ((-299 . -986) T) ((-638 . -288) T) ((-105 . -789) T) ((-387 . -225) T) ((-387 . -215) 77483) ((-657 . -671) T) ((-464 . -37) 77433) ((-200 . -37) 77383) ((-453 . -468) 77349) ((-1077 . -1063) T) ((-1023 . -99) T) ((-645 . -568) 77331) ((-645 . -569) 77246) ((-659 . -21) T) ((-659 . -25) T) ((-130 . -568) 77228) ((-114 . -568) 77210) ((-148 . -25) T) ((-1196 . -1022) T) ((-809 . -590) 77158) ((-1194 . -1022) T) ((-899 . -99) T) ((-680 . -99) T) ((-660 . -99) T) ((-432 . -99) T) ((-760 . -431) 77109) ((-43 . -1022) T) ((-1012 . -791) T) ((-612 . -128) T) ((-991 . -290) 76960) ((-618 . -662) 76944) ((-270 . -986) T) ((-335 . -128) T) ((-332 . -128) T) ((-324 . -128) T) ((-245 . -128) T) ((-229 . -128) T) ((-398 . -99) T) ((-145 . -1022) T) ((-44 . -211) 76894) ((-894 . -791) 76873) ((-933 . -596) 76811) ((-222 . -1183) 76781) ((-957 . -288) T) ((-275 . -985) 76703) ((-847 . -128) T) ((-39 . -857) T) ((-464 . -380) 76685) ((-334 . -288) T) ((-200 . -380) 76667) ((-1005 . -391) 76651) ((-275 . -109) 76568) ((-809 . -25) T) ((-809 . -21) T) ((-319 . -568) 76550) ((-1162 . -46) 76494) ((-207 . -140) T) ((-163 . -568) 76476) ((-1035 . -789) 76455) ((-718 . -568) 76437) ((-563 . -217) 76384) ((-454 . -217) 76334) ((-1196 . -662) 76304) ((-47 . -288) T) ((-1194 . -662) 76274) ((-900 . -1022) T) ((-759 . -1022) 76065) ((-292 . -99) T) ((-838 . -1130) T) ((-47 . -955) T) ((-1139 . -590) 75973) ((-634 . -99) 75951) ((-43 . -662) 75935) ((-513 . -99) T) ((-65 . -363) T) ((-65 . -375) T) ((-610 . -23) T) ((-618 . -706) T) ((-1128 . -1022) 75913) ((-331 . -985) 75858) ((-622 . -1022) 75836) ((-990 . -140) T) ((-889 . -140) 75815) ((-889 . -138) 75794) ((-743 . -99) T) ((-145 . -662) 75778) ((-459 . -140) 75757) ((-459 . -138) 75736) ((-331 . -109) 75665) ((-1005 . -986) T) ((-302 . -791) 75644) ((-1168 . -908) 75613) ((-578 . -1022) T) ((-1161 . -908) 75575) ((-485 . -128) T) ((-481 . -128) T) ((-276 . -211) 75525) ((-339 . -986) T) ((-333 . -986) T) ((-325 . -986) T) ((-275 . -979) 75468) ((-1140 . -908) 75437) ((-359 . -791) T) ((-105 . -986) T) ((-933 . -671) T) ((-807 . -857) T) ((-784 . -739) 75416) ((-784 . -736) 75395) ((-398 . -290) 75334) ((-447 . -99) T) ((-552 . -908) 75303) ((-299 . -1022) T) ((-387 . -739) 75282) ((-387 . -736) 75261) ((-475 . -466) 75243) ((-1162 . -970) 75209) ((-1160 . -21) T) ((-1160 . -25) T) ((-1139 . -21) T) ((-1139 . -25) T) ((-759 . -662) 75151) ((-643 . -384) T) ((-1187 . -1130) T) ((-1035 . -391) 75120) ((-937 . -348) NIL) ((-100 . -33) T) ((-682 . -1130) T) ((-43 . -706) T) ((-550 . -99) T) ((-75 . -376) T) ((-75 . -375) T) ((-601 . -604) 75104) ((-134 . -1130) T) ((-808 . -140) T) ((-808 . -138) NIL) ((-331 . -979) T) ((-68 . -363) T) ((-68 . -375) T) ((-1084 . -99) T) ((-618 . -488) 75037) ((-634 . -290) 74975) ((-899 . -37) 74872) ((-680 . -37) 74842) ((-513 . -290) 74646) ((-296 . -1130) T) ((-331 . -215) T) ((-331 . -225) T) ((-293 . -1130) T) ((-270 . -1022) T) ((-1098 . -568) 74628) ((-656 . -1134) T) ((-1075 . -599) 74612) ((-1125 . -519) 74591) ((-656 . -519) T) ((-296 . -821) 74575) ((-296 . -823) 74500) ((-293 . -821) 74461) ((-293 . -823) NIL) ((-743 . -290) 74426) ((-299 . -662) 74267) ((-304 . -303) 74244) ((-462 . -99) T) ((-453 . -25) T) ((-453 . -21) T) ((-398 . -37) 74218) ((-296 . -970) 73886) ((-207 . -1116) T) ((-207 . -1119) T) ((-3 . -568) 73868) ((-293 . -970) 73798) ((-2 . -1022) T) ((-2 . |RecordCategory|) T) ((-777 . -568) 73780) ((-1035 . -986) 73711) ((-539 . -857) T) ((-527 . -764) T) ((-527 . -857) T) ((-470 . -857) T) ((-132 . -970) 73695) ((-207 . -93) T) ((-73 . -420) T) ((-73 . -375) T) ((0 . -568) 73677) ((-159 . -140) 73656) ((-159 . -138) 73607) ((-207 . -34) T) ((-48 . -568) 73589) ((-456 . -986) T) ((-464 . -213) 73571) ((-461 . -904) 73555) ((-460 . -789) 73534) ((-200 . -213) 73516) ((-79 . -420) T) ((-79 . -375) T) ((-1065 . -33) T) ((-759 . -162) 73495) ((-676 . -99) T) ((-959 . -568) 73462) ((-475 . -267) 73437) ((-296 . -357) 73407) ((-293 . -357) 73368) ((-293 . -318) 73329) ((-1009 . -568) 73311) ((-760 . -886) 73258) ((-610 . -128) T) ((-1149 . -138) 73237) ((-1149 . -140) 73216) ((-1092 . -99) T) ((-1091 . -99) T) ((-1085 . -99) T) ((-1078 . -1022) T) ((-1047 . -99) T) ((-204 . -33) T) ((-270 . -662) 73203) ((-1078 . -565) 73179) ((-550 . -290) NIL) ((-461 . -1022) 73157) ((-370 . -568) 73139) ((-484 . -791) T) ((-1069 . -211) 73089) ((-1168 . -1167) 73073) ((-1168 . -1154) 73050) ((-1161 . -1159) 73011) ((-1161 . -1154) 72981) ((-1161 . -1157) 72965) ((-1140 . -1138) 72926) ((-1140 . -1154) 72903) ((-573 . -568) 72885) ((-1140 . -1136) 72869) ((-643 . -857) T) ((-1092 . -265) 72835) ((-1091 . -265) 72801) ((-1085 . -265) 72767) ((-1005 . -1022) T) ((-989 . -1022) T) ((-47 . -283) T) ((-296 . -837) 72734) ((-293 . -837) NIL) ((-989 . -995) 72713) ((-1041 . -823) 72695) ((-743 . -37) 72679) ((-245 . -590) 72627) ((-229 . -590) 72575) ((-645 . -985) 72562) ((-552 . -1154) 72539) ((-1047 . -265) 72505) ((-299 . -162) 72436) ((-339 . -1022) T) ((-333 . -1022) T) ((-325 . -1022) T) ((-475 . -19) 72418) ((-1041 . -970) 72400) ((-1024 . -144) 72384) ((-105 . -1022) T) ((-114 . -985) 72371) ((-656 . -343) T) ((-475 . -560) 72346) ((-645 . -109) 72331) ((-416 . -99) T) ((-44 . -1068) 72281) ((-114 . -109) 72266) ((-586 . -665) T) ((-562 . -665) T) ((-759 . -488) 72199) ((-968 . -1130) T) ((-880 . -144) 72183) ((-493 . -99) 72133) ((-1011 . -1134) 72112) ((-456 . -568) 72064) ((-456 . -569) 71986) ((-60 . -1130) T) ((-726 . -1134) 71965) ((-724 . -1134) 71944) ((-1090 . -431) 71875) ((-1077 . -1022) T) ((-1061 . -596) 71849) ((-1011 . -519) 71780) ((-460 . -391) 71749) ((-575 . -857) 71728) ((-433 . -1134) 71707) ((-1046 . -431) 71658) ((-378 . -568) 71640) ((-622 . -488) 71573) ((-726 . -519) 71484) ((-724 . -519) 71415) ((-676 . -290) 71402) ((-612 . -25) T) ((-612 . -21) T) ((-433 . -519) 71333) ((-115 . -857) T) ((-115 . -764) NIL) ((-335 . -25) T) ((-335 . -21) T) ((-332 . -25) T) ((-332 . -21) T) ((-324 . -25) T) ((-324 . -21) T) ((-245 . -25) T) ((-245 . -21) T) ((-81 . -364) T) ((-81 . -375) T) ((-229 . -25) T) ((-229 . -21) T) ((-1178 . -568) 71315) ((-1125 . -1034) T) ((-1125 . -23) T) ((-1085 . -290) 71200) ((-1047 . -290) 71187) ((-803 . -596) 71147) ((-1005 . -662) 71015) ((-880 . -915) 70999) ((-270 . -162) T) ((-847 . -21) T) ((-847 . -25) T) ((-809 . -791) 70950) ((-656 . -1034) T) ((-656 . -23) T) ((-595 . -1022) 70928) ((-583 . -565) 70903) ((-583 . -1022) T) ((-540 . -1134) T) ((-491 . -1134) T) ((-540 . -519) T) ((-491 . -519) T) ((-339 . -662) 70855) ((-333 . -662) 70807) ((-163 . -985) 70739) ((-319 . -985) 70723) ((-105 . -662) 70673) ((-163 . -109) 70584) ((-325 . -662) 70536) ((-319 . -109) 70515) ((-255 . -1022) T) ((-254 . -1022) T) ((-253 . -1022) T) ((-252 . -1022) T) ((-645 . -979) T) ((-251 . -1022) T) ((-250 . -1022) T) ((-249 . -1022) T) ((-196 . -1022) T) ((-195 . -1022) T) ((-193 . -1022) T) ((-159 . -1119) 70493) ((-159 . -1116) 70471) ((-192 . -1022) T) ((-191 . -1022) T) ((-114 . -979) T) ((-190 . -1022) T) ((-187 . -1022) T) ((-645 . -215) T) ((-186 . -1022) T) ((-185 . -1022) T) ((-184 . -1022) T) ((-183 . -1022) T) ((-182 . -1022) T) ((-181 . -1022) T) ((-180 . -1022) T) ((-179 . -1022) T) ((-178 . -1022) T) ((-177 . -1022) T) ((-222 . -99) 70262) ((-159 . -34) 70240) ((-159 . -93) 70218) ((-602 . -970) 70116) ((-460 . -986) 70047) ((-1035 . -1022) 69838) ((-1061 . -33) T) ((-618 . -466) 69822) ((-71 . -1130) T) ((-102 . -568) 69804) ((-1198 . -568) 69786) ((-361 . -568) 69768) ((-534 . -1119) T) ((-534 . -1116) T) ((-676 . -37) 69617) ((-499 . -568) 69599) ((-493 . -290) 69537) ((-475 . -568) 69519) ((-475 . -569) 69501) ((-1085 . -1070) NIL) ((-960 . -998) 69470) ((-960 . -1022) T) ((-938 . -99) T) ((-906 . -99) T) ((-851 . -99) T) ((-830 . -970) 69447) ((-1061 . -671) T) ((-937 . -596) 69392) ((-455 . -1022) T) ((-442 . -1022) T) ((-544 . -23) T) ((-534 . -34) T) ((-534 . -93) T) ((-407 . -99) T) ((-991 . -211) 69338) ((-126 . -99) T) ((-1092 . -37) 69235) ((-803 . -671) T) ((-638 . -857) T) ((-485 . -25) T) ((-481 . -21) T) ((-481 . -25) T) ((-1091 . -37) 69076) ((-319 . -979) T) ((-1085 . -37) 68872) ((-1005 . -162) T) ((-163 . -979) T) ((-1047 . -37) 68769) ((-657 . -46) 68746) ((-339 . -162) T) ((-333 . -162) T) ((-492 . -55) 68720) ((-472 . -55) 68670) ((-331 . -1193) 68647) ((-207 . -431) T) ((-299 . -271) 68598) ((-325 . -162) T) ((-163 . -225) T) ((-1139 . -791) 68497) ((-105 . -162) T) ((-809 . -927) 68481) ((-606 . -1034) T) ((-540 . -343) T) ((-540 . -309) 68468) ((-491 . -309) 68445) ((-491 . -343) T) ((-296 . -288) 68424) ((-293 . -288) T) ((-558 . -791) 68403) ((-1035 . -662) 68345) ((-493 . -263) 68329) ((-606 . -23) T) ((-398 . -213) 68313) ((-293 . -955) NIL) ((-316 . -23) T) ((-100 . -944) 68297) ((-44 . -35) 68276) ((-567 . -1022) T) ((-331 . -348) T) ((-470 . -27) T) ((-222 . -290) 68214) ((-1011 . -1034) T) ((-1197 . -596) 68188) ((-726 . -1034) T) ((-724 . -1034) T) ((-433 . -1034) T) ((-990 . -431) T) ((-889 . -431) 68139) ((-108 . -1022) T) ((-1011 . -23) T) ((-761 . -986) T) ((-726 . -23) T) ((-724 . -23) T) ((-459 . -431) 68090) ((-1078 . -488) 67873) ((-361 . -362) 67852) ((-1096 . -391) 67836) ((-440 . -23) T) ((-433 . -23) T) ((-461 . -488) 67769) ((-270 . -271) T) ((-1007 . -568) 67751) ((-387 . -846) 67730) ((-49 . -1034) T) ((-957 . -857) T) ((-937 . -671) T) ((-657 . -823) NIL) ((-540 . -1034) T) ((-491 . -1034) T) ((-784 . -596) 67703) ((-1125 . -128) T) ((-1085 . -380) 67655) ((-938 . -290) NIL) ((-759 . -466) 67639) ((-334 . -857) T) ((-1075 . -33) T) ((-387 . -596) 67591) ((-49 . -23) T) ((-656 . -128) T) ((-657 . -970) 67473) ((-540 . -23) T) ((-105 . -488) NIL) ((-491 . -23) T) ((-159 . -389) 67444) ((-126 . -290) NIL) ((-1059 . -1022) T) ((-1189 . -1188) 67428) ((-645 . -739) T) ((-645 . -736) T) ((-1041 . -288) T) ((-359 . -140) T) ((-261 . -568) 67410) ((-1139 . -927) 67380) ((-47 . -857) T) ((-622 . -466) 67364) ((-232 . -1183) 67334) ((-231 . -1183) 67304) ((-1094 . -791) T) ((-1035 . -162) 67283) ((-1041 . -955) T) ((-976 . -33) T) ((-778 . -140) 67262) ((-778 . -138) 67241) ((-682 . -104) 67225) ((-567 . -129) T) ((-460 . -1022) 67016) ((-1096 . -986) T) ((-808 . -431) T) ((-83 . -1130) T) ((-222 . -37) 66986) ((-134 . -104) 66968) ((-657 . -357) 66952) ((-1041 . -512) T) ((-370 . -985) 66936) ((-1197 . -671) T) ((-1090 . -886) 66905) ((-127 . -568) 66872) ((-51 . -568) 66854) ((-1046 . -886) 66821) ((-601 . -391) 66805) ((-1186 . -986) T) ((-573 . -985) 66789) ((-610 . -25) T) ((-610 . -21) T) ((-1077 . -488) NIL) ((-1168 . -99) T) ((-1161 . -99) T) ((-370 . -109) 66768) ((-204 . -235) 66752) ((-1140 . -99) T) ((-983 . -1022) T) ((-938 . -1070) T) ((-983 . -982) 66692) ((-762 . -1022) T) ((-323 . -1134) T) ((-586 . -596) 66676) ((-573 . -109) 66655) ((-562 . -596) 66639) ((-553 . -99) T) ((-544 . -128) T) ((-552 . -99) T) ((-394 . -1022) T) ((-365 . -1022) T) ((-209 . -1022) 66617) ((-595 . -488) 66550) ((-583 . -488) 66394) ((-777 . -979) 66373) ((-594 . -144) 66357) ((-323 . -519) T) ((-657 . -837) 66300) ((-513 . -211) 66250) ((-1168 . -265) 66216) ((-1005 . -271) 66167) ((-464 . -789) T) ((-205 . -1034) T) ((-1161 . -265) 66133) ((-1140 . -265) 66099) ((-938 . -37) 66049) ((-200 . -789) T) ((-1125 . -468) 66015) ((-851 . -37) 65967) ((-784 . -738) 65946) ((-784 . -735) 65925) ((-784 . -671) 65904) ((-339 . -271) T) ((-333 . -271) T) ((-325 . -271) T) ((-159 . -431) 65835) ((-407 . -37) 65819) ((-105 . -271) T) ((-205 . -23) T) ((-387 . -738) 65798) ((-387 . -735) 65777) ((-387 . -671) T) ((-475 . -269) 65752) ((-456 . -985) 65717) ((-606 . -128) T) ((-1035 . -488) 65650) ((-316 . -128) T) ((-159 . -382) 65629) ((-460 . -662) 65571) ((-759 . -267) 65548) ((-456 . -109) 65504) ((-601 . -986) T) ((-1149 . -431) 65435) ((-1011 . -128) T) ((-245 . -791) 65414) ((-229 . -791) 65393) ((-726 . -128) T) ((-724 . -128) T) ((-534 . -431) T) ((-983 . -662) 65335) ((-573 . -979) T) ((-960 . -488) 65268) ((-440 . -128) T) ((-433 . -128) T) ((-44 . -1022) T) ((-365 . -662) 65238) ((-761 . -1022) T) ((-455 . -488) 65171) ((-442 . -488) 65104) ((-432 . -347) 65074) ((-44 . -565) 65053) ((-296 . -283) T) ((-618 . -568) 65015) ((-57 . -791) 64994) ((-1140 . -290) 64879) ((-938 . -380) 64861) ((-759 . -560) 64838) ((-490 . -791) 64817) ((-471 . -791) 64796) ((-39 . -1134) T) ((-933 . -970) 64694) ((-49 . -128) T) ((-540 . -128) T) ((-491 . -128) T) ((-275 . -596) 64556) ((-323 . -309) 64533) ((-323 . -343) T) ((-302 . -303) 64510) ((-299 . -267) 64495) ((-39 . -519) T) ((-359 . -1116) T) ((-359 . -1119) T) ((-968 . -1107) 64470) ((-1104 . -217) 64420) ((-1085 . -213) 64372) ((-310 . -1022) T) ((-359 . -93) T) ((-359 . -34) T) ((-968 . -104) 64318) ((-456 . -979) T) ((-457 . -217) 64268) ((-1078 . -466) 64202) ((-1198 . -985) 64186) ((-361 . -985) 64170) ((-456 . -225) T) ((-760 . -99) T) ((-659 . -140) 64149) ((-659 . -138) 64128) ((-461 . -466) 64112) ((-462 . -315) 64081) ((-1198 . -109) 64060) ((-486 . -1022) T) ((-460 . -162) 64039) ((-933 . -357) 64023) ((-393 . -99) T) ((-361 . -109) 64002) ((-933 . -318) 63986) ((-260 . -918) 63970) ((-259 . -918) 63954) ((-1196 . -568) 63936) ((-1194 . -568) 63918) ((-108 . -488) NIL) ((-1090 . -1152) 63902) ((-795 . -793) 63886) ((-1096 . -1022) T) ((-100 . -1130) T) ((-889 . -886) 63847) ((-761 . -662) 63789) ((-1140 . -1070) NIL) ((-459 . -886) 63734) ((-990 . -136) T) ((-58 . -99) 63712) ((-43 . -568) 63694) ((-76 . -568) 63676) ((-331 . -596) 63621) ((-1186 . -1022) T) ((-485 . -791) T) ((-323 . -1034) T) ((-276 . -1022) T) ((-933 . -837) 63580) ((-276 . -565) 63559) ((-1168 . -37) 63456) ((-1161 . -37) 63297) ((-464 . -986) T) ((-1140 . -37) 63093) ((-200 . -986) T) ((-323 . -23) T) ((-145 . -568) 63075) ((-777 . -739) 63054) ((-777 . -736) 63033) ((-553 . -37) 63006) ((-552 . -37) 62903) ((-807 . -519) T) ((-205 . -128) T) ((-299 . -936) 62869) ((-77 . -568) 62851) ((-657 . -288) 62830) ((-275 . -671) 62733) ((-768 . -99) T) ((-802 . -785) T) ((-275 . -452) 62712) ((-1189 . -99) T) ((-39 . -343) T) ((-809 . -140) 62691) ((-809 . -138) 62670) ((-1077 . -466) 62652) ((-1198 . -979) T) ((-460 . -488) 62585) ((-1065 . -1130) T) ((-900 . -568) 62567) ((-595 . -466) 62551) ((-583 . -466) 62482) ((-759 . -568) 62214) ((-47 . -27) T) ((-1096 . -662) 62111) ((-601 . -1022) T) ((-416 . -344) 62085) ((-1024 . -99) T) ((-760 . -290) 62072) ((-802 . -1022) T) ((-1194 . -362) 62044) ((-983 . -488) 61977) ((-1078 . -267) 61953) ((-222 . -213) 61923) ((-1186 . -662) 61893) ((-761 . -162) 61872) ((-209 . -488) 61805) ((-573 . -739) 61784) ((-573 . -736) 61763) ((-1128 . -568) 61675) ((-204 . -1130) T) ((-622 . -568) 61607) ((-1075 . -944) 61591) ((-331 . -671) T) ((-880 . -99) 61541) ((-1140 . -380) 61493) ((-1035 . -466) 61477) ((-58 . -290) 61415) ((-311 . -99) T) ((-1125 . -21) T) ((-1125 . -25) T) ((-39 . -1034) T) ((-656 . -21) T) ((-578 . -568) 61397) ((-489 . -303) 61376) ((-656 . -25) T) ((-105 . -267) NIL) ((-858 . -1034) T) ((-39 . -23) T) ((-715 . -1034) T) ((-527 . -1134) T) ((-470 . -1134) T) ((-299 . -568) 61358) ((-938 . -213) 61340) ((-159 . -156) 61324) ((-539 . -519) T) ((-527 . -519) T) ((-470 . -519) T) ((-715 . -23) T) ((-1160 . -140) 61303) ((-1078 . -560) 61279) ((-1160 . -138) 61258) ((-960 . -466) 61242) ((-1139 . -138) 61167) ((-1139 . -140) 61092) ((-1189 . -1195) 61071) ((-455 . -466) 61055) ((-442 . -466) 61039) ((-496 . -33) T) ((-601 . -662) 61009) ((-110 . -903) T) ((-610 . -791) 60988) ((-1096 . -162) 60939) ((-345 . -99) T) ((-222 . -220) 60918) ((-232 . -99) T) ((-231 . -99) T) ((-1149 . -886) 60887) ((-107 . -99) T) ((-227 . -791) 60866) ((-760 . -37) 60715) ((-44 . -488) 60507) ((-1077 . -267) 60482) ((-197 . -1022) T) ((-1069 . -1022) T) ((-1069 . -565) 60461) ((-544 . -25) T) ((-544 . -21) T) ((-1024 . -290) 60399) ((-899 . -391) 60383) ((-643 . -1134) T) ((-583 . -267) 60358) ((-1011 . -590) 60306) ((-726 . -590) 60254) ((-724 . -590) 60202) ((-323 . -128) T) ((-270 . -568) 60184) ((-643 . -519) T) ((-842 . -1022) T) ((-807 . -1034) T) ((-433 . -590) 60132) ((-842 . -840) 60116) ((-359 . -431) T) ((-464 . -1022) T) ((-645 . -596) 60103) ((-880 . -290) 60041) ((-200 . -1022) T) ((-296 . -857) 60020) ((-293 . -857) T) ((-293 . -764) NIL) ((-370 . -665) T) ((-807 . -23) T) ((-114 . -596) 60007) ((-453 . -138) 59986) ((-398 . -391) 59970) ((-453 . -140) 59949) ((-108 . -466) 59931) ((-2 . -568) 59913) ((-1077 . -19) 59895) ((-1077 . -560) 59870) ((-606 . -21) T) ((-606 . -25) T) ((-550 . -1063) T) ((-1035 . -267) 59847) ((-316 . -25) T) ((-316 . -21) T) ((-470 . -343) T) ((-1189 . -37) 59817) ((-1061 . -1130) T) ((-583 . -560) 59792) ((-1011 . -25) T) ((-1011 . -21) T) ((-499 . -736) T) ((-499 . -739) T) ((-115 . -1134) T) ((-899 . -986) T) ((-575 . -519) T) ((-680 . -986) T) ((-660 . -986) T) ((-726 . -25) T) ((-726 . -21) T) ((-724 . -21) T) ((-724 . -25) T) ((-618 . -985) 59776) ((-440 . -25) T) ((-115 . -519) T) ((-440 . -21) T) ((-433 . -25) T) ((-433 . -21) T) ((-1061 . -970) 59674) ((-761 . -271) 59653) ((-767 . -1022) T) ((-902 . -903) T) ((-618 . -109) 59632) ((-276 . -488) 59424) ((-1196 . -985) 59408) ((-1194 . -985) 59392) ((-232 . -290) 59330) ((-231 . -290) 59268) ((-1143 . -99) 59246) ((-1078 . -569) NIL) ((-1078 . -568) 59228) ((-1160 . -1116) 59194) ((-1160 . -1119) 59160) ((-1140 . -213) 59112) ((-1139 . -1116) 59078) ((-1139 . -1119) 59044) ((-1061 . -357) 59028) ((-1041 . -764) T) ((-1041 . -857) T) ((-1035 . -560) 59005) ((-1005 . -569) 58989) ((-461 . -568) 58921) ((-759 . -269) 58898) ((-563 . -144) 58845) ((-398 . -986) T) ((-464 . -662) 58795) ((-460 . -466) 58779) ((-307 . -791) 58758) ((-319 . -596) 58732) ((-49 . -21) T) ((-49 . -25) T) ((-200 . -662) 58682) ((-159 . -669) 58653) ((-163 . -596) 58585) ((-540 . -21) T) ((-540 . -25) T) ((-491 . -25) T) ((-491 . -21) T) ((-454 . -144) 58535) ((-1005 . -568) 58517) ((-989 . -568) 58499) ((-928 . -99) T) ((-800 . -99) T) ((-743 . -391) 58463) ((-39 . -128) T) ((-643 . -343) T) ((-196 . -832) T) ((-645 . -738) T) ((-645 . -735) T) ((-539 . -1034) T) ((-527 . -1034) T) ((-470 . -1034) T) ((-645 . -671) T) ((-339 . -568) 58445) ((-333 . -568) 58427) ((-325 . -568) 58409) ((-64 . -376) T) ((-64 . -375) T) ((-105 . -569) 58339) ((-105 . -568) 58321) ((-195 . -832) T) ((-894 . -144) 58305) ((-1160 . -93) 58271) ((-715 . -128) T) ((-130 . -671) T) ((-114 . -671) T) ((-1160 . -34) 58237) ((-983 . -466) 58221) ((-539 . -23) T) ((-527 . -23) T) ((-470 . -23) T) ((-1139 . -93) 58187) ((-1139 . -34) 58153) ((-1090 . -99) T) ((-1046 . -99) T) ((-795 . -99) T) ((-209 . -466) 58137) ((-1196 . -109) 58116) ((-1194 . -109) 58095) ((-43 . -985) 58079) ((-1149 . -1152) 58063) ((-796 . -793) 58047) ((-1096 . -271) 58026) ((-108 . -267) 58001) ((-1061 . -837) 57960) ((-43 . -109) 57939) ((-618 . -979) T) ((-1099 . -1171) T) ((-1077 . -569) NIL) ((-1077 . -568) 57921) ((-991 . -565) 57896) ((-991 . -1022) T) ((-72 . -420) T) ((-72 . -375) T) ((-618 . -215) 57875) ((-145 . -985) 57859) ((-534 . -517) 57843) ((-335 . -140) 57822) ((-335 . -138) 57773) ((-332 . -140) 57752) ((-647 . -1022) T) ((-332 . -138) 57703) ((-324 . -140) 57682) ((-324 . -138) 57633) ((-245 . -138) 57612) ((-245 . -140) 57591) ((-232 . -37) 57561) ((-229 . -140) 57540) ((-115 . -343) T) ((-229 . -138) 57519) ((-231 . -37) 57489) ((-145 . -109) 57468) ((-937 . -970) 57358) ((-1085 . -789) NIL) ((-638 . -1134) T) ((-743 . -986) T) ((-643 . -1034) T) ((-1196 . -979) T) ((-1194 . -979) T) ((-1075 . -1130) T) ((-937 . -357) 57335) ((-847 . -138) T) ((-847 . -140) 57317) ((-807 . -128) T) ((-759 . -985) 57215) ((-638 . -519) T) ((-643 . -23) T) ((-595 . -568) 57147) ((-595 . -569) 57108) ((-583 . -569) NIL) ((-583 . -568) 57090) ((-464 . -162) T) ((-205 . -21) T) ((-200 . -162) T) ((-205 . -25) T) ((-453 . -1119) 57056) ((-453 . -1116) 57022) ((-255 . -568) 57004) ((-254 . -568) 56986) ((-253 . -568) 56968) ((-252 . -568) 56950) ((-251 . -568) 56932) ((-475 . -599) 56914) ((-250 . -568) 56896) ((-319 . -671) T) ((-249 . -568) 56878) ((-108 . -19) 56860) ((-163 . -671) T) ((-475 . -353) 56842) ((-196 . -568) 56824) ((-493 . -1068) 56808) ((-475 . -121) T) ((-108 . -560) 56783) ((-195 . -568) 56765) ((-453 . -34) 56731) ((-453 . -93) 56697) ((-193 . -568) 56679) ((-192 . -568) 56661) ((-191 . -568) 56643) ((-190 . -568) 56625) ((-187 . -568) 56607) ((-186 . -568) 56589) ((-185 . -568) 56571) ((-184 . -568) 56553) ((-183 . -568) 56535) ((-182 . -568) 56517) ((-181 . -568) 56499) ((-503 . -1025) 56451) ((-180 . -568) 56433) ((-179 . -568) 56415) ((-44 . -466) 56352) ((-178 . -568) 56334) ((-177 . -568) 56316) ((-759 . -109) 56207) ((-594 . -99) 56157) ((-460 . -267) 56134) ((-1035 . -568) 55866) ((-1023 . -1022) T) ((-976 . -1130) T) ((-575 . -1034) T) ((-1197 . -970) 55850) ((-1090 . -290) 55837) ((-1046 . -290) 55824) ((-115 . -1034) T) ((-763 . -99) T) ((-575 . -23) T) ((-1069 . -488) 55616) ((-366 . -99) T) ((-304 . -99) T) ((-937 . -837) 55568) ((-899 . -1022) T) ((-145 . -979) T) ((-115 . -23) T) ((-676 . -391) 55552) ((-680 . -1022) T) ((-660 . -1022) T) ((-647 . -129) T) ((-432 . -1022) T) ((-296 . -410) 55536) ((-387 . -1130) T) ((-960 . -569) 55497) ((-957 . -1134) T) ((-207 . -99) T) ((-960 . -568) 55459) ((-760 . -213) 55443) ((-957 . -519) T) ((-777 . -596) 55416) ((-334 . -1134) T) ((-455 . -568) 55378) ((-455 . -569) 55339) ((-442 . -569) 55300) ((-442 . -568) 55262) ((-387 . -821) 55246) ((-299 . -985) 55081) ((-387 . -823) 55006) ((-784 . -970) 54904) ((-464 . -488) NIL) ((-460 . -560) 54881) ((-334 . -519) T) ((-200 . -488) NIL) ((-809 . -431) T) ((-398 . -1022) T) ((-387 . -970) 54748) ((-299 . -109) 54569) ((-638 . -343) T) ((-207 . -265) T) ((-47 . -1134) T) ((-759 . -979) 54500) ((-539 . -128) T) ((-527 . -128) T) ((-470 . -128) T) ((-47 . -519) T) ((-1078 . -269) 54476) ((-1090 . -1070) 54454) ((-296 . -27) 54433) ((-990 . -99) T) ((-759 . -215) 54386) ((-222 . -789) 54365) ((-889 . -99) T) ((-658 . -99) T) ((-276 . -466) 54302) ((-459 . -99) T) ((-676 . -986) T) ((-567 . -568) 54284) ((-567 . -569) 54145) ((-387 . -357) 54129) ((-387 . -318) 54113) ((-1090 . -37) 53942) ((-1046 . -37) 53791) ((-795 . -37) 53761) ((-370 . -596) 53745) ((-594 . -290) 53683) ((-899 . -662) 53580) ((-204 . -104) 53564) ((-44 . -267) 53489) ((-680 . -662) 53459) ((-573 . -596) 53433) ((-292 . -1022) T) ((-270 . -985) 53420) ((-108 . -568) 53402) ((-108 . -569) 53384) ((-432 . -662) 53354) ((-760 . -234) 53293) ((-634 . -1022) 53271) ((-513 . -1022) T) ((-1092 . -986) T) ((-1091 . -986) T) ((-270 . -109) 53256) ((-1085 . -986) T) ((-1047 . -986) T) ((-513 . -565) 53235) ((-938 . -789) T) ((-209 . -632) 53193) ((-638 . -1034) T) ((-1125 . -685) 53169) ((-299 . -979) T) ((-323 . -25) T) ((-323 . -21) T) ((-387 . -837) 53128) ((-66 . -1130) T) ((-777 . -738) 53107) ((-398 . -662) 53081) ((-743 . -1022) T) ((-777 . -735) 53060) ((-643 . -128) T) ((-657 . -857) 53039) ((-638 . -23) T) ((-464 . -271) T) ((-777 . -671) 53018) ((-299 . -215) 52970) ((-299 . -225) 52949) ((-200 . -271) T) ((-957 . -343) T) ((-1160 . -431) 52928) ((-1139 . -431) 52907) ((-334 . -309) 52884) ((-334 . -343) T) ((-1059 . -568) 52866) ((-44 . -1164) 52816) ((-808 . -99) T) ((-594 . -263) 52800) ((-643 . -988) T) ((-456 . -596) 52765) ((-447 . -1022) T) ((-44 . -560) 52690) ((-1077 . -269) 52665) ((-39 . -590) 52604) ((-47 . -343) T) ((-1028 . -568) 52586) ((-1011 . -791) 52565) ((-583 . -269) 52540) ((-726 . -791) 52519) ((-724 . -791) 52498) ((-460 . -568) 52230) ((-222 . -391) 52199) ((-889 . -290) 52186) ((-433 . -791) 52165) ((-63 . -1130) T) ((-575 . -128) T) ((-459 . -290) 52152) ((-991 . -488) 51996) ((-270 . -979) T) ((-115 . -128) T) ((-432 . -706) T) ((-899 . -162) 51947) ((-1005 . -985) 51857) ((-573 . -738) 51836) ((-550 . -1022) T) ((-573 . -735) 51815) ((-573 . -671) T) ((-276 . -267) 51794) ((-275 . -1130) T) ((-983 . -568) 51756) ((-983 . -569) 51717) ((-957 . -1034) T) ((-159 . -99) T) ((-256 . -791) T) ((-1084 . -1022) T) ((-762 . -568) 51699) ((-1035 . -269) 51676) ((-1024 . -211) 51660) ((-937 . -288) T) ((-743 . -662) 51644) ((-339 . -985) 51596) ((-334 . -1034) T) ((-333 . -985) 51548) ((-394 . -568) 51530) ((-365 . -568) 51512) ((-325 . -985) 51464) ((-209 . -568) 51396) ((-1005 . -109) 51292) ((-957 . -23) T) ((-105 . -985) 51242) ((-835 . -99) T) ((-782 . -99) T) ((-752 . -99) T) ((-713 . -99) T) ((-623 . -99) T) ((-453 . -431) 51221) ((-398 . -162) T) ((-339 . -109) 51159) ((-333 . -109) 51097) ((-325 . -109) 51035) ((-232 . -213) 51005) ((-231 . -213) 50975) ((-334 . -23) T) ((-69 . -1130) T) ((-207 . -37) 50940) ((-105 . -109) 50874) ((-39 . -25) T) ((-39 . -21) T) ((-618 . -665) T) ((-159 . -265) 50852) ((-47 . -1034) T) ((-858 . -25) T) ((-715 . -25) T) ((-1069 . -466) 50789) ((-462 . -1022) T) ((-1198 . -596) 50763) ((-1149 . -99) T) ((-796 . -99) T) ((-222 . -986) 50694) ((-990 . -1070) T) ((-900 . -736) 50647) ((-361 . -596) 50631) ((-47 . -23) T) ((-900 . -739) 50584) ((-759 . -739) 50535) ((-759 . -736) 50486) ((-276 . -560) 50465) ((-456 . -671) T) ((-534 . -99) T) ((-808 . -290) 50422) ((-601 . -267) 50401) ((-110 . -609) T) ((-74 . -1130) T) ((-990 . -37) 50388) ((-612 . -354) 50367) ((-889 . -37) 50216) ((-676 . -1022) T) ((-459 . -37) 50065) ((-84 . -1130) T) ((-534 . -265) T) ((-1140 . -789) NIL) ((-1092 . -1022) T) ((-1091 . -1022) T) ((-1085 . -1022) T) ((-331 . -970) 50042) ((-1005 . -979) T) ((-938 . -986) T) ((-44 . -568) 50024) ((-44 . -569) NIL) ((-851 . -986) T) ((-761 . -568) 50006) ((-1066 . -99) 49984) ((-1005 . -225) 49935) ((-407 . -986) T) ((-339 . -979) T) ((-333 . -979) T) ((-345 . -344) 49912) ((-325 . -979) T) ((-232 . -220) 49891) ((-231 . -220) 49870) ((-107 . -344) 49844) ((-1005 . -215) 49769) ((-1047 . -1022) T) ((-275 . -837) 49728) ((-105 . -979) T) ((-638 . -128) T) ((-398 . -488) 49570) ((-339 . -215) 49549) ((-339 . -225) T) ((-43 . -665) T) ((-333 . -215) 49528) ((-333 . -225) T) ((-325 . -215) 49507) ((-325 . -225) T) ((-159 . -290) 49472) ((-105 . -225) T) ((-105 . -215) T) ((-299 . -736) T) ((-807 . -21) T) ((-807 . -25) T) ((-387 . -288) T) ((-475 . -33) T) ((-108 . -269) 49447) ((-1035 . -985) 49345) ((-808 . -1070) NIL) ((-310 . -568) 49327) ((-387 . -955) 49306) ((-1035 . -109) 49197) ((-416 . -1022) T) ((-1198 . -671) T) ((-61 . -568) 49179) ((-808 . -37) 49124) ((-496 . -1130) T) ((-558 . -144) 49108) ((-486 . -568) 49090) ((-1149 . -290) 49077) ((-676 . -662) 48926) ((-499 . -737) T) ((-499 . -738) T) ((-527 . -590) 48908) ((-470 . -590) 48868) ((-335 . -431) T) ((-332 . -431) T) ((-324 . -431) T) ((-245 . -431) 48819) ((-493 . -1022) 48769) ((-229 . -431) 48720) ((-1069 . -267) 48699) ((-1096 . -568) 48681) ((-634 . -488) 48614) ((-899 . -271) 48593) ((-513 . -488) 48385) ((-1090 . -213) 48369) ((-159 . -1070) 48348) ((-1186 . -568) 48330) ((-1092 . -662) 48227) ((-1091 . -662) 48068) ((-829 . -99) T) ((-1085 . -662) 47864) ((-1047 . -662) 47761) ((-1075 . -621) 47745) ((-335 . -382) 47696) ((-332 . -382) 47647) ((-324 . -382) 47598) ((-957 . -128) T) ((-743 . -488) 47510) ((-276 . -569) NIL) ((-276 . -568) 47492) ((-847 . -431) T) ((-900 . -348) 47445) ((-759 . -348) 47424) ((-484 . -483) 47403) ((-482 . -483) 47382) ((-464 . -267) NIL) ((-460 . -269) 47359) ((-398 . -271) T) ((-334 . -128) T) ((-200 . -267) NIL) ((-638 . -468) NIL) ((-96 . -1034) T) ((-159 . -37) 47187) ((-1160 . -908) 47149) ((-1066 . -290) 47087) ((-1139 . -908) 47056) ((-847 . -382) T) ((-1035 . -979) 46987) ((-1162 . -519) T) ((-1069 . -560) 46966) ((-110 . -791) T) ((-991 . -466) 46897) ((-539 . -21) T) ((-539 . -25) T) ((-527 . -21) T) ((-527 . -25) T) ((-470 . -25) T) ((-470 . -21) T) ((-1149 . -1070) 46875) ((-1035 . -215) 46828) ((-47 . -128) T) ((-1112 . -99) T) ((-222 . -1022) 46619) ((-808 . -380) 46596) ((-1012 . -99) T) ((-1001 . -99) T) ((-563 . -99) T) ((-454 . -99) T) ((-1149 . -37) 46425) ((-796 . -37) 46395) ((-676 . -162) 46306) ((-601 . -568) 46288) ((-534 . -37) 46275) ((-894 . -99) 46225) ((-802 . -568) 46207) ((-802 . -569) 46129) ((-550 . -488) NIL) ((-1168 . -986) T) ((-1161 . -986) T) ((-1140 . -986) T) ((-553 . -986) T) ((-552 . -986) T) ((-1202 . -1034) T) ((-1092 . -162) 46080) ((-1091 . -162) 46011) ((-1085 . -162) 45942) ((-1047 . -162) 45893) ((-938 . -1022) T) ((-906 . -1022) T) ((-851 . -1022) T) ((-1125 . -140) 45872) ((-743 . -741) 45856) ((-643 . -25) T) ((-643 . -21) T) ((-115 . -590) 45833) ((-645 . -823) 45815) ((-407 . -1022) T) ((-296 . -1134) 45794) ((-293 . -1134) T) ((-159 . -380) 45778) ((-1125 . -138) 45757) ((-453 . -908) 45719) ((-126 . -1022) T) ((-70 . -568) 45701) ((-105 . -739) T) ((-105 . -736) T) ((-296 . -519) 45680) ((-645 . -970) 45662) ((-293 . -519) T) ((-1202 . -23) T) ((-130 . -970) 45644) ((-460 . -985) 45542) ((-44 . -269) 45467) ((-222 . -662) 45409) ((-460 . -109) 45300) ((-1015 . -99) 45278) ((-967 . -99) T) ((-594 . -772) 45257) ((-676 . -488) 45200) ((-983 . -985) 45184) ((-575 . -21) T) ((-575 . -25) T) ((-991 . -267) 45159) ((-341 . -99) T) ((-302 . -99) T) ((-618 . -596) 45133) ((-365 . -985) 45117) ((-983 . -109) 45096) ((-760 . -391) 45080) ((-115 . -25) T) ((-87 . -568) 45062) ((-115 . -21) T) ((-563 . -290) 44857) ((-454 . -290) 44661) ((-1069 . -569) NIL) ((-365 . -109) 44640) ((-359 . -99) T) ((-197 . -568) 44622) ((-1069 . -568) 44604) ((-938 . -662) 44554) ((-1085 . -488) 44323) ((-851 . -662) 44275) ((-1047 . -488) 44245) ((-331 . -288) T) ((-1104 . -144) 44195) ((-894 . -290) 44133) ((-778 . -99) T) ((-407 . -662) 44117) ((-207 . -772) T) ((-771 . -99) T) ((-769 . -99) T) ((-457 . -144) 44067) ((-1160 . -1159) 44046) ((-1041 . -1134) T) ((-319 . -970) 44013) ((-1160 . -1154) 43983) ((-1160 . -1157) 43967) ((-1139 . -1138) 43946) ((-78 . -568) 43928) ((-842 . -568) 43910) ((-1139 . -1154) 43887) ((-1041 . -519) T) ((-858 . -791) T) ((-464 . -569) 43817) ((-464 . -568) 43799) ((-715 . -791) T) ((-359 . -265) T) ((-619 . -791) T) ((-1139 . -1136) 43783) ((-1162 . -1034) T) ((-200 . -569) 43713) ((-200 . -568) 43695) ((-991 . -560) 43670) ((-57 . -144) 43654) ((-490 . -144) 43638) ((-471 . -144) 43622) ((-339 . -1193) 43606) ((-333 . -1193) 43590) ((-325 . -1193) 43574) ((-296 . -343) 43553) ((-293 . -343) T) ((-460 . -979) 43484) ((-638 . -590) 43466) ((-1196 . -596) 43440) ((-1194 . -596) 43414) ((-1162 . -23) T) ((-634 . -466) 43398) ((-62 . -568) 43380) ((-1035 . -739) 43331) ((-1035 . -736) 43282) ((-513 . -466) 43219) ((-618 . -33) T) ((-460 . -215) 43172) ((-276 . -269) 43151) ((-222 . -162) 43130) ((-760 . -986) T) ((-43 . -596) 43088) ((-1005 . -348) 43039) ((-676 . -271) 42970) ((-493 . -488) 42903) ((-761 . -985) 42854) ((-1011 . -138) 42833) ((-339 . -348) 42812) ((-333 . -348) 42791) ((-325 . -348) 42770) ((-1011 . -140) 42749) ((-808 . -213) 42726) ((-761 . -109) 42668) ((-726 . -138) 42647) ((-726 . -140) 42626) ((-245 . -886) 42593) ((-232 . -789) 42572) ((-229 . -886) 42517) ((-231 . -789) 42496) ((-724 . -138) 42475) ((-724 . -140) 42454) ((-145 . -596) 42428) ((-433 . -140) 42407) ((-433 . -138) 42386) ((-618 . -671) T) ((-767 . -568) 42368) ((-1168 . -1022) T) ((-1161 . -1022) T) ((-1140 . -1022) T) ((-1125 . -1119) 42334) ((-1125 . -1116) 42300) ((-1092 . -271) 42279) ((-1091 . -271) 42230) ((-1085 . -271) 42181) ((-1047 . -271) 42160) ((-319 . -837) 42141) ((-938 . -162) T) ((-851 . -162) T) ((-553 . -1022) T) ((-552 . -1022) T) ((-638 . -21) T) ((-638 . -25) T) ((-453 . -1157) 42125) ((-453 . -1154) 42095) ((-398 . -267) 42023) ((-296 . -1034) 41873) ((-293 . -1034) T) ((-1125 . -34) 41839) ((-1125 . -93) 41805) ((-82 . -568) 41787) ((-89 . -99) 41765) ((-1202 . -128) T) ((-540 . -138) T) ((-540 . -140) 41747) ((-491 . -140) 41729) ((-491 . -138) T) ((-296 . -23) 41582) ((-39 . -322) 41556) ((-293 . -23) T) ((-1077 . -599) 41538) ((-759 . -596) 41388) ((-1189 . -986) T) ((-1077 . -353) 41370) ((-159 . -213) 41354) ((-550 . -466) 41336) ((-222 . -488) 41269) ((-1196 . -671) T) ((-1194 . -671) T) ((-1096 . -985) 41152) ((-1096 . -109) 41021) ((-761 . -979) T) ((-489 . -99) T) ((-47 . -590) 40981) ((-484 . -99) T) ((-482 . -99) T) ((-1186 . -985) 40951) ((-967 . -37) 40935) ((-761 . -215) T) ((-761 . -225) 40914) ((-513 . -267) 40893) ((-1186 . -109) 40858) ((-1149 . -213) 40842) ((-1168 . -662) 40739) ((-991 . -569) NIL) ((-991 . -568) 40721) ((-1161 . -662) 40562) ((-1140 . -662) 40358) ((-937 . -857) T) ((-647 . -568) 40327) ((-145 . -671) T) ((-1035 . -348) 40306) ((-938 . -488) NIL) ((-232 . -391) 40275) ((-231 . -391) 40244) ((-957 . -25) T) ((-957 . -21) T) ((-553 . -662) 40217) ((-552 . -662) 40114) ((-743 . -267) 40072) ((-124 . -99) 40050) ((-777 . -970) 39948) ((-159 . -772) 39927) ((-299 . -596) 39824) ((-759 . -33) T) ((-659 . -99) T) ((-1041 . -1034) T) ((-126 . -488) NIL) ((-959 . -1130) T) ((-359 . -37) 39789) ((-334 . -25) T) ((-334 . -21) T) ((-152 . -99) T) ((-148 . -99) T) ((-335 . -1183) 39773) ((-332 . -1183) 39757) ((-324 . -1183) 39741) ((-159 . -329) 39720) ((-527 . -791) T) ((-470 . -791) T) ((-1041 . -23) T) ((-85 . -568) 39702) ((-645 . -288) T) ((-778 . -37) 39672) ((-771 . -37) 39642) ((-1162 . -128) T) ((-1069 . -269) 39621) ((-900 . -737) 39574) ((-900 . -738) 39527) ((-759 . -735) 39506) ((-114 . -288) T) ((-89 . -290) 39444) ((-622 . -33) T) ((-513 . -560) 39423) ((-47 . -25) T) ((-47 . -21) T) ((-759 . -738) 39374) ((-759 . -737) 39353) ((-645 . -955) T) ((-601 . -985) 39337) ((-900 . -671) 39236) ((-759 . -671) 39147) ((-900 . -452) 39100) ((-460 . -739) 39051) ((-460 . -736) 39002) ((-847 . -1183) 38989) ((-1096 . -979) T) ((-601 . -109) 38968) ((-1096 . -306) 38945) ((-1117 . -99) 38923) ((-1023 . -568) 38905) ((-645 . -512) T) ((-760 . -1022) T) ((-1186 . -979) T) ((-393 . -1022) T) ((-232 . -986) 38836) ((-231 . -986) 38767) ((-270 . -596) 38754) ((-550 . -267) 38729) ((-634 . -632) 38687) ((-899 . -568) 38669) ((-809 . -99) T) ((-680 . -568) 38651) ((-660 . -568) 38633) ((-1168 . -162) 38584) ((-1161 . -162) 38515) ((-1140 . -162) 38446) ((-643 . -791) T) ((-938 . -271) T) ((-432 . -568) 38428) ((-578 . -671) T) ((-58 . -1022) 38406) ((-227 . -144) 38390) ((-851 . -271) T) ((-957 . -946) T) ((-578 . -452) T) ((-657 . -1134) 38369) ((-553 . -162) 38348) ((-552 . -162) 38299) ((-1176 . -791) 38278) ((-657 . -519) 38189) ((-387 . -857) T) ((-387 . -764) 38168) ((-299 . -738) T) ((-299 . -671) T) ((-398 . -568) 38150) ((-398 . -569) 38058) ((-594 . -1068) 38042) ((-108 . -599) 38024) ((-124 . -290) 37962) ((-108 . -353) 37944) ((-163 . -288) T) ((-378 . -1130) T) ((-296 . -128) 37816) ((-293 . -128) T) ((-67 . -375) T) ((-108 . -121) T) ((-493 . -466) 37800) ((-602 . -1034) T) ((-550 . -19) 37782) ((-59 . -420) T) ((-59 . -375) T) ((-768 . -1022) T) ((-550 . -560) 37757) ((-456 . -970) 37717) ((-601 . -979) T) ((-602 . -23) T) ((-1189 . -1022) T) ((-760 . -662) 37566) ((-115 . -791) NIL) ((-1090 . -391) 37550) ((-1046 . -391) 37534) ((-795 . -391) 37518) ((-810 . -99) 37469) ((-1160 . -99) T) ((-1140 . -488) 37238) ((-1117 . -290) 37176) ((-292 . -568) 37158) ((-1139 . -99) T) ((-1024 . -1022) T) ((-1092 . -267) 37143) ((-1091 . -267) 37128) ((-270 . -671) T) ((-105 . -846) NIL) ((-634 . -568) 37060) ((-634 . -569) 37021) ((-1005 . -596) 36931) ((-557 . -568) 36913) ((-513 . -569) NIL) ((-513 . -568) 36895) ((-1085 . -267) 36743) ((-464 . -985) 36693) ((-656 . -431) T) ((-485 . -483) 36672) ((-481 . -483) 36651) ((-200 . -985) 36601) ((-339 . -596) 36553) ((-333 . -596) 36505) ((-207 . -789) T) ((-325 . -596) 36457) ((-558 . -99) 36407) ((-460 . -348) 36386) ((-105 . -596) 36336) ((-464 . -109) 36270) ((-222 . -466) 36254) ((-323 . -140) 36236) ((-323 . -138) T) ((-159 . -350) 36207) ((-880 . -1174) 36191) ((-200 . -109) 36125) ((-809 . -290) 36090) ((-880 . -1022) 36040) ((-743 . -569) 36001) ((-743 . -568) 35983) ((-663 . -99) T) ((-311 . -1022) T) ((-1041 . -128) T) ((-659 . -37) 35953) ((-296 . -468) 35932) ((-475 . -1130) T) ((-1160 . -265) 35898) ((-1139 . -265) 35864) ((-307 . -144) 35848) ((-991 . -269) 35823) ((-1189 . -662) 35793) ((-1078 . -33) T) ((-1198 . -970) 35770) ((-447 . -568) 35752) ((-461 . -33) T) ((-361 . -970) 35736) ((-1090 . -986) T) ((-1046 . -986) T) ((-795 . -986) T) ((-990 . -789) T) ((-760 . -162) 35647) ((-493 . -267) 35624) ((-126 . -466) 35606) ((-115 . -927) 35583) ((-1168 . -271) 35562) ((-1112 . -344) 35536) ((-1012 . -247) 35520) ((-453 . -99) T) ((-345 . -1022) T) ((-232 . -1022) T) ((-231 . -1022) T) ((-1161 . -271) 35471) ((-107 . -1022) T) ((-1140 . -271) 35422) ((-809 . -1070) 35400) ((-1092 . -936) 35366) ((-563 . -344) 35306) ((-1091 . -936) 35272) ((-563 . -211) 35219) ((-550 . -568) 35201) ((-550 . -569) NIL) ((-638 . -791) T) ((-454 . -211) 35151) ((-464 . -979) T) ((-1085 . -936) 35117) ((-86 . -419) T) ((-86 . -375) T) ((-200 . -979) T) ((-1047 . -936) 35083) ((-1005 . -671) T) ((-657 . -1034) T) ((-553 . -271) 35062) ((-552 . -271) 35041) ((-464 . -225) T) ((-464 . -215) T) ((-200 . -225) T) ((-200 . -215) T) ((-1084 . -568) 35023) ((-809 . -37) 34975) ((-339 . -671) T) ((-333 . -671) T) ((-325 . -671) T) ((-105 . -738) T) ((-105 . -735) T) ((-493 . -1164) 34959) ((-105 . -671) T) ((-657 . -23) T) ((-1202 . -25) T) ((-453 . -265) 34925) ((-1202 . -21) T) ((-1139 . -290) 34864) ((-1094 . -99) T) ((-39 . -138) 34836) ((-39 . -140) 34808) ((-493 . -560) 34785) ((-1035 . -596) 34635) ((-558 . -290) 34573) ((-44 . -599) 34523) ((-44 . -614) 34473) ((-44 . -353) 34423) ((-1077 . -33) T) ((-808 . -789) NIL) ((-602 . -128) T) ((-462 . -568) 34405) ((-222 . -267) 34382) ((-595 . -33) T) ((-583 . -33) T) ((-1011 . -431) 34333) ((-760 . -488) 34207) ((-726 . -431) 34138) ((-724 . -431) 34089) ((-433 . -431) 34040) ((-889 . -391) 34024) ((-676 . -568) 34006) ((-232 . -662) 33948) ((-231 . -662) 33890) ((-676 . -569) 33751) ((-459 . -391) 33735) ((-319 . -283) T) ((-331 . -857) T) ((-934 . -99) 33713) ((-957 . -791) T) ((-58 . -488) 33646) ((-1139 . -1070) 33598) ((-938 . -267) NIL) ((-207 . -986) T) ((-359 . -772) T) ((-1035 . -33) T) ((-1143 . -1016) 33582) ((-540 . -431) T) ((-491 . -431) T) ((-1143 . -1022) 33560) ((-1143 . -1018) 33517) ((-222 . -560) 33494) ((-1092 . -568) 33476) ((-1091 . -568) 33458) ((-1085 . -568) 33440) ((-1085 . -569) NIL) ((-1047 . -568) 33422) ((-126 . -267) 33397) ((-809 . -380) 33381) ((-503 . -99) T) ((-1160 . -37) 33222) ((-1139 . -37) 33036) ((-807 . -140) T) ((-540 . -382) T) ((-47 . -791) T) ((-491 . -382) T) ((-1162 . -21) T) ((-1162 . -25) T) ((-1035 . -735) 33015) ((-1035 . -738) 32966) ((-1035 . -737) 32945) ((-928 . -1022) T) ((-960 . -33) T) ((-800 . -1022) T) ((-1172 . -99) T) ((-1035 . -671) 32856) ((-612 . -99) T) ((-513 . -269) 32835) ((-1104 . -99) T) ((-455 . -33) T) ((-442 . -33) T) ((-335 . -99) T) ((-332 . -99) T) ((-324 . -99) T) ((-245 . -99) T) ((-229 . -99) T) ((-456 . -288) T) ((-990 . -986) T) ((-889 . -986) T) ((-296 . -590) 32743) ((-293 . -590) 32704) ((-459 . -986) T) ((-457 . -99) T) ((-416 . -568) 32686) ((-1090 . -1022) T) ((-1046 . -1022) T) ((-795 . -1022) T) ((-1060 . -99) T) ((-760 . -271) 32617) ((-899 . -985) 32500) ((-456 . -955) T) ((-126 . -19) 32482) ((-680 . -985) 32452) ((-126 . -560) 32427) ((-432 . -985) 32397) ((-1066 . -1042) 32381) ((-1024 . -488) 32314) ((-899 . -109) 32183) ((-847 . -99) T) ((-680 . -109) 32148) ((-57 . -99) 32098) ((-493 . -569) 32059) ((-493 . -568) 31971) ((-492 . -99) 31949) ((-490 . -99) 31899) ((-472 . -99) 31877) ((-471 . -99) 31827) ((-432 . -109) 31790) ((-232 . -162) 31769) ((-231 . -162) 31748) ((-398 . -985) 31722) ((-1125 . -908) 31684) ((-933 . -1034) T) ((-880 . -488) 31617) ((-464 . -739) T) ((-453 . -37) 31458) ((-398 . -109) 31425) ((-464 . -736) T) ((-934 . -290) 31363) ((-200 . -739) T) ((-200 . -736) T) ((-933 . -23) T) ((-657 . -128) T) ((-1139 . -380) 31333) ((-296 . -25) 31186) ((-159 . -391) 31170) ((-296 . -21) 31042) ((-293 . -25) T) ((-293 . -21) T) ((-802 . -348) T) ((-108 . -33) T) ((-460 . -596) 30892) ((-808 . -986) T) ((-550 . -269) 30867) ((-539 . -140) T) ((-527 . -140) T) ((-470 . -140) T) ((-1090 . -662) 30696) ((-1046 . -662) 30545) ((-1041 . -590) 30527) ((-795 . -662) 30497) ((-618 . -1130) T) ((-1 . -99) T) ((-222 . -568) 30229) ((-1149 . -391) 30213) ((-1104 . -290) 30017) ((-899 . -979) T) ((-680 . -979) T) ((-660 . -979) T) ((-594 . -1022) 29967) ((-983 . -596) 29951) ((-796 . -391) 29935) ((-485 . -99) T) ((-481 . -99) T) ((-229 . -290) 29922) ((-245 . -290) 29909) ((-899 . -306) 29888) ((-365 . -596) 29872) ((-457 . -290) 29676) ((-232 . -488) 29609) ((-618 . -970) 29507) ((-231 . -488) 29440) ((-1060 . -290) 29366) ((-763 . -1022) T) ((-743 . -985) 29350) ((-1168 . -267) 29335) ((-1161 . -267) 29320) ((-1140 . -267) 29168) ((-366 . -1022) T) ((-304 . -1022) T) ((-398 . -979) T) ((-159 . -986) T) ((-57 . -290) 29106) ((-743 . -109) 29085) ((-552 . -267) 29070) ((-492 . -290) 29008) ((-490 . -290) 28946) ((-472 . -290) 28884) ((-471 . -290) 28822) ((-398 . -215) 28801) ((-460 . -33) T) ((-938 . -569) 28731) ((-207 . -1022) T) ((-938 . -568) 28713) ((-906 . -568) 28695) ((-906 . -569) 28670) ((-851 . -568) 28652) ((-643 . -140) T) ((-645 . -857) T) ((-645 . -764) T) ((-407 . -568) 28634) ((-1041 . -21) T) ((-126 . -569) NIL) ((-126 . -568) 28616) ((-1041 . -25) T) ((-618 . -357) 28600) ((-114 . -857) T) ((-809 . -213) 28584) ((-76 . -1130) T) ((-124 . -123) 28568) ((-983 . -33) T) ((-1196 . -970) 28542) ((-1194 . -970) 28499) ((-1149 . -986) T) ((-796 . -986) T) ((-460 . -735) 28478) ((-335 . -1070) 28457) ((-332 . -1070) 28436) ((-324 . -1070) 28415) ((-460 . -738) 28366) ((-460 . -737) 28345) ((-209 . -33) T) ((-460 . -671) 28256) ((-58 . -466) 28240) ((-534 . -986) T) ((-1090 . -162) 28131) ((-1046 . -162) 28042) ((-990 . -1022) T) ((-1011 . -886) 27987) ((-889 . -1022) T) ((-761 . -596) 27938) ((-726 . -886) 27907) ((-658 . -1022) T) ((-724 . -886) 27874) ((-490 . -263) 27858) ((-618 . -837) 27817) ((-459 . -1022) T) ((-433 . -886) 27784) ((-77 . -1130) T) ((-335 . -37) 27749) ((-332 . -37) 27714) ((-324 . -37) 27679) ((-245 . -37) 27528) ((-229 . -37) 27377) ((-847 . -1070) T) ((-575 . -140) 27356) ((-575 . -138) 27335) ((-115 . -140) T) ((-115 . -138) NIL) ((-394 . -671) T) ((-743 . -979) T) ((-323 . -431) T) ((-1168 . -936) 27301) ((-1161 . -936) 27267) ((-1140 . -936) 27233) ((-847 . -37) 27198) ((-207 . -662) 27163) ((-299 . -46) 27133) ((-39 . -389) 27105) ((-133 . -568) 27087) ((-933 . -128) T) ((-759 . -1130) T) ((-163 . -857) T) ((-323 . -382) T) ((-493 . -269) 27064) ((-44 . -33) T) ((-759 . -970) 26893) ((-610 . -99) T) ((-602 . -21) T) ((-602 . -25) T) ((-1024 . -466) 26877) ((-1139 . -213) 26847) ((-622 . -1130) T) ((-227 . -99) 26797) ((-808 . -1022) T) ((-1096 . -596) 26722) ((-990 . -662) 26709) ((-676 . -985) 26552) ((-1090 . -488) 26499) ((-889 . -662) 26348) ((-1046 . -488) 26300) ((-459 . -662) 26149) ((-65 . -568) 26131) ((-676 . -109) 25960) ((-880 . -466) 25944) ((-1186 . -596) 25904) ((-761 . -671) T) ((-1092 . -985) 25787) ((-1091 . -985) 25622) ((-1085 . -985) 25412) ((-1047 . -985) 25295) ((-937 . -1134) T) ((-1017 . -99) 25273) ((-759 . -357) 25243) ((-937 . -519) T) ((-1092 . -109) 25112) ((-1091 . -109) 24933) ((-1085 . -109) 24702) ((-1047 . -109) 24571) ((-1027 . -1025) 24535) ((-359 . -789) T) ((-1168 . -568) 24517) ((-1161 . -568) 24499) ((-1140 . -568) 24481) ((-1140 . -569) NIL) ((-222 . -269) 24458) ((-39 . -431) T) ((-207 . -162) T) ((-159 . -1022) T) ((-638 . -140) T) ((-638 . -138) NIL) ((-553 . -568) 24440) ((-552 . -568) 24422) ((-835 . -1022) T) ((-782 . -1022) T) ((-752 . -1022) T) ((-713 . -1022) T) ((-606 . -793) 24406) ((-623 . -1022) T) ((-759 . -837) 24339) ((-39 . -382) NIL) ((-1041 . -609) T) ((-808 . -662) 24284) ((-232 . -466) 24268) ((-231 . -466) 24252) ((-657 . -590) 24200) ((-601 . -596) 24174) ((-276 . -33) T) ((-676 . -979) T) ((-540 . -1183) 24161) ((-491 . -1183) 24138) ((-1149 . -1022) T) ((-1090 . -271) 24049) ((-1046 . -271) 23980) ((-990 . -162) T) ((-796 . -1022) T) ((-889 . -162) 23891) ((-726 . -1152) 23875) ((-594 . -488) 23808) ((-75 . -568) 23790) ((-676 . -306) 23755) ((-1096 . -671) T) ((-534 . -1022) T) ((-459 . -162) 23666) ((-227 . -290) 23604) ((-126 . -269) 23579) ((-1061 . -1034) T) ((-68 . -568) 23561) ((-1186 . -671) T) ((-1092 . -979) T) ((-1091 . -979) T) ((-307 . -99) 23511) ((-1085 . -979) T) ((-1061 . -23) T) ((-1047 . -979) T) ((-89 . -1042) 23495) ((-803 . -1034) T) ((-1092 . -215) 23454) ((-1091 . -225) 23433) ((-1091 . -215) 23385) ((-1085 . -215) 23272) ((-1085 . -225) 23251) ((-299 . -837) 23157) ((-803 . -23) T) ((-159 . -662) 22985) ((-387 . -1134) T) ((-1023 . -348) T) ((-957 . -140) T) ((-937 . -343) T) ((-807 . -431) T) ((-880 . -267) 22962) ((-296 . -791) T) ((-293 . -791) NIL) ((-811 . -99) T) ((-657 . -25) T) ((-387 . -519) T) ((-657 . -21) T) ((-334 . -140) 22944) ((-334 . -138) T) ((-1066 . -1022) 22922) ((-432 . -665) T) ((-73 . -568) 22904) ((-112 . -791) T) ((-227 . -263) 22888) ((-222 . -985) 22786) ((-79 . -568) 22768) ((-680 . -348) 22721) ((-1094 . -772) T) ((-682 . -217) 22705) ((-1078 . -1130) T) ((-134 . -217) 22687) ((-222 . -109) 22578) ((-1149 . -662) 22407) ((-47 . -140) T) ((-808 . -162) T) ((-796 . -662) 22377) ((-461 . -1130) T) ((-889 . -488) 22324) ((-601 . -671) T) ((-534 . -662) 22311) ((-967 . -986) T) ((-459 . -488) 22254) ((-880 . -19) 22238) ((-880 . -560) 22215) ((-760 . -569) NIL) ((-760 . -568) 22197) ((-938 . -985) 22147) ((-393 . -568) 22129) ((-232 . -267) 22106) ((-231 . -267) 22083) ((-464 . -846) NIL) ((-296 . -29) 22053) ((-105 . -1130) T) ((-937 . -1034) T) ((-200 . -846) NIL) ((-851 . -985) 22005) ((-1005 . -970) 21903) ((-938 . -109) 21837) ((-245 . -213) 21821) ((-682 . -639) 21805) ((-407 . -985) 21789) ((-359 . -986) T) ((-937 . -23) T) ((-851 . -109) 21727) ((-638 . -1119) NIL) ((-464 . -596) 21677) ((-105 . -821) 21659) ((-105 . -823) 21641) ((-638 . -1116) NIL) ((-200 . -596) 21591) ((-339 . -970) 21575) ((-333 . -970) 21559) ((-307 . -290) 21497) ((-325 . -970) 21481) ((-207 . -271) T) ((-407 . -109) 21460) ((-58 . -568) 21392) ((-159 . -162) T) ((-1041 . -791) T) ((-105 . -970) 21352) ((-829 . -1022) T) ((-778 . -986) T) ((-771 . -986) T) ((-638 . -34) NIL) ((-638 . -93) NIL) ((-293 . -927) 21313) ((-171 . -99) T) ((-539 . -431) T) ((-527 . -431) T) ((-470 . -431) T) ((-387 . -343) T) ((-222 . -979) 21244) ((-1069 . -33) T) ((-456 . -857) T) ((-933 . -590) 21192) ((-232 . -560) 21169) ((-231 . -560) 21146) ((-1005 . -357) 21130) ((-808 . -488) 21038) ((-222 . -215) 20991) ((-1077 . -1130) T) ((-768 . -568) 20973) ((-1197 . -1034) T) ((-1189 . -568) 20955) ((-1149 . -162) 20846) ((-105 . -357) 20828) ((-105 . -318) 20810) ((-990 . -271) T) ((-889 . -271) 20741) ((-743 . -348) 20720) ((-595 . -1130) T) ((-583 . -1130) T) ((-459 . -271) 20651) ((-534 . -162) T) ((-307 . -263) 20635) ((-1197 . -23) T) ((-1125 . -99) T) ((-1112 . -1022) T) ((-1012 . -1022) T) ((-1001 . -1022) T) ((-81 . -568) 20617) ((-656 . -99) T) ((-335 . -329) 20596) ((-563 . -1022) T) ((-332 . -329) 20575) ((-324 . -329) 20554) ((-454 . -1022) T) ((-1104 . -211) 20504) ((-245 . -234) 20466) ((-1061 . -128) T) ((-563 . -565) 20442) ((-1005 . -837) 20375) ((-938 . -979) T) ((-851 . -979) T) ((-454 . -565) 20354) ((-1085 . -736) NIL) ((-1085 . -739) NIL) ((-1024 . -569) 20315) ((-457 . -211) 20265) ((-1024 . -568) 20247) ((-938 . -225) T) ((-938 . -215) T) ((-407 . -979) T) ((-894 . -1022) 20197) ((-851 . -225) T) ((-803 . -128) T) ((-643 . -431) T) ((-784 . -1034) 20176) ((-105 . -837) NIL) ((-1125 . -265) 20142) ((-809 . -789) 20121) ((-1035 . -1130) T) ((-842 . -671) T) ((-159 . -488) 20033) ((-933 . -25) T) ((-842 . -452) T) ((-387 . -1034) T) ((-464 . -738) T) ((-464 . -735) T) ((-847 . -329) T) ((-464 . -671) T) ((-200 . -738) T) ((-200 . -735) T) ((-933 . -21) T) ((-200 . -671) T) ((-784 . -23) 19985) ((-299 . -288) 19964) ((-968 . -217) 19910) ((-387 . -23) T) ((-880 . -569) 19871) ((-880 . -568) 19783) ((-594 . -466) 19767) ((-44 . -944) 19717) ((-311 . -568) 19699) ((-1035 . -970) 19528) ((-550 . -599) 19510) ((-550 . -353) 19492) ((-323 . -1183) 19469) ((-960 . -1130) T) ((-808 . -271) T) ((-1149 . -488) 19416) ((-455 . -1130) T) ((-442 . -1130) T) ((-544 . -99) T) ((-1090 . -267) 19343) ((-575 . -431) 19322) ((-934 . -929) 19306) ((-1189 . -362) 19278) ((-115 . -431) T) ((-1111 . -99) T) ((-1015 . -1022) 19256) ((-967 . -1022) T) ((-830 . -791) T) ((-331 . -1134) T) ((-1168 . -985) 19139) ((-1035 . -357) 19109) ((-1161 . -985) 18944) ((-1140 . -985) 18734) ((-1168 . -109) 18603) ((-1161 . -109) 18424) ((-1140 . -109) 18193) ((-1125 . -290) 18180) ((-331 . -519) T) ((-345 . -568) 18162) ((-270 . -288) T) ((-553 . -985) 18135) ((-552 . -985) 18018) ((-341 . -1022) T) ((-302 . -1022) T) ((-232 . -568) 17979) ((-231 . -568) 17940) ((-937 . -128) T) ((-107 . -568) 17922) ((-586 . -23) T) ((-638 . -389) 17889) ((-562 . -23) T) ((-606 . -99) T) ((-553 . -109) 17860) ((-552 . -109) 17729) ((-359 . -1022) T) ((-316 . -99) T) ((-159 . -271) 17640) ((-1139 . -789) 17593) ((-659 . -986) T) ((-1066 . -488) 17526) ((-1035 . -837) 17459) ((-778 . -1022) T) ((-771 . -1022) T) ((-769 . -1022) T) ((-94 . -99) T) ((-137 . -791) T) ((-567 . -821) 17443) ((-108 . -1130) T) ((-1011 . -99) T) ((-991 . -33) T) ((-726 . -99) T) ((-724 . -99) T) ((-440 . -99) T) ((-433 . -99) T) ((-222 . -739) 17394) ((-222 . -736) 17345) ((-597 . -99) T) ((-1149 . -271) 17256) ((-612 . -585) 17240) ((-594 . -267) 17217) ((-967 . -662) 17201) ((-534 . -271) T) ((-899 . -596) 17126) ((-1197 . -128) T) ((-680 . -596) 17086) ((-660 . -596) 17073) ((-256 . -99) T) ((-432 . -596) 17003) ((-49 . -99) T) ((-540 . -99) T) ((-491 . -99) T) ((-1168 . -979) T) ((-1161 . -979) T) ((-1140 . -979) T) ((-1168 . -215) 16962) ((-302 . -662) 16944) ((-1161 . -225) 16923) ((-1161 . -215) 16875) ((-1140 . -215) 16762) ((-1140 . -225) 16741) ((-1125 . -37) 16638) ((-938 . -739) T) ((-553 . -979) T) ((-552 . -979) T) ((-938 . -736) T) ((-906 . -739) T) ((-906 . -736) T) ((-809 . -986) T) ((-807 . -806) 16622) ((-106 . -568) 16604) ((-638 . -431) T) ((-359 . -662) 16569) ((-398 . -596) 16543) ((-657 . -791) 16522) ((-656 . -37) 16487) ((-552 . -215) 16446) ((-39 . -669) 16418) ((-331 . -309) 16395) ((-331 . -343) T) ((-1005 . -288) 16346) ((-275 . -1034) 16228) ((-1028 . -1130) T) ((-161 . -99) T) ((-1143 . -568) 16195) ((-784 . -128) 16147) ((-594 . -1164) 16131) ((-778 . -662) 16101) ((-771 . -662) 16071) ((-460 . -1130) T) ((-339 . -288) T) ((-333 . -288) T) ((-325 . -288) T) ((-594 . -560) 16048) ((-387 . -128) T) ((-493 . -614) 16032) ((-105 . -288) T) ((-275 . -23) 15916) ((-493 . -599) 15900) ((-638 . -382) NIL) ((-493 . -353) 15884) ((-272 . -568) 15866) ((-89 . -1022) 15844) ((-105 . -955) T) ((-527 . -136) T) ((-1176 . -144) 15828) ((-460 . -970) 15657) ((-1162 . -138) 15618) ((-1162 . -140) 15579) ((-983 . -1130) T) ((-928 . -568) 15561) ((-800 . -568) 15543) ((-760 . -985) 15386) ((-1011 . -290) 15373) ((-209 . -1130) T) ((-726 . -290) 15360) ((-724 . -290) 15347) ((-760 . -109) 15176) ((-433 . -290) 15163) ((-1090 . -569) NIL) ((-1090 . -568) 15145) ((-1046 . -568) 15127) ((-1046 . -569) 14875) ((-967 . -162) T) ((-795 . -568) 14857) ((-880 . -269) 14834) ((-563 . -488) 14617) ((-762 . -970) 14601) ((-454 . -488) 14393) ((-899 . -671) T) ((-680 . -671) T) ((-660 . -671) T) ((-331 . -1034) T) ((-1097 . -568) 14375) ((-205 . -99) T) ((-460 . -357) 14345) ((-489 . -1022) T) ((-484 . -1022) T) ((-482 . -1022) T) ((-743 . -596) 14319) ((-957 . -431) T) ((-894 . -488) 14252) ((-331 . -23) T) ((-586 . -128) T) ((-562 . -128) T) ((-334 . -431) T) ((-222 . -348) 14231) ((-359 . -162) T) ((-1160 . -986) T) ((-1139 . -986) T) ((-207 . -936) T) ((-643 . -367) T) ((-398 . -671) T) ((-645 . -1134) T) ((-1061 . -590) 14179) ((-539 . -806) 14163) ((-1078 . -1107) 14139) ((-645 . -519) T) ((-124 . -1022) 14117) ((-1189 . -985) 14101) ((-659 . -1022) T) ((-460 . -837) 14034) ((-606 . -37) 14004) ((-334 . -382) T) ((-296 . -140) 13983) ((-296 . -138) 13962) ((-114 . -519) T) ((-293 . -140) 13918) ((-293 . -138) 13874) ((-47 . -431) T) ((-152 . -1022) T) ((-148 . -1022) T) ((-1078 . -104) 13821) ((-726 . -1070) 13799) ((-634 . -33) T) ((-1189 . -109) 13778) ((-513 . -33) T) ((-461 . -104) 13762) ((-232 . -269) 13739) ((-231 . -269) 13716) ((-808 . -267) 13667) ((-44 . -1130) T) ((-760 . -979) T) ((-1096 . -46) 13644) ((-760 . -306) 13606) ((-1011 . -37) 13455) ((-760 . -215) 13434) ((-726 . -37) 13263) ((-724 . -37) 13112) ((-126 . -599) 13094) ((-433 . -37) 12943) ((-126 . -353) 12925) ((-1039 . -99) T) ((-594 . -569) 12886) ((-594 . -568) 12798) ((-540 . -1070) T) ((-491 . -1070) T) ((-1066 . -466) 12782) ((-1117 . -1022) 12760) ((-1061 . -25) T) ((-1061 . -21) T) ((-453 . -986) T) ((-1140 . -736) NIL) ((-1140 . -739) NIL) ((-933 . -791) 12739) ((-763 . -568) 12721) ((-803 . -21) T) ((-803 . -25) T) ((-743 . -671) T) ((-163 . -1134) T) ((-540 . -37) 12686) ((-491 . -37) 12651) ((-366 . -568) 12633) ((-304 . -568) 12615) ((-159 . -267) 12573) ((-61 . -1130) T) ((-110 . -99) T) ((-809 . -1022) T) ((-163 . -519) T) ((-659 . -662) 12543) ((-275 . -128) 12427) ((-207 . -568) 12409) ((-207 . -569) 12339) ((-937 . -590) 12278) ((-1189 . -979) T) ((-1041 . -140) T) ((-583 . -1107) 12253) ((-676 . -846) 12232) ((-550 . -33) T) ((-595 . -104) 12216) ((-583 . -104) 12162) ((-1149 . -267) 12089) ((-676 . -596) 12014) ((-276 . -1130) T) ((-1096 . -970) 11912) ((-1085 . -846) NIL) ((-990 . -569) 11827) ((-990 . -568) 11809) ((-323 . -99) T) ((-231 . -985) 11707) ((-232 . -985) 11605) ((-374 . -99) T) ((-889 . -568) 11587) ((-889 . -569) 11448) ((-658 . -568) 11430) ((-1187 . -1124) 11399) ((-459 . -568) 11381) ((-459 . -569) 11242) ((-229 . -391) 11226) ((-245 . -391) 11210) ((-231 . -109) 11101) ((-232 . -109) 10992) ((-1092 . -596) 10917) ((-1091 . -596) 10814) ((-1085 . -596) 10666) ((-1047 . -596) 10591) ((-331 . -128) T) ((-80 . -420) T) ((-80 . -375) T) ((-937 . -25) T) ((-937 . -21) T) ((-810 . -1022) 10542) ((-809 . -662) 10494) ((-359 . -271) T) ((-159 . -936) 10446) ((-638 . -367) T) ((-933 . -931) 10430) ((-645 . -1034) T) ((-638 . -156) 10412) ((-1160 . -1022) T) ((-1139 . -1022) T) ((-296 . -1116) 10391) ((-296 . -1119) 10370) ((-1083 . -99) T) ((-296 . -895) 10349) ((-130 . -1034) T) ((-114 . -1034) T) ((-558 . -1174) 10333) ((-645 . -23) T) ((-558 . -1022) 10283) ((-89 . -488) 10216) ((-163 . -343) T) ((-296 . -93) 10195) ((-296 . -34) 10174) ((-563 . -466) 10108) ((-130 . -23) T) ((-114 . -23) T) ((-663 . -1022) T) ((-454 . -466) 10045) ((-387 . -590) 9993) ((-601 . -970) 9891) ((-894 . -466) 9875) ((-335 . -986) T) ((-332 . -986) T) ((-324 . -986) T) ((-245 . -986) T) ((-229 . -986) T) ((-808 . -569) NIL) ((-808 . -568) 9857) ((-1197 . -21) T) ((-534 . -936) T) ((-676 . -671) T) ((-1197 . -25) T) ((-232 . -979) 9788) ((-231 . -979) 9719) ((-70 . -1130) T) ((-232 . -215) 9672) ((-231 . -215) 9625) ((-39 . -99) T) ((-847 . -986) T) ((-1099 . -99) T) ((-1092 . -671) T) ((-1091 . -671) T) ((-1085 . -671) T) ((-1085 . -735) NIL) ((-1085 . -738) NIL) ((-858 . -99) T) ((-1047 . -671) T) ((-715 . -99) T) ((-619 . -99) T) ((-453 . -1022) T) ((-319 . -1034) T) ((-163 . -1034) T) ((-299 . -857) 9604) ((-1160 . -662) 9445) ((-809 . -162) T) ((-1139 . -662) 9259) ((-784 . -21) 9211) ((-784 . -25) 9163) ((-227 . -1068) 9147) ((-124 . -488) 9080) ((-387 . -25) T) ((-387 . -21) T) ((-319 . -23) T) ((-159 . -568) 9062) ((-159 . -569) 8830) ((-163 . -23) T) ((-594 . -269) 8807) ((-493 . -33) T) ((-835 . -568) 8789) ((-87 . -1130) T) ((-782 . -568) 8771) ((-752 . -568) 8753) ((-713 . -568) 8735) ((-623 . -568) 8717) ((-222 . -596) 8567) ((-1094 . -1022) T) ((-1090 . -985) 8390) ((-1069 . -1130) T) ((-1046 . -985) 8233) ((-795 . -985) 8217) ((-1090 . -109) 8026) ((-1046 . -109) 7855) ((-795 . -109) 7834) ((-1149 . -569) NIL) ((-1149 . -568) 7816) ((-323 . -1070) T) ((-796 . -568) 7798) ((-1001 . -267) 7777) ((-78 . -1130) T) ((-938 . -846) NIL) ((-563 . -267) 7753) ((-1117 . -488) 7686) ((-464 . -1130) T) ((-534 . -568) 7668) ((-454 . -267) 7647) ((-200 . -1130) T) ((-1011 . -213) 7631) ((-270 . -857) T) ((-761 . -288) 7610) ((-807 . -99) T) ((-726 . -213) 7594) ((-938 . -596) 7544) ((-894 . -267) 7521) ((-851 . -596) 7473) ((-586 . -21) T) ((-586 . -25) T) ((-562 . -21) T) ((-323 . -37) 7438) ((-638 . -669) 7405) ((-464 . -821) 7387) ((-464 . -823) 7369) ((-453 . -662) 7210) ((-200 . -821) 7192) ((-62 . -1130) T) ((-200 . -823) 7174) ((-562 . -25) T) ((-407 . -596) 7148) ((-464 . -970) 7108) ((-809 . -488) 7020) ((-200 . -970) 6980) ((-222 . -33) T) ((-934 . -1022) 6958) ((-1160 . -162) 6889) ((-1139 . -162) 6820) ((-657 . -138) 6799) ((-657 . -140) 6778) ((-645 . -128) T) ((-132 . -444) 6755) ((-606 . -604) 6739) ((-1066 . -568) 6671) ((-114 . -128) T) ((-456 . -1134) T) ((-563 . -560) 6647) ((-454 . -560) 6626) ((-316 . -315) 6595) ((-503 . -1022) T) ((-456 . -519) T) ((-1090 . -979) T) ((-1046 . -979) T) ((-795 . -979) T) ((-222 . -735) 6574) ((-222 . -738) 6525) ((-222 . -737) 6504) ((-1090 . -306) 6481) ((-222 . -671) 6392) ((-894 . -19) 6376) ((-464 . -357) 6358) ((-464 . -318) 6340) ((-1046 . -306) 6312) ((-334 . -1183) 6289) ((-200 . -357) 6271) ((-200 . -318) 6253) ((-894 . -560) 6230) ((-1090 . -215) T) ((-612 . -1022) T) ((-1172 . -1022) T) ((-1104 . -1022) T) ((-1011 . -234) 6167) ((-335 . -1022) T) ((-332 . -1022) T) ((-324 . -1022) T) ((-245 . -1022) T) ((-229 . -1022) T) ((-82 . -1130) T) ((-125 . -99) 6145) ((-119 . -99) 6123) ((-126 . -33) T) ((-1104 . -565) 6102) ((-457 . -1022) T) ((-1060 . -1022) T) ((-457 . -565) 6081) ((-232 . -739) 6032) ((-232 . -736) 5983) ((-231 . -739) 5934) ((-39 . -1070) NIL) ((-231 . -736) 5885) ((-1005 . -857) 5836) ((-938 . -738) T) ((-938 . -735) T) ((-938 . -671) T) ((-906 . -738) T) ((-851 . -671) T) ((-89 . -466) 5820) ((-464 . -837) NIL) ((-847 . -1022) T) ((-207 . -985) 5785) ((-809 . -271) T) ((-200 . -837) NIL) ((-777 . -1034) 5764) ((-57 . -1022) 5714) ((-492 . -1022) 5692) ((-490 . -1022) 5642) ((-472 . -1022) 5620) ((-471 . -1022) 5570) ((-539 . -99) T) ((-527 . -99) T) ((-470 . -99) T) ((-453 . -162) 5501) ((-339 . -857) T) ((-333 . -857) T) ((-325 . -857) T) ((-207 . -109) 5457) ((-777 . -23) 5409) ((-407 . -671) T) ((-105 . -857) T) ((-39 . -37) 5354) ((-105 . -764) T) ((-540 . -329) T) ((-491 . -329) T) ((-1139 . -488) 5214) ((-296 . -431) 5193) ((-293 . -431) T) ((-778 . -267) 5172) ((-319 . -128) T) ((-163 . -128) T) ((-275 . -25) 5037) ((-275 . -21) 4921) ((-44 . -1107) 4900) ((-64 . -568) 4882) ((-829 . -568) 4864) ((-558 . -488) 4797) ((-44 . -104) 4747) ((-1024 . -405) 4731) ((-1024 . -348) 4710) ((-991 . -1130) T) ((-990 . -985) 4697) ((-889 . -985) 4540) ((-459 . -985) 4383) ((-612 . -662) 4367) ((-990 . -109) 4352) ((-889 . -109) 4181) ((-456 . -343) T) ((-335 . -662) 4133) ((-332 . -662) 4085) ((-324 . -662) 4037) ((-245 . -662) 3886) ((-229 . -662) 3735) ((-880 . -599) 3719) ((-459 . -109) 3548) ((-1177 . -99) T) ((-880 . -353) 3532) ((-230 . -99) T) ((-1140 . -846) NIL) ((-72 . -568) 3514) ((-899 . -46) 3493) ((-573 . -1034) T) ((-1 . -1022) T) ((-655 . -99) T) ((-643 . -99) T) ((-1176 . -99) 3443) ((-1168 . -596) 3368) ((-1161 . -596) 3265) ((-124 . -466) 3249) ((-1112 . -568) 3231) ((-1012 . -568) 3213) ((-370 . -23) T) ((-1001 . -568) 3195) ((-85 . -1130) T) ((-1140 . -596) 3047) ((-847 . -662) 3012) ((-573 . -23) T) ((-563 . -568) 2994) ((-563 . -569) NIL) ((-454 . -569) NIL) ((-454 . -568) 2976) ((-485 . -1022) T) ((-481 . -1022) T) ((-331 . -25) T) ((-331 . -21) T) ((-125 . -290) 2914) ((-119 . -290) 2852) ((-553 . -596) 2839) ((-207 . -979) T) ((-552 . -596) 2764) ((-359 . -936) T) ((-207 . -225) T) ((-207 . -215) T) ((-894 . -569) 2725) ((-894 . -568) 2637) ((-807 . -37) 2624) ((-1160 . -271) 2575) ((-1139 . -271) 2526) ((-1041 . -431) T) ((-477 . -791) T) ((-296 . -1058) 2505) ((-933 . -140) 2484) ((-933 . -138) 2463) ((-470 . -290) 2450) ((-276 . -1107) 2429) ((-456 . -1034) T) ((-808 . -985) 2374) ((-575 . -99) T) ((-1117 . -466) 2358) ((-232 . -348) 2337) ((-231 . -348) 2316) ((-276 . -104) 2266) ((-990 . -979) T) ((-115 . -99) T) ((-889 . -979) T) ((-808 . -109) 2195) ((-456 . -23) T) ((-459 . -979) T) ((-990 . -215) T) ((-889 . -306) 2164) ((-459 . -306) 2121) ((-335 . -162) T) ((-332 . -162) T) ((-324 . -162) T) ((-245 . -162) 2032) ((-229 . -162) 1943) ((-899 . -970) 1841) ((-680 . -970) 1812) ((-1027 . -99) T) ((-1015 . -568) 1779) ((-967 . -568) 1761) ((-1168 . -671) T) ((-1161 . -671) T) ((-1140 . -735) NIL) ((-159 . -985) 1671) ((-1140 . -738) NIL) ((-847 . -162) T) ((-1140 . -671) T) ((-1187 . -144) 1655) ((-937 . -322) 1629) ((-934 . -488) 1562) ((-784 . -791) 1541) ((-527 . -1070) T) ((-453 . -271) 1492) ((-553 . -671) T) ((-341 . -568) 1474) ((-302 . -568) 1456) ((-398 . -970) 1354) ((-552 . -671) T) ((-387 . -791) 1305) ((-159 . -109) 1201) ((-777 . -128) 1153) ((-682 . -144) 1137) ((-1176 . -290) 1075) ((-464 . -288) T) ((-359 . -568) 1042) ((-493 . -944) 1026) ((-359 . -569) 940) ((-200 . -288) T) ((-134 . -144) 922) ((-659 . -267) 901) ((-464 . -955) T) ((-539 . -37) 888) ((-527 . -37) 875) ((-470 . -37) 840) ((-200 . -955) T) ((-808 . -979) T) ((-778 . -568) 822) ((-771 . -568) 804) ((-769 . -568) 786) ((-760 . -846) 765) ((-1198 . -1034) T) ((-1149 . -985) 588) ((-796 . -985) 572) ((-808 . -225) T) ((-808 . -215) NIL) ((-634 . -1130) T) ((-1198 . -23) T) ((-760 . -596) 497) ((-513 . -1130) T) ((-398 . -318) 481) ((-534 . -985) 468) ((-1149 . -109) 277) ((-645 . -590) 259) ((-796 . -109) 238) ((-361 . -23) T) ((-1104 . -488) 30)) \ No newline at end of file
diff --git a/src/share/algebra/compress.daase b/src/share/algebra/compress.daase
index 3fc88430..c002f60a 100644
--- a/src/share/algebra/compress.daase
+++ b/src/share/algebra/compress.daase
@@ -1,6 +1,6 @@
-(30 . 3427192336)
-(4262 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
+(30 . 3427377761)
+(4264 |Enumeration| |Mapping| |Record| |Union| |ofCategory| |isDomain|
ATTRIBUTE |package| |domain| |category| CATEGORY |nobranch| AND |Join|
|ofType| SIGNATURE "failed" "algebra" |OneDimensionalArrayAggregate&|
|OneDimensionalArrayAggregate| |AbelianGroup&| |AbelianGroup|
@@ -22,12 +22,12 @@
|Asp27| |Asp28| |Asp29| |Asp30| |Asp31| |Asp33| |Asp34| |Asp35|
|Asp41| |Asp42| |Asp49| |Asp4| |Asp50| |Asp55| |Asp6| |Asp73| |Asp74|
|Asp77| |Asp78| |Asp7| |Asp80| |Asp8| |Asp9| |AssociatedEquations|
- |ArrayStack| |ArcTrigonometricFunctionCategory&|
- |ArcTrigonometricFunctionCategory| |AttributeButtons|
- |AttributeRegistry| |Automorphism| |BalancedFactorisation|
- |BasicType&| |BasicType| |BalancedBinaryTree| |BezoutMatrix|
- |BasicFunctions| |BagAggregate&| |BagAggregate| |BinaryExpansion|
- |Binding| |BinaryFile| |Bits| |BiModule| |Boolean|
+ |ArrayStack| |AbstractSyntaxCategory&| |AbstractSyntaxCategory|
+ |ArcTrigonometricFunctionCategory&| |ArcTrigonometricFunctionCategory|
+ |AttributeButtons| |AttributeRegistry| |Automorphism|
+ |BalancedFactorisation| |BasicType&| |BasicType| |BalancedBinaryTree|
+ |BezoutMatrix| |BasicFunctions| |BagAggregate&| |BagAggregate|
+ |BinaryExpansion| |Binding| |BinaryFile| |Bits| |BiModule| |Boolean|
|BasicOperatorFunctions1| |BasicOperator| |BoundIntegerRoots|
|BalancedPAdicInteger| |BalancedPAdicRational|
|BinaryRecursiveAggregate&| |BinaryRecursiveAggregate|
@@ -460,647 +460,651 @@
|XPolynomialRing| |XRecursivePolynomial|
|ParadoxicalCombinatorsForStreams| |ZeroDimensionalSolvePackage|
|IntegerLinearDependence| |IntegerMod| |Enumeration| |Mapping|
- |Record| |Union| |cAsec| |irreducibleFactors| |e02ajf| |stFunc2|
- |functionIsFracPolynomial?| |gcdcofact| |exprToGenUPS| |drawToScale|
- |companionBlocks| |node| |extendedint| |cosSinInfo|
- |partialDenominators| |integralBasisAtInfinity| |groebner| |maxint|
- |zero| |trapezoidalo| |coHeight| |clipWithRanges| |lquo| |dequeue|
- |UP2ifCan| |lexTriangular| |SturmHabicht| |destruct| |eq?|
- |scalarMatrix| |setelt| |f01brf| |hasTopPredicate?| |setAdaptive3D|
- |parabolicCylindrical| |iExquo| |e02dff| |accuracyIF| |edf2ef|
- |commutator| |And| |createRandomElement| |antisymmetric?|
- |rootNormalize| |createNormalPrimitivePoly| |polyRDE| |setStatus!|
- |brillhartTrials| |f04qaf| |Or| |homogeneous?| |sumOfSquares| |f07aef|
- |startTableGcd!| |measure| |makeSketch| |rootBound| |polynomialZeros|
- |numberOfCycles| |cyclicEqual?| |Not| |showTheIFTable| |symFunc|
- |internalInfRittWu?| |nodeOf?| |rootKerSimp| |leftScalarTimes!|
- |particularSolution| |tRange| |monomial| |computePowers| |callForm?|
- |fintegrate| |semiSubResultantGcdEuclidean1| |supRittWu?|
- |ReduceOrder| |simpleBounds?| |minGbasis| |compile| |push!|
- |superscript| |multivariate| |tower| |next| |airyAi|
- |functionIsContinuousAtEndPoints| |latex| |showIntensityFunctions|
- |evenlambert| |difference| |comp| |unaryFunction| |weierstrass|
- |variables| |solveLinearPolynomialEquationByFractions|
- |indicialEquationAtInfinity| |closeComponent| |OMputBind| |signAround|
- |fTable| |nthRoot| |biRank| |s17def| |d01gaf| |startPolynomial| |top!|
- |var2StepsDefault| |processTemplate| |exquo| |showSummary| |f2st|
- |mapExponents| |rarrow| |elementary| |physicalLength| |getDatabase|
- |reflect| |universe| |e04ucf| |div| |dimensions| |c06eaf|
- |patternVariable| |divideExponents| |iiasinh| |recur| |quasiComponent|
- |realElementary| |polyPart| |quo| |showAttributes| |jacobian|
- |acschIfCan| |decrease| |OMputString| |B1solve| |primeFrobenius|
- |floor| |gcdprim| |declare| |bitTruth| ** |leadingBasisTerm| |expint|
- |setOfMinN| |linearMatrix| |zeroDimensional?| |taylor| |bat|
- |innerSolve1| |aCubic| |summation| |palgLODE| |rem| |charClass|
- |removeRedundantFactorsInContents| |musserTrials| |resultantnaif|
- |laurent| |inR?| |d02cjf| |polygon?| |completeSmith|
- |constantToUnaryFunction| |rational| |puiseux| EQ |LiePolyIfCan|
- |lifting1| |fractionPart| |bits| |pquo| |bezoutMatrix| |OMgetInteger|
- |setelt!| |setPredicates| |gcdPolynomial| |supDimElseRittWu?|
- |quasiRegular| |octon| |coord| |besselK| |fortranDouble| |operator|
- |inv| |iisqrt2| |BasicMethod| |assign| |nextSubsetGray| |lfintegrate|
- SEGMENT |tree| |padicallyExpand| |separate| |extend| |keys| |ground?|
- |infinityNorm| |ef2edf| |stronglyReduce| |calcRanges| |positiveSolve|
- |comparison| |leftMult| |ground| |radicalOfLeftTraceForm| |imaginary|
- |integralDerivationMatrix| |collectQuasiMonic| |minPoints3D| |imagK|
- |pascalTriangle| |karatsuba| |quotient| |rational?| |leadingMonomial|
- |integralMatrixAtInfinity| |safetyMargin| |cCosh| |debug3D| |center|
- |contains?| |split!| |tablePow| |expandTrigProducts| |singular?|
- |tab1| |leadingCoefficient| |complexNumeric| |cCsch| |hclf| |regime|
- |cot2tan| |mainForm| |beauzamyBound| |repSq| |toseInvertible?|
- |rightFactorIfCan| |primitiveMonomials| |rootRadius|
- |wordInGenerators| |OMconnOutDevice| |graphStates| |generalPosition|
- |intermediateResultsIF| |trigs| |setProperties|
- |lastSubResultantEuclidean| |reductum| |monicRightDivide|
- |positiveRemainder| |OMputEndApp| |initials| |nil| |pomopo!|
- |sinh2csch| |appendPoint| |getCurve| |branchPoint?| |dequeue!|
- |charthRoot| |OMconnInDevice| |f01bsf| |id| |cAsech| |untab|
- |reduceByQuasiMonic| |hasHi| |internalIntegrate0| |scaleRoots|
- |largest| |OMputError| |stopMusserTrials| |mkIntegral| |child|
- |perfectNthPower?| |halfExtendedSubResultantGcd1| |setRealSteps|
- |unprotectedRemoveRedundantFactors| |OMconnectTCP| |squareFreeFactors|
- |algebraicCoefficients?| |approximate| |pointLists| |po| |rightPower|
- |wordInStrongGenerators| |goto| |stopTableInvSet!|
- |modularGcdPrimitive| |nonQsign| |binomial| |property| |complex|
- |skewSFunction| |removeZeroes| Y |partialQuotients| |shufflein| |blue|
- |rationalApproximation| |cAcsch| |decomposeFunc|
- |selectODEIVPRoutines| |sizeLess?| |heapSort| |unit|
- |radicalEigenvalues| |frst| |lprop| |internalAugment| |cSinh| |search|
- |variationOfParameters| |subspace| |every?| |e01bff| |iflist2Result|
- |rightCharacteristicPolynomial| |list| |definingInequation|
- |internalDecompose| |sup| |units| |gbasis| |leastPower| |sPol|
- |newTypeLists| |rationalPoint?| |OMreadStr| |car| |op| |messagePrint|
- |pToDmp| |eq| |createLowComplexityNormalBasis| |flexible?|
- |multinomial| |powerSum| |arg1| |asecIfCan| |cdr| |moebiusMu| |e01sff|
- |computeBasis| |iter| |factor1| |subMatrix| |makeTerm| |asinhIfCan|
- |setDifference| |arg2| |clearTheSymbolTable| |key|
- |removeConstantTerm| |empty| |monicDecomposeIfCan| |morphism| |exQuo|
- |f07adf| |userOrdered?| |innerSolve| |setIntersection| |palgextint0|
- |makeResult| |unit?| |antiAssociative?| |external?| |associates?|
- |infinite?| |resultantReduitEuclidean| |reset| |filename| |conditions|
- |setUnion| |rewriteSetByReducingWithParticularGenerators| |c06ebf|
- |viewZoomDefault| |relativeApprox| |code| |degreeSubResultant|
- |lowerCase?| |multiplyExponents| |d03eef| |stronglyReduced?|
- |regularRepresentation| |match| |apply| |not?| |Ci| |reduceLODE|
- |OMgetEndAttr| |sech2cosh| |stiffnessAndStabilityFactor| |makeCrit|
- |presuper| |antisymmetricTensors| |components| |parse| |gcdPrimitive|
- |e04naf| |chebyshevU| |addPointLast| |factorial| |coerceS|
- |primPartElseUnitCanonical!| |max| |nextPrimitiveNormalPoly|
- |generalSqFr| |simplifyPower| |size| |closedCurve| |cup| |janko2|
- |component| |exp| |clipParametric| |f01rcf| |tanhIfCan| |rightTrim|
- |s18adf| |write| |specialTrigs| |csch2sinh| |stoseInvertible?|
- |argscript| |OMgetString| |reduceBasisAtInfinity| |atrapezoidal|
- |internalSubPolSet?| |leftTrim| |firstDenom| |numberOfComponents| |sn|
- |surface| |karatsubaOnce| |resultantEuclideannaif| |e04fdf| |fortran|
- |stiffnessAndStabilityOfODEIF| |realEigenvalues| |factorAndSplit|
- |f04asf| |matrixConcat3D| |first| |controlPanel| |cAsin| |e02bef|
- |iiasec| |reverse| |wholePart| FG2F |rewriteIdealWithHeadRemainder|
- |trapezoidal| |OMputAtp| |logGamma| |rest| |dihedralGroup| |content|
- |mainMonomials| |getMeasure| |maxPoints| |exptMod| |multiset|
- |rdregime| |setMaxPoints| |failed| |substitute| |psolve|
- |removeSquaresIfCan| |chvar| |sizePascalTriangle| |sqfrFactor|
- |subResultantGcdEuclidean| |c02agf| |OMgetType| |iidsum|
- |changeMeasure| |removeDuplicates| |commutative?| |medialSet| |pushup|
- |weighted| |complexLimit| |quoted?| |compound?| |fortranComplex|
- |extensionDegree| |cSin| |unexpand| |mapGen| |e02bcf| |diagonal| |lex|
- |recolor| |roughBase?| |enqueue!| |mainContent| |arguments| |iiatan|
- |LowTriBddDenomInv| |radicalSimplify| |union| |oddintegers| |distance|
- |deriv| |generateIrredPoly| |baseRDE| |totalDifferential| |ramified?|
- |constantCoefficientRicDE| |sts2stst| |flatten| |getPickedPoints|
- |entries| |changeWeightLevel| |jordanAdmissible?| |stFuncN| |push|
- |index| |upDateBranches| |setprevious!| |movedPoints| |iicsch|
- |doubleResultant| |rk4a| |quadraticForm| |transpose| |cSech|
- |minIndex| |s18aff| |selectNonFiniteRoutines| |c05nbf|
- |generalizedContinuumHypothesisAssumed| |sinhcosh| |argumentList!|
- |extractIfCan| |lflimitedint| |mantissa| |bumptab1| |outputAsScript|
- |readLine!| |style| |ramifiedAtInfinity?| |f04jgf| |acot| |leftGcd|
- |nthFractionalTerm| |mainKernel| |fi2df| |pair| |read!|
- |OMgetEndObject| |common| |squareFreePrim| |leadingCoefficientRicDE|
- |hcrf| |asec| |weights| |OMserve| |blankSeparate| |padicFraction|
- |maxrank| |super| |number?| |script| |credPol| |acsc|
- |differentialVariables| |intChoose| |setColumn!| |explicitEntries?|
- |legendreP| |deepestInitial| |range| |radPoly| |inverseIntegralMatrix|
- |jordanAlgebra?| |sinh| |simpsono| |addiag| |sayLength| |btwFact|
- |sumOfKthPowerDivisors| |f04faf| |critpOrder| |d01fcf| |e01saf|
- |child?| |cosh| |removeDuplicates!| |localIntegralBasis|
- |groebnerIdeal| |determinant| |alternatingGroup| |prime?|
- |numberOfChildren| |rangePascalTriangle| |f02agf| |tex| |tanh|
- |eyeDistance| |high| |splitSquarefree| |degreeSubResultantEuclidean|
- |minPoly| |hermite| |hasSolution?| |stFunc1| |zeroSquareMatrix|
- |colorFunction| |lyndonIfCan| |OMencodingUnknown| |coth|
- |laurentIfCan| |leftZero| |minimumDegree| |insertTop!| |block|
- |powerAssociative?| |c06gbf| |limitedint| |outerProduct| |bitCoef|
- |mdeg| |sech| |viewDeltaXDefault| |conjug| |pleskenSplit|
- |integralLastSubResultant| |decreasePrecision| F |setPosition|
- |laguerre| |vconcat| |cycleElt| |associative?| |monomialIntegrate|
- |csch| |sort| |trailingCoefficient| |s17dcf| |unvectorise|
- |semiDiscriminantEuclidean| |setClosed| |tubeRadiusDefault|
- |karatsubaDivide| |pushuconst| |setTopPredicate| |fixedPoints| |asinh|
- |currentSubProgram| |Vectorise| |extractIndex| |KrullNumber|
- |mapMatrixIfCan| |lazy?| |withPredicates| |insertRoot!| |result|
- |iprint| |cLog| |e01daf| |acosh| |eigenvectors| |shallowExpand|
- |inverseLaplace| |pr2dmp| |removeRoughlyRedundantFactorsInPols|
- |integral| |toroidal| |algebraicVariables| |seed| |atanh|
- |create3Space| |lowerPolynomial| |opeval| |stack| |column|
- |useSingleFactorBound?| |rotate!| |subscript| |univariateSolve|
- |alternative?| |erf| |module| |positive?| |normal?| |acoth| |d02kef|
- |listRepresentation| |e01bef| |redPol|
- |inverseIntegralMatrixAtInfinity| |totalGroebner| |isList|
- |gcdcofactprim| |cot2trig| |toseSquareFreePart| |asech| |random|
- |lowerCase| |putColorInfo| |pointData| |cn| |mapSolve| |qPot|
- |singularAtInfinity?| |shiftLeft| |asinIfCan| |showClipRegion|
- |associatedSystem| |addPoint| |topFortranOutputStack|
- |complexIntegrate| |cCot| |inf| |toseInvertibleSet| |inverse|
- |permutation| |setErrorBound| |OMgetObject| |palgint| |iisec|
- |euclideanSize| |totalDegree| |ksec| |constant?| |goodPoint|
- |GospersMethod| |fprindINFO| |retractIfCan| |cCos| |printTypes|
- |removeSinSq| |genericPosition| |e| |absolutelyIrreducible?|
- |purelyAlgebraic?| |binary| |dimensionOfIrreducibleRepresentation|
- |identitySquareMatrix| |divergence| |nextColeman| |setvalue!|
- |normInvertible?| |lazyResidueClass| |elliptic?| |delay| |bindings|
- |times!| |purelyTranscendental?| |numberOfComputedEntries|
- |OMputEndBVar| |tryFunctionalDecomposition?| |clikeUniv| |preprocess|
- |alphanumeric| |d01asf| |reducedQPowers| |complex?| |graphState|
- |OMgetEndAtp| |OMopenFile| |addBadValue| |f01qcf| |getZechTable|
- |realRoots| |decimal| |critBonD| |solve1| |logpart| |imagi|
- |bivariate?| |back| |contract| |f02awf| |doublyTransitive?| |typeList|
- |cfirst| |atoms| |symmetricTensors| |or?| |isExpt|
- |unrankImproperPartitions1| |minimize| |Ei| |save| |integral?| |light|
- |OMputAttr| |uniform| |clearFortranOutputStack| |triangularSystems|
- |commutativeEquality| |headReduce| |curve?| |d01amf|
- |generalInfiniteProduct| |HenselLift| |screenResolution3D|
- |numberOfFactors| |terms| |symbolTableOf| |factorset| |sinIfCan|
- |subNode?| |leaves| UTS2UP |graeffe| |definingPolynomial|
- |mergeFactors| |duplicates?| |map| |algintegrate| |mainVariable|
- |e02zaf| |nthExpon| |minimalPolynomial| |getGoodPrime| |quasiRegular?|
- |binaryFunction| |removeRedundantFactorsInPols| ~ |moduloP| |phiCoord|
- |algDsolve| |mapdiv| |charpol| |df2fi| |whatInfinity| |edf2df|
- |concat| |lagrange| |lazyVariations| |coleman| |extendedIntegrate|
- |rationalPower| |dim| |clip| |discreteLog| |OMputApp|
- |integralRepresents| |open| |crushedSet| |tanAn| |htrigs|
- |integralMatrix| |bat1| |identification| |showArrayValues| |maxdeg|
- NOT |leftRankPolynomial| |sincos| |replace| |divideIfCan| |critB|
- |selectfirst| |extractProperty| |paraboloidal| |f01rdf|
- |setLegalFortranSourceExtensions| |reorder| OR |tanh2coth| |convert|
- |bright| |trivialIdeal?| |firstSubsetGray| |ranges| |compdegd|
- |makeViewport2D| |SturmHabichtCoefficients| |status| AND |cyclic|
- |testDim| |fractRagits| |f02abf| |OMgetApp| |checkPrecision| |test|
- |c06fqf| |unparse| |outputAsTex| |obj| |iicoth| |principal?|
- |coefChoose| |prefix| |f02ajf| |yCoord| |term| |rightMult| |rCoord|
- |cache| |compactFraction| |createZechTable| |Lazard| |basis|
- |coerceListOfPairs| |sequences| |att2Result| |c05adf| |label| |refine|
- |figureUnits| |stoseInternalLastSubResultant| |fullPartialFraction|
- |expintfldpoly| |primintfldpoly| |selectPolynomials|
- |fortranLiteralLine| |xCoord| |removeRoughlyRedundantFactorsInPol|
- |ffactor| |maxPoints3D| |binding| |lineColorDefault| |properties|
- |shanksDiscLogAlgorithm| |mathieu22| |rightTrace| |clipPointsDefault|
- |normalise| |iiasin| |writeLine!| |rotatey| |transcendenceDegree|
- |translate| |monomialIntPoly| |groebner?| |argument|
- |partialNumerators| |cAtan| |delete| |coerceImages| |rischNormalize|
- |getBadValues| |cosIfCan| |epilogue| |dioSolve| |thetaCoord|
- |var2Steps| |d01gbf| |pseudoRemainder| |useEisensteinCriterion?|
- |graphs| |rotatez| |multMonom| |compiledFunction| |imagJ|
- |plenaryPower| |rootDirectory| |pol| |scan| |stoseLastSubResultant|
- |d02bbf| |normalizedAssociate| * |subPolSet?| |OMgetVariable| |bsolve|
- |linkToFortran| |exponent| |currentEnv| |fortranTypeOf| |monic?|
- |setCondition!| |genus| |s21bbf| |parts| |selectSumOfSquaresRoutines|
- |solid?| |polygon| |eulerPhi| |brace| |singRicDE|
- |countRealRootsMultiple| |expressIdealMember| |indicialEquations|
- |clearTable!| |iisin| |OMreceive| |error| |primlimintfrac|
- |mapUnivariate| |nthr| |iiacos| |enterPointData| |rightZero|
- |possiblyNewVariety?| |lSpaceBasis| |poisson| |bernoulli| |assert|
- |acotIfCan| |scale| |increase| |plot| |d03edf| |head| |primeFactor|
- |symmetric?| |divisorCascade| |powmod| |gramschmidt| |option|
- |infieldIntegrate| |setMinPoints| |inrootof| |double?| |cExp| |infix|
- |whileLoop| |value| |reopen!| |mathieu11| |leftRegularRepresentation|
- |hdmpToP| |FormatRoman| |chainSubResultants| |hypergeometric0F1|
- |cosh2sech| |lazyPseudoQuotient| |endOfFile?| |coth2trigh| |maxIndex|
- |list?| |fractRadix| |oddlambert| |setnext!| |cCsc| |second| |expPot|
- |box| |baseRDEsys| |derivative| |fortranInteger| |log10| |lfunc|
- |printHeader| |f02aff| |constant| |iifact| |s17ajf| |third|
- |prolateSpheroidal| |outputList| |Si| |f02akf| |normalDenom|
- |completeHermite| |bitand| |minus!| |nil?| |coerceL| |meatAxe|
- |var1Steps| |edf2efi| |solid| |linearPart| |postfix| |OMputFloat|
- |removeZero| |bitior| |partitions| |bottom!| |s19aaf| |besselI|
- |algebraicDecompose| |categoryFrame| |smith| |buildSyntax| |one?|
- |sechIfCan| |permutations| |setAdaptive| |leastMonomial|
- |genericLeftDiscriminant| |trigs2explogs| |predicate| |pack!|
- |modulus| |numberOfImproperPartitions| |repeating| |zeroDimPrime?|
- |basisOfCentroid| |s17dhf| |iiabs| |hex| |nary?| |cothIfCan|
- |intensity| |iisqrt3| |e01sbf| |palglimint| |triangulate| |repeating?|
- |lazyPseudoRemainder| |aromberg| |fibonacci| |f04adf| |minColIndex|
- |contractSolve| |cyclicGroup| |hostPlatform| |UnVectorise| |generic|
- |sylvesterSequence| |setright!| |setValue!| |oneDimensionalArray|
- |brillhartIrreducible?| |constantKernel| |simplifyExp| |integers|
- |mindegTerm| |halfExtendedResultant2| |numberOfDivisors|
- |normalizedDivide| |rightDivide| |taylorIfCan| |red|
- |genericRightTrace| |vspace| |changeBase| |algebraicOf| |removeCosSq|
- |sizeMultiplication| |matrixDimensions| |aspFilename|
- |screenResolution| |level| |univariatePolynomial| |separateDegrees|
- |completeEval| |nsqfree| |bitLength| |An| |basisOfCenter|
- |incrementBy| |invertibleSet| |internalSubQuasiComponent?| |e04ycf|
- |resultantEuclidean| |position!| |systemCommand| |UpTriBddDenomInv|
- |schema| |numericalIntegration| |adaptive3D?| |radicalEigenvectors|
- |leftMinimalPolynomial| |sorted?| |pattern| |clearDenominator|
- |expand| |clearTheIFTable| |Frobenius| |rootProduct| |f02wef|
- |parametersOf| |integrate| |ocf2ocdf| |changeThreshhold| |mapUp!|
- |interval| |has?| |dmpToHdmp| |filterWhile| |totalLex| |parameters|
- |linearPolynomials| |doubleDisc| |realZeros| |abs| |lambert|
- |virtualDegree| |parametric?| |innerEigenvectors| |startStats!|
- |identityMatrix| |filterUntil| |debug| |factorials|
- |roughEqualIdeals?| |showScalarValues| |normal| |Aleph| |rightUnit|
- |e01baf| |nextPrime| |restorePrecision| |createThreeSpace| |select|
- |OMReadError?| D |numberOfOperations| |pmComplexintegrate|
- |complexEigenvalues| |compBound| |region| |irreducibleRepresentation|
- |message| |returnType!| |symbolIfCan| |name| |is?| |aQuadratic|
- |zero?| |diophantineSystem| |cSec| |showTheRoutinesTable| |body|
- |fortranCompilerName| |nthFlag| |doubleComplex?| |iisinh| |exp1|
- |frobenius| |OMencodingBinary| |squareFreePolynomial|
- |partialFraction| |randomR| |subresultantVector| |denomLODE|
- |matrixGcd| |invmod| |unitCanonical| |LazardQuotient| |curveColor|
- |sort!| |leftFactor| |isobaric?| |findBinding| |corrPoly|
- |fortranCarriageReturn| |lazyPrem| |constantOperator| |ptFunc| |rules|
- |heap| |mapExpon| |characteristic| |inverseColeman| |externalList|
- |relationsIdeal| |getOperator| |antiCommutative?| |mathieu24| |cAcos|
- |entry?| |monomial?| |laplace| |laguerreL| |totolex| |makeRecord|
- |roughSubIdeal?| |rroot| |recoverAfterFail| |reducedDiscriminant|
- |principalIdeal| |e04mbf| |mainVariable?| |deleteProperty!|
- |eigenMatrix| |connect| |semiSubResultantGcdEuclidean2| |cyclicCopy|
- |overlap| |sample| |explicitlyFinite?| |pseudoQuotient| |redpps|
- |implies?| |outlineRender| |modularFactor| |magnitude|
- |cyclotomicFactorization| |exponential1| |euclideanGroebner|
- |leftPower| |basisOfCommutingElements| |character?| |exponential|
- |jacobiIdentity?| |quoByVar| |print| |RemainderList| |divide| |delta|
- |solve| |prime| |s14baf| |mathieu12| |symmetricPower| |viewpoint|
- |isMult| |copy| |sparsityIF| |convergents| |slash|
- |numberOfNormalPoly| |logical?| |generators| |copies| |nonLinearPart|
- |curry| |implies| |prologue| |numFunEvals| |more?| |birth| |const|
- |characteristicSerie| |relerror| |nextsousResultant2| |OMParseError?|
- |autoCoerce| |precision| |resize| |groebSolve| |polygamma| |normalize|
- |elRow2!| |tanSum| |operators| |xor| |log| |mapCoef| |makeVariable|
- |extendedSubResultantGcd| |enterInCache| |asechIfCan| |csubst|
- |distribute| |s18dcf| |leftUnit| |perfectSquare?| |leftRemainder|
- |symbolTable| |outputSpacing| |subSet| |cross| |quadraticNorm| |euler|
- |clearCache| |expandPower| |rightLcm| |e02agf| |trim| |palglimint0|
- |iitan| |cAcosh| |pastel| |extractSplittingLeaf| |backOldPos|
- |zeroSetSplitIntoTriangularSystems| |pushFortranOutputStack|
- |OMcloseConn| |OMsupportsSymbol?| |quote| |youngGroup| |randnum|
- |kroneckerDelta| |integralAtInfinity?| |checkRur| |OMgetAtp|
- |popFortranOutputStack| |permutationGroup| |numFunEvals3D|
- |showRegion| |mvar| BY |viewport2D| |represents| |safeCeiling|
- |setFieldInfo| |infiniteProduct| |outputAsFortran| |doubleRank|
- |repeatUntilLoop| |setFormula!| |critT| |s21baf| |over|
- |coercePreimagesImages| |contours| |internalZeroSetSplit| |insert|
- |d01bbf| |leftRank| |showTheFTable| |multiplyCoefficients|
- |schwerpunkt| |reduction| |d02gaf| |lastSubResultant| |moreAlgebraic?|
- |elRow1!| |duplicates| |getProperty| |acscIfCan|
- |SturmHabichtMultiple| |rightRemainder| |ScanFloatIgnoreSpaces|
- |s17adf| |ode2| |coerceP| |romberg| |numeric| |drawStyle| |members|
- |commonDenominator| |ord| |lowerCase!| |generalLambert| |upperCase?|
- |leftDiscriminant| |nullary?| |radical| |function| |partition|
- |algebraicSort| |cylindrical| |nextPrimitivePoly| |rk4| |ScanArabic|
- |usingTable?| |lieAlgebra?| |headReduced?| |pointColorDefault|
- |dictionary| |anfactor| |pop!| |newReduc| |tubePointsDefault| |any|
- |flexibleArray| |fixedPoint| |f04maf| |iiacoth| |e02ddf|
- |symmetricGroup| |cAtanh| |errorKind| |PollardSmallFactor|
- |genericLeftMinimalPolynomial| |c06fpf| |ideal| |OMlistSymbols|
- |rischDEsys| |ran| |selectMultiDimensionalRoutines| |vertConcat|
- |log2| |leftUnits| |makeObject| |setleaves!| |sncndn| |optpair|
- |fractionFreeGauss!| |typeLists| |varList| |leadingTerm| |reverse!|
- |defineProperty| |mainMonomial| |leftCharacteristicPolynomial|
- |interpretString| |cartesian| |useNagFunctions|
- |createIrreduciblePoly| |LyndonWordsList1| |formula| |fixedDivisor|
- |coef| |close| |graphImage| |BumInSepFFE| |fixedPointExquo|
- |midpoints| |factorFraction| |byte| |d02raf| |impliesOperands|
- |vector| |transform| |algint| |check| |setRow!| |irreducible?|
- |OMputBVar| |remove| |yellow| |inGroundField?| |display|
- |differentiate| |lfinfieldint| |norm| |bumprow| |any?| |explimitedint|
- |listBranches| |exprToXXP| |s14abf| |drawCurves| |leftOne|
- |leftTraceMatrix| |rename| |removeCoshSq| |minPol| |resetBadValues|
- |last| |indiceSubResultant| |nrows| |square?| |tubeRadius| |zeroDim?|
- |extract!| |internalLastSubResultant| |substring?| |assoc|
- |functionIsOscillatory| |complexRoots| |truncate| |ncols| |ricDsolve|
- |totalfract| |sh| |besselJ| |makingStats?|
- |tryFunctionalDecomposition| |algebraic?| |lcm| |resetNew|
- |extendedEuclidean| |pToHdmp| |subresultantSequence| |e01sef|
- |cyclePartition| |suffix?| |prindINFO| |qfactor| |squareMatrix|
- |input| |pdf2ef| |powern| |roughBasicSet| |coordinates|
- |OMencodingSGML| |crest| |showFortranOutputStack| |OMgetError|
- |append| |monicLeftDivide| |library| |countable?| |cardinality|
- |points| |makeViewport3D| |ref| |stopTable!| |prefix?|
- |mapUnivariateIfCan| |mainValue| |wholeRagits| |gcd| |write!| |pile| =
- |d02gbf| |solveLinearlyOverQ| |probablyZeroDim?| |orthonormalBasis|
- |false| |LyndonWordsList| |computeCycleLength|
- |rewriteSetWithReduction| |iicot| |iiasech| |ratDsolve|
- |definingEquations| |swap| |cycleSplit!| |hexDigit?| |hasoln|
- |getConstant| |c06gqf| |primextintfrac| < |pureLex| |minRowIndex|
- |perfectSqrt| |adjoint| |plus| |expt| |lazyEvaluate| |diagonals|
- |binaryTree| |set| |iisech| > |increment| |e04jaf| |constantLeft|
- |stoseInvertible?reg| |numberOfHues| |irreducibleFactor| |wholeRadix|
- |Nul| |validExponential| <= |delete!| |s13adf| |expandLog|
- |extendIfCan| |call| |yCoordinates| |outputArgs| |eval| |subTriSet?|
- |#| |rangeIsFinite| |pointColorPalette| >= |complexSolve| |e02akf|
- |rightExtendedGcd| |failed?| |infix?| |isOp| |getButtonValue|
- |maximumExponent| |trace2PowMod| |quotientByP| |finiteBound|
- |showTheSymbolTable| |countRealRoots| |initTable!| |mask| |times|
- |horizConcat| |c06gcf| |integer?| |innerint| |froot| |OMgetSymbol|
- |pole?| |useEisensteinCriterion| |power| |equiv?|
- |removeIrreducibleRedundantFactors| |removeSuperfluousQuasiComponents|
- |notOperand| + |radicalSolve| |internal?| |iroot| |doubleFloatFormat|
- |say| |normDeriv2| |toScale| |factors| |uncouplingMatrices|
- |generalizedEigenvector| - |OMgetEndBind| |nlde| |denominator|
- |solveInField| |balancedBinaryTree| |upperCase| |nextItem|
- |lazyIrreducibleFactors| / |branchPointAtInfinity?| |mkAnswer|
- |lyndon| |monomials| |monom| |semiIndiceSubResultantEuclidean|
- |combineFeatureCompatibility| |expextendedint| |isQuotient| |aQuartic|
- |normalForm| |Beta| |sec2cos| |setfirst!| |depth| |harmonic|
- |derivationCoordinates| |outputForm| |groebnerFactorize| |makeSin|
- |s19adf| |rationalPoints| |monicRightFactorIfCan| |printStatement|
- |OMgetBind| |putGraph| |show| |conical| |nand| |outputFloating|
- |nthCoef| |makeCos| |intersect| |dmp2rfi| |int| |packageCall|
- |sortConstraints| |quasiMonic?| |expintegrate| |torsion?| |xn|
- |binarySearchTree| |monicCompleteDecompose| |trace| |rowEchelonLocal|
- |tanQ| |deepExpand| |representationType| |fixPredicate| |readable?|
- |subNodeOf?| |localReal?| |cCoth| |height| |s17akf| |lieAdmissible?|
- |dark| |prinb| |extendedResultant| |d01anf| |tanNa| |realEigenvectors|
- |acosIfCan| |basisOfMiddleNucleus| |measure2Result| |rightTraceMatrix|
- |optional?| |init| |listOfLists| |makeSUP| |algSplitSimple|
- |cyclicParents| |listLoops| |unmakeSUP| |genericRightDiscriminant|
- |se2rfi| |setProperty!| |divisor| |linearlyDependentOverZ?| |point?|
- |stirling2| |leadingIdeal| |reseed| |dflist| |hconcat| |dfRange|
- |pushucoef| |swapRows!| |optimize| |mainDefiningPolynomial| |sign|
- |socf2socdf| |hspace| |hue| |leadingSupport| |pade| |isTimes|
- |approxNthRoot| |makeFloatFunction| |halfExtendedSubResultantGcd2|
- |elliptic| |nextSublist| |monicModulo| |rootOfIrreduciblePoly|
- |standardBasisOfCyclicSubmodule| |localUnquote| |dom| |s01eaf|
- |semiDegreeSubResultantEuclidean| |setStatus| |headRemainder|
- |OMgetEndError| |insertionSort!| |factorList| |torsionIfCan| |series|
- |cyclicSubmodule| |s17aef| |numerator| |maxrow| |jacobi| |linear?|
- |deepCopy| |submod| |complexForm| |univcase| |lazyGintegrate|
- |vedf2vef| |plus!| |front| |getOrder| |areEquivalent?|
- |selectIntegrationRoutines| |printInfo!| |droot|
- |exprHasWeightCosWXorSinWX| |qelt| |getSyntaxFormsFromFile|
- |mightHaveRoots| |singleFactorBound| |monicDivide| |invertible?|
- |elements| |nonSingularModel| |lp| |iiperm| |rischDE| |odd?| |e02dcf|
- |setMaxPoints3D| |bombieriNorm| |pair?| |min| |leviCivitaSymbol|
- |cRationalPower| |fortranLiteral| |title| |s21bcf| |xRange| |makeprod|
- |condition| |pointPlot| |lazyPseudoDivide| |hexDigit| |critMTonD1|
- |coshIfCan| |intcompBasis| |yRange| |tan2trig| |select!|
- |hyperelliptic| |updateStatus!| |approxSqrt| |rowEchLocal| |conjugate|
- |subResultantsChain| |unravel| |e02baf| |primes| |zRange| |parent|
- |cAcoth| |chiSquare1| |ceiling| |toseLastSubResultant|
- |generalTwoFactor| |shuffle| |fracPart| |map!| |composite| |quadratic|
- |sturmVariationsOf| |genericLeftTraceForm| |li|
- |unrankImproperPartitions0| |initiallyReduce| |cycleEntry| |lexico|
- |getProperties| |infLex?| |qsetelt!| |traverse| |stoseInvertibleSet|
- |modifyPointData| |rank| |qroot| |nor| |bernoulliB|
- |factorSquareFreePolynomial| |reducedSystem| |basisOfRightAnnihilator|
- |c06fuf| |triangular?| |e02adf| |zeroMatrix| |s18acf| |mix|
- |direction| |cyclotomic| |build| |prem| |systemSizeIF| |c06frf|
- |exactQuotient| |currentCategoryFrame| |paren| |string?|
- |setEpilogue!| |complexNormalize| |ScanRoman| |inHallBasis?| |s17dgf|
- |critMonD1| |leftQuotient| |mainSquareFreePart| |stop|
- |selectOrPolynomials| |cAcsc| |bracket| |lazyPremWithDefault| |atom?|
- |create| |bumptab| |univariatePolynomialsGcds| |product|
- |RittWuCompare| |upperCase!| |reify| |cAsinh| |mindeg| |hasPredicate?|
- |indicialEquation| |associator| |equivOperands| |acsch| |coefficient|
- |coefficients| |getMatch| |redmat| |createLowComplexityTable|
- |rightRankPolynomial| |f02aaf| |acoshIfCan| |move| |fortranLinkerArgs|
- |rspace| |setImagSteps| |lists| |insertBottom!| |rombergo|
- |printStats!| |iicsc| |characteristicPolynomial| |bubbleSort!|
- |leftExtendedGcd| |eulerE| |ridHack1| |createPrimitiveNormalPoly|
- |isPower| |genericLeftTrace| |enumerate| |symbol?| |sdf2lst| |shift|
- |isPlus| |pdf2df| |FormatArabic| |scalarTypeOf| |bivariatePolynomials|
- |findCycle| |alphanumeric?| |viewDeltaYDefault| |palgint0|
- |meshPar1Var| |OMputObject| |rootSplit| |indices| |numericIfCan|
- |lllp| |iidprod| |SFunction| |setClipValue| |fortranCharacter|
- |bivariateSLPEBR| |and?| |expenseOfEvaluationIF| |showAll?| |colorDef|
- |complement| |d02bhf| |cons| |realSolve| |bandedJacobian|
- |maxRowIndex| |rubiksGroup| |float?| |returnTypeOf| |member?|
- |localAbs| |lifting| |primitivePart| |in?| |radicalRoots| |nullity|
- |shallowCopy| |hdmpToDmp| |univariate?| |directSum| |row|
- |maxColIndex| |lambda| |merge| |allRootsOf| |transcendent?| |generic?|
- |vectorise| |curryRight| |createGenericMatrix| |diagonal?| |digit|
- |normalized?| |subtractIfCan| |revert| |split| |makeFR| |rename!|
- |evaluateInverse| |orOperands| |mapBivariate| |identity| |iiacsch|
- |sturmSequence| |makeGraphImage| |OMgetFloat| |closed?|
- |strongGenerators| |equation| |zeroOf| |minordet| |sinhIfCan| |cycle|
- F2FG |factorSquareFree| |eisensteinIrreducible?| |polCase| |insert!|
- |elem?| |OMread| |createPrimitivePoly| |solveLinear| |s17dlf| |t|
- |gderiv| |dn| |discriminantEuclidean| |OMlistCDs|
- |stoseSquareFreePart| |source| |options| |startTable!| |nullSpace|
- |modifyPoint| |squareTop| |OMsend| |iiacot| |edf2fi| |close!| |lhs|
- |merge!| |argumentListOf| |palginfieldint| |not| |nilFactor| |cAcot|
- |modTree| |mesh| |seriesToOutputForm| |retractable?| |exprToUPS| |inc|
- |setPoly| |f04mcf| |rhs| |digamma| |leftFactorIfCan| |copy!|
- |loadNativeModule| |ScanFloatIgnoreSpacesIfCan| |swap!| |conjugates|
- |green| |halfExtendedResultant1| |s17agf| |df2ef| |integralBasis|
- |getMultiplicationTable| |nullary| |string| RF2UTS |recip|
- |viewport3D| |completeEchelonBasis| |endSubProgram| |quickSort|
- |OMunhandledSymbol| |rationalIfCan| |or| |rewriteIdealWithRemainder|
- |leftTrace| |constantRight| |table| |objectOf| |exprex| |adaptive|
- |purelyAlgebraicLeadingMonomial?| |ptree| |rootOf|
- |semiResultantEuclideannaif| |stopTableGcd!| |rootPower|
- |splitConstant| |rightRecip| |linearAssociatedExp| |new| |shiftRoots|
- |target| |width| |ParCondList| |mergeDifference|
- |selectAndPolynomials| |radicalEigenvector| |makeEq| |e02ahf|
- |tubePoints| |palgLODE0| |pushdown| |OMgetAttr| |complexElementary|
- |mainCharacterization| |viewSizeDefault| |null| |stirling1| |initial|
- |shellSort| |middle| |getIdentifier| |zeroSetSplit| |f01ref|
- |tubePlot| |listConjugateBases| |rightQuotient| |geometric| |case|
- |HermiteIntegrate| |createNormalPoly| |lepol| |hMonic|
- |wronskianMatrix| |rur| |wordsForStrongGenerators|
- |setScreenResolution| |cycleRagits| |prefixRagits| |Zero|
- |bipolarCylindrical| |intPatternMatch| |linSolve| |c06gsf|
- |nextLatticePermutation| |e02def| |reciprocalPolynomial| |divisors|
- |solveLinearPolynomialEquation| |stripCommentsAndBlanks| |One|
- |extractBottom!| |df2mf| |root| |setchildren!| |closedCurve?|
- |axesColorDefault| |infieldint| |mkPrim| |alphabetic| |separant|
- |datalist| |noncommutativeJordanAlgebra?| |nextNormalPrimitivePoly|
- |deepestTail| |primextendedint| |generalizedEigenvectors| |flagFactor|
- |listexp| |optional| |tableForDiscreteLogarithm|
- |numberOfFractionalTerms| |saturate| |sumSquares| |d03faf| |quartic|
- |f01qef| |prepareDecompose| |outputFixed| |iiatanh| |leftLcm|
- |fortranLogical| |cscIfCan| |void| |branchIfCan| |symmetricRemainder|
- |rightDiscriminant| |routines| |overbar| |lexGroebner|
- |multiEuclideanTree| |raisePolynomial| |minimumExponent| |graphCurves|
- |cycles| |mathieu23| |OMmakeConn| |prepareSubResAlgo| |expr|
- |supersub| |linGenPos| |extractTop!| |divideIfCan!| |rightRank|
- |subHeight| |generalizedInverse| |elt| |bezoutDiscriminant|
- |fillPascalTriangle| |atanhIfCan| |mainVariables| |left| |firstNumer|
- |iibinom| |OMputEndAttr| |setProperty| |f02adf| |f04arf|
- |setAttributeButtonStep| |digits| |alphabetic?| |right| |rightNorm|
- |entry| |replaceKthElement| |diagonalProduct| |s20acf|
- |showAllElements| |fill!| |shrinkable| |mulmod|
- |stosePrepareSubResAlgo| |sumOfDivisors| |f04atf| |s19abf|
- |factorSquareFreeByRecursion| |index?| |removeSinhSq| |distdfact|
- |groebgen| |imagI| |f01mcf| |subQuasiComponent?| |consnewpol|
- |variable| |diff| |OMputVariable| |infRittWu?| |unitVector|
- |shiftRight| |varselect| |mainCoefficients| |e02aef| |zCoord| |empty?|
- |basisOfLeftAnnihilator| |leader| |ListOfTerms|
- |quasiMonicPolynomials| |atanIfCan| |showTypeInOutput| |overset?|
- |domainOf| |d01aqf| |escape| |top| |twoFactor| |lift| |char|
- |taylorRep| |idealSimplify| |Gamma| |mpsode| |rootSimp|
- |computeCycleEntry| |OMsupportsCD?| |binaryTournament| |continue|
- |prinshINFO| |reduce| |addMatchRestricted| |leaf?|
- |viewWriteAvailable| |bringDown| |OMUnknownCD?| |iiGamma| |acothIfCan|
- |normFactors| |freeOf?| |tensorProduct| |f02axf| |match?| |rdHack1|
- |coth2tanh| |fortranDoubleComplex| |vark| |makeUnit| |collectUnder|
- |splitLinear| |comment| |diagonalMatrix| |pointSizeDefault|
- |commaSeparate| |leastAffineMultiple| |degree| |legendre| |pdct|
- |overlabel| |spherical| |aLinear| |modularGcd| |float| |denominators|
- |nthFactor| |f04mbf| |setEmpty!| |airyBi| |roughUnitIdeal?|
- |variable?| |linear| |rightGcd| |kmax| |rightScalarTimes!| |ignore?|
- |interReduce| |outputGeneral| |structuralConstants| |patternMatch|
- |besselY| |permutationRepresentation| |space| |integerBound|
- |subCase?| |dihedral| |iFTable| |cyclotomicDecomposition| |changeName|
- |simpson| |presub| |indiceSubResultantEuclidean| |polynomial|
- |deleteRoutine!| |exprHasLogarithmicWeights| |resetVariableOrder|
- |node?| |multiple?| |boundOfCauchy| |cTan| |monomRDEsys|
- |primitivePart!| |setMinPoints3D| |children| |inspect| |OMputEndAtp|
- |updatD| |invertibleElseSplit?| |tanh2trigh| |inconsistent?|
- |rewriteIdealWithQuasiMonicGenerators| |dot| |updatF| |squareFree|
- |ellipticCylindrical| |transcendentalDecompose| |c02aff| |d02ejf|
- |clipBoolean| |equiv| |numericalOptimization| |extension| |omError|
- |iiexp| |safeFloor| GF2FG |makeop| |conditionsForIdempotents| UP2UTS
- |e02bbf| |invertIfCan| |unitsColorDefault| |augment| |ratPoly|
- |makeYoungTableau| |lintgcd| |curve| |null?| |setScreenResolution3D|
- |resetAttributeButtons| |bfEntry| |setsubMatrix!| |dilog| GE
- |checkForZero| |curveColorPalette| |printCode| |sin?| |sin2csc|
- |zeroDimPrimary?| |invmultisect| |multiEuclidean| |noKaratsuba| |sub|
- GT |s20adf| |stoseInvertible?sqfreg| |tValues| |possiblyInfinite?|
- |copyInto!| |c05pbf| |genericRightMinimalPolynomial| |finite?|
- |badValues| LE |sin| |complexExpand| |iilog| |solveid| |nextPartition|
- |ODESolve| |factorPolynomial| |ratDenom| |balancedFactorisation|
- |trueEqual| LT |cos| |rule| |someBasis| |integralCoordinates| |fmecg|
- |iteratedInitials| LODO2FUN |linearDependence| |minset| |limitPlus|
- |tan| |OMwrite| |integerIfCan| |symbol| |factorGroebnerBasis| |roman|
- |reducedForm| |polar| |bezoutResultant| |redPo| |f02xef| |nthExponent|
- |s19acf| |createMultiplicationTable| |nextsubResultant2|
- |normalizeIfCan| |cycleTail| |c06ekf| |setTex!| |cot|
- |separateFactors| |integer| |remainder| |leadingIndex|
- |subResultantChain| |associatedEquations| |lookup| |fullDisplay|
- |completeHensel| |PDESolve| |topPredicate| |lighting|
- |semiLastSubResultantEuclidean| |rowEchelon| |numberOfIrreduciblePoly|
- |myDegree| |addmod| |qinterval| |midpoint| |sec|
- |primPartElseUnitCanonical| |scanOneDimSubspaces| |wreath| |subst|
- |numberOfPrimitivePoly| |setOrder| |elColumn2!| ^ |limit|
- |symmetricProduct| |composites| |setProperties!| |leftRecip| |setref|
- |optAttributes| |leftNorm| |imagE| |unary?| |LagrangeInterpolation|
- |shade| |secIfCan| |isAbsolutelyIrreducible?| |rectangularMatrix|
- |d01apf| |createMultiplicationMatrix| |OMopenString|
- |basisOfLeftNucloid| |insertMatch| |viewWriteDefault| |compose| |qqq|
- |hitherPlane| |complexNumericIfCan| |initiallyReduced?| |ravel|
- |rightUnits| |leadingExponent| |low| |chineseRemainder| |zag|
- |conditionP| |subscriptedVariables| |reshape| |Lazard2| |slex|
- |arrayStack| |permanent| |digit?| |expIfCan| |meshPar2Var| |e04gcf|
- |pow| |lfextlimint| |OMUnknownSymbol?| |arity| |rightExactQuotient|
- |quatern| |linears| |normal01| |primlimitedint| |deref| |curryLeft|
- |objects| |computeInt| |getStream| |sum| |tanIfCan| |queue|
- |loopPoints| |df2st| |asimpson| |key?| |base| |OMputEndObject|
- |lazyIntegrate| |genericRightTraceForm| |explogs2trigs| |setrest!|
- |leftExactQuotient| |LazardQuotient2| |size?| |gradient| |double|
- |printInfo| |palgRDE| |s13acf| |color| |solveRetract| |weakBiRank|
- |f02fjf| |iicosh| |update| |e02daf| |listYoungTableaus| |directory|
- |f01maf| |clipSurface| |numberOfComposites| |axes| |csc| |basicSet|
- |simplify| |resultant| |prinpolINFO| |viewThetaDefault| |tanintegrate|
- |makeSeries| |oblateSpheroidal| |palgRDE0| |asin| |rootPoly|
- |basisOfNucleus| |getRef| |badNum|
- |removeRoughlyRedundantFactorsInContents| |ParCond| |clearTheFTable|
- |viewPosDefault| |generator| |chiSquare| |setButtonValue| |acos|
- |cond| |rowEch| |createPrimitiveElement| |polyRicDE| |iCompose| |/\\|
- |exteriorDifferential| |choosemon| |getlo| |pseudoDivide|
- |getExplanations| |sylvesterMatrix| |highCommonTerms|
- |oddInfiniteProduct| |newSubProgram| |\\/| |OMsetEncoding|
- |rightAlternative?| |f02aef| |s21bdf| |errorInfo| |complexZeros|
- |ldf2lst| |pushNewContour| |zoom| |newLine|
- |initializeGroupForWordProblem| |d01alf| |f02bjf| |coordinate|
- |selectPDERoutines| |finiteBasis| |atan| |drawComplexVectorField|
- |traceMatrix| |position| |viewDefaults| |factorOfDegree|
- |explicitlyEmpty?| |declare!| |polarCoordinates| |splitNodeOf!|
- |useSingleFactorBound| |even?| |semicolonSeparate| |patternMatchTimes|
- |OMbindTCP| |pmintegrate| |round| |increasePrecision| |OMclose|
- |OMputEndBind| |simplifyLog| |adaptive?| |resultantReduit|
- |fortranReal| |removeSuperfluousCases| |palgextint|
- |basisOfRightNucloid| |reverseLex| |anticoord| |subResultantGcd|
- |eigenvalues| |OMgetEndBVar| |llprop| |euclideanNormalForm|
- |exactQuotient!| |applyRules| |OMputEndError| |previous| |rk4f|
- |e01bhf| |OMputSymbol| |fglmIfCan| |quasiAlgebraicSet| |OMgetEndApp|
- |tube| |numerators| |kovacic| |dominantTerm|
- |factorsOfCyclicGroupSize| |minrank| |exprHasAlgebraicWeight|
- |swapColumns!| |bag| |plotPolar| |symmetricDifference| |knownInfBasis|
- |lo| |reindex| |createNormalElement| |e01bgf| |stoseInvertibleSetreg|
- |s17ahf| |nthRootIfCan| |interpret|
- |generalizedContinuumHypothesisAssumed?| |rotatex| |normalDeriv|
- |primitive?| |f02bbf| |incr| |mkcomm| |complementaryBasis| |Hausdorff|
- |complete| |critM| |extractClosed| |true| |nextIrreduciblePoly|
- |constantIfCan| |primitiveElement| |dimension| |real?| |hi| |central?|
- |physicalLength!| |leftAlternative?| |sqfree| |imagj| |rotate|
- |genericLeftNorm| |perfectNthRoot| |and| |ode1| |normalizeAtInfinity|
- |removeRedundantFactors| |bandedHessian| |powers|
- |stoseInvertibleSetsqfreg| |minPoints| |iiacosh| |cyclic?| |belong?|
- |linearAssociatedLog| |e02gaf| |normalElement| |cschIfCan| |f04axf|
- |numberOfVariables| |tan2cot| |changeNameToObjf| |collect| |reduced?|
- |taylorQuoByVar| |selectsecond| |moduleSum| |orbits| |unitNormalize|
- |exists?| |primaryDecomp| |option?| |LyndonBasis|
- |associatorDependence| |zerosOf| |rquo| |OMreadFile| |c06ecf| |tail|
- |denomRicDE| |palgintegrate| |mainPrimitivePart| |diag| |padecf|
- |pointColor| |dimensionsOf| |factorsOfDegree|
- |semiResultantReduitEuclidean| |incrementKthElement| |output|
- |ratpart| |univariatePolynomials| |hash| |nodes| |uniform01|
- |prevPrime| |multisect| |primintegrate| |splitDenominator| |order|
- |degreePartition| |count| |monomRDE| |factorSFBRlcUnit| |imagk|
- |nativeModuleExtension| |singularitiesOf| |gethi| |segment| |npcoef|
- |unitNormal| |readIfCan!| |genericRightNorm| |meshFun2Var| |equality|
- |weight| |setLabelValue| |s15adf| |noLinearFactor?| |iiacsc|
- |superHeight| |iomode| |reducedContinuedFraction| |f07fef|
- |numberOfMonomials| |subset?| |zeroVector| |less?| |operation|
- |LyndonCoordinates| |multiple| |drawComplex| |outputMeasure| |rst|
- |s14aaf| |cap| |SturmHabichtSequence| |changeVar| |wrregime|
- |applyQuote| |complexEigenvectors| |binomThmExpt| |inRadical?|
- |goodnessOfFit| |selectOptimizationRoutines| |eigenvector|
- |rightMinimalPolynomial| |viewPhiDefault| |var1StepsDefault| |f2df|
- |dAndcExp| |linearDependenceOverZ| |logIfCan| |matrix| |interpolate|
- |moebius| |pushdterm| |ldf2vmf| |evenInfiniteProduct|
- |limitedIntegrate| |linearlyDependent?| |chebyshevT| |abelianGroup|
- |mirror| |generate| |numer| |constructorName| |neglist| |scopes|
- |continuedFraction| |parabolic| |d01akf| |mr| |s17acf| |ruleset|
- |evaluate| |perspective| |forLoop| |negative?| |denom| |idealiser|
- |cycleLength| |plusInfinity| |mapmult| |listOfMonoms| |hermiteH| ~=
- |radix| |setleft!| |printingInfo?| |setVariableOrder|
- |getVariableOrder| |iipow| |notelem| |minusInfinity| |henselFact|
- |iicos| |firstUncouplingMatrix| |approximants| |coerce| |lyndon?|
- |ddFact| |cotIfCan| |lazyPquo| |retract| |pi| |trunc| |mat| |tableau|
- |solveLinearPolynomialEquationByRecursion| |currentScope| |point|
- |suchThat| |construct| |discriminant| |getCode|
- |semiResultantEuclidean2| |term?| |infinity| |rightOne|
- |symmetricSquare| |extractPoint| |exponents| |csc2sin| |e04dgf|
- |OMputInteger| |satisfy?| |length| |decompose| |ode| |s13aaf|
- |mapDown!| |rightFactorCandidate| |quadratic?| |randomLC| |e02bdf|
- |characteristicSet| |prod| |scripts| |laplacian| |s18aef|
- |constantOpIfCan| |Is| |laurentRep| |returns| |scripted?| |twist|
- |antiCommutator| |getOperands| |leftDivide| |collectUpper| |kernel|
- |kernels| |addPoint2| |seriesSolve| |mesh?| |nextNormalPoly|
- |getGraph| |rk4qc| |startTableInvSet!| |root?| |linearAssociatedOrder|
- |internalIntegrate| |draw| |type| |distFact| |s15aef|
- |selectFiniteRoutines| |univariate| |autoReduced?| |triangSolve|
- |orbit| |stoseIntegralLastSubResultant| |cos2sec| |power!| |dmpToP|
- |cubic| |rootsOf| |writable?| |lastSubResultantElseSplit|
- |rationalFunction| |iitanh| |idealiserMatrix| |lfextendedint| |s17aff|
- |testModulus| |rightRegularRepresentation| |d01ajf| |ipow| |concat!|
- |lllip| |bipolar| |setlast!| |bfKeys| |squareFreePart|
- |expenseOfEvaluation| |squareFreeLexTriangular|
- |getMultiplicationMatrix| |semiResultantEuclidean1| |LiePoly| |factor|
- |find| |f01qdf| |setPrologue!| |remove!| |element?| |part?| |addMatch|
- |factorByRecursion| |tab| |sqrt| |OMencodingXML| |exponentialOrder|
- |bit?| |OMgetBVar| |andOperands| |f07fdf| |certainlySubVariety?|
- |open?| |real| |polyred| |readLineIfCan!| |dec| |tracePowMod|
- |basisOfRightNucleus| |hessian| |quotedOperators| |problemPoints|
- |s18def| |cTanh| |cPower| |makeMulti| |imag| |constDsolve|
- |basisOfLeftNucleus| |alternating| |predicates| |directProduct|
- |cyclicEntries| |nil| |infinite| |arbitraryExponent| |approximate|
- |complex| |shallowMutable| |canonical| |noetherian| |central|
- |partiallyOrderedSet| |arbitraryPrecision| |canonicalsClosed|
- |noZeroDivisors| |rightUnitary| |leftUnitary| |additiveValuation|
- |unitsKnown| |canonicalUnitNormal| |multiplicativeValuation|
- |finiteAggregate| |shallowlyMutable| |commutative|) \ No newline at end of file
+ |Record| |Union| |UP2ifCan| |s17dcf| |principalIdeal| |variable?|
+ |orbit| |cyclotomic| |plenaryPower| |iiasech| |traceMatrix|
+ |lexTriangular| |unvectorise| |e04mbf| |rightGcd| |build|
+ |stoseIntegralLastSubResultant| |rootDirectory| |ratDsolve|
+ |viewDefaults| |SturmHabicht| |semiDiscriminantEuclidean| |kmax|
+ |mainVariable?| |prem| |cos2sec| |zero| |setelt| |pol|
+ |factorOfDegree| |definingEquations| |directory| |node| |rank|
+ |setClosed| |deleteProperty!| |rightScalarTimes!| |systemSizeIF|
+ |power!| |scan| |swap| |explicitlyEmpty?| |eq?| |tubeRadiusDefault|
+ |ignore?| |eigenMatrix| |c06frf| |dmpToP| |And|
+ |stoseLastSubResultant| |polarCoordinates| |cycleSplit!| |max|
+ |karatsubaDivide| |interReduce| |connect| |exactQuotient| |cubic| |Or|
+ |d02bbf| |hexDigit?| |splitNodeOf!| |pushuconst| |outputGeneral|
+ |semiSubResultantGcdEuclidean2| |rootsOf| |currentCategoryFrame|
+ |outputList| |Not| |normalizedAssociate| |useSingleFactorBound|
+ |hasoln| |compile| |setTopPredicate| |structuralConstants|
+ |cyclicCopy| |writable?| |paren| |subPolSet?| |getConstant| |even?|
+ |segment| |overlap| |patternMatch| |lastSubResultantElseSplit|
+ |string?| |OMgetVariable| |c06gqf| |semicolonSeparate| |completeSmith|
+ |upDateBranches| |tower| |besselY| |sample| |setEpilogue!|
+ |rationalFunction| |next| |primextintfrac| |bsolve|
+ |patternMatchTimes| |exquo| |showSummary| |setprevious!|
+ |constantToUnaryFunction| |comp| |permutationRepresentation|
+ |explicitlyFinite?| |iitanh| |complexNormalize| |linkToFortran|
+ |OMbindTCP| |pureLex| |div| |movedPoints| |space| |pseudoQuotient|
+ |idealiserMatrix| |ScanRoman| |pmintegrate| |quo| |minRowIndex|
+ |showAttributes| |iicsch| |rational| |integerBound| |redpps|
+ |inHallBasis?| |lfextendedint| |lazyVariations| |perfectSqrt| |round|
+ ** |doubleResultant| |LiePolyIfCan| |implies?| |subCase?| |s17aff|
+ |s17dgf| |coleman| |increasePrecision| |adjoint| |rem| |lifting1|
+ |rk4a| |dihedral| |outlineRender| |critMonD1| |testModulus| |imagK|
+ |extendedIntegrate| |OMclose| |expt| |quadraticForm| |fractionPart|
+ |rightRegularRepresentation| EQ |leftQuotient| |pascalTriangle|
+ |rationalPower| |lazyEvaluate| |OMputEndBind| |bits| |transpose|
+ |fillPascalTriangle| |adaptive3D?| |d01ajf| |mainSquareFreePart|
+ |karatsuba| |clip| |simplifyLog| |diagonals| |cSech| |atanhIfCan|
+ |radicalEigenvectors| |ipow| |selectOrPolynomials| |quotient|
+ |discreteLog| |binaryTree| |adaptive?| |minIndex| |pquo|
+ |leftMinimalPolynomial| |mainVariables| |cAcsc| |concat!| |OMputApp|
+ |s18aff| |sorted?| |firstNumer| |bracket| |lllip| |rational?|
+ |integralRepresents| |reverse!| |permanent| |declare| SEGMENT |tree|
+ |systemCommand| |selectNonFiniteRoutines| |iibinom| |clearDenominator|
+ |bipolar| |lazyPremWithDefault| |integralMatrixAtInfinity|
+ |crushedSet| |expIfCan| |defineProperty| |c05nbf| |clearTheIFTable|
+ |OMputEndAttr| |atom?| |setlast!| |safetyMargin| |tanAn| |meshPar2Var|
+ |mainMonomial| |generalizedContinuumHypothesisAssumed| |setProperty|
+ |Frobenius| |cCosh| |acot| |htrigs| |leftCharacteristicPolynomial|
+ |e04gcf| |normal| |sinhcosh| |rootProduct| |f02adf| |cyclicSubmodule|
+ |evenInfiniteProduct| |debug3D| |integralMatrix| |asec| |pow|
+ |interpretString| |nil| |limitedIntegrate| |argumentList!| |f02wef|
+ |f04arf| |s17aef| |floor| |acsc| |bat1| |cartesian| |lfextlimint|
+ |setAttributeButtonStep| |extractIfCan| |gcdprim| |parametersOf|
+ |linearlyDependent?| |numerator| |contains?| |identification| |sinh|
+ |useNagFunctions| |OMUnknownSymbol?| |bitTruth| |lflimitedint|
+ |digits| |integrate| |chebyshevT| |maxrow| |showArrayValues| |cosh|
+ |arity| |createIrreduciblePoly| |approximate| |alphabetic?| |bumptab1|
+ |leadingBasisTerm| |ocf2ocdf| |jacobi| |abelianGroup| |tanh| |maxdeg|
+ |LyndonWordsList1| |rightExactQuotient| |complex| |outputAsScript| Y
+ |rightNorm| |changeThreshhold| |linear?| |mirror| |leftRankPolynomial|
+ |coth| |fixedDivisor| |quatern| |property| |mapUp!| |readLine!|
+ |neglist| |replaceKthElement| |expint| |deepCopy| |sincos| |sech|
+ |graphImage| |linears| |style| |scopes| |interval| |diagonalProduct|
+ |submod| |setOfMinN| |csch| |divideIfCan| |normal01| |BumInSepFFE|
+ |has?| |ramifiedAtInfinity?| |search| |linearMatrix| |s20acf|
+ |continuedFraction| |complexForm| |critB| |op| |asinh|
+ |primlimitedint| |fixedPointExquo| |units| |parabolic| |f04jgf|
+ |dmpToHdmp| |showAllElements| |zeroDimensional?| |univcase| |list|
+ |midpoints| |selectfirst| |acosh| |deref| |internalAugment| |fill!|
+ |leftGcd| |d01akf| |totalLex| |lazyGintegrate| |bat| |cSinh| |car|
+ |key| |atanh| |extractProperty| |curryLeft| |factorFraction|
+ |nthFractionalTerm| |shrinkable| |linearPolynomials| |vedf2vef|
+ |s17acf| |arg1| |byte| |cdr| |paraboloidal| |acoth| |computeInt|
+ |variationOfParameters| |mainKernel| |subst| |innerSolve1| |mulmod|
+ |doubleDisc| |plus!| |evaluate| |filename| |arg2| |getStream|
+ |setDifference| |f01rdf| |asech| |d02raf| |subspace| |fi2df|
+ |realZeros| |stosePrepareSubResAlgo| |reset| |front| |perspective|
+ |setIntersection| |not?| |delta| |setLegalFortranSourceExtensions|
+ |impliesOperands| |tanIfCan| |code| |read!| |sumOfDivisors| |abs|
+ |forLoop| |getOrder| |reorder| |conditions| |setUnion| |parse|
+ |every?| |multiple| |transform| |queue| |OMgetEndObject| |f04atf|
+ |lambert| |areEquivalent?| |negative?| |match| |applyQuote| |apply|
+ |algint| |tanh2coth| |e01bff| |loopPoints| |virtualDegree|
+ |squareFreePrim| |s19abf| |write| |idealiser|
+ |selectIntegrationRoutines| |df2st| |trivialIdeal?| |iflist2Result|
+ |check| |tail| |leadingCoefficientRicDE| |rightTrim|
+ |factorSquareFreeByRecursion| |parametric?| |printInfo!| |cycleLength|
+ |size| |setRow!| |firstSubsetGray| |rightCharacteristicPolynomial|
+ |asimpson| |hcrf| |leftTrim| |innerEigenvectors| |index?| |droot|
+ |mapmult| |irreducible?| |ranges| |ruleset| |key?|
+ |definingInequation| |eq| |exprHasWeightCosWXorSinWX| |weights|
+ |startStats!| |removeSinhSq| |listOfMonoms| |objects| |compdegd|
+ |OMputBVar| |OMputEndObject| |iter| |distdfact| |identityMatrix|
+ |OMserve| |failed| |hermiteH| |getSyntaxFormsFromFile| |base| |lambda|
+ |first| |yellow| |makeViewport2D| |internalDecompose| |lazyIntegrate|
+ |reverse| |blankSeparate| |factorials| |groebgen| |radix|
+ |mightHaveRoots| |rest| |suchThat| |SturmHabichtCoefficients|
+ |genericRightTraceForm| |inGroundField?| |padicFraction|
+ |roughEqualIdeals?| |imagI| |setleft!| |singleFactorBound|
+ |substitute| |cyclic| |lfinfieldint| |explogs2trigs| |maxrank|
+ |f01mcf| |showScalarValues| |printingInfo?| |monicDivide|
+ |removeDuplicates| |testDim| |union| |norm| |setrest!| |super| |Aleph|
+ |subQuasiComponent?| |invertible?| |setVariableOrder| |fractRagits|
+ |leftExactQuotient| |bumprow| |number?| |rightUnit| |consnewpol|
+ |elements| |getVariableOrder| |index| |f02abf| |any?|
+ |LazardQuotient2| |exp| |credPol| |e01baf| |diff| |iipow|
+ |nonSingularModel| |OMgetApp| |size?| |explimitedint| |checkPrecision|
+ |differentialVariables| |OMputVariable| |nextPrime| |iiperm| |notelem|
+ |gradient| |c06fqf| |sup| |listBranches| |intChoose|
+ |restorePrecision| |infRittWu?| |rischDE| |henselFact| |mantissa|
+ |pair| |exprToXXP| |unparse| |gbasis| |palgRDE| |setColumn!|
+ |createThreeSpace| |unitVector| |iicos| |odd?| |leastPower|
+ |outputAsTex| |s13acf| |s14abf| |explicitEntries?| |OMReadError?|
+ |shiftRight| |e02dcf| |firstUncouplingMatrix| |iicoth| |common| |sPol|
+ |color| |drawCurves| |approximants| |legendreP| |numberOfOperations|
+ |varselect| |previous| |setMaxPoints3D| |principal?| |leftOne|
+ |solveRetract| |digit?| |deepestInitial| |pmComplexintegrate|
+ |mainCoefficients| |bombieriNorm| |lyndon?| |weakBiRank| |coefChoose|
+ |leftTraceMatrix| |newTypeLists| |range| |rationalApproximation|
+ |precision| |e02aef| |complexEigenvalues| |ddFact| |pair?|
+ |rationalPoint?| |f02ajf| |f02fjf| |rename| |leviCivitaSymbol|
+ |radPoly| |compBound| |zCoord| |cAcsch| |cotIfCan| |iicosh| |yCoord|
+ |OMreadStr| |removeCoshSq| |inverseIntegralMatrix| |cRationalPower|
+ |empty?| |region| |lazyPquo| |decomposeFunc| F |minPol| |term|
+ |e02daf| |messagePrint| |basisOfLeftAnnihilator| |jordanAlgebra?|
+ |fortranLiteral| |irreducibleRepresentation| |selectODEIVPRoutines|
+ |trunc| |rightMult| |resetBadValues| |pToDmp| |listYoungTableaus|
+ |simpsono| |ListOfTerms| |returnType!| |mat| |s21bcf| |rCoord|
+ |f01maf| |indiceSubResultant| |sizeLess?| |addiag| |symbolIfCan|
+ |quasiMonicPolynomials| |makeprod| |tableau|
+ |createLowComplexityNormalBasis| |compactFraction| |square?|
+ |clipSurface| |sayLength| |heapSort| |is?| |atanIfCan|
+ |solveLinearPolynomialEquationByRecursion| |pointPlot|
+ |createZechTable| |tubeRadius| |numberOfComposites| |showTypeInOutput|
+ |btwFact| |unit| |aQuadratic| |lazyPseudoDivide| |currentScope|
+ |Lazard| |zeroDim?| |axes| |hexDigit| |sumOfKthPowerDivisors| |stack|
+ |overset?| |zero?| |discriminant| |radicalEigenvalues| |extract!|
+ |basis| |rule| |basicSet| |domainOf| |getCode| |diophantineSystem|
+ |critMTonD1| |frst| |coerceListOfPairs| |internalLastSubResultant|
+ |simplify| |dihedralGroup| |title| |cSec| |d01aqf|
+ |semiResultantEuclidean2| |coshIfCan| |sequences|
+ |functionIsOscillatory| |resultant| |content| |escape| |intcompBasis|
+ |showTheRoutinesTable| |term?| |lprop| |att2Result| |complexRoots|
+ |prinpolINFO| |mainMonomials| |fortranCompilerName| |twoFactor|
+ |rightOne| |tan2trig| |multiplyExponents| |truncate|
+ |viewThetaDefault| |e| |getMeasure| |any| |nthFlag| |taylorRep|
+ |select!| |symmetricSquare| |d03eef| |retractIfCan| |bivariate?|
+ |tanintegrate| |ricDsolve| |maxPoints| |doubleComplex?|
+ |idealSimplify| |hyperelliptic| |extractPoint| |stronglyReduced?|
+ |back| |makeSeries| |totalfract| |exptMod| |iisinh| |Gamma|
+ |exponents| |updateStatus!| |regularRepresentation| |contract|
+ |oblateSpheroidal| |flatten| |sh| |multiset| |approxSqrt| |csc2sin|
+ |f02awf| |palgRDE0| |besselJ| |rdregime| |reciprocalPolynomial|
+ |cothIfCan| |rowEchLocal| |e04dgf| |doublyTransitive?| |rootPoly|
+ |makingStats?| |setMaxPoints| |divisors| |intensity| |OMputInteger|
+ |conjugate| |typeList| |basisOfNucleus| |tryFunctionalDecomposition|
+ |psolve| |iisqrt3| |solveLinearPolynomialEquation|
+ |subResultantsChain| |satisfy?| |cfirst| |removeSquaresIfCan| |e01sbf|
+ |stripCommentsAndBlanks| |unravel| |decompose| |atoms|
+ |associatedEquations| |SturmHabichtMultiple| |bezoutMatrix| |chvar|
+ |extractBottom!| |palglimint| |e02baf| |ode| |symmetricTensors|
+ |lookup| |rightRemainder| |OMgetInteger| |sizePascalTriangle| |df2mf|
+ |triangulate| |s13aaf| |primes| |concat| |map| |or?| |fullDisplay|
+ |ScanFloatIgnoreSpaces| |setelt!| |sqfrFactor| |root| |repeating?| ~
+ |isExpt| |completeHensel| |s17adf| |setPredicates|
+ |subResultantGcdEuclidean| |lazyPseudoRemainder| |setchildren!| |dark|
+ |multisect| NOT |unrankImproperPartitions1| |PDESolve| |ode2| |dim|
+ |csc| |c02agf| |aromberg| |closedCurve?| |prinb| |primintegrate| OR
+ |open| |minimize| |bright| |coerceP| |topPredicate| |asin|
+ |gcdPolynomial| |OMgetType| |fibonacci| |axesColorDefault|
+ |extendedResultant| |splitDenominator| AND |Ei| |romberg| |lighting|
+ |acos| |supDimElseRittWu?| |iidsum| |infieldint| |f04adf| |d01anf|
+ |order| |convert| |integral?| |semiLastSubResultantEuclidean|
+ |drawStyle| |quasiRegular| |obj| |changeMeasure| |mkPrim|
+ |minColIndex| |degreePartition| |tanNa| |light| |members| |rowEchelon|
+ |octon| |alphabetic| |commutative?| |realEigenvectors| |contractSolve|
+ |monomRDE| |cache| |label| |OMputAttr| |numberOfIrreduciblePoly|
+ |commonDenominator| |atan| |coord| |medialSet| |separant|
+ |cyclicGroup| |factorSFBRlcUnit| |acosIfCan| |uniform| |ord|
+ |myDegree| |basisOfMiddleNucleus| |pushup|
+ |noncommutativeJordanAlgebra?| |hostPlatform| |imagk| |length|
+ |clearFortranOutputStack| |addmod| |lowerCase!| |setAdaptive3D|
+ |besselK| |measure2Result| |weighted| |nextNormalPrimitivePoly|
+ |UnVectorise| |nativeModuleExtension| |scripts| |parabolicCylindrical|
+ |delete| |triangularSystems| |qinterval| |generalLambert| |properties|
+ |complexLimit| |generic| |deepestTail| |singularitiesOf|
+ |rightTraceMatrix| |upperCase?| |commutativeEquality| |iExquo|
+ |midpoint| |translate| |quoted?| |primextendedint| |sylvesterSequence|
+ |gethi| |optional?| |leftDiscriminant| |headReduce| |e02dff|
+ |primPartElseUnitCanonical| |compound?| |setright!|
+ |generalizedEigenvectors| |npcoef| |listOfLists| |rootKerSimp| *
+ |nullary?| |curve?| |scanOneDimSubspaces| |init| |fortranComplex|
+ |flagFactor| |setValue!| |unitNormal| |makeSUP| |leftScalarTimes!|
+ |wreath| |li| |d01amf| |accuracyIF| |partition| |extensionDegree|
+ |oneDimensionalArray| |listexp| |algSplitSimple| |readIfCan!|
+ |particularSolution| |edf2ef| |generalInfiniteProduct|
+ |numberOfPrimitivePoly| |algebraicSort| |brillhartIrreducible?| |cSin|
+ |brace| |error| |tableForDiscreteLogarithm| |genericRightNorm|
+ |cyclicParents| |tRange| |cylindrical| |HenselLift| |commutator|
+ |setOrder| |constantKernel| |unexpand| |numberOfFractionalTerms|
+ |assert| |meshFun2Var| |listLoops| |nextPrimitivePoly|
+ |screenResolution3D| |elColumn2!| |createRandomElement| |mapGen|
+ |saturate| |simplifyExp| |equality| |unmakeSUP| |computePowers|
+ |option| |numberOfFactors| |limit| |rk4| |antisymmetric?| |e02bcf|
+ |sumSquares| |integers| |weight| |genericRightDiscriminant|
+ |callForm?| |terms| |symmetricProduct| |ScanArabic| |setLabelValue|
+ |s17def| |diagonal| |value| |d03faf| |mindegTerm| |se2rfi|
+ |scalarMatrix| |fintegrate| |rootNormalize| |symbolTableOf|
+ |composites| |usingTable?| |setProperty!| |d01gaf| |lex|
+ |halfExtendedResultant2| |quartic| |f01brf| |s15adf|
+ |semiSubResultantGcdEuclidean1| |setProperties!| |log10| |factorset|
+ |lieAlgebra?| |leaves| |noLinearFactor?| |recolor| |numberOfDivisors|
+ |f01qef| |divisor| |hasTopPredicate?| |supRittWu?| |bitand| |sinIfCan|
+ |leftRecip| |headReduced?| |second| |startPolynomial| |roughBase?|
+ |normalizedDivide| |prepareDecompose| |iiacsc|
+ |linearlyDependentOverZ?| |bitior| |subNode?| |setref|
+ |pointColorDefault| |third| |top!| |enqueue!| |outputFixed|
+ |rightDivide| |superHeight| |point?| |ReduceOrder| UTS2UP |sort|
+ |printInfo| |dictionary| |optAttributes| |var2StepsDefault|
+ |mainContent| |iiatanh| |taylorIfCan| |stirling2| |iomode| |graeffe|
+ |leftNorm| |anfactor| |matrix| |iiatan| |processTemplate| |red|
+ |leftLcm| |reducedContinuedFraction| |leadingIdeal|
+ |definingPolynomial| |imagE| |pop!| |f2st| |LowTriBddDenomInv|
+ |fortranLogical| |genericRightTrace| |f07fef| |reseed| |mergeFactors|
+ |unary?| |newReduc| |center| |radicalSimplify| |vspace| |cscIfCan|
+ |dflist| |numberOfMonomials| |duplicates?| |LagrangeInterpolation|
+ |tubePointsDefault| |test| |mapExponents| |oddintegers| |changeBase|
+ |branchIfCan| |hconcat| |subset?| |algintegrate| |prefix| |random|
+ |flexibleArray| |shade| |distance| |symmetricRemainder| |algebraicOf|
+ |dfRange| |zeroVector| |mainVariable| |fixedPoint| |secIfCan| |deriv|
+ |rightDiscriminant| |removeCosSq| |pushucoef| |less?| |pattern|
+ |e02zaf| |f04maf| |isAbsolutelyIrreducible?| |generateIrredPoly|
+ |sizeMultiplication| |routines| |LyndonCoordinates| |swapRows!|
+ |nthExpon| |iiacoth| |rectangularMatrix| |baseRDE| |matrixDimensions|
+ |overbar| |drawComplex| |mainDefiningPolynomial| |simpleBounds?|
+ |minimalPolynomial| |d01apf| |e02ddf| |totalDifferential|
+ |aspFilename| |lexGroebner| |outputMeasure| |sign| |minGbasis|
+ |createMultiplicationMatrix| |getGoodPrime| |generate|
+ |symmetricGroup| |debug| |fortranDouble| |ramified?|
+ |multiEuclideanTree| |screenResolution| |socf2socdf| |rst| |push!|
+ |message| |name| |quasiRegular?| |cAtanh| |OMopenString| D |operator|
+ |constantCoefficientRicDE| |raisePolynomial| |univariatePolynomial|
+ |s14aaf| |hspace| |superscript| |basisOfLeftNucloid| |body|
+ |binaryFunction| |incrementBy| |errorKind| |sts2stst|
+ |separateDegrees| |minimumExponent| |cap| |hue| |PollardSmallFactor|
+ |removeRedundantFactorsInPols| |expand| |insertMatch|
+ |getPickedPoints| |completeEval| |graphCurves| |leadingSupport|
+ |SturmHabichtSequence| |airyAi| |genericLeftMinimalPolynomial|
+ |moduloP| |filterWhile| |viewWriteDefault| |entries| |nsqfree|
+ |cycles| |changeVar| |pade| |functionIsContinuousAtEndPoints| |c06fpf|
+ |phiCoord| |filterUntil| |compose| |changeWeightLevel| |bitLength|
+ |mathieu23| |wrregime| |isTimes| |latex| |ideal| |dilog| |algDsolve|
+ |select| |qqq| |jordanAdmissible?| |An| |OMmakeConn| |approxNthRoot|
+ |complexEigenvectors| |showIntensityFunctions| |mapdiv|
+ |OMlistSymbols| |hitherPlane| |basisOfCenter| |stFuncN|
+ |clearTheSymbolTable| |prepareSubResAlgo| |binomThmExpt|
+ |makeFloatFunction| |evenlambert| |charpol| |sin|
+ |complexNumericIfCan| |rischDEsys| |push| |removeConstantTerm|
+ |supersub| |invertibleSet| |inRadical?| |halfExtendedSubResultantGcd2|
+ |df2fi| |cos| |ran| |initiallyReduced?| |linGenPos| |empty|
+ |internalSubQuasiComponent?| |elliptic| |goodnessOfFit| |difference|
+ |whatInfinity| |constant| |tan| |rightUnits|
+ |selectMultiDimensionalRoutines| |print| |reduceLODE| |copy|
+ |extractTop!| |e04ycf| |monicDecomposeIfCan| |nextSublist|
+ |selectOptimizationRoutines| |edf2df| |leadingExponent| |vertConcat|
+ |OMgetEndAttr| |divideIfCan!| |resultantEuclidean| |eigenvector|
+ |monicModulo| |log2| |lagrange| |status| |cot| |makeRecord| |low|
+ |sech2cosh| |rightRank| |morphism| |position!| |rootOfIrreduciblePoly|
+ |rightMinimalPolynomial| |leftUnits| |chineseRemainder|
+ |stiffnessAndStabilityFactor| |autoCoerce| |log| |exQuo| |subHeight|
+ |UpTriBddDenomInv| |standardBasisOfCyclicSubmodule| |viewPhiDefault|
+ |cCot| |sec| |setleaves!| |zag| |makeCrit| |generalizedInverse|
+ |f07adf| |schema| |localUnquote| |var1StepsDefault| |inf| |sncndn|
+ |conditionP| |presuper| |bezoutDiscriminant| |userOrdered?|
+ |numericalIntegration| |f2df| |s01eaf| |toseInvertibleSet|
+ |subscriptedVariables| |optpair| |antisymmetricTensors| |innerSolve|
+ |dAndcExp| |semiDegreeSubResultantEuclidean| |inverse|
+ |fractionFreeGauss!| |Lazard2| |clearCache| |components| |maxIndex|
+ |OMunhandledSymbol| |setStatus| |linearDependenceOverZ| |permutation|
+ BY |typeLists| |slex| |gcdPrimitive| |rationalIfCan| |list?|
+ |palgextint0| |headRemainder| |logIfCan| |setErrorBound| |arrayStack|
+ |leadingTerm| |level| |e04naf| |rewriteIdealWithRemainder|
+ |fractRadix| |OMgetEndError| |interpolate| |insert| |OMgetObject|
+ |chebyshevU| |leftTrace| |oddlambert| |moebius| |insertionSort!|
+ |palgint| |curveColorPalette| |outputSpacing| |addPointLast|
+ |setnext!| |constantRight| |factorList| |pushdterm| |iisec|
+ |printCode| |subSet| |factorial| |objectOf| |cCsc| |ldf2vmf|
+ |torsionIfCan| |euclideanSize| |sin?| |cross| |expPot| |coerceS|
+ |function| |exprex| |totalDegree| |quadraticNorm| |sin2csc| |adaptive|
+ |primPartElseUnitCanonical!| |physicalLength!| |baseRDEsys| |kernel|
+ |denominator| |ksec| |zeroDimPrimary?| |euler| |derivative|
+ |nextPrimitiveNormalPoly| |draw| |purelyAlgebraicLeadingMonomial?|
+ |leftAlternative?| |solveInField| |constant?| |expandPower|
+ |invmultisect| |generalSqFr| |fortranInteger| |rootOf|
+ |balancedBinaryTree| |sqfree| |goodPoint| |multiEuclidean| |generator|
+ |rightLcm| |simplifyPower| |lfunc| |semiResultantEuclideannaif|
+ |imagj| |upperCase| |fortran| |GospersMethod| |e02agf| |noKaratsuba|
+ |SFunction| |closedCurve| |stopTableGcd!| |printHeader| |nextItem|
+ |rotate| |fprindINFO| |sub| |trim| |setClipValue| |complexNumeric|
+ |rootPower| |cup| |makeObject| |f02aff| |genericLeftNorm|
+ |lazyIrreducibleFactors| |close| |cCos| |palglimint0| |s20adf|
+ |fortranCharacter| |varList| |janko2| |iifact| |splitConstant|
+ |branchPointAtInfinity?| |perfectNthRoot| |printTypes| |iitan|
+ |stoseInvertible?sqfreg| |kernels| |bivariateSLPEBR| |component|
+ |mkAnswer| |remove| |rightRecip| |s17ajf| |ode1| |coef| |display|
+ |removeSinSq| |cAcosh| |tValues| |and?| |univariate| |clipParametric|
+ |prolateSpheroidal| |linearAssociatedExp| |comment|
+ |normalizeAtInfinity| |lyndon| |genericPosition| |pastel|
+ |possiblyInfinite?| |expenseOfEvaluationIF| |f01rcf| |last|
+ |shiftRoots| |Si| |monomials| |removeRedundantFactors|
+ |absolutelyIrreducible?| |copyInto!| |extractSplittingLeaf| |showAll?|
+ |assoc| |tanhIfCan| |f02akf| |ParCondList| |bandedHessian|
+ |semiIndiceSubResultantEuclidean| |backOldPos| |purelyAlgebraic?|
+ |c05pbf| |lo| |factor| |colorDef| |lcm| |s18adf| |normalDenom|
+ |mergeDifference| |combineFeatureCompatibility| |powers|
+ |genericRightMinimalPolynomial| |binary| |incr|
+ |zeroSetSplitIntoTriangularSystems| |complement| |sqrt| |specialTrigs|
+ |expextendedint| |selectAndPolynomials| |completeHermite| |lift|
+ |stoseInvertibleSetsqfreg| |input|
+ |dimensionOfIrreducibleRepresentation| |hi| |OMcloseConn| |finite?|
+ |d02bhf| |real| |append| |minus!| |csch2sinh| |radicalEigenvector|
+ |reduce| |minPoints| |aQuartic| |library| |identitySquareMatrix|
+ |OMsupportsSymbol?| |badValues| |imag| |realSolve| |makeEq|
+ |stoseInvertible?| |gcd| |nil?| |iiacosh| |normalForm| |split!| =
+ |zRange| |divergence| |complexExpand| |quote| |directProduct|
+ |bandedJacobian| |false| |coerceL| |argscript| |e02ahf| |symbolTable|
+ |Beta| |cyclic?| |tablePow| |map!| |script| |nextColeman| |iilog|
+ |youngGroup| |maxRowIndex| |OMgetString| |tubePoints| |meatAxe|
+ |belong?| |sec2cos| |expandTrigProducts| |qsetelt!| < |setvalue!|
+ |solveid| |randnum| |rubiksGroup| |destruct| |reduceBasisAtInfinity|
+ |var1Steps| |palgLODE0| |linearAssociatedLog| |setfirst!| |singular?|
+ |set| > |normInvertible?| |kroneckerDelta| |nextPartition|
+ |currentEnv| |float?| |atrapezoidal| |edf2efi| |pushdown| |harmonic|
+ |e02gaf| <= |tex| |lazyResidueClass| |integralAtInfinity?| |ODESolve|
+ |plus| |returnTypeOf| |solid| |internalSubPolSet?| |OMgetAttr| |#|
+ |normalElement| |derivationCoordinates| |tab1| >= |elliptic?|
+ |checkRur| |factorPolynomial| |member?| |firstDenom| |eval|
+ |linearPart| |complexElementary| |cschIfCan| |outputForm| |cCsch|
+ |delay| |ratDenom| |OMgetAtp| |localAbs| |monomial| |call|
+ |numberOfComponents| |postfix| |mainCharacterization|
+ |groebnerFactorize| |f04axf| |hclf| |acsch| |bindings|
+ |balancedFactorisation| |permutationGroup| |lifting| |multivariate|
+ |sn| |OMputFloat| |viewSizeDefault| |makeSin| |numberOfVariables|
+ |regime| |trueEqual| + |times!| |lists| |variables| |numFunEvals3D|
+ |primitivePart| |times| |surface| |stirling1| |removeZero| |s19adf|
+ |tan2cot| |cot2tan| - |purelyTranscendental?| |someBasis| |showRegion|
+ |in?| |karatsubaOnce| |shellSort| |partitions| |changeNameToObjf|
+ |rationalPoints| / |numberOfComputedEntries| |integralCoordinates|
+ |mvar| |radicalRoots| |resultantEuclideannaif| |bottom!| |middle|
+ |collect| |monicRightFactorIfCan| |mainForm| |OMputEndBVar| |fmecg|
+ |viewport2D| |nullity| |e04fdf| |getIdentifier| |s19aaf|
+ |printStatement| |reduced?| |tryFunctionalDecomposition?| |represents|
+ |iteratedInitials| |shallowCopy| |monom|
+ |stiffnessAndStabilityOfODEIF| |besselI| |zeroSetSplit|
+ |taylorQuoByVar| |OMgetBind| |show| |clikeUniv| |safeCeiling| LODO2FUN
+ |hdmpToDmp| |taylor| |realEigenvalues| |f01ref| |algebraicDecompose|
+ |selectsecond| |putGraph| |recur| |preprocess| |setFieldInfo|
+ |linearDependence| |univariate?| |laurent| |factorAndSplit|
+ |categoryFrame| |tubePlot| |conical| |moduleSum| |quasiComponent|
+ |trace| |alphanumeric| |minset| |infiniteProduct| |directSum|
+ |puiseux| |f04asf| |listConjugateBases| |smith| |nand| |orbits|
+ |realElementary| |d01asf| |doubleRank| |limitPlus| |row|
+ |outputFloating| |matrixConcat3D| |rightQuotient| |buildSyntax|
+ |unitNormalize| |isQuotient| |polyPart| |reducedQPowers|
+ |repeatUntilLoop| |OMwrite| |inv| |maxColIndex| |nthCoef|
+ |controlPanel| |one?| |geometric| |stop| |exists?| |setFormula!|
+ |complex?| |integerIfCan| |/\\| |ground?| |merge| |cAsin|
+ |HermiteIntegrate| |sechIfCan| |makeCos| |primaryDecomp| |jacobian|
+ |ground| |rarrow| |factorGroebnerBasis| |graphState| |critT| |\\/|
+ |allRootsOf| |substring?| |e02bef| |createNormalPoly| |permutations|
+ |option?| |intersect| |acschIfCan| |elementary| |OMgetEndAtp| |s21baf|
+ |roman| |leadingMonomial| |transcendent?| |iiasec| |lepol|
+ |setAdaptive| |LyndonBasis| |dmp2rfi| |decrease| |reducedForm|
+ |physicalLength| |iisqrt2| |OMopenFile| |over| |generic?|
+ |leadingCoefficient| |suffix?| |associatorDependence| |optimize|
+ |wholePart| |hMonic| |leastMonomial| |height| |int| |OMputString|
+ |getDatabase| |polar| |addBadValue| |BasicMethod|
+ |coercePreimagesImages| |primitiveMonomials| |vectorise| |dom| FG2F
+ |genericLeftDiscriminant| |wronskianMatrix| |zerosOf| |packageCall|
+ |B1solve| |bezoutResultant| |f01qcf| |curryRight| |contours| |prefix?|
+ |reductum| |rewriteIdealWithHeadRemainder| |trigs2explogs| |rur|
+ |sortConstraints| |rquo| |reflect| |getZechTable| |redPo|
+ |internalZeroSetSplit| |assign| |createGenericMatrix| |trapezoidal|
+ |pack!| |wordsForStrongGenerators| |OMreadFile| |quasiMonic?|
+ |primeFrobenius| |universe| |realRoots| |d01bbf| |f02xef| |diagonal?|
+ |OMputAtp| |modulus| |setScreenResolution| |expintegrate| |c06ecf|
+ |condition| |e04ucf| |decimal| |leftRank| |nthExponent| |digit|
+ |logGamma| |cycleRagits| |numberOfImproperPartitions| |denomRicDE|
+ |torsion?| |dimensions| |critBonD| |showTheFTable| |s19acf|
+ |normalized?| |prefixRagits| |repeating| |xn| |palgintegrate| |c06eaf|
+ |solve1| |createMultiplicationTable| |multiplyCoefficients|
+ |subtractIfCan| |rules| |bipolarCylindrical| |zeroDimPrime?|
+ |binarySearchTree| |mainPrimitivePart| |logpart| |depth| |schwerpunkt|
+ |nextsubResultant2| |infix?| |revert| |basisOfCentroid|
+ |intPatternMatch| |diag| |monicCompleteDecompose| |patternVariable|
+ |imagi| |reduction| |normalizeIfCan| |mask| |split| |linSolve|
+ |s17dhf| |rowEchelonLocal| |padecf| |d02gaf| |cycleTail| |makeFR|
+ |iiabs| |c06gsf| |pointColor| |tanQ| |fixedPoints| |c06ekf|
+ |lastSubResultant| |rename!| |say| |hex| |nextLatticePermutation|
+ |deepExpand| |dimensionsOf| |currentSubProgram| |beauzamyBound|
+ |moreAlgebraic?| |setTex!| |evaluateInverse| |nary?| |e02def|
+ |representationType| |factorsOfDegree| |Vectorise| |repSq| |elRow1!|
+ |separateFactors| |orOperands| |fixPredicate|
+ |semiResultantReduitEuclidean| |extractIndex| |duplicates| |remainder|
+ |toseInvertible?| |mapBivariate| |exponent| |sinhIfCan| |readable?|
+ |incrementKthElement| |KrullNumber| |getProperty| |leadingIndex|
+ |rightFactorIfCan| |identity| |operation| |cycle| |fortranTypeOf|
+ |ratpart| |subNodeOf?| |mapMatrixIfCan| |acscIfCan|
+ |subResultantChain| |iiacsch| F2FG |monic?| |localReal?|
+ |univariatePolynomials| |lazy?| |arguments| |rootRadius|
+ |sturmSequence| |setCondition!| |factorSquareFree| |cCoth| |nodes|
+ |withPredicates| |modularFactor| |iFTable| |wordInGenerators|
+ |makeGraphImage| |shift| |genus| |eisensteinIrreducible?| |s17akf|
+ |uniform01| |insertRoot!| |cyclotomicDecomposition| |magnitude|
+ |OMconnOutDevice| |OMgetFloat| |polCase| |s21bbf| |lieAdmissible?|
+ |prevPrime| |cons| |iprint| |cyclotomicFactorization| |changeName|
+ |graphStates| |closed?| |selectSumOfSquaresRoutines| |insert!| |cLog|
+ |simpson| |exponential1| |generalPosition| |strongGenerators| |solid?|
+ |elem?| |iisech| |resultantReduit| |e01daf| |euclideanGroebner|
+ |presub| |zeroOf| |OMread| |polygon| |fortranReal| |increment|
+ |eigenvectors| |leftPower| |indiceSubResultantEuclidean|
+ |intermediateResultsIF| |minordet| |createPrimitivePoly| |eulerPhi|
+ |e04jaf| |removeSuperfluousCases| |qelt| |basisOfCommutingElements|
+ |shallowExpand| |deleteRoutine!| |box| |solveLinear| |singRicDE|
+ |palgextint| |constantLeft| |bfKeys| |inverseLaplace|
+ |exprHasLogarithmicWeights| |character?| |linear| |create| |t|
+ |s17dlf| |countRealRootsMultiple| |basisOfRightNucloid|
+ |stoseInvertible?reg| |source| |options| |xRange| |pr2dmp| |equation|
+ |exponential| |resetVariableOrder| |bumptab| |squareFreePart|
+ |numberOfHues| |expressIdealMember| |gderiv| |reverseLex| |not|
+ |yRange| |expenseOfEvaluation| |removeRoughlyRedundantFactorsInPols|
+ |jacobiIdentity?| |node?| |polynomial| |univariatePolynomialsGcds|
+ |dn| |irreducibleFactor| |indicialEquations| |anticoord|
+ |loadNativeModule| |integral| |multiple?| |quoByVar|
+ |squareFreeLexTriangular| |product| |lhs| |discriminantEuclidean|
+ |clearTable!| |wholeRadix| |subResultantGcd| |id| |trigs| |string|
+ |toroidal| |boundOfCauchy| |RemainderList| |getMultiplicationMatrix|
+ |RittWuCompare| |iisin| |rhs| |OMlistCDs| |or| |Nul| |eigenvalues|
+ |setProperties| |algebraicVariables| |cTan| |divide|
+ |semiResultantEuclidean1| |upperCase!| |OMreceive|
+ |stoseSquareFreePart| |validExponential| |OMgetEndBVar|
+ |lastSubResultantEuclidean| |table| |target| |reify| |seed|
+ |monomRDEsys| |solve| |LiePoly| |perfectNthPower?| |primlimintfrac|
+ |startTable!| |delete!| |llprop| |monicRightDivide| |new| |find|
+ |width| |create3Space| |prime| |primitivePart!| |cAsinh|
+ |halfExtendedSubResultantGcd1| |null| |mapUnivariate| |nullSpace|
+ |euclideanNormalForm| |s13adf| |positiveRemainder| |setRealSteps|
+ |lowerPolynomial| |cAsec| |divideExponents| |s14baf| |setMinPoints3D|
+ |f01qdf| |mindeg| |case| |nthr| |modifyPoint| |exactQuotient!|
+ |expandLog| |OMputEndApp| |iiasinh| |mathieu12| |children| |opeval|
+ |irreducibleFactors| |hasPredicate?|
+ |unprotectedRemoveRedundantFactors| |setPrologue!| |Zero| |initial|
+ |iiacos| |squareTop| |applyRules| |extendIfCan| |initials| |inspect|
+ |column| |symmetricPower| |e02ajf| |indicialEquation| |remove!| |One|
+ |OMsend| |enterPointData| |yCoordinates| |OMputEndError| |pomopo!|
+ |useSingleFactorBound?| |element?| |OMputEndAtp| |viewpoint|
+ |associator| |OMconnectTCP| |iiacot| |rightZero| |outputArgs| |rk4f|
+ |sinh2csch| |isMult| |updatD| |rotate!| |stFunc2| |equivOperands|
+ |squareFreeFactors| |part?| |edf2fi| |nextSubsetGray|
+ |possiblyNewVariety?| |e01bhf| |subTriSet?| |appendPoint| |sparsityIF|
+ |functionIsFracPolynomial?| |optional| |subscript|
+ |invertibleElseSplit?| |addMatch| |algebraicCoefficients?|
+ |coefficient| |rangeIsFinite| |lSpaceBasis| |close!| |lfintegrate|
+ |OMputSymbol| |getCurve| |convergents| |save| |pointLists|
+ |univariateSolve| |gcdcofact| |tanh2trigh| |factorByRecursion|
+ |coefficients| |pointColorPalette| |merge!| |poisson| |fglmIfCan|
+ |padicallyExpand| |alternative?| |exprToGenUPS| |slash|
+ |inconsistent?| |po| |getMatch| |tab| |void| |elt| |complexSolve|
+ |bernoulli| |argumentListOf| |quasiAlgebraicSet| |separate|
+ |branchPoint?| |numberOfNormalPoly| |module| |drawToScale|
+ |rewriteIdealWithQuasiMonicGenerators| |OMencodingXML| |redmat|
+ |palginfieldint| |e02akf| |acotIfCan| |OMgetEndApp| |expr| |dequeue!|
+ |left| |exponentialOrder| |positive?| |logical?| |dot|
+ |createLowComplexityTable| |rightPower| |nilFactor| |rightExtendedGcd|
+ |scale| |tube| |extend| |charthRoot| |right| |updatF| |normal?|
+ |rightRankPolynomial| |generators| |bit?| |numeric| |increase|
+ |numerators| |cAcot| |infinityNorm| |failed?| |OMconnInDevice| |entry|
+ |copies| |d02kef| |radical| |squareFree| |f02aaf| |OMgetBVar|
+ |modTree| |ef2edf| |plot| |kovacic| |isOp| |f01bsf|
+ |listRepresentation| |ellipticCylindrical| |nonLinearPart|
+ |andOperands| |acoshIfCan| |getButtonValue| |char| |d03edf| |mesh|
+ |dominantTerm| |variable| |e01bef| |curry| |transcendentalDecompose|
+ |f07fdf| |move| |seriesToOutputForm| |head| |factorsOfCyclicGroupSize|
+ |maximumExponent| |cAsech| |redPol| |c02aff| |prologue|
+ |fortranLinkerArgs| |certainlySubVariety?| |top| |primeFactor|
+ |retractable?| |trace2PowMod| |minrank| |match?|
+ |inverseIntegralMatrixAtInfinity| |d02ejf| |numFunEvals| |rspace|
+ |open?| |continue| |exprToUPS| |symmetric?| |exprHasAlgebraicWeight|
+ |quotientByP| |totalGroebner| |clipBoolean| |more?| |setImagSteps|
+ |polyred| |divisorCascade| |setPoly| |float| |finiteBound|
+ |swapColumns!| |insertBottom!| |isList| |equiv| |birth| |replace|
+ |readLineIfCan!| |powmod| |f04mcf| |bag| |showTheSymbolTable|
+ |gcdcofactprim| |const| |numericalOptimization| |tracePowMod|
+ |rombergo| |inc| |gramschmidt| |digamma| |plotPolar| |countRealRoots|
+ |cot2trig| |extension| |characteristicSerie| |basisOfRightNucleus|
+ |printStats!| |infieldIntegrate| |leftFactorIfCan|
+ |symmetricDifference| |initTable!| |toseSquareFreePart| |relerror|
+ |omError| |iicsc| |hessian| |copy!| |setMinPoints| |knownInfBasis|
+ |horizConcat| |iiexp| |lowerCase| |ptree| |nextsousResultant2|
+ |characteristicPolynomial| |quotedOperators| |inrootof|
+ |ScanFloatIgnoreSpacesIfCan| |reindex| |c06gcf| |formula|
+ |putColorInfo| |safeFloor| |OMParseError?| |problemPoints|
+ |bubbleSort!| |double?| |swap!| |relativeApprox| |createNormalElement|
+ |integer?| |pointData| GF2FG |resize| |s18def| |leftExtendedGcd|
+ |cExp| |conjugates| |degreeSubResultant| |innerint| |e01bgf|
+ |mapSolve| |groebSolve| |makeop| |cTanh| |eulerE| |green| |infix| GE
+ |froot| |stoseInvertibleSetreg| |qPot| |conditionsForIdempotents|
+ |polygamma| |cPower| |ridHack1| |lowerCase?| |whileLoop|
+ |halfExtendedResultant1| GT |s17ahf| |OMgetSymbol| |nrows|
+ |singularAtInfinity?| |normalize| UP2UTS |createPrimitiveNormalPoly|
+ |makeMulti| |reopen!| |s17agf| LE |pole?| |nthRootIfCan| |ncols|
+ |datalist| |shiftLeft| |elRow2!| |e02bbf| |constDsolve| |isPower|
+ |df2ef| |mathieu11| LT |generalizedContinuumHypothesisAssumed?|
+ |useEisensteinCriterion| |asinIfCan| |invertIfCan| |tanSum|
+ |basisOfLeftNucleus| |genericLeftTrace| |leftRegularRepresentation|
+ |integralBasis| |rotatex| |power| |showClipRegion| |operators|
+ |unitsColorDefault| |alternating| |enumerate| |getMultiplicationTable|
+ |hdmpToP| |normalDeriv| |equiv?| |symbol| |createNormalPrimitivePoly|
+ |associatedSystem| |mapCoef| |augment| |predicates| |symbol?|
+ |primitive?| |nullary| |FormatRoman| |unaryFunction|
+ |removeIrreducibleRedundantFactors| |ratPoly| |polyRDE| |makeVariable|
+ |addPoint| |sdf2lst| |wordInStrongGenerators| |cyclicEntries| |result|
+ |f02bbf| |chainSubResultants| RF2UTS
+ |removeSuperfluousQuasiComponents| |weierstrass| |integer|
+ |setStatus!| |topFortranOutputStack| |extendedSubResultantGcd|
+ |makeYoungTableau| |goto| |isPlus| |mkcomm| |hypergeometric0F1|
+ |recip| |solveLinearPolynomialEquationByFractions| |notOperand|
+ |parts| |untab| |brillhartTrials| |complexIntegrate| |lintgcd|
+ |enterInCache| |pdf2df| |stopTableInvSet!| |complementaryBasis|
+ |cosh2sech| |viewport3D| |indicialEquationAtInfinity| |radicalSolve|
+ |reduceByQuasiMonic| |f04qaf| ^ |asechIfCan| |curve|
+ |modularGcdPrimitive| |FormatArabic| |lazyPseudoQuotient|
+ |completeEchelonBasis| |internal?| |Hausdorff| |hasHi| |homogeneous?|
+ |f04faf| |null?| |csubst| |scalarTypeOf| |iroot| |endSubProgram|
+ |endOfFile?| |complete| |closeComponent| |leader| |internalIntegrate0|
+ |sumOfSquares| |critpOrder| |distribute| |setScreenResolution3D|
+ |bivariatePolynomials| |nonQsign| |doubleFloatFormat| |quickSort|
+ |coth2trigh| |critM| |OMputBind| |d01fcf| |f07aef|
+ |resetAttributeButtons| |s18dcf| |binomial| |findCycle| |signAround|
+ |normDeriv2| |extractClosed| |ravel| |scaleRoots| |e01saf|
+ |startTableGcd!| |bfEntry| |alphanumeric?| |leftUnit| |skewSFunction|
+ |erf| |c05adf| |toScale| |nextIrreduciblePoly| |fTable| |reshape|
+ |largest| |child?| |measure| |perfectSquare?| |setsubMatrix!|
+ |removeZeroes| |viewDeltaYDefault| |refine| |constantIfCan|
+ |predicate| |factors| |nthRoot| |OMputError| |makeSketch|
+ |removeDuplicates!| |checkForZero| |leftRemainder| |partialQuotients|
+ |palgint0| |figureUnits| |uncouplingMatrices| |primitiveElement|
+ |stopMusserTrials| |rootBound| |localIntegralBasis| |meshPar1Var|
+ |stoseInternalLastSubResultant| |biRank| |generalizedEigenvector|
+ |dimension| |mkIntegral| |polynomialZeros| |exp1| |groebnerIdeal|
+ |aCubic| |mpsode| |OMputObject| |shufflein| |fullPartialFraction|
+ |point| |OMgetEndBind| |real?| |rootSimp| |summation| |determinant|
+ |flexible?| |frobenius| |rootSplit| |expintfldpoly| |multinomial|
+ |computeCycleEntry| |central?| |nlde| |alternatingGroup| |child|
+ |update| |numberOfCycles| |palgLODE| |OMencodingBinary| |indices|
+ |primintfldpoly| |charClass| |powerSum| |prime?| |cyclicEqual?|
+ |OMsupportsCD?| |squareFreePolynomial| |numericIfCan| |series|
+ |selectPolynomials| |getRef| |algebraic?| |binaryTournament|
+ |numberOfChildren| |showTheIFTable| |partialFraction| |asecIfCan|
+ |lllp| |fortranLiteralLine| |badNum| |resetNew| |rangePascalTriangle|
+ |prinshINFO| |computeBasis| |moebiusMu| |symFunc| |randomR|
+ |removeRedundantFactorsInContents| |blue| |iidprod| |parameters|
+ |xCoord| |extendedEuclidean| |removeRoughlyRedundantFactorsInContents|
+ |cond| |musserTrials| |factor1| |f02agf| |internalInfRittWu?|
+ |addMatchRestricted| |subresultantVector|
+ |removeRoughlyRedundantFactorsInPol| |ParCond| |pToHdmp| |dec|
+ |subMatrix| |e01sff| |eyeDistance| |denomLODE| |resultantnaif| |leaf?|
+ |mapDown!| |parent| |ffactor| |min| |clearTheFTable|
+ |subresultantSequence| |matrixGcd| |makeTerm| |high| |position|
+ |nodeOf?| |inR?| |viewWriteAvailable| |cAcoth| |rightFactorCandidate|
+ |maxPoints3D| |e01sef| |viewPosDefault| |asinhIfCan| |bringDown|
+ |splitSquarefree| |invmod| |d02cjf| |quadratic?| |chiSquare1|
+ |binding| |cyclePartition| |chiSquare| |outerProduct| |makeResult|
+ |degreeSubResultantEuclidean| |stronglyReduce| |unitCanonical|
+ |OMUnknownCD?| |randomLC| |ceiling| |setButtonValue|
+ |lineColorDefault| |prindINFO| |unit?| |minPoly| |iiGamma|
+ |calcRanges| |LazardQuotient| |polygon?| |e02bdf|
+ |toseLastSubResultant| |shanksDiscLogAlgorithm| |antiAssociative?|
+ |qfactor| |rowEch| |hermite| |positiveSolve| |curveColor| |acothIfCan|
+ |generalTwoFactor| |characteristicSet| |createPrimitiveElement|
+ |mathieu22| |external?| |squareMatrix| |comparison| |hasSolution?|
+ |sort!| |normFactors| |prod| |shuffle| |true| |rightTrace| |pdf2ef|
+ |polyRicDE| |freeOf?| |fracPart| |stFunc1| |interpret| |leftFactor|
+ |laplacian| |implies| |clipPointsDefault| |associates?| |and|
+ |iCompose| |powern| |zeroSquareMatrix| |leftMult| |isobaric?|
+ |tensorProduct| |s18aef| |composite| |exteriorDifferential|
+ |normalise| |roughBasicSet| |infinite?| |radicalOfLeftTraceForm|
+ |constantOpIfCan| |colorFunction| |cn| |f02axf| |findBinding|
+ |quadratic| |xor| |iiasin| |choosemon| |coordinates|
+ |resultantReduitEuclidean| |imaginary| |lyndonIfCan| |corrPoly|
+ |rdHack1| |Is| |sturmVariationsOf| |getlo| |writeLine!|
+ |OMencodingSGML| |rewriteSetByReducingWithParticularGenerators|
+ |integralDerivationMatrix| |OMencodingUnknown| |fortranCarriageReturn|
+ |coth2tanh| |genericLeftTraceForm| |laurentRep| |rotatey| |c06ebf|
+ |pseudoDivide| |crest| |hash| |collectQuasiMonic| |laurentIfCan|
+ |fortranDoubleComplex| |lazyPrem| |returns|
+ |unrankImproperPartitions0| |transcendenceDegree|
+ |showFortranOutputStack| |getExplanations| |count| |leftZero|
+ |constantOperator| |vark| |scripted?| |initiallyReduce|
+ |sylvesterMatrix| |monomialIntPoly| |OMgetError| |viewZoomDefault|
+ |minPoints3D| |minimumDegree| |makeUnit| |ptFunc| |twist| |cycleEntry|
+ |groebner?| |highCommonTerms| |monicLeftDivide| |insertTop!| |heap|
+ |collectUnder| |antiCommutator| |lexico| |argument| |countable?|
+ |oddInfiniteProduct| |block| |splitLinear| |mapExpon| |getProperties|
+ |getOperands| |partialNumerators| |cardinality| |newSubProgram|
+ |powerAssociative?| |characteristic| |diagonalMatrix| |leftDivide|
+ |infLex?| |double| |cAtan| |OMsetEncoding| |output| |points|
+ |pushFortranOutputStack| |c06gbf| |inverseColeman| |pointSizeDefault|
+ |collectUpper| |traverse| |coerceImages| |rightAlternative?|
+ |makeViewport3D| |popFortranOutputStack| |limitedint| |commaSeparate|
+ |externalList| |stoseInvertibleSet| |addPoint2| |rischNormalize|
+ |f02aef| |ref| |seriesSolve| |bitCoef| |outputAsFortran|
+ |plusInfinity| |leastAffineMultiple| |relationsIdeal|
+ |modifyPointData| |mr| ~= |getBadValues| |s21bdf| |stopTable!| |numer|
+ |constructorName| |companionBlocks| |minusInfinity| |mdeg|
+ |getOperator| |degree| |qroot| |mesh?| |coerce| |cosIfCan|
+ |mapUnivariateIfCan| |errorInfo| |denom| |nor| |extendedint| |lp|
+ |viewDeltaXDefault| |antiCommutative?| |legendre| |nextNormalPoly|
+ |sum| |construct| |epilogue| |complexZeros| |mainValue| |Ci|
+ |cosSinInfo| |conjug| |mathieu24| |pdct| |bernoulliB| |getGraph|
+ |dioSolve| |ldf2lst| |wholeRagits| |retract| |pi|
+ |partialDenominators| |pleskenSplit| |cAcos| |overlabel| |rk4qc|
+ |factorSquareFreePolynomial| |declare!| |thetaCoord| |write!|
+ |pushNewContour| |infinity| |integralBasisAtInfinity|
+ |integralLastSubResultant| |spherical| |entry?| |reducedSystem|
+ |startTableInvSet!| |var2Steps| |pile| |zoom| |decreasePrecision|
+ |groebner| |aLinear| |monomial?| |basisOfRightAnnihilator| |root?|
+ |d01gbf| |newLine| |d02gbf| |setPosition| |type| |maxint| |modularGcd|
+ |laplace| |linearAssociatedOrder| |c06fuf| |pseudoRemainder|
+ |initializeGroupForWordProblem| |solveLinearlyOverQ| |trapezoidalo|
+ |laguerre| |denominators| |laguerreL| |internalIntegrate|
+ |triangular?| |useEisensteinCriterion?| |d01alf| |probablyZeroDim?|
+ |keys| |coHeight| |vconcat| |totolex| |nthFactor| |distFact| |e02adf|
+ |graphs| |f02bjf| |orthonormalBasis| |clipWithRanges| |cycleElt|
+ |f04mbf| |roughSubIdeal?| |zeroMatrix| |s15aef| |rotatez|
+ |LyndonWordsList| |coordinate| |associative?| |rroot| |setEmpty!|
+ |s18acf| |selectFiniteRoutines| |multMonom| |computeCycleLength|
+ |selectPDERoutines| |monomialIntegrate| |vector| |lquo|
+ |recoverAfterFail| |airyBi| |mix| |autoReduced?| |compiledFunction|
+ |finiteBasis| |rewriteSetWithReduction| |dequeue|
+ |trailingCoefficient| |differentiate| |roughUnitIdeal?|
+ |reducedDiscriminant| |direction| |triangSolve| |imagJ|
+ |drawComplexVectorField| |iicot| |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 a8e34635..7d6212c8 100644
--- a/src/share/algebra/interp.daase
+++ b/src/share/algebra/interp.daase
@@ -1,4933 +1,4942 @@
-(3148834 . 3427192362)
-((-2358 (((-108) (-1 (-108) |#2| |#2|) $) 63) (((-108) $) NIL)) (-2436 (($ (-1 (-108) |#2| |#2|) $) 18) (($ $) NIL)) (-1233 ((|#2| $ (-525) |#2|) NIL) ((|#2| $ (-1141 (-525)) |#2|) 34)) (-2670 (($ $) 59)) (-3504 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 38) ((|#2| (-1 |#2| |#2| |#2|) $) 37)) (-3856 (((-525) (-1 (-108) |#2|) $) 22) (((-525) |#2| $) NIL) (((-525) |#2| $ (-525)) 73)) (-2175 (((-592 |#2|) $) 13)) (-3212 (($ (-1 (-108) |#2| |#2|) $ $) 48) (($ $ $) NIL)) (-3069 (($ (-1 |#2| |#2|) $) 29)) (-2016 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 44)) (-2594 (($ |#2| $ (-525)) NIL) (($ $ $ (-525)) 50)) (-4202 (((-3 |#2| "failed") (-1 (-108) |#2|) $) 24)) (-1518 (((-108) (-1 (-108) |#2|) $) 21)) (-3431 ((|#2| $ (-525) |#2|) NIL) ((|#2| $ (-525)) NIL) (($ $ (-1141 (-525))) 49)) (-2139 (($ $ (-525)) 56) (($ $ (-1141 (-525))) 55)) (-4002 (((-713) (-1 (-108) |#2|) $) 26) (((-713) |#2| $) NIL)) (-3632 (($ $ $ (-525)) 52)) (-2503 (($ $) 51)) (-4114 (($ (-592 |#2|)) 53)) (-2035 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 64) (($ (-592 $)) 62)) (-4100 (((-798) $) 69)) (-2706 (((-108) (-1 (-108) |#2|) $) 20)) (-2775 (((-108) $ $) 72)) (-2795 (((-108) $ $) 75)))
-(((-18 |#1| |#2|) (-10 -8 (-15 -2775 ((-108) |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -2436 (|#1| |#1|)) (-15 -2436 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -2670 (|#1| |#1|)) (-15 -3632 (|#1| |#1| |#1| (-525))) (-15 -2358 ((-108) |#1|)) (-15 -3212 (|#1| |#1| |#1|)) (-15 -3856 ((-525) |#2| |#1| (-525))) (-15 -3856 ((-525) |#2| |#1|)) (-15 -3856 ((-525) (-1 (-108) |#2|) |#1|)) (-15 -2358 ((-108) (-1 (-108) |#2| |#2|) |#1|)) (-15 -3212 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -1233 (|#2| |#1| (-1141 (-525)) |#2|)) (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2139 (|#1| |#1| (-1141 (-525)))) (-15 -2139 (|#1| |#1| (-525))) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2035 (|#1| (-592 |#1|))) (-15 -2035 (|#1| |#1| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -4202 ((-3 |#2| "failed") (-1 (-108) |#2|) |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3431 (|#2| |#1| (-525))) (-15 -3431 (|#2| |#1| (-525) |#2|)) (-15 -1233 (|#2| |#1| (-525) |#2|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -2175 ((-592 |#2|) |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2503 (|#1| |#1|))) (-19 |#2|) (-1128)) (T -18))
-NIL
-(-10 -8 (-15 -2775 ((-108) |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -2436 (|#1| |#1|)) (-15 -2436 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -2670 (|#1| |#1|)) (-15 -3632 (|#1| |#1| |#1| (-525))) (-15 -2358 ((-108) |#1|)) (-15 -3212 (|#1| |#1| |#1|)) (-15 -3856 ((-525) |#2| |#1| (-525))) (-15 -3856 ((-525) |#2| |#1|)) (-15 -3856 ((-525) (-1 (-108) |#2|) |#1|)) (-15 -2358 ((-108) (-1 (-108) |#2| |#2|) |#1|)) (-15 -3212 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -1233 (|#2| |#1| (-1141 (-525)) |#2|)) (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2139 (|#1| |#1| (-1141 (-525)))) (-15 -2139 (|#1| |#1| (-525))) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2035 (|#1| (-592 |#1|))) (-15 -2035 (|#1| |#1| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -4202 ((-3 |#2| "failed") (-1 (-108) |#2|) |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3431 (|#2| |#1| (-525))) (-15 -3431 (|#2| |#1| (-525) |#2|)) (-15 -1233 (|#2| |#1| (-525) |#2|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -2175 ((-592 |#2|) |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2503 (|#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) 98) (((-108) $) 92 (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) 89 (|has| $ (-6 -4260))) (($ $) 88 (-12 (|has| |#1| (-789)) (|has| $ (-6 -4260))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#1| $ (-525) |#1|) 52 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 58 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-2670 (($ $) 90 (|has| $ (-6 -4260)))) (-1652 (($ $) 100)) (-1681 (($ $) 78 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#1| $) 77 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 74 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 51)) (-3856 (((-525) (-1 (-108) |#1|) $) 97) (((-525) |#1| $) 96 (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) 95 (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3033 (($ $ $) 87 (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-1609 (($ $ $) 86 (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 42 (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 71)) (-3453 (($ $ |#1|) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) |#1|) 50) ((|#1| $ (-525)) 49) (($ $ (-1141 (-525))) 63)) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3632 (($ $ $ (-525)) 91 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 70)) (-2035 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) 84 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 83 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2817 (((-108) $ $) 85 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 82 (|has| |#1| (-789)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-19 |#1|) (-131) (-1128)) (T -19))
-NIL
-(-13 (-351 |t#1|) (-10 -7 (-6 -4260)))
-(((-33) . T) ((-97) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-351 |#1|) . T) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-789) |has| |#1| (-789)) ((-1020) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-1128) . T))
-((-3222 (((-3 $ "failed") $ $) 12)) (-2871 (($ $) NIL) (($ $ $) 9)) (* (($ (-856) $) NIL) (($ (-713) $) 16) (($ (-525) $) 21)))
-(((-20 |#1|) (-10 -8 (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 -3222 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|))) (-21)) (T -20))
-NIL
-(-10 -8 (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 -3222 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20)))
-(((-21) (-131)) (T -21))
-((-2871 (*1 *1 *1) (-4 *1 (-21))) (-2871 (*1 *1 *1 *1) (-4 *1 (-21))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-525)))))
-(-13 (-126) (-10 -8 (-15 -2871 ($ $)) (-15 -2871 ($ $ $)) (-15 * ($ (-525) $))))
-(((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-2414 (((-108) $) 10)) (-2475 (($) 15)) (* (($ (-856) $) 14) (($ (-713) $) 18)))
-(((-22 |#1|) (-10 -8 (-15 * (|#1| (-713) |#1|)) (-15 -2414 ((-108) |#1|)) (-15 -2475 (|#1|)) (-15 * (|#1| (-856) |#1|))) (-23)) (T -22))
-NIL
-(-10 -8 (-15 * (|#1| (-713) |#1|)) (-15 -2414 ((-108) |#1|)) (-15 -2475 (|#1|)) (-15 * (|#1| (-856) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15)))
-(((-23) (-131)) (T -23))
-((-3364 (*1 *1) (-4 *1 (-23))) (-2475 (*1 *1) (-4 *1 (-23))) (-2414 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-108)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-713)))))
-(-13 (-25) (-10 -8 (-15 (-3364) ($) -2247) (-15 -2475 ($) -2247) (-15 -2414 ((-108) $)) (-15 * ($ (-713) $))))
-(((-25) . T) ((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((* (($ (-856) $) 10)))
-(((-24 |#1|) (-10 -8 (-15 * (|#1| (-856) |#1|))) (-25)) (T -24))
-NIL
-(-10 -8 (-15 * (|#1| (-856) |#1|)))
-((-4087 (((-108) $ $) 7)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13)))
-(((-25) (-131)) (T -25))
-((-2860 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-856)))))
-(-13 (-1020) (-10 -8 (-15 -2860 ($ $ $)) (-15 * ($ (-856) $))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-3975 (((-592 $) (-887 $)) 29) (((-592 $) (-1088 $)) 16) (((-592 $) (-1088 $) (-1092)) 20)) (-3238 (($ (-887 $)) 27) (($ (-1088 $)) 11) (($ (-1088 $) (-1092)) 54)) (-4178 (((-592 $) (-887 $)) 30) (((-592 $) (-1088 $)) 18) (((-592 $) (-1088 $) (-1092)) 19)) (-3317 (($ (-887 $)) 28) (($ (-1088 $)) 13) (($ (-1088 $) (-1092)) NIL)))
-(((-26 |#1|) (-10 -8 (-15 -3975 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -3975 ((-592 |#1|) (-1088 |#1|))) (-15 -3975 ((-592 |#1|) (-887 |#1|))) (-15 -3238 (|#1| (-1088 |#1|) (-1092))) (-15 -3238 (|#1| (-1088 |#1|))) (-15 -3238 (|#1| (-887 |#1|))) (-15 -4178 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -4178 ((-592 |#1|) (-1088 |#1|))) (-15 -4178 ((-592 |#1|) (-887 |#1|))) (-15 -3317 (|#1| (-1088 |#1|) (-1092))) (-15 -3317 (|#1| (-1088 |#1|))) (-15 -3317 (|#1| (-887 |#1|)))) (-27)) (T -26))
-NIL
-(-10 -8 (-15 -3975 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -3975 ((-592 |#1|) (-1088 |#1|))) (-15 -3975 ((-592 |#1|) (-887 |#1|))) (-15 -3238 (|#1| (-1088 |#1|) (-1092))) (-15 -3238 (|#1| (-1088 |#1|))) (-15 -3238 (|#1| (-887 |#1|))) (-15 -4178 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -4178 ((-592 |#1|) (-1088 |#1|))) (-15 -4178 ((-592 |#1|) (-887 |#1|))) (-15 -3317 (|#1| (-1088 |#1|) (-1092))) (-15 -3317 (|#1| (-1088 |#1|))) (-15 -3317 (|#1| (-887 |#1|))))
-((-4087 (((-108) $ $) 7)) (-3975 (((-592 $) (-887 $)) 80) (((-592 $) (-1088 $)) 79) (((-592 $) (-1088 $) (-1092)) 78)) (-3238 (($ (-887 $)) 83) (($ (-1088 $)) 82) (($ (-1088 $) (-1092)) 81)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-4211 (($ $) 92)) (-1507 (((-108) $ $) 59)) (-2475 (($) 17 T CONST)) (-4178 (((-592 $) (-887 $)) 86) (((-592 $) (-1088 $)) 85) (((-592 $) (-1088 $) (-1092)) 84)) (-3317 (($ (-887 $)) 89) (($ (-1088 $)) 88) (($ (-1088 $) (-1092)) 87)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1798 (((-108) $) 71)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 91)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 64)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68) (($ $ (-385 (-525))) 90)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66)))
-(((-27) (-131)) (T -27))
-((-3317 (*1 *1 *2) (-12 (-5 *2 (-887 *1)) (-4 *1 (-27)))) (-3317 (*1 *1 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-27)))) (-3317 (*1 *1 *2 *3) (-12 (-5 *2 (-1088 *1)) (-5 *3 (-1092)) (-4 *1 (-27)))) (-4178 (*1 *2 *3) (-12 (-5 *3 (-887 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1)))) (-4178 (*1 *2 *3) (-12 (-5 *3 (-1088 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1)))) (-4178 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 *1)) (-5 *4 (-1092)) (-4 *1 (-27)) (-5 *2 (-592 *1)))) (-3238 (*1 *1 *2) (-12 (-5 *2 (-887 *1)) (-4 *1 (-27)))) (-3238 (*1 *1 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-27)))) (-3238 (*1 *1 *2 *3) (-12 (-5 *2 (-1088 *1)) (-5 *3 (-1092)) (-4 *1 (-27)))) (-3975 (*1 *2 *3) (-12 (-5 *3 (-887 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1)))) (-3975 (*1 *2 *3) (-12 (-5 *3 (-1088 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1)))) (-3975 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 *1)) (-5 *4 (-1092)) (-4 *1 (-27)) (-5 *2 (-592 *1)))))
-(-13 (-341) (-934) (-10 -8 (-15 -3317 ($ (-887 $))) (-15 -3317 ($ (-1088 $))) (-15 -3317 ($ (-1088 $) (-1092))) (-15 -4178 ((-592 $) (-887 $))) (-15 -4178 ((-592 $) (-1088 $))) (-15 -4178 ((-592 $) (-1088 $) (-1092))) (-15 -3238 ($ (-887 $))) (-15 -3238 ($ (-1088 $))) (-15 -3238 ($ (-1088 $) (-1092))) (-15 -3975 ((-592 $) (-887 $))) (-15 -3975 ((-592 $) (-1088 $))) (-15 -3975 ((-592 $) (-1088 $) (-1092)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-341) . T) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-934) . T) ((-983 #0#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T))
-((-3975 (((-592 $) (-887 $)) NIL) (((-592 $) (-1088 $)) NIL) (((-592 $) (-1088 $) (-1092)) 50) (((-592 $) $) 19) (((-592 $) $ (-1092)) 41)) (-3238 (($ (-887 $)) NIL) (($ (-1088 $)) NIL) (($ (-1088 $) (-1092)) 52) (($ $) 17) (($ $ (-1092)) 37)) (-4178 (((-592 $) (-887 $)) NIL) (((-592 $) (-1088 $)) NIL) (((-592 $) (-1088 $) (-1092)) 48) (((-592 $) $) 15) (((-592 $) $ (-1092)) 43)) (-3317 (($ (-887 $)) NIL) (($ (-1088 $)) NIL) (($ (-1088 $) (-1092)) NIL) (($ $) 12) (($ $ (-1092)) 39)))
-(((-28 |#1| |#2|) (-10 -8 (-15 -3975 ((-592 |#1|) |#1| (-1092))) (-15 -3238 (|#1| |#1| (-1092))) (-15 -3975 ((-592 |#1|) |#1|)) (-15 -3238 (|#1| |#1|)) (-15 -4178 ((-592 |#1|) |#1| (-1092))) (-15 -3317 (|#1| |#1| (-1092))) (-15 -4178 ((-592 |#1|) |#1|)) (-15 -3317 (|#1| |#1|)) (-15 -3975 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -3975 ((-592 |#1|) (-1088 |#1|))) (-15 -3975 ((-592 |#1|) (-887 |#1|))) (-15 -3238 (|#1| (-1088 |#1|) (-1092))) (-15 -3238 (|#1| (-1088 |#1|))) (-15 -3238 (|#1| (-887 |#1|))) (-15 -4178 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -4178 ((-592 |#1|) (-1088 |#1|))) (-15 -4178 ((-592 |#1|) (-887 |#1|))) (-15 -3317 (|#1| (-1088 |#1|) (-1092))) (-15 -3317 (|#1| (-1088 |#1|))) (-15 -3317 (|#1| (-887 |#1|)))) (-29 |#2|) (-13 (-789) (-517))) (T -28))
-NIL
-(-10 -8 (-15 -3975 ((-592 |#1|) |#1| (-1092))) (-15 -3238 (|#1| |#1| (-1092))) (-15 -3975 ((-592 |#1|) |#1|)) (-15 -3238 (|#1| |#1|)) (-15 -4178 ((-592 |#1|) |#1| (-1092))) (-15 -3317 (|#1| |#1| (-1092))) (-15 -4178 ((-592 |#1|) |#1|)) (-15 -3317 (|#1| |#1|)) (-15 -3975 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -3975 ((-592 |#1|) (-1088 |#1|))) (-15 -3975 ((-592 |#1|) (-887 |#1|))) (-15 -3238 (|#1| (-1088 |#1|) (-1092))) (-15 -3238 (|#1| (-1088 |#1|))) (-15 -3238 (|#1| (-887 |#1|))) (-15 -4178 ((-592 |#1|) (-1088 |#1|) (-1092))) (-15 -4178 ((-592 |#1|) (-1088 |#1|))) (-15 -4178 ((-592 |#1|) (-887 |#1|))) (-15 -3317 (|#1| (-1088 |#1|) (-1092))) (-15 -3317 (|#1| (-1088 |#1|))) (-15 -3317 (|#1| (-887 |#1|))))
-((-4087 (((-108) $ $) 7)) (-3975 (((-592 $) (-887 $)) 80) (((-592 $) (-1088 $)) 79) (((-592 $) (-1088 $) (-1092)) 78) (((-592 $) $) 126) (((-592 $) $ (-1092)) 124)) (-3238 (($ (-887 $)) 83) (($ (-1088 $)) 82) (($ (-1088 $) (-1092)) 81) (($ $) 127) (($ $ (-1092)) 125)) (-2414 (((-108) $) 16)) (-1296 (((-592 (-1092)) $) 201)) (-4169 (((-385 (-1088 $)) $ (-565 $)) 233 (|has| |#1| (-517)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-1285 (((-592 (-565 $)) $) 164)) (-3222 (((-3 $ "failed") $ $) 19)) (-3702 (($ $ (-592 (-565 $)) (-592 $)) 154) (($ $ (-592 (-273 $))) 153) (($ $ (-273 $)) 152)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-4211 (($ $) 92)) (-1507 (((-108) $ $) 59)) (-2475 (($) 17 T CONST)) (-4178 (((-592 $) (-887 $)) 86) (((-592 $) (-1088 $)) 85) (((-592 $) (-1088 $) (-1092)) 84) (((-592 $) $) 130) (((-592 $) $ (-1092)) 128)) (-3317 (($ (-887 $)) 89) (($ (-1088 $)) 88) (($ (-1088 $) (-1092)) 87) (($ $) 131) (($ $ (-1092)) 129)) (-1934 (((-3 (-887 |#1|) "failed") $) 251 (|has| |#1| (-977))) (((-3 (-385 (-887 |#1|)) "failed") $) 235 (|has| |#1| (-517))) (((-3 |#1| "failed") $) 197) (((-3 (-525) "failed") $) 195 (|has| |#1| (-968 (-525)))) (((-3 (-1092) "failed") $) 188) (((-3 (-565 $) "failed") $) 139) (((-3 (-385 (-525)) "failed") $) 123 (-2067 (-12 (|has| |#1| (-968 (-525))) (|has| |#1| (-517))) (|has| |#1| (-968 (-385 (-525))))))) (-4105 (((-887 |#1|) $) 252 (|has| |#1| (-977))) (((-385 (-887 |#1|)) $) 236 (|has| |#1| (-517))) ((|#1| $) 198) (((-525) $) 194 (|has| |#1| (-968 (-525)))) (((-1092) $) 189) (((-565 $) $) 140) (((-385 (-525)) $) 122 (-2067 (-12 (|has| |#1| (-968 (-525))) (|has| |#1| (-517))) (|has| |#1| (-968 (-385 (-525))))))) (-1356 (($ $ $) 55)) (-3090 (((-632 |#1|) (-632 $)) 241 (|has| |#1| (-977))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 240 (|has| |#1| (-977))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 121 (-2067 (-3944 (|has| |#1| (-977)) (|has| |#1| (-588 (-525)))) (-3944 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))))) (((-632 (-525)) (-632 $)) 120 (-2067 (-3944 (|has| |#1| (-977)) (|has| |#1| (-588 (-525)))) (-3944 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))))) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1798 (((-108) $) 71)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 193 (|has| |#1| (-821 (-357)))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 192 (|has| |#1| (-821 (-525))))) (-3106 (($ (-592 $)) 158) (($ $) 157)) (-2531 (((-592 (-110)) $) 165)) (-1386 (((-110) (-110)) 166)) (-2278 (((-108) $) 31)) (-3028 (((-108) $) 186 (|has| $ (-968 (-525))))) (-2999 (($ $) 218 (|has| |#1| (-977)))) (-4066 (((-1044 |#1| (-565 $)) $) 217 (|has| |#1| (-977)))) (-1303 (($ $ (-525)) 91)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-1808 (((-1088 $) (-565 $)) 183 (|has| $ (-977)))) (-3033 (($ $ $) 137)) (-1609 (($ $ $) 136)) (-2016 (($ (-1 $ $) (-565 $)) 172)) (-1751 (((-3 (-565 $) "failed") $) 162)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-4153 (((-592 (-565 $)) $) 163)) (-4152 (($ (-110) (-592 $)) 171) (($ (-110) $) 170)) (-2977 (((-3 (-592 $) "failed") $) 212 (|has| |#1| (-1032)))) (-3159 (((-3 (-2 (|:| |val| $) (|:| -2168 (-525))) "failed") $) 221 (|has| |#1| (-977)))) (-3165 (((-3 (-592 $) "failed") $) 214 (|has| |#1| (-25)))) (-2502 (((-3 (-2 (|:| -2681 (-525)) (|:| |var| (-565 $))) "failed") $) 215 (|has| |#1| (-25)))) (-1986 (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-1092)) 220 (|has| |#1| (-977))) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-110)) 219 (|has| |#1| (-977))) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $) 213 (|has| |#1| (-1032)))) (-2412 (((-108) $ (-1092)) 169) (((-108) $ (-110)) 168)) (-1387 (($ $) 70)) (-2934 (((-713) $) 161)) (-3993 (((-1039) $) 10)) (-1399 (((-108) $) 199)) (-1407 ((|#1| $) 200)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-3513 (((-108) $ (-1092)) 174) (((-108) $ $) 173)) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-3864 (((-108) $) 185 (|has| $ (-968 (-525))))) (-2825 (($ $ (-1092) (-713) (-1 $ $)) 225 (|has| |#1| (-977))) (($ $ (-1092) (-713) (-1 $ (-592 $))) 224 (|has| |#1| (-977))) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ (-592 $)))) 223 (|has| |#1| (-977))) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ $))) 222 (|has| |#1| (-977))) (($ $ (-592 (-110)) (-592 $) (-1092)) 211 (|has| |#1| (-567 (-501)))) (($ $ (-110) $ (-1092)) 210 (|has| |#1| (-567 (-501)))) (($ $) 209 (|has| |#1| (-567 (-501)))) (($ $ (-592 (-1092))) 208 (|has| |#1| (-567 (-501)))) (($ $ (-1092)) 207 (|has| |#1| (-567 (-501)))) (($ $ (-110) (-1 $ $)) 182) (($ $ (-110) (-1 $ (-592 $))) 181) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) 180) (($ $ (-592 (-110)) (-592 (-1 $ $))) 179) (($ $ (-1092) (-1 $ $)) 178) (($ $ (-1092) (-1 $ (-592 $))) 177) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) 176) (($ $ (-592 (-1092)) (-592 (-1 $ $))) 175) (($ $ (-592 $) (-592 $)) 146) (($ $ $ $) 145) (($ $ (-273 $)) 144) (($ $ (-592 (-273 $))) 143) (($ $ (-592 (-565 $)) (-592 $)) 142) (($ $ (-565 $) $) 141)) (-1927 (((-713) $) 58)) (-3431 (($ (-110) (-592 $)) 151) (($ (-110) $ $ $ $) 150) (($ (-110) $ $ $) 149) (($ (-110) $ $) 148) (($ (-110) $) 147)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-2540 (($ $ $) 160) (($ $) 159)) (-2702 (($ $ (-1092)) 249 (|has| |#1| (-977))) (($ $ (-592 (-1092))) 248 (|has| |#1| (-977))) (($ $ (-1092) (-713)) 247 (|has| |#1| (-977))) (($ $ (-592 (-1092)) (-592 (-713))) 246 (|has| |#1| (-977)))) (-2874 (($ $) 228 (|has| |#1| (-517)))) (-4080 (((-1044 |#1| (-565 $)) $) 227 (|has| |#1| (-517)))) (-2013 (($ $) 184 (|has| $ (-977)))) (-2069 (((-501) $) 255 (|has| |#1| (-567 (-501)))) (($ (-396 $)) 226 (|has| |#1| (-517))) (((-827 (-357)) $) 191 (|has| |#1| (-567 (-827 (-357))))) (((-827 (-525)) $) 190 (|has| |#1| (-567 (-827 (-525)))))) (-3055 (($ $ $) 254 (|has| |#1| (-450)))) (-1242 (($ $ $) 253 (|has| |#1| (-450)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65) (($ (-887 |#1|)) 250 (|has| |#1| (-977))) (($ (-385 (-887 |#1|))) 234 (|has| |#1| (-517))) (($ (-385 (-887 (-385 |#1|)))) 232 (|has| |#1| (-517))) (($ (-887 (-385 |#1|))) 231 (|has| |#1| (-517))) (($ (-385 |#1|)) 230 (|has| |#1| (-517))) (($ (-1044 |#1| (-565 $))) 216 (|has| |#1| (-977))) (($ |#1|) 196) (($ (-1092)) 187) (($ (-565 $)) 138)) (-1463 (((-3 $ "failed") $) 239 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-2239 (($ (-592 $)) 156) (($ $) 155)) (-3954 (((-108) (-110)) 167)) (-1571 (((-108) $ $) 39)) (-4040 (($ (-1092) (-592 $)) 206) (($ (-1092) $ $ $ $) 205) (($ (-1092) $ $ $) 204) (($ (-1092) $ $) 203) (($ (-1092) $) 202)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-1092)) 245 (|has| |#1| (-977))) (($ $ (-592 (-1092))) 244 (|has| |#1| (-977))) (($ $ (-1092) (-713)) 243 (|has| |#1| (-977))) (($ $ (-592 (-1092)) (-592 (-713))) 242 (|has| |#1| (-977)))) (-2830 (((-108) $ $) 134)) (-2807 (((-108) $ $) 133)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 135)) (-2795 (((-108) $ $) 132)) (-2880 (($ $ $) 64) (($ (-1044 |#1| (-565 $)) (-1044 |#1| (-565 $))) 229 (|has| |#1| (-517)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68) (($ $ (-385 (-525))) 90)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66) (($ $ |#1|) 238 (|has| |#1| (-160))) (($ |#1| $) 237 (|has| |#1| (-160)))))
-(((-29 |#1|) (-131) (-13 (-789) (-517))) (T -29))
-((-3317 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-789) (-517))))) (-4178 (*1 *2 *1) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *2 (-592 *1)) (-4 *1 (-29 *3)))) (-3317 (*1 *1 *1 *2) (-12 (-5 *2 (-1092)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-789) (-517))))) (-4178 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-592 *1)) (-4 *1 (-29 *4)))) (-3238 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-789) (-517))))) (-3975 (*1 *2 *1) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *2 (-592 *1)) (-4 *1 (-29 *3)))) (-3238 (*1 *1 *1 *2) (-12 (-5 *2 (-1092)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-789) (-517))))) (-3975 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-592 *1)) (-4 *1 (-29 *4)))))
-(-13 (-27) (-408 |t#1|) (-10 -8 (-15 -3317 ($ $)) (-15 -4178 ((-592 $) $)) (-15 -3317 ($ $ (-1092))) (-15 -4178 ((-592 $) $ (-1092))) (-15 -3238 ($ $)) (-15 -3975 ((-592 $) $)) (-15 -3238 ($ $ (-1092))) (-15 -3975 ((-592 $) $ (-1092)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) . T) ((-27) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 |#1| |#1|) |has| |#1| (-160)) ((-107 $ $) . T) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-567 (-827 (-357))) |has| |#1| (-567 (-827 (-357)))) ((-567 (-827 (-525))) |has| |#1| (-567 (-827 (-525)))) ((-223) . T) ((-269) . T) ((-286) . T) ((-288 $) . T) ((-281) . T) ((-341) . T) ((-355 |#1|) |has| |#1| (-977)) ((-378 |#1|) . T) ((-389 |#1|) . T) ((-408 |#1|) . T) ((-429) . T) ((-450) |has| |#1| (-450)) ((-486 (-565 $) $) . T) ((-486 $ $) . T) ((-517) . T) ((-594 #0#) . T) ((-594 |#1|) |has| |#1| (-160)) ((-594 $) . T) ((-588 (-525)) -12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) ((-588 |#1|) |has| |#1| (-977)) ((-660 #0#) . T) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) . T) ((-669) . T) ((-789) . T) ((-835 (-1092)) |has| |#1| (-977)) ((-821 (-357)) |has| |#1| (-821 (-357))) ((-821 (-525)) |has| |#1| (-821 (-525))) ((-819 |#1|) . T) ((-855) . T) ((-934) . T) ((-968 (-385 (-525))) -2067 (|has| |#1| (-968 (-385 (-525)))) (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525))))) ((-968 (-385 (-887 |#1|))) |has| |#1| (-517)) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 (-565 $)) . T) ((-968 (-887 |#1|)) |has| |#1| (-977)) ((-968 (-1092)) . T) ((-968 |#1|) . T) ((-983 #0#) . T) ((-983 |#1|) |has| |#1| (-160)) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1128) . T) ((-1132) . T))
-((-3048 (((-1015 (-205)) $) NIL)) (-3039 (((-1015 (-205)) $) NIL)) (-2109 (($ $ (-205)) 123)) (-1258 (($ (-887 (-525)) (-1092) (-1092) (-1015 (-385 (-525))) (-1015 (-385 (-525)))) 85)) (-2708 (((-592 (-592 (-878 (-205)))) $) 135)) (-4100 (((-798) $) 147)))
-(((-30) (-13 (-889) (-10 -8 (-15 -1258 ($ (-887 (-525)) (-1092) (-1092) (-1015 (-385 (-525))) (-1015 (-385 (-525))))) (-15 -2109 ($ $ (-205)))))) (T -30))
-((-1258 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-887 (-525))) (-5 *3 (-1092)) (-5 *4 (-1015 (-385 (-525)))) (-5 *1 (-30)))) (-2109 (*1 *1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-30)))))
-(-13 (-889) (-10 -8 (-15 -1258 ($ (-887 (-525)) (-1092) (-1092) (-1015 (-385 (-525))) (-1015 (-385 (-525))))) (-15 -2109 ($ $ (-205)))))
-((-3317 ((|#2| (-1088 |#2|) (-1092)) 43)) (-1386 (((-110) (-110)) 56)) (-1808 (((-1088 |#2|) (-565 |#2|)) 133 (|has| |#1| (-968 (-525))))) (-2863 ((|#2| |#1| (-525)) 122 (|has| |#1| (-968 (-525))))) (-2214 ((|#2| (-1088 |#2|) |#2|) 30)) (-3015 (((-798) (-592 |#2|)) 85)) (-2013 ((|#2| |#2|) 129 (|has| |#1| (-968 (-525))))) (-3954 (((-108) (-110)) 18)) (** ((|#2| |#2| (-385 (-525))) 96 (|has| |#1| (-968 (-525))))))
-(((-31 |#1| |#2|) (-10 -7 (-15 -3317 (|#2| (-1088 |#2|) (-1092))) (-15 -1386 ((-110) (-110))) (-15 -3954 ((-108) (-110))) (-15 -2214 (|#2| (-1088 |#2|) |#2|)) (-15 -3015 ((-798) (-592 |#2|))) (IF (|has| |#1| (-968 (-525))) (PROGN (-15 ** (|#2| |#2| (-385 (-525)))) (-15 -1808 ((-1088 |#2|) (-565 |#2|))) (-15 -2013 (|#2| |#2|)) (-15 -2863 (|#2| |#1| (-525)))) |%noBranch|)) (-13 (-789) (-517)) (-408 |#1|)) (T -31))
-((-2863 (*1 *2 *3 *4) (-12 (-5 *4 (-525)) (-4 *2 (-408 *3)) (-5 *1 (-31 *3 *2)) (-4 *3 (-968 *4)) (-4 *3 (-13 (-789) (-517))))) (-2013 (*1 *2 *2) (-12 (-4 *3 (-968 (-525))) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-31 *3 *2)) (-4 *2 (-408 *3)))) (-1808 (*1 *2 *3) (-12 (-5 *3 (-565 *5)) (-4 *5 (-408 *4)) (-4 *4 (-968 (-525))) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-1088 *5)) (-5 *1 (-31 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-385 (-525))) (-4 *4 (-968 (-525))) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-31 *4 *2)) (-4 *2 (-408 *4)))) (-3015 (*1 *2 *3) (-12 (-5 *3 (-592 *5)) (-4 *5 (-408 *4)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-798)) (-5 *1 (-31 *4 *5)))) (-2214 (*1 *2 *3 *2) (-12 (-5 *3 (-1088 *2)) (-4 *2 (-408 *4)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-31 *4 *2)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108)) (-5 *1 (-31 *4 *5)) (-4 *5 (-408 *4)))) (-1386 (*1 *2 *2) (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-31 *3 *4)) (-4 *4 (-408 *3)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 *2)) (-5 *4 (-1092)) (-4 *2 (-408 *5)) (-5 *1 (-31 *5 *2)) (-4 *5 (-13 (-789) (-517))))))
-(-10 -7 (-15 -3317 (|#2| (-1088 |#2|) (-1092))) (-15 -1386 ((-110) (-110))) (-15 -3954 ((-108) (-110))) (-15 -2214 (|#2| (-1088 |#2|) |#2|)) (-15 -3015 ((-798) (-592 |#2|))) (IF (|has| |#1| (-968 (-525))) (PROGN (-15 ** (|#2| |#2| (-385 (-525)))) (-15 -1808 ((-1088 |#2|) (-565 |#2|))) (-15 -2013 (|#2| |#2|)) (-15 -2863 (|#2| |#1| (-525)))) |%noBranch|))
-((-3779 (((-108) $ (-713)) 16)) (-2475 (($) 10)) (-2516 (((-108) $ (-713)) 15)) (-4028 (((-108) $ (-713)) 14)) (-1231 (((-108) $ $) 8)) (-3479 (((-108) $) 13)))
-(((-32 |#1|) (-10 -8 (-15 -2475 (|#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713))) (-15 -3479 ((-108) |#1|)) (-15 -1231 ((-108) |#1| |#1|))) (-33)) (T -32))
-NIL
-(-10 -8 (-15 -2475 (|#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713))) (-15 -3479 ((-108) |#1|)) (-15 -1231 ((-108) |#1| |#1|)))
-((-3779 (((-108) $ (-713)) 8)) (-2475 (($) 7 T CONST)) (-2516 (((-108) $ (-713)) 9)) (-4028 (((-108) $ (-713)) 10)) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2503 (($ $) 13)) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-33) (-131)) (T -33))
-((-1231 (*1 *2 *1 *1) (-12 (-4 *1 (-33)) (-5 *2 (-108)))) (-2503 (*1 *1 *1) (-4 *1 (-33))) (-1558 (*1 *1) (-4 *1 (-33))) (-3479 (*1 *2 *1) (-12 (-4 *1 (-33)) (-5 *2 (-108)))) (-4028 (*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-713)) (-5 *2 (-108)))) (-2516 (*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-713)) (-5 *2 (-108)))) (-3779 (*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-713)) (-5 *2 (-108)))) (-2475 (*1 *1) (-4 *1 (-33))) (-2827 (*1 *2 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-33)) (-5 *2 (-713)))))
-(-13 (-1128) (-10 -8 (-15 -1231 ((-108) $ $)) (-15 -2503 ($ $)) (-15 -1558 ($)) (-15 -3479 ((-108) $)) (-15 -4028 ((-108) $ (-713))) (-15 -2516 ((-108) $ (-713))) (-15 -3779 ((-108) $ (-713))) (-15 -2475 ($) -2247) (IF (|has| $ (-6 -4259)) (-15 -2827 ((-713) $)) |%noBranch|)))
-(((-1128) . T))
-((-1876 (($ $) 11)) (-1853 (($ $) 10)) (-1902 (($ $) 9)) (-3135 (($ $) 8)) (-1891 (($ $) 7)) (-1866 (($ $) 6)))
-(((-34) (-131)) (T -34))
-((-1876 (*1 *1 *1) (-4 *1 (-34))) (-1853 (*1 *1 *1) (-4 *1 (-34))) (-1902 (*1 *1 *1) (-4 *1 (-34))) (-3135 (*1 *1 *1) (-4 *1 (-34))) (-1891 (*1 *1 *1) (-4 *1 (-34))) (-1866 (*1 *1 *1) (-4 *1 (-34))))
-(-13 (-10 -8 (-15 -1866 ($ $)) (-15 -1891 ($ $)) (-15 -3135 ($ $)) (-15 -1902 ($ $)) (-15 -1853 ($ $)) (-15 -1876 ($ $))))
-((-4087 (((-108) $ $) 19 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-2219 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 125)) (-2250 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 148)) (-3979 (($ $) 146)) (-3311 (($) 72) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 71)) (-3289 (((-1179) $ |#1| |#1|) 99 (|has| $ (-6 -4260))) (((-1179) $ (-525) (-525)) 178 (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) 159 (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 209) (((-108) $) 203 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2436 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 200 (|has| $ (-6 -4260))) (($ $) 199 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)) (|has| $ (-6 -4260))))) (-1842 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 210) (($ $) 204 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3779 (((-108) $ (-713)) 8)) (-1947 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 134 (|has| $ (-6 -4260)))) (-3776 (($ $ $) 155 (|has| $ (-6 -4260)))) (-4193 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 157 (|has| $ (-6 -4260)))) (-2894 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 153 (|has| $ (-6 -4260)))) (-1233 ((|#2| $ |#1| |#2|) 73) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 189 (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-1141 (-525)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 160 (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "last" (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 158 (|has| $ (-6 -4260))) (($ $ "rest" $) 156 (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "first" (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 154 (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "value" (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 133 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 132 (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 45 (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 216)) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 55 (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 175 (|has| $ (-6 -4259)))) (-2237 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 147)) (-1515 (((-3 |#2| "failed") |#1| $) 61)) (-2475 (($) 7 T CONST)) (-2670 (($ $) 201 (|has| $ (-6 -4260)))) (-1652 (($ $) 211)) (-1659 (($ $ (-713)) 142) (($ $) 140)) (-1793 (($ $) 214 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-1681 (($ $) 58 (-2067 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259))) (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 46 (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) 62) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 220) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 215 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 57 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 54 (|has| $ (-6 -4259))) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 177 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 174 (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 56 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 53 (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 52 (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 176 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 173 (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 172 (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 190 (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) 88) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) 188)) (-3631 (((-108) $) 192)) (-3856 (((-525) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 208) (((-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 207 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) (((-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) 206 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 30 (|has| $ (-6 -4259))) (((-592 |#2|) $) 79 (|has| $ (-6 -4259))) (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 114 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 123)) (-3569 (((-108) $ $) 131 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-3324 (($ (-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 169)) (-2516 (((-108) $ (-713)) 9)) (-1732 ((|#1| $) 96 (|has| |#1| (-789))) (((-525) $) 180 (|has| (-525) (-789)))) (-3033 (($ $ $) 198 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3269 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ $) 217) (($ $ $) 213 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3212 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ $) 212) (($ $ $) 205 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 29 (|has| $ (-6 -4259))) (((-592 |#2|) $) 80 (|has| $ (-6 -4259))) (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 115 (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 27 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-108) |#2| $) 82 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259)))) (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 117 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259))))) (-2231 ((|#1| $) 95 (|has| |#1| (-789))) (((-525) $) 181 (|has| (-525) (-789)))) (-1609 (($ $ $) 197 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 34 (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4260))) (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 110 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70) (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ $) 166) (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 109)) (-1522 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 225)) (-4028 (((-108) $ (-713)) 10)) (-2010 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 128)) (-3506 (((-108) $) 124)) (-1289 (((-1075) $) 22 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-2718 (($ $ (-713)) 145) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 143)) (-1398 (((-592 |#1|) $) 63)) (-3770 (((-108) |#1| $) 64)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 39)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 40) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) 219) (($ $ $ (-525)) 218)) (-2594 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) 162) (($ $ $ (-525)) 161)) (-3177 (((-592 |#1|) $) 93) (((-592 (-525)) $) 183)) (-3461 (((-108) |#1| $) 92) (((-108) (-525) $) 184)) (-3993 (((-1039) $) 21 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1647 ((|#2| $) 97 (|has| |#1| (-789))) (($ $ (-713)) 139) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 137)) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 51) (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 171)) (-3453 (($ $ |#2|) 98 (|has| $ (-6 -4260))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 179 (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 41)) (-2476 (((-108) $) 191)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 32 (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) 77 (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 112 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) 26 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 25 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 24 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 23 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) 86 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) 84 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) 83 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 121 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 120 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 119 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) 118 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#2| $) 94 (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 182 (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1717 (((-592 |#2|) $) 91) (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 185)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 187) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) 186) (($ $ (-1141 (-525))) 165) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "last") 144) (($ $ "rest") 141) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "first") 138) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "value") 126)) (-1707 (((-525) $ $) 129)) (-2637 (($) 49) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 48)) (-2818 (($ $ (-525)) 222) (($ $ (-1141 (-525))) 221)) (-2139 (($ $ (-525)) 164) (($ $ (-1141 (-525))) 163)) (-3953 (((-108) $) 127)) (-3675 (($ $) 151)) (-2789 (($ $) 152 (|has| $ (-6 -4260)))) (-4082 (((-713) $) 150)) (-3077 (($ $) 149)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 31 (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 28 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-713) |#2| $) 81 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#2|) $) 78 (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 116 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 113 (|has| $ (-6 -4259)))) (-3632 (($ $ $ (-525)) 202 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501)))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 50) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 170)) (-4190 (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 224) (($ $ $) 223)) (-2035 (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 168) (($ (-592 $)) 167) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 136) (($ $ $) 135)) (-4100 (((-798) $) 18 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798)))))) (-3576 (((-592 $) $) 122)) (-1791 (((-108) $ $) 130 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 42)) (-2727 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") |#1| $) 108)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 33 (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) 76 (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 111 (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) 195 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2807 (((-108) $ $) 194 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2775 (((-108) $ $) 20 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-2817 (((-108) $ $) 196 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2795 (((-108) $ $) 193 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-35 |#1| |#2|) (-131) (-1020) (-1020)) (T -35))
-((-2727 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-35 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-5 *2 (-2 (|:| -1556 *3) (|:| -3448 *4))))))
-(-13 (-1105 |t#1| |t#2|) (-612 (-2 (|:| -1556 |t#1|) (|:| -3448 |t#2|))) (-10 -8 (-15 -2727 ((-3 (-2 (|:| -1556 |t#1|) (|:| -3448 |t#2|)) "failed") |t#1| $))))
-(((-33) . T) ((-102 #0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((-97) -2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789))) ((-566 (-798)) -2067 (|has| |#2| (-1020)) (|has| |#2| (-566 (-798))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798)))) ((-142 #1=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((-567 (-501)) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))) ((-209 #0#) . T) ((-215 #0#) . T) ((-265 #2=(-525) #1#) . T) ((-265 |#1| |#2|) . T) ((-267 #2# #1#) . T) ((-267 |#1| |#2|) . T) ((-288 #1#) -12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-288 |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-261 #1#) . T) ((-351 #1#) . T) ((-464 #1#) . T) ((-464 |#2|) . T) ((-558 #2# #1#) . T) ((-558 |#1| |#2|) . T) ((-486 #1# #1#) -12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-486 |#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-563 |#1| |#2|) . T) ((-597 #1#) . T) ((-612 #1#) . T) ((-789) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)) ((-942 #1#) . T) ((-1020) -2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789))) ((-1066 #1#) . T) ((-1105 |#1| |#2|) . T) ((-1128) . T) ((-1162 #1#) . T))
-((-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) 10)))
-(((-36 |#1| |#2|) (-10 -8 (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|))) (-37 |#2|) (-160)) (T -36))
-NIL
-(-10 -8 (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 37)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
-(((-37 |#1|) (-131) (-160)) (T -37))
-((-4100 (*1 *1 *2) (-12 (-4 *1 (-37 *2)) (-4 *2 (-160)))))
-(-13 (-977) (-660 |t#1|) (-10 -8 (-15 -4100 ($ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) . T) ((-669) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-3224 (((-396 |#1|) |#1|) 41)) (-4201 (((-396 |#1|) |#1|) 30) (((-396 |#1|) |#1| (-592 (-47))) 33)) (-1980 (((-108) |#1|) 56)))
-(((-38 |#1|) (-10 -7 (-15 -4201 ((-396 |#1|) |#1| (-592 (-47)))) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3224 ((-396 |#1|) |#1|)) (-15 -1980 ((-108) |#1|))) (-1150 (-47))) (T -38))
-((-1980 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-38 *3)) (-4 *3 (-1150 (-47))))) (-3224 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1150 (-47))))) (-4201 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1150 (-47))))) (-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-47))) (-5 *2 (-396 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1150 (-47))))))
-(-10 -7 (-15 -4201 ((-396 |#1|) |#1| (-592 (-47)))) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3224 ((-396 |#1|) |#1|)) (-15 -1980 ((-108) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2823 (((-2 (|:| |num| (-1174 |#2|)) (|:| |den| |#2|)) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| (-385 |#2|) (-341)))) (-2433 (($ $) NIL (|has| (-385 |#2|) (-341)))) (-1568 (((-108) $) NIL (|has| (-385 |#2|) (-341)))) (-3855 (((-632 (-385 |#2|)) (-1174 $)) NIL) (((-632 (-385 |#2|))) NIL)) (-2924 (((-385 |#2|) $) NIL)) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| (-385 |#2|) (-327)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| (-385 |#2|) (-341)))) (-3586 (((-396 $) $) NIL (|has| (-385 |#2|) (-341)))) (-1507 (((-108) $ $) NIL (|has| (-385 |#2|) (-341)))) (-1613 (((-713)) NIL (|has| (-385 |#2|) (-346)))) (-1910 (((-108)) NIL)) (-1428 (((-108) |#1|) NIL) (((-108) |#2|) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| (-385 |#2|) (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-385 |#2|) (-968 (-385 (-525))))) (((-3 (-385 |#2|) "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| (-385 |#2|) (-968 (-525)))) (((-385 (-525)) $) NIL (|has| (-385 |#2|) (-968 (-385 (-525))))) (((-385 |#2|) $) NIL)) (-2580 (($ (-1174 (-385 |#2|)) (-1174 $)) NIL) (($ (-1174 (-385 |#2|))) 57) (($ (-1174 |#2|) |#2|) 125)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-385 |#2|) (-327)))) (-1356 (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-1588 (((-632 (-385 |#2|)) $ (-1174 $)) NIL) (((-632 (-385 |#2|)) $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-385 |#2|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-385 |#2|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-385 |#2|))) (|:| |vec| (-1174 (-385 |#2|)))) (-632 $) (-1174 $)) NIL) (((-632 (-385 |#2|)) (-632 $)) NIL)) (-1630 (((-1174 $) (-1174 $)) NIL)) (-3504 (($ |#3|) NIL) (((-3 $ "failed") (-385 |#3|)) NIL (|has| (-385 |#2|) (-341)))) (-3300 (((-3 $ "failed") $) NIL)) (-2902 (((-592 (-592 |#1|))) NIL (|has| |#1| (-346)))) (-1531 (((-108) |#1| |#1|) NIL)) (-3085 (((-856)) NIL)) (-1903 (($) NIL (|has| (-385 |#2|) (-346)))) (-1746 (((-108)) NIL)) (-1712 (((-108) |#1|) NIL) (((-108) |#2|) NIL)) (-1332 (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| (-385 |#2|) (-341)))) (-3201 (($ $) NIL)) (-3932 (($) NIL (|has| (-385 |#2|) (-327)))) (-3920 (((-108) $) NIL (|has| (-385 |#2|) (-327)))) (-1339 (($ $ (-713)) NIL (|has| (-385 |#2|) (-327))) (($ $) NIL (|has| (-385 |#2|) (-327)))) (-1798 (((-108) $) NIL (|has| (-385 |#2|) (-341)))) (-4000 (((-856) $) NIL (|has| (-385 |#2|) (-327))) (((-775 (-856)) $) NIL (|has| (-385 |#2|) (-327)))) (-2278 (((-108) $) NIL)) (-1635 (((-713)) NIL)) (-3946 (((-1174 $) (-1174 $)) 102)) (-2704 (((-385 |#2|) $) NIL)) (-3024 (((-592 (-887 |#1|)) (-1092)) NIL (|has| |#1| (-341)))) (-2878 (((-3 $ "failed") $) NIL (|has| (-385 |#2|) (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| (-385 |#2|) (-341)))) (-2021 ((|#3| $) NIL (|has| (-385 |#2|) (-341)))) (-3685 (((-856) $) NIL (|has| (-385 |#2|) (-346)))) (-3492 ((|#3| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| (-385 |#2|) (-341))) (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-1289 (((-1075) $) NIL)) (-3908 (((-1179) (-713)) 79)) (-1896 (((-632 (-385 |#2|))) 51)) (-1779 (((-632 (-385 |#2|))) 44)) (-1387 (($ $) NIL (|has| (-385 |#2|) (-341)))) (-2045 (($ (-1174 |#2|) |#2|) 126)) (-1419 (((-632 (-385 |#2|))) 45)) (-2050 (((-632 (-385 |#2|))) 43)) (-1410 (((-2 (|:| |num| (-632 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 124)) (-3652 (((-2 (|:| |num| (-1174 |#2|)) (|:| |den| |#2|)) $) 64)) (-1218 (((-1174 $)) 42)) (-3295 (((-1174 $)) 41)) (-2570 (((-108) $) NIL)) (-1991 (((-108) $) NIL) (((-108) $ |#1|) NIL) (((-108) $ |#2|) NIL)) (-2948 (($) NIL (|has| (-385 |#2|) (-327)) CONST)) (-1722 (($ (-856)) NIL (|has| (-385 |#2|) (-346)))) (-3051 (((-3 |#2| "failed")) NIL)) (-3993 (((-1039) $) NIL)) (-2173 (((-713)) NIL)) (-3817 (($) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| (-385 |#2|) (-341)))) (-2772 (($ (-592 $)) NIL (|has| (-385 |#2|) (-341))) (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| (-385 |#2|) (-327)))) (-4201 (((-396 $) $) NIL (|has| (-385 |#2|) (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-385 |#2|) (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| (-385 |#2|) (-341)))) (-1311 (((-3 $ "failed") $ $) NIL (|has| (-385 |#2|) (-341)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| (-385 |#2|) (-341)))) (-1927 (((-713) $) NIL (|has| (-385 |#2|) (-341)))) (-3431 ((|#1| $ |#1| |#1|) NIL)) (-2981 (((-3 |#2| "failed")) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| (-385 |#2|) (-341)))) (-4115 (((-385 |#2|) (-1174 $)) NIL) (((-385 |#2|)) 39)) (-2043 (((-713) $) NIL (|has| (-385 |#2|) (-327))) (((-3 (-713) "failed") $ $) NIL (|has| (-385 |#2|) (-327)))) (-2702 (($ $ (-1 (-385 |#2|) (-385 |#2|)) (-713)) NIL (|has| (-385 |#2|) (-341))) (($ $ (-1 (-385 |#2|) (-385 |#2|))) NIL (|has| (-385 |#2|) (-341))) (($ $ (-1 |#2| |#2|)) 120) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-713)) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327)))) (($ $) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327))))) (-2897 (((-632 (-385 |#2|)) (-1174 $) (-1 (-385 |#2|) (-385 |#2|))) NIL (|has| (-385 |#2|) (-341)))) (-2013 ((|#3|) 50)) (-3823 (($) NIL (|has| (-385 |#2|) (-327)))) (-2754 (((-1174 (-385 |#2|)) $ (-1174 $)) NIL) (((-632 (-385 |#2|)) (-1174 $) (-1174 $)) NIL) (((-1174 (-385 |#2|)) $) 58) (((-632 (-385 |#2|)) (-1174 $)) 103)) (-2069 (((-1174 (-385 |#2|)) $) NIL) (($ (-1174 (-385 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| (-385 |#2|) (-327)))) (-3924 (((-1174 $) (-1174 $)) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 |#2|)) NIL) (($ (-385 (-525))) NIL (-2067 (|has| (-385 |#2|) (-968 (-385 (-525)))) (|has| (-385 |#2|) (-341)))) (($ $) NIL (|has| (-385 |#2|) (-341)))) (-1463 (($ $) NIL (|has| (-385 |#2|) (-327))) (((-3 $ "failed") $) NIL (|has| (-385 |#2|) (-136)))) (-3153 ((|#3| $) NIL)) (-2448 (((-713)) NIL)) (-2881 (((-108)) 37)) (-1461 (((-108) |#1|) 49) (((-108) |#2|) 132)) (-2103 (((-1174 $)) 93)) (-1571 (((-108) $ $) NIL (|has| (-385 |#2|) (-341)))) (-2951 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-1940 (((-108)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| (-385 |#2|) (-341)))) (-3364 (($) 16 T CONST)) (-3375 (($) 26 T CONST)) (-2401 (($ $ (-1 (-385 |#2|) (-385 |#2|)) (-713)) NIL (|has| (-385 |#2|) (-341))) (($ $ (-1 (-385 |#2|) (-385 |#2|))) NIL (|has| (-385 |#2|) (-341))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-713)) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327)))) (($ $) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327))))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| (-385 |#2|) (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 |#2|)) NIL) (($ (-385 |#2|) $) NIL) (($ (-385 (-525)) $) NIL (|has| (-385 |#2|) (-341))) (($ $ (-385 (-525))) NIL (|has| (-385 |#2|) (-341)))))
-(((-39 |#1| |#2| |#3| |#4|) (-13 (-320 |#1| |#2| |#3|) (-10 -7 (-15 -3908 ((-1179) (-713))))) (-341) (-1150 |#1|) (-1150 (-385 |#2|)) |#3|) (T -39))
-((-3908 (*1 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-341)) (-4 *5 (-1150 *4)) (-5 *2 (-1179)) (-5 *1 (-39 *4 *5 *6 *7)) (-4 *6 (-1150 (-385 *5))) (-14 *7 *6))))
-(-13 (-320 |#1| |#2| |#3|) (-10 -7 (-15 -3908 ((-1179) (-713)))))
-((-3176 ((|#2| |#2|) 48)) (-3498 ((|#2| |#2|) 120 (-12 (|has| |#2| (-408 |#1|)) (|has| |#1| (-429)) (|has| |#1| (-789)) (|has| |#1| (-968 (-525)))))) (-2364 ((|#2| |#2|) 87 (-12 (|has| |#2| (-408 |#1|)) (|has| |#1| (-429)) (|has| |#1| (-789)) (|has| |#1| (-968 (-525)))))) (-3320 ((|#2| |#2|) 88 (-12 (|has| |#2| (-408 |#1|)) (|has| |#1| (-429)) (|has| |#1| (-789)) (|has| |#1| (-968 (-525)))))) (-1268 ((|#2| (-110) |#2| (-713)) 116 (-12 (|has| |#2| (-408 |#1|)) (|has| |#1| (-429)) (|has| |#1| (-789)) (|has| |#1| (-968 (-525)))))) (-3606 (((-1088 |#2|) |#2|) 45)) (-3645 ((|#2| |#2| (-592 (-565 |#2|))) 18) ((|#2| |#2| (-592 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
-(((-40 |#1| |#2|) (-10 -7 (-15 -3176 (|#2| |#2|)) (-15 -3645 (|#2| |#2|)) (-15 -3645 (|#2| |#2| |#2|)) (-15 -3645 (|#2| |#2| (-592 |#2|))) (-15 -3645 (|#2| |#2| (-592 (-565 |#2|)))) (-15 -3606 ((-1088 |#2|) |#2|)) (IF (|has| |#1| (-789)) (IF (|has| |#1| (-429)) (IF (|has| |#1| (-968 (-525))) (IF (|has| |#2| (-408 |#1|)) (PROGN (-15 -3320 (|#2| |#2|)) (-15 -2364 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -1268 (|#2| (-110) |#2| (-713)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-517) (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 |#1| (-565 $)) $)) (-15 -4080 ((-1044 |#1| (-565 $)) $)) (-15 -4100 ($ (-1044 |#1| (-565 $))))))) (T -40))
-((-1268 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-110)) (-5 *4 (-713)) (-4 *5 (-429)) (-4 *5 (-789)) (-4 *5 (-968 (-525))) (-4 *5 (-517)) (-5 *1 (-40 *5 *2)) (-4 *2 (-408 *5)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *5 (-565 $)) $)) (-15 -4080 ((-1044 *5 (-565 $)) $)) (-15 -4100 ($ (-1044 *5 (-565 $))))))))) (-3498 (*1 *2 *2) (-12 (-4 *3 (-429)) (-4 *3 (-789)) (-4 *3 (-968 (-525))) (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-408 *3)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $)) (-15 -4080 ((-1044 *3 (-565 $)) $)) (-15 -4100 ($ (-1044 *3 (-565 $))))))))) (-2364 (*1 *2 *2) (-12 (-4 *3 (-429)) (-4 *3 (-789)) (-4 *3 (-968 (-525))) (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-408 *3)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $)) (-15 -4080 ((-1044 *3 (-565 $)) $)) (-15 -4100 ($ (-1044 *3 (-565 $))))))))) (-3320 (*1 *2 *2) (-12 (-4 *3 (-429)) (-4 *3 (-789)) (-4 *3 (-968 (-525))) (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-408 *3)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $)) (-15 -4080 ((-1044 *3 (-565 $)) $)) (-15 -4100 ($ (-1044 *3 (-565 $))))))))) (-3606 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-1088 *3)) (-5 *1 (-40 *4 *3)) (-4 *3 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *4 (-565 $)) $)) (-15 -4080 ((-1044 *4 (-565 $)) $)) (-15 -4100 ($ (-1044 *4 (-565 $))))))))) (-3645 (*1 *2 *2 *3) (-12 (-5 *3 (-592 (-565 *2))) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *4 (-565 $)) $)) (-15 -4080 ((-1044 *4 (-565 $)) $)) (-15 -4100 ($ (-1044 *4 (-565 $))))))) (-4 *4 (-517)) (-5 *1 (-40 *4 *2)))) (-3645 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *4 (-565 $)) $)) (-15 -4080 ((-1044 *4 (-565 $)) $)) (-15 -4100 ($ (-1044 *4 (-565 $))))))) (-4 *4 (-517)) (-5 *1 (-40 *4 *2)))) (-3645 (*1 *2 *2 *2) (-12 (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $)) (-15 -4080 ((-1044 *3 (-565 $)) $)) (-15 -4100 ($ (-1044 *3 (-565 $))))))))) (-3645 (*1 *2 *2) (-12 (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $)) (-15 -4080 ((-1044 *3 (-565 $)) $)) (-15 -4100 ($ (-1044 *3 (-565 $))))))))) (-3176 (*1 *2 *2) (-12 (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-13 (-341) (-281) (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $)) (-15 -4080 ((-1044 *3 (-565 $)) $)) (-15 -4100 ($ (-1044 *3 (-565 $))))))))))
-(-10 -7 (-15 -3176 (|#2| |#2|)) (-15 -3645 (|#2| |#2|)) (-15 -3645 (|#2| |#2| |#2|)) (-15 -3645 (|#2| |#2| (-592 |#2|))) (-15 -3645 (|#2| |#2| (-592 (-565 |#2|)))) (-15 -3606 ((-1088 |#2|) |#2|)) (IF (|has| |#1| (-789)) (IF (|has| |#1| (-429)) (IF (|has| |#1| (-968 (-525))) (IF (|has| |#2| (-408 |#1|)) (PROGN (-15 -3320 (|#2| |#2|)) (-15 -2364 (|#2| |#2|)) (-15 -3498 (|#2| |#2|)) (-15 -1268 (|#2| (-110) |#2| (-713)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-4201 (((-396 (-1088 |#3|)) (-1088 |#3|) (-592 (-47))) 23) (((-396 |#3|) |#3| (-592 (-47))) 19)))
-(((-41 |#1| |#2| |#3|) (-10 -7 (-15 -4201 ((-396 |#3|) |#3| (-592 (-47)))) (-15 -4201 ((-396 (-1088 |#3|)) (-1088 |#3|) (-592 (-47))))) (-789) (-735) (-884 (-47) |#2| |#1|)) (T -41))
-((-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-47))) (-4 *5 (-789)) (-4 *6 (-735)) (-4 *7 (-884 (-47) *6 *5)) (-5 *2 (-396 (-1088 *7))) (-5 *1 (-41 *5 *6 *7)) (-5 *3 (-1088 *7)))) (-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-47))) (-4 *5 (-789)) (-4 *6 (-735)) (-5 *2 (-396 *3)) (-5 *1 (-41 *5 *6 *3)) (-4 *3 (-884 (-47) *6 *5)))))
-(-10 -7 (-15 -4201 ((-396 |#3|) |#3| (-592 (-47)))) (-15 -4201 ((-396 (-1088 |#3|)) (-1088 |#3|) (-592 (-47)))))
-((-3787 (((-713) |#2|) 65)) (-3428 (((-713) |#2|) 68)) (-1408 (((-592 |#2|)) 33)) (-2596 (((-713) |#2|) 67)) (-2585 (((-713) |#2|) 64)) (-1304 (((-713) |#2|) 66)) (-3879 (((-592 (-632 |#1|))) 60)) (-4225 (((-592 |#2|)) 55)) (-3091 (((-592 |#2|) |#2|) 43)) (-3810 (((-592 |#2|)) 57)) (-2944 (((-592 |#2|)) 56)) (-3725 (((-592 (-632 |#1|))) 48)) (-4235 (((-592 |#2|)) 54)) (-3480 (((-592 |#2|) |#2|) 42)) (-2487 (((-592 |#2|)) 50)) (-2291 (((-592 (-632 |#1|))) 61)) (-2344 (((-592 |#2|)) 59)) (-2103 (((-1174 |#2|) (-1174 |#2|)) 84 (|has| |#1| (-286)))))
-(((-42 |#1| |#2|) (-10 -7 (-15 -2596 ((-713) |#2|)) (-15 -3428 ((-713) |#2|)) (-15 -2585 ((-713) |#2|)) (-15 -3787 ((-713) |#2|)) (-15 -1304 ((-713) |#2|)) (-15 -2487 ((-592 |#2|))) (-15 -3480 ((-592 |#2|) |#2|)) (-15 -3091 ((-592 |#2|) |#2|)) (-15 -4235 ((-592 |#2|))) (-15 -4225 ((-592 |#2|))) (-15 -2944 ((-592 |#2|))) (-15 -3810 ((-592 |#2|))) (-15 -2344 ((-592 |#2|))) (-15 -3725 ((-592 (-632 |#1|)))) (-15 -3879 ((-592 (-632 |#1|)))) (-15 -2291 ((-592 (-632 |#1|)))) (-15 -1408 ((-592 |#2|))) (IF (|has| |#1| (-286)) (-15 -2103 ((-1174 |#2|) (-1174 |#2|))) |%noBranch|)) (-517) (-395 |#1|)) (T -42))
-((-2103 (*1 *2 *2) (-12 (-5 *2 (-1174 *4)) (-4 *4 (-395 *3)) (-4 *3 (-286)) (-4 *3 (-517)) (-5 *1 (-42 *3 *4)))) (-1408 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-2291 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 (-632 *3))) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-3879 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 (-632 *3))) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-3725 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 (-632 *3))) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-2344 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-3810 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-2944 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-4225 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-4235 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-3091 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-592 *3)) (-5 *1 (-42 *4 *3)) (-4 *3 (-395 *4)))) (-3480 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-592 *3)) (-5 *1 (-42 *4 *3)) (-4 *3 (-395 *4)))) (-2487 (*1 *2) (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-395 *3)))) (-1304 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3)) (-4 *3 (-395 *4)))) (-3787 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3)) (-4 *3 (-395 *4)))) (-2585 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3)) (-4 *3 (-395 *4)))) (-3428 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3)) (-4 *3 (-395 *4)))) (-2596 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3)) (-4 *3 (-395 *4)))))
-(-10 -7 (-15 -2596 ((-713) |#2|)) (-15 -3428 ((-713) |#2|)) (-15 -2585 ((-713) |#2|)) (-15 -3787 ((-713) |#2|)) (-15 -1304 ((-713) |#2|)) (-15 -2487 ((-592 |#2|))) (-15 -3480 ((-592 |#2|) |#2|)) (-15 -3091 ((-592 |#2|) |#2|)) (-15 -4235 ((-592 |#2|))) (-15 -4225 ((-592 |#2|))) (-15 -2944 ((-592 |#2|))) (-15 -3810 ((-592 |#2|))) (-15 -2344 ((-592 |#2|))) (-15 -3725 ((-592 (-632 |#1|)))) (-15 -3879 ((-592 (-632 |#1|)))) (-15 -2291 ((-592 (-632 |#1|)))) (-15 -1408 ((-592 |#2|))) (IF (|has| |#1| (-286)) (-15 -2103 ((-1174 |#2|) (-1174 |#2|))) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1509 (((-3 $ "failed")) NIL (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-3551 (((-1174 (-632 |#1|)) (-1174 $)) NIL) (((-1174 (-632 |#1|))) 24)) (-3651 (((-1174 $)) 51)) (-2475 (($) NIL T CONST)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (|has| |#1| (-517)))) (-2394 (((-3 $ "failed")) NIL (|has| |#1| (-517)))) (-2946 (((-632 |#1|) (-1174 $)) NIL) (((-632 |#1|)) NIL)) (-2126 ((|#1| $) NIL)) (-4187 (((-632 |#1|) $ (-1174 $)) NIL) (((-632 |#1|) $) NIL)) (-3322 (((-3 $ "failed") $) NIL (|has| |#1| (-517)))) (-3141 (((-1088 (-887 |#1|))) NIL (|has| |#1| (-341)))) (-1488 (($ $ (-856)) NIL)) (-3447 ((|#1| $) NIL)) (-4047 (((-1088 |#1|) $) NIL (|has| |#1| (-517)))) (-3411 ((|#1| (-1174 $)) NIL) ((|#1|) NIL)) (-1521 (((-1088 |#1|) $) NIL)) (-3838 (((-108)) 87)) (-2580 (($ (-1174 |#1|) (-1174 $)) NIL) (($ (-1174 |#1|)) NIL)) (-3300 (((-3 $ "failed") $) 14 (|has| |#1| (-517)))) (-3085 (((-856)) 52)) (-1822 (((-108)) NIL)) (-2156 (($ $ (-856)) NIL)) (-3387 (((-108)) NIL)) (-2634 (((-108)) NIL)) (-2936 (((-108)) 89)) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (|has| |#1| (-517)))) (-2542 (((-3 $ "failed")) NIL (|has| |#1| (-517)))) (-2713 (((-632 |#1|) (-1174 $)) NIL) (((-632 |#1|)) NIL)) (-3309 ((|#1| $) NIL)) (-2222 (((-632 |#1|) $ (-1174 $)) NIL) (((-632 |#1|) $) NIL)) (-3711 (((-3 $ "failed") $) NIL (|has| |#1| (-517)))) (-2056 (((-1088 (-887 |#1|))) NIL (|has| |#1| (-341)))) (-2486 (($ $ (-856)) NIL)) (-3714 ((|#1| $) NIL)) (-2357 (((-1088 |#1|) $) NIL (|has| |#1| (-517)))) (-2623 ((|#1| (-1174 $)) NIL) ((|#1|) NIL)) (-2673 (((-1088 |#1|) $) NIL)) (-3938 (((-108)) 86)) (-1289 (((-1075) $) NIL)) (-1780 (((-108)) 93)) (-1719 (((-108)) 92)) (-2490 (((-108)) 94)) (-3993 (((-1039) $) NIL)) (-1539 (((-108)) 88)) (-3431 ((|#1| $ (-525)) 54)) (-2754 (((-1174 |#1|) $ (-1174 $)) 48) (((-632 |#1|) (-1174 $) (-1174 $)) NIL) (((-1174 |#1|) $) 28) (((-632 |#1|) (-1174 $)) NIL)) (-2069 (((-1174 |#1|) $) NIL) (($ (-1174 |#1|)) NIL)) (-3600 (((-592 (-887 |#1|)) (-1174 $)) NIL) (((-592 (-887 |#1|))) NIL)) (-1242 (($ $ $) NIL)) (-1682 (((-108)) 84)) (-4100 (((-798) $) 69) (($ (-1174 |#1|)) 22)) (-2103 (((-1174 $)) 45)) (-3974 (((-592 (-1174 |#1|))) NIL (|has| |#1| (-517)))) (-3133 (($ $ $ $) NIL)) (-1839 (((-108)) 82)) (-1590 (($ (-632 |#1|) $) 18)) (-4148 (($ $ $) NIL)) (-2453 (((-108)) 85)) (-1569 (((-108)) 83)) (-1886 (((-108)) 81)) (-3364 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 76) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1059 |#2| |#1|) $) 19)))
-(((-43 |#1| |#2| |#3| |#4|) (-13 (-395 |#1|) (-594 (-1059 |#2| |#1|)) (-10 -8 (-15 -4100 ($ (-1174 |#1|))))) (-341) (-856) (-592 (-1092)) (-1174 (-632 |#1|))) (T -43))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-341)) (-14 *6 (-1174 (-632 *3))) (-5 *1 (-43 *3 *4 *5 *6)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))))))
-(-13 (-395 |#1|) (-594 (-1059 |#2| |#1|)) (-10 -8 (-15 -4100 ($ (-1174 |#1|)))))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2219 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-2250 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3979 (($ $) NIL)) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-3289 (((-1179) $ |#1| |#1|) NIL (|has| $ (-6 -4260))) (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (((-108) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2436 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789))))) (-1842 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1947 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260)))) (-3776 (($ $ $) 27 (|has| $ (-6 -4260)))) (-4193 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260)))) (-2894 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 29 (|has| $ (-6 -4260)))) (-1233 ((|#2| $ |#1| |#2|) 46) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-1141 (-525)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "last" (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260))) (($ $ "rest" $) NIL (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "first" (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "value" (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2237 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1515 (((-3 |#2| "failed") |#1| $) 37)) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1659 (($ $ (-713)) NIL) (($ $) 24)) (-1793 (($ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) 48) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4260))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) NIL)) (-3631 (((-108) $) NIL)) (-3856 (((-525) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (((-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) (((-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 18 (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259))) (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 18 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-3324 (($ (-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 ((|#1| $) NIL (|has| |#1| (-789))) (((-525) $) 32 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3269 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3212 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259))) (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-2231 ((|#1| $) NIL (|has| |#1| (-789))) (((-525) $) 34 (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260))) (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-1522 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-2010 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3506 (((-108) $) NIL)) (-1289 (((-1075) $) 42 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2718 (($ $ (-713)) NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1398 (((-592 |#1|) $) 20)) (-3770 (((-108) |#1| $) NIL)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-2594 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 |#1|) $) NIL) (((-592 (-525)) $) NIL)) (-3461 (((-108) |#1| $) NIL) (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#2| $) NIL (|has| |#1| (-789))) (($ $ (-713)) NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 23)) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-2476 (((-108) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1717 (((-592 |#2|) $) NIL) (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 17)) (-3479 (((-108) $) 16)) (-1558 (($) 13)) (-3431 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ (-525)) NIL) (($ $ (-1141 (-525))) NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "first") NIL) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $ "value") NIL)) (-1707 (((-525) $ $) NIL)) (-2637 (($) 12) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2818 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-3953 (((-108) $) NIL)) (-3675 (($ $) NIL)) (-2789 (($ $) NIL (|has| $ (-6 -4260)))) (-4082 (((-713) $) NIL)) (-3077 (($ $) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4190 (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL) (($ $ $) NIL)) (-2035 (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL) (($ (-592 $)) NIL) (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 25) (($ $ $) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798)))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2727 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") |#1| $) 44)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2817 (((-108) $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-789)))) (-2827 (((-713) $) 22 (|has| $ (-6 -4259)))))
-(((-44 |#1| |#2|) (-35 |#1| |#2|) (-1020) (-1020)) (T -44))
+(3149354 . 3427377796)
+((-1393 (((-110) (-1 (-110) |#2| |#2|) $) 63) (((-110) $) NIL)) (-3962 (($ (-1 (-110) |#2| |#2|) $) 18) (($ $) NIL)) (-1232 ((|#2| $ (-527) |#2|) NIL) ((|#2| $ (-1143 (-527)) |#2|) 34)) (-1399 (($ $) 59)) (-2731 ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 40) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 38) ((|#2| (-1 |#2| |#2| |#2|) $) 37)) (-3908 (((-527) (-1 (-110) |#2|) $) 22) (((-527) |#2| $) NIL) (((-527) |#2| $ (-527)) 73)) (-3717 (((-594 |#2|) $) 13)) (-2965 (($ (-1 (-110) |#2| |#2|) $ $) 48) (($ $ $) NIL)) (-2762 (($ (-1 |#2| |#2|) $) 29)) (-1998 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 44)) (-2555 (($ |#2| $ (-527)) NIL) (($ $ $ (-527)) 50)) (-3326 (((-3 |#2| "failed") (-1 (-110) |#2|) $) 24)) (-1604 (((-110) (-1 (-110) |#2|) $) 21)) (-3439 ((|#2| $ (-527) |#2|) NIL) ((|#2| $ (-527)) NIL) (($ $ (-1143 (-527))) 49)) (-2104 (($ $ (-527)) 56) (($ $ (-1143 (-527))) 55)) (-4034 (((-715) (-1 (-110) |#2|) $) 26) (((-715) |#2| $) NIL)) (-2687 (($ $ $ (-527)) 52)) (-2465 (($ $) 51)) (-4131 (($ (-594 |#2|)) 53)) (-1997 (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ $ $) 64) (($ (-594 $)) 62)) (-4118 (((-800) $) 69)) (-1722 (((-110) (-1 (-110) |#2|) $) 20)) (-2747 (((-110) $ $) 72)) (-2775 (((-110) $ $) 75)))
+(((-18 |#1| |#2|) (-10 -8 (-15 -2747 ((-110) |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -3962 (|#1| |#1|)) (-15 -3962 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -1399 (|#1| |#1|)) (-15 -2687 (|#1| |#1| |#1| (-527))) (-15 -1393 ((-110) |#1|)) (-15 -2965 (|#1| |#1| |#1|)) (-15 -3908 ((-527) |#2| |#1| (-527))) (-15 -3908 ((-527) |#2| |#1|)) (-15 -3908 ((-527) (-1 (-110) |#2|) |#1|)) (-15 -1393 ((-110) (-1 (-110) |#2| |#2|) |#1|)) (-15 -2965 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -1232 (|#2| |#1| (-1143 (-527)) |#2|)) (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -2104 (|#1| |#1| (-1143 (-527)))) (-15 -2104 (|#1| |#1| (-527))) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1997 (|#1| (-594 |#1|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -3326 ((-3 |#2| "failed") (-1 (-110) |#2|) |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3439 (|#2| |#1| (-527))) (-15 -3439 (|#2| |#1| (-527) |#2|)) (-15 -1232 (|#2| |#1| (-527) |#2|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -3717 ((-594 |#2|) |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2465 (|#1| |#1|))) (-19 |#2|) (-1130)) (T -18))
+NIL
+(-10 -8 (-15 -2747 ((-110) |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -3962 (|#1| |#1|)) (-15 -3962 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -1399 (|#1| |#1|)) (-15 -2687 (|#1| |#1| |#1| (-527))) (-15 -1393 ((-110) |#1|)) (-15 -2965 (|#1| |#1| |#1|)) (-15 -3908 ((-527) |#2| |#1| (-527))) (-15 -3908 ((-527) |#2| |#1|)) (-15 -3908 ((-527) (-1 (-110) |#2|) |#1|)) (-15 -1393 ((-110) (-1 (-110) |#2| |#2|) |#1|)) (-15 -2965 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -1232 (|#2| |#1| (-1143 (-527)) |#2|)) (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -2104 (|#1| |#1| (-1143 (-527)))) (-15 -2104 (|#1| |#1| (-527))) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1997 (|#1| (-594 |#1|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -3326 ((-3 |#2| "failed") (-1 (-110) |#2|) |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3439 (|#2| |#1| (-527))) (-15 -3439 (|#2| |#1| (-527) |#2|)) (-15 -1232 (|#2| |#1| (-527) |#2|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -3717 ((-594 |#2|) |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2465 (|#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) 98) (((-110) $) 92 (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) 89 (|has| $ (-6 -4262))) (($ $) 88 (-12 (|has| |#1| (-791)) (|has| $ (-6 -4262))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#1| $ (-527) |#1|) 52 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 58 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1399 (($ $) 90 (|has| $ (-6 -4262)))) (-1677 (($ $) 100)) (-1702 (($ $) 78 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#1| $) 77 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 74 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 51)) (-3908 (((-527) (-1 (-110) |#1|) $) 97) (((-527) |#1| $) 96 (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) 95 (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3902 (($ $ $) 87 (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-1257 (($ $ $) 86 (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 42 (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 71)) (-1542 (($ $ |#1|) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) |#1|) 50) ((|#1| $ (-527)) 49) (($ $ (-1143 (-527))) 63)) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2687 (($ $ $ (-527)) 91 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 70)) (-1997 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) 84 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 83 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2799 (((-110) $ $) 85 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 82 (|has| |#1| (-791)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-19 |#1|) (-133) (-1130)) (T -19))
+NIL
+(-13 (-353 |t#1|) (-10 -7 (-6 -4262)))
+(((-33) . T) ((-99) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-353 |#1|) . T) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-791) |has| |#1| (-791)) ((-1022) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-1130) . T))
+((-3085 (((-3 $ "failed") $ $) 12)) (-2863 (($ $) NIL) (($ $ $) 9)) (* (($ (-858) $) NIL) (($ (-715) $) 16) (($ (-527) $) 21)))
+(((-20 |#1|) (-10 -8 (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 -3085 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|))) (-21)) (T -20))
+NIL
+(-10 -8 (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 -3085 ((-3 |#1| "failed") |#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20)))
+(((-21) (-133)) (T -21))
+((-2863 (*1 *1 *1) (-4 *1 (-21))) (-2863 (*1 *1 *1 *1) (-4 *1 (-21))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-527)))))
+(-13 (-128) (-10 -8 (-15 -2863 ($ $)) (-15 -2863 ($ $ $)) (-15 * ($ (-527) $))))
+(((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-1874 (((-110) $) 10)) (-1298 (($) 15)) (* (($ (-858) $) 14) (($ (-715) $) 18)))
+(((-22 |#1|) (-10 -8 (-15 * (|#1| (-715) |#1|)) (-15 -1874 ((-110) |#1|)) (-15 -1298 (|#1|)) (-15 * (|#1| (-858) |#1|))) (-23)) (T -22))
+NIL
+(-10 -8 (-15 * (|#1| (-715) |#1|)) (-15 -1874 ((-110) |#1|)) (-15 -1298 (|#1|)) (-15 * (|#1| (-858) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15)))
+(((-23) (-133)) (T -23))
+((-3361 (*1 *1) (-4 *1 (-23))) (-1298 (*1 *1) (-4 *1 (-23))) (-1874 (*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-110)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-715)))))
+(-13 (-25) (-10 -8 (-15 (-3361) ($) -2459) (-15 -1298 ($) -2459) (-15 -1874 ((-110) $)) (-15 * ($ (-715) $))))
+(((-25) . T) ((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((* (($ (-858) $) 10)))
+(((-24 |#1|) (-10 -8 (-15 * (|#1| (-858) |#1|))) (-25)) (T -24))
+NIL
+(-10 -8 (-15 * (|#1| (-858) |#1|)))
+((-4105 (((-110) $ $) 7)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13)))
+(((-25) (-133)) (T -25))
+((-2850 (*1 *1 *1 *1) (-4 *1 (-25))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-858)))))
+(-13 (-1022) (-10 -8 (-15 -2850 ($ $ $)) (-15 * ($ (-858) $))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-3025 (((-594 $) (-889 $)) 29) (((-594 $) (-1090 $)) 16) (((-594 $) (-1090 $) (-1094)) 20)) (-3217 (($ (-889 $)) 27) (($ (-1090 $)) 11) (($ (-1090 $) (-1094)) 54)) (-1270 (((-594 $) (-889 $)) 30) (((-594 $) (-1090 $)) 18) (((-594 $) (-1090 $) (-1094)) 19)) (-2608 (($ (-889 $)) 28) (($ (-1090 $)) 13) (($ (-1090 $) (-1094)) NIL)))
+(((-26 |#1|) (-10 -8 (-15 -3025 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -3025 ((-594 |#1|) (-1090 |#1|))) (-15 -3025 ((-594 |#1|) (-889 |#1|))) (-15 -3217 (|#1| (-1090 |#1|) (-1094))) (-15 -3217 (|#1| (-1090 |#1|))) (-15 -3217 (|#1| (-889 |#1|))) (-15 -1270 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -1270 ((-594 |#1|) (-1090 |#1|))) (-15 -1270 ((-594 |#1|) (-889 |#1|))) (-15 -2608 (|#1| (-1090 |#1|) (-1094))) (-15 -2608 (|#1| (-1090 |#1|))) (-15 -2608 (|#1| (-889 |#1|)))) (-27)) (T -26))
+NIL
+(-10 -8 (-15 -3025 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -3025 ((-594 |#1|) (-1090 |#1|))) (-15 -3025 ((-594 |#1|) (-889 |#1|))) (-15 -3217 (|#1| (-1090 |#1|) (-1094))) (-15 -3217 (|#1| (-1090 |#1|))) (-15 -3217 (|#1| (-889 |#1|))) (-15 -1270 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -1270 ((-594 |#1|) (-1090 |#1|))) (-15 -1270 ((-594 |#1|) (-889 |#1|))) (-15 -2608 (|#1| (-1090 |#1|) (-1094))) (-15 -2608 (|#1| (-1090 |#1|))) (-15 -2608 (|#1| (-889 |#1|))))
+((-4105 (((-110) $ $) 7)) (-3025 (((-594 $) (-889 $)) 80) (((-594 $) (-1090 $)) 79) (((-594 $) (-1090 $) (-1094)) 78)) (-3217 (($ (-889 $)) 83) (($ (-1090 $)) 82) (($ (-1090 $) (-1094)) 81)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-2713 (($ $) 92)) (-1842 (((-110) $ $) 59)) (-1298 (($) 17 T CONST)) (-1270 (((-594 $) (-889 $)) 86) (((-594 $) (-1090 $)) 85) (((-594 $) (-1090 $) (-1094)) 84)) (-2608 (($ (-889 $)) 89) (($ (-1090 $)) 88) (($ (-1090 $) (-1094)) 87)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3851 (((-110) $) 71)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 91)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 64)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68) (($ $ (-387 (-527))) 90)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66)))
+(((-27) (-133)) (T -27))
+((-2608 (*1 *1 *2) (-12 (-5 *2 (-889 *1)) (-4 *1 (-27)))) (-2608 (*1 *1 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-27)))) (-2608 (*1 *1 *2 *3) (-12 (-5 *2 (-1090 *1)) (-5 *3 (-1094)) (-4 *1 (-27)))) (-1270 (*1 *2 *3) (-12 (-5 *3 (-889 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1)))) (-1270 (*1 *2 *3) (-12 (-5 *3 (-1090 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1)))) (-1270 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 *1)) (-5 *4 (-1094)) (-4 *1 (-27)) (-5 *2 (-594 *1)))) (-3217 (*1 *1 *2) (-12 (-5 *2 (-889 *1)) (-4 *1 (-27)))) (-3217 (*1 *1 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-27)))) (-3217 (*1 *1 *2 *3) (-12 (-5 *2 (-1090 *1)) (-5 *3 (-1094)) (-4 *1 (-27)))) (-3025 (*1 *2 *3) (-12 (-5 *3 (-889 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1)))) (-3025 (*1 *2 *3) (-12 (-5 *3 (-1090 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1)))) (-3025 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 *1)) (-5 *4 (-1094)) (-4 *1 (-27)) (-5 *2 (-594 *1)))))
+(-13 (-343) (-936) (-10 -8 (-15 -2608 ($ (-889 $))) (-15 -2608 ($ (-1090 $))) (-15 -2608 ($ (-1090 $) (-1094))) (-15 -1270 ((-594 $) (-889 $))) (-15 -1270 ((-594 $) (-1090 $))) (-15 -1270 ((-594 $) (-1090 $) (-1094))) (-15 -3217 ($ (-889 $))) (-15 -3217 ($ (-1090 $))) (-15 -3217 ($ (-1090 $) (-1094))) (-15 -3025 ((-594 $) (-889 $))) (-15 -3025 ((-594 $) (-1090 $))) (-15 -3025 ((-594 $) (-1090 $) (-1094)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-343) . T) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-936) . T) ((-985 #0#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T))
+((-3025 (((-594 $) (-889 $)) NIL) (((-594 $) (-1090 $)) NIL) (((-594 $) (-1090 $) (-1094)) 50) (((-594 $) $) 19) (((-594 $) $ (-1094)) 41)) (-3217 (($ (-889 $)) NIL) (($ (-1090 $)) NIL) (($ (-1090 $) (-1094)) 52) (($ $) 17) (($ $ (-1094)) 37)) (-1270 (((-594 $) (-889 $)) NIL) (((-594 $) (-1090 $)) NIL) (((-594 $) (-1090 $) (-1094)) 48) (((-594 $) $) 15) (((-594 $) $ (-1094)) 43)) (-2608 (($ (-889 $)) NIL) (($ (-1090 $)) NIL) (($ (-1090 $) (-1094)) NIL) (($ $) 12) (($ $ (-1094)) 39)))
+(((-28 |#1| |#2|) (-10 -8 (-15 -3025 ((-594 |#1|) |#1| (-1094))) (-15 -3217 (|#1| |#1| (-1094))) (-15 -3025 ((-594 |#1|) |#1|)) (-15 -3217 (|#1| |#1|)) (-15 -1270 ((-594 |#1|) |#1| (-1094))) (-15 -2608 (|#1| |#1| (-1094))) (-15 -1270 ((-594 |#1|) |#1|)) (-15 -2608 (|#1| |#1|)) (-15 -3025 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -3025 ((-594 |#1|) (-1090 |#1|))) (-15 -3025 ((-594 |#1|) (-889 |#1|))) (-15 -3217 (|#1| (-1090 |#1|) (-1094))) (-15 -3217 (|#1| (-1090 |#1|))) (-15 -3217 (|#1| (-889 |#1|))) (-15 -1270 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -1270 ((-594 |#1|) (-1090 |#1|))) (-15 -1270 ((-594 |#1|) (-889 |#1|))) (-15 -2608 (|#1| (-1090 |#1|) (-1094))) (-15 -2608 (|#1| (-1090 |#1|))) (-15 -2608 (|#1| (-889 |#1|)))) (-29 |#2|) (-13 (-791) (-519))) (T -28))
+NIL
+(-10 -8 (-15 -3025 ((-594 |#1|) |#1| (-1094))) (-15 -3217 (|#1| |#1| (-1094))) (-15 -3025 ((-594 |#1|) |#1|)) (-15 -3217 (|#1| |#1|)) (-15 -1270 ((-594 |#1|) |#1| (-1094))) (-15 -2608 (|#1| |#1| (-1094))) (-15 -1270 ((-594 |#1|) |#1|)) (-15 -2608 (|#1| |#1|)) (-15 -3025 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -3025 ((-594 |#1|) (-1090 |#1|))) (-15 -3025 ((-594 |#1|) (-889 |#1|))) (-15 -3217 (|#1| (-1090 |#1|) (-1094))) (-15 -3217 (|#1| (-1090 |#1|))) (-15 -3217 (|#1| (-889 |#1|))) (-15 -1270 ((-594 |#1|) (-1090 |#1|) (-1094))) (-15 -1270 ((-594 |#1|) (-1090 |#1|))) (-15 -1270 ((-594 |#1|) (-889 |#1|))) (-15 -2608 (|#1| (-1090 |#1|) (-1094))) (-15 -2608 (|#1| (-1090 |#1|))) (-15 -2608 (|#1| (-889 |#1|))))
+((-4105 (((-110) $ $) 7)) (-3025 (((-594 $) (-889 $)) 80) (((-594 $) (-1090 $)) 79) (((-594 $) (-1090 $) (-1094)) 78) (((-594 $) $) 126) (((-594 $) $ (-1094)) 124)) (-3217 (($ (-889 $)) 83) (($ (-1090 $)) 82) (($ (-1090 $) (-1094)) 81) (($ $) 127) (($ $ (-1094)) 125)) (-1874 (((-110) $) 16)) (-2853 (((-594 (-1094)) $) 201)) (-2669 (((-387 (-1090 $)) $ (-567 $)) 233 (|has| |#1| (-519)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-1296 (((-594 (-567 $)) $) 164)) (-3085 (((-3 $ "failed") $ $) 19)) (-1568 (($ $ (-594 (-567 $)) (-594 $)) 154) (($ $ (-594 (-275 $))) 153) (($ $ (-275 $)) 152)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-2713 (($ $) 92)) (-1842 (((-110) $ $) 59)) (-1298 (($) 17 T CONST)) (-1270 (((-594 $) (-889 $)) 86) (((-594 $) (-1090 $)) 85) (((-594 $) (-1090 $) (-1094)) 84) (((-594 $) $) 130) (((-594 $) $ (-1094)) 128)) (-2608 (($ (-889 $)) 89) (($ (-1090 $)) 88) (($ (-1090 $) (-1094)) 87) (($ $) 131) (($ $ (-1094)) 129)) (-1923 (((-3 (-889 |#1|) "failed") $) 251 (|has| |#1| (-979))) (((-3 (-387 (-889 |#1|)) "failed") $) 235 (|has| |#1| (-519))) (((-3 |#1| "failed") $) 197) (((-3 (-527) "failed") $) 195 (|has| |#1| (-970 (-527)))) (((-3 (-1094) "failed") $) 188) (((-3 (-567 $) "failed") $) 139) (((-3 (-387 (-527)) "failed") $) 123 (-2027 (-12 (|has| |#1| (-970 (-527))) (|has| |#1| (-519))) (|has| |#1| (-970 (-387 (-527))))))) (-4145 (((-889 |#1|) $) 252 (|has| |#1| (-979))) (((-387 (-889 |#1|)) $) 236 (|has| |#1| (-519))) ((|#1| $) 198) (((-527) $) 194 (|has| |#1| (-970 (-527)))) (((-1094) $) 189) (((-567 $) $) 140) (((-387 (-527)) $) 122 (-2027 (-12 (|has| |#1| (-970 (-527))) (|has| |#1| (-519))) (|has| |#1| (-970 (-387 (-527))))))) (-1346 (($ $ $) 55)) (-4162 (((-634 |#1|) (-634 $)) 241 (|has| |#1| (-979))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 240 (|has| |#1| (-979))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 121 (-2027 (-3979 (|has| |#1| (-979)) (|has| |#1| (-590 (-527)))) (-3979 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))))) (((-634 (-527)) (-634 $)) 120 (-2027 (-3979 (|has| |#1| (-979)) (|has| |#1| (-590 (-527)))) (-3979 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))))) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3851 (((-110) $) 71)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 193 (|has| |#1| (-823 (-359)))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 192 (|has| |#1| (-823 (-527))))) (-1282 (($ (-594 $)) 158) (($ $) 157)) (-3672 (((-594 (-112)) $) 165)) (-2370 (((-112) (-112)) 166)) (-2956 (((-110) $) 31)) (-1758 (((-110) $) 186 (|has| $ (-970 (-527))))) (-1458 (($ $) 218 (|has| |#1| (-979)))) (-4109 (((-1046 |#1| (-567 $)) $) 217 (|has| |#1| (-979)))) (-3799 (($ $ (-527)) 91)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-3939 (((-1090 $) (-567 $)) 183 (|has| $ (-979)))) (-3902 (($ $ $) 137)) (-1257 (($ $ $) 136)) (-1998 (($ (-1 $ $) (-567 $)) 172)) (-1567 (((-3 (-567 $) "failed") $) 162)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2655 (((-594 (-567 $)) $) 163)) (-2592 (($ (-112) (-594 $)) 171) (($ (-112) $) 170)) (-2415 (((-3 (-594 $) "failed") $) 212 (|has| |#1| (-1034)))) (-3656 (((-3 (-2 (|:| |val| $) (|:| -3148 (-527))) "failed") $) 221 (|has| |#1| (-979)))) (-3711 (((-3 (-594 $) "failed") $) 214 (|has| |#1| (-25)))) (-3391 (((-3 (-2 (|:| -2663 (-527)) (|:| |var| (-567 $))) "failed") $) 215 (|has| |#1| (-25)))) (-2007 (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-1094)) 220 (|has| |#1| (-979))) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-112)) 219 (|has| |#1| (-979))) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $) 213 (|has| |#1| (-1034)))) (-1854 (((-110) $ (-1094)) 169) (((-110) $ (-112)) 168)) (-2952 (($ $) 70)) (-3011 (((-715) $) 161)) (-4024 (((-1041) $) 10)) (-2964 (((-110) $) 199)) (-2972 ((|#1| $) 200)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-3970 (((-110) $ (-1094)) 174) (((-110) $ $) 173)) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-1285 (((-110) $) 185 (|has| $ (-970 (-527))))) (-2819 (($ $ (-1094) (-715) (-1 $ $)) 225 (|has| |#1| (-979))) (($ $ (-1094) (-715) (-1 $ (-594 $))) 224 (|has| |#1| (-979))) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ (-594 $)))) 223 (|has| |#1| (-979))) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ $))) 222 (|has| |#1| (-979))) (($ $ (-594 (-112)) (-594 $) (-1094)) 211 (|has| |#1| (-569 (-503)))) (($ $ (-112) $ (-1094)) 210 (|has| |#1| (-569 (-503)))) (($ $) 209 (|has| |#1| (-569 (-503)))) (($ $ (-594 (-1094))) 208 (|has| |#1| (-569 (-503)))) (($ $ (-1094)) 207 (|has| |#1| (-569 (-503)))) (($ $ (-112) (-1 $ $)) 182) (($ $ (-112) (-1 $ (-594 $))) 181) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) 180) (($ $ (-594 (-112)) (-594 (-1 $ $))) 179) (($ $ (-1094) (-1 $ $)) 178) (($ $ (-1094) (-1 $ (-594 $))) 177) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) 176) (($ $ (-594 (-1094)) (-594 (-1 $ $))) 175) (($ $ (-594 $) (-594 $)) 146) (($ $ $ $) 145) (($ $ (-275 $)) 144) (($ $ (-594 (-275 $))) 143) (($ $ (-594 (-567 $)) (-594 $)) 142) (($ $ (-567 $) $) 141)) (-2578 (((-715) $) 58)) (-3439 (($ (-112) (-594 $)) 151) (($ (-112) $ $ $ $) 150) (($ (-112) $ $ $) 149) (($ (-112) $ $) 148) (($ (-112) $) 147)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-3756 (($ $ $) 160) (($ $) 159)) (-4234 (($ $ (-1094)) 249 (|has| |#1| (-979))) (($ $ (-594 (-1094))) 248 (|has| |#1| (-979))) (($ $ (-1094) (-715)) 247 (|has| |#1| (-979))) (($ $ (-594 (-1094)) (-594 (-715))) 246 (|has| |#1| (-979)))) (-2593 (($ $) 228 (|has| |#1| (-519)))) (-4122 (((-1046 |#1| (-567 $)) $) 227 (|has| |#1| (-519)))) (-2279 (($ $) 184 (|has| $ (-979)))) (-2051 (((-503) $) 255 (|has| |#1| (-569 (-503)))) (($ (-398 $)) 226 (|has| |#1| (-519))) (((-829 (-359)) $) 191 (|has| |#1| (-569 (-829 (-359))))) (((-829 (-527)) $) 190 (|has| |#1| (-569 (-829 (-527)))))) (-1964 (($ $ $) 254 (|has| |#1| (-452)))) (-2170 (($ $ $) 253 (|has| |#1| (-452)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65) (($ (-889 |#1|)) 250 (|has| |#1| (-979))) (($ (-387 (-889 |#1|))) 234 (|has| |#1| (-519))) (($ (-387 (-889 (-387 |#1|)))) 232 (|has| |#1| (-519))) (($ (-889 (-387 |#1|))) 231 (|has| |#1| (-519))) (($ (-387 |#1|)) 230 (|has| |#1| (-519))) (($ (-1046 |#1| (-567 $))) 216 (|has| |#1| (-979))) (($ |#1|) 196) (($ (-1094)) 187) (($ (-567 $)) 138)) (-3470 (((-3 $ "failed") $) 239 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-3235 (($ (-594 $)) 156) (($ $) 155)) (-2771 (((-110) (-112)) 167)) (-3978 (((-110) $ $) 39)) (-1614 (($ (-1094) (-594 $)) 206) (($ (-1094) $ $ $ $) 205) (($ (-1094) $ $ $) 204) (($ (-1094) $ $) 203) (($ (-1094) $) 202)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-1094)) 245 (|has| |#1| (-979))) (($ $ (-594 (-1094))) 244 (|has| |#1| (-979))) (($ $ (-1094) (-715)) 243 (|has| |#1| (-979))) (($ $ (-594 (-1094)) (-594 (-715))) 242 (|has| |#1| (-979)))) (-2813 (((-110) $ $) 134)) (-2788 (((-110) $ $) 133)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 135)) (-2775 (((-110) $ $) 132)) (-2873 (($ $ $) 64) (($ (-1046 |#1| (-567 $)) (-1046 |#1| (-567 $))) 229 (|has| |#1| (-519)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68) (($ $ (-387 (-527))) 90)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66) (($ $ |#1|) 238 (|has| |#1| (-162))) (($ |#1| $) 237 (|has| |#1| (-162)))))
+(((-29 |#1|) (-133) (-13 (-791) (-519))) (T -29))
+((-2608 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-791) (-519))))) (-1270 (*1 *2 *1) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *2 (-594 *1)) (-4 *1 (-29 *3)))) (-2608 (*1 *1 *1 *2) (-12 (-5 *2 (-1094)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-791) (-519))))) (-1270 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-594 *1)) (-4 *1 (-29 *4)))) (-3217 (*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-791) (-519))))) (-3025 (*1 *2 *1) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *2 (-594 *1)) (-4 *1 (-29 *3)))) (-3217 (*1 *1 *1 *2) (-12 (-5 *2 (-1094)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-791) (-519))))) (-3025 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-594 *1)) (-4 *1 (-29 *4)))))
+(-13 (-27) (-410 |t#1|) (-10 -8 (-15 -2608 ($ $)) (-15 -1270 ((-594 $) $)) (-15 -2608 ($ $ (-1094))) (-15 -1270 ((-594 $) $ (-1094))) (-15 -3217 ($ $)) (-15 -3025 ((-594 $) $)) (-15 -3217 ($ $ (-1094))) (-15 -3025 ((-594 $) $ (-1094)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) . T) ((-27) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 |#1| |#1|) |has| |#1| (-162)) ((-109 $ $) . T) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-569 (-829 (-359))) |has| |#1| (-569 (-829 (-359)))) ((-569 (-829 (-527))) |has| |#1| (-569 (-829 (-527)))) ((-225) . T) ((-271) . T) ((-288) . T) ((-290 $) . T) ((-283) . T) ((-343) . T) ((-357 |#1|) |has| |#1| (-979)) ((-380 |#1|) . T) ((-391 |#1|) . T) ((-410 |#1|) . T) ((-431) . T) ((-452) |has| |#1| (-452)) ((-488 (-567 $) $) . T) ((-488 $ $) . T) ((-519) . T) ((-596 #0#) . T) ((-596 |#1|) |has| |#1| (-162)) ((-596 $) . T) ((-590 (-527)) -12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) ((-590 |#1|) |has| |#1| (-979)) ((-662 #0#) . T) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) . T) ((-671) . T) ((-791) . T) ((-837 (-1094)) |has| |#1| (-979)) ((-823 (-359)) |has| |#1| (-823 (-359))) ((-823 (-527)) |has| |#1| (-823 (-527))) ((-821 |#1|) . T) ((-857) . T) ((-936) . T) ((-970 (-387 (-527))) -2027 (|has| |#1| (-970 (-387 (-527)))) (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527))))) ((-970 (-387 (-889 |#1|))) |has| |#1| (-519)) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 (-567 $)) . T) ((-970 (-889 |#1|)) |has| |#1| (-979)) ((-970 (-1094)) . T) ((-970 |#1|) . T) ((-985 #0#) . T) ((-985 |#1|) |has| |#1| (-162)) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1130) . T) ((-1134) . T))
+((-3265 (((-1017 (-207)) $) NIL)) (-3253 (((-1017 (-207)) $) NIL)) (-3795 (($ $ (-207)) 123)) (-3801 (($ (-889 (-527)) (-1094) (-1094) (-1017 (-387 (-527))) (-1017 (-387 (-527)))) 85)) (-1742 (((-594 (-594 (-880 (-207)))) $) 135)) (-4118 (((-800) $) 147)))
+(((-30) (-13 (-891) (-10 -8 (-15 -3801 ($ (-889 (-527)) (-1094) (-1094) (-1017 (-387 (-527))) (-1017 (-387 (-527))))) (-15 -3795 ($ $ (-207)))))) (T -30))
+((-3801 (*1 *1 *2 *3 *3 *4 *4) (-12 (-5 *2 (-889 (-527))) (-5 *3 (-1094)) (-5 *4 (-1017 (-387 (-527)))) (-5 *1 (-30)))) (-3795 (*1 *1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-30)))))
+(-13 (-891) (-10 -8 (-15 -3801 ($ (-889 (-527)) (-1094) (-1094) (-1017 (-387 (-527))) (-1017 (-387 (-527))))) (-15 -3795 ($ $ (-207)))))
+((-2608 ((|#2| (-1090 |#2|) (-1094)) 43)) (-2370 (((-112) (-112)) 56)) (-3939 (((-1090 |#2|) (-567 |#2|)) 133 (|has| |#1| (-970 (-527))))) (-3747 ((|#2| |#1| (-527)) 122 (|has| |#1| (-970 (-527))))) (-3593 ((|#2| (-1090 |#2|) |#2|) 30)) (-1646 (((-800) (-594 |#2|)) 85)) (-2279 ((|#2| |#2|) 129 (|has| |#1| (-970 (-527))))) (-2771 (((-110) (-112)) 18)) (** ((|#2| |#2| (-387 (-527))) 96 (|has| |#1| (-970 (-527))))))
+(((-31 |#1| |#2|) (-10 -7 (-15 -2608 (|#2| (-1090 |#2|) (-1094))) (-15 -2370 ((-112) (-112))) (-15 -2771 ((-110) (-112))) (-15 -3593 (|#2| (-1090 |#2|) |#2|)) (-15 -1646 ((-800) (-594 |#2|))) (IF (|has| |#1| (-970 (-527))) (PROGN (-15 ** (|#2| |#2| (-387 (-527)))) (-15 -3939 ((-1090 |#2|) (-567 |#2|))) (-15 -2279 (|#2| |#2|)) (-15 -3747 (|#2| |#1| (-527)))) |%noBranch|)) (-13 (-791) (-519)) (-410 |#1|)) (T -31))
+((-3747 (*1 *2 *3 *4) (-12 (-5 *4 (-527)) (-4 *2 (-410 *3)) (-5 *1 (-31 *3 *2)) (-4 *3 (-970 *4)) (-4 *3 (-13 (-791) (-519))))) (-2279 (*1 *2 *2) (-12 (-4 *3 (-970 (-527))) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-31 *3 *2)) (-4 *2 (-410 *3)))) (-3939 (*1 *2 *3) (-12 (-5 *3 (-567 *5)) (-4 *5 (-410 *4)) (-4 *4 (-970 (-527))) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-1090 *5)) (-5 *1 (-31 *4 *5)))) (** (*1 *2 *2 *3) (-12 (-5 *3 (-387 (-527))) (-4 *4 (-970 (-527))) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-31 *4 *2)) (-4 *2 (-410 *4)))) (-1646 (*1 *2 *3) (-12 (-5 *3 (-594 *5)) (-4 *5 (-410 *4)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-800)) (-5 *1 (-31 *4 *5)))) (-3593 (*1 *2 *3 *2) (-12 (-5 *3 (-1090 *2)) (-4 *2 (-410 *4)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-31 *4 *2)))) (-2771 (*1 *2 *3) (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110)) (-5 *1 (-31 *4 *5)) (-4 *5 (-410 *4)))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-31 *3 *4)) (-4 *4 (-410 *3)))) (-2608 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 *2)) (-5 *4 (-1094)) (-4 *2 (-410 *5)) (-5 *1 (-31 *5 *2)) (-4 *5 (-13 (-791) (-519))))))
+(-10 -7 (-15 -2608 (|#2| (-1090 |#2|) (-1094))) (-15 -2370 ((-112) (-112))) (-15 -2771 ((-110) (-112))) (-15 -3593 (|#2| (-1090 |#2|) |#2|)) (-15 -1646 ((-800) (-594 |#2|))) (IF (|has| |#1| (-970 (-527))) (PROGN (-15 ** (|#2| |#2| (-387 (-527)))) (-15 -3939 ((-1090 |#2|) (-567 |#2|))) (-15 -2279 (|#2| |#2|)) (-15 -3747 (|#2| |#1| (-527)))) |%noBranch|))
+((-1731 (((-110) $ (-715)) 16)) (-1298 (($) 10)) (-3541 (((-110) $ (-715)) 15)) (-2324 (((-110) $ (-715)) 14)) (-1247 (((-110) $ $) 8)) (-1815 (((-110) $) 13)))
+(((-32 |#1|) (-10 -8 (-15 -1298 (|#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715))) (-15 -1815 ((-110) |#1|)) (-15 -1247 ((-110) |#1| |#1|))) (-33)) (T -32))
+NIL
+(-10 -8 (-15 -1298 (|#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715))) (-15 -1815 ((-110) |#1|)) (-15 -1247 ((-110) |#1| |#1|)))
+((-1731 (((-110) $ (-715)) 8)) (-1298 (($) 7 T CONST)) (-3541 (((-110) $ (-715)) 9)) (-2324 (((-110) $ (-715)) 10)) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-2465 (($ $) 13)) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-33) (-133)) (T -33))
+((-1247 (*1 *2 *1 *1) (-12 (-4 *1 (-33)) (-5 *2 (-110)))) (-2465 (*1 *1 *1) (-4 *1 (-33))) (-2453 (*1 *1) (-4 *1 (-33))) (-1815 (*1 *2 *1) (-12 (-4 *1 (-33)) (-5 *2 (-110)))) (-2324 (*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-715)) (-5 *2 (-110)))) (-3541 (*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-715)) (-5 *2 (-110)))) (-1731 (*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-715)) (-5 *2 (-110)))) (-1298 (*1 *1) (-4 *1 (-33))) (-2809 (*1 *2 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-33)) (-5 *2 (-715)))))
+(-13 (-1130) (-10 -8 (-15 -1247 ((-110) $ $)) (-15 -2465 ($ $)) (-15 -2453 ($)) (-15 -1815 ((-110) $)) (-15 -2324 ((-110) $ (-715))) (-15 -3541 ((-110) $ (-715))) (-15 -1731 ((-110) $ (-715))) (-15 -1298 ($) -2459) (IF (|has| $ (-6 -4261)) (-15 -2809 ((-715) $)) |%noBranch|)))
+(((-1130) . T))
+((-1551 (($ $) 11)) (-1526 (($ $) 10)) (-1579 (($ $) 9)) (-2837 (($ $) 8)) (-1564 (($ $) 7)) (-1539 (($ $) 6)))
+(((-34) (-133)) (T -34))
+((-1551 (*1 *1 *1) (-4 *1 (-34))) (-1526 (*1 *1 *1) (-4 *1 (-34))) (-1579 (*1 *1 *1) (-4 *1 (-34))) (-2837 (*1 *1 *1) (-4 *1 (-34))) (-1564 (*1 *1 *1) (-4 *1 (-34))) (-1539 (*1 *1 *1) (-4 *1 (-34))))
+(-13 (-10 -8 (-15 -1539 ($ $)) (-15 -1564 ($ $)) (-15 -2837 ($ $)) (-15 -1579 ($ $)) (-15 -1526 ($ $)) (-15 -1551 ($ $))))
+((-4105 (((-110) $ $) 19 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-2205 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 125)) (-2250 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 148)) (-1630 (($ $) 146)) (-3312 (($) 72) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 71)) (-3604 (((-1181) $ |#1| |#1|) 99 (|has| $ (-6 -4262))) (((-1181) $ (-527) (-527)) 178 (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) 159 (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 209) (((-110) $) 203 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-3962 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 200 (|has| $ (-6 -4262))) (($ $) 199 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)) (|has| $ (-6 -4262))))) (-2259 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 210) (($ $) 204 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-1731 (((-110) $ (-715)) 8)) (-2776 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 134 (|has| $ (-6 -4262)))) (-1706 (($ $ $) 155 (|has| $ (-6 -4262)))) (-1418 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 157 (|has| $ (-6 -4262)))) (-2785 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 153 (|has| $ (-6 -4262)))) (-1232 ((|#2| $ |#1| |#2|) 73) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 189 (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-1143 (-527)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 160 (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "last" (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 158 (|has| $ (-6 -4262))) (($ $ "rest" $) 156 (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "first" (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 154 (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "value" (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 133 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 132 (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 45 (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 216)) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 55 (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 175 (|has| $ (-6 -4261)))) (-2239 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 147)) (-1519 (((-3 |#2| "failed") |#1| $) 61)) (-1298 (($) 7 T CONST)) (-1399 (($ $) 201 (|has| $ (-6 -4262)))) (-1677 (($ $) 211)) (-1683 (($ $ (-715)) 142) (($ $) 140)) (-3802 (($ $) 214 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-1702 (($ $) 58 (-2027 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261))) (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 46 (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) 62) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 220) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 215 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 57 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 54 (|has| $ (-6 -4261))) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 177 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 174 (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 56 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 53 (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 52 (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 176 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 173 (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 172 (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 190 (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) 88) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) 188)) (-2678 (((-110) $) 192)) (-3908 (((-527) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 208) (((-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 207 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) (((-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) 206 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 30 (|has| $ (-6 -4261))) (((-594 |#2|) $) 79 (|has| $ (-6 -4261))) (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 114 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 123)) (-3269 (((-110) $ $) 131 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-3325 (($ (-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 169)) (-3541 (((-110) $ (-715)) 9)) (-1385 ((|#1| $) 96 (|has| |#1| (-791))) (((-527) $) 180 (|has| (-527) (-791)))) (-3902 (($ $ $) 198 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-3427 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ $) 217) (($ $ $) 213 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2965 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ $) 212) (($ $ $) 205 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 29 (|has| $ (-6 -4261))) (((-594 |#2|) $) 80 (|has| $ (-6 -4261))) (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 115 (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 27 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-110) |#2| $) 82 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261)))) (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 117 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261))))) (-2532 ((|#1| $) 95 (|has| |#1| (-791))) (((-527) $) 181 (|has| (-527) (-791)))) (-1257 (($ $ $) 197 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 34 (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4262))) (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 110 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70) (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ $) 166) (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 109)) (-1536 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 225)) (-2324 (((-110) $ (-715)) 10)) (-2227 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 128)) (-3898 (((-110) $) 124)) (-2416 (((-1077) $) 22 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-2681 (($ $ (-715)) 145) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 143)) (-4195 (((-594 |#1|) $) 63)) (-1651 (((-110) |#1| $) 64)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 39)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 40) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) 219) (($ $ $ (-527)) 218)) (-2555 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) 162) (($ $ $ (-527)) 161)) (-3847 (((-594 |#1|) $) 93) (((-594 (-527)) $) 183)) (-1645 (((-110) |#1| $) 92) (((-110) (-527) $) 184)) (-4024 (((-1041) $) 21 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-1672 ((|#2| $) 97 (|has| |#1| (-791))) (($ $ (-715)) 139) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 137)) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 51) (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 171)) (-1542 (($ $ |#2|) 98 (|has| $ (-6 -4262))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 179 (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 41)) (-1311 (((-110) $) 191)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 32 (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) 77 (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 112 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) 26 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 25 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 24 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 23 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) 86 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) 84 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) 83 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 121 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 120 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 119 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) 118 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#2| $) 94 (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 182 (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-2401 (((-594 |#2|) $) 91) (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 185)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 187) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) 186) (($ $ (-1143 (-527))) 165) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "last") 144) (($ $ "rest") 141) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "first") 138) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "value") 126)) (-2312 (((-527) $ $) 129)) (-2261 (($) 49) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 48)) (-3322 (($ $ (-527)) 222) (($ $ (-1143 (-527))) 221)) (-2104 (($ $ (-527)) 164) (($ $ (-1143 (-527))) 163)) (-2760 (((-110) $) 127)) (-3112 (($ $) 151)) (-1256 (($ $) 152 (|has| $ (-6 -4262)))) (-1636 (((-715) $) 150)) (-4049 (($ $) 149)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 31 (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 28 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-715) |#2| $) 81 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#2|) $) 78 (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 116 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 113 (|has| $ (-6 -4261)))) (-2687 (($ $ $ (-527)) 202 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503)))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 50) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 170)) (-1390 (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 224) (($ $ $) 223)) (-1997 (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 168) (($ (-594 $)) 167) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 136) (($ $ $) 135)) (-4118 (((-800) $) 18 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800)))))) (-3355 (((-594 $) $) 122)) (-3789 (((-110) $ $) 130 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 42)) (-2690 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") |#1| $) 108)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 33 (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) 76 (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 111 (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) 195 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2788 (((-110) $ $) 194 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2747 (((-110) $ $) 20 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-2799 (((-110) $ $) 196 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2775 (((-110) $ $) 193 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-35 |#1| |#2|) (-133) (-1022) (-1022)) (T -35))
+((-2690 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-35 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-5 *2 (-2 (|:| -1550 *3) (|:| -3484 *4))))))
+(-13 (-1107 |t#1| |t#2|) (-614 (-2 (|:| -1550 |t#1|) (|:| -3484 |t#2|))) (-10 -8 (-15 -2690 ((-3 (-2 (|:| -1550 |t#1|) (|:| -3484 |t#2|)) "failed") |t#1| $))))
+(((-33) . T) ((-104 #0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((-99) -2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791))) ((-568 (-800)) -2027 (|has| |#2| (-1022)) (|has| |#2| (-568 (-800))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800)))) ((-144 #1=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((-569 (-503)) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))) ((-211 #0#) . T) ((-217 #0#) . T) ((-267 #2=(-527) #1#) . T) ((-267 |#1| |#2|) . T) ((-269 #2# #1#) . T) ((-269 |#1| |#2|) . T) ((-290 #1#) -12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-290 |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-263 #1#) . T) ((-353 #1#) . T) ((-466 #1#) . T) ((-466 |#2|) . T) ((-560 #2# #1#) . T) ((-560 |#1| |#2|) . T) ((-488 #1# #1#) -12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-488 |#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-565 |#1| |#2|) . T) ((-599 #1#) . T) ((-614 #1#) . T) ((-791) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)) ((-944 #1#) . T) ((-1022) -2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791))) ((-1068 #1#) . T) ((-1107 |#1| |#2|) . T) ((-1130) . T) ((-1164 #1#) . T))
+((-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) 10)))
+(((-36 |#1| |#2|) (-10 -8 (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|))) (-37 |#2|) (-162)) (T -36))
+NIL
+(-10 -8 (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 37)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
+(((-37 |#1|) (-133) (-162)) (T -37))
+((-4118 (*1 *1 *2) (-12 (-4 *1 (-37 *2)) (-4 *2 (-162)))))
+(-13 (-979) (-662 |t#1|) (-10 -8 (-15 -4118 ($ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) . T) ((-671) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-3106 (((-398 |#1|) |#1|) 41)) (-2700 (((-398 |#1|) |#1|) 30) (((-398 |#1|) |#1| (-594 (-47))) 33)) (-1957 (((-110) |#1|) 56)))
+(((-38 |#1|) (-10 -7 (-15 -2700 ((-398 |#1|) |#1| (-594 (-47)))) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3106 ((-398 |#1|) |#1|)) (-15 -1957 ((-110) |#1|))) (-1152 (-47))) (T -38))
+((-1957 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-38 *3)) (-4 *3 (-1152 (-47))))) (-3106 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1152 (-47))))) (-2700 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1152 (-47))))) (-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-47))) (-5 *2 (-398 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1152 (-47))))))
+(-10 -7 (-15 -2700 ((-398 |#1|) |#1| (-594 (-47)))) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3106 ((-398 |#1|) |#1|)) (-15 -1957 ((-110) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3377 (((-2 (|:| |num| (-1176 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| (-387 |#2|) (-343)))) (-3931 (($ $) NIL (|has| (-387 |#2|) (-343)))) (-3938 (((-110) $) NIL (|has| (-387 |#2|) (-343)))) (-1215 (((-634 (-387 |#2|)) (-1176 $)) NIL) (((-634 (-387 |#2|))) NIL)) (-2926 (((-387 |#2|) $) NIL)) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| (-387 |#2|) (-329)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| (-387 |#2|) (-343)))) (-3488 (((-398 $) $) NIL (|has| (-387 |#2|) (-343)))) (-1842 (((-110) $ $) NIL (|has| (-387 |#2|) (-343)))) (-1637 (((-715)) NIL (|has| (-387 |#2|) (-348)))) (-3640 (((-110)) NIL)) (-2786 (((-110) |#1|) NIL) (((-110) |#2|) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| (-387 |#2|) (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-387 |#2|) (-970 (-387 (-527))))) (((-3 (-387 |#2|) "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| (-387 |#2|) (-970 (-527)))) (((-387 (-527)) $) NIL (|has| (-387 |#2|) (-970 (-387 (-527))))) (((-387 |#2|) $) NIL)) (-2894 (($ (-1176 (-387 |#2|)) (-1176 $)) NIL) (($ (-1176 (-387 |#2|))) 57) (($ (-1176 |#2|) |#2|) 125)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-387 |#2|) (-329)))) (-1346 (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-1941 (((-634 (-387 |#2|)) $ (-1176 $)) NIL) (((-634 (-387 |#2|)) $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-387 |#2|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-387 |#2|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-387 |#2|))) (|:| |vec| (-1176 (-387 |#2|)))) (-634 $) (-1176 $)) NIL) (((-634 (-387 |#2|)) (-634 $)) NIL)) (-2781 (((-1176 $) (-1176 $)) NIL)) (-2731 (($ |#3|) NIL) (((-3 $ "failed") (-387 |#3|)) NIL (|has| (-387 |#2|) (-343)))) (-3714 (((-3 $ "failed") $) NIL)) (-2872 (((-594 (-594 |#1|))) NIL (|has| |#1| (-348)))) (-1799 (((-110) |#1| |#1|) NIL)) (-1238 (((-858)) NIL)) (-2309 (($) NIL (|has| (-387 |#2|) (-348)))) (-1518 (((-110)) NIL)) (-2358 (((-110) |#1|) NIL) (((-110) |#2|) NIL)) (-1324 (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| (-387 |#2|) (-343)))) (-2855 (($ $) NIL)) (-3809 (($) NIL (|has| (-387 |#2|) (-329)))) (-3687 (((-110) $) NIL (|has| (-387 |#2|) (-329)))) (-3050 (($ $ (-715)) NIL (|has| (-387 |#2|) (-329))) (($ $) NIL (|has| (-387 |#2|) (-329)))) (-3851 (((-110) $) NIL (|has| (-387 |#2|) (-343)))) (-2050 (((-858) $) NIL (|has| (-387 |#2|) (-329))) (((-777 (-858)) $) NIL (|has| (-387 |#2|) (-329)))) (-2956 (((-110) $) NIL)) (-2831 (((-715)) NIL)) (-2674 (((-1176 $) (-1176 $)) 102)) (-1705 (((-387 |#2|) $) NIL)) (-1729 (((-594 (-889 |#1|)) (-1094)) NIL (|has| |#1| (-343)))) (-2628 (((-3 $ "failed") $) NIL (|has| (-387 |#2|) (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| (-387 |#2|) (-343)))) (-2343 ((|#3| $) NIL (|has| (-387 |#2|) (-343)))) (-1989 (((-858) $) NIL (|has| (-387 |#2|) (-348)))) (-2718 ((|#3| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| (-387 |#2|) (-343))) (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-2416 (((-1077) $) NIL)) (-3585 (((-1181) (-715)) 79)) (-3529 (((-634 (-387 |#2|))) 51)) (-1813 (((-634 (-387 |#2|))) 44)) (-2952 (($ $) NIL (|has| (-387 |#2|) (-343)))) (-1398 (($ (-1176 |#2|) |#2|) 126)) (-1410 (((-634 (-387 |#2|))) 45)) (-1438 (((-634 (-387 |#2|))) 43)) (-4014 (((-2 (|:| |num| (-634 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 124)) (-2875 (((-2 (|:| |num| (-1176 |#2|)) (|:| |den| |#2|)) $) 64)) (-4158 (((-1176 $)) 42)) (-3668 (((-1176 $)) 41)) (-2802 (((-110) $) NIL)) (-2052 (((-110) $) NIL) (((-110) $ |#1|) NIL) (((-110) $ |#2|) NIL)) (-2138 (($) NIL (|has| (-387 |#2|) (-329)) CONST)) (-1720 (($ (-858)) NIL (|has| (-387 |#2|) (-348)))) (-1930 (((-3 |#2| "failed")) NIL)) (-4024 (((-1041) $) NIL)) (-3184 (((-715)) NIL)) (-2613 (($) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| (-387 |#2|) (-343)))) (-2742 (($ (-594 $)) NIL (|has| (-387 |#2|) (-343))) (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| (-387 |#2|) (-329)))) (-2700 (((-398 $) $) NIL (|has| (-387 |#2|) (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-387 |#2|) (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| (-387 |#2|) (-343)))) (-1305 (((-3 $ "failed") $ $) NIL (|has| (-387 |#2|) (-343)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| (-387 |#2|) (-343)))) (-2578 (((-715) $) NIL (|has| (-387 |#2|) (-343)))) (-3439 ((|#1| $ |#1| |#1|) NIL)) (-2455 (((-3 |#2| "failed")) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| (-387 |#2|) (-343)))) (-1875 (((-387 |#2|) (-1176 $)) NIL) (((-387 |#2|)) 39)) (-1382 (((-715) $) NIL (|has| (-387 |#2|) (-329))) (((-3 (-715) "failed") $ $) NIL (|has| (-387 |#2|) (-329)))) (-4234 (($ $ (-1 (-387 |#2|) (-387 |#2|)) (-715)) NIL (|has| (-387 |#2|) (-343))) (($ $ (-1 (-387 |#2|) (-387 |#2|))) NIL (|has| (-387 |#2|) (-343))) (($ $ (-1 |#2| |#2|)) 120) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-715)) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329)))) (($ $) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329))))) (-2811 (((-634 (-387 |#2|)) (-1176 $) (-1 (-387 |#2|) (-387 |#2|))) NIL (|has| (-387 |#2|) (-343)))) (-2279 ((|#3|) 50)) (-3956 (($) NIL (|has| (-387 |#2|) (-329)))) (-4002 (((-1176 (-387 |#2|)) $ (-1176 $)) NIL) (((-634 (-387 |#2|)) (-1176 $) (-1176 $)) NIL) (((-1176 (-387 |#2|)) $) 58) (((-634 (-387 |#2|)) (-1176 $)) 103)) (-2051 (((-1176 (-387 |#2|)) $) NIL) (($ (-1176 (-387 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| (-387 |#2|) (-329)))) (-3725 (((-1176 $) (-1176 $)) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 |#2|)) NIL) (($ (-387 (-527))) NIL (-2027 (|has| (-387 |#2|) (-970 (-387 (-527)))) (|has| (-387 |#2|) (-343)))) (($ $) NIL (|has| (-387 |#2|) (-343)))) (-3470 (($ $) NIL (|has| (-387 |#2|) (-329))) (((-3 $ "failed") $) NIL (|has| (-387 |#2|) (-138)))) (-3591 ((|#3| $) NIL)) (-4070 (((-715)) NIL)) (-2650 (((-110)) 37)) (-3445 (((-110) |#1|) 49) (((-110) |#2|) 132)) (-1878 (((-1176 $)) 93)) (-3978 (((-110) $ $) NIL (|has| (-387 |#2|) (-343)))) (-2153 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-2686 (((-110)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| (-387 |#2|) (-343)))) (-3361 (($) 16 T CONST)) (-3374 (($) 26 T CONST)) (-2369 (($ $ (-1 (-387 |#2|) (-387 |#2|)) (-715)) NIL (|has| (-387 |#2|) (-343))) (($ $ (-1 (-387 |#2|) (-387 |#2|))) NIL (|has| (-387 |#2|) (-343))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-715)) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329)))) (($ $) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329))))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| (-387 |#2|) (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 |#2|)) NIL) (($ (-387 |#2|) $) NIL) (($ (-387 (-527)) $) NIL (|has| (-387 |#2|) (-343))) (($ $ (-387 (-527))) NIL (|has| (-387 |#2|) (-343)))))
+(((-39 |#1| |#2| |#3| |#4|) (-13 (-322 |#1| |#2| |#3|) (-10 -7 (-15 -3585 ((-1181) (-715))))) (-343) (-1152 |#1|) (-1152 (-387 |#2|)) |#3|) (T -39))
+((-3585 (*1 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-343)) (-4 *5 (-1152 *4)) (-5 *2 (-1181)) (-5 *1 (-39 *4 *5 *6 *7)) (-4 *6 (-1152 (-387 *5))) (-14 *7 *6))))
+(-13 (-322 |#1| |#2| |#3|) (-10 -7 (-15 -3585 ((-1181) (-715)))))
+((-3835 ((|#2| |#2|) 48)) (-3830 ((|#2| |#2|) 120 (-12 (|has| |#2| (-410 |#1|)) (|has| |#1| (-431)) (|has| |#1| (-791)) (|has| |#1| (-970 (-527)))))) (-1433 ((|#2| |#2|) 87 (-12 (|has| |#2| (-410 |#1|)) (|has| |#1| (-431)) (|has| |#1| (-791)) (|has| |#1| (-970 (-527)))))) (-2635 ((|#2| |#2|) 88 (-12 (|has| |#2| (-410 |#1|)) (|has| |#1| (-431)) (|has| |#1| (-791)) (|has| |#1| (-970 (-527)))))) (-2133 ((|#2| (-112) |#2| (-715)) 116 (-12 (|has| |#2| (-410 |#1|)) (|has| |#1| (-431)) (|has| |#1| (-791)) (|has| |#1| (-970 (-527)))))) (-3692 (((-1090 |#2|) |#2|) 45)) (-2826 ((|#2| |#2| (-594 (-567 |#2|))) 18) ((|#2| |#2| (-594 |#2|)) 20) ((|#2| |#2| |#2|) 21) ((|#2| |#2|) 16)))
+(((-40 |#1| |#2|) (-10 -7 (-15 -3835 (|#2| |#2|)) (-15 -2826 (|#2| |#2|)) (-15 -2826 (|#2| |#2| |#2|)) (-15 -2826 (|#2| |#2| (-594 |#2|))) (-15 -2826 (|#2| |#2| (-594 (-567 |#2|)))) (-15 -3692 ((-1090 |#2|) |#2|)) (IF (|has| |#1| (-791)) (IF (|has| |#1| (-431)) (IF (|has| |#1| (-970 (-527))) (IF (|has| |#2| (-410 |#1|)) (PROGN (-15 -2635 (|#2| |#2|)) (-15 -1433 (|#2| |#2|)) (-15 -3830 (|#2| |#2|)) (-15 -2133 (|#2| (-112) |#2| (-715)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-519) (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 |#1| (-567 $)) $)) (-15 -4122 ((-1046 |#1| (-567 $)) $)) (-15 -4118 ($ (-1046 |#1| (-567 $))))))) (T -40))
+((-2133 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-112)) (-5 *4 (-715)) (-4 *5 (-431)) (-4 *5 (-791)) (-4 *5 (-970 (-527))) (-4 *5 (-519)) (-5 *1 (-40 *5 *2)) (-4 *2 (-410 *5)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *5 (-567 $)) $)) (-15 -4122 ((-1046 *5 (-567 $)) $)) (-15 -4118 ($ (-1046 *5 (-567 $))))))))) (-3830 (*1 *2 *2) (-12 (-4 *3 (-431)) (-4 *3 (-791)) (-4 *3 (-970 (-527))) (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-410 *3)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $)) (-15 -4122 ((-1046 *3 (-567 $)) $)) (-15 -4118 ($ (-1046 *3 (-567 $))))))))) (-1433 (*1 *2 *2) (-12 (-4 *3 (-431)) (-4 *3 (-791)) (-4 *3 (-970 (-527))) (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-410 *3)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $)) (-15 -4122 ((-1046 *3 (-567 $)) $)) (-15 -4118 ($ (-1046 *3 (-567 $))))))))) (-2635 (*1 *2 *2) (-12 (-4 *3 (-431)) (-4 *3 (-791)) (-4 *3 (-970 (-527))) (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-410 *3)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $)) (-15 -4122 ((-1046 *3 (-567 $)) $)) (-15 -4118 ($ (-1046 *3 (-567 $))))))))) (-3692 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-1090 *3)) (-5 *1 (-40 *4 *3)) (-4 *3 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *4 (-567 $)) $)) (-15 -4122 ((-1046 *4 (-567 $)) $)) (-15 -4118 ($ (-1046 *4 (-567 $))))))))) (-2826 (*1 *2 *2 *3) (-12 (-5 *3 (-594 (-567 *2))) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *4 (-567 $)) $)) (-15 -4122 ((-1046 *4 (-567 $)) $)) (-15 -4118 ($ (-1046 *4 (-567 $))))))) (-4 *4 (-519)) (-5 *1 (-40 *4 *2)))) (-2826 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *4 (-567 $)) $)) (-15 -4122 ((-1046 *4 (-567 $)) $)) (-15 -4118 ($ (-1046 *4 (-567 $))))))) (-4 *4 (-519)) (-5 *1 (-40 *4 *2)))) (-2826 (*1 *2 *2 *2) (-12 (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $)) (-15 -4122 ((-1046 *3 (-567 $)) $)) (-15 -4118 ($ (-1046 *3 (-567 $))))))))) (-2826 (*1 *2 *2) (-12 (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $)) (-15 -4122 ((-1046 *3 (-567 $)) $)) (-15 -4118 ($ (-1046 *3 (-567 $))))))))) (-3835 (*1 *2 *2) (-12 (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-13 (-343) (-283) (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $)) (-15 -4122 ((-1046 *3 (-567 $)) $)) (-15 -4118 ($ (-1046 *3 (-567 $))))))))))
+(-10 -7 (-15 -3835 (|#2| |#2|)) (-15 -2826 (|#2| |#2|)) (-15 -2826 (|#2| |#2| |#2|)) (-15 -2826 (|#2| |#2| (-594 |#2|))) (-15 -2826 (|#2| |#2| (-594 (-567 |#2|)))) (-15 -3692 ((-1090 |#2|) |#2|)) (IF (|has| |#1| (-791)) (IF (|has| |#1| (-431)) (IF (|has| |#1| (-970 (-527))) (IF (|has| |#2| (-410 |#1|)) (PROGN (-15 -2635 (|#2| |#2|)) (-15 -1433 (|#2| |#2|)) (-15 -3830 (|#2| |#2|)) (-15 -2133 (|#2| (-112) |#2| (-715)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-2700 (((-398 (-1090 |#3|)) (-1090 |#3|) (-594 (-47))) 23) (((-398 |#3|) |#3| (-594 (-47))) 19)))
+(((-41 |#1| |#2| |#3|) (-10 -7 (-15 -2700 ((-398 |#3|) |#3| (-594 (-47)))) (-15 -2700 ((-398 (-1090 |#3|)) (-1090 |#3|) (-594 (-47))))) (-791) (-737) (-886 (-47) |#2| |#1|)) (T -41))
+((-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-47))) (-4 *5 (-791)) (-4 *6 (-737)) (-4 *7 (-886 (-47) *6 *5)) (-5 *2 (-398 (-1090 *7))) (-5 *1 (-41 *5 *6 *7)) (-5 *3 (-1090 *7)))) (-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-47))) (-4 *5 (-791)) (-4 *6 (-737)) (-5 *2 (-398 *3)) (-5 *1 (-41 *5 *6 *3)) (-4 *3 (-886 (-47) *6 *5)))))
+(-10 -7 (-15 -2700 ((-398 |#3|) |#3| (-594 (-47)))) (-15 -2700 ((-398 (-1090 |#3|)) (-1090 |#3|) (-594 (-47)))))
+((-1788 (((-715) |#2|) 65)) (-2486 (((-715) |#2|) 68)) (-3992 (((-594 |#2|)) 33)) (-3064 (((-715) |#2|) 67)) (-2939 (((-715) |#2|) 64)) (-3815 (((-715) |#2|) 66)) (-3249 (((-594 (-634 |#1|))) 60)) (-3572 (((-594 |#2|)) 55)) (-4171 (((-594 |#2|) |#2|) 43)) (-1966 (((-594 |#2|)) 57)) (-2086 (((-594 |#2|)) 56)) (-2377 (((-594 (-634 |#1|))) 48)) (-3665 (((-594 |#2|)) 54)) (-1824 (((-594 |#2|) |#2|) 42)) (-3232 (((-594 |#2|)) 50)) (-3097 (((-594 (-634 |#1|))) 61)) (-2431 (((-594 |#2|)) 59)) (-1878 (((-1176 |#2|) (-1176 |#2|)) 84 (|has| |#1| (-288)))))
+(((-42 |#1| |#2|) (-10 -7 (-15 -3064 ((-715) |#2|)) (-15 -2486 ((-715) |#2|)) (-15 -2939 ((-715) |#2|)) (-15 -1788 ((-715) |#2|)) (-15 -3815 ((-715) |#2|)) (-15 -3232 ((-594 |#2|))) (-15 -1824 ((-594 |#2|) |#2|)) (-15 -4171 ((-594 |#2|) |#2|)) (-15 -3665 ((-594 |#2|))) (-15 -3572 ((-594 |#2|))) (-15 -2086 ((-594 |#2|))) (-15 -1966 ((-594 |#2|))) (-15 -2431 ((-594 |#2|))) (-15 -2377 ((-594 (-634 |#1|)))) (-15 -3249 ((-594 (-634 |#1|)))) (-15 -3097 ((-594 (-634 |#1|)))) (-15 -3992 ((-594 |#2|))) (IF (|has| |#1| (-288)) (-15 -1878 ((-1176 |#2|) (-1176 |#2|))) |%noBranch|)) (-519) (-397 |#1|)) (T -42))
+((-1878 (*1 *2 *2) (-12 (-5 *2 (-1176 *4)) (-4 *4 (-397 *3)) (-4 *3 (-288)) (-4 *3 (-519)) (-5 *1 (-42 *3 *4)))) (-3992 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-3097 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 (-634 *3))) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-3249 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 (-634 *3))) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-2377 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 (-634 *3))) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-2431 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-1966 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-2086 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-3572 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-3665 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-4171 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-594 *3)) (-5 *1 (-42 *4 *3)) (-4 *3 (-397 *4)))) (-1824 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-594 *3)) (-5 *1 (-42 *4 *3)) (-4 *3 (-397 *4)))) (-3232 (*1 *2) (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4)) (-4 *4 (-397 *3)))) (-3815 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3)) (-4 *3 (-397 *4)))) (-1788 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3)) (-4 *3 (-397 *4)))) (-2939 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3)) (-4 *3 (-397 *4)))) (-2486 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3)) (-4 *3 (-397 *4)))) (-3064 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3)) (-4 *3 (-397 *4)))))
+(-10 -7 (-15 -3064 ((-715) |#2|)) (-15 -2486 ((-715) |#2|)) (-15 -2939 ((-715) |#2|)) (-15 -1788 ((-715) |#2|)) (-15 -3815 ((-715) |#2|)) (-15 -3232 ((-594 |#2|))) (-15 -1824 ((-594 |#2|) |#2|)) (-15 -4171 ((-594 |#2|) |#2|)) (-15 -3665 ((-594 |#2|))) (-15 -3572 ((-594 |#2|))) (-15 -2086 ((-594 |#2|))) (-15 -1966 ((-594 |#2|))) (-15 -2431 ((-594 |#2|))) (-15 -2377 ((-594 (-634 |#1|)))) (-15 -3249 ((-594 (-634 |#1|)))) (-15 -3097 ((-594 (-634 |#1|)))) (-15 -3992 ((-594 |#2|))) (IF (|has| |#1| (-288)) (-15 -1878 ((-1176 |#2|) (-1176 |#2|))) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1863 (((-3 $ "failed")) NIL (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1279 (((-1176 (-634 |#1|)) (-1176 $)) NIL) (((-1176 (-634 |#1|))) 24)) (-2865 (((-1176 $)) 51)) (-1298 (($) NIL T CONST)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (|has| |#1| (-519)))) (-1716 (((-3 $ "failed")) NIL (|has| |#1| (-519)))) (-2113 (((-634 |#1|) (-1176 $)) NIL) (((-634 |#1|)) NIL)) (-3967 ((|#1| $) NIL)) (-1359 (((-634 |#1|) $ (-1176 $)) NIL) (((-634 |#1|) $) NIL)) (-2660 (((-3 $ "failed") $) NIL (|has| |#1| (-519)))) (-3474 (((-1090 (-889 |#1|))) NIL (|has| |#1| (-343)))) (-3464 (($ $ (-858)) NIL)) (-1488 ((|#1| $) NIL)) (-2490 (((-1090 |#1|) $) NIL (|has| |#1| (-519)))) (-2321 ((|#1| (-1176 $)) NIL) ((|#1|) NIL)) (-1640 (((-1090 |#1|) $) NIL)) (-4086 (((-110)) 87)) (-2894 (($ (-1176 |#1|) (-1176 $)) NIL) (($ (-1176 |#1|)) NIL)) (-3714 (((-3 $ "failed") $) 14 (|has| |#1| (-519)))) (-1238 (((-858)) 52)) (-4069 (((-110)) NIL)) (-1213 (($ $ (-858)) NIL)) (-2088 (((-110)) NIL)) (-2226 (((-110)) NIL)) (-3195 (((-110)) 89)) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (|has| |#1| (-519)))) (-3780 (((-3 $ "failed")) NIL (|has| |#1| (-519)))) (-1790 (((-634 |#1|) (-1176 $)) NIL) (((-634 |#1|)) NIL)) (-2558 ((|#1| $) NIL)) (-3667 (((-634 |#1|) $ (-1176 $)) NIL) (((-634 |#1|) $) NIL)) (-2237 (((-3 $ "failed") $) NIL (|has| |#1| (-519)))) (-1492 (((-1090 (-889 |#1|))) NIL (|has| |#1| (-343)))) (-3223 (($ $ (-858)) NIL)) (-2270 ((|#1| $) NIL)) (-1387 (((-1090 |#1|) $) NIL (|has| |#1| (-519)))) (-2124 ((|#1| (-1176 $)) NIL) ((|#1|) NIL)) (-1429 (((-1090 |#1|) $) NIL)) (-2601 (((-110)) 86)) (-2416 (((-1077) $) NIL)) (-1825 (((-110)) 93)) (-2422 (((-110)) 92)) (-3268 (((-110)) 94)) (-4024 (((-1041) $) NIL)) (-3833 (((-110)) 88)) (-3439 ((|#1| $ (-527)) 54)) (-4002 (((-1176 |#1|) $ (-1176 $)) 48) (((-634 |#1|) (-1176 $) (-1176 $)) NIL) (((-1176 |#1|) $) 28) (((-634 |#1|) (-1176 $)) NIL)) (-2051 (((-1176 |#1|) $) NIL) (($ (-1176 |#1|)) NIL)) (-3629 (((-594 (-889 |#1|)) (-1176 $)) NIL) (((-594 (-889 |#1|))) NIL)) (-2170 (($ $ $) NIL)) (-2067 (((-110)) 84)) (-4118 (((-800) $) 69) (($ (-1176 |#1|)) 22)) (-1878 (((-1176 $)) 45)) (-3006 (((-594 (-1176 |#1|))) NIL (|has| |#1| (-519)))) (-3384 (($ $ $ $) NIL)) (-4214 (((-110)) 82)) (-1615 (($ (-634 |#1|) $) 18)) (-4056 (($ $ $) NIL)) (-4127 (((-110)) 85)) (-3947 (((-110)) 83)) (-3431 (((-110)) 81)) (-3361 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 76) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-1061 |#2| |#1|) $) 19)))
+(((-43 |#1| |#2| |#3| |#4|) (-13 (-397 |#1|) (-596 (-1061 |#2| |#1|)) (-10 -8 (-15 -4118 ($ (-1176 |#1|))))) (-343) (-858) (-594 (-1094)) (-1176 (-634 |#1|))) (T -43))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-343)) (-14 *6 (-1176 (-634 *3))) (-5 *1 (-43 *3 *4 *5 *6)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))))))
+(-13 (-397 |#1|) (-596 (-1061 |#2| |#1|)) (-10 -8 (-15 -4118 ($ (-1176 |#1|)))))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2205 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-2250 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1630 (($ $) NIL)) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3604 (((-1181) $ |#1| |#1|) NIL (|has| $ (-6 -4262))) (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (((-110) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-3962 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791))))) (-2259 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-2776 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262)))) (-1706 (($ $ $) 27 (|has| $ (-6 -4262)))) (-1418 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262)))) (-2785 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 29 (|has| $ (-6 -4262)))) (-1232 ((|#2| $ |#1| |#2|) 46) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-1143 (-527)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "last" (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262))) (($ $ "rest" $) NIL (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "first" (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "value" (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2239 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1519 (((-3 |#2| "failed") |#1| $) 37)) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1683 (($ $ (-715)) NIL) (($ $) 24)) (-3802 (($ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) 48) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4262))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) NIL)) (-2678 (((-110) $) NIL)) (-3908 (((-527) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (((-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) (((-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 18 (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261))) (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 18 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-3325 (($ (-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 ((|#1| $) NIL (|has| |#1| (-791))) (((-527) $) 32 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-3427 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2965 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ $) NIL) (($ $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261))) (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-2532 ((|#1| $) NIL (|has| |#1| (-791))) (((-527) $) 34 (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262))) (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ $) NIL) (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1536 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2227 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-3898 (((-110) $) NIL)) (-2416 (((-1077) $) 42 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2681 (($ $ (-715)) NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-4195 (((-594 |#1|) $) 20)) (-1651 (((-110) |#1| $) NIL)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-2555 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 |#1|) $) NIL) (((-594 (-527)) $) NIL)) (-1645 (((-110) |#1| $) NIL) (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#2| $) NIL (|has| |#1| (-791))) (($ $ (-715)) NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 23)) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1311 (((-110) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-2401 (((-594 |#2|) $) NIL) (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 17)) (-1815 (((-110) $) 16)) (-2453 (($) 13)) (-3439 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ (-527)) NIL) (($ $ (-1143 (-527))) NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "last") NIL) (($ $ "rest") NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "first") NIL) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $ "value") NIL)) (-2312 (((-527) $ $) NIL)) (-2261 (($) 12) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3322 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-2760 (((-110) $) NIL)) (-3112 (($ $) NIL)) (-1256 (($ $) NIL (|has| $ (-6 -4262)))) (-1636 (((-715) $) NIL)) (-4049 (($ $) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-1390 (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL) (($ $ $) NIL)) (-1997 (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL) (($ (-594 $)) NIL) (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 25) (($ $ $) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800)))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-2690 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") |#1| $) 44)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2799 (((-110) $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-791)))) (-2809 (((-715) $) 22 (|has| $ (-6 -4261)))))
+(((-44 |#1| |#2|) (-35 |#1| |#2|) (-1022) (-1022)) (T -44))
NIL
(-35 |#1| |#2|)
-((-2457 (((-108) $) 12)) (-2016 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-385 (-525)) $) 25) (($ $ (-385 (-525))) NIL)))
-(((-45 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -2457 ((-108) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|))) (-46 |#2| |#3|) (-977) (-734)) (T -45))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -2457 ((-108) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-2457 (((-108) $) 62)) (-1272 (($ |#1| |#2|) 61)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-3529 ((|#2| $) 64)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517))) (($ |#1|) 47 (|has| |#1| (-160)))) (-3136 ((|#1| $ |#2|) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-46 |#1| |#2|) (-131) (-977) (-734)) (T -46))
-((-1430 (*1 *2 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977)))) (-1418 (*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-46 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-46 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)))) (-2457 (*1 *2 *1) (-12 (-4 *1 (-46 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (-5 *2 (-108)))) (-1272 (*1 *1 *2 *3) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)))) (-1451 (*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)))) (-3136 (*1 *2 *1 *3) (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977)))) (-2880 (*1 *1 *1 *2) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)) (-4 *2 (-341)))))
-(-13 (-977) (-107 |t#1| |t#1|) (-10 -8 (-15 -1430 (|t#1| $)) (-15 -1418 ($ $)) (-15 -3529 (|t#2| $)) (-15 -2016 ($ (-1 |t#1| |t#1|) $)) (-15 -2457 ((-108) $)) (-15 -1272 ($ |t#1| |t#2|)) (-15 -1451 ($ $)) (-15 -3136 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-341)) (-15 -2880 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-160)) (PROGN (-6 (-160)) (-6 (-37 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |t#1| (-517)) (-6 (-517)) |%noBranch|) (IF (|has| |t#1| (-37 (-385 (-525)))) (-6 (-37 (-385 (-525)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) |has| |#1| (-517)) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-269) |has| |#1| (-517)) ((-517) |has| |#1| (-517)) ((-594 #0#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #0#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) |has| |#1| (-517)) ((-669) . T) ((-983 #0#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-3975 (((-592 $) (-1088 $) (-1092)) NIL) (((-592 $) (-1088 $)) NIL) (((-592 $) (-887 $)) NIL)) (-3238 (($ (-1088 $) (-1092)) NIL) (($ (-1088 $)) NIL) (($ (-887 $)) NIL)) (-2414 (((-108) $) 11)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-1285 (((-592 (-565 $)) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3702 (($ $ (-273 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-592 (-565 $)) (-592 $)) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-4211 (($ $) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-4178 (((-592 $) (-1088 $) (-1092)) NIL) (((-592 $) (-1088 $)) NIL) (((-592 $) (-887 $)) NIL)) (-3317 (($ (-1088 $) (-1092)) NIL) (($ (-1088 $)) NIL) (($ (-887 $)) NIL)) (-1934 (((-3 (-565 $) "failed") $) NIL) (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL)) (-4105 (((-565 $) $) NIL) (((-525) $) NIL) (((-385 (-525)) $) NIL)) (-1356 (($ $ $) NIL)) (-3090 (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-385 (-525)))) (|:| |vec| (-1174 (-385 (-525))))) (-632 $) (-1174 $)) NIL) (((-632 (-385 (-525))) (-632 $)) NIL)) (-3504 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-3106 (($ $) NIL) (($ (-592 $)) NIL)) (-2531 (((-592 (-110)) $) NIL)) (-1386 (((-110) (-110)) NIL)) (-2278 (((-108) $) 14)) (-3028 (((-108) $) NIL (|has| $ (-968 (-525))))) (-4066 (((-1044 (-525) (-565 $)) $) NIL)) (-1303 (($ $ (-525)) NIL)) (-2704 (((-1088 $) (-1088 $) (-565 $)) NIL) (((-1088 $) (-1088 $) (-592 (-565 $))) NIL) (($ $ (-565 $)) NIL) (($ $ (-592 (-565 $))) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1808 (((-1088 $) (-565 $)) NIL (|has| $ (-977)))) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 $ $) (-565 $)) NIL)) (-1751 (((-3 (-565 $) "failed") $) NIL)) (-2739 (($ (-592 $)) NIL) (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-4153 (((-592 (-565 $)) $) NIL)) (-4152 (($ (-110) $) NIL) (($ (-110) (-592 $)) NIL)) (-2412 (((-108) $ (-110)) NIL) (((-108) $ (-1092)) NIL)) (-1387 (($ $) NIL)) (-2934 (((-713) $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ (-592 $)) NIL) (($ $ $) NIL)) (-3513 (((-108) $ $) NIL) (((-108) $ (-1092)) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3864 (((-108) $) NIL (|has| $ (-968 (-525))))) (-2825 (($ $ (-565 $) $) NIL) (($ $ (-592 (-565 $)) (-592 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-1092) (-1 $ (-592 $))) NIL) (($ $ (-1092) (-1 $ $)) NIL) (($ $ (-592 (-110)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-110) (-1 $ (-592 $))) NIL) (($ $ (-110) (-1 $ $)) NIL)) (-1927 (((-713) $) NIL)) (-3431 (($ (-110) $) NIL) (($ (-110) $ $) NIL) (($ (-110) $ $ $) NIL) (($ (-110) $ $ $ $) NIL) (($ (-110) (-592 $)) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2540 (($ $) NIL) (($ $ $) NIL)) (-2702 (($ $ (-713)) NIL) (($ $) NIL)) (-4080 (((-1044 (-525) (-565 $)) $) NIL)) (-2013 (($ $) NIL (|has| $ (-977)))) (-2069 (((-357) $) NIL) (((-205) $) NIL) (((-157 (-357)) $) NIL)) (-4100 (((-798) $) NIL) (($ (-565 $)) NIL) (($ (-385 (-525))) NIL) (($ $) NIL) (($ (-525)) NIL) (($ (-1044 (-525) (-565 $))) NIL)) (-2448 (((-713)) NIL)) (-2239 (($ $) NIL) (($ (-592 $)) NIL)) (-3954 (((-108) (-110)) NIL)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-525)) NIL) (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (-3364 (($) 7 T CONST)) (-3375 (($) 12 T CONST)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 16)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL)) (-2871 (($ $ $) 15) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-385 (-525))) NIL) (($ $ (-525)) NIL) (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (* (($ (-385 (-525)) $) NIL) (($ $ (-385 (-525))) NIL) (($ $ $) NIL) (($ (-525) $) NIL) (($ (-713) $) NIL) (($ (-856) $) NIL)))
-(((-47) (-13 (-281) (-27) (-968 (-525)) (-968 (-385 (-525))) (-588 (-525)) (-953) (-588 (-385 (-525))) (-138) (-567 (-157 (-357))) (-213) (-10 -8 (-15 -4100 ($ (-1044 (-525) (-565 $)))) (-15 -4066 ((-1044 (-525) (-565 $)) $)) (-15 -4080 ((-1044 (-525) (-565 $)) $)) (-15 -3504 ($ $)) (-15 -2704 ((-1088 $) (-1088 $) (-565 $))) (-15 -2704 ((-1088 $) (-1088 $) (-592 (-565 $)))) (-15 -2704 ($ $ (-565 $))) (-15 -2704 ($ $ (-592 (-565 $))))))) (T -47))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1044 (-525) (-565 (-47)))) (-5 *1 (-47)))) (-4066 (*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-47)))) (-5 *1 (-47)))) (-4080 (*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-47)))) (-5 *1 (-47)))) (-3504 (*1 *1 *1) (-5 *1 (-47))) (-2704 (*1 *2 *2 *3) (-12 (-5 *2 (-1088 (-47))) (-5 *3 (-565 (-47))) (-5 *1 (-47)))) (-2704 (*1 *2 *2 *3) (-12 (-5 *2 (-1088 (-47))) (-5 *3 (-592 (-565 (-47)))) (-5 *1 (-47)))) (-2704 (*1 *1 *1 *2) (-12 (-5 *2 (-565 (-47))) (-5 *1 (-47)))) (-2704 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-565 (-47)))) (-5 *1 (-47)))))
-(-13 (-281) (-27) (-968 (-525)) (-968 (-385 (-525))) (-588 (-525)) (-953) (-588 (-385 (-525))) (-138) (-567 (-157 (-357))) (-213) (-10 -8 (-15 -4100 ($ (-1044 (-525) (-565 $)))) (-15 -4066 ((-1044 (-525) (-565 $)) $)) (-15 -4080 ((-1044 (-525) (-565 $)) $)) (-15 -3504 ($ $)) (-15 -2704 ((-1088 $) (-1088 $) (-565 $))) (-15 -2704 ((-1088 $) (-1088 $) (-592 (-565 $)))) (-15 -2704 ($ $ (-565 $))) (-15 -2704 ($ $ (-592 (-565 $))))))
-((-4087 (((-108) $ $) NIL)) (-2376 (((-592 (-1092)) $) 17)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 7)) (-2418 (((-1097) $) 18)) (-2775 (((-108) $ $) NIL)))
-(((-48) (-13 (-1020) (-10 -8 (-15 -2376 ((-592 (-1092)) $)) (-15 -2418 ((-1097) $))))) (T -48))
-((-2376 (*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-48)))) (-2418 (*1 *2 *1) (-12 (-5 *2 (-1097)) (-5 *1 (-48)))))
-(-13 (-1020) (-10 -8 (-15 -2376 ((-592 (-1092)) $)) (-15 -2418 ((-1097) $))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 61)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3278 (((-108) $) 20)) (-1934 (((-3 |#1| "failed") $) 23)) (-4105 ((|#1| $) 24)) (-1451 (($ $) 28)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-1430 ((|#1| $) 21)) (-1345 (($ $) 50)) (-1289 (((-1075) $) NIL)) (-1253 (((-108) $) 30)) (-3993 (((-1039) $) NIL)) (-3817 (($ (-713)) 48)) (-1618 (($ (-592 (-525))) 49)) (-3529 (((-713) $) 31)) (-4100 (((-798) $) 64) (($ (-525)) 45) (($ |#1|) 43)) (-3136 ((|#1| $ $) 19)) (-2448 (((-713)) 47)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 32 T CONST)) (-3375 (($) 14 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 40)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 41) (($ |#1| $) 35)))
-(((-49 |#1| |#2|) (-13 (-570 |#1|) (-968 |#1|) (-10 -8 (-15 -1430 (|#1| $)) (-15 -1345 ($ $)) (-15 -1451 ($ $)) (-15 -3136 (|#1| $ $)) (-15 -3817 ($ (-713))) (-15 -1618 ($ (-592 (-525)))) (-15 -1253 ((-108) $)) (-15 -3278 ((-108) $)) (-15 -3529 ((-713) $)) (-15 -2016 ($ (-1 |#1| |#1|) $)))) (-977) (-592 (-1092))) (T -49))
-((-1430 (*1 *2 *1) (-12 (-4 *2 (-977)) (-5 *1 (-49 *2 *3)) (-14 *3 (-592 (-1092))))) (-1345 (*1 *1 *1) (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-977)) (-14 *3 (-592 (-1092))))) (-1451 (*1 *1 *1) (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-977)) (-14 *3 (-592 (-1092))))) (-3136 (*1 *2 *1 *1) (-12 (-4 *2 (-977)) (-5 *1 (-49 *2 *3)) (-14 *3 (-592 (-1092))))) (-3817 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977)) (-14 *4 (-592 (-1092))))) (-1618 (*1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-49 *3 *4)) (-4 *3 (-977)) (-14 *4 (-592 (-1092))))) (-1253 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977)) (-14 *4 (-592 (-1092))))) (-3278 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977)) (-14 *4 (-592 (-1092))))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977)) (-14 *4 (-592 (-1092))))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-49 *3 *4)) (-14 *4 (-592 (-1092))))))
-(-13 (-570 |#1|) (-968 |#1|) (-10 -8 (-15 -1430 (|#1| $)) (-15 -1345 ($ $)) (-15 -1451 ($ $)) (-15 -3136 (|#1| $ $)) (-15 -3817 ($ (-713))) (-15 -1618 ($ (-592 (-525)))) (-15 -1253 ((-108) $)) (-15 -3278 ((-108) $)) (-15 -3529 ((-713) $)) (-15 -2016 ($ (-1 |#1| |#1|) $))))
-((-3278 (((-108) (-51)) 13)) (-1934 (((-3 |#1| "failed") (-51)) 21)) (-4105 ((|#1| (-51)) 22)) (-4100 (((-51) |#1|) 18)))
-(((-50 |#1|) (-10 -7 (-15 -4100 ((-51) |#1|)) (-15 -1934 ((-3 |#1| "failed") (-51))) (-15 -3278 ((-108) (-51))) (-15 -4105 (|#1| (-51)))) (-1128)) (T -50))
-((-4105 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1128)))) (-3278 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *2 (-108)) (-5 *1 (-50 *4)) (-4 *4 (-1128)))) (-1934 (*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1128)))) (-4100 (*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-50 *3)) (-4 *3 (-1128)))))
-(-10 -7 (-15 -4100 ((-51) |#1|)) (-15 -1934 ((-3 |#1| "failed") (-51))) (-15 -3278 ((-108) (-51))) (-15 -4105 (|#1| (-51))))
-((-4087 (((-108) $ $) NIL)) (-3485 (((-1075) (-108)) 25)) (-3312 (((-798) $) 24)) (-2089 (((-716) $) 12)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3487 (((-798) $) 16)) (-2987 (((-1024) $) 14)) (-4100 (((-798) $) 32)) (-2642 (($ (-1024) (-716)) 33)) (-2775 (((-108) $ $) 18)))
-(((-51) (-13 (-1020) (-10 -8 (-15 -2642 ($ (-1024) (-716))) (-15 -3487 ((-798) $)) (-15 -3312 ((-798) $)) (-15 -2987 ((-1024) $)) (-15 -2089 ((-716) $)) (-15 -3485 ((-1075) (-108)))))) (T -51))
-((-2642 (*1 *1 *2 *3) (-12 (-5 *2 (-1024)) (-5 *3 (-716)) (-5 *1 (-51)))) (-3487 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-51)))) (-3312 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-51)))) (-2987 (*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-51)))) (-2089 (*1 *2 *1) (-12 (-5 *2 (-716)) (-5 *1 (-51)))) (-3485 (*1 *2 *3) (-12 (-5 *3 (-108)) (-5 *2 (-1075)) (-5 *1 (-51)))))
-(-13 (-1020) (-10 -8 (-15 -2642 ($ (-1024) (-716))) (-15 -3487 ((-798) $)) (-15 -3312 ((-798) $)) (-15 -2987 ((-1024) $)) (-15 -2089 ((-716) $)) (-15 -3485 ((-1075) (-108)))))
-((-1590 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16)))
-(((-52 |#1| |#2| |#3|) (-10 -7 (-15 -1590 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-977) (-594 |#1|) (-791 |#1|)) (T -52))
-((-1590 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-594 *5)) (-4 *5 (-977)) (-5 *1 (-52 *5 *2 *3)) (-4 *3 (-791 *5)))))
-(-10 -7 (-15 -1590 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
-((-2986 ((|#3| |#3| (-592 (-1092))) 35)) (-3888 ((|#3| (-592 (-999 |#1| |#2| |#3|)) |#3| (-856)) 22) ((|#3| (-592 (-999 |#1| |#2| |#3|)) |#3|) 20)))
-(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -3888 (|#3| (-592 (-999 |#1| |#2| |#3|)) |#3|)) (-15 -3888 (|#3| (-592 (-999 |#1| |#2| |#3|)) |#3| (-856))) (-15 -2986 (|#3| |#3| (-592 (-1092))))) (-1020) (-13 (-977) (-821 |#1|) (-789) (-567 (-827 |#1|))) (-13 (-408 |#2|) (-821 |#1|) (-567 (-827 |#1|)))) (T -53))
-((-2986 (*1 *2 *2 *3) (-12 (-5 *3 (-592 (-1092))) (-4 *4 (-1020)) (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4)))) (-5 *1 (-53 *4 *5 *2)) (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))))) (-3888 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-592 (-999 *5 *6 *2))) (-5 *4 (-856)) (-4 *5 (-1020)) (-4 *6 (-13 (-977) (-821 *5) (-789) (-567 (-827 *5)))) (-4 *2 (-13 (-408 *6) (-821 *5) (-567 (-827 *5)))) (-5 *1 (-53 *5 *6 *2)))) (-3888 (*1 *2 *3 *2) (-12 (-5 *3 (-592 (-999 *4 *5 *2))) (-4 *4 (-1020)) (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4)))) (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))) (-5 *1 (-53 *4 *5 *2)))))
-(-10 -7 (-15 -3888 (|#3| (-592 (-999 |#1| |#2| |#3|)) |#3|)) (-15 -3888 (|#3| (-592 (-999 |#1| |#2| |#3|)) |#3| (-856))) (-15 -2986 (|#3| |#3| (-592 (-1092)))))
-((-3779 (((-108) $ (-713)) 23)) (-2695 (($ $ (-525) |#3|) 46)) (-1773 (($ $ (-525) |#4|) 50)) (-3209 ((|#3| $ (-525)) 59)) (-2175 (((-592 |#2|) $) 30)) (-2516 (((-108) $ (-713)) 25)) (-3198 (((-108) |#2| $) 54)) (-3069 (($ (-1 |#2| |#2|) $) 37)) (-2016 (($ (-1 |#2| |#2|) $) 36) (($ (-1 |#2| |#2| |#2|) $ $) 40) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 42)) (-4028 (((-108) $ (-713)) 24)) (-3453 (($ $ |#2|) 34)) (-1518 (((-108) (-1 (-108) |#2|) $) 19)) (-3431 ((|#2| $ (-525) (-525)) NIL) ((|#2| $ (-525) (-525) |#2|) 27)) (-4002 (((-713) (-1 (-108) |#2|) $) 28) (((-713) |#2| $) 56)) (-2503 (($ $) 33)) (-1881 ((|#4| $ (-525)) 62)) (-4100 (((-798) $) 68)) (-2706 (((-108) (-1 (-108) |#2|) $) 18)) (-2775 (((-108) $ $) 53)) (-2827 (((-713) $) 26)))
-(((-54 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1773 (|#1| |#1| (-525) |#4|)) (-15 -2695 (|#1| |#1| (-525) |#3|)) (-15 -2175 ((-592 |#2|) |#1|)) (-15 -1881 (|#4| |#1| (-525))) (-15 -3209 (|#3| |#1| (-525))) (-15 -3431 (|#2| |#1| (-525) (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) (-525))) (-15 -3453 (|#1| |#1| |#2|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -3198 ((-108) |#2| |#1|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713))) (-15 -2503 (|#1| |#1|))) (-55 |#2| |#3| |#4|) (-1128) (-351 |#2|) (-351 |#2|)) (T -54))
-NIL
-(-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1773 (|#1| |#1| (-525) |#4|)) (-15 -2695 (|#1| |#1| (-525) |#3|)) (-15 -2175 ((-592 |#2|) |#1|)) (-15 -1881 (|#4| |#1| (-525))) (-15 -3209 (|#3| |#1| (-525))) (-15 -3431 (|#2| |#1| (-525) (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) (-525))) (-15 -3453 (|#1| |#1| |#2|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -3198 ((-108) |#2| |#1|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713))) (-15 -2503 (|#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#1| $ (-525) (-525) |#1|) 44)) (-2695 (($ $ (-525) |#2|) 42)) (-1773 (($ $ (-525) |#3|) 41)) (-2475 (($) 7 T CONST)) (-3209 ((|#2| $ (-525)) 46)) (-3081 ((|#1| $ (-525) (-525) |#1|) 43)) (-3017 ((|#1| $ (-525) (-525)) 48)) (-2175 (((-592 |#1|) $) 30)) (-2720 (((-713) $) 51)) (-3324 (($ (-713) (-713) |#1|) 57)) (-2731 (((-713) $) 50)) (-2516 (((-108) $ (-713)) 9)) (-2797 (((-525) $) 55)) (-2307 (((-525) $) 53)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3194 (((-525) $) 54)) (-3210 (((-525) $) 52)) (-3069 (($ (-1 |#1| |#1|) $) 34)) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) 56)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) (-525)) 49) ((|#1| $ (-525) (-525) |#1|) 47)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-1881 ((|#3| $ (-525)) 45)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-55 |#1| |#2| |#3|) (-131) (-1128) (-351 |t#1|) (-351 |t#1|)) (T -55))
-((-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-3324 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-713)) (-4 *3 (-1128)) (-4 *1 (-55 *3 *4 *5)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-3453 (*1 *1 *1 *2) (-12 (-4 *1 (-55 *2 *3 *4)) (-4 *2 (-1128)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (-2797 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-525)))) (-3194 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-525)))) (-2307 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-525)))) (-3210 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-525)))) (-2720 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-713)))) (-2731 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-713)))) (-3431 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-1128)))) (-3017 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-1128)))) (-3431 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1128)) (-4 *4 (-351 *2)) (-4 *5 (-351 *2)))) (-3209 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-55 *4 *2 *5)) (-4 *4 (-1128)) (-4 *5 (-351 *4)) (-4 *2 (-351 *4)))) (-1881 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-55 *4 *5 *2)) (-4 *4 (-1128)) (-4 *5 (-351 *4)) (-4 *2 (-351 *4)))) (-2175 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-592 *3)))) (-1233 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1128)) (-4 *4 (-351 *2)) (-4 *5 (-351 *2)))) (-3081 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1128)) (-4 *4 (-351 *2)) (-4 *5 (-351 *2)))) (-2695 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-525)) (-4 *1 (-55 *4 *3 *5)) (-4 *4 (-1128)) (-4 *3 (-351 *4)) (-4 *5 (-351 *4)))) (-1773 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-525)) (-4 *1 (-55 *4 *5 *3)) (-4 *4 (-1128)) (-4 *5 (-351 *4)) (-4 *3 (-351 *4)))) (-3069 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-2016 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-2016 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))))
-(-13 (-464 |t#1|) (-10 -8 (-6 -4260) (-6 -4259) (-15 -3324 ($ (-713) (-713) |t#1|)) (-15 -3453 ($ $ |t#1|)) (-15 -2797 ((-525) $)) (-15 -3194 ((-525) $)) (-15 -2307 ((-525) $)) (-15 -3210 ((-525) $)) (-15 -2720 ((-713) $)) (-15 -2731 ((-713) $)) (-15 -3431 (|t#1| $ (-525) (-525))) (-15 -3017 (|t#1| $ (-525) (-525))) (-15 -3431 (|t#1| $ (-525) (-525) |t#1|)) (-15 -3209 (|t#2| $ (-525))) (-15 -1881 (|t#3| $ (-525))) (-15 -2175 ((-592 |t#1|) $)) (-15 -1233 (|t#1| $ (-525) (-525) |t#1|)) (-15 -3081 (|t#1| $ (-525) (-525) |t#1|)) (-15 -2695 ($ $ (-525) |t#2|)) (-15 -1773 ($ $ (-525) |t#3|)) (-15 -2016 ($ (-1 |t#1| |t#1|) $)) (-15 -3069 ($ (-1 |t#1| |t#1|) $)) (-15 -2016 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -2016 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-2159 (((-57 |#2|) (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|) 16)) (-3504 ((|#2| (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|) 18)) (-2016 (((-57 |#2|) (-1 |#2| |#1|) (-57 |#1|)) 13)))
-(((-56 |#1| |#2|) (-10 -7 (-15 -2159 ((-57 |#2|) (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -2016 ((-57 |#2|) (-1 |#2| |#1|) (-57 |#1|)))) (-1128) (-1128)) (T -56))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-57 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-57 *6)) (-5 *1 (-56 *5 *6)))) (-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-57 *5)) (-4 *5 (-1128)) (-4 *2 (-1128)) (-5 *1 (-56 *5 *2)))) (-2159 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-57 *6)) (-4 *6 (-1128)) (-4 *5 (-1128)) (-5 *2 (-57 *5)) (-5 *1 (-56 *6 *5)))))
-(-10 -7 (-15 -2159 ((-57 |#2|) (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -2016 ((-57 |#2|) (-1 |#2| |#1|) (-57 |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) |#1|) 11 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-2316 (($ (-592 |#1|)) 13) (($ (-713) |#1|) 14)) (-3324 (($ (-713) |#1|) 9)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 7)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-57 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -2316 ($ (-592 |#1|))) (-15 -2316 ($ (-713) |#1|)))) (-1128)) (T -57))
-((-2316 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-57 *3)))) (-2316 (*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *1 (-57 *3)) (-4 *3 (-1128)))))
-(-13 (-19 |#1|) (-10 -8 (-15 -2316 ($ (-592 |#1|))) (-15 -2316 ($ (-713) |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) (-525) |#1|) NIL)) (-2695 (($ $ (-525) (-57 |#1|)) NIL)) (-1773 (($ $ (-525) (-57 |#1|)) NIL)) (-2475 (($) NIL T CONST)) (-3209 (((-57 |#1|) $ (-525)) NIL)) (-3081 ((|#1| $ (-525) (-525) |#1|) NIL)) (-3017 ((|#1| $ (-525) (-525)) NIL)) (-2175 (((-592 |#1|) $) NIL)) (-2720 (((-713) $) NIL)) (-3324 (($ (-713) (-713) |#1|) NIL)) (-2731 (((-713) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-2797 (((-525) $) NIL)) (-2307 (((-525) $) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3194 (((-525) $) NIL)) (-3210 (((-525) $) NIL)) (-3069 (($ (-1 |#1| |#1|) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) (-525)) NIL) ((|#1| $ (-525) (-525) |#1|) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-1881 (((-57 |#1|) $ (-525)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-58 |#1|) (-13 (-55 |#1| (-57 |#1|) (-57 |#1|)) (-10 -7 (-6 -4260))) (-1128)) (T -58))
-NIL
-(-13 (-55 |#1| (-57 |#1|) (-57 |#1|)) (-10 -7 (-6 -4260)))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 74) (((-3 $ "failed") (-1174 (-294 (-525)))) 63) (((-3 $ "failed") (-1174 (-887 (-357)))) 94) (((-3 $ "failed") (-1174 (-887 (-525)))) 84) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 52) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 39)) (-4105 (($ (-1174 (-294 (-357)))) 70) (($ (-1174 (-294 (-525)))) 59) (($ (-1174 (-887 (-357)))) 90) (($ (-1174 (-887 (-525)))) 80) (($ (-1174 (-385 (-887 (-357))))) 48) (($ (-1174 (-385 (-887 (-525))))) 32)) (-2584 (((-1179) $) 120)) (-4100 (((-798) $) 113) (($ (-592 (-308))) 103) (($ (-308)) 97) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 101) (($ (-1174 (-317 (-4114 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4114) (-641)))) 31)))
-(((-59 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4114) (-641))))))) (-1092)) (T -59))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4114) (-641)))) (-5 *1 (-59 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4114) (-641)))))))
-((-2584 (((-1179) $) 53) (((-1179)) 54)) (-4100 (((-798) $) 50)))
-(((-60 |#1|) (-13 (-373) (-10 -7 (-15 -2584 ((-1179))))) (-1092)) (T -60))
-((-2584 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-60 *3)) (-14 *3 (-1092)))))
-(-13 (-373) (-10 -7 (-15 -2584 ((-1179)))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 144) (((-3 $ "failed") (-1174 (-294 (-525)))) 134) (((-3 $ "failed") (-1174 (-887 (-357)))) 164) (((-3 $ "failed") (-1174 (-887 (-525)))) 154) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 123) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 111)) (-4105 (($ (-1174 (-294 (-357)))) 140) (($ (-1174 (-294 (-525)))) 130) (($ (-1174 (-887 (-357)))) 160) (($ (-1174 (-887 (-525)))) 150) (($ (-1174 (-385 (-887 (-357))))) 119) (($ (-1174 (-385 (-887 (-525))))) 104)) (-2584 (((-1179) $) 97)) (-4100 (((-798) $) 91) (($ (-592 (-308))) 29) (($ (-308)) 34) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 32) (($ (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641)))) 89)))
-(((-61 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641))))))) (-1092)) (T -61))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641)))) (-5 *1 (-61 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641)))))))
-((-1934 (((-3 $ "failed") (-294 (-357))) 41) (((-3 $ "failed") (-294 (-525))) 46) (((-3 $ "failed") (-887 (-357))) 50) (((-3 $ "failed") (-887 (-525))) 54) (((-3 $ "failed") (-385 (-887 (-357)))) 36) (((-3 $ "failed") (-385 (-887 (-525)))) 29)) (-4105 (($ (-294 (-357))) 39) (($ (-294 (-525))) 44) (($ (-887 (-357))) 48) (($ (-887 (-525))) 52) (($ (-385 (-887 (-357)))) 34) (($ (-385 (-887 (-525)))) 26)) (-2584 (((-1179) $) 76)) (-4100 (((-798) $) 69) (($ (-592 (-308))) 61) (($ (-308)) 66) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 64) (($ (-317 (-4114 (QUOTE X)) (-4114) (-641))) 25)))
-(((-62 |#1|) (-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114 (QUOTE X)) (-4114) (-641)))))) (-1092)) (T -62))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-317 (-4114 (QUOTE X)) (-4114) (-641))) (-5 *1 (-62 *3)) (-14 *3 (-1092)))))
-(-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114 (QUOTE X)) (-4114) (-641))))))
-((-1934 (((-3 $ "failed") (-632 (-294 (-357)))) 109) (((-3 $ "failed") (-632 (-294 (-525)))) 97) (((-3 $ "failed") (-632 (-887 (-357)))) 131) (((-3 $ "failed") (-632 (-887 (-525)))) 120) (((-3 $ "failed") (-632 (-385 (-887 (-357))))) 85) (((-3 $ "failed") (-632 (-385 (-887 (-525))))) 71)) (-4105 (($ (-632 (-294 (-357)))) 105) (($ (-632 (-294 (-525)))) 93) (($ (-632 (-887 (-357)))) 127) (($ (-632 (-887 (-525)))) 116) (($ (-632 (-385 (-887 (-357))))) 81) (($ (-632 (-385 (-887 (-525))))) 64)) (-2584 (((-1179) $) 139)) (-4100 (((-798) $) 133) (($ (-592 (-308))) 28) (($ (-308)) 33) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 31) (($ (-632 (-317 (-4114) (-4114 (QUOTE X) (QUOTE HESS)) (-641)))) 54)))
-(((-63 |#1|) (-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114) (-4114 (QUOTE X) (QUOTE HESS)) (-641))))))) (-1092)) (T -63))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-632 (-317 (-4114) (-4114 (QUOTE X) (QUOTE HESS)) (-641)))) (-5 *1 (-63 *3)) (-14 *3 (-1092)))))
-(-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114) (-4114 (QUOTE X) (QUOTE HESS)) (-641)))))))
-((-1934 (((-3 $ "failed") (-294 (-357))) 59) (((-3 $ "failed") (-294 (-525))) 64) (((-3 $ "failed") (-887 (-357))) 68) (((-3 $ "failed") (-887 (-525))) 72) (((-3 $ "failed") (-385 (-887 (-357)))) 54) (((-3 $ "failed") (-385 (-887 (-525)))) 47)) (-4105 (($ (-294 (-357))) 57) (($ (-294 (-525))) 62) (($ (-887 (-357))) 66) (($ (-887 (-525))) 70) (($ (-385 (-887 (-357)))) 52) (($ (-385 (-887 (-525)))) 44)) (-2584 (((-1179) $) 81)) (-4100 (((-798) $) 75) (($ (-592 (-308))) 28) (($ (-308)) 33) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 31) (($ (-317 (-4114) (-4114 (QUOTE XC)) (-641))) 39)))
-(((-64 |#1|) (-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114) (-4114 (QUOTE XC)) (-641)))))) (-1092)) (T -64))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-317 (-4114) (-4114 (QUOTE XC)) (-641))) (-5 *1 (-64 *3)) (-14 *3 (-1092)))))
-(-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114) (-4114 (QUOTE XC)) (-641))))))
-((-2584 (((-1179) $) 63)) (-4100 (((-798) $) 57) (($ (-632 (-641))) 49) (($ (-592 (-308))) 48) (($ (-308)) 55) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 53)))
-(((-65 |#1|) (-361) (-1092)) (T -65))
-NIL
-(-361)
-((-2584 (((-1179) $) 64)) (-4100 (((-798) $) 58) (($ (-632 (-641))) 50) (($ (-592 (-308))) 49) (($ (-308)) 52) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 55)))
-(((-66 |#1|) (-361) (-1092)) (T -66))
-NIL
-(-361)
-((-2584 (((-1179) $) NIL) (((-1179)) 32)) (-4100 (((-798) $) NIL)))
-(((-67 |#1|) (-13 (-373) (-10 -7 (-15 -2584 ((-1179))))) (-1092)) (T -67))
-((-2584 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-67 *3)) (-14 *3 (-1092)))))
-(-13 (-373) (-10 -7 (-15 -2584 ((-1179)))))
-((-2584 (((-1179) $) 73)) (-4100 (((-798) $) 67) (($ (-632 (-641))) 59) (($ (-592 (-308))) 61) (($ (-308)) 64) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 58)))
-(((-68 |#1|) (-361) (-1092)) (T -68))
-NIL
-(-361)
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 103) (((-3 $ "failed") (-1174 (-294 (-525)))) 92) (((-3 $ "failed") (-1174 (-887 (-357)))) 123) (((-3 $ "failed") (-1174 (-887 (-525)))) 113) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 81) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 68)) (-4105 (($ (-1174 (-294 (-357)))) 99) (($ (-1174 (-294 (-525)))) 88) (($ (-1174 (-887 (-357)))) 119) (($ (-1174 (-887 (-525)))) 109) (($ (-1174 (-385 (-887 (-357))))) 77) (($ (-1174 (-385 (-887 (-525))))) 61)) (-2584 (((-1179) $) 136)) (-4100 (((-798) $) 130) (($ (-592 (-308))) 125) (($ (-308)) 128) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 53) (($ (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641)))) 54)))
-(((-69 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641))))))) (-1092)) (T -69))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641)))) (-5 *1 (-69 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641)))))))
-((-2584 (((-1179) $) 32) (((-1179)) 31)) (-4100 (((-798) $) 35)))
-(((-70 |#1|) (-13 (-373) (-10 -7 (-15 -2584 ((-1179))))) (-1092)) (T -70))
-((-2584 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-70 *3)) (-14 *3 (-1092)))))
-(-13 (-373) (-10 -7 (-15 -2584 ((-1179)))))
-((-2584 (((-1179) $) 63)) (-4100 (((-798) $) 57) (($ (-632 (-641))) 49) (($ (-592 (-308))) 51) (($ (-308)) 54) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 48)))
-(((-71 |#1|) (-361) (-1092)) (T -71))
-NIL
-(-361)
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 125) (((-3 $ "failed") (-1174 (-294 (-525)))) 115) (((-3 $ "failed") (-1174 (-887 (-357)))) 145) (((-3 $ "failed") (-1174 (-887 (-525)))) 135) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 105) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 93)) (-4105 (($ (-1174 (-294 (-357)))) 121) (($ (-1174 (-294 (-525)))) 111) (($ (-1174 (-887 (-357)))) 141) (($ (-1174 (-887 (-525)))) 131) (($ (-1174 (-385 (-887 (-357))))) 101) (($ (-1174 (-385 (-887 (-525))))) 86)) (-2584 (((-1179) $) 78)) (-4100 (((-798) $) 27) (($ (-592 (-308))) 68) (($ (-308)) 64) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 71) (($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))) 65)))
-(((-72 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641))))))) (-1092)) (T -72))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))) (-5 *1 (-72 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 130) (((-3 $ "failed") (-1174 (-294 (-525)))) 119) (((-3 $ "failed") (-1174 (-887 (-357)))) 150) (((-3 $ "failed") (-1174 (-887 (-525)))) 140) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 108) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 95)) (-4105 (($ (-1174 (-294 (-357)))) 126) (($ (-1174 (-294 (-525)))) 115) (($ (-1174 (-887 (-357)))) 146) (($ (-1174 (-887 (-525)))) 136) (($ (-1174 (-385 (-887 (-357))))) 104) (($ (-1174 (-385 (-887 (-525))))) 88)) (-2584 (((-1179) $) 79)) (-4100 (((-798) $) 71) (($ (-592 (-308))) NIL) (($ (-308)) NIL) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) NIL) (($ (-1174 (-317 (-4114 (QUOTE X) (QUOTE EPS)) (-4114 (QUOTE -1499)) (-641)))) 66)))
-(((-73 |#1| |#2| |#3|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X) (QUOTE EPS)) (-4114 (QUOTE -1499)) (-641))))))) (-1092) (-1092) (-1092)) (T -73))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114 (QUOTE X) (QUOTE EPS)) (-4114 (QUOTE -1499)) (-641)))) (-5 *1 (-73 *3 *4 *5)) (-14 *3 (-1092)) (-14 *4 (-1092)) (-14 *5 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X) (QUOTE EPS)) (-4114 (QUOTE -1499)) (-641)))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 134) (((-3 $ "failed") (-1174 (-294 (-525)))) 123) (((-3 $ "failed") (-1174 (-887 (-357)))) 154) (((-3 $ "failed") (-1174 (-887 (-525)))) 144) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 112) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 99)) (-4105 (($ (-1174 (-294 (-357)))) 130) (($ (-1174 (-294 (-525)))) 119) (($ (-1174 (-887 (-357)))) 150) (($ (-1174 (-887 (-525)))) 140) (($ (-1174 (-385 (-887 (-357))))) 108) (($ (-1174 (-385 (-887 (-525))))) 92)) (-2584 (((-1179) $) 83)) (-4100 (((-798) $) 75) (($ (-592 (-308))) NIL) (($ (-308)) NIL) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) NIL) (($ (-1174 (-317 (-4114 (QUOTE EPS)) (-4114 (QUOTE YA) (QUOTE YB)) (-641)))) 70)))
-(((-74 |#1| |#2| |#3|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE EPS)) (-4114 (QUOTE YA) (QUOTE YB)) (-641))))))) (-1092) (-1092) (-1092)) (T -74))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114 (QUOTE EPS)) (-4114 (QUOTE YA) (QUOTE YB)) (-641)))) (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1092)) (-14 *4 (-1092)) (-14 *5 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE EPS)) (-4114 (QUOTE YA) (QUOTE YB)) (-641)))))))
-((-1934 (((-3 $ "failed") (-294 (-357))) 82) (((-3 $ "failed") (-294 (-525))) 87) (((-3 $ "failed") (-887 (-357))) 91) (((-3 $ "failed") (-887 (-525))) 95) (((-3 $ "failed") (-385 (-887 (-357)))) 77) (((-3 $ "failed") (-385 (-887 (-525)))) 70)) (-4105 (($ (-294 (-357))) 80) (($ (-294 (-525))) 85) (($ (-887 (-357))) 89) (($ (-887 (-525))) 93) (($ (-385 (-887 (-357)))) 75) (($ (-385 (-887 (-525)))) 67)) (-2584 (((-1179) $) 62)) (-4100 (((-798) $) 50) (($ (-592 (-308))) 46) (($ (-308)) 56) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 54) (($ (-317 (-4114) (-4114 (QUOTE X)) (-641))) 47)))
-(((-75 |#1|) (-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114) (-4114 (QUOTE X)) (-641)))))) (-1092)) (T -75))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-317 (-4114) (-4114 (QUOTE X)) (-641))) (-5 *1 (-75 *3)) (-14 *3 (-1092)))))
-(-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114) (-4114 (QUOTE X)) (-641))))))
-((-1934 (((-3 $ "failed") (-294 (-357))) 46) (((-3 $ "failed") (-294 (-525))) 51) (((-3 $ "failed") (-887 (-357))) 55) (((-3 $ "failed") (-887 (-525))) 59) (((-3 $ "failed") (-385 (-887 (-357)))) 41) (((-3 $ "failed") (-385 (-887 (-525)))) 34)) (-4105 (($ (-294 (-357))) 44) (($ (-294 (-525))) 49) (($ (-887 (-357))) 53) (($ (-887 (-525))) 57) (($ (-385 (-887 (-357)))) 39) (($ (-385 (-887 (-525)))) 31)) (-2584 (((-1179) $) 80)) (-4100 (((-798) $) 74) (($ (-592 (-308))) 66) (($ (-308)) 71) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 69) (($ (-317 (-4114) (-4114 (QUOTE X)) (-641))) 30)))
-(((-76 |#1|) (-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114) (-4114 (QUOTE X)) (-641)))))) (-1092)) (T -76))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-317 (-4114) (-4114 (QUOTE X)) (-641))) (-5 *1 (-76 *3)) (-14 *3 (-1092)))))
-(-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114) (-4114 (QUOTE X)) (-641))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 89) (((-3 $ "failed") (-1174 (-294 (-525)))) 78) (((-3 $ "failed") (-1174 (-887 (-357)))) 109) (((-3 $ "failed") (-1174 (-887 (-525)))) 99) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 67) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 54)) (-4105 (($ (-1174 (-294 (-357)))) 85) (($ (-1174 (-294 (-525)))) 74) (($ (-1174 (-887 (-357)))) 105) (($ (-1174 (-887 (-525)))) 95) (($ (-1174 (-385 (-887 (-357))))) 63) (($ (-1174 (-385 (-887 (-525))))) 47)) (-2584 (((-1179) $) 125)) (-4100 (((-798) $) 119) (($ (-592 (-308))) 112) (($ (-308)) 37) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 115) (($ (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641)))) 38)))
-(((-77 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641))))))) (-1092)) (T -77))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641)))) (-5 *1 (-77 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE XC)) (-641)))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 142) (((-3 $ "failed") (-1174 (-294 (-525)))) 132) (((-3 $ "failed") (-1174 (-887 (-357)))) 162) (((-3 $ "failed") (-1174 (-887 (-525)))) 152) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 122) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 110)) (-4105 (($ (-1174 (-294 (-357)))) 138) (($ (-1174 (-294 (-525)))) 128) (($ (-1174 (-887 (-357)))) 158) (($ (-1174 (-887 (-525)))) 148) (($ (-1174 (-385 (-887 (-357))))) 118) (($ (-1174 (-385 (-887 (-525))))) 103)) (-2584 (((-1179) $) 96)) (-4100 (((-798) $) 90) (($ (-592 (-308))) 81) (($ (-308)) 88) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 86) (($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))) 82)))
-(((-78 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641))))))) (-1092)) (T -78))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))) (-5 *1 (-78 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 78) (((-3 $ "failed") (-1174 (-294 (-525)))) 67) (((-3 $ "failed") (-1174 (-887 (-357)))) 98) (((-3 $ "failed") (-1174 (-887 (-525)))) 88) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 56) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 43)) (-4105 (($ (-1174 (-294 (-357)))) 74) (($ (-1174 (-294 (-525)))) 63) (($ (-1174 (-887 (-357)))) 94) (($ (-1174 (-887 (-525)))) 84) (($ (-1174 (-385 (-887 (-357))))) 52) (($ (-1174 (-385 (-887 (-525))))) 36)) (-2584 (((-1179) $) 124)) (-4100 (((-798) $) 118) (($ (-592 (-308))) 109) (($ (-308)) 115) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 113) (($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))) 35)))
-(((-79 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641))))))) (-1092)) (T -79))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))) (-5 *1 (-79 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114) (-4114 (QUOTE X)) (-641)))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 95) (((-3 $ "failed") (-1174 (-294 (-525)))) 84) (((-3 $ "failed") (-1174 (-887 (-357)))) 115) (((-3 $ "failed") (-1174 (-887 (-525)))) 105) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 73) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 60)) (-4105 (($ (-1174 (-294 (-357)))) 91) (($ (-1174 (-294 (-525)))) 80) (($ (-1174 (-887 (-357)))) 111) (($ (-1174 (-887 (-525)))) 101) (($ (-1174 (-385 (-887 (-357))))) 69) (($ (-1174 (-385 (-887 (-525))))) 53)) (-2584 (((-1179) $) 45)) (-4100 (((-798) $) 39) (($ (-592 (-308))) 29) (($ (-308)) 32) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 35) (($ (-1174 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641)))) 30)))
-(((-80 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641))))))) (-1092)) (T -80))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641)))) (-5 *1 (-80 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641)))))))
-((-1934 (((-3 $ "failed") (-632 (-294 (-357)))) 115) (((-3 $ "failed") (-632 (-294 (-525)))) 104) (((-3 $ "failed") (-632 (-887 (-357)))) 137) (((-3 $ "failed") (-632 (-887 (-525)))) 126) (((-3 $ "failed") (-632 (-385 (-887 (-357))))) 93) (((-3 $ "failed") (-632 (-385 (-887 (-525))))) 80)) (-4105 (($ (-632 (-294 (-357)))) 111) (($ (-632 (-294 (-525)))) 100) (($ (-632 (-887 (-357)))) 133) (($ (-632 (-887 (-525)))) 122) (($ (-632 (-385 (-887 (-357))))) 89) (($ (-632 (-385 (-887 (-525))))) 73)) (-2584 (((-1179) $) 63)) (-4100 (((-798) $) 50) (($ (-592 (-308))) 57) (($ (-308)) 46) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 55) (($ (-632 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641)))) 47)))
-(((-81 |#1|) (-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641))))))) (-1092)) (T -81))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-632 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641)))) (-5 *1 (-81 *3)) (-14 *3 (-1092)))))
-(-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114 (QUOTE X) (QUOTE -1499)) (-4114) (-641)))))))
-((-1934 (((-3 $ "failed") (-632 (-294 (-357)))) 112) (((-3 $ "failed") (-632 (-294 (-525)))) 100) (((-3 $ "failed") (-632 (-887 (-357)))) 134) (((-3 $ "failed") (-632 (-887 (-525)))) 123) (((-3 $ "failed") (-632 (-385 (-887 (-357))))) 88) (((-3 $ "failed") (-632 (-385 (-887 (-525))))) 74)) (-4105 (($ (-632 (-294 (-357)))) 108) (($ (-632 (-294 (-525)))) 96) (($ (-632 (-887 (-357)))) 130) (($ (-632 (-887 (-525)))) 119) (($ (-632 (-385 (-887 (-357))))) 84) (($ (-632 (-385 (-887 (-525))))) 67)) (-2584 (((-1179) $) 59)) (-4100 (((-798) $) 53) (($ (-592 (-308))) 47) (($ (-308)) 50) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 44) (($ (-632 (-317 (-4114 (QUOTE X)) (-4114) (-641)))) 45)))
-(((-82 |#1|) (-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114 (QUOTE X)) (-4114) (-641))))))) (-1092)) (T -82))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-632 (-317 (-4114 (QUOTE X)) (-4114) (-641)))) (-5 *1 (-82 *3)) (-14 *3 (-1092)))))
-(-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114 (QUOTE X)) (-4114) (-641)))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 104) (((-3 $ "failed") (-1174 (-294 (-525)))) 93) (((-3 $ "failed") (-1174 (-887 (-357)))) 124) (((-3 $ "failed") (-1174 (-887 (-525)))) 114) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 82) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 69)) (-4105 (($ (-1174 (-294 (-357)))) 100) (($ (-1174 (-294 (-525)))) 89) (($ (-1174 (-887 (-357)))) 120) (($ (-1174 (-887 (-525)))) 110) (($ (-1174 (-385 (-887 (-357))))) 78) (($ (-1174 (-385 (-887 (-525))))) 62)) (-2584 (((-1179) $) 46)) (-4100 (((-798) $) 40) (($ (-592 (-308))) 49) (($ (-308)) 36) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 52) (($ (-1174 (-317 (-4114 (QUOTE X)) (-4114) (-641)))) 37)))
-(((-83 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X)) (-4114) (-641))))))) (-1092)) (T -83))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114 (QUOTE X)) (-4114) (-641)))) (-5 *1 (-83 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X)) (-4114) (-641)))))))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 79) (((-3 $ "failed") (-1174 (-294 (-525)))) 68) (((-3 $ "failed") (-1174 (-887 (-357)))) 99) (((-3 $ "failed") (-1174 (-887 (-525)))) 89) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 57) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 44)) (-4105 (($ (-1174 (-294 (-357)))) 75) (($ (-1174 (-294 (-525)))) 64) (($ (-1174 (-887 (-357)))) 95) (($ (-1174 (-887 (-525)))) 85) (($ (-1174 (-385 (-887 (-357))))) 53) (($ (-1174 (-385 (-887 (-525))))) 37)) (-2584 (((-1179) $) 125)) (-4100 (((-798) $) 119) (($ (-592 (-308))) 110) (($ (-308)) 116) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 114) (($ (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641)))) 36)))
-(((-84 |#1|) (-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641))))))) (-1092)) (T -84))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641)))) (-5 *1 (-84 *3)) (-14 *3 (-1092)))))
-(-13 (-418) (-10 -8 (-15 -4100 ($ (-1174 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641)))))))
-((-1934 (((-3 $ "failed") (-632 (-294 (-357)))) 113) (((-3 $ "failed") (-632 (-294 (-525)))) 101) (((-3 $ "failed") (-632 (-887 (-357)))) 135) (((-3 $ "failed") (-632 (-887 (-525)))) 124) (((-3 $ "failed") (-632 (-385 (-887 (-357))))) 89) (((-3 $ "failed") (-632 (-385 (-887 (-525))))) 75)) (-4105 (($ (-632 (-294 (-357)))) 109) (($ (-632 (-294 (-525)))) 97) (($ (-632 (-887 (-357)))) 131) (($ (-632 (-887 (-525)))) 120) (($ (-632 (-385 (-887 (-357))))) 85) (($ (-632 (-385 (-887 (-525))))) 68)) (-2584 (((-1179) $) 59)) (-4100 (((-798) $) 53) (($ (-592 (-308))) 43) (($ (-308)) 50) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 48) (($ (-632 (-317 (-4114 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4114) (-641)))) 44)))
-(((-85 |#1|) (-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4114) (-641))))))) (-1092)) (T -85))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-632 (-317 (-4114 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4114) (-641)))) (-5 *1 (-85 *3)) (-14 *3 (-1092)))))
-(-13 (-362) (-10 -8 (-15 -4100 ($ (-632 (-317 (-4114 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4114) (-641)))))))
-((-2584 (((-1179) $) 44)) (-4100 (((-798) $) 38) (($ (-1174 (-641))) 92) (($ (-592 (-308))) 30) (($ (-308)) 35) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 33)))
-(((-86 |#1|) (-417) (-1092)) (T -86))
-NIL
-(-417)
-((-1934 (((-3 $ "failed") (-294 (-357))) 47) (((-3 $ "failed") (-294 (-525))) 52) (((-3 $ "failed") (-887 (-357))) 56) (((-3 $ "failed") (-887 (-525))) 60) (((-3 $ "failed") (-385 (-887 (-357)))) 42) (((-3 $ "failed") (-385 (-887 (-525)))) 35)) (-4105 (($ (-294 (-357))) 45) (($ (-294 (-525))) 50) (($ (-887 (-357))) 54) (($ (-887 (-525))) 58) (($ (-385 (-887 (-357)))) 40) (($ (-385 (-887 (-525)))) 32)) (-2584 (((-1179) $) 90)) (-4100 (((-798) $) 84) (($ (-592 (-308))) 78) (($ (-308)) 81) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 76) (($ (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641))) 31)))
-(((-87 |#1|) (-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641)))))) (-1092)) (T -87))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641))) (-5 *1 (-87 *3)) (-14 *3 (-1092)))))
-(-13 (-374) (-10 -8 (-15 -4100 ($ (-317 (-4114 (QUOTE X)) (-4114 (QUOTE -1499)) (-641))))))
-((-2869 (((-1174 (-632 |#1|)) (-632 |#1|)) 54)) (-1914 (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 (-592 (-856))))) |#2| (-856)) 44)) (-3684 (((-2 (|:| |minor| (-592 (-856))) (|:| -1537 |#2|) (|:| |minors| (-592 (-592 (-856)))) (|:| |ops| (-592 |#2|))) |#2| (-856)) 65 (|has| |#1| (-341)))))
-(((-88 |#1| |#2|) (-10 -7 (-15 -1914 ((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 (-592 (-856))))) |#2| (-856))) (-15 -2869 ((-1174 (-632 |#1|)) (-632 |#1|))) (IF (|has| |#1| (-341)) (-15 -3684 ((-2 (|:| |minor| (-592 (-856))) (|:| -1537 |#2|) (|:| |minors| (-592 (-592 (-856)))) (|:| |ops| (-592 |#2|))) |#2| (-856))) |%noBranch|)) (-517) (-602 |#1|)) (T -88))
-((-3684 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-4 *5 (-517)) (-5 *2 (-2 (|:| |minor| (-592 (-856))) (|:| -1537 *3) (|:| |minors| (-592 (-592 (-856)))) (|:| |ops| (-592 *3)))) (-5 *1 (-88 *5 *3)) (-5 *4 (-856)) (-4 *3 (-602 *5)))) (-2869 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-1174 (-632 *4))) (-5 *1 (-88 *4 *5)) (-5 *3 (-632 *4)) (-4 *5 (-602 *4)))) (-1914 (*1 *2 *3 *4) (-12 (-4 *5 (-517)) (-5 *2 (-2 (|:| -4108 (-632 *5)) (|:| |vec| (-1174 (-592 (-856)))))) (-5 *1 (-88 *5 *3)) (-5 *4 (-856)) (-4 *3 (-602 *5)))))
-(-10 -7 (-15 -1914 ((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 (-592 (-856))))) |#2| (-856))) (-15 -2869 ((-1174 (-632 |#1|)) (-632 |#1|))) (IF (|has| |#1| (-341)) (-15 -3684 ((-2 (|:| |minor| (-592 (-856))) (|:| -1537 |#2|) (|:| |minors| (-592 (-592 (-856)))) (|:| |ops| (-592 |#2|))) |#2| (-856))) |%noBranch|))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3490 ((|#1| $) 35)) (-3779 (((-108) $ (-713)) NIL)) (-2475 (($) NIL T CONST)) (-1282 ((|#1| |#1| $) 30)) (-2639 ((|#1| $) 28)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3577 ((|#1| $) NIL)) (-3246 (($ |#1| $) 31)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-2724 ((|#1| $) 29)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 16)) (-1558 (($) 39)) (-2895 (((-713) $) 26)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 15)) (-4100 (((-798) $) 25 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) NIL)) (-3744 (($ (-592 |#1|)) 37)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 13 (|has| |#1| (-1020)))) (-2827 (((-713) $) 10 (|has| $ (-6 -4259)))))
-(((-89 |#1|) (-13 (-1040 |#1|) (-10 -8 (-15 -3744 ($ (-592 |#1|))))) (-1020)) (T -89))
-((-3744 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-89 *3)))))
-(-13 (-1040 |#1|) (-10 -8 (-15 -3744 ($ (-592 |#1|)))))
-((-1760 (($ $) 10)) (-1770 (($ $) 12)))
-(((-90 |#1|) (-10 -8 (-15 -1770 (|#1| |#1|)) (-15 -1760 (|#1| |#1|))) (-91)) (T -90))
-NIL
-(-10 -8 (-15 -1770 (|#1| |#1|)) (-15 -1760 (|#1| |#1|)))
-((-3853 (($ $) 11)) (-3808 (($ $) 10)) (-1760 (($ $) 9)) (-1770 (($ $) 8)) (-1748 (($ $) 7)) (-3820 (($ $) 6)))
-(((-91) (-131)) (T -91))
-((-3853 (*1 *1 *1) (-4 *1 (-91))) (-3808 (*1 *1 *1) (-4 *1 (-91))) (-1760 (*1 *1 *1) (-4 *1 (-91))) (-1770 (*1 *1 *1) (-4 *1 (-91))) (-1748 (*1 *1 *1) (-4 *1 (-91))) (-3820 (*1 *1 *1) (-4 *1 (-91))))
-(-13 (-10 -8 (-15 -3820 ($ $)) (-15 -1748 ($ $)) (-15 -1770 ($ $)) (-15 -1760 ($ $)) (-15 -3808 ($ $)) (-15 -3853 ($ $))))
-((-4087 (((-108) $ $) NIL)) (-3819 (((-357) (-1075) (-357)) 42) (((-357) (-1075) (-1075) (-357)) 41)) (-3443 (((-357) (-357)) 33)) (-3612 (((-1179)) 36)) (-1289 (((-1075) $) NIL)) (-2202 (((-357) (-1075) (-1075)) 46) (((-357) (-1075)) 48)) (-3993 (((-1039) $) NIL)) (-2837 (((-357) (-1075) (-1075)) 47)) (-1336 (((-357) (-1075) (-1075)) 49) (((-357) (-1075)) 50)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-92) (-13 (-1020) (-10 -7 (-15 -2202 ((-357) (-1075) (-1075))) (-15 -2202 ((-357) (-1075))) (-15 -1336 ((-357) (-1075) (-1075))) (-15 -1336 ((-357) (-1075))) (-15 -2837 ((-357) (-1075) (-1075))) (-15 -3612 ((-1179))) (-15 -3443 ((-357) (-357))) (-15 -3819 ((-357) (-1075) (-357))) (-15 -3819 ((-357) (-1075) (-1075) (-357))) (-6 -4259)))) (T -92))
-((-2202 (*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))) (-2202 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))) (-1336 (*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))) (-1336 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))) (-2837 (*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))) (-3612 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-92)))) (-3443 (*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-92)))) (-3819 (*1 *2 *3 *2) (-12 (-5 *2 (-357)) (-5 *3 (-1075)) (-5 *1 (-92)))) (-3819 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-357)) (-5 *3 (-1075)) (-5 *1 (-92)))))
-(-13 (-1020) (-10 -7 (-15 -2202 ((-357) (-1075) (-1075))) (-15 -2202 ((-357) (-1075))) (-15 -1336 ((-357) (-1075) (-1075))) (-15 -1336 ((-357) (-1075))) (-15 -2837 ((-357) (-1075) (-1075))) (-15 -3612 ((-1179))) (-15 -3443 ((-357) (-357))) (-15 -3819 ((-357) (-1075) (-357))) (-15 -3819 ((-357) (-1075) (-1075) (-357))) (-6 -4259)))
-NIL
-(((-93) (-131)) (T -93))
-NIL
-(-13 (-10 -7 (-6 -4259) (-6 (-4261 "*")) (-6 -4260) (-6 -4256) (-6 -4254) (-6 -4253) (-6 -4252) (-6 -4257) (-6 -4251) (-6 -4250) (-6 -4249) (-6 -4248) (-6 -4247) (-6 -4255) (-6 -4258) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4246)))
-((-4087 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-1560 (($ (-1 |#1| |#1|)) 25) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 24) (($ (-1 |#1| |#1| (-525))) 22)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 14)) (-3993 (((-1039) $) NIL)) (-3431 ((|#1| $ |#1|) 11)) (-3055 (($ $ $) NIL)) (-1242 (($ $ $) NIL)) (-4100 (((-798) $) 20)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3375 (($) 8 T CONST)) (-2775 (((-108) $ $) 10)) (-2880 (($ $ $) NIL)) (** (($ $ (-856)) 28) (($ $ (-713)) NIL) (($ $ (-525)) 16)) (* (($ $ $) 29)))
-(((-94 |#1|) (-13 (-450) (-265 |#1| |#1|) (-10 -8 (-15 -1560 ($ (-1 |#1| |#1|))) (-15 -1560 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -1560 ($ (-1 |#1| |#1| (-525)))))) (-977)) (T -94))
-((-1560 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-94 *3)))) (-1560 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-94 *3)))) (-1560 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-525))) (-4 *3 (-977)) (-5 *1 (-94 *3)))))
-(-13 (-450) (-265 |#1| |#1|) (-10 -8 (-15 -1560 ($ (-1 |#1| |#1|))) (-15 -1560 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -1560 ($ (-1 |#1| |#1| (-525))))))
-((-3646 (((-396 |#2|) |#2| (-592 |#2|)) 10) (((-396 |#2|) |#2| |#2|) 11)))
-(((-95 |#1| |#2|) (-10 -7 (-15 -3646 ((-396 |#2|) |#2| |#2|)) (-15 -3646 ((-396 |#2|) |#2| (-592 |#2|)))) (-13 (-429) (-138)) (-1150 |#1|)) (T -95))
-((-3646 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-13 (-429) (-138))) (-5 *2 (-396 *3)) (-5 *1 (-95 *5 *3)))) (-3646 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-429) (-138))) (-5 *2 (-396 *3)) (-5 *1 (-95 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -3646 ((-396 |#2|) |#2| |#2|)) (-15 -3646 ((-396 |#2|) |#2| (-592 |#2|))))
-((-4087 (((-108) $ $) 10)))
-(((-96 |#1|) (-10 -8 (-15 -4087 ((-108) |#1| |#1|))) (-97)) (T -96))
-NIL
-(-10 -8 (-15 -4087 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2775 (((-108) $ $) 6)))
-(((-97) (-131)) (T -97))
-((-4087 (*1 *2 *1 *1) (-12 (-4 *1 (-97)) (-5 *2 (-108)))) (-2775 (*1 *2 *1 *1) (-12 (-4 *1 (-97)) (-5 *2 (-108)))))
-(-13 (-10 -8 (-15 -2775 ((-108) $ $)) (-15 -4087 ((-108) $ $))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) 13 (|has| $ (-6 -4260)))) (-2314 (($ $ $) NIL (|has| $ (-6 -4260)))) (-4089 (($ $ $) NIL (|has| $ (-6 -4260)))) (-2663 (($ $ (-592 |#1|)) 15)) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) (($ $ "left" $) NIL (|has| $ (-6 -4260))) (($ $ "right" $) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-3446 (($ $) 11)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1214 (($ $ |#1| $) 17)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2370 ((|#1| $ (-1 |#1| |#1| |#1|)) 25) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 30)) (-4132 (($ $ |#1| (-1 |#1| |#1| |#1|)) 31) (($ $ |#1| (-1 (-592 |#1|) |#1| |#1| |#1|)) 35)) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-3436 (($ $) 10)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) 12)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 9)) (-1558 (($) 16)) (-3431 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1707 (((-525) $ $) NIL)) (-3953 (((-108) $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2876 (($ (-713) |#1|) 19)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-98 |#1|) (-13 (-121 |#1|) (-10 -8 (-6 -4259) (-6 -4260) (-15 -2876 ($ (-713) |#1|)) (-15 -2663 ($ $ (-592 |#1|))) (-15 -2370 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2370 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -4132 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -4132 ($ $ |#1| (-1 (-592 |#1|) |#1| |#1| |#1|))))) (-1020)) (T -98))
-((-2876 (*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *1 (-98 *3)) (-4 *3 (-1020)))) (-2663 (*1 *1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-98 *3)))) (-2370 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-98 *2)) (-4 *2 (-1020)))) (-2370 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-98 *3)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1020)) (-5 *1 (-98 *2)))) (-4132 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-592 *2) *2 *2 *2)) (-4 *2 (-1020)) (-5 *1 (-98 *2)))))
-(-13 (-121 |#1|) (-10 -8 (-6 -4259) (-6 -4260) (-15 -2876 ($ (-713) |#1|)) (-15 -2663 ($ $ (-592 |#1|))) (-15 -2370 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -2370 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -4132 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -4132 ($ $ |#1| (-1 (-592 |#1|) |#1| |#1| |#1|)))))
-((-3832 ((|#3| |#2| |#2|) 29)) (-3667 ((|#1| |#2| |#2|) 39 (|has| |#1| (-6 (-4261 "*"))))) (-1375 ((|#3| |#2| |#2|) 30)) (-3432 ((|#1| |#2|) 42 (|has| |#1| (-6 (-4261 "*"))))))
-(((-99 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3832 (|#3| |#2| |#2|)) (-15 -1375 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4261 "*"))) (PROGN (-15 -3667 (|#1| |#2| |#2|)) (-15 -3432 (|#1| |#2|))) |%noBranch|)) (-977) (-1150 |#1|) (-630 |#1| |#4| |#5|) (-351 |#1|) (-351 |#1|)) (T -99))
-((-3432 (*1 *2 *3) (-12 (|has| *2 (-6 (-4261 "*"))) (-4 *5 (-351 *2)) (-4 *6 (-351 *2)) (-4 *2 (-977)) (-5 *1 (-99 *2 *3 *4 *5 *6)) (-4 *3 (-1150 *2)) (-4 *4 (-630 *2 *5 *6)))) (-3667 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4261 "*"))) (-4 *5 (-351 *2)) (-4 *6 (-351 *2)) (-4 *2 (-977)) (-5 *1 (-99 *2 *3 *4 *5 *6)) (-4 *3 (-1150 *2)) (-4 *4 (-630 *2 *5 *6)))) (-1375 (*1 *2 *3 *3) (-12 (-4 *4 (-977)) (-4 *2 (-630 *4 *5 *6)) (-5 *1 (-99 *4 *3 *2 *5 *6)) (-4 *3 (-1150 *4)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)))) (-3832 (*1 *2 *3 *3) (-12 (-4 *4 (-977)) (-4 *2 (-630 *4 *5 *6)) (-5 *1 (-99 *4 *3 *2 *5 *6)) (-4 *3 (-1150 *4)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)))))
-(-10 -7 (-15 -3832 (|#3| |#2| |#2|)) (-15 -1375 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4261 "*"))) (PROGN (-15 -3667 (|#1| |#2| |#2|)) (-15 -3432 (|#1| |#2|))) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-4194 (((-592 (-1092))) 33)) (-3613 (((-2 (|:| |zeros| (-1073 (-205))) (|:| |ones| (-1073 (-205))) (|:| |singularities| (-1073 (-205)))) (-1092)) 35)) (-2775 (((-108) $ $) NIL)))
-(((-100) (-13 (-1020) (-10 -7 (-15 -4194 ((-592 (-1092)))) (-15 -3613 ((-2 (|:| |zeros| (-1073 (-205))) (|:| |ones| (-1073 (-205))) (|:| |singularities| (-1073 (-205)))) (-1092))) (-6 -4259)))) (T -100))
-((-4194 (*1 *2) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-100)))) (-3613 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-2 (|:| |zeros| (-1073 (-205))) (|:| |ones| (-1073 (-205))) (|:| |singularities| (-1073 (-205))))) (-5 *1 (-100)))))
-(-13 (-1020) (-10 -7 (-15 -4194 ((-592 (-1092)))) (-15 -3613 ((-2 (|:| |zeros| (-1073 (-205))) (|:| |ones| (-1073 (-205))) (|:| |singularities| (-1073 (-205)))) (-1092))) (-6 -4259)))
-((-3905 (($ (-592 |#2|)) 11)))
-(((-101 |#1| |#2|) (-10 -8 (-15 -3905 (|#1| (-592 |#2|)))) (-102 |#2|) (-1128)) (T -101))
-NIL
-(-10 -8 (-15 -3905 (|#1| (-592 |#2|))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-2475 (($) 7 T CONST)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-102 |#1|) (-131) (-1128)) (T -102))
-((-3905 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-4 *1 (-102 *3)))) (-2724 (*1 *2 *1) (-12 (-4 *1 (-102 *2)) (-4 *2 (-1128)))) (-3246 (*1 *1 *2 *1) (-12 (-4 *1 (-102 *2)) (-4 *2 (-1128)))) (-3577 (*1 *2 *1) (-12 (-4 *1 (-102 *2)) (-4 *2 (-1128)))))
-(-13 (-464 |t#1|) (-10 -8 (-6 -4260) (-15 -3905 ($ (-592 |t#1|))) (-15 -2724 (|t#1| $)) (-15 -3246 ($ |t#1| $)) (-15 -3577 (|t#1| $))))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 (((-525) $) NIL (|has| (-525) (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| (-525) (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (|has| (-525) (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-525) (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| (-525) (-968 (-525))))) (-4105 (((-525) $) NIL) (((-1092) $) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| (-525) (-968 (-525)))) (((-525) $) NIL (|has| (-525) (-968 (-525))))) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-525) (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| (-525) (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-525) (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-525) (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 (((-525) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| (-525) (-1068)))) (-4079 (((-108) $) NIL (|has| (-525) (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-525) (-789)))) (-2016 (($ (-1 (-525) (-525)) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-525) (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| (-525) (-286))) (((-385 (-525)) $) NIL)) (-1340 (((-525) $) NIL (|has| (-525) (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 (-525)) (-592 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-525) (-525)) NIL (|has| (-525) (-288 (-525)))) (($ $ (-273 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-273 (-525)))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-1092)) (-592 (-525))) NIL (|has| (-525) (-486 (-1092) (-525)))) (($ $ (-1092) (-525)) NIL (|has| (-525) (-486 (-1092) (-525))))) (-1927 (((-713) $) NIL)) (-3431 (($ $ (-525)) NIL (|has| (-525) (-265 (-525) (-525))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2874 (($ $) NIL)) (-4080 (((-525) $) NIL)) (-2069 (((-827 (-525)) $) NIL (|has| (-525) (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| (-525) (-567 (-827 (-357))))) (((-501) $) NIL (|has| (-525) (-567 (-501)))) (((-357) $) NIL (|has| (-525) (-953))) (((-205) $) NIL (|has| (-525) (-953)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-525) (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) 8) (($ (-525)) NIL) (($ (-1092)) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) NIL) (((-936 2) $) 10)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-525) (-844))) (|has| (-525) (-136))))) (-2448 (((-713)) NIL)) (-3064 (((-525) $) NIL (|has| (-525) (-510)))) (-1942 (($ (-385 (-525))) 9)) (-1571 (((-108) $ $) NIL)) (-2380 (($ $) NIL (|has| (-525) (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $) NIL (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2830 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2880 (($ $ $) NIL) (($ (-525) (-525)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ (-525) $) NIL) (($ $ (-525)) NIL)))
-(((-103) (-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -4100 ((-936 2) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -1942 ($ (-385 (-525))))))) (T -103))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-103)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-936 2)) (-5 *1 (-103)))) (-1372 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-103)))) (-1942 (*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-103)))))
-(-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -4100 ((-936 2) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -1942 ($ (-385 (-525))))))
-((-2123 (((-592 (-899)) $) 14)) (-2411 (((-1092) $) 10)) (-4100 (((-798) $) 23)) (-2121 (($ (-1092) (-592 (-899))) 15)))
-(((-104) (-13 (-566 (-798)) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -2123 ((-592 (-899)) $)) (-15 -2121 ($ (-1092) (-592 (-899))))))) (T -104))
-((-2411 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-104)))) (-2123 (*1 *2 *1) (-12 (-5 *2 (-592 (-899))) (-5 *1 (-104)))) (-2121 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-899))) (-5 *1 (-104)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -2123 ((-592 (-899)) $)) (-15 -2121 ($ (-1092) (-592 (-899))))))
-((-4087 (((-108) $ $) NIL)) (-2773 (((-1039) $ (-1039)) 24)) (-2220 (($ $ (-1075)) 17)) (-4012 (((-3 (-1039) "failed") $) 23)) (-1754 (((-1039) $) 21)) (-2350 (((-1039) $ (-1039)) 26)) (-3856 (((-1039) $) 25)) (-2046 (($ (-366)) NIL) (($ (-366) (-1075)) 16)) (-2411 (((-366) $) NIL)) (-1289 (((-1075) $) NIL)) (-4022 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3267 (($ $) 18)) (-2775 (((-108) $ $) NIL)))
-(((-105) (-13 (-342 (-366) (-1039)) (-10 -8 (-15 -4012 ((-3 (-1039) "failed") $)) (-15 -3856 ((-1039) $)) (-15 -2350 ((-1039) $ (-1039)))))) (T -105))
-((-4012 (*1 *2 *1) (|partial| -12 (-5 *2 (-1039)) (-5 *1 (-105)))) (-3856 (*1 *2 *1) (-12 (-5 *2 (-1039)) (-5 *1 (-105)))) (-2350 (*1 *2 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-105)))))
-(-13 (-342 (-366) (-1039)) (-10 -8 (-15 -4012 ((-3 (-1039) "failed") $)) (-15 -3856 ((-1039) $)) (-15 -2350 ((-1039) $ (-1039)))))
-((-4087 (((-108) $ $) NIL)) (-2026 (($ $) NIL)) (-2532 (($ $ $) NIL)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) $) NIL (|has| (-108) (-789))) (((-108) (-1 (-108) (-108) (-108)) $) NIL)) (-2436 (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| (-108) (-789)))) (($ (-1 (-108) (-108) (-108)) $) NIL (|has| $ (-6 -4260)))) (-1842 (($ $) NIL (|has| (-108) (-789))) (($ (-1 (-108) (-108) (-108)) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1233 (((-108) $ (-1141 (-525)) (-108)) NIL (|has| $ (-6 -4260))) (((-108) $ (-525) (-108)) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-2698 (($ (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259))) (($ (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-3504 (((-108) (-1 (-108) (-108) (-108)) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-108) (-108)) $ (-108)) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-108) (-108)) $ (-108) (-108)) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-3081 (((-108) $ (-525) (-108)) NIL (|has| $ (-6 -4260)))) (-3017 (((-108) $ (-525)) NIL)) (-3856 (((-525) (-108) $ (-525)) NIL (|has| (-108) (-1020))) (((-525) (-108) $) NIL (|has| (-108) (-1020))) (((-525) (-1 (-108) (-108)) $) NIL)) (-2175 (((-592 (-108)) $) NIL (|has| $ (-6 -4259)))) (-3307 (($ $ $) NIL)) (-3272 (($ $) NIL)) (-3087 (($ $ $) NIL)) (-3324 (($ (-713) (-108)) 8)) (-2909 (($ $ $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL)) (-3212 (($ $ $) NIL (|has| (-108) (-789))) (($ (-1 (-108) (-108) (-108)) $ $) NIL)) (-2617 (((-592 (-108)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL)) (-3069 (($ (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-108) (-108) (-108)) $ $) NIL) (($ (-1 (-108) (-108)) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2594 (($ $ $ (-525)) NIL) (($ (-108) $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-108) $) NIL (|has| (-525) (-789)))) (-4202 (((-3 (-108) "failed") (-1 (-108) (-108)) $) NIL)) (-3453 (($ $ (-108)) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-108)) (-592 (-108))) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-108) (-108)) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-273 (-108))) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-592 (-273 (-108)))) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-1717 (((-592 (-108)) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 (($ $ (-1141 (-525))) NIL) (((-108) $ (-525)) NIL) (((-108) $ (-525) (-108)) NIL)) (-2139 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-4002 (((-713) (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020)))) (((-713) (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-108) (-567 (-501))))) (-4114 (($ (-592 (-108))) NIL)) (-2035 (($ (-592 $)) NIL) (($ $ $) NIL) (($ (-108) $) NIL) (($ $ (-108)) NIL)) (-4100 (((-798) $) NIL)) (-1373 (($ (-713) (-108)) 9)) (-2706 (((-108) (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-3944 (($ $ $) NIL)) (-3706 (($ $) NIL)) (-3836 (($ $ $) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-3826 (($ $ $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-106) (-13 (-119) (-10 -8 (-15 -1373 ($ (-713) (-108)))))) (T -106))
-((-1373 (*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *3 (-108)) (-5 *1 (-106)))))
-(-13 (-119) (-10 -8 (-15 -1373 ($ (-713) (-108)))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#1| $) 23) (($ $ |#2|) 26)))
-(((-107 |#1| |#2|) (-131) (-977) (-977)) (T -107))
-NIL
-(-13 (-594 |t#1|) (-983 |t#2|) (-10 -7 (-6 -4254) (-6 -4253)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-983 |#2|) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2026 (($ $) 11)) (-2532 (($ $ $) 16)) (-3929 (($) 7 T CONST)) (-2085 (($ $) 6)) (-1613 (((-713)) 25)) (-1903 (($) 31)) (-3307 (($ $ $) 14)) (-3272 (($ $) 9)) (-3087 (($ $ $) 17)) (-2909 (($ $ $) 18)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-3685 (((-856) $) 30)) (-1289 (((-1075) $) NIL)) (-1722 (($ (-856)) 29)) (-2513 (($ $ $) 21)) (-3993 (((-1039) $) NIL)) (-2780 (($) 8 T CONST)) (-3592 (($ $ $) 22)) (-2069 (((-501) $) 37)) (-4100 (((-798) $) 40)) (-3944 (($ $ $) 12)) (-3706 (($ $) 10)) (-3836 (($ $ $) 15)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 20)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 23)) (-3826 (($ $ $) 13)))
-(((-108) (-13 (-789) (-346) (-607) (-901) (-567 (-501)) (-10 -8 (-15 -3929 ($) -2247) (-15 -2780 ($) -2247) (-15 -3706 ($ $)) (-15 -2532 ($ $ $)) (-15 -2909 ($ $ $)) (-15 -3087 ($ $ $)) (-15 -2085 ($ $))))) (T -108))
-((-3929 (*1 *1) (-5 *1 (-108))) (-2780 (*1 *1) (-5 *1 (-108))) (-3706 (*1 *1 *1) (-5 *1 (-108))) (-2532 (*1 *1 *1 *1) (-5 *1 (-108))) (-2909 (*1 *1 *1 *1) (-5 *1 (-108))) (-3087 (*1 *1 *1 *1) (-5 *1 (-108))) (-2085 (*1 *1 *1) (-5 *1 (-108))))
-(-13 (-789) (-346) (-607) (-901) (-567 (-501)) (-10 -8 (-15 -3929 ($) -2247) (-15 -2780 ($) -2247) (-15 -3706 ($ $)) (-15 -2532 ($ $ $)) (-15 -2909 ($ $ $)) (-15 -3087 ($ $ $)) (-15 -2085 ($ $))))
-((-4076 (((-3 (-1 |#1| (-592 |#1|)) "failed") (-110)) 19) (((-110) (-110) (-1 |#1| |#1|)) 13) (((-110) (-110) (-1 |#1| (-592 |#1|))) 11) (((-3 |#1| "failed") (-110) (-592 |#1|)) 21)) (-2241 (((-3 (-592 (-1 |#1| (-592 |#1|))) "failed") (-110)) 25) (((-110) (-110) (-1 |#1| |#1|)) 30) (((-110) (-110) (-592 (-1 |#1| (-592 |#1|)))) 26)) (-2443 (((-110) |#1|) 56 (|has| |#1| (-789)))) (-4142 (((-3 |#1| "failed") (-110)) 50 (|has| |#1| (-789)))))
-(((-109 |#1|) (-10 -7 (-15 -4076 ((-3 |#1| "failed") (-110) (-592 |#1|))) (-15 -4076 ((-110) (-110) (-1 |#1| (-592 |#1|)))) (-15 -4076 ((-110) (-110) (-1 |#1| |#1|))) (-15 -4076 ((-3 (-1 |#1| (-592 |#1|)) "failed") (-110))) (-15 -2241 ((-110) (-110) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2241 ((-110) (-110) (-1 |#1| |#1|))) (-15 -2241 ((-3 (-592 (-1 |#1| (-592 |#1|))) "failed") (-110))) (IF (|has| |#1| (-789)) (PROGN (-15 -2443 ((-110) |#1|)) (-15 -4142 ((-3 |#1| "failed") (-110)))) |%noBranch|)) (-1020)) (T -109))
-((-4142 (*1 *2 *3) (|partial| -12 (-5 *3 (-110)) (-4 *2 (-1020)) (-4 *2 (-789)) (-5 *1 (-109 *2)))) (-2443 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-109 *3)) (-4 *3 (-789)) (-4 *3 (-1020)))) (-2241 (*1 *2 *3) (|partial| -12 (-5 *3 (-110)) (-5 *2 (-592 (-1 *4 (-592 *4)))) (-5 *1 (-109 *4)) (-4 *4 (-1020)))) (-2241 (*1 *2 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1020)) (-5 *1 (-109 *4)))) (-2241 (*1 *2 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-592 (-1 *4 (-592 *4)))) (-4 *4 (-1020)) (-5 *1 (-109 *4)))) (-4076 (*1 *2 *3) (|partial| -12 (-5 *3 (-110)) (-5 *2 (-1 *4 (-592 *4))) (-5 *1 (-109 *4)) (-4 *4 (-1020)))) (-4076 (*1 *2 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1020)) (-5 *1 (-109 *4)))) (-4076 (*1 *2 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-1 *4 (-592 *4))) (-4 *4 (-1020)) (-5 *1 (-109 *4)))) (-4076 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-110)) (-5 *4 (-592 *2)) (-5 *1 (-109 *2)) (-4 *2 (-1020)))))
-(-10 -7 (-15 -4076 ((-3 |#1| "failed") (-110) (-592 |#1|))) (-15 -4076 ((-110) (-110) (-1 |#1| (-592 |#1|)))) (-15 -4076 ((-110) (-110) (-1 |#1| |#1|))) (-15 -4076 ((-3 (-1 |#1| (-592 |#1|)) "failed") (-110))) (-15 -2241 ((-110) (-110) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2241 ((-110) (-110) (-1 |#1| |#1|))) (-15 -2241 ((-3 (-592 (-1 |#1| (-592 |#1|))) "failed") (-110))) (IF (|has| |#1| (-789)) (PROGN (-15 -2443 ((-110) |#1|)) (-15 -4142 ((-3 |#1| "failed") (-110)))) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-4016 (((-713) $) 72) (($ $ (-713)) 30)) (-3716 (((-108) $) 32)) (-3440 (($ $ (-1075) (-716)) 26)) (-1449 (($ $ (-44 (-1075) (-716))) 15)) (-1495 (((-3 (-716) "failed") $ (-1075)) 25)) (-2123 (((-44 (-1075) (-716)) $) 14)) (-1386 (($ (-1092)) 17) (($ (-1092) (-713)) 22)) (-2624 (((-108) $) 31)) (-2295 (((-108) $) 33)) (-2411 (((-1092) $) 8)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-2412 (((-108) $ (-1092)) 10)) (-2750 (($ $ (-1 (-501) (-592 (-501)))) 52) (((-3 (-1 (-501) (-592 (-501))) "failed") $) 56)) (-3993 (((-1039) $) NIL)) (-2372 (((-108) $ (-1075)) 29)) (-4015 (($ $ (-1 (-108) $ $)) 35)) (-2701 (((-3 (-1 (-798) (-592 (-798))) "failed") $) 54) (($ $ (-1 (-798) (-592 (-798)))) 41) (($ $ (-1 (-798) (-798))) 43)) (-2469 (($ $ (-1075)) 45)) (-2503 (($ $) 63)) (-1405 (($ $ (-1 (-108) $ $)) 36)) (-4100 (((-798) $) 48)) (-2199 (($ $ (-1075)) 27)) (-3753 (((-3 (-713) "failed") $) 58)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 71)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 79)))
-(((-110) (-13 (-789) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -2123 ((-44 (-1075) (-716)) $)) (-15 -2503 ($ $)) (-15 -1386 ($ (-1092))) (-15 -1386 ($ (-1092) (-713))) (-15 -3753 ((-3 (-713) "failed") $)) (-15 -2624 ((-108) $)) (-15 -3716 ((-108) $)) (-15 -2295 ((-108) $)) (-15 -4016 ((-713) $)) (-15 -4016 ($ $ (-713))) (-15 -4015 ($ $ (-1 (-108) $ $))) (-15 -1405 ($ $ (-1 (-108) $ $))) (-15 -2701 ((-3 (-1 (-798) (-592 (-798))) "failed") $)) (-15 -2701 ($ $ (-1 (-798) (-592 (-798))))) (-15 -2701 ($ $ (-1 (-798) (-798)))) (-15 -2750 ($ $ (-1 (-501) (-592 (-501))))) (-15 -2750 ((-3 (-1 (-501) (-592 (-501))) "failed") $)) (-15 -2412 ((-108) $ (-1092))) (-15 -2372 ((-108) $ (-1075))) (-15 -2199 ($ $ (-1075))) (-15 -2469 ($ $ (-1075))) (-15 -1495 ((-3 (-716) "failed") $ (-1075))) (-15 -3440 ($ $ (-1075) (-716))) (-15 -1449 ($ $ (-44 (-1075) (-716))))))) (T -110))
-((-2411 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-110)))) (-2123 (*1 *2 *1) (-12 (-5 *2 (-44 (-1075) (-716))) (-5 *1 (-110)))) (-2503 (*1 *1 *1) (-5 *1 (-110))) (-1386 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-110)))) (-1386 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-713)) (-5 *1 (-110)))) (-3753 (*1 *2 *1) (|partial| -12 (-5 *2 (-713)) (-5 *1 (-110)))) (-2624 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-110)))) (-3716 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-110)))) (-2295 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-110)))) (-4016 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-110)))) (-4016 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-110)))) (-4015 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-108) (-110) (-110))) (-5 *1 (-110)))) (-1405 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-108) (-110) (-110))) (-5 *1 (-110)))) (-2701 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-798) (-592 (-798)))) (-5 *1 (-110)))) (-2701 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-798) (-592 (-798)))) (-5 *1 (-110)))) (-2701 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-798) (-798))) (-5 *1 (-110)))) (-2750 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-501) (-592 (-501)))) (-5 *1 (-110)))) (-2750 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-501) (-592 (-501)))) (-5 *1 (-110)))) (-2412 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-108)) (-5 *1 (-110)))) (-2372 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-108)) (-5 *1 (-110)))) (-2199 (*1 *1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-110)))) (-2469 (*1 *1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-110)))) (-1495 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1075)) (-5 *2 (-716)) (-5 *1 (-110)))) (-3440 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1075)) (-5 *3 (-716)) (-5 *1 (-110)))) (-1449 (*1 *1 *1 *2) (-12 (-5 *2 (-44 (-1075) (-716))) (-5 *1 (-110)))))
-(-13 (-789) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -2123 ((-44 (-1075) (-716)) $)) (-15 -2503 ($ $)) (-15 -1386 ($ (-1092))) (-15 -1386 ($ (-1092) (-713))) (-15 -3753 ((-3 (-713) "failed") $)) (-15 -2624 ((-108) $)) (-15 -3716 ((-108) $)) (-15 -2295 ((-108) $)) (-15 -4016 ((-713) $)) (-15 -4016 ($ $ (-713))) (-15 -4015 ($ $ (-1 (-108) $ $))) (-15 -1405 ($ $ (-1 (-108) $ $))) (-15 -2701 ((-3 (-1 (-798) (-592 (-798))) "failed") $)) (-15 -2701 ($ $ (-1 (-798) (-592 (-798))))) (-15 -2701 ($ $ (-1 (-798) (-798)))) (-15 -2750 ($ $ (-1 (-501) (-592 (-501))))) (-15 -2750 ((-3 (-1 (-501) (-592 (-501))) "failed") $)) (-15 -2412 ((-108) $ (-1092))) (-15 -2372 ((-108) $ (-1075))) (-15 -2199 ($ $ (-1075))) (-15 -2469 ($ $ (-1075))) (-15 -1495 ((-3 (-716) "failed") $ (-1075))) (-15 -3440 ($ $ (-1075) (-716))) (-15 -1449 ($ $ (-44 (-1075) (-716))))))
-((-3556 (((-525) |#2|) 37)))
-(((-111 |#1| |#2|) (-10 -7 (-15 -3556 ((-525) |#2|))) (-13 (-341) (-968 (-385 (-525)))) (-1150 |#1|)) (T -111))
-((-3556 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-968 (-385 *2)))) (-5 *2 (-525)) (-5 *1 (-111 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -3556 ((-525) |#2|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $ (-525)) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-3378 (($ (-1088 (-525)) (-525)) NIL)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2840 (($ $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-4000 (((-713) $) NIL)) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2287 (((-525)) NIL)) (-2027 (((-525) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1397 (($ $ (-525)) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-3444 (((-1073 (-525)) $) NIL)) (-3926 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL)) (-2448 (((-713)) NIL)) (-1571 (((-108) $ $) NIL)) (-1485 (((-525) $ (-525)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL)))
-(((-112 |#1|) (-804 |#1|) (-525)) (T -112))
-NIL
-(-804 |#1|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 (((-112 |#1|) $) NIL (|has| (-112 |#1|) (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-112 |#1|) (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| (-112 |#1|) (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| (-112 |#1|) (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-112 |#1|) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (|has| (-112 |#1|) (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-112 |#1|) (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| (-112 |#1|) (-968 (-525))))) (-4105 (((-112 |#1|) $) NIL) (((-1092) $) NIL (|has| (-112 |#1|) (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| (-112 |#1|) (-968 (-525)))) (((-525) $) NIL (|has| (-112 |#1|) (-968 (-525))))) (-1498 (($ $) NIL) (($ (-525) $) NIL)) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-112 |#1|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-112 |#1|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-112 |#1|))) (|:| |vec| (-1174 (-112 |#1|)))) (-632 $) (-1174 $)) NIL) (((-632 (-112 |#1|)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-112 |#1|) (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| (-112 |#1|) (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-112 |#1|) (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-112 |#1|) (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 (((-112 |#1|) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| (-112 |#1|) (-1068)))) (-4079 (((-108) $) NIL (|has| (-112 |#1|) (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| (-112 |#1|) (-789)))) (-1609 (($ $ $) NIL (|has| (-112 |#1|) (-789)))) (-2016 (($ (-1 (-112 |#1|) (-112 |#1|)) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-112 |#1|) (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| (-112 |#1|) (-286)))) (-1340 (((-112 |#1|) $) NIL (|has| (-112 |#1|) (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-112 |#1|) (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-112 |#1|) (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 (-112 |#1|)) (-592 (-112 |#1|))) NIL (|has| (-112 |#1|) (-288 (-112 |#1|)))) (($ $ (-112 |#1|) (-112 |#1|)) NIL (|has| (-112 |#1|) (-288 (-112 |#1|)))) (($ $ (-273 (-112 |#1|))) NIL (|has| (-112 |#1|) (-288 (-112 |#1|)))) (($ $ (-592 (-273 (-112 |#1|)))) NIL (|has| (-112 |#1|) (-288 (-112 |#1|)))) (($ $ (-592 (-1092)) (-592 (-112 |#1|))) NIL (|has| (-112 |#1|) (-486 (-1092) (-112 |#1|)))) (($ $ (-1092) (-112 |#1|)) NIL (|has| (-112 |#1|) (-486 (-1092) (-112 |#1|))))) (-1927 (((-713) $) NIL)) (-3431 (($ $ (-112 |#1|)) NIL (|has| (-112 |#1|) (-265 (-112 |#1|) (-112 |#1|))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| (-112 |#1|) (-213))) (($ $ (-713)) NIL (|has| (-112 |#1|) (-213))) (($ $ (-1092)) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-1 (-112 |#1|) (-112 |#1|)) (-713)) NIL) (($ $ (-1 (-112 |#1|) (-112 |#1|))) NIL)) (-2874 (($ $) NIL)) (-4080 (((-112 |#1|) $) NIL)) (-2069 (((-827 (-525)) $) NIL (|has| (-112 |#1|) (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| (-112 |#1|) (-567 (-827 (-357))))) (((-501) $) NIL (|has| (-112 |#1|) (-567 (-501)))) (((-357) $) NIL (|has| (-112 |#1|) (-953))) (((-205) $) NIL (|has| (-112 |#1|) (-953)))) (-4070 (((-161 (-385 (-525))) $) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-112 |#1|) (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-112 |#1|)) NIL) (($ (-1092)) NIL (|has| (-112 |#1|) (-968 (-1092))))) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-112 |#1|) (-844))) (|has| (-112 |#1|) (-136))))) (-2448 (((-713)) NIL)) (-3064 (((-112 |#1|) $) NIL (|has| (-112 |#1|) (-510)))) (-1571 (((-108) $ $) NIL)) (-1485 (((-385 (-525)) $ (-525)) NIL)) (-2380 (($ $) NIL (|has| (-112 |#1|) (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $) NIL (|has| (-112 |#1|) (-213))) (($ $ (-713)) NIL (|has| (-112 |#1|) (-213))) (($ $ (-1092)) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-112 |#1|) (-835 (-1092)))) (($ $ (-1 (-112 |#1|) (-112 |#1|)) (-713)) NIL) (($ $ (-1 (-112 |#1|) (-112 |#1|))) NIL)) (-2830 (((-108) $ $) NIL (|has| (-112 |#1|) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-112 |#1|) (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| (-112 |#1|) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-112 |#1|) (-789)))) (-2880 (($ $ $) NIL) (($ (-112 |#1|) (-112 |#1|)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ (-112 |#1|) $) NIL) (($ $ (-112 |#1|)) NIL)))
-(((-113 |#1|) (-13 (-925 (-112 |#1|)) (-10 -8 (-15 -1485 ((-385 (-525)) $ (-525))) (-15 -4070 ((-161 (-385 (-525))) $)) (-15 -1498 ($ $)) (-15 -1498 ($ (-525) $)))) (-525)) (T -113))
-((-1485 (*1 *2 *1 *3) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-113 *4)) (-14 *4 *3) (-5 *3 (-525)))) (-4070 (*1 *2 *1) (-12 (-5 *2 (-161 (-385 (-525)))) (-5 *1 (-113 *3)) (-14 *3 (-525)))) (-1498 (*1 *1 *1) (-12 (-5 *1 (-113 *2)) (-14 *2 (-525)))) (-1498 (*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-113 *3)) (-14 *3 *2))))
-(-13 (-925 (-112 |#1|)) (-10 -8 (-15 -1485 ((-385 (-525)) $ (-525))) (-15 -4070 ((-161 (-385 (-525))) $)) (-15 -1498 ($ $)) (-15 -1498 ($ (-525) $))))
-((-1233 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 49) (($ $ "right" $) 51)) (-3994 (((-592 $) $) 27)) (-3569 (((-108) $ $) 32)) (-3198 (((-108) |#2| $) 36)) (-2010 (((-592 |#2|) $) 22)) (-3506 (((-108) $) 16)) (-3431 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-3953 (((-108) $) 45)) (-4100 (((-798) $) 41)) (-3576 (((-592 $) $) 28)) (-2775 (((-108) $ $) 34)) (-2827 (((-713) $) 43)))
-(((-114 |#1| |#2|) (-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -1233 (|#1| |#1| "right" |#1|)) (-15 -1233 (|#1| |#1| "left" |#1|)) (-15 -3431 (|#1| |#1| "right")) (-15 -3431 (|#1| |#1| "left")) (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -3569 ((-108) |#1| |#1|)) (-15 -2010 ((-592 |#2|) |#1|)) (-15 -3953 ((-108) |#1|)) (-15 -3431 (|#2| |#1| "value")) (-15 -3506 ((-108) |#1|)) (-15 -3994 ((-592 |#1|) |#1|)) (-15 -3576 ((-592 |#1|) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -3198 ((-108) |#2| |#1|)) (-15 -2827 ((-713) |#1|))) (-115 |#2|) (-1128)) (T -114))
-NIL
-(-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -1233 (|#1| |#1| "right" |#1|)) (-15 -1233 (|#1| |#1| "left" |#1|)) (-15 -3431 (|#1| |#1| "right")) (-15 -3431 (|#1| |#1| "left")) (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -3569 ((-108) |#1| |#1|)) (-15 -2010 ((-592 |#2|) |#1|)) (-15 -3953 ((-108) |#1|)) (-15 -3431 (|#2| |#1| "value")) (-15 -3506 ((-108) |#1|)) (-15 -3994 ((-592 |#1|) |#1|)) (-15 -3576 ((-592 |#1|) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -3198 ((-108) |#2| |#1|)) (-15 -2827 ((-713) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-2314 (($ $ $) 52 (|has| $ (-6 -4260)))) (-4089 (($ $ $) 54 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260))) (($ $ "left" $) 55 (|has| $ (-6 -4260))) (($ $ "right" $) 53 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2475 (($) 7 T CONST)) (-3446 (($ $) 57)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-3436 (($ $) 59)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-1707 (((-525) $ $) 44)) (-3953 (((-108) $) 46)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-115 |#1|) (-131) (-1128)) (T -115))
-((-3436 (*1 *1 *1) (-12 (-4 *1 (-115 *2)) (-4 *2 (-1128)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-115 *3)) (-4 *3 (-1128)))) (-3446 (*1 *1 *1) (-12 (-4 *1 (-115 *2)) (-4 *2 (-1128)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-115 *3)) (-4 *3 (-1128)))) (-1233 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4260)) (-4 *1 (-115 *3)) (-4 *3 (-1128)))) (-4089 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-115 *2)) (-4 *2 (-1128)))) (-1233 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4260)) (-4 *1 (-115 *3)) (-4 *3 (-1128)))) (-2314 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-115 *2)) (-4 *2 (-1128)))))
-(-13 (-942 |t#1|) (-10 -8 (-15 -3436 ($ $)) (-15 -3431 ($ $ "left")) (-15 -3446 ($ $)) (-15 -3431 ($ $ "right")) (IF (|has| $ (-6 -4260)) (PROGN (-15 -1233 ($ $ "left" $)) (-15 -4089 ($ $ $)) (-15 -1233 ($ $ "right" $)) (-15 -2314 ($ $ $))) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-942 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-4019 (((-108) |#1|) 24)) (-1250 (((-713) (-713)) 23) (((-713)) 22)) (-2317 (((-108) |#1| (-108)) 25) (((-108) |#1|) 26)))
-(((-116 |#1|) (-10 -7 (-15 -2317 ((-108) |#1|)) (-15 -2317 ((-108) |#1| (-108))) (-15 -1250 ((-713))) (-15 -1250 ((-713) (-713))) (-15 -4019 ((-108) |#1|))) (-1150 (-525))) (T -116))
-((-4019 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))) (-1250 (*1 *2 *2) (-12 (-5 *2 (-713)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))) (-1250 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))) (-2317 (*1 *2 *3 *2) (-12 (-5 *2 (-108)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))) (-2317 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))))
-(-10 -7 (-15 -2317 ((-108) |#1|)) (-15 -2317 ((-108) |#1| (-108))) (-15 -1250 ((-713))) (-15 -1250 ((-713) (-713))) (-15 -4019 ((-108) |#1|)))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) 15)) (-3224 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 22)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-2314 (($ $ $) 18 (|has| $ (-6 -4260)))) (-4089 (($ $ $) 20 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) (($ $ "left" $) NIL (|has| $ (-6 -4260))) (($ $ "right" $) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-3446 (($ $) 17)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1214 (($ $ |#1| $) 23)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-3436 (($ $) 19)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-1861 (($ |#1| $) 24)) (-3246 (($ |#1| $) 10)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 14)) (-1558 (($) 8)) (-3431 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1707 (((-525) $ $) NIL)) (-3953 (((-108) $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2922 (($ (-592 |#1|)) 12)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-117 |#1|) (-13 (-121 |#1|) (-10 -8 (-6 -4260) (-6 -4259) (-15 -2922 ($ (-592 |#1|))) (-15 -3246 ($ |#1| $)) (-15 -1861 ($ |#1| $)) (-15 -3224 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-789)) (T -117))
-((-2922 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-117 *3)))) (-3246 (*1 *1 *2 *1) (-12 (-5 *1 (-117 *2)) (-4 *2 (-789)))) (-1861 (*1 *1 *2 *1) (-12 (-5 *1 (-117 *2)) (-4 *2 (-789)))) (-3224 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-117 *3)) (|:| |greater| (-117 *3)))) (-5 *1 (-117 *3)) (-4 *3 (-789)))))
-(-13 (-121 |#1|) (-10 -8 (-6 -4260) (-6 -4259) (-15 -2922 ($ (-592 |#1|))) (-15 -3246 ($ |#1| $)) (-15 -1861 ($ |#1| $)) (-15 -3224 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
-((-2026 (($ $) 14)) (-3272 (($ $) 11)) (-3087 (($ $ $) 24)) (-2909 (($ $ $) 22)) (-3706 (($ $) 12)) (-3836 (($ $ $) 20)) (-3826 (($ $ $) 18)))
-(((-118 |#1|) (-10 -8 (-15 -3087 (|#1| |#1| |#1|)) (-15 -2909 (|#1| |#1| |#1|)) (-15 -3706 (|#1| |#1|)) (-15 -3272 (|#1| |#1|)) (-15 -2026 (|#1| |#1|)) (-15 -3826 (|#1| |#1| |#1|)) (-15 -3836 (|#1| |#1| |#1|))) (-119)) (T -118))
-NIL
-(-10 -8 (-15 -3087 (|#1| |#1| |#1|)) (-15 -2909 (|#1| |#1| |#1|)) (-15 -3706 (|#1| |#1|)) (-15 -3272 (|#1| |#1|)) (-15 -2026 (|#1| |#1|)) (-15 -3826 (|#1| |#1| |#1|)) (-15 -3836 (|#1| |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2026 (($ $) 104)) (-2532 (($ $ $) 25)) (-3289 (((-1179) $ (-525) (-525)) 67 (|has| $ (-6 -4260)))) (-2358 (((-108) $) 99 (|has| (-108) (-789))) (((-108) (-1 (-108) (-108) (-108)) $) 93)) (-2436 (($ $) 103 (-12 (|has| (-108) (-789)) (|has| $ (-6 -4260)))) (($ (-1 (-108) (-108) (-108)) $) 102 (|has| $ (-6 -4260)))) (-1842 (($ $) 98 (|has| (-108) (-789))) (($ (-1 (-108) (-108) (-108)) $) 92)) (-3779 (((-108) $ (-713)) 38)) (-1233 (((-108) $ (-1141 (-525)) (-108)) 89 (|has| $ (-6 -4260))) (((-108) $ (-525) (-108)) 55 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-108)) $) 72 (|has| $ (-6 -4259)))) (-2475 (($) 39 T CONST)) (-2670 (($ $) 101 (|has| $ (-6 -4260)))) (-1652 (($ $) 91)) (-1681 (($ $) 69 (-12 (|has| (-108) (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ (-1 (-108) (-108)) $) 73 (|has| $ (-6 -4259))) (($ (-108) $) 70 (-12 (|has| (-108) (-1020)) (|has| $ (-6 -4259))))) (-3504 (((-108) (-1 (-108) (-108) (-108)) $) 75 (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-108) (-108)) $ (-108)) 74 (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-108) (-108)) $ (-108) (-108)) 71 (-12 (|has| (-108) (-1020)) (|has| $ (-6 -4259))))) (-3081 (((-108) $ (-525) (-108)) 54 (|has| $ (-6 -4260)))) (-3017 (((-108) $ (-525)) 56)) (-3856 (((-525) (-108) $ (-525)) 96 (|has| (-108) (-1020))) (((-525) (-108) $) 95 (|has| (-108) (-1020))) (((-525) (-1 (-108) (-108)) $) 94)) (-2175 (((-592 (-108)) $) 46 (|has| $ (-6 -4259)))) (-3307 (($ $ $) 26)) (-3272 (($ $) 31)) (-3087 (($ $ $) 28)) (-3324 (($ (-713) (-108)) 78)) (-2909 (($ $ $) 29)) (-2516 (((-108) $ (-713)) 37)) (-1732 (((-525) $) 64 (|has| (-525) (-789)))) (-3033 (($ $ $) 13)) (-3212 (($ $ $) 97 (|has| (-108) (-789))) (($ (-1 (-108) (-108) (-108)) $ $) 90)) (-2617 (((-592 (-108)) $) 47 (|has| $ (-6 -4259)))) (-3198 (((-108) (-108) $) 49 (-12 (|has| (-108) (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 63 (|has| (-525) (-789)))) (-1609 (($ $ $) 14)) (-3069 (($ (-1 (-108) (-108)) $) 42 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-108) (-108) (-108)) $ $) 83) (($ (-1 (-108) (-108)) $) 41)) (-4028 (((-108) $ (-713)) 36)) (-1289 (((-1075) $) 9)) (-2594 (($ $ $ (-525)) 88) (($ (-108) $ (-525)) 87)) (-3177 (((-592 (-525)) $) 61)) (-3461 (((-108) (-525) $) 60)) (-3993 (((-1039) $) 10)) (-1647 (((-108) $) 65 (|has| (-525) (-789)))) (-4202 (((-3 (-108) "failed") (-1 (-108) (-108)) $) 76)) (-3453 (($ $ (-108)) 66 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-108)) $) 44 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-108)) (-592 (-108))) 53 (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-108) (-108)) 52 (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-273 (-108))) 51 (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-592 (-273 (-108)))) 50 (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020))))) (-1231 (((-108) $ $) 32)) (-2456 (((-108) (-108) $) 62 (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-1717 (((-592 (-108)) $) 59)) (-3479 (((-108) $) 35)) (-1558 (($) 34)) (-3431 (($ $ (-1141 (-525))) 84) (((-108) $ (-525)) 58) (((-108) $ (-525) (-108)) 57)) (-2139 (($ $ (-1141 (-525))) 86) (($ $ (-525)) 85)) (-4002 (((-713) (-108) $) 48 (-12 (|has| (-108) (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) (-108)) $) 45 (|has| $ (-6 -4259)))) (-3632 (($ $ $ (-525)) 100 (|has| $ (-6 -4260)))) (-2503 (($ $) 33)) (-2069 (((-501) $) 68 (|has| (-108) (-567 (-501))))) (-4114 (($ (-592 (-108))) 77)) (-2035 (($ (-592 $)) 82) (($ $ $) 81) (($ (-108) $) 80) (($ $ (-108)) 79)) (-4100 (((-798) $) 11)) (-2706 (((-108) (-1 (-108) (-108)) $) 43 (|has| $ (-6 -4259)))) (-3944 (($ $ $) 27)) (-3706 (($ $) 30)) (-3836 (($ $ $) 106)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-3826 (($ $ $) 105)) (-2827 (((-713) $) 40 (|has| $ (-6 -4259)))))
-(((-119) (-131)) (T -119))
-((-3272 (*1 *1 *1) (-4 *1 (-119))) (-3706 (*1 *1 *1) (-4 *1 (-119))) (-2909 (*1 *1 *1 *1) (-4 *1 (-119))) (-3087 (*1 *1 *1 *1) (-4 *1 (-119))) (-3944 (*1 *1 *1 *1) (-4 *1 (-119))) (-3307 (*1 *1 *1 *1) (-4 *1 (-119))) (-2532 (*1 *1 *1 *1) (-4 *1 (-119))))
-(-13 (-789) (-607) (-19 (-108)) (-10 -8 (-15 -3272 ($ $)) (-15 -3706 ($ $)) (-15 -2909 ($ $ $)) (-15 -3087 ($ $ $)) (-15 -3944 ($ $ $)) (-15 -3307 ($ $ $)) (-15 -2532 ($ $ $))))
-(((-33) . T) ((-97) . T) ((-566 (-798)) . T) ((-142 #0=(-108)) . T) ((-567 (-501)) |has| (-108) (-567 (-501))) ((-265 #1=(-525) #0#) . T) ((-267 #1# #0#) . T) ((-288 #0#) -12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020))) ((-351 #0#) . T) ((-464 #0#) . T) ((-558 #1# #0#) . T) ((-486 #0# #0#) -12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020))) ((-597 #0#) . T) ((-607) . T) ((-19 #0#) . T) ((-789) . T) ((-1020) . T) ((-1128) . T))
-((-3069 (($ (-1 |#2| |#2|) $) 22)) (-2503 (($ $) 16)) (-2827 (((-713) $) 24)))
-(((-120 |#1| |#2|) (-10 -8 (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -2503 (|#1| |#1|))) (-121 |#2|) (-1020)) (T -120))
-NIL
-(-10 -8 (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -2503 (|#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-2314 (($ $ $) 52 (|has| $ (-6 -4260)))) (-4089 (($ $ $) 54 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260))) (($ $ "left" $) 55 (|has| $ (-6 -4260))) (($ $ "right" $) 53 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2475 (($) 7 T CONST)) (-3446 (($ $) 57)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-1214 (($ $ |#1| $) 60)) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-3436 (($ $) 59)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-1707 (((-525) $ $) 44)) (-3953 (((-108) $) 46)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-121 |#1|) (-131) (-1020)) (T -121))
-((-1214 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1020)))))
-(-13 (-115 |t#1|) (-10 -8 (-6 -4260) (-6 -4259) (-15 -1214 ($ $ |t#1| $))))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-115 |#1|) . T) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-942 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) 15)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) 19 (|has| $ (-6 -4260)))) (-2314 (($ $ $) 20 (|has| $ (-6 -4260)))) (-4089 (($ $ $) 18 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) (($ $ "left" $) NIL (|has| $ (-6 -4260))) (($ $ "right" $) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-3446 (($ $) 21)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1214 (($ $ |#1| $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-3436 (($ $) NIL)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3246 (($ |#1| $) 10)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 14)) (-1558 (($) 8)) (-3431 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1707 (((-525) $ $) NIL)) (-3953 (((-108) $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 17)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3501 (($ (-592 |#1|)) 12)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-122 |#1|) (-13 (-121 |#1|) (-10 -8 (-6 -4260) (-15 -3501 ($ (-592 |#1|))) (-15 -3246 ($ |#1| $)))) (-789)) (T -122))
-((-3501 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-122 *3)))) (-3246 (*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-789)))))
-(-13 (-121 |#1|) (-10 -8 (-6 -4260) (-15 -3501 ($ (-592 |#1|))) (-15 -3246 ($ |#1| $))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) 24)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) 26 (|has| $ (-6 -4260)))) (-2314 (($ $ $) 30 (|has| $ (-6 -4260)))) (-4089 (($ $ $) 28 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) (($ $ "left" $) NIL (|has| $ (-6 -4260))) (($ $ "right" $) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-3446 (($ $) 20)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1214 (($ $ |#1| $) 15)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-3436 (($ $) 19)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) 21)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 18)) (-1558 (($) 11)) (-3431 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1707 (((-525) $ $) NIL)) (-3953 (((-108) $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2804 (($ |#1|) 17) (($ $ |#1| $) 16)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 10 (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-123 |#1|) (-13 (-121 |#1|) (-10 -8 (-15 -2804 ($ |#1|)) (-15 -2804 ($ $ |#1| $)))) (-1020)) (T -123))
-((-2804 (*1 *1 *2) (-12 (-5 *1 (-123 *2)) (-4 *2 (-1020)))) (-2804 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-1020)))))
-(-13 (-121 |#1|) (-10 -8 (-15 -2804 ($ |#1|)) (-15 -2804 ($ $ |#1| $))))
-((-4087 (((-108) $ $) NIL (|has| (-125) (-1020)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) (-125) (-125)) $) NIL) (((-108) $) NIL (|has| (-125) (-789)))) (-2436 (($ (-1 (-108) (-125) (-125)) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| (-125) (-789))))) (-1842 (($ (-1 (-108) (-125) (-125)) $) NIL) (($ $) NIL (|has| (-125) (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 (((-125) $ (-525) (-125)) NIL (|has| $ (-6 -4260))) (((-125) $ (-1141 (-525)) (-125)) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-125)) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-125) (-1020))))) (-2698 (($ (-125) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-125) (-1020)))) (($ (-1 (-108) (-125)) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-125) (-1 (-125) (-125) (-125)) $ (-125) (-125)) NIL (-12 (|has| $ (-6 -4259)) (|has| (-125) (-1020)))) (((-125) (-1 (-125) (-125) (-125)) $ (-125)) NIL (|has| $ (-6 -4259))) (((-125) (-1 (-125) (-125) (-125)) $) NIL (|has| $ (-6 -4259)))) (-3081 (((-125) $ (-525) (-125)) NIL (|has| $ (-6 -4260)))) (-3017 (((-125) $ (-525)) NIL)) (-3856 (((-525) (-1 (-108) (-125)) $) NIL) (((-525) (-125) $) NIL (|has| (-125) (-1020))) (((-525) (-125) $ (-525)) NIL (|has| (-125) (-1020)))) (-2175 (((-592 (-125)) $) NIL (|has| $ (-6 -4259)))) (-3324 (($ (-713) (-125)) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| (-125) (-789)))) (-3212 (($ (-1 (-108) (-125) (-125)) $ $) NIL) (($ $ $) NIL (|has| (-125) (-789)))) (-2617 (((-592 (-125)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-125) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-125) (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-125) (-789)))) (-3069 (($ (-1 (-125) (-125)) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-125) (-125)) $) NIL) (($ (-1 (-125) (-125) (-125)) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| (-125) (-1020)))) (-2594 (($ (-125) $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| (-125) (-1020)))) (-1647 (((-125) $) NIL (|has| (-525) (-789)))) (-4202 (((-3 (-125) "failed") (-1 (-108) (-125)) $) NIL)) (-3453 (($ $ (-125)) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-125)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-125)))) NIL (-12 (|has| (-125) (-288 (-125))) (|has| (-125) (-1020)))) (($ $ (-273 (-125))) NIL (-12 (|has| (-125) (-288 (-125))) (|has| (-125) (-1020)))) (($ $ (-125) (-125)) NIL (-12 (|has| (-125) (-288 (-125))) (|has| (-125) (-1020)))) (($ $ (-592 (-125)) (-592 (-125))) NIL (-12 (|has| (-125) (-288 (-125))) (|has| (-125) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-125) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-125) (-1020))))) (-1717 (((-592 (-125)) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 (((-125) $ (-525) (-125)) NIL) (((-125) $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) (-125)) $) NIL (|has| $ (-6 -4259))) (((-713) (-125) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-125) (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-125) (-567 (-501))))) (-4114 (($ (-592 (-125))) NIL)) (-2035 (($ $ (-125)) NIL) (($ (-125) $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| (-125) (-566 (-798))))) (-2706 (((-108) (-1 (-108) (-125)) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| (-125) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-125) (-789)))) (-2775 (((-108) $ $) NIL (|has| (-125) (-1020)))) (-2817 (((-108) $ $) NIL (|has| (-125) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-125) (-789)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-124) (-19 (-125))) (T -124))
-NIL
-(-19 (-125))
-((-4087 (((-108) $ $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 12) (((-713) $) 9) (($ (-713)) 8)) (-2688 (($ (-713)) 7)) (-2269 (($ $ $) 16)) (-2257 (($ $ $) 15)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 14)))
-(((-125) (-13 (-789) (-566 (-713)) (-10 -8 (-15 -2688 ($ (-713))) (-15 -4100 ($ (-713))) (-15 -2257 ($ $ $)) (-15 -2269 ($ $ $))))) (T -125))
-((-2688 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-125)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-125)))) (-2257 (*1 *1 *1 *1) (-5 *1 (-125))) (-2269 (*1 *1 *1 *1) (-5 *1 (-125))))
-(-13 (-789) (-566 (-713)) (-10 -8 (-15 -2688 ($ (-713))) (-15 -4100 ($ (-713))) (-15 -2257 ($ $ $)) (-15 -2269 ($ $ $))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15)))
-(((-126) (-131)) (T -126))
-((-3222 (*1 *1 *1 *1) (|partial| -4 *1 (-126))))
-(-13 (-23) (-10 -8 (-15 -3222 ((-3 $ "failed") $ $))))
-(((-23) . T) ((-25) . T) ((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 7)) (-1835 (((-1179) $ (-713)) 19)) (-3856 (((-713) $) 20)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)))
-(((-127) (-131)) (T -127))
-((-3856 (*1 *2 *1) (-12 (-4 *1 (-127)) (-5 *2 (-713)))) (-1835 (*1 *2 *1 *3) (-12 (-4 *1 (-127)) (-5 *3 (-713)) (-5 *2 (-1179)))))
-(-13 (-789) (-10 -8 (-15 -3856 ((-713) $)) (-15 -1835 ((-1179) $ (-713)))))
-(((-97) . T) ((-566 (-798)) . T) ((-789) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 34)) (-2414 (((-108) $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-713) "failed") $) 40)) (-4105 (((-713) $) 38)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) 27)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3917 (((-108)) 41)) (-1736 (((-108) (-108)) 43)) (-3635 (((-108) $) 24)) (-2762 (((-108) $) 37)) (-4100 (((-798) $) 22) (($ (-713)) 14)) (-3706 (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (-3364 (($) 12 T CONST)) (-3375 (($) 11 T CONST)) (-2393 (($ (-713)) 15)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 25)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 26)) (-2871 (((-3 $ "failed") $ $) 30)) (-2860 (($ $ $) 28)) (** (($ $ (-713)) NIL) (($ $ (-856)) NIL) (($ $ $) 36)) (* (($ (-713) $) 33) (($ (-856) $) NIL) (($ $ $) 31)))
-(((-128) (-13 (-789) (-23) (-669) (-968 (-713)) (-10 -8 (-6 (-4261 "*")) (-15 -2871 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2393 ($ (-713))) (-15 -3635 ((-108) $)) (-15 -2762 ((-108) $)) (-15 -3917 ((-108))) (-15 -1736 ((-108) (-108)))))) (T -128))
-((-2871 (*1 *1 *1 *1) (|partial| -5 *1 (-128))) (** (*1 *1 *1 *1) (-5 *1 (-128))) (-2393 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-128)))) (-3635 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-128)))) (-2762 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-128)))) (-3917 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-128)))) (-1736 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-128)))))
-(-13 (-789) (-23) (-669) (-968 (-713)) (-10 -8 (-6 (-4261 "*")) (-15 -2871 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -2393 ($ (-713))) (-15 -3635 ((-108) $)) (-15 -2762 ((-108) $)) (-15 -3917 ((-108))) (-15 -1736 ((-108) (-108)))))
-((-3741 (((-130 |#1| |#2| |#4|) (-592 |#4|) (-130 |#1| |#2| |#3|)) 14)) (-2016 (((-130 |#1| |#2| |#4|) (-1 |#4| |#3|) (-130 |#1| |#2| |#3|)) 18)))
-(((-129 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3741 ((-130 |#1| |#2| |#4|) (-592 |#4|) (-130 |#1| |#2| |#3|))) (-15 -2016 ((-130 |#1| |#2| |#4|) (-1 |#4| |#3|) (-130 |#1| |#2| |#3|)))) (-525) (-713) (-160) (-160)) (T -129))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-130 *5 *6 *7)) (-14 *5 (-525)) (-14 *6 (-713)) (-4 *7 (-160)) (-4 *8 (-160)) (-5 *2 (-130 *5 *6 *8)) (-5 *1 (-129 *5 *6 *7 *8)))) (-3741 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-130 *5 *6 *7)) (-14 *5 (-525)) (-14 *6 (-713)) (-4 *7 (-160)) (-4 *8 (-160)) (-5 *2 (-130 *5 *6 *8)) (-5 *1 (-129 *5 *6 *7 *8)))))
-(-10 -7 (-15 -3741 ((-130 |#1| |#2| |#4|) (-592 |#4|) (-130 |#1| |#2| |#3|))) (-15 -2016 ((-130 |#1| |#2| |#4|) (-1 |#4| |#3|) (-130 |#1| |#2| |#3|))))
-((-4087 (((-108) $ $) NIL)) (-3057 (($ (-592 |#3|)) 40)) (-1730 (($ $) 99) (($ $ (-525) (-525)) 98)) (-2475 (($) 17)) (-1934 (((-3 |#3| "failed") $) 60)) (-4105 ((|#3| $) NIL)) (-3910 (($ $ (-592 (-525))) 100)) (-3733 (((-592 |#3|) $) 36)) (-3085 (((-713) $) 44)) (-3125 (($ $ $) 93)) (-3034 (($) 43)) (-1289 (((-1075) $) NIL)) (-2569 (($) 16)) (-3993 (((-1039) $) NIL)) (-3431 ((|#3| $) 46) ((|#3| $ (-525)) 47) ((|#3| $ (-525) (-525)) 48) ((|#3| $ (-525) (-525) (-525)) 49) ((|#3| $ (-525) (-525) (-525) (-525)) 50) ((|#3| $ (-592 (-525))) 52)) (-3529 (((-713) $) 45)) (-1978 (($ $ (-525) $ (-525)) 94) (($ $ (-525) (-525)) 96)) (-4100 (((-798) $) 67) (($ |#3|) 68) (($ (-220 |#2| |#3|)) 75) (($ (-1059 |#2| |#3|)) 78) (($ (-592 |#3|)) 53) (($ (-592 $)) 58)) (-3364 (($) 69 T CONST)) (-3375 (($) 70 T CONST)) (-2775 (((-108) $ $) 80)) (-2871 (($ $) 86) (($ $ $) 84)) (-2860 (($ $ $) 82)) (* (($ |#3| $) 91) (($ $ |#3|) 92) (($ $ (-525)) 89) (($ (-525) $) 88) (($ $ $) 95)))
-(((-130 |#1| |#2| |#3|) (-13 (-442 |#3| (-713)) (-447 (-525) (-713)) (-10 -8 (-15 -4100 ($ (-220 |#2| |#3|))) (-15 -4100 ($ (-1059 |#2| |#3|))) (-15 -4100 ($ (-592 |#3|))) (-15 -4100 ($ (-592 $))) (-15 -3085 ((-713) $)) (-15 -3431 (|#3| $)) (-15 -3431 (|#3| $ (-525))) (-15 -3431 (|#3| $ (-525) (-525))) (-15 -3431 (|#3| $ (-525) (-525) (-525))) (-15 -3431 (|#3| $ (-525) (-525) (-525) (-525))) (-15 -3431 (|#3| $ (-592 (-525)))) (-15 -3125 ($ $ $)) (-15 * ($ $ $)) (-15 -1978 ($ $ (-525) $ (-525))) (-15 -1978 ($ $ (-525) (-525))) (-15 -1730 ($ $)) (-15 -1730 ($ $ (-525) (-525))) (-15 -3910 ($ $ (-592 (-525)))) (-15 -2569 ($)) (-15 -3034 ($)) (-15 -3733 ((-592 |#3|) $)) (-15 -3057 ($ (-592 |#3|))) (-15 -2475 ($)))) (-525) (-713) (-160)) (T -130))
-((-3125 (*1 *1 *1 *1) (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713)) (-4 *4 (-160)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-220 *4 *5)) (-14 *4 (-713)) (-4 *5 (-160)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1059 *4 *5)) (-14 *4 (-713)) (-4 *5 (-160)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 *5)) (-4 *5 (-160)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)) (-14 *4 (-713)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-130 *3 *4 *5))) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)) (-14 *4 (-713)) (-4 *5 (-160)))) (-3085 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)) (-14 *4 *2) (-4 *5 (-160)))) (-3431 (*1 *2 *1) (-12 (-4 *2 (-160)) (-5 *1 (-130 *3 *4 *2)) (-14 *3 (-525)) (-14 *4 (-713)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-713)))) (-3431 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-713)))) (-3431 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-713)))) (-3431 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-713)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-592 (-525))) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2)) (-14 *4 (-525)) (-14 *5 (-713)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713)) (-4 *4 (-160)))) (-1978 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-713)) (-4 *5 (-160)))) (-1978 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-713)) (-4 *5 (-160)))) (-1730 (*1 *1 *1) (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713)) (-4 *4 (-160)))) (-1730 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-713)) (-4 *5 (-160)))) (-3910 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)) (-14 *4 (-713)) (-4 *5 (-160)))) (-2569 (*1 *1) (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713)) (-4 *4 (-160)))) (-3034 (*1 *1) (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713)) (-4 *4 (-160)))) (-3733 (*1 *2 *1) (-12 (-5 *2 (-592 *5)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)) (-14 *4 (-713)) (-4 *5 (-160)))) (-3057 (*1 *1 *2) (-12 (-5 *2 (-592 *5)) (-4 *5 (-160)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525)) (-14 *4 (-713)))) (-2475 (*1 *1) (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713)) (-4 *4 (-160)))))
-(-13 (-442 |#3| (-713)) (-447 (-525) (-713)) (-10 -8 (-15 -4100 ($ (-220 |#2| |#3|))) (-15 -4100 ($ (-1059 |#2| |#3|))) (-15 -4100 ($ (-592 |#3|))) (-15 -4100 ($ (-592 $))) (-15 -3085 ((-713) $)) (-15 -3431 (|#3| $)) (-15 -3431 (|#3| $ (-525))) (-15 -3431 (|#3| $ (-525) (-525))) (-15 -3431 (|#3| $ (-525) (-525) (-525))) (-15 -3431 (|#3| $ (-525) (-525) (-525) (-525))) (-15 -3431 (|#3| $ (-592 (-525)))) (-15 -3125 ($ $ $)) (-15 * ($ $ $)) (-15 -1978 ($ $ (-525) $ (-525))) (-15 -1978 ($ $ (-525) (-525))) (-15 -1730 ($ $)) (-15 -1730 ($ $ (-525) (-525))) (-15 -3910 ($ $ (-592 (-525)))) (-15 -2569 ($)) (-15 -3034 ($)) (-15 -3733 ((-592 |#3|) $)) (-15 -3057 ($ (-592 |#3|))) (-15 -2475 ($))))
-((-4100 (((-798) $) 7)))
-(((-131) (-566 (-798))) (T -131))
-NIL
-(-566 (-798))
-((-4087 (((-108) $ $) NIL)) (-2877 (($) 15 T CONST)) (-1320 (($) NIL (|has| (-135) (-346)))) (-1705 (($ $ $) 17) (($ $ (-135)) NIL) (($ (-135) $) NIL)) (-3907 (($ $ $) NIL)) (-4026 (((-108) $ $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1613 (((-713)) NIL (|has| (-135) (-346)))) (-2805 (($) NIL) (($ (-592 (-135))) NIL)) (-3050 (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-4205 (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259))) (($ (-135) $) 51 (|has| $ (-6 -4259)))) (-2698 (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259))) (($ (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-3504 (((-135) (-1 (-135) (-135) (-135)) $) NIL (|has| $ (-6 -4259))) (((-135) (-1 (-135) (-135) (-135)) $ (-135)) NIL (|has| $ (-6 -4259))) (((-135) (-1 (-135) (-135) (-135)) $ (-135) (-135)) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-1903 (($) NIL (|has| (-135) (-346)))) (-2175 (((-592 (-135)) $) 60 (|has| $ (-6 -4259)))) (-4207 (((-108) $ $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-3033 (((-135) $) NIL (|has| (-135) (-789)))) (-2617 (((-592 (-135)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-135) $) 26 (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-1609 (((-135) $) NIL (|has| (-135) (-789)))) (-3069 (($ (-1 (-135) (-135)) $) 59 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-135) (-135)) $) 55)) (-1904 (($) 16 T CONST)) (-3685 (((-856) $) NIL (|has| (-135) (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2913 (($ $ $) 29)) (-3577 (((-135) $) 52)) (-3246 (($ (-135) $) 50)) (-1722 (($ (-856)) NIL (|has| (-135) (-346)))) (-3044 (($) 14 T CONST)) (-3993 (((-1039) $) NIL)) (-4202 (((-3 (-135) "failed") (-1 (-108) (-135)) $) NIL)) (-2724 (((-135) $) 53)) (-1518 (((-108) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-135)) (-592 (-135))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-135) (-135)) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-273 (-135))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-592 (-273 (-135)))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 48)) (-3220 (($) 13 T CONST)) (-1292 (($ $ $) 31) (($ $ (-135)) NIL)) (-2637 (($ (-592 (-135))) NIL) (($) NIL)) (-4002 (((-713) (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020)))) (((-713) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-1075) $) 36) (((-501) $) NIL (|has| (-135) (-567 (-501)))) (((-592 (-135)) $) 34)) (-4114 (($ (-592 (-135))) NIL)) (-3189 (($ $) 32 (|has| (-135) (-346)))) (-4100 (((-798) $) 46)) (-1357 (($ (-1075)) 12) (($ (-592 (-135))) 43)) (-2763 (((-713) $) NIL)) (-2180 (($) 49) (($ (-592 (-135))) NIL)) (-3905 (($ (-592 (-135))) NIL)) (-2706 (((-108) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-1960 (($) 19 T CONST)) (-3384 (($) 18 T CONST)) (-2775 (((-108) $ $) 22)) (-2827 (((-713) $) 47 (|has| $ (-6 -4259)))))
-(((-132) (-13 (-1020) (-567 (-1075)) (-403 (-135)) (-567 (-592 (-135))) (-10 -8 (-15 -1357 ($ (-1075))) (-15 -1357 ($ (-592 (-135)))) (-15 -3220 ($) -2247) (-15 -3044 ($) -2247) (-15 -2877 ($) -2247) (-15 -1904 ($) -2247) (-15 -3384 ($) -2247) (-15 -1960 ($) -2247)))) (T -132))
-((-1357 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-132)))) (-1357 (*1 *1 *2) (-12 (-5 *2 (-592 (-135))) (-5 *1 (-132)))) (-3220 (*1 *1) (-5 *1 (-132))) (-3044 (*1 *1) (-5 *1 (-132))) (-2877 (*1 *1) (-5 *1 (-132))) (-1904 (*1 *1) (-5 *1 (-132))) (-3384 (*1 *1) (-5 *1 (-132))) (-1960 (*1 *1) (-5 *1 (-132))))
-(-13 (-1020) (-567 (-1075)) (-403 (-135)) (-567 (-592 (-135))) (-10 -8 (-15 -1357 ($ (-1075))) (-15 -1357 ($ (-592 (-135)))) (-15 -3220 ($) -2247) (-15 -3044 ($) -2247) (-15 -2877 ($) -2247) (-15 -1904 ($) -2247) (-15 -3384 ($) -2247) (-15 -1960 ($) -2247)))
-((-3999 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-2618 ((|#1| |#3|) 9)) (-2360 ((|#3| |#3|) 15)))
-(((-133 |#1| |#2| |#3|) (-10 -7 (-15 -2618 (|#1| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -3999 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-517) (-925 |#1|) (-351 |#2|)) (T -133))
-((-3999 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-925 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-133 *4 *5 *3)) (-4 *3 (-351 *5)))) (-2360 (*1 *2 *2) (-12 (-4 *3 (-517)) (-4 *4 (-925 *3)) (-5 *1 (-133 *3 *4 *2)) (-4 *2 (-351 *4)))) (-2618 (*1 *2 *3) (-12 (-4 *4 (-925 *2)) (-4 *2 (-517)) (-5 *1 (-133 *2 *4 *3)) (-4 *3 (-351 *4)))))
-(-10 -7 (-15 -2618 (|#1| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -3999 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-1922 (($ $ $) 8)) (-1606 (($ $) 7)) (-1494 (($ $ $) 6)))
-(((-134) (-131)) (T -134))
-((-1922 (*1 *1 *1 *1) (-4 *1 (-134))) (-1606 (*1 *1 *1) (-4 *1 (-134))) (-1494 (*1 *1 *1 *1) (-4 *1 (-134))))
-(-13 (-10 -8 (-15 -1494 ($ $ $)) (-15 -1606 ($ $)) (-15 -1922 ($ $ $))))
-((-4087 (((-108) $ $) NIL)) (-2622 (((-108) $) 30)) (-2877 (($ $) 43)) (-3555 (($) 17)) (-1613 (((-713)) 10)) (-1903 (($) 16)) (-2566 (($) 18)) (-2619 (((-713) $) 14)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1584 (((-108) $) 32)) (-1904 (($ $) 44)) (-3685 (((-856) $) 15)) (-1289 (((-1075) $) 38)) (-1722 (($ (-856)) 13)) (-2790 (((-108) $) 28)) (-3993 (((-1039) $) NIL)) (-3489 (($) 19)) (-3746 (((-108) $) 26)) (-4100 (((-798) $) 21)) (-3493 (($ (-713)) 11) (($ (-1075)) 42)) (-3171 (((-108) $) 36)) (-3445 (((-108) $) 34)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 7)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 8)))
-(((-135) (-13 (-783) (-10 -8 (-15 -2619 ((-713) $)) (-15 -3493 ($ (-713))) (-15 -3493 ($ (-1075))) (-15 -3555 ($)) (-15 -2566 ($)) (-15 -3489 ($)) (-15 -2877 ($ $)) (-15 -1904 ($ $)) (-15 -3746 ((-108) $)) (-15 -2790 ((-108) $)) (-15 -3445 ((-108) $)) (-15 -2622 ((-108) $)) (-15 -1584 ((-108) $)) (-15 -3171 ((-108) $))))) (T -135))
-((-2619 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-135)))) (-3493 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-135)))) (-3493 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-135)))) (-3555 (*1 *1) (-5 *1 (-135))) (-2566 (*1 *1) (-5 *1 (-135))) (-3489 (*1 *1) (-5 *1 (-135))) (-2877 (*1 *1 *1) (-5 *1 (-135))) (-1904 (*1 *1 *1) (-5 *1 (-135))) (-3746 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))) (-2790 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))) (-3445 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))) (-2622 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))) (-1584 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))) (-3171 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))))
-(-13 (-783) (-10 -8 (-15 -2619 ((-713) $)) (-15 -3493 ($ (-713))) (-15 -3493 ($ (-1075))) (-15 -3555 ($)) (-15 -2566 ($)) (-15 -3489 ($)) (-15 -2877 ($ $)) (-15 -1904 ($ $)) (-15 -3746 ((-108) $)) (-15 -2790 ((-108) $)) (-15 -3445 ((-108) $)) (-15 -2622 ((-108) $)) (-15 -1584 ((-108) $)) (-15 -3171 ((-108) $))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-1463 (((-3 $ "failed") $) 35)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-136) (-131)) (T -136))
-((-1463 (*1 *1 *1) (|partial| -4 *1 (-136))))
-(-13 (-977) (-10 -8 (-15 -1463 ((-3 $ "failed") $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-3153 ((|#1| (-632 |#1|) |#1|) 19)))
-(((-137 |#1|) (-10 -7 (-15 -3153 (|#1| (-632 |#1|) |#1|))) (-160)) (T -137))
-((-3153 (*1 *2 *3 *2) (-12 (-5 *3 (-632 *2)) (-4 *2 (-160)) (-5 *1 (-137 *2)))))
-(-10 -7 (-15 -3153 (|#1| (-632 |#1|) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-138) (-131)) (T -138))
-NIL
-(-13 (-977))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-3809 (((-2 (|:| -2168 (-713)) (|:| -2681 (-385 |#2|)) (|:| |radicand| |#2|)) (-385 |#2|) (-713)) 70)) (-1778 (((-3 (-2 (|:| |radicand| (-385 |#2|)) (|:| |deg| (-713))) "failed") |#3|) 52)) (-1476 (((-2 (|:| -2681 (-385 |#2|)) (|:| |poly| |#3|)) |#3|) 37)) (-1931 ((|#1| |#3| |#3|) 40)) (-2825 ((|#3| |#3| (-385 |#2|) (-385 |#2|)) 19)) (-1673 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-385 |#2|)) (|:| |c2| (-385 |#2|)) (|:| |deg| (-713))) |#3| |#3|) 49)))
-(((-139 |#1| |#2| |#3|) (-10 -7 (-15 -1476 ((-2 (|:| -2681 (-385 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1778 ((-3 (-2 (|:| |radicand| (-385 |#2|)) (|:| |deg| (-713))) "failed") |#3|)) (-15 -3809 ((-2 (|:| -2168 (-713)) (|:| -2681 (-385 |#2|)) (|:| |radicand| |#2|)) (-385 |#2|) (-713))) (-15 -1931 (|#1| |#3| |#3|)) (-15 -2825 (|#3| |#3| (-385 |#2|) (-385 |#2|))) (-15 -1673 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-385 |#2|)) (|:| |c2| (-385 |#2|)) (|:| |deg| (-713))) |#3| |#3|))) (-1132) (-1150 |#1|) (-1150 (-385 |#2|))) (T -139))
-((-1673 (*1 *2 *3 *3) (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-385 *5)) (|:| |c2| (-385 *5)) (|:| |deg| (-713)))) (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-1150 (-385 *5))))) (-2825 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-385 *5)) (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-5 *1 (-139 *4 *5 *2)) (-4 *2 (-1150 *3)))) (-1931 (*1 *2 *3 *3) (-12 (-4 *4 (-1150 *2)) (-4 *2 (-1132)) (-5 *1 (-139 *2 *4 *3)) (-4 *3 (-1150 (-385 *4))))) (-3809 (*1 *2 *3 *4) (-12 (-5 *3 (-385 *6)) (-4 *5 (-1132)) (-4 *6 (-1150 *5)) (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *3) (|:| |radicand| *6))) (-5 *1 (-139 *5 *6 *7)) (-5 *4 (-713)) (-4 *7 (-1150 *3)))) (-1778 (*1 *2 *3) (|partial| -12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| |radicand| (-385 *5)) (|:| |deg| (-713)))) (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-1150 (-385 *5))))) (-1476 (*1 *2 *3) (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| -2681 (-385 *5)) (|:| |poly| *3))) (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-1150 (-385 *5))))))
-(-10 -7 (-15 -1476 ((-2 (|:| -2681 (-385 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1778 ((-3 (-2 (|:| |radicand| (-385 |#2|)) (|:| |deg| (-713))) "failed") |#3|)) (-15 -3809 ((-2 (|:| -2168 (-713)) (|:| -2681 (-385 |#2|)) (|:| |radicand| |#2|)) (-385 |#2|) (-713))) (-15 -1931 (|#1| |#3| |#3|)) (-15 -2825 (|#3| |#3| (-385 |#2|) (-385 |#2|))) (-15 -1673 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-385 |#2|)) (|:| |c2| (-385 |#2|)) (|:| |deg| (-713))) |#3| |#3|)))
-((-3373 (((-3 (-592 (-1088 |#2|)) "failed") (-592 (-1088 |#2|)) (-1088 |#2|)) 32)))
-(((-140 |#1| |#2|) (-10 -7 (-15 -3373 ((-3 (-592 (-1088 |#2|)) "failed") (-592 (-1088 |#2|)) (-1088 |#2|)))) (-510) (-154 |#1|)) (T -140))
-((-3373 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 (-1088 *5))) (-5 *3 (-1088 *5)) (-4 *5 (-154 *4)) (-4 *4 (-510)) (-5 *1 (-140 *4 *5)))))
-(-10 -7 (-15 -3373 ((-3 (-592 (-1088 |#2|)) "failed") (-592 (-1088 |#2|)) (-1088 |#2|))))
-((-2399 (($ (-1 (-108) |#2|) $) 29)) (-1681 (($ $) 36)) (-2698 (($ (-1 (-108) |#2|) $) 27) (($ |#2| $) 32)) (-3504 ((|#2| (-1 |#2| |#2| |#2|) $) 22) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 24) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 34)) (-4202 (((-3 |#2| "failed") (-1 (-108) |#2|) $) 19)) (-1518 (((-108) (-1 (-108) |#2|) $) 16)) (-4002 (((-713) (-1 (-108) |#2|) $) 14) (((-713) |#2| $) NIL)) (-2706 (((-108) (-1 (-108) |#2|) $) 15)) (-2827 (((-713) $) 11)))
-(((-141 |#1| |#2|) (-10 -8 (-15 -1681 (|#1| |#1|)) (-15 -2698 (|#1| |#2| |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2399 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -2698 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -4202 ((-3 |#2| "failed") (-1 (-108) |#2|) |#1|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2827 ((-713) |#1|))) (-142 |#2|) (-1128)) (T -141))
-NIL
-(-10 -8 (-15 -1681 (|#1| |#1|)) (-15 -2698 (|#1| |#2| |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2399 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -2698 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -4202 ((-3 |#2| "failed") (-1 (-108) |#2|) |#1|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2827 ((-713) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-2399 (($ (-1 (-108) |#1|) $) 44 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1681 (($ $) 41 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ (-1 (-108) |#1|) $) 45 (|has| $ (-6 -4259))) (($ |#1| $) 42 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) 47 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 46 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 48)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 40 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 49)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-142 |#1|) (-131) (-1128)) (T -142))
-((-4114 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-4 *1 (-142 *3)))) (-4202 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-108) *2)) (-4 *1 (-142 *2)) (-4 *2 (-1128)))) (-3504 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *2)) (-4 *2 (-1128)))) (-3504 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *2)) (-4 *2 (-1128)))) (-2698 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *3)) (-4 *3 (-1128)))) (-2399 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *3)) (-4 *3 (-1128)))) (-3504 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1020)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *2)) (-4 *2 (-1128)))) (-2698 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-142 *2)) (-4 *2 (-1128)) (-4 *2 (-1020)))) (-1681 (*1 *1 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-142 *2)) (-4 *2 (-1128)) (-4 *2 (-1020)))))
-(-13 (-464 |t#1|) (-10 -8 (-15 -4114 ($ (-592 |t#1|))) (-15 -4202 ((-3 |t#1| "failed") (-1 (-108) |t#1|) $)) (IF (|has| $ (-6 -4259)) (PROGN (-15 -3504 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -3504 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2698 ($ (-1 (-108) |t#1|) $)) (-15 -2399 ($ (-1 (-108) |t#1|) $)) (IF (|has| |t#1| (-1020)) (PROGN (-15 -3504 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2698 ($ |t#1| $)) (-15 -1681 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) 86)) (-2278 (((-108) $) NIL)) (-1272 (($ |#2| (-592 (-856))) 56)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1939 (($ (-856)) 47)) (-3933 (((-128)) 23)) (-4100 (((-798) $) 69) (($ (-525)) 45) (($ |#2|) 46)) (-3136 ((|#2| $ (-592 (-856))) 59)) (-2448 (((-713)) 20)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 40 T CONST)) (-3375 (($) 43 T CONST)) (-2775 (((-108) $ $) 26)) (-2880 (($ $ |#2|) NIL)) (-2871 (($ $) 34) (($ $ $) 32)) (-2860 (($ $ $) 30)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 37) (($ $ $) 51) (($ |#2| $) 39) (($ $ |#2|) NIL)))
-(((-143 |#1| |#2| |#3|) (-13 (-977) (-37 |#2|) (-1181 |#2|) (-10 -8 (-15 -1939 ($ (-856))) (-15 -1272 ($ |#2| (-592 (-856)))) (-15 -3136 (|#2| $ (-592 (-856)))) (-15 -3300 ((-3 $ "failed") $)))) (-856) (-341) (-926 |#1| |#2|)) (T -143))
-((-3300 (*1 *1 *1) (|partial| -12 (-5 *1 (-143 *2 *3 *4)) (-14 *2 (-856)) (-4 *3 (-341)) (-14 *4 (-926 *2 *3)))) (-1939 (*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-143 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-341)) (-14 *5 (-926 *3 *4)))) (-1272 (*1 *1 *2 *3) (-12 (-5 *3 (-592 (-856))) (-5 *1 (-143 *4 *2 *5)) (-14 *4 (-856)) (-4 *2 (-341)) (-14 *5 (-926 *4 *2)))) (-3136 (*1 *2 *1 *3) (-12 (-5 *3 (-592 (-856))) (-4 *2 (-341)) (-5 *1 (-143 *4 *2 *5)) (-14 *4 (-856)) (-14 *5 (-926 *4 *2)))))
-(-13 (-977) (-37 |#2|) (-1181 |#2|) (-10 -8 (-15 -1939 ($ (-856))) (-15 -1272 ($ |#2| (-592 (-856)))) (-15 -3136 (|#2| $ (-592 (-856)))) (-15 -3300 ((-3 $ "failed") $))))
-((-1224 (((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-592 (-878 (-205)))) (-205) (-205) (-205) (-205)) 38)) (-1619 (((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862) (-385 (-525)) (-385 (-525))) 63) (((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862)) 64)) (-2042 (((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-592 (-878 (-205))))) 67) (((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-878 (-205)))) 66) (((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862) (-385 (-525)) (-385 (-525))) 58) (((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862)) 59)))
-(((-144) (-10 -7 (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862))) (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862) (-385 (-525)) (-385 (-525)))) (-15 -1619 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862))) (-15 -1619 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862) (-385 (-525)) (-385 (-525)))) (-15 -1224 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-592 (-878 (-205)))) (-205) (-205) (-205) (-205))) (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-878 (-205))))) (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-592 (-878 (-205)))))))) (T -144))
-((-2042 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205))))) (-5 *1 (-144)) (-5 *3 (-592 (-592 (-878 (-205))))))) (-2042 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205))))) (-5 *1 (-144)) (-5 *3 (-592 (-878 (-205)))))) (-1224 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-205)) (-5 *2 (-2 (|:| |brans| (-592 (-592 (-878 *4)))) (|:| |xValues| (-1015 *4)) (|:| |yValues| (-1015 *4)))) (-5 *1 (-144)) (-5 *3 (-592 (-592 (-878 *4)))))) (-1619 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-862)) (-5 *4 (-385 (-525))) (-5 *2 (-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205))))) (-5 *1 (-144)))) (-1619 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205))))) (-5 *1 (-144)))) (-2042 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-862)) (-5 *4 (-385 (-525))) (-5 *2 (-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205))))) (-5 *1 (-144)))) (-2042 (*1 *2 *3) (-12 (-5 *3 (-862)) (-5 *2 (-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205))))) (-5 *1 (-144)))))
-(-10 -7 (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862))) (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862) (-385 (-525)) (-385 (-525)))) (-15 -1619 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862))) (-15 -1619 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-862) (-385 (-525)) (-385 (-525)))) (-15 -1224 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-592 (-878 (-205)))) (-205) (-205) (-205) (-205))) (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-878 (-205))))) (-15 -2042 ((-2 (|:| |brans| (-592 (-592 (-878 (-205))))) (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))) (-592 (-592 (-878 (-205)))))))
-((-3842 (((-592 (-157 |#2|)) |#1| |#2|) 45)))
-(((-145 |#1| |#2|) (-10 -7 (-15 -3842 ((-592 (-157 |#2|)) |#1| |#2|))) (-1150 (-157 (-525))) (-13 (-341) (-787))) (T -145))
-((-3842 (*1 *2 *3 *4) (-12 (-5 *2 (-592 (-157 *4))) (-5 *1 (-145 *3 *4)) (-4 *3 (-1150 (-157 (-525)))) (-4 *4 (-13 (-341) (-787))))))
-(-10 -7 (-15 -3842 ((-592 (-157 |#2|)) |#1| |#2|)))
-((-4087 (((-108) $ $) NIL)) (-2699 (($) 16)) (-2327 (($) 15)) (-2812 (((-856)) 23)) (-1289 (((-1075) $) NIL)) (-2974 (((-525) $) 20)) (-3993 (((-1039) $) NIL)) (-3291 (($) 17)) (-3785 (($ (-525)) 24)) (-4100 (((-798) $) 30)) (-1502 (($) 18)) (-2775 (((-108) $ $) 14)) (-2860 (($ $ $) 13)) (* (($ (-856) $) 22) (($ (-205) $) 8)))
-(((-146) (-13 (-25) (-10 -8 (-15 * ($ (-856) $)) (-15 * ($ (-205) $)) (-15 -2860 ($ $ $)) (-15 -2327 ($)) (-15 -2699 ($)) (-15 -3291 ($)) (-15 -1502 ($)) (-15 -2974 ((-525) $)) (-15 -2812 ((-856))) (-15 -3785 ($ (-525)))))) (T -146))
-((-2860 (*1 *1 *1 *1) (-5 *1 (-146))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-856)) (-5 *1 (-146)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-146)))) (-2327 (*1 *1) (-5 *1 (-146))) (-2699 (*1 *1) (-5 *1 (-146))) (-3291 (*1 *1) (-5 *1 (-146))) (-1502 (*1 *1) (-5 *1 (-146))) (-2974 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-146)))) (-2812 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-146)))) (-3785 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-146)))))
-(-13 (-25) (-10 -8 (-15 * ($ (-856) $)) (-15 * ($ (-205) $)) (-15 -2860 ($ $ $)) (-15 -2327 ($)) (-15 -2699 ($)) (-15 -3291 ($)) (-15 -1502 ($)) (-15 -2974 ((-525) $)) (-15 -2812 ((-856))) (-15 -3785 ($ (-525)))))
-((-1354 ((|#2| |#2| (-1013 |#2|)) 88) ((|#2| |#2| (-1092)) 68)) (-3125 ((|#2| |#2| (-1013 |#2|)) 87) ((|#2| |#2| (-1092)) 67)) (-1922 ((|#2| |#2| |#2|) 27)) (-1386 (((-110) (-110)) 99)) (-4189 ((|#2| (-592 |#2|)) 117)) (-4093 ((|#2| (-592 |#2|)) 135)) (-3026 ((|#2| (-592 |#2|)) 125)) (-2248 ((|#2| |#2|) 123)) (-1679 ((|#2| (-592 |#2|)) 111)) (-3180 ((|#2| (-592 |#2|)) 112)) (-3438 ((|#2| (-592 |#2|)) 133)) (-2389 ((|#2| |#2| (-1092)) 56) ((|#2| |#2|) 55)) (-1606 ((|#2| |#2|) 23)) (-1494 ((|#2| |#2| |#2|) 26)) (-3954 (((-108) (-110)) 49)) (** ((|#2| |#2| |#2|) 41)))
-(((-147 |#1| |#2|) (-10 -7 (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 ** (|#2| |#2| |#2|)) (-15 -1494 (|#2| |#2| |#2|)) (-15 -1922 (|#2| |#2| |#2|)) (-15 -1606 (|#2| |#2|)) (-15 -2389 (|#2| |#2|)) (-15 -2389 (|#2| |#2| (-1092))) (-15 -1354 (|#2| |#2| (-1092))) (-15 -1354 (|#2| |#2| (-1013 |#2|))) (-15 -3125 (|#2| |#2| (-1092))) (-15 -3125 (|#2| |#2| (-1013 |#2|))) (-15 -2248 (|#2| |#2|)) (-15 -3438 (|#2| (-592 |#2|))) (-15 -3026 (|#2| (-592 |#2|))) (-15 -4093 (|#2| (-592 |#2|))) (-15 -1679 (|#2| (-592 |#2|))) (-15 -3180 (|#2| (-592 |#2|))) (-15 -4189 (|#2| (-592 |#2|)))) (-13 (-789) (-517)) (-408 |#1|)) (T -147))
-((-4189 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2)) (-4 *4 (-13 (-789) (-517))))) (-3180 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2)) (-4 *4 (-13 (-789) (-517))))) (-1679 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2)) (-4 *4 (-13 (-789) (-517))))) (-4093 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2)) (-4 *4 (-13 (-789) (-517))))) (-3026 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2)) (-4 *4 (-13 (-789) (-517))))) (-3438 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2)) (-4 *4 (-13 (-789) (-517))))) (-2248 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2)) (-4 *2 (-408 *3)))) (-3125 (*1 *2 *2 *3) (-12 (-5 *3 (-1013 *2)) (-4 *2 (-408 *4)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2)))) (-3125 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2)) (-4 *2 (-408 *4)))) (-1354 (*1 *2 *2 *3) (-12 (-5 *3 (-1013 *2)) (-4 *2 (-408 *4)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2)))) (-1354 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2)) (-4 *2 (-408 *4)))) (-2389 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2)) (-4 *2 (-408 *4)))) (-2389 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2)) (-4 *2 (-408 *3)))) (-1606 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2)) (-4 *2 (-408 *3)))) (-1922 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2)) (-4 *2 (-408 *3)))) (-1494 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2)) (-4 *2 (-408 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2)) (-4 *2 (-408 *3)))) (-1386 (*1 *2 *2) (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *4)) (-4 *4 (-408 *3)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108)) (-5 *1 (-147 *4 *5)) (-4 *5 (-408 *4)))))
-(-10 -7 (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 ** (|#2| |#2| |#2|)) (-15 -1494 (|#2| |#2| |#2|)) (-15 -1922 (|#2| |#2| |#2|)) (-15 -1606 (|#2| |#2|)) (-15 -2389 (|#2| |#2|)) (-15 -2389 (|#2| |#2| (-1092))) (-15 -1354 (|#2| |#2| (-1092))) (-15 -1354 (|#2| |#2| (-1013 |#2|))) (-15 -3125 (|#2| |#2| (-1092))) (-15 -3125 (|#2| |#2| (-1013 |#2|))) (-15 -2248 (|#2| |#2|)) (-15 -3438 (|#2| (-592 |#2|))) (-15 -3026 (|#2| (-592 |#2|))) (-15 -4093 (|#2| (-592 |#2|))) (-15 -1679 (|#2| (-592 |#2|))) (-15 -3180 (|#2| (-592 |#2|))) (-15 -4189 (|#2| (-592 |#2|))))
-((-2961 ((|#1| |#1| |#1|) 53)) (-3342 ((|#1| |#1| |#1|) 50)) (-1922 ((|#1| |#1| |#1|) 44)) (-2627 ((|#1| |#1|) 35)) (-1540 ((|#1| |#1| (-592 |#1|)) 43)) (-1606 ((|#1| |#1|) 37)) (-1494 ((|#1| |#1| |#1|) 40)))
-(((-148 |#1|) (-10 -7 (-15 -1494 (|#1| |#1| |#1|)) (-15 -1606 (|#1| |#1|)) (-15 -1540 (|#1| |#1| (-592 |#1|))) (-15 -2627 (|#1| |#1|)) (-15 -1922 (|#1| |#1| |#1|)) (-15 -3342 (|#1| |#1| |#1|)) (-15 -2961 (|#1| |#1| |#1|))) (-510)) (T -148))
-((-2961 (*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))) (-3342 (*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))) (-1922 (*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))) (-2627 (*1 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))) (-1540 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-510)) (-5 *1 (-148 *2)))) (-1606 (*1 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))) (-1494 (*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))))
-(-10 -7 (-15 -1494 (|#1| |#1| |#1|)) (-15 -1606 (|#1| |#1|)) (-15 -1540 (|#1| |#1| (-592 |#1|))) (-15 -2627 (|#1| |#1|)) (-15 -1922 (|#1| |#1| |#1|)) (-15 -3342 (|#1| |#1| |#1|)) (-15 -2961 (|#1| |#1| |#1|)))
-((-1354 (($ $ (-1092)) 12) (($ $ (-1013 $)) 11)) (-3125 (($ $ (-1092)) 10) (($ $ (-1013 $)) 9)) (-1922 (($ $ $) 8)) (-2389 (($ $) 14) (($ $ (-1092)) 13)) (-1606 (($ $) 7)) (-1494 (($ $ $) 6)))
-(((-149) (-131)) (T -149))
-((-2389 (*1 *1 *1) (-4 *1 (-149))) (-2389 (*1 *1 *1 *2) (-12 (-4 *1 (-149)) (-5 *2 (-1092)))) (-1354 (*1 *1 *1 *2) (-12 (-4 *1 (-149)) (-5 *2 (-1092)))) (-1354 (*1 *1 *1 *2) (-12 (-5 *2 (-1013 *1)) (-4 *1 (-149)))) (-3125 (*1 *1 *1 *2) (-12 (-4 *1 (-149)) (-5 *2 (-1092)))) (-3125 (*1 *1 *1 *2) (-12 (-5 *2 (-1013 *1)) (-4 *1 (-149)))))
-(-13 (-134) (-10 -8 (-15 -2389 ($ $)) (-15 -2389 ($ $ (-1092))) (-15 -1354 ($ $ (-1092))) (-15 -1354 ($ $ (-1013 $))) (-15 -3125 ($ $ (-1092))) (-15 -3125 ($ $ (-1013 $)))))
-(((-134) . T))
-((-4087 (((-108) $ $) NIL)) (-3923 (($ (-525)) 13) (($ $ $) 14)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 17)) (-2775 (((-108) $ $) 9)))
-(((-150) (-13 (-1020) (-10 -8 (-15 -3923 ($ (-525))) (-15 -3923 ($ $ $))))) (T -150))
-((-3923 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-150)))) (-3923 (*1 *1 *1 *1) (-5 *1 (-150))))
-(-13 (-1020) (-10 -8 (-15 -3923 ($ (-525))) (-15 -3923 ($ $ $))))
-((-1386 (((-110) (-1092)) 97)))
-(((-151) (-10 -7 (-15 -1386 ((-110) (-1092))))) (T -151))
-((-1386 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-110)) (-5 *1 (-151)))))
-(-10 -7 (-15 -1386 ((-110) (-1092))))
-((-2788 ((|#3| |#3|) 19)))
-(((-152 |#1| |#2| |#3|) (-10 -7 (-15 -2788 (|#3| |#3|))) (-977) (-1150 |#1|) (-1150 |#2|)) (T -152))
-((-2788 (*1 *2 *2) (-12 (-4 *3 (-977)) (-4 *4 (-1150 *3)) (-5 *1 (-152 *3 *4 *2)) (-4 *2 (-1150 *4)))))
-(-10 -7 (-15 -2788 (|#3| |#3|)))
-((-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 217)) (-2924 ((|#2| $) 96)) (-1803 (($ $) 245)) (-3659 (($ $) 239)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 40)) (-1781 (($ $) 243)) (-3638 (($ $) 237)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 |#2| "failed") $) 141)) (-4105 (((-525) $) NIL) (((-385 (-525)) $) NIL) ((|#2| $) 139)) (-1356 (($ $ $) 222)) (-3090 (((-632 (-525)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) 155) (((-632 |#2|) (-632 $)) 149)) (-3504 (($ (-1088 |#2|)) 119) (((-3 $ "failed") (-385 (-1088 |#2|))) NIL)) (-3300 (((-3 $ "failed") $) 209)) (-3306 (((-3 (-385 (-525)) "failed") $) 199)) (-1417 (((-108) $) 194)) (-1367 (((-385 (-525)) $) 197)) (-3085 (((-856)) 89)) (-1332 (($ $ $) 224)) (-3861 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 261)) (-4106 (($) 234)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 186) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 191)) (-2704 ((|#2| $) 94)) (-2021 (((-1088 |#2|) $) 121)) (-2016 (($ (-1 |#2| |#2|) $) 102)) (-2533 (($ $) 236)) (-3492 (((-1088 |#2|) $) 120)) (-1387 (($ $) 202)) (-1409 (($) 97)) (-3089 (((-396 (-1088 $)) (-1088 $)) 88)) (-3644 (((-396 (-1088 $)) (-1088 $)) 57)) (-1311 (((-3 $ "failed") $ |#2|) 204) (((-3 $ "failed") $ $) 207)) (-1618 (($ $) 235)) (-1927 (((-713) $) 219)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 229)) (-4115 ((|#2| (-1174 $)) NIL) ((|#2|) 91)) (-2702 (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) 113) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL) (($ $ (-713)) NIL) (($ $) NIL)) (-2013 (((-1088 |#2|)) 114)) (-1792 (($ $) 244)) (-3649 (($ $) 238)) (-2754 (((-1174 |#2|) $ (-1174 $)) 128) (((-632 |#2|) (-1174 $) (-1174 $)) NIL) (((-1174 |#2|) $) 110) (((-632 |#2|) (-1174 $)) NIL)) (-2069 (((-1174 |#2|) $) NIL) (($ (-1174 |#2|)) NIL) (((-1088 |#2|) $) NIL) (($ (-1088 |#2|)) NIL) (((-827 (-525)) $) 177) (((-827 (-357)) $) 181) (((-157 (-357)) $) 167) (((-157 (-205)) $) 162) (((-501) $) 173)) (-3055 (($ $) 98)) (-4100 (((-798) $) 138) (($ (-525)) NIL) (($ |#2|) NIL) (($ (-385 (-525))) NIL) (($ $) NIL)) (-3153 (((-1088 |#2|) $) 23)) (-2448 (((-713)) 100)) (-1876 (($ $) 248)) (-3853 (($ $) 242)) (-1853 (($ $) 246)) (-3808 (($ $) 240)) (-2136 ((|#2| $) 233)) (-1866 (($ $) 247)) (-3820 (($ $) 241)) (-2380 (($ $) 157)) (-2775 (((-108) $ $) 104)) (-2795 (((-108) $ $) 193)) (-2871 (($ $) 106) (($ $ $) NIL)) (-2860 (($ $ $) 105)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-385 (-525))) 267) (($ $ $) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 112) (($ $ $) 142) (($ $ |#2|) NIL) (($ |#2| $) 108) (($ (-385 (-525)) $) NIL) (($ $ (-385 (-525))) NIL)))
-(((-153 |#1| |#2|) (-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -4100 (|#1| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4011 ((-2 (|:| -1509 |#1|) (|:| -4246 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -1927 ((-713) |#1|)) (-15 -2494 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -1332 (|#1| |#1| |#1|)) (-15 -1356 (|#1| |#1| |#1|)) (-15 -1387 (|#1| |#1|)) (-15 ** (|#1| |#1| (-525))) (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2795 ((-108) |#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -2069 ((-157 (-205)) |#1|)) (-15 -2069 ((-157 (-357)) |#1|)) (-15 -3659 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3820 (|#1| |#1|)) (-15 -3808 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -1792 (|#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)) (-15 -1866 (|#1| |#1|)) (-15 -1853 (|#1| |#1|)) (-15 -1876 (|#1| |#1|)) (-15 -2533 (|#1| |#1|)) (-15 -1618 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4106 (|#1|)) (-15 ** (|#1| |#1| (-385 (-525)))) (-15 -3644 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3089 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -3861 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2136 (|#2| |#1|)) (-15 -2380 (|#1| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3055 (|#1| |#1|)) (-15 -1409 (|#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -3504 ((-3 |#1| "failed") (-385 (-1088 |#2|)))) (-15 -3492 ((-1088 |#2|) |#1|)) (-15 -2069 (|#1| (-1088 |#2|))) (-15 -3504 (|#1| (-1088 |#2|))) (-15 -2013 ((-1088 |#2|))) (-15 -3090 ((-632 |#2|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2069 ((-1088 |#2|) |#1|)) (-15 -4115 (|#2|)) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -2021 ((-1088 |#2|) |#1|)) (-15 -3153 ((-1088 |#2|) |#1|)) (-15 -4115 (|#2| (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -2704 (|#2| |#1|)) (-15 -2924 (|#2| |#1|)) (-15 -3085 ((-856))) (-15 -4100 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 ** (|#1| |#1| (-713))) (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-856))) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|))) (-154 |#2|) (-160)) (T -153))
-((-2448 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-713)) (-5 *1 (-153 *3 *4)) (-4 *3 (-154 *4)))) (-3085 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-856)) (-5 *1 (-153 *3 *4)) (-4 *3 (-154 *4)))) (-4115 (*1 *2) (-12 (-4 *2 (-160)) (-5 *1 (-153 *3 *2)) (-4 *3 (-154 *2)))) (-2013 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-1088 *4)) (-5 *1 (-153 *3 *4)) (-4 *3 (-154 *4)))))
-(-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -4100 (|#1| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4011 ((-2 (|:| -1509 |#1|) (|:| -4246 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -1927 ((-713) |#1|)) (-15 -2494 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -1332 (|#1| |#1| |#1|)) (-15 -1356 (|#1| |#1| |#1|)) (-15 -1387 (|#1| |#1|)) (-15 ** (|#1| |#1| (-525))) (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2795 ((-108) |#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -2069 ((-157 (-205)) |#1|)) (-15 -2069 ((-157 (-357)) |#1|)) (-15 -3659 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3820 (|#1| |#1|)) (-15 -3808 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -1792 (|#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)) (-15 -1866 (|#1| |#1|)) (-15 -1853 (|#1| |#1|)) (-15 -1876 (|#1| |#1|)) (-15 -2533 (|#1| |#1|)) (-15 -1618 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4106 (|#1|)) (-15 ** (|#1| |#1| (-385 (-525)))) (-15 -3644 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3089 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -3861 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -2136 (|#2| |#1|)) (-15 -2380 (|#1| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3055 (|#1| |#1|)) (-15 -1409 (|#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -3504 ((-3 |#1| "failed") (-385 (-1088 |#2|)))) (-15 -3492 ((-1088 |#2|) |#1|)) (-15 -2069 (|#1| (-1088 |#2|))) (-15 -3504 (|#1| (-1088 |#2|))) (-15 -2013 ((-1088 |#2|))) (-15 -3090 ((-632 |#2|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2069 ((-1088 |#2|) |#1|)) (-15 -4115 (|#2|)) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -2021 ((-1088 |#2|) |#1|)) (-15 -3153 ((-1088 |#2|) |#1|)) (-15 -4115 (|#2| (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -2704 (|#2| |#1|)) (-15 -2924 (|#2| |#1|)) (-15 -3085 ((-856))) (-15 -4100 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 ** (|#1| |#1| (-713))) (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-856))) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 93 (-2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-2433 (($ $) 94 (-2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-1568 (((-108) $) 96 (-2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-3855 (((-632 |#1|) (-1174 $)) 46) (((-632 |#1|)) 61)) (-2924 ((|#1| $) 52)) (-1803 (($ $) 228 (|has| |#1| (-1114)))) (-3659 (($ $) 211 (|has| |#1| (-1114)))) (-3395 (((-1102 (-856) (-713)) (-525)) 147 (|has| |#1| (-327)))) (-3222 (((-3 $ "failed") $ $) 19)) (-2426 (((-396 (-1088 $)) (-1088 $)) 242 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-4195 (($ $) 113 (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-3586 (((-396 $) $) 114 (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-4211 (($ $) 241 (-12 (|has| |#1| (-934)) (|has| |#1| (-1114))))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 245 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-1507 (((-108) $ $) 104 (|has| |#1| (-286)))) (-1613 (((-713)) 87 (|has| |#1| (-346)))) (-1781 (($ $) 227 (|has| |#1| (-1114)))) (-3638 (($ $) 212 (|has| |#1| (-1114)))) (-1828 (($ $) 226 (|has| |#1| (-1114)))) (-3698 (($ $) 213 (|has| |#1| (-1114)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 169 (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 167 (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 166)) (-4105 (((-525) $) 170 (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) 168 (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 165)) (-2580 (($ (-1174 |#1|) (-1174 $)) 48) (($ (-1174 |#1|)) 64)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 153 (|has| |#1| (-327)))) (-1356 (($ $ $) 108 (|has| |#1| (-286)))) (-1588 (((-632 |#1|) $ (-1174 $)) 53) (((-632 |#1|) $) 59)) (-3090 (((-632 (-525)) (-632 $)) 164 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 163 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 162) (((-632 |#1|) (-632 $)) 161)) (-3504 (($ (-1088 |#1|)) 158) (((-3 $ "failed") (-385 (-1088 |#1|))) 155 (|has| |#1| (-341)))) (-3300 (((-3 $ "failed") $) 34)) (-4220 ((|#1| $) 253)) (-3306 (((-3 (-385 (-525)) "failed") $) 246 (|has| |#1| (-510)))) (-1417 (((-108) $) 248 (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) 247 (|has| |#1| (-510)))) (-3085 (((-856)) 54)) (-1903 (($) 90 (|has| |#1| (-346)))) (-1332 (($ $ $) 107 (|has| |#1| (-286)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 102 (|has| |#1| (-286)))) (-3932 (($) 149 (|has| |#1| (-327)))) (-3920 (((-108) $) 150 (|has| |#1| (-327)))) (-1339 (($ $ (-713)) 141 (|has| |#1| (-327))) (($ $) 140 (|has| |#1| (-327)))) (-1798 (((-108) $) 115 (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-3861 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 249 (-12 (|has| |#1| (-986)) (|has| |#1| (-1114))))) (-4106 (($) 238 (|has| |#1| (-1114)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 261 (|has| |#1| (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 260 (|has| |#1| (-821 (-357))))) (-4000 (((-856) $) 152 (|has| |#1| (-327))) (((-775 (-856)) $) 138 (|has| |#1| (-327)))) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 240 (-12 (|has| |#1| (-934)) (|has| |#1| (-1114))))) (-2704 ((|#1| $) 51)) (-2878 (((-3 $ "failed") $) 142 (|has| |#1| (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 111 (|has| |#1| (-286)))) (-2021 (((-1088 |#1|) $) 44 (|has| |#1| (-341)))) (-3033 (($ $ $) 207 (|has| |#1| (-789)))) (-1609 (($ $ $) 206 (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) 262)) (-3685 (((-856) $) 89 (|has| |#1| (-346)))) (-2533 (($ $) 235 (|has| |#1| (-1114)))) (-3492 (((-1088 |#1|) $) 156)) (-2739 (($ (-592 $)) 100 (-2067 (|has| |#1| (-286)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (($ $ $) 99 (-2067 (|has| |#1| (-286)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-1289 (((-1075) $) 9)) (-1387 (($ $) 116 (|has| |#1| (-341)))) (-2948 (($) 143 (|has| |#1| (-327)) CONST)) (-1722 (($ (-856)) 88 (|has| |#1| (-346)))) (-1409 (($) 257)) (-4233 ((|#1| $) 254)) (-3993 (((-1039) $) 10)) (-3817 (($) 160)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 101 (-2067 (|has| |#1| (-286)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-2772 (($ (-592 $)) 98 (-2067 (|has| |#1| (-286)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (($ $ $) 97 (-2067 (|has| |#1| (-286)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 146 (|has| |#1| (-327)))) (-3089 (((-396 (-1088 $)) (-1088 $)) 244 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-3644 (((-396 (-1088 $)) (-1088 $)) 243 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-4201 (((-396 $) $) 112 (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-286))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 109 (|has| |#1| (-286)))) (-1311 (((-3 $ "failed") $ |#1|) 252 (|has| |#1| (-517))) (((-3 $ "failed") $ $) 92 (-2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 103 (|has| |#1| (-286)))) (-1618 (($ $) 236 (|has| |#1| (-1114)))) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) 268 (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) 267 (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) 266 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) 265 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) 264 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) 263 (|has| |#1| (-486 (-1092) |#1|)))) (-1927 (((-713) $) 105 (|has| |#1| (-286)))) (-3431 (($ $ |#1|) 269 (|has| |#1| (-265 |#1| |#1|)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 106 (|has| |#1| (-286)))) (-4115 ((|#1| (-1174 $)) 47) ((|#1|) 60)) (-2043 (((-713) $) 151 (|has| |#1| (-327))) (((-3 (-713) "failed") $ $) 139 (|has| |#1| (-327)))) (-2702 (($ $ (-1 |#1| |#1|) (-713)) 123) (($ $ (-1 |#1| |#1|)) 122) (($ $ (-592 (-1092)) (-592 (-713))) 130 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 131 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 132 (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) 133 (|has| |#1| (-835 (-1092)))) (($ $ (-713)) 135 (-2067 (-3944 (|has| |#1| (-341)) (|has| |#1| (-213))) (|has| |#1| (-213)) (-3944 (|has| |#1| (-213)) (|has| |#1| (-341))))) (($ $) 137 (-2067 (-3944 (|has| |#1| (-341)) (|has| |#1| (-213))) (|has| |#1| (-213)) (-3944 (|has| |#1| (-213)) (|has| |#1| (-341)))))) (-2897 (((-632 |#1|) (-1174 $) (-1 |#1| |#1|)) 154 (|has| |#1| (-341)))) (-2013 (((-1088 |#1|)) 159)) (-1841 (($ $) 225 (|has| |#1| (-1114)))) (-3798 (($ $) 214 (|has| |#1| (-1114)))) (-3823 (($) 148 (|has| |#1| (-327)))) (-1816 (($ $) 224 (|has| |#1| (-1114)))) (-3678 (($ $) 215 (|has| |#1| (-1114)))) (-1792 (($ $) 223 (|has| |#1| (-1114)))) (-3649 (($ $) 216 (|has| |#1| (-1114)))) (-2754 (((-1174 |#1|) $ (-1174 $)) 50) (((-632 |#1|) (-1174 $) (-1174 $)) 49) (((-1174 |#1|) $) 66) (((-632 |#1|) (-1174 $)) 65)) (-2069 (((-1174 |#1|) $) 63) (($ (-1174 |#1|)) 62) (((-1088 |#1|) $) 171) (($ (-1088 |#1|)) 157) (((-827 (-525)) $) 259 (|has| |#1| (-567 (-827 (-525))))) (((-827 (-357)) $) 258 (|has| |#1| (-567 (-827 (-357))))) (((-157 (-357)) $) 210 (|has| |#1| (-953))) (((-157 (-205)) $) 209 (|has| |#1| (-953))) (((-501) $) 208 (|has| |#1| (-567 (-501))))) (-3055 (($ $) 256)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 145 (-2067 (-3944 (|has| $ (-136)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))) (|has| |#1| (-327))))) (-1496 (($ |#1| |#1|) 255)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 37) (($ (-385 (-525))) 86 (-2067 (|has| |#1| (-341)) (|has| |#1| (-968 (-385 (-525)))))) (($ $) 91 (-2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-1463 (($ $) 144 (|has| |#1| (-327))) (((-3 $ "failed") $) 43 (-2067 (-3944 (|has| $ (-136)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))) (|has| |#1| (-136))))) (-3153 (((-1088 |#1|) $) 45)) (-2448 (((-713)) 29)) (-2103 (((-1174 $)) 67)) (-1876 (($ $) 234 (|has| |#1| (-1114)))) (-3853 (($ $) 222 (|has| |#1| (-1114)))) (-1571 (((-108) $ $) 95 (-2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))) (-1853 (($ $) 233 (|has| |#1| (-1114)))) (-3808 (($ $) 221 (|has| |#1| (-1114)))) (-1902 (($ $) 232 (|has| |#1| (-1114)))) (-1760 (($ $) 220 (|has| |#1| (-1114)))) (-2136 ((|#1| $) 250 (|has| |#1| (-1114)))) (-3135 (($ $) 231 (|has| |#1| (-1114)))) (-1770 (($ $) 219 (|has| |#1| (-1114)))) (-1891 (($ $) 230 (|has| |#1| (-1114)))) (-1748 (($ $) 218 (|has| |#1| (-1114)))) (-1866 (($ $) 229 (|has| |#1| (-1114)))) (-3820 (($ $) 217 (|has| |#1| (-1114)))) (-2380 (($ $) 251 (|has| |#1| (-986)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 117 (|has| |#1| (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-1 |#1| |#1|) (-713)) 125) (($ $ (-1 |#1| |#1|)) 124) (($ $ (-592 (-1092)) (-592 (-713))) 126 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 127 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 128 (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) 129 (|has| |#1| (-835 (-1092)))) (($ $ (-713)) 134 (-2067 (-3944 (|has| |#1| (-341)) (|has| |#1| (-213))) (|has| |#1| (-213)) (-3944 (|has| |#1| (-213)) (|has| |#1| (-341))))) (($ $) 136 (-2067 (-3944 (|has| |#1| (-341)) (|has| |#1| (-213))) (|has| |#1| (-213)) (-3944 (|has| |#1| (-213)) (|has| |#1| (-341)))))) (-2830 (((-108) $ $) 204 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 203 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 205 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 202 (|has| |#1| (-789)))) (-2880 (($ $ $) 121 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-385 (-525))) 239 (-12 (|has| |#1| (-934)) (|has| |#1| (-1114)))) (($ $ $) 237 (|has| |#1| (-1114))) (($ $ (-525)) 118 (|has| |#1| (-341)))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38) (($ (-385 (-525)) $) 120 (|has| |#1| (-341))) (($ $ (-385 (-525))) 119 (|has| |#1| (-341)))))
-(((-154 |#1|) (-131) (-160)) (T -154))
-((-2704 (*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))) (-1409 (*1 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))) (-3055 (*1 *1 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))) (-1496 (*1 *1 *2 *2) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))) (-4233 (*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))) (-4220 (*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))) (-1311 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-154 *2)) (-4 *2 (-160)) (-4 *2 (-517)))) (-2380 (*1 *1 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)) (-4 *2 (-986)))) (-2136 (*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)) (-4 *2 (-1114)))) (-3861 (*1 *2 *1) (-12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-986)) (-4 *3 (-1114)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-1417 (*1 *2 *1) (-12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-108)))) (-1367 (*1 *2 *1) (-12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-385 (-525))))) (-3306 (*1 *2 *1) (|partial| -12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-385 (-525))))))
-(-13 (-667 |t#1| (-1088 |t#1|)) (-389 |t#1|) (-211 |t#1|) (-316 |t#1|) (-378 |t#1|) (-819 |t#1|) (-355 |t#1|) (-160) (-10 -8 (-6 -1496) (-15 -1409 ($)) (-15 -3055 ($ $)) (-15 -1496 ($ |t#1| |t#1|)) (-15 -4233 (|t#1| $)) (-15 -4220 (|t#1| $)) (-15 -2704 (|t#1| $)) (IF (|has| |t#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |t#1| (-517)) (PROGN (-6 (-517)) (-15 -1311 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-286)) (-6 (-286)) |%noBranch|) (IF (|has| |t#1| (-6 -4258)) (-6 -4258) |%noBranch|) (IF (|has| |t#1| (-6 -4255)) (-6 -4255) |%noBranch|) (IF (|has| |t#1| (-341)) (-6 (-341)) |%noBranch|) (IF (|has| |t#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |t#1| (-953)) (PROGN (-6 (-567 (-157 (-205)))) (-6 (-567 (-157 (-357))))) |%noBranch|) (IF (|has| |t#1| (-986)) (-15 -2380 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1114)) (PROGN (-6 (-1114)) (-15 -2136 (|t#1| $)) (IF (|has| |t#1| (-934)) (-6 (-934)) |%noBranch|) (IF (|has| |t#1| (-986)) (-15 -3861 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-844)) (IF (|has| |t#1| (-286)) (-6 (-844)) |%noBranch|) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-37 |#1|) . T) ((-37 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-327)) (|has| |#1| (-341)) (|has| |#1| (-286))) ((-34) |has| |#1| (-1114)) ((-91) |has| |#1| (-1114)) ((-97) . T) ((-107 #0# #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-107 |#1| |#1|) . T) ((-107 $ $) . T) ((-126) . T) ((-136) -2067 (|has| |#1| (-327)) (|has| |#1| (-136))) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) . T) ((-567 (-157 (-205))) |has| |#1| (-953)) ((-567 (-157 (-357))) |has| |#1| (-953)) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-567 (-827 (-357))) |has| |#1| (-567 (-827 (-357)))) ((-567 (-827 (-525))) |has| |#1| (-567 (-827 (-525)))) ((-567 #1=(-1088 |#1|)) . T) ((-211 |#1|) . T) ((-213) -2067 (|has| |#1| (-327)) (|has| |#1| (-213))) ((-223) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-263) |has| |#1| (-1114)) ((-265 |#1| $) |has| |#1| (-265 |#1| |#1|)) ((-269) -2067 (|has| |#1| (-517)) (|has| |#1| (-327)) (|has| |#1| (-341)) (|has| |#1| (-286))) ((-286) -2067 (|has| |#1| (-327)) (|has| |#1| (-341)) (|has| |#1| (-286))) ((-288 |#1|) |has| |#1| (-288 |#1|)) ((-341) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-380) |has| |#1| (-327)) ((-346) -2067 (|has| |#1| (-346)) (|has| |#1| (-327))) ((-327) |has| |#1| (-327)) ((-348 |#1| #1#) . T) ((-387 |#1| #1#) . T) ((-316 |#1|) . T) ((-355 |#1|) . T) ((-378 |#1|) . T) ((-389 |#1|) . T) ((-429) -2067 (|has| |#1| (-327)) (|has| |#1| (-341)) (|has| |#1| (-286))) ((-466) |has| |#1| (-1114)) ((-486 (-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((-486 |#1| |#1|) |has| |#1| (-288 |#1|)) ((-517) -2067 (|has| |#1| (-517)) (|has| |#1| (-327)) (|has| |#1| (-341)) (|has| |#1| (-286))) ((-594 #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-660 |#1|) . T) ((-660 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-327)) (|has| |#1| (-341)) (|has| |#1| (-286))) ((-667 |#1| #1#) . T) ((-669) . T) ((-789) |has| |#1| (-789)) ((-835 (-1092)) |has| |#1| (-835 (-1092))) ((-821 (-357)) |has| |#1| (-821 (-357))) ((-821 (-525)) |has| |#1| (-821 (-525))) ((-819 |#1|) . T) ((-844) -12 (|has| |#1| (-286)) (|has| |#1| (-844))) ((-855) -2067 (|has| |#1| (-327)) (|has| |#1| (-341)) (|has| |#1| (-286))) ((-934) -12 (|has| |#1| (-934)) (|has| |#1| (-1114))) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-983 #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-983 |#1|) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) |has| |#1| (-327)) ((-1114) |has| |#1| (-1114)) ((-1117) |has| |#1| (-1114)) ((-1128) . T) ((-1132) -2067 (|has| |#1| (-327)) (|has| |#1| (-341)) (-12 (|has| |#1| (-286)) (|has| |#1| (-844)))))
-((-4201 (((-396 |#2|) |#2|) 63)))
-(((-155 |#1| |#2|) (-10 -7 (-15 -4201 ((-396 |#2|) |#2|))) (-286) (-1150 (-157 |#1|))) (T -155))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-286)) (-5 *2 (-396 *3)) (-5 *1 (-155 *4 *3)) (-4 *3 (-1150 (-157 *4))))))
-(-10 -7 (-15 -4201 ((-396 |#2|) |#2|)))
-((-2016 (((-157 |#2|) (-1 |#2| |#1|) (-157 |#1|)) 14)))
-(((-156 |#1| |#2|) (-10 -7 (-15 -2016 ((-157 |#2|) (-1 |#2| |#1|) (-157 |#1|)))) (-160) (-160)) (T -156))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-157 *5)) (-4 *5 (-160)) (-4 *6 (-160)) (-5 *2 (-157 *6)) (-5 *1 (-156 *5 *6)))))
-(-10 -7 (-15 -2016 ((-157 |#2|) (-1 |#2| |#1|) (-157 |#1|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 33)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-517))))) (-2433 (($ $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-517))))) (-1568 (((-108) $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-517))))) (-3855 (((-632 |#1|) (-1174 $)) NIL) (((-632 |#1|)) NIL)) (-2924 ((|#1| $) NIL)) (-1803 (($ $) NIL (|has| |#1| (-1114)))) (-3659 (($ $) NIL (|has| |#1| (-1114)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| |#1| (-327)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-4195 (($ $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-3586 (((-396 $) $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-4211 (($ $) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-1114))))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-286)))) (-1613 (((-713)) NIL (|has| |#1| (-346)))) (-1781 (($ $) NIL (|has| |#1| (-1114)))) (-3638 (($ $) NIL (|has| |#1| (-1114)))) (-1828 (($ $) NIL (|has| |#1| (-1114)))) (-3698 (($ $) NIL (|has| |#1| (-1114)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-2580 (($ (-1174 |#1|) (-1174 $)) NIL) (($ (-1174 |#1|)) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-327)))) (-1356 (($ $ $) NIL (|has| |#1| (-286)))) (-1588 (((-632 |#1|) $ (-1174 $)) NIL) (((-632 |#1|) $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3504 (($ (-1088 |#1|)) NIL) (((-3 $ "failed") (-385 (-1088 |#1|))) NIL (|has| |#1| (-341)))) (-3300 (((-3 $ "failed") $) NIL)) (-4220 ((|#1| $) 13)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-510)))) (-1417 (((-108) $) NIL (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) NIL (|has| |#1| (-510)))) (-3085 (((-856)) NIL)) (-1903 (($) NIL (|has| |#1| (-346)))) (-1332 (($ $ $) NIL (|has| |#1| (-286)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-286)))) (-3932 (($) NIL (|has| |#1| (-327)))) (-3920 (((-108) $) NIL (|has| |#1| (-327)))) (-1339 (($ $ (-713)) NIL (|has| |#1| (-327))) (($ $) NIL (|has| |#1| (-327)))) (-1798 (((-108) $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-3861 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-986)) (|has| |#1| (-1114))))) (-4106 (($) NIL (|has| |#1| (-1114)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| |#1| (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| |#1| (-821 (-357))))) (-4000 (((-856) $) NIL (|has| |#1| (-327))) (((-775 (-856)) $) NIL (|has| |#1| (-327)))) (-2278 (((-108) $) 35)) (-1303 (($ $ (-525)) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-1114))))) (-2704 ((|#1| $) 46)) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-286)))) (-2021 (((-1088 |#1|) $) NIL (|has| |#1| (-341)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-3685 (((-856) $) NIL (|has| |#1| (-346)))) (-2533 (($ $) NIL (|has| |#1| (-1114)))) (-3492 (((-1088 |#1|) $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-286))) (($ $ $) NIL (|has| |#1| (-286)))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2948 (($) NIL (|has| |#1| (-327)) CONST)) (-1722 (($ (-856)) NIL (|has| |#1| (-346)))) (-1409 (($) NIL)) (-4233 ((|#1| $) 15)) (-3993 (((-1039) $) NIL)) (-3817 (($) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-286)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-286))) (($ $ $) NIL (|has| |#1| (-286)))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| |#1| (-327)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#1| (-286)) (|has| |#1| (-844))))) (-4201 (((-396 $) $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-341))))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-286))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-286)))) (-1311 (((-3 $ "failed") $ |#1|) 44 (|has| |#1| (-517))) (((-3 $ "failed") $ $) 47 (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-517))))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-286)))) (-1618 (($ $) NIL (|has| |#1| (-1114)))) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) NIL (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-486 (-1092) |#1|)))) (-1927 (((-713) $) NIL (|has| |#1| (-286)))) (-3431 (($ $ |#1|) NIL (|has| |#1| (-265 |#1| |#1|)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-286)))) (-4115 ((|#1| (-1174 $)) NIL) ((|#1|) NIL)) (-2043 (((-713) $) NIL (|has| |#1| (-327))) (((-3 (-713) "failed") $ $) NIL (|has| |#1| (-327)))) (-2702 (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $) NIL (|has| |#1| (-213)))) (-2897 (((-632 |#1|) (-1174 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-341)))) (-2013 (((-1088 |#1|)) NIL)) (-1841 (($ $) NIL (|has| |#1| (-1114)))) (-3798 (($ $) NIL (|has| |#1| (-1114)))) (-3823 (($) NIL (|has| |#1| (-327)))) (-1816 (($ $) NIL (|has| |#1| (-1114)))) (-3678 (($ $) NIL (|has| |#1| (-1114)))) (-1792 (($ $) NIL (|has| |#1| (-1114)))) (-3649 (($ $) NIL (|has| |#1| (-1114)))) (-2754 (((-1174 |#1|) $ (-1174 $)) NIL) (((-632 |#1|) (-1174 $) (-1174 $)) NIL) (((-1174 |#1|) $) NIL) (((-632 |#1|) (-1174 $)) NIL)) (-2069 (((-1174 |#1|) $) NIL) (($ (-1174 |#1|)) NIL) (((-1088 |#1|) $) NIL) (($ (-1088 |#1|)) NIL) (((-827 (-525)) $) NIL (|has| |#1| (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| |#1| (-567 (-827 (-357))))) (((-157 (-357)) $) NIL (|has| |#1| (-953))) (((-157 (-205)) $) NIL (|has| |#1| (-953))) (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-3055 (($ $) 45)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-327))))) (-1496 (($ |#1| |#1|) 37)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) 36) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-341)) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-517))))) (-1463 (($ $) NIL (|has| |#1| (-327))) (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-3153 (((-1088 |#1|) $) NIL)) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL)) (-1876 (($ $) NIL (|has| |#1| (-1114)))) (-3853 (($ $) NIL (|has| |#1| (-1114)))) (-1571 (((-108) $ $) NIL (-2067 (-12 (|has| |#1| (-286)) (|has| |#1| (-844))) (|has| |#1| (-517))))) (-1853 (($ $) NIL (|has| |#1| (-1114)))) (-3808 (($ $) NIL (|has| |#1| (-1114)))) (-1902 (($ $) NIL (|has| |#1| (-1114)))) (-1760 (($ $) NIL (|has| |#1| (-1114)))) (-2136 ((|#1| $) NIL (|has| |#1| (-1114)))) (-3135 (($ $) NIL (|has| |#1| (-1114)))) (-1770 (($ $) NIL (|has| |#1| (-1114)))) (-1891 (($ $) NIL (|has| |#1| (-1114)))) (-1748 (($ $) NIL (|has| |#1| (-1114)))) (-1866 (($ $) NIL (|has| |#1| (-1114)))) (-3820 (($ $) NIL (|has| |#1| (-1114)))) (-2380 (($ $) NIL (|has| |#1| (-986)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 28 T CONST)) (-3375 (($) 30 T CONST)) (-3660 (((-1075) $) 23 (|has| |#1| (-770))) (((-1075) $ (-108)) 25 (|has| |#1| (-770))) (((-1179) (-764) $) 26 (|has| |#1| (-770))) (((-1179) (-764) $ (-108)) 27 (|has| |#1| (-770)))) (-2401 (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $) NIL (|has| |#1| (-213)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 39)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-385 (-525))) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-1114)))) (($ $ $) NIL (|has| |#1| (-1114))) (($ $ (-525)) NIL (|has| |#1| (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 42) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-385 (-525)) $) NIL (|has| |#1| (-341))) (($ $ (-385 (-525))) NIL (|has| |#1| (-341)))))
-(((-157 |#1|) (-13 (-154 |#1|) (-10 -7 (IF (|has| |#1| (-770)) (-6 (-770)) |%noBranch|))) (-160)) (T -157))
-NIL
-(-13 (-154 |#1|) (-10 -7 (IF (|has| |#1| (-770)) (-6 (-770)) |%noBranch|)))
-((-2069 (((-827 |#1|) |#3|) 22)))
-(((-158 |#1| |#2| |#3|) (-10 -7 (-15 -2069 ((-827 |#1|) |#3|))) (-1020) (-13 (-567 (-827 |#1|)) (-160)) (-154 |#2|)) (T -158))
-((-2069 (*1 *2 *3) (-12 (-4 *5 (-13 (-567 *2) (-160))) (-5 *2 (-827 *4)) (-5 *1 (-158 *4 *5 *3)) (-4 *4 (-1020)) (-4 *3 (-154 *5)))))
-(-10 -7 (-15 -2069 ((-827 |#1|) |#3|)))
-((-4087 (((-108) $ $) NIL)) (-2177 (((-108) $) 9)) (-2264 (((-108) $ (-108)) 11)) (-3324 (($) 12)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2503 (($ $) 13)) (-4100 (((-798) $) 17)) (-3235 (((-108) $) 8)) (-2682 (((-108) $ (-108)) 10)) (-2775 (((-108) $ $) NIL)))
-(((-159) (-13 (-1020) (-10 -8 (-15 -3324 ($)) (-15 -3235 ((-108) $)) (-15 -2177 ((-108) $)) (-15 -2682 ((-108) $ (-108))) (-15 -2264 ((-108) $ (-108))) (-15 -2503 ($ $))))) (T -159))
-((-3324 (*1 *1) (-5 *1 (-159))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-159)))) (-2177 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-159)))) (-2682 (*1 *2 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-159)))) (-2264 (*1 *2 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-159)))) (-2503 (*1 *1 *1) (-5 *1 (-159))))
-(-13 (-1020) (-10 -8 (-15 -3324 ($)) (-15 -3235 ((-108) $)) (-15 -2177 ((-108) $)) (-15 -2682 ((-108) $ (-108))) (-15 -2264 ((-108) $ (-108))) (-15 -2503 ($ $))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-160) (-131)) (T -160))
-NIL
-(-13 (-977) (-107 $ $) (-10 -7 (-6 (-4261 "*"))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 ((|#1| $) 75)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) NIL)) (-3665 (($ $) 19)) (-4023 (($ |#1| (-1073 |#1|)) 48)) (-3300 (((-3 $ "failed") $) 117)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1500 (((-1073 |#1|) $) 82)) (-2137 (((-1073 |#1|) $) 79)) (-1217 (((-1073 |#1|) $) 80)) (-2278 (((-108) $) NIL)) (-3898 (((-1073 |#1|) $) 88)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2739 (($ (-592 $)) NIL) (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ (-592 $)) NIL) (($ $ $) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL)) (-1397 (($ $ (-525)) 91)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-3537 (((-1073 |#1|) $) 89)) (-2505 (((-1073 (-385 |#1|)) $) 14)) (-4070 (($ (-385 |#1|)) 17) (($ |#1| (-1073 |#1|) (-1073 |#1|)) 38)) (-3926 (($ $) 93)) (-4100 (((-798) $) 127) (($ (-525)) 51) (($ |#1|) 52) (($ (-385 |#1|)) 36) (($ (-385 (-525))) NIL) (($ $) NIL)) (-2448 (((-713)) 64)) (-1571 (((-108) $ $) NIL)) (-4099 (((-1073 (-385 |#1|)) $) 18)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 25 T CONST)) (-3375 (($) 28 T CONST)) (-2775 (((-108) $ $) 35)) (-2880 (($ $ $) 115)) (-2871 (($ $) 106) (($ $ $) 103)) (-2860 (($ $ $) 101)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 113) (($ $ $) 108) (($ $ |#1|) NIL) (($ |#1| $) 110) (($ (-385 |#1|) $) 111) (($ $ (-385 |#1|)) NIL) (($ (-385 (-525)) $) NIL) (($ $ (-385 (-525))) NIL)))
-(((-161 |#1|) (-13 (-37 |#1|) (-37 (-385 |#1|)) (-341) (-10 -8 (-15 -4070 ($ (-385 |#1|))) (-15 -4070 ($ |#1| (-1073 |#1|) (-1073 |#1|))) (-15 -4023 ($ |#1| (-1073 |#1|))) (-15 -2137 ((-1073 |#1|) $)) (-15 -1217 ((-1073 |#1|) $)) (-15 -1500 ((-1073 |#1|) $)) (-15 -1653 (|#1| $)) (-15 -3665 ($ $)) (-15 -4099 ((-1073 (-385 |#1|)) $)) (-15 -2505 ((-1073 (-385 |#1|)) $)) (-15 -3898 ((-1073 |#1|) $)) (-15 -3537 ((-1073 |#1|) $)) (-15 -1397 ($ $ (-525))) (-15 -3926 ($ $)))) (-286)) (T -161))
-((-4070 (*1 *1 *2) (-12 (-5 *2 (-385 *3)) (-4 *3 (-286)) (-5 *1 (-161 *3)))) (-4070 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1073 *2)) (-4 *2 (-286)) (-5 *1 (-161 *2)))) (-4023 (*1 *1 *2 *3) (-12 (-5 *3 (-1073 *2)) (-4 *2 (-286)) (-5 *1 (-161 *2)))) (-2137 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-1217 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-1500 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-1653 (*1 *2 *1) (-12 (-5 *1 (-161 *2)) (-4 *2 (-286)))) (-3665 (*1 *1 *1) (-12 (-5 *1 (-161 *2)) (-4 *2 (-286)))) (-4099 (*1 *2 *1) (-12 (-5 *2 (-1073 (-385 *3))) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-2505 (*1 *2 *1) (-12 (-5 *2 (-1073 (-385 *3))) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-3898 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-3537 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-1397 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-161 *3)) (-4 *3 (-286)))) (-3926 (*1 *1 *1) (-12 (-5 *1 (-161 *2)) (-4 *2 (-286)))))
-(-13 (-37 |#1|) (-37 (-385 |#1|)) (-341) (-10 -8 (-15 -4070 ($ (-385 |#1|))) (-15 -4070 ($ |#1| (-1073 |#1|) (-1073 |#1|))) (-15 -4023 ($ |#1| (-1073 |#1|))) (-15 -2137 ((-1073 |#1|) $)) (-15 -1217 ((-1073 |#1|) $)) (-15 -1500 ((-1073 |#1|) $)) (-15 -1653 (|#1| $)) (-15 -3665 ($ $)) (-15 -4099 ((-1073 (-385 |#1|)) $)) (-15 -2505 ((-1073 (-385 |#1|)) $)) (-15 -3898 ((-1073 |#1|) $)) (-15 -3537 ((-1073 |#1|) $)) (-15 -1397 ($ $ (-525))) (-15 -3926 ($ $))))
-((-1721 (($ (-104) $) 13)) (-2439 (((-3 (-104) "failed") (-1092) $) 12)) (-4100 (((-798) $) 16)) (-1952 (((-592 (-104)) $) 8)))
-(((-162) (-13 (-566 (-798)) (-10 -8 (-15 -1952 ((-592 (-104)) $)) (-15 -1721 ($ (-104) $)) (-15 -2439 ((-3 (-104) "failed") (-1092) $))))) (T -162))
-((-1952 (*1 *2 *1) (-12 (-5 *2 (-592 (-104))) (-5 *1 (-162)))) (-1721 (*1 *1 *2 *1) (-12 (-5 *2 (-104)) (-5 *1 (-162)))) (-2439 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-104)) (-5 *1 (-162)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -1952 ((-592 (-104)) $)) (-15 -1721 ($ (-104) $)) (-15 -2439 ((-3 (-104) "failed") (-1092) $))))
-((-1873 (((-1 (-878 |#1|) (-878 |#1|)) |#1|) 40)) (-3533 (((-878 |#1|) (-878 |#1|)) 19)) (-2251 (((-1 (-878 |#1|) (-878 |#1|)) |#1|) 36)) (-3666 (((-878 |#1|) (-878 |#1|)) 17)) (-2063 (((-878 |#1|) (-878 |#1|)) 25)) (-1237 (((-878 |#1|) (-878 |#1|)) 24)) (-4071 (((-878 |#1|) (-878 |#1|)) 23)) (-3806 (((-1 (-878 |#1|) (-878 |#1|)) |#1|) 37)) (-3587 (((-1 (-878 |#1|) (-878 |#1|)) |#1|) 35)) (-2981 (((-1 (-878 |#1|) (-878 |#1|)) |#1|) 34)) (-2629 (((-878 |#1|) (-878 |#1|)) 18)) (-2908 (((-1 (-878 |#1|) (-878 |#1|)) |#1| |#1|) 43)) (-2675 (((-878 |#1|) (-878 |#1|)) 8)) (-3365 (((-1 (-878 |#1|) (-878 |#1|)) |#1|) 39)) (-4192 (((-1 (-878 |#1|) (-878 |#1|)) |#1|) 38)))
-(((-163 |#1|) (-10 -7 (-15 -2675 ((-878 |#1|) (-878 |#1|))) (-15 -3666 ((-878 |#1|) (-878 |#1|))) (-15 -2629 ((-878 |#1|) (-878 |#1|))) (-15 -3533 ((-878 |#1|) (-878 |#1|))) (-15 -4071 ((-878 |#1|) (-878 |#1|))) (-15 -1237 ((-878 |#1|) (-878 |#1|))) (-15 -2063 ((-878 |#1|) (-878 |#1|))) (-15 -2981 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -3587 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -2251 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -3806 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -4192 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -3365 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -1873 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -2908 ((-1 (-878 |#1|) (-878 |#1|)) |#1| |#1|))) (-13 (-341) (-1114) (-934))) (T -163))
-((-2908 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-1873 (*1 *2 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-3365 (*1 *2 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-4192 (*1 *2 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-3806 (*1 *2 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-2251 (*1 *2 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-3587 (*1 *2 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-2981 (*1 *2 *3) (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3)) (-4 *3 (-13 (-341) (-1114) (-934))))) (-2063 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934))) (-5 *1 (-163 *3)))) (-1237 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934))) (-5 *1 (-163 *3)))) (-4071 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934))) (-5 *1 (-163 *3)))) (-3533 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934))) (-5 *1 (-163 *3)))) (-2629 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934))) (-5 *1 (-163 *3)))) (-3666 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934))) (-5 *1 (-163 *3)))) (-2675 (*1 *2 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934))) (-5 *1 (-163 *3)))))
-(-10 -7 (-15 -2675 ((-878 |#1|) (-878 |#1|))) (-15 -3666 ((-878 |#1|) (-878 |#1|))) (-15 -2629 ((-878 |#1|) (-878 |#1|))) (-15 -3533 ((-878 |#1|) (-878 |#1|))) (-15 -4071 ((-878 |#1|) (-878 |#1|))) (-15 -1237 ((-878 |#1|) (-878 |#1|))) (-15 -2063 ((-878 |#1|) (-878 |#1|))) (-15 -2981 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -3587 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -2251 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -3806 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -4192 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -3365 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -1873 ((-1 (-878 |#1|) (-878 |#1|)) |#1|)) (-15 -2908 ((-1 (-878 |#1|) (-878 |#1|)) |#1| |#1|)))
-((-3153 ((|#2| |#3|) 27)))
-(((-164 |#1| |#2| |#3|) (-10 -7 (-15 -3153 (|#2| |#3|))) (-160) (-1150 |#1|) (-667 |#1| |#2|)) (T -164))
-((-3153 (*1 *2 *3) (-12 (-4 *4 (-160)) (-4 *2 (-1150 *4)) (-5 *1 (-164 *4 *2 *3)) (-4 *3 (-667 *4 *2)))))
-(-10 -7 (-15 -3153 (|#2| |#3|)))
-((-3552 (((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)) 47 (|has| (-887 |#2|) (-821 |#1|)))))
-(((-165 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-887 |#2|) (-821 |#1|)) (-15 -3552 ((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|))) |%noBranch|)) (-1020) (-13 (-821 |#1|) (-160)) (-154 |#2|)) (T -165))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 *5 *3)) (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-4 *3 (-154 *6)) (-4 (-887 *6) (-821 *5)) (-4 *6 (-13 (-821 *5) (-160))) (-5 *1 (-165 *5 *6 *3)))))
-(-10 -7 (IF (|has| (-887 |#2|) (-821 |#1|)) (-15 -3552 ((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|))) |%noBranch|))
-((-3415 (((-592 |#1|) (-592 |#1|) |#1|) 38)) (-3275 (((-592 |#1|) |#1| (-592 |#1|)) 19)) (-3737 (((-592 |#1|) (-592 (-592 |#1|)) (-592 |#1|)) 33) ((|#1| (-592 |#1|) (-592 |#1|)) 31)))
-(((-166 |#1|) (-10 -7 (-15 -3275 ((-592 |#1|) |#1| (-592 |#1|))) (-15 -3737 (|#1| (-592 |#1|) (-592 |#1|))) (-15 -3737 ((-592 |#1|) (-592 (-592 |#1|)) (-592 |#1|))) (-15 -3415 ((-592 |#1|) (-592 |#1|) |#1|))) (-286)) (T -166))
-((-3415 (*1 *2 *2 *3) (-12 (-5 *2 (-592 *3)) (-4 *3 (-286)) (-5 *1 (-166 *3)))) (-3737 (*1 *2 *3 *2) (-12 (-5 *3 (-592 (-592 *4))) (-5 *2 (-592 *4)) (-4 *4 (-286)) (-5 *1 (-166 *4)))) (-3737 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *2)) (-5 *1 (-166 *2)) (-4 *2 (-286)))) (-3275 (*1 *2 *3 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-286)) (-5 *1 (-166 *3)))))
-(-10 -7 (-15 -3275 ((-592 |#1|) |#1| (-592 |#1|))) (-15 -3737 (|#1| (-592 |#1|) (-592 |#1|))) (-15 -3737 ((-592 |#1|) (-592 (-592 |#1|)) (-592 |#1|))) (-15 -3415 ((-592 |#1|) (-592 |#1|) |#1|)))
-((-1307 (((-2 (|:| |start| |#2|) (|:| -2868 (-396 |#2|))) |#2|) 61)) (-1923 ((|#1| |#1|) 54)) (-2599 (((-157 |#1|) |#2|) 84)) (-1442 ((|#1| |#2|) 123) ((|#1| |#2| |#1|) 82)) (-3371 ((|#2| |#2|) 83)) (-1831 (((-396 |#2|) |#2| |#1|) 113) (((-396 |#2|) |#2| |#1| (-108)) 81)) (-2704 ((|#1| |#2|) 112)) (-2012 ((|#2| |#2|) 119)) (-4201 (((-396 |#2|) |#2|) 134) (((-396 |#2|) |#2| |#1|) 32) (((-396 |#2|) |#2| |#1| (-108)) 133)) (-2208 (((-592 (-2 (|:| -2868 (-592 |#2|)) (|:| -2188 |#1|))) |#2| |#2|) 132) (((-592 (-2 (|:| -2868 (-592 |#2|)) (|:| -2188 |#1|))) |#2| |#2| (-108)) 76)) (-3842 (((-592 (-157 |#1|)) |#2| |#1|) 40) (((-592 (-157 |#1|)) |#2|) 41)))
-(((-167 |#1| |#2|) (-10 -7 (-15 -3842 ((-592 (-157 |#1|)) |#2|)) (-15 -3842 ((-592 (-157 |#1|)) |#2| |#1|)) (-15 -2208 ((-592 (-2 (|:| -2868 (-592 |#2|)) (|:| -2188 |#1|))) |#2| |#2| (-108))) (-15 -2208 ((-592 (-2 (|:| -2868 (-592 |#2|)) (|:| -2188 |#1|))) |#2| |#2|)) (-15 -4201 ((-396 |#2|) |#2| |#1| (-108))) (-15 -4201 ((-396 |#2|) |#2| |#1|)) (-15 -4201 ((-396 |#2|) |#2|)) (-15 -2012 (|#2| |#2|)) (-15 -2704 (|#1| |#2|)) (-15 -1831 ((-396 |#2|) |#2| |#1| (-108))) (-15 -1831 ((-396 |#2|) |#2| |#1|)) (-15 -3371 (|#2| |#2|)) (-15 -1442 (|#1| |#2| |#1|)) (-15 -1442 (|#1| |#2|)) (-15 -2599 ((-157 |#1|) |#2|)) (-15 -1923 (|#1| |#1|)) (-15 -1307 ((-2 (|:| |start| |#2|) (|:| -2868 (-396 |#2|))) |#2|))) (-13 (-341) (-787)) (-1150 (-157 |#1|))) (T -167))
-((-1307 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-2 (|:| |start| *3) (|:| -2868 (-396 *3)))) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-1923 (*1 *2 *2) (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3)) (-4 *3 (-1150 (-157 *2))))) (-2599 (*1 *2 *3) (-12 (-5 *2 (-157 *4)) (-5 *1 (-167 *4 *3)) (-4 *4 (-13 (-341) (-787))) (-4 *3 (-1150 *2)))) (-1442 (*1 *2 *3) (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3)) (-4 *3 (-1150 (-157 *2))))) (-1442 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3)) (-4 *3 (-1150 (-157 *2))))) (-3371 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-787))) (-5 *1 (-167 *3 *2)) (-4 *2 (-1150 (-157 *3))))) (-1831 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-1831 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-108)) (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-2704 (*1 *2 *3) (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3)) (-4 *3 (-1150 (-157 *2))))) (-2012 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-787))) (-5 *1 (-167 *3 *2)) (-4 *2 (-1150 (-157 *3))))) (-4201 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-4201 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-4201 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-108)) (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3)) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-2208 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-592 (-2 (|:| -2868 (-592 *3)) (|:| -2188 *4)))) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-2208 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-341) (-787))) (-5 *2 (-592 (-2 (|:| -2868 (-592 *3)) (|:| -2188 *5)))) (-5 *1 (-167 *5 *3)) (-4 *3 (-1150 (-157 *5))))) (-3842 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-592 (-157 *4))) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))) (-3842 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-592 (-157 *4))) (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))))
-(-10 -7 (-15 -3842 ((-592 (-157 |#1|)) |#2|)) (-15 -3842 ((-592 (-157 |#1|)) |#2| |#1|)) (-15 -2208 ((-592 (-2 (|:| -2868 (-592 |#2|)) (|:| -2188 |#1|))) |#2| |#2| (-108))) (-15 -2208 ((-592 (-2 (|:| -2868 (-592 |#2|)) (|:| -2188 |#1|))) |#2| |#2|)) (-15 -4201 ((-396 |#2|) |#2| |#1| (-108))) (-15 -4201 ((-396 |#2|) |#2| |#1|)) (-15 -4201 ((-396 |#2|) |#2|)) (-15 -2012 (|#2| |#2|)) (-15 -2704 (|#1| |#2|)) (-15 -1831 ((-396 |#2|) |#2| |#1| (-108))) (-15 -1831 ((-396 |#2|) |#2| |#1|)) (-15 -3371 (|#2| |#2|)) (-15 -1442 (|#1| |#2| |#1|)) (-15 -1442 (|#1| |#2|)) (-15 -2599 ((-157 |#1|) |#2|)) (-15 -1923 (|#1| |#1|)) (-15 -1307 ((-2 (|:| |start| |#2|) (|:| -2868 (-396 |#2|))) |#2|)))
-((-1838 (((-3 |#2| "failed") |#2|) 14)) (-2782 (((-713) |#2|) 16)) (-3499 ((|#2| |#2| |#2|) 18)))
-(((-168 |#1| |#2|) (-10 -7 (-15 -1838 ((-3 |#2| "failed") |#2|)) (-15 -2782 ((-713) |#2|)) (-15 -3499 (|#2| |#2| |#2|))) (-1128) (-619 |#1|)) (T -168))
-((-3499 (*1 *2 *2 *2) (-12 (-4 *3 (-1128)) (-5 *1 (-168 *3 *2)) (-4 *2 (-619 *3)))) (-2782 (*1 *2 *3) (-12 (-4 *4 (-1128)) (-5 *2 (-713)) (-5 *1 (-168 *4 *3)) (-4 *3 (-619 *4)))) (-1838 (*1 *2 *2) (|partial| -12 (-4 *3 (-1128)) (-5 *1 (-168 *3 *2)) (-4 *2 (-619 *3)))))
-(-10 -7 (-15 -1838 ((-3 |#2| "failed") |#2|)) (-15 -2782 ((-713) |#2|)) (-15 -3499 (|#2| |#2| |#2|)))
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4067 (((-1092) $) 10)) (-4100 (((-798) $) 17)) (-1701 (((-592 (-1097)) $) 12)) (-2775 (((-108) $ $) 15)))
-(((-169) (-13 (-1020) (-10 -8 (-15 -4067 ((-1092) $)) (-15 -1701 ((-592 (-1097)) $))))) (T -169))
-((-4067 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-169)))) (-1701 (*1 *2 *1) (-12 (-5 *2 (-592 (-1097))) (-5 *1 (-169)))))
-(-13 (-1020) (-10 -8 (-15 -4067 ((-1092) $)) (-15 -1701 ((-592 (-1097)) $))))
-((-1448 ((|#2| |#2|) 28)) (-3934 (((-108) |#2|) 19)) (-4220 (((-294 |#1|) |#2|) 12)) (-4233 (((-294 |#1|) |#2|) 14)) (-3109 ((|#2| |#2| (-1092)) 68) ((|#2| |#2|) 69)) (-3005 (((-157 (-294 |#1|)) |#2|) 10)) (-3338 ((|#2| |#2| (-1092)) 65) ((|#2| |#2|) 59)))
-(((-170 |#1| |#2|) (-10 -7 (-15 -3109 (|#2| |#2|)) (-15 -3109 (|#2| |#2| (-1092))) (-15 -3338 (|#2| |#2|)) (-15 -3338 (|#2| |#2| (-1092))) (-15 -4220 ((-294 |#1|) |#2|)) (-15 -4233 ((-294 |#1|) |#2|)) (-15 -3934 ((-108) |#2|)) (-15 -1448 (|#2| |#2|)) (-15 -3005 ((-157 (-294 |#1|)) |#2|))) (-13 (-517) (-789) (-968 (-525))) (-13 (-27) (-1114) (-408 (-157 |#1|)))) (T -170))
-((-3005 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-157 (-294 *4))) (-5 *1 (-170 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4)))))) (-1448 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 (-157 *3)))))) (-3934 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-108)) (-5 *1 (-170 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4)))))) (-4233 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-294 *4)) (-5 *1 (-170 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4)))))) (-4220 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-294 *4)) (-5 *1 (-170 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4)))))) (-3338 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 (-157 *4)))))) (-3338 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 (-157 *3)))))) (-3109 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 (-157 *4)))))) (-3109 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 (-157 *3)))))))
-(-10 -7 (-15 -3109 (|#2| |#2|)) (-15 -3109 (|#2| |#2| (-1092))) (-15 -3338 (|#2| |#2|)) (-15 -3338 (|#2| |#2| (-1092))) (-15 -4220 ((-294 |#1|) |#2|)) (-15 -4233 ((-294 |#1|) |#2|)) (-15 -3934 ((-108) |#2|)) (-15 -1448 (|#2| |#2|)) (-15 -3005 ((-157 (-294 |#1|)) |#2|)))
-((-2613 (((-1174 (-632 (-887 |#1|))) (-1174 (-632 |#1|))) 24)) (-4100 (((-1174 (-632 (-385 (-887 |#1|)))) (-1174 (-632 |#1|))) 33)))
-(((-171 |#1|) (-10 -7 (-15 -2613 ((-1174 (-632 (-887 |#1|))) (-1174 (-632 |#1|)))) (-15 -4100 ((-1174 (-632 (-385 (-887 |#1|)))) (-1174 (-632 |#1|))))) (-160)) (T -171))
-((-4100 (*1 *2 *3) (-12 (-5 *3 (-1174 (-632 *4))) (-4 *4 (-160)) (-5 *2 (-1174 (-632 (-385 (-887 *4))))) (-5 *1 (-171 *4)))) (-2613 (*1 *2 *3) (-12 (-5 *3 (-1174 (-632 *4))) (-4 *4 (-160)) (-5 *2 (-1174 (-632 (-887 *4)))) (-5 *1 (-171 *4)))))
-(-10 -7 (-15 -2613 ((-1174 (-632 (-887 |#1|))) (-1174 (-632 |#1|)))) (-15 -4100 ((-1174 (-632 (-385 (-887 |#1|)))) (-1174 (-632 |#1|)))))
-((-3701 (((-1094 (-385 (-525))) (-1094 (-385 (-525))) (-1094 (-385 (-525)))) 66)) (-1497 (((-1094 (-385 (-525))) (-592 (-525)) (-592 (-525))) 75)) (-1541 (((-1094 (-385 (-525))) (-525)) 40)) (-2151 (((-1094 (-385 (-525))) (-525)) 52)) (-2825 (((-385 (-525)) (-1094 (-385 (-525)))) 62)) (-1316 (((-1094 (-385 (-525))) (-525)) 32)) (-3558 (((-1094 (-385 (-525))) (-525)) 48)) (-2079 (((-1094 (-385 (-525))) (-525)) 46)) (-1615 (((-1094 (-385 (-525))) (-1094 (-385 (-525))) (-1094 (-385 (-525)))) 60)) (-3926 (((-1094 (-385 (-525))) (-525)) 25)) (-4036 (((-385 (-525)) (-1094 (-385 (-525))) (-1094 (-385 (-525)))) 64)) (-4236 (((-1094 (-385 (-525))) (-525)) 30)) (-3181 (((-1094 (-385 (-525))) (-592 (-525))) 72)))
-(((-172) (-10 -7 (-15 -3926 ((-1094 (-385 (-525))) (-525))) (-15 -1541 ((-1094 (-385 (-525))) (-525))) (-15 -1316 ((-1094 (-385 (-525))) (-525))) (-15 -4236 ((-1094 (-385 (-525))) (-525))) (-15 -2079 ((-1094 (-385 (-525))) (-525))) (-15 -3558 ((-1094 (-385 (-525))) (-525))) (-15 -2151 ((-1094 (-385 (-525))) (-525))) (-15 -4036 ((-385 (-525)) (-1094 (-385 (-525))) (-1094 (-385 (-525))))) (-15 -1615 ((-1094 (-385 (-525))) (-1094 (-385 (-525))) (-1094 (-385 (-525))))) (-15 -2825 ((-385 (-525)) (-1094 (-385 (-525))))) (-15 -3701 ((-1094 (-385 (-525))) (-1094 (-385 (-525))) (-1094 (-385 (-525))))) (-15 -3181 ((-1094 (-385 (-525))) (-592 (-525)))) (-15 -1497 ((-1094 (-385 (-525))) (-592 (-525)) (-592 (-525)))))) (T -172))
-((-1497 (*1 *2 *3 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)))) (-3181 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)))) (-3701 (*1 *2 *2 *2) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)))) (-2825 (*1 *2 *3) (-12 (-5 *3 (-1094 (-385 (-525)))) (-5 *2 (-385 (-525))) (-5 *1 (-172)))) (-1615 (*1 *2 *2 *2) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)))) (-4036 (*1 *2 *3 *3) (-12 (-5 *3 (-1094 (-385 (-525)))) (-5 *2 (-385 (-525))) (-5 *1 (-172)))) (-2151 (*1 *2 *3) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))) (-3558 (*1 *2 *3) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))) (-2079 (*1 *2 *3) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))) (-4236 (*1 *2 *3) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))) (-1316 (*1 *2 *3) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))) (-1541 (*1 *2 *3) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))) (-3926 (*1 *2 *3) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))))
-(-10 -7 (-15 -3926 ((-1094 (-385 (-525))) (-525))) (-15 -1541 ((-1094 (-385 (-525))) (-525))) (-15 -1316 ((-1094 (-385 (-525))) (-525))) (-15 -4236 ((-1094 (-385 (-525))) (-525))) (-15 -2079 ((-1094 (-385 (-525))) (-525))) (-15 -3558 ((-1094 (-385 (-525))) (-525))) (-15 -2151 ((-1094 (-385 (-525))) (-525))) (-15 -4036 ((-385 (-525)) (-1094 (-385 (-525))) (-1094 (-385 (-525))))) (-15 -1615 ((-1094 (-385 (-525))) (-1094 (-385 (-525))) (-1094 (-385 (-525))))) (-15 -2825 ((-385 (-525)) (-1094 (-385 (-525))))) (-15 -3701 ((-1094 (-385 (-525))) (-1094 (-385 (-525))) (-1094 (-385 (-525))))) (-15 -3181 ((-1094 (-385 (-525))) (-592 (-525)))) (-15 -1497 ((-1094 (-385 (-525))) (-592 (-525)) (-592 (-525)))))
-((-2483 (((-396 (-1088 (-525))) (-525)) 28)) (-3560 (((-592 (-1088 (-525))) (-525)) 23)) (-3099 (((-1088 (-525)) (-525)) 21)))
-(((-173) (-10 -7 (-15 -3560 ((-592 (-1088 (-525))) (-525))) (-15 -3099 ((-1088 (-525)) (-525))) (-15 -2483 ((-396 (-1088 (-525))) (-525))))) (T -173))
-((-2483 (*1 *2 *3) (-12 (-5 *2 (-396 (-1088 (-525)))) (-5 *1 (-173)) (-5 *3 (-525)))) (-3099 (*1 *2 *3) (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-173)) (-5 *3 (-525)))) (-3560 (*1 *2 *3) (-12 (-5 *2 (-592 (-1088 (-525)))) (-5 *1 (-173)) (-5 *3 (-525)))))
-(-10 -7 (-15 -3560 ((-592 (-1088 (-525))) (-525))) (-15 -3099 ((-1088 (-525)) (-525))) (-15 -2483 ((-396 (-1088 (-525))) (-525))))
-((-4007 (((-1073 (-205)) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 104)) (-3163 (((-592 (-1075)) (-1073 (-205))) NIL)) (-2828 (((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 80)) (-4228 (((-592 (-205)) (-294 (-205)) (-1092) (-1015 (-782 (-205)))) NIL)) (-3843 (((-592 (-1075)) (-592 (-205))) NIL)) (-3829 (((-205) (-1015 (-782 (-205)))) 24)) (-4008 (((-205) (-1015 (-782 (-205)))) 25)) (-2728 (((-357) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 97)) (-1288 (((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 42)) (-3768 (((-1075) (-205)) NIL)) (-3527 (((-1075) (-592 (-1075))) 20)) (-3561 (((-966) (-1092) (-1092) (-966)) 13)))
-(((-174) (-10 -7 (-15 -2828 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1288 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3829 ((-205) (-1015 (-782 (-205))))) (-15 -4008 ((-205) (-1015 (-782 (-205))))) (-15 -2728 ((-357) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4228 ((-592 (-205)) (-294 (-205)) (-1092) (-1015 (-782 (-205))))) (-15 -4007 ((-1073 (-205)) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3768 ((-1075) (-205))) (-15 -3843 ((-592 (-1075)) (-592 (-205)))) (-15 -3163 ((-592 (-1075)) (-1073 (-205)))) (-15 -3527 ((-1075) (-592 (-1075)))) (-15 -3561 ((-966) (-1092) (-1092) (-966))))) (T -174))
-((-3561 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-966)) (-5 *3 (-1092)) (-5 *1 (-174)))) (-3527 (*1 *2 *3) (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1075)) (-5 *1 (-174)))) (-3163 (*1 *2 *3) (-12 (-5 *3 (-1073 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-174)))) (-3843 (*1 *2 *3) (-12 (-5 *3 (-592 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-174)))) (-3768 (*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1075)) (-5 *1 (-174)))) (-4007 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-1073 (-205))) (-5 *1 (-174)))) (-4228 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 (-205))) (-5 *4 (-1092)) (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-592 (-205))) (-5 *1 (-174)))) (-2728 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-357)) (-5 *1 (-174)))) (-4008 (*1 *2 *3) (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-174)))) (-3829 (*1 *2 *3) (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-174)))) (-1288 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-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 (-174)))) (-2828 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-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 (-174)))))
-(-10 -7 (-15 -2828 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1288 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3829 ((-205) (-1015 (-782 (-205))))) (-15 -4008 ((-205) (-1015 (-782 (-205))))) (-15 -2728 ((-357) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4228 ((-592 (-205)) (-294 (-205)) (-1092) (-1015 (-782 (-205))))) (-15 -4007 ((-1073 (-205)) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3768 ((-1075) (-205))) (-15 -3843 ((-592 (-1075)) (-592 (-205)))) (-15 -3163 ((-592 (-1075)) (-1073 (-205)))) (-15 -3527 ((-1075) (-592 (-1075)))) (-15 -3561 ((-966) (-1092) (-1092) (-966))))
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 55) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 32) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-175) (-729)) (T -175))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 60) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 41) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-176) (-729)) (T -176))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 69) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 40) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-177) (-729)) (T -177))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 56) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 34) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-178) (-729)) (T -178))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 67) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 38) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-179) (-729)) (T -179))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 73) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 36) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-180) (-729)) (T -180))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 80) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 44) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-181) (-729)) (T -181))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 70) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 40) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-182) (-729)) (T -182))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 65)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 32)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-183) (-729)) (T -183))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 63)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 34)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-184) (-729)) (T -184))
-NIL
-(-729)
-((-4087 (((-108) $ $) NIL)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 90) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 78) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-185) (-729)) (T -185))
-NIL
-(-729)
-((-3016 (((-3 (-2 (|:| -1534 (-110)) (|:| |w| (-205))) "failed") (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 85)) (-3567 (((-525) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 42)) (-3903 (((-3 (-592 (-205)) "failed") (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 73)))
-(((-186) (-10 -7 (-15 -3016 ((-3 (-2 (|:| -1534 (-110)) (|:| |w| (-205))) "failed") (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3903 ((-3 (-592 (-205)) "failed") (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3567 ((-525) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))) (T -186))
-((-3567 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-525)) (-5 *1 (-186)))) (-3903 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-592 (-205))) (-5 *1 (-186)))) (-3016 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-2 (|:| -1534 (-110)) (|:| |w| (-205)))) (-5 *1 (-186)))))
-(-10 -7 (-15 -3016 ((-3 (-2 (|:| -1534 (-110)) (|:| |w| (-205))) "failed") (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3903 ((-3 (-592 (-205)) "failed") (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3567 ((-525) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))
-((-3102 (((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 39)) (-1642 (((-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 129)) (-1596 (((-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))) (-632 (-294 (-205)))) 88)) (-2504 (((-357) (-632 (-294 (-205)))) 112)) (-1334 (((-632 (-294 (-205))) (-1174 (-294 (-205))) (-592 (-1092))) 109)) (-1447 (((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 30)) (-3186 (((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 43)) (-2825 (((-632 (-294 (-205))) (-632 (-294 (-205))) (-592 (-1092)) (-1174 (-294 (-205)))) 101)) (-2887 (((-357) (-357) (-592 (-357))) 106) (((-357) (-357) (-357)) 104)) (-1240 (((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 36)))
-(((-187) (-10 -7 (-15 -2887 ((-357) (-357) (-357))) (-15 -2887 ((-357) (-357) (-592 (-357)))) (-15 -2504 ((-357) (-632 (-294 (-205))))) (-15 -1334 ((-632 (-294 (-205))) (-1174 (-294 (-205))) (-592 (-1092)))) (-15 -2825 ((-632 (-294 (-205))) (-632 (-294 (-205))) (-592 (-1092)) (-1174 (-294 (-205))))) (-15 -1596 ((-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))) (-632 (-294 (-205))))) (-15 -1642 ((-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3102 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3186 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1240 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1447 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))) (T -187))
-((-1447 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-357)) (-5 *1 (-187)))) (-1240 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-357)) (-5 *1 (-187)))) (-3186 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-357)) (-5 *1 (-187)))) (-3102 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-357)) (-5 *1 (-187)))) (-1642 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357)))) (-5 *1 (-187)))) (-1596 (*1 *2 *3) (-12 (-5 *3 (-632 (-294 (-205)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357)))) (-5 *1 (-187)))) (-2825 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-632 (-294 (-205)))) (-5 *3 (-592 (-1092))) (-5 *4 (-1174 (-294 (-205)))) (-5 *1 (-187)))) (-1334 (*1 *2 *3 *4) (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *4 (-592 (-1092))) (-5 *2 (-632 (-294 (-205)))) (-5 *1 (-187)))) (-2504 (*1 *2 *3) (-12 (-5 *3 (-632 (-294 (-205)))) (-5 *2 (-357)) (-5 *1 (-187)))) (-2887 (*1 *2 *2 *3) (-12 (-5 *3 (-592 (-357))) (-5 *2 (-357)) (-5 *1 (-187)))) (-2887 (*1 *2 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-187)))))
-(-10 -7 (-15 -2887 ((-357) (-357) (-357))) (-15 -2887 ((-357) (-357) (-592 (-357)))) (-15 -2504 ((-357) (-632 (-294 (-205))))) (-15 -1334 ((-632 (-294 (-205))) (-1174 (-294 (-205))) (-592 (-1092)))) (-15 -2825 ((-632 (-294 (-205))) (-632 (-294 (-205))) (-592 (-1092)) (-1174 (-294 (-205))))) (-15 -1596 ((-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))) (-632 (-294 (-205))))) (-15 -1642 ((-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3102 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3186 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1240 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1447 ((-357) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))
-((-4087 (((-108) $ $) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 41)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3643 (((-966) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 64)) (-2775 (((-108) $ $) NIL)))
-(((-188) (-742)) (T -188))
-NIL
-(-742)
-((-4087 (((-108) $ $) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 41)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3643 (((-966) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 62)) (-2775 (((-108) $ $) NIL)))
-(((-189) (-742)) (T -189))
-NIL
-(-742)
-((-4087 (((-108) $ $) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 40)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3643 (((-966) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 66)) (-2775 (((-108) $ $) NIL)))
-(((-190) (-742)) (T -190))
-NIL
-(-742)
-((-4087 (((-108) $ $) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 46)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3643 (((-966) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 75)) (-2775 (((-108) $ $) NIL)))
-(((-191) (-742)) (T -191))
-NIL
-(-742)
-((-2668 (((-592 (-1092)) (-1092) (-713)) 23)) (-3740 (((-294 (-205)) (-294 (-205))) 31)) (-1950 (((-108) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) 73)) (-3936 (((-108) (-205) (-205) (-592 (-294 (-205)))) 44)))
-(((-192) (-10 -7 (-15 -2668 ((-592 (-1092)) (-1092) (-713))) (-15 -3740 ((-294 (-205)) (-294 (-205)))) (-15 -3936 ((-108) (-205) (-205) (-592 (-294 (-205))))) (-15 -1950 ((-108) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))))))) (T -192))
-((-1950 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) (-5 *2 (-108)) (-5 *1 (-192)))) (-3936 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-592 (-294 (-205)))) (-5 *3 (-205)) (-5 *2 (-108)) (-5 *1 (-192)))) (-3740 (*1 *2 *2) (-12 (-5 *2 (-294 (-205))) (-5 *1 (-192)))) (-2668 (*1 *2 *3 *4) (-12 (-5 *4 (-713)) (-5 *2 (-592 (-1092))) (-5 *1 (-192)) (-5 *3 (-1092)))))
-(-10 -7 (-15 -2668 ((-592 (-1092)) (-1092) (-713))) (-15 -3740 ((-294 (-205)) (-294 (-205)))) (-15 -3936 ((-108) (-205) (-205) (-592 (-294 (-205))))) (-15 -1950 ((-108) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))))))
-((-4087 (((-108) $ $) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) 26)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3688 (((-966) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) 57)) (-2775 (((-108) $ $) NIL)))
-(((-193) (-830)) (T -193))
-NIL
-(-830)
-((-4087 (((-108) $ $) NIL)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) 21)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3688 (((-966) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-194) (-830)) (T -194))
-NIL
-(-830)
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3686 (((-1179) $) 36) (((-1179) $ (-856) (-856)) 38)) (-3431 (($ $ (-922)) 19) (((-225 (-1075)) $ (-1092)) 15)) (-2701 (((-1179) $) 34)) (-4100 (((-798) $) 31) (($ (-592 |#1|)) 8)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $ $) 27)) (-2860 (($ $ $) 22)))
-(((-195 |#1|) (-13 (-1020) (-10 -8 (-15 -3431 ($ $ (-922))) (-15 -3431 ((-225 (-1075)) $ (-1092))) (-15 -2860 ($ $ $)) (-15 -2871 ($ $ $)) (-15 -4100 ($ (-592 |#1|))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $)) (-15 -3686 ((-1179) $ (-856) (-856))))) (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $))))) (T -195))
-((-3431 (*1 *1 *1 *2) (-12 (-5 *2 (-922)) (-5 *1 (-195 *3)) (-4 *3 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $))))))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-225 (-1075))) (-5 *1 (-195 *4)) (-4 *4 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ *3)) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $))))))) (-2860 (*1 *1 *1 *1) (-12 (-5 *1 (-195 *2)) (-4 *2 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $))))))) (-2871 (*1 *1 *1 *1) (-12 (-5 *1 (-195 *2)) (-4 *2 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $))))))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $))))) (-5 *1 (-195 *3)))) (-2701 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-195 *3)) (-4 *3 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 (*2 $)) (-15 -3686 (*2 $))))))) (-3686 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-195 *3)) (-4 *3 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 (*2 $)) (-15 -3686 (*2 $))))))) (-3686 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1179)) (-5 *1 (-195 *4)) (-4 *4 (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 (*2 $)) (-15 -3686 (*2 $))))))))
-(-13 (-1020) (-10 -8 (-15 -3431 ($ $ (-922))) (-15 -3431 ((-225 (-1075)) $ (-1092))) (-15 -2860 ($ $ $)) (-15 -2871 ($ $ $)) (-15 -4100 ($ (-592 |#1|))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $)) (-15 -3686 ((-1179) $ (-856) (-856)))))
-((-1727 ((|#2| |#4| (-1 |#2| |#2|)) 46)))
-(((-196 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1727 (|#2| |#4| (-1 |#2| |#2|)))) (-341) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|)) (T -196))
-((-1727 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-341)) (-4 *6 (-1150 (-385 *2))) (-4 *2 (-1150 *5)) (-5 *1 (-196 *5 *2 *6 *3)) (-4 *3 (-320 *5 *2 *6)))))
-(-10 -7 (-15 -1727 (|#2| |#4| (-1 |#2| |#2|))))
-((-4224 ((|#2| |#2| (-713) |#2|) 42)) (-2839 ((|#2| |#2| (-713) |#2|) 38)) (-3679 (((-592 |#2|) (-592 (-2 (|:| |deg| (-713)) (|:| -4138 |#2|)))) 58)) (-2339 (((-592 (-2 (|:| |deg| (-713)) (|:| -4138 |#2|))) |#2|) 53)) (-2696 (((-108) |#2|) 50)) (-3243 (((-396 |#2|) |#2|) 78)) (-4201 (((-396 |#2|) |#2|) 77)) (-1665 ((|#2| |#2| (-713) |#2|) 36)) (-3463 (((-2 (|:| |cont| |#1|) (|:| -2868 (-592 (-2 (|:| |irr| |#2|) (|:| -3750 (-525)))))) |#2| (-108)) 70)))
-(((-197 |#1| |#2|) (-10 -7 (-15 -4201 ((-396 |#2|) |#2|)) (-15 -3243 ((-396 |#2|) |#2|)) (-15 -3463 ((-2 (|:| |cont| |#1|) (|:| -2868 (-592 (-2 (|:| |irr| |#2|) (|:| -3750 (-525)))))) |#2| (-108))) (-15 -2339 ((-592 (-2 (|:| |deg| (-713)) (|:| -4138 |#2|))) |#2|)) (-15 -3679 ((-592 |#2|) (-592 (-2 (|:| |deg| (-713)) (|:| -4138 |#2|))))) (-15 -1665 (|#2| |#2| (-713) |#2|)) (-15 -2839 (|#2| |#2| (-713) |#2|)) (-15 -4224 (|#2| |#2| (-713) |#2|)) (-15 -2696 ((-108) |#2|))) (-327) (-1150 |#1|)) (T -197))
-((-2696 (*1 *2 *3) (-12 (-4 *4 (-327)) (-5 *2 (-108)) (-5 *1 (-197 *4 *3)) (-4 *3 (-1150 *4)))) (-4224 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-713)) (-4 *4 (-327)) (-5 *1 (-197 *4 *2)) (-4 *2 (-1150 *4)))) (-2839 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-713)) (-4 *4 (-327)) (-5 *1 (-197 *4 *2)) (-4 *2 (-1150 *4)))) (-1665 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-713)) (-4 *4 (-327)) (-5 *1 (-197 *4 *2)) (-4 *2 (-1150 *4)))) (-3679 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| |deg| (-713)) (|:| -4138 *5)))) (-4 *5 (-1150 *4)) (-4 *4 (-327)) (-5 *2 (-592 *5)) (-5 *1 (-197 *4 *5)))) (-2339 (*1 *2 *3) (-12 (-4 *4 (-327)) (-5 *2 (-592 (-2 (|:| |deg| (-713)) (|:| -4138 *3)))) (-5 *1 (-197 *4 *3)) (-4 *3 (-1150 *4)))) (-3463 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-327)) (-5 *2 (-2 (|:| |cont| *5) (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525))))))) (-5 *1 (-197 *5 *3)) (-4 *3 (-1150 *5)))) (-3243 (*1 *2 *3) (-12 (-4 *4 (-327)) (-5 *2 (-396 *3)) (-5 *1 (-197 *4 *3)) (-4 *3 (-1150 *4)))) (-4201 (*1 *2 *3) (-12 (-4 *4 (-327)) (-5 *2 (-396 *3)) (-5 *1 (-197 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -4201 ((-396 |#2|) |#2|)) (-15 -3243 ((-396 |#2|) |#2|)) (-15 -3463 ((-2 (|:| |cont| |#1|) (|:| -2868 (-592 (-2 (|:| |irr| |#2|) (|:| -3750 (-525)))))) |#2| (-108))) (-15 -2339 ((-592 (-2 (|:| |deg| (-713)) (|:| -4138 |#2|))) |#2|)) (-15 -3679 ((-592 |#2|) (-592 (-2 (|:| |deg| (-713)) (|:| -4138 |#2|))))) (-15 -1665 (|#2| |#2| (-713) |#2|)) (-15 -2839 (|#2| |#2| (-713) |#2|)) (-15 -4224 (|#2| |#2| (-713) |#2|)) (-15 -2696 ((-108) |#2|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 (((-525) $) NIL (|has| (-525) (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| (-525) (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (|has| (-525) (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-525) (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| (-525) (-968 (-525))))) (-4105 (((-525) $) NIL) (((-1092) $) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| (-525) (-968 (-525)))) (((-525) $) NIL (|has| (-525) (-968 (-525))))) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-525) (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| (-525) (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-525) (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-525) (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 (((-525) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| (-525) (-1068)))) (-4079 (((-108) $) NIL (|has| (-525) (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-525) (-789)))) (-2016 (($ (-1 (-525) (-525)) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-525) (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| (-525) (-286))) (((-385 (-525)) $) NIL)) (-1340 (((-525) $) NIL (|has| (-525) (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 (-525)) (-592 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-525) (-525)) NIL (|has| (-525) (-288 (-525)))) (($ $ (-273 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-273 (-525)))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-1092)) (-592 (-525))) NIL (|has| (-525) (-486 (-1092) (-525)))) (($ $ (-1092) (-525)) NIL (|has| (-525) (-486 (-1092) (-525))))) (-1927 (((-713) $) NIL)) (-3431 (($ $ (-525)) NIL (|has| (-525) (-265 (-525) (-525))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2874 (($ $) NIL)) (-4080 (((-525) $) NIL)) (-1971 (($ (-385 (-525))) 9)) (-2069 (((-827 (-525)) $) NIL (|has| (-525) (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| (-525) (-567 (-827 (-357))))) (((-501) $) NIL (|has| (-525) (-567 (-501)))) (((-357) $) NIL (|has| (-525) (-953))) (((-205) $) NIL (|has| (-525) (-953)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-525) (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) 8) (($ (-525)) NIL) (($ (-1092)) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) NIL) (((-936 10) $) 10)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-525) (-844))) (|has| (-525) (-136))))) (-2448 (((-713)) NIL)) (-3064 (((-525) $) NIL (|has| (-525) (-510)))) (-1571 (((-108) $ $) NIL)) (-2380 (($ $) NIL (|has| (-525) (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $) NIL (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2830 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2880 (($ $ $) NIL) (($ (-525) (-525)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ (-525) $) NIL) (($ $ (-525)) NIL)))
-(((-198) (-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -4100 ((-936 10) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -1971 ($ (-385 (-525))))))) (T -198))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-198)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-936 10)) (-5 *1 (-198)))) (-1372 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-198)))) (-1971 (*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-198)))))
-(-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -4100 ((-936 10) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -1971 ($ (-385 (-525))))))
-((-2367 (((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1013 (-782 |#2|)) (-1075)) 28) (((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1013 (-782 |#2|))) 24)) (-2850 (((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1092) (-782 |#2|) (-782 |#2|) (-108)) 17)))
-(((-199 |#1| |#2|) (-10 -7 (-15 -2367 ((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1013 (-782 |#2|)))) (-15 -2367 ((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1013 (-782 |#2|)) (-1075))) (-15 -2850 ((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1092) (-782 |#2|) (-782 |#2|) (-108)))) (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-893) (-29 |#1|))) (T -199))
-((-2850 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1092)) (-5 *6 (-108)) (-4 *7 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-4 *3 (-13 (-1114) (-893) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-782 *3)) (|:| |f2| (-592 (-782 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-199 *7 *3)) (-5 *5 (-782 *3)))) (-2367 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1013 (-782 *3))) (-5 *5 (-1075)) (-4 *3 (-13 (-1114) (-893) (-29 *6))) (-4 *6 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (|:| |f1| (-782 *3)) (|:| |f2| (-592 (-782 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-199 *6 *3)))) (-2367 (*1 *2 *3 *4) (-12 (-5 *4 (-1013 (-782 *3))) (-4 *3 (-13 (-1114) (-893) (-29 *5))) (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (|:| |f1| (-782 *3)) (|:| |f2| (-592 (-782 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-199 *5 *3)))))
-(-10 -7 (-15 -2367 ((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1013 (-782 |#2|)))) (-15 -2367 ((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1013 (-782 |#2|)) (-1075))) (-15 -2850 ((-3 (|:| |f1| (-782 |#2|)) (|:| |f2| (-592 (-782 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1092) (-782 |#2|) (-782 |#2|) (-108))))
-((-2367 (((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-385 (-887 |#1|)))) (-1075)) 46) (((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-385 (-887 |#1|))))) 43) (((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-294 |#1|))) (-1075)) 47) (((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-294 |#1|)))) 20)))
-(((-200 |#1|) (-10 -7 (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-294 |#1|))))) (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-294 |#1|))) (-1075))) (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-385 (-887 |#1|)))))) (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-385 (-887 |#1|)))) (-1075)))) (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (T -200))
-((-2367 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1013 (-782 (-385 (-887 *6))))) (-5 *5 (-1075)) (-5 *3 (-385 (-887 *6))) (-4 *6 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (|:| |f1| (-782 (-294 *6))) (|:| |f2| (-592 (-782 (-294 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-200 *6)))) (-2367 (*1 *2 *3 *4) (-12 (-5 *4 (-1013 (-782 (-385 (-887 *5))))) (-5 *3 (-385 (-887 *5))) (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (|:| |f1| (-782 (-294 *5))) (|:| |f2| (-592 (-782 (-294 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-200 *5)))) (-2367 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-385 (-887 *6))) (-5 *4 (-1013 (-782 (-294 *6)))) (-5 *5 (-1075)) (-4 *6 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (|:| |f1| (-782 (-294 *6))) (|:| |f2| (-592 (-782 (-294 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-200 *6)))) (-2367 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1013 (-782 (-294 *5)))) (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (|:| |f1| (-782 (-294 *5))) (|:| |f2| (-592 (-782 (-294 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-200 *5)))))
-(-10 -7 (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-294 |#1|))))) (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-294 |#1|))) (-1075))) (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-385 (-887 |#1|)))))) (-15 -2367 ((-3 (|:| |f1| (-782 (-294 |#1|))) (|:| |f2| (-592 (-782 (-294 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-385 (-887 |#1|)) (-1013 (-782 (-385 (-887 |#1|)))) (-1075))))
-((-3504 (((-2 (|:| -2158 (-1088 |#1|)) (|:| |deg| (-856))) (-1088 |#1|)) 21)) (-2361 (((-592 (-294 |#2|)) (-294 |#2|) (-856)) 42)))
-(((-201 |#1| |#2|) (-10 -7 (-15 -3504 ((-2 (|:| -2158 (-1088 |#1|)) (|:| |deg| (-856))) (-1088 |#1|))) (-15 -2361 ((-592 (-294 |#2|)) (-294 |#2|) (-856)))) (-977) (-13 (-517) (-789))) (T -201))
-((-2361 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-4 *6 (-13 (-517) (-789))) (-5 *2 (-592 (-294 *6))) (-5 *1 (-201 *5 *6)) (-5 *3 (-294 *6)) (-4 *5 (-977)))) (-3504 (*1 *2 *3) (-12 (-4 *4 (-977)) (-5 *2 (-2 (|:| -2158 (-1088 *4)) (|:| |deg| (-856)))) (-5 *1 (-201 *4 *5)) (-5 *3 (-1088 *4)) (-4 *5 (-13 (-517) (-789))))))
-(-10 -7 (-15 -3504 ((-2 (|:| -2158 (-1088 |#1|)) (|:| |deg| (-856))) (-1088 |#1|))) (-15 -2361 ((-592 (-294 |#2|)) (-294 |#2|) (-856))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1308 ((|#1| $) NIL)) (-3490 ((|#1| $) 25)) (-3779 (((-108) $ (-713)) NIL)) (-2475 (($) NIL T CONST)) (-1883 (($ $) NIL)) (-2670 (($ $) 31)) (-1282 ((|#1| |#1| $) NIL)) (-2639 ((|#1| $) NIL)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-4128 (((-713) $) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3577 ((|#1| $) NIL)) (-1820 ((|#1| |#1| $) 28)) (-3149 ((|#1| |#1| $) 30)) (-3246 (($ |#1| $) NIL)) (-2934 (((-713) $) 27)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3010 ((|#1| $) NIL)) (-3426 ((|#1| $) 26)) (-3376 ((|#1| $) 24)) (-2724 ((|#1| $) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-1699 ((|#1| |#1| $) NIL)) (-3479 (((-108) $) 9)) (-1558 (($) NIL)) (-1462 ((|#1| $) NIL)) (-1226 (($) NIL) (($ (-592 |#1|)) 16)) (-2895 (((-713) $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2271 ((|#1| $) 13)) (-3905 (($ (-592 |#1|)) NIL)) (-1977 ((|#1| $) NIL)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-202 |#1|) (-13 (-233 |#1|) (-10 -8 (-15 -1226 ($ (-592 |#1|))))) (-1020)) (T -202))
-((-1226 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-202 *3)))))
-(-13 (-233 |#1|) (-10 -8 (-15 -1226 ($ (-592 |#1|)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1711 (($ (-294 |#1|)) 23)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3278 (((-108) $) NIL)) (-1934 (((-3 (-294 |#1|) "failed") $) NIL)) (-4105 (((-294 |#1|) $) NIL)) (-1451 (($ $) 31)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-2016 (($ (-1 (-294 |#1|) (-294 |#1|)) $) NIL)) (-1430 (((-294 |#1|) $) NIL)) (-1345 (($ $) 30)) (-1289 (((-1075) $) NIL)) (-1253 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-3817 (($ (-713)) NIL)) (-3827 (($ $) 32)) (-3529 (((-525) $) NIL)) (-4100 (((-798) $) 57) (($ (-525)) NIL) (($ (-294 |#1|)) NIL)) (-3136 (((-294 |#1|) $ $) NIL)) (-2448 (((-713)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 25 T CONST)) (-3375 (($) 50 T CONST)) (-2775 (((-108) $ $) 28)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 19)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 24) (($ (-294 |#1|) $) 18)))
-(((-203 |#1| |#2|) (-13 (-570 (-294 |#1|)) (-968 (-294 |#1|)) (-10 -8 (-15 -1430 ((-294 |#1|) $)) (-15 -1345 ($ $)) (-15 -1451 ($ $)) (-15 -3136 ((-294 |#1|) $ $)) (-15 -3817 ($ (-713))) (-15 -1253 ((-108) $)) (-15 -3278 ((-108) $)) (-15 -3529 ((-525) $)) (-15 -2016 ($ (-1 (-294 |#1|) (-294 |#1|)) $)) (-15 -1711 ($ (-294 |#1|))) (-15 -3827 ($ $)))) (-13 (-977) (-789)) (-592 (-1092))) (T -203))
-((-1430 (*1 *2 *1) (-12 (-5 *2 (-294 *3)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092))))) (-1345 (*1 *1 *1) (-12 (-5 *1 (-203 *2 *3)) (-4 *2 (-13 (-977) (-789))) (-14 *3 (-592 (-1092))))) (-1451 (*1 *1 *1) (-12 (-5 *1 (-203 *2 *3)) (-4 *2 (-13 (-977) (-789))) (-14 *3 (-592 (-1092))))) (-3136 (*1 *2 *1 *1) (-12 (-5 *2 (-294 *3)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092))))) (-3817 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092))))) (-1253 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092))))) (-3278 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092))))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092))))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-294 *3) (-294 *3))) (-4 *3 (-13 (-977) (-789))) (-5 *1 (-203 *3 *4)) (-14 *4 (-592 (-1092))))) (-1711 (*1 *1 *2) (-12 (-5 *2 (-294 *3)) (-4 *3 (-13 (-977) (-789))) (-5 *1 (-203 *3 *4)) (-14 *4 (-592 (-1092))))) (-3827 (*1 *1 *1) (-12 (-5 *1 (-203 *2 *3)) (-4 *2 (-13 (-977) (-789))) (-14 *3 (-592 (-1092))))))
-(-13 (-570 (-294 |#1|)) (-968 (-294 |#1|)) (-10 -8 (-15 -1430 ((-294 |#1|) $)) (-15 -1345 ($ $)) (-15 -1451 ($ $)) (-15 -3136 ((-294 |#1|) $ $)) (-15 -3817 ($ (-713))) (-15 -1253 ((-108) $)) (-15 -3278 ((-108) $)) (-15 -3529 ((-525) $)) (-15 -2016 ($ (-1 (-294 |#1|) (-294 |#1|)) $)) (-15 -1711 ($ (-294 |#1|))) (-15 -3827 ($ $))))
-((-3548 (((-108) (-1075)) 22)) (-3762 (((-3 (-782 |#2|) "failed") (-565 |#2|) |#2| (-782 |#2|) (-782 |#2|) (-108)) 32)) (-3617 (((-3 (-108) "failed") (-1088 |#2|) (-782 |#2|) (-782 |#2|) (-108)) 73) (((-3 (-108) "failed") (-887 |#1|) (-1092) (-782 |#2|) (-782 |#2|) (-108)) 74)))
-(((-204 |#1| |#2|) (-10 -7 (-15 -3548 ((-108) (-1075))) (-15 -3762 ((-3 (-782 |#2|) "failed") (-565 |#2|) |#2| (-782 |#2|) (-782 |#2|) (-108))) (-15 -3617 ((-3 (-108) "failed") (-887 |#1|) (-1092) (-782 |#2|) (-782 |#2|) (-108))) (-15 -3617 ((-3 (-108) "failed") (-1088 |#2|) (-782 |#2|) (-782 |#2|) (-108)))) (-13 (-429) (-789) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-29 |#1|))) (T -204))
-((-3617 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-108)) (-5 *3 (-1088 *6)) (-5 *4 (-782 *6)) (-4 *6 (-13 (-1114) (-29 *5))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-204 *5 *6)))) (-3617 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-108)) (-5 *3 (-887 *6)) (-5 *4 (-1092)) (-5 *5 (-782 *7)) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-4 *7 (-13 (-1114) (-29 *6))) (-5 *1 (-204 *6 *7)))) (-3762 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-782 *4)) (-5 *3 (-565 *4)) (-5 *5 (-108)) (-4 *4 (-13 (-1114) (-29 *6))) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-204 *6 *4)))) (-3548 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-108)) (-5 *1 (-204 *4 *5)) (-4 *5 (-13 (-1114) (-29 *4))))))
-(-10 -7 (-15 -3548 ((-108) (-1075))) (-15 -3762 ((-3 (-782 |#2|) "failed") (-565 |#2|) |#2| (-782 |#2|) (-782 |#2|) (-108))) (-15 -3617 ((-3 (-108) "failed") (-887 |#1|) (-1092) (-782 |#2|) (-782 |#2|) (-108))) (-15 -3617 ((-3 (-108) "failed") (-1088 |#2|) (-782 |#2|) (-782 |#2|) (-108))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 89)) (-1653 (((-525) $) 99)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-2730 (($ $) NIL)) (-1803 (($ $) 77)) (-3659 (($ $) 65)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-4211 (($ $) 56)) (-1507 (((-108) $ $) NIL)) (-1781 (($ $) 75)) (-3638 (($ $) 63)) (-2971 (((-525) $) 116)) (-1828 (($ $) 80)) (-3698 (($ $) 67)) (-2475 (($) NIL T CONST)) (-3869 (($ $) NIL)) (-1934 (((-3 (-525) "failed") $) 115) (((-3 (-385 (-525)) "failed") $) 112)) (-4105 (((-525) $) 113) (((-385 (-525)) $) 110)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) 92)) (-1503 (((-385 (-525)) $ (-713)) 108) (((-385 (-525)) $ (-713) (-713)) 107)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2524 (((-856)) 29) (((-856) (-856)) NIL (|has| $ (-6 -4250)))) (-1889 (((-108) $) NIL)) (-4106 (($) 39)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL)) (-4000 (((-525) $) 35)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL)) (-2704 (($ $) NIL)) (-4079 (((-108) $) 88)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) 53) (($) 34 (-12 (-3272 (|has| $ (-6 -4242))) (-3272 (|has| $ (-6 -4250)))))) (-1609 (($ $ $) 52) (($) 33 (-12 (-3272 (|has| $ (-6 -4242))) (-3272 (|has| $ (-6 -4250)))))) (-1741 (((-525) $) 27)) (-2660 (($ $) 30)) (-2243 (($ $) 57)) (-2533 (($ $) 62)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-3870 (((-856) (-525)) NIL (|has| $ (-6 -4250)))) (-3993 (((-1039) $) NIL) (((-525) $) 90)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL)) (-1340 (($ $) NIL)) (-3536 (($ (-525) (-525)) NIL) (($ (-525) (-525) (-856)) 100)) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2168 (((-525) $) 28)) (-2423 (($) 38)) (-1618 (($ $) 61)) (-1927 (((-713) $) NIL)) (-2864 (((-1075) (-1075)) 8)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-3444 (((-856)) NIL) (((-856) (-856)) NIL (|has| $ (-6 -4250)))) (-2702 (($ $ (-713)) NIL) (($ $) 93)) (-1833 (((-856) (-525)) NIL (|has| $ (-6 -4250)))) (-1841 (($ $) 78)) (-3798 (($ $) 68)) (-1816 (($ $) 79)) (-3678 (($ $) 66)) (-1792 (($ $) 76)) (-3649 (($ $) 64)) (-2069 (((-357) $) 104) (((-205) $) 101) (((-827 (-357)) $) NIL) (((-501) $) 45)) (-4100 (((-798) $) 42) (($ (-525)) 60) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-525)) 60) (($ (-385 (-525))) NIL)) (-2448 (((-713)) NIL)) (-3064 (($ $) NIL)) (-1373 (((-856)) 32) (((-856) (-856)) NIL (|has| $ (-6 -4250)))) (-3771 (((-856)) 25)) (-1876 (($ $) 83)) (-3853 (($ $) 71) (($ $ $) 109)) (-1571 (((-108) $ $) NIL)) (-1853 (($ $) 81)) (-3808 (($ $) 69)) (-1902 (($ $) 86)) (-1760 (($ $) 74)) (-3135 (($ $) 84)) (-1770 (($ $) 72)) (-1891 (($ $) 85)) (-1748 (($ $) 73)) (-1866 (($ $) 82)) (-3820 (($ $) 70)) (-2380 (($ $) 117)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 36 T CONST)) (-3375 (($) 37 T CONST)) (-3660 (((-1075) $) 19) (((-1075) $ (-108)) 21) (((-1179) (-764) $) 22) (((-1179) (-764) $ (-108)) 23)) (-3496 (($ $) 96)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2892 (($ $ $) 98)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 54)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 46)) (-2880 (($ $ $) 87) (($ $ (-525)) 55)) (-2871 (($ $) 47) (($ $ $) 49)) (-2860 (($ $ $) 48)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 58) (($ $ (-385 (-525))) 128) (($ $ $) 59)) (* (($ (-856) $) 31) (($ (-713) $) NIL) (($ (-525) $) 51) (($ $ $) 50) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-205) (-13 (-382) (-213) (-770) (-1114) (-567 (-501)) (-10 -8 (-15 -2880 ($ $ (-525))) (-15 ** ($ $ $)) (-15 -2423 ($)) (-15 -3993 ((-525) $)) (-15 -2660 ($ $)) (-15 -2243 ($ $)) (-15 -3853 ($ $ $)) (-15 -3496 ($ $)) (-15 -2892 ($ $ $)) (-15 -2864 ((-1075) (-1075))) (-15 -1503 ((-385 (-525)) $ (-713))) (-15 -1503 ((-385 (-525)) $ (-713) (-713)))))) (T -205))
-((** (*1 *1 *1 *1) (-5 *1 (-205))) (-2880 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-205)))) (-2423 (*1 *1) (-5 *1 (-205))) (-3993 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-205)))) (-2660 (*1 *1 *1) (-5 *1 (-205))) (-2243 (*1 *1 *1) (-5 *1 (-205))) (-3853 (*1 *1 *1 *1) (-5 *1 (-205))) (-3496 (*1 *1 *1) (-5 *1 (-205))) (-2892 (*1 *1 *1 *1) (-5 *1 (-205))) (-2864 (*1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-205)))) (-1503 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-205)))) (-1503 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-205)))))
-(-13 (-382) (-213) (-770) (-1114) (-567 (-501)) (-10 -8 (-15 -2880 ($ $ (-525))) (-15 ** ($ $ $)) (-15 -2423 ($)) (-15 -3993 ((-525) $)) (-15 -2660 ($ $)) (-15 -2243 ($ $)) (-15 -3853 ($ $ $)) (-15 -3496 ($ $)) (-15 -2892 ($ $ $)) (-15 -2864 ((-1075) (-1075))) (-15 -1503 ((-385 (-525)) $ (-713))) (-15 -1503 ((-385 (-525)) $ (-713) (-713)))))
-((-2527 (((-157 (-205)) (-713) (-157 (-205))) 11) (((-205) (-713) (-205)) 12)) (-1658 (((-157 (-205)) (-157 (-205))) 13) (((-205) (-205)) 14)) (-2226 (((-157 (-205)) (-157 (-205)) (-157 (-205))) 19) (((-205) (-205) (-205)) 22)) (-3284 (((-157 (-205)) (-157 (-205))) 25) (((-205) (-205)) 24)) (-3553 (((-157 (-205)) (-157 (-205)) (-157 (-205))) 43) (((-205) (-205) (-205)) 35)) (-1384 (((-157 (-205)) (-157 (-205)) (-157 (-205))) 48) (((-205) (-205) (-205)) 45)) (-2735 (((-157 (-205)) (-157 (-205)) (-157 (-205))) 15) (((-205) (-205) (-205)) 16)) (-2273 (((-157 (-205)) (-157 (-205)) (-157 (-205))) 17) (((-205) (-205) (-205)) 18)) (-3541 (((-157 (-205)) (-157 (-205))) 60) (((-205) (-205)) 59)) (-1287 (((-205) (-205)) 54) (((-157 (-205)) (-157 (-205))) 58)) (-3496 (((-157 (-205)) (-157 (-205))) 8) (((-205) (-205)) 9)) (-2892 (((-157 (-205)) (-157 (-205)) (-157 (-205))) 30) (((-205) (-205) (-205)) 26)))
-(((-206) (-10 -7 (-15 -3496 ((-205) (-205))) (-15 -3496 ((-157 (-205)) (-157 (-205)))) (-15 -2892 ((-205) (-205) (-205))) (-15 -2892 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -1658 ((-205) (-205))) (-15 -1658 ((-157 (-205)) (-157 (-205)))) (-15 -3284 ((-205) (-205))) (-15 -3284 ((-157 (-205)) (-157 (-205)))) (-15 -2527 ((-205) (-713) (-205))) (-15 -2527 ((-157 (-205)) (-713) (-157 (-205)))) (-15 -2735 ((-205) (-205) (-205))) (-15 -2735 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -3553 ((-205) (-205) (-205))) (-15 -3553 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -2273 ((-205) (-205) (-205))) (-15 -2273 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -1384 ((-205) (-205) (-205))) (-15 -1384 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -1287 ((-157 (-205)) (-157 (-205)))) (-15 -1287 ((-205) (-205))) (-15 -3541 ((-205) (-205))) (-15 -3541 ((-157 (-205)) (-157 (-205)))) (-15 -2226 ((-205) (-205) (-205))) (-15 -2226 ((-157 (-205)) (-157 (-205)) (-157 (-205)))))) (T -206))
-((-2226 (*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-2226 (*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-3541 (*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-3541 (*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-1287 (*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-1287 (*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-1384 (*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-1384 (*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-2273 (*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-2273 (*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-3553 (*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-3553 (*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-2735 (*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-2735 (*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-2527 (*1 *2 *3 *2) (-12 (-5 *2 (-157 (-205))) (-5 *3 (-713)) (-5 *1 (-206)))) (-2527 (*1 *2 *3 *2) (-12 (-5 *2 (-205)) (-5 *3 (-713)) (-5 *1 (-206)))) (-3284 (*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-3284 (*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-1658 (*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-1658 (*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-2892 (*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-2892 (*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))) (-3496 (*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))) (-3496 (*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206)))))
-(-10 -7 (-15 -3496 ((-205) (-205))) (-15 -3496 ((-157 (-205)) (-157 (-205)))) (-15 -2892 ((-205) (-205) (-205))) (-15 -2892 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -1658 ((-205) (-205))) (-15 -1658 ((-157 (-205)) (-157 (-205)))) (-15 -3284 ((-205) (-205))) (-15 -3284 ((-157 (-205)) (-157 (-205)))) (-15 -2527 ((-205) (-713) (-205))) (-15 -2527 ((-157 (-205)) (-713) (-157 (-205)))) (-15 -2735 ((-205) (-205) (-205))) (-15 -2735 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -3553 ((-205) (-205) (-205))) (-15 -3553 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -2273 ((-205) (-205) (-205))) (-15 -2273 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -1384 ((-205) (-205) (-205))) (-15 -1384 ((-157 (-205)) (-157 (-205)) (-157 (-205)))) (-15 -1287 ((-157 (-205)) (-157 (-205)))) (-15 -1287 ((-205) (-205))) (-15 -3541 ((-205) (-205))) (-15 -3541 ((-157 (-205)) (-157 (-205)))) (-15 -2226 ((-205) (-205) (-205))) (-15 -2226 ((-157 (-205)) (-157 (-205)) (-157 (-205)))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1221 (($ (-713) (-713)) NIL)) (-2659 (($ $ $) NIL)) (-1730 (($ (-1174 |#1|)) NIL) (($ $) NIL)) (-2133 (($ |#1| |#1| |#1|) 32)) (-2207 (((-108) $) NIL)) (-2968 (($ $ (-525) (-525)) NIL)) (-3904 (($ $ (-525) (-525)) NIL)) (-1550 (($ $ (-525) (-525) (-525) (-525)) NIL)) (-3263 (($ $) NIL)) (-2721 (((-108) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-3614 (($ $ (-525) (-525) $) NIL)) (-1233 ((|#1| $ (-525) (-525) |#1|) NIL) (($ $ (-592 (-525)) (-592 (-525)) $) NIL)) (-2695 (($ $ (-525) (-1174 |#1|)) NIL)) (-1773 (($ $ (-525) (-1174 |#1|)) NIL)) (-2201 (($ |#1| |#1| |#1|) 31)) (-1232 (($ (-713) |#1|) NIL)) (-2475 (($) NIL T CONST)) (-3692 (($ $) NIL (|has| |#1| (-286)))) (-3209 (((-1174 |#1|) $ (-525)) NIL)) (-2152 (($ |#1|) 30)) (-2131 (($ |#1|) 29)) (-3918 (($ |#1|) 28)) (-3085 (((-713) $) NIL (|has| |#1| (-517)))) (-3081 ((|#1| $ (-525) (-525) |#1|) NIL)) (-3017 ((|#1| $ (-525) (-525)) NIL)) (-2175 (((-592 |#1|) $) NIL)) (-3204 (((-713) $) NIL (|has| |#1| (-517)))) (-3261 (((-592 (-1174 |#1|)) $) NIL (|has| |#1| (-517)))) (-2720 (((-713) $) NIL)) (-3324 (($ (-713) (-713) |#1|) NIL)) (-2731 (((-713) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-3239 ((|#1| $) NIL (|has| |#1| (-6 (-4261 "*"))))) (-2797 (((-525) $) NIL)) (-2307 (((-525) $) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3194 (((-525) $) NIL)) (-3210 (((-525) $) NIL)) (-4054 (($ (-592 (-592 |#1|))) 11)) (-3069 (($ (-1 |#1| |#1|) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2949 (((-592 (-592 |#1|)) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-1921 (((-3 $ "failed") $) NIL (|has| |#1| (-341)))) (-3230 (($) 12)) (-2847 (($ $ $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) NIL)) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) (-525)) NIL) ((|#1| $ (-525) (-525) |#1|) NIL) (($ $ (-592 (-525)) (-592 (-525))) NIL)) (-3525 (($ (-592 |#1|)) NIL) (($ (-592 $)) NIL)) (-3219 (((-108) $) NIL)) (-1796 ((|#1| $) NIL (|has| |#1| (-6 (-4261 "*"))))) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-1881 (((-1174 |#1|) $ (-525)) NIL)) (-4100 (($ (-1174 |#1|)) NIL) (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-1245 (((-108) $) NIL)) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $ $) NIL) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-525) $) NIL) (((-1174 |#1|) $ (-1174 |#1|)) 15) (((-1174 |#1|) (-1174 |#1|) $) NIL) (((-878 |#1|) $ (-878 |#1|)) 20)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-207 |#1|) (-13 (-630 |#1| (-1174 |#1|) (-1174 |#1|)) (-10 -8 (-15 * ((-878 |#1|) $ (-878 |#1|))) (-15 -3230 ($)) (-15 -3918 ($ |#1|)) (-15 -2131 ($ |#1|)) (-15 -2152 ($ |#1|)) (-15 -2201 ($ |#1| |#1| |#1|)) (-15 -2133 ($ |#1| |#1| |#1|)))) (-13 (-341) (-1114))) (T -207))
-((* (*1 *2 *1 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114))) (-5 *1 (-207 *3)))) (-3230 (*1 *1) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))) (-3918 (*1 *1 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))) (-2131 (*1 *1 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))) (-2152 (*1 *1 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))) (-2201 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))) (-2133 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))))
-(-13 (-630 |#1| (-1174 |#1|) (-1174 |#1|)) (-10 -8 (-15 * ((-878 |#1|) $ (-878 |#1|))) (-15 -3230 ($)) (-15 -3918 ($ |#1|)) (-15 -2131 ($ |#1|)) (-15 -2152 ($ |#1|)) (-15 -2201 ($ |#1| |#1| |#1|)) (-15 -2133 ($ |#1| |#1| |#1|))))
-((-3050 (($ (-1 (-108) |#2|) $) 16)) (-4205 (($ |#2| $) NIL) (($ (-1 (-108) |#2|) $) 25)) (-2637 (($) NIL) (($ (-592 |#2|)) 11)) (-2775 (((-108) $ $) 23)))
-(((-208 |#1| |#2|) (-10 -8 (-15 -3050 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4205 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4205 (|#1| |#2| |#1|)) (-15 -2637 (|#1| (-592 |#2|))) (-15 -2637 (|#1|)) (-15 -2775 ((-108) |#1| |#1|))) (-209 |#2|) (-1020)) (T -208))
-NIL
-(-10 -8 (-15 -3050 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4205 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4205 (|#1| |#2| |#1|)) (-15 -2637 (|#1| (-592 |#2|))) (-15 -2637 (|#1|)) (-15 -2775 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-3050 (($ (-1 (-108) |#1|) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1681 (($ $) 58 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ |#1| $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 46 (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) 57 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 54 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 51)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2637 (($) 49) (($ (-592 |#1|)) 48)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 50)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-209 |#1|) (-131) (-1020)) (T -209))
-NIL
-(-13 (-215 |t#1|))
-(((-33) . T) ((-102 |#1|) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-215 |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-2702 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-713)) 11) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) 19) (($ $ (-713)) NIL) (($ $) 16)) (-2401 (($ $ (-1 |#2| |#2|)) 12) (($ $ (-1 |#2| |#2|) (-713)) 14) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL) (($ $ (-713)) NIL) (($ $) NIL)))
-(((-210 |#1| |#2|) (-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2401 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2401 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2401 (|#1| |#1| (-1092))) (-15 -2401 (|#1| |#1| (-592 (-1092)))) (-15 -2401 (|#1| |#1| (-1092) (-713))) (-15 -2401 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2401 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2401 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|)))) (-211 |#2|) (-977)) (T -210))
-NIL
-(-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2401 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2401 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2401 (|#1| |#1| (-1092))) (-15 -2401 (|#1| |#1| (-592 (-1092)))) (-15 -2401 (|#1| |#1| (-1092) (-713))) (-15 -2401 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2401 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2401 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-2702 (($ $ (-1 |#1| |#1|)) 52) (($ $ (-1 |#1| |#1|) (-713)) 51) (($ $ (-592 (-1092)) (-592 (-713))) 44 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 43 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 42 (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) 41 (|has| |#1| (-835 (-1092)))) (($ $ (-713)) 39 (|has| |#1| (-213))) (($ $) 37 (|has| |#1| (-213)))) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-1 |#1| |#1|)) 50) (($ $ (-1 |#1| |#1|) (-713)) 49) (($ $ (-592 (-1092)) (-592 (-713))) 48 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 47 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 46 (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) 45 (|has| |#1| (-835 (-1092)))) (($ $ (-713)) 40 (|has| |#1| (-213))) (($ $) 38 (|has| |#1| (-213)))) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-211 |#1|) (-131) (-977)) (T -211))
-((-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-211 *3)) (-4 *3 (-977)))) (-2702 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-713)) (-4 *1 (-211 *4)) (-4 *4 (-977)))) (-2401 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-211 *3)) (-4 *3 (-977)))) (-2401 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-713)) (-4 *1 (-211 *4)) (-4 *4 (-977)))))
-(-13 (-977) (-10 -8 (-15 -2702 ($ $ (-1 |t#1| |t#1|))) (-15 -2702 ($ $ (-1 |t#1| |t#1|) (-713))) (-15 -2401 ($ $ (-1 |t#1| |t#1|))) (-15 -2401 ($ $ (-1 |t#1| |t#1|) (-713))) (IF (|has| |t#1| (-213)) (-6 (-213)) |%noBranch|) (IF (|has| |t#1| (-835 (-1092))) (-6 (-835 (-1092))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-213) |has| |#1| (-213)) ((-594 $) . T) ((-669) . T) ((-835 (-1092)) |has| |#1| (-835 (-1092))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2702 (($ $) NIL) (($ $ (-713)) 10)) (-2401 (($ $) 8) (($ $ (-713)) 12)))
-(((-212 |#1|) (-10 -8 (-15 -2401 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2401 (|#1| |#1|)) (-15 -2702 (|#1| |#1|))) (-213)) (T -212))
-NIL
-(-10 -8 (-15 -2401 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2401 (|#1| |#1|)) (-15 -2702 (|#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-2702 (($ $) 38) (($ $ (-713)) 36)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $) 37) (($ $ (-713)) 35)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-213) (-131)) (T -213))
-((-2702 (*1 *1 *1) (-4 *1 (-213))) (-2401 (*1 *1 *1) (-4 *1 (-213))) (-2702 (*1 *1 *1 *2) (-12 (-4 *1 (-213)) (-5 *2 (-713)))) (-2401 (*1 *1 *1 *2) (-12 (-4 *1 (-213)) (-5 *2 (-713)))))
-(-13 (-977) (-10 -8 (-15 -2702 ($ $)) (-15 -2401 ($ $)) (-15 -2702 ($ $ (-713))) (-15 -2401 ($ $ (-713)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2637 (($) 12) (($ (-592 |#2|)) NIL)) (-2503 (($ $) 14)) (-4114 (($ (-592 |#2|)) 10)) (-4100 (((-798) $) 21)))
-(((-214 |#1| |#2|) (-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2637 (|#1| (-592 |#2|))) (-15 -2637 (|#1|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -2503 (|#1| |#1|))) (-215 |#2|) (-1020)) (T -214))
-NIL
-(-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2637 (|#1| (-592 |#2|))) (-15 -2637 (|#1|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -2503 (|#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-3050 (($ (-1 (-108) |#1|) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1681 (($ $) 58 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ |#1| $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 46 (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) 57 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 54 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 51)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2637 (($) 49) (($ (-592 |#1|)) 48)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 50)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-215 |#1|) (-131) (-1020)) (T -215))
-((-2637 (*1 *1) (-12 (-4 *1 (-215 *2)) (-4 *2 (-1020)))) (-2637 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-215 *3)))) (-4205 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-215 *2)) (-4 *2 (-1020)))) (-4205 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-215 *3)) (-4 *3 (-1020)))) (-3050 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-215 *3)) (-4 *3 (-1020)))))
-(-13 (-102 |t#1|) (-142 |t#1|) (-10 -8 (-15 -2637 ($)) (-15 -2637 ($ (-592 |t#1|))) (IF (|has| $ (-6 -4259)) (PROGN (-15 -4205 ($ |t#1| $)) (-15 -4205 ($ (-1 (-108) |t#1|) $)) (-15 -3050 ($ (-1 (-108) |t#1|) $))) |%noBranch|)))
-(((-33) . T) ((-102 |#1|) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-2145 (((-2 (|:| |varOrder| (-592 (-1092))) (|:| |inhom| (-3 (-592 (-1174 (-713))) "failed")) (|:| |hom| (-592 (-1174 (-713))))) (-273 (-887 (-525)))) 27)))
-(((-216) (-10 -7 (-15 -2145 ((-2 (|:| |varOrder| (-592 (-1092))) (|:| |inhom| (-3 (-592 (-1174 (-713))) "failed")) (|:| |hom| (-592 (-1174 (-713))))) (-273 (-887 (-525))))))) (T -216))
-((-2145 (*1 *2 *3) (-12 (-5 *3 (-273 (-887 (-525)))) (-5 *2 (-2 (|:| |varOrder| (-592 (-1092))) (|:| |inhom| (-3 (-592 (-1174 (-713))) "failed")) (|:| |hom| (-592 (-1174 (-713)))))) (-5 *1 (-216)))))
-(-10 -7 (-15 -2145 ((-2 (|:| |varOrder| (-592 (-1092))) (|:| |inhom| (-3 (-592 (-1174 (-713))) "failed")) (|:| |hom| (-592 (-1174 (-713))))) (-273 (-887 (-525))))))
-((-1613 (((-713)) 51)) (-3090 (((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 $) (-1174 $)) 49) (((-632 |#3|) (-632 $)) 41) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL)) (-3933 (((-128)) 57)) (-2702 (($ $ (-1 |#3| |#3|) (-713)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL) (($ $ (-713)) NIL) (($ $) NIL)) (-4100 (((-1174 |#3|) $) NIL) (($ |#3|) NIL) (((-798) $) NIL) (($ (-525)) 12) (($ (-385 (-525))) NIL)) (-2448 (((-713)) 15)) (-2880 (($ $ |#3|) 54)))
-(((-217 |#1| |#2| |#3|) (-10 -8 (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)) (-15 -2448 ((-713))) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -4100 (|#1| |#3|)) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|) (-713))) (-15 -3090 ((-632 |#3|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 |#1|) (-1174 |#1|))) (-15 -1613 ((-713))) (-15 -2880 (|#1| |#1| |#3|)) (-15 -3933 ((-128))) (-15 -4100 ((-1174 |#3|) |#1|))) (-218 |#2| |#3|) (-713) (-1128)) (T -217))
-((-3933 (*1 *2) (-12 (-14 *4 (-713)) (-4 *5 (-1128)) (-5 *2 (-128)) (-5 *1 (-217 *3 *4 *5)) (-4 *3 (-218 *4 *5)))) (-1613 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1128)) (-5 *2 (-713)) (-5 *1 (-217 *3 *4 *5)) (-4 *3 (-218 *4 *5)))) (-2448 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1128)) (-5 *2 (-713)) (-5 *1 (-217 *3 *4 *5)) (-4 *3 (-218 *4 *5)))))
-(-10 -8 (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)) (-15 -2448 ((-713))) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -4100 (|#1| |#3|)) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|) (-713))) (-15 -3090 ((-632 |#3|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 |#1|) (-1174 |#1|))) (-15 -1613 ((-713))) (-15 -2880 (|#1| |#1| |#3|)) (-15 -3933 ((-128))) (-15 -4100 ((-1174 |#3|) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#2| (-1020)))) (-2414 (((-108) $) 72 (|has| |#2| (-126)))) (-3473 (($ (-856)) 127 (|has| |#2| (-977)))) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-1525 (($ $ $) 123 (|has| |#2| (-735)))) (-3222 (((-3 $ "failed") $ $) 74 (|has| |#2| (-126)))) (-3779 (((-108) $ (-713)) 8)) (-1613 (((-713)) 109 (|has| |#2| (-346)))) (-2971 (((-525) $) 121 (|has| |#2| (-787)))) (-1233 ((|#2| $ (-525) |#2|) 52 (|has| $ (-6 -4260)))) (-2475 (($) 7 T CONST)) (-1934 (((-3 (-525) "failed") $) 67 (-3944 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-3 (-385 (-525)) "failed") $) 64 (-3944 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (((-3 |#2| "failed") $) 61 (|has| |#2| (-1020)))) (-4105 (((-525) $) 68 (-3944 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-385 (-525)) $) 65 (-3944 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) ((|#2| $) 60 (|has| |#2| (-1020)))) (-3090 (((-632 (-525)) (-632 $)) 108 (-3944 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 107 (-3944 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) 106 (|has| |#2| (-977))) (((-632 |#2|) (-632 $)) 105 (|has| |#2| (-977)))) (-3300 (((-3 $ "failed") $) 80 (|has| |#2| (-669)))) (-1903 (($) 112 (|has| |#2| (-346)))) (-3081 ((|#2| $ (-525) |#2|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#2| $ (-525)) 51)) (-1889 (((-108) $) 119 (|has| |#2| (-787)))) (-2175 (((-592 |#2|) $) 30 (|has| $ (-6 -4259)))) (-2278 (((-108) $) 83 (|has| |#2| (-669)))) (-4079 (((-108) $) 120 (|has| |#2| (-787)))) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3033 (($ $ $) 118 (-2067 (|has| |#2| (-787)) (|has| |#2| (-735))))) (-2617 (((-592 |#2|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) 27 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-1609 (($ $ $) 117 (-2067 (|has| |#2| (-787)) (|has| |#2| (-735))))) (-3069 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2|) $) 35)) (-3685 (((-856) $) 111 (|has| |#2| (-346)))) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#2| (-1020)))) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-1722 (($ (-856)) 110 (|has| |#2| (-346)))) (-3993 (((-1039) $) 21 (|has| |#2| (-1020)))) (-1647 ((|#2| $) 42 (|has| (-525) (-789)))) (-3453 (($ $ |#2|) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#2|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) 26 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) 25 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) 23 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#2| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#2| $ (-525) |#2|) 50) ((|#2| $ (-525)) 49)) (-3584 ((|#2| $ $) 126 (|has| |#2| (-977)))) (-4238 (($ (-1174 |#2|)) 128)) (-3933 (((-128)) 125 (|has| |#2| (-341)))) (-2702 (($ $) 100 (-3944 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) 98 (-3944 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) 96 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) 95 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) 94 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) 93 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) 86 (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) 85 (|has| |#2| (-977)))) (-4002 (((-713) (-1 (-108) |#2|) $) 31 (|has| $ (-6 -4259))) (((-713) |#2| $) 28 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-1174 |#2|) $) 129) (($ (-525)) 66 (-2067 (-3944 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) (|has| |#2| (-977)))) (($ (-385 (-525))) 63 (-3944 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (($ |#2|) 62 (|has| |#2| (-1020))) (((-798) $) 18 (|has| |#2| (-566 (-798))))) (-2448 (((-713)) 104 (|has| |#2| (-977)))) (-2706 (((-108) (-1 (-108) |#2|) $) 33 (|has| $ (-6 -4259)))) (-2380 (($ $) 122 (|has| |#2| (-787)))) (-3706 (($ $ (-713)) 81 (|has| |#2| (-669))) (($ $ (-856)) 77 (|has| |#2| (-669)))) (-3364 (($) 71 (|has| |#2| (-126)) CONST)) (-3375 (($) 84 (|has| |#2| (-669)) CONST)) (-2401 (($ $) 99 (-3944 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) 97 (-3944 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) 92 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) 91 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) 90 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) 89 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) 88 (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) 87 (|has| |#2| (-977)))) (-2830 (((-108) $ $) 115 (-2067 (|has| |#2| (-787)) (|has| |#2| (-735))))) (-2807 (((-108) $ $) 114 (-2067 (|has| |#2| (-787)) (|has| |#2| (-735))))) (-2775 (((-108) $ $) 20 (|has| |#2| (-1020)))) (-2817 (((-108) $ $) 116 (-2067 (|has| |#2| (-787)) (|has| |#2| (-735))))) (-2795 (((-108) $ $) 113 (-2067 (|has| |#2| (-787)) (|has| |#2| (-735))))) (-2880 (($ $ |#2|) 124 (|has| |#2| (-341)))) (-2871 (($ $ $) 102 (|has| |#2| (-977))) (($ $) 101 (|has| |#2| (-977)))) (-2860 (($ $ $) 69 (|has| |#2| (-25)))) (** (($ $ (-713)) 82 (|has| |#2| (-669))) (($ $ (-856)) 78 (|has| |#2| (-669)))) (* (($ (-525) $) 103 (|has| |#2| (-977))) (($ $ $) 79 (|has| |#2| (-669))) (($ $ |#2|) 76 (|has| |#2| (-669))) (($ |#2| $) 75 (|has| |#2| (-669))) (($ (-713) $) 73 (|has| |#2| (-126))) (($ (-856) $) 70 (|has| |#2| (-25)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-218 |#1| |#2|) (-131) (-713) (-1128)) (T -218))
-((-4238 (*1 *1 *2) (-12 (-5 *2 (-1174 *4)) (-4 *4 (-1128)) (-4 *1 (-218 *3 *4)))) (-3473 (*1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-218 *3 *4)) (-4 *4 (-977)) (-4 *4 (-1128)))) (-3584 (*1 *2 *1 *1) (-12 (-4 *1 (-218 *3 *2)) (-4 *2 (-1128)) (-4 *2 (-977)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-218 *3 *2)) (-4 *2 (-1128)) (-4 *2 (-669)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-218 *3 *2)) (-4 *2 (-1128)) (-4 *2 (-669)))))
-(-13 (-558 (-525) |t#2|) (-566 (-1174 |t#2|)) (-10 -8 (-6 -4259) (-15 -4238 ($ (-1174 |t#2|))) (IF (|has| |t#2| (-1020)) (-6 (-389 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-977)) (PROGN (-6 (-107 |t#2| |t#2|)) (-6 (-211 |t#2|)) (-6 (-355 |t#2|)) (-15 -3473 ($ (-856))) (-15 -3584 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-126)) (-6 (-126)) |%noBranch|) (IF (|has| |t#2| (-669)) (PROGN (-6 (-669)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-346)) (-6 (-346)) |%noBranch|) (IF (|has| |t#2| (-160)) (PROGN (-6 (-37 |t#2|)) (-6 (-160))) |%noBranch|) (IF (|has| |t#2| (-6 -4256)) (-6 -4256) |%noBranch|) (IF (|has| |t#2| (-787)) (-6 (-787)) |%noBranch|) (IF (|has| |t#2| (-735)) (-6 (-735)) |%noBranch|) (IF (|has| |t#2| (-341)) (-6 (-1181 |t#2|)) |%noBranch|)))
-(((-21) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-341)) (|has| |#2| (-160))) ((-23) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-735)) (|has| |#2| (-341)) (|has| |#2| (-160)) (|has| |#2| (-126))) ((-25) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-735)) (|has| |#2| (-341)) (|has| |#2| (-160)) (|has| |#2| (-126)) (|has| |#2| (-25))) ((-33) . T) ((-37 |#2|) |has| |#2| (-160)) ((-97) -2067 (|has| |#2| (-1020)) (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-735)) (|has| |#2| (-669)) (|has| |#2| (-346)) (|has| |#2| (-341)) (|has| |#2| (-160)) (|has| |#2| (-126)) (|has| |#2| (-25))) ((-107 |#2| |#2|) -2067 (|has| |#2| (-977)) (|has| |#2| (-341)) (|has| |#2| (-160))) ((-107 $ $) |has| |#2| (-160)) ((-126) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-735)) (|has| |#2| (-341)) (|has| |#2| (-160)) (|has| |#2| (-126))) ((-566 (-798)) -2067 (|has| |#2| (-1020)) (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-735)) (|has| |#2| (-669)) (|has| |#2| (-346)) (|has| |#2| (-341)) (|has| |#2| (-160)) (|has| |#2| (-566 (-798))) (|has| |#2| (-126)) (|has| |#2| (-25))) ((-566 (-1174 |#2|)) . T) ((-160) |has| |#2| (-160)) ((-211 |#2|) |has| |#2| (-977)) ((-213) -12 (|has| |#2| (-213)) (|has| |#2| (-977))) ((-265 #0=(-525) |#2|) . T) ((-267 #0# |#2|) . T) ((-288 |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-346) |has| |#2| (-346)) ((-355 |#2|) |has| |#2| (-977)) ((-389 |#2|) |has| |#2| (-1020)) ((-464 |#2|) . T) ((-558 #0# |#2|) . T) ((-486 |#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-594 |#2|) -2067 (|has| |#2| (-977)) (|has| |#2| (-341)) (|has| |#2| (-160))) ((-594 $) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-160))) ((-588 (-525)) -12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977))) ((-588 |#2|) |has| |#2| (-977)) ((-660 |#2|) -2067 (|has| |#2| (-341)) (|has| |#2| (-160))) ((-669) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-669)) (|has| |#2| (-160))) ((-733) |has| |#2| (-787)) ((-734) -2067 (|has| |#2| (-787)) (|has| |#2| (-735))) ((-735) |has| |#2| (-735)) ((-736) -2067 (|has| |#2| (-787)) (|has| |#2| (-735))) ((-737) -2067 (|has| |#2| (-787)) (|has| |#2| (-735))) ((-787) |has| |#2| (-787)) ((-789) -2067 (|has| |#2| (-787)) (|has| |#2| (-735))) ((-835 (-1092)) -12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977))) ((-968 (-385 (-525))) -12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020))) ((-968 (-525)) -12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) ((-968 |#2|) |has| |#2| (-1020)) ((-983 |#2|) -2067 (|has| |#2| (-977)) (|has| |#2| (-341)) (|has| |#2| (-160))) ((-983 $) |has| |#2| (-160)) ((-977) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-160))) ((-984) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-160))) ((-1032) -2067 (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-669)) (|has| |#2| (-160))) ((-1020) -2067 (|has| |#2| (-1020)) (|has| |#2| (-977)) (|has| |#2| (-787)) (|has| |#2| (-735)) (|has| |#2| (-669)) (|has| |#2| (-346)) (|has| |#2| (-341)) (|has| |#2| (-160)) (|has| |#2| (-126)) (|has| |#2| (-25))) ((-1128) . T) ((-1181 |#2|) |has| |#2| (-341)))
-((-2159 (((-220 |#1| |#3|) (-1 |#3| |#2| |#3|) (-220 |#1| |#2|) |#3|) 21)) (-3504 ((|#3| (-1 |#3| |#2| |#3|) (-220 |#1| |#2|) |#3|) 23)) (-2016 (((-220 |#1| |#3|) (-1 |#3| |#2|) (-220 |#1| |#2|)) 18)))
-(((-219 |#1| |#2| |#3|) (-10 -7 (-15 -2159 ((-220 |#1| |#3|) (-1 |#3| |#2| |#3|) (-220 |#1| |#2|) |#3|)) (-15 -3504 (|#3| (-1 |#3| |#2| |#3|) (-220 |#1| |#2|) |#3|)) (-15 -2016 ((-220 |#1| |#3|) (-1 |#3| |#2|) (-220 |#1| |#2|)))) (-713) (-1128) (-1128)) (T -219))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-220 *5 *6)) (-14 *5 (-713)) (-4 *6 (-1128)) (-4 *7 (-1128)) (-5 *2 (-220 *5 *7)) (-5 *1 (-219 *5 *6 *7)))) (-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-220 *5 *6)) (-14 *5 (-713)) (-4 *6 (-1128)) (-4 *2 (-1128)) (-5 *1 (-219 *5 *6 *2)))) (-2159 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-220 *6 *7)) (-14 *6 (-713)) (-4 *7 (-1128)) (-4 *5 (-1128)) (-5 *2 (-220 *6 *5)) (-5 *1 (-219 *6 *7 *5)))))
-(-10 -7 (-15 -2159 ((-220 |#1| |#3|) (-1 |#3| |#2| |#3|) (-220 |#1| |#2|) |#3|)) (-15 -3504 (|#3| (-1 |#3| |#2| |#3|) (-220 |#1| |#2|) |#3|)) (-15 -2016 ((-220 |#1| |#3|) (-1 |#3| |#2|) (-220 |#1| |#2|))))
-((-4087 (((-108) $ $) NIL (|has| |#2| (-1020)))) (-2414 (((-108) $) NIL (|has| |#2| (-126)))) (-3473 (($ (-856)) 56 (|has| |#2| (-977)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1525 (($ $ $) 60 (|has| |#2| (-735)))) (-3222 (((-3 $ "failed") $ $) 49 (|has| |#2| (-126)))) (-3779 (((-108) $ (-713)) 17)) (-1613 (((-713)) NIL (|has| |#2| (-346)))) (-2971 (((-525) $) NIL (|has| |#2| (-787)))) (-1233 ((|#2| $ (-525) |#2|) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (((-3 |#2| "failed") $) 29 (|has| |#2| (-1020)))) (-4105 (((-525) $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-385 (-525)) $) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) ((|#2| $) 27 (|has| |#2| (-1020)))) (-3090 (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL (|has| |#2| (-977))) (((-632 |#2|) (-632 $)) NIL (|has| |#2| (-977)))) (-3300 (((-3 $ "failed") $) 53 (|has| |#2| (-669)))) (-1903 (($) NIL (|has| |#2| (-346)))) (-3081 ((|#2| $ (-525) |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ (-525)) 51)) (-1889 (((-108) $) NIL (|has| |#2| (-787)))) (-2175 (((-592 |#2|) $) 15 (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL (|has| |#2| (-669)))) (-4079 (((-108) $) NIL (|has| |#2| (-787)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 20 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2617 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 (((-525) $) 50 (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-3069 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2|) $) 41)) (-3685 (((-856) $) NIL (|has| |#2| (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#2| (-1020)))) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-1722 (($ (-856)) NIL (|has| |#2| (-346)))) (-3993 (((-1039) $) NIL (|has| |#2| (-1020)))) (-1647 ((|#2| $) NIL (|has| (-525) (-789)))) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#2|) $) 24 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ (-525) |#2|) NIL) ((|#2| $ (-525)) 21)) (-3584 ((|#2| $ $) NIL (|has| |#2| (-977)))) (-4238 (($ (-1174 |#2|)) 18)) (-3933 (((-128)) NIL (|has| |#2| (-341)))) (-2702 (($ $) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-977)))) (-4002 (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-1174 |#2|) $) 10) (($ (-525)) NIL (-2067 (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) (|has| |#2| (-977)))) (($ (-385 (-525))) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (($ |#2|) 13 (|has| |#2| (-1020))) (((-798) $) NIL (|has| |#2| (-566 (-798))))) (-2448 (((-713)) NIL (|has| |#2| (-977)))) (-2706 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2380 (($ $) NIL (|has| |#2| (-787)))) (-3706 (($ $ (-713)) NIL (|has| |#2| (-669))) (($ $ (-856)) NIL (|has| |#2| (-669)))) (-3364 (($) 35 (|has| |#2| (-126)) CONST)) (-3375 (($) 38 (|has| |#2| (-669)) CONST)) (-2401 (($ $) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-977)))) (-2830 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2807 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2775 (((-108) $ $) 26 (|has| |#2| (-1020)))) (-2817 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2795 (((-108) $ $) 58 (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $ $) NIL (|has| |#2| (-977))) (($ $) NIL (|has| |#2| (-977)))) (-2860 (($ $ $) 33 (|has| |#2| (-25)))) (** (($ $ (-713)) NIL (|has| |#2| (-669))) (($ $ (-856)) NIL (|has| |#2| (-669)))) (* (($ (-525) $) NIL (|has| |#2| (-977))) (($ $ $) 44 (|has| |#2| (-669))) (($ $ |#2|) 42 (|has| |#2| (-669))) (($ |#2| $) 43 (|has| |#2| (-669))) (($ (-713) $) NIL (|has| |#2| (-126))) (($ (-856) $) NIL (|has| |#2| (-25)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-220 |#1| |#2|) (-218 |#1| |#2|) (-713) (-1128)) (T -220))
-NIL
-(-218 |#1| |#2|)
-((-1784 (((-525) (-592 (-1075))) 24) (((-525) (-1075)) 19)) (-2865 (((-1179) (-592 (-1075))) 29) (((-1179) (-1075)) 28)) (-3846 (((-1075)) 14)) (-2510 (((-1075) (-525) (-1075)) 16)) (-1423 (((-592 (-1075)) (-592 (-1075)) (-525) (-1075)) 25) (((-1075) (-1075) (-525) (-1075)) 23)) (-2070 (((-592 (-1075)) (-592 (-1075))) 13) (((-592 (-1075)) (-1075)) 11)))
-(((-221) (-10 -7 (-15 -2070 ((-592 (-1075)) (-1075))) (-15 -2070 ((-592 (-1075)) (-592 (-1075)))) (-15 -3846 ((-1075))) (-15 -2510 ((-1075) (-525) (-1075))) (-15 -1423 ((-1075) (-1075) (-525) (-1075))) (-15 -1423 ((-592 (-1075)) (-592 (-1075)) (-525) (-1075))) (-15 -2865 ((-1179) (-1075))) (-15 -2865 ((-1179) (-592 (-1075)))) (-15 -1784 ((-525) (-1075))) (-15 -1784 ((-525) (-592 (-1075)))))) (T -221))
-((-1784 (*1 *2 *3) (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-525)) (-5 *1 (-221)))) (-1784 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-525)) (-5 *1 (-221)))) (-2865 (*1 *2 *3) (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1179)) (-5 *1 (-221)))) (-2865 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-221)))) (-1423 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-592 (-1075))) (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *1 (-221)))) (-1423 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1075)) (-5 *3 (-525)) (-5 *1 (-221)))) (-2510 (*1 *2 *3 *2) (-12 (-5 *2 (-1075)) (-5 *3 (-525)) (-5 *1 (-221)))) (-3846 (*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-221)))) (-2070 (*1 *2 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-221)))) (-2070 (*1 *2 *3) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-221)) (-5 *3 (-1075)))))
-(-10 -7 (-15 -2070 ((-592 (-1075)) (-1075))) (-15 -2070 ((-592 (-1075)) (-592 (-1075)))) (-15 -3846 ((-1075))) (-15 -2510 ((-1075) (-525) (-1075))) (-15 -1423 ((-1075) (-1075) (-525) (-1075))) (-15 -1423 ((-592 (-1075)) (-592 (-1075)) (-525) (-1075))) (-15 -2865 ((-1179) (-1075))) (-15 -2865 ((-1179) (-592 (-1075)))) (-15 -1784 ((-525) (-1075))) (-15 -1784 ((-525) (-592 (-1075)))))
-((-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 9)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 18)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ (-385 (-525)) $) 25) (($ $ (-385 (-525))) NIL)))
-(((-222 |#1|) (-10 -8 (-15 -3706 (|#1| |#1| (-525))) (-15 ** (|#1| |#1| (-525))) (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 ** (|#1| |#1| (-713))) (-15 -3706 (|#1| |#1| (-713))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-856))) (-15 -3706 (|#1| |#1| (-856))) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|))) (-223)) (T -222))
-NIL
-(-10 -8 (-15 -3706 (|#1| |#1| (-525))) (-15 ** (|#1| |#1| (-525))) (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 ** (|#1| |#1| (-713))) (-15 -3706 (|#1| |#1| (-713))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-856))) (-15 -3706 (|#1| |#1| (-856))) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 39)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 44)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 40)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 41)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ (-385 (-525)) $) 43) (($ $ (-385 (-525))) 42)))
-(((-223) (-131)) (T -223))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-223)) (-5 *2 (-525)))) (-3706 (*1 *1 *1 *2) (-12 (-4 *1 (-223)) (-5 *2 (-525)))) (-1387 (*1 *1 *1) (-4 *1 (-223))))
-(-13 (-269) (-37 (-385 (-525))) (-10 -8 (-15 ** ($ $ (-525))) (-15 -3706 ($ $ (-525))) (-15 -1387 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-269) . T) ((-594 #0#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-669) . T) ((-983 #0#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-3979 (($ $) 57)) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-1724 (($ $ $) 53 (|has| $ (-6 -4260)))) (-2235 (($ $ $) 52 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2475 (($) 7 T CONST)) (-3890 (($ $) 56)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-1286 (($ $) 55)) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2718 ((|#1| $) 59)) (-2205 (($ $) 58)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47)) (-1707 (((-525) $ $) 44)) (-3953 (((-108) $) 46)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4190 (($ $ $) 54 (|has| $ (-6 -4260)))) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-224 |#1|) (-131) (-1128)) (T -224))
-((-2718 (*1 *2 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128)))) (-2205 (*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128)))) (-3979 (*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128)))) (-3890 (*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128)))) (-1286 (*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128)))) (-4190 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-224 *2)) (-4 *2 (-1128)))) (-1724 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-224 *2)) (-4 *2 (-1128)))) (-2235 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-224 *2)) (-4 *2 (-1128)))))
-(-13 (-942 |t#1|) (-10 -8 (-15 -2718 (|t#1| $)) (-15 -2205 ($ $)) (-15 -3979 ($ $)) (-15 -3890 ($ $)) (-15 -1286 ($ $)) (IF (|has| $ (-6 -4260)) (PROGN (-15 -4190 ($ $ $)) (-15 -1724 ($ $ $)) (-15 -2235 ($ $ $))) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-942 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-3979 (($ $) NIL)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) $) NIL (|has| |#1| (-789))) (((-108) (-1 (-108) |#1| |#1|) $) NIL)) (-2436 (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789)))) (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-1842 (($ $) 10 (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-3776 (($ $ $) NIL (|has| $ (-6 -4260)))) (-4193 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4260))) (($ $ "rest" $) NIL (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) |#1|) $) NIL)) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2237 ((|#1| $) NIL)) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1659 (($ $) NIL) (($ $ (-713)) NIL)) (-1793 (($ $) NIL (|has| |#1| (-1020)))) (-1681 (($ $) 7 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) NIL (|has| |#1| (-1020))) (($ (-1 (-108) |#1|) $) NIL)) (-2698 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3631 (((-108) $) NIL)) (-3856 (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020))) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) (-1 (-108) |#1|) $) NIL)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3324 (($ (-713) |#1|) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3269 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) NIL)) (-3212 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1522 (($ |#1|) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2718 ((|#1| $) NIL) (($ $ (-713)) NIL)) (-3246 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-2594 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL) (($ $ (-713)) NIL)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-2476 (((-108) $) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1141 (-525))) NIL) ((|#1| $ (-525)) NIL) ((|#1| $ (-525) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-713) $ "count") 16)) (-1707 (((-525) $ $) NIL)) (-2818 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-2139 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-3386 (($ (-592 |#1|)) 22)) (-3953 (((-108) $) NIL)) (-3675 (($ $) NIL)) (-2789 (($ $) NIL (|has| $ (-6 -4260)))) (-4082 (((-713) $) NIL)) (-3077 (($ $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-4190 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2035 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-592 $)) NIL) (($ $ |#1|) NIL)) (-4100 (($ (-592 |#1|)) 17) (((-592 |#1|) $) 18) (((-798) $) 21 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) 14 (|has| $ (-6 -4259)))))
-(((-225 |#1|) (-13 (-612 |#1|) (-10 -8 (-15 -4100 ($ (-592 |#1|))) (-15 -4100 ((-592 |#1|) $)) (-15 -3386 ($ (-592 |#1|))) (-15 -3431 ($ $ "unique")) (-15 -3431 ($ $ "sort")) (-15 -3431 ((-713) $ "count")))) (-789)) (T -225))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-225 *3)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-225 *3)) (-4 *3 (-789)))) (-3386 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-225 *3)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-225 *3)) (-4 *3 (-789)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-225 *3)) (-4 *3 (-789)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-713)) (-5 *1 (-225 *4)) (-4 *4 (-789)))))
-(-13 (-612 |#1|) (-10 -8 (-15 -4100 ($ (-592 |#1|))) (-15 -4100 ((-592 |#1|) $)) (-15 -3386 ($ (-592 |#1|))) (-15 -3431 ($ $ "unique")) (-15 -3431 ($ $ "sort")) (-15 -3431 ((-713) $ "count"))))
-((-2124 (((-3 (-713) "failed") |#1| |#1| (-713)) 27)))
-(((-226 |#1|) (-10 -7 (-15 -2124 ((-3 (-713) "failed") |#1| |#1| (-713)))) (-13 (-669) (-346) (-10 -7 (-15 ** (|#1| |#1| (-525)))))) (T -226))
-((-2124 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-713)) (-4 *3 (-13 (-669) (-346) (-10 -7 (-15 ** (*3 *3 (-525)))))) (-5 *1 (-226 *3)))))
-(-10 -7 (-15 -2124 ((-3 (-713) "failed") |#1| |#1| (-713))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-800 |#1|)) $) NIL)) (-4169 (((-1088 $) $ (-800 |#1|)) NIL) (((-1088 |#2|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#2| (-517)))) (-2433 (($ $) NIL (|has| |#2| (-517)))) (-1568 (((-108) $) NIL (|has| |#2| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-800 |#1|))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4195 (($ $) NIL (|has| |#2| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#2| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-800 |#1|) "failed") $) NIL)) (-4105 ((|#2| $) NIL) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-800 |#1|) $) NIL)) (-3801 (($ $ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-2066 (($ $ (-592 (-525))) NIL)) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#2| (-844)))) (-1457 (($ $ |#2| (-220 (-2827 |#1|) (-713)) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-357))) (|has| |#2| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-525))) (|has| |#2| (-821 (-525)))))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-1284 (($ (-1088 |#2|) (-800 |#1|)) NIL) (($ (-1088 $) (-800 |#1|)) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#2| (-220 (-2827 |#1|) (-713))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-800 |#1|)) NIL)) (-1819 (((-220 (-2827 |#1|) (-713)) $) NIL) (((-713) $ (-800 |#1|)) NIL) (((-592 (-713)) $ (-592 (-800 |#1|))) NIL)) (-3033 (($ $ $) NIL (|has| |#2| (-789)))) (-1609 (($ $ $) NIL (|has| |#2| (-789)))) (-1314 (($ (-1 (-220 (-2827 |#1|) (-713)) (-220 (-2827 |#1|) (-713))) $) NIL)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-2018 (((-3 (-800 |#1|) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#2| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-1289 (((-1075) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-800 |#1|)) (|:| -2168 (-713))) "failed") $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#2| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#2| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#2| (-844)))) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-800 |#1|) |#2|) NIL) (($ $ (-592 (-800 |#1|)) (-592 |#2|)) NIL) (($ $ (-800 |#1|) $) NIL) (($ $ (-592 (-800 |#1|)) (-592 $)) NIL)) (-4115 (($ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-2702 (($ $ (-800 |#1|)) NIL) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3529 (((-220 (-2827 |#1|) (-713)) $) NIL) (((-713) $ (-800 |#1|)) NIL) (((-592 (-713)) $ (-592 (-800 |#1|))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-800 |#1|) (-567 (-501))) (|has| |#2| (-567 (-501)))))) (-1661 ((|#2| $) NIL (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#2| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) NIL) (($ (-800 |#1|)) NIL) (($ (-385 (-525))) NIL (-2067 (|has| |#2| (-37 (-385 (-525)))) (|has| |#2| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#2| (-517)))) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-220 (-2827 |#1|) (-713))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#2| (-844))) (|has| |#2| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#2| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#2| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-800 |#1|)) NIL) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-2830 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#2| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#2| (-37 (-385 (-525))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-227 |#1| |#2|) (-13 (-884 |#2| (-220 (-2827 |#1|) (-713)) (-800 |#1|)) (-10 -8 (-15 -2066 ($ $ (-592 (-525)))))) (-592 (-1092)) (-977)) (T -227))
-((-2066 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-227 *3 *4)) (-14 *3 (-592 (-1092))) (-4 *4 (-977)))))
-(-13 (-884 |#2| (-220 (-2827 |#1|) (-713)) (-800 |#1|)) (-10 -8 (-15 -2066 ($ $ (-592 (-525))))))
-((-4087 (((-108) $ $) NIL)) (-1312 (((-1179) $) 15)) (-3128 (((-169) $) 9)) (-1319 (($ (-169)) 10)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 7)) (-2775 (((-108) $ $) 13)))
-(((-228) (-13 (-1020) (-10 -8 (-15 -3128 ((-169) $)) (-15 -1319 ($ (-169))) (-15 -1312 ((-1179) $))))) (T -228))
-((-3128 (*1 *2 *1) (-12 (-5 *2 (-169)) (-5 *1 (-228)))) (-1319 (*1 *1 *2) (-12 (-5 *2 (-169)) (-5 *1 (-228)))) (-1312 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-228)))))
-(-13 (-1020) (-10 -8 (-15 -3128 ((-169) $)) (-15 -1319 ($ (-169))) (-15 -1312 ((-1179) $))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3473 (($ (-856)) NIL (|has| |#4| (-977)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1525 (($ $ $) NIL (|has| |#4| (-735)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1613 (((-713)) NIL (|has| |#4| (-346)))) (-2971 (((-525) $) NIL (|has| |#4| (-787)))) (-1233 ((|#4| $ (-525) |#4|) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1020))) (((-3 (-525) "failed") $) NIL (-12 (|has| |#4| (-968 (-525))) (|has| |#4| (-1020)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| |#4| (-968 (-385 (-525)))) (|has| |#4| (-1020))))) (-4105 ((|#4| $) NIL (|has| |#4| (-1020))) (((-525) $) NIL (-12 (|has| |#4| (-968 (-525))) (|has| |#4| (-1020)))) (((-385 (-525)) $) NIL (-12 (|has| |#4| (-968 (-385 (-525)))) (|has| |#4| (-1020))))) (-3090 (((-2 (|:| -4108 (-632 |#4|)) (|:| |vec| (-1174 |#4|))) (-632 $) (-1174 $)) NIL (|has| |#4| (-977))) (((-632 |#4|) (-632 $)) NIL (|has| |#4| (-977))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977)))) (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))))) (-3300 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))))) (-1903 (($) NIL (|has| |#4| (-346)))) (-3081 ((|#4| $ (-525) |#4|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#4| $ (-525)) NIL)) (-1889 (((-108) $) NIL (|has| |#4| (-787)))) (-2175 (((-592 |#4|) $) NIL (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))))) (-4079 (((-108) $) NIL (|has| |#4| (-787)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (-2067 (|has| |#4| (-735)) (|has| |#4| (-787))))) (-2617 (((-592 |#4|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (-2067 (|has| |#4| (-735)) (|has| |#4| (-787))))) (-3069 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) NIL)) (-3685 (((-856) $) NIL (|has| |#4| (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-1722 (($ (-856)) NIL (|has| |#4| (-346)))) (-3993 (((-1039) $) NIL)) (-1647 ((|#4| $) NIL (|has| (-525) (-789)))) (-3453 (($ $ |#4|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#4|))) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 |#4|) (-592 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-1717 (((-592 |#4|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#4| $ (-525) |#4|) NIL) ((|#4| $ (-525)) 12)) (-3584 ((|#4| $ $) NIL (|has| |#4| (-977)))) (-4238 (($ (-1174 |#4|)) NIL)) (-3933 (((-128)) NIL (|has| |#4| (-341)))) (-2702 (($ $ (-1 |#4| |#4|) (-713)) NIL (|has| |#4| (-977))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-977))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#4| (-213)) (|has| |#4| (-977)))) (($ $) NIL (-12 (|has| |#4| (-213)) (|has| |#4| (-977))))) (-4002 (((-713) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259))) (((-713) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-1174 |#4|) $) NIL) (((-798) $) NIL) (($ |#4|) NIL (|has| |#4| (-1020))) (($ (-525)) NIL (-2067 (-12 (|has| |#4| (-968 (-525))) (|has| |#4| (-1020))) (|has| |#4| (-977)))) (($ (-385 (-525))) NIL (-12 (|has| |#4| (-968 (-385 (-525)))) (|has| |#4| (-1020))))) (-2448 (((-713)) NIL (|has| |#4| (-977)))) (-2706 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2380 (($ $) NIL (|has| |#4| (-787)))) (-3706 (($ $ (-713)) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977))))) (($ $ (-856)) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))))) (-3364 (($) NIL T CONST)) (-3375 (($) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) CONST)) (-2401 (($ $ (-1 |#4| |#4|) (-713)) NIL (|has| |#4| (-977))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-977))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#4| (-213)) (|has| |#4| (-977)))) (($ $) NIL (-12 (|has| |#4| (-213)) (|has| |#4| (-977))))) (-2830 (((-108) $ $) NIL (-2067 (|has| |#4| (-735)) (|has| |#4| (-787))))) (-2807 (((-108) $ $) NIL (-2067 (|has| |#4| (-735)) (|has| |#4| (-787))))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (-2067 (|has| |#4| (-735)) (|has| |#4| (-787))))) (-2795 (((-108) $ $) NIL (-2067 (|has| |#4| (-735)) (|has| |#4| (-787))))) (-2880 (($ $ |#4|) NIL (|has| |#4| (-341)))) (-2871 (($ $ $) NIL) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977))))) (($ $ (-856)) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))))) (* (($ |#2| $) 14) (($ (-525) $) NIL) (($ (-713) $) NIL) (($ (-856) $) NIL) (($ |#3| $) 18) (($ $ |#4|) NIL (|has| |#4| (-669))) (($ |#4| $) NIL (|has| |#4| (-669))) (($ $ $) NIL (-2067 (-12 (|has| |#4| (-213)) (|has| |#4| (-977))) (-12 (|has| |#4| (-588 (-525))) (|has| |#4| (-977))) (|has| |#4| (-669)) (-12 (|has| |#4| (-835 (-1092))) (|has| |#4| (-977)))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-229 |#1| |#2| |#3| |#4|) (-13 (-218 |#1| |#4|) (-594 |#2|) (-594 |#3|)) (-856) (-977) (-1042 |#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) (-594 |#2|)) (T -229))
-NIL
-(-13 (-218 |#1| |#4|) (-594 |#2|) (-594 |#3|))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3473 (($ (-856)) NIL (|has| |#3| (-977)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1525 (($ $ $) NIL (|has| |#3| (-735)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1613 (((-713)) NIL (|has| |#3| (-346)))) (-2971 (((-525) $) NIL (|has| |#3| (-787)))) (-1233 ((|#3| $ (-525) |#3|) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1020))) (((-3 (-525) "failed") $) NIL (-12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020))))) (-4105 ((|#3| $) NIL (|has| |#3| (-1020))) (((-525) $) NIL (-12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020)))) (((-385 (-525)) $) NIL (-12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020))))) (-3090 (((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 $) (-1174 $)) NIL (|has| |#3| (-977))) (((-632 |#3|) (-632 $)) NIL (|has| |#3| (-977))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977)))) (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))))) (-3300 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))))) (-1903 (($) NIL (|has| |#3| (-346)))) (-3081 ((|#3| $ (-525) |#3|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#3| $ (-525)) NIL)) (-1889 (((-108) $) NIL (|has| |#3| (-787)))) (-2175 (((-592 |#3|) $) NIL (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))))) (-4079 (((-108) $) NIL (|has| |#3| (-787)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2617 (((-592 |#3|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-3069 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#3| |#3|) $) NIL)) (-3685 (((-856) $) NIL (|has| |#3| (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-1722 (($ (-856)) NIL (|has| |#3| (-346)))) (-3993 (((-1039) $) NIL)) (-1647 ((|#3| $) NIL (|has| (-525) (-789)))) (-3453 (($ $ |#3|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#3|))) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-273 |#3|)) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-592 |#3|) (-592 |#3|)) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020))))) (-1717 (((-592 |#3|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#3| $ (-525) |#3|) NIL) ((|#3| $ (-525)) 11)) (-3584 ((|#3| $ $) NIL (|has| |#3| (-977)))) (-4238 (($ (-1174 |#3|)) NIL)) (-3933 (((-128)) NIL (|has| |#3| (-341)))) (-2702 (($ $ (-1 |#3| |#3|) (-713)) NIL (|has| |#3| (-977))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-977))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977)))) (($ $) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977))))) (-4002 (((-713) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259))) (((-713) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-1174 |#3|) $) NIL) (((-798) $) NIL) (($ |#3|) NIL (|has| |#3| (-1020))) (($ (-525)) NIL (-2067 (-12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020))) (|has| |#3| (-977)))) (($ (-385 (-525))) NIL (-12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020))))) (-2448 (((-713)) NIL (|has| |#3| (-977)))) (-2706 (((-108) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259)))) (-2380 (($ $) NIL (|has| |#3| (-787)))) (-3706 (($ $ (-713)) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977))))) (($ $ (-856)) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))))) (-3364 (($) NIL T CONST)) (-3375 (($) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) CONST)) (-2401 (($ $ (-1 |#3| |#3|) (-713)) NIL (|has| |#3| (-977))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-977))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977)))) (($ $) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977))))) (-2830 (((-108) $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2807 (((-108) $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2795 (((-108) $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2880 (($ $ |#3|) NIL (|has| |#3| (-341)))) (-2871 (($ $ $) NIL) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977))))) (($ $ (-856)) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))))) (* (($ |#2| $) 13) (($ (-525) $) NIL) (($ (-713) $) NIL) (($ (-856) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-669))) (($ |#3| $) NIL (|has| |#3| (-669))) (($ $ $) NIL (-2067 (-12 (|has| |#3| (-213)) (|has| |#3| (-977))) (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977))) (|has| |#3| (-669)) (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-230 |#1| |#2| |#3|) (-13 (-218 |#1| |#3|) (-594 |#2|)) (-713) (-977) (-594 |#2|)) (T -230))
-NIL
-(-13 (-218 |#1| |#3|) (-594 |#2|))
-((-1761 (((-592 (-713)) $) 47) (((-592 (-713)) $ |#3|) 50)) (-4016 (((-713) $) 49) (((-713) $ |#3|) 52)) (-3385 (($ $) 65)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 (-525) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 72)) (-4000 (((-713) $ |#3|) 39) (((-713) $) 36)) (-2535 (((-1 $ (-713)) |#3|) 15) (((-1 $ (-713)) $) 77)) (-3481 ((|#4| $) 58)) (-2438 (((-108) $) 56)) (-3343 (($ $) 64)) (-2825 (($ $ (-592 (-273 $))) 97) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-592 |#4|) (-592 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-592 |#4|) (-592 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-592 |#3|) (-592 $)) 89) (($ $ |#3| |#2|) NIL) (($ $ (-592 |#3|) (-592 |#2|)) 84)) (-2702 (($ $ |#4|) NIL) (($ $ (-592 |#4|)) NIL) (($ $ |#4| (-713)) NIL) (($ $ (-592 |#4|) (-592 (-713))) NIL) (($ $) NIL) (($ $ (-713)) NIL) (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-1771 (((-592 |#3|) $) 75)) (-3529 ((|#5| $) NIL) (((-713) $ |#4|) NIL) (((-592 (-713)) $ (-592 |#4|)) NIL) (((-713) $ |#3|) 44)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 67) (($ (-385 (-525))) NIL) (($ $) NIL)))
-(((-231 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2825 (|#1| |#1| (-592 |#3|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#3| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#3|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#3| |#1|)) (-15 -2535 ((-1 |#1| (-713)) |#1|)) (-15 -3385 (|#1| |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -3481 (|#4| |#1|)) (-15 -2438 ((-108) |#1|)) (-15 -4016 ((-713) |#1| |#3|)) (-15 -1761 ((-592 (-713)) |#1| |#3|)) (-15 -4016 ((-713) |#1|)) (-15 -1761 ((-592 (-713)) |#1|)) (-15 -3529 ((-713) |#1| |#3|)) (-15 -4000 ((-713) |#1|)) (-15 -4000 ((-713) |#1| |#3|)) (-15 -1771 ((-592 |#3|) |#1|)) (-15 -2535 ((-1 |#1| (-713)) |#3|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -4100 (|#1| |#3|)) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -3529 ((-592 (-713)) |#1| (-592 |#4|))) (-15 -3529 ((-713) |#1| |#4|)) (-15 -1934 ((-3 |#4| "failed") |#1|)) (-15 -4100 (|#1| |#4|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#4| |#1|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#4| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3529 (|#5| |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -2702 (|#1| |#1| (-592 |#4|) (-592 (-713)))) (-15 -2702 (|#1| |#1| |#4| (-713))) (-15 -2702 (|#1| |#1| (-592 |#4|))) (-15 -2702 (|#1| |#1| |#4|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|))) (-232 |#2| |#3| |#4| |#5|) (-977) (-789) (-245 |#3|) (-735)) (T -231))
-NIL
-(-10 -8 (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2825 (|#1| |#1| (-592 |#3|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#3| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#3|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#3| |#1|)) (-15 -2535 ((-1 |#1| (-713)) |#1|)) (-15 -3385 (|#1| |#1|)) (-15 -3343 (|#1| |#1|)) (-15 -3481 (|#4| |#1|)) (-15 -2438 ((-108) |#1|)) (-15 -4016 ((-713) |#1| |#3|)) (-15 -1761 ((-592 (-713)) |#1| |#3|)) (-15 -4016 ((-713) |#1|)) (-15 -1761 ((-592 (-713)) |#1|)) (-15 -3529 ((-713) |#1| |#3|)) (-15 -4000 ((-713) |#1|)) (-15 -4000 ((-713) |#1| |#3|)) (-15 -1771 ((-592 |#3|) |#1|)) (-15 -2535 ((-1 |#1| (-713)) |#3|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -4100 (|#1| |#3|)) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -3529 ((-592 (-713)) |#1| (-592 |#4|))) (-15 -3529 ((-713) |#1| |#4|)) (-15 -1934 ((-3 |#4| "failed") |#1|)) (-15 -4100 (|#1| |#4|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#4| |#1|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#4| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3529 (|#5| |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -2702 (|#1| |#1| (-592 |#4|) (-592 (-713)))) (-15 -2702 (|#1| |#1| |#4| (-713))) (-15 -2702 (|#1| |#1| (-592 |#4|))) (-15 -2702 (|#1| |#1| |#4|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1761 (((-592 (-713)) $) 214) (((-592 (-713)) $ |#2|) 212)) (-4016 (((-713) $) 213) (((-713) $ |#2|) 211)) (-1296 (((-592 |#3|) $) 110)) (-4169 (((-1088 $) $ |#3|) 125) (((-1088 |#1|) $) 124)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 87 (|has| |#1| (-517)))) (-2433 (($ $) 88 (|has| |#1| (-517)))) (-1568 (((-108) $) 90 (|has| |#1| (-517)))) (-1928 (((-713) $) 112) (((-713) $ (-592 |#3|)) 111)) (-3222 (((-3 $ "failed") $ $) 19)) (-2426 (((-396 (-1088 $)) (-1088 $)) 100 (|has| |#1| (-844)))) (-4195 (($ $) 98 (|has| |#1| (-429)))) (-3586 (((-396 $) $) 97 (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 103 (|has| |#1| (-844)))) (-3385 (($ $) 207)) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 164) (((-3 (-385 (-525)) "failed") $) 162 (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) 160 (|has| |#1| (-968 (-525)))) (((-3 |#3| "failed") $) 136) (((-3 |#2| "failed") $) 221)) (-4105 ((|#1| $) 165) (((-385 (-525)) $) 161 (|has| |#1| (-968 (-385 (-525))))) (((-525) $) 159 (|has| |#1| (-968 (-525)))) ((|#3| $) 135) ((|#2| $) 220)) (-3801 (($ $ $ |#3|) 108 (|has| |#1| (-160)))) (-1451 (($ $) 154)) (-3090 (((-632 (-525)) (-632 $)) 134 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 133 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 132) (((-632 |#1|) (-632 $)) 131)) (-3300 (((-3 $ "failed") $) 34)) (-3201 (($ $) 176 (|has| |#1| (-429))) (($ $ |#3|) 105 (|has| |#1| (-429)))) (-1441 (((-592 $) $) 109)) (-1798 (((-108) $) 96 (|has| |#1| (-844)))) (-1457 (($ $ |#1| |#4| $) 172)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 84 (-12 (|has| |#3| (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 83 (-12 (|has| |#3| (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-4000 (((-713) $ |#2|) 217) (((-713) $) 216)) (-2278 (((-108) $) 31)) (-4025 (((-713) $) 169)) (-1284 (($ (-1088 |#1|) |#3|) 117) (($ (-1088 $) |#3|) 116)) (-2884 (((-592 $) $) 126)) (-2457 (((-108) $) 152)) (-1272 (($ |#1| |#4|) 153) (($ $ |#3| (-713)) 119) (($ $ (-592 |#3|) (-592 (-713))) 118)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |#3|) 120)) (-1819 ((|#4| $) 170) (((-713) $ |#3|) 122) (((-592 (-713)) $ (-592 |#3|)) 121)) (-3033 (($ $ $) 79 (|has| |#1| (-789)))) (-1609 (($ $ $) 78 (|has| |#1| (-789)))) (-1314 (($ (-1 |#4| |#4|) $) 171)) (-2016 (($ (-1 |#1| |#1|) $) 151)) (-2535 (((-1 $ (-713)) |#2|) 219) (((-1 $ (-713)) $) 206 (|has| |#1| (-213)))) (-2018 (((-3 |#3| "failed") $) 123)) (-1418 (($ $) 149)) (-1430 ((|#1| $) 148)) (-3481 ((|#3| $) 209)) (-2739 (($ (-592 $)) 94 (|has| |#1| (-429))) (($ $ $) 93 (|has| |#1| (-429)))) (-1289 (((-1075) $) 9)) (-2438 (((-108) $) 210)) (-2977 (((-3 (-592 $) "failed") $) 114)) (-3165 (((-3 (-592 $) "failed") $) 115)) (-1986 (((-3 (-2 (|:| |var| |#3|) (|:| -2168 (-713))) "failed") $) 113)) (-3343 (($ $) 208)) (-3993 (((-1039) $) 10)) (-1399 (((-108) $) 166)) (-1407 ((|#1| $) 167)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 95 (|has| |#1| (-429)))) (-2772 (($ (-592 $)) 92 (|has| |#1| (-429))) (($ $ $) 91 (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) 102 (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 101 (|has| |#1| (-844)))) (-4201 (((-396 $) $) 99 (|has| |#1| (-844)))) (-1311 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-517))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) 145) (($ $ (-273 $)) 144) (($ $ $ $) 143) (($ $ (-592 $) (-592 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-592 |#3|) (-592 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-592 |#3|) (-592 $)) 138) (($ $ |#2| $) 205 (|has| |#1| (-213))) (($ $ (-592 |#2|) (-592 $)) 204 (|has| |#1| (-213))) (($ $ |#2| |#1|) 203 (|has| |#1| (-213))) (($ $ (-592 |#2|) (-592 |#1|)) 202 (|has| |#1| (-213)))) (-4115 (($ $ |#3|) 107 (|has| |#1| (-160)))) (-2702 (($ $ |#3|) 42) (($ $ (-592 |#3|)) 41) (($ $ |#3| (-713)) 40) (($ $ (-592 |#3|) (-592 (-713))) 39) (($ $) 238 (|has| |#1| (-213))) (($ $ (-713)) 236 (|has| |#1| (-213))) (($ $ (-1092)) 234 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 233 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 232 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 231 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 224) (($ $ (-1 |#1| |#1|)) 223)) (-1771 (((-592 |#2|) $) 218)) (-3529 ((|#4| $) 150) (((-713) $ |#3|) 130) (((-592 (-713)) $ (-592 |#3|)) 129) (((-713) $ |#2|) 215)) (-2069 (((-827 (-357)) $) 82 (-12 (|has| |#3| (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) 81 (-12 (|has| |#3| (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) 80 (-12 (|has| |#3| (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) 175 (|has| |#1| (-429))) (($ $ |#3|) 106 (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 104 (-3944 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 163) (($ |#3|) 137) (($ |#2|) 222) (($ (-385 (-525))) 72 (-2067 (|has| |#1| (-968 (-385 (-525)))) (|has| |#1| (-37 (-385 (-525)))))) (($ $) 85 (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) 168)) (-3136 ((|#1| $ |#4|) 155) (($ $ |#3| (-713)) 128) (($ $ (-592 |#3|) (-592 (-713))) 127)) (-1463 (((-3 $ "failed") $) 73 (-2067 (-3944 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) 29)) (-4042 (($ $ $ (-713)) 173 (|has| |#1| (-160)))) (-1571 (((-108) $ $) 89 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ |#3|) 38) (($ $ (-592 |#3|)) 37) (($ $ |#3| (-713)) 36) (($ $ (-592 |#3|) (-592 (-713))) 35) (($ $) 237 (|has| |#1| (-213))) (($ $ (-713)) 235 (|has| |#1| (-213))) (($ $ (-1092)) 230 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 229 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 228 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 227 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 226) (($ $ (-1 |#1| |#1|)) 225)) (-2830 (((-108) $ $) 76 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 75 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 77 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 74 (|has| |#1| (-789)))) (-2880 (($ $ |#1|) 156 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 158 (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) 157 (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
-(((-232 |#1| |#2| |#3| |#4|) (-131) (-977) (-789) (-245 |t#2|) (-735)) (T -232))
-((-2535 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *3 (-789)) (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-1 *1 (-713))) (-4 *1 (-232 *4 *3 *5 *6)))) (-1771 (*1 *2 *1) (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-592 *4)))) (-4000 (*1 *2 *1 *3) (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789)) (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-713)))) (-4000 (*1 *2 *1) (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-713)))) (-3529 (*1 *2 *1 *3) (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789)) (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-713)))) (-1761 (*1 *2 *1) (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-592 (-713))))) (-4016 (*1 *2 *1) (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-713)))) (-1761 (*1 *2 *1 *3) (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789)) (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-592 (-713))))) (-4016 (*1 *2 *1 *3) (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789)) (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-713)))) (-2438 (*1 *2 *1) (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-108)))) (-3481 (*1 *2 *1) (-12 (-4 *1 (-232 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-735)) (-4 *2 (-245 *4)))) (-3343 (*1 *1 *1) (-12 (-4 *1 (-232 *2 *3 *4 *5)) (-4 *2 (-977)) (-4 *3 (-789)) (-4 *4 (-245 *3)) (-4 *5 (-735)))) (-3385 (*1 *1 *1) (-12 (-4 *1 (-232 *2 *3 *4 *5)) (-4 *2 (-977)) (-4 *3 (-789)) (-4 *4 (-245 *3)) (-4 *5 (-735)))) (-2535 (*1 *2 *1) (-12 (-4 *3 (-213)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-1 *1 (-713))) (-4 *1 (-232 *3 *4 *5 *6)))))
-(-13 (-884 |t#1| |t#4| |t#3|) (-211 |t#1|) (-968 |t#2|) (-10 -8 (-15 -2535 ((-1 $ (-713)) |t#2|)) (-15 -1771 ((-592 |t#2|) $)) (-15 -4000 ((-713) $ |t#2|)) (-15 -4000 ((-713) $)) (-15 -3529 ((-713) $ |t#2|)) (-15 -1761 ((-592 (-713)) $)) (-15 -4016 ((-713) $)) (-15 -1761 ((-592 (-713)) $ |t#2|)) (-15 -4016 ((-713) $ |t#2|)) (-15 -2438 ((-108) $)) (-15 -3481 (|t#3| $)) (-15 -3343 ($ $)) (-15 -3385 ($ $)) (IF (|has| |t#1| (-213)) (PROGN (-6 (-486 |t#2| |t#1|)) (-6 (-486 |t#2| $)) (-6 (-288 $)) (-15 -2535 ((-1 $ (-713)) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| |#4|) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-567 (-501)) -12 (|has| |#1| (-567 (-501))) (|has| |#3| (-567 (-501)))) ((-567 (-827 (-357))) -12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#3| (-567 (-827 (-357))))) ((-567 (-827 (-525))) -12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#3| (-567 (-827 (-525))))) ((-211 |#1|) . T) ((-213) |has| |#1| (-213)) ((-269) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-288 $) . T) ((-304 |#1| |#4|) . T) ((-355 |#1|) . T) ((-389 |#1|) . T) ((-429) -2067 (|has| |#1| (-844)) (|has| |#1| (-429))) ((-486 |#2| |#1|) |has| |#1| (-213)) ((-486 |#2| $) |has| |#1| (-213)) ((-486 |#3| |#1|) . T) ((-486 |#3| $) . T) ((-486 $ $) . T) ((-517) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-594 #0#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #0#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-669) . T) ((-789) |has| |#1| (-789)) ((-835 (-1092)) |has| |#1| (-835 (-1092))) ((-835 |#3|) . T) ((-821 (-357)) -12 (|has| |#1| (-821 (-357))) (|has| |#3| (-821 (-357)))) ((-821 (-525)) -12 (|has| |#1| (-821 (-525))) (|has| |#3| (-821 (-525)))) ((-884 |#1| |#4| |#3|) . T) ((-844) |has| |#1| (-844)) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-968 |#2|) . T) ((-968 |#3|) . T) ((-983 #0#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) |has| |#1| (-844)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-1308 ((|#1| $) 54)) (-3490 ((|#1| $) 44)) (-3779 (((-108) $ (-713)) 8)) (-2475 (($) 7 T CONST)) (-1883 (($ $) 60)) (-2670 (($ $) 48)) (-1282 ((|#1| |#1| $) 46)) (-2639 ((|#1| $) 45)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-4128 (((-713) $) 61)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-1820 ((|#1| |#1| $) 52)) (-3149 ((|#1| |#1| $) 51)) (-3246 (($ |#1| $) 40)) (-2934 (((-713) $) 55)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-3010 ((|#1| $) 62)) (-3426 ((|#1| $) 50)) (-3376 ((|#1| $) 49)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-1699 ((|#1| |#1| $) 58)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-1462 ((|#1| $) 59)) (-1226 (($) 57) (($ (-592 |#1|)) 56)) (-2895 (((-713) $) 43)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2271 ((|#1| $) 53)) (-3905 (($ (-592 |#1|)) 42)) (-1977 ((|#1| $) 63)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-233 |#1|) (-131) (-1128)) (T -233))
-((-1226 (*1 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))) (-1226 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-4 *1 (-233 *3)))) (-2934 (*1 *2 *1) (-12 (-4 *1 (-233 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))) (-1308 (*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))) (-2271 (*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))) (-1820 (*1 *2 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))) (-3149 (*1 *2 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))) (-3426 (*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))) (-3376 (*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))) (-2670 (*1 *1 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
-(-13 (-1040 |t#1|) (-927 |t#1|) (-10 -8 (-15 -1226 ($)) (-15 -1226 ($ (-592 |t#1|))) (-15 -2934 ((-713) $)) (-15 -1308 (|t#1| $)) (-15 -2271 (|t#1| $)) (-15 -1820 (|t#1| |t#1| $)) (-15 -3149 (|t#1| |t#1| $)) (-15 -3426 (|t#1| $)) (-15 -3376 (|t#1| $)) (-15 -2670 ($ $))))
-(((-33) . T) ((-102 |#1|) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-927 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1040 |#1|) . T) ((-1128) . T))
-((-1697 (((-1 (-878 (-205)) (-205) (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1 (-205) (-205) (-205) (-205))) 139)) (-2662 (((-1052 (-205)) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357))) 160) (((-1052 (-205)) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)) (-592 (-242))) 158) (((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357))) 163) (((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242))) 159) (((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357))) 150) (((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242))) 149) (((-1052 (-205)) (-1 (-878 (-205)) (-205)) (-1015 (-357))) 129) (((-1052 (-205)) (-1 (-878 (-205)) (-205)) (-1015 (-357)) (-592 (-242))) 127) (((-1052 (-205)) (-814 (-1 (-205) (-205))) (-1015 (-357))) 128) (((-1052 (-205)) (-814 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242))) 125)) (-4164 (((-1176) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357))) 162) (((-1176) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)) (-592 (-242))) 161) (((-1176) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357))) 165) (((-1176) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242))) 164) (((-1176) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357))) 152) (((-1176) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242))) 151) (((-1176) (-1 (-878 (-205)) (-205)) (-1015 (-357))) 135) (((-1176) (-1 (-878 (-205)) (-205)) (-1015 (-357)) (-592 (-242))) 134) (((-1176) (-814 (-1 (-205) (-205))) (-1015 (-357))) 133) (((-1176) (-814 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242))) 132) (((-1175) (-812 (-1 (-205) (-205))) (-1015 (-357))) 100) (((-1175) (-812 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242))) 99) (((-1175) (-1 (-205) (-205)) (-1015 (-357))) 96) (((-1175) (-1 (-205) (-205)) (-1015 (-357)) (-592 (-242))) 95)))
-(((-234) (-10 -7 (-15 -4164 ((-1175) (-1 (-205) (-205)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) (-1 (-205) (-205)) (-1015 (-357)))) (-15 -4164 ((-1175) (-812 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) (-812 (-1 (-205) (-205))) (-1015 (-357)))) (-15 -4164 ((-1176) (-814 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-814 (-1 (-205) (-205))) (-1015 (-357)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-814 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-814 (-1 (-205) (-205))) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205)) (-1015 (-357)))) (-15 -4164 ((-1176) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -4164 ((-1176) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)))) (-15 -1697 ((-1 (-878 (-205)) (-205) (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1 (-205) (-205) (-205) (-205)))))) (T -234))
-((-1697 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-878 (-205)) (-205) (-205))) (-5 *3 (-1 (-205) (-205) (-205) (-205))) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4) (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-2662 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-812 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *2 (-1175)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-812 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *2 (-1175)) (-5 *1 (-234)))) (-4164 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-205) (-205))) (-5 *4 (-1015 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-234)))))
-(-10 -7 (-15 -4164 ((-1175) (-1 (-205) (-205)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) (-1 (-205) (-205)) (-1015 (-357)))) (-15 -4164 ((-1175) (-812 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) (-812 (-1 (-205) (-205))) (-1015 (-357)))) (-15 -4164 ((-1176) (-814 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-814 (-1 (-205) (-205))) (-1015 (-357)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-814 (-1 (-205) (-205))) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-814 (-1 (-205) (-205))) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205)) (-1015 (-357)))) (-15 -4164 ((-1176) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-357)) (-1015 (-357)))) (-15 -4164 ((-1176) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)))) (-15 -2662 ((-1052 (-205)) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-817 (-1 (-205) (-205) (-205))) (-1015 (-357)) (-1015 (-357)))) (-15 -1697 ((-1 (-878 (-205)) (-205) (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1 (-205) (-205) (-205) (-205)))))
-((-4164 (((-1175) (-273 |#2|) (-1092) (-1092) (-592 (-242))) 96)))
-(((-235 |#1| |#2|) (-10 -7 (-15 -4164 ((-1175) (-273 |#2|) (-1092) (-1092) (-592 (-242))))) (-13 (-517) (-789) (-968 (-525))) (-408 |#1|)) (T -235))
-((-4164 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-273 *7)) (-5 *4 (-1092)) (-5 *5 (-592 (-242))) (-4 *7 (-408 *6)) (-4 *6 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-1175)) (-5 *1 (-235 *6 *7)))))
-(-10 -7 (-15 -4164 ((-1175) (-273 |#2|) (-1092) (-1092) (-592 (-242)))))
-((-1480 (((-525) (-525)) 50)) (-3147 (((-525) (-525)) 51)) (-3182 (((-205) (-205)) 52)) (-3854 (((-1176) (-1 (-157 (-205)) (-157 (-205))) (-1015 (-205)) (-1015 (-205))) 49)) (-4032 (((-1176) (-1 (-157 (-205)) (-157 (-205))) (-1015 (-205)) (-1015 (-205)) (-108)) 47)))
-(((-236) (-10 -7 (-15 -4032 ((-1176) (-1 (-157 (-205)) (-157 (-205))) (-1015 (-205)) (-1015 (-205)) (-108))) (-15 -3854 ((-1176) (-1 (-157 (-205)) (-157 (-205))) (-1015 (-205)) (-1015 (-205)))) (-15 -1480 ((-525) (-525))) (-15 -3147 ((-525) (-525))) (-15 -3182 ((-205) (-205))))) (T -236))
-((-3182 (*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-236)))) (-3147 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-236)))) (-1480 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-236)))) (-3854 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-157 (-205)) (-157 (-205)))) (-5 *4 (-1015 (-205))) (-5 *2 (-1176)) (-5 *1 (-236)))) (-4032 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-157 (-205)) (-157 (-205)))) (-5 *4 (-1015 (-205))) (-5 *5 (-108)) (-5 *2 (-1176)) (-5 *1 (-236)))))
-(-10 -7 (-15 -4032 ((-1176) (-1 (-157 (-205)) (-157 (-205))) (-1015 (-205)) (-1015 (-205)) (-108))) (-15 -3854 ((-1176) (-1 (-157 (-205)) (-157 (-205))) (-1015 (-205)) (-1015 (-205)))) (-15 -1480 ((-525) (-525))) (-15 -3147 ((-525) (-525))) (-15 -3182 ((-205) (-205))))
-((-4100 (((-1013 (-357)) (-1013 (-294 |#1|))) 16)))
-(((-237 |#1|) (-10 -7 (-15 -4100 ((-1013 (-357)) (-1013 (-294 |#1|))))) (-13 (-789) (-517) (-567 (-357)))) (T -237))
-((-4100 (*1 *2 *3) (-12 (-5 *3 (-1013 (-294 *4))) (-4 *4 (-13 (-789) (-517) (-567 (-357)))) (-5 *2 (-1013 (-357))) (-5 *1 (-237 *4)))))
-(-10 -7 (-15 -4100 ((-1013 (-357)) (-1013 (-294 |#1|)))))
-((-2662 (((-1052 (-205)) (-817 |#1|) (-1013 (-357)) (-1013 (-357))) 71) (((-1052 (-205)) (-817 |#1|) (-1013 (-357)) (-1013 (-357)) (-592 (-242))) 70) (((-1052 (-205)) |#1| (-1013 (-357)) (-1013 (-357))) 61) (((-1052 (-205)) |#1| (-1013 (-357)) (-1013 (-357)) (-592 (-242))) 60) (((-1052 (-205)) (-814 |#1|) (-1013 (-357))) 52) (((-1052 (-205)) (-814 |#1|) (-1013 (-357)) (-592 (-242))) 51)) (-4164 (((-1176) (-817 |#1|) (-1013 (-357)) (-1013 (-357))) 74) (((-1176) (-817 |#1|) (-1013 (-357)) (-1013 (-357)) (-592 (-242))) 73) (((-1176) |#1| (-1013 (-357)) (-1013 (-357))) 64) (((-1176) |#1| (-1013 (-357)) (-1013 (-357)) (-592 (-242))) 63) (((-1176) (-814 |#1|) (-1013 (-357))) 56) (((-1176) (-814 |#1|) (-1013 (-357)) (-592 (-242))) 55) (((-1175) (-812 |#1|) (-1013 (-357))) 43) (((-1175) (-812 |#1|) (-1013 (-357)) (-592 (-242))) 42) (((-1175) |#1| (-1013 (-357))) 35) (((-1175) |#1| (-1013 (-357)) (-592 (-242))) 34)))
-(((-238 |#1|) (-10 -7 (-15 -4164 ((-1175) |#1| (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) |#1| (-1013 (-357)))) (-15 -4164 ((-1175) (-812 |#1|) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) (-812 |#1|) (-1013 (-357)))) (-15 -4164 ((-1176) (-814 |#1|) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-814 |#1|) (-1013 (-357)))) (-15 -2662 ((-1052 (-205)) (-814 |#1|) (-1013 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-814 |#1|) (-1013 (-357)))) (-15 -4164 ((-1176) |#1| (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) |#1| (-1013 (-357)) (-1013 (-357)))) (-15 -2662 ((-1052 (-205)) |#1| (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) |#1| (-1013 (-357)) (-1013 (-357)))) (-15 -4164 ((-1176) (-817 |#1|) (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-817 |#1|) (-1013 (-357)) (-1013 (-357)))) (-15 -2662 ((-1052 (-205)) (-817 |#1|) (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-817 |#1|) (-1013 (-357)) (-1013 (-357))))) (-13 (-567 (-501)) (-1020))) (T -238))
-((-2662 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-817 *5)) (-5 *4 (-1013 (-357))) (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205))) (-5 *1 (-238 *5)))) (-2662 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-817 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205))) (-5 *1 (-238 *6)))) (-4164 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-817 *5)) (-5 *4 (-1013 (-357))) (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176)) (-5 *1 (-238 *5)))) (-4164 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-817 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176)) (-5 *1 (-238 *6)))) (-2662 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1013 (-357))) (-5 *2 (-1052 (-205))) (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020))))) (-2662 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020))))) (-4164 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1013 (-357))) (-5 *2 (-1176)) (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020))))) (-4164 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020))))) (-2662 (*1 *2 *3 *4) (-12 (-5 *3 (-814 *5)) (-5 *4 (-1013 (-357))) (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205))) (-5 *1 (-238 *5)))) (-2662 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-814 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205))) (-5 *1 (-238 *6)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-814 *5)) (-5 *4 (-1013 (-357))) (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176)) (-5 *1 (-238 *5)))) (-4164 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-814 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176)) (-5 *1 (-238 *6)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-812 *5)) (-5 *4 (-1013 (-357))) (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1175)) (-5 *1 (-238 *5)))) (-4164 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-812 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1175)) (-5 *1 (-238 *6)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *4 (-1013 (-357))) (-5 *2 (-1175)) (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020))))) (-4164 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020))))))
-(-10 -7 (-15 -4164 ((-1175) |#1| (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) |#1| (-1013 (-357)))) (-15 -4164 ((-1175) (-812 |#1|) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1175) (-812 |#1|) (-1013 (-357)))) (-15 -4164 ((-1176) (-814 |#1|) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-814 |#1|) (-1013 (-357)))) (-15 -2662 ((-1052 (-205)) (-814 |#1|) (-1013 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-814 |#1|) (-1013 (-357)))) (-15 -4164 ((-1176) |#1| (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) |#1| (-1013 (-357)) (-1013 (-357)))) (-15 -2662 ((-1052 (-205)) |#1| (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) |#1| (-1013 (-357)) (-1013 (-357)))) (-15 -4164 ((-1176) (-817 |#1|) (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -4164 ((-1176) (-817 |#1|) (-1013 (-357)) (-1013 (-357)))) (-15 -2662 ((-1052 (-205)) (-817 |#1|) (-1013 (-357)) (-1013 (-357)) (-592 (-242)))) (-15 -2662 ((-1052 (-205)) (-817 |#1|) (-1013 (-357)) (-1013 (-357)))))
-((-4164 (((-1176) (-592 (-205)) (-592 (-205)) (-592 (-205)) (-592 (-242))) 23) (((-1176) (-592 (-205)) (-592 (-205)) (-592 (-205))) 24) (((-1175) (-592 (-878 (-205))) (-592 (-242))) 16) (((-1175) (-592 (-878 (-205)))) 17) (((-1175) (-592 (-205)) (-592 (-205)) (-592 (-242))) 20) (((-1175) (-592 (-205)) (-592 (-205))) 21)))
-(((-239) (-10 -7 (-15 -4164 ((-1175) (-592 (-205)) (-592 (-205)))) (-15 -4164 ((-1175) (-592 (-205)) (-592 (-205)) (-592 (-242)))) (-15 -4164 ((-1175) (-592 (-878 (-205))))) (-15 -4164 ((-1175) (-592 (-878 (-205))) (-592 (-242)))) (-15 -4164 ((-1176) (-592 (-205)) (-592 (-205)) (-592 (-205)))) (-15 -4164 ((-1176) (-592 (-205)) (-592 (-205)) (-592 (-205)) (-592 (-242)))))) (T -239))
-((-4164 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-592 (-205))) (-5 *4 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-239)))) (-4164 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-592 (-205))) (-5 *2 (-1176)) (-5 *1 (-239)))) (-4164 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-878 (-205)))) (-5 *4 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-239)))) (-4164 (*1 *2 *3) (-12 (-5 *3 (-592 (-878 (-205)))) (-5 *2 (-1175)) (-5 *1 (-239)))) (-4164 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-592 (-205))) (-5 *4 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-239)))) (-4164 (*1 *2 *3 *3) (-12 (-5 *3 (-592 (-205))) (-5 *2 (-1175)) (-5 *1 (-239)))))
-(-10 -7 (-15 -4164 ((-1175) (-592 (-205)) (-592 (-205)))) (-15 -4164 ((-1175) (-592 (-205)) (-592 (-205)) (-592 (-242)))) (-15 -4164 ((-1175) (-592 (-878 (-205))))) (-15 -4164 ((-1175) (-592 (-878 (-205))) (-592 (-242)))) (-15 -4164 ((-1176) (-592 (-205)) (-592 (-205)) (-592 (-205)))) (-15 -4164 ((-1176) (-592 (-205)) (-592 (-205)) (-592 (-205)) (-592 (-242)))))
-((-2501 (((-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))) (-592 (-242)) (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)))) 26)) (-2147 (((-856) (-592 (-242)) (-856)) 53)) (-2262 (((-856) (-592 (-242)) (-856)) 52)) (-1526 (((-592 (-357)) (-592 (-242)) (-592 (-357))) 69)) (-2722 (((-357) (-592 (-242)) (-357)) 58)) (-3334 (((-856) (-592 (-242)) (-856)) 54)) (-2867 (((-108) (-592 (-242)) (-108)) 28)) (-3037 (((-1075) (-592 (-242)) (-1075)) 20)) (-1745 (((-1075) (-592 (-242)) (-1075)) 27)) (-3555 (((-1052 (-205)) (-592 (-242))) 47)) (-2073 (((-592 (-1015 (-357))) (-592 (-242)) (-592 (-1015 (-357)))) 41)) (-2829 (((-809) (-592 (-242)) (-809)) 33)) (-3618 (((-809) (-592 (-242)) (-809)) 34)) (-1383 (((-1 (-878 (-205)) (-878 (-205))) (-592 (-242)) (-1 (-878 (-205)) (-878 (-205)))) 64)) (-3591 (((-108) (-592 (-242)) (-108)) 16)) (-3314 (((-108) (-592 (-242)) (-108)) 15)))
-(((-240) (-10 -7 (-15 -3314 ((-108) (-592 (-242)) (-108))) (-15 -3591 ((-108) (-592 (-242)) (-108))) (-15 -2501 ((-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))) (-592 (-242)) (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))) (-15 -3037 ((-1075) (-592 (-242)) (-1075))) (-15 -1745 ((-1075) (-592 (-242)) (-1075))) (-15 -2867 ((-108) (-592 (-242)) (-108))) (-15 -2829 ((-809) (-592 (-242)) (-809))) (-15 -3618 ((-809) (-592 (-242)) (-809))) (-15 -2073 ((-592 (-1015 (-357))) (-592 (-242)) (-592 (-1015 (-357))))) (-15 -2262 ((-856) (-592 (-242)) (-856))) (-15 -2147 ((-856) (-592 (-242)) (-856))) (-15 -3555 ((-1052 (-205)) (-592 (-242)))) (-15 -3334 ((-856) (-592 (-242)) (-856))) (-15 -2722 ((-357) (-592 (-242)) (-357))) (-15 -1383 ((-1 (-878 (-205)) (-878 (-205))) (-592 (-242)) (-1 (-878 (-205)) (-878 (-205))))) (-15 -1526 ((-592 (-357)) (-592 (-242)) (-592 (-357)))))) (T -240))
-((-1526 (*1 *2 *3 *2) (-12 (-5 *2 (-592 (-357))) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-1383 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-878 (-205)) (-878 (-205)))) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-2722 (*1 *2 *3 *2) (-12 (-5 *2 (-357)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-3334 (*1 *2 *3 *2) (-12 (-5 *2 (-856)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-3555 (*1 *2 *3) (-12 (-5 *3 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-240)))) (-2147 (*1 *2 *3 *2) (-12 (-5 *2 (-856)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-2262 (*1 *2 *3 *2) (-12 (-5 *2 (-856)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-2073 (*1 *2 *3 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-3618 (*1 *2 *3 *2) (-12 (-5 *2 (-809)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-2829 (*1 *2 *3 *2) (-12 (-5 *2 (-809)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-2867 (*1 *2 *3 *2) (-12 (-5 *2 (-108)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-1745 (*1 *2 *3 *2) (-12 (-5 *2 (-1075)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-3037 (*1 *2 *3 *2) (-12 (-5 *2 (-1075)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-2501 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)))) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-3591 (*1 *2 *3 *2) (-12 (-5 *2 (-108)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))) (-3314 (*1 *2 *3 *2) (-12 (-5 *2 (-108)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))))
-(-10 -7 (-15 -3314 ((-108) (-592 (-242)) (-108))) (-15 -3591 ((-108) (-592 (-242)) (-108))) (-15 -2501 ((-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))) (-592 (-242)) (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))) (-15 -3037 ((-1075) (-592 (-242)) (-1075))) (-15 -1745 ((-1075) (-592 (-242)) (-1075))) (-15 -2867 ((-108) (-592 (-242)) (-108))) (-15 -2829 ((-809) (-592 (-242)) (-809))) (-15 -3618 ((-809) (-592 (-242)) (-809))) (-15 -2073 ((-592 (-1015 (-357))) (-592 (-242)) (-592 (-1015 (-357))))) (-15 -2262 ((-856) (-592 (-242)) (-856))) (-15 -2147 ((-856) (-592 (-242)) (-856))) (-15 -3555 ((-1052 (-205)) (-592 (-242)))) (-15 -3334 ((-856) (-592 (-242)) (-856))) (-15 -2722 ((-357) (-592 (-242)) (-357))) (-15 -1383 ((-1 (-878 (-205)) (-878 (-205))) (-592 (-242)) (-1 (-878 (-205)) (-878 (-205))))) (-15 -1526 ((-592 (-357)) (-592 (-242)) (-592 (-357)))))
-((-2211 (((-3 |#1| "failed") (-592 (-242)) (-1092)) 17)))
-(((-241 |#1|) (-10 -7 (-15 -2211 ((-3 |#1| "failed") (-592 (-242)) (-1092)))) (-1128)) (T -241))
-((-2211 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-592 (-242))) (-5 *4 (-1092)) (-5 *1 (-241 *2)) (-4 *2 (-1128)))))
-(-10 -7 (-15 -2211 ((-3 |#1| "failed") (-592 (-242)) (-1092))))
-((-4087 (((-108) $ $) NIL)) (-2501 (($ (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)))) 15)) (-2147 (($ (-856)) 76)) (-2262 (($ (-856)) 75)) (-1509 (($ (-592 (-357))) 82)) (-2722 (($ (-357)) 58)) (-3334 (($ (-856)) 77)) (-2867 (($ (-108)) 23)) (-3037 (($ (-1075)) 18)) (-1745 (($ (-1075)) 19)) (-3555 (($ (-1052 (-205))) 71)) (-2073 (($ (-592 (-1015 (-357)))) 67)) (-1777 (($ (-592 (-1015 (-357)))) 59) (($ (-592 (-1015 (-385 (-525))))) 66)) (-3985 (($ (-357)) 29) (($ (-809)) 33)) (-3972 (((-108) (-592 $) (-1092)) 91)) (-2211 (((-3 (-51) "failed") (-592 $) (-1092)) 93)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2435 (($ (-357)) 34) (($ (-809)) 35)) (-2754 (($ (-1 (-878 (-205)) (-878 (-205)))) 57)) (-1383 (($ (-1 (-878 (-205)) (-878 (-205)))) 78)) (-1813 (($ (-1 (-205) (-205))) 39) (($ (-1 (-205) (-205) (-205))) 43) (($ (-1 (-205) (-205) (-205) (-205))) 47)) (-4100 (((-798) $) 87)) (-2042 (($ (-108)) 24) (($ (-592 (-1015 (-357)))) 52)) (-3314 (($ (-108)) 25)) (-2775 (((-108) $ $) 89)))
-(((-242) (-13 (-1020) (-10 -8 (-15 -3314 ($ (-108))) (-15 -2042 ($ (-108))) (-15 -2501 ($ (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))) (-15 -3037 ($ (-1075))) (-15 -1745 ($ (-1075))) (-15 -2867 ($ (-108))) (-15 -2042 ($ (-592 (-1015 (-357))))) (-15 -2754 ($ (-1 (-878 (-205)) (-878 (-205))))) (-15 -3985 ($ (-357))) (-15 -3985 ($ (-809))) (-15 -2435 ($ (-357))) (-15 -2435 ($ (-809))) (-15 -1813 ($ (-1 (-205) (-205)))) (-15 -1813 ($ (-1 (-205) (-205) (-205)))) (-15 -1813 ($ (-1 (-205) (-205) (-205) (-205)))) (-15 -2722 ($ (-357))) (-15 -1777 ($ (-592 (-1015 (-357))))) (-15 -1777 ($ (-592 (-1015 (-385 (-525)))))) (-15 -2073 ($ (-592 (-1015 (-357))))) (-15 -3555 ($ (-1052 (-205)))) (-15 -2262 ($ (-856))) (-15 -2147 ($ (-856))) (-15 -3334 ($ (-856))) (-15 -1383 ($ (-1 (-878 (-205)) (-878 (-205))))) (-15 -1509 ($ (-592 (-357)))) (-15 -2211 ((-3 (-51) "failed") (-592 $) (-1092))) (-15 -3972 ((-108) (-592 $) (-1092)))))) (T -242))
-((-3314 (*1 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-242)))) (-2042 (*1 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-242)))) (-2501 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)))) (-5 *1 (-242)))) (-3037 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-242)))) (-1745 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-242)))) (-2867 (*1 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-242)))) (-2042 (*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-242)))) (-2754 (*1 *1 *2) (-12 (-5 *2 (-1 (-878 (-205)) (-878 (-205)))) (-5 *1 (-242)))) (-3985 (*1 *1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-242)))) (-3985 (*1 *1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-242)))) (-2435 (*1 *1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-242)))) (-2435 (*1 *1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-242)))) (-1813 (*1 *1 *2) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *1 (-242)))) (-1813 (*1 *1 *2) (-12 (-5 *2 (-1 (-205) (-205) (-205))) (-5 *1 (-242)))) (-1813 (*1 *1 *2) (-12 (-5 *2 (-1 (-205) (-205) (-205) (-205))) (-5 *1 (-242)))) (-2722 (*1 *1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-242)))) (-1777 (*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-242)))) (-1777 (*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-385 (-525))))) (-5 *1 (-242)))) (-2073 (*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-242)))) (-3555 (*1 *1 *2) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-242)))) (-2262 (*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-242)))) (-2147 (*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-242)))) (-3334 (*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-242)))) (-1383 (*1 *1 *2) (-12 (-5 *2 (-1 (-878 (-205)) (-878 (-205)))) (-5 *1 (-242)))) (-1509 (*1 *1 *2) (-12 (-5 *2 (-592 (-357))) (-5 *1 (-242)))) (-2211 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-592 (-242))) (-5 *4 (-1092)) (-5 *2 (-51)) (-5 *1 (-242)))) (-3972 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-242))) (-5 *4 (-1092)) (-5 *2 (-108)) (-5 *1 (-242)))))
-(-13 (-1020) (-10 -8 (-15 -3314 ($ (-108))) (-15 -2042 ($ (-108))) (-15 -2501 ($ (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))) (-15 -3037 ($ (-1075))) (-15 -1745 ($ (-1075))) (-15 -2867 ($ (-108))) (-15 -2042 ($ (-592 (-1015 (-357))))) (-15 -2754 ($ (-1 (-878 (-205)) (-878 (-205))))) (-15 -3985 ($ (-357))) (-15 -3985 ($ (-809))) (-15 -2435 ($ (-357))) (-15 -2435 ($ (-809))) (-15 -1813 ($ (-1 (-205) (-205)))) (-15 -1813 ($ (-1 (-205) (-205) (-205)))) (-15 -1813 ($ (-1 (-205) (-205) (-205) (-205)))) (-15 -2722 ($ (-357))) (-15 -1777 ($ (-592 (-1015 (-357))))) (-15 -1777 ($ (-592 (-1015 (-385 (-525)))))) (-15 -2073 ($ (-592 (-1015 (-357))))) (-15 -3555 ($ (-1052 (-205)))) (-15 -2262 ($ (-856))) (-15 -2147 ($ (-856))) (-15 -3334 ($ (-856))) (-15 -1383 ($ (-1 (-878 (-205)) (-878 (-205))))) (-15 -1509 ($ (-592 (-357)))) (-15 -2211 ((-3 (-51) "failed") (-592 $) (-1092))) (-15 -3972 ((-108) (-592 $) (-1092)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1761 (((-592 (-713)) $) NIL) (((-592 (-713)) $ |#2|) NIL)) (-4016 (((-713) $) NIL) (((-713) $ |#2|) NIL)) (-1296 (((-592 |#3|) $) NIL)) (-4169 (((-1088 $) $ |#3|) NIL) (((-1088 |#1|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 |#3|)) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3385 (($ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1044 |#1| |#2|) "failed") $) 21)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1044 |#1| |#2|) $) NIL)) (-3801 (($ $ $ |#3|) NIL (|has| |#1| (-160)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ |#3|) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-497 |#3|) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| |#1| (-821 (-357))) (|has| |#3| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| |#1| (-821 (-525))) (|has| |#3| (-821 (-525)))))) (-4000 (((-713) $ |#2|) NIL) (((-713) $) 10)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-1284 (($ (-1088 |#1|) |#3|) NIL) (($ (-1088 $) |#3|) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-497 |#3|)) NIL) (($ $ |#3| (-713)) NIL) (($ $ (-592 |#3|) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |#3|) NIL)) (-1819 (((-497 |#3|) $) NIL) (((-713) $ |#3|) NIL) (((-592 (-713)) $ (-592 |#3|)) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-497 |#3|) (-497 |#3|)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2535 (((-1 $ (-713)) |#2|) NIL) (((-1 $ (-713)) $) NIL (|has| |#1| (-213)))) (-2018 (((-3 |#3| "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-3481 ((|#3| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-2438 (((-108) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| |#3|) (|:| -2168 (-713))) "failed") $) NIL)) (-3343 (($ $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-592 |#3|) (-592 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-592 |#3|) (-592 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-213))) (($ $ (-592 |#2|) (-592 $)) NIL (|has| |#1| (-213))) (($ $ |#2| |#1|) NIL (|has| |#1| (-213))) (($ $ (-592 |#2|) (-592 |#1|)) NIL (|has| |#1| (-213)))) (-4115 (($ $ |#3|) NIL (|has| |#1| (-160)))) (-2702 (($ $ |#3|) NIL) (($ $ (-592 |#3|)) NIL) (($ $ |#3| (-713)) NIL) (($ $ (-592 |#3|) (-592 (-713))) NIL) (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1771 (((-592 |#2|) $) NIL)) (-3529 (((-497 |#3|) $) NIL) (((-713) $ |#3|) NIL) (((-592 (-713)) $ (-592 |#3|)) NIL) (((-713) $ |#2|) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#3| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#3| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| |#1| (-567 (-501))) (|has| |#3| (-567 (-501)))))) (-1661 ((|#1| $) NIL (|has| |#1| (-429))) (($ $ |#3|) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) 24) (($ |#3|) 23) (($ |#2|) NIL) (($ (-1044 |#1| |#2|)) 30) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-497 |#3|)) NIL) (($ $ |#3| (-713)) NIL) (($ $ (-592 |#3|) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ |#3|) NIL) (($ $ (-592 |#3|)) NIL) (($ $ |#3| (-713)) NIL) (($ $ (-592 |#3|) (-592 (-713))) NIL) (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-243 |#1| |#2| |#3|) (-13 (-232 |#1| |#2| |#3| (-497 |#3|)) (-968 (-1044 |#1| |#2|))) (-977) (-789) (-245 |#2|)) (T -243))
-NIL
-(-13 (-232 |#1| |#2| |#3| (-497 |#3|)) (-968 (-1044 |#1| |#2|)))
-((-4016 (((-713) $) 30)) (-1934 (((-3 |#2| "failed") $) 17)) (-4105 ((|#2| $) 27)) (-2702 (($ $) 12) (($ $ (-713)) 15)) (-4100 (((-798) $) 26) (($ |#2|) 10)) (-2775 (((-108) $ $) 20)) (-2795 (((-108) $ $) 29)))
-(((-244 |#1| |#2|) (-10 -8 (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -4016 ((-713) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|))) (-245 |#2|) (-789)) (T -244))
-NIL
-(-10 -8 (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -4016 ((-713) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-4016 (((-713) $) 22)) (-3469 ((|#1| $) 23)) (-1934 (((-3 |#1| "failed") $) 27)) (-4105 ((|#1| $) 26)) (-4000 (((-713) $) 24)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-2535 (($ |#1| (-713)) 25)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-2702 (($ $) 21) (($ $ (-713)) 20)) (-4100 (((-798) $) 11) (($ |#1|) 28)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)))
-(((-245 |#1|) (-131) (-789)) (T -245))
-((-4100 (*1 *1 *2) (-12 (-4 *1 (-245 *2)) (-4 *2 (-789)))) (-2535 (*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-245 *2)) (-4 *2 (-789)))) (-4000 (*1 *2 *1) (-12 (-4 *1 (-245 *3)) (-4 *3 (-789)) (-5 *2 (-713)))) (-3469 (*1 *2 *1) (-12 (-4 *1 (-245 *2)) (-4 *2 (-789)))) (-4016 (*1 *2 *1) (-12 (-4 *1 (-245 *3)) (-4 *3 (-789)) (-5 *2 (-713)))) (-2702 (*1 *1 *1) (-12 (-4 *1 (-245 *2)) (-4 *2 (-789)))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-245 *3)) (-4 *3 (-789)))))
-(-13 (-789) (-968 |t#1|) (-10 -8 (-15 -2535 ($ |t#1| (-713))) (-15 -4000 ((-713) $)) (-15 -3469 (|t#1| $)) (-15 -4016 ((-713) $)) (-15 -2702 ($ $)) (-15 -2702 ($ $ (-713))) (-15 -4100 ($ |t#1|))))
-(((-97) . T) ((-566 (-798)) . T) ((-789) . T) ((-968 |#1|) . T) ((-1020) . T))
-((-1296 (((-592 (-1092)) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 41)) (-2668 (((-592 (-1092)) (-294 (-205)) (-713)) 80)) (-1254 (((-3 (-294 (-205)) "failed") (-294 (-205))) 51)) (-3523 (((-294 (-205)) (-294 (-205))) 67)) (-2917 (((-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 26)) (-1279 (((-108) (-592 (-294 (-205)))) 84)) (-4134 (((-108) (-294 (-205))) 24)) (-3713 (((-592 (-1075)) (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))))) 106)) (-2511 (((-592 (-294 (-205))) (-592 (-294 (-205)))) 88)) (-2265 (((-592 (-294 (-205))) (-592 (-294 (-205)))) 86)) (-1348 (((-632 (-205)) (-592 (-294 (-205))) (-713)) 95)) (-3002 (((-108) (-294 (-205))) 20) (((-108) (-592 (-294 (-205)))) 85)) (-2841 (((-592 (-205)) (-592 (-782 (-205))) (-205)) 14)) (-4196 (((-357) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 101)) (-3962 (((-966) (-1092) (-966)) 34)))
-(((-246) (-10 -7 (-15 -2841 ((-592 (-205)) (-592 (-782 (-205))) (-205))) (-15 -2917 ((-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))))) (-15 -1254 ((-3 (-294 (-205)) "failed") (-294 (-205)))) (-15 -3523 ((-294 (-205)) (-294 (-205)))) (-15 -1279 ((-108) (-592 (-294 (-205))))) (-15 -3002 ((-108) (-592 (-294 (-205))))) (-15 -3002 ((-108) (-294 (-205)))) (-15 -1348 ((-632 (-205)) (-592 (-294 (-205))) (-713))) (-15 -2265 ((-592 (-294 (-205))) (-592 (-294 (-205))))) (-15 -2511 ((-592 (-294 (-205))) (-592 (-294 (-205))))) (-15 -4134 ((-108) (-294 (-205)))) (-15 -1296 ((-592 (-1092)) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -2668 ((-592 (-1092)) (-294 (-205)) (-713))) (-15 -3962 ((-966) (-1092) (-966))) (-15 -4196 ((-357) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -3713 ((-592 (-1075)) (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))))))) (T -246))
-((-3713 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))))) (-5 *2 (-592 (-1075))) (-5 *1 (-246)))) (-4196 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) (-5 *2 (-357)) (-5 *1 (-246)))) (-3962 (*1 *2 *3 *2) (-12 (-5 *2 (-966)) (-5 *3 (-1092)) (-5 *1 (-246)))) (-2668 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-205))) (-5 *4 (-713)) (-5 *2 (-592 (-1092))) (-5 *1 (-246)))) (-1296 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) (-5 *2 (-592 (-1092))) (-5 *1 (-246)))) (-4134 (*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-108)) (-5 *1 (-246)))) (-2511 (*1 *2 *2) (-12 (-5 *2 (-592 (-294 (-205)))) (-5 *1 (-246)))) (-2265 (*1 *2 *2) (-12 (-5 *2 (-592 (-294 (-205)))) (-5 *1 (-246)))) (-1348 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-294 (-205)))) (-5 *4 (-713)) (-5 *2 (-632 (-205))) (-5 *1 (-246)))) (-3002 (*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-108)) (-5 *1 (-246)))) (-3002 (*1 *2 *3) (-12 (-5 *3 (-592 (-294 (-205)))) (-5 *2 (-108)) (-5 *1 (-246)))) (-1279 (*1 *2 *3) (-12 (-5 *3 (-592 (-294 (-205)))) (-5 *2 (-108)) (-5 *1 (-246)))) (-3523 (*1 *2 *2) (-12 (-5 *2 (-294 (-205))) (-5 *1 (-246)))) (-1254 (*1 *2 *2) (|partial| -12 (-5 *2 (-294 (-205))) (-5 *1 (-246)))) (-2917 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (-5 *1 (-246)))) (-2841 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-782 (-205)))) (-5 *4 (-205)) (-5 *2 (-592 *4)) (-5 *1 (-246)))))
-(-10 -7 (-15 -2841 ((-592 (-205)) (-592 (-782 (-205))) (-205))) (-15 -2917 ((-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))))) (-15 -1254 ((-3 (-294 (-205)) "failed") (-294 (-205)))) (-15 -3523 ((-294 (-205)) (-294 (-205)))) (-15 -1279 ((-108) (-592 (-294 (-205))))) (-15 -3002 ((-108) (-592 (-294 (-205))))) (-15 -3002 ((-108) (-294 (-205)))) (-15 -1348 ((-632 (-205)) (-592 (-294 (-205))) (-713))) (-15 -2265 ((-592 (-294 (-205))) (-592 (-294 (-205))))) (-15 -2511 ((-592 (-294 (-205))) (-592 (-294 (-205))))) (-15 -4134 ((-108) (-294 (-205)))) (-15 -1296 ((-592 (-1092)) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -2668 ((-592 (-1092)) (-294 (-205)) (-713))) (-15 -3962 ((-966) (-1092) (-966))) (-15 -4196 ((-357) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -3713 ((-592 (-1075)) (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))))))
-((-4087 (((-108) $ $) NIL)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 44)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 26) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-247) (-778)) (T -247))
-NIL
-(-778)
-((-4087 (((-108) $ $) NIL)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 58) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 54)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 34) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 36)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-248) (-778)) (T -248))
-NIL
-(-778)
-((-4087 (((-108) $ $) NIL)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 76) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 73)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 44) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 55)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-249) (-778)) (T -249))
-NIL
-(-778)
-((-4087 (((-108) $ $) NIL)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 50)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 31) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-250) (-778)) (T -250))
-NIL
-(-778)
-((-4087 (((-108) $ $) NIL)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 50)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 28) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-251) (-778)) (T -251))
-NIL
-(-778)
-((-4087 (((-108) $ $) NIL)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 73)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 28) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-252) (-778)) (T -252))
-NIL
-(-778)
-((-4087 (((-108) $ $) NIL)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 77)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 25) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-253) (-778)) (T -253))
-NIL
-(-778)
-((-4087 (((-108) $ $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4123 (((-592 (-525)) $) 19)) (-3529 (((-713) $) 17)) (-4100 (((-798) $) 23) (($ (-592 (-525))) 15)) (-2815 (($ (-713)) 20)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 9)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 11)))
-(((-254) (-13 (-789) (-10 -8 (-15 -4100 ($ (-592 (-525)))) (-15 -3529 ((-713) $)) (-15 -4123 ((-592 (-525)) $)) (-15 -2815 ($ (-713)))))) (T -254))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-254)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-254)))) (-4123 (*1 *2 *1) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-254)))) (-2815 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-254)))))
-(-13 (-789) (-10 -8 (-15 -4100 ($ (-592 (-525)))) (-15 -3529 ((-713) $)) (-15 -4123 ((-592 (-525)) $)) (-15 -2815 ($ (-713)))))
-((-1803 ((|#2| |#2|) 77)) (-3659 ((|#2| |#2|) 65)) (-1625 (((-3 |#2| "failed") |#2| (-592 (-2 (|:| |func| |#2|) (|:| |pole| (-108))))) 116)) (-1781 ((|#2| |#2|) 75)) (-3638 ((|#2| |#2|) 63)) (-1828 ((|#2| |#2|) 79)) (-3698 ((|#2| |#2|) 67)) (-4106 ((|#2|) 46)) (-1386 (((-110) (-110)) 95)) (-2533 ((|#2| |#2|) 61)) (-2932 (((-108) |#2|) 134)) (-4182 ((|#2| |#2|) 181)) (-2557 ((|#2| |#2|) 157)) (-2298 ((|#2|) 59)) (-1388 ((|#2|) 58)) (-2422 ((|#2| |#2|) 177)) (-2186 ((|#2| |#2|) 153)) (-2806 ((|#2| |#2|) 185)) (-1926 ((|#2| |#2|) 161)) (-3640 ((|#2| |#2|) 149)) (-3596 ((|#2| |#2|) 151)) (-1726 ((|#2| |#2|) 187)) (-3152 ((|#2| |#2|) 163)) (-2090 ((|#2| |#2|) 183)) (-2784 ((|#2| |#2|) 159)) (-3789 ((|#2| |#2|) 179)) (-4097 ((|#2| |#2|) 155)) (-3404 ((|#2| |#2|) 193)) (-1702 ((|#2| |#2|) 169)) (-1327 ((|#2| |#2|) 189)) (-2129 ((|#2| |#2|) 165)) (-2785 ((|#2| |#2|) 197)) (-1651 ((|#2| |#2|) 173)) (-3231 ((|#2| |#2|) 199)) (-4020 ((|#2| |#2|) 175)) (-2646 ((|#2| |#2|) 195)) (-3265 ((|#2| |#2|) 171)) (-3952 ((|#2| |#2|) 191)) (-2192 ((|#2| |#2|) 167)) (-1618 ((|#2| |#2|) 62)) (-1841 ((|#2| |#2|) 80)) (-3798 ((|#2| |#2|) 68)) (-1816 ((|#2| |#2|) 78)) (-3678 ((|#2| |#2|) 66)) (-1792 ((|#2| |#2|) 76)) (-3649 ((|#2| |#2|) 64)) (-3954 (((-108) (-110)) 93)) (-1876 ((|#2| |#2|) 83)) (-3853 ((|#2| |#2|) 71)) (-1853 ((|#2| |#2|) 81)) (-3808 ((|#2| |#2|) 69)) (-1902 ((|#2| |#2|) 85)) (-1760 ((|#2| |#2|) 73)) (-3135 ((|#2| |#2|) 86)) (-1770 ((|#2| |#2|) 74)) (-1891 ((|#2| |#2|) 84)) (-1748 ((|#2| |#2|) 72)) (-1866 ((|#2| |#2|) 82)) (-3820 ((|#2| |#2|) 70)))
-(((-255 |#1| |#2|) (-10 -7 (-15 -1618 (|#2| |#2|)) (-15 -2533 (|#2| |#2|)) (-15 -3638 (|#2| |#2|)) (-15 -3649 (|#2| |#2|)) (-15 -3659 (|#2| |#2|)) (-15 -3678 (|#2| |#2|)) (-15 -3698 (|#2| |#2|)) (-15 -3798 (|#2| |#2|)) (-15 -3808 (|#2| |#2|)) (-15 -3820 (|#2| |#2|)) (-15 -3853 (|#2| |#2|)) (-15 -1748 (|#2| |#2|)) (-15 -1760 (|#2| |#2|)) (-15 -1770 (|#2| |#2|)) (-15 -1781 (|#2| |#2|)) (-15 -1792 (|#2| |#2|)) (-15 -1803 (|#2| |#2|)) (-15 -1816 (|#2| |#2|)) (-15 -1828 (|#2| |#2|)) (-15 -1841 (|#2| |#2|)) (-15 -1853 (|#2| |#2|)) (-15 -1866 (|#2| |#2|)) (-15 -1876 (|#2| |#2|)) (-15 -1891 (|#2| |#2|)) (-15 -1902 (|#2| |#2|)) (-15 -3135 (|#2| |#2|)) (-15 -4106 (|#2|)) (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -1388 (|#2|)) (-15 -2298 (|#2|)) (-15 -3596 (|#2| |#2|)) (-15 -3640 (|#2| |#2|)) (-15 -2186 (|#2| |#2|)) (-15 -4097 (|#2| |#2|)) (-15 -2557 (|#2| |#2|)) (-15 -2784 (|#2| |#2|)) (-15 -1926 (|#2| |#2|)) (-15 -3152 (|#2| |#2|)) (-15 -2129 (|#2| |#2|)) (-15 -2192 (|#2| |#2|)) (-15 -1702 (|#2| |#2|)) (-15 -3265 (|#2| |#2|)) (-15 -1651 (|#2| |#2|)) (-15 -4020 (|#2| |#2|)) (-15 -2422 (|#2| |#2|)) (-15 -3789 (|#2| |#2|)) (-15 -4182 (|#2| |#2|)) (-15 -2090 (|#2| |#2|)) (-15 -2806 (|#2| |#2|)) (-15 -1726 (|#2| |#2|)) (-15 -1327 (|#2| |#2|)) (-15 -3952 (|#2| |#2|)) (-15 -3404 (|#2| |#2|)) (-15 -2646 (|#2| |#2|)) (-15 -2785 (|#2| |#2|)) (-15 -3231 (|#2| |#2|)) (-15 -1625 ((-3 |#2| "failed") |#2| (-592 (-2 (|:| |func| |#2|) (|:| |pole| (-108)))))) (-15 -2932 ((-108) |#2|))) (-13 (-789) (-517)) (-13 (-408 |#1|) (-934))) (T -255))
-((-2932 (*1 *2 *3) (-12 (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108)) (-5 *1 (-255 *4 *3)) (-4 *3 (-13 (-408 *4) (-934))))) (-1625 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-592 (-2 (|:| |func| *2) (|:| |pole| (-108))))) (-4 *2 (-13 (-408 *4) (-934))) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-255 *4 *2)))) (-3231 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2785 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2646 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3404 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3952 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1327 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1726 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2806 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2090 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-4182 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3789 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2422 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-4020 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1651 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3265 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1702 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2192 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2129 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3152 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1926 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2784 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2557 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-4097 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2186 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3640 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3596 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2298 (*1 *2) (-12 (-4 *2 (-13 (-408 *3) (-934))) (-5 *1 (-255 *3 *2)) (-4 *3 (-13 (-789) (-517))))) (-1388 (*1 *2) (-12 (-4 *2 (-13 (-408 *3) (-934))) (-5 *1 (-255 *3 *2)) (-4 *3 (-13 (-789) (-517))))) (-1386 (*1 *2 *2) (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *4)) (-4 *4 (-13 (-408 *3) (-934))))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108)) (-5 *1 (-255 *4 *5)) (-4 *5 (-13 (-408 *4) (-934))))) (-4106 (*1 *2) (-12 (-4 *2 (-13 (-408 *3) (-934))) (-5 *1 (-255 *3 *2)) (-4 *3 (-13 (-789) (-517))))) (-3135 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1902 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1891 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1876 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1866 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1853 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1841 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1828 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1816 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1803 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1792 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1781 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1770 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1760 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1748 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3853 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3820 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3808 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3798 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3698 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3678 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3659 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3649 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-2533 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))) (-1618 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2)) (-4 *2 (-13 (-408 *3) (-934))))))
-(-10 -7 (-15 -1618 (|#2| |#2|)) (-15 -2533 (|#2| |#2|)) (-15 -3638 (|#2| |#2|)) (-15 -3649 (|#2| |#2|)) (-15 -3659 (|#2| |#2|)) (-15 -3678 (|#2| |#2|)) (-15 -3698 (|#2| |#2|)) (-15 -3798 (|#2| |#2|)) (-15 -3808 (|#2| |#2|)) (-15 -3820 (|#2| |#2|)) (-15 -3853 (|#2| |#2|)) (-15 -1748 (|#2| |#2|)) (-15 -1760 (|#2| |#2|)) (-15 -1770 (|#2| |#2|)) (-15 -1781 (|#2| |#2|)) (-15 -1792 (|#2| |#2|)) (-15 -1803 (|#2| |#2|)) (-15 -1816 (|#2| |#2|)) (-15 -1828 (|#2| |#2|)) (-15 -1841 (|#2| |#2|)) (-15 -1853 (|#2| |#2|)) (-15 -1866 (|#2| |#2|)) (-15 -1876 (|#2| |#2|)) (-15 -1891 (|#2| |#2|)) (-15 -1902 (|#2| |#2|)) (-15 -3135 (|#2| |#2|)) (-15 -4106 (|#2|)) (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -1388 (|#2|)) (-15 -2298 (|#2|)) (-15 -3596 (|#2| |#2|)) (-15 -3640 (|#2| |#2|)) (-15 -2186 (|#2| |#2|)) (-15 -4097 (|#2| |#2|)) (-15 -2557 (|#2| |#2|)) (-15 -2784 (|#2| |#2|)) (-15 -1926 (|#2| |#2|)) (-15 -3152 (|#2| |#2|)) (-15 -2129 (|#2| |#2|)) (-15 -2192 (|#2| |#2|)) (-15 -1702 (|#2| |#2|)) (-15 -3265 (|#2| |#2|)) (-15 -1651 (|#2| |#2|)) (-15 -4020 (|#2| |#2|)) (-15 -2422 (|#2| |#2|)) (-15 -3789 (|#2| |#2|)) (-15 -4182 (|#2| |#2|)) (-15 -2090 (|#2| |#2|)) (-15 -2806 (|#2| |#2|)) (-15 -1726 (|#2| |#2|)) (-15 -1327 (|#2| |#2|)) (-15 -3952 (|#2| |#2|)) (-15 -3404 (|#2| |#2|)) (-15 -2646 (|#2| |#2|)) (-15 -2785 (|#2| |#2|)) (-15 -3231 (|#2| |#2|)) (-15 -1625 ((-3 |#2| "failed") |#2| (-592 (-2 (|:| |func| |#2|) (|:| |pole| (-108)))))) (-15 -2932 ((-108) |#2|)))
-((-2816 (((-3 |#2| "failed") (-592 (-565 |#2|)) |#2| (-1092)) 135)) (-2926 ((|#2| (-385 (-525)) |#2|) 51)) (-1246 ((|#2| |#2| (-565 |#2|)) 128)) (-2141 (((-2 (|:| |func| |#2|) (|:| |kers| (-592 (-565 |#2|))) (|:| |vals| (-592 |#2|))) |#2| (-1092)) 127)) (-1330 ((|#2| |#2| (-1092)) 20) ((|#2| |#2|) 23)) (-2528 ((|#2| |#2| (-1092)) 141) ((|#2| |#2|) 139)))
-(((-256 |#1| |#2|) (-10 -7 (-15 -2528 (|#2| |#2|)) (-15 -2528 (|#2| |#2| (-1092))) (-15 -2141 ((-2 (|:| |func| |#2|) (|:| |kers| (-592 (-565 |#2|))) (|:| |vals| (-592 |#2|))) |#2| (-1092))) (-15 -1330 (|#2| |#2|)) (-15 -1330 (|#2| |#2| (-1092))) (-15 -2816 ((-3 |#2| "failed") (-592 (-565 |#2|)) |#2| (-1092))) (-15 -1246 (|#2| |#2| (-565 |#2|))) (-15 -2926 (|#2| (-385 (-525)) |#2|))) (-13 (-517) (-789) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|))) (T -256))
-((-2926 (*1 *2 *3 *2) (-12 (-5 *3 (-385 (-525))) (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-256 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))) (-1246 (*1 *2 *2 *3) (-12 (-5 *3 (-565 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))) (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-256 *4 *2)))) (-2816 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-592 (-565 *2))) (-5 *4 (-1092)) (-4 *2 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-256 *5 *2)))) (-1330 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-256 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))) (-1330 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-256 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))) (-2141 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-592 (-565 *3))) (|:| |vals| (-592 *3)))) (-5 *1 (-256 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-2528 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-256 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))) (-2528 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-256 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))))
-(-10 -7 (-15 -2528 (|#2| |#2|)) (-15 -2528 (|#2| |#2| (-1092))) (-15 -2141 ((-2 (|:| |func| |#2|) (|:| |kers| (-592 (-565 |#2|))) (|:| |vals| (-592 |#2|))) |#2| (-1092))) (-15 -1330 (|#2| |#2|)) (-15 -1330 (|#2| |#2| (-1092))) (-15 -2816 ((-3 |#2| "failed") (-592 (-565 |#2|)) |#2| (-1092))) (-15 -1246 (|#2| |#2| (-565 |#2|))) (-15 -2926 (|#2| (-385 (-525)) |#2|)))
-((-1621 (((-3 |#3| "failed") |#3|) 110)) (-1803 ((|#3| |#3|) 131)) (-3765 (((-3 |#3| "failed") |#3|) 82)) (-3659 ((|#3| |#3|) 121)) (-3240 (((-3 |#3| "failed") |#3|) 58)) (-1781 ((|#3| |#3|) 129)) (-2008 (((-3 |#3| "failed") |#3|) 46)) (-3638 ((|#3| |#3|) 119)) (-2279 (((-3 |#3| "failed") |#3|) 112)) (-1828 ((|#3| |#3|) 133)) (-3719 (((-3 |#3| "failed") |#3|) 84)) (-3698 ((|#3| |#3|) 123)) (-3915 (((-3 |#3| "failed") |#3| (-713)) 36)) (-4053 (((-3 |#3| "failed") |#3|) 74)) (-2533 ((|#3| |#3|) 118)) (-3747 (((-3 |#3| "failed") |#3|) 44)) (-1618 ((|#3| |#3|) 117)) (-3958 (((-3 |#3| "failed") |#3|) 113)) (-1841 ((|#3| |#3|) 134)) (-3407 (((-3 |#3| "failed") |#3|) 85)) (-3798 ((|#3| |#3|) 124)) (-2296 (((-3 |#3| "failed") |#3|) 111)) (-1816 ((|#3| |#3|) 132)) (-4103 (((-3 |#3| "failed") |#3|) 83)) (-3678 ((|#3| |#3|) 122)) (-3046 (((-3 |#3| "failed") |#3|) 60)) (-1792 ((|#3| |#3|) 130)) (-2143 (((-3 |#3| "failed") |#3|) 48)) (-3649 ((|#3| |#3|) 120)) (-3434 (((-3 |#3| "failed") |#3|) 66)) (-1876 ((|#3| |#3|) 137)) (-3484 (((-3 |#3| "failed") |#3|) 104)) (-3853 ((|#3| |#3|) 142)) (-1552 (((-3 |#3| "failed") |#3|) 62)) (-1853 ((|#3| |#3|) 135)) (-1912 (((-3 |#3| "failed") |#3|) 50)) (-3808 ((|#3| |#3|) 125)) (-2538 (((-3 |#3| "failed") |#3|) 70)) (-1902 ((|#3| |#3|) 139)) (-1543 (((-3 |#3| "failed") |#3|) 54)) (-1760 ((|#3| |#3|) 127)) (-1335 (((-3 |#3| "failed") |#3|) 72)) (-3135 ((|#3| |#3|) 140)) (-2607 (((-3 |#3| "failed") |#3|) 56)) (-1770 ((|#3| |#3|) 128)) (-3511 (((-3 |#3| "failed") |#3|) 68)) (-1891 ((|#3| |#3|) 138)) (-2200 (((-3 |#3| "failed") |#3|) 107)) (-1748 ((|#3| |#3|) 143)) (-3143 (((-3 |#3| "failed") |#3|) 64)) (-1866 ((|#3| |#3|) 136)) (-2943 (((-3 |#3| "failed") |#3|) 52)) (-3820 ((|#3| |#3|) 126)) (** ((|#3| |#3| (-385 (-525))) 40 (|has| |#1| (-341)))))
-(((-257 |#1| |#2| |#3|) (-13 (-916 |#3|) (-10 -7 (IF (|has| |#1| (-341)) (-15 ** (|#3| |#3| (-385 (-525)))) |%noBranch|) (-15 -1618 (|#3| |#3|)) (-15 -2533 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3659 (|#3| |#3|)) (-15 -3678 (|#3| |#3|)) (-15 -3698 (|#3| |#3|)) (-15 -3798 (|#3| |#3|)) (-15 -3808 (|#3| |#3|)) (-15 -3820 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -1748 (|#3| |#3|)) (-15 -1760 (|#3| |#3|)) (-15 -1770 (|#3| |#3|)) (-15 -1781 (|#3| |#3|)) (-15 -1792 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1816 (|#3| |#3|)) (-15 -1828 (|#3| |#3|)) (-15 -1841 (|#3| |#3|)) (-15 -1853 (|#3| |#3|)) (-15 -1866 (|#3| |#3|)) (-15 -1876 (|#3| |#3|)) (-15 -1891 (|#3| |#3|)) (-15 -1902 (|#3| |#3|)) (-15 -3135 (|#3| |#3|)))) (-37 (-385 (-525))) (-1165 |#1|) (-1136 |#1| |#2|)) (T -257))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-385 (-525))) (-4 *4 (-341)) (-4 *4 (-37 *3)) (-4 *5 (-1165 *4)) (-5 *1 (-257 *4 *5 *2)) (-4 *2 (-1136 *4 *5)))) (-1618 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-2533 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3649 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3659 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3678 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3698 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3798 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3808 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3820 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3853 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1748 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1760 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1770 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1781 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1792 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1803 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1816 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1828 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1841 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1853 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1866 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1876 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1891 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-1902 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))) (-3135 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3)) (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4)))))
-(-13 (-916 |#3|) (-10 -7 (IF (|has| |#1| (-341)) (-15 ** (|#3| |#3| (-385 (-525)))) |%noBranch|) (-15 -1618 (|#3| |#3|)) (-15 -2533 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3659 (|#3| |#3|)) (-15 -3678 (|#3| |#3|)) (-15 -3698 (|#3| |#3|)) (-15 -3798 (|#3| |#3|)) (-15 -3808 (|#3| |#3|)) (-15 -3820 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -1748 (|#3| |#3|)) (-15 -1760 (|#3| |#3|)) (-15 -1770 (|#3| |#3|)) (-15 -1781 (|#3| |#3|)) (-15 -1792 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1816 (|#3| |#3|)) (-15 -1828 (|#3| |#3|)) (-15 -1841 (|#3| |#3|)) (-15 -1853 (|#3| |#3|)) (-15 -1866 (|#3| |#3|)) (-15 -1876 (|#3| |#3|)) (-15 -1891 (|#3| |#3|)) (-15 -1902 (|#3| |#3|)) (-15 -3135 (|#3| |#3|))))
-((-1621 (((-3 |#3| "failed") |#3|) 66)) (-1803 ((|#3| |#3|) 133)) (-3765 (((-3 |#3| "failed") |#3|) 50)) (-3659 ((|#3| |#3|) 121)) (-3240 (((-3 |#3| "failed") |#3|) 62)) (-1781 ((|#3| |#3|) 131)) (-2008 (((-3 |#3| "failed") |#3|) 46)) (-3638 ((|#3| |#3|) 119)) (-2279 (((-3 |#3| "failed") |#3|) 70)) (-1828 ((|#3| |#3|) 135)) (-3719 (((-3 |#3| "failed") |#3|) 54)) (-3698 ((|#3| |#3|) 123)) (-3915 (((-3 |#3| "failed") |#3| (-713)) 35)) (-4053 (((-3 |#3| "failed") |#3|) 44)) (-2533 ((|#3| |#3|) 112)) (-3747 (((-3 |#3| "failed") |#3|) 42)) (-1618 ((|#3| |#3|) 118)) (-3958 (((-3 |#3| "failed") |#3|) 72)) (-1841 ((|#3| |#3|) 136)) (-3407 (((-3 |#3| "failed") |#3|) 56)) (-3798 ((|#3| |#3|) 124)) (-2296 (((-3 |#3| "failed") |#3|) 68)) (-1816 ((|#3| |#3|) 134)) (-4103 (((-3 |#3| "failed") |#3|) 52)) (-3678 ((|#3| |#3|) 122)) (-3046 (((-3 |#3| "failed") |#3|) 64)) (-1792 ((|#3| |#3|) 132)) (-2143 (((-3 |#3| "failed") |#3|) 48)) (-3649 ((|#3| |#3|) 120)) (-3434 (((-3 |#3| "failed") |#3|) 78)) (-1876 ((|#3| |#3|) 139)) (-3484 (((-3 |#3| "failed") |#3|) 58)) (-3853 ((|#3| |#3|) 127)) (-1552 (((-3 |#3| "failed") |#3|) 74)) (-1853 ((|#3| |#3|) 137)) (-1912 (((-3 |#3| "failed") |#3|) 102)) (-3808 ((|#3| |#3|) 125)) (-2538 (((-3 |#3| "failed") |#3|) 82)) (-1902 ((|#3| |#3|) 141)) (-1543 (((-3 |#3| "failed") |#3|) 109)) (-1760 ((|#3| |#3|) 129)) (-1335 (((-3 |#3| "failed") |#3|) 84)) (-3135 ((|#3| |#3|) 142)) (-2607 (((-3 |#3| "failed") |#3|) 111)) (-1770 ((|#3| |#3|) 130)) (-3511 (((-3 |#3| "failed") |#3|) 80)) (-1891 ((|#3| |#3|) 140)) (-2200 (((-3 |#3| "failed") |#3|) 60)) (-1748 ((|#3| |#3|) 128)) (-3143 (((-3 |#3| "failed") |#3|) 76)) (-1866 ((|#3| |#3|) 138)) (-2943 (((-3 |#3| "failed") |#3|) 105)) (-3820 ((|#3| |#3|) 126)) (** ((|#3| |#3| (-385 (-525))) 40 (|has| |#1| (-341)))))
-(((-258 |#1| |#2| |#3| |#4|) (-13 (-916 |#3|) (-10 -7 (IF (|has| |#1| (-341)) (-15 ** (|#3| |#3| (-385 (-525)))) |%noBranch|) (-15 -1618 (|#3| |#3|)) (-15 -2533 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3659 (|#3| |#3|)) (-15 -3678 (|#3| |#3|)) (-15 -3698 (|#3| |#3|)) (-15 -3798 (|#3| |#3|)) (-15 -3808 (|#3| |#3|)) (-15 -3820 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -1748 (|#3| |#3|)) (-15 -1760 (|#3| |#3|)) (-15 -1770 (|#3| |#3|)) (-15 -1781 (|#3| |#3|)) (-15 -1792 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1816 (|#3| |#3|)) (-15 -1828 (|#3| |#3|)) (-15 -1841 (|#3| |#3|)) (-15 -1853 (|#3| |#3|)) (-15 -1866 (|#3| |#3|)) (-15 -1876 (|#3| |#3|)) (-15 -1891 (|#3| |#3|)) (-15 -1902 (|#3| |#3|)) (-15 -3135 (|#3| |#3|)))) (-37 (-385 (-525))) (-1134 |#1|) (-1157 |#1| |#2|) (-916 |#2|)) (T -258))
-((** (*1 *2 *2 *3) (-12 (-5 *3 (-385 (-525))) (-4 *4 (-341)) (-4 *4 (-37 *3)) (-4 *5 (-1134 *4)) (-5 *1 (-258 *4 *5 *2 *6)) (-4 *2 (-1157 *4 *5)) (-4 *6 (-916 *5)))) (-1618 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-2533 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3638 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3649 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3659 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3678 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3698 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3798 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3808 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3820 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3853 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1748 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1760 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1770 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1781 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1792 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1803 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1816 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1828 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1841 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1853 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1866 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1876 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1891 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-1902 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))) (-3135 (*1 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3)) (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4)))))
-(-13 (-916 |#3|) (-10 -7 (IF (|has| |#1| (-341)) (-15 ** (|#3| |#3| (-385 (-525)))) |%noBranch|) (-15 -1618 (|#3| |#3|)) (-15 -2533 (|#3| |#3|)) (-15 -3638 (|#3| |#3|)) (-15 -3649 (|#3| |#3|)) (-15 -3659 (|#3| |#3|)) (-15 -3678 (|#3| |#3|)) (-15 -3698 (|#3| |#3|)) (-15 -3798 (|#3| |#3|)) (-15 -3808 (|#3| |#3|)) (-15 -3820 (|#3| |#3|)) (-15 -3853 (|#3| |#3|)) (-15 -1748 (|#3| |#3|)) (-15 -1760 (|#3| |#3|)) (-15 -1770 (|#3| |#3|)) (-15 -1781 (|#3| |#3|)) (-15 -1792 (|#3| |#3|)) (-15 -1803 (|#3| |#3|)) (-15 -1816 (|#3| |#3|)) (-15 -1828 (|#3| |#3|)) (-15 -1841 (|#3| |#3|)) (-15 -1853 (|#3| |#3|)) (-15 -1866 (|#3| |#3|)) (-15 -1876 (|#3| |#3|)) (-15 -1891 (|#3| |#3|)) (-15 -1902 (|#3| |#3|)) (-15 -3135 (|#3| |#3|))))
-((-3543 (((-108) $) 19)) (-4165 (((-169) $) 7)) (-2452 (((-3 (-1092) "failed") $) 14)) (-4149 (((-3 (-592 $) "failed") $) NIL)) (-3346 (((-3 (-1092) "failed") $) 21)) (-2792 (((-3 (-1024) "failed") $) 17)) (-1930 (((-108) $) 15)) (-4100 (((-798) $) NIL)) (-1274 (((-108) $) 9)))
-(((-259) (-13 (-566 (-798)) (-10 -8 (-15 -4165 ((-169) $)) (-15 -1930 ((-108) $)) (-15 -2792 ((-3 (-1024) "failed") $)) (-15 -3543 ((-108) $)) (-15 -3346 ((-3 (-1092) "failed") $)) (-15 -1274 ((-108) $)) (-15 -2452 ((-3 (-1092) "failed") $)) (-15 -4149 ((-3 (-592 $) "failed") $))))) (T -259))
-((-4165 (*1 *2 *1) (-12 (-5 *2 (-169)) (-5 *1 (-259)))) (-1930 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-259)))) (-2792 (*1 *2 *1) (|partial| -12 (-5 *2 (-1024)) (-5 *1 (-259)))) (-3543 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-259)))) (-3346 (*1 *2 *1) (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-259)))) (-1274 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-259)))) (-2452 (*1 *2 *1) (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-259)))) (-4149 (*1 *2 *1) (|partial| -12 (-5 *2 (-592 (-259))) (-5 *1 (-259)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -4165 ((-169) $)) (-15 -1930 ((-108) $)) (-15 -2792 ((-3 (-1024) "failed") $)) (-15 -3543 ((-108) $)) (-15 -3346 ((-3 (-1092) "failed") $)) (-15 -1274 ((-108) $)) (-15 -2452 ((-3 (-1092) "failed") $)) (-15 -4149 ((-3 (-592 $) "failed") $))))
-((-2399 (($ (-1 (-108) |#2|) $) 24)) (-1681 (($ $) 36)) (-4205 (($ (-1 (-108) |#2|) $) NIL) (($ |#2| $) 34)) (-2698 (($ |#2| $) 32) (($ (-1 (-108) |#2|) $) 18)) (-3269 (($ (-1 (-108) |#2| |#2|) $ $) NIL) (($ $ $) 40)) (-2594 (($ |#2| $ (-525)) 20) (($ $ $ (-525)) 22)) (-2139 (($ $ (-525)) 11) (($ $ (-1141 (-525))) 14)) (-4190 (($ $ |#2|) 30) (($ $ $) NIL)) (-2035 (($ $ |#2|) 29) (($ |#2| $) NIL) (($ $ $) 26) (($ (-592 $)) NIL)))
-(((-260 |#1| |#2|) (-10 -8 (-15 -3269 (|#1| |#1| |#1|)) (-15 -4205 (|#1| |#2| |#1|)) (-15 -3269 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -4205 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4190 (|#1| |#1| |#1|)) (-15 -4190 (|#1| |#1| |#2|)) (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2139 (|#1| |#1| (-1141 (-525)))) (-15 -2139 (|#1| |#1| (-525))) (-15 -2035 (|#1| (-592 |#1|))) (-15 -2035 (|#1| |#1| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -2698 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -2399 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -2698 (|#1| |#2| |#1|)) (-15 -1681 (|#1| |#1|))) (-261 |#2|) (-1128)) (T -260))
-NIL
-(-10 -8 (-15 -3269 (|#1| |#1| |#1|)) (-15 -4205 (|#1| |#2| |#1|)) (-15 -3269 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -4205 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4190 (|#1| |#1| |#1|)) (-15 -4190 (|#1| |#1| |#2|)) (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2139 (|#1| |#1| (-1141 (-525)))) (-15 -2139 (|#1| |#1| (-525))) (-15 -2035 (|#1| (-592 |#1|))) (-15 -2035 (|#1| |#1| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -2698 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -2399 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -2698 (|#1| |#2| |#1|)) (-15 -1681 (|#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#1| $ (-525) |#1|) 52 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 58 (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) |#1|) $) 85)) (-2399 (($ (-1 (-108) |#1|) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1793 (($ $) 83 (|has| |#1| (-1020)))) (-1681 (($ $) 78 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ (-1 (-108) |#1|) $) 89) (($ |#1| $) 84 (|has| |#1| (-1020)))) (-2698 (($ |#1| $) 77 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 74 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 51)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3269 (($ (-1 (-108) |#1| |#1|) $ $) 86) (($ $ $) 82 (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3246 (($ |#1| $ (-525)) 88) (($ $ $ (-525)) 87)) (-2594 (($ |#1| $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 42 (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 71)) (-3453 (($ $ |#1|) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) |#1|) 50) ((|#1| $ (-525)) 49) (($ $ (-1141 (-525))) 63)) (-2818 (($ $ (-525)) 91) (($ $ (-1141 (-525))) 90)) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 70)) (-4190 (($ $ |#1|) 93) (($ $ $) 92)) (-2035 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-261 |#1|) (-131) (-1128)) (T -261))
-((-4190 (*1 *1 *1 *2) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)))) (-4190 (*1 *1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)))) (-2818 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-261 *3)) (-4 *3 (-1128)))) (-2818 (*1 *1 *1 *2) (-12 (-5 *2 (-1141 (-525))) (-4 *1 (-261 *3)) (-4 *3 (-1128)))) (-4205 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-261 *3)) (-4 *3 (-1128)))) (-3246 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-261 *2)) (-4 *2 (-1128)))) (-3246 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-261 *3)) (-4 *3 (-1128)))) (-3269 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-108) *3 *3)) (-4 *1 (-261 *3)) (-4 *3 (-1128)))) (-3050 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-261 *3)) (-4 *3 (-1128)))) (-4205 (*1 *1 *2 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)) (-4 *2 (-1020)))) (-1793 (*1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)) (-4 *2 (-1020)))) (-3269 (*1 *1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)) (-4 *2 (-789)))))
-(-13 (-597 |t#1|) (-10 -8 (-6 -4260) (-15 -4190 ($ $ |t#1|)) (-15 -4190 ($ $ $)) (-15 -2818 ($ $ (-525))) (-15 -2818 ($ $ (-1141 (-525)))) (-15 -4205 ($ (-1 (-108) |t#1|) $)) (-15 -3246 ($ |t#1| $ (-525))) (-15 -3246 ($ $ $ (-525))) (-15 -3269 ($ (-1 (-108) |t#1| |t#1|) $ $)) (-15 -3050 ($ (-1 (-108) |t#1|) $)) (IF (|has| |t#1| (-1020)) (PROGN (-15 -4205 ($ |t#1| $)) (-15 -1793 ($ $))) |%noBranch|) (IF (|has| |t#1| (-789)) (-15 -3269 ($ $ $)) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
+((-4170 (((-110) $) 12)) (-1998 (($ (-1 |#2| |#2|) $) 21)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (($ (-387 (-527)) $) 25) (($ $ (-387 (-527))) NIL)))
+(((-45 |#1| |#2| |#3|) (-10 -8 (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -4170 ((-110) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|))) (-46 |#2| |#3|) (-979) (-736)) (T -45))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -4170 ((-110) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-4170 (((-110) $) 62)) (-2829 (($ |#1| |#2|) 61)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-4115 ((|#2| $) 64)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519))) (($ |#1|) 47 (|has| |#1| (-162)))) (-3411 ((|#1| $ |#2|) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-46 |#1| |#2|) (-133) (-979) (-736)) (T -46))
+((-3004 (*1 *2 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979)))) (-2990 (*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-46 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-46 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)))) (-4170 (*1 *2 *1) (-12 (-4 *1 (-46 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (-5 *2 (-110)))) (-2829 (*1 *1 *2 *3) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)))) (-3033 (*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)))) (-3411 (*1 *2 *1 *3) (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979)))) (-2873 (*1 *1 *1 *2) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)) (-4 *2 (-343)))))
+(-13 (-979) (-109 |t#1| |t#1|) (-10 -8 (-15 -3004 (|t#1| $)) (-15 -2990 ($ $)) (-15 -4115 (|t#2| $)) (-15 -1998 ($ (-1 |t#1| |t#1|) $)) (-15 -4170 ((-110) $)) (-15 -2829 ($ |t#1| |t#2|)) (-15 -3033 ($ $)) (-15 -3411 (|t#1| $ |t#2|)) (IF (|has| |t#1| (-343)) (-15 -2873 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-162)) (PROGN (-6 (-162)) (-6 (-37 |t#1|))) |%noBranch|) (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-519)) (-6 (-519)) |%noBranch|) (IF (|has| |t#1| (-37 (-387 (-527)))) (-6 (-37 (-387 (-527)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) |has| |#1| (-519)) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-271) |has| |#1| (-519)) ((-519) |has| |#1| (-519)) ((-596 #0#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #0#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) |has| |#1| (-519)) ((-671) . T) ((-985 #0#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-3025 (((-594 $) (-1090 $) (-1094)) NIL) (((-594 $) (-1090 $)) NIL) (((-594 $) (-889 $)) NIL)) (-3217 (($ (-1090 $) (-1094)) NIL) (($ (-1090 $)) NIL) (($ (-889 $)) NIL)) (-1874 (((-110) $) 11)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-1296 (((-594 (-567 $)) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1568 (($ $ (-275 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-594 (-567 $)) (-594 $)) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2713 (($ $) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-1270 (((-594 $) (-1090 $) (-1094)) NIL) (((-594 $) (-1090 $)) NIL) (((-594 $) (-889 $)) NIL)) (-2608 (($ (-1090 $) (-1094)) NIL) (($ (-1090 $)) NIL) (($ (-889 $)) NIL)) (-1923 (((-3 (-567 $) "failed") $) NIL) (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL)) (-4145 (((-567 $) $) NIL) (((-527) $) NIL) (((-387 (-527)) $) NIL)) (-1346 (($ $ $) NIL)) (-4162 (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-387 (-527)))) (|:| |vec| (-1176 (-387 (-527))))) (-634 $) (-1176 $)) NIL) (((-634 (-387 (-527))) (-634 $)) NIL)) (-2731 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-1282 (($ $) NIL) (($ (-594 $)) NIL)) (-3672 (((-594 (-112)) $) NIL)) (-2370 (((-112) (-112)) NIL)) (-2956 (((-110) $) 14)) (-1758 (((-110) $) NIL (|has| $ (-970 (-527))))) (-4109 (((-1046 (-527) (-567 $)) $) NIL)) (-3799 (($ $ (-527)) NIL)) (-1705 (((-1090 $) (-1090 $) (-567 $)) NIL) (((-1090 $) (-1090 $) (-594 (-567 $))) NIL) (($ $ (-567 $)) NIL) (($ $ (-594 (-567 $))) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3939 (((-1090 $) (-567 $)) NIL (|has| $ (-979)))) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 $ $) (-567 $)) NIL)) (-1567 (((-3 (-567 $) "failed") $) NIL)) (-2702 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-2655 (((-594 (-567 $)) $) NIL)) (-2592 (($ (-112) $) NIL) (($ (-112) (-594 $)) NIL)) (-1854 (((-110) $ (-112)) NIL) (((-110) $ (-1094)) NIL)) (-2952 (($ $) NIL)) (-3011 (((-715) $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ (-594 $)) NIL) (($ $ $) NIL)) (-3970 (((-110) $ $) NIL) (((-110) $ (-1094)) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1285 (((-110) $) NIL (|has| $ (-970 (-527))))) (-2819 (($ $ (-567 $) $) NIL) (($ $ (-594 (-567 $)) (-594 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-1094) (-1 $ (-594 $))) NIL) (($ $ (-1094) (-1 $ $)) NIL) (($ $ (-594 (-112)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-112) (-1 $ (-594 $))) NIL) (($ $ (-112) (-1 $ $)) NIL)) (-2578 (((-715) $) NIL)) (-3439 (($ (-112) $) NIL) (($ (-112) $ $) NIL) (($ (-112) $ $ $) NIL) (($ (-112) $ $ $ $) NIL) (($ (-112) (-594 $)) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-3756 (($ $) NIL) (($ $ $) NIL)) (-4234 (($ $ (-715)) NIL) (($ $) NIL)) (-4122 (((-1046 (-527) (-567 $)) $) NIL)) (-2279 (($ $) NIL (|has| $ (-979)))) (-2051 (((-359) $) NIL) (((-207) $) NIL) (((-159 (-359)) $) NIL)) (-4118 (((-800) $) NIL) (($ (-567 $)) NIL) (($ (-387 (-527))) NIL) (($ $) NIL) (($ (-527)) NIL) (($ (-1046 (-527) (-567 $))) NIL)) (-4070 (((-715)) NIL)) (-3235 (($ $) NIL) (($ (-594 $)) NIL)) (-2771 (((-110) (-112)) NIL)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-527)) NIL) (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (-3361 (($) 7 T CONST)) (-3374 (($) 12 T CONST)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 16)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL)) (-2863 (($ $ $) 15) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-387 (-527))) NIL) (($ $ (-527)) NIL) (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (* (($ (-387 (-527)) $) NIL) (($ $ (-387 (-527))) NIL) (($ $ $) NIL) (($ (-527) $) NIL) (($ (-715) $) NIL) (($ (-858) $) NIL)))
+(((-47) (-13 (-283) (-27) (-970 (-527)) (-970 (-387 (-527))) (-590 (-527)) (-955) (-590 (-387 (-527))) (-140) (-569 (-159 (-359))) (-215) (-10 -8 (-15 -4118 ($ (-1046 (-527) (-567 $)))) (-15 -4109 ((-1046 (-527) (-567 $)) $)) (-15 -4122 ((-1046 (-527) (-567 $)) $)) (-15 -2731 ($ $)) (-15 -1705 ((-1090 $) (-1090 $) (-567 $))) (-15 -1705 ((-1090 $) (-1090 $) (-594 (-567 $)))) (-15 -1705 ($ $ (-567 $))) (-15 -1705 ($ $ (-594 (-567 $))))))) (T -47))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1046 (-527) (-567 (-47)))) (-5 *1 (-47)))) (-4109 (*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-47)))) (-5 *1 (-47)))) (-4122 (*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-47)))) (-5 *1 (-47)))) (-2731 (*1 *1 *1) (-5 *1 (-47))) (-1705 (*1 *2 *2 *3) (-12 (-5 *2 (-1090 (-47))) (-5 *3 (-567 (-47))) (-5 *1 (-47)))) (-1705 (*1 *2 *2 *3) (-12 (-5 *2 (-1090 (-47))) (-5 *3 (-594 (-567 (-47)))) (-5 *1 (-47)))) (-1705 (*1 *1 *1 *2) (-12 (-5 *2 (-567 (-47))) (-5 *1 (-47)))) (-1705 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-567 (-47)))) (-5 *1 (-47)))))
+(-13 (-283) (-27) (-970 (-527)) (-970 (-387 (-527))) (-590 (-527)) (-955) (-590 (-387 (-527))) (-140) (-569 (-159 (-359))) (-215) (-10 -8 (-15 -4118 ($ (-1046 (-527) (-567 $)))) (-15 -4109 ((-1046 (-527) (-567 $)) $)) (-15 -4122 ((-1046 (-527) (-567 $)) $)) (-15 -2731 ($ $)) (-15 -1705 ((-1090 $) (-1090 $) (-567 $))) (-15 -1705 ((-1090 $) (-1090 $) (-594 (-567 $)))) (-15 -1705 ($ $ (-567 $))) (-15 -1705 ($ $ (-594 (-567 $))))))
+((-4105 (((-110) $ $) NIL)) (-3878 (((-594 (-1094)) $) 17)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 7)) (-2378 (((-1099) $) 18)) (-2747 (((-110) $ $) NIL)))
+(((-48) (-13 (-1022) (-10 -8 (-15 -3878 ((-594 (-1094)) $)) (-15 -2378 ((-1099) $))))) (T -48))
+((-3878 (*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-48)))) (-2378 (*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-48)))))
+(-13 (-1022) (-10 -8 (-15 -3878 ((-594 (-1094)) $)) (-15 -2378 ((-1099) $))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 61)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3525 (((-110) $) 20)) (-1923 (((-3 |#1| "failed") $) 23)) (-4145 ((|#1| $) 24)) (-3033 (($ $) 28)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-3004 ((|#1| $) 21)) (-1477 (($ $) 50)) (-2416 (((-1077) $) NIL)) (-3742 (((-110) $) 30)) (-4024 (((-1041) $) NIL)) (-2613 (($ (-715)) 48)) (-1724 (($ (-594 (-527))) 49)) (-4115 (((-715) $) 31)) (-4118 (((-800) $) 64) (($ (-527)) 45) (($ |#1|) 43)) (-3411 ((|#1| $ $) 19)) (-4070 (((-715)) 47)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 32 T CONST)) (-3374 (($) 14 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 40)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 41) (($ |#1| $) 35)))
+(((-49 |#1| |#2|) (-13 (-572 |#1|) (-970 |#1|) (-10 -8 (-15 -3004 (|#1| $)) (-15 -1477 ($ $)) (-15 -3033 ($ $)) (-15 -3411 (|#1| $ $)) (-15 -2613 ($ (-715))) (-15 -1724 ($ (-594 (-527)))) (-15 -3742 ((-110) $)) (-15 -3525 ((-110) $)) (-15 -4115 ((-715) $)) (-15 -1998 ($ (-1 |#1| |#1|) $)))) (-979) (-594 (-1094))) (T -49))
+((-3004 (*1 *2 *1) (-12 (-4 *2 (-979)) (-5 *1 (-49 *2 *3)) (-14 *3 (-594 (-1094))))) (-1477 (*1 *1 *1) (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-979)) (-14 *3 (-594 (-1094))))) (-3033 (*1 *1 *1) (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-979)) (-14 *3 (-594 (-1094))))) (-3411 (*1 *2 *1 *1) (-12 (-4 *2 (-979)) (-5 *1 (-49 *2 *3)) (-14 *3 (-594 (-1094))))) (-2613 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979)) (-14 *4 (-594 (-1094))))) (-1724 (*1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-49 *3 *4)) (-4 *3 (-979)) (-14 *4 (-594 (-1094))))) (-3742 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979)) (-14 *4 (-594 (-1094))))) (-3525 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979)) (-14 *4 (-594 (-1094))))) (-4115 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979)) (-14 *4 (-594 (-1094))))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-49 *3 *4)) (-14 *4 (-594 (-1094))))))
+(-13 (-572 |#1|) (-970 |#1|) (-10 -8 (-15 -3004 (|#1| $)) (-15 -1477 ($ $)) (-15 -3033 ($ $)) (-15 -3411 (|#1| $ $)) (-15 -2613 ($ (-715))) (-15 -1724 ($ (-594 (-527)))) (-15 -3742 ((-110) $)) (-15 -3525 ((-110) $)) (-15 -4115 ((-715) $)) (-15 -1998 ($ (-1 |#1| |#1|) $))))
+((-3525 (((-110) (-51)) 13)) (-1923 (((-3 |#1| "failed") (-51)) 21)) (-4145 ((|#1| (-51)) 22)) (-4118 (((-51) |#1|) 18)))
+(((-50 |#1|) (-10 -7 (-15 -4118 ((-51) |#1|)) (-15 -1923 ((-3 |#1| "failed") (-51))) (-15 -3525 ((-110) (-51))) (-15 -4145 (|#1| (-51)))) (-1130)) (T -50))
+((-4145 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1130)))) (-3525 (*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *2 (-110)) (-5 *1 (-50 *4)) (-4 *4 (-1130)))) (-1923 (*1 *2 *3) (|partial| -12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1130)))) (-4118 (*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-50 *3)) (-4 *3 (-1130)))))
+(-10 -7 (-15 -4118 ((-51) |#1|)) (-15 -1923 ((-3 |#1| "failed") (-51))) (-15 -3525 ((-110) (-51))) (-15 -4145 (|#1| (-51))))
+((-4105 (((-110) $ $) NIL)) (-1861 (((-1077) (-110)) 25)) (-2574 (((-800) $) 24)) (-2056 (((-718) $) 12)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1881 (((-800) $) 16)) (-3021 (((-1026) $) 14)) (-4118 (((-800) $) 32)) (-1917 (($ (-1026) (-718)) 33)) (-2747 (((-110) $ $) 18)))
+(((-51) (-13 (-1022) (-10 -8 (-15 -1917 ($ (-1026) (-718))) (-15 -1881 ((-800) $)) (-15 -2574 ((-800) $)) (-15 -3021 ((-1026) $)) (-15 -2056 ((-718) $)) (-15 -1861 ((-1077) (-110)))))) (T -51))
+((-1917 (*1 *1 *2 *3) (-12 (-5 *2 (-1026)) (-5 *3 (-718)) (-5 *1 (-51)))) (-1881 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-51)))) (-2574 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-51)))) (-3021 (*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-51)))) (-2056 (*1 *2 *1) (-12 (-5 *2 (-718)) (-5 *1 (-51)))) (-1861 (*1 *2 *3) (-12 (-5 *3 (-110)) (-5 *2 (-1077)) (-5 *1 (-51)))))
+(-13 (-1022) (-10 -8 (-15 -1917 ($ (-1026) (-718))) (-15 -1881 ((-800) $)) (-15 -2574 ((-800) $)) (-15 -3021 ((-1026) $)) (-15 -2056 ((-718) $)) (-15 -1861 ((-1077) (-110)))))
+((-1615 ((|#2| |#3| (-1 |#2| |#2|) |#2|) 16)))
+(((-52 |#1| |#2| |#3|) (-10 -7 (-15 -1615 (|#2| |#3| (-1 |#2| |#2|) |#2|))) (-979) (-596 |#1|) (-793 |#1|)) (T -52))
+((-1615 (*1 *2 *3 *4 *2) (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-596 *5)) (-4 *5 (-979)) (-5 *1 (-52 *5 *2 *3)) (-4 *3 (-793 *5)))))
+(-10 -7 (-15 -1615 (|#2| |#3| (-1 |#2| |#2|) |#2|)))
+((-2509 ((|#3| |#3| (-594 (-1094))) 35)) (-3365 ((|#3| (-594 (-1001 |#1| |#2| |#3|)) |#3| (-858)) 22) ((|#3| (-594 (-1001 |#1| |#2| |#3|)) |#3|) 20)))
+(((-53 |#1| |#2| |#3|) (-10 -7 (-15 -3365 (|#3| (-594 (-1001 |#1| |#2| |#3|)) |#3|)) (-15 -3365 (|#3| (-594 (-1001 |#1| |#2| |#3|)) |#3| (-858))) (-15 -2509 (|#3| |#3| (-594 (-1094))))) (-1022) (-13 (-979) (-823 |#1|) (-791) (-569 (-829 |#1|))) (-13 (-410 |#2|) (-823 |#1|) (-569 (-829 |#1|)))) (T -53))
+((-2509 (*1 *2 *2 *3) (-12 (-5 *3 (-594 (-1094))) (-4 *4 (-1022)) (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4)))) (-5 *1 (-53 *4 *5 *2)) (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))))) (-3365 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-594 (-1001 *5 *6 *2))) (-5 *4 (-858)) (-4 *5 (-1022)) (-4 *6 (-13 (-979) (-823 *5) (-791) (-569 (-829 *5)))) (-4 *2 (-13 (-410 *6) (-823 *5) (-569 (-829 *5)))) (-5 *1 (-53 *5 *6 *2)))) (-3365 (*1 *2 *3 *2) (-12 (-5 *3 (-594 (-1001 *4 *5 *2))) (-4 *4 (-1022)) (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4)))) (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))) (-5 *1 (-53 *4 *5 *2)))))
+(-10 -7 (-15 -3365 (|#3| (-594 (-1001 |#1| |#2| |#3|)) |#3|)) (-15 -3365 (|#3| (-594 (-1001 |#1| |#2| |#3|)) |#3| (-858))) (-15 -2509 (|#3| |#3| (-594 (-1094)))))
+((-1731 (((-110) $ (-715)) 23)) (-1638 (($ $ (-527) |#3|) 46)) (-1754 (($ $ (-527) |#4|) 50)) (-2941 ((|#3| $ (-527)) 59)) (-3717 (((-594 |#2|) $) 30)) (-3541 (((-110) $ (-715)) 25)) (-2817 (((-110) |#2| $) 54)) (-2762 (($ (-1 |#2| |#2|) $) 37)) (-1998 (($ (-1 |#2| |#2|) $) 36) (($ (-1 |#2| |#2| |#2|) $ $) 40) (($ (-1 |#2| |#2| |#2|) $ $ |#2|) 42)) (-2324 (((-110) $ (-715)) 24)) (-1542 (($ $ |#2|) 34)) (-1604 (((-110) (-1 (-110) |#2|) $) 19)) (-3439 ((|#2| $ (-527) (-527)) NIL) ((|#2| $ (-527) (-527) |#2|) 27)) (-4034 (((-715) (-1 (-110) |#2|) $) 28) (((-715) |#2| $) 56)) (-2465 (($ $) 33)) (-3369 ((|#4| $ (-527)) 62)) (-4118 (((-800) $) 68)) (-1722 (((-110) (-1 (-110) |#2|) $) 18)) (-2747 (((-110) $ $) 53)) (-2809 (((-715) $) 26)))
+(((-54 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1754 (|#1| |#1| (-527) |#4|)) (-15 -1638 (|#1| |#1| (-527) |#3|)) (-15 -3717 ((-594 |#2|) |#1|)) (-15 -3369 (|#4| |#1| (-527))) (-15 -2941 (|#3| |#1| (-527))) (-15 -3439 (|#2| |#1| (-527) (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) (-527))) (-15 -1542 (|#1| |#1| |#2|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2817 ((-110) |#2| |#1|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715))) (-15 -2465 (|#1| |#1|))) (-55 |#2| |#3| |#4|) (-1130) (-353 |#2|) (-353 |#2|)) (T -54))
+NIL
+(-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1| |#2|)) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -1754 (|#1| |#1| (-527) |#4|)) (-15 -1638 (|#1| |#1| (-527) |#3|)) (-15 -3717 ((-594 |#2|) |#1|)) (-15 -3369 (|#4| |#1| (-527))) (-15 -2941 (|#3| |#1| (-527))) (-15 -3439 (|#2| |#1| (-527) (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) (-527))) (-15 -1542 (|#1| |#1| |#2|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2817 ((-110) |#2| |#1|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715))) (-15 -2465 (|#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#1| $ (-527) (-527) |#1|) 44)) (-1638 (($ $ (-527) |#2|) 42)) (-1754 (($ $ (-527) |#3|) 41)) (-1298 (($) 7 T CONST)) (-2941 ((|#2| $ (-527)) 46)) (-2774 ((|#1| $ (-527) (-527) |#1|) 43)) (-3231 ((|#1| $ (-527) (-527)) 48)) (-3717 (((-594 |#1|) $) 30)) (-3639 (((-715) $) 51)) (-3325 (($ (-715) (-715) |#1|) 57)) (-3650 (((-715) $) 50)) (-3541 (((-110) $ (-715)) 9)) (-1325 (((-527) $) 55)) (-2059 (((-527) $) 53)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2767 (((-527) $) 54)) (-2953 (((-527) $) 52)) (-2762 (($ (-1 |#1| |#1|) $) 34)) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) 56)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) (-527)) 49) ((|#1| $ (-527) (-527) |#1|) 47)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-3369 ((|#3| $ (-527)) 45)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-55 |#1| |#2| |#3|) (-133) (-1130) (-353 |t#1|) (-353 |t#1|)) (T -55))
+((-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-3325 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-715)) (-4 *3 (-1130)) (-4 *1 (-55 *3 *4 *5)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-1542 (*1 *1 *1 *2) (-12 (-4 *1 (-55 *2 *3 *4)) (-4 *2 (-1130)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (-1325 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-527)))) (-2767 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-527)))) (-2059 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-527)))) (-2953 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-527)))) (-3639 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-715)))) (-3650 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-715)))) (-3439 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-1130)))) (-3231 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-1130)))) (-3439 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-353 *2)) (-4 *5 (-353 *2)))) (-2941 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-55 *4 *2 *5)) (-4 *4 (-1130)) (-4 *5 (-353 *4)) (-4 *2 (-353 *4)))) (-3369 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-55 *4 *5 *2)) (-4 *4 (-1130)) (-4 *5 (-353 *4)) (-4 *2 (-353 *4)))) (-3717 (*1 *2 *1) (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-594 *3)))) (-1232 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-353 *2)) (-4 *5 (-353 *2)))) (-2774 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1130)) (-4 *4 (-353 *2)) (-4 *5 (-353 *2)))) (-1638 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-527)) (-4 *1 (-55 *4 *3 *5)) (-4 *4 (-1130)) (-4 *3 (-353 *4)) (-4 *5 (-353 *4)))) (-1754 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-527)) (-4 *1 (-55 *4 *5 *3)) (-4 *4 (-1130)) (-4 *5 (-353 *4)) (-4 *3 (-353 *4)))) (-2762 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-1998 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-1998 (*1 *1 *2 *1 *1 *3) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))))
+(-13 (-466 |t#1|) (-10 -8 (-6 -4262) (-6 -4261) (-15 -3325 ($ (-715) (-715) |t#1|)) (-15 -1542 ($ $ |t#1|)) (-15 -1325 ((-527) $)) (-15 -2767 ((-527) $)) (-15 -2059 ((-527) $)) (-15 -2953 ((-527) $)) (-15 -3639 ((-715) $)) (-15 -3650 ((-715) $)) (-15 -3439 (|t#1| $ (-527) (-527))) (-15 -3231 (|t#1| $ (-527) (-527))) (-15 -3439 (|t#1| $ (-527) (-527) |t#1|)) (-15 -2941 (|t#2| $ (-527))) (-15 -3369 (|t#3| $ (-527))) (-15 -3717 ((-594 |t#1|) $)) (-15 -1232 (|t#1| $ (-527) (-527) |t#1|)) (-15 -2774 (|t#1| $ (-527) (-527) |t#1|)) (-15 -1638 ($ $ (-527) |t#2|)) (-15 -1754 ($ $ (-527) |t#3|)) (-15 -1998 ($ (-1 |t#1| |t#1|) $)) (-15 -2762 ($ (-1 |t#1| |t#1|) $)) (-15 -1998 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -1998 ($ (-1 |t#1| |t#1| |t#1|) $ $ |t#1|))))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-1244 (((-57 |#2|) (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|) 16)) (-2731 ((|#2| (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|) 18)) (-1998 (((-57 |#2|) (-1 |#2| |#1|) (-57 |#1|)) 13)))
+(((-56 |#1| |#2|) (-10 -7 (-15 -1244 ((-57 |#2|) (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -1998 ((-57 |#2|) (-1 |#2| |#1|) (-57 |#1|)))) (-1130) (-1130)) (T -56))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-57 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-57 *6)) (-5 *1 (-56 *5 *6)))) (-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-57 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-56 *5 *2)))) (-1244 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-57 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-57 *5)) (-5 *1 (-56 *6 *5)))))
+(-10 -7 (-15 -1244 ((-57 |#2|) (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-57 |#1|) |#2|)) (-15 -1998 ((-57 |#2|) (-1 |#2| |#1|) (-57 |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) |#1|) 11 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2151 (($ (-594 |#1|)) 13) (($ (-715) |#1|) 14)) (-3325 (($ (-715) |#1|) 9)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 7)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-57 |#1|) (-13 (-19 |#1|) (-10 -8 (-15 -2151 ($ (-594 |#1|))) (-15 -2151 ($ (-715) |#1|)))) (-1130)) (T -57))
+((-2151 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-57 *3)))) (-2151 (*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *1 (-57 *3)) (-4 *3 (-1130)))))
+(-13 (-19 |#1|) (-10 -8 (-15 -2151 ($ (-594 |#1|))) (-15 -2151 ($ (-715) |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) (-527) |#1|) NIL)) (-1638 (($ $ (-527) (-57 |#1|)) NIL)) (-1754 (($ $ (-527) (-57 |#1|)) NIL)) (-1298 (($) NIL T CONST)) (-2941 (((-57 |#1|) $ (-527)) NIL)) (-2774 ((|#1| $ (-527) (-527) |#1|) NIL)) (-3231 ((|#1| $ (-527) (-527)) NIL)) (-3717 (((-594 |#1|) $) NIL)) (-3639 (((-715) $) NIL)) (-3325 (($ (-715) (-715) |#1|) NIL)) (-3650 (((-715) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1325 (((-527) $) NIL)) (-2059 (((-527) $) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2767 (((-527) $) NIL)) (-2953 (((-527) $) NIL)) (-2762 (($ (-1 |#1| |#1|) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) (-527)) NIL) ((|#1| $ (-527) (-527) |#1|) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-3369 (((-57 |#1|) $ (-527)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-58 |#1|) (-13 (-55 |#1| (-57 |#1|) (-57 |#1|)) (-10 -7 (-6 -4262))) (-1130)) (T -58))
+NIL
+(-13 (-55 |#1| (-57 |#1|) (-57 |#1|)) (-10 -7 (-6 -4262)))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 74) (((-3 $ "failed") (-1176 (-296 (-527)))) 63) (((-3 $ "failed") (-1176 (-889 (-359)))) 94) (((-3 $ "failed") (-1176 (-889 (-527)))) 84) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 52) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 39)) (-4145 (($ (-1176 (-296 (-359)))) 70) (($ (-1176 (-296 (-527)))) 59) (($ (-1176 (-889 (-359)))) 90) (($ (-1176 (-889 (-527)))) 80) (($ (-1176 (-387 (-889 (-359))))) 48) (($ (-1176 (-387 (-889 (-527))))) 32)) (-4099 (((-1181) $) 120)) (-4118 (((-800) $) 113) (($ (-594 (-310))) 103) (($ (-310)) 97) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 101) (($ (-1176 (-319 (-4131 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4131) (-643)))) 31)))
+(((-59 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4131) (-643))))))) (-1094)) (T -59))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4131) (-643)))) (-5 *1 (-59 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE JINT) (QUOTE X) (QUOTE ELAM)) (-4131) (-643)))))))
+((-4099 (((-1181) $) 53) (((-1181)) 54)) (-4118 (((-800) $) 50)))
+(((-60 |#1|) (-13 (-375) (-10 -7 (-15 -4099 ((-1181))))) (-1094)) (T -60))
+((-4099 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-60 *3)) (-14 *3 (-1094)))))
+(-13 (-375) (-10 -7 (-15 -4099 ((-1181)))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 144) (((-3 $ "failed") (-1176 (-296 (-527)))) 134) (((-3 $ "failed") (-1176 (-889 (-359)))) 164) (((-3 $ "failed") (-1176 (-889 (-527)))) 154) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 123) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 111)) (-4145 (($ (-1176 (-296 (-359)))) 140) (($ (-1176 (-296 (-527)))) 130) (($ (-1176 (-889 (-359)))) 160) (($ (-1176 (-889 (-527)))) 150) (($ (-1176 (-387 (-889 (-359))))) 119) (($ (-1176 (-387 (-889 (-527))))) 104)) (-4099 (((-1181) $) 97)) (-4118 (((-800) $) 91) (($ (-594 (-310))) 29) (($ (-310)) 34) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 32) (($ (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643)))) 89)))
+(((-61 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643))))))) (-1094)) (T -61))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643)))) (-5 *1 (-61 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643)))))))
+((-1923 (((-3 $ "failed") (-296 (-359))) 41) (((-3 $ "failed") (-296 (-527))) 46) (((-3 $ "failed") (-889 (-359))) 50) (((-3 $ "failed") (-889 (-527))) 54) (((-3 $ "failed") (-387 (-889 (-359)))) 36) (((-3 $ "failed") (-387 (-889 (-527)))) 29)) (-4145 (($ (-296 (-359))) 39) (($ (-296 (-527))) 44) (($ (-889 (-359))) 48) (($ (-889 (-527))) 52) (($ (-387 (-889 (-359)))) 34) (($ (-387 (-889 (-527)))) 26)) (-4099 (((-1181) $) 76)) (-4118 (((-800) $) 69) (($ (-594 (-310))) 61) (($ (-310)) 66) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 64) (($ (-319 (-4131 (QUOTE X)) (-4131) (-643))) 25)))
+(((-62 |#1|) (-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131 (QUOTE X)) (-4131) (-643)))))) (-1094)) (T -62))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-319 (-4131 (QUOTE X)) (-4131) (-643))) (-5 *1 (-62 *3)) (-14 *3 (-1094)))))
+(-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131 (QUOTE X)) (-4131) (-643))))))
+((-1923 (((-3 $ "failed") (-634 (-296 (-359)))) 109) (((-3 $ "failed") (-634 (-296 (-527)))) 97) (((-3 $ "failed") (-634 (-889 (-359)))) 131) (((-3 $ "failed") (-634 (-889 (-527)))) 120) (((-3 $ "failed") (-634 (-387 (-889 (-359))))) 85) (((-3 $ "failed") (-634 (-387 (-889 (-527))))) 71)) (-4145 (($ (-634 (-296 (-359)))) 105) (($ (-634 (-296 (-527)))) 93) (($ (-634 (-889 (-359)))) 127) (($ (-634 (-889 (-527)))) 116) (($ (-634 (-387 (-889 (-359))))) 81) (($ (-634 (-387 (-889 (-527))))) 64)) (-4099 (((-1181) $) 139)) (-4118 (((-800) $) 133) (($ (-594 (-310))) 28) (($ (-310)) 33) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 31) (($ (-634 (-319 (-4131) (-4131 (QUOTE X) (QUOTE HESS)) (-643)))) 54)))
+(((-63 |#1|) (-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131) (-4131 (QUOTE X) (QUOTE HESS)) (-643))))))) (-1094)) (T -63))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-634 (-319 (-4131) (-4131 (QUOTE X) (QUOTE HESS)) (-643)))) (-5 *1 (-63 *3)) (-14 *3 (-1094)))))
+(-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131) (-4131 (QUOTE X) (QUOTE HESS)) (-643)))))))
+((-1923 (((-3 $ "failed") (-296 (-359))) 59) (((-3 $ "failed") (-296 (-527))) 64) (((-3 $ "failed") (-889 (-359))) 68) (((-3 $ "failed") (-889 (-527))) 72) (((-3 $ "failed") (-387 (-889 (-359)))) 54) (((-3 $ "failed") (-387 (-889 (-527)))) 47)) (-4145 (($ (-296 (-359))) 57) (($ (-296 (-527))) 62) (($ (-889 (-359))) 66) (($ (-889 (-527))) 70) (($ (-387 (-889 (-359)))) 52) (($ (-387 (-889 (-527)))) 44)) (-4099 (((-1181) $) 81)) (-4118 (((-800) $) 75) (($ (-594 (-310))) 28) (($ (-310)) 33) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 31) (($ (-319 (-4131) (-4131 (QUOTE XC)) (-643))) 39)))
+(((-64 |#1|) (-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131) (-4131 (QUOTE XC)) (-643)))))) (-1094)) (T -64))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-319 (-4131) (-4131 (QUOTE XC)) (-643))) (-5 *1 (-64 *3)) (-14 *3 (-1094)))))
+(-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131) (-4131 (QUOTE XC)) (-643))))))
+((-4099 (((-1181) $) 63)) (-4118 (((-800) $) 57) (($ (-634 (-643))) 49) (($ (-594 (-310))) 48) (($ (-310)) 55) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 53)))
+(((-65 |#1|) (-363) (-1094)) (T -65))
+NIL
+(-363)
+((-4099 (((-1181) $) 64)) (-4118 (((-800) $) 58) (($ (-634 (-643))) 50) (($ (-594 (-310))) 49) (($ (-310)) 52) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 55)))
+(((-66 |#1|) (-363) (-1094)) (T -66))
+NIL
+(-363)
+((-4099 (((-1181) $) NIL) (((-1181)) 32)) (-4118 (((-800) $) NIL)))
+(((-67 |#1|) (-13 (-375) (-10 -7 (-15 -4099 ((-1181))))) (-1094)) (T -67))
+((-4099 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-67 *3)) (-14 *3 (-1094)))))
+(-13 (-375) (-10 -7 (-15 -4099 ((-1181)))))
+((-4099 (((-1181) $) 73)) (-4118 (((-800) $) 67) (($ (-634 (-643))) 59) (($ (-594 (-310))) 61) (($ (-310)) 64) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 58)))
+(((-68 |#1|) (-363) (-1094)) (T -68))
+NIL
+(-363)
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 103) (((-3 $ "failed") (-1176 (-296 (-527)))) 92) (((-3 $ "failed") (-1176 (-889 (-359)))) 123) (((-3 $ "failed") (-1176 (-889 (-527)))) 113) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 81) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 68)) (-4145 (($ (-1176 (-296 (-359)))) 99) (($ (-1176 (-296 (-527)))) 88) (($ (-1176 (-889 (-359)))) 119) (($ (-1176 (-889 (-527)))) 109) (($ (-1176 (-387 (-889 (-359))))) 77) (($ (-1176 (-387 (-889 (-527))))) 61)) (-4099 (((-1181) $) 136)) (-4118 (((-800) $) 130) (($ (-594 (-310))) 125) (($ (-310)) 128) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 53) (($ (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643)))) 54)))
+(((-69 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643))))))) (-1094)) (T -69))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643)))) (-5 *1 (-69 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643)))))))
+((-4099 (((-1181) $) 32) (((-1181)) 31)) (-4118 (((-800) $) 35)))
+(((-70 |#1|) (-13 (-375) (-10 -7 (-15 -4099 ((-1181))))) (-1094)) (T -70))
+((-4099 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-70 *3)) (-14 *3 (-1094)))))
+(-13 (-375) (-10 -7 (-15 -4099 ((-1181)))))
+((-4099 (((-1181) $) 63)) (-4118 (((-800) $) 57) (($ (-634 (-643))) 49) (($ (-594 (-310))) 51) (($ (-310)) 54) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 48)))
+(((-71 |#1|) (-363) (-1094)) (T -71))
+NIL
+(-363)
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 125) (((-3 $ "failed") (-1176 (-296 (-527)))) 115) (((-3 $ "failed") (-1176 (-889 (-359)))) 145) (((-3 $ "failed") (-1176 (-889 (-527)))) 135) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 105) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 93)) (-4145 (($ (-1176 (-296 (-359)))) 121) (($ (-1176 (-296 (-527)))) 111) (($ (-1176 (-889 (-359)))) 141) (($ (-1176 (-889 (-527)))) 131) (($ (-1176 (-387 (-889 (-359))))) 101) (($ (-1176 (-387 (-889 (-527))))) 86)) (-4099 (((-1181) $) 78)) (-4118 (((-800) $) 27) (($ (-594 (-310))) 68) (($ (-310)) 64) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 71) (($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))) 65)))
+(((-72 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643))))))) (-1094)) (T -72))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))) (-5 *1 (-72 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 130) (((-3 $ "failed") (-1176 (-296 (-527)))) 119) (((-3 $ "failed") (-1176 (-889 (-359)))) 150) (((-3 $ "failed") (-1176 (-889 (-527)))) 140) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 108) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 95)) (-4145 (($ (-1176 (-296 (-359)))) 126) (($ (-1176 (-296 (-527)))) 115) (($ (-1176 (-889 (-359)))) 146) (($ (-1176 (-889 (-527)))) 136) (($ (-1176 (-387 (-889 (-359))))) 104) (($ (-1176 (-387 (-889 (-527))))) 88)) (-4099 (((-1181) $) 79)) (-4118 (((-800) $) 71) (($ (-594 (-310))) NIL) (($ (-310)) NIL) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) NIL) (($ (-1176 (-319 (-4131 (QUOTE X) (QUOTE EPS)) (-4131 (QUOTE -1487)) (-643)))) 66)))
+(((-73 |#1| |#2| |#3|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X) (QUOTE EPS)) (-4131 (QUOTE -1487)) (-643))))))) (-1094) (-1094) (-1094)) (T -73))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131 (QUOTE X) (QUOTE EPS)) (-4131 (QUOTE -1487)) (-643)))) (-5 *1 (-73 *3 *4 *5)) (-14 *3 (-1094)) (-14 *4 (-1094)) (-14 *5 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X) (QUOTE EPS)) (-4131 (QUOTE -1487)) (-643)))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 134) (((-3 $ "failed") (-1176 (-296 (-527)))) 123) (((-3 $ "failed") (-1176 (-889 (-359)))) 154) (((-3 $ "failed") (-1176 (-889 (-527)))) 144) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 112) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 99)) (-4145 (($ (-1176 (-296 (-359)))) 130) (($ (-1176 (-296 (-527)))) 119) (($ (-1176 (-889 (-359)))) 150) (($ (-1176 (-889 (-527)))) 140) (($ (-1176 (-387 (-889 (-359))))) 108) (($ (-1176 (-387 (-889 (-527))))) 92)) (-4099 (((-1181) $) 83)) (-4118 (((-800) $) 75) (($ (-594 (-310))) NIL) (($ (-310)) NIL) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) NIL) (($ (-1176 (-319 (-4131 (QUOTE EPS)) (-4131 (QUOTE YA) (QUOTE YB)) (-643)))) 70)))
+(((-74 |#1| |#2| |#3|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE EPS)) (-4131 (QUOTE YA) (QUOTE YB)) (-643))))))) (-1094) (-1094) (-1094)) (T -74))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131 (QUOTE EPS)) (-4131 (QUOTE YA) (QUOTE YB)) (-643)))) (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1094)) (-14 *4 (-1094)) (-14 *5 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE EPS)) (-4131 (QUOTE YA) (QUOTE YB)) (-643)))))))
+((-1923 (((-3 $ "failed") (-296 (-359))) 82) (((-3 $ "failed") (-296 (-527))) 87) (((-3 $ "failed") (-889 (-359))) 91) (((-3 $ "failed") (-889 (-527))) 95) (((-3 $ "failed") (-387 (-889 (-359)))) 77) (((-3 $ "failed") (-387 (-889 (-527)))) 70)) (-4145 (($ (-296 (-359))) 80) (($ (-296 (-527))) 85) (($ (-889 (-359))) 89) (($ (-889 (-527))) 93) (($ (-387 (-889 (-359)))) 75) (($ (-387 (-889 (-527)))) 67)) (-4099 (((-1181) $) 62)) (-4118 (((-800) $) 50) (($ (-594 (-310))) 46) (($ (-310)) 56) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 54) (($ (-319 (-4131) (-4131 (QUOTE X)) (-643))) 47)))
+(((-75 |#1|) (-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131) (-4131 (QUOTE X)) (-643)))))) (-1094)) (T -75))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-319 (-4131) (-4131 (QUOTE X)) (-643))) (-5 *1 (-75 *3)) (-14 *3 (-1094)))))
+(-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131) (-4131 (QUOTE X)) (-643))))))
+((-1923 (((-3 $ "failed") (-296 (-359))) 46) (((-3 $ "failed") (-296 (-527))) 51) (((-3 $ "failed") (-889 (-359))) 55) (((-3 $ "failed") (-889 (-527))) 59) (((-3 $ "failed") (-387 (-889 (-359)))) 41) (((-3 $ "failed") (-387 (-889 (-527)))) 34)) (-4145 (($ (-296 (-359))) 44) (($ (-296 (-527))) 49) (($ (-889 (-359))) 53) (($ (-889 (-527))) 57) (($ (-387 (-889 (-359)))) 39) (($ (-387 (-889 (-527)))) 31)) (-4099 (((-1181) $) 80)) (-4118 (((-800) $) 74) (($ (-594 (-310))) 66) (($ (-310)) 71) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 69) (($ (-319 (-4131) (-4131 (QUOTE X)) (-643))) 30)))
+(((-76 |#1|) (-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131) (-4131 (QUOTE X)) (-643)))))) (-1094)) (T -76))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-319 (-4131) (-4131 (QUOTE X)) (-643))) (-5 *1 (-76 *3)) (-14 *3 (-1094)))))
+(-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131) (-4131 (QUOTE X)) (-643))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 89) (((-3 $ "failed") (-1176 (-296 (-527)))) 78) (((-3 $ "failed") (-1176 (-889 (-359)))) 109) (((-3 $ "failed") (-1176 (-889 (-527)))) 99) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 67) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 54)) (-4145 (($ (-1176 (-296 (-359)))) 85) (($ (-1176 (-296 (-527)))) 74) (($ (-1176 (-889 (-359)))) 105) (($ (-1176 (-889 (-527)))) 95) (($ (-1176 (-387 (-889 (-359))))) 63) (($ (-1176 (-387 (-889 (-527))))) 47)) (-4099 (((-1181) $) 125)) (-4118 (((-800) $) 119) (($ (-594 (-310))) 112) (($ (-310)) 37) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 115) (($ (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643)))) 38)))
+(((-77 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643))))))) (-1094)) (T -77))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643)))) (-5 *1 (-77 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE XC)) (-643)))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 142) (((-3 $ "failed") (-1176 (-296 (-527)))) 132) (((-3 $ "failed") (-1176 (-889 (-359)))) 162) (((-3 $ "failed") (-1176 (-889 (-527)))) 152) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 122) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 110)) (-4145 (($ (-1176 (-296 (-359)))) 138) (($ (-1176 (-296 (-527)))) 128) (($ (-1176 (-889 (-359)))) 158) (($ (-1176 (-889 (-527)))) 148) (($ (-1176 (-387 (-889 (-359))))) 118) (($ (-1176 (-387 (-889 (-527))))) 103)) (-4099 (((-1181) $) 96)) (-4118 (((-800) $) 90) (($ (-594 (-310))) 81) (($ (-310)) 88) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 86) (($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))) 82)))
+(((-78 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643))))))) (-1094)) (T -78))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))) (-5 *1 (-78 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 78) (((-3 $ "failed") (-1176 (-296 (-527)))) 67) (((-3 $ "failed") (-1176 (-889 (-359)))) 98) (((-3 $ "failed") (-1176 (-889 (-527)))) 88) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 56) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 43)) (-4145 (($ (-1176 (-296 (-359)))) 74) (($ (-1176 (-296 (-527)))) 63) (($ (-1176 (-889 (-359)))) 94) (($ (-1176 (-889 (-527)))) 84) (($ (-1176 (-387 (-889 (-359))))) 52) (($ (-1176 (-387 (-889 (-527))))) 36)) (-4099 (((-1181) $) 124)) (-4118 (((-800) $) 118) (($ (-594 (-310))) 109) (($ (-310)) 115) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 113) (($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))) 35)))
+(((-79 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643))))))) (-1094)) (T -79))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))) (-5 *1 (-79 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131) (-4131 (QUOTE X)) (-643)))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 95) (((-3 $ "failed") (-1176 (-296 (-527)))) 84) (((-3 $ "failed") (-1176 (-889 (-359)))) 115) (((-3 $ "failed") (-1176 (-889 (-527)))) 105) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 73) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 60)) (-4145 (($ (-1176 (-296 (-359)))) 91) (($ (-1176 (-296 (-527)))) 80) (($ (-1176 (-889 (-359)))) 111) (($ (-1176 (-889 (-527)))) 101) (($ (-1176 (-387 (-889 (-359))))) 69) (($ (-1176 (-387 (-889 (-527))))) 53)) (-4099 (((-1181) $) 45)) (-4118 (((-800) $) 39) (($ (-594 (-310))) 29) (($ (-310)) 32) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 35) (($ (-1176 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643)))) 30)))
+(((-80 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643))))))) (-1094)) (T -80))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643)))) (-5 *1 (-80 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643)))))))
+((-1923 (((-3 $ "failed") (-634 (-296 (-359)))) 115) (((-3 $ "failed") (-634 (-296 (-527)))) 104) (((-3 $ "failed") (-634 (-889 (-359)))) 137) (((-3 $ "failed") (-634 (-889 (-527)))) 126) (((-3 $ "failed") (-634 (-387 (-889 (-359))))) 93) (((-3 $ "failed") (-634 (-387 (-889 (-527))))) 80)) (-4145 (($ (-634 (-296 (-359)))) 111) (($ (-634 (-296 (-527)))) 100) (($ (-634 (-889 (-359)))) 133) (($ (-634 (-889 (-527)))) 122) (($ (-634 (-387 (-889 (-359))))) 89) (($ (-634 (-387 (-889 (-527))))) 73)) (-4099 (((-1181) $) 63)) (-4118 (((-800) $) 50) (($ (-594 (-310))) 57) (($ (-310)) 46) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 55) (($ (-634 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643)))) 47)))
+(((-81 |#1|) (-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643))))))) (-1094)) (T -81))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-634 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643)))) (-5 *1 (-81 *3)) (-14 *3 (-1094)))))
+(-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131 (QUOTE X) (QUOTE -1487)) (-4131) (-643)))))))
+((-1923 (((-3 $ "failed") (-634 (-296 (-359)))) 112) (((-3 $ "failed") (-634 (-296 (-527)))) 100) (((-3 $ "failed") (-634 (-889 (-359)))) 134) (((-3 $ "failed") (-634 (-889 (-527)))) 123) (((-3 $ "failed") (-634 (-387 (-889 (-359))))) 88) (((-3 $ "failed") (-634 (-387 (-889 (-527))))) 74)) (-4145 (($ (-634 (-296 (-359)))) 108) (($ (-634 (-296 (-527)))) 96) (($ (-634 (-889 (-359)))) 130) (($ (-634 (-889 (-527)))) 119) (($ (-634 (-387 (-889 (-359))))) 84) (($ (-634 (-387 (-889 (-527))))) 67)) (-4099 (((-1181) $) 59)) (-4118 (((-800) $) 53) (($ (-594 (-310))) 47) (($ (-310)) 50) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 44) (($ (-634 (-319 (-4131 (QUOTE X)) (-4131) (-643)))) 45)))
+(((-82 |#1|) (-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131 (QUOTE X)) (-4131) (-643))))))) (-1094)) (T -82))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-634 (-319 (-4131 (QUOTE X)) (-4131) (-643)))) (-5 *1 (-82 *3)) (-14 *3 (-1094)))))
+(-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131 (QUOTE X)) (-4131) (-643)))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 104) (((-3 $ "failed") (-1176 (-296 (-527)))) 93) (((-3 $ "failed") (-1176 (-889 (-359)))) 124) (((-3 $ "failed") (-1176 (-889 (-527)))) 114) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 82) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 69)) (-4145 (($ (-1176 (-296 (-359)))) 100) (($ (-1176 (-296 (-527)))) 89) (($ (-1176 (-889 (-359)))) 120) (($ (-1176 (-889 (-527)))) 110) (($ (-1176 (-387 (-889 (-359))))) 78) (($ (-1176 (-387 (-889 (-527))))) 62)) (-4099 (((-1181) $) 46)) (-4118 (((-800) $) 40) (($ (-594 (-310))) 49) (($ (-310)) 36) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 52) (($ (-1176 (-319 (-4131 (QUOTE X)) (-4131) (-643)))) 37)))
+(((-83 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X)) (-4131) (-643))))))) (-1094)) (T -83))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131 (QUOTE X)) (-4131) (-643)))) (-5 *1 (-83 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X)) (-4131) (-643)))))))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 79) (((-3 $ "failed") (-1176 (-296 (-527)))) 68) (((-3 $ "failed") (-1176 (-889 (-359)))) 99) (((-3 $ "failed") (-1176 (-889 (-527)))) 89) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 57) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 44)) (-4145 (($ (-1176 (-296 (-359)))) 75) (($ (-1176 (-296 (-527)))) 64) (($ (-1176 (-889 (-359)))) 95) (($ (-1176 (-889 (-527)))) 85) (($ (-1176 (-387 (-889 (-359))))) 53) (($ (-1176 (-387 (-889 (-527))))) 37)) (-4099 (((-1181) $) 125)) (-4118 (((-800) $) 119) (($ (-594 (-310))) 110) (($ (-310)) 116) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 114) (($ (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643)))) 36)))
+(((-84 |#1|) (-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643))))))) (-1094)) (T -84))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643)))) (-5 *1 (-84 *3)) (-14 *3 (-1094)))))
+(-13 (-420) (-10 -8 (-15 -4118 ($ (-1176 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643)))))))
+((-1923 (((-3 $ "failed") (-634 (-296 (-359)))) 113) (((-3 $ "failed") (-634 (-296 (-527)))) 101) (((-3 $ "failed") (-634 (-889 (-359)))) 135) (((-3 $ "failed") (-634 (-889 (-527)))) 124) (((-3 $ "failed") (-634 (-387 (-889 (-359))))) 89) (((-3 $ "failed") (-634 (-387 (-889 (-527))))) 75)) (-4145 (($ (-634 (-296 (-359)))) 109) (($ (-634 (-296 (-527)))) 97) (($ (-634 (-889 (-359)))) 131) (($ (-634 (-889 (-527)))) 120) (($ (-634 (-387 (-889 (-359))))) 85) (($ (-634 (-387 (-889 (-527))))) 68)) (-4099 (((-1181) $) 59)) (-4118 (((-800) $) 53) (($ (-594 (-310))) 43) (($ (-310)) 50) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 48) (($ (-634 (-319 (-4131 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4131) (-643)))) 44)))
+(((-85 |#1|) (-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4131) (-643))))))) (-1094)) (T -85))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-634 (-319 (-4131 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4131) (-643)))) (-5 *1 (-85 *3)) (-14 *3 (-1094)))))
+(-13 (-364) (-10 -8 (-15 -4118 ($ (-634 (-319 (-4131 (QUOTE XL) (QUOTE XR) (QUOTE ELAM)) (-4131) (-643)))))))
+((-4099 (((-1181) $) 44)) (-4118 (((-800) $) 38) (($ (-1176 (-643))) 92) (($ (-594 (-310))) 30) (($ (-310)) 35) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 33)))
+(((-86 |#1|) (-419) (-1094)) (T -86))
+NIL
+(-419)
+((-1923 (((-3 $ "failed") (-296 (-359))) 47) (((-3 $ "failed") (-296 (-527))) 52) (((-3 $ "failed") (-889 (-359))) 56) (((-3 $ "failed") (-889 (-527))) 60) (((-3 $ "failed") (-387 (-889 (-359)))) 42) (((-3 $ "failed") (-387 (-889 (-527)))) 35)) (-4145 (($ (-296 (-359))) 45) (($ (-296 (-527))) 50) (($ (-889 (-359))) 54) (($ (-889 (-527))) 58) (($ (-387 (-889 (-359)))) 40) (($ (-387 (-889 (-527)))) 32)) (-4099 (((-1181) $) 90)) (-4118 (((-800) $) 84) (($ (-594 (-310))) 78) (($ (-310)) 81) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 76) (($ (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643))) 31)))
+(((-87 |#1|) (-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643)))))) (-1094)) (T -87))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643))) (-5 *1 (-87 *3)) (-14 *3 (-1094)))))
+(-13 (-376) (-10 -8 (-15 -4118 ($ (-319 (-4131 (QUOTE X)) (-4131 (QUOTE -1487)) (-643))))))
+((-3808 (((-1176 (-634 |#1|)) (-634 |#1|)) 54)) (-3682 (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 (-594 (-858))))) |#2| (-858)) 44)) (-1980 (((-2 (|:| |minor| (-594 (-858))) (|:| -1653 |#2|) (|:| |minors| (-594 (-594 (-858)))) (|:| |ops| (-594 |#2|))) |#2| (-858)) 65 (|has| |#1| (-343)))))
+(((-88 |#1| |#2|) (-10 -7 (-15 -3682 ((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 (-594 (-858))))) |#2| (-858))) (-15 -3808 ((-1176 (-634 |#1|)) (-634 |#1|))) (IF (|has| |#1| (-343)) (-15 -1980 ((-2 (|:| |minor| (-594 (-858))) (|:| -1653 |#2|) (|:| |minors| (-594 (-594 (-858)))) (|:| |ops| (-594 |#2|))) |#2| (-858))) |%noBranch|)) (-519) (-604 |#1|)) (T -88))
+((-1980 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-4 *5 (-519)) (-5 *2 (-2 (|:| |minor| (-594 (-858))) (|:| -1653 *3) (|:| |minors| (-594 (-594 (-858)))) (|:| |ops| (-594 *3)))) (-5 *1 (-88 *5 *3)) (-5 *4 (-858)) (-4 *3 (-604 *5)))) (-3808 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-1176 (-634 *4))) (-5 *1 (-88 *4 *5)) (-5 *3 (-634 *4)) (-4 *5 (-604 *4)))) (-3682 (*1 *2 *3 *4) (-12 (-4 *5 (-519)) (-5 *2 (-2 (|:| -1837 (-634 *5)) (|:| |vec| (-1176 (-594 (-858)))))) (-5 *1 (-88 *5 *3)) (-5 *4 (-858)) (-4 *3 (-604 *5)))))
+(-10 -7 (-15 -3682 ((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 (-594 (-858))))) |#2| (-858))) (-15 -3808 ((-1176 (-634 |#1|)) (-634 |#1|))) (IF (|has| |#1| (-343)) (-15 -1980 ((-2 (|:| |minor| (-594 (-858))) (|:| -1653 |#2|) (|:| |minors| (-594 (-594 (-858)))) (|:| |ops| (-594 |#2|))) |#2| (-858))) |%noBranch|))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3523 ((|#1| $) 35)) (-1731 (((-110) $ (-715)) NIL)) (-1298 (($) NIL T CONST)) (-2363 ((|#1| |#1| $) 30)) (-2281 ((|#1| $) 28)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3368 ((|#1| $) NIL)) (-3204 (($ |#1| $) 31)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1877 ((|#1| $) 29)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 16)) (-2453 (($) 39)) (-3092 (((-715) $) 26)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 15)) (-4118 (((-800) $) 25 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) NIL)) (-2547 (($ (-594 |#1|)) 37)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 13 (|has| |#1| (-1022)))) (-2809 (((-715) $) 10 (|has| $ (-6 -4261)))))
+(((-89 |#1|) (-13 (-1042 |#1|) (-10 -8 (-15 -2547 ($ (-594 |#1|))))) (-1022)) (T -89))
+((-2547 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-89 *3)))))
+(-13 (-1042 |#1|) (-10 -8 (-15 -2547 ($ (-594 |#1|)))))
+((-4118 (((-800) $) 12) (((-1099) $) 8)))
+(((-90 |#1|) (-10 -8 (-15 -4118 ((-1099) |#1|)) (-15 -4118 ((-800) |#1|))) (-91)) (T -90))
+NIL
+(-10 -8 (-15 -4118 ((-1099) |#1|)) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (((-1099) $) 14)) (-2747 (((-110) $ $) 6)))
+(((-91) (-133)) (T -91))
+NIL
+(-13 (-1022) (-568 (-1099)))
+(((-99) . T) ((-568 (-800)) . T) ((-568 (-1099)) . T) ((-1022) . T))
+((-1439 (($ $) 10)) (-1449 (($ $) 12)))
+(((-92 |#1|) (-10 -8 (-15 -1449 (|#1| |#1|)) (-15 -1439 (|#1| |#1|))) (-93)) (T -92))
+NIL
+(-10 -8 (-15 -1449 (|#1| |#1|)) (-15 -1439 (|#1| |#1|)))
+((-2076 (($ $) 11)) (-2033 (($ $) 10)) (-1439 (($ $) 9)) (-1449 (($ $) 8)) (-1427 (($ $) 7)) (-2044 (($ $) 6)))
+(((-93) (-133)) (T -93))
+((-2076 (*1 *1 *1) (-4 *1 (-93))) (-2033 (*1 *1 *1) (-4 *1 (-93))) (-1439 (*1 *1 *1) (-4 *1 (-93))) (-1449 (*1 *1 *1) (-4 *1 (-93))) (-1427 (*1 *1 *1) (-4 *1 (-93))) (-2044 (*1 *1 *1) (-4 *1 (-93))))
+(-13 (-10 -8 (-15 -2044 ($ $)) (-15 -1427 ($ $)) (-15 -1449 ($ $)) (-15 -1439 ($ $)) (-15 -2033 ($ $)) (-15 -2076 ($ $))))
+((-4105 (((-110) $ $) NIL)) (-3935 (((-359) (-1077) (-359)) 42) (((-359) (-1077) (-1077) (-359)) 41)) (-1453 (((-359) (-359)) 33)) (-3767 (((-1181)) 36)) (-2416 (((-1077) $) NIL)) (-3478 (((-359) (-1077) (-1077)) 46) (((-359) (-1077)) 48)) (-4024 (((-1041) $) NIL)) (-3502 (((-359) (-1077) (-1077)) 47)) (-2997 (((-359) (-1077) (-1077)) 49) (((-359) (-1077)) 50)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-94) (-13 (-1022) (-10 -7 (-15 -3478 ((-359) (-1077) (-1077))) (-15 -3478 ((-359) (-1077))) (-15 -2997 ((-359) (-1077) (-1077))) (-15 -2997 ((-359) (-1077))) (-15 -3502 ((-359) (-1077) (-1077))) (-15 -3767 ((-1181))) (-15 -1453 ((-359) (-359))) (-15 -3935 ((-359) (-1077) (-359))) (-15 -3935 ((-359) (-1077) (-1077) (-359))) (-6 -4261)))) (T -94))
+((-3478 (*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))) (-3478 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))) (-2997 (*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))) (-2997 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))) (-3502 (*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))) (-3767 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-94)))) (-1453 (*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-94)))) (-3935 (*1 *2 *3 *2) (-12 (-5 *2 (-359)) (-5 *3 (-1077)) (-5 *1 (-94)))) (-3935 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-359)) (-5 *3 (-1077)) (-5 *1 (-94)))))
+(-13 (-1022) (-10 -7 (-15 -3478 ((-359) (-1077) (-1077))) (-15 -3478 ((-359) (-1077))) (-15 -2997 ((-359) (-1077) (-1077))) (-15 -2997 ((-359) (-1077))) (-15 -3502 ((-359) (-1077) (-1077))) (-15 -3767 ((-1181))) (-15 -1453 ((-359) (-359))) (-15 -3935 ((-359) (-1077) (-359))) (-15 -3935 ((-359) (-1077) (-1077) (-359))) (-6 -4261)))
+NIL
+(((-95) (-133)) (T -95))
+NIL
+(-13 (-10 -7 (-6 -4261) (-6 (-4263 "*")) (-6 -4262) (-6 -4258) (-6 -4256) (-6 -4255) (-6 -4254) (-6 -4259) (-6 -4253) (-6 -4252) (-6 -4251) (-6 -4250) (-6 -4249) (-6 -4257) (-6 -4260) (-6 |NullSquare|) (-6 |JacobiIdentity|) (-6 -4248)))
+((-4105 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-2487 (($ (-1 |#1| |#1|)) 25) (($ (-1 |#1| |#1|) (-1 |#1| |#1|)) 24) (($ (-1 |#1| |#1| (-527))) 22)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 14)) (-4024 (((-1041) $) NIL)) (-3439 ((|#1| $ |#1|) 11)) (-1964 (($ $ $) NIL)) (-2170 (($ $ $) NIL)) (-4118 (((-800) $) 20)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3374 (($) 8 T CONST)) (-2747 (((-110) $ $) 10)) (-2873 (($ $ $) NIL)) (** (($ $ (-858)) 28) (($ $ (-715)) NIL) (($ $ (-527)) 16)) (* (($ $ $) 29)))
+(((-96 |#1|) (-13 (-452) (-267 |#1| |#1|) (-10 -8 (-15 -2487 ($ (-1 |#1| |#1|))) (-15 -2487 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2487 ($ (-1 |#1| |#1| (-527)))))) (-979)) (T -96))
+((-2487 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-96 *3)))) (-2487 (*1 *1 *2 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-96 *3)))) (-2487 (*1 *1 *2) (-12 (-5 *2 (-1 *3 *3 (-527))) (-4 *3 (-979)) (-5 *1 (-96 *3)))))
+(-13 (-452) (-267 |#1| |#1|) (-10 -8 (-15 -2487 ($ (-1 |#1| |#1|))) (-15 -2487 ($ (-1 |#1| |#1|) (-1 |#1| |#1|))) (-15 -2487 ($ (-1 |#1| |#1| (-527))))))
+((-2839 (((-398 |#2|) |#2| (-594 |#2|)) 10) (((-398 |#2|) |#2| |#2|) 11)))
+(((-97 |#1| |#2|) (-10 -7 (-15 -2839 ((-398 |#2|) |#2| |#2|)) (-15 -2839 ((-398 |#2|) |#2| (-594 |#2|)))) (-13 (-431) (-140)) (-1152 |#1|)) (T -97))
+((-2839 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-13 (-431) (-140))) (-5 *2 (-398 *3)) (-5 *1 (-97 *5 *3)))) (-2839 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-431) (-140))) (-5 *2 (-398 *3)) (-5 *1 (-97 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -2839 ((-398 |#2|) |#2| |#2|)) (-15 -2839 ((-398 |#2|) |#2| (-594 |#2|))))
+((-4105 (((-110) $ $) 10)))
+(((-98 |#1|) (-10 -8 (-15 -4105 ((-110) |#1| |#1|))) (-99)) (T -98))
+NIL
+(-10 -8 (-15 -4105 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-2747 (((-110) $ $) 6)))
+(((-99) (-133)) (T -99))
+((-4105 (*1 *2 *1 *1) (-12 (-4 *1 (-99)) (-5 *2 (-110)))) (-2747 (*1 *2 *1 *1) (-12 (-4 *1 (-99)) (-5 *2 (-110)))))
+(-13 (-10 -8 (-15 -2747 ((-110) $ $)) (-15 -4105 ((-110) $ $))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) 13 (|has| $ (-6 -4262)))) (-2129 (($ $ $) NIL (|has| $ (-6 -4262)))) (-1691 (($ $ $) NIL (|has| $ (-6 -4262)))) (-2503 (($ $ (-594 |#1|)) 15)) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) (($ $ "left" $) NIL (|has| $ (-6 -4262))) (($ $ "right" $) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-3471 (($ $) 11)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1237 (($ $ |#1| $) 17)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-1497 ((|#1| $ (-1 |#1| |#1| |#1|)) 25) (($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|)) 30)) (-3899 (($ $ |#1| (-1 |#1| |#1| |#1|)) 31) (($ $ |#1| (-1 (-594 |#1|) |#1| |#1| |#1|)) 35)) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-3458 (($ $) 10)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) 12)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 9)) (-2453 (($) 16)) (-3439 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2312 (((-527) $ $) NIL)) (-2760 (((-110) $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2609 (($ (-715) |#1|) 19)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-100 |#1|) (-13 (-123 |#1|) (-10 -8 (-6 -4261) (-6 -4262) (-15 -2609 ($ (-715) |#1|)) (-15 -2503 ($ $ (-594 |#1|))) (-15 -1497 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1497 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3899 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3899 ($ $ |#1| (-1 (-594 |#1|) |#1| |#1| |#1|))))) (-1022)) (T -100))
+((-2609 (*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *1 (-100 *3)) (-4 *3 (-1022)))) (-2503 (*1 *1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-100 *3)))) (-1497 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-100 *2)) (-4 *2 (-1022)))) (-1497 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-100 *3)))) (-3899 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1022)) (-5 *1 (-100 *2)))) (-3899 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-1 (-594 *2) *2 *2 *2)) (-4 *2 (-1022)) (-5 *1 (-100 *2)))))
+(-13 (-123 |#1|) (-10 -8 (-6 -4261) (-6 -4262) (-15 -2609 ($ (-715) |#1|)) (-15 -2503 ($ $ (-594 |#1|))) (-15 -1497 (|#1| $ (-1 |#1| |#1| |#1|))) (-15 -1497 ($ $ $ (-1 |#1| |#1| |#1| |#1| |#1|))) (-15 -3899 ($ $ |#1| (-1 |#1| |#1| |#1|))) (-15 -3899 ($ $ |#1| (-1 (-594 |#1|) |#1| |#1| |#1|)))))
+((-4040 ((|#3| |#2| |#2|) 29)) (-3028 ((|#1| |#2| |#2|) 39 (|has| |#1| (-6 (-4263 "*"))))) (-1982 ((|#3| |#2| |#2|) 30)) (-2515 ((|#1| |#2|) 42 (|has| |#1| (-6 (-4263 "*"))))))
+(((-101 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4040 (|#3| |#2| |#2|)) (-15 -1982 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4263 "*"))) (PROGN (-15 -3028 (|#1| |#2| |#2|)) (-15 -2515 (|#1| |#2|))) |%noBranch|)) (-979) (-1152 |#1|) (-632 |#1| |#4| |#5|) (-353 |#1|) (-353 |#1|)) (T -101))
+((-2515 (*1 *2 *3) (-12 (|has| *2 (-6 (-4263 "*"))) (-4 *5 (-353 *2)) (-4 *6 (-353 *2)) (-4 *2 (-979)) (-5 *1 (-101 *2 *3 *4 *5 *6)) (-4 *3 (-1152 *2)) (-4 *4 (-632 *2 *5 *6)))) (-3028 (*1 *2 *3 *3) (-12 (|has| *2 (-6 (-4263 "*"))) (-4 *5 (-353 *2)) (-4 *6 (-353 *2)) (-4 *2 (-979)) (-5 *1 (-101 *2 *3 *4 *5 *6)) (-4 *3 (-1152 *2)) (-4 *4 (-632 *2 *5 *6)))) (-1982 (*1 *2 *3 *3) (-12 (-4 *4 (-979)) (-4 *2 (-632 *4 *5 *6)) (-5 *1 (-101 *4 *3 *2 *5 *6)) (-4 *3 (-1152 *4)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)))) (-4040 (*1 *2 *3 *3) (-12 (-4 *4 (-979)) (-4 *2 (-632 *4 *5 *6)) (-5 *1 (-101 *4 *3 *2 *5 *6)) (-4 *3 (-1152 *4)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)))))
+(-10 -7 (-15 -4040 (|#3| |#2| |#2|)) (-15 -1982 (|#3| |#2| |#2|)) (IF (|has| |#1| (-6 (-4263 "*"))) (PROGN (-15 -3028 (|#1| |#2| |#2|)) (-15 -2515 (|#1| |#2|))) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-3240 (((-594 (-1094))) 33)) (-3778 (((-2 (|:| |zeros| (-1075 (-207))) (|:| |ones| (-1075 (-207))) (|:| |singularities| (-1075 (-207)))) (-1094)) 35)) (-2747 (((-110) $ $) NIL)))
+(((-102) (-13 (-1022) (-10 -7 (-15 -3240 ((-594 (-1094)))) (-15 -3778 ((-2 (|:| |zeros| (-1075 (-207))) (|:| |ones| (-1075 (-207))) (|:| |singularities| (-1075 (-207)))) (-1094))) (-6 -4261)))) (T -102))
+((-3240 (*1 *2) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-102)))) (-3778 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-2 (|:| |zeros| (-1075 (-207))) (|:| |ones| (-1075 (-207))) (|:| |singularities| (-1075 (-207))))) (-5 *1 (-102)))))
+(-13 (-1022) (-10 -7 (-15 -3240 ((-594 (-1094)))) (-15 -3778 ((-2 (|:| |zeros| (-1075 (-207))) (|:| |ones| (-1075 (-207))) (|:| |singularities| (-1075 (-207)))) (-1094))) (-6 -4261)))
+((-3557 (($ (-594 |#2|)) 11)))
+(((-103 |#1| |#2|) (-10 -8 (-15 -3557 (|#1| (-594 |#2|)))) (-104 |#2|) (-1130)) (T -103))
+NIL
+(-10 -8 (-15 -3557 (|#1| (-594 |#2|))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1298 (($) 7 T CONST)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-104 |#1|) (-133) (-1130)) (T -104))
+((-3557 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-4 *1 (-104 *3)))) (-1877 (*1 *2 *1) (-12 (-4 *1 (-104 *2)) (-4 *2 (-1130)))) (-3204 (*1 *1 *2 *1) (-12 (-4 *1 (-104 *2)) (-4 *2 (-1130)))) (-3368 (*1 *2 *1) (-12 (-4 *1 (-104 *2)) (-4 *2 (-1130)))))
+(-13 (-466 |t#1|) (-10 -8 (-6 -4262) (-15 -3557 ($ (-594 |t#1|))) (-15 -1877 (|t#1| $)) (-15 -3204 ($ |t#1| $)) (-15 -3368 (|t#1| $))))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 (((-527) $) NIL (|has| (-527) (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| (-527) (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (|has| (-527) (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-527) (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| (-527) (-970 (-527))))) (-4145 (((-527) $) NIL) (((-1094) $) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| (-527) (-970 (-527)))) (((-527) $) NIL (|has| (-527) (-970 (-527))))) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-527) (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| (-527) (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-527) (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-527) (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 (((-527) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| (-527) (-1070)))) (-1612 (((-110) $) NIL (|has| (-527) (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-527) (-791)))) (-1998 (($ (-1 (-527) (-527)) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-527) (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| (-527) (-288))) (((-387 (-527)) $) NIL)) (-1448 (((-527) $) NIL (|has| (-527) (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 (-527)) (-594 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-527) (-527)) NIL (|has| (-527) (-290 (-527)))) (($ $ (-275 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-275 (-527)))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-1094)) (-594 (-527))) NIL (|has| (-527) (-488 (-1094) (-527)))) (($ $ (-1094) (-527)) NIL (|has| (-527) (-488 (-1094) (-527))))) (-2578 (((-715) $) NIL)) (-3439 (($ $ (-527)) NIL (|has| (-527) (-267 (-527) (-527))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2593 (($ $) NIL)) (-4122 (((-527) $) NIL)) (-2051 (((-829 (-527)) $) NIL (|has| (-527) (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| (-527) (-569 (-829 (-359))))) (((-503) $) NIL (|has| (-527) (-569 (-503)))) (((-359) $) NIL (|has| (-527) (-955))) (((-207) $) NIL (|has| (-527) (-955)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-527) (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) 8) (($ (-527)) NIL) (($ (-1094)) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) NIL) (((-938 2) $) 10)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-527) (-846))) (|has| (-527) (-138))))) (-4070 (((-715)) NIL)) (-3934 (((-527) $) NIL (|has| (-527) (-512)))) (-2709 (($ (-387 (-527))) 9)) (-3978 (((-110) $ $) NIL)) (-1597 (($ $) NIL (|has| (-527) (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $) NIL (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2813 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2873 (($ $ $) NIL) (($ (-527) (-527)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ (-527) $) NIL) (($ $ (-527)) NIL)))
+(((-105) (-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -4118 ((-938 2) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -2709 ($ (-387 (-527))))))) (T -105))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-105)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-938 2)) (-5 *1 (-105)))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-105)))) (-2709 (*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-105)))))
+(-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -4118 ((-938 2) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -2709 ($ (-387 (-527))))))
+((-2108 (((-594 (-901)) $) 14)) (-2365 (((-1094) $) 10)) (-4118 (((-800) $) 23)) (-3924 (($ (-1094) (-594 (-901))) 15)))
+(((-106) (-13 (-568 (-800)) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2108 ((-594 (-901)) $)) (-15 -3924 ($ (-1094) (-594 (-901))))))) (T -106))
+((-2365 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-106)))) (-2108 (*1 *2 *1) (-12 (-5 *2 (-594 (-901))) (-5 *1 (-106)))) (-3924 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-901))) (-5 *1 (-106)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2108 ((-594 (-901)) $)) (-15 -3924 ($ (-1094) (-594 (-901))))))
+((-4105 (((-110) $ $) NIL)) (-4155 (((-1041) $ (-1041)) 24)) (-3645 (($ $ (-1077)) 17)) (-2154 (((-3 (-1041) "failed") $) 23)) (-1595 (((-1041) $) 21)) (-2488 (((-1041) $ (-1041)) 26)) (-3908 (((-1041) $) 25)) (-2028 (($ (-368)) NIL) (($ (-368) (-1077)) 16)) (-2365 (((-368) $) NIL)) (-2416 (((-1077) $) NIL)) (-2268 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-3414 (($ $) 18)) (-2747 (((-110) $ $) NIL)))
+(((-107) (-13 (-344 (-368) (-1041)) (-10 -8 (-15 -2154 ((-3 (-1041) "failed") $)) (-15 -3908 ((-1041) $)) (-15 -2488 ((-1041) $ (-1041)))))) (T -107))
+((-2154 (*1 *2 *1) (|partial| -12 (-5 *2 (-1041)) (-5 *1 (-107)))) (-3908 (*1 *2 *1) (-12 (-5 *2 (-1041)) (-5 *1 (-107)))) (-2488 (*1 *2 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-107)))))
+(-13 (-344 (-368) (-1041)) (-10 -8 (-15 -2154 ((-3 (-1041) "failed") $)) (-15 -3908 ((-1041) $)) (-15 -2488 ((-1041) $ (-1041)))))
+((-4105 (((-110) $ $) NIL)) (-2006 (($ $) NIL)) (-3999 (($ $ $) NIL)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) $) NIL (|has| (-110) (-791))) (((-110) (-1 (-110) (-110) (-110)) $) NIL)) (-3962 (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| (-110) (-791)))) (($ (-1 (-110) (-110) (-110)) $) NIL (|has| $ (-6 -4262)))) (-2259 (($ $) NIL (|has| (-110) (-791))) (($ (-1 (-110) (-110) (-110)) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-1232 (((-110) $ (-1143 (-527)) (-110)) NIL (|has| $ (-6 -4262))) (((-110) $ (-527) (-110)) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2659 (($ (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261))) (($ (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2731 (((-110) (-1 (-110) (-110) (-110)) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-110) (-110)) $ (-110)) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-110) (-110)) $ (-110) (-110)) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2774 (((-110) $ (-527) (-110)) NIL (|has| $ (-6 -4262)))) (-3231 (((-110) $ (-527)) NIL)) (-3908 (((-527) (-110) $ (-527)) NIL (|has| (-110) (-1022))) (((-527) (-110) $) NIL (|has| (-110) (-1022))) (((-527) (-1 (-110) (-110)) $) NIL)) (-3717 (((-594 (-110)) $) NIL (|has| $ (-6 -4261)))) (-3298 (($ $ $) NIL)) (-3264 (($ $) NIL)) (-4123 (($ $ $) NIL)) (-3325 (($ (-715) (-110)) 8)) (-2935 (($ $ $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL)) (-2965 (($ $ $) NIL (|has| (-110) (-791))) (($ (-1 (-110) (-110) (-110)) $ $) NIL)) (-2063 (((-594 (-110)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL)) (-2762 (($ (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-110) (-110) (-110)) $ $) NIL) (($ (-1 (-110) (-110)) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2555 (($ $ $ (-527)) NIL) (($ (-110) $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-110) $) NIL (|has| (-527) (-791)))) (-3326 (((-3 (-110) "failed") (-1 (-110) (-110)) $) NIL)) (-1542 (($ $ (-110)) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-110)) (-594 (-110))) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-110) (-110)) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-275 (-110))) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-594 (-275 (-110)))) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2401 (((-594 (-110)) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 (($ $ (-1143 (-527))) NIL) (((-110) $ (-527)) NIL) (((-110) $ (-527) (-110)) NIL)) (-2104 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-4034 (((-715) (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022)))) (((-715) (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-110) (-569 (-503))))) (-4131 (($ (-594 (-110))) NIL)) (-1997 (($ (-594 $)) NIL) (($ $ $) NIL) (($ (-110) $) NIL) (($ $ (-110)) NIL)) (-4118 (((-800) $) NIL)) (-1366 (($ (-715) (-110)) 9)) (-1722 (((-110) (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-3979 (($ $ $) NIL)) (-3732 (($ $) NIL)) (-2977 (($ $ $) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2963 (($ $ $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-108) (-13 (-121) (-10 -8 (-15 -1366 ($ (-715) (-110)))))) (T -108))
+((-1366 (*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *3 (-110)) (-5 *1 (-108)))))
+(-13 (-121) (-10 -8 (-15 -1366 ($ (-715) (-110)))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#1| $) 23) (($ $ |#2|) 26)))
+(((-109 |#1| |#2|) (-133) (-979) (-979)) (T -109))
+NIL
+(-13 (-596 |t#1|) (-985 |t#2|) (-10 -7 (-6 -4256) (-6 -4255)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-985 |#2|) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-2006 (($ $) 11)) (-3999 (($ $ $) 16)) (-3966 (($) 7 T CONST)) (-2300 (($ $) 6)) (-1637 (((-715)) 25)) (-2309 (($) 31)) (-3298 (($ $ $) 14)) (-3264 (($ $) 9)) (-4123 (($ $ $) 17)) (-2935 (($ $ $) 18)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1989 (((-858) $) 30)) (-2416 (((-1077) $) NIL)) (-1720 (($ (-858)) 29)) (-3976 (($ $ $) 21)) (-4024 (((-1041) $) NIL)) (-2754 (($) 8 T CONST)) (-3551 (($ $ $) 22)) (-2051 (((-503) $) 37)) (-4118 (((-800) $) 40)) (-3979 (($ $ $) 12)) (-3732 (($ $) 10)) (-2977 (($ $ $) 15)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 20)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 23)) (-2963 (($ $ $) 13)))
+(((-110) (-13 (-791) (-348) (-609) (-903) (-569 (-503)) (-10 -8 (-15 -3966 ($) -2459) (-15 -2754 ($) -2459) (-15 -3732 ($ $)) (-15 -3999 ($ $ $)) (-15 -2935 ($ $ $)) (-15 -4123 ($ $ $)) (-15 -2300 ($ $))))) (T -110))
+((-3966 (*1 *1) (-5 *1 (-110))) (-2754 (*1 *1) (-5 *1 (-110))) (-3732 (*1 *1 *1) (-5 *1 (-110))) (-3999 (*1 *1 *1 *1) (-5 *1 (-110))) (-2935 (*1 *1 *1 *1) (-5 *1 (-110))) (-4123 (*1 *1 *1 *1) (-5 *1 (-110))) (-2300 (*1 *1 *1) (-5 *1 (-110))))
+(-13 (-791) (-348) (-609) (-903) (-569 (-503)) (-10 -8 (-15 -3966 ($) -2459) (-15 -2754 ($) -2459) (-15 -3732 ($ $)) (-15 -3999 ($ $ $)) (-15 -2935 ($ $ $)) (-15 -4123 ($ $ $)) (-15 -2300 ($ $))))
+((-1573 (((-3 (-1 |#1| (-594 |#1|)) "failed") (-112)) 19) (((-112) (-112) (-1 |#1| |#1|)) 13) (((-112) (-112) (-1 |#1| (-594 |#1|))) 11) (((-3 |#1| "failed") (-112) (-594 |#1|)) 21)) (-2597 (((-3 (-594 (-1 |#1| (-594 |#1|))) "failed") (-112)) 25) (((-112) (-112) (-1 |#1| |#1|)) 30) (((-112) (-112) (-594 (-1 |#1| (-594 |#1|)))) 26)) (-4036 (((-112) |#1|) 56 (|has| |#1| (-791)))) (-3993 (((-3 |#1| "failed") (-112)) 50 (|has| |#1| (-791)))))
+(((-111 |#1|) (-10 -7 (-15 -1573 ((-3 |#1| "failed") (-112) (-594 |#1|))) (-15 -1573 ((-112) (-112) (-1 |#1| (-594 |#1|)))) (-15 -1573 ((-112) (-112) (-1 |#1| |#1|))) (-15 -1573 ((-3 (-1 |#1| (-594 |#1|)) "failed") (-112))) (-15 -2597 ((-112) (-112) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2597 ((-112) (-112) (-1 |#1| |#1|))) (-15 -2597 ((-3 (-594 (-1 |#1| (-594 |#1|))) "failed") (-112))) (IF (|has| |#1| (-791)) (PROGN (-15 -4036 ((-112) |#1|)) (-15 -3993 ((-3 |#1| "failed") (-112)))) |%noBranch|)) (-1022)) (T -111))
+((-3993 (*1 *2 *3) (|partial| -12 (-5 *3 (-112)) (-4 *2 (-1022)) (-4 *2 (-791)) (-5 *1 (-111 *2)))) (-4036 (*1 *2 *3) (-12 (-5 *2 (-112)) (-5 *1 (-111 *3)) (-4 *3 (-791)) (-4 *3 (-1022)))) (-2597 (*1 *2 *3) (|partial| -12 (-5 *3 (-112)) (-5 *2 (-594 (-1 *4 (-594 *4)))) (-5 *1 (-111 *4)) (-4 *4 (-1022)))) (-2597 (*1 *2 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1022)) (-5 *1 (-111 *4)))) (-2597 (*1 *2 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-594 (-1 *4 (-594 *4)))) (-4 *4 (-1022)) (-5 *1 (-111 *4)))) (-1573 (*1 *2 *3) (|partial| -12 (-5 *3 (-112)) (-5 *2 (-1 *4 (-594 *4))) (-5 *1 (-111 *4)) (-4 *4 (-1022)))) (-1573 (*1 *2 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1022)) (-5 *1 (-111 *4)))) (-1573 (*1 *2 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-1 *4 (-594 *4))) (-4 *4 (-1022)) (-5 *1 (-111 *4)))) (-1573 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-112)) (-5 *4 (-594 *2)) (-5 *1 (-111 *2)) (-4 *2 (-1022)))))
+(-10 -7 (-15 -1573 ((-3 |#1| "failed") (-112) (-594 |#1|))) (-15 -1573 ((-112) (-112) (-1 |#1| (-594 |#1|)))) (-15 -1573 ((-112) (-112) (-1 |#1| |#1|))) (-15 -1573 ((-3 (-1 |#1| (-594 |#1|)) "failed") (-112))) (-15 -2597 ((-112) (-112) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2597 ((-112) (-112) (-1 |#1| |#1|))) (-15 -2597 ((-3 (-594 (-1 |#1| (-594 |#1|))) "failed") (-112))) (IF (|has| |#1| (-791)) (PROGN (-15 -4036 ((-112) |#1|)) (-15 -3993 ((-3 |#1| "failed") (-112)))) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-2196 (((-715) $) 72) (($ $ (-715)) 30)) (-2289 (((-110) $) 32)) (-1424 (($ $ (-1077) (-718)) 26)) (-3301 (($ $ (-44 (-1077) (-718))) 15)) (-1496 (((-3 (-718) "failed") $ (-1077)) 25)) (-2108 (((-44 (-1077) (-718)) $) 14)) (-2370 (($ (-1094)) 17) (($ (-1094) (-715)) 22)) (-2135 (((-110) $) 31)) (-3132 (((-110) $) 33)) (-2365 (((-1094) $) 8)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-1854 (((-110) $ (-1094)) 10)) (-2720 (($ $ (-1 (-503) (-594 (-503)))) 52) (((-3 (-1 (-503) (-594 (-503))) "failed") $) 56)) (-4024 (((-1041) $) NIL)) (-1517 (((-110) $ (-1077)) 29)) (-2185 (($ $ (-1 (-110) $ $)) 35)) (-2664 (((-3 (-1 (-800) (-594 (-800))) "failed") $) 54) (($ $ (-1 (-800) (-594 (-800)))) 41) (($ $ (-1 (-800) (-800))) 43)) (-1240 (($ $ (-1077)) 45)) (-2465 (($ $) 63)) (-3960 (($ $ (-1 (-110) $ $)) 36)) (-4118 (((-800) $) 48)) (-2175 (($ $ (-1077)) 27)) (-1472 (((-3 (-715) "failed") $) 58)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 71)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 79)))
+(((-112) (-13 (-791) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2108 ((-44 (-1077) (-718)) $)) (-15 -2465 ($ $)) (-15 -2370 ($ (-1094))) (-15 -2370 ($ (-1094) (-715))) (-15 -1472 ((-3 (-715) "failed") $)) (-15 -2135 ((-110) $)) (-15 -2289 ((-110) $)) (-15 -3132 ((-110) $)) (-15 -2196 ((-715) $)) (-15 -2196 ($ $ (-715))) (-15 -2185 ($ $ (-1 (-110) $ $))) (-15 -3960 ($ $ (-1 (-110) $ $))) (-15 -2664 ((-3 (-1 (-800) (-594 (-800))) "failed") $)) (-15 -2664 ($ $ (-1 (-800) (-594 (-800))))) (-15 -2664 ($ $ (-1 (-800) (-800)))) (-15 -2720 ($ $ (-1 (-503) (-594 (-503))))) (-15 -2720 ((-3 (-1 (-503) (-594 (-503))) "failed") $)) (-15 -1854 ((-110) $ (-1094))) (-15 -1517 ((-110) $ (-1077))) (-15 -2175 ($ $ (-1077))) (-15 -1240 ($ $ (-1077))) (-15 -1496 ((-3 (-718) "failed") $ (-1077))) (-15 -1424 ($ $ (-1077) (-718))) (-15 -3301 ($ $ (-44 (-1077) (-718))))))) (T -112))
+((-2365 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-112)))) (-2108 (*1 *2 *1) (-12 (-5 *2 (-44 (-1077) (-718))) (-5 *1 (-112)))) (-2465 (*1 *1 *1) (-5 *1 (-112))) (-2370 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-112)))) (-2370 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-715)) (-5 *1 (-112)))) (-1472 (*1 *2 *1) (|partial| -12 (-5 *2 (-715)) (-5 *1 (-112)))) (-2135 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-112)))) (-2289 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-112)))) (-3132 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-112)))) (-2196 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-112)))) (-2196 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-112)))) (-2185 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-110) (-112) (-112))) (-5 *1 (-112)))) (-3960 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-110) (-112) (-112))) (-5 *1 (-112)))) (-2664 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-800) (-594 (-800)))) (-5 *1 (-112)))) (-2664 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-800) (-594 (-800)))) (-5 *1 (-112)))) (-2664 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-800) (-800))) (-5 *1 (-112)))) (-2720 (*1 *1 *1 *2) (-12 (-5 *2 (-1 (-503) (-594 (-503)))) (-5 *1 (-112)))) (-2720 (*1 *2 *1) (|partial| -12 (-5 *2 (-1 (-503) (-594 (-503)))) (-5 *1 (-112)))) (-1854 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-110)) (-5 *1 (-112)))) (-1517 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-110)) (-5 *1 (-112)))) (-2175 (*1 *1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-112)))) (-1240 (*1 *1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-112)))) (-1496 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1077)) (-5 *2 (-718)) (-5 *1 (-112)))) (-1424 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1077)) (-5 *3 (-718)) (-5 *1 (-112)))) (-3301 (*1 *1 *1 *2) (-12 (-5 *2 (-44 (-1077) (-718))) (-5 *1 (-112)))))
+(-13 (-791) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2108 ((-44 (-1077) (-718)) $)) (-15 -2465 ($ $)) (-15 -2370 ($ (-1094))) (-15 -2370 ($ (-1094) (-715))) (-15 -1472 ((-3 (-715) "failed") $)) (-15 -2135 ((-110) $)) (-15 -2289 ((-110) $)) (-15 -3132 ((-110) $)) (-15 -2196 ((-715) $)) (-15 -2196 ($ $ (-715))) (-15 -2185 ($ $ (-1 (-110) $ $))) (-15 -3960 ($ $ (-1 (-110) $ $))) (-15 -2664 ((-3 (-1 (-800) (-594 (-800))) "failed") $)) (-15 -2664 ($ $ (-1 (-800) (-594 (-800))))) (-15 -2664 ($ $ (-1 (-800) (-800)))) (-15 -2720 ($ $ (-1 (-503) (-594 (-503))))) (-15 -2720 ((-3 (-1 (-503) (-594 (-503))) "failed") $)) (-15 -1854 ((-110) $ (-1094))) (-15 -1517 ((-110) $ (-1077))) (-15 -2175 ($ $ (-1077))) (-15 -1240 ($ $ (-1077))) (-15 -1496 ((-3 (-718) "failed") $ (-1077))) (-15 -1424 ($ $ (-1077) (-718))) (-15 -3301 ($ $ (-44 (-1077) (-718))))))
+((-1329 (((-527) |#2|) 37)))
+(((-113 |#1| |#2|) (-10 -7 (-15 -1329 ((-527) |#2|))) (-13 (-343) (-970 (-387 (-527)))) (-1152 |#1|)) (T -113))
+((-1329 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-970 (-387 *2)))) (-5 *2 (-527)) (-5 *1 (-113 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -1329 ((-527) |#2|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $ (-527)) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-2004 (($ (-1090 (-527)) (-527)) NIL)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3538 (($ $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-2050 (((-715) $) NIL)) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3057 (((-527)) NIL)) (-2398 (((-527) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3469 (($ $ (-527)) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1466 (((-1075 (-527)) $) NIL)) (-3750 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL)) (-4070 (((-715)) NIL)) (-3978 (((-110) $ $) NIL)) (-1474 (((-527) $ (-527)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL)))
+(((-114 |#1|) (-806 |#1|) (-527)) (T -114))
+NIL
+(-806 |#1|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 (((-114 |#1|) $) NIL (|has| (-114 |#1|) (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-114 |#1|) (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| (-114 |#1|) (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| (-114 |#1|) (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-114 |#1|) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (|has| (-114 |#1|) (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-114 |#1|) (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| (-114 |#1|) (-970 (-527))))) (-4145 (((-114 |#1|) $) NIL) (((-1094) $) NIL (|has| (-114 |#1|) (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| (-114 |#1|) (-970 (-527)))) (((-527) $) NIL (|has| (-114 |#1|) (-970 (-527))))) (-3793 (($ $) NIL) (($ (-527) $) NIL)) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-114 |#1|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-114 |#1|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-114 |#1|))) (|:| |vec| (-1176 (-114 |#1|)))) (-634 $) (-1176 $)) NIL) (((-634 (-114 |#1|)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-114 |#1|) (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| (-114 |#1|) (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-114 |#1|) (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-114 |#1|) (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 (((-114 |#1|) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| (-114 |#1|) (-1070)))) (-1612 (((-110) $) NIL (|has| (-114 |#1|) (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| (-114 |#1|) (-791)))) (-1257 (($ $ $) NIL (|has| (-114 |#1|) (-791)))) (-1998 (($ (-1 (-114 |#1|) (-114 |#1|)) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-114 |#1|) (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| (-114 |#1|) (-288)))) (-1448 (((-114 |#1|) $) NIL (|has| (-114 |#1|) (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-114 |#1|) (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-114 |#1|) (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 (-114 |#1|)) (-594 (-114 |#1|))) NIL (|has| (-114 |#1|) (-290 (-114 |#1|)))) (($ $ (-114 |#1|) (-114 |#1|)) NIL (|has| (-114 |#1|) (-290 (-114 |#1|)))) (($ $ (-275 (-114 |#1|))) NIL (|has| (-114 |#1|) (-290 (-114 |#1|)))) (($ $ (-594 (-275 (-114 |#1|)))) NIL (|has| (-114 |#1|) (-290 (-114 |#1|)))) (($ $ (-594 (-1094)) (-594 (-114 |#1|))) NIL (|has| (-114 |#1|) (-488 (-1094) (-114 |#1|)))) (($ $ (-1094) (-114 |#1|)) NIL (|has| (-114 |#1|) (-488 (-1094) (-114 |#1|))))) (-2578 (((-715) $) NIL)) (-3439 (($ $ (-114 |#1|)) NIL (|has| (-114 |#1|) (-267 (-114 |#1|) (-114 |#1|))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| (-114 |#1|) (-215))) (($ $ (-715)) NIL (|has| (-114 |#1|) (-215))) (($ $ (-1094)) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-1 (-114 |#1|) (-114 |#1|)) (-715)) NIL) (($ $ (-1 (-114 |#1|) (-114 |#1|))) NIL)) (-2593 (($ $) NIL)) (-4122 (((-114 |#1|) $) NIL)) (-2051 (((-829 (-527)) $) NIL (|has| (-114 |#1|) (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| (-114 |#1|) (-569 (-829 (-359))))) (((-503) $) NIL (|has| (-114 |#1|) (-569 (-503)))) (((-359) $) NIL (|has| (-114 |#1|) (-955))) (((-207) $) NIL (|has| (-114 |#1|) (-955)))) (-1522 (((-163 (-387 (-527))) $) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-114 |#1|) (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-114 |#1|)) NIL) (($ (-1094)) NIL (|has| (-114 |#1|) (-970 (-1094))))) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-114 |#1|) (-846))) (|has| (-114 |#1|) (-138))))) (-4070 (((-715)) NIL)) (-3934 (((-114 |#1|) $) NIL (|has| (-114 |#1|) (-512)))) (-3978 (((-110) $ $) NIL)) (-1474 (((-387 (-527)) $ (-527)) NIL)) (-1597 (($ $) NIL (|has| (-114 |#1|) (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $) NIL (|has| (-114 |#1|) (-215))) (($ $ (-715)) NIL (|has| (-114 |#1|) (-215))) (($ $ (-1094)) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-114 |#1|) (-837 (-1094)))) (($ $ (-1 (-114 |#1|) (-114 |#1|)) (-715)) NIL) (($ $ (-1 (-114 |#1|) (-114 |#1|))) NIL)) (-2813 (((-110) $ $) NIL (|has| (-114 |#1|) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-114 |#1|) (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| (-114 |#1|) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-114 |#1|) (-791)))) (-2873 (($ $ $) NIL) (($ (-114 |#1|) (-114 |#1|)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ (-114 |#1|) $) NIL) (($ $ (-114 |#1|)) NIL)))
+(((-115 |#1|) (-13 (-927 (-114 |#1|)) (-10 -8 (-15 -1474 ((-387 (-527)) $ (-527))) (-15 -1522 ((-163 (-387 (-527))) $)) (-15 -3793 ($ $)) (-15 -3793 ($ (-527) $)))) (-527)) (T -115))
+((-1474 (*1 *2 *1 *3) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-115 *4)) (-14 *4 *3) (-5 *3 (-527)))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-163 (-387 (-527)))) (-5 *1 (-115 *3)) (-14 *3 (-527)))) (-3793 (*1 *1 *1) (-12 (-5 *1 (-115 *2)) (-14 *2 (-527)))) (-3793 (*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-115 *3)) (-14 *3 *2))))
+(-13 (-927 (-114 |#1|)) (-10 -8 (-15 -1474 ((-387 (-527)) $ (-527))) (-15 -1522 ((-163 (-387 (-527))) $)) (-15 -3793 ($ $)) (-15 -3793 ($ (-527) $))))
+((-1232 ((|#2| $ "value" |#2|) NIL) (($ $ "left" $) 49) (($ $ "right" $) 51)) (-3177 (((-594 $) $) 27)) (-3269 (((-110) $ $) 32)) (-2817 (((-110) |#2| $) 36)) (-2227 (((-594 |#2|) $) 22)) (-3898 (((-110) $) 16)) (-3439 ((|#2| $ "value") NIL) (($ $ "left") 10) (($ $ "right") 13)) (-2760 (((-110) $) 45)) (-4118 (((-800) $) 41)) (-3355 (((-594 $) $) 28)) (-2747 (((-110) $ $) 34)) (-2809 (((-715) $) 43)))
+(((-116 |#1| |#2|) (-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -1232 (|#1| |#1| "right" |#1|)) (-15 -1232 (|#1| |#1| "left" |#1|)) (-15 -3439 (|#1| |#1| "right")) (-15 -3439 (|#1| |#1| "left")) (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -3269 ((-110) |#1| |#1|)) (-15 -2227 ((-594 |#2|) |#1|)) (-15 -2760 ((-110) |#1|)) (-15 -3439 (|#2| |#1| "value")) (-15 -3898 ((-110) |#1|)) (-15 -3177 ((-594 |#1|) |#1|)) (-15 -3355 ((-594 |#1|) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2817 ((-110) |#2| |#1|)) (-15 -2809 ((-715) |#1|))) (-117 |#2|) (-1130)) (T -116))
+NIL
+(-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -1232 (|#1| |#1| "right" |#1|)) (-15 -1232 (|#1| |#1| "left" |#1|)) (-15 -3439 (|#1| |#1| "right")) (-15 -3439 (|#1| |#1| "left")) (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -3269 ((-110) |#1| |#1|)) (-15 -2227 ((-594 |#2|) |#1|)) (-15 -2760 ((-110) |#1|)) (-15 -3439 (|#2| |#1| "value")) (-15 -3898 ((-110) |#1|)) (-15 -3177 ((-594 |#1|) |#1|)) (-15 -3355 ((-594 |#1|) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2817 ((-110) |#2| |#1|)) (-15 -2809 ((-715) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-2129 (($ $ $) 52 (|has| $ (-6 -4262)))) (-1691 (($ $ $) 54 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262))) (($ $ "left" $) 55 (|has| $ (-6 -4262))) (($ $ "right" $) 53 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-1298 (($) 7 T CONST)) (-3471 (($ $) 57)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-3458 (($ $) 59)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-2312 (((-527) $ $) 44)) (-2760 (((-110) $) 46)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-117 |#1|) (-133) (-1130)) (T -117))
+((-3458 (*1 *1 *1) (-12 (-4 *1 (-117 *2)) (-4 *2 (-1130)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-117 *3)) (-4 *3 (-1130)))) (-3471 (*1 *1 *1) (-12 (-4 *1 (-117 *2)) (-4 *2 (-1130)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 "right") (-4 *1 (-117 *3)) (-4 *3 (-1130)))) (-1232 (*1 *1 *1 *2 *1) (-12 (-5 *2 "left") (|has| *1 (-6 -4262)) (-4 *1 (-117 *3)) (-4 *3 (-1130)))) (-1691 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-117 *2)) (-4 *2 (-1130)))) (-1232 (*1 *1 *1 *2 *1) (-12 (-5 *2 "right") (|has| *1 (-6 -4262)) (-4 *1 (-117 *3)) (-4 *3 (-1130)))) (-2129 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-117 *2)) (-4 *2 (-1130)))))
+(-13 (-944 |t#1|) (-10 -8 (-15 -3458 ($ $)) (-15 -3439 ($ $ "left")) (-15 -3471 ($ $)) (-15 -3439 ($ $ "right")) (IF (|has| $ (-6 -4262)) (PROGN (-15 -1232 ($ $ "left" $)) (-15 -1691 ($ $ $)) (-15 -1232 ($ $ "right" $)) (-15 -2129 ($ $ $))) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-944 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-2228 (((-110) |#1|) 24)) (-3719 (((-715) (-715)) 23) (((-715)) 22)) (-2160 (((-110) |#1| (-110)) 25) (((-110) |#1|) 26)))
+(((-118 |#1|) (-10 -7 (-15 -2160 ((-110) |#1|)) (-15 -2160 ((-110) |#1| (-110))) (-15 -3719 ((-715))) (-15 -3719 ((-715) (-715))) (-15 -2228 ((-110) |#1|))) (-1152 (-527))) (T -118))
+((-2228 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))) (-3719 (*1 *2 *2) (-12 (-5 *2 (-715)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))) (-3719 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))) (-2160 (*1 *2 *3 *2) (-12 (-5 *2 (-110)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))) (-2160 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))))
+(-10 -7 (-15 -2160 ((-110) |#1|)) (-15 -2160 ((-110) |#1| (-110))) (-15 -3719 ((-715))) (-15 -3719 ((-715) (-715))) (-15 -2228 ((-110) |#1|)))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) 15)) (-3106 (((-2 (|:| |less| $) (|:| |greater| $)) |#1| $) 22)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-2129 (($ $ $) 18 (|has| $ (-6 -4262)))) (-1691 (($ $ $) 20 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) (($ $ "left" $) NIL (|has| $ (-6 -4262))) (($ $ "right" $) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-3471 (($ $) 17)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1237 (($ $ |#1| $) 23)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-3458 (($ $) 19)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3188 (($ |#1| $) 24)) (-3204 (($ |#1| $) 10)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 14)) (-2453 (($) 8)) (-3439 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2312 (((-527) $ $) NIL)) (-2760 (((-110) $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3089 (($ (-594 |#1|)) 12)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-119 |#1|) (-13 (-123 |#1|) (-10 -8 (-6 -4262) (-6 -4261) (-15 -3089 ($ (-594 |#1|))) (-15 -3204 ($ |#1| $)) (-15 -3188 ($ |#1| $)) (-15 -3106 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $)))) (-791)) (T -119))
+((-3089 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-119 *3)))) (-3204 (*1 *1 *2 *1) (-12 (-5 *1 (-119 *2)) (-4 *2 (-791)))) (-3188 (*1 *1 *2 *1) (-12 (-5 *1 (-119 *2)) (-4 *2 (-791)))) (-3106 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |less| (-119 *3)) (|:| |greater| (-119 *3)))) (-5 *1 (-119 *3)) (-4 *3 (-791)))))
+(-13 (-123 |#1|) (-10 -8 (-6 -4262) (-6 -4261) (-15 -3089 ($ (-594 |#1|))) (-15 -3204 ($ |#1| $)) (-15 -3188 ($ |#1| $)) (-15 -3106 ((-2 (|:| |less| $) (|:| |greater| $)) |#1| $))))
+((-2006 (($ $) 14)) (-3264 (($ $) 11)) (-4123 (($ $ $) 24)) (-2935 (($ $ $) 22)) (-3732 (($ $) 12)) (-2977 (($ $ $) 20)) (-2963 (($ $ $) 18)))
+(((-120 |#1|) (-10 -8 (-15 -4123 (|#1| |#1| |#1|)) (-15 -2935 (|#1| |#1| |#1|)) (-15 -3732 (|#1| |#1|)) (-15 -3264 (|#1| |#1|)) (-15 -2006 (|#1| |#1|)) (-15 -2963 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|))) (-121)) (T -120))
+NIL
+(-10 -8 (-15 -4123 (|#1| |#1| |#1|)) (-15 -2935 (|#1| |#1| |#1|)) (-15 -3732 (|#1| |#1|)) (-15 -3264 (|#1| |#1|)) (-15 -2006 (|#1| |#1|)) (-15 -2963 (|#1| |#1| |#1|)) (-15 -2977 (|#1| |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-2006 (($ $) 104)) (-3999 (($ $ $) 25)) (-3604 (((-1181) $ (-527) (-527)) 67 (|has| $ (-6 -4262)))) (-1393 (((-110) $) 99 (|has| (-110) (-791))) (((-110) (-1 (-110) (-110) (-110)) $) 93)) (-3962 (($ $) 103 (-12 (|has| (-110) (-791)) (|has| $ (-6 -4262)))) (($ (-1 (-110) (-110) (-110)) $) 102 (|has| $ (-6 -4262)))) (-2259 (($ $) 98 (|has| (-110) (-791))) (($ (-1 (-110) (-110) (-110)) $) 92)) (-1731 (((-110) $ (-715)) 38)) (-1232 (((-110) $ (-1143 (-527)) (-110)) 89 (|has| $ (-6 -4262))) (((-110) $ (-527) (-110)) 55 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-110)) $) 72 (|has| $ (-6 -4261)))) (-1298 (($) 39 T CONST)) (-1399 (($ $) 101 (|has| $ (-6 -4262)))) (-1677 (($ $) 91)) (-1702 (($ $) 69 (-12 (|has| (-110) (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ (-1 (-110) (-110)) $) 73 (|has| $ (-6 -4261))) (($ (-110) $) 70 (-12 (|has| (-110) (-1022)) (|has| $ (-6 -4261))))) (-2731 (((-110) (-1 (-110) (-110) (-110)) $) 75 (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-110) (-110)) $ (-110)) 74 (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-110) (-110)) $ (-110) (-110)) 71 (-12 (|has| (-110) (-1022)) (|has| $ (-6 -4261))))) (-2774 (((-110) $ (-527) (-110)) 54 (|has| $ (-6 -4262)))) (-3231 (((-110) $ (-527)) 56)) (-3908 (((-527) (-110) $ (-527)) 96 (|has| (-110) (-1022))) (((-527) (-110) $) 95 (|has| (-110) (-1022))) (((-527) (-1 (-110) (-110)) $) 94)) (-3717 (((-594 (-110)) $) 46 (|has| $ (-6 -4261)))) (-3298 (($ $ $) 26)) (-3264 (($ $) 31)) (-4123 (($ $ $) 28)) (-3325 (($ (-715) (-110)) 78)) (-2935 (($ $ $) 29)) (-3541 (((-110) $ (-715)) 37)) (-1385 (((-527) $) 64 (|has| (-527) (-791)))) (-3902 (($ $ $) 13)) (-2965 (($ $ $) 97 (|has| (-110) (-791))) (($ (-1 (-110) (-110) (-110)) $ $) 90)) (-2063 (((-594 (-110)) $) 47 (|has| $ (-6 -4261)))) (-2817 (((-110) (-110) $) 49 (-12 (|has| (-110) (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 63 (|has| (-527) (-791)))) (-1257 (($ $ $) 14)) (-2762 (($ (-1 (-110) (-110)) $) 42 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-110) (-110) (-110)) $ $) 83) (($ (-1 (-110) (-110)) $) 41)) (-2324 (((-110) $ (-715)) 36)) (-2416 (((-1077) $) 9)) (-2555 (($ $ $ (-527)) 88) (($ (-110) $ (-527)) 87)) (-3847 (((-594 (-527)) $) 61)) (-1645 (((-110) (-527) $) 60)) (-4024 (((-1041) $) 10)) (-1672 (((-110) $) 65 (|has| (-527) (-791)))) (-3326 (((-3 (-110) "failed") (-1 (-110) (-110)) $) 76)) (-1542 (($ $ (-110)) 66 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-110)) $) 44 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-110)) (-594 (-110))) 53 (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-110) (-110)) 52 (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-275 (-110))) 51 (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-594 (-275 (-110)))) 50 (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022))))) (-1247 (((-110) $ $) 32)) (-4161 (((-110) (-110) $) 62 (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2401 (((-594 (-110)) $) 59)) (-1815 (((-110) $) 35)) (-2453 (($) 34)) (-3439 (($ $ (-1143 (-527))) 84) (((-110) $ (-527)) 58) (((-110) $ (-527) (-110)) 57)) (-2104 (($ $ (-1143 (-527))) 86) (($ $ (-527)) 85)) (-4034 (((-715) (-110) $) 48 (-12 (|has| (-110) (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) (-110)) $) 45 (|has| $ (-6 -4261)))) (-2687 (($ $ $ (-527)) 100 (|has| $ (-6 -4262)))) (-2465 (($ $) 33)) (-2051 (((-503) $) 68 (|has| (-110) (-569 (-503))))) (-4131 (($ (-594 (-110))) 77)) (-1997 (($ (-594 $)) 82) (($ $ $) 81) (($ (-110) $) 80) (($ $ (-110)) 79)) (-4118 (((-800) $) 11)) (-1722 (((-110) (-1 (-110) (-110)) $) 43 (|has| $ (-6 -4261)))) (-3979 (($ $ $) 27)) (-3732 (($ $) 30)) (-2977 (($ $ $) 106)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2963 (($ $ $) 105)) (-2809 (((-715) $) 40 (|has| $ (-6 -4261)))))
+(((-121) (-133)) (T -121))
+((-3264 (*1 *1 *1) (-4 *1 (-121))) (-3732 (*1 *1 *1) (-4 *1 (-121))) (-2935 (*1 *1 *1 *1) (-4 *1 (-121))) (-4123 (*1 *1 *1 *1) (-4 *1 (-121))) (-3979 (*1 *1 *1 *1) (-4 *1 (-121))) (-3298 (*1 *1 *1 *1) (-4 *1 (-121))) (-3999 (*1 *1 *1 *1) (-4 *1 (-121))))
+(-13 (-791) (-609) (-19 (-110)) (-10 -8 (-15 -3264 ($ $)) (-15 -3732 ($ $)) (-15 -2935 ($ $ $)) (-15 -4123 ($ $ $)) (-15 -3979 ($ $ $)) (-15 -3298 ($ $ $)) (-15 -3999 ($ $ $))))
+(((-33) . T) ((-99) . T) ((-568 (-800)) . T) ((-144 #0=(-110)) . T) ((-569 (-503)) |has| (-110) (-569 (-503))) ((-267 #1=(-527) #0#) . T) ((-269 #1# #0#) . T) ((-290 #0#) -12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022))) ((-353 #0#) . T) ((-466 #0#) . T) ((-560 #1# #0#) . T) ((-488 #0# #0#) -12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022))) ((-599 #0#) . T) ((-609) . T) ((-19 #0#) . T) ((-791) . T) ((-1022) . T) ((-1130) . T))
+((-2762 (($ (-1 |#2| |#2|) $) 22)) (-2465 (($ $) 16)) (-2809 (((-715) $) 24)))
+(((-122 |#1| |#2|) (-10 -8 (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -2465 (|#1| |#1|))) (-123 |#2|) (-1022)) (T -122))
+NIL
+(-10 -8 (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -2465 (|#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-2129 (($ $ $) 52 (|has| $ (-6 -4262)))) (-1691 (($ $ $) 54 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262))) (($ $ "left" $) 55 (|has| $ (-6 -4262))) (($ $ "right" $) 53 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-1298 (($) 7 T CONST)) (-3471 (($ $) 57)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-1237 (($ $ |#1| $) 60)) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-3458 (($ $) 59)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47) (($ $ "left") 58) (($ $ "right") 56)) (-2312 (((-527) $ $) 44)) (-2760 (((-110) $) 46)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-123 |#1|) (-133) (-1022)) (T -123))
+((-1237 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-123 *2)) (-4 *2 (-1022)))))
+(-13 (-117 |t#1|) (-10 -8 (-6 -4262) (-6 -4261) (-15 -1237 ($ $ |t#1| $))))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-117 |#1|) . T) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-944 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) 15)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) 19 (|has| $ (-6 -4262)))) (-2129 (($ $ $) 20 (|has| $ (-6 -4262)))) (-1691 (($ $ $) 18 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) (($ $ "left" $) NIL (|has| $ (-6 -4262))) (($ $ "right" $) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-3471 (($ $) 21)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1237 (($ $ |#1| $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-3458 (($ $) NIL)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3204 (($ |#1| $) 10)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 14)) (-2453 (($) 8)) (-3439 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2312 (((-527) $ $) NIL)) (-2760 (((-110) $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 17)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3860 (($ (-594 |#1|)) 12)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-124 |#1|) (-13 (-123 |#1|) (-10 -8 (-6 -4262) (-15 -3860 ($ (-594 |#1|))) (-15 -3204 ($ |#1| $)))) (-791)) (T -124))
+((-3860 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-124 *3)))) (-3204 (*1 *1 *2 *1) (-12 (-5 *1 (-124 *2)) (-4 *2 (-791)))))
+(-13 (-123 |#1|) (-10 -8 (-6 -4262) (-15 -3860 ($ (-594 |#1|))) (-15 -3204 ($ |#1| $))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) 24)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) 26 (|has| $ (-6 -4262)))) (-2129 (($ $ $) 30 (|has| $ (-6 -4262)))) (-1691 (($ $ $) 28 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) (($ $ "left" $) NIL (|has| $ (-6 -4262))) (($ $ "right" $) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-3471 (($ $) 20)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1237 (($ $ |#1| $) 15)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-3458 (($ $) 19)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) 21)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 18)) (-2453 (($) 11)) (-3439 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2312 (((-527) $ $) NIL)) (-2760 (((-110) $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1383 (($ |#1|) 17) (($ $ |#1| $) 16)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 10 (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-125 |#1|) (-13 (-123 |#1|) (-10 -8 (-15 -1383 ($ |#1|)) (-15 -1383 ($ $ |#1| $)))) (-1022)) (T -125))
+((-1383 (*1 *1 *2) (-12 (-5 *1 (-125 *2)) (-4 *2 (-1022)))) (-1383 (*1 *1 *1 *2 *1) (-12 (-5 *1 (-125 *2)) (-4 *2 (-1022)))))
+(-13 (-123 |#1|) (-10 -8 (-15 -1383 ($ |#1|)) (-15 -1383 ($ $ |#1| $))))
+((-4105 (((-110) $ $) NIL (|has| (-127) (-1022)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) (-127) (-127)) $) NIL) (((-110) $) NIL (|has| (-127) (-791)))) (-3962 (($ (-1 (-110) (-127) (-127)) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| (-127) (-791))))) (-2259 (($ (-1 (-110) (-127) (-127)) $) NIL) (($ $) NIL (|has| (-127) (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 (((-127) $ (-527) (-127)) NIL (|has| $ (-6 -4262))) (((-127) $ (-1143 (-527)) (-127)) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-127)) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-127) (-1022))))) (-2659 (($ (-127) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-127) (-1022)))) (($ (-1 (-110) (-127)) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-127) (-1 (-127) (-127) (-127)) $ (-127) (-127)) NIL (-12 (|has| $ (-6 -4261)) (|has| (-127) (-1022)))) (((-127) (-1 (-127) (-127) (-127)) $ (-127)) NIL (|has| $ (-6 -4261))) (((-127) (-1 (-127) (-127) (-127)) $) NIL (|has| $ (-6 -4261)))) (-2774 (((-127) $ (-527) (-127)) NIL (|has| $ (-6 -4262)))) (-3231 (((-127) $ (-527)) NIL)) (-3908 (((-527) (-1 (-110) (-127)) $) NIL) (((-527) (-127) $) NIL (|has| (-127) (-1022))) (((-527) (-127) $ (-527)) NIL (|has| (-127) (-1022)))) (-3717 (((-594 (-127)) $) NIL (|has| $ (-6 -4261)))) (-3325 (($ (-715) (-127)) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| (-127) (-791)))) (-2965 (($ (-1 (-110) (-127) (-127)) $ $) NIL) (($ $ $) NIL (|has| (-127) (-791)))) (-2063 (((-594 (-127)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-127) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-127) (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-127) (-791)))) (-2762 (($ (-1 (-127) (-127)) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-127) (-127)) $) NIL) (($ (-1 (-127) (-127) (-127)) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| (-127) (-1022)))) (-2555 (($ (-127) $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| (-127) (-1022)))) (-1672 (((-127) $) NIL (|has| (-527) (-791)))) (-3326 (((-3 (-127) "failed") (-1 (-110) (-127)) $) NIL)) (-1542 (($ $ (-127)) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-127)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-127)))) NIL (-12 (|has| (-127) (-290 (-127))) (|has| (-127) (-1022)))) (($ $ (-275 (-127))) NIL (-12 (|has| (-127) (-290 (-127))) (|has| (-127) (-1022)))) (($ $ (-127) (-127)) NIL (-12 (|has| (-127) (-290 (-127))) (|has| (-127) (-1022)))) (($ $ (-594 (-127)) (-594 (-127))) NIL (-12 (|has| (-127) (-290 (-127))) (|has| (-127) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-127) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-127) (-1022))))) (-2401 (((-594 (-127)) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 (((-127) $ (-527) (-127)) NIL) (((-127) $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) (-127)) $) NIL (|has| $ (-6 -4261))) (((-715) (-127) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-127) (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-127) (-569 (-503))))) (-4131 (($ (-594 (-127))) NIL)) (-1997 (($ $ (-127)) NIL) (($ (-127) $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| (-127) (-568 (-800))))) (-1722 (((-110) (-1 (-110) (-127)) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| (-127) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-127) (-791)))) (-2747 (((-110) $ $) NIL (|has| (-127) (-1022)))) (-2799 (((-110) $ $) NIL (|has| (-127) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-127) (-791)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-126) (-19 (-127))) (T -126))
+NIL
+(-19 (-127))
+((-4105 (((-110) $ $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 12) (((-715) $) 9) (($ (-715)) 8)) (-1561 (($ (-715)) 7)) (-2246 (($ $ $) 16)) (-2235 (($ $ $) 15)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 14)))
+(((-127) (-13 (-791) (-568 (-715)) (-10 -8 (-15 -1561 ($ (-715))) (-15 -4118 ($ (-715))) (-15 -2235 ($ $ $)) (-15 -2246 ($ $ $))))) (T -127))
+((-1561 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-127)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-127)))) (-2235 (*1 *1 *1 *1) (-5 *1 (-127))) (-2246 (*1 *1 *1 *1) (-5 *1 (-127))))
+(-13 (-791) (-568 (-715)) (-10 -8 (-15 -1561 ($ (-715))) (-15 -4118 ($ (-715))) (-15 -2235 ($ $ $)) (-15 -2246 ($ $ $))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15)))
+(((-128) (-133)) (T -128))
+((-3085 (*1 *1 *1 *1) (|partial| -4 *1 (-128))))
+(-13 (-23) (-10 -8 (-15 -3085 ((-3 $ "failed") $ $))))
+(((-23) . T) ((-25) . T) ((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 7)) (-4176 (((-1181) $ (-715)) 19)) (-3908 (((-715) $) 20)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)))
+(((-129) (-133)) (T -129))
+((-3908 (*1 *2 *1) (-12 (-4 *1 (-129)) (-5 *2 (-715)))) (-4176 (*1 *2 *1 *3) (-12 (-4 *1 (-129)) (-5 *3 (-715)) (-5 *2 (-1181)))))
+(-13 (-791) (-10 -8 (-15 -3908 ((-715) $)) (-15 -4176 ((-1181) $ (-715)))))
+(((-99) . T) ((-568 (-800)) . T) ((-791) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 34)) (-1874 (((-110) $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-715) "failed") $) 40)) (-4145 (((-715) $) 38)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) 27)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3660 (((-110)) 41)) (-1423 (((-110) (-110)) 43)) (-2724 (((-110) $) 24)) (-4059 (((-110) $) 37)) (-4118 (((-800) $) 22) (($ (-715)) 14)) (-3732 (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (-3361 (($) 12 T CONST)) (-3374 (($) 11 T CONST)) (-1708 (($ (-715)) 15)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 25)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 26)) (-2863 (((-3 $ "failed") $ $) 30)) (-2850 (($ $ $) 28)) (** (($ $ (-715)) NIL) (($ $ (-858)) NIL) (($ $ $) 36)) (* (($ (-715) $) 33) (($ (-858) $) NIL) (($ $ $) 31)))
+(((-130) (-13 (-791) (-23) (-671) (-970 (-715)) (-10 -8 (-6 (-4263 "*")) (-15 -2863 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -1708 ($ (-715))) (-15 -2724 ((-110) $)) (-15 -4059 ((-110) $)) (-15 -3660 ((-110))) (-15 -1423 ((-110) (-110)))))) (T -130))
+((-2863 (*1 *1 *1 *1) (|partial| -5 *1 (-130))) (** (*1 *1 *1 *1) (-5 *1 (-130))) (-1708 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-130)))) (-2724 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-130)))) (-4059 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-130)))) (-3660 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-130)))) (-1423 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-130)))))
+(-13 (-791) (-23) (-671) (-970 (-715)) (-10 -8 (-6 (-4263 "*")) (-15 -2863 ((-3 $ "failed") $ $)) (-15 ** ($ $ $)) (-15 -1708 ($ (-715))) (-15 -2724 ((-110) $)) (-15 -4059 ((-110) $)) (-15 -3660 ((-110))) (-15 -1423 ((-110) (-110)))))
+((-3787 (((-132 |#1| |#2| |#4|) (-594 |#4|) (-132 |#1| |#2| |#3|)) 14)) (-1998 (((-132 |#1| |#2| |#4|) (-1 |#4| |#3|) (-132 |#1| |#2| |#3|)) 18)))
+(((-131 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3787 ((-132 |#1| |#2| |#4|) (-594 |#4|) (-132 |#1| |#2| |#3|))) (-15 -1998 ((-132 |#1| |#2| |#4|) (-1 |#4| |#3|) (-132 |#1| |#2| |#3|)))) (-527) (-715) (-162) (-162)) (T -131))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-132 *5 *6 *7)) (-14 *5 (-527)) (-14 *6 (-715)) (-4 *7 (-162)) (-4 *8 (-162)) (-5 *2 (-132 *5 *6 *8)) (-5 *1 (-131 *5 *6 *7 *8)))) (-3787 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-132 *5 *6 *7)) (-14 *5 (-527)) (-14 *6 (-715)) (-4 *7 (-162)) (-4 *8 (-162)) (-5 *2 (-132 *5 *6 *8)) (-5 *1 (-131 *5 *6 *7 *8)))))
+(-10 -7 (-15 -3787 ((-132 |#1| |#2| |#4|) (-594 |#4|) (-132 |#1| |#2| |#3|))) (-15 -1998 ((-132 |#1| |#2| |#4|) (-1 |#4| |#3|) (-132 |#1| |#2| |#3|))))
+((-4105 (((-110) $ $) NIL)) (-1977 (($ (-594 |#3|)) 40)) (-1367 (($ $) 99) (($ $ (-527) (-527)) 98)) (-1298 (($) 17)) (-1923 (((-3 |#3| "failed") $) 60)) (-4145 ((|#3| $) NIL)) (-3595 (($ $ (-594 (-527))) 100)) (-3774 (((-594 |#3|) $) 36)) (-1238 (((-715) $) 44)) (-3281 (($ $ $) 93)) (-1803 (($) 43)) (-2416 (((-1077) $) NIL)) (-2790 (($) 16)) (-4024 (((-1041) $) NIL)) (-3439 ((|#3| $) 46) ((|#3| $ (-527)) 47) ((|#3| $ (-527) (-527)) 48) ((|#3| $ (-527) (-527) (-527)) 49) ((|#3| $ (-527) (-527) (-527) (-527)) 50) ((|#3| $ (-594 (-527))) 52)) (-4115 (((-715) $) 45)) (-1942 (($ $ (-527) $ (-527)) 94) (($ $ (-527) (-527)) 96)) (-4118 (((-800) $) 67) (($ |#3|) 68) (($ (-222 |#2| |#3|)) 75) (($ (-1061 |#2| |#3|)) 78) (($ (-594 |#3|)) 53) (($ (-594 $)) 58)) (-3361 (($) 69 T CONST)) (-3374 (($) 70 T CONST)) (-2747 (((-110) $ $) 80)) (-2863 (($ $) 86) (($ $ $) 84)) (-2850 (($ $ $) 82)) (* (($ |#3| $) 91) (($ $ |#3|) 92) (($ $ (-527)) 89) (($ (-527) $) 88) (($ $ $) 95)))
+(((-132 |#1| |#2| |#3|) (-13 (-444 |#3| (-715)) (-449 (-527) (-715)) (-10 -8 (-15 -4118 ($ (-222 |#2| |#3|))) (-15 -4118 ($ (-1061 |#2| |#3|))) (-15 -4118 ($ (-594 |#3|))) (-15 -4118 ($ (-594 $))) (-15 -1238 ((-715) $)) (-15 -3439 (|#3| $)) (-15 -3439 (|#3| $ (-527))) (-15 -3439 (|#3| $ (-527) (-527))) (-15 -3439 (|#3| $ (-527) (-527) (-527))) (-15 -3439 (|#3| $ (-527) (-527) (-527) (-527))) (-15 -3439 (|#3| $ (-594 (-527)))) (-15 -3281 ($ $ $)) (-15 * ($ $ $)) (-15 -1942 ($ $ (-527) $ (-527))) (-15 -1942 ($ $ (-527) (-527))) (-15 -1367 ($ $)) (-15 -1367 ($ $ (-527) (-527))) (-15 -3595 ($ $ (-594 (-527)))) (-15 -2790 ($)) (-15 -1803 ($)) (-15 -3774 ((-594 |#3|) $)) (-15 -1977 ($ (-594 |#3|))) (-15 -1298 ($)))) (-527) (-715) (-162)) (T -132))
+((-3281 (*1 *1 *1 *1) (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715)) (-4 *4 (-162)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-222 *4 *5)) (-14 *4 (-715)) (-4 *5 (-162)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1061 *4 *5)) (-14 *4 (-715)) (-4 *5 (-162)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 *5)) (-4 *5 (-162)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)) (-14 *4 (-715)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-132 *3 *4 *5))) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)) (-14 *4 (-715)) (-4 *5 (-162)))) (-1238 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)) (-14 *4 *2) (-4 *5 (-162)))) (-3439 (*1 *2 *1) (-12 (-4 *2 (-162)) (-5 *1 (-132 *3 *4 *2)) (-14 *3 (-527)) (-14 *4 (-715)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-715)))) (-3439 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-715)))) (-3439 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-715)))) (-3439 (*1 *2 *1 *3 *3 *3 *3) (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2)) (-14 *4 *3) (-14 *5 (-715)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-594 (-527))) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2)) (-14 *4 (-527)) (-14 *5 (-715)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715)) (-4 *4 (-162)))) (-1942 (*1 *1 *1 *2 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-715)) (-4 *5 (-162)))) (-1942 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-715)) (-4 *5 (-162)))) (-1367 (*1 *1 *1) (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715)) (-4 *4 (-162)))) (-1367 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 *2) (-14 *4 (-715)) (-4 *5 (-162)))) (-3595 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)) (-14 *4 (-715)) (-4 *5 (-162)))) (-2790 (*1 *1) (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715)) (-4 *4 (-162)))) (-1803 (*1 *1) (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715)) (-4 *4 (-162)))) (-3774 (*1 *2 *1) (-12 (-5 *2 (-594 *5)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)) (-14 *4 (-715)) (-4 *5 (-162)))) (-1977 (*1 *1 *2) (-12 (-5 *2 (-594 *5)) (-4 *5 (-162)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527)) (-14 *4 (-715)))) (-1298 (*1 *1) (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715)) (-4 *4 (-162)))))
+(-13 (-444 |#3| (-715)) (-449 (-527) (-715)) (-10 -8 (-15 -4118 ($ (-222 |#2| |#3|))) (-15 -4118 ($ (-1061 |#2| |#3|))) (-15 -4118 ($ (-594 |#3|))) (-15 -4118 ($ (-594 $))) (-15 -1238 ((-715) $)) (-15 -3439 (|#3| $)) (-15 -3439 (|#3| $ (-527))) (-15 -3439 (|#3| $ (-527) (-527))) (-15 -3439 (|#3| $ (-527) (-527) (-527))) (-15 -3439 (|#3| $ (-527) (-527) (-527) (-527))) (-15 -3439 (|#3| $ (-594 (-527)))) (-15 -3281 ($ $ $)) (-15 * ($ $ $)) (-15 -1942 ($ $ (-527) $ (-527))) (-15 -1942 ($ $ (-527) (-527))) (-15 -1367 ($ $)) (-15 -1367 ($ $ (-527) (-527))) (-15 -3595 ($ $ (-594 (-527)))) (-15 -2790 ($)) (-15 -1803 ($)) (-15 -3774 ((-594 |#3|) $)) (-15 -1977 ($ (-594 |#3|))) (-15 -1298 ($))))
+((-4118 (((-800) $) 7)))
+(((-133) (-568 (-800))) (T -133))
+NIL
+(-568 (-800))
+((-4105 (((-110) $ $) NIL)) (-2619 (($) 15 T CONST)) (-3051 (($) NIL (|has| (-137) (-348)))) (-1704 (($ $ $) 17) (($ $ (-137)) NIL) (($ (-137) $) NIL)) (-3576 (($ $ $) NIL)) (-2306 (((-110) $ $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-1637 (((-715)) NIL (|has| (-137) (-348)))) (-2787 (($) NIL) (($ (-594 (-137))) NIL)) (-1920 (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-3373 (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261))) (($ (-137) $) 51 (|has| $ (-6 -4261)))) (-2659 (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261))) (($ (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2731 (((-137) (-1 (-137) (-137) (-137)) $) NIL (|has| $ (-6 -4261))) (((-137) (-1 (-137) (-137) (-137)) $ (-137)) NIL (|has| $ (-6 -4261))) (((-137) (-1 (-137) (-137) (-137)) $ (-137) (-137)) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2309 (($) NIL (|has| (-137) (-348)))) (-3717 (((-594 (-137)) $) 60 (|has| $ (-6 -4261)))) (-3397 (((-110) $ $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-3902 (((-137) $) NIL (|has| (-137) (-791)))) (-2063 (((-594 (-137)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-137) $) 26 (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-1257 (((-137) $) NIL (|has| (-137) (-791)))) (-2762 (($ (-1 (-137) (-137)) $) 59 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-137) (-137)) $) 55)) (-3588 (($) 16 T CONST)) (-1989 (((-858) $) NIL (|has| (-137) (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2984 (($ $ $) 29)) (-3368 (((-137) $) 52)) (-3204 (($ (-137) $) 50)) (-1720 (($ (-858)) NIL (|has| (-137) (-348)))) (-1870 (($) 14 T CONST)) (-4024 (((-1041) $) NIL)) (-3326 (((-3 (-137) "failed") (-1 (-110) (-137)) $) NIL)) (-1877 (((-137) $) 53)) (-1604 (((-110) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-137)) (-594 (-137))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-137) (-137)) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-275 (-137))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-594 (-275 (-137)))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 48)) (-3066 (($) 13 T CONST)) (-2457 (($ $ $) 31) (($ $ (-137)) NIL)) (-2261 (($ (-594 (-137))) NIL) (($) NIL)) (-4034 (((-715) (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022)))) (((-715) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-1077) $) 36) (((-503) $) NIL (|has| (-137) (-569 (-503)))) (((-594 (-137)) $) 34)) (-4131 (($ (-594 (-137))) NIL)) (-2712 (($ $) 32 (|has| (-137) (-348)))) (-4118 (((-800) $) 46)) (-3849 (($ (-1077)) 12) (($ (-594 (-137))) 43)) (-4067 (((-715) $) NIL)) (-2162 (($) 49) (($ (-594 (-137))) NIL)) (-3557 (($ (-594 (-137))) NIL)) (-1722 (((-110) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2927 (($) 19 T CONST)) (-2066 (($) 18 T CONST)) (-2747 (((-110) $ $) 22)) (-2809 (((-715) $) 47 (|has| $ (-6 -4261)))))
+(((-134) (-13 (-1022) (-569 (-1077)) (-405 (-137)) (-569 (-594 (-137))) (-10 -8 (-15 -3849 ($ (-1077))) (-15 -3849 ($ (-594 (-137)))) (-15 -3066 ($) -2459) (-15 -1870 ($) -2459) (-15 -2619 ($) -2459) (-15 -3588 ($) -2459) (-15 -2066 ($) -2459) (-15 -2927 ($) -2459)))) (T -134))
+((-3849 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-134)))) (-3849 (*1 *1 *2) (-12 (-5 *2 (-594 (-137))) (-5 *1 (-134)))) (-3066 (*1 *1) (-5 *1 (-134))) (-1870 (*1 *1) (-5 *1 (-134))) (-2619 (*1 *1) (-5 *1 (-134))) (-3588 (*1 *1) (-5 *1 (-134))) (-2066 (*1 *1) (-5 *1 (-134))) (-2927 (*1 *1) (-5 *1 (-134))))
+(-13 (-1022) (-569 (-1077)) (-405 (-137)) (-569 (-594 (-137))) (-10 -8 (-15 -3849 ($ (-1077))) (-15 -3849 ($ (-594 (-137)))) (-15 -3066 ($) -2459) (-15 -1870 ($) -2459) (-15 -2619 ($) -2459) (-15 -3588 ($) -2459) (-15 -2066 ($) -2459) (-15 -2927 ($) -2459)))
+((-2039 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 17)) (-2075 ((|#1| |#3|) 9)) (-1407 ((|#3| |#3|) 15)))
+(((-135 |#1| |#2| |#3|) (-10 -7 (-15 -2075 (|#1| |#3|)) (-15 -1407 (|#3| |#3|)) (-15 -2039 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-519) (-927 |#1|) (-353 |#2|)) (T -135))
+((-2039 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-927 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-135 *4 *5 *3)) (-4 *3 (-353 *5)))) (-1407 (*1 *2 *2) (-12 (-4 *3 (-519)) (-4 *4 (-927 *3)) (-5 *1 (-135 *3 *4 *2)) (-4 *2 (-353 *4)))) (-2075 (*1 *2 *3) (-12 (-4 *4 (-927 *2)) (-4 *2 (-519)) (-5 *1 (-135 *2 *4 *3)) (-4 *3 (-353 *4)))))
+(-10 -7 (-15 -2075 (|#1| |#3|)) (-15 -1407 (|#3| |#3|)) (-15 -2039 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-2536 (($ $ $) 8)) (-2573 (($ $) 7)) (-3769 (($ $ $) 6)))
+(((-136) (-133)) (T -136))
+((-2536 (*1 *1 *1 *1) (-4 *1 (-136))) (-2573 (*1 *1 *1) (-4 *1 (-136))) (-3769 (*1 *1 *1 *1) (-4 *1 (-136))))
+(-13 (-10 -8 (-15 -3769 ($ $ $)) (-15 -2573 ($ $)) (-15 -2536 ($ $ $))))
+((-4105 (((-110) $ $) NIL)) (-2114 (((-110) $) 30)) (-2619 (($ $) 43)) (-1319 (($) 17)) (-1637 (((-715)) 10)) (-2309 (($) 16)) (-2751 (($) 18)) (-2084 (((-715) $) 14)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-3633 (((-110) $) 32)) (-3588 (($ $) 44)) (-1989 (((-858) $) 15)) (-2416 (((-1077) $) 38)) (-1720 (($ (-858)) 13)) (-1265 (((-110) $) 28)) (-4024 (((-1041) $) NIL)) (-1899 (($) 19)) (-1782 (((-110) $) 26)) (-4118 (((-800) $) 21)) (-3503 (($ (-715)) 11) (($ (-1077)) 42)) (-3779 (((-110) $) 36)) (-1475 (((-110) $) 34)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 7)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 8)))
+(((-137) (-13 (-785) (-10 -8 (-15 -2084 ((-715) $)) (-15 -3503 ($ (-715))) (-15 -3503 ($ (-1077))) (-15 -1319 ($)) (-15 -2751 ($)) (-15 -1899 ($)) (-15 -2619 ($ $)) (-15 -3588 ($ $)) (-15 -1782 ((-110) $)) (-15 -1265 ((-110) $)) (-15 -1475 ((-110) $)) (-15 -2114 ((-110) $)) (-15 -3633 ((-110) $)) (-15 -3779 ((-110) $))))) (T -137))
+((-2084 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-137)))) (-3503 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-137)))) (-3503 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-137)))) (-1319 (*1 *1) (-5 *1 (-137))) (-2751 (*1 *1) (-5 *1 (-137))) (-1899 (*1 *1) (-5 *1 (-137))) (-2619 (*1 *1 *1) (-5 *1 (-137))) (-3588 (*1 *1 *1) (-5 *1 (-137))) (-1782 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))) (-1265 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))) (-1475 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))) (-2114 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))) (-3633 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))) (-3779 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))))
+(-13 (-785) (-10 -8 (-15 -2084 ((-715) $)) (-15 -3503 ($ (-715))) (-15 -3503 ($ (-1077))) (-15 -1319 ($)) (-15 -2751 ($)) (-15 -1899 ($)) (-15 -2619 ($ $)) (-15 -3588 ($ $)) (-15 -1782 ((-110) $)) (-15 -1265 ((-110) $)) (-15 -1475 ((-110) $)) (-15 -2114 ((-110) $)) (-15 -3633 ((-110) $)) (-15 -3779 ((-110) $))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-3470 (((-3 $ "failed") $) 35)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-138) (-133)) (T -138))
+((-3470 (*1 *1 *1) (|partial| -4 *1 (-138))))
+(-13 (-979) (-10 -8 (-15 -3470 ((-3 $ "failed") $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-3591 ((|#1| (-634 |#1|) |#1|) 19)))
+(((-139 |#1|) (-10 -7 (-15 -3591 (|#1| (-634 |#1|) |#1|))) (-162)) (T -139))
+((-3591 (*1 *2 *3 *2) (-12 (-5 *3 (-634 *2)) (-4 *2 (-162)) (-5 *1 (-139 *2)))))
+(-10 -7 (-15 -3591 (|#1| (-634 |#1|) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-140) (-133)) (T -140))
+NIL
+(-13 (-979))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1958 (((-2 (|:| -3148 (-715)) (|:| -2663 (-387 |#2|)) (|:| |radicand| |#2|)) (-387 |#2|) (-715)) 70)) (-1804 (((-3 (-2 (|:| |radicand| (-387 |#2|)) (|:| |deg| (-715))) "failed") |#3|) 52)) (-3818 (((-2 (|:| -2663 (-387 |#2|)) (|:| |poly| |#3|)) |#3|) 37)) (-2611 ((|#1| |#3| |#3|) 40)) (-2819 ((|#3| |#3| (-387 |#2|) (-387 |#2|)) 19)) (-1983 (((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-387 |#2|)) (|:| |c2| (-387 |#2|)) (|:| |deg| (-715))) |#3| |#3|) 49)))
+(((-141 |#1| |#2| |#3|) (-10 -7 (-15 -3818 ((-2 (|:| -2663 (-387 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1804 ((-3 (-2 (|:| |radicand| (-387 |#2|)) (|:| |deg| (-715))) "failed") |#3|)) (-15 -1958 ((-2 (|:| -3148 (-715)) (|:| -2663 (-387 |#2|)) (|:| |radicand| |#2|)) (-387 |#2|) (-715))) (-15 -2611 (|#1| |#3| |#3|)) (-15 -2819 (|#3| |#3| (-387 |#2|) (-387 |#2|))) (-15 -1983 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-387 |#2|)) (|:| |c2| (-387 |#2|)) (|:| |deg| (-715))) |#3| |#3|))) (-1134) (-1152 |#1|) (-1152 (-387 |#2|))) (T -141))
+((-1983 (*1 *2 *3 *3) (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-387 *5)) (|:| |c2| (-387 *5)) (|:| |deg| (-715)))) (-5 *1 (-141 *4 *5 *3)) (-4 *3 (-1152 (-387 *5))))) (-2819 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-387 *5)) (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-5 *1 (-141 *4 *5 *2)) (-4 *2 (-1152 *3)))) (-2611 (*1 *2 *3 *3) (-12 (-4 *4 (-1152 *2)) (-4 *2 (-1134)) (-5 *1 (-141 *2 *4 *3)) (-4 *3 (-1152 (-387 *4))))) (-1958 (*1 *2 *3 *4) (-12 (-5 *3 (-387 *6)) (-4 *5 (-1134)) (-4 *6 (-1152 *5)) (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *3) (|:| |radicand| *6))) (-5 *1 (-141 *5 *6 *7)) (-5 *4 (-715)) (-4 *7 (-1152 *3)))) (-1804 (*1 *2 *3) (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| |radicand| (-387 *5)) (|:| |deg| (-715)))) (-5 *1 (-141 *4 *5 *3)) (-4 *3 (-1152 (-387 *5))))) (-3818 (*1 *2 *3) (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| -2663 (-387 *5)) (|:| |poly| *3))) (-5 *1 (-141 *4 *5 *3)) (-4 *3 (-1152 (-387 *5))))))
+(-10 -7 (-15 -3818 ((-2 (|:| -2663 (-387 |#2|)) (|:| |poly| |#3|)) |#3|)) (-15 -1804 ((-3 (-2 (|:| |radicand| (-387 |#2|)) (|:| |deg| (-715))) "failed") |#3|)) (-15 -1958 ((-2 (|:| -3148 (-715)) (|:| -2663 (-387 |#2|)) (|:| |radicand| |#2|)) (-387 |#2|) (-715))) (-15 -2611 (|#1| |#3| |#3|)) (-15 -2819 (|#3| |#3| (-387 |#2|) (-387 |#2|))) (-15 -1983 ((-2 (|:| |func| |#3|) (|:| |poly| |#3|) (|:| |c1| (-387 |#2|)) (|:| |c2| (-387 |#2|)) (|:| |deg| (-715))) |#3| |#3|)))
+((-1970 (((-3 (-594 (-1090 |#2|)) "failed") (-594 (-1090 |#2|)) (-1090 |#2|)) 32)))
+(((-142 |#1| |#2|) (-10 -7 (-15 -1970 ((-3 (-594 (-1090 |#2|)) "failed") (-594 (-1090 |#2|)) (-1090 |#2|)))) (-512) (-156 |#1|)) (T -142))
+((-1970 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 (-1090 *5))) (-5 *3 (-1090 *5)) (-4 *5 (-156 *4)) (-4 *4 (-512)) (-5 *1 (-142 *4 *5)))))
+(-10 -7 (-15 -1970 ((-3 (-594 (-1090 |#2|)) "failed") (-594 (-1090 |#2|)) (-1090 |#2|))))
+((-2420 (($ (-1 (-110) |#2|) $) 29)) (-1702 (($ $) 36)) (-2659 (($ (-1 (-110) |#2|) $) 27) (($ |#2| $) 32)) (-2731 ((|#2| (-1 |#2| |#2| |#2|) $) 22) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 24) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 34)) (-3326 (((-3 |#2| "failed") (-1 (-110) |#2|) $) 19)) (-1604 (((-110) (-1 (-110) |#2|) $) 16)) (-4034 (((-715) (-1 (-110) |#2|) $) 14) (((-715) |#2| $) NIL)) (-1722 (((-110) (-1 (-110) |#2|) $) 15)) (-2809 (((-715) $) 11)))
+(((-143 |#1| |#2|) (-10 -8 (-15 -1702 (|#1| |#1|)) (-15 -2659 (|#1| |#2| |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2420 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2659 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3326 ((-3 |#2| "failed") (-1 (-110) |#2|) |#1|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2809 ((-715) |#1|))) (-144 |#2|) (-1130)) (T -143))
+NIL
+(-10 -8 (-15 -1702 (|#1| |#1|)) (-15 -2659 (|#1| |#2| |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2420 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2659 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3326 ((-3 |#2| "failed") (-1 (-110) |#2|) |#1|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2809 ((-715) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-2420 (($ (-1 (-110) |#1|) $) 44 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1702 (($ $) 41 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ (-1 (-110) |#1|) $) 45 (|has| $ (-6 -4261))) (($ |#1| $) 42 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) 47 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 46 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 48)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 40 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 49)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-144 |#1|) (-133) (-1130)) (T -144))
+((-4131 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-4 *1 (-144 *3)))) (-3326 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1 (-110) *2)) (-4 *1 (-144 *2)) (-4 *2 (-1130)))) (-2731 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *2)) (-4 *2 (-1130)))) (-2731 (*1 *2 *3 *1 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *2)) (-4 *2 (-1130)))) (-2659 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *3)) (-4 *3 (-1130)))) (-2420 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *3)) (-4 *3 (-1130)))) (-2731 (*1 *2 *3 *1 *2 *2) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1022)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *2)) (-4 *2 (-1130)))) (-2659 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-144 *2)) (-4 *2 (-1130)) (-4 *2 (-1022)))) (-1702 (*1 *1 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-144 *2)) (-4 *2 (-1130)) (-4 *2 (-1022)))))
+(-13 (-466 |t#1|) (-10 -8 (-15 -4131 ($ (-594 |t#1|))) (-15 -3326 ((-3 |t#1| "failed") (-1 (-110) |t#1|) $)) (IF (|has| $ (-6 -4261)) (PROGN (-15 -2731 (|t#1| (-1 |t#1| |t#1| |t#1|) $)) (-15 -2731 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1|)) (-15 -2659 ($ (-1 (-110) |t#1|) $)) (-15 -2420 ($ (-1 (-110) |t#1|) $)) (IF (|has| |t#1| (-1022)) (PROGN (-15 -2731 (|t#1| (-1 |t#1| |t#1| |t#1|) $ |t#1| |t#1|)) (-15 -2659 ($ |t#1| $)) (-15 -1702 ($ $))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) 86)) (-2956 (((-110) $) NIL)) (-2829 (($ |#2| (-594 (-858))) 56)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1915 (($ (-858)) 47)) (-3817 (((-130)) 23)) (-4118 (((-800) $) 69) (($ (-527)) 45) (($ |#2|) 46)) (-3411 ((|#2| $ (-594 (-858))) 59)) (-4070 (((-715)) 20)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 40 T CONST)) (-3374 (($) 43 T CONST)) (-2747 (((-110) $ $) 26)) (-2873 (($ $ |#2|) NIL)) (-2863 (($ $) 34) (($ $ $) 32)) (-2850 (($ $ $) 30)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 37) (($ $ $) 51) (($ |#2| $) 39) (($ $ |#2|) NIL)))
+(((-145 |#1| |#2| |#3|) (-13 (-979) (-37 |#2|) (-1183 |#2|) (-10 -8 (-15 -1915 ($ (-858))) (-15 -2829 ($ |#2| (-594 (-858)))) (-15 -3411 (|#2| $ (-594 (-858)))) (-15 -3714 ((-3 $ "failed") $)))) (-858) (-343) (-928 |#1| |#2|)) (T -145))
+((-3714 (*1 *1 *1) (|partial| -12 (-5 *1 (-145 *2 *3 *4)) (-14 *2 (-858)) (-4 *3 (-343)) (-14 *4 (-928 *2 *3)))) (-1915 (*1 *1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-145 *3 *4 *5)) (-14 *3 *2) (-4 *4 (-343)) (-14 *5 (-928 *3 *4)))) (-2829 (*1 *1 *2 *3) (-12 (-5 *3 (-594 (-858))) (-5 *1 (-145 *4 *2 *5)) (-14 *4 (-858)) (-4 *2 (-343)) (-14 *5 (-928 *4 *2)))) (-3411 (*1 *2 *1 *3) (-12 (-5 *3 (-594 (-858))) (-4 *2 (-343)) (-5 *1 (-145 *4 *2 *5)) (-14 *4 (-858)) (-14 *5 (-928 *4 *2)))))
+(-13 (-979) (-37 |#2|) (-1183 |#2|) (-10 -8 (-15 -1915 ($ (-858))) (-15 -2829 ($ |#2| (-594 (-858)))) (-15 -3411 (|#2| $ (-594 (-858)))) (-15 -3714 ((-3 $ "failed") $))))
+((-4205 (((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-594 (-880 (-207)))) (-207) (-207) (-207) (-207)) 38)) (-2670 (((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864) (-387 (-527)) (-387 (-527))) 63) (((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864)) 64)) (-1373 (((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-594 (-880 (-207))))) 67) (((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-880 (-207)))) 66) (((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864) (-387 (-527)) (-387 (-527))) 58) (((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864)) 59)))
+(((-146) (-10 -7 (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864))) (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864) (-387 (-527)) (-387 (-527)))) (-15 -2670 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864))) (-15 -2670 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864) (-387 (-527)) (-387 (-527)))) (-15 -4205 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-594 (-880 (-207)))) (-207) (-207) (-207) (-207))) (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-880 (-207))))) (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-594 (-880 (-207)))))))) (T -146))
+((-1373 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207))))) (-5 *1 (-146)) (-5 *3 (-594 (-594 (-880 (-207))))))) (-1373 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207))))) (-5 *1 (-146)) (-5 *3 (-594 (-880 (-207)))))) (-4205 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *4 (-207)) (-5 *2 (-2 (|:| |brans| (-594 (-594 (-880 *4)))) (|:| |xValues| (-1017 *4)) (|:| |yValues| (-1017 *4)))) (-5 *1 (-146)) (-5 *3 (-594 (-594 (-880 *4)))))) (-2670 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-864)) (-5 *4 (-387 (-527))) (-5 *2 (-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207))))) (-5 *1 (-146)))) (-2670 (*1 *2 *3) (-12 (-5 *3 (-864)) (-5 *2 (-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207))))) (-5 *1 (-146)))) (-1373 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-864)) (-5 *4 (-387 (-527))) (-5 *2 (-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207))))) (-5 *1 (-146)))) (-1373 (*1 *2 *3) (-12 (-5 *3 (-864)) (-5 *2 (-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207))))) (-5 *1 (-146)))))
+(-10 -7 (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864))) (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864) (-387 (-527)) (-387 (-527)))) (-15 -2670 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864))) (-15 -2670 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-864) (-387 (-527)) (-387 (-527)))) (-15 -4205 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-594 (-880 (-207)))) (-207) (-207) (-207) (-207))) (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-880 (-207))))) (-15 -1373 ((-2 (|:| |brans| (-594 (-594 (-880 (-207))))) (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))) (-594 (-594 (-880 (-207)))))))
+((-4133 (((-594 (-159 |#2|)) |#1| |#2|) 45)))
+(((-147 |#1| |#2|) (-10 -7 (-15 -4133 ((-594 (-159 |#2|)) |#1| |#2|))) (-1152 (-159 (-527))) (-13 (-343) (-789))) (T -147))
+((-4133 (*1 *2 *3 *4) (-12 (-5 *2 (-594 (-159 *4))) (-5 *1 (-147 *3 *4)) (-4 *3 (-1152 (-159 (-527)))) (-4 *4 (-13 (-343) (-789))))))
+(-10 -7 (-15 -4133 ((-594 (-159 |#2|)) |#1| |#2|)))
+((-4105 (((-110) $ $) NIL)) (-1673 (($) 16)) (-2275 (($) 15)) (-3260 (((-858)) 23)) (-2416 (((-1077) $) NIL)) (-2386 (((-527) $) 20)) (-4024 (((-1041) $) NIL)) (-3623 (($) 17)) (-1771 (($ (-527)) 24)) (-4118 (((-800) $) 30)) (-3876 (($) 18)) (-2747 (((-110) $ $) 14)) (-2850 (($ $ $) 13)) (* (($ (-858) $) 22) (($ (-207) $) 8)))
+(((-148) (-13 (-25) (-10 -8 (-15 * ($ (-858) $)) (-15 * ($ (-207) $)) (-15 -2850 ($ $ $)) (-15 -2275 ($)) (-15 -1673 ($)) (-15 -3623 ($)) (-15 -3876 ($)) (-15 -2386 ((-527) $)) (-15 -3260 ((-858))) (-15 -1771 ($ (-527)))))) (T -148))
+((-2850 (*1 *1 *1 *1) (-5 *1 (-148))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-858)) (-5 *1 (-148)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-148)))) (-2275 (*1 *1) (-5 *1 (-148))) (-1673 (*1 *1) (-5 *1 (-148))) (-3623 (*1 *1) (-5 *1 (-148))) (-3876 (*1 *1) (-5 *1 (-148))) (-2386 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-148)))) (-3260 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-148)))) (-1771 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-148)))))
+(-13 (-25) (-10 -8 (-15 * ($ (-858) $)) (-15 * ($ (-207) $)) (-15 -2850 ($ $ $)) (-15 -2275 ($)) (-15 -1673 ($)) (-15 -3623 ($)) (-15 -3876 ($)) (-15 -2386 ((-527) $)) (-15 -3260 ((-858))) (-15 -1771 ($ (-527)))))
+((-3831 ((|#2| |#2| (-1015 |#2|)) 88) ((|#2| |#2| (-1094)) 68)) (-3281 ((|#2| |#2| (-1015 |#2|)) 87) ((|#2| |#2| (-1094)) 67)) (-2536 ((|#2| |#2| |#2|) 27)) (-2370 (((-112) (-112)) 99)) (-1379 ((|#2| (-594 |#2|)) 117)) (-1728 ((|#2| (-594 |#2|)) 135)) (-1737 ((|#2| (-594 |#2|)) 125)) (-2648 ((|#2| |#2|) 123)) (-2046 ((|#2| (-594 |#2|)) 111)) (-3877 ((|#2| (-594 |#2|)) 112)) (-1406 ((|#2| (-594 |#2|)) 133)) (-1679 ((|#2| |#2| (-1094)) 56) ((|#2| |#2|) 55)) (-2573 ((|#2| |#2|) 23)) (-3769 ((|#2| |#2| |#2|) 26)) (-2771 (((-110) (-112)) 49)) (** ((|#2| |#2| |#2|) 41)))
+(((-149 |#1| |#2|) (-10 -7 (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 ** (|#2| |#2| |#2|)) (-15 -3769 (|#2| |#2| |#2|)) (-15 -2536 (|#2| |#2| |#2|)) (-15 -2573 (|#2| |#2|)) (-15 -1679 (|#2| |#2|)) (-15 -1679 (|#2| |#2| (-1094))) (-15 -3831 (|#2| |#2| (-1094))) (-15 -3831 (|#2| |#2| (-1015 |#2|))) (-15 -3281 (|#2| |#2| (-1094))) (-15 -3281 (|#2| |#2| (-1015 |#2|))) (-15 -2648 (|#2| |#2|)) (-15 -1406 (|#2| (-594 |#2|))) (-15 -1737 (|#2| (-594 |#2|))) (-15 -1728 (|#2| (-594 |#2|))) (-15 -2046 (|#2| (-594 |#2|))) (-15 -3877 (|#2| (-594 |#2|))) (-15 -1379 (|#2| (-594 |#2|)))) (-13 (-791) (-519)) (-410 |#1|)) (T -149))
+((-1379 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2)) (-4 *4 (-13 (-791) (-519))))) (-3877 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2)) (-4 *4 (-13 (-791) (-519))))) (-2046 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2)) (-4 *4 (-13 (-791) (-519))))) (-1728 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2)) (-4 *4 (-13 (-791) (-519))))) (-1737 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2)) (-4 *4 (-13 (-791) (-519))))) (-1406 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2)) (-4 *4 (-13 (-791) (-519))))) (-2648 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2)) (-4 *2 (-410 *3)))) (-3281 (*1 *2 *2 *3) (-12 (-5 *3 (-1015 *2)) (-4 *2 (-410 *4)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2)))) (-3281 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2)) (-4 *2 (-410 *4)))) (-3831 (*1 *2 *2 *3) (-12 (-5 *3 (-1015 *2)) (-4 *2 (-410 *4)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2)))) (-3831 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2)) (-4 *2 (-410 *4)))) (-1679 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2)) (-4 *2 (-410 *4)))) (-1679 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2)) (-4 *2 (-410 *3)))) (-2573 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2)) (-4 *2 (-410 *3)))) (-2536 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2)) (-4 *2 (-410 *3)))) (-3769 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2)) (-4 *2 (-410 *3)))) (** (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2)) (-4 *2 (-410 *3)))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *4)) (-4 *4 (-410 *3)))) (-2771 (*1 *2 *3) (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110)) (-5 *1 (-149 *4 *5)) (-4 *5 (-410 *4)))))
+(-10 -7 (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 ** (|#2| |#2| |#2|)) (-15 -3769 (|#2| |#2| |#2|)) (-15 -2536 (|#2| |#2| |#2|)) (-15 -2573 (|#2| |#2|)) (-15 -1679 (|#2| |#2|)) (-15 -1679 (|#2| |#2| (-1094))) (-15 -3831 (|#2| |#2| (-1094))) (-15 -3831 (|#2| |#2| (-1015 |#2|))) (-15 -3281 (|#2| |#2| (-1094))) (-15 -3281 (|#2| |#2| (-1015 |#2|))) (-15 -2648 (|#2| |#2|)) (-15 -1406 (|#2| (-594 |#2|))) (-15 -1737 (|#2| (-594 |#2|))) (-15 -1728 (|#2| (-594 |#2|))) (-15 -2046 (|#2| (-594 |#2|))) (-15 -3877 (|#2| (-594 |#2|))) (-15 -1379 (|#2| (-594 |#2|))))
+((-2267 ((|#1| |#1| |#1|) 53)) (-2858 ((|#1| |#1| |#1|) 50)) (-2536 ((|#1| |#1| |#1|) 44)) (-2149 ((|#1| |#1|) 35)) (-3837 ((|#1| |#1| (-594 |#1|)) 43)) (-2573 ((|#1| |#1|) 37)) (-3769 ((|#1| |#1| |#1|) 40)))
+(((-150 |#1|) (-10 -7 (-15 -3769 (|#1| |#1| |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -3837 (|#1| |#1| (-594 |#1|))) (-15 -2149 (|#1| |#1|)) (-15 -2536 (|#1| |#1| |#1|)) (-15 -2858 (|#1| |#1| |#1|)) (-15 -2267 (|#1| |#1| |#1|))) (-512)) (T -150))
+((-2267 (*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))) (-2858 (*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))) (-2536 (*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))) (-2149 (*1 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))) (-3837 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-512)) (-5 *1 (-150 *2)))) (-2573 (*1 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))) (-3769 (*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))))
+(-10 -7 (-15 -3769 (|#1| |#1| |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -3837 (|#1| |#1| (-594 |#1|))) (-15 -2149 (|#1| |#1|)) (-15 -2536 (|#1| |#1| |#1|)) (-15 -2858 (|#1| |#1| |#1|)) (-15 -2267 (|#1| |#1| |#1|)))
+((-3831 (($ $ (-1094)) 12) (($ $ (-1015 $)) 11)) (-3281 (($ $ (-1094)) 10) (($ $ (-1015 $)) 9)) (-2536 (($ $ $) 8)) (-1679 (($ $) 14) (($ $ (-1094)) 13)) (-2573 (($ $) 7)) (-3769 (($ $ $) 6)))
+(((-151) (-133)) (T -151))
+((-1679 (*1 *1 *1) (-4 *1 (-151))) (-1679 (*1 *1 *1 *2) (-12 (-4 *1 (-151)) (-5 *2 (-1094)))) (-3831 (*1 *1 *1 *2) (-12 (-4 *1 (-151)) (-5 *2 (-1094)))) (-3831 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 *1)) (-4 *1 (-151)))) (-3281 (*1 *1 *1 *2) (-12 (-4 *1 (-151)) (-5 *2 (-1094)))) (-3281 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 *1)) (-4 *1 (-151)))))
+(-13 (-136) (-10 -8 (-15 -1679 ($ $)) (-15 -1679 ($ $ (-1094))) (-15 -3831 ($ $ (-1094))) (-15 -3831 ($ $ (-1015 $))) (-15 -3281 ($ $ (-1094))) (-15 -3281 ($ $ (-1015 $)))))
+(((-136) . T))
+((-4105 (((-110) $ $) NIL)) (-3712 (($ (-527)) 13) (($ $ $) 14)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 17)) (-2747 (((-110) $ $) 9)))
+(((-152) (-13 (-1022) (-10 -8 (-15 -3712 ($ (-527))) (-15 -3712 ($ $ $))))) (T -152))
+((-3712 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-152)))) (-3712 (*1 *1 *1 *1) (-5 *1 (-152))))
+(-13 (-1022) (-10 -8 (-15 -3712 ($ (-527))) (-15 -3712 ($ $ $))))
+((-2370 (((-112) (-1094)) 97)))
+(((-153) (-10 -7 (-15 -2370 ((-112) (-1094))))) (T -153))
+((-2370 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-112)) (-5 *1 (-153)))))
+(-10 -7 (-15 -2370 ((-112) (-1094))))
+((-1245 ((|#3| |#3|) 19)))
+(((-154 |#1| |#2| |#3|) (-10 -7 (-15 -1245 (|#3| |#3|))) (-979) (-1152 |#1|) (-1152 |#2|)) (T -154))
+((-1245 (*1 *2 *2) (-12 (-4 *3 (-979)) (-4 *4 (-1152 *3)) (-5 *1 (-154 *3 *4 *2)) (-4 *2 (-1152 *4)))))
+(-10 -7 (-15 -1245 (|#3| |#3|)))
+((-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 217)) (-2926 ((|#2| $) 96)) (-1481 (($ $) 245)) (-2460 (($ $) 239)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 40)) (-1461 (($ $) 243)) (-2439 (($ $) 237)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 |#2| "failed") $) 141)) (-4145 (((-527) $) NIL) (((-387 (-527)) $) NIL) ((|#2| $) 139)) (-1346 (($ $ $) 222)) (-4162 (((-634 (-527)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) 155) (((-634 |#2|) (-634 $)) 149)) (-2731 (($ (-1090 |#2|)) 119) (((-3 $ "failed") (-387 (-1090 |#2|))) NIL)) (-3714 (((-3 $ "failed") $) 209)) (-2541 (((-3 (-387 (-527)) "failed") $) 199)) (-1397 (((-110) $) 194)) (-1328 (((-387 (-527)) $) 197)) (-1238 (((-858)) 89)) (-1324 (($ $ $) 224)) (-1255 (((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) $) 261)) (-4146 (($) 234)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 186) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 191)) (-1705 ((|#2| $) 94)) (-2343 (((-1090 |#2|) $) 121)) (-1998 (($ (-1 |#2| |#2|) $) 102)) (-2495 (($ $) 236)) (-2718 (((-1090 |#2|) $) 120)) (-2952 (($ $) 202)) (-4004 (($) 97)) (-4152 (((-398 (-1090 $)) (-1090 $)) 88)) (-2816 (((-398 (-1090 $)) (-1090 $)) 57)) (-1305 (((-3 $ "failed") $ |#2|) 204) (((-3 $ "failed") $ $) 207)) (-1724 (($ $) 235)) (-2578 (((-715) $) 219)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 229)) (-1875 ((|#2| (-1176 $)) NIL) ((|#2|) 91)) (-4234 (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) 113) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL) (($ $ (-715)) NIL) (($ $) NIL)) (-2279 (((-1090 |#2|)) 114)) (-1471 (($ $) 244)) (-2449 (($ $) 238)) (-4002 (((-1176 |#2|) $ (-1176 $)) 128) (((-634 |#2|) (-1176 $) (-1176 $)) NIL) (((-1176 |#2|) $) 110) (((-634 |#2|) (-1176 $)) NIL)) (-2051 (((-1176 |#2|) $) NIL) (($ (-1176 |#2|)) NIL) (((-1090 |#2|) $) NIL) (($ (-1090 |#2|)) NIL) (((-829 (-527)) $) 177) (((-829 (-359)) $) 181) (((-159 (-359)) $) 167) (((-159 (-207)) $) 162) (((-503) $) 173)) (-1964 (($ $) 98)) (-4118 (((-800) $) 138) (($ (-527)) NIL) (($ |#2|) NIL) (($ (-387 (-527))) NIL) (($ $) NIL)) (-3591 (((-1090 |#2|) $) 23)) (-4070 (((-715)) 100)) (-1551 (($ $) 248)) (-2076 (($ $) 242)) (-1526 (($ $) 246)) (-2033 (($ $) 240)) (-4058 ((|#2| $) 233)) (-1539 (($ $) 247)) (-2044 (($ $) 241)) (-1597 (($ $) 157)) (-2747 (((-110) $ $) 104)) (-2775 (((-110) $ $) 193)) (-2863 (($ $) 106) (($ $ $) NIL)) (-2850 (($ $ $) 105)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-387 (-527))) 267) (($ $ $) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 112) (($ $ $) 142) (($ $ |#2|) NIL) (($ |#2| $) 108) (($ (-387 (-527)) $) NIL) (($ $ (-387 (-527))) NIL)))
+(((-155 |#1| |#2|) (-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4118 (|#1| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2142 ((-2 (|:| -1863 |#1|) (|:| -4248 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2578 ((-715) |#1|)) (-15 -3304 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1324 (|#1| |#1| |#1|)) (-15 -1346 (|#1| |#1| |#1|)) (-15 -2952 (|#1| |#1|)) (-15 ** (|#1| |#1| (-527))) (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2775 ((-110) |#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2051 ((-159 (-207)) |#1|)) (-15 -2051 ((-159 (-359)) |#1|)) (-15 -2460 (|#1| |#1|)) (-15 -2439 (|#1| |#1|)) (-15 -2449 (|#1| |#1|)) (-15 -2044 (|#1| |#1|)) (-15 -2033 (|#1| |#1|)) (-15 -2076 (|#1| |#1|)) (-15 -1471 (|#1| |#1|)) (-15 -1461 (|#1| |#1|)) (-15 -1481 (|#1| |#1|)) (-15 -1539 (|#1| |#1|)) (-15 -1526 (|#1| |#1|)) (-15 -1551 (|#1| |#1|)) (-15 -2495 (|#1| |#1|)) (-15 -1724 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4146 (|#1|)) (-15 ** (|#1| |#1| (-387 (-527)))) (-15 -2816 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -4152 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -1255 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -4058 (|#2| |#1|)) (-15 -1597 (|#1| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1964 (|#1| |#1|)) (-15 -4004 (|#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -2731 ((-3 |#1| "failed") (-387 (-1090 |#2|)))) (-15 -2718 ((-1090 |#2|) |#1|)) (-15 -2051 (|#1| (-1090 |#2|))) (-15 -2731 (|#1| (-1090 |#2|))) (-15 -2279 ((-1090 |#2|))) (-15 -4162 ((-634 |#2|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -2051 ((-1090 |#2|) |#1|)) (-15 -1875 (|#2|)) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -2343 ((-1090 |#2|) |#1|)) (-15 -3591 ((-1090 |#2|) |#1|)) (-15 -1875 (|#2| (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1705 (|#2| |#1|)) (-15 -2926 (|#2| |#1|)) (-15 -1238 ((-858))) (-15 -4118 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 ** (|#1| |#1| (-715))) (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-858))) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|))) (-156 |#2|) (-162)) (T -155))
+((-4070 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-715)) (-5 *1 (-155 *3 *4)) (-4 *3 (-156 *4)))) (-1238 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-858)) (-5 *1 (-155 *3 *4)) (-4 *3 (-156 *4)))) (-1875 (*1 *2) (-12 (-4 *2 (-162)) (-5 *1 (-155 *3 *2)) (-4 *3 (-156 *2)))) (-2279 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-1090 *4)) (-5 *1 (-155 *3 *4)) (-4 *3 (-156 *4)))))
+(-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4118 (|#1| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2142 ((-2 (|:| -1863 |#1|) (|:| -4248 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2578 ((-715) |#1|)) (-15 -3304 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1324 (|#1| |#1| |#1|)) (-15 -1346 (|#1| |#1| |#1|)) (-15 -2952 (|#1| |#1|)) (-15 ** (|#1| |#1| (-527))) (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2775 ((-110) |#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2051 ((-159 (-207)) |#1|)) (-15 -2051 ((-159 (-359)) |#1|)) (-15 -2460 (|#1| |#1|)) (-15 -2439 (|#1| |#1|)) (-15 -2449 (|#1| |#1|)) (-15 -2044 (|#1| |#1|)) (-15 -2033 (|#1| |#1|)) (-15 -2076 (|#1| |#1|)) (-15 -1471 (|#1| |#1|)) (-15 -1461 (|#1| |#1|)) (-15 -1481 (|#1| |#1|)) (-15 -1539 (|#1| |#1|)) (-15 -1526 (|#1| |#1|)) (-15 -1551 (|#1| |#1|)) (-15 -2495 (|#1| |#1|)) (-15 -1724 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 -4146 (|#1|)) (-15 ** (|#1| |#1| (-387 (-527)))) (-15 -2816 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -4152 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -1255 ((-2 (|:| |r| |#2|) (|:| |phi| |#2|)) |#1|)) (-15 -4058 (|#2| |#1|)) (-15 -1597 (|#1| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 -1964 (|#1| |#1|)) (-15 -4004 (|#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -2731 ((-3 |#1| "failed") (-387 (-1090 |#2|)))) (-15 -2718 ((-1090 |#2|) |#1|)) (-15 -2051 (|#1| (-1090 |#2|))) (-15 -2731 (|#1| (-1090 |#2|))) (-15 -2279 ((-1090 |#2|))) (-15 -4162 ((-634 |#2|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -2051 ((-1090 |#2|) |#1|)) (-15 -1875 (|#2|)) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -2343 ((-1090 |#2|) |#1|)) (-15 -3591 ((-1090 |#2|) |#1|)) (-15 -1875 (|#2| (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1705 (|#2| |#1|)) (-15 -2926 (|#2| |#1|)) (-15 -1238 ((-858))) (-15 -4118 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 ** (|#1| |#1| (-715))) (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-858))) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 93 (-2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-3931 (($ $) 94 (-2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-3938 (((-110) $) 96 (-2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-1215 (((-634 |#1|) (-1176 $)) 46) (((-634 |#1|)) 61)) (-2926 ((|#1| $) 52)) (-1481 (($ $) 228 (|has| |#1| (-1116)))) (-2460 (($ $) 211 (|has| |#1| (-1116)))) (-2164 (((-1104 (-858) (-715)) (-527)) 147 (|has| |#1| (-329)))) (-3085 (((-3 $ "failed") $ $) 19)) (-3854 (((-398 (-1090 $)) (-1090 $)) 242 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-3259 (($ $) 113 (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-3488 (((-398 $) $) 114 (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-2713 (($ $) 241 (-12 (|has| |#1| (-936)) (|has| |#1| (-1116))))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 245 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-1842 (((-110) $ $) 104 (|has| |#1| (-288)))) (-1637 (((-715)) 87 (|has| |#1| (-348)))) (-1461 (($ $) 227 (|has| |#1| (-1116)))) (-2439 (($ $) 212 (|has| |#1| (-1116)))) (-1504 (($ $) 226 (|has| |#1| (-1116)))) (-2502 (($ $) 213 (|has| |#1| (-1116)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 169 (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 167 (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 166)) (-4145 (((-527) $) 170 (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) 168 (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 165)) (-2894 (($ (-1176 |#1|) (-1176 $)) 48) (($ (-1176 |#1|)) 64)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 153 (|has| |#1| (-329)))) (-1346 (($ $ $) 108 (|has| |#1| (-288)))) (-1941 (((-634 |#1|) $ (-1176 $)) 53) (((-634 |#1|) $) 59)) (-4162 (((-634 (-527)) (-634 $)) 164 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 163 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 162) (((-634 |#1|) (-634 $)) 161)) (-2731 (($ (-1090 |#1|)) 158) (((-3 $ "failed") (-387 (-1090 |#1|))) 155 (|has| |#1| (-343)))) (-3714 (((-3 $ "failed") $) 34)) (-2726 ((|#1| $) 253)) (-2541 (((-3 (-387 (-527)) "failed") $) 246 (|has| |#1| (-512)))) (-1397 (((-110) $) 248 (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) 247 (|has| |#1| (-512)))) (-1238 (((-858)) 54)) (-2309 (($) 90 (|has| |#1| (-348)))) (-1324 (($ $ $) 107 (|has| |#1| (-288)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 102 (|has| |#1| (-288)))) (-3809 (($) 149 (|has| |#1| (-329)))) (-3687 (((-110) $) 150 (|has| |#1| (-329)))) (-3050 (($ $ (-715)) 141 (|has| |#1| (-329))) (($ $) 140 (|has| |#1| (-329)))) (-3851 (((-110) $) 115 (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-1255 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) 249 (-12 (|has| |#1| (-988)) (|has| |#1| (-1116))))) (-4146 (($) 238 (|has| |#1| (-1116)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 261 (|has| |#1| (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 260 (|has| |#1| (-823 (-359))))) (-2050 (((-858) $) 152 (|has| |#1| (-329))) (((-777 (-858)) $) 138 (|has| |#1| (-329)))) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 240 (-12 (|has| |#1| (-936)) (|has| |#1| (-1116))))) (-1705 ((|#1| $) 51)) (-2628 (((-3 $ "failed") $) 142 (|has| |#1| (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 111 (|has| |#1| (-288)))) (-2343 (((-1090 |#1|) $) 44 (|has| |#1| (-343)))) (-3902 (($ $ $) 207 (|has| |#1| (-791)))) (-1257 (($ $ $) 206 (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) 262)) (-1989 (((-858) $) 89 (|has| |#1| (-348)))) (-2495 (($ $) 235 (|has| |#1| (-1116)))) (-2718 (((-1090 |#1|) $) 156)) (-2702 (($ (-594 $)) 100 (-2027 (|has| |#1| (-288)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (($ $ $) 99 (-2027 (|has| |#1| (-288)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-2416 (((-1077) $) 9)) (-2952 (($ $) 116 (|has| |#1| (-343)))) (-2138 (($) 143 (|has| |#1| (-329)) CONST)) (-1720 (($ (-858)) 88 (|has| |#1| (-348)))) (-4004 (($) 257)) (-2738 ((|#1| $) 254)) (-4024 (((-1041) $) 10)) (-2613 (($) 160)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 101 (-2027 (|has| |#1| (-288)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-2742 (($ (-594 $)) 98 (-2027 (|has| |#1| (-288)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (($ $ $) 97 (-2027 (|has| |#1| (-288)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 146 (|has| |#1| (-329)))) (-4152 (((-398 (-1090 $)) (-1090 $)) 244 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-2816 (((-398 (-1090 $)) (-1090 $)) 243 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-2700 (((-398 $) $) 112 (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-288))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 109 (|has| |#1| (-288)))) (-1305 (((-3 $ "failed") $ |#1|) 252 (|has| |#1| (-519))) (((-3 $ "failed") $ $) 92 (-2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 103 (|has| |#1| (-288)))) (-1724 (($ $) 236 (|has| |#1| (-1116)))) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) 268 (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) 267 (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) 266 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) 265 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) 264 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) 263 (|has| |#1| (-488 (-1094) |#1|)))) (-2578 (((-715) $) 105 (|has| |#1| (-288)))) (-3439 (($ $ |#1|) 269 (|has| |#1| (-267 |#1| |#1|)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 106 (|has| |#1| (-288)))) (-1875 ((|#1| (-1176 $)) 47) ((|#1|) 60)) (-1382 (((-715) $) 151 (|has| |#1| (-329))) (((-3 (-715) "failed") $ $) 139 (|has| |#1| (-329)))) (-4234 (($ $ (-1 |#1| |#1|) (-715)) 123) (($ $ (-1 |#1| |#1|)) 122) (($ $ (-594 (-1094)) (-594 (-715))) 130 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 131 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 132 (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) 133 (|has| |#1| (-837 (-1094)))) (($ $ (-715)) 135 (-2027 (-3979 (|has| |#1| (-343)) (|has| |#1| (-215))) (|has| |#1| (-215)) (-3979 (|has| |#1| (-215)) (|has| |#1| (-343))))) (($ $) 137 (-2027 (-3979 (|has| |#1| (-343)) (|has| |#1| (-215))) (|has| |#1| (-215)) (-3979 (|has| |#1| (-215)) (|has| |#1| (-343)))))) (-2811 (((-634 |#1|) (-1176 $) (-1 |#1| |#1|)) 154 (|has| |#1| (-343)))) (-2279 (((-1090 |#1|)) 159)) (-1513 (($ $) 225 (|has| |#1| (-1116)))) (-2021 (($ $) 214 (|has| |#1| (-1116)))) (-3956 (($) 148 (|has| |#1| (-329)))) (-1493 (($ $) 224 (|has| |#1| (-1116)))) (-2482 (($ $) 215 (|has| |#1| (-1116)))) (-1471 (($ $) 223 (|has| |#1| (-1116)))) (-2449 (($ $) 216 (|has| |#1| (-1116)))) (-4002 (((-1176 |#1|) $ (-1176 $)) 50) (((-634 |#1|) (-1176 $) (-1176 $)) 49) (((-1176 |#1|) $) 66) (((-634 |#1|) (-1176 $)) 65)) (-2051 (((-1176 |#1|) $) 63) (($ (-1176 |#1|)) 62) (((-1090 |#1|) $) 171) (($ (-1090 |#1|)) 157) (((-829 (-527)) $) 259 (|has| |#1| (-569 (-829 (-527))))) (((-829 (-359)) $) 258 (|has| |#1| (-569 (-829 (-359))))) (((-159 (-359)) $) 210 (|has| |#1| (-955))) (((-159 (-207)) $) 209 (|has| |#1| (-955))) (((-503) $) 208 (|has| |#1| (-569 (-503))))) (-1964 (($ $) 256)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 145 (-2027 (-3979 (|has| $ (-138)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))) (|has| |#1| (-329))))) (-1485 (($ |#1| |#1|) 255)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 37) (($ (-387 (-527))) 86 (-2027 (|has| |#1| (-343)) (|has| |#1| (-970 (-387 (-527)))))) (($ $) 91 (-2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-3470 (($ $) 144 (|has| |#1| (-329))) (((-3 $ "failed") $) 43 (-2027 (-3979 (|has| $ (-138)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))) (|has| |#1| (-138))))) (-3591 (((-1090 |#1|) $) 45)) (-4070 (((-715)) 29)) (-1878 (((-1176 $)) 67)) (-1551 (($ $) 234 (|has| |#1| (-1116)))) (-2076 (($ $) 222 (|has| |#1| (-1116)))) (-3978 (((-110) $ $) 95 (-2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))) (-1526 (($ $) 233 (|has| |#1| (-1116)))) (-2033 (($ $) 221 (|has| |#1| (-1116)))) (-1579 (($ $) 232 (|has| |#1| (-1116)))) (-1439 (($ $) 220 (|has| |#1| (-1116)))) (-4058 ((|#1| $) 250 (|has| |#1| (-1116)))) (-2837 (($ $) 231 (|has| |#1| (-1116)))) (-1449 (($ $) 219 (|has| |#1| (-1116)))) (-1564 (($ $) 230 (|has| |#1| (-1116)))) (-1427 (($ $) 218 (|has| |#1| (-1116)))) (-1539 (($ $) 229 (|has| |#1| (-1116)))) (-2044 (($ $) 217 (|has| |#1| (-1116)))) (-1597 (($ $) 251 (|has| |#1| (-988)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 117 (|has| |#1| (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-1 |#1| |#1|) (-715)) 125) (($ $ (-1 |#1| |#1|)) 124) (($ $ (-594 (-1094)) (-594 (-715))) 126 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 127 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 128 (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) 129 (|has| |#1| (-837 (-1094)))) (($ $ (-715)) 134 (-2027 (-3979 (|has| |#1| (-343)) (|has| |#1| (-215))) (|has| |#1| (-215)) (-3979 (|has| |#1| (-215)) (|has| |#1| (-343))))) (($ $) 136 (-2027 (-3979 (|has| |#1| (-343)) (|has| |#1| (-215))) (|has| |#1| (-215)) (-3979 (|has| |#1| (-215)) (|has| |#1| (-343)))))) (-2813 (((-110) $ $) 204 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 203 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 205 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 202 (|has| |#1| (-791)))) (-2873 (($ $ $) 121 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-387 (-527))) 239 (-12 (|has| |#1| (-936)) (|has| |#1| (-1116)))) (($ $ $) 237 (|has| |#1| (-1116))) (($ $ (-527)) 118 (|has| |#1| (-343)))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38) (($ (-387 (-527)) $) 120 (|has| |#1| (-343))) (($ $ (-387 (-527))) 119 (|has| |#1| (-343)))))
+(((-156 |#1|) (-133) (-162)) (T -156))
+((-1705 (*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))) (-4004 (*1 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))) (-1964 (*1 *1 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))) (-1485 (*1 *1 *2 *2) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))) (-2738 (*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))) (-2726 (*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))) (-1305 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-156 *2)) (-4 *2 (-162)) (-4 *2 (-519)))) (-1597 (*1 *1 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)) (-4 *2 (-988)))) (-4058 (*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)) (-4 *2 (-1116)))) (-1255 (*1 *2 *1) (-12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-988)) (-4 *3 (-1116)) (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))) (-1397 (*1 *2 *1) (-12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-110)))) (-1328 (*1 *2 *1) (-12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-387 (-527))))) (-2541 (*1 *2 *1) (|partial| -12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-387 (-527))))))
+(-13 (-669 |t#1| (-1090 |t#1|)) (-391 |t#1|) (-213 |t#1|) (-318 |t#1|) (-380 |t#1|) (-821 |t#1|) (-357 |t#1|) (-162) (-10 -8 (-6 -1485) (-15 -4004 ($)) (-15 -1964 ($ $)) (-15 -1485 ($ |t#1| |t#1|)) (-15 -2738 (|t#1| $)) (-15 -2726 (|t#1| $)) (-15 -1705 (|t#1| $)) (IF (|has| |t#1| (-791)) (-6 (-791)) |%noBranch|) (IF (|has| |t#1| (-519)) (PROGN (-6 (-519)) (-15 -1305 ((-3 $ "failed") $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-288)) (-6 (-288)) |%noBranch|) (IF (|has| |t#1| (-6 -4260)) (-6 -4260) |%noBranch|) (IF (|has| |t#1| (-6 -4257)) (-6 -4257) |%noBranch|) (IF (|has| |t#1| (-343)) (-6 (-343)) |%noBranch|) (IF (|has| |t#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-955)) (PROGN (-6 (-569 (-159 (-207)))) (-6 (-569 (-159 (-359))))) |%noBranch|) (IF (|has| |t#1| (-988)) (-15 -1597 ($ $)) |%noBranch|) (IF (|has| |t#1| (-1116)) (PROGN (-6 (-1116)) (-15 -4058 (|t#1| $)) (IF (|has| |t#1| (-936)) (-6 (-936)) |%noBranch|) (IF (|has| |t#1| (-988)) (-15 -1255 ((-2 (|:| |r| |t#1|) (|:| |phi| |t#1|)) $)) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-846)) (IF (|has| |t#1| (-288)) (-6 (-846)) |%noBranch|) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-37 |#1|) . T) ((-37 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-329)) (|has| |#1| (-343)) (|has| |#1| (-288))) ((-34) |has| |#1| (-1116)) ((-93) |has| |#1| (-1116)) ((-99) . T) ((-109 #0# #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-109 |#1| |#1|) . T) ((-109 $ $) . T) ((-128) . T) ((-138) -2027 (|has| |#1| (-329)) (|has| |#1| (-138))) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) . T) ((-569 (-159 (-207))) |has| |#1| (-955)) ((-569 (-159 (-359))) |has| |#1| (-955)) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-569 (-829 (-359))) |has| |#1| (-569 (-829 (-359)))) ((-569 (-829 (-527))) |has| |#1| (-569 (-829 (-527)))) ((-569 #1=(-1090 |#1|)) . T) ((-213 |#1|) . T) ((-215) -2027 (|has| |#1| (-329)) (|has| |#1| (-215))) ((-225) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-265) |has| |#1| (-1116)) ((-267 |#1| $) |has| |#1| (-267 |#1| |#1|)) ((-271) -2027 (|has| |#1| (-519)) (|has| |#1| (-329)) (|has| |#1| (-343)) (|has| |#1| (-288))) ((-288) -2027 (|has| |#1| (-329)) (|has| |#1| (-343)) (|has| |#1| (-288))) ((-290 |#1|) |has| |#1| (-290 |#1|)) ((-343) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-382) |has| |#1| (-329)) ((-348) -2027 (|has| |#1| (-348)) (|has| |#1| (-329))) ((-329) |has| |#1| (-329)) ((-350 |#1| #1#) . T) ((-389 |#1| #1#) . T) ((-318 |#1|) . T) ((-357 |#1|) . T) ((-380 |#1|) . T) ((-391 |#1|) . T) ((-431) -2027 (|has| |#1| (-329)) (|has| |#1| (-343)) (|has| |#1| (-288))) ((-468) |has| |#1| (-1116)) ((-488 (-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((-488 |#1| |#1|) |has| |#1| (-290 |#1|)) ((-519) -2027 (|has| |#1| (-519)) (|has| |#1| (-329)) (|has| |#1| (-343)) (|has| |#1| (-288))) ((-596 #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-662 |#1|) . T) ((-662 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-329)) (|has| |#1| (-343)) (|has| |#1| (-288))) ((-669 |#1| #1#) . T) ((-671) . T) ((-791) |has| |#1| (-791)) ((-837 (-1094)) |has| |#1| (-837 (-1094))) ((-823 (-359)) |has| |#1| (-823 (-359))) ((-823 (-527)) |has| |#1| (-823 (-527))) ((-821 |#1|) . T) ((-846) -12 (|has| |#1| (-288)) (|has| |#1| (-846))) ((-857) -2027 (|has| |#1| (-329)) (|has| |#1| (-343)) (|has| |#1| (-288))) ((-936) -12 (|has| |#1| (-936)) (|has| |#1| (-1116))) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-985 #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-985 |#1|) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) |has| |#1| (-329)) ((-1116) |has| |#1| (-1116)) ((-1119) |has| |#1| (-1116)) ((-1130) . T) ((-1134) -2027 (|has| |#1| (-329)) (|has| |#1| (-343)) (-12 (|has| |#1| (-288)) (|has| |#1| (-846)))))
+((-2700 (((-398 |#2|) |#2|) 63)))
+(((-157 |#1| |#2|) (-10 -7 (-15 -2700 ((-398 |#2|) |#2|))) (-288) (-1152 (-159 |#1|))) (T -157))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-288)) (-5 *2 (-398 *3)) (-5 *1 (-157 *4 *3)) (-4 *3 (-1152 (-159 *4))))))
+(-10 -7 (-15 -2700 ((-398 |#2|) |#2|)))
+((-1998 (((-159 |#2|) (-1 |#2| |#1|) (-159 |#1|)) 14)))
+(((-158 |#1| |#2|) (-10 -7 (-15 -1998 ((-159 |#2|) (-1 |#2| |#1|) (-159 |#1|)))) (-162) (-162)) (T -158))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-159 *5)) (-4 *5 (-162)) (-4 *6 (-162)) (-5 *2 (-159 *6)) (-5 *1 (-158 *5 *6)))))
+(-10 -7 (-15 -1998 ((-159 |#2|) (-1 |#2| |#1|) (-159 |#1|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 33)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-519))))) (-3931 (($ $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-519))))) (-3938 (((-110) $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-519))))) (-1215 (((-634 |#1|) (-1176 $)) NIL) (((-634 |#1|)) NIL)) (-2926 ((|#1| $) NIL)) (-1481 (($ $) NIL (|has| |#1| (-1116)))) (-2460 (($ $) NIL (|has| |#1| (-1116)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| |#1| (-329)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-3259 (($ $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-3488 (((-398 $) $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-2713 (($ $) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-1116))))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-288)))) (-1637 (((-715)) NIL (|has| |#1| (-348)))) (-1461 (($ $) NIL (|has| |#1| (-1116)))) (-2439 (($ $) NIL (|has| |#1| (-1116)))) (-1504 (($ $) NIL (|has| |#1| (-1116)))) (-2502 (($ $) NIL (|has| |#1| (-1116)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-2894 (($ (-1176 |#1|) (-1176 $)) NIL) (($ (-1176 |#1|)) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-329)))) (-1346 (($ $ $) NIL (|has| |#1| (-288)))) (-1941 (((-634 |#1|) $ (-1176 $)) NIL) (((-634 |#1|) $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-2731 (($ (-1090 |#1|)) NIL) (((-3 $ "failed") (-387 (-1090 |#1|))) NIL (|has| |#1| (-343)))) (-3714 (((-3 $ "failed") $) NIL)) (-2726 ((|#1| $) 13)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-512)))) (-1397 (((-110) $) NIL (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) NIL (|has| |#1| (-512)))) (-1238 (((-858)) NIL)) (-2309 (($) NIL (|has| |#1| (-348)))) (-1324 (($ $ $) NIL (|has| |#1| (-288)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-288)))) (-3809 (($) NIL (|has| |#1| (-329)))) (-3687 (((-110) $) NIL (|has| |#1| (-329)))) (-3050 (($ $ (-715)) NIL (|has| |#1| (-329))) (($ $) NIL (|has| |#1| (-329)))) (-3851 (((-110) $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-1255 (((-2 (|:| |r| |#1|) (|:| |phi| |#1|)) $) NIL (-12 (|has| |#1| (-988)) (|has| |#1| (-1116))))) (-4146 (($) NIL (|has| |#1| (-1116)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| |#1| (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| |#1| (-823 (-359))))) (-2050 (((-858) $) NIL (|has| |#1| (-329))) (((-777 (-858)) $) NIL (|has| |#1| (-329)))) (-2956 (((-110) $) 35)) (-3799 (($ $ (-527)) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-1116))))) (-1705 ((|#1| $) 46)) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-288)))) (-2343 (((-1090 |#1|) $) NIL (|has| |#1| (-343)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-1989 (((-858) $) NIL (|has| |#1| (-348)))) (-2495 (($ $) NIL (|has| |#1| (-1116)))) (-2718 (((-1090 |#1|) $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-288))) (($ $ $) NIL (|has| |#1| (-288)))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-2138 (($) NIL (|has| |#1| (-329)) CONST)) (-1720 (($ (-858)) NIL (|has| |#1| (-348)))) (-4004 (($) NIL)) (-2738 ((|#1| $) 15)) (-4024 (((-1041) $) NIL)) (-2613 (($) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-288)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-288))) (($ $ $) NIL (|has| |#1| (-288)))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| |#1| (-329)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#1| (-288)) (|has| |#1| (-846))))) (-2700 (((-398 $) $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-343))))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-288))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-288)))) (-1305 (((-3 $ "failed") $ |#1|) 44 (|has| |#1| (-519))) (((-3 $ "failed") $ $) 47 (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-519))))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-288)))) (-1724 (($ $) NIL (|has| |#1| (-1116)))) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) NIL (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-488 (-1094) |#1|)))) (-2578 (((-715) $) NIL (|has| |#1| (-288)))) (-3439 (($ $ |#1|) NIL (|has| |#1| (-267 |#1| |#1|)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-288)))) (-1875 ((|#1| (-1176 $)) NIL) ((|#1|) NIL)) (-1382 (((-715) $) NIL (|has| |#1| (-329))) (((-3 (-715) "failed") $ $) NIL (|has| |#1| (-329)))) (-4234 (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $) NIL (|has| |#1| (-215)))) (-2811 (((-634 |#1|) (-1176 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-343)))) (-2279 (((-1090 |#1|)) NIL)) (-1513 (($ $) NIL (|has| |#1| (-1116)))) (-2021 (($ $) NIL (|has| |#1| (-1116)))) (-3956 (($) NIL (|has| |#1| (-329)))) (-1493 (($ $) NIL (|has| |#1| (-1116)))) (-2482 (($ $) NIL (|has| |#1| (-1116)))) (-1471 (($ $) NIL (|has| |#1| (-1116)))) (-2449 (($ $) NIL (|has| |#1| (-1116)))) (-4002 (((-1176 |#1|) $ (-1176 $)) NIL) (((-634 |#1|) (-1176 $) (-1176 $)) NIL) (((-1176 |#1|) $) NIL) (((-634 |#1|) (-1176 $)) NIL)) (-2051 (((-1176 |#1|) $) NIL) (($ (-1176 |#1|)) NIL) (((-1090 |#1|) $) NIL) (($ (-1090 |#1|)) NIL) (((-829 (-527)) $) NIL (|has| |#1| (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| |#1| (-569 (-829 (-359))))) (((-159 (-359)) $) NIL (|has| |#1| (-955))) (((-159 (-207)) $) NIL (|has| |#1| (-955))) (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-1964 (($ $) 45)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-329))))) (-1485 (($ |#1| |#1|) 37)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) 36) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-343)) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-519))))) (-3470 (($ $) NIL (|has| |#1| (-329))) (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-3591 (((-1090 |#1|) $) NIL)) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL)) (-1551 (($ $) NIL (|has| |#1| (-1116)))) (-2076 (($ $) NIL (|has| |#1| (-1116)))) (-3978 (((-110) $ $) NIL (-2027 (-12 (|has| |#1| (-288)) (|has| |#1| (-846))) (|has| |#1| (-519))))) (-1526 (($ $) NIL (|has| |#1| (-1116)))) (-2033 (($ $) NIL (|has| |#1| (-1116)))) (-1579 (($ $) NIL (|has| |#1| (-1116)))) (-1439 (($ $) NIL (|has| |#1| (-1116)))) (-4058 ((|#1| $) NIL (|has| |#1| (-1116)))) (-2837 (($ $) NIL (|has| |#1| (-1116)))) (-1449 (($ $) NIL (|has| |#1| (-1116)))) (-1564 (($ $) NIL (|has| |#1| (-1116)))) (-1427 (($ $) NIL (|has| |#1| (-1116)))) (-1539 (($ $) NIL (|has| |#1| (-1116)))) (-2044 (($ $) NIL (|has| |#1| (-1116)))) (-1597 (($ $) NIL (|has| |#1| (-988)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 28 T CONST)) (-3374 (($) 30 T CONST)) (-2951 (((-1077) $) 23 (|has| |#1| (-772))) (((-1077) $ (-110)) 25 (|has| |#1| (-772))) (((-1181) (-766) $) 26 (|has| |#1| (-772))) (((-1181) (-766) $ (-110)) 27 (|has| |#1| (-772)))) (-2369 (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $) NIL (|has| |#1| (-215)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 39)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-387 (-527))) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-1116)))) (($ $ $) NIL (|has| |#1| (-1116))) (($ $ (-527)) NIL (|has| |#1| (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 42) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-387 (-527)) $) NIL (|has| |#1| (-343))) (($ $ (-387 (-527))) NIL (|has| |#1| (-343)))))
+(((-159 |#1|) (-13 (-156 |#1|) (-10 -7 (IF (|has| |#1| (-772)) (-6 (-772)) |%noBranch|))) (-162)) (T -159))
+NIL
+(-13 (-156 |#1|) (-10 -7 (IF (|has| |#1| (-772)) (-6 (-772)) |%noBranch|)))
+((-2051 (((-829 |#1|) |#3|) 22)))
+(((-160 |#1| |#2| |#3|) (-10 -7 (-15 -2051 ((-829 |#1|) |#3|))) (-1022) (-13 (-569 (-829 |#1|)) (-162)) (-156 |#2|)) (T -160))
+((-2051 (*1 *2 *3) (-12 (-4 *5 (-13 (-569 *2) (-162))) (-5 *2 (-829 *4)) (-5 *1 (-160 *4 *5 *3)) (-4 *4 (-1022)) (-4 *3 (-156 *5)))))
+(-10 -7 (-15 -2051 ((-829 |#1|) |#3|)))
+((-4105 (((-110) $ $) NIL)) (-3210 (((-110) $) 9)) (-2806 (((-110) $ (-110)) 11)) (-3325 (($) 12)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2465 (($ $) 13)) (-4118 (((-800) $) 17)) (-3202 (((-110) $) 8)) (-2641 (((-110) $ (-110)) 10)) (-2747 (((-110) $ $) NIL)))
+(((-161) (-13 (-1022) (-10 -8 (-15 -3325 ($)) (-15 -3202 ((-110) $)) (-15 -3210 ((-110) $)) (-15 -2641 ((-110) $ (-110))) (-15 -2806 ((-110) $ (-110))) (-15 -2465 ($ $))))) (T -161))
+((-3325 (*1 *1) (-5 *1 (-161))) (-3202 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-161)))) (-3210 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-161)))) (-2641 (*1 *2 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-161)))) (-2806 (*1 *2 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-161)))) (-2465 (*1 *1 *1) (-5 *1 (-161))))
+(-13 (-1022) (-10 -8 (-15 -3325 ($)) (-15 -3202 ((-110) $)) (-15 -3210 ((-110) $)) (-15 -2641 ((-110) $ (-110))) (-15 -2806 ((-110) $ (-110))) (-15 -2465 ($ $))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-162) (-133)) (T -162))
+NIL
+(-13 (-979) (-109 $ $) (-10 -7 (-6 (-4263 "*"))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 ((|#1| $) 75)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) NIL)) (-2998 (($ $) 19)) (-2277 (($ |#1| (-1075 |#1|)) 48)) (-3714 (((-3 $ "failed") $) 117)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3805 (((-1075 |#1|) $) 82)) (-4066 (((-1075 |#1|) $) 79)) (-4147 (((-1075 |#1|) $) 80)) (-2956 (((-110) $) NIL)) (-3479 (((-1075 |#1|) $) 88)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2702 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL)) (-3469 (($ $ (-527)) 91)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4188 (((-1075 |#1|) $) 89)) (-3418 (((-1075 (-387 |#1|)) $) 14)) (-1522 (($ (-387 |#1|)) 17) (($ |#1| (-1075 |#1|) (-1075 |#1|)) 38)) (-3750 (($ $) 93)) (-4118 (((-800) $) 127) (($ (-527)) 51) (($ |#1|) 52) (($ (-387 |#1|)) 36) (($ (-387 (-527))) NIL) (($ $) NIL)) (-4070 (((-715)) 64)) (-3978 (((-110) $ $) NIL)) (-1773 (((-1075 (-387 |#1|)) $) 18)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 25 T CONST)) (-3374 (($) 28 T CONST)) (-2747 (((-110) $ $) 35)) (-2873 (($ $ $) 115)) (-2863 (($ $) 106) (($ $ $) 103)) (-2850 (($ $ $) 101)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 113) (($ $ $) 108) (($ $ |#1|) NIL) (($ |#1| $) 110) (($ (-387 |#1|) $) 111) (($ $ (-387 |#1|)) NIL) (($ (-387 (-527)) $) NIL) (($ $ (-387 (-527))) NIL)))
+(((-163 |#1|) (-13 (-37 |#1|) (-37 (-387 |#1|)) (-343) (-10 -8 (-15 -1522 ($ (-387 |#1|))) (-15 -1522 ($ |#1| (-1075 |#1|) (-1075 |#1|))) (-15 -2277 ($ |#1| (-1075 |#1|))) (-15 -4066 ((-1075 |#1|) $)) (-15 -4147 ((-1075 |#1|) $)) (-15 -3805 ((-1075 |#1|) $)) (-15 -3008 (|#1| $)) (-15 -2998 ($ $)) (-15 -1773 ((-1075 (-387 |#1|)) $)) (-15 -3418 ((-1075 (-387 |#1|)) $)) (-15 -3479 ((-1075 |#1|) $)) (-15 -4188 ((-1075 |#1|) $)) (-15 -3469 ($ $ (-527))) (-15 -3750 ($ $)))) (-288)) (T -163))
+((-1522 (*1 *1 *2) (-12 (-5 *2 (-387 *3)) (-4 *3 (-288)) (-5 *1 (-163 *3)))) (-1522 (*1 *1 *2 *3 *3) (-12 (-5 *3 (-1075 *2)) (-4 *2 (-288)) (-5 *1 (-163 *2)))) (-2277 (*1 *1 *2 *3) (-12 (-5 *3 (-1075 *2)) (-4 *2 (-288)) (-5 *1 (-163 *2)))) (-4066 (*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-4147 (*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-3805 (*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-3008 (*1 *2 *1) (-12 (-5 *1 (-163 *2)) (-4 *2 (-288)))) (-2998 (*1 *1 *1) (-12 (-5 *1 (-163 *2)) (-4 *2 (-288)))) (-1773 (*1 *2 *1) (-12 (-5 *2 (-1075 (-387 *3))) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-3418 (*1 *2 *1) (-12 (-5 *2 (-1075 (-387 *3))) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-3479 (*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-4188 (*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-3469 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-163 *3)) (-4 *3 (-288)))) (-3750 (*1 *1 *1) (-12 (-5 *1 (-163 *2)) (-4 *2 (-288)))))
+(-13 (-37 |#1|) (-37 (-387 |#1|)) (-343) (-10 -8 (-15 -1522 ($ (-387 |#1|))) (-15 -1522 ($ |#1| (-1075 |#1|) (-1075 |#1|))) (-15 -2277 ($ |#1| (-1075 |#1|))) (-15 -4066 ((-1075 |#1|) $)) (-15 -4147 ((-1075 |#1|) $)) (-15 -3805 ((-1075 |#1|) $)) (-15 -3008 (|#1| $)) (-15 -2998 ($ $)) (-15 -1773 ((-1075 (-387 |#1|)) $)) (-15 -3418 ((-1075 (-387 |#1|)) $)) (-15 -3479 ((-1075 |#1|) $)) (-15 -4188 ((-1075 |#1|) $)) (-15 -3469 ($ $ (-527))) (-15 -3750 ($ $))))
+((-2442 (($ (-106) $) 13)) (-3997 (((-3 (-106) "failed") (-1094) $) 12)) (-4118 (((-800) $) 16)) (-2838 (((-594 (-106)) $) 8)))
+(((-164) (-13 (-568 (-800)) (-10 -8 (-15 -2838 ((-594 (-106)) $)) (-15 -2442 ($ (-106) $)) (-15 -3997 ((-3 (-106) "failed") (-1094) $))))) (T -164))
+((-2838 (*1 *2 *1) (-12 (-5 *2 (-594 (-106))) (-5 *1 (-164)))) (-2442 (*1 *1 *2 *1) (-12 (-5 *2 (-106)) (-5 *1 (-164)))) (-3997 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-106)) (-5 *1 (-164)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -2838 ((-594 (-106)) $)) (-15 -2442 ($ (-106) $)) (-15 -3997 ((-3 (-106) "failed") (-1094) $))))
+((-3290 (((-1 (-880 |#1|) (-880 |#1|)) |#1|) 40)) (-4160 (((-880 |#1|) (-880 |#1|)) 19)) (-2671 (((-1 (-880 |#1|) (-880 |#1|)) |#1|) 36)) (-3015 (((-880 |#1|) (-880 |#1|)) 17)) (-1563 (((-880 |#1|) (-880 |#1|)) 25)) (-2103 (((-880 |#1|) (-880 |#1|)) 24)) (-1530 (((-880 |#1|) (-880 |#1|)) 23)) (-1943 (((-1 (-880 |#1|) (-880 |#1|)) |#1|) 37)) (-3498 (((-1 (-880 |#1|) (-880 |#1|)) |#1|) 35)) (-2455 (((-1 (-880 |#1|) (-880 |#1|)) |#1|) 34)) (-2168 (((-880 |#1|) (-880 |#1|)) 18)) (-2923 (((-1 (-880 |#1|) (-880 |#1|)) |#1| |#1|) 43)) (-1451 (((-880 |#1|) (-880 |#1|)) 8)) (-3087 (((-1 (-880 |#1|) (-880 |#1|)) |#1|) 39)) (-1408 (((-1 (-880 |#1|) (-880 |#1|)) |#1|) 38)))
+(((-165 |#1|) (-10 -7 (-15 -1451 ((-880 |#1|) (-880 |#1|))) (-15 -3015 ((-880 |#1|) (-880 |#1|))) (-15 -2168 ((-880 |#1|) (-880 |#1|))) (-15 -4160 ((-880 |#1|) (-880 |#1|))) (-15 -1530 ((-880 |#1|) (-880 |#1|))) (-15 -2103 ((-880 |#1|) (-880 |#1|))) (-15 -1563 ((-880 |#1|) (-880 |#1|))) (-15 -2455 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -3498 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -2671 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -1943 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -1408 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -3087 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -3290 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -2923 ((-1 (-880 |#1|) (-880 |#1|)) |#1| |#1|))) (-13 (-343) (-1116) (-936))) (T -165))
+((-2923 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-3290 (*1 *2 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-3087 (*1 *2 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-1408 (*1 *2 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-1943 (*1 *2 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-2671 (*1 *2 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-3498 (*1 *2 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-2455 (*1 *2 *3) (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3)) (-4 *3 (-13 (-343) (-1116) (-936))))) (-1563 (*1 *2 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936))) (-5 *1 (-165 *3)))) (-2103 (*1 *2 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936))) (-5 *1 (-165 *3)))) (-1530 (*1 *2 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936))) (-5 *1 (-165 *3)))) (-4160 (*1 *2 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936))) (-5 *1 (-165 *3)))) (-2168 (*1 *2 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936))) (-5 *1 (-165 *3)))) (-3015 (*1 *2 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936))) (-5 *1 (-165 *3)))) (-1451 (*1 *2 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936))) (-5 *1 (-165 *3)))))
+(-10 -7 (-15 -1451 ((-880 |#1|) (-880 |#1|))) (-15 -3015 ((-880 |#1|) (-880 |#1|))) (-15 -2168 ((-880 |#1|) (-880 |#1|))) (-15 -4160 ((-880 |#1|) (-880 |#1|))) (-15 -1530 ((-880 |#1|) (-880 |#1|))) (-15 -2103 ((-880 |#1|) (-880 |#1|))) (-15 -1563 ((-880 |#1|) (-880 |#1|))) (-15 -2455 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -3498 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -2671 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -1943 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -1408 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -3087 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -3290 ((-1 (-880 |#1|) (-880 |#1|)) |#1|)) (-15 -2923 ((-1 (-880 |#1|) (-880 |#1|)) |#1| |#1|)))
+((-3591 ((|#2| |#3|) 27)))
+(((-166 |#1| |#2| |#3|) (-10 -7 (-15 -3591 (|#2| |#3|))) (-162) (-1152 |#1|) (-669 |#1| |#2|)) (T -166))
+((-3591 (*1 *2 *3) (-12 (-4 *4 (-162)) (-4 *2 (-1152 *4)) (-5 *1 (-166 *4 *2 *3)) (-4 *3 (-669 *4 *2)))))
+(-10 -7 (-15 -3591 (|#2| |#3|)))
+((-1288 (((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)) 47 (|has| (-889 |#2|) (-823 |#1|)))))
+(((-167 |#1| |#2| |#3|) (-10 -7 (IF (|has| (-889 |#2|) (-823 |#1|)) (-15 -1288 ((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|))) |%noBranch|)) (-1022) (-13 (-823 |#1|) (-162)) (-156 |#2|)) (T -167))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 *5 *3)) (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-4 *3 (-156 *6)) (-4 (-889 *6) (-823 *5)) (-4 *6 (-13 (-823 *5) (-162))) (-5 *1 (-167 *5 *6 *3)))))
+(-10 -7 (IF (|has| (-889 |#2|) (-823 |#1|)) (-15 -1288 ((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|))) |%noBranch|))
+((-2359 (((-594 |#1|) (-594 |#1|) |#1|) 38)) (-3491 (((-594 |#1|) |#1| (-594 |#1|)) 19)) (-2492 (((-594 |#1|) (-594 (-594 |#1|)) (-594 |#1|)) 33) ((|#1| (-594 |#1|) (-594 |#1|)) 31)))
+(((-168 |#1|) (-10 -7 (-15 -3491 ((-594 |#1|) |#1| (-594 |#1|))) (-15 -2492 (|#1| (-594 |#1|) (-594 |#1|))) (-15 -2492 ((-594 |#1|) (-594 (-594 |#1|)) (-594 |#1|))) (-15 -2359 ((-594 |#1|) (-594 |#1|) |#1|))) (-288)) (T -168))
+((-2359 (*1 *2 *2 *3) (-12 (-5 *2 (-594 *3)) (-4 *3 (-288)) (-5 *1 (-168 *3)))) (-2492 (*1 *2 *3 *2) (-12 (-5 *3 (-594 (-594 *4))) (-5 *2 (-594 *4)) (-4 *4 (-288)) (-5 *1 (-168 *4)))) (-2492 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *2)) (-5 *1 (-168 *2)) (-4 *2 (-288)))) (-3491 (*1 *2 *3 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-288)) (-5 *1 (-168 *3)))))
+(-10 -7 (-15 -3491 ((-594 |#1|) |#1| (-594 |#1|))) (-15 -2492 (|#1| (-594 |#1|) (-594 |#1|))) (-15 -2492 ((-594 |#1|) (-594 (-594 |#1|)) (-594 |#1|))) (-15 -2359 ((-594 |#1|) (-594 |#1|) |#1|)))
+((-2240 (((-2 (|:| |start| |#2|) (|:| -3798 (-398 |#2|))) |#2|) 61)) (-2546 ((|#1| |#1|) 54)) (-3093 (((-159 |#1|) |#2|) 84)) (-3172 ((|#1| |#2|) 123) ((|#1| |#2| |#1|) 82)) (-1953 ((|#2| |#2|) 83)) (-4148 (((-398 |#2|) |#2| |#1|) 113) (((-398 |#2|) |#2| |#1| (-110)) 81)) (-1705 ((|#1| |#2|) 112)) (-2269 ((|#2| |#2|) 119)) (-2700 (((-398 |#2|) |#2|) 134) (((-398 |#2|) |#2| |#1|) 32) (((-398 |#2|) |#2| |#1| (-110)) 133)) (-3544 (((-594 (-2 (|:| -3798 (-594 |#2|)) (|:| -2163 |#1|))) |#2| |#2|) 132) (((-594 (-2 (|:| -3798 (-594 |#2|)) (|:| -2163 |#1|))) |#2| |#2| (-110)) 76)) (-4133 (((-594 (-159 |#1|)) |#2| |#1|) 40) (((-594 (-159 |#1|)) |#2|) 41)))
+(((-169 |#1| |#2|) (-10 -7 (-15 -4133 ((-594 (-159 |#1|)) |#2|)) (-15 -4133 ((-594 (-159 |#1|)) |#2| |#1|)) (-15 -3544 ((-594 (-2 (|:| -3798 (-594 |#2|)) (|:| -2163 |#1|))) |#2| |#2| (-110))) (-15 -3544 ((-594 (-2 (|:| -3798 (-594 |#2|)) (|:| -2163 |#1|))) |#2| |#2|)) (-15 -2700 ((-398 |#2|) |#2| |#1| (-110))) (-15 -2700 ((-398 |#2|) |#2| |#1|)) (-15 -2700 ((-398 |#2|) |#2|)) (-15 -2269 (|#2| |#2|)) (-15 -1705 (|#1| |#2|)) (-15 -4148 ((-398 |#2|) |#2| |#1| (-110))) (-15 -4148 ((-398 |#2|) |#2| |#1|)) (-15 -1953 (|#2| |#2|)) (-15 -3172 (|#1| |#2| |#1|)) (-15 -3172 (|#1| |#2|)) (-15 -3093 ((-159 |#1|) |#2|)) (-15 -2546 (|#1| |#1|)) (-15 -2240 ((-2 (|:| |start| |#2|) (|:| -3798 (-398 |#2|))) |#2|))) (-13 (-343) (-789)) (-1152 (-159 |#1|))) (T -169))
+((-2240 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-2 (|:| |start| *3) (|:| -3798 (-398 *3)))) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-2546 (*1 *2 *2) (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3)) (-4 *3 (-1152 (-159 *2))))) (-3093 (*1 *2 *3) (-12 (-5 *2 (-159 *4)) (-5 *1 (-169 *4 *3)) (-4 *4 (-13 (-343) (-789))) (-4 *3 (-1152 *2)))) (-3172 (*1 *2 *3) (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3)) (-4 *3 (-1152 (-159 *2))))) (-3172 (*1 *2 *3 *2) (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3)) (-4 *3 (-1152 (-159 *2))))) (-1953 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-789))) (-5 *1 (-169 *3 *2)) (-4 *2 (-1152 (-159 *3))))) (-4148 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3)) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-4148 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-110)) (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3)) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-1705 (*1 *2 *3) (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3)) (-4 *3 (-1152 (-159 *2))))) (-2269 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-789))) (-5 *1 (-169 *3 *2)) (-4 *2 (-1152 (-159 *3))))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3)) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-2700 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3)) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-2700 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-110)) (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3)) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-3544 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-594 (-2 (|:| -3798 (-594 *3)) (|:| -2163 *4)))) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-3544 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-343) (-789))) (-5 *2 (-594 (-2 (|:| -3798 (-594 *3)) (|:| -2163 *5)))) (-5 *1 (-169 *5 *3)) (-4 *3 (-1152 (-159 *5))))) (-4133 (*1 *2 *3 *4) (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-594 (-159 *4))) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))) (-4133 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-594 (-159 *4))) (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))))
+(-10 -7 (-15 -4133 ((-594 (-159 |#1|)) |#2|)) (-15 -4133 ((-594 (-159 |#1|)) |#2| |#1|)) (-15 -3544 ((-594 (-2 (|:| -3798 (-594 |#2|)) (|:| -2163 |#1|))) |#2| |#2| (-110))) (-15 -3544 ((-594 (-2 (|:| -3798 (-594 |#2|)) (|:| -2163 |#1|))) |#2| |#2|)) (-15 -2700 ((-398 |#2|) |#2| |#1| (-110))) (-15 -2700 ((-398 |#2|) |#2| |#1|)) (-15 -2700 ((-398 |#2|) |#2|)) (-15 -2269 (|#2| |#2|)) (-15 -1705 (|#1| |#2|)) (-15 -4148 ((-398 |#2|) |#2| |#1| (-110))) (-15 -4148 ((-398 |#2|) |#2| |#1|)) (-15 -1953 (|#2| |#2|)) (-15 -3172 (|#1| |#2| |#1|)) (-15 -3172 (|#1| |#2|)) (-15 -3093 ((-159 |#1|) |#2|)) (-15 -2546 (|#1| |#1|)) (-15 -2240 ((-2 (|:| |start| |#2|) (|:| -3798 (-398 |#2|))) |#2|)))
+((-4206 (((-3 |#2| "failed") |#2|) 14)) (-4220 (((-715) |#2|) 16)) (-3838 ((|#2| |#2| |#2|) 18)))
+(((-170 |#1| |#2|) (-10 -7 (-15 -4206 ((-3 |#2| "failed") |#2|)) (-15 -4220 ((-715) |#2|)) (-15 -3838 (|#2| |#2| |#2|))) (-1130) (-621 |#1|)) (T -170))
+((-3838 (*1 *2 *2 *2) (-12 (-4 *3 (-1130)) (-5 *1 (-170 *3 *2)) (-4 *2 (-621 *3)))) (-4220 (*1 *2 *3) (-12 (-4 *4 (-1130)) (-5 *2 (-715)) (-5 *1 (-170 *4 *3)) (-4 *3 (-621 *4)))) (-4206 (*1 *2 *2) (|partial| -12 (-4 *3 (-1130)) (-5 *1 (-170 *3 *2)) (-4 *2 (-621 *3)))))
+(-10 -7 (-15 -4206 ((-3 |#2| "failed") |#2|)) (-15 -4220 ((-715) |#2|)) (-15 -3838 (|#2| |#2| |#2|)))
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4110 (((-1094) $) 10)) (-4118 (((-800) $) 17)) (-3171 (((-594 (-1099)) $) 12)) (-2747 (((-110) $ $) 15)))
+(((-171) (-13 (-1022) (-10 -8 (-15 -4110 ((-1094) $)) (-15 -3171 ((-594 (-1099)) $))))) (T -171))
+((-4110 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-171)))) (-3171 (*1 *2 *1) (-12 (-5 *2 (-594 (-1099))) (-5 *1 (-171)))))
+(-13 (-1022) (-10 -8 (-15 -4110 ((-1094) $)) (-15 -3171 ((-594 (-1099)) $))))
+((-3288 ((|#2| |#2|) 28)) (-3829 (((-110) |#2|) 19)) (-2726 (((-296 |#1|) |#2|) 12)) (-2738 (((-296 |#1|) |#2|) 14)) (-1313 ((|#2| |#2| (-1094)) 68) ((|#2| |#2|) 69)) (-1523 (((-159 (-296 |#1|)) |#2|) 10)) (-2821 ((|#2| |#2| (-1094)) 65) ((|#2| |#2|) 59)))
+(((-172 |#1| |#2|) (-10 -7 (-15 -1313 (|#2| |#2|)) (-15 -1313 (|#2| |#2| (-1094))) (-15 -2821 (|#2| |#2|)) (-15 -2821 (|#2| |#2| (-1094))) (-15 -2726 ((-296 |#1|) |#2|)) (-15 -2738 ((-296 |#1|) |#2|)) (-15 -3829 ((-110) |#2|)) (-15 -3288 (|#2| |#2|)) (-15 -1523 ((-159 (-296 |#1|)) |#2|))) (-13 (-519) (-791) (-970 (-527))) (-13 (-27) (-1116) (-410 (-159 |#1|)))) (T -172))
+((-1523 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-159 (-296 *4))) (-5 *1 (-172 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4)))))) (-3288 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 (-159 *3)))))) (-3829 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-110)) (-5 *1 (-172 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4)))))) (-2738 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-296 *4)) (-5 *1 (-172 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4)))))) (-2726 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-296 *4)) (-5 *1 (-172 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4)))))) (-2821 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 (-159 *4)))))) (-2821 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 (-159 *3)))))) (-1313 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 (-159 *4)))))) (-1313 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 (-159 *3)))))))
+(-10 -7 (-15 -1313 (|#2| |#2|)) (-15 -1313 (|#2| |#2| (-1094))) (-15 -2821 (|#2| |#2|)) (-15 -2821 (|#2| |#2| (-1094))) (-15 -2726 ((-296 |#1|) |#2|)) (-15 -2738 ((-296 |#1|) |#2|)) (-15 -3829 ((-110) |#2|)) (-15 -3288 (|#2| |#2|)) (-15 -1523 ((-159 (-296 |#1|)) |#2|)))
+((-2031 (((-1176 (-634 (-889 |#1|))) (-1176 (-634 |#1|))) 24)) (-4118 (((-1176 (-634 (-387 (-889 |#1|)))) (-1176 (-634 |#1|))) 33)))
+(((-173 |#1|) (-10 -7 (-15 -2031 ((-1176 (-634 (-889 |#1|))) (-1176 (-634 |#1|)))) (-15 -4118 ((-1176 (-634 (-387 (-889 |#1|)))) (-1176 (-634 |#1|))))) (-162)) (T -173))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-1176 (-634 *4))) (-4 *4 (-162)) (-5 *2 (-1176 (-634 (-387 (-889 *4))))) (-5 *1 (-173 *4)))) (-2031 (*1 *2 *3) (-12 (-5 *3 (-1176 (-634 *4))) (-4 *4 (-162)) (-5 *2 (-1176 (-634 (-889 *4)))) (-5 *1 (-173 *4)))))
+(-10 -7 (-15 -2031 ((-1176 (-634 (-889 |#1|))) (-1176 (-634 |#1|)))) (-15 -4118 ((-1176 (-634 (-387 (-889 |#1|)))) (-1176 (-634 |#1|)))))
+((-2145 (((-1096 (-387 (-527))) (-1096 (-387 (-527))) (-1096 (-387 (-527)))) 66)) (-3781 (((-1096 (-387 (-527))) (-594 (-527)) (-594 (-527))) 75)) (-3850 (((-1096 (-387 (-527))) (-527)) 40)) (-4202 (((-1096 (-387 (-527))) (-527)) 52)) (-2819 (((-387 (-527)) (-1096 (-387 (-527)))) 62)) (-2986 (((-1096 (-387 (-527))) (-527)) 32)) (-1349 (((-1096 (-387 (-527))) (-527)) 48)) (-1694 (((-1096 (-387 (-527))) (-527)) 46)) (-2636 (((-1096 (-387 (-527))) (-1096 (-387 (-527))) (-1096 (-387 (-527)))) 60)) (-3750 (((-1096 (-387 (-527))) (-527)) 25)) (-2385 (((-387 (-527)) (-1096 (-387 (-527))) (-1096 (-387 (-527)))) 64)) (-3674 (((-1096 (-387 (-527))) (-527)) 30)) (-2624 (((-1096 (-387 (-527))) (-594 (-527))) 72)))
+(((-174) (-10 -7 (-15 -3750 ((-1096 (-387 (-527))) (-527))) (-15 -3850 ((-1096 (-387 (-527))) (-527))) (-15 -2986 ((-1096 (-387 (-527))) (-527))) (-15 -3674 ((-1096 (-387 (-527))) (-527))) (-15 -1694 ((-1096 (-387 (-527))) (-527))) (-15 -1349 ((-1096 (-387 (-527))) (-527))) (-15 -4202 ((-1096 (-387 (-527))) (-527))) (-15 -2385 ((-387 (-527)) (-1096 (-387 (-527))) (-1096 (-387 (-527))))) (-15 -2636 ((-1096 (-387 (-527))) (-1096 (-387 (-527))) (-1096 (-387 (-527))))) (-15 -2819 ((-387 (-527)) (-1096 (-387 (-527))))) (-15 -2145 ((-1096 (-387 (-527))) (-1096 (-387 (-527))) (-1096 (-387 (-527))))) (-15 -2624 ((-1096 (-387 (-527))) (-594 (-527)))) (-15 -3781 ((-1096 (-387 (-527))) (-594 (-527)) (-594 (-527)))))) (T -174))
+((-3781 (*1 *2 *3 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)))) (-2624 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)))) (-2145 (*1 *2 *2 *2) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)))) (-2819 (*1 *2 *3) (-12 (-5 *3 (-1096 (-387 (-527)))) (-5 *2 (-387 (-527))) (-5 *1 (-174)))) (-2636 (*1 *2 *2 *2) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)))) (-2385 (*1 *2 *3 *3) (-12 (-5 *3 (-1096 (-387 (-527)))) (-5 *2 (-387 (-527))) (-5 *1 (-174)))) (-4202 (*1 *2 *3) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))) (-1349 (*1 *2 *3) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))) (-1694 (*1 *2 *3) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))) (-3674 (*1 *2 *3) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))) (-2986 (*1 *2 *3) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))) (-3850 (*1 *2 *3) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))) (-3750 (*1 *2 *3) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))))
+(-10 -7 (-15 -3750 ((-1096 (-387 (-527))) (-527))) (-15 -3850 ((-1096 (-387 (-527))) (-527))) (-15 -2986 ((-1096 (-387 (-527))) (-527))) (-15 -3674 ((-1096 (-387 (-527))) (-527))) (-15 -1694 ((-1096 (-387 (-527))) (-527))) (-15 -1349 ((-1096 (-387 (-527))) (-527))) (-15 -4202 ((-1096 (-387 (-527))) (-527))) (-15 -2385 ((-387 (-527)) (-1096 (-387 (-527))) (-1096 (-387 (-527))))) (-15 -2636 ((-1096 (-387 (-527))) (-1096 (-387 (-527))) (-1096 (-387 (-527))))) (-15 -2819 ((-387 (-527)) (-1096 (-387 (-527))))) (-15 -2145 ((-1096 (-387 (-527))) (-1096 (-387 (-527))) (-1096 (-387 (-527))))) (-15 -2624 ((-1096 (-387 (-527))) (-594 (-527)))) (-15 -3781 ((-1096 (-387 (-527))) (-594 (-527)) (-594 (-527)))))
+((-3199 (((-398 (-1090 (-527))) (-527)) 28)) (-3189 (((-594 (-1090 (-527))) (-527)) 23)) (-1212 (((-1090 (-527)) (-527)) 21)))
+(((-175) (-10 -7 (-15 -3189 ((-594 (-1090 (-527))) (-527))) (-15 -1212 ((-1090 (-527)) (-527))) (-15 -3199 ((-398 (-1090 (-527))) (-527))))) (T -175))
+((-3199 (*1 *2 *3) (-12 (-5 *2 (-398 (-1090 (-527)))) (-5 *1 (-175)) (-5 *3 (-527)))) (-1212 (*1 *2 *3) (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-175)) (-5 *3 (-527)))) (-3189 (*1 *2 *3) (-12 (-5 *2 (-594 (-1090 (-527)))) (-5 *1 (-175)) (-5 *3 (-527)))))
+(-10 -7 (-15 -3189 ((-594 (-1090 (-527))) (-527))) (-15 -1212 ((-1090 (-527)) (-527))) (-15 -3199 ((-398 (-1090 (-527))) (-527))))
+((-2112 (((-1075 (-207)) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 104)) (-3696 (((-594 (-1077)) (-1075 (-207))) NIL)) (-3412 (((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 80)) (-3601 (((-594 (-207)) (-296 (-207)) (-1094) (-1017 (-784 (-207)))) NIL)) (-4143 (((-594 (-1077)) (-594 (-207))) NIL)) (-4010 (((-207) (-1017 (-784 (-207)))) 24)) (-2122 (((-207) (-1017 (-784 (-207)))) 25)) (-1896 (((-359) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 97)) (-2406 (((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 42)) (-1626 (((-1077) (-207)) NIL)) (-4090 (((-1077) (-594 (-1077))) 20)) (-3200 (((-968) (-1094) (-1094) (-968)) 13)))
+(((-176) (-10 -7 (-15 -3412 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2406 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4010 ((-207) (-1017 (-784 (-207))))) (-15 -2122 ((-207) (-1017 (-784 (-207))))) (-15 -1896 ((-359) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3601 ((-594 (-207)) (-296 (-207)) (-1094) (-1017 (-784 (-207))))) (-15 -2112 ((-1075 (-207)) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -1626 ((-1077) (-207))) (-15 -4143 ((-594 (-1077)) (-594 (-207)))) (-15 -3696 ((-594 (-1077)) (-1075 (-207)))) (-15 -4090 ((-1077) (-594 (-1077)))) (-15 -3200 ((-968) (-1094) (-1094) (-968))))) (T -176))
+((-3200 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-968)) (-5 *3 (-1094)) (-5 *1 (-176)))) (-4090 (*1 *2 *3) (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1077)) (-5 *1 (-176)))) (-3696 (*1 *2 *3) (-12 (-5 *3 (-1075 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-176)))) (-4143 (*1 *2 *3) (-12 (-5 *3 (-594 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-176)))) (-1626 (*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1077)) (-5 *1 (-176)))) (-2112 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-1075 (-207))) (-5 *1 (-176)))) (-3601 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-296 (-207))) (-5 *4 (-1094)) (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-594 (-207))) (-5 *1 (-176)))) (-1896 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-359)) (-5 *1 (-176)))) (-2122 (*1 *2 *3) (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-176)))) (-4010 (*1 *2 *3) (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-176)))) (-2406 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-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 (-176)))) (-3412 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-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 (-176)))))
+(-10 -7 (-15 -3412 ((-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2406 ((-3 (|:| |continuous| "Continuous at the end points") (|:| |lowerSingular| "There is a singularity at the lower end point") (|:| |upperSingular| "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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4010 ((-207) (-1017 (-784 (-207))))) (-15 -2122 ((-207) (-1017 (-784 (-207))))) (-15 -1896 ((-359) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3601 ((-594 (-207)) (-296 (-207)) (-1094) (-1017 (-784 (-207))))) (-15 -2112 ((-1075 (-207)) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -1626 ((-1077) (-207))) (-15 -4143 ((-594 (-1077)) (-594 (-207)))) (-15 -3696 ((-594 (-1077)) (-1075 (-207)))) (-15 -4090 ((-1077) (-594 (-1077)))) (-15 -3200 ((-968) (-1094) (-1094) (-968))))
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 55) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 32) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-177) (-731)) (T -177))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 60) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 41) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-178) (-731)) (T -178))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 69) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 40) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-179) (-731)) (T -179))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 56) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 34) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-180) (-731)) (T -180))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 67) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 38) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-181) (-731)) (T -181))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 73) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 36) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-182) (-731)) (T -182))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 80) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 44) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-183) (-731)) (T -183))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 70) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 40) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-184) (-731)) (T -184))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 65)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 32)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-185) (-731)) (T -185))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 63)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 34)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-186) (-731)) (T -186))
+NIL
+(-731)
+((-4105 (((-110) $ $) NIL)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 90) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 78) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-187) (-731)) (T -187))
+NIL
+(-731)
+((-1654 (((-3 (-2 (|:| -1525 (-112)) (|:| |w| (-207))) "failed") (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 85)) (-3242 (((-527) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 42)) (-3537 (((-3 (-594 (-207)) "failed") (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 73)))
+(((-188) (-10 -7 (-15 -1654 ((-3 (-2 (|:| -1525 (-112)) (|:| |w| (-207))) "failed") (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3537 ((-3 (-594 (-207)) "failed") (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3242 ((-527) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))) (T -188))
+((-3242 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-527)) (-5 *1 (-188)))) (-3537 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-594 (-207))) (-5 *1 (-188)))) (-1654 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-2 (|:| -1525 (-112)) (|:| |w| (-207)))) (-5 *1 (-188)))))
+(-10 -7 (-15 -1654 ((-3 (-2 (|:| -1525 (-112)) (|:| |w| (-207))) "failed") (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3537 ((-3 (-594 (-207)) "failed") (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3242 ((-527) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))
+((-1242 (((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 39)) (-2898 (((-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 129)) (-2493 (((-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))) (-634 (-296 (-207)))) 88)) (-3404 (((-359) (-634 (-296 (-207)))) 112)) (-2971 (((-634 (-296 (-207))) (-1176 (-296 (-207))) (-594 (-1094))) 109)) (-3225 (((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 30)) (-2679 (((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 43)) (-2819 (((-634 (-296 (-207))) (-634 (-296 (-207))) (-594 (-1094)) (-1176 (-296 (-207)))) 101)) (-2706 (((-359) (-359) (-594 (-359))) 106) (((-359) (-359) (-359)) 104)) (-2148 (((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 36)))
+(((-189) (-10 -7 (-15 -2706 ((-359) (-359) (-359))) (-15 -2706 ((-359) (-359) (-594 (-359)))) (-15 -3404 ((-359) (-634 (-296 (-207))))) (-15 -2971 ((-634 (-296 (-207))) (-1176 (-296 (-207))) (-594 (-1094)))) (-15 -2819 ((-634 (-296 (-207))) (-634 (-296 (-207))) (-594 (-1094)) (-1176 (-296 (-207))))) (-15 -2493 ((-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))) (-634 (-296 (-207))))) (-15 -2898 ((-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -1242 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2679 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2148 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3225 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))) (T -189))
+((-3225 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-359)) (-5 *1 (-189)))) (-2148 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-359)) (-5 *1 (-189)))) (-2679 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-359)) (-5 *1 (-189)))) (-1242 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-359)) (-5 *1 (-189)))) (-2898 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359)))) (-5 *1 (-189)))) (-2493 (*1 *2 *3) (-12 (-5 *3 (-634 (-296 (-207)))) (-5 *2 (-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359)))) (-5 *1 (-189)))) (-2819 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-634 (-296 (-207)))) (-5 *3 (-594 (-1094))) (-5 *4 (-1176 (-296 (-207)))) (-5 *1 (-189)))) (-2971 (*1 *2 *3 *4) (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *4 (-594 (-1094))) (-5 *2 (-634 (-296 (-207)))) (-5 *1 (-189)))) (-3404 (*1 *2 *3) (-12 (-5 *3 (-634 (-296 (-207)))) (-5 *2 (-359)) (-5 *1 (-189)))) (-2706 (*1 *2 *2 *3) (-12 (-5 *3 (-594 (-359))) (-5 *2 (-359)) (-5 *1 (-189)))) (-2706 (*1 *2 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-189)))))
+(-10 -7 (-15 -2706 ((-359) (-359) (-359))) (-15 -2706 ((-359) (-359) (-594 (-359)))) (-15 -3404 ((-359) (-634 (-296 (-207))))) (-15 -2971 ((-634 (-296 (-207))) (-1176 (-296 (-207))) (-594 (-1094)))) (-15 -2819 ((-634 (-296 (-207))) (-634 (-296 (-207))) (-594 (-1094)) (-1176 (-296 (-207))))) (-15 -2493 ((-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))) (-634 (-296 (-207))))) (-15 -2898 ((-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -1242 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2679 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2148 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3225 ((-359) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))
+((-4105 (((-110) $ $) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 41)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2803 (((-968) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 64)) (-2747 (((-110) $ $) NIL)))
+(((-190) (-744)) (T -190))
+NIL
+(-744)
+((-4105 (((-110) $ $) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 41)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2803 (((-968) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 62)) (-2747 (((-110) $ $) NIL)))
+(((-191) (-744)) (T -191))
+NIL
+(-744)
+((-4105 (((-110) $ $) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 40)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2803 (((-968) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 66)) (-2747 (((-110) $ $) NIL)))
+(((-192) (-744)) (T -192))
+NIL
+(-744)
+((-4105 (((-110) $ $) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 46)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2803 (((-968) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 75)) (-2747 (((-110) $ $) NIL)))
+(((-193) (-744)) (T -193))
+NIL
+(-744)
+((-2646 (((-594 (-1094)) (-1094) (-715)) 23)) (-2521 (((-296 (-207)) (-296 (-207))) 31)) (-2814 (((-110) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) 73)) (-3839 (((-110) (-207) (-207) (-594 (-296 (-207)))) 44)))
+(((-194) (-10 -7 (-15 -2646 ((-594 (-1094)) (-1094) (-715))) (-15 -2521 ((-296 (-207)) (-296 (-207)))) (-15 -3839 ((-110) (-207) (-207) (-594 (-296 (-207))))) (-15 -2814 ((-110) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))))))) (T -194))
+((-2814 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) (-5 *2 (-110)) (-5 *1 (-194)))) (-3839 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-594 (-296 (-207)))) (-5 *3 (-207)) (-5 *2 (-110)) (-5 *1 (-194)))) (-2521 (*1 *2 *2) (-12 (-5 *2 (-296 (-207))) (-5 *1 (-194)))) (-2646 (*1 *2 *3 *4) (-12 (-5 *4 (-715)) (-5 *2 (-594 (-1094))) (-5 *1 (-194)) (-5 *3 (-1094)))))
+(-10 -7 (-15 -2646 ((-594 (-1094)) (-1094) (-715))) (-15 -2521 ((-296 (-207)) (-296 (-207)))) (-15 -3839 ((-110) (-207) (-207) (-594 (-296 (-207))))) (-15 -2814 ((-110) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))))))
+((-4105 (((-110) $ $) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) 26)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2018 (((-968) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) 57)) (-2747 (((-110) $ $) NIL)))
+(((-195) (-832)) (T -195))
+NIL
+(-832)
+((-4105 (((-110) $ $) NIL)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) 21)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2018 (((-968) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-196) (-832)) (T -196))
+NIL
+(-832)
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2000 (((-1181) $) 36) (((-1181) $ (-858) (-858)) 38)) (-3439 (($ $ (-924)) 19) (((-227 (-1077)) $ (-1094)) 15)) (-2664 (((-1181) $) 34)) (-4118 (((-800) $) 31) (($ (-594 |#1|)) 8)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $ $) 27)) (-2850 (($ $ $) 22)))
+(((-197 |#1|) (-13 (-1022) (-10 -8 (-15 -3439 ($ $ (-924))) (-15 -3439 ((-227 (-1077)) $ (-1094))) (-15 -2850 ($ $ $)) (-15 -2863 ($ $ $)) (-15 -4118 ($ (-594 |#1|))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $)) (-15 -2000 ((-1181) $ (-858) (-858))))) (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $))))) (T -197))
+((-3439 (*1 *1 *1 *2) (-12 (-5 *2 (-924)) (-5 *1 (-197 *3)) (-4 *3 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $))))))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-227 (-1077))) (-5 *1 (-197 *4)) (-4 *4 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ *3)) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $))))))) (-2850 (*1 *1 *1 *1) (-12 (-5 *1 (-197 *2)) (-4 *2 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $))))))) (-2863 (*1 *1 *1 *1) (-12 (-5 *1 (-197 *2)) (-4 *2 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $))))))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $))))) (-5 *1 (-197 *3)))) (-2664 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-197 *3)) (-4 *3 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 (*2 $)) (-15 -2000 (*2 $))))))) (-2000 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-197 *3)) (-4 *3 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 (*2 $)) (-15 -2000 (*2 $))))))) (-2000 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1181)) (-5 *1 (-197 *4)) (-4 *4 (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 (*2 $)) (-15 -2000 (*2 $))))))))
+(-13 (-1022) (-10 -8 (-15 -3439 ($ $ (-924))) (-15 -3439 ((-227 (-1077)) $ (-1094))) (-15 -2850 ($ $ $)) (-15 -2863 ($ $ $)) (-15 -4118 ($ (-594 |#1|))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $)) (-15 -2000 ((-1181) $ (-858) (-858)))))
+((-1337 ((|#2| |#4| (-1 |#2| |#2|)) 46)))
+(((-198 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1337 (|#2| |#4| (-1 |#2| |#2|)))) (-343) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|)) (T -198))
+((-1337 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-343)) (-4 *6 (-1152 (-387 *2))) (-4 *2 (-1152 *5)) (-5 *1 (-198 *5 *2 *6 *3)) (-4 *3 (-322 *5 *2 *6)))))
+(-10 -7 (-15 -1337 (|#2| |#4| (-1 |#2| |#2|))))
+((-3562 ((|#2| |#2| (-715) |#2|) 42)) (-3526 ((|#2| |#2| (-715) |#2|) 38)) (-3139 (((-594 |#2|) (-594 (-2 (|:| |deg| (-715)) (|:| -3964 |#2|)))) 58)) (-2383 (((-594 (-2 (|:| |deg| (-715)) (|:| -3964 |#2|))) |#2|) 53)) (-1648 (((-110) |#2|) 50)) (-3175 (((-398 |#2|) |#2|) 78)) (-2700 (((-398 |#2|) |#2|) 77)) (-1936 ((|#2| |#2| (-715) |#2|) 36)) (-1664 (((-2 (|:| |cont| |#1|) (|:| -3798 (-594 (-2 (|:| |irr| |#2|) (|:| -1440 (-527)))))) |#2| (-110)) 70)))
+(((-199 |#1| |#2|) (-10 -7 (-15 -2700 ((-398 |#2|) |#2|)) (-15 -3175 ((-398 |#2|) |#2|)) (-15 -1664 ((-2 (|:| |cont| |#1|) (|:| -3798 (-594 (-2 (|:| |irr| |#2|) (|:| -1440 (-527)))))) |#2| (-110))) (-15 -2383 ((-594 (-2 (|:| |deg| (-715)) (|:| -3964 |#2|))) |#2|)) (-15 -3139 ((-594 |#2|) (-594 (-2 (|:| |deg| (-715)) (|:| -3964 |#2|))))) (-15 -1936 (|#2| |#2| (-715) |#2|)) (-15 -3526 (|#2| |#2| (-715) |#2|)) (-15 -3562 (|#2| |#2| (-715) |#2|)) (-15 -1648 ((-110) |#2|))) (-329) (-1152 |#1|)) (T -199))
+((-1648 (*1 *2 *3) (-12 (-4 *4 (-329)) (-5 *2 (-110)) (-5 *1 (-199 *4 *3)) (-4 *3 (-1152 *4)))) (-3562 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-715)) (-4 *4 (-329)) (-5 *1 (-199 *4 *2)) (-4 *2 (-1152 *4)))) (-3526 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-715)) (-4 *4 (-329)) (-5 *1 (-199 *4 *2)) (-4 *2 (-1152 *4)))) (-1936 (*1 *2 *2 *3 *2) (-12 (-5 *3 (-715)) (-4 *4 (-329)) (-5 *1 (-199 *4 *2)) (-4 *2 (-1152 *4)))) (-3139 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| |deg| (-715)) (|:| -3964 *5)))) (-4 *5 (-1152 *4)) (-4 *4 (-329)) (-5 *2 (-594 *5)) (-5 *1 (-199 *4 *5)))) (-2383 (*1 *2 *3) (-12 (-4 *4 (-329)) (-5 *2 (-594 (-2 (|:| |deg| (-715)) (|:| -3964 *3)))) (-5 *1 (-199 *4 *3)) (-4 *3 (-1152 *4)))) (-1664 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-329)) (-5 *2 (-2 (|:| |cont| *5) (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527))))))) (-5 *1 (-199 *5 *3)) (-4 *3 (-1152 *5)))) (-3175 (*1 *2 *3) (-12 (-4 *4 (-329)) (-5 *2 (-398 *3)) (-5 *1 (-199 *4 *3)) (-4 *3 (-1152 *4)))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-329)) (-5 *2 (-398 *3)) (-5 *1 (-199 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -2700 ((-398 |#2|) |#2|)) (-15 -3175 ((-398 |#2|) |#2|)) (-15 -1664 ((-2 (|:| |cont| |#1|) (|:| -3798 (-594 (-2 (|:| |irr| |#2|) (|:| -1440 (-527)))))) |#2| (-110))) (-15 -2383 ((-594 (-2 (|:| |deg| (-715)) (|:| -3964 |#2|))) |#2|)) (-15 -3139 ((-594 |#2|) (-594 (-2 (|:| |deg| (-715)) (|:| -3964 |#2|))))) (-15 -1936 (|#2| |#2| (-715) |#2|)) (-15 -3526 (|#2| |#2| (-715) |#2|)) (-15 -3562 (|#2| |#2| (-715) |#2|)) (-15 -1648 ((-110) |#2|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 (((-527) $) NIL (|has| (-527) (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| (-527) (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (|has| (-527) (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-527) (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| (-527) (-970 (-527))))) (-4145 (((-527) $) NIL) (((-1094) $) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| (-527) (-970 (-527)))) (((-527) $) NIL (|has| (-527) (-970 (-527))))) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-527) (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| (-527) (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-527) (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-527) (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 (((-527) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| (-527) (-1070)))) (-1612 (((-110) $) NIL (|has| (-527) (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-527) (-791)))) (-1998 (($ (-1 (-527) (-527)) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-527) (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| (-527) (-288))) (((-387 (-527)) $) NIL)) (-1448 (((-527) $) NIL (|has| (-527) (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 (-527)) (-594 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-527) (-527)) NIL (|has| (-527) (-290 (-527)))) (($ $ (-275 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-275 (-527)))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-1094)) (-594 (-527))) NIL (|has| (-527) (-488 (-1094) (-527)))) (($ $ (-1094) (-527)) NIL (|has| (-527) (-488 (-1094) (-527))))) (-2578 (((-715) $) NIL)) (-3439 (($ $ (-527)) NIL (|has| (-527) (-267 (-527) (-527))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2593 (($ $) NIL)) (-4122 (((-527) $) NIL)) (-3063 (($ (-387 (-527))) 9)) (-2051 (((-829 (-527)) $) NIL (|has| (-527) (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| (-527) (-569 (-829 (-359))))) (((-503) $) NIL (|has| (-527) (-569 (-503)))) (((-359) $) NIL (|has| (-527) (-955))) (((-207) $) NIL (|has| (-527) (-955)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-527) (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) 8) (($ (-527)) NIL) (($ (-1094)) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) NIL) (((-938 10) $) 10)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-527) (-846))) (|has| (-527) (-138))))) (-4070 (((-715)) NIL)) (-3934 (((-527) $) NIL (|has| (-527) (-512)))) (-3978 (((-110) $ $) NIL)) (-1597 (($ $) NIL (|has| (-527) (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $) NIL (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2813 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2873 (($ $ $) NIL) (($ (-527) (-527)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ (-527) $) NIL) (($ $ (-527)) NIL)))
+(((-200) (-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -4118 ((-938 10) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -3063 ($ (-387 (-527))))))) (T -200))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-200)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-938 10)) (-5 *1 (-200)))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-200)))) (-3063 (*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-200)))))
+(-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -4118 ((-938 10) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -3063 ($ (-387 (-527))))))
+((-1467 (((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1015 (-784 |#2|)) (-1077)) 28) (((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1015 (-784 |#2|))) 24)) (-3616 (((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1094) (-784 |#2|) (-784 |#2|) (-110)) 17)))
+(((-201 |#1| |#2|) (-10 -7 (-15 -1467 ((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1015 (-784 |#2|)))) (-15 -1467 ((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1015 (-784 |#2|)) (-1077))) (-15 -3616 ((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1094) (-784 |#2|) (-784 |#2|) (-110)))) (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-895) (-29 |#1|))) (T -201))
+((-3616 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-1094)) (-5 *6 (-110)) (-4 *7 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-4 *3 (-13 (-1116) (-895) (-29 *7))) (-5 *2 (-3 (|:| |f1| (-784 *3)) (|:| |f2| (-594 (-784 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-201 *7 *3)) (-5 *5 (-784 *3)))) (-1467 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1015 (-784 *3))) (-5 *5 (-1077)) (-4 *3 (-13 (-1116) (-895) (-29 *6))) (-4 *6 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (|:| |f1| (-784 *3)) (|:| |f2| (-594 (-784 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-201 *6 *3)))) (-1467 (*1 *2 *3 *4) (-12 (-5 *4 (-1015 (-784 *3))) (-4 *3 (-13 (-1116) (-895) (-29 *5))) (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (|:| |f1| (-784 *3)) (|:| |f2| (-594 (-784 *3))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-201 *5 *3)))))
+(-10 -7 (-15 -1467 ((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1015 (-784 |#2|)))) (-15 -1467 ((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1015 (-784 |#2|)) (-1077))) (-15 -3616 ((-3 (|:| |f1| (-784 |#2|)) (|:| |f2| (-594 (-784 |#2|))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) |#2| (-1094) (-784 |#2|) (-784 |#2|) (-110))))
+((-1467 (((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-387 (-889 |#1|)))) (-1077)) 46) (((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-387 (-889 |#1|))))) 43) (((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-296 |#1|))) (-1077)) 47) (((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-296 |#1|)))) 20)))
+(((-202 |#1|) (-10 -7 (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-296 |#1|))))) (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-296 |#1|))) (-1077))) (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-387 (-889 |#1|)))))) (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-387 (-889 |#1|)))) (-1077)))) (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (T -202))
+((-1467 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1015 (-784 (-387 (-889 *6))))) (-5 *5 (-1077)) (-5 *3 (-387 (-889 *6))) (-4 *6 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (|:| |f1| (-784 (-296 *6))) (|:| |f2| (-594 (-784 (-296 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-202 *6)))) (-1467 (*1 *2 *3 *4) (-12 (-5 *4 (-1015 (-784 (-387 (-889 *5))))) (-5 *3 (-387 (-889 *5))) (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (|:| |f1| (-784 (-296 *5))) (|:| |f2| (-594 (-784 (-296 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-202 *5)))) (-1467 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-387 (-889 *6))) (-5 *4 (-1015 (-784 (-296 *6)))) (-5 *5 (-1077)) (-4 *6 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (|:| |f1| (-784 (-296 *6))) (|:| |f2| (-594 (-784 (-296 *6)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-202 *6)))) (-1467 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1015 (-784 (-296 *5)))) (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (|:| |f1| (-784 (-296 *5))) (|:| |f2| (-594 (-784 (-296 *5)))) (|:| |fail| "failed") (|:| |pole| "potentialPole"))) (-5 *1 (-202 *5)))))
+(-10 -7 (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-296 |#1|))))) (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-296 |#1|))) (-1077))) (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-387 (-889 |#1|)))))) (-15 -1467 ((-3 (|:| |f1| (-784 (-296 |#1|))) (|:| |f2| (-594 (-784 (-296 |#1|)))) (|:| |fail| "failed") (|:| |pole| "potentialPole")) (-387 (-889 |#1|)) (-1015 (-784 (-387 (-889 |#1|)))) (-1077))))
+((-2731 (((-2 (|:| -1233 (-1090 |#1|)) (|:| |deg| (-858))) (-1090 |#1|)) 21)) (-2389 (((-594 (-296 |#2|)) (-296 |#2|) (-858)) 42)))
+(((-203 |#1| |#2|) (-10 -7 (-15 -2731 ((-2 (|:| -1233 (-1090 |#1|)) (|:| |deg| (-858))) (-1090 |#1|))) (-15 -2389 ((-594 (-296 |#2|)) (-296 |#2|) (-858)))) (-979) (-13 (-519) (-791))) (T -203))
+((-2389 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-4 *6 (-13 (-519) (-791))) (-5 *2 (-594 (-296 *6))) (-5 *1 (-203 *5 *6)) (-5 *3 (-296 *6)) (-4 *5 (-979)))) (-2731 (*1 *2 *3) (-12 (-4 *4 (-979)) (-5 *2 (-2 (|:| -1233 (-1090 *4)) (|:| |deg| (-858)))) (-5 *1 (-203 *4 *5)) (-5 *3 (-1090 *4)) (-4 *5 (-13 (-519) (-791))))))
+(-10 -7 (-15 -2731 ((-2 (|:| -1233 (-1090 |#1|)) (|:| |deg| (-858))) (-1090 |#1|))) (-15 -2389 ((-594 (-296 |#2|)) (-296 |#2|) (-858))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2251 ((|#1| $) NIL)) (-3523 ((|#1| $) 25)) (-1731 (((-110) $ (-715)) NIL)) (-1298 (($) NIL T CONST)) (-3393 (($ $) NIL)) (-1399 (($ $) 31)) (-2363 ((|#1| |#1| $) NIL)) (-2281 ((|#1| $) NIL)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2091 (((-715) $) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3368 ((|#1| $) NIL)) (-4053 ((|#1| |#1| $) 28)) (-3549 ((|#1| |#1| $) 30)) (-3204 (($ |#1| $) NIL)) (-3011 (((-715) $) 27)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1586 ((|#1| $) NIL)) (-2466 ((|#1| $) 26)) (-1984 ((|#1| $) 24)) (-1877 ((|#1| $) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-2252 ((|#1| |#1| $) NIL)) (-1815 (((-110) $) 9)) (-2453 (($) NIL)) (-3457 ((|#1| $) NIL)) (-4232 (($) NIL) (($ (-594 |#1|)) 16)) (-3092 (((-715) $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-2879 ((|#1| $) 13)) (-3557 (($ (-594 |#1|)) NIL)) (-1933 ((|#1| $) NIL)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-204 |#1|) (-13 (-235 |#1|) (-10 -8 (-15 -4232 ($ (-594 |#1|))))) (-1022)) (T -204))
+((-4232 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-204 *3)))))
+(-13 (-235 |#1|) (-10 -8 (-15 -4232 ($ (-594 |#1|)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2346 (($ (-296 |#1|)) 23)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3525 (((-110) $) NIL)) (-1923 (((-3 (-296 |#1|) "failed") $) NIL)) (-4145 (((-296 |#1|) $) NIL)) (-3033 (($ $) 31)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-1998 (($ (-1 (-296 |#1|) (-296 |#1|)) $) NIL)) (-3004 (((-296 |#1|) $) NIL)) (-1477 (($ $) 30)) (-2416 (((-1077) $) NIL)) (-3742 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-2613 (($ (-715)) NIL)) (-3988 (($ $) 32)) (-4115 (((-527) $) NIL)) (-4118 (((-800) $) 57) (($ (-527)) NIL) (($ (-296 |#1|)) NIL)) (-3411 (((-296 |#1|) $ $) NIL)) (-4070 (((-715)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 25 T CONST)) (-3374 (($) 50 T CONST)) (-2747 (((-110) $ $) 28)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 19)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 24) (($ (-296 |#1|) $) 18)))
+(((-205 |#1| |#2|) (-13 (-572 (-296 |#1|)) (-970 (-296 |#1|)) (-10 -8 (-15 -3004 ((-296 |#1|) $)) (-15 -1477 ($ $)) (-15 -3033 ($ $)) (-15 -3411 ((-296 |#1|) $ $)) (-15 -2613 ($ (-715))) (-15 -3742 ((-110) $)) (-15 -3525 ((-110) $)) (-15 -4115 ((-527) $)) (-15 -1998 ($ (-1 (-296 |#1|) (-296 |#1|)) $)) (-15 -2346 ($ (-296 |#1|))) (-15 -3988 ($ $)))) (-13 (-979) (-791)) (-594 (-1094))) (T -205))
+((-3004 (*1 *2 *1) (-12 (-5 *2 (-296 *3)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094))))) (-1477 (*1 *1 *1) (-12 (-5 *1 (-205 *2 *3)) (-4 *2 (-13 (-979) (-791))) (-14 *3 (-594 (-1094))))) (-3033 (*1 *1 *1) (-12 (-5 *1 (-205 *2 *3)) (-4 *2 (-13 (-979) (-791))) (-14 *3 (-594 (-1094))))) (-3411 (*1 *2 *1 *1) (-12 (-5 *2 (-296 *3)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094))))) (-2613 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094))))) (-3742 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094))))) (-3525 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094))))) (-4115 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094))))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-296 *3) (-296 *3))) (-4 *3 (-13 (-979) (-791))) (-5 *1 (-205 *3 *4)) (-14 *4 (-594 (-1094))))) (-2346 (*1 *1 *2) (-12 (-5 *2 (-296 *3)) (-4 *3 (-13 (-979) (-791))) (-5 *1 (-205 *3 *4)) (-14 *4 (-594 (-1094))))) (-3988 (*1 *1 *1) (-12 (-5 *1 (-205 *2 *3)) (-4 *2 (-13 (-979) (-791))) (-14 *3 (-594 (-1094))))))
+(-13 (-572 (-296 |#1|)) (-970 (-296 |#1|)) (-10 -8 (-15 -3004 ((-296 |#1|) $)) (-15 -1477 ($ $)) (-15 -3033 ($ $)) (-15 -3411 ((-296 |#1|) $ $)) (-15 -2613 ($ (-715))) (-15 -3742 ((-110) $)) (-15 -3525 ((-110) $)) (-15 -4115 ((-527) $)) (-15 -1998 ($ (-1 (-296 |#1|) (-296 |#1|)) $)) (-15 -2346 ($ (-296 |#1|))) (-15 -3988 ($ $))))
+((-1249 (((-110) (-1077)) 22)) (-1565 (((-3 (-784 |#2|) "failed") (-567 |#2|) |#2| (-784 |#2|) (-784 |#2|) (-110)) 32)) (-3803 (((-3 (-110) "failed") (-1090 |#2|) (-784 |#2|) (-784 |#2|) (-110)) 73) (((-3 (-110) "failed") (-889 |#1|) (-1094) (-784 |#2|) (-784 |#2|) (-110)) 74)))
+(((-206 |#1| |#2|) (-10 -7 (-15 -1249 ((-110) (-1077))) (-15 -1565 ((-3 (-784 |#2|) "failed") (-567 |#2|) |#2| (-784 |#2|) (-784 |#2|) (-110))) (-15 -3803 ((-3 (-110) "failed") (-889 |#1|) (-1094) (-784 |#2|) (-784 |#2|) (-110))) (-15 -3803 ((-3 (-110) "failed") (-1090 |#2|) (-784 |#2|) (-784 |#2|) (-110)))) (-13 (-431) (-791) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-29 |#1|))) (T -206))
+((-3803 (*1 *2 *3 *4 *4 *2) (|partial| -12 (-5 *2 (-110)) (-5 *3 (-1090 *6)) (-5 *4 (-784 *6)) (-4 *6 (-13 (-1116) (-29 *5))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-206 *5 *6)))) (-3803 (*1 *2 *3 *4 *5 *5 *2) (|partial| -12 (-5 *2 (-110)) (-5 *3 (-889 *6)) (-5 *4 (-1094)) (-5 *5 (-784 *7)) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-4 *7 (-13 (-1116) (-29 *6))) (-5 *1 (-206 *6 *7)))) (-1565 (*1 *2 *3 *4 *2 *2 *5) (|partial| -12 (-5 *2 (-784 *4)) (-5 *3 (-567 *4)) (-5 *5 (-110)) (-4 *4 (-13 (-1116) (-29 *6))) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-206 *6 *4)))) (-1249 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-110)) (-5 *1 (-206 *4 *5)) (-4 *5 (-13 (-1116) (-29 *4))))))
+(-10 -7 (-15 -1249 ((-110) (-1077))) (-15 -1565 ((-3 (-784 |#2|) "failed") (-567 |#2|) |#2| (-784 |#2|) (-784 |#2|) (-110))) (-15 -3803 ((-3 (-110) "failed") (-889 |#1|) (-1094) (-784 |#2|) (-784 |#2|) (-110))) (-15 -3803 ((-3 (-110) "failed") (-1090 |#2|) (-784 |#2|) (-784 |#2|) (-110))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 89)) (-3008 (((-527) $) 99)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-1913 (($ $) NIL)) (-1481 (($ $) 77)) (-2460 (($ $) 65)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2713 (($ $) 56)) (-1842 (((-110) $ $) NIL)) (-1461 (($ $) 75)) (-2439 (($ $) 63)) (-2350 (((-527) $) 116)) (-1504 (($ $) 80)) (-2502 (($ $) 67)) (-1298 (($) NIL T CONST)) (-1335 (($ $) NIL)) (-1923 (((-3 (-527) "failed") $) 115) (((-3 (-387 (-527)) "failed") $) 112)) (-4145 (((-527) $) 113) (((-387 (-527)) $) 110)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) 92)) (-1793 (((-387 (-527)) $ (-715)) 108) (((-387 (-527)) $ (-715) (-715)) 107)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-1794 (((-858)) 29) (((-858) (-858)) NIL (|has| $ (-6 -4252)))) (-3460 (((-110) $) NIL)) (-4146 (($) 39)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL)) (-2050 (((-527) $) 35)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL)) (-1705 (($ $) NIL)) (-1612 (((-110) $) 88)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) 53) (($) 34 (-12 (-3264 (|has| $ (-6 -4244))) (-3264 (|has| $ (-6 -4252)))))) (-1257 (($ $ $) 52) (($) 33 (-12 (-3264 (|has| $ (-6 -4244))) (-3264 (|has| $ (-6 -4252)))))) (-1748 (((-527) $) 27)) (-2479 (($ $) 30)) (-2224 (($ $) 57)) (-2495 (($ $) 62)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-1344 (((-858) (-527)) NIL (|has| $ (-6 -4252)))) (-4024 (((-1041) $) NIL) (((-527) $) 90)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL)) (-1448 (($ $) NIL)) (-3546 (($ (-527) (-527)) NIL) (($ (-527) (-527) (-858)) 100)) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3148 (((-527) $) 28)) (-3820 (($) 38)) (-1724 (($ $) 61)) (-2578 (((-715) $) NIL)) (-3760 (((-1077) (-1077)) 8)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1466 (((-858)) NIL) (((-858) (-858)) NIL (|has| $ (-6 -4252)))) (-4234 (($ $ (-715)) NIL) (($ $) 93)) (-4167 (((-858) (-527)) NIL (|has| $ (-6 -4252)))) (-1513 (($ $) 78)) (-2021 (($ $) 68)) (-1493 (($ $) 79)) (-2482 (($ $) 66)) (-1471 (($ $) 76)) (-2449 (($ $) 64)) (-2051 (((-359) $) 104) (((-207) $) 101) (((-829 (-359)) $) NIL) (((-503) $) 45)) (-4118 (((-800) $) 42) (($ (-527)) 60) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-527)) 60) (($ (-387 (-527))) NIL)) (-4070 (((-715)) NIL)) (-3934 (($ $) NIL)) (-1366 (((-858)) 32) (((-858) (-858)) NIL (|has| $ (-6 -4252)))) (-1670 (((-858)) 25)) (-1551 (($ $) 83)) (-2076 (($ $) 71) (($ $ $) 109)) (-3978 (((-110) $ $) NIL)) (-1526 (($ $) 81)) (-2033 (($ $) 69)) (-1579 (($ $) 86)) (-1439 (($ $) 74)) (-2837 (($ $) 84)) (-1449 (($ $) 72)) (-1564 (($ $) 85)) (-1427 (($ $) 73)) (-1539 (($ $) 82)) (-2044 (($ $) 70)) (-1597 (($ $) 117)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 36 T CONST)) (-3374 (($) 37 T CONST)) (-2951 (((-1077) $) 19) (((-1077) $ (-110)) 21) (((-1181) (-766) $) 22) (((-1181) (-766) $ (-110)) 23)) (-1938 (($ $) 96)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2759 (($ $ $) 98)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 54)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 46)) (-2873 (($ $ $) 87) (($ $ (-527)) 55)) (-2863 (($ $) 47) (($ $ $) 49)) (-2850 (($ $ $) 48)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 58) (($ $ (-387 (-527))) 128) (($ $ $) 59)) (* (($ (-858) $) 31) (($ (-715) $) NIL) (($ (-527) $) 51) (($ $ $) 50) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-207) (-13 (-384) (-215) (-772) (-1116) (-569 (-503)) (-10 -8 (-15 -2873 ($ $ (-527))) (-15 ** ($ $ $)) (-15 -3820 ($)) (-15 -4024 ((-527) $)) (-15 -2479 ($ $)) (-15 -2224 ($ $)) (-15 -2076 ($ $ $)) (-15 -1938 ($ $)) (-15 -2759 ($ $ $)) (-15 -3760 ((-1077) (-1077))) (-15 -1793 ((-387 (-527)) $ (-715))) (-15 -1793 ((-387 (-527)) $ (-715) (-715)))))) (T -207))
+((** (*1 *1 *1 *1) (-5 *1 (-207))) (-2873 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-207)))) (-3820 (*1 *1) (-5 *1 (-207))) (-4024 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-207)))) (-2479 (*1 *1 *1) (-5 *1 (-207))) (-2224 (*1 *1 *1) (-5 *1 (-207))) (-2076 (*1 *1 *1 *1) (-5 *1 (-207))) (-1938 (*1 *1 *1) (-5 *1 (-207))) (-2759 (*1 *1 *1 *1) (-5 *1 (-207))) (-3760 (*1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-207)))) (-1793 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-207)))) (-1793 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-207)))))
+(-13 (-384) (-215) (-772) (-1116) (-569 (-503)) (-10 -8 (-15 -2873 ($ $ (-527))) (-15 ** ($ $ $)) (-15 -3820 ($)) (-15 -4024 ((-527) $)) (-15 -2479 ($ $)) (-15 -2224 ($ $)) (-15 -2076 ($ $ $)) (-15 -1938 ($ $)) (-15 -2759 ($ $ $)) (-15 -3760 ((-1077) (-1077))) (-15 -1793 ((-387 (-527)) $ (-715))) (-15 -1793 ((-387 (-527)) $ (-715) (-715)))))
+((-3630 (((-159 (-207)) (-715) (-159 (-207))) 11) (((-207) (-715) (-207)) 12)) (-3067 (((-159 (-207)) (-159 (-207))) 13) (((-207) (-207)) 14)) (-3713 (((-159 (-207)) (-159 (-207)) (-159 (-207))) 19) (((-207) (-207) (-207)) 22)) (-3566 (((-159 (-207)) (-159 (-207))) 25) (((-207) (-207)) 24)) (-1297 (((-159 (-207)) (-159 (-207)) (-159 (-207))) 43) (((-207) (-207) (-207)) 35)) (-2096 (((-159 (-207)) (-159 (-207)) (-159 (-207))) 48) (((-207) (-207) (-207)) 45)) (-1951 (((-159 (-207)) (-159 (-207)) (-159 (-207))) 15) (((-207) (-207) (-207)) 16)) (-2899 (((-159 (-207)) (-159 (-207)) (-159 (-207))) 17) (((-207) (-207) (-207)) 18)) (-4226 (((-159 (-207)) (-159 (-207))) 60) (((-207) (-207)) 59)) (-2396 (((-207) (-207)) 54) (((-159 (-207)) (-159 (-207))) 58)) (-1938 (((-159 (-207)) (-159 (-207))) 8) (((-207) (-207)) 9)) (-2759 (((-159 (-207)) (-159 (-207)) (-159 (-207))) 30) (((-207) (-207) (-207)) 26)))
+(((-208) (-10 -7 (-15 -1938 ((-207) (-207))) (-15 -1938 ((-159 (-207)) (-159 (-207)))) (-15 -2759 ((-207) (-207) (-207))) (-15 -2759 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -3067 ((-207) (-207))) (-15 -3067 ((-159 (-207)) (-159 (-207)))) (-15 -3566 ((-207) (-207))) (-15 -3566 ((-159 (-207)) (-159 (-207)))) (-15 -3630 ((-207) (-715) (-207))) (-15 -3630 ((-159 (-207)) (-715) (-159 (-207)))) (-15 -1951 ((-207) (-207) (-207))) (-15 -1951 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -1297 ((-207) (-207) (-207))) (-15 -1297 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -2899 ((-207) (-207) (-207))) (-15 -2899 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -2096 ((-207) (-207) (-207))) (-15 -2096 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -2396 ((-159 (-207)) (-159 (-207)))) (-15 -2396 ((-207) (-207))) (-15 -4226 ((-207) (-207))) (-15 -4226 ((-159 (-207)) (-159 (-207)))) (-15 -3713 ((-207) (-207) (-207))) (-15 -3713 ((-159 (-207)) (-159 (-207)) (-159 (-207)))))) (T -208))
+((-3713 (*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-3713 (*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-4226 (*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-4226 (*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-2396 (*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-2396 (*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-2096 (*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-2096 (*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-2899 (*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-2899 (*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-1297 (*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-1297 (*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-1951 (*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-1951 (*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-3630 (*1 *2 *3 *2) (-12 (-5 *2 (-159 (-207))) (-5 *3 (-715)) (-5 *1 (-208)))) (-3630 (*1 *2 *3 *2) (-12 (-5 *2 (-207)) (-5 *3 (-715)) (-5 *1 (-208)))) (-3566 (*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-3566 (*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-3067 (*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-3067 (*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-2759 (*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-2759 (*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))) (-1938 (*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))) (-1938 (*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208)))))
+(-10 -7 (-15 -1938 ((-207) (-207))) (-15 -1938 ((-159 (-207)) (-159 (-207)))) (-15 -2759 ((-207) (-207) (-207))) (-15 -2759 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -3067 ((-207) (-207))) (-15 -3067 ((-159 (-207)) (-159 (-207)))) (-15 -3566 ((-207) (-207))) (-15 -3566 ((-159 (-207)) (-159 (-207)))) (-15 -3630 ((-207) (-715) (-207))) (-15 -3630 ((-159 (-207)) (-715) (-159 (-207)))) (-15 -1951 ((-207) (-207) (-207))) (-15 -1951 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -1297 ((-207) (-207) (-207))) (-15 -1297 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -2899 ((-207) (-207) (-207))) (-15 -2899 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -2096 ((-207) (-207) (-207))) (-15 -2096 ((-159 (-207)) (-159 (-207)) (-159 (-207)))) (-15 -2396 ((-159 (-207)) (-159 (-207)))) (-15 -2396 ((-207) (-207))) (-15 -4226 ((-207) (-207))) (-15 -4226 ((-159 (-207)) (-159 (-207)))) (-15 -3713 ((-207) (-207) (-207))) (-15 -3713 ((-159 (-207)) (-159 (-207)) (-159 (-207)))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1231 (($ (-715) (-715)) NIL)) (-2473 (($ $ $) NIL)) (-1367 (($ (-1176 |#1|)) NIL) (($ $) NIL)) (-2118 (($ |#1| |#1| |#1|) 32)) (-3536 (((-110) $) NIL)) (-2333 (($ $ (-527) (-527)) NIL)) (-3548 (($ $ (-527) (-527)) NIL)) (-3893 (($ $ (-527) (-527) (-527) (-527)) NIL)) (-3364 (($ $) NIL)) (-1850 (((-110) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-3792 (($ $ (-527) (-527) $) NIL)) (-1232 ((|#1| $ (-527) (-527) |#1|) NIL) (($ $ (-594 (-527)) (-594 (-527)) $) NIL)) (-1638 (($ $ (-527) (-1176 |#1|)) NIL)) (-1754 (($ $ (-527) (-1176 |#1|)) NIL)) (-3467 (($ |#1| |#1| |#1|) 31)) (-2209 (($ (-715) |#1|) NIL)) (-1298 (($) NIL T CONST)) (-2064 (($ $) NIL (|has| |#1| (-288)))) (-2941 (((-1176 |#1|) $ (-527)) NIL)) (-4211 (($ |#1|) 30)) (-4020 (($ |#1|) 29)) (-3669 (($ |#1|) 28)) (-1238 (((-715) $) NIL (|has| |#1| (-519)))) (-2774 ((|#1| $ (-527) (-527) |#1|) NIL)) (-3231 ((|#1| $ (-527) (-527)) NIL)) (-3717 (((-594 |#1|) $) NIL)) (-2887 (((-715) $) NIL (|has| |#1| (-519)))) (-3335 (((-594 (-1176 |#1|)) $) NIL (|has| |#1| (-519)))) (-3639 (((-715) $) NIL)) (-3325 (($ (-715) (-715) |#1|) NIL)) (-3650 (((-715) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-3226 ((|#1| $) NIL (|has| |#1| (-6 (-4263 "*"))))) (-1325 (((-527) $) NIL)) (-2059 (((-527) $) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2767 (((-527) $) NIL)) (-2953 (((-527) $) NIL)) (-2272 (($ (-594 (-594 |#1|))) 11)) (-2762 (($ (-1 |#1| |#1|) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2132 (((-594 (-594 |#1|)) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2527 (((-3 $ "failed") $) NIL (|has| |#1| (-343)))) (-3156 (($) 12)) (-3586 (($ $ $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) NIL)) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) (-527)) NIL) ((|#1| $ (-527) (-527) |#1|) NIL) (($ $ (-594 (-527)) (-594 (-527))) NIL)) (-4071 (($ (-594 |#1|)) NIL) (($ (-594 $)) NIL)) (-3055 (((-110) $) NIL)) (-3832 ((|#1| $) NIL (|has| |#1| (-6 (-4263 "*"))))) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-3369 (((-1176 |#1|) $ (-527)) NIL)) (-4118 (($ (-1176 |#1|)) NIL) (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2192 (((-110) $) NIL)) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $ $) NIL) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-527) $) NIL) (((-1176 |#1|) $ (-1176 |#1|)) 15) (((-1176 |#1|) (-1176 |#1|) $) NIL) (((-880 |#1|) $ (-880 |#1|)) 20)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-209 |#1|) (-13 (-632 |#1| (-1176 |#1|) (-1176 |#1|)) (-10 -8 (-15 * ((-880 |#1|) $ (-880 |#1|))) (-15 -3156 ($)) (-15 -3669 ($ |#1|)) (-15 -4020 ($ |#1|)) (-15 -4211 ($ |#1|)) (-15 -3467 ($ |#1| |#1| |#1|)) (-15 -2118 ($ |#1| |#1| |#1|)))) (-13 (-343) (-1116))) (T -209))
+((* (*1 *2 *1 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116))) (-5 *1 (-209 *3)))) (-3156 (*1 *1) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))) (-3669 (*1 *1 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))) (-4020 (*1 *1 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))) (-4211 (*1 *1 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))) (-3467 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))) (-2118 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))))
+(-13 (-632 |#1| (-1176 |#1|) (-1176 |#1|)) (-10 -8 (-15 * ((-880 |#1|) $ (-880 |#1|))) (-15 -3156 ($)) (-15 -3669 ($ |#1|)) (-15 -4020 ($ |#1|)) (-15 -4211 ($ |#1|)) (-15 -3467 ($ |#1| |#1| |#1|)) (-15 -2118 ($ |#1| |#1| |#1|))))
+((-1920 (($ (-1 (-110) |#2|) $) 16)) (-3373 (($ |#2| $) NIL) (($ (-1 (-110) |#2|) $) 25)) (-2261 (($) NIL) (($ (-594 |#2|)) 11)) (-2747 (((-110) $ $) 23)))
+(((-210 |#1| |#2|) (-10 -8 (-15 -1920 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3373 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3373 (|#1| |#2| |#1|)) (-15 -2261 (|#1| (-594 |#2|))) (-15 -2261 (|#1|)) (-15 -2747 ((-110) |#1| |#1|))) (-211 |#2|) (-1022)) (T -210))
+NIL
+(-10 -8 (-15 -1920 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3373 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3373 (|#1| |#2| |#1|)) (-15 -2261 (|#1| (-594 |#2|))) (-15 -2261 (|#1|)) (-15 -2747 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1920 (($ (-1 (-110) |#1|) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1702 (($ $) 58 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ |#1| $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 46 (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) 57 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 54 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 51)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-2261 (($) 49) (($ (-594 |#1|)) 48)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 50)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-211 |#1|) (-133) (-1022)) (T -211))
+NIL
+(-13 (-217 |t#1|))
+(((-33) . T) ((-104 |#1|) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-217 |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-4234 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-715)) 11) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) 19) (($ $ (-715)) NIL) (($ $) 16)) (-2369 (($ $ (-1 |#2| |#2|)) 12) (($ $ (-1 |#2| |#2|) (-715)) 14) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL) (($ $ (-715)) NIL) (($ $) NIL)))
+(((-212 |#1| |#2|) (-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -2369 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -2369 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2369 (|#1| |#1| (-1094))) (-15 -2369 (|#1| |#1| (-594 (-1094)))) (-15 -2369 (|#1| |#1| (-1094) (-715))) (-15 -2369 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2369 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -2369 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|)))) (-213 |#2|) (-979)) (T -212))
+NIL
+(-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -2369 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -2369 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2369 (|#1| |#1| (-1094))) (-15 -2369 (|#1| |#1| (-594 (-1094)))) (-15 -2369 (|#1| |#1| (-1094) (-715))) (-15 -2369 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2369 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -2369 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4234 (($ $ (-1 |#1| |#1|)) 52) (($ $ (-1 |#1| |#1|) (-715)) 51) (($ $ (-594 (-1094)) (-594 (-715))) 44 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 43 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 42 (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) 41 (|has| |#1| (-837 (-1094)))) (($ $ (-715)) 39 (|has| |#1| (-215))) (($ $) 37 (|has| |#1| (-215)))) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-1 |#1| |#1|)) 50) (($ $ (-1 |#1| |#1|) (-715)) 49) (($ $ (-594 (-1094)) (-594 (-715))) 48 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 47 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 46 (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) 45 (|has| |#1| (-837 (-1094)))) (($ $ (-715)) 40 (|has| |#1| (-215))) (($ $) 38 (|has| |#1| (-215)))) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-213 |#1|) (-133) (-979)) (T -213))
+((-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-213 *3)) (-4 *3 (-979)))) (-4234 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-715)) (-4 *1 (-213 *4)) (-4 *4 (-979)))) (-2369 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-213 *3)) (-4 *3 (-979)))) (-2369 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-715)) (-4 *1 (-213 *4)) (-4 *4 (-979)))))
+(-13 (-979) (-10 -8 (-15 -4234 ($ $ (-1 |t#1| |t#1|))) (-15 -4234 ($ $ (-1 |t#1| |t#1|) (-715))) (-15 -2369 ($ $ (-1 |t#1| |t#1|))) (-15 -2369 ($ $ (-1 |t#1| |t#1|) (-715))) (IF (|has| |t#1| (-215)) (-6 (-215)) |%noBranch|) (IF (|has| |t#1| (-837 (-1094))) (-6 (-837 (-1094))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-215) |has| |#1| (-215)) ((-596 $) . T) ((-671) . T) ((-837 (-1094)) |has| |#1| (-837 (-1094))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4234 (($ $) NIL) (($ $ (-715)) 10)) (-2369 (($ $) 8) (($ $ (-715)) 12)))
+(((-214 |#1|) (-10 -8 (-15 -2369 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-715))) (-15 -2369 (|#1| |#1|)) (-15 -4234 (|#1| |#1|))) (-215)) (T -214))
+NIL
+(-10 -8 (-15 -2369 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-715))) (-15 -2369 (|#1| |#1|)) (-15 -4234 (|#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4234 (($ $) 38) (($ $ (-715)) 36)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $) 37) (($ $ (-715)) 35)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-215) (-133)) (T -215))
+((-4234 (*1 *1 *1) (-4 *1 (-215))) (-2369 (*1 *1 *1) (-4 *1 (-215))) (-4234 (*1 *1 *1 *2) (-12 (-4 *1 (-215)) (-5 *2 (-715)))) (-2369 (*1 *1 *1 *2) (-12 (-4 *1 (-215)) (-5 *2 (-715)))))
+(-13 (-979) (-10 -8 (-15 -4234 ($ $)) (-15 -2369 ($ $)) (-15 -4234 ($ $ (-715))) (-15 -2369 ($ $ (-715)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-2261 (($) 12) (($ (-594 |#2|)) NIL)) (-2465 (($ $) 14)) (-4131 (($ (-594 |#2|)) 10)) (-4118 (((-800) $) 21)))
+(((-216 |#1| |#2|) (-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -2261 (|#1| (-594 |#2|))) (-15 -2261 (|#1|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -2465 (|#1| |#1|))) (-217 |#2|) (-1022)) (T -216))
+NIL
+(-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -2261 (|#1| (-594 |#2|))) (-15 -2261 (|#1|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -2465 (|#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1920 (($ (-1 (-110) |#1|) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1702 (($ $) 58 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ |#1| $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 46 (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) 57 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 54 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 51)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-2261 (($) 49) (($ (-594 |#1|)) 48)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 50)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-217 |#1|) (-133) (-1022)) (T -217))
+((-2261 (*1 *1) (-12 (-4 *1 (-217 *2)) (-4 *2 (-1022)))) (-2261 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-217 *3)))) (-3373 (*1 *1 *2 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-217 *2)) (-4 *2 (-1022)))) (-3373 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-217 *3)) (-4 *3 (-1022)))) (-1920 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-217 *3)) (-4 *3 (-1022)))))
+(-13 (-104 |t#1|) (-144 |t#1|) (-10 -8 (-15 -2261 ($)) (-15 -2261 ($ (-594 |t#1|))) (IF (|has| $ (-6 -4261)) (PROGN (-15 -3373 ($ |t#1| $)) (-15 -3373 ($ (-1 (-110) |t#1|) $)) (-15 -1920 ($ (-1 (-110) |t#1|) $))) |%noBranch|)))
+(((-33) . T) ((-104 |#1|) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-4142 (((-2 (|:| |varOrder| (-594 (-1094))) (|:| |inhom| (-3 (-594 (-1176 (-715))) "failed")) (|:| |hom| (-594 (-1176 (-715))))) (-275 (-889 (-527)))) 27)))
+(((-218) (-10 -7 (-15 -4142 ((-2 (|:| |varOrder| (-594 (-1094))) (|:| |inhom| (-3 (-594 (-1176 (-715))) "failed")) (|:| |hom| (-594 (-1176 (-715))))) (-275 (-889 (-527))))))) (T -218))
+((-4142 (*1 *2 *3) (-12 (-5 *3 (-275 (-889 (-527)))) (-5 *2 (-2 (|:| |varOrder| (-594 (-1094))) (|:| |inhom| (-3 (-594 (-1176 (-715))) "failed")) (|:| |hom| (-594 (-1176 (-715)))))) (-5 *1 (-218)))))
+(-10 -7 (-15 -4142 ((-2 (|:| |varOrder| (-594 (-1094))) (|:| |inhom| (-3 (-594 (-1176 (-715))) "failed")) (|:| |hom| (-594 (-1176 (-715))))) (-275 (-889 (-527))))))
+((-1637 (((-715)) 51)) (-4162 (((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 $) (-1176 $)) 49) (((-634 |#3|) (-634 $)) 41) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL)) (-3817 (((-130)) 57)) (-4234 (($ $ (-1 |#3| |#3|) (-715)) NIL) (($ $ (-1 |#3| |#3|)) 18) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL) (($ $ (-715)) NIL) (($ $) NIL)) (-4118 (((-1176 |#3|) $) NIL) (($ |#3|) NIL) (((-800) $) NIL) (($ (-527)) 12) (($ (-387 (-527))) NIL)) (-4070 (((-715)) 15)) (-2873 (($ $ |#3|) 54)))
+(((-219 |#1| |#2| |#3|) (-10 -8 (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)) (-15 -4070 ((-715))) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4118 (|#1| |#3|)) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|) (-715))) (-15 -4162 ((-634 |#3|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 |#1|) (-1176 |#1|))) (-15 -1637 ((-715))) (-15 -2873 (|#1| |#1| |#3|)) (-15 -3817 ((-130))) (-15 -4118 ((-1176 |#3|) |#1|))) (-220 |#2| |#3|) (-715) (-1130)) (T -219))
+((-3817 (*1 *2) (-12 (-14 *4 (-715)) (-4 *5 (-1130)) (-5 *2 (-130)) (-5 *1 (-219 *3 *4 *5)) (-4 *3 (-220 *4 *5)))) (-1637 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-715)) (-5 *1 (-219 *3 *4 *5)) (-4 *3 (-220 *4 *5)))) (-4070 (*1 *2) (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-715)) (-5 *1 (-219 *3 *4 *5)) (-4 *3 (-220 *4 *5)))))
+(-10 -8 (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)) (-15 -4070 ((-715))) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4118 (|#1| |#3|)) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|) (-715))) (-15 -4162 ((-634 |#3|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 |#1|) (-1176 |#1|))) (-15 -1637 ((-715))) (-15 -2873 (|#1| |#1| |#3|)) (-15 -3817 ((-130))) (-15 -4118 ((-1176 |#3|) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#2| (-1022)))) (-1874 (((-110) $) 72 (|has| |#2| (-128)))) (-1756 (($ (-858)) 127 (|has| |#2| (-979)))) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-1741 (($ $ $) 123 (|has| |#2| (-737)))) (-3085 (((-3 $ "failed") $ $) 74 (|has| |#2| (-128)))) (-1731 (((-110) $ (-715)) 8)) (-1637 (((-715)) 109 (|has| |#2| (-348)))) (-2350 (((-527) $) 121 (|has| |#2| (-789)))) (-1232 ((|#2| $ (-527) |#2|) 52 (|has| $ (-6 -4262)))) (-1298 (($) 7 T CONST)) (-1923 (((-3 (-527) "failed") $) 67 (-3979 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-3 (-387 (-527)) "failed") $) 64 (-3979 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (((-3 |#2| "failed") $) 61 (|has| |#2| (-1022)))) (-4145 (((-527) $) 68 (-3979 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-387 (-527)) $) 65 (-3979 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) ((|#2| $) 60 (|has| |#2| (-1022)))) (-4162 (((-634 (-527)) (-634 $)) 108 (-3979 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 107 (-3979 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) 106 (|has| |#2| (-979))) (((-634 |#2|) (-634 $)) 105 (|has| |#2| (-979)))) (-3714 (((-3 $ "failed") $) 80 (|has| |#2| (-671)))) (-2309 (($) 112 (|has| |#2| (-348)))) (-2774 ((|#2| $ (-527) |#2|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#2| $ (-527)) 51)) (-3460 (((-110) $) 119 (|has| |#2| (-789)))) (-3717 (((-594 |#2|) $) 30 (|has| $ (-6 -4261)))) (-2956 (((-110) $) 83 (|has| |#2| (-671)))) (-1612 (((-110) $) 120 (|has| |#2| (-789)))) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3902 (($ $ $) 118 (-2027 (|has| |#2| (-789)) (|has| |#2| (-737))))) (-2063 (((-594 |#2|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) 27 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-1257 (($ $ $) 117 (-2027 (|has| |#2| (-789)) (|has| |#2| (-737))))) (-2762 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2|) $) 35)) (-1989 (((-858) $) 111 (|has| |#2| (-348)))) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#2| (-1022)))) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-1720 (($ (-858)) 110 (|has| |#2| (-348)))) (-4024 (((-1041) $) 21 (|has| |#2| (-1022)))) (-1672 ((|#2| $) 42 (|has| (-527) (-791)))) (-1542 (($ $ |#2|) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#2|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) 26 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) 25 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) 23 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#2| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#2| $ (-527) |#2|) 50) ((|#2| $ (-527)) 49)) (-3462 ((|#2| $ $) 126 (|has| |#2| (-979)))) (-2752 (($ (-1176 |#2|)) 128)) (-3817 (((-130)) 125 (|has| |#2| (-343)))) (-4234 (($ $) 100 (-3979 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) 98 (-3979 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) 96 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) 95 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) 94 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) 93 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) 86 (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) 85 (|has| |#2| (-979)))) (-4034 (((-715) (-1 (-110) |#2|) $) 31 (|has| $ (-6 -4261))) (((-715) |#2| $) 28 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-1176 |#2|) $) 129) (($ (-527)) 66 (-2027 (-3979 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) (|has| |#2| (-979)))) (($ (-387 (-527))) 63 (-3979 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (($ |#2|) 62 (|has| |#2| (-1022))) (((-800) $) 18 (|has| |#2| (-568 (-800))))) (-4070 (((-715)) 104 (|has| |#2| (-979)))) (-1722 (((-110) (-1 (-110) |#2|) $) 33 (|has| $ (-6 -4261)))) (-1597 (($ $) 122 (|has| |#2| (-789)))) (-3732 (($ $ (-715)) 81 (|has| |#2| (-671))) (($ $ (-858)) 77 (|has| |#2| (-671)))) (-3361 (($) 71 (|has| |#2| (-128)) CONST)) (-3374 (($) 84 (|has| |#2| (-671)) CONST)) (-2369 (($ $) 99 (-3979 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) 97 (-3979 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) 92 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) 91 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) 90 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) 89 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) 88 (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) 87 (|has| |#2| (-979)))) (-2813 (((-110) $ $) 115 (-2027 (|has| |#2| (-789)) (|has| |#2| (-737))))) (-2788 (((-110) $ $) 114 (-2027 (|has| |#2| (-789)) (|has| |#2| (-737))))) (-2747 (((-110) $ $) 20 (|has| |#2| (-1022)))) (-2799 (((-110) $ $) 116 (-2027 (|has| |#2| (-789)) (|has| |#2| (-737))))) (-2775 (((-110) $ $) 113 (-2027 (|has| |#2| (-789)) (|has| |#2| (-737))))) (-2873 (($ $ |#2|) 124 (|has| |#2| (-343)))) (-2863 (($ $ $) 102 (|has| |#2| (-979))) (($ $) 101 (|has| |#2| (-979)))) (-2850 (($ $ $) 69 (|has| |#2| (-25)))) (** (($ $ (-715)) 82 (|has| |#2| (-671))) (($ $ (-858)) 78 (|has| |#2| (-671)))) (* (($ (-527) $) 103 (|has| |#2| (-979))) (($ $ $) 79 (|has| |#2| (-671))) (($ $ |#2|) 76 (|has| |#2| (-671))) (($ |#2| $) 75 (|has| |#2| (-671))) (($ (-715) $) 73 (|has| |#2| (-128))) (($ (-858) $) 70 (|has| |#2| (-25)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-220 |#1| |#2|) (-133) (-715) (-1130)) (T -220))
+((-2752 (*1 *1 *2) (-12 (-5 *2 (-1176 *4)) (-4 *4 (-1130)) (-4 *1 (-220 *3 *4)))) (-1756 (*1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-220 *3 *4)) (-4 *4 (-979)) (-4 *4 (-1130)))) (-3462 (*1 *2 *1 *1) (-12 (-4 *1 (-220 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-979)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-220 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-671)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-220 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-671)))))
+(-13 (-560 (-527) |t#2|) (-568 (-1176 |t#2|)) (-10 -8 (-6 -4261) (-15 -2752 ($ (-1176 |t#2|))) (IF (|has| |t#2| (-1022)) (-6 (-391 |t#2|)) |%noBranch|) (IF (|has| |t#2| (-979)) (PROGN (-6 (-109 |t#2| |t#2|)) (-6 (-213 |t#2|)) (-6 (-357 |t#2|)) (-15 -1756 ($ (-858))) (-15 -3462 (|t#2| $ $))) |%noBranch|) (IF (|has| |t#2| (-25)) (-6 (-25)) |%noBranch|) (IF (|has| |t#2| (-128)) (-6 (-128)) |%noBranch|) (IF (|has| |t#2| (-671)) (PROGN (-6 (-671)) (-15 * ($ |t#2| $)) (-15 * ($ $ |t#2|))) |%noBranch|) (IF (|has| |t#2| (-348)) (-6 (-348)) |%noBranch|) (IF (|has| |t#2| (-162)) (PROGN (-6 (-37 |t#2|)) (-6 (-162))) |%noBranch|) (IF (|has| |t#2| (-6 -4258)) (-6 -4258) |%noBranch|) (IF (|has| |t#2| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |t#2| (-737)) (-6 (-737)) |%noBranch|) (IF (|has| |t#2| (-343)) (-6 (-1183 |t#2|)) |%noBranch|)))
+(((-21) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-343)) (|has| |#2| (-162))) ((-23) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-737)) (|has| |#2| (-343)) (|has| |#2| (-162)) (|has| |#2| (-128))) ((-25) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-737)) (|has| |#2| (-343)) (|has| |#2| (-162)) (|has| |#2| (-128)) (|has| |#2| (-25))) ((-33) . T) ((-37 |#2|) |has| |#2| (-162)) ((-99) -2027 (|has| |#2| (-1022)) (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-737)) (|has| |#2| (-671)) (|has| |#2| (-348)) (|has| |#2| (-343)) (|has| |#2| (-162)) (|has| |#2| (-128)) (|has| |#2| (-25))) ((-109 |#2| |#2|) -2027 (|has| |#2| (-979)) (|has| |#2| (-343)) (|has| |#2| (-162))) ((-109 $ $) |has| |#2| (-162)) ((-128) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-737)) (|has| |#2| (-343)) (|has| |#2| (-162)) (|has| |#2| (-128))) ((-568 (-800)) -2027 (|has| |#2| (-1022)) (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-737)) (|has| |#2| (-671)) (|has| |#2| (-348)) (|has| |#2| (-343)) (|has| |#2| (-162)) (|has| |#2| (-568 (-800))) (|has| |#2| (-128)) (|has| |#2| (-25))) ((-568 (-1176 |#2|)) . T) ((-162) |has| |#2| (-162)) ((-213 |#2|) |has| |#2| (-979)) ((-215) -12 (|has| |#2| (-215)) (|has| |#2| (-979))) ((-267 #0=(-527) |#2|) . T) ((-269 #0# |#2|) . T) ((-290 |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-348) |has| |#2| (-348)) ((-357 |#2|) |has| |#2| (-979)) ((-391 |#2|) |has| |#2| (-1022)) ((-466 |#2|) . T) ((-560 #0# |#2|) . T) ((-488 |#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-596 |#2|) -2027 (|has| |#2| (-979)) (|has| |#2| (-343)) (|has| |#2| (-162))) ((-596 $) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-162))) ((-590 (-527)) -12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979))) ((-590 |#2|) |has| |#2| (-979)) ((-662 |#2|) -2027 (|has| |#2| (-343)) (|has| |#2| (-162))) ((-671) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-671)) (|has| |#2| (-162))) ((-735) |has| |#2| (-789)) ((-736) -2027 (|has| |#2| (-789)) (|has| |#2| (-737))) ((-737) |has| |#2| (-737)) ((-738) -2027 (|has| |#2| (-789)) (|has| |#2| (-737))) ((-739) -2027 (|has| |#2| (-789)) (|has| |#2| (-737))) ((-789) |has| |#2| (-789)) ((-791) -2027 (|has| |#2| (-789)) (|has| |#2| (-737))) ((-837 (-1094)) -12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979))) ((-970 (-387 (-527))) -12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022))) ((-970 (-527)) -12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) ((-970 |#2|) |has| |#2| (-1022)) ((-985 |#2|) -2027 (|has| |#2| (-979)) (|has| |#2| (-343)) (|has| |#2| (-162))) ((-985 $) |has| |#2| (-162)) ((-979) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-162))) ((-986) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-162))) ((-1034) -2027 (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-671)) (|has| |#2| (-162))) ((-1022) -2027 (|has| |#2| (-1022)) (|has| |#2| (-979)) (|has| |#2| (-789)) (|has| |#2| (-737)) (|has| |#2| (-671)) (|has| |#2| (-348)) (|has| |#2| (-343)) (|has| |#2| (-162)) (|has| |#2| (-128)) (|has| |#2| (-25))) ((-1130) . T) ((-1183 |#2|) |has| |#2| (-343)))
+((-1244 (((-222 |#1| |#3|) (-1 |#3| |#2| |#3|) (-222 |#1| |#2|) |#3|) 21)) (-2731 ((|#3| (-1 |#3| |#2| |#3|) (-222 |#1| |#2|) |#3|) 23)) (-1998 (((-222 |#1| |#3|) (-1 |#3| |#2|) (-222 |#1| |#2|)) 18)))
+(((-221 |#1| |#2| |#3|) (-10 -7 (-15 -1244 ((-222 |#1| |#3|) (-1 |#3| |#2| |#3|) (-222 |#1| |#2|) |#3|)) (-15 -2731 (|#3| (-1 |#3| |#2| |#3|) (-222 |#1| |#2|) |#3|)) (-15 -1998 ((-222 |#1| |#3|) (-1 |#3| |#2|) (-222 |#1| |#2|)))) (-715) (-1130) (-1130)) (T -221))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-222 *5 *6)) (-14 *5 (-715)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-5 *2 (-222 *5 *7)) (-5 *1 (-221 *5 *6 *7)))) (-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-222 *5 *6)) (-14 *5 (-715)) (-4 *6 (-1130)) (-4 *2 (-1130)) (-5 *1 (-221 *5 *6 *2)))) (-1244 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-222 *6 *7)) (-14 *6 (-715)) (-4 *7 (-1130)) (-4 *5 (-1130)) (-5 *2 (-222 *6 *5)) (-5 *1 (-221 *6 *7 *5)))))
+(-10 -7 (-15 -1244 ((-222 |#1| |#3|) (-1 |#3| |#2| |#3|) (-222 |#1| |#2|) |#3|)) (-15 -2731 (|#3| (-1 |#3| |#2| |#3|) (-222 |#1| |#2|) |#3|)) (-15 -1998 ((-222 |#1| |#3|) (-1 |#3| |#2|) (-222 |#1| |#2|))))
+((-4105 (((-110) $ $) NIL (|has| |#2| (-1022)))) (-1874 (((-110) $) NIL (|has| |#2| (-128)))) (-1756 (($ (-858)) 56 (|has| |#2| (-979)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1741 (($ $ $) 60 (|has| |#2| (-737)))) (-3085 (((-3 $ "failed") $ $) 49 (|has| |#2| (-128)))) (-1731 (((-110) $ (-715)) 17)) (-1637 (((-715)) NIL (|has| |#2| (-348)))) (-2350 (((-527) $) NIL (|has| |#2| (-789)))) (-1232 ((|#2| $ (-527) |#2|) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (((-3 |#2| "failed") $) 29 (|has| |#2| (-1022)))) (-4145 (((-527) $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-387 (-527)) $) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) ((|#2| $) 27 (|has| |#2| (-1022)))) (-4162 (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL (|has| |#2| (-979))) (((-634 |#2|) (-634 $)) NIL (|has| |#2| (-979)))) (-3714 (((-3 $ "failed") $) 53 (|has| |#2| (-671)))) (-2309 (($) NIL (|has| |#2| (-348)))) (-2774 ((|#2| $ (-527) |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ (-527)) 51)) (-3460 (((-110) $) NIL (|has| |#2| (-789)))) (-3717 (((-594 |#2|) $) 15 (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL (|has| |#2| (-671)))) (-1612 (((-110) $) NIL (|has| |#2| (-789)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 20 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2063 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 (((-527) $) 50 (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2762 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2|) $) 41)) (-1989 (((-858) $) NIL (|has| |#2| (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#2| (-1022)))) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-1720 (($ (-858)) NIL (|has| |#2| (-348)))) (-4024 (((-1041) $) NIL (|has| |#2| (-1022)))) (-1672 ((|#2| $) NIL (|has| (-527) (-791)))) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#2|) $) 24 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ (-527) |#2|) NIL) ((|#2| $ (-527)) 21)) (-3462 ((|#2| $ $) NIL (|has| |#2| (-979)))) (-2752 (($ (-1176 |#2|)) 18)) (-3817 (((-130)) NIL (|has| |#2| (-343)))) (-4234 (($ $) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-979)))) (-4034 (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-1176 |#2|) $) 10) (($ (-527)) NIL (-2027 (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) (|has| |#2| (-979)))) (($ (-387 (-527))) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (($ |#2|) 13 (|has| |#2| (-1022))) (((-800) $) NIL (|has| |#2| (-568 (-800))))) (-4070 (((-715)) NIL (|has| |#2| (-979)))) (-1722 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-1597 (($ $) NIL (|has| |#2| (-789)))) (-3732 (($ $ (-715)) NIL (|has| |#2| (-671))) (($ $ (-858)) NIL (|has| |#2| (-671)))) (-3361 (($) 35 (|has| |#2| (-128)) CONST)) (-3374 (($) 38 (|has| |#2| (-671)) CONST)) (-2369 (($ $) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-979)))) (-2813 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2788 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2747 (((-110) $ $) 26 (|has| |#2| (-1022)))) (-2799 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2775 (((-110) $ $) 58 (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $ $) NIL (|has| |#2| (-979))) (($ $) NIL (|has| |#2| (-979)))) (-2850 (($ $ $) 33 (|has| |#2| (-25)))) (** (($ $ (-715)) NIL (|has| |#2| (-671))) (($ $ (-858)) NIL (|has| |#2| (-671)))) (* (($ (-527) $) NIL (|has| |#2| (-979))) (($ $ $) 44 (|has| |#2| (-671))) (($ $ |#2|) 42 (|has| |#2| (-671))) (($ |#2| $) 43 (|has| |#2| (-671))) (($ (-715) $) NIL (|has| |#2| (-128))) (($ (-858) $) NIL (|has| |#2| (-25)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-222 |#1| |#2|) (-220 |#1| |#2|) (-715) (-1130)) (T -222))
+NIL
+(-220 |#1| |#2|)
+((-1852 (((-527) (-594 (-1077))) 24) (((-527) (-1077)) 19)) (-3122 (((-1181) (-594 (-1077))) 29) (((-1181) (-1077)) 28)) (-4174 (((-1077)) 14)) (-3485 (((-1077) (-527) (-1077)) 16)) (-2291 (((-594 (-1077)) (-594 (-1077)) (-527) (-1077)) 25) (((-1077) (-1077) (-527) (-1077)) 23)) (-2030 (((-594 (-1077)) (-594 (-1077))) 13) (((-594 (-1077)) (-1077)) 11)))
+(((-223) (-10 -7 (-15 -2030 ((-594 (-1077)) (-1077))) (-15 -2030 ((-594 (-1077)) (-594 (-1077)))) (-15 -4174 ((-1077))) (-15 -3485 ((-1077) (-527) (-1077))) (-15 -2291 ((-1077) (-1077) (-527) (-1077))) (-15 -2291 ((-594 (-1077)) (-594 (-1077)) (-527) (-1077))) (-15 -3122 ((-1181) (-1077))) (-15 -3122 ((-1181) (-594 (-1077)))) (-15 -1852 ((-527) (-1077))) (-15 -1852 ((-527) (-594 (-1077)))))) (T -223))
+((-1852 (*1 *2 *3) (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-527)) (-5 *1 (-223)))) (-1852 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-527)) (-5 *1 (-223)))) (-3122 (*1 *2 *3) (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1181)) (-5 *1 (-223)))) (-3122 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-223)))) (-2291 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-594 (-1077))) (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *1 (-223)))) (-2291 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-1077)) (-5 *3 (-527)) (-5 *1 (-223)))) (-3485 (*1 *2 *3 *2) (-12 (-5 *2 (-1077)) (-5 *3 (-527)) (-5 *1 (-223)))) (-4174 (*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-223)))) (-2030 (*1 *2 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-223)))) (-2030 (*1 *2 *3) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-223)) (-5 *3 (-1077)))))
+(-10 -7 (-15 -2030 ((-594 (-1077)) (-1077))) (-15 -2030 ((-594 (-1077)) (-594 (-1077)))) (-15 -4174 ((-1077))) (-15 -3485 ((-1077) (-527) (-1077))) (-15 -2291 ((-1077) (-1077) (-527) (-1077))) (-15 -2291 ((-594 (-1077)) (-594 (-1077)) (-527) (-1077))) (-15 -3122 ((-1181) (-1077))) (-15 -3122 ((-1181) (-594 (-1077)))) (-15 -1852 ((-527) (-1077))) (-15 -1852 ((-527) (-594 (-1077)))))
+((-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 9)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 18)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ (-387 (-527)) $) 25) (($ $ (-387 (-527))) NIL)))
+(((-224 |#1|) (-10 -8 (-15 -3732 (|#1| |#1| (-527))) (-15 ** (|#1| |#1| (-527))) (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 ** (|#1| |#1| (-715))) (-15 -3732 (|#1| |#1| (-715))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-858))) (-15 -3732 (|#1| |#1| (-858))) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|))) (-225)) (T -224))
+NIL
+(-10 -8 (-15 -3732 (|#1| |#1| (-527))) (-15 ** (|#1| |#1| (-527))) (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 ** (|#1| |#1| (-715))) (-15 -3732 (|#1| |#1| (-715))) (-15 * (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| (-858))) (-15 -3732 (|#1| |#1| (-858))) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 39)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 44)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 40)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 41)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ (-387 (-527)) $) 43) (($ $ (-387 (-527))) 42)))
+(((-225) (-133)) (T -225))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-225)) (-5 *2 (-527)))) (-3732 (*1 *1 *1 *2) (-12 (-4 *1 (-225)) (-5 *2 (-527)))) (-2952 (*1 *1 *1) (-4 *1 (-225))))
+(-13 (-271) (-37 (-387 (-527))) (-10 -8 (-15 ** ($ $ (-527))) (-15 -3732 ($ $ (-527))) (-15 -2952 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-271) . T) ((-596 #0#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-671) . T) ((-985 #0#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-1630 (($ $) 57)) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-1307 (($ $ $) 53 (|has| $ (-6 -4262)))) (-2566 (($ $ $) 52 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-1298 (($) 7 T CONST)) (-1777 (($ $) 56)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-1301 (($ $) 55)) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2681 ((|#1| $) 59)) (-3514 (($ $) 58)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47)) (-2312 (((-527) $ $) 44)) (-2760 (((-110) $) 46)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-1390 (($ $ $) 54 (|has| $ (-6 -4262)))) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-226 |#1|) (-133) (-1130)) (T -226))
+((-2681 (*1 *2 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130)))) (-3514 (*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130)))) (-1630 (*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130)))) (-1777 (*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130)))) (-1301 (*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130)))) (-1390 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-226 *2)) (-4 *2 (-1130)))) (-1307 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-226 *2)) (-4 *2 (-1130)))) (-2566 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-226 *2)) (-4 *2 (-1130)))))
+(-13 (-944 |t#1|) (-10 -8 (-15 -2681 (|t#1| $)) (-15 -3514 ($ $)) (-15 -1630 ($ $)) (-15 -1777 ($ $)) (-15 -1301 ($ $)) (IF (|has| $ (-6 -4262)) (PROGN (-15 -1390 ($ $ $)) (-15 -1307 ($ $ $)) (-15 -2566 ($ $ $))) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-944 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-1630 (($ $) NIL)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) $) NIL (|has| |#1| (-791))) (((-110) (-1 (-110) |#1| |#1|) $) NIL)) (-3962 (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791)))) (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-2259 (($ $) 10 (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-1706 (($ $ $) NIL (|has| $ (-6 -4262)))) (-1418 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4262))) (($ $ "rest" $) NIL (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) |#1|) $) NIL)) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2239 ((|#1| $) NIL)) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1683 (($ $) NIL) (($ $ (-715)) NIL)) (-3802 (($ $) NIL (|has| |#1| (-1022)))) (-1702 (($ $) 7 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) NIL (|has| |#1| (-1022))) (($ (-1 (-110) |#1|) $) NIL)) (-2659 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-2678 (((-110) $) NIL)) (-3908 (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022))) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) (-1 (-110) |#1|) $) NIL)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3325 (($ (-715) |#1|) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-3427 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) NIL)) (-2965 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1536 (($ |#1|) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2681 ((|#1| $) NIL) (($ $ (-715)) NIL)) (-3204 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-2555 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL) (($ $ (-715)) NIL)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1311 (((-110) $) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1143 (-527))) NIL) ((|#1| $ (-527)) NIL) ((|#1| $ (-527) |#1|) NIL) (($ $ "unique") 9) (($ $ "sort") 12) (((-715) $ "count") 16)) (-2312 (((-527) $ $) NIL)) (-3322 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-2104 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-3651 (($ (-594 |#1|)) 22)) (-2760 (((-110) $) NIL)) (-3112 (($ $) NIL)) (-1256 (($ $) NIL (|has| $ (-6 -4262)))) (-1636 (((-715) $) NIL)) (-4049 (($ $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-1390 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1997 (($ $ $) NIL) (($ |#1| $) NIL) (($ (-594 $)) NIL) (($ $ |#1|) NIL)) (-4118 (($ (-594 |#1|)) 17) (((-594 |#1|) $) 18) (((-800) $) 21 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) 14 (|has| $ (-6 -4261)))))
+(((-227 |#1|) (-13 (-614 |#1|) (-10 -8 (-15 -4118 ($ (-594 |#1|))) (-15 -4118 ((-594 |#1|) $)) (-15 -3651 ($ (-594 |#1|))) (-15 -3439 ($ $ "unique")) (-15 -3439 ($ $ "sort")) (-15 -3439 ((-715) $ "count")))) (-791)) (T -227))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-227 *3)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-227 *3)) (-4 *3 (-791)))) (-3651 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-227 *3)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 "unique") (-5 *1 (-227 *3)) (-4 *3 (-791)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-227 *3)) (-4 *3 (-791)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 "count") (-5 *2 (-715)) (-5 *1 (-227 *4)) (-4 *4 (-791)))))
+(-13 (-614 |#1|) (-10 -8 (-15 -4118 ($ (-594 |#1|))) (-15 -4118 ((-594 |#1|) $)) (-15 -3651 ($ (-594 |#1|))) (-15 -3439 ($ $ "unique")) (-15 -3439 ($ $ "sort")) (-15 -3439 ((-715) $ "count"))))
+((-3946 (((-3 (-715) "failed") |#1| |#1| (-715)) 27)))
+(((-228 |#1|) (-10 -7 (-15 -3946 ((-3 (-715) "failed") |#1| |#1| (-715)))) (-13 (-671) (-348) (-10 -7 (-15 ** (|#1| |#1| (-527)))))) (T -228))
+((-3946 (*1 *2 *3 *3 *2) (|partial| -12 (-5 *2 (-715)) (-4 *3 (-13 (-671) (-348) (-10 -7 (-15 ** (*3 *3 (-527)))))) (-5 *1 (-228 *3)))))
+(-10 -7 (-15 -3946 ((-3 (-715) "failed") |#1| |#1| (-715))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-802 |#1|)) $) NIL)) (-2669 (((-1090 $) $ (-802 |#1|)) NIL) (((-1090 |#2|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#2| (-519)))) (-3931 (($ $) NIL (|has| |#2| (-519)))) (-3938 (((-110) $) NIL (|has| |#2| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-802 |#1|))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-3259 (($ $) NIL (|has| |#2| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#2| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-802 |#1|) "failed") $) NIL)) (-4145 ((|#2| $) NIL) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-802 |#1|) $) NIL)) (-1897 (($ $ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-1600 (($ $ (-594 (-527))) NIL)) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#2| (-846)))) (-3379 (($ $ |#2| (-222 (-2809 |#1|) (-715)) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-359))) (|has| |#2| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-527))) (|has| |#2| (-823 (-527)))))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2842 (($ (-1090 |#2|) (-802 |#1|)) NIL) (($ (-1090 $) (-802 |#1|)) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#2| (-222 (-2809 |#1|) (-715))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-802 |#1|)) NIL)) (-4045 (((-222 (-2809 |#1|) (-715)) $) NIL) (((-715) $ (-802 |#1|)) NIL) (((-594 (-715)) $ (-594 (-802 |#1|))) NIL)) (-3902 (($ $ $) NIL (|has| |#2| (-791)))) (-1257 (($ $ $) NIL (|has| |#2| (-791)))) (-2301 (($ (-1 (-222 (-2809 |#1|) (-715)) (-222 (-2809 |#1|) (-715))) $) NIL)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-2317 (((-3 (-802 |#1|) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#2| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-2416 (((-1077) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-802 |#1|)) (|:| -3148 (-715))) "failed") $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#2| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#2| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#2| (-846)))) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-802 |#1|) |#2|) NIL) (($ $ (-594 (-802 |#1|)) (-594 |#2|)) NIL) (($ $ (-802 |#1|) $) NIL) (($ $ (-594 (-802 |#1|)) (-594 $)) NIL)) (-1875 (($ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-4234 (($ $ (-802 |#1|)) NIL) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-4115 (((-222 (-2809 |#1|) (-715)) $) NIL) (((-715) $ (-802 |#1|)) NIL) (((-594 (-715)) $ (-594 (-802 |#1|))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-802 |#1|) (-569 (-503))) (|has| |#2| (-569 (-503)))))) (-1898 ((|#2| $) NIL (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#2| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) NIL) (($ (-802 |#1|)) NIL) (($ (-387 (-527))) NIL (-2027 (|has| |#2| (-37 (-387 (-527)))) (|has| |#2| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#2| (-519)))) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-222 (-2809 |#1|) (-715))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#2| (-846))) (|has| |#2| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#2| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#2| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-802 |#1|)) NIL) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-2813 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#2| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#2| (-37 (-387 (-527))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-229 |#1| |#2|) (-13 (-886 |#2| (-222 (-2809 |#1|) (-715)) (-802 |#1|)) (-10 -8 (-15 -1600 ($ $ (-594 (-527)))))) (-594 (-1094)) (-979)) (T -229))
+((-1600 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-229 *3 *4)) (-14 *3 (-594 (-1094))) (-4 *4 (-979)))))
+(-13 (-886 |#2| (-222 (-2809 |#1|) (-715)) (-802 |#1|)) (-10 -8 (-15 -1600 ($ $ (-594 (-527))))))
+((-4105 (((-110) $ $) NIL)) (-1306 (((-1181) $) 15)) (-3314 (((-171) $) 9)) (-3039 (($ (-171)) 10)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 7)) (-2747 (((-110) $ $) 13)))
+(((-230) (-13 (-1022) (-10 -8 (-15 -3314 ((-171) $)) (-15 -3039 ($ (-171))) (-15 -1306 ((-1181) $))))) (T -230))
+((-3314 (*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-230)))) (-3039 (*1 *1 *2) (-12 (-5 *2 (-171)) (-5 *1 (-230)))) (-1306 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-230)))))
+(-13 (-1022) (-10 -8 (-15 -3314 ((-171) $)) (-15 -3039 ($ (-171))) (-15 -1306 ((-1181) $))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1756 (($ (-858)) NIL (|has| |#4| (-979)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1741 (($ $ $) NIL (|has| |#4| (-737)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-1637 (((-715)) NIL (|has| |#4| (-348)))) (-2350 (((-527) $) NIL (|has| |#4| (-789)))) (-1232 ((|#4| $ (-527) |#4|) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#4| "failed") $) NIL (|has| |#4| (-1022))) (((-3 (-527) "failed") $) NIL (-12 (|has| |#4| (-970 (-527))) (|has| |#4| (-1022)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| |#4| (-970 (-387 (-527)))) (|has| |#4| (-1022))))) (-4145 ((|#4| $) NIL (|has| |#4| (-1022))) (((-527) $) NIL (-12 (|has| |#4| (-970 (-527))) (|has| |#4| (-1022)))) (((-387 (-527)) $) NIL (-12 (|has| |#4| (-970 (-387 (-527)))) (|has| |#4| (-1022))))) (-4162 (((-2 (|:| -1837 (-634 |#4|)) (|:| |vec| (-1176 |#4|))) (-634 $) (-1176 $)) NIL (|has| |#4| (-979))) (((-634 |#4|) (-634 $)) NIL (|has| |#4| (-979))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979)))) (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))))) (-3714 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))))) (-2309 (($) NIL (|has| |#4| (-348)))) (-2774 ((|#4| $ (-527) |#4|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#4| $ (-527)) NIL)) (-3460 (((-110) $) NIL (|has| |#4| (-789)))) (-3717 (((-594 |#4|) $) NIL (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))))) (-1612 (((-110) $) NIL (|has| |#4| (-789)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (-2027 (|has| |#4| (-737)) (|has| |#4| (-789))))) (-2063 (((-594 |#4|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (-2027 (|has| |#4| (-737)) (|has| |#4| (-789))))) (-2762 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) NIL)) (-1989 (((-858) $) NIL (|has| |#4| (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-1720 (($ (-858)) NIL (|has| |#4| (-348)))) (-4024 (((-1041) $) NIL)) (-1672 ((|#4| $) NIL (|has| (-527) (-791)))) (-1542 (($ $ |#4|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#4|))) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 |#4|) (-594 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2401 (((-594 |#4|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#4| $ (-527) |#4|) NIL) ((|#4| $ (-527)) 12)) (-3462 ((|#4| $ $) NIL (|has| |#4| (-979)))) (-2752 (($ (-1176 |#4|)) NIL)) (-3817 (((-130)) NIL (|has| |#4| (-343)))) (-4234 (($ $ (-1 |#4| |#4|) (-715)) NIL (|has| |#4| (-979))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-979))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#4| (-215)) (|has| |#4| (-979)))) (($ $) NIL (-12 (|has| |#4| (-215)) (|has| |#4| (-979))))) (-4034 (((-715) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261))) (((-715) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-1176 |#4|) $) NIL) (((-800) $) NIL) (($ |#4|) NIL (|has| |#4| (-1022))) (($ (-527)) NIL (-2027 (-12 (|has| |#4| (-970 (-527))) (|has| |#4| (-1022))) (|has| |#4| (-979)))) (($ (-387 (-527))) NIL (-12 (|has| |#4| (-970 (-387 (-527)))) (|has| |#4| (-1022))))) (-4070 (((-715)) NIL (|has| |#4| (-979)))) (-1722 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-1597 (($ $) NIL (|has| |#4| (-789)))) (-3732 (($ $ (-715)) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979))))) (($ $ (-858)) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))))) (-3361 (($) NIL T CONST)) (-3374 (($) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) CONST)) (-2369 (($ $ (-1 |#4| |#4|) (-715)) NIL (|has| |#4| (-979))) (($ $ (-1 |#4| |#4|)) NIL (|has| |#4| (-979))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#4| (-215)) (|has| |#4| (-979)))) (($ $) NIL (-12 (|has| |#4| (-215)) (|has| |#4| (-979))))) (-2813 (((-110) $ $) NIL (-2027 (|has| |#4| (-737)) (|has| |#4| (-789))))) (-2788 (((-110) $ $) NIL (-2027 (|has| |#4| (-737)) (|has| |#4| (-789))))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (-2027 (|has| |#4| (-737)) (|has| |#4| (-789))))) (-2775 (((-110) $ $) NIL (-2027 (|has| |#4| (-737)) (|has| |#4| (-789))))) (-2873 (($ $ |#4|) NIL (|has| |#4| (-343)))) (-2863 (($ $ $) NIL) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979))))) (($ $ (-858)) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))))) (* (($ |#2| $) 14) (($ (-527) $) NIL) (($ (-715) $) NIL) (($ (-858) $) NIL) (($ |#3| $) 18) (($ $ |#4|) NIL (|has| |#4| (-671))) (($ |#4| $) NIL (|has| |#4| (-671))) (($ $ $) NIL (-2027 (-12 (|has| |#4| (-215)) (|has| |#4| (-979))) (-12 (|has| |#4| (-590 (-527))) (|has| |#4| (-979))) (|has| |#4| (-671)) (-12 (|has| |#4| (-837 (-1094))) (|has| |#4| (-979)))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-231 |#1| |#2| |#3| |#4|) (-13 (-220 |#1| |#4|) (-596 |#2|) (-596 |#3|)) (-858) (-979) (-1044 |#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) (-596 |#2|)) (T -231))
+NIL
+(-13 (-220 |#1| |#4|) (-596 |#2|) (-596 |#3|))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1756 (($ (-858)) NIL (|has| |#3| (-979)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1741 (($ $ $) NIL (|has| |#3| (-737)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-1637 (((-715)) NIL (|has| |#3| (-348)))) (-2350 (((-527) $) NIL (|has| |#3| (-789)))) (-1232 ((|#3| $ (-527) |#3|) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#3| "failed") $) NIL (|has| |#3| (-1022))) (((-3 (-527) "failed") $) NIL (-12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022))))) (-4145 ((|#3| $) NIL (|has| |#3| (-1022))) (((-527) $) NIL (-12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022)))) (((-387 (-527)) $) NIL (-12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022))))) (-4162 (((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 $) (-1176 $)) NIL (|has| |#3| (-979))) (((-634 |#3|) (-634 $)) NIL (|has| |#3| (-979))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979)))) (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))))) (-3714 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))))) (-2309 (($) NIL (|has| |#3| (-348)))) (-2774 ((|#3| $ (-527) |#3|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#3| $ (-527)) NIL)) (-3460 (((-110) $) NIL (|has| |#3| (-789)))) (-3717 (((-594 |#3|) $) NIL (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))))) (-1612 (((-110) $) NIL (|has| |#3| (-789)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2063 (((-594 |#3|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2762 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#3| |#3|) $) NIL)) (-1989 (((-858) $) NIL (|has| |#3| (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-1720 (($ (-858)) NIL (|has| |#3| (-348)))) (-4024 (((-1041) $) NIL)) (-1672 ((|#3| $) NIL (|has| (-527) (-791)))) (-1542 (($ $ |#3|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#3|))) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-275 |#3|)) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-594 |#3|) (-594 |#3|)) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022))))) (-2401 (((-594 |#3|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#3| $ (-527) |#3|) NIL) ((|#3| $ (-527)) 11)) (-3462 ((|#3| $ $) NIL (|has| |#3| (-979)))) (-2752 (($ (-1176 |#3|)) NIL)) (-3817 (((-130)) NIL (|has| |#3| (-343)))) (-4234 (($ $ (-1 |#3| |#3|) (-715)) NIL (|has| |#3| (-979))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-979))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979)))) (($ $) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979))))) (-4034 (((-715) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261))) (((-715) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-1176 |#3|) $) NIL) (((-800) $) NIL) (($ |#3|) NIL (|has| |#3| (-1022))) (($ (-527)) NIL (-2027 (-12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022))) (|has| |#3| (-979)))) (($ (-387 (-527))) NIL (-12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022))))) (-4070 (((-715)) NIL (|has| |#3| (-979)))) (-1722 (((-110) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261)))) (-1597 (($ $) NIL (|has| |#3| (-789)))) (-3732 (($ $ (-715)) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979))))) (($ $ (-858)) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))))) (-3361 (($) NIL T CONST)) (-3374 (($) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) CONST)) (-2369 (($ $ (-1 |#3| |#3|) (-715)) NIL (|has| |#3| (-979))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-979))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979)))) (($ $) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979))))) (-2813 (((-110) $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2788 (((-110) $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2775 (((-110) $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2873 (($ $ |#3|) NIL (|has| |#3| (-343)))) (-2863 (($ $ $) NIL) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979))))) (($ $ (-858)) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))))) (* (($ |#2| $) 13) (($ (-527) $) NIL) (($ (-715) $) NIL) (($ (-858) $) NIL) (($ $ |#3|) NIL (|has| |#3| (-671))) (($ |#3| $) NIL (|has| |#3| (-671))) (($ $ $) NIL (-2027 (-12 (|has| |#3| (-215)) (|has| |#3| (-979))) (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979))) (|has| |#3| (-671)) (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-232 |#1| |#2| |#3|) (-13 (-220 |#1| |#3|) (-596 |#2|)) (-715) (-979) (-596 |#2|)) (T -232))
+NIL
+(-13 (-220 |#1| |#3|) (-596 |#2|))
+((-1655 (((-594 (-715)) $) 47) (((-594 (-715)) $ |#3|) 50)) (-2196 (((-715) $) 49) (((-715) $ |#3|) 52)) (-2079 (($ $) 65)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 (-527) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 |#3| "failed") $) 72)) (-2050 (((-715) $ |#3|) 39) (((-715) $) 36)) (-3694 (((-1 $ (-715)) |#3|) 15) (((-1 $ (-715)) $) 77)) (-3752 ((|#4| $) 58)) (-3984 (((-110) $) 56)) (-3362 (($ $) 64)) (-2819 (($ $ (-594 (-275 $))) 97) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-594 |#4|) (-594 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-594 |#4|) (-594 $)) NIL) (($ $ |#3| $) NIL) (($ $ (-594 |#3|) (-594 $)) 89) (($ $ |#3| |#2|) NIL) (($ $ (-594 |#3|) (-594 |#2|)) 84)) (-4234 (($ $ |#4|) NIL) (($ $ (-594 |#4|)) NIL) (($ $ |#4| (-715)) NIL) (($ $ (-594 |#4|) (-594 (-715))) NIL) (($ $) NIL) (($ $ (-715)) NIL) (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) 32)) (-1734 (((-594 |#3|) $) 75)) (-4115 ((|#5| $) NIL) (((-715) $ |#4|) NIL) (((-594 (-715)) $ (-594 |#4|)) NIL) (((-715) $ |#3|) 44)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (($ |#3|) 67) (($ (-387 (-527))) NIL) (($ $) NIL)))
+(((-233 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2819 (|#1| |#1| (-594 |#3|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#3| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#3|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#3| |#1|)) (-15 -3694 ((-1 |#1| (-715)) |#1|)) (-15 -2079 (|#1| |#1|)) (-15 -3362 (|#1| |#1|)) (-15 -3752 (|#4| |#1|)) (-15 -3984 ((-110) |#1|)) (-15 -2196 ((-715) |#1| |#3|)) (-15 -1655 ((-594 (-715)) |#1| |#3|)) (-15 -2196 ((-715) |#1|)) (-15 -1655 ((-594 (-715)) |#1|)) (-15 -4115 ((-715) |#1| |#3|)) (-15 -2050 ((-715) |#1|)) (-15 -2050 ((-715) |#1| |#3|)) (-15 -1734 ((-594 |#3|) |#1|)) (-15 -3694 ((-1 |#1| (-715)) |#3|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -4118 (|#1| |#3|)) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -4115 ((-594 (-715)) |#1| (-594 |#4|))) (-15 -4115 ((-715) |#1| |#4|)) (-15 -1923 ((-3 |#4| "failed") |#1|)) (-15 -4118 (|#1| |#4|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#4| |#1|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#4| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -4115 (|#5| |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4234 (|#1| |#1| (-594 |#4|) (-594 (-715)))) (-15 -4234 (|#1| |#1| |#4| (-715))) (-15 -4234 (|#1| |#1| (-594 |#4|))) (-15 -4234 (|#1| |#1| |#4|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|))) (-234 |#2| |#3| |#4| |#5|) (-979) (-791) (-247 |#3|) (-737)) (T -233))
+NIL
+(-10 -8 (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2819 (|#1| |#1| (-594 |#3|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#3| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#3|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#3| |#1|)) (-15 -3694 ((-1 |#1| (-715)) |#1|)) (-15 -2079 (|#1| |#1|)) (-15 -3362 (|#1| |#1|)) (-15 -3752 (|#4| |#1|)) (-15 -3984 ((-110) |#1|)) (-15 -2196 ((-715) |#1| |#3|)) (-15 -1655 ((-594 (-715)) |#1| |#3|)) (-15 -2196 ((-715) |#1|)) (-15 -1655 ((-594 (-715)) |#1|)) (-15 -4115 ((-715) |#1| |#3|)) (-15 -2050 ((-715) |#1|)) (-15 -2050 ((-715) |#1| |#3|)) (-15 -1734 ((-594 |#3|) |#1|)) (-15 -3694 ((-1 |#1| (-715)) |#3|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -4118 (|#1| |#3|)) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -4115 ((-594 (-715)) |#1| (-594 |#4|))) (-15 -4115 ((-715) |#1| |#4|)) (-15 -1923 ((-3 |#4| "failed") |#1|)) (-15 -4118 (|#1| |#4|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#4| |#1|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#4| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -4115 (|#5| |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4234 (|#1| |#1| (-594 |#4|) (-594 (-715)))) (-15 -4234 (|#1| |#1| |#4| (-715))) (-15 -4234 (|#1| |#1| (-594 |#4|))) (-15 -4234 (|#1| |#1| |#4|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-1655 (((-594 (-715)) $) 214) (((-594 (-715)) $ |#2|) 212)) (-2196 (((-715) $) 213) (((-715) $ |#2|) 211)) (-2853 (((-594 |#3|) $) 110)) (-2669 (((-1090 $) $ |#3|) 125) (((-1090 |#1|) $) 124)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 87 (|has| |#1| (-519)))) (-3931 (($ $) 88 (|has| |#1| (-519)))) (-3938 (((-110) $) 90 (|has| |#1| (-519)))) (-2585 (((-715) $) 112) (((-715) $ (-594 |#3|)) 111)) (-3085 (((-3 $ "failed") $ $) 19)) (-3854 (((-398 (-1090 $)) (-1090 $)) 100 (|has| |#1| (-846)))) (-3259 (($ $) 98 (|has| |#1| (-431)))) (-3488 (((-398 $) $) 97 (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 103 (|has| |#1| (-846)))) (-2079 (($ $) 207)) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 164) (((-3 (-387 (-527)) "failed") $) 162 (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) 160 (|has| |#1| (-970 (-527)))) (((-3 |#3| "failed") $) 136) (((-3 |#2| "failed") $) 221)) (-4145 ((|#1| $) 165) (((-387 (-527)) $) 161 (|has| |#1| (-970 (-387 (-527))))) (((-527) $) 159 (|has| |#1| (-970 (-527)))) ((|#3| $) 135) ((|#2| $) 220)) (-1897 (($ $ $ |#3|) 108 (|has| |#1| (-162)))) (-3033 (($ $) 154)) (-4162 (((-634 (-527)) (-634 $)) 134 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 133 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 132) (((-634 |#1|) (-634 $)) 131)) (-3714 (((-3 $ "failed") $) 34)) (-2855 (($ $) 176 (|has| |#1| (-431))) (($ $ |#3|) 105 (|has| |#1| (-431)))) (-3019 (((-594 $) $) 109)) (-3851 (((-110) $) 96 (|has| |#1| (-846)))) (-3379 (($ $ |#1| |#4| $) 172)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 84 (-12 (|has| |#3| (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 83 (-12 (|has| |#3| (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2050 (((-715) $ |#2|) 217) (((-715) $) 216)) (-2956 (((-110) $) 31)) (-2296 (((-715) $) 169)) (-2842 (($ (-1090 |#1|) |#3|) 117) (($ (-1090 $) |#3|) 116)) (-2684 (((-594 $) $) 126)) (-4170 (((-110) $) 152)) (-2829 (($ |#1| |#4|) 153) (($ $ |#3| (-715)) 119) (($ $ (-594 |#3|) (-594 (-715))) 118)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |#3|) 120)) (-4045 ((|#4| $) 170) (((-715) $ |#3|) 122) (((-594 (-715)) $ (-594 |#3|)) 121)) (-3902 (($ $ $) 79 (|has| |#1| (-791)))) (-1257 (($ $ $) 78 (|has| |#1| (-791)))) (-2301 (($ (-1 |#4| |#4|) $) 171)) (-1998 (($ (-1 |#1| |#1|) $) 151)) (-3694 (((-1 $ (-715)) |#2|) 219) (((-1 $ (-715)) $) 206 (|has| |#1| (-215)))) (-2317 (((-3 |#3| "failed") $) 123)) (-2990 (($ $) 149)) (-3004 ((|#1| $) 148)) (-3752 ((|#3| $) 209)) (-2702 (($ (-594 $)) 94 (|has| |#1| (-431))) (($ $ $) 93 (|has| |#1| (-431)))) (-2416 (((-1077) $) 9)) (-3984 (((-110) $) 210)) (-2415 (((-3 (-594 $) "failed") $) 114)) (-3711 (((-3 (-594 $) "failed") $) 115)) (-2007 (((-3 (-2 (|:| |var| |#3|) (|:| -3148 (-715))) "failed") $) 113)) (-3362 (($ $) 208)) (-4024 (((-1041) $) 10)) (-2964 (((-110) $) 166)) (-2972 ((|#1| $) 167)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 95 (|has| |#1| (-431)))) (-2742 (($ (-594 $)) 92 (|has| |#1| (-431))) (($ $ $) 91 (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) 102 (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 101 (|has| |#1| (-846)))) (-2700 (((-398 $) $) 99 (|has| |#1| (-846)))) (-1305 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-519))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) 145) (($ $ (-275 $)) 144) (($ $ $ $) 143) (($ $ (-594 $) (-594 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-594 |#3|) (-594 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-594 |#3|) (-594 $)) 138) (($ $ |#2| $) 205 (|has| |#1| (-215))) (($ $ (-594 |#2|) (-594 $)) 204 (|has| |#1| (-215))) (($ $ |#2| |#1|) 203 (|has| |#1| (-215))) (($ $ (-594 |#2|) (-594 |#1|)) 202 (|has| |#1| (-215)))) (-1875 (($ $ |#3|) 107 (|has| |#1| (-162)))) (-4234 (($ $ |#3|) 42) (($ $ (-594 |#3|)) 41) (($ $ |#3| (-715)) 40) (($ $ (-594 |#3|) (-594 (-715))) 39) (($ $) 238 (|has| |#1| (-215))) (($ $ (-715)) 236 (|has| |#1| (-215))) (($ $ (-1094)) 234 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 233 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 232 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 231 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 224) (($ $ (-1 |#1| |#1|)) 223)) (-1734 (((-594 |#2|) $) 218)) (-4115 ((|#4| $) 150) (((-715) $ |#3|) 130) (((-594 (-715)) $ (-594 |#3|)) 129) (((-715) $ |#2|) 215)) (-2051 (((-829 (-359)) $) 82 (-12 (|has| |#3| (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) 81 (-12 (|has| |#3| (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) 80 (-12 (|has| |#3| (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) 175 (|has| |#1| (-431))) (($ $ |#3|) 106 (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 104 (-3979 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 163) (($ |#3|) 137) (($ |#2|) 222) (($ (-387 (-527))) 72 (-2027 (|has| |#1| (-970 (-387 (-527)))) (|has| |#1| (-37 (-387 (-527)))))) (($ $) 85 (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) 168)) (-3411 ((|#1| $ |#4|) 155) (($ $ |#3| (-715)) 128) (($ $ (-594 |#3|) (-594 (-715))) 127)) (-3470 (((-3 $ "failed") $) 73 (-2027 (-3979 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) 29)) (-2435 (($ $ $ (-715)) 173 (|has| |#1| (-162)))) (-3978 (((-110) $ $) 89 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ |#3|) 38) (($ $ (-594 |#3|)) 37) (($ $ |#3| (-715)) 36) (($ $ (-594 |#3|) (-594 (-715))) 35) (($ $) 237 (|has| |#1| (-215))) (($ $ (-715)) 235 (|has| |#1| (-215))) (($ $ (-1094)) 230 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 229 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 228 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 227 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 226) (($ $ (-1 |#1| |#1|)) 225)) (-2813 (((-110) $ $) 76 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 75 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 77 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 74 (|has| |#1| (-791)))) (-2873 (($ $ |#1|) 156 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 158 (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) 157 (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+(((-234 |#1| |#2| |#3| |#4|) (-133) (-979) (-791) (-247 |t#2|) (-737)) (T -234))
+((-3694 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *3 (-791)) (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-1 *1 (-715))) (-4 *1 (-234 *4 *3 *5 *6)))) (-1734 (*1 *2 *1) (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-594 *4)))) (-2050 (*1 *2 *1 *3) (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791)) (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-715)))) (-2050 (*1 *2 *1) (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-715)))) (-4115 (*1 *2 *1 *3) (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791)) (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-715)))) (-1655 (*1 *2 *1) (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-594 (-715))))) (-2196 (*1 *2 *1) (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-715)))) (-1655 (*1 *2 *1 *3) (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791)) (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-594 (-715))))) (-2196 (*1 *2 *1 *3) (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791)) (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-715)))) (-3984 (*1 *2 *1) (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-110)))) (-3752 (*1 *2 *1) (-12 (-4 *1 (-234 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-737)) (-4 *2 (-247 *4)))) (-3362 (*1 *1 *1) (-12 (-4 *1 (-234 *2 *3 *4 *5)) (-4 *2 (-979)) (-4 *3 (-791)) (-4 *4 (-247 *3)) (-4 *5 (-737)))) (-2079 (*1 *1 *1) (-12 (-4 *1 (-234 *2 *3 *4 *5)) (-4 *2 (-979)) (-4 *3 (-791)) (-4 *4 (-247 *3)) (-4 *5 (-737)))) (-3694 (*1 *2 *1) (-12 (-4 *3 (-215)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-1 *1 (-715))) (-4 *1 (-234 *3 *4 *5 *6)))))
+(-13 (-886 |t#1| |t#4| |t#3|) (-213 |t#1|) (-970 |t#2|) (-10 -8 (-15 -3694 ((-1 $ (-715)) |t#2|)) (-15 -1734 ((-594 |t#2|) $)) (-15 -2050 ((-715) $ |t#2|)) (-15 -2050 ((-715) $)) (-15 -4115 ((-715) $ |t#2|)) (-15 -1655 ((-594 (-715)) $)) (-15 -2196 ((-715) $)) (-15 -1655 ((-594 (-715)) $ |t#2|)) (-15 -2196 ((-715) $ |t#2|)) (-15 -3984 ((-110) $)) (-15 -3752 (|t#3| $)) (-15 -3362 ($ $)) (-15 -2079 ($ $)) (IF (|has| |t#1| (-215)) (PROGN (-6 (-488 |t#2| |t#1|)) (-6 (-488 |t#2| $)) (-6 (-290 $)) (-15 -3694 ((-1 $ (-715)) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| |#4|) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-569 (-503)) -12 (|has| |#1| (-569 (-503))) (|has| |#3| (-569 (-503)))) ((-569 (-829 (-359))) -12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#3| (-569 (-829 (-359))))) ((-569 (-829 (-527))) -12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#3| (-569 (-829 (-527))))) ((-213 |#1|) . T) ((-215) |has| |#1| (-215)) ((-271) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-290 $) . T) ((-306 |#1| |#4|) . T) ((-357 |#1|) . T) ((-391 |#1|) . T) ((-431) -2027 (|has| |#1| (-846)) (|has| |#1| (-431))) ((-488 |#2| |#1|) |has| |#1| (-215)) ((-488 |#2| $) |has| |#1| (-215)) ((-488 |#3| |#1|) . T) ((-488 |#3| $) . T) ((-488 $ $) . T) ((-519) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-596 #0#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #0#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-671) . T) ((-791) |has| |#1| (-791)) ((-837 (-1094)) |has| |#1| (-837 (-1094))) ((-837 |#3|) . T) ((-823 (-359)) -12 (|has| |#1| (-823 (-359))) (|has| |#3| (-823 (-359)))) ((-823 (-527)) -12 (|has| |#1| (-823 (-527))) (|has| |#3| (-823 (-527)))) ((-886 |#1| |#4| |#3|) . T) ((-846) |has| |#1| (-846)) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-970 |#2|) . T) ((-970 |#3|) . T) ((-985 #0#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) |has| |#1| (-846)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2251 ((|#1| $) 54)) (-3523 ((|#1| $) 44)) (-1731 (((-110) $ (-715)) 8)) (-1298 (($) 7 T CONST)) (-3393 (($ $) 60)) (-1399 (($ $) 48)) (-2363 ((|#1| |#1| $) 46)) (-2281 ((|#1| $) 45)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2091 (((-715) $) 61)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-4053 ((|#1| |#1| $) 52)) (-3549 ((|#1| |#1| $) 51)) (-3204 (($ |#1| $) 40)) (-3011 (((-715) $) 55)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1586 ((|#1| $) 62)) (-2466 ((|#1| $) 50)) (-1984 ((|#1| $) 49)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-2252 ((|#1| |#1| $) 58)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3457 ((|#1| $) 59)) (-4232 (($) 57) (($ (-594 |#1|)) 56)) (-3092 (((-715) $) 43)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-2879 ((|#1| $) 53)) (-3557 (($ (-594 |#1|)) 42)) (-1933 ((|#1| $) 63)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-235 |#1|) (-133) (-1130)) (T -235))
+((-4232 (*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))) (-4232 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-4 *1 (-235 *3)))) (-3011 (*1 *2 *1) (-12 (-4 *1 (-235 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))) (-2251 (*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))) (-2879 (*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))) (-4053 (*1 *2 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))) (-3549 (*1 *2 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))) (-2466 (*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))) (-1984 (*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))) (-1399 (*1 *1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(-13 (-1042 |t#1|) (-929 |t#1|) (-10 -8 (-15 -4232 ($)) (-15 -4232 ($ (-594 |t#1|))) (-15 -3011 ((-715) $)) (-15 -2251 (|t#1| $)) (-15 -2879 (|t#1| $)) (-15 -4053 (|t#1| |t#1| $)) (-15 -3549 (|t#1| |t#1| $)) (-15 -2466 (|t#1| $)) (-15 -1984 (|t#1| $)) (-15 -1399 ($ $))))
+(((-33) . T) ((-104 |#1|) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-929 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1042 |#1|) . T) ((-1130) . T))
+((-2229 (((-1 (-880 (-207)) (-207) (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1 (-207) (-207) (-207) (-207))) 139)) (-2637 (((-1054 (-207)) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359))) 160) (((-1054 (-207)) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)) (-594 (-244))) 158) (((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359))) 163) (((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244))) 159) (((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359))) 150) (((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244))) 149) (((-1054 (-207)) (-1 (-880 (-207)) (-207)) (-1017 (-359))) 129) (((-1054 (-207)) (-1 (-880 (-207)) (-207)) (-1017 (-359)) (-594 (-244))) 127) (((-1054 (-207)) (-816 (-1 (-207) (-207))) (-1017 (-359))) 128) (((-1054 (-207)) (-816 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244))) 125)) (-2599 (((-1178) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359))) 162) (((-1178) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)) (-594 (-244))) 161) (((-1178) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359))) 165) (((-1178) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244))) 164) (((-1178) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359))) 152) (((-1178) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244))) 151) (((-1178) (-1 (-880 (-207)) (-207)) (-1017 (-359))) 135) (((-1178) (-1 (-880 (-207)) (-207)) (-1017 (-359)) (-594 (-244))) 134) (((-1178) (-816 (-1 (-207) (-207))) (-1017 (-359))) 133) (((-1178) (-816 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244))) 132) (((-1177) (-814 (-1 (-207) (-207))) (-1017 (-359))) 100) (((-1177) (-814 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244))) 99) (((-1177) (-1 (-207) (-207)) (-1017 (-359))) 96) (((-1177) (-1 (-207) (-207)) (-1017 (-359)) (-594 (-244))) 95)))
+(((-236) (-10 -7 (-15 -2599 ((-1177) (-1 (-207) (-207)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) (-1 (-207) (-207)) (-1017 (-359)))) (-15 -2599 ((-1177) (-814 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) (-814 (-1 (-207) (-207))) (-1017 (-359)))) (-15 -2599 ((-1178) (-816 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-816 (-1 (-207) (-207))) (-1017 (-359)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-816 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-816 (-1 (-207) (-207))) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207)) (-1017 (-359)))) (-15 -2599 ((-1178) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2599 ((-1178) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)))) (-15 -2229 ((-1 (-880 (-207)) (-207) (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1 (-207) (-207) (-207) (-207)))))) (T -236))
+((-2229 (*1 *2 *2 *3) (-12 (-5 *2 (-1 (-880 (-207)) (-207) (-207))) (-5 *3 (-1 (-207) (-207) (-207) (-207))) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4) (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2637 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *3 (-814 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *2 (-1177)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-814 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *2 (-1177)) (-5 *1 (-236)))) (-2599 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-207) (-207))) (-5 *4 (-1017 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-236)))))
+(-10 -7 (-15 -2599 ((-1177) (-1 (-207) (-207)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) (-1 (-207) (-207)) (-1017 (-359)))) (-15 -2599 ((-1177) (-814 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) (-814 (-1 (-207) (-207))) (-1017 (-359)))) (-15 -2599 ((-1178) (-816 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-816 (-1 (-207) (-207))) (-1017 (-359)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-816 (-1 (-207) (-207))) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-816 (-1 (-207) (-207))) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207)) (-1017 (-359)))) (-15 -2599 ((-1178) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-359)) (-1017 (-359)))) (-15 -2599 ((-1178) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)))) (-15 -2637 ((-1054 (-207)) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-819 (-1 (-207) (-207) (-207))) (-1017 (-359)) (-1017 (-359)))) (-15 -2229 ((-1 (-880 (-207)) (-207) (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1 (-207) (-207) (-207) (-207)))))
+((-2599 (((-1177) (-275 |#2|) (-1094) (-1094) (-594 (-244))) 96)))
+(((-237 |#1| |#2|) (-10 -7 (-15 -2599 ((-1177) (-275 |#2|) (-1094) (-1094) (-594 (-244))))) (-13 (-519) (-791) (-970 (-527))) (-410 |#1|)) (T -237))
+((-2599 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-275 *7)) (-5 *4 (-1094)) (-5 *5 (-594 (-244))) (-4 *7 (-410 *6)) (-4 *6 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-1177)) (-5 *1 (-237 *6 *7)))))
+(-10 -7 (-15 -2599 ((-1177) (-275 |#2|) (-1094) (-1094) (-594 (-244)))))
+((-3339 (((-527) (-527)) 50)) (-3542 (((-527) (-527)) 51)) (-2633 (((-207) (-207)) 52)) (-4240 (((-1178) (-1 (-159 (-207)) (-159 (-207))) (-1017 (-207)) (-1017 (-207))) 49)) (-2340 (((-1178) (-1 (-159 (-207)) (-159 (-207))) (-1017 (-207)) (-1017 (-207)) (-110)) 47)))
+(((-238) (-10 -7 (-15 -2340 ((-1178) (-1 (-159 (-207)) (-159 (-207))) (-1017 (-207)) (-1017 (-207)) (-110))) (-15 -4240 ((-1178) (-1 (-159 (-207)) (-159 (-207))) (-1017 (-207)) (-1017 (-207)))) (-15 -3339 ((-527) (-527))) (-15 -3542 ((-527) (-527))) (-15 -2633 ((-207) (-207))))) (T -238))
+((-2633 (*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-238)))) (-3542 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-238)))) (-3339 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-238)))) (-4240 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 (-159 (-207)) (-159 (-207)))) (-5 *4 (-1017 (-207))) (-5 *2 (-1178)) (-5 *1 (-238)))) (-2340 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-159 (-207)) (-159 (-207)))) (-5 *4 (-1017 (-207))) (-5 *5 (-110)) (-5 *2 (-1178)) (-5 *1 (-238)))))
+(-10 -7 (-15 -2340 ((-1178) (-1 (-159 (-207)) (-159 (-207))) (-1017 (-207)) (-1017 (-207)) (-110))) (-15 -4240 ((-1178) (-1 (-159 (-207)) (-159 (-207))) (-1017 (-207)) (-1017 (-207)))) (-15 -3339 ((-527) (-527))) (-15 -3542 ((-527) (-527))) (-15 -2633 ((-207) (-207))))
+((-4118 (((-1015 (-359)) (-1015 (-296 |#1|))) 16)))
+(((-239 |#1|) (-10 -7 (-15 -4118 ((-1015 (-359)) (-1015 (-296 |#1|))))) (-13 (-791) (-519) (-569 (-359)))) (T -239))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-1015 (-296 *4))) (-4 *4 (-13 (-791) (-519) (-569 (-359)))) (-5 *2 (-1015 (-359))) (-5 *1 (-239 *4)))))
+(-10 -7 (-15 -4118 ((-1015 (-359)) (-1015 (-296 |#1|)))))
+((-2637 (((-1054 (-207)) (-819 |#1|) (-1015 (-359)) (-1015 (-359))) 71) (((-1054 (-207)) (-819 |#1|) (-1015 (-359)) (-1015 (-359)) (-594 (-244))) 70) (((-1054 (-207)) |#1| (-1015 (-359)) (-1015 (-359))) 61) (((-1054 (-207)) |#1| (-1015 (-359)) (-1015 (-359)) (-594 (-244))) 60) (((-1054 (-207)) (-816 |#1|) (-1015 (-359))) 52) (((-1054 (-207)) (-816 |#1|) (-1015 (-359)) (-594 (-244))) 51)) (-2599 (((-1178) (-819 |#1|) (-1015 (-359)) (-1015 (-359))) 74) (((-1178) (-819 |#1|) (-1015 (-359)) (-1015 (-359)) (-594 (-244))) 73) (((-1178) |#1| (-1015 (-359)) (-1015 (-359))) 64) (((-1178) |#1| (-1015 (-359)) (-1015 (-359)) (-594 (-244))) 63) (((-1178) (-816 |#1|) (-1015 (-359))) 56) (((-1178) (-816 |#1|) (-1015 (-359)) (-594 (-244))) 55) (((-1177) (-814 |#1|) (-1015 (-359))) 43) (((-1177) (-814 |#1|) (-1015 (-359)) (-594 (-244))) 42) (((-1177) |#1| (-1015 (-359))) 35) (((-1177) |#1| (-1015 (-359)) (-594 (-244))) 34)))
+(((-240 |#1|) (-10 -7 (-15 -2599 ((-1177) |#1| (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) |#1| (-1015 (-359)))) (-15 -2599 ((-1177) (-814 |#1|) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) (-814 |#1|) (-1015 (-359)))) (-15 -2599 ((-1178) (-816 |#1|) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-816 |#1|) (-1015 (-359)))) (-15 -2637 ((-1054 (-207)) (-816 |#1|) (-1015 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-816 |#1|) (-1015 (-359)))) (-15 -2599 ((-1178) |#1| (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) |#1| (-1015 (-359)) (-1015 (-359)))) (-15 -2637 ((-1054 (-207)) |#1| (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) |#1| (-1015 (-359)) (-1015 (-359)))) (-15 -2599 ((-1178) (-819 |#1|) (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-819 |#1|) (-1015 (-359)) (-1015 (-359)))) (-15 -2637 ((-1054 (-207)) (-819 |#1|) (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-819 |#1|) (-1015 (-359)) (-1015 (-359))))) (-13 (-569 (-503)) (-1022))) (T -240))
+((-2637 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-819 *5)) (-5 *4 (-1015 (-359))) (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207))) (-5 *1 (-240 *5)))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-819 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207))) (-5 *1 (-240 *6)))) (-2599 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-819 *5)) (-5 *4 (-1015 (-359))) (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178)) (-5 *1 (-240 *5)))) (-2599 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-819 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178)) (-5 *1 (-240 *6)))) (-2637 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1015 (-359))) (-5 *2 (-1054 (-207))) (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022))))) (-2637 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022))))) (-2599 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1015 (-359))) (-5 *2 (-1178)) (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022))))) (-2599 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022))))) (-2637 (*1 *2 *3 *4) (-12 (-5 *3 (-816 *5)) (-5 *4 (-1015 (-359))) (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207))) (-5 *1 (-240 *5)))) (-2637 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-816 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207))) (-5 *1 (-240 *6)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *3 (-816 *5)) (-5 *4 (-1015 (-359))) (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178)) (-5 *1 (-240 *5)))) (-2599 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-816 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178)) (-5 *1 (-240 *6)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *3 (-814 *5)) (-5 *4 (-1015 (-359))) (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1177)) (-5 *1 (-240 *5)))) (-2599 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-814 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1177)) (-5 *1 (-240 *6)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *4 (-1015 (-359))) (-5 *2 (-1177)) (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022))))) (-2599 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022))))))
+(-10 -7 (-15 -2599 ((-1177) |#1| (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) |#1| (-1015 (-359)))) (-15 -2599 ((-1177) (-814 |#1|) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1177) (-814 |#1|) (-1015 (-359)))) (-15 -2599 ((-1178) (-816 |#1|) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-816 |#1|) (-1015 (-359)))) (-15 -2637 ((-1054 (-207)) (-816 |#1|) (-1015 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-816 |#1|) (-1015 (-359)))) (-15 -2599 ((-1178) |#1| (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) |#1| (-1015 (-359)) (-1015 (-359)))) (-15 -2637 ((-1054 (-207)) |#1| (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) |#1| (-1015 (-359)) (-1015 (-359)))) (-15 -2599 ((-1178) (-819 |#1|) (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2599 ((-1178) (-819 |#1|) (-1015 (-359)) (-1015 (-359)))) (-15 -2637 ((-1054 (-207)) (-819 |#1|) (-1015 (-359)) (-1015 (-359)) (-594 (-244)))) (-15 -2637 ((-1054 (-207)) (-819 |#1|) (-1015 (-359)) (-1015 (-359)))))
+((-2599 (((-1178) (-594 (-207)) (-594 (-207)) (-594 (-207)) (-594 (-244))) 23) (((-1178) (-594 (-207)) (-594 (-207)) (-594 (-207))) 24) (((-1177) (-594 (-880 (-207))) (-594 (-244))) 16) (((-1177) (-594 (-880 (-207)))) 17) (((-1177) (-594 (-207)) (-594 (-207)) (-594 (-244))) 20) (((-1177) (-594 (-207)) (-594 (-207))) 21)))
+(((-241) (-10 -7 (-15 -2599 ((-1177) (-594 (-207)) (-594 (-207)))) (-15 -2599 ((-1177) (-594 (-207)) (-594 (-207)) (-594 (-244)))) (-15 -2599 ((-1177) (-594 (-880 (-207))))) (-15 -2599 ((-1177) (-594 (-880 (-207))) (-594 (-244)))) (-15 -2599 ((-1178) (-594 (-207)) (-594 (-207)) (-594 (-207)))) (-15 -2599 ((-1178) (-594 (-207)) (-594 (-207)) (-594 (-207)) (-594 (-244)))))) (T -241))
+((-2599 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-594 (-207))) (-5 *4 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-241)))) (-2599 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-594 (-207))) (-5 *2 (-1178)) (-5 *1 (-241)))) (-2599 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-880 (-207)))) (-5 *4 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-241)))) (-2599 (*1 *2 *3) (-12 (-5 *3 (-594 (-880 (-207)))) (-5 *2 (-1177)) (-5 *1 (-241)))) (-2599 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-594 (-207))) (-5 *4 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-241)))) (-2599 (*1 *2 *3 *3) (-12 (-5 *3 (-594 (-207))) (-5 *2 (-1177)) (-5 *1 (-241)))))
+(-10 -7 (-15 -2599 ((-1177) (-594 (-207)) (-594 (-207)))) (-15 -2599 ((-1177) (-594 (-207)) (-594 (-207)) (-594 (-244)))) (-15 -2599 ((-1177) (-594 (-880 (-207))))) (-15 -2599 ((-1177) (-594 (-880 (-207))) (-594 (-244)))) (-15 -2599 ((-1178) (-594 (-207)) (-594 (-207)) (-594 (-207)))) (-15 -2599 ((-1178) (-594 (-207)) (-594 (-207)) (-594 (-207)) (-594 (-244)))))
+((-3383 (((-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))) (-594 (-244)) (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)))) 26)) (-4164 (((-858) (-594 (-244)) (-858)) 53)) (-2782 (((-858) (-594 (-244)) (-858)) 52)) (-1529 (((-594 (-359)) (-594 (-244)) (-594 (-359))) 69)) (-1859 (((-359) (-594 (-244)) (-359)) 58)) (-2769 (((-858) (-594 (-244)) (-858)) 54)) (-3784 (((-110) (-594 (-244)) (-110)) 28)) (-1890 (((-1077) (-594 (-244)) (-1077)) 20)) (-1507 (((-1077) (-594 (-244)) (-1077)) 27)) (-1319 (((-1054 (-207)) (-594 (-244))) 47)) (-1649 (((-594 (-1017 (-359))) (-594 (-244)) (-594 (-1017 (-359)))) 41)) (-3426 (((-811) (-594 (-244)) (-811)) 33)) (-2563 (((-811) (-594 (-244)) (-811)) 34)) (-2077 (((-1 (-880 (-207)) (-880 (-207))) (-594 (-244)) (-1 (-880 (-207)) (-880 (-207)))) 64)) (-3540 (((-110) (-594 (-244)) (-110)) 16)) (-2588 (((-110) (-594 (-244)) (-110)) 15)))
+(((-242) (-10 -7 (-15 -2588 ((-110) (-594 (-244)) (-110))) (-15 -3540 ((-110) (-594 (-244)) (-110))) (-15 -3383 ((-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))) (-594 (-244)) (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))) (-15 -1890 ((-1077) (-594 (-244)) (-1077))) (-15 -1507 ((-1077) (-594 (-244)) (-1077))) (-15 -3784 ((-110) (-594 (-244)) (-110))) (-15 -3426 ((-811) (-594 (-244)) (-811))) (-15 -2563 ((-811) (-594 (-244)) (-811))) (-15 -1649 ((-594 (-1017 (-359))) (-594 (-244)) (-594 (-1017 (-359))))) (-15 -2782 ((-858) (-594 (-244)) (-858))) (-15 -4164 ((-858) (-594 (-244)) (-858))) (-15 -1319 ((-1054 (-207)) (-594 (-244)))) (-15 -2769 ((-858) (-594 (-244)) (-858))) (-15 -1859 ((-359) (-594 (-244)) (-359))) (-15 -2077 ((-1 (-880 (-207)) (-880 (-207))) (-594 (-244)) (-1 (-880 (-207)) (-880 (-207))))) (-15 -1529 ((-594 (-359)) (-594 (-244)) (-594 (-359)))))) (T -242))
+((-1529 (*1 *2 *3 *2) (-12 (-5 *2 (-594 (-359))) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-2077 (*1 *2 *3 *2) (-12 (-5 *2 (-1 (-880 (-207)) (-880 (-207)))) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-1859 (*1 *2 *3 *2) (-12 (-5 *2 (-359)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-2769 (*1 *2 *3 *2) (-12 (-5 *2 (-858)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-1319 (*1 *2 *3) (-12 (-5 *3 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-242)))) (-4164 (*1 *2 *3 *2) (-12 (-5 *2 (-858)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-2782 (*1 *2 *3 *2) (-12 (-5 *2 (-858)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-1649 (*1 *2 *3 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-2563 (*1 *2 *3 *2) (-12 (-5 *2 (-811)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-3426 (*1 *2 *3 *2) (-12 (-5 *2 (-811)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-3784 (*1 *2 *3 *2) (-12 (-5 *2 (-110)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-1507 (*1 *2 *3 *2) (-12 (-5 *2 (-1077)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-1890 (*1 *2 *3 *2) (-12 (-5 *2 (-1077)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-3383 (*1 *2 *3 *2) (-12 (-5 *2 (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)))) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-3540 (*1 *2 *3 *2) (-12 (-5 *2 (-110)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))) (-2588 (*1 *2 *3 *2) (-12 (-5 *2 (-110)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))))
+(-10 -7 (-15 -2588 ((-110) (-594 (-244)) (-110))) (-15 -3540 ((-110) (-594 (-244)) (-110))) (-15 -3383 ((-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))) (-594 (-244)) (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))) (-15 -1890 ((-1077) (-594 (-244)) (-1077))) (-15 -1507 ((-1077) (-594 (-244)) (-1077))) (-15 -3784 ((-110) (-594 (-244)) (-110))) (-15 -3426 ((-811) (-594 (-244)) (-811))) (-15 -2563 ((-811) (-594 (-244)) (-811))) (-15 -1649 ((-594 (-1017 (-359))) (-594 (-244)) (-594 (-1017 (-359))))) (-15 -2782 ((-858) (-594 (-244)) (-858))) (-15 -4164 ((-858) (-594 (-244)) (-858))) (-15 -1319 ((-1054 (-207)) (-594 (-244)))) (-15 -2769 ((-858) (-594 (-244)) (-858))) (-15 -1859 ((-359) (-594 (-244)) (-359))) (-15 -2077 ((-1 (-880 (-207)) (-880 (-207))) (-594 (-244)) (-1 (-880 (-207)) (-880 (-207))))) (-15 -1529 ((-594 (-359)) (-594 (-244)) (-594 (-359)))))
+((-2188 (((-3 |#1| "failed") (-594 (-244)) (-1094)) 17)))
+(((-243 |#1|) (-10 -7 (-15 -2188 ((-3 |#1| "failed") (-594 (-244)) (-1094)))) (-1130)) (T -243))
+((-2188 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-594 (-244))) (-5 *4 (-1094)) (-5 *1 (-243 *2)) (-4 *2 (-1130)))))
+(-10 -7 (-15 -2188 ((-3 |#1| "failed") (-594 (-244)) (-1094))))
+((-4105 (((-110) $ $) NIL)) (-3383 (($ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)))) 15)) (-4164 (($ (-858)) 76)) (-2782 (($ (-858)) 75)) (-1863 (($ (-594 (-359))) 82)) (-1859 (($ (-359)) 58)) (-2769 (($ (-858)) 77)) (-3784 (($ (-110)) 23)) (-1890 (($ (-1077)) 18)) (-1507 (($ (-1077)) 19)) (-1319 (($ (-1054 (-207))) 71)) (-1649 (($ (-594 (-1017 (-359)))) 67)) (-1792 (($ (-594 (-1017 (-359)))) 59) (($ (-594 (-1017 (-387 (-527))))) 66)) (-3116 (($ (-359)) 29) (($ (-811)) 33)) (-2983 (((-110) (-594 $) (-1094)) 91)) (-2188 (((-3 (-51) "failed") (-594 $) (-1094)) 93)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3952 (($ (-359)) 34) (($ (-811)) 35)) (-4002 (($ (-1 (-880 (-207)) (-880 (-207)))) 57)) (-2077 (($ (-1 (-880 (-207)) (-880 (-207)))) 78)) (-3994 (($ (-1 (-207) (-207))) 39) (($ (-1 (-207) (-207) (-207))) 43) (($ (-1 (-207) (-207) (-207) (-207))) 47)) (-4118 (((-800) $) 87)) (-1373 (($ (-110)) 24) (($ (-594 (-1017 (-359)))) 52)) (-2588 (($ (-110)) 25)) (-2747 (((-110) $ $) 89)))
+(((-244) (-13 (-1022) (-10 -8 (-15 -2588 ($ (-110))) (-15 -1373 ($ (-110))) (-15 -3383 ($ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))) (-15 -1890 ($ (-1077))) (-15 -1507 ($ (-1077))) (-15 -3784 ($ (-110))) (-15 -1373 ($ (-594 (-1017 (-359))))) (-15 -4002 ($ (-1 (-880 (-207)) (-880 (-207))))) (-15 -3116 ($ (-359))) (-15 -3116 ($ (-811))) (-15 -3952 ($ (-359))) (-15 -3952 ($ (-811))) (-15 -3994 ($ (-1 (-207) (-207)))) (-15 -3994 ($ (-1 (-207) (-207) (-207)))) (-15 -3994 ($ (-1 (-207) (-207) (-207) (-207)))) (-15 -1859 ($ (-359))) (-15 -1792 ($ (-594 (-1017 (-359))))) (-15 -1792 ($ (-594 (-1017 (-387 (-527)))))) (-15 -1649 ($ (-594 (-1017 (-359))))) (-15 -1319 ($ (-1054 (-207)))) (-15 -2782 ($ (-858))) (-15 -4164 ($ (-858))) (-15 -2769 ($ (-858))) (-15 -2077 ($ (-1 (-880 (-207)) (-880 (-207))))) (-15 -1863 ($ (-594 (-359)))) (-15 -2188 ((-3 (-51) "failed") (-594 $) (-1094))) (-15 -2983 ((-110) (-594 $) (-1094)))))) (T -244))
+((-2588 (*1 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-244)))) (-1373 (*1 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-244)))) (-3383 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)))) (-5 *1 (-244)))) (-1890 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-244)))) (-1507 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-244)))) (-3784 (*1 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-244)))) (-1373 (*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-244)))) (-4002 (*1 *1 *2) (-12 (-5 *2 (-1 (-880 (-207)) (-880 (-207)))) (-5 *1 (-244)))) (-3116 (*1 *1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-244)))) (-3116 (*1 *1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-244)))) (-3952 (*1 *1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-244)))) (-3952 (*1 *1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-244)))) (-3994 (*1 *1 *2) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *1 (-244)))) (-3994 (*1 *1 *2) (-12 (-5 *2 (-1 (-207) (-207) (-207))) (-5 *1 (-244)))) (-3994 (*1 *1 *2) (-12 (-5 *2 (-1 (-207) (-207) (-207) (-207))) (-5 *1 (-244)))) (-1859 (*1 *1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-244)))) (-1792 (*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-244)))) (-1792 (*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-387 (-527))))) (-5 *1 (-244)))) (-1649 (*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-244)))) (-1319 (*1 *1 *2) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-244)))) (-2782 (*1 *1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-244)))) (-4164 (*1 *1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-244)))) (-2769 (*1 *1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-244)))) (-2077 (*1 *1 *2) (-12 (-5 *2 (-1 (-880 (-207)) (-880 (-207)))) (-5 *1 (-244)))) (-1863 (*1 *1 *2) (-12 (-5 *2 (-594 (-359))) (-5 *1 (-244)))) (-2188 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-594 (-244))) (-5 *4 (-1094)) (-5 *2 (-51)) (-5 *1 (-244)))) (-2983 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-244))) (-5 *4 (-1094)) (-5 *2 (-110)) (-5 *1 (-244)))))
+(-13 (-1022) (-10 -8 (-15 -2588 ($ (-110))) (-15 -1373 ($ (-110))) (-15 -3383 ($ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))) (-15 -1890 ($ (-1077))) (-15 -1507 ($ (-1077))) (-15 -3784 ($ (-110))) (-15 -1373 ($ (-594 (-1017 (-359))))) (-15 -4002 ($ (-1 (-880 (-207)) (-880 (-207))))) (-15 -3116 ($ (-359))) (-15 -3116 ($ (-811))) (-15 -3952 ($ (-359))) (-15 -3952 ($ (-811))) (-15 -3994 ($ (-1 (-207) (-207)))) (-15 -3994 ($ (-1 (-207) (-207) (-207)))) (-15 -3994 ($ (-1 (-207) (-207) (-207) (-207)))) (-15 -1859 ($ (-359))) (-15 -1792 ($ (-594 (-1017 (-359))))) (-15 -1792 ($ (-594 (-1017 (-387 (-527)))))) (-15 -1649 ($ (-594 (-1017 (-359))))) (-15 -1319 ($ (-1054 (-207)))) (-15 -2782 ($ (-858))) (-15 -4164 ($ (-858))) (-15 -2769 ($ (-858))) (-15 -2077 ($ (-1 (-880 (-207)) (-880 (-207))))) (-15 -1863 ($ (-594 (-359)))) (-15 -2188 ((-3 (-51) "failed") (-594 $) (-1094))) (-15 -2983 ((-110) (-594 $) (-1094)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1655 (((-594 (-715)) $) NIL) (((-594 (-715)) $ |#2|) NIL)) (-2196 (((-715) $) NIL) (((-715) $ |#2|) NIL)) (-2853 (((-594 |#3|) $) NIL)) (-2669 (((-1090 $) $ |#3|) NIL) (((-1090 |#1|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 |#3|)) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2079 (($ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 |#3| "failed") $) NIL) (((-3 |#2| "failed") $) NIL) (((-3 (-1046 |#1| |#2|) "failed") $) 21)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) ((|#3| $) NIL) ((|#2| $) NIL) (((-1046 |#1| |#2|) $) NIL)) (-1897 (($ $ $ |#3|) NIL (|has| |#1| (-162)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ |#3|) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-499 |#3|) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| |#1| (-823 (-359))) (|has| |#3| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| |#1| (-823 (-527))) (|has| |#3| (-823 (-527)))))) (-2050 (((-715) $ |#2|) NIL) (((-715) $) 10)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2842 (($ (-1090 |#1|) |#3|) NIL) (($ (-1090 $) |#3|) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-499 |#3|)) NIL) (($ $ |#3| (-715)) NIL) (($ $ (-594 |#3|) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |#3|) NIL)) (-4045 (((-499 |#3|) $) NIL) (((-715) $ |#3|) NIL) (((-594 (-715)) $ (-594 |#3|)) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-499 |#3|) (-499 |#3|)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-3694 (((-1 $ (-715)) |#2|) NIL) (((-1 $ (-715)) $) NIL (|has| |#1| (-215)))) (-2317 (((-3 |#3| "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-3752 ((|#3| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-3984 (((-110) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| |#3|) (|:| -3148 (-715))) "failed") $) NIL)) (-3362 (($ $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ |#3| |#1|) NIL) (($ $ (-594 |#3|) (-594 |#1|)) NIL) (($ $ |#3| $) NIL) (($ $ (-594 |#3|) (-594 $)) NIL) (($ $ |#2| $) NIL (|has| |#1| (-215))) (($ $ (-594 |#2|) (-594 $)) NIL (|has| |#1| (-215))) (($ $ |#2| |#1|) NIL (|has| |#1| (-215))) (($ $ (-594 |#2|) (-594 |#1|)) NIL (|has| |#1| (-215)))) (-1875 (($ $ |#3|) NIL (|has| |#1| (-162)))) (-4234 (($ $ |#3|) NIL) (($ $ (-594 |#3|)) NIL) (($ $ |#3| (-715)) NIL) (($ $ (-594 |#3|) (-594 (-715))) NIL) (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1734 (((-594 |#2|) $) NIL)) (-4115 (((-499 |#3|) $) NIL) (((-715) $ |#3|) NIL) (((-594 (-715)) $ (-594 |#3|)) NIL) (((-715) $ |#2|) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#3| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#3| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| |#1| (-569 (-503))) (|has| |#3| (-569 (-503)))))) (-1898 ((|#1| $) NIL (|has| |#1| (-431))) (($ $ |#3|) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) 24) (($ |#3|) 23) (($ |#2|) NIL) (($ (-1046 |#1| |#2|)) 30) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-499 |#3|)) NIL) (($ $ |#3| (-715)) NIL) (($ $ (-594 |#3|) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ |#3|) NIL) (($ $ (-594 |#3|)) NIL) (($ $ |#3| (-715)) NIL) (($ $ (-594 |#3|) (-594 (-715))) NIL) (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-245 |#1| |#2| |#3|) (-13 (-234 |#1| |#2| |#3| (-499 |#3|)) (-970 (-1046 |#1| |#2|))) (-979) (-791) (-247 |#2|)) (T -245))
+NIL
+(-13 (-234 |#1| |#2| |#3| (-499 |#3|)) (-970 (-1046 |#1| |#2|)))
+((-2196 (((-715) $) 30)) (-1923 (((-3 |#2| "failed") $) 17)) (-4145 ((|#2| $) 27)) (-4234 (($ $) 12) (($ $ (-715)) 15)) (-4118 (((-800) $) 26) (($ |#2|) 10)) (-2747 (((-110) $ $) 20)) (-2775 (((-110) $ $) 29)))
+(((-246 |#1| |#2|) (-10 -8 (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -2196 ((-715) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|))) (-247 |#2|) (-791)) (T -246))
+NIL
+(-10 -8 (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -2196 ((-715) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-2196 (((-715) $) 22)) (-3507 ((|#1| $) 23)) (-1923 (((-3 |#1| "failed") $) 27)) (-4145 ((|#1| $) 26)) (-2050 (((-715) $) 24)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-3694 (($ |#1| (-715)) 25)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4234 (($ $) 21) (($ $ (-715)) 20)) (-4118 (((-800) $) 11) (($ |#1|) 28)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)))
+(((-247 |#1|) (-133) (-791)) (T -247))
+((-4118 (*1 *1 *2) (-12 (-4 *1 (-247 *2)) (-4 *2 (-791)))) (-3694 (*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-247 *2)) (-4 *2 (-791)))) (-2050 (*1 *2 *1) (-12 (-4 *1 (-247 *3)) (-4 *3 (-791)) (-5 *2 (-715)))) (-3507 (*1 *2 *1) (-12 (-4 *1 (-247 *2)) (-4 *2 (-791)))) (-2196 (*1 *2 *1) (-12 (-4 *1 (-247 *3)) (-4 *3 (-791)) (-5 *2 (-715)))) (-4234 (*1 *1 *1) (-12 (-4 *1 (-247 *2)) (-4 *2 (-791)))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-247 *3)) (-4 *3 (-791)))))
+(-13 (-791) (-970 |t#1|) (-10 -8 (-15 -3694 ($ |t#1| (-715))) (-15 -2050 ((-715) $)) (-15 -3507 (|t#1| $)) (-15 -2196 ((-715) $)) (-15 -4234 ($ $)) (-15 -4234 ($ $ (-715))) (-15 -4118 ($ |t#1|))))
+(((-99) . T) ((-568 (-800)) . T) ((-791) . T) ((-970 |#1|) . T) ((-1022) . T))
+((-2853 (((-594 (-1094)) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 41)) (-2646 (((-594 (-1094)) (-296 (-207)) (-715)) 80)) (-3754 (((-3 (-296 (-207)) "failed") (-296 (-207))) 51)) (-4062 (((-296 (-207)) (-296 (-207))) 67)) (-3037 (((-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 26)) (-2342 (((-110) (-594 (-296 (-207)))) 84)) (-3922 (((-110) (-296 (-207))) 24)) (-2262 (((-594 (-1077)) (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))))) 106)) (-3499 (((-594 (-296 (-207))) (-594 (-296 (-207)))) 88)) (-2820 (((-594 (-296 (-207))) (-594 (-296 (-207)))) 86)) (-1520 (((-634 (-207)) (-594 (-296 (-207))) (-715)) 95)) (-1490 (((-110) (-296 (-207))) 20) (((-110) (-594 (-296 (-207)))) 85)) (-3547 (((-594 (-207)) (-594 (-784 (-207))) (-207)) 14)) (-3266 (((-359) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 101)) (-2871 (((-968) (-1094) (-968)) 34)))
+(((-248) (-10 -7 (-15 -3547 ((-594 (-207)) (-594 (-784 (-207))) (-207))) (-15 -3037 ((-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))))) (-15 -3754 ((-3 (-296 (-207)) "failed") (-296 (-207)))) (-15 -4062 ((-296 (-207)) (-296 (-207)))) (-15 -2342 ((-110) (-594 (-296 (-207))))) (-15 -1490 ((-110) (-594 (-296 (-207))))) (-15 -1490 ((-110) (-296 (-207)))) (-15 -1520 ((-634 (-207)) (-594 (-296 (-207))) (-715))) (-15 -2820 ((-594 (-296 (-207))) (-594 (-296 (-207))))) (-15 -3499 ((-594 (-296 (-207))) (-594 (-296 (-207))))) (-15 -3922 ((-110) (-296 (-207)))) (-15 -2853 ((-594 (-1094)) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -2646 ((-594 (-1094)) (-296 (-207)) (-715))) (-15 -2871 ((-968) (-1094) (-968))) (-15 -3266 ((-359) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -2262 ((-594 (-1077)) (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))))))) (T -248))
+((-2262 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))))) (-5 *2 (-594 (-1077))) (-5 *1 (-248)))) (-3266 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) (-5 *2 (-359)) (-5 *1 (-248)))) (-2871 (*1 *2 *3 *2) (-12 (-5 *2 (-968)) (-5 *3 (-1094)) (-5 *1 (-248)))) (-2646 (*1 *2 *3 *4) (-12 (-5 *3 (-296 (-207))) (-5 *4 (-715)) (-5 *2 (-594 (-1094))) (-5 *1 (-248)))) (-2853 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) (-5 *2 (-594 (-1094))) (-5 *1 (-248)))) (-3922 (*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-110)) (-5 *1 (-248)))) (-3499 (*1 *2 *2) (-12 (-5 *2 (-594 (-296 (-207)))) (-5 *1 (-248)))) (-2820 (*1 *2 *2) (-12 (-5 *2 (-594 (-296 (-207)))) (-5 *1 (-248)))) (-1520 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-296 (-207)))) (-5 *4 (-715)) (-5 *2 (-634 (-207))) (-5 *1 (-248)))) (-1490 (*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-110)) (-5 *1 (-248)))) (-1490 (*1 *2 *3) (-12 (-5 *3 (-594 (-296 (-207)))) (-5 *2 (-110)) (-5 *1 (-248)))) (-2342 (*1 *2 *3) (-12 (-5 *3 (-594 (-296 (-207)))) (-5 *2 (-110)) (-5 *1 (-248)))) (-4062 (*1 *2 *2) (-12 (-5 *2 (-296 (-207))) (-5 *1 (-248)))) (-3754 (*1 *2 *2) (|partial| -12 (-5 *2 (-296 (-207))) (-5 *1 (-248)))) (-3037 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (-5 *1 (-248)))) (-3547 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-784 (-207)))) (-5 *4 (-207)) (-5 *2 (-594 *4)) (-5 *1 (-248)))))
+(-10 -7 (-15 -3547 ((-594 (-207)) (-594 (-784 (-207))) (-207))) (-15 -3037 ((-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))))) (-15 -3754 ((-3 (-296 (-207)) "failed") (-296 (-207)))) (-15 -4062 ((-296 (-207)) (-296 (-207)))) (-15 -2342 ((-110) (-594 (-296 (-207))))) (-15 -1490 ((-110) (-594 (-296 (-207))))) (-15 -1490 ((-110) (-296 (-207)))) (-15 -1520 ((-634 (-207)) (-594 (-296 (-207))) (-715))) (-15 -2820 ((-594 (-296 (-207))) (-594 (-296 (-207))))) (-15 -3499 ((-594 (-296 (-207))) (-594 (-296 (-207))))) (-15 -3922 ((-110) (-296 (-207)))) (-15 -2853 ((-594 (-1094)) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -2646 ((-594 (-1094)) (-296 (-207)) (-715))) (-15 -2871 ((-968) (-1094) (-968))) (-15 -3266 ((-359) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -2262 ((-594 (-1077)) (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))))))
+((-4105 (((-110) $ $) NIL)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 44)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 26) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-249) (-780)) (T -249))
+NIL
+(-780)
+((-4105 (((-110) $ $) NIL)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 58) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 54)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 34) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 36)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-250) (-780)) (T -250))
+NIL
+(-780)
+((-4105 (((-110) $ $) NIL)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 76) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 73)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 44) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 55)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-251) (-780)) (T -251))
+NIL
+(-780)
+((-4105 (((-110) $ $) NIL)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 50)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 31) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-252) (-780)) (T -252))
+NIL
+(-780)
+((-4105 (((-110) $ $) NIL)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 50)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 28) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-253) (-780)) (T -253))
+NIL
+(-780)
+((-4105 (((-110) $ $) NIL)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 73)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 28) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-254) (-780)) (T -254))
+NIL
+(-780)
+((-4105 (((-110) $ $) NIL)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 77)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 25) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-255) (-780)) (T -255))
+NIL
+(-780)
+((-4105 (((-110) $ $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1939 (((-594 (-527)) $) 19)) (-4115 (((-715) $) 17)) (-4118 (((-800) $) 23) (($ (-594 (-527))) 15)) (-3299 (($ (-715)) 20)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 9)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 11)))
+(((-256) (-13 (-791) (-10 -8 (-15 -4118 ($ (-594 (-527)))) (-15 -4115 ((-715) $)) (-15 -1939 ((-594 (-527)) $)) (-15 -3299 ($ (-715)))))) (T -256))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-256)))) (-4115 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-256)))) (-1939 (*1 *2 *1) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-256)))) (-3299 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-256)))))
+(-13 (-791) (-10 -8 (-15 -4118 ($ (-594 (-527)))) (-15 -4115 ((-715) $)) (-15 -1939 ((-594 (-527)) $)) (-15 -3299 ($ (-715)))))
+((-1481 ((|#2| |#2|) 77)) (-2460 ((|#2| |#2|) 65)) (-2714 (((-3 |#2| "failed") |#2| (-594 (-2 (|:| |func| |#2|) (|:| |pole| (-110))))) 116)) (-1461 ((|#2| |#2|) 75)) (-2439 ((|#2| |#2|) 63)) (-1504 ((|#2| |#2|) 79)) (-2502 ((|#2| |#2|) 67)) (-4146 ((|#2|) 46)) (-2370 (((-112) (-112)) 95)) (-2495 ((|#2| |#2|) 61)) (-3168 (((-110) |#2|) 134)) (-1312 ((|#2| |#2|) 181)) (-2653 ((|#2| |#2|) 157)) (-1969 ((|#2|) 59)) (-3000 ((|#2|) 58)) (-1937 ((|#2| |#2|) 177)) (-3295 ((|#2| |#2|) 153)) (-3212 ((|#2| |#2|) 185)) (-2570 ((|#2| |#2|) 161)) (-2765 ((|#2| |#2|) 149)) (-3587 ((|#2| |#2|) 151)) (-1327 ((|#2| |#2|) 187)) (-3581 ((|#2| |#2|) 163)) (-1768 ((|#2| |#2|) 183)) (-4241 ((|#2| |#2|) 159)) (-1809 ((|#2| |#2|) 179)) (-1757 ((|#2| |#2|) 155)) (-2265 ((|#2| |#2|) 193)) (-2273 ((|#2| |#2|) 169)) (-3353 ((|#2| |#2|) 189)) (-4000 ((|#2| |#2|) 165)) (-1214 ((|#2| |#2|) 197)) (-2992 ((|#2| |#2|) 173)) (-3165 ((|#2| |#2|) 199)) (-2244 ((|#2| |#2|) 175)) (-2335 ((|#2| |#2|) 195)) (-3386 ((|#2| |#2|) 171)) (-2744 ((|#2| |#2|) 191)) (-3363 ((|#2| |#2|) 167)) (-1724 ((|#2| |#2|) 62)) (-1513 ((|#2| |#2|) 80)) (-2021 ((|#2| |#2|) 68)) (-1493 ((|#2| |#2|) 78)) (-2482 ((|#2| |#2|) 66)) (-1471 ((|#2| |#2|) 76)) (-2449 ((|#2| |#2|) 64)) (-2771 (((-110) (-112)) 93)) (-1551 ((|#2| |#2|) 83)) (-2076 ((|#2| |#2|) 71)) (-1526 ((|#2| |#2|) 81)) (-2033 ((|#2| |#2|) 69)) (-1579 ((|#2| |#2|) 85)) (-1439 ((|#2| |#2|) 73)) (-2837 ((|#2| |#2|) 86)) (-1449 ((|#2| |#2|) 74)) (-1564 ((|#2| |#2|) 84)) (-1427 ((|#2| |#2|) 72)) (-1539 ((|#2| |#2|) 82)) (-2044 ((|#2| |#2|) 70)))
+(((-257 |#1| |#2|) (-10 -7 (-15 -1724 (|#2| |#2|)) (-15 -2495 (|#2| |#2|)) (-15 -2439 (|#2| |#2|)) (-15 -2449 (|#2| |#2|)) (-15 -2460 (|#2| |#2|)) (-15 -2482 (|#2| |#2|)) (-15 -2502 (|#2| |#2|)) (-15 -2021 (|#2| |#2|)) (-15 -2033 (|#2| |#2|)) (-15 -2044 (|#2| |#2|)) (-15 -2076 (|#2| |#2|)) (-15 -1427 (|#2| |#2|)) (-15 -1439 (|#2| |#2|)) (-15 -1449 (|#2| |#2|)) (-15 -1461 (|#2| |#2|)) (-15 -1471 (|#2| |#2|)) (-15 -1481 (|#2| |#2|)) (-15 -1493 (|#2| |#2|)) (-15 -1504 (|#2| |#2|)) (-15 -1513 (|#2| |#2|)) (-15 -1526 (|#2| |#2|)) (-15 -1539 (|#2| |#2|)) (-15 -1551 (|#2| |#2|)) (-15 -1564 (|#2| |#2|)) (-15 -1579 (|#2| |#2|)) (-15 -2837 (|#2| |#2|)) (-15 -4146 (|#2|)) (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -3000 (|#2|)) (-15 -1969 (|#2|)) (-15 -3587 (|#2| |#2|)) (-15 -2765 (|#2| |#2|)) (-15 -3295 (|#2| |#2|)) (-15 -1757 (|#2| |#2|)) (-15 -2653 (|#2| |#2|)) (-15 -4241 (|#2| |#2|)) (-15 -2570 (|#2| |#2|)) (-15 -3581 (|#2| |#2|)) (-15 -4000 (|#2| |#2|)) (-15 -3363 (|#2| |#2|)) (-15 -2273 (|#2| |#2|)) (-15 -3386 (|#2| |#2|)) (-15 -2992 (|#2| |#2|)) (-15 -2244 (|#2| |#2|)) (-15 -1937 (|#2| |#2|)) (-15 -1809 (|#2| |#2|)) (-15 -1312 (|#2| |#2|)) (-15 -1768 (|#2| |#2|)) (-15 -3212 (|#2| |#2|)) (-15 -1327 (|#2| |#2|)) (-15 -3353 (|#2| |#2|)) (-15 -2744 (|#2| |#2|)) (-15 -2265 (|#2| |#2|)) (-15 -2335 (|#2| |#2|)) (-15 -1214 (|#2| |#2|)) (-15 -3165 (|#2| |#2|)) (-15 -2714 ((-3 |#2| "failed") |#2| (-594 (-2 (|:| |func| |#2|) (|:| |pole| (-110)))))) (-15 -3168 ((-110) |#2|))) (-13 (-791) (-519)) (-13 (-410 |#1|) (-936))) (T -257))
+((-3168 (*1 *2 *3) (-12 (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110)) (-5 *1 (-257 *4 *3)) (-4 *3 (-13 (-410 *4) (-936))))) (-2714 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-594 (-2 (|:| |func| *2) (|:| |pole| (-110))))) (-4 *2 (-13 (-410 *4) (-936))) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-257 *4 *2)))) (-3165 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1214 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2335 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2265 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2744 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-3353 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1327 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-3212 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1768 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1312 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1809 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1937 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2244 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2992 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-3386 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2273 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-3363 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-4000 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-3581 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2570 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-4241 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2653 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1757 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-3295 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2765 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-3587 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1969 (*1 *2) (-12 (-4 *2 (-13 (-410 *3) (-936))) (-5 *1 (-257 *3 *2)) (-4 *3 (-13 (-791) (-519))))) (-3000 (*1 *2) (-12 (-4 *2 (-13 (-410 *3) (-936))) (-5 *1 (-257 *3 *2)) (-4 *3 (-13 (-791) (-519))))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *4)) (-4 *4 (-13 (-410 *3) (-936))))) (-2771 (*1 *2 *3) (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110)) (-5 *1 (-257 *4 *5)) (-4 *5 (-13 (-410 *4) (-936))))) (-4146 (*1 *2) (-12 (-4 *2 (-13 (-410 *3) (-936))) (-5 *1 (-257 *3 *2)) (-4 *3 (-13 (-791) (-519))))) (-2837 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1579 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1564 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1551 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1539 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1526 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1513 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1504 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1493 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1481 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1471 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1461 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1449 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1439 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1427 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2076 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2044 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2033 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2021 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2502 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2482 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2460 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2449 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2439 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-2495 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))) (-1724 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2)) (-4 *2 (-13 (-410 *3) (-936))))))
+(-10 -7 (-15 -1724 (|#2| |#2|)) (-15 -2495 (|#2| |#2|)) (-15 -2439 (|#2| |#2|)) (-15 -2449 (|#2| |#2|)) (-15 -2460 (|#2| |#2|)) (-15 -2482 (|#2| |#2|)) (-15 -2502 (|#2| |#2|)) (-15 -2021 (|#2| |#2|)) (-15 -2033 (|#2| |#2|)) (-15 -2044 (|#2| |#2|)) (-15 -2076 (|#2| |#2|)) (-15 -1427 (|#2| |#2|)) (-15 -1439 (|#2| |#2|)) (-15 -1449 (|#2| |#2|)) (-15 -1461 (|#2| |#2|)) (-15 -1471 (|#2| |#2|)) (-15 -1481 (|#2| |#2|)) (-15 -1493 (|#2| |#2|)) (-15 -1504 (|#2| |#2|)) (-15 -1513 (|#2| |#2|)) (-15 -1526 (|#2| |#2|)) (-15 -1539 (|#2| |#2|)) (-15 -1551 (|#2| |#2|)) (-15 -1564 (|#2| |#2|)) (-15 -1579 (|#2| |#2|)) (-15 -2837 (|#2| |#2|)) (-15 -4146 (|#2|)) (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -3000 (|#2|)) (-15 -1969 (|#2|)) (-15 -3587 (|#2| |#2|)) (-15 -2765 (|#2| |#2|)) (-15 -3295 (|#2| |#2|)) (-15 -1757 (|#2| |#2|)) (-15 -2653 (|#2| |#2|)) (-15 -4241 (|#2| |#2|)) (-15 -2570 (|#2| |#2|)) (-15 -3581 (|#2| |#2|)) (-15 -4000 (|#2| |#2|)) (-15 -3363 (|#2| |#2|)) (-15 -2273 (|#2| |#2|)) (-15 -3386 (|#2| |#2|)) (-15 -2992 (|#2| |#2|)) (-15 -2244 (|#2| |#2|)) (-15 -1937 (|#2| |#2|)) (-15 -1809 (|#2| |#2|)) (-15 -1312 (|#2| |#2|)) (-15 -1768 (|#2| |#2|)) (-15 -3212 (|#2| |#2|)) (-15 -1327 (|#2| |#2|)) (-15 -3353 (|#2| |#2|)) (-15 -2744 (|#2| |#2|)) (-15 -2265 (|#2| |#2|)) (-15 -2335 (|#2| |#2|)) (-15 -1214 (|#2| |#2|)) (-15 -3165 (|#2| |#2|)) (-15 -2714 ((-3 |#2| "failed") |#2| (-594 (-2 (|:| |func| |#2|) (|:| |pole| (-110)))))) (-15 -3168 ((-110) |#2|)))
+((-3309 (((-3 |#2| "failed") (-594 (-567 |#2|)) |#2| (-1094)) 135)) (-3117 ((|#2| (-387 (-527)) |#2|) 51)) (-2211 ((|#2| |#2| (-567 |#2|)) 128)) (-4094 (((-2 (|:| |func| |#2|) (|:| |kers| (-594 (-567 |#2|))) (|:| |vals| (-594 |#2|))) |#2| (-1094)) 127)) (-2937 ((|#2| |#2| (-1094)) 20) ((|#2| |#2|) 23)) (-3641 ((|#2| |#2| (-1094)) 141) ((|#2| |#2|) 139)))
+(((-258 |#1| |#2|) (-10 -7 (-15 -3641 (|#2| |#2|)) (-15 -3641 (|#2| |#2| (-1094))) (-15 -4094 ((-2 (|:| |func| |#2|) (|:| |kers| (-594 (-567 |#2|))) (|:| |vals| (-594 |#2|))) |#2| (-1094))) (-15 -2937 (|#2| |#2|)) (-15 -2937 (|#2| |#2| (-1094))) (-15 -3309 ((-3 |#2| "failed") (-594 (-567 |#2|)) |#2| (-1094))) (-15 -2211 (|#2| |#2| (-567 |#2|))) (-15 -3117 (|#2| (-387 (-527)) |#2|))) (-13 (-519) (-791) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|))) (T -258))
+((-3117 (*1 *2 *3 *2) (-12 (-5 *3 (-387 (-527))) (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-258 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))) (-2211 (*1 *2 *2 *3) (-12 (-5 *3 (-567 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))) (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-258 *4 *2)))) (-3309 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-594 (-567 *2))) (-5 *4 (-1094)) (-4 *2 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-258 *5 *2)))) (-2937 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-258 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))) (-2937 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-258 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))) (-4094 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-2 (|:| |func| *3) (|:| |kers| (-594 (-567 *3))) (|:| |vals| (-594 *3)))) (-5 *1 (-258 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-3641 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-258 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))) (-3641 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-258 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))))
+(-10 -7 (-15 -3641 (|#2| |#2|)) (-15 -3641 (|#2| |#2| (-1094))) (-15 -4094 ((-2 (|:| |func| |#2|) (|:| |kers| (-594 (-567 |#2|))) (|:| |vals| (-594 |#2|))) |#2| (-1094))) (-15 -2937 (|#2| |#2|)) (-15 -2937 (|#2| |#2| (-1094))) (-15 -3309 ((-3 |#2| "failed") (-594 (-567 |#2|)) |#2| (-1094))) (-15 -2211 (|#2| |#2| (-567 |#2|))) (-15 -3117 (|#2| (-387 (-527)) |#2|)))
+((-2691 (((-3 |#3| "failed") |#3|) 110)) (-1481 ((|#3| |#3|) 131)) (-1593 (((-3 |#3| "failed") |#3|) 82)) (-2460 ((|#3| |#3|) 121)) (-3149 (((-3 |#3| "failed") |#3|) 58)) (-1461 ((|#3| |#3|) 129)) (-2236 (((-3 |#3| "failed") |#3|) 46)) (-2439 ((|#3| |#3|) 119)) (-2968 (((-3 |#3| "failed") |#3|) 112)) (-1504 ((|#3| |#3|) 133)) (-2319 (((-3 |#3| "failed") |#3|) 84)) (-2502 ((|#3| |#3|) 123)) (-3649 (((-3 |#3| "failed") |#3| (-715)) 36)) (-2545 (((-3 |#3| "failed") |#3|) 74)) (-2495 ((|#3| |#3|) 118)) (-1412 (((-3 |#3| "failed") |#3|) 44)) (-1724 ((|#3| |#3|) 117)) (-2822 (((-3 |#3| "failed") |#3|) 113)) (-1513 ((|#3| |#3|) 134)) (-2294 (((-3 |#3| "failed") |#3|) 85)) (-2021 ((|#3| |#3|) 124)) (-1954 (((-3 |#3| "failed") |#3|) 111)) (-1493 ((|#3| |#3|) 132)) (-1808 (((-3 |#3| "failed") |#3|) 83)) (-2482 ((|#3| |#3|) 122)) (-1894 (((-3 |#3| "failed") |#3|) 60)) (-1471 ((|#3| |#3|) 130)) (-4119 (((-3 |#3| "failed") |#3|) 48)) (-2449 ((|#3| |#3|) 120)) (-1377 (((-3 |#3| "failed") |#3|) 66)) (-1551 ((|#3| |#3|) 137)) (-1855 (((-3 |#3| "failed") |#3|) 104)) (-2076 ((|#3| |#3|) 142)) (-3917 (((-3 |#3| "failed") |#3|) 62)) (-1526 ((|#3| |#3|) 135)) (-3662 (((-3 |#3| "failed") |#3|) 50)) (-2033 ((|#3| |#3|) 125)) (-3733 (((-3 |#3| "failed") |#3|) 70)) (-1579 ((|#3| |#3|) 139)) (-3864 (((-3 |#3| "failed") |#3|) 54)) (-1439 ((|#3| |#3|) 127)) (-2985 (((-3 |#3| "failed") |#3|) 72)) (-2837 ((|#3| |#3|) 140)) (-3163 (((-3 |#3| "failed") |#3|) 56)) (-1449 ((|#3| |#3|) 128)) (-3953 (((-3 |#3| "failed") |#3|) 68)) (-1564 ((|#3| |#3|) 138)) (-3454 (((-3 |#3| "failed") |#3|) 107)) (-1427 ((|#3| |#3|) 143)) (-3501 (((-3 |#3| "failed") |#3|) 64)) (-1539 ((|#3| |#3|) 136)) (-2082 (((-3 |#3| "failed") |#3|) 52)) (-2044 ((|#3| |#3|) 126)) (** ((|#3| |#3| (-387 (-527))) 40 (|has| |#1| (-343)))))
+(((-259 |#1| |#2| |#3|) (-13 (-918 |#3|) (-10 -7 (IF (|has| |#1| (-343)) (-15 ** (|#3| |#3| (-387 (-527)))) |%noBranch|) (-15 -1724 (|#3| |#3|)) (-15 -2495 (|#3| |#3|)) (-15 -2439 (|#3| |#3|)) (-15 -2449 (|#3| |#3|)) (-15 -2460 (|#3| |#3|)) (-15 -2482 (|#3| |#3|)) (-15 -2502 (|#3| |#3|)) (-15 -2021 (|#3| |#3|)) (-15 -2033 (|#3| |#3|)) (-15 -2044 (|#3| |#3|)) (-15 -2076 (|#3| |#3|)) (-15 -1427 (|#3| |#3|)) (-15 -1439 (|#3| |#3|)) (-15 -1449 (|#3| |#3|)) (-15 -1461 (|#3| |#3|)) (-15 -1471 (|#3| |#3|)) (-15 -1481 (|#3| |#3|)) (-15 -1493 (|#3| |#3|)) (-15 -1504 (|#3| |#3|)) (-15 -1513 (|#3| |#3|)) (-15 -1526 (|#3| |#3|)) (-15 -1539 (|#3| |#3|)) (-15 -1551 (|#3| |#3|)) (-15 -1564 (|#3| |#3|)) (-15 -1579 (|#3| |#3|)) (-15 -2837 (|#3| |#3|)))) (-37 (-387 (-527))) (-1167 |#1|) (-1138 |#1| |#2|)) (T -259))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-387 (-527))) (-4 *4 (-343)) (-4 *4 (-37 *3)) (-4 *5 (-1167 *4)) (-5 *1 (-259 *4 *5 *2)) (-4 *2 (-1138 *4 *5)))) (-1724 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2495 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2439 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2449 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2460 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2482 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2502 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2021 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2033 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2044 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2076 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1427 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1439 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1449 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1461 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1471 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1481 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1493 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1504 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1513 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1526 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1539 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1551 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1564 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-1579 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))) (-2837 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3)) (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4)))))
+(-13 (-918 |#3|) (-10 -7 (IF (|has| |#1| (-343)) (-15 ** (|#3| |#3| (-387 (-527)))) |%noBranch|) (-15 -1724 (|#3| |#3|)) (-15 -2495 (|#3| |#3|)) (-15 -2439 (|#3| |#3|)) (-15 -2449 (|#3| |#3|)) (-15 -2460 (|#3| |#3|)) (-15 -2482 (|#3| |#3|)) (-15 -2502 (|#3| |#3|)) (-15 -2021 (|#3| |#3|)) (-15 -2033 (|#3| |#3|)) (-15 -2044 (|#3| |#3|)) (-15 -2076 (|#3| |#3|)) (-15 -1427 (|#3| |#3|)) (-15 -1439 (|#3| |#3|)) (-15 -1449 (|#3| |#3|)) (-15 -1461 (|#3| |#3|)) (-15 -1471 (|#3| |#3|)) (-15 -1481 (|#3| |#3|)) (-15 -1493 (|#3| |#3|)) (-15 -1504 (|#3| |#3|)) (-15 -1513 (|#3| |#3|)) (-15 -1526 (|#3| |#3|)) (-15 -1539 (|#3| |#3|)) (-15 -1551 (|#3| |#3|)) (-15 -1564 (|#3| |#3|)) (-15 -1579 (|#3| |#3|)) (-15 -2837 (|#3| |#3|))))
+((-2691 (((-3 |#3| "failed") |#3|) 66)) (-1481 ((|#3| |#3|) 133)) (-1593 (((-3 |#3| "failed") |#3|) 50)) (-2460 ((|#3| |#3|) 121)) (-3149 (((-3 |#3| "failed") |#3|) 62)) (-1461 ((|#3| |#3|) 131)) (-2236 (((-3 |#3| "failed") |#3|) 46)) (-2439 ((|#3| |#3|) 119)) (-2968 (((-3 |#3| "failed") |#3|) 70)) (-1504 ((|#3| |#3|) 135)) (-2319 (((-3 |#3| "failed") |#3|) 54)) (-2502 ((|#3| |#3|) 123)) (-3649 (((-3 |#3| "failed") |#3| (-715)) 35)) (-2545 (((-3 |#3| "failed") |#3|) 44)) (-2495 ((|#3| |#3|) 112)) (-1412 (((-3 |#3| "failed") |#3|) 42)) (-1724 ((|#3| |#3|) 118)) (-2822 (((-3 |#3| "failed") |#3|) 72)) (-1513 ((|#3| |#3|) 136)) (-2294 (((-3 |#3| "failed") |#3|) 56)) (-2021 ((|#3| |#3|) 124)) (-1954 (((-3 |#3| "failed") |#3|) 68)) (-1493 ((|#3| |#3|) 134)) (-1808 (((-3 |#3| "failed") |#3|) 52)) (-2482 ((|#3| |#3|) 122)) (-1894 (((-3 |#3| "failed") |#3|) 64)) (-1471 ((|#3| |#3|) 132)) (-4119 (((-3 |#3| "failed") |#3|) 48)) (-2449 ((|#3| |#3|) 120)) (-1377 (((-3 |#3| "failed") |#3|) 78)) (-1551 ((|#3| |#3|) 139)) (-1855 (((-3 |#3| "failed") |#3|) 58)) (-2076 ((|#3| |#3|) 127)) (-3917 (((-3 |#3| "failed") |#3|) 74)) (-1526 ((|#3| |#3|) 137)) (-3662 (((-3 |#3| "failed") |#3|) 102)) (-2033 ((|#3| |#3|) 125)) (-3733 (((-3 |#3| "failed") |#3|) 82)) (-1579 ((|#3| |#3|) 141)) (-3864 (((-3 |#3| "failed") |#3|) 109)) (-1439 ((|#3| |#3|) 129)) (-2985 (((-3 |#3| "failed") |#3|) 84)) (-2837 ((|#3| |#3|) 142)) (-3163 (((-3 |#3| "failed") |#3|) 111)) (-1449 ((|#3| |#3|) 130)) (-3953 (((-3 |#3| "failed") |#3|) 80)) (-1564 ((|#3| |#3|) 140)) (-3454 (((-3 |#3| "failed") |#3|) 60)) (-1427 ((|#3| |#3|) 128)) (-3501 (((-3 |#3| "failed") |#3|) 76)) (-1539 ((|#3| |#3|) 138)) (-2082 (((-3 |#3| "failed") |#3|) 105)) (-2044 ((|#3| |#3|) 126)) (** ((|#3| |#3| (-387 (-527))) 40 (|has| |#1| (-343)))))
+(((-260 |#1| |#2| |#3| |#4|) (-13 (-918 |#3|) (-10 -7 (IF (|has| |#1| (-343)) (-15 ** (|#3| |#3| (-387 (-527)))) |%noBranch|) (-15 -1724 (|#3| |#3|)) (-15 -2495 (|#3| |#3|)) (-15 -2439 (|#3| |#3|)) (-15 -2449 (|#3| |#3|)) (-15 -2460 (|#3| |#3|)) (-15 -2482 (|#3| |#3|)) (-15 -2502 (|#3| |#3|)) (-15 -2021 (|#3| |#3|)) (-15 -2033 (|#3| |#3|)) (-15 -2044 (|#3| |#3|)) (-15 -2076 (|#3| |#3|)) (-15 -1427 (|#3| |#3|)) (-15 -1439 (|#3| |#3|)) (-15 -1449 (|#3| |#3|)) (-15 -1461 (|#3| |#3|)) (-15 -1471 (|#3| |#3|)) (-15 -1481 (|#3| |#3|)) (-15 -1493 (|#3| |#3|)) (-15 -1504 (|#3| |#3|)) (-15 -1513 (|#3| |#3|)) (-15 -1526 (|#3| |#3|)) (-15 -1539 (|#3| |#3|)) (-15 -1551 (|#3| |#3|)) (-15 -1564 (|#3| |#3|)) (-15 -1579 (|#3| |#3|)) (-15 -2837 (|#3| |#3|)))) (-37 (-387 (-527))) (-1136 |#1|) (-1159 |#1| |#2|) (-918 |#2|)) (T -260))
+((** (*1 *2 *2 *3) (-12 (-5 *3 (-387 (-527))) (-4 *4 (-343)) (-4 *4 (-37 *3)) (-4 *5 (-1136 *4)) (-5 *1 (-260 *4 *5 *2 *6)) (-4 *2 (-1159 *4 *5)) (-4 *6 (-918 *5)))) (-1724 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2495 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2439 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2449 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2460 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2482 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2502 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2021 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2033 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2044 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2076 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1427 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1439 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1449 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1461 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1471 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1481 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1493 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1504 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1513 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1526 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1539 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1551 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1564 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-1579 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))) (-2837 (*1 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3)) (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4)))))
+(-13 (-918 |#3|) (-10 -7 (IF (|has| |#1| (-343)) (-15 ** (|#3| |#3| (-387 (-527)))) |%noBranch|) (-15 -1724 (|#3| |#3|)) (-15 -2495 (|#3| |#3|)) (-15 -2439 (|#3| |#3|)) (-15 -2449 (|#3| |#3|)) (-15 -2460 (|#3| |#3|)) (-15 -2482 (|#3| |#3|)) (-15 -2502 (|#3| |#3|)) (-15 -2021 (|#3| |#3|)) (-15 -2033 (|#3| |#3|)) (-15 -2044 (|#3| |#3|)) (-15 -2076 (|#3| |#3|)) (-15 -1427 (|#3| |#3|)) (-15 -1439 (|#3| |#3|)) (-15 -1449 (|#3| |#3|)) (-15 -1461 (|#3| |#3|)) (-15 -1471 (|#3| |#3|)) (-15 -1481 (|#3| |#3|)) (-15 -1493 (|#3| |#3|)) (-15 -1504 (|#3| |#3|)) (-15 -1513 (|#3| |#3|)) (-15 -1526 (|#3| |#3|)) (-15 -1539 (|#3| |#3|)) (-15 -1551 (|#3| |#3|)) (-15 -1564 (|#3| |#3|)) (-15 -1579 (|#3| |#3|)) (-15 -2837 (|#3| |#3|))))
+((-1210 (((-110) $) 19)) (-4177 (((-171) $) 7)) (-4114 (((-3 (-1094) "failed") $) 14)) (-4065 (((-3 (-594 $) "failed") $) NIL)) (-2889 (((-3 (-1094) "failed") $) 21)) (-1284 (((-3 (-1026) "failed") $) 17)) (-2603 (((-110) $) 15)) (-4118 (((-800) $) NIL)) (-2198 (((-110) $) 9)))
+(((-261) (-13 (-568 (-800)) (-10 -8 (-15 -4177 ((-171) $)) (-15 -2603 ((-110) $)) (-15 -1284 ((-3 (-1026) "failed") $)) (-15 -1210 ((-110) $)) (-15 -2889 ((-3 (-1094) "failed") $)) (-15 -2198 ((-110) $)) (-15 -4114 ((-3 (-1094) "failed") $)) (-15 -4065 ((-3 (-594 $) "failed") $))))) (T -261))
+((-4177 (*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-261)))) (-2603 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-261)))) (-1284 (*1 *2 *1) (|partial| -12 (-5 *2 (-1026)) (-5 *1 (-261)))) (-1210 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-261)))) (-2889 (*1 *2 *1) (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-261)))) (-2198 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-261)))) (-4114 (*1 *2 *1) (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-261)))) (-4065 (*1 *2 *1) (|partial| -12 (-5 *2 (-594 (-261))) (-5 *1 (-261)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -4177 ((-171) $)) (-15 -2603 ((-110) $)) (-15 -1284 ((-3 (-1026) "failed") $)) (-15 -1210 ((-110) $)) (-15 -2889 ((-3 (-1094) "failed") $)) (-15 -2198 ((-110) $)) (-15 -4114 ((-3 (-1094) "failed") $)) (-15 -4065 ((-3 (-594 $) "failed") $))))
+((-2420 (($ (-1 (-110) |#2|) $) 24)) (-1702 (($ $) 36)) (-3373 (($ (-1 (-110) |#2|) $) NIL) (($ |#2| $) 34)) (-2659 (($ |#2| $) 32) (($ (-1 (-110) |#2|) $) 18)) (-3427 (($ (-1 (-110) |#2| |#2|) $ $) NIL) (($ $ $) 40)) (-2555 (($ |#2| $ (-527)) 20) (($ $ $ (-527)) 22)) (-2104 (($ $ (-527)) 11) (($ $ (-1143 (-527))) 14)) (-1390 (($ $ |#2|) 30) (($ $ $) NIL)) (-1997 (($ $ |#2|) 29) (($ |#2| $) NIL) (($ $ $) 26) (($ (-594 $)) NIL)))
+(((-262 |#1| |#2|) (-10 -8 (-15 -3427 (|#1| |#1| |#1|)) (-15 -3373 (|#1| |#2| |#1|)) (-15 -3427 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -3373 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -1390 (|#1| |#1| |#1|)) (-15 -1390 (|#1| |#1| |#2|)) (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -2104 (|#1| |#1| (-1143 (-527)))) (-15 -2104 (|#1| |#1| (-527))) (-15 -1997 (|#1| (-594 |#1|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -2659 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2420 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2659 (|#1| |#2| |#1|)) (-15 -1702 (|#1| |#1|))) (-263 |#2|) (-1130)) (T -262))
+NIL
+(-10 -8 (-15 -3427 (|#1| |#1| |#1|)) (-15 -3373 (|#1| |#2| |#1|)) (-15 -3427 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -3373 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -1390 (|#1| |#1| |#1|)) (-15 -1390 (|#1| |#1| |#2|)) (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -2104 (|#1| |#1| (-1143 (-527)))) (-15 -2104 (|#1| |#1| (-527))) (-15 -1997 (|#1| (-594 |#1|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -2659 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2420 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -2659 (|#1| |#2| |#1|)) (-15 -1702 (|#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#1| $ (-527) |#1|) 52 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 58 (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) |#1|) $) 85)) (-2420 (($ (-1 (-110) |#1|) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-3802 (($ $) 83 (|has| |#1| (-1022)))) (-1702 (($ $) 78 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ (-1 (-110) |#1|) $) 89) (($ |#1| $) 84 (|has| |#1| (-1022)))) (-2659 (($ |#1| $) 77 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 74 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 51)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3427 (($ (-1 (-110) |#1| |#1|) $ $) 86) (($ $ $) 82 (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3204 (($ |#1| $ (-527)) 88) (($ $ $ (-527)) 87)) (-2555 (($ |#1| $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 42 (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 71)) (-1542 (($ $ |#1|) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) |#1|) 50) ((|#1| $ (-527)) 49) (($ $ (-1143 (-527))) 63)) (-3322 (($ $ (-527)) 91) (($ $ (-1143 (-527))) 90)) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 70)) (-1390 (($ $ |#1|) 93) (($ $ $) 92)) (-1997 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-263 |#1|) (-133) (-1130)) (T -263))
+((-1390 (*1 *1 *1 *2) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)))) (-1390 (*1 *1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)))) (-3322 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-263 *3)) (-4 *3 (-1130)))) (-3322 (*1 *1 *1 *2) (-12 (-5 *2 (-1143 (-527))) (-4 *1 (-263 *3)) (-4 *3 (-1130)))) (-3373 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-263 *3)) (-4 *3 (-1130)))) (-3204 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-263 *2)) (-4 *2 (-1130)))) (-3204 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-263 *3)) (-4 *3 (-1130)))) (-3427 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-110) *3 *3)) (-4 *1 (-263 *3)) (-4 *3 (-1130)))) (-1920 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-263 *3)) (-4 *3 (-1130)))) (-3373 (*1 *1 *2 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)) (-4 *2 (-1022)))) (-3802 (*1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)) (-4 *2 (-1022)))) (-3427 (*1 *1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)) (-4 *2 (-791)))))
+(-13 (-599 |t#1|) (-10 -8 (-6 -4262) (-15 -1390 ($ $ |t#1|)) (-15 -1390 ($ $ $)) (-15 -3322 ($ $ (-527))) (-15 -3322 ($ $ (-1143 (-527)))) (-15 -3373 ($ (-1 (-110) |t#1|) $)) (-15 -3204 ($ |t#1| $ (-527))) (-15 -3204 ($ $ $ (-527))) (-15 -3427 ($ (-1 (-110) |t#1| |t#1|) $ $)) (-15 -1920 ($ (-1 (-110) |t#1|) $)) (IF (|has| |t#1| (-1022)) (PROGN (-15 -3373 ($ |t#1| $)) (-15 -3802 ($ $))) |%noBranch|) (IF (|has| |t#1| (-791)) (-15 -3427 ($ $ $)) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
((** (($ $ $) 10)))
-(((-262 |#1|) (-10 -8 (-15 ** (|#1| |#1| |#1|))) (-263)) (T -262))
+(((-264 |#1|) (-10 -8 (-15 ** (|#1| |#1| |#1|))) (-265)) (T -264))
NIL
(-10 -8 (-15 ** (|#1| |#1| |#1|)))
-((-2533 (($ $) 6)) (-1618 (($ $) 7)) (** (($ $ $) 8)))
-(((-263) (-131)) (T -263))
-((** (*1 *1 *1 *1) (-4 *1 (-263))) (-1618 (*1 *1 *1) (-4 *1 (-263))) (-2533 (*1 *1 *1) (-4 *1 (-263))))
-(-13 (-10 -8 (-15 -2533 ($ $)) (-15 -1618 ($ $)) (-15 ** ($ $ $))))
-((-2664 (((-592 (-1073 |#1|)) (-1073 |#1|) |#1|) 35)) (-1636 ((|#2| |#2| |#1|) 38)) (-3254 ((|#2| |#2| |#1|) 40)) (-1907 ((|#2| |#2| |#1|) 39)))
-(((-264 |#1| |#2|) (-10 -7 (-15 -1636 (|#2| |#2| |#1|)) (-15 -1907 (|#2| |#2| |#1|)) (-15 -3254 (|#2| |#2| |#1|)) (-15 -2664 ((-592 (-1073 |#1|)) (-1073 |#1|) |#1|))) (-341) (-1165 |#1|)) (T -264))
-((-2664 (*1 *2 *3 *4) (-12 (-4 *4 (-341)) (-5 *2 (-592 (-1073 *4))) (-5 *1 (-264 *4 *5)) (-5 *3 (-1073 *4)) (-4 *5 (-1165 *4)))) (-3254 (*1 *2 *2 *3) (-12 (-4 *3 (-341)) (-5 *1 (-264 *3 *2)) (-4 *2 (-1165 *3)))) (-1907 (*1 *2 *2 *3) (-12 (-4 *3 (-341)) (-5 *1 (-264 *3 *2)) (-4 *2 (-1165 *3)))) (-1636 (*1 *2 *2 *3) (-12 (-4 *3 (-341)) (-5 *1 (-264 *3 *2)) (-4 *2 (-1165 *3)))))
-(-10 -7 (-15 -1636 (|#2| |#2| |#1|)) (-15 -1907 (|#2| |#2| |#1|)) (-15 -3254 (|#2| |#2| |#1|)) (-15 -2664 ((-592 (-1073 |#1|)) (-1073 |#1|) |#1|)))
-((-3431 ((|#2| $ |#1|) 6)))
-(((-265 |#1| |#2|) (-131) (-1020) (-1128)) (T -265))
-((-3431 (*1 *2 *1 *3) (-12 (-4 *1 (-265 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128)))))
-(-13 (-10 -8 (-15 -3431 (|t#2| $ |t#1|))))
-((-3081 ((|#3| $ |#2| |#3|) 12)) (-3017 ((|#3| $ |#2|) 10)))
-(((-266 |#1| |#2| |#3|) (-10 -8 (-15 -3081 (|#3| |#1| |#2| |#3|)) (-15 -3017 (|#3| |#1| |#2|))) (-267 |#2| |#3|) (-1020) (-1128)) (T -266))
-NIL
-(-10 -8 (-15 -3081 (|#3| |#1| |#2| |#3|)) (-15 -3017 (|#3| |#1| |#2|)))
-((-1233 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4260)))) (-3081 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) 11)) (-3431 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
-(((-267 |#1| |#2|) (-131) (-1020) (-1128)) (T -267))
-((-3431 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-267 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128)))) (-3017 (*1 *2 *1 *3) (-12 (-4 *1 (-267 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128)))) (-1233 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-267 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128)))) (-3081 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-267 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128)))))
-(-13 (-265 |t#1| |t#2|) (-10 -8 (-15 -3431 (|t#2| $ |t#1| |t#2|)) (-15 -3017 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4260)) (PROGN (-15 -1233 (|t#2| $ |t#1| |t#2|)) (-15 -3081 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
-(((-265 |#1| |#2|) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 35)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 40)) (-2433 (($ $) 38)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) 33)) (-3504 (($ |#2| |#3|) 19)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2287 ((|#3| $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 20)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1561 (((-3 $ "failed") $ $) NIL)) (-1927 (((-713) $) 34)) (-3431 ((|#2| $ |#2|) 42)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 24)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-2448 (((-713)) NIL)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 29 T CONST)) (-3375 (($) 36 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 37)))
-(((-268 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-286) (-10 -8 (-15 -2287 (|#3| $)) (-15 -4100 (|#2| $)) (-15 -3504 ($ |#2| |#3|)) (-15 -1561 ((-3 $ "failed") $ $)) (-15 -3300 ((-3 $ "failed") $)) (-15 -1387 ($ $)) (-15 -3431 (|#2| $ |#2|)))) (-160) (-1150 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -268))
-((-3300 (*1 *1 *1) (|partial| -12 (-4 *2 (-160)) (-5 *1 (-268 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1150 *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)))) (-2287 (*1 *2 *1) (-12 (-4 *3 (-160)) (-4 *2 (-23)) (-5 *1 (-268 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1150 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-4100 (*1 *2 *1) (-12 (-4 *2 (-1150 *3)) (-5 *1 (-268 *3 *2 *4 *5 *6 *7)) (-4 *3 (-160)) (-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)))) (-3504 (*1 *1 *2 *3) (-12 (-4 *4 (-160)) (-5 *1 (-268 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1150 *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)))) (-1561 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-160)) (-5 *1 (-268 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1150 *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)))) (-1387 (*1 *1 *1) (-12 (-4 *2 (-160)) (-5 *1 (-268 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1150 *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)))) (-3431 (*1 *2 *1 *2) (-12 (-4 *3 (-160)) (-5 *1 (-268 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1150 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4)))))
-(-13 (-286) (-10 -8 (-15 -2287 (|#3| $)) (-15 -4100 (|#2| $)) (-15 -3504 ($ |#2| |#3|)) (-15 -1561 ((-3 $ "failed") $ $)) (-15 -3300 ((-3 $ "failed") $)) (-15 -1387 ($ $)) (-15 -3431 (|#2| $ |#2|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-269) (-131)) (T -269))
-NIL
-(-13 (-977) (-107 $ $) (-10 -7 (-6 -4252)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2957 (($ (-1092) (-1092) (-1024) $) 17)) (-3710 (($ (-1092) (-592 (-899)) $) 22)) (-4069 (((-592 (-1007)) $) 10)) (-2606 (((-3 (-1024) "failed") (-1092) (-1092) $) 16)) (-3079 (((-3 (-592 (-899)) "failed") (-1092) $) 21)) (-1558 (($) 7)) (-2169 (($) 23)) (-4100 (((-798) $) 27)) (-2275 (($) 24)))
-(((-270) (-13 (-566 (-798)) (-10 -8 (-15 -1558 ($)) (-15 -4069 ((-592 (-1007)) $)) (-15 -2606 ((-3 (-1024) "failed") (-1092) (-1092) $)) (-15 -2957 ($ (-1092) (-1092) (-1024) $)) (-15 -3079 ((-3 (-592 (-899)) "failed") (-1092) $)) (-15 -3710 ($ (-1092) (-592 (-899)) $)) (-15 -2169 ($)) (-15 -2275 ($))))) (T -270))
-((-1558 (*1 *1) (-5 *1 (-270))) (-4069 (*1 *2 *1) (-12 (-5 *2 (-592 (-1007))) (-5 *1 (-270)))) (-2606 (*1 *2 *3 *3 *1) (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-1024)) (-5 *1 (-270)))) (-2957 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-1092)) (-5 *3 (-1024)) (-5 *1 (-270)))) (-3079 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-592 (-899))) (-5 *1 (-270)))) (-3710 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-899))) (-5 *1 (-270)))) (-2169 (*1 *1) (-5 *1 (-270))) (-2275 (*1 *1) (-5 *1 (-270))))
-(-13 (-566 (-798)) (-10 -8 (-15 -1558 ($)) (-15 -4069 ((-592 (-1007)) $)) (-15 -2606 ((-3 (-1024) "failed") (-1092) (-1092) $)) (-15 -2957 ($ (-1092) (-1092) (-1024) $)) (-15 -3079 ((-3 (-592 (-899)) "failed") (-1092) $)) (-15 -3710 ($ (-1092) (-592 (-899)) $)) (-15 -2169 ($)) (-15 -2275 ($))))
-((-3391 (((-592 (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |geneigvec| (-592 (-632 (-385 (-887 |#1|))))))) (-632 (-385 (-887 |#1|)))) 85)) (-2870 (((-592 (-632 (-385 (-887 |#1|)))) (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 (-632 (-385 (-887 |#1|)))))) (-632 (-385 (-887 |#1|)))) 80) (((-592 (-632 (-385 (-887 |#1|)))) (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|))) (-632 (-385 (-887 |#1|))) (-713) (-713)) 38)) (-1867 (((-592 (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 (-632 (-385 (-887 |#1|))))))) (-632 (-385 (-887 |#1|)))) 82)) (-4046 (((-592 (-632 (-385 (-887 |#1|)))) (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|))) (-632 (-385 (-887 |#1|)))) 62)) (-3883 (((-592 (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (-632 (-385 (-887 |#1|)))) 61)) (-3153 (((-887 |#1|) (-632 (-385 (-887 |#1|)))) 50) (((-887 |#1|) (-632 (-385 (-887 |#1|))) (-1092)) 51)))
-(((-271 |#1|) (-10 -7 (-15 -3153 ((-887 |#1|) (-632 (-385 (-887 |#1|))) (-1092))) (-15 -3153 ((-887 |#1|) (-632 (-385 (-887 |#1|))))) (-15 -3883 ((-592 (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (-632 (-385 (-887 |#1|))))) (-15 -4046 ((-592 (-632 (-385 (-887 |#1|)))) (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|))) (-632 (-385 (-887 |#1|))))) (-15 -2870 ((-592 (-632 (-385 (-887 |#1|)))) (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|))) (-632 (-385 (-887 |#1|))) (-713) (-713))) (-15 -2870 ((-592 (-632 (-385 (-887 |#1|)))) (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 (-632 (-385 (-887 |#1|)))))) (-632 (-385 (-887 |#1|))))) (-15 -3391 ((-592 (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |geneigvec| (-592 (-632 (-385 (-887 |#1|))))))) (-632 (-385 (-887 |#1|))))) (-15 -1867 ((-592 (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 (-632 (-385 (-887 |#1|))))))) (-632 (-385 (-887 |#1|)))))) (-429)) (T -271))
-((-1867 (*1 *2 *3) (-12 (-4 *4 (-429)) (-5 *2 (-592 (-2 (|:| |eigval| (-3 (-385 (-887 *4)) (-1082 (-1092) (-887 *4)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 (-632 (-385 (-887 *4)))))))) (-5 *1 (-271 *4)) (-5 *3 (-632 (-385 (-887 *4)))))) (-3391 (*1 *2 *3) (-12 (-4 *4 (-429)) (-5 *2 (-592 (-2 (|:| |eigval| (-3 (-385 (-887 *4)) (-1082 (-1092) (-887 *4)))) (|:| |geneigvec| (-592 (-632 (-385 (-887 *4)))))))) (-5 *1 (-271 *4)) (-5 *3 (-632 (-385 (-887 *4)))))) (-2870 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-385 (-887 *5)) (-1082 (-1092) (-887 *5)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 *4)))) (-4 *5 (-429)) (-5 *2 (-592 (-632 (-385 (-887 *5))))) (-5 *1 (-271 *5)) (-5 *4 (-632 (-385 (-887 *5)))))) (-2870 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-385 (-887 *6)) (-1082 (-1092) (-887 *6)))) (-5 *5 (-713)) (-4 *6 (-429)) (-5 *2 (-592 (-632 (-385 (-887 *6))))) (-5 *1 (-271 *6)) (-5 *4 (-632 (-385 (-887 *6)))))) (-4046 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-385 (-887 *5)) (-1082 (-1092) (-887 *5)))) (-4 *5 (-429)) (-5 *2 (-592 (-632 (-385 (-887 *5))))) (-5 *1 (-271 *5)) (-5 *4 (-632 (-385 (-887 *5)))))) (-3883 (*1 *2 *3) (-12 (-5 *3 (-632 (-385 (-887 *4)))) (-4 *4 (-429)) (-5 *2 (-592 (-3 (-385 (-887 *4)) (-1082 (-1092) (-887 *4))))) (-5 *1 (-271 *4)))) (-3153 (*1 *2 *3) (-12 (-5 *3 (-632 (-385 (-887 *4)))) (-5 *2 (-887 *4)) (-5 *1 (-271 *4)) (-4 *4 (-429)))) (-3153 (*1 *2 *3 *4) (-12 (-5 *3 (-632 (-385 (-887 *5)))) (-5 *4 (-1092)) (-5 *2 (-887 *5)) (-5 *1 (-271 *5)) (-4 *5 (-429)))))
-(-10 -7 (-15 -3153 ((-887 |#1|) (-632 (-385 (-887 |#1|))) (-1092))) (-15 -3153 ((-887 |#1|) (-632 (-385 (-887 |#1|))))) (-15 -3883 ((-592 (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (-632 (-385 (-887 |#1|))))) (-15 -4046 ((-592 (-632 (-385 (-887 |#1|)))) (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|))) (-632 (-385 (-887 |#1|))))) (-15 -2870 ((-592 (-632 (-385 (-887 |#1|)))) (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|))) (-632 (-385 (-887 |#1|))) (-713) (-713))) (-15 -2870 ((-592 (-632 (-385 (-887 |#1|)))) (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 (-632 (-385 (-887 |#1|)))))) (-632 (-385 (-887 |#1|))))) (-15 -3391 ((-592 (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |geneigvec| (-592 (-632 (-385 (-887 |#1|))))))) (-632 (-385 (-887 |#1|))))) (-15 -1867 ((-592 (-2 (|:| |eigval| (-3 (-385 (-887 |#1|)) (-1082 (-1092) (-887 |#1|)))) (|:| |eigmult| (-713)) (|:| |eigvec| (-592 (-632 (-385 (-887 |#1|))))))) (-632 (-385 (-887 |#1|))))))
-((-2016 (((-273 |#2|) (-1 |#2| |#1|) (-273 |#1|)) 14)))
-(((-272 |#1| |#2|) (-10 -7 (-15 -2016 ((-273 |#2|) (-1 |#2| |#1|) (-273 |#1|)))) (-1128) (-1128)) (T -272))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-273 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-273 *6)) (-5 *1 (-272 *5 *6)))))
-(-10 -7 (-15 -2016 ((-273 |#2|) (-1 |#2| |#1|) (-273 |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2414 (((-108) $) NIL (|has| |#1| (-21)))) (-2788 (($ $) 23)) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-3702 (($ $ $) 94 (|has| |#1| (-281)))) (-2475 (($) NIL (-2067 (|has| |#1| (-21)) (|has| |#1| (-669))) CONST)) (-2194 (($ $) 8 (|has| |#1| (-21)))) (-4120 (((-3 $ "failed") $) 69 (|has| |#1| (-669)))) (-3283 ((|#1| $) 22)) (-3300 (((-3 $ "failed") $) 67 (|has| |#1| (-669)))) (-2278 (((-108) $) NIL (|has| |#1| (-669)))) (-2016 (($ (-1 |#1| |#1|) $) 25)) (-3268 ((|#1| $) 9)) (-1818 (($ $) 58 (|has| |#1| (-21)))) (-2712 (((-3 $ "failed") $) 68 (|has| |#1| (-669)))) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-1387 (($ $) 71 (-2067 (|has| |#1| (-341)) (|has| |#1| (-450))))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1644 (((-592 $) $) 20 (|has| |#1| (-517)))) (-2825 (($ $ $) 35 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 $)) 38 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-1092) |#1|) 28 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) 32 (|has| |#1| (-486 (-1092) |#1|)))) (-3237 (($ |#1| |#1|) 18)) (-3933 (((-128)) 89 (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) 86 (|has| |#1| (-835 (-1092))))) (-3055 (($ $ $) NIL (|has| |#1| (-450)))) (-1242 (($ $ $) NIL (|has| |#1| (-450)))) (-4100 (($ (-525)) NIL (|has| |#1| (-977))) (((-108) $) 46 (|has| |#1| (-1020))) (((-798) $) 45 (|has| |#1| (-1020)))) (-2448 (((-713)) 74 (|has| |#1| (-977)))) (-3706 (($ $ (-525)) NIL (|has| |#1| (-450))) (($ $ (-713)) NIL (|has| |#1| (-669))) (($ $ (-856)) NIL (|has| |#1| (-1032)))) (-3364 (($) 56 (|has| |#1| (-21)) CONST)) (-3375 (($) 64 (|has| |#1| (-669)) CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092))))) (-2775 (($ |#1| |#1|) 21) (((-108) $ $) 41 (|has| |#1| (-1020)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) 91 (-2067 (|has| |#1| (-341)) (|has| |#1| (-450))))) (-2871 (($ |#1| $) 54 (|has| |#1| (-21))) (($ $ |#1|) 55 (|has| |#1| (-21))) (($ $ $) 53 (|has| |#1| (-21))) (($ $) 52 (|has| |#1| (-21)))) (-2860 (($ |#1| $) 49 (|has| |#1| (-25))) (($ $ |#1|) 50 (|has| |#1| (-25))) (($ $ $) 48 (|has| |#1| (-25)))) (** (($ $ (-525)) NIL (|has| |#1| (-450))) (($ $ (-713)) NIL (|has| |#1| (-669))) (($ $ (-856)) NIL (|has| |#1| (-1032)))) (* (($ $ |#1|) 62 (|has| |#1| (-1032))) (($ |#1| $) 61 (|has| |#1| (-1032))) (($ $ $) 60 (|has| |#1| (-1032))) (($ (-525) $) 76 (|has| |#1| (-21))) (($ (-713) $) NIL (|has| |#1| (-21))) (($ (-856) $) NIL (|has| |#1| (-25)))))
-(((-273 |#1|) (-13 (-1128) (-10 -8 (-15 -2775 ($ |#1| |#1|)) (-15 -3237 ($ |#1| |#1|)) (-15 -2788 ($ $)) (-15 -3268 (|#1| $)) (-15 -3283 (|#1| $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-486 (-1092) |#1|)) (-6 (-486 (-1092) |#1|)) |%noBranch|) (IF (|has| |#1| (-1020)) (PROGN (-6 (-1020)) (-6 (-566 (-108))) (IF (|has| |#1| (-288 |#1|)) (PROGN (-15 -2825 ($ $ $)) (-15 -2825 ($ $ (-592 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2860 ($ |#1| $)) (-15 -2860 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -1818 ($ $)) (-15 -2194 ($ $)) (-15 -2871 ($ |#1| $)) (-15 -2871 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1032)) (PROGN (-6 (-1032)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-669)) (PROGN (-6 (-669)) (-15 -2712 ((-3 $ "failed") $)) (-15 -4120 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-450)) (PROGN (-6 (-450)) (-15 -2712 ((-3 $ "failed") $)) (-15 -4120 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-977)) (PROGN (-6 (-977)) (-6 (-107 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-160)) (-6 (-660 |#1|)) |%noBranch|) (IF (|has| |#1| (-517)) (-15 -1644 ((-592 $) $)) |%noBranch|) (IF (|has| |#1| (-835 (-1092))) (-6 (-835 (-1092))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-6 (-1181 |#1|)) (-15 -2880 ($ $ $)) (-15 -1387 ($ $))) |%noBranch|) (IF (|has| |#1| (-281)) (-15 -3702 ($ $ $)) |%noBranch|))) (-1128)) (T -273))
-((-2775 (*1 *1 *2 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128)))) (-3237 (*1 *1 *2 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128)))) (-2788 (*1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128)))) (-3268 (*1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128)))) (-3283 (*1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128)))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-273 *3)))) (-2825 (*1 *1 *1 *1) (-12 (-4 *2 (-288 *2)) (-4 *2 (-1020)) (-4 *2 (-1128)) (-5 *1 (-273 *2)))) (-2825 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-273 *3))) (-4 *3 (-288 *3)) (-4 *3 (-1020)) (-4 *3 (-1128)) (-5 *1 (-273 *3)))) (-2860 (*1 *1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-25)) (-4 *2 (-1128)))) (-2860 (*1 *1 *1 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-25)) (-4 *2 (-1128)))) (-1818 (*1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128)))) (-2194 (*1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128)))) (-2871 (*1 *1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128)))) (-2871 (*1 *1 *1 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128)))) (-2712 (*1 *1 *1) (|partial| -12 (-5 *1 (-273 *2)) (-4 *2 (-669)) (-4 *2 (-1128)))) (-4120 (*1 *1 *1) (|partial| -12 (-5 *1 (-273 *2)) (-4 *2 (-669)) (-4 *2 (-1128)))) (-1644 (*1 *2 *1) (-12 (-5 *2 (-592 (-273 *3))) (-5 *1 (-273 *3)) (-4 *3 (-517)) (-4 *3 (-1128)))) (-3702 (*1 *1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-281)) (-4 *2 (-1128)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1032)) (-4 *2 (-1128)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1032)) (-4 *2 (-1128)))) (-2880 (*1 *1 *1 *1) (-2067 (-12 (-5 *1 (-273 *2)) (-4 *2 (-341)) (-4 *2 (-1128))) (-12 (-5 *1 (-273 *2)) (-4 *2 (-450)) (-4 *2 (-1128))))) (-1387 (*1 *1 *1) (-2067 (-12 (-5 *1 (-273 *2)) (-4 *2 (-341)) (-4 *2 (-1128))) (-12 (-5 *1 (-273 *2)) (-4 *2 (-450)) (-4 *2 (-1128))))))
-(-13 (-1128) (-10 -8 (-15 -2775 ($ |#1| |#1|)) (-15 -3237 ($ |#1| |#1|)) (-15 -2788 ($ $)) (-15 -3268 (|#1| $)) (-15 -3283 (|#1| $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-486 (-1092) |#1|)) (-6 (-486 (-1092) |#1|)) |%noBranch|) (IF (|has| |#1| (-1020)) (PROGN (-6 (-1020)) (-6 (-566 (-108))) (IF (|has| |#1| (-288 |#1|)) (PROGN (-15 -2825 ($ $ $)) (-15 -2825 ($ $ (-592 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2860 ($ |#1| $)) (-15 -2860 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -1818 ($ $)) (-15 -2194 ($ $)) (-15 -2871 ($ |#1| $)) (-15 -2871 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1032)) (PROGN (-6 (-1032)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-669)) (PROGN (-6 (-669)) (-15 -2712 ((-3 $ "failed") $)) (-15 -4120 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-450)) (PROGN (-6 (-450)) (-15 -2712 ((-3 $ "failed") $)) (-15 -4120 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-977)) (PROGN (-6 (-977)) (-6 (-107 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-160)) (-6 (-660 |#1|)) |%noBranch|) (IF (|has| |#1| (-517)) (-15 -1644 ((-592 $) $)) |%noBranch|) (IF (|has| |#1| (-835 (-1092))) (-6 (-835 (-1092))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-6 (-1181 |#1|)) (-15 -2880 ($ $ $)) (-15 -1387 ($ $))) |%noBranch|) (IF (|has| |#1| (-281)) (-15 -3702 ($ $ $)) |%noBranch|)))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-3289 (((-1179) $ |#1| |#1|) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#2| $ |#1| |#2|) NIL)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) NIL)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) NIL)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) NIL)) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 ((|#1| $) NIL (|has| |#1| (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 ((|#1| $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1398 (((-592 |#1|) $) NIL)) (-3770 (((-108) |#1| $) NIL)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3177 (((-592 |#1|) $) NIL)) (-3461 (((-108) |#1| $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#2| $) NIL (|has| |#1| (-789)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-274 |#1| |#2|) (-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259))) (-1020) (-1020)) (T -274))
-NIL
-(-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259)))
-((-2188 (((-290) (-1075) (-592 (-1075))) 16) (((-290) (-1075) (-1075)) 15) (((-290) (-592 (-1075))) 14) (((-290) (-1075)) 12)))
-(((-275) (-10 -7 (-15 -2188 ((-290) (-1075))) (-15 -2188 ((-290) (-592 (-1075)))) (-15 -2188 ((-290) (-1075) (-1075))) (-15 -2188 ((-290) (-1075) (-592 (-1075)))))) (T -275))
-((-2188 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-1075))) (-5 *3 (-1075)) (-5 *2 (-290)) (-5 *1 (-275)))) (-2188 (*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-290)) (-5 *1 (-275)))) (-2188 (*1 *2 *3) (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-290)) (-5 *1 (-275)))) (-2188 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-290)) (-5 *1 (-275)))))
-(-10 -7 (-15 -2188 ((-290) (-1075))) (-15 -2188 ((-290) (-592 (-1075)))) (-15 -2188 ((-290) (-1075) (-1075))) (-15 -2188 ((-290) (-1075) (-592 (-1075)))))
-((-2016 ((|#2| (-1 |#2| |#1|) (-1075) (-565 |#1|)) 18)))
-(((-276 |#1| |#2|) (-10 -7 (-15 -2016 (|#2| (-1 |#2| |#1|) (-1075) (-565 |#1|)))) (-281) (-1128)) (T -276))
-((-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1075)) (-5 *5 (-565 *6)) (-4 *6 (-281)) (-4 *2 (-1128)) (-5 *1 (-276 *6 *2)))))
-(-10 -7 (-15 -2016 (|#2| (-1 |#2| |#1|) (-1075) (-565 |#1|))))
-((-2016 ((|#2| (-1 |#2| |#1|) (-565 |#1|)) 17)))
-(((-277 |#1| |#2|) (-10 -7 (-15 -2016 (|#2| (-1 |#2| |#1|) (-565 |#1|)))) (-281) (-281)) (T -277))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-565 *5)) (-4 *5 (-281)) (-4 *2 (-281)) (-5 *1 (-277 *5 *2)))))
-(-10 -7 (-15 -2016 (|#2| (-1 |#2| |#1|) (-565 |#1|))))
-((-3202 (((-108) (-205)) 10)))
-(((-278 |#1| |#2|) (-10 -7 (-15 -3202 ((-108) (-205)))) (-205) (-205)) (T -278))
-((-3202 (*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-108)) (-5 *1 (-278 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-10 -7 (-15 -3202 ((-108) (-205))))
-((-3975 (((-1073 (-205)) (-294 (-205)) (-592 (-1092)) (-1015 (-782 (-205)))) 92)) (-4007 (((-1073 (-205)) (-1174 (-294 (-205))) (-592 (-1092)) (-1015 (-782 (-205)))) 106) (((-1073 (-205)) (-294 (-205)) (-592 (-1092)) (-1015 (-782 (-205)))) 61)) (-3163 (((-592 (-1075)) (-1073 (-205))) NIL)) (-4228 (((-592 (-205)) (-294 (-205)) (-1092) (-1015 (-782 (-205)))) 58)) (-1260 (((-592 (-205)) (-887 (-385 (-525))) (-1092) (-1015 (-782 (-205)))) 49)) (-3843 (((-592 (-1075)) (-592 (-205))) NIL)) (-3829 (((-205) (-1015 (-782 (-205)))) 25)) (-4008 (((-205) (-1015 (-782 (-205)))) 26)) (-1209 (((-108) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 54)) (-3768 (((-1075) (-205)) NIL)))
-(((-279) (-10 -7 (-15 -3829 ((-205) (-1015 (-782 (-205))))) (-15 -4008 ((-205) (-1015 (-782 (-205))))) (-15 -1209 ((-108) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4228 ((-592 (-205)) (-294 (-205)) (-1092) (-1015 (-782 (-205))))) (-15 -3975 ((-1073 (-205)) (-294 (-205)) (-592 (-1092)) (-1015 (-782 (-205))))) (-15 -4007 ((-1073 (-205)) (-294 (-205)) (-592 (-1092)) (-1015 (-782 (-205))))) (-15 -4007 ((-1073 (-205)) (-1174 (-294 (-205))) (-592 (-1092)) (-1015 (-782 (-205))))) (-15 -1260 ((-592 (-205)) (-887 (-385 (-525))) (-1092) (-1015 (-782 (-205))))) (-15 -3768 ((-1075) (-205))) (-15 -3843 ((-592 (-1075)) (-592 (-205)))) (-15 -3163 ((-592 (-1075)) (-1073 (-205)))))) (T -279))
-((-3163 (*1 *2 *3) (-12 (-5 *3 (-1073 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-279)))) (-3843 (*1 *2 *3) (-12 (-5 *3 (-592 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-279)))) (-3768 (*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1075)) (-5 *1 (-279)))) (-1260 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-887 (-385 (-525)))) (-5 *4 (-1092)) (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-592 (-205))) (-5 *1 (-279)))) (-4007 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *4 (-592 (-1092))) (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-1073 (-205))) (-5 *1 (-279)))) (-4007 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 (-205))) (-5 *4 (-592 (-1092))) (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-1073 (-205))) (-5 *1 (-279)))) (-3975 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 (-205))) (-5 *4 (-592 (-1092))) (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-1073 (-205))) (-5 *1 (-279)))) (-4228 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 (-205))) (-5 *4 (-1092)) (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-592 (-205))) (-5 *1 (-279)))) (-1209 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-108)) (-5 *1 (-279)))) (-4008 (*1 *2 *3) (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-279)))) (-3829 (*1 *2 *3) (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-279)))))
-(-10 -7 (-15 -3829 ((-205) (-1015 (-782 (-205))))) (-15 -4008 ((-205) (-1015 (-782 (-205))))) (-15 -1209 ((-108) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4228 ((-592 (-205)) (-294 (-205)) (-1092) (-1015 (-782 (-205))))) (-15 -3975 ((-1073 (-205)) (-294 (-205)) (-592 (-1092)) (-1015 (-782 (-205))))) (-15 -4007 ((-1073 (-205)) (-294 (-205)) (-592 (-1092)) (-1015 (-782 (-205))))) (-15 -4007 ((-1073 (-205)) (-1174 (-294 (-205))) (-592 (-1092)) (-1015 (-782 (-205))))) (-15 -1260 ((-592 (-205)) (-887 (-385 (-525))) (-1092) (-1015 (-782 (-205))))) (-15 -3768 ((-1075) (-205))) (-15 -3843 ((-592 (-1075)) (-592 (-205)))) (-15 -3163 ((-592 (-1075)) (-1073 (-205)))))
-((-1285 (((-592 (-565 $)) $) 30)) (-3702 (($ $ (-273 $)) 81) (($ $ (-592 (-273 $))) 123) (($ $ (-592 (-565 $)) (-592 $)) NIL)) (-1934 (((-3 (-565 $) "failed") $) 113)) (-4105 (((-565 $) $) 112)) (-3106 (($ $) 19) (($ (-592 $)) 56)) (-2531 (((-592 (-110)) $) 38)) (-1386 (((-110) (-110)) 91)) (-3028 (((-108) $) 131)) (-2016 (($ (-1 $ $) (-565 $)) 89)) (-1751 (((-3 (-565 $) "failed") $) 93)) (-4152 (($ (-110) $) 61) (($ (-110) (-592 $)) 100)) (-2412 (((-108) $ (-110)) 117) (((-108) $ (-1092)) 116)) (-2934 (((-713) $) 46)) (-3513 (((-108) $ $) 59) (((-108) $ (-1092)) 51)) (-3864 (((-108) $) 129)) (-2825 (($ $ (-565 $) $) NIL) (($ $ (-592 (-565 $)) (-592 $)) NIL) (($ $ (-592 (-273 $))) 121) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ $))) 84) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-1092) (-1 $ (-592 $))) 69) (($ $ (-1092) (-1 $ $)) 75) (($ $ (-592 (-110)) (-592 (-1 $ $))) 83) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) 85) (($ $ (-110) (-1 $ (-592 $))) 71) (($ $ (-110) (-1 $ $)) 77)) (-3431 (($ (-110) $) 62) (($ (-110) $ $) 63) (($ (-110) $ $ $) 64) (($ (-110) $ $ $ $) 65) (($ (-110) (-592 $)) 109)) (-2540 (($ $) 53) (($ $ $) 119)) (-2239 (($ $) 17) (($ (-592 $)) 55)) (-3954 (((-108) (-110)) 22)))
-(((-280 |#1|) (-10 -8 (-15 -3028 ((-108) |#1|)) (-15 -3864 ((-108) |#1|)) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| |#1|)))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| |#1|)))) (-15 -3513 ((-108) |#1| (-1092))) (-15 -3513 ((-108) |#1| |#1|)) (-15 -2016 (|#1| (-1 |#1| |#1|) (-565 |#1|))) (-15 -4152 (|#1| (-110) (-592 |#1|))) (-15 -4152 (|#1| (-110) |#1|)) (-15 -2412 ((-108) |#1| (-1092))) (-15 -2412 ((-108) |#1| (-110))) (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -2531 ((-592 (-110)) |#1|)) (-15 -1285 ((-592 (-565 |#1|)) |#1|)) (-15 -1751 ((-3 (-565 |#1|) "failed") |#1|)) (-15 -2934 ((-713) |#1|)) (-15 -2540 (|#1| |#1| |#1|)) (-15 -2540 (|#1| |#1|)) (-15 -3106 (|#1| (-592 |#1|))) (-15 -3106 (|#1| |#1|)) (-15 -2239 (|#1| (-592 |#1|))) (-15 -2239 (|#1| |#1|)) (-15 -3702 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -3702 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3702 (|#1| |#1| (-273 |#1|))) (-15 -3431 (|#1| (-110) (-592 |#1|))) (-15 -3431 (|#1| (-110) |#1| |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -2825 (|#1| |#1| (-565 |#1|) |#1|)) (-15 -4105 ((-565 |#1|) |#1|)) (-15 -1934 ((-3 (-565 |#1|) "failed") |#1|))) (-281)) (T -280))
-((-1386 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-280 *3)) (-4 *3 (-281)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-110)) (-5 *2 (-108)) (-5 *1 (-280 *4)) (-4 *4 (-281)))))
-(-10 -8 (-15 -3028 ((-108) |#1|)) (-15 -3864 ((-108) |#1|)) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| |#1|)))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| |#1|)))) (-15 -3513 ((-108) |#1| (-1092))) (-15 -3513 ((-108) |#1| |#1|)) (-15 -2016 (|#1| (-1 |#1| |#1|) (-565 |#1|))) (-15 -4152 (|#1| (-110) (-592 |#1|))) (-15 -4152 (|#1| (-110) |#1|)) (-15 -2412 ((-108) |#1| (-1092))) (-15 -2412 ((-108) |#1| (-110))) (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -2531 ((-592 (-110)) |#1|)) (-15 -1285 ((-592 (-565 |#1|)) |#1|)) (-15 -1751 ((-3 (-565 |#1|) "failed") |#1|)) (-15 -2934 ((-713) |#1|)) (-15 -2540 (|#1| |#1| |#1|)) (-15 -2540 (|#1| |#1|)) (-15 -3106 (|#1| (-592 |#1|))) (-15 -3106 (|#1| |#1|)) (-15 -2239 (|#1| (-592 |#1|))) (-15 -2239 (|#1| |#1|)) (-15 -3702 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -3702 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3702 (|#1| |#1| (-273 |#1|))) (-15 -3431 (|#1| (-110) (-592 |#1|))) (-15 -3431 (|#1| (-110) |#1| |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -2825 (|#1| |#1| (-565 |#1|) |#1|)) (-15 -4105 ((-565 |#1|) |#1|)) (-15 -1934 ((-3 (-565 |#1|) "failed") |#1|)))
-((-4087 (((-108) $ $) 7)) (-1285 (((-592 (-565 $)) $) 44)) (-3702 (($ $ (-273 $)) 56) (($ $ (-592 (-273 $))) 55) (($ $ (-592 (-565 $)) (-592 $)) 54)) (-1934 (((-3 (-565 $) "failed") $) 69)) (-4105 (((-565 $) $) 68)) (-3106 (($ $) 51) (($ (-592 $)) 50)) (-2531 (((-592 (-110)) $) 43)) (-1386 (((-110) (-110)) 42)) (-3028 (((-108) $) 22 (|has| $ (-968 (-525))))) (-1808 (((-1088 $) (-565 $)) 25 (|has| $ (-977)))) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-2016 (($ (-1 $ $) (-565 $)) 36)) (-1751 (((-3 (-565 $) "failed") $) 46)) (-1289 (((-1075) $) 9)) (-4153 (((-592 (-565 $)) $) 45)) (-4152 (($ (-110) $) 38) (($ (-110) (-592 $)) 37)) (-2412 (((-108) $ (-110)) 40) (((-108) $ (-1092)) 39)) (-2934 (((-713) $) 47)) (-3993 (((-1039) $) 10)) (-3513 (((-108) $ $) 35) (((-108) $ (-1092)) 34)) (-3864 (((-108) $) 23 (|has| $ (-968 (-525))))) (-2825 (($ $ (-565 $) $) 67) (($ $ (-592 (-565 $)) (-592 $)) 66) (($ $ (-592 (-273 $))) 65) (($ $ (-273 $)) 64) (($ $ $ $) 63) (($ $ (-592 $) (-592 $)) 62) (($ $ (-592 (-1092)) (-592 (-1 $ $))) 33) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) 32) (($ $ (-1092) (-1 $ (-592 $))) 31) (($ $ (-1092) (-1 $ $)) 30) (($ $ (-592 (-110)) (-592 (-1 $ $))) 29) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) 28) (($ $ (-110) (-1 $ (-592 $))) 27) (($ $ (-110) (-1 $ $)) 26)) (-3431 (($ (-110) $) 61) (($ (-110) $ $) 60) (($ (-110) $ $ $) 59) (($ (-110) $ $ $ $) 58) (($ (-110) (-592 $)) 57)) (-2540 (($ $) 49) (($ $ $) 48)) (-2013 (($ $) 24 (|has| $ (-977)))) (-4100 (((-798) $) 11) (($ (-565 $)) 70)) (-2239 (($ $) 53) (($ (-592 $)) 52)) (-3954 (((-108) (-110)) 41)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)))
-(((-281) (-131)) (T -281))
-((-3431 (*1 *1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110)))) (-3431 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110)))) (-3431 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110)))) (-3431 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110)))) (-3431 (*1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-592 *1)) (-4 *1 (-281)))) (-3702 (*1 *1 *1 *2) (-12 (-5 *2 (-273 *1)) (-4 *1 (-281)))) (-3702 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-273 *1))) (-4 *1 (-281)))) (-3702 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-565 *1))) (-5 *3 (-592 *1)) (-4 *1 (-281)))) (-2239 (*1 *1 *1) (-4 *1 (-281))) (-2239 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-281)))) (-3106 (*1 *1 *1) (-4 *1 (-281))) (-3106 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-281)))) (-2540 (*1 *1 *1) (-4 *1 (-281))) (-2540 (*1 *1 *1 *1) (-4 *1 (-281))) (-2934 (*1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-713)))) (-1751 (*1 *2 *1) (|partial| -12 (-5 *2 (-565 *1)) (-4 *1 (-281)))) (-4153 (*1 *2 *1) (-12 (-5 *2 (-592 (-565 *1))) (-4 *1 (-281)))) (-1285 (*1 *2 *1) (-12 (-5 *2 (-592 (-565 *1))) (-4 *1 (-281)))) (-2531 (*1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-592 (-110))))) (-1386 (*1 *2 *2) (-12 (-4 *1 (-281)) (-5 *2 (-110)))) (-3954 (*1 *2 *3) (-12 (-4 *1 (-281)) (-5 *3 (-110)) (-5 *2 (-108)))) (-2412 (*1 *2 *1 *3) (-12 (-4 *1 (-281)) (-5 *3 (-110)) (-5 *2 (-108)))) (-2412 (*1 *2 *1 *3) (-12 (-4 *1 (-281)) (-5 *3 (-1092)) (-5 *2 (-108)))) (-4152 (*1 *1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110)))) (-4152 (*1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-592 *1)) (-4 *1 (-281)))) (-2016 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-565 *1)) (-4 *1 (-281)))) (-3513 (*1 *2 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-108)))) (-3513 (*1 *2 *1 *3) (-12 (-4 *1 (-281)) (-5 *3 (-1092)) (-5 *2 (-108)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-1 *1 *1))) (-4 *1 (-281)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-1 *1 (-592 *1)))) (-4 *1 (-281)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1 *1 (-592 *1))) (-4 *1 (-281)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1 *1 *1)) (-4 *1 (-281)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-110))) (-5 *3 (-592 (-1 *1 *1))) (-4 *1 (-281)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-110))) (-5 *3 (-592 (-1 *1 (-592 *1)))) (-4 *1 (-281)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-1 *1 (-592 *1))) (-4 *1 (-281)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-1 *1 *1)) (-4 *1 (-281)))) (-1808 (*1 *2 *3) (-12 (-5 *3 (-565 *1)) (-4 *1 (-977)) (-4 *1 (-281)) (-5 *2 (-1088 *1)))) (-2013 (*1 *1 *1) (-12 (-4 *1 (-977)) (-4 *1 (-281)))) (-3864 (*1 *2 *1) (-12 (-4 *1 (-968 (-525))) (-4 *1 (-281)) (-5 *2 (-108)))) (-3028 (*1 *2 *1) (-12 (-4 *1 (-968 (-525))) (-4 *1 (-281)) (-5 *2 (-108)))))
-(-13 (-789) (-968 (-565 $)) (-486 (-565 $) $) (-288 $) (-10 -8 (-15 -3431 ($ (-110) $)) (-15 -3431 ($ (-110) $ $)) (-15 -3431 ($ (-110) $ $ $)) (-15 -3431 ($ (-110) $ $ $ $)) (-15 -3431 ($ (-110) (-592 $))) (-15 -3702 ($ $ (-273 $))) (-15 -3702 ($ $ (-592 (-273 $)))) (-15 -3702 ($ $ (-592 (-565 $)) (-592 $))) (-15 -2239 ($ $)) (-15 -2239 ($ (-592 $))) (-15 -3106 ($ $)) (-15 -3106 ($ (-592 $))) (-15 -2540 ($ $)) (-15 -2540 ($ $ $)) (-15 -2934 ((-713) $)) (-15 -1751 ((-3 (-565 $) "failed") $)) (-15 -4153 ((-592 (-565 $)) $)) (-15 -1285 ((-592 (-565 $)) $)) (-15 -2531 ((-592 (-110)) $)) (-15 -1386 ((-110) (-110))) (-15 -3954 ((-108) (-110))) (-15 -2412 ((-108) $ (-110))) (-15 -2412 ((-108) $ (-1092))) (-15 -4152 ($ (-110) $)) (-15 -4152 ($ (-110) (-592 $))) (-15 -2016 ($ (-1 $ $) (-565 $))) (-15 -3513 ((-108) $ $)) (-15 -3513 ((-108) $ (-1092))) (-15 -2825 ($ $ (-592 (-1092)) (-592 (-1 $ $)))) (-15 -2825 ($ $ (-592 (-1092)) (-592 (-1 $ (-592 $))))) (-15 -2825 ($ $ (-1092) (-1 $ (-592 $)))) (-15 -2825 ($ $ (-1092) (-1 $ $))) (-15 -2825 ($ $ (-592 (-110)) (-592 (-1 $ $)))) (-15 -2825 ($ $ (-592 (-110)) (-592 (-1 $ (-592 $))))) (-15 -2825 ($ $ (-110) (-1 $ (-592 $)))) (-15 -2825 ($ $ (-110) (-1 $ $))) (IF (|has| $ (-977)) (PROGN (-15 -1808 ((-1088 $) (-565 $))) (-15 -2013 ($ $))) |%noBranch|) (IF (|has| $ (-968 (-525))) (PROGN (-15 -3864 ((-108) $)) (-15 -3028 ((-108) $))) |%noBranch|)))
-(((-97) . T) ((-566 (-798)) . T) ((-288 $) . T) ((-486 (-565 $) $) . T) ((-486 $ $) . T) ((-789) . T) ((-968 (-565 $)) . T) ((-1020) . T))
-((-4068 (((-592 |#1|) (-592 |#1|)) 10)))
-(((-282 |#1|) (-10 -7 (-15 -4068 ((-592 |#1|) (-592 |#1|)))) (-787)) (T -282))
-((-4068 (*1 *2 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-787)) (-5 *1 (-282 *3)))))
-(-10 -7 (-15 -4068 ((-592 |#1|) (-592 |#1|))))
-((-2016 (((-632 |#2|) (-1 |#2| |#1|) (-632 |#1|)) 17)))
-(((-283 |#1| |#2|) (-10 -7 (-15 -2016 ((-632 |#2|) (-1 |#2| |#1|) (-632 |#1|)))) (-977) (-977)) (T -283))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-632 *5)) (-4 *5 (-977)) (-4 *6 (-977)) (-5 *2 (-632 *6)) (-5 *1 (-283 *5 *6)))))
-(-10 -7 (-15 -2016 ((-632 |#2|) (-1 |#2| |#1|) (-632 |#1|))))
-((-3008 (((-1174 (-294 (-357))) (-1174 (-294 (-205)))) 105)) (-2972 (((-1015 (-782 (-205))) (-1015 (-782 (-357)))) 40)) (-3163 (((-592 (-1075)) (-1073 (-205))) 87)) (-2751 (((-294 (-357)) (-887 (-205))) 50)) (-3166 (((-205) (-887 (-205))) 46)) (-4033 (((-1075) (-357)) 169)) (-2368 (((-782 (-205)) (-782 (-357))) 34)) (-2402 (((-2 (|:| |additions| (-525)) (|:| |multiplications| (-525)) (|:| |exponentiations| (-525)) (|:| |functionCalls| (-525))) (-1174 (-294 (-205)))) 143)) (-2945 (((-966) (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966)))) 181) (((-966) (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) 179)) (-4108 (((-632 (-205)) (-592 (-205)) (-713)) 14)) (-4058 (((-1174 (-641)) (-592 (-205))) 94)) (-3843 (((-592 (-1075)) (-592 (-205))) 75)) (-2889 (((-3 (-294 (-205)) "failed") (-294 (-205))) 120)) (-3202 (((-108) (-205) (-1015 (-782 (-205)))) 109)) (-1520 (((-966) (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357)))) 198)) (-3829 (((-205) (-1015 (-782 (-205)))) 107)) (-4008 (((-205) (-1015 (-782 (-205)))) 108)) (-1752 (((-205) (-385 (-525))) 27)) (-1313 (((-1075) (-357)) 73)) (-4050 (((-205) (-357)) 17)) (-4196 (((-357) (-1174 (-294 (-205)))) 154)) (-1401 (((-294 (-205)) (-294 (-357))) 23)) (-3266 (((-385 (-525)) (-294 (-205))) 53)) (-2263 (((-294 (-385 (-525))) (-294 (-205))) 69)) (-1241 (((-294 (-357)) (-294 (-205))) 98)) (-2034 (((-205) (-294 (-205))) 54)) (-2964 (((-592 (-205)) (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) 64)) (-2966 (((-1015 (-782 (-205))) (-1015 (-782 (-205)))) 61)) (-3768 (((-1075) (-205)) 72)) (-3377 (((-641) (-205)) 90)) (-2032 (((-385 (-525)) (-205)) 55)) (-3294 (((-294 (-357)) (-205)) 49)) (-2069 (((-592 (-1015 (-782 (-205)))) (-592 (-1015 (-782 (-357))))) 43)) (-2035 (((-966) (-592 (-966))) 165) (((-966) (-966) (-966)) 162)) (-2106 (((-966) (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 195)))
-(((-284) (-10 -7 (-15 -4050 ((-205) (-357))) (-15 -1401 ((-294 (-205)) (-294 (-357)))) (-15 -2368 ((-782 (-205)) (-782 (-357)))) (-15 -2972 ((-1015 (-782 (-205))) (-1015 (-782 (-357))))) (-15 -2069 ((-592 (-1015 (-782 (-205)))) (-592 (-1015 (-782 (-357)))))) (-15 -2032 ((-385 (-525)) (-205))) (-15 -3266 ((-385 (-525)) (-294 (-205)))) (-15 -2034 ((-205) (-294 (-205)))) (-15 -2889 ((-3 (-294 (-205)) "failed") (-294 (-205)))) (-15 -4196 ((-357) (-1174 (-294 (-205))))) (-15 -2402 ((-2 (|:| |additions| (-525)) (|:| |multiplications| (-525)) (|:| |exponentiations| (-525)) (|:| |functionCalls| (-525))) (-1174 (-294 (-205))))) (-15 -2263 ((-294 (-385 (-525))) (-294 (-205)))) (-15 -2966 ((-1015 (-782 (-205))) (-1015 (-782 (-205))))) (-15 -2964 ((-592 (-205)) (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))) (-15 -3377 ((-641) (-205))) (-15 -4058 ((-1174 (-641)) (-592 (-205)))) (-15 -1241 ((-294 (-357)) (-294 (-205)))) (-15 -3008 ((-1174 (-294 (-357))) (-1174 (-294 (-205))))) (-15 -3202 ((-108) (-205) (-1015 (-782 (-205))))) (-15 -3768 ((-1075) (-205))) (-15 -1313 ((-1075) (-357))) (-15 -3843 ((-592 (-1075)) (-592 (-205)))) (-15 -3163 ((-592 (-1075)) (-1073 (-205)))) (-15 -3829 ((-205) (-1015 (-782 (-205))))) (-15 -4008 ((-205) (-1015 (-782 (-205))))) (-15 -2035 ((-966) (-966) (-966))) (-15 -2035 ((-966) (-592 (-966)))) (-15 -4033 ((-1075) (-357))) (-15 -2945 ((-966) (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))))) (-15 -2945 ((-966) (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))))) (-15 -2106 ((-966) (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1520 ((-966) (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))))) (-15 -2751 ((-294 (-357)) (-887 (-205)))) (-15 -3166 ((-205) (-887 (-205)))) (-15 -3294 ((-294 (-357)) (-205))) (-15 -1752 ((-205) (-385 (-525)))) (-15 -4108 ((-632 (-205)) (-592 (-205)) (-713))))) (T -284))
-((-4108 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-205))) (-5 *4 (-713)) (-5 *2 (-632 (-205))) (-5 *1 (-284)))) (-1752 (*1 *2 *3) (-12 (-5 *3 (-385 (-525))) (-5 *2 (-205)) (-5 *1 (-284)))) (-3294 (*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-294 (-357))) (-5 *1 (-284)))) (-3166 (*1 *2 *3) (-12 (-5 *3 (-887 (-205))) (-5 *2 (-205)) (-5 *1 (-284)))) (-2751 (*1 *2 *3) (-12 (-5 *3 (-887 (-205))) (-5 *2 (-294 (-357))) (-5 *1 (-284)))) (-1520 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357)))) (-5 *2 (-966)) (-5 *1 (-284)))) (-2106 (*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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-966)) (-5 *1 (-284)))) (-2945 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966)))) (-5 *2 (-966)) (-5 *1 (-284)))) (-2945 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) (-5 *2 (-966)) (-5 *1 (-284)))) (-4033 (*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1075)) (-5 *1 (-284)))) (-2035 (*1 *2 *3) (-12 (-5 *3 (-592 (-966))) (-5 *2 (-966)) (-5 *1 (-284)))) (-2035 (*1 *2 *2 *2) (-12 (-5 *2 (-966)) (-5 *1 (-284)))) (-4008 (*1 *2 *3) (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-284)))) (-3829 (*1 *2 *3) (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-284)))) (-3163 (*1 *2 *3) (-12 (-5 *3 (-1073 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-284)))) (-3843 (*1 *2 *3) (-12 (-5 *3 (-592 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-284)))) (-1313 (*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1075)) (-5 *1 (-284)))) (-3768 (*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1075)) (-5 *1 (-284)))) (-3202 (*1 *2 *3 *4) (-12 (-5 *4 (-1015 (-782 (-205)))) (-5 *3 (-205)) (-5 *2 (-108)) (-5 *1 (-284)))) (-3008 (*1 *2 *3) (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *2 (-1174 (-294 (-357)))) (-5 *1 (-284)))) (-1241 (*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-294 (-357))) (-5 *1 (-284)))) (-4058 (*1 *2 *3) (-12 (-5 *3 (-592 (-205))) (-5 *2 (-1174 (-641))) (-5 *1 (-284)))) (-3377 (*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-641)) (-5 *1 (-284)))) (-2964 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-5 *2 (-592 (-205))) (-5 *1 (-284)))) (-2966 (*1 *2 *2) (-12 (-5 *2 (-1015 (-782 (-205)))) (-5 *1 (-284)))) (-2263 (*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-294 (-385 (-525)))) (-5 *1 (-284)))) (-2402 (*1 *2 *3) (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *2 (-2 (|:| |additions| (-525)) (|:| |multiplications| (-525)) (|:| |exponentiations| (-525)) (|:| |functionCalls| (-525)))) (-5 *1 (-284)))) (-4196 (*1 *2 *3) (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *2 (-357)) (-5 *1 (-284)))) (-2889 (*1 *2 *2) (|partial| -12 (-5 *2 (-294 (-205))) (-5 *1 (-284)))) (-2034 (*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-205)) (-5 *1 (-284)))) (-3266 (*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-385 (-525))) (-5 *1 (-284)))) (-2032 (*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-385 (-525))) (-5 *1 (-284)))) (-2069 (*1 *2 *3) (-12 (-5 *3 (-592 (-1015 (-782 (-357))))) (-5 *2 (-592 (-1015 (-782 (-205))))) (-5 *1 (-284)))) (-2972 (*1 *2 *3) (-12 (-5 *3 (-1015 (-782 (-357)))) (-5 *2 (-1015 (-782 (-205)))) (-5 *1 (-284)))) (-2368 (*1 *2 *3) (-12 (-5 *3 (-782 (-357))) (-5 *2 (-782 (-205))) (-5 *1 (-284)))) (-1401 (*1 *2 *3) (-12 (-5 *3 (-294 (-357))) (-5 *2 (-294 (-205))) (-5 *1 (-284)))) (-4050 (*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-205)) (-5 *1 (-284)))))
-(-10 -7 (-15 -4050 ((-205) (-357))) (-15 -1401 ((-294 (-205)) (-294 (-357)))) (-15 -2368 ((-782 (-205)) (-782 (-357)))) (-15 -2972 ((-1015 (-782 (-205))) (-1015 (-782 (-357))))) (-15 -2069 ((-592 (-1015 (-782 (-205)))) (-592 (-1015 (-782 (-357)))))) (-15 -2032 ((-385 (-525)) (-205))) (-15 -3266 ((-385 (-525)) (-294 (-205)))) (-15 -2034 ((-205) (-294 (-205)))) (-15 -2889 ((-3 (-294 (-205)) "failed") (-294 (-205)))) (-15 -4196 ((-357) (-1174 (-294 (-205))))) (-15 -2402 ((-2 (|:| |additions| (-525)) (|:| |multiplications| (-525)) (|:| |exponentiations| (-525)) (|:| |functionCalls| (-525))) (-1174 (-294 (-205))))) (-15 -2263 ((-294 (-385 (-525))) (-294 (-205)))) (-15 -2966 ((-1015 (-782 (-205))) (-1015 (-782 (-205))))) (-15 -2964 ((-592 (-205)) (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))) (-15 -3377 ((-641) (-205))) (-15 -4058 ((-1174 (-641)) (-592 (-205)))) (-15 -1241 ((-294 (-357)) (-294 (-205)))) (-15 -3008 ((-1174 (-294 (-357))) (-1174 (-294 (-205))))) (-15 -3202 ((-108) (-205) (-1015 (-782 (-205))))) (-15 -3768 ((-1075) (-205))) (-15 -1313 ((-1075) (-357))) (-15 -3843 ((-592 (-1075)) (-592 (-205)))) (-15 -3163 ((-592 (-1075)) (-1073 (-205)))) (-15 -3829 ((-205) (-1015 (-782 (-205))))) (-15 -4008 ((-205) (-1015 (-782 (-205))))) (-15 -2035 ((-966) (-966) (-966))) (-15 -2035 ((-966) (-592 (-966)))) (-15 -4033 ((-1075) (-357))) (-15 -2945 ((-966) (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))))) (-15 -2945 ((-966) (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))))) (-15 -2106 ((-966) (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1520 ((-966) (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))))) (-15 -2751 ((-294 (-357)) (-887 (-205)))) (-15 -3166 ((-205) (-887 (-205)))) (-15 -3294 ((-294 (-357)) (-205))) (-15 -1752 ((-205) (-385 (-525)))) (-15 -4108 ((-632 (-205)) (-592 (-205)) (-713))))
-((-1507 (((-108) $ $) 11)) (-1356 (($ $ $) 15)) (-1332 (($ $ $) 14)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 44)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 53)) (-2772 (($ $ $) 21) (($ (-592 $)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 32) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 37)) (-1311 (((-3 $ "failed") $ $) 17)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 46)))
-(((-285 |#1|) (-10 -8 (-15 -3624 ((-3 (-592 |#1|) "failed") (-592 |#1|) |#1|)) (-15 -2741 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -2741 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3817 |#1|)) |#1| |#1|)) (-15 -1356 (|#1| |#1| |#1|)) (-15 -1332 (|#1| |#1| |#1|)) (-15 -1507 ((-108) |#1| |#1|)) (-15 -2183 ((-3 (-592 |#1|) "failed") (-592 |#1|) |#1|)) (-15 -2466 ((-2 (|:| -2681 (-592 |#1|)) (|:| -3817 |#1|)) (-592 |#1|))) (-15 -2772 (|#1| (-592 |#1|))) (-15 -2772 (|#1| |#1| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|))) (-286)) (T -285))
-NIL
-(-10 -8 (-15 -3624 ((-3 (-592 |#1|) "failed") (-592 |#1|) |#1|)) (-15 -2741 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -2741 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3817 |#1|)) |#1| |#1|)) (-15 -1356 (|#1| |#1| |#1|)) (-15 -1332 (|#1| |#1| |#1|)) (-15 -1507 ((-108) |#1| |#1|)) (-15 -2183 ((-3 (-592 |#1|) "failed") (-592 |#1|) |#1|)) (-15 -2466 ((-2 (|:| -2681 (-592 |#1|)) (|:| -3817 |#1|)) (-592 |#1|))) (-15 -2772 (|#1| (-592 |#1|))) (-15 -2772 (|#1| |#1| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-1507 (((-108) $ $) 59)) (-2475 (($) 17 T CONST)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-2278 (((-108) $) 31)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-286) (-131)) (T -286))
-((-1507 (*1 *2 *1 *1) (-12 (-4 *1 (-286)) (-5 *2 (-108)))) (-1927 (*1 *2 *1) (-12 (-4 *1 (-286)) (-5 *2 (-713)))) (-2494 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-286)))) (-1332 (*1 *1 *1 *1) (-4 *1 (-286))) (-1356 (*1 *1 *1 *1) (-4 *1 (-286))) (-2741 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3817 *1))) (-4 *1 (-286)))) (-2741 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-286)))) (-3624 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-592 *1)) (-4 *1 (-286)))))
-(-13 (-855) (-10 -8 (-15 -1507 ((-108) $ $)) (-15 -1927 ((-713) $)) (-15 -2494 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -1332 ($ $ $)) (-15 -1356 ($ $ $)) (-15 -2741 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $)) (-15 -2741 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -3624 ((-3 (-592 $) "failed") (-592 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-429) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2825 (($ $ (-592 |#2|) (-592 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-273 |#2|)) 11) (($ $ (-592 (-273 |#2|))) NIL)))
-(((-287 |#1| |#2|) (-10 -8 (-15 -2825 (|#1| |#1| (-592 (-273 |#2|)))) (-15 -2825 (|#1| |#1| (-273 |#2|))) (-15 -2825 (|#1| |#1| |#2| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#2|)))) (-288 |#2|) (-1020)) (T -287))
-NIL
-(-10 -8 (-15 -2825 (|#1| |#1| (-592 (-273 |#2|)))) (-15 -2825 (|#1| |#1| (-273 |#2|))) (-15 -2825 (|#1| |#1| |#2| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#2|))))
-((-2825 (($ $ (-592 |#1|) (-592 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-273 |#1|)) 11) (($ $ (-592 (-273 |#1|))) 10)))
-(((-288 |#1|) (-131) (-1020)) (T -288))
-((-2825 (*1 *1 *1 *2) (-12 (-5 *2 (-273 *3)) (-4 *1 (-288 *3)) (-4 *3 (-1020)))) (-2825 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-273 *3))) (-4 *1 (-288 *3)) (-4 *3 (-1020)))))
-(-13 (-486 |t#1| |t#1|) (-10 -8 (-15 -2825 ($ $ (-273 |t#1|))) (-15 -2825 ($ $ (-592 (-273 |t#1|))))))
-(((-486 |#1| |#1|) . T))
-((-2825 ((|#1| (-1 |#1| (-525)) (-1094 (-385 (-525)))) 25)))
-(((-289 |#1|) (-10 -7 (-15 -2825 (|#1| (-1 |#1| (-525)) (-1094 (-385 (-525)))))) (-37 (-385 (-525)))) (T -289))
-((-2825 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-525))) (-5 *4 (-1094 (-385 (-525)))) (-5 *1 (-289 *2)) (-4 *2 (-37 (-385 (-525)))))))
-(-10 -7 (-15 -2825 (|#1| (-1 |#1| (-525)) (-1094 (-385 (-525))))))
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 7)) (-2775 (((-108) $ $) 9)))
-(((-290) (-1020)) (T -290))
-NIL
-(-1020)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 62)) (-1653 (((-1160 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-1160 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-968 (-525)))) (((-3 (-1159 |#2| |#3| |#4|) "failed") $) 25)) (-4105 (((-1160 |#1| |#2| |#3| |#4|) $) NIL) (((-1092) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-968 (-525)))) (((-525) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-968 (-525)))) (((-1159 |#2| |#3| |#4|) $) NIL)) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-1160 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1174 (-1160 |#1| |#2| |#3| |#4|)))) (-632 $) (-1174 $)) NIL) (((-632 (-1160 |#1| |#2| |#3| |#4|)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 (((-1160 |#1| |#2| |#3| |#4|) $) 21)) (-2878 (((-3 $ "failed") $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-1068)))) (-4079 (((-108) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-789)))) (-1609 (($ $ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-789)))) (-2016 (($ (-1 (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|)) $) NIL)) (-3658 (((-3 (-782 |#2|) "failed") $) 78)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-286)))) (-1340 (((-1160 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 (-1160 |#1| |#2| |#3| |#4|)) (-592 (-1160 |#1| |#2| |#3| |#4|))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-288 (-1160 |#1| |#2| |#3| |#4|)))) (($ $ (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-288 (-1160 |#1| |#2| |#3| |#4|)))) (($ $ (-273 (-1160 |#1| |#2| |#3| |#4|))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-288 (-1160 |#1| |#2| |#3| |#4|)))) (($ $ (-592 (-273 (-1160 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-288 (-1160 |#1| |#2| |#3| |#4|)))) (($ $ (-592 (-1092)) (-592 (-1160 |#1| |#2| |#3| |#4|))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-486 (-1092) (-1160 |#1| |#2| |#3| |#4|)))) (($ $ (-1092) (-1160 |#1| |#2| |#3| |#4|)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-486 (-1092) (-1160 |#1| |#2| |#3| |#4|))))) (-1927 (((-713) $) NIL)) (-3431 (($ $ (-1160 |#1| |#2| |#3| |#4|)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-265 (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-213))) (($ $ (-713)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-213))) (($ $ (-1092)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-1 (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|)) (-713)) NIL) (($ $ (-1 (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|))) NIL)) (-2874 (($ $) NIL)) (-4080 (((-1160 |#1| |#2| |#3| |#4|) $) 17)) (-2069 (((-827 (-525)) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-567 (-827 (-357))))) (((-501) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-567 (-501)))) (((-357) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-953))) (((-205) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-953)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-1160 |#1| |#2| |#3| |#4|) (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-1160 |#1| |#2| |#3| |#4|)) 29) (($ (-1092)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-968 (-1092)))) (($ (-1159 |#2| |#3| |#4|)) 36)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-1160 |#1| |#2| |#3| |#4|) (-844))) (|has| (-1160 |#1| |#2| |#3| |#4|) (-136))))) (-2448 (((-713)) NIL)) (-3064 (((-1160 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-510)))) (-1571 (((-108) $ $) NIL)) (-2380 (($ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 41 T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-213))) (($ $ (-713)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-213))) (($ $ (-1092)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-835 (-1092)))) (($ $ (-1 (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|)) (-713)) NIL) (($ $ (-1 (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|))) NIL)) (-2830 (((-108) $ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-1160 |#1| |#2| |#3| |#4|) (-789)))) (-2880 (($ $ $) 34) (($ (-1160 |#1| |#2| |#3| |#4|) (-1160 |#1| |#2| |#3| |#4|)) 31)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ (-1160 |#1| |#2| |#3| |#4|) $) 30) (($ $ (-1160 |#1| |#2| |#3| |#4|)) NIL)))
-(((-291 |#1| |#2| |#3| |#4|) (-13 (-925 (-1160 |#1| |#2| |#3| |#4|)) (-968 (-1159 |#2| |#3| |#4|)) (-10 -8 (-15 -3658 ((-3 (-782 |#2|) "failed") $)) (-15 -4100 ($ (-1159 |#2| |#3| |#4|))))) (-13 (-789) (-968 (-525)) (-588 (-525)) (-429)) (-13 (-27) (-1114) (-408 |#1|)) (-1092) |#2|) (T -291))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1159 *4 *5 *6)) (-4 *4 (-13 (-27) (-1114) (-408 *3))) (-14 *5 (-1092)) (-14 *6 *4) (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429))) (-5 *1 (-291 *3 *4 *5 *6)))) (-3658 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429))) (-5 *2 (-782 *4)) (-5 *1 (-291 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1114) (-408 *3))) (-14 *5 (-1092)) (-14 *6 *4))))
-(-13 (-925 (-1160 |#1| |#2| |#3| |#4|)) (-968 (-1159 |#2| |#3| |#4|)) (-10 -8 (-15 -3658 ((-3 (-782 |#2|) "failed") $)) (-15 -4100 ($ (-1159 |#2| |#3| |#4|)))))
-((-2016 (((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|)) 13)))
-(((-292 |#1| |#2|) (-10 -7 (-15 -2016 ((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|)))) (-789) (-789)) (T -292))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-294 *5)) (-4 *5 (-789)) (-4 *6 (-789)) (-5 *2 (-294 *6)) (-5 *1 (-292 *5 *6)))))
-(-10 -7 (-15 -2016 ((-294 |#2|) (-1 |#2| |#1|) (-294 |#1|))))
-((-1350 (((-51) |#2| (-273 |#2|) (-713)) 33) (((-51) |#2| (-273 |#2|)) 24) (((-51) |#2| (-713)) 28) (((-51) |#2|) 25) (((-51) (-1092)) 21)) (-2996 (((-51) |#2| (-273 |#2|) (-385 (-525))) 51) (((-51) |#2| (-273 |#2|)) 48) (((-51) |#2| (-385 (-525))) 50) (((-51) |#2|) 49) (((-51) (-1092)) 47)) (-1368 (((-51) |#2| (-273 |#2|) (-385 (-525))) 46) (((-51) |#2| (-273 |#2|)) 43) (((-51) |#2| (-385 (-525))) 45) (((-51) |#2|) 44) (((-51) (-1092)) 42)) (-1361 (((-51) |#2| (-273 |#2|) (-525)) 39) (((-51) |#2| (-273 |#2|)) 35) (((-51) |#2| (-525)) 38) (((-51) |#2|) 36) (((-51) (-1092)) 34)))
-(((-293 |#1| |#2|) (-10 -7 (-15 -1350 ((-51) (-1092))) (-15 -1350 ((-51) |#2|)) (-15 -1350 ((-51) |#2| (-713))) (-15 -1350 ((-51) |#2| (-273 |#2|))) (-15 -1350 ((-51) |#2| (-273 |#2|) (-713))) (-15 -1361 ((-51) (-1092))) (-15 -1361 ((-51) |#2|)) (-15 -1361 ((-51) |#2| (-525))) (-15 -1361 ((-51) |#2| (-273 |#2|))) (-15 -1361 ((-51) |#2| (-273 |#2|) (-525))) (-15 -1368 ((-51) (-1092))) (-15 -1368 ((-51) |#2|)) (-15 -1368 ((-51) |#2| (-385 (-525)))) (-15 -1368 ((-51) |#2| (-273 |#2|))) (-15 -1368 ((-51) |#2| (-273 |#2|) (-385 (-525)))) (-15 -2996 ((-51) (-1092))) (-15 -2996 ((-51) |#2|)) (-15 -2996 ((-51) |#2| (-385 (-525)))) (-15 -2996 ((-51) |#2| (-273 |#2|))) (-15 -2996 ((-51) |#2| (-273 |#2|) (-385 (-525))))) (-13 (-429) (-789) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|))) (T -293))
-((-2996 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-273 *3)) (-5 *5 (-385 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *6 *3)))) (-2996 (*1 *2 *3 *4) (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)))) (-2996 (*1 *2 *3 *4) (-12 (-5 *4 (-385 (-525))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-2996 (*1 *2 *3) (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *4))))) (-2996 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *5)) (-4 *5 (-13 (-27) (-1114) (-408 *4))))) (-1368 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-273 *3)) (-5 *5 (-385 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *6 *3)))) (-1368 (*1 *2 *3 *4) (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)))) (-1368 (*1 *2 *3 *4) (-12 (-5 *4 (-385 (-525))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-1368 (*1 *2 *3) (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *4))))) (-1368 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *5)) (-4 *5 (-13 (-27) (-1114) (-408 *4))))) (-1361 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-429) (-789) (-968 *5) (-588 *5))) (-5 *5 (-525)) (-5 *2 (-51)) (-5 *1 (-293 *6 *3)))) (-1361 (*1 *2 *3 *4) (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)))) (-1361 (*1 *2 *3 *4) (-12 (-5 *4 (-525)) (-4 *5 (-13 (-429) (-789) (-968 *4) (-588 *4))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-1361 (*1 *2 *3) (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *4))))) (-1361 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *5)) (-4 *5 (-13 (-27) (-1114) (-408 *4))))) (-1350 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-273 *3)) (-5 *5 (-713)) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *6 *3)))) (-1350 (*1 *2 *3 *4) (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)))) (-1350 (*1 *2 *3 *4) (-12 (-5 *4 (-713)) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-1350 (*1 *2 *3) (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *4))))) (-1350 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-293 *4 *5)) (-4 *5 (-13 (-27) (-1114) (-408 *4))))))
-(-10 -7 (-15 -1350 ((-51) (-1092))) (-15 -1350 ((-51) |#2|)) (-15 -1350 ((-51) |#2| (-713))) (-15 -1350 ((-51) |#2| (-273 |#2|))) (-15 -1350 ((-51) |#2| (-273 |#2|) (-713))) (-15 -1361 ((-51) (-1092))) (-15 -1361 ((-51) |#2|)) (-15 -1361 ((-51) |#2| (-525))) (-15 -1361 ((-51) |#2| (-273 |#2|))) (-15 -1361 ((-51) |#2| (-273 |#2|) (-525))) (-15 -1368 ((-51) (-1092))) (-15 -1368 ((-51) |#2|)) (-15 -1368 ((-51) |#2| (-385 (-525)))) (-15 -1368 ((-51) |#2| (-273 |#2|))) (-15 -1368 ((-51) |#2| (-273 |#2|) (-385 (-525)))) (-15 -2996 ((-51) (-1092))) (-15 -2996 ((-51) |#2|)) (-15 -2996 ((-51) |#2| (-385 (-525)))) (-15 -2996 ((-51) |#2| (-273 |#2|))) (-15 -2996 ((-51) |#2| (-273 |#2|) (-385 (-525)))))
-((-4087 (((-108) $ $) NIL)) (-3975 (((-592 $) $ (-1092)) NIL (|has| |#1| (-517))) (((-592 $) $) NIL (|has| |#1| (-517))) (((-592 $) (-1088 $) (-1092)) NIL (|has| |#1| (-517))) (((-592 $) (-1088 $)) NIL (|has| |#1| (-517))) (((-592 $) (-887 $)) NIL (|has| |#1| (-517)))) (-3238 (($ $ (-1092)) NIL (|has| |#1| (-517))) (($ $) NIL (|has| |#1| (-517))) (($ (-1088 $) (-1092)) NIL (|has| |#1| (-517))) (($ (-1088 $)) NIL (|has| |#1| (-517))) (($ (-887 $)) NIL (|has| |#1| (-517)))) (-2414 (((-108) $) 27 (-2067 (|has| |#1| (-25)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))))) (-1296 (((-592 (-1092)) $) 350)) (-4169 (((-385 (-1088 $)) $ (-565 $)) NIL (|has| |#1| (-517)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1285 (((-592 (-565 $)) $) NIL)) (-1803 (($ $) 159 (|has| |#1| (-517)))) (-3659 (($ $) 135 (|has| |#1| (-517)))) (-1354 (($ $ (-1013 $)) 220 (|has| |#1| (-517))) (($ $ (-1092)) 216 (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) NIL (-2067 (|has| |#1| (-21)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))))) (-3702 (($ $ (-273 $)) NIL) (($ $ (-592 (-273 $))) 367) (($ $ (-592 (-565 $)) (-592 $)) 411)) (-2426 (((-396 (-1088 $)) (-1088 $)) 294 (-12 (|has| |#1| (-429)) (|has| |#1| (-517))))) (-4195 (($ $) NIL (|has| |#1| (-517)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-517)))) (-4211 (($ $) NIL (|has| |#1| (-517)))) (-1507 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1781 (($ $) 155 (|has| |#1| (-517)))) (-3638 (($ $) 131 (|has| |#1| (-517)))) (-1612 (($ $ (-525)) 69 (|has| |#1| (-517)))) (-1828 (($ $) 163 (|has| |#1| (-517)))) (-3698 (($ $) 139 (|has| |#1| (-517)))) (-2475 (($) NIL (-2067 (|has| |#1| (-25)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032))) CONST)) (-4178 (((-592 $) $ (-1092)) NIL (|has| |#1| (-517))) (((-592 $) $) NIL (|has| |#1| (-517))) (((-592 $) (-1088 $) (-1092)) NIL (|has| |#1| (-517))) (((-592 $) (-1088 $)) NIL (|has| |#1| (-517))) (((-592 $) (-887 $)) NIL (|has| |#1| (-517)))) (-3317 (($ $ (-1092)) NIL (|has| |#1| (-517))) (($ $) NIL (|has| |#1| (-517))) (($ (-1088 $) (-1092)) 122 (|has| |#1| (-517))) (($ (-1088 $)) NIL (|has| |#1| (-517))) (($ (-887 $)) NIL (|has| |#1| (-517)))) (-1934 (((-3 (-565 $) "failed") $) 17) (((-3 (-1092) "failed") $) NIL) (((-3 |#1| "failed") $) 420) (((-3 (-47) "failed") $) 322 (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-887 |#1|)) "failed") $) NIL (|has| |#1| (-517))) (((-3 (-887 |#1|) "failed") $) NIL (|has| |#1| (-977))) (((-3 (-385 (-525)) "failed") $) 46 (-2067 (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-4105 (((-565 $) $) 11) (((-1092) $) NIL) ((|#1| $) 402) (((-47) $) NIL (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-887 |#1|)) $) NIL (|has| |#1| (-517))) (((-887 |#1|) $) NIL (|has| |#1| (-977))) (((-385 (-525)) $) 305 (-2067 (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-1356 (($ $ $) NIL (|has| |#1| (-517)))) (-3090 (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 115 (|has| |#1| (-977))) (((-632 |#1|) (-632 $)) 105 (|has| |#1| (-977))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))) (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))))) (-3504 (($ $) 87 (|has| |#1| (-517)))) (-3300 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032))))) (-1332 (($ $ $) NIL (|has| |#1| (-517)))) (-3125 (($ $ (-1013 $)) 224 (|has| |#1| (-517))) (($ $ (-1092)) 222 (|has| |#1| (-517)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-517)))) (-1798 (((-108) $) NIL (|has| |#1| (-517)))) (-2527 (($ $ $) 190 (|has| |#1| (-517)))) (-4106 (($) 125 (|has| |#1| (-517)))) (-1922 (($ $ $) 210 (|has| |#1| (-517)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 373 (|has| |#1| (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 380 (|has| |#1| (-821 (-357))))) (-3106 (($ $) NIL) (($ (-592 $)) NIL)) (-2531 (((-592 (-110)) $) NIL)) (-1386 (((-110) (-110)) 265)) (-2278 (((-108) $) 25 (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032))))) (-3028 (((-108) $) NIL (|has| $ (-968 (-525))))) (-2999 (($ $) 68 (|has| |#1| (-977)))) (-4066 (((-1044 |#1| (-565 $)) $) 82 (|has| |#1| (-977)))) (-1767 (((-108) $) 61 (|has| |#1| (-517)))) (-1303 (($ $ (-525)) NIL (|has| |#1| (-517)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-517)))) (-1808 (((-1088 $) (-565 $)) 266 (|has| $ (-977)))) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 $ $) (-565 $)) 407)) (-1751 (((-3 (-565 $) "failed") $) NIL)) (-2533 (($ $) 129 (|has| |#1| (-517)))) (-3074 (($ $) 235 (|has| |#1| (-517)))) (-2739 (($ (-592 $)) NIL (|has| |#1| (-517))) (($ $ $) NIL (|has| |#1| (-517)))) (-1289 (((-1075) $) NIL)) (-4153 (((-592 (-565 $)) $) 49)) (-4152 (($ (-110) $) NIL) (($ (-110) (-592 $)) 412)) (-2977 (((-3 (-592 $) "failed") $) NIL (|has| |#1| (-1032)))) (-3159 (((-3 (-2 (|:| |val| $) (|:| -2168 (-525))) "failed") $) NIL (|has| |#1| (-977)))) (-3165 (((-3 (-592 $) "failed") $) 415 (|has| |#1| (-25)))) (-2502 (((-3 (-2 (|:| -2681 (-525)) (|:| |var| (-565 $))) "failed") $) 419 (|has| |#1| (-25)))) (-1986 (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $) NIL (|has| |#1| (-1032))) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-110)) NIL (|has| |#1| (-977))) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-1092)) NIL (|has| |#1| (-977)))) (-2412 (((-108) $ (-110)) NIL) (((-108) $ (-1092)) 53)) (-1387 (($ $) NIL (-2067 (|has| |#1| (-450)) (|has| |#1| (-517))))) (-1872 (($ $ (-1092)) 239 (|has| |#1| (-517))) (($ $ (-1013 $)) 241 (|has| |#1| (-517)))) (-2934 (((-713) $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) 43)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 287 (|has| |#1| (-517)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-517))) (($ $ $) NIL (|has| |#1| (-517)))) (-3513 (((-108) $ $) NIL) (((-108) $ (-1092)) NIL)) (-2389 (($ $ (-1092)) 214 (|has| |#1| (-517))) (($ $) 212 (|has| |#1| (-517)))) (-1606 (($ $) 206 (|has| |#1| (-517)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 292 (-12 (|has| |#1| (-429)) (|has| |#1| (-517))))) (-4201 (((-396 $) $) NIL (|has| |#1| (-517)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-517))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-517)))) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-517)))) (-1618 (($ $) 127 (|has| |#1| (-517)))) (-3864 (((-108) $) NIL (|has| $ (-968 (-525))))) (-2825 (($ $ (-565 $) $) NIL) (($ $ (-592 (-565 $)) (-592 $)) 406) (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-1092) (-1 $ (-592 $))) NIL) (($ $ (-1092) (-1 $ $)) NIL) (($ $ (-592 (-110)) (-592 (-1 $ $))) 360) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-110) (-1 $ (-592 $))) NIL) (($ $ (-110) (-1 $ $)) NIL) (($ $ (-1092)) NIL (|has| |#1| (-567 (-501)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-567 (-501)))) (($ $) NIL (|has| |#1| (-567 (-501)))) (($ $ (-110) $ (-1092)) 348 (|has| |#1| (-567 (-501)))) (($ $ (-592 (-110)) (-592 $) (-1092)) 347 (|has| |#1| (-567 (-501)))) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ $))) NIL (|has| |#1| (-977))) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ (-592 $)))) NIL (|has| |#1| (-977))) (($ $ (-1092) (-713) (-1 $ (-592 $))) NIL (|has| |#1| (-977))) (($ $ (-1092) (-713) (-1 $ $)) NIL (|has| |#1| (-977)))) (-1927 (((-713) $) NIL (|has| |#1| (-517)))) (-1887 (($ $) 227 (|has| |#1| (-517)))) (-3431 (($ (-110) $) NIL) (($ (-110) $ $) NIL) (($ (-110) $ $ $) NIL) (($ (-110) $ $ $ $) NIL) (($ (-110) (-592 $)) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-2540 (($ $) NIL) (($ $ $) NIL)) (-3615 (($ $) 237 (|has| |#1| (-517)))) (-3284 (($ $) 188 (|has| |#1| (-517)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-977))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-977))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-977))) (($ $ (-1092)) NIL (|has| |#1| (-977)))) (-2874 (($ $) 70 (|has| |#1| (-517)))) (-4080 (((-1044 |#1| (-565 $)) $) 84 (|has| |#1| (-517)))) (-2013 (($ $) 303 (|has| $ (-977)))) (-1841 (($ $) 165 (|has| |#1| (-517)))) (-3798 (($ $) 141 (|has| |#1| (-517)))) (-1816 (($ $) 161 (|has| |#1| (-517)))) (-3678 (($ $) 137 (|has| |#1| (-517)))) (-1792 (($ $) 157 (|has| |#1| (-517)))) (-3649 (($ $) 133 (|has| |#1| (-517)))) (-2069 (((-827 (-525)) $) NIL (|has| |#1| (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| |#1| (-567 (-827 (-357))))) (($ (-396 $)) NIL (|has| |#1| (-517))) (((-501) $) 345 (|has| |#1| (-567 (-501))))) (-3055 (($ $ $) NIL (|has| |#1| (-450)))) (-1242 (($ $ $) NIL (|has| |#1| (-450)))) (-4100 (((-798) $) 405) (($ (-565 $)) 396) (($ (-1092)) 362) (($ |#1|) 323) (($ $) NIL (|has| |#1| (-517))) (($ (-47)) 298 (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525))))) (($ (-1044 |#1| (-565 $))) 86 (|has| |#1| (-977))) (($ (-385 |#1|)) NIL (|has| |#1| (-517))) (($ (-887 (-385 |#1|))) NIL (|has| |#1| (-517))) (($ (-385 (-887 (-385 |#1|)))) NIL (|has| |#1| (-517))) (($ (-385 (-887 |#1|))) NIL (|has| |#1| (-517))) (($ (-887 |#1|)) NIL (|has| |#1| (-977))) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-517)) (|has| |#1| (-968 (-385 (-525)))))) (($ (-525)) 34 (-2067 (|has| |#1| (-968 (-525))) (|has| |#1| (-977))))) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL (|has| |#1| (-977)))) (-2239 (($ $) NIL) (($ (-592 $)) NIL)) (-1494 (($ $ $) 208 (|has| |#1| (-517)))) (-3553 (($ $ $) 194 (|has| |#1| (-517)))) (-1384 (($ $ $) 198 (|has| |#1| (-517)))) (-2735 (($ $ $) 192 (|has| |#1| (-517)))) (-2273 (($ $ $) 196 (|has| |#1| (-517)))) (-3954 (((-108) (-110)) 9)) (-1876 (($ $) 171 (|has| |#1| (-517)))) (-3853 (($ $) 147 (|has| |#1| (-517)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) 167 (|has| |#1| (-517)))) (-3808 (($ $) 143 (|has| |#1| (-517)))) (-1902 (($ $) 175 (|has| |#1| (-517)))) (-1760 (($ $) 151 (|has| |#1| (-517)))) (-4040 (($ (-1092) $) NIL) (($ (-1092) $ $) NIL) (($ (-1092) $ $ $) NIL) (($ (-1092) $ $ $ $) NIL) (($ (-1092) (-592 $)) NIL)) (-3541 (($ $) 202 (|has| |#1| (-517)))) (-1287 (($ $) 200 (|has| |#1| (-517)))) (-3135 (($ $) 177 (|has| |#1| (-517)))) (-1770 (($ $) 153 (|has| |#1| (-517)))) (-1891 (($ $) 173 (|has| |#1| (-517)))) (-1748 (($ $) 149 (|has| |#1| (-517)))) (-1866 (($ $) 169 (|has| |#1| (-517)))) (-3820 (($ $) 145 (|has| |#1| (-517)))) (-2380 (($ $) 180 (|has| |#1| (-517)))) (-3706 (($ $ (-525)) NIL (-2067 (|has| |#1| (-450)) (|has| |#1| (-517)))) (($ $ (-713)) NIL (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032)))) (($ $ (-856)) NIL (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032))))) (-3364 (($) 20 (-2067 (|has| |#1| (-25)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))) CONST)) (-2253 (($ $) 231 (|has| |#1| (-517)))) (-3375 (($) 22 (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032))) CONST)) (-3496 (($ $) 182 (|has| |#1| (-517))) (($ $ $) 184 (|has| |#1| (-517)))) (-1989 (($ $) 229 (|has| |#1| (-517)))) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-977))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-977))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-977))) (($ $ (-1092)) NIL (|has| |#1| (-977)))) (-1592 (($ $) 233 (|has| |#1| (-517)))) (-2892 (($ $ $) 186 (|has| |#1| (-517)))) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 79)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 78)) (-2880 (($ (-1044 |#1| (-565 $)) (-1044 |#1| (-565 $))) 96 (|has| |#1| (-517))) (($ $ $) 42 (-2067 (|has| |#1| (-450)) (|has| |#1| (-517))))) (-2871 (($ $ $) 40 (-2067 (|has| |#1| (-21)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))))) (($ $) 29 (-2067 (|has| |#1| (-21)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))))) (-2860 (($ $ $) 38 (-2067 (|has| |#1| (-25)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))))) (** (($ $ $) 63 (|has| |#1| (-517))) (($ $ (-385 (-525))) 300 (|has| |#1| (-517))) (($ $ (-525)) 74 (-2067 (|has| |#1| (-450)) (|has| |#1| (-517)))) (($ $ (-713)) 71 (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032)))) (($ $ (-856)) 76 (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032))))) (* (($ (-385 (-525)) $) NIL (|has| |#1| (-517))) (($ $ (-385 (-525))) NIL (|has| |#1| (-517))) (($ |#1| $) NIL (|has| |#1| (-160))) (($ $ |#1|) NIL (|has| |#1| (-160))) (($ $ $) 36 (-2067 (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) (|has| |#1| (-1032)))) (($ (-525) $) 32 (-2067 (|has| |#1| (-21)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))))) (($ (-713) $) NIL (-2067 (|has| |#1| (-25)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))))) (($ (-856) $) NIL (-2067 (|has| |#1| (-25)) (-12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))))))
-(((-294 |#1|) (-13 (-408 |#1|) (-10 -8 (IF (|has| |#1| (-517)) (PROGN (-6 (-29 |#1|)) (-6 (-1114)) (-6 (-149)) (-6 (-578)) (-6 (-1056)) (-15 -3504 ($ $)) (-15 -1767 ((-108) $)) (-15 -1612 ($ $ (-525))) (IF (|has| |#1| (-429)) (PROGN (-15 -3644 ((-396 (-1088 $)) (-1088 $))) (-15 -2426 ((-396 (-1088 $)) (-1088 $)))) |%noBranch|) (IF (|has| |#1| (-968 (-525))) (-6 (-968 (-47))) |%noBranch|)) |%noBranch|))) (-789)) (T -294))
-((-3504 (*1 *1 *1) (-12 (-5 *1 (-294 *2)) (-4 *2 (-517)) (-4 *2 (-789)))) (-1767 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-294 *3)) (-4 *3 (-517)) (-4 *3 (-789)))) (-1612 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-294 *3)) (-4 *3 (-517)) (-4 *3 (-789)))) (-3644 (*1 *2 *3) (-12 (-5 *2 (-396 (-1088 *1))) (-5 *1 (-294 *4)) (-5 *3 (-1088 *1)) (-4 *4 (-429)) (-4 *4 (-517)) (-4 *4 (-789)))) (-2426 (*1 *2 *3) (-12 (-5 *2 (-396 (-1088 *1))) (-5 *1 (-294 *4)) (-5 *3 (-1088 *1)) (-4 *4 (-429)) (-4 *4 (-517)) (-4 *4 (-789)))))
-(-13 (-408 |#1|) (-10 -8 (IF (|has| |#1| (-517)) (PROGN (-6 (-29 |#1|)) (-6 (-1114)) (-6 (-149)) (-6 (-578)) (-6 (-1056)) (-15 -3504 ($ $)) (-15 -1767 ((-108) $)) (-15 -1612 ($ $ (-525))) (IF (|has| |#1| (-429)) (PROGN (-15 -3644 ((-396 (-1088 $)) (-1088 $))) (-15 -2426 ((-396 (-1088 $)) (-1088 $)))) |%noBranch|) (IF (|has| |#1| (-968 (-525))) (-6 (-968 (-47))) |%noBranch|)) |%noBranch|)))
-((-4155 (((-51) |#2| (-110) (-273 |#2|) (-592 |#2|)) 88) (((-51) |#2| (-110) (-273 |#2|) (-273 |#2|)) 84) (((-51) |#2| (-110) (-273 |#2|) |#2|) 86) (((-51) (-273 |#2|) (-110) (-273 |#2|) |#2|) 87) (((-51) (-592 |#2|) (-592 (-110)) (-273 |#2|) (-592 (-273 |#2|))) 80) (((-51) (-592 |#2|) (-592 (-110)) (-273 |#2|) (-592 |#2|)) 82) (((-51) (-592 (-273 |#2|)) (-592 (-110)) (-273 |#2|) (-592 |#2|)) 83) (((-51) (-592 (-273 |#2|)) (-592 (-110)) (-273 |#2|) (-592 (-273 |#2|))) 81) (((-51) (-273 |#2|) (-110) (-273 |#2|) (-592 |#2|)) 89) (((-51) (-273 |#2|) (-110) (-273 |#2|) (-273 |#2|)) 85)))
-(((-295 |#1| |#2|) (-10 -7 (-15 -4155 ((-51) (-273 |#2|) (-110) (-273 |#2|) (-273 |#2|))) (-15 -4155 ((-51) (-273 |#2|) (-110) (-273 |#2|) (-592 |#2|))) (-15 -4155 ((-51) (-592 (-273 |#2|)) (-592 (-110)) (-273 |#2|) (-592 (-273 |#2|)))) (-15 -4155 ((-51) (-592 (-273 |#2|)) (-592 (-110)) (-273 |#2|) (-592 |#2|))) (-15 -4155 ((-51) (-592 |#2|) (-592 (-110)) (-273 |#2|) (-592 |#2|))) (-15 -4155 ((-51) (-592 |#2|) (-592 (-110)) (-273 |#2|) (-592 (-273 |#2|)))) (-15 -4155 ((-51) (-273 |#2|) (-110) (-273 |#2|) |#2|)) (-15 -4155 ((-51) |#2| (-110) (-273 |#2|) |#2|)) (-15 -4155 ((-51) |#2| (-110) (-273 |#2|) (-273 |#2|))) (-15 -4155 ((-51) |#2| (-110) (-273 |#2|) (-592 |#2|)))) (-13 (-789) (-517) (-567 (-501))) (-408 |#1|)) (T -295))
-((-4155 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-110)) (-5 *5 (-273 *3)) (-5 *6 (-592 *3)) (-4 *3 (-408 *7)) (-4 *7 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *7 *3)))) (-4155 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-110)) (-5 *5 (-273 *3)) (-4 *3 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *3)))) (-4155 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-110)) (-5 *5 (-273 *3)) (-4 *3 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *3)))) (-4155 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-273 *5)) (-5 *4 (-110)) (-4 *5 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *5)))) (-4155 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 (-110))) (-5 *6 (-592 (-273 *8))) (-4 *8 (-408 *7)) (-5 *5 (-273 *8)) (-4 *7 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *7 *8)))) (-4155 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-592 *7)) (-5 *4 (-592 (-110))) (-5 *5 (-273 *7)) (-4 *7 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *7)))) (-4155 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-592 (-273 *8))) (-5 *4 (-592 (-110))) (-5 *5 (-273 *8)) (-5 *6 (-592 *8)) (-4 *8 (-408 *7)) (-4 *7 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *7 *8)))) (-4155 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-592 (-273 *7))) (-5 *4 (-592 (-110))) (-5 *5 (-273 *7)) (-4 *7 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *7)))) (-4155 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-273 *7)) (-5 *4 (-110)) (-5 *5 (-592 *7)) (-4 *7 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *7)))) (-4155 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-273 *6)) (-5 *4 (-110)) (-4 *6 (-408 *5)) (-4 *5 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *6)))))
-(-10 -7 (-15 -4155 ((-51) (-273 |#2|) (-110) (-273 |#2|) (-273 |#2|))) (-15 -4155 ((-51) (-273 |#2|) (-110) (-273 |#2|) (-592 |#2|))) (-15 -4155 ((-51) (-592 (-273 |#2|)) (-592 (-110)) (-273 |#2|) (-592 (-273 |#2|)))) (-15 -4155 ((-51) (-592 (-273 |#2|)) (-592 (-110)) (-273 |#2|) (-592 |#2|))) (-15 -4155 ((-51) (-592 |#2|) (-592 (-110)) (-273 |#2|) (-592 |#2|))) (-15 -4155 ((-51) (-592 |#2|) (-592 (-110)) (-273 |#2|) (-592 (-273 |#2|)))) (-15 -4155 ((-51) (-273 |#2|) (-110) (-273 |#2|) |#2|)) (-15 -4155 ((-51) |#2| (-110) (-273 |#2|) |#2|)) (-15 -4155 ((-51) |#2| (-110) (-273 |#2|) (-273 |#2|))) (-15 -4155 ((-51) |#2| (-110) (-273 |#2|) (-592 |#2|))))
-((-3349 (((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-205) (-525) (-1075)) 46) (((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-205) (-525)) 47) (((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-1 (-205) (-205)) (-525) (-1075)) 43) (((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-1 (-205) (-205)) (-525)) 44)) (-1366 (((-1 (-205) (-205)) (-205)) 45)))
-(((-296) (-10 -7 (-15 -1366 ((-1 (-205) (-205)) (-205))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-1 (-205) (-205)) (-525))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-1 (-205) (-205)) (-525) (-1075))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-205) (-525))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-205) (-525) (-1075))))) (T -296))
-((-3349 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205))) (-5 *5 (-1015 (-205))) (-5 *6 (-205)) (-5 *7 (-525)) (-5 *8 (-1075)) (-5 *2 (-1124 (-861))) (-5 *1 (-296)))) (-3349 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205))) (-5 *5 (-1015 (-205))) (-5 *6 (-205)) (-5 *7 (-525)) (-5 *2 (-1124 (-861))) (-5 *1 (-296)))) (-3349 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205))) (-5 *5 (-1015 (-205))) (-5 *6 (-525)) (-5 *7 (-1075)) (-5 *2 (-1124 (-861))) (-5 *1 (-296)))) (-3349 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205))) (-5 *5 (-1015 (-205))) (-5 *6 (-525)) (-5 *2 (-1124 (-861))) (-5 *1 (-296)))) (-1366 (*1 *2 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *1 (-296)) (-5 *3 (-205)))))
-(-10 -7 (-15 -1366 ((-1 (-205) (-205)) (-205))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-1 (-205) (-205)) (-525))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-1 (-205) (-205)) (-525) (-1075))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-205) (-525))) (-15 -3349 ((-1124 (-861)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-205) (-525) (-1075))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 25)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-385 (-525))) NIL) (($ $ (-385 (-525)) (-385 (-525))) NIL)) (-2005 (((-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|))) $) 20)) (-1803 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|)))) NIL)) (-1828 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) 32)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-385 (-525)) $) NIL) (((-385 (-525)) $ (-385 (-525))) 16)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) NIL) (($ $ (-385 (-525))) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-385 (-525))) NIL) (($ $ (-1005) (-385 (-525))) NIL) (($ $ (-592 (-1005)) (-592 (-385 (-525)))) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2533 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2367 (($ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114)))))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-385 (-525))) NIL)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-4213 (((-385 (-525)) $) 17)) (-2489 (($ (-1159 |#1| |#2| |#3|)) 11)) (-2168 (((-1159 |#1| |#2| |#3|) $) 12)) (-1618 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-385 (-525))) NIL) (($ $ $) NIL (|has| (-385 (-525)) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-3529 (((-385 (-525)) $) NIL)) (-1841 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 10)) (-4100 (((-798) $) 38) (($ (-525)) NIL) (($ |#1|) NIL (|has| |#1| (-160))) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517)))) (-3136 ((|#1| $ (-385 (-525))) 30)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) NIL)) (-1876 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-385 (-525))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 27)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 33)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-297 |#1| |#2| |#3|) (-13 (-1155 |#1|) (-734) (-10 -8 (-15 -2489 ($ (-1159 |#1| |#2| |#3|))) (-15 -2168 ((-1159 |#1| |#2| |#3|) $)) (-15 -4213 ((-385 (-525)) $)))) (-13 (-341) (-789)) (-1092) |#1|) (T -297))
-((-2489 (*1 *1 *2) (-12 (-5 *2 (-1159 *3 *4 *5)) (-4 *3 (-13 (-341) (-789))) (-14 *4 (-1092)) (-14 *5 *3) (-5 *1 (-297 *3 *4 *5)))) (-2168 (*1 *2 *1) (-12 (-5 *2 (-1159 *3 *4 *5)) (-5 *1 (-297 *3 *4 *5)) (-4 *3 (-13 (-341) (-789))) (-14 *4 (-1092)) (-14 *5 *3))) (-4213 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-297 *3 *4 *5)) (-4 *3 (-13 (-341) (-789))) (-14 *4 (-1092)) (-14 *5 *3))))
-(-13 (-1155 |#1|) (-734) (-10 -8 (-15 -2489 ($ (-1159 |#1| |#2| |#3|))) (-15 -2168 ((-1159 |#1| |#2| |#3|) $)) (-15 -4213 ((-385 (-525)) $))))
-((-1303 (((-2 (|:| -2168 (-713)) (|:| -2681 |#1|) (|:| |radicand| (-592 |#1|))) (-396 |#1|) (-713)) 24)) (-2533 (((-592 (-2 (|:| -2681 (-713)) (|:| |logand| |#1|))) (-396 |#1|)) 28)))
-(((-298 |#1|) (-10 -7 (-15 -1303 ((-2 (|:| -2168 (-713)) (|:| -2681 |#1|) (|:| |radicand| (-592 |#1|))) (-396 |#1|) (-713))) (-15 -2533 ((-592 (-2 (|:| -2681 (-713)) (|:| |logand| |#1|))) (-396 |#1|)))) (-517)) (T -298))
-((-2533 (*1 *2 *3) (-12 (-5 *3 (-396 *4)) (-4 *4 (-517)) (-5 *2 (-592 (-2 (|:| -2681 (-713)) (|:| |logand| *4)))) (-5 *1 (-298 *4)))) (-1303 (*1 *2 *3 *4) (-12 (-5 *3 (-396 *5)) (-4 *5 (-517)) (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *5) (|:| |radicand| (-592 *5)))) (-5 *1 (-298 *5)) (-5 *4 (-713)))))
-(-10 -7 (-15 -1303 ((-2 (|:| -2168 (-713)) (|:| -2681 |#1|) (|:| |radicand| (-592 |#1|))) (-396 |#1|) (-713))) (-15 -2533 ((-592 (-2 (|:| -2681 (-713)) (|:| |logand| |#1|))) (-396 |#1|))))
-((-1296 (((-592 |#2|) (-1088 |#4|)) 43)) (-2657 ((|#3| (-525)) 46)) (-3416 (((-1088 |#4|) (-1088 |#3|)) 30)) (-3919 (((-1088 |#4|) (-1088 |#4|) (-525)) 56)) (-1878 (((-1088 |#3|) (-1088 |#4|)) 21)) (-3529 (((-592 (-713)) (-1088 |#4|) (-592 |#2|)) 40)) (-2340 (((-1088 |#3|) (-1088 |#4|) (-592 |#2|) (-592 |#3|)) 35)))
-(((-299 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2340 ((-1088 |#3|) (-1088 |#4|) (-592 |#2|) (-592 |#3|))) (-15 -3529 ((-592 (-713)) (-1088 |#4|) (-592 |#2|))) (-15 -1296 ((-592 |#2|) (-1088 |#4|))) (-15 -1878 ((-1088 |#3|) (-1088 |#4|))) (-15 -3416 ((-1088 |#4|) (-1088 |#3|))) (-15 -3919 ((-1088 |#4|) (-1088 |#4|) (-525))) (-15 -2657 (|#3| (-525)))) (-735) (-789) (-977) (-884 |#3| |#1| |#2|)) (T -299))
-((-2657 (*1 *2 *3) (-12 (-5 *3 (-525)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-977)) (-5 *1 (-299 *4 *5 *2 *6)) (-4 *6 (-884 *2 *4 *5)))) (-3919 (*1 *2 *2 *3) (-12 (-5 *2 (-1088 *7)) (-5 *3 (-525)) (-4 *7 (-884 *6 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-5 *1 (-299 *4 *5 *6 *7)))) (-3416 (*1 *2 *3) (-12 (-5 *3 (-1088 *6)) (-4 *6 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-1088 *7)) (-5 *1 (-299 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5)))) (-1878 (*1 *2 *3) (-12 (-5 *3 (-1088 *7)) (-4 *7 (-884 *6 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-5 *2 (-1088 *6)) (-5 *1 (-299 *4 *5 *6 *7)))) (-1296 (*1 *2 *3) (-12 (-5 *3 (-1088 *7)) (-4 *7 (-884 *6 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-5 *2 (-592 *5)) (-5 *1 (-299 *4 *5 *6 *7)))) (-3529 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 *8)) (-5 *4 (-592 *6)) (-4 *6 (-789)) (-4 *8 (-884 *7 *5 *6)) (-4 *5 (-735)) (-4 *7 (-977)) (-5 *2 (-592 (-713))) (-5 *1 (-299 *5 *6 *7 *8)))) (-2340 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1088 *9)) (-5 *4 (-592 *7)) (-5 *5 (-592 *8)) (-4 *7 (-789)) (-4 *8 (-977)) (-4 *9 (-884 *8 *6 *7)) (-4 *6 (-735)) (-5 *2 (-1088 *8)) (-5 *1 (-299 *6 *7 *8 *9)))))
-(-10 -7 (-15 -2340 ((-1088 |#3|) (-1088 |#4|) (-592 |#2|) (-592 |#3|))) (-15 -3529 ((-592 (-713)) (-1088 |#4|) (-592 |#2|))) (-15 -1296 ((-592 |#2|) (-1088 |#4|))) (-15 -1878 ((-1088 |#3|) (-1088 |#4|))) (-15 -3416 ((-1088 |#4|) (-1088 |#3|))) (-15 -3919 ((-1088 |#4|) (-1088 |#4|) (-525))) (-15 -2657 (|#3| (-525))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 14)) (-2005 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-525)))) $) 18)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1613 (((-713) $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-3538 ((|#1| $ (-525)) NIL)) (-2911 (((-525) $ (-525)) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1693 (($ (-1 |#1| |#1|) $) NIL)) (-2534 (($ (-1 (-525) (-525)) $) 10)) (-1289 (((-1075) $) NIL)) (-3833 (($ $ $) NIL (|has| (-525) (-734)))) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL) (($ |#1|) NIL)) (-3136 (((-525) |#1| $) NIL)) (-3364 (($) 15 T CONST)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) 21 (|has| |#1| (-789)))) (-2871 (($ $) 11) (($ $ $) 20)) (-2860 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ (-525)) NIL) (($ (-525) |#1|) 19)))
-(((-300 |#1|) (-13 (-21) (-660 (-525)) (-301 |#1| (-525)) (-10 -7 (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|))) (-1020)) (T -300))
-NIL
-(-13 (-21) (-660 (-525)) (-301 |#1| (-525)) (-10 -7 (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2005 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|))) $) 27)) (-3222 (((-3 $ "failed") $ $) 19)) (-1613 (((-713) $) 28)) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 32)) (-4105 ((|#1| $) 31)) (-3538 ((|#1| $ (-525)) 25)) (-2911 ((|#2| $ (-525)) 26)) (-1693 (($ (-1 |#1| |#1|) $) 22)) (-2534 (($ (-1 |#2| |#2|) $) 23)) (-1289 (((-1075) $) 9)) (-3833 (($ $ $) 21 (|has| |#2| (-734)))) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ |#1|) 33)) (-3136 ((|#2| |#1| $) 24)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2860 (($ $ $) 14) (($ |#1| $) 30)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ |#2| |#1|) 29)))
-(((-301 |#1| |#2|) (-131) (-1020) (-126)) (T -301))
-((-2860 (*1 *1 *2 *1) (-12 (-4 *1 (-301 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-126)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-301 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-126)))) (-1613 (*1 *2 *1) (-12 (-4 *1 (-301 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-126)) (-5 *2 (-713)))) (-2005 (*1 *2 *1) (-12 (-4 *1 (-301 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-126)) (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 *4)))))) (-2911 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-301 *4 *2)) (-4 *4 (-1020)) (-4 *2 (-126)))) (-3538 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-301 *2 *4)) (-4 *4 (-126)) (-4 *2 (-1020)))) (-3136 (*1 *2 *3 *1) (-12 (-4 *1 (-301 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-126)))) (-2534 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-301 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-126)))) (-1693 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-301 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-126)))) (-3833 (*1 *1 *1 *1) (-12 (-4 *1 (-301 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-126)) (-4 *3 (-734)))))
-(-13 (-126) (-968 |t#1|) (-10 -8 (-15 -2860 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -1613 ((-713) $)) (-15 -2005 ((-592 (-2 (|:| |gen| |t#1|) (|:| -1618 |t#2|))) $)) (-15 -2911 (|t#2| $ (-525))) (-15 -3538 (|t#1| $ (-525))) (-15 -3136 (|t#2| |t#1| $)) (-15 -2534 ($ (-1 |t#2| |t#2|) $)) (-15 -1693 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-734)) (-15 -3833 ($ $ $)) |%noBranch|)))
-(((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-968 |#1|) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2005 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-713)))) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1613 (((-713) $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-3538 ((|#1| $ (-525)) NIL)) (-2911 (((-713) $ (-525)) NIL)) (-1693 (($ (-1 |#1| |#1|) $) NIL)) (-2534 (($ (-1 (-713) (-713)) $) NIL)) (-1289 (((-1075) $) NIL)) (-3833 (($ $ $) NIL (|has| (-713) (-734)))) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL) (($ |#1|) NIL)) (-3136 (((-713) |#1| $) NIL)) (-3364 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2860 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-713) |#1|) NIL)))
-(((-302 |#1|) (-301 |#1| (-713)) (-1020)) (T -302))
-NIL
-(-301 |#1| (-713))
-((-3201 (($ $) 53)) (-1457 (($ $ |#2| |#3| $) 14)) (-1314 (($ (-1 |#3| |#3|) $) 35)) (-1399 (((-108) $) 27)) (-1407 ((|#2| $) 29)) (-1311 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 46)) (-1661 ((|#2| $) 49)) (-3137 (((-592 |#2|) $) 38)) (-4042 (($ $ $ (-713)) 23)) (-2880 (($ $ |#2|) 42)))
-(((-303 |#1| |#2| |#3|) (-10 -8 (-15 -3201 (|#1| |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 -4042 (|#1| |#1| |#1| (-713))) (-15 -1457 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1314 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3137 ((-592 |#2|) |#1|)) (-15 -1407 (|#2| |#1|)) (-15 -1399 ((-108) |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2880 (|#1| |#1| |#2|))) (-304 |#2| |#3|) (-977) (-734)) (T -303))
-NIL
-(-10 -8 (-15 -3201 (|#1| |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 -4042 (|#1| |#1| |#1| (-713))) (-15 -1457 (|#1| |#1| |#2| |#3| |#1|)) (-15 -1314 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3137 ((-592 |#2|) |#1|)) (-15 -1407 (|#2| |#1|)) (-15 -1399 ((-108) |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2880 (|#1| |#1| |#2|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 90 (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 88 (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 87)) (-4105 (((-525) $) 91 (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) 89 (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 86)) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-3201 (($ $) 75 (|has| |#1| (-429)))) (-1457 (($ $ |#1| |#2| $) 79)) (-2278 (((-108) $) 31)) (-4025 (((-713) $) 82)) (-2457 (((-108) $) 62)) (-1272 (($ |#1| |#2|) 61)) (-1819 ((|#2| $) 81)) (-1314 (($ (-1 |#2| |#2|) $) 80)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1399 (((-108) $) 85)) (-1407 ((|#1| $) 84)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517))) (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-517)))) (-3529 ((|#2| $) 64)) (-1661 ((|#1| $) 76 (|has| |#1| (-429)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 49 (|has| |#1| (-517))) (($ |#1|) 47) (($ (-385 (-525))) 57 (-2067 (|has| |#1| (-968 (-385 (-525)))) (|has| |#1| (-37 (-385 (-525))))))) (-3137 (((-592 |#1|) $) 83)) (-3136 ((|#1| $ |#2|) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-4042 (($ $ $ (-713)) 78 (|has| |#1| (-160)))) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-304 |#1| |#2|) (-131) (-977) (-734)) (T -304))
-((-1399 (*1 *2 *1) (-12 (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (-5 *2 (-108)))) (-1407 (*1 *2 *1) (-12 (-4 *1 (-304 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977)))) (-3137 (*1 *2 *1) (-12 (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (-5 *2 (-592 *3)))) (-4025 (*1 *2 *1) (-12 (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (-5 *2 (-713)))) (-1819 (*1 *2 *1) (-12 (-4 *1 (-304 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))) (-1314 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)))) (-1457 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-304 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)))) (-4042 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (-4 *3 (-160)))) (-1311 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-304 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)) (-4 *2 (-517)))) (-1661 (*1 *2 *1) (-12 (-4 *1 (-304 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977)) (-4 *2 (-429)))) (-3201 (*1 *1 *1) (-12 (-4 *1 (-304 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)) (-4 *2 (-429)))))
-(-13 (-46 |t#1| |t#2|) (-389 |t#1|) (-10 -8 (-15 -1399 ((-108) $)) (-15 -1407 (|t#1| $)) (-15 -3137 ((-592 |t#1|) $)) (-15 -4025 ((-713) $)) (-15 -1819 (|t#2| $)) (-15 -1314 ($ (-1 |t#2| |t#2|) $)) (-15 -1457 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-160)) (-15 -4042 ($ $ $ (-713))) |%noBranch|) (IF (|has| |t#1| (-517)) (-15 -1311 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-429)) (PROGN (-15 -1661 (|t#1| $)) (-15 -3201 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) |has| |#1| (-517)) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-269) |has| |#1| (-517)) ((-389 |#1|) . T) ((-517) |has| |#1| (-517)) ((-594 #0#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #0#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) |has| |#1| (-517)) ((-669) . T) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-983 #0#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-3454 (((-108) (-108)) NIL)) (-1233 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) |#1|) $) NIL)) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1793 (($ $) NIL (|has| |#1| (-1020)))) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) NIL (|has| |#1| (-1020))) (($ (-1 (-108) |#1|) $) NIL)) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-3937 (($ $ (-525)) NIL)) (-1317 (((-713) $) NIL)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3269 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) NIL)) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3246 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-2643 (($ (-592 |#1|)) NIL)) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-2818 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-4190 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-305 |#1|) (-13 (-19 |#1|) (-261 |#1|) (-10 -8 (-15 -2643 ($ (-592 |#1|))) (-15 -1317 ((-713) $)) (-15 -3937 ($ $ (-525))) (-15 -3454 ((-108) (-108))))) (-1128)) (T -305))
-((-2643 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-305 *3)))) (-1317 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-305 *3)) (-4 *3 (-1128)))) (-3937 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-305 *3)) (-4 *3 (-1128)))) (-3454 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-305 *3)) (-4 *3 (-1128)))))
-(-13 (-19 |#1|) (-261 |#1|) (-10 -8 (-15 -2643 ($ (-592 |#1|))) (-15 -1317 ((-713) $)) (-15 -3937 ($ $ (-525))) (-15 -3454 ((-108) (-108)))))
-((-3214 (((-108) $) 42)) (-2132 (((-713)) 22)) (-2924 ((|#2| $) 46) (($ $ (-856)) 104)) (-1613 (((-713)) 98)) (-2580 (($ (-1174 |#2|)) 20)) (-1890 (((-108) $) 116)) (-2704 ((|#2| $) 48) (($ $ (-856)) 102)) (-2021 (((-1088 |#2|) $) NIL) (((-1088 $) $ (-856)) 95)) (-4162 (((-1088 |#2|) $) 83)) (-3955 (((-1088 |#2|) $) 80) (((-3 (-1088 |#2|) "failed") $ $) 77)) (-3323 (($ $ (-1088 |#2|)) 53)) (-1690 (((-775 (-856))) 28) (((-856)) 43)) (-3933 (((-128)) 25)) (-3529 (((-775 (-856)) $) 30) (((-856) $) 118)) (-3911 (($) 110)) (-2754 (((-1174 |#2|) $) NIL) (((-632 |#2|) (-1174 $)) 39)) (-1463 (($ $) NIL) (((-3 $ "failed") $) 86)) (-2738 (((-108) $) 41)))
-(((-306 |#1| |#2|) (-10 -8 (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -1613 ((-713))) (-15 -1463 (|#1| |#1|)) (-15 -3955 ((-3 (-1088 |#2|) "failed") |#1| |#1|)) (-15 -3955 ((-1088 |#2|) |#1|)) (-15 -4162 ((-1088 |#2|) |#1|)) (-15 -3323 (|#1| |#1| (-1088 |#2|))) (-15 -1890 ((-108) |#1|)) (-15 -3911 (|#1|)) (-15 -2924 (|#1| |#1| (-856))) (-15 -2704 (|#1| |#1| (-856))) (-15 -2021 ((-1088 |#1|) |#1| (-856))) (-15 -2924 (|#2| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3529 ((-856) |#1|)) (-15 -1690 ((-856))) (-15 -2021 ((-1088 |#2|) |#1|)) (-15 -2580 (|#1| (-1174 |#2|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -2132 ((-713))) (-15 -1690 ((-775 (-856)))) (-15 -3529 ((-775 (-856)) |#1|)) (-15 -3214 ((-108) |#1|)) (-15 -2738 ((-108) |#1|)) (-15 -3933 ((-128)))) (-307 |#2|) (-341)) (T -306))
-((-3933 (*1 *2) (-12 (-4 *4 (-341)) (-5 *2 (-128)) (-5 *1 (-306 *3 *4)) (-4 *3 (-307 *4)))) (-1690 (*1 *2) (-12 (-4 *4 (-341)) (-5 *2 (-775 (-856))) (-5 *1 (-306 *3 *4)) (-4 *3 (-307 *4)))) (-2132 (*1 *2) (-12 (-4 *4 (-341)) (-5 *2 (-713)) (-5 *1 (-306 *3 *4)) (-4 *3 (-307 *4)))) (-1690 (*1 *2) (-12 (-4 *4 (-341)) (-5 *2 (-856)) (-5 *1 (-306 *3 *4)) (-4 *3 (-307 *4)))) (-1613 (*1 *2) (-12 (-4 *4 (-341)) (-5 *2 (-713)) (-5 *1 (-306 *3 *4)) (-4 *3 (-307 *4)))))
-(-10 -8 (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -1613 ((-713))) (-15 -1463 (|#1| |#1|)) (-15 -3955 ((-3 (-1088 |#2|) "failed") |#1| |#1|)) (-15 -3955 ((-1088 |#2|) |#1|)) (-15 -4162 ((-1088 |#2|) |#1|)) (-15 -3323 (|#1| |#1| (-1088 |#2|))) (-15 -1890 ((-108) |#1|)) (-15 -3911 (|#1|)) (-15 -2924 (|#1| |#1| (-856))) (-15 -2704 (|#1| |#1| (-856))) (-15 -2021 ((-1088 |#1|) |#1| (-856))) (-15 -2924 (|#2| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3529 ((-856) |#1|)) (-15 -1690 ((-856))) (-15 -2021 ((-1088 |#2|) |#1|)) (-15 -2580 (|#1| (-1174 |#2|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -2132 ((-713))) (-15 -1690 ((-775 (-856)))) (-15 -3529 ((-775 (-856)) |#1|)) (-15 -3214 ((-108) |#1|)) (-15 -2738 ((-108) |#1|)) (-15 -3933 ((-128))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3214 (((-108) $) 94)) (-2132 (((-713)) 90)) (-2924 ((|#1| $) 140) (($ $ (-856)) 137 (|has| |#1| (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) 122 (|has| |#1| (-346)))) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-1507 (((-108) $ $) 59)) (-1613 (((-713)) 112 (|has| |#1| (-346)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 101)) (-4105 ((|#1| $) 100)) (-2580 (($ (-1174 |#1|)) 146)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 128 (|has| |#1| (-346)))) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1903 (($) 109 (|has| |#1| (-346)))) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-3932 (($) 124 (|has| |#1| (-346)))) (-3920 (((-108) $) 125 (|has| |#1| (-346)))) (-1339 (($ $ (-713)) 87 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) 86 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) 71)) (-4000 (((-856) $) 127 (|has| |#1| (-346))) (((-775 (-856)) $) 84 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) 31)) (-3957 (($) 135 (|has| |#1| (-346)))) (-1890 (((-108) $) 134 (|has| |#1| (-346)))) (-2704 ((|#1| $) 141) (($ $ (-856)) 138 (|has| |#1| (-346)))) (-2878 (((-3 $ "failed") $) 113 (|has| |#1| (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-2021 (((-1088 |#1|) $) 145) (((-1088 $) $ (-856)) 139 (|has| |#1| (-346)))) (-3685 (((-856) $) 110 (|has| |#1| (-346)))) (-4162 (((-1088 |#1|) $) 131 (|has| |#1| (-346)))) (-3955 (((-1088 |#1|) $) 130 (|has| |#1| (-346))) (((-3 (-1088 |#1|) "failed") $ $) 129 (|has| |#1| (-346)))) (-3323 (($ $ (-1088 |#1|)) 132 (|has| |#1| (-346)))) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-2948 (($) 114 (|has| |#1| (-346)) CONST)) (-1722 (($ (-856)) 111 (|has| |#1| (-346)))) (-2700 (((-108) $) 93)) (-3993 (((-1039) $) 10)) (-3817 (($) 133 (|has| |#1| (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 121 (|has| |#1| (-346)))) (-4201 (((-396 $) $) 74)) (-1690 (((-775 (-856))) 91) (((-856)) 143)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-2043 (((-713) $) 126 (|has| |#1| (-346))) (((-3 (-713) "failed") $ $) 85 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) 99)) (-2702 (($ $) 118 (|has| |#1| (-346))) (($ $ (-713)) 116 (|has| |#1| (-346)))) (-3529 (((-775 (-856)) $) 92) (((-856) $) 142)) (-2013 (((-1088 |#1|)) 144)) (-3823 (($) 123 (|has| |#1| (-346)))) (-3911 (($) 136 (|has| |#1| (-346)))) (-2754 (((-1174 |#1|) $) 148) (((-632 |#1|) (-1174 $)) 147)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 120 (|has| |#1| (-346)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65) (($ |#1|) 102)) (-1463 (($ $) 119 (|has| |#1| (-346))) (((-3 $ "failed") $) 83 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) 29)) (-2103 (((-1174 $)) 150) (((-1174 $) (-856)) 149)) (-1571 (((-108) $ $) 39)) (-2738 (((-108) $) 95)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2363 (($ $) 89 (|has| |#1| (-346))) (($ $ (-713)) 88 (|has| |#1| (-346)))) (-2401 (($ $) 117 (|has| |#1| (-346))) (($ $ (-713)) 115 (|has| |#1| (-346)))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 64) (($ $ |#1|) 98)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66) (($ $ |#1|) 97) (($ |#1| $) 96)))
-(((-307 |#1|) (-131) (-341)) (T -307))
-((-2103 (*1 *2) (-12 (-4 *3 (-341)) (-5 *2 (-1174 *1)) (-4 *1 (-307 *3)))) (-2103 (*1 *2 *3) (-12 (-5 *3 (-856)) (-4 *4 (-341)) (-5 *2 (-1174 *1)) (-4 *1 (-307 *4)))) (-2754 (*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-1174 *3)))) (-2754 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-307 *4)) (-4 *4 (-341)) (-5 *2 (-632 *4)))) (-2580 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-341)) (-4 *1 (-307 *3)))) (-2021 (*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-1088 *3)))) (-2013 (*1 *2) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-1088 *3)))) (-1690 (*1 *2) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-856)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-856)))) (-2704 (*1 *2 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-341)))) (-2924 (*1 *2 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-341)))) (-2021 (*1 *2 *1 *3) (-12 (-5 *3 (-856)) (-4 *4 (-346)) (-4 *4 (-341)) (-5 *2 (-1088 *1)) (-4 *1 (-307 *4)))) (-2704 (*1 *1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346)))) (-2924 (*1 *1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346)))) (-3911 (*1 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-346)) (-4 *2 (-341)))) (-3957 (*1 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-346)) (-4 *2 (-341)))) (-1890 (*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346)) (-5 *2 (-108)))) (-3817 (*1 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-346)) (-4 *2 (-341)))) (-3323 (*1 *1 *1 *2) (-12 (-5 *2 (-1088 *3)) (-4 *3 (-346)) (-4 *1 (-307 *3)) (-4 *3 (-341)))) (-4162 (*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346)) (-5 *2 (-1088 *3)))) (-3955 (*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346)) (-5 *2 (-1088 *3)))) (-3955 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346)) (-5 *2 (-1088 *3)))))
-(-13 (-1191 |t#1|) (-968 |t#1|) (-10 -8 (-15 -2103 ((-1174 $))) (-15 -2103 ((-1174 $) (-856))) (-15 -2754 ((-1174 |t#1|) $)) (-15 -2754 ((-632 |t#1|) (-1174 $))) (-15 -2580 ($ (-1174 |t#1|))) (-15 -2021 ((-1088 |t#1|) $)) (-15 -2013 ((-1088 |t#1|))) (-15 -1690 ((-856))) (-15 -3529 ((-856) $)) (-15 -2704 (|t#1| $)) (-15 -2924 (|t#1| $)) (IF (|has| |t#1| (-346)) (PROGN (-6 (-327)) (-15 -2021 ((-1088 $) $ (-856))) (-15 -2704 ($ $ (-856))) (-15 -2924 ($ $ (-856))) (-15 -3911 ($)) (-15 -3957 ($)) (-15 -1890 ((-108) $)) (-15 -3817 ($)) (-15 -3323 ($ $ (-1088 |t#1|))) (-15 -4162 ((-1088 |t#1|) $)) (-15 -3955 ((-1088 |t#1|) $)) (-15 -3955 ((-3 (-1088 |t#1|) "failed") $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 |#1| |#1|) . T) ((-107 $ $) . T) ((-126) . T) ((-136) -2067 (|has| |#1| (-346)) (|has| |#1| (-136))) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) . T) ((-213) |has| |#1| (-346)) ((-223) . T) ((-269) . T) ((-286) . T) ((-1191 |#1|) . T) ((-341) . T) ((-380) -2067 (|has| |#1| (-346)) (|has| |#1| (-136))) ((-346) |has| |#1| (-346)) ((-327) |has| |#1| (-346)) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-968 |#1|) . T) ((-983 #0#) . T) ((-983 |#1|) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) |has| |#1| (-346)) ((-1132) . T) ((-1181 |#1|) . T))
-((-4087 (((-108) $ $) NIL)) (-2218 (($ (-1091) $) 88)) (-3116 (($) 77)) (-4017 (((-1039) (-1039)) 11)) (-1990 (($) 78)) (-4145 (($) 90) (($ (-294 (-641))) 98) (($ (-294 (-643))) 94) (($ (-294 (-636))) 102) (($ (-294 (-357))) 109) (($ (-294 (-525))) 105) (($ (-294 (-157 (-357)))) 113)) (-2586 (($ (-1091) $) 89)) (-2904 (($ (-592 (-798))) 79)) (-3619 (((-1179) $) 75)) (-4029 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 27)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1490 (($ (-1039)) 51)) (-4116 (((-1024) $) 25)) (-4078 (($ (-1013 (-887 (-525))) $) 85) (($ (-1013 (-887 (-525))) (-887 (-525)) $) 86)) (-3502 (($ (-1039)) 87)) (-3821 (($ (-1091) $) 115) (($ (-1091) $ $) 116)) (-1756 (($ (-1092) (-592 (-1092))) 76)) (-3524 (($ (-1075)) 82) (($ (-592 (-1075))) 80)) (-4100 (((-798) $) 118)) (-1582 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1092)) (|:| |arrayIndex| (-592 (-887 (-525)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1092)) (|:| |rand| (-798)) (|:| |ints2Floats?| (-108)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1091)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3479 (-108)) (|:| -2219 (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |blockBranch| (-592 $)) (|:| |commentBranch| (-592 (-1075))) (|:| |callBranch| (-1075)) (|:| |forBranch| (-2 (|:| -1777 (-1013 (-887 (-525)))) (|:| |span| (-887 (-525))) (|:| -2418 $))) (|:| |labelBranch| (-1039)) (|:| |loopBranch| (-2 (|:| |switch| (-1091)) (|:| -2418 $))) (|:| |commonBranch| (-2 (|:| -2411 (-1092)) (|:| |contents| (-592 (-1092))))) (|:| |printBranch| (-592 (-798)))) $) 44)) (-2822 (($ (-1075)) 187)) (-1821 (($ (-592 $)) 114)) (-1390 (($ (-1092) (-1075)) 120) (($ (-1092) (-294 (-643))) 160) (($ (-1092) (-294 (-641))) 161) (($ (-1092) (-294 (-636))) 162) (($ (-1092) (-632 (-643))) 123) (($ (-1092) (-632 (-641))) 126) (($ (-1092) (-632 (-636))) 129) (($ (-1092) (-1174 (-643))) 132) (($ (-1092) (-1174 (-641))) 135) (($ (-1092) (-1174 (-636))) 138) (($ (-1092) (-632 (-294 (-643)))) 141) (($ (-1092) (-632 (-294 (-641)))) 144) (($ (-1092) (-632 (-294 (-636)))) 147) (($ (-1092) (-1174 (-294 (-643)))) 150) (($ (-1092) (-1174 (-294 (-641)))) 153) (($ (-1092) (-1174 (-294 (-636)))) 156) (($ (-1092) (-592 (-887 (-525))) (-294 (-643))) 157) (($ (-1092) (-592 (-887 (-525))) (-294 (-641))) 158) (($ (-1092) (-592 (-887 (-525))) (-294 (-636))) 159) (($ (-1092) (-294 (-525))) 184) (($ (-1092) (-294 (-357))) 185) (($ (-1092) (-294 (-157 (-357)))) 186) (($ (-1092) (-632 (-294 (-525)))) 165) (($ (-1092) (-632 (-294 (-357)))) 168) (($ (-1092) (-632 (-294 (-157 (-357))))) 171) (($ (-1092) (-1174 (-294 (-525)))) 174) (($ (-1092) (-1174 (-294 (-357)))) 177) (($ (-1092) (-1174 (-294 (-157 (-357))))) 180) (($ (-1092) (-592 (-887 (-525))) (-294 (-525))) 181) (($ (-1092) (-592 (-887 (-525))) (-294 (-357))) 182) (($ (-1092) (-592 (-887 (-525))) (-294 (-157 (-357)))) 183)) (-2775 (((-108) $ $) NIL)))
-(((-308) (-13 (-1020) (-10 -8 (-15 -4100 ((-798) $)) (-15 -4078 ($ (-1013 (-887 (-525))) $)) (-15 -4078 ($ (-1013 (-887 (-525))) (-887 (-525)) $)) (-15 -2218 ($ (-1091) $)) (-15 -2586 ($ (-1091) $)) (-15 -1490 ($ (-1039))) (-15 -3502 ($ (-1039))) (-15 -3524 ($ (-1075))) (-15 -3524 ($ (-592 (-1075)))) (-15 -2822 ($ (-1075))) (-15 -4145 ($)) (-15 -4145 ($ (-294 (-641)))) (-15 -4145 ($ (-294 (-643)))) (-15 -4145 ($ (-294 (-636)))) (-15 -4145 ($ (-294 (-357)))) (-15 -4145 ($ (-294 (-525)))) (-15 -4145 ($ (-294 (-157 (-357))))) (-15 -3821 ($ (-1091) $)) (-15 -3821 ($ (-1091) $ $)) (-15 -1390 ($ (-1092) (-1075))) (-15 -1390 ($ (-1092) (-294 (-643)))) (-15 -1390 ($ (-1092) (-294 (-641)))) (-15 -1390 ($ (-1092) (-294 (-636)))) (-15 -1390 ($ (-1092) (-632 (-643)))) (-15 -1390 ($ (-1092) (-632 (-641)))) (-15 -1390 ($ (-1092) (-632 (-636)))) (-15 -1390 ($ (-1092) (-1174 (-643)))) (-15 -1390 ($ (-1092) (-1174 (-641)))) (-15 -1390 ($ (-1092) (-1174 (-636)))) (-15 -1390 ($ (-1092) (-632 (-294 (-643))))) (-15 -1390 ($ (-1092) (-632 (-294 (-641))))) (-15 -1390 ($ (-1092) (-632 (-294 (-636))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-643))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-641))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-636))))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-643)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-641)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-636)))) (-15 -1390 ($ (-1092) (-294 (-525)))) (-15 -1390 ($ (-1092) (-294 (-357)))) (-15 -1390 ($ (-1092) (-294 (-157 (-357))))) (-15 -1390 ($ (-1092) (-632 (-294 (-525))))) (-15 -1390 ($ (-1092) (-632 (-294 (-357))))) (-15 -1390 ($ (-1092) (-632 (-294 (-157 (-357)))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-525))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-357))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-157 (-357)))))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-525)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-357)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-157 (-357))))) (-15 -1821 ($ (-592 $))) (-15 -3116 ($)) (-15 -1990 ($)) (-15 -2904 ($ (-592 (-798)))) (-15 -1756 ($ (-1092) (-592 (-1092)))) (-15 -4029 ((-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 -1582 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1092)) (|:| |arrayIndex| (-592 (-887 (-525)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1092)) (|:| |rand| (-798)) (|:| |ints2Floats?| (-108)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1091)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3479 (-108)) (|:| -2219 (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |blockBranch| (-592 $)) (|:| |commentBranch| (-592 (-1075))) (|:| |callBranch| (-1075)) (|:| |forBranch| (-2 (|:| -1777 (-1013 (-887 (-525)))) (|:| |span| (-887 (-525))) (|:| -2418 $))) (|:| |labelBranch| (-1039)) (|:| |loopBranch| (-2 (|:| |switch| (-1091)) (|:| -2418 $))) (|:| |commonBranch| (-2 (|:| -2411 (-1092)) (|:| |contents| (-592 (-1092))))) (|:| |printBranch| (-592 (-798)))) $)) (-15 -3619 ((-1179) $)) (-15 -4116 ((-1024) $)) (-15 -4017 ((-1039) (-1039)))))) (T -308))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-308)))) (-4078 (*1 *1 *2 *1) (-12 (-5 *2 (-1013 (-887 (-525)))) (-5 *1 (-308)))) (-4078 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1013 (-887 (-525)))) (-5 *3 (-887 (-525))) (-5 *1 (-308)))) (-2218 (*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308)))) (-2586 (*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308)))) (-1490 (*1 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-308)))) (-3502 (*1 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-308)))) (-3524 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-308)))) (-3524 (*1 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-308)))) (-2822 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-308)))) (-4145 (*1 *1) (-5 *1 (-308))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-294 (-641))) (-5 *1 (-308)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-294 (-643))) (-5 *1 (-308)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-294 (-636))) (-5 *1 (-308)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-294 (-357))) (-5 *1 (-308)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-294 (-525))) (-5 *1 (-308)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-294 (-157 (-357)))) (-5 *1 (-308)))) (-3821 (*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308)))) (-3821 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1075)) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-643))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-641))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-636))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-643))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-641))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-636))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-643))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-641))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-636))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-643)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-641)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-636)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-643)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-641)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-636)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-294 (-643))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-294 (-641))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-294 (-636))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-525))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-357))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-157 (-357)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-525)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-357)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-157 (-357))))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-525)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-357)))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-157 (-357))))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-294 (-525))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-294 (-357))) (-5 *1 (-308)))) (-1390 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-294 (-157 (-357)))) (-5 *1 (-308)))) (-1821 (*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-5 *1 (-308)))) (-3116 (*1 *1) (-5 *1 (-308))) (-1990 (*1 *1) (-5 *1 (-308))) (-2904 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-308)))) (-1756 (*1 *1 *2 *3) (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1092)) (-5 *1 (-308)))) (-4029 (*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 (-308)))) (-1582 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1092)) (|:| |arrayIndex| (-592 (-887 (-525)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1092)) (|:| |rand| (-798)) (|:| |ints2Floats?| (-108)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1091)) (|:| |thenClause| (-308)) (|:| |elseClause| (-308)))) (|:| |returnBranch| (-2 (|:| -3479 (-108)) (|:| -2219 (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |blockBranch| (-592 (-308))) (|:| |commentBranch| (-592 (-1075))) (|:| |callBranch| (-1075)) (|:| |forBranch| (-2 (|:| -1777 (-1013 (-887 (-525)))) (|:| |span| (-887 (-525))) (|:| -2418 (-308)))) (|:| |labelBranch| (-1039)) (|:| |loopBranch| (-2 (|:| |switch| (-1091)) (|:| -2418 (-308)))) (|:| |commonBranch| (-2 (|:| -2411 (-1092)) (|:| |contents| (-592 (-1092))))) (|:| |printBranch| (-592 (-798))))) (-5 *1 (-308)))) (-3619 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-308)))) (-4116 (*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-308)))) (-4017 (*1 *2 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-308)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ((-798) $)) (-15 -4078 ($ (-1013 (-887 (-525))) $)) (-15 -4078 ($ (-1013 (-887 (-525))) (-887 (-525)) $)) (-15 -2218 ($ (-1091) $)) (-15 -2586 ($ (-1091) $)) (-15 -1490 ($ (-1039))) (-15 -3502 ($ (-1039))) (-15 -3524 ($ (-1075))) (-15 -3524 ($ (-592 (-1075)))) (-15 -2822 ($ (-1075))) (-15 -4145 ($)) (-15 -4145 ($ (-294 (-641)))) (-15 -4145 ($ (-294 (-643)))) (-15 -4145 ($ (-294 (-636)))) (-15 -4145 ($ (-294 (-357)))) (-15 -4145 ($ (-294 (-525)))) (-15 -4145 ($ (-294 (-157 (-357))))) (-15 -3821 ($ (-1091) $)) (-15 -3821 ($ (-1091) $ $)) (-15 -1390 ($ (-1092) (-1075))) (-15 -1390 ($ (-1092) (-294 (-643)))) (-15 -1390 ($ (-1092) (-294 (-641)))) (-15 -1390 ($ (-1092) (-294 (-636)))) (-15 -1390 ($ (-1092) (-632 (-643)))) (-15 -1390 ($ (-1092) (-632 (-641)))) (-15 -1390 ($ (-1092) (-632 (-636)))) (-15 -1390 ($ (-1092) (-1174 (-643)))) (-15 -1390 ($ (-1092) (-1174 (-641)))) (-15 -1390 ($ (-1092) (-1174 (-636)))) (-15 -1390 ($ (-1092) (-632 (-294 (-643))))) (-15 -1390 ($ (-1092) (-632 (-294 (-641))))) (-15 -1390 ($ (-1092) (-632 (-294 (-636))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-643))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-641))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-636))))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-643)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-641)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-636)))) (-15 -1390 ($ (-1092) (-294 (-525)))) (-15 -1390 ($ (-1092) (-294 (-357)))) (-15 -1390 ($ (-1092) (-294 (-157 (-357))))) (-15 -1390 ($ (-1092) (-632 (-294 (-525))))) (-15 -1390 ($ (-1092) (-632 (-294 (-357))))) (-15 -1390 ($ (-1092) (-632 (-294 (-157 (-357)))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-525))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-357))))) (-15 -1390 ($ (-1092) (-1174 (-294 (-157 (-357)))))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-525)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-357)))) (-15 -1390 ($ (-1092) (-592 (-887 (-525))) (-294 (-157 (-357))))) (-15 -1821 ($ (-592 $))) (-15 -3116 ($)) (-15 -1990 ($)) (-15 -2904 ($ (-592 (-798)))) (-15 -1756 ($ (-1092) (-592 (-1092)))) (-15 -4029 ((-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 -1582 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1092)) (|:| |arrayIndex| (-592 (-887 (-525)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1092)) (|:| |rand| (-798)) (|:| |ints2Floats?| (-108)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1091)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -3479 (-108)) (|:| -2219 (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798)))))) (|:| |blockBranch| (-592 $)) (|:| |commentBranch| (-592 (-1075))) (|:| |callBranch| (-1075)) (|:| |forBranch| (-2 (|:| -1777 (-1013 (-887 (-525)))) (|:| |span| (-887 (-525))) (|:| -2418 $))) (|:| |labelBranch| (-1039)) (|:| |loopBranch| (-2 (|:| |switch| (-1091)) (|:| -2418 $))) (|:| |commonBranch| (-2 (|:| -2411 (-1092)) (|:| |contents| (-592 (-1092))))) (|:| |printBranch| (-592 (-798)))) $)) (-15 -3619 ((-1179) $)) (-15 -4116 ((-1024) $)) (-15 -4017 ((-1039) (-1039)))))
-((-4087 (((-108) $ $) NIL)) (-3620 (((-108) $) 11)) (-3638 (($ |#1|) 8)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3649 (($ |#1|) 9)) (-4100 (((-798) $) 17)) (-2136 ((|#1| $) 12)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 19)))
-(((-309 |#1|) (-13 (-789) (-10 -8 (-15 -3638 ($ |#1|)) (-15 -3649 ($ |#1|)) (-15 -3620 ((-108) $)) (-15 -2136 (|#1| $)))) (-789)) (T -309))
-((-3638 (*1 *1 *2) (-12 (-5 *1 (-309 *2)) (-4 *2 (-789)))) (-3649 (*1 *1 *2) (-12 (-5 *1 (-309 *2)) (-4 *2 (-789)))) (-3620 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-309 *3)) (-4 *3 (-789)))) (-2136 (*1 *2 *1) (-12 (-5 *1 (-309 *2)) (-4 *2 (-789)))))
-(-13 (-789) (-10 -8 (-15 -3638 ($ |#1|)) (-15 -3649 ($ |#1|)) (-15 -3620 ((-108) $)) (-15 -2136 (|#1| $))))
-((-4027 (((-308) (-1092) (-887 (-525))) 23)) (-1812 (((-308) (-1092) (-887 (-525))) 27)) (-3095 (((-308) (-1092) (-1013 (-887 (-525))) (-1013 (-887 (-525)))) 26) (((-308) (-1092) (-887 (-525)) (-887 (-525))) 24)) (-1944 (((-308) (-1092) (-887 (-525))) 31)))
-(((-310) (-10 -7 (-15 -4027 ((-308) (-1092) (-887 (-525)))) (-15 -3095 ((-308) (-1092) (-887 (-525)) (-887 (-525)))) (-15 -3095 ((-308) (-1092) (-1013 (-887 (-525))) (-1013 (-887 (-525))))) (-15 -1812 ((-308) (-1092) (-887 (-525)))) (-15 -1944 ((-308) (-1092) (-887 (-525)))))) (T -310))
-((-1944 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308)) (-5 *1 (-310)))) (-1812 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308)) (-5 *1 (-310)))) (-3095 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-1013 (-887 (-525)))) (-5 *2 (-308)) (-5 *1 (-310)))) (-3095 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308)) (-5 *1 (-310)))) (-4027 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308)) (-5 *1 (-310)))))
-(-10 -7 (-15 -4027 ((-308) (-1092) (-887 (-525)))) (-15 -3095 ((-308) (-1092) (-887 (-525)) (-887 (-525)))) (-15 -3095 ((-308) (-1092) (-1013 (-887 (-525))) (-1013 (-887 (-525))))) (-15 -1812 ((-308) (-1092) (-887 (-525)))) (-15 -1944 ((-308) (-1092) (-887 (-525)))))
-((-2016 (((-314 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-314 |#1| |#2| |#3| |#4|)) 33)))
-(((-311 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2016 ((-314 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-314 |#1| |#2| |#3| |#4|)))) (-341) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|) (-341) (-1150 |#5|) (-1150 (-385 |#6|)) (-320 |#5| |#6| |#7|)) (T -311))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-314 *5 *6 *7 *8)) (-4 *5 (-341)) (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-4 *8 (-320 *5 *6 *7)) (-4 *9 (-341)) (-4 *10 (-1150 *9)) (-4 *11 (-1150 (-385 *10))) (-5 *2 (-314 *9 *10 *11 *12)) (-5 *1 (-311 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-320 *9 *10 *11)))))
-(-10 -7 (-15 -2016 ((-314 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-314 |#1| |#2| |#3| |#4|))))
-((-2091 (((-108) $) 14)))
-(((-312 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -2091 ((-108) |#1|))) (-313 |#2| |#3| |#4| |#5|) (-341) (-1150 |#2|) (-1150 (-385 |#3|)) (-320 |#2| |#3| |#4|)) (T -312))
-NIL
-(-10 -8 (-15 -2091 ((-108) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3504 (($ $) 26)) (-2091 (((-108) $) 25)) (-1289 (((-1075) $) 9)) (-2654 (((-391 |#2| (-385 |#2|) |#3| |#4|) $) 32)) (-3993 (((-1039) $) 10)) (-3817 (((-3 |#4| "failed") $) 24)) (-2958 (($ (-391 |#2| (-385 |#2|) |#3| |#4|)) 31) (($ |#4|) 30) (($ |#1| |#1|) 29) (($ |#1| |#1| (-525)) 28) (($ |#4| |#2| |#2| |#2| |#1|) 23)) (-4129 (((-2 (|:| -1466 (-391 |#2| (-385 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 27)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20)))
-(((-313 |#1| |#2| |#3| |#4|) (-131) (-341) (-1150 |t#1|) (-1150 (-385 |t#2|)) (-320 |t#1| |t#2| |t#3|)) (T -313))
-((-2654 (*1 *2 *1) (-12 (-4 *1 (-313 *3 *4 *5 *6)) (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5)) (-5 *2 (-391 *4 (-385 *4) *5 *6)))) (-2958 (*1 *1 *2) (-12 (-5 *2 (-391 *4 (-385 *4) *5 *6)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5)) (-4 *3 (-341)) (-4 *1 (-313 *3 *4 *5 *6)))) (-2958 (*1 *1 *2) (-12 (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-4 *1 (-313 *3 *4 *5 *2)) (-4 *2 (-320 *3 *4 *5)))) (-2958 (*1 *1 *2 *2) (-12 (-4 *2 (-341)) (-4 *3 (-1150 *2)) (-4 *4 (-1150 (-385 *3))) (-4 *1 (-313 *2 *3 *4 *5)) (-4 *5 (-320 *2 *3 *4)))) (-2958 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-525)) (-4 *2 (-341)) (-4 *4 (-1150 *2)) (-4 *5 (-1150 (-385 *4))) (-4 *1 (-313 *2 *4 *5 *6)) (-4 *6 (-320 *2 *4 *5)))) (-4129 (*1 *2 *1) (-12 (-4 *1 (-313 *3 *4 *5 *6)) (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5)) (-5 *2 (-2 (|:| -1466 (-391 *4 (-385 *4) *5 *6)) (|:| |principalPart| *6))))) (-3504 (*1 *1 *1) (-12 (-4 *1 (-313 *2 *3 *4 *5)) (-4 *2 (-341)) (-4 *3 (-1150 *2)) (-4 *4 (-1150 (-385 *3))) (-4 *5 (-320 *2 *3 *4)))) (-2091 (*1 *2 *1) (-12 (-4 *1 (-313 *3 *4 *5 *6)) (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5)) (-5 *2 (-108)))) (-3817 (*1 *2 *1) (|partial| -12 (-4 *1 (-313 *3 *4 *5 *2)) (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-4 *2 (-320 *3 *4 *5)))) (-2958 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-341)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 (-385 *3))) (-4 *1 (-313 *4 *3 *5 *2)) (-4 *2 (-320 *4 *3 *5)))))
-(-13 (-21) (-10 -8 (-15 -2654 ((-391 |t#2| (-385 |t#2|) |t#3| |t#4|) $)) (-15 -2958 ($ (-391 |t#2| (-385 |t#2|) |t#3| |t#4|))) (-15 -2958 ($ |t#4|)) (-15 -2958 ($ |t#1| |t#1|)) (-15 -2958 ($ |t#1| |t#1| (-525))) (-15 -4129 ((-2 (|:| -1466 (-391 |t#2| (-385 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -3504 ($ $)) (-15 -2091 ((-108) $)) (-15 -3817 ((-3 |t#4| "failed") $)) (-15 -2958 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3504 (($ $) 33)) (-2091 (((-108) $) NIL)) (-1289 (((-1075) $) NIL)) (-2196 (((-1174 |#4|) $) 125)) (-2654 (((-391 |#2| (-385 |#2|) |#3| |#4|) $) 31)) (-3993 (((-1039) $) NIL)) (-3817 (((-3 |#4| "failed") $) 36)) (-3852 (((-1174 |#4|) $) 118)) (-2958 (($ (-391 |#2| (-385 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-525)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-4129 (((-2 (|:| -1466 (-391 |#2| (-385 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-4100 (((-798) $) 17)) (-3364 (($) 14 T CONST)) (-2775 (((-108) $ $) 20)) (-2871 (($ $) 27) (($ $ $) NIL)) (-2860 (($ $ $) 25)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 23)))
-(((-314 |#1| |#2| |#3| |#4|) (-13 (-313 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3852 ((-1174 |#4|) $)) (-15 -2196 ((-1174 |#4|) $)))) (-341) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|)) (T -314))
-((-3852 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-1174 *6)) (-5 *1 (-314 *3 *4 *5 *6)) (-4 *6 (-320 *3 *4 *5)))) (-2196 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-1174 *6)) (-5 *1 (-314 *3 *4 *5 *6)) (-4 *6 (-320 *3 *4 *5)))))
-(-13 (-313 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -3852 ((-1174 |#4|) $)) (-15 -2196 ((-1174 |#4|) $))))
-((-2825 (($ $ (-1092) |#2|) NIL) (($ $ (-592 (-1092)) (-592 |#2|)) 20) (($ $ (-592 (-273 |#2|))) 15) (($ $ (-273 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-592 |#2|) (-592 |#2|)) NIL)) (-3431 (($ $ |#2|) 11)))
-(((-315 |#1| |#2|) (-10 -8 (-15 -3431 (|#1| |#1| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#2| |#2|)) (-15 -2825 (|#1| |#1| (-273 |#2|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#2|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 |#2|))) (-15 -2825 (|#1| |#1| (-1092) |#2|))) (-316 |#2|) (-1020)) (T -315))
-NIL
-(-10 -8 (-15 -3431 (|#1| |#1| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#2| |#2|)) (-15 -2825 (|#1| |#1| (-273 |#2|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#2|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 |#2|))) (-15 -2825 (|#1| |#1| (-1092) |#2|)))
-((-2016 (($ (-1 |#1| |#1|) $) 6)) (-2825 (($ $ (-1092) |#1|) 17 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) 16 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-592 (-273 |#1|))) 15 (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) 14 (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-288 |#1|))) (($ $ (-592 |#1|) (-592 |#1|)) 12 (|has| |#1| (-288 |#1|)))) (-3431 (($ $ |#1|) 11 (|has| |#1| (-265 |#1| |#1|)))))
-(((-316 |#1|) (-131) (-1020)) (T -316))
-((-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-316 *3)) (-4 *3 (-1020)))))
-(-13 (-10 -8 (-15 -2016 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-265 |t#1| |t#1|)) (-6 (-265 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-288 |t#1|)) (-6 (-288 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-486 (-1092) |t#1|)) (-6 (-486 (-1092) |t#1|)) |%noBranch|)))
-(((-265 |#1| $) |has| |#1| (-265 |#1| |#1|)) ((-288 |#1|) |has| |#1| (-288 |#1|)) ((-486 (-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((-486 |#1| |#1|) |has| |#1| (-288 |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1092)) $) NIL)) (-2676 (((-108)) 91) (((-108) (-108)) 92)) (-1285 (((-592 (-565 $)) $) NIL)) (-1803 (($ $) NIL)) (-3659 (($ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3702 (($ $ (-273 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-592 (-565 $)) (-592 $)) NIL)) (-4211 (($ $) NIL)) (-1781 (($ $) NIL)) (-3638 (($ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-565 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-294 |#3|)) 71) (((-3 $ "failed") (-1092)) 97) (((-3 $ "failed") (-294 (-525))) 59 (|has| |#3| (-968 (-525)))) (((-3 $ "failed") (-385 (-887 (-525)))) 65 (|has| |#3| (-968 (-525)))) (((-3 $ "failed") (-887 (-525))) 60 (|has| |#3| (-968 (-525)))) (((-3 $ "failed") (-294 (-357))) 89 (|has| |#3| (-968 (-357)))) (((-3 $ "failed") (-385 (-887 (-357)))) 83 (|has| |#3| (-968 (-357)))) (((-3 $ "failed") (-887 (-357))) 78 (|has| |#3| (-968 (-357))))) (-4105 (((-565 $) $) NIL) ((|#3| $) NIL) (($ (-294 |#3|)) 72) (($ (-1092)) 98) (($ (-294 (-525))) 61 (|has| |#3| (-968 (-525)))) (($ (-385 (-887 (-525)))) 66 (|has| |#3| (-968 (-525)))) (($ (-887 (-525))) 62 (|has| |#3| (-968 (-525)))) (($ (-294 (-357))) 90 (|has| |#3| (-968 (-357)))) (($ (-385 (-887 (-357)))) 84 (|has| |#3| (-968 (-357)))) (($ (-887 (-357))) 80 (|has| |#3| (-968 (-357))))) (-3300 (((-3 $ "failed") $) NIL)) (-4106 (($) 10)) (-3106 (($ $) NIL) (($ (-592 $)) NIL)) (-2531 (((-592 (-110)) $) NIL)) (-1386 (((-110) (-110)) NIL)) (-2278 (((-108) $) NIL)) (-3028 (((-108) $) NIL (|has| $ (-968 (-525))))) (-1808 (((-1088 $) (-565 $)) NIL (|has| $ (-977)))) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 $ $) (-565 $)) NIL)) (-1751 (((-3 (-565 $) "failed") $) NIL)) (-2243 (($ $) 94)) (-2533 (($ $) NIL)) (-1289 (((-1075) $) NIL)) (-4153 (((-592 (-565 $)) $) NIL)) (-4152 (($ (-110) $) 93) (($ (-110) (-592 $)) NIL)) (-2412 (((-108) $ (-110)) NIL) (((-108) $ (-1092)) NIL)) (-2934 (((-713) $) NIL)) (-3993 (((-1039) $) NIL)) (-3513 (((-108) $ $) NIL) (((-108) $ (-1092)) NIL)) (-1618 (($ $) NIL)) (-3864 (((-108) $) NIL (|has| $ (-968 (-525))))) (-2825 (($ $ (-565 $) $) NIL) (($ $ (-592 (-565 $)) (-592 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-1092) (-1 $ (-592 $))) NIL) (($ $ (-1092) (-1 $ $)) NIL) (($ $ (-592 (-110)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-110) (-1 $ (-592 $))) NIL) (($ $ (-110) (-1 $ $)) NIL)) (-3431 (($ (-110) $) NIL) (($ (-110) $ $) NIL) (($ (-110) $ $ $) NIL) (($ (-110) $ $ $ $) NIL) (($ (-110) (-592 $)) NIL)) (-2540 (($ $) NIL) (($ $ $) NIL)) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL)) (-2013 (($ $) NIL (|has| $ (-977)))) (-1792 (($ $) NIL)) (-3649 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-565 $)) NIL) (($ |#3|) NIL) (($ (-525)) NIL) (((-294 |#3|) $) 96)) (-2448 (((-713)) NIL)) (-2239 (($ $) NIL) (($ (-592 $)) NIL)) (-3954 (((-108) (-110)) NIL)) (-3853 (($ $) NIL)) (-3808 (($ $) NIL)) (-3820 (($ $) NIL)) (-2380 (($ $) NIL)) (-3706 (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (-3364 (($) 95 T CONST)) (-3375 (($) 24 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2871 (($ $ $) NIL) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-525) $) NIL) (($ (-713) $) NIL) (($ (-856) $) NIL)))
-(((-317 |#1| |#2| |#3|) (-13 (-281) (-37 |#3|) (-968 |#3|) (-835 (-1092)) (-10 -8 (-15 -4105 ($ (-294 |#3|))) (-15 -1934 ((-3 $ "failed") (-294 |#3|))) (-15 -4105 ($ (-1092))) (-15 -1934 ((-3 $ "failed") (-1092))) (-15 -4100 ((-294 |#3|) $)) (IF (|has| |#3| (-968 (-525))) (PROGN (-15 -4105 ($ (-294 (-525)))) (-15 -1934 ((-3 $ "failed") (-294 (-525)))) (-15 -4105 ($ (-385 (-887 (-525))))) (-15 -1934 ((-3 $ "failed") (-385 (-887 (-525))))) (-15 -4105 ($ (-887 (-525)))) (-15 -1934 ((-3 $ "failed") (-887 (-525))))) |%noBranch|) (IF (|has| |#3| (-968 (-357))) (PROGN (-15 -4105 ($ (-294 (-357)))) (-15 -1934 ((-3 $ "failed") (-294 (-357)))) (-15 -4105 ($ (-385 (-887 (-357))))) (-15 -1934 ((-3 $ "failed") (-385 (-887 (-357))))) (-15 -4105 ($ (-887 (-357)))) (-15 -1934 ((-3 $ "failed") (-887 (-357))))) |%noBranch|) (-15 -2380 ($ $)) (-15 -4211 ($ $)) (-15 -1618 ($ $)) (-15 -2533 ($ $)) (-15 -2243 ($ $)) (-15 -3638 ($ $)) (-15 -3649 ($ $)) (-15 -3659 ($ $)) (-15 -3808 ($ $)) (-15 -3820 ($ $)) (-15 -3853 ($ $)) (-15 -1781 ($ $)) (-15 -1792 ($ $)) (-15 -1803 ($ $)) (-15 -4106 ($)) (-15 -1296 ((-592 (-1092)) $)) (-15 -2676 ((-108))) (-15 -2676 ((-108) (-108))))) (-592 (-1092)) (-592 (-1092)) (-365)) (T -317))
-((-4105 (*1 *1 *2) (-12 (-5 *2 (-294 *5)) (-4 *5 (-365)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-294 *5)) (-4 *5 (-365)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 *2)) (-14 *4 (-592 *2)) (-4 *5 (-365)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 *2)) (-14 *4 (-592 *2)) (-4 *5 (-365)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-294 *5)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-294 (-525))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-294 (-525))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-385 (-887 (-525)))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-385 (-887 (-525)))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-887 (-525))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-887 (-525))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-294 (-357))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-294 (-357))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-385 (-887 (-357)))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-385 (-887 (-357)))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-887 (-357))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-887 (-357))) (-5 *1 (-317 *3 *4 *5)) (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-2380 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-4211 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-1618 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-2533 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-2243 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-3638 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-3649 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-3659 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-3808 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-3820 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-3853 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-1781 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-1792 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-1803 (*1 *1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-4106 (*1 *1) (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092))) (-14 *3 (-592 (-1092))) (-4 *4 (-365)))) (-1296 (*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-317 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-365)))) (-2676 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))) (-2676 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365)))))
-(-13 (-281) (-37 |#3|) (-968 |#3|) (-835 (-1092)) (-10 -8 (-15 -4105 ($ (-294 |#3|))) (-15 -1934 ((-3 $ "failed") (-294 |#3|))) (-15 -4105 ($ (-1092))) (-15 -1934 ((-3 $ "failed") (-1092))) (-15 -4100 ((-294 |#3|) $)) (IF (|has| |#3| (-968 (-525))) (PROGN (-15 -4105 ($ (-294 (-525)))) (-15 -1934 ((-3 $ "failed") (-294 (-525)))) (-15 -4105 ($ (-385 (-887 (-525))))) (-15 -1934 ((-3 $ "failed") (-385 (-887 (-525))))) (-15 -4105 ($ (-887 (-525)))) (-15 -1934 ((-3 $ "failed") (-887 (-525))))) |%noBranch|) (IF (|has| |#3| (-968 (-357))) (PROGN (-15 -4105 ($ (-294 (-357)))) (-15 -1934 ((-3 $ "failed") (-294 (-357)))) (-15 -4105 ($ (-385 (-887 (-357))))) (-15 -1934 ((-3 $ "failed") (-385 (-887 (-357))))) (-15 -4105 ($ (-887 (-357)))) (-15 -1934 ((-3 $ "failed") (-887 (-357))))) |%noBranch|) (-15 -2380 ($ $)) (-15 -4211 ($ $)) (-15 -1618 ($ $)) (-15 -2533 ($ $)) (-15 -2243 ($ $)) (-15 -3638 ($ $)) (-15 -3649 ($ $)) (-15 -3659 ($ $)) (-15 -3808 ($ $)) (-15 -3820 ($ $)) (-15 -3853 ($ $)) (-15 -1781 ($ $)) (-15 -1792 ($ $)) (-15 -1803 ($ $)) (-15 -4106 ($)) (-15 -1296 ((-592 (-1092)) $)) (-15 -2676 ((-108))) (-15 -2676 ((-108) (-108)))))
-((-2016 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
-(((-318 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2016 (|#8| (-1 |#5| |#1|) |#4|))) (-1132) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|) (-1132) (-1150 |#5|) (-1150 (-385 |#6|)) (-320 |#5| |#6| |#7|)) (T -318))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1132)) (-4 *8 (-1132)) (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-4 *9 (-1150 *8)) (-4 *2 (-320 *8 *9 *10)) (-5 *1 (-318 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-320 *5 *6 *7)) (-4 *10 (-1150 (-385 *9))))))
-(-10 -7 (-15 -2016 (|#8| (-1 |#5| |#1|) |#4|)))
-((-2823 (((-2 (|:| |num| (-1174 |#3|)) (|:| |den| |#3|)) $) 38)) (-2580 (($ (-1174 (-385 |#3|)) (-1174 $)) NIL) (($ (-1174 (-385 |#3|))) NIL) (($ (-1174 |#3|) |#3|) 161)) (-1630 (((-1174 $) (-1174 $)) 145)) (-2902 (((-592 (-592 |#2|))) 119)) (-1531 (((-108) |#2| |#2|) 73)) (-3201 (($ $) 139)) (-1635 (((-713)) 31)) (-3946 (((-1174 $) (-1174 $)) 198)) (-3024 (((-592 (-887 |#2|)) (-1092)) 110)) (-2570 (((-108) $) 158)) (-1991 (((-108) $) 25) (((-108) $ |#2|) 29) (((-108) $ |#3|) 202)) (-3051 (((-3 |#3| "failed")) 50)) (-2173 (((-713)) 170)) (-3431 ((|#2| $ |#2| |#2|) 132)) (-2981 (((-3 |#3| "failed")) 68)) (-2702 (($ $ (-1 (-385 |#3|) (-385 |#3|)) (-713)) NIL) (($ $ (-1 (-385 |#3|) (-385 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 206) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL) (($ $ (-713)) NIL) (($ $) NIL)) (-3924 (((-1174 $) (-1174 $)) 151)) (-2951 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 66)) (-1940 (((-108)) 33)))
-(((-319 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2902 ((-592 (-592 |#2|)))) (-15 -3024 ((-592 (-887 |#2|)) (-1092))) (-15 -2951 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3051 ((-3 |#3| "failed"))) (-15 -2981 ((-3 |#3| "failed"))) (-15 -3431 (|#2| |#1| |#2| |#2|)) (-15 -3201 (|#1| |#1|)) (-15 -2580 (|#1| (-1174 |#3|) |#3|)) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1991 ((-108) |#1| |#3|)) (-15 -1991 ((-108) |#1| |#2|)) (-15 -2823 ((-2 (|:| |num| (-1174 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1630 ((-1174 |#1|) (-1174 |#1|))) (-15 -3946 ((-1174 |#1|) (-1174 |#1|))) (-15 -3924 ((-1174 |#1|) (-1174 |#1|))) (-15 -1991 ((-108) |#1|)) (-15 -2570 ((-108) |#1|)) (-15 -1531 ((-108) |#2| |#2|)) (-15 -1940 ((-108))) (-15 -2173 ((-713))) (-15 -1635 ((-713))) (-15 -2702 (|#1| |#1| (-1 (-385 |#3|) (-385 |#3|)))) (-15 -2702 (|#1| |#1| (-1 (-385 |#3|) (-385 |#3|)) (-713))) (-15 -2580 (|#1| (-1174 (-385 |#3|)))) (-15 -2580 (|#1| (-1174 (-385 |#3|)) (-1174 |#1|)))) (-320 |#2| |#3| |#4|) (-1132) (-1150 |#2|) (-1150 (-385 |#3|))) (T -319))
-((-1635 (*1 *2) (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-5 *2 (-713)) (-5 *1 (-319 *3 *4 *5 *6)) (-4 *3 (-320 *4 *5 *6)))) (-2173 (*1 *2) (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-5 *2 (-713)) (-5 *1 (-319 *3 *4 *5 *6)) (-4 *3 (-320 *4 *5 *6)))) (-1940 (*1 *2) (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-5 *2 (-108)) (-5 *1 (-319 *3 *4 *5 *6)) (-4 *3 (-320 *4 *5 *6)))) (-1531 (*1 *2 *3 *3) (-12 (-4 *3 (-1132)) (-4 *5 (-1150 *3)) (-4 *6 (-1150 (-385 *5))) (-5 *2 (-108)) (-5 *1 (-319 *4 *3 *5 *6)) (-4 *4 (-320 *3 *5 *6)))) (-2981 (*1 *2) (|partial| -12 (-4 *4 (-1132)) (-4 *5 (-1150 (-385 *2))) (-4 *2 (-1150 *4)) (-5 *1 (-319 *3 *4 *2 *5)) (-4 *3 (-320 *4 *2 *5)))) (-3051 (*1 *2) (|partial| -12 (-4 *4 (-1132)) (-4 *5 (-1150 (-385 *2))) (-4 *2 (-1150 *4)) (-5 *1 (-319 *3 *4 *2 *5)) (-4 *3 (-320 *4 *2 *5)))) (-3024 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-4 *5 (-1132)) (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-5 *2 (-592 (-887 *5))) (-5 *1 (-319 *4 *5 *6 *7)) (-4 *4 (-320 *5 *6 *7)))) (-2902 (*1 *2) (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-5 *2 (-592 (-592 *4))) (-5 *1 (-319 *3 *4 *5 *6)) (-4 *3 (-320 *4 *5 *6)))))
-(-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2902 ((-592 (-592 |#2|)))) (-15 -3024 ((-592 (-887 |#2|)) (-1092))) (-15 -2951 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -3051 ((-3 |#3| "failed"))) (-15 -2981 ((-3 |#3| "failed"))) (-15 -3431 (|#2| |#1| |#2| |#2|)) (-15 -3201 (|#1| |#1|)) (-15 -2580 (|#1| (-1174 |#3|) |#3|)) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|))) (-15 -1991 ((-108) |#1| |#3|)) (-15 -1991 ((-108) |#1| |#2|)) (-15 -2823 ((-2 (|:| |num| (-1174 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -1630 ((-1174 |#1|) (-1174 |#1|))) (-15 -3946 ((-1174 |#1|) (-1174 |#1|))) (-15 -3924 ((-1174 |#1|) (-1174 |#1|))) (-15 -1991 ((-108) |#1|)) (-15 -2570 ((-108) |#1|)) (-15 -1531 ((-108) |#2| |#2|)) (-15 -1940 ((-108))) (-15 -2173 ((-713))) (-15 -1635 ((-713))) (-15 -2702 (|#1| |#1| (-1 (-385 |#3|) (-385 |#3|)))) (-15 -2702 (|#1| |#1| (-1 (-385 |#3|) (-385 |#3|)) (-713))) (-15 -2580 (|#1| (-1174 (-385 |#3|)))) (-15 -2580 (|#1| (-1174 (-385 |#3|)) (-1174 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2823 (((-2 (|:| |num| (-1174 |#2|)) (|:| |den| |#2|)) $) 196)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 93 (|has| (-385 |#2|) (-341)))) (-2433 (($ $) 94 (|has| (-385 |#2|) (-341)))) (-1568 (((-108) $) 96 (|has| (-385 |#2|) (-341)))) (-3855 (((-632 (-385 |#2|)) (-1174 $)) 46) (((-632 (-385 |#2|))) 61)) (-2924 (((-385 |#2|) $) 52)) (-3395 (((-1102 (-856) (-713)) (-525)) 147 (|has| (-385 |#2|) (-327)))) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 113 (|has| (-385 |#2|) (-341)))) (-3586 (((-396 $) $) 114 (|has| (-385 |#2|) (-341)))) (-1507 (((-108) $ $) 104 (|has| (-385 |#2|) (-341)))) (-1613 (((-713)) 87 (|has| (-385 |#2|) (-346)))) (-1910 (((-108)) 213)) (-1428 (((-108) |#1|) 212) (((-108) |#2|) 211)) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 169 (|has| (-385 |#2|) (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 167 (|has| (-385 |#2|) (-968 (-385 (-525))))) (((-3 (-385 |#2|) "failed") $) 166)) (-4105 (((-525) $) 170 (|has| (-385 |#2|) (-968 (-525)))) (((-385 (-525)) $) 168 (|has| (-385 |#2|) (-968 (-385 (-525))))) (((-385 |#2|) $) 165)) (-2580 (($ (-1174 (-385 |#2|)) (-1174 $)) 48) (($ (-1174 (-385 |#2|))) 64) (($ (-1174 |#2|) |#2|) 189)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 153 (|has| (-385 |#2|) (-327)))) (-1356 (($ $ $) 108 (|has| (-385 |#2|) (-341)))) (-1588 (((-632 (-385 |#2|)) $ (-1174 $)) 53) (((-632 (-385 |#2|)) $) 59)) (-3090 (((-632 (-525)) (-632 $)) 164 (|has| (-385 |#2|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 163 (|has| (-385 |#2|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-385 |#2|))) (|:| |vec| (-1174 (-385 |#2|)))) (-632 $) (-1174 $)) 162) (((-632 (-385 |#2|)) (-632 $)) 161)) (-1630 (((-1174 $) (-1174 $)) 201)) (-3504 (($ |#3|) 158) (((-3 $ "failed") (-385 |#3|)) 155 (|has| (-385 |#2|) (-341)))) (-3300 (((-3 $ "failed") $) 34)) (-2902 (((-592 (-592 |#1|))) 182 (|has| |#1| (-346)))) (-1531 (((-108) |#1| |#1|) 217)) (-3085 (((-856)) 54)) (-1903 (($) 90 (|has| (-385 |#2|) (-346)))) (-1746 (((-108)) 210)) (-1712 (((-108) |#1|) 209) (((-108) |#2|) 208)) (-1332 (($ $ $) 107 (|has| (-385 |#2|) (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 102 (|has| (-385 |#2|) (-341)))) (-3201 (($ $) 188)) (-3932 (($) 149 (|has| (-385 |#2|) (-327)))) (-3920 (((-108) $) 150 (|has| (-385 |#2|) (-327)))) (-1339 (($ $ (-713)) 141 (|has| (-385 |#2|) (-327))) (($ $) 140 (|has| (-385 |#2|) (-327)))) (-1798 (((-108) $) 115 (|has| (-385 |#2|) (-341)))) (-4000 (((-856) $) 152 (|has| (-385 |#2|) (-327))) (((-775 (-856)) $) 138 (|has| (-385 |#2|) (-327)))) (-2278 (((-108) $) 31)) (-1635 (((-713)) 220)) (-3946 (((-1174 $) (-1174 $)) 202)) (-2704 (((-385 |#2|) $) 51)) (-3024 (((-592 (-887 |#1|)) (-1092)) 183 (|has| |#1| (-341)))) (-2878 (((-3 $ "failed") $) 142 (|has| (-385 |#2|) (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 111 (|has| (-385 |#2|) (-341)))) (-2021 ((|#3| $) 44 (|has| (-385 |#2|) (-341)))) (-3685 (((-856) $) 89 (|has| (-385 |#2|) (-346)))) (-3492 ((|#3| $) 156)) (-2739 (($ (-592 $)) 100 (|has| (-385 |#2|) (-341))) (($ $ $) 99 (|has| (-385 |#2|) (-341)))) (-1289 (((-1075) $) 9)) (-1896 (((-632 (-385 |#2|))) 197)) (-1779 (((-632 (-385 |#2|))) 199)) (-1387 (($ $) 116 (|has| (-385 |#2|) (-341)))) (-2045 (($ (-1174 |#2|) |#2|) 194)) (-1419 (((-632 (-385 |#2|))) 198)) (-2050 (((-632 (-385 |#2|))) 200)) (-1410 (((-2 (|:| |num| (-632 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 193)) (-3652 (((-2 (|:| |num| (-1174 |#2|)) (|:| |den| |#2|)) $) 195)) (-1218 (((-1174 $)) 206)) (-3295 (((-1174 $)) 207)) (-2570 (((-108) $) 205)) (-1991 (((-108) $) 204) (((-108) $ |#1|) 192) (((-108) $ |#2|) 191)) (-2948 (($) 143 (|has| (-385 |#2|) (-327)) CONST)) (-1722 (($ (-856)) 88 (|has| (-385 |#2|) (-346)))) (-3051 (((-3 |#2| "failed")) 185)) (-3993 (((-1039) $) 10)) (-2173 (((-713)) 219)) (-3817 (($) 160)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 101 (|has| (-385 |#2|) (-341)))) (-2772 (($ (-592 $)) 98 (|has| (-385 |#2|) (-341))) (($ $ $) 97 (|has| (-385 |#2|) (-341)))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 146 (|has| (-385 |#2|) (-327)))) (-4201 (((-396 $) $) 112 (|has| (-385 |#2|) (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| (-385 |#2|) (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 109 (|has| (-385 |#2|) (-341)))) (-1311 (((-3 $ "failed") $ $) 92 (|has| (-385 |#2|) (-341)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 103 (|has| (-385 |#2|) (-341)))) (-1927 (((-713) $) 105 (|has| (-385 |#2|) (-341)))) (-3431 ((|#1| $ |#1| |#1|) 187)) (-2981 (((-3 |#2| "failed")) 186)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 106 (|has| (-385 |#2|) (-341)))) (-4115 (((-385 |#2|) (-1174 $)) 47) (((-385 |#2|)) 60)) (-2043 (((-713) $) 151 (|has| (-385 |#2|) (-327))) (((-3 (-713) "failed") $ $) 139 (|has| (-385 |#2|) (-327)))) (-2702 (($ $ (-1 (-385 |#2|) (-385 |#2|)) (-713)) 123 (|has| (-385 |#2|) (-341))) (($ $ (-1 (-385 |#2|) (-385 |#2|))) 122 (|has| (-385 |#2|) (-341))) (($ $ (-1 |#2| |#2|)) 190) (($ $ (-592 (-1092)) (-592 (-713))) 130 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-1092) (-713)) 131 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-592 (-1092))) 132 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-1092)) 133 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-713)) 135 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-213))) (-3944 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327)))) (($ $) 137 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-213))) (-3944 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327))))) (-2897 (((-632 (-385 |#2|)) (-1174 $) (-1 (-385 |#2|) (-385 |#2|))) 154 (|has| (-385 |#2|) (-341)))) (-2013 ((|#3|) 159)) (-3823 (($) 148 (|has| (-385 |#2|) (-327)))) (-2754 (((-1174 (-385 |#2|)) $ (-1174 $)) 50) (((-632 (-385 |#2|)) (-1174 $) (-1174 $)) 49) (((-1174 (-385 |#2|)) $) 66) (((-632 (-385 |#2|)) (-1174 $)) 65)) (-2069 (((-1174 (-385 |#2|)) $) 63) (($ (-1174 (-385 |#2|))) 62) ((|#3| $) 171) (($ |#3|) 157)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 145 (|has| (-385 |#2|) (-327)))) (-3924 (((-1174 $) (-1174 $)) 203)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 |#2|)) 37) (($ (-385 (-525))) 86 (-2067 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-968 (-385 (-525)))))) (($ $) 91 (|has| (-385 |#2|) (-341)))) (-1463 (($ $) 144 (|has| (-385 |#2|) (-327))) (((-3 $ "failed") $) 43 (|has| (-385 |#2|) (-136)))) (-3153 ((|#3| $) 45)) (-2448 (((-713)) 29)) (-2881 (((-108)) 216)) (-1461 (((-108) |#1|) 215) (((-108) |#2|) 214)) (-2103 (((-1174 $)) 67)) (-1571 (((-108) $ $) 95 (|has| (-385 |#2|) (-341)))) (-2951 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 184)) (-1940 (((-108)) 218)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 117 (|has| (-385 |#2|) (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-1 (-385 |#2|) (-385 |#2|)) (-713)) 125 (|has| (-385 |#2|) (-341))) (($ $ (-1 (-385 |#2|) (-385 |#2|))) 124 (|has| (-385 |#2|) (-341))) (($ $ (-592 (-1092)) (-592 (-713))) 126 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-1092) (-713)) 127 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-592 (-1092))) 128 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-1092)) 129 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) (-3944 (|has| (-385 |#2|) (-835 (-1092))) (|has| (-385 |#2|) (-341))))) (($ $ (-713)) 134 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-213))) (-3944 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327)))) (($ $) 136 (-2067 (-3944 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-213))) (-3944 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327))))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 121 (|has| (-385 |#2|) (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 118 (|has| (-385 |#2|) (-341)))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 |#2|)) 39) (($ (-385 |#2|) $) 38) (($ (-385 (-525)) $) 120 (|has| (-385 |#2|) (-341))) (($ $ (-385 (-525))) 119 (|has| (-385 |#2|) (-341)))))
-(((-320 |#1| |#2| |#3|) (-131) (-1132) (-1150 |t#1|) (-1150 (-385 |t#2|))) (T -320))
-((-1635 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-713)))) (-2173 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-713)))) (-1940 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1531 (*1 *2 *3 *3) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-2881 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1461 (*1 *2 *3) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1461 (*1 *2 *3) (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108)))) (-1910 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1428 (*1 *2 *3) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1428 (*1 *2 *3) (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108)))) (-1746 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1712 (*1 *2 *3) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1712 (*1 *2 *3) (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108)))) (-3295 (*1 *2) (-12 (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)))) (-1218 (*1 *2) (-12 (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)))) (-2570 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1991 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-3924 (*1 *2 *2) (-12 (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))))) (-3946 (*1 *2 *2) (-12 (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))))) (-1630 (*1 *2 *2) (-12 (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))))) (-2050 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))) (-1779 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))) (-1419 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))) (-1896 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))) (-2823 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-2 (|:| |num| (-1174 *4)) (|:| |den| *4))))) (-3652 (*1 *2 *1) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-2 (|:| |num| (-1174 *4)) (|:| |den| *4))))) (-2045 (*1 *1 *2 *3) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-1150 *4)) (-4 *4 (-1132)) (-4 *1 (-320 *4 *3 *5)) (-4 *5 (-1150 (-385 *3))))) (-1410 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-320 *4 *5 *6)) (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-5 *2 (-2 (|:| |num| (-632 *5)) (|:| |den| *5))))) (-1991 (*1 *2 *1 *3) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))) (-1991 (*1 *2 *1 *3) (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108)))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))))) (-2580 (*1 *1 *2 *3) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-1150 *4)) (-4 *4 (-1132)) (-4 *1 (-320 *4 *3 *5)) (-4 *5 (-1150 (-385 *3))))) (-3201 (*1 *1 *1) (-12 (-4 *1 (-320 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-1150 *2)) (-4 *4 (-1150 (-385 *3))))) (-3431 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-320 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-1150 *2)) (-4 *4 (-1150 (-385 *3))))) (-2981 (*1 *2) (|partial| -12 (-4 *1 (-320 *3 *2 *4)) (-4 *3 (-1132)) (-4 *4 (-1150 (-385 *2))) (-4 *2 (-1150 *3)))) (-3051 (*1 *2) (|partial| -12 (-4 *1 (-320 *3 *2 *4)) (-4 *3 (-1132)) (-4 *4 (-1150 (-385 *2))) (-4 *2 (-1150 *3)))) (-2951 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-1132)) (-4 *6 (-1150 (-385 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-320 *4 *5 *6)))) (-3024 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-4 *1 (-320 *4 *5 *6)) (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-4 *4 (-341)) (-5 *2 (-592 (-887 *4))))) (-2902 (*1 *2) (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))) (-4 *3 (-346)) (-5 *2 (-592 (-592 *3))))))
-(-13 (-667 (-385 |t#2|) |t#3|) (-10 -8 (-15 -1635 ((-713))) (-15 -2173 ((-713))) (-15 -1940 ((-108))) (-15 -1531 ((-108) |t#1| |t#1|)) (-15 -2881 ((-108))) (-15 -1461 ((-108) |t#1|)) (-15 -1461 ((-108) |t#2|)) (-15 -1910 ((-108))) (-15 -1428 ((-108) |t#1|)) (-15 -1428 ((-108) |t#2|)) (-15 -1746 ((-108))) (-15 -1712 ((-108) |t#1|)) (-15 -1712 ((-108) |t#2|)) (-15 -3295 ((-1174 $))) (-15 -1218 ((-1174 $))) (-15 -2570 ((-108) $)) (-15 -1991 ((-108) $)) (-15 -3924 ((-1174 $) (-1174 $))) (-15 -3946 ((-1174 $) (-1174 $))) (-15 -1630 ((-1174 $) (-1174 $))) (-15 -2050 ((-632 (-385 |t#2|)))) (-15 -1779 ((-632 (-385 |t#2|)))) (-15 -1419 ((-632 (-385 |t#2|)))) (-15 -1896 ((-632 (-385 |t#2|)))) (-15 -2823 ((-2 (|:| |num| (-1174 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -2580 ($ (-1174 |t#2|) |t#2|)) (-15 -3652 ((-2 (|:| |num| (-1174 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -2045 ($ (-1174 |t#2|) |t#2|)) (-15 -1410 ((-2 (|:| |num| (-632 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -1991 ((-108) $ |t#1|)) (-15 -1991 ((-108) $ |t#2|)) (-15 -2702 ($ $ (-1 |t#2| |t#2|))) (-15 -2580 ($ (-1174 |t#2|) |t#2|)) (-15 -3201 ($ $)) (-15 -3431 (|t#1| $ |t#1| |t#1|)) (-15 -2981 ((-3 |t#2| "failed"))) (-15 -3051 ((-3 |t#2| "failed"))) (-15 -2951 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-341)) (-15 -3024 ((-592 (-887 |t#1|)) (-1092))) |%noBranch|) (IF (|has| |t#1| (-346)) (-15 -2902 ((-592 (-592 |t#1|)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-37 #1=(-385 |#2|)) . T) ((-37 $) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-97) . T) ((-107 #0# #0#) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-107 #1# #1#) . T) ((-107 $ $) . T) ((-126) . T) ((-136) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-136))) ((-138) |has| (-385 |#2|) (-138)) ((-566 (-798)) . T) ((-160) . T) ((-567 |#3|) . T) ((-211 #1#) |has| (-385 |#2|) (-341)) ((-213) -2067 (|has| (-385 |#2|) (-327)) (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341)))) ((-223) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-269) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-286) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-341) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-380) |has| (-385 |#2|) (-327)) ((-346) -2067 (|has| (-385 |#2|) (-346)) (|has| (-385 |#2|) (-327))) ((-327) |has| (-385 |#2|) (-327)) ((-348 #1# |#3|) . T) ((-387 #1# |#3|) . T) ((-355 #1#) . T) ((-389 #1#) . T) ((-429) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-517) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-594 #0#) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-594 #1#) . T) ((-594 $) . T) ((-588 #1#) . T) ((-588 (-525)) |has| (-385 |#2|) (-588 (-525))) ((-660 #0#) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-660 #1#) . T) ((-660 $) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-667 #1# |#3|) . T) ((-669) . T) ((-835 (-1092)) -12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092)))) ((-855) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-968 (-385 (-525))) |has| (-385 |#2|) (-968 (-385 (-525)))) ((-968 #1#) . T) ((-968 (-525)) |has| (-385 |#2|) (-968 (-525))) ((-983 #0#) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))) ((-983 #1#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) |has| (-385 |#2|) (-327)) ((-1132) -2067 (|has| (-385 |#2|) (-327)) (|has| (-385 |#2|) (-341))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 (((-845 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| (-845 |#1|) (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| (-845 |#1|) (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-845 |#1|) "failed") $) NIL)) (-4105 (((-845 |#1|) $) NIL)) (-2580 (($ (-1174 (-845 |#1|))) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-845 |#1|) (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-845 |#1|) (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL (|has| (-845 |#1|) (-346)))) (-3920 (((-108) $) NIL (|has| (-845 |#1|) (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346)))) (($ $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| (-845 |#1|) (-346))) (((-775 (-856)) $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| (-845 |#1|) (-346)))) (-1890 (((-108) $) NIL (|has| (-845 |#1|) (-346)))) (-2704 (((-845 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| (-845 |#1|) (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 (-845 |#1|)) $) NIL) (((-1088 $) $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-3685 (((-856) $) NIL (|has| (-845 |#1|) (-346)))) (-4162 (((-1088 (-845 |#1|)) $) NIL (|has| (-845 |#1|) (-346)))) (-3955 (((-1088 (-845 |#1|)) $) NIL (|has| (-845 |#1|) (-346))) (((-3 (-1088 (-845 |#1|)) "failed") $ $) NIL (|has| (-845 |#1|) (-346)))) (-3323 (($ $ (-1088 (-845 |#1|))) NIL (|has| (-845 |#1|) (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-845 |#1|) (-346)) CONST)) (-1722 (($ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-1969 (((-892 (-1039))) NIL)) (-3817 (($) NIL (|has| (-845 |#1|) (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| (-845 |#1|) (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| (-845 |#1|) (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 (-845 |#1|))) NIL)) (-3823 (($) NIL (|has| (-845 |#1|) (-346)))) (-3911 (($) NIL (|has| (-845 |#1|) (-346)))) (-2754 (((-1174 (-845 |#1|)) $) NIL) (((-632 (-845 |#1|)) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| (-845 |#1|) (-346)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-845 |#1|)) NIL)) (-1463 (($ $) NIL (|has| (-845 |#1|) (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL) (((-1174 $) (-856)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-2401 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL) (($ $ (-845 |#1|)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ (-845 |#1|)) NIL) (($ (-845 |#1|) $) NIL)))
-(((-321 |#1| |#2|) (-13 (-307 (-845 |#1|)) (-10 -7 (-15 -1969 ((-892 (-1039)))))) (-856) (-856)) (T -321))
-((-1969 (*1 *2) (-12 (-5 *2 (-892 (-1039))) (-5 *1 (-321 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856)))))
-(-13 (-307 (-845 |#1|)) (-10 -7 (-15 -1969 ((-892 (-1039))))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 46)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) 43 (|has| |#1| (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 115)) (-4105 ((|#1| $) 86)) (-2580 (($ (-1174 |#1|)) 104)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 95 (|has| |#1| (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) 98 (|has| |#1| (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) 130 (|has| |#1| (-346)))) (-3920 (((-108) $) 49 (|has| |#1| (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) 47 (|has| |#1| (-346))) (((-775 (-856)) $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) 132 (|has| |#1| (-346)))) (-1890 (((-108) $) NIL (|has| |#1| (-346)))) (-2704 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 |#1|) $) 90) (((-1088 $) $ (-856)) NIL (|has| |#1| (-346)))) (-3685 (((-856) $) 140 (|has| |#1| (-346)))) (-4162 (((-1088 |#1|) $) NIL (|has| |#1| (-346)))) (-3955 (((-1088 |#1|) $) NIL (|has| |#1| (-346))) (((-3 (-1088 |#1|) "failed") $ $) NIL (|has| |#1| (-346)))) (-3323 (($ $ (-1088 |#1|)) NIL (|has| |#1| (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 147)) (-2948 (($) NIL (|has| |#1| (-346)) CONST)) (-1722 (($ (-856)) 71 (|has| |#1| (-346)))) (-2700 (((-108) $) 118)) (-3993 (((-1039) $) NIL)) (-1969 (((-892 (-1039))) 44)) (-3817 (($) 128 (|has| |#1| (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 93 (|has| |#1| (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) 67) (((-856)) 68)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) 131 (|has| |#1| (-346))) (((-3 (-713) "failed") $ $) 125 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 |#1|)) 96)) (-3823 (($) 129 (|has| |#1| (-346)))) (-3911 (($) 137 (|has| |#1| (-346)))) (-2754 (((-1174 |#1|) $) 59) (((-632 |#1|) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| |#1| (-346)))) (-4100 (((-798) $) 143) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) 75)) (-1463 (($ $) NIL (|has| |#1| (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) 139)) (-2103 (((-1174 $)) 117) (((-1174 $) (-856)) 73)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 32 T CONST)) (-3375 (($) 19 T CONST)) (-2363 (($ $) 81 (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2401 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2775 (((-108) $ $) 48)) (-2880 (($ $ $) 145) (($ $ |#1|) 146)) (-2871 (($ $) 127) (($ $ $) NIL)) (-2860 (($ $ $) 61)) (** (($ $ (-856)) 149) (($ $ (-713)) 150) (($ $ (-525)) 148)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 77) (($ $ $) 76) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 144)))
-(((-322 |#1| |#2|) (-13 (-307 |#1|) (-10 -7 (-15 -1969 ((-892 (-1039)))))) (-327) (-1088 |#1|)) (T -322))
-((-1969 (*1 *2) (-12 (-5 *2 (-892 (-1039))) (-5 *1 (-322 *3 *4)) (-4 *3 (-327)) (-14 *4 (-1088 *3)))))
-(-13 (-307 |#1|) (-10 -7 (-15 -1969 ((-892 (-1039))))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| |#1| (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-2580 (($ (-1174 |#1|)) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| |#1| (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL (|has| |#1| (-346)))) (-3920 (((-108) $) NIL (|has| |#1| (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| |#1| (-346))) (((-775 (-856)) $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| |#1| (-346)))) (-1890 (((-108) $) NIL (|has| |#1| (-346)))) (-2704 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 |#1|) $) NIL) (((-1088 $) $ (-856)) NIL (|has| |#1| (-346)))) (-3685 (((-856) $) NIL (|has| |#1| (-346)))) (-4162 (((-1088 |#1|) $) NIL (|has| |#1| (-346)))) (-3955 (((-1088 |#1|) $) NIL (|has| |#1| (-346))) (((-3 (-1088 |#1|) "failed") $ $) NIL (|has| |#1| (-346)))) (-3323 (($ $ (-1088 |#1|)) NIL (|has| |#1| (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| |#1| (-346)) CONST)) (-1722 (($ (-856)) NIL (|has| |#1| (-346)))) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-1969 (((-892 (-1039))) NIL)) (-3817 (($) NIL (|has| |#1| (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| |#1| (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| |#1| (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 |#1|)) NIL)) (-3823 (($) NIL (|has| |#1| (-346)))) (-3911 (($) NIL (|has| |#1| (-346)))) (-2754 (((-1174 |#1|) $) NIL) (((-632 |#1|) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| |#1| (-346)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) NIL)) (-1463 (($ $) NIL (|has| |#1| (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL) (((-1174 $) (-856)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2401 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-323 |#1| |#2|) (-13 (-307 |#1|) (-10 -7 (-15 -1969 ((-892 (-1039)))))) (-327) (-856)) (T -323))
-((-1969 (*1 *2) (-12 (-5 *2 (-892 (-1039))) (-5 *1 (-323 *3 *4)) (-4 *3 (-327)) (-14 *4 (-856)))))
-(-13 (-307 |#1|) (-10 -7 (-15 -1969 ((-892 (-1039))))))
-((-2333 (((-713) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039)))))) 42)) (-2101 (((-892 (-1039)) (-1088 |#1|)) 85)) (-3672 (((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) (-1088 |#1|)) 78)) (-3723 (((-632 |#1|) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039)))))) 86)) (-3140 (((-3 (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) "failed") (-856)) 13)) (-1538 (((-3 (-1088 |#1|) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039)))))) (-856)) 18)))
-(((-324 |#1|) (-10 -7 (-15 -2101 ((-892 (-1039)) (-1088 |#1|))) (-15 -3672 ((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) (-1088 |#1|))) (-15 -3723 ((-632 |#1|) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -2333 ((-713) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -3140 ((-3 (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) "failed") (-856))) (-15 -1538 ((-3 (-1088 |#1|) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039)))))) (-856)))) (-327)) (T -324))
-((-1538 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-3 (-1088 *4) (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039))))))) (-5 *1 (-324 *4)) (-4 *4 (-327)))) (-3140 (*1 *2 *3) (|partial| -12 (-5 *3 (-856)) (-5 *2 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039)))))) (-5 *1 (-324 *4)) (-4 *4 (-327)))) (-2333 (*1 *2 *3) (-12 (-5 *3 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039)))))) (-4 *4 (-327)) (-5 *2 (-713)) (-5 *1 (-324 *4)))) (-3723 (*1 *2 *3) (-12 (-5 *3 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039)))))) (-4 *4 (-327)) (-5 *2 (-632 *4)) (-5 *1 (-324 *4)))) (-3672 (*1 *2 *3) (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-5 *2 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039)))))) (-5 *1 (-324 *4)))) (-2101 (*1 *2 *3) (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-5 *2 (-892 (-1039))) (-5 *1 (-324 *4)))))
-(-10 -7 (-15 -2101 ((-892 (-1039)) (-1088 |#1|))) (-15 -3672 ((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) (-1088 |#1|))) (-15 -3723 ((-632 |#1|) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -2333 ((-713) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -3140 ((-3 (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) "failed") (-856))) (-15 -1538 ((-3 (-1088 |#1|) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039)))))) (-856))))
-((-4100 ((|#1| |#3|) 86) ((|#3| |#1|) 69)))
-(((-325 |#1| |#2| |#3|) (-10 -7 (-15 -4100 (|#3| |#1|)) (-15 -4100 (|#1| |#3|))) (-307 |#2|) (-327) (-307 |#2|)) (T -325))
-((-4100 (*1 *2 *3) (-12 (-4 *4 (-327)) (-4 *2 (-307 *4)) (-5 *1 (-325 *2 *4 *3)) (-4 *3 (-307 *4)))) (-4100 (*1 *2 *3) (-12 (-4 *4 (-327)) (-4 *2 (-307 *4)) (-5 *1 (-325 *3 *4 *2)) (-4 *3 (-307 *4)))))
-(-10 -7 (-15 -4100 (|#3| |#1|)) (-15 -4100 (|#1| |#3|)))
-((-3920 (((-108) $) 52)) (-4000 (((-775 (-856)) $) 21) (((-856) $) 53)) (-2878 (((-3 $ "failed") $) 16)) (-2948 (($) 9)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 94)) (-2043 (((-3 (-713) "failed") $ $) 72) (((-713) $) 61)) (-2702 (($ $ (-713)) NIL) (($ $) 8)) (-3823 (($) 46)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 34)) (-1463 (((-3 $ "failed") $) 40) (($ $) 39)))
-(((-326 |#1|) (-10 -8 (-15 -4000 ((-856) |#1|)) (-15 -2043 ((-713) |#1|)) (-15 -3920 ((-108) |#1|)) (-15 -3823 (|#1|)) (-15 -3739 ((-3 (-1174 |#1|) "failed") (-632 |#1|))) (-15 -1463 (|#1| |#1|)) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -2043 ((-3 (-713) "failed") |#1| |#1|)) (-15 -4000 ((-775 (-856)) |#1|)) (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|)))) (-327)) (T -326))
-NIL
-(-10 -8 (-15 -4000 ((-856) |#1|)) (-15 -2043 ((-713) |#1|)) (-15 -3920 ((-108) |#1|)) (-15 -3823 (|#1|)) (-15 -3739 ((-3 (-1174 |#1|) "failed") (-632 |#1|))) (-15 -1463 (|#1| |#1|)) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -2043 ((-3 (-713) "failed") |#1| |#1|)) (-15 -4000 ((-775 (-856)) |#1|)) (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3395 (((-1102 (-856) (-713)) (-525)) 93)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-1507 (((-108) $ $) 59)) (-1613 (((-713)) 103)) (-2475 (($) 17 T CONST)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 87)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1903 (($) 106)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-3932 (($) 91)) (-3920 (((-108) $) 90)) (-1339 (($ $) 79) (($ $ (-713)) 78)) (-1798 (((-108) $) 71)) (-4000 (((-775 (-856)) $) 81) (((-856) $) 88)) (-2278 (((-108) $) 31)) (-2878 (((-3 $ "failed") $) 102)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-3685 (((-856) $) 105)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-2948 (($) 101 T CONST)) (-1722 (($ (-856)) 104)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 94)) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-2043 (((-3 (-713) "failed") $ $) 80) (((-713) $) 89)) (-2702 (($ $ (-713)) 99) (($ $) 97)) (-3823 (($) 92)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 95)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65)) (-1463 (((-3 $ "failed") $) 82) (($ $) 96)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-713)) 100) (($ $) 98)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 64)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66)))
-(((-327) (-131)) (T -327))
-((-1463 (*1 *1 *1) (-4 *1 (-327))) (-3739 (*1 *2 *3) (|partial| -12 (-5 *3 (-632 *1)) (-4 *1 (-327)) (-5 *2 (-1174 *1)))) (-3901 (*1 *2) (-12 (-4 *1 (-327)) (-5 *2 (-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))))) (-3395 (*1 *2 *3) (-12 (-4 *1 (-327)) (-5 *3 (-525)) (-5 *2 (-1102 (-856) (-713))))) (-3823 (*1 *1) (-4 *1 (-327))) (-3932 (*1 *1) (-4 *1 (-327))) (-3920 (*1 *2 *1) (-12 (-4 *1 (-327)) (-5 *2 (-108)))) (-2043 (*1 *2 *1) (-12 (-4 *1 (-327)) (-5 *2 (-713)))) (-4000 (*1 *2 *1) (-12 (-4 *1 (-327)) (-5 *2 (-856)))) (-2928 (*1 *2) (-12 (-4 *1 (-327)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
-(-13 (-380) (-346) (-1068) (-213) (-10 -8 (-15 -1463 ($ $)) (-15 -3739 ((-3 (-1174 $) "failed") (-632 $))) (-15 -3901 ((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525)))))) (-15 -3395 ((-1102 (-856) (-713)) (-525))) (-15 -3823 ($)) (-15 -3932 ($)) (-15 -3920 ((-108) $)) (-15 -2043 ((-713) $)) (-15 -4000 ((-856) $)) (-15 -2928 ((-3 "prime" "polynomial" "normal" "cyclic")))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 $ $) . T) ((-126) . T) ((-136) . T) ((-566 (-798)) . T) ((-160) . T) ((-213) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-341) . T) ((-380) . T) ((-346) . T) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-983 #0#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) . T) ((-1132) . T))
-((-1794 (((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) |#1|) 53)) (-3295 (((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|)))) 51)))
-(((-328 |#1| |#2| |#3|) (-10 -7 (-15 -3295 ((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))))) (-15 -1794 ((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) |#1|))) (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))) (-1150 |#1|) (-387 |#1| |#2|)) (T -328))
-((-1794 (*1 *2 *3) (-12 (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *4 (-1150 *3)) (-5 *2 (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-632 *3)))) (-5 *1 (-328 *3 *4 *5)) (-4 *5 (-387 *3 *4)))) (-3295 (*1 *2) (-12 (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *4 (-1150 *3)) (-5 *2 (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-632 *3)))) (-5 *1 (-328 *3 *4 *5)) (-4 *5 (-387 *3 *4)))))
-(-10 -7 (-15 -3295 ((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))))) (-15 -1794 ((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 (((-845 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| (-845 |#1|) (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-2333 (((-713)) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| (-845 |#1|) (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-845 |#1|) "failed") $) NIL)) (-4105 (((-845 |#1|) $) NIL)) (-2580 (($ (-1174 (-845 |#1|))) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-845 |#1|) (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-845 |#1|) (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL (|has| (-845 |#1|) (-346)))) (-3920 (((-108) $) NIL (|has| (-845 |#1|) (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346)))) (($ $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| (-845 |#1|) (-346))) (((-775 (-856)) $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| (-845 |#1|) (-346)))) (-1890 (((-108) $) NIL (|has| (-845 |#1|) (-346)))) (-2704 (((-845 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| (-845 |#1|) (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 (-845 |#1|)) $) NIL) (((-1088 $) $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-3685 (((-856) $) NIL (|has| (-845 |#1|) (-346)))) (-4162 (((-1088 (-845 |#1|)) $) NIL (|has| (-845 |#1|) (-346)))) (-3955 (((-1088 (-845 |#1|)) $) NIL (|has| (-845 |#1|) (-346))) (((-3 (-1088 (-845 |#1|)) "failed") $ $) NIL (|has| (-845 |#1|) (-346)))) (-3323 (($ $ (-1088 (-845 |#1|))) NIL (|has| (-845 |#1|) (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-845 |#1|) (-346)) CONST)) (-1722 (($ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-3296 (((-1174 (-592 (-2 (|:| -2219 (-845 |#1|)) (|:| -1722 (-1039)))))) NIL)) (-4198 (((-632 (-845 |#1|))) NIL)) (-3817 (($) NIL (|has| (-845 |#1|) (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| (-845 |#1|) (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| (-845 |#1|) (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 (-845 |#1|))) NIL)) (-3823 (($) NIL (|has| (-845 |#1|) (-346)))) (-3911 (($) NIL (|has| (-845 |#1|) (-346)))) (-2754 (((-1174 (-845 |#1|)) $) NIL) (((-632 (-845 |#1|)) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| (-845 |#1|) (-346)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-845 |#1|)) NIL)) (-1463 (($ $) NIL (|has| (-845 |#1|) (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL) (((-1174 $) (-856)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-2401 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL) (($ $ (-845 |#1|)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ (-845 |#1|)) NIL) (($ (-845 |#1|) $) NIL)))
-(((-329 |#1| |#2|) (-13 (-307 (-845 |#1|)) (-10 -7 (-15 -3296 ((-1174 (-592 (-2 (|:| -2219 (-845 |#1|)) (|:| -1722 (-1039))))))) (-15 -4198 ((-632 (-845 |#1|)))) (-15 -2333 ((-713))))) (-856) (-856)) (T -329))
-((-3296 (*1 *2) (-12 (-5 *2 (-1174 (-592 (-2 (|:| -2219 (-845 *3)) (|:| -1722 (-1039)))))) (-5 *1 (-329 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856)))) (-4198 (*1 *2) (-12 (-5 *2 (-632 (-845 *3))) (-5 *1 (-329 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856)))) (-2333 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-329 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856)))))
-(-13 (-307 (-845 |#1|)) (-10 -7 (-15 -3296 ((-1174 (-592 (-2 (|:| -2219 (-845 |#1|)) (|:| -1722 (-1039))))))) (-15 -4198 ((-632 (-845 |#1|)))) (-15 -2333 ((-713)))))
-((-4087 (((-108) $ $) 62)) (-2414 (((-108) $) 75)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 ((|#1| $) 93) (($ $ (-856)) 91 (|has| |#1| (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) 149 (|has| |#1| (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-2333 (((-713)) 90)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) 163 (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 113)) (-4105 ((|#1| $) 92)) (-2580 (($ (-1174 |#1|)) 59)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 189 (|has| |#1| (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) 159 (|has| |#1| (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) 150 (|has| |#1| (-346)))) (-3920 (((-108) $) NIL (|has| |#1| (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| |#1| (-346))) (((-775 (-856)) $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) 99 (|has| |#1| (-346)))) (-1890 (((-108) $) 176 (|has| |#1| (-346)))) (-2704 ((|#1| $) 95) (($ $ (-856)) 94 (|has| |#1| (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 |#1|) $) 190) (((-1088 $) $ (-856)) NIL (|has| |#1| (-346)))) (-3685 (((-856) $) 135 (|has| |#1| (-346)))) (-4162 (((-1088 |#1|) $) 74 (|has| |#1| (-346)))) (-3955 (((-1088 |#1|) $) 71 (|has| |#1| (-346))) (((-3 (-1088 |#1|) "failed") $ $) 83 (|has| |#1| (-346)))) (-3323 (($ $ (-1088 |#1|)) 70 (|has| |#1| (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 193)) (-2948 (($) NIL (|has| |#1| (-346)) CONST)) (-1722 (($ (-856)) 138 (|has| |#1| (-346)))) (-2700 (((-108) $) 109)) (-3993 (((-1039) $) NIL)) (-3296 (((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039)))))) 84)) (-4198 (((-632 |#1|)) 88)) (-3817 (($) 97 (|has| |#1| (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 151 (|has| |#1| (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) 152)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| |#1| (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) 63)) (-2013 (((-1088 |#1|)) 153)) (-3823 (($) 134 (|has| |#1| (-346)))) (-3911 (($) NIL (|has| |#1| (-346)))) (-2754 (((-1174 |#1|) $) 107) (((-632 |#1|) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| |#1| (-346)))) (-4100 (((-798) $) 125) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) 58)) (-1463 (($ $) NIL (|has| |#1| (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) 157)) (-2103 (((-1174 $)) 173) (((-1174 $) (-856)) 102)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 30 T CONST)) (-3375 (($) 22 T CONST)) (-2363 (($ $) 108 (|has| |#1| (-346))) (($ $ (-713)) 100 (|has| |#1| (-346)))) (-2401 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2775 (((-108) $ $) 184)) (-2880 (($ $ $) 105) (($ $ |#1|) 106)) (-2871 (($ $) 178) (($ $ $) 182)) (-2860 (($ $ $) 180)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 139)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 187) (($ $ $) 143) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 104)))
-(((-330 |#1| |#2|) (-13 (-307 |#1|) (-10 -7 (-15 -3296 ((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -4198 ((-632 |#1|))) (-15 -2333 ((-713))))) (-327) (-3 (-1088 |#1|) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (T -330))
-((-3296 (*1 *2) (-12 (-5 *2 (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039)))))) (-5 *1 (-330 *3 *4)) (-4 *3 (-327)) (-14 *4 (-3 (-1088 *3) *2)))) (-4198 (*1 *2) (-12 (-5 *2 (-632 *3)) (-5 *1 (-330 *3 *4)) (-4 *3 (-327)) (-14 *4 (-3 (-1088 *3) (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039))))))))) (-2333 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-330 *3 *4)) (-4 *3 (-327)) (-14 *4 (-3 (-1088 *3) (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039))))))))))
-(-13 (-307 |#1|) (-10 -7 (-15 -3296 ((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -4198 ((-632 |#1|))) (-15 -2333 ((-713)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| |#1| (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-2333 (((-713)) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-2580 (($ (-1174 |#1|)) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| |#1| (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL (|has| |#1| (-346)))) (-3920 (((-108) $) NIL (|has| |#1| (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| |#1| (-346))) (((-775 (-856)) $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| |#1| (-346)))) (-1890 (((-108) $) NIL (|has| |#1| (-346)))) (-2704 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 |#1|) $) NIL) (((-1088 $) $ (-856)) NIL (|has| |#1| (-346)))) (-3685 (((-856) $) NIL (|has| |#1| (-346)))) (-4162 (((-1088 |#1|) $) NIL (|has| |#1| (-346)))) (-3955 (((-1088 |#1|) $) NIL (|has| |#1| (-346))) (((-3 (-1088 |#1|) "failed") $ $) NIL (|has| |#1| (-346)))) (-3323 (($ $ (-1088 |#1|)) NIL (|has| |#1| (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| |#1| (-346)) CONST)) (-1722 (($ (-856)) NIL (|has| |#1| (-346)))) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-3296 (((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039)))))) NIL)) (-4198 (((-632 |#1|)) NIL)) (-3817 (($) NIL (|has| |#1| (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| |#1| (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| |#1| (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 |#1|)) NIL)) (-3823 (($) NIL (|has| |#1| (-346)))) (-3911 (($) NIL (|has| |#1| (-346)))) (-2754 (((-1174 |#1|) $) NIL) (((-632 |#1|) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| |#1| (-346)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) NIL)) (-1463 (($ $) NIL (|has| |#1| (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL) (((-1174 $) (-856)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2401 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-331 |#1| |#2|) (-13 (-307 |#1|) (-10 -7 (-15 -3296 ((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -4198 ((-632 |#1|))) (-15 -2333 ((-713))))) (-327) (-856)) (T -331))
-((-3296 (*1 *2) (-12 (-5 *2 (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039)))))) (-5 *1 (-331 *3 *4)) (-4 *3 (-327)) (-14 *4 (-856)))) (-4198 (*1 *2) (-12 (-5 *2 (-632 *3)) (-5 *1 (-331 *3 *4)) (-4 *3 (-327)) (-14 *4 (-856)))) (-2333 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-331 *3 *4)) (-4 *3 (-327)) (-14 *4 (-856)))))
-(-13 (-307 |#1|) (-10 -7 (-15 -3296 ((-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))))) (-15 -4198 ((-632 |#1|))) (-15 -2333 ((-713)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 (((-845 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| (-845 |#1|) (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| (-845 |#1|) (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-845 |#1|) "failed") $) NIL)) (-4105 (((-845 |#1|) $) NIL)) (-2580 (($ (-1174 (-845 |#1|))) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-845 |#1|) (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-845 |#1|) (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL (|has| (-845 |#1|) (-346)))) (-3920 (((-108) $) NIL (|has| (-845 |#1|) (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346)))) (($ $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| (-845 |#1|) (-346))) (((-775 (-856)) $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| (-845 |#1|) (-346)))) (-1890 (((-108) $) NIL (|has| (-845 |#1|) (-346)))) (-2704 (((-845 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| (-845 |#1|) (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 (-845 |#1|)) $) NIL) (((-1088 $) $ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-3685 (((-856) $) NIL (|has| (-845 |#1|) (-346)))) (-4162 (((-1088 (-845 |#1|)) $) NIL (|has| (-845 |#1|) (-346)))) (-3955 (((-1088 (-845 |#1|)) $) NIL (|has| (-845 |#1|) (-346))) (((-3 (-1088 (-845 |#1|)) "failed") $ $) NIL (|has| (-845 |#1|) (-346)))) (-3323 (($ $ (-1088 (-845 |#1|))) NIL (|has| (-845 |#1|) (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-845 |#1|) (-346)) CONST)) (-1722 (($ (-856)) NIL (|has| (-845 |#1|) (-346)))) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-3817 (($) NIL (|has| (-845 |#1|) (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| (-845 |#1|) (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| (-845 |#1|) (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 (-845 |#1|))) NIL)) (-3823 (($) NIL (|has| (-845 |#1|) (-346)))) (-3911 (($) NIL (|has| (-845 |#1|) (-346)))) (-2754 (((-1174 (-845 |#1|)) $) NIL) (((-632 (-845 |#1|)) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| (-845 |#1|) (-346)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-845 |#1|)) NIL)) (-1463 (($ $) NIL (|has| (-845 |#1|) (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| (-845 |#1|) (-136)) (|has| (-845 |#1|) (-346))))) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL) (((-1174 $) (-856)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-2401 (($ $) NIL (|has| (-845 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-845 |#1|) (-346)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL) (($ $ (-845 |#1|)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ (-845 |#1|)) NIL) (($ (-845 |#1|) $) NIL)))
-(((-332 |#1| |#2|) (-307 (-845 |#1|)) (-856) (-856)) (T -332))
-NIL
-(-307 (-845 |#1|))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) 120 (|has| |#1| (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) 140 (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 93)) (-4105 ((|#1| $) 90)) (-2580 (($ (-1174 |#1|)) 85)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 117 (|has| |#1| (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) 82 (|has| |#1| (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) 42 (|has| |#1| (-346)))) (-3920 (((-108) $) NIL (|has| |#1| (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| |#1| (-346))) (((-775 (-856)) $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) 121 (|has| |#1| (-346)))) (-1890 (((-108) $) 74 (|has| |#1| (-346)))) (-2704 ((|#1| $) 39) (($ $ (-856)) 43 (|has| |#1| (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 |#1|) $) 65) (((-1088 $) $ (-856)) NIL (|has| |#1| (-346)))) (-3685 (((-856) $) 97 (|has| |#1| (-346)))) (-4162 (((-1088 |#1|) $) NIL (|has| |#1| (-346)))) (-3955 (((-1088 |#1|) $) NIL (|has| |#1| (-346))) (((-3 (-1088 |#1|) "failed") $ $) NIL (|has| |#1| (-346)))) (-3323 (($ $ (-1088 |#1|)) NIL (|has| |#1| (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| |#1| (-346)) CONST)) (-1722 (($ (-856)) 95 (|has| |#1| (-346)))) (-2700 (((-108) $) 142)) (-3993 (((-1039) $) NIL)) (-3817 (($) 36 (|has| |#1| (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 115 (|has| |#1| (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) 139)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| |#1| (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) 59)) (-2013 (((-1088 |#1|)) 88)) (-3823 (($) 126 (|has| |#1| (-346)))) (-3911 (($) NIL (|has| |#1| (-346)))) (-2754 (((-1174 |#1|) $) 53) (((-632 |#1|) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| |#1| (-346)))) (-4100 (((-798) $) 138) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) 87)) (-1463 (($ $) NIL (|has| |#1| (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) 144)) (-2103 (((-1174 $)) 109) (((-1174 $) (-856)) 49)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 111 T CONST)) (-3375 (($) 32 T CONST)) (-2363 (($ $) 68 (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2401 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2775 (((-108) $ $) 107)) (-2880 (($ $ $) 99) (($ $ |#1|) 100)) (-2871 (($ $) 80) (($ $ $) 105)) (-2860 (($ $ $) 103)) (** (($ $ (-856)) NIL) (($ $ (-713)) 44) (($ $ (-525)) 130)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 78) (($ $ $) 56) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 76)))
-(((-333 |#1| |#2|) (-307 |#1|) (-327) (-1088 |#1|)) (T -333))
-NIL
-(-307 |#1|)
-((-2984 ((|#1| (-1088 |#2|)) 52)))
-(((-334 |#1| |#2|) (-10 -7 (-15 -2984 (|#1| (-1088 |#2|)))) (-13 (-380) (-10 -7 (-15 -4100 (|#1| |#2|)) (-15 -3685 ((-856) |#1|)) (-15 -2103 ((-1174 |#1|) (-856))) (-15 -2363 (|#1| |#1|)))) (-327)) (T -334))
-((-2984 (*1 *2 *3) (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-4 *2 (-13 (-380) (-10 -7 (-15 -4100 (*2 *4)) (-15 -3685 ((-856) *2)) (-15 -2103 ((-1174 *2) (-856))) (-15 -2363 (*2 *2))))) (-5 *1 (-334 *2 *4)))))
-(-10 -7 (-15 -2984 (|#1| (-1088 |#2|))))
-((-1962 (((-892 (-1088 |#1|)) (-1088 |#1|)) 36)) (-1903 (((-1088 |#1|) (-856) (-856)) 113) (((-1088 |#1|) (-856)) 112)) (-3920 (((-108) (-1088 |#1|)) 84)) (-3703 (((-856) (-856)) 71)) (-2507 (((-856) (-856)) 74)) (-3693 (((-856) (-856)) 69)) (-1890 (((-108) (-1088 |#1|)) 88)) (-2630 (((-3 (-1088 |#1|) "failed") (-1088 |#1|)) 101)) (-1610 (((-3 (-1088 |#1|) "failed") (-1088 |#1|)) 104)) (-3388 (((-3 (-1088 |#1|) "failed") (-1088 |#1|)) 103)) (-4157 (((-3 (-1088 |#1|) "failed") (-1088 |#1|)) 102)) (-3930 (((-3 (-1088 |#1|) "failed") (-1088 |#1|)) 98)) (-3528 (((-1088 |#1|) (-1088 |#1|)) 62)) (-3249 (((-1088 |#1|) (-856)) 107)) (-3158 (((-1088 |#1|) (-856)) 110)) (-1247 (((-1088 |#1|) (-856)) 109)) (-3355 (((-1088 |#1|) (-856)) 108)) (-2677 (((-1088 |#1|) (-856)) 105)))
-(((-335 |#1|) (-10 -7 (-15 -3920 ((-108) (-1088 |#1|))) (-15 -1890 ((-108) (-1088 |#1|))) (-15 -3693 ((-856) (-856))) (-15 -3703 ((-856) (-856))) (-15 -2507 ((-856) (-856))) (-15 -2677 ((-1088 |#1|) (-856))) (-15 -3249 ((-1088 |#1|) (-856))) (-15 -3355 ((-1088 |#1|) (-856))) (-15 -1247 ((-1088 |#1|) (-856))) (-15 -3158 ((-1088 |#1|) (-856))) (-15 -3930 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -2630 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -4157 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -3388 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -1610 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -1903 ((-1088 |#1|) (-856))) (-15 -1903 ((-1088 |#1|) (-856) (-856))) (-15 -3528 ((-1088 |#1|) (-1088 |#1|))) (-15 -1962 ((-892 (-1088 |#1|)) (-1088 |#1|)))) (-327)) (T -335))
-((-1962 (*1 *2 *3) (-12 (-4 *4 (-327)) (-5 *2 (-892 (-1088 *4))) (-5 *1 (-335 *4)) (-5 *3 (-1088 *4)))) (-3528 (*1 *2 *2) (-12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))) (-1903 (*1 *2 *3 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4)) (-4 *4 (-327)))) (-1903 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4)) (-4 *4 (-327)))) (-1610 (*1 *2 *2) (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))) (-3388 (*1 *2 *2) (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))) (-4157 (*1 *2 *2) (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))) (-2630 (*1 *2 *2) (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))) (-3930 (*1 *2 *2) (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))) (-3158 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4)) (-4 *4 (-327)))) (-1247 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4)) (-4 *4 (-327)))) (-3355 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4)) (-4 *4 (-327)))) (-3249 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4)) (-4 *4 (-327)))) (-2677 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4)) (-4 *4 (-327)))) (-2507 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-335 *3)) (-4 *3 (-327)))) (-3703 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-335 *3)) (-4 *3 (-327)))) (-3693 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-335 *3)) (-4 *3 (-327)))) (-1890 (*1 *2 *3) (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-5 *2 (-108)) (-5 *1 (-335 *4)))) (-3920 (*1 *2 *3) (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-5 *2 (-108)) (-5 *1 (-335 *4)))))
-(-10 -7 (-15 -3920 ((-108) (-1088 |#1|))) (-15 -1890 ((-108) (-1088 |#1|))) (-15 -3693 ((-856) (-856))) (-15 -3703 ((-856) (-856))) (-15 -2507 ((-856) (-856))) (-15 -2677 ((-1088 |#1|) (-856))) (-15 -3249 ((-1088 |#1|) (-856))) (-15 -3355 ((-1088 |#1|) (-856))) (-15 -1247 ((-1088 |#1|) (-856))) (-15 -3158 ((-1088 |#1|) (-856))) (-15 -3930 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -2630 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -4157 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -3388 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -1610 ((-3 (-1088 |#1|) "failed") (-1088 |#1|))) (-15 -1903 ((-1088 |#1|) (-856))) (-15 -1903 ((-1088 |#1|) (-856) (-856))) (-15 -3528 ((-1088 |#1|) (-1088 |#1|))) (-15 -1962 ((-892 (-1088 |#1|)) (-1088 |#1|))))
-((-3373 (((-3 (-592 |#3|) "failed") (-592 |#3|) |#3|) 34)))
-(((-336 |#1| |#2| |#3|) (-10 -7 (-15 -3373 ((-3 (-592 |#3|) "failed") (-592 |#3|) |#3|))) (-327) (-1150 |#1|) (-1150 |#2|)) (T -336))
-((-3373 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-327)) (-5 *1 (-336 *4 *5 *3)))))
-(-10 -7 (-15 -3373 ((-3 (-592 |#3|) "failed") (-592 |#3|) |#3|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| |#1| (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-2580 (($ (-1174 |#1|)) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| |#1| (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL (|has| |#1| (-346)))) (-3920 (((-108) $) NIL (|has| |#1| (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| |#1| (-346))) (((-775 (-856)) $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| |#1| (-346)))) (-1890 (((-108) $) NIL (|has| |#1| (-346)))) (-2704 ((|#1| $) NIL) (($ $ (-856)) NIL (|has| |#1| (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 |#1|) $) NIL) (((-1088 $) $ (-856)) NIL (|has| |#1| (-346)))) (-3685 (((-856) $) NIL (|has| |#1| (-346)))) (-4162 (((-1088 |#1|) $) NIL (|has| |#1| (-346)))) (-3955 (((-1088 |#1|) $) NIL (|has| |#1| (-346))) (((-3 (-1088 |#1|) "failed") $ $) NIL (|has| |#1| (-346)))) (-3323 (($ $ (-1088 |#1|)) NIL (|has| |#1| (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| |#1| (-346)) CONST)) (-1722 (($ (-856)) NIL (|has| |#1| (-346)))) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-3817 (($) NIL (|has| |#1| (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| |#1| (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| |#1| (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 |#1|)) NIL)) (-3823 (($) NIL (|has| |#1| (-346)))) (-3911 (($) NIL (|has| |#1| (-346)))) (-2754 (((-1174 |#1|) $) NIL) (((-632 |#1|) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| |#1| (-346)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) NIL)) (-1463 (($ $) NIL (|has| |#1| (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL) (((-1174 $) (-856)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2401 (($ $) NIL (|has| |#1| (-346))) (($ $ (-713)) NIL (|has| |#1| (-346)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-337 |#1| |#2|) (-307 |#1|) (-327) (-856)) (T -337))
-NIL
-(-307 |#1|)
-((-1349 (((-108) (-592 (-887 |#1|))) 34)) (-1219 (((-592 (-887 |#1|)) (-592 (-887 |#1|))) 46)) (-3894 (((-3 (-592 (-887 |#1|)) "failed") (-592 (-887 |#1|))) 41)))
-(((-338 |#1| |#2|) (-10 -7 (-15 -1349 ((-108) (-592 (-887 |#1|)))) (-15 -3894 ((-3 (-592 (-887 |#1|)) "failed") (-592 (-887 |#1|)))) (-15 -1219 ((-592 (-887 |#1|)) (-592 (-887 |#1|))))) (-429) (-592 (-1092))) (T -338))
-((-1219 (*1 *2 *2) (-12 (-5 *2 (-592 (-887 *3))) (-4 *3 (-429)) (-5 *1 (-338 *3 *4)) (-14 *4 (-592 (-1092))))) (-3894 (*1 *2 *2) (|partial| -12 (-5 *2 (-592 (-887 *3))) (-4 *3 (-429)) (-5 *1 (-338 *3 *4)) (-14 *4 (-592 (-1092))))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-429)) (-5 *2 (-108)) (-5 *1 (-338 *4 *5)) (-14 *5 (-592 (-1092))))))
-(-10 -7 (-15 -1349 ((-108) (-592 (-887 |#1|)))) (-15 -3894 ((-3 (-592 (-887 |#1|)) "failed") (-592 (-887 |#1|)))) (-15 -1219 ((-592 (-887 |#1|)) (-592 (-887 |#1|)))))
-((-4087 (((-108) $ $) NIL)) (-1613 (((-713) $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) 15)) (-3538 ((|#1| $ (-525)) NIL)) (-2020 (((-525) $ (-525)) NIL)) (-1693 (($ (-1 |#1| |#1|) $) 32)) (-2447 (($ (-1 (-525) (-525)) $) 24)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 26)) (-3993 (((-1039) $) NIL)) (-2868 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-525)))) $) 28)) (-3055 (($ $ $) NIL)) (-1242 (($ $ $) NIL)) (-4100 (((-798) $) 38) (($ |#1|) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3375 (($) 9 T CONST)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL) (($ |#1| (-525)) 17)) (* (($ $ $) 43) (($ |#1| $) 21) (($ $ |#1|) 19)))
-(((-339 |#1|) (-13 (-450) (-968 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-525))) (-15 -1613 ((-713) $)) (-15 -2020 ((-525) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2447 ($ (-1 (-525) (-525)) $)) (-15 -1693 ($ (-1 |#1| |#1|) $)) (-15 -2868 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-525)))) $)))) (-1020)) (T -339))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-339 *2)) (-4 *2 (-1020)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-339 *2)) (-4 *2 (-1020)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-339 *2)) (-4 *2 (-1020)))) (-1613 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-339 *3)) (-4 *3 (-1020)))) (-2020 (*1 *2 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-339 *3)) (-4 *3 (-1020)))) (-3538 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-339 *2)) (-4 *2 (-1020)))) (-2447 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-525) (-525))) (-5 *1 (-339 *3)) (-4 *3 (-1020)))) (-1693 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-339 *3)))) (-2868 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 (-525))))) (-5 *1 (-339 *3)) (-4 *3 (-1020)))))
-(-13 (-450) (-968 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-525))) (-15 -1613 ((-713) $)) (-15 -2020 ((-525) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2447 ($ (-1 (-525) (-525)) $)) (-15 -1693 ($ (-1 |#1| |#1|) $)) (-15 -2868 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-525)))) $))))
-((-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 13)) (-2433 (($ $) 14)) (-3586 (((-396 $) $) 30)) (-1798 (((-108) $) 26)) (-1387 (($ $) 19)) (-2772 (($ $ $) 23) (($ (-592 $)) NIL)) (-4201 (((-396 $) $) 31)) (-1311 (((-3 $ "failed") $ $) 22)) (-1927 (((-713) $) 25)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 35)) (-1571 (((-108) $ $) 16)) (-2880 (($ $ $) 33)))
-(((-340 |#1|) (-10 -8 (-15 -2880 (|#1| |#1| |#1|)) (-15 -1387 (|#1| |#1|)) (-15 -1798 ((-108) |#1|)) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -2494 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -1927 ((-713) |#1|)) (-15 -2772 (|#1| (-592 |#1|))) (-15 -2772 (|#1| |#1| |#1|)) (-15 -1571 ((-108) |#1| |#1|)) (-15 -2433 (|#1| |#1|)) (-15 -4011 ((-2 (|:| -1509 |#1|) (|:| -4246 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|))) (-341)) (T -340))
-NIL
-(-10 -8 (-15 -2880 (|#1| |#1| |#1|)) (-15 -1387 (|#1| |#1|)) (-15 -1798 ((-108) |#1|)) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -2494 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -1927 ((-713) |#1|)) (-15 -2772 (|#1| (-592 |#1|))) (-15 -2772 (|#1| |#1| |#1|)) (-15 -1571 ((-108) |#1| |#1|)) (-15 -2433 (|#1| |#1|)) (-15 -4011 ((-2 (|:| -1509 |#1|) (|:| -4246 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-1507 (((-108) $ $) 59)) (-2475 (($) 17 T CONST)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1798 (((-108) $) 71)) (-2278 (((-108) $) 31)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 64)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66)))
-(((-341) (-131)) (T -341))
-((-2880 (*1 *1 *1 *1) (-4 *1 (-341))))
-(-13 (-286) (-1132) (-223) (-10 -8 (-15 -2880 ($ $ $)) (-6 -4257) (-6 -4251)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-983 #0#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T))
-((-4087 (((-108) $ $) 7)) (-2773 ((|#2| $ |#2|) 13)) (-2220 (($ $ (-1075)) 18)) (-1754 ((|#2| $) 14)) (-2046 (($ |#1|) 20) (($ |#1| (-1075)) 19)) (-2411 ((|#1| $) 16)) (-1289 (((-1075) $) 9)) (-4022 (((-1075) $) 15)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3267 (($ $) 17)) (-2775 (((-108) $ $) 6)))
-(((-342 |#1| |#2|) (-131) (-1020) (-1020)) (T -342))
-((-2046 (*1 *1 *2) (-12 (-4 *1 (-342 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-2046 (*1 *1 *2 *3) (-12 (-5 *3 (-1075)) (-4 *1 (-342 *2 *4)) (-4 *2 (-1020)) (-4 *4 (-1020)))) (-2220 (*1 *1 *1 *2) (-12 (-5 *2 (-1075)) (-4 *1 (-342 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-3267 (*1 *1 *1) (-12 (-4 *1 (-342 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-2411 (*1 *2 *1) (-12 (-4 *1 (-342 *2 *3)) (-4 *3 (-1020)) (-4 *2 (-1020)))) (-4022 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-5 *2 (-1075)))) (-1754 (*1 *2 *1) (-12 (-4 *1 (-342 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))) (-2773 (*1 *2 *1 *2) (-12 (-4 *1 (-342 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))))
-(-13 (-1020) (-10 -8 (-15 -2046 ($ |t#1|)) (-15 -2046 ($ |t#1| (-1075))) (-15 -2220 ($ $ (-1075))) (-15 -3267 ($ $)) (-15 -2411 (|t#1| $)) (-15 -4022 ((-1075) $)) (-15 -1754 (|t#2| $)) (-15 -2773 (|t#2| $ |t#2|))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2773 ((|#1| $ |#1|) 30)) (-2220 (($ $ (-1075)) 22)) (-4012 (((-3 |#1| "failed") $) 29)) (-1754 ((|#1| $) 27)) (-2046 (($ (-366)) 21) (($ (-366) (-1075)) 20)) (-2411 (((-366) $) 24)) (-1289 (((-1075) $) NIL)) (-4022 (((-1075) $) 25)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 19)) (-3267 (($ $) 23)) (-2775 (((-108) $ $) 18)))
-(((-343 |#1|) (-13 (-342 (-366) |#1|) (-10 -8 (-15 -4012 ((-3 |#1| "failed") $)))) (-1020)) (T -343))
-((-4012 (*1 *2 *1) (|partial| -12 (-5 *1 (-343 *2)) (-4 *2 (-1020)))))
-(-13 (-342 (-366) |#1|) (-10 -8 (-15 -4012 ((-3 |#1| "failed") $))))
-((-3551 (((-1174 (-632 |#2|)) (-1174 $)) 61)) (-2946 (((-632 |#2|) (-1174 $)) 120)) (-2126 ((|#2| $) 32)) (-4187 (((-632 |#2|) $ (-1174 $)) 123)) (-3322 (((-3 $ "failed") $) 75)) (-3447 ((|#2| $) 35)) (-4047 (((-1088 |#2|) $) 83)) (-3411 ((|#2| (-1174 $)) 106)) (-1521 (((-1088 |#2|) $) 28)) (-3838 (((-108)) 100)) (-2580 (($ (-1174 |#2|) (-1174 $)) 113)) (-3300 (((-3 $ "failed") $) 79)) (-3387 (((-108)) 95)) (-2634 (((-108)) 90)) (-2936 (((-108)) 53)) (-2713 (((-632 |#2|) (-1174 $)) 118)) (-3309 ((|#2| $) 31)) (-2222 (((-632 |#2|) $ (-1174 $)) 122)) (-3711 (((-3 $ "failed") $) 73)) (-3714 ((|#2| $) 34)) (-2357 (((-1088 |#2|) $) 82)) (-2623 ((|#2| (-1174 $)) 104)) (-2673 (((-1088 |#2|) $) 26)) (-3938 (((-108)) 99)) (-1780 (((-108)) 92)) (-1719 (((-108)) 51)) (-2490 (((-108)) 87)) (-1539 (((-108)) 101)) (-2754 (((-1174 |#2|) $ (-1174 $)) NIL) (((-632 |#2|) (-1174 $) (-1174 $)) 111)) (-1682 (((-108)) 97)) (-3974 (((-592 (-1174 |#2|))) 86)) (-1839 (((-108)) 98)) (-2453 (((-108)) 96)) (-1569 (((-108)) 46)) (-1886 (((-108)) 102)))
-(((-344 |#1| |#2|) (-10 -8 (-15 -4047 ((-1088 |#2|) |#1|)) (-15 -2357 ((-1088 |#2|) |#1|)) (-15 -3974 ((-592 (-1174 |#2|)))) (-15 -3322 ((-3 |#1| "failed") |#1|)) (-15 -3711 ((-3 |#1| "failed") |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 -2634 ((-108))) (-15 -1780 ((-108))) (-15 -3387 ((-108))) (-15 -1719 ((-108))) (-15 -2936 ((-108))) (-15 -2490 ((-108))) (-15 -1886 ((-108))) (-15 -1539 ((-108))) (-15 -3838 ((-108))) (-15 -3938 ((-108))) (-15 -1569 ((-108))) (-15 -1839 ((-108))) (-15 -2453 ((-108))) (-15 -1682 ((-108))) (-15 -1521 ((-1088 |#2|) |#1|)) (-15 -2673 ((-1088 |#2|) |#1|)) (-15 -2946 ((-632 |#2|) (-1174 |#1|))) (-15 -2713 ((-632 |#2|) (-1174 |#1|))) (-15 -3411 (|#2| (-1174 |#1|))) (-15 -2623 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -3447 (|#2| |#1|)) (-15 -3714 (|#2| |#1|)) (-15 -2126 (|#2| |#1|)) (-15 -3309 (|#2| |#1|)) (-15 -4187 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -2222 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -3551 ((-1174 (-632 |#2|)) (-1174 |#1|)))) (-345 |#2|) (-160)) (T -344))
-((-1682 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-2453 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-1839 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-1569 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-3938 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-3838 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-1539 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-1886 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-2490 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-2936 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-1719 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-3387 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-1780 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-2634 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))) (-3974 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-592 (-1174 *4))) (-5 *1 (-344 *3 *4)) (-4 *3 (-345 *4)))))
-(-10 -8 (-15 -4047 ((-1088 |#2|) |#1|)) (-15 -2357 ((-1088 |#2|) |#1|)) (-15 -3974 ((-592 (-1174 |#2|)))) (-15 -3322 ((-3 |#1| "failed") |#1|)) (-15 -3711 ((-3 |#1| "failed") |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 -2634 ((-108))) (-15 -1780 ((-108))) (-15 -3387 ((-108))) (-15 -1719 ((-108))) (-15 -2936 ((-108))) (-15 -2490 ((-108))) (-15 -1886 ((-108))) (-15 -1539 ((-108))) (-15 -3838 ((-108))) (-15 -3938 ((-108))) (-15 -1569 ((-108))) (-15 -1839 ((-108))) (-15 -2453 ((-108))) (-15 -1682 ((-108))) (-15 -1521 ((-1088 |#2|) |#1|)) (-15 -2673 ((-1088 |#2|) |#1|)) (-15 -2946 ((-632 |#2|) (-1174 |#1|))) (-15 -2713 ((-632 |#2|) (-1174 |#1|))) (-15 -3411 (|#2| (-1174 |#1|))) (-15 -2623 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -3447 (|#2| |#1|)) (-15 -3714 (|#2| |#1|)) (-15 -2126 (|#2| |#1|)) (-15 -3309 (|#2| |#1|)) (-15 -4187 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -2222 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -3551 ((-1174 (-632 |#2|)) (-1174 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1509 (((-3 $ "failed")) 37 (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) 19)) (-3551 (((-1174 (-632 |#1|)) (-1174 $)) 78)) (-3651 (((-1174 $)) 81)) (-2475 (($) 17 T CONST)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) 40 (|has| |#1| (-517)))) (-2394 (((-3 $ "failed")) 38 (|has| |#1| (-517)))) (-2946 (((-632 |#1|) (-1174 $)) 65)) (-2126 ((|#1| $) 74)) (-4187 (((-632 |#1|) $ (-1174 $)) 76)) (-3322 (((-3 $ "failed") $) 45 (|has| |#1| (-517)))) (-1488 (($ $ (-856)) 28)) (-3447 ((|#1| $) 72)) (-4047 (((-1088 |#1|) $) 42 (|has| |#1| (-517)))) (-3411 ((|#1| (-1174 $)) 67)) (-1521 (((-1088 |#1|) $) 63)) (-3838 (((-108)) 57)) (-2580 (($ (-1174 |#1|) (-1174 $)) 69)) (-3300 (((-3 $ "failed") $) 47 (|has| |#1| (-517)))) (-3085 (((-856)) 80)) (-1822 (((-108)) 54)) (-2156 (($ $ (-856)) 33)) (-3387 (((-108)) 50)) (-2634 (((-108)) 48)) (-2936 (((-108)) 52)) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) 41 (|has| |#1| (-517)))) (-2542 (((-3 $ "failed")) 39 (|has| |#1| (-517)))) (-2713 (((-632 |#1|) (-1174 $)) 66)) (-3309 ((|#1| $) 75)) (-2222 (((-632 |#1|) $ (-1174 $)) 77)) (-3711 (((-3 $ "failed") $) 46 (|has| |#1| (-517)))) (-2486 (($ $ (-856)) 29)) (-3714 ((|#1| $) 73)) (-2357 (((-1088 |#1|) $) 43 (|has| |#1| (-517)))) (-2623 ((|#1| (-1174 $)) 68)) (-2673 (((-1088 |#1|) $) 64)) (-3938 (((-108)) 58)) (-1289 (((-1075) $) 9)) (-1780 (((-108)) 49)) (-1719 (((-108)) 51)) (-2490 (((-108)) 53)) (-3993 (((-1039) $) 10)) (-1539 (((-108)) 56)) (-2754 (((-1174 |#1|) $ (-1174 $)) 71) (((-632 |#1|) (-1174 $) (-1174 $)) 70)) (-3600 (((-592 (-887 |#1|)) (-1174 $)) 79)) (-1242 (($ $ $) 25)) (-1682 (((-108)) 62)) (-4100 (((-798) $) 11)) (-3974 (((-592 (-1174 |#1|))) 44 (|has| |#1| (-517)))) (-3133 (($ $ $ $) 26)) (-1839 (((-108)) 60)) (-4148 (($ $ $) 24)) (-2453 (((-108)) 61)) (-1569 (((-108)) 59)) (-1886 (((-108)) 55)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 30)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
-(((-345 |#1|) (-131) (-160)) (T -345))
-((-3651 (*1 *2) (-12 (-4 *3 (-160)) (-5 *2 (-1174 *1)) (-4 *1 (-345 *3)))) (-3085 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-856)))) (-3600 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-592 (-887 *4))))) (-3551 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-1174 (-632 *4))))) (-2222 (*1 *2 *1 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-632 *4)))) (-4187 (*1 *2 *1 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-632 *4)))) (-3309 (*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))) (-2126 (*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))) (-3714 (*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))) (-3447 (*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))) (-2754 (*1 *2 *1 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-1174 *4)))) (-2754 (*1 *2 *3 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-632 *4)))) (-2580 (*1 *1 *2 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-1174 *1)) (-4 *4 (-160)) (-4 *1 (-345 *4)))) (-2623 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *2)) (-4 *2 (-160)))) (-3411 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *2)) (-4 *2 (-160)))) (-2713 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-632 *4)))) (-2946 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160)) (-5 *2 (-632 *4)))) (-2673 (*1 *2 *1) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-1088 *3)))) (-1521 (*1 *2 *1) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-1088 *3)))) (-1682 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-2453 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-1839 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-1569 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-3938 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-3838 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-1539 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-1886 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-1822 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-2490 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-2936 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-1719 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-3387 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-1780 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-2634 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))) (-3300 (*1 *1 *1) (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-160)) (-4 *2 (-517)))) (-3711 (*1 *1 *1) (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-160)) (-4 *2 (-517)))) (-3322 (*1 *1 *1) (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-160)) (-4 *2 (-517)))) (-3974 (*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-4 *3 (-517)) (-5 *2 (-592 (-1174 *3))))) (-2357 (*1 *2 *1) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-4 *3 (-517)) (-5 *2 (-1088 *3)))) (-4047 (*1 *2 *1) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-4 *3 (-517)) (-5 *2 (-1088 *3)))) (-2661 (*1 *2) (|partial| -12 (-4 *3 (-517)) (-4 *3 (-160)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2103 (-592 *1)))) (-4 *1 (-345 *3)))) (-3734 (*1 *2) (|partial| -12 (-4 *3 (-517)) (-4 *3 (-160)) (-5 *2 (-2 (|:| |particular| *1) (|:| -2103 (-592 *1)))) (-4 *1 (-345 *3)))) (-2542 (*1 *1) (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-517)) (-4 *2 (-160)))) (-2394 (*1 *1) (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-517)) (-4 *2 (-160)))) (-1509 (*1 *1) (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-517)) (-4 *2 (-160)))))
-(-13 (-687 |t#1|) (-10 -8 (-15 -3651 ((-1174 $))) (-15 -3085 ((-856))) (-15 -3600 ((-592 (-887 |t#1|)) (-1174 $))) (-15 -3551 ((-1174 (-632 |t#1|)) (-1174 $))) (-15 -2222 ((-632 |t#1|) $ (-1174 $))) (-15 -4187 ((-632 |t#1|) $ (-1174 $))) (-15 -3309 (|t#1| $)) (-15 -2126 (|t#1| $)) (-15 -3714 (|t#1| $)) (-15 -3447 (|t#1| $)) (-15 -2754 ((-1174 |t#1|) $ (-1174 $))) (-15 -2754 ((-632 |t#1|) (-1174 $) (-1174 $))) (-15 -2580 ($ (-1174 |t#1|) (-1174 $))) (-15 -2623 (|t#1| (-1174 $))) (-15 -3411 (|t#1| (-1174 $))) (-15 -2713 ((-632 |t#1|) (-1174 $))) (-15 -2946 ((-632 |t#1|) (-1174 $))) (-15 -2673 ((-1088 |t#1|) $)) (-15 -1521 ((-1088 |t#1|) $)) (-15 -1682 ((-108))) (-15 -2453 ((-108))) (-15 -1839 ((-108))) (-15 -1569 ((-108))) (-15 -3938 ((-108))) (-15 -3838 ((-108))) (-15 -1539 ((-108))) (-15 -1886 ((-108))) (-15 -1822 ((-108))) (-15 -2490 ((-108))) (-15 -2936 ((-108))) (-15 -1719 ((-108))) (-15 -3387 ((-108))) (-15 -1780 ((-108))) (-15 -2634 ((-108))) (IF (|has| |t#1| (-517)) (PROGN (-15 -3300 ((-3 $ "failed") $)) (-15 -3711 ((-3 $ "failed") $)) (-15 -3322 ((-3 $ "failed") $)) (-15 -3974 ((-592 (-1174 |t#1|)))) (-15 -2357 ((-1088 |t#1|) $)) (-15 -4047 ((-1088 |t#1|) $)) (-15 -2661 ((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed"))) (-15 -3734 ((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed"))) (-15 -2542 ((-3 $ "failed"))) (-15 -2394 ((-3 $ "failed"))) (-15 -1509 ((-3 $ "failed"))) (-6 -4256)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-660 |#1|) . T) ((-663) . T) ((-687 |#1|) . T) ((-704) . T) ((-983 |#1|) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 7)) (-1613 (((-713)) 16)) (-1903 (($) 13)) (-3685 (((-856) $) 14)) (-1289 (((-1075) $) 9)) (-1722 (($ (-856)) 15)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)))
-(((-346) (-131)) (T -346))
-((-1613 (*1 *2) (-12 (-4 *1 (-346)) (-5 *2 (-713)))) (-1722 (*1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-346)))) (-3685 (*1 *2 *1) (-12 (-4 *1 (-346)) (-5 *2 (-856)))) (-1903 (*1 *1) (-4 *1 (-346))))
-(-13 (-1020) (-10 -8 (-15 -1613 ((-713))) (-15 -1722 ($ (-856))) (-15 -3685 ((-856) $)) (-15 -1903 ($))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-3855 (((-632 |#2|) (-1174 $)) 41)) (-2580 (($ (-1174 |#2|) (-1174 $)) 35)) (-1588 (((-632 |#2|) $ (-1174 $)) 43)) (-4115 ((|#2| (-1174 $)) 13)) (-2754 (((-1174 |#2|) $ (-1174 $)) NIL) (((-632 |#2|) (-1174 $) (-1174 $)) 25)))
-(((-347 |#1| |#2| |#3|) (-10 -8 (-15 -3855 ((-632 |#2|) (-1174 |#1|))) (-15 -4115 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -1588 ((-632 |#2|) |#1| (-1174 |#1|)))) (-348 |#2| |#3|) (-160) (-1150 |#2|)) (T -347))
-NIL
-(-10 -8 (-15 -3855 ((-632 |#2|) (-1174 |#1|))) (-15 -4115 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -1588 ((-632 |#2|) |#1| (-1174 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3855 (((-632 |#1|) (-1174 $)) 46)) (-2924 ((|#1| $) 52)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-2580 (($ (-1174 |#1|) (-1174 $)) 48)) (-1588 (((-632 |#1|) $ (-1174 $)) 53)) (-3300 (((-3 $ "failed") $) 34)) (-3085 (((-856)) 54)) (-2278 (((-108) $) 31)) (-2704 ((|#1| $) 51)) (-2021 ((|#2| $) 44 (|has| |#1| (-341)))) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4115 ((|#1| (-1174 $)) 47)) (-2754 (((-1174 |#1|) $ (-1174 $)) 50) (((-632 |#1|) (-1174 $) (-1174 $)) 49)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 37)) (-1463 (((-3 $ "failed") $) 43 (|has| |#1| (-136)))) (-3153 ((|#2| $) 45)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
-(((-348 |#1| |#2|) (-131) (-160) (-1150 |t#1|)) (T -348))
-((-3085 (*1 *2) (-12 (-4 *1 (-348 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3)) (-5 *2 (-856)))) (-1588 (*1 *2 *1 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-632 *4)))) (-2924 (*1 *2 *1) (-12 (-4 *1 (-348 *2 *3)) (-4 *3 (-1150 *2)) (-4 *2 (-160)))) (-2704 (*1 *2 *1) (-12 (-4 *1 (-348 *2 *3)) (-4 *3 (-1150 *2)) (-4 *2 (-160)))) (-2754 (*1 *2 *1 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-1174 *4)))) (-2754 (*1 *2 *3 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-632 *4)))) (-2580 (*1 *1 *2 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-1174 *1)) (-4 *4 (-160)) (-4 *1 (-348 *4 *5)) (-4 *5 (-1150 *4)))) (-4115 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *2 *4)) (-4 *4 (-1150 *2)) (-4 *2 (-160)))) (-3855 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-632 *4)))) (-3153 (*1 *2 *1) (-12 (-4 *1 (-348 *3 *2)) (-4 *3 (-160)) (-4 *2 (-1150 *3)))) (-2021 (*1 *2 *1) (-12 (-4 *1 (-348 *3 *2)) (-4 *3 (-160)) (-4 *3 (-341)) (-4 *2 (-1150 *3)))))
-(-13 (-37 |t#1|) (-10 -8 (-15 -3085 ((-856))) (-15 -1588 ((-632 |t#1|) $ (-1174 $))) (-15 -2924 (|t#1| $)) (-15 -2704 (|t#1| $)) (-15 -2754 ((-1174 |t#1|) $ (-1174 $))) (-15 -2754 ((-632 |t#1|) (-1174 $) (-1174 $))) (-15 -2580 ($ (-1174 |t#1|) (-1174 $))) (-15 -4115 (|t#1| (-1174 $))) (-15 -3855 ((-632 |t#1|) (-1174 $))) (-15 -3153 (|t#2| $)) (IF (|has| |t#1| (-341)) (-15 -2021 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-136)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) . T) ((-669) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2159 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 23)) (-3504 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 15)) (-2016 ((|#4| (-1 |#3| |#1|) |#2|) 21)))
-(((-349 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3504 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2159 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1128) (-351 |#1|) (-1128) (-351 |#3|)) (T -349))
-((-2159 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1128)) (-4 *5 (-1128)) (-4 *2 (-351 *5)) (-5 *1 (-349 *6 *4 *5 *2)) (-4 *4 (-351 *6)))) (-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1128)) (-4 *2 (-1128)) (-5 *1 (-349 *5 *4 *2 *6)) (-4 *4 (-351 *5)) (-4 *6 (-351 *2)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-4 *2 (-351 *6)) (-5 *1 (-349 *5 *4 *6 *2)) (-4 *4 (-351 *5)))))
-(-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3504 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2159 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-2358 (((-108) (-1 (-108) |#2| |#2|) $) NIL) (((-108) $) 18)) (-2436 (($ (-1 (-108) |#2| |#2|) $) NIL) (($ $) 28)) (-1842 (($ (-1 (-108) |#2| |#2|) $) 27) (($ $) 22)) (-1652 (($ $) 25)) (-3856 (((-525) (-1 (-108) |#2|) $) NIL) (((-525) |#2| $) 11) (((-525) |#2| $ (-525)) NIL)) (-3212 (($ (-1 (-108) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
-(((-350 |#1| |#2|) (-10 -8 (-15 -2436 (|#1| |#1|)) (-15 -2436 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -2358 ((-108) |#1|)) (-15 -1842 (|#1| |#1|)) (-15 -3212 (|#1| |#1| |#1|)) (-15 -3856 ((-525) |#2| |#1| (-525))) (-15 -3856 ((-525) |#2| |#1|)) (-15 -3856 ((-525) (-1 (-108) |#2|) |#1|)) (-15 -2358 ((-108) (-1 (-108) |#2| |#2|) |#1|)) (-15 -1842 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -1652 (|#1| |#1|)) (-15 -3212 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|))) (-351 |#2|) (-1128)) (T -350))
-NIL
-(-10 -8 (-15 -2436 (|#1| |#1|)) (-15 -2436 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -2358 ((-108) |#1|)) (-15 -1842 (|#1| |#1|)) (-15 -3212 (|#1| |#1| |#1|)) (-15 -3856 ((-525) |#2| |#1| (-525))) (-15 -3856 ((-525) |#2| |#1|)) (-15 -3856 ((-525) (-1 (-108) |#2|) |#1|)) (-15 -2358 ((-108) (-1 (-108) |#2| |#2|) |#1|)) (-15 -1842 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -1652 (|#1| |#1|)) (-15 -3212 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) 98) (((-108) $) 92 (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) 89 (|has| $ (-6 -4260))) (($ $) 88 (-12 (|has| |#1| (-789)) (|has| $ (-6 -4260))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#1| $ (-525) |#1|) 52 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 58 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-2670 (($ $) 90 (|has| $ (-6 -4260)))) (-1652 (($ $) 100)) (-1681 (($ $) 78 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#1| $) 77 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 74 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 51)) (-3856 (((-525) (-1 (-108) |#1|) $) 97) (((-525) |#1| $) 96 (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) 95 (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3033 (($ $ $) 87 (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-1609 (($ $ $) 86 (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 42 (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 71)) (-3453 (($ $ |#1|) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) |#1|) 50) ((|#1| $ (-525)) 49) (($ $ (-1141 (-525))) 63)) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3632 (($ $ $ (-525)) 91 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 70)) (-2035 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) 84 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 83 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2817 (((-108) $ $) 85 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 82 (|has| |#1| (-789)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-351 |#1|) (-131) (-1128)) (T -351))
-((-3212 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-108) *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1128)))) (-1652 (*1 *1 *1) (-12 (-4 *1 (-351 *2)) (-4 *2 (-1128)))) (-1842 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1128)))) (-2358 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *1 (-351 *4)) (-4 *4 (-1128)) (-5 *2 (-108)))) (-3856 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-108) *4)) (-4 *1 (-351 *4)) (-4 *4 (-1128)) (-5 *2 (-525)))) (-3856 (*1 *2 *3 *1) (-12 (-4 *1 (-351 *3)) (-4 *3 (-1128)) (-4 *3 (-1020)) (-5 *2 (-525)))) (-3856 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-351 *3)) (-4 *3 (-1128)) (-4 *3 (-1020)))) (-3212 (*1 *1 *1 *1) (-12 (-4 *1 (-351 *2)) (-4 *2 (-1128)) (-4 *2 (-789)))) (-1842 (*1 *1 *1) (-12 (-4 *1 (-351 *2)) (-4 *2 (-1128)) (-4 *2 (-789)))) (-2358 (*1 *2 *1) (-12 (-4 *1 (-351 *3)) (-4 *3 (-1128)) (-4 *3 (-789)) (-5 *2 (-108)))) (-3632 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-525)) (|has| *1 (-6 -4260)) (-4 *1 (-351 *3)) (-4 *3 (-1128)))) (-2670 (*1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-351 *2)) (-4 *2 (-1128)))) (-2436 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3 *3)) (|has| *1 (-6 -4260)) (-4 *1 (-351 *3)) (-4 *3 (-1128)))) (-2436 (*1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-351 *2)) (-4 *2 (-1128)) (-4 *2 (-789)))))
-(-13 (-597 |t#1|) (-10 -8 (-6 -4259) (-15 -3212 ($ (-1 (-108) |t#1| |t#1|) $ $)) (-15 -1652 ($ $)) (-15 -1842 ($ (-1 (-108) |t#1| |t#1|) $)) (-15 -2358 ((-108) (-1 (-108) |t#1| |t#1|) $)) (-15 -3856 ((-525) (-1 (-108) |t#1|) $)) (IF (|has| |t#1| (-1020)) (PROGN (-15 -3856 ((-525) |t#1| $)) (-15 -3856 ((-525) |t#1| $ (-525)))) |%noBranch|) (IF (|has| |t#1| (-789)) (PROGN (-6 (-789)) (-15 -3212 ($ $ $)) (-15 -1842 ($ $)) (-15 -2358 ((-108) $))) |%noBranch|) (IF (|has| $ (-6 -4260)) (PROGN (-15 -3632 ($ $ $ (-525))) (-15 -2670 ($ $)) (-15 -2436 ($ (-1 (-108) |t#1| |t#1|) $)) (IF (|has| |t#1| (-789)) (-15 -2436 ($ $)) |%noBranch|)) |%noBranch|)))
-(((-33) . T) ((-97) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-789) |has| |#1| (-789)) ((-1020) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-1128) . T))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2668 (((-592 |#1|) $) 32)) (-4107 (($ $ (-713)) 33)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3976 (((-1196 |#1| |#2|) (-1196 |#1| |#2|) $) 36)) (-4064 (($ $) 34)) (-1225 (((-1196 |#1| |#2|) (-1196 |#1| |#2|) $) 37)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-2825 (($ $ |#1| $) 31) (($ $ (-592 |#1|) (-592 $)) 30)) (-3529 (((-713) $) 38)) (-4114 (($ $ $) 29)) (-4100 (((-798) $) 11) (($ |#1|) 41) (((-1187 |#1| |#2|) $) 40) (((-1196 |#1| |#2|) $) 39)) (-2681 ((|#2| (-1196 |#1| |#2|) $) 42)) (-3364 (($) 18 T CONST)) (-4200 (($ (-617 |#1|)) 35)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#2|) 28 (|has| |#2| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#2| $) 23) (($ $ |#2|) 26)))
-(((-352 |#1| |#2|) (-131) (-789) (-160)) (T -352))
-((-2681 (*1 *2 *3 *1) (-12 (-5 *3 (-1196 *4 *2)) (-4 *1 (-352 *4 *2)) (-4 *4 (-789)) (-4 *2 (-160)))) (-4100 (*1 *1 *2) (-12 (-4 *1 (-352 *2 *3)) (-4 *2 (-789)) (-4 *3 (-160)))) (-4100 (*1 *2 *1) (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)) (-5 *2 (-1187 *3 *4)))) (-4100 (*1 *2 *1) (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)) (-5 *2 (-1196 *3 *4)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)) (-5 *2 (-713)))) (-1225 (*1 *2 *2 *1) (-12 (-5 *2 (-1196 *3 *4)) (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)))) (-3976 (*1 *2 *2 *1) (-12 (-5 *2 (-1196 *3 *4)) (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)))) (-4200 (*1 *1 *2) (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-4 *1 (-352 *3 *4)) (-4 *4 (-160)))) (-4064 (*1 *1 *1) (-12 (-4 *1 (-352 *2 *3)) (-4 *2 (-789)) (-4 *3 (-160)))) (-4107 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)))) (-2668 (*1 *2 *1) (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)) (-5 *2 (-592 *3)))) (-2825 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-352 *2 *3)) (-4 *2 (-789)) (-4 *3 (-160)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 *1)) (-4 *1 (-352 *4 *5)) (-4 *4 (-789)) (-4 *5 (-160)))))
-(-13 (-583 |t#2|) (-10 -8 (-15 -2681 (|t#2| (-1196 |t#1| |t#2|) $)) (-15 -4100 ($ |t#1|)) (-15 -4100 ((-1187 |t#1| |t#2|) $)) (-15 -4100 ((-1196 |t#1| |t#2|) $)) (-15 -3529 ((-713) $)) (-15 -1225 ((-1196 |t#1| |t#2|) (-1196 |t#1| |t#2|) $)) (-15 -3976 ((-1196 |t#1| |t#2|) (-1196 |t#1| |t#2|) $)) (-15 -4200 ($ (-617 |t#1|))) (-15 -4064 ($ $)) (-15 -4107 ($ $ (-713))) (-15 -2668 ((-592 |t#1|) $)) (-15 -2825 ($ $ |t#1| $)) (-15 -2825 ($ $ (-592 |t#1|) (-592 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#2| |#2|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#2|) . T) ((-583 |#2|) . T) ((-660 |#2|) . T) ((-983 |#2|) . T) ((-1020) . T))
-((-3344 ((|#2| (-1 (-108) |#1| |#1|) |#2|) 24)) (-3304 ((|#2| (-1 (-108) |#1| |#1|) |#2|) 13)) (-1508 ((|#2| (-1 (-108) |#1| |#1|) |#2|) 22)))
-(((-353 |#1| |#2|) (-10 -7 (-15 -3304 (|#2| (-1 (-108) |#1| |#1|) |#2|)) (-15 -1508 (|#2| (-1 (-108) |#1| |#1|) |#2|)) (-15 -3344 (|#2| (-1 (-108) |#1| |#1|) |#2|))) (-1128) (-13 (-351 |#1|) (-10 -7 (-6 -4260)))) (T -353))
-((-3344 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-353 *4 *2)) (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260)))))) (-1508 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-353 *4 *2)) (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260)))))) (-3304 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-353 *4 *2)) (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260)))))))
-(-10 -7 (-15 -3304 (|#2| (-1 (-108) |#1| |#1|) |#2|)) (-15 -1508 (|#2| (-1 (-108) |#1| |#1|) |#2|)) (-15 -3344 (|#2| (-1 (-108) |#1| |#1|) |#2|)))
-((-3090 (((-632 |#2|) (-632 $)) NIL) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 22) (((-632 (-525)) (-632 $)) 14)))
-(((-354 |#1| |#2|) (-10 -8 (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 |#2|) (-632 |#1|)))) (-355 |#2|) (-977)) (T -354))
-NIL
-(-10 -8 (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 |#2|) (-632 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3090 (((-632 |#1|) (-632 $)) 36) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 35) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 43 (|has| |#1| (-588 (-525)))) (((-632 (-525)) (-632 $)) 42 (|has| |#1| (-588 (-525))))) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-355 |#1|) (-131) (-977)) (T -355))
-NIL
-(-13 (-588 |t#1|) (-10 -7 (IF (|has| |t#1| (-588 (-525))) (-6 (-588 (-525))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-669) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2831 (((-592 (-273 (-887 (-157 |#1|)))) (-273 (-385 (-887 (-157 (-525))))) |#1|) 51) (((-592 (-273 (-887 (-157 |#1|)))) (-385 (-887 (-157 (-525)))) |#1|) 50) (((-592 (-592 (-273 (-887 (-157 |#1|))))) (-592 (-273 (-385 (-887 (-157 (-525)))))) |#1|) 47) (((-592 (-592 (-273 (-887 (-157 |#1|))))) (-592 (-385 (-887 (-157 (-525))))) |#1|) 41)) (-2729 (((-592 (-592 (-157 |#1|))) (-592 (-385 (-887 (-157 (-525))))) (-592 (-1092)) |#1|) 30) (((-592 (-157 |#1|)) (-385 (-887 (-157 (-525)))) |#1|) 18)))
-(((-356 |#1|) (-10 -7 (-15 -2831 ((-592 (-592 (-273 (-887 (-157 |#1|))))) (-592 (-385 (-887 (-157 (-525))))) |#1|)) (-15 -2831 ((-592 (-592 (-273 (-887 (-157 |#1|))))) (-592 (-273 (-385 (-887 (-157 (-525)))))) |#1|)) (-15 -2831 ((-592 (-273 (-887 (-157 |#1|)))) (-385 (-887 (-157 (-525)))) |#1|)) (-15 -2831 ((-592 (-273 (-887 (-157 |#1|)))) (-273 (-385 (-887 (-157 (-525))))) |#1|)) (-15 -2729 ((-592 (-157 |#1|)) (-385 (-887 (-157 (-525)))) |#1|)) (-15 -2729 ((-592 (-592 (-157 |#1|))) (-592 (-385 (-887 (-157 (-525))))) (-592 (-1092)) |#1|))) (-13 (-341) (-787))) (T -356))
-((-2729 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 (-385 (-887 (-157 (-525)))))) (-5 *4 (-592 (-1092))) (-5 *2 (-592 (-592 (-157 *5)))) (-5 *1 (-356 *5)) (-4 *5 (-13 (-341) (-787))))) (-2729 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 (-157 (-525))))) (-5 *2 (-592 (-157 *4))) (-5 *1 (-356 *4)) (-4 *4 (-13 (-341) (-787))))) (-2831 (*1 *2 *3 *4) (-12 (-5 *3 (-273 (-385 (-887 (-157 (-525)))))) (-5 *2 (-592 (-273 (-887 (-157 *4))))) (-5 *1 (-356 *4)) (-4 *4 (-13 (-341) (-787))))) (-2831 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 (-157 (-525))))) (-5 *2 (-592 (-273 (-887 (-157 *4))))) (-5 *1 (-356 *4)) (-4 *4 (-13 (-341) (-787))))) (-2831 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-273 (-385 (-887 (-157 (-525))))))) (-5 *2 (-592 (-592 (-273 (-887 (-157 *4)))))) (-5 *1 (-356 *4)) (-4 *4 (-13 (-341) (-787))))) (-2831 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-385 (-887 (-157 (-525)))))) (-5 *2 (-592 (-592 (-273 (-887 (-157 *4)))))) (-5 *1 (-356 *4)) (-4 *4 (-13 (-341) (-787))))))
-(-10 -7 (-15 -2831 ((-592 (-592 (-273 (-887 (-157 |#1|))))) (-592 (-385 (-887 (-157 (-525))))) |#1|)) (-15 -2831 ((-592 (-592 (-273 (-887 (-157 |#1|))))) (-592 (-273 (-385 (-887 (-157 (-525)))))) |#1|)) (-15 -2831 ((-592 (-273 (-887 (-157 |#1|)))) (-385 (-887 (-157 (-525)))) |#1|)) (-15 -2831 ((-592 (-273 (-887 (-157 |#1|)))) (-273 (-385 (-887 (-157 (-525))))) |#1|)) (-15 -2729 ((-592 (-157 |#1|)) (-385 (-887 (-157 (-525)))) |#1|)) (-15 -2729 ((-592 (-592 (-157 |#1|))) (-592 (-385 (-887 (-157 (-525))))) (-592 (-1092)) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 33)) (-1653 (((-525) $) 55)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-2730 (($ $) 110)) (-1803 (($ $) 82)) (-3659 (($ $) 71)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-4211 (($ $) 44)) (-1507 (((-108) $ $) NIL)) (-1781 (($ $) 80)) (-3638 (($ $) 69)) (-2971 (((-525) $) 64)) (-3164 (($ $ (-525)) 62)) (-1828 (($ $) NIL)) (-3698 (($ $) NIL)) (-2475 (($) NIL T CONST)) (-3869 (($ $) 112)) (-1934 (((-3 (-525) "failed") $) 189) (((-3 (-385 (-525)) "failed") $) 185)) (-4105 (((-525) $) 187) (((-385 (-525)) $) 183)) (-1356 (($ $ $) NIL)) (-2520 (((-525) $ $) 102)) (-3300 (((-3 $ "failed") $) 114)) (-1503 (((-385 (-525)) $ (-713)) 190) (((-385 (-525)) $ (-713) (-713)) 182)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2524 (((-856)) 73) (((-856) (-856)) 98 (|has| $ (-6 -4250)))) (-1889 (((-108) $) 106)) (-4106 (($) 40)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL)) (-2546 (((-1179) (-713)) 152)) (-3550 (((-1179)) 157) (((-1179) (-713)) 158)) (-2910 (((-1179)) 159) (((-1179) (-713)) 160)) (-3403 (((-1179)) 155) (((-1179) (-713)) 156)) (-4000 (((-525) $) 58)) (-2278 (((-108) $) 104)) (-1303 (($ $ (-525)) NIL)) (-2528 (($ $) 48)) (-2704 (($ $) NIL)) (-4079 (((-108) $) 35)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL) (($) NIL (-12 (-3272 (|has| $ (-6 -4242))) (-3272 (|has| $ (-6 -4250)))))) (-1609 (($ $ $) NIL) (($) 99 (-12 (-3272 (|has| $ (-6 -4242))) (-3272 (|has| $ (-6 -4250)))))) (-1741 (((-525) $) 17)) (-2660 (($) 87) (($ $) 92)) (-2243 (($) 91) (($ $) 93)) (-2533 (($ $) 83)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 116)) (-3870 (((-856) (-525)) 43 (|has| $ (-6 -4250)))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) 53)) (-1340 (($ $) 109)) (-3536 (($ (-525) (-525)) 107) (($ (-525) (-525) (-856)) 108)) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2168 (((-525) $) 19)) (-2423 (($) 94)) (-1618 (($ $) 79)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-3444 (((-856)) 100) (((-856) (-856)) 101 (|has| $ (-6 -4250)))) (-2702 (($ $ (-713)) NIL) (($ $) 115)) (-1833 (((-856) (-525)) 47 (|has| $ (-6 -4250)))) (-1841 (($ $) NIL)) (-3798 (($ $) NIL)) (-1816 (($ $) NIL)) (-3678 (($ $) NIL)) (-1792 (($ $) 81)) (-3649 (($ $) 70)) (-2069 (((-357) $) 175) (((-205) $) 177) (((-827 (-357)) $) NIL) (((-1075) $) 162) (((-501) $) 173) (($ (-205)) 181)) (-4100 (((-798) $) 164) (($ (-525)) 186) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-525)) 186) (($ (-385 (-525))) NIL) (((-205) $) 178)) (-2448 (((-713)) NIL)) (-3064 (($ $) 111)) (-1373 (((-856)) 54) (((-856) (-856)) 66 (|has| $ (-6 -4250)))) (-3771 (((-856)) 103)) (-1876 (($ $) 86)) (-3853 (($ $) 46) (($ $ $) 52)) (-1571 (((-108) $ $) NIL)) (-1853 (($ $) 84)) (-3808 (($ $) 37)) (-1902 (($ $) NIL)) (-1760 (($ $) NIL)) (-3135 (($ $) NIL)) (-1770 (($ $) NIL)) (-1891 (($ $) NIL)) (-1748 (($ $) NIL)) (-1866 (($ $) 85)) (-3820 (($ $) 49)) (-2380 (($ $) 51)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 34 T CONST)) (-3375 (($) 38 T CONST)) (-3660 (((-1075) $) 27) (((-1075) $ (-108)) 29) (((-1179) (-764) $) 30) (((-1179) (-764) $ (-108)) 31)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 39)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 42)) (-2880 (($ $ $) 45) (($ $ (-525)) 41)) (-2871 (($ $) 36) (($ $ $) 50)) (-2860 (($ $ $) 61)) (** (($ $ (-856)) 67) (($ $ (-713)) NIL) (($ $ (-525)) 88) (($ $ (-385 (-525))) 125) (($ $ $) 117)) (* (($ (-856) $) 65) (($ (-713) $) NIL) (($ (-525) $) 68) (($ $ $) 60) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-357) (-13 (-382) (-213) (-567 (-1075)) (-770) (-566 (-205)) (-1114) (-567 (-501)) (-10 -8 (-15 -2880 ($ $ (-525))) (-15 ** ($ $ $)) (-15 -2528 ($ $)) (-15 -2520 ((-525) $ $)) (-15 -3164 ($ $ (-525))) (-15 -1503 ((-385 (-525)) $ (-713))) (-15 -1503 ((-385 (-525)) $ (-713) (-713))) (-15 -2660 ($)) (-15 -2243 ($)) (-15 -2423 ($)) (-15 -3853 ($ $ $)) (-15 -2660 ($ $)) (-15 -2243 ($ $)) (-15 -2069 ($ (-205))) (-15 -2910 ((-1179))) (-15 -2910 ((-1179) (-713))) (-15 -3403 ((-1179))) (-15 -3403 ((-1179) (-713))) (-15 -3550 ((-1179))) (-15 -3550 ((-1179) (-713))) (-15 -2546 ((-1179) (-713))) (-6 -4250) (-6 -4242)))) (T -357))
-((** (*1 *1 *1 *1) (-5 *1 (-357))) (-2880 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-357)))) (-2528 (*1 *1 *1) (-5 *1 (-357))) (-2520 (*1 *2 *1 *1) (-12 (-5 *2 (-525)) (-5 *1 (-357)))) (-3164 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-357)))) (-1503 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-357)))) (-1503 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-357)))) (-2660 (*1 *1) (-5 *1 (-357))) (-2243 (*1 *1) (-5 *1 (-357))) (-2423 (*1 *1) (-5 *1 (-357))) (-3853 (*1 *1 *1 *1) (-5 *1 (-357))) (-2660 (*1 *1 *1) (-5 *1 (-357))) (-2243 (*1 *1 *1) (-5 *1 (-357))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-357)))) (-2910 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-357)))) (-2910 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357)))) (-3403 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-357)))) (-3403 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357)))) (-3550 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-357)))) (-3550 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357)))) (-2546 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357)))))
-(-13 (-382) (-213) (-567 (-1075)) (-770) (-566 (-205)) (-1114) (-567 (-501)) (-10 -8 (-15 -2880 ($ $ (-525))) (-15 ** ($ $ $)) (-15 -2528 ($ $)) (-15 -2520 ((-525) $ $)) (-15 -3164 ($ $ (-525))) (-15 -1503 ((-385 (-525)) $ (-713))) (-15 -1503 ((-385 (-525)) $ (-713) (-713))) (-15 -2660 ($)) (-15 -2243 ($)) (-15 -2423 ($)) (-15 -3853 ($ $ $)) (-15 -2660 ($ $)) (-15 -2243 ($ $)) (-15 -2069 ($ (-205))) (-15 -2910 ((-1179))) (-15 -2910 ((-1179) (-713))) (-15 -3403 ((-1179))) (-15 -3403 ((-1179) (-713))) (-15 -3550 ((-1179))) (-15 -3550 ((-1179) (-713))) (-15 -2546 ((-1179) (-713))) (-6 -4250) (-6 -4242)))
-((-2496 (((-592 (-273 (-887 |#1|))) (-273 (-385 (-887 (-525)))) |#1|) 46) (((-592 (-273 (-887 |#1|))) (-385 (-887 (-525))) |#1|) 45) (((-592 (-592 (-273 (-887 |#1|)))) (-592 (-273 (-385 (-887 (-525))))) |#1|) 42) (((-592 (-592 (-273 (-887 |#1|)))) (-592 (-385 (-887 (-525)))) |#1|) 36)) (-1970 (((-592 |#1|) (-385 (-887 (-525))) |#1|) 20) (((-592 (-592 |#1|)) (-592 (-385 (-887 (-525)))) (-592 (-1092)) |#1|) 30)))
-(((-358 |#1|) (-10 -7 (-15 -2496 ((-592 (-592 (-273 (-887 |#1|)))) (-592 (-385 (-887 (-525)))) |#1|)) (-15 -2496 ((-592 (-592 (-273 (-887 |#1|)))) (-592 (-273 (-385 (-887 (-525))))) |#1|)) (-15 -2496 ((-592 (-273 (-887 |#1|))) (-385 (-887 (-525))) |#1|)) (-15 -2496 ((-592 (-273 (-887 |#1|))) (-273 (-385 (-887 (-525)))) |#1|)) (-15 -1970 ((-592 (-592 |#1|)) (-592 (-385 (-887 (-525)))) (-592 (-1092)) |#1|)) (-15 -1970 ((-592 |#1|) (-385 (-887 (-525))) |#1|))) (-13 (-787) (-341))) (T -358))
-((-1970 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 (-525)))) (-5 *2 (-592 *4)) (-5 *1 (-358 *4)) (-4 *4 (-13 (-787) (-341))))) (-1970 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 (-385 (-887 (-525))))) (-5 *4 (-592 (-1092))) (-5 *2 (-592 (-592 *5))) (-5 *1 (-358 *5)) (-4 *5 (-13 (-787) (-341))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-273 (-385 (-887 (-525))))) (-5 *2 (-592 (-273 (-887 *4)))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-787) (-341))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 (-525)))) (-5 *2 (-592 (-273 (-887 *4)))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-787) (-341))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-273 (-385 (-887 (-525)))))) (-5 *2 (-592 (-592 (-273 (-887 *4))))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-787) (-341))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-385 (-887 (-525))))) (-5 *2 (-592 (-592 (-273 (-887 *4))))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-787) (-341))))))
-(-10 -7 (-15 -2496 ((-592 (-592 (-273 (-887 |#1|)))) (-592 (-385 (-887 (-525)))) |#1|)) (-15 -2496 ((-592 (-592 (-273 (-887 |#1|)))) (-592 (-273 (-385 (-887 (-525))))) |#1|)) (-15 -2496 ((-592 (-273 (-887 |#1|))) (-385 (-887 (-525))) |#1|)) (-15 -2496 ((-592 (-273 (-887 |#1|))) (-273 (-385 (-887 (-525)))) |#1|)) (-15 -1970 ((-592 (-592 |#1|)) (-592 (-385 (-887 (-525)))) (-592 (-1092)) |#1|)) (-15 -1970 ((-592 |#1|) (-385 (-887 (-525))) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) 26)) (-4105 ((|#2| $) 28)) (-1451 (($ $) NIL)) (-4025 (((-713) $) 10)) (-2884 (((-592 $) $) 20)) (-2457 (((-108) $) NIL)) (-2885 (($ |#2| |#1|) 18)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2669 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 14)) (-1418 ((|#2| $) 15)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 45) (($ |#2|) 27)) (-3137 (((-592 |#1|) $) 17)) (-3136 ((|#1| $ |#2|) 47)) (-3364 (($) 29 T CONST)) (-3482 (((-592 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 13)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ |#1| $) 32) (($ $ |#1|) 33) (($ |#1| |#2|) 35) (($ |#2| |#1|) 36)))
-(((-359 |#1| |#2|) (-13 (-360 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-977) (-789)) (T -359))
-((* (*1 *1 *2 *3) (-12 (-5 *1 (-359 *3 *2)) (-4 *3 (-977)) (-4 *2 (-789)))))
-(-13 (-360 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#2| "failed") $) 44)) (-4105 ((|#2| $) 43)) (-1451 (($ $) 30)) (-4025 (((-713) $) 34)) (-2884 (((-592 $) $) 35)) (-2457 (((-108) $) 38)) (-2885 (($ |#2| |#1|) 39)) (-2016 (($ (-1 |#1| |#1|) $) 40)) (-2669 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 31)) (-1418 ((|#2| $) 33)) (-1430 ((|#1| $) 32)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ |#2|) 45)) (-3137 (((-592 |#1|) $) 36)) (-3136 ((|#1| $ |#2|) 41)) (-3364 (($) 18 T CONST)) (-3482 (((-592 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 37)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26) (($ |#1| |#2|) 42)))
-(((-360 |#1| |#2|) (-131) (-977) (-1020)) (T -360))
-((* (*1 *1 *2 *3) (-12 (-4 *1 (-360 *2 *3)) (-4 *2 (-977)) (-4 *3 (-1020)))) (-3136 (*1 *2 *1 *3) (-12 (-4 *1 (-360 *2 *3)) (-4 *3 (-1020)) (-4 *2 (-977)))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020)))) (-2885 (*1 *1 *2 *3) (-12 (-4 *1 (-360 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1020)))) (-2457 (*1 *2 *1) (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020)) (-5 *2 (-108)))) (-3482 (*1 *2 *1) (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020)) (-5 *2 (-592 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3137 (*1 *2 *1) (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020)) (-5 *2 (-592 *3)))) (-2884 (*1 *2 *1) (-12 (-4 *3 (-977)) (-4 *4 (-1020)) (-5 *2 (-592 *1)) (-4 *1 (-360 *3 *4)))) (-4025 (*1 *2 *1) (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020)) (-5 *2 (-713)))) (-1418 (*1 *2 *1) (-12 (-4 *1 (-360 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1020)))) (-1430 (*1 *2 *1) (-12 (-4 *1 (-360 *2 *3)) (-4 *3 (-1020)) (-4 *2 (-977)))) (-2669 (*1 *2 *1) (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-1451 (*1 *1 *1) (-12 (-4 *1 (-360 *2 *3)) (-4 *2 (-977)) (-4 *3 (-1020)))))
-(-13 (-107 |t#1| |t#1|) (-968 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -3136 (|t#1| $ |t#2|)) (-15 -2016 ($ (-1 |t#1| |t#1|) $)) (-15 -2885 ($ |t#2| |t#1|)) (-15 -2457 ((-108) $)) (-15 -3482 ((-592 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3137 ((-592 |t#1|) $)) (-15 -2884 ((-592 $) $)) (-15 -4025 ((-713) $)) (-15 -1418 (|t#2| $)) (-15 -1430 (|t#1| $)) (-15 -2669 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -1451 ($ $)) (IF (|has| |t#1| (-160)) (-6 (-660 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-660 |#1|) |has| |#1| (-160)) ((-968 |#2|) . T) ((-983 |#1|) . T) ((-1020) . T))
-((-2584 (((-1179) $) 7)) (-4100 (((-798) $) 8) (($ (-632 (-641))) 14) (($ (-592 (-308))) 13) (($ (-308)) 12) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 11)))
-(((-361) (-131)) (T -361))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-632 (-641))) (-4 *1 (-361)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-361)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-361)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) (-4 *1 (-361)))))
-(-13 (-373) (-10 -8 (-15 -4100 ($ (-632 (-641)))) (-15 -4100 ($ (-592 (-308)))) (-15 -4100 ($ (-308))) (-15 -4100 ($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))))))
-(((-566 (-798)) . T) ((-373) . T) ((-1128) . T))
-((-1934 (((-3 $ "failed") (-632 (-294 (-357)))) 21) (((-3 $ "failed") (-632 (-294 (-525)))) 19) (((-3 $ "failed") (-632 (-887 (-357)))) 17) (((-3 $ "failed") (-632 (-887 (-525)))) 15) (((-3 $ "failed") (-632 (-385 (-887 (-357))))) 13) (((-3 $ "failed") (-632 (-385 (-887 (-525))))) 11)) (-4105 (($ (-632 (-294 (-357)))) 22) (($ (-632 (-294 (-525)))) 20) (($ (-632 (-887 (-357)))) 18) (($ (-632 (-887 (-525)))) 16) (($ (-632 (-385 (-887 (-357))))) 14) (($ (-632 (-385 (-887 (-525))))) 12)) (-2584 (((-1179) $) 7)) (-4100 (((-798) $) 8) (($ (-592 (-308))) 25) (($ (-308)) 24) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 23)))
-(((-362) (-131)) (T -362))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-362)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-362)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) (-4 *1 (-362)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-632 (-294 (-357)))) (-4 *1 (-362)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-632 (-294 (-357)))) (-4 *1 (-362)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-632 (-294 (-525)))) (-4 *1 (-362)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-632 (-294 (-525)))) (-4 *1 (-362)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-632 (-887 (-357)))) (-4 *1 (-362)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-632 (-887 (-357)))) (-4 *1 (-362)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-632 (-887 (-525)))) (-4 *1 (-362)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-632 (-887 (-525)))) (-4 *1 (-362)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-632 (-385 (-887 (-357))))) (-4 *1 (-362)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-632 (-385 (-887 (-357))))) (-4 *1 (-362)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-632 (-385 (-887 (-525))))) (-4 *1 (-362)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-632 (-385 (-887 (-525))))) (-4 *1 (-362)))))
-(-13 (-373) (-10 -8 (-15 -4100 ($ (-592 (-308)))) (-15 -4100 ($ (-308))) (-15 -4100 ($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))) (-15 -4105 ($ (-632 (-294 (-357))))) (-15 -1934 ((-3 $ "failed") (-632 (-294 (-357))))) (-15 -4105 ($ (-632 (-294 (-525))))) (-15 -1934 ((-3 $ "failed") (-632 (-294 (-525))))) (-15 -4105 ($ (-632 (-887 (-357))))) (-15 -1934 ((-3 $ "failed") (-632 (-887 (-357))))) (-15 -4105 ($ (-632 (-887 (-525))))) (-15 -1934 ((-3 $ "failed") (-632 (-887 (-525))))) (-15 -4105 ($ (-632 (-385 (-887 (-357)))))) (-15 -1934 ((-3 $ "failed") (-632 (-385 (-887 (-357)))))) (-15 -4105 ($ (-632 (-385 (-887 (-525)))))) (-15 -1934 ((-3 $ "failed") (-632 (-385 (-887 (-525))))))))
-(((-566 (-798)) . T) ((-373) . T) ((-1128) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-1272 (($ |#1| |#2|) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2975 ((|#2| $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 28)) (-3364 (($) 12 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ |#1| $) 16) (($ $ |#1|) 19)))
-(((-363 |#1| |#2|) (-13 (-107 |#1| |#1|) (-481 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-160)) (-6 (-660 |#1|)) |%noBranch|))) (-977) (-789)) (T -363))
-NIL
-(-13 (-107 |#1| |#1|) (-481 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-160)) (-6 (-660 |#1|)) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-1613 (((-713) $) 59)) (-2475 (($) NIL T CONST)) (-3976 (((-3 $ "failed") $ $) 61)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2474 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 53)) (-2278 (((-108) $) 15)) (-3538 ((|#1| $ (-525)) NIL)) (-2020 (((-713) $ (-525)) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1693 (($ (-1 |#1| |#1|) $) 38)) (-2447 (($ (-1 (-713) (-713)) $) 35)) (-1225 (((-3 $ "failed") $ $) 50)) (-1289 (((-1075) $) NIL)) (-1759 (($ $ $) 26)) (-1433 (($ $ $) 24)) (-3993 (((-1039) $) NIL)) (-2868 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-713)))) $) 32)) (-2494 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 56)) (-4100 (((-798) $) 22) (($ |#1|) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3375 (($) 9 T CONST)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) 41)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) 63 (|has| |#1| (-789)))) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ |#1| (-713)) 40)) (* (($ $ $) 47) (($ |#1| $) 30) (($ $ |#1|) 28)))
-(((-364 |#1|) (-13 (-669) (-968 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-713))) (-15 -1433 ($ $ $)) (-15 -1759 ($ $ $)) (-15 -1225 ((-3 $ "failed") $ $)) (-15 -3976 ((-3 $ "failed") $ $)) (-15 -2494 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2474 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1613 ((-713) $)) (-15 -2868 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-713)))) $)) (-15 -2020 ((-713) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2447 ($ (-1 (-713) (-713)) $)) (-15 -1693 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|))) (-1020)) (T -364))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (-1433 (*1 *1 *1 *1) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (-1759 (*1 *1 *1 *1) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (-1225 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (-3976 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (-2494 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-364 *3)) (|:| |rm| (-364 *3)))) (-5 *1 (-364 *3)) (-4 *3 (-1020)))) (-2474 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-364 *3)) (|:| |mm| (-364 *3)) (|:| |rm| (-364 *3)))) (-5 *1 (-364 *3)) (-4 *3 (-1020)))) (-1613 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-364 *3)) (-4 *3 (-1020)))) (-2868 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 (-713))))) (-5 *1 (-364 *3)) (-4 *3 (-1020)))) (-2020 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-713)) (-5 *1 (-364 *4)) (-4 *4 (-1020)))) (-3538 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-364 *2)) (-4 *2 (-1020)))) (-2447 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-713) (-713))) (-5 *1 (-364 *3)) (-4 *3 (-1020)))) (-1693 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-364 *3)))))
-(-13 (-669) (-968 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-713))) (-15 -1433 ($ $ $)) (-15 -1759 ($ $ $)) (-15 -1225 ((-3 $ "failed") $ $)) (-15 -3976 ((-3 $ "failed") $ $)) (-15 -2494 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2474 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1613 ((-713) $)) (-15 -2868 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-713)))) $)) (-15 -2020 ((-713) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2447 ($ (-1 (-713) (-713)) $)) (-15 -1693 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 47)) (-4105 (((-525) $) 46)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-3033 (($ $ $) 54)) (-1609 (($ $ $) 53)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ $) 42)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-525)) 48)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2830 (((-108) $ $) 51)) (-2807 (((-108) $ $) 50)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 52)) (-2795 (((-108) $ $) 49)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-365) (-131)) (T -365))
-NIL
-(-13 (-517) (-789) (-968 (-525)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-789) . T) ((-968 (-525)) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-4179 (((-108) $) 20)) (-2930 (((-108) $) 19)) (-3324 (($ (-1075) (-1075) (-1075)) 21)) (-2411 (((-1075) $) 16)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1575 (($ (-1075) (-1075) (-1075)) 14)) (-3594 (((-1075) $) 17)) (-3970 (((-108) $) 18)) (-3793 (((-1075) $) 15)) (-4100 (((-798) $) 12) (($ (-1075)) 13) (((-1075) $) 9)) (-2775 (((-108) $ $) 7)))
-(((-366) (-367)) (T -366))
-NIL
-(-367)
-((-4087 (((-108) $ $) 7)) (-4179 (((-108) $) 14)) (-2930 (((-108) $) 15)) (-3324 (($ (-1075) (-1075) (-1075)) 13)) (-2411 (((-1075) $) 18)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1575 (($ (-1075) (-1075) (-1075)) 20)) (-3594 (((-1075) $) 17)) (-3970 (((-108) $) 16)) (-3793 (((-1075) $) 19)) (-4100 (((-798) $) 11) (($ (-1075)) 22) (((-1075) $) 21)) (-2775 (((-108) $ $) 6)))
-(((-367) (-131)) (T -367))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-4 *1 (-367)))) (-4100 (*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075)))) (-1575 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1075)) (-4 *1 (-367)))) (-3793 (*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075)))) (-2411 (*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075)))) (-3594 (*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075)))) (-3970 (*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-108)))) (-2930 (*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-108)))) (-4179 (*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-108)))) (-3324 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1075)) (-4 *1 (-367)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-1075))) (-15 -4100 ((-1075) $)) (-15 -1575 ($ (-1075) (-1075) (-1075))) (-15 -3793 ((-1075) $)) (-15 -2411 ((-1075) $)) (-15 -3594 ((-1075) $)) (-15 -3970 ((-108) $)) (-15 -2930 ((-108) $)) (-15 -4179 ((-108) $)) (-15 -3324 ($ (-1075) (-1075) (-1075)))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1868 (((-798) $) 50)) (-2475 (($) NIL T CONST)) (-1488 (($ $ (-856)) NIL)) (-2156 (($ $ (-856)) NIL)) (-2486 (($ $ (-856)) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3817 (($ (-713)) 26)) (-3933 (((-713)) 17)) (-2927 (((-798) $) 52)) (-1242 (($ $ $) NIL)) (-4100 (((-798) $) NIL)) (-3133 (($ $ $ $) NIL)) (-4148 (($ $ $) NIL)) (-3364 (($) 20 T CONST)) (-2775 (((-108) $ $) 28)) (-2871 (($ $) 34) (($ $ $) 36)) (-2860 (($ $ $) 37)) (** (($ $ (-856)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 38) (($ $ |#3|) NIL) (($ |#3| $) 33)))
-(((-368 |#1| |#2| |#3|) (-13 (-687 |#3|) (-10 -8 (-15 -3933 ((-713))) (-15 -2927 ((-798) $)) (-15 -1868 ((-798) $)) (-15 -3817 ($ (-713))))) (-713) (-713) (-160)) (T -368))
-((-3933 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-160)))) (-2927 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 (-713)) (-14 *4 (-713)) (-4 *5 (-160)))) (-1868 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 (-713)) (-14 *4 (-713)) (-4 *5 (-160)))) (-3817 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-160)))))
-(-13 (-687 |#3|) (-10 -8 (-15 -3933 ((-713))) (-15 -2927 ((-798) $)) (-15 -1868 ((-798) $)) (-15 -3817 ($ (-713)))))
-((-1916 (((-1075)) 10)) (-2757 (((-1064 (-1075))) 28)) (-2563 (((-1179) (-1075)) 25) (((-1179) (-366)) 24)) (-2573 (((-1179)) 26)) (-1995 (((-1064 (-1075))) 27)))
-(((-369) (-10 -7 (-15 -1995 ((-1064 (-1075)))) (-15 -2757 ((-1064 (-1075)))) (-15 -2573 ((-1179))) (-15 -2563 ((-1179) (-366))) (-15 -2563 ((-1179) (-1075))) (-15 -1916 ((-1075))))) (T -369))
-((-1916 (*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-369)))) (-2563 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-369)))) (-2563 (*1 *2 *3) (-12 (-5 *3 (-366)) (-5 *2 (-1179)) (-5 *1 (-369)))) (-2573 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-369)))) (-2757 (*1 *2) (-12 (-5 *2 (-1064 (-1075))) (-5 *1 (-369)))) (-1995 (*1 *2) (-12 (-5 *2 (-1064 (-1075))) (-5 *1 (-369)))))
-(-10 -7 (-15 -1995 ((-1064 (-1075)))) (-15 -2757 ((-1064 (-1075)))) (-15 -2573 ((-1179))) (-15 -2563 ((-1179) (-366))) (-15 -2563 ((-1179) (-1075))) (-15 -1916 ((-1075))))
-((-4000 (((-713) (-314 |#1| |#2| |#3| |#4|)) 16)))
-(((-370 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4000 ((-713) (-314 |#1| |#2| |#3| |#4|)))) (-13 (-346) (-341)) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|)) (T -370))
-((-4000 (*1 *2 *3) (-12 (-5 *3 (-314 *4 *5 *6 *7)) (-4 *4 (-13 (-346) (-341))) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-4 *7 (-320 *4 *5 *6)) (-5 *2 (-713)) (-5 *1 (-370 *4 *5 *6 *7)))))
-(-10 -7 (-15 -4000 ((-713) (-314 |#1| |#2| |#3| |#4|))))
-((-4100 (((-372) |#1|) 11)))
-(((-371 |#1|) (-10 -7 (-15 -4100 ((-372) |#1|))) (-1020)) (T -371))
-((-4100 (*1 *2 *3) (-12 (-5 *2 (-372)) (-5 *1 (-371 *3)) (-4 *3 (-1020)))))
-(-10 -7 (-15 -4100 ((-372) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-4204 (((-592 (-1075)) $ (-592 (-1075))) 38)) (-2587 (((-592 (-1075)) $ (-592 (-1075))) 39)) (-3108 (((-592 (-1075)) $ (-592 (-1075))) 40)) (-2514 (((-592 (-1075)) $) 35)) (-3324 (($) 23)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2679 (((-592 (-1075)) $) 36)) (-2144 (((-592 (-1075)) $) 37)) (-2701 (((-1179) $ (-525)) 33) (((-1179) $) 34)) (-2069 (($ (-798) (-525)) 30)) (-4100 (((-798) $) 42) (($ (-798)) 25)) (-2775 (((-108) $ $) NIL)))
-(((-372) (-13 (-1020) (-10 -8 (-15 -4100 ($ (-798))) (-15 -2069 ($ (-798) (-525))) (-15 -2701 ((-1179) $ (-525))) (-15 -2701 ((-1179) $)) (-15 -2144 ((-592 (-1075)) $)) (-15 -2679 ((-592 (-1075)) $)) (-15 -3324 ($)) (-15 -2514 ((-592 (-1075)) $)) (-15 -3108 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -2587 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -4204 ((-592 (-1075)) $ (-592 (-1075))))))) (T -372))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-798)) (-5 *1 (-372)))) (-2069 (*1 *1 *2 *3) (-12 (-5 *2 (-798)) (-5 *3 (-525)) (-5 *1 (-372)))) (-2701 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-372)))) (-2701 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-372)))) (-2144 (*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))) (-2679 (*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))) (-3324 (*1 *1) (-5 *1 (-372))) (-2514 (*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))) (-3108 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))) (-2587 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))) (-4204 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-798))) (-15 -2069 ($ (-798) (-525))) (-15 -2701 ((-1179) $ (-525))) (-15 -2701 ((-1179) $)) (-15 -2144 ((-592 (-1075)) $)) (-15 -2679 ((-592 (-1075)) $)) (-15 -3324 ($)) (-15 -2514 ((-592 (-1075)) $)) (-15 -3108 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -2587 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -4204 ((-592 (-1075)) $ (-592 (-1075))))))
-((-2584 (((-1179) $) 7)) (-4100 (((-798) $) 8)))
-(((-373) (-131)) (T -373))
-((-2584 (*1 *2 *1) (-12 (-4 *1 (-373)) (-5 *2 (-1179)))))
-(-13 (-1128) (-566 (-798)) (-10 -8 (-15 -2584 ((-1179) $))))
-(((-566 (-798)) . T) ((-1128) . T))
-((-1934 (((-3 $ "failed") (-294 (-357))) 21) (((-3 $ "failed") (-294 (-525))) 19) (((-3 $ "failed") (-887 (-357))) 17) (((-3 $ "failed") (-887 (-525))) 15) (((-3 $ "failed") (-385 (-887 (-357)))) 13) (((-3 $ "failed") (-385 (-887 (-525)))) 11)) (-4105 (($ (-294 (-357))) 22) (($ (-294 (-525))) 20) (($ (-887 (-357))) 18) (($ (-887 (-525))) 16) (($ (-385 (-887 (-357)))) 14) (($ (-385 (-887 (-525)))) 12)) (-2584 (((-1179) $) 7)) (-4100 (((-798) $) 8) (($ (-592 (-308))) 25) (($ (-308)) 24) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 23)))
-(((-374) (-131)) (T -374))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-374)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-374)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) (-4 *1 (-374)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-294 (-357))) (-4 *1 (-374)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-294 (-357))) (-4 *1 (-374)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-294 (-525))) (-4 *1 (-374)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-294 (-525))) (-4 *1 (-374)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-887 (-357))) (-4 *1 (-374)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-887 (-357))) (-4 *1 (-374)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-887 (-525))) (-4 *1 (-374)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-887 (-525))) (-4 *1 (-374)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-385 (-887 (-357)))) (-4 *1 (-374)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-385 (-887 (-357)))) (-4 *1 (-374)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-385 (-887 (-525)))) (-4 *1 (-374)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-385 (-887 (-525)))) (-4 *1 (-374)))))
-(-13 (-373) (-10 -8 (-15 -4100 ($ (-592 (-308)))) (-15 -4100 ($ (-308))) (-15 -4100 ($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))) (-15 -4105 ($ (-294 (-357)))) (-15 -1934 ((-3 $ "failed") (-294 (-357)))) (-15 -4105 ($ (-294 (-525)))) (-15 -1934 ((-3 $ "failed") (-294 (-525)))) (-15 -4105 ($ (-887 (-357)))) (-15 -1934 ((-3 $ "failed") (-887 (-357)))) (-15 -4105 ($ (-887 (-525)))) (-15 -1934 ((-3 $ "failed") (-887 (-525)))) (-15 -4105 ($ (-385 (-887 (-357))))) (-15 -1934 ((-3 $ "failed") (-385 (-887 (-357))))) (-15 -4105 ($ (-385 (-887 (-525))))) (-15 -1934 ((-3 $ "failed") (-385 (-887 (-525)))))))
-(((-566 (-798)) . T) ((-373) . T) ((-1128) . T))
-((-2065 (((-592 (-1075)) (-592 (-1075))) 9)) (-2584 (((-1179) (-366)) 27)) (-2167 (((-1024) (-1092) (-592 (-1092)) (-1095) (-592 (-1092))) 60) (((-1024) (-1092) (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092)))) (-592 (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092))))) (-592 (-1092)) (-1092)) 35) (((-1024) (-1092) (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092)))) (-592 (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092))))) (-592 (-1092))) 34)))
-(((-375) (-10 -7 (-15 -2167 ((-1024) (-1092) (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092)))) (-592 (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092))))) (-592 (-1092)))) (-15 -2167 ((-1024) (-1092) (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092)))) (-592 (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092))))) (-592 (-1092)) (-1092))) (-15 -2167 ((-1024) (-1092) (-592 (-1092)) (-1095) (-592 (-1092)))) (-15 -2584 ((-1179) (-366))) (-15 -2065 ((-592 (-1075)) (-592 (-1075)))))) (T -375))
-((-2065 (*1 *2 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-375)))) (-2584 (*1 *2 *3) (-12 (-5 *3 (-366)) (-5 *2 (-1179)) (-5 *1 (-375)))) (-2167 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-592 (-1092))) (-5 *5 (-1095)) (-5 *3 (-1092)) (-5 *2 (-1024)) (-5 *1 (-375)))) (-2167 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-592 (-592 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-592 (-3 (|:| |array| (-592 *3)) (|:| |scalar| (-1092))))) (-5 *6 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1024)) (-5 *1 (-375)))) (-2167 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-592 (-592 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-592 (-3 (|:| |array| (-592 *3)) (|:| |scalar| (-1092))))) (-5 *6 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1024)) (-5 *1 (-375)))))
-(-10 -7 (-15 -2167 ((-1024) (-1092) (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092)))) (-592 (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092))))) (-592 (-1092)))) (-15 -2167 ((-1024) (-1092) (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092)))) (-592 (-592 (-3 (|:| |array| (-592 (-1092))) (|:| |scalar| (-1092))))) (-592 (-1092)) (-1092))) (-15 -2167 ((-1024) (-1092) (-592 (-1092)) (-1095) (-592 (-1092)))) (-15 -2584 ((-1179) (-366))) (-15 -2065 ((-592 (-1075)) (-592 (-1075)))))
-((-2584 (((-1179) $) 38)) (-4100 (((-798) $) 98) (($ (-308)) 100) (($ (-592 (-308))) 99) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 97) (($ (-294 (-643))) 54) (($ (-294 (-641))) 73) (($ (-294 (-636))) 86) (($ (-273 (-294 (-643)))) 68) (($ (-273 (-294 (-641)))) 81) (($ (-273 (-294 (-636)))) 94) (($ (-294 (-525))) 104) (($ (-294 (-357))) 117) (($ (-294 (-157 (-357)))) 130) (($ (-273 (-294 (-525)))) 112) (($ (-273 (-294 (-357)))) 125) (($ (-273 (-294 (-157 (-357))))) 138)))
-(((-376 |#1| |#2| |#3| |#4|) (-13 (-373) (-10 -8 (-15 -4100 ($ (-308))) (-15 -4100 ($ (-592 (-308)))) (-15 -4100 ($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))) (-15 -4100 ($ (-294 (-643)))) (-15 -4100 ($ (-294 (-641)))) (-15 -4100 ($ (-294 (-636)))) (-15 -4100 ($ (-273 (-294 (-643))))) (-15 -4100 ($ (-273 (-294 (-641))))) (-15 -4100 ($ (-273 (-294 (-636))))) (-15 -4100 ($ (-294 (-525)))) (-15 -4100 ($ (-294 (-357)))) (-15 -4100 ($ (-294 (-157 (-357))))) (-15 -4100 ($ (-273 (-294 (-525))))) (-15 -4100 ($ (-273 (-294 (-357))))) (-15 -4100 ($ (-273 (-294 (-157 (-357)))))))) (-1092) (-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-592 (-1092)) (-1096)) (T -376))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-308)) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-294 (-643))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-294 (-641))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-294 (-636))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-273 (-294 (-643)))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-273 (-294 (-641)))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-273 (-294 (-636)))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-294 (-525))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-294 (-357))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-294 (-157 (-357)))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-273 (-294 (-525)))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-273 (-294 (-357)))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-273 (-294 (-157 (-357))))) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-14 *5 (-592 (-1092))) (-14 *6 (-1096)))))
-(-13 (-373) (-10 -8 (-15 -4100 ($ (-308))) (-15 -4100 ($ (-592 (-308)))) (-15 -4100 ($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))) (-15 -4100 ($ (-294 (-643)))) (-15 -4100 ($ (-294 (-641)))) (-15 -4100 ($ (-294 (-636)))) (-15 -4100 ($ (-273 (-294 (-643))))) (-15 -4100 ($ (-273 (-294 (-641))))) (-15 -4100 ($ (-273 (-294 (-636))))) (-15 -4100 ($ (-294 (-525)))) (-15 -4100 ($ (-294 (-357)))) (-15 -4100 ($ (-294 (-157 (-357))))) (-15 -4100 ($ (-273 (-294 (-525))))) (-15 -4100 ($ (-273 (-294 (-357))))) (-15 -4100 ($ (-273 (-294 (-157 (-357))))))))
-((-4087 (((-108) $ $) NIL)) (-1331 ((|#2| $) 36)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2112 (($ (-385 |#2|)) 85)) (-3068 (((-592 (-2 (|:| -2168 (-713)) (|:| -1423 |#2|) (|:| |num| |#2|))) $) 37)) (-2702 (($ $) 32) (($ $ (-713)) 34)) (-2069 (((-385 |#2|) $) 46)) (-4114 (($ (-592 (-2 (|:| -2168 (-713)) (|:| -1423 |#2|) (|:| |num| |#2|)))) 31)) (-4100 (((-798) $) 120)) (-2401 (($ $) 33) (($ $ (-713)) 35)) (-2775 (((-108) $ $) NIL)) (-2860 (($ |#2| $) 39)))
-(((-377 |#1| |#2|) (-13 (-1020) (-567 (-385 |#2|)) (-10 -8 (-15 -2860 ($ |#2| $)) (-15 -2112 ($ (-385 |#2|))) (-15 -1331 (|#2| $)) (-15 -3068 ((-592 (-2 (|:| -2168 (-713)) (|:| -1423 |#2|) (|:| |num| |#2|))) $)) (-15 -4114 ($ (-592 (-2 (|:| -2168 (-713)) (|:| -1423 |#2|) (|:| |num| |#2|))))) (-15 -2702 ($ $)) (-15 -2401 ($ $)) (-15 -2702 ($ $ (-713))) (-15 -2401 ($ $ (-713))))) (-13 (-341) (-138)) (-1150 |#1|)) (T -377))
-((-2860 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *2)) (-4 *2 (-1150 *3)))) (-2112 (*1 *1 *2) (-12 (-5 *2 (-385 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *4)))) (-1331 (*1 *2 *1) (-12 (-4 *2 (-1150 *3)) (-5 *1 (-377 *3 *2)) (-4 *3 (-13 (-341) (-138))))) (-3068 (*1 *2 *1) (-12 (-4 *3 (-13 (-341) (-138))) (-5 *2 (-592 (-2 (|:| -2168 (-713)) (|:| -1423 *4) (|:| |num| *4)))) (-5 *1 (-377 *3 *4)) (-4 *4 (-1150 *3)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| -2168 (-713)) (|:| -1423 *4) (|:| |num| *4)))) (-4 *4 (-1150 *3)) (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *4)))) (-2702 (*1 *1 *1) (-12 (-4 *2 (-13 (-341) (-138))) (-5 *1 (-377 *2 *3)) (-4 *3 (-1150 *2)))) (-2401 (*1 *1 *1) (-12 (-4 *2 (-13 (-341) (-138))) (-5 *1 (-377 *2 *3)) (-4 *3 (-1150 *2)))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *4)) (-4 *4 (-1150 *3)))) (-2401 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *4)) (-4 *4 (-1150 *3)))))
-(-13 (-1020) (-567 (-385 |#2|)) (-10 -8 (-15 -2860 ($ |#2| $)) (-15 -2112 ($ (-385 |#2|))) (-15 -1331 (|#2| $)) (-15 -3068 ((-592 (-2 (|:| -2168 (-713)) (|:| -1423 |#2|) (|:| |num| |#2|))) $)) (-15 -4114 ($ (-592 (-2 (|:| -2168 (-713)) (|:| -1423 |#2|) (|:| |num| |#2|))))) (-15 -2702 ($ $)) (-15 -2401 ($ $)) (-15 -2702 ($ $ (-713))) (-15 -2401 ($ $ (-713)))))
-((-4087 (((-108) $ $) 9 (-2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))))) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 15 (|has| |#1| (-821 (-357)))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 14 (|has| |#1| (-821 (-525))))) (-1289 (((-1075) $) 13 (-2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))))) (-3993 (((-1039) $) 12 (-2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))))) (-4100 (((-798) $) 11 (-2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))))) (-2775 (((-108) $ $) 10 (-2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))))))
-(((-378 |#1|) (-131) (-1128)) (T -378))
-NIL
-(-13 (-1128) (-10 -7 (IF (|has| |t#1| (-821 (-525))) (-6 (-821 (-525))) |%noBranch|) (IF (|has| |t#1| (-821 (-357))) (-6 (-821 (-357))) |%noBranch|)))
-(((-97) -2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))) ((-566 (-798)) -2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))) ((-821 (-357)) |has| |#1| (-821 (-357))) ((-821 (-525)) |has| |#1| (-821 (-525))) ((-1020) -2067 (|has| |#1| (-821 (-525))) (|has| |#1| (-821 (-357)))) ((-1128) . T))
-((-1339 (($ $) 10) (($ $ (-713)) 11)))
-(((-379 |#1|) (-10 -8 (-15 -1339 (|#1| |#1| (-713))) (-15 -1339 (|#1| |#1|))) (-380)) (T -379))
-NIL
-(-10 -8 (-15 -1339 (|#1| |#1| (-713))) (-15 -1339 (|#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-1507 (((-108) $ $) 59)) (-2475 (($) 17 T CONST)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1339 (($ $) 79) (($ $ (-713)) 78)) (-1798 (((-108) $) 71)) (-4000 (((-775 (-856)) $) 81)) (-2278 (((-108) $) 31)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-2043 (((-3 (-713) "failed") $ $) 80)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65)) (-1463 (((-3 $ "failed") $) 82)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 64)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66)))
-(((-380) (-131)) (T -380))
-((-4000 (*1 *2 *1) (-12 (-4 *1 (-380)) (-5 *2 (-775 (-856))))) (-2043 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-380)) (-5 *2 (-713)))) (-1339 (*1 *1 *1) (-4 *1 (-380))) (-1339 (*1 *1 *1 *2) (-12 (-4 *1 (-380)) (-5 *2 (-713)))))
-(-13 (-341) (-136) (-10 -8 (-15 -4000 ((-775 (-856)) $)) (-15 -2043 ((-3 (-713) "failed") $ $)) (-15 -1339 ($ $)) (-15 -1339 ($ $ (-713)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 $ $) . T) ((-126) . T) ((-136) . T) ((-566 (-798)) . T) ((-160) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-341) . T) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-983 #0#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T))
-((-3536 (($ (-525) (-525)) 11) (($ (-525) (-525) (-856)) NIL)) (-3444 (((-856)) 16) (((-856) (-856)) NIL)))
-(((-381 |#1|) (-10 -8 (-15 -3444 ((-856) (-856))) (-15 -3444 ((-856))) (-15 -3536 (|#1| (-525) (-525) (-856))) (-15 -3536 (|#1| (-525) (-525)))) (-382)) (T -381))
-((-3444 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-381 *3)) (-4 *3 (-382)))) (-3444 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-381 *3)) (-4 *3 (-382)))))
-(-10 -8 (-15 -3444 ((-856) (-856))) (-15 -3444 ((-856))) (-15 -3536 (|#1| (-525) (-525) (-856))) (-15 -3536 (|#1| (-525) (-525))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1653 (((-525) $) 89)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-2730 (($ $) 87)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-4211 (($ $) 97)) (-1507 (((-108) $ $) 59)) (-2971 (((-525) $) 114)) (-2475 (($) 17 T CONST)) (-3869 (($ $) 86)) (-1934 (((-3 (-525) "failed") $) 102) (((-3 (-385 (-525)) "failed") $) 99)) (-4105 (((-525) $) 101) (((-385 (-525)) $) 98)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1798 (((-108) $) 71)) (-2524 (((-856)) 130) (((-856) (-856)) 127 (|has| $ (-6 -4250)))) (-1889 (((-108) $) 112)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 93)) (-4000 (((-525) $) 136)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 96)) (-2704 (($ $) 92)) (-4079 (((-108) $) 113)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-3033 (($ $ $) 111) (($) 124 (-12 (-3272 (|has| $ (-6 -4250))) (-3272 (|has| $ (-6 -4242)))))) (-1609 (($ $ $) 110) (($) 123 (-12 (-3272 (|has| $ (-6 -4250))) (-3272 (|has| $ (-6 -4242)))))) (-1741 (((-525) $) 133)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-3870 (((-856) (-525)) 126 (|has| $ (-6 -4250)))) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-1372 (($ $) 88)) (-1340 (($ $) 90)) (-3536 (($ (-525) (-525)) 138) (($ (-525) (-525) (-856)) 137)) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-2168 (((-525) $) 134)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-3444 (((-856)) 131) (((-856) (-856)) 128 (|has| $ (-6 -4250)))) (-1833 (((-856) (-525)) 125 (|has| $ (-6 -4250)))) (-2069 (((-357) $) 105) (((-205) $) 104) (((-827 (-357)) $) 94)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65) (($ (-525)) 103) (($ (-385 (-525))) 100)) (-2448 (((-713)) 29)) (-3064 (($ $) 91)) (-1373 (((-856)) 132) (((-856) (-856)) 129 (|has| $ (-6 -4250)))) (-3771 (((-856)) 135)) (-1571 (((-108) $ $) 39)) (-2380 (($ $) 115)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2830 (((-108) $ $) 108)) (-2807 (((-108) $ $) 107)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 109)) (-2795 (((-108) $ $) 106)) (-2880 (($ $ $) 64)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68) (($ $ (-385 (-525))) 95)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66)))
-(((-382) (-131)) (T -382))
-((-3536 (*1 *1 *2 *2) (-12 (-5 *2 (-525)) (-4 *1 (-382)))) (-3536 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-525)) (-5 *3 (-856)) (-4 *1 (-382)))) (-4000 (*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-525)))) (-3771 (*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856)))) (-2168 (*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-525)))) (-1741 (*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-525)))) (-1373 (*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856)))) (-3444 (*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856)))) (-2524 (*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856)))) (-1373 (*1 *2 *2) (-12 (-5 *2 (-856)) (|has| *1 (-6 -4250)) (-4 *1 (-382)))) (-3444 (*1 *2 *2) (-12 (-5 *2 (-856)) (|has| *1 (-6 -4250)) (-4 *1 (-382)))) (-2524 (*1 *2 *2) (-12 (-5 *2 (-856)) (|has| *1 (-6 -4250)) (-4 *1 (-382)))) (-3870 (*1 *2 *3) (-12 (-5 *3 (-525)) (|has| *1 (-6 -4250)) (-4 *1 (-382)) (-5 *2 (-856)))) (-1833 (*1 *2 *3) (-12 (-5 *3 (-525)) (|has| *1 (-6 -4250)) (-4 *1 (-382)) (-5 *2 (-856)))) (-3033 (*1 *1) (-12 (-4 *1 (-382)) (-3272 (|has| *1 (-6 -4250))) (-3272 (|has| *1 (-6 -4242))))) (-1609 (*1 *1) (-12 (-4 *1 (-382)) (-3272 (|has| *1 (-6 -4250))) (-3272 (|has| *1 (-6 -4242))))))
-(-13 (-986) (-10 -8 (-6 -1485) (-15 -3536 ($ (-525) (-525))) (-15 -3536 ($ (-525) (-525) (-856))) (-15 -4000 ((-525) $)) (-15 -3771 ((-856))) (-15 -2168 ((-525) $)) (-15 -1741 ((-525) $)) (-15 -1373 ((-856))) (-15 -3444 ((-856))) (-15 -2524 ((-856))) (IF (|has| $ (-6 -4250)) (PROGN (-15 -1373 ((-856) (-856))) (-15 -3444 ((-856) (-856))) (-15 -2524 ((-856) (-856))) (-15 -3870 ((-856) (-525))) (-15 -1833 ((-856) (-525)))) |%noBranch|) (IF (|has| $ (-6 -4242)) |%noBranch| (IF (|has| $ (-6 -4250)) |%noBranch| (PROGN (-15 -3033 ($)) (-15 -1609 ($)))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 $ $) . T) ((-126) . T) ((-138) . T) ((-566 (-798)) . T) ((-160) . T) ((-567 (-205)) . T) ((-567 (-357)) . T) ((-567 (-827 (-357))) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-341) . T) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-669) . T) ((-733) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-787) . T) ((-789) . T) ((-821 (-357)) . T) ((-855) . T) ((-934) . T) ((-953) . T) ((-986) . T) ((-968 (-385 (-525))) . T) ((-968 (-525)) . T) ((-983 #0#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T))
-((-2016 (((-396 |#2|) (-1 |#2| |#1|) (-396 |#1|)) 20)))
-(((-383 |#1| |#2|) (-10 -7 (-15 -2016 ((-396 |#2|) (-1 |#2| |#1|) (-396 |#1|)))) (-517) (-517)) (T -383))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-396 *5)) (-4 *5 (-517)) (-4 *6 (-517)) (-5 *2 (-396 *6)) (-5 *1 (-383 *5 *6)))))
-(-10 -7 (-15 -2016 ((-396 |#2|) (-1 |#2| |#1|) (-396 |#1|))))
-((-2016 (((-385 |#2|) (-1 |#2| |#1|) (-385 |#1|)) 13)))
-(((-384 |#1| |#2|) (-10 -7 (-15 -2016 ((-385 |#2|) (-1 |#2| |#1|) (-385 |#1|)))) (-517) (-517)) (T -384))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-385 *5)) (-4 *5 (-517)) (-4 *6 (-517)) (-5 *2 (-385 *6)) (-5 *1 (-384 *5 *6)))))
-(-10 -7 (-15 -2016 ((-385 |#2|) (-1 |#2| |#1|) (-385 |#1|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 13)) (-1653 ((|#1| $) 21 (|has| |#1| (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| |#1| (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 17) (((-3 (-1092) "failed") $) NIL (|has| |#1| (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) 70 (|has| |#1| (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525))))) (-4105 ((|#1| $) 15) (((-1092) $) NIL (|has| |#1| (-968 (-1092)))) (((-385 (-525)) $) 67 (|has| |#1| (-968 (-525)))) (((-525) $) NIL (|has| |#1| (-968 (-525))))) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) 50)) (-1903 (($) NIL (|has| |#1| (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| |#1| (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| |#1| (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| |#1| (-821 (-357))))) (-2278 (((-108) $) 64)) (-2999 (($ $) NIL)) (-4066 ((|#1| $) 71)) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-1068)))) (-4079 (((-108) $) NIL (|has| |#1| (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| |#1| (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 97)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| |#1| (-286)))) (-1340 ((|#1| $) 28 (|has| |#1| (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) 135 (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 131 (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) NIL (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-486 (-1092) |#1|)))) (-1927 (((-713) $) NIL)) (-3431 (($ $ |#1|) NIL (|has| |#1| (-265 |#1| |#1|)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) 63)) (-2874 (($ $) NIL)) (-4080 ((|#1| $) 73)) (-2069 (((-827 (-525)) $) NIL (|has| |#1| (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| |#1| (-567 (-827 (-357))))) (((-501) $) NIL (|has| |#1| (-567 (-501)))) (((-357) $) NIL (|has| |#1| (-953))) (((-205) $) NIL (|has| |#1| (-953)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 115 (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) 10) (($ (-1092)) NIL (|has| |#1| (-968 (-1092))))) (-1463 (((-3 $ "failed") $) 99 (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) 100)) (-3064 ((|#1| $) 26 (|has| |#1| (-510)))) (-1571 (((-108) $ $) NIL)) (-2380 (($ $) NIL (|has| |#1| (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 22 T CONST)) (-3375 (($) 8 T CONST)) (-3660 (((-1075) $) 43 (-12 (|has| |#1| (-510)) (|has| |#1| (-770)))) (((-1075) $ (-108)) 44 (-12 (|has| |#1| (-510)) (|has| |#1| (-770)))) (((-1179) (-764) $) 45 (-12 (|has| |#1| (-510)) (|has| |#1| (-770)))) (((-1179) (-764) $ (-108)) 46 (-12 (|has| |#1| (-510)) (|has| |#1| (-770))))) (-2401 (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) 56)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) 24 (|has| |#1| (-789)))) (-2880 (($ $ $) 126) (($ |#1| |#1|) 52)) (-2871 (($ $) 25) (($ $ $) 55)) (-2860 (($ $ $) 53)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 125)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 60) (($ $ $) 57) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ |#1| $) 61) (($ $ |#1|) 85)))
-(((-385 |#1|) (-13 (-925 |#1|) (-10 -7 (IF (|has| |#1| (-510)) (IF (|has| |#1| (-770)) (-6 (-770)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4246)) (IF (|has| |#1| (-429)) (IF (|has| |#1| (-6 -4257)) (-6 -4246) |%noBranch|) |%noBranch|) |%noBranch|))) (-517)) (T -385))
-NIL
-(-13 (-925 |#1|) (-10 -7 (IF (|has| |#1| (-510)) (IF (|has| |#1| (-770)) (-6 (-770)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4246)) (IF (|has| |#1| (-429)) (IF (|has| |#1| (-6 -4257)) (-6 -4246) |%noBranch|) |%noBranch|) |%noBranch|)))
-((-3855 (((-632 |#2|) (-1174 $)) NIL) (((-632 |#2|)) 18)) (-2580 (($ (-1174 |#2|) (-1174 $)) NIL) (($ (-1174 |#2|)) 26)) (-1588 (((-632 |#2|) $ (-1174 $)) NIL) (((-632 |#2|) $) 22)) (-2021 ((|#3| $) 60)) (-4115 ((|#2| (-1174 $)) NIL) ((|#2|) 20)) (-2754 (((-1174 |#2|) $ (-1174 $)) NIL) (((-632 |#2|) (-1174 $) (-1174 $)) NIL) (((-1174 |#2|) $) NIL) (((-632 |#2|) (-1174 $)) 24)) (-2069 (((-1174 |#2|) $) 11) (($ (-1174 |#2|)) 13)) (-3153 ((|#3| $) 52)))
-(((-386 |#1| |#2| |#3|) (-10 -8 (-15 -1588 ((-632 |#2|) |#1|)) (-15 -4115 (|#2|)) (-15 -3855 ((-632 |#2|))) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2580 (|#1| (-1174 |#2|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -2021 (|#3| |#1|)) (-15 -3153 (|#3| |#1|)) (-15 -3855 ((-632 |#2|) (-1174 |#1|))) (-15 -4115 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -1588 ((-632 |#2|) |#1| (-1174 |#1|)))) (-387 |#2| |#3|) (-160) (-1150 |#2|)) (T -386))
-((-3855 (*1 *2) (-12 (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-632 *4)) (-5 *1 (-386 *3 *4 *5)) (-4 *3 (-387 *4 *5)))) (-4115 (*1 *2) (-12 (-4 *4 (-1150 *2)) (-4 *2 (-160)) (-5 *1 (-386 *3 *2 *4)) (-4 *3 (-387 *2 *4)))))
-(-10 -8 (-15 -1588 ((-632 |#2|) |#1|)) (-15 -4115 (|#2|)) (-15 -3855 ((-632 |#2|))) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2580 (|#1| (-1174 |#2|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -2021 (|#3| |#1|)) (-15 -3153 (|#3| |#1|)) (-15 -3855 ((-632 |#2|) (-1174 |#1|))) (-15 -4115 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -1588 ((-632 |#2|) |#1| (-1174 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3855 (((-632 |#1|) (-1174 $)) 46) (((-632 |#1|)) 61)) (-2924 ((|#1| $) 52)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-2580 (($ (-1174 |#1|) (-1174 $)) 48) (($ (-1174 |#1|)) 64)) (-1588 (((-632 |#1|) $ (-1174 $)) 53) (((-632 |#1|) $) 59)) (-3300 (((-3 $ "failed") $) 34)) (-3085 (((-856)) 54)) (-2278 (((-108) $) 31)) (-2704 ((|#1| $) 51)) (-2021 ((|#2| $) 44 (|has| |#1| (-341)))) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4115 ((|#1| (-1174 $)) 47) ((|#1|) 60)) (-2754 (((-1174 |#1|) $ (-1174 $)) 50) (((-632 |#1|) (-1174 $) (-1174 $)) 49) (((-1174 |#1|) $) 66) (((-632 |#1|) (-1174 $)) 65)) (-2069 (((-1174 |#1|) $) 63) (($ (-1174 |#1|)) 62)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 37)) (-1463 (((-3 $ "failed") $) 43 (|has| |#1| (-136)))) (-3153 ((|#2| $) 45)) (-2448 (((-713)) 29)) (-2103 (((-1174 $)) 67)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
-(((-387 |#1| |#2|) (-131) (-160) (-1150 |t#1|)) (T -387))
-((-2103 (*1 *2) (-12 (-4 *3 (-160)) (-4 *4 (-1150 *3)) (-5 *2 (-1174 *1)) (-4 *1 (-387 *3 *4)))) (-2754 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3)) (-5 *2 (-1174 *3)))) (-2754 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-387 *4 *5)) (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-632 *4)))) (-2580 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-387 *3 *4)) (-4 *4 (-1150 *3)))) (-2069 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3)) (-5 *2 (-1174 *3)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-387 *3 *4)) (-4 *4 (-1150 *3)))) (-3855 (*1 *2) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3)) (-5 *2 (-632 *3)))) (-4115 (*1 *2) (-12 (-4 *1 (-387 *2 *3)) (-4 *3 (-1150 *2)) (-4 *2 (-160)))) (-1588 (*1 *2 *1) (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3)) (-5 *2 (-632 *3)))))
-(-13 (-348 |t#1| |t#2|) (-10 -8 (-15 -2103 ((-1174 $))) (-15 -2754 ((-1174 |t#1|) $)) (-15 -2754 ((-632 |t#1|) (-1174 $))) (-15 -2580 ($ (-1174 |t#1|))) (-15 -2069 ((-1174 |t#1|) $)) (-15 -2069 ($ (-1174 |t#1|))) (-15 -3855 ((-632 |t#1|))) (-15 -4115 (|t#1|)) (-15 -1588 ((-632 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-348 |#1| |#2|) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) . T) ((-669) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) 27) (((-3 (-525) "failed") $) 19)) (-4105 ((|#2| $) NIL) (((-385 (-525)) $) 24) (((-525) $) 14)) (-4100 (($ |#2|) NIL) (($ (-385 (-525))) 22) (($ (-525)) 11)))
-(((-388 |#1| |#2|) (-10 -8 (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4100 (|#1| (-525))) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|))) (-389 |#2|) (-1128)) (T -388))
-NIL
-(-10 -8 (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4100 (|#1| (-525))) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|)))
-((-1934 (((-3 |#1| "failed") $) 7) (((-3 (-385 (-525)) "failed") $) 16 (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) 13 (|has| |#1| (-968 (-525))))) (-4105 ((|#1| $) 8) (((-385 (-525)) $) 15 (|has| |#1| (-968 (-385 (-525))))) (((-525) $) 12 (|has| |#1| (-968 (-525))))) (-4100 (($ |#1|) 6) (($ (-385 (-525))) 17 (|has| |#1| (-968 (-385 (-525))))) (($ (-525)) 14 (|has| |#1| (-968 (-525))))))
-(((-389 |#1|) (-131) (-1128)) (T -389))
-NIL
-(-13 (-968 |t#1|) (-10 -7 (IF (|has| |t#1| (-968 (-525))) (-6 (-968 (-525))) |%noBranch|) (IF (|has| |t#1| (-968 (-385 (-525)))) (-6 (-968 (-385 (-525)))) |%noBranch|)))
-(((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T))
-((-2016 (((-391 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-391 |#1| |#2| |#3| |#4|)) 33)))
-(((-390 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2016 ((-391 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-391 |#1| |#2| |#3| |#4|)))) (-286) (-925 |#1|) (-1150 |#2|) (-13 (-387 |#2| |#3|) (-968 |#2|)) (-286) (-925 |#5|) (-1150 |#6|) (-13 (-387 |#6| |#7|) (-968 |#6|))) (T -390))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-391 *5 *6 *7 *8)) (-4 *5 (-286)) (-4 *6 (-925 *5)) (-4 *7 (-1150 *6)) (-4 *8 (-13 (-387 *6 *7) (-968 *6))) (-4 *9 (-286)) (-4 *10 (-925 *9)) (-4 *11 (-1150 *10)) (-5 *2 (-391 *9 *10 *11 *12)) (-5 *1 (-390 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-387 *10 *11) (-968 *10))))))
-(-10 -7 (-15 -2016 ((-391 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-391 |#1| |#2| |#3| |#4|))))
-((-4087 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-4135 ((|#4| (-713) (-1174 |#4|)) 56)) (-2278 (((-108) $) NIL)) (-4066 (((-1174 |#4|) $) 17)) (-2704 ((|#2| $) 54)) (-1988 (($ $) 139)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 100)) (-2654 (($ (-1174 |#4|)) 99)) (-3993 (((-1039) $) NIL)) (-4080 ((|#1| $) 18)) (-3055 (($ $ $) NIL)) (-1242 (($ $ $) NIL)) (-4100 (((-798) $) 134)) (-2103 (((-1174 |#4|) $) 129)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3375 (($) 11 T CONST)) (-2775 (((-108) $ $) 40)) (-2880 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 122)) (* (($ $ $) 121)))
-(((-391 |#1| |#2| |#3| |#4|) (-13 (-450) (-10 -8 (-15 -2654 ($ (-1174 |#4|))) (-15 -2103 ((-1174 |#4|) $)) (-15 -2704 (|#2| $)) (-15 -4066 ((-1174 |#4|) $)) (-15 -4080 (|#1| $)) (-15 -1988 ($ $)) (-15 -4135 (|#4| (-713) (-1174 |#4|))))) (-286) (-925 |#1|) (-1150 |#2|) (-13 (-387 |#2| |#3|) (-968 |#2|))) (T -391))
-((-2654 (*1 *1 *2) (-12 (-5 *2 (-1174 *6)) (-4 *6 (-13 (-387 *4 *5) (-968 *4))) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-4 *3 (-286)) (-5 *1 (-391 *3 *4 *5 *6)))) (-2103 (*1 *2 *1) (-12 (-4 *3 (-286)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-5 *2 (-1174 *6)) (-5 *1 (-391 *3 *4 *5 *6)) (-4 *6 (-13 (-387 *4 *5) (-968 *4))))) (-2704 (*1 *2 *1) (-12 (-4 *4 (-1150 *2)) (-4 *2 (-925 *3)) (-5 *1 (-391 *3 *2 *4 *5)) (-4 *3 (-286)) (-4 *5 (-13 (-387 *2 *4) (-968 *2))))) (-4066 (*1 *2 *1) (-12 (-4 *3 (-286)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-5 *2 (-1174 *6)) (-5 *1 (-391 *3 *4 *5 *6)) (-4 *6 (-13 (-387 *4 *5) (-968 *4))))) (-4080 (*1 *2 *1) (-12 (-4 *3 (-925 *2)) (-4 *4 (-1150 *3)) (-4 *2 (-286)) (-5 *1 (-391 *2 *3 *4 *5)) (-4 *5 (-13 (-387 *3 *4) (-968 *3))))) (-1988 (*1 *1 *1) (-12 (-4 *2 (-286)) (-4 *3 (-925 *2)) (-4 *4 (-1150 *3)) (-5 *1 (-391 *2 *3 *4 *5)) (-4 *5 (-13 (-387 *3 *4) (-968 *3))))) (-4135 (*1 *2 *3 *4) (-12 (-5 *3 (-713)) (-5 *4 (-1174 *2)) (-4 *5 (-286)) (-4 *6 (-925 *5)) (-4 *2 (-13 (-387 *6 *7) (-968 *6))) (-5 *1 (-391 *5 *6 *7 *2)) (-4 *7 (-1150 *6)))))
-(-13 (-450) (-10 -8 (-15 -2654 ($ (-1174 |#4|))) (-15 -2103 ((-1174 |#4|) $)) (-15 -2704 (|#2| $)) (-15 -4066 ((-1174 |#4|) $)) (-15 -4080 (|#1| $)) (-15 -1988 ($ $)) (-15 -4135 (|#4| (-713) (-1174 |#4|)))))
-((-4087 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-2704 ((|#2| $) 61)) (-1888 (($ (-1174 |#4|)) 25) (($ (-391 |#1| |#2| |#3| |#4|)) 76 (|has| |#4| (-968 |#2|)))) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 34)) (-2103 (((-1174 |#4|) $) 26)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3375 (($) 23 T CONST)) (-2775 (((-108) $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ $ $) 72)))
-(((-392 |#1| |#2| |#3| |#4| |#5|) (-13 (-669) (-10 -8 (-15 -2103 ((-1174 |#4|) $)) (-15 -2704 (|#2| $)) (-15 -1888 ($ (-1174 |#4|))) (IF (|has| |#4| (-968 |#2|)) (-15 -1888 ($ (-391 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-286) (-925 |#1|) (-1150 |#2|) (-387 |#2| |#3|) (-1174 |#4|)) (T -392))
-((-2103 (*1 *2 *1) (-12 (-4 *3 (-286)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-5 *2 (-1174 *6)) (-5 *1 (-392 *3 *4 *5 *6 *7)) (-4 *6 (-387 *4 *5)) (-14 *7 *2))) (-2704 (*1 *2 *1) (-12 (-4 *4 (-1150 *2)) (-4 *2 (-925 *3)) (-5 *1 (-392 *3 *2 *4 *5 *6)) (-4 *3 (-286)) (-4 *5 (-387 *2 *4)) (-14 *6 (-1174 *5)))) (-1888 (*1 *1 *2) (-12 (-5 *2 (-1174 *6)) (-4 *6 (-387 *4 *5)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-4 *3 (-286)) (-5 *1 (-392 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-1888 (*1 *1 *2) (-12 (-5 *2 (-391 *3 *4 *5 *6)) (-4 *6 (-968 *4)) (-4 *3 (-286)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-4 *6 (-387 *4 *5)) (-14 *7 (-1174 *6)) (-5 *1 (-392 *3 *4 *5 *6 *7)))))
-(-13 (-669) (-10 -8 (-15 -2103 ((-1174 |#4|) $)) (-15 -2704 (|#2| $)) (-15 -1888 ($ (-1174 |#4|))) (IF (|has| |#4| (-968 |#2|)) (-15 -1888 ($ (-391 |#1| |#2| |#3| |#4|))) |%noBranch|)))
-((-2016 ((|#3| (-1 |#4| |#2|) |#1|) 26)))
-(((-393 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#3| (-1 |#4| |#2|) |#1|))) (-395 |#2|) (-160) (-395 |#4|) (-160)) (T -393))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-160)) (-4 *6 (-160)) (-4 *2 (-395 *6)) (-5 *1 (-393 *4 *5 *2 *6)) (-4 *4 (-395 *5)))))
-(-10 -7 (-15 -2016 (|#3| (-1 |#4| |#2|) |#1|)))
-((-1509 (((-3 $ "failed")) 86)) (-3551 (((-1174 (-632 |#2|)) (-1174 $)) NIL) (((-1174 (-632 |#2|))) 91)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) 85)) (-2394 (((-3 $ "failed")) 84)) (-2946 (((-632 |#2|) (-1174 $)) NIL) (((-632 |#2|)) 102)) (-4187 (((-632 |#2|) $ (-1174 $)) NIL) (((-632 |#2|) $) 110)) (-3141 (((-1088 (-887 |#2|))) 55)) (-3411 ((|#2| (-1174 $)) NIL) ((|#2|) 106)) (-2580 (($ (-1174 |#2|) (-1174 $)) NIL) (($ (-1174 |#2|)) 113)) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) 83)) (-2542 (((-3 $ "failed")) 75)) (-2713 (((-632 |#2|) (-1174 $)) NIL) (((-632 |#2|)) 100)) (-2222 (((-632 |#2|) $ (-1174 $)) NIL) (((-632 |#2|) $) 108)) (-2056 (((-1088 (-887 |#2|))) 54)) (-2623 ((|#2| (-1174 $)) NIL) ((|#2|) 104)) (-2754 (((-1174 |#2|) $ (-1174 $)) NIL) (((-632 |#2|) (-1174 $) (-1174 $)) NIL) (((-1174 |#2|) $) NIL) (((-632 |#2|) (-1174 $)) 112)) (-2069 (((-1174 |#2|) $) 96) (($ (-1174 |#2|)) 98)) (-3600 (((-592 (-887 |#2|)) (-1174 $)) NIL) (((-592 (-887 |#2|))) 94)) (-1590 (($ (-632 |#2|) $) 90)))
-(((-394 |#1| |#2|) (-10 -8 (-15 -1590 (|#1| (-632 |#2|) |#1|)) (-15 -3141 ((-1088 (-887 |#2|)))) (-15 -2056 ((-1088 (-887 |#2|)))) (-15 -4187 ((-632 |#2|) |#1|)) (-15 -2222 ((-632 |#2|) |#1|)) (-15 -2946 ((-632 |#2|))) (-15 -2713 ((-632 |#2|))) (-15 -3411 (|#2|)) (-15 -2623 (|#2|)) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2580 (|#1| (-1174 |#2|))) (-15 -3600 ((-592 (-887 |#2|)))) (-15 -3551 ((-1174 (-632 |#2|)))) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -1509 ((-3 |#1| "failed"))) (-15 -2394 ((-3 |#1| "failed"))) (-15 -2542 ((-3 |#1| "failed"))) (-15 -3734 ((-3 (-2 (|:| |particular| |#1|) (|:| -2103 (-592 |#1|))) "failed"))) (-15 -2661 ((-3 (-2 (|:| |particular| |#1|) (|:| -2103 (-592 |#1|))) "failed"))) (-15 -2946 ((-632 |#2|) (-1174 |#1|))) (-15 -2713 ((-632 |#2|) (-1174 |#1|))) (-15 -3411 (|#2| (-1174 |#1|))) (-15 -2623 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -4187 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -2222 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -3551 ((-1174 (-632 |#2|)) (-1174 |#1|))) (-15 -3600 ((-592 (-887 |#2|)) (-1174 |#1|)))) (-395 |#2|) (-160)) (T -394))
-((-3551 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-1174 (-632 *4))) (-5 *1 (-394 *3 *4)) (-4 *3 (-395 *4)))) (-3600 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-592 (-887 *4))) (-5 *1 (-394 *3 *4)) (-4 *3 (-395 *4)))) (-2623 (*1 *2) (-12 (-4 *2 (-160)) (-5 *1 (-394 *3 *2)) (-4 *3 (-395 *2)))) (-3411 (*1 *2) (-12 (-4 *2 (-160)) (-5 *1 (-394 *3 *2)) (-4 *3 (-395 *2)))) (-2713 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-632 *4)) (-5 *1 (-394 *3 *4)) (-4 *3 (-395 *4)))) (-2946 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-632 *4)) (-5 *1 (-394 *3 *4)) (-4 *3 (-395 *4)))) (-2056 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-1088 (-887 *4))) (-5 *1 (-394 *3 *4)) (-4 *3 (-395 *4)))) (-3141 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-1088 (-887 *4))) (-5 *1 (-394 *3 *4)) (-4 *3 (-395 *4)))))
-(-10 -8 (-15 -1590 (|#1| (-632 |#2|) |#1|)) (-15 -3141 ((-1088 (-887 |#2|)))) (-15 -2056 ((-1088 (-887 |#2|)))) (-15 -4187 ((-632 |#2|) |#1|)) (-15 -2222 ((-632 |#2|) |#1|)) (-15 -2946 ((-632 |#2|))) (-15 -2713 ((-632 |#2|))) (-15 -3411 (|#2|)) (-15 -2623 (|#2|)) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2580 (|#1| (-1174 |#2|))) (-15 -3600 ((-592 (-887 |#2|)))) (-15 -3551 ((-1174 (-632 |#2|)))) (-15 -2754 ((-632 |#2|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1|)) (-15 -1509 ((-3 |#1| "failed"))) (-15 -2394 ((-3 |#1| "failed"))) (-15 -2542 ((-3 |#1| "failed"))) (-15 -3734 ((-3 (-2 (|:| |particular| |#1|) (|:| -2103 (-592 |#1|))) "failed"))) (-15 -2661 ((-3 (-2 (|:| |particular| |#1|) (|:| -2103 (-592 |#1|))) "failed"))) (-15 -2946 ((-632 |#2|) (-1174 |#1|))) (-15 -2713 ((-632 |#2|) (-1174 |#1|))) (-15 -3411 (|#2| (-1174 |#1|))) (-15 -2623 (|#2| (-1174 |#1|))) (-15 -2580 (|#1| (-1174 |#2|) (-1174 |#1|))) (-15 -2754 ((-632 |#2|) (-1174 |#1|) (-1174 |#1|))) (-15 -2754 ((-1174 |#2|) |#1| (-1174 |#1|))) (-15 -4187 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -2222 ((-632 |#2|) |#1| (-1174 |#1|))) (-15 -3551 ((-1174 (-632 |#2|)) (-1174 |#1|))) (-15 -3600 ((-592 (-887 |#2|)) (-1174 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1509 (((-3 $ "failed")) 37 (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) 19)) (-3551 (((-1174 (-632 |#1|)) (-1174 $)) 78) (((-1174 (-632 |#1|))) 100)) (-3651 (((-1174 $)) 81)) (-2475 (($) 17 T CONST)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) 40 (|has| |#1| (-517)))) (-2394 (((-3 $ "failed")) 38 (|has| |#1| (-517)))) (-2946 (((-632 |#1|) (-1174 $)) 65) (((-632 |#1|)) 92)) (-2126 ((|#1| $) 74)) (-4187 (((-632 |#1|) $ (-1174 $)) 76) (((-632 |#1|) $) 90)) (-3322 (((-3 $ "failed") $) 45 (|has| |#1| (-517)))) (-3141 (((-1088 (-887 |#1|))) 88 (|has| |#1| (-341)))) (-1488 (($ $ (-856)) 28)) (-3447 ((|#1| $) 72)) (-4047 (((-1088 |#1|) $) 42 (|has| |#1| (-517)))) (-3411 ((|#1| (-1174 $)) 67) ((|#1|) 94)) (-1521 (((-1088 |#1|) $) 63)) (-3838 (((-108)) 57)) (-2580 (($ (-1174 |#1|) (-1174 $)) 69) (($ (-1174 |#1|)) 98)) (-3300 (((-3 $ "failed") $) 47 (|has| |#1| (-517)))) (-3085 (((-856)) 80)) (-1822 (((-108)) 54)) (-2156 (($ $ (-856)) 33)) (-3387 (((-108)) 50)) (-2634 (((-108)) 48)) (-2936 (((-108)) 52)) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) 41 (|has| |#1| (-517)))) (-2542 (((-3 $ "failed")) 39 (|has| |#1| (-517)))) (-2713 (((-632 |#1|) (-1174 $)) 66) (((-632 |#1|)) 93)) (-3309 ((|#1| $) 75)) (-2222 (((-632 |#1|) $ (-1174 $)) 77) (((-632 |#1|) $) 91)) (-3711 (((-3 $ "failed") $) 46 (|has| |#1| (-517)))) (-2056 (((-1088 (-887 |#1|))) 89 (|has| |#1| (-341)))) (-2486 (($ $ (-856)) 29)) (-3714 ((|#1| $) 73)) (-2357 (((-1088 |#1|) $) 43 (|has| |#1| (-517)))) (-2623 ((|#1| (-1174 $)) 68) ((|#1|) 95)) (-2673 (((-1088 |#1|) $) 64)) (-3938 (((-108)) 58)) (-1289 (((-1075) $) 9)) (-1780 (((-108)) 49)) (-1719 (((-108)) 51)) (-2490 (((-108)) 53)) (-3993 (((-1039) $) 10)) (-1539 (((-108)) 56)) (-3431 ((|#1| $ (-525)) 101)) (-2754 (((-1174 |#1|) $ (-1174 $)) 71) (((-632 |#1|) (-1174 $) (-1174 $)) 70) (((-1174 |#1|) $) 103) (((-632 |#1|) (-1174 $)) 102)) (-2069 (((-1174 |#1|) $) 97) (($ (-1174 |#1|)) 96)) (-3600 (((-592 (-887 |#1|)) (-1174 $)) 79) (((-592 (-887 |#1|))) 99)) (-1242 (($ $ $) 25)) (-1682 (((-108)) 62)) (-4100 (((-798) $) 11)) (-2103 (((-1174 $)) 104)) (-3974 (((-592 (-1174 |#1|))) 44 (|has| |#1| (-517)))) (-3133 (($ $ $ $) 26)) (-1839 (((-108)) 60)) (-1590 (($ (-632 |#1|) $) 87)) (-4148 (($ $ $) 24)) (-2453 (((-108)) 61)) (-1569 (((-108)) 59)) (-1886 (((-108)) 55)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 30)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
-(((-395 |#1|) (-131) (-160)) (T -395))
-((-2103 (*1 *2) (-12 (-4 *3 (-160)) (-5 *2 (-1174 *1)) (-4 *1 (-395 *3)))) (-2754 (*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-1174 *3)))) (-2754 (*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-395 *4)) (-4 *4 (-160)) (-5 *2 (-632 *4)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-395 *2)) (-4 *2 (-160)))) (-3551 (*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-1174 (-632 *3))))) (-3600 (*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-592 (-887 *3))))) (-2580 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-395 *3)))) (-2069 (*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-1174 *3)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-395 *3)))) (-2623 (*1 *2) (-12 (-4 *1 (-395 *2)) (-4 *2 (-160)))) (-3411 (*1 *2) (-12 (-4 *1 (-395 *2)) (-4 *2 (-160)))) (-2713 (*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))) (-2946 (*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))) (-2222 (*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))) (-4187 (*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))) (-2056 (*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-4 *3 (-341)) (-5 *2 (-1088 (-887 *3))))) (-3141 (*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-4 *3 (-341)) (-5 *2 (-1088 (-887 *3))))) (-1590 (*1 *1 *2 *1) (-12 (-5 *2 (-632 *3)) (-4 *1 (-395 *3)) (-4 *3 (-160)))))
-(-13 (-345 |t#1|) (-10 -8 (-15 -2103 ((-1174 $))) (-15 -2754 ((-1174 |t#1|) $)) (-15 -2754 ((-632 |t#1|) (-1174 $))) (-15 -3431 (|t#1| $ (-525))) (-15 -3551 ((-1174 (-632 |t#1|)))) (-15 -3600 ((-592 (-887 |t#1|)))) (-15 -2580 ($ (-1174 |t#1|))) (-15 -2069 ((-1174 |t#1|) $)) (-15 -2069 ($ (-1174 |t#1|))) (-15 -2623 (|t#1|)) (-15 -3411 (|t#1|)) (-15 -2713 ((-632 |t#1|))) (-15 -2946 ((-632 |t#1|))) (-15 -2222 ((-632 |t#1|) $)) (-15 -4187 ((-632 |t#1|) $)) (IF (|has| |t#1| (-341)) (PROGN (-15 -2056 ((-1088 (-887 |t#1|)))) (-15 -3141 ((-1088 (-887 |t#1|))))) |%noBranch|) (-15 -1590 ($ (-632 |t#1|) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-345 |#1|) . T) ((-594 |#1|) . T) ((-660 |#1|) . T) ((-663) . T) ((-687 |#1|) . T) ((-704) . T) ((-983 |#1|) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 42)) (-3969 (($ $) 57)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 146)) (-2433 (($ $) NIL)) (-1568 (((-108) $) 36)) (-1509 ((|#1| $) 13)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-1132)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-1132)))) (-1675 (($ |#1| (-525)) 31)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 116)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 55)) (-3300 (((-3 $ "failed") $) 131)) (-3306 (((-3 (-385 (-525)) "failed") $) 63 (|has| |#1| (-510)))) (-1417 (((-108) $) 59 (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) 70 (|has| |#1| (-510)))) (-2206 (($ |#1| (-525)) 33)) (-1798 (((-108) $) 152 (|has| |#1| (-1132)))) (-2278 (((-108) $) 43)) (-2004 (((-713) $) 38)) (-2420 (((-3 "nil" "sqfr" "irred" "prime") $ (-525)) 137)) (-3538 ((|#1| $ (-525)) 136)) (-3670 (((-525) $ (-525)) 135)) (-3273 (($ |#1| (-525)) 30)) (-2016 (($ (-1 |#1| |#1|) $) 143)) (-3225 (($ |#1| (-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-525))))) 58)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-2813 (($ |#1| (-525)) 32)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) 147 (|has| |#1| (-429)))) (-3392 (($ |#1| (-525) (-3 "nil" "sqfr" "irred" "prime")) 29)) (-2868 (((-592 (-2 (|:| -4201 |#1|) (|:| -2168 (-525)))) $) 54)) (-2994 (((-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-525)))) $) 12)) (-4201 (((-396 $) $) NIL (|has| |#1| (-1132)))) (-1311 (((-3 $ "failed") $ $) 138)) (-2168 (((-525) $) 132)) (-2361 ((|#1| $) 56)) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) 79 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) 85 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) $) NIL (|has| |#1| (-486 (-1092) $))) (($ $ (-592 (-1092)) (-592 $)) 86 (|has| |#1| (-486 (-1092) $))) (($ $ (-592 (-273 $))) 82 (|has| |#1| (-288 $))) (($ $ (-273 $)) NIL (|has| |#1| (-288 $))) (($ $ $ $) NIL (|has| |#1| (-288 $))) (($ $ (-592 $) (-592 $)) NIL (|has| |#1| (-288 $)))) (-3431 (($ $ |#1|) 71 (|has| |#1| (-265 |#1| |#1|))) (($ $ $) 72 (|has| |#1| (-265 $ $)))) (-2702 (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) 142)) (-2069 (((-501) $) 27 (|has| |#1| (-567 (-501)))) (((-357) $) 92 (|has| |#1| (-953))) (((-205) $) 95 (|has| |#1| (-953)))) (-4100 (((-798) $) 114) (($ (-525)) 46) (($ $) NIL) (($ |#1|) 45) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525)))))) (-2448 (((-713)) 48)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 40 T CONST)) (-3375 (($) 39 T CONST)) (-2401 (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2775 (((-108) $ $) 96)) (-2871 (($ $) 128) (($ $ $) NIL)) (-2860 (($ $ $) 140)) (** (($ $ (-856)) NIL) (($ $ (-713)) 102)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 50) (($ $ $) 49) (($ |#1| $) 51) (($ $ |#1|) NIL)))
-(((-396 |#1|) (-13 (-517) (-211 |#1|) (-37 |#1|) (-316 |#1|) (-389 |#1|) (-10 -8 (-15 -2361 (|#1| $)) (-15 -2168 ((-525) $)) (-15 -3225 ($ |#1| (-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-525)))))) (-15 -2994 ((-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-525)))) $)) (-15 -3273 ($ |#1| (-525))) (-15 -2868 ((-592 (-2 (|:| -4201 |#1|) (|:| -2168 (-525)))) $)) (-15 -2813 ($ |#1| (-525))) (-15 -3670 ((-525) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2420 ((-3 "nil" "sqfr" "irred" "prime") $ (-525))) (-15 -2004 ((-713) $)) (-15 -2206 ($ |#1| (-525))) (-15 -1675 ($ |#1| (-525))) (-15 -3392 ($ |#1| (-525) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -1509 (|#1| $)) (-15 -3969 ($ $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-429)) (-6 (-429)) |%noBranch|) (IF (|has| |#1| (-953)) (-6 (-953)) |%noBranch|) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|) (IF (|has| |#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-265 $ $)) (-6 (-265 $ $)) |%noBranch|) (IF (|has| |#1| (-288 $)) (-6 (-288 $)) |%noBranch|) (IF (|has| |#1| (-486 (-1092) $)) (-6 (-486 (-1092) $)) |%noBranch|))) (-517)) (T -396))
-((-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-517)) (-5 *1 (-396 *3)))) (-2361 (*1 *2 *1) (-12 (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-2168 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-396 *3)) (-4 *3 (-517)))) (-3225 (*1 *1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-525))))) (-4 *2 (-517)) (-5 *1 (-396 *2)))) (-2994 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-525))))) (-5 *1 (-396 *3)) (-4 *3 (-517)))) (-3273 (*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-2868 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| -4201 *3) (|:| -2168 (-525))))) (-5 *1 (-396 *3)) (-4 *3 (-517)))) (-2813 (*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-3670 (*1 *2 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-396 *3)) (-4 *3 (-517)))) (-3538 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-2420 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-396 *4)) (-4 *4 (-517)))) (-2004 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-396 *3)) (-4 *3 (-517)))) (-2206 (*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-1675 (*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-3392 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-525)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-1509 (*1 *2 *1) (-12 (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-3969 (*1 *1 *1) (-12 (-5 *1 (-396 *2)) (-4 *2 (-517)))) (-1417 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-396 *3)) (-4 *3 (-510)) (-4 *3 (-517)))) (-1367 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-396 *3)) (-4 *3 (-510)) (-4 *3 (-517)))) (-3306 (*1 *2 *1) (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-396 *3)) (-4 *3 (-510)) (-4 *3 (-517)))))
-(-13 (-517) (-211 |#1|) (-37 |#1|) (-316 |#1|) (-389 |#1|) (-10 -8 (-15 -2361 (|#1| $)) (-15 -2168 ((-525) $)) (-15 -3225 ($ |#1| (-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-525)))))) (-15 -2994 ((-592 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-525)))) $)) (-15 -3273 ($ |#1| (-525))) (-15 -2868 ((-592 (-2 (|:| -4201 |#1|) (|:| -2168 (-525)))) $)) (-15 -2813 ($ |#1| (-525))) (-15 -3670 ((-525) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2420 ((-3 "nil" "sqfr" "irred" "prime") $ (-525))) (-15 -2004 ((-713) $)) (-15 -2206 ($ |#1| (-525))) (-15 -1675 ($ |#1| (-525))) (-15 -3392 ($ |#1| (-525) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -1509 (|#1| $)) (-15 -3969 ($ $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-429)) (-6 (-429)) |%noBranch|) (IF (|has| |#1| (-953)) (-6 (-953)) |%noBranch|) (IF (|has| |#1| (-1132)) (-6 (-1132)) |%noBranch|) (IF (|has| |#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-265 $ $)) (-6 (-265 $ $)) |%noBranch|) (IF (|has| |#1| (-288 $)) (-6 (-288 $)) |%noBranch|) (IF (|has| |#1| (-486 (-1092) $)) (-6 (-486 (-1092) $)) |%noBranch|)))
-((-2109 (((-396 |#1|) (-396 |#1|) (-1 (-396 |#1|) |#1|)) 21)) (-2014 (((-396 |#1|) (-396 |#1|) (-396 |#1|)) 16)))
-(((-397 |#1|) (-10 -7 (-15 -2109 ((-396 |#1|) (-396 |#1|) (-1 (-396 |#1|) |#1|))) (-15 -2014 ((-396 |#1|) (-396 |#1|) (-396 |#1|)))) (-517)) (T -397))
-((-2014 (*1 *2 *2 *2) (-12 (-5 *2 (-396 *3)) (-4 *3 (-517)) (-5 *1 (-397 *3)))) (-2109 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-396 *4) *4)) (-4 *4 (-517)) (-5 *2 (-396 *4)) (-5 *1 (-397 *4)))))
-(-10 -7 (-15 -2109 ((-396 |#1|) (-396 |#1|) (-1 (-396 |#1|) |#1|))) (-15 -2014 ((-396 |#1|) (-396 |#1|) (-396 |#1|))))
-((-3199 ((|#2| |#2|) 166)) (-2709 (((-3 (|:| |%expansion| (-291 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108)) 57)))
-(((-398 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2709 ((-3 (|:| |%expansion| (-291 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108))) (-15 -3199 (|#2| |#2|))) (-13 (-429) (-789) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|)) (-1092) |#2|) (T -398))
-((-3199 (*1 *2 *2) (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-398 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1114) (-408 *3))) (-14 *4 (-1092)) (-14 *5 *2))) (-2709 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (|:| |%expansion| (-291 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075)))))) (-5 *1 (-398 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1114) (-408 *5))) (-14 *6 (-1092)) (-14 *7 *3))))
-(-10 -7 (-15 -2709 ((-3 (|:| |%expansion| (-291 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108))) (-15 -3199 (|#2| |#2|)))
-((-2016 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
-(((-399 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|))) (-13 (-977) (-789)) (-408 |#1|) (-13 (-977) (-789)) (-408 |#3|)) (T -399))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-977) (-789))) (-4 *6 (-13 (-977) (-789))) (-4 *2 (-408 *6)) (-5 *1 (-399 *5 *4 *6 *2)) (-4 *4 (-408 *5)))))
-(-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|)))
-((-3199 ((|#2| |#2|) 90)) (-3279 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108) (-1075)) 48)) (-1211 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108) (-1075)) 154)))
-(((-400 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3279 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108) (-1075))) (-15 -1211 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108) (-1075))) (-15 -3199 (|#2| |#2|))) (-13 (-429) (-789) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|) (-10 -8 (-15 -4100 ($ |#3|)))) (-787) (-13 (-1152 |#2| |#3|) (-341) (-1114) (-10 -8 (-15 -2702 ($ $)) (-15 -2367 ($ $)))) (-916 |#4|) (-1092)) (T -400))
-((-3199 (*1 *2 *2) (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-4 *2 (-13 (-27) (-1114) (-408 *3) (-10 -8 (-15 -4100 ($ *4))))) (-4 *4 (-787)) (-4 *5 (-13 (-1152 *2 *4) (-341) (-1114) (-10 -8 (-15 -2702 ($ $)) (-15 -2367 ($ $))))) (-5 *1 (-400 *3 *2 *4 *5 *6 *7)) (-4 *6 (-916 *5)) (-14 *7 (-1092)))) (-1211 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-108)) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-4 *3 (-13 (-27) (-1114) (-408 *6) (-10 -8 (-15 -4100 ($ *7))))) (-4 *7 (-787)) (-4 *8 (-13 (-1152 *3 *7) (-341) (-1114) (-10 -8 (-15 -2702 ($ $)) (-15 -2367 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075)))))) (-5 *1 (-400 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1075)) (-4 *9 (-916 *8)) (-14 *10 (-1092)))) (-3279 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-108)) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-4 *3 (-13 (-27) (-1114) (-408 *6) (-10 -8 (-15 -4100 ($ *7))))) (-4 *7 (-787)) (-4 *8 (-13 (-1152 *3 *7) (-341) (-1114) (-10 -8 (-15 -2702 ($ $)) (-15 -2367 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075)))))) (-5 *1 (-400 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1075)) (-4 *9 (-916 *8)) (-14 *10 (-1092)))))
-(-10 -7 (-15 -3279 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108) (-1075))) (-15 -1211 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))) |#2| (-108) (-1075))) (-15 -3199 (|#2| |#2|)))
-((-2159 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-3504 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-2016 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
-(((-401 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3504 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2159 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1020) (-403 |#1|) (-1020) (-403 |#3|)) (T -401))
-((-2159 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1020)) (-4 *5 (-1020)) (-4 *2 (-403 *5)) (-5 *1 (-401 *6 *4 *5 *2)) (-4 *4 (-403 *6)))) (-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1020)) (-4 *2 (-1020)) (-5 *1 (-401 *5 *4 *2 *6)) (-4 *4 (-403 *5)) (-4 *6 (-403 *2)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-403 *6)) (-5 *1 (-401 *5 *4 *6 *2)) (-4 *4 (-403 *5)))))
-(-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -3504 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -2159 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
-((-1320 (($) 44)) (-1705 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 40)) (-3907 (($ $ $) 39)) (-4026 (((-108) $ $) 28)) (-1613 (((-713)) 47)) (-2805 (($ (-592 |#2|)) 20) (($) NIL)) (-1903 (($) 53)) (-4207 (((-108) $ $) 13)) (-3033 ((|#2| $) 61)) (-1609 ((|#2| $) 59)) (-3685 (((-856) $) 55)) (-2913 (($ $ $) 35)) (-1722 (($ (-856)) 50)) (-1292 (($ $ |#2|) NIL) (($ $ $) 38)) (-4002 (((-713) (-1 (-108) |#2|) $) NIL) (((-713) |#2| $) 26)) (-4114 (($ (-592 |#2|)) 24)) (-3189 (($ $) 46)) (-4100 (((-798) $) 33)) (-2763 (((-713) $) 21)) (-2180 (($ (-592 |#2|)) 19) (($) NIL)) (-2775 (((-108) $ $) 16)))
-(((-402 |#1| |#2|) (-10 -8 (-15 -1613 ((-713))) (-15 -1722 (|#1| (-856))) (-15 -3685 ((-856) |#1|)) (-15 -1903 (|#1|)) (-15 -3033 (|#2| |#1|)) (-15 -1609 (|#2| |#1|)) (-15 -1320 (|#1|)) (-15 -3189 (|#1| |#1|)) (-15 -2763 ((-713) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -4207 ((-108) |#1| |#1|)) (-15 -2180 (|#1|)) (-15 -2180 (|#1| (-592 |#2|))) (-15 -2805 (|#1|)) (-15 -2805 (|#1| (-592 |#2|))) (-15 -2913 (|#1| |#1| |#1|)) (-15 -1292 (|#1| |#1| |#1|)) (-15 -1292 (|#1| |#1| |#2|)) (-15 -3907 (|#1| |#1| |#1|)) (-15 -4026 ((-108) |#1| |#1|)) (-15 -1705 (|#1| |#1| |#1|)) (-15 -1705 (|#1| |#1| |#2|)) (-15 -1705 (|#1| |#2| |#1|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -4002 ((-713) |#2| |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|))) (-403 |#2|) (-1020)) (T -402))
-((-1613 (*1 *2) (-12 (-4 *4 (-1020)) (-5 *2 (-713)) (-5 *1 (-402 *3 *4)) (-4 *3 (-403 *4)))))
-(-10 -8 (-15 -1613 ((-713))) (-15 -1722 (|#1| (-856))) (-15 -3685 ((-856) |#1|)) (-15 -1903 (|#1|)) (-15 -3033 (|#2| |#1|)) (-15 -1609 (|#2| |#1|)) (-15 -1320 (|#1|)) (-15 -3189 (|#1| |#1|)) (-15 -2763 ((-713) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -4207 ((-108) |#1| |#1|)) (-15 -2180 (|#1|)) (-15 -2180 (|#1| (-592 |#2|))) (-15 -2805 (|#1|)) (-15 -2805 (|#1| (-592 |#2|))) (-15 -2913 (|#1| |#1| |#1|)) (-15 -1292 (|#1| |#1| |#1|)) (-15 -1292 (|#1| |#1| |#2|)) (-15 -3907 (|#1| |#1| |#1|)) (-15 -4026 ((-108) |#1| |#1|)) (-15 -1705 (|#1| |#1| |#1|)) (-15 -1705 (|#1| |#1| |#2|)) (-15 -1705 (|#1| |#2| |#1|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -4002 ((-713) |#2| |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)))
-((-4087 (((-108) $ $) 19)) (-1320 (($) 67 (|has| |#1| (-346)))) (-1705 (($ |#1| $) 82) (($ $ |#1|) 81) (($ $ $) 80)) (-3907 (($ $ $) 78)) (-4026 (((-108) $ $) 79)) (-3779 (((-108) $ (-713)) 8)) (-1613 (((-713)) 61 (|has| |#1| (-346)))) (-2805 (($ (-592 |#1|)) 74) (($) 73)) (-3050 (($ (-1 (-108) |#1|) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1681 (($ $) 58 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ |#1| $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 46 (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) 57 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 54 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4259)))) (-1903 (($) 64 (|has| |#1| (-346)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-4207 (((-108) $ $) 70)) (-2516 (((-108) $ (-713)) 9)) (-3033 ((|#1| $) 65 (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-1609 ((|#1| $) 66 (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-3685 (((-856) $) 63 (|has| |#1| (-346)))) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22)) (-2913 (($ $ $) 75)) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40)) (-1722 (($ (-856)) 62 (|has| |#1| (-346)))) (-3993 (((-1039) $) 21)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 51)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-1292 (($ $ |#1|) 77) (($ $ $) 76)) (-2637 (($) 49) (($ (-592 |#1|)) 48)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 50)) (-3189 (($ $) 68 (|has| |#1| (-346)))) (-4100 (((-798) $) 18)) (-2763 (((-713) $) 69)) (-2180 (($ (-592 |#1|)) 72) (($) 71)) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20)) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-403 |#1|) (-131) (-1020)) (T -403))
-((-2763 (*1 *2 *1) (-12 (-4 *1 (-403 *3)) (-4 *3 (-1020)) (-5 *2 (-713)))) (-3189 (*1 *1 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-1020)) (-4 *2 (-346)))) (-1320 (*1 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-346)) (-4 *2 (-1020)))) (-1609 (*1 *2 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-1020)) (-4 *2 (-789)))) (-3033 (*1 *2 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-1020)) (-4 *2 (-789)))))
-(-13 (-209 |t#1|) (-1018 |t#1|) (-10 -8 (-6 -4259) (-15 -2763 ((-713) $)) (IF (|has| |t#1| (-346)) (PROGN (-6 (-346)) (-15 -3189 ($ $)) (-15 -1320 ($))) |%noBranch|) (IF (|has| |t#1| (-789)) (PROGN (-15 -1609 (|t#1| $)) (-15 -3033 (|t#1| $))) |%noBranch|)))
-(((-33) . T) ((-102 |#1|) . T) ((-97) . T) ((-566 (-798)) . T) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-209 |#1|) . T) ((-215 |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-346) |has| |#1| (-346)) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1018 |#1|) . T) ((-1020) . T) ((-1128) . T))
-((-1471 (((-542 |#2|) |#2| (-1092)) 36)) (-4163 (((-542 |#2|) |#2| (-1092)) 20)) (-1917 ((|#2| |#2| (-1092)) 25)))
-(((-404 |#1| |#2|) (-10 -7 (-15 -4163 ((-542 |#2|) |#2| (-1092))) (-15 -1471 ((-542 |#2|) |#2| (-1092))) (-15 -1917 (|#2| |#2| (-1092)))) (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-29 |#1|))) (T -404))
-((-1917 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *1 (-404 *4 *2)) (-4 *2 (-13 (-1114) (-29 *4))))) (-1471 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-542 *3)) (-5 *1 (-404 *5 *3)) (-4 *3 (-13 (-1114) (-29 *5))))) (-4163 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-542 *3)) (-5 *1 (-404 *5 *3)) (-4 *3 (-13 (-1114) (-29 *5))))))
-(-10 -7 (-15 -4163 ((-542 |#2|) |#2| (-1092))) (-15 -1471 ((-542 |#2|) |#2| (-1092))) (-15 -1917 (|#2| |#2| (-1092))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-2900 (($ |#2| |#1|) 35)) (-2912 (($ |#2| |#1|) 33)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-309 |#2|)) 25)) (-2448 (((-713)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 10 T CONST)) (-3375 (($) 16 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 34)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 36) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-405 |#1| |#2|) (-13 (-37 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4246)) (IF (|has| |#1| (-6 -4246)) (-6 -4246) |%noBranch|) |%noBranch|) (-15 -4100 ($ |#1|)) (-15 -4100 ($ (-309 |#2|))) (-15 -2900 ($ |#2| |#1|)) (-15 -2912 ($ |#2| |#1|)))) (-13 (-160) (-37 (-385 (-525)))) (-13 (-789) (-21))) (T -405))
-((-4100 (*1 *1 *2) (-12 (-5 *1 (-405 *2 *3)) (-4 *2 (-13 (-160) (-37 (-385 (-525))))) (-4 *3 (-13 (-789) (-21))))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-309 *4)) (-4 *4 (-13 (-789) (-21))) (-5 *1 (-405 *3 *4)) (-4 *3 (-13 (-160) (-37 (-385 (-525))))))) (-2900 (*1 *1 *2 *3) (-12 (-5 *1 (-405 *3 *2)) (-4 *3 (-13 (-160) (-37 (-385 (-525))))) (-4 *2 (-13 (-789) (-21))))) (-2912 (*1 *1 *2 *3) (-12 (-5 *1 (-405 *3 *2)) (-4 *3 (-13 (-160) (-37 (-385 (-525))))) (-4 *2 (-13 (-789) (-21))))))
-(-13 (-37 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4246)) (IF (|has| |#1| (-6 -4246)) (-6 -4246) |%noBranch|) |%noBranch|) (-15 -4100 ($ |#1|)) (-15 -4100 ($ (-309 |#2|))) (-15 -2900 ($ |#2| |#1|)) (-15 -2912 ($ |#2| |#1|))))
-((-2367 (((-3 |#2| (-592 |#2|)) |#2| (-1092)) 109)))
-(((-406 |#1| |#2|) (-10 -7 (-15 -2367 ((-3 |#2| (-592 |#2|)) |#2| (-1092)))) (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-893) (-29 |#1|))) (T -406))
-((-2367 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 *3 (-592 *3))) (-5 *1 (-406 *5 *3)) (-4 *3 (-13 (-1114) (-893) (-29 *5))))))
-(-10 -7 (-15 -2367 ((-3 |#2| (-592 |#2|)) |#2| (-1092))))
-((-1296 (((-592 (-1092)) $) 72)) (-4169 (((-385 (-1088 $)) $ (-565 $)) 273)) (-3702 (($ $ (-273 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-592 (-565 $)) (-592 $)) 237)) (-1934 (((-3 (-565 $) "failed") $) NIL) (((-3 (-1092) "failed") $) 75) (((-3 (-525) "failed") $) NIL) (((-3 |#2| "failed") $) 233) (((-3 (-385 (-887 |#2|)) "failed") $) 324) (((-3 (-887 |#2|) "failed") $) 235) (((-3 (-385 (-525)) "failed") $) NIL)) (-4105 (((-565 $) $) NIL) (((-1092) $) 30) (((-525) $) NIL) ((|#2| $) 231) (((-385 (-887 |#2|)) $) 305) (((-887 |#2|) $) 232) (((-385 (-525)) $) NIL)) (-1386 (((-110) (-110)) 47)) (-2999 (($ $) 87)) (-1751 (((-3 (-565 $) "failed") $) 228)) (-4153 (((-592 (-565 $)) $) 229)) (-2977 (((-3 (-592 $) "failed") $) 247)) (-3159 (((-3 (-2 (|:| |val| $) (|:| -2168 (-525))) "failed") $) 254)) (-3165 (((-3 (-592 $) "failed") $) 245)) (-2502 (((-3 (-2 (|:| -2681 (-525)) (|:| |var| (-565 $))) "failed") $) 264)) (-1986 (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $) 251) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-110)) 217) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-1092)) 219)) (-1399 (((-108) $) 19)) (-1407 ((|#2| $) 21)) (-2825 (($ $ (-565 $) $) NIL) (($ $ (-592 (-565 $)) (-592 $)) 236) (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) 96) (($ $ (-1092) (-1 $ (-592 $))) NIL) (($ $ (-1092) (-1 $ $)) NIL) (($ $ (-592 (-110)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-110) (-1 $ (-592 $))) NIL) (($ $ (-110) (-1 $ $)) NIL) (($ $ (-1092)) 57) (($ $ (-592 (-1092))) 240) (($ $) 241) (($ $ (-110) $ (-1092)) 60) (($ $ (-592 (-110)) (-592 $) (-1092)) 67) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ $))) 107) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ (-592 $)))) 242) (($ $ (-1092) (-713) (-1 $ (-592 $))) 94) (($ $ (-1092) (-713) (-1 $ $)) 93)) (-3431 (($ (-110) $) NIL) (($ (-110) $ $) NIL) (($ (-110) $ $ $) NIL) (($ (-110) $ $ $ $) NIL) (($ (-110) (-592 $)) 106)) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) 238)) (-2874 (($ $) 284)) (-2069 (((-827 (-525)) $) 257) (((-827 (-357)) $) 261) (($ (-396 $)) 320) (((-501) $) NIL)) (-4100 (((-798) $) 239) (($ (-565 $)) 84) (($ (-1092)) 26) (($ |#2|) NIL) (($ (-1044 |#2| (-565 $))) NIL) (($ (-385 |#2|)) 289) (($ (-887 (-385 |#2|))) 329) (($ (-385 (-887 (-385 |#2|)))) 301) (($ (-385 (-887 |#2|))) 295) (($ $) NIL) (($ (-887 |#2|)) 185) (($ (-385 (-525))) 334) (($ (-525)) NIL)) (-2448 (((-713)) 79)) (-3954 (((-108) (-110)) 41)) (-4040 (($ (-1092) $) 33) (($ (-1092) $ $) 34) (($ (-1092) $ $ $) 35) (($ (-1092) $ $ $ $) 36) (($ (-1092) (-592 $)) 39)) (* (($ (-385 (-525)) $) NIL) (($ $ (-385 (-525))) NIL) (($ |#2| $) 266) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-525) $) NIL) (($ (-713) $) NIL) (($ (-856) $) NIL)))
-(((-407 |#1| |#2|) (-10 -8 (-15 * (|#1| (-856) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2448 ((-713))) (-15 -4100 (|#1| (-525))) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2069 ((-501) |#1|)) (-15 -4105 ((-887 |#2|) |#1|)) (-15 -1934 ((-3 (-887 |#2|) "failed") |#1|)) (-15 -4100 (|#1| (-887 |#2|))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4100 (|#1| |#1|)) (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -4105 ((-385 (-887 |#2|)) |#1|)) (-15 -1934 ((-3 (-385 (-887 |#2|)) "failed") |#1|)) (-15 -4100 (|#1| (-385 (-887 |#2|)))) (-15 -4169 ((-385 (-1088 |#1|)) |#1| (-565 |#1|))) (-15 -4100 (|#1| (-385 (-887 (-385 |#2|))))) (-15 -4100 (|#1| (-887 (-385 |#2|)))) (-15 -4100 (|#1| (-385 |#2|))) (-15 -2874 (|#1| |#1|)) (-15 -2069 (|#1| (-396 |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-713) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-713) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-713)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-713)) (-592 (-1 |#1| |#1|)))) (-15 -3159 ((-3 (-2 (|:| |val| |#1|) (|:| -2168 (-525))) "failed") |#1|)) (-15 -1986 ((-3 (-2 (|:| |var| (-565 |#1|)) (|:| -2168 (-525))) "failed") |#1| (-1092))) (-15 -1986 ((-3 (-2 (|:| |var| (-565 |#1|)) (|:| -2168 (-525))) "failed") |#1| (-110))) (-15 -2999 (|#1| |#1|)) (-15 -4100 (|#1| (-1044 |#2| (-565 |#1|)))) (-15 -2502 ((-3 (-2 (|:| -2681 (-525)) (|:| |var| (-565 |#1|))) "failed") |#1|)) (-15 -3165 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -1986 ((-3 (-2 (|:| |var| (-565 |#1|)) (|:| -2168 (-525))) "failed") |#1|)) (-15 -2977 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 |#1|) (-1092))) (-15 -2825 (|#1| |#1| (-110) |#1| (-1092))) (-15 -2825 (|#1| |#1|)) (-15 -2825 (|#1| |#1| (-592 (-1092)))) (-15 -2825 (|#1| |#1| (-1092))) (-15 -4040 (|#1| (-1092) (-592 |#1|))) (-15 -4040 (|#1| (-1092) |#1| |#1| |#1| |#1|)) (-15 -4040 (|#1| (-1092) |#1| |#1| |#1|)) (-15 -4040 (|#1| (-1092) |#1| |#1|)) (-15 -4040 (|#1| (-1092) |#1|)) (-15 -1296 ((-592 (-1092)) |#1|)) (-15 -1407 (|#2| |#1|)) (-15 -1399 ((-108) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -4105 ((-1092) |#1|)) (-15 -1934 ((-3 (-1092) "failed") |#1|)) (-15 -4100 (|#1| (-1092))) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| |#1|)))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| |#1|)))) (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -4153 ((-592 (-565 |#1|)) |#1|)) (-15 -1751 ((-3 (-565 |#1|) "failed") |#1|)) (-15 -3702 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -3702 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3702 (|#1| |#1| (-273 |#1|))) (-15 -3431 (|#1| (-110) (-592 |#1|))) (-15 -3431 (|#1| (-110) |#1| |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -2825 (|#1| |#1| (-565 |#1|) |#1|)) (-15 -4105 ((-565 |#1|) |#1|)) (-15 -1934 ((-3 (-565 |#1|) "failed") |#1|)) (-15 -4100 (|#1| (-565 |#1|))) (-15 -4100 ((-798) |#1|))) (-408 |#2|) (-789)) (T -407))
-((-1386 (*1 *2 *2) (-12 (-5 *2 (-110)) (-4 *4 (-789)) (-5 *1 (-407 *3 *4)) (-4 *3 (-408 *4)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-110)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-407 *4 *5)) (-4 *4 (-408 *5)))) (-2448 (*1 *2) (-12 (-4 *4 (-789)) (-5 *2 (-713)) (-5 *1 (-407 *3 *4)) (-4 *3 (-408 *4)))))
-(-10 -8 (-15 * (|#1| (-856) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2448 ((-713))) (-15 -4100 (|#1| (-525))) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2069 ((-501) |#1|)) (-15 -4105 ((-887 |#2|) |#1|)) (-15 -1934 ((-3 (-887 |#2|) "failed") |#1|)) (-15 -4100 (|#1| (-887 |#2|))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4100 (|#1| |#1|)) (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -4105 ((-385 (-887 |#2|)) |#1|)) (-15 -1934 ((-3 (-385 (-887 |#2|)) "failed") |#1|)) (-15 -4100 (|#1| (-385 (-887 |#2|)))) (-15 -4169 ((-385 (-1088 |#1|)) |#1| (-565 |#1|))) (-15 -4100 (|#1| (-385 (-887 (-385 |#2|))))) (-15 -4100 (|#1| (-887 (-385 |#2|)))) (-15 -4100 (|#1| (-385 |#2|))) (-15 -2874 (|#1| |#1|)) (-15 -2069 (|#1| (-396 |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-713) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-713) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-713)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-713)) (-592 (-1 |#1| |#1|)))) (-15 -3159 ((-3 (-2 (|:| |val| |#1|) (|:| -2168 (-525))) "failed") |#1|)) (-15 -1986 ((-3 (-2 (|:| |var| (-565 |#1|)) (|:| -2168 (-525))) "failed") |#1| (-1092))) (-15 -1986 ((-3 (-2 (|:| |var| (-565 |#1|)) (|:| -2168 (-525))) "failed") |#1| (-110))) (-15 -2999 (|#1| |#1|)) (-15 -4100 (|#1| (-1044 |#2| (-565 |#1|)))) (-15 -2502 ((-3 (-2 (|:| -2681 (-525)) (|:| |var| (-565 |#1|))) "failed") |#1|)) (-15 -3165 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -1986 ((-3 (-2 (|:| |var| (-565 |#1|)) (|:| -2168 (-525))) "failed") |#1|)) (-15 -2977 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 |#1|) (-1092))) (-15 -2825 (|#1| |#1| (-110) |#1| (-1092))) (-15 -2825 (|#1| |#1|)) (-15 -2825 (|#1| |#1| (-592 (-1092)))) (-15 -2825 (|#1| |#1| (-1092))) (-15 -4040 (|#1| (-1092) (-592 |#1|))) (-15 -4040 (|#1| (-1092) |#1| |#1| |#1| |#1|)) (-15 -4040 (|#1| (-1092) |#1| |#1| |#1|)) (-15 -4040 (|#1| (-1092) |#1| |#1|)) (-15 -4040 (|#1| (-1092) |#1|)) (-15 -1296 ((-592 (-1092)) |#1|)) (-15 -1407 (|#2| |#1|)) (-15 -1399 ((-108) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -4105 ((-1092) |#1|)) (-15 -1934 ((-3 (-1092) "failed") |#1|)) (-15 -4100 (|#1| (-1092))) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-110) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-110)) (-592 (-1 |#1| |#1|)))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| |#1|))) (-15 -2825 (|#1| |#1| (-1092) (-1 |#1| (-592 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| (-592 |#1|))))) (-15 -2825 (|#1| |#1| (-592 (-1092)) (-592 (-1 |#1| |#1|)))) (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -4153 ((-592 (-565 |#1|)) |#1|)) (-15 -1751 ((-3 (-565 |#1|) "failed") |#1|)) (-15 -3702 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -3702 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3702 (|#1| |#1| (-273 |#1|))) (-15 -3431 (|#1| (-110) (-592 |#1|))) (-15 -3431 (|#1| (-110) |#1| |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1| |#1|)) (-15 -3431 (|#1| (-110) |#1|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -2825 (|#1| |#1| (-592 (-565 |#1|)) (-592 |#1|))) (-15 -2825 (|#1| |#1| (-565 |#1|) |#1|)) (-15 -4105 ((-565 |#1|) |#1|)) (-15 -1934 ((-3 (-565 |#1|) "failed") |#1|)) (-15 -4100 (|#1| (-565 |#1|))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 116 (|has| |#1| (-25)))) (-1296 (((-592 (-1092)) $) 203)) (-4169 (((-385 (-1088 $)) $ (-565 $)) 171 (|has| |#1| (-517)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 143 (|has| |#1| (-517)))) (-2433 (($ $) 144 (|has| |#1| (-517)))) (-1568 (((-108) $) 146 (|has| |#1| (-517)))) (-1285 (((-592 (-565 $)) $) 44)) (-3222 (((-3 $ "failed") $ $) 118 (|has| |#1| (-21)))) (-3702 (($ $ (-273 $)) 56) (($ $ (-592 (-273 $))) 55) (($ $ (-592 (-565 $)) (-592 $)) 54)) (-4195 (($ $) 163 (|has| |#1| (-517)))) (-3586 (((-396 $) $) 164 (|has| |#1| (-517)))) (-1507 (((-108) $ $) 154 (|has| |#1| (-517)))) (-2475 (($) 102 (-2067 (|has| |#1| (-1032)) (|has| |#1| (-25))) CONST)) (-1934 (((-3 (-565 $) "failed") $) 69) (((-3 (-1092) "failed") $) 216) (((-3 (-525) "failed") $) 209 (|has| |#1| (-968 (-525)))) (((-3 |#1| "failed") $) 207) (((-3 (-385 (-887 |#1|)) "failed") $) 169 (|has| |#1| (-517))) (((-3 (-887 |#1|) "failed") $) 123 (|has| |#1| (-977))) (((-3 (-385 (-525)) "failed") $) 95 (-2067 (-12 (|has| |#1| (-968 (-525))) (|has| |#1| (-517))) (|has| |#1| (-968 (-385 (-525))))))) (-4105 (((-565 $) $) 68) (((-1092) $) 215) (((-525) $) 210 (|has| |#1| (-968 (-525)))) ((|#1| $) 206) (((-385 (-887 |#1|)) $) 168 (|has| |#1| (-517))) (((-887 |#1|) $) 122 (|has| |#1| (-977))) (((-385 (-525)) $) 94 (-2067 (-12 (|has| |#1| (-968 (-525))) (|has| |#1| (-517))) (|has| |#1| (-968 (-385 (-525))))))) (-1356 (($ $ $) 158 (|has| |#1| (-517)))) (-3090 (((-632 (-525)) (-632 $)) 137 (-3944 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 136 (-3944 (|has| |#1| (-588 (-525))) (|has| |#1| (-977)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 135 (|has| |#1| (-977))) (((-632 |#1|) (-632 $)) 134 (|has| |#1| (-977)))) (-3300 (((-3 $ "failed") $) 105 (|has| |#1| (-1032)))) (-1332 (($ $ $) 157 (|has| |#1| (-517)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 152 (|has| |#1| (-517)))) (-1798 (((-108) $) 165 (|has| |#1| (-517)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 212 (|has| |#1| (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 211 (|has| |#1| (-821 (-357))))) (-3106 (($ $) 51) (($ (-592 $)) 50)) (-2531 (((-592 (-110)) $) 43)) (-1386 (((-110) (-110)) 42)) (-2278 (((-108) $) 103 (|has| |#1| (-1032)))) (-3028 (((-108) $) 22 (|has| $ (-968 (-525))))) (-2999 (($ $) 186 (|has| |#1| (-977)))) (-4066 (((-1044 |#1| (-565 $)) $) 187 (|has| |#1| (-977)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 161 (|has| |#1| (-517)))) (-1808 (((-1088 $) (-565 $)) 25 (|has| $ (-977)))) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-2016 (($ (-1 $ $) (-565 $)) 36)) (-1751 (((-3 (-565 $) "failed") $) 46)) (-2739 (($ (-592 $)) 150 (|has| |#1| (-517))) (($ $ $) 149 (|has| |#1| (-517)))) (-1289 (((-1075) $) 9)) (-4153 (((-592 (-565 $)) $) 45)) (-4152 (($ (-110) $) 38) (($ (-110) (-592 $)) 37)) (-2977 (((-3 (-592 $) "failed") $) 192 (|has| |#1| (-1032)))) (-3159 (((-3 (-2 (|:| |val| $) (|:| -2168 (-525))) "failed") $) 183 (|has| |#1| (-977)))) (-3165 (((-3 (-592 $) "failed") $) 190 (|has| |#1| (-25)))) (-2502 (((-3 (-2 (|:| -2681 (-525)) (|:| |var| (-565 $))) "failed") $) 189 (|has| |#1| (-25)))) (-1986 (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $) 191 (|has| |#1| (-1032))) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-110)) 185 (|has| |#1| (-977))) (((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-1092)) 184 (|has| |#1| (-977)))) (-2412 (((-108) $ (-110)) 40) (((-108) $ (-1092)) 39)) (-1387 (($ $) 107 (-2067 (|has| |#1| (-450)) (|has| |#1| (-517))))) (-2934 (((-713) $) 47)) (-3993 (((-1039) $) 10)) (-1399 (((-108) $) 205)) (-1407 ((|#1| $) 204)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 151 (|has| |#1| (-517)))) (-2772 (($ (-592 $)) 148 (|has| |#1| (-517))) (($ $ $) 147 (|has| |#1| (-517)))) (-3513 (((-108) $ $) 35) (((-108) $ (-1092)) 34)) (-4201 (((-396 $) $) 162 (|has| |#1| (-517)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 160 (|has| |#1| (-517))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 159 (|has| |#1| (-517)))) (-1311 (((-3 $ "failed") $ $) 142 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 153 (|has| |#1| (-517)))) (-3864 (((-108) $) 23 (|has| $ (-968 (-525))))) (-2825 (($ $ (-565 $) $) 67) (($ $ (-592 (-565 $)) (-592 $)) 66) (($ $ (-592 (-273 $))) 65) (($ $ (-273 $)) 64) (($ $ $ $) 63) (($ $ (-592 $) (-592 $)) 62) (($ $ (-592 (-1092)) (-592 (-1 $ $))) 33) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) 32) (($ $ (-1092) (-1 $ (-592 $))) 31) (($ $ (-1092) (-1 $ $)) 30) (($ $ (-592 (-110)) (-592 (-1 $ $))) 29) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) 28) (($ $ (-110) (-1 $ (-592 $))) 27) (($ $ (-110) (-1 $ $)) 26) (($ $ (-1092)) 197 (|has| |#1| (-567 (-501)))) (($ $ (-592 (-1092))) 196 (|has| |#1| (-567 (-501)))) (($ $) 195 (|has| |#1| (-567 (-501)))) (($ $ (-110) $ (-1092)) 194 (|has| |#1| (-567 (-501)))) (($ $ (-592 (-110)) (-592 $) (-1092)) 193 (|has| |#1| (-567 (-501)))) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ $))) 182 (|has| |#1| (-977))) (($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ (-592 $)))) 181 (|has| |#1| (-977))) (($ $ (-1092) (-713) (-1 $ (-592 $))) 180 (|has| |#1| (-977))) (($ $ (-1092) (-713) (-1 $ $)) 179 (|has| |#1| (-977)))) (-1927 (((-713) $) 155 (|has| |#1| (-517)))) (-3431 (($ (-110) $) 61) (($ (-110) $ $) 60) (($ (-110) $ $ $) 59) (($ (-110) $ $ $ $) 58) (($ (-110) (-592 $)) 57)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 156 (|has| |#1| (-517)))) (-2540 (($ $) 49) (($ $ $) 48)) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) 128 (|has| |#1| (-977))) (($ $ (-1092) (-713)) 127 (|has| |#1| (-977))) (($ $ (-592 (-1092))) 126 (|has| |#1| (-977))) (($ $ (-1092)) 125 (|has| |#1| (-977)))) (-2874 (($ $) 176 (|has| |#1| (-517)))) (-4080 (((-1044 |#1| (-565 $)) $) 177 (|has| |#1| (-517)))) (-2013 (($ $) 24 (|has| $ (-977)))) (-2069 (((-827 (-525)) $) 214 (|has| |#1| (-567 (-827 (-525))))) (((-827 (-357)) $) 213 (|has| |#1| (-567 (-827 (-357))))) (($ (-396 $)) 178 (|has| |#1| (-517))) (((-501) $) 97 (|has| |#1| (-567 (-501))))) (-3055 (($ $ $) 111 (|has| |#1| (-450)))) (-1242 (($ $ $) 112 (|has| |#1| (-450)))) (-4100 (((-798) $) 11) (($ (-565 $)) 70) (($ (-1092)) 217) (($ |#1|) 208) (($ (-1044 |#1| (-565 $))) 188 (|has| |#1| (-977))) (($ (-385 |#1|)) 174 (|has| |#1| (-517))) (($ (-887 (-385 |#1|))) 173 (|has| |#1| (-517))) (($ (-385 (-887 (-385 |#1|)))) 172 (|has| |#1| (-517))) (($ (-385 (-887 |#1|))) 170 (|has| |#1| (-517))) (($ $) 141 (|has| |#1| (-517))) (($ (-887 |#1|)) 124 (|has| |#1| (-977))) (($ (-385 (-525))) 96 (-2067 (|has| |#1| (-517)) (-12 (|has| |#1| (-968 (-525))) (|has| |#1| (-517))) (|has| |#1| (-968 (-385 (-525)))))) (($ (-525)) 93 (-2067 (|has| |#1| (-977)) (|has| |#1| (-968 (-525)))))) (-1463 (((-3 $ "failed") $) 138 (|has| |#1| (-136)))) (-2448 (((-713)) 133 (|has| |#1| (-977)))) (-2239 (($ $) 53) (($ (-592 $)) 52)) (-3954 (((-108) (-110)) 41)) (-1571 (((-108) $ $) 145 (|has| |#1| (-517)))) (-4040 (($ (-1092) $) 202) (($ (-1092) $ $) 201) (($ (-1092) $ $ $) 200) (($ (-1092) $ $ $ $) 199) (($ (-1092) (-592 $)) 198)) (-3706 (($ $ (-525)) 110 (-2067 (|has| |#1| (-450)) (|has| |#1| (-517)))) (($ $ (-713)) 104 (|has| |#1| (-1032))) (($ $ (-856)) 100 (|has| |#1| (-1032)))) (-3364 (($) 115 (|has| |#1| (-25)) CONST)) (-3375 (($) 101 (|has| |#1| (-1032)) CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) 132 (|has| |#1| (-977))) (($ $ (-1092) (-713)) 131 (|has| |#1| (-977))) (($ $ (-592 (-1092))) 130 (|has| |#1| (-977))) (($ $ (-1092)) 129 (|has| |#1| (-977)))) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-2880 (($ (-1044 |#1| (-565 $)) (-1044 |#1| (-565 $))) 175 (|has| |#1| (-517))) (($ $ $) 108 (-2067 (|has| |#1| (-450)) (|has| |#1| (-517))))) (-2871 (($ $ $) 120 (|has| |#1| (-21))) (($ $) 119 (|has| |#1| (-21)))) (-2860 (($ $ $) 113 (|has| |#1| (-25)))) (** (($ $ (-525)) 109 (-2067 (|has| |#1| (-450)) (|has| |#1| (-517)))) (($ $ (-713)) 106 (|has| |#1| (-1032))) (($ $ (-856)) 99 (|has| |#1| (-1032)))) (* (($ (-385 (-525)) $) 167 (|has| |#1| (-517))) (($ $ (-385 (-525))) 166 (|has| |#1| (-517))) (($ |#1| $) 140 (|has| |#1| (-160))) (($ $ |#1|) 139 (|has| |#1| (-160))) (($ (-525) $) 121 (|has| |#1| (-21))) (($ (-713) $) 117 (|has| |#1| (-25))) (($ (-856) $) 114 (|has| |#1| (-25))) (($ $ $) 98 (|has| |#1| (-1032)))))
-(((-408 |#1|) (-131) (-789)) (T -408))
-((-1399 (*1 *2 *1) (-12 (-4 *1 (-408 *3)) (-4 *3 (-789)) (-5 *2 (-108)))) (-1407 (*1 *2 *1) (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)))) (-1296 (*1 *2 *1) (-12 (-4 *1 (-408 *3)) (-4 *3 (-789)) (-5 *2 (-592 (-1092))))) (-4040 (*1 *1 *2 *1) (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789)))) (-4040 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789)))) (-4040 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789)))) (-4040 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789)))) (-4040 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-592 *1)) (-4 *1 (-408 *4)) (-4 *4 (-789)))) (-2825 (*1 *1 *1 *2) (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789)) (-4 *3 (-567 (-501))))) (-2825 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-1092))) (-4 *1 (-408 *3)) (-4 *3 (-789)) (-4 *3 (-567 (-501))))) (-2825 (*1 *1 *1) (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)) (-4 *2 (-567 (-501))))) (-2825 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-110)) (-5 *3 (-1092)) (-4 *1 (-408 *4)) (-4 *4 (-789)) (-4 *4 (-567 (-501))))) (-2825 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-592 (-110))) (-5 *3 (-592 *1)) (-5 *4 (-1092)) (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-567 (-501))))) (-2977 (*1 *2 *1) (|partial| -12 (-4 *3 (-1032)) (-4 *3 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-408 *3)))) (-1986 (*1 *2 *1) (|partial| -12 (-4 *3 (-1032)) (-4 *3 (-789)) (-5 *2 (-2 (|:| |var| (-565 *1)) (|:| -2168 (-525)))) (-4 *1 (-408 *3)))) (-3165 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-408 *3)))) (-2502 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-789)) (-5 *2 (-2 (|:| -2681 (-525)) (|:| |var| (-565 *1)))) (-4 *1 (-408 *3)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1044 *3 (-565 *1))) (-4 *3 (-977)) (-4 *3 (-789)) (-4 *1 (-408 *3)))) (-4066 (*1 *2 *1) (-12 (-4 *3 (-977)) (-4 *3 (-789)) (-5 *2 (-1044 *3 (-565 *1))) (-4 *1 (-408 *3)))) (-2999 (*1 *1 *1) (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)) (-4 *2 (-977)))) (-1986 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-110)) (-4 *4 (-977)) (-4 *4 (-789)) (-5 *2 (-2 (|:| |var| (-565 *1)) (|:| -2168 (-525)))) (-4 *1 (-408 *4)))) (-1986 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1092)) (-4 *4 (-977)) (-4 *4 (-789)) (-5 *2 (-2 (|:| |var| (-565 *1)) (|:| -2168 (-525)))) (-4 *1 (-408 *4)))) (-3159 (*1 *2 *1) (|partial| -12 (-4 *3 (-977)) (-4 *3 (-789)) (-5 *2 (-2 (|:| |val| *1) (|:| -2168 (-525)))) (-4 *1 (-408 *3)))) (-2825 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-713))) (-5 *4 (-592 (-1 *1 *1))) (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-977)))) (-2825 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-713))) (-5 *4 (-592 (-1 *1 (-592 *1)))) (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-977)))) (-2825 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-713)) (-5 *4 (-1 *1 (-592 *1))) (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-977)))) (-2825 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-713)) (-5 *4 (-1 *1 *1)) (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-977)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-396 *1)) (-4 *1 (-408 *3)) (-4 *3 (-517)) (-4 *3 (-789)))) (-4080 (*1 *2 *1) (-12 (-4 *3 (-517)) (-4 *3 (-789)) (-5 *2 (-1044 *3 (-565 *1))) (-4 *1 (-408 *3)))) (-2874 (*1 *1 *1) (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)) (-4 *2 (-517)))) (-2880 (*1 *1 *2 *2) (-12 (-5 *2 (-1044 *3 (-565 *1))) (-4 *3 (-517)) (-4 *3 (-789)) (-4 *1 (-408 *3)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-385 *3)) (-4 *3 (-517)) (-4 *3 (-789)) (-4 *1 (-408 *3)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-887 (-385 *3))) (-4 *3 (-517)) (-4 *3 (-789)) (-4 *1 (-408 *3)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-385 (-887 (-385 *3)))) (-4 *3 (-517)) (-4 *3 (-789)) (-4 *1 (-408 *3)))) (-4169 (*1 *2 *1 *3) (-12 (-5 *3 (-565 *1)) (-4 *1 (-408 *4)) (-4 *4 (-789)) (-4 *4 (-517)) (-5 *2 (-385 (-1088 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-408 *3)) (-4 *3 (-789)) (-4 *3 (-1032)))))
-(-13 (-281) (-968 (-1092)) (-819 |t#1|) (-378 |t#1|) (-389 |t#1|) (-10 -8 (-15 -1399 ((-108) $)) (-15 -1407 (|t#1| $)) (-15 -1296 ((-592 (-1092)) $)) (-15 -4040 ($ (-1092) $)) (-15 -4040 ($ (-1092) $ $)) (-15 -4040 ($ (-1092) $ $ $)) (-15 -4040 ($ (-1092) $ $ $ $)) (-15 -4040 ($ (-1092) (-592 $))) (IF (|has| |t#1| (-567 (-501))) (PROGN (-6 (-567 (-501))) (-15 -2825 ($ $ (-1092))) (-15 -2825 ($ $ (-592 (-1092)))) (-15 -2825 ($ $)) (-15 -2825 ($ $ (-110) $ (-1092))) (-15 -2825 ($ $ (-592 (-110)) (-592 $) (-1092)))) |%noBranch|) (IF (|has| |t#1| (-1032)) (PROGN (-6 (-669)) (-15 ** ($ $ (-713))) (-15 -2977 ((-3 (-592 $) "failed") $)) (-15 -1986 ((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-450)) (-6 (-450)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -3165 ((-3 (-592 $) "failed") $)) (-15 -2502 ((-3 (-2 (|:| -2681 (-525)) (|:| |var| (-565 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-977)) (PROGN (-6 (-977)) (-6 (-968 (-887 |t#1|))) (-6 (-835 (-1092))) (-6 (-355 |t#1|)) (-15 -4100 ($ (-1044 |t#1| (-565 $)))) (-15 -4066 ((-1044 |t#1| (-565 $)) $)) (-15 -2999 ($ $)) (-15 -1986 ((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-110))) (-15 -1986 ((-3 (-2 (|:| |var| (-565 $)) (|:| -2168 (-525))) "failed") $ (-1092))) (-15 -3159 ((-3 (-2 (|:| |val| $) (|:| -2168 (-525))) "failed") $)) (-15 -2825 ($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ $)))) (-15 -2825 ($ $ (-592 (-1092)) (-592 (-713)) (-592 (-1 $ (-592 $))))) (-15 -2825 ($ $ (-1092) (-713) (-1 $ (-592 $)))) (-15 -2825 ($ $ (-1092) (-713) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |t#1| (-160)) (-6 (-37 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-517)) (PROGN (-6 (-341)) (-6 (-968 (-385 (-887 |t#1|)))) (-15 -2069 ($ (-396 $))) (-15 -4080 ((-1044 |t#1| (-565 $)) $)) (-15 -2874 ($ $)) (-15 -2880 ($ (-1044 |t#1| (-565 $)) (-1044 |t#1| (-565 $)))) (-15 -4100 ($ (-385 |t#1|))) (-15 -4100 ($ (-887 (-385 |t#1|)))) (-15 -4100 ($ (-385 (-887 (-385 |t#1|))))) (-15 -4169 ((-385 (-1088 $)) $ (-565 $))) (IF (|has| |t#1| (-968 (-525))) (-6 (-968 (-385 (-525)))) |%noBranch|)) |%noBranch|)))
-(((-21) -2067 (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136)) (|has| |#1| (-21))) ((-23) -2067 (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2067 (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-37 #0=(-385 (-525))) |has| |#1| (-517)) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) |has| |#1| (-517)) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-517)) ((-107 |#1| |#1|) |has| |#1| (-160)) ((-107 $ $) |has| |#1| (-517)) ((-126) -2067 (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136)) (|has| |#1| (-21))) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) |has| |#1| (-517)) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-567 (-827 (-357))) |has| |#1| (-567 (-827 (-357)))) ((-567 (-827 (-525))) |has| |#1| (-567 (-827 (-525)))) ((-223) |has| |#1| (-517)) ((-269) |has| |#1| (-517)) ((-286) |has| |#1| (-517)) ((-288 $) . T) ((-281) . T) ((-341) |has| |#1| (-517)) ((-355 |#1|) |has| |#1| (-977)) ((-378 |#1|) . T) ((-389 |#1|) . T) ((-429) |has| |#1| (-517)) ((-450) |has| |#1| (-450)) ((-486 (-565 $) $) . T) ((-486 $ $) . T) ((-517) |has| |#1| (-517)) ((-594 #0#) |has| |#1| (-517)) ((-594 |#1|) |has| |#1| (-160)) ((-594 $) -2067 (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136))) ((-588 (-525)) -12 (|has| |#1| (-588 (-525))) (|has| |#1| (-977))) ((-588 |#1|) |has| |#1| (-977)) ((-660 #0#) |has| |#1| (-517)) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) |has| |#1| (-517)) ((-669) -2067 (|has| |#1| (-1032)) (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-450)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136))) ((-789) . T) ((-835 (-1092)) |has| |#1| (-977)) ((-821 (-357)) |has| |#1| (-821 (-357))) ((-821 (-525)) |has| |#1| (-821 (-525))) ((-819 |#1|) . T) ((-855) |has| |#1| (-517)) ((-968 (-385 (-525))) -2067 (|has| |#1| (-968 (-385 (-525)))) (-12 (|has| |#1| (-517)) (|has| |#1| (-968 (-525))))) ((-968 (-385 (-887 |#1|))) |has| |#1| (-517)) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 (-565 $)) . T) ((-968 (-887 |#1|)) |has| |#1| (-977)) ((-968 (-1092)) . T) ((-968 |#1|) . T) ((-983 #0#) |has| |#1| (-517)) ((-983 |#1|) |has| |#1| (-160)) ((-983 $) |has| |#1| (-517)) ((-977) -2067 (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136))) ((-984) -2067 (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136))) ((-1032) -2067 (|has| |#1| (-1032)) (|has| |#1| (-977)) (|has| |#1| (-517)) (|has| |#1| (-450)) (|has| |#1| (-160)) (|has| |#1| (-138)) (|has| |#1| (-136))) ((-1020) . T) ((-1128) . T) ((-1132) |has| |#1| (-517)))
-((-2527 ((|#2| |#2| |#2|) 33)) (-1386 (((-110) (-110)) 44)) (-2293 ((|#2| |#2|) 66)) (-3510 ((|#2| |#2|) 69)) (-3284 ((|#2| |#2|) 32)) (-3553 ((|#2| |#2| |#2|) 35)) (-1384 ((|#2| |#2| |#2|) 37)) (-2735 ((|#2| |#2| |#2|) 34)) (-2273 ((|#2| |#2| |#2|) 36)) (-3954 (((-108) (-110)) 42)) (-3541 ((|#2| |#2|) 39)) (-1287 ((|#2| |#2|) 38)) (-2380 ((|#2| |#2|) 27)) (-3496 ((|#2| |#2| |#2|) 30) ((|#2| |#2|) 28)) (-2892 ((|#2| |#2| |#2|) 31)))
-(((-409 |#1| |#2|) (-10 -7 (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -2380 (|#2| |#2|)) (-15 -3496 (|#2| |#2|)) (-15 -3496 (|#2| |#2| |#2|)) (-15 -2892 (|#2| |#2| |#2|)) (-15 -3284 (|#2| |#2|)) (-15 -2527 (|#2| |#2| |#2|)) (-15 -2735 (|#2| |#2| |#2|)) (-15 -3553 (|#2| |#2| |#2|)) (-15 -2273 (|#2| |#2| |#2|)) (-15 -1384 (|#2| |#2| |#2|)) (-15 -1287 (|#2| |#2|)) (-15 -3541 (|#2| |#2|)) (-15 -3510 (|#2| |#2|)) (-15 -2293 (|#2| |#2|))) (-13 (-789) (-517)) (-408 |#1|)) (T -409))
-((-2293 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-3510 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-3541 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-1287 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-1384 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-2273 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-3553 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-2735 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-2527 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-3284 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-2892 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-3496 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-3496 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-2380 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2)) (-4 *2 (-408 *3)))) (-1386 (*1 *2 *2) (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *4)) (-4 *4 (-408 *3)))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108)) (-5 *1 (-409 *4 *5)) (-4 *5 (-408 *4)))))
-(-10 -7 (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -2380 (|#2| |#2|)) (-15 -3496 (|#2| |#2|)) (-15 -3496 (|#2| |#2| |#2|)) (-15 -2892 (|#2| |#2| |#2|)) (-15 -3284 (|#2| |#2|)) (-15 -2527 (|#2| |#2| |#2|)) (-15 -2735 (|#2| |#2| |#2|)) (-15 -3553 (|#2| |#2| |#2|)) (-15 -2273 (|#2| |#2| |#2|)) (-15 -1384 (|#2| |#2| |#2|)) (-15 -1287 (|#2| |#2|)) (-15 -3541 (|#2| |#2|)) (-15 -3510 (|#2| |#2|)) (-15 -2293 (|#2| |#2|)))
-((-3932 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1088 |#2|)) (|:| |pol2| (-1088 |#2|)) (|:| |prim| (-1088 |#2|))) |#2| |#2|) 97 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-592 (-1088 |#2|))) (|:| |prim| (-1088 |#2|))) (-592 |#2|)) 61)))
-(((-410 |#1| |#2|) (-10 -7 (-15 -3932 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-592 (-1088 |#2|))) (|:| |prim| (-1088 |#2|))) (-592 |#2|))) (IF (|has| |#2| (-27)) (-15 -3932 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1088 |#2|)) (|:| |pol2| (-1088 |#2|)) (|:| |prim| (-1088 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-517) (-789) (-138)) (-408 |#1|)) (T -410))
-((-3932 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-517) (-789) (-138))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1088 *3)) (|:| |pol2| (-1088 *3)) (|:| |prim| (-1088 *3)))) (-5 *1 (-410 *4 *3)) (-4 *3 (-27)) (-4 *3 (-408 *4)))) (-3932 (*1 *2 *3) (-12 (-5 *3 (-592 *5)) (-4 *5 (-408 *4)) (-4 *4 (-13 (-517) (-789) (-138))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-592 (-1088 *5))) (|:| |prim| (-1088 *5)))) (-5 *1 (-410 *4 *5)))))
-(-10 -7 (-15 -3932 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-592 (-1088 |#2|))) (|:| |prim| (-1088 |#2|))) (-592 |#2|))) (IF (|has| |#2| (-27)) (-15 -3932 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1088 |#2|)) (|:| |pol2| (-1088 |#2|)) (|:| |prim| (-1088 |#2|))) |#2| |#2|)) |%noBranch|))
-((-2640 (((-1179)) 19)) (-3508 (((-1088 (-385 (-525))) |#2| (-565 |#2|)) 41) (((-385 (-525)) |#2|) 25)))
-(((-411 |#1| |#2|) (-10 -7 (-15 -3508 ((-385 (-525)) |#2|)) (-15 -3508 ((-1088 (-385 (-525))) |#2| (-565 |#2|))) (-15 -2640 ((-1179)))) (-13 (-789) (-517) (-968 (-525))) (-408 |#1|)) (T -411))
-((-2640 (*1 *2) (-12 (-4 *3 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-1179)) (-5 *1 (-411 *3 *4)) (-4 *4 (-408 *3)))) (-3508 (*1 *2 *3 *4) (-12 (-5 *4 (-565 *3)) (-4 *3 (-408 *5)) (-4 *5 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-411 *5 *3)))) (-3508 (*1 *2 *3) (-12 (-4 *4 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-385 (-525))) (-5 *1 (-411 *4 *3)) (-4 *3 (-408 *4)))))
-(-10 -7 (-15 -3508 ((-385 (-525)) |#2|)) (-15 -3508 ((-1088 (-385 (-525))) |#2| (-565 |#2|))) (-15 -2640 ((-1179))))
-((-3934 (((-108) $) 28)) (-2508 (((-108) $) 30)) (-2849 (((-108) $) 31)) (-2421 (((-108) $) 34)) (-2215 (((-108) $) 29)) (-1963 (((-108) $) 33)) (-4100 (((-798) $) 18) (($ (-1075)) 27) (($ (-1092)) 23) (((-1092) $) 22) (((-1024) $) 21)) (-2488 (((-108) $) 32)) (-2775 (((-108) $ $) 15)))
-(((-412) (-13 (-566 (-798)) (-10 -8 (-15 -4100 ($ (-1075))) (-15 -4100 ($ (-1092))) (-15 -4100 ((-1092) $)) (-15 -4100 ((-1024) $)) (-15 -3934 ((-108) $)) (-15 -2215 ((-108) $)) (-15 -2849 ((-108) $)) (-15 -1963 ((-108) $)) (-15 -2421 ((-108) $)) (-15 -2488 ((-108) $)) (-15 -2508 ((-108) $)) (-15 -2775 ((-108) $ $))))) (T -412))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-412)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-412)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-412)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-412)))) (-3934 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))) (-2215 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))) (-2849 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))) (-1963 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))) (-2421 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))) (-2488 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))) (-2508 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))) (-2775 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -4100 ($ (-1075))) (-15 -4100 ($ (-1092))) (-15 -4100 ((-1092) $)) (-15 -4100 ((-1024) $)) (-15 -3934 ((-108) $)) (-15 -2215 ((-108) $)) (-15 -2849 ((-108) $)) (-15 -1963 ((-108) $)) (-15 -2421 ((-108) $)) (-15 -2488 ((-108) $)) (-15 -2508 ((-108) $)) (-15 -2775 ((-108) $ $))))
-((-2748 (((-3 (-396 (-1088 (-385 (-525)))) "failed") |#3|) 70)) (-2119 (((-396 |#3|) |#3|) 34)) (-2638 (((-3 (-396 (-1088 (-47))) "failed") |#3|) 46 (|has| |#2| (-968 (-47))))) (-1227 (((-3 (|:| |overq| (-1088 (-385 (-525)))) (|:| |overan| (-1088 (-47))) (|:| -1669 (-108))) |#3|) 37)))
-(((-413 |#1| |#2| |#3|) (-10 -7 (-15 -2119 ((-396 |#3|) |#3|)) (-15 -2748 ((-3 (-396 (-1088 (-385 (-525)))) "failed") |#3|)) (-15 -1227 ((-3 (|:| |overq| (-1088 (-385 (-525)))) (|:| |overan| (-1088 (-47))) (|:| -1669 (-108))) |#3|)) (IF (|has| |#2| (-968 (-47))) (-15 -2638 ((-3 (-396 (-1088 (-47))) "failed") |#3|)) |%noBranch|)) (-13 (-517) (-789) (-968 (-525))) (-408 |#1|) (-1150 |#2|)) (T -413))
-((-2638 (*1 *2 *3) (|partial| -12 (-4 *5 (-968 (-47))) (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-4 *5 (-408 *4)) (-5 *2 (-396 (-1088 (-47)))) (-5 *1 (-413 *4 *5 *3)) (-4 *3 (-1150 *5)))) (-1227 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-4 *5 (-408 *4)) (-5 *2 (-3 (|:| |overq| (-1088 (-385 (-525)))) (|:| |overan| (-1088 (-47))) (|:| -1669 (-108)))) (-5 *1 (-413 *4 *5 *3)) (-4 *3 (-1150 *5)))) (-2748 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-4 *5 (-408 *4)) (-5 *2 (-396 (-1088 (-385 (-525))))) (-5 *1 (-413 *4 *5 *3)) (-4 *3 (-1150 *5)))) (-2119 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-4 *5 (-408 *4)) (-5 *2 (-396 *3)) (-5 *1 (-413 *4 *5 *3)) (-4 *3 (-1150 *5)))))
-(-10 -7 (-15 -2119 ((-396 |#3|) |#3|)) (-15 -2748 ((-3 (-396 (-1088 (-385 (-525)))) "failed") |#3|)) (-15 -1227 ((-3 (|:| |overq| (-1088 (-385 (-525)))) (|:| |overan| (-1088 (-47))) (|:| -1669 (-108))) |#3|)) (IF (|has| |#2| (-968 (-47))) (-15 -2638 ((-3 (-396 (-1088 (-47))) "failed") |#3|)) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-2773 (((-1075) $ (-1075)) NIL)) (-2220 (($ $ (-1075)) NIL)) (-1754 (((-1075) $) NIL)) (-1310 (((-366) (-366) (-366)) 17) (((-366) (-366)) 15)) (-2046 (($ (-366)) NIL) (($ (-366) (-1075)) NIL)) (-2411 (((-366) $) NIL)) (-1289 (((-1075) $) NIL)) (-4022 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2116 (((-1179) (-1075)) 9)) (-3036 (((-1179) (-1075)) 10)) (-2441 (((-1179)) 11)) (-4100 (((-798) $) NIL)) (-3267 (($ $) 35)) (-2775 (((-108) $ $) NIL)))
-(((-414) (-13 (-342 (-366) (-1075)) (-10 -7 (-15 -1310 ((-366) (-366) (-366))) (-15 -1310 ((-366) (-366))) (-15 -2116 ((-1179) (-1075))) (-15 -3036 ((-1179) (-1075))) (-15 -2441 ((-1179)))))) (T -414))
-((-1310 (*1 *2 *2 *2) (-12 (-5 *2 (-366)) (-5 *1 (-414)))) (-1310 (*1 *2 *2) (-12 (-5 *2 (-366)) (-5 *1 (-414)))) (-2116 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-414)))) (-3036 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-414)))) (-2441 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-414)))))
-(-13 (-342 (-366) (-1075)) (-10 -7 (-15 -1310 ((-366) (-366) (-366))) (-15 -1310 ((-366) (-366))) (-15 -2116 ((-1179) (-1075))) (-15 -3036 ((-1179) (-1075))) (-15 -2441 ((-1179)))))
-((-4087 (((-108) $ $) NIL)) (-3168 (((-3 (|:| |fst| (-412)) (|:| -3408 "void")) $) 11)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3876 (($) 32)) (-3406 (($) 38)) (-2242 (($) 34)) (-3519 (($) 36)) (-1385 (($) 33)) (-1689 (($) 35)) (-3183 (($) 37)) (-1570 (((-108) $) 8)) (-3986 (((-592 (-887 (-525))) $) 19)) (-4114 (($ (-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-592 (-1092)) (-108)) 27) (($ (-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-592 (-887 (-525))) (-108)) 28)) (-4100 (((-798) $) 23) (($ (-412)) 29)) (-2775 (((-108) $ $) NIL)))
-(((-415) (-13 (-1020) (-10 -8 (-15 -4100 ((-798) $)) (-15 -4100 ($ (-412))) (-15 -3168 ((-3 (|:| |fst| (-412)) (|:| -3408 "void")) $)) (-15 -3986 ((-592 (-887 (-525))) $)) (-15 -1570 ((-108) $)) (-15 -4114 ($ (-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-592 (-1092)) (-108))) (-15 -4114 ($ (-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-592 (-887 (-525))) (-108))) (-15 -3876 ($)) (-15 -1385 ($)) (-15 -2242 ($)) (-15 -3406 ($)) (-15 -1689 ($)) (-15 -3519 ($)) (-15 -3183 ($))))) (T -415))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-415)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-412)) (-5 *1 (-415)))) (-3168 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *1 (-415)))) (-3986 (*1 *2 *1) (-12 (-5 *2 (-592 (-887 (-525)))) (-5 *1 (-415)))) (-1570 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-415)))) (-4114 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *3 (-592 (-1092))) (-5 *4 (-108)) (-5 *1 (-415)))) (-4114 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-108)) (-5 *1 (-415)))) (-3876 (*1 *1) (-5 *1 (-415))) (-1385 (*1 *1) (-5 *1 (-415))) (-2242 (*1 *1) (-5 *1 (-415))) (-3406 (*1 *1) (-5 *1 (-415))) (-1689 (*1 *1) (-5 *1 (-415))) (-3519 (*1 *1) (-5 *1 (-415))) (-3183 (*1 *1) (-5 *1 (-415))))
-(-13 (-1020) (-10 -8 (-15 -4100 ((-798) $)) (-15 -4100 ($ (-412))) (-15 -3168 ((-3 (|:| |fst| (-412)) (|:| -3408 "void")) $)) (-15 -3986 ((-592 (-887 (-525))) $)) (-15 -1570 ((-108) $)) (-15 -4114 ($ (-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-592 (-1092)) (-108))) (-15 -4114 ($ (-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-592 (-887 (-525))) (-108))) (-15 -3876 ($)) (-15 -1385 ($)) (-15 -2242 ($)) (-15 -3406 ($)) (-15 -1689 ($)) (-15 -3519 ($)) (-15 -3183 ($))))
-((-4087 (((-108) $ $) NIL)) (-2411 (((-1092) $) 8)) (-1289 (((-1075) $) 16)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 13)))
-(((-416 |#1|) (-13 (-1020) (-10 -8 (-15 -2411 ((-1092) $)))) (-1092)) (T -416))
-((-2411 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-416 *3)) (-14 *3 *2))))
-(-13 (-1020) (-10 -8 (-15 -2411 ((-1092) $))))
-((-2584 (((-1179) $) 7)) (-4100 (((-798) $) 8) (($ (-1174 (-641))) 14) (($ (-592 (-308))) 13) (($ (-308)) 12) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 11)))
-(((-417) (-131)) (T -417))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-641))) (-4 *1 (-417)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-417)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-417)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) (-4 *1 (-417)))))
-(-13 (-373) (-10 -8 (-15 -4100 ($ (-1174 (-641)))) (-15 -4100 ($ (-592 (-308)))) (-15 -4100 ($ (-308))) (-15 -4100 ($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))))))
-(((-566 (-798)) . T) ((-373) . T) ((-1128) . T))
-((-1934 (((-3 $ "failed") (-1174 (-294 (-357)))) 21) (((-3 $ "failed") (-1174 (-294 (-525)))) 19) (((-3 $ "failed") (-1174 (-887 (-357)))) 17) (((-3 $ "failed") (-1174 (-887 (-525)))) 15) (((-3 $ "failed") (-1174 (-385 (-887 (-357))))) 13) (((-3 $ "failed") (-1174 (-385 (-887 (-525))))) 11)) (-4105 (($ (-1174 (-294 (-357)))) 22) (($ (-1174 (-294 (-525)))) 20) (($ (-1174 (-887 (-357)))) 18) (($ (-1174 (-887 (-525)))) 16) (($ (-1174 (-385 (-887 (-357))))) 14) (($ (-1174 (-385 (-887 (-525))))) 12)) (-2584 (((-1179) $) 7)) (-4100 (((-798) $) 8) (($ (-592 (-308))) 25) (($ (-308)) 24) (($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) 23)))
-(((-418) (-131)) (T -418))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-418)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-418)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308))))) (-4 *1 (-418)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-1174 (-294 (-357)))) (-4 *1 (-418)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-1174 (-294 (-357)))) (-4 *1 (-418)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-1174 (-294 (-525)))) (-4 *1 (-418)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-1174 (-294 (-525)))) (-4 *1 (-418)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-1174 (-887 (-357)))) (-4 *1 (-418)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-1174 (-887 (-357)))) (-4 *1 (-418)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-1174 (-887 (-525)))) (-4 *1 (-418)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-1174 (-887 (-525)))) (-4 *1 (-418)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-1174 (-385 (-887 (-357))))) (-4 *1 (-418)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-1174 (-385 (-887 (-357))))) (-4 *1 (-418)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-1174 (-385 (-887 (-525))))) (-4 *1 (-418)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-1174 (-385 (-887 (-525))))) (-4 *1 (-418)))))
-(-13 (-373) (-10 -8 (-15 -4100 ($ (-592 (-308)))) (-15 -4100 ($ (-308))) (-15 -4100 ($ (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))) (-15 -4105 ($ (-1174 (-294 (-357))))) (-15 -1934 ((-3 $ "failed") (-1174 (-294 (-357))))) (-15 -4105 ($ (-1174 (-294 (-525))))) (-15 -1934 ((-3 $ "failed") (-1174 (-294 (-525))))) (-15 -4105 ($ (-1174 (-887 (-357))))) (-15 -1934 ((-3 $ "failed") (-1174 (-887 (-357))))) (-15 -4105 ($ (-1174 (-887 (-525))))) (-15 -1934 ((-3 $ "failed") (-1174 (-887 (-525))))) (-15 -4105 ($ (-1174 (-385 (-887 (-357)))))) (-15 -1934 ((-3 $ "failed") (-1174 (-385 (-887 (-357)))))) (-15 -4105 ($ (-1174 (-385 (-887 (-525)))))) (-15 -1934 ((-3 $ "failed") (-1174 (-385 (-887 (-525))))))))
-(((-566 (-798)) . T) ((-373) . T) ((-1128) . T))
-((-1882 (((-108)) 17)) (-3863 (((-108) (-108)) 18)) (-2150 (((-108)) 13)) (-2854 (((-108) (-108)) 14)) (-1957 (((-108)) 15)) (-2737 (((-108) (-108)) 16)) (-1475 (((-856) (-856)) 21) (((-856)) 20)) (-2004 (((-713) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525))))) 42)) (-1359 (((-856) (-856)) 23) (((-856)) 22)) (-2481 (((-2 (|:| -2497 (-525)) (|:| -2868 (-592 |#1|))) |#1|) 62)) (-3225 (((-396 |#1|) (-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525))))))) 126)) (-4096 (((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108)) 152)) (-3243 (((-396 |#1|) |#1| (-713) (-713)) 165) (((-396 |#1|) |#1| (-592 (-713)) (-713)) 162) (((-396 |#1|) |#1| (-592 (-713))) 164) (((-396 |#1|) |#1| (-713)) 163) (((-396 |#1|) |#1|) 161)) (-3858 (((-3 |#1| "failed") (-856) |#1| (-592 (-713)) (-713) (-108)) 167) (((-3 |#1| "failed") (-856) |#1| (-592 (-713)) (-713)) 168) (((-3 |#1| "failed") (-856) |#1| (-592 (-713))) 170) (((-3 |#1| "failed") (-856) |#1| (-713)) 169) (((-3 |#1| "failed") (-856) |#1|) 171)) (-4201 (((-396 |#1|) |#1| (-713) (-713)) 160) (((-396 |#1|) |#1| (-592 (-713)) (-713)) 156) (((-396 |#1|) |#1| (-592 (-713))) 158) (((-396 |#1|) |#1| (-713)) 157) (((-396 |#1|) |#1|) 155)) (-3244 (((-108) |#1|) 37)) (-4001 (((-680 (-713)) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525))))) 67)) (-1785 (((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108) (-1022 (-713)) (-713)) 154)))
-(((-419 |#1|) (-10 -7 (-15 -3225 ((-396 |#1|) (-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))))) (-15 -4001 ((-680 (-713)) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))))) (-15 -1359 ((-856))) (-15 -1359 ((-856) (-856))) (-15 -1475 ((-856))) (-15 -1475 ((-856) (-856))) (-15 -2004 ((-713) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))))) (-15 -2481 ((-2 (|:| -2497 (-525)) (|:| -2868 (-592 |#1|))) |#1|)) (-15 -1882 ((-108))) (-15 -3863 ((-108) (-108))) (-15 -2150 ((-108))) (-15 -2854 ((-108) (-108))) (-15 -3244 ((-108) |#1|)) (-15 -1957 ((-108))) (-15 -2737 ((-108) (-108))) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -4201 ((-396 |#1|) |#1| (-713))) (-15 -4201 ((-396 |#1|) |#1| (-592 (-713)))) (-15 -4201 ((-396 |#1|) |#1| (-592 (-713)) (-713))) (-15 -4201 ((-396 |#1|) |#1| (-713) (-713))) (-15 -3243 ((-396 |#1|) |#1|)) (-15 -3243 ((-396 |#1|) |#1| (-713))) (-15 -3243 ((-396 |#1|) |#1| (-592 (-713)))) (-15 -3243 ((-396 |#1|) |#1| (-592 (-713)) (-713))) (-15 -3243 ((-396 |#1|) |#1| (-713) (-713))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1|)) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-713))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-592 (-713)))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-592 (-713)) (-713))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-592 (-713)) (-713) (-108))) (-15 -4096 ((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108))) (-15 -1785 ((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108) (-1022 (-713)) (-713)))) (-1150 (-525))) (T -419))
-((-1785 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-108)) (-5 *5 (-1022 (-713))) (-5 *6 (-713)) (-5 *2 (-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525))))))) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-4096 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-5 *2 (-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525))))))) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-3858 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-856)) (-5 *4 (-592 (-713))) (-5 *5 (-713)) (-5 *6 (-108)) (-5 *1 (-419 *2)) (-4 *2 (-1150 (-525))))) (-3858 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-856)) (-5 *4 (-592 (-713))) (-5 *5 (-713)) (-5 *1 (-419 *2)) (-4 *2 (-1150 (-525))))) (-3858 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-856)) (-5 *4 (-592 (-713))) (-5 *1 (-419 *2)) (-4 *2 (-1150 (-525))))) (-3858 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-856)) (-5 *4 (-713)) (-5 *1 (-419 *2)) (-4 *2 (-1150 (-525))))) (-3858 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-856)) (-5 *1 (-419 *2)) (-4 *2 (-1150 (-525))))) (-3243 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-3243 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-592 (-713))) (-5 *5 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-3243 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-713))) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-3243 (*1 *2 *3 *4) (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-3243 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-4201 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-4201 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-592 (-713))) (-5 *5 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-713))) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-4201 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-2737 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-1957 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-3244 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-2854 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-2150 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-3863 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-1882 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-2481 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -2497 (-525)) (|:| -2868 (-592 *3)))) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-2004 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -4201 *4) (|:| -3529 (-525))))) (-4 *4 (-1150 (-525))) (-5 *2 (-713)) (-5 *1 (-419 *4)))) (-1475 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-1475 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-1359 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-1359 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))) (-4001 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -4201 *4) (|:| -3529 (-525))))) (-4 *4 (-1150 (-525))) (-5 *2 (-680 (-713))) (-5 *1 (-419 *4)))) (-3225 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| *4) (|:| -3750 (-525))))))) (-4 *4 (-1150 (-525))) (-5 *2 (-396 *4)) (-5 *1 (-419 *4)))))
-(-10 -7 (-15 -3225 ((-396 |#1|) (-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))))) (-15 -4001 ((-680 (-713)) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))))) (-15 -1359 ((-856))) (-15 -1359 ((-856) (-856))) (-15 -1475 ((-856))) (-15 -1475 ((-856) (-856))) (-15 -2004 ((-713) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))))) (-15 -2481 ((-2 (|:| -2497 (-525)) (|:| -2868 (-592 |#1|))) |#1|)) (-15 -1882 ((-108))) (-15 -3863 ((-108) (-108))) (-15 -2150 ((-108))) (-15 -2854 ((-108) (-108))) (-15 -3244 ((-108) |#1|)) (-15 -1957 ((-108))) (-15 -2737 ((-108) (-108))) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -4201 ((-396 |#1|) |#1| (-713))) (-15 -4201 ((-396 |#1|) |#1| (-592 (-713)))) (-15 -4201 ((-396 |#1|) |#1| (-592 (-713)) (-713))) (-15 -4201 ((-396 |#1|) |#1| (-713) (-713))) (-15 -3243 ((-396 |#1|) |#1|)) (-15 -3243 ((-396 |#1|) |#1| (-713))) (-15 -3243 ((-396 |#1|) |#1| (-592 (-713)))) (-15 -3243 ((-396 |#1|) |#1| (-592 (-713)) (-713))) (-15 -3243 ((-396 |#1|) |#1| (-713) (-713))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1|)) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-713))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-592 (-713)))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-592 (-713)) (-713))) (-15 -3858 ((-3 |#1| "failed") (-856) |#1| (-592 (-713)) (-713) (-108))) (-15 -4096 ((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108))) (-15 -1785 ((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108) (-1022 (-713)) (-713))))
-((-3020 (((-525) |#2|) 48) (((-525) |#2| (-713)) 47)) (-1259 (((-525) |#2|) 55)) (-2549 ((|#3| |#2|) 25)) (-2704 ((|#3| |#2| (-856)) 14)) (-4128 ((|#3| |#2|) 15)) (-1400 ((|#3| |#2|) 9)) (-2934 ((|#3| |#2|) 10)) (-3031 ((|#3| |#2| (-856)) 62) ((|#3| |#2|) 30)) (-1437 (((-525) |#2|) 57)))
-(((-420 |#1| |#2| |#3|) (-10 -7 (-15 -1437 ((-525) |#2|)) (-15 -3031 (|#3| |#2|)) (-15 -3031 (|#3| |#2| (-856))) (-15 -1259 ((-525) |#2|)) (-15 -3020 ((-525) |#2| (-713))) (-15 -3020 ((-525) |#2|)) (-15 -2704 (|#3| |#2| (-856))) (-15 -2549 (|#3| |#2|)) (-15 -1400 (|#3| |#2|)) (-15 -2934 (|#3| |#2|)) (-15 -4128 (|#3| |#2|))) (-977) (-1150 |#1|) (-13 (-382) (-968 |#1|) (-341) (-1114) (-263))) (T -420))
-((-4128 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263))) (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4)))) (-2934 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263))) (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4)))) (-1400 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263))) (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4)))) (-2549 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263))) (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4)))) (-2704 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-4 *5 (-977)) (-4 *2 (-13 (-382) (-968 *5) (-341) (-1114) (-263))) (-5 *1 (-420 *5 *3 *2)) (-4 *3 (-1150 *5)))) (-3020 (*1 *2 *3) (-12 (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-420 *4 *3 *5)) (-4 *3 (-1150 *4)) (-4 *5 (-13 (-382) (-968 *4) (-341) (-1114) (-263))))) (-3020 (*1 *2 *3 *4) (-12 (-5 *4 (-713)) (-4 *5 (-977)) (-5 *2 (-525)) (-5 *1 (-420 *5 *3 *6)) (-4 *3 (-1150 *5)) (-4 *6 (-13 (-382) (-968 *5) (-341) (-1114) (-263))))) (-1259 (*1 *2 *3) (-12 (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-420 *4 *3 *5)) (-4 *3 (-1150 *4)) (-4 *5 (-13 (-382) (-968 *4) (-341) (-1114) (-263))))) (-3031 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-4 *5 (-977)) (-4 *2 (-13 (-382) (-968 *5) (-341) (-1114) (-263))) (-5 *1 (-420 *5 *3 *2)) (-4 *3 (-1150 *5)))) (-3031 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263))) (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4)))) (-1437 (*1 *2 *3) (-12 (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-420 *4 *3 *5)) (-4 *3 (-1150 *4)) (-4 *5 (-13 (-382) (-968 *4) (-341) (-1114) (-263))))))
-(-10 -7 (-15 -1437 ((-525) |#2|)) (-15 -3031 (|#3| |#2|)) (-15 -3031 (|#3| |#2| (-856))) (-15 -1259 ((-525) |#2|)) (-15 -3020 ((-525) |#2| (-713))) (-15 -3020 ((-525) |#2|)) (-15 -2704 (|#3| |#2| (-856))) (-15 -2549 (|#3| |#2|)) (-15 -1400 (|#3| |#2|)) (-15 -2934 (|#3| |#2|)) (-15 -4128 (|#3| |#2|)))
-((-1845 ((|#2| (-1174 |#1|)) 36)) (-3325 ((|#2| |#2| |#1|) 49)) (-1472 ((|#2| |#2| |#1|) 41)) (-1652 ((|#2| |#2|) 38)) (-2171 (((-108) |#2|) 30)) (-3987 (((-592 |#2|) (-856) (-396 |#2|)) 17)) (-3858 ((|#2| (-856) (-396 |#2|)) 21)) (-4001 (((-680 (-713)) (-396 |#2|)) 25)))
-(((-421 |#1| |#2|) (-10 -7 (-15 -2171 ((-108) |#2|)) (-15 -1845 (|#2| (-1174 |#1|))) (-15 -1652 (|#2| |#2|)) (-15 -1472 (|#2| |#2| |#1|)) (-15 -3325 (|#2| |#2| |#1|)) (-15 -4001 ((-680 (-713)) (-396 |#2|))) (-15 -3858 (|#2| (-856) (-396 |#2|))) (-15 -3987 ((-592 |#2|) (-856) (-396 |#2|)))) (-977) (-1150 |#1|)) (T -421))
-((-3987 (*1 *2 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-396 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-977)) (-5 *2 (-592 *6)) (-5 *1 (-421 *5 *6)))) (-3858 (*1 *2 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-396 *2)) (-4 *2 (-1150 *5)) (-5 *1 (-421 *5 *2)) (-4 *5 (-977)))) (-4001 (*1 *2 *3) (-12 (-5 *3 (-396 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-977)) (-5 *2 (-680 (-713))) (-5 *1 (-421 *4 *5)))) (-3325 (*1 *2 *2 *3) (-12 (-4 *3 (-977)) (-5 *1 (-421 *3 *2)) (-4 *2 (-1150 *3)))) (-1472 (*1 *2 *2 *3) (-12 (-4 *3 (-977)) (-5 *1 (-421 *3 *2)) (-4 *2 (-1150 *3)))) (-1652 (*1 *2 *2) (-12 (-4 *3 (-977)) (-5 *1 (-421 *3 *2)) (-4 *2 (-1150 *3)))) (-1845 (*1 *2 *3) (-12 (-5 *3 (-1174 *4)) (-4 *4 (-977)) (-4 *2 (-1150 *4)) (-5 *1 (-421 *4 *2)))) (-2171 (*1 *2 *3) (-12 (-4 *4 (-977)) (-5 *2 (-108)) (-5 *1 (-421 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -2171 ((-108) |#2|)) (-15 -1845 (|#2| (-1174 |#1|))) (-15 -1652 (|#2| |#2|)) (-15 -1472 (|#2| |#2| |#1|)) (-15 -3325 (|#2| |#2| |#1|)) (-15 -4001 ((-680 (-713)) (-396 |#2|))) (-15 -3858 (|#2| (-856) (-396 |#2|))) (-15 -3987 ((-592 |#2|) (-856) (-396 |#2|))))
-((-1674 (((-713)) 41)) (-1420 (((-713)) 23 (|has| |#1| (-382))) (((-713) (-713)) 22 (|has| |#1| (-382)))) (-3597 (((-525) |#1|) 18 (|has| |#1| (-382)))) (-2581 (((-525) |#1|) 20 (|has| |#1| (-382)))) (-1800 (((-713)) 40) (((-713) (-713)) 39)) (-1414 ((|#1| (-713) (-525)) 29)) (-3433 (((-1179)) 43)))
-(((-422 |#1|) (-10 -7 (-15 -1414 (|#1| (-713) (-525))) (-15 -1800 ((-713) (-713))) (-15 -1800 ((-713))) (-15 -1674 ((-713))) (-15 -3433 ((-1179))) (IF (|has| |#1| (-382)) (PROGN (-15 -2581 ((-525) |#1|)) (-15 -3597 ((-525) |#1|)) (-15 -1420 ((-713) (-713))) (-15 -1420 ((-713)))) |%noBranch|)) (-977)) (T -422))
-((-1420 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977)))) (-1420 (*1 *2 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977)))) (-3597 (*1 *2 *3) (-12 (-5 *2 (-525)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977)))) (-2581 (*1 *2 *3) (-12 (-5 *2 (-525)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977)))) (-3433 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-422 *3)) (-4 *3 (-977)))) (-1674 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-977)))) (-1800 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-977)))) (-1800 (*1 *2 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-977)))) (-1414 (*1 *2 *3 *4) (-12 (-5 *3 (-713)) (-5 *4 (-525)) (-5 *1 (-422 *2)) (-4 *2 (-977)))))
-(-10 -7 (-15 -1414 (|#1| (-713) (-525))) (-15 -1800 ((-713) (-713))) (-15 -1800 ((-713))) (-15 -1674 ((-713))) (-15 -3433 ((-1179))) (IF (|has| |#1| (-382)) (PROGN (-15 -2581 ((-525) |#1|)) (-15 -3597 ((-525) |#1|)) (-15 -1420 ((-713) (-713))) (-15 -1420 ((-713)))) |%noBranch|))
-((-3398 (((-592 (-525)) (-525)) 61)) (-1798 (((-108) (-157 (-525))) 65)) (-4201 (((-396 (-157 (-525))) (-157 (-525))) 60)))
-(((-423) (-10 -7 (-15 -4201 ((-396 (-157 (-525))) (-157 (-525)))) (-15 -3398 ((-592 (-525)) (-525))) (-15 -1798 ((-108) (-157 (-525)))))) (T -423))
-((-1798 (*1 *2 *3) (-12 (-5 *3 (-157 (-525))) (-5 *2 (-108)) (-5 *1 (-423)))) (-3398 (*1 *2 *3) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-423)) (-5 *3 (-525)))) (-4201 (*1 *2 *3) (-12 (-5 *2 (-396 (-157 (-525)))) (-5 *1 (-423)) (-5 *3 (-157 (-525))))))
-(-10 -7 (-15 -4201 ((-396 (-157 (-525))) (-157 (-525)))) (-15 -3398 ((-592 (-525)) (-525))) (-15 -1798 ((-108) (-157 (-525)))))
-((-3886 ((|#4| |#4| (-592 |#4|)) 61)) (-2485 (((-592 |#4|) (-592 |#4|) (-1075) (-1075)) 17) (((-592 |#4|) (-592 |#4|) (-1075)) 16) (((-592 |#4|) (-592 |#4|)) 11)))
-(((-424 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3886 (|#4| |#4| (-592 |#4|))) (-15 -2485 ((-592 |#4|) (-592 |#4|))) (-15 -2485 ((-592 |#4|) (-592 |#4|) (-1075))) (-15 -2485 ((-592 |#4|) (-592 |#4|) (-1075) (-1075)))) (-286) (-735) (-789) (-884 |#1| |#2| |#3|)) (T -424))
-((-2485 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-286)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-424 *4 *5 *6 *7)))) (-2485 (*1 *2 *2 *3) (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-286)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-424 *4 *5 *6 *7)))) (-2485 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-286)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-424 *3 *4 *5 *6)))) (-3886 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-286)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-424 *4 *5 *6 *2)))))
-(-10 -7 (-15 -3886 (|#4| |#4| (-592 |#4|))) (-15 -2485 ((-592 |#4|) (-592 |#4|))) (-15 -2485 ((-592 |#4|) (-592 |#4|) (-1075))) (-15 -2485 ((-592 |#4|) (-592 |#4|) (-1075) (-1075))))
-((-2899 (((-592 (-592 |#4|)) (-592 |#4|) (-108)) 73) (((-592 (-592 |#4|)) (-592 |#4|)) 72) (((-592 (-592 |#4|)) (-592 |#4|) (-592 |#4|) (-108)) 66) (((-592 (-592 |#4|)) (-592 |#4|) (-592 |#4|)) 67)) (-3663 (((-592 (-592 |#4|)) (-592 |#4|) (-108)) 42) (((-592 (-592 |#4|)) (-592 |#4|)) 63)))
-(((-425 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3663 ((-592 (-592 |#4|)) (-592 |#4|))) (-15 -3663 ((-592 (-592 |#4|)) (-592 |#4|) (-108))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|) (-592 |#4|))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|) (-592 |#4|) (-108))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|) (-108)))) (-13 (-286) (-138)) (-735) (-789) (-884 |#1| |#2| |#3|)) (T -425))
-((-2899 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-592 (-592 *8))) (-5 *1 (-425 *5 *6 *7 *8)) (-5 *3 (-592 *8)))) (-2899 (*1 *2 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-592 (-592 *7))) (-5 *1 (-425 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-2899 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-592 (-592 *8))) (-5 *1 (-425 *5 *6 *7 *8)) (-5 *3 (-592 *8)))) (-2899 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-592 (-592 *7))) (-5 *1 (-425 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-3663 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-592 (-592 *8))) (-5 *1 (-425 *5 *6 *7 *8)) (-5 *3 (-592 *8)))) (-3663 (*1 *2 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-592 (-592 *7))) (-5 *1 (-425 *4 *5 *6 *7)) (-5 *3 (-592 *7)))))
-(-10 -7 (-15 -3663 ((-592 (-592 |#4|)) (-592 |#4|))) (-15 -3663 ((-592 (-592 |#4|)) (-592 |#4|) (-108))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|) (-592 |#4|))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|) (-592 |#4|) (-108))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|))) (-15 -2899 ((-592 (-592 |#4|)) (-592 |#4|) (-108))))
-((-2382 (((-713) |#4|) 12)) (-3585 (((-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|))) |#4| (-713) (-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|)))) 31)) (-3579 (((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 38)) (-1529 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 39)) (-1895 ((|#4| |#4| (-592 |#4|)) 40)) (-3668 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-592 |#4|)) 70)) (-3503 (((-1179) |#4|) 42)) (-3802 (((-1179) (-592 |#4|)) 51)) (-2747 (((-525) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-525) (-525) (-525)) 48)) (-2938 (((-1179) (-525)) 79)) (-1280 (((-592 |#4|) (-592 |#4|)) 77)) (-1597 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|)) |#4| (-713)) 25)) (-3356 (((-525) |#4|) 78)) (-3357 ((|#4| |#4|) 29)) (-1527 (((-592 |#4|) (-592 |#4|) (-525) (-525)) 56)) (-1933 (((-525) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-525) (-525) (-525) (-525)) 89)) (-1788 (((-108) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 16)) (-2588 (((-108) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 59)) (-3113 (((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 58)) (-3045 (((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 36)) (-3927 (((-108) |#2| |#2|) 57)) (-1972 (((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 37)) (-2060 (((-108) |#2| |#2| |#2| |#2|) 60)) (-1769 ((|#4| |#4| (-592 |#4|)) 71)))
-(((-426 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1769 (|#4| |#4| (-592 |#4|))) (-15 -1895 (|#4| |#4| (-592 |#4|))) (-15 -1527 ((-592 |#4|) (-592 |#4|) (-525) (-525))) (-15 -2588 ((-108) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3927 ((-108) |#2| |#2|)) (-15 -2060 ((-108) |#2| |#2| |#2| |#2|)) (-15 -1972 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3045 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3113 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3668 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-592 |#4|))) (-15 -3357 (|#4| |#4|)) (-15 -3585 ((-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|))) |#4| (-713) (-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|))))) (-15 -1529 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3579 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1280 ((-592 |#4|) (-592 |#4|))) (-15 -3356 ((-525) |#4|)) (-15 -3503 ((-1179) |#4|)) (-15 -2747 ((-525) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-525) (-525) (-525))) (-15 -1933 ((-525) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-525) (-525) (-525) (-525))) (-15 -3802 ((-1179) (-592 |#4|))) (-15 -2938 ((-1179) (-525))) (-15 -1788 ((-108) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1597 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|)) |#4| (-713))) (-15 -2382 ((-713) |#4|))) (-429) (-735) (-789) (-884 |#1| |#2| |#3|)) (T -426))
-((-2382 (*1 *2 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-713)) (-5 *1 (-426 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))) (-1597 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-713)) (|:| -2158 *4))) (-5 *5 (-713)) (-4 *4 (-884 *6 *7 *8)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-426 *6 *7 *8 *4)))) (-1788 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-735)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-426 *4 *5 *6 *7)))) (-2938 (*1 *2 *3) (-12 (-5 *3 (-525)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1179)) (-5 *1 (-426 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6)))) (-3802 (*1 *2 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1179)) (-5 *1 (-426 *4 *5 *6 *7)))) (-1933 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-713)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-735)) (-4 *4 (-884 *5 *6 *7)) (-4 *5 (-429)) (-4 *7 (-789)) (-5 *1 (-426 *5 *6 *7 *4)))) (-2747 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-713)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-735)) (-4 *4 (-884 *5 *6 *7)) (-4 *5 (-429)) (-4 *7 (-789)) (-5 *1 (-426 *5 *6 *7 *4)))) (-3503 (*1 *2 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1179)) (-5 *1 (-426 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))) (-3356 (*1 *2 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-525)) (-5 *1 (-426 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))) (-1280 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-426 *3 *4 *5 *6)))) (-3579 (*1 *2 *2 *2) (-12 (-5 *2 (-592 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-713)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-735)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429)) (-4 *5 (-789)) (-5 *1 (-426 *3 *4 *5 *6)))) (-1529 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-735)) (-4 *2 (-884 *4 *5 *6)) (-5 *1 (-426 *4 *5 *6 *2)) (-4 *4 (-429)) (-4 *6 (-789)))) (-3585 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 *3)))) (-5 *4 (-713)) (-4 *3 (-884 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-426 *5 *6 *7 *3)))) (-3357 (*1 *2 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-426 *3 *4 *5 *2)) (-4 *2 (-884 *3 *4 *5)))) (-3668 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *3)) (-4 *3 (-884 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-426 *5 *6 *7 *3)))) (-3113 (*1 *2 *3 *2) (-12 (-5 *2 (-592 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-713)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-735)) (-4 *6 (-884 *4 *3 *5)) (-4 *4 (-429)) (-4 *5 (-789)) (-5 *1 (-426 *4 *3 *5 *6)))) (-3045 (*1 *2 *2) (-12 (-5 *2 (-592 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-713)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-735)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429)) (-4 *5 (-789)) (-5 *1 (-426 *3 *4 *5 *6)))) (-1972 (*1 *2 *3 *2) (-12 (-5 *2 (-592 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-735)) (-4 *3 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *6 (-789)) (-5 *1 (-426 *4 *5 *6 *3)))) (-2060 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-429)) (-4 *3 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-426 *4 *3 *5 *6)) (-4 *6 (-884 *4 *3 *5)))) (-3927 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *3 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-426 *4 *3 *5 *6)) (-4 *6 (-884 *4 *3 *5)))) (-2588 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-735)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-426 *4 *5 *6 *7)))) (-1527 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-592 *7)) (-5 *3 (-525)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-426 *4 *5 *6 *7)))) (-1895 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-426 *4 *5 *6 *2)))) (-1769 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-426 *4 *5 *6 *2)))))
-(-10 -7 (-15 -1769 (|#4| |#4| (-592 |#4|))) (-15 -1895 (|#4| |#4| (-592 |#4|))) (-15 -1527 ((-592 |#4|) (-592 |#4|) (-525) (-525))) (-15 -2588 ((-108) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3927 ((-108) |#2| |#2|)) (-15 -2060 ((-108) |#2| |#2| |#2| |#2|)) (-15 -1972 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3045 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3113 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3668 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-592 |#4|))) (-15 -3357 (|#4| |#4|)) (-15 -3585 ((-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|))) |#4| (-713) (-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|))))) (-15 -1529 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3579 ((-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-592 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1280 ((-592 |#4|) (-592 |#4|))) (-15 -3356 ((-525) |#4|)) (-15 -3503 ((-1179) |#4|)) (-15 -2747 ((-525) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-525) (-525) (-525))) (-15 -1933 ((-525) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-525) (-525) (-525) (-525))) (-15 -3802 ((-1179) (-592 |#4|))) (-15 -2938 ((-1179) (-525))) (-15 -1788 ((-108) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -1597 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-713)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-713)) (|:| -2158 |#4|)) |#4| (-713))) (-15 -2382 ((-713) |#4|)))
-((-2891 ((|#4| |#4| (-592 |#4|)) 22 (|has| |#1| (-341)))) (-1219 (((-592 |#4|) (-592 |#4|) (-1075) (-1075)) 41) (((-592 |#4|) (-592 |#4|) (-1075)) 40) (((-592 |#4|) (-592 |#4|)) 35)))
-(((-427 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1219 ((-592 |#4|) (-592 |#4|))) (-15 -1219 ((-592 |#4|) (-592 |#4|) (-1075))) (-15 -1219 ((-592 |#4|) (-592 |#4|) (-1075) (-1075))) (IF (|has| |#1| (-341)) (-15 -2891 (|#4| |#4| (-592 |#4|))) |%noBranch|)) (-429) (-735) (-789) (-884 |#1| |#2| |#3|)) (T -427))
-((-2891 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-341)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-427 *4 *5 *6 *2)))) (-1219 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-427 *4 *5 *6 *7)))) (-1219 (*1 *2 *2 *3) (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-427 *4 *5 *6 *7)))) (-1219 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-427 *3 *4 *5 *6)))))
-(-10 -7 (-15 -1219 ((-592 |#4|) (-592 |#4|))) (-15 -1219 ((-592 |#4|) (-592 |#4|) (-1075))) (-15 -1219 ((-592 |#4|) (-592 |#4|) (-1075) (-1075))) (IF (|has| |#1| (-341)) (-15 -2891 (|#4| |#4| (-592 |#4|))) |%noBranch|))
-((-2739 (($ $ $) 14) (($ (-592 $)) 21)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 41)) (-2772 (($ $ $) NIL) (($ (-592 $)) 22)))
-(((-428 |#1|) (-10 -8 (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))) (-15 -2739 (|#1| (-592 |#1|))) (-15 -2739 (|#1| |#1| |#1|)) (-15 -2772 (|#1| (-592 |#1|))) (-15 -2772 (|#1| |#1| |#1|))) (-429)) (T -428))
-NIL
-(-10 -8 (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))) (-15 -2739 (|#1| (-592 |#1|))) (-15 -2739 (|#1| |#1| |#1|)) (-15 -2772 (|#1| (-592 |#1|))) (-15 -2772 (|#1| |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-1311 (((-3 $ "failed") $ $) 42)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-429) (-131)) (T -429))
-((-2772 (*1 *1 *1 *1) (-4 *1 (-429))) (-2772 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-429)))) (-2739 (*1 *1 *1 *1) (-4 *1 (-429))) (-2739 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-429)))) (-1379 (*1 *2 *2 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-429)))))
-(-13 (-517) (-10 -8 (-15 -2772 ($ $ $)) (-15 -2772 ($ (-592 $))) (-15 -2739 ($ $ $)) (-15 -2739 ($ (-592 $))) (-15 -1379 ((-1088 $) (-1088 $) (-1088 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1509 (((-3 $ "failed")) NIL (|has| (-385 (-887 |#1|)) (-517)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-3551 (((-1174 (-632 (-385 (-887 |#1|)))) (-1174 $)) NIL) (((-1174 (-632 (-385 (-887 |#1|))))) NIL)) (-3651 (((-1174 $)) NIL)) (-2475 (($) NIL T CONST)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL)) (-2394 (((-3 $ "failed")) NIL (|has| (-385 (-887 |#1|)) (-517)))) (-2946 (((-632 (-385 (-887 |#1|))) (-1174 $)) NIL) (((-632 (-385 (-887 |#1|)))) NIL)) (-2126 (((-385 (-887 |#1|)) $) NIL)) (-4187 (((-632 (-385 (-887 |#1|))) $ (-1174 $)) NIL) (((-632 (-385 (-887 |#1|))) $) NIL)) (-3322 (((-3 $ "failed") $) NIL (|has| (-385 (-887 |#1|)) (-517)))) (-3141 (((-1088 (-887 (-385 (-887 |#1|))))) NIL (|has| (-385 (-887 |#1|)) (-341))) (((-1088 (-385 (-887 |#1|)))) 84 (|has| |#1| (-517)))) (-1488 (($ $ (-856)) NIL)) (-3447 (((-385 (-887 |#1|)) $) NIL)) (-4047 (((-1088 (-385 (-887 |#1|))) $) 82 (|has| (-385 (-887 |#1|)) (-517)))) (-3411 (((-385 (-887 |#1|)) (-1174 $)) NIL) (((-385 (-887 |#1|))) NIL)) (-1521 (((-1088 (-385 (-887 |#1|))) $) NIL)) (-3838 (((-108)) NIL)) (-2580 (($ (-1174 (-385 (-887 |#1|))) (-1174 $)) 103) (($ (-1174 (-385 (-887 |#1|)))) NIL)) (-3300 (((-3 $ "failed") $) NIL (|has| (-385 (-887 |#1|)) (-517)))) (-3085 (((-856)) NIL)) (-1822 (((-108)) NIL)) (-2156 (($ $ (-856)) NIL)) (-3387 (((-108)) NIL)) (-2634 (((-108)) NIL)) (-2936 (((-108)) NIL)) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL)) (-2542 (((-3 $ "failed")) NIL (|has| (-385 (-887 |#1|)) (-517)))) (-2713 (((-632 (-385 (-887 |#1|))) (-1174 $)) NIL) (((-632 (-385 (-887 |#1|)))) NIL)) (-3309 (((-385 (-887 |#1|)) $) NIL)) (-2222 (((-632 (-385 (-887 |#1|))) $ (-1174 $)) NIL) (((-632 (-385 (-887 |#1|))) $) NIL)) (-3711 (((-3 $ "failed") $) NIL (|has| (-385 (-887 |#1|)) (-517)))) (-2056 (((-1088 (-887 (-385 (-887 |#1|))))) NIL (|has| (-385 (-887 |#1|)) (-341))) (((-1088 (-385 (-887 |#1|)))) 83 (|has| |#1| (-517)))) (-2486 (($ $ (-856)) NIL)) (-3714 (((-385 (-887 |#1|)) $) NIL)) (-2357 (((-1088 (-385 (-887 |#1|))) $) 77 (|has| (-385 (-887 |#1|)) (-517)))) (-2623 (((-385 (-887 |#1|)) (-1174 $)) NIL) (((-385 (-887 |#1|))) NIL)) (-2673 (((-1088 (-385 (-887 |#1|))) $) NIL)) (-3938 (((-108)) NIL)) (-1289 (((-1075) $) NIL)) (-1780 (((-108)) NIL)) (-1719 (((-108)) NIL)) (-2490 (((-108)) NIL)) (-3993 (((-1039) $) NIL)) (-3774 (((-385 (-887 |#1|)) $ $) 71 (|has| |#1| (-517)))) (-2328 (((-385 (-887 |#1|)) $) 93 (|has| |#1| (-517)))) (-4013 (((-385 (-887 |#1|)) $) 95 (|has| |#1| (-517)))) (-3634 (((-1088 (-385 (-887 |#1|))) $) 88 (|has| |#1| (-517)))) (-2955 (((-385 (-887 |#1|))) 72 (|has| |#1| (-517)))) (-3073 (((-385 (-887 |#1|)) $ $) 64 (|has| |#1| (-517)))) (-3160 (((-385 (-887 |#1|)) $) 92 (|has| |#1| (-517)))) (-3942 (((-385 (-887 |#1|)) $) 94 (|has| |#1| (-517)))) (-2652 (((-1088 (-385 (-887 |#1|))) $) 87 (|has| |#1| (-517)))) (-2283 (((-385 (-887 |#1|))) 68 (|has| |#1| (-517)))) (-2312 (($) 101) (($ (-1092)) 107) (($ (-1174 (-1092))) 106) (($ (-1174 $)) 96) (($ (-1092) (-1174 $)) 105) (($ (-1174 (-1092)) (-1174 $)) 104)) (-1539 (((-108)) NIL)) (-3431 (((-385 (-887 |#1|)) $ (-525)) NIL)) (-2754 (((-1174 (-385 (-887 |#1|))) $ (-1174 $)) 98) (((-632 (-385 (-887 |#1|))) (-1174 $) (-1174 $)) NIL) (((-1174 (-385 (-887 |#1|))) $) 40) (((-632 (-385 (-887 |#1|))) (-1174 $)) NIL)) (-2069 (((-1174 (-385 (-887 |#1|))) $) NIL) (($ (-1174 (-385 (-887 |#1|)))) 37)) (-3600 (((-592 (-887 (-385 (-887 |#1|)))) (-1174 $)) NIL) (((-592 (-887 (-385 (-887 |#1|))))) NIL) (((-592 (-887 |#1|)) (-1174 $)) 99 (|has| |#1| (-517))) (((-592 (-887 |#1|))) 100 (|has| |#1| (-517)))) (-1242 (($ $ $) NIL)) (-1682 (((-108)) NIL)) (-4100 (((-798) $) NIL) (($ (-1174 (-385 (-887 |#1|)))) NIL)) (-2103 (((-1174 $)) 60)) (-3974 (((-592 (-1174 (-385 (-887 |#1|))))) NIL (|has| (-385 (-887 |#1|)) (-517)))) (-3133 (($ $ $ $) NIL)) (-1839 (((-108)) NIL)) (-1590 (($ (-632 (-385 (-887 |#1|))) $) NIL)) (-4148 (($ $ $) NIL)) (-2453 (((-108)) NIL)) (-1569 (((-108)) NIL)) (-1886 (((-108)) NIL)) (-3364 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) 97)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 56) (($ $ (-385 (-887 |#1|))) NIL) (($ (-385 (-887 |#1|)) $) NIL) (($ (-1059 |#2| (-385 (-887 |#1|))) $) NIL)))
-(((-430 |#1| |#2| |#3| |#4|) (-13 (-395 (-385 (-887 |#1|))) (-594 (-1059 |#2| (-385 (-887 |#1|)))) (-10 -8 (-15 -4100 ($ (-1174 (-385 (-887 |#1|))))) (-15 -2661 ((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed"))) (-15 -3734 ((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed"))) (-15 -2312 ($)) (-15 -2312 ($ (-1092))) (-15 -2312 ($ (-1174 (-1092)))) (-15 -2312 ($ (-1174 $))) (-15 -2312 ($ (-1092) (-1174 $))) (-15 -2312 ($ (-1174 (-1092)) (-1174 $))) (IF (|has| |#1| (-517)) (PROGN (-15 -2056 ((-1088 (-385 (-887 |#1|))))) (-15 -2652 ((-1088 (-385 (-887 |#1|))) $)) (-15 -3160 ((-385 (-887 |#1|)) $)) (-15 -3942 ((-385 (-887 |#1|)) $)) (-15 -3141 ((-1088 (-385 (-887 |#1|))))) (-15 -3634 ((-1088 (-385 (-887 |#1|))) $)) (-15 -2328 ((-385 (-887 |#1|)) $)) (-15 -4013 ((-385 (-887 |#1|)) $)) (-15 -3073 ((-385 (-887 |#1|)) $ $)) (-15 -2283 ((-385 (-887 |#1|)))) (-15 -3774 ((-385 (-887 |#1|)) $ $)) (-15 -2955 ((-385 (-887 |#1|)))) (-15 -3600 ((-592 (-887 |#1|)) (-1174 $))) (-15 -3600 ((-592 (-887 |#1|))))) |%noBranch|))) (-160) (-856) (-592 (-1092)) (-1174 (-632 |#1|))) (T -430))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1174 (-385 (-887 *3)))) (-4 *3 (-160)) (-14 *6 (-1174 (-632 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))))) (-2661 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-430 *3 *4 *5 *6)) (|:| -2103 (-592 (-430 *3 *4 *5 *6))))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3734 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-430 *3 *4 *5 *6)) (|:| -2103 (-592 (-430 *3 *4 *5 *6))))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-2312 (*1 *1) (-12 (-5 *1 (-430 *2 *3 *4 *5)) (-4 *2 (-160)) (-14 *3 (-856)) (-14 *4 (-592 (-1092))) (-14 *5 (-1174 (-632 *2))))) (-2312 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 *2)) (-14 *6 (-1174 (-632 *3))))) (-2312 (*1 *1 *2) (-12 (-5 *2 (-1174 (-1092))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-2312 (*1 *1 *2) (-12 (-5 *2 (-1174 (-430 *3 *4 *5 *6))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-2312 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-430 *4 *5 *6 *7))) (-5 *1 (-430 *4 *5 *6 *7)) (-4 *4 (-160)) (-14 *5 (-856)) (-14 *6 (-592 *2)) (-14 *7 (-1174 (-632 *4))))) (-2312 (*1 *1 *2 *3) (-12 (-5 *2 (-1174 (-1092))) (-5 *3 (-1174 (-430 *4 *5 *6 *7))) (-5 *1 (-430 *4 *5 *6 *7)) (-4 *4 (-160)) (-14 *5 (-856)) (-14 *6 (-592 (-1092))) (-14 *7 (-1174 (-632 *4))))) (-2056 (*1 *2) (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-2652 (*1 *2 *1) (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3160 (*1 *2 *1) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3942 (*1 *2 *1) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3141 (*1 *2) (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3634 (*1 *2 *1) (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-2328 (*1 *2 *1) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-4013 (*1 *2 *1) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3073 (*1 *2 *1 *1) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-2283 (*1 *2) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3774 (*1 *2 *1 *1) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-2955 (*1 *2) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))) (-3600 (*1 *2 *3) (-12 (-5 *3 (-1174 (-430 *4 *5 *6 *7))) (-5 *2 (-592 (-887 *4))) (-5 *1 (-430 *4 *5 *6 *7)) (-4 *4 (-517)) (-4 *4 (-160)) (-14 *5 (-856)) (-14 *6 (-592 (-1092))) (-14 *7 (-1174 (-632 *4))))) (-3600 (*1 *2) (-12 (-5 *2 (-592 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(-13 (-395 (-385 (-887 |#1|))) (-594 (-1059 |#2| (-385 (-887 |#1|)))) (-10 -8 (-15 -4100 ($ (-1174 (-385 (-887 |#1|))))) (-15 -2661 ((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed"))) (-15 -3734 ((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed"))) (-15 -2312 ($)) (-15 -2312 ($ (-1092))) (-15 -2312 ($ (-1174 (-1092)))) (-15 -2312 ($ (-1174 $))) (-15 -2312 ($ (-1092) (-1174 $))) (-15 -2312 ($ (-1174 (-1092)) (-1174 $))) (IF (|has| |#1| (-517)) (PROGN (-15 -2056 ((-1088 (-385 (-887 |#1|))))) (-15 -2652 ((-1088 (-385 (-887 |#1|))) $)) (-15 -3160 ((-385 (-887 |#1|)) $)) (-15 -3942 ((-385 (-887 |#1|)) $)) (-15 -3141 ((-1088 (-385 (-887 |#1|))))) (-15 -3634 ((-1088 (-385 (-887 |#1|))) $)) (-15 -2328 ((-385 (-887 |#1|)) $)) (-15 -4013 ((-385 (-887 |#1|)) $)) (-15 -3073 ((-385 (-887 |#1|)) $ $)) (-15 -2283 ((-385 (-887 |#1|)))) (-15 -3774 ((-385 (-887 |#1|)) $ $)) (-15 -2955 ((-385 (-887 |#1|)))) (-15 -3600 ((-592 (-887 |#1|)) (-1174 $))) (-15 -3600 ((-592 (-887 |#1|))))) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 13)) (-1296 (((-592 (-800 |#1|)) $) 75)) (-4169 (((-1088 $) $ (-800 |#1|)) 46) (((-1088 |#2|) $) 118)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#2| (-517)))) (-2433 (($ $) NIL (|has| |#2| (-517)))) (-1568 (((-108) $) NIL (|has| |#2| (-517)))) (-1928 (((-713) $) 21) (((-713) $ (-592 (-800 |#1|))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4195 (($ $) NIL (|has| |#2| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#2| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) 44) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-800 |#1|) "failed") $) NIL)) (-4105 ((|#2| $) 42) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-800 |#1|) $) NIL)) (-3801 (($ $ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-2066 (($ $ (-592 (-525))) 80)) (-1451 (($ $) 68)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#2| (-844)))) (-1457 (($ $ |#2| |#3| $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-357))) (|has| |#2| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-525))) (|has| |#2| (-821 (-525)))))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) 58)) (-1284 (($ (-1088 |#2|) (-800 |#1|)) 123) (($ (-1088 $) (-800 |#1|)) 52)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) 59)) (-1272 (($ |#2| |#3|) 28) (($ $ (-800 |#1|) (-713)) 30) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-800 |#1|)) NIL)) (-1819 ((|#3| $) NIL) (((-713) $ (-800 |#1|)) 50) (((-592 (-713)) $ (-592 (-800 |#1|))) 57)) (-3033 (($ $ $) NIL (|has| |#2| (-789)))) (-1609 (($ $ $) NIL (|has| |#2| (-789)))) (-1314 (($ (-1 |#3| |#3|) $) NIL)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-2018 (((-3 (-800 |#1|) "failed") $) 39)) (-1418 (($ $) NIL)) (-1430 ((|#2| $) 41)) (-2739 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-1289 (((-1075) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-800 |#1|)) (|:| -2168 (-713))) "failed") $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) 40)) (-1407 ((|#2| $) 116)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#2| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) 128 (|has| |#2| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#2| (-844)))) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-800 |#1|) |#2|) 87) (($ $ (-592 (-800 |#1|)) (-592 |#2|)) 90) (($ $ (-800 |#1|) $) 85) (($ $ (-592 (-800 |#1|)) (-592 $)) 106)) (-4115 (($ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-2702 (($ $ (-800 |#1|)) 53) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3529 ((|#3| $) 67) (((-713) $ (-800 |#1|)) 37) (((-592 (-713)) $ (-592 (-800 |#1|))) 56)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-800 |#1|) (-567 (-501))) (|has| |#2| (-567 (-501)))))) (-1661 ((|#2| $) 125 (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#2| (-844))))) (-4100 (((-798) $) 145) (($ (-525)) NIL) (($ |#2|) 86) (($ (-800 |#1|)) 31) (($ (-385 (-525))) NIL (-2067 (|has| |#2| (-37 (-385 (-525)))) (|has| |#2| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#2| (-517)))) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ |#3|) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#2| (-844))) (|has| |#2| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#2| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#2| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 17 T CONST)) (-3375 (($) 25 T CONST)) (-2401 (($ $ (-800 |#1|)) NIL) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-2830 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2880 (($ $ |#2|) 64 (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 111)) (** (($ $ (-856)) NIL) (($ $ (-713)) 109)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 29) (($ $ (-385 (-525))) NIL (|has| |#2| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#2| (-37 (-385 (-525))))) (($ |#2| $) 63) (($ $ |#2|) NIL)))
-(((-431 |#1| |#2| |#3|) (-13 (-884 |#2| |#3| (-800 |#1|)) (-10 -8 (-15 -2066 ($ $ (-592 (-525)))))) (-592 (-1092)) (-977) (-218 (-2827 |#1|) (-713))) (T -431))
-((-2066 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-14 *3 (-592 (-1092))) (-5 *1 (-431 *3 *4 *5)) (-4 *4 (-977)) (-4 *5 (-218 (-2827 *3) (-713))))))
-(-13 (-884 |#2| |#3| (-800 |#1|)) (-10 -8 (-15 -2066 ($ $ (-592 (-525))))))
-((-4186 (((-108) |#1| (-592 |#2|)) 69)) (-1426 (((-3 (-1174 (-592 |#2|)) "failed") (-713) |#1| (-592 |#2|)) 78)) (-3641 (((-3 (-592 |#2|) "failed") |#2| |#1| (-1174 (-592 |#2|))) 80)) (-2600 ((|#2| |#2| |#1|) 28)) (-2405 (((-713) |#2| (-592 |#2|)) 20)))
-(((-432 |#1| |#2|) (-10 -7 (-15 -2600 (|#2| |#2| |#1|)) (-15 -2405 ((-713) |#2| (-592 |#2|))) (-15 -1426 ((-3 (-1174 (-592 |#2|)) "failed") (-713) |#1| (-592 |#2|))) (-15 -3641 ((-3 (-592 |#2|) "failed") |#2| |#1| (-1174 (-592 |#2|)))) (-15 -4186 ((-108) |#1| (-592 |#2|)))) (-286) (-1150 |#1|)) (T -432))
-((-4186 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *5)) (-4 *5 (-1150 *3)) (-4 *3 (-286)) (-5 *2 (-108)) (-5 *1 (-432 *3 *5)))) (-3641 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1174 (-592 *3))) (-4 *4 (-286)) (-5 *2 (-592 *3)) (-5 *1 (-432 *4 *3)) (-4 *3 (-1150 *4)))) (-1426 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-713)) (-4 *4 (-286)) (-4 *6 (-1150 *4)) (-5 *2 (-1174 (-592 *6))) (-5 *1 (-432 *4 *6)) (-5 *5 (-592 *6)))) (-2405 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-286)) (-5 *2 (-713)) (-5 *1 (-432 *5 *3)))) (-2600 (*1 *2 *2 *3) (-12 (-4 *3 (-286)) (-5 *1 (-432 *3 *2)) (-4 *2 (-1150 *3)))))
-(-10 -7 (-15 -2600 (|#2| |#2| |#1|)) (-15 -2405 ((-713) |#2| (-592 |#2|))) (-15 -1426 ((-3 (-1174 (-592 |#2|)) "failed") (-713) |#1| (-592 |#2|))) (-15 -3641 ((-3 (-592 |#2|) "failed") |#2| |#1| (-1174 (-592 |#2|)))) (-15 -4186 ((-108) |#1| (-592 |#2|))))
-((-4201 (((-396 |#5|) |#5|) 24)))
-(((-433 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4201 ((-396 |#5|) |#5|))) (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092))))) (-735) (-517) (-517) (-884 |#4| |#2| |#1|)) (T -433))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092)))))) (-4 *5 (-735)) (-4 *7 (-517)) (-5 *2 (-396 *3)) (-5 *1 (-433 *4 *5 *6 *7 *3)) (-4 *6 (-517)) (-4 *3 (-884 *7 *5 *4)))))
-(-10 -7 (-15 -4201 ((-396 |#5|) |#5|)))
-((-2428 ((|#3|) 37)) (-1379 (((-1088 |#4|) (-1088 |#4|) (-1088 |#4|)) 33)))
-(((-434 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1379 ((-1088 |#4|) (-1088 |#4|) (-1088 |#4|))) (-15 -2428 (|#3|))) (-735) (-789) (-844) (-884 |#3| |#1| |#2|)) (T -434))
-((-2428 (*1 *2) (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-844)) (-5 *1 (-434 *3 *4 *2 *5)) (-4 *5 (-884 *2 *3 *4)))) (-1379 (*1 *2 *2 *2) (-12 (-5 *2 (-1088 *6)) (-4 *6 (-884 *5 *3 *4)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-844)) (-5 *1 (-434 *3 *4 *5 *6)))))
-(-10 -7 (-15 -1379 ((-1088 |#4|) (-1088 |#4|) (-1088 |#4|))) (-15 -2428 (|#3|)))
-((-4201 (((-396 (-1088 |#1|)) (-1088 |#1|)) 43)))
-(((-435 |#1|) (-10 -7 (-15 -4201 ((-396 (-1088 |#1|)) (-1088 |#1|)))) (-286)) (T -435))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-286)) (-5 *2 (-396 (-1088 *4))) (-5 *1 (-435 *4)) (-5 *3 (-1088 *4)))))
-(-10 -7 (-15 -4201 ((-396 (-1088 |#1|)) (-1088 |#1|))))
-((-1350 (((-51) |#2| (-1092) (-273 |#2|) (-1141 (-713))) 42) (((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-713))) 41) (((-51) |#2| (-1092) (-273 |#2|)) 35) (((-51) (-1 |#2| (-525)) (-273 |#2|)) 28)) (-2996 (((-51) |#2| (-1092) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525))) 80) (((-51) (-1 |#2| (-385 (-525))) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525))) 79) (((-51) |#2| (-1092) (-273 |#2|) (-1141 (-525))) 78) (((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-525))) 77) (((-51) |#2| (-1092) (-273 |#2|)) 72) (((-51) (-1 |#2| (-525)) (-273 |#2|)) 71)) (-1368 (((-51) |#2| (-1092) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525))) 66) (((-51) (-1 |#2| (-385 (-525))) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525))) 64)) (-1361 (((-51) |#2| (-1092) (-273 |#2|) (-1141 (-525))) 48) (((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-525))) 47)))
-(((-436 |#1| |#2|) (-10 -7 (-15 -1350 ((-51) (-1 |#2| (-525)) (-273 |#2|))) (-15 -1350 ((-51) |#2| (-1092) (-273 |#2|))) (-15 -1350 ((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-713)))) (-15 -1350 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-713)))) (-15 -1361 ((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-525)))) (-15 -1361 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-525)))) (-15 -1368 ((-51) (-1 |#2| (-385 (-525))) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525)))) (-15 -1368 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525)))) (-15 -2996 ((-51) (-1 |#2| (-525)) (-273 |#2|))) (-15 -2996 ((-51) |#2| (-1092) (-273 |#2|))) (-15 -2996 ((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-525)))) (-15 -2996 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-525)))) (-15 -2996 ((-51) (-1 |#2| (-385 (-525))) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525)))) (-15 -2996 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525))))) (-13 (-517) (-789) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|))) (T -436))
-((-2996 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-385 (-525)))) (-5 *7 (-385 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *8))) (-4 *8 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *8 *3)))) (-2996 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-385 (-525)))) (-5 *4 (-273 *8)) (-5 *5 (-1141 (-385 (-525)))) (-5 *6 (-385 (-525))) (-4 *8 (-13 (-27) (-1114) (-408 *7))) (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *7 *8)))) (-2996 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *7))) (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *7 *3)))) (-2996 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-525))) (-5 *4 (-273 *7)) (-5 *5 (-1141 (-525))) (-4 *7 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *6 *7)))) (-2996 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *6 *3)))) (-2996 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-525))) (-5 *4 (-273 *6)) (-4 *6 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *5 *6)))) (-1368 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-385 (-525)))) (-5 *7 (-385 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *8))) (-4 *8 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *8 *3)))) (-1368 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-385 (-525)))) (-5 *4 (-273 *8)) (-5 *5 (-1141 (-385 (-525)))) (-5 *6 (-385 (-525))) (-4 *8 (-13 (-27) (-1114) (-408 *7))) (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *7 *8)))) (-1361 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *7))) (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *7 *3)))) (-1361 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-525))) (-5 *4 (-273 *7)) (-5 *5 (-1141 (-525))) (-4 *7 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *6 *7)))) (-1350 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-713))) (-4 *3 (-13 (-27) (-1114) (-408 *7))) (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *7 *3)))) (-1350 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-525))) (-5 *4 (-273 *7)) (-5 *5 (-1141 (-713))) (-4 *7 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *6 *7)))) (-1350 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *6 *3)))) (-1350 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-525))) (-5 *4 (-273 *6)) (-4 *6 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-51)) (-5 *1 (-436 *5 *6)))))
-(-10 -7 (-15 -1350 ((-51) (-1 |#2| (-525)) (-273 |#2|))) (-15 -1350 ((-51) |#2| (-1092) (-273 |#2|))) (-15 -1350 ((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-713)))) (-15 -1350 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-713)))) (-15 -1361 ((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-525)))) (-15 -1361 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-525)))) (-15 -1368 ((-51) (-1 |#2| (-385 (-525))) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525)))) (-15 -1368 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525)))) (-15 -2996 ((-51) (-1 |#2| (-525)) (-273 |#2|))) (-15 -2996 ((-51) |#2| (-1092) (-273 |#2|))) (-15 -2996 ((-51) (-1 |#2| (-525)) (-273 |#2|) (-1141 (-525)))) (-15 -2996 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-525)))) (-15 -2996 ((-51) (-1 |#2| (-385 (-525))) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525)))) (-15 -2996 ((-51) |#2| (-1092) (-273 |#2|) (-1141 (-385 (-525))) (-385 (-525)))))
-((-2600 ((|#2| |#2| |#1|) 15)) (-3687 (((-592 |#2|) |#2| (-592 |#2|) |#1| (-856)) 69)) (-2002 (((-2 (|:| |plist| (-592 |#2|)) (|:| |modulo| |#1|)) |#2| (-592 |#2|) |#1| (-856)) 60)))
-(((-437 |#1| |#2|) (-10 -7 (-15 -2002 ((-2 (|:| |plist| (-592 |#2|)) (|:| |modulo| |#1|)) |#2| (-592 |#2|) |#1| (-856))) (-15 -3687 ((-592 |#2|) |#2| (-592 |#2|) |#1| (-856))) (-15 -2600 (|#2| |#2| |#1|))) (-286) (-1150 |#1|)) (T -437))
-((-2600 (*1 *2 *2 *3) (-12 (-4 *3 (-286)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1150 *3)))) (-3687 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-592 *3)) (-5 *5 (-856)) (-4 *3 (-1150 *4)) (-4 *4 (-286)) (-5 *1 (-437 *4 *3)))) (-2002 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-856)) (-4 *5 (-286)) (-4 *3 (-1150 *5)) (-5 *2 (-2 (|:| |plist| (-592 *3)) (|:| |modulo| *5))) (-5 *1 (-437 *5 *3)) (-5 *4 (-592 *3)))))
-(-10 -7 (-15 -2002 ((-2 (|:| |plist| (-592 |#2|)) (|:| |modulo| |#1|)) |#2| (-592 |#2|) |#1| (-856))) (-15 -3687 ((-592 |#2|) |#2| (-592 |#2|) |#1| (-856))) (-15 -2600 (|#2| |#2| |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 28)) (-3473 (($ |#3|) 25)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1451 (($ $) 32)) (-2153 (($ |#2| |#4| $) 33)) (-1272 (($ |#2| (-656 |#3| |#4| |#5|)) 24)) (-1418 (((-656 |#3| |#4| |#5|) $) 15)) (-3682 ((|#3| $) 19)) (-3735 ((|#4| $) 17)) (-1430 ((|#2| $) 29)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3100 (($ |#2| |#3| |#4|) 26)) (-3364 (($) 36 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 34)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-438 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-660 |#6|) (-660 |#2|) (-10 -8 (-15 -1430 (|#2| $)) (-15 -1418 ((-656 |#3| |#4| |#5|) $)) (-15 -3735 (|#4| $)) (-15 -3682 (|#3| $)) (-15 -1451 ($ $)) (-15 -1272 ($ |#2| (-656 |#3| |#4| |#5|))) (-15 -3473 ($ |#3|)) (-15 -3100 ($ |#2| |#3| |#4|)) (-15 -2153 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-592 (-1092)) (-160) (-789) (-218 (-2827 |#1|) (-713)) (-1 (-108) (-2 (|:| -1722 |#3|) (|:| -2168 |#4|)) (-2 (|:| -1722 |#3|) (|:| -2168 |#4|))) (-884 |#2| |#4| (-800 |#1|))) (T -438))
-((* (*1 *1 *2 *1) (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160)) (-4 *6 (-218 (-2827 *3) (-713))) (-14 *7 (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *6)) (-2 (|:| -1722 *5) (|:| -2168 *6)))) (-5 *1 (-438 *3 *4 *5 *6 *7 *2)) (-4 *5 (-789)) (-4 *2 (-884 *4 *6 (-800 *3))))) (-1430 (*1 *2 *1) (-12 (-14 *3 (-592 (-1092))) (-4 *5 (-218 (-2827 *3) (-713))) (-14 *6 (-1 (-108) (-2 (|:| -1722 *4) (|:| -2168 *5)) (-2 (|:| -1722 *4) (|:| -2168 *5)))) (-4 *2 (-160)) (-5 *1 (-438 *3 *2 *4 *5 *6 *7)) (-4 *4 (-789)) (-4 *7 (-884 *2 *5 (-800 *3))))) (-1418 (*1 *2 *1) (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160)) (-4 *6 (-218 (-2827 *3) (-713))) (-14 *7 (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *6)) (-2 (|:| -1722 *5) (|:| -2168 *6)))) (-5 *2 (-656 *5 *6 *7)) (-5 *1 (-438 *3 *4 *5 *6 *7 *8)) (-4 *5 (-789)) (-4 *8 (-884 *4 *6 (-800 *3))))) (-3735 (*1 *2 *1) (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160)) (-14 *6 (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *2)) (-2 (|:| -1722 *5) (|:| -2168 *2)))) (-4 *2 (-218 (-2827 *3) (-713))) (-5 *1 (-438 *3 *4 *5 *2 *6 *7)) (-4 *5 (-789)) (-4 *7 (-884 *4 *2 (-800 *3))))) (-3682 (*1 *2 *1) (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160)) (-4 *5 (-218 (-2827 *3) (-713))) (-14 *6 (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *5)) (-2 (|:| -1722 *2) (|:| -2168 *5)))) (-4 *2 (-789)) (-5 *1 (-438 *3 *4 *2 *5 *6 *7)) (-4 *7 (-884 *4 *5 (-800 *3))))) (-1451 (*1 *1 *1) (-12 (-14 *2 (-592 (-1092))) (-4 *3 (-160)) (-4 *5 (-218 (-2827 *2) (-713))) (-14 *6 (-1 (-108) (-2 (|:| -1722 *4) (|:| -2168 *5)) (-2 (|:| -1722 *4) (|:| -2168 *5)))) (-5 *1 (-438 *2 *3 *4 *5 *6 *7)) (-4 *4 (-789)) (-4 *7 (-884 *3 *5 (-800 *2))))) (-1272 (*1 *1 *2 *3) (-12 (-5 *3 (-656 *5 *6 *7)) (-4 *5 (-789)) (-4 *6 (-218 (-2827 *4) (-713))) (-14 *7 (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *6)) (-2 (|:| -1722 *5) (|:| -2168 *6)))) (-14 *4 (-592 (-1092))) (-4 *2 (-160)) (-5 *1 (-438 *4 *2 *5 *6 *7 *8)) (-4 *8 (-884 *2 *6 (-800 *4))))) (-3473 (*1 *1 *2) (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160)) (-4 *5 (-218 (-2827 *3) (-713))) (-14 *6 (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *5)) (-2 (|:| -1722 *2) (|:| -2168 *5)))) (-5 *1 (-438 *3 *4 *2 *5 *6 *7)) (-4 *2 (-789)) (-4 *7 (-884 *4 *5 (-800 *3))))) (-3100 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-592 (-1092))) (-4 *2 (-160)) (-4 *4 (-218 (-2827 *5) (-713))) (-14 *6 (-1 (-108) (-2 (|:| -1722 *3) (|:| -2168 *4)) (-2 (|:| -1722 *3) (|:| -2168 *4)))) (-5 *1 (-438 *5 *2 *3 *4 *6 *7)) (-4 *3 (-789)) (-4 *7 (-884 *2 *4 (-800 *5))))) (-2153 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-592 (-1092))) (-4 *2 (-160)) (-4 *3 (-218 (-2827 *4) (-713))) (-14 *6 (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *3)) (-2 (|:| -1722 *5) (|:| -2168 *3)))) (-5 *1 (-438 *4 *2 *5 *3 *6 *7)) (-4 *5 (-789)) (-4 *7 (-884 *2 *3 (-800 *4))))))
-(-13 (-660 |#6|) (-660 |#2|) (-10 -8 (-15 -1430 (|#2| $)) (-15 -1418 ((-656 |#3| |#4| |#5|) $)) (-15 -3735 (|#4| $)) (-15 -3682 (|#3| $)) (-15 -1451 ($ $)) (-15 -1272 ($ |#2| (-656 |#3| |#4| |#5|))) (-15 -3473 ($ |#3|)) (-15 -3100 ($ |#2| |#3| |#4|)) (-15 -2153 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
-((-1932 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 37)))
-(((-439 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1932 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-735) (-789) (-517) (-884 |#3| |#1| |#2|) (-13 (-968 (-385 (-525))) (-341) (-10 -8 (-15 -4100 ($ |#4|)) (-15 -4066 (|#4| $)) (-15 -4080 (|#4| $))))) (T -439))
-((-1932 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-789)) (-4 *5 (-735)) (-4 *6 (-517)) (-4 *7 (-884 *6 *5 *3)) (-5 *1 (-439 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-968 (-385 (-525))) (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))))))
-(-10 -7 (-15 -1932 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
-((-4087 (((-108) $ $) NIL)) (-1296 (((-592 |#3|) $) 41)) (-2071 (((-108) $) NIL)) (-3093 (((-108) $) NIL (|has| |#1| (-517)))) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-2399 (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-3542 (((-108) $) NIL (|has| |#1| (-517)))) (-2462 (((-108) $ $) NIL (|has| |#1| (-517)))) (-2390 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1698 (((-108) $) NIL (|has| |#1| (-517)))) (-3308 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) 47)) (-4105 (($ (-592 |#4|)) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-2698 (($ |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4259)))) (-2175 (((-592 |#4|) $) 18 (|has| $ (-6 -4259)))) (-2577 ((|#3| $) 45)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#4|) $) 14 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 26 (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-3069 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 21)) (-3435 (((-592 |#3|) $) NIL)) (-2468 (((-108) |#3| $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-3993 (((-1039) $) NIL)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) NIL)) (-1518 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 39)) (-1558 (($) 17)) (-4002 (((-713) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (((-713) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) 16)) (-2069 (((-501) $) NIL (|has| |#4| (-567 (-501)))) (($ (-592 |#4|)) 49)) (-4114 (($ (-592 |#4|)) 13)) (-4151 (($ $ |#3|) NIL)) (-3522 (($ $ |#3|) NIL)) (-3963 (($ $ |#3|) NIL)) (-4100 (((-798) $) 38) (((-592 |#4|) $) 48)) (-2706 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 30)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-440 |#1| |#2| |#3| |#4|) (-13 (-909 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2069 ($ (-592 |#4|))) (-6 -4259) (-6 -4260))) (-977) (-735) (-789) (-991 |#1| |#2| |#3|)) (T -440))
-((-2069 (*1 *1 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-440 *3 *4 *5 *6)))))
-(-13 (-909 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2069 ($ (-592 |#4|))) (-6 -4259) (-6 -4260)))
-((-3364 (($) 11)) (-3375 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
-(((-441 |#1| |#2| |#3|) (-10 -8 (-15 -3375 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3364 (|#1|))) (-442 |#2| |#3|) (-160) (-23)) (T -441))
-NIL
-(-10 -8 (-15 -3375 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3364 (|#1|)))
-((-4087 (((-108) $ $) 7)) (-1934 (((-3 |#1| "failed") $) 26)) (-4105 ((|#1| $) 25)) (-3125 (($ $ $) 23)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-3529 ((|#2| $) 19)) (-4100 (((-798) $) 11) (($ |#1|) 27)) (-3364 (($) 18 T CONST)) (-3375 (($) 24 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 15) (($ $ $) 13)) (-2860 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
-(((-442 |#1| |#2|) (-131) (-160) (-23)) (T -442))
-((-3375 (*1 *1) (-12 (-4 *1 (-442 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))) (-3125 (*1 *1 *1 *1) (-12 (-4 *1 (-442 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))))
-(-13 (-447 |t#1| |t#2|) (-968 |t#1|) (-10 -8 (-15 (-3375) ($) -2247) (-15 -3125 ($ $ $))))
-(((-97) . T) ((-566 (-798)) . T) ((-447 |#1| |#2|) . T) ((-968 |#1|) . T) ((-1020) . T))
-((-1391 (((-1174 (-1174 (-525))) (-1174 (-1174 (-525))) (-856)) 18)) (-2072 (((-1174 (-1174 (-525))) (-856)) 16)))
-(((-443) (-10 -7 (-15 -1391 ((-1174 (-1174 (-525))) (-1174 (-1174 (-525))) (-856))) (-15 -2072 ((-1174 (-1174 (-525))) (-856))))) (T -443))
-((-2072 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1174 (-1174 (-525)))) (-5 *1 (-443)))) (-1391 (*1 *2 *2 *3) (-12 (-5 *2 (-1174 (-1174 (-525)))) (-5 *3 (-856)) (-5 *1 (-443)))))
-(-10 -7 (-15 -1391 ((-1174 (-1174 (-525))) (-1174 (-1174 (-525))) (-856))) (-15 -2072 ((-1174 (-1174 (-525))) (-856))))
-((-2336 (((-525) (-525)) 30) (((-525)) 22)) (-3951 (((-525) (-525)) 26) (((-525)) 18)) (-1664 (((-525) (-525)) 28) (((-525)) 20)) (-1212 (((-108) (-108)) 12) (((-108)) 10)) (-2127 (((-108) (-108)) 11) (((-108)) 9)) (-3314 (((-108) (-108)) 24) (((-108)) 15)))
-(((-444) (-10 -7 (-15 -2127 ((-108))) (-15 -1212 ((-108))) (-15 -2127 ((-108) (-108))) (-15 -1212 ((-108) (-108))) (-15 -3314 ((-108))) (-15 -1664 ((-525))) (-15 -3951 ((-525))) (-15 -2336 ((-525))) (-15 -3314 ((-108) (-108))) (-15 -1664 ((-525) (-525))) (-15 -3951 ((-525) (-525))) (-15 -2336 ((-525) (-525))))) (T -444))
-((-2336 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444)))) (-3951 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444)))) (-1664 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444)))) (-3314 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))) (-2336 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444)))) (-3951 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444)))) (-1664 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444)))) (-3314 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))) (-1212 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))) (-2127 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))) (-1212 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))) (-2127 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))))
-(-10 -7 (-15 -2127 ((-108))) (-15 -1212 ((-108))) (-15 -2127 ((-108) (-108))) (-15 -1212 ((-108) (-108))) (-15 -3314 ((-108))) (-15 -1664 ((-525))) (-15 -3951 ((-525))) (-15 -2336 ((-525))) (-15 -3314 ((-108) (-108))) (-15 -1664 ((-525) (-525))) (-15 -3951 ((-525) (-525))) (-15 -2336 ((-525) (-525))))
-((-4087 (((-108) $ $) NIL)) (-1526 (((-592 (-357)) $) 28) (((-592 (-357)) $ (-592 (-357))) 95)) (-2073 (((-592 (-1015 (-357))) $) 16) (((-592 (-1015 (-357))) $ (-592 (-1015 (-357)))) 92)) (-1905 (((-592 (-592 (-878 (-205)))) (-592 (-592 (-878 (-205)))) (-592 (-809))) 44)) (-1486 (((-592 (-592 (-878 (-205)))) $) 88)) (-4112 (((-1179) $ (-878 (-205)) (-809)) 107)) (-3233 (($ $) 87) (($ (-592 (-592 (-878 (-205))))) 98) (($ (-592 (-592 (-878 (-205)))) (-592 (-809)) (-592 (-809)) (-592 (-856))) 97) (($ (-592 (-592 (-878 (-205)))) (-592 (-809)) (-592 (-809)) (-592 (-856)) (-592 (-242))) 99)) (-1289 (((-1075) $) NIL)) (-1556 (((-525) $) 69)) (-3993 (((-1039) $) NIL)) (-2683 (($) 96)) (-2110 (((-592 (-205)) (-592 (-592 (-878 (-205))))) 54)) (-1617 (((-1179) $ (-592 (-878 (-205))) (-809) (-809) (-856)) 101) (((-1179) $ (-878 (-205))) 103) (((-1179) $ (-878 (-205)) (-809) (-809) (-856)) 102)) (-4100 (((-798) $) 113) (($ (-592 (-592 (-878 (-205))))) 108)) (-1459 (((-1179) $ (-878 (-205))) 106)) (-2775 (((-108) $ $) NIL)))
-(((-445) (-13 (-1020) (-10 -8 (-15 -2683 ($)) (-15 -3233 ($ $)) (-15 -3233 ($ (-592 (-592 (-878 (-205)))))) (-15 -3233 ($ (-592 (-592 (-878 (-205)))) (-592 (-809)) (-592 (-809)) (-592 (-856)))) (-15 -3233 ($ (-592 (-592 (-878 (-205)))) (-592 (-809)) (-592 (-809)) (-592 (-856)) (-592 (-242)))) (-15 -1486 ((-592 (-592 (-878 (-205)))) $)) (-15 -1556 ((-525) $)) (-15 -2073 ((-592 (-1015 (-357))) $)) (-15 -2073 ((-592 (-1015 (-357))) $ (-592 (-1015 (-357))))) (-15 -1526 ((-592 (-357)) $)) (-15 -1526 ((-592 (-357)) $ (-592 (-357)))) (-15 -1617 ((-1179) $ (-592 (-878 (-205))) (-809) (-809) (-856))) (-15 -1617 ((-1179) $ (-878 (-205)))) (-15 -1617 ((-1179) $ (-878 (-205)) (-809) (-809) (-856))) (-15 -1459 ((-1179) $ (-878 (-205)))) (-15 -4112 ((-1179) $ (-878 (-205)) (-809))) (-15 -4100 ($ (-592 (-592 (-878 (-205)))))) (-15 -4100 ((-798) $)) (-15 -1905 ((-592 (-592 (-878 (-205)))) (-592 (-592 (-878 (-205)))) (-592 (-809)))) (-15 -2110 ((-592 (-205)) (-592 (-592 (-878 (-205))))))))) (T -445))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-445)))) (-2683 (*1 *1) (-5 *1 (-445))) (-3233 (*1 *1 *1) (-5 *1 (-445))) (-3233 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-445)))) (-3233 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *3 (-592 (-809))) (-5 *4 (-592 (-856))) (-5 *1 (-445)))) (-3233 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *3 (-592 (-809))) (-5 *4 (-592 (-856))) (-5 *5 (-592 (-242))) (-5 *1 (-445)))) (-1486 (*1 *2 *1) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-445)))) (-1556 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-445)))) (-2073 (*1 *2 *1) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-445)))) (-2073 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-445)))) (-1526 (*1 *2 *1) (-12 (-5 *2 (-592 (-357))) (-5 *1 (-445)))) (-1526 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-357))) (-5 *1 (-445)))) (-1617 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-592 (-878 (-205)))) (-5 *4 (-809)) (-5 *5 (-856)) (-5 *2 (-1179)) (-5 *1 (-445)))) (-1617 (*1 *2 *1 *3) (-12 (-5 *3 (-878 (-205))) (-5 *2 (-1179)) (-5 *1 (-445)))) (-1617 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-878 (-205))) (-5 *4 (-809)) (-5 *5 (-856)) (-5 *2 (-1179)) (-5 *1 (-445)))) (-1459 (*1 *2 *1 *3) (-12 (-5 *3 (-878 (-205))) (-5 *2 (-1179)) (-5 *1 (-445)))) (-4112 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-878 (-205))) (-5 *4 (-809)) (-5 *2 (-1179)) (-5 *1 (-445)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-445)))) (-1905 (*1 *2 *2 *3) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *3 (-592 (-809))) (-5 *1 (-445)))) (-2110 (*1 *2 *3) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *2 (-592 (-205))) (-5 *1 (-445)))))
-(-13 (-1020) (-10 -8 (-15 -2683 ($)) (-15 -3233 ($ $)) (-15 -3233 ($ (-592 (-592 (-878 (-205)))))) (-15 -3233 ($ (-592 (-592 (-878 (-205)))) (-592 (-809)) (-592 (-809)) (-592 (-856)))) (-15 -3233 ($ (-592 (-592 (-878 (-205)))) (-592 (-809)) (-592 (-809)) (-592 (-856)) (-592 (-242)))) (-15 -1486 ((-592 (-592 (-878 (-205)))) $)) (-15 -1556 ((-525) $)) (-15 -2073 ((-592 (-1015 (-357))) $)) (-15 -2073 ((-592 (-1015 (-357))) $ (-592 (-1015 (-357))))) (-15 -1526 ((-592 (-357)) $)) (-15 -1526 ((-592 (-357)) $ (-592 (-357)))) (-15 -1617 ((-1179) $ (-592 (-878 (-205))) (-809) (-809) (-856))) (-15 -1617 ((-1179) $ (-878 (-205)))) (-15 -1617 ((-1179) $ (-878 (-205)) (-809) (-809) (-856))) (-15 -1459 ((-1179) $ (-878 (-205)))) (-15 -4112 ((-1179) $ (-878 (-205)) (-809))) (-15 -4100 ($ (-592 (-592 (-878 (-205)))))) (-15 -4100 ((-798) $)) (-15 -1905 ((-592 (-592 (-878 (-205)))) (-592 (-592 (-878 (-205)))) (-592 (-809)))) (-15 -2110 ((-592 (-205)) (-592 (-592 (-878 (-205))))))))
-((-2871 (($ $) NIL) (($ $ $) 11)))
-(((-446 |#1| |#2| |#3|) (-10 -8 (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|))) (-447 |#2| |#3|) (-160) (-23)) (T -446))
-NIL
-(-10 -8 (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-3529 ((|#2| $) 19)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 15) (($ $ $) 13)) (-2860 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
-(((-447 |#1| |#2|) (-131) (-160) (-23)) (T -447))
-((-3529 (*1 *2 *1) (-12 (-4 *1 (-447 *3 *2)) (-4 *3 (-160)) (-4 *2 (-23)))) (-3364 (*1 *1) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))) (-2871 (*1 *1 *1) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))) (-2860 (*1 *1 *1 *1) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))) (-2871 (*1 *1 *1 *1) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23)))))
-(-13 (-1020) (-10 -8 (-15 -3529 (|t#2| $)) (-15 (-3364) ($) -2247) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -2871 ($ $)) (-15 -2860 ($ $ $)) (-15 -2871 ($ $ $))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-2080 (((-3 (-592 (-457 |#1| |#2|)) "failed") (-592 (-457 |#1| |#2|)) (-592 (-800 |#1|))) 93)) (-2526 (((-592 (-592 (-227 |#1| |#2|))) (-592 (-227 |#1| |#2|)) (-592 (-800 |#1|))) 91)) (-1938 (((-2 (|:| |dpolys| (-592 (-227 |#1| |#2|))) (|:| |coords| (-592 (-525)))) (-592 (-227 |#1| |#2|)) (-592 (-800 |#1|))) 61)))
-(((-448 |#1| |#2| |#3|) (-10 -7 (-15 -2526 ((-592 (-592 (-227 |#1| |#2|))) (-592 (-227 |#1| |#2|)) (-592 (-800 |#1|)))) (-15 -2080 ((-3 (-592 (-457 |#1| |#2|)) "failed") (-592 (-457 |#1| |#2|)) (-592 (-800 |#1|)))) (-15 -1938 ((-2 (|:| |dpolys| (-592 (-227 |#1| |#2|))) (|:| |coords| (-592 (-525)))) (-592 (-227 |#1| |#2|)) (-592 (-800 |#1|))))) (-592 (-1092)) (-429) (-429)) (T -448))
-((-1938 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-800 *5))) (-14 *5 (-592 (-1092))) (-4 *6 (-429)) (-5 *2 (-2 (|:| |dpolys| (-592 (-227 *5 *6))) (|:| |coords| (-592 (-525))))) (-5 *1 (-448 *5 *6 *7)) (-5 *3 (-592 (-227 *5 *6))) (-4 *7 (-429)))) (-2080 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 (-457 *4 *5))) (-5 *3 (-592 (-800 *4))) (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *1 (-448 *4 *5 *6)) (-4 *6 (-429)))) (-2526 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-800 *5))) (-14 *5 (-592 (-1092))) (-4 *6 (-429)) (-5 *2 (-592 (-592 (-227 *5 *6)))) (-5 *1 (-448 *5 *6 *7)) (-5 *3 (-592 (-227 *5 *6))) (-4 *7 (-429)))))
-(-10 -7 (-15 -2526 ((-592 (-592 (-227 |#1| |#2|))) (-592 (-227 |#1| |#2|)) (-592 (-800 |#1|)))) (-15 -2080 ((-3 (-592 (-457 |#1| |#2|)) "failed") (-592 (-457 |#1| |#2|)) (-592 (-800 |#1|)))) (-15 -1938 ((-2 (|:| |dpolys| (-592 (-227 |#1| |#2|))) (|:| |coords| (-592 (-525)))) (-592 (-227 |#1| |#2|)) (-592 (-800 |#1|)))))
-((-3300 (((-3 $ "failed") $) 11)) (-3055 (($ $ $) 20)) (-1242 (($ $ $) 21)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 14)) (-2880 (($ $ $) 9)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 19)))
-(((-449 |#1|) (-10 -8 (-15 -1242 (|#1| |#1| |#1|)) (-15 -3055 (|#1| |#1| |#1|)) (-15 -3706 (|#1| |#1| (-525))) (-15 ** (|#1| |#1| (-525))) (-15 -2880 (|#1| |#1| |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 -3706 (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-713))) (-15 -3706 (|#1| |#1| (-856))) (-15 ** (|#1| |#1| (-856)))) (-450)) (T -449))
-NIL
-(-10 -8 (-15 -1242 (|#1| |#1| |#1|)) (-15 -3055 (|#1| |#1| |#1|)) (-15 -3706 (|#1| |#1| (-525))) (-15 ** (|#1| |#1| (-525))) (-15 -2880 (|#1| |#1| |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 -3706 (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-713))) (-15 -3706 (|#1| |#1| (-856))) (-15 ** (|#1| |#1| (-856))))
-((-4087 (((-108) $ $) 7)) (-2475 (($) 20 T CONST)) (-3300 (((-3 $ "failed") $) 16)) (-2278 (((-108) $) 19)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 27)) (-3993 (((-1039) $) 10)) (-3055 (($ $ $) 23)) (-1242 (($ $ $) 22)) (-4100 (((-798) $) 11)) (-3706 (($ $ (-856)) 13) (($ $ (-713)) 17) (($ $ (-525)) 24)) (-3375 (($) 21 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 26)) (** (($ $ (-856)) 14) (($ $ (-713)) 18) (($ $ (-525)) 25)) (* (($ $ $) 15)))
-(((-450) (-131)) (T -450))
-((-1387 (*1 *1 *1) (-4 *1 (-450))) (-2880 (*1 *1 *1 *1) (-4 *1 (-450))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-450)) (-5 *2 (-525)))) (-3706 (*1 *1 *1 *2) (-12 (-4 *1 (-450)) (-5 *2 (-525)))) (-3055 (*1 *1 *1 *1) (-4 *1 (-450))) (-1242 (*1 *1 *1 *1) (-4 *1 (-450))))
-(-13 (-669) (-10 -8 (-15 -1387 ($ $)) (-15 -2880 ($ $ $)) (-15 ** ($ $ (-525))) (-15 -3706 ($ $ (-525))) (-6 -4256) (-15 -3055 ($ $ $)) (-15 -1242 ($ $ $))))
-(((-97) . T) ((-566 (-798)) . T) ((-669) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 17)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-385 (-525))) NIL) (($ $ (-385 (-525)) (-385 (-525))) NIL)) (-2005 (((-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|))) $) NIL)) (-1803 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|)))) NIL)) (-1828 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-385 (-525)) $) NIL) (((-385 (-525)) $ (-385 (-525))) NIL)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) NIL) (($ $ (-385 (-525))) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-385 (-525))) NIL) (($ $ (-1005) (-385 (-525))) NIL) (($ $ (-592 (-1005)) (-592 (-385 (-525)))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) 22)) (-2533 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2367 (($ $) 26 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 33 (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114))))) (($ $ (-1170 |#2|)) 27 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-385 (-525))) NIL)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1618 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-385 (-525))) NIL) (($ $ $) NIL (|has| (-385 (-525)) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) 25 (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 13 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $ (-1170 |#2|)) 15)) (-3529 (((-385 (-525)) $) NIL)) (-1841 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL (|has| |#1| (-160))) (($ (-1170 |#2|)) NIL) (($ (-1159 |#1| |#2| |#3|)) 9) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517)))) (-3136 ((|#1| $ (-385 (-525))) NIL)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) 18)) (-1876 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-385 (-525))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) 24)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 23) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-451 |#1| |#2| |#3|) (-13 (-1155 |#1|) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -4100 ($ (-1159 |#1| |#2| |#3|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|))) (-977) (-1092) |#1|) (T -451))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-451 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1159 *3 *4 *5)) (-4 *3 (-977)) (-14 *4 (-1092)) (-14 *5 *3) (-5 *1 (-451 *3 *4 *5)))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-451 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-451 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(-13 (-1155 |#1|) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -4100 ($ (-1159 |#1| |#2| |#3|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|)))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-3289 (((-1179) $ |#1| |#1|) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#2| $ |#1| |#2|) 18)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) 19)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) 16)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) NIL)) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 ((|#1| $) NIL (|has| |#1| (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 ((|#1| $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1398 (((-592 |#1|) $) NIL)) (-3770 (((-108) |#1| $) NIL)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3177 (((-592 |#1|) $) NIL)) (-3461 (((-108) |#1| $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#2| $) NIL (|has| |#1| (-789)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-452 |#1| |#2| |#3| |#4|) (-1105 |#1| |#2|) (-1020) (-1020) (-1105 |#1| |#2|) |#2|) (T -452))
-NIL
-(-1105 |#1| |#2|)
-((-4087 (((-108) $ $) NIL)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) NIL)) (-3347 (((-592 $) (-592 |#4|)) NIL)) (-1296 (((-592 |#3|) $) NIL)) (-2071 (((-108) $) NIL)) (-3093 (((-108) $) NIL (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1402 ((|#4| |#4| $) NIL)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-2399 (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2475 (($) NIL T CONST)) (-3542 (((-108) $) 26 (|has| |#1| (-517)))) (-2462 (((-108) $ $) NIL (|has| |#1| (-517)))) (-2390 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1698 (((-108) $) NIL (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-3308 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) NIL)) (-4105 (($ (-592 |#4|)) NIL)) (-1659 (((-3 $ "failed") $) 39)) (-2268 ((|#4| |#4| $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-2698 (($ |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) NIL)) (-1469 ((|#4| |#4| $) NIL)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) NIL)) (-2175 (((-592 |#4|) $) 16 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-2577 ((|#3| $) 33)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#4|) $) 17 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 25 (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-3069 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 21)) (-3435 (((-592 |#3|) $) NIL)) (-2468 (((-108) |#3| $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2718 (((-3 |#4| "failed") $) 37)) (-1455 (((-592 |#4|) $) NIL)) (-3732 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-3076 ((|#4| |#4| $) NIL)) (-3472 (((-108) $ $) NIL)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1998 ((|#4| |#4| $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-3 |#4| "failed") $) 35)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) NIL)) (-2821 (((-3 $ "failed") $ |#4|) 47)) (-1397 (($ $ |#4|) NIL)) (-1518 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 15)) (-1558 (($) 13)) (-3529 (((-713) $) NIL)) (-4002 (((-713) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (((-713) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) 12)) (-2069 (((-501) $) NIL (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 20)) (-4151 (($ $ |#3|) 42)) (-3522 (($ $ |#3|) 44)) (-1411 (($ $) NIL)) (-3963 (($ $ |#3|) NIL)) (-4100 (((-798) $) 31) (((-592 |#4|) $) 40)) (-1223 (((-713) $) NIL (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) NIL)) (-2706 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) NIL)) (-2738 (((-108) |#3| $) NIL)) (-2775 (((-108) $ $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-453 |#1| |#2| |#3| |#4|) (-1122 |#1| |#2| |#3| |#4|) (-517) (-735) (-789) (-991 |#1| |#2| |#3|)) (T -453))
-NIL
-(-1122 |#1| |#2| |#3| |#4|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL)) (-4105 (((-525) $) NIL) (((-385 (-525)) $) NIL)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-4106 (($) 18)) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2069 (((-357) $) 22) (((-205) $) 25) (((-385 (-1088 (-525))) $) 19) (((-501) $) 52)) (-4100 (((-798) $) 50) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (((-205) $) 24) (((-357) $) 21)) (-2448 (((-713)) NIL)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 36 T CONST)) (-3375 (($) 11 T CONST)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-454) (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))) (-953) (-566 (-205)) (-566 (-357)) (-567 (-385 (-1088 (-525)))) (-567 (-501)) (-10 -8 (-15 -4106 ($))))) (T -454))
-((-4106 (*1 *1) (-5 *1 (-454))))
-(-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))) (-953) (-566 (-205)) (-566 (-357)) (-567 (-385 (-1088 (-525)))) (-567 (-501)) (-10 -8 (-15 -4106 ($))))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-3289 (((-1179) $ |#1| |#1|) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#2| $ |#1| |#2|) 16)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) 20)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) 18)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) NIL)) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 ((|#1| $) NIL (|has| |#1| (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 ((|#1| $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1398 (((-592 |#1|) $) 13)) (-3770 (((-108) |#1| $) NIL)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3177 (((-592 |#1|) $) NIL)) (-3461 (((-108) |#1| $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#2| $) NIL (|has| |#1| (-789)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 19)) (-3431 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 11 (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2827 (((-713) $) 15 (|has| $ (-6 -4259)))))
-(((-455 |#1| |#2| |#3|) (-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259))) (-1020) (-1020) (-1075)) (T -455))
-NIL
-(-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259)))
-((-2244 (((-525) (-525) (-525)) 7)) (-3111 (((-108) (-525) (-525) (-525) (-525)) 11)) (-4065 (((-1174 (-592 (-525))) (-713) (-713)) 23)))
-(((-456) (-10 -7 (-15 -2244 ((-525) (-525) (-525))) (-15 -3111 ((-108) (-525) (-525) (-525) (-525))) (-15 -4065 ((-1174 (-592 (-525))) (-713) (-713))))) (T -456))
-((-4065 (*1 *2 *3 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1174 (-592 (-525)))) (-5 *1 (-456)))) (-3111 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-525)) (-5 *2 (-108)) (-5 *1 (-456)))) (-2244 (*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-456)))))
-(-10 -7 (-15 -2244 ((-525) (-525) (-525))) (-15 -3111 ((-108) (-525) (-525) (-525) (-525))) (-15 -4065 ((-1174 (-592 (-525))) (-713) (-713))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-800 |#1|)) $) NIL)) (-4169 (((-1088 $) $ (-800 |#1|)) NIL) (((-1088 |#2|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#2| (-517)))) (-2433 (($ $) NIL (|has| |#2| (-517)))) (-1568 (((-108) $) NIL (|has| |#2| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-800 |#1|))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4195 (($ $) NIL (|has| |#2| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#2| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-800 |#1|) "failed") $) NIL)) (-4105 ((|#2| $) NIL) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-800 |#1|) $) NIL)) (-3801 (($ $ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-2066 (($ $ (-592 (-525))) NIL)) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#2| (-844)))) (-1457 (($ $ |#2| (-458 (-2827 |#1|) (-713)) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-357))) (|has| |#2| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-525))) (|has| |#2| (-821 (-525)))))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-1284 (($ (-1088 |#2|) (-800 |#1|)) NIL) (($ (-1088 $) (-800 |#1|)) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#2| (-458 (-2827 |#1|) (-713))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-800 |#1|)) NIL)) (-1819 (((-458 (-2827 |#1|) (-713)) $) NIL) (((-713) $ (-800 |#1|)) NIL) (((-592 (-713)) $ (-592 (-800 |#1|))) NIL)) (-3033 (($ $ $) NIL (|has| |#2| (-789)))) (-1609 (($ $ $) NIL (|has| |#2| (-789)))) (-1314 (($ (-1 (-458 (-2827 |#1|) (-713)) (-458 (-2827 |#1|) (-713))) $) NIL)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-2018 (((-3 (-800 |#1|) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#2| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-1289 (((-1075) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-800 |#1|)) (|:| -2168 (-713))) "failed") $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#2| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#2| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#2| (-844)))) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-800 |#1|) |#2|) NIL) (($ $ (-592 (-800 |#1|)) (-592 |#2|)) NIL) (($ $ (-800 |#1|) $) NIL) (($ $ (-592 (-800 |#1|)) (-592 $)) NIL)) (-4115 (($ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-2702 (($ $ (-800 |#1|)) NIL) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3529 (((-458 (-2827 |#1|) (-713)) $) NIL) (((-713) $ (-800 |#1|)) NIL) (((-592 (-713)) $ (-592 (-800 |#1|))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-800 |#1|) (-567 (-501))) (|has| |#2| (-567 (-501)))))) (-1661 ((|#2| $) NIL (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#2| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) NIL) (($ (-800 |#1|)) NIL) (($ (-385 (-525))) NIL (-2067 (|has| |#2| (-37 (-385 (-525)))) (|has| |#2| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#2| (-517)))) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-458 (-2827 |#1|) (-713))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#2| (-844))) (|has| |#2| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#2| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#2| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-800 |#1|)) NIL) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-2830 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#2| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#2| (-37 (-385 (-525))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-457 |#1| |#2|) (-13 (-884 |#2| (-458 (-2827 |#1|) (-713)) (-800 |#1|)) (-10 -8 (-15 -2066 ($ $ (-592 (-525)))))) (-592 (-1092)) (-977)) (T -457))
-((-2066 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-457 *3 *4)) (-14 *3 (-592 (-1092))) (-4 *4 (-977)))))
-(-13 (-884 |#2| (-458 (-2827 |#1|) (-713)) (-800 |#1|)) (-10 -8 (-15 -2066 ($ $ (-592 (-525))))))
-((-4087 (((-108) $ $) NIL (|has| |#2| (-1020)))) (-2414 (((-108) $) NIL (|has| |#2| (-126)))) (-3473 (($ (-856)) NIL (|has| |#2| (-977)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1525 (($ $ $) NIL (|has| |#2| (-735)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#2| (-126)))) (-3779 (((-108) $ (-713)) NIL)) (-1613 (((-713)) NIL (|has| |#2| (-346)))) (-2971 (((-525) $) NIL (|has| |#2| (-787)))) (-1233 ((|#2| $ (-525) |#2|) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1020)))) (-4105 (((-525) $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-385 (-525)) $) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) ((|#2| $) NIL (|has| |#2| (-1020)))) (-3090 (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL (|has| |#2| (-977))) (((-632 |#2|) (-632 $)) NIL (|has| |#2| (-977)))) (-3300 (((-3 $ "failed") $) NIL (|has| |#2| (-669)))) (-1903 (($) NIL (|has| |#2| (-346)))) (-3081 ((|#2| $ (-525) |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ (-525)) 11)) (-1889 (((-108) $) NIL (|has| |#2| (-787)))) (-2175 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL (|has| |#2| (-669)))) (-4079 (((-108) $) NIL (|has| |#2| (-787)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2617 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-3069 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-3685 (((-856) $) NIL (|has| |#2| (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#2| (-1020)))) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-1722 (($ (-856)) NIL (|has| |#2| (-346)))) (-3993 (((-1039) $) NIL (|has| |#2| (-1020)))) (-1647 ((|#2| $) NIL (|has| (-525) (-789)))) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ (-525) |#2|) NIL) ((|#2| $ (-525)) NIL)) (-3584 ((|#2| $ $) NIL (|has| |#2| (-977)))) (-4238 (($ (-1174 |#2|)) NIL)) (-3933 (((-128)) NIL (|has| |#2| (-341)))) (-2702 (($ $) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-977)))) (-4002 (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-1174 |#2|) $) NIL) (($ (-525)) NIL (-2067 (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) (|has| |#2| (-977)))) (($ (-385 (-525))) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (($ |#2|) NIL (|has| |#2| (-1020))) (((-798) $) NIL (|has| |#2| (-566 (-798))))) (-2448 (((-713)) NIL (|has| |#2| (-977)))) (-2706 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2380 (($ $) NIL (|has| |#2| (-787)))) (-3706 (($ $ (-713)) NIL (|has| |#2| (-669))) (($ $ (-856)) NIL (|has| |#2| (-669)))) (-3364 (($) NIL (|has| |#2| (-126)) CONST)) (-3375 (($) NIL (|has| |#2| (-669)) CONST)) (-2401 (($ $) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-977)))) (-2830 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2807 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2775 (((-108) $ $) NIL (|has| |#2| (-1020)))) (-2817 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2795 (((-108) $ $) 15 (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $ $) NIL (|has| |#2| (-977))) (($ $) NIL (|has| |#2| (-977)))) (-2860 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-713)) NIL (|has| |#2| (-669))) (($ $ (-856)) NIL (|has| |#2| (-669)))) (* (($ (-525) $) NIL (|has| |#2| (-977))) (($ $ $) NIL (|has| |#2| (-669))) (($ $ |#2|) NIL (|has| |#2| (-669))) (($ |#2| $) NIL (|has| |#2| (-669))) (($ (-713) $) NIL (|has| |#2| (-126))) (($ (-856) $) NIL (|has| |#2| (-25)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-458 |#1| |#2|) (-218 |#1| |#2|) (-713) (-735)) (T -458))
-NIL
-(-218 |#1| |#2|)
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) NIL)) (-2475 (($) NIL T CONST)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-3269 (($ $ $) 32)) (-3212 (($ $ $) 31)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1609 ((|#1| $) 26)) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3577 ((|#1| $) 27)) (-3246 (($ |#1| $) 10)) (-2446 (($ (-592 |#1|)) 12)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-2724 ((|#1| $) 23)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 9)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 29)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) 21 (|has| $ (-6 -4259)))))
-(((-459 |#1|) (-13 (-902 |#1|) (-10 -8 (-15 -2446 ($ (-592 |#1|))))) (-789)) (T -459))
-((-2446 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-459 *3)))))
-(-13 (-902 |#1|) (-10 -8 (-15 -2446 ($ (-592 |#1|)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3504 (($ $) 69)) (-2091 (((-108) $) NIL)) (-1289 (((-1075) $) NIL)) (-2654 (((-391 |#2| (-385 |#2|) |#3| |#4|) $) 44)) (-3993 (((-1039) $) NIL)) (-3817 (((-3 |#4| "failed") $) 107)) (-2958 (($ (-391 |#2| (-385 |#2|) |#3| |#4|)) 76) (($ |#4|) 32) (($ |#1| |#1|) 115) (($ |#1| |#1| (-525)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 127)) (-4129 (((-2 (|:| -1466 (-391 |#2| (-385 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 46)) (-4100 (((-798) $) 102)) (-3364 (($) 33 T CONST)) (-2775 (((-108) $ $) 109)) (-2871 (($ $) 72) (($ $ $) NIL)) (-2860 (($ $ $) 70)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 73)))
-(((-460 |#1| |#2| |#3| |#4|) (-313 |#1| |#2| |#3| |#4|) (-341) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|)) (T -460))
-NIL
-(-313 |#1| |#2| |#3| |#4|)
-((-3608 (((-525) (-592 (-525))) 30)) (-1341 ((|#1| (-592 |#1|)) 56)) (-1899 (((-592 |#1|) (-592 |#1|)) 57)) (-1210 (((-592 |#1|) (-592 |#1|)) 59)) (-2772 ((|#1| (-592 |#1|)) 58)) (-1661 (((-592 (-525)) (-592 |#1|)) 33)))
-(((-461 |#1|) (-10 -7 (-15 -2772 (|#1| (-592 |#1|))) (-15 -1341 (|#1| (-592 |#1|))) (-15 -1210 ((-592 |#1|) (-592 |#1|))) (-15 -1899 ((-592 |#1|) (-592 |#1|))) (-15 -1661 ((-592 (-525)) (-592 |#1|))) (-15 -3608 ((-525) (-592 (-525))))) (-1150 (-525))) (T -461))
-((-3608 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-525)) (-5 *1 (-461 *4)) (-4 *4 (-1150 *2)))) (-1661 (*1 *2 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-1150 (-525))) (-5 *2 (-592 (-525))) (-5 *1 (-461 *4)))) (-1899 (*1 *2 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1150 (-525))) (-5 *1 (-461 *3)))) (-1210 (*1 *2 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1150 (-525))) (-5 *1 (-461 *3)))) (-1341 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-5 *1 (-461 *2)) (-4 *2 (-1150 (-525))))) (-2772 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-5 *1 (-461 *2)) (-4 *2 (-1150 (-525))))))
-(-10 -7 (-15 -2772 (|#1| (-592 |#1|))) (-15 -1341 (|#1| (-592 |#1|))) (-15 -1210 ((-592 |#1|) (-592 |#1|))) (-15 -1899 ((-592 |#1|) (-592 |#1|))) (-15 -1661 ((-592 (-525)) (-592 |#1|))) (-15 -3608 ((-525) (-592 (-525)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 (((-525) $) NIL (|has| (-525) (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| (-525) (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (|has| (-525) (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-525) (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| (-525) (-968 (-525))))) (-4105 (((-525) $) NIL) (((-1092) $) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| (-525) (-968 (-525)))) (((-525) $) NIL (|has| (-525) (-968 (-525))))) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-525) (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| (-525) (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-525) (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-525) (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 (((-525) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| (-525) (-1068)))) (-4079 (((-108) $) NIL (|has| (-525) (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-525) (-789)))) (-2016 (($ (-1 (-525) (-525)) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-525) (-1068)) CONST)) (-2294 (($ (-385 (-525))) 9)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| (-525) (-286))) (((-385 (-525)) $) NIL)) (-1340 (((-525) $) NIL (|has| (-525) (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 (-525)) (-592 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-525) (-525)) NIL (|has| (-525) (-288 (-525)))) (($ $ (-273 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-273 (-525)))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-1092)) (-592 (-525))) NIL (|has| (-525) (-486 (-1092) (-525)))) (($ $ (-1092) (-525)) NIL (|has| (-525) (-486 (-1092) (-525))))) (-1927 (((-713) $) NIL)) (-3431 (($ $ (-525)) NIL (|has| (-525) (-265 (-525) (-525))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2874 (($ $) NIL)) (-4080 (((-525) $) NIL)) (-2069 (((-827 (-525)) $) NIL (|has| (-525) (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| (-525) (-567 (-827 (-357))))) (((-501) $) NIL (|has| (-525) (-567 (-501)))) (((-357) $) NIL (|has| (-525) (-953))) (((-205) $) NIL (|has| (-525) (-953)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-525) (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) 8) (($ (-525)) NIL) (($ (-1092)) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) NIL) (((-936 16) $) 10)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-525) (-844))) (|has| (-525) (-136))))) (-2448 (((-713)) NIL)) (-3064 (((-525) $) NIL (|has| (-525) (-510)))) (-1571 (((-108) $ $) NIL)) (-2380 (($ $) NIL (|has| (-525) (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $) NIL (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2830 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2880 (($ $ $) NIL) (($ (-525) (-525)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ (-525) $) NIL) (($ $ (-525)) NIL)))
-(((-462) (-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -4100 ((-936 16) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -2294 ($ (-385 (-525))))))) (T -462))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-462)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-936 16)) (-5 *1 (-462)))) (-1372 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-462)))) (-2294 (*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-462)))))
-(-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -4100 ((-936 16) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -2294 ($ (-385 (-525))))))
-((-2617 (((-592 |#2|) $) 23)) (-3198 (((-108) |#2| $) 28)) (-1518 (((-108) (-1 (-108) |#2|) $) 21)) (-2825 (($ $ (-592 (-273 |#2|))) 13) (($ $ (-273 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-592 |#2|) (-592 |#2|)) NIL)) (-4002 (((-713) (-1 (-108) |#2|) $) 22) (((-713) |#2| $) 26)) (-4100 (((-798) $) 37)) (-2706 (((-108) (-1 (-108) |#2|) $) 20)) (-2775 (((-108) $ $) 31)) (-2827 (((-713) $) 17)))
-(((-463 |#1| |#2|) (-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#2| |#2|)) (-15 -2825 (|#1| |#1| (-273 |#2|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#2|)))) (-15 -3198 ((-108) |#2| |#1|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -2617 ((-592 |#2|) |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2827 ((-713) |#1|))) (-464 |#2|) (-1128)) (T -463))
-NIL
-(-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#2| |#2|)) (-15 -2825 (|#1| |#1| (-273 |#2|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#2|)))) (-15 -3198 ((-108) |#2| |#1|)) (-15 -4002 ((-713) |#2| |#1|)) (-15 -2617 ((-592 |#2|) |#1|)) (-15 -4002 ((-713) (-1 (-108) |#2|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2827 ((-713) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-2475 (($) 7 T CONST)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-464 |#1|) (-131) (-1128)) (T -464))
-((-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-464 *3)) (-4 *3 (-1128)))) (-3069 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4260)) (-4 *1 (-464 *3)) (-4 *3 (-1128)))) (-2706 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-108) *4)) (|has| *1 (-6 -4259)) (-4 *1 (-464 *4)) (-4 *4 (-1128)) (-5 *2 (-108)))) (-1518 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-108) *4)) (|has| *1 (-6 -4259)) (-4 *1 (-464 *4)) (-4 *4 (-1128)) (-5 *2 (-108)))) (-4002 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-108) *4)) (|has| *1 (-6 -4259)) (-4 *1 (-464 *4)) (-4 *4 (-1128)) (-5 *2 (-713)))) (-2175 (*1 *2 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128)) (-5 *2 (-592 *3)))) (-2617 (*1 *2 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128)) (-5 *2 (-592 *3)))) (-4002 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128)) (-4 *3 (-1020)) (-5 *2 (-713)))) (-3198 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128)) (-4 *3 (-1020)) (-5 *2 (-108)))))
-(-13 (-33) (-10 -8 (IF (|has| |t#1| (-566 (-798))) (-6 (-566 (-798))) |%noBranch|) (IF (|has| |t#1| (-1020)) (-6 (-1020)) |%noBranch|) (IF (|has| |t#1| (-1020)) (IF (|has| |t#1| (-288 |t#1|)) (-6 (-288 |t#1|)) |%noBranch|) |%noBranch|) (-15 -2016 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4260)) (-15 -3069 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4259)) (PROGN (-15 -2706 ((-108) (-1 (-108) |t#1|) $)) (-15 -1518 ((-108) (-1 (-108) |t#1|) $)) (-15 -4002 ((-713) (-1 (-108) |t#1|) $)) (-15 -2175 ((-592 |t#1|) $)) (-15 -2617 ((-592 |t#1|) $)) (IF (|has| |t#1| (-1020)) (PROGN (-15 -4002 ((-713) |t#1| $)) (-15 -3198 ((-108) |t#1| $))) |%noBranch|)) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-1803 (($ $) 15)) (-1781 (($ $) 24)) (-1828 (($ $) 12)) (-1841 (($ $) 10)) (-1816 (($ $) 17)) (-1792 (($ $) 22)))
-(((-465 |#1|) (-10 -8 (-15 -1792 (|#1| |#1|)) (-15 -1816 (|#1| |#1|)) (-15 -1841 (|#1| |#1|)) (-15 -1828 (|#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1803 (|#1| |#1|))) (-466)) (T -465))
-NIL
-(-10 -8 (-15 -1792 (|#1| |#1|)) (-15 -1816 (|#1| |#1|)) (-15 -1841 (|#1| |#1|)) (-15 -1828 (|#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)))
-((-1803 (($ $) 11)) (-1781 (($ $) 10)) (-1828 (($ $) 9)) (-1841 (($ $) 8)) (-1816 (($ $) 7)) (-1792 (($ $) 6)))
-(((-466) (-131)) (T -466))
-((-1803 (*1 *1 *1) (-4 *1 (-466))) (-1781 (*1 *1 *1) (-4 *1 (-466))) (-1828 (*1 *1 *1) (-4 *1 (-466))) (-1841 (*1 *1 *1) (-4 *1 (-466))) (-1816 (*1 *1 *1) (-4 *1 (-466))) (-1792 (*1 *1 *1) (-4 *1 (-466))))
-(-13 (-10 -8 (-15 -1792 ($ $)) (-15 -1816 ($ $)) (-15 -1841 ($ $)) (-15 -1828 ($ $)) (-15 -1781 ($ $)) (-15 -1803 ($ $))))
-((-4201 (((-396 |#4|) |#4| (-1 (-396 |#2|) |#2|)) 42)))
-(((-467 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4201 ((-396 |#4|) |#4| (-1 (-396 |#2|) |#2|)))) (-341) (-1150 |#1|) (-13 (-341) (-138) (-667 |#1| |#2|)) (-1150 |#3|)) (T -467))
-((-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341)) (-4 *7 (-13 (-341) (-138) (-667 *5 *6))) (-5 *2 (-396 *3)) (-5 *1 (-467 *5 *6 *7 *3)) (-4 *3 (-1150 *7)))))
-(-10 -7 (-15 -4201 ((-396 |#4|) |#4| (-1 (-396 |#2|) |#2|))))
-((-4087 (((-108) $ $) NIL)) (-3975 (((-592 $) (-1088 $) (-1092)) NIL) (((-592 $) (-1088 $)) NIL) (((-592 $) (-887 $)) NIL)) (-3238 (($ (-1088 $) (-1092)) NIL) (($ (-1088 $)) NIL) (($ (-887 $)) NIL)) (-2414 (((-108) $) 39)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3647 (((-108) $ $) 64)) (-1285 (((-592 (-565 $)) $) 48)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3702 (($ $ (-273 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-592 (-565 $)) (-592 $)) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-4211 (($ $) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-4178 (((-592 $) (-1088 $) (-1092)) NIL) (((-592 $) (-1088 $)) NIL) (((-592 $) (-887 $)) NIL)) (-3317 (($ (-1088 $) (-1092)) NIL) (($ (-1088 $)) NIL) (($ (-887 $)) NIL)) (-1934 (((-3 (-565 $) "failed") $) NIL) (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL)) (-4105 (((-565 $) $) NIL) (((-525) $) NIL) (((-385 (-525)) $) 50)) (-1356 (($ $ $) NIL)) (-3090 (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-385 (-525)))) (|:| |vec| (-1174 (-385 (-525))))) (-632 $) (-1174 $)) NIL) (((-632 (-385 (-525))) (-632 $)) NIL)) (-3504 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-3106 (($ $) NIL) (($ (-592 $)) NIL)) (-2531 (((-592 (-110)) $) NIL)) (-1386 (((-110) (-110)) NIL)) (-2278 (((-108) $) 42)) (-3028 (((-108) $) NIL (|has| $ (-968 (-525))))) (-4066 (((-1044 (-525) (-565 $)) $) 37)) (-1303 (($ $ (-525)) NIL)) (-2704 (((-1088 $) (-1088 $) (-565 $)) 78) (((-1088 $) (-1088 $) (-592 (-565 $))) 55) (($ $ (-565 $)) 67) (($ $ (-592 (-565 $))) 68)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1808 (((-1088 $) (-565 $)) 65 (|has| $ (-977)))) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 $ $) (-565 $)) NIL)) (-1751 (((-3 (-565 $) "failed") $) NIL)) (-2739 (($ (-592 $)) NIL) (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-4153 (((-592 (-565 $)) $) NIL)) (-4152 (($ (-110) $) NIL) (($ (-110) (-592 $)) NIL)) (-2412 (((-108) $ (-110)) NIL) (((-108) $ (-1092)) NIL)) (-1387 (($ $) NIL)) (-2934 (((-713) $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ (-592 $)) NIL) (($ $ $) NIL)) (-3513 (((-108) $ $) NIL) (((-108) $ (-1092)) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3864 (((-108) $) NIL (|has| $ (-968 (-525))))) (-2825 (($ $ (-565 $) $) NIL) (($ $ (-592 (-565 $)) (-592 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-1092)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-1092) (-1 $ (-592 $))) NIL) (($ $ (-1092) (-1 $ $)) NIL) (($ $ (-592 (-110)) (-592 (-1 $ $))) NIL) (($ $ (-592 (-110)) (-592 (-1 $ (-592 $)))) NIL) (($ $ (-110) (-1 $ (-592 $))) NIL) (($ $ (-110) (-1 $ $)) NIL)) (-1927 (((-713) $) NIL)) (-3431 (($ (-110) $) NIL) (($ (-110) $ $) NIL) (($ (-110) $ $ $) NIL) (($ (-110) $ $ $ $) NIL) (($ (-110) (-592 $)) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2540 (($ $) NIL) (($ $ $) NIL)) (-2702 (($ $ (-713)) NIL) (($ $) 36)) (-4080 (((-1044 (-525) (-565 $)) $) 20)) (-2013 (($ $) NIL (|has| $ (-977)))) (-2069 (((-357) $) 92) (((-205) $) 100) (((-157 (-357)) $) 108)) (-4100 (((-798) $) NIL) (($ (-565 $)) NIL) (($ (-385 (-525))) NIL) (($ $) NIL) (($ (-525)) NIL) (($ (-1044 (-525) (-565 $))) 21)) (-2448 (((-713)) NIL)) (-2239 (($ $) NIL) (($ (-592 $)) NIL)) (-3954 (((-108) (-110)) 84)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-525)) NIL) (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (-3364 (($) 10 T CONST)) (-3375 (($) 22 T CONST)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 24)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2880 (($ $ $) 44)) (-2871 (($ $ $) NIL) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-385 (-525))) NIL) (($ $ (-525)) 46) (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (* (($ (-385 (-525)) $) NIL) (($ $ (-385 (-525))) NIL) (($ $ $) 27) (($ (-525) $) NIL) (($ (-713) $) NIL) (($ (-856) $) NIL)))
-(((-468) (-13 (-281) (-27) (-968 (-525)) (-968 (-385 (-525))) (-588 (-525)) (-953) (-588 (-385 (-525))) (-138) (-567 (-157 (-357))) (-213) (-10 -8 (-15 -4100 ($ (-1044 (-525) (-565 $)))) (-15 -4066 ((-1044 (-525) (-565 $)) $)) (-15 -4080 ((-1044 (-525) (-565 $)) $)) (-15 -3504 ($ $)) (-15 -3647 ((-108) $ $)) (-15 -2704 ((-1088 $) (-1088 $) (-565 $))) (-15 -2704 ((-1088 $) (-1088 $) (-592 (-565 $)))) (-15 -2704 ($ $ (-565 $))) (-15 -2704 ($ $ (-592 (-565 $))))))) (T -468))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1044 (-525) (-565 (-468)))) (-5 *1 (-468)))) (-4066 (*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-468)))) (-5 *1 (-468)))) (-4080 (*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-468)))) (-5 *1 (-468)))) (-3504 (*1 *1 *1) (-5 *1 (-468))) (-3647 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-468)))) (-2704 (*1 *2 *2 *3) (-12 (-5 *2 (-1088 (-468))) (-5 *3 (-565 (-468))) (-5 *1 (-468)))) (-2704 (*1 *2 *2 *3) (-12 (-5 *2 (-1088 (-468))) (-5 *3 (-592 (-565 (-468)))) (-5 *1 (-468)))) (-2704 (*1 *1 *1 *2) (-12 (-5 *2 (-565 (-468))) (-5 *1 (-468)))) (-2704 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-565 (-468)))) (-5 *1 (-468)))))
-(-13 (-281) (-27) (-968 (-525)) (-968 (-385 (-525))) (-588 (-525)) (-953) (-588 (-385 (-525))) (-138) (-567 (-157 (-357))) (-213) (-10 -8 (-15 -4100 ($ (-1044 (-525) (-565 $)))) (-15 -4066 ((-1044 (-525) (-565 $)) $)) (-15 -4080 ((-1044 (-525) (-565 $)) $)) (-15 -3504 ($ $)) (-15 -3647 ((-108) $ $)) (-15 -2704 ((-1088 $) (-1088 $) (-565 $))) (-15 -2704 ((-1088 $) (-1088 $) (-592 (-565 $)))) (-15 -2704 ($ $ (-565 $))) (-15 -2704 ($ $ (-592 (-565 $))))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) |#1|) 25 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 22 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 21)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) 14)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 12 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) 23 (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 16 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 17) (($ (-1 |#1| |#1| |#1|) $ $) 19)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) 10 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 13)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) 24) (($ $ (-1141 (-525))) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) 9 (|has| $ (-6 -4259)))))
-(((-469 |#1| |#2|) (-19 |#1|) (-1128) (-525)) (T -469))
+((-2495 (($ $) 6)) (-1724 (($ $) 7)) (** (($ $ $) 8)))
+(((-265) (-133)) (T -265))
+((** (*1 *1 *1 *1) (-4 *1 (-265))) (-1724 (*1 *1 *1) (-4 *1 (-265))) (-2495 (*1 *1 *1) (-4 *1 (-265))))
+(-13 (-10 -8 (-15 -2495 ($ $)) (-15 -1724 ($ $)) (-15 ** ($ $ $))))
+((-2512 (((-594 (-1075 |#1|)) (-1075 |#1|) |#1|) 35)) (-2843 ((|#2| |#2| |#1|) 38)) (-3272 ((|#2| |#2| |#1|) 40)) (-3995 ((|#2| |#2| |#1|) 39)))
+(((-266 |#1| |#2|) (-10 -7 (-15 -2843 (|#2| |#2| |#1|)) (-15 -3995 (|#2| |#2| |#1|)) (-15 -3272 (|#2| |#2| |#1|)) (-15 -2512 ((-594 (-1075 |#1|)) (-1075 |#1|) |#1|))) (-343) (-1167 |#1|)) (T -266))
+((-2512 (*1 *2 *3 *4) (-12 (-4 *4 (-343)) (-5 *2 (-594 (-1075 *4))) (-5 *1 (-266 *4 *5)) (-5 *3 (-1075 *4)) (-4 *5 (-1167 *4)))) (-3272 (*1 *2 *2 *3) (-12 (-4 *3 (-343)) (-5 *1 (-266 *3 *2)) (-4 *2 (-1167 *3)))) (-3995 (*1 *2 *2 *3) (-12 (-4 *3 (-343)) (-5 *1 (-266 *3 *2)) (-4 *2 (-1167 *3)))) (-2843 (*1 *2 *2 *3) (-12 (-4 *3 (-343)) (-5 *1 (-266 *3 *2)) (-4 *2 (-1167 *3)))))
+(-10 -7 (-15 -2843 (|#2| |#2| |#1|)) (-15 -3995 (|#2| |#2| |#1|)) (-15 -3272 (|#2| |#2| |#1|)) (-15 -2512 ((-594 (-1075 |#1|)) (-1075 |#1|) |#1|)))
+((-3439 ((|#2| $ |#1|) 6)))
+(((-267 |#1| |#2|) (-133) (-1022) (-1130)) (T -267))
+((-3439 (*1 *2 *1 *3) (-12 (-4 *1 (-267 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -3439 (|t#2| $ |t#1|))))
+((-2774 ((|#3| $ |#2| |#3|) 12)) (-3231 ((|#3| $ |#2|) 10)))
+(((-268 |#1| |#2| |#3|) (-10 -8 (-15 -2774 (|#3| |#1| |#2| |#3|)) (-15 -3231 (|#3| |#1| |#2|))) (-269 |#2| |#3|) (-1022) (-1130)) (T -268))
+NIL
+(-10 -8 (-15 -2774 (|#3| |#1| |#2| |#3|)) (-15 -3231 (|#3| |#1| |#2|)))
+((-1232 ((|#2| $ |#1| |#2|) 10 (|has| $ (-6 -4262)))) (-2774 ((|#2| $ |#1| |#2|) 9 (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) 11)) (-3439 ((|#2| $ |#1|) 6) ((|#2| $ |#1| |#2|) 12)))
+(((-269 |#1| |#2|) (-133) (-1022) (-1130)) (T -269))
+((-3439 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-269 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130)))) (-3231 (*1 *2 *1 *3) (-12 (-4 *1 (-269 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130)))) (-1232 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-269 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130)))) (-2774 (*1 *2 *1 *3 *2) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-269 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130)))))
+(-13 (-267 |t#1| |t#2|) (-10 -8 (-15 -3439 (|t#2| $ |t#1| |t#2|)) (-15 -3231 (|t#2| $ |t#1|)) (IF (|has| $ (-6 -4262)) (PROGN (-15 -1232 (|t#2| $ |t#1| |t#2|)) (-15 -2774 (|t#2| $ |t#1| |t#2|))) |%noBranch|)))
+(((-267 |#1| |#2|) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 35)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 40)) (-3931 (($ $) 38)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) 33)) (-2731 (($ |#2| |#3|) 19)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3057 ((|#3| $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 20)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2496 (((-3 $ "failed") $ $) NIL)) (-2578 (((-715) $) 34)) (-3439 ((|#2| $ |#2|) 42)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 24)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) ((|#2| $) NIL)) (-4070 (((-715)) NIL)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 29 T CONST)) (-3374 (($) 36 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 37)))
+(((-270 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-288) (-10 -8 (-15 -3057 (|#3| $)) (-15 -4118 (|#2| $)) (-15 -2731 ($ |#2| |#3|)) (-15 -2496 ((-3 $ "failed") $ $)) (-15 -3714 ((-3 $ "failed") $)) (-15 -2952 ($ $)) (-15 -3439 (|#2| $ |#2|)))) (-162) (-1152 |#1|) (-23) (-1 |#2| |#2| |#3|) (-1 (-3 |#3| "failed") |#3| |#3|) (-1 (-3 |#2| "failed") |#2| |#2| |#3|)) (T -270))
+((-3714 (*1 *1 *1) (|partial| -12 (-4 *2 (-162)) (-5 *1 (-270 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1152 *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)))) (-3057 (*1 *2 *1) (-12 (-4 *3 (-162)) (-4 *2 (-23)) (-5 *1 (-270 *3 *4 *2 *5 *6 *7)) (-4 *4 (-1152 *3)) (-14 *5 (-1 *4 *4 *2)) (-14 *6 (-1 (-3 *2 "failed") *2 *2)) (-14 *7 (-1 (-3 *4 "failed") *4 *4 *2)))) (-4118 (*1 *2 *1) (-12 (-4 *2 (-1152 *3)) (-5 *1 (-270 *3 *2 *4 *5 *6 *7)) (-4 *3 (-162)) (-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)))) (-2731 (*1 *1 *2 *3) (-12 (-4 *4 (-162)) (-5 *1 (-270 *4 *2 *3 *5 *6 *7)) (-4 *2 (-1152 *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)))) (-2496 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-162)) (-5 *1 (-270 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1152 *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)))) (-2952 (*1 *1 *1) (-12 (-4 *2 (-162)) (-5 *1 (-270 *2 *3 *4 *5 *6 *7)) (-4 *3 (-1152 *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)))) (-3439 (*1 *2 *1 *2) (-12 (-4 *3 (-162)) (-5 *1 (-270 *3 *2 *4 *5 *6 *7)) (-4 *2 (-1152 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4)) (-14 *6 (-1 (-3 *4 "failed") *4 *4)) (-14 *7 (-1 (-3 *2 "failed") *2 *2 *4)))))
+(-13 (-288) (-10 -8 (-15 -3057 (|#3| $)) (-15 -4118 (|#2| $)) (-15 -2731 ($ |#2| |#3|)) (-15 -2496 ((-3 $ "failed") $ $)) (-15 -3714 ((-3 $ "failed") $)) (-15 -2952 ($ $)) (-15 -3439 (|#2| $ |#2|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-271) (-133)) (T -271))
+NIL
+(-13 (-979) (-109 $ $) (-10 -7 (-6 -4254)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-2215 (($ (-1094) (-1094) (-1026) $) 17)) (-2223 (($ (-1094) (-594 (-901)) $) 22)) (-1508 (((-594 (-1009)) $) 10)) (-3153 (((-3 (-1026) "failed") (-1094) (-1094) $) 16)) (-4064 (((-3 (-594 (-901)) "failed") (-1094) $) 21)) (-2453 (($) 7)) (-2792 (($) 23)) (-4118 (((-800) $) 27)) (-2921 (($) 24)))
+(((-272) (-13 (-568 (-800)) (-10 -8 (-15 -2453 ($)) (-15 -1508 ((-594 (-1009)) $)) (-15 -3153 ((-3 (-1026) "failed") (-1094) (-1094) $)) (-15 -2215 ($ (-1094) (-1094) (-1026) $)) (-15 -4064 ((-3 (-594 (-901)) "failed") (-1094) $)) (-15 -2223 ($ (-1094) (-594 (-901)) $)) (-15 -2792 ($)) (-15 -2921 ($))))) (T -272))
+((-2453 (*1 *1) (-5 *1 (-272))) (-1508 (*1 *2 *1) (-12 (-5 *2 (-594 (-1009))) (-5 *1 (-272)))) (-3153 (*1 *2 *3 *3 *1) (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-1026)) (-5 *1 (-272)))) (-2215 (*1 *1 *2 *2 *3 *1) (-12 (-5 *2 (-1094)) (-5 *3 (-1026)) (-5 *1 (-272)))) (-4064 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-594 (-901))) (-5 *1 (-272)))) (-2223 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-901))) (-5 *1 (-272)))) (-2792 (*1 *1) (-5 *1 (-272))) (-2921 (*1 *1) (-5 *1 (-272))))
+(-13 (-568 (-800)) (-10 -8 (-15 -2453 ($)) (-15 -1508 ((-594 (-1009)) $)) (-15 -3153 ((-3 (-1026) "failed") (-1094) (-1094) $)) (-15 -2215 ($ (-1094) (-1094) (-1026) $)) (-15 -4064 ((-3 (-594 (-901)) "failed") (-1094) $)) (-15 -2223 ($ (-1094) (-594 (-901)) $)) (-15 -2792 ($)) (-15 -2921 ($))))
+((-2130 (((-594 (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |geneigvec| (-594 (-634 (-387 (-889 |#1|))))))) (-634 (-387 (-889 |#1|)))) 85)) (-3816 (((-594 (-634 (-387 (-889 |#1|)))) (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 (-634 (-387 (-889 |#1|)))))) (-634 (-387 (-889 |#1|)))) 80) (((-594 (-634 (-387 (-889 |#1|)))) (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|))) (-634 (-387 (-889 |#1|))) (-715) (-715)) 38)) (-3222 (((-594 (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 (-634 (-387 (-889 |#1|))))))) (-634 (-387 (-889 |#1|)))) 82)) (-2477 (((-594 (-634 (-387 (-889 |#1|)))) (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|))) (-634 (-387 (-889 |#1|)))) 62)) (-3300 (((-594 (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (-634 (-387 (-889 |#1|)))) 61)) (-3591 (((-889 |#1|) (-634 (-387 (-889 |#1|)))) 50) (((-889 |#1|) (-634 (-387 (-889 |#1|))) (-1094)) 51)))
+(((-273 |#1|) (-10 -7 (-15 -3591 ((-889 |#1|) (-634 (-387 (-889 |#1|))) (-1094))) (-15 -3591 ((-889 |#1|) (-634 (-387 (-889 |#1|))))) (-15 -3300 ((-594 (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (-634 (-387 (-889 |#1|))))) (-15 -2477 ((-594 (-634 (-387 (-889 |#1|)))) (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|))) (-634 (-387 (-889 |#1|))))) (-15 -3816 ((-594 (-634 (-387 (-889 |#1|)))) (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|))) (-634 (-387 (-889 |#1|))) (-715) (-715))) (-15 -3816 ((-594 (-634 (-387 (-889 |#1|)))) (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 (-634 (-387 (-889 |#1|)))))) (-634 (-387 (-889 |#1|))))) (-15 -2130 ((-594 (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |geneigvec| (-594 (-634 (-387 (-889 |#1|))))))) (-634 (-387 (-889 |#1|))))) (-15 -3222 ((-594 (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 (-634 (-387 (-889 |#1|))))))) (-634 (-387 (-889 |#1|)))))) (-431)) (T -273))
+((-3222 (*1 *2 *3) (-12 (-4 *4 (-431)) (-5 *2 (-594 (-2 (|:| |eigval| (-3 (-387 (-889 *4)) (-1084 (-1094) (-889 *4)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 (-634 (-387 (-889 *4)))))))) (-5 *1 (-273 *4)) (-5 *3 (-634 (-387 (-889 *4)))))) (-2130 (*1 *2 *3) (-12 (-4 *4 (-431)) (-5 *2 (-594 (-2 (|:| |eigval| (-3 (-387 (-889 *4)) (-1084 (-1094) (-889 *4)))) (|:| |geneigvec| (-594 (-634 (-387 (-889 *4)))))))) (-5 *1 (-273 *4)) (-5 *3 (-634 (-387 (-889 *4)))))) (-3816 (*1 *2 *3 *4) (-12 (-5 *3 (-2 (|:| |eigval| (-3 (-387 (-889 *5)) (-1084 (-1094) (-889 *5)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 *4)))) (-4 *5 (-431)) (-5 *2 (-594 (-634 (-387 (-889 *5))))) (-5 *1 (-273 *5)) (-5 *4 (-634 (-387 (-889 *5)))))) (-3816 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-3 (-387 (-889 *6)) (-1084 (-1094) (-889 *6)))) (-5 *5 (-715)) (-4 *6 (-431)) (-5 *2 (-594 (-634 (-387 (-889 *6))))) (-5 *1 (-273 *6)) (-5 *4 (-634 (-387 (-889 *6)))))) (-2477 (*1 *2 *3 *4) (-12 (-5 *3 (-3 (-387 (-889 *5)) (-1084 (-1094) (-889 *5)))) (-4 *5 (-431)) (-5 *2 (-594 (-634 (-387 (-889 *5))))) (-5 *1 (-273 *5)) (-5 *4 (-634 (-387 (-889 *5)))))) (-3300 (*1 *2 *3) (-12 (-5 *3 (-634 (-387 (-889 *4)))) (-4 *4 (-431)) (-5 *2 (-594 (-3 (-387 (-889 *4)) (-1084 (-1094) (-889 *4))))) (-5 *1 (-273 *4)))) (-3591 (*1 *2 *3) (-12 (-5 *3 (-634 (-387 (-889 *4)))) (-5 *2 (-889 *4)) (-5 *1 (-273 *4)) (-4 *4 (-431)))) (-3591 (*1 *2 *3 *4) (-12 (-5 *3 (-634 (-387 (-889 *5)))) (-5 *4 (-1094)) (-5 *2 (-889 *5)) (-5 *1 (-273 *5)) (-4 *5 (-431)))))
+(-10 -7 (-15 -3591 ((-889 |#1|) (-634 (-387 (-889 |#1|))) (-1094))) (-15 -3591 ((-889 |#1|) (-634 (-387 (-889 |#1|))))) (-15 -3300 ((-594 (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (-634 (-387 (-889 |#1|))))) (-15 -2477 ((-594 (-634 (-387 (-889 |#1|)))) (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|))) (-634 (-387 (-889 |#1|))))) (-15 -3816 ((-594 (-634 (-387 (-889 |#1|)))) (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|))) (-634 (-387 (-889 |#1|))) (-715) (-715))) (-15 -3816 ((-594 (-634 (-387 (-889 |#1|)))) (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 (-634 (-387 (-889 |#1|)))))) (-634 (-387 (-889 |#1|))))) (-15 -2130 ((-594 (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |geneigvec| (-594 (-634 (-387 (-889 |#1|))))))) (-634 (-387 (-889 |#1|))))) (-15 -3222 ((-594 (-2 (|:| |eigval| (-3 (-387 (-889 |#1|)) (-1084 (-1094) (-889 |#1|)))) (|:| |eigmult| (-715)) (|:| |eigvec| (-594 (-634 (-387 (-889 |#1|))))))) (-634 (-387 (-889 |#1|))))))
+((-1998 (((-275 |#2|) (-1 |#2| |#1|) (-275 |#1|)) 14)))
+(((-274 |#1| |#2|) (-10 -7 (-15 -1998 ((-275 |#2|) (-1 |#2| |#1|) (-275 |#1|)))) (-1130) (-1130)) (T -274))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-275 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-275 *6)) (-5 *1 (-274 *5 *6)))))
+(-10 -7 (-15 -1998 ((-275 |#2|) (-1 |#2| |#1|) (-275 |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1874 (((-110) $) NIL (|has| |#1| (-21)))) (-1245 (($ $) 23)) (-3085 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-1568 (($ $ $) 94 (|has| |#1| (-283)))) (-1298 (($) NIL (-2027 (|has| |#1| (-21)) (|has| |#1| (-671))) CONST)) (-3387 (($ $) 8 (|has| |#1| (-21)))) (-1910 (((-3 $ "failed") $) 69 (|has| |#1| (-671)))) (-3296 ((|#1| $) 22)) (-3714 (((-3 $ "failed") $) 67 (|has| |#1| (-671)))) (-2956 (((-110) $) NIL (|has| |#1| (-671)))) (-1998 (($ (-1 |#1| |#1|) $) 25)) (-3282 ((|#1| $) 9)) (-4035 (($ $) 58 (|has| |#1| (-21)))) (-1780 (((-3 $ "failed") $) 68 (|has| |#1| (-671)))) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2952 (($ $) 71 (-2027 (|has| |#1| (-343)) (|has| |#1| (-452))))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-2920 (((-594 $) $) 20 (|has| |#1| (-519)))) (-2819 (($ $ $) 35 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 $)) 38 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-1094) |#1|) 28 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) 32 (|has| |#1| (-488 (-1094) |#1|)))) (-3255 (($ |#1| |#1|) 18)) (-3817 (((-130)) 89 (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) 86 (|has| |#1| (-837 (-1094))))) (-1964 (($ $ $) NIL (|has| |#1| (-452)))) (-2170 (($ $ $) NIL (|has| |#1| (-452)))) (-4118 (($ (-527)) NIL (|has| |#1| (-979))) (((-110) $) 46 (|has| |#1| (-1022))) (((-800) $) 45 (|has| |#1| (-1022)))) (-4070 (((-715)) 74 (|has| |#1| (-979)))) (-3732 (($ $ (-527)) NIL (|has| |#1| (-452))) (($ $ (-715)) NIL (|has| |#1| (-671))) (($ $ (-858)) NIL (|has| |#1| (-1034)))) (-3361 (($) 56 (|has| |#1| (-21)) CONST)) (-3374 (($) 64 (|has| |#1| (-671)) CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094))))) (-2747 (($ |#1| |#1|) 21) (((-110) $ $) 41 (|has| |#1| (-1022)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) 91 (-2027 (|has| |#1| (-343)) (|has| |#1| (-452))))) (-2863 (($ |#1| $) 54 (|has| |#1| (-21))) (($ $ |#1|) 55 (|has| |#1| (-21))) (($ $ $) 53 (|has| |#1| (-21))) (($ $) 52 (|has| |#1| (-21)))) (-2850 (($ |#1| $) 49 (|has| |#1| (-25))) (($ $ |#1|) 50 (|has| |#1| (-25))) (($ $ $) 48 (|has| |#1| (-25)))) (** (($ $ (-527)) NIL (|has| |#1| (-452))) (($ $ (-715)) NIL (|has| |#1| (-671))) (($ $ (-858)) NIL (|has| |#1| (-1034)))) (* (($ $ |#1|) 62 (|has| |#1| (-1034))) (($ |#1| $) 61 (|has| |#1| (-1034))) (($ $ $) 60 (|has| |#1| (-1034))) (($ (-527) $) 76 (|has| |#1| (-21))) (($ (-715) $) NIL (|has| |#1| (-21))) (($ (-858) $) NIL (|has| |#1| (-25)))))
+(((-275 |#1|) (-13 (-1130) (-10 -8 (-15 -2747 ($ |#1| |#1|)) (-15 -3255 ($ |#1| |#1|)) (-15 -1245 ($ $)) (-15 -3282 (|#1| $)) (-15 -3296 (|#1| $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-488 (-1094) |#1|)) (-6 (-488 (-1094) |#1|)) |%noBranch|) (IF (|has| |#1| (-1022)) (PROGN (-6 (-1022)) (-6 (-568 (-110))) (IF (|has| |#1| (-290 |#1|)) (PROGN (-15 -2819 ($ $ $)) (-15 -2819 ($ $ (-594 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2850 ($ |#1| $)) (-15 -2850 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4035 ($ $)) (-15 -3387 ($ $)) (-15 -2863 ($ |#1| $)) (-15 -2863 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1034)) (PROGN (-6 (-1034)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-671)) (PROGN (-6 (-671)) (-15 -1780 ((-3 $ "failed") $)) (-15 -1910 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-452)) (PROGN (-6 (-452)) (-15 -1780 ((-3 $ "failed") $)) (-15 -1910 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-979)) (PROGN (-6 (-979)) (-6 (-109 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-162)) (-6 (-662 |#1|)) |%noBranch|) (IF (|has| |#1| (-519)) (-15 -2920 ((-594 $) $)) |%noBranch|) (IF (|has| |#1| (-837 (-1094))) (-6 (-837 (-1094))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-6 (-1183 |#1|)) (-15 -2873 ($ $ $)) (-15 -2952 ($ $))) |%noBranch|) (IF (|has| |#1| (-283)) (-15 -1568 ($ $ $)) |%noBranch|))) (-1130)) (T -275))
+((-2747 (*1 *1 *2 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130)))) (-3255 (*1 *1 *2 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130)))) (-1245 (*1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130)))) (-3282 (*1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130)))) (-3296 (*1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130)))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-275 *3)))) (-2819 (*1 *1 *1 *1) (-12 (-4 *2 (-290 *2)) (-4 *2 (-1022)) (-4 *2 (-1130)) (-5 *1 (-275 *2)))) (-2819 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-275 *3))) (-4 *3 (-290 *3)) (-4 *3 (-1022)) (-4 *3 (-1130)) (-5 *1 (-275 *3)))) (-2850 (*1 *1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-25)) (-4 *2 (-1130)))) (-2850 (*1 *1 *1 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-25)) (-4 *2 (-1130)))) (-4035 (*1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-3387 (*1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-2863 (*1 *1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-2863 (*1 *1 *1 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))) (-1780 (*1 *1 *1) (|partial| -12 (-5 *1 (-275 *2)) (-4 *2 (-671)) (-4 *2 (-1130)))) (-1910 (*1 *1 *1) (|partial| -12 (-5 *1 (-275 *2)) (-4 *2 (-671)) (-4 *2 (-1130)))) (-2920 (*1 *2 *1) (-12 (-5 *2 (-594 (-275 *3))) (-5 *1 (-275 *3)) (-4 *3 (-519)) (-4 *3 (-1130)))) (-1568 (*1 *1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-283)) (-4 *2 (-1130)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1034)) (-4 *2 (-1130)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1034)) (-4 *2 (-1130)))) (-2873 (*1 *1 *1 *1) (-2027 (-12 (-5 *1 (-275 *2)) (-4 *2 (-343)) (-4 *2 (-1130))) (-12 (-5 *1 (-275 *2)) (-4 *2 (-452)) (-4 *2 (-1130))))) (-2952 (*1 *1 *1) (-2027 (-12 (-5 *1 (-275 *2)) (-4 *2 (-343)) (-4 *2 (-1130))) (-12 (-5 *1 (-275 *2)) (-4 *2 (-452)) (-4 *2 (-1130))))))
+(-13 (-1130) (-10 -8 (-15 -2747 ($ |#1| |#1|)) (-15 -3255 ($ |#1| |#1|)) (-15 -1245 ($ $)) (-15 -3282 (|#1| $)) (-15 -3296 (|#1| $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-488 (-1094) |#1|)) (-6 (-488 (-1094) |#1|)) |%noBranch|) (IF (|has| |#1| (-1022)) (PROGN (-6 (-1022)) (-6 (-568 (-110))) (IF (|has| |#1| (-290 |#1|)) (PROGN (-15 -2819 ($ $ $)) (-15 -2819 ($ $ (-594 $)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-25)) (PROGN (-6 (-25)) (-15 -2850 ($ |#1| $)) (-15 -2850 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-21)) (PROGN (-6 (-21)) (-15 -4035 ($ $)) (-15 -3387 ($ $)) (-15 -2863 ($ |#1| $)) (-15 -2863 ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-1034)) (PROGN (-6 (-1034)) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|))) |%noBranch|) (IF (|has| |#1| (-671)) (PROGN (-6 (-671)) (-15 -1780 ((-3 $ "failed") $)) (-15 -1910 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-452)) (PROGN (-6 (-452)) (-15 -1780 ((-3 $ "failed") $)) (-15 -1910 ((-3 $ "failed") $))) |%noBranch|) (IF (|has| |#1| (-979)) (PROGN (-6 (-979)) (-6 (-109 |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-162)) (-6 (-662 |#1|)) |%noBranch|) (IF (|has| |#1| (-519)) (-15 -2920 ((-594 $) $)) |%noBranch|) (IF (|has| |#1| (-837 (-1094))) (-6 (-837 (-1094))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-6 (-1183 |#1|)) (-15 -2873 ($ $ $)) (-15 -2952 ($ $))) |%noBranch|) (IF (|has| |#1| (-283)) (-15 -1568 ($ $ $)) |%noBranch|)))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3604 (((-1181) $ |#1| |#1|) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#2| $ |#1| |#2|) NIL)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) NIL)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) NIL)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) NIL)) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 ((|#1| $) NIL (|has| |#1| (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 ((|#1| $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-4195 (((-594 |#1|) $) NIL)) (-1651 (((-110) |#1| $) NIL)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3847 (((-594 |#1|) $) NIL)) (-1645 (((-110) |#1| $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#2| $) NIL (|has| |#1| (-791)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-276 |#1| |#2|) (-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261))) (-1022) (-1022)) (T -276))
+NIL
+(-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261)))
+((-2163 (((-292) (-1077) (-594 (-1077))) 16) (((-292) (-1077) (-1077)) 15) (((-292) (-594 (-1077))) 14) (((-292) (-1077)) 12)))
+(((-277) (-10 -7 (-15 -2163 ((-292) (-1077))) (-15 -2163 ((-292) (-594 (-1077)))) (-15 -2163 ((-292) (-1077) (-1077))) (-15 -2163 ((-292) (-1077) (-594 (-1077)))))) (T -277))
+((-2163 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-1077))) (-5 *3 (-1077)) (-5 *2 (-292)) (-5 *1 (-277)))) (-2163 (*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-292)) (-5 *1 (-277)))) (-2163 (*1 *2 *3) (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-292)) (-5 *1 (-277)))) (-2163 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-292)) (-5 *1 (-277)))))
+(-10 -7 (-15 -2163 ((-292) (-1077))) (-15 -2163 ((-292) (-594 (-1077)))) (-15 -2163 ((-292) (-1077) (-1077))) (-15 -2163 ((-292) (-1077) (-594 (-1077)))))
+((-1998 ((|#2| (-1 |#2| |#1|) (-1077) (-567 |#1|)) 18)))
+(((-278 |#1| |#2|) (-10 -7 (-15 -1998 (|#2| (-1 |#2| |#1|) (-1077) (-567 |#1|)))) (-283) (-1130)) (T -278))
+((-1998 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1077)) (-5 *5 (-567 *6)) (-4 *6 (-283)) (-4 *2 (-1130)) (-5 *1 (-278 *6 *2)))))
+(-10 -7 (-15 -1998 (|#2| (-1 |#2| |#1|) (-1077) (-567 |#1|))))
+((-1998 ((|#2| (-1 |#2| |#1|) (-567 |#1|)) 17)))
+(((-279 |#1| |#2|) (-10 -7 (-15 -1998 (|#2| (-1 |#2| |#1|) (-567 |#1|)))) (-283) (-283)) (T -279))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-567 *5)) (-4 *5 (-283)) (-4 *2 (-283)) (-5 *1 (-279 *5 *2)))))
+(-10 -7 (-15 -1998 (|#2| (-1 |#2| |#1|) (-567 |#1|))))
+((-2867 (((-110) (-207)) 10)))
+(((-280 |#1| |#2|) (-10 -7 (-15 -2867 ((-110) (-207)))) (-207) (-207)) (T -280))
+((-2867 (*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-110)) (-5 *1 (-280 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-10 -7 (-15 -2867 ((-110) (-207))))
+((-3025 (((-1075 (-207)) (-296 (-207)) (-594 (-1094)) (-1017 (-784 (-207)))) 92)) (-2112 (((-1075 (-207)) (-1176 (-296 (-207))) (-594 (-1094)) (-1017 (-784 (-207)))) 106) (((-1075 (-207)) (-296 (-207)) (-594 (-1094)) (-1017 (-784 (-207)))) 61)) (-3696 (((-594 (-1077)) (-1075 (-207))) NIL)) (-3601 (((-594 (-207)) (-296 (-207)) (-1094) (-1017 (-784 (-207)))) 58)) (-3819 (((-594 (-207)) (-889 (-387 (-527))) (-1094) (-1017 (-784 (-207)))) 49)) (-4143 (((-594 (-1077)) (-594 (-207))) NIL)) (-4010 (((-207) (-1017 (-784 (-207)))) 25)) (-2122 (((-207) (-1017 (-784 (-207)))) 26)) (-3405 (((-110) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 54)) (-1626 (((-1077) (-207)) NIL)))
+(((-281) (-10 -7 (-15 -4010 ((-207) (-1017 (-784 (-207))))) (-15 -2122 ((-207) (-1017 (-784 (-207))))) (-15 -3405 ((-110) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3601 ((-594 (-207)) (-296 (-207)) (-1094) (-1017 (-784 (-207))))) (-15 -3025 ((-1075 (-207)) (-296 (-207)) (-594 (-1094)) (-1017 (-784 (-207))))) (-15 -2112 ((-1075 (-207)) (-296 (-207)) (-594 (-1094)) (-1017 (-784 (-207))))) (-15 -2112 ((-1075 (-207)) (-1176 (-296 (-207))) (-594 (-1094)) (-1017 (-784 (-207))))) (-15 -3819 ((-594 (-207)) (-889 (-387 (-527))) (-1094) (-1017 (-784 (-207))))) (-15 -1626 ((-1077) (-207))) (-15 -4143 ((-594 (-1077)) (-594 (-207)))) (-15 -3696 ((-594 (-1077)) (-1075 (-207)))))) (T -281))
+((-3696 (*1 *2 *3) (-12 (-5 *3 (-1075 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-281)))) (-4143 (*1 *2 *3) (-12 (-5 *3 (-594 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-281)))) (-1626 (*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1077)) (-5 *1 (-281)))) (-3819 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-889 (-387 (-527)))) (-5 *4 (-1094)) (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-594 (-207))) (-5 *1 (-281)))) (-2112 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *4 (-594 (-1094))) (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-1075 (-207))) (-5 *1 (-281)))) (-2112 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-296 (-207))) (-5 *4 (-594 (-1094))) (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-1075 (-207))) (-5 *1 (-281)))) (-3025 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-296 (-207))) (-5 *4 (-594 (-1094))) (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-1075 (-207))) (-5 *1 (-281)))) (-3601 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-296 (-207))) (-5 *4 (-1094)) (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-594 (-207))) (-5 *1 (-281)))) (-3405 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-110)) (-5 *1 (-281)))) (-2122 (*1 *2 *3) (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-281)))) (-4010 (*1 *2 *3) (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-281)))))
+(-10 -7 (-15 -4010 ((-207) (-1017 (-784 (-207))))) (-15 -2122 ((-207) (-1017 (-784 (-207))))) (-15 -3405 ((-110) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -3601 ((-594 (-207)) (-296 (-207)) (-1094) (-1017 (-784 (-207))))) (-15 -3025 ((-1075 (-207)) (-296 (-207)) (-594 (-1094)) (-1017 (-784 (-207))))) (-15 -2112 ((-1075 (-207)) (-296 (-207)) (-594 (-1094)) (-1017 (-784 (-207))))) (-15 -2112 ((-1075 (-207)) (-1176 (-296 (-207))) (-594 (-1094)) (-1017 (-784 (-207))))) (-15 -3819 ((-594 (-207)) (-889 (-387 (-527))) (-1094) (-1017 (-784 (-207))))) (-15 -1626 ((-1077) (-207))) (-15 -4143 ((-594 (-1077)) (-594 (-207)))) (-15 -3696 ((-594 (-1077)) (-1075 (-207)))))
+((-1296 (((-594 (-567 $)) $) 30)) (-1568 (($ $ (-275 $)) 81) (($ $ (-594 (-275 $))) 123) (($ $ (-594 (-567 $)) (-594 $)) NIL)) (-1923 (((-3 (-567 $) "failed") $) 113)) (-4145 (((-567 $) $) 112)) (-1282 (($ $) 19) (($ (-594 $)) 56)) (-3672 (((-594 (-112)) $) 38)) (-2370 (((-112) (-112)) 91)) (-1758 (((-110) $) 131)) (-1998 (($ (-1 $ $) (-567 $)) 89)) (-1567 (((-3 (-567 $) "failed") $) 93)) (-2592 (($ (-112) $) 61) (($ (-112) (-594 $)) 100)) (-1854 (((-110) $ (-112)) 117) (((-110) $ (-1094)) 116)) (-3011 (((-715) $) 46)) (-3970 (((-110) $ $) 59) (((-110) $ (-1094)) 51)) (-1285 (((-110) $) 129)) (-2819 (($ $ (-567 $) $) NIL) (($ $ (-594 (-567 $)) (-594 $)) NIL) (($ $ (-594 (-275 $))) 121) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ $))) 84) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-1094) (-1 $ (-594 $))) 69) (($ $ (-1094) (-1 $ $)) 75) (($ $ (-594 (-112)) (-594 (-1 $ $))) 83) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) 85) (($ $ (-112) (-1 $ (-594 $))) 71) (($ $ (-112) (-1 $ $)) 77)) (-3439 (($ (-112) $) 62) (($ (-112) $ $) 63) (($ (-112) $ $ $) 64) (($ (-112) $ $ $ $) 65) (($ (-112) (-594 $)) 109)) (-3756 (($ $) 53) (($ $ $) 119)) (-3235 (($ $) 17) (($ (-594 $)) 55)) (-2771 (((-110) (-112)) 22)))
+(((-282 |#1|) (-10 -8 (-15 -1758 ((-110) |#1|)) (-15 -1285 ((-110) |#1|)) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| |#1|)))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| |#1|)))) (-15 -3970 ((-110) |#1| (-1094))) (-15 -3970 ((-110) |#1| |#1|)) (-15 -1998 (|#1| (-1 |#1| |#1|) (-567 |#1|))) (-15 -2592 (|#1| (-112) (-594 |#1|))) (-15 -2592 (|#1| (-112) |#1|)) (-15 -1854 ((-110) |#1| (-1094))) (-15 -1854 ((-110) |#1| (-112))) (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -3672 ((-594 (-112)) |#1|)) (-15 -1296 ((-594 (-567 |#1|)) |#1|)) (-15 -1567 ((-3 (-567 |#1|) "failed") |#1|)) (-15 -3011 ((-715) |#1|)) (-15 -3756 (|#1| |#1| |#1|)) (-15 -3756 (|#1| |#1|)) (-15 -1282 (|#1| (-594 |#1|))) (-15 -1282 (|#1| |#1|)) (-15 -3235 (|#1| (-594 |#1|))) (-15 -3235 (|#1| |#1|)) (-15 -1568 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -1568 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -1568 (|#1| |#1| (-275 |#1|))) (-15 -3439 (|#1| (-112) (-594 |#1|))) (-15 -3439 (|#1| (-112) |#1| |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -2819 (|#1| |#1| (-567 |#1|) |#1|)) (-15 -4145 ((-567 |#1|) |#1|)) (-15 -1923 ((-3 (-567 |#1|) "failed") |#1|))) (-283)) (T -282))
+((-2370 (*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-282 *3)) (-4 *3 (-283)))) (-2771 (*1 *2 *3) (-12 (-5 *3 (-112)) (-5 *2 (-110)) (-5 *1 (-282 *4)) (-4 *4 (-283)))))
+(-10 -8 (-15 -1758 ((-110) |#1|)) (-15 -1285 ((-110) |#1|)) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| |#1|)))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| |#1|)))) (-15 -3970 ((-110) |#1| (-1094))) (-15 -3970 ((-110) |#1| |#1|)) (-15 -1998 (|#1| (-1 |#1| |#1|) (-567 |#1|))) (-15 -2592 (|#1| (-112) (-594 |#1|))) (-15 -2592 (|#1| (-112) |#1|)) (-15 -1854 ((-110) |#1| (-1094))) (-15 -1854 ((-110) |#1| (-112))) (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -3672 ((-594 (-112)) |#1|)) (-15 -1296 ((-594 (-567 |#1|)) |#1|)) (-15 -1567 ((-3 (-567 |#1|) "failed") |#1|)) (-15 -3011 ((-715) |#1|)) (-15 -3756 (|#1| |#1| |#1|)) (-15 -3756 (|#1| |#1|)) (-15 -1282 (|#1| (-594 |#1|))) (-15 -1282 (|#1| |#1|)) (-15 -3235 (|#1| (-594 |#1|))) (-15 -3235 (|#1| |#1|)) (-15 -1568 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -1568 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -1568 (|#1| |#1| (-275 |#1|))) (-15 -3439 (|#1| (-112) (-594 |#1|))) (-15 -3439 (|#1| (-112) |#1| |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -2819 (|#1| |#1| (-567 |#1|) |#1|)) (-15 -4145 ((-567 |#1|) |#1|)) (-15 -1923 ((-3 (-567 |#1|) "failed") |#1|)))
+((-4105 (((-110) $ $) 7)) (-1296 (((-594 (-567 $)) $) 44)) (-1568 (($ $ (-275 $)) 56) (($ $ (-594 (-275 $))) 55) (($ $ (-594 (-567 $)) (-594 $)) 54)) (-1923 (((-3 (-567 $) "failed") $) 69)) (-4145 (((-567 $) $) 68)) (-1282 (($ $) 51) (($ (-594 $)) 50)) (-3672 (((-594 (-112)) $) 43)) (-2370 (((-112) (-112)) 42)) (-1758 (((-110) $) 22 (|has| $ (-970 (-527))))) (-3939 (((-1090 $) (-567 $)) 25 (|has| $ (-979)))) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-1998 (($ (-1 $ $) (-567 $)) 36)) (-1567 (((-3 (-567 $) "failed") $) 46)) (-2416 (((-1077) $) 9)) (-2655 (((-594 (-567 $)) $) 45)) (-2592 (($ (-112) $) 38) (($ (-112) (-594 $)) 37)) (-1854 (((-110) $ (-112)) 40) (((-110) $ (-1094)) 39)) (-3011 (((-715) $) 47)) (-4024 (((-1041) $) 10)) (-3970 (((-110) $ $) 35) (((-110) $ (-1094)) 34)) (-1285 (((-110) $) 23 (|has| $ (-970 (-527))))) (-2819 (($ $ (-567 $) $) 67) (($ $ (-594 (-567 $)) (-594 $)) 66) (($ $ (-594 (-275 $))) 65) (($ $ (-275 $)) 64) (($ $ $ $) 63) (($ $ (-594 $) (-594 $)) 62) (($ $ (-594 (-1094)) (-594 (-1 $ $))) 33) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) 32) (($ $ (-1094) (-1 $ (-594 $))) 31) (($ $ (-1094) (-1 $ $)) 30) (($ $ (-594 (-112)) (-594 (-1 $ $))) 29) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) 28) (($ $ (-112) (-1 $ (-594 $))) 27) (($ $ (-112) (-1 $ $)) 26)) (-3439 (($ (-112) $) 61) (($ (-112) $ $) 60) (($ (-112) $ $ $) 59) (($ (-112) $ $ $ $) 58) (($ (-112) (-594 $)) 57)) (-3756 (($ $) 49) (($ $ $) 48)) (-2279 (($ $) 24 (|has| $ (-979)))) (-4118 (((-800) $) 11) (($ (-567 $)) 70)) (-3235 (($ $) 53) (($ (-594 $)) 52)) (-2771 (((-110) (-112)) 41)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)))
+(((-283) (-133)) (T -283))
+((-3439 (*1 *1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112)))) (-3439 (*1 *1 *2 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112)))) (-3439 (*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112)))) (-3439 (*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112)))) (-3439 (*1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-594 *1)) (-4 *1 (-283)))) (-1568 (*1 *1 *1 *2) (-12 (-5 *2 (-275 *1)) (-4 *1 (-283)))) (-1568 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-275 *1))) (-4 *1 (-283)))) (-1568 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-567 *1))) (-5 *3 (-594 *1)) (-4 *1 (-283)))) (-3235 (*1 *1 *1) (-4 *1 (-283))) (-3235 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-283)))) (-1282 (*1 *1 *1) (-4 *1 (-283))) (-1282 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-283)))) (-3756 (*1 *1 *1) (-4 *1 (-283))) (-3756 (*1 *1 *1 *1) (-4 *1 (-283))) (-3011 (*1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-715)))) (-1567 (*1 *2 *1) (|partial| -12 (-5 *2 (-567 *1)) (-4 *1 (-283)))) (-2655 (*1 *2 *1) (-12 (-5 *2 (-594 (-567 *1))) (-4 *1 (-283)))) (-1296 (*1 *2 *1) (-12 (-5 *2 (-594 (-567 *1))) (-4 *1 (-283)))) (-3672 (*1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-594 (-112))))) (-2370 (*1 *2 *2) (-12 (-4 *1 (-283)) (-5 *2 (-112)))) (-2771 (*1 *2 *3) (-12 (-4 *1 (-283)) (-5 *3 (-112)) (-5 *2 (-110)))) (-1854 (*1 *2 *1 *3) (-12 (-4 *1 (-283)) (-5 *3 (-112)) (-5 *2 (-110)))) (-1854 (*1 *2 *1 *3) (-12 (-4 *1 (-283)) (-5 *3 (-1094)) (-5 *2 (-110)))) (-2592 (*1 *1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112)))) (-2592 (*1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-594 *1)) (-4 *1 (-283)))) (-1998 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-567 *1)) (-4 *1 (-283)))) (-3970 (*1 *2 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-110)))) (-3970 (*1 *2 *1 *3) (-12 (-4 *1 (-283)) (-5 *3 (-1094)) (-5 *2 (-110)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-1 *1 *1))) (-4 *1 (-283)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-1 *1 (-594 *1)))) (-4 *1 (-283)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1 *1 (-594 *1))) (-4 *1 (-283)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1 *1 *1)) (-4 *1 (-283)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-112))) (-5 *3 (-594 (-1 *1 *1))) (-4 *1 (-283)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-112))) (-5 *3 (-594 (-1 *1 (-594 *1)))) (-4 *1 (-283)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-1 *1 (-594 *1))) (-4 *1 (-283)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-1 *1 *1)) (-4 *1 (-283)))) (-3939 (*1 *2 *3) (-12 (-5 *3 (-567 *1)) (-4 *1 (-979)) (-4 *1 (-283)) (-5 *2 (-1090 *1)))) (-2279 (*1 *1 *1) (-12 (-4 *1 (-979)) (-4 *1 (-283)))) (-1285 (*1 *2 *1) (-12 (-4 *1 (-970 (-527))) (-4 *1 (-283)) (-5 *2 (-110)))) (-1758 (*1 *2 *1) (-12 (-4 *1 (-970 (-527))) (-4 *1 (-283)) (-5 *2 (-110)))))
+(-13 (-791) (-970 (-567 $)) (-488 (-567 $) $) (-290 $) (-10 -8 (-15 -3439 ($ (-112) $)) (-15 -3439 ($ (-112) $ $)) (-15 -3439 ($ (-112) $ $ $)) (-15 -3439 ($ (-112) $ $ $ $)) (-15 -3439 ($ (-112) (-594 $))) (-15 -1568 ($ $ (-275 $))) (-15 -1568 ($ $ (-594 (-275 $)))) (-15 -1568 ($ $ (-594 (-567 $)) (-594 $))) (-15 -3235 ($ $)) (-15 -3235 ($ (-594 $))) (-15 -1282 ($ $)) (-15 -1282 ($ (-594 $))) (-15 -3756 ($ $)) (-15 -3756 ($ $ $)) (-15 -3011 ((-715) $)) (-15 -1567 ((-3 (-567 $) "failed") $)) (-15 -2655 ((-594 (-567 $)) $)) (-15 -1296 ((-594 (-567 $)) $)) (-15 -3672 ((-594 (-112)) $)) (-15 -2370 ((-112) (-112))) (-15 -2771 ((-110) (-112))) (-15 -1854 ((-110) $ (-112))) (-15 -1854 ((-110) $ (-1094))) (-15 -2592 ($ (-112) $)) (-15 -2592 ($ (-112) (-594 $))) (-15 -1998 ($ (-1 $ $) (-567 $))) (-15 -3970 ((-110) $ $)) (-15 -3970 ((-110) $ (-1094))) (-15 -2819 ($ $ (-594 (-1094)) (-594 (-1 $ $)))) (-15 -2819 ($ $ (-594 (-1094)) (-594 (-1 $ (-594 $))))) (-15 -2819 ($ $ (-1094) (-1 $ (-594 $)))) (-15 -2819 ($ $ (-1094) (-1 $ $))) (-15 -2819 ($ $ (-594 (-112)) (-594 (-1 $ $)))) (-15 -2819 ($ $ (-594 (-112)) (-594 (-1 $ (-594 $))))) (-15 -2819 ($ $ (-112) (-1 $ (-594 $)))) (-15 -2819 ($ $ (-112) (-1 $ $))) (IF (|has| $ (-979)) (PROGN (-15 -3939 ((-1090 $) (-567 $))) (-15 -2279 ($ $))) |%noBranch|) (IF (|has| $ (-970 (-527))) (PROGN (-15 -1285 ((-110) $)) (-15 -1758 ((-110) $))) |%noBranch|)))
+(((-99) . T) ((-568 (-800)) . T) ((-290 $) . T) ((-488 (-567 $) $) . T) ((-488 $ $) . T) ((-791) . T) ((-970 (-567 $)) . T) ((-1022) . T))
+((-1499 (((-594 |#1|) (-594 |#1|)) 10)))
+(((-284 |#1|) (-10 -7 (-15 -1499 ((-594 |#1|) (-594 |#1|)))) (-789)) (T -284))
+((-1499 (*1 *2 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-789)) (-5 *1 (-284 *3)))))
+(-10 -7 (-15 -1499 ((-594 |#1|) (-594 |#1|))))
+((-1998 (((-634 |#2|) (-1 |#2| |#1|) (-634 |#1|)) 17)))
+(((-285 |#1| |#2|) (-10 -7 (-15 -1998 ((-634 |#2|) (-1 |#2| |#1|) (-634 |#1|)))) (-979) (-979)) (T -285))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-634 *5)) (-4 *5 (-979)) (-4 *6 (-979)) (-5 *2 (-634 *6)) (-5 *1 (-285 *5 *6)))))
+(-10 -7 (-15 -1998 ((-634 |#2|) (-1 |#2| |#1|) (-634 |#1|))))
+((-1558 (((-1176 (-296 (-359))) (-1176 (-296 (-207)))) 105)) (-2361 (((-1017 (-784 (-207))) (-1017 (-784 (-359)))) 40)) (-3696 (((-594 (-1077)) (-1075 (-207))) 87)) (-3968 (((-296 (-359)) (-889 (-207))) 50)) (-3723 (((-207) (-889 (-207))) 46)) (-2349 (((-1077) (-359)) 169)) (-1478 (((-784 (-207)) (-784 (-359))) 34)) (-1775 (((-2 (|:| |additions| (-527)) (|:| |multiplications| (-527)) (|:| |exponentiations| (-527)) (|:| |functionCalls| (-527))) (-1176 (-296 (-207)))) 143)) (-2097 (((-968) (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968)))) 181) (((-968) (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) 179)) (-1837 (((-634 (-207)) (-594 (-207)) (-715)) 14)) (-2576 (((-1176 (-643)) (-594 (-207))) 94)) (-4143 (((-594 (-1077)) (-594 (-207))) 75)) (-2947 (((-3 (-296 (-207)) "failed") (-296 (-207))) 120)) (-2867 (((-110) (-207) (-1017 (-784 (-207)))) 109)) (-1628 (((-968) (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359)))) 198)) (-4010 (((-207) (-1017 (-784 (-207)))) 107)) (-2122 (((-207) (-1017 (-784 (-207)))) 108)) (-1582 (((-207) (-387 (-527))) 27)) (-2282 (((-1077) (-359)) 73)) (-2518 (((-207) (-359)) 17)) (-3266 (((-359) (-1176 (-296 (-207)))) 154)) (-3492 (((-296 (-207)) (-296 (-359))) 23)) (-3398 (((-387 (-527)) (-296 (-207))) 53)) (-2795 (((-296 (-387 (-527))) (-296 (-207))) 69)) (-2156 (((-296 (-359)) (-296 (-207))) 98)) (-2471 (((-207) (-296 (-207))) 54)) (-2295 (((-594 (-207)) (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) 64)) (-2315 (((-1017 (-784 (-207))) (-1017 (-784 (-207)))) 61)) (-1626 (((-1077) (-207)) 72)) (-1993 (((-643) (-207)) 90)) (-2448 (((-387 (-527)) (-207)) 55)) (-3657 (((-296 (-359)) (-207)) 49)) (-2051 (((-594 (-1017 (-784 (-207)))) (-594 (-1017 (-784 (-359))))) 43)) (-1997 (((-968) (-594 (-968))) 165) (((-968) (-968) (-968)) 162)) (-1904 (((-968) (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))) 195)))
+(((-286) (-10 -7 (-15 -2518 ((-207) (-359))) (-15 -3492 ((-296 (-207)) (-296 (-359)))) (-15 -1478 ((-784 (-207)) (-784 (-359)))) (-15 -2361 ((-1017 (-784 (-207))) (-1017 (-784 (-359))))) (-15 -2051 ((-594 (-1017 (-784 (-207)))) (-594 (-1017 (-784 (-359)))))) (-15 -2448 ((-387 (-527)) (-207))) (-15 -3398 ((-387 (-527)) (-296 (-207)))) (-15 -2471 ((-207) (-296 (-207)))) (-15 -2947 ((-3 (-296 (-207)) "failed") (-296 (-207)))) (-15 -3266 ((-359) (-1176 (-296 (-207))))) (-15 -1775 ((-2 (|:| |additions| (-527)) (|:| |multiplications| (-527)) (|:| |exponentiations| (-527)) (|:| |functionCalls| (-527))) (-1176 (-296 (-207))))) (-15 -2795 ((-296 (-387 (-527))) (-296 (-207)))) (-15 -2315 ((-1017 (-784 (-207))) (-1017 (-784 (-207))))) (-15 -2295 ((-594 (-207)) (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))) (-15 -1993 ((-643) (-207))) (-15 -2576 ((-1176 (-643)) (-594 (-207)))) (-15 -2156 ((-296 (-359)) (-296 (-207)))) (-15 -1558 ((-1176 (-296 (-359))) (-1176 (-296 (-207))))) (-15 -2867 ((-110) (-207) (-1017 (-784 (-207))))) (-15 -1626 ((-1077) (-207))) (-15 -2282 ((-1077) (-359))) (-15 -4143 ((-594 (-1077)) (-594 (-207)))) (-15 -3696 ((-594 (-1077)) (-1075 (-207)))) (-15 -4010 ((-207) (-1017 (-784 (-207))))) (-15 -2122 ((-207) (-1017 (-784 (-207))))) (-15 -1997 ((-968) (-968) (-968))) (-15 -1997 ((-968) (-594 (-968)))) (-15 -2349 ((-1077) (-359))) (-15 -2097 ((-968) (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))))) (-15 -2097 ((-968) (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))))) (-15 -1904 ((-968) (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1628 ((-968) (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))))) (-15 -3968 ((-296 (-359)) (-889 (-207)))) (-15 -3723 ((-207) (-889 (-207)))) (-15 -3657 ((-296 (-359)) (-207))) (-15 -1582 ((-207) (-387 (-527)))) (-15 -1837 ((-634 (-207)) (-594 (-207)) (-715))))) (T -286))
+((-1837 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-207))) (-5 *4 (-715)) (-5 *2 (-634 (-207))) (-5 *1 (-286)))) (-1582 (*1 *2 *3) (-12 (-5 *3 (-387 (-527))) (-5 *2 (-207)) (-5 *1 (-286)))) (-3657 (*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-296 (-359))) (-5 *1 (-286)))) (-3723 (*1 *2 *3) (-12 (-5 *3 (-889 (-207))) (-5 *2 (-207)) (-5 *1 (-286)))) (-3968 (*1 *2 *3) (-12 (-5 *3 (-889 (-207))) (-5 *2 (-296 (-359))) (-5 *1 (-286)))) (-1628 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359)))) (-5 *2 (-968)) (-5 *1 (-286)))) (-1904 (*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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-968)) (-5 *1 (-286)))) (-2097 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968)))) (-5 *2 (-968)) (-5 *1 (-286)))) (-2097 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) (-5 *2 (-968)) (-5 *1 (-286)))) (-2349 (*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1077)) (-5 *1 (-286)))) (-1997 (*1 *2 *3) (-12 (-5 *3 (-594 (-968))) (-5 *2 (-968)) (-5 *1 (-286)))) (-1997 (*1 *2 *2 *2) (-12 (-5 *2 (-968)) (-5 *1 (-286)))) (-2122 (*1 *2 *3) (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-286)))) (-4010 (*1 *2 *3) (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-286)))) (-3696 (*1 *2 *3) (-12 (-5 *3 (-1075 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-286)))) (-4143 (*1 *2 *3) (-12 (-5 *3 (-594 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-286)))) (-2282 (*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1077)) (-5 *1 (-286)))) (-1626 (*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1077)) (-5 *1 (-286)))) (-2867 (*1 *2 *3 *4) (-12 (-5 *4 (-1017 (-784 (-207)))) (-5 *3 (-207)) (-5 *2 (-110)) (-5 *1 (-286)))) (-1558 (*1 *2 *3) (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *2 (-1176 (-296 (-359)))) (-5 *1 (-286)))) (-2156 (*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-296 (-359))) (-5 *1 (-286)))) (-2576 (*1 *2 *3) (-12 (-5 *3 (-594 (-207))) (-5 *2 (-1176 (-643))) (-5 *1 (-286)))) (-1993 (*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-643)) (-5 *1 (-286)))) (-2295 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-5 *2 (-594 (-207))) (-5 *1 (-286)))) (-2315 (*1 *2 *2) (-12 (-5 *2 (-1017 (-784 (-207)))) (-5 *1 (-286)))) (-2795 (*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-296 (-387 (-527)))) (-5 *1 (-286)))) (-1775 (*1 *2 *3) (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *2 (-2 (|:| |additions| (-527)) (|:| |multiplications| (-527)) (|:| |exponentiations| (-527)) (|:| |functionCalls| (-527)))) (-5 *1 (-286)))) (-3266 (*1 *2 *3) (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *2 (-359)) (-5 *1 (-286)))) (-2947 (*1 *2 *2) (|partial| -12 (-5 *2 (-296 (-207))) (-5 *1 (-286)))) (-2471 (*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-207)) (-5 *1 (-286)))) (-3398 (*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-387 (-527))) (-5 *1 (-286)))) (-2448 (*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-387 (-527))) (-5 *1 (-286)))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-594 (-1017 (-784 (-359))))) (-5 *2 (-594 (-1017 (-784 (-207))))) (-5 *1 (-286)))) (-2361 (*1 *2 *3) (-12 (-5 *3 (-1017 (-784 (-359)))) (-5 *2 (-1017 (-784 (-207)))) (-5 *1 (-286)))) (-1478 (*1 *2 *3) (-12 (-5 *3 (-784 (-359))) (-5 *2 (-784 (-207))) (-5 *1 (-286)))) (-3492 (*1 *2 *3) (-12 (-5 *3 (-296 (-359))) (-5 *2 (-296 (-207))) (-5 *1 (-286)))) (-2518 (*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-207)) (-5 *1 (-286)))))
+(-10 -7 (-15 -2518 ((-207) (-359))) (-15 -3492 ((-296 (-207)) (-296 (-359)))) (-15 -1478 ((-784 (-207)) (-784 (-359)))) (-15 -2361 ((-1017 (-784 (-207))) (-1017 (-784 (-359))))) (-15 -2051 ((-594 (-1017 (-784 (-207)))) (-594 (-1017 (-784 (-359)))))) (-15 -2448 ((-387 (-527)) (-207))) (-15 -3398 ((-387 (-527)) (-296 (-207)))) (-15 -2471 ((-207) (-296 (-207)))) (-15 -2947 ((-3 (-296 (-207)) "failed") (-296 (-207)))) (-15 -3266 ((-359) (-1176 (-296 (-207))))) (-15 -1775 ((-2 (|:| |additions| (-527)) (|:| |multiplications| (-527)) (|:| |exponentiations| (-527)) (|:| |functionCalls| (-527))) (-1176 (-296 (-207))))) (-15 -2795 ((-296 (-387 (-527))) (-296 (-207)))) (-15 -2315 ((-1017 (-784 (-207))) (-1017 (-784 (-207))))) (-15 -2295 ((-594 (-207)) (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))) (-15 -1993 ((-643) (-207))) (-15 -2576 ((-1176 (-643)) (-594 (-207)))) (-15 -2156 ((-296 (-359)) (-296 (-207)))) (-15 -1558 ((-1176 (-296 (-359))) (-1176 (-296 (-207))))) (-15 -2867 ((-110) (-207) (-1017 (-784 (-207))))) (-15 -1626 ((-1077) (-207))) (-15 -2282 ((-1077) (-359))) (-15 -4143 ((-594 (-1077)) (-594 (-207)))) (-15 -3696 ((-594 (-1077)) (-1075 (-207)))) (-15 -4010 ((-207) (-1017 (-784 (-207))))) (-15 -2122 ((-207) (-1017 (-784 (-207))))) (-15 -1997 ((-968) (-968) (-968))) (-15 -1997 ((-968) (-594 (-968)))) (-15 -2349 ((-1077) (-359))) (-15 -2097 ((-968) (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))))) (-15 -2097 ((-968) (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))))) (-15 -1904 ((-968) (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1628 ((-968) (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))))) (-15 -3968 ((-296 (-359)) (-889 (-207)))) (-15 -3723 ((-207) (-889 (-207)))) (-15 -3657 ((-296 (-359)) (-207))) (-15 -1582 ((-207) (-387 (-527)))) (-15 -1837 ((-634 (-207)) (-594 (-207)) (-715))))
+((-1842 (((-110) $ $) 11)) (-1346 (($ $ $) 15)) (-1324 (($ $ $) 14)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 44)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 53)) (-2742 (($ $ $) 21) (($ (-594 $)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 32) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 37)) (-1305 (((-3 $ "failed") $ $) 17)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 46)))
+(((-287 |#1|) (-10 -8 (-15 -2612 ((-3 (-594 |#1|) "failed") (-594 |#1|) |#1|)) (-15 -3880 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3880 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2613 |#1|)) |#1| |#1|)) (-15 -1346 (|#1| |#1| |#1|)) (-15 -1324 (|#1| |#1| |#1|)) (-15 -1842 ((-110) |#1| |#1|)) (-15 -3261 ((-3 (-594 |#1|) "failed") (-594 |#1|) |#1|)) (-15 -1209 ((-2 (|:| -2663 (-594 |#1|)) (|:| -2613 |#1|)) (-594 |#1|))) (-15 -2742 (|#1| (-594 |#1|))) (-15 -2742 (|#1| |#1| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|))) (-288)) (T -287))
+NIL
+(-10 -8 (-15 -2612 ((-3 (-594 |#1|) "failed") (-594 |#1|) |#1|)) (-15 -3880 ((-3 (-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|)) "failed") |#1| |#1| |#1|)) (-15 -3880 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2613 |#1|)) |#1| |#1|)) (-15 -1346 (|#1| |#1| |#1|)) (-15 -1324 (|#1| |#1| |#1|)) (-15 -1842 ((-110) |#1| |#1|)) (-15 -3261 ((-3 (-594 |#1|) "failed") (-594 |#1|) |#1|)) (-15 -1209 ((-2 (|:| -2663 (-594 |#1|)) (|:| -2613 |#1|)) (-594 |#1|))) (-15 -2742 (|#1| (-594 |#1|))) (-15 -2742 (|#1| |#1| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-1842 (((-110) $ $) 59)) (-1298 (($) 17 T CONST)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-2956 (((-110) $) 31)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-288) (-133)) (T -288))
+((-1842 (*1 *2 *1 *1) (-12 (-4 *1 (-288)) (-5 *2 (-110)))) (-2578 (*1 *2 *1) (-12 (-4 *1 (-288)) (-5 *2 (-715)))) (-3304 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-288)))) (-1324 (*1 *1 *1 *1) (-4 *1 (-288))) (-1346 (*1 *1 *1 *1) (-4 *1 (-288))) (-3880 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2613 *1))) (-4 *1 (-288)))) (-3880 (*1 *2 *1 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-288)))) (-2612 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-594 *1)) (-4 *1 (-288)))))
+(-13 (-857) (-10 -8 (-15 -1842 ((-110) $ $)) (-15 -2578 ((-715) $)) (-15 -3304 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -1324 ($ $ $)) (-15 -1346 ($ $ $)) (-15 -3880 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $)) (-15 -3880 ((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $)) (-15 -2612 ((-3 (-594 $) "failed") (-594 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-431) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-2819 (($ $ (-594 |#2|) (-594 |#2|)) 14) (($ $ |#2| |#2|) NIL) (($ $ (-275 |#2|)) 11) (($ $ (-594 (-275 |#2|))) NIL)))
+(((-289 |#1| |#2|) (-10 -8 (-15 -2819 (|#1| |#1| (-594 (-275 |#2|)))) (-15 -2819 (|#1| |#1| (-275 |#2|))) (-15 -2819 (|#1| |#1| |#2| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#2|)))) (-290 |#2|) (-1022)) (T -289))
+NIL
+(-10 -8 (-15 -2819 (|#1| |#1| (-594 (-275 |#2|)))) (-15 -2819 (|#1| |#1| (-275 |#2|))) (-15 -2819 (|#1| |#1| |#2| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#2|))))
+((-2819 (($ $ (-594 |#1|) (-594 |#1|)) 7) (($ $ |#1| |#1|) 6) (($ $ (-275 |#1|)) 11) (($ $ (-594 (-275 |#1|))) 10)))
+(((-290 |#1|) (-133) (-1022)) (T -290))
+((-2819 (*1 *1 *1 *2) (-12 (-5 *2 (-275 *3)) (-4 *1 (-290 *3)) (-4 *3 (-1022)))) (-2819 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-275 *3))) (-4 *1 (-290 *3)) (-4 *3 (-1022)))))
+(-13 (-488 |t#1| |t#1|) (-10 -8 (-15 -2819 ($ $ (-275 |t#1|))) (-15 -2819 ($ $ (-594 (-275 |t#1|))))))
+(((-488 |#1| |#1|) . T))
+((-2819 ((|#1| (-1 |#1| (-527)) (-1096 (-387 (-527)))) 25)))
+(((-291 |#1|) (-10 -7 (-15 -2819 (|#1| (-1 |#1| (-527)) (-1096 (-387 (-527)))))) (-37 (-387 (-527)))) (T -291))
+((-2819 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-527))) (-5 *4 (-1096 (-387 (-527)))) (-5 *1 (-291 *2)) (-4 *2 (-37 (-387 (-527)))))))
+(-10 -7 (-15 -2819 (|#1| (-1 |#1| (-527)) (-1096 (-387 (-527))))))
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 7)) (-2747 (((-110) $ $) 9)))
+(((-292) (-1022)) (T -292))
+NIL
+(-1022)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 62)) (-3008 (((-1162 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-1162 |#1| |#2| |#3| |#4|) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-970 (-527)))) (((-3 (-1161 |#2| |#3| |#4|) "failed") $) 25)) (-4145 (((-1162 |#1| |#2| |#3| |#4|) $) NIL) (((-1094) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-970 (-527)))) (((-527) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-970 (-527)))) (((-1161 |#2| |#3| |#4|) $) NIL)) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-1162 |#1| |#2| |#3| |#4|))) (|:| |vec| (-1176 (-1162 |#1| |#2| |#3| |#4|)))) (-634 $) (-1176 $)) NIL) (((-634 (-1162 |#1| |#2| |#3| |#4|)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 (((-1162 |#1| |#2| |#3| |#4|) $) 21)) (-2628 (((-3 $ "failed") $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-1070)))) (-1612 (((-110) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-791)))) (-1257 (($ $ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-791)))) (-1998 (($ (-1 (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|)) $) NIL)) (-2940 (((-3 (-784 |#2|) "failed") $) 78)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-288)))) (-1448 (((-1162 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 (-1162 |#1| |#2| |#3| |#4|)) (-594 (-1162 |#1| |#2| |#3| |#4|))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-290 (-1162 |#1| |#2| |#3| |#4|)))) (($ $ (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-290 (-1162 |#1| |#2| |#3| |#4|)))) (($ $ (-275 (-1162 |#1| |#2| |#3| |#4|))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-290 (-1162 |#1| |#2| |#3| |#4|)))) (($ $ (-594 (-275 (-1162 |#1| |#2| |#3| |#4|)))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-290 (-1162 |#1| |#2| |#3| |#4|)))) (($ $ (-594 (-1094)) (-594 (-1162 |#1| |#2| |#3| |#4|))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-488 (-1094) (-1162 |#1| |#2| |#3| |#4|)))) (($ $ (-1094) (-1162 |#1| |#2| |#3| |#4|)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-488 (-1094) (-1162 |#1| |#2| |#3| |#4|))))) (-2578 (((-715) $) NIL)) (-3439 (($ $ (-1162 |#1| |#2| |#3| |#4|)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-267 (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-215))) (($ $ (-715)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-215))) (($ $ (-1094)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-1 (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|)) (-715)) NIL) (($ $ (-1 (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|))) NIL)) (-2593 (($ $) NIL)) (-4122 (((-1162 |#1| |#2| |#3| |#4|) $) 17)) (-2051 (((-829 (-527)) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-569 (-829 (-359))))) (((-503) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-569 (-503)))) (((-359) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-955))) (((-207) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-955)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-1162 |#1| |#2| |#3| |#4|) (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-1162 |#1| |#2| |#3| |#4|)) 29) (($ (-1094)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-970 (-1094)))) (($ (-1161 |#2| |#3| |#4|)) 36)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-1162 |#1| |#2| |#3| |#4|) (-846))) (|has| (-1162 |#1| |#2| |#3| |#4|) (-138))))) (-4070 (((-715)) NIL)) (-3934 (((-1162 |#1| |#2| |#3| |#4|) $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-512)))) (-3978 (((-110) $ $) NIL)) (-1597 (($ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 41 T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-215))) (($ $ (-715)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-215))) (($ $ (-1094)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-837 (-1094)))) (($ $ (-1 (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|)) (-715)) NIL) (($ $ (-1 (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|))) NIL)) (-2813 (((-110) $ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-1162 |#1| |#2| |#3| |#4|) (-791)))) (-2873 (($ $ $) 34) (($ (-1162 |#1| |#2| |#3| |#4|) (-1162 |#1| |#2| |#3| |#4|)) 31)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ (-1162 |#1| |#2| |#3| |#4|) $) 30) (($ $ (-1162 |#1| |#2| |#3| |#4|)) NIL)))
+(((-293 |#1| |#2| |#3| |#4|) (-13 (-927 (-1162 |#1| |#2| |#3| |#4|)) (-970 (-1161 |#2| |#3| |#4|)) (-10 -8 (-15 -2940 ((-3 (-784 |#2|) "failed") $)) (-15 -4118 ($ (-1161 |#2| |#3| |#4|))))) (-13 (-791) (-970 (-527)) (-590 (-527)) (-431)) (-13 (-27) (-1116) (-410 |#1|)) (-1094) |#2|) (T -293))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1161 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-410 *3))) (-14 *5 (-1094)) (-14 *6 *4) (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431))) (-5 *1 (-293 *3 *4 *5 *6)))) (-2940 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431))) (-5 *2 (-784 *4)) (-5 *1 (-293 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-410 *3))) (-14 *5 (-1094)) (-14 *6 *4))))
+(-13 (-927 (-1162 |#1| |#2| |#3| |#4|)) (-970 (-1161 |#2| |#3| |#4|)) (-10 -8 (-15 -2940 ((-3 (-784 |#2|) "failed") $)) (-15 -4118 ($ (-1161 |#2| |#3| |#4|)))))
+((-1998 (((-296 |#2|) (-1 |#2| |#1|) (-296 |#1|)) 13)))
+(((-294 |#1| |#2|) (-10 -7 (-15 -1998 ((-296 |#2|) (-1 |#2| |#1|) (-296 |#1|)))) (-791) (-791)) (T -294))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-296 *5)) (-4 *5 (-791)) (-4 *6 (-791)) (-5 *2 (-296 *6)) (-5 *1 (-294 *5 *6)))))
+(-10 -7 (-15 -1998 ((-296 |#2|) (-1 |#2| |#1|) (-296 |#1|))))
+((-2908 (((-51) |#2| (-275 |#2|) (-715)) 33) (((-51) |#2| (-275 |#2|)) 24) (((-51) |#2| (-715)) 28) (((-51) |#2|) 25) (((-51) (-1094)) 21)) (-3856 (((-51) |#2| (-275 |#2|) (-387 (-527))) 51) (((-51) |#2| (-275 |#2|)) 48) (((-51) |#2| (-387 (-527))) 50) (((-51) |#2|) 49) (((-51) (-1094)) 47)) (-2931 (((-51) |#2| (-275 |#2|) (-387 (-527))) 46) (((-51) |#2| (-275 |#2|)) 43) (((-51) |#2| (-387 (-527))) 45) (((-51) |#2|) 44) (((-51) (-1094)) 42)) (-2919 (((-51) |#2| (-275 |#2|) (-527)) 39) (((-51) |#2| (-275 |#2|)) 35) (((-51) |#2| (-527)) 38) (((-51) |#2|) 36) (((-51) (-1094)) 34)))
+(((-295 |#1| |#2|) (-10 -7 (-15 -2908 ((-51) (-1094))) (-15 -2908 ((-51) |#2|)) (-15 -2908 ((-51) |#2| (-715))) (-15 -2908 ((-51) |#2| (-275 |#2|))) (-15 -2908 ((-51) |#2| (-275 |#2|) (-715))) (-15 -2919 ((-51) (-1094))) (-15 -2919 ((-51) |#2|)) (-15 -2919 ((-51) |#2| (-527))) (-15 -2919 ((-51) |#2| (-275 |#2|))) (-15 -2919 ((-51) |#2| (-275 |#2|) (-527))) (-15 -2931 ((-51) (-1094))) (-15 -2931 ((-51) |#2|)) (-15 -2931 ((-51) |#2| (-387 (-527)))) (-15 -2931 ((-51) |#2| (-275 |#2|))) (-15 -2931 ((-51) |#2| (-275 |#2|) (-387 (-527)))) (-15 -3856 ((-51) (-1094))) (-15 -3856 ((-51) |#2|)) (-15 -3856 ((-51) |#2| (-387 (-527)))) (-15 -3856 ((-51) |#2| (-275 |#2|))) (-15 -3856 ((-51) |#2| (-275 |#2|) (-387 (-527))))) (-13 (-431) (-791) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|))) (T -295))
+((-3856 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-275 *3)) (-5 *5 (-387 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *3)))) (-3856 (*1 *2 *3 *4) (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)))) (-3856 (*1 *2 *3 *4) (-12 (-5 *4 (-387 (-527))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-3856 (*1 *2 *3) (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *4))))) (-3856 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-410 *4))))) (-2931 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-275 *3)) (-5 *5 (-387 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *3)))) (-2931 (*1 *2 *3 *4) (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)))) (-2931 (*1 *2 *3 *4) (-12 (-5 *4 (-387 (-527))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-2931 (*1 *2 *3) (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *4))))) (-2931 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-410 *4))))) (-2919 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-431) (-791) (-970 *5) (-590 *5))) (-5 *5 (-527)) (-5 *2 (-51)) (-5 *1 (-295 *6 *3)))) (-2919 (*1 *2 *3 *4) (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)))) (-2919 (*1 *2 *3 *4) (-12 (-5 *4 (-527)) (-4 *5 (-13 (-431) (-791) (-970 *4) (-590 *4))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-2919 (*1 *2 *3) (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *4))))) (-2919 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-410 *4))))) (-2908 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-275 *3)) (-5 *5 (-715)) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *6 *3)))) (-2908 (*1 *2 *3 *4) (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)))) (-2908 (*1 *2 *3 *4) (-12 (-5 *4 (-715)) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-2908 (*1 *2 *3) (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *4))))) (-2908 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-295 *4 *5)) (-4 *5 (-13 (-27) (-1116) (-410 *4))))))
+(-10 -7 (-15 -2908 ((-51) (-1094))) (-15 -2908 ((-51) |#2|)) (-15 -2908 ((-51) |#2| (-715))) (-15 -2908 ((-51) |#2| (-275 |#2|))) (-15 -2908 ((-51) |#2| (-275 |#2|) (-715))) (-15 -2919 ((-51) (-1094))) (-15 -2919 ((-51) |#2|)) (-15 -2919 ((-51) |#2| (-527))) (-15 -2919 ((-51) |#2| (-275 |#2|))) (-15 -2919 ((-51) |#2| (-275 |#2|) (-527))) (-15 -2931 ((-51) (-1094))) (-15 -2931 ((-51) |#2|)) (-15 -2931 ((-51) |#2| (-387 (-527)))) (-15 -2931 ((-51) |#2| (-275 |#2|))) (-15 -2931 ((-51) |#2| (-275 |#2|) (-387 (-527)))) (-15 -3856 ((-51) (-1094))) (-15 -3856 ((-51) |#2|)) (-15 -3856 ((-51) |#2| (-387 (-527)))) (-15 -3856 ((-51) |#2| (-275 |#2|))) (-15 -3856 ((-51) |#2| (-275 |#2|) (-387 (-527)))))
+((-4105 (((-110) $ $) NIL)) (-3025 (((-594 $) $ (-1094)) NIL (|has| |#1| (-519))) (((-594 $) $) NIL (|has| |#1| (-519))) (((-594 $) (-1090 $) (-1094)) NIL (|has| |#1| (-519))) (((-594 $) (-1090 $)) NIL (|has| |#1| (-519))) (((-594 $) (-889 $)) NIL (|has| |#1| (-519)))) (-3217 (($ $ (-1094)) NIL (|has| |#1| (-519))) (($ $) NIL (|has| |#1| (-519))) (($ (-1090 $) (-1094)) NIL (|has| |#1| (-519))) (($ (-1090 $)) NIL (|has| |#1| (-519))) (($ (-889 $)) NIL (|has| |#1| (-519)))) (-1874 (((-110) $) 27 (-2027 (|has| |#1| (-25)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))))) (-2853 (((-594 (-1094)) $) 350)) (-2669 (((-387 (-1090 $)) $ (-567 $)) NIL (|has| |#1| (-519)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1296 (((-594 (-567 $)) $) NIL)) (-1481 (($ $) 159 (|has| |#1| (-519)))) (-2460 (($ $) 135 (|has| |#1| (-519)))) (-3831 (($ $ (-1015 $)) 220 (|has| |#1| (-519))) (($ $ (-1094)) 216 (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) NIL (-2027 (|has| |#1| (-21)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))))) (-1568 (($ $ (-275 $)) NIL) (($ $ (-594 (-275 $))) 367) (($ $ (-594 (-567 $)) (-594 $)) 411)) (-3854 (((-398 (-1090 $)) (-1090 $)) 294 (-12 (|has| |#1| (-431)) (|has| |#1| (-519))))) (-3259 (($ $) NIL (|has| |#1| (-519)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-519)))) (-2713 (($ $) NIL (|has| |#1| (-519)))) (-1842 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1461 (($ $) 155 (|has| |#1| (-519)))) (-2439 (($ $) 131 (|has| |#1| (-519)))) (-2615 (($ $ (-527)) 69 (|has| |#1| (-519)))) (-1504 (($ $) 163 (|has| |#1| (-519)))) (-2502 (($ $) 139 (|has| |#1| (-519)))) (-1298 (($) NIL (-2027 (|has| |#1| (-25)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034))) CONST)) (-1270 (((-594 $) $ (-1094)) NIL (|has| |#1| (-519))) (((-594 $) $) NIL (|has| |#1| (-519))) (((-594 $) (-1090 $) (-1094)) NIL (|has| |#1| (-519))) (((-594 $) (-1090 $)) NIL (|has| |#1| (-519))) (((-594 $) (-889 $)) NIL (|has| |#1| (-519)))) (-2608 (($ $ (-1094)) NIL (|has| |#1| (-519))) (($ $) NIL (|has| |#1| (-519))) (($ (-1090 $) (-1094)) 122 (|has| |#1| (-519))) (($ (-1090 $)) NIL (|has| |#1| (-519))) (($ (-889 $)) NIL (|has| |#1| (-519)))) (-1923 (((-3 (-567 $) "failed") $) 17) (((-3 (-1094) "failed") $) NIL) (((-3 |#1| "failed") $) 420) (((-3 (-47) "failed") $) 322 (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-889 |#1|)) "failed") $) NIL (|has| |#1| (-519))) (((-3 (-889 |#1|) "failed") $) NIL (|has| |#1| (-979))) (((-3 (-387 (-527)) "failed") $) 46 (-2027 (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-4145 (((-567 $) $) 11) (((-1094) $) NIL) ((|#1| $) 402) (((-47) $) NIL (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-889 |#1|)) $) NIL (|has| |#1| (-519))) (((-889 |#1|) $) NIL (|has| |#1| (-979))) (((-387 (-527)) $) 305 (-2027 (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-1346 (($ $ $) NIL (|has| |#1| (-519)))) (-4162 (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 115 (|has| |#1| (-979))) (((-634 |#1|) (-634 $)) 105 (|has| |#1| (-979))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))) (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))))) (-2731 (($ $) 87 (|has| |#1| (-519)))) (-3714 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034))))) (-1324 (($ $ $) NIL (|has| |#1| (-519)))) (-3281 (($ $ (-1015 $)) 224 (|has| |#1| (-519))) (($ $ (-1094)) 222 (|has| |#1| (-519)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-519)))) (-3851 (((-110) $) NIL (|has| |#1| (-519)))) (-3630 (($ $ $) 190 (|has| |#1| (-519)))) (-4146 (($) 125 (|has| |#1| (-519)))) (-2536 (($ $ $) 210 (|has| |#1| (-519)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 373 (|has| |#1| (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 380 (|has| |#1| (-823 (-359))))) (-1282 (($ $) NIL) (($ (-594 $)) NIL)) (-3672 (((-594 (-112)) $) NIL)) (-2370 (((-112) (-112)) 265)) (-2956 (((-110) $) 25 (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034))))) (-1758 (((-110) $) NIL (|has| $ (-970 (-527))))) (-1458 (($ $) 68 (|has| |#1| (-979)))) (-4109 (((-1046 |#1| (-567 $)) $) 82 (|has| |#1| (-979)))) (-1715 (((-110) $) 61 (|has| |#1| (-519)))) (-3799 (($ $ (-527)) NIL (|has| |#1| (-519)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-519)))) (-3939 (((-1090 $) (-567 $)) 266 (|has| $ (-979)))) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 $ $) (-567 $)) 407)) (-1567 (((-3 (-567 $) "failed") $) NIL)) (-2495 (($ $) 129 (|has| |#1| (-519)))) (-2146 (($ $) 235 (|has| |#1| (-519)))) (-2702 (($ (-594 $)) NIL (|has| |#1| (-519))) (($ $ $) NIL (|has| |#1| (-519)))) (-2416 (((-1077) $) NIL)) (-2655 (((-594 (-567 $)) $) 49)) (-2592 (($ (-112) $) NIL) (($ (-112) (-594 $)) 412)) (-2415 (((-3 (-594 $) "failed") $) NIL (|has| |#1| (-1034)))) (-3656 (((-3 (-2 (|:| |val| $) (|:| -3148 (-527))) "failed") $) NIL (|has| |#1| (-979)))) (-3711 (((-3 (-594 $) "failed") $) 415 (|has| |#1| (-25)))) (-3391 (((-3 (-2 (|:| -2663 (-527)) (|:| |var| (-567 $))) "failed") $) 419 (|has| |#1| (-25)))) (-2007 (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $) NIL (|has| |#1| (-1034))) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-112)) NIL (|has| |#1| (-979))) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-1094)) NIL (|has| |#1| (-979)))) (-1854 (((-110) $ (-112)) NIL) (((-110) $ (-1094)) 53)) (-2952 (($ $) NIL (-2027 (|has| |#1| (-452)) (|has| |#1| (-519))))) (-3277 (($ $ (-1094)) 239 (|has| |#1| (-519))) (($ $ (-1015 $)) 241 (|has| |#1| (-519)))) (-3011 (((-715) $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) 43)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 287 (|has| |#1| (-519)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-519))) (($ $ $) NIL (|has| |#1| (-519)))) (-3970 (((-110) $ $) NIL) (((-110) $ (-1094)) NIL)) (-1679 (($ $ (-1094)) 214 (|has| |#1| (-519))) (($ $) 212 (|has| |#1| (-519)))) (-2573 (($ $) 206 (|has| |#1| (-519)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 292 (-12 (|has| |#1| (-431)) (|has| |#1| (-519))))) (-2700 (((-398 $) $) NIL (|has| |#1| (-519)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-519))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-519)))) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-519)))) (-1724 (($ $) 127 (|has| |#1| (-519)))) (-1285 (((-110) $) NIL (|has| $ (-970 (-527))))) (-2819 (($ $ (-567 $) $) NIL) (($ $ (-594 (-567 $)) (-594 $)) 406) (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-1094) (-1 $ (-594 $))) NIL) (($ $ (-1094) (-1 $ $)) NIL) (($ $ (-594 (-112)) (-594 (-1 $ $))) 360) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-112) (-1 $ (-594 $))) NIL) (($ $ (-112) (-1 $ $)) NIL) (($ $ (-1094)) NIL (|has| |#1| (-569 (-503)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-569 (-503)))) (($ $) NIL (|has| |#1| (-569 (-503)))) (($ $ (-112) $ (-1094)) 348 (|has| |#1| (-569 (-503)))) (($ $ (-594 (-112)) (-594 $) (-1094)) 347 (|has| |#1| (-569 (-503)))) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ $))) NIL (|has| |#1| (-979))) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ (-594 $)))) NIL (|has| |#1| (-979))) (($ $ (-1094) (-715) (-1 $ (-594 $))) NIL (|has| |#1| (-979))) (($ $ (-1094) (-715) (-1 $ $)) NIL (|has| |#1| (-979)))) (-2578 (((-715) $) NIL (|has| |#1| (-519)))) (-3782 (($ $) 227 (|has| |#1| (-519)))) (-3439 (($ (-112) $) NIL) (($ (-112) $ $) NIL) (($ (-112) $ $ $) NIL) (($ (-112) $ $ $ $) NIL) (($ (-112) (-594 $)) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-3756 (($ $) NIL) (($ $ $) NIL)) (-2418 (($ $) 237 (|has| |#1| (-519)))) (-3566 (($ $) 188 (|has| |#1| (-519)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-979))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-979))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-979))) (($ $ (-1094)) NIL (|has| |#1| (-979)))) (-2593 (($ $) 70 (|has| |#1| (-519)))) (-4122 (((-1046 |#1| (-567 $)) $) 84 (|has| |#1| (-519)))) (-2279 (($ $) 303 (|has| $ (-979)))) (-1513 (($ $) 165 (|has| |#1| (-519)))) (-2021 (($ $) 141 (|has| |#1| (-519)))) (-1493 (($ $) 161 (|has| |#1| (-519)))) (-2482 (($ $) 137 (|has| |#1| (-519)))) (-1471 (($ $) 157 (|has| |#1| (-519)))) (-2449 (($ $) 133 (|has| |#1| (-519)))) (-2051 (((-829 (-527)) $) NIL (|has| |#1| (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| |#1| (-569 (-829 (-359))))) (($ (-398 $)) NIL (|has| |#1| (-519))) (((-503) $) 345 (|has| |#1| (-569 (-503))))) (-1964 (($ $ $) NIL (|has| |#1| (-452)))) (-2170 (($ $ $) NIL (|has| |#1| (-452)))) (-4118 (((-800) $) 405) (($ (-567 $)) 396) (($ (-1094)) 362) (($ |#1|) 323) (($ $) NIL (|has| |#1| (-519))) (($ (-47)) 298 (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527))))) (($ (-1046 |#1| (-567 $))) 86 (|has| |#1| (-979))) (($ (-387 |#1|)) NIL (|has| |#1| (-519))) (($ (-889 (-387 |#1|))) NIL (|has| |#1| (-519))) (($ (-387 (-889 (-387 |#1|)))) NIL (|has| |#1| (-519))) (($ (-387 (-889 |#1|))) NIL (|has| |#1| (-519))) (($ (-889 |#1|)) NIL (|has| |#1| (-979))) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-519)) (|has| |#1| (-970 (-387 (-527)))))) (($ (-527)) 34 (-2027 (|has| |#1| (-970 (-527))) (|has| |#1| (-979))))) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL (|has| |#1| (-979)))) (-3235 (($ $) NIL) (($ (-594 $)) NIL)) (-3769 (($ $ $) 208 (|has| |#1| (-519)))) (-1297 (($ $ $) 194 (|has| |#1| (-519)))) (-2096 (($ $ $) 198 (|has| |#1| (-519)))) (-1951 (($ $ $) 192 (|has| |#1| (-519)))) (-2899 (($ $ $) 196 (|has| |#1| (-519)))) (-2771 (((-110) (-112)) 9)) (-1551 (($ $) 171 (|has| |#1| (-519)))) (-2076 (($ $) 147 (|has| |#1| (-519)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) 167 (|has| |#1| (-519)))) (-2033 (($ $) 143 (|has| |#1| (-519)))) (-1579 (($ $) 175 (|has| |#1| (-519)))) (-1439 (($ $) 151 (|has| |#1| (-519)))) (-1614 (($ (-1094) $) NIL) (($ (-1094) $ $) NIL) (($ (-1094) $ $ $) NIL) (($ (-1094) $ $ $ $) NIL) (($ (-1094) (-594 $)) NIL)) (-4226 (($ $) 202 (|has| |#1| (-519)))) (-2396 (($ $) 200 (|has| |#1| (-519)))) (-2837 (($ $) 177 (|has| |#1| (-519)))) (-1449 (($ $) 153 (|has| |#1| (-519)))) (-1564 (($ $) 173 (|has| |#1| (-519)))) (-1427 (($ $) 149 (|has| |#1| (-519)))) (-1539 (($ $) 169 (|has| |#1| (-519)))) (-2044 (($ $) 145 (|has| |#1| (-519)))) (-1597 (($ $) 180 (|has| |#1| (-519)))) (-3732 (($ $ (-527)) NIL (-2027 (|has| |#1| (-452)) (|has| |#1| (-519)))) (($ $ (-715)) NIL (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034)))) (($ $ (-858)) NIL (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034))))) (-3361 (($) 20 (-2027 (|has| |#1| (-25)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))) CONST)) (-2683 (($ $) 231 (|has| |#1| (-519)))) (-3374 (($) 22 (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034))) CONST)) (-1938 (($ $) 182 (|has| |#1| (-519))) (($ $ $) 184 (|has| |#1| (-519)))) (-2041 (($ $) 229 (|has| |#1| (-519)))) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-979))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-979))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-979))) (($ $ (-1094)) NIL (|has| |#1| (-979)))) (-4135 (($ $) 233 (|has| |#1| (-519)))) (-2759 (($ $ $) 186 (|has| |#1| (-519)))) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 79)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 78)) (-2873 (($ (-1046 |#1| (-567 $)) (-1046 |#1| (-567 $))) 96 (|has| |#1| (-519))) (($ $ $) 42 (-2027 (|has| |#1| (-452)) (|has| |#1| (-519))))) (-2863 (($ $ $) 40 (-2027 (|has| |#1| (-21)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))))) (($ $) 29 (-2027 (|has| |#1| (-21)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))))) (-2850 (($ $ $) 38 (-2027 (|has| |#1| (-25)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))))) (** (($ $ $) 63 (|has| |#1| (-519))) (($ $ (-387 (-527))) 300 (|has| |#1| (-519))) (($ $ (-527)) 74 (-2027 (|has| |#1| (-452)) (|has| |#1| (-519)))) (($ $ (-715)) 71 (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034)))) (($ $ (-858)) 76 (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034))))) (* (($ (-387 (-527)) $) NIL (|has| |#1| (-519))) (($ $ (-387 (-527))) NIL (|has| |#1| (-519))) (($ |#1| $) NIL (|has| |#1| (-162))) (($ $ |#1|) NIL (|has| |#1| (-162))) (($ $ $) 36 (-2027 (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) (|has| |#1| (-1034)))) (($ (-527) $) 32 (-2027 (|has| |#1| (-21)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))))) (($ (-715) $) NIL (-2027 (|has| |#1| (-25)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))))) (($ (-858) $) NIL (-2027 (|has| |#1| (-25)) (-12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))))))
+(((-296 |#1|) (-13 (-410 |#1|) (-10 -8 (IF (|has| |#1| (-519)) (PROGN (-6 (-29 |#1|)) (-6 (-1116)) (-6 (-151)) (-6 (-580)) (-6 (-1058)) (-15 -2731 ($ $)) (-15 -1715 ((-110) $)) (-15 -2615 ($ $ (-527))) (IF (|has| |#1| (-431)) (PROGN (-15 -2816 ((-398 (-1090 $)) (-1090 $))) (-15 -3854 ((-398 (-1090 $)) (-1090 $)))) |%noBranch|) (IF (|has| |#1| (-970 (-527))) (-6 (-970 (-47))) |%noBranch|)) |%noBranch|))) (-791)) (T -296))
+((-2731 (*1 *1 *1) (-12 (-5 *1 (-296 *2)) (-4 *2 (-519)) (-4 *2 (-791)))) (-1715 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-296 *3)) (-4 *3 (-519)) (-4 *3 (-791)))) (-2615 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-296 *3)) (-4 *3 (-519)) (-4 *3 (-791)))) (-2816 (*1 *2 *3) (-12 (-5 *2 (-398 (-1090 *1))) (-5 *1 (-296 *4)) (-5 *3 (-1090 *1)) (-4 *4 (-431)) (-4 *4 (-519)) (-4 *4 (-791)))) (-3854 (*1 *2 *3) (-12 (-5 *2 (-398 (-1090 *1))) (-5 *1 (-296 *4)) (-5 *3 (-1090 *1)) (-4 *4 (-431)) (-4 *4 (-519)) (-4 *4 (-791)))))
+(-13 (-410 |#1|) (-10 -8 (IF (|has| |#1| (-519)) (PROGN (-6 (-29 |#1|)) (-6 (-1116)) (-6 (-151)) (-6 (-580)) (-6 (-1058)) (-15 -2731 ($ $)) (-15 -1715 ((-110) $)) (-15 -2615 ($ $ (-527))) (IF (|has| |#1| (-431)) (PROGN (-15 -2816 ((-398 (-1090 $)) (-1090 $))) (-15 -3854 ((-398 (-1090 $)) (-1090 $)))) |%noBranch|) (IF (|has| |#1| (-970 (-527))) (-6 (-970 (-47))) |%noBranch|)) |%noBranch|)))
+((-4097 (((-51) |#2| (-112) (-275 |#2|) (-594 |#2|)) 88) (((-51) |#2| (-112) (-275 |#2|) (-275 |#2|)) 84) (((-51) |#2| (-112) (-275 |#2|) |#2|) 86) (((-51) (-275 |#2|) (-112) (-275 |#2|) |#2|) 87) (((-51) (-594 |#2|) (-594 (-112)) (-275 |#2|) (-594 (-275 |#2|))) 80) (((-51) (-594 |#2|) (-594 (-112)) (-275 |#2|) (-594 |#2|)) 82) (((-51) (-594 (-275 |#2|)) (-594 (-112)) (-275 |#2|) (-594 |#2|)) 83) (((-51) (-594 (-275 |#2|)) (-594 (-112)) (-275 |#2|) (-594 (-275 |#2|))) 81) (((-51) (-275 |#2|) (-112) (-275 |#2|) (-594 |#2|)) 89) (((-51) (-275 |#2|) (-112) (-275 |#2|) (-275 |#2|)) 85)))
+(((-297 |#1| |#2|) (-10 -7 (-15 -4097 ((-51) (-275 |#2|) (-112) (-275 |#2|) (-275 |#2|))) (-15 -4097 ((-51) (-275 |#2|) (-112) (-275 |#2|) (-594 |#2|))) (-15 -4097 ((-51) (-594 (-275 |#2|)) (-594 (-112)) (-275 |#2|) (-594 (-275 |#2|)))) (-15 -4097 ((-51) (-594 (-275 |#2|)) (-594 (-112)) (-275 |#2|) (-594 |#2|))) (-15 -4097 ((-51) (-594 |#2|) (-594 (-112)) (-275 |#2|) (-594 |#2|))) (-15 -4097 ((-51) (-594 |#2|) (-594 (-112)) (-275 |#2|) (-594 (-275 |#2|)))) (-15 -4097 ((-51) (-275 |#2|) (-112) (-275 |#2|) |#2|)) (-15 -4097 ((-51) |#2| (-112) (-275 |#2|) |#2|)) (-15 -4097 ((-51) |#2| (-112) (-275 |#2|) (-275 |#2|))) (-15 -4097 ((-51) |#2| (-112) (-275 |#2|) (-594 |#2|)))) (-13 (-791) (-519) (-569 (-503))) (-410 |#1|)) (T -297))
+((-4097 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-112)) (-5 *5 (-275 *3)) (-5 *6 (-594 *3)) (-4 *3 (-410 *7)) (-4 *7 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *7 *3)))) (-4097 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-112)) (-5 *5 (-275 *3)) (-4 *3 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *6 *3)))) (-4097 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-112)) (-5 *5 (-275 *3)) (-4 *3 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *6 *3)))) (-4097 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-275 *5)) (-5 *4 (-112)) (-4 *5 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *6 *5)))) (-4097 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 (-112))) (-5 *6 (-594 (-275 *8))) (-4 *8 (-410 *7)) (-5 *5 (-275 *8)) (-4 *7 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *7 *8)))) (-4097 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-594 *7)) (-5 *4 (-594 (-112))) (-5 *5 (-275 *7)) (-4 *7 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *6 *7)))) (-4097 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-594 (-275 *8))) (-5 *4 (-594 (-112))) (-5 *5 (-275 *8)) (-5 *6 (-594 *8)) (-4 *8 (-410 *7)) (-4 *7 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *7 *8)))) (-4097 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-594 (-275 *7))) (-5 *4 (-594 (-112))) (-5 *5 (-275 *7)) (-4 *7 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *6 *7)))) (-4097 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-275 *7)) (-5 *4 (-112)) (-5 *5 (-594 *7)) (-4 *7 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *6 *7)))) (-4097 (*1 *2 *3 *4 *3 *3) (-12 (-5 *3 (-275 *6)) (-5 *4 (-112)) (-4 *6 (-410 *5)) (-4 *5 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51)) (-5 *1 (-297 *5 *6)))))
+(-10 -7 (-15 -4097 ((-51) (-275 |#2|) (-112) (-275 |#2|) (-275 |#2|))) (-15 -4097 ((-51) (-275 |#2|) (-112) (-275 |#2|) (-594 |#2|))) (-15 -4097 ((-51) (-594 (-275 |#2|)) (-594 (-112)) (-275 |#2|) (-594 (-275 |#2|)))) (-15 -4097 ((-51) (-594 (-275 |#2|)) (-594 (-112)) (-275 |#2|) (-594 |#2|))) (-15 -4097 ((-51) (-594 |#2|) (-594 (-112)) (-275 |#2|) (-594 |#2|))) (-15 -4097 ((-51) (-594 |#2|) (-594 (-112)) (-275 |#2|) (-594 (-275 |#2|)))) (-15 -4097 ((-51) (-275 |#2|) (-112) (-275 |#2|) |#2|)) (-15 -4097 ((-51) |#2| (-112) (-275 |#2|) |#2|)) (-15 -4097 ((-51) |#2| (-112) (-275 |#2|) (-275 |#2|))) (-15 -4097 ((-51) |#2| (-112) (-275 |#2|) (-594 |#2|))))
+((-2922 (((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-207) (-527) (-1077)) 46) (((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-207) (-527)) 47) (((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-1 (-207) (-207)) (-527) (-1077)) 43) (((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-1 (-207) (-207)) (-527)) 44)) (-1308 (((-1 (-207) (-207)) (-207)) 45)))
+(((-298) (-10 -7 (-15 -1308 ((-1 (-207) (-207)) (-207))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-1 (-207) (-207)) (-527))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-1 (-207) (-207)) (-527) (-1077))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-207) (-527))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-207) (-527) (-1077))))) (T -298))
+((-2922 (*1 *2 *3 *3 *3 *4 *5 *6 *7 *8) (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207))) (-5 *5 (-1017 (-207))) (-5 *6 (-207)) (-5 *7 (-527)) (-5 *8 (-1077)) (-5 *2 (-1126 (-863))) (-5 *1 (-298)))) (-2922 (*1 *2 *3 *3 *3 *4 *5 *6 *7) (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207))) (-5 *5 (-1017 (-207))) (-5 *6 (-207)) (-5 *7 (-527)) (-5 *2 (-1126 (-863))) (-5 *1 (-298)))) (-2922 (*1 *2 *3 *3 *3 *4 *5 *4 *6 *7) (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207))) (-5 *5 (-1017 (-207))) (-5 *6 (-527)) (-5 *7 (-1077)) (-5 *2 (-1126 (-863))) (-5 *1 (-298)))) (-2922 (*1 *2 *3 *3 *3 *4 *5 *4 *6) (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207))) (-5 *5 (-1017 (-207))) (-5 *6 (-527)) (-5 *2 (-1126 (-863))) (-5 *1 (-298)))) (-1308 (*1 *2 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *1 (-298)) (-5 *3 (-207)))))
+(-10 -7 (-15 -1308 ((-1 (-207) (-207)) (-207))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-1 (-207) (-207)) (-527))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-1 (-207) (-207)) (-527) (-1077))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-207) (-527))) (-15 -2922 ((-1126 (-863)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-207) (-527) (-1077))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 25)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-387 (-527))) NIL) (($ $ (-387 (-527)) (-387 (-527))) NIL)) (-2199 (((-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|))) $) 20)) (-1481 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|)))) NIL)) (-1504 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) 32)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-387 (-527)) $) NIL) (((-387 (-527)) $ (-387 (-527))) 16)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) NIL) (($ $ (-387 (-527))) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-387 (-527))) NIL) (($ $ (-1007) (-387 (-527))) NIL) (($ $ (-594 (-1007)) (-594 (-387 (-527)))) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2495 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1467 (($ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116)))))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-387 (-527))) NIL)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-3459 (((-387 (-527)) $) 17)) (-3256 (($ (-1161 |#1| |#2| |#3|)) 11)) (-3148 (((-1161 |#1| |#2| |#3|) $) 12)) (-1724 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-387 (-527))) NIL) (($ $ $) NIL (|has| (-387 (-527)) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-4115 (((-387 (-527)) $) NIL)) (-1513 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 10)) (-4118 (((-800) $) 38) (($ (-527)) NIL) (($ |#1|) NIL (|has| |#1| (-162))) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519)))) (-3411 ((|#1| $ (-387 (-527))) 30)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) NIL)) (-1551 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-387 (-527))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 27)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 33)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-299 |#1| |#2| |#3|) (-13 (-1157 |#1|) (-736) (-10 -8 (-15 -3256 ($ (-1161 |#1| |#2| |#3|))) (-15 -3148 ((-1161 |#1| |#2| |#3|) $)) (-15 -3459 ((-387 (-527)) $)))) (-13 (-343) (-791)) (-1094) |#1|) (T -299))
+((-3256 (*1 *1 *2) (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-13 (-343) (-791))) (-14 *4 (-1094)) (-14 *5 *3) (-5 *1 (-299 *3 *4 *5)))) (-3148 (*1 *2 *1) (-12 (-5 *2 (-1161 *3 *4 *5)) (-5 *1 (-299 *3 *4 *5)) (-4 *3 (-13 (-343) (-791))) (-14 *4 (-1094)) (-14 *5 *3))) (-3459 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-299 *3 *4 *5)) (-4 *3 (-13 (-343) (-791))) (-14 *4 (-1094)) (-14 *5 *3))))
+(-13 (-1157 |#1|) (-736) (-10 -8 (-15 -3256 ($ (-1161 |#1| |#2| |#3|))) (-15 -3148 ((-1161 |#1| |#2| |#3|) $)) (-15 -3459 ((-387 (-527)) $))))
+((-3799 (((-2 (|:| -3148 (-715)) (|:| -2663 |#1|) (|:| |radicand| (-594 |#1|))) (-398 |#1|) (-715)) 24)) (-2495 (((-594 (-2 (|:| -2663 (-715)) (|:| |logand| |#1|))) (-398 |#1|)) 28)))
+(((-300 |#1|) (-10 -7 (-15 -3799 ((-2 (|:| -3148 (-715)) (|:| -2663 |#1|) (|:| |radicand| (-594 |#1|))) (-398 |#1|) (-715))) (-15 -2495 ((-594 (-2 (|:| -2663 (-715)) (|:| |logand| |#1|))) (-398 |#1|)))) (-519)) (T -300))
+((-2495 (*1 *2 *3) (-12 (-5 *3 (-398 *4)) (-4 *4 (-519)) (-5 *2 (-594 (-2 (|:| -2663 (-715)) (|:| |logand| *4)))) (-5 *1 (-300 *4)))) (-3799 (*1 *2 *3 *4) (-12 (-5 *3 (-398 *5)) (-4 *5 (-519)) (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *5) (|:| |radicand| (-594 *5)))) (-5 *1 (-300 *5)) (-5 *4 (-715)))))
+(-10 -7 (-15 -3799 ((-2 (|:| -3148 (-715)) (|:| -2663 |#1|) (|:| |radicand| (-594 |#1|))) (-398 |#1|) (-715))) (-15 -2495 ((-594 (-2 (|:| -2663 (-715)) (|:| |logand| |#1|))) (-398 |#1|))))
+((-2853 (((-594 |#2|) (-1090 |#4|)) 43)) (-2450 ((|#3| (-527)) 46)) (-2372 (((-1090 |#4|) (-1090 |#3|)) 30)) (-3678 (((-1090 |#4|) (-1090 |#4|) (-527)) 56)) (-3340 (((-1090 |#3|) (-1090 |#4|)) 21)) (-4115 (((-594 (-715)) (-1090 |#4|) (-594 |#2|)) 40)) (-2392 (((-1090 |#3|) (-1090 |#4|) (-594 |#2|) (-594 |#3|)) 35)))
+(((-301 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2392 ((-1090 |#3|) (-1090 |#4|) (-594 |#2|) (-594 |#3|))) (-15 -4115 ((-594 (-715)) (-1090 |#4|) (-594 |#2|))) (-15 -2853 ((-594 |#2|) (-1090 |#4|))) (-15 -3340 ((-1090 |#3|) (-1090 |#4|))) (-15 -2372 ((-1090 |#4|) (-1090 |#3|))) (-15 -3678 ((-1090 |#4|) (-1090 |#4|) (-527))) (-15 -2450 (|#3| (-527)))) (-737) (-791) (-979) (-886 |#3| |#1| |#2|)) (T -301))
+((-2450 (*1 *2 *3) (-12 (-5 *3 (-527)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-979)) (-5 *1 (-301 *4 *5 *2 *6)) (-4 *6 (-886 *2 *4 *5)))) (-3678 (*1 *2 *2 *3) (-12 (-5 *2 (-1090 *7)) (-5 *3 (-527)) (-4 *7 (-886 *6 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-5 *1 (-301 *4 *5 *6 *7)))) (-2372 (*1 *2 *3) (-12 (-5 *3 (-1090 *6)) (-4 *6 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-1090 *7)) (-5 *1 (-301 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5)))) (-3340 (*1 *2 *3) (-12 (-5 *3 (-1090 *7)) (-4 *7 (-886 *6 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-5 *2 (-1090 *6)) (-5 *1 (-301 *4 *5 *6 *7)))) (-2853 (*1 *2 *3) (-12 (-5 *3 (-1090 *7)) (-4 *7 (-886 *6 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-5 *2 (-594 *5)) (-5 *1 (-301 *4 *5 *6 *7)))) (-4115 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 *8)) (-5 *4 (-594 *6)) (-4 *6 (-791)) (-4 *8 (-886 *7 *5 *6)) (-4 *5 (-737)) (-4 *7 (-979)) (-5 *2 (-594 (-715))) (-5 *1 (-301 *5 *6 *7 *8)))) (-2392 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1090 *9)) (-5 *4 (-594 *7)) (-5 *5 (-594 *8)) (-4 *7 (-791)) (-4 *8 (-979)) (-4 *9 (-886 *8 *6 *7)) (-4 *6 (-737)) (-5 *2 (-1090 *8)) (-5 *1 (-301 *6 *7 *8 *9)))))
+(-10 -7 (-15 -2392 ((-1090 |#3|) (-1090 |#4|) (-594 |#2|) (-594 |#3|))) (-15 -4115 ((-594 (-715)) (-1090 |#4|) (-594 |#2|))) (-15 -2853 ((-594 |#2|) (-1090 |#4|))) (-15 -3340 ((-1090 |#3|) (-1090 |#4|))) (-15 -2372 ((-1090 |#4|) (-1090 |#3|))) (-15 -3678 ((-1090 |#4|) (-1090 |#4|) (-527))) (-15 -2450 (|#3| (-527))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 14)) (-2199 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-527)))) $) 18)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1637 (((-715) $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-4199 ((|#1| $ (-527)) NIL)) (-2954 (((-527) $ (-527)) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2182 (($ (-1 |#1| |#1|) $) NIL)) (-3683 (($ (-1 (-527) (-527)) $) 10)) (-2416 (((-1077) $) NIL)) (-4051 (($ $ $) NIL (|has| (-527) (-736)))) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL) (($ |#1|) NIL)) (-3411 (((-527) |#1| $) NIL)) (-3361 (($) 15 T CONST)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) 21 (|has| |#1| (-791)))) (-2863 (($ $) 11) (($ $ $) 20)) (-2850 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ (-527)) NIL) (($ (-527) |#1|) 19)))
+(((-302 |#1|) (-13 (-21) (-662 (-527)) (-303 |#1| (-527)) (-10 -7 (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|))) (-1022)) (T -302))
+NIL
+(-13 (-21) (-662 (-527)) (-303 |#1| (-527)) (-10 -7 (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2199 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|))) $) 27)) (-3085 (((-3 $ "failed") $ $) 19)) (-1637 (((-715) $) 28)) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 32)) (-4145 ((|#1| $) 31)) (-4199 ((|#1| $ (-527)) 25)) (-2954 ((|#2| $ (-527)) 26)) (-2182 (($ (-1 |#1| |#1|) $) 22)) (-3683 (($ (-1 |#2| |#2|) $) 23)) (-2416 (((-1077) $) 9)) (-4051 (($ $ $) 21 (|has| |#2| (-736)))) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ |#1|) 33)) (-3411 ((|#2| |#1| $) 24)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2850 (($ $ $) 14) (($ |#1| $) 30)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ |#2| |#1|) 29)))
+(((-303 |#1| |#2|) (-133) (-1022) (-128)) (T -303))
+((-2850 (*1 *1 *2 *1) (-12 (-4 *1 (-303 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-128)))) (* (*1 *1 *2 *3) (-12 (-4 *1 (-303 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-128)))) (-1637 (*1 *2 *1) (-12 (-4 *1 (-303 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-128)) (-5 *2 (-715)))) (-2199 (*1 *2 *1) (-12 (-4 *1 (-303 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-128)) (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 *4)))))) (-2954 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-303 *4 *2)) (-4 *4 (-1022)) (-4 *2 (-128)))) (-4199 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-303 *2 *4)) (-4 *4 (-128)) (-4 *2 (-1022)))) (-3411 (*1 *2 *3 *1) (-12 (-4 *1 (-303 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-128)))) (-3683 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-303 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-128)))) (-2182 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-303 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-128)))) (-4051 (*1 *1 *1 *1) (-12 (-4 *1 (-303 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-128)) (-4 *3 (-736)))))
+(-13 (-128) (-970 |t#1|) (-10 -8 (-15 -2850 ($ |t#1| $)) (-15 * ($ |t#2| |t#1|)) (-15 -1637 ((-715) $)) (-15 -2199 ((-594 (-2 (|:| |gen| |t#1|) (|:| -1724 |t#2|))) $)) (-15 -2954 (|t#2| $ (-527))) (-15 -4199 (|t#1| $ (-527))) (-15 -3411 (|t#2| |t#1| $)) (-15 -3683 ($ (-1 |t#2| |t#2|) $)) (-15 -2182 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#2| (-736)) (-15 -4051 ($ $ $)) |%noBranch|)))
+(((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-970 |#1|) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2199 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-715)))) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1637 (((-715) $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-4199 ((|#1| $ (-527)) NIL)) (-2954 (((-715) $ (-527)) NIL)) (-2182 (($ (-1 |#1| |#1|) $) NIL)) (-3683 (($ (-1 (-715) (-715)) $) NIL)) (-2416 (((-1077) $) NIL)) (-4051 (($ $ $) NIL (|has| (-715) (-736)))) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL) (($ |#1|) NIL)) (-3411 (((-715) |#1| $) NIL)) (-3361 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2850 (($ $ $) NIL) (($ |#1| $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-715) |#1|) NIL)))
+(((-304 |#1|) (-303 |#1| (-715)) (-1022)) (T -304))
+NIL
+(-303 |#1| (-715))
+((-2855 (($ $) 53)) (-3379 (($ $ |#2| |#3| $) 14)) (-2301 (($ (-1 |#3| |#3|) $) 35)) (-2964 (((-110) $) 27)) (-2972 ((|#2| $) 29)) (-1305 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#2|) 46)) (-1898 ((|#2| $) 49)) (-3425 (((-594 |#2|) $) 38)) (-2435 (($ $ $ (-715)) 23)) (-2873 (($ $ |#2|) 42)))
+(((-305 |#1| |#2| |#3|) (-10 -8 (-15 -2855 (|#1| |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2435 (|#1| |#1| |#1| (-715))) (-15 -3379 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2301 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3425 ((-594 |#2|) |#1|)) (-15 -2972 (|#2| |#1|)) (-15 -2964 ((-110) |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2873 (|#1| |#1| |#2|))) (-306 |#2| |#3|) (-979) (-736)) (T -305))
+NIL
+(-10 -8 (-15 -2855 (|#1| |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 -2435 (|#1| |#1| |#1| (-715))) (-15 -3379 (|#1| |#1| |#2| |#3| |#1|)) (-15 -2301 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3425 ((-594 |#2|) |#1|)) (-15 -2972 (|#2| |#1|)) (-15 -2964 ((-110) |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2873 (|#1| |#1| |#2|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 90 (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 88 (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 87)) (-4145 (((-527) $) 91 (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) 89 (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 86)) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-2855 (($ $) 75 (|has| |#1| (-431)))) (-3379 (($ $ |#1| |#2| $) 79)) (-2956 (((-110) $) 31)) (-2296 (((-715) $) 82)) (-4170 (((-110) $) 62)) (-2829 (($ |#1| |#2|) 61)) (-4045 ((|#2| $) 81)) (-2301 (($ (-1 |#2| |#2|) $) 80)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2964 (((-110) $) 85)) (-2972 ((|#1| $) 84)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519))) (((-3 $ "failed") $ |#1|) 77 (|has| |#1| (-519)))) (-4115 ((|#2| $) 64)) (-1898 ((|#1| $) 76 (|has| |#1| (-431)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 49 (|has| |#1| (-519))) (($ |#1|) 47) (($ (-387 (-527))) 57 (-2027 (|has| |#1| (-970 (-387 (-527)))) (|has| |#1| (-37 (-387 (-527))))))) (-3425 (((-594 |#1|) $) 83)) (-3411 ((|#1| $ |#2|) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-2435 (($ $ $ (-715)) 78 (|has| |#1| (-162)))) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-306 |#1| |#2|) (-133) (-979) (-736)) (T -306))
+((-2964 (*1 *2 *1) (-12 (-4 *1 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (-5 *2 (-110)))) (-2972 (*1 *2 *1) (-12 (-4 *1 (-306 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979)))) (-3425 (*1 *2 *1) (-12 (-4 *1 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (-5 *2 (-594 *3)))) (-2296 (*1 *2 *1) (-12 (-4 *1 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (-5 *2 (-715)))) (-4045 (*1 *2 *1) (-12 (-4 *1 (-306 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))) (-2301 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)))) (-3379 (*1 *1 *1 *2 *3 *1) (-12 (-4 *1 (-306 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)))) (-2435 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (-4 *3 (-162)))) (-1305 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-306 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)) (-4 *2 (-519)))) (-1898 (*1 *2 *1) (-12 (-4 *1 (-306 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979)) (-4 *2 (-431)))) (-2855 (*1 *1 *1) (-12 (-4 *1 (-306 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)) (-4 *2 (-431)))))
+(-13 (-46 |t#1| |t#2|) (-391 |t#1|) (-10 -8 (-15 -2964 ((-110) $)) (-15 -2972 (|t#1| $)) (-15 -3425 ((-594 |t#1|) $)) (-15 -2296 ((-715) $)) (-15 -4045 (|t#2| $)) (-15 -2301 ($ (-1 |t#2| |t#2|) $)) (-15 -3379 ($ $ |t#1| |t#2| $)) (IF (|has| |t#1| (-162)) (-15 -2435 ($ $ $ (-715))) |%noBranch|) (IF (|has| |t#1| (-519)) (-15 -1305 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-431)) (PROGN (-15 -1898 (|t#1| $)) (-15 -2855 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) |has| |#1| (-519)) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-271) |has| |#1| (-519)) ((-391 |#1|) . T) ((-519) |has| |#1| (-519)) ((-596 #0#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #0#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) |has| |#1| (-519)) ((-671) . T) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-985 #0#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1556 (((-110) (-110)) NIL)) (-1232 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) |#1|) $) NIL)) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-3802 (($ $) NIL (|has| |#1| (-1022)))) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) NIL (|has| |#1| (-1022))) (($ (-1 (-110) |#1|) $) NIL)) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-2590 (($ $ (-527)) NIL)) (-2999 (((-715) $) NIL)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-3427 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) NIL)) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3204 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-2310 (($ (-594 |#1|)) NIL)) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-3322 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-1390 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-307 |#1|) (-13 (-19 |#1|) (-263 |#1|) (-10 -8 (-15 -2310 ($ (-594 |#1|))) (-15 -2999 ((-715) $)) (-15 -2590 ($ $ (-527))) (-15 -1556 ((-110) (-110))))) (-1130)) (T -307))
+((-2310 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-307 *3)))) (-2999 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-307 *3)) (-4 *3 (-1130)))) (-2590 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-307 *3)) (-4 *3 (-1130)))) (-1556 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-307 *3)) (-4 *3 (-1130)))))
+(-13 (-19 |#1|) (-263 |#1|) (-10 -8 (-15 -2310 ($ (-594 |#1|))) (-15 -2999 ((-715) $)) (-15 -2590 ($ $ (-527))) (-15 -1556 ((-110) (-110)))))
+((-2991 (((-110) $) 42)) (-4031 (((-715)) 22)) (-2926 ((|#2| $) 46) (($ $ (-858)) 104)) (-1637 (((-715)) 98)) (-2894 (($ (-1176 |#2|)) 20)) (-3473 (((-110) $) 116)) (-1705 ((|#2| $) 48) (($ $ (-858)) 102)) (-2343 (((-1090 |#2|) $) NIL) (((-1090 $) $ (-858)) 95)) (-4181 (((-1090 |#2|) $) 83)) (-2784 (((-1090 |#2|) $) 80) (((-3 (-1090 |#2|) "failed") $ $) 77)) (-2672 (($ $ (-1090 |#2|)) 53)) (-2150 (((-777 (-858))) 28) (((-858)) 43)) (-3817 (((-130)) 25)) (-4115 (((-777 (-858)) $) 30) (((-858) $) 118)) (-3606 (($) 110)) (-4002 (((-1176 |#2|) $) NIL) (((-634 |#2|) (-1176 $)) 39)) (-3470 (($ $) NIL) (((-3 $ "failed") $) 86)) (-3859 (((-110) $) 41)))
+(((-308 |#1| |#2|) (-10 -8 (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -1637 ((-715))) (-15 -3470 (|#1| |#1|)) (-15 -2784 ((-3 (-1090 |#2|) "failed") |#1| |#1|)) (-15 -2784 ((-1090 |#2|) |#1|)) (-15 -4181 ((-1090 |#2|) |#1|)) (-15 -2672 (|#1| |#1| (-1090 |#2|))) (-15 -3473 ((-110) |#1|)) (-15 -3606 (|#1|)) (-15 -2926 (|#1| |#1| (-858))) (-15 -1705 (|#1| |#1| (-858))) (-15 -2343 ((-1090 |#1|) |#1| (-858))) (-15 -2926 (|#2| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -4115 ((-858) |#1|)) (-15 -2150 ((-858))) (-15 -2343 ((-1090 |#2|) |#1|)) (-15 -2894 (|#1| (-1176 |#2|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -4031 ((-715))) (-15 -2150 ((-777 (-858)))) (-15 -4115 ((-777 (-858)) |#1|)) (-15 -2991 ((-110) |#1|)) (-15 -3859 ((-110) |#1|)) (-15 -3817 ((-130)))) (-309 |#2|) (-343)) (T -308))
+((-3817 (*1 *2) (-12 (-4 *4 (-343)) (-5 *2 (-130)) (-5 *1 (-308 *3 *4)) (-4 *3 (-309 *4)))) (-2150 (*1 *2) (-12 (-4 *4 (-343)) (-5 *2 (-777 (-858))) (-5 *1 (-308 *3 *4)) (-4 *3 (-309 *4)))) (-4031 (*1 *2) (-12 (-4 *4 (-343)) (-5 *2 (-715)) (-5 *1 (-308 *3 *4)) (-4 *3 (-309 *4)))) (-2150 (*1 *2) (-12 (-4 *4 (-343)) (-5 *2 (-858)) (-5 *1 (-308 *3 *4)) (-4 *3 (-309 *4)))) (-1637 (*1 *2) (-12 (-4 *4 (-343)) (-5 *2 (-715)) (-5 *1 (-308 *3 *4)) (-4 *3 (-309 *4)))))
+(-10 -8 (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -1637 ((-715))) (-15 -3470 (|#1| |#1|)) (-15 -2784 ((-3 (-1090 |#2|) "failed") |#1| |#1|)) (-15 -2784 ((-1090 |#2|) |#1|)) (-15 -4181 ((-1090 |#2|) |#1|)) (-15 -2672 (|#1| |#1| (-1090 |#2|))) (-15 -3473 ((-110) |#1|)) (-15 -3606 (|#1|)) (-15 -2926 (|#1| |#1| (-858))) (-15 -1705 (|#1| |#1| (-858))) (-15 -2343 ((-1090 |#1|) |#1| (-858))) (-15 -2926 (|#2| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -4115 ((-858) |#1|)) (-15 -2150 ((-858))) (-15 -2343 ((-1090 |#2|) |#1|)) (-15 -2894 (|#1| (-1176 |#2|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -4031 ((-715))) (-15 -2150 ((-777 (-858)))) (-15 -4115 ((-777 (-858)) |#1|)) (-15 -2991 ((-110) |#1|)) (-15 -3859 ((-110) |#1|)) (-15 -3817 ((-130))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-2991 (((-110) $) 94)) (-4031 (((-715)) 90)) (-2926 ((|#1| $) 140) (($ $ (-858)) 137 (|has| |#1| (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) 122 (|has| |#1| (-348)))) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-1842 (((-110) $ $) 59)) (-1637 (((-715)) 112 (|has| |#1| (-348)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 101)) (-4145 ((|#1| $) 100)) (-2894 (($ (-1176 |#1|)) 146)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 128 (|has| |#1| (-348)))) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-2309 (($) 109 (|has| |#1| (-348)))) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3809 (($) 124 (|has| |#1| (-348)))) (-3687 (((-110) $) 125 (|has| |#1| (-348)))) (-3050 (($ $ (-715)) 87 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) 86 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) 71)) (-2050 (((-858) $) 127 (|has| |#1| (-348))) (((-777 (-858)) $) 84 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) 31)) (-2810 (($) 135 (|has| |#1| (-348)))) (-3473 (((-110) $) 134 (|has| |#1| (-348)))) (-1705 ((|#1| $) 141) (($ $ (-858)) 138 (|has| |#1| (-348)))) (-2628 (((-3 $ "failed") $) 113 (|has| |#1| (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-2343 (((-1090 |#1|) $) 145) (((-1090 $) $ (-858)) 139 (|has| |#1| (-348)))) (-1989 (((-858) $) 110 (|has| |#1| (-348)))) (-4181 (((-1090 |#1|) $) 131 (|has| |#1| (-348)))) (-2784 (((-1090 |#1|) $) 130 (|has| |#1| (-348))) (((-3 (-1090 |#1|) "failed") $ $) 129 (|has| |#1| (-348)))) (-2672 (($ $ (-1090 |#1|)) 132 (|has| |#1| (-348)))) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-2138 (($) 114 (|has| |#1| (-348)) CONST)) (-1720 (($ (-858)) 111 (|has| |#1| (-348)))) (-1687 (((-110) $) 93)) (-4024 (((-1041) $) 10)) (-2613 (($) 133 (|has| |#1| (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 121 (|has| |#1| (-348)))) (-2700 (((-398 $) $) 74)) (-2150 (((-777 (-858))) 91) (((-858)) 143)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-1382 (((-715) $) 126 (|has| |#1| (-348))) (((-3 (-715) "failed") $ $) 85 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) 99)) (-4234 (($ $) 118 (|has| |#1| (-348))) (($ $ (-715)) 116 (|has| |#1| (-348)))) (-4115 (((-777 (-858)) $) 92) (((-858) $) 142)) (-2279 (((-1090 |#1|)) 144)) (-3956 (($) 123 (|has| |#1| (-348)))) (-3606 (($) 136 (|has| |#1| (-348)))) (-4002 (((-1176 |#1|) $) 148) (((-634 |#1|) (-1176 $)) 147)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 120 (|has| |#1| (-348)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65) (($ |#1|) 102)) (-3470 (($ $) 119 (|has| |#1| (-348))) (((-3 $ "failed") $) 83 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) 29)) (-1878 (((-1176 $)) 150) (((-1176 $) (-858)) 149)) (-3978 (((-110) $ $) 39)) (-3859 (((-110) $) 95)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-1425 (($ $) 89 (|has| |#1| (-348))) (($ $ (-715)) 88 (|has| |#1| (-348)))) (-2369 (($ $) 117 (|has| |#1| (-348))) (($ $ (-715)) 115 (|has| |#1| (-348)))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 64) (($ $ |#1|) 98)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66) (($ $ |#1|) 97) (($ |#1| $) 96)))
+(((-309 |#1|) (-133) (-343)) (T -309))
+((-1878 (*1 *2) (-12 (-4 *3 (-343)) (-5 *2 (-1176 *1)) (-4 *1 (-309 *3)))) (-1878 (*1 *2 *3) (-12 (-5 *3 (-858)) (-4 *4 (-343)) (-5 *2 (-1176 *1)) (-4 *1 (-309 *4)))) (-4002 (*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-1176 *3)))) (-4002 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-309 *4)) (-4 *4 (-343)) (-5 *2 (-634 *4)))) (-2894 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-343)) (-4 *1 (-309 *3)))) (-2343 (*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-1090 *3)))) (-2279 (*1 *2) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-1090 *3)))) (-2150 (*1 *2) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-858)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-858)))) (-1705 (*1 *2 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-343)))) (-2926 (*1 *2 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-343)))) (-2343 (*1 *2 *1 *3) (-12 (-5 *3 (-858)) (-4 *4 (-348)) (-4 *4 (-343)) (-5 *2 (-1090 *1)) (-4 *1 (-309 *4)))) (-1705 (*1 *1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348)))) (-2926 (*1 *1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348)))) (-3606 (*1 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-348)) (-4 *2 (-343)))) (-2810 (*1 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-348)) (-4 *2 (-343)))) (-3473 (*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348)) (-5 *2 (-110)))) (-2613 (*1 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-348)) (-4 *2 (-343)))) (-2672 (*1 *1 *1 *2) (-12 (-5 *2 (-1090 *3)) (-4 *3 (-348)) (-4 *1 (-309 *3)) (-4 *3 (-343)))) (-4181 (*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348)) (-5 *2 (-1090 *3)))) (-2784 (*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348)) (-5 *2 (-1090 *3)))) (-2784 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348)) (-5 *2 (-1090 *3)))))
+(-13 (-1193 |t#1|) (-970 |t#1|) (-10 -8 (-15 -1878 ((-1176 $))) (-15 -1878 ((-1176 $) (-858))) (-15 -4002 ((-1176 |t#1|) $)) (-15 -4002 ((-634 |t#1|) (-1176 $))) (-15 -2894 ($ (-1176 |t#1|))) (-15 -2343 ((-1090 |t#1|) $)) (-15 -2279 ((-1090 |t#1|))) (-15 -2150 ((-858))) (-15 -4115 ((-858) $)) (-15 -1705 (|t#1| $)) (-15 -2926 (|t#1| $)) (IF (|has| |t#1| (-348)) (PROGN (-6 (-329)) (-15 -2343 ((-1090 $) $ (-858))) (-15 -1705 ($ $ (-858))) (-15 -2926 ($ $ (-858))) (-15 -3606 ($)) (-15 -2810 ($)) (-15 -3473 ((-110) $)) (-15 -2613 ($)) (-15 -2672 ($ $ (-1090 |t#1|))) (-15 -4181 ((-1090 |t#1|) $)) (-15 -2784 ((-1090 |t#1|) $)) (-15 -2784 ((-3 (-1090 |t#1|) "failed") $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 |#1| |#1|) . T) ((-109 $ $) . T) ((-128) . T) ((-138) -2027 (|has| |#1| (-348)) (|has| |#1| (-138))) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) . T) ((-215) |has| |#1| (-348)) ((-225) . T) ((-271) . T) ((-288) . T) ((-1193 |#1|) . T) ((-343) . T) ((-382) -2027 (|has| |#1| (-348)) (|has| |#1| (-138))) ((-348) |has| |#1| (-348)) ((-329) |has| |#1| (-348)) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-970 |#1|) . T) ((-985 #0#) . T) ((-985 |#1|) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) |has| |#1| (-348)) ((-1134) . T) ((-1183 |#1|) . T))
+((-4105 (((-110) $ $) NIL)) (-3634 (($ (-1093) $) 88)) (-2958 (($) 77)) (-2202 (((-1041) (-1041)) 11)) (-3419 (($) 78)) (-4029 (($) 90) (($ (-296 (-643))) 98) (($ (-296 (-645))) 94) (($ (-296 (-638))) 102) (($ (-296 (-359))) 109) (($ (-296 (-527))) 105) (($ (-296 (-159 (-359)))) 113)) (-2950 (($ (-1093) $) 89)) (-2891 (($ (-594 (-800))) 79)) (-2571 (((-1181) $) 75)) (-3157 (((-3 (|:| |Null| "null") (|:| |Assignment| "assignment") (|:| |Conditional| "conditional") (|:| |Return| "return") (|:| |Block| "block") (|:| |Comment| "comment") (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while") (|:| |Repeat| "repeat") (|:| |Goto| "goto") (|:| |Continue| "continue") (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save") (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")) $) 27)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3710 (($ (-1041)) 51)) (-1882 (((-1026) $) 25)) (-1598 (($ (-1015 (-889 (-527))) $) 85) (($ (-1015 (-889 (-527))) (-889 (-527)) $) 86)) (-3534 (($ (-1041)) 87)) (-3882 (($ (-1093) $) 115) (($ (-1093) $ $) 116)) (-1769 (($ (-1094) (-594 (-1094))) 76)) (-2673 (($ (-1077)) 82) (($ (-594 (-1077))) 80)) (-4118 (((-800) $) 118)) (-1594 (((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1094)) (|:| |arrayIndex| (-594 (-889 (-527)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1094)) (|:| |rand| (-800)) (|:| |ints2Floats?| (-110)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1093)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -1815 (-110)) (|:| -2205 (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |blockBranch| (-594 $)) (|:| |commentBranch| (-594 (-1077))) (|:| |callBranch| (-1077)) (|:| |forBranch| (-2 (|:| -1792 (-1015 (-889 (-527)))) (|:| |span| (-889 (-527))) (|:| -2378 $))) (|:| |labelBranch| (-1041)) (|:| |loopBranch| (-2 (|:| |switch| (-1093)) (|:| -2378 $))) (|:| |commonBranch| (-2 (|:| -2365 (-1094)) (|:| |contents| (-594 (-1094))))) (|:| |printBranch| (-594 (-800)))) $) 44)) (-2830 (($ (-1077)) 187)) (-4061 (($ (-594 $)) 114)) (-3043 (($ (-1094) (-1077)) 120) (($ (-1094) (-296 (-645))) 160) (($ (-1094) (-296 (-643))) 161) (($ (-1094) (-296 (-638))) 162) (($ (-1094) (-634 (-645))) 123) (($ (-1094) (-634 (-643))) 126) (($ (-1094) (-634 (-638))) 129) (($ (-1094) (-1176 (-645))) 132) (($ (-1094) (-1176 (-643))) 135) (($ (-1094) (-1176 (-638))) 138) (($ (-1094) (-634 (-296 (-645)))) 141) (($ (-1094) (-634 (-296 (-643)))) 144) (($ (-1094) (-634 (-296 (-638)))) 147) (($ (-1094) (-1176 (-296 (-645)))) 150) (($ (-1094) (-1176 (-296 (-643)))) 153) (($ (-1094) (-1176 (-296 (-638)))) 156) (($ (-1094) (-594 (-889 (-527))) (-296 (-645))) 157) (($ (-1094) (-594 (-889 (-527))) (-296 (-643))) 158) (($ (-1094) (-594 (-889 (-527))) (-296 (-638))) 159) (($ (-1094) (-296 (-527))) 184) (($ (-1094) (-296 (-359))) 185) (($ (-1094) (-296 (-159 (-359)))) 186) (($ (-1094) (-634 (-296 (-527)))) 165) (($ (-1094) (-634 (-296 (-359)))) 168) (($ (-1094) (-634 (-296 (-159 (-359))))) 171) (($ (-1094) (-1176 (-296 (-527)))) 174) (($ (-1094) (-1176 (-296 (-359)))) 177) (($ (-1094) (-1176 (-296 (-159 (-359))))) 180) (($ (-1094) (-594 (-889 (-527))) (-296 (-527))) 181) (($ (-1094) (-594 (-889 (-527))) (-296 (-359))) 182) (($ (-1094) (-594 (-889 (-527))) (-296 (-159 (-359)))) 183)) (-2747 (((-110) $ $) NIL)))
+(((-310) (-13 (-1022) (-10 -8 (-15 -4118 ((-800) $)) (-15 -1598 ($ (-1015 (-889 (-527))) $)) (-15 -1598 ($ (-1015 (-889 (-527))) (-889 (-527)) $)) (-15 -3634 ($ (-1093) $)) (-15 -2950 ($ (-1093) $)) (-15 -3710 ($ (-1041))) (-15 -3534 ($ (-1041))) (-15 -2673 ($ (-1077))) (-15 -2673 ($ (-594 (-1077)))) (-15 -2830 ($ (-1077))) (-15 -4029 ($)) (-15 -4029 ($ (-296 (-643)))) (-15 -4029 ($ (-296 (-645)))) (-15 -4029 ($ (-296 (-638)))) (-15 -4029 ($ (-296 (-359)))) (-15 -4029 ($ (-296 (-527)))) (-15 -4029 ($ (-296 (-159 (-359))))) (-15 -3882 ($ (-1093) $)) (-15 -3882 ($ (-1093) $ $)) (-15 -3043 ($ (-1094) (-1077))) (-15 -3043 ($ (-1094) (-296 (-645)))) (-15 -3043 ($ (-1094) (-296 (-643)))) (-15 -3043 ($ (-1094) (-296 (-638)))) (-15 -3043 ($ (-1094) (-634 (-645)))) (-15 -3043 ($ (-1094) (-634 (-643)))) (-15 -3043 ($ (-1094) (-634 (-638)))) (-15 -3043 ($ (-1094) (-1176 (-645)))) (-15 -3043 ($ (-1094) (-1176 (-643)))) (-15 -3043 ($ (-1094) (-1176 (-638)))) (-15 -3043 ($ (-1094) (-634 (-296 (-645))))) (-15 -3043 ($ (-1094) (-634 (-296 (-643))))) (-15 -3043 ($ (-1094) (-634 (-296 (-638))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-645))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-643))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-638))))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-645)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-643)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-638)))) (-15 -3043 ($ (-1094) (-296 (-527)))) (-15 -3043 ($ (-1094) (-296 (-359)))) (-15 -3043 ($ (-1094) (-296 (-159 (-359))))) (-15 -3043 ($ (-1094) (-634 (-296 (-527))))) (-15 -3043 ($ (-1094) (-634 (-296 (-359))))) (-15 -3043 ($ (-1094) (-634 (-296 (-159 (-359)))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-527))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-359))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-159 (-359)))))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-527)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-359)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-159 (-359))))) (-15 -4061 ($ (-594 $))) (-15 -2958 ($)) (-15 -3419 ($)) (-15 -2891 ($ (-594 (-800)))) (-15 -1769 ($ (-1094) (-594 (-1094)))) (-15 -3157 ((-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 -1594 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1094)) (|:| |arrayIndex| (-594 (-889 (-527)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1094)) (|:| |rand| (-800)) (|:| |ints2Floats?| (-110)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1093)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -1815 (-110)) (|:| -2205 (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |blockBranch| (-594 $)) (|:| |commentBranch| (-594 (-1077))) (|:| |callBranch| (-1077)) (|:| |forBranch| (-2 (|:| -1792 (-1015 (-889 (-527)))) (|:| |span| (-889 (-527))) (|:| -2378 $))) (|:| |labelBranch| (-1041)) (|:| |loopBranch| (-2 (|:| |switch| (-1093)) (|:| -2378 $))) (|:| |commonBranch| (-2 (|:| -2365 (-1094)) (|:| |contents| (-594 (-1094))))) (|:| |printBranch| (-594 (-800)))) $)) (-15 -2571 ((-1181) $)) (-15 -1882 ((-1026) $)) (-15 -2202 ((-1041) (-1041)))))) (T -310))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-310)))) (-1598 (*1 *1 *2 *1) (-12 (-5 *2 (-1015 (-889 (-527)))) (-5 *1 (-310)))) (-1598 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-1015 (-889 (-527)))) (-5 *3 (-889 (-527))) (-5 *1 (-310)))) (-3634 (*1 *1 *2 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310)))) (-2950 (*1 *1 *2 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310)))) (-3710 (*1 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-310)))) (-3534 (*1 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-310)))) (-2673 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-310)))) (-2673 (*1 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-310)))) (-2830 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-310)))) (-4029 (*1 *1) (-5 *1 (-310))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-296 (-643))) (-5 *1 (-310)))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-296 (-645))) (-5 *1 (-310)))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-296 (-638))) (-5 *1 (-310)))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-296 (-359))) (-5 *1 (-310)))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-296 (-527))) (-5 *1 (-310)))) (-4029 (*1 *1 *2) (-12 (-5 *2 (-296 (-159 (-359)))) (-5 *1 (-310)))) (-3882 (*1 *1 *2 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310)))) (-3882 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1077)) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-645))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-643))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-638))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-645))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-643))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-638))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-645))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-643))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-638))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-645)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-643)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-638)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-645)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-643)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-638)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-296 (-645))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-296 (-643))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-296 (-638))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-527))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-359))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-159 (-359)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-527)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-359)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-159 (-359))))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-527)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-359)))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-159 (-359))))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-296 (-527))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-296 (-359))) (-5 *1 (-310)))) (-3043 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-296 (-159 (-359)))) (-5 *1 (-310)))) (-4061 (*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-5 *1 (-310)))) (-2958 (*1 *1) (-5 *1 (-310))) (-3419 (*1 *1) (-5 *1 (-310))) (-2891 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-310)))) (-1769 (*1 *1 *2 *3) (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1094)) (-5 *1 (-310)))) (-3157 (*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 (-310)))) (-1594 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1094)) (|:| |arrayIndex| (-594 (-889 (-527)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1094)) (|:| |rand| (-800)) (|:| |ints2Floats?| (-110)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1093)) (|:| |thenClause| (-310)) (|:| |elseClause| (-310)))) (|:| |returnBranch| (-2 (|:| -1815 (-110)) (|:| -2205 (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |blockBranch| (-594 (-310))) (|:| |commentBranch| (-594 (-1077))) (|:| |callBranch| (-1077)) (|:| |forBranch| (-2 (|:| -1792 (-1015 (-889 (-527)))) (|:| |span| (-889 (-527))) (|:| -2378 (-310)))) (|:| |labelBranch| (-1041)) (|:| |loopBranch| (-2 (|:| |switch| (-1093)) (|:| -2378 (-310)))) (|:| |commonBranch| (-2 (|:| -2365 (-1094)) (|:| |contents| (-594 (-1094))))) (|:| |printBranch| (-594 (-800))))) (-5 *1 (-310)))) (-2571 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-310)))) (-1882 (*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-310)))) (-2202 (*1 *2 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-310)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ((-800) $)) (-15 -1598 ($ (-1015 (-889 (-527))) $)) (-15 -1598 ($ (-1015 (-889 (-527))) (-889 (-527)) $)) (-15 -3634 ($ (-1093) $)) (-15 -2950 ($ (-1093) $)) (-15 -3710 ($ (-1041))) (-15 -3534 ($ (-1041))) (-15 -2673 ($ (-1077))) (-15 -2673 ($ (-594 (-1077)))) (-15 -2830 ($ (-1077))) (-15 -4029 ($)) (-15 -4029 ($ (-296 (-643)))) (-15 -4029 ($ (-296 (-645)))) (-15 -4029 ($ (-296 (-638)))) (-15 -4029 ($ (-296 (-359)))) (-15 -4029 ($ (-296 (-527)))) (-15 -4029 ($ (-296 (-159 (-359))))) (-15 -3882 ($ (-1093) $)) (-15 -3882 ($ (-1093) $ $)) (-15 -3043 ($ (-1094) (-1077))) (-15 -3043 ($ (-1094) (-296 (-645)))) (-15 -3043 ($ (-1094) (-296 (-643)))) (-15 -3043 ($ (-1094) (-296 (-638)))) (-15 -3043 ($ (-1094) (-634 (-645)))) (-15 -3043 ($ (-1094) (-634 (-643)))) (-15 -3043 ($ (-1094) (-634 (-638)))) (-15 -3043 ($ (-1094) (-1176 (-645)))) (-15 -3043 ($ (-1094) (-1176 (-643)))) (-15 -3043 ($ (-1094) (-1176 (-638)))) (-15 -3043 ($ (-1094) (-634 (-296 (-645))))) (-15 -3043 ($ (-1094) (-634 (-296 (-643))))) (-15 -3043 ($ (-1094) (-634 (-296 (-638))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-645))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-643))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-638))))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-645)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-643)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-638)))) (-15 -3043 ($ (-1094) (-296 (-527)))) (-15 -3043 ($ (-1094) (-296 (-359)))) (-15 -3043 ($ (-1094) (-296 (-159 (-359))))) (-15 -3043 ($ (-1094) (-634 (-296 (-527))))) (-15 -3043 ($ (-1094) (-634 (-296 (-359))))) (-15 -3043 ($ (-1094) (-634 (-296 (-159 (-359)))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-527))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-359))))) (-15 -3043 ($ (-1094) (-1176 (-296 (-159 (-359)))))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-527)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-359)))) (-15 -3043 ($ (-1094) (-594 (-889 (-527))) (-296 (-159 (-359))))) (-15 -4061 ($ (-594 $))) (-15 -2958 ($)) (-15 -3419 ($)) (-15 -2891 ($ (-594 (-800)))) (-15 -1769 ($ (-1094) (-594 (-1094)))) (-15 -3157 ((-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 -1594 ((-3 (|:| |nullBranch| "null") (|:| |assignmentBranch| (-2 (|:| |var| (-1094)) (|:| |arrayIndex| (-594 (-889 (-527)))) (|:| |rand| (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |arrayAssignmentBranch| (-2 (|:| |var| (-1094)) (|:| |rand| (-800)) (|:| |ints2Floats?| (-110)))) (|:| |conditionalBranch| (-2 (|:| |switch| (-1093)) (|:| |thenClause| $) (|:| |elseClause| $))) (|:| |returnBranch| (-2 (|:| -1815 (-110)) (|:| -2205 (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800)))))) (|:| |blockBranch| (-594 $)) (|:| |commentBranch| (-594 (-1077))) (|:| |callBranch| (-1077)) (|:| |forBranch| (-2 (|:| -1792 (-1015 (-889 (-527)))) (|:| |span| (-889 (-527))) (|:| -2378 $))) (|:| |labelBranch| (-1041)) (|:| |loopBranch| (-2 (|:| |switch| (-1093)) (|:| -2378 $))) (|:| |commonBranch| (-2 (|:| -2365 (-1094)) (|:| |contents| (-594 (-1094))))) (|:| |printBranch| (-594 (-800)))) $)) (-15 -2571 ((-1181) $)) (-15 -1882 ((-1026) $)) (-15 -2202 ((-1041) (-1041)))))
+((-4105 (((-110) $ $) NIL)) (-2579 (((-110) $) 11)) (-2439 (($ |#1|) 8)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2449 (($ |#1|) 9)) (-4118 (((-800) $) 17)) (-4058 ((|#1| $) 12)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 19)))
+(((-311 |#1|) (-13 (-791) (-10 -8 (-15 -2439 ($ |#1|)) (-15 -2449 ($ |#1|)) (-15 -2579 ((-110) $)) (-15 -4058 (|#1| $)))) (-791)) (T -311))
+((-2439 (*1 *1 *2) (-12 (-5 *1 (-311 *2)) (-4 *2 (-791)))) (-2449 (*1 *1 *2) (-12 (-5 *1 (-311 *2)) (-4 *2 (-791)))) (-2579 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-311 *3)) (-4 *3 (-791)))) (-4058 (*1 *2 *1) (-12 (-5 *1 (-311 *2)) (-4 *2 (-791)))))
+(-13 (-791) (-10 -8 (-15 -2439 ($ |#1|)) (-15 -2449 ($ |#1|)) (-15 -2579 ((-110) $)) (-15 -4058 (|#1| $))))
+((-2316 (((-310) (-1094) (-889 (-527))) 23)) (-3982 (((-310) (-1094) (-889 (-527))) 27)) (-4209 (((-310) (-1094) (-1015 (-889 (-527))) (-1015 (-889 (-527)))) 26) (((-310) (-1094) (-889 (-527)) (-889 (-527))) 24)) (-2735 (((-310) (-1094) (-889 (-527))) 31)))
+(((-312) (-10 -7 (-15 -2316 ((-310) (-1094) (-889 (-527)))) (-15 -4209 ((-310) (-1094) (-889 (-527)) (-889 (-527)))) (-15 -4209 ((-310) (-1094) (-1015 (-889 (-527))) (-1015 (-889 (-527))))) (-15 -3982 ((-310) (-1094) (-889 (-527)))) (-15 -2735 ((-310) (-1094) (-889 (-527)))))) (T -312))
+((-2735 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310)) (-5 *1 (-312)))) (-3982 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310)) (-5 *1 (-312)))) (-4209 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-1015 (-889 (-527)))) (-5 *2 (-310)) (-5 *1 (-312)))) (-4209 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310)) (-5 *1 (-312)))) (-2316 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310)) (-5 *1 (-312)))))
+(-10 -7 (-15 -2316 ((-310) (-1094) (-889 (-527)))) (-15 -4209 ((-310) (-1094) (-889 (-527)) (-889 (-527)))) (-15 -4209 ((-310) (-1094) (-1015 (-889 (-527))) (-1015 (-889 (-527))))) (-15 -3982 ((-310) (-1094) (-889 (-527)))) (-15 -2735 ((-310) (-1094) (-889 (-527)))))
+((-1998 (((-316 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-316 |#1| |#2| |#3| |#4|)) 33)))
+(((-313 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1998 ((-316 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-316 |#1| |#2| |#3| |#4|)))) (-343) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|) (-343) (-1152 |#5|) (-1152 (-387 |#6|)) (-322 |#5| |#6| |#7|)) (T -313))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-316 *5 *6 *7 *8)) (-4 *5 (-343)) (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-4 *8 (-322 *5 *6 *7)) (-4 *9 (-343)) (-4 *10 (-1152 *9)) (-4 *11 (-1152 (-387 *10))) (-5 *2 (-316 *9 *10 *11 *12)) (-5 *1 (-313 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-322 *9 *10 *11)))))
+(-10 -7 (-15 -1998 ((-316 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-316 |#1| |#2| |#3| |#4|))))
+((-1779 (((-110) $) 14)))
+(((-314 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1779 ((-110) |#1|))) (-315 |#2| |#3| |#4| |#5|) (-343) (-1152 |#2|) (-1152 (-387 |#3|)) (-322 |#2| |#3| |#4|)) (T -314))
+NIL
+(-10 -8 (-15 -1779 ((-110) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2731 (($ $) 26)) (-1779 (((-110) $) 25)) (-2416 (((-1077) $) 9)) (-2417 (((-393 |#2| (-387 |#2|) |#3| |#4|) $) 32)) (-4024 (((-1041) $) 10)) (-2613 (((-3 |#4| "failed") $) 24)) (-2232 (($ (-393 |#2| (-387 |#2|) |#3| |#4|)) 31) (($ |#4|) 30) (($ |#1| |#1|) 29) (($ |#1| |#1| (-527)) 28) (($ |#4| |#2| |#2| |#2| |#1|) 23)) (-1978 (((-2 (|:| -3287 (-393 |#2| (-387 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 27)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20)))
+(((-315 |#1| |#2| |#3| |#4|) (-133) (-343) (-1152 |t#1|) (-1152 (-387 |t#2|)) (-322 |t#1| |t#2| |t#3|)) (T -315))
+((-2417 (*1 *2 *1) (-12 (-4 *1 (-315 *3 *4 *5 *6)) (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5)) (-5 *2 (-393 *4 (-387 *4) *5 *6)))) (-2232 (*1 *1 *2) (-12 (-5 *2 (-393 *4 (-387 *4) *5 *6)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5)) (-4 *3 (-343)) (-4 *1 (-315 *3 *4 *5 *6)))) (-2232 (*1 *1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-4 *1 (-315 *3 *4 *5 *2)) (-4 *2 (-322 *3 *4 *5)))) (-2232 (*1 *1 *2 *2) (-12 (-4 *2 (-343)) (-4 *3 (-1152 *2)) (-4 *4 (-1152 (-387 *3))) (-4 *1 (-315 *2 *3 *4 *5)) (-4 *5 (-322 *2 *3 *4)))) (-2232 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-527)) (-4 *2 (-343)) (-4 *4 (-1152 *2)) (-4 *5 (-1152 (-387 *4))) (-4 *1 (-315 *2 *4 *5 *6)) (-4 *6 (-322 *2 *4 *5)))) (-1978 (*1 *2 *1) (-12 (-4 *1 (-315 *3 *4 *5 *6)) (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5)) (-5 *2 (-2 (|:| -3287 (-393 *4 (-387 *4) *5 *6)) (|:| |principalPart| *6))))) (-2731 (*1 *1 *1) (-12 (-4 *1 (-315 *2 *3 *4 *5)) (-4 *2 (-343)) (-4 *3 (-1152 *2)) (-4 *4 (-1152 (-387 *3))) (-4 *5 (-322 *2 *3 *4)))) (-1779 (*1 *2 *1) (-12 (-4 *1 (-315 *3 *4 *5 *6)) (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5)) (-5 *2 (-110)))) (-2613 (*1 *2 *1) (|partial| -12 (-4 *1 (-315 *3 *4 *5 *2)) (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-4 *2 (-322 *3 *4 *5)))) (-2232 (*1 *1 *2 *3 *3 *3 *4) (-12 (-4 *4 (-343)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 (-387 *3))) (-4 *1 (-315 *4 *3 *5 *2)) (-4 *2 (-322 *4 *3 *5)))))
+(-13 (-21) (-10 -8 (-15 -2417 ((-393 |t#2| (-387 |t#2|) |t#3| |t#4|) $)) (-15 -2232 ($ (-393 |t#2| (-387 |t#2|) |t#3| |t#4|))) (-15 -2232 ($ |t#4|)) (-15 -2232 ($ |t#1| |t#1|)) (-15 -2232 ($ |t#1| |t#1| (-527))) (-15 -1978 ((-2 (|:| -3287 (-393 |t#2| (-387 |t#2|) |t#3| |t#4|)) (|:| |principalPart| |t#4|)) $)) (-15 -2731 ($ $)) (-15 -1779 ((-110) $)) (-15 -2613 ((-3 |t#4| "failed") $)) (-15 -2232 ($ |t#4| |t#2| |t#2| |t#2| |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-2731 (($ $) 33)) (-1779 (((-110) $) NIL)) (-2416 (((-1077) $) NIL)) (-3413 (((-1176 |#4|) $) 125)) (-2417 (((-393 |#2| (-387 |#2|) |#3| |#4|) $) 31)) (-4024 (((-1041) $) NIL)) (-2613 (((-3 |#4| "failed") $) 36)) (-4230 (((-1176 |#4|) $) 118)) (-2232 (($ (-393 |#2| (-387 |#2|) |#3| |#4|)) 41) (($ |#4|) 43) (($ |#1| |#1|) 45) (($ |#1| |#1| (-527)) 47) (($ |#4| |#2| |#2| |#2| |#1|) 49)) (-1978 (((-2 (|:| -3287 (-393 |#2| (-387 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 39)) (-4118 (((-800) $) 17)) (-3361 (($) 14 T CONST)) (-2747 (((-110) $ $) 20)) (-2863 (($ $) 27) (($ $ $) NIL)) (-2850 (($ $ $) 25)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 23)))
+(((-316 |#1| |#2| |#3| |#4|) (-13 (-315 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4230 ((-1176 |#4|) $)) (-15 -3413 ((-1176 |#4|) $)))) (-343) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|)) (T -316))
+((-4230 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-1176 *6)) (-5 *1 (-316 *3 *4 *5 *6)) (-4 *6 (-322 *3 *4 *5)))) (-3413 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-1176 *6)) (-5 *1 (-316 *3 *4 *5 *6)) (-4 *6 (-322 *3 *4 *5)))))
+(-13 (-315 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4230 ((-1176 |#4|) $)) (-15 -3413 ((-1176 |#4|) $))))
+((-2819 (($ $ (-1094) |#2|) NIL) (($ $ (-594 (-1094)) (-594 |#2|)) 20) (($ $ (-594 (-275 |#2|))) 15) (($ $ (-275 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-594 |#2|) (-594 |#2|)) NIL)) (-3439 (($ $ |#2|) 11)))
+(((-317 |#1| |#2|) (-10 -8 (-15 -3439 (|#1| |#1| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#2| |#2|)) (-15 -2819 (|#1| |#1| (-275 |#2|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#2|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 |#2|))) (-15 -2819 (|#1| |#1| (-1094) |#2|))) (-318 |#2|) (-1022)) (T -317))
+NIL
+(-10 -8 (-15 -3439 (|#1| |#1| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#2| |#2|)) (-15 -2819 (|#1| |#1| (-275 |#2|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#2|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 |#2|))) (-15 -2819 (|#1| |#1| (-1094) |#2|)))
+((-1998 (($ (-1 |#1| |#1|) $) 6)) (-2819 (($ $ (-1094) |#1|) 17 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) 16 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-594 (-275 |#1|))) 15 (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) 14 (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) 13 (|has| |#1| (-290 |#1|))) (($ $ (-594 |#1|) (-594 |#1|)) 12 (|has| |#1| (-290 |#1|)))) (-3439 (($ $ |#1|) 11 (|has| |#1| (-267 |#1| |#1|)))))
+(((-318 |#1|) (-133) (-1022)) (T -318))
+((-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-318 *3)) (-4 *3 (-1022)))))
+(-13 (-10 -8 (-15 -1998 ($ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-267 |t#1| |t#1|)) (-6 (-267 |t#1| $)) |%noBranch|) (IF (|has| |t#1| (-290 |t#1|)) (-6 (-290 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-488 (-1094) |t#1|)) (-6 (-488 (-1094) |t#1|)) |%noBranch|)))
+(((-267 |#1| $) |has| |#1| (-267 |#1| |#1|)) ((-290 |#1|) |has| |#1| (-290 |#1|)) ((-488 (-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((-488 |#1| |#1|) |has| |#1| (-290 |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1094)) $) NIL)) (-1462 (((-110)) 91) (((-110) (-110)) 92)) (-1296 (((-594 (-567 $)) $) NIL)) (-1481 (($ $) NIL)) (-2460 (($ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1568 (($ $ (-275 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-594 (-567 $)) (-594 $)) NIL)) (-2713 (($ $) NIL)) (-1461 (($ $) NIL)) (-2439 (($ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-567 $) "failed") $) NIL) (((-3 |#3| "failed") $) NIL) (((-3 $ "failed") (-296 |#3|)) 71) (((-3 $ "failed") (-1094)) 97) (((-3 $ "failed") (-296 (-527))) 59 (|has| |#3| (-970 (-527)))) (((-3 $ "failed") (-387 (-889 (-527)))) 65 (|has| |#3| (-970 (-527)))) (((-3 $ "failed") (-889 (-527))) 60 (|has| |#3| (-970 (-527)))) (((-3 $ "failed") (-296 (-359))) 89 (|has| |#3| (-970 (-359)))) (((-3 $ "failed") (-387 (-889 (-359)))) 83 (|has| |#3| (-970 (-359)))) (((-3 $ "failed") (-889 (-359))) 78 (|has| |#3| (-970 (-359))))) (-4145 (((-567 $) $) NIL) ((|#3| $) NIL) (($ (-296 |#3|)) 72) (($ (-1094)) 98) (($ (-296 (-527))) 61 (|has| |#3| (-970 (-527)))) (($ (-387 (-889 (-527)))) 66 (|has| |#3| (-970 (-527)))) (($ (-889 (-527))) 62 (|has| |#3| (-970 (-527)))) (($ (-296 (-359))) 90 (|has| |#3| (-970 (-359)))) (($ (-387 (-889 (-359)))) 84 (|has| |#3| (-970 (-359)))) (($ (-889 (-359))) 80 (|has| |#3| (-970 (-359))))) (-3714 (((-3 $ "failed") $) NIL)) (-4146 (($) 10)) (-1282 (($ $) NIL) (($ (-594 $)) NIL)) (-3672 (((-594 (-112)) $) NIL)) (-2370 (((-112) (-112)) NIL)) (-2956 (((-110) $) NIL)) (-1758 (((-110) $) NIL (|has| $ (-970 (-527))))) (-3939 (((-1090 $) (-567 $)) NIL (|has| $ (-979)))) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 $ $) (-567 $)) NIL)) (-1567 (((-3 (-567 $) "failed") $) NIL)) (-2224 (($ $) 94)) (-2495 (($ $) NIL)) (-2416 (((-1077) $) NIL)) (-2655 (((-594 (-567 $)) $) NIL)) (-2592 (($ (-112) $) 93) (($ (-112) (-594 $)) NIL)) (-1854 (((-110) $ (-112)) NIL) (((-110) $ (-1094)) NIL)) (-3011 (((-715) $) NIL)) (-4024 (((-1041) $) NIL)) (-3970 (((-110) $ $) NIL) (((-110) $ (-1094)) NIL)) (-1724 (($ $) NIL)) (-1285 (((-110) $) NIL (|has| $ (-970 (-527))))) (-2819 (($ $ (-567 $) $) NIL) (($ $ (-594 (-567 $)) (-594 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-1094) (-1 $ (-594 $))) NIL) (($ $ (-1094) (-1 $ $)) NIL) (($ $ (-594 (-112)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-112) (-1 $ (-594 $))) NIL) (($ $ (-112) (-1 $ $)) NIL)) (-3439 (($ (-112) $) NIL) (($ (-112) $ $) NIL) (($ (-112) $ $ $) NIL) (($ (-112) $ $ $ $) NIL) (($ (-112) (-594 $)) NIL)) (-3756 (($ $) NIL) (($ $ $) NIL)) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL)) (-2279 (($ $) NIL (|has| $ (-979)))) (-1471 (($ $) NIL)) (-2449 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-567 $)) NIL) (($ |#3|) NIL) (($ (-527)) NIL) (((-296 |#3|) $) 96)) (-4070 (((-715)) NIL)) (-3235 (($ $) NIL) (($ (-594 $)) NIL)) (-2771 (((-110) (-112)) NIL)) (-2076 (($ $) NIL)) (-2033 (($ $) NIL)) (-2044 (($ $) NIL)) (-1597 (($ $) NIL)) (-3732 (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (-3361 (($) 95 T CONST)) (-3374 (($) 24 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2863 (($ $ $) NIL) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (* (($ |#3| $) NIL) (($ $ |#3|) NIL) (($ $ $) NIL) (($ (-527) $) NIL) (($ (-715) $) NIL) (($ (-858) $) NIL)))
+(((-319 |#1| |#2| |#3|) (-13 (-283) (-37 |#3|) (-970 |#3|) (-837 (-1094)) (-10 -8 (-15 -4145 ($ (-296 |#3|))) (-15 -1923 ((-3 $ "failed") (-296 |#3|))) (-15 -4145 ($ (-1094))) (-15 -1923 ((-3 $ "failed") (-1094))) (-15 -4118 ((-296 |#3|) $)) (IF (|has| |#3| (-970 (-527))) (PROGN (-15 -4145 ($ (-296 (-527)))) (-15 -1923 ((-3 $ "failed") (-296 (-527)))) (-15 -4145 ($ (-387 (-889 (-527))))) (-15 -1923 ((-3 $ "failed") (-387 (-889 (-527))))) (-15 -4145 ($ (-889 (-527)))) (-15 -1923 ((-3 $ "failed") (-889 (-527))))) |%noBranch|) (IF (|has| |#3| (-970 (-359))) (PROGN (-15 -4145 ($ (-296 (-359)))) (-15 -1923 ((-3 $ "failed") (-296 (-359)))) (-15 -4145 ($ (-387 (-889 (-359))))) (-15 -1923 ((-3 $ "failed") (-387 (-889 (-359))))) (-15 -4145 ($ (-889 (-359)))) (-15 -1923 ((-3 $ "failed") (-889 (-359))))) |%noBranch|) (-15 -1597 ($ $)) (-15 -2713 ($ $)) (-15 -1724 ($ $)) (-15 -2495 ($ $)) (-15 -2224 ($ $)) (-15 -2439 ($ $)) (-15 -2449 ($ $)) (-15 -2460 ($ $)) (-15 -2033 ($ $)) (-15 -2044 ($ $)) (-15 -2076 ($ $)) (-15 -1461 ($ $)) (-15 -1471 ($ $)) (-15 -1481 ($ $)) (-15 -4146 ($)) (-15 -2853 ((-594 (-1094)) $)) (-15 -1462 ((-110))) (-15 -1462 ((-110) (-110))))) (-594 (-1094)) (-594 (-1094)) (-367)) (T -319))
+((-4145 (*1 *1 *2) (-12 (-5 *2 (-296 *5)) (-4 *5 (-367)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-296 *5)) (-4 *5 (-367)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 *2)) (-14 *4 (-594 *2)) (-4 *5 (-367)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 *2)) (-14 *4 (-594 *2)) (-4 *5 (-367)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-296 *5)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-296 (-527))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-296 (-527))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-387 (-889 (-527)))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-387 (-889 (-527)))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-889 (-527))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-889 (-527))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-296 (-359))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-296 (-359))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-387 (-889 (-359)))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-387 (-889 (-359)))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-889 (-359))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-889 (-359))) (-5 *1 (-319 *3 *4 *5)) (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1597 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2713 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-1724 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2495 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2224 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2439 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2449 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2460 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2033 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2044 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2076 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-1461 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-1471 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-1481 (*1 *1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-4146 (*1 *1) (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094))) (-14 *3 (-594 (-1094))) (-4 *4 (-367)))) (-2853 (*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-319 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-367)))) (-1462 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))) (-1462 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367)))))
+(-13 (-283) (-37 |#3|) (-970 |#3|) (-837 (-1094)) (-10 -8 (-15 -4145 ($ (-296 |#3|))) (-15 -1923 ((-3 $ "failed") (-296 |#3|))) (-15 -4145 ($ (-1094))) (-15 -1923 ((-3 $ "failed") (-1094))) (-15 -4118 ((-296 |#3|) $)) (IF (|has| |#3| (-970 (-527))) (PROGN (-15 -4145 ($ (-296 (-527)))) (-15 -1923 ((-3 $ "failed") (-296 (-527)))) (-15 -4145 ($ (-387 (-889 (-527))))) (-15 -1923 ((-3 $ "failed") (-387 (-889 (-527))))) (-15 -4145 ($ (-889 (-527)))) (-15 -1923 ((-3 $ "failed") (-889 (-527))))) |%noBranch|) (IF (|has| |#3| (-970 (-359))) (PROGN (-15 -4145 ($ (-296 (-359)))) (-15 -1923 ((-3 $ "failed") (-296 (-359)))) (-15 -4145 ($ (-387 (-889 (-359))))) (-15 -1923 ((-3 $ "failed") (-387 (-889 (-359))))) (-15 -4145 ($ (-889 (-359)))) (-15 -1923 ((-3 $ "failed") (-889 (-359))))) |%noBranch|) (-15 -1597 ($ $)) (-15 -2713 ($ $)) (-15 -1724 ($ $)) (-15 -2495 ($ $)) (-15 -2224 ($ $)) (-15 -2439 ($ $)) (-15 -2449 ($ $)) (-15 -2460 ($ $)) (-15 -2033 ($ $)) (-15 -2044 ($ $)) (-15 -2076 ($ $)) (-15 -1461 ($ $)) (-15 -1471 ($ $)) (-15 -1481 ($ $)) (-15 -4146 ($)) (-15 -2853 ((-594 (-1094)) $)) (-15 -1462 ((-110))) (-15 -1462 ((-110) (-110)))))
+((-1998 ((|#8| (-1 |#5| |#1|) |#4|) 19)))
+(((-320 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1998 (|#8| (-1 |#5| |#1|) |#4|))) (-1134) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|) (-1134) (-1152 |#5|) (-1152 (-387 |#6|)) (-322 |#5| |#6| |#7|)) (T -320))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1134)) (-4 *8 (-1134)) (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-4 *9 (-1152 *8)) (-4 *2 (-322 *8 *9 *10)) (-5 *1 (-320 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-322 *5 *6 *7)) (-4 *10 (-1152 (-387 *9))))))
+(-10 -7 (-15 -1998 (|#8| (-1 |#5| |#1|) |#4|)))
+((-3377 (((-2 (|:| |num| (-1176 |#3|)) (|:| |den| |#3|)) $) 38)) (-2894 (($ (-1176 (-387 |#3|)) (-1176 $)) NIL) (($ (-1176 (-387 |#3|))) NIL) (($ (-1176 |#3|) |#3|) 161)) (-2781 (((-1176 $) (-1176 $)) 145)) (-2872 (((-594 (-594 |#2|))) 119)) (-1799 (((-110) |#2| |#2|) 73)) (-2855 (($ $) 139)) (-2831 (((-715)) 31)) (-2674 (((-1176 $) (-1176 $)) 198)) (-1729 (((-594 (-889 |#2|)) (-1094)) 110)) (-2802 (((-110) $) 158)) (-2052 (((-110) $) 25) (((-110) $ |#2|) 29) (((-110) $ |#3|) 202)) (-1930 (((-3 |#3| "failed")) 50)) (-3184 (((-715)) 170)) (-3439 ((|#2| $ |#2| |#2|) 132)) (-2455 (((-3 |#3| "failed")) 68)) (-4234 (($ $ (-1 (-387 |#3|) (-387 |#3|)) (-715)) NIL) (($ $ (-1 (-387 |#3|) (-387 |#3|))) NIL) (($ $ (-1 |#3| |#3|)) 206) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL) (($ $ (-715)) NIL) (($ $) NIL)) (-3725 (((-1176 $) (-1176 $)) 151)) (-2153 (((-2 (|:| |num| $) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) $ (-1 |#3| |#3|)) 66)) (-2686 (((-110)) 33)))
+(((-321 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2872 ((-594 (-594 |#2|)))) (-15 -1729 ((-594 (-889 |#2|)) (-1094))) (-15 -2153 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -1930 ((-3 |#3| "failed"))) (-15 -2455 ((-3 |#3| "failed"))) (-15 -3439 (|#2| |#1| |#2| |#2|)) (-15 -2855 (|#1| |#1|)) (-15 -2894 (|#1| (-1176 |#3|) |#3|)) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2052 ((-110) |#1| |#3|)) (-15 -2052 ((-110) |#1| |#2|)) (-15 -3377 ((-2 (|:| |num| (-1176 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2781 ((-1176 |#1|) (-1176 |#1|))) (-15 -2674 ((-1176 |#1|) (-1176 |#1|))) (-15 -3725 ((-1176 |#1|) (-1176 |#1|))) (-15 -2052 ((-110) |#1|)) (-15 -2802 ((-110) |#1|)) (-15 -1799 ((-110) |#2| |#2|)) (-15 -2686 ((-110))) (-15 -3184 ((-715))) (-15 -2831 ((-715))) (-15 -4234 (|#1| |#1| (-1 (-387 |#3|) (-387 |#3|)))) (-15 -4234 (|#1| |#1| (-1 (-387 |#3|) (-387 |#3|)) (-715))) (-15 -2894 (|#1| (-1176 (-387 |#3|)))) (-15 -2894 (|#1| (-1176 (-387 |#3|)) (-1176 |#1|)))) (-322 |#2| |#3| |#4|) (-1134) (-1152 |#2|) (-1152 (-387 |#3|))) (T -321))
+((-2831 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-5 *2 (-715)) (-5 *1 (-321 *3 *4 *5 *6)) (-4 *3 (-322 *4 *5 *6)))) (-3184 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-5 *2 (-715)) (-5 *1 (-321 *3 *4 *5 *6)) (-4 *3 (-322 *4 *5 *6)))) (-2686 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-5 *2 (-110)) (-5 *1 (-321 *3 *4 *5 *6)) (-4 *3 (-322 *4 *5 *6)))) (-1799 (*1 *2 *3 *3) (-12 (-4 *3 (-1134)) (-4 *5 (-1152 *3)) (-4 *6 (-1152 (-387 *5))) (-5 *2 (-110)) (-5 *1 (-321 *4 *3 *5 *6)) (-4 *4 (-322 *3 *5 *6)))) (-2455 (*1 *2) (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1152 (-387 *2))) (-4 *2 (-1152 *4)) (-5 *1 (-321 *3 *4 *2 *5)) (-4 *3 (-322 *4 *2 *5)))) (-1930 (*1 *2) (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1152 (-387 *2))) (-4 *2 (-1152 *4)) (-5 *1 (-321 *3 *4 *2 *5)) (-4 *3 (-322 *4 *2 *5)))) (-1729 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-4 *5 (-1134)) (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-5 *2 (-594 (-889 *5))) (-5 *1 (-321 *4 *5 *6 *7)) (-4 *4 (-322 *5 *6 *7)))) (-2872 (*1 *2) (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-5 *2 (-594 (-594 *4))) (-5 *1 (-321 *3 *4 *5 *6)) (-4 *3 (-322 *4 *5 *6)))))
+(-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2872 ((-594 (-594 |#2|)))) (-15 -1729 ((-594 (-889 |#2|)) (-1094))) (-15 -2153 ((-2 (|:| |num| |#1|) (|:| |den| |#3|) (|:| |derivden| |#3|) (|:| |gd| |#3|)) |#1| (-1 |#3| |#3|))) (-15 -1930 ((-3 |#3| "failed"))) (-15 -2455 ((-3 |#3| "failed"))) (-15 -3439 (|#2| |#1| |#2| |#2|)) (-15 -2855 (|#1| |#1|)) (-15 -2894 (|#1| (-1176 |#3|) |#3|)) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|))) (-15 -2052 ((-110) |#1| |#3|)) (-15 -2052 ((-110) |#1| |#2|)) (-15 -3377 ((-2 (|:| |num| (-1176 |#3|)) (|:| |den| |#3|)) |#1|)) (-15 -2781 ((-1176 |#1|) (-1176 |#1|))) (-15 -2674 ((-1176 |#1|) (-1176 |#1|))) (-15 -3725 ((-1176 |#1|) (-1176 |#1|))) (-15 -2052 ((-110) |#1|)) (-15 -2802 ((-110) |#1|)) (-15 -1799 ((-110) |#2| |#2|)) (-15 -2686 ((-110))) (-15 -3184 ((-715))) (-15 -2831 ((-715))) (-15 -4234 (|#1| |#1| (-1 (-387 |#3|) (-387 |#3|)))) (-15 -4234 (|#1| |#1| (-1 (-387 |#3|) (-387 |#3|)) (-715))) (-15 -2894 (|#1| (-1176 (-387 |#3|)))) (-15 -2894 (|#1| (-1176 (-387 |#3|)) (-1176 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3377 (((-2 (|:| |num| (-1176 |#2|)) (|:| |den| |#2|)) $) 196)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 93 (|has| (-387 |#2|) (-343)))) (-3931 (($ $) 94 (|has| (-387 |#2|) (-343)))) (-3938 (((-110) $) 96 (|has| (-387 |#2|) (-343)))) (-1215 (((-634 (-387 |#2|)) (-1176 $)) 46) (((-634 (-387 |#2|))) 61)) (-2926 (((-387 |#2|) $) 52)) (-2164 (((-1104 (-858) (-715)) (-527)) 147 (|has| (-387 |#2|) (-329)))) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 113 (|has| (-387 |#2|) (-343)))) (-3488 (((-398 $) $) 114 (|has| (-387 |#2|) (-343)))) (-1842 (((-110) $ $) 104 (|has| (-387 |#2|) (-343)))) (-1637 (((-715)) 87 (|has| (-387 |#2|) (-348)))) (-3640 (((-110)) 213)) (-2786 (((-110) |#1|) 212) (((-110) |#2|) 211)) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 169 (|has| (-387 |#2|) (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 167 (|has| (-387 |#2|) (-970 (-387 (-527))))) (((-3 (-387 |#2|) "failed") $) 166)) (-4145 (((-527) $) 170 (|has| (-387 |#2|) (-970 (-527)))) (((-387 (-527)) $) 168 (|has| (-387 |#2|) (-970 (-387 (-527))))) (((-387 |#2|) $) 165)) (-2894 (($ (-1176 (-387 |#2|)) (-1176 $)) 48) (($ (-1176 (-387 |#2|))) 64) (($ (-1176 |#2|) |#2|) 189)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 153 (|has| (-387 |#2|) (-329)))) (-1346 (($ $ $) 108 (|has| (-387 |#2|) (-343)))) (-1941 (((-634 (-387 |#2|)) $ (-1176 $)) 53) (((-634 (-387 |#2|)) $) 59)) (-4162 (((-634 (-527)) (-634 $)) 164 (|has| (-387 |#2|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 163 (|has| (-387 |#2|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-387 |#2|))) (|:| |vec| (-1176 (-387 |#2|)))) (-634 $) (-1176 $)) 162) (((-634 (-387 |#2|)) (-634 $)) 161)) (-2781 (((-1176 $) (-1176 $)) 201)) (-2731 (($ |#3|) 158) (((-3 $ "failed") (-387 |#3|)) 155 (|has| (-387 |#2|) (-343)))) (-3714 (((-3 $ "failed") $) 34)) (-2872 (((-594 (-594 |#1|))) 182 (|has| |#1| (-348)))) (-1799 (((-110) |#1| |#1|) 217)) (-1238 (((-858)) 54)) (-2309 (($) 90 (|has| (-387 |#2|) (-348)))) (-1518 (((-110)) 210)) (-2358 (((-110) |#1|) 209) (((-110) |#2|) 208)) (-1324 (($ $ $) 107 (|has| (-387 |#2|) (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 102 (|has| (-387 |#2|) (-343)))) (-2855 (($ $) 188)) (-3809 (($) 149 (|has| (-387 |#2|) (-329)))) (-3687 (((-110) $) 150 (|has| (-387 |#2|) (-329)))) (-3050 (($ $ (-715)) 141 (|has| (-387 |#2|) (-329))) (($ $) 140 (|has| (-387 |#2|) (-329)))) (-3851 (((-110) $) 115 (|has| (-387 |#2|) (-343)))) (-2050 (((-858) $) 152 (|has| (-387 |#2|) (-329))) (((-777 (-858)) $) 138 (|has| (-387 |#2|) (-329)))) (-2956 (((-110) $) 31)) (-2831 (((-715)) 220)) (-2674 (((-1176 $) (-1176 $)) 202)) (-1705 (((-387 |#2|) $) 51)) (-1729 (((-594 (-889 |#1|)) (-1094)) 183 (|has| |#1| (-343)))) (-2628 (((-3 $ "failed") $) 142 (|has| (-387 |#2|) (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 111 (|has| (-387 |#2|) (-343)))) (-2343 ((|#3| $) 44 (|has| (-387 |#2|) (-343)))) (-1989 (((-858) $) 89 (|has| (-387 |#2|) (-348)))) (-2718 ((|#3| $) 156)) (-2702 (($ (-594 $)) 100 (|has| (-387 |#2|) (-343))) (($ $ $) 99 (|has| (-387 |#2|) (-343)))) (-2416 (((-1077) $) 9)) (-3529 (((-634 (-387 |#2|))) 197)) (-1813 (((-634 (-387 |#2|))) 199)) (-2952 (($ $) 116 (|has| (-387 |#2|) (-343)))) (-1398 (($ (-1176 |#2|) |#2|) 194)) (-1410 (((-634 (-387 |#2|))) 198)) (-1438 (((-634 (-387 |#2|))) 200)) (-4014 (((-2 (|:| |num| (-634 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 193)) (-2875 (((-2 (|:| |num| (-1176 |#2|)) (|:| |den| |#2|)) $) 195)) (-4158 (((-1176 $)) 206)) (-3668 (((-1176 $)) 207)) (-2802 (((-110) $) 205)) (-2052 (((-110) $) 204) (((-110) $ |#1|) 192) (((-110) $ |#2|) 191)) (-2138 (($) 143 (|has| (-387 |#2|) (-329)) CONST)) (-1720 (($ (-858)) 88 (|has| (-387 |#2|) (-348)))) (-1930 (((-3 |#2| "failed")) 185)) (-4024 (((-1041) $) 10)) (-3184 (((-715)) 219)) (-2613 (($) 160)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 101 (|has| (-387 |#2|) (-343)))) (-2742 (($ (-594 $)) 98 (|has| (-387 |#2|) (-343))) (($ $ $) 97 (|has| (-387 |#2|) (-343)))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 146 (|has| (-387 |#2|) (-329)))) (-2700 (((-398 $) $) 112 (|has| (-387 |#2|) (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| (-387 |#2|) (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 109 (|has| (-387 |#2|) (-343)))) (-1305 (((-3 $ "failed") $ $) 92 (|has| (-387 |#2|) (-343)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 103 (|has| (-387 |#2|) (-343)))) (-2578 (((-715) $) 105 (|has| (-387 |#2|) (-343)))) (-3439 ((|#1| $ |#1| |#1|) 187)) (-2455 (((-3 |#2| "failed")) 186)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 106 (|has| (-387 |#2|) (-343)))) (-1875 (((-387 |#2|) (-1176 $)) 47) (((-387 |#2|)) 60)) (-1382 (((-715) $) 151 (|has| (-387 |#2|) (-329))) (((-3 (-715) "failed") $ $) 139 (|has| (-387 |#2|) (-329)))) (-4234 (($ $ (-1 (-387 |#2|) (-387 |#2|)) (-715)) 123 (|has| (-387 |#2|) (-343))) (($ $ (-1 (-387 |#2|) (-387 |#2|))) 122 (|has| (-387 |#2|) (-343))) (($ $ (-1 |#2| |#2|)) 190) (($ $ (-594 (-1094)) (-594 (-715))) 130 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-1094) (-715)) 131 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-594 (-1094))) 132 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-1094)) 133 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-715)) 135 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-215))) (-3979 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329)))) (($ $) 137 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-215))) (-3979 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329))))) (-2811 (((-634 (-387 |#2|)) (-1176 $) (-1 (-387 |#2|) (-387 |#2|))) 154 (|has| (-387 |#2|) (-343)))) (-2279 ((|#3|) 159)) (-3956 (($) 148 (|has| (-387 |#2|) (-329)))) (-4002 (((-1176 (-387 |#2|)) $ (-1176 $)) 50) (((-634 (-387 |#2|)) (-1176 $) (-1176 $)) 49) (((-1176 (-387 |#2|)) $) 66) (((-634 (-387 |#2|)) (-1176 $)) 65)) (-2051 (((-1176 (-387 |#2|)) $) 63) (($ (-1176 (-387 |#2|))) 62) ((|#3| $) 171) (($ |#3|) 157)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 145 (|has| (-387 |#2|) (-329)))) (-3725 (((-1176 $) (-1176 $)) 203)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 |#2|)) 37) (($ (-387 (-527))) 86 (-2027 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-970 (-387 (-527)))))) (($ $) 91 (|has| (-387 |#2|) (-343)))) (-3470 (($ $) 144 (|has| (-387 |#2|) (-329))) (((-3 $ "failed") $) 43 (|has| (-387 |#2|) (-138)))) (-3591 ((|#3| $) 45)) (-4070 (((-715)) 29)) (-2650 (((-110)) 216)) (-3445 (((-110) |#1|) 215) (((-110) |#2|) 214)) (-1878 (((-1176 $)) 67)) (-3978 (((-110) $ $) 95 (|has| (-387 |#2|) (-343)))) (-2153 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) 184)) (-2686 (((-110)) 218)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 117 (|has| (-387 |#2|) (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-1 (-387 |#2|) (-387 |#2|)) (-715)) 125 (|has| (-387 |#2|) (-343))) (($ $ (-1 (-387 |#2|) (-387 |#2|))) 124 (|has| (-387 |#2|) (-343))) (($ $ (-594 (-1094)) (-594 (-715))) 126 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-1094) (-715)) 127 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-594 (-1094))) 128 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-1094)) 129 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) (-3979 (|has| (-387 |#2|) (-837 (-1094))) (|has| (-387 |#2|) (-343))))) (($ $ (-715)) 134 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-215))) (-3979 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329)))) (($ $) 136 (-2027 (-3979 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-215))) (-3979 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329))))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 121 (|has| (-387 |#2|) (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 118 (|has| (-387 |#2|) (-343)))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 |#2|)) 39) (($ (-387 |#2|) $) 38) (($ (-387 (-527)) $) 120 (|has| (-387 |#2|) (-343))) (($ $ (-387 (-527))) 119 (|has| (-387 |#2|) (-343)))))
+(((-322 |#1| |#2| |#3|) (-133) (-1134) (-1152 |t#1|) (-1152 (-387 |t#2|))) (T -322))
+((-2831 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-715)))) (-3184 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-715)))) (-2686 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-1799 (*1 *2 *3 *3) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-2650 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-3445 (*1 *2 *3) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-3445 (*1 *2 *3) (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110)))) (-3640 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-2786 (*1 *2 *3) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-2786 (*1 *2 *3) (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110)))) (-1518 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-2358 (*1 *2 *3) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-2358 (*1 *2 *3) (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110)))) (-3668 (*1 *2) (-12 (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)))) (-4158 (*1 *2) (-12 (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)))) (-2802 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-2052 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-3725 (*1 *2 *2) (-12 (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))))) (-2674 (*1 *2 *2) (-12 (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))))) (-2781 (*1 *2 *2) (-12 (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))))) (-1438 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))) (-1813 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))) (-1410 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))) (-3529 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))) (-3377 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-2 (|:| |num| (-1176 *4)) (|:| |den| *4))))) (-2875 (*1 *2 *1) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-2 (|:| |num| (-1176 *4)) (|:| |den| *4))))) (-1398 (*1 *1 *2 *3) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1152 *4)) (-4 *4 (-1134)) (-4 *1 (-322 *4 *3 *5)) (-4 *5 (-1152 (-387 *3))))) (-4014 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-322 *4 *5 *6)) (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-5 *2 (-2 (|:| |num| (-634 *5)) (|:| |den| *5))))) (-2052 (*1 *2 *1 *3) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))) (-2052 (*1 *2 *1 *3) (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110)))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))))) (-2894 (*1 *1 *2 *3) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1152 *4)) (-4 *4 (-1134)) (-4 *1 (-322 *4 *3 *5)) (-4 *5 (-1152 (-387 *3))))) (-2855 (*1 *1 *1) (-12 (-4 *1 (-322 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1152 *2)) (-4 *4 (-1152 (-387 *3))))) (-3439 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-322 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1152 *2)) (-4 *4 (-1152 (-387 *3))))) (-2455 (*1 *2) (|partial| -12 (-4 *1 (-322 *3 *2 *4)) (-4 *3 (-1134)) (-4 *4 (-1152 (-387 *2))) (-4 *2 (-1152 *3)))) (-1930 (*1 *2) (|partial| -12 (-4 *1 (-322 *3 *2 *4)) (-4 *3 (-1134)) (-4 *4 (-1152 (-387 *2))) (-4 *2 (-1152 *3)))) (-2153 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-1134)) (-4 *6 (-1152 (-387 *5))) (-5 *2 (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5) (|:| |gd| *5))) (-4 *1 (-322 *4 *5 *6)))) (-1729 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-4 *1 (-322 *4 *5 *6)) (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-4 *4 (-343)) (-5 *2 (-594 (-889 *4))))) (-2872 (*1 *2) (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))) (-4 *3 (-348)) (-5 *2 (-594 (-594 *3))))))
+(-13 (-669 (-387 |t#2|) |t#3|) (-10 -8 (-15 -2831 ((-715))) (-15 -3184 ((-715))) (-15 -2686 ((-110))) (-15 -1799 ((-110) |t#1| |t#1|)) (-15 -2650 ((-110))) (-15 -3445 ((-110) |t#1|)) (-15 -3445 ((-110) |t#2|)) (-15 -3640 ((-110))) (-15 -2786 ((-110) |t#1|)) (-15 -2786 ((-110) |t#2|)) (-15 -1518 ((-110))) (-15 -2358 ((-110) |t#1|)) (-15 -2358 ((-110) |t#2|)) (-15 -3668 ((-1176 $))) (-15 -4158 ((-1176 $))) (-15 -2802 ((-110) $)) (-15 -2052 ((-110) $)) (-15 -3725 ((-1176 $) (-1176 $))) (-15 -2674 ((-1176 $) (-1176 $))) (-15 -2781 ((-1176 $) (-1176 $))) (-15 -1438 ((-634 (-387 |t#2|)))) (-15 -1813 ((-634 (-387 |t#2|)))) (-15 -1410 ((-634 (-387 |t#2|)))) (-15 -3529 ((-634 (-387 |t#2|)))) (-15 -3377 ((-2 (|:| |num| (-1176 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -2894 ($ (-1176 |t#2|) |t#2|)) (-15 -2875 ((-2 (|:| |num| (-1176 |t#2|)) (|:| |den| |t#2|)) $)) (-15 -1398 ($ (-1176 |t#2|) |t#2|)) (-15 -4014 ((-2 (|:| |num| (-634 |t#2|)) (|:| |den| |t#2|)) (-1 |t#2| |t#2|))) (-15 -2052 ((-110) $ |t#1|)) (-15 -2052 ((-110) $ |t#2|)) (-15 -4234 ($ $ (-1 |t#2| |t#2|))) (-15 -2894 ($ (-1176 |t#2|) |t#2|)) (-15 -2855 ($ $)) (-15 -3439 (|t#1| $ |t#1| |t#1|)) (-15 -2455 ((-3 |t#2| "failed"))) (-15 -1930 ((-3 |t#2| "failed"))) (-15 -2153 ((-2 (|:| |num| $) (|:| |den| |t#2|) (|:| |derivden| |t#2|) (|:| |gd| |t#2|)) $ (-1 |t#2| |t#2|))) (IF (|has| |t#1| (-343)) (-15 -1729 ((-594 (-889 |t#1|)) (-1094))) |%noBranch|) (IF (|has| |t#1| (-348)) (-15 -2872 ((-594 (-594 |t#1|)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-37 #1=(-387 |#2|)) . T) ((-37 $) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-99) . T) ((-109 #0# #0#) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-109 #1# #1#) . T) ((-109 $ $) . T) ((-128) . T) ((-138) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-138))) ((-140) |has| (-387 |#2|) (-140)) ((-568 (-800)) . T) ((-162) . T) ((-569 |#3|) . T) ((-213 #1#) |has| (-387 |#2|) (-343)) ((-215) -2027 (|has| (-387 |#2|) (-329)) (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343)))) ((-225) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-271) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-288) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-343) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-382) |has| (-387 |#2|) (-329)) ((-348) -2027 (|has| (-387 |#2|) (-348)) (|has| (-387 |#2|) (-329))) ((-329) |has| (-387 |#2|) (-329)) ((-350 #1# |#3|) . T) ((-389 #1# |#3|) . T) ((-357 #1#) . T) ((-391 #1#) . T) ((-431) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-519) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-596 #0#) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-596 #1#) . T) ((-596 $) . T) ((-590 #1#) . T) ((-590 (-527)) |has| (-387 |#2|) (-590 (-527))) ((-662 #0#) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-662 #1#) . T) ((-662 $) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-669 #1# |#3|) . T) ((-671) . T) ((-837 (-1094)) -12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094)))) ((-857) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-970 (-387 (-527))) |has| (-387 |#2|) (-970 (-387 (-527)))) ((-970 #1#) . T) ((-970 (-527)) |has| (-387 |#2|) (-970 (-527))) ((-985 #0#) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))) ((-985 #1#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) |has| (-387 |#2|) (-329)) ((-1134) -2027 (|has| (-387 |#2|) (-329)) (|has| (-387 |#2|) (-343))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 (((-847 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| (-847 |#1|) (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| (-847 |#1|) (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-847 |#1|) "failed") $) NIL)) (-4145 (((-847 |#1|) $) NIL)) (-2894 (($ (-1176 (-847 |#1|))) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-847 |#1|) (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-847 |#1|) (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL (|has| (-847 |#1|) (-348)))) (-3687 (((-110) $) NIL (|has| (-847 |#1|) (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348)))) (($ $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| (-847 |#1|) (-348))) (((-777 (-858)) $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| (-847 |#1|) (-348)))) (-3473 (((-110) $) NIL (|has| (-847 |#1|) (-348)))) (-1705 (((-847 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| (-847 |#1|) (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 (-847 |#1|)) $) NIL) (((-1090 $) $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-1989 (((-858) $) NIL (|has| (-847 |#1|) (-348)))) (-4181 (((-1090 (-847 |#1|)) $) NIL (|has| (-847 |#1|) (-348)))) (-2784 (((-1090 (-847 |#1|)) $) NIL (|has| (-847 |#1|) (-348))) (((-3 (-1090 (-847 |#1|)) "failed") $ $) NIL (|has| (-847 |#1|) (-348)))) (-2672 (($ $ (-1090 (-847 |#1|))) NIL (|has| (-847 |#1|) (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-847 |#1|) (-348)) CONST)) (-1720 (($ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-3040 (((-894 (-1041))) NIL)) (-2613 (($) NIL (|has| (-847 |#1|) (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| (-847 |#1|) (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| (-847 |#1|) (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 (-847 |#1|))) NIL)) (-3956 (($) NIL (|has| (-847 |#1|) (-348)))) (-3606 (($) NIL (|has| (-847 |#1|) (-348)))) (-4002 (((-1176 (-847 |#1|)) $) NIL) (((-634 (-847 |#1|)) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| (-847 |#1|) (-348)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-847 |#1|)) NIL)) (-3470 (($ $) NIL (|has| (-847 |#1|) (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL) (((-1176 $) (-858)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-2369 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL) (($ $ (-847 |#1|)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ (-847 |#1|)) NIL) (($ (-847 |#1|) $) NIL)))
+(((-323 |#1| |#2|) (-13 (-309 (-847 |#1|)) (-10 -7 (-15 -3040 ((-894 (-1041)))))) (-858) (-858)) (T -323))
+((-3040 (*1 *2) (-12 (-5 *2 (-894 (-1041))) (-5 *1 (-323 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858)))))
+(-13 (-309 (-847 |#1|)) (-10 -7 (-15 -3040 ((-894 (-1041))))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 46)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) 43 (|has| |#1| (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 115)) (-4145 ((|#1| $) 86)) (-2894 (($ (-1176 |#1|)) 104)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 95 (|has| |#1| (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) 98 (|has| |#1| (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) 130 (|has| |#1| (-348)))) (-3687 (((-110) $) 49 (|has| |#1| (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) 47 (|has| |#1| (-348))) (((-777 (-858)) $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) 132 (|has| |#1| (-348)))) (-3473 (((-110) $) NIL (|has| |#1| (-348)))) (-1705 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 |#1|) $) 90) (((-1090 $) $ (-858)) NIL (|has| |#1| (-348)))) (-1989 (((-858) $) 140 (|has| |#1| (-348)))) (-4181 (((-1090 |#1|) $) NIL (|has| |#1| (-348)))) (-2784 (((-1090 |#1|) $) NIL (|has| |#1| (-348))) (((-3 (-1090 |#1|) "failed") $ $) NIL (|has| |#1| (-348)))) (-2672 (($ $ (-1090 |#1|)) NIL (|has| |#1| (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 147)) (-2138 (($) NIL (|has| |#1| (-348)) CONST)) (-1720 (($ (-858)) 71 (|has| |#1| (-348)))) (-1687 (((-110) $) 118)) (-4024 (((-1041) $) NIL)) (-3040 (((-894 (-1041))) 44)) (-2613 (($) 128 (|has| |#1| (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 93 (|has| |#1| (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) 67) (((-858)) 68)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) 131 (|has| |#1| (-348))) (((-3 (-715) "failed") $ $) 125 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 |#1|)) 96)) (-3956 (($) 129 (|has| |#1| (-348)))) (-3606 (($) 137 (|has| |#1| (-348)))) (-4002 (((-1176 |#1|) $) 59) (((-634 |#1|) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| |#1| (-348)))) (-4118 (((-800) $) 143) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) 75)) (-3470 (($ $) NIL (|has| |#1| (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) 139)) (-1878 (((-1176 $)) 117) (((-1176 $) (-858)) 73)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 32 T CONST)) (-3374 (($) 19 T CONST)) (-1425 (($ $) 81 (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2369 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2747 (((-110) $ $) 48)) (-2873 (($ $ $) 145) (($ $ |#1|) 146)) (-2863 (($ $) 127) (($ $ $) NIL)) (-2850 (($ $ $) 61)) (** (($ $ (-858)) 149) (($ $ (-715)) 150) (($ $ (-527)) 148)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 77) (($ $ $) 76) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 144)))
+(((-324 |#1| |#2|) (-13 (-309 |#1|) (-10 -7 (-15 -3040 ((-894 (-1041)))))) (-329) (-1090 |#1|)) (T -324))
+((-3040 (*1 *2) (-12 (-5 *2 (-894 (-1041))) (-5 *1 (-324 *3 *4)) (-4 *3 (-329)) (-14 *4 (-1090 *3)))))
+(-13 (-309 |#1|) (-10 -7 (-15 -3040 ((-894 (-1041))))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| |#1| (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-2894 (($ (-1176 |#1|)) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| |#1| (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL (|has| |#1| (-348)))) (-3687 (((-110) $) NIL (|has| |#1| (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| |#1| (-348))) (((-777 (-858)) $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| |#1| (-348)))) (-3473 (((-110) $) NIL (|has| |#1| (-348)))) (-1705 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 |#1|) $) NIL) (((-1090 $) $ (-858)) NIL (|has| |#1| (-348)))) (-1989 (((-858) $) NIL (|has| |#1| (-348)))) (-4181 (((-1090 |#1|) $) NIL (|has| |#1| (-348)))) (-2784 (((-1090 |#1|) $) NIL (|has| |#1| (-348))) (((-3 (-1090 |#1|) "failed") $ $) NIL (|has| |#1| (-348)))) (-2672 (($ $ (-1090 |#1|)) NIL (|has| |#1| (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| |#1| (-348)) CONST)) (-1720 (($ (-858)) NIL (|has| |#1| (-348)))) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-3040 (((-894 (-1041))) NIL)) (-2613 (($) NIL (|has| |#1| (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| |#1| (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| |#1| (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 |#1|)) NIL)) (-3956 (($) NIL (|has| |#1| (-348)))) (-3606 (($) NIL (|has| |#1| (-348)))) (-4002 (((-1176 |#1|) $) NIL) (((-634 |#1|) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| |#1| (-348)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) NIL)) (-3470 (($ $) NIL (|has| |#1| (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL) (((-1176 $) (-858)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2369 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-325 |#1| |#2|) (-13 (-309 |#1|) (-10 -7 (-15 -3040 ((-894 (-1041)))))) (-329) (-858)) (T -325))
+((-3040 (*1 *2) (-12 (-5 *2 (-894 (-1041))) (-5 *1 (-325 *3 *4)) (-4 *3 (-329)) (-14 *4 (-858)))))
+(-13 (-309 |#1|) (-10 -7 (-15 -3040 ((-894 (-1041))))))
+((-2330 (((-715) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041)))))) 42)) (-1858 (((-894 (-1041)) (-1090 |#1|)) 85)) (-3083 (((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) (-1090 |#1|)) 78)) (-2352 (((-634 |#1|) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041)))))) 86)) (-3463 (((-3 (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) "failed") (-858)) 13)) (-1848 (((-3 (-1090 |#1|) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041)))))) (-858)) 18)))
+(((-326 |#1|) (-10 -7 (-15 -1858 ((-894 (-1041)) (-1090 |#1|))) (-15 -3083 ((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) (-1090 |#1|))) (-15 -2352 ((-634 |#1|) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -2330 ((-715) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -3463 ((-3 (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) "failed") (-858))) (-15 -1848 ((-3 (-1090 |#1|) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041)))))) (-858)))) (-329)) (T -326))
+((-1848 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-3 (-1090 *4) (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041))))))) (-5 *1 (-326 *4)) (-4 *4 (-329)))) (-3463 (*1 *2 *3) (|partial| -12 (-5 *3 (-858)) (-5 *2 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041)))))) (-5 *1 (-326 *4)) (-4 *4 (-329)))) (-2330 (*1 *2 *3) (-12 (-5 *3 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041)))))) (-4 *4 (-329)) (-5 *2 (-715)) (-5 *1 (-326 *4)))) (-2352 (*1 *2 *3) (-12 (-5 *3 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041)))))) (-4 *4 (-329)) (-5 *2 (-634 *4)) (-5 *1 (-326 *4)))) (-3083 (*1 *2 *3) (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-5 *2 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041)))))) (-5 *1 (-326 *4)))) (-1858 (*1 *2 *3) (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-5 *2 (-894 (-1041))) (-5 *1 (-326 *4)))))
+(-10 -7 (-15 -1858 ((-894 (-1041)) (-1090 |#1|))) (-15 -3083 ((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) (-1090 |#1|))) (-15 -2352 ((-634 |#1|) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -2330 ((-715) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -3463 ((-3 (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) "failed") (-858))) (-15 -1848 ((-3 (-1090 |#1|) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041)))))) (-858))))
+((-4118 ((|#1| |#3|) 86) ((|#3| |#1|) 69)))
+(((-327 |#1| |#2| |#3|) (-10 -7 (-15 -4118 (|#3| |#1|)) (-15 -4118 (|#1| |#3|))) (-309 |#2|) (-329) (-309 |#2|)) (T -327))
+((-4118 (*1 *2 *3) (-12 (-4 *4 (-329)) (-4 *2 (-309 *4)) (-5 *1 (-327 *2 *4 *3)) (-4 *3 (-309 *4)))) (-4118 (*1 *2 *3) (-12 (-4 *4 (-329)) (-4 *2 (-309 *4)) (-5 *1 (-327 *3 *4 *2)) (-4 *3 (-309 *4)))))
+(-10 -7 (-15 -4118 (|#3| |#1|)) (-15 -4118 (|#1| |#3|)))
+((-3687 (((-110) $) 52)) (-2050 (((-777 (-858)) $) 21) (((-858) $) 53)) (-2628 (((-3 $ "failed") $) 16)) (-2138 (($) 9)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 94)) (-1382 (((-3 (-715) "failed") $ $) 72) (((-715) $) 61)) (-4234 (($ $ (-715)) NIL) (($ $) 8)) (-3956 (($) 46)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 34)) (-3470 (((-3 $ "failed") $) 40) (($ $) 39)))
+(((-328 |#1|) (-10 -8 (-15 -2050 ((-858) |#1|)) (-15 -1382 ((-715) |#1|)) (-15 -3687 ((-110) |#1|)) (-15 -3956 (|#1|)) (-15 -2513 ((-3 (-1176 |#1|) "failed") (-634 |#1|))) (-15 -3470 (|#1| |#1|)) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -1382 ((-3 (-715) "failed") |#1| |#1|)) (-15 -2050 ((-777 (-858)) |#1|)) (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|)))) (-329)) (T -328))
+NIL
+(-10 -8 (-15 -2050 ((-858) |#1|)) (-15 -1382 ((-715) |#1|)) (-15 -3687 ((-110) |#1|)) (-15 -3956 (|#1|)) (-15 -2513 ((-3 (-1176 |#1|) "failed") (-634 |#1|))) (-15 -3470 (|#1| |#1|)) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -1382 ((-3 (-715) "failed") |#1| |#1|)) (-15 -2050 ((-777 (-858)) |#1|)) (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-2164 (((-1104 (-858) (-715)) (-527)) 93)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-1842 (((-110) $ $) 59)) (-1637 (((-715)) 103)) (-1298 (($) 17 T CONST)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 87)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-2309 (($) 106)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3809 (($) 91)) (-3687 (((-110) $) 90)) (-3050 (($ $) 79) (($ $ (-715)) 78)) (-3851 (((-110) $) 71)) (-2050 (((-777 (-858)) $) 81) (((-858) $) 88)) (-2956 (((-110) $) 31)) (-2628 (((-3 $ "failed") $) 102)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-1989 (((-858) $) 105)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-2138 (($) 101 T CONST)) (-1720 (($ (-858)) 104)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 94)) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-1382 (((-3 (-715) "failed") $ $) 80) (((-715) $) 89)) (-4234 (($ $ (-715)) 99) (($ $) 97)) (-3956 (($) 92)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 95)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65)) (-3470 (((-3 $ "failed") $) 82) (($ $) 96)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-715)) 100) (($ $) 98)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 64)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66)))
+(((-329) (-133)) (T -329))
+((-3470 (*1 *1 *1) (-4 *1 (-329))) (-2513 (*1 *2 *3) (|partial| -12 (-5 *3 (-634 *1)) (-4 *1 (-329)) (-5 *2 (-1176 *1)))) (-3515 (*1 *2) (-12 (-4 *1 (-329)) (-5 *2 (-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))))) (-2164 (*1 *2 *3) (-12 (-4 *1 (-329)) (-5 *3 (-527)) (-5 *2 (-1104 (-858) (-715))))) (-3956 (*1 *1) (-4 *1 (-329))) (-3809 (*1 *1) (-4 *1 (-329))) (-3687 (*1 *2 *1) (-12 (-4 *1 (-329)) (-5 *2 (-110)))) (-1382 (*1 *2 *1) (-12 (-4 *1 (-329)) (-5 *2 (-715)))) (-2050 (*1 *2 *1) (-12 (-4 *1 (-329)) (-5 *2 (-858)))) (-3134 (*1 *2) (-12 (-4 *1 (-329)) (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(-13 (-382) (-348) (-1070) (-215) (-10 -8 (-15 -3470 ($ $)) (-15 -2513 ((-3 (-1176 $) "failed") (-634 $))) (-15 -3515 ((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527)))))) (-15 -2164 ((-1104 (-858) (-715)) (-527))) (-15 -3956 ($)) (-15 -3809 ($)) (-15 -3687 ((-110) $)) (-15 -1382 ((-715) $)) (-15 -2050 ((-858) $)) (-15 -3134 ((-3 "prime" "polynomial" "normal" "cyclic")))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 $ $) . T) ((-128) . T) ((-138) . T) ((-568 (-800)) . T) ((-162) . T) ((-215) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-343) . T) ((-382) . T) ((-348) . T) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-985 #0#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) . T) ((-1134) . T))
+((-3812 (((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) |#1|) 53)) (-3668 (((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|)))) 51)))
+(((-330 |#1| |#2| |#3|) (-10 -7 (-15 -3668 ((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))))) (-15 -3812 ((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) |#1|))) (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))) (-1152 |#1|) (-389 |#1| |#2|)) (T -330))
+((-3812 (*1 *2 *3) (-12 (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *4 (-1152 *3)) (-5 *2 (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-634 *3)))) (-5 *1 (-330 *3 *4 *5)) (-4 *5 (-389 *3 *4)))) (-3668 (*1 *2) (-12 (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *4 (-1152 *3)) (-5 *2 (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-634 *3)))) (-5 *1 (-330 *3 *4 *5)) (-4 *5 (-389 *3 *4)))))
+(-10 -7 (-15 -3668 ((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))))) (-15 -3812 ((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 (((-847 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| (-847 |#1|) (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2330 (((-715)) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| (-847 |#1|) (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-847 |#1|) "failed") $) NIL)) (-4145 (((-847 |#1|) $) NIL)) (-2894 (($ (-1176 (-847 |#1|))) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-847 |#1|) (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-847 |#1|) (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL (|has| (-847 |#1|) (-348)))) (-3687 (((-110) $) NIL (|has| (-847 |#1|) (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348)))) (($ $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| (-847 |#1|) (-348))) (((-777 (-858)) $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| (-847 |#1|) (-348)))) (-3473 (((-110) $) NIL (|has| (-847 |#1|) (-348)))) (-1705 (((-847 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| (-847 |#1|) (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 (-847 |#1|)) $) NIL) (((-1090 $) $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-1989 (((-858) $) NIL (|has| (-847 |#1|) (-348)))) (-4181 (((-1090 (-847 |#1|)) $) NIL (|has| (-847 |#1|) (-348)))) (-2784 (((-1090 (-847 |#1|)) $) NIL (|has| (-847 |#1|) (-348))) (((-3 (-1090 (-847 |#1|)) "failed") $ $) NIL (|has| (-847 |#1|) (-348)))) (-2672 (($ $ (-1090 (-847 |#1|))) NIL (|has| (-847 |#1|) (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-847 |#1|) (-348)) CONST)) (-1720 (($ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-3676 (((-1176 (-594 (-2 (|:| -2205 (-847 |#1|)) (|:| -1720 (-1041)))))) NIL)) (-3293 (((-634 (-847 |#1|))) NIL)) (-2613 (($) NIL (|has| (-847 |#1|) (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| (-847 |#1|) (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| (-847 |#1|) (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 (-847 |#1|))) NIL)) (-3956 (($) NIL (|has| (-847 |#1|) (-348)))) (-3606 (($) NIL (|has| (-847 |#1|) (-348)))) (-4002 (((-1176 (-847 |#1|)) $) NIL) (((-634 (-847 |#1|)) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| (-847 |#1|) (-348)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-847 |#1|)) NIL)) (-3470 (($ $) NIL (|has| (-847 |#1|) (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL) (((-1176 $) (-858)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-2369 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL) (($ $ (-847 |#1|)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ (-847 |#1|)) NIL) (($ (-847 |#1|) $) NIL)))
+(((-331 |#1| |#2|) (-13 (-309 (-847 |#1|)) (-10 -7 (-15 -3676 ((-1176 (-594 (-2 (|:| -2205 (-847 |#1|)) (|:| -1720 (-1041))))))) (-15 -3293 ((-634 (-847 |#1|)))) (-15 -2330 ((-715))))) (-858) (-858)) (T -331))
+((-3676 (*1 *2) (-12 (-5 *2 (-1176 (-594 (-2 (|:| -2205 (-847 *3)) (|:| -1720 (-1041)))))) (-5 *1 (-331 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858)))) (-3293 (*1 *2) (-12 (-5 *2 (-634 (-847 *3))) (-5 *1 (-331 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858)))) (-2330 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-331 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858)))))
+(-13 (-309 (-847 |#1|)) (-10 -7 (-15 -3676 ((-1176 (-594 (-2 (|:| -2205 (-847 |#1|)) (|:| -1720 (-1041))))))) (-15 -3293 ((-634 (-847 |#1|)))) (-15 -2330 ((-715)))))
+((-4105 (((-110) $ $) 62)) (-1874 (((-110) $) 75)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 ((|#1| $) 93) (($ $ (-858)) 91 (|has| |#1| (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) 149 (|has| |#1| (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2330 (((-715)) 90)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) 163 (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 113)) (-4145 ((|#1| $) 92)) (-2894 (($ (-1176 |#1|)) 59)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 189 (|has| |#1| (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) 159 (|has| |#1| (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) 150 (|has| |#1| (-348)))) (-3687 (((-110) $) NIL (|has| |#1| (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| |#1| (-348))) (((-777 (-858)) $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) 99 (|has| |#1| (-348)))) (-3473 (((-110) $) 176 (|has| |#1| (-348)))) (-1705 ((|#1| $) 95) (($ $ (-858)) 94 (|has| |#1| (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 |#1|) $) 190) (((-1090 $) $ (-858)) NIL (|has| |#1| (-348)))) (-1989 (((-858) $) 135 (|has| |#1| (-348)))) (-4181 (((-1090 |#1|) $) 74 (|has| |#1| (-348)))) (-2784 (((-1090 |#1|) $) 71 (|has| |#1| (-348))) (((-3 (-1090 |#1|) "failed") $ $) 83 (|has| |#1| (-348)))) (-2672 (($ $ (-1090 |#1|)) 70 (|has| |#1| (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 193)) (-2138 (($) NIL (|has| |#1| (-348)) CONST)) (-1720 (($ (-858)) 138 (|has| |#1| (-348)))) (-1687 (((-110) $) 109)) (-4024 (((-1041) $) NIL)) (-3676 (((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041)))))) 84)) (-3293 (((-634 |#1|)) 88)) (-2613 (($) 97 (|has| |#1| (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 151 (|has| |#1| (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) 152)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| |#1| (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) 63)) (-2279 (((-1090 |#1|)) 153)) (-3956 (($) 134 (|has| |#1| (-348)))) (-3606 (($) NIL (|has| |#1| (-348)))) (-4002 (((-1176 |#1|) $) 107) (((-634 |#1|) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| |#1| (-348)))) (-4118 (((-800) $) 125) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) 58)) (-3470 (($ $) NIL (|has| |#1| (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) 157)) (-1878 (((-1176 $)) 173) (((-1176 $) (-858)) 102)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 30 T CONST)) (-3374 (($) 22 T CONST)) (-1425 (($ $) 108 (|has| |#1| (-348))) (($ $ (-715)) 100 (|has| |#1| (-348)))) (-2369 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2747 (((-110) $ $) 184)) (-2873 (($ $ $) 105) (($ $ |#1|) 106)) (-2863 (($ $) 178) (($ $ $) 182)) (-2850 (($ $ $) 180)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 139)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 187) (($ $ $) 143) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 104)))
+(((-332 |#1| |#2|) (-13 (-309 |#1|) (-10 -7 (-15 -3676 ((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -3293 ((-634 |#1|))) (-15 -2330 ((-715))))) (-329) (-3 (-1090 |#1|) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (T -332))
+((-3676 (*1 *2) (-12 (-5 *2 (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041)))))) (-5 *1 (-332 *3 *4)) (-4 *3 (-329)) (-14 *4 (-3 (-1090 *3) *2)))) (-3293 (*1 *2) (-12 (-5 *2 (-634 *3)) (-5 *1 (-332 *3 *4)) (-4 *3 (-329)) (-14 *4 (-3 (-1090 *3) (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041))))))))) (-2330 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-332 *3 *4)) (-4 *3 (-329)) (-14 *4 (-3 (-1090 *3) (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041))))))))))
+(-13 (-309 |#1|) (-10 -7 (-15 -3676 ((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -3293 ((-634 |#1|))) (-15 -2330 ((-715)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| |#1| (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2330 (((-715)) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-2894 (($ (-1176 |#1|)) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| |#1| (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL (|has| |#1| (-348)))) (-3687 (((-110) $) NIL (|has| |#1| (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| |#1| (-348))) (((-777 (-858)) $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| |#1| (-348)))) (-3473 (((-110) $) NIL (|has| |#1| (-348)))) (-1705 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 |#1|) $) NIL) (((-1090 $) $ (-858)) NIL (|has| |#1| (-348)))) (-1989 (((-858) $) NIL (|has| |#1| (-348)))) (-4181 (((-1090 |#1|) $) NIL (|has| |#1| (-348)))) (-2784 (((-1090 |#1|) $) NIL (|has| |#1| (-348))) (((-3 (-1090 |#1|) "failed") $ $) NIL (|has| |#1| (-348)))) (-2672 (($ $ (-1090 |#1|)) NIL (|has| |#1| (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| |#1| (-348)) CONST)) (-1720 (($ (-858)) NIL (|has| |#1| (-348)))) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-3676 (((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041)))))) NIL)) (-3293 (((-634 |#1|)) NIL)) (-2613 (($) NIL (|has| |#1| (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| |#1| (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| |#1| (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 |#1|)) NIL)) (-3956 (($) NIL (|has| |#1| (-348)))) (-3606 (($) NIL (|has| |#1| (-348)))) (-4002 (((-1176 |#1|) $) NIL) (((-634 |#1|) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| |#1| (-348)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) NIL)) (-3470 (($ $) NIL (|has| |#1| (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL) (((-1176 $) (-858)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2369 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-333 |#1| |#2|) (-13 (-309 |#1|) (-10 -7 (-15 -3676 ((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -3293 ((-634 |#1|))) (-15 -2330 ((-715))))) (-329) (-858)) (T -333))
+((-3676 (*1 *2) (-12 (-5 *2 (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041)))))) (-5 *1 (-333 *3 *4)) (-4 *3 (-329)) (-14 *4 (-858)))) (-3293 (*1 *2) (-12 (-5 *2 (-634 *3)) (-5 *1 (-333 *3 *4)) (-4 *3 (-329)) (-14 *4 (-858)))) (-2330 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-333 *3 *4)) (-4 *3 (-329)) (-14 *4 (-858)))))
+(-13 (-309 |#1|) (-10 -7 (-15 -3676 ((-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))))) (-15 -3293 ((-634 |#1|))) (-15 -2330 ((-715)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 (((-847 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| (-847 |#1|) (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| (-847 |#1|) (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-847 |#1|) "failed") $) NIL)) (-4145 (((-847 |#1|) $) NIL)) (-2894 (($ (-1176 (-847 |#1|))) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-847 |#1|) (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-847 |#1|) (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL (|has| (-847 |#1|) (-348)))) (-3687 (((-110) $) NIL (|has| (-847 |#1|) (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348)))) (($ $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| (-847 |#1|) (-348))) (((-777 (-858)) $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| (-847 |#1|) (-348)))) (-3473 (((-110) $) NIL (|has| (-847 |#1|) (-348)))) (-1705 (((-847 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| (-847 |#1|) (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 (-847 |#1|)) $) NIL) (((-1090 $) $ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-1989 (((-858) $) NIL (|has| (-847 |#1|) (-348)))) (-4181 (((-1090 (-847 |#1|)) $) NIL (|has| (-847 |#1|) (-348)))) (-2784 (((-1090 (-847 |#1|)) $) NIL (|has| (-847 |#1|) (-348))) (((-3 (-1090 (-847 |#1|)) "failed") $ $) NIL (|has| (-847 |#1|) (-348)))) (-2672 (($ $ (-1090 (-847 |#1|))) NIL (|has| (-847 |#1|) (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-847 |#1|) (-348)) CONST)) (-1720 (($ (-858)) NIL (|has| (-847 |#1|) (-348)))) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-2613 (($) NIL (|has| (-847 |#1|) (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| (-847 |#1|) (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| (-847 |#1|) (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 (-847 |#1|))) NIL)) (-3956 (($) NIL (|has| (-847 |#1|) (-348)))) (-3606 (($) NIL (|has| (-847 |#1|) (-348)))) (-4002 (((-1176 (-847 |#1|)) $) NIL) (((-634 (-847 |#1|)) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| (-847 |#1|) (-348)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-847 |#1|)) NIL)) (-3470 (($ $) NIL (|has| (-847 |#1|) (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| (-847 |#1|) (-138)) (|has| (-847 |#1|) (-348))))) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL) (((-1176 $) (-858)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-2369 (($ $) NIL (|has| (-847 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-847 |#1|) (-348)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL) (($ $ (-847 |#1|)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ (-847 |#1|)) NIL) (($ (-847 |#1|) $) NIL)))
+(((-334 |#1| |#2|) (-309 (-847 |#1|)) (-858) (-858)) (T -334))
+NIL
+(-309 (-847 |#1|))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) 120 (|has| |#1| (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) 140 (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 93)) (-4145 ((|#1| $) 90)) (-2894 (($ (-1176 |#1|)) 85)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 117 (|has| |#1| (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) 82 (|has| |#1| (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) 42 (|has| |#1| (-348)))) (-3687 (((-110) $) NIL (|has| |#1| (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| |#1| (-348))) (((-777 (-858)) $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) 121 (|has| |#1| (-348)))) (-3473 (((-110) $) 74 (|has| |#1| (-348)))) (-1705 ((|#1| $) 39) (($ $ (-858)) 43 (|has| |#1| (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 |#1|) $) 65) (((-1090 $) $ (-858)) NIL (|has| |#1| (-348)))) (-1989 (((-858) $) 97 (|has| |#1| (-348)))) (-4181 (((-1090 |#1|) $) NIL (|has| |#1| (-348)))) (-2784 (((-1090 |#1|) $) NIL (|has| |#1| (-348))) (((-3 (-1090 |#1|) "failed") $ $) NIL (|has| |#1| (-348)))) (-2672 (($ $ (-1090 |#1|)) NIL (|has| |#1| (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| |#1| (-348)) CONST)) (-1720 (($ (-858)) 95 (|has| |#1| (-348)))) (-1687 (((-110) $) 142)) (-4024 (((-1041) $) NIL)) (-2613 (($) 36 (|has| |#1| (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 115 (|has| |#1| (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) 139)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| |#1| (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) 59)) (-2279 (((-1090 |#1|)) 88)) (-3956 (($) 126 (|has| |#1| (-348)))) (-3606 (($) NIL (|has| |#1| (-348)))) (-4002 (((-1176 |#1|) $) 53) (((-634 |#1|) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| |#1| (-348)))) (-4118 (((-800) $) 138) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) 87)) (-3470 (($ $) NIL (|has| |#1| (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) 144)) (-1878 (((-1176 $)) 109) (((-1176 $) (-858)) 49)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 111 T CONST)) (-3374 (($) 32 T CONST)) (-1425 (($ $) 68 (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2369 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2747 (((-110) $ $) 107)) (-2873 (($ $ $) 99) (($ $ |#1|) 100)) (-2863 (($ $) 80) (($ $ $) 105)) (-2850 (($ $ $) 103)) (** (($ $ (-858)) NIL) (($ $ (-715)) 44) (($ $ (-527)) 130)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 78) (($ $ $) 56) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 76)))
+(((-335 |#1| |#2|) (-309 |#1|) (-329) (-1090 |#1|)) (T -335))
+NIL
+(-309 |#1|)
+((-2489 ((|#1| (-1090 |#2|)) 52)))
+(((-336 |#1| |#2|) (-10 -7 (-15 -2489 (|#1| (-1090 |#2|)))) (-13 (-382) (-10 -7 (-15 -4118 (|#1| |#2|)) (-15 -1989 ((-858) |#1|)) (-15 -1878 ((-1176 |#1|) (-858))) (-15 -1425 (|#1| |#1|)))) (-329)) (T -336))
+((-2489 (*1 *2 *3) (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-4 *2 (-13 (-382) (-10 -7 (-15 -4118 (*2 *4)) (-15 -1989 ((-858) *2)) (-15 -1878 ((-1176 *2) (-858))) (-15 -1425 (*2 *2))))) (-5 *1 (-336 *2 *4)))))
+(-10 -7 (-15 -2489 (|#1| (-1090 |#2|))))
+((-2949 (((-894 (-1090 |#1|)) (-1090 |#1|)) 36)) (-2309 (((-1090 |#1|) (-858) (-858)) 113) (((-1090 |#1|) (-858)) 112)) (-3687 (((-110) (-1090 |#1|)) 84)) (-2158 (((-858) (-858)) 71)) (-3446 (((-858) (-858)) 74)) (-2074 (((-858) (-858)) 69)) (-3473 (((-110) (-1090 |#1|)) 88)) (-2178 (((-3 (-1090 |#1|) "failed") (-1090 |#1|)) 101)) (-2598 (((-3 (-1090 |#1|) "failed") (-1090 |#1|)) 104)) (-2099 (((-3 (-1090 |#1|) "failed") (-1090 |#1|)) 103)) (-4129 (((-3 (-1090 |#1|) "failed") (-1090 |#1|)) 102)) (-3785 (((-3 (-1090 |#1|) "failed") (-1090 |#1|)) 98)) (-4101 (((-1090 |#1|) (-1090 |#1|)) 62)) (-3227 (((-1090 |#1|) (-858)) 107)) (-3643 (((-1090 |#1|) (-858)) 110)) (-3681 (((-1090 |#1|) (-858)) 109)) (-2981 (((-1090 |#1|) (-858)) 108)) (-1473 (((-1090 |#1|) (-858)) 105)))
+(((-337 |#1|) (-10 -7 (-15 -3687 ((-110) (-1090 |#1|))) (-15 -3473 ((-110) (-1090 |#1|))) (-15 -2074 ((-858) (-858))) (-15 -2158 ((-858) (-858))) (-15 -3446 ((-858) (-858))) (-15 -1473 ((-1090 |#1|) (-858))) (-15 -3227 ((-1090 |#1|) (-858))) (-15 -2981 ((-1090 |#1|) (-858))) (-15 -3681 ((-1090 |#1|) (-858))) (-15 -3643 ((-1090 |#1|) (-858))) (-15 -3785 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2178 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -4129 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2099 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2598 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2309 ((-1090 |#1|) (-858))) (-15 -2309 ((-1090 |#1|) (-858) (-858))) (-15 -4101 ((-1090 |#1|) (-1090 |#1|))) (-15 -2949 ((-894 (-1090 |#1|)) (-1090 |#1|)))) (-329)) (T -337))
+((-2949 (*1 *2 *3) (-12 (-4 *4 (-329)) (-5 *2 (-894 (-1090 *4))) (-5 *1 (-337 *4)) (-5 *3 (-1090 *4)))) (-4101 (*1 *2 *2) (-12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))) (-2309 (*1 *2 *3 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4)) (-4 *4 (-329)))) (-2309 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4)) (-4 *4 (-329)))) (-2598 (*1 *2 *2) (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))) (-2099 (*1 *2 *2) (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))) (-4129 (*1 *2 *2) (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))) (-2178 (*1 *2 *2) (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))) (-3785 (*1 *2 *2) (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))) (-3643 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4)) (-4 *4 (-329)))) (-3681 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4)) (-4 *4 (-329)))) (-2981 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4)) (-4 *4 (-329)))) (-3227 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4)) (-4 *4 (-329)))) (-1473 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4)) (-4 *4 (-329)))) (-3446 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-337 *3)) (-4 *3 (-329)))) (-2158 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-337 *3)) (-4 *3 (-329)))) (-2074 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-337 *3)) (-4 *3 (-329)))) (-3473 (*1 *2 *3) (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-5 *2 (-110)) (-5 *1 (-337 *4)))) (-3687 (*1 *2 *3) (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-5 *2 (-110)) (-5 *1 (-337 *4)))))
+(-10 -7 (-15 -3687 ((-110) (-1090 |#1|))) (-15 -3473 ((-110) (-1090 |#1|))) (-15 -2074 ((-858) (-858))) (-15 -2158 ((-858) (-858))) (-15 -3446 ((-858) (-858))) (-15 -1473 ((-1090 |#1|) (-858))) (-15 -3227 ((-1090 |#1|) (-858))) (-15 -2981 ((-1090 |#1|) (-858))) (-15 -3681 ((-1090 |#1|) (-858))) (-15 -3643 ((-1090 |#1|) (-858))) (-15 -3785 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2178 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -4129 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2099 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2598 ((-3 (-1090 |#1|) "failed") (-1090 |#1|))) (-15 -2309 ((-1090 |#1|) (-858))) (-15 -2309 ((-1090 |#1|) (-858) (-858))) (-15 -4101 ((-1090 |#1|) (-1090 |#1|))) (-15 -2949 ((-894 (-1090 |#1|)) (-1090 |#1|))))
+((-1970 (((-3 (-594 |#3|) "failed") (-594 |#3|) |#3|) 34)))
+(((-338 |#1| |#2| |#3|) (-10 -7 (-15 -1970 ((-3 (-594 |#3|) "failed") (-594 |#3|) |#3|))) (-329) (-1152 |#1|) (-1152 |#2|)) (T -338))
+((-1970 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-329)) (-5 *1 (-338 *4 *5 *3)))))
+(-10 -7 (-15 -1970 ((-3 (-594 |#3|) "failed") (-594 |#3|) |#3|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| |#1| (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-2894 (($ (-1176 |#1|)) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| |#1| (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL (|has| |#1| (-348)))) (-3687 (((-110) $) NIL (|has| |#1| (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| |#1| (-348))) (((-777 (-858)) $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| |#1| (-348)))) (-3473 (((-110) $) NIL (|has| |#1| (-348)))) (-1705 ((|#1| $) NIL) (($ $ (-858)) NIL (|has| |#1| (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 |#1|) $) NIL) (((-1090 $) $ (-858)) NIL (|has| |#1| (-348)))) (-1989 (((-858) $) NIL (|has| |#1| (-348)))) (-4181 (((-1090 |#1|) $) NIL (|has| |#1| (-348)))) (-2784 (((-1090 |#1|) $) NIL (|has| |#1| (-348))) (((-3 (-1090 |#1|) "failed") $ $) NIL (|has| |#1| (-348)))) (-2672 (($ $ (-1090 |#1|)) NIL (|has| |#1| (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| |#1| (-348)) CONST)) (-1720 (($ (-858)) NIL (|has| |#1| (-348)))) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-2613 (($) NIL (|has| |#1| (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| |#1| (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| |#1| (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 |#1|)) NIL)) (-3956 (($) NIL (|has| |#1| (-348)))) (-3606 (($) NIL (|has| |#1| (-348)))) (-4002 (((-1176 |#1|) $) NIL) (((-634 |#1|) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| |#1| (-348)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) NIL)) (-3470 (($ $) NIL (|has| |#1| (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL) (((-1176 $) (-858)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2369 (($ $) NIL (|has| |#1| (-348))) (($ $ (-715)) NIL (|has| |#1| (-348)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-339 |#1| |#2|) (-309 |#1|) (-329) (-858)) (T -339))
+NIL
+(-309 |#1|)
+((-1534 (((-110) (-594 (-889 |#1|))) 34)) (-4168 (((-594 (-889 |#1|)) (-594 (-889 |#1|))) 46)) (-3429 (((-3 (-594 (-889 |#1|)) "failed") (-594 (-889 |#1|))) 41)))
+(((-340 |#1| |#2|) (-10 -7 (-15 -1534 ((-110) (-594 (-889 |#1|)))) (-15 -3429 ((-3 (-594 (-889 |#1|)) "failed") (-594 (-889 |#1|)))) (-15 -4168 ((-594 (-889 |#1|)) (-594 (-889 |#1|))))) (-431) (-594 (-1094))) (T -340))
+((-4168 (*1 *2 *2) (-12 (-5 *2 (-594 (-889 *3))) (-4 *3 (-431)) (-5 *1 (-340 *3 *4)) (-14 *4 (-594 (-1094))))) (-3429 (*1 *2 *2) (|partial| -12 (-5 *2 (-594 (-889 *3))) (-4 *3 (-431)) (-5 *1 (-340 *3 *4)) (-14 *4 (-594 (-1094))))) (-1534 (*1 *2 *3) (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-431)) (-5 *2 (-110)) (-5 *1 (-340 *4 *5)) (-14 *5 (-594 (-1094))))))
+(-10 -7 (-15 -1534 ((-110) (-594 (-889 |#1|)))) (-15 -3429 ((-3 (-594 (-889 |#1|)) "failed") (-594 (-889 |#1|)))) (-15 -4168 ((-594 (-889 |#1|)) (-594 (-889 |#1|)))))
+((-4105 (((-110) $ $) NIL)) (-1637 (((-715) $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) 15)) (-4199 ((|#1| $ (-527)) NIL)) (-2334 (((-527) $ (-527)) NIL)) (-2182 (($ (-1 |#1| |#1|) $) 32)) (-4063 (($ (-1 (-527) (-527)) $) 24)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 26)) (-4024 (((-1041) $) NIL)) (-3798 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-527)))) $) 28)) (-1964 (($ $ $) NIL)) (-2170 (($ $ $) NIL)) (-4118 (((-800) $) 38) (($ |#1|) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3374 (($) 9 T CONST)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL) (($ |#1| (-527)) 17)) (* (($ $ $) 43) (($ |#1| $) 21) (($ $ |#1|) 19)))
+(((-341 |#1|) (-13 (-452) (-970 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-527))) (-15 -1637 ((-715) $)) (-15 -2334 ((-527) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -4063 ($ (-1 (-527) (-527)) $)) (-15 -2182 ($ (-1 |#1| |#1|) $)) (-15 -3798 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-527)))) $)))) (-1022)) (T -341))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-341 *2)) (-4 *2 (-1022)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-1022)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-341 *2)) (-4 *2 (-1022)))) (-1637 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-341 *3)) (-4 *3 (-1022)))) (-2334 (*1 *2 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-341 *3)) (-4 *3 (-1022)))) (-4199 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-341 *2)) (-4 *2 (-1022)))) (-4063 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-527) (-527))) (-5 *1 (-341 *3)) (-4 *3 (-1022)))) (-2182 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-341 *3)))) (-3798 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 (-527))))) (-5 *1 (-341 *3)) (-4 *3 (-1022)))))
+(-13 (-452) (-970 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-527))) (-15 -1637 ((-715) $)) (-15 -2334 ((-527) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -4063 ($ (-1 (-527) (-527)) $)) (-15 -2182 ($ (-1 |#1| |#1|) $)) (-15 -3798 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-527)))) $))))
+((-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 13)) (-3931 (($ $) 14)) (-3488 (((-398 $) $) 30)) (-3851 (((-110) $) 26)) (-2952 (($ $) 19)) (-2742 (($ $ $) 23) (($ (-594 $)) NIL)) (-2700 (((-398 $) $) 31)) (-1305 (((-3 $ "failed") $ $) 22)) (-2578 (((-715) $) 25)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 35)) (-3978 (((-110) $ $) 16)) (-2873 (($ $ $) 33)))
+(((-342 |#1|) (-10 -8 (-15 -2873 (|#1| |#1| |#1|)) (-15 -2952 (|#1| |#1|)) (-15 -3851 ((-110) |#1|)) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3304 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -2578 ((-715) |#1|)) (-15 -2742 (|#1| (-594 |#1|))) (-15 -2742 (|#1| |#1| |#1|)) (-15 -3978 ((-110) |#1| |#1|)) (-15 -3931 (|#1| |#1|)) (-15 -2142 ((-2 (|:| -1863 |#1|) (|:| -4248 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|))) (-343)) (T -342))
+NIL
+(-10 -8 (-15 -2873 (|#1| |#1| |#1|)) (-15 -2952 (|#1| |#1|)) (-15 -3851 ((-110) |#1|)) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3304 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -2578 ((-715) |#1|)) (-15 -2742 (|#1| (-594 |#1|))) (-15 -2742 (|#1| |#1| |#1|)) (-15 -3978 ((-110) |#1| |#1|)) (-15 -3931 (|#1| |#1|)) (-15 -2142 ((-2 (|:| -1863 |#1|) (|:| -4248 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-1842 (((-110) $ $) 59)) (-1298 (($) 17 T CONST)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3851 (((-110) $) 71)) (-2956 (((-110) $) 31)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 64)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66)))
+(((-343) (-133)) (T -343))
+((-2873 (*1 *1 *1 *1) (-4 *1 (-343))))
+(-13 (-288) (-1134) (-225) (-10 -8 (-15 -2873 ($ $ $)) (-6 -4259) (-6 -4253)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-985 #0#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T))
+((-4105 (((-110) $ $) 7)) (-4155 ((|#2| $ |#2|) 13)) (-3645 (($ $ (-1077)) 18)) (-1595 ((|#2| $) 14)) (-2028 (($ |#1|) 20) (($ |#1| (-1077)) 19)) (-2365 ((|#1| $) 16)) (-2416 (((-1077) $) 9)) (-2268 (((-1077) $) 15)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3414 (($ $) 17)) (-2747 (((-110) $ $) 6)))
+(((-344 |#1| |#2|) (-133) (-1022) (-1022)) (T -344))
+((-2028 (*1 *1 *2) (-12 (-4 *1 (-344 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-2028 (*1 *1 *2 *3) (-12 (-5 *3 (-1077)) (-4 *1 (-344 *2 *4)) (-4 *2 (-1022)) (-4 *4 (-1022)))) (-3645 (*1 *1 *1 *2) (-12 (-5 *2 (-1077)) (-4 *1 (-344 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-3414 (*1 *1 *1) (-12 (-4 *1 (-344 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-2365 (*1 *2 *1) (-12 (-4 *1 (-344 *2 *3)) (-4 *3 (-1022)) (-4 *2 (-1022)))) (-2268 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-5 *2 (-1077)))) (-1595 (*1 *2 *1) (-12 (-4 *1 (-344 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))) (-4155 (*1 *2 *1 *2) (-12 (-4 *1 (-344 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))))
+(-13 (-1022) (-10 -8 (-15 -2028 ($ |t#1|)) (-15 -2028 ($ |t#1| (-1077))) (-15 -3645 ($ $ (-1077))) (-15 -3414 ($ $)) (-15 -2365 (|t#1| $)) (-15 -2268 ((-1077) $)) (-15 -1595 (|t#2| $)) (-15 -4155 (|t#2| $ |t#2|))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-4155 ((|#1| $ |#1|) 30)) (-3645 (($ $ (-1077)) 22)) (-2154 (((-3 |#1| "failed") $) 29)) (-1595 ((|#1| $) 27)) (-2028 (($ (-368)) 21) (($ (-368) (-1077)) 20)) (-2365 (((-368) $) 24)) (-2416 (((-1077) $) NIL)) (-2268 (((-1077) $) 25)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 19)) (-3414 (($ $) 23)) (-2747 (((-110) $ $) 18)))
+(((-345 |#1|) (-13 (-344 (-368) |#1|) (-10 -8 (-15 -2154 ((-3 |#1| "failed") $)))) (-1022)) (T -345))
+((-2154 (*1 *2 *1) (|partial| -12 (-5 *1 (-345 *2)) (-4 *2 (-1022)))))
+(-13 (-344 (-368) |#1|) (-10 -8 (-15 -2154 ((-3 |#1| "failed") $))))
+((-1279 (((-1176 (-634 |#2|)) (-1176 $)) 61)) (-2113 (((-634 |#2|) (-1176 $)) 120)) (-3967 ((|#2| $) 32)) (-1359 (((-634 |#2|) $ (-1176 $)) 123)) (-2660 (((-3 $ "failed") $) 75)) (-1488 ((|#2| $) 35)) (-2490 (((-1090 |#2|) $) 83)) (-2321 ((|#2| (-1176 $)) 106)) (-1640 (((-1090 |#2|) $) 28)) (-4086 (((-110)) 100)) (-2894 (($ (-1176 |#2|) (-1176 $)) 113)) (-3714 (((-3 $ "failed") $) 79)) (-2088 (((-110)) 95)) (-2226 (((-110)) 90)) (-3195 (((-110)) 53)) (-1790 (((-634 |#2|) (-1176 $)) 118)) (-2558 ((|#2| $) 31)) (-3667 (((-634 |#2|) $ (-1176 $)) 122)) (-2237 (((-3 $ "failed") $) 73)) (-2270 ((|#2| $) 34)) (-1387 (((-1090 |#2|) $) 82)) (-2124 ((|#2| (-1176 $)) 104)) (-1429 (((-1090 |#2|) $) 26)) (-2601 (((-110)) 99)) (-1825 (((-110)) 92)) (-2422 (((-110)) 51)) (-3268 (((-110)) 87)) (-3833 (((-110)) 101)) (-4002 (((-1176 |#2|) $ (-1176 $)) NIL) (((-634 |#2|) (-1176 $) (-1176 $)) 111)) (-2067 (((-110)) 97)) (-3006 (((-594 (-1176 |#2|))) 86)) (-4214 (((-110)) 98)) (-4127 (((-110)) 96)) (-3947 (((-110)) 46)) (-3431 (((-110)) 102)))
+(((-346 |#1| |#2|) (-10 -8 (-15 -2490 ((-1090 |#2|) |#1|)) (-15 -1387 ((-1090 |#2|) |#1|)) (-15 -3006 ((-594 (-1176 |#2|)))) (-15 -2660 ((-3 |#1| "failed") |#1|)) (-15 -2237 ((-3 |#1| "failed") |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 -2226 ((-110))) (-15 -1825 ((-110))) (-15 -2088 ((-110))) (-15 -2422 ((-110))) (-15 -3195 ((-110))) (-15 -3268 ((-110))) (-15 -3431 ((-110))) (-15 -3833 ((-110))) (-15 -4086 ((-110))) (-15 -2601 ((-110))) (-15 -3947 ((-110))) (-15 -4214 ((-110))) (-15 -4127 ((-110))) (-15 -2067 ((-110))) (-15 -1640 ((-1090 |#2|) |#1|)) (-15 -1429 ((-1090 |#2|) |#1|)) (-15 -2113 ((-634 |#2|) (-1176 |#1|))) (-15 -1790 ((-634 |#2|) (-1176 |#1|))) (-15 -2321 (|#2| (-1176 |#1|))) (-15 -2124 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1488 (|#2| |#1|)) (-15 -2270 (|#2| |#1|)) (-15 -3967 (|#2| |#1|)) (-15 -2558 (|#2| |#1|)) (-15 -1359 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -3667 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -1279 ((-1176 (-634 |#2|)) (-1176 |#1|)))) (-347 |#2|) (-162)) (T -346))
+((-2067 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-4127 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-4214 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-3947 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-2601 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-4086 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-3833 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-3431 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-3268 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-3195 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-2422 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-2088 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-1825 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-2226 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))) (-3006 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-594 (-1176 *4))) (-5 *1 (-346 *3 *4)) (-4 *3 (-347 *4)))))
+(-10 -8 (-15 -2490 ((-1090 |#2|) |#1|)) (-15 -1387 ((-1090 |#2|) |#1|)) (-15 -3006 ((-594 (-1176 |#2|)))) (-15 -2660 ((-3 |#1| "failed") |#1|)) (-15 -2237 ((-3 |#1| "failed") |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 -2226 ((-110))) (-15 -1825 ((-110))) (-15 -2088 ((-110))) (-15 -2422 ((-110))) (-15 -3195 ((-110))) (-15 -3268 ((-110))) (-15 -3431 ((-110))) (-15 -3833 ((-110))) (-15 -4086 ((-110))) (-15 -2601 ((-110))) (-15 -3947 ((-110))) (-15 -4214 ((-110))) (-15 -4127 ((-110))) (-15 -2067 ((-110))) (-15 -1640 ((-1090 |#2|) |#1|)) (-15 -1429 ((-1090 |#2|) |#1|)) (-15 -2113 ((-634 |#2|) (-1176 |#1|))) (-15 -1790 ((-634 |#2|) (-1176 |#1|))) (-15 -2321 (|#2| (-1176 |#1|))) (-15 -2124 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1488 (|#2| |#1|)) (-15 -2270 (|#2| |#1|)) (-15 -3967 (|#2| |#1|)) (-15 -2558 (|#2| |#1|)) (-15 -1359 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -3667 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -1279 ((-1176 (-634 |#2|)) (-1176 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-1863 (((-3 $ "failed")) 37 (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) 19)) (-1279 (((-1176 (-634 |#1|)) (-1176 $)) 78)) (-2865 (((-1176 $)) 81)) (-1298 (($) 17 T CONST)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) 40 (|has| |#1| (-519)))) (-1716 (((-3 $ "failed")) 38 (|has| |#1| (-519)))) (-2113 (((-634 |#1|) (-1176 $)) 65)) (-3967 ((|#1| $) 74)) (-1359 (((-634 |#1|) $ (-1176 $)) 76)) (-2660 (((-3 $ "failed") $) 45 (|has| |#1| (-519)))) (-3464 (($ $ (-858)) 28)) (-1488 ((|#1| $) 72)) (-2490 (((-1090 |#1|) $) 42 (|has| |#1| (-519)))) (-2321 ((|#1| (-1176 $)) 67)) (-1640 (((-1090 |#1|) $) 63)) (-4086 (((-110)) 57)) (-2894 (($ (-1176 |#1|) (-1176 $)) 69)) (-3714 (((-3 $ "failed") $) 47 (|has| |#1| (-519)))) (-1238 (((-858)) 80)) (-4069 (((-110)) 54)) (-1213 (($ $ (-858)) 33)) (-2088 (((-110)) 50)) (-2226 (((-110)) 48)) (-3195 (((-110)) 52)) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) 41 (|has| |#1| (-519)))) (-3780 (((-3 $ "failed")) 39 (|has| |#1| (-519)))) (-1790 (((-634 |#1|) (-1176 $)) 66)) (-2558 ((|#1| $) 75)) (-3667 (((-634 |#1|) $ (-1176 $)) 77)) (-2237 (((-3 $ "failed") $) 46 (|has| |#1| (-519)))) (-3223 (($ $ (-858)) 29)) (-2270 ((|#1| $) 73)) (-1387 (((-1090 |#1|) $) 43 (|has| |#1| (-519)))) (-2124 ((|#1| (-1176 $)) 68)) (-1429 (((-1090 |#1|) $) 64)) (-2601 (((-110)) 58)) (-2416 (((-1077) $) 9)) (-1825 (((-110)) 49)) (-2422 (((-110)) 51)) (-3268 (((-110)) 53)) (-4024 (((-1041) $) 10)) (-3833 (((-110)) 56)) (-4002 (((-1176 |#1|) $ (-1176 $)) 71) (((-634 |#1|) (-1176 $) (-1176 $)) 70)) (-3629 (((-594 (-889 |#1|)) (-1176 $)) 79)) (-2170 (($ $ $) 25)) (-2067 (((-110)) 62)) (-4118 (((-800) $) 11)) (-3006 (((-594 (-1176 |#1|))) 44 (|has| |#1| (-519)))) (-3384 (($ $ $ $) 26)) (-4214 (((-110)) 60)) (-4056 (($ $ $) 24)) (-4127 (((-110)) 61)) (-3947 (((-110)) 59)) (-3431 (((-110)) 55)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 30)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+(((-347 |#1|) (-133) (-162)) (T -347))
+((-2865 (*1 *2) (-12 (-4 *3 (-162)) (-5 *2 (-1176 *1)) (-4 *1 (-347 *3)))) (-1238 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-858)))) (-3629 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-594 (-889 *4))))) (-1279 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-1176 (-634 *4))))) (-3667 (*1 *2 *1 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-634 *4)))) (-1359 (*1 *2 *1 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-634 *4)))) (-2558 (*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))) (-3967 (*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))) (-2270 (*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))) (-1488 (*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))) (-4002 (*1 *2 *1 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-1176 *4)))) (-4002 (*1 *2 *3 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-634 *4)))) (-2894 (*1 *1 *2 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1176 *1)) (-4 *4 (-162)) (-4 *1 (-347 *4)))) (-2124 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *2)) (-4 *2 (-162)))) (-2321 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *2)) (-4 *2 (-162)))) (-1790 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-634 *4)))) (-2113 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162)) (-5 *2 (-634 *4)))) (-1429 (*1 *2 *1) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-1090 *3)))) (-1640 (*1 *2 *1) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-1090 *3)))) (-2067 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-4127 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-4214 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-3947 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-2601 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-4086 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-3833 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-3431 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-4069 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-3268 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-3195 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-2422 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-2088 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-1825 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-2226 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))) (-3714 (*1 *1 *1) (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-162)) (-4 *2 (-519)))) (-2237 (*1 *1 *1) (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-162)) (-4 *2 (-519)))) (-2660 (*1 *1 *1) (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-162)) (-4 *2 (-519)))) (-3006 (*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-4 *3 (-519)) (-5 *2 (-594 (-1176 *3))))) (-1387 (*1 *2 *1) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-4 *3 (-519)) (-5 *2 (-1090 *3)))) (-2490 (*1 *2 *1) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-4 *3 (-519)) (-5 *2 (-1090 *3)))) (-2491 (*1 *2) (|partial| -12 (-4 *3 (-519)) (-4 *3 (-162)) (-5 *2 (-2 (|:| |particular| *1) (|:| -1878 (-594 *1)))) (-4 *1 (-347 *3)))) (-2461 (*1 *2) (|partial| -12 (-4 *3 (-519)) (-4 *3 (-162)) (-5 *2 (-2 (|:| |particular| *1) (|:| -1878 (-594 *1)))) (-4 *1 (-347 *3)))) (-3780 (*1 *1) (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-519)) (-4 *2 (-162)))) (-1716 (*1 *1) (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-519)) (-4 *2 (-162)))) (-1863 (*1 *1) (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-519)) (-4 *2 (-162)))))
+(-13 (-689 |t#1|) (-10 -8 (-15 -2865 ((-1176 $))) (-15 -1238 ((-858))) (-15 -3629 ((-594 (-889 |t#1|)) (-1176 $))) (-15 -1279 ((-1176 (-634 |t#1|)) (-1176 $))) (-15 -3667 ((-634 |t#1|) $ (-1176 $))) (-15 -1359 ((-634 |t#1|) $ (-1176 $))) (-15 -2558 (|t#1| $)) (-15 -3967 (|t#1| $)) (-15 -2270 (|t#1| $)) (-15 -1488 (|t#1| $)) (-15 -4002 ((-1176 |t#1|) $ (-1176 $))) (-15 -4002 ((-634 |t#1|) (-1176 $) (-1176 $))) (-15 -2894 ($ (-1176 |t#1|) (-1176 $))) (-15 -2124 (|t#1| (-1176 $))) (-15 -2321 (|t#1| (-1176 $))) (-15 -1790 ((-634 |t#1|) (-1176 $))) (-15 -2113 ((-634 |t#1|) (-1176 $))) (-15 -1429 ((-1090 |t#1|) $)) (-15 -1640 ((-1090 |t#1|) $)) (-15 -2067 ((-110))) (-15 -4127 ((-110))) (-15 -4214 ((-110))) (-15 -3947 ((-110))) (-15 -2601 ((-110))) (-15 -4086 ((-110))) (-15 -3833 ((-110))) (-15 -3431 ((-110))) (-15 -4069 ((-110))) (-15 -3268 ((-110))) (-15 -3195 ((-110))) (-15 -2422 ((-110))) (-15 -2088 ((-110))) (-15 -1825 ((-110))) (-15 -2226 ((-110))) (IF (|has| |t#1| (-519)) (PROGN (-15 -3714 ((-3 $ "failed") $)) (-15 -2237 ((-3 $ "failed") $)) (-15 -2660 ((-3 $ "failed") $)) (-15 -3006 ((-594 (-1176 |t#1|)))) (-15 -1387 ((-1090 |t#1|) $)) (-15 -2490 ((-1090 |t#1|) $)) (-15 -2491 ((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed"))) (-15 -2461 ((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed"))) (-15 -3780 ((-3 $ "failed"))) (-15 -1716 ((-3 $ "failed"))) (-15 -1863 ((-3 $ "failed"))) (-6 -4258)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-662 |#1|) . T) ((-665) . T) ((-689 |#1|) . T) ((-706) . T) ((-985 |#1|) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 7)) (-1637 (((-715)) 16)) (-2309 (($) 13)) (-1989 (((-858) $) 14)) (-2416 (((-1077) $) 9)) (-1720 (($ (-858)) 15)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)))
+(((-348) (-133)) (T -348))
+((-1637 (*1 *2) (-12 (-4 *1 (-348)) (-5 *2 (-715)))) (-1720 (*1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-348)))) (-1989 (*1 *2 *1) (-12 (-4 *1 (-348)) (-5 *2 (-858)))) (-2309 (*1 *1) (-4 *1 (-348))))
+(-13 (-1022) (-10 -8 (-15 -1637 ((-715))) (-15 -1720 ($ (-858))) (-15 -1989 ((-858) $)) (-15 -2309 ($))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-1215 (((-634 |#2|) (-1176 $)) 41)) (-2894 (($ (-1176 |#2|) (-1176 $)) 35)) (-1941 (((-634 |#2|) $ (-1176 $)) 43)) (-1875 ((|#2| (-1176 $)) 13)) (-4002 (((-1176 |#2|) $ (-1176 $)) NIL) (((-634 |#2|) (-1176 $) (-1176 $)) 25)))
+(((-349 |#1| |#2| |#3|) (-10 -8 (-15 -1215 ((-634 |#2|) (-1176 |#1|))) (-15 -1875 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1941 ((-634 |#2|) |#1| (-1176 |#1|)))) (-350 |#2| |#3|) (-162) (-1152 |#2|)) (T -349))
+NIL
+(-10 -8 (-15 -1215 ((-634 |#2|) (-1176 |#1|))) (-15 -1875 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1941 ((-634 |#2|) |#1| (-1176 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-1215 (((-634 |#1|) (-1176 $)) 46)) (-2926 ((|#1| $) 52)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2894 (($ (-1176 |#1|) (-1176 $)) 48)) (-1941 (((-634 |#1|) $ (-1176 $)) 53)) (-3714 (((-3 $ "failed") $) 34)) (-1238 (((-858)) 54)) (-2956 (((-110) $) 31)) (-1705 ((|#1| $) 51)) (-2343 ((|#2| $) 44 (|has| |#1| (-343)))) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1875 ((|#1| (-1176 $)) 47)) (-4002 (((-1176 |#1|) $ (-1176 $)) 50) (((-634 |#1|) (-1176 $) (-1176 $)) 49)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 37)) (-3470 (((-3 $ "failed") $) 43 (|has| |#1| (-138)))) (-3591 ((|#2| $) 45)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
+(((-350 |#1| |#2|) (-133) (-162) (-1152 |t#1|)) (T -350))
+((-1238 (*1 *2) (-12 (-4 *1 (-350 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3)) (-5 *2 (-858)))) (-1941 (*1 *2 *1 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-634 *4)))) (-2926 (*1 *2 *1) (-12 (-4 *1 (-350 *2 *3)) (-4 *3 (-1152 *2)) (-4 *2 (-162)))) (-1705 (*1 *2 *1) (-12 (-4 *1 (-350 *2 *3)) (-4 *3 (-1152 *2)) (-4 *2 (-162)))) (-4002 (*1 *2 *1 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-1176 *4)))) (-4002 (*1 *2 *3 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-634 *4)))) (-2894 (*1 *1 *2 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1176 *1)) (-4 *4 (-162)) (-4 *1 (-350 *4 *5)) (-4 *5 (-1152 *4)))) (-1875 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *2 *4)) (-4 *4 (-1152 *2)) (-4 *2 (-162)))) (-1215 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-634 *4)))) (-3591 (*1 *2 *1) (-12 (-4 *1 (-350 *3 *2)) (-4 *3 (-162)) (-4 *2 (-1152 *3)))) (-2343 (*1 *2 *1) (-12 (-4 *1 (-350 *3 *2)) (-4 *3 (-162)) (-4 *3 (-343)) (-4 *2 (-1152 *3)))))
+(-13 (-37 |t#1|) (-10 -8 (-15 -1238 ((-858))) (-15 -1941 ((-634 |t#1|) $ (-1176 $))) (-15 -2926 (|t#1| $)) (-15 -1705 (|t#1| $)) (-15 -4002 ((-1176 |t#1|) $ (-1176 $))) (-15 -4002 ((-634 |t#1|) (-1176 $) (-1176 $))) (-15 -2894 ($ (-1176 |t#1|) (-1176 $))) (-15 -1875 (|t#1| (-1176 $))) (-15 -1215 ((-634 |t#1|) (-1176 $))) (-15 -3591 (|t#2| $)) (IF (|has| |t#1| (-343)) (-15 -2343 (|t#2| $)) |%noBranch|) (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) . T) ((-671) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1244 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 23)) (-2731 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 15)) (-1998 ((|#4| (-1 |#3| |#1|) |#2|) 21)))
+(((-351 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2731 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1244 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1130) (-353 |#1|) (-1130) (-353 |#3|)) (T -351))
+((-1244 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-4 *2 (-353 *5)) (-5 *1 (-351 *6 *4 *5 *2)) (-4 *4 (-353 *6)))) (-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-351 *5 *4 *2 *6)) (-4 *4 (-353 *5)) (-4 *6 (-353 *2)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *2 (-353 *6)) (-5 *1 (-351 *5 *4 *6 *2)) (-4 *4 (-353 *5)))))
+(-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2731 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1244 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-1393 (((-110) (-1 (-110) |#2| |#2|) $) NIL) (((-110) $) 18)) (-3962 (($ (-1 (-110) |#2| |#2|) $) NIL) (($ $) 28)) (-2259 (($ (-1 (-110) |#2| |#2|) $) 27) (($ $) 22)) (-1677 (($ $) 25)) (-3908 (((-527) (-1 (-110) |#2|) $) NIL) (((-527) |#2| $) 11) (((-527) |#2| $ (-527)) NIL)) (-2965 (($ (-1 (-110) |#2| |#2|) $ $) NIL) (($ $ $) 20)))
+(((-352 |#1| |#2|) (-10 -8 (-15 -3962 (|#1| |#1|)) (-15 -3962 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -1393 ((-110) |#1|)) (-15 -2259 (|#1| |#1|)) (-15 -2965 (|#1| |#1| |#1|)) (-15 -3908 ((-527) |#2| |#1| (-527))) (-15 -3908 ((-527) |#2| |#1|)) (-15 -3908 ((-527) (-1 (-110) |#2|) |#1|)) (-15 -1393 ((-110) (-1 (-110) |#2| |#2|) |#1|)) (-15 -2259 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -1677 (|#1| |#1|)) (-15 -2965 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|))) (-353 |#2|) (-1130)) (T -352))
+NIL
+(-10 -8 (-15 -3962 (|#1| |#1|)) (-15 -3962 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -1393 ((-110) |#1|)) (-15 -2259 (|#1| |#1|)) (-15 -2965 (|#1| |#1| |#1|)) (-15 -3908 ((-527) |#2| |#1| (-527))) (-15 -3908 ((-527) |#2| |#1|)) (-15 -3908 ((-527) (-1 (-110) |#2|) |#1|)) (-15 -1393 ((-110) (-1 (-110) |#2| |#2|) |#1|)) (-15 -2259 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -1677 (|#1| |#1|)) (-15 -2965 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) 98) (((-110) $) 92 (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) 89 (|has| $ (-6 -4262))) (($ $) 88 (-12 (|has| |#1| (-791)) (|has| $ (-6 -4262))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#1| $ (-527) |#1|) 52 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 58 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1399 (($ $) 90 (|has| $ (-6 -4262)))) (-1677 (($ $) 100)) (-1702 (($ $) 78 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#1| $) 77 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 74 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 51)) (-3908 (((-527) (-1 (-110) |#1|) $) 97) (((-527) |#1| $) 96 (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) 95 (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3902 (($ $ $) 87 (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-1257 (($ $ $) 86 (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 42 (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 71)) (-1542 (($ $ |#1|) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) |#1|) 50) ((|#1| $ (-527)) 49) (($ $ (-1143 (-527))) 63)) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2687 (($ $ $ (-527)) 91 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 70)) (-1997 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) 84 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 83 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2799 (((-110) $ $) 85 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 82 (|has| |#1| (-791)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-353 |#1|) (-133) (-1130)) (T -353))
+((-2965 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 (-110) *3 *3)) (-4 *1 (-353 *3)) (-4 *3 (-1130)))) (-1677 (*1 *1 *1) (-12 (-4 *1 (-353 *2)) (-4 *2 (-1130)))) (-2259 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3 *3)) (-4 *1 (-353 *3)) (-4 *3 (-1130)))) (-1393 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *1 (-353 *4)) (-4 *4 (-1130)) (-5 *2 (-110)))) (-3908 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-110) *4)) (-4 *1 (-353 *4)) (-4 *4 (-1130)) (-5 *2 (-527)))) (-3908 (*1 *2 *3 *1) (-12 (-4 *1 (-353 *3)) (-4 *3 (-1130)) (-4 *3 (-1022)) (-5 *2 (-527)))) (-3908 (*1 *2 *3 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-353 *3)) (-4 *3 (-1130)) (-4 *3 (-1022)))) (-2965 (*1 *1 *1 *1) (-12 (-4 *1 (-353 *2)) (-4 *2 (-1130)) (-4 *2 (-791)))) (-2259 (*1 *1 *1) (-12 (-4 *1 (-353 *2)) (-4 *2 (-1130)) (-4 *2 (-791)))) (-1393 (*1 *2 *1) (-12 (-4 *1 (-353 *3)) (-4 *3 (-1130)) (-4 *3 (-791)) (-5 *2 (-110)))) (-2687 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-527)) (|has| *1 (-6 -4262)) (-4 *1 (-353 *3)) (-4 *3 (-1130)))) (-1399 (*1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-353 *2)) (-4 *2 (-1130)))) (-3962 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3 *3)) (|has| *1 (-6 -4262)) (-4 *1 (-353 *3)) (-4 *3 (-1130)))) (-3962 (*1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-353 *2)) (-4 *2 (-1130)) (-4 *2 (-791)))))
+(-13 (-599 |t#1|) (-10 -8 (-6 -4261) (-15 -2965 ($ (-1 (-110) |t#1| |t#1|) $ $)) (-15 -1677 ($ $)) (-15 -2259 ($ (-1 (-110) |t#1| |t#1|) $)) (-15 -1393 ((-110) (-1 (-110) |t#1| |t#1|) $)) (-15 -3908 ((-527) (-1 (-110) |t#1|) $)) (IF (|has| |t#1| (-1022)) (PROGN (-15 -3908 ((-527) |t#1| $)) (-15 -3908 ((-527) |t#1| $ (-527)))) |%noBranch|) (IF (|has| |t#1| (-791)) (PROGN (-6 (-791)) (-15 -2965 ($ $ $)) (-15 -2259 ($ $)) (-15 -1393 ((-110) $))) |%noBranch|) (IF (|has| $ (-6 -4262)) (PROGN (-15 -2687 ($ $ $ (-527))) (-15 -1399 ($ $)) (-15 -3962 ($ (-1 (-110) |t#1| |t#1|) $)) (IF (|has| |t#1| (-791)) (-15 -3962 ($ $)) |%noBranch|)) |%noBranch|)))
+(((-33) . T) ((-99) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-791) |has| |#1| (-791)) ((-1022) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-1130) . T))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2646 (((-594 |#1|) $) 32)) (-1829 (($ $ (-715)) 33)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3038 (((-1198 |#1| |#2|) (-1198 |#1| |#2|) $) 36)) (-1491 (($ $) 34)) (-4224 (((-1198 |#1| |#2|) (-1198 |#1| |#2|) $) 37)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2819 (($ $ |#1| $) 31) (($ $ (-594 |#1|) (-594 $)) 30)) (-4115 (((-715) $) 38)) (-4131 (($ $ $) 29)) (-4118 (((-800) $) 11) (($ |#1|) 41) (((-1189 |#1| |#2|) $) 40) (((-1198 |#1| |#2|) $) 39)) (-2663 ((|#2| (-1198 |#1| |#2|) $) 42)) (-3361 (($) 18 T CONST)) (-3318 (($ (-619 |#1|)) 35)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#2|) 28 (|has| |#2| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#2| $) 23) (($ $ |#2|) 26)))
+(((-354 |#1| |#2|) (-133) (-791) (-162)) (T -354))
+((-2663 (*1 *2 *3 *1) (-12 (-5 *3 (-1198 *4 *2)) (-4 *1 (-354 *4 *2)) (-4 *4 (-791)) (-4 *2 (-162)))) (-4118 (*1 *1 *2) (-12 (-4 *1 (-354 *2 *3)) (-4 *2 (-791)) (-4 *3 (-162)))) (-4118 (*1 *2 *1) (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)) (-5 *2 (-1189 *3 *4)))) (-4118 (*1 *2 *1) (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)) (-5 *2 (-1198 *3 *4)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)) (-5 *2 (-715)))) (-4224 (*1 *2 *2 *1) (-12 (-5 *2 (-1198 *3 *4)) (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)))) (-3038 (*1 *2 *2 *1) (-12 (-5 *2 (-1198 *3 *4)) (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)))) (-3318 (*1 *1 *2) (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-4 *1 (-354 *3 *4)) (-4 *4 (-162)))) (-1491 (*1 *1 *1) (-12 (-4 *1 (-354 *2 *3)) (-4 *2 (-791)) (-4 *3 (-162)))) (-1829 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)))) (-2646 (*1 *2 *1) (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)) (-5 *2 (-594 *3)))) (-2819 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-354 *2 *3)) (-4 *2 (-791)) (-4 *3 (-162)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 *1)) (-4 *1 (-354 *4 *5)) (-4 *4 (-791)) (-4 *5 (-162)))))
+(-13 (-585 |t#2|) (-10 -8 (-15 -2663 (|t#2| (-1198 |t#1| |t#2|) $)) (-15 -4118 ($ |t#1|)) (-15 -4118 ((-1189 |t#1| |t#2|) $)) (-15 -4118 ((-1198 |t#1| |t#2|) $)) (-15 -4115 ((-715) $)) (-15 -4224 ((-1198 |t#1| |t#2|) (-1198 |t#1| |t#2|) $)) (-15 -3038 ((-1198 |t#1| |t#2|) (-1198 |t#1| |t#2|) $)) (-15 -3318 ($ (-619 |t#1|))) (-15 -1491 ($ $)) (-15 -1829 ($ $ (-715))) (-15 -2646 ((-594 |t#1|) $)) (-15 -2819 ($ $ |t#1| $)) (-15 -2819 ($ $ (-594 |t#1|) (-594 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#2| |#2|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#2|) . T) ((-585 |#2|) . T) ((-662 |#2|) . T) ((-985 |#2|) . T) ((-1022) . T))
+((-2869 ((|#2| (-1 (-110) |#1| |#1|) |#2|) 24)) (-3761 ((|#2| (-1 (-110) |#1| |#1|) |#2|) 13)) (-1853 ((|#2| (-1 (-110) |#1| |#1|) |#2|) 22)))
+(((-355 |#1| |#2|) (-10 -7 (-15 -3761 (|#2| (-1 (-110) |#1| |#1|) |#2|)) (-15 -1853 (|#2| (-1 (-110) |#1| |#1|) |#2|)) (-15 -2869 (|#2| (-1 (-110) |#1| |#1|) |#2|))) (-1130) (-13 (-353 |#1|) (-10 -7 (-6 -4262)))) (T -355))
+((-2869 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-355 *4 *2)) (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262)))))) (-1853 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-355 *4 *2)) (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262)))))) (-3761 (*1 *2 *3 *2) (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-355 *4 *2)) (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262)))))))
+(-10 -7 (-15 -3761 (|#2| (-1 (-110) |#1| |#1|) |#2|)) (-15 -1853 (|#2| (-1 (-110) |#1| |#1|) |#2|)) (-15 -2869 (|#2| (-1 (-110) |#1| |#1|) |#2|)))
+((-4162 (((-634 |#2|) (-634 $)) NIL) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 22) (((-634 (-527)) (-634 $)) 14)))
+(((-356 |#1| |#2|) (-10 -8 (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 |#2|) (-634 |#1|)))) (-357 |#2|) (-979)) (T -356))
+NIL
+(-10 -8 (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 |#2|) (-634 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-4162 (((-634 |#1|) (-634 $)) 36) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 35) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 43 (|has| |#1| (-590 (-527)))) (((-634 (-527)) (-634 $)) 42 (|has| |#1| (-590 (-527))))) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-357 |#1|) (-133) (-979)) (T -357))
+NIL
+(-13 (-590 |t#1|) (-10 -7 (IF (|has| |t#1| (-590 (-527))) (-6 (-590 (-527))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-671) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-3440 (((-594 (-275 (-889 (-159 |#1|)))) (-275 (-387 (-889 (-159 (-527))))) |#1|) 51) (((-594 (-275 (-889 (-159 |#1|)))) (-387 (-889 (-159 (-527)))) |#1|) 50) (((-594 (-594 (-275 (-889 (-159 |#1|))))) (-594 (-275 (-387 (-889 (-159 (-527)))))) |#1|) 47) (((-594 (-594 (-275 (-889 (-159 |#1|))))) (-594 (-387 (-889 (-159 (-527))))) |#1|) 41)) (-1905 (((-594 (-594 (-159 |#1|))) (-594 (-387 (-889 (-159 (-527))))) (-594 (-1094)) |#1|) 30) (((-594 (-159 |#1|)) (-387 (-889 (-159 (-527)))) |#1|) 18)))
+(((-358 |#1|) (-10 -7 (-15 -3440 ((-594 (-594 (-275 (-889 (-159 |#1|))))) (-594 (-387 (-889 (-159 (-527))))) |#1|)) (-15 -3440 ((-594 (-594 (-275 (-889 (-159 |#1|))))) (-594 (-275 (-387 (-889 (-159 (-527)))))) |#1|)) (-15 -3440 ((-594 (-275 (-889 (-159 |#1|)))) (-387 (-889 (-159 (-527)))) |#1|)) (-15 -3440 ((-594 (-275 (-889 (-159 |#1|)))) (-275 (-387 (-889 (-159 (-527))))) |#1|)) (-15 -1905 ((-594 (-159 |#1|)) (-387 (-889 (-159 (-527)))) |#1|)) (-15 -1905 ((-594 (-594 (-159 |#1|))) (-594 (-387 (-889 (-159 (-527))))) (-594 (-1094)) |#1|))) (-13 (-343) (-789))) (T -358))
+((-1905 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 (-387 (-889 (-159 (-527)))))) (-5 *4 (-594 (-1094))) (-5 *2 (-594 (-594 (-159 *5)))) (-5 *1 (-358 *5)) (-4 *5 (-13 (-343) (-789))))) (-1905 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 (-159 (-527))))) (-5 *2 (-594 (-159 *4))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-343) (-789))))) (-3440 (*1 *2 *3 *4) (-12 (-5 *3 (-275 (-387 (-889 (-159 (-527)))))) (-5 *2 (-594 (-275 (-889 (-159 *4))))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-343) (-789))))) (-3440 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 (-159 (-527))))) (-5 *2 (-594 (-275 (-889 (-159 *4))))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-343) (-789))))) (-3440 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-275 (-387 (-889 (-159 (-527))))))) (-5 *2 (-594 (-594 (-275 (-889 (-159 *4)))))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-343) (-789))))) (-3440 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-387 (-889 (-159 (-527)))))) (-5 *2 (-594 (-594 (-275 (-889 (-159 *4)))))) (-5 *1 (-358 *4)) (-4 *4 (-13 (-343) (-789))))))
+(-10 -7 (-15 -3440 ((-594 (-594 (-275 (-889 (-159 |#1|))))) (-594 (-387 (-889 (-159 (-527))))) |#1|)) (-15 -3440 ((-594 (-594 (-275 (-889 (-159 |#1|))))) (-594 (-275 (-387 (-889 (-159 (-527)))))) |#1|)) (-15 -3440 ((-594 (-275 (-889 (-159 |#1|)))) (-387 (-889 (-159 (-527)))) |#1|)) (-15 -3440 ((-594 (-275 (-889 (-159 |#1|)))) (-275 (-387 (-889 (-159 (-527))))) |#1|)) (-15 -1905 ((-594 (-159 |#1|)) (-387 (-889 (-159 (-527)))) |#1|)) (-15 -1905 ((-594 (-594 (-159 |#1|))) (-594 (-387 (-889 (-159 (-527))))) (-594 (-1094)) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 33)) (-3008 (((-527) $) 55)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-1913 (($ $) 110)) (-1481 (($ $) 82)) (-2460 (($ $) 71)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2713 (($ $) 44)) (-1842 (((-110) $ $) NIL)) (-1461 (($ $) 80)) (-2439 (($ $) 69)) (-2350 (((-527) $) 64)) (-3183 (($ $ (-527)) 62)) (-1504 (($ $) NIL)) (-2502 (($ $) NIL)) (-1298 (($) NIL T CONST)) (-1335 (($ $) 112)) (-1923 (((-3 (-527) "failed") $) 189) (((-3 (-387 (-527)) "failed") $) 185)) (-4145 (((-527) $) 187) (((-387 (-527)) $) 183)) (-1346 (($ $ $) NIL)) (-3579 (((-527) $ $) 102)) (-3714 (((-3 $ "failed") $) 114)) (-1793 (((-387 (-527)) $ (-715)) 190) (((-387 (-527)) $ (-715) (-715)) 182)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-1794 (((-858)) 73) (((-858) (-858)) 98 (|has| $ (-6 -4252)))) (-3460 (((-110) $) 106)) (-4146 (($) 40)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL)) (-2564 (((-1181) (-715)) 152)) (-1268 (((-1181)) 157) (((-1181) (-715)) 158)) (-2942 (((-1181)) 159) (((-1181) (-715)) 160)) (-2253 (((-1181)) 155) (((-1181) (-715)) 156)) (-2050 (((-527) $) 58)) (-2956 (((-110) $) 104)) (-3799 (($ $ (-527)) NIL)) (-3641 (($ $) 48)) (-1705 (($ $) NIL)) (-1612 (((-110) $) 35)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL) (($) NIL (-12 (-3264 (|has| $ (-6 -4244))) (-3264 (|has| $ (-6 -4252)))))) (-1257 (($ $ $) NIL) (($) 99 (-12 (-3264 (|has| $ (-6 -4244))) (-3264 (|has| $ (-6 -4252)))))) (-1748 (((-527) $) 17)) (-2479 (($) 87) (($ $) 92)) (-2224 (($) 91) (($ $) 93)) (-2495 (($ $) 83)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 116)) (-1344 (((-858) (-527)) 43 (|has| $ (-6 -4252)))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) 53)) (-1448 (($ $) 109)) (-3546 (($ (-527) (-527)) 107) (($ (-527) (-527) (-858)) 108)) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3148 (((-527) $) 19)) (-3820 (($) 94)) (-1724 (($ $) 79)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1466 (((-858)) 100) (((-858) (-858)) 101 (|has| $ (-6 -4252)))) (-4234 (($ $ (-715)) NIL) (($ $) 115)) (-4167 (((-858) (-527)) 47 (|has| $ (-6 -4252)))) (-1513 (($ $) NIL)) (-2021 (($ $) NIL)) (-1493 (($ $) NIL)) (-2482 (($ $) NIL)) (-1471 (($ $) 81)) (-2449 (($ $) 70)) (-2051 (((-359) $) 175) (((-207) $) 177) (((-829 (-359)) $) NIL) (((-1077) $) 162) (((-503) $) 173) (($ (-207)) 181)) (-4118 (((-800) $) 164) (($ (-527)) 186) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-527)) 186) (($ (-387 (-527))) NIL) (((-207) $) 178)) (-4070 (((-715)) NIL)) (-3934 (($ $) 111)) (-1366 (((-858)) 54) (((-858) (-858)) 66 (|has| $ (-6 -4252)))) (-1670 (((-858)) 103)) (-1551 (($ $) 86)) (-2076 (($ $) 46) (($ $ $) 52)) (-3978 (((-110) $ $) NIL)) (-1526 (($ $) 84)) (-2033 (($ $) 37)) (-1579 (($ $) NIL)) (-1439 (($ $) NIL)) (-2837 (($ $) NIL)) (-1449 (($ $) NIL)) (-1564 (($ $) NIL)) (-1427 (($ $) NIL)) (-1539 (($ $) 85)) (-2044 (($ $) 49)) (-1597 (($ $) 51)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 34 T CONST)) (-3374 (($) 38 T CONST)) (-2951 (((-1077) $) 27) (((-1077) $ (-110)) 29) (((-1181) (-766) $) 30) (((-1181) (-766) $ (-110)) 31)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 39)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 42)) (-2873 (($ $ $) 45) (($ $ (-527)) 41)) (-2863 (($ $) 36) (($ $ $) 50)) (-2850 (($ $ $) 61)) (** (($ $ (-858)) 67) (($ $ (-715)) NIL) (($ $ (-527)) 88) (($ $ (-387 (-527))) 125) (($ $ $) 117)) (* (($ (-858) $) 65) (($ (-715) $) NIL) (($ (-527) $) 68) (($ $ $) 60) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-359) (-13 (-384) (-215) (-569 (-1077)) (-772) (-568 (-207)) (-1116) (-569 (-503)) (-10 -8 (-15 -2873 ($ $ (-527))) (-15 ** ($ $ $)) (-15 -3641 ($ $)) (-15 -3579 ((-527) $ $)) (-15 -3183 ($ $ (-527))) (-15 -1793 ((-387 (-527)) $ (-715))) (-15 -1793 ((-387 (-527)) $ (-715) (-715))) (-15 -2479 ($)) (-15 -2224 ($)) (-15 -3820 ($)) (-15 -2076 ($ $ $)) (-15 -2479 ($ $)) (-15 -2224 ($ $)) (-15 -2051 ($ (-207))) (-15 -2942 ((-1181))) (-15 -2942 ((-1181) (-715))) (-15 -2253 ((-1181))) (-15 -2253 ((-1181) (-715))) (-15 -1268 ((-1181))) (-15 -1268 ((-1181) (-715))) (-15 -2564 ((-1181) (-715))) (-6 -4252) (-6 -4244)))) (T -359))
+((** (*1 *1 *1 *1) (-5 *1 (-359))) (-2873 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-359)))) (-3641 (*1 *1 *1) (-5 *1 (-359))) (-3579 (*1 *2 *1 *1) (-12 (-5 *2 (-527)) (-5 *1 (-359)))) (-3183 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-359)))) (-1793 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-359)))) (-1793 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-359)))) (-2479 (*1 *1) (-5 *1 (-359))) (-2224 (*1 *1) (-5 *1 (-359))) (-3820 (*1 *1) (-5 *1 (-359))) (-2076 (*1 *1 *1 *1) (-5 *1 (-359))) (-2479 (*1 *1 *1) (-5 *1 (-359))) (-2224 (*1 *1 *1) (-5 *1 (-359))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-359)))) (-2942 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-359)))) (-2942 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359)))) (-2253 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-359)))) (-2253 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359)))) (-1268 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-359)))) (-1268 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359)))) (-2564 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359)))))
+(-13 (-384) (-215) (-569 (-1077)) (-772) (-568 (-207)) (-1116) (-569 (-503)) (-10 -8 (-15 -2873 ($ $ (-527))) (-15 ** ($ $ $)) (-15 -3641 ($ $)) (-15 -3579 ((-527) $ $)) (-15 -3183 ($ $ (-527))) (-15 -1793 ((-387 (-527)) $ (-715))) (-15 -1793 ((-387 (-527)) $ (-715) (-715))) (-15 -2479 ($)) (-15 -2224 ($)) (-15 -3820 ($)) (-15 -2076 ($ $ $)) (-15 -2479 ($ $)) (-15 -2224 ($ $)) (-15 -2051 ($ (-207))) (-15 -2942 ((-1181))) (-15 -2942 ((-1181) (-715))) (-15 -2253 ((-1181))) (-15 -2253 ((-1181) (-715))) (-15 -1268 ((-1181))) (-15 -1268 ((-1181) (-715))) (-15 -2564 ((-1181) (-715))) (-6 -4252) (-6 -4244)))
+((-3317 (((-594 (-275 (-889 |#1|))) (-275 (-387 (-889 (-527)))) |#1|) 46) (((-594 (-275 (-889 |#1|))) (-387 (-889 (-527))) |#1|) 45) (((-594 (-594 (-275 (-889 |#1|)))) (-594 (-275 (-387 (-889 (-527))))) |#1|) 42) (((-594 (-594 (-275 (-889 |#1|)))) (-594 (-387 (-889 (-527)))) |#1|) 36)) (-3052 (((-594 |#1|) (-387 (-889 (-527))) |#1|) 20) (((-594 (-594 |#1|)) (-594 (-387 (-889 (-527)))) (-594 (-1094)) |#1|) 30)))
+(((-360 |#1|) (-10 -7 (-15 -3317 ((-594 (-594 (-275 (-889 |#1|)))) (-594 (-387 (-889 (-527)))) |#1|)) (-15 -3317 ((-594 (-594 (-275 (-889 |#1|)))) (-594 (-275 (-387 (-889 (-527))))) |#1|)) (-15 -3317 ((-594 (-275 (-889 |#1|))) (-387 (-889 (-527))) |#1|)) (-15 -3317 ((-594 (-275 (-889 |#1|))) (-275 (-387 (-889 (-527)))) |#1|)) (-15 -3052 ((-594 (-594 |#1|)) (-594 (-387 (-889 (-527)))) (-594 (-1094)) |#1|)) (-15 -3052 ((-594 |#1|) (-387 (-889 (-527))) |#1|))) (-13 (-789) (-343))) (T -360))
+((-3052 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 (-527)))) (-5 *2 (-594 *4)) (-5 *1 (-360 *4)) (-4 *4 (-13 (-789) (-343))))) (-3052 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 (-387 (-889 (-527))))) (-5 *4 (-594 (-1094))) (-5 *2 (-594 (-594 *5))) (-5 *1 (-360 *5)) (-4 *5 (-13 (-789) (-343))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-275 (-387 (-889 (-527))))) (-5 *2 (-594 (-275 (-889 *4)))) (-5 *1 (-360 *4)) (-4 *4 (-13 (-789) (-343))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 (-527)))) (-5 *2 (-594 (-275 (-889 *4)))) (-5 *1 (-360 *4)) (-4 *4 (-13 (-789) (-343))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-275 (-387 (-889 (-527)))))) (-5 *2 (-594 (-594 (-275 (-889 *4))))) (-5 *1 (-360 *4)) (-4 *4 (-13 (-789) (-343))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-387 (-889 (-527))))) (-5 *2 (-594 (-594 (-275 (-889 *4))))) (-5 *1 (-360 *4)) (-4 *4 (-13 (-789) (-343))))))
+(-10 -7 (-15 -3317 ((-594 (-594 (-275 (-889 |#1|)))) (-594 (-387 (-889 (-527)))) |#1|)) (-15 -3317 ((-594 (-594 (-275 (-889 |#1|)))) (-594 (-275 (-387 (-889 (-527))))) |#1|)) (-15 -3317 ((-594 (-275 (-889 |#1|))) (-387 (-889 (-527))) |#1|)) (-15 -3317 ((-594 (-275 (-889 |#1|))) (-275 (-387 (-889 (-527)))) |#1|)) (-15 -3052 ((-594 (-594 |#1|)) (-594 (-387 (-889 (-527)))) (-594 (-1094)) |#1|)) (-15 -3052 ((-594 |#1|) (-387 (-889 (-527))) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) 26)) (-4145 ((|#2| $) 28)) (-3033 (($ $) NIL)) (-2296 (((-715) $) 10)) (-2684 (((-594 $) $) 20)) (-4170 (((-110) $) NIL)) (-2897 (($ |#2| |#1|) 18)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2548 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 14)) (-2990 ((|#2| $) 15)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 45) (($ |#2|) 27)) (-3425 (((-594 |#1|) $) 17)) (-3411 ((|#1| $ |#2|) 47)) (-3361 (($) 29 T CONST)) (-1835 (((-594 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 13)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ |#1| $) 32) (($ $ |#1|) 33) (($ |#1| |#2|) 35) (($ |#2| |#1|) 36)))
+(((-361 |#1| |#2|) (-13 (-362 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|)))) (-979) (-791)) (T -361))
+((* (*1 *1 *2 *3) (-12 (-5 *1 (-361 *3 *2)) (-4 *3 (-979)) (-4 *2 (-791)))))
+(-13 (-362 |#1| |#2|) (-10 -8 (-15 * ($ |#2| |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#2| "failed") $) 44)) (-4145 ((|#2| $) 43)) (-3033 (($ $) 30)) (-2296 (((-715) $) 34)) (-2684 (((-594 $) $) 35)) (-4170 (((-110) $) 38)) (-2897 (($ |#2| |#1|) 39)) (-1998 (($ (-1 |#1| |#1|) $) 40)) (-2548 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) 31)) (-2990 ((|#2| $) 33)) (-3004 ((|#1| $) 32)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ |#2|) 45)) (-3425 (((-594 |#1|) $) 36)) (-3411 ((|#1| $ |#2|) 41)) (-3361 (($) 18 T CONST)) (-1835 (((-594 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 37)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26) (($ |#1| |#2|) 42)))
+(((-362 |#1| |#2|) (-133) (-979) (-1022)) (T -362))
+((* (*1 *1 *2 *3) (-12 (-4 *1 (-362 *2 *3)) (-4 *2 (-979)) (-4 *3 (-1022)))) (-3411 (*1 *2 *1 *3) (-12 (-4 *1 (-362 *2 *3)) (-4 *3 (-1022)) (-4 *2 (-979)))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022)))) (-2897 (*1 *1 *2 *3) (-12 (-4 *1 (-362 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1022)))) (-4170 (*1 *2 *1) (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022)) (-5 *2 (-110)))) (-1835 (*1 *2 *1) (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022)) (-5 *2 (-594 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3425 (*1 *2 *1) (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022)) (-5 *2 (-594 *3)))) (-2684 (*1 *2 *1) (-12 (-4 *3 (-979)) (-4 *4 (-1022)) (-5 *2 (-594 *1)) (-4 *1 (-362 *3 *4)))) (-2296 (*1 *2 *1) (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022)) (-5 *2 (-715)))) (-2990 (*1 *2 *1) (-12 (-4 *1 (-362 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1022)))) (-3004 (*1 *2 *1) (-12 (-4 *1 (-362 *2 *3)) (-4 *3 (-1022)) (-4 *2 (-979)))) (-2548 (*1 *2 *1) (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022)) (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))) (-3033 (*1 *1 *1) (-12 (-4 *1 (-362 *2 *3)) (-4 *2 (-979)) (-4 *3 (-1022)))))
+(-13 (-109 |t#1| |t#1|) (-970 |t#2|) (-10 -8 (-15 * ($ |t#1| |t#2|)) (-15 -3411 (|t#1| $ |t#2|)) (-15 -1998 ($ (-1 |t#1| |t#1|) $)) (-15 -2897 ($ |t#2| |t#1|)) (-15 -4170 ((-110) $)) (-15 -1835 ((-594 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3425 ((-594 |t#1|) $)) (-15 -2684 ((-594 $) $)) (-15 -2296 ((-715) $)) (-15 -2990 (|t#2| $)) (-15 -3004 (|t#1| $)) (-15 -2548 ((-2 (|:| |k| |t#2|) (|:| |c| |t#1|)) $)) (-15 -3033 ($ $)) (IF (|has| |t#1| (-162)) (-6 (-662 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-662 |#1|) |has| |#1| (-162)) ((-970 |#2|) . T) ((-985 |#1|) . T) ((-1022) . T))
+((-4099 (((-1181) $) 7)) (-4118 (((-800) $) 8) (($ (-634 (-643))) 14) (($ (-594 (-310))) 13) (($ (-310)) 12) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 11)))
+(((-363) (-133)) (T -363))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-634 (-643))) (-4 *1 (-363)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-363)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-363)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) (-4 *1 (-363)))))
+(-13 (-375) (-10 -8 (-15 -4118 ($ (-634 (-643)))) (-15 -4118 ($ (-594 (-310)))) (-15 -4118 ($ (-310))) (-15 -4118 ($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))))))
+(((-568 (-800)) . T) ((-375) . T) ((-1130) . T))
+((-1923 (((-3 $ "failed") (-634 (-296 (-359)))) 21) (((-3 $ "failed") (-634 (-296 (-527)))) 19) (((-3 $ "failed") (-634 (-889 (-359)))) 17) (((-3 $ "failed") (-634 (-889 (-527)))) 15) (((-3 $ "failed") (-634 (-387 (-889 (-359))))) 13) (((-3 $ "failed") (-634 (-387 (-889 (-527))))) 11)) (-4145 (($ (-634 (-296 (-359)))) 22) (($ (-634 (-296 (-527)))) 20) (($ (-634 (-889 (-359)))) 18) (($ (-634 (-889 (-527)))) 16) (($ (-634 (-387 (-889 (-359))))) 14) (($ (-634 (-387 (-889 (-527))))) 12)) (-4099 (((-1181) $) 7)) (-4118 (((-800) $) 8) (($ (-594 (-310))) 25) (($ (-310)) 24) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 23)))
+(((-364) (-133)) (T -364))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-364)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-364)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) (-4 *1 (-364)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-634 (-296 (-359)))) (-4 *1 (-364)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-634 (-296 (-359)))) (-4 *1 (-364)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-634 (-296 (-527)))) (-4 *1 (-364)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-634 (-296 (-527)))) (-4 *1 (-364)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-634 (-889 (-359)))) (-4 *1 (-364)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-634 (-889 (-359)))) (-4 *1 (-364)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-634 (-889 (-527)))) (-4 *1 (-364)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-634 (-889 (-527)))) (-4 *1 (-364)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-634 (-387 (-889 (-359))))) (-4 *1 (-364)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-634 (-387 (-889 (-359))))) (-4 *1 (-364)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-634 (-387 (-889 (-527))))) (-4 *1 (-364)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-634 (-387 (-889 (-527))))) (-4 *1 (-364)))))
+(-13 (-375) (-10 -8 (-15 -4118 ($ (-594 (-310)))) (-15 -4118 ($ (-310))) (-15 -4118 ($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))) (-15 -4145 ($ (-634 (-296 (-359))))) (-15 -1923 ((-3 $ "failed") (-634 (-296 (-359))))) (-15 -4145 ($ (-634 (-296 (-527))))) (-15 -1923 ((-3 $ "failed") (-634 (-296 (-527))))) (-15 -4145 ($ (-634 (-889 (-359))))) (-15 -1923 ((-3 $ "failed") (-634 (-889 (-359))))) (-15 -4145 ($ (-634 (-889 (-527))))) (-15 -1923 ((-3 $ "failed") (-634 (-889 (-527))))) (-15 -4145 ($ (-634 (-387 (-889 (-359)))))) (-15 -1923 ((-3 $ "failed") (-634 (-387 (-889 (-359)))))) (-15 -4145 ($ (-634 (-387 (-889 (-527)))))) (-15 -1923 ((-3 $ "failed") (-634 (-387 (-889 (-527))))))))
+(((-568 (-800)) . T) ((-375) . T) ((-1130) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-2829 (($ |#1| |#2|) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2394 ((|#2| $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 28)) (-3361 (($) 12 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ |#1| $) 16) (($ $ |#1|) 19)))
+(((-365 |#1| |#2|) (-13 (-109 |#1| |#1|) (-483 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-162)) (-6 (-662 |#1|)) |%noBranch|))) (-979) (-791)) (T -365))
+NIL
+(-13 (-109 |#1| |#1|) (-483 |#1| |#2|) (-10 -7 (IF (|has| |#1| (-162)) (-6 (-662 |#1|)) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-1637 (((-715) $) 59)) (-1298 (($) NIL T CONST)) (-3038 (((-3 $ "failed") $ $) 61)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1287 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) 53)) (-2956 (((-110) $) 15)) (-4199 ((|#1| $ (-527)) NIL)) (-2334 (((-715) $ (-527)) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2182 (($ (-1 |#1| |#1|) $) 38)) (-4063 (($ (-1 (-715) (-715)) $) 35)) (-4224 (((-3 $ "failed") $ $) 50)) (-2416 (((-1077) $) NIL)) (-1642 (($ $ $) 26)) (-2836 (($ $ $) 24)) (-4024 (((-1041) $) NIL)) (-3798 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-715)))) $) 32)) (-3304 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) 56)) (-4118 (((-800) $) 22) (($ |#1|) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3374 (($) 9 T CONST)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) 41)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) 63 (|has| |#1| (-791)))) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ |#1| (-715)) 40)) (* (($ $ $) 47) (($ |#1| $) 30) (($ $ |#1|) 28)))
+(((-366 |#1|) (-13 (-671) (-970 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-715))) (-15 -2836 ($ $ $)) (-15 -1642 ($ $ $)) (-15 -4224 ((-3 $ "failed") $ $)) (-15 -3038 ((-3 $ "failed") $ $)) (-15 -3304 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1287 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1637 ((-715) $)) (-15 -3798 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-715)))) $)) (-15 -2334 ((-715) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -4063 ($ (-1 (-715) (-715)) $)) (-15 -2182 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|))) (-1022)) (T -366))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (-2836 (*1 *1 *1 *1) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (-1642 (*1 *1 *1 *1) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (-4224 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (-3038 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (-3304 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-366 *3)) (|:| |rm| (-366 *3)))) (-5 *1 (-366 *3)) (-4 *3 (-1022)))) (-1287 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-366 *3)) (|:| |mm| (-366 *3)) (|:| |rm| (-366 *3)))) (-5 *1 (-366 *3)) (-4 *3 (-1022)))) (-1637 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-366 *3)) (-4 *3 (-1022)))) (-3798 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 (-715))))) (-5 *1 (-366 *3)) (-4 *3 (-1022)))) (-2334 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-715)) (-5 *1 (-366 *4)) (-4 *4 (-1022)))) (-4199 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-366 *2)) (-4 *2 (-1022)))) (-4063 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-715) (-715))) (-5 *1 (-366 *3)) (-4 *3 (-1022)))) (-2182 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-366 *3)))))
+(-13 (-671) (-970 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-715))) (-15 -2836 ($ $ $)) (-15 -1642 ($ $ $)) (-15 -4224 ((-3 $ "failed") $ $)) (-15 -3038 ((-3 $ "failed") $ $)) (-15 -3304 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1287 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1637 ((-715) $)) (-15 -3798 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-715)))) $)) (-15 -2334 ((-715) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -4063 ($ (-1 (-715) (-715)) $)) (-15 -2182 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-791)) (-6 (-791)) |%noBranch|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 47)) (-4145 (((-527) $) 46)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-3902 (($ $ $) 54)) (-1257 (($ $ $) 53)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ $) 42)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-527)) 48)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2813 (((-110) $ $) 51)) (-2788 (((-110) $ $) 50)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 52)) (-2775 (((-110) $ $) 49)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-367) (-133)) (T -367))
+NIL
+(-13 (-519) (-791) (-970 (-527)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-791) . T) ((-970 (-527)) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1281 (((-110) $) 20)) (-3150 (((-110) $) 19)) (-3325 (($ (-1077) (-1077) (-1077)) 21)) (-2365 (((-1077) $) 16)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1574 (($ (-1077) (-1077) (-1077)) 14)) (-3570 (((-1077) $) 17)) (-2959 (((-110) $) 18)) (-1236 (((-1077) $) 15)) (-4118 (((-800) $) 12) (($ (-1077)) 13) (((-1077) $) 9)) (-2747 (((-110) $ $) 7)))
+(((-368) (-369)) (T -368))
+NIL
+(-369)
+((-4105 (((-110) $ $) 7)) (-1281 (((-110) $) 14)) (-3150 (((-110) $) 15)) (-3325 (($ (-1077) (-1077) (-1077)) 13)) (-2365 (((-1077) $) 18)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1574 (($ (-1077) (-1077) (-1077)) 20)) (-3570 (((-1077) $) 17)) (-2959 (((-110) $) 16)) (-1236 (((-1077) $) 19)) (-4118 (((-800) $) 11) (($ (-1077)) 22) (((-1077) $) 21)) (-2747 (((-110) $ $) 6)))
+(((-369) (-133)) (T -369))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-4 *1 (-369)))) (-4118 (*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077)))) (-1574 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1077)) (-4 *1 (-369)))) (-1236 (*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077)))) (-2365 (*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077)))) (-3570 (*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077)))) (-2959 (*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-110)))) (-3150 (*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-110)))) (-1281 (*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-110)))) (-3325 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-1077)) (-4 *1 (-369)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-1077))) (-15 -4118 ((-1077) $)) (-15 -1574 ($ (-1077) (-1077) (-1077))) (-15 -1236 ((-1077) $)) (-15 -2365 ((-1077) $)) (-15 -3570 ((-1077) $)) (-15 -2959 ((-110) $)) (-15 -3150 ((-110) $)) (-15 -1281 ((-110) $)) (-15 -3325 ($ (-1077) (-1077) (-1077)))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3233 (((-800) $) 50)) (-1298 (($) NIL T CONST)) (-3464 (($ $ (-858)) NIL)) (-1213 (($ $ (-858)) NIL)) (-3223 (($ $ (-858)) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2613 (($ (-715)) 26)) (-3817 (((-715)) 17)) (-3125 (((-800) $) 52)) (-2170 (($ $ $) NIL)) (-4118 (((-800) $) NIL)) (-3384 (($ $ $ $) NIL)) (-4056 (($ $ $) NIL)) (-3361 (($) 20 T CONST)) (-2747 (((-110) $ $) 28)) (-2863 (($ $) 34) (($ $ $) 36)) (-2850 (($ $ $) 37)) (** (($ $ (-858)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 38) (($ $ |#3|) NIL) (($ |#3| $) 33)))
+(((-370 |#1| |#2| |#3|) (-13 (-689 |#3|) (-10 -8 (-15 -3817 ((-715))) (-15 -3125 ((-800) $)) (-15 -3233 ((-800) $)) (-15 -2613 ($ (-715))))) (-715) (-715) (-162)) (T -370))
+((-3817 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-162)))) (-3125 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 (-715)) (-14 *4 (-715)) (-4 *5 (-162)))) (-3233 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 (-715)) (-14 *4 (-715)) (-4 *5 (-162)))) (-2613 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2) (-4 *5 (-162)))))
+(-13 (-689 |#3|) (-10 -8 (-15 -3817 ((-715))) (-15 -3125 ((-800) $)) (-15 -3233 ((-800) $)) (-15 -2613 ($ (-715)))))
+((-3707 (((-1077)) 10)) (-4032 (((-1066 (-1077))) 28)) (-4079 (((-1181) (-1077)) 25) (((-1181) (-368)) 24)) (-4088 (((-1181)) 26)) (-2092 (((-1066 (-1077))) 27)))
+(((-371) (-10 -7 (-15 -2092 ((-1066 (-1077)))) (-15 -4032 ((-1066 (-1077)))) (-15 -4088 ((-1181))) (-15 -4079 ((-1181) (-368))) (-15 -4079 ((-1181) (-1077))) (-15 -3707 ((-1077))))) (T -371))
+((-3707 (*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-371)))) (-4079 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-371)))) (-4079 (*1 *2 *3) (-12 (-5 *3 (-368)) (-5 *2 (-1181)) (-5 *1 (-371)))) (-4088 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-371)))) (-4032 (*1 *2) (-12 (-5 *2 (-1066 (-1077))) (-5 *1 (-371)))) (-2092 (*1 *2) (-12 (-5 *2 (-1066 (-1077))) (-5 *1 (-371)))))
+(-10 -7 (-15 -2092 ((-1066 (-1077)))) (-15 -4032 ((-1066 (-1077)))) (-15 -4088 ((-1181))) (-15 -4079 ((-1181) (-368))) (-15 -4079 ((-1181) (-1077))) (-15 -3707 ((-1077))))
+((-2050 (((-715) (-316 |#1| |#2| |#3| |#4|)) 16)))
+(((-372 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2050 ((-715) (-316 |#1| |#2| |#3| |#4|)))) (-13 (-348) (-343)) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|)) (T -372))
+((-2050 (*1 *2 *3) (-12 (-5 *3 (-316 *4 *5 *6 *7)) (-4 *4 (-13 (-348) (-343))) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-4 *7 (-322 *4 *5 *6)) (-5 *2 (-715)) (-5 *1 (-372 *4 *5 *6 *7)))))
+(-10 -7 (-15 -2050 ((-715) (-316 |#1| |#2| |#3| |#4|))))
+((-4118 (((-374) |#1|) 11)))
+(((-373 |#1|) (-10 -7 (-15 -4118 ((-374) |#1|))) (-1022)) (T -373))
+((-4118 (*1 *2 *3) (-12 (-5 *2 (-374)) (-5 *1 (-373 *3)) (-4 *3 (-1022)))))
+(-10 -7 (-15 -4118 ((-374) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-3360 (((-594 (-1077)) $ (-594 (-1077))) 38)) (-2960 (((-594 (-1077)) $ (-594 (-1077))) 39)) (-1299 (((-594 (-1077)) $ (-594 (-1077))) 40)) (-3520 (((-594 (-1077)) $) 35)) (-3325 (($) 23)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3597 (((-594 (-1077)) $) 36)) (-4132 (((-594 (-1077)) $) 37)) (-2664 (((-1181) $ (-527)) 33) (((-1181) $) 34)) (-2051 (($ (-800) (-527)) 30)) (-4118 (((-800) $) 42) (($ (-800)) 25)) (-2747 (((-110) $ $) NIL)))
+(((-374) (-13 (-1022) (-10 -8 (-15 -4118 ($ (-800))) (-15 -2051 ($ (-800) (-527))) (-15 -2664 ((-1181) $ (-527))) (-15 -2664 ((-1181) $)) (-15 -4132 ((-594 (-1077)) $)) (-15 -3597 ((-594 (-1077)) $)) (-15 -3325 ($)) (-15 -3520 ((-594 (-1077)) $)) (-15 -1299 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -2960 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -3360 ((-594 (-1077)) $ (-594 (-1077))))))) (T -374))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-800)) (-5 *1 (-374)))) (-2051 (*1 *1 *2 *3) (-12 (-5 *2 (-800)) (-5 *3 (-527)) (-5 *1 (-374)))) (-2664 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-374)))) (-2664 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-374)))) (-4132 (*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))) (-3597 (*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))) (-3325 (*1 *1) (-5 *1 (-374))) (-3520 (*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))) (-1299 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))) (-2960 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))) (-3360 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-800))) (-15 -2051 ($ (-800) (-527))) (-15 -2664 ((-1181) $ (-527))) (-15 -2664 ((-1181) $)) (-15 -4132 ((-594 (-1077)) $)) (-15 -3597 ((-594 (-1077)) $)) (-15 -3325 ($)) (-15 -3520 ((-594 (-1077)) $)) (-15 -1299 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -2960 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -3360 ((-594 (-1077)) $ (-594 (-1077))))))
+((-4099 (((-1181) $) 7)) (-4118 (((-800) $) 8)))
+(((-375) (-133)) (T -375))
+((-4099 (*1 *2 *1) (-12 (-4 *1 (-375)) (-5 *2 (-1181)))))
+(-13 (-1130) (-568 (-800)) (-10 -8 (-15 -4099 ((-1181) $))))
+(((-568 (-800)) . T) ((-1130) . T))
+((-1923 (((-3 $ "failed") (-296 (-359))) 21) (((-3 $ "failed") (-296 (-527))) 19) (((-3 $ "failed") (-889 (-359))) 17) (((-3 $ "failed") (-889 (-527))) 15) (((-3 $ "failed") (-387 (-889 (-359)))) 13) (((-3 $ "failed") (-387 (-889 (-527)))) 11)) (-4145 (($ (-296 (-359))) 22) (($ (-296 (-527))) 20) (($ (-889 (-359))) 18) (($ (-889 (-527))) 16) (($ (-387 (-889 (-359)))) 14) (($ (-387 (-889 (-527)))) 12)) (-4099 (((-1181) $) 7)) (-4118 (((-800) $) 8) (($ (-594 (-310))) 25) (($ (-310)) 24) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 23)))
+(((-376) (-133)) (T -376))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-376)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-376)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) (-4 *1 (-376)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-296 (-359))) (-4 *1 (-376)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-296 (-359))) (-4 *1 (-376)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-296 (-527))) (-4 *1 (-376)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-296 (-527))) (-4 *1 (-376)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-889 (-359))) (-4 *1 (-376)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-889 (-359))) (-4 *1 (-376)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-889 (-527))) (-4 *1 (-376)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-889 (-527))) (-4 *1 (-376)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-387 (-889 (-359)))) (-4 *1 (-376)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-387 (-889 (-359)))) (-4 *1 (-376)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-387 (-889 (-527)))) (-4 *1 (-376)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-387 (-889 (-527)))) (-4 *1 (-376)))))
+(-13 (-375) (-10 -8 (-15 -4118 ($ (-594 (-310)))) (-15 -4118 ($ (-310))) (-15 -4118 ($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))) (-15 -4145 ($ (-296 (-359)))) (-15 -1923 ((-3 $ "failed") (-296 (-359)))) (-15 -4145 ($ (-296 (-527)))) (-15 -1923 ((-3 $ "failed") (-296 (-527)))) (-15 -4145 ($ (-889 (-359)))) (-15 -1923 ((-3 $ "failed") (-889 (-359)))) (-15 -4145 ($ (-889 (-527)))) (-15 -1923 ((-3 $ "failed") (-889 (-527)))) (-15 -4145 ($ (-387 (-889 (-359))))) (-15 -1923 ((-3 $ "failed") (-387 (-889 (-359))))) (-15 -4145 ($ (-387 (-889 (-527))))) (-15 -1923 ((-3 $ "failed") (-387 (-889 (-527)))))))
+(((-568 (-800)) . T) ((-375) . T) ((-1130) . T))
+((-1591 (((-594 (-1077)) (-594 (-1077))) 9)) (-4099 (((-1181) (-368)) 27)) (-1314 (((-1026) (-1094) (-594 (-1094)) (-1097) (-594 (-1094))) 60) (((-1026) (-1094) (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094)))) (-594 (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094))))) (-594 (-1094)) (-1094)) 35) (((-1026) (-1094) (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094)))) (-594 (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094))))) (-594 (-1094))) 34)))
+(((-377) (-10 -7 (-15 -1314 ((-1026) (-1094) (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094)))) (-594 (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094))))) (-594 (-1094)))) (-15 -1314 ((-1026) (-1094) (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094)))) (-594 (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094))))) (-594 (-1094)) (-1094))) (-15 -1314 ((-1026) (-1094) (-594 (-1094)) (-1097) (-594 (-1094)))) (-15 -4099 ((-1181) (-368))) (-15 -1591 ((-594 (-1077)) (-594 (-1077)))))) (T -377))
+((-1591 (*1 *2 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-377)))) (-4099 (*1 *2 *3) (-12 (-5 *3 (-368)) (-5 *2 (-1181)) (-5 *1 (-377)))) (-1314 (*1 *2 *3 *4 *5 *4) (-12 (-5 *4 (-594 (-1094))) (-5 *5 (-1097)) (-5 *3 (-1094)) (-5 *2 (-1026)) (-5 *1 (-377)))) (-1314 (*1 *2 *3 *4 *5 *6 *3) (-12 (-5 *5 (-594 (-594 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-594 (-3 (|:| |array| (-594 *3)) (|:| |scalar| (-1094))))) (-5 *6 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1026)) (-5 *1 (-377)))) (-1314 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-594 (-594 (-3 (|:| |array| *6) (|:| |scalar| *3))))) (-5 *4 (-594 (-3 (|:| |array| (-594 *3)) (|:| |scalar| (-1094))))) (-5 *6 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1026)) (-5 *1 (-377)))))
+(-10 -7 (-15 -1314 ((-1026) (-1094) (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094)))) (-594 (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094))))) (-594 (-1094)))) (-15 -1314 ((-1026) (-1094) (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094)))) (-594 (-594 (-3 (|:| |array| (-594 (-1094))) (|:| |scalar| (-1094))))) (-594 (-1094)) (-1094))) (-15 -1314 ((-1026) (-1094) (-594 (-1094)) (-1097) (-594 (-1094)))) (-15 -4099 ((-1181) (-368))) (-15 -1591 ((-594 (-1077)) (-594 (-1077)))))
+((-4099 (((-1181) $) 38)) (-4118 (((-800) $) 98) (($ (-310)) 100) (($ (-594 (-310))) 99) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 97) (($ (-296 (-645))) 54) (($ (-296 (-643))) 73) (($ (-296 (-638))) 86) (($ (-275 (-296 (-645)))) 68) (($ (-275 (-296 (-643)))) 81) (($ (-275 (-296 (-638)))) 94) (($ (-296 (-527))) 104) (($ (-296 (-359))) 117) (($ (-296 (-159 (-359)))) 130) (($ (-275 (-296 (-527)))) 112) (($ (-275 (-296 (-359)))) 125) (($ (-275 (-296 (-159 (-359))))) 138)))
+(((-378 |#1| |#2| |#3| |#4|) (-13 (-375) (-10 -8 (-15 -4118 ($ (-310))) (-15 -4118 ($ (-594 (-310)))) (-15 -4118 ($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))) (-15 -4118 ($ (-296 (-645)))) (-15 -4118 ($ (-296 (-643)))) (-15 -4118 ($ (-296 (-638)))) (-15 -4118 ($ (-275 (-296 (-645))))) (-15 -4118 ($ (-275 (-296 (-643))))) (-15 -4118 ($ (-275 (-296 (-638))))) (-15 -4118 ($ (-296 (-527)))) (-15 -4118 ($ (-296 (-359)))) (-15 -4118 ($ (-296 (-159 (-359))))) (-15 -4118 ($ (-275 (-296 (-527))))) (-15 -4118 ($ (-275 (-296 (-359))))) (-15 -4118 ($ (-275 (-296 (-159 (-359)))))))) (-1094) (-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-594 (-1094)) (-1098)) (T -378))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-310)) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-296 (-645))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-296 (-643))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-296 (-638))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-275 (-296 (-645)))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-275 (-296 (-643)))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-275 (-296 (-638)))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-296 (-527))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-296 (-359))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-296 (-159 (-359)))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-275 (-296 (-527)))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-275 (-296 (-359)))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-275 (-296 (-159 (-359))))) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-14 *5 (-594 (-1094))) (-14 *6 (-1098)))))
+(-13 (-375) (-10 -8 (-15 -4118 ($ (-310))) (-15 -4118 ($ (-594 (-310)))) (-15 -4118 ($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))) (-15 -4118 ($ (-296 (-645)))) (-15 -4118 ($ (-296 (-643)))) (-15 -4118 ($ (-296 (-638)))) (-15 -4118 ($ (-275 (-296 (-645))))) (-15 -4118 ($ (-275 (-296 (-643))))) (-15 -4118 ($ (-275 (-296 (-638))))) (-15 -4118 ($ (-296 (-527)))) (-15 -4118 ($ (-296 (-359)))) (-15 -4118 ($ (-296 (-159 (-359))))) (-15 -4118 ($ (-275 (-296 (-527))))) (-15 -4118 ($ (-275 (-296 (-359))))) (-15 -4118 ($ (-275 (-296 (-159 (-359))))))))
+((-4105 (((-110) $ $) NIL)) (-2948 ((|#2| $) 36)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3826 (($ (-387 |#2|)) 85)) (-3971 (((-594 (-2 (|:| -3148 (-715)) (|:| -2291 |#2|) (|:| |num| |#2|))) $) 37)) (-4234 (($ $) 32) (($ $ (-715)) 34)) (-2051 (((-387 |#2|) $) 46)) (-4131 (($ (-594 (-2 (|:| -3148 (-715)) (|:| -2291 |#2|) (|:| |num| |#2|)))) 31)) (-4118 (((-800) $) 120)) (-2369 (($ $) 33) (($ $ (-715)) 35)) (-2747 (((-110) $ $) NIL)) (-2850 (($ |#2| $) 39)))
+(((-379 |#1| |#2|) (-13 (-1022) (-569 (-387 |#2|)) (-10 -8 (-15 -2850 ($ |#2| $)) (-15 -3826 ($ (-387 |#2|))) (-15 -2948 (|#2| $)) (-15 -3971 ((-594 (-2 (|:| -3148 (-715)) (|:| -2291 |#2|) (|:| |num| |#2|))) $)) (-15 -4131 ($ (-594 (-2 (|:| -3148 (-715)) (|:| -2291 |#2|) (|:| |num| |#2|))))) (-15 -4234 ($ $)) (-15 -2369 ($ $)) (-15 -4234 ($ $ (-715))) (-15 -2369 ($ $ (-715))))) (-13 (-343) (-140)) (-1152 |#1|)) (T -379))
+((-2850 (*1 *1 *2 *1) (-12 (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *2)) (-4 *2 (-1152 *3)))) (-3826 (*1 *1 *2) (-12 (-5 *2 (-387 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *4)))) (-2948 (*1 *2 *1) (-12 (-4 *2 (-1152 *3)) (-5 *1 (-379 *3 *2)) (-4 *3 (-13 (-343) (-140))))) (-3971 (*1 *2 *1) (-12 (-4 *3 (-13 (-343) (-140))) (-5 *2 (-594 (-2 (|:| -3148 (-715)) (|:| -2291 *4) (|:| |num| *4)))) (-5 *1 (-379 *3 *4)) (-4 *4 (-1152 *3)))) (-4131 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| -3148 (-715)) (|:| -2291 *4) (|:| |num| *4)))) (-4 *4 (-1152 *3)) (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *4)))) (-4234 (*1 *1 *1) (-12 (-4 *2 (-13 (-343) (-140))) (-5 *1 (-379 *2 *3)) (-4 *3 (-1152 *2)))) (-2369 (*1 *1 *1) (-12 (-4 *2 (-13 (-343) (-140))) (-5 *1 (-379 *2 *3)) (-4 *3 (-1152 *2)))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *4)) (-4 *4 (-1152 *3)))) (-2369 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *4)) (-4 *4 (-1152 *3)))))
+(-13 (-1022) (-569 (-387 |#2|)) (-10 -8 (-15 -2850 ($ |#2| $)) (-15 -3826 ($ (-387 |#2|))) (-15 -2948 (|#2| $)) (-15 -3971 ((-594 (-2 (|:| -3148 (-715)) (|:| -2291 |#2|) (|:| |num| |#2|))) $)) (-15 -4131 ($ (-594 (-2 (|:| -3148 (-715)) (|:| -2291 |#2|) (|:| |num| |#2|))))) (-15 -4234 ($ $)) (-15 -2369 ($ $)) (-15 -4234 ($ $ (-715))) (-15 -2369 ($ $ (-715)))))
+((-4105 (((-110) $ $) 9 (-2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))))) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 15 (|has| |#1| (-823 (-359)))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 14 (|has| |#1| (-823 (-527))))) (-2416 (((-1077) $) 13 (-2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))))) (-4024 (((-1041) $) 12 (-2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))))) (-4118 (((-800) $) 11 (-2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))))) (-2747 (((-110) $ $) 10 (-2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))))))
+(((-380 |#1|) (-133) (-1130)) (T -380))
+NIL
+(-13 (-1130) (-10 -7 (IF (|has| |t#1| (-823 (-527))) (-6 (-823 (-527))) |%noBranch|) (IF (|has| |t#1| (-823 (-359))) (-6 (-823 (-359))) |%noBranch|)))
+(((-99) -2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))) ((-568 (-800)) -2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))) ((-823 (-359)) |has| |#1| (-823 (-359))) ((-823 (-527)) |has| |#1| (-823 (-527))) ((-1022) -2027 (|has| |#1| (-823 (-527))) (|has| |#1| (-823 (-359)))) ((-1130) . T))
+((-3050 (($ $) 10) (($ $ (-715)) 11)))
+(((-381 |#1|) (-10 -8 (-15 -3050 (|#1| |#1| (-715))) (-15 -3050 (|#1| |#1|))) (-382)) (T -381))
+NIL
+(-10 -8 (-15 -3050 (|#1| |#1| (-715))) (-15 -3050 (|#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-1842 (((-110) $ $) 59)) (-1298 (($) 17 T CONST)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3050 (($ $) 79) (($ $ (-715)) 78)) (-3851 (((-110) $) 71)) (-2050 (((-777 (-858)) $) 81)) (-2956 (((-110) $) 31)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-1382 (((-3 (-715) "failed") $ $) 80)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65)) (-3470 (((-3 $ "failed") $) 82)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 64)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66)))
+(((-382) (-133)) (T -382))
+((-2050 (*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-777 (-858))))) (-1382 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-382)) (-5 *2 (-715)))) (-3050 (*1 *1 *1) (-4 *1 (-382))) (-3050 (*1 *1 *1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-715)))))
+(-13 (-343) (-138) (-10 -8 (-15 -2050 ((-777 (-858)) $)) (-15 -1382 ((-3 (-715) "failed") $ $)) (-15 -3050 ($ $)) (-15 -3050 ($ $ (-715)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 $ $) . T) ((-128) . T) ((-138) . T) ((-568 (-800)) . T) ((-162) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-343) . T) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-985 #0#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T))
+((-3546 (($ (-527) (-527)) 11) (($ (-527) (-527) (-858)) NIL)) (-1466 (((-858)) 16) (((-858) (-858)) NIL)))
+(((-383 |#1|) (-10 -8 (-15 -1466 ((-858) (-858))) (-15 -1466 ((-858))) (-15 -3546 (|#1| (-527) (-527) (-858))) (-15 -3546 (|#1| (-527) (-527)))) (-384)) (T -383))
+((-1466 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-383 *3)) (-4 *3 (-384)))) (-1466 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-383 *3)) (-4 *3 (-384)))))
+(-10 -8 (-15 -1466 ((-858) (-858))) (-15 -1466 ((-858))) (-15 -3546 (|#1| (-527) (-527) (-858))) (-15 -3546 (|#1| (-527) (-527))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3008 (((-527) $) 89)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-1913 (($ $) 87)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-2713 (($ $) 97)) (-1842 (((-110) $ $) 59)) (-2350 (((-527) $) 114)) (-1298 (($) 17 T CONST)) (-1335 (($ $) 86)) (-1923 (((-3 (-527) "failed") $) 102) (((-3 (-387 (-527)) "failed") $) 99)) (-4145 (((-527) $) 101) (((-387 (-527)) $) 98)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3851 (((-110) $) 71)) (-1794 (((-858)) 130) (((-858) (-858)) 127 (|has| $ (-6 -4252)))) (-3460 (((-110) $) 112)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 93)) (-2050 (((-527) $) 136)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 96)) (-1705 (($ $) 92)) (-1612 (((-110) $) 113)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-3902 (($ $ $) 111) (($) 124 (-12 (-3264 (|has| $ (-6 -4252))) (-3264 (|has| $ (-6 -4244)))))) (-1257 (($ $ $) 110) (($) 123 (-12 (-3264 (|has| $ (-6 -4252))) (-3264 (|has| $ (-6 -4244)))))) (-1748 (((-527) $) 133)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-1344 (((-858) (-527)) 126 (|has| $ (-6 -4252)))) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-1358 (($ $) 88)) (-1448 (($ $) 90)) (-3546 (($ (-527) (-527)) 138) (($ (-527) (-527) (-858)) 137)) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-3148 (((-527) $) 134)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-1466 (((-858)) 131) (((-858) (-858)) 128 (|has| $ (-6 -4252)))) (-4167 (((-858) (-527)) 125 (|has| $ (-6 -4252)))) (-2051 (((-359) $) 105) (((-207) $) 104) (((-829 (-359)) $) 94)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65) (($ (-527)) 103) (($ (-387 (-527))) 100)) (-4070 (((-715)) 29)) (-3934 (($ $) 91)) (-1366 (((-858)) 132) (((-858) (-858)) 129 (|has| $ (-6 -4252)))) (-1670 (((-858)) 135)) (-3978 (((-110) $ $) 39)) (-1597 (($ $) 115)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2813 (((-110) $ $) 108)) (-2788 (((-110) $ $) 107)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 109)) (-2775 (((-110) $ $) 106)) (-2873 (($ $ $) 64)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68) (($ $ (-387 (-527))) 95)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66)))
+(((-384) (-133)) (T -384))
+((-3546 (*1 *1 *2 *2) (-12 (-5 *2 (-527)) (-4 *1 (-384)))) (-3546 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-527)) (-5 *3 (-858)) (-4 *1 (-384)))) (-2050 (*1 *2 *1) (-12 (-4 *1 (-384)) (-5 *2 (-527)))) (-1670 (*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858)))) (-3148 (*1 *2 *1) (-12 (-4 *1 (-384)) (-5 *2 (-527)))) (-1748 (*1 *2 *1) (-12 (-4 *1 (-384)) (-5 *2 (-527)))) (-1366 (*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858)))) (-1466 (*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858)))) (-1794 (*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858)))) (-1366 (*1 *2 *2) (-12 (-5 *2 (-858)) (|has| *1 (-6 -4252)) (-4 *1 (-384)))) (-1466 (*1 *2 *2) (-12 (-5 *2 (-858)) (|has| *1 (-6 -4252)) (-4 *1 (-384)))) (-1794 (*1 *2 *2) (-12 (-5 *2 (-858)) (|has| *1 (-6 -4252)) (-4 *1 (-384)))) (-1344 (*1 *2 *3) (-12 (-5 *3 (-527)) (|has| *1 (-6 -4252)) (-4 *1 (-384)) (-5 *2 (-858)))) (-4167 (*1 *2 *3) (-12 (-5 *3 (-527)) (|has| *1 (-6 -4252)) (-4 *1 (-384)) (-5 *2 (-858)))) (-3902 (*1 *1) (-12 (-4 *1 (-384)) (-3264 (|has| *1 (-6 -4252))) (-3264 (|has| *1 (-6 -4244))))) (-1257 (*1 *1) (-12 (-4 *1 (-384)) (-3264 (|has| *1 (-6 -4252))) (-3264 (|has| *1 (-6 -4244))))))
+(-13 (-988) (-10 -8 (-6 -1474) (-15 -3546 ($ (-527) (-527))) (-15 -3546 ($ (-527) (-527) (-858))) (-15 -2050 ((-527) $)) (-15 -1670 ((-858))) (-15 -3148 ((-527) $)) (-15 -1748 ((-527) $)) (-15 -1366 ((-858))) (-15 -1466 ((-858))) (-15 -1794 ((-858))) (IF (|has| $ (-6 -4252)) (PROGN (-15 -1366 ((-858) (-858))) (-15 -1466 ((-858) (-858))) (-15 -1794 ((-858) (-858))) (-15 -1344 ((-858) (-527))) (-15 -4167 ((-858) (-527)))) |%noBranch|) (IF (|has| $ (-6 -4244)) |%noBranch| (IF (|has| $ (-6 -4252)) |%noBranch| (PROGN (-15 -3902 ($)) (-15 -1257 ($)))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 $ $) . T) ((-128) . T) ((-140) . T) ((-568 (-800)) . T) ((-162) . T) ((-569 (-207)) . T) ((-569 (-359)) . T) ((-569 (-829 (-359))) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-343) . T) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-671) . T) ((-735) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-789) . T) ((-791) . T) ((-823 (-359)) . T) ((-857) . T) ((-936) . T) ((-955) . T) ((-988) . T) ((-970 (-387 (-527))) . T) ((-970 (-527)) . T) ((-985 #0#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T))
+((-1998 (((-398 |#2|) (-1 |#2| |#1|) (-398 |#1|)) 20)))
+(((-385 |#1| |#2|) (-10 -7 (-15 -1998 ((-398 |#2|) (-1 |#2| |#1|) (-398 |#1|)))) (-519) (-519)) (T -385))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-398 *5)) (-4 *5 (-519)) (-4 *6 (-519)) (-5 *2 (-398 *6)) (-5 *1 (-385 *5 *6)))))
+(-10 -7 (-15 -1998 ((-398 |#2|) (-1 |#2| |#1|) (-398 |#1|))))
+((-1998 (((-387 |#2|) (-1 |#2| |#1|) (-387 |#1|)) 13)))
+(((-386 |#1| |#2|) (-10 -7 (-15 -1998 ((-387 |#2|) (-1 |#2| |#1|) (-387 |#1|)))) (-519) (-519)) (T -386))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-387 *5)) (-4 *5 (-519)) (-4 *6 (-519)) (-5 *2 (-387 *6)) (-5 *1 (-386 *5 *6)))))
+(-10 -7 (-15 -1998 ((-387 |#2|) (-1 |#2| |#1|) (-387 |#1|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 13)) (-3008 ((|#1| $) 21 (|has| |#1| (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| |#1| (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 17) (((-3 (-1094) "failed") $) NIL (|has| |#1| (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) 70 (|has| |#1| (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527))))) (-4145 ((|#1| $) 15) (((-1094) $) NIL (|has| |#1| (-970 (-1094)))) (((-387 (-527)) $) 67 (|has| |#1| (-970 (-527)))) (((-527) $) NIL (|has| |#1| (-970 (-527))))) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) 50)) (-2309 (($) NIL (|has| |#1| (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| |#1| (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| |#1| (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| |#1| (-823 (-359))))) (-2956 (((-110) $) 64)) (-1458 (($ $) NIL)) (-4109 ((|#1| $) 71)) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-1070)))) (-1612 (((-110) $) NIL (|has| |#1| (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| |#1| (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 97)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| |#1| (-288)))) (-1448 ((|#1| $) 28 (|has| |#1| (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) 135 (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 131 (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) NIL (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-488 (-1094) |#1|)))) (-2578 (((-715) $) NIL)) (-3439 (($ $ |#1|) NIL (|has| |#1| (-267 |#1| |#1|)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) 63)) (-2593 (($ $) NIL)) (-4122 ((|#1| $) 73)) (-2051 (((-829 (-527)) $) NIL (|has| |#1| (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| |#1| (-569 (-829 (-359))))) (((-503) $) NIL (|has| |#1| (-569 (-503)))) (((-359) $) NIL (|has| |#1| (-955))) (((-207) $) NIL (|has| |#1| (-955)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 115 (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) 10) (($ (-1094)) NIL (|has| |#1| (-970 (-1094))))) (-3470 (((-3 $ "failed") $) 99 (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) 100)) (-3934 ((|#1| $) 26 (|has| |#1| (-512)))) (-3978 (((-110) $ $) NIL)) (-1597 (($ $) NIL (|has| |#1| (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 22 T CONST)) (-3374 (($) 8 T CONST)) (-2951 (((-1077) $) 43 (-12 (|has| |#1| (-512)) (|has| |#1| (-772)))) (((-1077) $ (-110)) 44 (-12 (|has| |#1| (-512)) (|has| |#1| (-772)))) (((-1181) (-766) $) 45 (-12 (|has| |#1| (-512)) (|has| |#1| (-772)))) (((-1181) (-766) $ (-110)) 46 (-12 (|has| |#1| (-512)) (|has| |#1| (-772))))) (-2369 (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) 56)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) 24 (|has| |#1| (-791)))) (-2873 (($ $ $) 126) (($ |#1| |#1|) 52)) (-2863 (($ $) 25) (($ $ $) 55)) (-2850 (($ $ $) 53)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 125)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 60) (($ $ $) 57) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ |#1| $) 61) (($ $ |#1|) 85)))
+(((-387 |#1|) (-13 (-927 |#1|) (-10 -7 (IF (|has| |#1| (-512)) (IF (|has| |#1| (-772)) (-6 (-772)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4248)) (IF (|has| |#1| (-431)) (IF (|has| |#1| (-6 -4259)) (-6 -4248) |%noBranch|) |%noBranch|) |%noBranch|))) (-519)) (T -387))
+NIL
+(-13 (-927 |#1|) (-10 -7 (IF (|has| |#1| (-512)) (IF (|has| |#1| (-772)) (-6 (-772)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4248)) (IF (|has| |#1| (-431)) (IF (|has| |#1| (-6 -4259)) (-6 -4248) |%noBranch|) |%noBranch|) |%noBranch|)))
+((-1215 (((-634 |#2|) (-1176 $)) NIL) (((-634 |#2|)) 18)) (-2894 (($ (-1176 |#2|) (-1176 $)) NIL) (($ (-1176 |#2|)) 26)) (-1941 (((-634 |#2|) $ (-1176 $)) NIL) (((-634 |#2|) $) 22)) (-2343 ((|#3| $) 60)) (-1875 ((|#2| (-1176 $)) NIL) ((|#2|) 20)) (-4002 (((-1176 |#2|) $ (-1176 $)) NIL) (((-634 |#2|) (-1176 $) (-1176 $)) NIL) (((-1176 |#2|) $) NIL) (((-634 |#2|) (-1176 $)) 24)) (-2051 (((-1176 |#2|) $) 11) (($ (-1176 |#2|)) 13)) (-3591 ((|#3| $) 52)))
+(((-388 |#1| |#2| |#3|) (-10 -8 (-15 -1941 ((-634 |#2|) |#1|)) (-15 -1875 (|#2|)) (-15 -1215 ((-634 |#2|))) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -2894 (|#1| (-1176 |#2|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -2343 (|#3| |#1|)) (-15 -3591 (|#3| |#1|)) (-15 -1215 ((-634 |#2|) (-1176 |#1|))) (-15 -1875 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1941 ((-634 |#2|) |#1| (-1176 |#1|)))) (-389 |#2| |#3|) (-162) (-1152 |#2|)) (T -388))
+((-1215 (*1 *2) (-12 (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-634 *4)) (-5 *1 (-388 *3 *4 *5)) (-4 *3 (-389 *4 *5)))) (-1875 (*1 *2) (-12 (-4 *4 (-1152 *2)) (-4 *2 (-162)) (-5 *1 (-388 *3 *2 *4)) (-4 *3 (-389 *2 *4)))))
+(-10 -8 (-15 -1941 ((-634 |#2|) |#1|)) (-15 -1875 (|#2|)) (-15 -1215 ((-634 |#2|))) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -2894 (|#1| (-1176 |#2|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -2343 (|#3| |#1|)) (-15 -3591 (|#3| |#1|)) (-15 -1215 ((-634 |#2|) (-1176 |#1|))) (-15 -1875 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1941 ((-634 |#2|) |#1| (-1176 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-1215 (((-634 |#1|) (-1176 $)) 46) (((-634 |#1|)) 61)) (-2926 ((|#1| $) 52)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2894 (($ (-1176 |#1|) (-1176 $)) 48) (($ (-1176 |#1|)) 64)) (-1941 (((-634 |#1|) $ (-1176 $)) 53) (((-634 |#1|) $) 59)) (-3714 (((-3 $ "failed") $) 34)) (-1238 (((-858)) 54)) (-2956 (((-110) $) 31)) (-1705 ((|#1| $) 51)) (-2343 ((|#2| $) 44 (|has| |#1| (-343)))) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1875 ((|#1| (-1176 $)) 47) ((|#1|) 60)) (-4002 (((-1176 |#1|) $ (-1176 $)) 50) (((-634 |#1|) (-1176 $) (-1176 $)) 49) (((-1176 |#1|) $) 66) (((-634 |#1|) (-1176 $)) 65)) (-2051 (((-1176 |#1|) $) 63) (($ (-1176 |#1|)) 62)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 37)) (-3470 (((-3 $ "failed") $) 43 (|has| |#1| (-138)))) (-3591 ((|#2| $) 45)) (-4070 (((-715)) 29)) (-1878 (((-1176 $)) 67)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
+(((-389 |#1| |#2|) (-133) (-162) (-1152 |t#1|)) (T -389))
+((-1878 (*1 *2) (-12 (-4 *3 (-162)) (-4 *4 (-1152 *3)) (-5 *2 (-1176 *1)) (-4 *1 (-389 *3 *4)))) (-4002 (*1 *2 *1) (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3)) (-5 *2 (-1176 *3)))) (-4002 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-389 *4 *5)) (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-634 *4)))) (-2894 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-389 *3 *4)) (-4 *4 (-1152 *3)))) (-2051 (*1 *2 *1) (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3)) (-5 *2 (-1176 *3)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-389 *3 *4)) (-4 *4 (-1152 *3)))) (-1215 (*1 *2) (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3)) (-5 *2 (-634 *3)))) (-1875 (*1 *2) (-12 (-4 *1 (-389 *2 *3)) (-4 *3 (-1152 *2)) (-4 *2 (-162)))) (-1941 (*1 *2 *1) (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3)) (-5 *2 (-634 *3)))))
+(-13 (-350 |t#1| |t#2|) (-10 -8 (-15 -1878 ((-1176 $))) (-15 -4002 ((-1176 |t#1|) $)) (-15 -4002 ((-634 |t#1|) (-1176 $))) (-15 -2894 ($ (-1176 |t#1|))) (-15 -2051 ((-1176 |t#1|) $)) (-15 -2051 ($ (-1176 |t#1|))) (-15 -1215 ((-634 |t#1|))) (-15 -1875 (|t#1|)) (-15 -1941 ((-634 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-350 |#1| |#2|) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) . T) ((-671) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) 27) (((-3 (-527) "failed") $) 19)) (-4145 ((|#2| $) NIL) (((-387 (-527)) $) 24) (((-527) $) 14)) (-4118 (($ |#2|) NIL) (($ (-387 (-527))) 22) (($ (-527)) 11)))
+(((-390 |#1| |#2|) (-10 -8 (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|))) (-391 |#2|) (-1130)) (T -390))
+NIL
+(-10 -8 (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|)))
+((-1923 (((-3 |#1| "failed") $) 7) (((-3 (-387 (-527)) "failed") $) 16 (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) 13 (|has| |#1| (-970 (-527))))) (-4145 ((|#1| $) 8) (((-387 (-527)) $) 15 (|has| |#1| (-970 (-387 (-527))))) (((-527) $) 12 (|has| |#1| (-970 (-527))))) (-4118 (($ |#1|) 6) (($ (-387 (-527))) 17 (|has| |#1| (-970 (-387 (-527))))) (($ (-527)) 14 (|has| |#1| (-970 (-527))))))
+(((-391 |#1|) (-133) (-1130)) (T -391))
+NIL
+(-13 (-970 |t#1|) (-10 -7 (IF (|has| |t#1| (-970 (-527))) (-6 (-970 (-527))) |%noBranch|) (IF (|has| |t#1| (-970 (-387 (-527)))) (-6 (-970 (-387 (-527)))) |%noBranch|)))
+(((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T))
+((-1998 (((-393 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-393 |#1| |#2| |#3| |#4|)) 33)))
+(((-392 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1998 ((-393 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-393 |#1| |#2| |#3| |#4|)))) (-288) (-927 |#1|) (-1152 |#2|) (-13 (-389 |#2| |#3|) (-970 |#2|)) (-288) (-927 |#5|) (-1152 |#6|) (-13 (-389 |#6| |#7|) (-970 |#6|))) (T -392))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-393 *5 *6 *7 *8)) (-4 *5 (-288)) (-4 *6 (-927 *5)) (-4 *7 (-1152 *6)) (-4 *8 (-13 (-389 *6 *7) (-970 *6))) (-4 *9 (-288)) (-4 *10 (-927 *9)) (-4 *11 (-1152 *10)) (-5 *2 (-393 *9 *10 *11 *12)) (-5 *1 (-392 *5 *6 *7 *8 *9 *10 *11 *12)) (-4 *12 (-13 (-389 *10 *11) (-970 *10))))))
+(-10 -7 (-15 -1998 ((-393 |#5| |#6| |#7| |#8|) (-1 |#5| |#1|) (-393 |#1| |#2| |#3| |#4|))))
+((-4105 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-3933 ((|#4| (-715) (-1176 |#4|)) 56)) (-2956 (((-110) $) NIL)) (-4109 (((-1176 |#4|) $) 17)) (-1705 ((|#2| $) 54)) (-2029 (($ $) 139)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 100)) (-2417 (($ (-1176 |#4|)) 99)) (-4024 (((-1041) $) NIL)) (-4122 ((|#1| $) 18)) (-1964 (($ $ $) NIL)) (-2170 (($ $ $) NIL)) (-4118 (((-800) $) 134)) (-1878 (((-1176 |#4|) $) 129)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3374 (($) 11 T CONST)) (-2747 (((-110) $ $) 40)) (-2873 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 122)) (* (($ $ $) 121)))
+(((-393 |#1| |#2| |#3| |#4|) (-13 (-452) (-10 -8 (-15 -2417 ($ (-1176 |#4|))) (-15 -1878 ((-1176 |#4|) $)) (-15 -1705 (|#2| $)) (-15 -4109 ((-1176 |#4|) $)) (-15 -4122 (|#1| $)) (-15 -2029 ($ $)) (-15 -3933 (|#4| (-715) (-1176 |#4|))))) (-288) (-927 |#1|) (-1152 |#2|) (-13 (-389 |#2| |#3|) (-970 |#2|))) (T -393))
+((-2417 (*1 *1 *2) (-12 (-5 *2 (-1176 *6)) (-4 *6 (-13 (-389 *4 *5) (-970 *4))) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-4 *3 (-288)) (-5 *1 (-393 *3 *4 *5 *6)))) (-1878 (*1 *2 *1) (-12 (-4 *3 (-288)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-5 *2 (-1176 *6)) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *6 (-13 (-389 *4 *5) (-970 *4))))) (-1705 (*1 *2 *1) (-12 (-4 *4 (-1152 *2)) (-4 *2 (-927 *3)) (-5 *1 (-393 *3 *2 *4 *5)) (-4 *3 (-288)) (-4 *5 (-13 (-389 *2 *4) (-970 *2))))) (-4109 (*1 *2 *1) (-12 (-4 *3 (-288)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-5 *2 (-1176 *6)) (-5 *1 (-393 *3 *4 *5 *6)) (-4 *6 (-13 (-389 *4 *5) (-970 *4))))) (-4122 (*1 *2 *1) (-12 (-4 *3 (-927 *2)) (-4 *4 (-1152 *3)) (-4 *2 (-288)) (-5 *1 (-393 *2 *3 *4 *5)) (-4 *5 (-13 (-389 *3 *4) (-970 *3))))) (-2029 (*1 *1 *1) (-12 (-4 *2 (-288)) (-4 *3 (-927 *2)) (-4 *4 (-1152 *3)) (-5 *1 (-393 *2 *3 *4 *5)) (-4 *5 (-13 (-389 *3 *4) (-970 *3))))) (-3933 (*1 *2 *3 *4) (-12 (-5 *3 (-715)) (-5 *4 (-1176 *2)) (-4 *5 (-288)) (-4 *6 (-927 *5)) (-4 *2 (-13 (-389 *6 *7) (-970 *6))) (-5 *1 (-393 *5 *6 *7 *2)) (-4 *7 (-1152 *6)))))
+(-13 (-452) (-10 -8 (-15 -2417 ($ (-1176 |#4|))) (-15 -1878 ((-1176 |#4|) $)) (-15 -1705 (|#2| $)) (-15 -4109 ((-1176 |#4|) $)) (-15 -4122 (|#1| $)) (-15 -2029 ($ $)) (-15 -3933 (|#4| (-715) (-1176 |#4|)))))
+((-4105 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-1705 ((|#2| $) 61)) (-3447 (($ (-1176 |#4|)) 25) (($ (-393 |#1| |#2| |#3| |#4|)) 76 (|has| |#4| (-970 |#2|)))) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 34)) (-1878 (((-1176 |#4|) $) 26)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3374 (($) 23 T CONST)) (-2747 (((-110) $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ $ $) 72)))
+(((-394 |#1| |#2| |#3| |#4| |#5|) (-13 (-671) (-10 -8 (-15 -1878 ((-1176 |#4|) $)) (-15 -1705 (|#2| $)) (-15 -3447 ($ (-1176 |#4|))) (IF (|has| |#4| (-970 |#2|)) (-15 -3447 ($ (-393 |#1| |#2| |#3| |#4|))) |%noBranch|))) (-288) (-927 |#1|) (-1152 |#2|) (-389 |#2| |#3|) (-1176 |#4|)) (T -394))
+((-1878 (*1 *2 *1) (-12 (-4 *3 (-288)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-5 *2 (-1176 *6)) (-5 *1 (-394 *3 *4 *5 *6 *7)) (-4 *6 (-389 *4 *5)) (-14 *7 *2))) (-1705 (*1 *2 *1) (-12 (-4 *4 (-1152 *2)) (-4 *2 (-927 *3)) (-5 *1 (-394 *3 *2 *4 *5 *6)) (-4 *3 (-288)) (-4 *5 (-389 *2 *4)) (-14 *6 (-1176 *5)))) (-3447 (*1 *1 *2) (-12 (-5 *2 (-1176 *6)) (-4 *6 (-389 *4 *5)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-4 *3 (-288)) (-5 *1 (-394 *3 *4 *5 *6 *7)) (-14 *7 *2))) (-3447 (*1 *1 *2) (-12 (-5 *2 (-393 *3 *4 *5 *6)) (-4 *6 (-970 *4)) (-4 *3 (-288)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-4 *6 (-389 *4 *5)) (-14 *7 (-1176 *6)) (-5 *1 (-394 *3 *4 *5 *6 *7)))))
+(-13 (-671) (-10 -8 (-15 -1878 ((-1176 |#4|) $)) (-15 -1705 (|#2| $)) (-15 -3447 ($ (-1176 |#4|))) (IF (|has| |#4| (-970 |#2|)) (-15 -3447 ($ (-393 |#1| |#2| |#3| |#4|))) |%noBranch|)))
+((-1998 ((|#3| (-1 |#4| |#2|) |#1|) 26)))
+(((-395 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#3| (-1 |#4| |#2|) |#1|))) (-397 |#2|) (-162) (-397 |#4|) (-162)) (T -395))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-162)) (-4 *6 (-162)) (-4 *2 (-397 *6)) (-5 *1 (-395 *4 *5 *2 *6)) (-4 *4 (-397 *5)))))
+(-10 -7 (-15 -1998 (|#3| (-1 |#4| |#2|) |#1|)))
+((-1863 (((-3 $ "failed")) 86)) (-1279 (((-1176 (-634 |#2|)) (-1176 $)) NIL) (((-1176 (-634 |#2|))) 91)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) 85)) (-1716 (((-3 $ "failed")) 84)) (-2113 (((-634 |#2|) (-1176 $)) NIL) (((-634 |#2|)) 102)) (-1359 (((-634 |#2|) $ (-1176 $)) NIL) (((-634 |#2|) $) 110)) (-3474 (((-1090 (-889 |#2|))) 55)) (-2321 ((|#2| (-1176 $)) NIL) ((|#2|) 106)) (-2894 (($ (-1176 |#2|) (-1176 $)) NIL) (($ (-1176 |#2|)) 113)) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) 83)) (-3780 (((-3 $ "failed")) 75)) (-1790 (((-634 |#2|) (-1176 $)) NIL) (((-634 |#2|)) 100)) (-3667 (((-634 |#2|) $ (-1176 $)) NIL) (((-634 |#2|) $) 108)) (-1492 (((-1090 (-889 |#2|))) 54)) (-2124 ((|#2| (-1176 $)) NIL) ((|#2|) 104)) (-4002 (((-1176 |#2|) $ (-1176 $)) NIL) (((-634 |#2|) (-1176 $) (-1176 $)) NIL) (((-1176 |#2|) $) NIL) (((-634 |#2|) (-1176 $)) 112)) (-2051 (((-1176 |#2|) $) 96) (($ (-1176 |#2|)) 98)) (-3629 (((-594 (-889 |#2|)) (-1176 $)) NIL) (((-594 (-889 |#2|))) 94)) (-1615 (($ (-634 |#2|) $) 90)))
+(((-396 |#1| |#2|) (-10 -8 (-15 -1615 (|#1| (-634 |#2|) |#1|)) (-15 -3474 ((-1090 (-889 |#2|)))) (-15 -1492 ((-1090 (-889 |#2|)))) (-15 -1359 ((-634 |#2|) |#1|)) (-15 -3667 ((-634 |#2|) |#1|)) (-15 -2113 ((-634 |#2|))) (-15 -1790 ((-634 |#2|))) (-15 -2321 (|#2|)) (-15 -2124 (|#2|)) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -2894 (|#1| (-1176 |#2|))) (-15 -3629 ((-594 (-889 |#2|)))) (-15 -1279 ((-1176 (-634 |#2|)))) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -1863 ((-3 |#1| "failed"))) (-15 -1716 ((-3 |#1| "failed"))) (-15 -3780 ((-3 |#1| "failed"))) (-15 -2461 ((-3 (-2 (|:| |particular| |#1|) (|:| -1878 (-594 |#1|))) "failed"))) (-15 -2491 ((-3 (-2 (|:| |particular| |#1|) (|:| -1878 (-594 |#1|))) "failed"))) (-15 -2113 ((-634 |#2|) (-1176 |#1|))) (-15 -1790 ((-634 |#2|) (-1176 |#1|))) (-15 -2321 (|#2| (-1176 |#1|))) (-15 -2124 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1359 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -3667 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -1279 ((-1176 (-634 |#2|)) (-1176 |#1|))) (-15 -3629 ((-594 (-889 |#2|)) (-1176 |#1|)))) (-397 |#2|) (-162)) (T -396))
+((-1279 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-1176 (-634 *4))) (-5 *1 (-396 *3 *4)) (-4 *3 (-397 *4)))) (-3629 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-594 (-889 *4))) (-5 *1 (-396 *3 *4)) (-4 *3 (-397 *4)))) (-2124 (*1 *2) (-12 (-4 *2 (-162)) (-5 *1 (-396 *3 *2)) (-4 *3 (-397 *2)))) (-2321 (*1 *2) (-12 (-4 *2 (-162)) (-5 *1 (-396 *3 *2)) (-4 *3 (-397 *2)))) (-1790 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-634 *4)) (-5 *1 (-396 *3 *4)) (-4 *3 (-397 *4)))) (-2113 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-634 *4)) (-5 *1 (-396 *3 *4)) (-4 *3 (-397 *4)))) (-1492 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-1090 (-889 *4))) (-5 *1 (-396 *3 *4)) (-4 *3 (-397 *4)))) (-3474 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-1090 (-889 *4))) (-5 *1 (-396 *3 *4)) (-4 *3 (-397 *4)))))
+(-10 -8 (-15 -1615 (|#1| (-634 |#2|) |#1|)) (-15 -3474 ((-1090 (-889 |#2|)))) (-15 -1492 ((-1090 (-889 |#2|)))) (-15 -1359 ((-634 |#2|) |#1|)) (-15 -3667 ((-634 |#2|) |#1|)) (-15 -2113 ((-634 |#2|))) (-15 -1790 ((-634 |#2|))) (-15 -2321 (|#2|)) (-15 -2124 (|#2|)) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -2894 (|#1| (-1176 |#2|))) (-15 -3629 ((-594 (-889 |#2|)))) (-15 -1279 ((-1176 (-634 |#2|)))) (-15 -4002 ((-634 |#2|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1|)) (-15 -1863 ((-3 |#1| "failed"))) (-15 -1716 ((-3 |#1| "failed"))) (-15 -3780 ((-3 |#1| "failed"))) (-15 -2461 ((-3 (-2 (|:| |particular| |#1|) (|:| -1878 (-594 |#1|))) "failed"))) (-15 -2491 ((-3 (-2 (|:| |particular| |#1|) (|:| -1878 (-594 |#1|))) "failed"))) (-15 -2113 ((-634 |#2|) (-1176 |#1|))) (-15 -1790 ((-634 |#2|) (-1176 |#1|))) (-15 -2321 (|#2| (-1176 |#1|))) (-15 -2124 (|#2| (-1176 |#1|))) (-15 -2894 (|#1| (-1176 |#2|) (-1176 |#1|))) (-15 -4002 ((-634 |#2|) (-1176 |#1|) (-1176 |#1|))) (-15 -4002 ((-1176 |#2|) |#1| (-1176 |#1|))) (-15 -1359 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -3667 ((-634 |#2|) |#1| (-1176 |#1|))) (-15 -1279 ((-1176 (-634 |#2|)) (-1176 |#1|))) (-15 -3629 ((-594 (-889 |#2|)) (-1176 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-1863 (((-3 $ "failed")) 37 (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) 19)) (-1279 (((-1176 (-634 |#1|)) (-1176 $)) 78) (((-1176 (-634 |#1|))) 100)) (-2865 (((-1176 $)) 81)) (-1298 (($) 17 T CONST)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) 40 (|has| |#1| (-519)))) (-1716 (((-3 $ "failed")) 38 (|has| |#1| (-519)))) (-2113 (((-634 |#1|) (-1176 $)) 65) (((-634 |#1|)) 92)) (-3967 ((|#1| $) 74)) (-1359 (((-634 |#1|) $ (-1176 $)) 76) (((-634 |#1|) $) 90)) (-2660 (((-3 $ "failed") $) 45 (|has| |#1| (-519)))) (-3474 (((-1090 (-889 |#1|))) 88 (|has| |#1| (-343)))) (-3464 (($ $ (-858)) 28)) (-1488 ((|#1| $) 72)) (-2490 (((-1090 |#1|) $) 42 (|has| |#1| (-519)))) (-2321 ((|#1| (-1176 $)) 67) ((|#1|) 94)) (-1640 (((-1090 |#1|) $) 63)) (-4086 (((-110)) 57)) (-2894 (($ (-1176 |#1|) (-1176 $)) 69) (($ (-1176 |#1|)) 98)) (-3714 (((-3 $ "failed") $) 47 (|has| |#1| (-519)))) (-1238 (((-858)) 80)) (-4069 (((-110)) 54)) (-1213 (($ $ (-858)) 33)) (-2088 (((-110)) 50)) (-2226 (((-110)) 48)) (-3195 (((-110)) 52)) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) 41 (|has| |#1| (-519)))) (-3780 (((-3 $ "failed")) 39 (|has| |#1| (-519)))) (-1790 (((-634 |#1|) (-1176 $)) 66) (((-634 |#1|)) 93)) (-2558 ((|#1| $) 75)) (-3667 (((-634 |#1|) $ (-1176 $)) 77) (((-634 |#1|) $) 91)) (-2237 (((-3 $ "failed") $) 46 (|has| |#1| (-519)))) (-1492 (((-1090 (-889 |#1|))) 89 (|has| |#1| (-343)))) (-3223 (($ $ (-858)) 29)) (-2270 ((|#1| $) 73)) (-1387 (((-1090 |#1|) $) 43 (|has| |#1| (-519)))) (-2124 ((|#1| (-1176 $)) 68) ((|#1|) 95)) (-1429 (((-1090 |#1|) $) 64)) (-2601 (((-110)) 58)) (-2416 (((-1077) $) 9)) (-1825 (((-110)) 49)) (-2422 (((-110)) 51)) (-3268 (((-110)) 53)) (-4024 (((-1041) $) 10)) (-3833 (((-110)) 56)) (-3439 ((|#1| $ (-527)) 101)) (-4002 (((-1176 |#1|) $ (-1176 $)) 71) (((-634 |#1|) (-1176 $) (-1176 $)) 70) (((-1176 |#1|) $) 103) (((-634 |#1|) (-1176 $)) 102)) (-2051 (((-1176 |#1|) $) 97) (($ (-1176 |#1|)) 96)) (-3629 (((-594 (-889 |#1|)) (-1176 $)) 79) (((-594 (-889 |#1|))) 99)) (-2170 (($ $ $) 25)) (-2067 (((-110)) 62)) (-4118 (((-800) $) 11)) (-1878 (((-1176 $)) 104)) (-3006 (((-594 (-1176 |#1|))) 44 (|has| |#1| (-519)))) (-3384 (($ $ $ $) 26)) (-4214 (((-110)) 60)) (-1615 (($ (-634 |#1|) $) 87)) (-4056 (($ $ $) 24)) (-4127 (((-110)) 61)) (-3947 (((-110)) 59)) (-3431 (((-110)) 55)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 30)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+(((-397 |#1|) (-133) (-162)) (T -397))
+((-1878 (*1 *2) (-12 (-4 *3 (-162)) (-5 *2 (-1176 *1)) (-4 *1 (-397 *3)))) (-4002 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-1176 *3)))) (-4002 (*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-397 *4)) (-4 *4 (-162)) (-5 *2 (-634 *4)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-397 *2)) (-4 *2 (-162)))) (-1279 (*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-1176 (-634 *3))))) (-3629 (*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-594 (-889 *3))))) (-2894 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-397 *3)))) (-2051 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-1176 *3)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-397 *3)))) (-2124 (*1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-162)))) (-2321 (*1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-162)))) (-1790 (*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))) (-2113 (*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))) (-3667 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))) (-1359 (*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))) (-1492 (*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-4 *3 (-343)) (-5 *2 (-1090 (-889 *3))))) (-3474 (*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-4 *3 (-343)) (-5 *2 (-1090 (-889 *3))))) (-1615 (*1 *1 *2 *1) (-12 (-5 *2 (-634 *3)) (-4 *1 (-397 *3)) (-4 *3 (-162)))))
+(-13 (-347 |t#1|) (-10 -8 (-15 -1878 ((-1176 $))) (-15 -4002 ((-1176 |t#1|) $)) (-15 -4002 ((-634 |t#1|) (-1176 $))) (-15 -3439 (|t#1| $ (-527))) (-15 -1279 ((-1176 (-634 |t#1|)))) (-15 -3629 ((-594 (-889 |t#1|)))) (-15 -2894 ($ (-1176 |t#1|))) (-15 -2051 ((-1176 |t#1|) $)) (-15 -2051 ($ (-1176 |t#1|))) (-15 -2124 (|t#1|)) (-15 -2321 (|t#1|)) (-15 -1790 ((-634 |t#1|))) (-15 -2113 ((-634 |t#1|))) (-15 -3667 ((-634 |t#1|) $)) (-15 -1359 ((-634 |t#1|) $)) (IF (|has| |t#1| (-343)) (PROGN (-15 -1492 ((-1090 (-889 |t#1|)))) (-15 -3474 ((-1090 (-889 |t#1|))))) |%noBranch|) (-15 -1615 ($ (-634 |t#1|) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-347 |#1|) . T) ((-596 |#1|) . T) ((-662 |#1|) . T) ((-665) . T) ((-689 |#1|) . T) ((-706) . T) ((-985 |#1|) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 42)) (-2946 (($ $) 57)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 146)) (-3931 (($ $) NIL)) (-3938 (((-110) $) 36)) (-1863 ((|#1| $) 13)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#1| (-1134)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-1134)))) (-2003 (($ |#1| (-527)) 31)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 116)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 55)) (-3714 (((-3 $ "failed") $) 131)) (-2541 (((-3 (-387 (-527)) "failed") $) 63 (|has| |#1| (-512)))) (-1397 (((-110) $) 59 (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) 70 (|has| |#1| (-512)))) (-3524 (($ |#1| (-527)) 33)) (-3851 (((-110) $) 152 (|has| |#1| (-1134)))) (-2956 (((-110) $) 43)) (-2189 (((-715) $) 38)) (-1918 (((-3 "nil" "sqfr" "irred" "prime") $ (-527)) 137)) (-4199 ((|#1| $ (-527)) 136)) (-3065 (((-527) $ (-527)) 135)) (-3465 (($ |#1| (-527)) 30)) (-1998 (($ (-1 |#1| |#1|) $) 143)) (-3113 (($ |#1| (-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-527))))) 58)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-3273 (($ |#1| (-527)) 32)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) 147 (|has| |#1| (-431)))) (-2140 (($ |#1| (-527) (-3 "nil" "sqfr" "irred" "prime")) 29)) (-3798 (((-594 (-2 (|:| -2700 |#1|) (|:| -3148 (-527)))) $) 54)) (-2568 (((-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-527)))) $) 12)) (-2700 (((-398 $) $) NIL (|has| |#1| (-1134)))) (-1305 (((-3 $ "failed") $ $) 138)) (-3148 (((-527) $) 132)) (-2389 ((|#1| $) 56)) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) 79 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) 85 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) $) NIL (|has| |#1| (-488 (-1094) $))) (($ $ (-594 (-1094)) (-594 $)) 86 (|has| |#1| (-488 (-1094) $))) (($ $ (-594 (-275 $))) 82 (|has| |#1| (-290 $))) (($ $ (-275 $)) NIL (|has| |#1| (-290 $))) (($ $ $ $) NIL (|has| |#1| (-290 $))) (($ $ (-594 $) (-594 $)) NIL (|has| |#1| (-290 $)))) (-3439 (($ $ |#1|) 71 (|has| |#1| (-267 |#1| |#1|))) (($ $ $) 72 (|has| |#1| (-267 $ $)))) (-4234 (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) 142)) (-2051 (((-503) $) 27 (|has| |#1| (-569 (-503)))) (((-359) $) 92 (|has| |#1| (-955))) (((-207) $) 95 (|has| |#1| (-955)))) (-4118 (((-800) $) 114) (($ (-527)) 46) (($ $) NIL) (($ |#1|) 45) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527)))))) (-4070 (((-715)) 48)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 40 T CONST)) (-3374 (($) 39 T CONST)) (-2369 (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2747 (((-110) $ $) 96)) (-2863 (($ $) 128) (($ $ $) NIL)) (-2850 (($ $ $) 140)) (** (($ $ (-858)) NIL) (($ $ (-715)) 102)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 50) (($ $ $) 49) (($ |#1| $) 51) (($ $ |#1|) NIL)))
+(((-398 |#1|) (-13 (-519) (-213 |#1|) (-37 |#1|) (-318 |#1|) (-391 |#1|) (-10 -8 (-15 -2389 (|#1| $)) (-15 -3148 ((-527) $)) (-15 -3113 ($ |#1| (-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-527)))))) (-15 -2568 ((-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-527)))) $)) (-15 -3465 ($ |#1| (-527))) (-15 -3798 ((-594 (-2 (|:| -2700 |#1|) (|:| -3148 (-527)))) $)) (-15 -3273 ($ |#1| (-527))) (-15 -3065 ((-527) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -1918 ((-3 "nil" "sqfr" "irred" "prime") $ (-527))) (-15 -2189 ((-715) $)) (-15 -3524 ($ |#1| (-527))) (-15 -2003 ($ |#1| (-527))) (-15 -2140 ($ |#1| (-527) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -1863 (|#1| $)) (-15 -2946 ($ $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-431)) (-6 (-431)) |%noBranch|) (IF (|has| |#1| (-955)) (-6 (-955)) |%noBranch|) (IF (|has| |#1| (-1134)) (-6 (-1134)) |%noBranch|) (IF (|has| |#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-267 $ $)) (-6 (-267 $ $)) |%noBranch|) (IF (|has| |#1| (-290 $)) (-6 (-290 $)) |%noBranch|) (IF (|has| |#1| (-488 (-1094) $)) (-6 (-488 (-1094) $)) |%noBranch|))) (-519)) (T -398))
+((-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-519)) (-5 *1 (-398 *3)))) (-2389 (*1 *2 *1) (-12 (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-3148 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-398 *3)) (-4 *3 (-519)))) (-3113 (*1 *1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2) (|:| |xpnt| (-527))))) (-4 *2 (-519)) (-5 *1 (-398 *2)))) (-2568 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3) (|:| |xpnt| (-527))))) (-5 *1 (-398 *3)) (-4 *3 (-519)))) (-3465 (*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-3798 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| -2700 *3) (|:| -3148 (-527))))) (-5 *1 (-398 *3)) (-4 *3 (-519)))) (-3273 (*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-3065 (*1 *2 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-398 *3)) (-4 *3 (-519)))) (-4199 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-1918 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-398 *4)) (-4 *4 (-519)))) (-2189 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-398 *3)) (-4 *3 (-519)))) (-3524 (*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-2003 (*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-2140 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-527)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime")) (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-1863 (*1 *2 *1) (-12 (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-2946 (*1 *1 *1) (-12 (-5 *1 (-398 *2)) (-4 *2 (-519)))) (-1397 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-398 *3)) (-4 *3 (-512)) (-4 *3 (-519)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-398 *3)) (-4 *3 (-512)) (-4 *3 (-519)))) (-2541 (*1 *2 *1) (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-398 *3)) (-4 *3 (-512)) (-4 *3 (-519)))))
+(-13 (-519) (-213 |#1|) (-37 |#1|) (-318 |#1|) (-391 |#1|) (-10 -8 (-15 -2389 (|#1| $)) (-15 -3148 ((-527) $)) (-15 -3113 ($ |#1| (-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-527)))))) (-15 -2568 ((-594 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#1|) (|:| |xpnt| (-527)))) $)) (-15 -3465 ($ |#1| (-527))) (-15 -3798 ((-594 (-2 (|:| -2700 |#1|) (|:| -3148 (-527)))) $)) (-15 -3273 ($ |#1| (-527))) (-15 -3065 ((-527) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -1918 ((-3 "nil" "sqfr" "irred" "prime") $ (-527))) (-15 -2189 ((-715) $)) (-15 -3524 ($ |#1| (-527))) (-15 -2003 ($ |#1| (-527))) (-15 -2140 ($ |#1| (-527) (-3 "nil" "sqfr" "irred" "prime"))) (-15 -1863 (|#1| $)) (-15 -2946 ($ $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-431)) (-6 (-431)) |%noBranch|) (IF (|has| |#1| (-955)) (-6 (-955)) |%noBranch|) (IF (|has| |#1| (-1134)) (-6 (-1134)) |%noBranch|) (IF (|has| |#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|) (IF (|has| |#1| (-267 $ $)) (-6 (-267 $ $)) |%noBranch|) (IF (|has| |#1| (-290 $)) (-6 (-290 $)) |%noBranch|) (IF (|has| |#1| (-488 (-1094) $)) (-6 (-488 (-1094) $)) |%noBranch|)))
+((-3795 (((-398 |#1|) (-398 |#1|) (-1 (-398 |#1|) |#1|)) 21)) (-2288 (((-398 |#1|) (-398 |#1|) (-398 |#1|)) 16)))
+(((-399 |#1|) (-10 -7 (-15 -3795 ((-398 |#1|) (-398 |#1|) (-1 (-398 |#1|) |#1|))) (-15 -2288 ((-398 |#1|) (-398 |#1|) (-398 |#1|)))) (-519)) (T -399))
+((-2288 (*1 *2 *2 *2) (-12 (-5 *2 (-398 *3)) (-4 *3 (-519)) (-5 *1 (-399 *3)))) (-3795 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-398 *4) *4)) (-4 *4 (-519)) (-5 *2 (-398 *4)) (-5 *1 (-399 *4)))))
+(-10 -7 (-15 -3795 ((-398 |#1|) (-398 |#1|) (-1 (-398 |#1|) |#1|))) (-15 -2288 ((-398 |#1|) (-398 |#1|) (-398 |#1|))))
+((-2828 ((|#2| |#2|) 166)) (-1750 (((-3 (|:| |%expansion| (-293 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110)) 57)))
+(((-400 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1750 ((-3 (|:| |%expansion| (-293 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110))) (-15 -2828 (|#2| |#2|))) (-13 (-431) (-791) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|)) (-1094) |#2|) (T -400))
+((-2828 (*1 *2 *2) (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-400 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1116) (-410 *3))) (-14 *4 (-1094)) (-14 *5 *2))) (-1750 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (|:| |%expansion| (-293 *5 *3 *6 *7)) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077)))))) (-5 *1 (-400 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1116) (-410 *5))) (-14 *6 (-1094)) (-14 *7 *3))))
+(-10 -7 (-15 -1750 ((-3 (|:| |%expansion| (-293 |#1| |#2| |#3| |#4|)) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110))) (-15 -2828 (|#2| |#2|)))
+((-1998 ((|#4| (-1 |#3| |#1|) |#2|) 11)))
+(((-401 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|))) (-13 (-979) (-791)) (-410 |#1|) (-13 (-979) (-791)) (-410 |#3|)) (T -401))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-979) (-791))) (-4 *6 (-13 (-979) (-791))) (-4 *2 (-410 *6)) (-5 *1 (-401 *5 *4 *6 *2)) (-4 *4 (-410 *5)))))
+(-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|)))
+((-2828 ((|#2| |#2|) 90)) (-3535 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110) (-1077)) 48)) (-3432 (((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110) (-1077)) 154)))
+(((-402 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3535 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110) (-1077))) (-15 -3432 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110) (-1077))) (-15 -2828 (|#2| |#2|))) (-13 (-431) (-791) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|) (-10 -8 (-15 -4118 ($ |#3|)))) (-789) (-13 (-1154 |#2| |#3|) (-343) (-1116) (-10 -8 (-15 -4234 ($ $)) (-15 -1467 ($ $)))) (-918 |#4|) (-1094)) (T -402))
+((-2828 (*1 *2 *2) (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-4 *2 (-13 (-27) (-1116) (-410 *3) (-10 -8 (-15 -4118 ($ *4))))) (-4 *4 (-789)) (-4 *5 (-13 (-1154 *2 *4) (-343) (-1116) (-10 -8 (-15 -4234 ($ $)) (-15 -1467 ($ $))))) (-5 *1 (-402 *3 *2 *4 *5 *6 *7)) (-4 *6 (-918 *5)) (-14 *7 (-1094)))) (-3432 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-110)) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-4 *3 (-13 (-27) (-1116) (-410 *6) (-10 -8 (-15 -4118 ($ *7))))) (-4 *7 (-789)) (-4 *8 (-13 (-1154 *3 *7) (-343) (-1116) (-10 -8 (-15 -4234 ($ $)) (-15 -1467 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077)))))) (-5 *1 (-402 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1077)) (-4 *9 (-918 *8)) (-14 *10 (-1094)))) (-3535 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-110)) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-4 *3 (-13 (-27) (-1116) (-410 *6) (-10 -8 (-15 -4118 ($ *7))))) (-4 *7 (-789)) (-4 *8 (-13 (-1154 *3 *7) (-343) (-1116) (-10 -8 (-15 -4234 ($ $)) (-15 -1467 ($ $))))) (-5 *2 (-3 (|:| |%series| *8) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077)))))) (-5 *1 (-402 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1077)) (-4 *9 (-918 *8)) (-14 *10 (-1094)))))
+(-10 -7 (-15 -3535 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110) (-1077))) (-15 -3432 ((-3 (|:| |%series| |#4|) (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))) |#2| (-110) (-1077))) (-15 -2828 (|#2| |#2|)))
+((-1244 ((|#4| (-1 |#3| |#1| |#3|) |#2| |#3|) 22)) (-2731 ((|#3| (-1 |#3| |#1| |#3|) |#2| |#3|) 20)) (-1998 ((|#4| (-1 |#3| |#1|) |#2|) 17)))
+(((-403 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2731 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1244 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|))) (-1022) (-405 |#1|) (-1022) (-405 |#3|)) (T -403))
+((-1244 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1022)) (-4 *5 (-1022)) (-4 *2 (-405 *5)) (-5 *1 (-403 *6 *4 *5 *2)) (-4 *4 (-405 *6)))) (-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1022)) (-4 *2 (-1022)) (-5 *1 (-403 *5 *4 *2 *6)) (-4 *4 (-405 *5)) (-4 *6 (-405 *2)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-405 *6)) (-5 *1 (-403 *5 *4 *6 *2)) (-4 *4 (-405 *5)))))
+(-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|)) (-15 -2731 (|#3| (-1 |#3| |#1| |#3|) |#2| |#3|)) (-15 -1244 (|#4| (-1 |#3| |#1| |#3|) |#2| |#3|)))
+((-3051 (($) 44)) (-1704 (($ |#2| $) NIL) (($ $ |#2|) NIL) (($ $ $) 40)) (-3576 (($ $ $) 39)) (-2306 (((-110) $ $) 28)) (-1637 (((-715)) 47)) (-2787 (($ (-594 |#2|)) 20) (($) NIL)) (-2309 (($) 53)) (-3397 (((-110) $ $) 13)) (-3902 ((|#2| $) 61)) (-1257 ((|#2| $) 59)) (-1989 (((-858) $) 55)) (-2984 (($ $ $) 35)) (-1720 (($ (-858)) 50)) (-2457 (($ $ |#2|) NIL) (($ $ $) 38)) (-4034 (((-715) (-1 (-110) |#2|) $) NIL) (((-715) |#2| $) 26)) (-4131 (($ (-594 |#2|)) 24)) (-2712 (($ $) 46)) (-4118 (((-800) $) 33)) (-4067 (((-715) $) 21)) (-2162 (($ (-594 |#2|)) 19) (($) NIL)) (-2747 (((-110) $ $) 16)))
+(((-404 |#1| |#2|) (-10 -8 (-15 -1637 ((-715))) (-15 -1720 (|#1| (-858))) (-15 -1989 ((-858) |#1|)) (-15 -2309 (|#1|)) (-15 -3902 (|#2| |#1|)) (-15 -1257 (|#2| |#1|)) (-15 -3051 (|#1|)) (-15 -2712 (|#1| |#1|)) (-15 -4067 ((-715) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -3397 ((-110) |#1| |#1|)) (-15 -2162 (|#1|)) (-15 -2162 (|#1| (-594 |#2|))) (-15 -2787 (|#1|)) (-15 -2787 (|#1| (-594 |#2|))) (-15 -2984 (|#1| |#1| |#1|)) (-15 -2457 (|#1| |#1| |#1|)) (-15 -2457 (|#1| |#1| |#2|)) (-15 -3576 (|#1| |#1| |#1|)) (-15 -2306 ((-110) |#1| |#1|)) (-15 -1704 (|#1| |#1| |#1|)) (-15 -1704 (|#1| |#1| |#2|)) (-15 -1704 (|#1| |#2| |#1|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -4034 ((-715) |#2| |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|))) (-405 |#2|) (-1022)) (T -404))
+((-1637 (*1 *2) (-12 (-4 *4 (-1022)) (-5 *2 (-715)) (-5 *1 (-404 *3 *4)) (-4 *3 (-405 *4)))))
+(-10 -8 (-15 -1637 ((-715))) (-15 -1720 (|#1| (-858))) (-15 -1989 ((-858) |#1|)) (-15 -2309 (|#1|)) (-15 -3902 (|#2| |#1|)) (-15 -1257 (|#2| |#1|)) (-15 -3051 (|#1|)) (-15 -2712 (|#1| |#1|)) (-15 -4067 ((-715) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -3397 ((-110) |#1| |#1|)) (-15 -2162 (|#1|)) (-15 -2162 (|#1| (-594 |#2|))) (-15 -2787 (|#1|)) (-15 -2787 (|#1| (-594 |#2|))) (-15 -2984 (|#1| |#1| |#1|)) (-15 -2457 (|#1| |#1| |#1|)) (-15 -2457 (|#1| |#1| |#2|)) (-15 -3576 (|#1| |#1| |#1|)) (-15 -2306 ((-110) |#1| |#1|)) (-15 -1704 (|#1| |#1| |#1|)) (-15 -1704 (|#1| |#1| |#2|)) (-15 -1704 (|#1| |#2| |#1|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -4034 ((-715) |#2| |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)))
+((-4105 (((-110) $ $) 19)) (-3051 (($) 67 (|has| |#1| (-348)))) (-1704 (($ |#1| $) 82) (($ $ |#1|) 81) (($ $ $) 80)) (-3576 (($ $ $) 78)) (-2306 (((-110) $ $) 79)) (-1731 (((-110) $ (-715)) 8)) (-1637 (((-715)) 61 (|has| |#1| (-348)))) (-2787 (($ (-594 |#1|)) 74) (($) 73)) (-1920 (($ (-1 (-110) |#1|) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1702 (($ $) 58 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ |#1| $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 46 (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) 57 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 54 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4261)))) (-2309 (($) 64 (|has| |#1| (-348)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3397 (((-110) $ $) 70)) (-3541 (((-110) $ (-715)) 9)) (-3902 ((|#1| $) 65 (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-1257 ((|#1| $) 66 (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-1989 (((-858) $) 63 (|has| |#1| (-348)))) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22)) (-2984 (($ $ $) 75)) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40)) (-1720 (($ (-858)) 62 (|has| |#1| (-348)))) (-4024 (((-1041) $) 21)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 51)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-2457 (($ $ |#1|) 77) (($ $ $) 76)) (-2261 (($) 49) (($ (-594 |#1|)) 48)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 50)) (-2712 (($ $) 68 (|has| |#1| (-348)))) (-4118 (((-800) $) 18)) (-4067 (((-715) $) 69)) (-2162 (($ (-594 |#1|)) 72) (($) 71)) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20)) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-405 |#1|) (-133) (-1022)) (T -405))
+((-4067 (*1 *2 *1) (-12 (-4 *1 (-405 *3)) (-4 *3 (-1022)) (-5 *2 (-715)))) (-2712 (*1 *1 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-1022)) (-4 *2 (-348)))) (-3051 (*1 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-348)) (-4 *2 (-1022)))) (-1257 (*1 *2 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-1022)) (-4 *2 (-791)))) (-3902 (*1 *2 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-1022)) (-4 *2 (-791)))))
+(-13 (-211 |t#1|) (-1020 |t#1|) (-10 -8 (-6 -4261) (-15 -4067 ((-715) $)) (IF (|has| |t#1| (-348)) (PROGN (-6 (-348)) (-15 -2712 ($ $)) (-15 -3051 ($))) |%noBranch|) (IF (|has| |t#1| (-791)) (PROGN (-15 -1257 (|t#1| $)) (-15 -3902 (|t#1| $))) |%noBranch|)))
+(((-33) . T) ((-104 |#1|) . T) ((-99) . T) ((-568 (-800)) . T) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-211 |#1|) . T) ((-217 |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-348) |has| |#1| (-348)) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1020 |#1|) . T) ((-1022) . T) ((-1130) . T))
+((-3753 (((-544 |#2|) |#2| (-1094)) 36)) (-4190 (((-544 |#2|) |#2| (-1094)) 20)) (-3720 ((|#2| |#2| (-1094)) 25)))
+(((-406 |#1| |#2|) (-10 -7 (-15 -4190 ((-544 |#2|) |#2| (-1094))) (-15 -3753 ((-544 |#2|) |#2| (-1094))) (-15 -3720 (|#2| |#2| (-1094)))) (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-29 |#1|))) (T -406))
+((-3720 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *1 (-406 *4 *2)) (-4 *2 (-13 (-1116) (-29 *4))))) (-3753 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-544 *3)) (-5 *1 (-406 *5 *3)) (-4 *3 (-13 (-1116) (-29 *5))))) (-4190 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-544 *3)) (-5 *1 (-406 *5 *3)) (-4 *3 (-13 (-1116) (-29 *5))))))
+(-10 -7 (-15 -4190 ((-544 |#2|) |#2| (-1094))) (-15 -3753 ((-544 |#2|) |#2| (-1094))) (-15 -3720 (|#2| |#2| (-1094))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-2846 (($ |#2| |#1|) 35)) (-2969 (($ |#2| |#1|) 33)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-311 |#2|)) 25)) (-4070 (((-715)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 10 T CONST)) (-3374 (($) 16 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 34)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 36) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-407 |#1| |#2|) (-13 (-37 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4248)) (IF (|has| |#1| (-6 -4248)) (-6 -4248) |%noBranch|) |%noBranch|) (-15 -4118 ($ |#1|)) (-15 -4118 ($ (-311 |#2|))) (-15 -2846 ($ |#2| |#1|)) (-15 -2969 ($ |#2| |#1|)))) (-13 (-162) (-37 (-387 (-527)))) (-13 (-791) (-21))) (T -407))
+((-4118 (*1 *1 *2) (-12 (-5 *1 (-407 *2 *3)) (-4 *2 (-13 (-162) (-37 (-387 (-527))))) (-4 *3 (-13 (-791) (-21))))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-311 *4)) (-4 *4 (-13 (-791) (-21))) (-5 *1 (-407 *3 *4)) (-4 *3 (-13 (-162) (-37 (-387 (-527))))))) (-2846 (*1 *1 *2 *3) (-12 (-5 *1 (-407 *3 *2)) (-4 *3 (-13 (-162) (-37 (-387 (-527))))) (-4 *2 (-13 (-791) (-21))))) (-2969 (*1 *1 *2 *3) (-12 (-5 *1 (-407 *3 *2)) (-4 *3 (-13 (-162) (-37 (-387 (-527))))) (-4 *2 (-13 (-791) (-21))))))
+(-13 (-37 |#1|) (-10 -8 (IF (|has| |#2| (-6 -4248)) (IF (|has| |#1| (-6 -4248)) (-6 -4248) |%noBranch|) |%noBranch|) (-15 -4118 ($ |#1|)) (-15 -4118 ($ (-311 |#2|))) (-15 -2846 ($ |#2| |#1|)) (-15 -2969 ($ |#2| |#1|))))
+((-1467 (((-3 |#2| (-594 |#2|)) |#2| (-1094)) 109)))
+(((-408 |#1| |#2|) (-10 -7 (-15 -1467 ((-3 |#2| (-594 |#2|)) |#2| (-1094)))) (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-895) (-29 |#1|))) (T -408))
+((-1467 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 *3 (-594 *3))) (-5 *1 (-408 *5 *3)) (-4 *3 (-13 (-1116) (-895) (-29 *5))))))
+(-10 -7 (-15 -1467 ((-3 |#2| (-594 |#2|)) |#2| (-1094))))
+((-2853 (((-594 (-1094)) $) 72)) (-2669 (((-387 (-1090 $)) $ (-567 $)) 273)) (-1568 (($ $ (-275 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-594 (-567 $)) (-594 $)) 237)) (-1923 (((-3 (-567 $) "failed") $) NIL) (((-3 (-1094) "failed") $) 75) (((-3 (-527) "failed") $) NIL) (((-3 |#2| "failed") $) 233) (((-3 (-387 (-889 |#2|)) "failed") $) 324) (((-3 (-889 |#2|) "failed") $) 235) (((-3 (-387 (-527)) "failed") $) NIL)) (-4145 (((-567 $) $) NIL) (((-1094) $) 30) (((-527) $) NIL) ((|#2| $) 231) (((-387 (-889 |#2|)) $) 305) (((-889 |#2|) $) 232) (((-387 (-527)) $) NIL)) (-2370 (((-112) (-112)) 47)) (-1458 (($ $) 87)) (-1567 (((-3 (-567 $) "failed") $) 228)) (-2655 (((-594 (-567 $)) $) 229)) (-2415 (((-3 (-594 $) "failed") $) 247)) (-3656 (((-3 (-2 (|:| |val| $) (|:| -3148 (-527))) "failed") $) 254)) (-3711 (((-3 (-594 $) "failed") $) 245)) (-3391 (((-3 (-2 (|:| -2663 (-527)) (|:| |var| (-567 $))) "failed") $) 264)) (-2007 (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $) 251) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-112)) 217) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-1094)) 219)) (-2964 (((-110) $) 19)) (-2972 ((|#2| $) 21)) (-2819 (($ $ (-567 $) $) NIL) (($ $ (-594 (-567 $)) (-594 $)) 236) (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) 96) (($ $ (-1094) (-1 $ (-594 $))) NIL) (($ $ (-1094) (-1 $ $)) NIL) (($ $ (-594 (-112)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-112) (-1 $ (-594 $))) NIL) (($ $ (-112) (-1 $ $)) NIL) (($ $ (-1094)) 57) (($ $ (-594 (-1094))) 240) (($ $) 241) (($ $ (-112) $ (-1094)) 60) (($ $ (-594 (-112)) (-594 $) (-1094)) 67) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ $))) 107) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ (-594 $)))) 242) (($ $ (-1094) (-715) (-1 $ (-594 $))) 94) (($ $ (-1094) (-715) (-1 $ $)) 93)) (-3439 (($ (-112) $) NIL) (($ (-112) $ $) NIL) (($ (-112) $ $ $) NIL) (($ (-112) $ $ $ $) NIL) (($ (-112) (-594 $)) 106)) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) 238)) (-2593 (($ $) 284)) (-2051 (((-829 (-527)) $) 257) (((-829 (-359)) $) 261) (($ (-398 $)) 320) (((-503) $) NIL)) (-4118 (((-800) $) 239) (($ (-567 $)) 84) (($ (-1094)) 26) (($ |#2|) NIL) (($ (-1046 |#2| (-567 $))) NIL) (($ (-387 |#2|)) 289) (($ (-889 (-387 |#2|))) 329) (($ (-387 (-889 (-387 |#2|)))) 301) (($ (-387 (-889 |#2|))) 295) (($ $) NIL) (($ (-889 |#2|)) 185) (($ (-387 (-527))) 334) (($ (-527)) NIL)) (-4070 (((-715)) 79)) (-2771 (((-110) (-112)) 41)) (-1614 (($ (-1094) $) 33) (($ (-1094) $ $) 34) (($ (-1094) $ $ $) 35) (($ (-1094) $ $ $ $) 36) (($ (-1094) (-594 $)) 39)) (* (($ (-387 (-527)) $) NIL) (($ $ (-387 (-527))) NIL) (($ |#2| $) 266) (($ $ |#2|) NIL) (($ $ $) NIL) (($ (-527) $) NIL) (($ (-715) $) NIL) (($ (-858) $) NIL)))
+(((-409 |#1| |#2|) (-10 -8 (-15 * (|#1| (-858) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4070 ((-715))) (-15 -4118 (|#1| (-527))) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2051 ((-503) |#1|)) (-15 -4145 ((-889 |#2|) |#1|)) (-15 -1923 ((-3 (-889 |#2|) "failed") |#1|)) (-15 -4118 (|#1| (-889 |#2|))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4118 (|#1| |#1|)) (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -4145 ((-387 (-889 |#2|)) |#1|)) (-15 -1923 ((-3 (-387 (-889 |#2|)) "failed") |#1|)) (-15 -4118 (|#1| (-387 (-889 |#2|)))) (-15 -2669 ((-387 (-1090 |#1|)) |#1| (-567 |#1|))) (-15 -4118 (|#1| (-387 (-889 (-387 |#2|))))) (-15 -4118 (|#1| (-889 (-387 |#2|)))) (-15 -4118 (|#1| (-387 |#2|))) (-15 -2593 (|#1| |#1|)) (-15 -2051 (|#1| (-398 |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-715) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-715) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-715)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-715)) (-594 (-1 |#1| |#1|)))) (-15 -3656 ((-3 (-2 (|:| |val| |#1|) (|:| -3148 (-527))) "failed") |#1|)) (-15 -2007 ((-3 (-2 (|:| |var| (-567 |#1|)) (|:| -3148 (-527))) "failed") |#1| (-1094))) (-15 -2007 ((-3 (-2 (|:| |var| (-567 |#1|)) (|:| -3148 (-527))) "failed") |#1| (-112))) (-15 -1458 (|#1| |#1|)) (-15 -4118 (|#1| (-1046 |#2| (-567 |#1|)))) (-15 -3391 ((-3 (-2 (|:| -2663 (-527)) (|:| |var| (-567 |#1|))) "failed") |#1|)) (-15 -3711 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -2007 ((-3 (-2 (|:| |var| (-567 |#1|)) (|:| -3148 (-527))) "failed") |#1|)) (-15 -2415 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 |#1|) (-1094))) (-15 -2819 (|#1| |#1| (-112) |#1| (-1094))) (-15 -2819 (|#1| |#1|)) (-15 -2819 (|#1| |#1| (-594 (-1094)))) (-15 -2819 (|#1| |#1| (-1094))) (-15 -1614 (|#1| (-1094) (-594 |#1|))) (-15 -1614 (|#1| (-1094) |#1| |#1| |#1| |#1|)) (-15 -1614 (|#1| (-1094) |#1| |#1| |#1|)) (-15 -1614 (|#1| (-1094) |#1| |#1|)) (-15 -1614 (|#1| (-1094) |#1|)) (-15 -2853 ((-594 (-1094)) |#1|)) (-15 -2972 (|#2| |#1|)) (-15 -2964 ((-110) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -4145 ((-1094) |#1|)) (-15 -1923 ((-3 (-1094) "failed") |#1|)) (-15 -4118 (|#1| (-1094))) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| |#1|)))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| |#1|)))) (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -2655 ((-594 (-567 |#1|)) |#1|)) (-15 -1567 ((-3 (-567 |#1|) "failed") |#1|)) (-15 -1568 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -1568 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -1568 (|#1| |#1| (-275 |#1|))) (-15 -3439 (|#1| (-112) (-594 |#1|))) (-15 -3439 (|#1| (-112) |#1| |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -2819 (|#1| |#1| (-567 |#1|) |#1|)) (-15 -4145 ((-567 |#1|) |#1|)) (-15 -1923 ((-3 (-567 |#1|) "failed") |#1|)) (-15 -4118 (|#1| (-567 |#1|))) (-15 -4118 ((-800) |#1|))) (-410 |#2|) (-791)) (T -409))
+((-2370 (*1 *2 *2) (-12 (-5 *2 (-112)) (-4 *4 (-791)) (-5 *1 (-409 *3 *4)) (-4 *3 (-410 *4)))) (-2771 (*1 *2 *3) (-12 (-5 *3 (-112)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-409 *4 *5)) (-4 *4 (-410 *5)))) (-4070 (*1 *2) (-12 (-4 *4 (-791)) (-5 *2 (-715)) (-5 *1 (-409 *3 *4)) (-4 *3 (-410 *4)))))
+(-10 -8 (-15 * (|#1| (-858) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -4070 ((-715))) (-15 -4118 (|#1| (-527))) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2051 ((-503) |#1|)) (-15 -4145 ((-889 |#2|) |#1|)) (-15 -1923 ((-3 (-889 |#2|) "failed") |#1|)) (-15 -4118 (|#1| (-889 |#2|))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -4118 (|#1| |#1|)) (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -4145 ((-387 (-889 |#2|)) |#1|)) (-15 -1923 ((-3 (-387 (-889 |#2|)) "failed") |#1|)) (-15 -4118 (|#1| (-387 (-889 |#2|)))) (-15 -2669 ((-387 (-1090 |#1|)) |#1| (-567 |#1|))) (-15 -4118 (|#1| (-387 (-889 (-387 |#2|))))) (-15 -4118 (|#1| (-889 (-387 |#2|)))) (-15 -4118 (|#1| (-387 |#2|))) (-15 -2593 (|#1| |#1|)) (-15 -2051 (|#1| (-398 |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-715) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-715) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-715)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-715)) (-594 (-1 |#1| |#1|)))) (-15 -3656 ((-3 (-2 (|:| |val| |#1|) (|:| -3148 (-527))) "failed") |#1|)) (-15 -2007 ((-3 (-2 (|:| |var| (-567 |#1|)) (|:| -3148 (-527))) "failed") |#1| (-1094))) (-15 -2007 ((-3 (-2 (|:| |var| (-567 |#1|)) (|:| -3148 (-527))) "failed") |#1| (-112))) (-15 -1458 (|#1| |#1|)) (-15 -4118 (|#1| (-1046 |#2| (-567 |#1|)))) (-15 -3391 ((-3 (-2 (|:| -2663 (-527)) (|:| |var| (-567 |#1|))) "failed") |#1|)) (-15 -3711 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -2007 ((-3 (-2 (|:| |var| (-567 |#1|)) (|:| -3148 (-527))) "failed") |#1|)) (-15 -2415 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 |#1|) (-1094))) (-15 -2819 (|#1| |#1| (-112) |#1| (-1094))) (-15 -2819 (|#1| |#1|)) (-15 -2819 (|#1| |#1| (-594 (-1094)))) (-15 -2819 (|#1| |#1| (-1094))) (-15 -1614 (|#1| (-1094) (-594 |#1|))) (-15 -1614 (|#1| (-1094) |#1| |#1| |#1| |#1|)) (-15 -1614 (|#1| (-1094) |#1| |#1| |#1|)) (-15 -1614 (|#1| (-1094) |#1| |#1|)) (-15 -1614 (|#1| (-1094) |#1|)) (-15 -2853 ((-594 (-1094)) |#1|)) (-15 -2972 (|#2| |#1|)) (-15 -2964 ((-110) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -4145 ((-1094) |#1|)) (-15 -1923 ((-3 (-1094) "failed") |#1|)) (-15 -4118 (|#1| (-1094))) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-112) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-112)) (-594 (-1 |#1| |#1|)))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| |#1|))) (-15 -2819 (|#1| |#1| (-1094) (-1 |#1| (-594 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| (-594 |#1|))))) (-15 -2819 (|#1| |#1| (-594 (-1094)) (-594 (-1 |#1| |#1|)))) (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -2655 ((-594 (-567 |#1|)) |#1|)) (-15 -1567 ((-3 (-567 |#1|) "failed") |#1|)) (-15 -1568 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -1568 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -1568 (|#1| |#1| (-275 |#1|))) (-15 -3439 (|#1| (-112) (-594 |#1|))) (-15 -3439 (|#1| (-112) |#1| |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1| |#1|)) (-15 -3439 (|#1| (-112) |#1|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -2819 (|#1| |#1| (-594 (-567 |#1|)) (-594 |#1|))) (-15 -2819 (|#1| |#1| (-567 |#1|) |#1|)) (-15 -4145 ((-567 |#1|) |#1|)) (-15 -1923 ((-3 (-567 |#1|) "failed") |#1|)) (-15 -4118 (|#1| (-567 |#1|))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 116 (|has| |#1| (-25)))) (-2853 (((-594 (-1094)) $) 203)) (-2669 (((-387 (-1090 $)) $ (-567 $)) 171 (|has| |#1| (-519)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 143 (|has| |#1| (-519)))) (-3931 (($ $) 144 (|has| |#1| (-519)))) (-3938 (((-110) $) 146 (|has| |#1| (-519)))) (-1296 (((-594 (-567 $)) $) 44)) (-3085 (((-3 $ "failed") $ $) 118 (|has| |#1| (-21)))) (-1568 (($ $ (-275 $)) 56) (($ $ (-594 (-275 $))) 55) (($ $ (-594 (-567 $)) (-594 $)) 54)) (-3259 (($ $) 163 (|has| |#1| (-519)))) (-3488 (((-398 $) $) 164 (|has| |#1| (-519)))) (-1842 (((-110) $ $) 154 (|has| |#1| (-519)))) (-1298 (($) 102 (-2027 (|has| |#1| (-1034)) (|has| |#1| (-25))) CONST)) (-1923 (((-3 (-567 $) "failed") $) 69) (((-3 (-1094) "failed") $) 216) (((-3 (-527) "failed") $) 209 (|has| |#1| (-970 (-527)))) (((-3 |#1| "failed") $) 207) (((-3 (-387 (-889 |#1|)) "failed") $) 169 (|has| |#1| (-519))) (((-3 (-889 |#1|) "failed") $) 123 (|has| |#1| (-979))) (((-3 (-387 (-527)) "failed") $) 95 (-2027 (-12 (|has| |#1| (-970 (-527))) (|has| |#1| (-519))) (|has| |#1| (-970 (-387 (-527))))))) (-4145 (((-567 $) $) 68) (((-1094) $) 215) (((-527) $) 210 (|has| |#1| (-970 (-527)))) ((|#1| $) 206) (((-387 (-889 |#1|)) $) 168 (|has| |#1| (-519))) (((-889 |#1|) $) 122 (|has| |#1| (-979))) (((-387 (-527)) $) 94 (-2027 (-12 (|has| |#1| (-970 (-527))) (|has| |#1| (-519))) (|has| |#1| (-970 (-387 (-527))))))) (-1346 (($ $ $) 158 (|has| |#1| (-519)))) (-4162 (((-634 (-527)) (-634 $)) 137 (-3979 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 136 (-3979 (|has| |#1| (-590 (-527))) (|has| |#1| (-979)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 135 (|has| |#1| (-979))) (((-634 |#1|) (-634 $)) 134 (|has| |#1| (-979)))) (-3714 (((-3 $ "failed") $) 105 (|has| |#1| (-1034)))) (-1324 (($ $ $) 157 (|has| |#1| (-519)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 152 (|has| |#1| (-519)))) (-3851 (((-110) $) 165 (|has| |#1| (-519)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 212 (|has| |#1| (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 211 (|has| |#1| (-823 (-359))))) (-1282 (($ $) 51) (($ (-594 $)) 50)) (-3672 (((-594 (-112)) $) 43)) (-2370 (((-112) (-112)) 42)) (-2956 (((-110) $) 103 (|has| |#1| (-1034)))) (-1758 (((-110) $) 22 (|has| $ (-970 (-527))))) (-1458 (($ $) 186 (|has| |#1| (-979)))) (-4109 (((-1046 |#1| (-567 $)) $) 187 (|has| |#1| (-979)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 161 (|has| |#1| (-519)))) (-3939 (((-1090 $) (-567 $)) 25 (|has| $ (-979)))) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-1998 (($ (-1 $ $) (-567 $)) 36)) (-1567 (((-3 (-567 $) "failed") $) 46)) (-2702 (($ (-594 $)) 150 (|has| |#1| (-519))) (($ $ $) 149 (|has| |#1| (-519)))) (-2416 (((-1077) $) 9)) (-2655 (((-594 (-567 $)) $) 45)) (-2592 (($ (-112) $) 38) (($ (-112) (-594 $)) 37)) (-2415 (((-3 (-594 $) "failed") $) 192 (|has| |#1| (-1034)))) (-3656 (((-3 (-2 (|:| |val| $) (|:| -3148 (-527))) "failed") $) 183 (|has| |#1| (-979)))) (-3711 (((-3 (-594 $) "failed") $) 190 (|has| |#1| (-25)))) (-3391 (((-3 (-2 (|:| -2663 (-527)) (|:| |var| (-567 $))) "failed") $) 189 (|has| |#1| (-25)))) (-2007 (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $) 191 (|has| |#1| (-1034))) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-112)) 185 (|has| |#1| (-979))) (((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-1094)) 184 (|has| |#1| (-979)))) (-1854 (((-110) $ (-112)) 40) (((-110) $ (-1094)) 39)) (-2952 (($ $) 107 (-2027 (|has| |#1| (-452)) (|has| |#1| (-519))))) (-3011 (((-715) $) 47)) (-4024 (((-1041) $) 10)) (-2964 (((-110) $) 205)) (-2972 ((|#1| $) 204)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 151 (|has| |#1| (-519)))) (-2742 (($ (-594 $)) 148 (|has| |#1| (-519))) (($ $ $) 147 (|has| |#1| (-519)))) (-3970 (((-110) $ $) 35) (((-110) $ (-1094)) 34)) (-2700 (((-398 $) $) 162 (|has| |#1| (-519)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 160 (|has| |#1| (-519))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 159 (|has| |#1| (-519)))) (-1305 (((-3 $ "failed") $ $) 142 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 153 (|has| |#1| (-519)))) (-1285 (((-110) $) 23 (|has| $ (-970 (-527))))) (-2819 (($ $ (-567 $) $) 67) (($ $ (-594 (-567 $)) (-594 $)) 66) (($ $ (-594 (-275 $))) 65) (($ $ (-275 $)) 64) (($ $ $ $) 63) (($ $ (-594 $) (-594 $)) 62) (($ $ (-594 (-1094)) (-594 (-1 $ $))) 33) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) 32) (($ $ (-1094) (-1 $ (-594 $))) 31) (($ $ (-1094) (-1 $ $)) 30) (($ $ (-594 (-112)) (-594 (-1 $ $))) 29) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) 28) (($ $ (-112) (-1 $ (-594 $))) 27) (($ $ (-112) (-1 $ $)) 26) (($ $ (-1094)) 197 (|has| |#1| (-569 (-503)))) (($ $ (-594 (-1094))) 196 (|has| |#1| (-569 (-503)))) (($ $) 195 (|has| |#1| (-569 (-503)))) (($ $ (-112) $ (-1094)) 194 (|has| |#1| (-569 (-503)))) (($ $ (-594 (-112)) (-594 $) (-1094)) 193 (|has| |#1| (-569 (-503)))) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ $))) 182 (|has| |#1| (-979))) (($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ (-594 $)))) 181 (|has| |#1| (-979))) (($ $ (-1094) (-715) (-1 $ (-594 $))) 180 (|has| |#1| (-979))) (($ $ (-1094) (-715) (-1 $ $)) 179 (|has| |#1| (-979)))) (-2578 (((-715) $) 155 (|has| |#1| (-519)))) (-3439 (($ (-112) $) 61) (($ (-112) $ $) 60) (($ (-112) $ $ $) 59) (($ (-112) $ $ $ $) 58) (($ (-112) (-594 $)) 57)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 156 (|has| |#1| (-519)))) (-3756 (($ $) 49) (($ $ $) 48)) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) 128 (|has| |#1| (-979))) (($ $ (-1094) (-715)) 127 (|has| |#1| (-979))) (($ $ (-594 (-1094))) 126 (|has| |#1| (-979))) (($ $ (-1094)) 125 (|has| |#1| (-979)))) (-2593 (($ $) 176 (|has| |#1| (-519)))) (-4122 (((-1046 |#1| (-567 $)) $) 177 (|has| |#1| (-519)))) (-2279 (($ $) 24 (|has| $ (-979)))) (-2051 (((-829 (-527)) $) 214 (|has| |#1| (-569 (-829 (-527))))) (((-829 (-359)) $) 213 (|has| |#1| (-569 (-829 (-359))))) (($ (-398 $)) 178 (|has| |#1| (-519))) (((-503) $) 97 (|has| |#1| (-569 (-503))))) (-1964 (($ $ $) 111 (|has| |#1| (-452)))) (-2170 (($ $ $) 112 (|has| |#1| (-452)))) (-4118 (((-800) $) 11) (($ (-567 $)) 70) (($ (-1094)) 217) (($ |#1|) 208) (($ (-1046 |#1| (-567 $))) 188 (|has| |#1| (-979))) (($ (-387 |#1|)) 174 (|has| |#1| (-519))) (($ (-889 (-387 |#1|))) 173 (|has| |#1| (-519))) (($ (-387 (-889 (-387 |#1|)))) 172 (|has| |#1| (-519))) (($ (-387 (-889 |#1|))) 170 (|has| |#1| (-519))) (($ $) 141 (|has| |#1| (-519))) (($ (-889 |#1|)) 124 (|has| |#1| (-979))) (($ (-387 (-527))) 96 (-2027 (|has| |#1| (-519)) (-12 (|has| |#1| (-970 (-527))) (|has| |#1| (-519))) (|has| |#1| (-970 (-387 (-527)))))) (($ (-527)) 93 (-2027 (|has| |#1| (-979)) (|has| |#1| (-970 (-527)))))) (-3470 (((-3 $ "failed") $) 138 (|has| |#1| (-138)))) (-4070 (((-715)) 133 (|has| |#1| (-979)))) (-3235 (($ $) 53) (($ (-594 $)) 52)) (-2771 (((-110) (-112)) 41)) (-3978 (((-110) $ $) 145 (|has| |#1| (-519)))) (-1614 (($ (-1094) $) 202) (($ (-1094) $ $) 201) (($ (-1094) $ $ $) 200) (($ (-1094) $ $ $ $) 199) (($ (-1094) (-594 $)) 198)) (-3732 (($ $ (-527)) 110 (-2027 (|has| |#1| (-452)) (|has| |#1| (-519)))) (($ $ (-715)) 104 (|has| |#1| (-1034))) (($ $ (-858)) 100 (|has| |#1| (-1034)))) (-3361 (($) 115 (|has| |#1| (-25)) CONST)) (-3374 (($) 101 (|has| |#1| (-1034)) CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) 132 (|has| |#1| (-979))) (($ $ (-1094) (-715)) 131 (|has| |#1| (-979))) (($ $ (-594 (-1094))) 130 (|has| |#1| (-979))) (($ $ (-1094)) 129 (|has| |#1| (-979)))) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2873 (($ (-1046 |#1| (-567 $)) (-1046 |#1| (-567 $))) 175 (|has| |#1| (-519))) (($ $ $) 108 (-2027 (|has| |#1| (-452)) (|has| |#1| (-519))))) (-2863 (($ $ $) 120 (|has| |#1| (-21))) (($ $) 119 (|has| |#1| (-21)))) (-2850 (($ $ $) 113 (|has| |#1| (-25)))) (** (($ $ (-527)) 109 (-2027 (|has| |#1| (-452)) (|has| |#1| (-519)))) (($ $ (-715)) 106 (|has| |#1| (-1034))) (($ $ (-858)) 99 (|has| |#1| (-1034)))) (* (($ (-387 (-527)) $) 167 (|has| |#1| (-519))) (($ $ (-387 (-527))) 166 (|has| |#1| (-519))) (($ |#1| $) 140 (|has| |#1| (-162))) (($ $ |#1|) 139 (|has| |#1| (-162))) (($ (-527) $) 121 (|has| |#1| (-21))) (($ (-715) $) 117 (|has| |#1| (-25))) (($ (-858) $) 114 (|has| |#1| (-25))) (($ $ $) 98 (|has| |#1| (-1034)))))
+(((-410 |#1|) (-133) (-791)) (T -410))
+((-2964 (*1 *2 *1) (-12 (-4 *1 (-410 *3)) (-4 *3 (-791)) (-5 *2 (-110)))) (-2972 (*1 *2 *1) (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)))) (-2853 (*1 *2 *1) (-12 (-4 *1 (-410 *3)) (-4 *3 (-791)) (-5 *2 (-594 (-1094))))) (-1614 (*1 *1 *2 *1) (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791)))) (-1614 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791)))) (-1614 (*1 *1 *2 *1 *1 *1) (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791)))) (-1614 (*1 *1 *2 *1 *1 *1 *1) (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791)))) (-1614 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-594 *1)) (-4 *1 (-410 *4)) (-4 *4 (-791)))) (-2819 (*1 *1 *1 *2) (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791)) (-4 *3 (-569 (-503))))) (-2819 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-1094))) (-4 *1 (-410 *3)) (-4 *3 (-791)) (-4 *3 (-569 (-503))))) (-2819 (*1 *1 *1) (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)) (-4 *2 (-569 (-503))))) (-2819 (*1 *1 *1 *2 *1 *3) (-12 (-5 *2 (-112)) (-5 *3 (-1094)) (-4 *1 (-410 *4)) (-4 *4 (-791)) (-4 *4 (-569 (-503))))) (-2819 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-594 (-112))) (-5 *3 (-594 *1)) (-5 *4 (-1094)) (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-569 (-503))))) (-2415 (*1 *2 *1) (|partial| -12 (-4 *3 (-1034)) (-4 *3 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-410 *3)))) (-2007 (*1 *2 *1) (|partial| -12 (-4 *3 (-1034)) (-4 *3 (-791)) (-5 *2 (-2 (|:| |var| (-567 *1)) (|:| -3148 (-527)))) (-4 *1 (-410 *3)))) (-3711 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-410 *3)))) (-3391 (*1 *2 *1) (|partial| -12 (-4 *3 (-25)) (-4 *3 (-791)) (-5 *2 (-2 (|:| -2663 (-527)) (|:| |var| (-567 *1)))) (-4 *1 (-410 *3)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1046 *3 (-567 *1))) (-4 *3 (-979)) (-4 *3 (-791)) (-4 *1 (-410 *3)))) (-4109 (*1 *2 *1) (-12 (-4 *3 (-979)) (-4 *3 (-791)) (-5 *2 (-1046 *3 (-567 *1))) (-4 *1 (-410 *3)))) (-1458 (*1 *1 *1) (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)) (-4 *2 (-979)))) (-2007 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-112)) (-4 *4 (-979)) (-4 *4 (-791)) (-5 *2 (-2 (|:| |var| (-567 *1)) (|:| -3148 (-527)))) (-4 *1 (-410 *4)))) (-2007 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-1094)) (-4 *4 (-979)) (-4 *4 (-791)) (-5 *2 (-2 (|:| |var| (-567 *1)) (|:| -3148 (-527)))) (-4 *1 (-410 *4)))) (-3656 (*1 *2 *1) (|partial| -12 (-4 *3 (-979)) (-4 *3 (-791)) (-5 *2 (-2 (|:| |val| *1) (|:| -3148 (-527)))) (-4 *1 (-410 *3)))) (-2819 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-715))) (-5 *4 (-594 (-1 *1 *1))) (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-979)))) (-2819 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-715))) (-5 *4 (-594 (-1 *1 (-594 *1)))) (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-979)))) (-2819 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-715)) (-5 *4 (-1 *1 (-594 *1))) (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-979)))) (-2819 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-715)) (-5 *4 (-1 *1 *1)) (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-979)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-398 *1)) (-4 *1 (-410 *3)) (-4 *3 (-519)) (-4 *3 (-791)))) (-4122 (*1 *2 *1) (-12 (-4 *3 (-519)) (-4 *3 (-791)) (-5 *2 (-1046 *3 (-567 *1))) (-4 *1 (-410 *3)))) (-2593 (*1 *1 *1) (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)) (-4 *2 (-519)))) (-2873 (*1 *1 *2 *2) (-12 (-5 *2 (-1046 *3 (-567 *1))) (-4 *3 (-519)) (-4 *3 (-791)) (-4 *1 (-410 *3)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-387 *3)) (-4 *3 (-519)) (-4 *3 (-791)) (-4 *1 (-410 *3)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-889 (-387 *3))) (-4 *3 (-519)) (-4 *3 (-791)) (-4 *1 (-410 *3)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-387 (-889 (-387 *3)))) (-4 *3 (-519)) (-4 *3 (-791)) (-4 *1 (-410 *3)))) (-2669 (*1 *2 *1 *3) (-12 (-5 *3 (-567 *1)) (-4 *1 (-410 *4)) (-4 *4 (-791)) (-4 *4 (-519)) (-5 *2 (-387 (-1090 *1))))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-410 *3)) (-4 *3 (-791)) (-4 *3 (-1034)))))
+(-13 (-283) (-970 (-1094)) (-821 |t#1|) (-380 |t#1|) (-391 |t#1|) (-10 -8 (-15 -2964 ((-110) $)) (-15 -2972 (|t#1| $)) (-15 -2853 ((-594 (-1094)) $)) (-15 -1614 ($ (-1094) $)) (-15 -1614 ($ (-1094) $ $)) (-15 -1614 ($ (-1094) $ $ $)) (-15 -1614 ($ (-1094) $ $ $ $)) (-15 -1614 ($ (-1094) (-594 $))) (IF (|has| |t#1| (-569 (-503))) (PROGN (-6 (-569 (-503))) (-15 -2819 ($ $ (-1094))) (-15 -2819 ($ $ (-594 (-1094)))) (-15 -2819 ($ $)) (-15 -2819 ($ $ (-112) $ (-1094))) (-15 -2819 ($ $ (-594 (-112)) (-594 $) (-1094)))) |%noBranch|) (IF (|has| |t#1| (-1034)) (PROGN (-6 (-671)) (-15 ** ($ $ (-715))) (-15 -2415 ((-3 (-594 $) "failed") $)) (-15 -2007 ((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-452)) (-6 (-452)) |%noBranch|) (IF (|has| |t#1| (-25)) (PROGN (-6 (-23)) (-15 -3711 ((-3 (-594 $) "failed") $)) (-15 -3391 ((-3 (-2 (|:| -2663 (-527)) (|:| |var| (-567 $))) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |t#1| (-979)) (PROGN (-6 (-979)) (-6 (-970 (-889 |t#1|))) (-6 (-837 (-1094))) (-6 (-357 |t#1|)) (-15 -4118 ($ (-1046 |t#1| (-567 $)))) (-15 -4109 ((-1046 |t#1| (-567 $)) $)) (-15 -1458 ($ $)) (-15 -2007 ((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-112))) (-15 -2007 ((-3 (-2 (|:| |var| (-567 $)) (|:| -3148 (-527))) "failed") $ (-1094))) (-15 -3656 ((-3 (-2 (|:| |val| $) (|:| -3148 (-527))) "failed") $)) (-15 -2819 ($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ $)))) (-15 -2819 ($ $ (-594 (-1094)) (-594 (-715)) (-594 (-1 $ (-594 $))))) (-15 -2819 ($ $ (-1094) (-715) (-1 $ (-594 $)))) (-15 -2819 ($ $ (-1094) (-715) (-1 $ $)))) |%noBranch|) (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-162)) (-6 (-37 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-519)) (PROGN (-6 (-343)) (-6 (-970 (-387 (-889 |t#1|)))) (-15 -2051 ($ (-398 $))) (-15 -4122 ((-1046 |t#1| (-567 $)) $)) (-15 -2593 ($ $)) (-15 -2873 ($ (-1046 |t#1| (-567 $)) (-1046 |t#1| (-567 $)))) (-15 -4118 ($ (-387 |t#1|))) (-15 -4118 ($ (-889 (-387 |t#1|)))) (-15 -4118 ($ (-387 (-889 (-387 |t#1|))))) (-15 -2669 ((-387 (-1090 $)) $ (-567 $))) (IF (|has| |t#1| (-970 (-527))) (-6 (-970 (-387 (-527)))) |%noBranch|)) |%noBranch|)))
+(((-21) -2027 (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138)) (|has| |#1| (-21))) ((-23) -2027 (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-25) -2027 (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138)) (|has| |#1| (-25)) (|has| |#1| (-21))) ((-37 #0=(-387 (-527))) |has| |#1| (-519)) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) |has| |#1| (-519)) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-519)) ((-109 |#1| |#1|) |has| |#1| (-162)) ((-109 $ $) |has| |#1| (-519)) ((-128) -2027 (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138)) (|has| |#1| (-21))) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) |has| |#1| (-519)) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-569 (-829 (-359))) |has| |#1| (-569 (-829 (-359)))) ((-569 (-829 (-527))) |has| |#1| (-569 (-829 (-527)))) ((-225) |has| |#1| (-519)) ((-271) |has| |#1| (-519)) ((-288) |has| |#1| (-519)) ((-290 $) . T) ((-283) . T) ((-343) |has| |#1| (-519)) ((-357 |#1|) |has| |#1| (-979)) ((-380 |#1|) . T) ((-391 |#1|) . T) ((-431) |has| |#1| (-519)) ((-452) |has| |#1| (-452)) ((-488 (-567 $) $) . T) ((-488 $ $) . T) ((-519) |has| |#1| (-519)) ((-596 #0#) |has| |#1| (-519)) ((-596 |#1|) |has| |#1| (-162)) ((-596 $) -2027 (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138))) ((-590 (-527)) -12 (|has| |#1| (-590 (-527))) (|has| |#1| (-979))) ((-590 |#1|) |has| |#1| (-979)) ((-662 #0#) |has| |#1| (-519)) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) |has| |#1| (-519)) ((-671) -2027 (|has| |#1| (-1034)) (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-452)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138))) ((-791) . T) ((-837 (-1094)) |has| |#1| (-979)) ((-823 (-359)) |has| |#1| (-823 (-359))) ((-823 (-527)) |has| |#1| (-823 (-527))) ((-821 |#1|) . T) ((-857) |has| |#1| (-519)) ((-970 (-387 (-527))) -2027 (|has| |#1| (-970 (-387 (-527)))) (-12 (|has| |#1| (-519)) (|has| |#1| (-970 (-527))))) ((-970 (-387 (-889 |#1|))) |has| |#1| (-519)) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 (-567 $)) . T) ((-970 (-889 |#1|)) |has| |#1| (-979)) ((-970 (-1094)) . T) ((-970 |#1|) . T) ((-985 #0#) |has| |#1| (-519)) ((-985 |#1|) |has| |#1| (-162)) ((-985 $) |has| |#1| (-519)) ((-979) -2027 (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138))) ((-986) -2027 (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138))) ((-1034) -2027 (|has| |#1| (-1034)) (|has| |#1| (-979)) (|has| |#1| (-519)) (|has| |#1| (-452)) (|has| |#1| (-162)) (|has| |#1| (-140)) (|has| |#1| (-138))) ((-1022) . T) ((-1130) . T) ((-1134) |has| |#1| (-519)))
+((-3630 ((|#2| |#2| |#2|) 33)) (-2370 (((-112) (-112)) 44)) (-3114 ((|#2| |#2|) 66)) (-3940 ((|#2| |#2|) 69)) (-3566 ((|#2| |#2|) 32)) (-1297 ((|#2| |#2| |#2|) 35)) (-2096 ((|#2| |#2| |#2|) 37)) (-1951 ((|#2| |#2| |#2|) 34)) (-2899 ((|#2| |#2| |#2|) 36)) (-2771 (((-110) (-112)) 42)) (-4226 ((|#2| |#2|) 39)) (-2396 ((|#2| |#2|) 38)) (-1597 ((|#2| |#2|) 27)) (-1938 ((|#2| |#2| |#2|) 30) ((|#2| |#2|) 28)) (-2759 ((|#2| |#2| |#2|) 31)))
+(((-411 |#1| |#2|) (-10 -7 (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -1597 (|#2| |#2|)) (-15 -1938 (|#2| |#2|)) (-15 -1938 (|#2| |#2| |#2|)) (-15 -2759 (|#2| |#2| |#2|)) (-15 -3566 (|#2| |#2|)) (-15 -3630 (|#2| |#2| |#2|)) (-15 -1951 (|#2| |#2| |#2|)) (-15 -1297 (|#2| |#2| |#2|)) (-15 -2899 (|#2| |#2| |#2|)) (-15 -2096 (|#2| |#2| |#2|)) (-15 -2396 (|#2| |#2|)) (-15 -4226 (|#2| |#2|)) (-15 -3940 (|#2| |#2|)) (-15 -3114 (|#2| |#2|))) (-13 (-791) (-519)) (-410 |#1|)) (T -411))
+((-3114 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-3940 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-4226 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-2396 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-2096 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-2899 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-1297 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-1951 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-3630 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-3566 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-2759 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-1938 (*1 *2 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-1938 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-1597 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2)) (-4 *2 (-410 *3)))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *4)) (-4 *4 (-410 *3)))) (-2771 (*1 *2 *3) (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110)) (-5 *1 (-411 *4 *5)) (-4 *5 (-410 *4)))))
+(-10 -7 (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -1597 (|#2| |#2|)) (-15 -1938 (|#2| |#2|)) (-15 -1938 (|#2| |#2| |#2|)) (-15 -2759 (|#2| |#2| |#2|)) (-15 -3566 (|#2| |#2|)) (-15 -3630 (|#2| |#2| |#2|)) (-15 -1951 (|#2| |#2| |#2|)) (-15 -1297 (|#2| |#2| |#2|)) (-15 -2899 (|#2| |#2| |#2|)) (-15 -2096 (|#2| |#2| |#2|)) (-15 -2396 (|#2| |#2|)) (-15 -4226 (|#2| |#2|)) (-15 -3940 (|#2| |#2|)) (-15 -3114 (|#2| |#2|)))
+((-3809 (((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1090 |#2|)) (|:| |pol2| (-1090 |#2|)) (|:| |prim| (-1090 |#2|))) |#2| |#2|) 97 (|has| |#2| (-27))) (((-2 (|:| |primelt| |#2|) (|:| |poly| (-594 (-1090 |#2|))) (|:| |prim| (-1090 |#2|))) (-594 |#2|)) 61)))
+(((-412 |#1| |#2|) (-10 -7 (-15 -3809 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-594 (-1090 |#2|))) (|:| |prim| (-1090 |#2|))) (-594 |#2|))) (IF (|has| |#2| (-27)) (-15 -3809 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1090 |#2|)) (|:| |pol2| (-1090 |#2|)) (|:| |prim| (-1090 |#2|))) |#2| |#2|)) |%noBranch|)) (-13 (-519) (-791) (-140)) (-410 |#1|)) (T -412))
+((-3809 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-519) (-791) (-140))) (-5 *2 (-2 (|:| |primelt| *3) (|:| |pol1| (-1090 *3)) (|:| |pol2| (-1090 *3)) (|:| |prim| (-1090 *3)))) (-5 *1 (-412 *4 *3)) (-4 *3 (-27)) (-4 *3 (-410 *4)))) (-3809 (*1 *2 *3) (-12 (-5 *3 (-594 *5)) (-4 *5 (-410 *4)) (-4 *4 (-13 (-519) (-791) (-140))) (-5 *2 (-2 (|:| |primelt| *5) (|:| |poly| (-594 (-1090 *5))) (|:| |prim| (-1090 *5)))) (-5 *1 (-412 *4 *5)))))
+(-10 -7 (-15 -3809 ((-2 (|:| |primelt| |#2|) (|:| |poly| (-594 (-1090 |#2|))) (|:| |prim| (-1090 |#2|))) (-594 |#2|))) (IF (|has| |#2| (-27)) (-15 -3809 ((-2 (|:| |primelt| |#2|) (|:| |pol1| (-1090 |#2|)) (|:| |pol2| (-1090 |#2|)) (|:| |prim| (-1090 |#2|))) |#2| |#2|)) |%noBranch|))
+((-2290 (((-1181)) 19)) (-3918 (((-1090 (-387 (-527))) |#2| (-567 |#2|)) 41) (((-387 (-527)) |#2|) 25)))
+(((-413 |#1| |#2|) (-10 -7 (-15 -3918 ((-387 (-527)) |#2|)) (-15 -3918 ((-1090 (-387 (-527))) |#2| (-567 |#2|))) (-15 -2290 ((-1181)))) (-13 (-791) (-519) (-970 (-527))) (-410 |#1|)) (T -413))
+((-2290 (*1 *2) (-12 (-4 *3 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-1181)) (-5 *1 (-413 *3 *4)) (-4 *4 (-410 *3)))) (-3918 (*1 *2 *3 *4) (-12 (-5 *4 (-567 *3)) (-4 *3 (-410 *5)) (-4 *5 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-413 *5 *3)))) (-3918 (*1 *2 *3) (-12 (-4 *4 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-387 (-527))) (-5 *1 (-413 *4 *3)) (-4 *3 (-410 *4)))))
+(-10 -7 (-15 -3918 ((-387 (-527)) |#2|)) (-15 -3918 ((-1090 (-387 (-527))) |#2| (-567 |#2|))) (-15 -2290 ((-1181))))
+((-3829 (((-110) $) 28)) (-3461 (((-110) $) 30)) (-3607 (((-110) $) 31)) (-1928 (((-110) $) 34)) (-3603 (((-110) $) 29)) (-2961 (((-110) $) 33)) (-4118 (((-800) $) 18) (($ (-1077)) 27) (($ (-1094)) 23) (((-1094) $) 22) (((-1026) $) 21)) (-3243 (((-110) $) 32)) (-2747 (((-110) $ $) 15)))
+(((-414) (-13 (-568 (-800)) (-10 -8 (-15 -4118 ($ (-1077))) (-15 -4118 ($ (-1094))) (-15 -4118 ((-1094) $)) (-15 -4118 ((-1026) $)) (-15 -3829 ((-110) $)) (-15 -3603 ((-110) $)) (-15 -3607 ((-110) $)) (-15 -2961 ((-110) $)) (-15 -1928 ((-110) $)) (-15 -3243 ((-110) $)) (-15 -3461 ((-110) $)) (-15 -2747 ((-110) $ $))))) (T -414))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-414)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-414)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-414)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-414)))) (-3829 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))) (-3603 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))) (-3607 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))) (-2961 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))) (-1928 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))) (-3243 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))) (-3461 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))) (-2747 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -4118 ($ (-1077))) (-15 -4118 ($ (-1094))) (-15 -4118 ((-1094) $)) (-15 -4118 ((-1026) $)) (-15 -3829 ((-110) $)) (-15 -3603 ((-110) $)) (-15 -3607 ((-110) $)) (-15 -2961 ((-110) $)) (-15 -1928 ((-110) $)) (-15 -3243 ((-110) $)) (-15 -3461 ((-110) $)) (-15 -2747 ((-110) $ $))))
+((-3948 (((-3 (-398 (-1090 (-387 (-527)))) "failed") |#3|) 70)) (-3901 (((-398 |#3|) |#3|) 34)) (-2271 (((-3 (-398 (-1090 (-47))) "failed") |#3|) 46 (|has| |#2| (-970 (-47))))) (-1207 (((-3 (|:| |overq| (-1090 (-387 (-527)))) (|:| |overan| (-1090 (-47))) (|:| -1667 (-110))) |#3|) 37)))
+(((-415 |#1| |#2| |#3|) (-10 -7 (-15 -3901 ((-398 |#3|) |#3|)) (-15 -3948 ((-3 (-398 (-1090 (-387 (-527)))) "failed") |#3|)) (-15 -1207 ((-3 (|:| |overq| (-1090 (-387 (-527)))) (|:| |overan| (-1090 (-47))) (|:| -1667 (-110))) |#3|)) (IF (|has| |#2| (-970 (-47))) (-15 -2271 ((-3 (-398 (-1090 (-47))) "failed") |#3|)) |%noBranch|)) (-13 (-519) (-791) (-970 (-527))) (-410 |#1|) (-1152 |#2|)) (T -415))
+((-2271 (*1 *2 *3) (|partial| -12 (-4 *5 (-970 (-47))) (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-4 *5 (-410 *4)) (-5 *2 (-398 (-1090 (-47)))) (-5 *1 (-415 *4 *5 *3)) (-4 *3 (-1152 *5)))) (-1207 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-4 *5 (-410 *4)) (-5 *2 (-3 (|:| |overq| (-1090 (-387 (-527)))) (|:| |overan| (-1090 (-47))) (|:| -1667 (-110)))) (-5 *1 (-415 *4 *5 *3)) (-4 *3 (-1152 *5)))) (-3948 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-4 *5 (-410 *4)) (-5 *2 (-398 (-1090 (-387 (-527))))) (-5 *1 (-415 *4 *5 *3)) (-4 *3 (-1152 *5)))) (-3901 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-4 *5 (-410 *4)) (-5 *2 (-398 *3)) (-5 *1 (-415 *4 *5 *3)) (-4 *3 (-1152 *5)))))
+(-10 -7 (-15 -3901 ((-398 |#3|) |#3|)) (-15 -3948 ((-3 (-398 (-1090 (-387 (-527)))) "failed") |#3|)) (-15 -1207 ((-3 (|:| |overq| (-1090 (-387 (-527)))) (|:| |overan| (-1090 (-47))) (|:| -1667 (-110))) |#3|)) (IF (|has| |#2| (-970 (-47))) (-15 -2271 ((-3 (-398 (-1090 (-47))) "failed") |#3|)) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-4155 (((-1077) $ (-1077)) NIL)) (-3645 (($ $ (-1077)) NIL)) (-1595 (((-1077) $) NIL)) (-2274 (((-368) (-368) (-368)) 17) (((-368) (-368)) 15)) (-2028 (($ (-368)) NIL) (($ (-368) (-1077)) NIL)) (-2365 (((-368) $) NIL)) (-2416 (((-1077) $) NIL)) (-2268 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3866 (((-1181) (-1077)) 9)) (-1826 (((-1181) (-1077)) 10)) (-4016 (((-1181)) 11)) (-4118 (((-800) $) NIL)) (-3414 (($ $) 35)) (-2747 (((-110) $ $) NIL)))
+(((-416) (-13 (-344 (-368) (-1077)) (-10 -7 (-15 -2274 ((-368) (-368) (-368))) (-15 -2274 ((-368) (-368))) (-15 -3866 ((-1181) (-1077))) (-15 -1826 ((-1181) (-1077))) (-15 -4016 ((-1181)))))) (T -416))
+((-2274 (*1 *2 *2 *2) (-12 (-5 *2 (-368)) (-5 *1 (-416)))) (-2274 (*1 *2 *2) (-12 (-5 *2 (-368)) (-5 *1 (-416)))) (-3866 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-416)))) (-1826 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-416)))) (-4016 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-416)))))
+(-13 (-344 (-368) (-1077)) (-10 -7 (-15 -2274 ((-368) (-368) (-368))) (-15 -2274 ((-368) (-368))) (-15 -3866 ((-1181) (-1077))) (-15 -1826 ((-1181) (-1077))) (-15 -4016 ((-1181)))))
+((-4105 (((-110) $ $) NIL)) (-3746 (((-3 (|:| |fst| (-414)) (|:| -3438 "void")) $) 11)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3220 (($) 32)) (-2284 (($) 38)) (-2607 (($) 34)) (-4027 (($) 36)) (-2357 (($) 33)) (-2139 (($) 35)) (-2645 (($) 37)) (-3958 (((-110) $) 8)) (-3126 (((-594 (-889 (-527))) $) 19)) (-4131 (($ (-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-594 (-1094)) (-110)) 27) (($ (-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-594 (-889 (-527))) (-110)) 28)) (-4118 (((-800) $) 23) (($ (-414)) 29)) (-2747 (((-110) $ $) NIL)))
+(((-417) (-13 (-1022) (-10 -8 (-15 -4118 ((-800) $)) (-15 -4118 ($ (-414))) (-15 -3746 ((-3 (|:| |fst| (-414)) (|:| -3438 "void")) $)) (-15 -3126 ((-594 (-889 (-527))) $)) (-15 -3958 ((-110) $)) (-15 -4131 ($ (-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-594 (-1094)) (-110))) (-15 -4131 ($ (-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-594 (-889 (-527))) (-110))) (-15 -3220 ($)) (-15 -2357 ($)) (-15 -2607 ($)) (-15 -2284 ($)) (-15 -2139 ($)) (-15 -4027 ($)) (-15 -2645 ($))))) (T -417))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-417)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-414)) (-5 *1 (-417)))) (-3746 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *1 (-417)))) (-3126 (*1 *2 *1) (-12 (-5 *2 (-594 (-889 (-527)))) (-5 *1 (-417)))) (-3958 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-417)))) (-4131 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *3 (-594 (-1094))) (-5 *4 (-110)) (-5 *1 (-417)))) (-4131 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-110)) (-5 *1 (-417)))) (-3220 (*1 *1) (-5 *1 (-417))) (-2357 (*1 *1) (-5 *1 (-417))) (-2607 (*1 *1) (-5 *1 (-417))) (-2284 (*1 *1) (-5 *1 (-417))) (-2139 (*1 *1) (-5 *1 (-417))) (-4027 (*1 *1) (-5 *1 (-417))) (-2645 (*1 *1) (-5 *1 (-417))))
+(-13 (-1022) (-10 -8 (-15 -4118 ((-800) $)) (-15 -4118 ($ (-414))) (-15 -3746 ((-3 (|:| |fst| (-414)) (|:| -3438 "void")) $)) (-15 -3126 ((-594 (-889 (-527))) $)) (-15 -3958 ((-110) $)) (-15 -4131 ($ (-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-594 (-1094)) (-110))) (-15 -4131 ($ (-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-594 (-889 (-527))) (-110))) (-15 -3220 ($)) (-15 -2357 ($)) (-15 -2607 ($)) (-15 -2284 ($)) (-15 -2139 ($)) (-15 -4027 ($)) (-15 -2645 ($))))
+((-4105 (((-110) $ $) NIL)) (-2365 (((-1094) $) 8)) (-2416 (((-1077) $) 16)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 13)))
+(((-418 |#1|) (-13 (-1022) (-10 -8 (-15 -2365 ((-1094) $)))) (-1094)) (T -418))
+((-2365 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-418 *3)) (-14 *3 *2))))
+(-13 (-1022) (-10 -8 (-15 -2365 ((-1094) $))))
+((-4099 (((-1181) $) 7)) (-4118 (((-800) $) 8) (($ (-1176 (-643))) 14) (($ (-594 (-310))) 13) (($ (-310)) 12) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 11)))
+(((-419) (-133)) (T -419))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-643))) (-4 *1 (-419)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-419)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-419)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) (-4 *1 (-419)))))
+(-13 (-375) (-10 -8 (-15 -4118 ($ (-1176 (-643)))) (-15 -4118 ($ (-594 (-310)))) (-15 -4118 ($ (-310))) (-15 -4118 ($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))))))
+(((-568 (-800)) . T) ((-375) . T) ((-1130) . T))
+((-1923 (((-3 $ "failed") (-1176 (-296 (-359)))) 21) (((-3 $ "failed") (-1176 (-296 (-527)))) 19) (((-3 $ "failed") (-1176 (-889 (-359)))) 17) (((-3 $ "failed") (-1176 (-889 (-527)))) 15) (((-3 $ "failed") (-1176 (-387 (-889 (-359))))) 13) (((-3 $ "failed") (-1176 (-387 (-889 (-527))))) 11)) (-4145 (($ (-1176 (-296 (-359)))) 22) (($ (-1176 (-296 (-527)))) 20) (($ (-1176 (-889 (-359)))) 18) (($ (-1176 (-889 (-527)))) 16) (($ (-1176 (-387 (-889 (-359))))) 14) (($ (-1176 (-387 (-889 (-527))))) 12)) (-4099 (((-1181) $) 7)) (-4118 (((-800) $) 8) (($ (-594 (-310))) 25) (($ (-310)) 24) (($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) 23)))
+(((-420) (-133)) (T -420))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-420)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-420)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310))))) (-4 *1 (-420)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-1176 (-296 (-359)))) (-4 *1 (-420)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-1176 (-296 (-359)))) (-4 *1 (-420)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-1176 (-296 (-527)))) (-4 *1 (-420)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-1176 (-296 (-527)))) (-4 *1 (-420)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-1176 (-889 (-359)))) (-4 *1 (-420)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-1176 (-889 (-359)))) (-4 *1 (-420)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-1176 (-889 (-527)))) (-4 *1 (-420)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-1176 (-889 (-527)))) (-4 *1 (-420)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-1176 (-387 (-889 (-359))))) (-4 *1 (-420)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-1176 (-387 (-889 (-359))))) (-4 *1 (-420)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-1176 (-387 (-889 (-527))))) (-4 *1 (-420)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-1176 (-387 (-889 (-527))))) (-4 *1 (-420)))))
+(-13 (-375) (-10 -8 (-15 -4118 ($ (-594 (-310)))) (-15 -4118 ($ (-310))) (-15 -4118 ($ (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))) (-15 -4145 ($ (-1176 (-296 (-359))))) (-15 -1923 ((-3 $ "failed") (-1176 (-296 (-359))))) (-15 -4145 ($ (-1176 (-296 (-527))))) (-15 -1923 ((-3 $ "failed") (-1176 (-296 (-527))))) (-15 -4145 ($ (-1176 (-889 (-359))))) (-15 -1923 ((-3 $ "failed") (-1176 (-889 (-359))))) (-15 -4145 ($ (-1176 (-889 (-527))))) (-15 -1923 ((-3 $ "failed") (-1176 (-889 (-527))))) (-15 -4145 ($ (-1176 (-387 (-889 (-359)))))) (-15 -1923 ((-3 $ "failed") (-1176 (-387 (-889 (-359)))))) (-15 -4145 ($ (-1176 (-387 (-889 (-527)))))) (-15 -1923 ((-3 $ "failed") (-1176 (-387 (-889 (-527))))))))
+(((-568 (-800)) . T) ((-375) . T) ((-1130) . T))
+((-3380 (((-110)) 17)) (-1275 (((-110) (-110)) 18)) (-4192 (((-110)) 13)) (-3661 (((-110) (-110)) 14)) (-2893 (((-110)) 15)) (-1967 (((-110) (-110)) 16)) (-3810 (((-858) (-858)) 21) (((-858)) 20)) (-2189 (((-715) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527))))) 42)) (-3883 (((-858) (-858)) 23) (((-858)) 22)) (-3179 (((-2 (|:| -3329 (-527)) (|:| -3798 (-594 |#1|))) |#1|) 62)) (-3113 (((-398 |#1|) (-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527))))))) 126)) (-1747 (((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110)) 152)) (-3175 (((-398 |#1|) |#1| (-715) (-715)) 165) (((-398 |#1|) |#1| (-594 (-715)) (-715)) 162) (((-398 |#1|) |#1| (-594 (-715))) 164) (((-398 |#1|) |#1| (-715)) 163) (((-398 |#1|) |#1|) 161)) (-1234 (((-3 |#1| "failed") (-858) |#1| (-594 (-715)) (-715) (-110)) 167) (((-3 |#1| "failed") (-858) |#1| (-594 (-715)) (-715)) 168) (((-3 |#1| "failed") (-858) |#1| (-594 (-715))) 170) (((-3 |#1| "failed") (-858) |#1| (-715)) 169) (((-3 |#1| "failed") (-858) |#1|) 171)) (-2700 (((-398 |#1|) |#1| (-715) (-715)) 160) (((-398 |#1|) |#1| (-594 (-715)) (-715)) 156) (((-398 |#1|) |#1| (-594 (-715))) 158) (((-398 |#1|) |#1| (-715)) 157) (((-398 |#1|) |#1|) 155)) (-3185 (((-110) |#1|) 37)) (-2060 (((-682 (-715)) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527))))) 67)) (-1862 (((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110) (-1024 (-715)) (-715)) 154)))
+(((-421 |#1|) (-10 -7 (-15 -3113 ((-398 |#1|) (-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))))) (-15 -2060 ((-682 (-715)) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))))) (-15 -3883 ((-858))) (-15 -3883 ((-858) (-858))) (-15 -3810 ((-858))) (-15 -3810 ((-858) (-858))) (-15 -2189 ((-715) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))))) (-15 -3179 ((-2 (|:| -3329 (-527)) (|:| -3798 (-594 |#1|))) |#1|)) (-15 -3380 ((-110))) (-15 -1275 ((-110) (-110))) (-15 -4192 ((-110))) (-15 -3661 ((-110) (-110))) (-15 -3185 ((-110) |#1|)) (-15 -2893 ((-110))) (-15 -1967 ((-110) (-110))) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -2700 ((-398 |#1|) |#1| (-715))) (-15 -2700 ((-398 |#1|) |#1| (-594 (-715)))) (-15 -2700 ((-398 |#1|) |#1| (-594 (-715)) (-715))) (-15 -2700 ((-398 |#1|) |#1| (-715) (-715))) (-15 -3175 ((-398 |#1|) |#1|)) (-15 -3175 ((-398 |#1|) |#1| (-715))) (-15 -3175 ((-398 |#1|) |#1| (-594 (-715)))) (-15 -3175 ((-398 |#1|) |#1| (-594 (-715)) (-715))) (-15 -3175 ((-398 |#1|) |#1| (-715) (-715))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1|)) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-715))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-594 (-715)))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-594 (-715)) (-715))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-594 (-715)) (-715) (-110))) (-15 -1747 ((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110))) (-15 -1862 ((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110) (-1024 (-715)) (-715)))) (-1152 (-527))) (T -421))
+((-1862 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-110)) (-5 *5 (-1024 (-715))) (-5 *6 (-715)) (-5 *2 (-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527))))))) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-1747 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-5 *2 (-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527))))))) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-1234 (*1 *2 *3 *2 *4 *5 *6) (|partial| -12 (-5 *3 (-858)) (-5 *4 (-594 (-715))) (-5 *5 (-715)) (-5 *6 (-110)) (-5 *1 (-421 *2)) (-4 *2 (-1152 (-527))))) (-1234 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *3 (-858)) (-5 *4 (-594 (-715))) (-5 *5 (-715)) (-5 *1 (-421 *2)) (-4 *2 (-1152 (-527))))) (-1234 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-858)) (-5 *4 (-594 (-715))) (-5 *1 (-421 *2)) (-4 *2 (-1152 (-527))))) (-1234 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *3 (-858)) (-5 *4 (-715)) (-5 *1 (-421 *2)) (-4 *2 (-1152 (-527))))) (-1234 (*1 *2 *3 *2) (|partial| -12 (-5 *3 (-858)) (-5 *1 (-421 *2)) (-4 *2 (-1152 (-527))))) (-3175 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3175 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-594 (-715))) (-5 *5 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3175 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-715))) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3175 (*1 *2 *3 *4) (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3175 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2700 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2700 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-594 (-715))) (-5 *5 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-715))) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2700 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-1967 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2893 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3185 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3661 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-4192 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-1275 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3380 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3179 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3329 (-527)) (|:| -3798 (-594 *3)))) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2189 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -2700 *4) (|:| -4115 (-527))))) (-4 *4 (-1152 (-527))) (-5 *2 (-715)) (-5 *1 (-421 *4)))) (-3810 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3810 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3883 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-3883 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))) (-2060 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -2700 *4) (|:| -4115 (-527))))) (-4 *4 (-1152 (-527))) (-5 *2 (-682 (-715))) (-5 *1 (-421 *4)))) (-3113 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| *4) (|:| -1440 (-527))))))) (-4 *4 (-1152 (-527))) (-5 *2 (-398 *4)) (-5 *1 (-421 *4)))))
+(-10 -7 (-15 -3113 ((-398 |#1|) (-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))))) (-15 -2060 ((-682 (-715)) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))))) (-15 -3883 ((-858))) (-15 -3883 ((-858) (-858))) (-15 -3810 ((-858))) (-15 -3810 ((-858) (-858))) (-15 -2189 ((-715) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))))) (-15 -3179 ((-2 (|:| -3329 (-527)) (|:| -3798 (-594 |#1|))) |#1|)) (-15 -3380 ((-110))) (-15 -1275 ((-110) (-110))) (-15 -4192 ((-110))) (-15 -3661 ((-110) (-110))) (-15 -3185 ((-110) |#1|)) (-15 -2893 ((-110))) (-15 -1967 ((-110) (-110))) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -2700 ((-398 |#1|) |#1| (-715))) (-15 -2700 ((-398 |#1|) |#1| (-594 (-715)))) (-15 -2700 ((-398 |#1|) |#1| (-594 (-715)) (-715))) (-15 -2700 ((-398 |#1|) |#1| (-715) (-715))) (-15 -3175 ((-398 |#1|) |#1|)) (-15 -3175 ((-398 |#1|) |#1| (-715))) (-15 -3175 ((-398 |#1|) |#1| (-594 (-715)))) (-15 -3175 ((-398 |#1|) |#1| (-594 (-715)) (-715))) (-15 -3175 ((-398 |#1|) |#1| (-715) (-715))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1|)) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-715))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-594 (-715)))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-594 (-715)) (-715))) (-15 -1234 ((-3 |#1| "failed") (-858) |#1| (-594 (-715)) (-715) (-110))) (-15 -1747 ((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110))) (-15 -1862 ((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110) (-1024 (-715)) (-715))))
+((-1692 (((-527) |#2|) 48) (((-527) |#2| (-715)) 47)) (-3811 (((-527) |#2|) 55)) (-2586 ((|#3| |#2|) 25)) (-1705 ((|#3| |#2| (-858)) 14)) (-2091 ((|#3| |#2|) 15)) (-3481 ((|#3| |#2|) 9)) (-3011 ((|#3| |#2|) 10)) (-1786 ((|#3| |#2| (-858)) 62) ((|#3| |#2|) 30)) (-3128 (((-527) |#2|) 57)))
+(((-422 |#1| |#2| |#3|) (-10 -7 (-15 -3128 ((-527) |#2|)) (-15 -1786 (|#3| |#2|)) (-15 -1786 (|#3| |#2| (-858))) (-15 -3811 ((-527) |#2|)) (-15 -1692 ((-527) |#2| (-715))) (-15 -1692 ((-527) |#2|)) (-15 -1705 (|#3| |#2| (-858))) (-15 -2586 (|#3| |#2|)) (-15 -3481 (|#3| |#2|)) (-15 -3011 (|#3| |#2|)) (-15 -2091 (|#3| |#2|))) (-979) (-1152 |#1|) (-13 (-384) (-970 |#1|) (-343) (-1116) (-265))) (T -422))
+((-2091 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265))) (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4)))) (-3011 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265))) (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4)))) (-3481 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265))) (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4)))) (-2586 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265))) (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4)))) (-1705 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-4 *5 (-979)) (-4 *2 (-13 (-384) (-970 *5) (-343) (-1116) (-265))) (-5 *1 (-422 *5 *3 *2)) (-4 *3 (-1152 *5)))) (-1692 (*1 *2 *3) (-12 (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-422 *4 *3 *5)) (-4 *3 (-1152 *4)) (-4 *5 (-13 (-384) (-970 *4) (-343) (-1116) (-265))))) (-1692 (*1 *2 *3 *4) (-12 (-5 *4 (-715)) (-4 *5 (-979)) (-5 *2 (-527)) (-5 *1 (-422 *5 *3 *6)) (-4 *3 (-1152 *5)) (-4 *6 (-13 (-384) (-970 *5) (-343) (-1116) (-265))))) (-3811 (*1 *2 *3) (-12 (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-422 *4 *3 *5)) (-4 *3 (-1152 *4)) (-4 *5 (-13 (-384) (-970 *4) (-343) (-1116) (-265))))) (-1786 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-4 *5 (-979)) (-4 *2 (-13 (-384) (-970 *5) (-343) (-1116) (-265))) (-5 *1 (-422 *5 *3 *2)) (-4 *3 (-1152 *5)))) (-1786 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265))) (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4)))) (-3128 (*1 *2 *3) (-12 (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-422 *4 *3 *5)) (-4 *3 (-1152 *4)) (-4 *5 (-13 (-384) (-970 *4) (-343) (-1116) (-265))))))
+(-10 -7 (-15 -3128 ((-527) |#2|)) (-15 -1786 (|#3| |#2|)) (-15 -1786 (|#3| |#2| (-858))) (-15 -3811 ((-527) |#2|)) (-15 -1692 ((-527) |#2| (-715))) (-15 -1692 ((-527) |#2|)) (-15 -1705 (|#3| |#2| (-858))) (-15 -2586 (|#3| |#2|)) (-15 -3481 (|#3| |#2|)) (-15 -3011 (|#3| |#2|)) (-15 -2091 (|#3| |#2|)))
+((-1217 ((|#2| (-1176 |#1|)) 36)) (-2682 ((|#2| |#2| |#1|) 49)) (-3775 ((|#2| |#2| |#1|) 41)) (-1677 ((|#2| |#2|) 38)) (-3167 (((-110) |#2|) 30)) (-3135 (((-594 |#2|) (-858) (-398 |#2|)) 17)) (-1234 ((|#2| (-858) (-398 |#2|)) 21)) (-2060 (((-682 (-715)) (-398 |#2|)) 25)))
+(((-423 |#1| |#2|) (-10 -7 (-15 -3167 ((-110) |#2|)) (-15 -1217 (|#2| (-1176 |#1|))) (-15 -1677 (|#2| |#2|)) (-15 -3775 (|#2| |#2| |#1|)) (-15 -2682 (|#2| |#2| |#1|)) (-15 -2060 ((-682 (-715)) (-398 |#2|))) (-15 -1234 (|#2| (-858) (-398 |#2|))) (-15 -3135 ((-594 |#2|) (-858) (-398 |#2|)))) (-979) (-1152 |#1|)) (T -423))
+((-3135 (*1 *2 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-398 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-979)) (-5 *2 (-594 *6)) (-5 *1 (-423 *5 *6)))) (-1234 (*1 *2 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-398 *2)) (-4 *2 (-1152 *5)) (-5 *1 (-423 *5 *2)) (-4 *5 (-979)))) (-2060 (*1 *2 *3) (-12 (-5 *3 (-398 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-979)) (-5 *2 (-682 (-715))) (-5 *1 (-423 *4 *5)))) (-2682 (*1 *2 *2 *3) (-12 (-4 *3 (-979)) (-5 *1 (-423 *3 *2)) (-4 *2 (-1152 *3)))) (-3775 (*1 *2 *2 *3) (-12 (-4 *3 (-979)) (-5 *1 (-423 *3 *2)) (-4 *2 (-1152 *3)))) (-1677 (*1 *2 *2) (-12 (-4 *3 (-979)) (-5 *1 (-423 *3 *2)) (-4 *2 (-1152 *3)))) (-1217 (*1 *2 *3) (-12 (-5 *3 (-1176 *4)) (-4 *4 (-979)) (-4 *2 (-1152 *4)) (-5 *1 (-423 *4 *2)))) (-3167 (*1 *2 *3) (-12 (-4 *4 (-979)) (-5 *2 (-110)) (-5 *1 (-423 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -3167 ((-110) |#2|)) (-15 -1217 (|#2| (-1176 |#1|))) (-15 -1677 (|#2| |#2|)) (-15 -3775 (|#2| |#2| |#1|)) (-15 -2682 (|#2| |#2| |#1|)) (-15 -2060 ((-682 (-715)) (-398 |#2|))) (-15 -1234 (|#2| (-858) (-398 |#2|))) (-15 -3135 ((-594 |#2|) (-858) (-398 |#2|))))
+((-1992 (((-715)) 41)) (-1419 (((-715)) 23 (|has| |#1| (-384))) (((-715) (-715)) 22 (|has| |#1| (-384)))) (-3599 (((-527) |#1|) 18 (|has| |#1| (-384)))) (-2905 (((-527) |#1|) 20 (|has| |#1| (-384)))) (-3869 (((-715)) 40) (((-715) (-715)) 39)) (-1362 ((|#1| (-715) (-527)) 29)) (-1368 (((-1181)) 43)))
+(((-424 |#1|) (-10 -7 (-15 -1362 (|#1| (-715) (-527))) (-15 -3869 ((-715) (-715))) (-15 -3869 ((-715))) (-15 -1992 ((-715))) (-15 -1368 ((-1181))) (IF (|has| |#1| (-384)) (PROGN (-15 -2905 ((-527) |#1|)) (-15 -3599 ((-527) |#1|)) (-15 -1419 ((-715) (-715))) (-15 -1419 ((-715)))) |%noBranch|)) (-979)) (T -424))
+((-1419 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979)))) (-1419 (*1 *2 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979)))) (-3599 (*1 *2 *3) (-12 (-5 *2 (-527)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979)))) (-2905 (*1 *2 *3) (-12 (-5 *2 (-527)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979)))) (-1368 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-424 *3)) (-4 *3 (-979)))) (-1992 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-979)))) (-3869 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-979)))) (-3869 (*1 *2 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-979)))) (-1362 (*1 *2 *3 *4) (-12 (-5 *3 (-715)) (-5 *4 (-527)) (-5 *1 (-424 *2)) (-4 *2 (-979)))))
+(-10 -7 (-15 -1362 (|#1| (-715) (-527))) (-15 -3869 ((-715) (-715))) (-15 -3869 ((-715))) (-15 -1992 ((-715))) (-15 -1368 ((-1181))) (IF (|has| |#1| (-384)) (PROGN (-15 -2905 ((-527) |#1|)) (-15 -3599 ((-527) |#1|)) (-15 -1419 ((-715) (-715))) (-15 -1419 ((-715)))) |%noBranch|))
+((-2194 (((-594 (-527)) (-527)) 61)) (-3851 (((-110) (-159 (-527))) 65)) (-2700 (((-398 (-159 (-527))) (-159 (-527))) 60)))
+(((-425) (-10 -7 (-15 -2700 ((-398 (-159 (-527))) (-159 (-527)))) (-15 -2194 ((-594 (-527)) (-527))) (-15 -3851 ((-110) (-159 (-527)))))) (T -425))
+((-3851 (*1 *2 *3) (-12 (-5 *3 (-159 (-527))) (-5 *2 (-110)) (-5 *1 (-425)))) (-2194 (*1 *2 *3) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-425)) (-5 *3 (-527)))) (-2700 (*1 *2 *3) (-12 (-5 *2 (-398 (-159 (-527)))) (-5 *1 (-425)) (-5 *3 (-159 (-527))))))
+(-10 -7 (-15 -2700 ((-398 (-159 (-527))) (-159 (-527)))) (-15 -2194 ((-594 (-527)) (-527))) (-15 -3851 ((-110) (-159 (-527)))))
+((-3336 ((|#4| |#4| (-594 |#4|)) 61)) (-3215 (((-594 |#4|) (-594 |#4|) (-1077) (-1077)) 17) (((-594 |#4|) (-594 |#4|) (-1077)) 16) (((-594 |#4|) (-594 |#4|)) 11)))
+(((-426 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3336 (|#4| |#4| (-594 |#4|))) (-15 -3215 ((-594 |#4|) (-594 |#4|))) (-15 -3215 ((-594 |#4|) (-594 |#4|) (-1077))) (-15 -3215 ((-594 |#4|) (-594 |#4|) (-1077) (-1077)))) (-288) (-737) (-791) (-886 |#1| |#2| |#3|)) (T -426))
+((-3215 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-288)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-426 *4 *5 *6 *7)))) (-3215 (*1 *2 *2 *3) (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-288)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-426 *4 *5 *6 *7)))) (-3215 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-288)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-426 *3 *4 *5 *6)))) (-3336 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-288)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-426 *4 *5 *6 *2)))))
+(-10 -7 (-15 -3336 (|#4| |#4| (-594 |#4|))) (-15 -3215 ((-594 |#4|) (-594 |#4|))) (-15 -3215 ((-594 |#4|) (-594 |#4|) (-1077))) (-15 -3215 ((-594 |#4|) (-594 |#4|) (-1077) (-1077))))
+((-2834 (((-594 (-594 |#4|)) (-594 |#4|) (-110)) 73) (((-594 (-594 |#4|)) (-594 |#4|)) 72) (((-594 (-594 |#4|)) (-594 |#4|) (-594 |#4|) (-110)) 66) (((-594 (-594 |#4|)) (-594 |#4|) (-594 |#4|)) 67)) (-2974 (((-594 (-594 |#4|)) (-594 |#4|) (-110)) 42) (((-594 (-594 |#4|)) (-594 |#4|)) 63)))
+(((-427 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2974 ((-594 (-594 |#4|)) (-594 |#4|))) (-15 -2974 ((-594 (-594 |#4|)) (-594 |#4|) (-110))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|) (-594 |#4|))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|) (-594 |#4|) (-110))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|) (-110)))) (-13 (-288) (-140)) (-737) (-791) (-886 |#1| |#2| |#3|)) (T -427))
+((-2834 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-594 (-594 *8))) (-5 *1 (-427 *5 *6 *7 *8)) (-5 *3 (-594 *8)))) (-2834 (*1 *2 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-594 (-594 *7))) (-5 *1 (-427 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-2834 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-594 (-594 *8))) (-5 *1 (-427 *5 *6 *7 *8)) (-5 *3 (-594 *8)))) (-2834 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-594 (-594 *7))) (-5 *1 (-427 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-2974 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-594 (-594 *8))) (-5 *1 (-427 *5 *6 *7 *8)) (-5 *3 (-594 *8)))) (-2974 (*1 *2 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-594 (-594 *7))) (-5 *1 (-427 *4 *5 *6 *7)) (-5 *3 (-594 *7)))))
+(-10 -7 (-15 -2974 ((-594 (-594 |#4|)) (-594 |#4|))) (-15 -2974 ((-594 (-594 |#4|)) (-594 |#4|) (-110))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|) (-594 |#4|))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|) (-594 |#4|) (-110))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|))) (-15 -2834 ((-594 (-594 |#4|)) (-594 |#4|) (-110))))
+((-1620 (((-715) |#4|) 12)) (-3472 (((-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|))) |#4| (-715) (-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|)))) 31)) (-3392 (((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 38)) (-1770 ((|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 39)) (-3518 ((|#4| |#4| (-594 |#4|)) 40)) (-3041 (((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-594 |#4|)) 70)) (-3870 (((-1181) |#4|) 42)) (-1906 (((-1181) (-594 |#4|)) 51)) (-3937 (((-527) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-527) (-527) (-527)) 48)) (-2025 (((-1181) (-527)) 79)) (-2351 (((-594 |#4|) (-594 |#4|)) 77)) (-2505 (((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|)) |#4| (-715)) 25)) (-2993 (((-527) |#4|) 78)) (-3009 ((|#4| |#4|) 29)) (-1752 (((-594 |#4|) (-594 |#4|) (-527) (-527)) 56)) (-2630 (((-527) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-527) (-527) (-527) (-527)) 89)) (-3755 (((-110) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 16)) (-2976 (((-110) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) 59)) (-1351 (((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 58)) (-1884 (((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 36)) (-3763 (((-110) |#2| |#2|) 57)) (-3073 (((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) 37)) (-1524 (((-110) |#2| |#2| |#2| |#2|) 60)) (-1725 ((|#4| |#4| (-594 |#4|)) 71)))
+(((-428 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1725 (|#4| |#4| (-594 |#4|))) (-15 -3518 (|#4| |#4| (-594 |#4|))) (-15 -1752 ((-594 |#4|) (-594 |#4|) (-527) (-527))) (-15 -2976 ((-110) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3763 ((-110) |#2| |#2|)) (-15 -1524 ((-110) |#2| |#2| |#2| |#2|)) (-15 -3073 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1884 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1351 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3041 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-594 |#4|))) (-15 -3009 (|#4| |#4|)) (-15 -3472 ((-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|))) |#4| (-715) (-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|))))) (-15 -1770 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3392 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2351 ((-594 |#4|) (-594 |#4|))) (-15 -2993 ((-527) |#4|)) (-15 -3870 ((-1181) |#4|)) (-15 -3937 ((-527) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-527) (-527) (-527))) (-15 -2630 ((-527) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-527) (-527) (-527) (-527))) (-15 -1906 ((-1181) (-594 |#4|))) (-15 -2025 ((-1181) (-527))) (-15 -3755 ((-110) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2505 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|)) |#4| (-715))) (-15 -1620 ((-715) |#4|))) (-431) (-737) (-791) (-886 |#1| |#2| |#3|)) (T -428))
+((-1620 (*1 *2 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-715)) (-5 *1 (-428 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))) (-2505 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-2 (|:| |totdeg| (-715)) (|:| -1233 *4))) (-5 *5 (-715)) (-4 *4 (-886 *6 *7 *8)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-5 *2 (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4) (|:| |polj| *4))) (-5 *1 (-428 *6 *7 *8 *4)))) (-3755 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-737)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-428 *4 *5 *6 *7)))) (-2025 (*1 *2 *3) (-12 (-5 *3 (-527)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1181)) (-5 *1 (-428 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6)))) (-1906 (*1 *2 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1181)) (-5 *1 (-428 *4 *5 *6 *7)))) (-2630 (*1 *2 *3 *4 *4 *2 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-715)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-737)) (-4 *4 (-886 *5 *6 *7)) (-4 *5 (-431)) (-4 *7 (-791)) (-5 *1 (-428 *5 *6 *7 *4)))) (-3937 (*1 *2 *3 *4 *4 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *3 (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-715)) (|:| |poli| *4) (|:| |polj| *4))) (-4 *6 (-737)) (-4 *4 (-886 *5 *6 *7)) (-4 *5 (-431)) (-4 *7 (-791)) (-5 *1 (-428 *5 *6 *7 *4)))) (-3870 (*1 *2 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1181)) (-5 *1 (-428 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))) (-2993 (*1 *2 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-527)) (-5 *1 (-428 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))) (-2351 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-428 *3 *4 *5 *6)))) (-3392 (*1 *2 *2 *2) (-12 (-5 *2 (-594 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-715)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-737)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431)) (-4 *5 (-791)) (-5 *1 (-428 *3 *4 *5 *6)))) (-1770 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *2) (|:| |polj| *2))) (-4 *5 (-737)) (-4 *2 (-886 *4 *5 *6)) (-5 *1 (-428 *4 *5 *6 *2)) (-4 *4 (-431)) (-4 *6 (-791)))) (-3472 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 *3)))) (-5 *4 (-715)) (-4 *3 (-886 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-428 *5 *6 *7 *3)))) (-3009 (*1 *2 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-428 *3 *4 *5 *2)) (-4 *2 (-886 *3 *4 *5)))) (-3041 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *3)) (-4 *3 (-886 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5))) (-5 *1 (-428 *5 *6 *7 *3)))) (-1351 (*1 *2 *3 *2) (-12 (-5 *2 (-594 (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-715)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *3 (-737)) (-4 *6 (-886 *4 *3 *5)) (-4 *4 (-431)) (-4 *5 (-791)) (-5 *1 (-428 *4 *3 *5 *6)))) (-1884 (*1 *2 *2) (-12 (-5 *2 (-594 (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-715)) (|:| |poli| *6) (|:| |polj| *6)))) (-4 *4 (-737)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431)) (-4 *5 (-791)) (-5 *1 (-428 *3 *4 *5 *6)))) (-3073 (*1 *2 *3 *2) (-12 (-5 *2 (-594 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *3) (|:| |polj| *3)))) (-4 *5 (-737)) (-4 *3 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *6 (-791)) (-5 *1 (-428 *4 *5 *6 *3)))) (-1524 (*1 *2 *3 *3 *3 *3) (-12 (-4 *4 (-431)) (-4 *3 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-428 *4 *3 *5 *6)) (-4 *6 (-886 *4 *3 *5)))) (-3763 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *3 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-428 *4 *3 *5 *6)) (-4 *6 (-886 *4 *3 *5)))) (-2976 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *7) (|:| |polj| *7))) (-4 *5 (-737)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-428 *4 *5 *6 *7)))) (-1752 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-594 *7)) (-5 *3 (-527)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-428 *4 *5 *6 *7)))) (-3518 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-428 *4 *5 *6 *2)))) (-1725 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-428 *4 *5 *6 *2)))))
+(-10 -7 (-15 -1725 (|#4| |#4| (-594 |#4|))) (-15 -3518 (|#4| |#4| (-594 |#4|))) (-15 -1752 ((-594 |#4|) (-594 |#4|) (-527) (-527))) (-15 -2976 ((-110) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3763 ((-110) |#2| |#2|)) (-15 -1524 ((-110) |#2| |#2| |#2| |#2|)) (-15 -3073 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#4| (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1884 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -1351 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) |#2| (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -3041 ((-2 (|:| |poly| |#4|) (|:| |mult| |#1|)) |#4| (-594 |#4|))) (-15 -3009 (|#4| |#4|)) (-15 -3472 ((-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|))) |#4| (-715) (-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|))))) (-15 -1770 (|#4| (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -3392 ((-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))) (-594 (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|))))) (-15 -2351 ((-594 |#4|) (-594 |#4|))) (-15 -2993 ((-527) |#4|)) (-15 -3870 ((-1181) |#4|)) (-15 -3937 ((-527) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-527) (-527) (-527))) (-15 -2630 ((-527) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) |#4| |#4| (-527) (-527) (-527) (-527))) (-15 -1906 ((-1181) (-594 |#4|))) (-15 -2025 ((-1181) (-527))) (-15 -3755 ((-110) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)))) (-15 -2505 ((-2 (|:| |lcmfij| |#2|) (|:| |totdeg| (-715)) (|:| |poli| |#4|) (|:| |polj| |#4|)) (-2 (|:| |totdeg| (-715)) (|:| -1233 |#4|)) |#4| (-715))) (-15 -1620 ((-715) |#4|)))
+((-2745 ((|#4| |#4| (-594 |#4|)) 22 (|has| |#1| (-343)))) (-4168 (((-594 |#4|) (-594 |#4|) (-1077) (-1077)) 41) (((-594 |#4|) (-594 |#4|) (-1077)) 40) (((-594 |#4|) (-594 |#4|)) 35)))
+(((-429 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4168 ((-594 |#4|) (-594 |#4|))) (-15 -4168 ((-594 |#4|) (-594 |#4|) (-1077))) (-15 -4168 ((-594 |#4|) (-594 |#4|) (-1077) (-1077))) (IF (|has| |#1| (-343)) (-15 -2745 (|#4| |#4| (-594 |#4|))) |%noBranch|)) (-431) (-737) (-791) (-886 |#1| |#2| |#3|)) (T -429))
+((-2745 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-343)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-429 *4 *5 *6 *2)))) (-4168 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-429 *4 *5 *6 *7)))) (-4168 (*1 *2 *2 *3) (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-429 *4 *5 *6 *7)))) (-4168 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-429 *3 *4 *5 *6)))))
+(-10 -7 (-15 -4168 ((-594 |#4|) (-594 |#4|))) (-15 -4168 ((-594 |#4|) (-594 |#4|) (-1077))) (-15 -4168 ((-594 |#4|) (-594 |#4|) (-1077) (-1077))) (IF (|has| |#1| (-343)) (-15 -2745 (|#4| |#4| (-594 |#4|))) |%noBranch|))
+((-2702 (($ $ $) 14) (($ (-594 $)) 21)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 41)) (-2742 (($ $ $) NIL) (($ (-594 $)) 22)))
+(((-430 |#1|) (-10 -8 (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))) (-15 -2702 (|#1| (-594 |#1|))) (-15 -2702 (|#1| |#1| |#1|)) (-15 -2742 (|#1| (-594 |#1|))) (-15 -2742 (|#1| |#1| |#1|))) (-431)) (T -430))
+NIL
+(-10 -8 (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))) (-15 -2702 (|#1| (-594 |#1|))) (-15 -2702 (|#1| |#1| |#1|)) (-15 -2742 (|#1| (-594 |#1|))) (-15 -2742 (|#1| |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-1305 (((-3 $ "failed") $ $) 42)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-431) (-133)) (T -431))
+((-2742 (*1 *1 *1 *1) (-4 *1 (-431))) (-2742 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-431)))) (-2702 (*1 *1 *1 *1) (-4 *1 (-431))) (-2702 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-431)))) (-2034 (*1 *2 *2 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-431)))))
+(-13 (-519) (-10 -8 (-15 -2742 ($ $ $)) (-15 -2742 ($ (-594 $))) (-15 -2702 ($ $ $)) (-15 -2702 ($ (-594 $))) (-15 -2034 ((-1090 $) (-1090 $) (-1090 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1863 (((-3 $ "failed")) NIL (|has| (-387 (-889 |#1|)) (-519)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1279 (((-1176 (-634 (-387 (-889 |#1|)))) (-1176 $)) NIL) (((-1176 (-634 (-387 (-889 |#1|))))) NIL)) (-2865 (((-1176 $)) NIL)) (-1298 (($) NIL T CONST)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL)) (-1716 (((-3 $ "failed")) NIL (|has| (-387 (-889 |#1|)) (-519)))) (-2113 (((-634 (-387 (-889 |#1|))) (-1176 $)) NIL) (((-634 (-387 (-889 |#1|)))) NIL)) (-3967 (((-387 (-889 |#1|)) $) NIL)) (-1359 (((-634 (-387 (-889 |#1|))) $ (-1176 $)) NIL) (((-634 (-387 (-889 |#1|))) $) NIL)) (-2660 (((-3 $ "failed") $) NIL (|has| (-387 (-889 |#1|)) (-519)))) (-3474 (((-1090 (-889 (-387 (-889 |#1|))))) NIL (|has| (-387 (-889 |#1|)) (-343))) (((-1090 (-387 (-889 |#1|)))) 84 (|has| |#1| (-519)))) (-3464 (($ $ (-858)) NIL)) (-1488 (((-387 (-889 |#1|)) $) NIL)) (-2490 (((-1090 (-387 (-889 |#1|))) $) 82 (|has| (-387 (-889 |#1|)) (-519)))) (-2321 (((-387 (-889 |#1|)) (-1176 $)) NIL) (((-387 (-889 |#1|))) NIL)) (-1640 (((-1090 (-387 (-889 |#1|))) $) NIL)) (-4086 (((-110)) NIL)) (-2894 (($ (-1176 (-387 (-889 |#1|))) (-1176 $)) 103) (($ (-1176 (-387 (-889 |#1|)))) NIL)) (-3714 (((-3 $ "failed") $) NIL (|has| (-387 (-889 |#1|)) (-519)))) (-1238 (((-858)) NIL)) (-4069 (((-110)) NIL)) (-1213 (($ $ (-858)) NIL)) (-2088 (((-110)) NIL)) (-2226 (((-110)) NIL)) (-3195 (((-110)) NIL)) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL)) (-3780 (((-3 $ "failed")) NIL (|has| (-387 (-889 |#1|)) (-519)))) (-1790 (((-634 (-387 (-889 |#1|))) (-1176 $)) NIL) (((-634 (-387 (-889 |#1|)))) NIL)) (-2558 (((-387 (-889 |#1|)) $) NIL)) (-3667 (((-634 (-387 (-889 |#1|))) $ (-1176 $)) NIL) (((-634 (-387 (-889 |#1|))) $) NIL)) (-2237 (((-3 $ "failed") $) NIL (|has| (-387 (-889 |#1|)) (-519)))) (-1492 (((-1090 (-889 (-387 (-889 |#1|))))) NIL (|has| (-387 (-889 |#1|)) (-343))) (((-1090 (-387 (-889 |#1|)))) 83 (|has| |#1| (-519)))) (-3223 (($ $ (-858)) NIL)) (-2270 (((-387 (-889 |#1|)) $) NIL)) (-1387 (((-1090 (-387 (-889 |#1|))) $) 77 (|has| (-387 (-889 |#1|)) (-519)))) (-2124 (((-387 (-889 |#1|)) (-1176 $)) NIL) (((-387 (-889 |#1|))) NIL)) (-1429 (((-1090 (-387 (-889 |#1|))) $) NIL)) (-2601 (((-110)) NIL)) (-2416 (((-1077) $) NIL)) (-1825 (((-110)) NIL)) (-2422 (((-110)) NIL)) (-3268 (((-110)) NIL)) (-4024 (((-1041) $) NIL)) (-1686 (((-387 (-889 |#1|)) $ $) 71 (|has| |#1| (-519)))) (-2285 (((-387 (-889 |#1|)) $) 93 (|has| |#1| (-519)))) (-2165 (((-387 (-889 |#1|)) $) 95 (|has| |#1| (-519)))) (-2708 (((-1090 (-387 (-889 |#1|))) $) 88 (|has| |#1| (-519)))) (-2197 (((-387 (-889 |#1|))) 72 (|has| |#1| (-519)))) (-4018 (((-387 (-889 |#1|)) $ $) 64 (|has| |#1| (-519)))) (-3666 (((-387 (-889 |#1|)) $) 92 (|has| |#1| (-519)))) (-2639 (((-387 (-889 |#1|)) $) 94 (|has| |#1| (-519)))) (-2397 (((-1090 (-387 (-889 |#1|))) $) 87 (|has| |#1| (-519)))) (-3023 (((-387 (-889 |#1|))) 68 (|has| |#1| (-519)))) (-2110 (($) 101) (($ (-1094)) 107) (($ (-1176 (-1094))) 106) (($ (-1176 $)) 96) (($ (-1094) (-1176 $)) 105) (($ (-1176 (-1094)) (-1176 $)) 104)) (-3833 (((-110)) NIL)) (-3439 (((-387 (-889 |#1|)) $ (-527)) NIL)) (-4002 (((-1176 (-387 (-889 |#1|))) $ (-1176 $)) 98) (((-634 (-387 (-889 |#1|))) (-1176 $) (-1176 $)) NIL) (((-1176 (-387 (-889 |#1|))) $) 40) (((-634 (-387 (-889 |#1|))) (-1176 $)) NIL)) (-2051 (((-1176 (-387 (-889 |#1|))) $) NIL) (($ (-1176 (-387 (-889 |#1|)))) 37)) (-3629 (((-594 (-889 (-387 (-889 |#1|)))) (-1176 $)) NIL) (((-594 (-889 (-387 (-889 |#1|))))) NIL) (((-594 (-889 |#1|)) (-1176 $)) 99 (|has| |#1| (-519))) (((-594 (-889 |#1|))) 100 (|has| |#1| (-519)))) (-2170 (($ $ $) NIL)) (-2067 (((-110)) NIL)) (-4118 (((-800) $) NIL) (($ (-1176 (-387 (-889 |#1|)))) NIL)) (-1878 (((-1176 $)) 60)) (-3006 (((-594 (-1176 (-387 (-889 |#1|))))) NIL (|has| (-387 (-889 |#1|)) (-519)))) (-3384 (($ $ $ $) NIL)) (-4214 (((-110)) NIL)) (-1615 (($ (-634 (-387 (-889 |#1|))) $) NIL)) (-4056 (($ $ $) NIL)) (-4127 (((-110)) NIL)) (-3947 (((-110)) NIL)) (-3431 (((-110)) NIL)) (-3361 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) 97)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 56) (($ $ (-387 (-889 |#1|))) NIL) (($ (-387 (-889 |#1|)) $) NIL) (($ (-1061 |#2| (-387 (-889 |#1|))) $) NIL)))
+(((-432 |#1| |#2| |#3| |#4|) (-13 (-397 (-387 (-889 |#1|))) (-596 (-1061 |#2| (-387 (-889 |#1|)))) (-10 -8 (-15 -4118 ($ (-1176 (-387 (-889 |#1|))))) (-15 -2491 ((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed"))) (-15 -2461 ((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed"))) (-15 -2110 ($)) (-15 -2110 ($ (-1094))) (-15 -2110 ($ (-1176 (-1094)))) (-15 -2110 ($ (-1176 $))) (-15 -2110 ($ (-1094) (-1176 $))) (-15 -2110 ($ (-1176 (-1094)) (-1176 $))) (IF (|has| |#1| (-519)) (PROGN (-15 -1492 ((-1090 (-387 (-889 |#1|))))) (-15 -2397 ((-1090 (-387 (-889 |#1|))) $)) (-15 -3666 ((-387 (-889 |#1|)) $)) (-15 -2639 ((-387 (-889 |#1|)) $)) (-15 -3474 ((-1090 (-387 (-889 |#1|))))) (-15 -2708 ((-1090 (-387 (-889 |#1|))) $)) (-15 -2285 ((-387 (-889 |#1|)) $)) (-15 -2165 ((-387 (-889 |#1|)) $)) (-15 -4018 ((-387 (-889 |#1|)) $ $)) (-15 -3023 ((-387 (-889 |#1|)))) (-15 -1686 ((-387 (-889 |#1|)) $ $)) (-15 -2197 ((-387 (-889 |#1|)))) (-15 -3629 ((-594 (-889 |#1|)) (-1176 $))) (-15 -3629 ((-594 (-889 |#1|))))) |%noBranch|))) (-162) (-858) (-594 (-1094)) (-1176 (-634 |#1|))) (T -432))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1176 (-387 (-889 *3)))) (-4 *3 (-162)) (-14 *6 (-1176 (-634 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))))) (-2491 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-432 *3 *4 *5 *6)) (|:| -1878 (-594 (-432 *3 *4 *5 *6))))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2461 (*1 *2) (|partial| -12 (-5 *2 (-2 (|:| |particular| (-432 *3 *4 *5 *6)) (|:| -1878 (-594 (-432 *3 *4 *5 *6))))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2110 (*1 *1) (-12 (-5 *1 (-432 *2 *3 *4 *5)) (-4 *2 (-162)) (-14 *3 (-858)) (-14 *4 (-594 (-1094))) (-14 *5 (-1176 (-634 *2))))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 *2)) (-14 *6 (-1176 (-634 *3))))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-1176 (-1094))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2110 (*1 *1 *2) (-12 (-5 *2 (-1176 (-432 *3 *4 *5 *6))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2110 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-432 *4 *5 *6 *7))) (-5 *1 (-432 *4 *5 *6 *7)) (-4 *4 (-162)) (-14 *5 (-858)) (-14 *6 (-594 *2)) (-14 *7 (-1176 (-634 *4))))) (-2110 (*1 *1 *2 *3) (-12 (-5 *2 (-1176 (-1094))) (-5 *3 (-1176 (-432 *4 *5 *6 *7))) (-5 *1 (-432 *4 *5 *6 *7)) (-4 *4 (-162)) (-14 *5 (-858)) (-14 *6 (-594 (-1094))) (-14 *7 (-1176 (-634 *4))))) (-1492 (*1 *2) (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2397 (*1 *2 *1) (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-3666 (*1 *2 *1) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2639 (*1 *2 *1) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-3474 (*1 *2) (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2708 (*1 *2 *1) (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2285 (*1 *2 *1) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2165 (*1 *2 *1) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-4018 (*1 *2 *1 *1) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-3023 (*1 *2) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-1686 (*1 *2 *1 *1) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-2197 (*1 *2) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))) (-3629 (*1 *2 *3) (-12 (-5 *3 (-1176 (-432 *4 *5 *6 *7))) (-5 *2 (-594 (-889 *4))) (-5 *1 (-432 *4 *5 *6 *7)) (-4 *4 (-519)) (-4 *4 (-162)) (-14 *5 (-858)) (-14 *6 (-594 (-1094))) (-14 *7 (-1176 (-634 *4))))) (-3629 (*1 *2) (-12 (-5 *2 (-594 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(-13 (-397 (-387 (-889 |#1|))) (-596 (-1061 |#2| (-387 (-889 |#1|)))) (-10 -8 (-15 -4118 ($ (-1176 (-387 (-889 |#1|))))) (-15 -2491 ((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed"))) (-15 -2461 ((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed"))) (-15 -2110 ($)) (-15 -2110 ($ (-1094))) (-15 -2110 ($ (-1176 (-1094)))) (-15 -2110 ($ (-1176 $))) (-15 -2110 ($ (-1094) (-1176 $))) (-15 -2110 ($ (-1176 (-1094)) (-1176 $))) (IF (|has| |#1| (-519)) (PROGN (-15 -1492 ((-1090 (-387 (-889 |#1|))))) (-15 -2397 ((-1090 (-387 (-889 |#1|))) $)) (-15 -3666 ((-387 (-889 |#1|)) $)) (-15 -2639 ((-387 (-889 |#1|)) $)) (-15 -3474 ((-1090 (-387 (-889 |#1|))))) (-15 -2708 ((-1090 (-387 (-889 |#1|))) $)) (-15 -2285 ((-387 (-889 |#1|)) $)) (-15 -2165 ((-387 (-889 |#1|)) $)) (-15 -4018 ((-387 (-889 |#1|)) $ $)) (-15 -3023 ((-387 (-889 |#1|)))) (-15 -1686 ((-387 (-889 |#1|)) $ $)) (-15 -2197 ((-387 (-889 |#1|)))) (-15 -3629 ((-594 (-889 |#1|)) (-1176 $))) (-15 -3629 ((-594 (-889 |#1|))))) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 13)) (-2853 (((-594 (-802 |#1|)) $) 75)) (-2669 (((-1090 $) $ (-802 |#1|)) 46) (((-1090 |#2|) $) 118)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#2| (-519)))) (-3931 (($ $) NIL (|has| |#2| (-519)))) (-3938 (((-110) $) NIL (|has| |#2| (-519)))) (-2585 (((-715) $) 21) (((-715) $ (-594 (-802 |#1|))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-3259 (($ $) NIL (|has| |#2| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#2| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) 44) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-802 |#1|) "failed") $) NIL)) (-4145 ((|#2| $) 42) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-802 |#1|) $) NIL)) (-1897 (($ $ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-1600 (($ $ (-594 (-527))) 80)) (-3033 (($ $) 68)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#2| (-846)))) (-3379 (($ $ |#2| |#3| $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-359))) (|has| |#2| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-527))) (|has| |#2| (-823 (-527)))))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) 58)) (-2842 (($ (-1090 |#2|) (-802 |#1|)) 123) (($ (-1090 $) (-802 |#1|)) 52)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) 59)) (-2829 (($ |#2| |#3|) 28) (($ $ (-802 |#1|) (-715)) 30) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-802 |#1|)) NIL)) (-4045 ((|#3| $) NIL) (((-715) $ (-802 |#1|)) 50) (((-594 (-715)) $ (-594 (-802 |#1|))) 57)) (-3902 (($ $ $) NIL (|has| |#2| (-791)))) (-1257 (($ $ $) NIL (|has| |#2| (-791)))) (-2301 (($ (-1 |#3| |#3|) $) NIL)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-2317 (((-3 (-802 |#1|) "failed") $) 39)) (-2990 (($ $) NIL)) (-3004 ((|#2| $) 41)) (-2702 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-2416 (((-1077) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-802 |#1|)) (|:| -3148 (-715))) "failed") $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) 40)) (-2972 ((|#2| $) 116)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#2| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) 128 (|has| |#2| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#2| (-846)))) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-802 |#1|) |#2|) 87) (($ $ (-594 (-802 |#1|)) (-594 |#2|)) 90) (($ $ (-802 |#1|) $) 85) (($ $ (-594 (-802 |#1|)) (-594 $)) 106)) (-1875 (($ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-4234 (($ $ (-802 |#1|)) 53) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-4115 ((|#3| $) 67) (((-715) $ (-802 |#1|)) 37) (((-594 (-715)) $ (-594 (-802 |#1|))) 56)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-802 |#1|) (-569 (-503))) (|has| |#2| (-569 (-503)))))) (-1898 ((|#2| $) 125 (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#2| (-846))))) (-4118 (((-800) $) 145) (($ (-527)) NIL) (($ |#2|) 86) (($ (-802 |#1|)) 31) (($ (-387 (-527))) NIL (-2027 (|has| |#2| (-37 (-387 (-527)))) (|has| |#2| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#2| (-519)))) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ |#3|) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#2| (-846))) (|has| |#2| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#2| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#2| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 17 T CONST)) (-3374 (($) 25 T CONST)) (-2369 (($ $ (-802 |#1|)) NIL) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-2813 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2873 (($ $ |#2|) 64 (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 111)) (** (($ $ (-858)) NIL) (($ $ (-715)) 109)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 29) (($ $ (-387 (-527))) NIL (|has| |#2| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#2| (-37 (-387 (-527))))) (($ |#2| $) 63) (($ $ |#2|) NIL)))
+(((-433 |#1| |#2| |#3|) (-13 (-886 |#2| |#3| (-802 |#1|)) (-10 -8 (-15 -1600 ($ $ (-594 (-527)))))) (-594 (-1094)) (-979) (-220 (-2809 |#1|) (-715))) (T -433))
+((-1600 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-14 *3 (-594 (-1094))) (-5 *1 (-433 *3 *4 *5)) (-4 *4 (-979)) (-4 *5 (-220 (-2809 *3) (-715))))))
+(-13 (-886 |#2| |#3| (-802 |#1|)) (-10 -8 (-15 -1600 ($ $ (-594 (-527))))))
+((-1352 (((-110) |#1| (-594 |#2|)) 69)) (-2761 (((-3 (-1176 (-594 |#2|)) "failed") (-715) |#1| (-594 |#2|)) 78)) (-2777 (((-3 (-594 |#2|) "failed") |#2| |#1| (-1176 (-594 |#2|))) 80)) (-3103 ((|#2| |#2| |#1|) 28)) (-1805 (((-715) |#2| (-594 |#2|)) 20)))
+(((-434 |#1| |#2|) (-10 -7 (-15 -3103 (|#2| |#2| |#1|)) (-15 -1805 ((-715) |#2| (-594 |#2|))) (-15 -2761 ((-3 (-1176 (-594 |#2|)) "failed") (-715) |#1| (-594 |#2|))) (-15 -2777 ((-3 (-594 |#2|) "failed") |#2| |#1| (-1176 (-594 |#2|)))) (-15 -1352 ((-110) |#1| (-594 |#2|)))) (-288) (-1152 |#1|)) (T -434))
+((-1352 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *5)) (-4 *5 (-1152 *3)) (-4 *3 (-288)) (-5 *2 (-110)) (-5 *1 (-434 *3 *5)))) (-2777 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1176 (-594 *3))) (-4 *4 (-288)) (-5 *2 (-594 *3)) (-5 *1 (-434 *4 *3)) (-4 *3 (-1152 *4)))) (-2761 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-715)) (-4 *4 (-288)) (-4 *6 (-1152 *4)) (-5 *2 (-1176 (-594 *6))) (-5 *1 (-434 *4 *6)) (-5 *5 (-594 *6)))) (-1805 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-288)) (-5 *2 (-715)) (-5 *1 (-434 *5 *3)))) (-3103 (*1 *2 *2 *3) (-12 (-4 *3 (-288)) (-5 *1 (-434 *3 *2)) (-4 *2 (-1152 *3)))))
+(-10 -7 (-15 -3103 (|#2| |#2| |#1|)) (-15 -1805 ((-715) |#2| (-594 |#2|))) (-15 -2761 ((-3 (-1176 (-594 |#2|)) "failed") (-715) |#1| (-594 |#2|))) (-15 -2777 ((-3 (-594 |#2|) "failed") |#2| |#1| (-1176 (-594 |#2|)))) (-15 -1352 ((-110) |#1| (-594 |#2|))))
+((-2700 (((-398 |#5|) |#5|) 24)))
+(((-435 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2700 ((-398 |#5|) |#5|))) (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094))))) (-737) (-519) (-519) (-886 |#4| |#2| |#1|)) (T -435))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094)))))) (-4 *5 (-737)) (-4 *7 (-519)) (-5 *2 (-398 *3)) (-5 *1 (-435 *4 *5 *6 *7 *3)) (-4 *6 (-519)) (-4 *3 (-886 *7 *5 *4)))))
+(-10 -7 (-15 -2700 ((-398 |#5|) |#5|)))
+((-3874 ((|#3|) 37)) (-2034 (((-1090 |#4|) (-1090 |#4|) (-1090 |#4|)) 33)))
+(((-436 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2034 ((-1090 |#4|) (-1090 |#4|) (-1090 |#4|))) (-15 -3874 (|#3|))) (-737) (-791) (-846) (-886 |#3| |#1| |#2|)) (T -436))
+((-3874 (*1 *2) (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-846)) (-5 *1 (-436 *3 *4 *2 *5)) (-4 *5 (-886 *2 *3 *4)))) (-2034 (*1 *2 *2 *2) (-12 (-5 *2 (-1090 *6)) (-4 *6 (-886 *5 *3 *4)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-846)) (-5 *1 (-436 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2034 ((-1090 |#4|) (-1090 |#4|) (-1090 |#4|))) (-15 -3874 (|#3|)))
+((-2700 (((-398 (-1090 |#1|)) (-1090 |#1|)) 43)))
+(((-437 |#1|) (-10 -7 (-15 -2700 ((-398 (-1090 |#1|)) (-1090 |#1|)))) (-288)) (T -437))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-288)) (-5 *2 (-398 (-1090 *4))) (-5 *1 (-437 *4)) (-5 *3 (-1090 *4)))))
+(-10 -7 (-15 -2700 ((-398 (-1090 |#1|)) (-1090 |#1|))))
+((-2908 (((-51) |#2| (-1094) (-275 |#2|) (-1143 (-715))) 42) (((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-715))) 41) (((-51) |#2| (-1094) (-275 |#2|)) 35) (((-51) (-1 |#2| (-527)) (-275 |#2|)) 28)) (-3856 (((-51) |#2| (-1094) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527))) 80) (((-51) (-1 |#2| (-387 (-527))) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527))) 79) (((-51) |#2| (-1094) (-275 |#2|) (-1143 (-527))) 78) (((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-527))) 77) (((-51) |#2| (-1094) (-275 |#2|)) 72) (((-51) (-1 |#2| (-527)) (-275 |#2|)) 71)) (-2931 (((-51) |#2| (-1094) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527))) 66) (((-51) (-1 |#2| (-387 (-527))) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527))) 64)) (-2919 (((-51) |#2| (-1094) (-275 |#2|) (-1143 (-527))) 48) (((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-527))) 47)))
+(((-438 |#1| |#2|) (-10 -7 (-15 -2908 ((-51) (-1 |#2| (-527)) (-275 |#2|))) (-15 -2908 ((-51) |#2| (-1094) (-275 |#2|))) (-15 -2908 ((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-715)))) (-15 -2908 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-715)))) (-15 -2919 ((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-527)))) (-15 -2919 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-527)))) (-15 -2931 ((-51) (-1 |#2| (-387 (-527))) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527)))) (-15 -2931 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527)))) (-15 -3856 ((-51) (-1 |#2| (-527)) (-275 |#2|))) (-15 -3856 ((-51) |#2| (-1094) (-275 |#2|))) (-15 -3856 ((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-527)))) (-15 -3856 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-527)))) (-15 -3856 ((-51) (-1 |#2| (-387 (-527))) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527)))) (-15 -3856 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527))))) (-13 (-519) (-791) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|))) (T -438))
+((-3856 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-387 (-527)))) (-5 *7 (-387 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *8))) (-4 *8 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *8 *3)))) (-3856 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-387 (-527)))) (-5 *4 (-275 *8)) (-5 *5 (-1143 (-387 (-527)))) (-5 *6 (-387 (-527))) (-4 *8 (-13 (-27) (-1116) (-410 *7))) (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *7 *8)))) (-3856 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *7))) (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *7 *3)))) (-3856 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-527))) (-5 *4 (-275 *7)) (-5 *5 (-1143 (-527))) (-4 *7 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *6 *7)))) (-3856 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *6 *3)))) (-3856 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-527))) (-5 *4 (-275 *6)) (-4 *6 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *5 *6)))) (-2931 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-387 (-527)))) (-5 *7 (-387 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *8))) (-4 *8 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *8 *3)))) (-2931 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-1 *8 (-387 (-527)))) (-5 *4 (-275 *8)) (-5 *5 (-1143 (-387 (-527)))) (-5 *6 (-387 (-527))) (-4 *8 (-13 (-27) (-1116) (-410 *7))) (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *7 *8)))) (-2919 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *7))) (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *7 *3)))) (-2919 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-527))) (-5 *4 (-275 *7)) (-5 *5 (-1143 (-527))) (-4 *7 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *6 *7)))) (-2908 (*1 *2 *3 *4 *5 *6) (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-715))) (-4 *3 (-13 (-27) (-1116) (-410 *7))) (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *7 *3)))) (-2908 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *7 (-527))) (-5 *4 (-275 *7)) (-5 *5 (-1143 (-715))) (-4 *7 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *6 *7)))) (-2908 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *6 *3)))) (-2908 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 (-527))) (-5 *4 (-275 *6)) (-4 *6 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-51)) (-5 *1 (-438 *5 *6)))))
+(-10 -7 (-15 -2908 ((-51) (-1 |#2| (-527)) (-275 |#2|))) (-15 -2908 ((-51) |#2| (-1094) (-275 |#2|))) (-15 -2908 ((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-715)))) (-15 -2908 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-715)))) (-15 -2919 ((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-527)))) (-15 -2919 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-527)))) (-15 -2931 ((-51) (-1 |#2| (-387 (-527))) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527)))) (-15 -2931 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527)))) (-15 -3856 ((-51) (-1 |#2| (-527)) (-275 |#2|))) (-15 -3856 ((-51) |#2| (-1094) (-275 |#2|))) (-15 -3856 ((-51) (-1 |#2| (-527)) (-275 |#2|) (-1143 (-527)))) (-15 -3856 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-527)))) (-15 -3856 ((-51) (-1 |#2| (-387 (-527))) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527)))) (-15 -3856 ((-51) |#2| (-1094) (-275 |#2|) (-1143 (-387 (-527))) (-387 (-527)))))
+((-3103 ((|#2| |#2| |#1|) 15)) (-2008 (((-594 |#2|) |#2| (-594 |#2|) |#1| (-858)) 69)) (-2169 (((-2 (|:| |plist| (-594 |#2|)) (|:| |modulo| |#1|)) |#2| (-594 |#2|) |#1| (-858)) 60)))
+(((-439 |#1| |#2|) (-10 -7 (-15 -2169 ((-2 (|:| |plist| (-594 |#2|)) (|:| |modulo| |#1|)) |#2| (-594 |#2|) |#1| (-858))) (-15 -2008 ((-594 |#2|) |#2| (-594 |#2|) |#1| (-858))) (-15 -3103 (|#2| |#2| |#1|))) (-288) (-1152 |#1|)) (T -439))
+((-3103 (*1 *2 *2 *3) (-12 (-4 *3 (-288)) (-5 *1 (-439 *3 *2)) (-4 *2 (-1152 *3)))) (-2008 (*1 *2 *3 *2 *4 *5) (-12 (-5 *2 (-594 *3)) (-5 *5 (-858)) (-4 *3 (-1152 *4)) (-4 *4 (-288)) (-5 *1 (-439 *4 *3)))) (-2169 (*1 *2 *3 *4 *5 *6) (-12 (-5 *6 (-858)) (-4 *5 (-288)) (-4 *3 (-1152 *5)) (-5 *2 (-2 (|:| |plist| (-594 *3)) (|:| |modulo| *5))) (-5 *1 (-439 *5 *3)) (-5 *4 (-594 *3)))))
+(-10 -7 (-15 -2169 ((-2 (|:| |plist| (-594 |#2|)) (|:| |modulo| |#1|)) |#2| (-594 |#2|) |#1| (-858))) (-15 -2008 ((-594 |#2|) |#2| (-594 |#2|) |#1| (-858))) (-15 -3103 (|#2| |#2| |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 28)) (-1756 (($ |#3|) 25)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3033 (($ $) 32)) (-4219 (($ |#2| |#4| $) 33)) (-2829 (($ |#2| (-658 |#3| |#4| |#5|)) 24)) (-2990 (((-658 |#3| |#4| |#5|) $) 15)) (-3154 ((|#3| $) 19)) (-2472 ((|#4| $) 17)) (-3004 ((|#2| $) 29)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-1220 (($ |#2| |#3| |#4|) 26)) (-3361 (($) 36 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 34)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ |#6| $) 40) (($ $ |#6|) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-440 |#1| |#2| |#3| |#4| |#5| |#6|) (-13 (-662 |#6|) (-662 |#2|) (-10 -8 (-15 -3004 (|#2| $)) (-15 -2990 ((-658 |#3| |#4| |#5|) $)) (-15 -2472 (|#4| $)) (-15 -3154 (|#3| $)) (-15 -3033 ($ $)) (-15 -2829 ($ |#2| (-658 |#3| |#4| |#5|))) (-15 -1756 ($ |#3|)) (-15 -1220 ($ |#2| |#3| |#4|)) (-15 -4219 ($ |#2| |#4| $)) (-15 * ($ |#6| $)))) (-594 (-1094)) (-162) (-791) (-220 (-2809 |#1|) (-715)) (-1 (-110) (-2 (|:| -1720 |#3|) (|:| -3148 |#4|)) (-2 (|:| -1720 |#3|) (|:| -3148 |#4|))) (-886 |#2| |#4| (-802 |#1|))) (T -440))
+((* (*1 *1 *2 *1) (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162)) (-4 *6 (-220 (-2809 *3) (-715))) (-14 *7 (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *6)) (-2 (|:| -1720 *5) (|:| -3148 *6)))) (-5 *1 (-440 *3 *4 *5 *6 *7 *2)) (-4 *5 (-791)) (-4 *2 (-886 *4 *6 (-802 *3))))) (-3004 (*1 *2 *1) (-12 (-14 *3 (-594 (-1094))) (-4 *5 (-220 (-2809 *3) (-715))) (-14 *6 (-1 (-110) (-2 (|:| -1720 *4) (|:| -3148 *5)) (-2 (|:| -1720 *4) (|:| -3148 *5)))) (-4 *2 (-162)) (-5 *1 (-440 *3 *2 *4 *5 *6 *7)) (-4 *4 (-791)) (-4 *7 (-886 *2 *5 (-802 *3))))) (-2990 (*1 *2 *1) (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162)) (-4 *6 (-220 (-2809 *3) (-715))) (-14 *7 (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *6)) (-2 (|:| -1720 *5) (|:| -3148 *6)))) (-5 *2 (-658 *5 *6 *7)) (-5 *1 (-440 *3 *4 *5 *6 *7 *8)) (-4 *5 (-791)) (-4 *8 (-886 *4 *6 (-802 *3))))) (-2472 (*1 *2 *1) (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162)) (-14 *6 (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *2)) (-2 (|:| -1720 *5) (|:| -3148 *2)))) (-4 *2 (-220 (-2809 *3) (-715))) (-5 *1 (-440 *3 *4 *5 *2 *6 *7)) (-4 *5 (-791)) (-4 *7 (-886 *4 *2 (-802 *3))))) (-3154 (*1 *2 *1) (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162)) (-4 *5 (-220 (-2809 *3) (-715))) (-14 *6 (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *5)) (-2 (|:| -1720 *2) (|:| -3148 *5)))) (-4 *2 (-791)) (-5 *1 (-440 *3 *4 *2 *5 *6 *7)) (-4 *7 (-886 *4 *5 (-802 *3))))) (-3033 (*1 *1 *1) (-12 (-14 *2 (-594 (-1094))) (-4 *3 (-162)) (-4 *5 (-220 (-2809 *2) (-715))) (-14 *6 (-1 (-110) (-2 (|:| -1720 *4) (|:| -3148 *5)) (-2 (|:| -1720 *4) (|:| -3148 *5)))) (-5 *1 (-440 *2 *3 *4 *5 *6 *7)) (-4 *4 (-791)) (-4 *7 (-886 *3 *5 (-802 *2))))) (-2829 (*1 *1 *2 *3) (-12 (-5 *3 (-658 *5 *6 *7)) (-4 *5 (-791)) (-4 *6 (-220 (-2809 *4) (-715))) (-14 *7 (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *6)) (-2 (|:| -1720 *5) (|:| -3148 *6)))) (-14 *4 (-594 (-1094))) (-4 *2 (-162)) (-5 *1 (-440 *4 *2 *5 *6 *7 *8)) (-4 *8 (-886 *2 *6 (-802 *4))))) (-1756 (*1 *1 *2) (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162)) (-4 *5 (-220 (-2809 *3) (-715))) (-14 *6 (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *5)) (-2 (|:| -1720 *2) (|:| -3148 *5)))) (-5 *1 (-440 *3 *4 *2 *5 *6 *7)) (-4 *2 (-791)) (-4 *7 (-886 *4 *5 (-802 *3))))) (-1220 (*1 *1 *2 *3 *4) (-12 (-14 *5 (-594 (-1094))) (-4 *2 (-162)) (-4 *4 (-220 (-2809 *5) (-715))) (-14 *6 (-1 (-110) (-2 (|:| -1720 *3) (|:| -3148 *4)) (-2 (|:| -1720 *3) (|:| -3148 *4)))) (-5 *1 (-440 *5 *2 *3 *4 *6 *7)) (-4 *3 (-791)) (-4 *7 (-886 *2 *4 (-802 *5))))) (-4219 (*1 *1 *2 *3 *1) (-12 (-14 *4 (-594 (-1094))) (-4 *2 (-162)) (-4 *3 (-220 (-2809 *4) (-715))) (-14 *6 (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *3)) (-2 (|:| -1720 *5) (|:| -3148 *3)))) (-5 *1 (-440 *4 *2 *5 *3 *6 *7)) (-4 *5 (-791)) (-4 *7 (-886 *2 *3 (-802 *4))))))
+(-13 (-662 |#6|) (-662 |#2|) (-10 -8 (-15 -3004 (|#2| $)) (-15 -2990 ((-658 |#3| |#4| |#5|) $)) (-15 -2472 (|#4| $)) (-15 -3154 (|#3| $)) (-15 -3033 ($ $)) (-15 -2829 ($ |#2| (-658 |#3| |#4| |#5|))) (-15 -1756 ($ |#3|)) (-15 -1220 ($ |#2| |#3| |#4|)) (-15 -4219 ($ |#2| |#4| $)) (-15 * ($ |#6| $))))
+((-2621 (((-3 |#5| "failed") |#5| |#2| (-1 |#2|)) 37)))
+(((-441 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2621 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|)))) (-737) (-791) (-519) (-886 |#3| |#1| |#2|) (-13 (-970 (-387 (-527))) (-343) (-10 -8 (-15 -4118 ($ |#4|)) (-15 -4109 (|#4| $)) (-15 -4122 (|#4| $))))) (T -441))
+((-2621 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-791)) (-4 *5 (-737)) (-4 *6 (-519)) (-4 *7 (-886 *6 *5 *3)) (-5 *1 (-441 *5 *3 *6 *7 *2)) (-4 *2 (-13 (-970 (-387 (-527))) (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))))))
+(-10 -7 (-15 -2621 ((-3 |#5| "failed") |#5| |#2| (-1 |#2|))))
+((-4105 (((-110) $ $) NIL)) (-2853 (((-594 |#3|) $) 41)) (-1627 (((-110) $) NIL)) (-4191 (((-110) $) NIL (|has| |#1| (-519)))) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2420 (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-4235 (((-110) $) NIL (|has| |#1| (-519)))) (-4208 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1689 (((-110) $ $) NIL (|has| |#1| (-519)))) (-2241 (((-110) $) NIL (|has| |#1| (-519)))) (-2551 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) 47)) (-4145 (($ (-594 |#4|)) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2659 (($ |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4261)))) (-3717 (((-594 |#4|) $) 18 (|has| $ (-6 -4261)))) (-2876 ((|#3| $) 45)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#4|) $) 14 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 26 (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2762 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 21)) (-1388 (((-594 |#3|) $) NIL)) (-1228 (((-110) |#3| $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-4024 (((-1041) $) NIL)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) NIL)) (-1604 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 39)) (-2453 (($) 17)) (-4034 (((-715) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (((-715) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) 16)) (-2051 (((-503) $) NIL (|has| |#4| (-569 (-503)))) (($ (-594 |#4|)) 49)) (-4131 (($ (-594 |#4|)) 13)) (-4083 (($ $ |#3|) NIL)) (-4055 (($ $ |#3|) NIL)) (-2881 (($ $ |#3|) NIL)) (-4118 (((-800) $) 38) (((-594 |#4|) $) 48)) (-1722 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 30)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-442 |#1| |#2| |#3| |#4|) (-13 (-911 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2051 ($ (-594 |#4|))) (-6 -4261) (-6 -4262))) (-979) (-737) (-791) (-993 |#1| |#2| |#3|)) (T -442))
+((-2051 (*1 *1 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-442 *3 *4 *5 *6)))))
+(-13 (-911 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2051 ($ (-594 |#4|))) (-6 -4261) (-6 -4262)))
+((-3361 (($) 11)) (-3374 (($) 13)) (* (($ |#2| $) 15) (($ $ |#2|) 16)))
+(((-443 |#1| |#2| |#3|) (-10 -8 (-15 -3374 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3361 (|#1|))) (-444 |#2| |#3|) (-162) (-23)) (T -443))
+NIL
+(-10 -8 (-15 -3374 (|#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 -3361 (|#1|)))
+((-4105 (((-110) $ $) 7)) (-1923 (((-3 |#1| "failed") $) 26)) (-4145 ((|#1| $) 25)) (-3281 (($ $ $) 23)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4115 ((|#2| $) 19)) (-4118 (((-800) $) 11) (($ |#1|) 27)) (-3361 (($) 18 T CONST)) (-3374 (($) 24 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 15) (($ $ $) 13)) (-2850 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
+(((-444 |#1| |#2|) (-133) (-162) (-23)) (T -444))
+((-3374 (*1 *1) (-12 (-4 *1 (-444 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))) (-3281 (*1 *1 *1 *1) (-12 (-4 *1 (-444 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))))
+(-13 (-449 |t#1| |t#2|) (-970 |t#1|) (-10 -8 (-15 (-3374) ($) -2459) (-15 -3281 ($ $ $))))
+(((-99) . T) ((-568 (-800)) . T) ((-449 |#1| |#2|) . T) ((-970 |#1|) . T) ((-1022) . T))
+((-3399 (((-1176 (-1176 (-527))) (-1176 (-1176 (-527))) (-858)) 18)) (-1639 (((-1176 (-1176 (-527))) (-858)) 16)))
+(((-445) (-10 -7 (-15 -3399 ((-1176 (-1176 (-527))) (-1176 (-1176 (-527))) (-858))) (-15 -1639 ((-1176 (-1176 (-527))) (-858))))) (T -445))
+((-1639 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1176 (-1176 (-527)))) (-5 *1 (-445)))) (-3399 (*1 *2 *2 *3) (-12 (-5 *2 (-1176 (-1176 (-527)))) (-5 *3 (-858)) (-5 *1 (-445)))))
+(-10 -7 (-15 -3399 ((-1176 (-1176 (-527))) (-1176 (-1176 (-527))) (-858))) (-15 -1639 ((-1176 (-1176 (-527))) (-858))))
+((-2360 (((-527) (-527)) 30) (((-527)) 22)) (-2732 (((-527) (-527)) 26) (((-527)) 18)) (-1927 (((-527) (-527)) 28) (((-527)) 20)) (-3448 (((-110) (-110)) 12) (((-110)) 10)) (-3977 (((-110) (-110)) 11) (((-110)) 9)) (-2588 (((-110) (-110)) 24) (((-110)) 15)))
+(((-446) (-10 -7 (-15 -3977 ((-110))) (-15 -3448 ((-110))) (-15 -3977 ((-110) (-110))) (-15 -3448 ((-110) (-110))) (-15 -2588 ((-110))) (-15 -1927 ((-527))) (-15 -2732 ((-527))) (-15 -2360 ((-527))) (-15 -2588 ((-110) (-110))) (-15 -1927 ((-527) (-527))) (-15 -2732 ((-527) (-527))) (-15 -2360 ((-527) (-527))))) (T -446))
+((-2360 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446)))) (-2732 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446)))) (-1927 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446)))) (-2588 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))) (-2360 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446)))) (-2732 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446)))) (-1927 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446)))) (-2588 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))) (-3448 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))) (-3977 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))) (-3448 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))) (-3977 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))))
+(-10 -7 (-15 -3977 ((-110))) (-15 -3448 ((-110))) (-15 -3977 ((-110) (-110))) (-15 -3448 ((-110) (-110))) (-15 -2588 ((-110))) (-15 -1927 ((-527))) (-15 -2732 ((-527))) (-15 -2360 ((-527))) (-15 -2588 ((-110) (-110))) (-15 -1927 ((-527) (-527))) (-15 -2732 ((-527) (-527))) (-15 -2360 ((-527) (-527))))
+((-4105 (((-110) $ $) NIL)) (-1529 (((-594 (-359)) $) 28) (((-594 (-359)) $ (-594 (-359))) 95)) (-1649 (((-594 (-1017 (-359))) $) 16) (((-594 (-1017 (-359))) $ (-594 (-1017 (-359)))) 92)) (-3598 (((-594 (-594 (-880 (-207)))) (-594 (-594 (-880 (-207)))) (-594 (-811))) 44)) (-3420 (((-594 (-594 (-880 (-207)))) $) 88)) (-3827 (((-1181) $ (-880 (-207)) (-811)) 107)) (-3182 (($ $) 87) (($ (-594 (-594 (-880 (-207))))) 98) (($ (-594 (-594 (-880 (-207)))) (-594 (-811)) (-594 (-811)) (-594 (-858))) 97) (($ (-594 (-594 (-880 (-207)))) (-594 (-811)) (-594 (-811)) (-594 (-858)) (-594 (-244))) 99)) (-2416 (((-1077) $) NIL)) (-1550 (((-527) $) 69)) (-4024 (((-1041) $) NIL)) (-1505 (($) 96)) (-3807 (((-594 (-207)) (-594 (-594 (-880 (-207))))) 54)) (-2657 (((-1181) $ (-594 (-880 (-207))) (-811) (-811) (-858)) 101) (((-1181) $ (-880 (-207))) 103) (((-1181) $ (-880 (-207)) (-811) (-811) (-858)) 102)) (-4118 (((-800) $) 113) (($ (-594 (-594 (-880 (-207))))) 108)) (-3403 (((-1181) $ (-880 (-207))) 106)) (-2747 (((-110) $ $) NIL)))
+(((-447) (-13 (-1022) (-10 -8 (-15 -1505 ($)) (-15 -3182 ($ $)) (-15 -3182 ($ (-594 (-594 (-880 (-207)))))) (-15 -3182 ($ (-594 (-594 (-880 (-207)))) (-594 (-811)) (-594 (-811)) (-594 (-858)))) (-15 -3182 ($ (-594 (-594 (-880 (-207)))) (-594 (-811)) (-594 (-811)) (-594 (-858)) (-594 (-244)))) (-15 -3420 ((-594 (-594 (-880 (-207)))) $)) (-15 -1550 ((-527) $)) (-15 -1649 ((-594 (-1017 (-359))) $)) (-15 -1649 ((-594 (-1017 (-359))) $ (-594 (-1017 (-359))))) (-15 -1529 ((-594 (-359)) $)) (-15 -1529 ((-594 (-359)) $ (-594 (-359)))) (-15 -2657 ((-1181) $ (-594 (-880 (-207))) (-811) (-811) (-858))) (-15 -2657 ((-1181) $ (-880 (-207)))) (-15 -2657 ((-1181) $ (-880 (-207)) (-811) (-811) (-858))) (-15 -3403 ((-1181) $ (-880 (-207)))) (-15 -3827 ((-1181) $ (-880 (-207)) (-811))) (-15 -4118 ($ (-594 (-594 (-880 (-207)))))) (-15 -4118 ((-800) $)) (-15 -3598 ((-594 (-594 (-880 (-207)))) (-594 (-594 (-880 (-207)))) (-594 (-811)))) (-15 -3807 ((-594 (-207)) (-594 (-594 (-880 (-207))))))))) (T -447))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-447)))) (-1505 (*1 *1) (-5 *1 (-447))) (-3182 (*1 *1 *1) (-5 *1 (-447))) (-3182 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-447)))) (-3182 (*1 *1 *2 *3 *3 *4) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *3 (-594 (-811))) (-5 *4 (-594 (-858))) (-5 *1 (-447)))) (-3182 (*1 *1 *2 *3 *3 *4 *5) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *3 (-594 (-811))) (-5 *4 (-594 (-858))) (-5 *5 (-594 (-244))) (-5 *1 (-447)))) (-3420 (*1 *2 *1) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-447)))) (-1550 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-447)))) (-1649 (*1 *2 *1) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-447)))) (-1649 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-447)))) (-1529 (*1 *2 *1) (-12 (-5 *2 (-594 (-359))) (-5 *1 (-447)))) (-1529 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-359))) (-5 *1 (-447)))) (-2657 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-594 (-880 (-207)))) (-5 *4 (-811)) (-5 *5 (-858)) (-5 *2 (-1181)) (-5 *1 (-447)))) (-2657 (*1 *2 *1 *3) (-12 (-5 *3 (-880 (-207))) (-5 *2 (-1181)) (-5 *1 (-447)))) (-2657 (*1 *2 *1 *3 *4 *4 *5) (-12 (-5 *3 (-880 (-207))) (-5 *4 (-811)) (-5 *5 (-858)) (-5 *2 (-1181)) (-5 *1 (-447)))) (-3403 (*1 *2 *1 *3) (-12 (-5 *3 (-880 (-207))) (-5 *2 (-1181)) (-5 *1 (-447)))) (-3827 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-880 (-207))) (-5 *4 (-811)) (-5 *2 (-1181)) (-5 *1 (-447)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-447)))) (-3598 (*1 *2 *2 *3) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *3 (-594 (-811))) (-5 *1 (-447)))) (-3807 (*1 *2 *3) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *2 (-594 (-207))) (-5 *1 (-447)))))
+(-13 (-1022) (-10 -8 (-15 -1505 ($)) (-15 -3182 ($ $)) (-15 -3182 ($ (-594 (-594 (-880 (-207)))))) (-15 -3182 ($ (-594 (-594 (-880 (-207)))) (-594 (-811)) (-594 (-811)) (-594 (-858)))) (-15 -3182 ($ (-594 (-594 (-880 (-207)))) (-594 (-811)) (-594 (-811)) (-594 (-858)) (-594 (-244)))) (-15 -3420 ((-594 (-594 (-880 (-207)))) $)) (-15 -1550 ((-527) $)) (-15 -1649 ((-594 (-1017 (-359))) $)) (-15 -1649 ((-594 (-1017 (-359))) $ (-594 (-1017 (-359))))) (-15 -1529 ((-594 (-359)) $)) (-15 -1529 ((-594 (-359)) $ (-594 (-359)))) (-15 -2657 ((-1181) $ (-594 (-880 (-207))) (-811) (-811) (-858))) (-15 -2657 ((-1181) $ (-880 (-207)))) (-15 -2657 ((-1181) $ (-880 (-207)) (-811) (-811) (-858))) (-15 -3403 ((-1181) $ (-880 (-207)))) (-15 -3827 ((-1181) $ (-880 (-207)) (-811))) (-15 -4118 ($ (-594 (-594 (-880 (-207)))))) (-15 -4118 ((-800) $)) (-15 -3598 ((-594 (-594 (-880 (-207)))) (-594 (-594 (-880 (-207)))) (-594 (-811)))) (-15 -3807 ((-594 (-207)) (-594 (-594 (-880 (-207))))))))
+((-2863 (($ $) NIL) (($ $ $) 11)))
+(((-448 |#1| |#2| |#3|) (-10 -8 (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|))) (-449 |#2| |#3|) (-162) (-23)) (T -448))
+NIL
+(-10 -8 (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4115 ((|#2| $) 19)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 15) (($ $ $) 13)) (-2850 (($ $ $) 14)) (* (($ |#1| $) 17) (($ $ |#1|) 16)))
+(((-449 |#1| |#2|) (-133) (-162) (-23)) (T -449))
+((-4115 (*1 *2 *1) (-12 (-4 *1 (-449 *3 *2)) (-4 *3 (-162)) (-4 *2 (-23)))) (-3361 (*1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))) (-2863 (*1 *1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))) (-2850 (*1 *1 *1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))) (-2863 (*1 *1 *1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23)))))
+(-13 (-1022) (-10 -8 (-15 -4115 (|t#2| $)) (-15 (-3361) ($) -2459) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 -2863 ($ $)) (-15 -2850 ($ $ $)) (-15 -2863 ($ $ $))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-1703 (((-3 (-594 (-459 |#1| |#2|)) "failed") (-594 (-459 |#1| |#2|)) (-594 (-802 |#1|))) 93)) (-3619 (((-594 (-594 (-229 |#1| |#2|))) (-594 (-229 |#1| |#2|)) (-594 (-802 |#1|))) 91)) (-2676 (((-2 (|:| |dpolys| (-594 (-229 |#1| |#2|))) (|:| |coords| (-594 (-527)))) (-594 (-229 |#1| |#2|)) (-594 (-802 |#1|))) 61)))
+(((-450 |#1| |#2| |#3|) (-10 -7 (-15 -3619 ((-594 (-594 (-229 |#1| |#2|))) (-594 (-229 |#1| |#2|)) (-594 (-802 |#1|)))) (-15 -1703 ((-3 (-594 (-459 |#1| |#2|)) "failed") (-594 (-459 |#1| |#2|)) (-594 (-802 |#1|)))) (-15 -2676 ((-2 (|:| |dpolys| (-594 (-229 |#1| |#2|))) (|:| |coords| (-594 (-527)))) (-594 (-229 |#1| |#2|)) (-594 (-802 |#1|))))) (-594 (-1094)) (-431) (-431)) (T -450))
+((-2676 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-802 *5))) (-14 *5 (-594 (-1094))) (-4 *6 (-431)) (-5 *2 (-2 (|:| |dpolys| (-594 (-229 *5 *6))) (|:| |coords| (-594 (-527))))) (-5 *1 (-450 *5 *6 *7)) (-5 *3 (-594 (-229 *5 *6))) (-4 *7 (-431)))) (-1703 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 (-459 *4 *5))) (-5 *3 (-594 (-802 *4))) (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *1 (-450 *4 *5 *6)) (-4 *6 (-431)))) (-3619 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-802 *5))) (-14 *5 (-594 (-1094))) (-4 *6 (-431)) (-5 *2 (-594 (-594 (-229 *5 *6)))) (-5 *1 (-450 *5 *6 *7)) (-5 *3 (-594 (-229 *5 *6))) (-4 *7 (-431)))))
+(-10 -7 (-15 -3619 ((-594 (-594 (-229 |#1| |#2|))) (-594 (-229 |#1| |#2|)) (-594 (-802 |#1|)))) (-15 -1703 ((-3 (-594 (-459 |#1| |#2|)) "failed") (-594 (-459 |#1| |#2|)) (-594 (-802 |#1|)))) (-15 -2676 ((-2 (|:| |dpolys| (-594 (-229 |#1| |#2|))) (|:| |coords| (-594 (-527)))) (-594 (-229 |#1| |#2|)) (-594 (-802 |#1|)))))
+((-3714 (((-3 $ "failed") $) 11)) (-1964 (($ $ $) 20)) (-2170 (($ $ $) 21)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 14)) (-2873 (($ $ $) 9)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 19)))
+(((-451 |#1|) (-10 -8 (-15 -2170 (|#1| |#1| |#1|)) (-15 -1964 (|#1| |#1| |#1|)) (-15 -3732 (|#1| |#1| (-527))) (-15 ** (|#1| |#1| (-527))) (-15 -2873 (|#1| |#1| |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 -3732 (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-715))) (-15 -3732 (|#1| |#1| (-858))) (-15 ** (|#1| |#1| (-858)))) (-452)) (T -451))
+NIL
+(-10 -8 (-15 -2170 (|#1| |#1| |#1|)) (-15 -1964 (|#1| |#1| |#1|)) (-15 -3732 (|#1| |#1| (-527))) (-15 ** (|#1| |#1| (-527))) (-15 -2873 (|#1| |#1| |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 -3732 (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-715))) (-15 -3732 (|#1| |#1| (-858))) (-15 ** (|#1| |#1| (-858))))
+((-4105 (((-110) $ $) 7)) (-1298 (($) 20 T CONST)) (-3714 (((-3 $ "failed") $) 16)) (-2956 (((-110) $) 19)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 27)) (-4024 (((-1041) $) 10)) (-1964 (($ $ $) 23)) (-2170 (($ $ $) 22)) (-4118 (((-800) $) 11)) (-3732 (($ $ (-858)) 13) (($ $ (-715)) 17) (($ $ (-527)) 24)) (-3374 (($) 21 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 26)) (** (($ $ (-858)) 14) (($ $ (-715)) 18) (($ $ (-527)) 25)) (* (($ $ $) 15)))
+(((-452) (-133)) (T -452))
+((-2952 (*1 *1 *1) (-4 *1 (-452))) (-2873 (*1 *1 *1 *1) (-4 *1 (-452))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-452)) (-5 *2 (-527)))) (-3732 (*1 *1 *1 *2) (-12 (-4 *1 (-452)) (-5 *2 (-527)))) (-1964 (*1 *1 *1 *1) (-4 *1 (-452))) (-2170 (*1 *1 *1 *1) (-4 *1 (-452))))
+(-13 (-671) (-10 -8 (-15 -2952 ($ $)) (-15 -2873 ($ $ $)) (-15 ** ($ $ (-527))) (-15 -3732 ($ $ (-527))) (-6 -4258) (-15 -1964 ($ $ $)) (-15 -2170 ($ $ $))))
+(((-99) . T) ((-568 (-800)) . T) ((-671) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 17)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-387 (-527))) NIL) (($ $ (-387 (-527)) (-387 (-527))) NIL)) (-2199 (((-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|))) $) NIL)) (-1481 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|)))) NIL)) (-1504 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-387 (-527)) $) NIL) (((-387 (-527)) $ (-387 (-527))) NIL)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) NIL) (($ $ (-387 (-527))) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-387 (-527))) NIL) (($ $ (-1007) (-387 (-527))) NIL) (($ $ (-594 (-1007)) (-594 (-387 (-527)))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) 22)) (-2495 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1467 (($ $) 26 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 33 (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116))))) (($ $ (-1172 |#2|)) 27 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-387 (-527))) NIL)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-1724 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-387 (-527))) NIL) (($ $ $) NIL (|has| (-387 (-527)) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) 25 (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 13 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $ (-1172 |#2|)) 15)) (-4115 (((-387 (-527)) $) NIL)) (-1513 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL (|has| |#1| (-162))) (($ (-1172 |#2|)) NIL) (($ (-1161 |#1| |#2| |#3|)) 9) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519)))) (-3411 ((|#1| $ (-387 (-527))) NIL)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) 18)) (-1551 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-387 (-527))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) 24)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 23) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-453 |#1| |#2| |#3|) (-13 (-1157 |#1|) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4118 ($ (-1161 |#1| |#2| |#3|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|))) (-979) (-1094) |#1|) (T -453))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-453 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-979)) (-14 *4 (-1094)) (-14 *5 *3) (-5 *1 (-453 *3 *4 *5)))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-453 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-453 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(-13 (-1157 |#1|) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4118 ($ (-1161 |#1| |#2| |#3|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|)))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3604 (((-1181) $ |#1| |#1|) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#2| $ |#1| |#2|) 18)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) 19)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) 16)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) NIL)) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 ((|#1| $) NIL (|has| |#1| (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 ((|#1| $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-4195 (((-594 |#1|) $) NIL)) (-1651 (((-110) |#1| $) NIL)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3847 (((-594 |#1|) $) NIL)) (-1645 (((-110) |#1| $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#2| $) NIL (|has| |#1| (-791)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ |#1|) 13) ((|#2| $ |#1| |#2|) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-454 |#1| |#2| |#3| |#4|) (-1107 |#1| |#2|) (-1022) (-1022) (-1107 |#1| |#2|) |#2|) (T -454))
+NIL
+(-1107 |#1| |#2|)
+((-4105 (((-110) $ $) NIL)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) NIL)) (-2900 (((-594 $) (-594 |#4|)) NIL)) (-2853 (((-594 |#3|) $) NIL)) (-1627 (((-110) $) NIL)) (-4191 (((-110) $) NIL (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-3930 ((|#4| |#4| $) NIL)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2420 (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) NIL)) (-1298 (($) NIL T CONST)) (-4235 (((-110) $) 26 (|has| |#1| (-519)))) (-4208 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1689 (((-110) $ $) NIL (|has| |#1| (-519)))) (-2241 (((-110) $) NIL (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-2551 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) NIL)) (-4145 (($ (-594 |#4|)) NIL)) (-1683 (((-3 $ "failed") $) 39)) (-2859 ((|#4| |#4| $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2659 (($ |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) NIL)) (-3730 ((|#4| |#4| $) NIL)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) NIL)) (-3717 (((-594 |#4|) $) 16 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2876 ((|#3| $) 33)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#4|) $) 17 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 25 (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2762 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 21)) (-1388 (((-594 |#3|) $) NIL)) (-1228 (((-110) |#3| $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2681 (((-3 |#4| "failed") $) 37)) (-3367 (((-594 |#4|) $) NIL)) (-2451 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-4039 ((|#4| |#4| $) NIL)) (-1745 (((-110) $ $) NIL)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2125 ((|#4| |#4| $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-3 |#4| "failed") $) 35)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) NIL)) (-3366 (((-3 $ "failed") $ |#4|) 47)) (-3469 (($ $ |#4|) NIL)) (-1604 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 15)) (-2453 (($) 13)) (-4115 (((-715) $) NIL)) (-4034 (((-715) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (((-715) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) 12)) (-2051 (((-503) $) NIL (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 20)) (-4083 (($ $ |#3|) 42)) (-4055 (($ $ |#3|) 44)) (-4025 (($ $) NIL)) (-2881 (($ $ |#3|) NIL)) (-4118 (((-800) $) 31) (((-594 |#4|) $) 40)) (-4196 (((-715) $) NIL (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) NIL)) (-1722 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) NIL)) (-3859 (((-110) |#3| $) NIL)) (-2747 (((-110) $ $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-455 |#1| |#2| |#3| |#4|) (-1124 |#1| |#2| |#3| |#4|) (-519) (-737) (-791) (-993 |#1| |#2| |#3|)) (T -455))
+NIL
+(-1124 |#1| |#2| |#3| |#4|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL)) (-4145 (((-527) $) NIL) (((-387 (-527)) $) NIL)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-4146 (($) 18)) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-2051 (((-359) $) 22) (((-207) $) 25) (((-387 (-1090 (-527))) $) 19) (((-503) $) 52)) (-4118 (((-800) $) 50) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (((-207) $) 24) (((-359) $) 21)) (-4070 (((-715)) NIL)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 36 T CONST)) (-3374 (($) 11 T CONST)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-456) (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))) (-955) (-568 (-207)) (-568 (-359)) (-569 (-387 (-1090 (-527)))) (-569 (-503)) (-10 -8 (-15 -4146 ($))))) (T -456))
+((-4146 (*1 *1) (-5 *1 (-456))))
+(-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))) (-955) (-568 (-207)) (-568 (-359)) (-569 (-387 (-1090 (-527)))) (-569 (-503)) (-10 -8 (-15 -4146 ($))))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3604 (((-1181) $ |#1| |#1|) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#2| $ |#1| |#2|) 16)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) 20)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) 18)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) NIL)) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 ((|#1| $) NIL (|has| |#1| (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 ((|#1| $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-4195 (((-594 |#1|) $) 13)) (-1651 (((-110) |#1| $) NIL)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3847 (((-594 |#1|) $) NIL)) (-1645 (((-110) |#1| $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#2| $) NIL (|has| |#1| (-791)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 19)) (-3439 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 11 (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2809 (((-715) $) 15 (|has| $ (-6 -4261)))))
+(((-457 |#1| |#2| |#3|) (-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261))) (-1022) (-1022) (-1077)) (T -457))
+NIL
+(-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261)))
+((-2616 (((-527) (-527) (-527)) 7)) (-1331 (((-110) (-527) (-527) (-527) (-527)) 11)) (-2354 (((-1176 (-594 (-527))) (-715) (-715)) 23)))
+(((-458) (-10 -7 (-15 -2616 ((-527) (-527) (-527))) (-15 -1331 ((-110) (-527) (-527) (-527) (-527))) (-15 -2354 ((-1176 (-594 (-527))) (-715) (-715))))) (T -458))
+((-2354 (*1 *2 *3 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1176 (-594 (-527)))) (-5 *1 (-458)))) (-1331 (*1 *2 *3 *3 *3 *3) (-12 (-5 *3 (-527)) (-5 *2 (-110)) (-5 *1 (-458)))) (-2616 (*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-458)))))
+(-10 -7 (-15 -2616 ((-527) (-527) (-527))) (-15 -1331 ((-110) (-527) (-527) (-527) (-527))) (-15 -2354 ((-1176 (-594 (-527))) (-715) (-715))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-802 |#1|)) $) NIL)) (-2669 (((-1090 $) $ (-802 |#1|)) NIL) (((-1090 |#2|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#2| (-519)))) (-3931 (($ $) NIL (|has| |#2| (-519)))) (-3938 (((-110) $) NIL (|has| |#2| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-802 |#1|))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-3259 (($ $) NIL (|has| |#2| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#2| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-802 |#1|) "failed") $) NIL)) (-4145 ((|#2| $) NIL) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-802 |#1|) $) NIL)) (-1897 (($ $ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-1600 (($ $ (-594 (-527))) NIL)) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#2| (-846)))) (-3379 (($ $ |#2| (-460 (-2809 |#1|) (-715)) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-359))) (|has| |#2| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-527))) (|has| |#2| (-823 (-527)))))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2842 (($ (-1090 |#2|) (-802 |#1|)) NIL) (($ (-1090 $) (-802 |#1|)) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#2| (-460 (-2809 |#1|) (-715))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-802 |#1|)) NIL)) (-4045 (((-460 (-2809 |#1|) (-715)) $) NIL) (((-715) $ (-802 |#1|)) NIL) (((-594 (-715)) $ (-594 (-802 |#1|))) NIL)) (-3902 (($ $ $) NIL (|has| |#2| (-791)))) (-1257 (($ $ $) NIL (|has| |#2| (-791)))) (-2301 (($ (-1 (-460 (-2809 |#1|) (-715)) (-460 (-2809 |#1|) (-715))) $) NIL)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-2317 (((-3 (-802 |#1|) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#2| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-2416 (((-1077) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-802 |#1|)) (|:| -3148 (-715))) "failed") $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#2| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#2| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#2| (-846)))) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-802 |#1|) |#2|) NIL) (($ $ (-594 (-802 |#1|)) (-594 |#2|)) NIL) (($ $ (-802 |#1|) $) NIL) (($ $ (-594 (-802 |#1|)) (-594 $)) NIL)) (-1875 (($ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-4234 (($ $ (-802 |#1|)) NIL) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-4115 (((-460 (-2809 |#1|) (-715)) $) NIL) (((-715) $ (-802 |#1|)) NIL) (((-594 (-715)) $ (-594 (-802 |#1|))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-802 |#1|) (-569 (-503))) (|has| |#2| (-569 (-503)))))) (-1898 ((|#2| $) NIL (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#2| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) NIL) (($ (-802 |#1|)) NIL) (($ (-387 (-527))) NIL (-2027 (|has| |#2| (-37 (-387 (-527)))) (|has| |#2| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#2| (-519)))) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-460 (-2809 |#1|) (-715))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#2| (-846))) (|has| |#2| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#2| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#2| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-802 |#1|)) NIL) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-2813 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#2| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#2| (-37 (-387 (-527))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-459 |#1| |#2|) (-13 (-886 |#2| (-460 (-2809 |#1|) (-715)) (-802 |#1|)) (-10 -8 (-15 -1600 ($ $ (-594 (-527)))))) (-594 (-1094)) (-979)) (T -459))
+((-1600 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-459 *3 *4)) (-14 *3 (-594 (-1094))) (-4 *4 (-979)))))
+(-13 (-886 |#2| (-460 (-2809 |#1|) (-715)) (-802 |#1|)) (-10 -8 (-15 -1600 ($ $ (-594 (-527))))))
+((-4105 (((-110) $ $) NIL (|has| |#2| (-1022)))) (-1874 (((-110) $) NIL (|has| |#2| (-128)))) (-1756 (($ (-858)) NIL (|has| |#2| (-979)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1741 (($ $ $) NIL (|has| |#2| (-737)))) (-3085 (((-3 $ "failed") $ $) NIL (|has| |#2| (-128)))) (-1731 (((-110) $ (-715)) NIL)) (-1637 (((-715)) NIL (|has| |#2| (-348)))) (-2350 (((-527) $) NIL (|has| |#2| (-789)))) (-1232 ((|#2| $ (-527) |#2|) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1022)))) (-4145 (((-527) $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-387 (-527)) $) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) ((|#2| $) NIL (|has| |#2| (-1022)))) (-4162 (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL (|has| |#2| (-979))) (((-634 |#2|) (-634 $)) NIL (|has| |#2| (-979)))) (-3714 (((-3 $ "failed") $) NIL (|has| |#2| (-671)))) (-2309 (($) NIL (|has| |#2| (-348)))) (-2774 ((|#2| $ (-527) |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ (-527)) 11)) (-3460 (((-110) $) NIL (|has| |#2| (-789)))) (-3717 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL (|has| |#2| (-671)))) (-1612 (((-110) $) NIL (|has| |#2| (-789)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2063 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2762 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-1989 (((-858) $) NIL (|has| |#2| (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#2| (-1022)))) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-1720 (($ (-858)) NIL (|has| |#2| (-348)))) (-4024 (((-1041) $) NIL (|has| |#2| (-1022)))) (-1672 ((|#2| $) NIL (|has| (-527) (-791)))) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ (-527) |#2|) NIL) ((|#2| $ (-527)) NIL)) (-3462 ((|#2| $ $) NIL (|has| |#2| (-979)))) (-2752 (($ (-1176 |#2|)) NIL)) (-3817 (((-130)) NIL (|has| |#2| (-343)))) (-4234 (($ $) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-979)))) (-4034 (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-1176 |#2|) $) NIL) (($ (-527)) NIL (-2027 (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) (|has| |#2| (-979)))) (($ (-387 (-527))) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (($ |#2|) NIL (|has| |#2| (-1022))) (((-800) $) NIL (|has| |#2| (-568 (-800))))) (-4070 (((-715)) NIL (|has| |#2| (-979)))) (-1722 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-1597 (($ $) NIL (|has| |#2| (-789)))) (-3732 (($ $ (-715)) NIL (|has| |#2| (-671))) (($ $ (-858)) NIL (|has| |#2| (-671)))) (-3361 (($) NIL (|has| |#2| (-128)) CONST)) (-3374 (($) NIL (|has| |#2| (-671)) CONST)) (-2369 (($ $) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-979)))) (-2813 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2788 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2747 (((-110) $ $) NIL (|has| |#2| (-1022)))) (-2799 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2775 (((-110) $ $) 15 (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $ $) NIL (|has| |#2| (-979))) (($ $) NIL (|has| |#2| (-979)))) (-2850 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-715)) NIL (|has| |#2| (-671))) (($ $ (-858)) NIL (|has| |#2| (-671)))) (* (($ (-527) $) NIL (|has| |#2| (-979))) (($ $ $) NIL (|has| |#2| (-671))) (($ $ |#2|) NIL (|has| |#2| (-671))) (($ |#2| $) NIL (|has| |#2| (-671))) (($ (-715) $) NIL (|has| |#2| (-128))) (($ (-858) $) NIL (|has| |#2| (-25)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-460 |#1| |#2|) (-220 |#1| |#2|) (-715) (-737)) (T -460))
+NIL
+(-220 |#1| |#2|)
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) NIL)) (-1298 (($) NIL T CONST)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-3427 (($ $ $) 32)) (-2965 (($ $ $) 31)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-1257 ((|#1| $) 26)) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3368 ((|#1| $) 27)) (-3204 (($ |#1| $) 10)) (-4054 (($ (-594 |#1|)) 12)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1877 ((|#1| $) 23)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 9)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 29)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) 21 (|has| $ (-6 -4261)))))
+(((-461 |#1|) (-13 (-904 |#1|) (-10 -8 (-15 -4054 ($ (-594 |#1|))))) (-791)) (T -461))
+((-4054 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-461 *3)))))
+(-13 (-904 |#1|) (-10 -8 (-15 -4054 ($ (-594 |#1|)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-2731 (($ $) 69)) (-1779 (((-110) $) NIL)) (-2416 (((-1077) $) NIL)) (-2417 (((-393 |#2| (-387 |#2|) |#3| |#4|) $) 44)) (-4024 (((-1041) $) NIL)) (-2613 (((-3 |#4| "failed") $) 107)) (-2232 (($ (-393 |#2| (-387 |#2|) |#3| |#4|)) 76) (($ |#4|) 32) (($ |#1| |#1|) 115) (($ |#1| |#1| (-527)) NIL) (($ |#4| |#2| |#2| |#2| |#1|) 127)) (-1978 (((-2 (|:| -3287 (-393 |#2| (-387 |#2|) |#3| |#4|)) (|:| |principalPart| |#4|)) $) 46)) (-4118 (((-800) $) 102)) (-3361 (($) 33 T CONST)) (-2747 (((-110) $ $) 109)) (-2863 (($ $) 72) (($ $ $) NIL)) (-2850 (($ $ $) 70)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 73)))
+(((-462 |#1| |#2| |#3| |#4|) (-315 |#1| |#2| |#3| |#4|) (-343) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|)) (T -462))
+NIL
+(-315 |#1| |#2| |#3| |#4|)
+((-3721 (((-527) (-594 (-527))) 30)) (-1455 ((|#1| (-594 |#1|)) 56)) (-3559 (((-594 |#1|) (-594 |#1|)) 57)) (-3422 (((-594 |#1|) (-594 |#1|)) 59)) (-2742 ((|#1| (-594 |#1|)) 58)) (-1898 (((-594 (-527)) (-594 |#1|)) 33)))
+(((-463 |#1|) (-10 -7 (-15 -2742 (|#1| (-594 |#1|))) (-15 -1455 (|#1| (-594 |#1|))) (-15 -3422 ((-594 |#1|) (-594 |#1|))) (-15 -3559 ((-594 |#1|) (-594 |#1|))) (-15 -1898 ((-594 (-527)) (-594 |#1|))) (-15 -3721 ((-527) (-594 (-527))))) (-1152 (-527))) (T -463))
+((-3721 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-527)) (-5 *1 (-463 *4)) (-4 *4 (-1152 *2)))) (-1898 (*1 *2 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-1152 (-527))) (-5 *2 (-594 (-527))) (-5 *1 (-463 *4)))) (-3559 (*1 *2 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1152 (-527))) (-5 *1 (-463 *3)))) (-3422 (*1 *2 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1152 (-527))) (-5 *1 (-463 *3)))) (-1455 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-5 *1 (-463 *2)) (-4 *2 (-1152 (-527))))) (-2742 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-5 *1 (-463 *2)) (-4 *2 (-1152 (-527))))))
+(-10 -7 (-15 -2742 (|#1| (-594 |#1|))) (-15 -1455 (|#1| (-594 |#1|))) (-15 -3422 ((-594 |#1|) (-594 |#1|))) (-15 -3559 ((-594 |#1|) (-594 |#1|))) (-15 -1898 ((-594 (-527)) (-594 |#1|))) (-15 -3721 ((-527) (-594 (-527)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 (((-527) $) NIL (|has| (-527) (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| (-527) (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (|has| (-527) (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-527) (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| (-527) (-970 (-527))))) (-4145 (((-527) $) NIL) (((-1094) $) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| (-527) (-970 (-527)))) (((-527) $) NIL (|has| (-527) (-970 (-527))))) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-527) (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| (-527) (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-527) (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-527) (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 (((-527) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| (-527) (-1070)))) (-1612 (((-110) $) NIL (|has| (-527) (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-527) (-791)))) (-1998 (($ (-1 (-527) (-527)) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-527) (-1070)) CONST)) (-3123 (($ (-387 (-527))) 9)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| (-527) (-288))) (((-387 (-527)) $) NIL)) (-1448 (((-527) $) NIL (|has| (-527) (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 (-527)) (-594 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-527) (-527)) NIL (|has| (-527) (-290 (-527)))) (($ $ (-275 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-275 (-527)))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-1094)) (-594 (-527))) NIL (|has| (-527) (-488 (-1094) (-527)))) (($ $ (-1094) (-527)) NIL (|has| (-527) (-488 (-1094) (-527))))) (-2578 (((-715) $) NIL)) (-3439 (($ $ (-527)) NIL (|has| (-527) (-267 (-527) (-527))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2593 (($ $) NIL)) (-4122 (((-527) $) NIL)) (-2051 (((-829 (-527)) $) NIL (|has| (-527) (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| (-527) (-569 (-829 (-359))))) (((-503) $) NIL (|has| (-527) (-569 (-503)))) (((-359) $) NIL (|has| (-527) (-955))) (((-207) $) NIL (|has| (-527) (-955)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-527) (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) 8) (($ (-527)) NIL) (($ (-1094)) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) NIL) (((-938 16) $) 10)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-527) (-846))) (|has| (-527) (-138))))) (-4070 (((-715)) NIL)) (-3934 (((-527) $) NIL (|has| (-527) (-512)))) (-3978 (((-110) $ $) NIL)) (-1597 (($ $) NIL (|has| (-527) (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $) NIL (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2813 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2873 (($ $ $) NIL) (($ (-527) (-527)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ (-527) $) NIL) (($ $ (-527)) NIL)))
+(((-464) (-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -4118 ((-938 16) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -3123 ($ (-387 (-527))))))) (T -464))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-464)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-938 16)) (-5 *1 (-464)))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-464)))) (-3123 (*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-464)))))
+(-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -4118 ((-938 16) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -3123 ($ (-387 (-527))))))
+((-2063 (((-594 |#2|) $) 23)) (-2817 (((-110) |#2| $) 28)) (-1604 (((-110) (-1 (-110) |#2|) $) 21)) (-2819 (($ $ (-594 (-275 |#2|))) 13) (($ $ (-275 |#2|)) NIL) (($ $ |#2| |#2|) NIL) (($ $ (-594 |#2|) (-594 |#2|)) NIL)) (-4034 (((-715) (-1 (-110) |#2|) $) 22) (((-715) |#2| $) 26)) (-4118 (((-800) $) 37)) (-1722 (((-110) (-1 (-110) |#2|) $) 20)) (-2747 (((-110) $ $) 31)) (-2809 (((-715) $) 17)))
+(((-465 |#1| |#2|) (-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#2| |#2|)) (-15 -2819 (|#1| |#1| (-275 |#2|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#2|)))) (-15 -2817 ((-110) |#2| |#1|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -2063 ((-594 |#2|) |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2809 ((-715) |#1|))) (-466 |#2|) (-1130)) (T -465))
+NIL
+(-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#2| |#2|)) (-15 -2819 (|#1| |#1| (-275 |#2|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#2|)))) (-15 -2817 ((-110) |#2| |#1|)) (-15 -4034 ((-715) |#2| |#1|)) (-15 -2063 ((-594 |#2|) |#1|)) (-15 -4034 ((-715) (-1 (-110) |#2|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2809 ((-715) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1298 (($) 7 T CONST)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-466 |#1|) (-133) (-1130)) (T -466))
+((-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-466 *3)) (-4 *3 (-1130)))) (-2762 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4262)) (-4 *1 (-466 *3)) (-4 *3 (-1130)))) (-1722 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-110) *4)) (|has| *1 (-6 -4261)) (-4 *1 (-466 *4)) (-4 *4 (-1130)) (-5 *2 (-110)))) (-1604 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-110) *4)) (|has| *1 (-6 -4261)) (-4 *1 (-466 *4)) (-4 *4 (-1130)) (-5 *2 (-110)))) (-4034 (*1 *2 *3 *1) (-12 (-5 *3 (-1 (-110) *4)) (|has| *1 (-6 -4261)) (-4 *1 (-466 *4)) (-4 *4 (-1130)) (-5 *2 (-715)))) (-3717 (*1 *2 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130)) (-5 *2 (-594 *3)))) (-2063 (*1 *2 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130)) (-5 *2 (-594 *3)))) (-4034 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130)) (-4 *3 (-1022)) (-5 *2 (-715)))) (-2817 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130)) (-4 *3 (-1022)) (-5 *2 (-110)))))
+(-13 (-33) (-10 -8 (IF (|has| |t#1| (-568 (-800))) (-6 (-568 (-800))) |%noBranch|) (IF (|has| |t#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |t#1| (-1022)) (IF (|has| |t#1| (-290 |t#1|)) (-6 (-290 |t#1|)) |%noBranch|) |%noBranch|) (-15 -1998 ($ (-1 |t#1| |t#1|) $)) (IF (|has| $ (-6 -4262)) (-15 -2762 ($ (-1 |t#1| |t#1|) $)) |%noBranch|) (IF (|has| $ (-6 -4261)) (PROGN (-15 -1722 ((-110) (-1 (-110) |t#1|) $)) (-15 -1604 ((-110) (-1 (-110) |t#1|) $)) (-15 -4034 ((-715) (-1 (-110) |t#1|) $)) (-15 -3717 ((-594 |t#1|) $)) (-15 -2063 ((-594 |t#1|) $)) (IF (|has| |t#1| (-1022)) (PROGN (-15 -4034 ((-715) |t#1| $)) (-15 -2817 ((-110) |t#1| $))) |%noBranch|)) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-1481 (($ $) 15)) (-1461 (($ $) 24)) (-1504 (($ $) 12)) (-1513 (($ $) 10)) (-1493 (($ $) 17)) (-1471 (($ $) 22)))
+(((-467 |#1|) (-10 -8 (-15 -1471 (|#1| |#1|)) (-15 -1493 (|#1| |#1|)) (-15 -1513 (|#1| |#1|)) (-15 -1504 (|#1| |#1|)) (-15 -1461 (|#1| |#1|)) (-15 -1481 (|#1| |#1|))) (-468)) (T -467))
+NIL
+(-10 -8 (-15 -1471 (|#1| |#1|)) (-15 -1493 (|#1| |#1|)) (-15 -1513 (|#1| |#1|)) (-15 -1504 (|#1| |#1|)) (-15 -1461 (|#1| |#1|)) (-15 -1481 (|#1| |#1|)))
+((-1481 (($ $) 11)) (-1461 (($ $) 10)) (-1504 (($ $) 9)) (-1513 (($ $) 8)) (-1493 (($ $) 7)) (-1471 (($ $) 6)))
+(((-468) (-133)) (T -468))
+((-1481 (*1 *1 *1) (-4 *1 (-468))) (-1461 (*1 *1 *1) (-4 *1 (-468))) (-1504 (*1 *1 *1) (-4 *1 (-468))) (-1513 (*1 *1 *1) (-4 *1 (-468))) (-1493 (*1 *1 *1) (-4 *1 (-468))) (-1471 (*1 *1 *1) (-4 *1 (-468))))
+(-13 (-10 -8 (-15 -1471 ($ $)) (-15 -1493 ($ $)) (-15 -1513 ($ $)) (-15 -1504 ($ $)) (-15 -1461 ($ $)) (-15 -1481 ($ $))))
+((-2700 (((-398 |#4|) |#4| (-1 (-398 |#2|) |#2|)) 42)))
+(((-469 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2700 ((-398 |#4|) |#4| (-1 (-398 |#2|) |#2|)))) (-343) (-1152 |#1|) (-13 (-343) (-140) (-669 |#1| |#2|)) (-1152 |#3|)) (T -469))
+((-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343)) (-4 *7 (-13 (-343) (-140) (-669 *5 *6))) (-5 *2 (-398 *3)) (-5 *1 (-469 *5 *6 *7 *3)) (-4 *3 (-1152 *7)))))
+(-10 -7 (-15 -2700 ((-398 |#4|) |#4| (-1 (-398 |#2|) |#2|))))
+((-4105 (((-110) $ $) NIL)) (-3025 (((-594 $) (-1090 $) (-1094)) NIL) (((-594 $) (-1090 $)) NIL) (((-594 $) (-889 $)) NIL)) (-3217 (($ (-1090 $) (-1094)) NIL) (($ (-1090 $)) NIL) (($ (-889 $)) NIL)) (-1874 (((-110) $) 39)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2849 (((-110) $ $) 64)) (-1296 (((-594 (-567 $)) $) 48)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1568 (($ $ (-275 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-594 (-567 $)) (-594 $)) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2713 (($ $) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-1270 (((-594 $) (-1090 $) (-1094)) NIL) (((-594 $) (-1090 $)) NIL) (((-594 $) (-889 $)) NIL)) (-2608 (($ (-1090 $) (-1094)) NIL) (($ (-1090 $)) NIL) (($ (-889 $)) NIL)) (-1923 (((-3 (-567 $) "failed") $) NIL) (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL)) (-4145 (((-567 $) $) NIL) (((-527) $) NIL) (((-387 (-527)) $) 50)) (-1346 (($ $ $) NIL)) (-4162 (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-387 (-527)))) (|:| |vec| (-1176 (-387 (-527))))) (-634 $) (-1176 $)) NIL) (((-634 (-387 (-527))) (-634 $)) NIL)) (-2731 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-1282 (($ $) NIL) (($ (-594 $)) NIL)) (-3672 (((-594 (-112)) $) NIL)) (-2370 (((-112) (-112)) NIL)) (-2956 (((-110) $) 42)) (-1758 (((-110) $) NIL (|has| $ (-970 (-527))))) (-4109 (((-1046 (-527) (-567 $)) $) 37)) (-3799 (($ $ (-527)) NIL)) (-1705 (((-1090 $) (-1090 $) (-567 $)) 78) (((-1090 $) (-1090 $) (-594 (-567 $))) 55) (($ $ (-567 $)) 67) (($ $ (-594 (-567 $))) 68)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3939 (((-1090 $) (-567 $)) 65 (|has| $ (-979)))) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 $ $) (-567 $)) NIL)) (-1567 (((-3 (-567 $) "failed") $) NIL)) (-2702 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-2655 (((-594 (-567 $)) $) NIL)) (-2592 (($ (-112) $) NIL) (($ (-112) (-594 $)) NIL)) (-1854 (((-110) $ (-112)) NIL) (((-110) $ (-1094)) NIL)) (-2952 (($ $) NIL)) (-3011 (((-715) $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ (-594 $)) NIL) (($ $ $) NIL)) (-3970 (((-110) $ $) NIL) (((-110) $ (-1094)) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1285 (((-110) $) NIL (|has| $ (-970 (-527))))) (-2819 (($ $ (-567 $) $) NIL) (($ $ (-594 (-567 $)) (-594 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-1094)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-1094) (-1 $ (-594 $))) NIL) (($ $ (-1094) (-1 $ $)) NIL) (($ $ (-594 (-112)) (-594 (-1 $ $))) NIL) (($ $ (-594 (-112)) (-594 (-1 $ (-594 $)))) NIL) (($ $ (-112) (-1 $ (-594 $))) NIL) (($ $ (-112) (-1 $ $)) NIL)) (-2578 (((-715) $) NIL)) (-3439 (($ (-112) $) NIL) (($ (-112) $ $) NIL) (($ (-112) $ $ $) NIL) (($ (-112) $ $ $ $) NIL) (($ (-112) (-594 $)) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-3756 (($ $) NIL) (($ $ $) NIL)) (-4234 (($ $ (-715)) NIL) (($ $) 36)) (-4122 (((-1046 (-527) (-567 $)) $) 20)) (-2279 (($ $) NIL (|has| $ (-979)))) (-2051 (((-359) $) 92) (((-207) $) 100) (((-159 (-359)) $) 108)) (-4118 (((-800) $) NIL) (($ (-567 $)) NIL) (($ (-387 (-527))) NIL) (($ $) NIL) (($ (-527)) NIL) (($ (-1046 (-527) (-567 $))) 21)) (-4070 (((-715)) NIL)) (-3235 (($ $) NIL) (($ (-594 $)) NIL)) (-2771 (((-110) (-112)) 84)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-527)) NIL) (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (-3361 (($) 10 T CONST)) (-3374 (($) 22 T CONST)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 24)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2873 (($ $ $) 44)) (-2863 (($ $ $) NIL) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-387 (-527))) NIL) (($ $ (-527)) 46) (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (* (($ (-387 (-527)) $) NIL) (($ $ (-387 (-527))) NIL) (($ $ $) 27) (($ (-527) $) NIL) (($ (-715) $) NIL) (($ (-858) $) NIL)))
+(((-470) (-13 (-283) (-27) (-970 (-527)) (-970 (-387 (-527))) (-590 (-527)) (-955) (-590 (-387 (-527))) (-140) (-569 (-159 (-359))) (-215) (-10 -8 (-15 -4118 ($ (-1046 (-527) (-567 $)))) (-15 -4109 ((-1046 (-527) (-567 $)) $)) (-15 -4122 ((-1046 (-527) (-567 $)) $)) (-15 -2731 ($ $)) (-15 -2849 ((-110) $ $)) (-15 -1705 ((-1090 $) (-1090 $) (-567 $))) (-15 -1705 ((-1090 $) (-1090 $) (-594 (-567 $)))) (-15 -1705 ($ $ (-567 $))) (-15 -1705 ($ $ (-594 (-567 $))))))) (T -470))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1046 (-527) (-567 (-470)))) (-5 *1 (-470)))) (-4109 (*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-470)))) (-5 *1 (-470)))) (-4122 (*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-470)))) (-5 *1 (-470)))) (-2731 (*1 *1 *1) (-5 *1 (-470))) (-2849 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-470)))) (-1705 (*1 *2 *2 *3) (-12 (-5 *2 (-1090 (-470))) (-5 *3 (-567 (-470))) (-5 *1 (-470)))) (-1705 (*1 *2 *2 *3) (-12 (-5 *2 (-1090 (-470))) (-5 *3 (-594 (-567 (-470)))) (-5 *1 (-470)))) (-1705 (*1 *1 *1 *2) (-12 (-5 *2 (-567 (-470))) (-5 *1 (-470)))) (-1705 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-567 (-470)))) (-5 *1 (-470)))))
+(-13 (-283) (-27) (-970 (-527)) (-970 (-387 (-527))) (-590 (-527)) (-955) (-590 (-387 (-527))) (-140) (-569 (-159 (-359))) (-215) (-10 -8 (-15 -4118 ($ (-1046 (-527) (-567 $)))) (-15 -4109 ((-1046 (-527) (-567 $)) $)) (-15 -4122 ((-1046 (-527) (-567 $)) $)) (-15 -2731 ($ $)) (-15 -2849 ((-110) $ $)) (-15 -1705 ((-1090 $) (-1090 $) (-567 $))) (-15 -1705 ((-1090 $) (-1090 $) (-594 (-567 $)))) (-15 -1705 ($ $ (-567 $))) (-15 -1705 ($ $ (-594 (-567 $))))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) |#1|) 25 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 22 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 21)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) 14)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 12 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) 23 (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 16 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 17) (($ (-1 |#1| |#1| |#1|) $ $) 19)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) 10 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 13)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) 24) (($ $ (-1143 (-527))) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) 9 (|has| $ (-6 -4261)))))
+(((-471 |#1| |#2|) (-19 |#1|) (-1130) (-527)) (T -471))
NIL
(-19 |#1|)
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) (-525) |#1|) NIL)) (-2695 (($ $ (-525) (-469 |#1| |#3|)) NIL)) (-1773 (($ $ (-525) (-469 |#1| |#2|)) NIL)) (-2475 (($) NIL T CONST)) (-3209 (((-469 |#1| |#3|) $ (-525)) NIL)) (-3081 ((|#1| $ (-525) (-525) |#1|) NIL)) (-3017 ((|#1| $ (-525) (-525)) NIL)) (-2175 (((-592 |#1|) $) NIL)) (-2720 (((-713) $) NIL)) (-3324 (($ (-713) (-713) |#1|) NIL)) (-2731 (((-713) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-2797 (((-525) $) NIL)) (-2307 (((-525) $) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3194 (((-525) $) NIL)) (-3210 (((-525) $) NIL)) (-3069 (($ (-1 |#1| |#1|) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) (-525)) NIL) ((|#1| $ (-525) (-525) |#1|) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-1881 (((-469 |#1| |#2|) $ (-525)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-470 |#1| |#2| |#3|) (-55 |#1| (-469 |#1| |#3|) (-469 |#1| |#2|)) (-1128) (-525) (-525)) (T -470))
-NIL
-(-55 |#1| (-469 |#1| |#3|) (-469 |#1| |#2|))
-((-3350 (((-592 (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) (-713) (-713)) 27)) (-2994 (((-592 (-1088 |#1|)) |#1| (-713) (-713) (-713)) 34)) (-3737 (((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) (-592 |#3|) (-592 (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) (-713)) 85)))
-(((-471 |#1| |#2| |#3|) (-10 -7 (-15 -2994 ((-592 (-1088 |#1|)) |#1| (-713) (-713) (-713))) (-15 -3350 ((-592 (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) (-713) (-713))) (-15 -3737 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) (-592 |#3|) (-592 (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) (-713)))) (-327) (-1150 |#1|) (-1150 |#2|)) (T -471))
-((-3737 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 (-2 (|:| -2103 (-632 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-632 *7))))) (-5 *5 (-713)) (-4 *8 (-1150 *7)) (-4 *7 (-1150 *6)) (-4 *6 (-327)) (-5 *2 (-2 (|:| -2103 (-632 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-632 *7)))) (-5 *1 (-471 *6 *7 *8)))) (-3350 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-713)) (-4 *5 (-327)) (-4 *6 (-1150 *5)) (-5 *2 (-592 (-2 (|:| -2103 (-632 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-632 *6))))) (-5 *1 (-471 *5 *6 *7)) (-5 *3 (-2 (|:| -2103 (-632 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-632 *6)))) (-4 *7 (-1150 *6)))) (-2994 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-713)) (-4 *3 (-327)) (-4 *5 (-1150 *3)) (-5 *2 (-592 (-1088 *3))) (-5 *1 (-471 *3 *5 *6)) (-4 *6 (-1150 *5)))))
-(-10 -7 (-15 -2994 ((-592 (-1088 |#1|)) |#1| (-713) (-713) (-713))) (-15 -3350 ((-592 (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) (-713) (-713))) (-15 -3737 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) (-592 |#3|) (-592 (-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) (-713))))
-((-3967 (((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) (-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) (-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|)))) 62)) (-2431 ((|#1| (-632 |#1|) |#1| (-713)) 25)) (-1528 (((-713) (-713) (-713)) 30)) (-4183 (((-632 |#1|) (-632 |#1|) (-632 |#1|)) 42)) (-4081 (((-632 |#1|) (-632 |#1|) (-632 |#1|) |#1|) 50) (((-632 |#1|) (-632 |#1|) (-632 |#1|)) 47)) (-3427 ((|#1| (-632 |#1|) (-632 |#1|) |#1| (-525)) 29)) (-3450 ((|#1| (-632 |#1|)) 18)))
-(((-472 |#1| |#2| |#3|) (-10 -7 (-15 -3450 (|#1| (-632 |#1|))) (-15 -2431 (|#1| (-632 |#1|) |#1| (-713))) (-15 -3427 (|#1| (-632 |#1|) (-632 |#1|) |#1| (-525))) (-15 -1528 ((-713) (-713) (-713))) (-15 -4081 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -4081 ((-632 |#1|) (-632 |#1|) (-632 |#1|) |#1|)) (-15 -4183 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -3967 ((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) (-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) (-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|)))))) (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))) (-1150 |#1|) (-387 |#1| |#2|)) (T -472))
-((-3967 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-632 *3)))) (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))) (-4183 (*1 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))) (-4081 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-632 *3)) (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))) (-4081 (*1 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))) (-1528 (*1 *2 *2 *2) (-12 (-5 *2 (-713)) (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))) (-3427 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-632 *2)) (-5 *4 (-525)) (-4 *2 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *5 (-1150 *2)) (-5 *1 (-472 *2 *5 *6)) (-4 *6 (-387 *2 *5)))) (-2431 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-632 *2)) (-5 *4 (-713)) (-4 *2 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-4 *5 (-1150 *2)) (-5 *1 (-472 *2 *5 *6)) (-4 *6 (-387 *2 *5)))) (-3450 (*1 *2 *3) (-12 (-5 *3 (-632 *2)) (-4 *4 (-1150 *2)) (-4 *2 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $))))) (-5 *1 (-472 *2 *4 *5)) (-4 *5 (-387 *2 *4)))))
-(-10 -7 (-15 -3450 (|#1| (-632 |#1|))) (-15 -2431 (|#1| (-632 |#1|) |#1| (-713))) (-15 -3427 (|#1| (-632 |#1|) (-632 |#1|) |#1| (-525))) (-15 -1528 ((-713) (-713) (-713))) (-15 -4081 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -4081 ((-632 |#1|) (-632 |#1|) (-632 |#1|) |#1|)) (-15 -4183 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -3967 ((-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) (-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))) (-2 (|:| -2103 (-632 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-632 |#1|))))))
-((-4087 (((-108) $ $) NIL)) (-2026 (($ $) NIL)) (-2532 (($ $ $) 35)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) $) NIL (|has| (-108) (-789))) (((-108) (-1 (-108) (-108) (-108)) $) NIL)) (-2436 (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| (-108) (-789)))) (($ (-1 (-108) (-108) (-108)) $) NIL (|has| $ (-6 -4260)))) (-1842 (($ $) NIL (|has| (-108) (-789))) (($ (-1 (-108) (-108) (-108)) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1233 (((-108) $ (-1141 (-525)) (-108)) NIL (|has| $ (-6 -4260))) (((-108) $ (-525) (-108)) 36 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-2698 (($ (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259))) (($ (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-3504 (((-108) (-1 (-108) (-108) (-108)) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-108) (-108)) $ (-108)) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-108) (-108)) $ (-108) (-108)) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-3081 (((-108) $ (-525) (-108)) NIL (|has| $ (-6 -4260)))) (-3017 (((-108) $ (-525)) NIL)) (-3856 (((-525) (-108) $ (-525)) NIL (|has| (-108) (-1020))) (((-525) (-108) $) NIL (|has| (-108) (-1020))) (((-525) (-1 (-108) (-108)) $) NIL)) (-2175 (((-592 (-108)) $) NIL (|has| $ (-6 -4259)))) (-3307 (($ $ $) 33)) (-3272 (($ $) NIL)) (-3087 (($ $ $) NIL)) (-3324 (($ (-713) (-108)) 23)) (-2909 (($ $ $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 8 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL)) (-3212 (($ $ $) NIL (|has| (-108) (-789))) (($ (-1 (-108) (-108) (-108)) $ $) NIL)) (-2617 (((-592 (-108)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL)) (-3069 (($ (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-108) (-108) (-108)) $ $) 30) (($ (-1 (-108) (-108)) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2594 (($ $ $ (-525)) NIL) (($ (-108) $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-108) $) NIL (|has| (-525) (-789)))) (-4202 (((-3 (-108) "failed") (-1 (-108) (-108)) $) NIL)) (-3453 (($ $ (-108)) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-108)) (-592 (-108))) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-108) (-108)) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-273 (-108))) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020)))) (($ $ (-592 (-273 (-108)))) NIL (-12 (|has| (-108) (-288 (-108))) (|has| (-108) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020))))) (-1717 (((-592 (-108)) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 24)) (-3431 (($ $ (-1141 (-525))) NIL) (((-108) $ (-525)) 18) (((-108) $ (-525) (-108)) NIL)) (-2139 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-4002 (((-713) (-108) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-108) (-1020)))) (((-713) (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) 25)) (-2069 (((-501) $) NIL (|has| (-108) (-567 (-501))))) (-4114 (($ (-592 (-108))) NIL)) (-2035 (($ (-592 $)) NIL) (($ $ $) NIL) (($ (-108) $) NIL) (($ $ (-108)) NIL)) (-4100 (((-798) $) 22)) (-2706 (((-108) (-1 (-108) (-108)) $) NIL (|has| $ (-6 -4259)))) (-3944 (($ $ $) 31)) (-3706 (($ $) NIL)) (-3836 (($ $ $) NIL)) (-1252 (($ $ $) 39)) (-1263 (($ $) 37)) (-1243 (($ $ $) 38)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 26)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 27)) (-3826 (($ $ $) NIL)) (-2827 (((-713) $) 10 (|has| $ (-6 -4259)))))
-(((-473 |#1|) (-13 (-119) (-10 -8 (-15 -1263 ($ $)) (-15 -1252 ($ $ $)) (-15 -1243 ($ $ $)))) (-525)) (T -473))
-((-1263 (*1 *1 *1) (-12 (-5 *1 (-473 *2)) (-14 *2 (-525)))) (-1252 (*1 *1 *1 *1) (-12 (-5 *1 (-473 *2)) (-14 *2 (-525)))) (-1243 (*1 *1 *1 *1) (-12 (-5 *1 (-473 *2)) (-14 *2 (-525)))))
-(-13 (-119) (-10 -8 (-15 -1263 ($ $)) (-15 -1252 ($ $ $)) (-15 -1243 ($ $ $))))
-((-2769 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1088 |#4|)) 35)) (-2190 (((-1088 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1088 |#4|)) 22)) (-1858 (((-3 (-632 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-632 (-1088 |#4|))) 46)) (-3229 (((-1088 (-1088 |#4|)) (-1 |#4| |#1|) |#3|) 55)))
-(((-474 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2190 (|#2| (-1 |#1| |#4|) (-1088 |#4|))) (-15 -2190 ((-1088 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -2769 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1088 |#4|))) (-15 -1858 ((-3 (-632 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-632 (-1088 |#4|)))) (-15 -3229 ((-1088 (-1088 |#4|)) (-1 |#4| |#1|) |#3|))) (-977) (-1150 |#1|) (-1150 |#2|) (-977)) (T -474))
-((-3229 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-977)) (-4 *7 (-977)) (-4 *6 (-1150 *5)) (-5 *2 (-1088 (-1088 *7))) (-5 *1 (-474 *5 *6 *4 *7)) (-4 *4 (-1150 *6)))) (-1858 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-632 (-1088 *8))) (-4 *5 (-977)) (-4 *8 (-977)) (-4 *6 (-1150 *5)) (-5 *2 (-632 *6)) (-5 *1 (-474 *5 *6 *7 *8)) (-4 *7 (-1150 *6)))) (-2769 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1088 *7)) (-4 *5 (-977)) (-4 *7 (-977)) (-4 *2 (-1150 *5)) (-5 *1 (-474 *5 *2 *6 *7)) (-4 *6 (-1150 *2)))) (-2190 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-977)) (-4 *7 (-977)) (-4 *4 (-1150 *5)) (-5 *2 (-1088 *7)) (-5 *1 (-474 *5 *4 *6 *7)) (-4 *6 (-1150 *4)))) (-2190 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1088 *7)) (-4 *5 (-977)) (-4 *7 (-977)) (-4 *2 (-1150 *5)) (-5 *1 (-474 *5 *2 *6 *7)) (-4 *6 (-1150 *2)))))
-(-10 -7 (-15 -2190 (|#2| (-1 |#1| |#4|) (-1088 |#4|))) (-15 -2190 ((-1088 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -2769 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1088 |#4|))) (-15 -1858 ((-3 (-632 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-632 (-1088 |#4|)))) (-15 -3229 ((-1088 (-1088 |#4|)) (-1 |#4| |#1|) |#3|)))
-((-4087 (((-108) $ $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3686 (((-1179) $) 19)) (-3431 (((-1075) $ (-1092)) 23)) (-2701 (((-1179) $) 15)) (-4100 (((-798) $) 21) (($ (-1075)) 20)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 9)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 8)))
-(((-475) (-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $)) (-15 -4100 ($ (-1075)))))) (T -475))
-((-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1075)) (-5 *1 (-475)))) (-2701 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-475)))) (-3686 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-475)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-475)))))
-(-13 (-789) (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $)) (-15 -3686 ((-1179) $)) (-15 -4100 ($ (-1075)))))
-((-3999 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-2618 ((|#1| |#4|) 10)) (-2360 ((|#3| |#4|) 17)))
-(((-476 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2618 (|#1| |#4|)) (-15 -2360 (|#3| |#4|)) (-15 -3999 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-517) (-925 |#1|) (-351 |#1|) (-351 |#2|)) (T -476))
-((-3999 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-925 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-476 *4 *5 *6 *3)) (-4 *6 (-351 *4)) (-4 *3 (-351 *5)))) (-2360 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-925 *4)) (-4 *2 (-351 *4)) (-5 *1 (-476 *4 *5 *2 *3)) (-4 *3 (-351 *5)))) (-2618 (*1 *2 *3) (-12 (-4 *4 (-925 *2)) (-4 *2 (-517)) (-5 *1 (-476 *2 *4 *5 *3)) (-4 *5 (-351 *2)) (-4 *3 (-351 *4)))))
-(-10 -7 (-15 -2618 (|#1| |#4|)) (-15 -2360 (|#3| |#4|)) (-15 -3999 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
-((-4087 (((-108) $ $) NIL)) (-2723 (((-108) $ (-592 |#3|)) 104) (((-108) $) 105)) (-2414 (((-108) $) 148)) (-3397 (($ $ |#4|) 96) (($ $ |#4| (-592 |#3|)) 100)) (-2451 (((-1082 (-592 (-887 |#1|)) (-592 (-273 (-887 |#1|)))) (-592 |#4|)) 141 (|has| |#3| (-567 (-1092))))) (-1416 (($ $ $) 90) (($ $ |#4|) 88)) (-2278 (((-108) $) 147)) (-2962 (($ $) 108)) (-1289 (((-1075) $) NIL)) (-2913 (($ $ $) 82) (($ (-592 $)) 84)) (-4043 (((-108) |#4| $) 107)) (-3202 (((-108) $ $) 71)) (-2654 (($ (-592 |#4|)) 89)) (-3993 (((-1039) $) NIL)) (-1795 (($ (-592 |#4|)) 145)) (-2135 (((-108) $) 146)) (-1219 (($ $) 73)) (-2509 (((-592 |#4|) $) 57)) (-1446 (((-2 (|:| |mval| (-632 |#1|)) (|:| |invmval| (-632 |#1|)) (|:| |genIdeal| $)) $ (-592 |#3|)) NIL)) (-4206 (((-108) |#4| $) 76)) (-3933 (((-525) $ (-592 |#3|)) 109) (((-525) $) 110)) (-4100 (((-798) $) 144) (($ (-592 |#4|)) 85)) (-2561 (($ (-2 (|:| |mval| (-632 |#1|)) (|:| |invmval| (-632 |#1|)) (|:| |genIdeal| $))) NIL)) (-2775 (((-108) $ $) 72)) (-2860 (($ $ $) 92)) (** (($ $ (-713)) 95)) (* (($ $ $) 94)))
-(((-477 |#1| |#2| |#3| |#4|) (-13 (-1020) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-713))) (-15 -2860 ($ $ $)) (-15 -2278 ((-108) $)) (-15 -2414 ((-108) $)) (-15 -4206 ((-108) |#4| $)) (-15 -3202 ((-108) $ $)) (-15 -4043 ((-108) |#4| $)) (-15 -2723 ((-108) $ (-592 |#3|))) (-15 -2723 ((-108) $)) (-15 -2913 ($ $ $)) (-15 -2913 ($ (-592 $))) (-15 -1416 ($ $ $)) (-15 -1416 ($ $ |#4|)) (-15 -1219 ($ $)) (-15 -1446 ((-2 (|:| |mval| (-632 |#1|)) (|:| |invmval| (-632 |#1|)) (|:| |genIdeal| $)) $ (-592 |#3|))) (-15 -2561 ($ (-2 (|:| |mval| (-632 |#1|)) (|:| |invmval| (-632 |#1|)) (|:| |genIdeal| $)))) (-15 -3933 ((-525) $ (-592 |#3|))) (-15 -3933 ((-525) $)) (-15 -2962 ($ $)) (-15 -2654 ($ (-592 |#4|))) (-15 -1795 ($ (-592 |#4|))) (-15 -2135 ((-108) $)) (-15 -2509 ((-592 |#4|) $)) (-15 -4100 ($ (-592 |#4|))) (-15 -3397 ($ $ |#4|)) (-15 -3397 ($ $ |#4| (-592 |#3|))) (IF (|has| |#3| (-567 (-1092))) (-15 -2451 ((-1082 (-592 (-887 |#1|)) (-592 (-273 (-887 |#1|)))) (-592 |#4|))) |%noBranch|))) (-341) (-735) (-789) (-884 |#1| |#2| |#3|)) (T -477))
-((* (*1 *1 *1 *1) (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789)) (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-2860 (*1 *1 *1 *1) (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789)) (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))) (-2278 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-2414 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-4206 (*1 *2 *3 *1) (-12 (-4 *4 (-341)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-477 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))) (-3202 (*1 *2 *1 *1) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-4043 (*1 *2 *3 *1) (-12 (-4 *4 (-341)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-477 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))) (-2723 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735)) (-5 *2 (-108)) (-5 *1 (-477 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6)))) (-2723 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-2913 (*1 *1 *1 *1) (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789)) (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))) (-2913 (*1 *1 *2) (-12 (-5 *2 (-592 (-477 *3 *4 *5 *6))) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-1416 (*1 *1 *1 *1) (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789)) (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))) (-1416 (*1 *1 *1 *2) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *2)) (-4 *2 (-884 *3 *4 *5)))) (-1219 (*1 *1 *1) (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789)) (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))) (-1446 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735)) (-5 *2 (-2 (|:| |mval| (-632 *4)) (|:| |invmval| (-632 *4)) (|:| |genIdeal| (-477 *4 *5 *6 *7)))) (-5 *1 (-477 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6)))) (-2561 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-632 *3)) (|:| |invmval| (-632 *3)) (|:| |genIdeal| (-477 *3 *4 *5 *6)))) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-3933 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735)) (-5 *2 (-525)) (-5 *1 (-477 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6)))) (-3933 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-525)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-2962 (*1 *1 *1) (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789)) (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))) (-2654 (*1 *1 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)))) (-1795 (*1 *1 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)))) (-2135 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-2509 (*1 *2 *1) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *6)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)))) (-3397 (*1 *1 *1 *2) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *2)) (-4 *2 (-884 *3 *4 *5)))) (-3397 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735)) (-5 *1 (-477 *4 *5 *6 *2)) (-4 *2 (-884 *4 *5 *6)))) (-2451 (*1 *2 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *5 *6)) (-4 *6 (-567 (-1092))) (-4 *4 (-341)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1082 (-592 (-887 *4)) (-592 (-273 (-887 *4))))) (-5 *1 (-477 *4 *5 *6 *7)))))
-(-13 (-1020) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-713))) (-15 -2860 ($ $ $)) (-15 -2278 ((-108) $)) (-15 -2414 ((-108) $)) (-15 -4206 ((-108) |#4| $)) (-15 -3202 ((-108) $ $)) (-15 -4043 ((-108) |#4| $)) (-15 -2723 ((-108) $ (-592 |#3|))) (-15 -2723 ((-108) $)) (-15 -2913 ($ $ $)) (-15 -2913 ($ (-592 $))) (-15 -1416 ($ $ $)) (-15 -1416 ($ $ |#4|)) (-15 -1219 ($ $)) (-15 -1446 ((-2 (|:| |mval| (-632 |#1|)) (|:| |invmval| (-632 |#1|)) (|:| |genIdeal| $)) $ (-592 |#3|))) (-15 -2561 ($ (-2 (|:| |mval| (-632 |#1|)) (|:| |invmval| (-632 |#1|)) (|:| |genIdeal| $)))) (-15 -3933 ((-525) $ (-592 |#3|))) (-15 -3933 ((-525) $)) (-15 -2962 ($ $)) (-15 -2654 ($ (-592 |#4|))) (-15 -1795 ($ (-592 |#4|))) (-15 -2135 ((-108) $)) (-15 -2509 ((-592 |#4|) $)) (-15 -4100 ($ (-592 |#4|))) (-15 -3397 ($ $ |#4|)) (-15 -3397 ($ $ |#4| (-592 |#3|))) (IF (|has| |#3| (-567 (-1092))) (-15 -2451 ((-1082 (-592 (-887 |#1|)) (-592 (-273 (-887 |#1|)))) (-592 |#4|))) |%noBranch|)))
-((-2290 (((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) 149)) (-3622 (((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) 150)) (-2625 (((-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) 108)) (-1798 (((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) NIL)) (-3971 (((-592 (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) 152)) (-1978 (((-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-592 (-800 |#1|))) 164)))
-(((-478 |#1| |#2|) (-10 -7 (-15 -2290 ((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -3622 ((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -1798 ((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -2625 ((-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -3971 ((-592 (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -1978 ((-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-592 (-800 |#1|))))) (-592 (-1092)) (-713)) (T -478))
-((-1978 (*1 *2 *2 *3) (-12 (-5 *2 (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4) (-227 *4 (-385 (-525))))) (-5 *3 (-592 (-800 *4))) (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *1 (-478 *4 *5)))) (-3971 (*1 *2 *3) (-12 (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *2 (-592 (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4) (-227 *4 (-385 (-525)))))) (-5 *1 (-478 *4 *5)) (-5 *3 (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4) (-227 *4 (-385 (-525))))))) (-2625 (*1 *2 *2) (-12 (-5 *2 (-477 (-385 (-525)) (-220 *4 (-713)) (-800 *3) (-227 *3 (-385 (-525))))) (-14 *3 (-592 (-1092))) (-14 *4 (-713)) (-5 *1 (-478 *3 *4)))) (-1798 (*1 *2 *3) (-12 (-5 *3 (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4) (-227 *4 (-385 (-525))))) (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *2 (-108)) (-5 *1 (-478 *4 *5)))) (-3622 (*1 *2 *3) (-12 (-5 *3 (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4) (-227 *4 (-385 (-525))))) (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *2 (-108)) (-5 *1 (-478 *4 *5)))) (-2290 (*1 *2 *3) (-12 (-5 *3 (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4) (-227 *4 (-385 (-525))))) (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *2 (-108)) (-5 *1 (-478 *4 *5)))))
-(-10 -7 (-15 -2290 ((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -3622 ((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -1798 ((-108) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -2625 ((-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -3971 ((-592 (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525))))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))))) (-15 -1978 ((-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-477 (-385 (-525)) (-220 |#2| (-713)) (-800 |#1|) (-227 |#1| (-385 (-525)))) (-592 (-800 |#1|)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-1272 (($ |#1| |#2|) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2975 ((|#2| $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3364 (($) 12 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) 11) (($ $ $) 24)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 18)))
-(((-479 |#1| |#2|) (-13 (-21) (-481 |#1| |#2|)) (-21) (-789)) (T -479))
-NIL
-(-13 (-21) (-481 |#1| |#2|))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 12)) (-2475 (($) NIL T CONST)) (-1451 (($ $) 28)) (-1272 (($ |#1| |#2|) 25)) (-2016 (($ (-1 |#1| |#1|) $) 27)) (-2975 ((|#2| $) NIL)) (-1430 ((|#1| $) 29)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3364 (($) 10 T CONST)) (-2775 (((-108) $ $) NIL)) (-2860 (($ $ $) 18)) (* (($ (-856) $) NIL) (($ (-713) $) 23)))
-(((-480 |#1| |#2|) (-13 (-23) (-481 |#1| |#2|)) (-23) (-789)) (T -480))
-NIL
-(-13 (-23) (-481 |#1| |#2|))
-((-4087 (((-108) $ $) 7)) (-1451 (($ $) 13)) (-1272 (($ |#1| |#2|) 16)) (-2016 (($ (-1 |#1| |#1|) $) 17)) (-2975 ((|#2| $) 14)) (-1430 ((|#1| $) 15)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)))
-(((-481 |#1| |#2|) (-131) (-1020) (-789)) (T -481))
-((-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-481 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-789)))) (-1272 (*1 *1 *2 *3) (-12 (-4 *1 (-481 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-789)))) (-1430 (*1 *2 *1) (-12 (-4 *1 (-481 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1020)))) (-2975 (*1 *2 *1) (-12 (-4 *1 (-481 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-789)))) (-1451 (*1 *1 *1) (-12 (-4 *1 (-481 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-789)))))
-(-13 (-1020) (-10 -8 (-15 -2016 ($ (-1 |t#1| |t#1|) $)) (-15 -1272 ($ |t#1| |t#2|)) (-15 -1430 (|t#1| $)) (-15 -2975 (|t#2| $)) (-15 -1451 ($ $))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-1272 (($ |#1| |#2|) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2975 ((|#2| $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3364 (($) NIL T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 13)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL)))
-(((-482 |#1| |#2|) (-13 (-734) (-481 |#1| |#2|)) (-734) (-789)) (T -482))
-NIL
-(-13 (-734) (-481 |#1| |#2|))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1525 (($ $ $) 16)) (-3222 (((-3 $ "failed") $ $) 13)) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-1272 (($ |#1| |#2|) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2975 ((|#2| $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL)) (-3364 (($) NIL T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL)))
-(((-483 |#1| |#2|) (-13 (-735) (-481 |#1| |#2|)) (-735) (-789)) (T -483))
-NIL
-(-13 (-735) (-481 |#1| |#2|))
-((-4087 (((-108) $ $) NIL)) (-1451 (($ $) 25)) (-1272 (($ |#1| |#2|) 22)) (-2016 (($ (-1 |#1| |#1|) $) 24)) (-2975 ((|#2| $) 27)) (-1430 ((|#1| $) 26)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 21)) (-2775 (((-108) $ $) 14)))
-(((-484 |#1| |#2|) (-481 |#1| |#2|) (-1020) (-789)) (T -484))
-NIL
-(-481 |#1| |#2|)
-((-2825 (($ $ (-592 |#2|) (-592 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
-(((-485 |#1| |#2| |#3|) (-10 -8 (-15 -2825 (|#1| |#1| |#2| |#3|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#3|)))) (-486 |#2| |#3|) (-1020) (-1128)) (T -485))
-NIL
-(-10 -8 (-15 -2825 (|#1| |#1| |#2| |#3|)) (-15 -2825 (|#1| |#1| (-592 |#2|) (-592 |#3|))))
-((-2825 (($ $ (-592 |#1|) (-592 |#2|)) 7) (($ $ |#1| |#2|) 6)))
-(((-486 |#1| |#2|) (-131) (-1020) (-1128)) (T -486))
-((-2825 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 *5)) (-4 *1 (-486 *4 *5)) (-4 *4 (-1020)) (-4 *5 (-1128)))) (-2825 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-486 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1128)))))
-(-13 (-10 -8 (-15 -2825 ($ $ |t#1| |t#2|)) (-15 -2825 ($ $ (-592 |t#1|) (-592 |t#2|)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 16)) (-2005 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|))) $) 18)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1613 (((-713) $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-3538 ((|#1| $ (-525)) 23)) (-2911 ((|#2| $ (-525)) 21)) (-1693 (($ (-1 |#1| |#1|) $) 46)) (-2534 (($ (-1 |#2| |#2|) $) 43)) (-1289 (((-1075) $) NIL)) (-3833 (($ $ $) 53 (|has| |#2| (-734)))) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 42) (($ |#1|) NIL)) (-3136 ((|#2| |#1| $) 49)) (-3364 (($) 11 T CONST)) (-2775 (((-108) $ $) 29)) (-2860 (($ $ $) 27) (($ |#1| $) 25)) (* (($ (-856) $) NIL) (($ (-713) $) 36) (($ |#2| |#1|) 31)))
-(((-487 |#1| |#2| |#3|) (-301 |#1| |#2|) (-1020) (-126) |#2|) (T -487))
-NIL
-(-301 |#1| |#2|)
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-3454 (((-108) (-108)) 25)) (-1233 ((|#1| $ (-525) |#1|) 28 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) |#1|) $) 52)) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1793 (($ $) 56 (|has| |#1| (-1020)))) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) NIL (|has| |#1| (-1020))) (($ (-1 (-108) |#1|) $) 44)) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-3937 (($ $ (-525)) 13)) (-1317 (((-713) $) 11)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) 23)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 21 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3269 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) 35)) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) 36) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) 20 (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3246 (($ $ $ (-525)) 51) (($ |#1| $ (-525)) 37)) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-2643 (($ (-592 |#1|)) 29)) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) 19 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 40)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 16)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) 33) (($ $ (-1141 (-525))) NIL)) (-2818 (($ $ (-1141 (-525))) 50) (($ $ (-525)) 45)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) 41 (|has| $ (-6 -4260)))) (-2503 (($ $) 32)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-4190 (($ $ $) 42) (($ $ |#1|) 39)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) 38) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) 17 (|has| $ (-6 -4259)))))
-(((-488 |#1| |#2|) (-13 (-19 |#1|) (-261 |#1|) (-10 -8 (-15 -2643 ($ (-592 |#1|))) (-15 -1317 ((-713) $)) (-15 -3937 ($ $ (-525))) (-15 -3454 ((-108) (-108))))) (-1128) (-525)) (T -488))
-((-2643 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-488 *3 *4)) (-14 *4 (-525)))) (-1317 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-488 *3 *4)) (-4 *3 (-1128)) (-14 *4 (-525)))) (-3937 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-488 *3 *4)) (-4 *3 (-1128)) (-14 *4 *2))) (-3454 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-488 *3 *4)) (-4 *3 (-1128)) (-14 *4 (-525)))))
-(-13 (-19 |#1|) (-261 |#1|) (-10 -8 (-15 -2643 ($ (-592 |#1|))) (-15 -1317 ((-713) $)) (-15 -3937 ($ $ (-525))) (-15 -3454 ((-108) (-108)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 (((-538 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-538 |#1|) (-346)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| (-538 |#1|) (-346)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL (|has| (-538 |#1|) (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-538 |#1|) "failed") $) NIL)) (-4105 (((-538 |#1|) $) NIL)) (-2580 (($ (-1174 (-538 |#1|))) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-538 |#1|) (-346)))) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-538 |#1|) (-346)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL (|has| (-538 |#1|) (-346)))) (-3920 (((-108) $) NIL (|has| (-538 |#1|) (-346)))) (-1339 (($ $ (-713)) NIL (-2067 (|has| (-538 |#1|) (-136)) (|has| (-538 |#1|) (-346)))) (($ $) NIL (-2067 (|has| (-538 |#1|) (-136)) (|has| (-538 |#1|) (-346))))) (-1798 (((-108) $) NIL)) (-4000 (((-856) $) NIL (|has| (-538 |#1|) (-346))) (((-775 (-856)) $) NIL (-2067 (|has| (-538 |#1|) (-136)) (|has| (-538 |#1|) (-346))))) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| (-538 |#1|) (-346)))) (-1890 (((-108) $) NIL (|has| (-538 |#1|) (-346)))) (-2704 (((-538 |#1|) $) NIL) (($ $ (-856)) NIL (|has| (-538 |#1|) (-346)))) (-2878 (((-3 $ "failed") $) NIL (|has| (-538 |#1|) (-346)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 (-538 |#1|)) $) NIL) (((-1088 $) $ (-856)) NIL (|has| (-538 |#1|) (-346)))) (-3685 (((-856) $) NIL (|has| (-538 |#1|) (-346)))) (-4162 (((-1088 (-538 |#1|)) $) NIL (|has| (-538 |#1|) (-346)))) (-3955 (((-1088 (-538 |#1|)) $) NIL (|has| (-538 |#1|) (-346))) (((-3 (-1088 (-538 |#1|)) "failed") $ $) NIL (|has| (-538 |#1|) (-346)))) (-3323 (($ $ (-1088 (-538 |#1|))) NIL (|has| (-538 |#1|) (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-538 |#1|) (-346)) CONST)) (-1722 (($ (-856)) NIL (|has| (-538 |#1|) (-346)))) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-3817 (($) NIL (|has| (-538 |#1|) (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| (-538 |#1|) (-346)))) (-4201 (((-396 $) $) NIL)) (-1690 (((-775 (-856))) NIL) (((-856)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-713) $) NIL (|has| (-538 |#1|) (-346))) (((-3 (-713) "failed") $ $) NIL (-2067 (|has| (-538 |#1|) (-136)) (|has| (-538 |#1|) (-346))))) (-3933 (((-128)) NIL)) (-2702 (($ $) NIL (|has| (-538 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-538 |#1|) (-346)))) (-3529 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2013 (((-1088 (-538 |#1|))) NIL)) (-3823 (($) NIL (|has| (-538 |#1|) (-346)))) (-3911 (($) NIL (|has| (-538 |#1|) (-346)))) (-2754 (((-1174 (-538 |#1|)) $) NIL) (((-632 (-538 |#1|)) (-1174 $)) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| (-538 |#1|) (-346)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-538 |#1|)) NIL)) (-1463 (($ $) NIL (|has| (-538 |#1|) (-346))) (((-3 $ "failed") $) NIL (-2067 (|has| (-538 |#1|) (-136)) (|has| (-538 |#1|) (-346))))) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL) (((-1174 $) (-856)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $) NIL (|has| (-538 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-538 |#1|) (-346)))) (-2401 (($ $) NIL (|has| (-538 |#1|) (-346))) (($ $ (-713)) NIL (|has| (-538 |#1|) (-346)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL) (($ $ (-538 |#1|)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ $ (-538 |#1|)) NIL) (($ (-538 |#1|) $) NIL)))
-(((-489 |#1| |#2|) (-307 (-538 |#1|)) (-856) (-856)) (T -489))
-NIL
-(-307 (-538 |#1|))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) (-525) |#1|) 35)) (-2695 (($ $ (-525) |#4|) NIL)) (-1773 (($ $ (-525) |#5|) NIL)) (-2475 (($) NIL T CONST)) (-3209 ((|#4| $ (-525)) NIL)) (-3081 ((|#1| $ (-525) (-525) |#1|) 34)) (-3017 ((|#1| $ (-525) (-525)) 32)) (-2175 (((-592 |#1|) $) NIL)) (-2720 (((-713) $) 28)) (-3324 (($ (-713) (-713) |#1|) 25)) (-2731 (((-713) $) 30)) (-2516 (((-108) $ (-713)) NIL)) (-2797 (((-525) $) 26)) (-2307 (((-525) $) 27)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3194 (((-525) $) 29)) (-3210 (((-525) $) 31)) (-3069 (($ (-1 |#1| |#1|) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) 38 (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 14)) (-1558 (($) 16)) (-3431 ((|#1| $ (-525) (-525)) 33) ((|#1| $ (-525) (-525) |#1|) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-1881 ((|#5| $ (-525)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-490 |#1| |#2| |#3| |#4| |#5|) (-55 |#1| |#4| |#5|) (-1128) (-525) (-525) (-351 |#1|) (-351 |#1|)) (T -490))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) (-527) |#1|) NIL)) (-1638 (($ $ (-527) (-471 |#1| |#3|)) NIL)) (-1754 (($ $ (-527) (-471 |#1| |#2|)) NIL)) (-1298 (($) NIL T CONST)) (-2941 (((-471 |#1| |#3|) $ (-527)) NIL)) (-2774 ((|#1| $ (-527) (-527) |#1|) NIL)) (-3231 ((|#1| $ (-527) (-527)) NIL)) (-3717 (((-594 |#1|) $) NIL)) (-3639 (((-715) $) NIL)) (-3325 (($ (-715) (-715) |#1|) NIL)) (-3650 (((-715) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1325 (((-527) $) NIL)) (-2059 (((-527) $) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2767 (((-527) $) NIL)) (-2953 (((-527) $) NIL)) (-2762 (($ (-1 |#1| |#1|) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) (-527)) NIL) ((|#1| $ (-527) (-527) |#1|) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-3369 (((-471 |#1| |#2|) $ (-527)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-472 |#1| |#2| |#3|) (-55 |#1| (-471 |#1| |#3|) (-471 |#1| |#2|)) (-1130) (-527) (-527)) (T -472))
+NIL
+(-55 |#1| (-471 |#1| |#3|) (-471 |#1| |#2|))
+((-2933 (((-594 (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) (-715) (-715)) 27)) (-2568 (((-594 (-1090 |#1|)) |#1| (-715) (-715) (-715)) 34)) (-2492 (((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) (-594 |#3|) (-594 (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) (-715)) 85)))
+(((-473 |#1| |#2| |#3|) (-10 -7 (-15 -2568 ((-594 (-1090 |#1|)) |#1| (-715) (-715) (-715))) (-15 -2933 ((-594 (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) (-715) (-715))) (-15 -2492 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) (-594 |#3|) (-594 (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) (-715)))) (-329) (-1152 |#1|) (-1152 |#2|)) (T -473))
+((-2492 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 (-2 (|:| -1878 (-634 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-634 *7))))) (-5 *5 (-715)) (-4 *8 (-1152 *7)) (-4 *7 (-1152 *6)) (-4 *6 (-329)) (-5 *2 (-2 (|:| -1878 (-634 *7)) (|:| |basisDen| *7) (|:| |basisInv| (-634 *7)))) (-5 *1 (-473 *6 *7 *8)))) (-2933 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-715)) (-4 *5 (-329)) (-4 *6 (-1152 *5)) (-5 *2 (-594 (-2 (|:| -1878 (-634 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-634 *6))))) (-5 *1 (-473 *5 *6 *7)) (-5 *3 (-2 (|:| -1878 (-634 *6)) (|:| |basisDen| *6) (|:| |basisInv| (-634 *6)))) (-4 *7 (-1152 *6)))) (-2568 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-715)) (-4 *3 (-329)) (-4 *5 (-1152 *3)) (-5 *2 (-594 (-1090 *3))) (-5 *1 (-473 *3 *5 *6)) (-4 *6 (-1152 *5)))))
+(-10 -7 (-15 -2568 ((-594 (-1090 |#1|)) |#1| (-715) (-715) (-715))) (-15 -2933 ((-594 (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) (-715) (-715))) (-15 -2492 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) (-594 |#3|) (-594 (-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) (-715))))
+((-2924 (((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) (-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) (-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|)))) 62)) (-3905 ((|#1| (-634 |#1|) |#1| (-715)) 25)) (-1759 (((-715) (-715) (-715)) 30)) (-1321 (((-634 |#1|) (-634 |#1|) (-634 |#1|)) 42)) (-1624 (((-634 |#1|) (-634 |#1|) (-634 |#1|) |#1|) 50) (((-634 |#1|) (-634 |#1|) (-634 |#1|)) 47)) (-2475 ((|#1| (-634 |#1|) (-634 |#1|) |#1| (-527)) 29)) (-1510 ((|#1| (-634 |#1|)) 18)))
+(((-474 |#1| |#2| |#3|) (-10 -7 (-15 -1510 (|#1| (-634 |#1|))) (-15 -3905 (|#1| (-634 |#1|) |#1| (-715))) (-15 -2475 (|#1| (-634 |#1|) (-634 |#1|) |#1| (-527))) (-15 -1759 ((-715) (-715) (-715))) (-15 -1624 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -1624 ((-634 |#1|) (-634 |#1|) (-634 |#1|) |#1|)) (-15 -1321 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2924 ((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) (-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) (-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|)))))) (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))) (-1152 |#1|) (-389 |#1| |#2|)) (T -474))
+((-2924 (*1 *2 *2 *2) (-12 (-5 *2 (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-634 *3)))) (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))) (-1321 (*1 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))) (-1624 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-634 *3)) (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))) (-1624 (*1 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))) (-1759 (*1 *2 *2 *2) (-12 (-5 *2 (-715)) (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))) (-2475 (*1 *2 *3 *3 *2 *4) (-12 (-5 *3 (-634 *2)) (-5 *4 (-527)) (-4 *2 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *5 (-1152 *2)) (-5 *1 (-474 *2 *5 *6)) (-4 *6 (-389 *2 *5)))) (-3905 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-634 *2)) (-5 *4 (-715)) (-4 *2 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-4 *5 (-1152 *2)) (-5 *1 (-474 *2 *5 *6)) (-4 *6 (-389 *2 *5)))) (-1510 (*1 *2 *3) (-12 (-5 *3 (-634 *2)) (-4 *4 (-1152 *2)) (-4 *2 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $))))) (-5 *1 (-474 *2 *4 *5)) (-4 *5 (-389 *2 *4)))))
+(-10 -7 (-15 -1510 (|#1| (-634 |#1|))) (-15 -3905 (|#1| (-634 |#1|) |#1| (-715))) (-15 -2475 (|#1| (-634 |#1|) (-634 |#1|) |#1| (-527))) (-15 -1759 ((-715) (-715) (-715))) (-15 -1624 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -1624 ((-634 |#1|) (-634 |#1|) (-634 |#1|) |#1|)) (-15 -1321 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2924 ((-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) (-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))) (-2 (|:| -1878 (-634 |#1|)) (|:| |basisDen| |#1|) (|:| |basisInv| (-634 |#1|))))))
+((-4105 (((-110) $ $) NIL)) (-2006 (($ $) NIL)) (-3999 (($ $ $) 35)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) $) NIL (|has| (-110) (-791))) (((-110) (-1 (-110) (-110) (-110)) $) NIL)) (-3962 (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| (-110) (-791)))) (($ (-1 (-110) (-110) (-110)) $) NIL (|has| $ (-6 -4262)))) (-2259 (($ $) NIL (|has| (-110) (-791))) (($ (-1 (-110) (-110) (-110)) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-1232 (((-110) $ (-1143 (-527)) (-110)) NIL (|has| $ (-6 -4262))) (((-110) $ (-527) (-110)) 36 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2659 (($ (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261))) (($ (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2731 (((-110) (-1 (-110) (-110) (-110)) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-110) (-110)) $ (-110)) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-110) (-110)) $ (-110) (-110)) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2774 (((-110) $ (-527) (-110)) NIL (|has| $ (-6 -4262)))) (-3231 (((-110) $ (-527)) NIL)) (-3908 (((-527) (-110) $ (-527)) NIL (|has| (-110) (-1022))) (((-527) (-110) $) NIL (|has| (-110) (-1022))) (((-527) (-1 (-110) (-110)) $) NIL)) (-3717 (((-594 (-110)) $) NIL (|has| $ (-6 -4261)))) (-3298 (($ $ $) 33)) (-3264 (($ $) NIL)) (-4123 (($ $ $) NIL)) (-3325 (($ (-715) (-110)) 23)) (-2935 (($ $ $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 8 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL)) (-2965 (($ $ $) NIL (|has| (-110) (-791))) (($ (-1 (-110) (-110) (-110)) $ $) NIL)) (-2063 (((-594 (-110)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL)) (-2762 (($ (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-110) (-110) (-110)) $ $) 30) (($ (-1 (-110) (-110)) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2555 (($ $ $ (-527)) NIL) (($ (-110) $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-110) $) NIL (|has| (-527) (-791)))) (-3326 (((-3 (-110) "failed") (-1 (-110) (-110)) $) NIL)) (-1542 (($ $ (-110)) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-110)) (-594 (-110))) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-110) (-110)) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-275 (-110))) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022)))) (($ $ (-594 (-275 (-110)))) NIL (-12 (|has| (-110) (-290 (-110))) (|has| (-110) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022))))) (-2401 (((-594 (-110)) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 24)) (-3439 (($ $ (-1143 (-527))) NIL) (((-110) $ (-527)) 18) (((-110) $ (-527) (-110)) NIL)) (-2104 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-4034 (((-715) (-110) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-110) (-1022)))) (((-715) (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) 25)) (-2051 (((-503) $) NIL (|has| (-110) (-569 (-503))))) (-4131 (($ (-594 (-110))) NIL)) (-1997 (($ (-594 $)) NIL) (($ $ $) NIL) (($ (-110) $) NIL) (($ $ (-110)) NIL)) (-4118 (((-800) $) 22)) (-1722 (((-110) (-1 (-110) (-110)) $) NIL (|has| $ (-6 -4261)))) (-3979 (($ $ $) 31)) (-3732 (($ $) NIL)) (-2977 (($ $ $) NIL)) (-1263 (($ $ $) 39)) (-1273 (($ $) 37)) (-1253 (($ $ $) 38)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 26)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 27)) (-2963 (($ $ $) NIL)) (-2809 (((-715) $) 10 (|has| $ (-6 -4261)))))
+(((-475 |#1|) (-13 (-121) (-10 -8 (-15 -1273 ($ $)) (-15 -1263 ($ $ $)) (-15 -1253 ($ $ $)))) (-527)) (T -475))
+((-1273 (*1 *1 *1) (-12 (-5 *1 (-475 *2)) (-14 *2 (-527)))) (-1263 (*1 *1 *1 *1) (-12 (-5 *1 (-475 *2)) (-14 *2 (-527)))) (-1253 (*1 *1 *1 *1) (-12 (-5 *1 (-475 *2)) (-14 *2 (-527)))))
+(-13 (-121) (-10 -8 (-15 -1273 ($ $)) (-15 -1263 ($ $ $)) (-15 -1253 ($ $ $))))
+((-4120 (((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1090 |#4|)) 35)) (-3334 (((-1090 |#4|) (-1 |#4| |#1|) |#2|) 31) ((|#2| (-1 |#1| |#4|) (-1090 |#4|)) 22)) (-3162 (((-3 (-634 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-634 (-1090 |#4|))) 46)) (-3147 (((-1090 (-1090 |#4|)) (-1 |#4| |#1|) |#3|) 55)))
+(((-476 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3334 (|#2| (-1 |#1| |#4|) (-1090 |#4|))) (-15 -3334 ((-1090 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -4120 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1090 |#4|))) (-15 -3162 ((-3 (-634 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-634 (-1090 |#4|)))) (-15 -3147 ((-1090 (-1090 |#4|)) (-1 |#4| |#1|) |#3|))) (-979) (-1152 |#1|) (-1152 |#2|) (-979)) (T -476))
+((-3147 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-979)) (-4 *7 (-979)) (-4 *6 (-1152 *5)) (-5 *2 (-1090 (-1090 *7))) (-5 *1 (-476 *5 *6 *4 *7)) (-4 *4 (-1152 *6)))) (-3162 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8)) (-5 *4 (-634 (-1090 *8))) (-4 *5 (-979)) (-4 *8 (-979)) (-4 *6 (-1152 *5)) (-5 *2 (-634 *6)) (-5 *1 (-476 *5 *6 *7 *8)) (-4 *7 (-1152 *6)))) (-4120 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1090 *7)) (-4 *5 (-979)) (-4 *7 (-979)) (-4 *2 (-1152 *5)) (-5 *1 (-476 *5 *2 *6 *7)) (-4 *6 (-1152 *2)))) (-3334 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-979)) (-4 *7 (-979)) (-4 *4 (-1152 *5)) (-5 *2 (-1090 *7)) (-5 *1 (-476 *5 *4 *6 *7)) (-4 *6 (-1152 *4)))) (-3334 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1090 *7)) (-4 *5 (-979)) (-4 *7 (-979)) (-4 *2 (-1152 *5)) (-5 *1 (-476 *5 *2 *6 *7)) (-4 *6 (-1152 *2)))))
+(-10 -7 (-15 -3334 (|#2| (-1 |#1| |#4|) (-1090 |#4|))) (-15 -3334 ((-1090 |#4|) (-1 |#4| |#1|) |#2|)) (-15 -4120 ((-3 |#2| "failed") (-1 (-3 |#1| "failed") |#4|) (-1090 |#4|))) (-15 -3162 ((-3 (-634 |#2|) "failed") (-1 (-3 |#1| "failed") |#4|) (-634 (-1090 |#4|)))) (-15 -3147 ((-1090 (-1090 |#4|)) (-1 |#4| |#1|) |#3|)))
+((-4105 (((-110) $ $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2000 (((-1181) $) 19)) (-3439 (((-1077) $ (-1094)) 23)) (-2664 (((-1181) $) 15)) (-4118 (((-800) $) 21) (($ (-1077)) 20)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 9)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 8)))
+(((-477) (-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $)) (-15 -4118 ($ (-1077)))))) (T -477))
+((-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1077)) (-5 *1 (-477)))) (-2664 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-477)))) (-2000 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-477)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-477)))))
+(-13 (-791) (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $)) (-15 -2000 ((-1181) $)) (-15 -4118 ($ (-1077)))))
+((-2039 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|) 19)) (-2075 ((|#1| |#4|) 10)) (-1407 ((|#3| |#4|) 17)))
+(((-478 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2075 (|#1| |#4|)) (-15 -1407 (|#3| |#4|)) (-15 -2039 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|))) (-519) (-927 |#1|) (-353 |#1|) (-353 |#2|)) (T -478))
+((-2039 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-927 *4)) (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4))) (-5 *1 (-478 *4 *5 *6 *3)) (-4 *6 (-353 *4)) (-4 *3 (-353 *5)))) (-1407 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-927 *4)) (-4 *2 (-353 *4)) (-5 *1 (-478 *4 *5 *2 *3)) (-4 *3 (-353 *5)))) (-2075 (*1 *2 *3) (-12 (-4 *4 (-927 *2)) (-4 *2 (-519)) (-5 *1 (-478 *2 *4 *5 *3)) (-4 *5 (-353 *2)) (-4 *3 (-353 *4)))))
+(-10 -7 (-15 -2075 (|#1| |#4|)) (-15 -1407 (|#3| |#4|)) (-15 -2039 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#4|)))
+((-4105 (((-110) $ $) NIL)) (-1868 (((-110) $ (-594 |#3|)) 104) (((-110) $) 105)) (-1874 (((-110) $) 148)) (-2183 (($ $ |#4|) 96) (($ $ |#4| (-594 |#3|)) 100)) (-4102 (((-1084 (-594 (-889 |#1|)) (-594 (-275 (-889 |#1|)))) (-594 |#4|)) 141 (|has| |#3| (-569 (-1094))))) (-1381 (($ $ $) 90) (($ $ |#4|) 88)) (-2956 (((-110) $) 147)) (-2278 (($ $) 108)) (-2416 (((-1077) $) NIL)) (-2984 (($ $ $) 82) (($ (-594 $)) 84)) (-2446 (((-110) |#4| $) 107)) (-2867 (((-110) $ $) 71)) (-2417 (($ (-594 |#4|)) 89)) (-4024 (((-1041) $) NIL)) (-3821 (($ (-594 |#4|)) 145)) (-4050 (((-110) $) 146)) (-4168 (($ $) 73)) (-3475 (((-594 |#4|) $) 57)) (-3208 (((-2 (|:| |mval| (-634 |#1|)) (|:| |invmval| (-634 |#1|)) (|:| |genIdeal| $)) $ (-594 |#3|)) NIL)) (-3381 (((-110) |#4| $) 76)) (-3817 (((-527) $ (-594 |#3|)) 109) (((-527) $) 110)) (-4118 (((-800) $) 144) (($ (-594 |#4|)) 85)) (-2696 (($ (-2 (|:| |mval| (-634 |#1|)) (|:| |invmval| (-634 |#1|)) (|:| |genIdeal| $))) NIL)) (-2747 (((-110) $ $) 72)) (-2850 (($ $ $) 92)) (** (($ $ (-715)) 95)) (* (($ $ $) 94)))
+(((-479 |#1| |#2| |#3| |#4|) (-13 (-1022) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-715))) (-15 -2850 ($ $ $)) (-15 -2956 ((-110) $)) (-15 -1874 ((-110) $)) (-15 -3381 ((-110) |#4| $)) (-15 -2867 ((-110) $ $)) (-15 -2446 ((-110) |#4| $)) (-15 -1868 ((-110) $ (-594 |#3|))) (-15 -1868 ((-110) $)) (-15 -2984 ($ $ $)) (-15 -2984 ($ (-594 $))) (-15 -1381 ($ $ $)) (-15 -1381 ($ $ |#4|)) (-15 -4168 ($ $)) (-15 -3208 ((-2 (|:| |mval| (-634 |#1|)) (|:| |invmval| (-634 |#1|)) (|:| |genIdeal| $)) $ (-594 |#3|))) (-15 -2696 ($ (-2 (|:| |mval| (-634 |#1|)) (|:| |invmval| (-634 |#1|)) (|:| |genIdeal| $)))) (-15 -3817 ((-527) $ (-594 |#3|))) (-15 -3817 ((-527) $)) (-15 -2278 ($ $)) (-15 -2417 ($ (-594 |#4|))) (-15 -3821 ($ (-594 |#4|))) (-15 -4050 ((-110) $)) (-15 -3475 ((-594 |#4|) $)) (-15 -4118 ($ (-594 |#4|))) (-15 -2183 ($ $ |#4|)) (-15 -2183 ($ $ |#4| (-594 |#3|))) (IF (|has| |#3| (-569 (-1094))) (-15 -4102 ((-1084 (-594 (-889 |#1|)) (-594 (-275 (-889 |#1|)))) (-594 |#4|))) |%noBranch|))) (-343) (-737) (-791) (-886 |#1| |#2| |#3|)) (T -479))
+((* (*1 *1 *1 *1) (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791)) (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-2850 (*1 *1 *1 *1) (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791)) (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))) (-2956 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-1874 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-3381 (*1 *2 *3 *1) (-12 (-4 *4 (-343)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-479 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))) (-2867 (*1 *2 *1 *1) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-2446 (*1 *2 *3 *1) (-12 (-4 *4 (-343)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-479 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))) (-1868 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737)) (-5 *2 (-110)) (-5 *1 (-479 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6)))) (-1868 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-2984 (*1 *1 *1 *1) (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791)) (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))) (-2984 (*1 *1 *2) (-12 (-5 *2 (-594 (-479 *3 *4 *5 *6))) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-1381 (*1 *1 *1 *1) (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791)) (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))) (-1381 (*1 *1 *1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-886 *3 *4 *5)))) (-4168 (*1 *1 *1) (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791)) (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))) (-3208 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737)) (-5 *2 (-2 (|:| |mval| (-634 *4)) (|:| |invmval| (-634 *4)) (|:| |genIdeal| (-479 *4 *5 *6 *7)))) (-5 *1 (-479 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6)))) (-2696 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |mval| (-634 *3)) (|:| |invmval| (-634 *3)) (|:| |genIdeal| (-479 *3 *4 *5 *6)))) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-3817 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737)) (-5 *2 (-527)) (-5 *1 (-479 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6)))) (-3817 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-527)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-2278 (*1 *1 *1) (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791)) (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))) (-2417 (*1 *1 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)))) (-3821 (*1 *1 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)))) (-4050 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-3475 (*1 *2 *1) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *6)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)))) (-2183 (*1 *1 *1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-886 *3 *4 *5)))) (-2183 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737)) (-5 *1 (-479 *4 *5 *6 *2)) (-4 *2 (-886 *4 *5 *6)))) (-4102 (*1 *2 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *5 *6)) (-4 *6 (-569 (-1094))) (-4 *4 (-343)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1084 (-594 (-889 *4)) (-594 (-275 (-889 *4))))) (-5 *1 (-479 *4 *5 *6 *7)))))
+(-13 (-1022) (-10 -7 (-15 * ($ $ $)) (-15 ** ($ $ (-715))) (-15 -2850 ($ $ $)) (-15 -2956 ((-110) $)) (-15 -1874 ((-110) $)) (-15 -3381 ((-110) |#4| $)) (-15 -2867 ((-110) $ $)) (-15 -2446 ((-110) |#4| $)) (-15 -1868 ((-110) $ (-594 |#3|))) (-15 -1868 ((-110) $)) (-15 -2984 ($ $ $)) (-15 -2984 ($ (-594 $))) (-15 -1381 ($ $ $)) (-15 -1381 ($ $ |#4|)) (-15 -4168 ($ $)) (-15 -3208 ((-2 (|:| |mval| (-634 |#1|)) (|:| |invmval| (-634 |#1|)) (|:| |genIdeal| $)) $ (-594 |#3|))) (-15 -2696 ($ (-2 (|:| |mval| (-634 |#1|)) (|:| |invmval| (-634 |#1|)) (|:| |genIdeal| $)))) (-15 -3817 ((-527) $ (-594 |#3|))) (-15 -3817 ((-527) $)) (-15 -2278 ($ $)) (-15 -2417 ($ (-594 |#4|))) (-15 -3821 ($ (-594 |#4|))) (-15 -4050 ((-110) $)) (-15 -3475 ((-594 |#4|) $)) (-15 -4118 ($ (-594 |#4|))) (-15 -2183 ($ $ |#4|)) (-15 -2183 ($ $ |#4| (-594 |#3|))) (IF (|has| |#3| (-569 (-1094))) (-15 -4102 ((-1084 (-594 (-889 |#1|)) (-594 (-275 (-889 |#1|)))) (-594 |#4|))) |%noBranch|)))
+((-3088 (((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) 149)) (-2595 (((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) 150)) (-3487 (((-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) 108)) (-3851 (((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) NIL)) (-2970 (((-594 (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) 152)) (-1942 (((-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-594 (-802 |#1|))) 164)))
+(((-480 |#1| |#2|) (-10 -7 (-15 -3088 ((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -2595 ((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -3851 ((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -3487 ((-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -2970 ((-594 (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -1942 ((-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-594 (-802 |#1|))))) (-594 (-1094)) (-715)) (T -480))
+((-1942 (*1 *2 *2 *3) (-12 (-5 *2 (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4) (-229 *4 (-387 (-527))))) (-5 *3 (-594 (-802 *4))) (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *1 (-480 *4 *5)))) (-2970 (*1 *2 *3) (-12 (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *2 (-594 (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4) (-229 *4 (-387 (-527)))))) (-5 *1 (-480 *4 *5)) (-5 *3 (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4) (-229 *4 (-387 (-527))))))) (-3487 (*1 *2 *2) (-12 (-5 *2 (-479 (-387 (-527)) (-222 *4 (-715)) (-802 *3) (-229 *3 (-387 (-527))))) (-14 *3 (-594 (-1094))) (-14 *4 (-715)) (-5 *1 (-480 *3 *4)))) (-3851 (*1 *2 *3) (-12 (-5 *3 (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4) (-229 *4 (-387 (-527))))) (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *2 (-110)) (-5 *1 (-480 *4 *5)))) (-2595 (*1 *2 *3) (-12 (-5 *3 (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4) (-229 *4 (-387 (-527))))) (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *2 (-110)) (-5 *1 (-480 *4 *5)))) (-3088 (*1 *2 *3) (-12 (-5 *3 (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4) (-229 *4 (-387 (-527))))) (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *2 (-110)) (-5 *1 (-480 *4 *5)))))
+(-10 -7 (-15 -3088 ((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -2595 ((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -3851 ((-110) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -3487 ((-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -2970 ((-594 (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527))))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))))) (-15 -1942 ((-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-479 (-387 (-527)) (-222 |#2| (-715)) (-802 |#1|) (-229 |#1| (-387 (-527)))) (-594 (-802 |#1|)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-2829 (($ |#1| |#2|) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2394 ((|#2| $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-3361 (($) 12 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) 11) (($ $ $) 24)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 18)))
+(((-481 |#1| |#2|) (-13 (-21) (-483 |#1| |#2|)) (-21) (-791)) (T -481))
+NIL
+(-13 (-21) (-483 |#1| |#2|))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 12)) (-1298 (($) NIL T CONST)) (-3033 (($ $) 28)) (-2829 (($ |#1| |#2|) 25)) (-1998 (($ (-1 |#1| |#1|) $) 27)) (-2394 ((|#2| $) NIL)) (-3004 ((|#1| $) 29)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-3361 (($) 10 T CONST)) (-2747 (((-110) $ $) NIL)) (-2850 (($ $ $) 18)) (* (($ (-858) $) NIL) (($ (-715) $) 23)))
+(((-482 |#1| |#2|) (-13 (-23) (-483 |#1| |#2|)) (-23) (-791)) (T -482))
+NIL
+(-13 (-23) (-483 |#1| |#2|))
+((-4105 (((-110) $ $) 7)) (-3033 (($ $) 13)) (-2829 (($ |#1| |#2|) 16)) (-1998 (($ (-1 |#1| |#1|) $) 17)) (-2394 ((|#2| $) 14)) (-3004 ((|#1| $) 15)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)))
+(((-483 |#1| |#2|) (-133) (-1022) (-791)) (T -483))
+((-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-483 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-791)))) (-2829 (*1 *1 *2 *3) (-12 (-4 *1 (-483 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-791)))) (-3004 (*1 *2 *1) (-12 (-4 *1 (-483 *2 *3)) (-4 *3 (-791)) (-4 *2 (-1022)))) (-2394 (*1 *2 *1) (-12 (-4 *1 (-483 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-791)))) (-3033 (*1 *1 *1) (-12 (-4 *1 (-483 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-791)))))
+(-13 (-1022) (-10 -8 (-15 -1998 ($ (-1 |t#1| |t#1|) $)) (-15 -2829 ($ |t#1| |t#2|)) (-15 -3004 (|t#1| $)) (-15 -2394 (|t#2| $)) (-15 -3033 ($ $))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-2829 (($ |#1| |#2|) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2394 ((|#2| $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-3361 (($) NIL T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 13)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL)))
+(((-484 |#1| |#2|) (-13 (-736) (-483 |#1| |#2|)) (-736) (-791)) (T -484))
+NIL
+(-13 (-736) (-483 |#1| |#2|))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1741 (($ $ $) 16)) (-3085 (((-3 $ "failed") $ $) 13)) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-2829 (($ |#1| |#2|) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2394 ((|#2| $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL)) (-3361 (($) NIL T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL)))
+(((-485 |#1| |#2|) (-13 (-737) (-483 |#1| |#2|)) (-737) (-791)) (T -485))
+NIL
+(-13 (-737) (-483 |#1| |#2|))
+((-4105 (((-110) $ $) NIL)) (-3033 (($ $) 25)) (-2829 (($ |#1| |#2|) 22)) (-1998 (($ (-1 |#1| |#1|) $) 24)) (-2394 ((|#2| $) 27)) (-3004 ((|#1| $) 26)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 21)) (-2747 (((-110) $ $) 14)))
+(((-486 |#1| |#2|) (-483 |#1| |#2|) (-1022) (-791)) (T -486))
+NIL
+(-483 |#1| |#2|)
+((-2819 (($ $ (-594 |#2|) (-594 |#3|)) NIL) (($ $ |#2| |#3|) 12)))
+(((-487 |#1| |#2| |#3|) (-10 -8 (-15 -2819 (|#1| |#1| |#2| |#3|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#3|)))) (-488 |#2| |#3|) (-1022) (-1130)) (T -487))
+NIL
+(-10 -8 (-15 -2819 (|#1| |#1| |#2| |#3|)) (-15 -2819 (|#1| |#1| (-594 |#2|) (-594 |#3|))))
+((-2819 (($ $ (-594 |#1|) (-594 |#2|)) 7) (($ $ |#1| |#2|) 6)))
+(((-488 |#1| |#2|) (-133) (-1022) (-1130)) (T -488))
+((-2819 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 *5)) (-4 *1 (-488 *4 *5)) (-4 *4 (-1022)) (-4 *5 (-1130)))) (-2819 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-488 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1130)))))
+(-13 (-10 -8 (-15 -2819 ($ $ |t#1| |t#2|)) (-15 -2819 ($ $ (-594 |t#1|) (-594 |t#2|)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 16)) (-2199 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|))) $) 18)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1637 (((-715) $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-4199 ((|#1| $ (-527)) 23)) (-2954 ((|#2| $ (-527)) 21)) (-2182 (($ (-1 |#1| |#1|) $) 46)) (-3683 (($ (-1 |#2| |#2|) $) 43)) (-2416 (((-1077) $) NIL)) (-4051 (($ $ $) 53 (|has| |#2| (-736)))) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 42) (($ |#1|) NIL)) (-3411 ((|#2| |#1| $) 49)) (-3361 (($) 11 T CONST)) (-2747 (((-110) $ $) 29)) (-2850 (($ $ $) 27) (($ |#1| $) 25)) (* (($ (-858) $) NIL) (($ (-715) $) 36) (($ |#2| |#1|) 31)))
+(((-489 |#1| |#2| |#3|) (-303 |#1| |#2|) (-1022) (-128) |#2|) (T -489))
+NIL
+(-303 |#1| |#2|)
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1556 (((-110) (-110)) 25)) (-1232 ((|#1| $ (-527) |#1|) 28 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) |#1|) $) 52)) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-3802 (($ $) 56 (|has| |#1| (-1022)))) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) NIL (|has| |#1| (-1022))) (($ (-1 (-110) |#1|) $) 44)) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-2590 (($ $ (-527)) 13)) (-2999 (((-715) $) 11)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) 23)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 21 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-3427 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) 35)) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) 36) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) 20 (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3204 (($ $ $ (-527)) 51) (($ |#1| $ (-527)) 37)) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-2310 (($ (-594 |#1|)) 29)) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) 19 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 40)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 16)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) 33) (($ $ (-1143 (-527))) NIL)) (-3322 (($ $ (-1143 (-527))) 50) (($ $ (-527)) 45)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) 41 (|has| $ (-6 -4262)))) (-2465 (($ $) 32)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-1390 (($ $ $) 42) (($ $ |#1|) 39)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) 38) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) 17 (|has| $ (-6 -4261)))))
+(((-490 |#1| |#2|) (-13 (-19 |#1|) (-263 |#1|) (-10 -8 (-15 -2310 ($ (-594 |#1|))) (-15 -2999 ((-715) $)) (-15 -2590 ($ $ (-527))) (-15 -1556 ((-110) (-110))))) (-1130) (-527)) (T -490))
+((-2310 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-490 *3 *4)) (-14 *4 (-527)))) (-2999 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-490 *3 *4)) (-4 *3 (-1130)) (-14 *4 (-527)))) (-2590 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-490 *3 *4)) (-4 *3 (-1130)) (-14 *4 *2))) (-1556 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-490 *3 *4)) (-4 *3 (-1130)) (-14 *4 (-527)))))
+(-13 (-19 |#1|) (-263 |#1|) (-10 -8 (-15 -2310 ($ (-594 |#1|))) (-15 -2999 ((-715) $)) (-15 -2590 ($ $ (-527))) (-15 -1556 ((-110) (-110)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 (((-540 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-540 |#1|) (-348)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| (-540 |#1|) (-348)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL (|has| (-540 |#1|) (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-540 |#1|) "failed") $) NIL)) (-4145 (((-540 |#1|) $) NIL)) (-2894 (($ (-1176 (-540 |#1|))) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-540 |#1|) (-348)))) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-540 |#1|) (-348)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL (|has| (-540 |#1|) (-348)))) (-3687 (((-110) $) NIL (|has| (-540 |#1|) (-348)))) (-3050 (($ $ (-715)) NIL (-2027 (|has| (-540 |#1|) (-138)) (|has| (-540 |#1|) (-348)))) (($ $) NIL (-2027 (|has| (-540 |#1|) (-138)) (|has| (-540 |#1|) (-348))))) (-3851 (((-110) $) NIL)) (-2050 (((-858) $) NIL (|has| (-540 |#1|) (-348))) (((-777 (-858)) $) NIL (-2027 (|has| (-540 |#1|) (-138)) (|has| (-540 |#1|) (-348))))) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| (-540 |#1|) (-348)))) (-3473 (((-110) $) NIL (|has| (-540 |#1|) (-348)))) (-1705 (((-540 |#1|) $) NIL) (($ $ (-858)) NIL (|has| (-540 |#1|) (-348)))) (-2628 (((-3 $ "failed") $) NIL (|has| (-540 |#1|) (-348)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 (-540 |#1|)) $) NIL) (((-1090 $) $ (-858)) NIL (|has| (-540 |#1|) (-348)))) (-1989 (((-858) $) NIL (|has| (-540 |#1|) (-348)))) (-4181 (((-1090 (-540 |#1|)) $) NIL (|has| (-540 |#1|) (-348)))) (-2784 (((-1090 (-540 |#1|)) $) NIL (|has| (-540 |#1|) (-348))) (((-3 (-1090 (-540 |#1|)) "failed") $ $) NIL (|has| (-540 |#1|) (-348)))) (-2672 (($ $ (-1090 (-540 |#1|))) NIL (|has| (-540 |#1|) (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-540 |#1|) (-348)) CONST)) (-1720 (($ (-858)) NIL (|has| (-540 |#1|) (-348)))) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-2613 (($) NIL (|has| (-540 |#1|) (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| (-540 |#1|) (-348)))) (-2700 (((-398 $) $) NIL)) (-2150 (((-777 (-858))) NIL) (((-858)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-715) $) NIL (|has| (-540 |#1|) (-348))) (((-3 (-715) "failed") $ $) NIL (-2027 (|has| (-540 |#1|) (-138)) (|has| (-540 |#1|) (-348))))) (-3817 (((-130)) NIL)) (-4234 (($ $) NIL (|has| (-540 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-540 |#1|) (-348)))) (-4115 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2279 (((-1090 (-540 |#1|))) NIL)) (-3956 (($) NIL (|has| (-540 |#1|) (-348)))) (-3606 (($) NIL (|has| (-540 |#1|) (-348)))) (-4002 (((-1176 (-540 |#1|)) $) NIL) (((-634 (-540 |#1|)) (-1176 $)) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| (-540 |#1|) (-348)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-540 |#1|)) NIL)) (-3470 (($ $) NIL (|has| (-540 |#1|) (-348))) (((-3 $ "failed") $) NIL (-2027 (|has| (-540 |#1|) (-138)) (|has| (-540 |#1|) (-348))))) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL) (((-1176 $) (-858)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $) NIL (|has| (-540 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-540 |#1|) (-348)))) (-2369 (($ $) NIL (|has| (-540 |#1|) (-348))) (($ $ (-715)) NIL (|has| (-540 |#1|) (-348)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL) (($ $ (-540 |#1|)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ $ (-540 |#1|)) NIL) (($ (-540 |#1|) $) NIL)))
+(((-491 |#1| |#2|) (-309 (-540 |#1|)) (-858) (-858)) (T -491))
+NIL
+(-309 (-540 |#1|))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) (-527) |#1|) 35)) (-1638 (($ $ (-527) |#4|) NIL)) (-1754 (($ $ (-527) |#5|) NIL)) (-1298 (($) NIL T CONST)) (-2941 ((|#4| $ (-527)) NIL)) (-2774 ((|#1| $ (-527) (-527) |#1|) 34)) (-3231 ((|#1| $ (-527) (-527)) 32)) (-3717 (((-594 |#1|) $) NIL)) (-3639 (((-715) $) 28)) (-3325 (($ (-715) (-715) |#1|) 25)) (-3650 (((-715) $) 30)) (-3541 (((-110) $ (-715)) NIL)) (-1325 (((-527) $) 26)) (-2059 (((-527) $) 27)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2767 (((-527) $) 29)) (-2953 (((-527) $) 31)) (-2762 (($ (-1 |#1| |#1|) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) 38 (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 14)) (-2453 (($) 16)) (-3439 ((|#1| $ (-527) (-527)) 33) ((|#1| $ (-527) (-527) |#1|) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-3369 ((|#5| $ (-527)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-492 |#1| |#2| |#3| |#4| |#5|) (-55 |#1| |#4| |#5|) (-1130) (-527) (-527) (-353 |#1|) (-353 |#1|)) (T -492))
NIL
(-55 |#1| |#4| |#5|)
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-3979 (($ $) NIL)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) 59 (|has| $ (-6 -4260)))) (-2358 (((-108) $) NIL (|has| |#1| (-789))) (((-108) (-1 (-108) |#1| |#1|) $) NIL)) (-2436 (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789)))) (($ (-1 (-108) |#1| |#1|) $) 57 (|has| $ (-6 -4260)))) (-1842 (($ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-3776 (($ $ $) 23 (|has| $ (-6 -4260)))) (-4193 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) 21 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4260))) (($ $ "rest" $) 24 (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) |#1|) $) NIL)) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2237 ((|#1| $) NIL)) (-2475 (($) NIL T CONST)) (-2670 (($ $) 28 (|has| $ (-6 -4260)))) (-1652 (($ $) 29)) (-1659 (($ $) 18) (($ $ (-713)) 32)) (-1793 (($ $) 55 (|has| |#1| (-1020)))) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) NIL (|has| |#1| (-1020))) (($ (-1 (-108) |#1|) $) NIL)) (-2698 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3631 (((-108) $) NIL)) (-3856 (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020))) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) (-1 (-108) |#1|) $) NIL)) (-2175 (((-592 |#1|) $) 27 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3324 (($ (-713) |#1|) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 31 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3269 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) 58)) (-3212 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 53 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1522 (($ |#1|) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) NIL)) (-1289 (((-1075) $) 51 (|has| |#1| (-1020)))) (-2718 ((|#1| $) NIL) (($ $ (-713)) NIL)) (-3246 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-2594 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) 13) (($ $ (-713)) NIL)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-2476 (((-108) $) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 12)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) 17)) (-1558 (($) 16)) (-3431 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1141 (-525))) NIL) ((|#1| $ (-525)) NIL) ((|#1| $ (-525) |#1|) NIL)) (-1707 (((-525) $ $) NIL)) (-2818 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-2139 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-3953 (((-108) $) 34)) (-3675 (($ $) NIL)) (-2789 (($ $) NIL (|has| $ (-6 -4260)))) (-4082 (((-713) $) NIL)) (-3077 (($ $) 36)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) 35)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 26)) (-4190 (($ $ $) 54) (($ $ |#1|) NIL)) (-2035 (($ $ $) NIL) (($ |#1| $) 10) (($ (-592 $)) NIL) (($ $ |#1|) NIL)) (-4100 (((-798) $) 46 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) 48 (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) 9 (|has| $ (-6 -4259)))))
-(((-491 |#1| |#2|) (-612 |#1|) (-1128) (-525)) (T -491))
-NIL
-(-612 |#1|)
-((-3692 ((|#4| |#4|) 27)) (-3085 (((-713) |#4|) 32)) (-3204 (((-713) |#4|) 33)) (-3261 (((-592 |#3|) |#4|) 40 (|has| |#3| (-6 -4260)))) (-1921 (((-3 |#4| "failed") |#4|) 51)) (-3430 ((|#4| |#4|) 44)) (-1796 ((|#1| |#4|) 43)))
-(((-492 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3692 (|#4| |#4|)) (-15 -3085 ((-713) |#4|)) (-15 -3204 ((-713) |#4|)) (IF (|has| |#3| (-6 -4260)) (-15 -3261 ((-592 |#3|) |#4|)) |%noBranch|) (-15 -1796 (|#1| |#4|)) (-15 -3430 (|#4| |#4|)) (-15 -1921 ((-3 |#4| "failed") |#4|))) (-341) (-351 |#1|) (-351 |#1|) (-630 |#1| |#2| |#3|)) (T -492))
-((-1921 (*1 *2 *2) (|partial| -12 (-4 *3 (-341)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-492 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-3430 (*1 *2 *2) (-12 (-4 *3 (-341)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-492 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-1796 (*1 *2 *3) (-12 (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-341)) (-5 *1 (-492 *2 *4 *5 *3)) (-4 *3 (-630 *2 *4 *5)))) (-3261 (*1 *2 *3) (-12 (|has| *6 (-6 -4260)) (-4 *4 (-341)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-592 *6)) (-5 *1 (-492 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-3204 (*1 *2 *3) (-12 (-4 *4 (-341)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-713)) (-5 *1 (-492 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-3085 (*1 *2 *3) (-12 (-4 *4 (-341)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-713)) (-5 *1 (-492 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-3692 (*1 *2 *2) (-12 (-4 *3 (-341)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-492 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
-(-10 -7 (-15 -3692 (|#4| |#4|)) (-15 -3085 ((-713) |#4|)) (-15 -3204 ((-713) |#4|)) (IF (|has| |#3| (-6 -4260)) (-15 -3261 ((-592 |#3|) |#4|)) |%noBranch|) (-15 -1796 (|#1| |#4|)) (-15 -3430 (|#4| |#4|)) (-15 -1921 ((-3 |#4| "failed") |#4|)))
-((-3692 ((|#8| |#4|) 20)) (-3261 (((-592 |#3|) |#4|) 29 (|has| |#7| (-6 -4260)))) (-1921 (((-3 |#8| "failed") |#4|) 23)))
-(((-493 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -3692 (|#8| |#4|)) (-15 -1921 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4260)) (-15 -3261 ((-592 |#3|) |#4|)) |%noBranch|)) (-517) (-351 |#1|) (-351 |#1|) (-630 |#1| |#2| |#3|) (-925 |#1|) (-351 |#5|) (-351 |#5|) (-630 |#5| |#6| |#7|)) (T -493))
-((-3261 (*1 *2 *3) (-12 (|has| *9 (-6 -4260)) (-4 *4 (-517)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-4 *7 (-925 *4)) (-4 *8 (-351 *7)) (-4 *9 (-351 *7)) (-5 *2 (-592 *6)) (-5 *1 (-493 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-630 *4 *5 *6)) (-4 *10 (-630 *7 *8 *9)))) (-1921 (*1 *2 *3) (|partial| -12 (-4 *4 (-517)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-4 *7 (-925 *4)) (-4 *2 (-630 *7 *8 *9)) (-5 *1 (-493 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-630 *4 *5 *6)) (-4 *8 (-351 *7)) (-4 *9 (-351 *7)))) (-3692 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-4 *7 (-925 *4)) (-4 *2 (-630 *7 *8 *9)) (-5 *1 (-493 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-630 *4 *5 *6)) (-4 *8 (-351 *7)) (-4 *9 (-351 *7)))))
-(-10 -7 (-15 -3692 (|#8| |#4|)) (-15 -1921 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4260)) (-15 -3261 ((-592 |#3|) |#4|)) |%noBranch|))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1221 (($ (-713) (-713)) NIL)) (-2659 (($ $ $) NIL)) (-1730 (($ (-556 |#1| |#3|)) NIL) (($ $) NIL)) (-2207 (((-108) $) NIL)) (-2968 (($ $ (-525) (-525)) 12)) (-3904 (($ $ (-525) (-525)) NIL)) (-1550 (($ $ (-525) (-525) (-525) (-525)) NIL)) (-3263 (($ $) NIL)) (-2721 (((-108) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-3614 (($ $ (-525) (-525) $) NIL)) (-1233 ((|#1| $ (-525) (-525) |#1|) NIL) (($ $ (-592 (-525)) (-592 (-525)) $) NIL)) (-2695 (($ $ (-525) (-556 |#1| |#3|)) NIL)) (-1773 (($ $ (-525) (-556 |#1| |#2|)) NIL)) (-1232 (($ (-713) |#1|) NIL)) (-2475 (($) NIL T CONST)) (-3692 (($ $) 21 (|has| |#1| (-286)))) (-3209 (((-556 |#1| |#3|) $ (-525)) NIL)) (-3085 (((-713) $) 24 (|has| |#1| (-517)))) (-3081 ((|#1| $ (-525) (-525) |#1|) NIL)) (-3017 ((|#1| $ (-525) (-525)) NIL)) (-2175 (((-592 |#1|) $) NIL)) (-3204 (((-713) $) 26 (|has| |#1| (-517)))) (-3261 (((-592 (-556 |#1| |#2|)) $) 29 (|has| |#1| (-517)))) (-2720 (((-713) $) NIL)) (-3324 (($ (-713) (-713) |#1|) NIL)) (-2731 (((-713) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-3239 ((|#1| $) 19 (|has| |#1| (-6 (-4261 "*"))))) (-2797 (((-525) $) 10)) (-2307 (((-525) $) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3194 (((-525) $) 11)) (-3210 (((-525) $) NIL)) (-4054 (($ (-592 (-592 |#1|))) NIL)) (-3069 (($ (-1 |#1| |#1|) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2949 (((-592 (-592 |#1|)) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-1921 (((-3 $ "failed") $) 33 (|has| |#1| (-341)))) (-2847 (($ $ $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) NIL)) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) (-525)) NIL) ((|#1| $ (-525) (-525) |#1|) NIL) (($ $ (-592 (-525)) (-592 (-525))) NIL)) (-3525 (($ (-592 |#1|)) NIL) (($ (-592 $)) NIL)) (-3219 (((-108) $) NIL)) (-1796 ((|#1| $) 17 (|has| |#1| (-6 (-4261 "*"))))) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-1881 (((-556 |#1| |#2|) $ (-525)) NIL)) (-4100 (($ (-556 |#1| |#2|)) NIL) (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-1245 (((-108) $) NIL)) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $ $) NIL) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-525) $) NIL) (((-556 |#1| |#2|) $ (-556 |#1| |#2|)) NIL) (((-556 |#1| |#3|) (-556 |#1| |#3|) $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-494 |#1| |#2| |#3|) (-630 |#1| (-556 |#1| |#3|) (-556 |#1| |#2|)) (-977) (-525) (-525)) (T -494))
-NIL
-(-630 |#1| (-556 |#1| |#3|) (-556 |#1| |#2|))
-((-2921 (((-1088 |#1|) (-713)) 76)) (-2924 (((-1174 |#1|) (-1174 |#1|) (-856)) 69)) (-2582 (((-1179) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) |#1|) 84)) (-1438 (((-1174 |#1|) (-1174 |#1|) (-713)) 36)) (-1903 (((-1174 |#1|) (-856)) 71)) (-1909 (((-1174 |#1|) (-1174 |#1|) (-525)) 24)) (-2158 (((-1088 |#1|) (-1174 |#1|)) 77)) (-3957 (((-1174 |#1|) (-856)) 95)) (-1890 (((-108) (-1174 |#1|)) 80)) (-2704 (((-1174 |#1|) (-1174 |#1|) (-856)) 62)) (-2021 (((-1088 |#1|) (-1174 |#1|)) 89)) (-3685 (((-856) (-1174 |#1|)) 59)) (-1387 (((-1174 |#1|) (-1174 |#1|)) 30)) (-1722 (((-1174 |#1|) (-856) (-856)) 97)) (-2238 (((-1174 |#1|) (-1174 |#1|) (-1039) (-1039)) 23)) (-4051 (((-1174 |#1|) (-1174 |#1|) (-713) (-1039)) 37)) (-2103 (((-1174 (-1174 |#1|)) (-856)) 94)) (-2880 (((-1174 |#1|) (-1174 |#1|) (-1174 |#1|)) 81)) (** (((-1174 |#1|) (-1174 |#1|) (-525)) 45)) (* (((-1174 |#1|) (-1174 |#1|) (-1174 |#1|)) 25)))
-(((-495 |#1|) (-10 -7 (-15 -2582 ((-1179) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) |#1|)) (-15 -1903 ((-1174 |#1|) (-856))) (-15 -1722 ((-1174 |#1|) (-856) (-856))) (-15 -2158 ((-1088 |#1|) (-1174 |#1|))) (-15 -2921 ((-1088 |#1|) (-713))) (-15 -4051 ((-1174 |#1|) (-1174 |#1|) (-713) (-1039))) (-15 -1438 ((-1174 |#1|) (-1174 |#1|) (-713))) (-15 -2238 ((-1174 |#1|) (-1174 |#1|) (-1039) (-1039))) (-15 -1909 ((-1174 |#1|) (-1174 |#1|) (-525))) (-15 ** ((-1174 |#1|) (-1174 |#1|) (-525))) (-15 * ((-1174 |#1|) (-1174 |#1|) (-1174 |#1|))) (-15 -2880 ((-1174 |#1|) (-1174 |#1|) (-1174 |#1|))) (-15 -2704 ((-1174 |#1|) (-1174 |#1|) (-856))) (-15 -2924 ((-1174 |#1|) (-1174 |#1|) (-856))) (-15 -1387 ((-1174 |#1|) (-1174 |#1|))) (-15 -3685 ((-856) (-1174 |#1|))) (-15 -1890 ((-108) (-1174 |#1|))) (-15 -2103 ((-1174 (-1174 |#1|)) (-856))) (-15 -3957 ((-1174 |#1|) (-856))) (-15 -2021 ((-1088 |#1|) (-1174 |#1|)))) (-327)) (T -495))
-((-2021 (*1 *2 *3) (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-1088 *4)) (-5 *1 (-495 *4)))) (-3957 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1174 *4)) (-5 *1 (-495 *4)) (-4 *4 (-327)))) (-2103 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1174 (-1174 *4))) (-5 *1 (-495 *4)) (-4 *4 (-327)))) (-1890 (*1 *2 *3) (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-108)) (-5 *1 (-495 *4)))) (-3685 (*1 *2 *3) (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-856)) (-5 *1 (-495 *4)))) (-1387 (*1 *2 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-327)) (-5 *1 (-495 *3)))) (-2924 (*1 *2 *2 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-856)) (-4 *4 (-327)) (-5 *1 (-495 *4)))) (-2704 (*1 *2 *2 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-856)) (-4 *4 (-327)) (-5 *1 (-495 *4)))) (-2880 (*1 *2 *2 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-327)) (-5 *1 (-495 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-327)) (-5 *1 (-495 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-525)) (-4 *4 (-327)) (-5 *1 (-495 *4)))) (-1909 (*1 *2 *2 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-525)) (-4 *4 (-327)) (-5 *1 (-495 *4)))) (-2238 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-1039)) (-4 *4 (-327)) (-5 *1 (-495 *4)))) (-1438 (*1 *2 *2 *3) (-12 (-5 *2 (-1174 *4)) (-5 *3 (-713)) (-4 *4 (-327)) (-5 *1 (-495 *4)))) (-4051 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1174 *5)) (-5 *3 (-713)) (-5 *4 (-1039)) (-4 *5 (-327)) (-5 *1 (-495 *5)))) (-2921 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1088 *4)) (-5 *1 (-495 *4)) (-4 *4 (-327)))) (-2158 (*1 *2 *3) (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-1088 *4)) (-5 *1 (-495 *4)))) (-1722 (*1 *2 *3 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1174 *4)) (-5 *1 (-495 *4)) (-4 *4 (-327)))) (-1903 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1174 *4)) (-5 *1 (-495 *4)) (-4 *4 (-327)))) (-2582 (*1 *2 *3 *4) (-12 (-5 *3 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039)))))) (-4 *4 (-327)) (-5 *2 (-1179)) (-5 *1 (-495 *4)))))
-(-10 -7 (-15 -2582 ((-1179) (-1174 (-592 (-2 (|:| -2219 |#1|) (|:| -1722 (-1039))))) |#1|)) (-15 -1903 ((-1174 |#1|) (-856))) (-15 -1722 ((-1174 |#1|) (-856) (-856))) (-15 -2158 ((-1088 |#1|) (-1174 |#1|))) (-15 -2921 ((-1088 |#1|) (-713))) (-15 -4051 ((-1174 |#1|) (-1174 |#1|) (-713) (-1039))) (-15 -1438 ((-1174 |#1|) (-1174 |#1|) (-713))) (-15 -2238 ((-1174 |#1|) (-1174 |#1|) (-1039) (-1039))) (-15 -1909 ((-1174 |#1|) (-1174 |#1|) (-525))) (-15 ** ((-1174 |#1|) (-1174 |#1|) (-525))) (-15 * ((-1174 |#1|) (-1174 |#1|) (-1174 |#1|))) (-15 -2880 ((-1174 |#1|) (-1174 |#1|) (-1174 |#1|))) (-15 -2704 ((-1174 |#1|) (-1174 |#1|) (-856))) (-15 -2924 ((-1174 |#1|) (-1174 |#1|) (-856))) (-15 -1387 ((-1174 |#1|) (-1174 |#1|))) (-15 -3685 ((-856) (-1174 |#1|))) (-15 -1890 ((-108) (-1174 |#1|))) (-15 -2103 ((-1174 (-1174 |#1|)) (-856))) (-15 -3957 ((-1174 |#1|) (-856))) (-15 -2021 ((-1088 |#1|) (-1174 |#1|))))
-((-2345 (((-1 |#1| |#1|) |#1|) 11)) (-2808 (((-1 |#1| |#1|)) 10)))
-(((-496 |#1|) (-10 -7 (-15 -2808 ((-1 |#1| |#1|))) (-15 -2345 ((-1 |#1| |#1|) |#1|))) (-13 (-669) (-25))) (T -496))
-((-2345 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-496 *3)) (-4 *3 (-13 (-669) (-25))))) (-2808 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-496 *3)) (-4 *3 (-13 (-669) (-25))))))
-(-10 -7 (-15 -2808 ((-1 |#1| |#1|))) (-15 -2345 ((-1 |#1| |#1|) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1525 (($ $ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-1272 (($ (-713) |#1|) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 (-713) (-713)) $) NIL)) (-2975 ((|#1| $) NIL)) (-1430 (((-713) $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 20)) (-3364 (($) NIL T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL)))
-(((-497 |#1|) (-13 (-735) (-481 (-713) |#1|)) (-789)) (T -497))
-NIL
-(-13 (-735) (-481 (-713) |#1|))
-((-1973 (((-592 |#2|) (-1088 |#1|) |#3|) 83)) (-2384 (((-592 (-2 (|:| |outval| |#2|) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 |#2|))))) (-632 |#1|) |#3| (-1 (-396 (-1088 |#1|)) (-1088 |#1|))) 100)) (-2031 (((-1088 |#1|) (-632 |#1|)) 95)))
-(((-498 |#1| |#2| |#3|) (-10 -7 (-15 -2031 ((-1088 |#1|) (-632 |#1|))) (-15 -1973 ((-592 |#2|) (-1088 |#1|) |#3|)) (-15 -2384 ((-592 (-2 (|:| |outval| |#2|) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 |#2|))))) (-632 |#1|) |#3| (-1 (-396 (-1088 |#1|)) (-1088 |#1|))))) (-341) (-341) (-13 (-341) (-787))) (T -498))
-((-2384 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-632 *6)) (-5 *5 (-1 (-396 (-1088 *6)) (-1088 *6))) (-4 *6 (-341)) (-5 *2 (-592 (-2 (|:| |outval| *7) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 *7)))))) (-5 *1 (-498 *6 *7 *4)) (-4 *7 (-341)) (-4 *4 (-13 (-341) (-787))))) (-1973 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 *5)) (-4 *5 (-341)) (-5 *2 (-592 *6)) (-5 *1 (-498 *5 *6 *4)) (-4 *6 (-341)) (-4 *4 (-13 (-341) (-787))))) (-2031 (*1 *2 *3) (-12 (-5 *3 (-632 *4)) (-4 *4 (-341)) (-5 *2 (-1088 *4)) (-5 *1 (-498 *4 *5 *6)) (-4 *5 (-341)) (-4 *6 (-13 (-341) (-787))))))
-(-10 -7 (-15 -2031 ((-1088 |#1|) (-632 |#1|))) (-15 -1973 ((-592 |#2|) (-1088 |#1|) |#3|)) (-15 -2384 ((-592 (-2 (|:| |outval| |#2|) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 |#2|))))) (-632 |#1|) |#3| (-1 (-396 (-1088 |#1|)) (-1088 |#1|)))))
-((-4083 (((-782 (-525))) 12)) (-4095 (((-782 (-525))) 14)) (-4119 (((-775 (-525))) 9)))
-(((-499) (-10 -7 (-15 -4119 ((-775 (-525)))) (-15 -4083 ((-782 (-525)))) (-15 -4095 ((-782 (-525)))))) (T -499))
-((-4095 (*1 *2) (-12 (-5 *2 (-782 (-525))) (-5 *1 (-499)))) (-4083 (*1 *2) (-12 (-5 *2 (-782 (-525))) (-5 *1 (-499)))) (-4119 (*1 *2) (-12 (-5 *2 (-775 (-525))) (-5 *1 (-499)))))
-(-10 -7 (-15 -4119 ((-775 (-525)))) (-15 -4083 ((-782 (-525)))) (-15 -4095 ((-782 (-525)))))
-((-2916 (((-501) (-1092)) 15)) (-3916 ((|#1| (-501)) 20)))
-(((-500 |#1|) (-10 -7 (-15 -2916 ((-501) (-1092))) (-15 -3916 (|#1| (-501)))) (-1128)) (T -500))
-((-3916 (*1 *2 *3) (-12 (-5 *3 (-501)) (-5 *1 (-500 *2)) (-4 *2 (-1128)))) (-2916 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-501)) (-5 *1 (-500 *4)) (-4 *4 (-1128)))))
-(-10 -7 (-15 -2916 ((-501) (-1092))) (-15 -3916 (|#1| (-501))))
-((-4087 (((-108) $ $) NIL)) (-2087 (((-1075) $) 48)) (-3162 (((-108) $) 43)) (-3662 (((-1092) $) 44)) (-3107 (((-108) $) 41)) (-3298 (((-1075) $) 42)) (-3032 (((-108) $) NIL)) (-3610 (((-108) $) NIL)) (-2232 (((-108) $) NIL)) (-1289 (((-1075) $) NIL)) (-3211 (($ $ (-592 (-1092))) 20)) (-3916 (((-51) $) 22)) (-2849 (((-108) $) NIL)) (-3680 (((-525) $) NIL)) (-3993 (((-1039) $) NIL)) (-2626 (($ $ (-592 (-1092)) (-1092)) 60)) (-3196 (((-108) $) NIL)) (-3536 (((-205) $) NIL)) (-1715 (($ $) 38)) (-3423 (((-798) $) NIL)) (-1537 (((-108) $ $) NIL)) (-3431 (($ $ (-525)) NIL) (($ $ (-592 (-525))) NIL)) (-1230 (((-592 $) $) 28)) (-1342 (((-1092) (-592 $)) 49)) (-2069 (($ (-592 $)) 53) (($ (-1075)) NIL) (($ (-1092)) 18) (($ (-525)) 8) (($ (-205)) 25) (($ (-798)) NIL) (((-1024) $) 11) (($ (-1024)) 12)) (-1281 (((-1092) (-1092) (-592 $)) 52)) (-4100 (((-798) $) 46)) (-1544 (($ $) 51)) (-1533 (($ $) 50)) (-1942 (($ $ (-592 $)) 57)) (-3121 (((-108) $) 27)) (-3364 (($) 9 T CONST)) (-3375 (($) 10 T CONST)) (-2775 (((-108) $ $) 61)) (-2880 (($ $ $) 66)) (-2860 (($ $ $) 62)) (** (($ $ (-713)) 65) (($ $ (-525)) 64)) (* (($ $ $) 63)) (-2827 (((-525) $) NIL)))
-(((-501) (-13 (-1023 (-1075) (-1092) (-525) (-205) (-798)) (-567 (-1024)) (-10 -8 (-15 -3916 ((-51) $)) (-15 -2069 ($ (-1024))) (-15 -1942 ($ $ (-592 $))) (-15 -2626 ($ $ (-592 (-1092)) (-1092))) (-15 -3211 ($ $ (-592 (-1092)))) (-15 -2860 ($ $ $)) (-15 * ($ $ $)) (-15 -2880 ($ $ $)) (-15 ** ($ $ (-713))) (-15 ** ($ $ (-525))) (-15 0 ($) -2247) (-15 1 ($) -2247) (-15 -1715 ($ $)) (-15 -2087 ((-1075) $)) (-15 -1342 ((-1092) (-592 $))) (-15 -1281 ((-1092) (-1092) (-592 $)))))) (T -501))
-((-3916 (*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-501)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-1024)) (-5 *1 (-501)))) (-1942 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-501))) (-5 *1 (-501)))) (-2626 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-1092)) (-5 *1 (-501)))) (-3211 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-501)))) (-2860 (*1 *1 *1 *1) (-5 *1 (-501))) (* (*1 *1 *1 *1) (-5 *1 (-501))) (-2880 (*1 *1 *1 *1) (-5 *1 (-501))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-501)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-501)))) (-3364 (*1 *1) (-5 *1 (-501))) (-3375 (*1 *1) (-5 *1 (-501))) (-1715 (*1 *1 *1) (-5 *1 (-501))) (-2087 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-501)))) (-1342 (*1 *2 *3) (-12 (-5 *3 (-592 (-501))) (-5 *2 (-1092)) (-5 *1 (-501)))) (-1281 (*1 *2 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-501))) (-5 *1 (-501)))))
-(-13 (-1023 (-1075) (-1092) (-525) (-205) (-798)) (-567 (-1024)) (-10 -8 (-15 -3916 ((-51) $)) (-15 -2069 ($ (-1024))) (-15 -1942 ($ $ (-592 $))) (-15 -2626 ($ $ (-592 (-1092)) (-1092))) (-15 -3211 ($ $ (-592 (-1092)))) (-15 -2860 ($ $ $)) (-15 * ($ $ $)) (-15 -2880 ($ $ $)) (-15 ** ($ $ (-713))) (-15 ** ($ $ (-525))) (-15 (-3364) ($) -2247) (-15 (-3375) ($) -2247) (-15 -1715 ($ $)) (-15 -2087 ((-1075) $)) (-15 -1342 ((-1092) (-592 $))) (-15 -1281 ((-1092) (-1092) (-592 $)))))
-((-3834 ((|#2| |#2|) 17)) (-2583 ((|#2| |#2|) 13)) (-2001 ((|#2| |#2| (-525) (-525)) 20)) (-4059 ((|#2| |#2|) 15)))
-(((-502 |#1| |#2|) (-10 -7 (-15 -2583 (|#2| |#2|)) (-15 -4059 (|#2| |#2|)) (-15 -3834 (|#2| |#2|)) (-15 -2001 (|#2| |#2| (-525) (-525)))) (-13 (-517) (-138)) (-1165 |#1|)) (T -502))
-((-2001 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-525)) (-4 *4 (-13 (-517) (-138))) (-5 *1 (-502 *4 *2)) (-4 *2 (-1165 *4)))) (-3834 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-502 *3 *2)) (-4 *2 (-1165 *3)))) (-4059 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-502 *3 *2)) (-4 *2 (-1165 *3)))) (-2583 (*1 *2 *2) (-12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-502 *3 *2)) (-4 *2 (-1165 *3)))))
-(-10 -7 (-15 -2583 (|#2| |#2|)) (-15 -4059 (|#2| |#2|)) (-15 -3834 (|#2| |#2|)) (-15 -2001 (|#2| |#2| (-525) (-525))))
-((-3332 (((-592 (-273 (-887 |#2|))) (-592 |#2|) (-592 (-1092))) 32)) (-1352 (((-592 |#2|) (-887 |#1|) |#3|) 53) (((-592 |#2|) (-1088 |#1|) |#3|) 52)) (-1564 (((-592 (-592 |#2|)) (-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092)) |#3|) 88)))
-(((-503 |#1| |#2| |#3|) (-10 -7 (-15 -1352 ((-592 |#2|) (-1088 |#1|) |#3|)) (-15 -1352 ((-592 |#2|) (-887 |#1|) |#3|)) (-15 -1564 ((-592 (-592 |#2|)) (-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092)) |#3|)) (-15 -3332 ((-592 (-273 (-887 |#2|))) (-592 |#2|) (-592 (-1092))))) (-429) (-341) (-13 (-341) (-787))) (T -503))
-((-3332 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 (-1092))) (-4 *6 (-341)) (-5 *2 (-592 (-273 (-887 *6)))) (-5 *1 (-503 *5 *6 *7)) (-4 *5 (-429)) (-4 *7 (-13 (-341) (-787))))) (-1564 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-592 (-887 *6))) (-5 *4 (-592 (-1092))) (-4 *6 (-429)) (-5 *2 (-592 (-592 *7))) (-5 *1 (-503 *6 *7 *5)) (-4 *7 (-341)) (-4 *5 (-13 (-341) (-787))))) (-1352 (*1 *2 *3 *4) (-12 (-5 *3 (-887 *5)) (-4 *5 (-429)) (-5 *2 (-592 *6)) (-5 *1 (-503 *5 *6 *4)) (-4 *6 (-341)) (-4 *4 (-13 (-341) (-787))))) (-1352 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 *5)) (-4 *5 (-429)) (-5 *2 (-592 *6)) (-5 *1 (-503 *5 *6 *4)) (-4 *6 (-341)) (-4 *4 (-13 (-341) (-787))))))
-(-10 -7 (-15 -1352 ((-592 |#2|) (-1088 |#1|) |#3|)) (-15 -1352 ((-592 |#2|) (-887 |#1|) |#3|)) (-15 -1564 ((-592 (-592 |#2|)) (-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092)) |#3|)) (-15 -3332 ((-592 (-273 (-887 |#2|))) (-592 |#2|) (-592 (-1092)))))
-((-2600 ((|#2| |#2| |#1|) 17)) (-1492 ((|#2| (-592 |#2|)) 27)) (-3535 ((|#2| (-592 |#2|)) 46)))
-(((-504 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1492 (|#2| (-592 |#2|))) (-15 -3535 (|#2| (-592 |#2|))) (-15 -2600 (|#2| |#2| |#1|))) (-286) (-1150 |#1|) |#1| (-1 |#1| |#1| (-713))) (T -504))
-((-2600 (*1 *2 *2 *3) (-12 (-4 *3 (-286)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-713))) (-5 *1 (-504 *3 *2 *4 *5)) (-4 *2 (-1150 *3)))) (-3535 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-1150 *4)) (-5 *1 (-504 *4 *2 *5 *6)) (-4 *4 (-286)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-713))))) (-1492 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-1150 *4)) (-5 *1 (-504 *4 *2 *5 *6)) (-4 *4 (-286)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-713))))))
-(-10 -7 (-15 -1492 (|#2| (-592 |#2|))) (-15 -3535 (|#2| (-592 |#2|))) (-15 -2600 (|#2| |#2| |#1|)))
-((-4201 (((-396 (-1088 |#4|)) (-1088 |#4|) (-1 (-396 (-1088 |#3|)) (-1088 |#3|))) 79) (((-396 |#4|) |#4| (-1 (-396 (-1088 |#3|)) (-1088 |#3|))) 169)))
-(((-505 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4201 ((-396 |#4|) |#4| (-1 (-396 (-1088 |#3|)) (-1088 |#3|)))) (-15 -4201 ((-396 (-1088 |#4|)) (-1088 |#4|) (-1 (-396 (-1088 |#3|)) (-1088 |#3|))))) (-789) (-735) (-13 (-286) (-138)) (-884 |#3| |#2| |#1|)) (T -505))
-((-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-396 (-1088 *7)) (-1088 *7))) (-4 *7 (-13 (-286) (-138))) (-4 *5 (-789)) (-4 *6 (-735)) (-4 *8 (-884 *7 *6 *5)) (-5 *2 (-396 (-1088 *8))) (-5 *1 (-505 *5 *6 *7 *8)) (-5 *3 (-1088 *8)))) (-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-396 (-1088 *7)) (-1088 *7))) (-4 *7 (-13 (-286) (-138))) (-4 *5 (-789)) (-4 *6 (-735)) (-5 *2 (-396 *3)) (-5 *1 (-505 *5 *6 *7 *3)) (-4 *3 (-884 *7 *6 *5)))))
-(-10 -7 (-15 -4201 ((-396 |#4|) |#4| (-1 (-396 (-1088 |#3|)) (-1088 |#3|)))) (-15 -4201 ((-396 (-1088 |#4|)) (-1088 |#4|) (-1 (-396 (-1088 |#3|)) (-1088 |#3|)))))
-((-3834 ((|#4| |#4|) 74)) (-2583 ((|#4| |#4|) 70)) (-2001 ((|#4| |#4| (-525) (-525)) 76)) (-4059 ((|#4| |#4|) 72)))
-(((-506 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2583 (|#4| |#4|)) (-15 -4059 (|#4| |#4|)) (-15 -3834 (|#4| |#4|)) (-15 -2001 (|#4| |#4| (-525) (-525)))) (-13 (-341) (-346) (-567 (-525))) (-1150 |#1|) (-667 |#1| |#2|) (-1165 |#3|)) (T -506))
-((-2001 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-525)) (-4 *4 (-13 (-341) (-346) (-567 *3))) (-4 *5 (-1150 *4)) (-4 *6 (-667 *4 *5)) (-5 *1 (-506 *4 *5 *6 *2)) (-4 *2 (-1165 *6)))) (-3834 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-4 *4 (-1150 *3)) (-4 *5 (-667 *3 *4)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-1165 *5)))) (-4059 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-4 *4 (-1150 *3)) (-4 *5 (-667 *3 *4)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-1165 *5)))) (-2583 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-4 *4 (-1150 *3)) (-4 *5 (-667 *3 *4)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-1165 *5)))))
-(-10 -7 (-15 -2583 (|#4| |#4|)) (-15 -4059 (|#4| |#4|)) (-15 -3834 (|#4| |#4|)) (-15 -2001 (|#4| |#4| (-525) (-525))))
-((-3834 ((|#2| |#2|) 27)) (-2583 ((|#2| |#2|) 23)) (-2001 ((|#2| |#2| (-525) (-525)) 29)) (-4059 ((|#2| |#2|) 25)))
-(((-507 |#1| |#2|) (-10 -7 (-15 -2583 (|#2| |#2|)) (-15 -4059 (|#2| |#2|)) (-15 -3834 (|#2| |#2|)) (-15 -2001 (|#2| |#2| (-525) (-525)))) (-13 (-341) (-346) (-567 (-525))) (-1165 |#1|)) (T -507))
-((-2001 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-525)) (-4 *4 (-13 (-341) (-346) (-567 *3))) (-5 *1 (-507 *4 *2)) (-4 *2 (-1165 *4)))) (-3834 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-5 *1 (-507 *3 *2)) (-4 *2 (-1165 *3)))) (-4059 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-5 *1 (-507 *3 *2)) (-4 *2 (-1165 *3)))) (-2583 (*1 *2 *2) (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-5 *1 (-507 *3 *2)) (-4 *2 (-1165 *3)))))
-(-10 -7 (-15 -2583 (|#2| |#2|)) (-15 -4059 (|#2| |#2|)) (-15 -3834 (|#2| |#2|)) (-15 -2001 (|#2| |#2| (-525) (-525))))
-((-1301 (((-3 (-525) "failed") |#2| |#1| (-1 (-3 (-525) "failed") |#1|)) 14) (((-3 (-525) "failed") |#2| |#1| (-525) (-1 (-3 (-525) "failed") |#1|)) 13) (((-3 (-525) "failed") |#2| (-525) (-1 (-3 (-525) "failed") |#1|)) 26)))
-(((-508 |#1| |#2|) (-10 -7 (-15 -1301 ((-3 (-525) "failed") |#2| (-525) (-1 (-3 (-525) "failed") |#1|))) (-15 -1301 ((-3 (-525) "failed") |#2| |#1| (-525) (-1 (-3 (-525) "failed") |#1|))) (-15 -1301 ((-3 (-525) "failed") |#2| |#1| (-1 (-3 (-525) "failed") |#1|)))) (-977) (-1150 |#1|)) (T -508))
-((-1301 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-525) "failed") *4)) (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-508 *4 *3)) (-4 *3 (-1150 *4)))) (-1301 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-525) "failed") *4)) (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-508 *4 *3)) (-4 *3 (-1150 *4)))) (-1301 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-525) "failed") *5)) (-4 *5 (-977)) (-5 *2 (-525)) (-5 *1 (-508 *5 *3)) (-4 *3 (-1150 *5)))))
-(-10 -7 (-15 -1301 ((-3 (-525) "failed") |#2| (-525) (-1 (-3 (-525) "failed") |#1|))) (-15 -1301 ((-3 (-525) "failed") |#2| |#1| (-525) (-1 (-3 (-525) "failed") |#1|))) (-15 -1301 ((-3 (-525) "failed") |#2| |#1| (-1 (-3 (-525) "failed") |#1|))))
-((-3410 (($ $ $) 79)) (-3586 (((-396 $) $) 47)) (-1934 (((-3 (-525) "failed") $) 59)) (-4105 (((-525) $) 37)) (-3306 (((-3 (-385 (-525)) "failed") $) 74)) (-1417 (((-108) $) 24)) (-1367 (((-385 (-525)) $) 72)) (-1798 (((-108) $) 50)) (-2209 (($ $ $ $) 86)) (-1889 (((-108) $) 16)) (-1922 (($ $ $) 57)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 69)) (-2878 (((-3 $ "failed") $) 64)) (-2845 (($ $) 23)) (-2432 (($ $ $) 84)) (-2948 (($) 60)) (-1606 (($ $) 53)) (-4201 (((-396 $) $) 45)) (-3864 (((-108) $) 14)) (-1927 (((-713) $) 28)) (-2702 (($ $ (-713)) NIL) (($ $) 10)) (-2503 (($ $) 17)) (-2069 (((-525) $) NIL) (((-501) $) 36) (((-827 (-525)) $) 40) (((-357) $) 31) (((-205) $) 33)) (-2448 (((-713)) 8)) (-4214 (((-108) $ $) 20)) (-1494 (($ $ $) 55)))
-(((-509 |#1|) (-10 -8 (-15 -2432 (|#1| |#1| |#1|)) (-15 -2209 (|#1| |#1| |#1| |#1|)) (-15 -2845 (|#1| |#1|)) (-15 -2503 (|#1| |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -3410 (|#1| |#1| |#1|)) (-15 -4214 ((-108) |#1| |#1|)) (-15 -3864 ((-108) |#1|)) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -2069 ((-205) |#1|)) (-15 -2069 ((-357) |#1|)) (-15 -1922 (|#1| |#1| |#1|)) (-15 -1606 (|#1| |#1|)) (-15 -1494 (|#1| |#1| |#1|)) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -2069 ((-525) |#1|)) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -1889 ((-108) |#1|)) (-15 -1927 ((-713) |#1|)) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -1798 ((-108) |#1|)) (-15 -2448 ((-713)))) (-510)) (T -509))
-((-2448 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-509 *3)) (-4 *3 (-510)))))
-(-10 -8 (-15 -2432 (|#1| |#1| |#1|)) (-15 -2209 (|#1| |#1| |#1| |#1|)) (-15 -2845 (|#1| |#1|)) (-15 -2503 (|#1| |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -3410 (|#1| |#1| |#1|)) (-15 -4214 ((-108) |#1| |#1|)) (-15 -3864 ((-108) |#1|)) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -2069 ((-205) |#1|)) (-15 -2069 ((-357) |#1|)) (-15 -1922 (|#1| |#1| |#1|)) (-15 -1606 (|#1| |#1|)) (-15 -1494 (|#1| |#1| |#1|)) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -2069 ((-525) |#1|)) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -1889 ((-108) |#1|)) (-15 -1927 ((-713) |#1|)) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -1798 ((-108) |#1|)) (-15 -2448 ((-713))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3410 (($ $ $) 85)) (-3222 (((-3 $ "failed") $ $) 19)) (-3004 (($ $ $ $) 73)) (-4195 (($ $) 51)) (-3586 (((-396 $) $) 52)) (-1507 (((-108) $ $) 125)) (-2971 (((-525) $) 114)) (-3164 (($ $ $) 88)) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 106)) (-4105 (((-525) $) 105)) (-1356 (($ $ $) 129)) (-3090 (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 104) (((-632 (-525)) (-632 $)) 103)) (-3300 (((-3 $ "failed") $) 34)) (-3306 (((-3 (-385 (-525)) "failed") $) 82)) (-1417 (((-108) $) 84)) (-1367 (((-385 (-525)) $) 83)) (-1903 (($) 81) (($ $) 80)) (-1332 (($ $ $) 128)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 123)) (-1798 (((-108) $) 53)) (-2209 (($ $ $ $) 71)) (-1453 (($ $ $) 86)) (-1889 (((-108) $) 116)) (-1922 (($ $ $) 97)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 100)) (-2278 (((-108) $) 31)) (-3028 (((-108) $) 92)) (-2878 (((-3 $ "failed") $) 94)) (-4079 (((-108) $) 115)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 132)) (-3455 (($ $ $ $) 72)) (-3033 (($ $ $) 117)) (-1609 (($ $ $) 118)) (-2845 (($ $) 75)) (-4128 (($ $) 89)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-2432 (($ $ $) 70)) (-2948 (($) 93 T CONST)) (-3280 (($ $) 77)) (-3993 (((-1039) $) 10) (($ $) 79)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-1606 (($ $) 98)) (-4201 (((-396 $) $) 50)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 131) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 130)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 124)) (-3864 (((-108) $) 91)) (-1927 (((-713) $) 126)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 127)) (-2702 (($ $ (-713)) 111) (($ $) 109)) (-4223 (($ $) 76)) (-2503 (($ $) 78)) (-2069 (((-525) $) 108) (((-501) $) 102) (((-827 (-525)) $) 101) (((-357) $) 96) (((-205) $) 95)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-525)) 107)) (-2448 (((-713)) 29)) (-4214 (((-108) $ $) 87)) (-1494 (($ $ $) 99)) (-3771 (($) 90)) (-1571 (((-108) $ $) 39)) (-3695 (($ $ $ $) 74)) (-2380 (($ $) 113)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-713)) 112) (($ $) 110)) (-2830 (((-108) $ $) 120)) (-2807 (((-108) $ $) 121)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 119)) (-2795 (((-108) $ $) 122)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-510) (-131)) (T -510))
-((-3028 (*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108)))) (-3864 (*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108)))) (-3771 (*1 *1) (-4 *1 (-510))) (-4128 (*1 *1 *1) (-4 *1 (-510))) (-3164 (*1 *1 *1 *1) (-4 *1 (-510))) (-4214 (*1 *2 *1 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108)))) (-1453 (*1 *1 *1 *1) (-4 *1 (-510))) (-3410 (*1 *1 *1 *1) (-4 *1 (-510))) (-1417 (*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108)))) (-1367 (*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-385 (-525))))) (-3306 (*1 *2 *1) (|partial| -12 (-4 *1 (-510)) (-5 *2 (-385 (-525))))) (-1903 (*1 *1) (-4 *1 (-510))) (-1903 (*1 *1 *1) (-4 *1 (-510))) (-3993 (*1 *1 *1) (-4 *1 (-510))) (-2503 (*1 *1 *1) (-4 *1 (-510))) (-3280 (*1 *1 *1) (-4 *1 (-510))) (-4223 (*1 *1 *1) (-4 *1 (-510))) (-2845 (*1 *1 *1) (-4 *1 (-510))) (-3695 (*1 *1 *1 *1 *1) (-4 *1 (-510))) (-3004 (*1 *1 *1 *1 *1) (-4 *1 (-510))) (-3455 (*1 *1 *1 *1 *1) (-4 *1 (-510))) (-2209 (*1 *1 *1 *1 *1) (-4 *1 (-510))) (-2432 (*1 *1 *1 *1) (-4 *1 (-510))))
-(-13 (-1132) (-286) (-762) (-213) (-567 (-525)) (-968 (-525)) (-588 (-525)) (-567 (-501)) (-567 (-827 (-525))) (-821 (-525)) (-134) (-953) (-138) (-1068) (-10 -8 (-15 -3028 ((-108) $)) (-15 -3864 ((-108) $)) (-6 -4258) (-15 -3771 ($)) (-15 -4128 ($ $)) (-15 -3164 ($ $ $)) (-15 -4214 ((-108) $ $)) (-15 -1453 ($ $ $)) (-15 -3410 ($ $ $)) (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $)) (-15 -1903 ($)) (-15 -1903 ($ $)) (-15 -3993 ($ $)) (-15 -2503 ($ $)) (-15 -3280 ($ $)) (-15 -4223 ($ $)) (-15 -2845 ($ $)) (-15 -3695 ($ $ $ $)) (-15 -3004 ($ $ $ $)) (-15 -3455 ($ $ $ $)) (-15 -2209 ($ $ $ $)) (-15 -2432 ($ $ $)) (-6 -4257)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-138) . T) ((-566 (-798)) . T) ((-134) . T) ((-160) . T) ((-567 (-205)) . T) ((-567 (-357)) . T) ((-567 (-501)) . T) ((-567 (-525)) . T) ((-567 (-827 (-525))) . T) ((-213) . T) ((-269) . T) ((-286) . T) ((-429) . T) ((-517) . T) ((-594 $) . T) ((-588 (-525)) . T) ((-660 $) . T) ((-669) . T) ((-733) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-762) . T) ((-787) . T) ((-789) . T) ((-821 (-525)) . T) ((-855) . T) ((-953) . T) ((-968 (-525)) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) . T) ((-1132) . T))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-3289 (((-1179) $ |#1| |#1|) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#2| $ |#1| |#2|) NIL)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) NIL)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) NIL)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) NIL)) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 ((|#1| $) NIL (|has| |#1| (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 ((|#1| $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1398 (((-592 |#1|) $) NIL)) (-3770 (((-108) |#1| $) NIL)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3177 (((-592 |#1|) $) NIL)) (-3461 (((-108) |#1| $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#2| $) NIL (|has| |#1| (-789)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-511 |#1| |#2| |#3|) (-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259))) (-1020) (-1020) (-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259)))) (T -511))
-NIL
-(-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259)))
-((-2693 (((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) (-1 (-1088 |#2|) (-1088 |#2|))) 51)))
-(((-512 |#1| |#2|) (-10 -7 (-15 -2693 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) (-1 (-1088 |#2|) (-1088 |#2|))))) (-13 (-789) (-517)) (-13 (-27) (-408 |#1|))) (T -512))
-((-2693 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-565 *3)) (-5 *5 (-1 (-1088 *3) (-1088 *3))) (-4 *3 (-13 (-27) (-408 *6))) (-4 *6 (-13 (-789) (-517))) (-5 *2 (-542 *3)) (-5 *1 (-512 *6 *3)))))
-(-10 -7 (-15 -2693 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) (-1 (-1088 |#2|) (-1088 |#2|)))))
-((-3981 (((-542 |#5|) |#5| (-1 |#3| |#3|)) 198)) (-3271 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 194)) (-2017 (((-542 |#5|) |#5| (-1 |#3| |#3|)) 201)))
-(((-513 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2017 ((-542 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3981 ((-542 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3271 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-789) (-517) (-968 (-525))) (-13 (-27) (-408 |#1|)) (-1150 |#2|) (-1150 (-385 |#3|)) (-320 |#2| |#3| |#4|)) (T -513))
-((-3271 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-27) (-408 *4))) (-4 *4 (-13 (-789) (-517) (-968 (-525)))) (-4 *7 (-1150 (-385 *6))) (-5 *1 (-513 *4 *5 *6 *7 *2)) (-4 *2 (-320 *5 *6 *7)))) (-3981 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1150 *6)) (-4 *6 (-13 (-27) (-408 *5))) (-4 *5 (-13 (-789) (-517) (-968 (-525)))) (-4 *8 (-1150 (-385 *7))) (-5 *2 (-542 *3)) (-5 *1 (-513 *5 *6 *7 *8 *3)) (-4 *3 (-320 *6 *7 *8)))) (-2017 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1150 *6)) (-4 *6 (-13 (-27) (-408 *5))) (-4 *5 (-13 (-789) (-517) (-968 (-525)))) (-4 *8 (-1150 (-385 *7))) (-5 *2 (-542 *3)) (-5 *1 (-513 *5 *6 *7 *8 *3)) (-4 *3 (-320 *6 *7 *8)))))
-(-10 -7 (-15 -2017 ((-542 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3981 ((-542 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3271 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
-((-1343 (((-108) (-525) (-525)) 10)) (-2342 (((-525) (-525)) 7)) (-1826 (((-525) (-525) (-525)) 8)))
-(((-514) (-10 -7 (-15 -2342 ((-525) (-525))) (-15 -1826 ((-525) (-525) (-525))) (-15 -1343 ((-108) (-525) (-525))))) (T -514))
-((-1343 (*1 *2 *3 *3) (-12 (-5 *3 (-525)) (-5 *2 (-108)) (-5 *1 (-514)))) (-1826 (*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-514)))) (-2342 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-514)))))
-(-10 -7 (-15 -2342 ((-525) (-525))) (-15 -1826 ((-525) (-525) (-525))) (-15 -1343 ((-108) (-525) (-525))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3327 ((|#1| $) 61)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-1803 (($ $) 91)) (-3659 (($ $) 74)) (-1525 ((|#1| $) 62)) (-3222 (((-3 $ "failed") $ $) 19)) (-4211 (($ $) 73)) (-1781 (($ $) 90)) (-3638 (($ $) 75)) (-1828 (($ $) 89)) (-3698 (($ $) 76)) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 69)) (-4105 (((-525) $) 68)) (-3300 (((-3 $ "failed") $) 34)) (-3696 (($ |#1| |#1|) 66)) (-1889 (((-108) $) 60)) (-4106 (($) 101)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 72)) (-4079 (((-108) $) 59)) (-3033 (($ $ $) 107)) (-1609 (($ $ $) 106)) (-2533 (($ $) 98)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-2371 (($ |#1| |#1|) 67) (($ |#1|) 65) (($ (-385 (-525))) 64)) (-1919 ((|#1| $) 63)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-1311 (((-3 $ "failed") $ $) 42)) (-1618 (($ $) 99)) (-1841 (($ $) 88)) (-3798 (($ $) 77)) (-1816 (($ $) 87)) (-3678 (($ $) 78)) (-1792 (($ $) 86)) (-3649 (($ $) 79)) (-1424 (((-108) $ |#1|) 58)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-525)) 70)) (-2448 (((-713)) 29)) (-1876 (($ $) 97)) (-3853 (($ $) 85)) (-1571 (((-108) $ $) 39)) (-1853 (($ $) 96)) (-3808 (($ $) 84)) (-1902 (($ $) 95)) (-1760 (($ $) 83)) (-3135 (($ $) 94)) (-1770 (($ $) 82)) (-1891 (($ $) 93)) (-1748 (($ $) 81)) (-1866 (($ $) 92)) (-3820 (($ $) 80)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2830 (((-108) $ $) 104)) (-2807 (((-108) $ $) 103)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 105)) (-2795 (((-108) $ $) 102)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ $) 100) (($ $ (-385 (-525))) 71)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-515 |#1|) (-131) (-13 (-382) (-1114))) (T -515))
-((-2371 (*1 *1 *2 *2) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))) (-3696 (*1 *1 *2 *2) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))) (-2371 (*1 *1 *2) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))) (-2371 (*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-4 *1 (-515 *3)) (-4 *3 (-13 (-382) (-1114))))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))) (-1525 (*1 *2 *1) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))) (-3327 (*1 *2 *1) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))) (-1889 (*1 *2 *1) (-12 (-4 *1 (-515 *3)) (-4 *3 (-13 (-382) (-1114))) (-5 *2 (-108)))) (-4079 (*1 *2 *1) (-12 (-4 *1 (-515 *3)) (-4 *3 (-13 (-382) (-1114))) (-5 *2 (-108)))) (-1424 (*1 *2 *1 *3) (-12 (-4 *1 (-515 *3)) (-4 *3 (-13 (-382) (-1114))) (-5 *2 (-108)))))
-(-13 (-429) (-789) (-1114) (-934) (-968 (-525)) (-10 -8 (-6 -1485) (-15 -2371 ($ |t#1| |t#1|)) (-15 -3696 ($ |t#1| |t#1|)) (-15 -2371 ($ |t#1|)) (-15 -2371 ($ (-385 (-525)))) (-15 -1919 (|t#1| $)) (-15 -1525 (|t#1| $)) (-15 -3327 (|t#1| $)) (-15 -1889 ((-108) $)) (-15 -4079 ((-108) $)) (-15 -1424 ((-108) $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-34) . T) ((-91) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-263) . T) ((-269) . T) ((-429) . T) ((-466) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-789) . T) ((-934) . T) ((-968 (-525)) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1114) . T) ((-1117) . T))
-((-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 9)) (-2433 (($ $) 11)) (-1568 (((-108) $) 18)) (-3300 (((-3 $ "failed") $) 16)) (-1571 (((-108) $ $) 20)))
-(((-516 |#1|) (-10 -8 (-15 -1568 ((-108) |#1|)) (-15 -1571 ((-108) |#1| |#1|)) (-15 -2433 (|#1| |#1|)) (-15 -4011 ((-2 (|:| -1509 |#1|) (|:| -4246 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|))) (-517)) (T -516))
-NIL
-(-10 -8 (-15 -1568 ((-108) |#1|)) (-15 -1571 ((-108) |#1| |#1|)) (-15 -2433 (|#1| |#1|)) (-15 -4011 ((-2 (|:| -1509 |#1|) (|:| -4246 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ $) 42)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-517) (-131)) (T -517))
-((-1311 (*1 *1 *1 *1) (|partial| -4 *1 (-517))) (-4011 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1509 *1) (|:| -4246 *1) (|:| |associate| *1))) (-4 *1 (-517)))) (-2433 (*1 *1 *1) (-4 *1 (-517))) (-1571 (*1 *2 *1 *1) (-12 (-4 *1 (-517)) (-5 *2 (-108)))) (-1568 (*1 *2 *1) (-12 (-4 *1 (-517)) (-5 *2 (-108)))))
-(-13 (-160) (-37 $) (-269) (-10 -8 (-15 -1311 ((-3 $ "failed") $ $)) (-15 -4011 ((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $)) (-15 -2433 ($ $)) (-15 -1571 ((-108) $ $)) (-15 -1568 ((-108) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-1740 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1092) (-592 |#2|)) 37)) (-1392 (((-542 |#2|) |#2| (-1092)) 62)) (-2703 (((-3 |#2| "failed") |#2| (-1092)) 154)) (-3751 (((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1092) (-565 |#2|) (-592 (-565 |#2|))) 157)) (-4184 (((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1092) |#2|) 40)))
-(((-518 |#1| |#2|) (-10 -7 (-15 -4184 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1092) |#2|)) (-15 -1740 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1092) (-592 |#2|))) (-15 -2703 ((-3 |#2| "failed") |#2| (-1092))) (-15 -1392 ((-542 |#2|) |#2| (-1092))) (-15 -3751 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1092) (-565 |#2|) (-592 (-565 |#2|))))) (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|))) (T -518))
-((-3751 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1092)) (-5 *6 (-592 (-565 *3))) (-5 *5 (-565 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *7))) (-4 *7 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3))) (-5 *1 (-518 *7 *3)))) (-1392 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-542 *3)) (-5 *1 (-518 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-2703 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1092)) (-4 *4 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *1 (-518 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))) (-1740 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-592 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-518 *6 *3)))) (-4184 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1092)) (-4 *5 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3))) (-5 *1 (-518 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))))
-(-10 -7 (-15 -4184 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1092) |#2|)) (-15 -1740 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1092) (-592 |#2|))) (-15 -2703 ((-3 |#2| "failed") |#2| (-1092))) (-15 -1392 ((-542 |#2|) |#2| (-1092))) (-15 -3751 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1092) (-565 |#2|) (-592 (-565 |#2|)))))
-((-3586 (((-396 |#1|) |#1|) 18)) (-4201 (((-396 |#1|) |#1|) 33)) (-2651 (((-3 |#1| "failed") |#1|) 44)) (-1389 (((-396 |#1|) |#1|) 51)))
-(((-519 |#1|) (-10 -7 (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -1389 ((-396 |#1|) |#1|)) (-15 -2651 ((-3 |#1| "failed") |#1|))) (-510)) (T -519))
-((-2651 (*1 *2 *2) (|partial| -12 (-5 *1 (-519 *2)) (-4 *2 (-510)))) (-1389 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-519 *3)) (-4 *3 (-510)))) (-3586 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-519 *3)) (-4 *3 (-510)))) (-4201 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-519 *3)) (-4 *3 (-510)))))
-(-10 -7 (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -1389 ((-396 |#1|) |#1|)) (-15 -2651 ((-3 |#1| "failed") |#1|)))
-((-2597 (($) 9)) (-1333 (((-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 35)) (-1398 (((-592 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) $) 32)) (-3246 (($ (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 29)) (-1302 (($ (-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 27)) (-3448 (((-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 39)) (-1717 (((-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 37)) (-3815 (((-1179)) 12)))
-(((-520) (-10 -8 (-15 -2597 ($)) (-15 -3815 ((-1179))) (-15 -1398 ((-592 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) $)) (-15 -1302 ($ (-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3246 ($ (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1333 ((-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1717 ((-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3448 ((-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))) (T -520))
-((-3448 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-520)))) (-1717 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-520)))) (-1333 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-520)))) (-3246 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-520)))) (-1302 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-520)))) (-1398 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-5 *1 (-520)))) (-3815 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-520)))) (-2597 (*1 *1) (-5 *1 (-520))))
-(-10 -8 (-15 -2597 ($)) (-15 -3815 ((-1179))) (-15 -1398 ((-592 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) $)) (-15 -1302 ($ (-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3246 ($ (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1333 ((-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -1717 ((-592 (-2 (|:| -1556 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3448 ((-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| (-1073 (-205))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1777 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))
-((-4169 (((-1088 (-385 (-1088 |#2|))) |#2| (-565 |#2|) (-565 |#2|) (-1088 |#2|)) 32)) (-2556 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|))) 100) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|) |#2| (-1088 |#2|)) 110)) (-3173 (((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|))) 80) (((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) |#2| (-1088 |#2|)) 52)) (-1566 (((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2| (-565 |#2|) |#2| (-385 (-1088 |#2|))) 87) (((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2| |#2| (-1088 |#2|)) 109)) (-3807 (((-3 |#2| "failed") |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)) (-565 |#2|) |#2| (-385 (-1088 |#2|))) 105) (((-3 |#2| "failed") |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)) |#2| (-1088 |#2|)) 111)) (-3335 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|))) 128 (|has| |#3| (-602 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) |#2| (-1088 |#2|)) 127 (|has| |#3| (-602 |#2|)))) (-1284 ((|#2| (-1088 (-385 (-1088 |#2|))) (-565 |#2|) |#2|) 50)) (-3492 (((-1088 (-385 (-1088 |#2|))) (-1088 |#2|) (-565 |#2|)) 31)))
-(((-521 |#1| |#2| |#3|) (-10 -7 (-15 -3173 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) |#2| (-1088 |#2|))) (-15 -3173 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -1566 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2| |#2| (-1088 |#2|))) (-15 -1566 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2| (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -2556 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|) |#2| (-1088 |#2|))) (-15 -2556 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -3807 ((-3 |#2| "failed") |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)) |#2| (-1088 |#2|))) (-15 -3807 ((-3 |#2| "failed") |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)) (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -4169 ((-1088 (-385 (-1088 |#2|))) |#2| (-565 |#2|) (-565 |#2|) (-1088 |#2|))) (-15 -1284 (|#2| (-1088 (-385 (-1088 |#2|))) (-565 |#2|) |#2|)) (-15 -3492 ((-1088 (-385 (-1088 |#2|))) (-1088 |#2|) (-565 |#2|))) (IF (|has| |#3| (-602 |#2|)) (PROGN (-15 -3335 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) |#2| (-1088 |#2|))) (-15 -3335 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|))))) |%noBranch|)) (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))) (-13 (-408 |#1|) (-27) (-1114)) (-1020)) (T -521))
-((-3335 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-565 *4)) (-5 *6 (-385 (-1088 *4))) (-4 *4 (-13 (-408 *7) (-27) (-1114))) (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-521 *7 *4 *3)) (-4 *3 (-602 *4)) (-4 *3 (-1020)))) (-3335 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-565 *4)) (-5 *6 (-1088 *4)) (-4 *4 (-13 (-408 *7) (-27) (-1114))) (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-521 *7 *4 *3)) (-4 *3 (-602 *4)) (-4 *3 (-1020)))) (-3492 (*1 *2 *3 *4) (-12 (-5 *4 (-565 *6)) (-4 *6 (-13 (-408 *5) (-27) (-1114))) (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-1088 (-385 (-1088 *6)))) (-5 *1 (-521 *5 *6 *7)) (-5 *3 (-1088 *6)) (-4 *7 (-1020)))) (-1284 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1088 (-385 (-1088 *2)))) (-5 *4 (-565 *2)) (-4 *2 (-13 (-408 *5) (-27) (-1114))) (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *1 (-521 *5 *2 *6)) (-4 *6 (-1020)))) (-4169 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-565 *3)) (-4 *3 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-1088 (-385 (-1088 *3)))) (-5 *1 (-521 *6 *3 *7)) (-5 *5 (-1088 *3)) (-4 *7 (-1020)))) (-3807 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-565 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1092))) (-5 *5 (-385 (-1088 *2))) (-4 *2 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *1 (-521 *6 *2 *7)) (-4 *7 (-1020)))) (-3807 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-565 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1092))) (-5 *5 (-1088 *2)) (-4 *2 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *1 (-521 *6 *2 *7)) (-4 *7 (-1020)))) (-2556 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-592 *3)) (-5 *6 (-385 (-1088 *3))) (-4 *3 (-13 (-408 *7) (-27) (-1114))) (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-521 *7 *3 *8)) (-4 *8 (-1020)))) (-2556 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-592 *3)) (-5 *6 (-1088 *3)) (-4 *3 (-13 (-408 *7) (-27) (-1114))) (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-521 *7 *3 *8)) (-4 *8 (-1020)))) (-1566 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-385 (-1088 *3))) (-4 *3 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3))) (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020)))) (-1566 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-1088 *3)) (-4 *3 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3))) (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020)))) (-3173 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-565 *3)) (-5 *5 (-385 (-1088 *3))) (-4 *3 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-542 *3)) (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020)))) (-3173 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-565 *3)) (-5 *5 (-1088 *3)) (-4 *3 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-542 *3)) (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020)))))
-(-10 -7 (-15 -3173 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) |#2| (-1088 |#2|))) (-15 -3173 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -1566 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2| |#2| (-1088 |#2|))) (-15 -1566 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2| (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -2556 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|) |#2| (-1088 |#2|))) (-15 -2556 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -3807 ((-3 |#2| "failed") |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)) |#2| (-1088 |#2|))) (-15 -3807 ((-3 |#2| "failed") |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)) (-565 |#2|) |#2| (-385 (-1088 |#2|)))) (-15 -4169 ((-1088 (-385 (-1088 |#2|))) |#2| (-565 |#2|) (-565 |#2|) (-1088 |#2|))) (-15 -1284 (|#2| (-1088 (-385 (-1088 |#2|))) (-565 |#2|) |#2|)) (-15 -3492 ((-1088 (-385 (-1088 |#2|))) (-1088 |#2|) (-565 |#2|))) (IF (|has| |#3| (-602 |#2|)) (PROGN (-15 -3335 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) |#2| (-1088 |#2|))) (-15 -3335 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) (-565 |#2|) |#2| (-385 (-1088 |#2|))))) |%noBranch|))
-((-1786 (((-525) (-525) (-713)) 66)) (-3457 (((-525) (-525)) 65)) (-2323 (((-525) (-525)) 64)) (-1545 (((-525) (-525)) 69)) (-3530 (((-525) (-525) (-525)) 49)) (-3001 (((-525) (-525) (-525)) 46)) (-2896 (((-385 (-525)) (-525)) 20)) (-2305 (((-525) (-525)) 21)) (-2179 (((-525) (-525)) 58)) (-2550 (((-525) (-525)) 32)) (-3372 (((-592 (-525)) (-525)) 63)) (-3737 (((-525) (-525) (-525) (-525) (-525)) 44)) (-2198 (((-385 (-525)) (-525)) 41)))
-(((-522) (-10 -7 (-15 -2198 ((-385 (-525)) (-525))) (-15 -3737 ((-525) (-525) (-525) (-525) (-525))) (-15 -3372 ((-592 (-525)) (-525))) (-15 -2550 ((-525) (-525))) (-15 -2179 ((-525) (-525))) (-15 -2305 ((-525) (-525))) (-15 -2896 ((-385 (-525)) (-525))) (-15 -3001 ((-525) (-525) (-525))) (-15 -3530 ((-525) (-525) (-525))) (-15 -1545 ((-525) (-525))) (-15 -2323 ((-525) (-525))) (-15 -3457 ((-525) (-525))) (-15 -1786 ((-525) (-525) (-713))))) (T -522))
-((-1786 (*1 *2 *2 *3) (-12 (-5 *2 (-525)) (-5 *3 (-713)) (-5 *1 (-522)))) (-3457 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-2323 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-1545 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-3530 (*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-3001 (*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-2896 (*1 *2 *3) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-522)) (-5 *3 (-525)))) (-2305 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-2179 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-2550 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-3372 (*1 *2 *3) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-522)) (-5 *3 (-525)))) (-3737 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))) (-2198 (*1 *2 *3) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-522)) (-5 *3 (-525)))))
-(-10 -7 (-15 -2198 ((-385 (-525)) (-525))) (-15 -3737 ((-525) (-525) (-525) (-525) (-525))) (-15 -3372 ((-592 (-525)) (-525))) (-15 -2550 ((-525) (-525))) (-15 -2179 ((-525) (-525))) (-15 -2305 ((-525) (-525))) (-15 -2896 ((-385 (-525)) (-525))) (-15 -3001 ((-525) (-525) (-525))) (-15 -3530 ((-525) (-525) (-525))) (-15 -1545 ((-525) (-525))) (-15 -2323 ((-525) (-525))) (-15 -3457 ((-525) (-525))) (-15 -1786 ((-525) (-525) (-713))))
-((-3354 (((-2 (|:| |answer| |#4|) (|:| -1974 |#4|)) |#4| (-1 |#2| |#2|)) 52)))
-(((-523 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3354 ((-2 (|:| |answer| |#4|) (|:| -1974 |#4|)) |#4| (-1 |#2| |#2|)))) (-341) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|)) (T -523))
-((-3354 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341)) (-4 *7 (-1150 (-385 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -1974 *3))) (-5 *1 (-523 *5 *6 *7 *3)) (-4 *3 (-320 *5 *6 *7)))))
-(-10 -7 (-15 -3354 ((-2 (|:| |answer| |#4|) (|:| -1974 |#4|)) |#4| (-1 |#2| |#2|))))
-((-3354 (((-2 (|:| |answer| (-385 |#2|)) (|:| -1974 (-385 |#2|)) (|:| |specpart| (-385 |#2|)) (|:| |polypart| |#2|)) (-385 |#2|) (-1 |#2| |#2|)) 18)))
-(((-524 |#1| |#2|) (-10 -7 (-15 -3354 ((-2 (|:| |answer| (-385 |#2|)) (|:| -1974 (-385 |#2|)) (|:| |specpart| (-385 |#2|)) (|:| |polypart| |#2|)) (-385 |#2|) (-1 |#2| |#2|)))) (-341) (-1150 |#1|)) (T -524))
-((-3354 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| |answer| (-385 *6)) (|:| -1974 (-385 *6)) (|:| |specpart| (-385 *6)) (|:| |polypart| *6))) (-5 *1 (-524 *5 *6)) (-5 *3 (-385 *6)))))
-(-10 -7 (-15 -3354 ((-2 (|:| |answer| (-385 |#2|)) (|:| -1974 (-385 |#2|)) (|:| |specpart| (-385 |#2|)) (|:| |polypart| |#2|)) (-385 |#2|) (-1 |#2| |#2|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 25)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 87)) (-2433 (($ $) 88)) (-1568 (((-108) $) NIL)) (-3410 (($ $ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3004 (($ $ $ $) 42)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL)) (-3164 (($ $ $) 81)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL)) (-4105 (((-525) $) NIL)) (-1356 (($ $ $) 80)) (-3090 (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 61) (((-632 (-525)) (-632 $)) 57)) (-3300 (((-3 $ "failed") $) 84)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL)) (-1417 (((-108) $) NIL)) (-1367 (((-385 (-525)) $) NIL)) (-1903 (($) 63) (($ $) 64)) (-1332 (($ $ $) 79)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2209 (($ $ $ $) NIL)) (-1453 (($ $ $) 54)) (-1889 (((-108) $) NIL)) (-1922 (($ $ $) NIL)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL)) (-2278 (((-108) $) 26)) (-3028 (((-108) $) 74)) (-2878 (((-3 $ "failed") $) NIL)) (-4079 (((-108) $) 34)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3455 (($ $ $ $) 43)) (-3033 (($ $ $) 76)) (-1609 (($ $ $) 75)) (-2845 (($ $) NIL)) (-4128 (($ $) 40)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) 53)) (-2432 (($ $ $) NIL)) (-2948 (($) NIL T CONST)) (-3280 (($ $) 31)) (-3993 (((-1039) $) NIL) (($ $) 33)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 118)) (-2772 (($ $ $) 85) (($ (-592 $)) NIL)) (-1606 (($ $) NIL)) (-4201 (((-396 $) $) 104)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL)) (-1311 (((-3 $ "failed") $ $) 83)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3864 (((-108) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 78)) (-2702 (($ $ (-713)) NIL) (($ $) NIL)) (-4223 (($ $) 32)) (-2503 (($ $) 30)) (-2069 (((-525) $) 39) (((-501) $) 51) (((-827 (-525)) $) NIL) (((-357) $) 46) (((-205) $) 48) (((-1075) $) 52)) (-4100 (((-798) $) 37) (($ (-525)) 38) (($ $) NIL) (($ (-525)) 38)) (-2448 (((-713)) NIL)) (-4214 (((-108) $ $) NIL)) (-1494 (($ $ $) NIL)) (-3771 (($) 29)) (-1571 (((-108) $ $) NIL)) (-3695 (($ $ $ $) 41)) (-2380 (($ $) 62)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 27 T CONST)) (-3375 (($) 28 T CONST)) (-3660 (((-1075) $) 20) (((-1075) $ (-108)) 22) (((-1179) (-764) $) 23) (((-1179) (-764) $ (-108)) 24)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 65)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 66)) (-2871 (($ $) 67) (($ $ $) 69)) (-2860 (($ $ $) 68)) (** (($ $ (-856)) NIL) (($ $ (-713)) 73)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 71) (($ $ $) 70)))
-(((-525) (-13 (-510) (-567 (-1075)) (-770) (-10 -8 (-15 -1903 ($ $)) (-6 -4246) (-6 -4251) (-6 -4247) (-6 -4241)))) (T -525))
-((-1903 (*1 *1 *1) (-5 *1 (-525))))
-(-13 (-510) (-567 (-1075)) (-770) (-10 -8 (-15 -1903 ($ $)) (-6 -4246) (-6 -4251) (-6 -4247) (-6 -4241)))
-((-1257 (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))) (-711) (-989)) 108) (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))) (-711)) 110)) (-2367 (((-3 (-966) "failed") (-294 (-357)) (-1013 (-782 (-357))) (-1092)) 172) (((-3 (-966) "failed") (-294 (-357)) (-1013 (-782 (-357))) (-1075)) 171) (((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357) (-357) (-989)) 176) (((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357) (-357)) 177) (((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357)) 178) (((-966) (-294 (-357)) (-592 (-1015 (-782 (-357))))) 179) (((-966) (-294 (-357)) (-1015 (-782 (-357)))) 167) (((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357)) 166) (((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357) (-357)) 162) (((-966) (-711)) 155) (((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357) (-357) (-989)) 161)))
-(((-526) (-10 -7 (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357) (-357) (-989))) (-15 -2367 ((-966) (-711))) (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357) (-357) (-989))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))) (-711))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))) (-711) (-989))) (-15 -2367 ((-3 (-966) "failed") (-294 (-357)) (-1013 (-782 (-357))) (-1075))) (-15 -2367 ((-3 (-966) "failed") (-294 (-357)) (-1013 (-782 (-357))) (-1092))))) (T -526))
-((-2367 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-294 (-357))) (-5 *4 (-1013 (-782 (-357)))) (-5 *5 (-1092)) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-294 (-357))) (-5 *4 (-1013 (-782 (-357)))) (-5 *5 (-1075)) (-5 *2 (-966)) (-5 *1 (-526)))) (-1257 (*1 *2 *3 *4) (-12 (-5 *3 (-711)) (-5 *4 (-989)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966)))) (-5 *1 (-526)))) (-1257 (*1 *2 *3) (-12 (-5 *3 (-711)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966)))) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357))))) (-5 *5 (-357)) (-5 *6 (-989)) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357))))) (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357))))) (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357))))) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357)))) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357)))) (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357)))) (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3) (-12 (-5 *3 (-711)) (-5 *2 (-966)) (-5 *1 (-526)))) (-2367 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357)))) (-5 *5 (-357)) (-5 *6 (-989)) (-5 *2 (-966)) (-5 *1 (-526)))))
-(-10 -7 (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357) (-357) (-989))) (-15 -2367 ((-966) (-711))) (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-1015 (-782 (-357))))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357) (-357))) (-15 -2367 ((-966) (-294 (-357)) (-592 (-1015 (-782 (-357)))) (-357) (-357) (-989))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))) (-711))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))) (-711) (-989))) (-15 -2367 ((-3 (-966) "failed") (-294 (-357)) (-1013 (-782 (-357))) (-1075))) (-15 -2367 ((-3 (-966) "failed") (-294 (-357)) (-1013 (-782 (-357))) (-1092))))
-((-2300 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|)) 183)) (-1925 (((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|)) 98)) (-3878 (((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2|) 179)) (-3783 (((-3 |#2| "failed") |#2| |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092))) 188)) (-1355 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) (-1092)) 196 (|has| |#3| (-602 |#2|)))))
-(((-527 |#1| |#2| |#3|) (-10 -7 (-15 -1925 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|))) (-15 -3878 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2|)) (-15 -2300 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|))) (-15 -3783 ((-3 |#2| "failed") |#2| |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)))) (IF (|has| |#3| (-602 |#2|)) (-15 -1355 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) (-1092))) |%noBranch|)) (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))) (-13 (-408 |#1|) (-27) (-1114)) (-1020)) (T -527))
-((-1355 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-565 *4)) (-5 *6 (-1092)) (-4 *4 (-13 (-408 *7) (-27) (-1114))) (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-527 *7 *4 *3)) (-4 *3 (-602 *4)) (-4 *3 (-1020)))) (-3783 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-565 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1092))) (-4 *2 (-13 (-408 *5) (-27) (-1114))) (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *1 (-527 *5 *2 *6)) (-4 *6 (-1020)))) (-2300 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-592 *3)) (-4 *3 (-13 (-408 *6) (-27) (-1114))) (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-527 *6 *3 *7)) (-4 *7 (-1020)))) (-3878 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-565 *3)) (-4 *3 (-13 (-408 *5) (-27) (-1114))) (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3))) (-5 *1 (-527 *5 *3 *6)) (-4 *6 (-1020)))) (-1925 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-565 *3)) (-4 *3 (-13 (-408 *5) (-27) (-1114))) (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525)))) (-5 *2 (-542 *3)) (-5 *1 (-527 *5 *3 *6)) (-4 *6 (-1020)))))
-(-10 -7 (-15 -1925 ((-542 |#2|) |#2| (-565 |#2|) (-565 |#2|))) (-15 -3878 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-565 |#2|) (-565 |#2|) |#2|)) (-15 -2300 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-565 |#2|) (-565 |#2|) (-592 |#2|))) (-15 -3783 ((-3 |#2| "failed") |#2| |#2| |#2| (-565 |#2|) (-565 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1092)))) (IF (|has| |#3| (-602 |#2|)) (-15 -1355 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -2103 (-592 |#2|))) |#3| |#2| (-565 |#2|) (-565 |#2|) (-1092))) |%noBranch|))
-((-3321 (((-2 (|:| -2518 |#2|) (|:| |nconst| |#2|)) |#2| (-1092)) 64)) (-3868 (((-3 |#2| "failed") |#2| (-1092) (-782 |#2|) (-782 |#2|)) 164 (-12 (|has| |#2| (-1056)) (|has| |#1| (-567 (-827 (-525)))) (|has| |#1| (-821 (-525))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092)) 147 (-12 (|has| |#2| (-578)) (|has| |#1| (-567 (-827 (-525)))) (|has| |#1| (-821 (-525)))))) (-2403 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092)) 148 (-12 (|has| |#2| (-578)) (|has| |#1| (-567 (-827 (-525)))) (|has| |#1| (-821 (-525)))))))
-(((-528 |#1| |#2|) (-10 -7 (-15 -3321 ((-2 (|:| -2518 |#2|) (|:| |nconst| |#2|)) |#2| (-1092))) (IF (|has| |#1| (-567 (-827 (-525)))) (IF (|has| |#1| (-821 (-525))) (PROGN (IF (|has| |#2| (-578)) (PROGN (-15 -2403 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092))) (-15 -3868 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092)))) |%noBranch|) (IF (|has| |#2| (-1056)) (-15 -3868 ((-3 |#2| "failed") |#2| (-1092) (-782 |#2|) (-782 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-789) (-968 (-525)) (-429) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|))) (T -528))
-((-3868 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1092)) (-5 *4 (-782 *2)) (-4 *2 (-1056)) (-4 *2 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-567 (-827 (-525)))) (-4 *5 (-821 (-525))) (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525)))) (-5 *1 (-528 *5 *2)))) (-3868 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1092)) (-4 *5 (-567 (-827 (-525)))) (-4 *5 (-821 (-525))) (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-528 *5 *3)) (-4 *3 (-578)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-2403 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1092)) (-4 *5 (-567 (-827 (-525)))) (-4 *5 (-821 (-525))) (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-528 *5 *3)) (-4 *3 (-578)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-3321 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525)))) (-5 *2 (-2 (|:| -2518 *3) (|:| |nconst| *3))) (-5 *1 (-528 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))))
-(-10 -7 (-15 -3321 ((-2 (|:| -2518 |#2|) (|:| |nconst| |#2|)) |#2| (-1092))) (IF (|has| |#1| (-567 (-827 (-525)))) (IF (|has| |#1| (-821 (-525))) (PROGN (IF (|has| |#2| (-578)) (PROGN (-15 -2403 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092))) (-15 -3868 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092)))) |%noBranch|) (IF (|has| |#2| (-1056)) (-15 -3868 ((-3 |#2| "failed") |#2| (-1092) (-782 |#2|) (-782 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-1824 (((-3 (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|)))))) "failed") (-385 |#2|) (-592 (-385 |#2|))) 41)) (-2367 (((-542 (-385 |#2|)) (-385 |#2|)) 28)) (-3382 (((-3 (-385 |#2|) "failed") (-385 |#2|)) 17)) (-1215 (((-3 (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-385 |#2|)) 48)))
-(((-529 |#1| |#2|) (-10 -7 (-15 -2367 ((-542 (-385 |#2|)) (-385 |#2|))) (-15 -3382 ((-3 (-385 |#2|) "failed") (-385 |#2|))) (-15 -1215 ((-3 (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-385 |#2|))) (-15 -1824 ((-3 (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|)))))) "failed") (-385 |#2|) (-592 (-385 |#2|))))) (-13 (-341) (-138) (-968 (-525))) (-1150 |#1|)) (T -529))
-((-1824 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-592 (-385 *6))) (-5 *3 (-385 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-529 *5 *6)))) (-1215 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-341) (-138) (-968 (-525)))) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| -3991 (-385 *5)) (|:| |coeff| (-385 *5)))) (-5 *1 (-529 *4 *5)) (-5 *3 (-385 *5)))) (-3382 (*1 *2 *2) (|partial| -12 (-5 *2 (-385 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-13 (-341) (-138) (-968 (-525)))) (-5 *1 (-529 *3 *4)))) (-2367 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-138) (-968 (-525)))) (-4 *5 (-1150 *4)) (-5 *2 (-542 (-385 *5))) (-5 *1 (-529 *4 *5)) (-5 *3 (-385 *5)))))
-(-10 -7 (-15 -2367 ((-542 (-385 |#2|)) (-385 |#2|))) (-15 -3382 ((-3 (-385 |#2|) "failed") (-385 |#2|))) (-15 -1215 ((-3 (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-385 |#2|))) (-15 -1824 ((-3 (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|)))))) "failed") (-385 |#2|) (-592 (-385 |#2|)))))
-((-3661 (((-3 (-525) "failed") |#1|) 14)) (-2849 (((-108) |#1|) 13)) (-3680 (((-525) |#1|) 9)))
-(((-530 |#1|) (-10 -7 (-15 -3680 ((-525) |#1|)) (-15 -2849 ((-108) |#1|)) (-15 -3661 ((-3 (-525) "failed") |#1|))) (-968 (-525))) (T -530))
-((-3661 (*1 *2 *3) (|partial| -12 (-5 *2 (-525)) (-5 *1 (-530 *3)) (-4 *3 (-968 *2)))) (-2849 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-530 *3)) (-4 *3 (-968 (-525))))) (-3680 (*1 *2 *3) (-12 (-5 *2 (-525)) (-5 *1 (-530 *3)) (-4 *3 (-968 *2)))))
-(-10 -7 (-15 -3680 ((-525) |#1|)) (-15 -2849 ((-108) |#1|)) (-15 -3661 ((-3 (-525) "failed") |#1|)))
-((-4060 (((-3 (-2 (|:| |mainpart| (-385 (-887 |#1|))) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 (-887 |#1|))) (|:| |logand| (-385 (-887 |#1|))))))) "failed") (-385 (-887 |#1|)) (-1092) (-592 (-385 (-887 |#1|)))) 48)) (-4163 (((-542 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-1092)) 28)) (-2212 (((-3 (-385 (-887 |#1|)) "failed") (-385 (-887 |#1|)) (-1092)) 23)) (-2039 (((-3 (-2 (|:| -3991 (-385 (-887 |#1|))) (|:| |coeff| (-385 (-887 |#1|)))) "failed") (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|))) 35)))
-(((-531 |#1|) (-10 -7 (-15 -4163 ((-542 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-1092))) (-15 -2212 ((-3 (-385 (-887 |#1|)) "failed") (-385 (-887 |#1|)) (-1092))) (-15 -4060 ((-3 (-2 (|:| |mainpart| (-385 (-887 |#1|))) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 (-887 |#1|))) (|:| |logand| (-385 (-887 |#1|))))))) "failed") (-385 (-887 |#1|)) (-1092) (-592 (-385 (-887 |#1|))))) (-15 -2039 ((-3 (-2 (|:| -3991 (-385 (-887 |#1|))) (|:| |coeff| (-385 (-887 |#1|)))) "failed") (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|))))) (-13 (-517) (-968 (-525)) (-138))) (T -531))
-((-2039 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-968 (-525)) (-138))) (-5 *2 (-2 (|:| -3991 (-385 (-887 *5))) (|:| |coeff| (-385 (-887 *5))))) (-5 *1 (-531 *5)) (-5 *3 (-385 (-887 *5))))) (-4060 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-592 (-385 (-887 *6)))) (-5 *3 (-385 (-887 *6))) (-4 *6 (-13 (-517) (-968 (-525)) (-138))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-531 *6)))) (-2212 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-385 (-887 *4))) (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-968 (-525)) (-138))) (-5 *1 (-531 *4)))) (-4163 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-968 (-525)) (-138))) (-5 *2 (-542 (-385 (-887 *5)))) (-5 *1 (-531 *5)) (-5 *3 (-385 (-887 *5))))))
-(-10 -7 (-15 -4163 ((-542 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-1092))) (-15 -2212 ((-3 (-385 (-887 |#1|)) "failed") (-385 (-887 |#1|)) (-1092))) (-15 -4060 ((-3 (-2 (|:| |mainpart| (-385 (-887 |#1|))) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 (-887 |#1|))) (|:| |logand| (-385 (-887 |#1|))))))) "failed") (-385 (-887 |#1|)) (-1092) (-592 (-385 (-887 |#1|))))) (-15 -2039 ((-3 (-2 (|:| -3991 (-385 (-887 |#1|))) (|:| |coeff| (-385 (-887 |#1|)))) "failed") (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|)))))
-((-4087 (((-108) $ $) 59)) (-2414 (((-108) $) 36)) (-3327 ((|#1| $) 30)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) 63)) (-1803 (($ $) 123)) (-3659 (($ $) 103)) (-1525 ((|#1| $) 28)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $) NIL)) (-1781 (($ $) 125)) (-3638 (($ $) 99)) (-1828 (($ $) 127)) (-3698 (($ $) 107)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) 78)) (-4105 (((-525) $) 80)) (-3300 (((-3 $ "failed") $) 62)) (-3696 (($ |#1| |#1|) 26)) (-1889 (((-108) $) 33)) (-4106 (($) 89)) (-2278 (((-108) $) 43)) (-1303 (($ $ (-525)) NIL)) (-4079 (((-108) $) 34)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2533 (($ $) 91)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-2371 (($ |#1| |#1|) 20) (($ |#1|) 25) (($ (-385 (-525))) 77)) (-1919 ((|#1| $) 27)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) 65) (($ (-592 $)) NIL)) (-1311 (((-3 $ "failed") $ $) 64)) (-1618 (($ $) 93)) (-1841 (($ $) 131)) (-3798 (($ $) 105)) (-1816 (($ $) 133)) (-3678 (($ $) 109)) (-1792 (($ $) 129)) (-3649 (($ $) 101)) (-1424 (((-108) $ |#1|) 31)) (-4100 (((-798) $) 85) (($ (-525)) 67) (($ $) NIL) (($ (-525)) 67)) (-2448 (((-713)) 87)) (-1876 (($ $) 145)) (-3853 (($ $) 115)) (-1571 (((-108) $ $) NIL)) (-1853 (($ $) 143)) (-3808 (($ $) 111)) (-1902 (($ $) 141)) (-1760 (($ $) 121)) (-3135 (($ $) 139)) (-1770 (($ $) 119)) (-1891 (($ $) 137)) (-1748 (($ $) 117)) (-1866 (($ $) 135)) (-3820 (($ $) 113)) (-3706 (($ $ (-856)) 55) (($ $ (-713)) NIL)) (-3364 (($) 21 T CONST)) (-3375 (($) 10 T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 37)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 35)) (-2871 (($ $) 41) (($ $ $) 42)) (-2860 (($ $ $) 40)) (** (($ $ (-856)) 54) (($ $ (-713)) NIL) (($ $ $) 95) (($ $ (-385 (-525))) 147)) (* (($ (-856) $) 51) (($ (-713) $) NIL) (($ (-525) $) 50) (($ $ $) 48)))
-(((-532 |#1|) (-515 |#1|) (-13 (-382) (-1114))) (T -532))
-NIL
-(-515 |#1|)
-((-3373 (((-3 (-592 (-1088 (-525))) "failed") (-592 (-1088 (-525))) (-1088 (-525))) 24)))
-(((-533) (-10 -7 (-15 -3373 ((-3 (-592 (-1088 (-525))) "failed") (-592 (-1088 (-525))) (-1088 (-525)))))) (T -533))
-((-3373 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 (-1088 (-525)))) (-5 *3 (-1088 (-525))) (-5 *1 (-533)))))
-(-10 -7 (-15 -3373 ((-3 (-592 (-1088 (-525))) "failed") (-592 (-1088 (-525))) (-1088 (-525)))))
-((-3475 (((-592 (-565 |#2|)) (-592 (-565 |#2|)) (-1092)) 19)) (-3520 (((-592 (-565 |#2|)) (-592 |#2|) (-1092)) 23)) (-1705 (((-592 (-565 |#2|)) (-592 (-565 |#2|)) (-592 (-565 |#2|))) 11)) (-1557 ((|#2| |#2| (-1092)) 54 (|has| |#1| (-517)))) (-3383 ((|#2| |#2| (-1092)) 78 (-12 (|has| |#2| (-263)) (|has| |#1| (-429))))) (-1929 (((-565 |#2|) (-565 |#2|) (-592 (-565 |#2|)) (-1092)) 25)) (-3546 (((-565 |#2|) (-592 (-565 |#2|))) 24)) (-3366 (((-542 |#2|) |#2| (-1092) (-1 (-542 |#2|) |#2| (-1092)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092))) 103 (-12 (|has| |#2| (-263)) (|has| |#2| (-578)) (|has| |#2| (-968 (-1092))) (|has| |#1| (-567 (-827 (-525)))) (|has| |#1| (-429)) (|has| |#1| (-821 (-525)))))))
-(((-534 |#1| |#2|) (-10 -7 (-15 -3475 ((-592 (-565 |#2|)) (-592 (-565 |#2|)) (-1092))) (-15 -3546 ((-565 |#2|) (-592 (-565 |#2|)))) (-15 -1929 ((-565 |#2|) (-565 |#2|) (-592 (-565 |#2|)) (-1092))) (-15 -1705 ((-592 (-565 |#2|)) (-592 (-565 |#2|)) (-592 (-565 |#2|)))) (-15 -3520 ((-592 (-565 |#2|)) (-592 |#2|) (-1092))) (IF (|has| |#1| (-517)) (-15 -1557 (|#2| |#2| (-1092))) |%noBranch|) (IF (|has| |#1| (-429)) (IF (|has| |#2| (-263)) (PROGN (-15 -3383 (|#2| |#2| (-1092))) (IF (|has| |#1| (-567 (-827 (-525)))) (IF (|has| |#1| (-821 (-525))) (IF (|has| |#2| (-578)) (IF (|has| |#2| (-968 (-1092))) (-15 -3366 ((-542 |#2|) |#2| (-1092) (-1 (-542 |#2|) |#2| (-1092)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-789) (-408 |#1|)) (T -534))
-((-3366 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-542 *3) *3 (-1092))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1092))) (-4 *3 (-263)) (-4 *3 (-578)) (-4 *3 (-968 *4)) (-4 *3 (-408 *7)) (-5 *4 (-1092)) (-4 *7 (-567 (-827 (-525)))) (-4 *7 (-429)) (-4 *7 (-821 (-525))) (-4 *7 (-789)) (-5 *2 (-542 *3)) (-5 *1 (-534 *7 *3)))) (-3383 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-429)) (-4 *4 (-789)) (-5 *1 (-534 *4 *2)) (-4 *2 (-263)) (-4 *2 (-408 *4)))) (-1557 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-517)) (-4 *4 (-789)) (-5 *1 (-534 *4 *2)) (-4 *2 (-408 *4)))) (-3520 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *6)) (-5 *4 (-1092)) (-4 *6 (-408 *5)) (-4 *5 (-789)) (-5 *2 (-592 (-565 *6))) (-5 *1 (-534 *5 *6)))) (-1705 (*1 *2 *2 *2) (-12 (-5 *2 (-592 (-565 *4))) (-4 *4 (-408 *3)) (-4 *3 (-789)) (-5 *1 (-534 *3 *4)))) (-1929 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-592 (-565 *6))) (-5 *4 (-1092)) (-5 *2 (-565 *6)) (-4 *6 (-408 *5)) (-4 *5 (-789)) (-5 *1 (-534 *5 *6)))) (-3546 (*1 *2 *3) (-12 (-5 *3 (-592 (-565 *5))) (-4 *4 (-789)) (-5 *2 (-565 *5)) (-5 *1 (-534 *4 *5)) (-4 *5 (-408 *4)))) (-3475 (*1 *2 *2 *3) (-12 (-5 *2 (-592 (-565 *5))) (-5 *3 (-1092)) (-4 *5 (-408 *4)) (-4 *4 (-789)) (-5 *1 (-534 *4 *5)))))
-(-10 -7 (-15 -3475 ((-592 (-565 |#2|)) (-592 (-565 |#2|)) (-1092))) (-15 -3546 ((-565 |#2|) (-592 (-565 |#2|)))) (-15 -1929 ((-565 |#2|) (-565 |#2|) (-592 (-565 |#2|)) (-1092))) (-15 -1705 ((-592 (-565 |#2|)) (-592 (-565 |#2|)) (-592 (-565 |#2|)))) (-15 -3520 ((-592 (-565 |#2|)) (-592 |#2|) (-1092))) (IF (|has| |#1| (-517)) (-15 -1557 (|#2| |#2| (-1092))) |%noBranch|) (IF (|has| |#1| (-429)) (IF (|has| |#2| (-263)) (PROGN (-15 -3383 (|#2| |#2| (-1092))) (IF (|has| |#1| (-567 (-827 (-525)))) (IF (|has| |#1| (-821 (-525))) (IF (|has| |#2| (-578)) (IF (|has| |#2| (-968 (-1092))) (-15 -3366 ((-542 |#2|) |#2| (-1092) (-1 (-542 |#2|) |#2| (-1092)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1092)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
-((-3804 (((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-592 |#1|) "failed") (-525) |#1| |#1|)) 172)) (-3758 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|))))))) (|:| |a0| |#1|)) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-592 (-385 |#2|))) 148)) (-2189 (((-3 (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|)))))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-592 (-385 |#2|))) 145)) (-2114 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 133)) (-3998 (((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 158)) (-2794 (((-3 (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-385 |#2|)) 175)) (-3390 (((-3 (-2 (|:| |answer| (-385 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-385 |#2|)) 178)) (-1840 (((-2 (|:| |ir| (-542 (-385 |#2|))) (|:| |specpart| (-385 |#2|)) (|:| |polypart| |#2|)) (-385 |#2|) (-1 |#2| |#2|)) 84)) (-2134 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 90)) (-2707 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|))))))) (|:| |a0| |#1|)) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|) (-592 (-385 |#2|))) 152)) (-2113 (((-3 (-573 |#1| |#2|) "failed") (-573 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|)) 137)) (-2919 (((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|)) 162)) (-2888 (((-3 (-2 (|:| |answer| (-385 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|) (-385 |#2|)) 183)))
-(((-535 |#1| |#2|) (-10 -7 (-15 -3998 ((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -2919 ((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|))) (-15 -3804 ((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-592 |#1|) "failed") (-525) |#1| |#1|))) (-15 -3390 ((-3 (-2 (|:| |answer| (-385 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-385 |#2|))) (-15 -2888 ((-3 (-2 (|:| |answer| (-385 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|) (-385 |#2|))) (-15 -3758 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|))))))) (|:| |a0| |#1|)) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-592 (-385 |#2|)))) (-15 -2707 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|))))))) (|:| |a0| |#1|)) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|) (-592 (-385 |#2|)))) (-15 -2794 ((-3 (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-385 |#2|))) (-15 -2189 ((-3 (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|)))))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-592 (-385 |#2|)))) (-15 -2114 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2113 ((-3 (-573 |#1| |#2|) "failed") (-573 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|))) (-15 -1840 ((-2 (|:| |ir| (-542 (-385 |#2|))) (|:| |specpart| (-385 |#2|)) (|:| |polypart| |#2|)) (-385 |#2|) (-1 |#2| |#2|))) (-15 -2134 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-341) (-1150 |#1|)) (T -535))
-((-2134 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-535 *5 *3)))) (-1840 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| |ir| (-542 (-385 *6))) (|:| |specpart| (-385 *6)) (|:| |polypart| *6))) (-5 *1 (-535 *5 *6)) (-5 *3 (-385 *6)))) (-2113 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-573 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3446 *4) (|:| |sol?| (-108))) (-525) *4)) (-4 *4 (-341)) (-4 *5 (-1150 *4)) (-5 *1 (-535 *4 *5)))) (-2114 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -3991 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-341)) (-5 *1 (-535 *4 *2)) (-4 *2 (-1150 *4)))) (-2189 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-592 (-385 *7))) (-4 *7 (-1150 *6)) (-5 *3 (-385 *7)) (-4 *6 (-341)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-535 *6 *7)))) (-2794 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| -3991 (-385 *6)) (|:| |coeff| (-385 *6)))) (-5 *1 (-535 *5 *6)) (-5 *3 (-385 *6)))) (-2707 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3446 *7) (|:| |sol?| (-108))) (-525) *7)) (-5 *6 (-592 (-385 *8))) (-4 *7 (-341)) (-4 *8 (-1150 *7)) (-5 *3 (-385 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-535 *7 *8)))) (-3758 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -3991 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-592 (-385 *8))) (-4 *7 (-341)) (-4 *8 (-1150 *7)) (-5 *3 (-385 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-535 *7 *8)))) (-2888 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3446 *6) (|:| |sol?| (-108))) (-525) *6)) (-4 *6 (-341)) (-4 *7 (-1150 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-385 *7)) (|:| |a0| *6)) (-2 (|:| -3991 (-385 *7)) (|:| |coeff| (-385 *7))) "failed")) (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))) (-3390 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3991 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-341)) (-4 *7 (-1150 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-385 *7)) (|:| |a0| *6)) (-2 (|:| -3991 (-385 *7)) (|:| |coeff| (-385 *7))) "failed")) (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))) (-3804 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-592 *6) "failed") (-525) *6 *6)) (-4 *6 (-341)) (-4 *7 (-1150 *6)) (-5 *2 (-2 (|:| |answer| (-542 (-385 *7))) (|:| |a0| *6))) (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))) (-2919 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3446 *6) (|:| |sol?| (-108))) (-525) *6)) (-4 *6 (-341)) (-4 *7 (-1150 *6)) (-5 *2 (-2 (|:| |answer| (-542 (-385 *7))) (|:| |a0| *6))) (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))) (-3998 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3991 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-341)) (-4 *7 (-1150 *6)) (-5 *2 (-2 (|:| |answer| (-542 (-385 *7))) (|:| |a0| *6))) (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))))
-(-10 -7 (-15 -3998 ((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -2919 ((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|))) (-15 -3804 ((-2 (|:| |answer| (-542 (-385 |#2|))) (|:| |a0| |#1|)) (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-592 |#1|) "failed") (-525) |#1| |#1|))) (-15 -3390 ((-3 (-2 (|:| |answer| (-385 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-385 |#2|))) (-15 -2888 ((-3 (-2 (|:| |answer| (-385 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|) (-385 |#2|))) (-15 -3758 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|))))))) (|:| |a0| |#1|)) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-592 (-385 |#2|)))) (-15 -2707 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|))))))) (|:| |a0| |#1|)) "failed") (-385 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|) (-592 (-385 |#2|)))) (-15 -2794 ((-3 (-2 (|:| -3991 (-385 |#2|)) (|:| |coeff| (-385 |#2|))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-385 |#2|))) (-15 -2189 ((-3 (-2 (|:| |mainpart| (-385 |#2|)) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| (-385 |#2|)) (|:| |logand| (-385 |#2|)))))) "failed") (-385 |#2|) (-1 |#2| |#2|) (-592 (-385 |#2|)))) (-15 -2114 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -2113 ((-3 (-573 |#1| |#2|) "failed") (-573 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3446 |#1|) (|:| |sol?| (-108))) (-525) |#1|))) (-15 -1840 ((-2 (|:| |ir| (-542 (-385 |#2|))) (|:| |specpart| (-385 |#2|)) (|:| |polypart| |#2|)) (-385 |#2|) (-1 |#2| |#2|))) (-15 -2134 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
-((-1869 (((-3 |#2| "failed") |#2| (-1092) (-1092)) 10)))
-(((-536 |#1| |#2|) (-10 -7 (-15 -1869 ((-3 |#2| "failed") |#2| (-1092) (-1092)))) (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-893) (-1056) (-29 |#1|))) (T -536))
-((-1869 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1092)) (-4 *4 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *1 (-536 *4 *2)) (-4 *2 (-13 (-1114) (-893) (-1056) (-29 *4))))))
-(-10 -7 (-15 -1869 ((-3 |#2| "failed") |#2| (-1092) (-1092))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $ (-525)) 66)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-3378 (($ (-1088 (-525)) (-525)) 72)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) 58)) (-2840 (($ $) 34)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-4000 (((-713) $) 15)) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2287 (((-525)) 29)) (-2027 (((-525) $) 32)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1397 (($ $ (-525)) 21)) (-1311 (((-3 $ "failed") $ $) 59)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) 16)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 61)) (-3444 (((-1073 (-525)) $) 18)) (-3926 (($ $) 23)) (-4100 (((-798) $) 87) (($ (-525)) 52) (($ $) NIL)) (-2448 (((-713)) 14)) (-1571 (((-108) $ $) NIL)) (-1485 (((-525) $ (-525)) 36)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 35 T CONST)) (-3375 (($) 19 T CONST)) (-2775 (((-108) $ $) 39)) (-2871 (($ $) 51) (($ $ $) 37)) (-2860 (($ $ $) 50)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 54) (($ $ $) 55)))
-(((-537 |#1| |#2|) (-804 |#1|) (-525) (-108)) (T -537))
-NIL
-(-804 |#1|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 21)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 (($ $ (-856)) NIL (|has| $ (-346))) (($ $) NIL)) (-3395 (((-1102 (-856) (-713)) (-525)) 47)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 $ "failed") $) 75)) (-4105 (($ $) 74)) (-2580 (($ (-1174 $)) 73)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 44)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) 32)) (-1903 (($) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) 49)) (-3920 (((-108) $) NIL)) (-1339 (($ $) NIL) (($ $ (-713)) NIL)) (-1798 (((-108) $) NIL)) (-4000 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2278 (((-108) $) NIL)) (-3957 (($) 37 (|has| $ (-346)))) (-1890 (((-108) $) NIL (|has| $ (-346)))) (-2704 (($ $ (-856)) NIL (|has| $ (-346))) (($ $) NIL)) (-2878 (((-3 $ "failed") $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 $) $ (-856)) NIL (|has| $ (-346))) (((-1088 $) $) 83)) (-3685 (((-856) $) 55)) (-4162 (((-1088 $) $) NIL (|has| $ (-346)))) (-3955 (((-3 (-1088 $) "failed") $ $) NIL (|has| $ (-346))) (((-1088 $) $) NIL (|has| $ (-346)))) (-3323 (($ $ (-1088 $)) NIL (|has| $ (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL T CONST)) (-1722 (($ (-856)) 48)) (-2700 (((-108) $) 67)) (-3993 (((-1039) $) NIL)) (-3817 (($) 19 (|has| $ (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 42)) (-4201 (((-396 $) $) NIL)) (-1690 (((-856)) 66) (((-775 (-856))) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-3 (-713) "failed") $ $) NIL) (((-713) $) NIL)) (-3933 (((-128)) NIL)) (-2702 (($ $ (-713)) NIL) (($ $) NIL)) (-3529 (((-856) $) 65) (((-775 (-856)) $) NIL)) (-2013 (((-1088 $)) 82)) (-3823 (($) 54)) (-3911 (($) 38 (|has| $ (-346)))) (-2754 (((-632 $) (-1174 $)) NIL) (((-1174 $) $) 71)) (-2069 (((-525) $) 28)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) 30) (($ $) NIL) (($ (-385 (-525))) NIL)) (-1463 (((-3 $ "failed") $) NIL) (($ $) 84)) (-2448 (((-713)) 39)) (-2103 (((-1174 $) (-856)) 77) (((-1174 $)) 76)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 22 T CONST)) (-3375 (($) 18 T CONST)) (-2363 (($ $ (-713)) NIL (|has| $ (-346))) (($ $) NIL (|has| $ (-346)))) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 26)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 61) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-538 |#1|) (-13 (-327) (-307 $) (-567 (-525))) (-856)) (T -538))
-NIL
-(-13 (-327) (-307 $) (-567 (-525)))
-((-1863 (((-1179) (-1075)) 10)))
-(((-539) (-10 -7 (-15 -1863 ((-1179) (-1075))))) (T -539))
-((-1863 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-539)))))
-(-10 -7 (-15 -1863 ((-1179) (-1075))))
-((-3224 (((-542 |#2|) (-542 |#2|)) 40)) (-2361 (((-592 |#2|) (-542 |#2|)) 42)) (-3639 ((|#2| (-542 |#2|)) 48)))
-(((-540 |#1| |#2|) (-10 -7 (-15 -3224 ((-542 |#2|) (-542 |#2|))) (-15 -2361 ((-592 |#2|) (-542 |#2|))) (-15 -3639 (|#2| (-542 |#2|)))) (-13 (-429) (-968 (-525)) (-789) (-588 (-525))) (-13 (-29 |#1|) (-1114))) (T -540))
-((-3639 (*1 *2 *3) (-12 (-5 *3 (-542 *2)) (-4 *2 (-13 (-29 *4) (-1114))) (-5 *1 (-540 *4 *2)) (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))))) (-2361 (*1 *2 *3) (-12 (-5 *3 (-542 *5)) (-4 *5 (-13 (-29 *4) (-1114))) (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (-5 *2 (-592 *5)) (-5 *1 (-540 *4 *5)))) (-3224 (*1 *2 *2) (-12 (-5 *2 (-542 *4)) (-4 *4 (-13 (-29 *3) (-1114))) (-4 *3 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (-5 *1 (-540 *3 *4)))))
-(-10 -7 (-15 -3224 ((-542 |#2|) (-542 |#2|))) (-15 -2361 ((-592 |#2|) (-542 |#2|))) (-15 -3639 (|#2| (-542 |#2|))))
-((-2016 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-542 |#2|) (-1 |#2| |#1|) (-542 |#1|)) 30)))
-(((-541 |#1| |#2|) (-10 -7 (-15 -2016 ((-542 |#2|) (-1 |#2| |#1|) (-542 |#1|))) (-15 -2016 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2016 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2016 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-341) (-341)) (T -541))
-((-2016 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-341)) (-4 *6 (-341)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-541 *5 *6)))) (-2016 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-341)) (-4 *2 (-341)) (-5 *1 (-541 *5 *2)))) (-2016 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -3991 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-341)) (-4 *6 (-341)) (-5 *2 (-2 (|:| -3991 *6) (|:| |coeff| *6))) (-5 *1 (-541 *5 *6)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-542 *5)) (-4 *5 (-341)) (-4 *6 (-341)) (-5 *2 (-542 *6)) (-5 *1 (-541 *5 *6)))))
-(-10 -7 (-15 -2016 ((-542 |#2|) (-1 |#2| |#1|) (-542 |#1|))) (-15 -2016 ((-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3991 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -2016 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -2016 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 69)) (-4105 ((|#1| $) NIL)) (-3991 ((|#1| $) 26)) (-4094 (((-592 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 28)) (-2882 (($ |#1| (-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 |#1|)) (|:| |logand| (-1088 |#1|)))) (-592 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 24)) (-1974 (((-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 |#1|)) (|:| |logand| (-1088 |#1|)))) $) 27)) (-1289 (((-1075) $) NIL)) (-1872 (($ |#1| |#1|) 33) (($ |#1| (-1092)) 44 (|has| |#1| (-968 (-1092))))) (-3993 (((-1039) $) NIL)) (-3247 (((-108) $) 30)) (-2702 ((|#1| $ (-1 |#1| |#1|)) 81) ((|#1| $ (-1092)) 82 (|has| |#1| (-835 (-1092))))) (-4100 (((-798) $) 96) (($ |#1|) 25)) (-3364 (($) 16 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) 15) (($ $ $) NIL)) (-2860 (($ $ $) 78)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 14) (($ (-385 (-525)) $) 36) (($ $ (-385 (-525))) NIL)))
-(((-542 |#1|) (-13 (-660 (-385 (-525))) (-968 |#1|) (-10 -8 (-15 -2882 ($ |#1| (-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 |#1|)) (|:| |logand| (-1088 |#1|)))) (-592 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3991 (|#1| $)) (-15 -1974 ((-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 |#1|)) (|:| |logand| (-1088 |#1|)))) $)) (-15 -4094 ((-592 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3247 ((-108) $)) (-15 -1872 ($ |#1| |#1|)) (-15 -2702 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-835 (-1092))) (-15 -2702 (|#1| $ (-1092))) |%noBranch|) (IF (|has| |#1| (-968 (-1092))) (-15 -1872 ($ |#1| (-1092))) |%noBranch|))) (-341)) (T -542))
-((-2882 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 *2)) (|:| |logand| (-1088 *2))))) (-5 *4 (-592 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-341)) (-5 *1 (-542 *2)))) (-3991 (*1 *2 *1) (-12 (-5 *1 (-542 *2)) (-4 *2 (-341)))) (-1974 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 *3)) (|:| |logand| (-1088 *3))))) (-5 *1 (-542 *3)) (-4 *3 (-341)))) (-4094 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-542 *3)) (-4 *3 (-341)))) (-3247 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-542 *3)) (-4 *3 (-341)))) (-1872 (*1 *1 *2 *2) (-12 (-5 *1 (-542 *2)) (-4 *2 (-341)))) (-2702 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-542 *2)) (-4 *2 (-341)))) (-2702 (*1 *2 *1 *3) (-12 (-4 *2 (-341)) (-4 *2 (-835 *3)) (-5 *1 (-542 *2)) (-5 *3 (-1092)))) (-1872 (*1 *1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *1 (-542 *2)) (-4 *2 (-968 *3)) (-4 *2 (-341)))))
-(-13 (-660 (-385 (-525))) (-968 |#1|) (-10 -8 (-15 -2882 ($ |#1| (-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 |#1|)) (|:| |logand| (-1088 |#1|)))) (-592 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3991 (|#1| $)) (-15 -1974 ((-592 (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 |#1|)) (|:| |logand| (-1088 |#1|)))) $)) (-15 -4094 ((-592 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3247 ((-108) $)) (-15 -1872 ($ |#1| |#1|)) (-15 -2702 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-835 (-1092))) (-15 -2702 (|#1| $ (-1092))) |%noBranch|) (IF (|has| |#1| (-968 (-1092))) (-15 -1872 ($ |#1| (-1092))) |%noBranch|)))
-((-2543 (((-108) |#1|) 16)) (-2798 (((-3 |#1| "failed") |#1|) 14)) (-3943 (((-2 (|:| -3771 |#1|) (|:| -2168 (-713))) |#1|) 31) (((-3 |#1| "failed") |#1| (-713)) 18)) (-1478 (((-108) |#1| (-713)) 19)) (-3053 ((|#1| |#1|) 32)) (-2978 ((|#1| |#1| (-713)) 34)))
-(((-543 |#1|) (-10 -7 (-15 -1478 ((-108) |#1| (-713))) (-15 -3943 ((-3 |#1| "failed") |#1| (-713))) (-15 -3943 ((-2 (|:| -3771 |#1|) (|:| -2168 (-713))) |#1|)) (-15 -2978 (|#1| |#1| (-713))) (-15 -2543 ((-108) |#1|)) (-15 -2798 ((-3 |#1| "failed") |#1|)) (-15 -3053 (|#1| |#1|))) (-510)) (T -543))
-((-3053 (*1 *2 *2) (-12 (-5 *1 (-543 *2)) (-4 *2 (-510)))) (-2798 (*1 *2 *2) (|partial| -12 (-5 *1 (-543 *2)) (-4 *2 (-510)))) (-2543 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-543 *3)) (-4 *3 (-510)))) (-2978 (*1 *2 *2 *3) (-12 (-5 *3 (-713)) (-5 *1 (-543 *2)) (-4 *2 (-510)))) (-3943 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -3771 *3) (|:| -2168 (-713)))) (-5 *1 (-543 *3)) (-4 *3 (-510)))) (-3943 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-713)) (-5 *1 (-543 *2)) (-4 *2 (-510)))) (-1478 (*1 *2 *3 *4) (-12 (-5 *4 (-713)) (-5 *2 (-108)) (-5 *1 (-543 *3)) (-4 *3 (-510)))))
-(-10 -7 (-15 -1478 ((-108) |#1| (-713))) (-15 -3943 ((-3 |#1| "failed") |#1| (-713))) (-15 -3943 ((-2 (|:| -3771 |#1|) (|:| -2168 (-713))) |#1|)) (-15 -2978 (|#1| |#1| (-713))) (-15 -2543 ((-108) |#1|)) (-15 -2798 ((-3 |#1| "failed") |#1|)) (-15 -3053 (|#1| |#1|)))
-((-1709 (((-1088 |#1|) (-856)) 27)))
-(((-544 |#1|) (-10 -7 (-15 -1709 ((-1088 |#1|) (-856)))) (-327)) (T -544))
-((-1709 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-544 *4)) (-4 *4 (-327)))))
-(-10 -7 (-15 -1709 ((-1088 |#1|) (-856))))
-((-3224 (((-542 (-385 (-887 |#1|))) (-542 (-385 (-887 |#1|)))) 27)) (-2367 (((-3 (-294 |#1|) (-592 (-294 |#1|))) (-385 (-887 |#1|)) (-1092)) 34 (|has| |#1| (-138)))) (-2361 (((-592 (-294 |#1|)) (-542 (-385 (-887 |#1|)))) 19)) (-1917 (((-294 |#1|) (-385 (-887 |#1|)) (-1092)) 32 (|has| |#1| (-138)))) (-3639 (((-294 |#1|) (-542 (-385 (-887 |#1|)))) 21)))
-(((-545 |#1|) (-10 -7 (-15 -3224 ((-542 (-385 (-887 |#1|))) (-542 (-385 (-887 |#1|))))) (-15 -2361 ((-592 (-294 |#1|)) (-542 (-385 (-887 |#1|))))) (-15 -3639 ((-294 |#1|) (-542 (-385 (-887 |#1|))))) (IF (|has| |#1| (-138)) (PROGN (-15 -2367 ((-3 (-294 |#1|) (-592 (-294 |#1|))) (-385 (-887 |#1|)) (-1092))) (-15 -1917 ((-294 |#1|) (-385 (-887 |#1|)) (-1092)))) |%noBranch|)) (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (T -545))
-((-1917 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-138)) (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (-5 *2 (-294 *5)) (-5 *1 (-545 *5)))) (-2367 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-138)) (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (-5 *2 (-3 (-294 *5) (-592 (-294 *5)))) (-5 *1 (-545 *5)))) (-3639 (*1 *2 *3) (-12 (-5 *3 (-542 (-385 (-887 *4)))) (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (-5 *2 (-294 *4)) (-5 *1 (-545 *4)))) (-2361 (*1 *2 *3) (-12 (-5 *3 (-542 (-385 (-887 *4)))) (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (-5 *2 (-592 (-294 *4))) (-5 *1 (-545 *4)))) (-3224 (*1 *2 *2) (-12 (-5 *2 (-542 (-385 (-887 *3)))) (-4 *3 (-13 (-429) (-968 (-525)) (-789) (-588 (-525)))) (-5 *1 (-545 *3)))))
-(-10 -7 (-15 -3224 ((-542 (-385 (-887 |#1|))) (-542 (-385 (-887 |#1|))))) (-15 -2361 ((-592 (-294 |#1|)) (-542 (-385 (-887 |#1|))))) (-15 -3639 ((-294 |#1|) (-542 (-385 (-887 |#1|))))) (IF (|has| |#1| (-138)) (PROGN (-15 -2367 ((-3 (-294 |#1|) (-592 (-294 |#1|))) (-385 (-887 |#1|)) (-1092))) (-15 -1917 ((-294 |#1|) (-385 (-887 |#1|)) (-1092)))) |%noBranch|))
-((-2407 (((-592 (-632 (-525))) (-592 (-525)) (-592 (-840 (-525)))) 46) (((-592 (-632 (-525))) (-592 (-525))) 47) (((-632 (-525)) (-592 (-525)) (-840 (-525))) 42)) (-1943 (((-713) (-592 (-525))) 40)))
-(((-546) (-10 -7 (-15 -1943 ((-713) (-592 (-525)))) (-15 -2407 ((-632 (-525)) (-592 (-525)) (-840 (-525)))) (-15 -2407 ((-592 (-632 (-525))) (-592 (-525)))) (-15 -2407 ((-592 (-632 (-525))) (-592 (-525)) (-592 (-840 (-525))))))) (T -546))
-((-2407 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-525))) (-5 *4 (-592 (-840 (-525)))) (-5 *2 (-592 (-632 (-525)))) (-5 *1 (-546)))) (-2407 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-592 (-632 (-525)))) (-5 *1 (-546)))) (-2407 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-525))) (-5 *4 (-840 (-525))) (-5 *2 (-632 (-525))) (-5 *1 (-546)))) (-1943 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-713)) (-5 *1 (-546)))))
-(-10 -7 (-15 -1943 ((-713) (-592 (-525)))) (-15 -2407 ((-632 (-525)) (-592 (-525)) (-840 (-525)))) (-15 -2407 ((-592 (-632 (-525))) (-592 (-525)))) (-15 -2407 ((-592 (-632 (-525))) (-592 (-525)) (-592 (-840 (-525))))))
-((-3359 (((-592 |#5|) |#5| (-108)) 73)) (-2571 (((-108) |#5| (-592 |#5|)) 30)))
-(((-547 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3359 ((-592 |#5|) |#5| (-108))) (-15 -2571 ((-108) |#5| (-592 |#5|)))) (-13 (-286) (-138)) (-735) (-789) (-991 |#1| |#2| |#3|) (-1029 |#1| |#2| |#3| |#4|)) (T -547))
-((-2571 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *3)) (-4 *3 (-1029 *5 *6 *7 *8)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-108)) (-5 *1 (-547 *5 *6 *7 *8 *3)))) (-3359 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-592 *3)) (-5 *1 (-547 *5 *6 *7 *8 *3)) (-4 *3 (-1029 *5 *6 *7 *8)))))
-(-10 -7 (-15 -3359 ((-592 |#5|) |#5| (-108))) (-15 -2571 ((-108) |#5| (-592 |#5|))))
-((-4087 (((-108) $ $) NIL (|has| (-135) (-1020)))) (-3127 (($ $) 34)) (-2877 (($ $) NIL)) (-2555 (($ $ (-135)) NIL) (($ $ (-132)) NIL)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2746 (((-108) $ $) 51)) (-2726 (((-108) $ $ (-525)) 46)) (-3224 (((-592 $) $ (-135)) 60) (((-592 $) $ (-132)) 61)) (-2358 (((-108) (-1 (-108) (-135) (-135)) $) NIL) (((-108) $) NIL (|has| (-135) (-789)))) (-2436 (($ (-1 (-108) (-135) (-135)) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| (-135) (-789))))) (-1842 (($ (-1 (-108) (-135) (-135)) $) NIL) (($ $) NIL (|has| (-135) (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 (((-135) $ (-525) (-135)) 45 (|has| $ (-6 -4260))) (((-135) $ (-1141 (-525)) (-135)) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-1622 (($ $ (-135)) 64) (($ $ (-132)) 65)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-2058 (($ $ (-1141 (-525)) $) 44)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-2698 (($ (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020)))) (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-135) (-1 (-135) (-135) (-135)) $ (-135) (-135)) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020)))) (((-135) (-1 (-135) (-135) (-135)) $ (-135)) NIL (|has| $ (-6 -4259))) (((-135) (-1 (-135) (-135) (-135)) $) NIL (|has| $ (-6 -4259)))) (-3081 (((-135) $ (-525) (-135)) NIL (|has| $ (-6 -4260)))) (-3017 (((-135) $ (-525)) NIL)) (-2768 (((-108) $ $) 72)) (-3856 (((-525) (-1 (-108) (-135)) $) NIL) (((-525) (-135) $) NIL (|has| (-135) (-1020))) (((-525) (-135) $ (-525)) 48 (|has| (-135) (-1020))) (((-525) $ $ (-525)) 47) (((-525) (-132) $ (-525)) 50)) (-2175 (((-592 (-135)) $) NIL (|has| $ (-6 -4259)))) (-3324 (($ (-713) (-135)) 9)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 28 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| (-135) (-789)))) (-3212 (($ (-1 (-108) (-135) (-135)) $ $) NIL) (($ $ $) NIL (|has| (-135) (-789)))) (-2617 (((-592 (-135)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-2231 (((-525) $) 42 (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-135) (-789)))) (-3516 (((-108) $ $ (-135)) 73)) (-1589 (((-713) $ $ (-135)) 70)) (-3069 (($ (-1 (-135) (-135)) $) 33 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-135) (-135)) $) NIL) (($ (-1 (-135) (-135) (-135)) $ $) NIL)) (-2620 (($ $) 37)) (-1904 (($ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1633 (($ $ (-135)) 62) (($ $ (-132)) 63)) (-1289 (((-1075) $) 38 (|has| (-135) (-1020)))) (-2594 (($ (-135) $ (-525)) NIL) (($ $ $ (-525)) 23)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-525) $) 69) (((-1039) $) NIL (|has| (-135) (-1020)))) (-1647 (((-135) $) NIL (|has| (-525) (-789)))) (-4202 (((-3 (-135) "failed") (-1 (-108) (-135)) $) NIL)) (-3453 (($ $ (-135)) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-135)))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-273 (-135))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-135) (-135)) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-592 (-135)) (-592 (-135))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-1717 (((-592 (-135)) $) NIL)) (-3479 (((-108) $) 12)) (-1558 (($) 10)) (-3431 (((-135) $ (-525) (-135)) NIL) (((-135) $ (-525)) 52) (($ $ (-1141 (-525))) 21) (($ $ $) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259))) (((-713) (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-3632 (($ $ $ (-525)) 66 (|has| $ (-6 -4260)))) (-2503 (($ $) 17)) (-2069 (((-501) $) NIL (|has| (-135) (-567 (-501))))) (-4114 (($ (-592 (-135))) NIL)) (-2035 (($ $ (-135)) NIL) (($ (-135) $) NIL) (($ $ $) 16) (($ (-592 $)) 67)) (-4100 (($ (-135)) NIL) (((-798) $) 27 (|has| (-135) (-566 (-798))))) (-2706 (((-108) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| (-135) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-135) (-789)))) (-2775 (((-108) $ $) 14 (|has| (-135) (-1020)))) (-2817 (((-108) $ $) NIL (|has| (-135) (-789)))) (-2795 (((-108) $ $) 15 (|has| (-135) (-789)))) (-2827 (((-713) $) 13 (|has| $ (-6 -4259)))))
-(((-548 |#1|) (-13 (-1061) (-10 -8 (-15 -3993 ((-525) $)))) (-525)) (T -548))
-((-3993 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-548 *3)) (-14 *3 *2))))
-(-13 (-1061) (-10 -8 (-15 -3993 ((-525) $))))
-((-3764 (((-2 (|:| |num| |#4|) (|:| |den| (-525))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-525))) |#4| |#2| (-1015 |#4|)) 32)))
-(((-549 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3764 ((-2 (|:| |num| |#4|) (|:| |den| (-525))) |#4| |#2| (-1015 |#4|))) (-15 -3764 ((-2 (|:| |num| |#4|) (|:| |den| (-525))) |#4| |#2|))) (-735) (-789) (-517) (-884 |#3| |#1| |#2|)) (T -549))
-((-3764 (*1 *2 *3 *4) (-12 (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-517)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-525)))) (-5 *1 (-549 *5 *4 *6 *3)) (-4 *3 (-884 *6 *5 *4)))) (-3764 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1015 *3)) (-4 *3 (-884 *7 *6 *4)) (-4 *6 (-735)) (-4 *4 (-789)) (-4 *7 (-517)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-525)))) (-5 *1 (-549 *6 *4 *7 *3)))))
-(-10 -7 (-15 -3764 ((-2 (|:| |num| |#4|) (|:| |den| (-525))) |#4| |#2| (-1015 |#4|))) (-15 -3764 ((-2 (|:| |num| |#4|) (|:| |den| (-525))) |#4| |#2|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 63)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-525)) 54) (($ $ (-525) (-525)) 55)) (-2005 (((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $) 60)) (-3965 (($ $) 100)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3277 (((-798) (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) (-957 (-782 (-525))) (-1092) |#1| (-385 (-525))) 224)) (-2996 (($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|)))) 34)) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2853 (((-108) $) NIL)) (-4000 (((-525) $) 58) (((-525) $ (-525)) 59)) (-2278 (((-108) $) NIL)) (-1585 (($ $ (-856)) 76)) (-2598 (($ (-1 |#1| (-525)) $) 73)) (-2457 (((-108) $) 25)) (-1272 (($ |#1| (-525)) 22) (($ $ (-1005) (-525)) NIL) (($ $ (-592 (-1005)) (-592 (-525))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) 67)) (-3805 (($ (-957 (-782 (-525))) (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|)))) 13)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-2367 (($ $) 150 (|has| |#1| (-37 (-385 (-525)))))) (-1238 (((-3 $ "failed") $ $ (-108)) 99)) (-3825 (($ $ $) 108)) (-3993 (((-1039) $) NIL)) (-3763 (((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $) 15)) (-3811 (((-957 (-782 (-525))) $) 14)) (-1397 (($ $ (-525)) 45)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-525)))))) (-3431 ((|#1| $ (-525)) 57) (($ $ $) NIL (|has| (-525) (-1032)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-525) |#1|)))) (($ $) 70 (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (-3529 (((-525) $) NIL)) (-3926 (($ $) 46)) (-4100 (((-798) $) NIL) (($ (-525)) 28) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517))) (($ |#1|) 27 (|has| |#1| (-160)))) (-3136 ((|#1| $ (-525)) 56)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) 37)) (-1423 ((|#1| $) NIL)) (-4230 (($ $) 186 (|has| |#1| (-37 (-385 (-525)))))) (-3572 (($ $) 158 (|has| |#1| (-37 (-385 (-525)))))) (-1514 (($ $) 190 (|has| |#1| (-37 (-385 (-525)))))) (-1691 (($ $) 163 (|has| |#1| (-37 (-385 (-525)))))) (-1731 (($ $) 189 (|has| |#1| (-37 (-385 (-525)))))) (-2416 (($ $) 162 (|has| |#1| (-37 (-385 (-525)))))) (-3035 (($ $ (-385 (-525))) 166 (|has| |#1| (-37 (-385 (-525)))))) (-4231 (($ $ |#1|) 146 (|has| |#1| (-37 (-385 (-525)))))) (-1864 (($ $) 192 (|has| |#1| (-37 (-385 (-525)))))) (-2216 (($ $) 149 (|has| |#1| (-37 (-385 (-525)))))) (-1432 (($ $) 191 (|has| |#1| (-37 (-385 (-525)))))) (-2236 (($ $) 164 (|has| |#1| (-37 (-385 (-525)))))) (-2933 (($ $) 187 (|has| |#1| (-37 (-385 (-525)))))) (-1918 (($ $) 160 (|has| |#1| (-37 (-385 (-525)))))) (-1421 (($ $) 188 (|has| |#1| (-37 (-385 (-525)))))) (-1935 (($ $) 161 (|has| |#1| (-37 (-385 (-525)))))) (-2649 (($ $) 197 (|has| |#1| (-37 (-385 (-525)))))) (-2138 (($ $) 173 (|has| |#1| (-37 (-385 (-525)))))) (-3129 (($ $) 194 (|has| |#1| (-37 (-385 (-525)))))) (-1649 (($ $) 168 (|has| |#1| (-37 (-385 (-525)))))) (-1467 (($ $) 201 (|has| |#1| (-37 (-385 (-525)))))) (-1205 (($ $) 177 (|has| |#1| (-37 (-385 (-525)))))) (-1504 (($ $) 203 (|has| |#1| (-37 (-385 (-525)))))) (-3118 (($ $) 179 (|has| |#1| (-37 (-385 (-525)))))) (-3062 (($ $) 199 (|has| |#1| (-37 (-385 (-525)))))) (-3274 (($ $) 175 (|has| |#1| (-37 (-385 (-525)))))) (-2558 (($ $) 196 (|has| |#1| (-37 (-385 (-525)))))) (-2455 (($ $) 171 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1485 ((|#1| $ (-525)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-525)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 29 T CONST)) (-3375 (($) 38 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-525) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (-2775 (((-108) $ $) 65)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) 84) (($ $ $) 64)) (-2860 (($ $ $) 81)) (** (($ $ (-856)) NIL) (($ $ (-713)) 103)) (* (($ (-856) $) 89) (($ (-713) $) 87) (($ (-525) $) 85) (($ $ $) 95) (($ $ |#1|) NIL) (($ |#1| $) 115) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-550 |#1|) (-13 (-1152 |#1| (-525)) (-10 -8 (-15 -3805 ($ (-957 (-782 (-525))) (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))))) (-15 -3811 ((-957 (-782 (-525))) $)) (-15 -3763 ((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $)) (-15 -2996 ($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))))) (-15 -2457 ((-108) $)) (-15 -2598 ($ (-1 |#1| (-525)) $)) (-15 -1238 ((-3 $ "failed") $ $ (-108))) (-15 -3965 ($ $)) (-15 -3825 ($ $ $)) (-15 -3277 ((-798) (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) (-957 (-782 (-525))) (-1092) |#1| (-385 (-525)))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $)) (-15 -4231 ($ $ |#1|)) (-15 -3035 ($ $ (-385 (-525)))) (-15 -2216 ($ $)) (-15 -1864 ($ $)) (-15 -1691 ($ $)) (-15 -1935 ($ $)) (-15 -3572 ($ $)) (-15 -1918 ($ $)) (-15 -2416 ($ $)) (-15 -2236 ($ $)) (-15 -1649 ($ $)) (-15 -2455 ($ $)) (-15 -2138 ($ $)) (-15 -3274 ($ $)) (-15 -1205 ($ $)) (-15 -3118 ($ $)) (-15 -1514 ($ $)) (-15 -1421 ($ $)) (-15 -4230 ($ $)) (-15 -2933 ($ $)) (-15 -1731 ($ $)) (-15 -1432 ($ $)) (-15 -3129 ($ $)) (-15 -2558 ($ $)) (-15 -2649 ($ $)) (-15 -3062 ($ $)) (-15 -1467 ($ $)) (-15 -1504 ($ $))) |%noBranch|))) (-977)) (T -550))
-((-2457 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-550 *3)) (-4 *3 (-977)))) (-3805 (*1 *1 *2 *3) (-12 (-5 *2 (-957 (-782 (-525)))) (-5 *3 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *4)))) (-4 *4 (-977)) (-5 *1 (-550 *4)))) (-3811 (*1 *2 *1) (-12 (-5 *2 (-957 (-782 (-525)))) (-5 *1 (-550 *3)) (-4 *3 (-977)))) (-3763 (*1 *2 *1) (-12 (-5 *2 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *3)))) (-5 *1 (-550 *3)) (-4 *3 (-977)))) (-2996 (*1 *1 *2) (-12 (-5 *2 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *3)))) (-4 *3 (-977)) (-5 *1 (-550 *3)))) (-2598 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-525))) (-4 *3 (-977)) (-5 *1 (-550 *3)))) (-1238 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-108)) (-5 *1 (-550 *3)) (-4 *3 (-977)))) (-3965 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-977)))) (-3825 (*1 *1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-977)))) (-3277 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *6)))) (-5 *4 (-957 (-782 (-525)))) (-5 *5 (-1092)) (-5 *7 (-385 (-525))) (-4 *6 (-977)) (-5 *2 (-798)) (-5 *1 (-550 *6)))) (-2367 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-4231 (*1 *1 *1 *2) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-3035 (*1 *1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-550 *3)) (-4 *3 (-37 *2)) (-4 *3 (-977)))) (-2216 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1864 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1691 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1935 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-3572 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1918 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-2416 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-2236 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1649 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-2455 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-2138 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-3274 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1205 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-3118 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1514 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1421 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-4230 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-2933 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1731 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1432 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-3129 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-2558 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-2649 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-3062 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1467 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))) (-1504 (*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(-13 (-1152 |#1| (-525)) (-10 -8 (-15 -3805 ($ (-957 (-782 (-525))) (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))))) (-15 -3811 ((-957 (-782 (-525))) $)) (-15 -3763 ((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $)) (-15 -2996 ($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))))) (-15 -2457 ((-108) $)) (-15 -2598 ($ (-1 |#1| (-525)) $)) (-15 -1238 ((-3 $ "failed") $ $ (-108))) (-15 -3965 ($ $)) (-15 -3825 ($ $ $)) (-15 -3277 ((-798) (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) (-957 (-782 (-525))) (-1092) |#1| (-385 (-525)))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $)) (-15 -4231 ($ $ |#1|)) (-15 -3035 ($ $ (-385 (-525)))) (-15 -2216 ($ $)) (-15 -1864 ($ $)) (-15 -1691 ($ $)) (-15 -1935 ($ $)) (-15 -3572 ($ $)) (-15 -1918 ($ $)) (-15 -2416 ($ $)) (-15 -2236 ($ $)) (-15 -1649 ($ $)) (-15 -2455 ($ $)) (-15 -2138 ($ $)) (-15 -3274 ($ $)) (-15 -1205 ($ $)) (-15 -3118 ($ $)) (-15 -1514 ($ $)) (-15 -1421 ($ $)) (-15 -4230 ($ $)) (-15 -2933 ($ $)) (-15 -1731 ($ $)) (-15 -1432 ($ $)) (-15 -3129 ($ $)) (-15 -2558 ($ $)) (-15 -2649 ($ $)) (-15 -3062 ($ $)) (-15 -1467 ($ $)) (-15 -1504 ($ $))) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2996 (($ (-1073 |#1|)) 9)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) 42)) (-2853 (((-108) $) 52)) (-4000 (((-713) $) 55) (((-713) $ (-713)) 54)) (-2278 (((-108) $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ $) 44 (|has| |#1| (-517)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-1073 |#1|) $) 23)) (-2448 (((-713)) 51)) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 10 T CONST)) (-3375 (($) 14 T CONST)) (-2775 (((-108) $ $) 22)) (-2871 (($ $) 30) (($ $ $) 16)) (-2860 (($ $ $) 25)) (** (($ $ (-856)) NIL) (($ $ (-713)) 49)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 34) (($ $ $) 28) (($ |#1| $) 37) (($ $ |#1|) 38) (($ $ (-525)) 36)))
-(((-551 |#1|) (-13 (-977) (-10 -8 (-15 -3137 ((-1073 |#1|) $)) (-15 -2996 ($ (-1073 |#1|))) (-15 -2853 ((-108) $)) (-15 -4000 ((-713) $)) (-15 -4000 ((-713) $ (-713))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-525))) (IF (|has| |#1| (-517)) (-6 (-517)) |%noBranch|))) (-977)) (T -551))
-((-3137 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-551 *3)) (-4 *3 (-977)))) (-2996 (*1 *1 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-551 *3)))) (-2853 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-551 *3)) (-4 *3 (-977)))) (-4000 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-551 *3)) (-4 *3 (-977)))) (-4000 (*1 *2 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-551 *3)) (-4 *3 (-977)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-551 *2)) (-4 *2 (-977)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-551 *2)) (-4 *2 (-977)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-551 *3)) (-4 *3 (-977)))))
-(-13 (-977) (-10 -8 (-15 -3137 ((-1073 |#1|) $)) (-15 -2996 ($ (-1073 |#1|))) (-15 -2853 ((-108) $)) (-15 -4000 ((-713) $)) (-15 -4000 ((-713) $ (-713))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-525))) (IF (|has| |#1| (-517)) (-6 (-517)) |%noBranch|)))
-((-2016 (((-555 |#2|) (-1 |#2| |#1|) (-555 |#1|)) 15)))
-(((-552 |#1| |#2|) (-10 -7 (-15 -2016 ((-555 |#2|) (-1 |#2| |#1|) (-555 |#1|)))) (-1128) (-1128)) (T -552))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-555 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-555 *6)) (-5 *1 (-552 *5 *6)))))
-(-10 -7 (-15 -2016 ((-555 |#2|) (-1 |#2| |#1|) (-555 |#1|))))
-((-2016 (((-1073 |#3|) (-1 |#3| |#1| |#2|) (-555 |#1|) (-1073 |#2|)) 20) (((-1073 |#3|) (-1 |#3| |#1| |#2|) (-1073 |#1|) (-555 |#2|)) 19) (((-555 |#3|) (-1 |#3| |#1| |#2|) (-555 |#1|) (-555 |#2|)) 18)))
-(((-553 |#1| |#2| |#3|) (-10 -7 (-15 -2016 ((-555 |#3|) (-1 |#3| |#1| |#2|) (-555 |#1|) (-555 |#2|))) (-15 -2016 ((-1073 |#3|) (-1 |#3| |#1| |#2|) (-1073 |#1|) (-555 |#2|))) (-15 -2016 ((-1073 |#3|) (-1 |#3| |#1| |#2|) (-555 |#1|) (-1073 |#2|)))) (-1128) (-1128) (-1128)) (T -553))
-((-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-555 *6)) (-5 *5 (-1073 *7)) (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-1073 *8)) (-5 *1 (-553 *6 *7 *8)))) (-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1073 *6)) (-5 *5 (-555 *7)) (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-1073 *8)) (-5 *1 (-553 *6 *7 *8)))) (-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-555 *6)) (-5 *5 (-555 *7)) (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-555 *8)) (-5 *1 (-553 *6 *7 *8)))))
-(-10 -7 (-15 -2016 ((-555 |#3|) (-1 |#3| |#1| |#2|) (-555 |#1|) (-555 |#2|))) (-15 -2016 ((-1073 |#3|) (-1 |#3| |#1| |#2|) (-1073 |#1|) (-555 |#2|))) (-15 -2016 ((-1073 |#3|) (-1 |#3| |#1| |#2|) (-555 |#1|) (-1073 |#2|))))
-((-2284 ((|#3| |#3| (-592 (-565 |#3|)) (-592 (-1092))) 55)) (-3775 (((-157 |#2|) |#3|) 117)) (-3598 ((|#3| (-157 |#2|)) 44)) (-1654 ((|#2| |#3|) 19)) (-3242 ((|#3| |#2|) 33)))
-(((-554 |#1| |#2| |#3|) (-10 -7 (-15 -3598 (|#3| (-157 |#2|))) (-15 -1654 (|#2| |#3|)) (-15 -3242 (|#3| |#2|)) (-15 -3775 ((-157 |#2|) |#3|)) (-15 -2284 (|#3| |#3| (-592 (-565 |#3|)) (-592 (-1092))))) (-13 (-517) (-789)) (-13 (-408 |#1|) (-934) (-1114)) (-13 (-408 (-157 |#1|)) (-934) (-1114))) (T -554))
-((-2284 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-592 (-565 *2))) (-5 *4 (-592 (-1092))) (-4 *2 (-13 (-408 (-157 *5)) (-934) (-1114))) (-4 *5 (-13 (-517) (-789))) (-5 *1 (-554 *5 *6 *2)) (-4 *6 (-13 (-408 *5) (-934) (-1114))))) (-3775 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789))) (-5 *2 (-157 *5)) (-5 *1 (-554 *4 *5 *3)) (-4 *5 (-13 (-408 *4) (-934) (-1114))) (-4 *3 (-13 (-408 (-157 *4)) (-934) (-1114))))) (-3242 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789))) (-4 *2 (-13 (-408 (-157 *4)) (-934) (-1114))) (-5 *1 (-554 *4 *3 *2)) (-4 *3 (-13 (-408 *4) (-934) (-1114))))) (-1654 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-789))) (-4 *2 (-13 (-408 *4) (-934) (-1114))) (-5 *1 (-554 *4 *2 *3)) (-4 *3 (-13 (-408 (-157 *4)) (-934) (-1114))))) (-3598 (*1 *2 *3) (-12 (-5 *3 (-157 *5)) (-4 *5 (-13 (-408 *4) (-934) (-1114))) (-4 *4 (-13 (-517) (-789))) (-4 *2 (-13 (-408 (-157 *4)) (-934) (-1114))) (-5 *1 (-554 *4 *5 *2)))))
-(-10 -7 (-15 -3598 (|#3| (-157 |#2|))) (-15 -1654 (|#2| |#3|)) (-15 -3242 (|#3| |#2|)) (-15 -3775 ((-157 |#2|) |#3|)) (-15 -2284 (|#3| |#3| (-592 (-565 |#3|)) (-592 (-1092)))))
-((-2399 (($ (-1 (-108) |#1|) $) 17)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4065 (($ (-1 |#1| |#1|) |#1|) 9)) (-2374 (($ (-1 (-108) |#1|) $) 13)) (-2387 (($ (-1 (-108) |#1|) $) 15)) (-4114 (((-1073 |#1|) $) 18)) (-4100 (((-798) $) NIL)))
-(((-555 |#1|) (-13 (-566 (-798)) (-10 -8 (-15 -2016 ($ (-1 |#1| |#1|) $)) (-15 -2374 ($ (-1 (-108) |#1|) $)) (-15 -2387 ($ (-1 (-108) |#1|) $)) (-15 -2399 ($ (-1 (-108) |#1|) $)) (-15 -4065 ($ (-1 |#1| |#1|) |#1|)) (-15 -4114 ((-1073 |#1|) $)))) (-1128)) (T -555))
-((-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3)))) (-2374 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3)))) (-2387 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3)))) (-2399 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3)))) (-4065 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-555 *3)) (-4 *3 (-1128)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -2016 ($ (-1 |#1| |#1|) $)) (-15 -2374 ($ (-1 (-108) |#1|) $)) (-15 -2387 ($ (-1 (-108) |#1|) $)) (-15 -2399 ($ (-1 (-108) |#1|) $)) (-15 -4065 ($ (-1 |#1| |#1|) |#1|)) (-15 -4114 ((-1073 |#1|) $))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1221 (($ (-713)) NIL (|has| |#1| (-23)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-1825 (((-632 |#1|) $ $) NIL (|has| |#1| (-977)))) (-3324 (($ (-713) |#1|) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2482 ((|#1| $) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-977))))) (-4028 (((-108) $ (-713)) NIL)) (-4128 ((|#1| $) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-977))))) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-3584 ((|#1| $ $) NIL (|has| |#1| (-977)))) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-2548 (($ $ $) NIL (|has| |#1| (-977)))) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2871 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2860 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-525) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-669))) (($ $ |#1|) NIL (|has| |#1| (-669)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-556 |#1| |#2|) (-1172 |#1|) (-1128) (-525)) (T -556))
-NIL
-(-1172 |#1|)
-((-3289 (((-1179) $ |#2| |#2|) 36)) (-1732 ((|#2| $) 23)) (-2231 ((|#2| $) 21)) (-3069 (($ (-1 |#3| |#3|) $) 32)) (-2016 (($ (-1 |#3| |#3|) $) 30)) (-1647 ((|#3| $) 26)) (-3453 (($ $ |#3|) 33)) (-2456 (((-108) |#3| $) 17)) (-1717 (((-592 |#3|) $) 15)) (-3431 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
-(((-557 |#1| |#2| |#3|) (-10 -8 (-15 -3289 ((-1179) |#1| |#2| |#2|)) (-15 -3453 (|#1| |#1| |#3|)) (-15 -1647 (|#3| |#1|)) (-15 -1732 (|#2| |#1|)) (-15 -2231 (|#2| |#1|)) (-15 -2456 ((-108) |#3| |#1|)) (-15 -1717 ((-592 |#3|) |#1|)) (-15 -3431 (|#3| |#1| |#2|)) (-15 -3431 (|#3| |#1| |#2| |#3|)) (-15 -3069 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2016 (|#1| (-1 |#3| |#3|) |#1|))) (-558 |#2| |#3|) (-1020) (-1128)) (T -557))
-NIL
-(-10 -8 (-15 -3289 ((-1179) |#1| |#2| |#2|)) (-15 -3453 (|#1| |#1| |#3|)) (-15 -1647 (|#3| |#1|)) (-15 -1732 (|#2| |#1|)) (-15 -2231 (|#2| |#1|)) (-15 -2456 ((-108) |#3| |#1|)) (-15 -1717 ((-592 |#3|) |#1|)) (-15 -3431 (|#3| |#1| |#2|)) (-15 -3431 (|#3| |#1| |#2| |#3|)) (-15 -3069 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2016 (|#1| (-1 |#3| |#3|) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#2| (-1020)))) (-3289 (((-1179) $ |#1| |#1|) 40 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#2| $ |#1| |#2|) 52 (|has| $ (-6 -4260)))) (-2475 (($) 7 T CONST)) (-3081 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) 51)) (-2175 (((-592 |#2|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-1732 ((|#1| $) 43 (|has| |#1| (-789)))) (-2617 (((-592 |#2|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) 27 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259))))) (-2231 ((|#1| $) 44 (|has| |#1| (-789)))) (-3069 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#2| (-1020)))) (-3177 (((-592 |#1|) $) 46)) (-3461 (((-108) |#1| $) 47)) (-3993 (((-1039) $) 21 (|has| |#2| (-1020)))) (-1647 ((|#2| $) 42 (|has| |#1| (-789)))) (-3453 (($ $ |#2|) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#2|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) 26 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) 25 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) 23 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#2| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#2| $ |#1| |#2|) 50) ((|#2| $ |#1|) 49)) (-4002 (((-713) (-1 (-108) |#2|) $) 31 (|has| $ (-6 -4259))) (((-713) |#2| $) 28 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#2| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#2|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#2| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-558 |#1| |#2|) (-131) (-1020) (-1128)) (T -558))
-((-1717 (*1 *2 *1) (-12 (-4 *1 (-558 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1128)) (-5 *2 (-592 *4)))) (-3461 (*1 *2 *3 *1) (-12 (-4 *1 (-558 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1128)) (-5 *2 (-108)))) (-3177 (*1 *2 *1) (-12 (-4 *1 (-558 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1128)) (-5 *2 (-592 *3)))) (-2456 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-558 *4 *3)) (-4 *4 (-1020)) (-4 *3 (-1128)) (-4 *3 (-1020)) (-5 *2 (-108)))) (-2231 (*1 *2 *1) (-12 (-4 *1 (-558 *2 *3)) (-4 *3 (-1128)) (-4 *2 (-1020)) (-4 *2 (-789)))) (-1732 (*1 *2 *1) (-12 (-4 *1 (-558 *2 *3)) (-4 *3 (-1128)) (-4 *2 (-1020)) (-4 *2 (-789)))) (-1647 (*1 *2 *1) (-12 (-4 *1 (-558 *3 *2)) (-4 *3 (-1020)) (-4 *3 (-789)) (-4 *2 (-1128)))) (-3453 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-558 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128)))) (-3289 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-558 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1128)) (-5 *2 (-1179)))))
-(-13 (-464 |t#2|) (-267 |t#1| |t#2|) (-10 -8 (-15 -1717 ((-592 |t#2|) $)) (-15 -3461 ((-108) |t#1| $)) (-15 -3177 ((-592 |t#1|) $)) (IF (|has| |t#2| (-1020)) (IF (|has| $ (-6 -4259)) (-15 -2456 ((-108) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-789)) (PROGN (-15 -2231 (|t#1| $)) (-15 -1732 (|t#1| $)) (-15 -1647 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4260)) (PROGN (-15 -3453 ($ $ |t#2|)) (-15 -3289 ((-1179) $ |t#1| |t#1|))) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#2| (-1020)) ((-566 (-798)) -2067 (|has| |#2| (-1020)) (|has| |#2| (-566 (-798)))) ((-265 |#1| |#2|) . T) ((-267 |#1| |#2|) . T) ((-288 |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-464 |#2|) . T) ((-486 |#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-1020) |has| |#2| (-1020)) ((-1128) . T))
-((-4100 (((-798) $) 19) (((-125) $) 14) (($ (-125)) 13)))
-(((-559) (-13 (-566 (-798)) (-566 (-125)) (-10 -8 (-15 -4100 ($ (-125)))))) (T -559))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-125)) (-5 *1 (-559)))))
-(-13 (-566 (-798)) (-566 (-125)) (-10 -8 (-15 -4100 ($ (-125)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1509 (((-3 $ "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-3551 (((-1174 (-632 |#1|))) NIL (|has| |#2| (-395 |#1|))) (((-1174 (-632 |#1|)) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3651 (((-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2475 (($) NIL T CONST)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2394 (((-3 $ "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2946 (((-632 |#1|)) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2126 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-4187 (((-632 |#1|) $) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) $ (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3322 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3141 (((-1088 (-887 |#1|))) NIL (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-341))))) (-1488 (($ $ (-856)) NIL)) (-3447 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-4047 (((-1088 |#1|) $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3411 ((|#1|) NIL (|has| |#2| (-395 |#1|))) ((|#1| (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-1521 (((-1088 |#1|) $) NIL (|has| |#2| (-345 |#1|)))) (-3838 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2580 (($ (-1174 |#1|)) NIL (|has| |#2| (-395 |#1|))) (($ (-1174 |#1|) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3300 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3085 (((-856)) NIL (|has| |#2| (-345 |#1|)))) (-1822 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2156 (($ $ (-856)) NIL)) (-3387 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2634 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2936 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2542 (((-3 $ "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2713 (((-632 |#1|)) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3309 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-2222 (((-632 |#1|) $) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) $ (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3711 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2056 (((-1088 (-887 |#1|))) NIL (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-341))))) (-2486 (($ $ (-856)) NIL)) (-3714 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-2357 (((-1088 |#1|) $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2623 ((|#1|) NIL (|has| |#2| (-395 |#1|))) ((|#1| (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2673 (((-1088 |#1|) $) NIL (|has| |#2| (-345 |#1|)))) (-3938 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1289 (((-1075) $) NIL)) (-1780 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1719 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2490 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-3993 (((-1039) $) NIL)) (-1539 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-3431 ((|#1| $ (-525)) NIL (|has| |#2| (-395 |#1|)))) (-2754 (((-632 |#1|) (-1174 $)) NIL (|has| |#2| (-395 |#1|))) (((-1174 |#1|) $) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) (-1174 $) (-1174 $)) NIL (|has| |#2| (-345 |#1|))) (((-1174 |#1|) $ (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2069 (($ (-1174 |#1|)) NIL (|has| |#2| (-395 |#1|))) (((-1174 |#1|) $) NIL (|has| |#2| (-395 |#1|)))) (-3600 (((-592 (-887 |#1|))) NIL (|has| |#2| (-395 |#1|))) (((-592 (-887 |#1|)) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-1242 (($ $ $) NIL)) (-1682 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-4100 (((-798) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-2103 (((-1174 $)) NIL (|has| |#2| (-395 |#1|)))) (-3974 (((-592 (-1174 |#1|))) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3133 (($ $ $ $) NIL)) (-1839 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1590 (($ (-632 |#1|) $) NIL (|has| |#2| (-395 |#1|)))) (-4148 (($ $ $) NIL)) (-2453 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1569 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1886 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-3364 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) 24)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
-(((-560 |#1| |#2|) (-13 (-687 |#1|) (-566 |#2|) (-10 -8 (-15 -4100 ($ |#2|)) (IF (|has| |#2| (-395 |#1|)) (-6 (-395 |#1|)) |%noBranch|) (IF (|has| |#2| (-345 |#1|)) (-6 (-345 |#1|)) |%noBranch|))) (-160) (-687 |#1|)) (T -560))
-((-4100 (*1 *1 *2) (-12 (-4 *3 (-160)) (-5 *1 (-560 *3 *2)) (-4 *2 (-687 *3)))))
-(-13 (-687 |#1|) (-566 |#2|) (-10 -8 (-15 -4100 ($ |#2|)) (IF (|has| |#2| (-395 |#1|)) (-6 (-395 |#1|)) |%noBranch|) (IF (|has| |#2| (-345 |#1|)) (-6 (-345 |#1|)) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2773 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) 33)) (-3311 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL) (($) NIL)) (-3289 (((-1179) $ (-1075) (-1075)) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-1075) |#1|) 43)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#1| "failed") (-1075) $) 46)) (-2475 (($) NIL T CONST)) (-2220 (($ $ (-1075)) 24)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020))))) (-4205 (((-3 |#1| "failed") (-1075) $) 47) (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (($ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (|has| $ (-6 -4259)))) (-2698 (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (($ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020))))) (-3504 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020))))) (-1754 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) 32)) (-3081 ((|#1| $ (-1075) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-1075)) NIL)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259))) (((-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-2286 (($ $) 48)) (-2046 (($ (-366)) 22) (($ (-366) (-1075)) 21)) (-2411 (((-366) $) 34)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-1075) $) NIL (|has| (-1075) (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259))) (((-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (((-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020))))) (-2231 (((-1075) $) NIL (|has| (-1075) (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-1398 (((-592 (-1075)) $) 39)) (-3770 (((-108) (-1075) $) NIL)) (-4022 (((-1075) $) 35)) (-3577 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL)) (-3177 (((-592 (-1075)) $) NIL)) (-3461 (((-108) (-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 ((|#1| $) NIL (|has| (-1075) (-789)))) (-4202 (((-3 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) "failed") (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ $ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ $ (-592 (-273 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 37)) (-3431 ((|#1| $ (-1075) |#1|) NIL) ((|#1| $ (-1075)) 42)) (-2637 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL) (($) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (((-713) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (((-713) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL)) (-4100 (((-798) $) 20)) (-3267 (($ $) 25)) (-3905 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 19)) (-2827 (((-713) $) 41 (|has| $ (-6 -4259)))))
-(((-561 |#1|) (-13 (-342 (-366) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) (-1105 (-1075) |#1|) (-10 -8 (-6 -4259) (-15 -2286 ($ $)))) (-1020)) (T -561))
-((-2286 (*1 *1 *1) (-12 (-5 *1 (-561 *2)) (-4 *2 (-1020)))))
-(-13 (-342 (-366) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) (-1105 (-1075) |#1|) (-10 -8 (-6 -4259) (-15 -2286 ($ $))))
-((-3198 (((-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) $) 15)) (-1398 (((-592 |#2|) $) 19)) (-3770 (((-108) |#2| $) 12)))
-(((-562 |#1| |#2| |#3|) (-10 -8 (-15 -1398 ((-592 |#2|) |#1|)) (-15 -3770 ((-108) |#2| |#1|)) (-15 -3198 ((-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|))) (-563 |#2| |#3|) (-1020) (-1020)) (T -562))
-NIL
-(-10 -8 (-15 -1398 ((-592 |#2|) |#1|)) (-15 -3770 ((-108) |#2| |#1|)) (-15 -3198 ((-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 55 (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) 61)) (-2475 (($) 7 T CONST)) (-1681 (($ $) 58 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 46 (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) 62)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 57 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 54 (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 56 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 53 (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 52 (|has| $ (-6 -4259)))) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 27 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-1398 (((-592 |#1|) $) 63)) (-3770 (((-108) |#1| $) 64)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 39)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 40)) (-3993 (((-1039) $) 21 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 51)) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 41)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) 26 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 25 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 24 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 23 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2637 (($) 49) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 48)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 31 (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 28 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 50)) (-4100 (((-798) $) 18 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 42)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-563 |#1| |#2|) (-131) (-1020) (-1020)) (T -563))
-((-3770 (*1 *2 *3 *1) (-12 (-4 *1 (-563 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-5 *2 (-108)))) (-1398 (*1 *2 *1) (-12 (-4 *1 (-563 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-5 *2 (-592 *3)))) (-4205 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-563 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))) (-1515 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-563 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))))
-(-13 (-209 (-2 (|:| -1556 |t#1|) (|:| -3448 |t#2|))) (-10 -8 (-15 -3770 ((-108) |t#1| $)) (-15 -1398 ((-592 |t#1|) $)) (-15 -4205 ((-3 |t#2| "failed") |t#1| $)) (-15 -1515 ((-3 |t#2| "failed") |t#1| $))))
-(((-33) . T) ((-102 #0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((-97) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) ((-566 (-798)) -2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798)))) ((-142 #0#) . T) ((-567 (-501)) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))) ((-209 #0#) . T) ((-215 #0#) . T) ((-288 #0#) -12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-464 #0#) . T) ((-486 #0# #0#) -12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-1020) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) ((-1128) . T))
-((-2318 (((-565 |#2|) |#1|) 15)) (-3931 (((-3 |#1| "failed") (-565 |#2|)) 19)))
-(((-564 |#1| |#2|) (-10 -7 (-15 -2318 ((-565 |#2|) |#1|)) (-15 -3931 ((-3 |#1| "failed") (-565 |#2|)))) (-789) (-789)) (T -564))
-((-3931 (*1 *2 *3) (|partial| -12 (-5 *3 (-565 *4)) (-4 *4 (-789)) (-4 *2 (-789)) (-5 *1 (-564 *2 *4)))) (-2318 (*1 *2 *3) (-12 (-5 *2 (-565 *4)) (-5 *1 (-564 *3 *4)) (-4 *3 (-789)) (-4 *4 (-789)))))
-(-10 -7 (-15 -2318 ((-565 |#2|) |#1|)) (-15 -3931 ((-3 |#1| "failed") (-565 |#2|))))
-((-4087 (((-108) $ $) NIL)) (-2410 (((-3 (-1092) "failed") $) 37)) (-1835 (((-1179) $ (-713)) 26)) (-3856 (((-713) $) 25)) (-1386 (((-110) $) 12)) (-2411 (((-1092) $) 20)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-4152 (($ (-110) (-592 |#1|) (-713)) 30) (($ (-1092)) 31)) (-2412 (((-108) $ (-110)) 18) (((-108) $ (-1092)) 16)) (-2934 (((-713) $) 22)) (-3993 (((-1039) $) NIL)) (-2069 (((-827 (-525)) $) 77 (|has| |#1| (-567 (-827 (-525))))) (((-827 (-357)) $) 84 (|has| |#1| (-567 (-827 (-357))))) (((-501) $) 69 (|has| |#1| (-567 (-501))))) (-4100 (((-798) $) 55)) (-2136 (((-592 |#1|) $) 24)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 41)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 42)))
-(((-565 |#1|) (-13 (-127) (-819 |#1|) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -1386 ((-110) $)) (-15 -2136 ((-592 |#1|) $)) (-15 -2934 ((-713) $)) (-15 -4152 ($ (-110) (-592 |#1|) (-713))) (-15 -4152 ($ (-1092))) (-15 -2410 ((-3 (-1092) "failed") $)) (-15 -2412 ((-108) $ (-110))) (-15 -2412 ((-108) $ (-1092))) (IF (|has| |#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|))) (-789)) (T -565))
-((-2411 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-565 *3)) (-4 *3 (-789)))) (-1386 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-565 *3)) (-4 *3 (-789)))) (-2136 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-565 *3)) (-4 *3 (-789)))) (-2934 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-565 *3)) (-4 *3 (-789)))) (-4152 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-110)) (-5 *3 (-592 *5)) (-5 *4 (-713)) (-4 *5 (-789)) (-5 *1 (-565 *5)))) (-4152 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-565 *3)) (-4 *3 (-789)))) (-2410 (*1 *2 *1) (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-565 *3)) (-4 *3 (-789)))) (-2412 (*1 *2 *1 *3) (-12 (-5 *3 (-110)) (-5 *2 (-108)) (-5 *1 (-565 *4)) (-4 *4 (-789)))) (-2412 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-108)) (-5 *1 (-565 *4)) (-4 *4 (-789)))))
-(-13 (-127) (-819 |#1|) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -1386 ((-110) $)) (-15 -2136 ((-592 |#1|) $)) (-15 -2934 ((-713) $)) (-15 -4152 ($ (-110) (-592 |#1|) (-713))) (-15 -4152 ($ (-1092))) (-15 -2410 ((-3 (-1092) "failed") $)) (-15 -2412 ((-108) $ (-110))) (-15 -2412 ((-108) $ (-1092))) (IF (|has| |#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|)))
-((-4100 ((|#1| $) 6)))
-(((-566 |#1|) (-131) (-1128)) (T -566))
-((-4100 (*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-1128)))))
-(-13 (-10 -8 (-15 -4100 (|t#1| $))))
-((-2069 ((|#1| $) 6)))
-(((-567 |#1|) (-131) (-1128)) (T -567))
-((-2069 (*1 *2 *1) (-12 (-4 *1 (-567 *2)) (-4 *2 (-1128)))))
-(-13 (-10 -8 (-15 -2069 (|t#1| $))))
-((-3899 (((-3 (-1088 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|) (-1 (-396 |#2|) |#2|)) 15) (((-3 (-1088 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|)) 16)))
-(((-568 |#1| |#2|) (-10 -7 (-15 -3899 ((-3 (-1088 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|))) (-15 -3899 ((-3 (-1088 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|) (-1 (-396 |#2|) |#2|)))) (-13 (-138) (-27) (-968 (-525)) (-968 (-385 (-525)))) (-1150 |#1|)) (T -568))
-((-3899 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-138) (-27) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-1088 (-385 *6))) (-5 *1 (-568 *5 *6)) (-5 *3 (-385 *6)))) (-3899 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-138) (-27) (-968 (-525)) (-968 (-385 (-525))))) (-4 *5 (-1150 *4)) (-5 *2 (-1088 (-385 *5))) (-5 *1 (-568 *4 *5)) (-5 *3 (-385 *5)))))
-(-10 -7 (-15 -3899 ((-3 (-1088 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|))) (-15 -3899 ((-3 (-1088 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|) (-1 (-396 |#2|) |#2|))))
-((-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) 10)))
-(((-569 |#1| |#2|) (-10 -8 (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|))) (-570 |#2|) (-977)) (T -569))
-NIL
-(-10 -8 (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 36)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ |#1| $) 37)))
-(((-570 |#1|) (-131) (-977)) (T -570))
-((-4100 (*1 *1 *2) (-12 (-4 *1 (-570 *2)) (-4 *2 (-977)))))
-(-13 (-977) (-594 |t#1|) (-10 -8 (-15 -4100 ($ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-669) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2971 (((-525) $) NIL (|has| |#1| (-787)))) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-1889 (((-108) $) NIL (|has| |#1| (-787)))) (-2278 (((-108) $) NIL)) (-4066 ((|#1| $) 13)) (-4079 (((-108) $) NIL (|has| |#1| (-787)))) (-3033 (($ $ $) NIL (|has| |#1| (-787)))) (-1609 (($ $ $) NIL (|has| |#1| (-787)))) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4080 ((|#3| $) 15)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) NIL)) (-2448 (((-713)) 20)) (-2380 (($ $) NIL (|has| |#1| (-787)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) 12 T CONST)) (-2830 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2880 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-571 |#1| |#2| |#3|) (-13 (-37 |#2|) (-10 -8 (IF (|has| |#1| (-787)) (-6 (-787)) |%noBranch|) (-15 -2880 ($ $ |#3|)) (-15 -2880 ($ |#1| |#3|)) (-15 -4066 (|#1| $)) (-15 -4080 (|#3| $)))) (-37 |#2|) (-160) (|SubsetCategory| (-669) |#2|)) (T -571))
-((-2880 (*1 *1 *1 *2) (-12 (-4 *4 (-160)) (-5 *1 (-571 *3 *4 *2)) (-4 *3 (-37 *4)) (-4 *2 (|SubsetCategory| (-669) *4)))) (-2880 (*1 *1 *2 *3) (-12 (-4 *4 (-160)) (-5 *1 (-571 *2 *4 *3)) (-4 *2 (-37 *4)) (-4 *3 (|SubsetCategory| (-669) *4)))) (-4066 (*1 *2 *1) (-12 (-4 *3 (-160)) (-4 *2 (-37 *3)) (-5 *1 (-571 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-669) *3)))) (-4080 (*1 *2 *1) (-12 (-4 *4 (-160)) (-4 *2 (|SubsetCategory| (-669) *4)) (-5 *1 (-571 *3 *4 *2)) (-4 *3 (-37 *4)))))
-(-13 (-37 |#2|) (-10 -8 (IF (|has| |#1| (-787)) (-6 (-787)) |%noBranch|) (-15 -2880 ($ $ |#3|)) (-15 -2880 ($ |#1| |#3|)) (-15 -4066 (|#1| $)) (-15 -4080 (|#3| $))))
-((-2458 ((|#2| |#2| (-1092) (-1092)) 18)))
-(((-572 |#1| |#2|) (-10 -7 (-15 -2458 (|#2| |#2| (-1092) (-1092)))) (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-893) (-29 |#1|))) (T -572))
-((-2458 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525)))) (-5 *1 (-572 *4 *2)) (-4 *2 (-13 (-1114) (-893) (-29 *4))))))
-(-10 -7 (-15 -2458 (|#2| |#2| (-1092) (-1092))))
-((-4087 (((-108) $ $) 56)) (-2414 (((-108) $) 52)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-1843 ((|#1| $) 49)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1396 (((-2 (|:| -1331 $) (|:| -3068 (-385 |#2|))) (-385 |#2|)) 97 (|has| |#1| (-341)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 85) (((-3 |#2| "failed") $) 81)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) 24)) (-3300 (((-3 $ "failed") $) 75)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-4000 (((-525) $) 19)) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) 36)) (-1272 (($ |#1| (-525)) 21)) (-1430 ((|#1| $) 51)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) 87 (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 100 (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1311 (((-3 $ "failed") $ $) 79)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1927 (((-713) $) 99 (|has| |#1| (-341)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 98 (|has| |#1| (-341)))) (-2702 (($ $ (-1 |#2| |#2|)) 66) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $) NIL (|has| |#2| (-213)))) (-3529 (((-525) $) 34)) (-2069 (((-385 |#2|) $) 42)) (-4100 (((-798) $) 62) (($ (-525)) 32) (($ $) NIL) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) 31) (($ |#2|) 22)) (-3136 ((|#1| $ (-525)) 63)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 9 T CONST)) (-3375 (($) 12 T CONST)) (-2401 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $) NIL (|has| |#2| (-213)))) (-2775 (((-108) $ $) 17)) (-2871 (($ $) 46) (($ $ $) NIL)) (-2860 (($ $ $) 76)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 26) (($ $ $) 44)))
-(((-573 |#1| |#2|) (-13 (-211 |#2|) (-517) (-567 (-385 |#2|)) (-389 |#1|) (-968 |#2|) (-10 -8 (-15 -2457 ((-108) $)) (-15 -3529 ((-525) $)) (-15 -4000 ((-525) $)) (-15 -1451 ($ $)) (-15 -1430 (|#1| $)) (-15 -1843 (|#1| $)) (-15 -3136 (|#1| $ (-525))) (-15 -1272 ($ |#1| (-525))) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-6 (-286)) (-15 -1396 ((-2 (|:| -1331 $) (|:| -3068 (-385 |#2|))) (-385 |#2|)))) |%noBranch|))) (-517) (-1150 |#1|)) (T -573))
-((-2457 (*1 *2 *1) (-12 (-4 *3 (-517)) (-5 *2 (-108)) (-5 *1 (-573 *3 *4)) (-4 *4 (-1150 *3)))) (-3529 (*1 *2 *1) (-12 (-4 *3 (-517)) (-5 *2 (-525)) (-5 *1 (-573 *3 *4)) (-4 *4 (-1150 *3)))) (-4000 (*1 *2 *1) (-12 (-4 *3 (-517)) (-5 *2 (-525)) (-5 *1 (-573 *3 *4)) (-4 *4 (-1150 *3)))) (-1451 (*1 *1 *1) (-12 (-4 *2 (-517)) (-5 *1 (-573 *2 *3)) (-4 *3 (-1150 *2)))) (-1430 (*1 *2 *1) (-12 (-4 *2 (-517)) (-5 *1 (-573 *2 *3)) (-4 *3 (-1150 *2)))) (-1843 (*1 *2 *1) (-12 (-4 *2 (-517)) (-5 *1 (-573 *2 *3)) (-4 *3 (-1150 *2)))) (-3136 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *2 (-517)) (-5 *1 (-573 *2 *4)) (-4 *4 (-1150 *2)))) (-1272 (*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-4 *2 (-517)) (-5 *1 (-573 *2 *4)) (-4 *4 (-1150 *2)))) (-1396 (*1 *2 *3) (-12 (-4 *4 (-341)) (-4 *4 (-517)) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| -1331 (-573 *4 *5)) (|:| -3068 (-385 *5)))) (-5 *1 (-573 *4 *5)) (-5 *3 (-385 *5)))))
-(-13 (-211 |#2|) (-517) (-567 (-385 |#2|)) (-389 |#1|) (-968 |#2|) (-10 -8 (-15 -2457 ((-108) $)) (-15 -3529 ((-525) $)) (-15 -4000 ((-525) $)) (-15 -1451 ($ $)) (-15 -1430 (|#1| $)) (-15 -1843 (|#1| $)) (-15 -3136 (|#1| $ (-525))) (-15 -1272 ($ |#1| (-525))) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-6 (-286)) (-15 -1396 ((-2 (|:| -1331 $) (|:| -3068 (-385 |#2|))) (-385 |#2|)))) |%noBranch|)))
-((-3347 (((-592 |#6|) (-592 |#4|) (-108)) 47)) (-3674 ((|#6| |#6|) 40)))
-(((-574 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3674 (|#6| |#6|)) (-15 -3347 ((-592 |#6|) (-592 |#4|) (-108)))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-996 |#1| |#2| |#3| |#4|) (-1029 |#1| |#2| |#3| |#4|)) (T -574))
-((-3347 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 *10)) (-5 *1 (-574 *5 *6 *7 *8 *9 *10)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *10 (-1029 *5 *6 *7 *8)))) (-3674 (*1 *2 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *1 (-574 *3 *4 *5 *6 *7 *2)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *2 (-1029 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3674 (|#6| |#6|)) (-15 -3347 ((-592 |#6|) (-592 |#4|) (-108))))
-((-3245 (((-108) |#3| (-713) (-592 |#3|)) 23)) (-4166 (((-3 (-2 (|:| |polfac| (-592 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-592 (-1088 |#3|)))) "failed") |#3| (-592 (-1088 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2868 (-592 (-2 (|:| |irr| |#4|) (|:| -3750 (-525)))))) (-592 |#3|) (-592 |#1|) (-592 |#3|)) 55)))
-(((-575 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3245 ((-108) |#3| (-713) (-592 |#3|))) (-15 -4166 ((-3 (-2 (|:| |polfac| (-592 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-592 (-1088 |#3|)))) "failed") |#3| (-592 (-1088 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2868 (-592 (-2 (|:| |irr| |#4|) (|:| -3750 (-525)))))) (-592 |#3|) (-592 |#1|) (-592 |#3|)))) (-789) (-735) (-286) (-884 |#3| |#2| |#1|)) (T -575))
-((-4166 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -2868 (-592 (-2 (|:| |irr| *10) (|:| -3750 (-525))))))) (-5 *6 (-592 *3)) (-5 *7 (-592 *8)) (-4 *8 (-789)) (-4 *3 (-286)) (-4 *10 (-884 *3 *9 *8)) (-4 *9 (-735)) (-5 *2 (-2 (|:| |polfac| (-592 *10)) (|:| |correct| *3) (|:| |corrfact| (-592 (-1088 *3))))) (-5 *1 (-575 *8 *9 *3 *10)) (-5 *4 (-592 (-1088 *3))))) (-3245 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-713)) (-5 *5 (-592 *3)) (-4 *3 (-286)) (-4 *6 (-789)) (-4 *7 (-735)) (-5 *2 (-108)) (-5 *1 (-575 *6 *7 *3 *8)) (-4 *8 (-884 *3 *7 *6)))))
-(-10 -7 (-15 -3245 ((-108) |#3| (-713) (-592 |#3|))) (-15 -4166 ((-3 (-2 (|:| |polfac| (-592 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-592 (-1088 |#3|)))) "failed") |#3| (-592 (-1088 |#3|)) (-2 (|:| |contp| |#3|) (|:| -2868 (-592 (-2 (|:| |irr| |#4|) (|:| -3750 (-525)))))) (-592 |#3|) (-592 |#1|) (-592 |#3|))))
-((-4087 (((-108) $ $) NIL)) (-2668 (((-592 |#1|) $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-4064 (($ $) 67)) (-2533 (((-610 |#1| |#2|) $) 52)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 70)) (-2052 (((-592 (-273 |#2|)) $ $) 33)) (-3993 (((-1039) $) NIL)) (-1618 (($ (-610 |#1| |#2|)) 48)) (-3055 (($ $ $) NIL)) (-1242 (($ $ $) NIL)) (-4100 (((-798) $) 58) (((-1187 |#1| |#2|) $) NIL) (((-1192 |#1| |#2|) $) 66)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3375 (($) 53 T CONST)) (-4030 (((-592 (-2 (|:| |k| (-617 |#1|)) (|:| |c| |#2|))) $) 31)) (-3973 (((-592 (-610 |#1| |#2|)) (-592 |#1|)) 65)) (-3482 (((-592 (-2 (|:| |k| (-828 |#1|)) (|:| |c| |#2|))) $) 37)) (-2775 (((-108) $ $) 54)) (-2880 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ $ $) 44)))
-(((-576 |#1| |#2| |#3|) (-13 (-450) (-10 -8 (-15 -1618 ($ (-610 |#1| |#2|))) (-15 -2533 ((-610 |#1| |#2|) $)) (-15 -3482 ((-592 (-2 (|:| |k| (-828 |#1|)) (|:| |c| |#2|))) $)) (-15 -4100 ((-1187 |#1| |#2|) $)) (-15 -4100 ((-1192 |#1| |#2|) $)) (-15 -4064 ($ $)) (-15 -2668 ((-592 |#1|) $)) (-15 -3973 ((-592 (-610 |#1| |#2|)) (-592 |#1|))) (-15 -4030 ((-592 (-2 (|:| |k| (-617 |#1|)) (|:| |c| |#2|))) $)) (-15 -2052 ((-592 (-273 |#2|)) $ $)))) (-789) (-13 (-160) (-660 (-385 (-525)))) (-856)) (T -576))
-((-1618 (*1 *1 *2) (-12 (-5 *2 (-610 *3 *4)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-5 *1 (-576 *3 *4 *5)) (-14 *5 (-856)))) (-2533 (*1 *2 *1) (-12 (-5 *2 (-610 *3 *4)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))) (-3482 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |k| (-828 *3)) (|:| |c| *4)))) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1187 *3 *4)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1192 *3 *4)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))) (-4064 (*1 *1 *1) (-12 (-5 *1 (-576 *2 *3 *4)) (-4 *2 (-789)) (-4 *3 (-13 (-160) (-660 (-385 (-525))))) (-14 *4 (-856)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))) (-3973 (*1 *2 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-789)) (-5 *2 (-592 (-610 *4 *5))) (-5 *1 (-576 *4 *5 *6)) (-4 *5 (-13 (-160) (-660 (-385 (-525))))) (-14 *6 (-856)))) (-4030 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |k| (-617 *3)) (|:| |c| *4)))) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))) (-2052 (*1 *2 *1 *1) (-12 (-5 *2 (-592 (-273 *4))) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))))
-(-13 (-450) (-10 -8 (-15 -1618 ($ (-610 |#1| |#2|))) (-15 -2533 ((-610 |#1| |#2|) $)) (-15 -3482 ((-592 (-2 (|:| |k| (-828 |#1|)) (|:| |c| |#2|))) $)) (-15 -4100 ((-1187 |#1| |#2|) $)) (-15 -4100 ((-1192 |#1| |#2|) $)) (-15 -4064 ($ $)) (-15 -2668 ((-592 |#1|) $)) (-15 -3973 ((-592 (-610 |#1| |#2|)) (-592 |#1|))) (-15 -4030 ((-592 (-2 (|:| |k| (-617 |#1|)) (|:| |c| |#2|))) $)) (-15 -2052 ((-592 (-273 |#2|)) $ $))))
-((-3347 (((-592 (-1063 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|)))) (-592 (-722 |#1| (-800 |#2|))) (-108)) 72) (((-592 (-974 |#1| |#2|)) (-592 (-722 |#1| (-800 |#2|))) (-108)) 58)) (-1349 (((-108) (-592 (-722 |#1| (-800 |#2|)))) 23)) (-4197 (((-592 (-1063 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|)))) (-592 (-722 |#1| (-800 |#2|))) (-108)) 71)) (-1228 (((-592 (-974 |#1| |#2|)) (-592 (-722 |#1| (-800 |#2|))) (-108)) 57)) (-1219 (((-592 (-722 |#1| (-800 |#2|))) (-592 (-722 |#1| (-800 |#2|)))) 27)) (-3894 (((-3 (-592 (-722 |#1| (-800 |#2|))) "failed") (-592 (-722 |#1| (-800 |#2|)))) 26)))
-(((-577 |#1| |#2|) (-10 -7 (-15 -1349 ((-108) (-592 (-722 |#1| (-800 |#2|))))) (-15 -3894 ((-3 (-592 (-722 |#1| (-800 |#2|))) "failed") (-592 (-722 |#1| (-800 |#2|))))) (-15 -1219 ((-592 (-722 |#1| (-800 |#2|))) (-592 (-722 |#1| (-800 |#2|))))) (-15 -1228 ((-592 (-974 |#1| |#2|)) (-592 (-722 |#1| (-800 |#2|))) (-108))) (-15 -4197 ((-592 (-1063 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|)))) (-592 (-722 |#1| (-800 |#2|))) (-108))) (-15 -3347 ((-592 (-974 |#1| |#2|)) (-592 (-722 |#1| (-800 |#2|))) (-108))) (-15 -3347 ((-592 (-1063 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|)))) (-592 (-722 |#1| (-800 |#2|))) (-108)))) (-429) (-592 (-1092))) (T -577))
-((-3347 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429)) (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-1063 *5 (-497 (-800 *6)) (-800 *6) (-722 *5 (-800 *6))))) (-5 *1 (-577 *5 *6)))) (-3347 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429)) (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-974 *5 *6))) (-5 *1 (-577 *5 *6)))) (-4197 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429)) (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-1063 *5 (-497 (-800 *6)) (-800 *6) (-722 *5 (-800 *6))))) (-5 *1 (-577 *5 *6)))) (-1228 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429)) (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-974 *5 *6))) (-5 *1 (-577 *5 *6)))) (-1219 (*1 *2 *2) (-12 (-5 *2 (-592 (-722 *3 (-800 *4)))) (-4 *3 (-429)) (-14 *4 (-592 (-1092))) (-5 *1 (-577 *3 *4)))) (-3894 (*1 *2 *2) (|partial| -12 (-5 *2 (-592 (-722 *3 (-800 *4)))) (-4 *3 (-429)) (-14 *4 (-592 (-1092))) (-5 *1 (-577 *3 *4)))) (-1349 (*1 *2 *3) (-12 (-5 *3 (-592 (-722 *4 (-800 *5)))) (-4 *4 (-429)) (-14 *5 (-592 (-1092))) (-5 *2 (-108)) (-5 *1 (-577 *4 *5)))))
-(-10 -7 (-15 -1349 ((-108) (-592 (-722 |#1| (-800 |#2|))))) (-15 -3894 ((-3 (-592 (-722 |#1| (-800 |#2|))) "failed") (-592 (-722 |#1| (-800 |#2|))))) (-15 -1219 ((-592 (-722 |#1| (-800 |#2|))) (-592 (-722 |#1| (-800 |#2|))))) (-15 -1228 ((-592 (-974 |#1| |#2|)) (-592 (-722 |#1| (-800 |#2|))) (-108))) (-15 -4197 ((-592 (-1063 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|)))) (-592 (-722 |#1| (-800 |#2|))) (-108))) (-15 -3347 ((-592 (-974 |#1| |#2|)) (-592 (-722 |#1| (-800 |#2|))) (-108))) (-15 -3347 ((-592 (-1063 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|)))) (-592 (-722 |#1| (-800 |#2|))) (-108))))
-((-1803 (($ $) 38)) (-3659 (($ $) 21)) (-1781 (($ $) 37)) (-3638 (($ $) 22)) (-1828 (($ $) 36)) (-3698 (($ $) 23)) (-4106 (($) 48)) (-2533 (($ $) 45)) (-3074 (($ $) 17)) (-1872 (($ $ (-1013 $)) 7) (($ $ (-1092)) 6)) (-1618 (($ $) 46)) (-1887 (($ $) 15)) (-3615 (($ $) 16)) (-1841 (($ $) 35)) (-3798 (($ $) 24)) (-1816 (($ $) 34)) (-3678 (($ $) 25)) (-1792 (($ $) 33)) (-3649 (($ $) 26)) (-1876 (($ $) 44)) (-3853 (($ $) 32)) (-1853 (($ $) 43)) (-3808 (($ $) 31)) (-1902 (($ $) 42)) (-1760 (($ $) 30)) (-3135 (($ $) 41)) (-1770 (($ $) 29)) (-1891 (($ $) 40)) (-1748 (($ $) 28)) (-1866 (($ $) 39)) (-3820 (($ $) 27)) (-2253 (($ $) 19)) (-1989 (($ $) 20)) (-1592 (($ $) 18)) (** (($ $ $) 47)))
-(((-578) (-131)) (T -578))
-((-1989 (*1 *1 *1) (-4 *1 (-578))) (-2253 (*1 *1 *1) (-4 *1 (-578))) (-1592 (*1 *1 *1) (-4 *1 (-578))) (-3074 (*1 *1 *1) (-4 *1 (-578))) (-3615 (*1 *1 *1) (-4 *1 (-578))) (-1887 (*1 *1 *1) (-4 *1 (-578))))
-(-13 (-893) (-1114) (-10 -8 (-15 -1989 ($ $)) (-15 -2253 ($ $)) (-15 -1592 ($ $)) (-15 -3074 ($ $)) (-15 -3615 ($ $)) (-15 -1887 ($ $))))
-(((-34) . T) ((-91) . T) ((-263) . T) ((-466) . T) ((-893) . T) ((-1114) . T) ((-1117) . T))
-((-1386 (((-110) (-110)) 83)) (-3074 ((|#2| |#2|) 30)) (-1872 ((|#2| |#2| (-1013 |#2|)) 79) ((|#2| |#2| (-1092)) 52)) (-1887 ((|#2| |#2|) 29)) (-3615 ((|#2| |#2|) 31)) (-3954 (((-108) (-110)) 34)) (-2253 ((|#2| |#2|) 26)) (-1989 ((|#2| |#2|) 28)) (-1592 ((|#2| |#2|) 27)))
-(((-579 |#1| |#2|) (-10 -7 (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -1989 (|#2| |#2|)) (-15 -2253 (|#2| |#2|)) (-15 -1592 (|#2| |#2|)) (-15 -3074 (|#2| |#2|)) (-15 -1887 (|#2| |#2|)) (-15 -3615 (|#2| |#2|)) (-15 -1872 (|#2| |#2| (-1092))) (-15 -1872 (|#2| |#2| (-1013 |#2|)))) (-13 (-789) (-517)) (-13 (-408 |#1|) (-934) (-1114))) (T -579))
-((-1872 (*1 *2 *2 *3) (-12 (-5 *3 (-1013 *2)) (-4 *2 (-13 (-408 *4) (-934) (-1114))) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-579 *4 *2)))) (-1872 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-579 *4 *2)) (-4 *2 (-13 (-408 *4) (-934) (-1114))))) (-3615 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2)) (-4 *2 (-13 (-408 *3) (-934) (-1114))))) (-1887 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2)) (-4 *2 (-13 (-408 *3) (-934) (-1114))))) (-3074 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2)) (-4 *2 (-13 (-408 *3) (-934) (-1114))))) (-1592 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2)) (-4 *2 (-13 (-408 *3) (-934) (-1114))))) (-2253 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2)) (-4 *2 (-13 (-408 *3) (-934) (-1114))))) (-1989 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2)) (-4 *2 (-13 (-408 *3) (-934) (-1114))))) (-1386 (*1 *2 *2) (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *4)) (-4 *4 (-13 (-408 *3) (-934) (-1114))))) (-3954 (*1 *2 *3) (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108)) (-5 *1 (-579 *4 *5)) (-4 *5 (-13 (-408 *4) (-934) (-1114))))))
-(-10 -7 (-15 -3954 ((-108) (-110))) (-15 -1386 ((-110) (-110))) (-15 -1989 (|#2| |#2|)) (-15 -2253 (|#2| |#2|)) (-15 -1592 (|#2| |#2|)) (-15 -3074 (|#2| |#2|)) (-15 -1887 (|#2| |#2|)) (-15 -3615 (|#2| |#2|)) (-15 -1872 (|#2| |#2| (-1092))) (-15 -1872 (|#2| |#2| (-1013 |#2|))))
-((-2692 (((-457 |#1| |#2|) (-227 |#1| |#2|)) 53)) (-2460 (((-592 (-227 |#1| |#2|)) (-592 (-457 |#1| |#2|))) 68)) (-2716 (((-457 |#1| |#2|) (-592 (-457 |#1| |#2|)) (-800 |#1|)) 70) (((-457 |#1| |#2|) (-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|)) (-800 |#1|)) 69)) (-3425 (((-2 (|:| |gblist| (-592 (-227 |#1| |#2|))) (|:| |gvlist| (-592 (-525)))) (-592 (-457 |#1| |#2|))) 108)) (-3047 (((-592 (-457 |#1| |#2|)) (-800 |#1|) (-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|))) 83)) (-3464 (((-2 (|:| |glbase| (-592 (-227 |#1| |#2|))) (|:| |glval| (-592 (-525)))) (-592 (-227 |#1| |#2|))) 118)) (-1383 (((-1174 |#2|) (-457 |#1| |#2|) (-592 (-457 |#1| |#2|))) 58)) (-1547 (((-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|))) 41)) (-3828 (((-227 |#1| |#2|) (-227 |#1| |#2|) (-592 (-227 |#1| |#2|))) 50)) (-3881 (((-227 |#1| |#2|) (-592 |#2|) (-227 |#1| |#2|) (-592 (-227 |#1| |#2|))) 91)))
-(((-580 |#1| |#2|) (-10 -7 (-15 -3425 ((-2 (|:| |gblist| (-592 (-227 |#1| |#2|))) (|:| |gvlist| (-592 (-525)))) (-592 (-457 |#1| |#2|)))) (-15 -3464 ((-2 (|:| |glbase| (-592 (-227 |#1| |#2|))) (|:| |glval| (-592 (-525)))) (-592 (-227 |#1| |#2|)))) (-15 -2460 ((-592 (-227 |#1| |#2|)) (-592 (-457 |#1| |#2|)))) (-15 -2716 ((-457 |#1| |#2|) (-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|)) (-800 |#1|))) (-15 -2716 ((-457 |#1| |#2|) (-592 (-457 |#1| |#2|)) (-800 |#1|))) (-15 -1547 ((-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|)))) (-15 -1383 ((-1174 |#2|) (-457 |#1| |#2|) (-592 (-457 |#1| |#2|)))) (-15 -3881 ((-227 |#1| |#2|) (-592 |#2|) (-227 |#1| |#2|) (-592 (-227 |#1| |#2|)))) (-15 -3047 ((-592 (-457 |#1| |#2|)) (-800 |#1|) (-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|)))) (-15 -3828 ((-227 |#1| |#2|) (-227 |#1| |#2|) (-592 (-227 |#1| |#2|)))) (-15 -2692 ((-457 |#1| |#2|) (-227 |#1| |#2|)))) (-592 (-1092)) (-429)) (T -580))
-((-2692 (*1 *2 *3) (-12 (-5 *3 (-227 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *2 (-457 *4 *5)) (-5 *1 (-580 *4 *5)))) (-3828 (*1 *2 *2 *3) (-12 (-5 *3 (-592 (-227 *4 *5))) (-5 *2 (-227 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *1 (-580 *4 *5)))) (-3047 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-592 (-457 *4 *5))) (-5 *3 (-800 *4)) (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *1 (-580 *4 *5)))) (-3881 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 (-227 *5 *6))) (-4 *6 (-429)) (-5 *2 (-227 *5 *6)) (-14 *5 (-592 (-1092))) (-5 *1 (-580 *5 *6)))) (-1383 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-457 *5 *6))) (-5 *3 (-457 *5 *6)) (-14 *5 (-592 (-1092))) (-4 *6 (-429)) (-5 *2 (-1174 *6)) (-5 *1 (-580 *5 *6)))) (-1547 (*1 *2 *2) (-12 (-5 *2 (-592 (-457 *3 *4))) (-14 *3 (-592 (-1092))) (-4 *4 (-429)) (-5 *1 (-580 *3 *4)))) (-2716 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-457 *5 *6))) (-5 *4 (-800 *5)) (-14 *5 (-592 (-1092))) (-5 *2 (-457 *5 *6)) (-5 *1 (-580 *5 *6)) (-4 *6 (-429)))) (-2716 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-592 (-457 *5 *6))) (-5 *4 (-800 *5)) (-14 *5 (-592 (-1092))) (-5 *2 (-457 *5 *6)) (-5 *1 (-580 *5 *6)) (-4 *6 (-429)))) (-2460 (*1 *2 *3) (-12 (-5 *3 (-592 (-457 *4 *5))) (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *2 (-592 (-227 *4 *5))) (-5 *1 (-580 *4 *5)))) (-3464 (*1 *2 *3) (-12 (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *2 (-2 (|:| |glbase| (-592 (-227 *4 *5))) (|:| |glval| (-592 (-525))))) (-5 *1 (-580 *4 *5)) (-5 *3 (-592 (-227 *4 *5))))) (-3425 (*1 *2 *3) (-12 (-5 *3 (-592 (-457 *4 *5))) (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *2 (-2 (|:| |gblist| (-592 (-227 *4 *5))) (|:| |gvlist| (-592 (-525))))) (-5 *1 (-580 *4 *5)))))
-(-10 -7 (-15 -3425 ((-2 (|:| |gblist| (-592 (-227 |#1| |#2|))) (|:| |gvlist| (-592 (-525)))) (-592 (-457 |#1| |#2|)))) (-15 -3464 ((-2 (|:| |glbase| (-592 (-227 |#1| |#2|))) (|:| |glval| (-592 (-525)))) (-592 (-227 |#1| |#2|)))) (-15 -2460 ((-592 (-227 |#1| |#2|)) (-592 (-457 |#1| |#2|)))) (-15 -2716 ((-457 |#1| |#2|) (-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|)) (-800 |#1|))) (-15 -2716 ((-457 |#1| |#2|) (-592 (-457 |#1| |#2|)) (-800 |#1|))) (-15 -1547 ((-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|)))) (-15 -1383 ((-1174 |#2|) (-457 |#1| |#2|) (-592 (-457 |#1| |#2|)))) (-15 -3881 ((-227 |#1| |#2|) (-592 |#2|) (-227 |#1| |#2|) (-592 (-227 |#1| |#2|)))) (-15 -3047 ((-592 (-457 |#1| |#2|)) (-800 |#1|) (-592 (-457 |#1| |#2|)) (-592 (-457 |#1| |#2|)))) (-15 -3828 ((-227 |#1| |#2|) (-227 |#1| |#2|) (-592 (-227 |#1| |#2|)))) (-15 -2692 ((-457 |#1| |#2|) (-227 |#1| |#2|))))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) NIL)) (-3289 (((-1179) $ (-1075) (-1075)) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 (((-51) $ (-1075) (-51)) 16) (((-51) $ (-1092) (-51)) 17)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 (-51) "failed") (-1075) $) NIL)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020))))) (-4205 (($ (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-3 (-51) "failed") (-1075) $) NIL)) (-2698 (($ (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $ (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (((-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $ (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-3081 (((-51) $ (-1075) (-51)) NIL (|has| $ (-6 -4260)))) (-3017 (((-51) $ (-1075)) NIL)) (-2175 (((-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-592 (-51)) $) NIL (|has| $ (-6 -4259)))) (-2286 (($ $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-1075) $) NIL (|has| (-1075) (-789)))) (-2617 (((-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-592 (-51)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (((-108) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020))))) (-2231 (((-1075) $) NIL (|has| (-1075) (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4260))) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL) (($ (-1 (-51) (-51)) $) NIL) (($ (-1 (-51) (-51) (-51)) $ $) NIL)) (-2761 (($ (-366)) 9)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020))))) (-1398 (((-592 (-1075)) $) NIL)) (-3770 (((-108) (-1075) $) NIL)) (-3577 (((-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) $) NIL)) (-3246 (($ (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) $) NIL)) (-3177 (((-592 (-1075)) $) NIL)) (-3461 (((-108) (-1075) $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020))))) (-1647 (((-51) $) NIL (|has| (-1075) (-789)))) (-4202 (((-3 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) "failed") (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL)) (-3453 (($ $ (-51)) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (($ $ (-273 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (($ $ (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (($ $ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (($ $ (-592 (-51)) (-592 (-51))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-273 (-51))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-592 (-273 (-51)))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020))))) (-1717 (((-592 (-51)) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 (((-51) $ (-1075)) 14) (((-51) $ (-1075) (-51)) NIL) (((-51) $ (-1092)) 15)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020)))) (((-713) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020)))) (((-713) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-51) (-566 (-798))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 (-51))) (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-581) (-13 (-1105 (-1075) (-51)) (-10 -8 (-15 -2761 ($ (-366))) (-15 -2286 ($ $)) (-15 -3431 ((-51) $ (-1092))) (-15 -1233 ((-51) $ (-1092) (-51)))))) (T -581))
-((-2761 (*1 *1 *2) (-12 (-5 *2 (-366)) (-5 *1 (-581)))) (-2286 (*1 *1 *1) (-5 *1 (-581))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-51)) (-5 *1 (-581)))) (-1233 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1092)) (-5 *1 (-581)))))
-(-13 (-1105 (-1075) (-51)) (-10 -8 (-15 -2761 ($ (-366))) (-15 -2286 ($ $)) (-15 -3431 ((-51) $ (-1092))) (-15 -1233 ((-51) $ (-1092) (-51)))))
-((-2880 (($ $ |#2|) 10)))
-(((-582 |#1| |#2|) (-10 -8 (-15 -2880 (|#1| |#1| |#2|))) (-583 |#2|) (-160)) (T -582))
-NIL
-(-10 -8 (-15 -2880 (|#1| |#1| |#2|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4114 (($ $ $) 29)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 28 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
-(((-583 |#1|) (-131) (-160)) (T -583))
-((-4114 (*1 *1 *1 *1) (-12 (-4 *1 (-583 *2)) (-4 *2 (-160)))) (-2880 (*1 *1 *1 *2) (-12 (-4 *1 (-583 *2)) (-4 *2 (-160)) (-4 *2 (-341)))))
-(-13 (-660 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -4114 ($ $ $)) (IF (|has| |t#1| (-341)) (-15 -2880 ($ $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-660 |#1|) . T) ((-983 |#1|) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1509 (((-3 $ "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-3551 (((-1174 (-632 |#1|))) NIL (|has| |#2| (-395 |#1|))) (((-1174 (-632 |#1|)) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3651 (((-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2475 (($) NIL T CONST)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2394 (((-3 $ "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2946 (((-632 |#1|)) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2126 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-4187 (((-632 |#1|) $) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) $ (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3322 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3141 (((-1088 (-887 |#1|))) NIL (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-341))))) (-1488 (($ $ (-856)) NIL)) (-3447 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-4047 (((-1088 |#1|) $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3411 ((|#1|) NIL (|has| |#2| (-395 |#1|))) ((|#1| (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-1521 (((-1088 |#1|) $) NIL (|has| |#2| (-345 |#1|)))) (-3838 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2580 (($ (-1174 |#1|)) NIL (|has| |#2| (-395 |#1|))) (($ (-1174 |#1|) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3300 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3085 (((-856)) NIL (|has| |#2| (-345 |#1|)))) (-1822 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2156 (($ $ (-856)) NIL)) (-3387 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2634 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2936 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2542 (((-3 $ "failed")) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2713 (((-632 |#1|)) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3309 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-2222 (((-632 |#1|) $) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) $ (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-3711 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2056 (((-1088 (-887 |#1|))) NIL (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-341))))) (-2486 (($ $ (-856)) NIL)) (-3714 ((|#1| $) NIL (|has| |#2| (-345 |#1|)))) (-2357 (((-1088 |#1|) $) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-2623 ((|#1|) NIL (|has| |#2| (-395 |#1|))) ((|#1| (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2673 (((-1088 |#1|) $) NIL (|has| |#2| (-345 |#1|)))) (-3938 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1289 (((-1075) $) NIL)) (-1780 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1719 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-2490 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-3993 (((-1039) $) NIL)) (-1539 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-3431 ((|#1| $ (-525)) NIL (|has| |#2| (-395 |#1|)))) (-2754 (((-632 |#1|) (-1174 $)) NIL (|has| |#2| (-395 |#1|))) (((-1174 |#1|) $) NIL (|has| |#2| (-395 |#1|))) (((-632 |#1|) (-1174 $) (-1174 $)) NIL (|has| |#2| (-345 |#1|))) (((-1174 |#1|) $ (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-2069 (($ (-1174 |#1|)) NIL (|has| |#2| (-395 |#1|))) (((-1174 |#1|) $) NIL (|has| |#2| (-395 |#1|)))) (-3600 (((-592 (-887 |#1|))) NIL (|has| |#2| (-395 |#1|))) (((-592 (-887 |#1|)) (-1174 $)) NIL (|has| |#2| (-345 |#1|)))) (-1242 (($ $ $) NIL)) (-1682 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-4100 (((-798) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-2103 (((-1174 $)) NIL (|has| |#2| (-395 |#1|)))) (-3974 (((-592 (-1174 |#1|))) NIL (-2067 (-12 (|has| |#2| (-345 |#1|)) (|has| |#1| (-517))) (-12 (|has| |#2| (-395 |#1|)) (|has| |#1| (-517)))))) (-3133 (($ $ $ $) NIL)) (-1839 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1590 (($ (-632 |#1|) $) NIL (|has| |#2| (-395 |#1|)))) (-4148 (($ $ $) NIL)) (-2453 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1569 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-1886 (((-108)) NIL (|has| |#2| (-345 |#1|)))) (-3364 (($) 15 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) 17)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-584 |#1| |#2|) (-13 (-687 |#1|) (-566 |#2|) (-10 -8 (-15 -4100 ($ |#2|)) (IF (|has| |#2| (-395 |#1|)) (-6 (-395 |#1|)) |%noBranch|) (IF (|has| |#2| (-345 |#1|)) (-6 (-345 |#1|)) |%noBranch|))) (-160) (-687 |#1|)) (T -584))
-((-4100 (*1 *1 *2) (-12 (-4 *3 (-160)) (-5 *1 (-584 *3 *2)) (-4 *2 (-687 *3)))))
-(-13 (-687 |#1|) (-566 |#2|) (-10 -8 (-15 -4100 ($ |#2|)) (IF (|has| |#2| (-395 |#1|)) (-6 (-395 |#1|)) |%noBranch|) (IF (|has| |#2| (-345 |#1|)) (-6 (-345 |#1|)) |%noBranch|)))
-((-3707 (((-3 (-782 |#2|) "failed") |#2| (-273 |#2|) (-1075)) 82) (((-3 (-782 |#2|) (-2 (|:| |leftHandLimit| (-3 (-782 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-782 |#2|) "failed"))) "failed") |#2| (-273 (-782 |#2|))) 104)) (-1686 (((-3 (-775 |#2|) "failed") |#2| (-273 (-775 |#2|))) 109)))
-(((-585 |#1| |#2|) (-10 -7 (-15 -3707 ((-3 (-782 |#2|) (-2 (|:| |leftHandLimit| (-3 (-782 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-782 |#2|) "failed"))) "failed") |#2| (-273 (-782 |#2|)))) (-15 -1686 ((-3 (-775 |#2|) "failed") |#2| (-273 (-775 |#2|)))) (-15 -3707 ((-3 (-782 |#2|) "failed") |#2| (-273 |#2|) (-1075)))) (-13 (-429) (-789) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|))) (T -585))
-((-3707 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-273 *3)) (-5 *5 (-1075)) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-782 *3)) (-5 *1 (-585 *6 *3)))) (-1686 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-273 (-775 *3))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-775 *3)) (-5 *1 (-585 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))) (-3707 (*1 *2 *3 *4) (-12 (-5 *4 (-273 (-782 *3))) (-4 *3 (-13 (-27) (-1114) (-408 *5))) (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-3 (-782 *3) (-2 (|:| |leftHandLimit| (-3 (-782 *3) "failed")) (|:| |rightHandLimit| (-3 (-782 *3) "failed"))) "failed")) (-5 *1 (-585 *5 *3)))))
-(-10 -7 (-15 -3707 ((-3 (-782 |#2|) (-2 (|:| |leftHandLimit| (-3 (-782 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-782 |#2|) "failed"))) "failed") |#2| (-273 (-782 |#2|)))) (-15 -1686 ((-3 (-775 |#2|) "failed") |#2| (-273 (-775 |#2|)))) (-15 -3707 ((-3 (-782 |#2|) "failed") |#2| (-273 |#2|) (-1075))))
-((-3707 (((-3 (-782 (-385 (-887 |#1|))) "failed") (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))) (-1075)) 80) (((-3 (-782 (-385 (-887 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed"))) "failed") (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|)))) 20) (((-3 (-782 (-385 (-887 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed"))) "failed") (-385 (-887 |#1|)) (-273 (-782 (-887 |#1|)))) 35)) (-1686 (((-775 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|)))) 23) (((-775 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-273 (-775 (-887 |#1|)))) 43)))
-(((-586 |#1|) (-10 -7 (-15 -3707 ((-3 (-782 (-385 (-887 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed"))) "failed") (-385 (-887 |#1|)) (-273 (-782 (-887 |#1|))))) (-15 -3707 ((-3 (-782 (-385 (-887 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed"))) "failed") (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))))) (-15 -1686 ((-775 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-273 (-775 (-887 |#1|))))) (-15 -1686 ((-775 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))))) (-15 -3707 ((-3 (-782 (-385 (-887 |#1|))) "failed") (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))) (-1075)))) (-429)) (T -586))
-((-3707 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-273 (-385 (-887 *6)))) (-5 *5 (-1075)) (-5 *3 (-385 (-887 *6))) (-4 *6 (-429)) (-5 *2 (-782 *3)) (-5 *1 (-586 *6)))) (-1686 (*1 *2 *3 *4) (-12 (-5 *4 (-273 (-385 (-887 *5)))) (-5 *3 (-385 (-887 *5))) (-4 *5 (-429)) (-5 *2 (-775 *3)) (-5 *1 (-586 *5)))) (-1686 (*1 *2 *3 *4) (-12 (-5 *4 (-273 (-775 (-887 *5)))) (-4 *5 (-429)) (-5 *2 (-775 (-385 (-887 *5)))) (-5 *1 (-586 *5)) (-5 *3 (-385 (-887 *5))))) (-3707 (*1 *2 *3 *4) (-12 (-5 *4 (-273 (-385 (-887 *5)))) (-5 *3 (-385 (-887 *5))) (-4 *5 (-429)) (-5 *2 (-3 (-782 *3) (-2 (|:| |leftHandLimit| (-3 (-782 *3) "failed")) (|:| |rightHandLimit| (-3 (-782 *3) "failed"))) "failed")) (-5 *1 (-586 *5)))) (-3707 (*1 *2 *3 *4) (-12 (-5 *4 (-273 (-782 (-887 *5)))) (-4 *5 (-429)) (-5 *2 (-3 (-782 (-385 (-887 *5))) (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 *5))) "failed")) (|:| |rightHandLimit| (-3 (-782 (-385 (-887 *5))) "failed"))) "failed")) (-5 *1 (-586 *5)) (-5 *3 (-385 (-887 *5))))))
-(-10 -7 (-15 -3707 ((-3 (-782 (-385 (-887 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed"))) "failed") (-385 (-887 |#1|)) (-273 (-782 (-887 |#1|))))) (-15 -3707 ((-3 (-782 (-385 (-887 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-782 (-385 (-887 |#1|))) "failed"))) "failed") (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))))) (-15 -1686 ((-775 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-273 (-775 (-887 |#1|))))) (-15 -1686 ((-775 (-385 (-887 |#1|))) (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))))) (-15 -3707 ((-3 (-782 (-385 (-887 |#1|))) "failed") (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))) (-1075))))
-((-3250 (((-3 (-1174 (-385 |#1|)) "failed") (-1174 |#2|) |#2|) 57 (-3272 (|has| |#1| (-341)))) (((-3 (-1174 |#1|) "failed") (-1174 |#2|) |#2|) 42 (|has| |#1| (-341)))) (-4061 (((-108) (-1174 |#2|)) 30)) (-3656 (((-3 (-1174 |#1|) "failed") (-1174 |#2|)) 33)))
-(((-587 |#1| |#2|) (-10 -7 (-15 -4061 ((-108) (-1174 |#2|))) (-15 -3656 ((-3 (-1174 |#1|) "failed") (-1174 |#2|))) (IF (|has| |#1| (-341)) (-15 -3250 ((-3 (-1174 |#1|) "failed") (-1174 |#2|) |#2|)) (-15 -3250 ((-3 (-1174 (-385 |#1|)) "failed") (-1174 |#2|) |#2|)))) (-517) (-588 |#1|)) (T -587))
-((-3250 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 *5)) (-3272 (-4 *5 (-341))) (-4 *5 (-517)) (-5 *2 (-1174 (-385 *5))) (-5 *1 (-587 *5 *4)))) (-3250 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 *5)) (-4 *5 (-341)) (-4 *5 (-517)) (-5 *2 (-1174 *5)) (-5 *1 (-587 *5 *4)))) (-3656 (*1 *2 *3) (|partial| -12 (-5 *3 (-1174 *5)) (-4 *5 (-588 *4)) (-4 *4 (-517)) (-5 *2 (-1174 *4)) (-5 *1 (-587 *4 *5)))) (-4061 (*1 *2 *3) (-12 (-5 *3 (-1174 *5)) (-4 *5 (-588 *4)) (-4 *4 (-517)) (-5 *2 (-108)) (-5 *1 (-587 *4 *5)))))
-(-10 -7 (-15 -4061 ((-108) (-1174 |#2|))) (-15 -3656 ((-3 (-1174 |#1|) "failed") (-1174 |#2|))) (IF (|has| |#1| (-341)) (-15 -3250 ((-3 (-1174 |#1|) "failed") (-1174 |#2|) |#2|)) (-15 -3250 ((-3 (-1174 (-385 |#1|)) "failed") (-1174 |#2|) |#2|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3090 (((-632 |#1|) (-632 $)) 36) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 35)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-588 |#1|) (-131) (-977)) (T -588))
-((-3090 (*1 *2 *3) (-12 (-5 *3 (-632 *1)) (-4 *1 (-588 *4)) (-4 *4 (-977)) (-5 *2 (-632 *4)))) (-3090 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *1)) (-5 *4 (-1174 *1)) (-4 *1 (-588 *5)) (-4 *5 (-977)) (-5 *2 (-2 (|:| -4108 (-632 *5)) (|:| |vec| (-1174 *5)))))))
-(-13 (-977) (-10 -8 (-15 -3090 ((-632 |t#1|) (-632 $))) (-15 -3090 ((-2 (|:| -4108 (-632 |t#1|)) (|:| |vec| (-1174 |t#1|))) (-632 $) (-1174 $)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-1589 ((|#2| (-592 |#1|) (-592 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-592 |#1|) (-592 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|) |#2|) 17) ((|#2| (-592 |#1|) (-592 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|)) 12)))
-(((-589 |#1| |#2|) (-10 -7 (-15 -1589 ((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|))) (-15 -1589 (|#2| (-592 |#1|) (-592 |#2|) |#1|)) (-15 -1589 ((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|) |#2|)) (-15 -1589 (|#2| (-592 |#1|) (-592 |#2|) |#1| |#2|)) (-15 -1589 ((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|) (-1 |#2| |#1|))) (-15 -1589 (|#2| (-592 |#1|) (-592 |#2|) |#1| (-1 |#2| |#1|)))) (-1020) (-1128)) (T -589))
-((-1589 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1020)) (-4 *2 (-1128)) (-5 *1 (-589 *5 *2)))) (-1589 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-592 *5)) (-5 *4 (-592 *6)) (-4 *5 (-1020)) (-4 *6 (-1128)) (-5 *1 (-589 *5 *6)))) (-1589 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *2)) (-4 *5 (-1020)) (-4 *2 (-1128)) (-5 *1 (-589 *5 *2)))) (-1589 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 *5)) (-4 *6 (-1020)) (-4 *5 (-1128)) (-5 *2 (-1 *5 *6)) (-5 *1 (-589 *6 *5)))) (-1589 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *2)) (-4 *5 (-1020)) (-4 *2 (-1128)) (-5 *1 (-589 *5 *2)))) (-1589 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *6)) (-4 *5 (-1020)) (-4 *6 (-1128)) (-5 *2 (-1 *6 *5)) (-5 *1 (-589 *5 *6)))))
-(-10 -7 (-15 -1589 ((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|))) (-15 -1589 (|#2| (-592 |#1|) (-592 |#2|) |#1|)) (-15 -1589 ((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|) |#2|)) (-15 -1589 (|#2| (-592 |#1|) (-592 |#2|) |#1| |#2|)) (-15 -1589 ((-1 |#2| |#1|) (-592 |#1|) (-592 |#2|) (-1 |#2| |#1|))) (-15 -1589 (|#2| (-592 |#1|) (-592 |#2|) |#1| (-1 |#2| |#1|))))
-((-2159 (((-592 |#2|) (-1 |#2| |#1| |#2|) (-592 |#1|) |#2|) 16)) (-3504 ((|#2| (-1 |#2| |#1| |#2|) (-592 |#1|) |#2|) 18)) (-2016 (((-592 |#2|) (-1 |#2| |#1|) (-592 |#1|)) 13)))
-(((-590 |#1| |#2|) (-10 -7 (-15 -2159 ((-592 |#2|) (-1 |#2| |#1| |#2|) (-592 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-592 |#1|) |#2|)) (-15 -2016 ((-592 |#2|) (-1 |#2| |#1|) (-592 |#1|)))) (-1128) (-1128)) (T -590))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-592 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-592 *6)) (-5 *1 (-590 *5 *6)))) (-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-592 *5)) (-4 *5 (-1128)) (-4 *2 (-1128)) (-5 *1 (-590 *5 *2)))) (-2159 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-592 *6)) (-4 *6 (-1128)) (-4 *5 (-1128)) (-5 *2 (-592 *5)) (-5 *1 (-590 *6 *5)))))
-(-10 -7 (-15 -2159 ((-592 |#2|) (-1 |#2| |#1| |#2|) (-592 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-592 |#1|) |#2|)) (-15 -2016 ((-592 |#2|) (-1 |#2| |#1|) (-592 |#1|))))
-((-2016 (((-592 |#3|) (-1 |#3| |#1| |#2|) (-592 |#1|) (-592 |#2|)) 13)))
-(((-591 |#1| |#2| |#3|) (-10 -7 (-15 -2016 ((-592 |#3|) (-1 |#3| |#1| |#2|) (-592 |#1|) (-592 |#2|)))) (-1128) (-1128) (-1128)) (T -591))
-((-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-592 *6)) (-5 *5 (-592 *7)) (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-592 *8)) (-5 *1 (-591 *6 *7 *8)))))
-(-10 -7 (-15 -2016 ((-592 |#3|) (-1 |#3| |#1| |#2|) (-592 |#1|) (-592 |#2|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-3979 (($ $) NIL)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) $) NIL (|has| |#1| (-789))) (((-108) (-1 (-108) |#1| |#1|) $) NIL)) (-2436 (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789)))) (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-1842 (($ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-3776 (($ $ $) NIL (|has| $ (-6 -4260)))) (-4193 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4260))) (($ $ "rest" $) NIL (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-1577 (($ $ $) 32 (|has| |#1| (-1020)))) (-1565 (($ $ $) 34 (|has| |#1| (-1020)))) (-1553 (($ $ $) 37 (|has| |#1| (-1020)))) (-3050 (($ (-1 (-108) |#1|) $) NIL)) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2237 ((|#1| $) NIL)) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1659 (($ $) NIL) (($ $ (-713)) NIL)) (-1793 (($ $) NIL (|has| |#1| (-1020)))) (-1681 (($ $) 31 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) NIL (|has| |#1| (-1020))) (($ (-1 (-108) |#1|) $) NIL)) (-2698 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3631 (((-108) $) NIL)) (-3856 (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020))) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) (-1 (-108) |#1|) $) NIL)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3341 (((-108) $) 9)) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1456 (($) 7)) (-3324 (($ (-713) |#1|) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3269 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) NIL)) (-3212 (($ $ $) NIL (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 33 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1522 (($ |#1|) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2718 ((|#1| $) NIL) (($ $ (-713)) NIL)) (-3246 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-2594 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL) (($ $ (-713)) NIL)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-2476 (((-108) $) NIL)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1141 (-525))) NIL) ((|#1| $ (-525)) 36) ((|#1| $ (-525) |#1|) NIL)) (-1707 (((-525) $ $) NIL)) (-2818 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-2139 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-3953 (((-108) $) NIL)) (-3675 (($ $) NIL)) (-2789 (($ $) NIL (|has| $ (-6 -4260)))) (-4082 (((-713) $) NIL)) (-3077 (($ $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) 45 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-3191 (($ |#1| $) 10)) (-4190 (($ $ $) NIL) (($ $ |#1|) NIL)) (-2035 (($ $ $) 30) (($ |#1| $) NIL) (($ (-592 $)) NIL) (($ $ |#1|) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2759 (($ $ $) 11)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3660 (((-1075) $) 26 (|has| |#1| (-770))) (((-1075) $ (-108)) 27 (|has| |#1| (-770))) (((-1179) (-764) $) 28 (|has| |#1| (-770))) (((-1179) (-764) $ (-108)) 29 (|has| |#1| (-770)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-592 |#1|) (-13 (-612 |#1|) (-10 -8 (-15 -1456 ($)) (-15 -3341 ((-108) $)) (-15 -3191 ($ |#1| $)) (-15 -2759 ($ $ $)) (IF (|has| |#1| (-1020)) (PROGN (-15 -1577 ($ $ $)) (-15 -1565 ($ $ $)) (-15 -1553 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-770)) (-6 (-770)) |%noBranch|))) (-1128)) (T -592))
-((-1456 (*1 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1128)))) (-3341 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-592 *3)) (-4 *3 (-1128)))) (-3191 (*1 *1 *2 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1128)))) (-2759 (*1 *1 *1 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1128)))) (-1577 (*1 *1 *1 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-1128)))) (-1565 (*1 *1 *1 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-1128)))) (-1553 (*1 *1 *1 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-1128)))))
-(-13 (-612 |#1|) (-10 -8 (-15 -1456 ($)) (-15 -3341 ((-108) $)) (-15 -3191 ($ |#1| $)) (-15 -2759 ($ $ $)) (IF (|has| |#1| (-1020)) (PROGN (-15 -1577 ($ $ $)) (-15 -1565 ($ $ $)) (-15 -1553 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-770)) (-6 (-770)) |%noBranch|)))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1670 (($ |#1| |#1| $) 43)) (-3779 (((-108) $ (-713)) NIL)) (-3050 (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-1793 (($ $) 45)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) 52 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 54 (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 9 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 37)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3577 ((|#1| $) 46)) (-3246 (($ |#1| $) 26) (($ |#1| $ (-713)) 42)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-2724 ((|#1| $) 48)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 21)) (-1558 (($) 25)) (-2015 (((-108) $) 50)) (-2605 (((-592 (-2 (|:| -3448 |#1|) (|:| -4002 (-713)))) $) 59)) (-2637 (($) 23) (($ (-592 |#1|)) 18)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) 56 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 19)) (-2069 (((-501) $) 34 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-4100 (((-798) $) 14 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 22)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 61 (|has| |#1| (-1020)))) (-2827 (((-713) $) 16 (|has| $ (-6 -4259)))))
-(((-593 |#1|) (-13 (-637 |#1|) (-10 -8 (-6 -4259) (-15 -2015 ((-108) $)) (-15 -1670 ($ |#1| |#1| $)))) (-1020)) (T -593))
-((-2015 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-593 *3)) (-4 *3 (-1020)))) (-1670 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-593 *2)) (-4 *2 (-1020)))))
-(-13 (-637 |#1|) (-10 -8 (-6 -4259) (-15 -2015 ((-108) $)) (-15 -1670 ($ |#1| |#1| $))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#1| $) 23)))
-(((-594 |#1|) (-131) (-984)) (T -594))
-((* (*1 *1 *2 *1) (-12 (-4 *1 (-594 *2)) (-4 *2 (-984)))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-1630 (($ $) NIL)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) 59 (|has| $ (-6 -4262)))) (-1393 (((-110) $) NIL (|has| |#1| (-791))) (((-110) (-1 (-110) |#1| |#1|) $) NIL)) (-3962 (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791)))) (($ (-1 (-110) |#1| |#1|) $) 57 (|has| $ (-6 -4262)))) (-2259 (($ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-1706 (($ $ $) 23 (|has| $ (-6 -4262)))) (-1418 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) 21 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) 22 (|has| $ (-6 -4262))) (($ $ "rest" $) 24 (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) |#1|) $) NIL)) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2239 ((|#1| $) NIL)) (-1298 (($) NIL T CONST)) (-1399 (($ $) 28 (|has| $ (-6 -4262)))) (-1677 (($ $) 29)) (-1683 (($ $) 18) (($ $ (-715)) 32)) (-3802 (($ $) 55 (|has| |#1| (-1022)))) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) NIL (|has| |#1| (-1022))) (($ (-1 (-110) |#1|) $) NIL)) (-2659 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-2678 (((-110) $) NIL)) (-3908 (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022))) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) (-1 (-110) |#1|) $) NIL)) (-3717 (((-594 |#1|) $) 27 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3325 (($ (-715) |#1|) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 31 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-3427 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) 58)) (-2965 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 53 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1536 (($ |#1|) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) NIL)) (-2416 (((-1077) $) 51 (|has| |#1| (-1022)))) (-2681 ((|#1| $) NIL) (($ $ (-715)) NIL)) (-3204 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-2555 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) 13) (($ $ (-715)) NIL)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1311 (((-110) $) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 12)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) 17)) (-2453 (($) 16)) (-3439 ((|#1| $ "value") NIL) ((|#1| $ "first") 15) (($ $ "rest") 20) ((|#1| $ "last") NIL) (($ $ (-1143 (-527))) NIL) ((|#1| $ (-527)) NIL) ((|#1| $ (-527) |#1|) NIL)) (-2312 (((-527) $ $) NIL)) (-3322 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-2104 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-2760 (((-110) $) 34)) (-3112 (($ $) NIL)) (-1256 (($ $) NIL (|has| $ (-6 -4262)))) (-1636 (((-715) $) NIL)) (-4049 (($ $) 36)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) 35)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 26)) (-1390 (($ $ $) 54) (($ $ |#1|) NIL)) (-1997 (($ $ $) NIL) (($ |#1| $) 10) (($ (-594 $)) NIL) (($ $ |#1|) NIL)) (-4118 (((-800) $) 46 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) 48 (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) 9 (|has| $ (-6 -4261)))))
+(((-493 |#1| |#2|) (-614 |#1|) (-1130) (-527)) (T -493))
+NIL
+(-614 |#1|)
+((-2064 ((|#4| |#4|) 27)) (-1238 (((-715) |#4|) 32)) (-2887 (((-715) |#4|) 33)) (-3335 (((-594 |#3|) |#4|) 40 (|has| |#3| (-6 -4262)))) (-2527 (((-3 |#4| "failed") |#4|) 51)) (-2506 ((|#4| |#4|) 44)) (-3832 ((|#1| |#4|) 43)))
+(((-494 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2064 (|#4| |#4|)) (-15 -1238 ((-715) |#4|)) (-15 -2887 ((-715) |#4|)) (IF (|has| |#3| (-6 -4262)) (-15 -3335 ((-594 |#3|) |#4|)) |%noBranch|) (-15 -3832 (|#1| |#4|)) (-15 -2506 (|#4| |#4|)) (-15 -2527 ((-3 |#4| "failed") |#4|))) (-343) (-353 |#1|) (-353 |#1|) (-632 |#1| |#2| |#3|)) (T -494))
+((-2527 (*1 *2 *2) (|partial| -12 (-4 *3 (-343)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-494 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-2506 (*1 *2 *2) (-12 (-4 *3 (-343)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-494 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-3832 (*1 *2 *3) (-12 (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-343)) (-5 *1 (-494 *2 *4 *5 *3)) (-4 *3 (-632 *2 *4 *5)))) (-3335 (*1 *2 *3) (-12 (|has| *6 (-6 -4262)) (-4 *4 (-343)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-594 *6)) (-5 *1 (-494 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-2887 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-715)) (-5 *1 (-494 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-1238 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-715)) (-5 *1 (-494 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-2064 (*1 *2 *2) (-12 (-4 *3 (-343)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-494 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(-10 -7 (-15 -2064 (|#4| |#4|)) (-15 -1238 ((-715) |#4|)) (-15 -2887 ((-715) |#4|)) (IF (|has| |#3| (-6 -4262)) (-15 -3335 ((-594 |#3|) |#4|)) |%noBranch|) (-15 -3832 (|#1| |#4|)) (-15 -2506 (|#4| |#4|)) (-15 -2527 ((-3 |#4| "failed") |#4|)))
+((-2064 ((|#8| |#4|) 20)) (-3335 (((-594 |#3|) |#4|) 29 (|has| |#7| (-6 -4262)))) (-2527 (((-3 |#8| "failed") |#4|) 23)))
+(((-495 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2064 (|#8| |#4|)) (-15 -2527 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4262)) (-15 -3335 ((-594 |#3|) |#4|)) |%noBranch|)) (-519) (-353 |#1|) (-353 |#1|) (-632 |#1| |#2| |#3|) (-927 |#1|) (-353 |#5|) (-353 |#5|) (-632 |#5| |#6| |#7|)) (T -495))
+((-3335 (*1 *2 *3) (-12 (|has| *9 (-6 -4262)) (-4 *4 (-519)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-4 *7 (-927 *4)) (-4 *8 (-353 *7)) (-4 *9 (-353 *7)) (-5 *2 (-594 *6)) (-5 *1 (-495 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-632 *4 *5 *6)) (-4 *10 (-632 *7 *8 *9)))) (-2527 (*1 *2 *3) (|partial| -12 (-4 *4 (-519)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-4 *7 (-927 *4)) (-4 *2 (-632 *7 *8 *9)) (-5 *1 (-495 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-632 *4 *5 *6)) (-4 *8 (-353 *7)) (-4 *9 (-353 *7)))) (-2064 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-4 *7 (-927 *4)) (-4 *2 (-632 *7 *8 *9)) (-5 *1 (-495 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-632 *4 *5 *6)) (-4 *8 (-353 *7)) (-4 *9 (-353 *7)))))
+(-10 -7 (-15 -2064 (|#8| |#4|)) (-15 -2527 ((-3 |#8| "failed") |#4|)) (IF (|has| |#7| (-6 -4262)) (-15 -3335 ((-594 |#3|) |#4|)) |%noBranch|))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1231 (($ (-715) (-715)) NIL)) (-2473 (($ $ $) NIL)) (-1367 (($ (-558 |#1| |#3|)) NIL) (($ $) NIL)) (-3536 (((-110) $) NIL)) (-2333 (($ $ (-527) (-527)) 12)) (-3548 (($ $ (-527) (-527)) NIL)) (-3893 (($ $ (-527) (-527) (-527) (-527)) NIL)) (-3364 (($ $) NIL)) (-1850 (((-110) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-3792 (($ $ (-527) (-527) $) NIL)) (-1232 ((|#1| $ (-527) (-527) |#1|) NIL) (($ $ (-594 (-527)) (-594 (-527)) $) NIL)) (-1638 (($ $ (-527) (-558 |#1| |#3|)) NIL)) (-1754 (($ $ (-527) (-558 |#1| |#2|)) NIL)) (-2209 (($ (-715) |#1|) NIL)) (-1298 (($) NIL T CONST)) (-2064 (($ $) 21 (|has| |#1| (-288)))) (-2941 (((-558 |#1| |#3|) $ (-527)) NIL)) (-1238 (((-715) $) 24 (|has| |#1| (-519)))) (-2774 ((|#1| $ (-527) (-527) |#1|) NIL)) (-3231 ((|#1| $ (-527) (-527)) NIL)) (-3717 (((-594 |#1|) $) NIL)) (-2887 (((-715) $) 26 (|has| |#1| (-519)))) (-3335 (((-594 (-558 |#1| |#2|)) $) 29 (|has| |#1| (-519)))) (-3639 (((-715) $) NIL)) (-3325 (($ (-715) (-715) |#1|) NIL)) (-3650 (((-715) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-3226 ((|#1| $) 19 (|has| |#1| (-6 (-4263 "*"))))) (-1325 (((-527) $) 10)) (-2059 (((-527) $) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2767 (((-527) $) 11)) (-2953 (((-527) $) NIL)) (-2272 (($ (-594 (-594 |#1|))) NIL)) (-2762 (($ (-1 |#1| |#1|) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2132 (((-594 (-594 |#1|)) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2527 (((-3 $ "failed") $) 33 (|has| |#1| (-343)))) (-3586 (($ $ $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) NIL)) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) (-527)) NIL) ((|#1| $ (-527) (-527) |#1|) NIL) (($ $ (-594 (-527)) (-594 (-527))) NIL)) (-4071 (($ (-594 |#1|)) NIL) (($ (-594 $)) NIL)) (-3055 (((-110) $) NIL)) (-3832 ((|#1| $) 17 (|has| |#1| (-6 (-4263 "*"))))) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-3369 (((-558 |#1| |#2|) $ (-527)) NIL)) (-4118 (($ (-558 |#1| |#2|)) NIL) (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2192 (((-110) $) NIL)) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $ $) NIL) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-527) $) NIL) (((-558 |#1| |#2|) $ (-558 |#1| |#2|)) NIL) (((-558 |#1| |#3|) (-558 |#1| |#3|) $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-496 |#1| |#2| |#3|) (-632 |#1| (-558 |#1| |#3|) (-558 |#1| |#2|)) (-979) (-527) (-527)) (T -496))
+NIL
+(-632 |#1| (-558 |#1| |#3|) (-558 |#1| |#2|))
+((-3079 (((-1090 |#1|) (-715)) 76)) (-2926 (((-1176 |#1|) (-1176 |#1|) (-858)) 69)) (-2916 (((-1181) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) |#1|) 84)) (-3137 (((-1176 |#1|) (-1176 |#1|) (-715)) 36)) (-2309 (((-1176 |#1|) (-858)) 71)) (-3628 (((-1176 |#1|) (-1176 |#1|) (-527)) 24)) (-1233 (((-1090 |#1|) (-1176 |#1|)) 77)) (-2810 (((-1176 |#1|) (-858)) 95)) (-3473 (((-110) (-1176 |#1|)) 80)) (-1705 (((-1176 |#1|) (-1176 |#1|) (-858)) 62)) (-2343 (((-1090 |#1|) (-1176 |#1|)) 89)) (-1989 (((-858) (-1176 |#1|)) 59)) (-2952 (((-1176 |#1|) (-1176 |#1|)) 30)) (-1720 (((-1176 |#1|) (-858) (-858)) 97)) (-2581 (((-1176 |#1|) (-1176 |#1|) (-1041) (-1041)) 23)) (-2525 (((-1176 |#1|) (-1176 |#1|) (-715) (-1041)) 37)) (-1878 (((-1176 (-1176 |#1|)) (-858)) 94)) (-2873 (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 81)) (** (((-1176 |#1|) (-1176 |#1|) (-527)) 45)) (* (((-1176 |#1|) (-1176 |#1|) (-1176 |#1|)) 25)))
+(((-497 |#1|) (-10 -7 (-15 -2916 ((-1181) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) |#1|)) (-15 -2309 ((-1176 |#1|) (-858))) (-15 -1720 ((-1176 |#1|) (-858) (-858))) (-15 -1233 ((-1090 |#1|) (-1176 |#1|))) (-15 -3079 ((-1090 |#1|) (-715))) (-15 -2525 ((-1176 |#1|) (-1176 |#1|) (-715) (-1041))) (-15 -3137 ((-1176 |#1|) (-1176 |#1|) (-715))) (-15 -2581 ((-1176 |#1|) (-1176 |#1|) (-1041) (-1041))) (-15 -3628 ((-1176 |#1|) (-1176 |#1|) (-527))) (-15 ** ((-1176 |#1|) (-1176 |#1|) (-527))) (-15 * ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -2873 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -1705 ((-1176 |#1|) (-1176 |#1|) (-858))) (-15 -2926 ((-1176 |#1|) (-1176 |#1|) (-858))) (-15 -2952 ((-1176 |#1|) (-1176 |#1|))) (-15 -1989 ((-858) (-1176 |#1|))) (-15 -3473 ((-110) (-1176 |#1|))) (-15 -1878 ((-1176 (-1176 |#1|)) (-858))) (-15 -2810 ((-1176 |#1|) (-858))) (-15 -2343 ((-1090 |#1|) (-1176 |#1|)))) (-329)) (T -497))
+((-2343 (*1 *2 *3) (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-1090 *4)) (-5 *1 (-497 *4)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1176 *4)) (-5 *1 (-497 *4)) (-4 *4 (-329)))) (-1878 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1176 (-1176 *4))) (-5 *1 (-497 *4)) (-4 *4 (-329)))) (-3473 (*1 *2 *3) (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-110)) (-5 *1 (-497 *4)))) (-1989 (*1 *2 *3) (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-858)) (-5 *1 (-497 *4)))) (-2952 (*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-329)) (-5 *1 (-497 *3)))) (-2926 (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-858)) (-4 *4 (-329)) (-5 *1 (-497 *4)))) (-1705 (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-858)) (-4 *4 (-329)) (-5 *1 (-497 *4)))) (-2873 (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-329)) (-5 *1 (-497 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-329)) (-5 *1 (-497 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-527)) (-4 *4 (-329)) (-5 *1 (-497 *4)))) (-3628 (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-527)) (-4 *4 (-329)) (-5 *1 (-497 *4)))) (-2581 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1041)) (-4 *4 (-329)) (-5 *1 (-497 *4)))) (-3137 (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *4)) (-5 *3 (-715)) (-4 *4 (-329)) (-5 *1 (-497 *4)))) (-2525 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-1176 *5)) (-5 *3 (-715)) (-5 *4 (-1041)) (-4 *5 (-329)) (-5 *1 (-497 *5)))) (-3079 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1090 *4)) (-5 *1 (-497 *4)) (-4 *4 (-329)))) (-1233 (*1 *2 *3) (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-1090 *4)) (-5 *1 (-497 *4)))) (-1720 (*1 *2 *3 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1176 *4)) (-5 *1 (-497 *4)) (-4 *4 (-329)))) (-2309 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1176 *4)) (-5 *1 (-497 *4)) (-4 *4 (-329)))) (-2916 (*1 *2 *3 *4) (-12 (-5 *3 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041)))))) (-4 *4 (-329)) (-5 *2 (-1181)) (-5 *1 (-497 *4)))))
+(-10 -7 (-15 -2916 ((-1181) (-1176 (-594 (-2 (|:| -2205 |#1|) (|:| -1720 (-1041))))) |#1|)) (-15 -2309 ((-1176 |#1|) (-858))) (-15 -1720 ((-1176 |#1|) (-858) (-858))) (-15 -1233 ((-1090 |#1|) (-1176 |#1|))) (-15 -3079 ((-1090 |#1|) (-715))) (-15 -2525 ((-1176 |#1|) (-1176 |#1|) (-715) (-1041))) (-15 -3137 ((-1176 |#1|) (-1176 |#1|) (-715))) (-15 -2581 ((-1176 |#1|) (-1176 |#1|) (-1041) (-1041))) (-15 -3628 ((-1176 |#1|) (-1176 |#1|) (-527))) (-15 ** ((-1176 |#1|) (-1176 |#1|) (-527))) (-15 * ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -2873 ((-1176 |#1|) (-1176 |#1|) (-1176 |#1|))) (-15 -1705 ((-1176 |#1|) (-1176 |#1|) (-858))) (-15 -2926 ((-1176 |#1|) (-1176 |#1|) (-858))) (-15 -2952 ((-1176 |#1|) (-1176 |#1|))) (-15 -1989 ((-858) (-1176 |#1|))) (-15 -3473 ((-110) (-1176 |#1|))) (-15 -1878 ((-1176 (-1176 |#1|)) (-858))) (-15 -2810 ((-1176 |#1|) (-858))) (-15 -2343 ((-1090 |#1|) (-1176 |#1|))))
+((-2380 (((-1 |#1| |#1|) |#1|) 11)) (-3221 (((-1 |#1| |#1|)) 10)))
+(((-498 |#1|) (-10 -7 (-15 -3221 ((-1 |#1| |#1|))) (-15 -2380 ((-1 |#1| |#1|) |#1|))) (-13 (-671) (-25))) (T -498))
+((-2380 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-498 *3)) (-4 *3 (-13 (-671) (-25))))) (-3221 (*1 *2) (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-498 *3)) (-4 *3 (-13 (-671) (-25))))))
+(-10 -7 (-15 -3221 ((-1 |#1| |#1|))) (-15 -2380 ((-1 |#1| |#1|) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1741 (($ $ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-2829 (($ (-715) |#1|) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 (-715) (-715)) $) NIL)) (-2394 ((|#1| $) NIL)) (-3004 (((-715) $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 20)) (-3361 (($) NIL T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL)))
+(((-499 |#1|) (-13 (-737) (-483 (-715) |#1|)) (-791)) (T -499))
+NIL
+(-13 (-737) (-483 (-715) |#1|))
+((-3082 (((-594 |#2|) (-1090 |#1|) |#3|) 83)) (-1644 (((-594 (-2 (|:| |outval| |#2|) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 |#2|))))) (-634 |#1|) |#3| (-1 (-398 (-1090 |#1|)) (-1090 |#1|))) 100)) (-2438 (((-1090 |#1|) (-634 |#1|)) 95)))
+(((-500 |#1| |#2| |#3|) (-10 -7 (-15 -2438 ((-1090 |#1|) (-634 |#1|))) (-15 -3082 ((-594 |#2|) (-1090 |#1|) |#3|)) (-15 -1644 ((-594 (-2 (|:| |outval| |#2|) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 |#2|))))) (-634 |#1|) |#3| (-1 (-398 (-1090 |#1|)) (-1090 |#1|))))) (-343) (-343) (-13 (-343) (-789))) (T -500))
+((-1644 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-634 *6)) (-5 *5 (-1 (-398 (-1090 *6)) (-1090 *6))) (-4 *6 (-343)) (-5 *2 (-594 (-2 (|:| |outval| *7) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 *7)))))) (-5 *1 (-500 *6 *7 *4)) (-4 *7 (-343)) (-4 *4 (-13 (-343) (-789))))) (-3082 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 *5)) (-4 *5 (-343)) (-5 *2 (-594 *6)) (-5 *1 (-500 *5 *6 *4)) (-4 *6 (-343)) (-4 *4 (-13 (-343) (-789))))) (-2438 (*1 *2 *3) (-12 (-5 *3 (-634 *4)) (-4 *4 (-343)) (-5 *2 (-1090 *4)) (-5 *1 (-500 *4 *5 *6)) (-4 *5 (-343)) (-4 *6 (-13 (-343) (-789))))))
+(-10 -7 (-15 -2438 ((-1090 |#1|) (-634 |#1|))) (-15 -3082 ((-594 |#2|) (-1090 |#1|) |#3|)) (-15 -1644 ((-594 (-2 (|:| |outval| |#2|) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 |#2|))))) (-634 |#1|) |#3| (-1 (-398 (-1090 |#1|)) (-1090 |#1|)))))
+((-4100 (((-784 (-527))) 12)) (-4112 (((-784 (-527))) 14)) (-4157 (((-777 (-527))) 9)))
+(((-501) (-10 -7 (-15 -4157 ((-777 (-527)))) (-15 -4100 ((-784 (-527)))) (-15 -4112 ((-784 (-527)))))) (T -501))
+((-4112 (*1 *2) (-12 (-5 *2 (-784 (-527))) (-5 *1 (-501)))) (-4100 (*1 *2) (-12 (-5 *2 (-784 (-527))) (-5 *1 (-501)))) (-4157 (*1 *2) (-12 (-5 *2 (-777 (-527))) (-5 *1 (-501)))))
+(-10 -7 (-15 -4157 ((-777 (-527)))) (-15 -4100 ((-784 (-527)))) (-15 -4112 ((-784 (-527)))))
+((-3026 (((-503) (-1094)) 15)) (-3973 ((|#1| (-503)) 20)))
+(((-502 |#1|) (-10 -7 (-15 -3026 ((-503) (-1094))) (-15 -3973 (|#1| (-503)))) (-1130)) (T -502))
+((-3973 (*1 *2 *3) (-12 (-5 *3 (-503)) (-5 *1 (-502 *2)) (-4 *2 (-1130)))) (-3026 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-503)) (-5 *1 (-502 *4)) (-4 *4 (-1130)))))
+(-10 -7 (-15 -3026 ((-503) (-1094))) (-15 -3973 (|#1| (-503))))
+((-4105 (((-110) $ $) NIL)) (-1751 (((-1077) $) 48)) (-3686 (((-110) $) 43)) (-3680 (((-1094) $) 44)) (-1290 (((-110) $) 41)) (-3289 (((-1077) $) 42)) (-1798 (((-110) $) NIL)) (-3744 (((-110) $) NIL)) (-2542 (((-110) $) NIL)) (-2416 (((-1077) $) NIL)) (-1671 (($ $ (-594 (-1094))) 20)) (-3973 (((-51) $) 22)) (-3607 (((-110) $) NIL)) (-3705 (((-527) $) NIL)) (-4024 (((-1041) $) NIL)) (-2583 (($ $ (-594 (-1094)) (-1094)) 60)) (-2793 (((-110) $) NIL)) (-3546 (((-207) $) NIL)) (-1944 (($ $) 38)) (-3456 (((-800) $) NIL)) (-1653 (((-110) $ $) NIL)) (-3439 (($ $ (-527)) NIL) (($ $ (-594 (-527))) NIL)) (-2780 (((-594 $) $) 28)) (-1401 (((-1094) (-594 $)) 49)) (-2051 (($ (-594 $)) 53) (($ (-1077)) NIL) (($ (-1094)) 18) (($ (-527)) 8) (($ (-207)) 25) (($ (-800)) NIL) (((-1026) $) 11) (($ (-1026)) 12)) (-1277 (((-1094) (-1094) (-594 $)) 52)) (-4118 (((-800) $) 46)) (-1562 (($ $) 51)) (-1549 (($ $) 50)) (-2709 (($ $ (-594 $)) 57)) (-1417 (((-110) $) 27)) (-3361 (($) 9 T CONST)) (-3374 (($) 10 T CONST)) (-2747 (((-110) $ $) 61)) (-2873 (($ $ $) 66)) (-2850 (($ $ $) 62)) (** (($ $ (-715)) 65) (($ $ (-527)) 64)) (* (($ $ $) 63)) (-2809 (((-527) $) NIL)))
+(((-503) (-13 (-1025 (-1077) (-1094) (-527) (-207) (-800)) (-569 (-1026)) (-10 -8 (-15 -3973 ((-51) $)) (-15 -2051 ($ (-1026))) (-15 -2709 ($ $ (-594 $))) (-15 -2583 ($ $ (-594 (-1094)) (-1094))) (-15 -1671 ($ $ (-594 (-1094)))) (-15 -2850 ($ $ $)) (-15 * ($ $ $)) (-15 -2873 ($ $ $)) (-15 ** ($ $ (-715))) (-15 ** ($ $ (-527))) (-15 0 ($) -2459) (-15 1 ($) -2459) (-15 -1944 ($ $)) (-15 -1751 ((-1077) $)) (-15 -1401 ((-1094) (-594 $))) (-15 -1277 ((-1094) (-1094) (-594 $)))))) (T -503))
+((-3973 (*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-503)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-1026)) (-5 *1 (-503)))) (-2709 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-503))) (-5 *1 (-503)))) (-2583 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-1094)) (-5 *1 (-503)))) (-1671 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-503)))) (-2850 (*1 *1 *1 *1) (-5 *1 (-503))) (* (*1 *1 *1 *1) (-5 *1 (-503))) (-2873 (*1 *1 *1 *1) (-5 *1 (-503))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-503)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-503)))) (-3361 (*1 *1) (-5 *1 (-503))) (-3374 (*1 *1) (-5 *1 (-503))) (-1944 (*1 *1 *1) (-5 *1 (-503))) (-1751 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-503)))) (-1401 (*1 *2 *3) (-12 (-5 *3 (-594 (-503))) (-5 *2 (-1094)) (-5 *1 (-503)))) (-1277 (*1 *2 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-503))) (-5 *1 (-503)))))
+(-13 (-1025 (-1077) (-1094) (-527) (-207) (-800)) (-569 (-1026)) (-10 -8 (-15 -3973 ((-51) $)) (-15 -2051 ($ (-1026))) (-15 -2709 ($ $ (-594 $))) (-15 -2583 ($ $ (-594 (-1094)) (-1094))) (-15 -1671 ($ $ (-594 (-1094)))) (-15 -2850 ($ $ $)) (-15 * ($ $ $)) (-15 -2873 ($ $ $)) (-15 ** ($ $ (-715))) (-15 ** ($ $ (-527))) (-15 (-3361) ($) -2459) (-15 (-3374) ($) -2459) (-15 -1944 ($ $)) (-15 -1751 ((-1077) $)) (-15 -1401 ((-1094) (-594 $))) (-15 -1277 ((-1094) (-1094) (-594 $)))))
+((-4060 ((|#2| |#2|) 17)) (-2929 ((|#2| |#2|) 13)) (-2157 ((|#2| |#2| (-527) (-527)) 20)) (-1436 ((|#2| |#2|) 15)))
+(((-504 |#1| |#2|) (-10 -7 (-15 -2929 (|#2| |#2|)) (-15 -1436 (|#2| |#2|)) (-15 -4060 (|#2| |#2|)) (-15 -2157 (|#2| |#2| (-527) (-527)))) (-13 (-519) (-140)) (-1167 |#1|)) (T -504))
+((-2157 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-527)) (-4 *4 (-13 (-519) (-140))) (-5 *1 (-504 *4 *2)) (-4 *2 (-1167 *4)))) (-4060 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-504 *3 *2)) (-4 *2 (-1167 *3)))) (-1436 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-504 *3 *2)) (-4 *2 (-1167 *3)))) (-2929 (*1 *2 *2) (-12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-504 *3 *2)) (-4 *2 (-1167 *3)))))
+(-10 -7 (-15 -2929 (|#2| |#2|)) (-15 -1436 (|#2| |#2|)) (-15 -4060 (|#2| |#2|)) (-15 -2157 (|#2| |#2| (-527) (-527))))
+((-2740 (((-594 (-275 (-889 |#2|))) (-594 |#2|) (-594 (-1094))) 32)) (-1569 (((-594 |#2|) (-889 |#1|) |#3|) 53) (((-594 |#2|) (-1090 |#1|) |#3|) 52)) (-2524 (((-594 (-594 |#2|)) (-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094)) |#3|) 88)))
+(((-505 |#1| |#2| |#3|) (-10 -7 (-15 -1569 ((-594 |#2|) (-1090 |#1|) |#3|)) (-15 -1569 ((-594 |#2|) (-889 |#1|) |#3|)) (-15 -2524 ((-594 (-594 |#2|)) (-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094)) |#3|)) (-15 -2740 ((-594 (-275 (-889 |#2|))) (-594 |#2|) (-594 (-1094))))) (-431) (-343) (-13 (-343) (-789))) (T -505))
+((-2740 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 (-1094))) (-4 *6 (-343)) (-5 *2 (-594 (-275 (-889 *6)))) (-5 *1 (-505 *5 *6 *7)) (-4 *5 (-431)) (-4 *7 (-13 (-343) (-789))))) (-2524 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-594 (-889 *6))) (-5 *4 (-594 (-1094))) (-4 *6 (-431)) (-5 *2 (-594 (-594 *7))) (-5 *1 (-505 *6 *7 *5)) (-4 *7 (-343)) (-4 *5 (-13 (-343) (-789))))) (-1569 (*1 *2 *3 *4) (-12 (-5 *3 (-889 *5)) (-4 *5 (-431)) (-5 *2 (-594 *6)) (-5 *1 (-505 *5 *6 *4)) (-4 *6 (-343)) (-4 *4 (-13 (-343) (-789))))) (-1569 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 *5)) (-4 *5 (-431)) (-5 *2 (-594 *6)) (-5 *1 (-505 *5 *6 *4)) (-4 *6 (-343)) (-4 *4 (-13 (-343) (-789))))))
+(-10 -7 (-15 -1569 ((-594 |#2|) (-1090 |#1|) |#3|)) (-15 -1569 ((-594 |#2|) (-889 |#1|) |#3|)) (-15 -2524 ((-594 (-594 |#2|)) (-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094)) |#3|)) (-15 -2740 ((-594 (-275 (-889 |#2|))) (-594 |#2|) (-594 (-1094)))))
+((-3103 ((|#2| |#2| |#1|) 17)) (-3735 ((|#2| (-594 |#2|)) 27)) (-4179 ((|#2| (-594 |#2|)) 46)))
+(((-506 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3735 (|#2| (-594 |#2|))) (-15 -4179 (|#2| (-594 |#2|))) (-15 -3103 (|#2| |#2| |#1|))) (-288) (-1152 |#1|) |#1| (-1 |#1| |#1| (-715))) (T -506))
+((-3103 (*1 *2 *2 *3) (-12 (-4 *3 (-288)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-715))) (-5 *1 (-506 *3 *2 *4 *5)) (-4 *2 (-1152 *3)))) (-4179 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-1152 *4)) (-5 *1 (-506 *4 *2 *5 *6)) (-4 *4 (-288)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-715))))) (-3735 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-1152 *4)) (-5 *1 (-506 *4 *2 *5 *6)) (-4 *4 (-288)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-715))))))
+(-10 -7 (-15 -3735 (|#2| (-594 |#2|))) (-15 -4179 (|#2| (-594 |#2|))) (-15 -3103 (|#2| |#2| |#1|)))
+((-2700 (((-398 (-1090 |#4|)) (-1090 |#4|) (-1 (-398 (-1090 |#3|)) (-1090 |#3|))) 79) (((-398 |#4|) |#4| (-1 (-398 (-1090 |#3|)) (-1090 |#3|))) 169)))
+(((-507 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2700 ((-398 |#4|) |#4| (-1 (-398 (-1090 |#3|)) (-1090 |#3|)))) (-15 -2700 ((-398 (-1090 |#4|)) (-1090 |#4|) (-1 (-398 (-1090 |#3|)) (-1090 |#3|))))) (-791) (-737) (-13 (-288) (-140)) (-886 |#3| |#2| |#1|)) (T -507))
+((-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-398 (-1090 *7)) (-1090 *7))) (-4 *7 (-13 (-288) (-140))) (-4 *5 (-791)) (-4 *6 (-737)) (-4 *8 (-886 *7 *6 *5)) (-5 *2 (-398 (-1090 *8))) (-5 *1 (-507 *5 *6 *7 *8)) (-5 *3 (-1090 *8)))) (-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-398 (-1090 *7)) (-1090 *7))) (-4 *7 (-13 (-288) (-140))) (-4 *5 (-791)) (-4 *6 (-737)) (-5 *2 (-398 *3)) (-5 *1 (-507 *5 *6 *7 *3)) (-4 *3 (-886 *7 *6 *5)))))
+(-10 -7 (-15 -2700 ((-398 |#4|) |#4| (-1 (-398 (-1090 |#3|)) (-1090 |#3|)))) (-15 -2700 ((-398 (-1090 |#4|)) (-1090 |#4|) (-1 (-398 (-1090 |#3|)) (-1090 |#3|)))))
+((-4060 ((|#4| |#4|) 74)) (-2929 ((|#4| |#4|) 70)) (-2157 ((|#4| |#4| (-527) (-527)) 76)) (-1436 ((|#4| |#4|) 72)))
+(((-508 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2929 (|#4| |#4|)) (-15 -1436 (|#4| |#4|)) (-15 -4060 (|#4| |#4|)) (-15 -2157 (|#4| |#4| (-527) (-527)))) (-13 (-343) (-348) (-569 (-527))) (-1152 |#1|) (-669 |#1| |#2|) (-1167 |#3|)) (T -508))
+((-2157 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-527)) (-4 *4 (-13 (-343) (-348) (-569 *3))) (-4 *5 (-1152 *4)) (-4 *6 (-669 *4 *5)) (-5 *1 (-508 *4 *5 *6 *2)) (-4 *2 (-1167 *6)))) (-4060 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-4 *4 (-1152 *3)) (-4 *5 (-669 *3 *4)) (-5 *1 (-508 *3 *4 *5 *2)) (-4 *2 (-1167 *5)))) (-1436 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-4 *4 (-1152 *3)) (-4 *5 (-669 *3 *4)) (-5 *1 (-508 *3 *4 *5 *2)) (-4 *2 (-1167 *5)))) (-2929 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-4 *4 (-1152 *3)) (-4 *5 (-669 *3 *4)) (-5 *1 (-508 *3 *4 *5 *2)) (-4 *2 (-1167 *5)))))
+(-10 -7 (-15 -2929 (|#4| |#4|)) (-15 -1436 (|#4| |#4|)) (-15 -4060 (|#4| |#4|)) (-15 -2157 (|#4| |#4| (-527) (-527))))
+((-4060 ((|#2| |#2|) 27)) (-2929 ((|#2| |#2|) 23)) (-2157 ((|#2| |#2| (-527) (-527)) 29)) (-1436 ((|#2| |#2|) 25)))
+(((-509 |#1| |#2|) (-10 -7 (-15 -2929 (|#2| |#2|)) (-15 -1436 (|#2| |#2|)) (-15 -4060 (|#2| |#2|)) (-15 -2157 (|#2| |#2| (-527) (-527)))) (-13 (-343) (-348) (-569 (-527))) (-1167 |#1|)) (T -509))
+((-2157 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-527)) (-4 *4 (-13 (-343) (-348) (-569 *3))) (-5 *1 (-509 *4 *2)) (-4 *2 (-1167 *4)))) (-4060 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-5 *1 (-509 *3 *2)) (-4 *2 (-1167 *3)))) (-1436 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-5 *1 (-509 *3 *2)) (-4 *2 (-1167 *3)))) (-2929 (*1 *2 *2) (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-5 *1 (-509 *3 *2)) (-4 *2 (-1167 *3)))))
+(-10 -7 (-15 -2929 (|#2| |#2|)) (-15 -1436 (|#2| |#2|)) (-15 -4060 (|#2| |#2|)) (-15 -2157 (|#2| |#2| (-527) (-527))))
+((-3771 (((-3 (-527) "failed") |#2| |#1| (-1 (-3 (-527) "failed") |#1|)) 14) (((-3 (-527) "failed") |#2| |#1| (-527) (-1 (-3 (-527) "failed") |#1|)) 13) (((-3 (-527) "failed") |#2| (-527) (-1 (-3 (-527) "failed") |#1|)) 26)))
+(((-510 |#1| |#2|) (-10 -7 (-15 -3771 ((-3 (-527) "failed") |#2| (-527) (-1 (-3 (-527) "failed") |#1|))) (-15 -3771 ((-3 (-527) "failed") |#2| |#1| (-527) (-1 (-3 (-527) "failed") |#1|))) (-15 -3771 ((-3 (-527) "failed") |#2| |#1| (-1 (-3 (-527) "failed") |#1|)))) (-979) (-1152 |#1|)) (T -510))
+((-3771 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-527) "failed") *4)) (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-510 *4 *3)) (-4 *3 (-1152 *4)))) (-3771 (*1 *2 *3 *4 *2 *5) (|partial| -12 (-5 *5 (-1 (-3 (-527) "failed") *4)) (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-510 *4 *3)) (-4 *3 (-1152 *4)))) (-3771 (*1 *2 *3 *2 *4) (|partial| -12 (-5 *4 (-1 (-3 (-527) "failed") *5)) (-4 *5 (-979)) (-5 *2 (-527)) (-5 *1 (-510 *5 *3)) (-4 *3 (-1152 *5)))))
+(-10 -7 (-15 -3771 ((-3 (-527) "failed") |#2| (-527) (-1 (-3 (-527) "failed") |#1|))) (-15 -3771 ((-3 (-527) "failed") |#2| |#1| (-527) (-1 (-3 (-527) "failed") |#1|))) (-15 -3771 ((-3 (-527) "failed") |#2| |#1| (-1 (-3 (-527) "failed") |#1|))))
+((-2313 (($ $ $) 79)) (-3488 (((-398 $) $) 47)) (-1923 (((-3 (-527) "failed") $) 59)) (-4145 (((-527) $) 37)) (-2541 (((-3 (-387 (-527)) "failed") $) 74)) (-1397 (((-110) $) 24)) (-1328 (((-387 (-527)) $) 72)) (-3851 (((-110) $) 50)) (-3555 (($ $ $ $) 86)) (-3460 (((-110) $) 16)) (-2536 (($ $ $) 57)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 69)) (-2628 (((-3 $ "failed") $) 64)) (-3105 (($ $) 23)) (-3920 (($ $ $) 84)) (-2138 (($) 60)) (-2573 (($ $) 53)) (-2700 (((-398 $) $) 45)) (-1285 (((-110) $) 14)) (-2578 (((-715) $) 28)) (-4234 (($ $ (-715)) NIL) (($ $) 10)) (-2465 (($ $) 17)) (-2051 (((-527) $) NIL) (((-503) $) 36) (((-829 (-527)) $) 40) (((-359) $) 31) (((-207) $) 33)) (-4070 (((-715)) 8)) (-3476 (((-110) $ $) 20)) (-3769 (($ $ $) 55)))
+(((-511 |#1|) (-10 -8 (-15 -3920 (|#1| |#1| |#1|)) (-15 -3555 (|#1| |#1| |#1| |#1|)) (-15 -3105 (|#1| |#1|)) (-15 -2465 (|#1| |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -2313 (|#1| |#1| |#1|)) (-15 -3476 ((-110) |#1| |#1|)) (-15 -1285 ((-110) |#1|)) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -2051 ((-207) |#1|)) (-15 -2051 ((-359) |#1|)) (-15 -2536 (|#1| |#1| |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -3769 (|#1| |#1| |#1|)) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -2051 ((-527) |#1|)) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -3460 ((-110) |#1|)) (-15 -2578 ((-715) |#1|)) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3851 ((-110) |#1|)) (-15 -4070 ((-715)))) (-512)) (T -511))
+((-4070 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-511 *3)) (-4 *3 (-512)))))
+(-10 -8 (-15 -3920 (|#1| |#1| |#1|)) (-15 -3555 (|#1| |#1| |#1| |#1|)) (-15 -3105 (|#1| |#1|)) (-15 -2465 (|#1| |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -2313 (|#1| |#1| |#1|)) (-15 -3476 ((-110) |#1| |#1|)) (-15 -1285 ((-110) |#1|)) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -2051 ((-207) |#1|)) (-15 -2051 ((-359) |#1|)) (-15 -2536 (|#1| |#1| |#1|)) (-15 -2573 (|#1| |#1|)) (-15 -3769 (|#1| |#1| |#1|)) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -2051 ((-527) |#1|)) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -3460 ((-110) |#1|)) (-15 -2578 ((-715) |#1|)) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3851 ((-110) |#1|)) (-15 -4070 ((-715))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-2313 (($ $ $) 85)) (-3085 (((-3 $ "failed") $ $) 19)) (-1511 (($ $ $ $) 73)) (-3259 (($ $) 51)) (-3488 (((-398 $) $) 52)) (-1842 (((-110) $ $) 125)) (-2350 (((-527) $) 114)) (-3183 (($ $ $) 88)) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 106)) (-4145 (((-527) $) 105)) (-1346 (($ $ $) 129)) (-4162 (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 104) (((-634 (-527)) (-634 $)) 103)) (-3714 (((-3 $ "failed") $) 34)) (-2541 (((-3 (-387 (-527)) "failed") $) 82)) (-1397 (((-110) $) 84)) (-1328 (((-387 (-527)) $) 83)) (-2309 (($) 81) (($ $) 80)) (-1324 (($ $ $) 128)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 123)) (-3851 (((-110) $) 53)) (-3555 (($ $ $ $) 71)) (-3338 (($ $ $) 86)) (-3460 (((-110) $) 116)) (-2536 (($ $ $) 97)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 100)) (-2956 (((-110) $) 31)) (-1758 (((-110) $) 92)) (-2628 (((-3 $ "failed") $) 94)) (-1612 (((-110) $) 115)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 132)) (-1570 (($ $ $ $) 72)) (-3902 (($ $ $) 117)) (-1257 (($ $ $) 118)) (-3105 (($ $) 75)) (-2091 (($ $) 89)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-3920 (($ $ $) 70)) (-2138 (($) 93 T CONST)) (-3564 (($ $) 77)) (-4024 (((-1041) $) 10) (($ $) 79)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-2573 (($ $) 98)) (-2700 (((-398 $) $) 50)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 131) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 130)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 124)) (-1285 (((-110) $) 91)) (-2578 (((-715) $) 126)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 127)) (-4234 (($ $ (-715)) 111) (($ $) 109)) (-3892 (($ $) 76)) (-2465 (($ $) 78)) (-2051 (((-527) $) 108) (((-503) $) 102) (((-829 (-527)) $) 101) (((-359) $) 96) (((-207) $) 95)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-527)) 107)) (-4070 (((-715)) 29)) (-3476 (((-110) $ $) 87)) (-3769 (($ $ $) 99)) (-1670 (($) 90)) (-3978 (((-110) $ $) 39)) (-2093 (($ $ $ $) 74)) (-1597 (($ $) 113)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-715)) 112) (($ $) 110)) (-2813 (((-110) $ $) 120)) (-2788 (((-110) $ $) 121)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 119)) (-2775 (((-110) $ $) 122)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-512) (-133)) (T -512))
+((-1758 (*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110)))) (-1285 (*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110)))) (-1670 (*1 *1) (-4 *1 (-512))) (-2091 (*1 *1 *1) (-4 *1 (-512))) (-3183 (*1 *1 *1 *1) (-4 *1 (-512))) (-3476 (*1 *2 *1 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110)))) (-3338 (*1 *1 *1 *1) (-4 *1 (-512))) (-2313 (*1 *1 *1 *1) (-4 *1 (-512))) (-1397 (*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110)))) (-1328 (*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-387 (-527))))) (-2541 (*1 *2 *1) (|partial| -12 (-4 *1 (-512)) (-5 *2 (-387 (-527))))) (-2309 (*1 *1) (-4 *1 (-512))) (-2309 (*1 *1 *1) (-4 *1 (-512))) (-4024 (*1 *1 *1) (-4 *1 (-512))) (-2465 (*1 *1 *1) (-4 *1 (-512))) (-3564 (*1 *1 *1) (-4 *1 (-512))) (-3892 (*1 *1 *1) (-4 *1 (-512))) (-3105 (*1 *1 *1) (-4 *1 (-512))) (-2093 (*1 *1 *1 *1 *1) (-4 *1 (-512))) (-1511 (*1 *1 *1 *1 *1) (-4 *1 (-512))) (-1570 (*1 *1 *1 *1 *1) (-4 *1 (-512))) (-3555 (*1 *1 *1 *1 *1) (-4 *1 (-512))) (-3920 (*1 *1 *1 *1) (-4 *1 (-512))))
+(-13 (-1134) (-288) (-764) (-215) (-569 (-527)) (-970 (-527)) (-590 (-527)) (-569 (-503)) (-569 (-829 (-527))) (-823 (-527)) (-136) (-955) (-140) (-1070) (-10 -8 (-15 -1758 ((-110) $)) (-15 -1285 ((-110) $)) (-6 -4260) (-15 -1670 ($)) (-15 -2091 ($ $)) (-15 -3183 ($ $ $)) (-15 -3476 ((-110) $ $)) (-15 -3338 ($ $ $)) (-15 -2313 ($ $ $)) (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $)) (-15 -2309 ($)) (-15 -2309 ($ $)) (-15 -4024 ($ $)) (-15 -2465 ($ $)) (-15 -3564 ($ $)) (-15 -3892 ($ $)) (-15 -3105 ($ $)) (-15 -2093 ($ $ $ $)) (-15 -1511 ($ $ $ $)) (-15 -1570 ($ $ $ $)) (-15 -3555 ($ $ $ $)) (-15 -3920 ($ $ $)) (-6 -4259)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-140) . T) ((-568 (-800)) . T) ((-136) . T) ((-162) . T) ((-569 (-207)) . T) ((-569 (-359)) . T) ((-569 (-503)) . T) ((-569 (-527)) . T) ((-569 (-829 (-527))) . T) ((-215) . T) ((-271) . T) ((-288) . T) ((-431) . T) ((-519) . T) ((-596 $) . T) ((-590 (-527)) . T) ((-662 $) . T) ((-671) . T) ((-735) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-764) . T) ((-789) . T) ((-791) . T) ((-823 (-527)) . T) ((-857) . T) ((-955) . T) ((-970 (-527)) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) . T) ((-1134) . T))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3604 (((-1181) $ |#1| |#1|) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#2| $ |#1| |#2|) NIL)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) NIL)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) NIL)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) NIL)) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 ((|#1| $) NIL (|has| |#1| (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 ((|#1| $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-4195 (((-594 |#1|) $) NIL)) (-1651 (((-110) |#1| $) NIL)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3847 (((-594 |#1|) $) NIL)) (-1645 (((-110) |#1| $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#2| $) NIL (|has| |#1| (-791)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-513 |#1| |#2| |#3|) (-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261))) (-1022) (-1022) (-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261)))) (T -513))
+NIL
+(-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261)))
+((-1616 (((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) (-1 (-1090 |#2|) (-1090 |#2|))) 51)))
+(((-514 |#1| |#2|) (-10 -7 (-15 -1616 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) (-1 (-1090 |#2|) (-1090 |#2|))))) (-13 (-791) (-519)) (-13 (-27) (-410 |#1|))) (T -514))
+((-1616 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-567 *3)) (-5 *5 (-1 (-1090 *3) (-1090 *3))) (-4 *3 (-13 (-27) (-410 *6))) (-4 *6 (-13 (-791) (-519))) (-5 *2 (-544 *3)) (-5 *1 (-514 *6 *3)))))
+(-10 -7 (-15 -1616 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) (-1 (-1090 |#2|) (-1090 |#2|)))))
+((-3080 (((-544 |#5|) |#5| (-1 |#3| |#3|)) 198)) (-3452 (((-3 |#5| "failed") |#5| (-1 |#3| |#3|)) 194)) (-2307 (((-544 |#5|) |#5| (-1 |#3| |#3|)) 201)))
+(((-515 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2307 ((-544 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3080 ((-544 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3452 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|)))) (-13 (-791) (-519) (-970 (-527))) (-13 (-27) (-410 |#1|)) (-1152 |#2|) (-1152 (-387 |#3|)) (-322 |#2| |#3| |#4|)) (T -515))
+((-3452 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-27) (-410 *4))) (-4 *4 (-13 (-791) (-519) (-970 (-527)))) (-4 *7 (-1152 (-387 *6))) (-5 *1 (-515 *4 *5 *6 *7 *2)) (-4 *2 (-322 *5 *6 *7)))) (-3080 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1152 *6)) (-4 *6 (-13 (-27) (-410 *5))) (-4 *5 (-13 (-791) (-519) (-970 (-527)))) (-4 *8 (-1152 (-387 *7))) (-5 *2 (-544 *3)) (-5 *1 (-515 *5 *6 *7 *8 *3)) (-4 *3 (-322 *6 *7 *8)))) (-2307 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1152 *6)) (-4 *6 (-13 (-27) (-410 *5))) (-4 *5 (-13 (-791) (-519) (-970 (-527)))) (-4 *8 (-1152 (-387 *7))) (-5 *2 (-544 *3)) (-5 *1 (-515 *5 *6 *7 *8 *3)) (-4 *3 (-322 *6 *7 *8)))))
+(-10 -7 (-15 -2307 ((-544 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3080 ((-544 |#5|) |#5| (-1 |#3| |#3|))) (-15 -3452 ((-3 |#5| "failed") |#5| (-1 |#3| |#3|))))
+((-1464 (((-110) (-527) (-527)) 10)) (-2412 (((-527) (-527)) 7)) (-4098 (((-527) (-527) (-527)) 8)))
+(((-516) (-10 -7 (-15 -2412 ((-527) (-527))) (-15 -4098 ((-527) (-527) (-527))) (-15 -1464 ((-110) (-527) (-527))))) (T -516))
+((-1464 (*1 *2 *3 *3) (-12 (-5 *3 (-527)) (-5 *2 (-110)) (-5 *1 (-516)))) (-4098 (*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-516)))) (-2412 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-516)))))
+(-10 -7 (-15 -2412 ((-527) (-527))) (-15 -4098 ((-527) (-527) (-527))) (-15 -1464 ((-110) (-527) (-527))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3327 ((|#1| $) 61)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-1481 (($ $) 91)) (-2460 (($ $) 74)) (-1741 ((|#1| $) 62)) (-3085 (((-3 $ "failed") $ $) 19)) (-2713 (($ $) 73)) (-1461 (($ $) 90)) (-2439 (($ $) 75)) (-1504 (($ $) 89)) (-2502 (($ $) 76)) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 69)) (-4145 (((-527) $) 68)) (-3714 (((-3 $ "failed") $) 34)) (-2106 (($ |#1| |#1|) 66)) (-3460 (((-110) $) 60)) (-4146 (($) 101)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 72)) (-1612 (((-110) $) 59)) (-3902 (($ $ $) 107)) (-1257 (($ $ $) 106)) (-2495 (($ $) 98)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-1509 (($ |#1| |#1|) 67) (($ |#1|) 65) (($ (-387 (-527))) 64)) (-2511 ((|#1| $) 63)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-1305 (((-3 $ "failed") $ $) 42)) (-1724 (($ $) 99)) (-1513 (($ $) 88)) (-2021 (($ $) 77)) (-1493 (($ $) 87)) (-2482 (($ $) 78)) (-1471 (($ $) 86)) (-2449 (($ $) 79)) (-1459 (((-110) $ |#1|) 58)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-527)) 70)) (-4070 (((-715)) 29)) (-1551 (($ $) 97)) (-2076 (($ $) 85)) (-3978 (((-110) $ $) 39)) (-1526 (($ $) 96)) (-2033 (($ $) 84)) (-1579 (($ $) 95)) (-1439 (($ $) 83)) (-2837 (($ $) 94)) (-1449 (($ $) 82)) (-1564 (($ $) 93)) (-1427 (($ $) 81)) (-1539 (($ $) 92)) (-2044 (($ $) 80)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2813 (((-110) $ $) 104)) (-2788 (((-110) $ $) 103)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 105)) (-2775 (((-110) $ $) 102)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ $) 100) (($ $ (-387 (-527))) 71)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-517 |#1|) (-133) (-13 (-384) (-1116))) (T -517))
+((-1509 (*1 *1 *2 *2) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))) (-2106 (*1 *1 *2 *2) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))) (-1509 (*1 *1 *2) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))) (-1509 (*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-4 *1 (-517 *3)) (-4 *3 (-13 (-384) (-1116))))) (-2511 (*1 *2 *1) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))) (-1741 (*1 *2 *1) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))) (-3327 (*1 *2 *1) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))) (-3460 (*1 *2 *1) (-12 (-4 *1 (-517 *3)) (-4 *3 (-13 (-384) (-1116))) (-5 *2 (-110)))) (-1612 (*1 *2 *1) (-12 (-4 *1 (-517 *3)) (-4 *3 (-13 (-384) (-1116))) (-5 *2 (-110)))) (-1459 (*1 *2 *1 *3) (-12 (-4 *1 (-517 *3)) (-4 *3 (-13 (-384) (-1116))) (-5 *2 (-110)))))
+(-13 (-431) (-791) (-1116) (-936) (-970 (-527)) (-10 -8 (-6 -1474) (-15 -1509 ($ |t#1| |t#1|)) (-15 -2106 ($ |t#1| |t#1|)) (-15 -1509 ($ |t#1|)) (-15 -1509 ($ (-387 (-527)))) (-15 -2511 (|t#1| $)) (-15 -1741 (|t#1| $)) (-15 -3327 (|t#1| $)) (-15 -3460 ((-110) $)) (-15 -1612 ((-110) $)) (-15 -1459 ((-110) $ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-34) . T) ((-93) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-265) . T) ((-271) . T) ((-431) . T) ((-468) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-791) . T) ((-936) . T) ((-970 (-527)) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1116) . T) ((-1119) . T))
+((-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 9)) (-3931 (($ $) 11)) (-3938 (((-110) $) 18)) (-3714 (((-3 $ "failed") $) 16)) (-3978 (((-110) $ $) 20)))
+(((-518 |#1|) (-10 -8 (-15 -3938 ((-110) |#1|)) (-15 -3978 ((-110) |#1| |#1|)) (-15 -3931 (|#1| |#1|)) (-15 -2142 ((-2 (|:| -1863 |#1|) (|:| -4248 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|))) (-519)) (T -518))
+NIL
+(-10 -8 (-15 -3938 ((-110) |#1|)) (-15 -3978 ((-110) |#1| |#1|)) (-15 -3931 (|#1| |#1|)) (-15 -2142 ((-2 (|:| -1863 |#1|) (|:| -4248 |#1|) (|:| |associate| |#1|)) |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ $) 42)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-519) (-133)) (T -519))
+((-1305 (*1 *1 *1 *1) (|partial| -4 *1 (-519))) (-2142 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1863 *1) (|:| -4248 *1) (|:| |associate| *1))) (-4 *1 (-519)))) (-3931 (*1 *1 *1) (-4 *1 (-519))) (-3978 (*1 *2 *1 *1) (-12 (-4 *1 (-519)) (-5 *2 (-110)))) (-3938 (*1 *2 *1) (-12 (-4 *1 (-519)) (-5 *2 (-110)))))
+(-13 (-162) (-37 $) (-271) (-10 -8 (-15 -1305 ((-3 $ "failed") $ $)) (-15 -2142 ((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $)) (-15 -3931 ($ $)) (-15 -3978 ((-110) $ $)) (-15 -3938 ((-110) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1465 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1094) (-594 |#2|)) 37)) (-3415 (((-544 |#2|) |#2| (-1094)) 62)) (-1695 (((-3 |#2| "failed") |#2| (-1094)) 154)) (-1452 (((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1094) (-567 |#2|) (-594 (-567 |#2|))) 157)) (-1332 (((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1094) |#2|) 40)))
+(((-520 |#1| |#2|) (-10 -7 (-15 -1332 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1094) |#2|)) (-15 -1465 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1094) (-594 |#2|))) (-15 -1695 ((-3 |#2| "failed") |#2| (-1094))) (-15 -3415 ((-544 |#2|) |#2| (-1094))) (-15 -1452 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1094) (-567 |#2|) (-594 (-567 |#2|))))) (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|))) (T -520))
+((-1452 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1094)) (-5 *6 (-594 (-567 *3))) (-5 *5 (-567 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *7))) (-4 *7 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3))) (-5 *1 (-520 *7 *3)))) (-3415 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-544 *3)) (-5 *1 (-520 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-1695 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-1094)) (-4 *4 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *1 (-520 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))) (-1465 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-594 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-520 *6 *3)))) (-1332 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1094)) (-4 *5 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3))) (-5 *1 (-520 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))))
+(-10 -7 (-15 -1332 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1094) |#2|)) (-15 -1465 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-1094) (-594 |#2|))) (-15 -1695 ((-3 |#2| "failed") |#2| (-1094))) (-15 -3415 ((-544 |#2|) |#2| (-1094))) (-15 -1452 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-1094) (-567 |#2|) (-594 (-567 |#2|)))))
+((-3488 (((-398 |#1|) |#1|) 18)) (-2700 (((-398 |#1|) |#1|) 33)) (-2387 (((-3 |#1| "failed") |#1|) 44)) (-3017 (((-398 |#1|) |#1|) 51)))
+(((-521 |#1|) (-10 -7 (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3017 ((-398 |#1|) |#1|)) (-15 -2387 ((-3 |#1| "failed") |#1|))) (-512)) (T -521))
+((-2387 (*1 *2 *2) (|partial| -12 (-5 *1 (-521 *2)) (-4 *2 (-512)))) (-3017 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-521 *3)) (-4 *3 (-512)))) (-3488 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-521 *3)) (-4 *3 (-512)))) (-2700 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-521 *3)) (-4 *3 (-512)))))
+(-10 -7 (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3017 ((-398 |#1|) |#1|)) (-15 -2387 ((-3 |#1| "failed") |#1|)))
+((-3074 (($) 9)) (-1326 (((-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 35)) (-4195 (((-594 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) $) 32)) (-3204 (($ (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) 29)) (-3786 (($ (-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated")))))))) 27)) (-3484 (((-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 39)) (-2401 (((-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom of range is infinite") (|:| |upperInfinite| "The top of range is infinite") (|:| |bothInfinite| "Both top and bottom points are infinite") (|:| |notEvaluated| "Range not yet evaluated"))))))) $) 37)) (-3903 (((-1181)) 12)))
+(((-522) (-10 -8 (-15 -3074 ($)) (-15 -3903 ((-1181))) (-15 -4195 ((-594 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) $)) (-15 -3786 ($ (-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3204 ($ (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1326 ((-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2401 ((-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3484 ((-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))) (T -522))
+((-3484 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-522)))) (-2401 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-522)))) (-1326 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-522)))) (-3204 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-522)))) (-3786 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 (-522)))) (-4195 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-5 *1 (-522)))) (-3903 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-522)))) (-3074 (*1 *1) (-5 *1 (-522))))
+(-10 -8 (-15 -3074 ($)) (-15 -3903 ((-1181))) (-15 -4195 ((-594 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) $)) (-15 -3786 ($ (-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3204 ($ (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -1326 ((-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2401 ((-594 (-2 (|:| -1550 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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 -3484 ((-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| (-1075 (-207))) (|:| |notEvaluated| "Internal singularities not yet evaluated"))) (|:| -1792 (-3 (|:| |finite| "The range is finite") (|:| |lowerInfinite| "The bottom 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| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))
+((-2669 (((-1090 (-387 (-1090 |#2|))) |#2| (-567 |#2|) (-567 |#2|) (-1090 |#2|)) 32)) (-2643 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|))) 100) (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|) |#2| (-1090 |#2|)) 110)) (-3806 (((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|))) 80) (((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) |#2| (-1090 |#2|)) 52)) (-2543 (((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2| (-567 |#2|) |#2| (-387 (-1090 |#2|))) 87) (((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2| |#2| (-1090 |#2|)) 109)) (-1950 (((-3 |#2| "failed") |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)) (-567 |#2|) |#2| (-387 (-1090 |#2|))) 105) (((-3 |#2| "failed") |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)) |#2| (-1090 |#2|)) 111)) (-2783 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|))) 128 (|has| |#3| (-604 |#2|))) (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) |#2| (-1090 |#2|)) 127 (|has| |#3| (-604 |#2|)))) (-2842 ((|#2| (-1090 (-387 (-1090 |#2|))) (-567 |#2|) |#2|) 50)) (-2718 (((-1090 (-387 (-1090 |#2|))) (-1090 |#2|) (-567 |#2|)) 31)))
+(((-523 |#1| |#2| |#3|) (-10 -7 (-15 -3806 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) |#2| (-1090 |#2|))) (-15 -3806 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -2543 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2| |#2| (-1090 |#2|))) (-15 -2543 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2| (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -2643 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|) |#2| (-1090 |#2|))) (-15 -2643 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -1950 ((-3 |#2| "failed") |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)) |#2| (-1090 |#2|))) (-15 -1950 ((-3 |#2| "failed") |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)) (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -2669 ((-1090 (-387 (-1090 |#2|))) |#2| (-567 |#2|) (-567 |#2|) (-1090 |#2|))) (-15 -2842 (|#2| (-1090 (-387 (-1090 |#2|))) (-567 |#2|) |#2|)) (-15 -2718 ((-1090 (-387 (-1090 |#2|))) (-1090 |#2|) (-567 |#2|))) (IF (|has| |#3| (-604 |#2|)) (PROGN (-15 -2783 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) |#2| (-1090 |#2|))) (-15 -2783 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|))))) |%noBranch|)) (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))) (-13 (-410 |#1|) (-27) (-1116)) (-1022)) (T -523))
+((-2783 (*1 *2 *3 *4 *5 *5 *5 *4 *6) (-12 (-5 *5 (-567 *4)) (-5 *6 (-387 (-1090 *4))) (-4 *4 (-13 (-410 *7) (-27) (-1116))) (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-523 *7 *4 *3)) (-4 *3 (-604 *4)) (-4 *3 (-1022)))) (-2783 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *5 (-567 *4)) (-5 *6 (-1090 *4)) (-4 *4 (-13 (-410 *7) (-27) (-1116))) (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-523 *7 *4 *3)) (-4 *3 (-604 *4)) (-4 *3 (-1022)))) (-2718 (*1 *2 *3 *4) (-12 (-5 *4 (-567 *6)) (-4 *6 (-13 (-410 *5) (-27) (-1116))) (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-1090 (-387 (-1090 *6)))) (-5 *1 (-523 *5 *6 *7)) (-5 *3 (-1090 *6)) (-4 *7 (-1022)))) (-2842 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1090 (-387 (-1090 *2)))) (-5 *4 (-567 *2)) (-4 *2 (-13 (-410 *5) (-27) (-1116))) (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *1 (-523 *5 *2 *6)) (-4 *6 (-1022)))) (-2669 (*1 *2 *3 *4 *4 *5) (-12 (-5 *4 (-567 *3)) (-4 *3 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-1090 (-387 (-1090 *3)))) (-5 *1 (-523 *6 *3 *7)) (-5 *5 (-1090 *3)) (-4 *7 (-1022)))) (-1950 (*1 *2 *2 *2 *3 *3 *4 *3 *2 *5) (|partial| -12 (-5 *3 (-567 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1094))) (-5 *5 (-387 (-1090 *2))) (-4 *2 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *1 (-523 *6 *2 *7)) (-4 *7 (-1022)))) (-1950 (*1 *2 *2 *2 *3 *3 *4 *2 *5) (|partial| -12 (-5 *3 (-567 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1094))) (-5 *5 (-1090 *2)) (-4 *2 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *1 (-523 *6 *2 *7)) (-4 *7 (-1022)))) (-2643 (*1 *2 *3 *4 *4 *5 *4 *3 *6) (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-594 *3)) (-5 *6 (-387 (-1090 *3))) (-4 *3 (-13 (-410 *7) (-27) (-1116))) (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-523 *7 *3 *8)) (-4 *8 (-1022)))) (-2643 (*1 *2 *3 *4 *4 *5 *3 *6) (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-594 *3)) (-5 *6 (-1090 *3)) (-4 *3 (-13 (-410 *7) (-27) (-1116))) (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-523 *7 *3 *8)) (-4 *8 (-1022)))) (-2543 (*1 *2 *3 *4 *4 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-387 (-1090 *3))) (-4 *3 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3))) (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022)))) (-2543 (*1 *2 *3 *4 *4 *3 *3 *5) (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-1090 *3)) (-4 *3 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3))) (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022)))) (-3806 (*1 *2 *3 *4 *4 *4 *3 *5) (-12 (-5 *4 (-567 *3)) (-5 *5 (-387 (-1090 *3))) (-4 *3 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-544 *3)) (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022)))) (-3806 (*1 *2 *3 *4 *4 *3 *5) (-12 (-5 *4 (-567 *3)) (-5 *5 (-1090 *3)) (-4 *3 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-544 *3)) (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022)))))
+(-10 -7 (-15 -3806 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) |#2| (-1090 |#2|))) (-15 -3806 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -2543 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2| |#2| (-1090 |#2|))) (-15 -2543 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2| (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -2643 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|) |#2| (-1090 |#2|))) (-15 -2643 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -1950 ((-3 |#2| "failed") |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)) |#2| (-1090 |#2|))) (-15 -1950 ((-3 |#2| "failed") |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)) (-567 |#2|) |#2| (-387 (-1090 |#2|)))) (-15 -2669 ((-1090 (-387 (-1090 |#2|))) |#2| (-567 |#2|) (-567 |#2|) (-1090 |#2|))) (-15 -2842 (|#2| (-1090 (-387 (-1090 |#2|))) (-567 |#2|) |#2|)) (-15 -2718 ((-1090 (-387 (-1090 |#2|))) (-1090 |#2|) (-567 |#2|))) (IF (|has| |#3| (-604 |#2|)) (PROGN (-15 -2783 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) |#2| (-1090 |#2|))) (-15 -2783 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) (-567 |#2|) |#2| (-387 (-1090 |#2|))))) |%noBranch|))
+((-1871 (((-527) (-527) (-715)) 66)) (-1596 (((-527) (-527)) 65)) (-2230 (((-527) (-527)) 64)) (-3872 (((-527) (-527)) 69)) (-4128 (((-527) (-527) (-527)) 49)) (-1479 (((-527) (-527) (-527)) 46)) (-2797 (((-387 (-527)) (-527)) 20)) (-2036 (((-527) (-527)) 21)) (-3228 (((-527) (-527)) 58)) (-2596 (((-527) (-527)) 32)) (-1961 (((-594 (-527)) (-527)) 63)) (-2492 (((-527) (-527) (-527) (-527) (-527)) 44)) (-3441 (((-387 (-527)) (-527)) 41)))
+(((-524) (-10 -7 (-15 -3441 ((-387 (-527)) (-527))) (-15 -2492 ((-527) (-527) (-527) (-527) (-527))) (-15 -1961 ((-594 (-527)) (-527))) (-15 -2596 ((-527) (-527))) (-15 -3228 ((-527) (-527))) (-15 -2036 ((-527) (-527))) (-15 -2797 ((-387 (-527)) (-527))) (-15 -1479 ((-527) (-527) (-527))) (-15 -4128 ((-527) (-527) (-527))) (-15 -3872 ((-527) (-527))) (-15 -2230 ((-527) (-527))) (-15 -1596 ((-527) (-527))) (-15 -1871 ((-527) (-527) (-715))))) (T -524))
+((-1871 (*1 *2 *2 *3) (-12 (-5 *2 (-527)) (-5 *3 (-715)) (-5 *1 (-524)))) (-1596 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-2230 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-3872 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-4128 (*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-1479 (*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-2797 (*1 *2 *3) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-524)) (-5 *3 (-527)))) (-2036 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-3228 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-2596 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-1961 (*1 *2 *3) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-524)) (-5 *3 (-527)))) (-2492 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))) (-3441 (*1 *2 *3) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-524)) (-5 *3 (-527)))))
+(-10 -7 (-15 -3441 ((-387 (-527)) (-527))) (-15 -2492 ((-527) (-527) (-527) (-527) (-527))) (-15 -1961 ((-594 (-527)) (-527))) (-15 -2596 ((-527) (-527))) (-15 -3228 ((-527) (-527))) (-15 -2036 ((-527) (-527))) (-15 -2797 ((-387 (-527)) (-527))) (-15 -1479 ((-527) (-527) (-527))) (-15 -4128 ((-527) (-527) (-527))) (-15 -3872 ((-527) (-527))) (-15 -2230 ((-527) (-527))) (-15 -1596 ((-527) (-527))) (-15 -1871 ((-527) (-527) (-715))))
+((-2967 (((-2 (|:| |answer| |#4|) (|:| -3091 |#4|)) |#4| (-1 |#2| |#2|)) 52)))
+(((-525 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2967 ((-2 (|:| |answer| |#4|) (|:| -3091 |#4|)) |#4| (-1 |#2| |#2|)))) (-343) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|)) (T -525))
+((-2967 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343)) (-4 *7 (-1152 (-387 *6))) (-5 *2 (-2 (|:| |answer| *3) (|:| -3091 *3))) (-5 *1 (-525 *5 *6 *7 *3)) (-4 *3 (-322 *5 *6 *7)))))
+(-10 -7 (-15 -2967 ((-2 (|:| |answer| |#4|) (|:| -3091 |#4|)) |#4| (-1 |#2| |#2|))))
+((-2967 (((-2 (|:| |answer| (-387 |#2|)) (|:| -3091 (-387 |#2|)) (|:| |specpart| (-387 |#2|)) (|:| |polypart| |#2|)) (-387 |#2|) (-1 |#2| |#2|)) 18)))
+(((-526 |#1| |#2|) (-10 -7 (-15 -2967 ((-2 (|:| |answer| (-387 |#2|)) (|:| -3091 (-387 |#2|)) (|:| |specpart| (-387 |#2|)) (|:| |polypart| |#2|)) (-387 |#2|) (-1 |#2| |#2|)))) (-343) (-1152 |#1|)) (T -526))
+((-2967 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| |answer| (-387 *6)) (|:| -3091 (-387 *6)) (|:| |specpart| (-387 *6)) (|:| |polypart| *6))) (-5 *1 (-526 *5 *6)) (-5 *3 (-387 *6)))))
+(-10 -7 (-15 -2967 ((-2 (|:| |answer| (-387 |#2|)) (|:| -3091 (-387 |#2|)) (|:| |specpart| (-387 |#2|)) (|:| |polypart| |#2|)) (-387 |#2|) (-1 |#2| |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 25)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 87)) (-3931 (($ $) 88)) (-3938 (((-110) $) NIL)) (-2313 (($ $ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1511 (($ $ $ $) 42)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL)) (-3183 (($ $ $) 81)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL)) (-4145 (((-527) $) NIL)) (-1346 (($ $ $) 80)) (-4162 (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 61) (((-634 (-527)) (-634 $)) 57)) (-3714 (((-3 $ "failed") $) 84)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL)) (-1397 (((-110) $) NIL)) (-1328 (((-387 (-527)) $) NIL)) (-2309 (($) 63) (($ $) 64)) (-1324 (($ $ $) 79)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3555 (($ $ $ $) NIL)) (-3338 (($ $ $) 54)) (-3460 (((-110) $) NIL)) (-2536 (($ $ $) NIL)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL)) (-2956 (((-110) $) 26)) (-1758 (((-110) $) 74)) (-2628 (((-3 $ "failed") $) NIL)) (-1612 (((-110) $) 34)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1570 (($ $ $ $) 43)) (-3902 (($ $ $) 76)) (-1257 (($ $ $) 75)) (-3105 (($ $) NIL)) (-2091 (($ $) 40)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) 53)) (-3920 (($ $ $) NIL)) (-2138 (($) NIL T CONST)) (-3564 (($ $) 31)) (-4024 (((-1041) $) NIL) (($ $) 33)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 118)) (-2742 (($ $ $) 85) (($ (-594 $)) NIL)) (-2573 (($ $) NIL)) (-2700 (((-398 $) $) 104)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL)) (-1305 (((-3 $ "failed") $ $) 83)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1285 (((-110) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 78)) (-4234 (($ $ (-715)) NIL) (($ $) NIL)) (-3892 (($ $) 32)) (-2465 (($ $) 30)) (-2051 (((-527) $) 39) (((-503) $) 51) (((-829 (-527)) $) NIL) (((-359) $) 46) (((-207) $) 48) (((-1077) $) 52)) (-4118 (((-800) $) 37) (($ (-527)) 38) (($ $) NIL) (($ (-527)) 38)) (-4070 (((-715)) NIL)) (-3476 (((-110) $ $) NIL)) (-3769 (($ $ $) NIL)) (-1670 (($) 29)) (-3978 (((-110) $ $) NIL)) (-2093 (($ $ $ $) 41)) (-1597 (($ $) 62)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 27 T CONST)) (-3374 (($) 28 T CONST)) (-2951 (((-1077) $) 20) (((-1077) $ (-110)) 22) (((-1181) (-766) $) 23) (((-1181) (-766) $ (-110)) 24)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 65)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 66)) (-2863 (($ $) 67) (($ $ $) 69)) (-2850 (($ $ $) 68)) (** (($ $ (-858)) NIL) (($ $ (-715)) 73)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 71) (($ $ $) 70)))
+(((-527) (-13 (-512) (-569 (-1077)) (-772) (-10 -8 (-15 -2309 ($ $)) (-6 -4248) (-6 -4253) (-6 -4249) (-6 -4243)))) (T -527))
+((-2309 (*1 *1 *1) (-5 *1 (-527))))
+(-13 (-512) (-569 (-1077)) (-772) (-10 -8 (-15 -2309 ($ $)) (-6 -4248) (-6 -4253) (-6 -4249) (-6 -4243)))
+((-3790 (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))) (-713) (-991)) 108) (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))) (-713)) 110)) (-1467 (((-3 (-968) "failed") (-296 (-359)) (-1015 (-784 (-359))) (-1094)) 172) (((-3 (-968) "failed") (-296 (-359)) (-1015 (-784 (-359))) (-1077)) 171) (((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359) (-359) (-991)) 176) (((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359) (-359)) 177) (((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359)) 178) (((-968) (-296 (-359)) (-594 (-1017 (-784 (-359))))) 179) (((-968) (-296 (-359)) (-1017 (-784 (-359)))) 167) (((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359)) 166) (((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359) (-359)) 162) (((-968) (-713)) 155) (((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359) (-359) (-991)) 161)))
+(((-528) (-10 -7 (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359) (-359) (-991))) (-15 -1467 ((-968) (-713))) (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359) (-359) (-991))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))) (-713))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))) (-713) (-991))) (-15 -1467 ((-3 (-968) "failed") (-296 (-359)) (-1015 (-784 (-359))) (-1077))) (-15 -1467 ((-3 (-968) "failed") (-296 (-359)) (-1015 (-784 (-359))) (-1094))))) (T -528))
+((-1467 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-296 (-359))) (-5 *4 (-1015 (-784 (-359)))) (-5 *5 (-1094)) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-296 (-359))) (-5 *4 (-1015 (-784 (-359)))) (-5 *5 (-1077)) (-5 *2 (-968)) (-5 *1 (-528)))) (-3790 (*1 *2 *3 *4) (-12 (-5 *3 (-713)) (-5 *4 (-991)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968)))) (-5 *1 (-528)))) (-3790 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968)))) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359))))) (-5 *5 (-359)) (-5 *6 (-991)) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359))))) (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359))))) (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359))))) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359)))) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359)))) (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359)))) (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-968)) (-5 *1 (-528)))) (-1467 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359)))) (-5 *5 (-359)) (-5 *6 (-991)) (-5 *2 (-968)) (-5 *1 (-528)))))
+(-10 -7 (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359) (-359) (-991))) (-15 -1467 ((-968) (-713))) (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-1017 (-784 (-359))))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359) (-359))) (-15 -1467 ((-968) (-296 (-359)) (-594 (-1017 (-784 (-359)))) (-359) (-359) (-991))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))) (-713))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))) (-713) (-991))) (-15 -1467 ((-3 (-968) "failed") (-296 (-359)) (-1015 (-784 (-359))) (-1077))) (-15 -1467 ((-3 (-968) "failed") (-296 (-359)) (-1015 (-784 (-359))) (-1094))))
+((-1985 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|)) 183)) (-2562 (((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|)) 98)) (-3238 (((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2|) 179)) (-1753 (((-3 |#2| "failed") |#2| |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094))) 188)) (-3845 (((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) (-1094)) 196 (|has| |#3| (-604 |#2|)))))
+(((-529 |#1| |#2| |#3|) (-10 -7 (-15 -2562 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|))) (-15 -3238 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2|)) (-15 -1985 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|))) (-15 -1753 ((-3 |#2| "failed") |#2| |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)))) (IF (|has| |#3| (-604 |#2|)) (-15 -3845 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) (-1094))) |%noBranch|)) (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))) (-13 (-410 |#1|) (-27) (-1116)) (-1022)) (T -529))
+((-3845 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *5 (-567 *4)) (-5 *6 (-1094)) (-4 *4 (-13 (-410 *7) (-27) (-1116))) (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-529 *7 *4 *3)) (-4 *3 (-604 *4)) (-4 *3 (-1022)))) (-1753 (*1 *2 *2 *2 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-567 *2)) (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1094))) (-4 *2 (-13 (-410 *5) (-27) (-1116))) (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *1 (-529 *5 *2 *6)) (-4 *6 (-1022)))) (-1985 (*1 *2 *3 *4 *4 *5) (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-594 *3)) (-4 *3 (-13 (-410 *6) (-27) (-1116))) (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-529 *6 *3 *7)) (-4 *7 (-1022)))) (-3238 (*1 *2 *3 *4 *4 *3) (|partial| -12 (-5 *4 (-567 *3)) (-4 *3 (-13 (-410 *5) (-27) (-1116))) (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3))) (-5 *1 (-529 *5 *3 *6)) (-4 *6 (-1022)))) (-2562 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-567 *3)) (-4 *3 (-13 (-410 *5) (-27) (-1116))) (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527)))) (-5 *2 (-544 *3)) (-5 *1 (-529 *5 *3 *6)) (-4 *6 (-1022)))))
+(-10 -7 (-15 -2562 ((-544 |#2|) |#2| (-567 |#2|) (-567 |#2|))) (-15 -3238 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| (-567 |#2|) (-567 |#2|) |#2|)) (-15 -1985 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-567 |#2|) (-567 |#2|) (-594 |#2|))) (-15 -1753 ((-3 |#2| "failed") |#2| |#2| |#2| (-567 |#2|) (-567 |#2|) (-1 (-3 |#2| "failed") |#2| |#2| (-1094)))) (IF (|has| |#3| (-604 |#2|)) (-15 -3845 ((-2 (|:| |particular| (-3 |#2| "failed")) (|:| -1878 (-594 |#2|))) |#3| |#2| (-567 |#2|) (-567 |#2|) (-1094))) |%noBranch|))
+((-2649 (((-2 (|:| -3560 |#2|) (|:| |nconst| |#2|)) |#2| (-1094)) 64)) (-1323 (((-3 |#2| "failed") |#2| (-1094) (-784 |#2|) (-784 |#2|)) 164 (-12 (|has| |#2| (-1058)) (|has| |#1| (-569 (-829 (-527)))) (|has| |#1| (-823 (-527))))) (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094)) 147 (-12 (|has| |#2| (-580)) (|has| |#1| (-569 (-829 (-527)))) (|has| |#1| (-823 (-527)))))) (-1784 (((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094)) 148 (-12 (|has| |#2| (-580)) (|has| |#1| (-569 (-829 (-527)))) (|has| |#1| (-823 (-527)))))))
+(((-530 |#1| |#2|) (-10 -7 (-15 -2649 ((-2 (|:| -3560 |#2|) (|:| |nconst| |#2|)) |#2| (-1094))) (IF (|has| |#1| (-569 (-829 (-527)))) (IF (|has| |#1| (-823 (-527))) (PROGN (IF (|has| |#2| (-580)) (PROGN (-15 -1784 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094))) (-15 -1323 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094)))) |%noBranch|) (IF (|has| |#2| (-1058)) (-15 -1323 ((-3 |#2| "failed") |#2| (-1094) (-784 |#2|) (-784 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|)) (-13 (-791) (-970 (-527)) (-431) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|))) (T -530))
+((-1323 (*1 *2 *2 *3 *4 *4) (|partial| -12 (-5 *3 (-1094)) (-5 *4 (-784 *2)) (-4 *2 (-1058)) (-4 *2 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-569 (-829 (-527)))) (-4 *5 (-823 (-527))) (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527)))) (-5 *1 (-530 *5 *2)))) (-1323 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1094)) (-4 *5 (-569 (-829 (-527)))) (-4 *5 (-823 (-527))) (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-530 *5 *3)) (-4 *3 (-580)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-1784 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1094)) (-4 *5 (-569 (-829 (-527)))) (-4 *5 (-823 (-527))) (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527)))) (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3))) (-5 *1 (-530 *5 *3)) (-4 *3 (-580)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-2649 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527)))) (-5 *2 (-2 (|:| -3560 *3) (|:| |nconst| *3))) (-5 *1 (-530 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))))
+(-10 -7 (-15 -2649 ((-2 (|:| -3560 |#2|) (|:| |nconst| |#2|)) |#2| (-1094))) (IF (|has| |#1| (-569 (-829 (-527)))) (IF (|has| |#1| (-823 (-527))) (PROGN (IF (|has| |#2| (-580)) (PROGN (-15 -1784 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094))) (-15 -1323 ((-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094)))) |%noBranch|) (IF (|has| |#2| (-1058)) (-15 -1323 ((-3 |#2| "failed") |#2| (-1094) (-784 |#2|) (-784 |#2|))) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-4089 (((-3 (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|)))))) "failed") (-387 |#2|) (-594 (-387 |#2|))) 41)) (-1467 (((-544 (-387 |#2|)) (-387 |#2|)) 28)) (-2047 (((-3 (-387 |#2|) "failed") (-387 |#2|)) 17)) (-4124 (((-3 (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-387 |#2|)) 48)))
+(((-531 |#1| |#2|) (-10 -7 (-15 -1467 ((-544 (-387 |#2|)) (-387 |#2|))) (-15 -2047 ((-3 (-387 |#2|) "failed") (-387 |#2|))) (-15 -4124 ((-3 (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-387 |#2|))) (-15 -4089 ((-3 (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|)))))) "failed") (-387 |#2|) (-594 (-387 |#2|))))) (-13 (-343) (-140) (-970 (-527))) (-1152 |#1|)) (T -531))
+((-4089 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-594 (-387 *6))) (-5 *3 (-387 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-531 *5 *6)))) (-4124 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-13 (-343) (-140) (-970 (-527)))) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| -3160 (-387 *5)) (|:| |coeff| (-387 *5)))) (-5 *1 (-531 *4 *5)) (-5 *3 (-387 *5)))) (-2047 (*1 *2 *2) (|partial| -12 (-5 *2 (-387 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-13 (-343) (-140) (-970 (-527)))) (-5 *1 (-531 *3 *4)))) (-1467 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-140) (-970 (-527)))) (-4 *5 (-1152 *4)) (-5 *2 (-544 (-387 *5))) (-5 *1 (-531 *4 *5)) (-5 *3 (-387 *5)))))
+(-10 -7 (-15 -1467 ((-544 (-387 |#2|)) (-387 |#2|))) (-15 -2047 ((-3 (-387 |#2|) "failed") (-387 |#2|))) (-15 -4124 ((-3 (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-387 |#2|))) (-15 -4089 ((-3 (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|)))))) "failed") (-387 |#2|) (-594 (-387 |#2|)))))
+((-2962 (((-3 (-527) "failed") |#1|) 14)) (-3607 (((-110) |#1|) 13)) (-3705 (((-527) |#1|) 9)))
+(((-532 |#1|) (-10 -7 (-15 -3705 ((-527) |#1|)) (-15 -3607 ((-110) |#1|)) (-15 -2962 ((-3 (-527) "failed") |#1|))) (-970 (-527))) (T -532))
+((-2962 (*1 *2 *3) (|partial| -12 (-5 *2 (-527)) (-5 *1 (-532 *3)) (-4 *3 (-970 *2)))) (-3607 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-532 *3)) (-4 *3 (-970 (-527))))) (-3705 (*1 *2 *3) (-12 (-5 *2 (-527)) (-5 *1 (-532 *3)) (-4 *3 (-970 *2)))))
+(-10 -7 (-15 -3705 ((-527) |#1|)) (-15 -3607 ((-110) |#1|)) (-15 -2962 ((-3 (-527) "failed") |#1|)))
+((-1443 (((-3 (-2 (|:| |mainpart| (-387 (-889 |#1|))) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 (-889 |#1|))) (|:| |logand| (-387 (-889 |#1|))))))) "failed") (-387 (-889 |#1|)) (-1094) (-594 (-387 (-889 |#1|)))) 48)) (-4190 (((-544 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-1094)) 28)) (-3574 (((-3 (-387 (-889 |#1|)) "failed") (-387 (-889 |#1|)) (-1094)) 23)) (-1354 (((-3 (-2 (|:| -3160 (-387 (-889 |#1|))) (|:| |coeff| (-387 (-889 |#1|)))) "failed") (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|))) 35)))
+(((-533 |#1|) (-10 -7 (-15 -4190 ((-544 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-1094))) (-15 -3574 ((-3 (-387 (-889 |#1|)) "failed") (-387 (-889 |#1|)) (-1094))) (-15 -1443 ((-3 (-2 (|:| |mainpart| (-387 (-889 |#1|))) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 (-889 |#1|))) (|:| |logand| (-387 (-889 |#1|))))))) "failed") (-387 (-889 |#1|)) (-1094) (-594 (-387 (-889 |#1|))))) (-15 -1354 ((-3 (-2 (|:| -3160 (-387 (-889 |#1|))) (|:| |coeff| (-387 (-889 |#1|)))) "failed") (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|))))) (-13 (-519) (-970 (-527)) (-140))) (T -533))
+((-1354 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-970 (-527)) (-140))) (-5 *2 (-2 (|:| -3160 (-387 (-889 *5))) (|:| |coeff| (-387 (-889 *5))))) (-5 *1 (-533 *5)) (-5 *3 (-387 (-889 *5))))) (-1443 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-594 (-387 (-889 *6)))) (-5 *3 (-387 (-889 *6))) (-4 *6 (-13 (-519) (-970 (-527)) (-140))) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-533 *6)))) (-3574 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-387 (-889 *4))) (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-970 (-527)) (-140))) (-5 *1 (-533 *4)))) (-4190 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-970 (-527)) (-140))) (-5 *2 (-544 (-387 (-889 *5)))) (-5 *1 (-533 *5)) (-5 *3 (-387 (-889 *5))))))
+(-10 -7 (-15 -4190 ((-544 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-1094))) (-15 -3574 ((-3 (-387 (-889 |#1|)) "failed") (-387 (-889 |#1|)) (-1094))) (-15 -1443 ((-3 (-2 (|:| |mainpart| (-387 (-889 |#1|))) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 (-889 |#1|))) (|:| |logand| (-387 (-889 |#1|))))))) "failed") (-387 (-889 |#1|)) (-1094) (-594 (-387 (-889 |#1|))))) (-15 -1354 ((-3 (-2 (|:| -3160 (-387 (-889 |#1|))) (|:| |coeff| (-387 (-889 |#1|)))) "failed") (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|)))))
+((-4105 (((-110) $ $) 59)) (-1874 (((-110) $) 36)) (-3327 ((|#1| $) 30)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) 63)) (-1481 (($ $) 123)) (-2460 (($ $) 103)) (-1741 ((|#1| $) 28)) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $) NIL)) (-1461 (($ $) 125)) (-2439 (($ $) 99)) (-1504 (($ $) 127)) (-2502 (($ $) 107)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) 78)) (-4145 (((-527) $) 80)) (-3714 (((-3 $ "failed") $) 62)) (-2106 (($ |#1| |#1|) 26)) (-3460 (((-110) $) 33)) (-4146 (($) 89)) (-2956 (((-110) $) 43)) (-3799 (($ $ (-527)) NIL)) (-1612 (((-110) $) 34)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2495 (($ $) 91)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-1509 (($ |#1| |#1|) 20) (($ |#1|) 25) (($ (-387 (-527))) 77)) (-2511 ((|#1| $) 27)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) 65) (($ (-594 $)) NIL)) (-1305 (((-3 $ "failed") $ $) 64)) (-1724 (($ $) 93)) (-1513 (($ $) 131)) (-2021 (($ $) 105)) (-1493 (($ $) 133)) (-2482 (($ $) 109)) (-1471 (($ $) 129)) (-2449 (($ $) 101)) (-1459 (((-110) $ |#1|) 31)) (-4118 (((-800) $) 85) (($ (-527)) 67) (($ $) NIL) (($ (-527)) 67)) (-4070 (((-715)) 87)) (-1551 (($ $) 145)) (-2076 (($ $) 115)) (-3978 (((-110) $ $) NIL)) (-1526 (($ $) 143)) (-2033 (($ $) 111)) (-1579 (($ $) 141)) (-1439 (($ $) 121)) (-2837 (($ $) 139)) (-1449 (($ $) 119)) (-1564 (($ $) 137)) (-1427 (($ $) 117)) (-1539 (($ $) 135)) (-2044 (($ $) 113)) (-3732 (($ $ (-858)) 55) (($ $ (-715)) NIL)) (-3361 (($) 21 T CONST)) (-3374 (($) 10 T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 37)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 35)) (-2863 (($ $) 41) (($ $ $) 42)) (-2850 (($ $ $) 40)) (** (($ $ (-858)) 54) (($ $ (-715)) NIL) (($ $ $) 95) (($ $ (-387 (-527))) 147)) (* (($ (-858) $) 51) (($ (-715) $) NIL) (($ (-527) $) 50) (($ $ $) 48)))
+(((-534 |#1|) (-517 |#1|) (-13 (-384) (-1116))) (T -534))
+NIL
+(-517 |#1|)
+((-1970 (((-3 (-594 (-1090 (-527))) "failed") (-594 (-1090 (-527))) (-1090 (-527))) 24)))
+(((-535) (-10 -7 (-15 -1970 ((-3 (-594 (-1090 (-527))) "failed") (-594 (-1090 (-527))) (-1090 (-527)))))) (T -535))
+((-1970 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 (-1090 (-527)))) (-5 *3 (-1090 (-527))) (-5 *1 (-535)))))
+(-10 -7 (-15 -1970 ((-3 (-594 (-1090 (-527))) "failed") (-594 (-1090 (-527))) (-1090 (-527)))))
+((-1776 (((-594 (-567 |#2|)) (-594 (-567 |#2|)) (-1094)) 19)) (-4037 (((-594 (-567 |#2|)) (-594 |#2|) (-1094)) 23)) (-1704 (((-594 (-567 |#2|)) (-594 (-567 |#2|)) (-594 (-567 |#2|))) 11)) (-2443 ((|#2| |#2| (-1094)) 54 (|has| |#1| (-519)))) (-2058 ((|#2| |#2| (-1094)) 78 (-12 (|has| |#2| (-265)) (|has| |#1| (-431))))) (-2594 (((-567 |#2|) (-567 |#2|) (-594 (-567 |#2|)) (-1094)) 25)) (-1227 (((-567 |#2|) (-594 (-567 |#2|))) 24)) (-3098 (((-544 |#2|) |#2| (-1094) (-1 (-544 |#2|) |#2| (-1094)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094))) 103 (-12 (|has| |#2| (-265)) (|has| |#2| (-580)) (|has| |#2| (-970 (-1094))) (|has| |#1| (-569 (-829 (-527)))) (|has| |#1| (-431)) (|has| |#1| (-823 (-527)))))))
+(((-536 |#1| |#2|) (-10 -7 (-15 -1776 ((-594 (-567 |#2|)) (-594 (-567 |#2|)) (-1094))) (-15 -1227 ((-567 |#2|) (-594 (-567 |#2|)))) (-15 -2594 ((-567 |#2|) (-567 |#2|) (-594 (-567 |#2|)) (-1094))) (-15 -1704 ((-594 (-567 |#2|)) (-594 (-567 |#2|)) (-594 (-567 |#2|)))) (-15 -4037 ((-594 (-567 |#2|)) (-594 |#2|) (-1094))) (IF (|has| |#1| (-519)) (-15 -2443 (|#2| |#2| (-1094))) |%noBranch|) (IF (|has| |#1| (-431)) (IF (|has| |#2| (-265)) (PROGN (-15 -2058 (|#2| |#2| (-1094))) (IF (|has| |#1| (-569 (-829 (-527)))) (IF (|has| |#1| (-823 (-527))) (IF (|has| |#2| (-580)) (IF (|has| |#2| (-970 (-1094))) (-15 -3098 ((-544 |#2|) |#2| (-1094) (-1 (-544 |#2|) |#2| (-1094)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|)) (-791) (-410 |#1|)) (T -536))
+((-3098 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-1 (-544 *3) *3 (-1094))) (-5 *6 (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3 (-1094))) (-4 *3 (-265)) (-4 *3 (-580)) (-4 *3 (-970 *4)) (-4 *3 (-410 *7)) (-5 *4 (-1094)) (-4 *7 (-569 (-829 (-527)))) (-4 *7 (-431)) (-4 *7 (-823 (-527))) (-4 *7 (-791)) (-5 *2 (-544 *3)) (-5 *1 (-536 *7 *3)))) (-2058 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-431)) (-4 *4 (-791)) (-5 *1 (-536 *4 *2)) (-4 *2 (-265)) (-4 *2 (-410 *4)))) (-2443 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-519)) (-4 *4 (-791)) (-5 *1 (-536 *4 *2)) (-4 *2 (-410 *4)))) (-4037 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *6)) (-5 *4 (-1094)) (-4 *6 (-410 *5)) (-4 *5 (-791)) (-5 *2 (-594 (-567 *6))) (-5 *1 (-536 *5 *6)))) (-1704 (*1 *2 *2 *2) (-12 (-5 *2 (-594 (-567 *4))) (-4 *4 (-410 *3)) (-4 *3 (-791)) (-5 *1 (-536 *3 *4)))) (-2594 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-594 (-567 *6))) (-5 *4 (-1094)) (-5 *2 (-567 *6)) (-4 *6 (-410 *5)) (-4 *5 (-791)) (-5 *1 (-536 *5 *6)))) (-1227 (*1 *2 *3) (-12 (-5 *3 (-594 (-567 *5))) (-4 *4 (-791)) (-5 *2 (-567 *5)) (-5 *1 (-536 *4 *5)) (-4 *5 (-410 *4)))) (-1776 (*1 *2 *2 *3) (-12 (-5 *2 (-594 (-567 *5))) (-5 *3 (-1094)) (-4 *5 (-410 *4)) (-4 *4 (-791)) (-5 *1 (-536 *4 *5)))))
+(-10 -7 (-15 -1776 ((-594 (-567 |#2|)) (-594 (-567 |#2|)) (-1094))) (-15 -1227 ((-567 |#2|) (-594 (-567 |#2|)))) (-15 -2594 ((-567 |#2|) (-567 |#2|) (-594 (-567 |#2|)) (-1094))) (-15 -1704 ((-594 (-567 |#2|)) (-594 (-567 |#2|)) (-594 (-567 |#2|)))) (-15 -4037 ((-594 (-567 |#2|)) (-594 |#2|) (-1094))) (IF (|has| |#1| (-519)) (-15 -2443 (|#2| |#2| (-1094))) |%noBranch|) (IF (|has| |#1| (-431)) (IF (|has| |#2| (-265)) (PROGN (-15 -2058 (|#2| |#2| (-1094))) (IF (|has| |#1| (-569 (-829 (-527)))) (IF (|has| |#1| (-823 (-527))) (IF (|has| |#2| (-580)) (IF (|has| |#2| (-970 (-1094))) (-15 -3098 ((-544 |#2|) |#2| (-1094) (-1 (-544 |#2|) |#2| (-1094)) (-1 (-3 (-2 (|:| |special| |#2|) (|:| |integrand| |#2|)) "failed") |#2| (-1094)))) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) |%noBranch|) |%noBranch|))
+((-1925 (((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-594 |#1|) "failed") (-527) |#1| |#1|)) 172)) (-1527 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|))))))) (|:| |a0| |#1|)) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-594 (-387 |#2|))) 148)) (-3320 (((-3 (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|)))))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-594 (-387 |#2|))) 145)) (-3848 (((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|) 133)) (-2026 (((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|)) 158)) (-1302 (((-3 (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-387 |#2|)) 175)) (-2120 (((-3 (-2 (|:| |answer| (-387 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-387 |#2|)) 178)) (-4222 (((-2 (|:| |ir| (-544 (-387 |#2|))) (|:| |specpart| (-387 |#2|)) (|:| |polypart| |#2|)) (-387 |#2|) (-1 |#2| |#2|)) 84)) (-4041 (((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)) 90)) (-1732 (((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|))))))) (|:| |a0| |#1|)) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|) (-594 (-387 |#2|))) 152)) (-3836 (((-3 (-575 |#1| |#2|) "failed") (-575 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|)) 137)) (-3059 (((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|)) 162)) (-2715 (((-3 (-2 (|:| |answer| (-387 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|) (-387 |#2|)) 183)))
+(((-537 |#1| |#2|) (-10 -7 (-15 -2026 ((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -3059 ((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|))) (-15 -1925 ((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-594 |#1|) "failed") (-527) |#1| |#1|))) (-15 -2120 ((-3 (-2 (|:| |answer| (-387 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-387 |#2|))) (-15 -2715 ((-3 (-2 (|:| |answer| (-387 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|) (-387 |#2|))) (-15 -1527 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|))))))) (|:| |a0| |#1|)) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-594 (-387 |#2|)))) (-15 -1732 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|))))))) (|:| |a0| |#1|)) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|) (-594 (-387 |#2|)))) (-15 -1302 ((-3 (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-387 |#2|))) (-15 -3320 ((-3 (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|)))))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-594 (-387 |#2|)))) (-15 -3848 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -3836 ((-3 (-575 |#1| |#2|) "failed") (-575 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|))) (-15 -4222 ((-2 (|:| |ir| (-544 (-387 |#2|))) (|:| |specpart| (-387 |#2|)) (|:| |polypart| |#2|)) (-387 |#2|) (-1 |#2| |#2|))) (-15 -4041 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|)))) (-343) (-1152 |#1|)) (T -537))
+((-4041 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3))) (-5 *1 (-537 *5 *3)))) (-4222 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| |ir| (-544 (-387 *6))) (|:| |specpart| (-387 *6)) (|:| |polypart| *6))) (-5 *1 (-537 *5 *6)) (-5 *3 (-387 *6)))) (-3836 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-575 *4 *5)) (-5 *3 (-1 (-2 (|:| |ans| *4) (|:| -3471 *4) (|:| |sol?| (-110))) (-527) *4)) (-4 *4 (-343)) (-4 *5 (-1152 *4)) (-5 *1 (-537 *4 *5)))) (-3848 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 (-2 (|:| -3160 *4) (|:| |coeff| *4)) "failed") *4)) (-4 *4 (-343)) (-5 *1 (-537 *4 *2)) (-4 *2 (-1152 *4)))) (-3320 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-594 (-387 *7))) (-4 *7 (-1152 *6)) (-5 *3 (-387 *7)) (-4 *6 (-343)) (-5 *2 (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (-5 *1 (-537 *6 *7)))) (-1302 (*1 *2 *3 *4 *3) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| -3160 (-387 *6)) (|:| |coeff| (-387 *6)))) (-5 *1 (-537 *5 *6)) (-5 *3 (-387 *6)))) (-1732 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-2 (|:| |ans| *7) (|:| -3471 *7) (|:| |sol?| (-110))) (-527) *7)) (-5 *6 (-594 (-387 *8))) (-4 *7 (-343)) (-4 *8 (-1152 *7)) (-5 *3 (-387 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-537 *7 *8)))) (-1527 (*1 *2 *3 *4 *5 *6) (|partial| -12 (-5 *4 (-1 *8 *8)) (-5 *5 (-1 (-3 (-2 (|:| -3160 *7) (|:| |coeff| *7)) "failed") *7)) (-5 *6 (-594 (-387 *8))) (-4 *7 (-343)) (-4 *8 (-1152 *7)) (-5 *3 (-387 *8)) (-5 *2 (-2 (|:| |answer| (-2 (|:| |mainpart| *3) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3)))))) (|:| |a0| *7))) (-5 *1 (-537 *7 *8)))) (-2715 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3471 *6) (|:| |sol?| (-110))) (-527) *6)) (-4 *6 (-343)) (-4 *7 (-1152 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-387 *7)) (|:| |a0| *6)) (-2 (|:| -3160 (-387 *7)) (|:| |coeff| (-387 *7))) "failed")) (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))) (-2120 (*1 *2 *3 *4 *5 *3) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3160 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-343)) (-4 *7 (-1152 *6)) (-5 *2 (-3 (-2 (|:| |answer| (-387 *7)) (|:| |a0| *6)) (-2 (|:| -3160 (-387 *7)) (|:| |coeff| (-387 *7))) "failed")) (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))) (-1925 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-594 *6) "failed") (-527) *6 *6)) (-4 *6 (-343)) (-4 *7 (-1152 *6)) (-5 *2 (-2 (|:| |answer| (-544 (-387 *7))) (|:| |a0| *6))) (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))) (-3059 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-2 (|:| |ans| *6) (|:| -3471 *6) (|:| |sol?| (-110))) (-527) *6)) (-4 *6 (-343)) (-4 *7 (-1152 *6)) (-5 *2 (-2 (|:| |answer| (-544 (-387 *7))) (|:| |a0| *6))) (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))) (-2026 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *7 *7)) (-5 *5 (-1 (-3 (-2 (|:| -3160 *6) (|:| |coeff| *6)) "failed") *6)) (-4 *6 (-343)) (-4 *7 (-1152 *6)) (-5 *2 (-2 (|:| |answer| (-544 (-387 *7))) (|:| |a0| *6))) (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))))
+(-10 -7 (-15 -2026 ((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|))) (-15 -3059 ((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|))) (-15 -1925 ((-2 (|:| |answer| (-544 (-387 |#2|))) (|:| |a0| |#1|)) (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-594 |#1|) "failed") (-527) |#1| |#1|))) (-15 -2120 ((-3 (-2 (|:| |answer| (-387 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-387 |#2|))) (-15 -2715 ((-3 (-2 (|:| |answer| (-387 |#2|)) (|:| |a0| |#1|)) (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|) (-387 |#2|))) (-15 -1527 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|))))))) (|:| |a0| |#1|)) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) (-594 (-387 |#2|)))) (-15 -1732 ((-3 (-2 (|:| |answer| (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|))))))) (|:| |a0| |#1|)) "failed") (-387 |#2|) (-1 |#2| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|) (-594 (-387 |#2|)))) (-15 -1302 ((-3 (-2 (|:| -3160 (-387 |#2|)) (|:| |coeff| (-387 |#2|))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-387 |#2|))) (-15 -3320 ((-3 (-2 (|:| |mainpart| (-387 |#2|)) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| (-387 |#2|)) (|:| |logand| (-387 |#2|)))))) "failed") (-387 |#2|) (-1 |#2| |#2|) (-594 (-387 |#2|)))) (-15 -3848 ((-3 |#2| "failed") |#2| (-1 (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed") |#1|) |#1|)) (-15 -3836 ((-3 (-575 |#1| |#2|) "failed") (-575 |#1| |#2|) (-1 (-2 (|:| |ans| |#1|) (|:| -3471 |#1|) (|:| |sol?| (-110))) (-527) |#1|))) (-15 -4222 ((-2 (|:| |ir| (-544 (-387 |#2|))) (|:| |specpart| (-387 |#2|)) (|:| |polypart| |#2|)) (-387 |#2|) (-1 |#2| |#2|))) (-15 -4041 ((-2 (|:| |answer| |#2|) (|:| |polypart| |#2|)) |#2| (-1 |#2| |#2|))))
+((-3241 (((-3 |#2| "failed") |#2| (-1094) (-1094)) 10)))
+(((-538 |#1| |#2|) (-10 -7 (-15 -3241 ((-3 |#2| "failed") |#2| (-1094) (-1094)))) (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-895) (-1058) (-29 |#1|))) (T -538))
+((-3241 (*1 *2 *2 *3 *3) (|partial| -12 (-5 *3 (-1094)) (-4 *4 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *1 (-538 *4 *2)) (-4 *2 (-13 (-1116) (-895) (-1058) (-29 *4))))))
+(-10 -7 (-15 -3241 ((-3 |#2| "failed") |#2| (-1094) (-1094))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $ (-527)) 66)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-2004 (($ (-1090 (-527)) (-527)) 72)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) 58)) (-3538 (($ $) 34)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-2050 (((-715) $) 15)) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3057 (((-527)) 29)) (-2398 (((-527) $) 32)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3469 (($ $ (-527)) 21)) (-1305 (((-3 $ "failed") $ $) 59)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) 16)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 61)) (-1466 (((-1075 (-527)) $) 18)) (-3750 (($ $) 23)) (-4118 (((-800) $) 87) (($ (-527)) 52) (($ $) NIL)) (-4070 (((-715)) 14)) (-3978 (((-110) $ $) NIL)) (-1474 (((-527) $ (-527)) 36)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 35 T CONST)) (-3374 (($) 19 T CONST)) (-2747 (((-110) $ $) 39)) (-2863 (($ $) 51) (($ $ $) 37)) (-2850 (($ $ $) 50)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 54) (($ $ $) 55)))
+(((-539 |#1| |#2|) (-806 |#1|) (-527) (-110)) (T -539))
+NIL
+(-806 |#1|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 21)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 (($ $ (-858)) NIL (|has| $ (-348))) (($ $) NIL)) (-2164 (((-1104 (-858) (-715)) (-527)) 47)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 $ "failed") $) 75)) (-4145 (($ $) 74)) (-2894 (($ (-1176 $)) 73)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 44)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) 32)) (-2309 (($) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) 49)) (-3687 (((-110) $) NIL)) (-3050 (($ $) NIL) (($ $ (-715)) NIL)) (-3851 (((-110) $) NIL)) (-2050 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2956 (((-110) $) NIL)) (-2810 (($) 37 (|has| $ (-348)))) (-3473 (((-110) $) NIL (|has| $ (-348)))) (-1705 (($ $ (-858)) NIL (|has| $ (-348))) (($ $) NIL)) (-2628 (((-3 $ "failed") $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 $) $ (-858)) NIL (|has| $ (-348))) (((-1090 $) $) 83)) (-1989 (((-858) $) 55)) (-4181 (((-1090 $) $) NIL (|has| $ (-348)))) (-2784 (((-3 (-1090 $) "failed") $ $) NIL (|has| $ (-348))) (((-1090 $) $) NIL (|has| $ (-348)))) (-2672 (($ $ (-1090 $)) NIL (|has| $ (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL T CONST)) (-1720 (($ (-858)) 48)) (-1687 (((-110) $) 67)) (-4024 (((-1041) $) NIL)) (-2613 (($) 19 (|has| $ (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 42)) (-2700 (((-398 $) $) NIL)) (-2150 (((-858)) 66) (((-777 (-858))) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-3 (-715) "failed") $ $) NIL) (((-715) $) NIL)) (-3817 (((-130)) NIL)) (-4234 (($ $ (-715)) NIL) (($ $) NIL)) (-4115 (((-858) $) 65) (((-777 (-858)) $) NIL)) (-2279 (((-1090 $)) 82)) (-3956 (($) 54)) (-3606 (($) 38 (|has| $ (-348)))) (-4002 (((-634 $) (-1176 $)) NIL) (((-1176 $) $) 71)) (-2051 (((-527) $) 28)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) 30) (($ $) NIL) (($ (-387 (-527))) NIL)) (-3470 (((-3 $ "failed") $) NIL) (($ $) 84)) (-4070 (((-715)) 39)) (-1878 (((-1176 $) (-858)) 77) (((-1176 $)) 76)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 22 T CONST)) (-3374 (($) 18 T CONST)) (-1425 (($ $ (-715)) NIL (|has| $ (-348))) (($ $) NIL (|has| $ (-348)))) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 26)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 61) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-540 |#1|) (-13 (-329) (-309 $) (-569 (-527))) (-858)) (T -540))
+NIL
+(-13 (-329) (-309 $) (-569 (-527)))
+((-3198 (((-1181) (-1077)) 10)))
+(((-541) (-10 -7 (-15 -3198 ((-1181) (-1077))))) (T -541))
+((-3198 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-541)))))
+(-10 -7 (-15 -3198 ((-1181) (-1077))))
+((-3106 (((-544 |#2|) (-544 |#2|)) 40)) (-2389 (((-594 |#2|) (-544 |#2|)) 42)) (-2750 ((|#2| (-544 |#2|)) 48)))
+(((-542 |#1| |#2|) (-10 -7 (-15 -3106 ((-544 |#2|) (-544 |#2|))) (-15 -2389 ((-594 |#2|) (-544 |#2|))) (-15 -2750 (|#2| (-544 |#2|)))) (-13 (-431) (-970 (-527)) (-791) (-590 (-527))) (-13 (-29 |#1|) (-1116))) (T -542))
+((-2750 (*1 *2 *3) (-12 (-5 *3 (-544 *2)) (-4 *2 (-13 (-29 *4) (-1116))) (-5 *1 (-542 *4 *2)) (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))))) (-2389 (*1 *2 *3) (-12 (-5 *3 (-544 *5)) (-4 *5 (-13 (-29 *4) (-1116))) (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (-5 *2 (-594 *5)) (-5 *1 (-542 *4 *5)))) (-3106 (*1 *2 *2) (-12 (-5 *2 (-544 *4)) (-4 *4 (-13 (-29 *3) (-1116))) (-4 *3 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (-5 *1 (-542 *3 *4)))))
+(-10 -7 (-15 -3106 ((-544 |#2|) (-544 |#2|))) (-15 -2389 ((-594 |#2|) (-544 |#2|))) (-15 -2750 (|#2| (-544 |#2|))))
+((-1998 (((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")) 44) (((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed")) 11) (((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed")) 35) (((-544 |#2|) (-1 |#2| |#1|) (-544 |#1|)) 30)))
+(((-543 |#1| |#2|) (-10 -7 (-15 -1998 ((-544 |#2|) (-1 |#2| |#1|) (-544 |#1|))) (-15 -1998 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1998 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1998 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed")))) (-343) (-343)) (T -543))
+((-1998 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| |mainpart| *5) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *5) (|:| |logand| *5))))) "failed")) (-4 *5 (-343)) (-4 *6 (-343)) (-5 *2 (-2 (|:| |mainpart| *6) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *6) (|:| |logand| *6)))))) (-5 *1 (-543 *5 *6)))) (-1998 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed")) (-4 *5 (-343)) (-4 *2 (-343)) (-5 *1 (-543 *5 *2)))) (-1998 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 *6 *5)) (-5 *4 (-3 (-2 (|:| -3160 *5) (|:| |coeff| *5)) "failed")) (-4 *5 (-343)) (-4 *6 (-343)) (-5 *2 (-2 (|:| -3160 *6) (|:| |coeff| *6))) (-5 *1 (-543 *5 *6)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-544 *5)) (-4 *5 (-343)) (-4 *6 (-343)) (-5 *2 (-544 *6)) (-5 *1 (-543 *5 *6)))))
+(-10 -7 (-15 -1998 ((-544 |#2|) (-1 |#2| |#1|) (-544 |#1|))) (-15 -1998 ((-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| -3160 |#1|) (|:| |coeff| |#1|)) "failed"))) (-15 -1998 ((-3 |#2| "failed") (-1 |#2| |#1|) (-3 |#1| "failed"))) (-15 -1998 ((-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") (-1 |#2| |#1|) (-3 (-2 (|:| |mainpart| |#1|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#1|) (|:| |logand| |#1|))))) "failed"))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 69)) (-4145 ((|#1| $) NIL)) (-3160 ((|#1| $) 26)) (-1738 (((-594 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $) 28)) (-2658 (($ |#1| (-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 |#1|)) (|:| |logand| (-1090 |#1|)))) (-594 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|)))) 24)) (-3091 (((-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 |#1|)) (|:| |logand| (-1090 |#1|)))) $) 27)) (-2416 (((-1077) $) NIL)) (-3277 (($ |#1| |#1|) 33) (($ |#1| (-1094)) 44 (|has| |#1| (-970 (-1094))))) (-4024 (((-1041) $) NIL)) (-3211 (((-110) $) 30)) (-4234 ((|#1| $ (-1 |#1| |#1|)) 81) ((|#1| $ (-1094)) 82 (|has| |#1| (-837 (-1094))))) (-4118 (((-800) $) 96) (($ |#1|) 25)) (-3361 (($) 16 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) 15) (($ $ $) NIL)) (-2850 (($ $ $) 78)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 14) (($ (-387 (-527)) $) 36) (($ $ (-387 (-527))) NIL)))
+(((-544 |#1|) (-13 (-662 (-387 (-527))) (-970 |#1|) (-10 -8 (-15 -2658 ($ |#1| (-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 |#1|)) (|:| |logand| (-1090 |#1|)))) (-594 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3160 (|#1| $)) (-15 -3091 ((-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 |#1|)) (|:| |logand| (-1090 |#1|)))) $)) (-15 -1738 ((-594 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3211 ((-110) $)) (-15 -3277 ($ |#1| |#1|)) (-15 -4234 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-837 (-1094))) (-15 -4234 (|#1| $ (-1094))) |%noBranch|) (IF (|has| |#1| (-970 (-1094))) (-15 -3277 ($ |#1| (-1094))) |%noBranch|))) (-343)) (T -544))
+((-2658 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 *2)) (|:| |logand| (-1090 *2))))) (-5 *4 (-594 (-2 (|:| |integrand| *2) (|:| |intvar| *2)))) (-4 *2 (-343)) (-5 *1 (-544 *2)))) (-3160 (*1 *2 *1) (-12 (-5 *1 (-544 *2)) (-4 *2 (-343)))) (-3091 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 *3)) (|:| |logand| (-1090 *3))))) (-5 *1 (-544 *3)) (-4 *3 (-343)))) (-1738 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |integrand| *3) (|:| |intvar| *3)))) (-5 *1 (-544 *3)) (-4 *3 (-343)))) (-3211 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-544 *3)) (-4 *3 (-343)))) (-3277 (*1 *1 *2 *2) (-12 (-5 *1 (-544 *2)) (-4 *2 (-343)))) (-4234 (*1 *2 *1 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-544 *2)) (-4 *2 (-343)))) (-4234 (*1 *2 *1 *3) (-12 (-4 *2 (-343)) (-4 *2 (-837 *3)) (-5 *1 (-544 *2)) (-5 *3 (-1094)))) (-3277 (*1 *1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *1 (-544 *2)) (-4 *2 (-970 *3)) (-4 *2 (-343)))))
+(-13 (-662 (-387 (-527))) (-970 |#1|) (-10 -8 (-15 -2658 ($ |#1| (-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 |#1|)) (|:| |logand| (-1090 |#1|)))) (-594 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))))) (-15 -3160 (|#1| $)) (-15 -3091 ((-594 (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 |#1|)) (|:| |logand| (-1090 |#1|)))) $)) (-15 -1738 ((-594 (-2 (|:| |integrand| |#1|) (|:| |intvar| |#1|))) $)) (-15 -3211 ((-110) $)) (-15 -3277 ($ |#1| |#1|)) (-15 -4234 (|#1| $ (-1 |#1| |#1|))) (IF (|has| |#1| (-837 (-1094))) (-15 -4234 (|#1| $ (-1094))) |%noBranch|) (IF (|has| |#1| (-970 (-1094))) (-15 -3277 ($ |#1| (-1094))) |%noBranch|)))
+((-3791 (((-110) |#1|) 16)) (-1334 (((-3 |#1| "failed") |#1|) 14)) (-2651 (((-2 (|:| -1670 |#1|) (|:| -3148 (-715))) |#1|) 31) (((-3 |#1| "failed") |#1| (-715)) 18)) (-3319 (((-110) |#1| (-715)) 19)) (-1947 ((|#1| |#1|) 32)) (-2425 ((|#1| |#1| (-715)) 34)))
+(((-545 |#1|) (-10 -7 (-15 -3319 ((-110) |#1| (-715))) (-15 -2651 ((-3 |#1| "failed") |#1| (-715))) (-15 -2651 ((-2 (|:| -1670 |#1|) (|:| -3148 (-715))) |#1|)) (-15 -2425 (|#1| |#1| (-715))) (-15 -3791 ((-110) |#1|)) (-15 -1334 ((-3 |#1| "failed") |#1|)) (-15 -1947 (|#1| |#1|))) (-512)) (T -545))
+((-1947 (*1 *2 *2) (-12 (-5 *1 (-545 *2)) (-4 *2 (-512)))) (-1334 (*1 *2 *2) (|partial| -12 (-5 *1 (-545 *2)) (-4 *2 (-512)))) (-3791 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-545 *3)) (-4 *3 (-512)))) (-2425 (*1 *2 *2 *3) (-12 (-5 *3 (-715)) (-5 *1 (-545 *2)) (-4 *2 (-512)))) (-2651 (*1 *2 *3) (-12 (-5 *2 (-2 (|:| -1670 *3) (|:| -3148 (-715)))) (-5 *1 (-545 *3)) (-4 *3 (-512)))) (-2651 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-715)) (-5 *1 (-545 *2)) (-4 *2 (-512)))) (-3319 (*1 *2 *3 *4) (-12 (-5 *4 (-715)) (-5 *2 (-110)) (-5 *1 (-545 *3)) (-4 *3 (-512)))))
+(-10 -7 (-15 -3319 ((-110) |#1| (-715))) (-15 -2651 ((-3 |#1| "failed") |#1| (-715))) (-15 -2651 ((-2 (|:| -1670 |#1|) (|:| -3148 (-715))) |#1|)) (-15 -2425 (|#1| |#1| (-715))) (-15 -3791 ((-110) |#1|)) (-15 -1334 ((-3 |#1| "failed") |#1|)) (-15 -1947 (|#1| |#1|)))
+((-2329 (((-1090 |#1|) (-858)) 27)))
+(((-546 |#1|) (-10 -7 (-15 -2329 ((-1090 |#1|) (-858)))) (-329)) (T -546))
+((-2329 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-546 *4)) (-4 *4 (-329)))))
+(-10 -7 (-15 -2329 ((-1090 |#1|) (-858))))
+((-3106 (((-544 (-387 (-889 |#1|))) (-544 (-387 (-889 |#1|)))) 27)) (-1467 (((-3 (-296 |#1|) (-594 (-296 |#1|))) (-387 (-889 |#1|)) (-1094)) 34 (|has| |#1| (-140)))) (-2389 (((-594 (-296 |#1|)) (-544 (-387 (-889 |#1|)))) 19)) (-3720 (((-296 |#1|) (-387 (-889 |#1|)) (-1094)) 32 (|has| |#1| (-140)))) (-2750 (((-296 |#1|) (-544 (-387 (-889 |#1|)))) 21)))
+(((-547 |#1|) (-10 -7 (-15 -3106 ((-544 (-387 (-889 |#1|))) (-544 (-387 (-889 |#1|))))) (-15 -2389 ((-594 (-296 |#1|)) (-544 (-387 (-889 |#1|))))) (-15 -2750 ((-296 |#1|) (-544 (-387 (-889 |#1|))))) (IF (|has| |#1| (-140)) (PROGN (-15 -1467 ((-3 (-296 |#1|) (-594 (-296 |#1|))) (-387 (-889 |#1|)) (-1094))) (-15 -3720 ((-296 |#1|) (-387 (-889 |#1|)) (-1094)))) |%noBranch|)) (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (T -547))
+((-3720 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-140)) (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (-5 *2 (-296 *5)) (-5 *1 (-547 *5)))) (-1467 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-140)) (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (-5 *2 (-3 (-296 *5) (-594 (-296 *5)))) (-5 *1 (-547 *5)))) (-2750 (*1 *2 *3) (-12 (-5 *3 (-544 (-387 (-889 *4)))) (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (-5 *2 (-296 *4)) (-5 *1 (-547 *4)))) (-2389 (*1 *2 *3) (-12 (-5 *3 (-544 (-387 (-889 *4)))) (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (-5 *2 (-594 (-296 *4))) (-5 *1 (-547 *4)))) (-3106 (*1 *2 *2) (-12 (-5 *2 (-544 (-387 (-889 *3)))) (-4 *3 (-13 (-431) (-970 (-527)) (-791) (-590 (-527)))) (-5 *1 (-547 *3)))))
+(-10 -7 (-15 -3106 ((-544 (-387 (-889 |#1|))) (-544 (-387 (-889 |#1|))))) (-15 -2389 ((-594 (-296 |#1|)) (-544 (-387 (-889 |#1|))))) (-15 -2750 ((-296 |#1|) (-544 (-387 (-889 |#1|))))) (IF (|has| |#1| (-140)) (PROGN (-15 -1467 ((-3 (-296 |#1|) (-594 (-296 |#1|))) (-387 (-889 |#1|)) (-1094))) (-15 -3720 ((-296 |#1|) (-387 (-889 |#1|)) (-1094)))) |%noBranch|))
+((-1827 (((-594 (-634 (-527))) (-594 (-527)) (-594 (-842 (-527)))) 46) (((-594 (-634 (-527))) (-594 (-527))) 47) (((-634 (-527)) (-594 (-527)) (-842 (-527))) 42)) (-2721 (((-715) (-594 (-527))) 40)))
+(((-548) (-10 -7 (-15 -2721 ((-715) (-594 (-527)))) (-15 -1827 ((-634 (-527)) (-594 (-527)) (-842 (-527)))) (-15 -1827 ((-594 (-634 (-527))) (-594 (-527)))) (-15 -1827 ((-594 (-634 (-527))) (-594 (-527)) (-594 (-842 (-527))))))) (T -548))
+((-1827 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-527))) (-5 *4 (-594 (-842 (-527)))) (-5 *2 (-594 (-634 (-527)))) (-5 *1 (-548)))) (-1827 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-594 (-634 (-527)))) (-5 *1 (-548)))) (-1827 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-527))) (-5 *4 (-842 (-527))) (-5 *2 (-634 (-527))) (-5 *1 (-548)))) (-2721 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-715)) (-5 *1 (-548)))))
+(-10 -7 (-15 -2721 ((-715) (-594 (-527)))) (-15 -1827 ((-634 (-527)) (-594 (-527)) (-842 (-527)))) (-15 -1827 ((-594 (-634 (-527))) (-594 (-527)))) (-15 -1827 ((-594 (-634 (-527))) (-594 (-527)) (-594 (-842 (-527))))))
+((-3036 (((-594 |#5|) |#5| (-110)) 73)) (-2815 (((-110) |#5| (-594 |#5|)) 30)))
+(((-549 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3036 ((-594 |#5|) |#5| (-110))) (-15 -2815 ((-110) |#5| (-594 |#5|)))) (-13 (-288) (-140)) (-737) (-791) (-993 |#1| |#2| |#3|) (-1031 |#1| |#2| |#3| |#4|)) (T -549))
+((-2815 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *3)) (-4 *3 (-1031 *5 *6 *7 *8)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-110)) (-5 *1 (-549 *5 *6 *7 *8 *3)))) (-3036 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-594 *3)) (-5 *1 (-549 *5 *6 *7 *8 *3)) (-4 *3 (-1031 *5 *6 *7 *8)))))
+(-10 -7 (-15 -3036 ((-594 |#5|) |#5| (-110))) (-15 -2815 ((-110) |#5| (-594 |#5|))))
+((-4105 (((-110) $ $) NIL (|has| (-137) (-1022)))) (-3306 (($ $) 34)) (-2619 (($ $) NIL)) (-2632 (($ $ (-137)) NIL) (($ $ (-134)) NIL)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-3005 (((-110) $ $) 51)) (-2979 (((-110) $ $ (-527)) 46)) (-3106 (((-594 $) $ (-137)) 60) (((-594 $) $ (-134)) 61)) (-1393 (((-110) (-1 (-110) (-137) (-137)) $) NIL) (((-110) $) NIL (|has| (-137) (-791)))) (-3962 (($ (-1 (-110) (-137) (-137)) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| (-137) (-791))))) (-2259 (($ (-1 (-110) (-137) (-137)) $) NIL) (($ $) NIL (|has| (-137) (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 (((-137) $ (-527) (-137)) 45 (|has| $ (-6 -4262))) (((-137) $ (-1143 (-527)) (-137)) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1632 (($ $ (-137)) 64) (($ $ (-134)) 65)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-3553 (($ $ (-1143 (-527)) $) 44)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2659 (($ (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022)))) (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-137) (-1 (-137) (-137) (-137)) $ (-137) (-137)) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022)))) (((-137) (-1 (-137) (-137) (-137)) $ (-137)) NIL (|has| $ (-6 -4261))) (((-137) (-1 (-137) (-137) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2774 (((-137) $ (-527) (-137)) NIL (|has| $ (-6 -4262)))) (-3231 (((-137) $ (-527)) NIL)) (-3032 (((-110) $ $) 72)) (-3908 (((-527) (-1 (-110) (-137)) $) NIL) (((-527) (-137) $) NIL (|has| (-137) (-1022))) (((-527) (-137) $ (-527)) 48 (|has| (-137) (-1022))) (((-527) $ $ (-527)) 47) (((-527) (-134) $ (-527)) 50)) (-3717 (((-594 (-137)) $) NIL (|has| $ (-6 -4261)))) (-3325 (($ (-715) (-137)) 9)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 28 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| (-137) (-791)))) (-2965 (($ (-1 (-110) (-137) (-137)) $ $) NIL) (($ $ $) NIL (|has| (-137) (-791)))) (-2063 (((-594 (-137)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2532 (((-527) $) 42 (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-137) (-791)))) (-3528 (((-110) $ $ (-137)) 73)) (-1613 (((-715) $ $ (-137)) 70)) (-2762 (($ (-1 (-137) (-137)) $) 33 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-137) (-137)) $) NIL) (($ (-1 (-137) (-137) (-137)) $ $) NIL)) (-2094 (($ $) 37)) (-3588 (($ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-1643 (($ $ (-137)) 62) (($ $ (-134)) 63)) (-2416 (((-1077) $) 38 (|has| (-137) (-1022)))) (-2555 (($ (-137) $ (-527)) NIL) (($ $ $ (-527)) 23)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-527) $) 69) (((-1041) $) NIL (|has| (-137) (-1022)))) (-1672 (((-137) $) NIL (|has| (-527) (-791)))) (-3326 (((-3 (-137) "failed") (-1 (-110) (-137)) $) NIL)) (-1542 (($ $ (-137)) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-137)))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-275 (-137))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-137) (-137)) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-594 (-137)) (-594 (-137))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2401 (((-594 (-137)) $) NIL)) (-1815 (((-110) $) 12)) (-2453 (($) 10)) (-3439 (((-137) $ (-527) (-137)) NIL) (((-137) $ (-527)) 52) (($ $ (-1143 (-527))) 21) (($ $ $) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261))) (((-715) (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2687 (($ $ $ (-527)) 66 (|has| $ (-6 -4262)))) (-2465 (($ $) 17)) (-2051 (((-503) $) NIL (|has| (-137) (-569 (-503))))) (-4131 (($ (-594 (-137))) NIL)) (-1997 (($ $ (-137)) NIL) (($ (-137) $) NIL) (($ $ $) 16) (($ (-594 $)) 67)) (-4118 (($ (-137)) NIL) (((-800) $) 27 (|has| (-137) (-568 (-800))))) (-1722 (((-110) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| (-137) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-137) (-791)))) (-2747 (((-110) $ $) 14 (|has| (-137) (-1022)))) (-2799 (((-110) $ $) NIL (|has| (-137) (-791)))) (-2775 (((-110) $ $) 15 (|has| (-137) (-791)))) (-2809 (((-715) $) 13 (|has| $ (-6 -4261)))))
+(((-550 |#1|) (-13 (-1063) (-10 -8 (-15 -4024 ((-527) $)))) (-527)) (T -550))
+((-4024 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-550 *3)) (-14 *3 *2))))
+(-13 (-1063) (-10 -8 (-15 -4024 ((-527) $))))
+((-4130 (((-2 (|:| |num| |#4|) (|:| |den| (-527))) |#4| |#2|) 23) (((-2 (|:| |num| |#4|) (|:| |den| (-527))) |#4| |#2| (-1017 |#4|)) 32)))
+(((-551 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4130 ((-2 (|:| |num| |#4|) (|:| |den| (-527))) |#4| |#2| (-1017 |#4|))) (-15 -4130 ((-2 (|:| |num| |#4|) (|:| |den| (-527))) |#4| |#2|))) (-737) (-791) (-519) (-886 |#3| |#1| |#2|)) (T -551))
+((-4130 (*1 *2 *3 *4) (-12 (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-519)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-527)))) (-5 *1 (-551 *5 *4 *6 *3)) (-4 *3 (-886 *6 *5 *4)))) (-4130 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1017 *3)) (-4 *3 (-886 *7 *6 *4)) (-4 *6 (-737)) (-4 *4 (-791)) (-4 *7 (-519)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-527)))) (-5 *1 (-551 *6 *4 *7 *3)))))
+(-10 -7 (-15 -4130 ((-2 (|:| |num| |#4|) (|:| |den| (-527))) |#4| |#2| (-1017 |#4|))) (-15 -4130 ((-2 (|:| |num| |#4|) (|:| |den| (-527))) |#4| |#2|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 63)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-527)) 54) (($ $ (-527) (-527)) 55)) (-2199 (((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $) 60)) (-2901 (($ $) 100)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3513 (((-800) (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) (-959 (-784 (-527))) (-1094) |#1| (-387 (-527))) 224)) (-3856 (($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|)))) 34)) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3648 (((-110) $) NIL)) (-2050 (((-527) $) 58) (((-527) $ (-527)) 59)) (-2956 (((-110) $) NIL)) (-1912 (($ $ (-858)) 76)) (-3084 (($ (-1 |#1| (-527)) $) 73)) (-4170 (((-110) $) 25)) (-2829 (($ |#1| (-527)) 22) (($ $ (-1007) (-527)) NIL) (($ $ (-594 (-1007)) (-594 (-527))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) 67)) (-1934 (($ (-959 (-784 (-527))) (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|)))) 13)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-1467 (($ $) 150 (|has| |#1| (-37 (-387 (-527)))))) (-2116 (((-3 $ "failed") $ $ (-110)) 99)) (-3980 (($ $ $) 108)) (-4024 (((-1041) $) NIL)) (-1576 (((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $) 15)) (-3858 (((-959 (-784 (-527))) $) 14)) (-3469 (($ $ (-527)) 45)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-527)))))) (-3439 ((|#1| $ (-527)) 57) (($ $ $) NIL (|has| (-527) (-1034)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-527) |#1|)))) (($ $) 70 (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (-4115 (((-527) $) NIL)) (-3750 (($ $) 46)) (-4118 (((-800) $) NIL) (($ (-527)) 28) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519))) (($ |#1|) 27 (|has| |#1| (-162)))) (-3411 ((|#1| $ (-527)) 56)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) 37)) (-2291 ((|#1| $) NIL)) (-3621 (($ $) 186 (|has| |#1| (-37 (-387 (-527)))))) (-3303 (($ $) 158 (|has| |#1| (-37 (-387 (-527)))))) (-1548 (($ $) 190 (|has| |#1| (-37 (-387 (-527)))))) (-2161 (($ $) 163 (|has| |#1| (-37 (-387 (-527)))))) (-1376 (($ $) 189 (|has| |#1| (-37 (-387 (-527)))))) (-1891 (($ $) 162 (|has| |#1| (-37 (-387 (-527)))))) (-1814 (($ $ (-387 (-527))) 166 (|has| |#1| (-37 (-387 (-527)))))) (-3631 (($ $ |#1|) 146 (|has| |#1| (-37 (-387 (-527)))))) (-3205 (($ $) 192 (|has| |#1| (-37 (-387 (-527)))))) (-3613 (($ $) 149 (|has| |#1| (-37 (-387 (-527)))))) (-2824 (($ $) 191 (|has| |#1| (-37 (-387 (-527)))))) (-2575 (($ $) 164 (|has| |#1| (-37 (-387 (-527)))))) (-3176 (($ $) 187 (|has| |#1| (-37 (-387 (-527)))))) (-2501 (($ $) 160 (|has| |#1| (-37 (-387 (-527)))))) (-1426 (($ $) 188 (|has| |#1| (-37 (-387 (-527)))))) (-2642 (($ $) 161 (|has| |#1| (-37 (-387 (-527)))))) (-2367 (($ $) 197 (|has| |#1| (-37 (-387 (-527)))))) (-4075 (($ $) 173 (|has| |#1| (-37 (-387 (-527)))))) (-3331 (($ $) 194 (|has| |#1| (-37 (-387 (-527)))))) (-2966 (($ $) 168 (|has| |#1| (-37 (-387 (-527)))))) (-3517 (($ $) 201 (|has| |#1| (-37 (-387 (-527)))))) (-3341 (($ $) 177 (|has| |#1| (-37 (-387 (-527)))))) (-1807 (($ $) 203 (|has| |#1| (-37 (-387 (-527)))))) (-1389 (($ $) 179 (|has| |#1| (-37 (-387 (-527)))))) (-3912 (($ $) 199 (|has| |#1| (-37 (-387 (-527)))))) (-3480 (($ $) 175 (|has| |#1| (-37 (-387 (-527)))))) (-2666 (($ $) 196 (|has| |#1| (-37 (-387 (-527)))))) (-4149 (($ $) 171 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1474 ((|#1| $ (-527)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-527)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 29 T CONST)) (-3374 (($) 38 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-527) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (-2747 (((-110) $ $) 65)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) 84) (($ $ $) 64)) (-2850 (($ $ $) 81)) (** (($ $ (-858)) NIL) (($ $ (-715)) 103)) (* (($ (-858) $) 89) (($ (-715) $) 87) (($ (-527) $) 85) (($ $ $) 95) (($ $ |#1|) NIL) (($ |#1| $) 115) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-552 |#1|) (-13 (-1154 |#1| (-527)) (-10 -8 (-15 -1934 ($ (-959 (-784 (-527))) (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))))) (-15 -3858 ((-959 (-784 (-527))) $)) (-15 -1576 ((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $)) (-15 -3856 ($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))))) (-15 -4170 ((-110) $)) (-15 -3084 ($ (-1 |#1| (-527)) $)) (-15 -2116 ((-3 $ "failed") $ $ (-110))) (-15 -2901 ($ $)) (-15 -3980 ($ $ $)) (-15 -3513 ((-800) (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) (-959 (-784 (-527))) (-1094) |#1| (-387 (-527)))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $)) (-15 -3631 ($ $ |#1|)) (-15 -1814 ($ $ (-387 (-527)))) (-15 -3613 ($ $)) (-15 -3205 ($ $)) (-15 -2161 ($ $)) (-15 -2642 ($ $)) (-15 -3303 ($ $)) (-15 -2501 ($ $)) (-15 -1891 ($ $)) (-15 -2575 ($ $)) (-15 -2966 ($ $)) (-15 -4149 ($ $)) (-15 -4075 ($ $)) (-15 -3480 ($ $)) (-15 -3341 ($ $)) (-15 -1389 ($ $)) (-15 -1548 ($ $)) (-15 -1426 ($ $)) (-15 -3621 ($ $)) (-15 -3176 ($ $)) (-15 -1376 ($ $)) (-15 -2824 ($ $)) (-15 -3331 ($ $)) (-15 -2666 ($ $)) (-15 -2367 ($ $)) (-15 -3912 ($ $)) (-15 -3517 ($ $)) (-15 -1807 ($ $))) |%noBranch|))) (-979)) (T -552))
+((-4170 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-552 *3)) (-4 *3 (-979)))) (-1934 (*1 *1 *2 *3) (-12 (-5 *2 (-959 (-784 (-527)))) (-5 *3 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *4)))) (-4 *4 (-979)) (-5 *1 (-552 *4)))) (-3858 (*1 *2 *1) (-12 (-5 *2 (-959 (-784 (-527)))) (-5 *1 (-552 *3)) (-4 *3 (-979)))) (-1576 (*1 *2 *1) (-12 (-5 *2 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *3)))) (-5 *1 (-552 *3)) (-4 *3 (-979)))) (-3856 (*1 *1 *2) (-12 (-5 *2 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *3)))) (-4 *3 (-979)) (-5 *1 (-552 *3)))) (-3084 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-527))) (-4 *3 (-979)) (-5 *1 (-552 *3)))) (-2116 (*1 *1 *1 *1 *2) (|partial| -12 (-5 *2 (-110)) (-5 *1 (-552 *3)) (-4 *3 (-979)))) (-2901 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-979)))) (-3980 (*1 *1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-979)))) (-3513 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *6)))) (-5 *4 (-959 (-784 (-527)))) (-5 *5 (-1094)) (-5 *7 (-387 (-527))) (-4 *6 (-979)) (-5 *2 (-800)) (-5 *1 (-552 *6)))) (-1467 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3631 (*1 *1 *1 *2) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-1814 (*1 *1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-552 *3)) (-4 *3 (-37 *2)) (-4 *3 (-979)))) (-3613 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3205 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2161 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2642 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3303 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2501 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-1891 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2575 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2966 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-4149 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-4075 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3480 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3341 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-1389 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-1548 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-1426 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3621 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3176 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-1376 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2824 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3331 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2666 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-2367 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3912 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-3517 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))) (-1807 (*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(-13 (-1154 |#1| (-527)) (-10 -8 (-15 -1934 ($ (-959 (-784 (-527))) (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))))) (-15 -3858 ((-959 (-784 (-527))) $)) (-15 -1576 ((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $)) (-15 -3856 ($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))))) (-15 -4170 ((-110) $)) (-15 -3084 ($ (-1 |#1| (-527)) $)) (-15 -2116 ((-3 $ "failed") $ $ (-110))) (-15 -2901 ($ $)) (-15 -3980 ($ $ $)) (-15 -3513 ((-800) (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) (-959 (-784 (-527))) (-1094) |#1| (-387 (-527)))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $)) (-15 -3631 ($ $ |#1|)) (-15 -1814 ($ $ (-387 (-527)))) (-15 -3613 ($ $)) (-15 -3205 ($ $)) (-15 -2161 ($ $)) (-15 -2642 ($ $)) (-15 -3303 ($ $)) (-15 -2501 ($ $)) (-15 -1891 ($ $)) (-15 -2575 ($ $)) (-15 -2966 ($ $)) (-15 -4149 ($ $)) (-15 -4075 ($ $)) (-15 -3480 ($ $)) (-15 -3341 ($ $)) (-15 -1389 ($ $)) (-15 -1548 ($ $)) (-15 -1426 ($ $)) (-15 -3621 ($ $)) (-15 -3176 ($ $)) (-15 -1376 ($ $)) (-15 -2824 ($ $)) (-15 -3331 ($ $)) (-15 -2666 ($ $)) (-15 -2367 ($ $)) (-15 -3912 ($ $)) (-15 -3517 ($ $)) (-15 -1807 ($ $))) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3856 (($ (-1075 |#1|)) 9)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) 42)) (-3648 (((-110) $) 52)) (-2050 (((-715) $) 55) (((-715) $ (-715)) 54)) (-2956 (((-110) $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ $) 44 (|has| |#1| (-519)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-1075 |#1|) $) 23)) (-4070 (((-715)) 51)) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 10 T CONST)) (-3374 (($) 14 T CONST)) (-2747 (((-110) $ $) 22)) (-2863 (($ $) 30) (($ $ $) 16)) (-2850 (($ $ $) 25)) (** (($ $ (-858)) NIL) (($ $ (-715)) 49)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 34) (($ $ $) 28) (($ |#1| $) 37) (($ $ |#1|) 38) (($ $ (-527)) 36)))
+(((-553 |#1|) (-13 (-979) (-10 -8 (-15 -3425 ((-1075 |#1|) $)) (-15 -3856 ($ (-1075 |#1|))) (-15 -3648 ((-110) $)) (-15 -2050 ((-715) $)) (-15 -2050 ((-715) $ (-715))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-527))) (IF (|has| |#1| (-519)) (-6 (-519)) |%noBranch|))) (-979)) (T -553))
+((-3425 (*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-553 *3)) (-4 *3 (-979)))) (-3856 (*1 *1 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-553 *3)))) (-3648 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-553 *3)) (-4 *3 (-979)))) (-2050 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-553 *3)) (-4 *3 (-979)))) (-2050 (*1 *2 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-553 *3)) (-4 *3 (-979)))) (* (*1 *1 *2 *1) (-12 (-5 *1 (-553 *2)) (-4 *2 (-979)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-553 *2)) (-4 *2 (-979)))) (* (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-553 *3)) (-4 *3 (-979)))))
+(-13 (-979) (-10 -8 (-15 -3425 ((-1075 |#1|) $)) (-15 -3856 ($ (-1075 |#1|))) (-15 -3648 ((-110) $)) (-15 -2050 ((-715) $)) (-15 -2050 ((-715) $ (-715))) (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 * ($ $ (-527))) (IF (|has| |#1| (-519)) (-6 (-519)) |%noBranch|)))
+((-1998 (((-557 |#2|) (-1 |#2| |#1|) (-557 |#1|)) 15)))
+(((-554 |#1| |#2|) (-10 -7 (-15 -1998 ((-557 |#2|) (-1 |#2| |#1|) (-557 |#1|)))) (-1130) (-1130)) (T -554))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-557 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-557 *6)) (-5 *1 (-554 *5 *6)))))
+(-10 -7 (-15 -1998 ((-557 |#2|) (-1 |#2| |#1|) (-557 |#1|))))
+((-1998 (((-1075 |#3|) (-1 |#3| |#1| |#2|) (-557 |#1|) (-1075 |#2|)) 20) (((-1075 |#3|) (-1 |#3| |#1| |#2|) (-1075 |#1|) (-557 |#2|)) 19) (((-557 |#3|) (-1 |#3| |#1| |#2|) (-557 |#1|) (-557 |#2|)) 18)))
+(((-555 |#1| |#2| |#3|) (-10 -7 (-15 -1998 ((-557 |#3|) (-1 |#3| |#1| |#2|) (-557 |#1|) (-557 |#2|))) (-15 -1998 ((-1075 |#3|) (-1 |#3| |#1| |#2|) (-1075 |#1|) (-557 |#2|))) (-15 -1998 ((-1075 |#3|) (-1 |#3| |#1| |#2|) (-557 |#1|) (-1075 |#2|)))) (-1130) (-1130) (-1130)) (T -555))
+((-1998 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-557 *6)) (-5 *5 (-1075 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1075 *8)) (-5 *1 (-555 *6 *7 *8)))) (-1998 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1075 *6)) (-5 *5 (-557 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1075 *8)) (-5 *1 (-555 *6 *7 *8)))) (-1998 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-557 *6)) (-5 *5 (-557 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-557 *8)) (-5 *1 (-555 *6 *7 *8)))))
+(-10 -7 (-15 -1998 ((-557 |#3|) (-1 |#3| |#1| |#2|) (-557 |#1|) (-557 |#2|))) (-15 -1998 ((-1075 |#3|) (-1 |#3| |#1| |#2|) (-1075 |#1|) (-557 |#2|))) (-15 -1998 ((-1075 |#3|) (-1 |#3| |#1| |#2|) (-557 |#1|) (-1075 |#2|))))
+((-3035 ((|#3| |#3| (-594 (-567 |#3|)) (-594 (-1094))) 55)) (-1696 (((-159 |#2|) |#3|) 117)) (-3609 ((|#3| (-159 |#2|)) 44)) (-3022 ((|#2| |#3|) 19)) (-3166 ((|#3| |#2|) 33)))
+(((-556 |#1| |#2| |#3|) (-10 -7 (-15 -3609 (|#3| (-159 |#2|))) (-15 -3022 (|#2| |#3|)) (-15 -3166 (|#3| |#2|)) (-15 -1696 ((-159 |#2|) |#3|)) (-15 -3035 (|#3| |#3| (-594 (-567 |#3|)) (-594 (-1094))))) (-13 (-519) (-791)) (-13 (-410 |#1|) (-936) (-1116)) (-13 (-410 (-159 |#1|)) (-936) (-1116))) (T -556))
+((-3035 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-594 (-567 *2))) (-5 *4 (-594 (-1094))) (-4 *2 (-13 (-410 (-159 *5)) (-936) (-1116))) (-4 *5 (-13 (-519) (-791))) (-5 *1 (-556 *5 *6 *2)) (-4 *6 (-13 (-410 *5) (-936) (-1116))))) (-1696 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791))) (-5 *2 (-159 *5)) (-5 *1 (-556 *4 *5 *3)) (-4 *5 (-13 (-410 *4) (-936) (-1116))) (-4 *3 (-13 (-410 (-159 *4)) (-936) (-1116))))) (-3166 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791))) (-4 *2 (-13 (-410 (-159 *4)) (-936) (-1116))) (-5 *1 (-556 *4 *3 *2)) (-4 *3 (-13 (-410 *4) (-936) (-1116))))) (-3022 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-791))) (-4 *2 (-13 (-410 *4) (-936) (-1116))) (-5 *1 (-556 *4 *2 *3)) (-4 *3 (-13 (-410 (-159 *4)) (-936) (-1116))))) (-3609 (*1 *2 *3) (-12 (-5 *3 (-159 *5)) (-4 *5 (-13 (-410 *4) (-936) (-1116))) (-4 *4 (-13 (-519) (-791))) (-4 *2 (-13 (-410 (-159 *4)) (-936) (-1116))) (-5 *1 (-556 *4 *5 *2)))))
+(-10 -7 (-15 -3609 (|#3| (-159 |#2|))) (-15 -3022 (|#2| |#3|)) (-15 -3166 (|#3| |#2|)) (-15 -1696 ((-159 |#2|) |#3|)) (-15 -3035 (|#3| |#3| (-594 (-567 |#3|)) (-594 (-1094)))))
+((-2420 (($ (-1 (-110) |#1|) $) 17)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2354 (($ (-1 |#1| |#1|) |#1|) 9)) (-2399 (($ (-1 (-110) |#1|) $) 13)) (-2409 (($ (-1 (-110) |#1|) $) 15)) (-4131 (((-1075 |#1|) $) 18)) (-4118 (((-800) $) NIL)))
+(((-557 |#1|) (-13 (-568 (-800)) (-10 -8 (-15 -1998 ($ (-1 |#1| |#1|) $)) (-15 -2399 ($ (-1 (-110) |#1|) $)) (-15 -2409 ($ (-1 (-110) |#1|) $)) (-15 -2420 ($ (-1 (-110) |#1|) $)) (-15 -2354 ($ (-1 |#1| |#1|) |#1|)) (-15 -4131 ((-1075 |#1|) $)))) (-1130)) (T -557))
+((-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3)))) (-2399 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3)))) (-2409 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3)))) (-2420 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3)))) (-2354 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3)))) (-4131 (*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-557 *3)) (-4 *3 (-1130)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -1998 ($ (-1 |#1| |#1|) $)) (-15 -2399 ($ (-1 (-110) |#1|) $)) (-15 -2409 ($ (-1 (-110) |#1|) $)) (-15 -2420 ($ (-1 (-110) |#1|) $)) (-15 -2354 ($ (-1 |#1| |#1|) |#1|)) (-15 -4131 ((-1075 |#1|) $))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1231 (($ (-715)) NIL (|has| |#1| (-23)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3927 (((-634 |#1|) $ $) NIL (|has| |#1| (-979)))) (-3325 (($ (-715) |#1|) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3190 ((|#1| $) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-979))))) (-2324 (((-110) $ (-715)) NIL)) (-2091 ((|#1| $) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-979))))) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-3462 ((|#1| $ $) NIL (|has| |#1| (-979)))) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-2580 (($ $ $) NIL (|has| |#1| (-979)))) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2863 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2850 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-527) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-671))) (($ $ |#1|) NIL (|has| |#1| (-671)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-558 |#1| |#2|) (-1174 |#1|) (-1130) (-527)) (T -558))
+NIL
+(-1174 |#1|)
+((-3604 (((-1181) $ |#2| |#2|) 36)) (-1385 ((|#2| $) 23)) (-2532 ((|#2| $) 21)) (-2762 (($ (-1 |#3| |#3|) $) 32)) (-1998 (($ (-1 |#3| |#3|) $) 30)) (-1672 ((|#3| $) 26)) (-1542 (($ $ |#3|) 33)) (-4161 (((-110) |#3| $) 17)) (-2401 (((-594 |#3|) $) 15)) (-3439 ((|#3| $ |#2| |#3|) 12) ((|#3| $ |#2|) NIL)))
+(((-559 |#1| |#2| |#3|) (-10 -8 (-15 -3604 ((-1181) |#1| |#2| |#2|)) (-15 -1542 (|#1| |#1| |#3|)) (-15 -1672 (|#3| |#1|)) (-15 -1385 (|#2| |#1|)) (-15 -2532 (|#2| |#1|)) (-15 -4161 ((-110) |#3| |#1|)) (-15 -2401 ((-594 |#3|) |#1|)) (-15 -3439 (|#3| |#1| |#2|)) (-15 -3439 (|#3| |#1| |#2| |#3|)) (-15 -2762 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1998 (|#1| (-1 |#3| |#3|) |#1|))) (-560 |#2| |#3|) (-1022) (-1130)) (T -559))
+NIL
+(-10 -8 (-15 -3604 ((-1181) |#1| |#2| |#2|)) (-15 -1542 (|#1| |#1| |#3|)) (-15 -1672 (|#3| |#1|)) (-15 -1385 (|#2| |#1|)) (-15 -2532 (|#2| |#1|)) (-15 -4161 ((-110) |#3| |#1|)) (-15 -2401 ((-594 |#3|) |#1|)) (-15 -3439 (|#3| |#1| |#2|)) (-15 -3439 (|#3| |#1| |#2| |#3|)) (-15 -2762 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1998 (|#1| (-1 |#3| |#3|) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#2| (-1022)))) (-3604 (((-1181) $ |#1| |#1|) 40 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#2| $ |#1| |#2|) 52 (|has| $ (-6 -4262)))) (-1298 (($) 7 T CONST)) (-2774 ((|#2| $ |#1| |#2|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) 51)) (-3717 (((-594 |#2|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-1385 ((|#1| $) 43 (|has| |#1| (-791)))) (-2063 (((-594 |#2|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) 27 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261))))) (-2532 ((|#1| $) 44 (|has| |#1| (-791)))) (-2762 (($ (-1 |#2| |#2|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#2| (-1022)))) (-3847 (((-594 |#1|) $) 46)) (-1645 (((-110) |#1| $) 47)) (-4024 (((-1041) $) 21 (|has| |#2| (-1022)))) (-1672 ((|#2| $) 42 (|has| |#1| (-791)))) (-1542 (($ $ |#2|) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#2|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) 26 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) 25 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) 24 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) 23 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#2| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#2| $ |#1| |#2|) 50) ((|#2| $ |#1|) 49)) (-4034 (((-715) (-1 (-110) |#2|) $) 31 (|has| $ (-6 -4261))) (((-715) |#2| $) 28 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#2| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#2|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#2| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-560 |#1| |#2|) (-133) (-1022) (-1130)) (T -560))
+((-2401 (*1 *2 *1) (-12 (-4 *1 (-560 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1130)) (-5 *2 (-594 *4)))) (-1645 (*1 *2 *3 *1) (-12 (-4 *1 (-560 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1130)) (-5 *2 (-110)))) (-3847 (*1 *2 *1) (-12 (-4 *1 (-560 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1130)) (-5 *2 (-594 *3)))) (-4161 (*1 *2 *3 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-560 *4 *3)) (-4 *4 (-1022)) (-4 *3 (-1130)) (-4 *3 (-1022)) (-5 *2 (-110)))) (-2532 (*1 *2 *1) (-12 (-4 *1 (-560 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1022)) (-4 *2 (-791)))) (-1385 (*1 *2 *1) (-12 (-4 *1 (-560 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1022)) (-4 *2 (-791)))) (-1672 (*1 *2 *1) (-12 (-4 *1 (-560 *3 *2)) (-4 *3 (-1022)) (-4 *3 (-791)) (-4 *2 (-1130)))) (-1542 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-560 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130)))) (-3604 (*1 *2 *1 *3 *3) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-560 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1130)) (-5 *2 (-1181)))))
+(-13 (-466 |t#2|) (-269 |t#1| |t#2|) (-10 -8 (-15 -2401 ((-594 |t#2|) $)) (-15 -1645 ((-110) |t#1| $)) (-15 -3847 ((-594 |t#1|) $)) (IF (|has| |t#2| (-1022)) (IF (|has| $ (-6 -4261)) (-15 -4161 ((-110) |t#2| $)) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-791)) (PROGN (-15 -2532 (|t#1| $)) (-15 -1385 (|t#1| $)) (-15 -1672 (|t#2| $))) |%noBranch|) (IF (|has| $ (-6 -4262)) (PROGN (-15 -1542 ($ $ |t#2|)) (-15 -3604 ((-1181) $ |t#1| |t#1|))) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#2| (-1022)) ((-568 (-800)) -2027 (|has| |#2| (-1022)) (|has| |#2| (-568 (-800)))) ((-267 |#1| |#2|) . T) ((-269 |#1| |#2|) . T) ((-290 |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-466 |#2|) . T) ((-488 |#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-1022) |has| |#2| (-1022)) ((-1130) . T))
+((-4118 (((-800) $) 19) (((-127) $) 14) (($ (-127)) 13)))
+(((-561) (-13 (-568 (-800)) (-568 (-127)) (-10 -8 (-15 -4118 ($ (-127)))))) (T -561))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-127)) (-5 *1 (-561)))))
+(-13 (-568 (-800)) (-568 (-127)) (-10 -8 (-15 -4118 ($ (-127)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1863 (((-3 $ "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1279 (((-1176 (-634 |#1|))) NIL (|has| |#2| (-397 |#1|))) (((-1176 (-634 |#1|)) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2865 (((-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-1298 (($) NIL T CONST)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1716 (((-3 $ "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-2113 (((-634 |#1|)) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-3967 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-1359 (((-634 |#1|) $) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) $ (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2660 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3474 (((-1090 (-889 |#1|))) NIL (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-343))))) (-3464 (($ $ (-858)) NIL)) (-1488 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-2490 (((-1090 |#1|) $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-2321 ((|#1|) NIL (|has| |#2| (-397 |#1|))) ((|#1| (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-1640 (((-1090 |#1|) $) NIL (|has| |#2| (-347 |#1|)))) (-4086 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2894 (($ (-1176 |#1|)) NIL (|has| |#2| (-397 |#1|))) (($ (-1176 |#1|) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-3714 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1238 (((-858)) NIL (|has| |#2| (-347 |#1|)))) (-4069 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-1213 (($ $ (-858)) NIL)) (-2088 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2226 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3195 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3780 (((-3 $ "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1790 (((-634 |#1|)) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2558 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-3667 (((-634 |#1|) $) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) $ (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2237 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1492 (((-1090 (-889 |#1|))) NIL (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-343))))) (-3223 (($ $ (-858)) NIL)) (-2270 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-1387 (((-1090 |#1|) $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-2124 ((|#1|) NIL (|has| |#2| (-397 |#1|))) ((|#1| (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-1429 (((-1090 |#1|) $) NIL (|has| |#2| (-347 |#1|)))) (-2601 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2416 (((-1077) $) NIL)) (-1825 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2422 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3268 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-4024 (((-1041) $) NIL)) (-3833 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3439 ((|#1| $ (-527)) NIL (|has| |#2| (-397 |#1|)))) (-4002 (((-634 |#1|) (-1176 $)) NIL (|has| |#2| (-397 |#1|))) (((-1176 |#1|) $) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) (-1176 $) (-1176 $)) NIL (|has| |#2| (-347 |#1|))) (((-1176 |#1|) $ (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2051 (($ (-1176 |#1|)) NIL (|has| |#2| (-397 |#1|))) (((-1176 |#1|) $) NIL (|has| |#2| (-397 |#1|)))) (-3629 (((-594 (-889 |#1|))) NIL (|has| |#2| (-397 |#1|))) (((-594 (-889 |#1|)) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2170 (($ $ $) NIL)) (-2067 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-4118 (((-800) $) NIL) ((|#2| $) 21) (($ |#2|) 22)) (-1878 (((-1176 $)) NIL (|has| |#2| (-397 |#1|)))) (-3006 (((-594 (-1176 |#1|))) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3384 (($ $ $ $) NIL)) (-4214 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-1615 (($ (-634 |#1|) $) NIL (|has| |#2| (-397 |#1|)))) (-4056 (($ $ $) NIL)) (-4127 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3947 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3431 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3361 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) 24)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 20) (($ $ |#1|) 19) (($ |#1| $) NIL)))
+(((-562 |#1| |#2|) (-13 (-689 |#1|) (-568 |#2|) (-10 -8 (-15 -4118 ($ |#2|)) (IF (|has| |#2| (-397 |#1|)) (-6 (-397 |#1|)) |%noBranch|) (IF (|has| |#2| (-347 |#1|)) (-6 (-347 |#1|)) |%noBranch|))) (-162) (-689 |#1|)) (T -562))
+((-4118 (*1 *1 *2) (-12 (-4 *3 (-162)) (-5 *1 (-562 *3 *2)) (-4 *2 (-689 *3)))))
+(-13 (-689 |#1|) (-568 |#2|) (-10 -8 (-15 -4118 ($ |#2|)) (IF (|has| |#2| (-397 |#1|)) (-6 (-397 |#1|)) |%noBranch|) (IF (|has| |#2| (-347 |#1|)) (-6 (-347 |#1|)) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-4155 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) 33)) (-3312 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL) (($) NIL)) (-3604 (((-1181) $ (-1077) (-1077)) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-1077) |#1|) 43)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#1| "failed") (-1077) $) 46)) (-1298 (($) NIL T CONST)) (-3645 (($ $ (-1077)) 24)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022))))) (-3373 (((-3 |#1| "failed") (-1077) $) 47) (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (($ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (|has| $ (-6 -4261)))) (-2659 (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (($ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022))))) (-2731 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022))))) (-1595 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) 32)) (-2774 ((|#1| $ (-1077) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-1077)) NIL)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261))) (((-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-3046 (($ $) 48)) (-2028 (($ (-368)) 22) (($ (-368) (-1077)) 21)) (-2365 (((-368) $) 34)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-1077) $) NIL (|has| (-1077) (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261))) (((-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (((-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022))))) (-2532 (((-1077) $) NIL (|has| (-1077) (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-4195 (((-594 (-1077)) $) 39)) (-1651 (((-110) (-1077) $) NIL)) (-2268 (((-1077) $) 35)) (-3368 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL)) (-3847 (((-594 (-1077)) $) NIL)) (-1645 (((-110) (-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 ((|#1| $) NIL (|has| (-1077) (-791)))) (-3326 (((-3 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) "failed") (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ $ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ $ (-594 (-275 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 37)) (-3439 ((|#1| $ (-1077) |#1|) NIL) ((|#1| $ (-1077)) 42)) (-2261 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL) (($) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (((-715) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (((-715) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL)) (-4118 (((-800) $) 20)) (-3414 (($ $) 25)) (-3557 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 19)) (-2809 (((-715) $) 41 (|has| $ (-6 -4261)))))
+(((-563 |#1|) (-13 (-344 (-368) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) (-1107 (-1077) |#1|) (-10 -8 (-6 -4261) (-15 -3046 ($ $)))) (-1022)) (T -563))
+((-3046 (*1 *1 *1) (-12 (-5 *1 (-563 *2)) (-4 *2 (-1022)))))
+(-13 (-344 (-368) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) (-1107 (-1077) |#1|) (-10 -8 (-6 -4261) (-15 -3046 ($ $))))
+((-2817 (((-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) $) 15)) (-4195 (((-594 |#2|) $) 19)) (-1651 (((-110) |#2| $) 12)))
+(((-564 |#1| |#2| |#3|) (-10 -8 (-15 -4195 ((-594 |#2|) |#1|)) (-15 -1651 ((-110) |#2| |#1|)) (-15 -2817 ((-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|))) (-565 |#2| |#3|) (-1022) (-1022)) (T -564))
+NIL
+(-10 -8 (-15 -4195 ((-594 |#2|) |#1|)) (-15 -1651 ((-110) |#2| |#1|)) (-15 -2817 ((-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 55 (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) 61)) (-1298 (($) 7 T CONST)) (-1702 (($ $) 58 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 46 (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) 62)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 57 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 54 (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 56 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 53 (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 52 (|has| $ (-6 -4261)))) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 27 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-4195 (((-594 |#1|) $) 63)) (-1651 (((-110) |#1| $) 64)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 39)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 40)) (-4024 (((-1041) $) 21 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 51)) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 41)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) 26 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 25 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 24 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 23 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-2261 (($) 49) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 48)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 31 (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 28 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 50)) (-4118 (((-800) $) 18 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 42)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-565 |#1| |#2|) (-133) (-1022) (-1022)) (T -565))
+((-1651 (*1 *2 *3 *1) (-12 (-4 *1 (-565 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-5 *2 (-110)))) (-4195 (*1 *2 *1) (-12 (-4 *1 (-565 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-5 *2 (-594 *3)))) (-3373 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-565 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))) (-1519 (*1 *2 *3 *1) (|partial| -12 (-4 *1 (-565 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))))
+(-13 (-211 (-2 (|:| -1550 |t#1|) (|:| -3484 |t#2|))) (-10 -8 (-15 -1651 ((-110) |t#1| $)) (-15 -4195 ((-594 |t#1|) $)) (-15 -3373 ((-3 |t#2| "failed") |t#1| $)) (-15 -1519 ((-3 |t#2| "failed") |t#1| $))))
+(((-33) . T) ((-104 #0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((-99) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) ((-568 (-800)) -2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800)))) ((-144 #0#) . T) ((-569 (-503)) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))) ((-211 #0#) . T) ((-217 #0#) . T) ((-290 #0#) -12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-466 #0#) . T) ((-488 #0# #0#) -12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-1022) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) ((-1130) . T))
+((-2172 (((-567 |#2|) |#1|) 15)) (-3796 (((-3 |#1| "failed") (-567 |#2|)) 19)))
+(((-566 |#1| |#2|) (-10 -7 (-15 -2172 ((-567 |#2|) |#1|)) (-15 -3796 ((-3 |#1| "failed") (-567 |#2|)))) (-791) (-791)) (T -566))
+((-3796 (*1 *2 *3) (|partial| -12 (-5 *3 (-567 *4)) (-4 *4 (-791)) (-4 *2 (-791)) (-5 *1 (-566 *2 *4)))) (-2172 (*1 *2 *3) (-12 (-5 *2 (-567 *4)) (-5 *1 (-566 *3 *4)) (-4 *3 (-791)) (-4 *4 (-791)))))
+(-10 -7 (-15 -2172 ((-567 |#2|) |#1|)) (-15 -3796 ((-3 |#1| "failed") (-567 |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1844 (((-3 (-1094) "failed") $) 37)) (-4176 (((-1181) $ (-715)) 26)) (-3908 (((-715) $) 25)) (-2370 (((-112) $) 12)) (-2365 (((-1094) $) 20)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-2592 (($ (-112) (-594 |#1|) (-715)) 30) (($ (-1094)) 31)) (-1854 (((-110) $ (-112)) 18) (((-110) $ (-1094)) 16)) (-3011 (((-715) $) 22)) (-4024 (((-1041) $) NIL)) (-2051 (((-829 (-527)) $) 77 (|has| |#1| (-569 (-829 (-527))))) (((-829 (-359)) $) 84 (|has| |#1| (-569 (-829 (-359))))) (((-503) $) 69 (|has| |#1| (-569 (-503))))) (-4118 (((-800) $) 55)) (-4058 (((-594 |#1|) $) 24)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 41)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 42)))
+(((-567 |#1|) (-13 (-129) (-821 |#1|) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2370 ((-112) $)) (-15 -4058 ((-594 |#1|) $)) (-15 -3011 ((-715) $)) (-15 -2592 ($ (-112) (-594 |#1|) (-715))) (-15 -2592 ($ (-1094))) (-15 -1844 ((-3 (-1094) "failed") $)) (-15 -1854 ((-110) $ (-112))) (-15 -1854 ((-110) $ (-1094))) (IF (|has| |#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|))) (-791)) (T -567))
+((-2365 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-567 *3)) (-4 *3 (-791)))) (-2370 (*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-567 *3)) (-4 *3 (-791)))) (-4058 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-567 *3)) (-4 *3 (-791)))) (-3011 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-567 *3)) (-4 *3 (-791)))) (-2592 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-112)) (-5 *3 (-594 *5)) (-5 *4 (-715)) (-4 *5 (-791)) (-5 *1 (-567 *5)))) (-2592 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-567 *3)) (-4 *3 (-791)))) (-1844 (*1 *2 *1) (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-567 *3)) (-4 *3 (-791)))) (-1854 (*1 *2 *1 *3) (-12 (-5 *3 (-112)) (-5 *2 (-110)) (-5 *1 (-567 *4)) (-4 *4 (-791)))) (-1854 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-110)) (-5 *1 (-567 *4)) (-4 *4 (-791)))))
+(-13 (-129) (-821 |#1|) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2370 ((-112) $)) (-15 -4058 ((-594 |#1|) $)) (-15 -3011 ((-715) $)) (-15 -2592 ($ (-112) (-594 |#1|) (-715))) (-15 -2592 ($ (-1094))) (-15 -1844 ((-3 (-1094) "failed") $)) (-15 -1854 ((-110) $ (-112))) (-15 -1854 ((-110) $ (-1094))) (IF (|has| |#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|)))
+((-4118 ((|#1| $) 6)))
+(((-568 |#1|) (-133) (-1130)) (T -568))
+((-4118 (*1 *2 *1) (-12 (-4 *1 (-568 *2)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -4118 (|t#1| $))))
+((-2051 ((|#1| $) 6)))
+(((-569 |#1|) (-133) (-1130)) (T -569))
+((-2051 (*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -2051 (|t#1| $))))
+((-3494 (((-3 (-1090 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|) (-1 (-398 |#2|) |#2|)) 15) (((-3 (-1090 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|)) 16)))
+(((-570 |#1| |#2|) (-10 -7 (-15 -3494 ((-3 (-1090 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|))) (-15 -3494 ((-3 (-1090 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|) (-1 (-398 |#2|) |#2|)))) (-13 (-140) (-27) (-970 (-527)) (-970 (-387 (-527)))) (-1152 |#1|)) (T -570))
+((-3494 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-140) (-27) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-1090 (-387 *6))) (-5 *1 (-570 *5 *6)) (-5 *3 (-387 *6)))) (-3494 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-140) (-27) (-970 (-527)) (-970 (-387 (-527))))) (-4 *5 (-1152 *4)) (-5 *2 (-1090 (-387 *5))) (-5 *1 (-570 *4 *5)) (-5 *3 (-387 *5)))))
+(-10 -7 (-15 -3494 ((-3 (-1090 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|))) (-15 -3494 ((-3 (-1090 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|) (-1 (-398 |#2|) |#2|))))
+((-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) 10)))
+(((-571 |#1| |#2|) (-10 -8 (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|))) (-572 |#2|) (-979)) (T -571))
+NIL
+(-10 -8 (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 36)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ |#1| $) 37)))
+(((-572 |#1|) (-133) (-979)) (T -572))
+((-4118 (*1 *1 *2) (-12 (-4 *1 (-572 *2)) (-4 *2 (-979)))))
+(-13 (-979) (-596 |t#1|) (-10 -8 (-15 -4118 ($ |t#1|))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-671) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-2350 (((-527) $) NIL (|has| |#1| (-789)))) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-3460 (((-110) $) NIL (|has| |#1| (-789)))) (-2956 (((-110) $) NIL)) (-4109 ((|#1| $) 13)) (-1612 (((-110) $) NIL (|has| |#1| (-789)))) (-3902 (($ $ $) NIL (|has| |#1| (-789)))) (-1257 (($ $ $) NIL (|has| |#1| (-789)))) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4122 ((|#3| $) 15)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) NIL)) (-4070 (((-715)) 20)) (-1597 (($ $) NIL (|has| |#1| (-789)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) 12 T CONST)) (-2813 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2873 (($ $ |#3|) NIL) (($ |#1| |#3|) 11)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 17) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-573 |#1| |#2| |#3|) (-13 (-37 |#2|) (-10 -8 (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|) (-15 -2873 ($ $ |#3|)) (-15 -2873 ($ |#1| |#3|)) (-15 -4109 (|#1| $)) (-15 -4122 (|#3| $)))) (-37 |#2|) (-162) (|SubsetCategory| (-671) |#2|)) (T -573))
+((-2873 (*1 *1 *1 *2) (-12 (-4 *4 (-162)) (-5 *1 (-573 *3 *4 *2)) (-4 *3 (-37 *4)) (-4 *2 (|SubsetCategory| (-671) *4)))) (-2873 (*1 *1 *2 *3) (-12 (-4 *4 (-162)) (-5 *1 (-573 *2 *4 *3)) (-4 *2 (-37 *4)) (-4 *3 (|SubsetCategory| (-671) *4)))) (-4109 (*1 *2 *1) (-12 (-4 *3 (-162)) (-4 *2 (-37 *3)) (-5 *1 (-573 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-671) *3)))) (-4122 (*1 *2 *1) (-12 (-4 *4 (-162)) (-4 *2 (|SubsetCategory| (-671) *4)) (-5 *1 (-573 *3 *4 *2)) (-4 *3 (-37 *4)))))
+(-13 (-37 |#2|) (-10 -8 (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|) (-15 -2873 ($ $ |#3|)) (-15 -2873 ($ |#1| |#3|)) (-15 -4109 (|#1| $)) (-15 -4122 (|#3| $))))
+((-4180 ((|#2| |#2| (-1094) (-1094)) 18)))
+(((-574 |#1| |#2|) (-10 -7 (-15 -4180 (|#2| |#2| (-1094) (-1094)))) (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-895) (-29 |#1|))) (T -574))
+((-4180 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527)))) (-5 *1 (-574 *4 *2)) (-4 *2 (-13 (-1116) (-895) (-29 *4))))))
+(-10 -7 (-15 -4180 (|#2| |#2| (-1094) (-1094))))
+((-4105 (((-110) $ $) 56)) (-1874 (((-110) $) 52)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-4233 ((|#1| $) 49)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-3444 (((-2 (|:| -2948 $) (|:| -3971 (-387 |#2|))) (-387 |#2|)) 97 (|has| |#1| (-343)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 85) (((-3 |#2| "failed") $) 81)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL) ((|#2| $) NIL)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) 24)) (-3714 (((-3 $ "failed") $) 75)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-2050 (((-527) $) 19)) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) 36)) (-2829 (($ |#1| (-527)) 21)) (-3004 ((|#1| $) 51)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) 87 (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 100 (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1305 (((-3 $ "failed") $ $) 79)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2578 (((-715) $) 99 (|has| |#1| (-343)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 98 (|has| |#1| (-343)))) (-4234 (($ $ (-1 |#2| |#2|)) 66) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $) NIL (|has| |#2| (-215)))) (-4115 (((-527) $) 34)) (-2051 (((-387 |#2|) $) 42)) (-4118 (((-800) $) 62) (($ (-527)) 32) (($ $) NIL) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) 31) (($ |#2|) 22)) (-3411 ((|#1| $ (-527)) 63)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 9 T CONST)) (-3374 (($) 12 T CONST)) (-2369 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $) NIL (|has| |#2| (-215)))) (-2747 (((-110) $ $) 17)) (-2863 (($ $) 46) (($ $ $) NIL)) (-2850 (($ $ $) 76)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 26) (($ $ $) 44)))
+(((-575 |#1| |#2|) (-13 (-213 |#2|) (-519) (-569 (-387 |#2|)) (-391 |#1|) (-970 |#2|) (-10 -8 (-15 -4170 ((-110) $)) (-15 -4115 ((-527) $)) (-15 -2050 ((-527) $)) (-15 -3033 ($ $)) (-15 -3004 (|#1| $)) (-15 -4233 (|#1| $)) (-15 -3411 (|#1| $ (-527))) (-15 -2829 ($ |#1| (-527))) (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-6 (-288)) (-15 -3444 ((-2 (|:| -2948 $) (|:| -3971 (-387 |#2|))) (-387 |#2|)))) |%noBranch|))) (-519) (-1152 |#1|)) (T -575))
+((-4170 (*1 *2 *1) (-12 (-4 *3 (-519)) (-5 *2 (-110)) (-5 *1 (-575 *3 *4)) (-4 *4 (-1152 *3)))) (-4115 (*1 *2 *1) (-12 (-4 *3 (-519)) (-5 *2 (-527)) (-5 *1 (-575 *3 *4)) (-4 *4 (-1152 *3)))) (-2050 (*1 *2 *1) (-12 (-4 *3 (-519)) (-5 *2 (-527)) (-5 *1 (-575 *3 *4)) (-4 *4 (-1152 *3)))) (-3033 (*1 *1 *1) (-12 (-4 *2 (-519)) (-5 *1 (-575 *2 *3)) (-4 *3 (-1152 *2)))) (-3004 (*1 *2 *1) (-12 (-4 *2 (-519)) (-5 *1 (-575 *2 *3)) (-4 *3 (-1152 *2)))) (-4233 (*1 *2 *1) (-12 (-4 *2 (-519)) (-5 *1 (-575 *2 *3)) (-4 *3 (-1152 *2)))) (-3411 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *2 (-519)) (-5 *1 (-575 *2 *4)) (-4 *4 (-1152 *2)))) (-2829 (*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-4 *2 (-519)) (-5 *1 (-575 *2 *4)) (-4 *4 (-1152 *2)))) (-3444 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *4 (-519)) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| -2948 (-575 *4 *5)) (|:| -3971 (-387 *5)))) (-5 *1 (-575 *4 *5)) (-5 *3 (-387 *5)))))
+(-13 (-213 |#2|) (-519) (-569 (-387 |#2|)) (-391 |#1|) (-970 |#2|) (-10 -8 (-15 -4170 ((-110) $)) (-15 -4115 ((-527) $)) (-15 -2050 ((-527) $)) (-15 -3033 ($ $)) (-15 -3004 (|#1| $)) (-15 -4233 (|#1| $)) (-15 -3411 (|#1| $ (-527))) (-15 -2829 ($ |#1| (-527))) (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-6 (-288)) (-15 -3444 ((-2 (|:| -2948 $) (|:| -3971 (-387 |#2|))) (-387 |#2|)))) |%noBranch|)))
+((-2900 (((-594 |#6|) (-594 |#4|) (-110)) 47)) (-3104 ((|#6| |#6|) 40)))
+(((-576 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -3104 (|#6| |#6|)) (-15 -2900 ((-594 |#6|) (-594 |#4|) (-110)))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-998 |#1| |#2| |#3| |#4|) (-1031 |#1| |#2| |#3| |#4|)) (T -576))
+((-2900 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 *10)) (-5 *1 (-576 *5 *6 *7 *8 *9 *10)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *10 (-1031 *5 *6 *7 *8)))) (-3104 (*1 *2 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *1 (-576 *3 *4 *5 *6 *7 *2)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *2 (-1031 *3 *4 *5 *6)))))
+(-10 -7 (-15 -3104 (|#6| |#6|)) (-15 -2900 ((-594 |#6|) (-594 |#4|) (-110))))
+((-3193 (((-110) |#3| (-715) (-594 |#3|)) 23)) (-4200 (((-3 (-2 (|:| |polfac| (-594 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-594 (-1090 |#3|)))) "failed") |#3| (-594 (-1090 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3798 (-594 (-2 (|:| |irr| |#4|) (|:| -1440 (-527)))))) (-594 |#3|) (-594 |#1|) (-594 |#3|)) 55)))
+(((-577 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3193 ((-110) |#3| (-715) (-594 |#3|))) (-15 -4200 ((-3 (-2 (|:| |polfac| (-594 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-594 (-1090 |#3|)))) "failed") |#3| (-594 (-1090 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3798 (-594 (-2 (|:| |irr| |#4|) (|:| -1440 (-527)))))) (-594 |#3|) (-594 |#1|) (-594 |#3|)))) (-791) (-737) (-288) (-886 |#3| |#2| |#1|)) (T -577))
+((-4200 (*1 *2 *3 *4 *5 *6 *7 *6) (|partial| -12 (-5 *5 (-2 (|:| |contp| *3) (|:| -3798 (-594 (-2 (|:| |irr| *10) (|:| -1440 (-527))))))) (-5 *6 (-594 *3)) (-5 *7 (-594 *8)) (-4 *8 (-791)) (-4 *3 (-288)) (-4 *10 (-886 *3 *9 *8)) (-4 *9 (-737)) (-5 *2 (-2 (|:| |polfac| (-594 *10)) (|:| |correct| *3) (|:| |corrfact| (-594 (-1090 *3))))) (-5 *1 (-577 *8 *9 *3 *10)) (-5 *4 (-594 (-1090 *3))))) (-3193 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-715)) (-5 *5 (-594 *3)) (-4 *3 (-288)) (-4 *6 (-791)) (-4 *7 (-737)) (-5 *2 (-110)) (-5 *1 (-577 *6 *7 *3 *8)) (-4 *8 (-886 *3 *7 *6)))))
+(-10 -7 (-15 -3193 ((-110) |#3| (-715) (-594 |#3|))) (-15 -4200 ((-3 (-2 (|:| |polfac| (-594 |#4|)) (|:| |correct| |#3|) (|:| |corrfact| (-594 (-1090 |#3|)))) "failed") |#3| (-594 (-1090 |#3|)) (-2 (|:| |contp| |#3|) (|:| -3798 (-594 (-2 (|:| |irr| |#4|) (|:| -1440 (-527)))))) (-594 |#3|) (-594 |#1|) (-594 |#3|))))
+((-4105 (((-110) $ $) NIL)) (-2646 (((-594 |#1|) $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-1491 (($ $) 67)) (-2495 (((-612 |#1| |#2|) $) 52)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 70)) (-1460 (((-594 (-275 |#2|)) $ $) 33)) (-4024 (((-1041) $) NIL)) (-1724 (($ (-612 |#1| |#2|)) 48)) (-1964 (($ $ $) NIL)) (-2170 (($ $ $) NIL)) (-4118 (((-800) $) 58) (((-1189 |#1| |#2|) $) NIL) (((-1194 |#1| |#2|) $) 66)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3374 (($) 53 T CONST)) (-2332 (((-594 (-2 (|:| |k| (-619 |#1|)) (|:| |c| |#2|))) $) 31)) (-2995 (((-594 (-612 |#1| |#2|)) (-594 |#1|)) 65)) (-1835 (((-594 (-2 (|:| |k| (-830 |#1|)) (|:| |c| |#2|))) $) 37)) (-2747 (((-110) $ $) 54)) (-2873 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ $ $) 44)))
+(((-578 |#1| |#2| |#3|) (-13 (-452) (-10 -8 (-15 -1724 ($ (-612 |#1| |#2|))) (-15 -2495 ((-612 |#1| |#2|) $)) (-15 -1835 ((-594 (-2 (|:| |k| (-830 |#1|)) (|:| |c| |#2|))) $)) (-15 -4118 ((-1189 |#1| |#2|) $)) (-15 -4118 ((-1194 |#1| |#2|) $)) (-15 -1491 ($ $)) (-15 -2646 ((-594 |#1|) $)) (-15 -2995 ((-594 (-612 |#1| |#2|)) (-594 |#1|))) (-15 -2332 ((-594 (-2 (|:| |k| (-619 |#1|)) (|:| |c| |#2|))) $)) (-15 -1460 ((-594 (-275 |#2|)) $ $)))) (-791) (-13 (-162) (-662 (-387 (-527)))) (-858)) (T -578))
+((-1724 (*1 *1 *2) (-12 (-5 *2 (-612 *3 *4)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-5 *1 (-578 *3 *4 *5)) (-14 *5 (-858)))) (-2495 (*1 *2 *1) (-12 (-5 *2 (-612 *3 *4)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))) (-1835 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |k| (-830 *3)) (|:| |c| *4)))) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1189 *3 *4)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1194 *3 *4)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))) (-1491 (*1 *1 *1) (-12 (-5 *1 (-578 *2 *3 *4)) (-4 *2 (-791)) (-4 *3 (-13 (-162) (-662 (-387 (-527))))) (-14 *4 (-858)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))) (-2995 (*1 *2 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-791)) (-5 *2 (-594 (-612 *4 *5))) (-5 *1 (-578 *4 *5 *6)) (-4 *5 (-13 (-162) (-662 (-387 (-527))))) (-14 *6 (-858)))) (-2332 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |k| (-619 *3)) (|:| |c| *4)))) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))) (-1460 (*1 *2 *1 *1) (-12 (-5 *2 (-594 (-275 *4))) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))))
+(-13 (-452) (-10 -8 (-15 -1724 ($ (-612 |#1| |#2|))) (-15 -2495 ((-612 |#1| |#2|) $)) (-15 -1835 ((-594 (-2 (|:| |k| (-830 |#1|)) (|:| |c| |#2|))) $)) (-15 -4118 ((-1189 |#1| |#2|) $)) (-15 -4118 ((-1194 |#1| |#2|) $)) (-15 -1491 ($ $)) (-15 -2646 ((-594 |#1|) $)) (-15 -2995 ((-594 (-612 |#1| |#2|)) (-594 |#1|))) (-15 -2332 ((-594 (-2 (|:| |k| (-619 |#1|)) (|:| |c| |#2|))) $)) (-15 -1460 ((-594 (-275 |#2|)) $ $))))
+((-2900 (((-594 (-1065 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|)))) (-594 (-724 |#1| (-802 |#2|))) (-110)) 72) (((-594 (-976 |#1| |#2|)) (-594 (-724 |#1| (-802 |#2|))) (-110)) 58)) (-1534 (((-110) (-594 (-724 |#1| (-802 |#2|)))) 23)) (-3280 (((-594 (-1065 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|)))) (-594 (-724 |#1| (-802 |#2|))) (-110)) 71)) (-1216 (((-594 (-976 |#1| |#2|)) (-594 (-724 |#1| (-802 |#2|))) (-110)) 57)) (-4168 (((-594 (-724 |#1| (-802 |#2|))) (-594 (-724 |#1| (-802 |#2|)))) 27)) (-3429 (((-3 (-594 (-724 |#1| (-802 |#2|))) "failed") (-594 (-724 |#1| (-802 |#2|)))) 26)))
+(((-579 |#1| |#2|) (-10 -7 (-15 -1534 ((-110) (-594 (-724 |#1| (-802 |#2|))))) (-15 -3429 ((-3 (-594 (-724 |#1| (-802 |#2|))) "failed") (-594 (-724 |#1| (-802 |#2|))))) (-15 -4168 ((-594 (-724 |#1| (-802 |#2|))) (-594 (-724 |#1| (-802 |#2|))))) (-15 -1216 ((-594 (-976 |#1| |#2|)) (-594 (-724 |#1| (-802 |#2|))) (-110))) (-15 -3280 ((-594 (-1065 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|)))) (-594 (-724 |#1| (-802 |#2|))) (-110))) (-15 -2900 ((-594 (-976 |#1| |#2|)) (-594 (-724 |#1| (-802 |#2|))) (-110))) (-15 -2900 ((-594 (-1065 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|)))) (-594 (-724 |#1| (-802 |#2|))) (-110)))) (-431) (-594 (-1094))) (T -579))
+((-2900 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431)) (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-1065 *5 (-499 (-802 *6)) (-802 *6) (-724 *5 (-802 *6))))) (-5 *1 (-579 *5 *6)))) (-2900 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431)) (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-976 *5 *6))) (-5 *1 (-579 *5 *6)))) (-3280 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431)) (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-1065 *5 (-499 (-802 *6)) (-802 *6) (-724 *5 (-802 *6))))) (-5 *1 (-579 *5 *6)))) (-1216 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431)) (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-976 *5 *6))) (-5 *1 (-579 *5 *6)))) (-4168 (*1 *2 *2) (-12 (-5 *2 (-594 (-724 *3 (-802 *4)))) (-4 *3 (-431)) (-14 *4 (-594 (-1094))) (-5 *1 (-579 *3 *4)))) (-3429 (*1 *2 *2) (|partial| -12 (-5 *2 (-594 (-724 *3 (-802 *4)))) (-4 *3 (-431)) (-14 *4 (-594 (-1094))) (-5 *1 (-579 *3 *4)))) (-1534 (*1 *2 *3) (-12 (-5 *3 (-594 (-724 *4 (-802 *5)))) (-4 *4 (-431)) (-14 *5 (-594 (-1094))) (-5 *2 (-110)) (-5 *1 (-579 *4 *5)))))
+(-10 -7 (-15 -1534 ((-110) (-594 (-724 |#1| (-802 |#2|))))) (-15 -3429 ((-3 (-594 (-724 |#1| (-802 |#2|))) "failed") (-594 (-724 |#1| (-802 |#2|))))) (-15 -4168 ((-594 (-724 |#1| (-802 |#2|))) (-594 (-724 |#1| (-802 |#2|))))) (-15 -1216 ((-594 (-976 |#1| |#2|)) (-594 (-724 |#1| (-802 |#2|))) (-110))) (-15 -3280 ((-594 (-1065 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|)))) (-594 (-724 |#1| (-802 |#2|))) (-110))) (-15 -2900 ((-594 (-976 |#1| |#2|)) (-594 (-724 |#1| (-802 |#2|))) (-110))) (-15 -2900 ((-594 (-1065 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|)))) (-594 (-724 |#1| (-802 |#2|))) (-110))))
+((-1481 (($ $) 38)) (-2460 (($ $) 21)) (-1461 (($ $) 37)) (-2439 (($ $) 22)) (-1504 (($ $) 36)) (-2502 (($ $) 23)) (-4146 (($) 48)) (-2495 (($ $) 45)) (-2146 (($ $) 17)) (-3277 (($ $ (-1015 $)) 7) (($ $ (-1094)) 6)) (-1724 (($ $) 46)) (-3782 (($ $) 15)) (-2418 (($ $) 16)) (-1513 (($ $) 35)) (-2021 (($ $) 24)) (-1493 (($ $) 34)) (-2482 (($ $) 25)) (-1471 (($ $) 33)) (-2449 (($ $) 26)) (-1551 (($ $) 44)) (-2076 (($ $) 32)) (-1526 (($ $) 43)) (-2033 (($ $) 31)) (-1579 (($ $) 42)) (-1439 (($ $) 30)) (-2837 (($ $) 41)) (-1449 (($ $) 29)) (-1564 (($ $) 40)) (-1427 (($ $) 28)) (-1539 (($ $) 39)) (-2044 (($ $) 27)) (-2683 (($ $) 19)) (-2041 (($ $) 20)) (-4135 (($ $) 18)) (** (($ $ $) 47)))
+(((-580) (-133)) (T -580))
+((-2041 (*1 *1 *1) (-4 *1 (-580))) (-2683 (*1 *1 *1) (-4 *1 (-580))) (-4135 (*1 *1 *1) (-4 *1 (-580))) (-2146 (*1 *1 *1) (-4 *1 (-580))) (-2418 (*1 *1 *1) (-4 *1 (-580))) (-3782 (*1 *1 *1) (-4 *1 (-580))))
+(-13 (-895) (-1116) (-10 -8 (-15 -2041 ($ $)) (-15 -2683 ($ $)) (-15 -4135 ($ $)) (-15 -2146 ($ $)) (-15 -2418 ($ $)) (-15 -3782 ($ $))))
+(((-34) . T) ((-93) . T) ((-265) . T) ((-468) . T) ((-895) . T) ((-1116) . T) ((-1119) . T))
+((-2370 (((-112) (-112)) 83)) (-2146 ((|#2| |#2|) 30)) (-3277 ((|#2| |#2| (-1015 |#2|)) 79) ((|#2| |#2| (-1094)) 52)) (-3782 ((|#2| |#2|) 29)) (-2418 ((|#2| |#2|) 31)) (-2771 (((-110) (-112)) 34)) (-2683 ((|#2| |#2|) 26)) (-2041 ((|#2| |#2|) 28)) (-4135 ((|#2| |#2|) 27)))
+(((-581 |#1| |#2|) (-10 -7 (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -2041 (|#2| |#2|)) (-15 -2683 (|#2| |#2|)) (-15 -4135 (|#2| |#2|)) (-15 -2146 (|#2| |#2|)) (-15 -3782 (|#2| |#2|)) (-15 -2418 (|#2| |#2|)) (-15 -3277 (|#2| |#2| (-1094))) (-15 -3277 (|#2| |#2| (-1015 |#2|)))) (-13 (-791) (-519)) (-13 (-410 |#1|) (-936) (-1116))) (T -581))
+((-3277 (*1 *2 *2 *3) (-12 (-5 *3 (-1015 *2)) (-4 *2 (-13 (-410 *4) (-936) (-1116))) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-581 *4 *2)))) (-3277 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-581 *4 *2)) (-4 *2 (-13 (-410 *4) (-936) (-1116))))) (-2418 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2)) (-4 *2 (-13 (-410 *3) (-936) (-1116))))) (-3782 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2)) (-4 *2 (-13 (-410 *3) (-936) (-1116))))) (-2146 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2)) (-4 *2 (-13 (-410 *3) (-936) (-1116))))) (-4135 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2)) (-4 *2 (-13 (-410 *3) (-936) (-1116))))) (-2683 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2)) (-4 *2 (-13 (-410 *3) (-936) (-1116))))) (-2041 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2)) (-4 *2 (-13 (-410 *3) (-936) (-1116))))) (-2370 (*1 *2 *2) (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *4)) (-4 *4 (-13 (-410 *3) (-936) (-1116))))) (-2771 (*1 *2 *3) (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110)) (-5 *1 (-581 *4 *5)) (-4 *5 (-13 (-410 *4) (-936) (-1116))))))
+(-10 -7 (-15 -2771 ((-110) (-112))) (-15 -2370 ((-112) (-112))) (-15 -2041 (|#2| |#2|)) (-15 -2683 (|#2| |#2|)) (-15 -4135 (|#2| |#2|)) (-15 -2146 (|#2| |#2|)) (-15 -3782 (|#2| |#2|)) (-15 -2418 (|#2| |#2|)) (-15 -3277 (|#2| |#2| (-1094))) (-15 -3277 (|#2| |#2| (-1015 |#2|))))
+((-1606 (((-459 |#1| |#2|) (-229 |#1| |#2|)) 53)) (-4198 (((-594 (-229 |#1| |#2|)) (-594 (-459 |#1| |#2|))) 68)) (-1820 (((-459 |#1| |#2|) (-594 (-459 |#1| |#2|)) (-802 |#1|)) 70) (((-459 |#1| |#2|) (-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|)) (-802 |#1|)) 69)) (-2452 (((-2 (|:| |gblist| (-594 (-229 |#1| |#2|))) (|:| |gvlist| (-594 (-527)))) (-594 (-459 |#1| |#2|))) 108)) (-1900 (((-594 (-459 |#1| |#2|)) (-802 |#1|) (-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|))) 83)) (-1680 (((-2 (|:| |glbase| (-594 (-229 |#1| |#2|))) (|:| |glval| (-594 (-527)))) (-594 (-229 |#1| |#2|))) 118)) (-2077 (((-1176 |#2|) (-459 |#1| |#2|) (-594 (-459 |#1| |#2|))) 58)) (-3871 (((-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|))) 41)) (-4001 (((-229 |#1| |#2|) (-229 |#1| |#2|) (-594 (-229 |#1| |#2|))) 50)) (-3275 (((-229 |#1| |#2|) (-594 |#2|) (-229 |#1| |#2|) (-594 (-229 |#1| |#2|))) 91)))
+(((-582 |#1| |#2|) (-10 -7 (-15 -2452 ((-2 (|:| |gblist| (-594 (-229 |#1| |#2|))) (|:| |gvlist| (-594 (-527)))) (-594 (-459 |#1| |#2|)))) (-15 -1680 ((-2 (|:| |glbase| (-594 (-229 |#1| |#2|))) (|:| |glval| (-594 (-527)))) (-594 (-229 |#1| |#2|)))) (-15 -4198 ((-594 (-229 |#1| |#2|)) (-594 (-459 |#1| |#2|)))) (-15 -1820 ((-459 |#1| |#2|) (-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|)) (-802 |#1|))) (-15 -1820 ((-459 |#1| |#2|) (-594 (-459 |#1| |#2|)) (-802 |#1|))) (-15 -3871 ((-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|)))) (-15 -2077 ((-1176 |#2|) (-459 |#1| |#2|) (-594 (-459 |#1| |#2|)))) (-15 -3275 ((-229 |#1| |#2|) (-594 |#2|) (-229 |#1| |#2|) (-594 (-229 |#1| |#2|)))) (-15 -1900 ((-594 (-459 |#1| |#2|)) (-802 |#1|) (-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|)))) (-15 -4001 ((-229 |#1| |#2|) (-229 |#1| |#2|) (-594 (-229 |#1| |#2|)))) (-15 -1606 ((-459 |#1| |#2|) (-229 |#1| |#2|)))) (-594 (-1094)) (-431)) (T -582))
+((-1606 (*1 *2 *3) (-12 (-5 *3 (-229 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *2 (-459 *4 *5)) (-5 *1 (-582 *4 *5)))) (-4001 (*1 *2 *2 *3) (-12 (-5 *3 (-594 (-229 *4 *5))) (-5 *2 (-229 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *1 (-582 *4 *5)))) (-1900 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-594 (-459 *4 *5))) (-5 *3 (-802 *4)) (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *1 (-582 *4 *5)))) (-3275 (*1 *2 *3 *2 *4) (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 (-229 *5 *6))) (-4 *6 (-431)) (-5 *2 (-229 *5 *6)) (-14 *5 (-594 (-1094))) (-5 *1 (-582 *5 *6)))) (-2077 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-459 *5 *6))) (-5 *3 (-459 *5 *6)) (-14 *5 (-594 (-1094))) (-4 *6 (-431)) (-5 *2 (-1176 *6)) (-5 *1 (-582 *5 *6)))) (-3871 (*1 *2 *2) (-12 (-5 *2 (-594 (-459 *3 *4))) (-14 *3 (-594 (-1094))) (-4 *4 (-431)) (-5 *1 (-582 *3 *4)))) (-1820 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-459 *5 *6))) (-5 *4 (-802 *5)) (-14 *5 (-594 (-1094))) (-5 *2 (-459 *5 *6)) (-5 *1 (-582 *5 *6)) (-4 *6 (-431)))) (-1820 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-594 (-459 *5 *6))) (-5 *4 (-802 *5)) (-14 *5 (-594 (-1094))) (-5 *2 (-459 *5 *6)) (-5 *1 (-582 *5 *6)) (-4 *6 (-431)))) (-4198 (*1 *2 *3) (-12 (-5 *3 (-594 (-459 *4 *5))) (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *2 (-594 (-229 *4 *5))) (-5 *1 (-582 *4 *5)))) (-1680 (*1 *2 *3) (-12 (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *2 (-2 (|:| |glbase| (-594 (-229 *4 *5))) (|:| |glval| (-594 (-527))))) (-5 *1 (-582 *4 *5)) (-5 *3 (-594 (-229 *4 *5))))) (-2452 (*1 *2 *3) (-12 (-5 *3 (-594 (-459 *4 *5))) (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *2 (-2 (|:| |gblist| (-594 (-229 *4 *5))) (|:| |gvlist| (-594 (-527))))) (-5 *1 (-582 *4 *5)))))
+(-10 -7 (-15 -2452 ((-2 (|:| |gblist| (-594 (-229 |#1| |#2|))) (|:| |gvlist| (-594 (-527)))) (-594 (-459 |#1| |#2|)))) (-15 -1680 ((-2 (|:| |glbase| (-594 (-229 |#1| |#2|))) (|:| |glval| (-594 (-527)))) (-594 (-229 |#1| |#2|)))) (-15 -4198 ((-594 (-229 |#1| |#2|)) (-594 (-459 |#1| |#2|)))) (-15 -1820 ((-459 |#1| |#2|) (-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|)) (-802 |#1|))) (-15 -1820 ((-459 |#1| |#2|) (-594 (-459 |#1| |#2|)) (-802 |#1|))) (-15 -3871 ((-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|)))) (-15 -2077 ((-1176 |#2|) (-459 |#1| |#2|) (-594 (-459 |#1| |#2|)))) (-15 -3275 ((-229 |#1| |#2|) (-594 |#2|) (-229 |#1| |#2|) (-594 (-229 |#1| |#2|)))) (-15 -1900 ((-594 (-459 |#1| |#2|)) (-802 |#1|) (-594 (-459 |#1| |#2|)) (-594 (-459 |#1| |#2|)))) (-15 -4001 ((-229 |#1| |#2|) (-229 |#1| |#2|) (-594 (-229 |#1| |#2|)))) (-15 -1606 ((-459 |#1| |#2|) (-229 |#1| |#2|))))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) NIL)) (-3604 (((-1181) $ (-1077) (-1077)) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 (((-51) $ (-1077) (-51)) 16) (((-51) $ (-1094) (-51)) 17)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 (-51) "failed") (-1077) $) NIL)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022))))) (-3373 (($ (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-3 (-51) "failed") (-1077) $) NIL)) (-2659 (($ (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $ (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (((-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $ (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2774 (((-51) $ (-1077) (-51)) NIL (|has| $ (-6 -4262)))) (-3231 (((-51) $ (-1077)) NIL)) (-3717 (((-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-594 (-51)) $) NIL (|has| $ (-6 -4261)))) (-3046 (($ $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-1077) $) NIL (|has| (-1077) (-791)))) (-2063 (((-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-594 (-51)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (((-110) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022))))) (-2532 (((-1077) $) NIL (|has| (-1077) (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4262))) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL) (($ (-1 (-51) (-51)) $) NIL) (($ (-1 (-51) (-51) (-51)) $ $) NIL)) (-2734 (($ (-368)) 9)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022))))) (-4195 (((-594 (-1077)) $) NIL)) (-1651 (((-110) (-1077) $) NIL)) (-3368 (((-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) $) NIL)) (-3204 (($ (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) $) NIL)) (-3847 (((-594 (-1077)) $) NIL)) (-1645 (((-110) (-1077) $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022))))) (-1672 (((-51) $) NIL (|has| (-1077) (-791)))) (-3326 (((-3 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) "failed") (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL)) (-1542 (($ $ (-51)) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (($ $ (-275 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (($ $ (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (($ $ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (($ $ (-594 (-51)) (-594 (-51))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-275 (-51))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-594 (-275 (-51)))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022))))) (-2401 (((-594 (-51)) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 (((-51) $ (-1077)) 14) (((-51) $ (-1077) (-51)) NIL) (((-51) $ (-1094)) 15)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022)))) (((-715) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022)))) (((-715) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-51) (-568 (-800))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 (-51))) (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-583) (-13 (-1107 (-1077) (-51)) (-10 -8 (-15 -2734 ($ (-368))) (-15 -3046 ($ $)) (-15 -3439 ((-51) $ (-1094))) (-15 -1232 ((-51) $ (-1094) (-51)))))) (T -583))
+((-2734 (*1 *1 *2) (-12 (-5 *2 (-368)) (-5 *1 (-583)))) (-3046 (*1 *1 *1) (-5 *1 (-583))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-51)) (-5 *1 (-583)))) (-1232 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1094)) (-5 *1 (-583)))))
+(-13 (-1107 (-1077) (-51)) (-10 -8 (-15 -2734 ($ (-368))) (-15 -3046 ($ $)) (-15 -3439 ((-51) $ (-1094))) (-15 -1232 ((-51) $ (-1094) (-51)))))
+((-2873 (($ $ |#2|) 10)))
+(((-584 |#1| |#2|) (-10 -8 (-15 -2873 (|#1| |#1| |#2|))) (-585 |#2|) (-162)) (T -584))
+NIL
+(-10 -8 (-15 -2873 (|#1| |#1| |#2|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4131 (($ $ $) 29)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 28 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+(((-585 |#1|) (-133) (-162)) (T -585))
+((-4131 (*1 *1 *1 *1) (-12 (-4 *1 (-585 *2)) (-4 *2 (-162)))) (-2873 (*1 *1 *1 *2) (-12 (-4 *1 (-585 *2)) (-4 *2 (-162)) (-4 *2 (-343)))))
+(-13 (-662 |t#1|) (-10 -8 (-6 |NullSquare|) (-6 |JacobiIdentity|) (-15 -4131 ($ $ $)) (IF (|has| |t#1| (-343)) (-15 -2873 ($ $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-662 |#1|) . T) ((-985 |#1|) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1863 (((-3 $ "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1279 (((-1176 (-634 |#1|))) NIL (|has| |#2| (-397 |#1|))) (((-1176 (-634 |#1|)) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2865 (((-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-1298 (($) NIL T CONST)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1716 (((-3 $ "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-2113 (((-634 |#1|)) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-3967 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-1359 (((-634 |#1|) $) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) $ (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2660 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3474 (((-1090 (-889 |#1|))) NIL (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-343))))) (-3464 (($ $ (-858)) NIL)) (-1488 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-2490 (((-1090 |#1|) $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-2321 ((|#1|) NIL (|has| |#2| (-397 |#1|))) ((|#1| (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-1640 (((-1090 |#1|) $) NIL (|has| |#2| (-347 |#1|)))) (-4086 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2894 (($ (-1176 |#1|)) NIL (|has| |#2| (-397 |#1|))) (($ (-1176 |#1|) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-3714 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1238 (((-858)) NIL (|has| |#2| (-347 |#1|)))) (-4069 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-1213 (($ $ (-858)) NIL)) (-2088 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2226 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3195 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3780 (((-3 $ "failed")) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1790 (((-634 |#1|)) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2558 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-3667 (((-634 |#1|) $) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) $ (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2237 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-1492 (((-1090 (-889 |#1|))) NIL (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-343))))) (-3223 (($ $ (-858)) NIL)) (-2270 ((|#1| $) NIL (|has| |#2| (-347 |#1|)))) (-1387 (((-1090 |#1|) $) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-2124 ((|#1|) NIL (|has| |#2| (-397 |#1|))) ((|#1| (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-1429 (((-1090 |#1|) $) NIL (|has| |#2| (-347 |#1|)))) (-2601 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2416 (((-1077) $) NIL)) (-1825 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-2422 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3268 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-4024 (((-1041) $) NIL)) (-3833 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3439 ((|#1| $ (-527)) NIL (|has| |#2| (-397 |#1|)))) (-4002 (((-634 |#1|) (-1176 $)) NIL (|has| |#2| (-397 |#1|))) (((-1176 |#1|) $) NIL (|has| |#2| (-397 |#1|))) (((-634 |#1|) (-1176 $) (-1176 $)) NIL (|has| |#2| (-347 |#1|))) (((-1176 |#1|) $ (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2051 (($ (-1176 |#1|)) NIL (|has| |#2| (-397 |#1|))) (((-1176 |#1|) $) NIL (|has| |#2| (-397 |#1|)))) (-3629 (((-594 (-889 |#1|))) NIL (|has| |#2| (-397 |#1|))) (((-594 (-889 |#1|)) (-1176 $)) NIL (|has| |#2| (-347 |#1|)))) (-2170 (($ $ $) NIL)) (-2067 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-4118 (((-800) $) NIL) ((|#2| $) 12) (($ |#2|) 13)) (-1878 (((-1176 $)) NIL (|has| |#2| (-397 |#1|)))) (-3006 (((-594 (-1176 |#1|))) NIL (-2027 (-12 (|has| |#2| (-347 |#1|)) (|has| |#1| (-519))) (-12 (|has| |#2| (-397 |#1|)) (|has| |#1| (-519)))))) (-3384 (($ $ $ $) NIL)) (-4214 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-1615 (($ (-634 |#1|) $) NIL (|has| |#2| (-397 |#1|)))) (-4056 (($ $ $) NIL)) (-4127 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3947 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3431 (((-110)) NIL (|has| |#2| (-347 |#1|)))) (-3361 (($) 15 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) 17)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 11) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-586 |#1| |#2|) (-13 (-689 |#1|) (-568 |#2|) (-10 -8 (-15 -4118 ($ |#2|)) (IF (|has| |#2| (-397 |#1|)) (-6 (-397 |#1|)) |%noBranch|) (IF (|has| |#2| (-347 |#1|)) (-6 (-347 |#1|)) |%noBranch|))) (-162) (-689 |#1|)) (T -586))
+((-4118 (*1 *1 *2) (-12 (-4 *3 (-162)) (-5 *1 (-586 *3 *2)) (-4 *2 (-689 *3)))))
+(-13 (-689 |#1|) (-568 |#2|) (-10 -8 (-15 -4118 ($ |#2|)) (IF (|has| |#2| (-397 |#1|)) (-6 (-397 |#1|)) |%noBranch|) (IF (|has| |#2| (-347 |#1|)) (-6 (-347 |#1|)) |%noBranch|)))
+((-2190 (((-3 (-784 |#2|) "failed") |#2| (-275 |#2|) (-1077)) 82) (((-3 (-784 |#2|) (-2 (|:| |leftHandLimit| (-3 (-784 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-784 |#2|) "failed"))) "failed") |#2| (-275 (-784 |#2|))) 104)) (-2109 (((-3 (-777 |#2|) "failed") |#2| (-275 (-777 |#2|))) 109)))
+(((-587 |#1| |#2|) (-10 -7 (-15 -2190 ((-3 (-784 |#2|) (-2 (|:| |leftHandLimit| (-3 (-784 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-784 |#2|) "failed"))) "failed") |#2| (-275 (-784 |#2|)))) (-15 -2109 ((-3 (-777 |#2|) "failed") |#2| (-275 (-777 |#2|)))) (-15 -2190 ((-3 (-784 |#2|) "failed") |#2| (-275 |#2|) (-1077)))) (-13 (-431) (-791) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|))) (T -587))
+((-2190 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-275 *3)) (-5 *5 (-1077)) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-784 *3)) (-5 *1 (-587 *6 *3)))) (-2109 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-275 (-777 *3))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-777 *3)) (-5 *1 (-587 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))) (-2190 (*1 *2 *3 *4) (-12 (-5 *4 (-275 (-784 *3))) (-4 *3 (-13 (-27) (-1116) (-410 *5))) (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-3 (-784 *3) (-2 (|:| |leftHandLimit| (-3 (-784 *3) "failed")) (|:| |rightHandLimit| (-3 (-784 *3) "failed"))) "failed")) (-5 *1 (-587 *5 *3)))))
+(-10 -7 (-15 -2190 ((-3 (-784 |#2|) (-2 (|:| |leftHandLimit| (-3 (-784 |#2|) "failed")) (|:| |rightHandLimit| (-3 (-784 |#2|) "failed"))) "failed") |#2| (-275 (-784 |#2|)))) (-15 -2109 ((-3 (-777 |#2|) "failed") |#2| (-275 (-777 |#2|)))) (-15 -2190 ((-3 (-784 |#2|) "failed") |#2| (-275 |#2|) (-1077))))
+((-2190 (((-3 (-784 (-387 (-889 |#1|))) "failed") (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))) (-1077)) 80) (((-3 (-784 (-387 (-889 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed"))) "failed") (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|)))) 20) (((-3 (-784 (-387 (-889 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed"))) "failed") (-387 (-889 |#1|)) (-275 (-784 (-889 |#1|)))) 35)) (-2109 (((-777 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|)))) 23) (((-777 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-275 (-777 (-889 |#1|)))) 43)))
+(((-588 |#1|) (-10 -7 (-15 -2190 ((-3 (-784 (-387 (-889 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed"))) "failed") (-387 (-889 |#1|)) (-275 (-784 (-889 |#1|))))) (-15 -2190 ((-3 (-784 (-387 (-889 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed"))) "failed") (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))))) (-15 -2109 ((-777 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-275 (-777 (-889 |#1|))))) (-15 -2109 ((-777 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))))) (-15 -2190 ((-3 (-784 (-387 (-889 |#1|))) "failed") (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))) (-1077)))) (-431)) (T -588))
+((-2190 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-275 (-387 (-889 *6)))) (-5 *5 (-1077)) (-5 *3 (-387 (-889 *6))) (-4 *6 (-431)) (-5 *2 (-784 *3)) (-5 *1 (-588 *6)))) (-2109 (*1 *2 *3 *4) (-12 (-5 *4 (-275 (-387 (-889 *5)))) (-5 *3 (-387 (-889 *5))) (-4 *5 (-431)) (-5 *2 (-777 *3)) (-5 *1 (-588 *5)))) (-2109 (*1 *2 *3 *4) (-12 (-5 *4 (-275 (-777 (-889 *5)))) (-4 *5 (-431)) (-5 *2 (-777 (-387 (-889 *5)))) (-5 *1 (-588 *5)) (-5 *3 (-387 (-889 *5))))) (-2190 (*1 *2 *3 *4) (-12 (-5 *4 (-275 (-387 (-889 *5)))) (-5 *3 (-387 (-889 *5))) (-4 *5 (-431)) (-5 *2 (-3 (-784 *3) (-2 (|:| |leftHandLimit| (-3 (-784 *3) "failed")) (|:| |rightHandLimit| (-3 (-784 *3) "failed"))) "failed")) (-5 *1 (-588 *5)))) (-2190 (*1 *2 *3 *4) (-12 (-5 *4 (-275 (-784 (-889 *5)))) (-4 *5 (-431)) (-5 *2 (-3 (-784 (-387 (-889 *5))) (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 *5))) "failed")) (|:| |rightHandLimit| (-3 (-784 (-387 (-889 *5))) "failed"))) "failed")) (-5 *1 (-588 *5)) (-5 *3 (-387 (-889 *5))))))
+(-10 -7 (-15 -2190 ((-3 (-784 (-387 (-889 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed"))) "failed") (-387 (-889 |#1|)) (-275 (-784 (-889 |#1|))))) (-15 -2190 ((-3 (-784 (-387 (-889 |#1|))) (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed")) (|:| |rightHandLimit| (-3 (-784 (-387 (-889 |#1|))) "failed"))) "failed") (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))))) (-15 -2109 ((-777 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-275 (-777 (-889 |#1|))))) (-15 -2109 ((-777 (-387 (-889 |#1|))) (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))))) (-15 -2190 ((-3 (-784 (-387 (-889 |#1|))) "failed") (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))) (-1077))))
+((-3236 (((-3 (-1176 (-387 |#1|)) "failed") (-1176 |#2|) |#2|) 57 (-3264 (|has| |#1| (-343)))) (((-3 (-1176 |#1|) "failed") (-1176 |#2|) |#2|) 42 (|has| |#1| (-343)))) (-1457 (((-110) (-1176 |#2|)) 30)) (-2917 (((-3 (-1176 |#1|) "failed") (-1176 |#2|)) 33)))
+(((-589 |#1| |#2|) (-10 -7 (-15 -1457 ((-110) (-1176 |#2|))) (-15 -2917 ((-3 (-1176 |#1|) "failed") (-1176 |#2|))) (IF (|has| |#1| (-343)) (-15 -3236 ((-3 (-1176 |#1|) "failed") (-1176 |#2|) |#2|)) (-15 -3236 ((-3 (-1176 (-387 |#1|)) "failed") (-1176 |#2|) |#2|)))) (-519) (-590 |#1|)) (T -589))
+((-3236 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 *5)) (-3264 (-4 *5 (-343))) (-4 *5 (-519)) (-5 *2 (-1176 (-387 *5))) (-5 *1 (-589 *5 *4)))) (-3236 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 *5)) (-4 *5 (-343)) (-4 *5 (-519)) (-5 *2 (-1176 *5)) (-5 *1 (-589 *5 *4)))) (-2917 (*1 *2 *3) (|partial| -12 (-5 *3 (-1176 *5)) (-4 *5 (-590 *4)) (-4 *4 (-519)) (-5 *2 (-1176 *4)) (-5 *1 (-589 *4 *5)))) (-1457 (*1 *2 *3) (-12 (-5 *3 (-1176 *5)) (-4 *5 (-590 *4)) (-4 *4 (-519)) (-5 *2 (-110)) (-5 *1 (-589 *4 *5)))))
+(-10 -7 (-15 -1457 ((-110) (-1176 |#2|))) (-15 -2917 ((-3 (-1176 |#1|) "failed") (-1176 |#2|))) (IF (|has| |#1| (-343)) (-15 -3236 ((-3 (-1176 |#1|) "failed") (-1176 |#2|) |#2|)) (-15 -3236 ((-3 (-1176 (-387 |#1|)) "failed") (-1176 |#2|) |#2|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-4162 (((-634 |#1|) (-634 $)) 36) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 35)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-590 |#1|) (-133) (-979)) (T -590))
+((-4162 (*1 *2 *3) (-12 (-5 *3 (-634 *1)) (-4 *1 (-590 *4)) (-4 *4 (-979)) (-5 *2 (-634 *4)))) (-4162 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *1)) (-5 *4 (-1176 *1)) (-4 *1 (-590 *5)) (-4 *5 (-979)) (-5 *2 (-2 (|:| -1837 (-634 *5)) (|:| |vec| (-1176 *5)))))))
+(-13 (-979) (-10 -8 (-15 -4162 ((-634 |t#1|) (-634 $))) (-15 -4162 ((-2 (|:| -1837 (-634 |t#1|)) (|:| |vec| (-1176 |t#1|))) (-634 $) (-1176 $)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1613 ((|#2| (-594 |#1|) (-594 |#2|) |#1| (-1 |#2| |#1|)) 18) (((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|) (-1 |#2| |#1|)) 19) ((|#2| (-594 |#1|) (-594 |#2|) |#1| |#2|) 16) (((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|) |#2|) 17) ((|#2| (-594 |#1|) (-594 |#2|) |#1|) 10) (((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|)) 12)))
+(((-591 |#1| |#2|) (-10 -7 (-15 -1613 ((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|))) (-15 -1613 (|#2| (-594 |#1|) (-594 |#2|) |#1|)) (-15 -1613 ((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|) |#2|)) (-15 -1613 (|#2| (-594 |#1|) (-594 |#2|) |#1| |#2|)) (-15 -1613 ((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|) (-1 |#2| |#1|))) (-15 -1613 (|#2| (-594 |#1|) (-594 |#2|) |#1| (-1 |#2| |#1|)))) (-1022) (-1130)) (T -591))
+((-1613 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *2)) (-5 *6 (-1 *2 *5)) (-4 *5 (-1022)) (-4 *2 (-1130)) (-5 *1 (-591 *5 *2)))) (-1613 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-594 *5)) (-5 *4 (-594 *6)) (-4 *5 (-1022)) (-4 *6 (-1130)) (-5 *1 (-591 *5 *6)))) (-1613 (*1 *2 *3 *4 *5 *2) (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *2)) (-4 *5 (-1022)) (-4 *2 (-1130)) (-5 *1 (-591 *5 *2)))) (-1613 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 *5)) (-4 *6 (-1022)) (-4 *5 (-1130)) (-5 *2 (-1 *5 *6)) (-5 *1 (-591 *6 *5)))) (-1613 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *2)) (-4 *5 (-1022)) (-4 *2 (-1130)) (-5 *1 (-591 *5 *2)))) (-1613 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *6)) (-4 *5 (-1022)) (-4 *6 (-1130)) (-5 *2 (-1 *6 *5)) (-5 *1 (-591 *5 *6)))))
+(-10 -7 (-15 -1613 ((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|))) (-15 -1613 (|#2| (-594 |#1|) (-594 |#2|) |#1|)) (-15 -1613 ((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|) |#2|)) (-15 -1613 (|#2| (-594 |#1|) (-594 |#2|) |#1| |#2|)) (-15 -1613 ((-1 |#2| |#1|) (-594 |#1|) (-594 |#2|) (-1 |#2| |#1|))) (-15 -1613 (|#2| (-594 |#1|) (-594 |#2|) |#1| (-1 |#2| |#1|))))
+((-1244 (((-594 |#2|) (-1 |#2| |#1| |#2|) (-594 |#1|) |#2|) 16)) (-2731 ((|#2| (-1 |#2| |#1| |#2|) (-594 |#1|) |#2|) 18)) (-1998 (((-594 |#2|) (-1 |#2| |#1|) (-594 |#1|)) 13)))
+(((-592 |#1| |#2|) (-10 -7 (-15 -1244 ((-594 |#2|) (-1 |#2| |#1| |#2|) (-594 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-594 |#1|) |#2|)) (-15 -1998 ((-594 |#2|) (-1 |#2| |#1|) (-594 |#1|)))) (-1130) (-1130)) (T -592))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-594 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-594 *6)) (-5 *1 (-592 *5 *6)))) (-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-594 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-592 *5 *2)))) (-1244 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-594 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-594 *5)) (-5 *1 (-592 *6 *5)))))
+(-10 -7 (-15 -1244 ((-594 |#2|) (-1 |#2| |#1| |#2|) (-594 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-594 |#1|) |#2|)) (-15 -1998 ((-594 |#2|) (-1 |#2| |#1|) (-594 |#1|))))
+((-1998 (((-594 |#3|) (-1 |#3| |#1| |#2|) (-594 |#1|) (-594 |#2|)) 13)))
+(((-593 |#1| |#2| |#3|) (-10 -7 (-15 -1998 ((-594 |#3|) (-1 |#3| |#1| |#2|) (-594 |#1|) (-594 |#2|)))) (-1130) (-1130) (-1130)) (T -593))
+((-1998 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-594 *6)) (-5 *5 (-594 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-594 *8)) (-5 *1 (-593 *6 *7 *8)))))
+(-10 -7 (-15 -1998 ((-594 |#3|) (-1 |#3| |#1| |#2|) (-594 |#1|) (-594 |#2|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-1630 (($ $) NIL)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) $) NIL (|has| |#1| (-791))) (((-110) (-1 (-110) |#1| |#1|) $) NIL)) (-3962 (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791)))) (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-2259 (($ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-1706 (($ $ $) NIL (|has| $ (-6 -4262)))) (-1418 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) NIL (|has| $ (-6 -4262))) (($ $ "rest" $) NIL (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1602 (($ $ $) 32 (|has| |#1| (-1022)))) (-1588 (($ $ $) 34 (|has| |#1| (-1022)))) (-1577 (($ $ $) 37 (|has| |#1| (-1022)))) (-1920 (($ (-1 (-110) |#1|) $) NIL)) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2239 ((|#1| $) NIL)) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1683 (($ $) NIL) (($ $ (-715)) NIL)) (-3802 (($ $) NIL (|has| |#1| (-1022)))) (-1702 (($ $) 31 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) NIL (|has| |#1| (-1022))) (($ (-1 (-110) |#1|) $) NIL)) (-2659 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-2678 (((-110) $) NIL)) (-3908 (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022))) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) (-1 (-110) |#1|) $) NIL)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3333 (((-110) $) 9)) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1442 (($) 7)) (-3325 (($ (-715) |#1|) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-3427 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) NIL)) (-2965 (($ $ $) NIL (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 33 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-1536 (($ |#1|) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2681 ((|#1| $) NIL) (($ $ (-715)) NIL)) (-3204 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-2555 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL) (($ $ (-715)) NIL)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1311 (((-110) $) NIL)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1143 (-527))) NIL) ((|#1| $ (-527)) 36) ((|#1| $ (-527) |#1|) NIL)) (-2312 (((-527) $ $) NIL)) (-3322 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-2104 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-2760 (((-110) $) NIL)) (-3112 (($ $) NIL)) (-1256 (($ $) NIL (|has| $ (-6 -4262)))) (-1636 (((-715) $) NIL)) (-4049 (($ $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) 45 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-3197 (($ |#1| $) 10)) (-1390 (($ $ $) NIL) (($ $ |#1|) NIL)) (-1997 (($ $ $) 30) (($ |#1| $) NIL) (($ (-594 $)) NIL) (($ $ |#1|) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2727 (($ $ $) 11)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2951 (((-1077) $) 26 (|has| |#1| (-772))) (((-1077) $ (-110)) 27 (|has| |#1| (-772))) (((-1181) (-766) $) 28 (|has| |#1| (-772))) (((-1181) (-766) $ (-110)) 29 (|has| |#1| (-772)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-594 |#1|) (-13 (-614 |#1|) (-10 -8 (-15 -1442 ($)) (-15 -3333 ((-110) $)) (-15 -3197 ($ |#1| $)) (-15 -2727 ($ $ $)) (IF (|has| |#1| (-1022)) (PROGN (-15 -1602 ($ $ $)) (-15 -1588 ($ $ $)) (-15 -1577 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-772)) (-6 (-772)) |%noBranch|))) (-1130)) (T -594))
+((-1442 (*1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1130)))) (-3333 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-594 *3)) (-4 *3 (-1130)))) (-3197 (*1 *1 *2 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1130)))) (-2727 (*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1130)))) (-1602 (*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-1130)))) (-1588 (*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-1130)))) (-1577 (*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-1130)))))
+(-13 (-614 |#1|) (-10 -8 (-15 -1442 ($)) (-15 -3333 ((-110) $)) (-15 -3197 ($ |#1| $)) (-15 -2727 ($ $ $)) (IF (|has| |#1| (-1022)) (PROGN (-15 -1602 ($ $ $)) (-15 -1588 ($ $ $)) (-15 -1577 ($ $ $))) |%noBranch|) (IF (|has| |#1| (-772)) (-6 (-772)) |%noBranch|)))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1693 (($ |#1| |#1| $) 43)) (-1731 (((-110) $ (-715)) NIL)) (-1920 (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-3802 (($ $) 45)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) 52 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 54 (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 9 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 37)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3368 ((|#1| $) 46)) (-3204 (($ |#1| $) 26) (($ |#1| $ (-715)) 42)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1877 ((|#1| $) 48)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 21)) (-2453 (($) 25)) (-2297 (((-110) $) 50)) (-3144 (((-594 (-2 (|:| -3484 |#1|) (|:| -4034 (-715)))) $) 59)) (-2261 (($) 23) (($ (-594 |#1|)) 18)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) 56 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 19)) (-2051 (((-503) $) 34 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-4118 (((-800) $) 14 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 22)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 61 (|has| |#1| (-1022)))) (-2809 (((-715) $) 16 (|has| $ (-6 -4261)))))
+(((-595 |#1|) (-13 (-639 |#1|) (-10 -8 (-6 -4261) (-15 -2297 ((-110) $)) (-15 -1693 ($ |#1| |#1| $)))) (-1022)) (T -595))
+((-2297 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-595 *3)) (-4 *3 (-1022)))) (-1693 (*1 *1 *2 *2 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1022)))))
+(-13 (-639 |#1|) (-10 -8 (-6 -4261) (-15 -2297 ((-110) $)) (-15 -1693 ($ |#1| |#1| $))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#1| $) 23)))
+(((-596 |#1|) (-133) (-986)) (T -596))
+((* (*1 *1 *2 *1) (-12 (-4 *1 (-596 *2)) (-4 *2 (-986)))))
(-13 (-21) (-10 -8 (-15 * ($ |t#1| $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-1613 (((-713) $) 15)) (-2097 (($ $ |#1|) 56)) (-2670 (($ $) 32)) (-1652 (($ $) 31)) (-1934 (((-3 |#1| "failed") $) 48)) (-4105 ((|#1| $) NIL)) (-2800 (($ |#1| |#2| $) 63) (($ $ $) 64)) (-2898 (((-798) $ (-1 (-798) (-798) (-798)) (-1 (-798) (-798) (-798)) (-525)) 46)) (-3538 ((|#1| $ (-525)) 30)) (-2020 ((|#2| $ (-525)) 29)) (-1693 (($ (-1 |#1| |#1|) $) 34)) (-2447 (($ (-1 |#2| |#2|) $) 38)) (-3521 (($) 10)) (-1551 (($ |#1| |#2|) 22)) (-4232 (($ (-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|)))) 23)) (-4085 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|))) $) 13)) (-1406 (($ |#1| $) 57)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1997 (((-108) $ $) 60)) (-4100 (((-798) $) 19) (($ |#1|) 16)) (-2775 (((-108) $ $) 25)))
-(((-595 |#1| |#2| |#3|) (-13 (-1020) (-968 |#1|) (-10 -8 (-15 -2898 ((-798) $ (-1 (-798) (-798) (-798)) (-1 (-798) (-798) (-798)) (-525))) (-15 -4085 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|))) $)) (-15 -1551 ($ |#1| |#2|)) (-15 -4232 ($ (-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|))))) (-15 -2020 (|#2| $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -1652 ($ $)) (-15 -2670 ($ $)) (-15 -1613 ((-713) $)) (-15 -3521 ($)) (-15 -2097 ($ $ |#1|)) (-15 -1406 ($ |#1| $)) (-15 -2800 ($ |#1| |#2| $)) (-15 -2800 ($ $ $)) (-15 -1997 ((-108) $ $)) (-15 -2447 ($ (-1 |#2| |#2|) $)) (-15 -1693 ($ (-1 |#1| |#1|) $)))) (-1020) (-23) |#2|) (T -595))
-((-2898 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-798) (-798) (-798))) (-5 *4 (-525)) (-5 *2 (-798)) (-5 *1 (-595 *5 *6 *7)) (-4 *5 (-1020)) (-4 *6 (-23)) (-14 *7 *6))) (-4085 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 *4)))) (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020)) (-4 *4 (-23)) (-14 *5 *4))) (-1551 (*1 *1 *2 *3) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-4232 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 *4)))) (-4 *3 (-1020)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-595 *3 *4 *5)))) (-2020 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *2 (-23)) (-5 *1 (-595 *4 *2 *5)) (-4 *4 (-1020)) (-14 *5 *2))) (-3538 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *2 (-1020)) (-5 *1 (-595 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-1652 (*1 *1 *1) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-2670 (*1 *1 *1) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-1613 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020)) (-4 *4 (-23)) (-14 *5 *4))) (-3521 (*1 *1) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-2097 (*1 *1 *1 *2) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-1406 (*1 *1 *2 *1) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-2800 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-2800 (*1 *1 *1 *1) (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23)) (-14 *4 *3))) (-1997 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020)) (-4 *4 (-23)) (-14 *5 *4))) (-2447 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020)))) (-1693 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-595 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
-(-13 (-1020) (-968 |#1|) (-10 -8 (-15 -2898 ((-798) $ (-1 (-798) (-798) (-798)) (-1 (-798) (-798) (-798)) (-525))) (-15 -4085 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|))) $)) (-15 -1551 ($ |#1| |#2|)) (-15 -4232 ($ (-592 (-2 (|:| |gen| |#1|) (|:| -1618 |#2|))))) (-15 -2020 (|#2| $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -1652 ($ $)) (-15 -2670 ($ $)) (-15 -1613 ((-713) $)) (-15 -3521 ($)) (-15 -2097 ($ $ |#1|)) (-15 -1406 ($ |#1| $)) (-15 -2800 ($ |#1| |#2| $)) (-15 -2800 ($ $ $)) (-15 -1997 ((-108) $ $)) (-15 -2447 ($ (-1 |#2| |#2|) $)) (-15 -1693 ($ (-1 |#1| |#1|) $))))
-((-2231 (((-525) $) 24)) (-2594 (($ |#2| $ (-525)) 22) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) 12)) (-3461 (((-108) (-525) $) 15)) (-2035 (($ $ |#2|) 19) (($ |#2| $) 20) (($ $ $) NIL) (($ (-592 $)) NIL)))
-(((-596 |#1| |#2|) (-10 -8 (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2035 (|#1| (-592 |#1|))) (-15 -2035 (|#1| |#1| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -2231 ((-525) |#1|)) (-15 -3177 ((-592 (-525)) |#1|)) (-15 -3461 ((-108) (-525) |#1|))) (-597 |#2|) (-1128)) (T -596))
-NIL
-(-10 -8 (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2035 (|#1| (-592 |#1|))) (-15 -2035 (|#1| |#1| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -2231 ((-525) |#1|)) (-15 -3177 ((-592 (-525)) |#1|)) (-15 -3461 ((-108) (-525) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#1| $ (-525) |#1|) 52 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 58 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1681 (($ $) 78 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#1| $) 77 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 74 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 51)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 42 (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 71)) (-3453 (($ $ |#1|) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) |#1|) 50) ((|#1| $ (-525)) 49) (($ $ (-1141 (-525))) 63)) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 70)) (-2035 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-597 |#1|) (-131) (-1128)) (T -597))
-((-3324 (*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-4 *1 (-597 *3)) (-4 *3 (-1128)))) (-2035 (*1 *1 *1 *2) (-12 (-4 *1 (-597 *2)) (-4 *2 (-1128)))) (-2035 (*1 *1 *2 *1) (-12 (-4 *1 (-597 *2)) (-4 *2 (-1128)))) (-2035 (*1 *1 *1 *1) (-12 (-4 *1 (-597 *2)) (-4 *2 (-1128)))) (-2035 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-597 *3)) (-4 *3 (-1128)))) (-2016 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-597 *3)) (-4 *3 (-1128)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 (-1141 (-525))) (-4 *1 (-597 *3)) (-4 *3 (-1128)))) (-2139 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-597 *3)) (-4 *3 (-1128)))) (-2139 (*1 *1 *1 *2) (-12 (-5 *2 (-1141 (-525))) (-4 *1 (-597 *3)) (-4 *3 (-1128)))) (-2594 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-597 *2)) (-4 *2 (-1128)))) (-2594 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-597 *3)) (-4 *3 (-1128)))) (-1233 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1141 (-525))) (|has| *1 (-6 -4260)) (-4 *1 (-597 *2)) (-4 *2 (-1128)))))
-(-13 (-558 (-525) |t#1|) (-142 |t#1|) (-10 -8 (-15 -3324 ($ (-713) |t#1|)) (-15 -2035 ($ $ |t#1|)) (-15 -2035 ($ |t#1| $)) (-15 -2035 ($ $ $)) (-15 -2035 ($ (-592 $))) (-15 -2016 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3431 ($ $ (-1141 (-525)))) (-15 -2139 ($ $ (-525))) (-15 -2139 ($ $ (-1141 (-525)))) (-15 -2594 ($ |t#1| $ (-525))) (-15 -2594 ($ $ $ (-525))) (IF (|has| $ (-6 -4260)) (-15 -1233 (|t#1| $ (-1141 (-525)) |t#1|)) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-2496 (((-3 |#2| "failed") |#3| |#2| (-1092) |#2| (-592 |#2|)) 160) (((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) "failed") |#3| |#2| (-1092)) 44)))
-(((-598 |#1| |#2| |#3|) (-10 -7 (-15 -2496 ((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) "failed") |#3| |#2| (-1092))) (-15 -2496 ((-3 |#2| "failed") |#3| |#2| (-1092) |#2| (-592 |#2|)))) (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)) (-13 (-29 |#1|) (-1114) (-893)) (-602 |#2|)) (T -598))
-((-2496 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-592 *2)) (-4 *2 (-13 (-29 *6) (-1114) (-893))) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *1 (-598 *6 *2 *3)) (-4 *3 (-602 *2)))) (-2496 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1092)) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-4 *4 (-13 (-29 *6) (-1114) (-893))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2103 (-592 *4)))) (-5 *1 (-598 *6 *4 *3)) (-4 *3 (-602 *4)))))
-(-10 -7 (-15 -2496 ((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) "failed") |#3| |#2| (-1092))) (-15 -2496 ((-3 |#2| "failed") |#3| |#2| (-1092) |#2| (-592 |#2|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4121 (($ $) NIL (|has| |#1| (-341)))) (-3708 (($ $ $) NIL (|has| |#1| (-341)))) (-2500 (($ $ (-713)) NIL (|has| |#1| (-341)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-2609 (($ $ $) NIL (|has| |#1| (-341)))) (-3351 (($ $ $) NIL (|has| |#1| (-341)))) (-2553 (($ $ $) NIL (|has| |#1| (-341)))) (-3545 (($ $ $) NIL (|has| |#1| (-341)))) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3754 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-2325 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429)))) (-2278 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) NIL)) (-1452 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-2760 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-1819 (((-713) $) NIL)) (-2544 (($ $ $) NIL (|has| |#1| (-341)))) (-3114 (($ $ $) NIL (|has| |#1| (-341)))) (-3405 (($ $ $) NIL (|has| |#1| (-341)))) (-1749 (($ $ $) NIL (|has| |#1| (-341)))) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3777 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-4150 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-3431 ((|#1| $ |#1|) NIL)) (-3208 (($ $ $) NIL (|has| |#1| (-341)))) (-3529 (((-713) $) NIL)) (-1661 ((|#1| $) NIL (|has| |#1| (-429)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) NIL)) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) NIL)) (-2448 (((-713)) NIL)) (-1590 ((|#1| $ |#1| |#1|) NIL)) (-2799 (($ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($) NIL)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-599 |#1|) (-602 |#1|) (-213)) (T -599))
-NIL
-(-602 |#1|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4121 (($ $) NIL (|has| |#1| (-341)))) (-3708 (($ $ $) NIL (|has| |#1| (-341)))) (-2500 (($ $ (-713)) NIL (|has| |#1| (-341)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-2609 (($ $ $) NIL (|has| |#1| (-341)))) (-3351 (($ $ $) NIL (|has| |#1| (-341)))) (-2553 (($ $ $) NIL (|has| |#1| (-341)))) (-3545 (($ $ $) NIL (|has| |#1| (-341)))) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3754 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-2325 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429)))) (-2278 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) NIL)) (-1452 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-2760 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-1819 (((-713) $) NIL)) (-2544 (($ $ $) NIL (|has| |#1| (-341)))) (-3114 (($ $ $) NIL (|has| |#1| (-341)))) (-3405 (($ $ $) NIL (|has| |#1| (-341)))) (-1749 (($ $ $) NIL (|has| |#1| (-341)))) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3777 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-4150 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-3431 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-3208 (($ $ $) NIL (|has| |#1| (-341)))) (-3529 (((-713) $) NIL)) (-1661 ((|#1| $) NIL (|has| |#1| (-429)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) NIL)) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) NIL)) (-2448 (((-713)) NIL)) (-1590 ((|#1| $ |#1| |#1|) NIL)) (-2799 (($ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($) NIL)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-600 |#1| |#2|) (-13 (-602 |#1|) (-265 |#2| |#2|)) (-213) (-13 (-594 |#1|) (-10 -8 (-15 -2702 ($ $))))) (T -600))
-NIL
-(-13 (-602 |#1|) (-265 |#2| |#2|))
-((-4121 (($ $) 26)) (-2799 (($ $) 24)) (-2401 (($) 12)))
-(((-601 |#1| |#2|) (-10 -8 (-15 -4121 (|#1| |#1|)) (-15 -2799 (|#1| |#1|)) (-15 -2401 (|#1|))) (-602 |#2|) (-977)) (T -601))
-NIL
-(-10 -8 (-15 -4121 (|#1| |#1|)) (-15 -2799 (|#1| |#1|)) (-15 -2401 (|#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4121 (($ $) 82 (|has| |#1| (-341)))) (-3708 (($ $ $) 84 (|has| |#1| (-341)))) (-2500 (($ $ (-713)) 83 (|has| |#1| (-341)))) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-2609 (($ $ $) 45 (|has| |#1| (-341)))) (-3351 (($ $ $) 46 (|has| |#1| (-341)))) (-2553 (($ $ $) 48 (|has| |#1| (-341)))) (-3545 (($ $ $) 43 (|has| |#1| (-341)))) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 42 (|has| |#1| (-341)))) (-3754 (((-3 $ "failed") $ $) 44 (|has| |#1| (-341)))) (-2325 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 47 (|has| |#1| (-341)))) (-1934 (((-3 (-525) "failed") $) 74 (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 72 (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 69)) (-4105 (((-525) $) 75 (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) 73 (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 68)) (-1451 (($ $) 64)) (-3300 (((-3 $ "failed") $) 34)) (-3201 (($ $) 55 (|has| |#1| (-429)))) (-2278 (((-108) $) 31)) (-1272 (($ |#1| (-713)) 62)) (-1452 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57 (|has| |#1| (-517)))) (-2760 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 58 (|has| |#1| (-517)))) (-1819 (((-713) $) 66)) (-2544 (($ $ $) 52 (|has| |#1| (-341)))) (-3114 (($ $ $) 53 (|has| |#1| (-341)))) (-3405 (($ $ $) 41 (|has| |#1| (-341)))) (-1749 (($ $ $) 50 (|has| |#1| (-341)))) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 49 (|has| |#1| (-341)))) (-3777 (((-3 $ "failed") $ $) 51 (|has| |#1| (-341)))) (-4150 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 54 (|has| |#1| (-341)))) (-1430 ((|#1| $) 65)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ |#1|) 59 (|has| |#1| (-517)))) (-3431 ((|#1| $ |#1|) 87)) (-3208 (($ $ $) 81 (|has| |#1| (-341)))) (-3529 (((-713) $) 67)) (-1661 ((|#1| $) 56 (|has| |#1| (-429)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 71 (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) 70)) (-3137 (((-592 |#1|) $) 61)) (-3136 ((|#1| $ (-713)) 63)) (-2448 (((-713)) 29)) (-1590 ((|#1| $ |#1| |#1|) 60)) (-2799 (($ $) 85)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($) 86)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 77) (($ |#1| $) 76)))
-(((-602 |#1|) (-131) (-977)) (T -602))
-((-2401 (*1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)))) (-2799 (*1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)))) (-3708 (*1 *1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-2500 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-602 *3)) (-4 *3 (-977)) (-4 *3 (-341)))) (-4121 (*1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-3208 (*1 *1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(-13 (-791 |t#1|) (-265 |t#1| |t#1|) (-10 -8 (-15 -2401 ($)) (-15 -2799 ($ $)) (IF (|has| |t#1| (-341)) (PROGN (-15 -3708 ($ $ $)) (-15 -2500 ($ $ (-713))) (-15 -4121 ($ $)) (-15 -3208 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-160)) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-265 |#1| |#1|) . T) ((-389 |#1|) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) |has| |#1| (-160)) ((-669) . T) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-791 |#1|) . T))
-((-1549 (((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|))) 74 (|has| |#1| (-27)))) (-4201 (((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|))) 73 (|has| |#1| (-27))) (((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|)) 17)))
-(((-603 |#1| |#2|) (-10 -7 (-15 -4201 ((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4201 ((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|)))) (-15 -1549 ((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|))))) |%noBranch|)) (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))) (-1150 |#1|)) (T -603))
-((-1549 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *5 (-1150 *4)) (-5 *2 (-592 (-599 (-385 *5)))) (-5 *1 (-603 *4 *5)) (-5 *3 (-599 (-385 *5))))) (-4201 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *5 (-1150 *4)) (-5 *2 (-592 (-599 (-385 *5)))) (-5 *1 (-603 *4 *5)) (-5 *3 (-599 (-385 *5))))) (-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-592 *5) *6)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-5 *2 (-592 (-599 (-385 *6)))) (-5 *1 (-603 *5 *6)) (-5 *3 (-599 (-385 *6))))))
-(-10 -7 (-15 -4201 ((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -4201 ((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|)))) (-15 -1549 ((-592 (-599 (-385 |#2|))) (-599 (-385 |#2|))))) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4121 (($ $) NIL (|has| |#1| (-341)))) (-3708 (($ $ $) 28 (|has| |#1| (-341)))) (-2500 (($ $ (-713)) 31 (|has| |#1| (-341)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-2609 (($ $ $) NIL (|has| |#1| (-341)))) (-3351 (($ $ $) NIL (|has| |#1| (-341)))) (-2553 (($ $ $) NIL (|has| |#1| (-341)))) (-3545 (($ $ $) NIL (|has| |#1| (-341)))) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3754 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-2325 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429)))) (-2278 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) NIL)) (-1452 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-2760 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-1819 (((-713) $) NIL)) (-2544 (($ $ $) NIL (|has| |#1| (-341)))) (-3114 (($ $ $) NIL (|has| |#1| (-341)))) (-3405 (($ $ $) NIL (|has| |#1| (-341)))) (-1749 (($ $ $) NIL (|has| |#1| (-341)))) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3777 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-4150 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-3431 ((|#1| $ |#1|) 24)) (-3208 (($ $ $) 33 (|has| |#1| (-341)))) (-3529 (((-713) $) NIL)) (-1661 ((|#1| $) NIL (|has| |#1| (-429)))) (-4100 (((-798) $) 20) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) NIL)) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) NIL)) (-2448 (((-713)) NIL)) (-1590 ((|#1| $ |#1| |#1|) 23)) (-2799 (($ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 21 T CONST)) (-3375 (($) 8 T CONST)) (-2401 (($) NIL)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-604 |#1| |#2|) (-602 |#1|) (-977) (-1 |#1| |#1|)) (T -604))
-NIL
-(-602 |#1|)
-((-3708 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 59)) (-2500 ((|#2| |#2| (-713) (-1 |#1| |#1|)) 40)) (-3208 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 61)))
-(((-605 |#1| |#2|) (-10 -7 (-15 -3708 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2500 (|#2| |#2| (-713) (-1 |#1| |#1|))) (-15 -3208 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-341) (-602 |#1|)) (T -605))
-((-3208 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-341)) (-5 *1 (-605 *4 *2)) (-4 *2 (-602 *4)))) (-2500 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-713)) (-5 *4 (-1 *5 *5)) (-4 *5 (-341)) (-5 *1 (-605 *5 *2)) (-4 *2 (-602 *5)))) (-3708 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-341)) (-5 *1 (-605 *4 *2)) (-4 *2 (-602 *4)))))
-(-10 -7 (-15 -3708 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -2500 (|#2| |#2| (-713) (-1 |#1| |#1|))) (-15 -3208 (|#2| |#2| |#2| (-1 |#1| |#1|))))
-((-3836 (($ $ $) 9)))
-(((-606 |#1|) (-10 -8 (-15 -3836 (|#1| |#1| |#1|))) (-607)) (T -606))
-NIL
-(-10 -8 (-15 -3836 (|#1| |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2026 (($ $) 10)) (-3836 (($ $ $) 8)) (-2775 (((-108) $ $) 6)) (-3826 (($ $ $) 9)))
-(((-607) (-131)) (T -607))
-((-2026 (*1 *1 *1) (-4 *1 (-607))) (-3826 (*1 *1 *1 *1) (-4 *1 (-607))) (-3836 (*1 *1 *1 *1) (-4 *1 (-607))))
-(-13 (-97) (-10 -8 (-15 -2026 ($ $)) (-15 -3826 ($ $ $)) (-15 -3836 ($ $ $))))
-(((-97) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 15)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-4066 ((|#1| $) 21)) (-3033 (($ $ $) NIL (|has| |#1| (-733)))) (-1609 (($ $ $) NIL (|has| |#1| (-733)))) (-1289 (((-1075) $) 46)) (-3993 (((-1039) $) NIL)) (-4080 ((|#3| $) 22)) (-4100 (((-798) $) 42)) (-3364 (($) 10 T CONST)) (-2830 (((-108) $ $) NIL (|has| |#1| (-733)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-733)))) (-2775 (((-108) $ $) 20)) (-2817 (((-108) $ $) NIL (|has| |#1| (-733)))) (-2795 (((-108) $ $) 24 (|has| |#1| (-733)))) (-2880 (($ $ |#3|) 34) (($ |#1| |#3|) 35)) (-2871 (($ $) 17) (($ $ $) NIL)) (-2860 (($ $ $) 27)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 30) (($ |#2| $) 32) (($ $ |#2|) NIL)))
-(((-608 |#1| |#2| |#3|) (-13 (-660 |#2|) (-10 -8 (IF (|has| |#1| (-733)) (-6 (-733)) |%noBranch|) (-15 -2880 ($ $ |#3|)) (-15 -2880 ($ |#1| |#3|)) (-15 -4066 (|#1| $)) (-15 -4080 (|#3| $)))) (-660 |#2|) (-160) (|SubsetCategory| (-669) |#2|)) (T -608))
-((-2880 (*1 *1 *1 *2) (-12 (-4 *4 (-160)) (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-660 *4)) (-4 *2 (|SubsetCategory| (-669) *4)))) (-2880 (*1 *1 *2 *3) (-12 (-4 *4 (-160)) (-5 *1 (-608 *2 *4 *3)) (-4 *2 (-660 *4)) (-4 *3 (|SubsetCategory| (-669) *4)))) (-4066 (*1 *2 *1) (-12 (-4 *3 (-160)) (-4 *2 (-660 *3)) (-5 *1 (-608 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-669) *3)))) (-4080 (*1 *2 *1) (-12 (-4 *4 (-160)) (-4 *2 (|SubsetCategory| (-669) *4)) (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-660 *4)))))
-(-13 (-660 |#2|) (-10 -8 (IF (|has| |#1| (-733)) (-6 (-733)) |%noBranch|) (-15 -2880 ($ $ |#3|)) (-15 -2880 ($ |#1| |#3|)) (-15 -4066 (|#1| $)) (-15 -4080 (|#3| $))))
-((-1297 (((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|)) 33)))
-(((-609 |#1|) (-10 -7 (-15 -1297 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|)))) (-844)) (T -609))
-((-1297 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 (-1088 *4))) (-5 *3 (-1088 *4)) (-4 *4 (-844)) (-5 *1 (-609 *4)))))
-(-10 -7 (-15 -1297 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2668 (((-592 |#1|) $) 82)) (-4107 (($ $ (-713)) 90)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3976 (((-1196 |#1| |#2|) (-1196 |#1| |#2|) $) 48)) (-1934 (((-3 (-617 |#1|) "failed") $) NIL)) (-4105 (((-617 |#1|) $) NIL)) (-1451 (($ $) 89)) (-4025 (((-713) $) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-2885 (($ (-617 |#1|) |#2|) 68)) (-4064 (($ $) 86)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-1225 (((-1196 |#1| |#2|) (-1196 |#1| |#2|) $) 47)) (-2669 (((-2 (|:| |k| (-617 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1418 (((-617 |#1|) $) NIL)) (-1430 ((|#2| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2825 (($ $ |#1| $) 30) (($ $ (-592 |#1|) (-592 $)) 32)) (-3529 (((-713) $) 88)) (-4114 (($ $ $) 20) (($ (-617 |#1|) (-617 |#1|)) 77) (($ (-617 |#1|) $) 75) (($ $ (-617 |#1|)) 76)) (-4100 (((-798) $) NIL) (($ |#1|) 74) (((-1187 |#1| |#2|) $) 58) (((-1196 |#1| |#2|) $) 41) (($ (-617 |#1|)) 25)) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-617 |#1|)) NIL)) (-2681 ((|#2| (-1196 |#1| |#2|) $) 43)) (-3364 (($) 23 T CONST)) (-3482 (((-592 (-2 (|:| |k| (-617 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1370 (((-3 $ "failed") (-1187 |#1| |#2|)) 60)) (-4200 (($ (-617 |#1|)) 14)) (-2775 (((-108) $ $) 44)) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $) 66) (($ $ $) NIL)) (-2860 (($ $ $) 29)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ |#2| $) 28) (($ $ |#2|) NIL) (($ |#2| (-617 |#1|)) NIL)))
-(((-610 |#1| |#2|) (-13 (-352 |#1| |#2|) (-360 |#2| (-617 |#1|)) (-10 -8 (-15 -1370 ((-3 $ "failed") (-1187 |#1| |#2|))) (-15 -4114 ($ (-617 |#1|) (-617 |#1|))) (-15 -4114 ($ (-617 |#1|) $)) (-15 -4114 ($ $ (-617 |#1|))))) (-789) (-160)) (T -610))
-((-1370 (*1 *1 *2) (|partial| -12 (-5 *2 (-1187 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)) (-5 *1 (-610 *3 *4)))) (-4114 (*1 *1 *2 *2) (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-5 *1 (-610 *3 *4)) (-4 *4 (-160)))) (-4114 (*1 *1 *2 *1) (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-5 *1 (-610 *3 *4)) (-4 *4 (-160)))) (-4114 (*1 *1 *1 *2) (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-5 *1 (-610 *3 *4)) (-4 *4 (-160)))))
-(-13 (-352 |#1| |#2|) (-360 |#2| (-617 |#1|)) (-10 -8 (-15 -1370 ((-3 $ "failed") (-1187 |#1| |#2|))) (-15 -4114 ($ (-617 |#1|) (-617 |#1|))) (-15 -4114 ($ (-617 |#1|) $)) (-15 -4114 ($ $ (-617 |#1|)))))
-((-2358 (((-108) $) NIL) (((-108) (-1 (-108) |#2| |#2|) $) 50)) (-2436 (($ $) NIL) (($ (-1 (-108) |#2| |#2|) $) 12)) (-3050 (($ (-1 (-108) |#2|) $) 28)) (-2670 (($ $) 56)) (-1793 (($ $) 64)) (-4205 (($ |#2| $) NIL) (($ (-1 (-108) |#2|) $) 37)) (-3504 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 51) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 53)) (-3856 (((-525) |#2| $ (-525)) 61) (((-525) |#2| $) NIL) (((-525) (-1 (-108) |#2|) $) 47)) (-3324 (($ (-713) |#2|) 54)) (-3269 (($ $ $) NIL) (($ (-1 (-108) |#2| |#2|) $ $) 30)) (-3212 (($ $ $) NIL) (($ (-1 (-108) |#2| |#2|) $ $) 24)) (-2016 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 55)) (-1522 (($ |#2|) 15)) (-3246 (($ $ $ (-525)) 36) (($ |#2| $ (-525)) 34)) (-4202 (((-3 |#2| "failed") (-1 (-108) |#2|) $) 46)) (-2818 (($ $ (-1141 (-525))) 44) (($ $ (-525)) 38)) (-3632 (($ $ $ (-525)) 60)) (-2503 (($ $) 58)) (-2795 (((-108) $ $) 66)))
-(((-611 |#1| |#2|) (-10 -8 (-15 -1522 (|#1| |#2|)) (-15 -2818 (|#1| |#1| (-525))) (-15 -2818 (|#1| |#1| (-1141 (-525)))) (-15 -4205 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -3246 (|#1| |#2| |#1| (-525))) (-15 -3246 (|#1| |#1| |#1| (-525))) (-15 -3269 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -3050 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4205 (|#1| |#2| |#1|)) (-15 -1793 (|#1| |#1|)) (-15 -3269 (|#1| |#1| |#1|)) (-15 -3212 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -2358 ((-108) (-1 (-108) |#2| |#2|) |#1|)) (-15 -3856 ((-525) (-1 (-108) |#2|) |#1|)) (-15 -3856 ((-525) |#2| |#1|)) (-15 -3856 ((-525) |#2| |#1| (-525))) (-15 -3212 (|#1| |#1| |#1|)) (-15 -2358 ((-108) |#1|)) (-15 -3632 (|#1| |#1| |#1| (-525))) (-15 -2670 (|#1| |#1|)) (-15 -2436 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -2436 (|#1| |#1|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -4202 ((-3 |#2| "failed") (-1 (-108) |#2|) |#1|)) (-15 -3324 (|#1| (-713) |#2|)) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2503 (|#1| |#1|))) (-612 |#2|) (-1128)) (T -611))
-NIL
-(-10 -8 (-15 -1522 (|#1| |#2|)) (-15 -2818 (|#1| |#1| (-525))) (-15 -2818 (|#1| |#1| (-1141 (-525)))) (-15 -4205 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -3246 (|#1| |#2| |#1| (-525))) (-15 -3246 (|#1| |#1| |#1| (-525))) (-15 -3269 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -3050 (|#1| (-1 (-108) |#2|) |#1|)) (-15 -4205 (|#1| |#2| |#1|)) (-15 -1793 (|#1| |#1|)) (-15 -3269 (|#1| |#1| |#1|)) (-15 -3212 (|#1| (-1 (-108) |#2| |#2|) |#1| |#1|)) (-15 -2358 ((-108) (-1 (-108) |#2| |#2|) |#1|)) (-15 -3856 ((-525) (-1 (-108) |#2|) |#1|)) (-15 -3856 ((-525) |#2| |#1|)) (-15 -3856 ((-525) |#2| |#1| (-525))) (-15 -3212 (|#1| |#1| |#1|)) (-15 -2358 ((-108) |#1|)) (-15 -3632 (|#1| |#1| |#1| (-525))) (-15 -2670 (|#1| |#1|)) (-15 -2436 (|#1| (-1 (-108) |#2| |#2|) |#1|)) (-15 -2436 (|#1| |#1|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -3504 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -4202 ((-3 |#2| "failed") (-1 (-108) |#2|) |#1|)) (-15 -3324 (|#1| (-713) |#2|)) (-15 -2016 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2503 (|#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-3979 (($ $) 67)) (-3289 (((-1179) $ (-525) (-525)) 97 (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) 52 (|has| $ (-6 -4260)))) (-2358 (((-108) $) 142 (|has| |#1| (-789))) (((-108) (-1 (-108) |#1| |#1|) $) 136)) (-2436 (($ $) 146 (-12 (|has| |#1| (-789)) (|has| $ (-6 -4260)))) (($ (-1 (-108) |#1| |#1|) $) 145 (|has| $ (-6 -4260)))) (-1842 (($ $) 141 (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $) 135)) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-3776 (($ $ $) 56 (|has| $ (-6 -4260)))) (-4193 ((|#1| $ |#1|) 54 (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) 58 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4260))) (($ $ "rest" $) 55 (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 117 (|has| $ (-6 -4260))) ((|#1| $ (-525) |#1|) 86 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-3050 (($ (-1 (-108) |#1|) $) 129)) (-2399 (($ (-1 (-108) |#1|) $) 102 (|has| $ (-6 -4259)))) (-2237 ((|#1| $) 66)) (-2475 (($) 7 T CONST)) (-2670 (($ $) 144 (|has| $ (-6 -4260)))) (-1652 (($ $) 134)) (-1659 (($ $) 73) (($ $ (-713)) 71)) (-1793 (($ $) 131 (|has| |#1| (-1020)))) (-1681 (($ $) 99 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ |#1| $) 130 (|has| |#1| (-1020))) (($ (-1 (-108) |#1|) $) 125)) (-2698 (($ (-1 (-108) |#1|) $) 103 (|has| $ (-6 -4259))) (($ |#1| $) 100 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3081 ((|#1| $ (-525) |#1|) 85 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 87)) (-3631 (((-108) $) 83)) (-3856 (((-525) |#1| $ (-525)) 139 (|has| |#1| (-1020))) (((-525) |#1| $) 138 (|has| |#1| (-1020))) (((-525) (-1 (-108) |#1|) $) 137)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-3324 (($ (-713) |#1|) 108)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 95 (|has| (-525) (-789)))) (-3033 (($ $ $) 147 (|has| |#1| (-789)))) (-3269 (($ $ $) 132 (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) 128)) (-3212 (($ $ $) 140 (|has| |#1| (-789))) (($ (-1 (-108) |#1| |#1|) $ $) 133)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 94 (|has| (-525) (-789)))) (-1609 (($ $ $) 148 (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-1522 (($ |#1|) 122)) (-4028 (((-108) $ (-713)) 10)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2718 ((|#1| $) 70) (($ $ (-713)) 68)) (-3246 (($ $ $ (-525)) 127) (($ |#1| $ (-525)) 126)) (-2594 (($ $ $ (-525)) 116) (($ |#1| $ (-525)) 115)) (-3177 (((-592 (-525)) $) 92)) (-3461 (((-108) (-525) $) 91)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 76) (($ $ (-713)) 74)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 106)) (-3453 (($ $ |#1|) 96 (|has| $ (-6 -4260)))) (-2476 (((-108) $) 84)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 93 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 90)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1141 (-525))) 112) ((|#1| $ (-525)) 89) ((|#1| $ (-525) |#1|) 88)) (-1707 (((-525) $ $) 44)) (-2818 (($ $ (-1141 (-525))) 124) (($ $ (-525)) 123)) (-2139 (($ $ (-1141 (-525))) 114) (($ $ (-525)) 113)) (-3953 (((-108) $) 46)) (-3675 (($ $) 62)) (-2789 (($ $) 59 (|has| $ (-6 -4260)))) (-4082 (((-713) $) 63)) (-3077 (($ $) 64)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3632 (($ $ $ (-525)) 143 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 98 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 107)) (-4190 (($ $ $) 61) (($ $ |#1|) 60)) (-2035 (($ $ $) 78) (($ |#1| $) 77) (($ (-592 $)) 110) (($ $ |#1|) 109)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) 150 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 151 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2817 (((-108) $ $) 149 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 152 (|has| |#1| (-789)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-612 |#1|) (-131) (-1128)) (T -612))
-((-1522 (*1 *1 *2) (-12 (-4 *1 (-612 *2)) (-4 *2 (-1128)))))
-(-13 (-1066 |t#1|) (-351 |t#1|) (-261 |t#1|) (-10 -8 (-15 -1522 ($ |t#1|))))
-(((-33) . T) ((-97) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-261 |#1|) . T) ((-351 |#1|) . T) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-789) |has| |#1| (-789)) ((-942 |#1|) . T) ((-1020) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-1066 |#1|) . T) ((-1128) . T) ((-1162 |#1|) . T))
-((-2496 (((-592 (-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|))))) (-592 (-592 |#1|)) (-592 (-1174 |#1|))) 22) (((-592 (-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|))))) (-632 |#1|) (-592 (-1174 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-592 (-592 |#1|)) (-1174 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-632 |#1|) (-1174 |#1|)) 14)) (-3085 (((-713) (-632 |#1|) (-1174 |#1|)) 30)) (-1270 (((-3 (-1174 |#1|) "failed") (-632 |#1|) (-1174 |#1|)) 24)) (-1810 (((-108) (-632 |#1|) (-1174 |#1|)) 27)))
-(((-613 |#1|) (-10 -7 (-15 -2496 ((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-632 |#1|) (-1174 |#1|))) (-15 -2496 ((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-592 (-592 |#1|)) (-1174 |#1|))) (-15 -2496 ((-592 (-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|))))) (-632 |#1|) (-592 (-1174 |#1|)))) (-15 -2496 ((-592 (-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|))))) (-592 (-592 |#1|)) (-592 (-1174 |#1|)))) (-15 -1270 ((-3 (-1174 |#1|) "failed") (-632 |#1|) (-1174 |#1|))) (-15 -1810 ((-108) (-632 |#1|) (-1174 |#1|))) (-15 -3085 ((-713) (-632 |#1|) (-1174 |#1|)))) (-341)) (T -613))
-((-3085 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *5)) (-5 *4 (-1174 *5)) (-4 *5 (-341)) (-5 *2 (-713)) (-5 *1 (-613 *5)))) (-1810 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *5)) (-5 *4 (-1174 *5)) (-4 *5 (-341)) (-5 *2 (-108)) (-5 *1 (-613 *5)))) (-1270 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1174 *4)) (-5 *3 (-632 *4)) (-4 *4 (-341)) (-5 *1 (-613 *4)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-592 *5))) (-4 *5 (-341)) (-5 *2 (-592 (-2 (|:| |particular| (-3 (-1174 *5) "failed")) (|:| -2103 (-592 (-1174 *5)))))) (-5 *1 (-613 *5)) (-5 *4 (-592 (-1174 *5))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *5)) (-4 *5 (-341)) (-5 *2 (-592 (-2 (|:| |particular| (-3 (-1174 *5) "failed")) (|:| -2103 (-592 (-1174 *5)))))) (-5 *1 (-613 *5)) (-5 *4 (-592 (-1174 *5))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-592 *5))) (-4 *5 (-341)) (-5 *2 (-2 (|:| |particular| (-3 (-1174 *5) "failed")) (|:| -2103 (-592 (-1174 *5))))) (-5 *1 (-613 *5)) (-5 *4 (-1174 *5)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| |particular| (-3 (-1174 *5) "failed")) (|:| -2103 (-592 (-1174 *5))))) (-5 *1 (-613 *5)) (-5 *4 (-1174 *5)))))
-(-10 -7 (-15 -2496 ((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-632 |#1|) (-1174 |#1|))) (-15 -2496 ((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-592 (-592 |#1|)) (-1174 |#1|))) (-15 -2496 ((-592 (-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|))))) (-632 |#1|) (-592 (-1174 |#1|)))) (-15 -2496 ((-592 (-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|))))) (-592 (-592 |#1|)) (-592 (-1174 |#1|)))) (-15 -1270 ((-3 (-1174 |#1|) "failed") (-632 |#1|) (-1174 |#1|))) (-15 -1810 ((-108) (-632 |#1|) (-1174 |#1|))) (-15 -3085 ((-713) (-632 |#1|) (-1174 |#1|))))
-((-2496 (((-592 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|)))) |#4| (-592 |#3|)) 47) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|))) |#4| |#3|) 45)) (-3085 (((-713) |#4| |#3|) 17)) (-1270 (((-3 |#3| "failed") |#4| |#3|) 20)) (-1810 (((-108) |#4| |#3|) 13)))
-(((-614 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2496 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|))) |#4| |#3|)) (-15 -2496 ((-592 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|)))) |#4| (-592 |#3|))) (-15 -1270 ((-3 |#3| "failed") |#4| |#3|)) (-15 -1810 ((-108) |#4| |#3|)) (-15 -3085 ((-713) |#4| |#3|))) (-341) (-13 (-351 |#1|) (-10 -7 (-6 -4260))) (-13 (-351 |#1|) (-10 -7 (-6 -4260))) (-630 |#1| |#2| |#3|)) (T -614))
-((-3085 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-5 *2 (-713)) (-5 *1 (-614 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4)))) (-1810 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-5 *2 (-108)) (-5 *1 (-614 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4)))) (-1270 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-341)) (-4 *5 (-13 (-351 *4) (-10 -7 (-6 -4260)))) (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260)))) (-5 *1 (-614 *4 *5 *2 *3)) (-4 *3 (-630 *4 *5 *2)))) (-2496 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-4 *7 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-5 *2 (-592 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -2103 (-592 *7))))) (-5 *1 (-614 *5 *6 *7 *3)) (-5 *4 (-592 *7)) (-4 *3 (-630 *5 *6 *7)))) (-2496 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-614 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4)))))
-(-10 -7 (-15 -2496 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|))) |#4| |#3|)) (-15 -2496 ((-592 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|)))) |#4| (-592 |#3|))) (-15 -1270 ((-3 |#3| "failed") |#4| |#3|)) (-15 -1810 ((-108) |#4| |#3|)) (-15 -3085 ((-713) |#4| |#3|)))
-((-3367 (((-2 (|:| |particular| (-3 (-1174 (-385 |#4|)) "failed")) (|:| -2103 (-592 (-1174 (-385 |#4|))))) (-592 |#4|) (-592 |#3|)) 45)))
-(((-615 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3367 ((-2 (|:| |particular| (-3 (-1174 (-385 |#4|)) "failed")) (|:| -2103 (-592 (-1174 (-385 |#4|))))) (-592 |#4|) (-592 |#3|)))) (-517) (-735) (-789) (-884 |#1| |#2| |#3|)) (T -615))
-((-3367 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *7)) (-4 *7 (-789)) (-4 *8 (-884 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-5 *2 (-2 (|:| |particular| (-3 (-1174 (-385 *8)) "failed")) (|:| -2103 (-592 (-1174 (-385 *8)))))) (-5 *1 (-615 *5 *6 *7 *8)))))
-(-10 -7 (-15 -3367 ((-2 (|:| |particular| (-3 (-1174 (-385 |#4|)) "failed")) (|:| -2103 (-592 (-1174 (-385 |#4|))))) (-592 |#4|) (-592 |#3|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1509 (((-3 $ "failed")) NIL (|has| |#2| (-517)))) (-2924 ((|#2| $) NIL)) (-2207 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3551 (((-1174 (-632 |#2|))) NIL) (((-1174 (-632 |#2|)) (-1174 $)) NIL)) (-2721 (((-108) $) NIL)) (-3651 (((-1174 $)) 37)) (-3779 (((-108) $ (-713)) NIL)) (-1232 (($ |#2|) NIL)) (-2475 (($) NIL T CONST)) (-3692 (($ $) NIL (|has| |#2| (-286)))) (-3209 (((-220 |#1| |#2|) $ (-525)) NIL)) (-3734 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (|has| |#2| (-517)))) (-2394 (((-3 $ "failed")) NIL (|has| |#2| (-517)))) (-2946 (((-632 |#2|)) NIL) (((-632 |#2|) (-1174 $)) NIL)) (-2126 ((|#2| $) NIL)) (-4187 (((-632 |#2|) $) NIL) (((-632 |#2|) $ (-1174 $)) NIL)) (-3322 (((-3 $ "failed") $) NIL (|has| |#2| (-517)))) (-3141 (((-1088 (-887 |#2|))) NIL (|has| |#2| (-341)))) (-1488 (($ $ (-856)) NIL)) (-3447 ((|#2| $) NIL)) (-4047 (((-1088 |#2|) $) NIL (|has| |#2| (-517)))) (-3411 ((|#2|) NIL) ((|#2| (-1174 $)) NIL)) (-1521 (((-1088 |#2|) $) NIL)) (-3838 (((-108)) NIL)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 |#2| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) ((|#2| $) NIL)) (-2580 (($ (-1174 |#2|)) NIL) (($ (-1174 |#2|) (-1174 $)) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3085 (((-713) $) NIL (|has| |#2| (-517))) (((-856)) 38)) (-3017 ((|#2| $ (-525) (-525)) NIL)) (-1822 (((-108)) NIL)) (-2156 (($ $ (-856)) NIL)) (-2175 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL)) (-3204 (((-713) $) NIL (|has| |#2| (-517)))) (-3261 (((-592 (-220 |#1| |#2|)) $) NIL (|has| |#2| (-517)))) (-2720 (((-713) $) NIL)) (-3387 (((-108)) NIL)) (-2731 (((-713) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-3239 ((|#2| $) NIL (|has| |#2| (-6 (-4261 "*"))))) (-2797 (((-525) $) NIL)) (-2307 (((-525) $) NIL)) (-2617 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-3194 (((-525) $) NIL)) (-3210 (((-525) $) NIL)) (-4054 (($ (-592 (-592 |#2|))) NIL)) (-3069 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2949 (((-592 (-592 |#2|)) $) NIL)) (-2634 (((-108)) NIL)) (-2936 (((-108)) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-2661 (((-3 (-2 (|:| |particular| $) (|:| -2103 (-592 $))) "failed")) NIL (|has| |#2| (-517)))) (-2542 (((-3 $ "failed")) NIL (|has| |#2| (-517)))) (-2713 (((-632 |#2|)) NIL) (((-632 |#2|) (-1174 $)) NIL)) (-3309 ((|#2| $) NIL)) (-2222 (((-632 |#2|) $) NIL) (((-632 |#2|) $ (-1174 $)) NIL)) (-3711 (((-3 $ "failed") $) NIL (|has| |#2| (-517)))) (-2056 (((-1088 (-887 |#2|))) NIL (|has| |#2| (-341)))) (-2486 (($ $ (-856)) NIL)) (-3714 ((|#2| $) NIL)) (-2357 (((-1088 |#2|) $) NIL (|has| |#2| (-517)))) (-2623 ((|#2|) NIL) ((|#2| (-1174 $)) NIL)) (-2673 (((-1088 |#2|) $) NIL)) (-3938 (((-108)) NIL)) (-1289 (((-1075) $) NIL)) (-1780 (((-108)) NIL)) (-1719 (((-108)) NIL)) (-2490 (((-108)) NIL)) (-1921 (((-3 $ "failed") $) NIL (|has| |#2| (-341)))) (-3993 (((-1039) $) NIL)) (-1539 (((-108)) NIL)) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517)))) (-1518 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ (-525) (-525) |#2|) NIL) ((|#2| $ (-525) (-525)) 22) ((|#2| $ (-525)) NIL)) (-2702 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $) NIL (|has| |#2| (-213)))) (-3450 ((|#2| $) NIL)) (-3525 (($ (-592 |#2|)) NIL)) (-3219 (((-108) $) NIL)) (-1695 (((-220 |#1| |#2|) $) NIL)) (-1796 ((|#2| $) NIL (|has| |#2| (-6 (-4261 "*"))))) (-4002 (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2503 (($ $) NIL)) (-2754 (((-632 |#2|) (-1174 $)) NIL) (((-1174 |#2|) $) NIL) (((-632 |#2|) (-1174 $) (-1174 $)) NIL) (((-1174 |#2|) $ (-1174 $)) 25)) (-2069 (($ (-1174 |#2|)) NIL) (((-1174 |#2|) $) NIL)) (-3600 (((-592 (-887 |#2|))) NIL) (((-592 (-887 |#2|)) (-1174 $)) NIL)) (-1242 (($ $ $) NIL)) (-1682 (((-108)) NIL)) (-1881 (((-220 |#1| |#2|) $ (-525)) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#2| (-968 (-385 (-525))))) (($ |#2|) NIL) (((-632 |#2|) $) NIL)) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) 36)) (-3974 (((-592 (-1174 |#2|))) NIL (|has| |#2| (-517)))) (-3133 (($ $ $ $) NIL)) (-1839 (((-108)) NIL)) (-1590 (($ (-632 |#2|) $) NIL)) (-2706 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-1245 (((-108) $) NIL)) (-4148 (($ $ $) NIL)) (-2453 (((-108)) NIL)) (-1569 (((-108)) NIL)) (-1886 (((-108)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $) NIL (|has| |#2| (-213)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#2| (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-220 |#1| |#2|) $ (-220 |#1| |#2|)) NIL) (((-220 |#1| |#2|) (-220 |#1| |#2|) $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-616 |#1| |#2|) (-13 (-1042 |#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) (-566 (-632 |#2|)) (-395 |#2|)) (-856) (-160)) (T -616))
-NIL
-(-13 (-1042 |#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) (-566 (-632 |#2|)) (-395 |#2|))
-((-4087 (((-108) $ $) NIL)) (-2668 (((-592 |#1|) $) NIL)) (-3446 (($ $) 52)) (-3278 (((-108) $) NIL)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1814 (((-3 $ "failed") (-761 |#1|)) 23)) (-4101 (((-108) (-761 |#1|)) 15)) (-2883 (($ (-761 |#1|)) 24)) (-3078 (((-108) $ $) 30)) (-4128 (((-856) $) 37)) (-3436 (($ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4201 (((-592 $) (-761 |#1|)) 17)) (-4100 (((-798) $) 43) (($ |#1|) 34) (((-761 |#1|) $) 39) (((-621 |#1|) $) 44)) (-2678 (((-57 (-592 $)) (-592 |#1|) (-856)) 57)) (-2781 (((-592 $) (-592 |#1|) (-856)) 60)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 53)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 38)))
-(((-617 |#1|) (-13 (-789) (-968 |#1|) (-10 -8 (-15 -3278 ((-108) $)) (-15 -3436 ($ $)) (-15 -3446 ($ $)) (-15 -4128 ((-856) $)) (-15 -3078 ((-108) $ $)) (-15 -4100 ((-761 |#1|) $)) (-15 -4100 ((-621 |#1|) $)) (-15 -4201 ((-592 $) (-761 |#1|))) (-15 -4101 ((-108) (-761 |#1|))) (-15 -2883 ($ (-761 |#1|))) (-15 -1814 ((-3 $ "failed") (-761 |#1|))) (-15 -2668 ((-592 |#1|) $)) (-15 -2678 ((-57 (-592 $)) (-592 |#1|) (-856))) (-15 -2781 ((-592 $) (-592 |#1|) (-856))))) (-789)) (T -617))
-((-3278 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-617 *3)) (-4 *3 (-789)))) (-3436 (*1 *1 *1) (-12 (-5 *1 (-617 *2)) (-4 *2 (-789)))) (-3446 (*1 *1 *1) (-12 (-5 *1 (-617 *2)) (-4 *2 (-789)))) (-4128 (*1 *2 *1) (-12 (-5 *2 (-856)) (-5 *1 (-617 *3)) (-4 *3 (-789)))) (-3078 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-617 *3)) (-4 *3 (-789)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-761 *3)) (-5 *1 (-617 *3)) (-4 *3 (-789)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-621 *3)) (-5 *1 (-617 *3)) (-4 *3 (-789)))) (-4201 (*1 *2 *3) (-12 (-5 *3 (-761 *4)) (-4 *4 (-789)) (-5 *2 (-592 (-617 *4))) (-5 *1 (-617 *4)))) (-4101 (*1 *2 *3) (-12 (-5 *3 (-761 *4)) (-4 *4 (-789)) (-5 *2 (-108)) (-5 *1 (-617 *4)))) (-2883 (*1 *1 *2) (-12 (-5 *2 (-761 *3)) (-4 *3 (-789)) (-5 *1 (-617 *3)))) (-1814 (*1 *1 *2) (|partial| -12 (-5 *2 (-761 *3)) (-4 *3 (-789)) (-5 *1 (-617 *3)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-617 *3)) (-4 *3 (-789)))) (-2678 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *5)) (-5 *4 (-856)) (-4 *5 (-789)) (-5 *2 (-57 (-592 (-617 *5)))) (-5 *1 (-617 *5)))) (-2781 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *5)) (-5 *4 (-856)) (-4 *5 (-789)) (-5 *2 (-592 (-617 *5))) (-5 *1 (-617 *5)))))
-(-13 (-789) (-968 |#1|) (-10 -8 (-15 -3278 ((-108) $)) (-15 -3436 ($ $)) (-15 -3446 ($ $)) (-15 -4128 ((-856) $)) (-15 -3078 ((-108) $ $)) (-15 -4100 ((-761 |#1|) $)) (-15 -4100 ((-621 |#1|) $)) (-15 -4201 ((-592 $) (-761 |#1|))) (-15 -4101 ((-108) (-761 |#1|))) (-15 -2883 ($ (-761 |#1|))) (-15 -1814 ((-3 $ "failed") (-761 |#1|))) (-15 -2668 ((-592 |#1|) $)) (-15 -2678 ((-57 (-592 $)) (-592 |#1|) (-856))) (-15 -2781 ((-592 $) (-592 |#1|) (-856)))))
-((-2219 ((|#2| $) 76)) (-3979 (($ $) 96)) (-3779 (((-108) $ (-713)) 26)) (-1659 (($ $) 85) (($ $ (-713)) 88)) (-3631 (((-108) $) 97)) (-3994 (((-592 $) $) 72)) (-3569 (((-108) $ $) 71)) (-2516 (((-108) $ (-713)) 24)) (-1732 (((-525) $) 46)) (-2231 (((-525) $) 45)) (-4028 (((-108) $ (-713)) 22)) (-3506 (((-108) $) 74)) (-2718 ((|#2| $) 89) (($ $ (-713)) 92)) (-2594 (($ $ $ (-525)) 62) (($ |#2| $ (-525)) 61)) (-3177 (((-592 (-525)) $) 44)) (-3461 (((-108) (-525) $) 42)) (-1647 ((|#2| $) NIL) (($ $ (-713)) 84)) (-1397 (($ $ (-525)) 100)) (-2476 (((-108) $) 99)) (-1518 (((-108) (-1 (-108) |#2|) $) 32)) (-1717 (((-592 |#2|) $) 33)) (-3431 ((|#2| $ "value") NIL) ((|#2| $ "first") 83) (($ $ "rest") 87) ((|#2| $ "last") 95) (($ $ (-1141 (-525))) 58) ((|#2| $ (-525)) 40) ((|#2| $ (-525) |#2|) 41)) (-1707 (((-525) $ $) 70)) (-2139 (($ $ (-1141 (-525))) 57) (($ $ (-525)) 51)) (-3953 (((-108) $) 66)) (-3675 (($ $) 81)) (-4082 (((-713) $) 80)) (-3077 (($ $) 79)) (-4114 (($ (-592 |#2|)) 37)) (-3926 (($ $) 101)) (-3576 (((-592 $) $) 69)) (-1791 (((-108) $ $) 68)) (-2706 (((-108) (-1 (-108) |#2|) $) 31)) (-2775 (((-108) $ $) 18)) (-2827 (((-713) $) 29)))
-(((-618 |#1| |#2|) (-10 -8 (-15 -3926 (|#1| |#1|)) (-15 -1397 (|#1| |#1| (-525))) (-15 -3631 ((-108) |#1|)) (-15 -2476 ((-108) |#1|)) (-15 -3431 (|#2| |#1| (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525))) (-15 -1717 ((-592 |#2|) |#1|)) (-15 -3461 ((-108) (-525) |#1|)) (-15 -3177 ((-592 (-525)) |#1|)) (-15 -2231 ((-525) |#1|)) (-15 -1732 ((-525) |#1|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -2139 (|#1| |#1| (-525))) (-15 -2139 (|#1| |#1| (-1141 (-525)))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -3675 (|#1| |#1|)) (-15 -4082 ((-713) |#1|)) (-15 -3077 (|#1| |#1|)) (-15 -3979 (|#1| |#1|)) (-15 -2718 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "last")) (-15 -2718 (|#2| |#1|)) (-15 -1659 (|#1| |#1| (-713))) (-15 -3431 (|#1| |#1| "rest")) (-15 -1659 (|#1| |#1|)) (-15 -1647 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "first")) (-15 -1647 (|#2| |#1|)) (-15 -3569 ((-108) |#1| |#1|)) (-15 -1791 ((-108) |#1| |#1|)) (-15 -1707 ((-525) |#1| |#1|)) (-15 -3953 ((-108) |#1|)) (-15 -3431 (|#2| |#1| "value")) (-15 -2219 (|#2| |#1|)) (-15 -3506 ((-108) |#1|)) (-15 -3994 ((-592 |#1|) |#1|)) (-15 -3576 ((-592 |#1|) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713)))) (-619 |#2|) (-1128)) (T -618))
-NIL
-(-10 -8 (-15 -3926 (|#1| |#1|)) (-15 -1397 (|#1| |#1| (-525))) (-15 -3631 ((-108) |#1|)) (-15 -2476 ((-108) |#1|)) (-15 -3431 (|#2| |#1| (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525))) (-15 -1717 ((-592 |#2|) |#1|)) (-15 -3461 ((-108) (-525) |#1|)) (-15 -3177 ((-592 (-525)) |#1|)) (-15 -2231 ((-525) |#1|)) (-15 -1732 ((-525) |#1|)) (-15 -4114 (|#1| (-592 |#2|))) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -2139 (|#1| |#1| (-525))) (-15 -2139 (|#1| |#1| (-1141 (-525)))) (-15 -2594 (|#1| |#2| |#1| (-525))) (-15 -2594 (|#1| |#1| |#1| (-525))) (-15 -3675 (|#1| |#1|)) (-15 -4082 ((-713) |#1|)) (-15 -3077 (|#1| |#1|)) (-15 -3979 (|#1| |#1|)) (-15 -2718 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "last")) (-15 -2718 (|#2| |#1|)) (-15 -1659 (|#1| |#1| (-713))) (-15 -3431 (|#1| |#1| "rest")) (-15 -1659 (|#1| |#1|)) (-15 -1647 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "first")) (-15 -1647 (|#2| |#1|)) (-15 -3569 ((-108) |#1| |#1|)) (-15 -1791 ((-108) |#1| |#1|)) (-15 -1707 ((-525) |#1| |#1|)) (-15 -3953 ((-108) |#1|)) (-15 -3431 (|#2| |#1| "value")) (-15 -2219 (|#2| |#1|)) (-15 -3506 ((-108) |#1|)) (-15 -3994 ((-592 |#1|) |#1|)) (-15 -3576 ((-592 |#1|) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -1518 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#2|) |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-3979 (($ $) 67)) (-3289 (((-1179) $ (-525) (-525)) 97 (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) 52 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-3776 (($ $ $) 56 (|has| $ (-6 -4260)))) (-4193 ((|#1| $ |#1|) 54 (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) 58 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4260))) (($ $ "rest" $) 55 (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 117 (|has| $ (-6 -4260))) ((|#1| $ (-525) |#1|) 86 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 102)) (-2237 ((|#1| $) 66)) (-2475 (($) 7 T CONST)) (-4034 (($ $) 124)) (-1659 (($ $) 73) (($ $ (-713)) 71)) (-1681 (($ $) 99 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#1| $) 100 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 103)) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3081 ((|#1| $ (-525) |#1|) 85 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 87)) (-3631 (((-108) $) 83)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-1955 (((-713) $) 123)) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-3324 (($ (-713) |#1|) 108)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 95 (|has| (-525) (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 94 (|has| (-525) (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-4028 (((-108) $ (-713)) 10)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-2802 (($ $) 126)) (-1859 (((-108) $) 127)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2718 ((|#1| $) 70) (($ $ (-713)) 68)) (-2594 (($ $ $ (-525)) 116) (($ |#1| $ (-525)) 115)) (-3177 (((-592 (-525)) $) 92)) (-3461 (((-108) (-525) $) 91)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1511 ((|#1| $) 125)) (-1647 ((|#1| $) 76) (($ $ (-713)) 74)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 106)) (-3453 (($ $ |#1|) 96 (|has| $ (-6 -4260)))) (-1397 (($ $ (-525)) 122)) (-2476 (((-108) $) 84)) (-3859 (((-108) $) 128)) (-1774 (((-108) $) 129)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 93 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 90)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1141 (-525))) 112) ((|#1| $ (-525)) 89) ((|#1| $ (-525) |#1|) 88)) (-1707 (((-525) $ $) 44)) (-2139 (($ $ (-1141 (-525))) 114) (($ $ (-525)) 113)) (-3953 (((-108) $) 46)) (-3675 (($ $) 62)) (-2789 (($ $) 59 (|has| $ (-6 -4260)))) (-4082 (((-713) $) 63)) (-3077 (($ $) 64)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 98 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 107)) (-4190 (($ $ $) 61 (|has| $ (-6 -4260))) (($ $ |#1|) 60 (|has| $ (-6 -4260)))) (-2035 (($ $ $) 78) (($ |#1| $) 77) (($ (-592 $)) 110) (($ $ |#1|) 109)) (-3926 (($ $) 121)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-619 |#1|) (-131) (-1128)) (T -619))
-((-2698 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-619 *3)) (-4 *3 (-1128)))) (-2399 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-619 *3)) (-4 *3 (-1128)))) (-1774 (*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))) (-3859 (*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))) (-1859 (*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))) (-2802 (*1 *1 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128)))) (-1511 (*1 *2 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128)))) (-4034 (*1 *1 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128)))) (-1955 (*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))) (-1397 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-619 *3)) (-4 *3 (-1128)))) (-3926 (*1 *1 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128)))))
-(-13 (-1066 |t#1|) (-10 -8 (-15 -2698 ($ (-1 (-108) |t#1|) $)) (-15 -2399 ($ (-1 (-108) |t#1|) $)) (-15 -1774 ((-108) $)) (-15 -3859 ((-108) $)) (-15 -1859 ((-108) $)) (-15 -2802 ($ $)) (-15 -1511 (|t#1| $)) (-15 -4034 ($ $)) (-15 -1955 ((-713) $)) (-15 -1397 ($ $ (-525))) (-15 -3926 ($ $))))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-942 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1066 |#1|) . T) ((-1128) . T) ((-1162 |#1|) . T))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3095 (($ (-713) (-713) (-713)) 35 (|has| |#1| (-977)))) (-3779 (((-108) $ (-713)) NIL)) (-1377 ((|#1| $ (-713) (-713) (-713) |#1|) 29)) (-2475 (($) NIL T CONST)) (-2800 (($ $ $) 39 (|has| |#1| (-977)))) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2334 (((-1174 (-713)) $) 11)) (-1646 (($ (-1092) $ $) 24)) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2386 (($ (-713)) 37 (|has| |#1| (-977)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-713) (-713) (-713)) 27)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4114 (($ (-592 (-592 (-592 |#1|)))) 46)) (-4100 (($ (-892 (-892 (-892 |#1|)))) 17) (((-892 (-892 (-892 |#1|))) $) 14) (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-620 |#1|) (-13 (-464 |#1|) (-10 -8 (IF (|has| |#1| (-977)) (PROGN (-15 -3095 ($ (-713) (-713) (-713))) (-15 -2386 ($ (-713))) (-15 -2800 ($ $ $))) |%noBranch|) (-15 -4114 ($ (-592 (-592 (-592 |#1|))))) (-15 -3431 (|#1| $ (-713) (-713) (-713))) (-15 -1377 (|#1| $ (-713) (-713) (-713) |#1|)) (-15 -4100 ($ (-892 (-892 (-892 |#1|))))) (-15 -4100 ((-892 (-892 (-892 |#1|))) $)) (-15 -1646 ($ (-1092) $ $)) (-15 -2334 ((-1174 (-713)) $)))) (-1020)) (T -620))
-((-3095 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-713)) (-5 *1 (-620 *3)) (-4 *3 (-977)) (-4 *3 (-1020)))) (-2386 (*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-620 *3)) (-4 *3 (-977)) (-4 *3 (-1020)))) (-2800 (*1 *1 *1 *1) (-12 (-5 *1 (-620 *2)) (-4 *2 (-977)) (-4 *2 (-1020)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-592 *3)))) (-4 *3 (-1020)) (-5 *1 (-620 *3)))) (-3431 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-713)) (-5 *1 (-620 *2)) (-4 *2 (-1020)))) (-1377 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-620 *2)) (-4 *2 (-1020)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-892 (-892 (-892 *3)))) (-4 *3 (-1020)) (-5 *1 (-620 *3)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-892 (-892 (-892 *3)))) (-5 *1 (-620 *3)) (-4 *3 (-1020)))) (-1646 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-620 *3)) (-4 *3 (-1020)))) (-2334 (*1 *2 *1) (-12 (-5 *2 (-1174 (-713))) (-5 *1 (-620 *3)) (-4 *3 (-1020)))))
-(-13 (-464 |#1|) (-10 -8 (IF (|has| |#1| (-977)) (PROGN (-15 -3095 ($ (-713) (-713) (-713))) (-15 -2386 ($ (-713))) (-15 -2800 ($ $ $))) |%noBranch|) (-15 -4114 ($ (-592 (-592 (-592 |#1|))))) (-15 -3431 (|#1| $ (-713) (-713) (-713))) (-15 -1377 (|#1| $ (-713) (-713) (-713) |#1|)) (-15 -4100 ($ (-892 (-892 (-892 |#1|))))) (-15 -4100 ((-892 (-892 (-892 |#1|))) $)) (-15 -1646 ($ (-1092) $ $)) (-15 -2334 ((-1174 (-713)) $))))
-((-4087 (((-108) $ $) NIL)) (-2668 (((-592 |#1|) $) 14)) (-3446 (($ $) 18)) (-3278 (((-108) $) 19)) (-1934 (((-3 |#1| "failed") $) 22)) (-4105 ((|#1| $) 20)) (-1659 (($ $) 36)) (-4064 (($ $) 24)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-3078 (((-108) $ $) 42)) (-4128 (((-856) $) 38)) (-3436 (($ $) 17)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 ((|#1| $) 35)) (-4100 (((-798) $) 31) (($ |#1|) 23) (((-761 |#1|) $) 27)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 12)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 40)) (* (($ $ $) 34)))
-(((-621 |#1|) (-13 (-789) (-968 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -4100 ((-761 |#1|) $)) (-15 -1647 (|#1| $)) (-15 -3436 ($ $)) (-15 -4128 ((-856) $)) (-15 -3078 ((-108) $ $)) (-15 -4064 ($ $)) (-15 -1659 ($ $)) (-15 -3278 ((-108) $)) (-15 -3446 ($ $)) (-15 -2668 ((-592 |#1|) $)))) (-789)) (T -621))
-((* (*1 *1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-761 *3)) (-5 *1 (-621 *3)) (-4 *3 (-789)))) (-1647 (*1 *2 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789)))) (-3436 (*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789)))) (-4128 (*1 *2 *1) (-12 (-5 *2 (-856)) (-5 *1 (-621 *3)) (-4 *3 (-789)))) (-3078 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-621 *3)) (-4 *3 (-789)))) (-4064 (*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789)))) (-1659 (*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789)))) (-3278 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-621 *3)) (-4 *3 (-789)))) (-3446 (*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-621 *3)) (-4 *3 (-789)))))
-(-13 (-789) (-968 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -4100 ((-761 |#1|) $)) (-15 -1647 (|#1| $)) (-15 -3436 ($ $)) (-15 -4128 ((-856) $)) (-15 -3078 ((-108) $ $)) (-15 -4064 ($ $)) (-15 -1659 ($ $)) (-15 -3278 ((-108) $)) (-15 -3446 ($ $)) (-15 -2668 ((-592 |#1|) $))))
-((-1328 ((|#1| (-1 |#1| (-713) |#1|) (-713) |#1|) 11)) (-1548 ((|#1| (-1 |#1| |#1|) (-713) |#1|) 9)))
-(((-622 |#1|) (-10 -7 (-15 -1548 (|#1| (-1 |#1| |#1|) (-713) |#1|)) (-15 -1328 (|#1| (-1 |#1| (-713) |#1|) (-713) |#1|))) (-1020)) (T -622))
-((-1328 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-713) *2)) (-5 *4 (-713)) (-4 *2 (-1020)) (-5 *1 (-622 *2)))) (-1548 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-713)) (-4 *2 (-1020)) (-5 *1 (-622 *2)))))
-(-10 -7 (-15 -1548 (|#1| (-1 |#1| |#1|) (-713) |#1|)) (-15 -1328 (|#1| (-1 |#1| (-713) |#1|) (-713) |#1|)))
-((-1554 ((|#2| |#1| |#2|) 9)) (-1542 ((|#1| |#1| |#2|) 8)))
-(((-623 |#1| |#2|) (-10 -7 (-15 -1542 (|#1| |#1| |#2|)) (-15 -1554 (|#2| |#1| |#2|))) (-1020) (-1020)) (T -623))
-((-1554 (*1 *2 *3 *2) (-12 (-5 *1 (-623 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))) (-1542 (*1 *2 *2 *3) (-12 (-5 *1 (-623 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
-(-10 -7 (-15 -1542 (|#1| |#1| |#2|)) (-15 -1554 (|#2| |#1| |#2|)))
-((-1293 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
-(((-624 |#1| |#2| |#3|) (-10 -7 (-15 -1293 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1020) (-1020) (-1020)) (T -624))
-((-1293 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)) (-5 *1 (-624 *5 *6 *2)))))
-(-10 -7 (-15 -1293 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
-((-1328 (((-1 |#1| (-713) |#1|) (-1 |#1| (-713) |#1|)) 23)) (-3297 (((-1 |#1|) |#1|) 8)) (-1466 ((|#1| |#1|) 16)) (-2644 (((-592 |#1|) (-1 (-592 |#1|) (-592 |#1|)) (-525)) 15) ((|#1| (-1 |#1| |#1|)) 11)) (-4100 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-713)) 20)))
-(((-625 |#1|) (-10 -7 (-15 -3297 ((-1 |#1|) |#1|)) (-15 -4100 ((-1 |#1|) |#1|)) (-15 -2644 (|#1| (-1 |#1| |#1|))) (-15 -2644 ((-592 |#1|) (-1 (-592 |#1|) (-592 |#1|)) (-525))) (-15 -1466 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-713))) (-15 -1328 ((-1 |#1| (-713) |#1|) (-1 |#1| (-713) |#1|)))) (-1020)) (T -625))
-((-1328 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-713) *3)) (-4 *3 (-1020)) (-5 *1 (-625 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-713)) (-4 *4 (-1020)) (-5 *1 (-625 *4)))) (-1466 (*1 *2 *2) (-12 (-5 *1 (-625 *2)) (-4 *2 (-1020)))) (-2644 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-592 *5) (-592 *5))) (-5 *4 (-525)) (-5 *2 (-592 *5)) (-5 *1 (-625 *5)) (-4 *5 (-1020)))) (-2644 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-625 *2)) (-4 *2 (-1020)))) (-4100 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-625 *3)) (-4 *3 (-1020)))) (-3297 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-625 *3)) (-4 *3 (-1020)))))
-(-10 -7 (-15 -3297 ((-1 |#1|) |#1|)) (-15 -4100 ((-1 |#1|) |#1|)) (-15 -2644 (|#1| (-1 |#1| |#1|))) (-15 -2644 ((-592 |#1|) (-1 (-592 |#1|) (-592 |#1|)) (-525))) (-15 -1466 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-713))) (-15 -1328 ((-1 |#1| (-713) |#1|) (-1 |#1| (-713) |#1|))))
-((-3983 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-2512 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-2247 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-2518 (((-1 |#2| |#1|) |#2|) 11)))
-(((-626 |#1| |#2|) (-10 -7 (-15 -2518 ((-1 |#2| |#1|) |#2|)) (-15 -2512 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2247 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3983 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1020) (-1020)) (T -626))
-((-3983 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-5 *2 (-1 *5 *4)) (-5 *1 (-626 *4 *5)))) (-2247 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1020)) (-5 *2 (-1 *5 *4)) (-5 *1 (-626 *4 *5)) (-4 *4 (-1020)))) (-2512 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-5 *2 (-1 *5)) (-5 *1 (-626 *4 *5)))) (-2518 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-626 *4 *3)) (-4 *4 (-1020)) (-4 *3 (-1020)))))
-(-10 -7 (-15 -2518 ((-1 |#2| |#1|) |#2|)) (-15 -2512 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2247 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3983 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
-((-4147 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-3217 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-3760 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-3310 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-2810 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
-(((-627 |#1| |#2| |#3|) (-10 -7 (-15 -3217 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3760 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3310 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -2810 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4147 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1020) (-1020) (-1020)) (T -627))
-((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-1 *7 *5)) (-5 *1 (-627 *5 *6 *7)))) (-4147 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-627 *4 *5 *6)))) (-2810 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-627 *4 *5 *6)) (-4 *4 (-1020)))) (-3310 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1020)) (-4 *6 (-1020)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-627 *4 *5 *6)) (-4 *5 (-1020)))) (-3760 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *2 (-1 *6 *5)) (-5 *1 (-627 *4 *5 *6)))) (-3217 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1020)) (-4 *4 (-1020)) (-4 *6 (-1020)) (-5 *2 (-1 *6 *5)) (-5 *1 (-627 *5 *4 *6)))))
-(-10 -7 (-15 -3217 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -3760 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -3310 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -2810 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4147 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
-((-3504 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-2016 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
-(((-628 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -2016 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2016 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3504 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-977) (-351 |#1|) (-351 |#1|) (-630 |#1| |#2| |#3|) (-977) (-351 |#5|) (-351 |#5|) (-630 |#5| |#6| |#7|)) (T -628))
-((-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-977)) (-4 *2 (-977)) (-4 *6 (-351 *5)) (-4 *7 (-351 *5)) (-4 *8 (-351 *2)) (-4 *9 (-351 *2)) (-5 *1 (-628 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-630 *5 *6 *7)) (-4 *10 (-630 *2 *8 *9)))) (-2016 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-977)) (-4 *8 (-977)) (-4 *6 (-351 *5)) (-4 *7 (-351 *5)) (-4 *2 (-630 *8 *9 *10)) (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-630 *5 *6 *7)) (-4 *9 (-351 *8)) (-4 *10 (-351 *8)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-977)) (-4 *8 (-977)) (-4 *6 (-351 *5)) (-4 *7 (-351 *5)) (-4 *2 (-630 *8 *9 *10)) (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-630 *5 *6 *7)) (-4 *9 (-351 *8)) (-4 *10 (-351 *8)))))
-(-10 -7 (-15 -2016 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -2016 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -3504 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
-((-1221 (($ (-713) (-713)) 33)) (-2659 (($ $ $) 56)) (-1730 (($ |#3|) 52) (($ $) 53)) (-2207 (((-108) $) 28)) (-2968 (($ $ (-525) (-525)) 58)) (-3904 (($ $ (-525) (-525)) 59)) (-1550 (($ $ (-525) (-525) (-525) (-525)) 63)) (-3263 (($ $) 54)) (-2721 (((-108) $) 14)) (-3614 (($ $ (-525) (-525) $) 64)) (-1233 ((|#2| $ (-525) (-525) |#2|) NIL) (($ $ (-592 (-525)) (-592 (-525)) $) 62)) (-1232 (($ (-713) |#2|) 39)) (-4054 (($ (-592 (-592 |#2|))) 37)) (-2949 (((-592 (-592 |#2|)) $) 57)) (-2847 (($ $ $) 55)) (-1311 (((-3 $ "failed") $ |#2|) 91)) (-3431 ((|#2| $ (-525) (-525)) NIL) ((|#2| $ (-525) (-525) |#2|) NIL) (($ $ (-592 (-525)) (-592 (-525))) 61)) (-3525 (($ (-592 |#2|)) 40) (($ (-592 $)) 42)) (-3219 (((-108) $) 24)) (-4100 (($ |#4|) 47) (((-798) $) NIL)) (-1245 (((-108) $) 30)) (-2880 (($ $ |#2|) 93)) (-2871 (($ $ $) 68) (($ $) 71)) (-2860 (($ $ $) 66)) (** (($ $ (-713)) 80) (($ $ (-525)) 96)) (* (($ $ $) 77) (($ |#2| $) 73) (($ $ |#2|) 74) (($ (-525) $) 76) ((|#4| $ |#4|) 84) ((|#3| |#3| $) 88)))
-(((-629 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4100 ((-798) |#1|)) (-15 ** (|#1| |#1| (-525))) (-15 -2880 (|#1| |#1| |#2|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-713))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -3614 (|#1| |#1| (-525) (-525) |#1|)) (-15 -1550 (|#1| |#1| (-525) (-525) (-525) (-525))) (-15 -3904 (|#1| |#1| (-525) (-525))) (-15 -2968 (|#1| |#1| (-525) (-525))) (-15 -1233 (|#1| |#1| (-592 (-525)) (-592 (-525)) |#1|)) (-15 -3431 (|#1| |#1| (-592 (-525)) (-592 (-525)))) (-15 -2949 ((-592 (-592 |#2|)) |#1|)) (-15 -2659 (|#1| |#1| |#1|)) (-15 -2847 (|#1| |#1| |#1|)) (-15 -3263 (|#1| |#1|)) (-15 -1730 (|#1| |#1|)) (-15 -1730 (|#1| |#3|)) (-15 -4100 (|#1| |#4|)) (-15 -3525 (|#1| (-592 |#1|))) (-15 -3525 (|#1| (-592 |#2|))) (-15 -1232 (|#1| (-713) |#2|)) (-15 -4054 (|#1| (-592 (-592 |#2|)))) (-15 -1221 (|#1| (-713) (-713))) (-15 -1245 ((-108) |#1|)) (-15 -2207 ((-108) |#1|)) (-15 -3219 ((-108) |#1|)) (-15 -2721 ((-108) |#1|)) (-15 -1233 (|#2| |#1| (-525) (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) (-525)))) (-630 |#2| |#3| |#4|) (-977) (-351 |#2|) (-351 |#2|)) (T -629))
-NIL
-(-10 -8 (-15 -4100 ((-798) |#1|)) (-15 ** (|#1| |#1| (-525))) (-15 -2880 (|#1| |#1| |#2|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-713))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -3614 (|#1| |#1| (-525) (-525) |#1|)) (-15 -1550 (|#1| |#1| (-525) (-525) (-525) (-525))) (-15 -3904 (|#1| |#1| (-525) (-525))) (-15 -2968 (|#1| |#1| (-525) (-525))) (-15 -1233 (|#1| |#1| (-592 (-525)) (-592 (-525)) |#1|)) (-15 -3431 (|#1| |#1| (-592 (-525)) (-592 (-525)))) (-15 -2949 ((-592 (-592 |#2|)) |#1|)) (-15 -2659 (|#1| |#1| |#1|)) (-15 -2847 (|#1| |#1| |#1|)) (-15 -3263 (|#1| |#1|)) (-15 -1730 (|#1| |#1|)) (-15 -1730 (|#1| |#3|)) (-15 -4100 (|#1| |#4|)) (-15 -3525 (|#1| (-592 |#1|))) (-15 -3525 (|#1| (-592 |#2|))) (-15 -1232 (|#1| (-713) |#2|)) (-15 -4054 (|#1| (-592 (-592 |#2|)))) (-15 -1221 (|#1| (-713) (-713))) (-15 -1245 ((-108) |#1|)) (-15 -2207 ((-108) |#1|)) (-15 -3219 ((-108) |#1|)) (-15 -2721 ((-108) |#1|)) (-15 -1233 (|#2| |#1| (-525) (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) (-525))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-1221 (($ (-713) (-713)) 97)) (-2659 (($ $ $) 87)) (-1730 (($ |#2|) 91) (($ $) 90)) (-2207 (((-108) $) 99)) (-2968 (($ $ (-525) (-525)) 83)) (-3904 (($ $ (-525) (-525)) 82)) (-1550 (($ $ (-525) (-525) (-525) (-525)) 81)) (-3263 (($ $) 89)) (-2721 (((-108) $) 101)) (-3779 (((-108) $ (-713)) 8)) (-3614 (($ $ (-525) (-525) $) 80)) (-1233 ((|#1| $ (-525) (-525) |#1|) 44) (($ $ (-592 (-525)) (-592 (-525)) $) 84)) (-2695 (($ $ (-525) |#2|) 42)) (-1773 (($ $ (-525) |#3|) 41)) (-1232 (($ (-713) |#1|) 95)) (-2475 (($) 7 T CONST)) (-3692 (($ $) 67 (|has| |#1| (-286)))) (-3209 ((|#2| $ (-525)) 46)) (-3085 (((-713) $) 66 (|has| |#1| (-517)))) (-3081 ((|#1| $ (-525) (-525) |#1|) 43)) (-3017 ((|#1| $ (-525) (-525)) 48)) (-2175 (((-592 |#1|) $) 30)) (-3204 (((-713) $) 65 (|has| |#1| (-517)))) (-3261 (((-592 |#3|) $) 64 (|has| |#1| (-517)))) (-2720 (((-713) $) 51)) (-3324 (($ (-713) (-713) |#1|) 57)) (-2731 (((-713) $) 50)) (-2516 (((-108) $ (-713)) 9)) (-3239 ((|#1| $) 62 (|has| |#1| (-6 (-4261 "*"))))) (-2797 (((-525) $) 55)) (-2307 (((-525) $) 53)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3194 (((-525) $) 54)) (-3210 (((-525) $) 52)) (-4054 (($ (-592 (-592 |#1|))) 96)) (-3069 (($ (-1 |#1| |#1|) $) 34)) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-2949 (((-592 (-592 |#1|)) $) 86)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-1921 (((-3 $ "failed") $) 61 (|has| |#1| (-341)))) (-2847 (($ $ $) 88)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) 56)) (-1311 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-517)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) (-525)) 49) ((|#1| $ (-525) (-525) |#1|) 47) (($ $ (-592 (-525)) (-592 (-525))) 85)) (-3525 (($ (-592 |#1|)) 94) (($ (-592 $)) 93)) (-3219 (((-108) $) 100)) (-1796 ((|#1| $) 63 (|has| |#1| (-6 (-4261 "*"))))) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-1881 ((|#3| $ (-525)) 45)) (-4100 (($ |#3|) 92) (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-1245 (((-108) $) 98)) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2880 (($ $ |#1|) 68 (|has| |#1| (-341)))) (-2871 (($ $ $) 78) (($ $) 77)) (-2860 (($ $ $) 79)) (** (($ $ (-713)) 70) (($ $ (-525)) 60 (|has| |#1| (-341)))) (* (($ $ $) 76) (($ |#1| $) 75) (($ $ |#1|) 74) (($ (-525) $) 73) ((|#3| $ |#3|) 72) ((|#2| |#2| $) 71)) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-630 |#1| |#2| |#3|) (-131) (-977) (-351 |t#1|) (-351 |t#1|)) (T -630))
-((-2721 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-108)))) (-3219 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-108)))) (-2207 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-108)))) (-1245 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-108)))) (-1221 (*1 *1 *2 *2) (-12 (-5 *2 (-713)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-4054 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-1232 (*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-3525 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-3525 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *2)) (-4 *4 (-351 *3)) (-4 *2 (-351 *3)))) (-1730 (*1 *1 *2) (-12 (-4 *3 (-977)) (-4 *1 (-630 *3 *2 *4)) (-4 *2 (-351 *3)) (-4 *4 (-351 *3)))) (-1730 (*1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (-3263 (*1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (-2847 (*1 *1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (-2659 (*1 *1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (-2949 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-592 (-592 *3))))) (-3431 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-592 (-525))) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-1233 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-592 (-525))) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-2968 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-3904 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-1550 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-3614 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-2860 (*1 *1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (-2871 (*1 *1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (-2871 (*1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-630 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *2 (-351 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-630 *3 *2 *4)) (-4 *3 (-977)) (-4 *2 (-351 *3)) (-4 *4 (-351 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))) (-1311 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (-4 *2 (-517)))) (-2880 (*1 *1 *1 *2) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (-4 *2 (-341)))) (-3692 (*1 *1 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (-4 *2 (-286)))) (-3085 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-4 *3 (-517)) (-5 *2 (-713)))) (-3204 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-4 *3 (-517)) (-5 *2 (-713)))) (-3261 (*1 *2 *1) (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-4 *3 (-517)) (-5 *2 (-592 *5)))) (-1796 (*1 *2 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977)))) (-3239 (*1 *2 *1) (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977)))) (-1921 (*1 *1 *1) (|partial| -12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (-4 *2 (-341)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-4 *3 (-341)))))
-(-13 (-55 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4260) (-6 -4259) (-15 -2721 ((-108) $)) (-15 -3219 ((-108) $)) (-15 -2207 ((-108) $)) (-15 -1245 ((-108) $)) (-15 -1221 ($ (-713) (-713))) (-15 -4054 ($ (-592 (-592 |t#1|)))) (-15 -1232 ($ (-713) |t#1|)) (-15 -3525 ($ (-592 |t#1|))) (-15 -3525 ($ (-592 $))) (-15 -4100 ($ |t#3|)) (-15 -1730 ($ |t#2|)) (-15 -1730 ($ $)) (-15 -3263 ($ $)) (-15 -2847 ($ $ $)) (-15 -2659 ($ $ $)) (-15 -2949 ((-592 (-592 |t#1|)) $)) (-15 -3431 ($ $ (-592 (-525)) (-592 (-525)))) (-15 -1233 ($ $ (-592 (-525)) (-592 (-525)) $)) (-15 -2968 ($ $ (-525) (-525))) (-15 -3904 ($ $ (-525) (-525))) (-15 -1550 ($ $ (-525) (-525) (-525) (-525))) (-15 -3614 ($ $ (-525) (-525) $)) (-15 -2860 ($ $ $)) (-15 -2871 ($ $ $)) (-15 -2871 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-525) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-713))) (IF (|has| |t#1| (-517)) (-15 -1311 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-341)) (-15 -2880 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-286)) (-15 -3692 ($ $)) |%noBranch|) (IF (|has| |t#1| (-517)) (PROGN (-15 -3085 ((-713) $)) (-15 -3204 ((-713) $)) (-15 -3261 ((-592 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4261 "*"))) (PROGN (-15 -1796 (|t#1| $)) (-15 -3239 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-341)) (PROGN (-15 -1921 ((-3 $ "failed") $)) (-15 ** ($ $ (-525)))) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-55 |#1| |#2| |#3|) . T) ((-1128) . T))
-((-3692 ((|#4| |#4|) 72 (|has| |#1| (-286)))) (-3085 (((-713) |#4|) 99 (|has| |#1| (-517)))) (-3204 (((-713) |#4|) 76 (|has| |#1| (-517)))) (-3261 (((-592 |#3|) |#4|) 83 (|has| |#1| (-517)))) (-2324 (((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|) 111 (|has| |#1| (-286)))) (-3239 ((|#1| |#4|) 35)) (-3603 (((-3 |#4| "failed") |#4|) 64 (|has| |#1| (-517)))) (-1921 (((-3 |#4| "failed") |#4|) 80 (|has| |#1| (-341)))) (-2666 ((|#4| |#4|) 68 (|has| |#1| (-517)))) (-2529 ((|#4| |#4| |#1| (-525) (-525)) 43)) (-2604 ((|#4| |#4| (-525) (-525)) 38)) (-3705 ((|#4| |#4| |#1| (-525) (-525)) 48)) (-1796 ((|#1| |#4|) 78)) (-2799 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 69 (|has| |#1| (-517)))))
-(((-631 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1796 (|#1| |#4|)) (-15 -3239 (|#1| |#4|)) (-15 -2604 (|#4| |#4| (-525) (-525))) (-15 -2529 (|#4| |#4| |#1| (-525) (-525))) (-15 -3705 (|#4| |#4| |#1| (-525) (-525))) (IF (|has| |#1| (-517)) (PROGN (-15 -3085 ((-713) |#4|)) (-15 -3204 ((-713) |#4|)) (-15 -3261 ((-592 |#3|) |#4|)) (-15 -2666 (|#4| |#4|)) (-15 -3603 ((-3 |#4| "failed") |#4|)) (-15 -2799 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-286)) (PROGN (-15 -3692 (|#4| |#4|)) (-15 -2324 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-341)) (-15 -1921 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-160) (-351 |#1|) (-351 |#1|) (-630 |#1| |#2| |#3|)) (T -631))
-((-1921 (*1 *2 *2) (|partial| -12 (-4 *3 (-341)) (-4 *3 (-160)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-2324 (*1 *2 *3 *3) (-12 (-4 *3 (-286)) (-4 *3 (-160)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-631 *3 *4 *5 *6)) (-4 *6 (-630 *3 *4 *5)))) (-3692 (*1 *2 *2) (-12 (-4 *3 (-286)) (-4 *3 (-160)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-2799 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-631 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-3603 (*1 *2 *2) (|partial| -12 (-4 *3 (-517)) (-4 *3 (-160)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-2666 (*1 *2 *2) (-12 (-4 *3 (-517)) (-4 *3 (-160)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-3261 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-592 *6)) (-5 *1 (-631 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-3204 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-713)) (-5 *1 (-631 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-3085 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-713)) (-5 *1 (-631 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-3705 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-525)) (-4 *3 (-160)) (-4 *5 (-351 *3)) (-4 *6 (-351 *3)) (-5 *1 (-631 *3 *5 *6 *2)) (-4 *2 (-630 *3 *5 *6)))) (-2529 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-525)) (-4 *3 (-160)) (-4 *5 (-351 *3)) (-4 *6 (-351 *3)) (-5 *1 (-631 *3 *5 *6 *2)) (-4 *2 (-630 *3 *5 *6)))) (-2604 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-525)) (-4 *4 (-160)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *1 (-631 *4 *5 *6 *2)) (-4 *2 (-630 *4 *5 *6)))) (-3239 (*1 *2 *3) (-12 (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-160)) (-5 *1 (-631 *2 *4 *5 *3)) (-4 *3 (-630 *2 *4 *5)))) (-1796 (*1 *2 *3) (-12 (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-160)) (-5 *1 (-631 *2 *4 *5 *3)) (-4 *3 (-630 *2 *4 *5)))))
-(-10 -7 (-15 -1796 (|#1| |#4|)) (-15 -3239 (|#1| |#4|)) (-15 -2604 (|#4| |#4| (-525) (-525))) (-15 -2529 (|#4| |#4| |#1| (-525) (-525))) (-15 -3705 (|#4| |#4| |#1| (-525) (-525))) (IF (|has| |#1| (-517)) (PROGN (-15 -3085 ((-713) |#4|)) (-15 -3204 ((-713) |#4|)) (-15 -3261 ((-592 |#3|) |#4|)) (-15 -2666 (|#4| |#4|)) (-15 -3603 ((-3 |#4| "failed") |#4|)) (-15 -2799 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-286)) (PROGN (-15 -3692 (|#4| |#4|)) (-15 -2324 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-341)) (-15 -1921 ((-3 |#4| "failed") |#4|)) |%noBranch|))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1221 (($ (-713) (-713)) 47)) (-2659 (($ $ $) NIL)) (-1730 (($ (-1174 |#1|)) NIL) (($ $) NIL)) (-2207 (((-108) $) NIL)) (-2968 (($ $ (-525) (-525)) 12)) (-3904 (($ $ (-525) (-525)) NIL)) (-1550 (($ $ (-525) (-525) (-525) (-525)) NIL)) (-3263 (($ $) NIL)) (-2721 (((-108) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-3614 (($ $ (-525) (-525) $) NIL)) (-1233 ((|#1| $ (-525) (-525) |#1|) NIL) (($ $ (-592 (-525)) (-592 (-525)) $) NIL)) (-2695 (($ $ (-525) (-1174 |#1|)) NIL)) (-1773 (($ $ (-525) (-1174 |#1|)) NIL)) (-1232 (($ (-713) |#1|) 22)) (-2475 (($) NIL T CONST)) (-3692 (($ $) 31 (|has| |#1| (-286)))) (-3209 (((-1174 |#1|) $ (-525)) NIL)) (-3085 (((-713) $) 33 (|has| |#1| (-517)))) (-3081 ((|#1| $ (-525) (-525) |#1|) 51)) (-3017 ((|#1| $ (-525) (-525)) NIL)) (-2175 (((-592 |#1|) $) NIL)) (-3204 (((-713) $) 35 (|has| |#1| (-517)))) (-3261 (((-592 (-1174 |#1|)) $) 38 (|has| |#1| (-517)))) (-2720 (((-713) $) 20)) (-3324 (($ (-713) (-713) |#1|) 16)) (-2731 (((-713) $) 21)) (-2516 (((-108) $ (-713)) NIL)) (-3239 ((|#1| $) 29 (|has| |#1| (-6 (-4261 "*"))))) (-2797 (((-525) $) 9)) (-2307 (((-525) $) 10)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3194 (((-525) $) 11)) (-3210 (((-525) $) 48)) (-4054 (($ (-592 (-592 |#1|))) NIL)) (-3069 (($ (-1 |#1| |#1|) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2949 (((-592 (-592 |#1|)) $) 60)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-1921 (((-3 $ "failed") $) 45 (|has| |#1| (-341)))) (-2847 (($ $ $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3453 (($ $ |#1|) NIL)) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) (-525)) NIL) ((|#1| $ (-525) (-525) |#1|) NIL) (($ $ (-592 (-525)) (-592 (-525))) NIL)) (-3525 (($ (-592 |#1|)) NIL) (($ (-592 $)) NIL) (($ (-1174 |#1|)) 52)) (-3219 (((-108) $) NIL)) (-1796 ((|#1| $) 27 (|has| |#1| (-6 (-4261 "*"))))) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-2069 (((-501) $) 64 (|has| |#1| (-567 (-501))))) (-1881 (((-1174 |#1|) $ (-525)) NIL)) (-4100 (($ (-1174 |#1|)) NIL) (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-1245 (((-108) $) NIL)) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $ $) NIL) (($ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) 23) (($ $ (-525)) 46 (|has| |#1| (-341)))) (* (($ $ $) 13) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-525) $) NIL) (((-1174 |#1|) $ (-1174 |#1|)) NIL) (((-1174 |#1|) (-1174 |#1|) $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-632 |#1|) (-13 (-630 |#1| (-1174 |#1|) (-1174 |#1|)) (-10 -8 (-15 -3525 ($ (-1174 |#1|))) (IF (|has| |#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |#1| (-341)) (-15 -1921 ((-3 $ "failed") $)) |%noBranch|))) (-977)) (T -632))
-((-1921 (*1 *1 *1) (|partial| -12 (-5 *1 (-632 *2)) (-4 *2 (-341)) (-4 *2 (-977)))) (-3525 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-977)) (-5 *1 (-632 *3)))))
-(-13 (-630 |#1| (-1174 |#1|) (-1174 |#1|)) (-10 -8 (-15 -3525 ($ (-1174 |#1|))) (IF (|has| |#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |#1| (-341)) (-15 -1921 ((-3 $ "failed") $)) |%noBranch|)))
-((-1953 (((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|)) 25)) (-3547 (((-632 |#1|) (-632 |#1|) (-632 |#1|) |#1|) 21)) (-4175 (((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|) (-713)) 26)) (-3009 (((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|)) 14)) (-2258 (((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|)) 18) (((-632 |#1|) (-632 |#1|) (-632 |#1|)) 16)) (-1269 (((-632 |#1|) (-632 |#1|) |#1| (-632 |#1|)) 20)) (-3286 (((-632 |#1|) (-632 |#1|) (-632 |#1|)) 12)) (** (((-632 |#1|) (-632 |#1|) (-713)) 30)))
-(((-633 |#1|) (-10 -7 (-15 -3286 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -3009 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -2258 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -2258 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -1269 ((-632 |#1|) (-632 |#1|) |#1| (-632 |#1|))) (-15 -3547 ((-632 |#1|) (-632 |#1|) (-632 |#1|) |#1|)) (-15 -1953 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -4175 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|) (-713))) (-15 ** ((-632 |#1|) (-632 |#1|) (-713)))) (-977)) (T -633))
-((** (*1 *2 *2 *3) (-12 (-5 *2 (-632 *4)) (-5 *3 (-713)) (-4 *4 (-977)) (-5 *1 (-633 *4)))) (-4175 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-632 *4)) (-5 *3 (-713)) (-4 *4 (-977)) (-5 *1 (-633 *4)))) (-1953 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))) (-3547 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))) (-1269 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))) (-2258 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))) (-2258 (*1 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))) (-3009 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))) (-3286 (*1 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))))
-(-10 -7 (-15 -3286 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -3009 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -2258 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -2258 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -1269 ((-632 |#1|) (-632 |#1|) |#1| (-632 |#1|))) (-15 -3547 ((-632 |#1|) (-632 |#1|) (-632 |#1|) |#1|)) (-15 -1953 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -4175 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|) (-632 |#1|) (-713))) (-15 ** ((-632 |#1|) (-632 |#1|) (-713))))
-((-4140 ((|#2| |#2| |#4|) 25)) (-1334 (((-632 |#2|) |#3| |#4|) 31)) (-4226 (((-632 |#2|) |#2| |#4|) 30)) (-3780 (((-1174 |#2|) |#2| |#4|) 16)) (-1945 ((|#2| |#3| |#4|) 24)) (-3193 (((-632 |#2|) |#3| |#4| (-713) (-713)) 38)) (-3948 (((-632 |#2|) |#2| |#4| (-713)) 37)))
-(((-634 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3780 ((-1174 |#2|) |#2| |#4|)) (-15 -1945 (|#2| |#3| |#4|)) (-15 -4140 (|#2| |#2| |#4|)) (-15 -4226 ((-632 |#2|) |#2| |#4|)) (-15 -3948 ((-632 |#2|) |#2| |#4| (-713))) (-15 -1334 ((-632 |#2|) |#3| |#4|)) (-15 -3193 ((-632 |#2|) |#3| |#4| (-713) (-713)))) (-1020) (-835 |#1|) (-351 |#2|) (-13 (-351 |#1|) (-10 -7 (-6 -4259)))) (T -634))
-((-3193 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-713)) (-4 *6 (-1020)) (-4 *7 (-835 *6)) (-5 *2 (-632 *7)) (-5 *1 (-634 *6 *7 *3 *4)) (-4 *3 (-351 *7)) (-4 *4 (-13 (-351 *6) (-10 -7 (-6 -4259)))))) (-1334 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-4 *6 (-835 *5)) (-5 *2 (-632 *6)) (-5 *1 (-634 *5 *6 *3 *4)) (-4 *3 (-351 *6)) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))) (-3948 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-713)) (-4 *6 (-1020)) (-4 *3 (-835 *6)) (-5 *2 (-632 *3)) (-5 *1 (-634 *6 *3 *7 *4)) (-4 *7 (-351 *3)) (-4 *4 (-13 (-351 *6) (-10 -7 (-6 -4259)))))) (-4226 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-4 *3 (-835 *5)) (-5 *2 (-632 *3)) (-5 *1 (-634 *5 *3 *6 *4)) (-4 *6 (-351 *3)) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))) (-4140 (*1 *2 *2 *3) (-12 (-4 *4 (-1020)) (-4 *2 (-835 *4)) (-5 *1 (-634 *4 *2 *5 *3)) (-4 *5 (-351 *2)) (-4 *3 (-13 (-351 *4) (-10 -7 (-6 -4259)))))) (-1945 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-4 *2 (-835 *5)) (-5 *1 (-634 *5 *2 *3 *4)) (-4 *3 (-351 *2)) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))) (-3780 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-4 *3 (-835 *5)) (-5 *2 (-1174 *3)) (-5 *1 (-634 *5 *3 *6 *4)) (-4 *6 (-351 *3)) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))))
-(-10 -7 (-15 -3780 ((-1174 |#2|) |#2| |#4|)) (-15 -1945 (|#2| |#3| |#4|)) (-15 -4140 (|#2| |#2| |#4|)) (-15 -4226 ((-632 |#2|) |#2| |#4|)) (-15 -3948 ((-632 |#2|) |#2| |#4| (-713))) (-15 -1334 ((-632 |#2|) |#3| |#4|)) (-15 -3193 ((-632 |#2|) |#3| |#4| (-713) (-713))))
-((-3999 (((-2 (|:| |num| (-632 |#1|)) (|:| |den| |#1|)) (-632 |#2|)) 20)) (-2618 ((|#1| (-632 |#2|)) 9)) (-2360 (((-632 |#1|) (-632 |#2|)) 18)))
-(((-635 |#1| |#2|) (-10 -7 (-15 -2618 (|#1| (-632 |#2|))) (-15 -2360 ((-632 |#1|) (-632 |#2|))) (-15 -3999 ((-2 (|:| |num| (-632 |#1|)) (|:| |den| |#1|)) (-632 |#2|)))) (-517) (-925 |#1|)) (T -635))
-((-3999 (*1 *2 *3) (-12 (-5 *3 (-632 *5)) (-4 *5 (-925 *4)) (-4 *4 (-517)) (-5 *2 (-2 (|:| |num| (-632 *4)) (|:| |den| *4))) (-5 *1 (-635 *4 *5)))) (-2360 (*1 *2 *3) (-12 (-5 *3 (-632 *5)) (-4 *5 (-925 *4)) (-4 *4 (-517)) (-5 *2 (-632 *4)) (-5 *1 (-635 *4 *5)))) (-2618 (*1 *2 *3) (-12 (-5 *3 (-632 *4)) (-4 *4 (-925 *2)) (-4 *2 (-517)) (-5 *1 (-635 *2 *4)))))
-(-10 -7 (-15 -2618 (|#1| (-632 |#2|))) (-15 -2360 ((-632 |#1|) (-632 |#2|))) (-15 -3999 ((-2 (|:| |num| (-632 |#1|)) (|:| |den| |#1|)) (-632 |#2|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3855 (((-632 (-641))) NIL) (((-632 (-641)) (-1174 $)) NIL)) (-2924 (((-641) $) NIL)) (-1803 (($ $) NIL (|has| (-641) (-1114)))) (-3659 (($ $) NIL (|has| (-641) (-1114)))) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| (-641) (-327)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-641) (-286)) (|has| (-641) (-844))))) (-4195 (($ $) NIL (-2067 (-12 (|has| (-641) (-286)) (|has| (-641) (-844))) (|has| (-641) (-341))))) (-3586 (((-396 $) $) NIL (-2067 (-12 (|has| (-641) (-286)) (|has| (-641) (-844))) (|has| (-641) (-341))))) (-4211 (($ $) NIL (-12 (|has| (-641) (-934)) (|has| (-641) (-1114))))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-641) (-286)) (|has| (-641) (-844))))) (-1507 (((-108) $ $) NIL (|has| (-641) (-286)))) (-1613 (((-713)) NIL (|has| (-641) (-346)))) (-1781 (($ $) NIL (|has| (-641) (-1114)))) (-3638 (($ $) NIL (|has| (-641) (-1114)))) (-1828 (($ $) NIL (|has| (-641) (-1114)))) (-3698 (($ $) NIL (|has| (-641) (-1114)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-641) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-641) (-968 (-385 (-525)))))) (-4105 (((-525) $) NIL) (((-641) $) NIL) (((-385 (-525)) $) NIL (|has| (-641) (-968 (-385 (-525)))))) (-2580 (($ (-1174 (-641))) NIL) (($ (-1174 (-641)) (-1174 $)) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-641) (-327)))) (-1356 (($ $ $) NIL (|has| (-641) (-286)))) (-1588 (((-632 (-641)) $) NIL) (((-632 (-641)) $ (-1174 $)) NIL)) (-3090 (((-632 (-641)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-641))) (|:| |vec| (-1174 (-641)))) (-632 $) (-1174 $)) NIL) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-641) (-588 (-525)))) (((-632 (-525)) (-632 $)) NIL (|has| (-641) (-588 (-525))))) (-3504 (((-3 $ "failed") (-385 (-1088 (-641)))) NIL (|has| (-641) (-341))) (($ (-1088 (-641))) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-4220 (((-641) $) 29)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL (|has| (-641) (-510)))) (-1417 (((-108) $) NIL (|has| (-641) (-510)))) (-1367 (((-385 (-525)) $) NIL (|has| (-641) (-510)))) (-3085 (((-856)) NIL)) (-1903 (($) NIL (|has| (-641) (-346)))) (-1332 (($ $ $) NIL (|has| (-641) (-286)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| (-641) (-286)))) (-3932 (($) NIL (|has| (-641) (-327)))) (-3920 (((-108) $) NIL (|has| (-641) (-327)))) (-1339 (($ $) NIL (|has| (-641) (-327))) (($ $ (-713)) NIL (|has| (-641) (-327)))) (-1798 (((-108) $) NIL (-2067 (-12 (|has| (-641) (-286)) (|has| (-641) (-844))) (|has| (-641) (-341))))) (-3861 (((-2 (|:| |r| (-641)) (|:| |phi| (-641))) $) NIL (-12 (|has| (-641) (-986)) (|has| (-641) (-1114))))) (-4106 (($) NIL (|has| (-641) (-1114)))) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-641) (-821 (-357)))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-641) (-821 (-525))))) (-4000 (((-775 (-856)) $) NIL (|has| (-641) (-327))) (((-856) $) NIL (|has| (-641) (-327)))) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (-12 (|has| (-641) (-934)) (|has| (-641) (-1114))))) (-2704 (((-641) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| (-641) (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| (-641) (-286)))) (-2021 (((-1088 (-641)) $) NIL (|has| (-641) (-341)))) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2016 (($ (-1 (-641) (-641)) $) NIL)) (-3685 (((-856) $) NIL (|has| (-641) (-346)))) (-2533 (($ $) NIL (|has| (-641) (-1114)))) (-3492 (((-1088 (-641)) $) NIL)) (-2739 (($ (-592 $)) NIL (|has| (-641) (-286))) (($ $ $) NIL (|has| (-641) (-286)))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| (-641) (-341)))) (-2948 (($) NIL (|has| (-641) (-327)) CONST)) (-1722 (($ (-856)) NIL (|has| (-641) (-346)))) (-1409 (($) NIL)) (-4233 (((-641) $) 31)) (-3993 (((-1039) $) NIL)) (-3817 (($) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| (-641) (-286)))) (-2772 (($ (-592 $)) NIL (|has| (-641) (-286))) (($ $ $) NIL (|has| (-641) (-286)))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| (-641) (-327)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-641) (-286)) (|has| (-641) (-844))))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-641) (-286)) (|has| (-641) (-844))))) (-4201 (((-396 $) $) NIL (-2067 (-12 (|has| (-641) (-286)) (|has| (-641) (-844))) (|has| (-641) (-341))))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-641) (-286))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| (-641) (-286)))) (-1311 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-641)) NIL (|has| (-641) (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| (-641) (-286)))) (-1618 (($ $) NIL (|has| (-641) (-1114)))) (-2825 (($ $ (-1092) (-641)) NIL (|has| (-641) (-486 (-1092) (-641)))) (($ $ (-592 (-1092)) (-592 (-641))) NIL (|has| (-641) (-486 (-1092) (-641)))) (($ $ (-592 (-273 (-641)))) NIL (|has| (-641) (-288 (-641)))) (($ $ (-273 (-641))) NIL (|has| (-641) (-288 (-641)))) (($ $ (-641) (-641)) NIL (|has| (-641) (-288 (-641)))) (($ $ (-592 (-641)) (-592 (-641))) NIL (|has| (-641) (-288 (-641))))) (-1927 (((-713) $) NIL (|has| (-641) (-286)))) (-3431 (($ $ (-641)) NIL (|has| (-641) (-265 (-641) (-641))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| (-641) (-286)))) (-4115 (((-641)) NIL) (((-641) (-1174 $)) NIL)) (-2043 (((-3 (-713) "failed") $ $) NIL (|has| (-641) (-327))) (((-713) $) NIL (|has| (-641) (-327)))) (-2702 (($ $ (-1 (-641) (-641))) NIL) (($ $ (-1 (-641) (-641)) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-1092)) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-713)) NIL (|has| (-641) (-213))) (($ $) NIL (|has| (-641) (-213)))) (-2897 (((-632 (-641)) (-1174 $) (-1 (-641) (-641))) NIL (|has| (-641) (-341)))) (-2013 (((-1088 (-641))) NIL)) (-1841 (($ $) NIL (|has| (-641) (-1114)))) (-3798 (($ $) NIL (|has| (-641) (-1114)))) (-3823 (($) NIL (|has| (-641) (-327)))) (-1816 (($ $) NIL (|has| (-641) (-1114)))) (-3678 (($ $) NIL (|has| (-641) (-1114)))) (-1792 (($ $) NIL (|has| (-641) (-1114)))) (-3649 (($ $) NIL (|has| (-641) (-1114)))) (-2754 (((-632 (-641)) (-1174 $)) NIL) (((-1174 (-641)) $) NIL) (((-632 (-641)) (-1174 $) (-1174 $)) NIL) (((-1174 (-641)) $ (-1174 $)) NIL)) (-2069 (((-501) $) NIL (|has| (-641) (-567 (-501)))) (((-157 (-205)) $) NIL (|has| (-641) (-953))) (((-157 (-357)) $) NIL (|has| (-641) (-953))) (((-827 (-357)) $) NIL (|has| (-641) (-567 (-827 (-357))))) (((-827 (-525)) $) NIL (|has| (-641) (-567 (-827 (-525))))) (($ (-1088 (-641))) NIL) (((-1088 (-641)) $) NIL) (($ (-1174 (-641))) NIL) (((-1174 (-641)) $) NIL)) (-3055 (($ $) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-2067 (-12 (|has| (-641) (-286)) (|has| $ (-136)) (|has| (-641) (-844))) (|has| (-641) (-327))))) (-1496 (($ (-641) (-641)) 12)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-525)) NIL) (($ (-641)) NIL) (($ (-157 (-357))) 13) (($ (-157 (-525))) 19) (($ (-157 (-641))) 28) (($ (-157 (-643))) 25) (((-157 (-357)) $) 33) (($ (-385 (-525))) NIL (-2067 (|has| (-641) (-968 (-385 (-525)))) (|has| (-641) (-341))))) (-1463 (($ $) NIL (|has| (-641) (-327))) (((-3 $ "failed") $) NIL (-2067 (-12 (|has| (-641) (-286)) (|has| $ (-136)) (|has| (-641) (-844))) (|has| (-641) (-136))))) (-3153 (((-1088 (-641)) $) NIL)) (-2448 (((-713)) NIL)) (-2103 (((-1174 $)) NIL)) (-1876 (($ $) NIL (|has| (-641) (-1114)))) (-3853 (($ $) NIL (|has| (-641) (-1114)))) (-1571 (((-108) $ $) NIL)) (-1853 (($ $) NIL (|has| (-641) (-1114)))) (-3808 (($ $) NIL (|has| (-641) (-1114)))) (-1902 (($ $) NIL (|has| (-641) (-1114)))) (-1760 (($ $) NIL (|has| (-641) (-1114)))) (-2136 (((-641) $) NIL (|has| (-641) (-1114)))) (-3135 (($ $) NIL (|has| (-641) (-1114)))) (-1770 (($ $) NIL (|has| (-641) (-1114)))) (-1891 (($ $) NIL (|has| (-641) (-1114)))) (-1748 (($ $) NIL (|has| (-641) (-1114)))) (-1866 (($ $) NIL (|has| (-641) (-1114)))) (-3820 (($ $) NIL (|has| (-641) (-1114)))) (-2380 (($ $) NIL (|has| (-641) (-986)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| (-641) (-341)))) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-1 (-641) (-641))) NIL) (($ $ (-1 (-641) (-641)) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-1092)) NIL (|has| (-641) (-835 (-1092)))) (($ $ (-713)) NIL (|has| (-641) (-213))) (($ $) NIL (|has| (-641) (-213)))) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL (|has| (-641) (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ $) NIL (|has| (-641) (-1114))) (($ $ (-385 (-525))) NIL (-12 (|has| (-641) (-934)) (|has| (-641) (-1114)))) (($ $ (-525)) NIL (|has| (-641) (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ (-641) $) NIL) (($ $ (-641)) NIL) (($ (-385 (-525)) $) NIL (|has| (-641) (-341))) (($ $ (-385 (-525))) NIL (|has| (-641) (-341)))))
-(((-636) (-13 (-365) (-154 (-641)) (-10 -8 (-15 -4100 ($ (-157 (-357)))) (-15 -4100 ($ (-157 (-525)))) (-15 -4100 ($ (-157 (-641)))) (-15 -4100 ($ (-157 (-643)))) (-15 -4100 ((-157 (-357)) $))))) (T -636))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-157 (-357))) (-5 *1 (-636)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-157 (-525))) (-5 *1 (-636)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-157 (-641))) (-5 *1 (-636)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-157 (-643))) (-5 *1 (-636)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-157 (-357))) (-5 *1 (-636)))))
-(-13 (-365) (-154 (-641)) (-10 -8 (-15 -4100 ($ (-157 (-357)))) (-15 -4100 ($ (-157 (-525)))) (-15 -4100 ($ (-157 (-641)))) (-15 -4100 ($ (-157 (-643)))) (-15 -4100 ((-157 (-357)) $))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-3050 (($ (-1 (-108) |#1|) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1793 (($ $) 62)) (-1681 (($ $) 58 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ |#1| $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 46 (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) 57 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 54 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40) (($ |#1| $ (-713)) 63)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 51)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2605 (((-592 (-2 (|:| -3448 |#1|) (|:| -4002 (-713)))) $) 61)) (-2637 (($) 49) (($ (-592 |#1|)) 48)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 50)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-637 |#1|) (-131) (-1020)) (T -637))
-((-3246 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-637 *2)) (-4 *2 (-1020)))) (-1793 (*1 *1 *1) (-12 (-4 *1 (-637 *2)) (-4 *2 (-1020)))) (-2605 (*1 *2 *1) (-12 (-4 *1 (-637 *3)) (-4 *3 (-1020)) (-5 *2 (-592 (-2 (|:| -3448 *3) (|:| -4002 (-713))))))))
-(-13 (-215 |t#1|) (-10 -8 (-15 -3246 ($ |t#1| $ (-713))) (-15 -1793 ($ $)) (-15 -2605 ((-592 (-2 (|:| -3448 |t#1|) (|:| -4002 (-713)))) $))))
-(((-33) . T) ((-102 |#1|) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-215 |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-3679 (((-592 |#1|) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))) (-525)) 47)) (-3756 ((|#1| |#1| (-525)) 46)) (-2772 ((|#1| |#1| |#1| (-525)) 36)) (-4201 (((-592 |#1|) |#1| (-525)) 39)) (-1665 ((|#1| |#1| (-525) |#1| (-525)) 32)) (-4102 (((-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))) |#1| (-525)) 45)))
-(((-638 |#1|) (-10 -7 (-15 -2772 (|#1| |#1| |#1| (-525))) (-15 -3756 (|#1| |#1| (-525))) (-15 -4201 ((-592 |#1|) |#1| (-525))) (-15 -4102 ((-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))) |#1| (-525))) (-15 -3679 ((-592 |#1|) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))) (-525))) (-15 -1665 (|#1| |#1| (-525) |#1| (-525)))) (-1150 (-525))) (T -638))
-((-1665 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-638 *2)) (-4 *2 (-1150 *3)))) (-3679 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-2 (|:| -4201 *5) (|:| -3529 (-525))))) (-5 *4 (-525)) (-4 *5 (-1150 *4)) (-5 *2 (-592 *5)) (-5 *1 (-638 *5)))) (-4102 (*1 *2 *3 *4) (-12 (-5 *4 (-525)) (-5 *2 (-592 (-2 (|:| -4201 *3) (|:| -3529 *4)))) (-5 *1 (-638 *3)) (-4 *3 (-1150 *4)))) (-4201 (*1 *2 *3 *4) (-12 (-5 *4 (-525)) (-5 *2 (-592 *3)) (-5 *1 (-638 *3)) (-4 *3 (-1150 *4)))) (-3756 (*1 *2 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-638 *2)) (-4 *2 (-1150 *3)))) (-2772 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-638 *2)) (-4 *2 (-1150 *3)))))
-(-10 -7 (-15 -2772 (|#1| |#1| |#1| (-525))) (-15 -3756 (|#1| |#1| (-525))) (-15 -4201 ((-592 |#1|) |#1| (-525))) (-15 -4102 ((-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))) |#1| (-525))) (-15 -3679 ((-592 |#1|) (-592 (-2 (|:| -4201 |#1|) (|:| -3529 (-525)))) (-525))) (-15 -1665 (|#1| |#1| (-525) |#1| (-525))))
-((-2444 (((-1 (-878 (-205)) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205) (-205))) 17)) (-3748 (((-1052 (-205)) (-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-592 (-242))) 40) (((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-592 (-242))) 42) (((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-3 (-1 (-205) (-205) (-205) (-205)) "undefined") (-1015 (-205)) (-1015 (-205)) (-592 (-242))) 44)) (-3174 (((-1052 (-205)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-592 (-242))) NIL)) (-4014 (((-1052 (-205)) (-1 (-205) (-205) (-205)) (-3 (-1 (-205) (-205) (-205) (-205)) "undefined") (-1015 (-205)) (-1015 (-205)) (-592 (-242))) 45)))
-(((-639) (-10 -7 (-15 -3748 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-3 (-1 (-205) (-205) (-205) (-205)) "undefined") (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -3748 ((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -3748 ((-1052 (-205)) (-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -4014 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-3 (-1 (-205) (-205) (-205) (-205)) "undefined") (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -3174 ((-1052 (-205)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -2444 ((-1 (-878 (-205)) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205) (-205)))))) (T -639))
-((-2444 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1 (-205) (-205) (-205) (-205))) (-5 *2 (-1 (-878 (-205)) (-205) (-205))) (-5 *1 (-639)))) (-3174 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205))) (-5 *5 (-1015 (-205))) (-5 *6 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-639)))) (-4014 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-3 (-1 (-205) (-205) (-205) (-205)) "undefined")) (-5 *5 (-1015 (-205))) (-5 *6 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-639)))) (-3748 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1052 (-205))) (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-205))) (-5 *5 (-592 (-242))) (-5 *1 (-639)))) (-3748 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-205))) (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-639)))) (-3748 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-3 (-1 (-205) (-205) (-205) (-205)) "undefined")) (-5 *5 (-1015 (-205))) (-5 *6 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-639)))))
-(-10 -7 (-15 -3748 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-3 (-1 (-205) (-205) (-205) (-205)) "undefined") (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -3748 ((-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -3748 ((-1052 (-205)) (-1052 (-205)) (-1 (-878 (-205)) (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -4014 ((-1052 (-205)) (-1 (-205) (-205) (-205)) (-3 (-1 (-205) (-205) (-205) (-205)) "undefined") (-1015 (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -3174 ((-1052 (-205)) (-294 (-525)) (-294 (-525)) (-294 (-525)) (-1 (-205) (-205)) (-1015 (-205)) (-592 (-242)))) (-15 -2444 ((-1 (-878 (-205)) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205)) (-1 (-205) (-205) (-205) (-205)))))
-((-4201 (((-396 (-1088 |#4|)) (-1088 |#4|)) 73) (((-396 |#4|) |#4|) 222)))
-(((-640 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4201 ((-396 |#4|) |#4|)) (-15 -4201 ((-396 (-1088 |#4|)) (-1088 |#4|)))) (-789) (-735) (-327) (-884 |#3| |#2| |#1|)) (T -640))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-327)) (-4 *7 (-884 *6 *5 *4)) (-5 *2 (-396 (-1088 *7))) (-5 *1 (-640 *4 *5 *6 *7)) (-5 *3 (-1088 *7)))) (-4201 (*1 *2 *3) (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-327)) (-5 *2 (-396 *3)) (-5 *1 (-640 *4 *5 *6 *3)) (-4 *3 (-884 *6 *5 *4)))))
-(-10 -7 (-15 -4201 ((-396 |#4|) |#4|)) (-15 -4201 ((-396 (-1088 |#4|)) (-1088 |#4|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 84)) (-1653 (((-525) $) 30)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-2730 (($ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-4211 (($ $) NIL)) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL)) (-2475 (($) NIL T CONST)) (-3869 (($ $) NIL)) (-1934 (((-3 (-525) "failed") $) 73) (((-3 (-385 (-525)) "failed") $) 26) (((-3 (-357) "failed") $) 70)) (-4105 (((-525) $) 75) (((-385 (-525)) $) 67) (((-357) $) 68)) (-1356 (($ $ $) 96)) (-3300 (((-3 $ "failed") $) 87)) (-1332 (($ $ $) 95)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2524 (((-856)) 77) (((-856) (-856)) 76)) (-1889 (((-108) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL)) (-4000 (((-525) $) NIL)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL)) (-2704 (($ $) NIL)) (-4079 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3417 (((-525) (-525)) 81) (((-525)) 82)) (-3033 (($ $ $) NIL) (($) NIL (-12 (-3272 (|has| $ (-6 -4242))) (-3272 (|has| $ (-6 -4250)))))) (-2838 (((-525) (-525)) 79) (((-525)) 80)) (-1609 (($ $ $) NIL) (($) NIL (-12 (-3272 (|has| $ (-6 -4242))) (-3272 (|has| $ (-6 -4250)))))) (-1741 (((-525) $) 16)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 91)) (-3870 (((-856) (-525)) NIL (|has| $ (-6 -4250)))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL)) (-1340 (($ $) NIL)) (-3536 (($ (-525) (-525)) NIL) (($ (-525) (-525) (-856)) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) 92)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2168 (((-525) $) 22)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 94)) (-3444 (((-856)) NIL) (((-856) (-856)) NIL (|has| $ (-6 -4250)))) (-1833 (((-856) (-525)) NIL (|has| $ (-6 -4250)))) (-2069 (((-357) $) NIL) (((-205) $) NIL) (((-827 (-357)) $) NIL)) (-4100 (((-798) $) 52) (($ (-525)) 63) (($ $) NIL) (($ (-385 (-525))) 66) (($ (-525)) 63) (($ (-385 (-525))) 66) (($ (-357)) 60) (((-357) $) 50) (($ (-643)) 55)) (-2448 (((-713)) 103)) (-2330 (($ (-525) (-525) (-856)) 44)) (-3064 (($ $) NIL)) (-1373 (((-856)) NIL) (((-856) (-856)) NIL (|has| $ (-6 -4250)))) (-3771 (((-856)) 35) (((-856) (-856)) 78)) (-1571 (((-108) $ $) NIL)) (-2380 (($ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 32 T CONST)) (-3375 (($) 17 T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 83)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 101)) (-2880 (($ $ $) 65)) (-2871 (($ $) 99) (($ $ $) 100)) (-2860 (($ $ $) 98)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL) (($ $ (-385 (-525))) 90)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 97) (($ $ $) 88) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-641) (-13 (-382) (-365) (-341) (-968 (-357)) (-968 (-385 (-525))) (-138) (-10 -8 (-15 -2524 ((-856) (-856))) (-15 -2524 ((-856))) (-15 -3771 ((-856) (-856))) (-15 -3771 ((-856))) (-15 -2838 ((-525) (-525))) (-15 -2838 ((-525))) (-15 -3417 ((-525) (-525))) (-15 -3417 ((-525))) (-15 -4100 ((-357) $)) (-15 -4100 ($ (-643))) (-15 -1741 ((-525) $)) (-15 -2168 ((-525) $)) (-15 -2330 ($ (-525) (-525) (-856)))))) (T -641))
-((-3771 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641)))) (-2168 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-641)))) (-1741 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-641)))) (-2524 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641)))) (-2524 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641)))) (-3771 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641)))) (-2838 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641)))) (-2838 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641)))) (-3417 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641)))) (-3417 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-357)) (-5 *1 (-641)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-643)) (-5 *1 (-641)))) (-2330 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-525)) (-5 *3 (-856)) (-5 *1 (-641)))))
-(-13 (-382) (-365) (-341) (-968 (-357)) (-968 (-385 (-525))) (-138) (-10 -8 (-15 -2524 ((-856) (-856))) (-15 -2524 ((-856))) (-15 -3771 ((-856) (-856))) (-15 -3771 ((-856))) (-15 -2838 ((-525) (-525))) (-15 -2838 ((-525))) (-15 -3417 ((-525) (-525))) (-15 -3417 ((-525))) (-15 -4100 ((-357) $)) (-15 -4100 ($ (-643))) (-15 -1741 ((-525) $)) (-15 -2168 ((-525) $)) (-15 -2330 ($ (-525) (-525) (-856)))))
-((-2925 (((-632 |#1|) (-632 |#1|) |#1| |#1|) 65)) (-3692 (((-632 |#1|) (-632 |#1|) |#1|) 48)) (-3054 (((-632 |#1|) (-632 |#1|) |#1|) 66)) (-3822 (((-632 |#1|) (-632 |#1|)) 49)) (-2324 (((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|) 64)))
-(((-642 |#1|) (-10 -7 (-15 -3822 ((-632 |#1|) (-632 |#1|))) (-15 -3692 ((-632 |#1|) (-632 |#1|) |#1|)) (-15 -3054 ((-632 |#1|) (-632 |#1|) |#1|)) (-15 -2925 ((-632 |#1|) (-632 |#1|) |#1| |#1|)) (-15 -2324 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|))) (-286)) (T -642))
-((-2324 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-642 *3)) (-4 *3 (-286)))) (-2925 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3)))) (-3054 (*1 *2 *2 *3) (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3)))) (-3692 (*1 *2 *2 *3) (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3)))) (-3822 (*1 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3)))))
-(-10 -7 (-15 -3822 ((-632 |#1|) (-632 |#1|))) (-15 -3692 ((-632 |#1|) (-632 |#1|) |#1|)) (-15 -3054 ((-632 |#1|) (-632 |#1|) |#1|)) (-15 -2925 ((-632 |#1|) (-632 |#1|) |#1| |#1|)) (-15 -2324 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3410 (($ $ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3004 (($ $ $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL)) (-3164 (($ $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) 27)) (-4105 (((-525) $) 25)) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL)) (-1417 (((-108) $) NIL)) (-1367 (((-385 (-525)) $) NIL)) (-1903 (($ $) NIL) (($) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2209 (($ $ $ $) NIL)) (-1453 (($ $ $) NIL)) (-1889 (((-108) $) NIL)) (-1922 (($ $ $) NIL)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL)) (-2278 (((-108) $) NIL)) (-3028 (((-108) $) NIL)) (-2878 (((-3 $ "failed") $) NIL)) (-4079 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3455 (($ $ $ $) NIL)) (-3033 (($ $ $) NIL)) (-1220 (((-856) (-856)) 10) (((-856)) 9)) (-1609 (($ $ $) NIL)) (-2845 (($ $) NIL)) (-4128 (($ $) NIL)) (-2739 (($ (-592 $)) NIL) (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-2432 (($ $ $) NIL)) (-2948 (($) NIL T CONST)) (-3280 (($ $) NIL)) (-3993 (((-1039) $) NIL) (($ $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ (-592 $)) NIL) (($ $ $) NIL)) (-1606 (($ $) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3864 (((-108) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL) (($ $ (-713)) NIL)) (-4223 (($ $) NIL)) (-2503 (($ $) NIL)) (-2069 (((-205) $) NIL) (((-357) $) NIL) (((-827 (-525)) $) NIL) (((-501) $) NIL) (((-525) $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) 24) (($ $) NIL) (($ (-525)) 24) (((-294 $) (-294 (-525))) 18)) (-2448 (((-713)) NIL)) (-4214 (((-108) $ $) NIL)) (-1494 (($ $ $) NIL)) (-3771 (($) NIL)) (-1571 (((-108) $ $) NIL)) (-3695 (($ $ $ $) NIL)) (-2380 (($ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $) NIL) (($ $ (-713)) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL)))
-(((-643) (-13 (-365) (-510) (-10 -8 (-15 -1220 ((-856) (-856))) (-15 -1220 ((-856))) (-15 -4100 ((-294 $) (-294 (-525))))))) (T -643))
-((-1220 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-643)))) (-1220 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-643)))) (-4100 (*1 *2 *3) (-12 (-5 *3 (-294 (-525))) (-5 *2 (-294 (-643))) (-5 *1 (-643)))))
-(-13 (-365) (-510) (-10 -8 (-15 -1220 ((-856) (-856))) (-15 -1220 ((-856))) (-15 -4100 ((-294 $) (-294 (-525))))))
-((-2154 (((-1 |#4| |#2| |#3|) |#1| (-1092) (-1092)) 19)) (-2024 (((-1 |#4| |#2| |#3|) (-1092)) 12)))
-(((-644 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2024 ((-1 |#4| |#2| |#3|) (-1092))) (-15 -2154 ((-1 |#4| |#2| |#3|) |#1| (-1092) (-1092)))) (-567 (-501)) (-1128) (-1128) (-1128)) (T -644))
-((-2154 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1092)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-644 *3 *5 *6 *7)) (-4 *3 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128)) (-4 *7 (-1128)))) (-2024 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-644 *4 *5 *6 *7)) (-4 *4 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128)) (-4 *7 (-1128)))))
-(-10 -7 (-15 -2024 ((-1 |#4| |#2| |#3|) (-1092))) (-15 -2154 ((-1 |#4| |#2| |#3|) |#1| (-1092) (-1092))))
-((-4087 (((-108) $ $) NIL)) (-1835 (((-1179) $ (-713)) 14)) (-3856 (((-713) $) 12)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 18) ((|#1| $) 15) (($ |#1|) 23)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 25)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 24)))
-(((-645 |#1|) (-13 (-127) (-566 |#1|) (-10 -8 (-15 -4100 ($ |#1|)))) (-1020)) (T -645))
-((-4100 (*1 *1 *2) (-12 (-5 *1 (-645 *2)) (-4 *2 (-1020)))))
-(-13 (-127) (-566 |#1|) (-10 -8 (-15 -4100 ($ |#1|))))
-((-2979 (((-1 (-205) (-205) (-205)) |#1| (-1092) (-1092)) 34) (((-1 (-205) (-205)) |#1| (-1092)) 39)))
-(((-646 |#1|) (-10 -7 (-15 -2979 ((-1 (-205) (-205)) |#1| (-1092))) (-15 -2979 ((-1 (-205) (-205) (-205)) |#1| (-1092) (-1092)))) (-567 (-501))) (T -646))
-((-2979 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1092)) (-5 *2 (-1 (-205) (-205) (-205))) (-5 *1 (-646 *3)) (-4 *3 (-567 (-501))))) (-2979 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-5 *2 (-1 (-205) (-205))) (-5 *1 (-646 *3)) (-4 *3 (-567 (-501))))))
-(-10 -7 (-15 -2979 ((-1 (-205) (-205)) |#1| (-1092))) (-15 -2979 ((-1 (-205) (-205) (-205)) |#1| (-1092) (-1092))))
-((-2626 (((-1092) |#1| (-1092) (-592 (-1092))) 9) (((-1092) |#1| (-1092) (-1092) (-1092)) 12) (((-1092) |#1| (-1092) (-1092)) 11) (((-1092) |#1| (-1092)) 10)))
-(((-647 |#1|) (-10 -7 (-15 -2626 ((-1092) |#1| (-1092))) (-15 -2626 ((-1092) |#1| (-1092) (-1092))) (-15 -2626 ((-1092) |#1| (-1092) (-1092) (-1092))) (-15 -2626 ((-1092) |#1| (-1092) (-592 (-1092))))) (-567 (-501))) (T -647))
-((-2626 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-592 (-1092))) (-5 *2 (-1092)) (-5 *1 (-647 *3)) (-4 *3 (-567 (-501))))) (-2626 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-647 *3)) (-4 *3 (-567 (-501))))) (-2626 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-647 *3)) (-4 *3 (-567 (-501))))) (-2626 (*1 *2 *3 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-647 *3)) (-4 *3 (-567 (-501))))))
-(-10 -7 (-15 -2626 ((-1092) |#1| (-1092))) (-15 -2626 ((-1092) |#1| (-1092) (-1092))) (-15 -2626 ((-1092) |#1| (-1092) (-1092) (-1092))) (-15 -2626 ((-1092) |#1| (-1092) (-592 (-1092)))))
-((-2461 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
-(((-648 |#1| |#2|) (-10 -7 (-15 -2461 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1128) (-1128)) (T -648))
-((-2461 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-648 *3 *4)) (-4 *3 (-1128)) (-4 *4 (-1128)))))
-(-10 -7 (-15 -2461 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
-((-1294 (((-1 |#3| |#2|) (-1092)) 11)) (-2154 (((-1 |#3| |#2|) |#1| (-1092)) 21)))
-(((-649 |#1| |#2| |#3|) (-10 -7 (-15 -1294 ((-1 |#3| |#2|) (-1092))) (-15 -2154 ((-1 |#3| |#2|) |#1| (-1092)))) (-567 (-501)) (-1128) (-1128)) (T -649))
-((-2154 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-5 *2 (-1 *6 *5)) (-5 *1 (-649 *3 *5 *6)) (-4 *3 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128)))) (-1294 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1 *6 *5)) (-5 *1 (-649 *4 *5 *6)) (-4 *4 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128)))))
-(-10 -7 (-15 -1294 ((-1 |#3| |#2|) (-1092))) (-15 -2154 ((-1 |#3| |#2|) |#1| (-1092))))
-((-1371 (((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 (-1088 |#4|)) (-592 |#3|) (-592 |#4|) (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| |#4|)))) (-592 (-713)) (-1174 (-592 (-1088 |#3|))) |#3|) 62)) (-3200 (((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 (-1088 |#3|)) (-592 |#3|) (-592 |#4|) (-592 (-713)) |#3|) 75)) (-2440 (((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 |#3|) (-592 (-713)) (-592 (-1088 |#4|)) (-1174 (-592 (-1088 |#3|))) |#3|) 34)))
-(((-650 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2440 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 |#3|) (-592 (-713)) (-592 (-1088 |#4|)) (-1174 (-592 (-1088 |#3|))) |#3|)) (-15 -3200 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 (-1088 |#3|)) (-592 |#3|) (-592 |#4|) (-592 (-713)) |#3|)) (-15 -1371 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 (-1088 |#4|)) (-592 |#3|) (-592 |#4|) (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| |#4|)))) (-592 (-713)) (-1174 (-592 (-1088 |#3|))) |#3|))) (-735) (-789) (-286) (-884 |#3| |#1| |#2|)) (T -650))
-((-1371 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-592 (-1088 *13))) (-5 *3 (-1088 *13)) (-5 *4 (-592 *12)) (-5 *5 (-592 *10)) (-5 *6 (-592 *13)) (-5 *7 (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| *13))))) (-5 *8 (-592 (-713))) (-5 *9 (-1174 (-592 (-1088 *10)))) (-4 *12 (-789)) (-4 *10 (-286)) (-4 *13 (-884 *10 *11 *12)) (-4 *11 (-735)) (-5 *1 (-650 *11 *12 *10 *13)))) (-3200 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-592 *11)) (-5 *5 (-592 (-1088 *9))) (-5 *6 (-592 *9)) (-5 *7 (-592 *12)) (-5 *8 (-592 (-713))) (-4 *11 (-789)) (-4 *9 (-286)) (-4 *12 (-884 *9 *10 *11)) (-4 *10 (-735)) (-5 *2 (-592 (-1088 *12))) (-5 *1 (-650 *10 *11 *9 *12)) (-5 *3 (-1088 *12)))) (-2440 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-592 (-1088 *11))) (-5 *3 (-1088 *11)) (-5 *4 (-592 *10)) (-5 *5 (-592 *8)) (-5 *6 (-592 (-713))) (-5 *7 (-1174 (-592 (-1088 *8)))) (-4 *10 (-789)) (-4 *8 (-286)) (-4 *11 (-884 *8 *9 *10)) (-4 *9 (-735)) (-5 *1 (-650 *9 *10 *8 *11)))))
-(-10 -7 (-15 -2440 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 |#3|) (-592 (-713)) (-592 (-1088 |#4|)) (-1174 (-592 (-1088 |#3|))) |#3|)) (-15 -3200 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 (-1088 |#3|)) (-592 |#3|) (-592 |#4|) (-592 (-713)) |#3|)) (-15 -1371 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-592 |#2|) (-592 (-1088 |#4|)) (-592 |#3|) (-592 |#4|) (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| |#4|)))) (-592 (-713)) (-1174 (-592 (-1088 |#3|))) |#3|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1451 (($ $) 41)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1272 (($ |#1| (-713)) 39)) (-1819 (((-713) $) 43)) (-1430 ((|#1| $) 42)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-3529 (((-713) $) 44)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 38 (|has| |#1| (-160)))) (-3136 ((|#1| $ (-713)) 40)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 46) (($ |#1| $) 45)))
-(((-651 |#1|) (-131) (-977)) (T -651))
-((-3529 (*1 *2 *1) (-12 (-4 *1 (-651 *3)) (-4 *3 (-977)) (-5 *2 (-713)))) (-1819 (*1 *2 *1) (-12 (-4 *1 (-651 *3)) (-4 *3 (-977)) (-5 *2 (-713)))) (-1430 (*1 *2 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-977)))) (-1451 (*1 *1 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-977)))) (-3136 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-651 *2)) (-4 *2 (-977)))) (-1272 (*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-651 *2)) (-4 *2 (-977)))))
-(-13 (-977) (-107 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-160)) (-6 (-37 |t#1|)) |%noBranch|) (-15 -3529 ((-713) $)) (-15 -1819 ((-713) $)) (-15 -1430 (|t#1| $)) (-15 -1451 ($ $)) (-15 -3136 (|t#1| $ (-713))) (-15 -1272 ($ |t#1| (-713)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-160)) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) |has| |#1| (-160)) ((-669) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2016 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
-(((-652 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2016 (|#6| (-1 |#4| |#1|) |#3|))) (-517) (-1150 |#1|) (-1150 (-385 |#2|)) (-517) (-1150 |#4|) (-1150 (-385 |#5|))) (T -652))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-517)) (-4 *7 (-517)) (-4 *6 (-1150 *5)) (-4 *2 (-1150 (-385 *8))) (-5 *1 (-652 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1150 (-385 *6))) (-4 *8 (-1150 *7)))))
-(-10 -7 (-15 -2016 (|#6| (-1 |#4| |#1|) |#3|)))
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3313 (((-1075) (-798)) 31)) (-2701 (((-1179) (-1075)) 28)) (-1607 (((-1075) (-798)) 24)) (-2260 (((-1075) (-798)) 25)) (-4100 (((-798) $) NIL) (((-1075) (-798)) 23)) (-2775 (((-108) $ $) NIL)))
-(((-653) (-13 (-1020) (-10 -7 (-15 -4100 ((-1075) (-798))) (-15 -1607 ((-1075) (-798))) (-15 -2260 ((-1075) (-798))) (-15 -3313 ((-1075) (-798))) (-15 -2701 ((-1179) (-1075)))))) (T -653))
-((-4100 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653)))) (-1607 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653)))) (-2260 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653)))) (-3313 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653)))) (-2701 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-653)))))
-(-13 (-1020) (-10 -7 (-15 -4100 ((-1075) (-798))) (-15 -1607 ((-1075) (-798))) (-15 -2260 ((-1075) (-798))) (-15 -3313 ((-1075) (-798))) (-15 -2701 ((-1179) (-1075)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) NIL)) (-3504 (($ |#1| |#2|) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2287 ((|#2| $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1561 (((-3 $ "failed") $ $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) ((|#1| $) NIL)) (-2448 (((-713)) NIL)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-654 |#1| |#2| |#3| |#4| |#5|) (-13 (-341) (-10 -8 (-15 -2287 (|#2| $)) (-15 -4100 (|#1| $)) (-15 -3504 ($ |#1| |#2|)) (-15 -1561 ((-3 $ "failed") $ $)))) (-160) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -654))
-((-2287 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-654 *3 *2 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-4100 (*1 *2 *1) (-12 (-4 *2 (-160)) (-5 *1 (-654 *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)))) (-3504 (*1 *1 *2 *3) (-12 (-5 *1 (-654 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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)))) (-1561 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-654 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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 (-341) (-10 -8 (-15 -2287 (|#2| $)) (-15 -4100 (|#1| $)) (-15 -3504 ($ |#1| |#2|)) (-15 -1561 ((-3 $ "failed") $ $))))
-((-4087 (((-108) $ $) 78)) (-2414 (((-108) $) 30)) (-3216 (((-1174 |#1|) $ (-713)) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-2954 (($ (-1088 |#1|)) NIL)) (-4169 (((-1088 $) $ (-1005)) NIL) (((-1088 |#1|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-1005))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3882 (($ $ $) NIL (|has| |#1| (-517)))) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1613 (((-713)) 47 (|has| |#1| (-346)))) (-3474 (($ $ (-713)) NIL)) (-1911 (($ $ (-713)) NIL)) (-3281 ((|#2| |#2|) 44)) (-1396 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-429)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-1005) "failed") $) NIL)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-1005) $) NIL)) (-3801 (($ $ $ (-1005)) NIL (|has| |#1| (-160))) ((|#1| $ $) NIL (|has| |#1| (-160)))) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) 34)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3504 (($ |#2|) 42)) (-3300 (((-3 $ "failed") $) 86)) (-1903 (($) 51 (|has| |#1| (-346)))) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2149 (($ $ $) NIL)) (-2477 (($ $ $) NIL (|has| |#1| (-517)))) (-3830 (((-2 (|:| -2681 |#1|) (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ (-1005)) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-3750 (((-892 $)) 80)) (-1457 (($ $ |#1| (-713) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1005) (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1005) (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-4000 (((-713) $ $) NIL (|has| |#1| (-517)))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-1068)))) (-1284 (($ (-1088 |#1|) (-1005)) NIL) (($ (-1088 $) (-1005)) NIL)) (-1585 (($ $ (-713)) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) 77) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-1005)) NIL) (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2287 ((|#2|) 45)) (-1819 (((-713) $) NIL) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-713) (-713)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2950 (((-1088 |#1|) $) NIL)) (-2018 (((-3 (-1005) "failed") $) NIL)) (-3685 (((-856) $) NIL (|has| |#1| (-346)))) (-3492 ((|#2| $) 41)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) 28)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-1849 (((-2 (|:| -1416 $) (|:| -3681 $)) $ (-713)) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-1005)) (|:| -2168 (-713))) "failed") $) NIL)) (-2367 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2948 (($) NIL (|has| |#1| (-1068)) CONST)) (-1722 (($ (-856)) NIL (|has| |#1| (-346)))) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-2424 (($ $) 79 (|has| |#1| (-327)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) 85 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-1005) |#1|) NIL) (($ $ (-592 (-1005)) (-592 |#1|)) NIL) (($ $ (-1005) $) NIL) (($ $ (-592 (-1005)) (-592 $)) NIL)) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-385 $) (-385 $) (-385 $)) NIL (|has| |#1| (-517))) ((|#1| (-385 $) |#1|) NIL (|has| |#1| (-341))) (((-385 $) $ (-385 $)) NIL (|has| |#1| (-517)))) (-1326 (((-3 $ "failed") $ (-713)) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 87 (|has| |#1| (-341)))) (-4115 (($ $ (-1005)) NIL (|has| |#1| (-160))) ((|#1| $) NIL (|has| |#1| (-160)))) (-2702 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3529 (((-713) $) 32) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-1005) (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) NIL (|has| |#1| (-429))) (($ $ (-1005)) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-1273 (((-892 $)) 36)) (-3070 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517))) (((-3 (-385 $) "failed") (-385 $) $) NIL (|has| |#1| (-517)))) (-4100 (((-798) $) 61) (($ (-525)) NIL) (($ |#1|) 58) (($ (-1005)) NIL) (($ |#2|) 68) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) 63) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 20 T CONST)) (-1855 (((-1174 |#1|) $) 75)) (-2311 (($ (-1174 |#1|)) 50)) (-3375 (($) 8 T CONST)) (-2401 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2343 (((-1174 |#1|) $) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) 69)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) 72) (($ $ $) NIL)) (-2860 (($ $ $) 33)) (** (($ $ (-856)) NIL) (($ $ (-713)) 81)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 57) (($ $ $) 74) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 55) (($ $ |#1|) NIL)))
-(((-655 |#1| |#2|) (-13 (-1150 |#1|) (-10 -8 (-15 -3281 (|#2| |#2|)) (-15 -2287 (|#2|)) (-15 -3504 ($ |#2|)) (-15 -3492 (|#2| $)) (-15 -4100 ($ |#2|)) (-15 -1855 ((-1174 |#1|) $)) (-15 -2311 ($ (-1174 |#1|))) (-15 -2343 ((-1174 |#1|) $)) (-15 -3750 ((-892 $))) (-15 -1273 ((-892 $))) (IF (|has| |#1| (-327)) (-15 -2424 ($ $)) |%noBranch|) (IF (|has| |#1| (-346)) (-6 (-346)) |%noBranch|))) (-977) (-1150 |#1|)) (T -655))
-((-3281 (*1 *2 *2) (-12 (-4 *3 (-977)) (-5 *1 (-655 *3 *2)) (-4 *2 (-1150 *3)))) (-2287 (*1 *2) (-12 (-4 *2 (-1150 *3)) (-5 *1 (-655 *3 *2)) (-4 *3 (-977)))) (-3504 (*1 *1 *2) (-12 (-4 *3 (-977)) (-5 *1 (-655 *3 *2)) (-4 *2 (-1150 *3)))) (-3492 (*1 *2 *1) (-12 (-4 *2 (-1150 *3)) (-5 *1 (-655 *3 *2)) (-4 *3 (-977)))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-977)) (-5 *1 (-655 *3 *2)) (-4 *2 (-1150 *3)))) (-1855 (*1 *2 *1) (-12 (-4 *3 (-977)) (-5 *2 (-1174 *3)) (-5 *1 (-655 *3 *4)) (-4 *4 (-1150 *3)))) (-2311 (*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-977)) (-5 *1 (-655 *3 *4)) (-4 *4 (-1150 *3)))) (-2343 (*1 *2 *1) (-12 (-4 *3 (-977)) (-5 *2 (-1174 *3)) (-5 *1 (-655 *3 *4)) (-4 *4 (-1150 *3)))) (-3750 (*1 *2) (-12 (-4 *3 (-977)) (-5 *2 (-892 (-655 *3 *4))) (-5 *1 (-655 *3 *4)) (-4 *4 (-1150 *3)))) (-1273 (*1 *2) (-12 (-4 *3 (-977)) (-5 *2 (-892 (-655 *3 *4))) (-5 *1 (-655 *3 *4)) (-4 *4 (-1150 *3)))) (-2424 (*1 *1 *1) (-12 (-4 *2 (-327)) (-4 *2 (-977)) (-5 *1 (-655 *2 *3)) (-4 *3 (-1150 *2)))))
-(-13 (-1150 |#1|) (-10 -8 (-15 -3281 (|#2| |#2|)) (-15 -2287 (|#2|)) (-15 -3504 ($ |#2|)) (-15 -3492 (|#2| $)) (-15 -4100 ($ |#2|)) (-15 -1855 ((-1174 |#1|) $)) (-15 -2311 ($ (-1174 |#1|))) (-15 -2343 ((-1174 |#1|) $)) (-15 -3750 ((-892 $))) (-15 -1273 ((-892 $))) (IF (|has| |#1| (-327)) (-15 -2424 ($ $)) |%noBranch|) (IF (|has| |#1| (-346)) (-6 (-346)) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-1722 ((|#1| $) 13)) (-3993 (((-1039) $) NIL)) (-2168 ((|#2| $) 12)) (-4114 (($ |#1| |#2|) 16)) (-4100 (((-798) $) NIL) (($ (-2 (|:| -1722 |#1|) (|:| -2168 |#2|))) 15) (((-2 (|:| -1722 |#1|) (|:| -2168 |#2|)) $) 14)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 11)))
-(((-656 |#1| |#2| |#3|) (-13 (-789) (-10 -8 (-15 -2168 (|#2| $)) (-15 -1722 (|#1| $)) (-15 -4100 ($ (-2 (|:| -1722 |#1|) (|:| -2168 |#2|)))) (-15 -4100 ((-2 (|:| -1722 |#1|) (|:| -2168 |#2|)) $)) (-15 -4114 ($ |#1| |#2|)))) (-789) (-1020) (-1 (-108) (-2 (|:| -1722 |#1|) (|:| -2168 |#2|)) (-2 (|:| -1722 |#1|) (|:| -2168 |#2|)))) (T -656))
-((-2168 (*1 *2 *1) (-12 (-4 *2 (-1020)) (-5 *1 (-656 *3 *2 *4)) (-4 *3 (-789)) (-14 *4 (-1 (-108) (-2 (|:| -1722 *3) (|:| -2168 *2)) (-2 (|:| -1722 *3) (|:| -2168 *2)))))) (-1722 (*1 *2 *1) (-12 (-4 *2 (-789)) (-5 *1 (-656 *2 *3 *4)) (-4 *3 (-1020)) (-14 *4 (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *3)) (-2 (|:| -1722 *2) (|:| -2168 *3)))))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1722 *3) (|:| -2168 *4))) (-4 *3 (-789)) (-4 *4 (-1020)) (-5 *1 (-656 *3 *4 *5)) (-14 *5 (-1 (-108) *2 *2)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1722 *3) (|:| -2168 *4))) (-5 *1 (-656 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-1020)) (-14 *5 (-1 (-108) *2 *2)))) (-4114 (*1 *1 *2 *3) (-12 (-5 *1 (-656 *2 *3 *4)) (-4 *2 (-789)) (-4 *3 (-1020)) (-14 *4 (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *3)) (-2 (|:| -1722 *2) (|:| -2168 *3)))))))
-(-13 (-789) (-10 -8 (-15 -2168 (|#2| $)) (-15 -1722 (|#1| $)) (-15 -4100 ($ (-2 (|:| -1722 |#1|) (|:| -2168 |#2|)))) (-15 -4100 ((-2 (|:| -1722 |#1|) (|:| -2168 |#2|)) $)) (-15 -4114 ($ |#1| |#2|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 59)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 89) (((-3 (-110) "failed") $) 95)) (-4105 ((|#1| $) NIL) (((-110) $) 39)) (-3300 (((-3 $ "failed") $) 90)) (-1879 ((|#2| (-110) |#2|) 82)) (-2278 (((-108) $) NIL)) (-3599 (($ |#1| (-339 (-110))) 14)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3227 (($ $ (-1 |#2| |#2|)) 58)) (-4076 (($ $ (-1 |#2| |#2|)) 44)) (-3431 ((|#2| $ |#2|) 33)) (-1830 ((|#1| |#1|) 105 (|has| |#1| (-160)))) (-4100 (((-798) $) 66) (($ (-525)) 18) (($ |#1|) 17) (($ (-110)) 23)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) 37)) (-2799 (($ $) 99 (|has| |#1| (-160))) (($ $ $) 103 (|has| |#1| (-160)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 21 T CONST)) (-3375 (($) 9 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) 48) (($ $ $) NIL)) (-2860 (($ $ $) 73)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ (-110) (-525)) NIL) (($ $ (-525)) 57)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 98) (($ $ $) 50) (($ |#1| $) 96 (|has| |#1| (-160))) (($ $ |#1|) 97 (|has| |#1| (-160)))))
-(((-657 |#1| |#2|) (-13 (-977) (-968 |#1|) (-968 (-110)) (-265 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-160)) (PROGN (-6 (-37 |#1|)) (-15 -2799 ($ $)) (-15 -2799 ($ $ $)) (-15 -1830 (|#1| |#1|))) |%noBranch|) (-15 -4076 ($ $ (-1 |#2| |#2|))) (-15 -3227 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-110) (-525))) (-15 ** ($ $ (-525))) (-15 -1879 (|#2| (-110) |#2|)) (-15 -3599 ($ |#1| (-339 (-110)))))) (-977) (-594 |#1|)) (T -657))
-((-2799 (*1 *1 *1) (-12 (-4 *2 (-160)) (-4 *2 (-977)) (-5 *1 (-657 *2 *3)) (-4 *3 (-594 *2)))) (-2799 (*1 *1 *1 *1) (-12 (-4 *2 (-160)) (-4 *2 (-977)) (-5 *1 (-657 *2 *3)) (-4 *3 (-594 *2)))) (-1830 (*1 *2 *2) (-12 (-4 *2 (-160)) (-4 *2 (-977)) (-5 *1 (-657 *2 *3)) (-4 *3 (-594 *2)))) (-4076 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-594 *3)) (-4 *3 (-977)) (-5 *1 (-657 *3 *4)))) (-3227 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-594 *3)) (-4 *3 (-977)) (-5 *1 (-657 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-525)) (-4 *4 (-977)) (-5 *1 (-657 *4 *5)) (-4 *5 (-594 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *3 (-977)) (-5 *1 (-657 *3 *4)) (-4 *4 (-594 *3)))) (-1879 (*1 *2 *3 *2) (-12 (-5 *3 (-110)) (-4 *4 (-977)) (-5 *1 (-657 *4 *2)) (-4 *2 (-594 *4)))) (-3599 (*1 *1 *2 *3) (-12 (-5 *3 (-339 (-110))) (-4 *2 (-977)) (-5 *1 (-657 *2 *4)) (-4 *4 (-594 *2)))))
-(-13 (-977) (-968 |#1|) (-968 (-110)) (-265 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-160)) (PROGN (-6 (-37 |#1|)) (-15 -2799 ($ $)) (-15 -2799 ($ $ $)) (-15 -1830 (|#1| |#1|))) |%noBranch|) (-15 -4076 ($ $ (-1 |#2| |#2|))) (-15 -3227 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-110) (-525))) (-15 ** ($ $ (-525))) (-15 -1879 (|#2| (-110) |#2|)) (-15 -3599 ($ |#1| (-339 (-110))))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 33)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3504 (($ |#1| |#2|) 25)) (-3300 (((-3 $ "failed") $) 48)) (-2278 (((-108) $) 35)) (-2287 ((|#2| $) 12)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 49)) (-3993 (((-1039) $) NIL)) (-1561 (((-3 $ "failed") $ $) 47)) (-4100 (((-798) $) 24) (($ (-525)) 19) ((|#1| $) 13)) (-2448 (((-713)) 28)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 16 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 38)) (-2871 (($ $) 43) (($ $ $) 37)) (-2860 (($ $ $) 40)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 21) (($ $ $) 20)))
-(((-658 |#1| |#2| |#3| |#4| |#5|) (-13 (-977) (-10 -8 (-15 -2287 (|#2| $)) (-15 -4100 (|#1| $)) (-15 -3504 ($ |#1| |#2|)) (-15 -1561 ((-3 $ "failed") $ $)) (-15 -3300 ((-3 $ "failed") $)) (-15 -1387 ($ $)))) (-160) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -658))
-((-3300 (*1 *1 *1) (|partial| -12 (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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)))) (-2287 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-658 *3 *2 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-4100 (*1 *2 *1) (-12 (-4 *2 (-160)) (-5 *1 (-658 *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)))) (-3504 (*1 *1 *2 *3) (-12 (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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)))) (-1561 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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)))) (-1387 (*1 *1 *1) (-12 (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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 (-977) (-10 -8 (-15 -2287 (|#2| $)) (-15 -4100 (|#1| $)) (-15 -3504 ($ |#1| |#2|)) (-15 -1561 ((-3 $ "failed") $ $)) (-15 -3300 ((-3 $ "failed") $)) (-15 -1387 ($ $))))
-((* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
-(((-659 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|))) (-660 |#2|) (-160)) (T -659))
-NIL
-(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
-(((-660 |#1|) (-131) (-160)) (T -660))
-NIL
-(-13 (-107 |t#1| |t#1|))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-983 |#1|) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-3164 (($ |#1|) 17) (($ $ |#1|) 20)) (-2201 (($ |#1|) 18) (($ $ |#1|) 21)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-2278 (((-108) $) NIL)) (-4056 (($ |#1| |#1| |#1| |#1|) 8)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 16)) (-3993 (((-1039) $) NIL)) (-2825 ((|#1| $ |#1|) 24) (((-775 |#1|) $ (-775 |#1|)) 32)) (-3055 (($ $ $) NIL)) (-1242 (($ $ $) NIL)) (-4100 (((-798) $) 39)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3375 (($) 9 T CONST)) (-2775 (((-108) $ $) 44)) (-2880 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ $ $) 14)))
-(((-661 |#1|) (-13 (-450) (-10 -8 (-15 -4056 ($ |#1| |#1| |#1| |#1|)) (-15 -3164 ($ |#1|)) (-15 -2201 ($ |#1|)) (-15 -3300 ($)) (-15 -3164 ($ $ |#1|)) (-15 -2201 ($ $ |#1|)) (-15 -3300 ($ $)) (-15 -2825 (|#1| $ |#1|)) (-15 -2825 ((-775 |#1|) $ (-775 |#1|))))) (-341)) (T -661))
-((-4056 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-3164 (*1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-2201 (*1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-3300 (*1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-3164 (*1 *1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-2201 (*1 *1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-3300 (*1 *1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-2825 (*1 *2 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))) (-2825 (*1 *2 *1 *2) (-12 (-5 *2 (-775 *3)) (-4 *3 (-341)) (-5 *1 (-661 *3)))))
-(-13 (-450) (-10 -8 (-15 -4056 ($ |#1| |#1| |#1| |#1|)) (-15 -3164 ($ |#1|)) (-15 -2201 ($ |#1|)) (-15 -3300 ($)) (-15 -3164 ($ $ |#1|)) (-15 -2201 ($ $ |#1|)) (-15 -3300 ($ $)) (-15 -2825 (|#1| $ |#1|)) (-15 -2825 ((-775 |#1|) $ (-775 |#1|)))))
-((-1488 (($ $ (-856)) 12)) (-2486 (($ $ (-856)) 13)) (** (($ $ (-856)) 10)))
-(((-662 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-856))) (-15 -2486 (|#1| |#1| (-856))) (-15 -1488 (|#1| |#1| (-856)))) (-663)) (T -662))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-856))) (-15 -2486 (|#1| |#1| (-856))) (-15 -1488 (|#1| |#1| (-856))))
-((-4087 (((-108) $ $) 7)) (-1488 (($ $ (-856)) 15)) (-2486 (($ $ (-856)) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)) (** (($ $ (-856)) 13)) (* (($ $ $) 16)))
-(((-663) (-131)) (T -663))
-((* (*1 *1 *1 *1) (-4 *1 (-663))) (-1488 (*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-856)))) (-2486 (*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-856)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-856)))))
-(-13 (-1020) (-10 -8 (-15 * ($ $ $)) (-15 -1488 ($ $ (-856))) (-15 -2486 ($ $ (-856))) (-15 ** ($ $ (-856)))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-1488 (($ $ (-856)) NIL) (($ $ (-713)) 17)) (-2278 (((-108) $) 10)) (-2486 (($ $ (-856)) NIL) (($ $ (-713)) 18)) (** (($ $ (-856)) NIL) (($ $ (-713)) 15)))
-(((-664 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-713))) (-15 -2486 (|#1| |#1| (-713))) (-15 -1488 (|#1| |#1| (-713))) (-15 -2278 ((-108) |#1|)) (-15 ** (|#1| |#1| (-856))) (-15 -2486 (|#1| |#1| (-856))) (-15 -1488 (|#1| |#1| (-856)))) (-665)) (T -664))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-713))) (-15 -2486 (|#1| |#1| (-713))) (-15 -1488 (|#1| |#1| (-713))) (-15 -2278 ((-108) |#1|)) (-15 ** (|#1| |#1| (-856))) (-15 -2486 (|#1| |#1| (-856))) (-15 -1488 (|#1| |#1| (-856))))
-((-4087 (((-108) $ $) 7)) (-3322 (((-3 $ "failed") $) 17)) (-1488 (($ $ (-856)) 15) (($ $ (-713)) 22)) (-3300 (((-3 $ "failed") $) 19)) (-2278 (((-108) $) 23)) (-3711 (((-3 $ "failed") $) 18)) (-2486 (($ $ (-856)) 14) (($ $ (-713)) 21)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3375 (($) 24 T CONST)) (-2775 (((-108) $ $) 6)) (** (($ $ (-856)) 13) (($ $ (-713)) 20)) (* (($ $ $) 16)))
-(((-665) (-131)) (T -665))
-((-3375 (*1 *1) (-4 *1 (-665))) (-2278 (*1 *2 *1) (-12 (-4 *1 (-665)) (-5 *2 (-108)))) (-1488 (*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-713)))) (-2486 (*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-713)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-713)))) (-3300 (*1 *1 *1) (|partial| -4 *1 (-665))) (-3711 (*1 *1 *1) (|partial| -4 *1 (-665))) (-3322 (*1 *1 *1) (|partial| -4 *1 (-665))))
-(-13 (-663) (-10 -8 (-15 (-3375) ($) -2247) (-15 -2278 ((-108) $)) (-15 -1488 ($ $ (-713))) (-15 -2486 ($ $ (-713))) (-15 ** ($ $ (-713))) (-15 -3300 ((-3 $ "failed") $)) (-15 -3711 ((-3 $ "failed") $)) (-15 -3322 ((-3 $ "failed") $))))
-(((-97) . T) ((-566 (-798)) . T) ((-663) . T) ((-1020) . T))
-((-1613 (((-713)) 35)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-4105 (((-525) $) NIL) (((-385 (-525)) $) NIL) ((|#2| $) 22)) (-3504 (($ |#3|) NIL) (((-3 $ "failed") (-385 |#3|)) 45)) (-3300 (((-3 $ "failed") $) 65)) (-1903 (($) 39)) (-2704 ((|#2| $) 20)) (-3817 (($) 17)) (-2702 (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) 53) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL) (($ $ (-713)) NIL) (($ $) NIL)) (-2897 (((-632 |#2|) (-1174 $) (-1 |#2| |#2|)) 60)) (-2069 (((-1174 |#2|) $) NIL) (($ (-1174 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-3153 ((|#3| $) 32)) (-2103 (((-1174 $)) 29)))
-(((-666 |#1| |#2| |#3|) (-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -1903 (|#1|)) (-15 -1613 ((-713))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2897 ((-632 |#2|) (-1174 |#1|) (-1 |#2| |#2|))) (-15 -3504 ((-3 |#1| "failed") (-385 |#3|))) (-15 -2069 (|#1| |#3|)) (-15 -3504 (|#1| |#3|)) (-15 -3817 (|#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2069 (|#3| |#1|)) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2103 ((-1174 |#1|))) (-15 -3153 (|#3| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|))) (-667 |#2| |#3|) (-160) (-1150 |#2|)) (T -666))
-((-1613 (*1 *2) (-12 (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-713)) (-5 *1 (-666 *3 *4 *5)) (-4 *3 (-667 *4 *5)))))
-(-10 -8 (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -1903 (|#1|)) (-15 -1613 ((-713))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2897 ((-632 |#2|) (-1174 |#1|) (-1 |#2| |#2|))) (-15 -3504 ((-3 |#1| "failed") (-385 |#3|))) (-15 -2069 (|#1| |#3|)) (-15 -3504 (|#1| |#3|)) (-15 -3817 (|#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2069 (|#3| |#1|)) (-15 -2069 (|#1| (-1174 |#2|))) (-15 -2069 ((-1174 |#2|) |#1|)) (-15 -2103 ((-1174 |#1|))) (-15 -3153 (|#3| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3300 ((-3 |#1| "failed") |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 93 (|has| |#1| (-341)))) (-2433 (($ $) 94 (|has| |#1| (-341)))) (-1568 (((-108) $) 96 (|has| |#1| (-341)))) (-3855 (((-632 |#1|) (-1174 $)) 46) (((-632 |#1|)) 61)) (-2924 ((|#1| $) 52)) (-3395 (((-1102 (-856) (-713)) (-525)) 147 (|has| |#1| (-327)))) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 113 (|has| |#1| (-341)))) (-3586 (((-396 $) $) 114 (|has| |#1| (-341)))) (-1507 (((-108) $ $) 104 (|has| |#1| (-341)))) (-1613 (((-713)) 87 (|has| |#1| (-346)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 169 (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 167 (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 166)) (-4105 (((-525) $) 170 (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) 168 (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 165)) (-2580 (($ (-1174 |#1|) (-1174 $)) 48) (($ (-1174 |#1|)) 64)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) 153 (|has| |#1| (-327)))) (-1356 (($ $ $) 108 (|has| |#1| (-341)))) (-1588 (((-632 |#1|) $ (-1174 $)) 53) (((-632 |#1|) $) 59)) (-3090 (((-632 (-525)) (-632 $)) 164 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 163 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 162) (((-632 |#1|) (-632 $)) 161)) (-3504 (($ |#2|) 158) (((-3 $ "failed") (-385 |#2|)) 155 (|has| |#1| (-341)))) (-3300 (((-3 $ "failed") $) 34)) (-3085 (((-856)) 54)) (-1903 (($) 90 (|has| |#1| (-346)))) (-1332 (($ $ $) 107 (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 102 (|has| |#1| (-341)))) (-3932 (($) 149 (|has| |#1| (-327)))) (-3920 (((-108) $) 150 (|has| |#1| (-327)))) (-1339 (($ $ (-713)) 141 (|has| |#1| (-327))) (($ $) 140 (|has| |#1| (-327)))) (-1798 (((-108) $) 115 (|has| |#1| (-341)))) (-4000 (((-856) $) 152 (|has| |#1| (-327))) (((-775 (-856)) $) 138 (|has| |#1| (-327)))) (-2278 (((-108) $) 31)) (-2704 ((|#1| $) 51)) (-2878 (((-3 $ "failed") $) 142 (|has| |#1| (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 111 (|has| |#1| (-341)))) (-2021 ((|#2| $) 44 (|has| |#1| (-341)))) (-3685 (((-856) $) 89 (|has| |#1| (-346)))) (-3492 ((|#2| $) 156)) (-2739 (($ (-592 $)) 100 (|has| |#1| (-341))) (($ $ $) 99 (|has| |#1| (-341)))) (-1289 (((-1075) $) 9)) (-1387 (($ $) 116 (|has| |#1| (-341)))) (-2948 (($) 143 (|has| |#1| (-327)) CONST)) (-1722 (($ (-856)) 88 (|has| |#1| (-346)))) (-3993 (((-1039) $) 10)) (-3817 (($) 160)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 101 (|has| |#1| (-341)))) (-2772 (($ (-592 $)) 98 (|has| |#1| (-341))) (($ $ $) 97 (|has| |#1| (-341)))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) 146 (|has| |#1| (-327)))) (-4201 (((-396 $) $) 112 (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 109 (|has| |#1| (-341)))) (-1311 (((-3 $ "failed") $ $) 92 (|has| |#1| (-341)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 103 (|has| |#1| (-341)))) (-1927 (((-713) $) 105 (|has| |#1| (-341)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 106 (|has| |#1| (-341)))) (-4115 ((|#1| (-1174 $)) 47) ((|#1|) 60)) (-2043 (((-713) $) 151 (|has| |#1| (-327))) (((-3 (-713) "failed") $ $) 139 (|has| |#1| (-327)))) (-2702 (($ $) 137 (-2067 (-3944 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-713)) 135 (-2067 (-3944 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-1092)) 133 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-592 (-1092))) 132 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-1092) (-713)) 131 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-592 (-1092)) (-592 (-713))) 130 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-1 |#1| |#1|) (-713)) 123 (|has| |#1| (-341))) (($ $ (-1 |#1| |#1|)) 122 (|has| |#1| (-341)))) (-2897 (((-632 |#1|) (-1174 $) (-1 |#1| |#1|)) 154 (|has| |#1| (-341)))) (-2013 ((|#2|) 159)) (-3823 (($) 148 (|has| |#1| (-327)))) (-2754 (((-1174 |#1|) $ (-1174 $)) 50) (((-632 |#1|) (-1174 $) (-1174 $)) 49) (((-1174 |#1|) $) 66) (((-632 |#1|) (-1174 $)) 65)) (-2069 (((-1174 |#1|) $) 63) (($ (-1174 |#1|)) 62) ((|#2| $) 171) (($ |#2|) 157)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 145 (|has| |#1| (-327)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 37) (($ $) 91 (|has| |#1| (-341))) (($ (-385 (-525))) 86 (-2067 (|has| |#1| (-341)) (|has| |#1| (-968 (-385 (-525))))))) (-1463 (($ $) 144 (|has| |#1| (-327))) (((-3 $ "failed") $) 43 (|has| |#1| (-136)))) (-3153 ((|#2| $) 45)) (-2448 (((-713)) 29)) (-2103 (((-1174 $)) 67)) (-1571 (((-108) $ $) 95 (|has| |#1| (-341)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 117 (|has| |#1| (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $) 136 (-2067 (-3944 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-713)) 134 (-2067 (-3944 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-1092)) 129 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-592 (-1092))) 128 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-1092) (-713)) 127 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-592 (-1092)) (-592 (-713))) 126 (-3944 (|has| |#1| (-835 (-1092))) (|has| |#1| (-341)))) (($ $ (-1 |#1| |#1|) (-713)) 125 (|has| |#1| (-341))) (($ $ (-1 |#1| |#1|)) 124 (|has| |#1| (-341)))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 121 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 118 (|has| |#1| (-341)))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38) (($ (-385 (-525)) $) 120 (|has| |#1| (-341))) (($ $ (-385 (-525))) 119 (|has| |#1| (-341)))))
-(((-667 |#1| |#2|) (-131) (-160) (-1150 |t#1|)) (T -667))
-((-3817 (*1 *1) (-12 (-4 *2 (-160)) (-4 *1 (-667 *2 *3)) (-4 *3 (-1150 *2)))) (-2013 (*1 *2) (-12 (-4 *1 (-667 *3 *2)) (-4 *3 (-160)) (-4 *2 (-1150 *3)))) (-3504 (*1 *1 *2) (-12 (-4 *3 (-160)) (-4 *1 (-667 *3 *2)) (-4 *2 (-1150 *3)))) (-2069 (*1 *1 *2) (-12 (-4 *3 (-160)) (-4 *1 (-667 *3 *2)) (-4 *2 (-1150 *3)))) (-3492 (*1 *2 *1) (-12 (-4 *1 (-667 *3 *2)) (-4 *3 (-160)) (-4 *2 (-1150 *3)))) (-3504 (*1 *1 *2) (|partial| -12 (-5 *2 (-385 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-341)) (-4 *3 (-160)) (-4 *1 (-667 *3 *4)))) (-2897 (*1 *2 *3 *4) (-12 (-5 *3 (-1174 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-341)) (-4 *1 (-667 *5 *6)) (-4 *5 (-160)) (-4 *6 (-1150 *5)) (-5 *2 (-632 *5)))))
-(-13 (-387 |t#1| |t#2|) (-160) (-567 |t#2|) (-389 |t#1|) (-355 |t#1|) (-10 -8 (-15 -3817 ($)) (-15 -2013 (|t#2|)) (-15 -3504 ($ |t#2|)) (-15 -2069 ($ |t#2|)) (-15 -3492 (|t#2| $)) (IF (|has| |t#1| (-346)) (-6 (-346)) |%noBranch|) (IF (|has| |t#1| (-341)) (PROGN (-6 (-341)) (-6 (-211 |t#1|)) (-15 -3504 ((-3 $ "failed") (-385 |t#2|))) (-15 -2897 ((-632 |t#1|) (-1174 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-327)) (-6 (-327)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-37 |#1|) . T) ((-37 $) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-97) . T) ((-107 #0# #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-107 |#1| |#1|) . T) ((-107 $ $) . T) ((-126) . T) ((-136) -2067 (|has| |#1| (-327)) (|has| |#1| (-136))) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) . T) ((-567 |#2|) . T) ((-211 |#1|) |has| |#1| (-341)) ((-213) -2067 (|has| |#1| (-327)) (-12 (|has| |#1| (-213)) (|has| |#1| (-341)))) ((-223) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-269) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-286) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-341) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-380) |has| |#1| (-327)) ((-346) -2067 (|has| |#1| (-346)) (|has| |#1| (-327))) ((-327) |has| |#1| (-327)) ((-348 |#1| |#2|) . T) ((-387 |#1| |#2|) . T) ((-355 |#1|) . T) ((-389 |#1|) . T) ((-429) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-517) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-594 #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-660 |#1|) . T) ((-660 $) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-669) . T) ((-835 (-1092)) -12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092)))) ((-855) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-983 #0#) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))) ((-983 |#1|) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) |has| |#1| (-327)) ((-1132) -2067 (|has| |#1| (-327)) (|has| |#1| (-341))))
-((-2475 (($) 14)) (-3300 (((-3 $ "failed") $) 16)) (-2278 (((-108) $) 13)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) 9)) (** (($ $ (-856)) NIL) (($ $ (-713)) 20)))
-(((-668 |#1|) (-10 -8 (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 -3706 (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-713))) (-15 -2278 ((-108) |#1|)) (-15 -2475 (|#1|)) (-15 -3706 (|#1| |#1| (-856))) (-15 ** (|#1| |#1| (-856)))) (-669)) (T -668))
-NIL
-(-10 -8 (-15 -3300 ((-3 |#1| "failed") |#1|)) (-15 -3706 (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-713))) (-15 -2278 ((-108) |#1|)) (-15 -2475 (|#1|)) (-15 -3706 (|#1| |#1| (-856))) (-15 ** (|#1| |#1| (-856))))
-((-4087 (((-108) $ $) 7)) (-2475 (($) 20 T CONST)) (-3300 (((-3 $ "failed") $) 16)) (-2278 (((-108) $) 19)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3706 (($ $ (-856)) 13) (($ $ (-713)) 17)) (-3375 (($) 21 T CONST)) (-2775 (((-108) $ $) 6)) (** (($ $ (-856)) 14) (($ $ (-713)) 18)) (* (($ $ $) 15)))
-(((-669) (-131)) (T -669))
-((-3375 (*1 *1) (-4 *1 (-669))) (-2475 (*1 *1) (-4 *1 (-669))) (-2278 (*1 *2 *1) (-12 (-4 *1 (-669)) (-5 *2 (-108)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-669)) (-5 *2 (-713)))) (-3706 (*1 *1 *1 *2) (-12 (-4 *1 (-669)) (-5 *2 (-713)))) (-3300 (*1 *1 *1) (|partial| -4 *1 (-669))))
-(-13 (-1032) (-10 -8 (-15 (-3375) ($) -2247) (-15 -2475 ($) -2247) (-15 -2278 ((-108) $)) (-15 ** ($ $ (-713))) (-15 -3706 ($ $ (-713))) (-15 -3300 ((-3 $ "failed") $))))
-(((-97) . T) ((-566 (-798)) . T) ((-1032) . T) ((-1020) . T))
-((-1806 (((-2 (|:| -2392 (-396 |#2|)) (|:| |special| (-396 |#2|))) |#2| (-1 |#2| |#2|)) 38)) (-3224 (((-2 (|:| -2392 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-2255 ((|#2| (-385 |#2|) (-1 |#2| |#2|)) 13)) (-4129 (((-2 (|:| |poly| |#2|) (|:| -2392 (-385 |#2|)) (|:| |special| (-385 |#2|))) (-385 |#2|) (-1 |#2| |#2|)) 47)))
-(((-670 |#1| |#2|) (-10 -7 (-15 -3224 ((-2 (|:| -2392 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -1806 ((-2 (|:| -2392 (-396 |#2|)) (|:| |special| (-396 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2255 (|#2| (-385 |#2|) (-1 |#2| |#2|))) (-15 -4129 ((-2 (|:| |poly| |#2|) (|:| -2392 (-385 |#2|)) (|:| |special| (-385 |#2|))) (-385 |#2|) (-1 |#2| |#2|)))) (-341) (-1150 |#1|)) (T -670))
-((-4129 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| |poly| *6) (|:| -2392 (-385 *6)) (|:| |special| (-385 *6)))) (-5 *1 (-670 *5 *6)) (-5 *3 (-385 *6)))) (-2255 (*1 *2 *3 *4) (-12 (-5 *3 (-385 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1150 *5)) (-5 *1 (-670 *5 *2)) (-4 *5 (-341)))) (-1806 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| -2392 (-396 *3)) (|:| |special| (-396 *3)))) (-5 *1 (-670 *5 *3)))) (-3224 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-341)) (-5 *2 (-2 (|:| -2392 *3) (|:| |special| *3))) (-5 *1 (-670 *5 *3)))))
-(-10 -7 (-15 -3224 ((-2 (|:| -2392 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -1806 ((-2 (|:| -2392 (-396 |#2|)) (|:| |special| (-396 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2255 (|#2| (-385 |#2|) (-1 |#2| |#2|))) (-15 -4129 ((-2 (|:| |poly| |#2|) (|:| -2392 (-385 |#2|)) (|:| |special| (-385 |#2|))) (-385 |#2|) (-1 |#2| |#2|))))
-((-3741 ((|#7| (-592 |#5|) |#6|) NIL)) (-2016 ((|#7| (-1 |#5| |#4|) |#6|) 26)))
-(((-671 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2016 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3741 (|#7| (-592 |#5|) |#6|))) (-789) (-735) (-735) (-977) (-977) (-884 |#4| |#2| |#1|) (-884 |#5| |#3| |#1|)) (T -671))
-((-3741 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *9)) (-4 *9 (-977)) (-4 *5 (-789)) (-4 *6 (-735)) (-4 *8 (-977)) (-4 *2 (-884 *9 *7 *5)) (-5 *1 (-671 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-735)) (-4 *4 (-884 *8 *6 *5)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-977)) (-4 *9 (-977)) (-4 *5 (-789)) (-4 *6 (-735)) (-4 *2 (-884 *9 *7 *5)) (-5 *1 (-671 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-735)) (-4 *4 (-884 *8 *6 *5)))))
-(-10 -7 (-15 -2016 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3741 (|#7| (-592 |#5|) |#6|)))
-((-2016 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
-(((-672 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -2016 (|#7| (-1 |#2| |#1|) |#6|))) (-789) (-789) (-735) (-735) (-977) (-884 |#5| |#3| |#1|) (-884 |#5| |#4| |#2|)) (T -672))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-789)) (-4 *6 (-789)) (-4 *7 (-735)) (-4 *9 (-977)) (-4 *2 (-884 *9 *8 *6)) (-5 *1 (-672 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-735)) (-4 *4 (-884 *9 *7 *5)))))
-(-10 -7 (-15 -2016 (|#7| (-1 |#2| |#1|) |#6|)))
-((-4201 (((-396 |#4|) |#4|) 41)))
-(((-673 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4201 ((-396 |#4|) |#4|))) (-735) (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092))))) (-286) (-884 (-887 |#3|) |#1| |#2|)) (T -673))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092)))))) (-4 *6 (-286)) (-5 *2 (-396 *3)) (-5 *1 (-673 *4 *5 *6 *3)) (-4 *3 (-884 (-887 *6) *4 *5)))))
-(-10 -7 (-15 -4201 ((-396 |#4|) |#4|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-800 |#1|)) $) NIL)) (-4169 (((-1088 $) $ (-800 |#1|)) NIL) (((-1088 |#2|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#2| (-517)))) (-2433 (($ $) NIL (|has| |#2| (-517)))) (-1568 (((-108) $) NIL (|has| |#2| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-800 |#1|))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4195 (($ $) NIL (|has| |#2| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#2| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-800 |#1|) "failed") $) NIL)) (-4105 ((|#2| $) NIL) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-800 |#1|) $) NIL)) (-3801 (($ $ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#2| (-844)))) (-1457 (($ $ |#2| (-497 (-800 |#1|)) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-357))) (|has| |#2| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-800 |#1|) (-821 (-525))) (|has| |#2| (-821 (-525)))))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-1284 (($ (-1088 |#2|) (-800 |#1|)) NIL) (($ (-1088 $) (-800 |#1|)) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#2| (-497 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-800 |#1|)) NIL)) (-1819 (((-497 (-800 |#1|)) $) NIL) (((-713) $ (-800 |#1|)) NIL) (((-592 (-713)) $ (-592 (-800 |#1|))) NIL)) (-3033 (($ $ $) NIL (|has| |#2| (-789)))) (-1609 (($ $ $) NIL (|has| |#2| (-789)))) (-1314 (($ (-1 (-497 (-800 |#1|)) (-497 (-800 |#1|))) $) NIL)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-2018 (((-3 (-800 |#1|) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#2| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-1289 (((-1075) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-800 |#1|)) (|:| -2168 (-713))) "failed") $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#2| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#2| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#2| (-844)))) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-800 |#1|) |#2|) NIL) (($ $ (-592 (-800 |#1|)) (-592 |#2|)) NIL) (($ $ (-800 |#1|) $) NIL) (($ $ (-592 (-800 |#1|)) (-592 $)) NIL)) (-4115 (($ $ (-800 |#1|)) NIL (|has| |#2| (-160)))) (-2702 (($ $ (-800 |#1|)) NIL) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-3529 (((-497 (-800 |#1|)) $) NIL) (((-713) $ (-800 |#1|)) NIL) (((-592 (-713)) $ (-592 (-800 |#1|))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-800 |#1|) (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-800 |#1|) (-567 (-501))) (|has| |#2| (-567 (-501)))))) (-1661 ((|#2| $) NIL (|has| |#2| (-429))) (($ $ (-800 |#1|)) NIL (|has| |#2| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#2| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) NIL) (($ (-800 |#1|)) NIL) (($ $) NIL (|has| |#2| (-517))) (($ (-385 (-525))) NIL (-2067 (|has| |#2| (-37 (-385 (-525)))) (|has| |#2| (-968 (-385 (-525))))))) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-497 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#2| (-844))) (|has| |#2| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#2| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#2| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-800 |#1|)) NIL) (($ $ (-592 (-800 |#1|))) NIL) (($ $ (-800 |#1|) (-713)) NIL) (($ $ (-592 (-800 |#1|)) (-592 (-713))) NIL)) (-2830 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#2| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#2| (-37 (-385 (-525))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-674 |#1| |#2|) (-884 |#2| (-497 (-800 |#1|)) (-800 |#1|)) (-592 (-1092)) (-977)) (T -674))
-NIL
-(-884 |#2| (-497 (-800 |#1|)) (-800 |#1|))
-((-2733 (((-2 (|:| -1525 (-887 |#3|)) (|:| -1919 (-887 |#3|))) |#4|) 14)) (-1684 ((|#4| |#4| |#2|) 33)) (-1850 ((|#4| (-385 (-887 |#3|)) |#2|) 64)) (-2967 ((|#4| (-1088 (-887 |#3|)) |#2|) 77)) (-4057 ((|#4| (-1088 |#4|) |#2|) 51)) (-3336 ((|#4| |#4| |#2|) 54)) (-4201 (((-396 |#4|) |#4|) 40)))
-(((-675 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2733 ((-2 (|:| -1525 (-887 |#3|)) (|:| -1919 (-887 |#3|))) |#4|)) (-15 -3336 (|#4| |#4| |#2|)) (-15 -4057 (|#4| (-1088 |#4|) |#2|)) (-15 -1684 (|#4| |#4| |#2|)) (-15 -2967 (|#4| (-1088 (-887 |#3|)) |#2|)) (-15 -1850 (|#4| (-385 (-887 |#3|)) |#2|)) (-15 -4201 ((-396 |#4|) |#4|))) (-735) (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)))) (-517) (-884 (-385 (-887 |#3|)) |#1| |#2|)) (T -675))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *6 (-517)) (-5 *2 (-396 *3)) (-5 *1 (-675 *4 *5 *6 *3)) (-4 *3 (-884 (-385 (-887 *6)) *4 *5)))) (-1850 (*1 *2 *3 *4) (-12 (-4 *6 (-517)) (-4 *2 (-884 *3 *5 *4)) (-5 *1 (-675 *5 *4 *6 *2)) (-5 *3 (-385 (-887 *6))) (-4 *5 (-735)) (-4 *4 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))))) (-2967 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 (-887 *6))) (-4 *6 (-517)) (-4 *2 (-884 (-385 (-887 *6)) *5 *4)) (-5 *1 (-675 *5 *4 *6 *2)) (-4 *5 (-735)) (-4 *4 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))))) (-1684 (*1 *2 *2 *3) (-12 (-4 *4 (-735)) (-4 *3 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *5 (-517)) (-5 *1 (-675 *4 *3 *5 *2)) (-4 *2 (-884 (-385 (-887 *5)) *4 *3)))) (-4057 (*1 *2 *3 *4) (-12 (-5 *3 (-1088 *2)) (-4 *2 (-884 (-385 (-887 *6)) *5 *4)) (-5 *1 (-675 *5 *4 *6 *2)) (-4 *5 (-735)) (-4 *4 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *6 (-517)))) (-3336 (*1 *2 *2 *3) (-12 (-4 *4 (-735)) (-4 *3 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *5 (-517)) (-5 *1 (-675 *4 *3 *5 *2)) (-4 *2 (-884 (-385 (-887 *5)) *4 *3)))) (-2733 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *6 (-517)) (-5 *2 (-2 (|:| -1525 (-887 *6)) (|:| -1919 (-887 *6)))) (-5 *1 (-675 *4 *5 *6 *3)) (-4 *3 (-884 (-385 (-887 *6)) *4 *5)))))
-(-10 -7 (-15 -2733 ((-2 (|:| -1525 (-887 |#3|)) (|:| -1919 (-887 |#3|))) |#4|)) (-15 -3336 (|#4| |#4| |#2|)) (-15 -4057 (|#4| (-1088 |#4|) |#2|)) (-15 -1684 (|#4| |#4| |#2|)) (-15 -2967 (|#4| (-1088 (-887 |#3|)) |#2|)) (-15 -1850 (|#4| (-385 (-887 |#3|)) |#2|)) (-15 -4201 ((-396 |#4|) |#4|)))
-((-4201 (((-396 |#4|) |#4|) 52)))
-(((-676 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4201 ((-396 |#4|) |#4|))) (-735) (-789) (-13 (-286) (-138)) (-884 (-385 |#3|) |#1| |#2|)) (T -676))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-13 (-286) (-138))) (-5 *2 (-396 *3)) (-5 *1 (-676 *4 *5 *6 *3)) (-4 *3 (-884 (-385 *6) *4 *5)))))
-(-10 -7 (-15 -4201 ((-396 |#4|) |#4|)))
-((-2016 (((-678 |#2| |#3|) (-1 |#2| |#1|) (-678 |#1| |#3|)) 18)))
-(((-677 |#1| |#2| |#3|) (-10 -7 (-15 -2016 ((-678 |#2| |#3|) (-1 |#2| |#1|) (-678 |#1| |#3|)))) (-977) (-977) (-669)) (T -677))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-678 *5 *7)) (-4 *5 (-977)) (-4 *6 (-977)) (-4 *7 (-669)) (-5 *2 (-678 *6 *7)) (-5 *1 (-677 *5 *6 *7)))))
-(-10 -7 (-15 -2016 ((-678 |#2| |#3|) (-1 |#2| |#1|) (-678 |#1| |#3|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 28)) (-2005 (((-592 (-2 (|:| -2681 |#1|) (|:| -2885 |#2|))) $) 29)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1613 (((-713)) 20 (-12 (|has| |#2| (-346)) (|has| |#1| (-346))))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) 57) (((-3 |#1| "failed") $) 60)) (-4105 ((|#2| $) NIL) ((|#1| $) NIL)) (-1451 (($ $) 79 (|has| |#2| (-789)))) (-3300 (((-3 $ "failed") $) 65)) (-1903 (($) 35 (-12 (|has| |#2| (-346)) (|has| |#1| (-346))))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) 55)) (-2884 (((-592 $) $) 39)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| |#2|) 16)) (-2016 (($ (-1 |#1| |#1|) $) 54)) (-3685 (((-856) $) 32 (-12 (|has| |#2| (-346)) (|has| |#1| (-346))))) (-1418 ((|#2| $) 78 (|has| |#2| (-789)))) (-1430 ((|#1| $) 77 (|has| |#2| (-789)))) (-1289 (((-1075) $) NIL)) (-1722 (($ (-856)) 27 (-12 (|has| |#2| (-346)) (|has| |#1| (-346))))) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 76) (($ (-525)) 45) (($ |#2|) 42) (($ |#1|) 43) (($ (-592 (-2 (|:| -2681 |#1|) (|:| -2885 |#2|)))) 11)) (-3137 (((-592 |#1|) $) 41)) (-3136 ((|#1| $ |#2|) 88)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 12 T CONST)) (-3375 (($) 33 T CONST)) (-2775 (((-108) $ $) 80)) (-2871 (($ $) 47) (($ $ $) NIL)) (-2860 (($ $ $) 26)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 52) (($ $ $) 90) (($ |#1| $) 49 (|has| |#1| (-160))) (($ $ |#1|) NIL (|has| |#1| (-160)))))
-(((-678 |#1| |#2|) (-13 (-977) (-968 |#2|) (-968 |#1|) (-10 -8 (-15 -1272 ($ |#1| |#2|)) (-15 -3136 (|#1| $ |#2|)) (-15 -4100 ($ (-592 (-2 (|:| -2681 |#1|) (|:| -2885 |#2|))))) (-15 -2005 ((-592 (-2 (|:| -2681 |#1|) (|:| -2885 |#2|))) $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (-15 -2457 ((-108) $)) (-15 -3137 ((-592 |#1|) $)) (-15 -2884 ((-592 $) $)) (-15 -4025 ((-713) $)) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-160)) (-6 (-37 |#1|)) |%noBranch|) (IF (|has| |#1| (-346)) (IF (|has| |#2| (-346)) (-6 (-346)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-789)) (PROGN (-15 -1418 (|#2| $)) (-15 -1430 (|#1| $)) (-15 -1451 ($ $))) |%noBranch|))) (-977) (-669)) (T -678))
-((-1272 (*1 *1 *2 *3) (-12 (-5 *1 (-678 *2 *3)) (-4 *2 (-977)) (-4 *3 (-669)))) (-3136 (*1 *2 *1 *3) (-12 (-4 *2 (-977)) (-5 *1 (-678 *2 *3)) (-4 *3 (-669)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| -2681 *3) (|:| -2885 *4)))) (-4 *3 (-977)) (-4 *4 (-669)) (-5 *1 (-678 *3 *4)))) (-2005 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| -2681 *3) (|:| -2885 *4)))) (-5 *1 (-678 *3 *4)) (-4 *3 (-977)) (-4 *4 (-669)))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-678 *3 *4)) (-4 *4 (-669)))) (-2457 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-678 *3 *4)) (-4 *3 (-977)) (-4 *4 (-669)))) (-3137 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-678 *3 *4)) (-4 *3 (-977)) (-4 *4 (-669)))) (-2884 (*1 *2 *1) (-12 (-5 *2 (-592 (-678 *3 *4))) (-5 *1 (-678 *3 *4)) (-4 *3 (-977)) (-4 *4 (-669)))) (-4025 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-678 *3 *4)) (-4 *3 (-977)) (-4 *4 (-669)))) (-1418 (*1 *2 *1) (-12 (-4 *2 (-669)) (-4 *2 (-789)) (-5 *1 (-678 *3 *2)) (-4 *3 (-977)))) (-1430 (*1 *2 *1) (-12 (-4 *2 (-977)) (-5 *1 (-678 *2 *3)) (-4 *3 (-789)) (-4 *3 (-669)))) (-1451 (*1 *1 *1) (-12 (-5 *1 (-678 *2 *3)) (-4 *3 (-789)) (-4 *2 (-977)) (-4 *3 (-669)))))
-(-13 (-977) (-968 |#2|) (-968 |#1|) (-10 -8 (-15 -1272 ($ |#1| |#2|)) (-15 -3136 (|#1| $ |#2|)) (-15 -4100 ($ (-592 (-2 (|:| -2681 |#1|) (|:| -2885 |#2|))))) (-15 -2005 ((-592 (-2 (|:| -2681 |#1|) (|:| -2885 |#2|))) $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (-15 -2457 ((-108) $)) (-15 -3137 ((-592 |#1|) $)) (-15 -2884 ((-592 $) $)) (-15 -4025 ((-713) $)) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-160)) (-6 (-37 |#1|)) |%noBranch|) (IF (|has| |#1| (-346)) (IF (|has| |#2| (-346)) (-6 (-346)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-789)) (PROGN (-15 -1418 (|#2| $)) (-15 -1430 (|#1| $)) (-15 -1451 ($ $))) |%noBranch|)))
-((-4087 (((-108) $ $) 19)) (-1705 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-3907 (($ $ $) 72)) (-4026 (((-108) $ $) 73)) (-3779 (((-108) $ (-713)) 8)) (-2805 (($ (-592 |#1|)) 68) (($) 67)) (-3050 (($ (-1 (-108) |#1|) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1793 (($ $) 62)) (-1681 (($ $) 58 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ |#1| $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 46 (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) 57 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 54 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-4207 (((-108) $ $) 64)) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22)) (-2913 (($ $ $) 69)) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40) (($ |#1| $ (-713)) 63)) (-3993 (((-1039) $) 21)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 51)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2605 (((-592 (-2 (|:| -3448 |#1|) (|:| -4002 (-713)))) $) 61)) (-1292 (($ $ |#1|) 71) (($ $ $) 70)) (-2637 (($) 49) (($ (-592 |#1|)) 48)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 50)) (-4100 (((-798) $) 18)) (-2180 (($ (-592 |#1|)) 66) (($) 65)) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20)) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-679 |#1|) (-131) (-1020)) (T -679))
-NIL
-(-13 (-637 |t#1|) (-1018 |t#1|))
-(((-33) . T) ((-102 |#1|) . T) ((-97) . T) ((-566 (-798)) . T) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-215 |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-637 |#1|) . T) ((-1018 |#1|) . T) ((-1020) . T) ((-1128) . T))
-((-4087 (((-108) $ $) NIL)) (-1705 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 76)) (-3907 (($ $ $) 79)) (-4026 (((-108) $ $) 83)) (-3779 (((-108) $ (-713)) NIL)) (-2805 (($ (-592 |#1|)) 24) (($) 16)) (-3050 (($ (-1 (-108) |#1|) $) 70 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-1793 (($ $) 71)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) 61 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 64 (|has| $ (-6 -4259))) (($ |#1| $ (-525)) 62) (($ (-1 (-108) |#1|) $ (-525)) 65)) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (($ |#1| $ (-525)) 67) (($ (-1 (-108) |#1|) $ (-525)) 68)) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 32 (|has| $ (-6 -4259)))) (-4207 (((-108) $ $) 82)) (-1666 (($) 14) (($ |#1|) 26) (($ (-592 |#1|)) 21)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) 38)) (-3198 (((-108) |#1| $) 58 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) 74 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 75)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2913 (($ $ $) 77)) (-3577 ((|#1| $) 55)) (-3246 (($ |#1| $) 56) (($ |#1| $ (-713)) 72)) (-3993 (((-1039) $) NIL)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-2724 ((|#1| $) 54)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 50)) (-1558 (($) 13)) (-2605 (((-592 (-2 (|:| -3448 |#1|) (|:| -4002 (-713)))) $) 48)) (-1292 (($ $ |#1|) NIL) (($ $ $) 78)) (-2637 (($) 15) (($ (-592 |#1|)) 23)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) 60 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 66)) (-2069 (((-501) $) 36 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 20)) (-4100 (((-798) $) 44)) (-2180 (($ (-592 |#1|)) 25) (($) 17)) (-3905 (($ (-592 |#1|)) 22)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 81)) (-2827 (((-713) $) 59 (|has| $ (-6 -4259)))))
-(((-680 |#1|) (-13 (-679 |#1|) (-10 -8 (-6 -4259) (-6 -4260) (-15 -1666 ($)) (-15 -1666 ($ |#1|)) (-15 -1666 ($ (-592 |#1|))) (-15 -2617 ((-592 |#1|) $)) (-15 -2698 ($ |#1| $ (-525))) (-15 -2698 ($ (-1 (-108) |#1|) $ (-525))) (-15 -4205 ($ |#1| $ (-525))) (-15 -4205 ($ (-1 (-108) |#1|) $ (-525))))) (-1020)) (T -680))
-((-1666 (*1 *1) (-12 (-5 *1 (-680 *2)) (-4 *2 (-1020)))) (-1666 (*1 *1 *2) (-12 (-5 *1 (-680 *2)) (-4 *2 (-1020)))) (-1666 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-680 *3)))) (-2617 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-680 *3)) (-4 *3 (-1020)))) (-2698 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-680 *2)) (-4 *2 (-1020)))) (-2698 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-108) *4)) (-5 *3 (-525)) (-4 *4 (-1020)) (-5 *1 (-680 *4)))) (-4205 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-680 *2)) (-4 *2 (-1020)))) (-4205 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-108) *4)) (-5 *3 (-525)) (-4 *4 (-1020)) (-5 *1 (-680 *4)))))
-(-13 (-679 |#1|) (-10 -8 (-6 -4259) (-6 -4260) (-15 -1666 ($)) (-15 -1666 ($ |#1|)) (-15 -1666 ($ (-592 |#1|))) (-15 -2617 ((-592 |#1|) $)) (-15 -2698 ($ |#1| $ (-525))) (-15 -2698 ($ (-1 (-108) |#1|) $ (-525))) (-15 -4205 ($ |#1| $ (-525))) (-15 -4205 ($ (-1 (-108) |#1|) $ (-525)))))
-((-2351 (((-1179) (-1075)) 8)))
-(((-681) (-10 -7 (-15 -2351 ((-1179) (-1075))))) (T -681))
-((-2351 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-681)))))
-(-10 -7 (-15 -2351 ((-1179) (-1075))))
-((-3329 (((-592 |#1|) (-592 |#1|) (-592 |#1|)) 10)))
-(((-682 |#1|) (-10 -7 (-15 -3329 ((-592 |#1|) (-592 |#1|) (-592 |#1|)))) (-789)) (T -682))
-((-3329 (*1 *2 *2 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-682 *3)))))
-(-10 -7 (-15 -3329 ((-592 |#1|) (-592 |#1|) (-592 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 |#2|) $) 136)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 129 (|has| |#1| (-517)))) (-2433 (($ $) 128 (|has| |#1| (-517)))) (-1568 (((-108) $) 126 (|has| |#1| (-517)))) (-1803 (($ $) 85 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 68 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) 19)) (-4211 (($ $) 67 (|has| |#1| (-37 (-385 (-525)))))) (-1781 (($ $) 84 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 69 (|has| |#1| (-37 (-385 (-525)))))) (-1828 (($ $) 83 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 70 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) 17 T CONST)) (-1451 (($ $) 120)) (-3300 (((-3 $ "failed") $) 34)) (-3565 (((-887 |#1|) $ (-713)) 98) (((-887 |#1|) $ (-713) (-713)) 97)) (-2853 (((-108) $) 137)) (-4106 (($) 95 (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-713) $ |#2|) 100) (((-713) $ |#2| (-713)) 99)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 66 (|has| |#1| (-37 (-385 (-525)))))) (-2457 (((-108) $) 118)) (-1272 (($ $ (-592 |#2|) (-592 (-497 |#2|))) 135) (($ $ |#2| (-497 |#2|)) 134) (($ |#1| (-497 |#2|)) 119) (($ $ |#2| (-713)) 102) (($ $ (-592 |#2|) (-592 (-713))) 101)) (-2016 (($ (-1 |#1| |#1|) $) 117)) (-2533 (($ $) 92 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) 115)) (-1430 ((|#1| $) 114)) (-1289 (((-1075) $) 9)) (-2367 (($ $ |#2|) 96 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) 10)) (-1397 (($ $ (-713)) 103)) (-1311 (((-3 $ "failed") $ $) 130 (|has| |#1| (-517)))) (-1618 (($ $) 93 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (($ $ |#2| $) 111) (($ $ (-592 |#2|) (-592 $)) 110) (($ $ (-592 (-273 $))) 109) (($ $ (-273 $)) 108) (($ $ $ $) 107) (($ $ (-592 $) (-592 $)) 106)) (-2702 (($ $ |#2|) 42) (($ $ (-592 |#2|)) 41) (($ $ |#2| (-713)) 40) (($ $ (-592 |#2|) (-592 (-713))) 39)) (-3529 (((-497 |#2|) $) 116)) (-1841 (($ $) 82 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 71 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 81 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 72 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 80 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 73 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 138)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 133 (|has| |#1| (-160))) (($ $) 131 (|has| |#1| (-517))) (($ (-385 (-525))) 123 (|has| |#1| (-37 (-385 (-525)))))) (-3136 ((|#1| $ (-497 |#2|)) 121) (($ $ |#2| (-713)) 105) (($ $ (-592 |#2|) (-592 (-713))) 104)) (-1463 (((-3 $ "failed") $) 132 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1876 (($ $) 91 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 79 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) 127 (|has| |#1| (-517)))) (-1853 (($ $) 90 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 78 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 89 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 77 (|has| |#1| (-37 (-385 (-525)))))) (-3135 (($ $) 88 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 76 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 87 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 75 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 86 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 74 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ |#2|) 38) (($ $ (-592 |#2|)) 37) (($ $ |#2| (-713)) 36) (($ $ (-592 |#2|) (-592 (-713))) 35)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 122 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ $) 94 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 65 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 125 (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) 124 (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 113) (($ $ |#1|) 112)))
-(((-683 |#1| |#2|) (-131) (-977) (-789)) (T -683))
-((-3136 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *2)) (-4 *4 (-977)) (-4 *2 (-789)))) (-3136 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *5)) (-5 *3 (-592 (-713))) (-4 *1 (-683 *4 *5)) (-4 *4 (-977)) (-4 *5 (-789)))) (-1397 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-683 *3 *4)) (-4 *3 (-977)) (-4 *4 (-789)))) (-1272 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *2)) (-4 *4 (-977)) (-4 *2 (-789)))) (-1272 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *5)) (-5 *3 (-592 (-713))) (-4 *1 (-683 *4 *5)) (-4 *4 (-977)) (-4 *5 (-789)))) (-4000 (*1 *2 *1 *3) (-12 (-4 *1 (-683 *4 *3)) (-4 *4 (-977)) (-4 *3 (-789)) (-5 *2 (-713)))) (-4000 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-713)) (-4 *1 (-683 *4 *3)) (-4 *4 (-977)) (-4 *3 (-789)))) (-3565 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *5)) (-4 *4 (-977)) (-4 *5 (-789)) (-5 *2 (-887 *4)))) (-3565 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *5)) (-4 *4 (-977)) (-4 *5 (-789)) (-5 *2 (-887 *4)))) (-2367 (*1 *1 *1 *2) (-12 (-4 *1 (-683 *3 *2)) (-4 *3 (-977)) (-4 *2 (-789)) (-4 *3 (-37 (-385 (-525)))))))
-(-13 (-835 |t#2|) (-906 |t#1| (-497 |t#2|) |t#2|) (-486 |t#2| $) (-288 $) (-10 -8 (-15 -3136 ($ $ |t#2| (-713))) (-15 -3136 ($ $ (-592 |t#2|) (-592 (-713)))) (-15 -1397 ($ $ (-713))) (-15 -1272 ($ $ |t#2| (-713))) (-15 -1272 ($ $ (-592 |t#2|) (-592 (-713)))) (-15 -4000 ((-713) $ |t#2|)) (-15 -4000 ((-713) $ |t#2| (-713))) (-15 -3565 ((-887 |t#1|) $ (-713))) (-15 -3565 ((-887 |t#1|) $ (-713) (-713))) (IF (|has| |t#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $ |t#2|)) (-6 (-934)) (-6 (-1114))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-497 |#2|)) . T) ((-25) . T) ((-37 #1=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) |has| |#1| (-517)) ((-34) |has| |#1| (-37 (-385 (-525)))) ((-91) |has| |#1| (-37 (-385 (-525)))) ((-97) . T) ((-107 #1# #1#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-263) |has| |#1| (-37 (-385 (-525)))) ((-269) |has| |#1| (-517)) ((-288 $) . T) ((-466) |has| |#1| (-37 (-385 (-525)))) ((-486 |#2| $) . T) ((-486 $ $) . T) ((-517) |has| |#1| (-517)) ((-594 #1#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #1#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) |has| |#1| (-517)) ((-669) . T) ((-835 |#2|) . T) ((-906 |#1| #0# |#2|) . T) ((-934) |has| |#1| (-37 (-385 (-525)))) ((-983 #1#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1114) |has| |#1| (-37 (-385 (-525)))) ((-1117) |has| |#1| (-37 (-385 (-525)))))
-((-4201 (((-396 (-1088 |#4|)) (-1088 |#4|)) 30) (((-396 |#4|) |#4|) 26)))
-(((-684 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4201 ((-396 |#4|) |#4|)) (-15 -4201 ((-396 (-1088 |#4|)) (-1088 |#4|)))) (-789) (-735) (-13 (-286) (-138)) (-884 |#3| |#2| |#1|)) (T -684))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-13 (-286) (-138))) (-4 *7 (-884 *6 *5 *4)) (-5 *2 (-396 (-1088 *7))) (-5 *1 (-684 *4 *5 *6 *7)) (-5 *3 (-1088 *7)))) (-4201 (*1 *2 *3) (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-13 (-286) (-138))) (-5 *2 (-396 *3)) (-5 *1 (-684 *4 *5 *6 *3)) (-4 *3 (-884 *6 *5 *4)))))
-(-10 -7 (-15 -4201 ((-396 |#4|) |#4|)) (-15 -4201 ((-396 (-1088 |#4|)) (-1088 |#4|))))
-((-3006 (((-396 |#4|) |#4| |#2|) 118)) (-1757 (((-396 |#4|) |#4|) NIL)) (-3586 (((-396 (-1088 |#4|)) (-1088 |#4|)) 109) (((-396 |#4|) |#4|) 40)) (-2341 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-592 (-2 (|:| -4201 (-1088 |#4|)) (|:| -2168 (-525)))))) (-1088 |#4|) (-592 |#2|) (-592 (-592 |#3|))) 68)) (-2866 (((-1088 |#3|) (-1088 |#3|) (-525)) 136)) (-3694 (((-592 (-713)) (-1088 |#4|) (-592 |#2|) (-713)) 60)) (-3492 (((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-1088 |#3|) (-1088 |#3|) |#4| (-592 |#2|) (-592 (-713)) (-592 |#3|)) 64)) (-1772 (((-2 (|:| |upol| (-1088 |#3|)) (|:| |Lval| (-592 |#3|)) (|:| |Lfact| (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525))))) (|:| |ctpol| |#3|)) (-1088 |#4|) (-592 |#2|) (-592 (-592 |#3|))) 25)) (-3468 (((-2 (|:| -2158 (-1088 |#4|)) (|:| |polval| (-1088 |#3|))) (-1088 |#4|) (-1088 |#3|) (-525)) 56)) (-2074 (((-525) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525))))) 133)) (-2092 ((|#4| (-525) (-396 |#4|)) 57)) (-2694 (((-108) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525)))) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525))))) NIL)))
-(((-685 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3586 ((-396 |#4|) |#4|)) (-15 -3586 ((-396 (-1088 |#4|)) (-1088 |#4|))) (-15 -1757 ((-396 |#4|) |#4|)) (-15 -2074 ((-525) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525)))))) (-15 -3006 ((-396 |#4|) |#4| |#2|)) (-15 -3468 ((-2 (|:| -2158 (-1088 |#4|)) (|:| |polval| (-1088 |#3|))) (-1088 |#4|) (-1088 |#3|) (-525))) (-15 -2341 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-592 (-2 (|:| -4201 (-1088 |#4|)) (|:| -2168 (-525)))))) (-1088 |#4|) (-592 |#2|) (-592 (-592 |#3|)))) (-15 -1772 ((-2 (|:| |upol| (-1088 |#3|)) (|:| |Lval| (-592 |#3|)) (|:| |Lfact| (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525))))) (|:| |ctpol| |#3|)) (-1088 |#4|) (-592 |#2|) (-592 (-592 |#3|)))) (-15 -2092 (|#4| (-525) (-396 |#4|))) (-15 -2694 ((-108) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525)))) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525)))))) (-15 -3492 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-1088 |#3|) (-1088 |#3|) |#4| (-592 |#2|) (-592 (-713)) (-592 |#3|))) (-15 -3694 ((-592 (-713)) (-1088 |#4|) (-592 |#2|) (-713))) (-15 -2866 ((-1088 |#3|) (-1088 |#3|) (-525)))) (-735) (-789) (-286) (-884 |#3| |#1| |#2|)) (T -685))
-((-2866 (*1 *2 *2 *3) (-12 (-5 *2 (-1088 *6)) (-5 *3 (-525)) (-4 *6 (-286)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-685 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5)))) (-3694 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1088 *9)) (-5 *4 (-592 *7)) (-4 *7 (-789)) (-4 *9 (-884 *8 *6 *7)) (-4 *6 (-735)) (-4 *8 (-286)) (-5 *2 (-592 (-713))) (-5 *1 (-685 *6 *7 *8 *9)) (-5 *5 (-713)))) (-3492 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1088 *11)) (-5 *6 (-592 *10)) (-5 *7 (-592 (-713))) (-5 *8 (-592 *11)) (-4 *10 (-789)) (-4 *11 (-286)) (-4 *9 (-735)) (-4 *5 (-884 *11 *9 *10)) (-5 *2 (-592 (-1088 *5))) (-5 *1 (-685 *9 *10 *11 *5)) (-5 *3 (-1088 *5)))) (-2694 (*1 *2 *3 *3) (-12 (-5 *3 (-592 (-2 (|:| -4201 (-1088 *6)) (|:| -2168 (-525))))) (-4 *6 (-286)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)) (-5 *1 (-685 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5)))) (-2092 (*1 *2 *3 *4) (-12 (-5 *3 (-525)) (-5 *4 (-396 *2)) (-4 *2 (-884 *7 *5 *6)) (-5 *1 (-685 *5 *6 *7 *2)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-286)))) (-1772 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1088 *9)) (-5 *4 (-592 *7)) (-5 *5 (-592 (-592 *8))) (-4 *7 (-789)) (-4 *8 (-286)) (-4 *9 (-884 *8 *6 *7)) (-4 *6 (-735)) (-5 *2 (-2 (|:| |upol| (-1088 *8)) (|:| |Lval| (-592 *8)) (|:| |Lfact| (-592 (-2 (|:| -4201 (-1088 *8)) (|:| -2168 (-525))))) (|:| |ctpol| *8))) (-5 *1 (-685 *6 *7 *8 *9)))) (-2341 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-592 *7)) (-5 *5 (-592 (-592 *8))) (-4 *7 (-789)) (-4 *8 (-286)) (-4 *6 (-735)) (-4 *9 (-884 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-592 (-2 (|:| -4201 (-1088 *9)) (|:| -2168 (-525))))))) (-5 *1 (-685 *6 *7 *8 *9)) (-5 *3 (-1088 *9)))) (-3468 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-525)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-286)) (-4 *9 (-884 *8 *6 *7)) (-5 *2 (-2 (|:| -2158 (-1088 *9)) (|:| |polval| (-1088 *8)))) (-5 *1 (-685 *6 *7 *8 *9)) (-5 *3 (-1088 *9)) (-5 *4 (-1088 *8)))) (-3006 (*1 *2 *3 *4) (-12 (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-286)) (-5 *2 (-396 *3)) (-5 *1 (-685 *5 *4 *6 *3)) (-4 *3 (-884 *6 *5 *4)))) (-2074 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -4201 (-1088 *6)) (|:| -2168 (-525))))) (-4 *6 (-286)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-525)) (-5 *1 (-685 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5)))) (-1757 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)) (-5 *2 (-396 *3)) (-5 *1 (-685 *4 *5 *6 *3)) (-4 *3 (-884 *6 *4 *5)))) (-3586 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-396 (-1088 *7))) (-5 *1 (-685 *4 *5 *6 *7)) (-5 *3 (-1088 *7)))) (-3586 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)) (-5 *2 (-396 *3)) (-5 *1 (-685 *4 *5 *6 *3)) (-4 *3 (-884 *6 *4 *5)))))
-(-10 -7 (-15 -3586 ((-396 |#4|) |#4|)) (-15 -3586 ((-396 (-1088 |#4|)) (-1088 |#4|))) (-15 -1757 ((-396 |#4|) |#4|)) (-15 -2074 ((-525) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525)))))) (-15 -3006 ((-396 |#4|) |#4| |#2|)) (-15 -3468 ((-2 (|:| -2158 (-1088 |#4|)) (|:| |polval| (-1088 |#3|))) (-1088 |#4|) (-1088 |#3|) (-525))) (-15 -2341 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-592 (-2 (|:| -4201 (-1088 |#4|)) (|:| -2168 (-525)))))) (-1088 |#4|) (-592 |#2|) (-592 (-592 |#3|)))) (-15 -1772 ((-2 (|:| |upol| (-1088 |#3|)) (|:| |Lval| (-592 |#3|)) (|:| |Lfact| (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525))))) (|:| |ctpol| |#3|)) (-1088 |#4|) (-592 |#2|) (-592 (-592 |#3|)))) (-15 -2092 (|#4| (-525) (-396 |#4|))) (-15 -2694 ((-108) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525)))) (-592 (-2 (|:| -4201 (-1088 |#3|)) (|:| -2168 (-525)))))) (-15 -3492 ((-3 (-592 (-1088 |#4|)) "failed") (-1088 |#4|) (-1088 |#3|) (-1088 |#3|) |#4| (-592 |#2|) (-592 (-713)) (-592 |#3|))) (-15 -3694 ((-592 (-713)) (-1088 |#4|) (-592 |#2|) (-713))) (-15 -2866 ((-1088 |#3|) (-1088 |#3|) (-525))))
-((-2156 (($ $ (-856)) 12)))
-(((-686 |#1| |#2|) (-10 -8 (-15 -2156 (|#1| |#1| (-856)))) (-687 |#2|) (-160)) (T -686))
-NIL
-(-10 -8 (-15 -2156 (|#1| |#1| (-856))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1488 (($ $ (-856)) 28)) (-2156 (($ $ (-856)) 33)) (-2486 (($ $ (-856)) 29)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1242 (($ $ $) 25)) (-4100 (((-798) $) 11)) (-3133 (($ $ $ $) 26)) (-4148 (($ $ $) 24)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 30)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
-(((-687 |#1|) (-131) (-160)) (T -687))
-((-2156 (*1 *1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-687 *3)) (-4 *3 (-160)))))
-(-13 (-704) (-660 |t#1|) (-10 -8 (-15 -2156 ($ $ (-856)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-660 |#1|) . T) ((-663) . T) ((-704) . T) ((-983 |#1|) . T) ((-1020) . T))
-((-1677 (((-966) (-632 (-205)) (-525) (-108) (-525)) 25)) (-3589 (((-966) (-632 (-205)) (-525) (-108) (-525)) 24)))
-(((-688) (-10 -7 (-15 -3589 ((-966) (-632 (-205)) (-525) (-108) (-525))) (-15 -1677 ((-966) (-632 (-205)) (-525) (-108) (-525))))) (T -688))
-((-1677 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-108)) (-5 *2 (-966)) (-5 *1 (-688)))) (-3589 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-108)) (-5 *2 (-966)) (-5 *1 (-688)))))
-(-10 -7 (-15 -3589 ((-966) (-632 (-205)) (-525) (-108) (-525))) (-15 -1677 ((-966) (-632 (-205)) (-525) (-108) (-525))))
-((-3633 (((-966) (-525) (-525) (-525) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-72 FCN)))) 43)) (-1735 (((-966) (-525) (-525) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-79 FCN)))) 39)) (-2107 (((-966) (-205) (-205) (-205) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) 32)))
-(((-689) (-10 -7 (-15 -2107 ((-966) (-205) (-205) (-205) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -1735 ((-966) (-525) (-525) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-79 FCN))))) (-15 -3633 ((-966) (-525) (-525) (-525) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-72 FCN))))))) (T -689))
-((-3633 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-72 FCN)))) (-5 *2 (-966)) (-5 *1 (-689)))) (-1735 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-79 FCN)))) (-5 *2 (-966)) (-5 *1 (-689)))) (-2107 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966)) (-5 *1 (-689)))))
-(-10 -7 (-15 -2107 ((-966) (-205) (-205) (-205) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -1735 ((-966) (-525) (-525) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-79 FCN))))) (-15 -3633 ((-966) (-525) (-525) (-525) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-72 FCN))))))
-((-3368 (((-966) (-525) (-525) (-632 (-205)) (-525)) 34)) (-2793 (((-966) (-525) (-525) (-632 (-205)) (-525)) 33)) (-2848 (((-966) (-525) (-632 (-205)) (-525)) 32)) (-1823 (((-966) (-525) (-632 (-205)) (-525)) 31)) (-3092 (((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 30)) (-3103 (((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 29)) (-2086 (((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-525)) 28)) (-2653 (((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-525)) 27)) (-3676 (((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525)) 24)) (-3978 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-525)) 23)) (-1579 (((-966) (-525) (-632 (-205)) (-525)) 22)) (-1324 (((-966) (-525) (-632 (-205)) (-525)) 21)))
-(((-690) (-10 -7 (-15 -1324 ((-966) (-525) (-632 (-205)) (-525))) (-15 -1579 ((-966) (-525) (-632 (-205)) (-525))) (-15 -3978 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3676 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2653 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2086 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3103 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3092 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1823 ((-966) (-525) (-632 (-205)) (-525))) (-15 -2848 ((-966) (-525) (-632 (-205)) (-525))) (-15 -2793 ((-966) (-525) (-525) (-632 (-205)) (-525))) (-15 -3368 ((-966) (-525) (-525) (-632 (-205)) (-525))))) (T -690))
-((-3368 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-2793 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-2848 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-1823 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-3092 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-3103 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-2086 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-2653 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-3676 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-3978 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-1579 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))) (-1324 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-690)))))
-(-10 -7 (-15 -1324 ((-966) (-525) (-632 (-205)) (-525))) (-15 -1579 ((-966) (-525) (-632 (-205)) (-525))) (-15 -3978 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3676 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2653 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2086 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3103 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3092 ((-966) (-525) (-525) (-1075) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1823 ((-966) (-525) (-632 (-205)) (-525))) (-15 -2848 ((-966) (-525) (-632 (-205)) (-525))) (-15 -2793 ((-966) (-525) (-525) (-632 (-205)) (-525))) (-15 -3368 ((-966) (-525) (-525) (-632 (-205)) (-525))))
-((-2148 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-205) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN)))) 52)) (-1306 (((-966) (-632 (-205)) (-632 (-205)) (-525) (-525)) 51)) (-1789 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN)))) 50)) (-2595 (((-966) (-205) (-205) (-525) (-525) (-525) (-525)) 46)) (-1961 (((-966) (-205) (-205) (-525) (-205) (-525) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) 45)) (-3488 (((-966) (-205) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) 44)) (-3722 (((-966) (-205) (-205) (-205) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) 43)) (-2940 (((-966) (-205) (-205) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) 42)) (-2000 (((-966) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) 38)) (-3848 (((-966) (-205) (-205) (-525) (-632 (-205)) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) 37)) (-4072 (((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) 33)) (-4188 (((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) 32)))
-(((-691) (-10 -7 (-15 -4188 ((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -4072 ((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -3848 ((-966) (-205) (-205) (-525) (-632 (-205)) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -2000 ((-966) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -2940 ((-966) (-205) (-205) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -3722 ((-966) (-205) (-205) (-205) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -3488 ((-966) (-205) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -1961 ((-966) (-205) (-205) (-525) (-205) (-525) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -2595 ((-966) (-205) (-205) (-525) (-525) (-525) (-525))) (-15 -1789 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN))))) (-15 -1306 ((-966) (-632 (-205)) (-632 (-205)) (-525) (-525))) (-15 -2148 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-205) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN))))))) (T -691))
-((-2148 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-1306 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-691)))) (-1789 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-2595 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-691)))) (-1961 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-3488 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-3722 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-2940 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-2000 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-3848 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-691)))) (-4072 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966)) (-5 *1 (-691)))) (-4188 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966)) (-5 *1 (-691)))))
-(-10 -7 (-15 -4188 ((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -4072 ((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -3848 ((-966) (-205) (-205) (-525) (-632 (-205)) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -2000 ((-966) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834))))) (-15 -2940 ((-966) (-205) (-205) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -3722 ((-966) (-205) (-205) (-205) (-205) (-525) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -3488 ((-966) (-205) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -1961 ((-966) (-205) (-205) (-525) (-205) (-525) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G))))) (-15 -2595 ((-966) (-205) (-205) (-525) (-525) (-525) (-525))) (-15 -1789 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-205) (-525) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN))))) (-15 -1306 ((-966) (-632 (-205)) (-632 (-205)) (-525) (-525))) (-15 -2148 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-205) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN))))))
-((-2689 (((-966) (-525) (-525) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-73 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-366)) (|:| |fp| (-74 G JACOBG JACGEP)))) 76)) (-1892 (((-966) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL))) (-366) (-366)) 69) (((-966) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL)))) 68)) (-2776 (((-966) (-205) (-205) (-525) (-205) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-82 FCNF))) (-3 (|:| |fn| (-366)) (|:| |fp| (-83 FCNG)))) 57)) (-2601 (((-966) (-632 (-205)) (-632 (-205)) (-525) (-205) (-205) (-205) (-525) (-525) (-525) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) 50)) (-3590 (((-966) (-205) (-525) (-525) (-1075) (-525) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-69 PEDERV))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT)))) 49)) (-1363 (((-966) (-205) (-525) (-525) (-205) (-1075) (-205) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT)))) 45)) (-3190 (((-966) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) 42)) (-2161 (((-966) (-205) (-525) (-525) (-525) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT)))) 38)))
-(((-692) (-10 -7 (-15 -2161 ((-966) (-205) (-525) (-525) (-525) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))) (-15 -3190 ((-966) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))))) (-15 -1363 ((-966) (-205) (-525) (-525) (-205) (-1075) (-205) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))) (-15 -3590 ((-966) (-205) (-525) (-525) (-1075) (-525) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-69 PEDERV))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))) (-15 -2601 ((-966) (-632 (-205)) (-632 (-205)) (-525) (-205) (-205) (-205) (-525) (-525) (-525) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))))) (-15 -2776 ((-966) (-205) (-205) (-525) (-205) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-82 FCNF))) (-3 (|:| |fn| (-366)) (|:| |fp| (-83 FCNG))))) (-15 -1892 ((-966) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL))))) (-15 -1892 ((-966) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL))) (-366) (-366))) (-15 -2689 ((-966) (-525) (-525) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-73 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-366)) (|:| |fp| (-74 G JACOBG JACGEP))))))) (T -692))
-((-2689 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-73 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-74 G JACOBG JACGEP)))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))) (-1892 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-205)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL)))) (-5 *8 (-366)) (-5 *2 (-966)) (-5 *1 (-692)))) (-1892 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-205)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL)))) (-5 *2 (-966)) (-5 *1 (-692)))) (-2776 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-82 FCNF)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-83 FCNG)))) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))) (-2601 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-205)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) (-5 *2 (-966)) (-5 *1 (-692)))) (-3590 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-525)) (-5 *5 (-1075)) (-5 *6 (-632 (-205))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G)))) (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) (-5 *9 (-3 (|:| |fn| (-366)) (|:| |fp| (-69 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT)))) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))) (-1363 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-525)) (-5 *5 (-1075)) (-5 *6 (-632 (-205))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G)))) (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) (-5 *9 (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT)))) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))) (-3190 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))) (-2161 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT)))) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))))
-(-10 -7 (-15 -2161 ((-966) (-205) (-525) (-525) (-525) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))) (-15 -3190 ((-966) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))))) (-15 -1363 ((-966) (-205) (-525) (-525) (-205) (-1075) (-205) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))) (-15 -3590 ((-966) (-205) (-525) (-525) (-1075) (-525) (-205) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-69 PEDERV))) (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))) (-15 -2601 ((-966) (-632 (-205)) (-632 (-205)) (-525) (-205) (-205) (-205) (-525) (-525) (-525) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))))) (-15 -2776 ((-966) (-205) (-205) (-525) (-205) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-82 FCNF))) (-3 (|:| |fn| (-366)) (|:| |fp| (-83 FCNG))))) (-15 -1892 ((-966) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL))))) (-15 -1892 ((-966) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL))) (-366) (-366))) (-15 -2689 ((-966) (-525) (-525) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-73 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-366)) (|:| |fp| (-74 G JACOBG JACGEP))))))
-((-3399 (((-966) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-620 (-205)) (-525)) 45)) (-1586 (((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-1075) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-80 PDEF))) (-3 (|:| |fn| (-366)) (|:| |fp| (-81 BNDY)))) 41)) (-2204 (((-966) (-525) (-525) (-525) (-525) (-205) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 23)))
-(((-693) (-10 -7 (-15 -2204 ((-966) (-525) (-525) (-525) (-525) (-205) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1586 ((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-1075) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-80 PDEF))) (-3 (|:| |fn| (-366)) (|:| |fp| (-81 BNDY))))) (-15 -3399 ((-966) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-620 (-205)) (-525))))) (T -693))
-((-3399 (*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 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-620 (-205))) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-693)))) (-1586 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-1075)) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-80 PDEF)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-81 BNDY)))) (-5 *2 (-966)) (-5 *1 (-693)))) (-2204 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-693)))))
-(-10 -7 (-15 -2204 ((-966) (-525) (-525) (-525) (-525) (-205) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1586 ((-966) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-1075) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-80 PDEF))) (-3 (|:| |fn| (-366)) (|:| |fp| (-81 BNDY))))) (-15 -3399 ((-966) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-620 (-205)) (-525))))
-((-1546 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-632 (-205)) (-205) (-205) (-525)) 35)) (-2744 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-205) (-205) (-525)) 34)) (-2299 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-632 (-205)) (-205) (-205) (-525)) 33)) (-1790 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 29)) (-1865 (((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 28)) (-3892 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525)) 27)) (-3912 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-525)) 24)) (-1519 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-525)) 23)) (-1894 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-525)) 22)) (-2395 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525)) 21)))
-(((-694) (-10 -7 (-15 -2395 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525))) (-15 -1894 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1519 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -3912 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -3892 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525))) (-15 -1865 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1790 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2299 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-632 (-205)) (-205) (-205) (-525))) (-15 -2744 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-205) (-205) (-525))) (-15 -1546 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-632 (-205)) (-205) (-205) (-525))))) (T -694))
-((-1546 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *2 (-966)) (-5 *1 (-694)))) (-2744 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *2 (-966)) (-5 *1 (-694)))) (-2299 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *6 (-205)) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-694)))) (-1790 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-694)))) (-1865 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-694)))) (-3892 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *2 (-966)) (-5 *1 (-694)))) (-3912 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-694)))) (-1519 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-694)))) (-1894 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-694)))) (-2395 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-694)))))
-(-10 -7 (-15 -2395 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525))) (-15 -1894 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1519 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -3912 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -3892 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-205) (-525))) (-15 -1865 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1790 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2299 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-632 (-205)) (-205) (-205) (-525))) (-15 -2744 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-205) (-205) (-525))) (-15 -1546 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-632 (-205)) (-205) (-205) (-525))))
-((-2019 (((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525)) 45)) (-3956 (((-966) (-525) (-525) (-525) (-205) (-632 (-205)) (-632 (-205)) (-525)) 44)) (-1239 (((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525)) 43)) (-3370 (((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 42)) (-2647 (((-966) (-1075) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525)) 41)) (-3029 (((-966) (-1075) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525)) 40)) (-3791 (((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525) (-525) (-525) (-205) (-632 (-205)) (-525)) 39)) (-1650 (((-966) (-1075) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-525))) 38)) (-4136 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-525)) 35)) (-1694 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525)) 34)) (-3602 (((-966) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525)) 33)) (-3058 (((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 32)) (-2832 (((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-205) (-525)) 31)) (-1207 (((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-525)) 30)) (-3333 (((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-525) (-525) (-525)) 29)) (-2554 (((-966) (-525) (-525) (-525) (-205) (-205) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525) (-632 (-525)) (-525) (-525) (-525)) 28)) (-3477 (((-966) (-525) (-632 (-205)) (-205) (-525)) 24)) (-3094 (((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 21)))
-(((-695) (-10 -7 (-15 -3094 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3477 ((-966) (-525) (-632 (-205)) (-205) (-525))) (-15 -2554 ((-966) (-525) (-525) (-525) (-205) (-205) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525) (-632 (-525)) (-525) (-525) (-525))) (-15 -3333 ((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-525) (-525) (-525))) (-15 -1207 ((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-525))) (-15 -2832 ((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-205) (-525))) (-15 -3058 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3602 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525))) (-15 -1694 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525))) (-15 -4136 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1650 ((-966) (-1075) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-525)))) (-15 -3791 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525) (-525) (-525) (-205) (-632 (-205)) (-525))) (-15 -3029 ((-966) (-1075) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525))) (-15 -2647 ((-966) (-1075) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3370 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1239 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525))) (-15 -3956 ((-966) (-525) (-525) (-525) (-205) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2019 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525))))) (T -695))
-((-2019 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-695)))) (-3956 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-1239 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-695)))) (-3370 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-695)))) (-2647 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-3029 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1075)) (-5 *5 (-632 (-205))) (-5 *6 (-205)) (-5 *7 (-632 (-525))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-695)))) (-3791 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *6 (-205)) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-695)))) (-1650 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1075)) (-5 *5 (-632 (-205))) (-5 *6 (-205)) (-5 *7 (-632 (-525))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-695)))) (-4136 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-695)))) (-1694 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-3602 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-3058 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-695)))) (-2832 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-1207 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-3333 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-2554 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-632 (-205))) (-5 *6 (-632 (-525))) (-5 *3 (-525)) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-3477 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))) (-3094 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-695)))))
-(-10 -7 (-15 -3094 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3477 ((-966) (-525) (-632 (-205)) (-205) (-525))) (-15 -2554 ((-966) (-525) (-525) (-525) (-205) (-205) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525) (-632 (-525)) (-525) (-525) (-525))) (-15 -3333 ((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-525) (-525) (-525))) (-15 -1207 ((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-205) (-525) (-525) (-525))) (-15 -2832 ((-966) (-525) (-205) (-205) (-632 (-205)) (-525) (-525) (-205) (-525))) (-15 -3058 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3602 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525))) (-15 -1694 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525))) (-15 -4136 ((-966) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1650 ((-966) (-1075) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-525)))) (-15 -3791 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525) (-525) (-525) (-205) (-632 (-205)) (-525))) (-15 -3029 ((-966) (-1075) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525))) (-15 -2647 ((-966) (-1075) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3370 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1239 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525))) (-15 -3956 ((-966) (-525) (-525) (-525) (-205) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2019 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525) (-632 (-205)) (-632 (-205)) (-525) (-525) (-525))))
-((-2348 (((-966) (-525) (-525) (-525) (-205) (-632 (-205)) (-525) (-632 (-205)) (-525)) 63)) (-1321 (((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-108) (-205) (-525) (-205) (-205) (-108) (-205) (-205) (-205) (-205) (-108) (-525) (-525) (-525) (-525) (-525) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-525)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-78 CONFUN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN)))) 62)) (-1603 (((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-205) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-108) (-108) (-108) (-525) (-525) (-632 (-205)) (-632 (-525)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-63 QPHESS)))) 58)) (-2467 (((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-108) (-525) (-525) (-632 (-205)) (-525)) 51)) (-2809 (((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-64 FUNCT1)))) 50)) (-3749 (((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-61 LSFUN2)))) 46)) (-1640 (((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-77 LSFUN1)))) 42)) (-4125 (((-966) (-525) (-205) (-205) (-525) (-205) (-108) (-205) (-205) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN)))) 38)))
-(((-696) (-10 -7 (-15 -4125 ((-966) (-525) (-205) (-205) (-525) (-205) (-108) (-205) (-205) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN))))) (-15 -1640 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-77 LSFUN1))))) (-15 -3749 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-61 LSFUN2))))) (-15 -2809 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-64 FUNCT1))))) (-15 -2467 ((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-108) (-525) (-525) (-632 (-205)) (-525))) (-15 -1603 ((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-205) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-108) (-108) (-108) (-525) (-525) (-632 (-205)) (-632 (-525)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-63 QPHESS))))) (-15 -1321 ((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-108) (-205) (-525) (-205) (-205) (-108) (-205) (-205) (-205) (-205) (-108) (-525) (-525) (-525) (-525) (-525) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-525)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-78 CONFUN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN))))) (-15 -2348 ((-966) (-525) (-525) (-525) (-205) (-632 (-205)) (-525) (-632 (-205)) (-525))))) (T -696))
-((-2348 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-696)))) (-1321 (*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 (-632 (-205))) (-5 *5 (-108)) (-5 *6 (-205)) (-5 *7 (-632 (-525))) (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-78 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN)))) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-696)))) (-1603 (*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 (-632 (-205))) (-5 *6 (-108)) (-5 *7 (-632 (-525))) (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-63 QPHESS)))) (-5 *3 (-525)) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-696)))) (-2467 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-108)) (-5 *2 (-966)) (-5 *1 (-696)))) (-2809 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-64 FUNCT1)))) (-5 *2 (-966)) (-5 *1 (-696)))) (-3749 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-61 LSFUN2)))) (-5 *2 (-966)) (-5 *1 (-696)))) (-1640 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-77 LSFUN1)))) (-5 *2 (-966)) (-5 *1 (-696)))) (-4125 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-525)) (-5 *5 (-108)) (-5 *6 (-632 (-205))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN)))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-696)))))
-(-10 -7 (-15 -4125 ((-966) (-525) (-205) (-205) (-525) (-205) (-108) (-205) (-205) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN))))) (-15 -1640 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-77 LSFUN1))))) (-15 -3749 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-61 LSFUN2))))) (-15 -2809 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-64 FUNCT1))))) (-15 -2467 ((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-108) (-525) (-525) (-632 (-205)) (-525))) (-15 -1603 ((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-205) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-108) (-108) (-108) (-525) (-525) (-632 (-205)) (-632 (-525)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-63 QPHESS))))) (-15 -1321 ((-966) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-525) (-108) (-205) (-525) (-205) (-205) (-108) (-205) (-205) (-205) (-205) (-108) (-525) (-525) (-525) (-525) (-525) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-525) (-632 (-525)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-78 CONFUN))) (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN))))) (-15 -2348 ((-966) (-525) (-525) (-525) (-205) (-632 (-205)) (-525) (-632 (-205)) (-525))))
-((-3348 (((-966) (-1075) (-525) (-525) (-525) (-525) (-632 (-157 (-205))) (-632 (-157 (-205))) (-525)) 47)) (-2064 (((-966) (-1075) (-1075) (-525) (-525) (-632 (-157 (-205))) (-525) (-632 (-157 (-205))) (-525) (-525) (-632 (-157 (-205))) (-525)) 46)) (-1620 (((-966) (-525) (-525) (-525) (-632 (-157 (-205))) (-525)) 45)) (-3401 (((-966) (-1075) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525)) 40)) (-4203 (((-966) (-1075) (-1075) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-632 (-205)) (-525)) 39)) (-1968 (((-966) (-525) (-525) (-525) (-632 (-205)) (-525)) 36)) (-3466 (((-966) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525)) 35)) (-3794 (((-966) (-525) (-525) (-525) (-525) (-592 (-108)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-205) (-205) (-525)) 34)) (-1465 (((-966) (-525) (-525) (-525) (-632 (-525)) (-632 (-525)) (-632 (-525)) (-632 (-525)) (-108) (-205) (-108) (-632 (-525)) (-632 (-205)) (-525)) 33)) (-1234 (((-966) (-525) (-525) (-525) (-525) (-205) (-108) (-108) (-592 (-108)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-525)) 32)))
-(((-697) (-10 -7 (-15 -1234 ((-966) (-525) (-525) (-525) (-525) (-205) (-108) (-108) (-592 (-108)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-525))) (-15 -1465 ((-966) (-525) (-525) (-525) (-632 (-525)) (-632 (-525)) (-632 (-525)) (-632 (-525)) (-108) (-205) (-108) (-632 (-525)) (-632 (-205)) (-525))) (-15 -3794 ((-966) (-525) (-525) (-525) (-525) (-592 (-108)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-205) (-205) (-525))) (-15 -3466 ((-966) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525))) (-15 -1968 ((-966) (-525) (-525) (-525) (-632 (-205)) (-525))) (-15 -4203 ((-966) (-1075) (-1075) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-632 (-205)) (-525))) (-15 -3401 ((-966) (-1075) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1620 ((-966) (-525) (-525) (-525) (-632 (-157 (-205))) (-525))) (-15 -2064 ((-966) (-1075) (-1075) (-525) (-525) (-632 (-157 (-205))) (-525) (-632 (-157 (-205))) (-525) (-525) (-632 (-157 (-205))) (-525))) (-15 -3348 ((-966) (-1075) (-525) (-525) (-525) (-525) (-632 (-157 (-205))) (-632 (-157 (-205))) (-525))))) (T -697))
-((-3348 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-157 (-205)))) (-5 *2 (-966)) (-5 *1 (-697)))) (-2064 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-157 (-205)))) (-5 *2 (-966)) (-5 *1 (-697)))) (-1620 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-157 (-205)))) (-5 *2 (-966)) (-5 *1 (-697)))) (-3401 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-697)))) (-4203 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-697)))) (-1968 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-697)))) (-3466 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-697)))) (-3794 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-592 (-108))) (-5 *5 (-632 (-205))) (-5 *6 (-632 (-525))) (-5 *7 (-205)) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-697)))) (-1465 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-632 (-525))) (-5 *5 (-108)) (-5 *7 (-632 (-205))) (-5 *3 (-525)) (-5 *6 (-205)) (-5 *2 (-966)) (-5 *1 (-697)))) (-1234 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-592 (-108))) (-5 *7 (-632 (-205))) (-5 *8 (-632 (-525))) (-5 *3 (-525)) (-5 *4 (-205)) (-5 *5 (-108)) (-5 *2 (-966)) (-5 *1 (-697)))))
-(-10 -7 (-15 -1234 ((-966) (-525) (-525) (-525) (-525) (-205) (-108) (-108) (-592 (-108)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-525))) (-15 -1465 ((-966) (-525) (-525) (-525) (-632 (-525)) (-632 (-525)) (-632 (-525)) (-632 (-525)) (-108) (-205) (-108) (-632 (-525)) (-632 (-205)) (-525))) (-15 -3794 ((-966) (-525) (-525) (-525) (-525) (-592 (-108)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-205) (-205) (-525))) (-15 -3466 ((-966) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525))) (-15 -1968 ((-966) (-525) (-525) (-525) (-632 (-205)) (-525))) (-15 -4203 ((-966) (-1075) (-1075) (-525) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-632 (-205)) (-525))) (-15 -3401 ((-966) (-1075) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1620 ((-966) (-525) (-525) (-525) (-632 (-157 (-205))) (-525))) (-15 -2064 ((-966) (-1075) (-1075) (-525) (-525) (-632 (-157 (-205))) (-525) (-632 (-157 (-205))) (-525) (-525) (-632 (-157 (-205))) (-525))) (-15 -3348 ((-966) (-1075) (-525) (-525) (-525) (-525) (-632 (-157 (-205))) (-632 (-157 (-205))) (-525))))
-((-3669 (((-966) (-525) (-525) (-525) (-525) (-525) (-108) (-525) (-108) (-525) (-632 (-157 (-205))) (-632 (-157 (-205))) (-525)) 65)) (-2365 (((-966) (-525) (-525) (-525) (-525) (-525) (-108) (-525) (-108) (-525) (-632 (-205)) (-632 (-205)) (-525)) 60)) (-3788 (((-966) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE))) (-366)) 56) (((-966) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE)))) 55)) (-3849 (((-966) (-525) (-525) (-525) (-205) (-108) (-525) (-632 (-205)) (-632 (-205)) (-525)) 37)) (-3921 (((-966) (-525) (-525) (-205) (-205) (-525) (-525) (-632 (-205)) (-525)) 33)) (-3515 (((-966) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-525) (-525) (-525)) 30)) (-1979 (((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525)) 29)) (-2254 (((-966) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525)) 28)) (-2094 (((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525)) 27)) (-1801 (((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525)) 26)) (-2246 (((-966) (-525) (-525) (-632 (-205)) (-525)) 25)) (-3839 (((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525)) 24)) (-3441 (((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525)) 23)) (-2082 (((-966) (-632 (-205)) (-525) (-525) (-525) (-525)) 22)) (-3142 (((-966) (-525) (-525) (-632 (-205)) (-525)) 21)))
-(((-698) (-10 -7 (-15 -3142 ((-966) (-525) (-525) (-632 (-205)) (-525))) (-15 -2082 ((-966) (-632 (-205)) (-525) (-525) (-525) (-525))) (-15 -3441 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3839 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2246 ((-966) (-525) (-525) (-632 (-205)) (-525))) (-15 -1801 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525))) (-15 -2094 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2254 ((-966) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1979 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3515 ((-966) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-525) (-525) (-525))) (-15 -3921 ((-966) (-525) (-525) (-205) (-205) (-525) (-525) (-632 (-205)) (-525))) (-15 -3849 ((-966) (-525) (-525) (-525) (-205) (-108) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3788 ((-966) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE))))) (-15 -3788 ((-966) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE))) (-366))) (-15 -2365 ((-966) (-525) (-525) (-525) (-525) (-525) (-108) (-525) (-108) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3669 ((-966) (-525) (-525) (-525) (-525) (-525) (-108) (-525) (-108) (-525) (-632 (-157 (-205))) (-632 (-157 (-205))) (-525))))) (T -698))
-((-3669 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-108)) (-5 *5 (-632 (-157 (-205)))) (-5 *2 (-966)) (-5 *1 (-698)))) (-2365 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *4 (-108)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-3788 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE)))) (-5 *8 (-366)) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-698)))) (-3788 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT)))) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE)))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-698)))) (-3849 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-525)) (-5 *5 (-108)) (-5 *6 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-698)))) (-3921 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-698)))) (-3515 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-698)))) (-1979 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-2254 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-2094 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-1801 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-2246 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-3839 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-3441 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))) (-2082 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-698)))) (-3142 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-698)))))
-(-10 -7 (-15 -3142 ((-966) (-525) (-525) (-632 (-205)) (-525))) (-15 -2082 ((-966) (-632 (-205)) (-525) (-525) (-525) (-525))) (-15 -3441 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3839 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2246 ((-966) (-525) (-525) (-632 (-205)) (-525))) (-15 -1801 ((-966) (-525) (-525) (-525) (-525) (-632 (-205)) (-525))) (-15 -2094 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2254 ((-966) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1979 ((-966) (-525) (-525) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3515 ((-966) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-525) (-525) (-525))) (-15 -3921 ((-966) (-525) (-525) (-205) (-205) (-525) (-525) (-632 (-205)) (-525))) (-15 -3849 ((-966) (-525) (-525) (-525) (-205) (-108) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3788 ((-966) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE))))) (-15 -3788 ((-966) (-525) (-525) (-205) (-525) (-525) (-525) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE))) (-366))) (-15 -2365 ((-966) (-525) (-525) (-525) (-525) (-525) (-108) (-525) (-108) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -3669 ((-966) (-525) (-525) (-525) (-525) (-525) (-108) (-525) (-108) (-525) (-632 (-157 (-205))) (-632 (-157 (-205))) (-525))))
-((-1251 (((-966) (-525) (-525) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-68 APROD)))) 61)) (-3282 (((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-525)) (-525) (-632 (-205)) (-525) (-525) (-525) (-525)) 57)) (-3539 (((-966) (-525) (-632 (-205)) (-108) (-205) (-525) (-525) (-525) (-525) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 APROD))) (-3 (|:| |fn| (-366)) (|:| |fp| (-71 MSOLVE)))) 56)) (-2645 (((-966) (-525) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525) (-632 (-525)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525)) 37)) (-1747 (((-966) (-525) (-525) (-525) (-205) (-525) (-632 (-205)) (-632 (-205)) (-525)) 36)) (-1787 (((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525)) 33)) (-3959 (((-966) (-525) (-632 (-205)) (-525) (-632 (-525)) (-632 (-525)) (-525) (-632 (-525)) (-632 (-205))) 32)) (-3458 (((-966) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-525)) 28)) (-1645 (((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525)) 27)) (-3442 (((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525)) 26)) (-2306 (((-966) (-525) (-632 (-157 (-205))) (-525) (-525) (-525) (-525) (-632 (-157 (-205))) (-525)) 22)))
-(((-699) (-10 -7 (-15 -2306 ((-966) (-525) (-632 (-157 (-205))) (-525) (-525) (-525) (-525) (-632 (-157 (-205))) (-525))) (-15 -3442 ((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -1645 ((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -3458 ((-966) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-525))) (-15 -3959 ((-966) (-525) (-632 (-205)) (-525) (-632 (-525)) (-632 (-525)) (-525) (-632 (-525)) (-632 (-205)))) (-15 -1787 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1747 ((-966) (-525) (-525) (-525) (-205) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2645 ((-966) (-525) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525) (-632 (-525)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525))) (-15 -3539 ((-966) (-525) (-632 (-205)) (-108) (-205) (-525) (-525) (-525) (-525) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 APROD))) (-3 (|:| |fn| (-366)) (|:| |fp| (-71 MSOLVE))))) (-15 -3282 ((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-525)) (-525) (-632 (-205)) (-525) (-525) (-525) (-525))) (-15 -1251 ((-966) (-525) (-525) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-68 APROD))))))) (T -699))
-((-1251 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-68 APROD)))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-699)))) (-3282 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-699)))) (-3539 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-108)) (-5 *6 (-205)) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-66 APROD)))) (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-71 MSOLVE)))) (-5 *2 (-966)) (-5 *1 (-699)))) (-2645 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-699)))) (-1747 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-699)))) (-1787 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-699)))) (-3959 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-699)))) (-3458 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-699)))) (-1645 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-699)))) (-3442 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-699)))) (-2306 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-157 (-205)))) (-5 *2 (-966)) (-5 *1 (-699)))))
-(-10 -7 (-15 -2306 ((-966) (-525) (-632 (-157 (-205))) (-525) (-525) (-525) (-525) (-632 (-157 (-205))) (-525))) (-15 -3442 ((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -1645 ((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-525))) (-15 -3458 ((-966) (-632 (-205)) (-525) (-632 (-205)) (-525) (-525) (-525))) (-15 -3959 ((-966) (-525) (-632 (-205)) (-525) (-632 (-525)) (-632 (-525)) (-525) (-632 (-525)) (-632 (-205)))) (-15 -1787 ((-966) (-525) (-525) (-632 (-205)) (-632 (-205)) (-632 (-205)) (-525))) (-15 -1747 ((-966) (-525) (-525) (-525) (-205) (-525) (-632 (-205)) (-632 (-205)) (-525))) (-15 -2645 ((-966) (-525) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525) (-632 (-525)) (-632 (-205)) (-632 (-525)) (-632 (-525)) (-632 (-205)) (-632 (-205)) (-632 (-525)) (-525))) (-15 -3539 ((-966) (-525) (-632 (-205)) (-108) (-205) (-525) (-525) (-525) (-525) (-205) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-66 APROD))) (-3 (|:| |fn| (-366)) (|:| |fp| (-71 MSOLVE))))) (-15 -3282 ((-966) (-525) (-632 (-205)) (-525) (-632 (-205)) (-632 (-525)) (-525) (-632 (-205)) (-525) (-525) (-525) (-525))) (-15 -1251 ((-966) (-525) (-525) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-632 (-205)) (-525) (-3 (|:| |fn| (-366)) (|:| |fp| (-68 APROD))))))
-((-4024 (((-966) (-1075) (-525) (-525) (-632 (-205)) (-525) (-525) (-632 (-205))) 29)) (-4217 (((-966) (-1075) (-525) (-525) (-632 (-205))) 28)) (-1255 (((-966) (-1075) (-525) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525) (-632 (-205))) 27)) (-1562 (((-966) (-525) (-525) (-525) (-632 (-205))) 21)))
-(((-700) (-10 -7 (-15 -1562 ((-966) (-525) (-525) (-525) (-632 (-205)))) (-15 -1255 ((-966) (-1075) (-525) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525) (-632 (-205)))) (-15 -4217 ((-966) (-1075) (-525) (-525) (-632 (-205)))) (-15 -4024 ((-966) (-1075) (-525) (-525) (-632 (-205)) (-525) (-525) (-632 (-205)))))) (T -700))
-((-4024 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-700)))) (-4217 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-700)))) (-1255 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1075)) (-5 *5 (-632 (-205))) (-5 *6 (-632 (-525))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-700)))) (-1562 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966)) (-5 *1 (-700)))))
-(-10 -7 (-15 -1562 ((-966) (-525) (-525) (-525) (-632 (-205)))) (-15 -1255 ((-966) (-1075) (-525) (-525) (-632 (-205)) (-525) (-632 (-525)) (-525) (-632 (-205)))) (-15 -4217 ((-966) (-1075) (-525) (-525) (-632 (-205)))) (-15 -4024 ((-966) (-1075) (-525) (-525) (-632 (-205)) (-525) (-525) (-632 (-205)))))
-((-3840 (((-966) (-205) (-205) (-205) (-205) (-525)) 62)) (-3038 (((-966) (-205) (-205) (-205) (-525)) 61)) (-2174 (((-966) (-205) (-205) (-205) (-525)) 60)) (-2589 (((-966) (-205) (-205) (-525)) 59)) (-3628 (((-966) (-205) (-525)) 58)) (-3451 (((-966) (-205) (-525)) 57)) (-2901 (((-966) (-205) (-525)) 56)) (-3671 (((-966) (-205) (-525)) 55)) (-3459 (((-966) (-205) (-525)) 54)) (-2272 (((-966) (-205) (-525)) 53)) (-4229 (((-966) (-205) (-157 (-205)) (-525) (-1075) (-525)) 52)) (-2541 (((-966) (-205) (-157 (-205)) (-525) (-1075) (-525)) 51)) (-1733 (((-966) (-205) (-525)) 50)) (-4141 (((-966) (-205) (-525)) 49)) (-1623 (((-966) (-205) (-525)) 48)) (-3096 (((-966) (-205) (-525)) 47)) (-3251 (((-966) (-525) (-205) (-157 (-205)) (-525) (-1075) (-525)) 46)) (-2292 (((-966) (-1075) (-157 (-205)) (-1075) (-525)) 45)) (-3112 (((-966) (-1075) (-157 (-205)) (-1075) (-525)) 44)) (-1305 (((-966) (-205) (-157 (-205)) (-525) (-1075) (-525)) 43)) (-1844 (((-966) (-205) (-157 (-205)) (-525) (-1075) (-525)) 42)) (-2935 (((-966) (-205) (-525)) 39)) (-2249 (((-966) (-205) (-525)) 38)) (-3914 (((-966) (-205) (-525)) 37)) (-3293 (((-966) (-205) (-525)) 36)) (-4185 (((-966) (-205) (-525)) 35)) (-2998 (((-966) (-205) (-525)) 34)) (-2611 (((-966) (-205) (-525)) 33)) (-4074 (((-966) (-205) (-525)) 32)) (-4167 (((-966) (-205) (-525)) 31)) (-4018 (((-966) (-205) (-525)) 30)) (-2498 (((-966) (-205) (-205) (-205) (-525)) 29)) (-2710 (((-966) (-205) (-525)) 28)) (-4035 (((-966) (-205) (-525)) 27)) (-2819 (((-966) (-205) (-525)) 26)) (-3784 (((-966) (-205) (-525)) 25)) (-4131 (((-966) (-205) (-525)) 24)) (-2988 (((-966) (-157 (-205)) (-525)) 21)))
-(((-701) (-10 -7 (-15 -2988 ((-966) (-157 (-205)) (-525))) (-15 -4131 ((-966) (-205) (-525))) (-15 -3784 ((-966) (-205) (-525))) (-15 -2819 ((-966) (-205) (-525))) (-15 -4035 ((-966) (-205) (-525))) (-15 -2710 ((-966) (-205) (-525))) (-15 -2498 ((-966) (-205) (-205) (-205) (-525))) (-15 -4018 ((-966) (-205) (-525))) (-15 -4167 ((-966) (-205) (-525))) (-15 -4074 ((-966) (-205) (-525))) (-15 -2611 ((-966) (-205) (-525))) (-15 -2998 ((-966) (-205) (-525))) (-15 -4185 ((-966) (-205) (-525))) (-15 -3293 ((-966) (-205) (-525))) (-15 -3914 ((-966) (-205) (-525))) (-15 -2249 ((-966) (-205) (-525))) (-15 -2935 ((-966) (-205) (-525))) (-15 -1844 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -1305 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -3112 ((-966) (-1075) (-157 (-205)) (-1075) (-525))) (-15 -2292 ((-966) (-1075) (-157 (-205)) (-1075) (-525))) (-15 -3251 ((-966) (-525) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -3096 ((-966) (-205) (-525))) (-15 -1623 ((-966) (-205) (-525))) (-15 -4141 ((-966) (-205) (-525))) (-15 -1733 ((-966) (-205) (-525))) (-15 -2541 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -4229 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -2272 ((-966) (-205) (-525))) (-15 -3459 ((-966) (-205) (-525))) (-15 -3671 ((-966) (-205) (-525))) (-15 -2901 ((-966) (-205) (-525))) (-15 -3451 ((-966) (-205) (-525))) (-15 -3628 ((-966) (-205) (-525))) (-15 -2589 ((-966) (-205) (-205) (-525))) (-15 -2174 ((-966) (-205) (-205) (-205) (-525))) (-15 -3038 ((-966) (-205) (-205) (-205) (-525))) (-15 -3840 ((-966) (-205) (-205) (-205) (-205) (-525))))) (T -701))
-((-3840 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3038 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2174 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2589 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3628 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3451 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2901 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3671 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3459 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2272 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4229 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075)) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2541 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075)) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))) (-1733 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4141 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-1623 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3096 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3251 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-525)) (-5 *5 (-157 (-205))) (-5 *6 (-1075)) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2292 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1075)) (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3112 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1075)) (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-1305 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075)) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))) (-1844 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075)) (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2935 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2249 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3914 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3293 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4185 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2998 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2611 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4074 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4167 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4018 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2498 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2710 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4035 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2819 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-3784 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-4131 (*1 *2 *3 *4) (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))) (-2988 (*1 *2 *3 *4) (-12 (-5 *3 (-157 (-205))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(-10 -7 (-15 -2988 ((-966) (-157 (-205)) (-525))) (-15 -4131 ((-966) (-205) (-525))) (-15 -3784 ((-966) (-205) (-525))) (-15 -2819 ((-966) (-205) (-525))) (-15 -4035 ((-966) (-205) (-525))) (-15 -2710 ((-966) (-205) (-525))) (-15 -2498 ((-966) (-205) (-205) (-205) (-525))) (-15 -4018 ((-966) (-205) (-525))) (-15 -4167 ((-966) (-205) (-525))) (-15 -4074 ((-966) (-205) (-525))) (-15 -2611 ((-966) (-205) (-525))) (-15 -2998 ((-966) (-205) (-525))) (-15 -4185 ((-966) (-205) (-525))) (-15 -3293 ((-966) (-205) (-525))) (-15 -3914 ((-966) (-205) (-525))) (-15 -2249 ((-966) (-205) (-525))) (-15 -2935 ((-966) (-205) (-525))) (-15 -1844 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -1305 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -3112 ((-966) (-1075) (-157 (-205)) (-1075) (-525))) (-15 -2292 ((-966) (-1075) (-157 (-205)) (-1075) (-525))) (-15 -3251 ((-966) (-525) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -3096 ((-966) (-205) (-525))) (-15 -1623 ((-966) (-205) (-525))) (-15 -4141 ((-966) (-205) (-525))) (-15 -1733 ((-966) (-205) (-525))) (-15 -2541 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -4229 ((-966) (-205) (-157 (-205)) (-525) (-1075) (-525))) (-15 -2272 ((-966) (-205) (-525))) (-15 -3459 ((-966) (-205) (-525))) (-15 -3671 ((-966) (-205) (-525))) (-15 -2901 ((-966) (-205) (-525))) (-15 -3451 ((-966) (-205) (-525))) (-15 -3628 ((-966) (-205) (-525))) (-15 -2589 ((-966) (-205) (-205) (-525))) (-15 -2174 ((-966) (-205) (-205) (-205) (-525))) (-15 -3038 ((-966) (-205) (-205) (-205) (-525))) (-15 -3840 ((-966) (-205) (-205) (-205) (-205) (-525))))
-((-2397 (((-1179)) 18)) (-3145 (((-1075)) 22)) (-2419 (((-1075)) 21)) (-3986 (((-1024) (-1092) (-632 (-525))) 37) (((-1024) (-1092) (-632 (-205))) 32)) (-2084 (((-108)) 16)) (-2335 (((-1075) (-1075)) 25)))
-(((-702) (-10 -7 (-15 -2419 ((-1075))) (-15 -3145 ((-1075))) (-15 -2335 ((-1075) (-1075))) (-15 -3986 ((-1024) (-1092) (-632 (-205)))) (-15 -3986 ((-1024) (-1092) (-632 (-525)))) (-15 -2084 ((-108))) (-15 -2397 ((-1179))))) (T -702))
-((-2397 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-702)))) (-2084 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-702)))) (-3986 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-632 (-525))) (-5 *2 (-1024)) (-5 *1 (-702)))) (-3986 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-632 (-205))) (-5 *2 (-1024)) (-5 *1 (-702)))) (-2335 (*1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-702)))) (-3145 (*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-702)))) (-2419 (*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-702)))))
-(-10 -7 (-15 -2419 ((-1075))) (-15 -3145 ((-1075))) (-15 -2335 ((-1075) (-1075))) (-15 -3986 ((-1024) (-1092) (-632 (-205)))) (-15 -3986 ((-1024) (-1092) (-632 (-525)))) (-15 -2084 ((-108))) (-15 -2397 ((-1179))))
-((-1242 (($ $ $) 10)) (-3133 (($ $ $ $) 9)) (-4148 (($ $ $) 12)))
-(((-703 |#1|) (-10 -8 (-15 -4148 (|#1| |#1| |#1|)) (-15 -1242 (|#1| |#1| |#1|)) (-15 -3133 (|#1| |#1| |#1| |#1|))) (-704)) (T -703))
-NIL
-(-10 -8 (-15 -4148 (|#1| |#1| |#1|)) (-15 -1242 (|#1| |#1| |#1|)) (-15 -3133 (|#1| |#1| |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1488 (($ $ (-856)) 28)) (-2486 (($ $ (-856)) 29)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1242 (($ $ $) 25)) (-4100 (((-798) $) 11)) (-3133 (($ $ $ $) 26)) (-4148 (($ $ $) 24)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 30)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 27)))
-(((-704) (-131)) (T -704))
-((-3133 (*1 *1 *1 *1 *1) (-4 *1 (-704))) (-1242 (*1 *1 *1 *1) (-4 *1 (-704))) (-4148 (*1 *1 *1 *1) (-4 *1 (-704))))
-(-13 (-21) (-663) (-10 -8 (-15 -3133 ($ $ $ $)) (-15 -1242 ($ $ $)) (-15 -4148 ($ $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-663) . T) ((-1020) . T))
-((-4100 (((-798) $) NIL) (($ (-525)) 10)))
-(((-705 |#1|) (-10 -8 (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|))) (-706)) (T -705))
-NIL
-(-10 -8 (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3322 (((-3 $ "failed") $) 40)) (-1488 (($ $ (-856)) 28) (($ $ (-713)) 35)) (-3300 (((-3 $ "failed") $) 38)) (-2278 (((-108) $) 34)) (-3711 (((-3 $ "failed") $) 39)) (-2486 (($ $ (-856)) 29) (($ $ (-713)) 36)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1242 (($ $ $) 25)) (-4100 (((-798) $) 11) (($ (-525)) 31)) (-2448 (((-713)) 32)) (-3133 (($ $ $ $) 26)) (-4148 (($ $ $) 24)) (-3364 (($) 18 T CONST)) (-3375 (($) 33 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 30) (($ $ (-713)) 37)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 27)))
-(((-706) (-131)) (T -706))
-((-2448 (*1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-713)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-706)))))
-(-13 (-704) (-665) (-10 -8 (-15 -2448 ((-713))) (-15 -4100 ($ (-525)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-663) . T) ((-665) . T) ((-704) . T) ((-1020) . T))
-((-4041 (((-592 (-2 (|:| |outval| (-157 |#1|)) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 (-157 |#1|)))))) (-632 (-157 (-385 (-525)))) |#1|) 33)) (-2404 (((-592 (-157 |#1|)) (-632 (-157 (-385 (-525)))) |#1|) 23)) (-3153 (((-887 (-157 (-385 (-525)))) (-632 (-157 (-385 (-525)))) (-1092)) 20) (((-887 (-157 (-385 (-525)))) (-632 (-157 (-385 (-525))))) 19)))
-(((-707 |#1|) (-10 -7 (-15 -3153 ((-887 (-157 (-385 (-525)))) (-632 (-157 (-385 (-525)))))) (-15 -3153 ((-887 (-157 (-385 (-525)))) (-632 (-157 (-385 (-525)))) (-1092))) (-15 -2404 ((-592 (-157 |#1|)) (-632 (-157 (-385 (-525)))) |#1|)) (-15 -4041 ((-592 (-2 (|:| |outval| (-157 |#1|)) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 (-157 |#1|)))))) (-632 (-157 (-385 (-525)))) |#1|))) (-13 (-341) (-787))) (T -707))
-((-4041 (*1 *2 *3 *4) (-12 (-5 *3 (-632 (-157 (-385 (-525))))) (-5 *2 (-592 (-2 (|:| |outval| (-157 *4)) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 (-157 *4))))))) (-5 *1 (-707 *4)) (-4 *4 (-13 (-341) (-787))))) (-2404 (*1 *2 *3 *4) (-12 (-5 *3 (-632 (-157 (-385 (-525))))) (-5 *2 (-592 (-157 *4))) (-5 *1 (-707 *4)) (-4 *4 (-13 (-341) (-787))))) (-3153 (*1 *2 *3 *4) (-12 (-5 *3 (-632 (-157 (-385 (-525))))) (-5 *4 (-1092)) (-5 *2 (-887 (-157 (-385 (-525))))) (-5 *1 (-707 *5)) (-4 *5 (-13 (-341) (-787))))) (-3153 (*1 *2 *3) (-12 (-5 *3 (-632 (-157 (-385 (-525))))) (-5 *2 (-887 (-157 (-385 (-525))))) (-5 *1 (-707 *4)) (-4 *4 (-13 (-341) (-787))))))
-(-10 -7 (-15 -3153 ((-887 (-157 (-385 (-525)))) (-632 (-157 (-385 (-525)))))) (-15 -3153 ((-887 (-157 (-385 (-525)))) (-632 (-157 (-385 (-525)))) (-1092))) (-15 -2404 ((-592 (-157 |#1|)) (-632 (-157 (-385 (-525)))) |#1|)) (-15 -4041 ((-592 (-2 (|:| |outval| (-157 |#1|)) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 (-157 |#1|)))))) (-632 (-157 (-385 (-525)))) |#1|)))
-((-4070 (((-161 (-525)) |#1|) 25)))
-(((-708 |#1|) (-10 -7 (-15 -4070 ((-161 (-525)) |#1|))) (-382)) (T -708))
-((-4070 (*1 *2 *3) (-12 (-5 *2 (-161 (-525))) (-5 *1 (-708 *3)) (-4 *3 (-382)))))
-(-10 -7 (-15 -4070 ((-161 (-525)) |#1|)))
-((-2544 ((|#1| |#1| |#1|) 24)) (-3114 ((|#1| |#1| |#1|) 23)) (-3405 ((|#1| |#1| |#1|) 32)) (-1749 ((|#1| |#1| |#1|) 28)) (-3777 (((-3 |#1| "failed") |#1| |#1|) 27)) (-4150 (((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|) 22)))
-(((-709 |#1| |#2|) (-10 -7 (-15 -4150 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -3114 (|#1| |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -3777 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#1|))) (-651 |#2|) (-341)) (T -709))
-((-3405 (*1 *2 *2 *2) (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3)))) (-1749 (*1 *2 *2 *2) (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3)))) (-3777 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3)))) (-2544 (*1 *2 *2 *2) (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3)))) (-3114 (*1 *2 *2 *2) (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3)))) (-4150 (*1 *2 *3 *3) (-12 (-4 *4 (-341)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-709 *3 *4)) (-4 *3 (-651 *4)))))
-(-10 -7 (-15 -4150 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -3114 (|#1| |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -3777 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -3405 (|#1| |#1| |#1|)))
-((-1794 (((-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525)) (|:| |basisInv| (-632 (-525)))) (-525)) 59)) (-3295 (((-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525)) (|:| |basisInv| (-632 (-525))))) 57)) (-4115 (((-525)) 70)))
-(((-710 |#1| |#2|) (-10 -7 (-15 -4115 ((-525))) (-15 -3295 ((-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525)) (|:| |basisInv| (-632 (-525)))))) (-15 -1794 ((-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525)) (|:| |basisInv| (-632 (-525)))) (-525)))) (-1150 (-525)) (-387 (-525) |#1|)) (T -710))
-((-1794 (*1 *2 *3) (-12 (-5 *3 (-525)) (-4 *4 (-1150 *3)) (-5 *2 (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-632 *3)))) (-5 *1 (-710 *4 *5)) (-4 *5 (-387 *3 *4)))) (-3295 (*1 *2) (-12 (-4 *3 (-1150 (-525))) (-5 *2 (-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525)) (|:| |basisInv| (-632 (-525))))) (-5 *1 (-710 *3 *4)) (-4 *4 (-387 (-525) *3)))) (-4115 (*1 *2) (-12 (-4 *3 (-1150 *2)) (-5 *2 (-525)) (-5 *1 (-710 *3 *4)) (-4 *4 (-387 *2 *3)))))
-(-10 -7 (-15 -4115 ((-525))) (-15 -3295 ((-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525)) (|:| |basisInv| (-632 (-525)))))) (-15 -1794 ((-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525)) (|:| |basisInv| (-632 (-525)))) (-525))))
-((-4087 (((-108) $ $) NIL)) (-4105 (((-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) $) 21)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 20) (($ (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 13) (($ (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))))) 18)) (-2775 (((-108) $ $) NIL)))
-(((-711) (-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4100 ($ (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4100 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) $))))) (T -711))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-711)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *1 (-711)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *1 (-711)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))))) (-5 *1 (-711)))) (-4105 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))))) (-5 *1 (-711)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4100 ($ (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4100 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-3 (|:| |nia| (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| |mdnia| (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) $))))
-((-2875 (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|))) 18) (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)) (-592 (-1092))) 17)) (-2496 (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|))) 20) (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)) (-592 (-1092))) 19)))
-(((-712 |#1|) (-10 -7 (-15 -2875 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -2875 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|))))) (-517)) (T -712))
-((-2496 (*1 *2 *3) (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *4)))))) (-5 *1 (-712 *4)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-592 (-1092))) (-4 *5 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *5)))))) (-5 *1 (-712 *5)))) (-2875 (*1 *2 *3) (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *4)))))) (-5 *1 (-712 *4)))) (-2875 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-592 (-1092))) (-4 *5 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *5)))))) (-5 *1 (-712 *5)))))
-(-10 -7 (-15 -2875 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -2875 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-887 |#1|)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1525 (($ $ $) 6)) (-3222 (((-3 $ "failed") $ $) 9)) (-3164 (($ $ (-525)) 7)) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($ $) NIL)) (-1332 (($ $ $) NIL)) (-2278 (((-108) $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2772 (($ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-4100 (((-798) $) NIL)) (-3706 (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ $ $) NIL)))
-(((-713) (-13 (-735) (-669) (-10 -8 (-15 -1332 ($ $ $)) (-15 -1356 ($ $ $)) (-15 -2772 ($ $ $)) (-15 -2494 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -1311 ((-3 $ "failed") $ $)) (-15 -3164 ($ $ (-525))) (-15 -1903 ($ $)) (-6 (-4261 "*"))))) (T -713))
-((-1332 (*1 *1 *1 *1) (-5 *1 (-713))) (-1356 (*1 *1 *1 *1) (-5 *1 (-713))) (-2772 (*1 *1 *1 *1) (-5 *1 (-713))) (-2494 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1416 (-713)) (|:| -3681 (-713)))) (-5 *1 (-713)))) (-1311 (*1 *1 *1 *1) (|partial| -5 *1 (-713))) (-3164 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-713)))) (-1903 (*1 *1 *1) (-5 *1 (-713))))
-(-13 (-735) (-669) (-10 -8 (-15 -1332 ($ $ $)) (-15 -1356 ($ $ $)) (-15 -2772 ($ $ $)) (-15 -2494 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -1311 ((-3 $ "failed") $ $)) (-15 -3164 ($ $ (-525))) (-15 -1903 ($ $)) (-6 (-4261 "*"))))
-((-2496 (((-3 |#2| "failed") |#2| |#2| (-110) (-1092)) 35)))
-(((-714 |#1| |#2|) (-10 -7 (-15 -2496 ((-3 |#2| "failed") |#2| |#2| (-110) (-1092)))) (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)) (-13 (-29 |#1|) (-1114) (-893))) (T -714))
-((-2496 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-110)) (-5 *4 (-1092)) (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *1 (-714 *5 *2)) (-4 *2 (-13 (-29 *5) (-1114) (-893))))))
-(-10 -7 (-15 -2496 ((-3 |#2| "failed") |#2| |#2| (-110) (-1092))))
-((-4100 (((-716) |#1|) 8)))
-(((-715 |#1|) (-10 -7 (-15 -4100 ((-716) |#1|))) (-1128)) (T -715))
-((-4100 (*1 *2 *3) (-12 (-5 *2 (-716)) (-5 *1 (-715 *3)) (-4 *3 (-1128)))))
-(-10 -7 (-15 -4100 ((-716) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 7)) (-2775 (((-108) $ $) 9)))
-(((-716) (-1020)) (T -716))
-NIL
-(-1020)
-((-2704 ((|#2| |#4|) 35)))
-(((-717 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2704 (|#2| |#4|))) (-429) (-1150 |#1|) (-667 |#1| |#2|) (-1150 |#3|)) (T -717))
-((-2704 (*1 *2 *3) (-12 (-4 *4 (-429)) (-4 *5 (-667 *4 *2)) (-4 *2 (-1150 *4)) (-5 *1 (-717 *4 *2 *5 *3)) (-4 *3 (-1150 *5)))))
-(-10 -7 (-15 -2704 (|#2| |#4|)))
-((-3300 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 56)) (-2824 (((-1179) (-1075) (-1075) |#4| |#5|) 33)) (-2162 ((|#4| |#4| |#5|) 73)) (-2528 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|) 77)) (-1948 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|) 16)))
-(((-718 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3300 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2162 (|#4| |#4| |#5|)) (-15 -2528 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -2824 ((-1179) (-1075) (-1075) |#4| |#5|)) (-15 -1948 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-996 |#1| |#2| |#3| |#4|)) (T -718))
-((-1948 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4)))) (-5 *1 (-718 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-2824 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1075)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *4 (-991 *6 *7 *8)) (-5 *2 (-1179)) (-5 *1 (-718 *6 *7 *8 *4 *5)) (-4 *5 (-996 *6 *7 *8 *4)))) (-2528 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-718 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-2162 (*1 *2 *2 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *2 (-991 *4 *5 *6)) (-5 *1 (-718 *4 *5 *6 *2 *3)) (-4 *3 (-996 *4 *5 *6 *2)))) (-3300 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-718 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(-10 -7 (-15 -3300 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -2162 (|#4| |#4| |#5|)) (-15 -2528 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -2824 ((-1179) (-1075) (-1075) |#4| |#5|)) (-15 -1948 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)))
-((-1934 (((-3 (-1088 (-1088 |#1|)) "failed") |#4|) 43)) (-3512 (((-592 |#4|) |#4|) 15)) (-2363 ((|#4| |#4|) 11)))
-(((-719 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3512 ((-592 |#4|) |#4|)) (-15 -1934 ((-3 (-1088 (-1088 |#1|)) "failed") |#4|)) (-15 -2363 (|#4| |#4|))) (-327) (-307 |#1|) (-1150 |#2|) (-1150 |#3|) (-856)) (T -719))
-((-2363 (*1 *2 *2) (-12 (-4 *3 (-327)) (-4 *4 (-307 *3)) (-4 *5 (-1150 *4)) (-5 *1 (-719 *3 *4 *5 *2 *6)) (-4 *2 (-1150 *5)) (-14 *6 (-856)))) (-1934 (*1 *2 *3) (|partial| -12 (-4 *4 (-327)) (-4 *5 (-307 *4)) (-4 *6 (-1150 *5)) (-5 *2 (-1088 (-1088 *4))) (-5 *1 (-719 *4 *5 *6 *3 *7)) (-4 *3 (-1150 *6)) (-14 *7 (-856)))) (-3512 (*1 *2 *3) (-12 (-4 *4 (-327)) (-4 *5 (-307 *4)) (-4 *6 (-1150 *5)) (-5 *2 (-592 *3)) (-5 *1 (-719 *4 *5 *6 *3 *7)) (-4 *3 (-1150 *6)) (-14 *7 (-856)))))
-(-10 -7 (-15 -3512 ((-592 |#4|) |#4|)) (-15 -1934 ((-3 (-1088 (-1088 |#1|)) "failed") |#4|)) (-15 -2363 (|#4| |#4|)))
-((-4010 (((-2 (|:| |deter| (-592 (-1088 |#5|))) (|:| |dterm| (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-592 |#1|)) (|:| |nlead| (-592 |#5|))) (-1088 |#5|) (-592 |#1|) (-592 |#5|)) 54)) (-3393 (((-592 (-713)) |#1|) 13)))
-(((-720 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4010 ((-2 (|:| |deter| (-592 (-1088 |#5|))) (|:| |dterm| (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-592 |#1|)) (|:| |nlead| (-592 |#5|))) (-1088 |#5|) (-592 |#1|) (-592 |#5|))) (-15 -3393 ((-592 (-713)) |#1|))) (-1150 |#4|) (-735) (-789) (-286) (-884 |#4| |#2| |#3|)) (T -720))
-((-3393 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)) (-5 *2 (-592 (-713))) (-5 *1 (-720 *3 *4 *5 *6 *7)) (-4 *3 (-1150 *6)) (-4 *7 (-884 *6 *4 *5)))) (-4010 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1150 *9)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-286)) (-4 *10 (-884 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-592 (-1088 *10))) (|:| |dterm| (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| *10))))) (|:| |nfacts| (-592 *6)) (|:| |nlead| (-592 *10)))) (-5 *1 (-720 *6 *7 *8 *9 *10)) (-5 *3 (-1088 *10)) (-5 *4 (-592 *6)) (-5 *5 (-592 *10)))))
-(-10 -7 (-15 -4010 ((-2 (|:| |deter| (-592 (-1088 |#5|))) (|:| |dterm| (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-592 |#1|)) (|:| |nlead| (-592 |#5|))) (-1088 |#5|) (-592 |#1|) (-592 |#5|))) (-15 -3393 ((-592 (-713)) |#1|)))
-((-2942 (((-592 (-2 (|:| |outval| |#1|) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 |#1|))))) (-632 (-385 (-525))) |#1|) 31)) (-1643 (((-592 |#1|) (-632 (-385 (-525))) |#1|) 21)) (-3153 (((-887 (-385 (-525))) (-632 (-385 (-525))) (-1092)) 18) (((-887 (-385 (-525))) (-632 (-385 (-525)))) 17)))
-(((-721 |#1|) (-10 -7 (-15 -3153 ((-887 (-385 (-525))) (-632 (-385 (-525))))) (-15 -3153 ((-887 (-385 (-525))) (-632 (-385 (-525))) (-1092))) (-15 -1643 ((-592 |#1|) (-632 (-385 (-525))) |#1|)) (-15 -2942 ((-592 (-2 (|:| |outval| |#1|) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 |#1|))))) (-632 (-385 (-525))) |#1|))) (-13 (-341) (-787))) (T -721))
-((-2942 (*1 *2 *3 *4) (-12 (-5 *3 (-632 (-385 (-525)))) (-5 *2 (-592 (-2 (|:| |outval| *4) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 *4)))))) (-5 *1 (-721 *4)) (-4 *4 (-13 (-341) (-787))))) (-1643 (*1 *2 *3 *4) (-12 (-5 *3 (-632 (-385 (-525)))) (-5 *2 (-592 *4)) (-5 *1 (-721 *4)) (-4 *4 (-13 (-341) (-787))))) (-3153 (*1 *2 *3 *4) (-12 (-5 *3 (-632 (-385 (-525)))) (-5 *4 (-1092)) (-5 *2 (-887 (-385 (-525)))) (-5 *1 (-721 *5)) (-4 *5 (-13 (-341) (-787))))) (-3153 (*1 *2 *3) (-12 (-5 *3 (-632 (-385 (-525)))) (-5 *2 (-887 (-385 (-525)))) (-5 *1 (-721 *4)) (-4 *4 (-13 (-341) (-787))))))
-(-10 -7 (-15 -3153 ((-887 (-385 (-525))) (-632 (-385 (-525))))) (-15 -3153 ((-887 (-385 (-525))) (-632 (-385 (-525))) (-1092))) (-15 -1643 ((-592 |#1|) (-632 (-385 (-525))) |#1|)) (-15 -2942 ((-592 (-2 (|:| |outval| |#1|) (|:| |outmult| (-525)) (|:| |outvect| (-592 (-632 |#1|))))) (-632 (-385 (-525))) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 34)) (-1296 (((-592 |#2|) $) NIL)) (-4169 (((-1088 $) $ |#2|) NIL) (((-1088 |#1|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 |#2|)) NIL)) (-3979 (($ $) 28)) (-1277 (((-108) $ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3882 (($ $ $) 93 (|has| |#1| (-517)))) (-3683 (((-592 $) $ $) 106 (|has| |#1| (-517)))) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-887 (-385 (-525)))) NIL (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092))))) (((-3 $ "failed") (-887 (-525))) NIL (-2067 (-12 (|has| |#1| (-37 (-525))) (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-37 (-385 (-525)))))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092)))))) (((-3 $ "failed") (-887 |#1|)) NIL (-2067 (-12 (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-37 (-385 (-525))))) (-3272 (|has| |#1| (-37 (-525))))) (-12 (|has| |#1| (-37 (-525))) (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-37 (-385 (-525))))) (-3272 (|has| |#1| (-510)))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-925 (-525))))))) (((-3 (-1044 |#1| |#2|) "failed") $) 18)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) ((|#2| $) NIL) (($ (-887 (-385 (-525)))) NIL (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092))))) (($ (-887 (-525))) NIL (-2067 (-12 (|has| |#1| (-37 (-525))) (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-37 (-385 (-525)))))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092)))))) (($ (-887 |#1|)) NIL (-2067 (-12 (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-37 (-385 (-525))))) (-3272 (|has| |#1| (-37 (-525))))) (-12 (|has| |#1| (-37 (-525))) (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-37 (-385 (-525))))) (-3272 (|has| |#1| (-510)))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-925 (-525))))))) (((-1044 |#1| |#2|) $) NIL)) (-3801 (($ $ $ |#2|) NIL (|has| |#1| (-160))) (($ $ $) 104 (|has| |#1| (-517)))) (-1451 (($ $) NIL) (($ $ |#2|) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3964 (((-108) $ $) NIL) (((-108) $ (-592 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2918 (((-108) $) NIL)) (-3830 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 70)) (-3574 (($ $) 119 (|has| |#1| (-429)))) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ |#2|) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1608 (($ $) NIL (|has| |#1| (-517)))) (-3699 (($ $) NIL (|has| |#1| (-517)))) (-3101 (($ $ $) 65) (($ $ $ |#2|) NIL)) (-1374 (($ $ $) 68) (($ $ $ |#2|) NIL)) (-1457 (($ $ |#1| (-497 |#2|) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| |#1| (-821 (-357))) (|has| |#2| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| |#1| (-821 (-525))) (|has| |#2| (-821 (-525)))))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-3221 (((-108) $ $) NIL) (((-108) $ (-592 $)) NIL)) (-3673 (($ $ $ $ $) 90 (|has| |#1| (-517)))) (-2577 ((|#2| $) 19)) (-1284 (($ (-1088 |#1|) |#2|) NIL) (($ (-1088 $) |#2|) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-497 |#2|)) NIL) (($ $ |#2| (-713)) 36) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-2983 (($ $ $) 60)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |#2|) NIL)) (-2171 (((-108) $) NIL)) (-1819 (((-497 |#2|) $) NIL) (((-713) $ |#2|) NIL) (((-592 (-713)) $ (-592 |#2|)) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1827 (((-713) $) 20)) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-497 |#2|) (-497 |#2|)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2018 (((-3 |#2| "failed") $) NIL)) (-3115 (($ $) NIL (|has| |#1| (-429)))) (-3982 (($ $) NIL (|has| |#1| (-429)))) (-1662 (((-592 $) $) NIL)) (-2672 (($ $) 37)) (-1700 (($ $) NIL (|has| |#1| (-429)))) (-3476 (((-592 $) $) 41)) (-2282 (($ $) 39)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL) (($ $ |#2|) 45)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1949 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2855 (-713))) $ $) 82)) (-3043 (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $) 67) (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $ |#2|) NIL)) (-3120 (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $) NIL) (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $ |#2|) NIL)) (-2442 (($ $ $) 72) (($ $ $ |#2|) NIL)) (-4104 (($ $ $) 75) (($ $ $ |#2|) NIL)) (-1289 (((-1075) $) NIL)) (-2602 (($ $ $) 108 (|has| |#1| (-517)))) (-3654 (((-592 $) $) 30)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| |#2|) (|:| -2168 (-713))) "failed") $) NIL)) (-3732 (((-108) $ $) NIL) (((-108) $ (-592 $)) NIL)) (-3076 (($ $ $) NIL)) (-2948 (($ $) 21)) (-3472 (((-108) $ $) NIL)) (-2635 (((-108) $ $) NIL) (((-108) $ (-592 $)) NIL)) (-1998 (($ $ $) NIL)) (-2205 (($ $) 23)) (-3993 (((-1039) $) NIL)) (-2980 (((-2 (|:| -2772 $) (|:| |coef2| $)) $ $) 99 (|has| |#1| (-517)))) (-1479 (((-2 (|:| -2772 $) (|:| |coef1| $)) $ $) 96 (|has| |#1| (-517)))) (-1399 (((-108) $) 52)) (-1407 ((|#1| $) 55)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 ((|#1| |#1| $) 116 (|has| |#1| (-429))) (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-2536 (((-2 (|:| -2772 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 102 (|has| |#1| (-517)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-517)))) (-3887 (($ $ |#1|) 112 (|has| |#1| (-517))) (($ $ $) NIL (|has| |#1| (-517)))) (-3104 (($ $ |#1|) 111 (|has| |#1| (-517))) (($ $ $) NIL (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-592 |#2|) (-592 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-592 |#2|) (-592 $)) NIL)) (-4115 (($ $ |#2|) NIL (|has| |#1| (-160)))) (-2702 (($ $ |#2|) NIL) (($ $ (-592 |#2|)) NIL) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-3529 (((-497 |#2|) $) NIL) (((-713) $ |#2|) 43) (((-592 (-713)) $ (-592 |#2|)) NIL)) (-3389 (($ $) NIL)) (-1776 (($ $) 33)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| |#1| (-567 (-501))) (|has| |#2| (-567 (-501))))) (($ (-887 (-385 (-525)))) NIL (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092))))) (($ (-887 (-525))) NIL (-2067 (-12 (|has| |#1| (-37 (-525))) (|has| |#2| (-567 (-1092))) (-3272 (|has| |#1| (-37 (-385 (-525)))))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#2| (-567 (-1092)))))) (($ (-887 |#1|)) NIL (|has| |#2| (-567 (-1092)))) (((-1075) $) NIL (-12 (|has| |#1| (-968 (-525))) (|has| |#2| (-567 (-1092))))) (((-887 |#1|) $) NIL (|has| |#2| (-567 (-1092))))) (-1661 ((|#1| $) 115 (|has| |#1| (-429))) (($ $ |#2|) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-887 |#1|) $) NIL (|has| |#2| (-567 (-1092)))) (((-1044 |#1| |#2|) $) 15) (($ (-1044 |#1| |#2|)) 16) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-497 |#2|)) NIL) (($ $ |#2| (-713)) 44) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 13 T CONST)) (-3126 (((-3 (-108) "failed") $ $) NIL)) (-3375 (($) 35 T CONST)) (-3778 (($ $ $ $ (-713)) 88 (|has| |#1| (-517)))) (-2434 (($ $ $ (-713)) 87 (|has| |#1| (-517)))) (-2401 (($ $ |#2|) NIL) (($ $ (-592 |#2|)) NIL) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) 54)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) 64)) (-2860 (($ $ $) 74)) (** (($ $ (-856)) NIL) (($ $ (-713)) 61)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 59) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 58) (($ $ |#1|) NIL)))
-(((-722 |#1| |#2|) (-13 (-991 |#1| (-497 |#2|) |#2|) (-566 (-1044 |#1| |#2|)) (-968 (-1044 |#1| |#2|))) (-977) (-789)) (T -722))
-NIL
-(-13 (-991 |#1| (-497 |#2|) |#2|) (-566 (-1044 |#1| |#2|)) (-968 (-1044 |#1| |#2|)))
-((-2016 (((-724 |#2|) (-1 |#2| |#1|) (-724 |#1|)) 13)))
-(((-723 |#1| |#2|) (-10 -7 (-15 -2016 ((-724 |#2|) (-1 |#2| |#1|) (-724 |#1|)))) (-977) (-977)) (T -723))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-724 *5)) (-4 *5 (-977)) (-4 *6 (-977)) (-5 *2 (-724 *6)) (-5 *1 (-723 *5 *6)))))
-(-10 -7 (-15 -2016 ((-724 |#2|) (-1 |#2| |#1|) (-724 |#1|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 12)) (-3216 (((-1174 |#1|) $ (-713)) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-2954 (($ (-1088 |#1|)) NIL)) (-4169 (((-1088 $) $ (-1005)) NIL) (((-1088 |#1|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-1005))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3056 (((-592 $) $ $) 39 (|has| |#1| (-517)))) (-3882 (($ $ $) 35 (|has| |#1| (-517)))) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-3474 (($ $ (-713)) NIL)) (-1911 (($ $ (-713)) NIL)) (-1396 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-429)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-1005) "failed") $) NIL) (((-3 (-1088 |#1|) "failed") $) 10)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-1005) $) NIL) (((-1088 |#1|) $) NIL)) (-3801 (($ $ $ (-1005)) NIL (|has| |#1| (-160))) ((|#1| $ $) 43 (|has| |#1| (-160)))) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2149 (($ $ $) NIL)) (-2477 (($ $ $) 71 (|has| |#1| (-517)))) (-3830 (((-2 (|:| -2681 |#1|) (|:| -1416 $) (|:| -3681 $)) $ $) 70 (|has| |#1| (-517)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ (-1005)) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-713) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1005) (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1005) (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-4000 (((-713) $ $) NIL (|has| |#1| (-517)))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-1068)))) (-1284 (($ (-1088 |#1|) (-1005)) NIL) (($ (-1088 $) (-1005)) NIL)) (-1585 (($ $ (-713)) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-2983 (($ $ $) 20)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-1005)) NIL) (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-1819 (((-713) $) NIL) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-713) (-713)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2950 (((-1088 |#1|) $) NIL)) (-2018 (((-3 (-1005) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1949 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2855 (-713))) $ $) 26)) (-2303 (($ $ $) 29)) (-2228 (($ $ $) 32)) (-3043 (((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $) 31)) (-1289 (((-1075) $) NIL)) (-2602 (($ $ $) 41 (|has| |#1| (-517)))) (-1849 (((-2 (|:| -1416 $) (|:| -3681 $)) $ (-713)) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-1005)) (|:| -2168 (-713))) "failed") $) NIL)) (-2367 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2948 (($) NIL (|has| |#1| (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-2980 (((-2 (|:| -2772 $) (|:| |coef2| $)) $ $) 67 (|has| |#1| (-517)))) (-1479 (((-2 (|:| -2772 $) (|:| |coef1| $)) $ $) 63 (|has| |#1| (-517)))) (-2322 (((-2 (|:| -3801 |#1|) (|:| |coef2| $)) $ $) 55 (|has| |#1| (-517)))) (-3292 (((-2 (|:| -3801 |#1|) (|:| |coef1| $)) $ $) 51 (|has| |#1| (-517)))) (-1399 (((-108) $) 13)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-3653 (($ $ (-713) |#1| $) 19)) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-2536 (((-2 (|:| -2772 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 59 (|has| |#1| (-517)))) (-2939 (((-2 (|:| -3801 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 47 (|has| |#1| (-517)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-1005) |#1|) NIL) (($ $ (-592 (-1005)) (-592 |#1|)) NIL) (($ $ (-1005) $) NIL) (($ $ (-592 (-1005)) (-592 $)) NIL)) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-385 $) (-385 $) (-385 $)) NIL (|has| |#1| (-517))) ((|#1| (-385 $) |#1|) NIL (|has| |#1| (-341))) (((-385 $) $ (-385 $)) NIL (|has| |#1| (-517)))) (-1326 (((-3 $ "failed") $ (-713)) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-4115 (($ $ (-1005)) NIL (|has| |#1| (-160))) ((|#1| $) NIL (|has| |#1| (-160)))) (-2702 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3529 (((-713) $) NIL) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-1005) (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) NIL (|has| |#1| (-429))) (($ $ (-1005)) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-3070 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517))) (((-3 (-385 $) "failed") (-385 $) $) NIL (|has| |#1| (-517)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-1005)) NIL) (((-1088 |#1|) $) 7) (($ (-1088 |#1|)) 8) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 21 T CONST)) (-3375 (($) 24 T CONST)) (-2401 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) 28) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 23) (($ $ |#1|) NIL)))
-(((-724 |#1|) (-13 (-1150 |#1|) (-566 (-1088 |#1|)) (-968 (-1088 |#1|)) (-10 -8 (-15 -3653 ($ $ (-713) |#1| $)) (-15 -2983 ($ $ $)) (-15 -1949 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2855 (-713))) $ $)) (-15 -2303 ($ $ $)) (-15 -3043 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -2228 ($ $ $)) (IF (|has| |#1| (-517)) (PROGN (-15 -3056 ((-592 $) $ $)) (-15 -2602 ($ $ $)) (-15 -2536 ((-2 (|:| -2772 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1479 ((-2 (|:| -2772 $) (|:| |coef1| $)) $ $)) (-15 -2980 ((-2 (|:| -2772 $) (|:| |coef2| $)) $ $)) (-15 -2939 ((-2 (|:| -3801 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3292 ((-2 (|:| -3801 |#1|) (|:| |coef1| $)) $ $)) (-15 -2322 ((-2 (|:| -3801 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-977)) (T -724))
-((-3653 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-713)) (-5 *1 (-724 *3)) (-4 *3 (-977)))) (-2983 (*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-977)))) (-1949 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-724 *3)) (|:| |polden| *3) (|:| -2855 (-713)))) (-5 *1 (-724 *3)) (-4 *3 (-977)))) (-2303 (*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-977)))) (-3043 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2681 *3) (|:| |gap| (-713)) (|:| -1416 (-724 *3)) (|:| -3681 (-724 *3)))) (-5 *1 (-724 *3)) (-4 *3 (-977)))) (-2228 (*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-977)))) (-3056 (*1 *2 *1 *1) (-12 (-5 *2 (-592 (-724 *3))) (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))) (-2602 (*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-517)) (-4 *2 (-977)))) (-2536 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2772 (-724 *3)) (|:| |coef1| (-724 *3)) (|:| |coef2| (-724 *3)))) (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))) (-1479 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2772 (-724 *3)) (|:| |coef1| (-724 *3)))) (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))) (-2980 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2772 (-724 *3)) (|:| |coef2| (-724 *3)))) (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))) (-2939 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3801 *3) (|:| |coef1| (-724 *3)) (|:| |coef2| (-724 *3)))) (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))) (-3292 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3801 *3) (|:| |coef1| (-724 *3)))) (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))) (-2322 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -3801 *3) (|:| |coef2| (-724 *3)))) (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))))
-(-13 (-1150 |#1|) (-566 (-1088 |#1|)) (-968 (-1088 |#1|)) (-10 -8 (-15 -3653 ($ $ (-713) |#1| $)) (-15 -2983 ($ $ $)) (-15 -1949 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -2855 (-713))) $ $)) (-15 -2303 ($ $ $)) (-15 -3043 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -2228 ($ $ $)) (IF (|has| |#1| (-517)) (PROGN (-15 -3056 ((-592 $) $ $)) (-15 -2602 ($ $ $)) (-15 -2536 ((-2 (|:| -2772 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1479 ((-2 (|:| -2772 $) (|:| |coef1| $)) $ $)) (-15 -2980 ((-2 (|:| -2772 $) (|:| |coef2| $)) $ $)) (-15 -2939 ((-2 (|:| -3801 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3292 ((-2 (|:| -3801 |#1|) (|:| |coef1| $)) $ $)) (-15 -2322 ((-2 (|:| -3801 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
-((-3156 ((|#1| (-713) |#1|) 32 (|has| |#1| (-37 (-385 (-525)))))) (-3099 ((|#1| (-713) |#1|) 22)) (-3088 ((|#1| (-713) |#1|) 34 (|has| |#1| (-37 (-385 (-525)))))))
-(((-725 |#1|) (-10 -7 (-15 -3099 (|#1| (-713) |#1|)) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -3088 (|#1| (-713) |#1|)) (-15 -3156 (|#1| (-713) |#1|))) |%noBranch|)) (-160)) (T -725))
-((-3156 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-725 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-160)))) (-3088 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-725 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-160)))) (-3099 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-725 *2)) (-4 *2 (-160)))))
-(-10 -7 (-15 -3099 (|#1| (-713) |#1|)) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -3088 (|#1| (-713) |#1|)) (-15 -3156 (|#1| (-713) |#1|))) |%noBranch|))
-((-4087 (((-108) $ $) 7)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) 85)) (-3347 (((-592 $) (-592 |#4|)) 86) (((-592 $) (-592 |#4|) (-108)) 111)) (-1296 (((-592 |#3|) $) 33)) (-2071 (((-108) $) 26)) (-3093 (((-108) $) 17 (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) 101) (((-108) $) 97)) (-1402 ((|#4| |#4| $) 92)) (-4195 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| $) 126)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) 27)) (-3779 (((-108) $ (-713)) 44)) (-2399 (($ (-1 (-108) |#4|) $) 65 (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) 79)) (-2475 (($) 45 T CONST)) (-3542 (((-108) $) 22 (|has| |#1| (-517)))) (-2462 (((-108) $ $) 24 (|has| |#1| (-517)))) (-2390 (((-108) $ $) 23 (|has| |#1| (-517)))) (-1698 (((-108) $) 25 (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 93)) (-3308 (((-592 |#4|) (-592 |#4|) $) 18 (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) 19 (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) 36)) (-4105 (($ (-592 |#4|)) 35)) (-1659 (((-3 $ "failed") $) 82)) (-2268 ((|#4| |#4| $) 89)) (-1681 (($ $) 68 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#4| $) 67 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#4|) $) 64 (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) 102)) (-1469 ((|#4| |#4| $) 87)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 94)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) 105)) (-1954 (((-108) |#4| $) 136)) (-3315 (((-108) |#4| $) 133)) (-1941 (((-108) |#4| $) 137) (((-108) $) 134)) (-2175 (((-592 |#4|) $) 52 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) 104) (((-108) $) 103)) (-2577 ((|#3| $) 34)) (-2516 (((-108) $ (-713)) 43)) (-2617 (((-592 |#4|) $) 53 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 55 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 47)) (-3435 (((-592 |#3|) $) 32)) (-2468 (((-108) |#3| $) 31)) (-4028 (((-108) $ (-713)) 42)) (-1289 (((-1075) $) 9)) (-4180 (((-3 |#4| (-592 $)) |#4| |#4| $) 128)) (-2602 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| |#4| $) 127)) (-2718 (((-3 |#4| "failed") $) 83)) (-2346 (((-592 $) |#4| $) 129)) (-3580 (((-3 (-108) (-592 $)) |#4| $) 132)) (-3022 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) |#4| $) 131) (((-108) |#4| $) 130)) (-2913 (((-592 $) |#4| $) 125) (((-592 $) (-592 |#4|) $) 124) (((-592 $) (-592 |#4|) (-592 $)) 123) (((-592 $) |#4| (-592 $)) 122)) (-1513 (($ |#4| $) 117) (($ (-592 |#4|) $) 116)) (-1455 (((-592 |#4|) $) 107)) (-3732 (((-108) |#4| $) 99) (((-108) $) 95)) (-3076 ((|#4| |#4| $) 90)) (-3472 (((-108) $ $) 110)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) 100) (((-108) $) 96)) (-1998 ((|#4| |#4| $) 91)) (-3993 (((-1039) $) 10)) (-1647 (((-3 |#4| "failed") $) 84)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) 61)) (-2821 (((-3 $ "failed") $ |#4|) 78)) (-1397 (($ $ |#4|) 77) (((-592 $) |#4| $) 115) (((-592 $) |#4| (-592 $)) 114) (((-592 $) (-592 |#4|) $) 113) (((-592 $) (-592 |#4|) (-592 $)) 112)) (-1518 (((-108) (-1 (-108) |#4|) $) 50 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) 59 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) 57 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) 56 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) 38)) (-3479 (((-108) $) 41)) (-1558 (($) 40)) (-3529 (((-713) $) 106)) (-4002 (((-713) |#4| $) 54 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#4|) $) 51 (|has| $ (-6 -4259)))) (-2503 (($ $) 39)) (-2069 (((-501) $) 69 (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 60)) (-4151 (($ $ |#3|) 28)) (-3522 (($ $ |#3|) 30)) (-1411 (($ $) 88)) (-3963 (($ $ |#3|) 29)) (-4100 (((-798) $) 11) (((-592 |#4|) $) 37)) (-1223 (((-713) $) 76 (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) 108)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) 98)) (-3605 (((-592 $) |#4| $) 121) (((-592 $) |#4| (-592 $)) 120) (((-592 $) (-592 |#4|) $) 119) (((-592 $) (-592 |#4|) (-592 $)) 118)) (-2706 (((-108) (-1 (-108) |#4|) $) 49 (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) 81)) (-1484 (((-108) |#4| $) 135)) (-2738 (((-108) |#3| $) 80)) (-2775 (((-108) $ $) 6)) (-2827 (((-713) $) 46 (|has| $ (-6 -4259)))))
-(((-726 |#1| |#2| |#3| |#4|) (-131) (-429) (-735) (-789) (-991 |t#1| |t#2| |t#3|)) (T -726))
-NIL
-(-13 (-996 |t#1| |t#2| |t#3| |t#4|))
-(((-33) . T) ((-97) . T) ((-566 (-592 |#4|)) . T) ((-566 (-798)) . T) ((-142 |#4|) . T) ((-567 (-501)) |has| |#4| (-567 (-501))) ((-288 |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-464 |#4|) . T) ((-486 |#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-909 |#1| |#2| |#3| |#4|) . T) ((-996 |#1| |#2| |#3| |#4|) . T) ((-1020) . T) ((-1122 |#1| |#2| |#3| |#4|) . T) ((-1128) . T))
-((-3178 (((-3 (-357) "failed") (-294 |#1|) (-856)) 62 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-3 (-357) "failed") (-294 |#1|)) 54 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-3 (-357) "failed") (-385 (-887 |#1|)) (-856)) 41 (|has| |#1| (-517))) (((-3 (-357) "failed") (-385 (-887 |#1|))) 40 (|has| |#1| (-517))) (((-3 (-357) "failed") (-887 |#1|) (-856)) 31 (|has| |#1| (-977))) (((-3 (-357) "failed") (-887 |#1|)) 30 (|has| |#1| (-977)))) (-2615 (((-357) (-294 |#1|) (-856)) 99 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-357) (-294 |#1|)) 94 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-357) (-385 (-887 |#1|)) (-856)) 91 (|has| |#1| (-517))) (((-357) (-385 (-887 |#1|))) 90 (|has| |#1| (-517))) (((-357) (-887 |#1|) (-856)) 86 (|has| |#1| (-977))) (((-357) (-887 |#1|)) 85 (|has| |#1| (-977))) (((-357) |#1| (-856)) 76) (((-357) |#1|) 22)) (-3731 (((-3 (-157 (-357)) "failed") (-294 (-157 |#1|)) (-856)) 71 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-3 (-157 (-357)) "failed") (-294 (-157 |#1|))) 70 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-3 (-157 (-357)) "failed") (-294 |#1|) (-856)) 63 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-3 (-157 (-357)) "failed") (-294 |#1|)) 61 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-3 (-157 (-357)) "failed") (-385 (-887 (-157 |#1|))) (-856)) 46 (|has| |#1| (-517))) (((-3 (-157 (-357)) "failed") (-385 (-887 (-157 |#1|)))) 45 (|has| |#1| (-517))) (((-3 (-157 (-357)) "failed") (-385 (-887 |#1|)) (-856)) 39 (|has| |#1| (-517))) (((-3 (-157 (-357)) "failed") (-385 (-887 |#1|))) 38 (|has| |#1| (-517))) (((-3 (-157 (-357)) "failed") (-887 |#1|) (-856)) 28 (|has| |#1| (-977))) (((-3 (-157 (-357)) "failed") (-887 |#1|)) 26 (|has| |#1| (-977))) (((-3 (-157 (-357)) "failed") (-887 (-157 |#1|)) (-856)) 18 (|has| |#1| (-160))) (((-3 (-157 (-357)) "failed") (-887 (-157 |#1|))) 15 (|has| |#1| (-160)))) (-1431 (((-157 (-357)) (-294 (-157 |#1|)) (-856)) 102 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-157 (-357)) (-294 (-157 |#1|))) 101 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-157 (-357)) (-294 |#1|) (-856)) 100 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-157 (-357)) (-294 |#1|)) 98 (-12 (|has| |#1| (-517)) (|has| |#1| (-789)))) (((-157 (-357)) (-385 (-887 (-157 |#1|))) (-856)) 93 (|has| |#1| (-517))) (((-157 (-357)) (-385 (-887 (-157 |#1|)))) 92 (|has| |#1| (-517))) (((-157 (-357)) (-385 (-887 |#1|)) (-856)) 89 (|has| |#1| (-517))) (((-157 (-357)) (-385 (-887 |#1|))) 88 (|has| |#1| (-517))) (((-157 (-357)) (-887 |#1|) (-856)) 84 (|has| |#1| (-977))) (((-157 (-357)) (-887 |#1|)) 83 (|has| |#1| (-977))) (((-157 (-357)) (-887 (-157 |#1|)) (-856)) 78 (|has| |#1| (-160))) (((-157 (-357)) (-887 (-157 |#1|))) 77 (|has| |#1| (-160))) (((-157 (-357)) (-157 |#1|) (-856)) 80 (|has| |#1| (-160))) (((-157 (-357)) (-157 |#1|)) 79 (|has| |#1| (-160))) (((-157 (-357)) |#1| (-856)) 27) (((-157 (-357)) |#1|) 25)))
-(((-727 |#1|) (-10 -7 (-15 -2615 ((-357) |#1|)) (-15 -2615 ((-357) |#1| (-856))) (-15 -1431 ((-157 (-357)) |#1|)) (-15 -1431 ((-157 (-357)) |#1| (-856))) (IF (|has| |#1| (-160)) (PROGN (-15 -1431 ((-157 (-357)) (-157 |#1|))) (-15 -1431 ((-157 (-357)) (-157 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-887 (-157 |#1|)))) (-15 -1431 ((-157 (-357)) (-887 (-157 |#1|)) (-856)))) |%noBranch|) (IF (|has| |#1| (-977)) (PROGN (-15 -2615 ((-357) (-887 |#1|))) (-15 -2615 ((-357) (-887 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-887 |#1|))) (-15 -1431 ((-157 (-357)) (-887 |#1|) (-856)))) |%noBranch|) (IF (|has| |#1| (-517)) (PROGN (-15 -2615 ((-357) (-385 (-887 |#1|)))) (-15 -2615 ((-357) (-385 (-887 |#1|)) (-856))) (-15 -1431 ((-157 (-357)) (-385 (-887 |#1|)))) (-15 -1431 ((-157 (-357)) (-385 (-887 |#1|)) (-856))) (-15 -1431 ((-157 (-357)) (-385 (-887 (-157 |#1|))))) (-15 -1431 ((-157 (-357)) (-385 (-887 (-157 |#1|))) (-856))) (IF (|has| |#1| (-789)) (PROGN (-15 -2615 ((-357) (-294 |#1|))) (-15 -2615 ((-357) (-294 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-294 |#1|))) (-15 -1431 ((-157 (-357)) (-294 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-294 (-157 |#1|)))) (-15 -1431 ((-157 (-357)) (-294 (-157 |#1|)) (-856)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-160)) (PROGN (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 (-157 |#1|)))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 (-157 |#1|)) (-856)))) |%noBranch|) (IF (|has| |#1| (-977)) (PROGN (-15 -3178 ((-3 (-357) "failed") (-887 |#1|))) (-15 -3178 ((-3 (-357) "failed") (-887 |#1|) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 |#1|))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 |#1|) (-856)))) |%noBranch|) (IF (|has| |#1| (-517)) (PROGN (-15 -3178 ((-3 (-357) "failed") (-385 (-887 |#1|)))) (-15 -3178 ((-3 (-357) "failed") (-385 (-887 |#1|)) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 |#1|)))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 |#1|)) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 (-157 |#1|))))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 (-157 |#1|))) (-856))) (IF (|has| |#1| (-789)) (PROGN (-15 -3178 ((-3 (-357) "failed") (-294 |#1|))) (-15 -3178 ((-3 (-357) "failed") (-294 |#1|) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 |#1|))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 |#1|) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 (-157 |#1|)))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 (-157 |#1|)) (-856)))) |%noBranch|)) |%noBranch|)) (-567 (-357))) (T -727))
-((-3731 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-294 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-3731 (*1 *2 *3) (|partial| -12 (-5 *3 (-294 (-157 *4))) (-4 *4 (-517)) (-4 *4 (-789)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-3731 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-3731 (*1 *2 *3) (|partial| -12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-3178 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789)) (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5)))) (-3178 (*1 *2 *3) (|partial| -12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789)) (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4)))) (-3731 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-385 (-887 (-157 *5)))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-3731 (*1 *2 *3) (|partial| -12 (-5 *3 (-385 (-887 (-157 *4)))) (-4 *4 (-517)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-3731 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-3731 (*1 *2 *3) (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-3178 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5)))) (-3178 (*1 *2 *3) (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4)))) (-3731 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-3731 (*1 *2 *3) (|partial| -12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-3178 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977)) (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5)))) (-3178 (*1 *2 *3) (|partial| -12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4)))) (-3731 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-887 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-160)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-3731 (*1 *2 *3) (|partial| -12 (-5 *3 (-887 (-157 *4))) (-4 *4 (-160)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-294 (-157 *4))) (-4 *4 (-517)) (-4 *4 (-789)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-2615 (*1 *2 *3 *4) (-12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789)) (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5)))) (-2615 (*1 *2 *3) (-12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789)) (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 (-157 *5)))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-385 (-887 (-157 *4)))) (-4 *4 (-517)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-2615 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5)))) (-2615 (*1 *2 *3) (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-2615 (*1 *2 *3 *4) (-12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977)) (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5)))) (-2615 (*1 *2 *3) (-12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-887 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-160)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-887 (-157 *4))) (-4 *4 (-160)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *3 (-157 *5)) (-5 *4 (-856)) (-4 *5 (-160)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5)))) (-1431 (*1 *2 *3) (-12 (-5 *3 (-157 *4)) (-4 *4 (-160)) (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4)))) (-1431 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-5 *2 (-157 (-357))) (-5 *1 (-727 *3)) (-4 *3 (-567 (-357))))) (-1431 (*1 *2 *3) (-12 (-5 *2 (-157 (-357))) (-5 *1 (-727 *3)) (-4 *3 (-567 (-357))))) (-2615 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-5 *2 (-357)) (-5 *1 (-727 *3)) (-4 *3 (-567 *2)))) (-2615 (*1 *2 *3) (-12 (-5 *2 (-357)) (-5 *1 (-727 *3)) (-4 *3 (-567 *2)))))
-(-10 -7 (-15 -2615 ((-357) |#1|)) (-15 -2615 ((-357) |#1| (-856))) (-15 -1431 ((-157 (-357)) |#1|)) (-15 -1431 ((-157 (-357)) |#1| (-856))) (IF (|has| |#1| (-160)) (PROGN (-15 -1431 ((-157 (-357)) (-157 |#1|))) (-15 -1431 ((-157 (-357)) (-157 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-887 (-157 |#1|)))) (-15 -1431 ((-157 (-357)) (-887 (-157 |#1|)) (-856)))) |%noBranch|) (IF (|has| |#1| (-977)) (PROGN (-15 -2615 ((-357) (-887 |#1|))) (-15 -2615 ((-357) (-887 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-887 |#1|))) (-15 -1431 ((-157 (-357)) (-887 |#1|) (-856)))) |%noBranch|) (IF (|has| |#1| (-517)) (PROGN (-15 -2615 ((-357) (-385 (-887 |#1|)))) (-15 -2615 ((-357) (-385 (-887 |#1|)) (-856))) (-15 -1431 ((-157 (-357)) (-385 (-887 |#1|)))) (-15 -1431 ((-157 (-357)) (-385 (-887 |#1|)) (-856))) (-15 -1431 ((-157 (-357)) (-385 (-887 (-157 |#1|))))) (-15 -1431 ((-157 (-357)) (-385 (-887 (-157 |#1|))) (-856))) (IF (|has| |#1| (-789)) (PROGN (-15 -2615 ((-357) (-294 |#1|))) (-15 -2615 ((-357) (-294 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-294 |#1|))) (-15 -1431 ((-157 (-357)) (-294 |#1|) (-856))) (-15 -1431 ((-157 (-357)) (-294 (-157 |#1|)))) (-15 -1431 ((-157 (-357)) (-294 (-157 |#1|)) (-856)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-160)) (PROGN (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 (-157 |#1|)))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 (-157 |#1|)) (-856)))) |%noBranch|) (IF (|has| |#1| (-977)) (PROGN (-15 -3178 ((-3 (-357) "failed") (-887 |#1|))) (-15 -3178 ((-3 (-357) "failed") (-887 |#1|) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 |#1|))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-887 |#1|) (-856)))) |%noBranch|) (IF (|has| |#1| (-517)) (PROGN (-15 -3178 ((-3 (-357) "failed") (-385 (-887 |#1|)))) (-15 -3178 ((-3 (-357) "failed") (-385 (-887 |#1|)) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 |#1|)))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 |#1|)) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 (-157 |#1|))))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-385 (-887 (-157 |#1|))) (-856))) (IF (|has| |#1| (-789)) (PROGN (-15 -3178 ((-3 (-357) "failed") (-294 |#1|))) (-15 -3178 ((-3 (-357) "failed") (-294 |#1|) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 |#1|))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 |#1|) (-856))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 (-157 |#1|)))) (-15 -3731 ((-3 (-157 (-357)) "failed") (-294 (-157 |#1|)) (-856)))) |%noBranch|)) |%noBranch|))
-((-3110 (((-856) (-1075)) 65)) (-3288 (((-3 (-357) "failed") (-1075)) 33)) (-2610 (((-357) (-1075)) 31)) (-2632 (((-856) (-1075)) 54)) (-2224 (((-1075) (-856)) 55)) (-3167 (((-1075) (-856)) 53)))
-(((-728) (-10 -7 (-15 -3167 ((-1075) (-856))) (-15 -2632 ((-856) (-1075))) (-15 -2224 ((-1075) (-856))) (-15 -3110 ((-856) (-1075))) (-15 -2610 ((-357) (-1075))) (-15 -3288 ((-3 (-357) "failed") (-1075))))) (T -728))
-((-3288 (*1 *2 *3) (|partial| -12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-728)))) (-2610 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-728)))) (-3110 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-856)) (-5 *1 (-728)))) (-2224 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1075)) (-5 *1 (-728)))) (-2632 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-856)) (-5 *1 (-728)))) (-3167 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1075)) (-5 *1 (-728)))))
-(-10 -7 (-15 -3167 ((-1075) (-856))) (-15 -2632 ((-856) (-1075))) (-15 -2224 ((-1075) (-856))) (-15 -3110 ((-856) (-1075))) (-15 -2610 ((-357) (-1075))) (-15 -3288 ((-3 (-357) "failed") (-1075))))
-((-4087 (((-108) $ $) 7)) (-2354 (((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 15) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)) 13)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 16) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)))
-(((-729) (-131)) (T -729))
-((-1257 (*1 *2 *3 *4) (-12 (-4 *1 (-729)) (-5 *3 (-989)) (-5 *4 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966)))))) (-2354 (*1 *2 *3 *2) (-12 (-4 *1 (-729)) (-5 *2 (-966)) (-5 *3 (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))))) (-1257 (*1 *2 *3 *4) (-12 (-4 *1 (-729)) (-5 *3 (-989)) (-5 *4 (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966)))))) (-2354 (*1 *2 *3 *2) (-12 (-4 *1 (-729)) (-5 *2 (-966)) (-5 *3 (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))))))
-(-13 (-1020) (-10 -7 (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -2354 ((-966) (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205))) (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)) (|:| |extra| (-966))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -2354 ((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) (-966)))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4159 (((-1179) (-1174 (-357)) (-525) (-357) (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))) (-357) (-1174 (-357)) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357))) 44) (((-1179) (-1174 (-357)) (-525) (-357) (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))) (-357) (-1174 (-357)) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357))) 43)) (-3891 (((-1179) (-1174 (-357)) (-525) (-357) (-357) (-525) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357))) 50)) (-1728 (((-1179) (-1174 (-357)) (-525) (-357) (-357) (-357) (-357) (-525) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357))) 41)) (-2631 (((-1179) (-1174 (-357)) (-525) (-357) (-357) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357))) 52) (((-1179) (-1174 (-357)) (-525) (-357) (-357) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357))) 51)))
-(((-730) (-10 -7 (-15 -2631 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))) (-15 -2631 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)))) (-15 -1728 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-357) (-357) (-525) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))) (-15 -4159 ((-1179) (-1174 (-357)) (-525) (-357) (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))) (-357) (-1174 (-357)) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))) (-15 -4159 ((-1179) (-1174 (-357)) (-525) (-357) (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))) (-357) (-1174 (-357)) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)))) (-15 -3891 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-525) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))))) (T -730))
-((-3891 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357))) (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179)) (-5 *1 (-730)))) (-4159 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-525)) (-5 *6 (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357)))) (-5 *7 (-1 (-1179) (-1174 *5) (-1174 *5) (-357))) (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179)) (-5 *1 (-730)))) (-4159 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-525)) (-5 *6 (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357)))) (-5 *7 (-1 (-1179) (-1174 *5) (-1174 *5) (-357))) (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179)) (-5 *1 (-730)))) (-1728 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357))) (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179)) (-5 *1 (-730)))) (-2631 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357))) (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179)) (-5 *1 (-730)))) (-2631 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357))) (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179)) (-5 *1 (-730)))))
-(-10 -7 (-15 -2631 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))) (-15 -2631 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)))) (-15 -1728 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-357) (-357) (-525) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))) (-15 -4159 ((-1179) (-1174 (-357)) (-525) (-357) (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))) (-357) (-1174 (-357)) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))) (-15 -4159 ((-1179) (-1174 (-357)) (-525) (-357) (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))) (-357) (-1174 (-357)) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)) (-1174 (-357)))) (-15 -3891 ((-1179) (-1174 (-357)) (-525) (-357) (-357) (-525) (-1 (-1179) (-1174 (-357)) (-1174 (-357)) (-357)))))
-((-1222 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525)) 53)) (-1656 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525)) 31)) (-1782 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525)) 52)) (-3562 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525)) 29)) (-3150 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525)) 51)) (-2614 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525)) 19)) (-1631 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525)) 32)) (-3769 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525)) 30)) (-2304 (((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525)) 28)))
-(((-731) (-10 -7 (-15 -2304 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525))) (-15 -3769 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525))) (-15 -1631 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525))) (-15 -2614 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -3562 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -1656 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -3150 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -1782 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -1222 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))))) (T -731))
-((-1222 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-1782 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-3150 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-1656 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-3562 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-2614 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-1631 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-3769 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))) (-2304 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357)) (-5 *2 (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525)) (|:| |success| (-108)))) (-5 *1 (-731)) (-5 *5 (-525)))))
-(-10 -7 (-15 -2304 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525))) (-15 -3769 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525))) (-15 -1631 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525) (-525))) (-15 -2614 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -3562 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -1656 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -3150 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -1782 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))) (-15 -1222 ((-2 (|:| -2219 (-357)) (|:| -2188 (-357)) (|:| |totalpts| (-525)) (|:| |success| (-108))) (-1 (-357) (-357)) (-357) (-357) (-357) (-357) (-525) (-525))))
-((-3897 (((-1124 |#1|) |#1| (-205) (-525)) 46)))
-(((-732 |#1|) (-10 -7 (-15 -3897 ((-1124 |#1|) |#1| (-205) (-525)))) (-907)) (T -732))
-((-3897 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-205)) (-5 *5 (-525)) (-5 *2 (-1124 *3)) (-5 *1 (-732 *3)) (-4 *3 (-907)))))
-(-10 -7 (-15 -3897 ((-1124 |#1|) |#1| (-205) (-525))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 24)) (-3222 (((-3 $ "failed") $ $) 26)) (-2475 (($) 23 T CONST)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 22 T CONST)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-2871 (($ $ $) 28) (($ $) 27)) (-2860 (($ $ $) 20)) (* (($ (-856) $) 21) (($ (-713) $) 25) (($ (-525) $) 29)))
-(((-733) (-131)) (T -733))
-NIL
-(-13 (-737) (-21))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-789) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 24)) (-2475 (($) 23 T CONST)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 22 T CONST)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-2860 (($ $ $) 20)) (* (($ (-856) $) 21) (($ (-713) $) 25)))
-(((-734) (-131)) (T -734))
-NIL
-(-13 (-736) (-23))
-(((-23) . T) ((-25) . T) ((-97) . T) ((-566 (-798)) . T) ((-736) . T) ((-789) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 24)) (-1525 (($ $ $) 27)) (-3222 (((-3 $ "failed") $ $) 26)) (-2475 (($) 23 T CONST)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 22 T CONST)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-2860 (($ $ $) 20)) (* (($ (-856) $) 21) (($ (-713) $) 25)))
-(((-735) (-131)) (T -735))
-((-1525 (*1 *1 *1 *1) (-4 *1 (-735))))
-(-13 (-737) (-10 -8 (-15 -1525 ($ $ $))))
-(((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-789) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 7)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-2860 (($ $ $) 20)) (* (($ (-856) $) 21)))
-(((-736) (-131)) (T -736))
-NIL
-(-13 (-789) (-25))
-(((-25) . T) ((-97) . T) ((-566 (-798)) . T) ((-789) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 24)) (-3222 (((-3 $ "failed") $ $) 26)) (-2475 (($) 23 T CONST)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 22 T CONST)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-2860 (($ $ $) 20)) (* (($ (-856) $) 21) (($ (-713) $) 25)))
-(((-737) (-131)) (T -737))
-NIL
-(-13 (-734) (-126))
-(((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-734) . T) ((-736) . T) ((-789) . T) ((-1020) . T))
-((-2414 (((-108) $) 41)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 |#2| "failed") $) 44)) (-4105 (((-525) $) NIL) (((-385 (-525)) $) NIL) ((|#2| $) 42)) (-3306 (((-3 (-385 (-525)) "failed") $) 78)) (-1417 (((-108) $) 72)) (-1367 (((-385 (-525)) $) 76)) (-2704 ((|#2| $) 26)) (-2016 (($ (-1 |#2| |#2|) $) 23)) (-1387 (($ $) 61)) (-2069 (((-501) $) 67)) (-3055 (($ $) 21)) (-4100 (((-798) $) 56) (($ (-525)) 39) (($ |#2|) 37) (($ (-385 (-525))) NIL)) (-2448 (((-713)) 10)) (-2380 ((|#2| $) 71)) (-2775 (((-108) $ $) 29)) (-2795 (((-108) $ $) 69)) (-2871 (($ $) 31) (($ $ $) NIL)) (-2860 (($ $ $) 30)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 35) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 32)))
-(((-738 |#1| |#2|) (-10 -8 (-15 -2795 ((-108) |#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -1387 (|#1| |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -2380 (|#2| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3055 (|#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -4100 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 -2414 ((-108) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|))) (-739 |#2|) (-160)) (T -738))
-((-2448 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-713)) (-5 *1 (-738 *3 *4)) (-4 *3 (-739 *4)))))
-(-10 -8 (-15 -2795 ((-108) |#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -1387 (|#1| |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -2380 (|#2| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3055 (|#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -4100 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 -2414 ((-108) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-1613 (((-713)) 53 (|has| |#1| (-346)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 94 (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 92 (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 90)) (-4105 (((-525) $) 95 (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) 93 (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 89)) (-3300 (((-3 $ "failed") $) 34)) (-4220 ((|#1| $) 79)) (-3306 (((-3 (-385 (-525)) "failed") $) 66 (|has| |#1| (-510)))) (-1417 (((-108) $) 68 (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) 67 (|has| |#1| (-510)))) (-1903 (($) 56 (|has| |#1| (-346)))) (-2278 (((-108) $) 31)) (-1382 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 70)) (-2704 ((|#1| $) 71)) (-3033 (($ $ $) 62 (|has| |#1| (-789)))) (-1609 (($ $ $) 61 (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) 81)) (-3685 (((-856) $) 55 (|has| |#1| (-346)))) (-1289 (((-1075) $) 9)) (-1387 (($ $) 65 (|has| |#1| (-341)))) (-1722 (($ (-856)) 54 (|has| |#1| (-346)))) (-4005 ((|#1| $) 76)) (-3940 ((|#1| $) 77)) (-1975 ((|#1| $) 78)) (-1413 ((|#1| $) 72)) (-2155 ((|#1| $) 73)) (-3465 ((|#1| $) 74)) (-3715 ((|#1| $) 75)) (-3993 (((-1039) $) 10)) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) 87 (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) 86 (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) 85 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) 84 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) 83 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) 82 (|has| |#1| (-486 (-1092) |#1|)))) (-3431 (($ $ |#1|) 88 (|has| |#1| (-265 |#1| |#1|)))) (-2069 (((-501) $) 63 (|has| |#1| (-567 (-501))))) (-3055 (($ $) 80)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 37) (($ (-385 (-525))) 91 (|has| |#1| (-968 (-385 (-525)))))) (-1463 (((-3 $ "failed") $) 64 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-2380 ((|#1| $) 69 (|has| |#1| (-986)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2830 (((-108) $ $) 59 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 58 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 60 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 57 (|has| |#1| (-789)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
-(((-739 |#1|) (-131) (-160)) (T -739))
-((-3055 (*1 *1 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-4220 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-1975 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-3940 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-4005 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-3715 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-3465 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-1413 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-2704 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-1382 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))) (-2380 (*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)) (-4 *2 (-986)))) (-1417 (*1 *2 *1) (-12 (-4 *1 (-739 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-108)))) (-1367 (*1 *2 *1) (-12 (-4 *1 (-739 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-385 (-525))))) (-3306 (*1 *2 *1) (|partial| -12 (-4 *1 (-739 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-385 (-525))))) (-1387 (*1 *1 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)) (-4 *2 (-341)))))
-(-13 (-37 |t#1|) (-389 |t#1|) (-316 |t#1|) (-10 -8 (-15 -3055 ($ $)) (-15 -4220 (|t#1| $)) (-15 -1975 (|t#1| $)) (-15 -3940 (|t#1| $)) (-15 -4005 (|t#1| $)) (-15 -3715 (|t#1| $)) (-15 -3465 (|t#1| $)) (-15 -2155 (|t#1| $)) (-15 -1413 (|t#1| $)) (-15 -2704 (|t#1| $)) (-15 -1382 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-346)) (-6 (-346)) |%noBranch|) (IF (|has| |t#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |t#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |t#1| (-986)) (-15 -2380 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-341)) (-15 -1387 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 |#1| $) |has| |#1| (-265 |#1| |#1|)) ((-288 |#1|) |has| |#1| (-288 |#1|)) ((-346) |has| |#1| (-346)) ((-316 |#1|) . T) ((-389 |#1|) . T) ((-486 (-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((-486 |#1| |#1|) |has| |#1| (-288 |#1|)) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) . T) ((-669) . T) ((-789) |has| |#1| (-789)) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2016 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
-(((-740 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#3| (-1 |#4| |#2|) |#1|))) (-739 |#2|) (-160) (-739 |#4|) (-160)) (T -740))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-160)) (-4 *6 (-160)) (-4 *2 (-739 *6)) (-5 *1 (-740 *4 *5 *2 *6)) (-4 *4 (-739 *5)))))
-(-10 -7 (-15 -2016 (|#3| (-1 |#4| |#2|) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1613 (((-713)) NIL (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-931 |#1|) "failed") $) 35) (((-3 (-525) "failed") $) NIL (-2067 (|has| (-931 |#1|) (-968 (-525))) (|has| |#1| (-968 (-525))))) (((-3 (-385 (-525)) "failed") $) NIL (-2067 (|has| (-931 |#1|) (-968 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-4105 ((|#1| $) NIL) (((-931 |#1|) $) 33) (((-525) $) NIL (-2067 (|has| (-931 |#1|) (-968 (-525))) (|has| |#1| (-968 (-525))))) (((-385 (-525)) $) NIL (-2067 (|has| (-931 |#1|) (-968 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-3300 (((-3 $ "failed") $) NIL)) (-4220 ((|#1| $) 16)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-510)))) (-1417 (((-108) $) NIL (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) NIL (|has| |#1| (-510)))) (-1903 (($) NIL (|has| |#1| (-346)))) (-2278 (((-108) $) NIL)) (-1382 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-931 |#1|) (-931 |#1|)) 29)) (-2704 ((|#1| $) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-3685 (((-856) $) NIL (|has| |#1| (-346)))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-1722 (($ (-856)) NIL (|has| |#1| (-346)))) (-4005 ((|#1| $) 22)) (-3940 ((|#1| $) 20)) (-1975 ((|#1| $) 18)) (-1413 ((|#1| $) 26)) (-2155 ((|#1| $) 25)) (-3465 ((|#1| $) 24)) (-3715 ((|#1| $) 23)) (-3993 (((-1039) $) NIL)) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) NIL (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-486 (-1092) |#1|)))) (-3431 (($ $ |#1|) NIL (|has| |#1| (-265 |#1| |#1|)))) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-3055 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-931 |#1|)) 30) (($ (-385 (-525))) NIL (-2067 (|has| (-931 |#1|) (-968 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-2380 ((|#1| $) NIL (|has| |#1| (-986)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 8 T CONST)) (-3375 (($) 12 T CONST)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-741 |#1|) (-13 (-739 |#1|) (-389 (-931 |#1|)) (-10 -8 (-15 -1382 ($ (-931 |#1|) (-931 |#1|))))) (-160)) (T -741))
-((-1382 (*1 *1 *2 *2) (-12 (-5 *2 (-931 *3)) (-4 *3 (-160)) (-5 *1 (-741 *3)))))
-(-13 (-739 |#1|) (-389 (-931 |#1|)) (-10 -8 (-15 -1382 ($ (-931 |#1|) (-931 |#1|)))))
-((-4087 (((-108) $ $) 7)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3643 (((-966) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 13)) (-2775 (((-108) $ $) 6)))
-(((-742) (-131)) (T -742))
-((-1257 (*1 *2 *3 *4) (-12 (-4 *1 (-742)) (-5 *3 (-989)) (-5 *4 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)))))) (-3643 (*1 *2 *3) (-12 (-4 *1 (-742)) (-5 *3 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-966)))))
-(-13 (-1020) (-10 -7 (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -3643 ((-966) (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4234 (((-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#3| |#2| (-1092)) 19)))
-(((-743 |#1| |#2| |#3|) (-10 -7 (-15 -4234 ((-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#3| |#2| (-1092)))) (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)) (-13 (-29 |#1|) (-1114) (-893)) (-602 |#2|)) (T -743))
-((-4234 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1092)) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-4 *4 (-13 (-29 *6) (-1114) (-893))) (-5 *2 (-2 (|:| |particular| *4) (|:| -2103 (-592 *4)))) (-5 *1 (-743 *6 *4 *3)) (-4 *3 (-602 *4)))))
-(-10 -7 (-15 -4234 ((-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#3| |#2| (-1092))))
-((-2496 (((-3 |#2| "failed") |#2| (-110) (-273 |#2|) (-592 |#2|)) 28) (((-3 |#2| "failed") (-273 |#2|) (-110) (-273 |#2|) (-592 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#2| "failed") |#2| (-110) (-1092)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#2| "failed") (-273 |#2|) (-110) (-1092)) 18) (((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-592 |#2|) (-592 (-110)) (-1092)) 24) (((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-592 (-273 |#2|)) (-592 (-110)) (-1092)) 26) (((-3 (-592 (-1174 |#2|)) "failed") (-632 |#2|) (-1092)) 37) (((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-632 |#2|) (-1174 |#2|) (-1092)) 35)))
-(((-744 |#1| |#2|) (-10 -7 (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-632 |#2|) (-1174 |#2|) (-1092))) (-15 -2496 ((-3 (-592 (-1174 |#2|)) "failed") (-632 |#2|) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-592 (-273 |#2|)) (-592 (-110)) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-592 |#2|) (-592 (-110)) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#2| "failed") (-273 |#2|) (-110) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#2| "failed") |#2| (-110) (-1092))) (-15 -2496 ((-3 |#2| "failed") (-273 |#2|) (-110) (-273 |#2|) (-592 |#2|))) (-15 -2496 ((-3 |#2| "failed") |#2| (-110) (-273 |#2|) (-592 |#2|)))) (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)) (-13 (-29 |#1|) (-1114) (-893))) (T -744))
-((-2496 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-110)) (-5 *4 (-273 *2)) (-5 *5 (-592 *2)) (-4 *2 (-13 (-29 *6) (-1114) (-893))) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *1 (-744 *6 *2)))) (-2496 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-273 *2)) (-5 *4 (-110)) (-5 *5 (-592 *2)) (-4 *2 (-13 (-29 *6) (-1114) (-893))) (-5 *1 (-744 *6 *2)) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))))) (-2496 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-110)) (-5 *5 (-1092)) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -2103 (-592 *3))) *3 "failed")) (-5 *1 (-744 *6 *3)) (-4 *3 (-13 (-29 *6) (-1114) (-893))))) (-2496 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-273 *7)) (-5 *4 (-110)) (-5 *5 (-1092)) (-4 *7 (-13 (-29 *6) (-1114) (-893))) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -2103 (-592 *7))) *7 "failed")) (-5 *1 (-744 *6 *7)))) (-2496 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-592 *7)) (-5 *4 (-592 (-110))) (-5 *5 (-1092)) (-4 *7 (-13 (-29 *6) (-1114) (-893))) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-2 (|:| |particular| (-1174 *7)) (|:| -2103 (-592 (-1174 *7))))) (-5 *1 (-744 *6 *7)))) (-2496 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-592 (-273 *7))) (-5 *4 (-592 (-110))) (-5 *5 (-1092)) (-4 *7 (-13 (-29 *6) (-1114) (-893))) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-2 (|:| |particular| (-1174 *7)) (|:| -2103 (-592 (-1174 *7))))) (-5 *1 (-744 *6 *7)))) (-2496 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-632 *6)) (-5 *4 (-1092)) (-4 *6 (-13 (-29 *5) (-1114) (-893))) (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-592 (-1174 *6))) (-5 *1 (-744 *5 *6)))) (-2496 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-632 *7)) (-5 *5 (-1092)) (-4 *7 (-13 (-29 *6) (-1114) (-893))) (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-2 (|:| |particular| (-1174 *7)) (|:| -2103 (-592 (-1174 *7))))) (-5 *1 (-744 *6 *7)) (-5 *4 (-1174 *7)))))
-(-10 -7 (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-632 |#2|) (-1174 |#2|) (-1092))) (-15 -2496 ((-3 (-592 (-1174 |#2|)) "failed") (-632 |#2|) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-592 (-273 |#2|)) (-592 (-110)) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#2|)) (|:| -2103 (-592 (-1174 |#2|)))) "failed") (-592 |#2|) (-592 (-110)) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#2| "failed") (-273 |#2|) (-110) (-1092))) (-15 -2496 ((-3 (-2 (|:| |particular| |#2|) (|:| -2103 (-592 |#2|))) |#2| "failed") |#2| (-110) (-1092))) (-15 -2496 ((-3 |#2| "failed") (-273 |#2|) (-110) (-273 |#2|) (-592 |#2|))) (-15 -2496 ((-3 |#2| "failed") |#2| (-110) (-273 |#2|) (-592 |#2|))))
-((-1264 (($) 9)) (-1290 (((-3 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))) "failed") (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 31)) (-1398 (((-592 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) $) 28)) (-3246 (($ (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357)))))) 25)) (-3559 (($ (-592 (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))))))) 23)) (-2362 (((-1179)) 12)))
-(((-745) (-10 -8 (-15 -1264 ($)) (-15 -2362 ((-1179))) (-15 -1398 ((-592 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) $)) (-15 -3559 ($ (-592 (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357)))))))) (-15 -3246 ($ (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))))))) (-15 -1290 ((-3 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))) "failed") (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))) (T -745))
-((-1290 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *2 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357)))) (-5 *1 (-745)))) (-3246 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357)))))) (-5 *1 (-745)))) (-3559 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))))))) (-5 *1 (-745)))) (-1398 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-5 *1 (-745)))) (-2362 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-745)))) (-1264 (*1 *1) (-5 *1 (-745))))
-(-10 -8 (-15 -1264 ($)) (-15 -2362 ((-1179))) (-15 -1398 ((-592 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) $)) (-15 -3559 ($ (-592 (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357)))))))) (-15 -3246 ($ (-2 (|:| -1556 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (|:| -3448 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))))))) (-15 -1290 ((-3 (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357)) (|:| |expense| (-357)) (|:| |accuracy| (-357)) (|:| |intermediateResults| (-357))) "failed") (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))))
-((-2915 ((|#2| |#2| (-1092)) 16)) (-1346 ((|#2| |#2| (-1092)) 51)) (-3470 (((-1 |#2| |#2|) (-1092)) 11)))
-(((-746 |#1| |#2|) (-10 -7 (-15 -2915 (|#2| |#2| (-1092))) (-15 -1346 (|#2| |#2| (-1092))) (-15 -3470 ((-1 |#2| |#2|) (-1092)))) (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)) (-13 (-29 |#1|) (-1114) (-893))) (T -746))
-((-3470 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-1 *5 *5)) (-5 *1 (-746 *4 *5)) (-4 *5 (-13 (-29 *4) (-1114) (-893))))) (-1346 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *1 (-746 *4 *2)) (-4 *2 (-13 (-29 *4) (-1114) (-893))))) (-2915 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *1 (-746 *4 *2)) (-4 *2 (-13 (-29 *4) (-1114) (-893))))))
-(-10 -7 (-15 -2915 (|#2| |#2| (-1092))) (-15 -1346 (|#2| |#2| (-1092))) (-15 -3470 ((-1 |#2| |#2|) (-1092))))
-((-2496 (((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-592 (-357)) (-357) (-357)) 116) (((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-592 (-357)) (-357)) 117) (((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-592 (-357)) (-357)) 119) (((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-357)) 120) (((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-357)) 121) (((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357))) 122) (((-966) (-750) (-989)) 108) (((-966) (-750)) 109)) (-1257 (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-750) (-989)) 75) (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-750)) 77)))
-(((-747) (-10 -7 (-15 -2496 ((-966) (-750))) (-15 -2496 ((-966) (-750) (-989))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-592 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-592 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-592 (-357)) (-357) (-357))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-750))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-750) (-989))))) (T -747))
-((-1257 (*1 *2 *3 *4) (-12 (-5 *3 (-750)) (-5 *4 (-989)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) (-5 *1 (-747)))) (-1257 (*1 *2 *3) (-12 (-5 *3 (-750)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) (-5 *1 (-747)))) (-2496 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1174 (-294 *4))) (-5 *5 (-592 (-357))) (-5 *6 (-294 (-357))) (-5 *4 (-357)) (-5 *2 (-966)) (-5 *1 (-747)))) (-2496 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1174 (-294 *4))) (-5 *5 (-592 (-357))) (-5 *6 (-294 (-357))) (-5 *4 (-357)) (-5 *2 (-966)) (-5 *1 (-747)))) (-2496 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1174 (-294 (-357)))) (-5 *4 (-357)) (-5 *5 (-592 *4)) (-5 *2 (-966)) (-5 *1 (-747)))) (-2496 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1174 (-294 *4))) (-5 *5 (-592 (-357))) (-5 *6 (-294 (-357))) (-5 *4 (-357)) (-5 *2 (-966)) (-5 *1 (-747)))) (-2496 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1174 (-294 (-357)))) (-5 *4 (-357)) (-5 *5 (-592 *4)) (-5 *2 (-966)) (-5 *1 (-747)))) (-2496 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1174 (-294 (-357)))) (-5 *4 (-357)) (-5 *5 (-592 *4)) (-5 *2 (-966)) (-5 *1 (-747)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-750)) (-5 *4 (-989)) (-5 *2 (-966)) (-5 *1 (-747)))) (-2496 (*1 *2 *3) (-12 (-5 *3 (-750)) (-5 *2 (-966)) (-5 *1 (-747)))))
-(-10 -7 (-15 -2496 ((-966) (-750))) (-15 -2496 ((-966) (-750) (-989))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-592 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-592 (-357)) (-357))) (-15 -2496 ((-966) (-1174 (-294 (-357))) (-357) (-357) (-592 (-357)) (-294 (-357)) (-592 (-357)) (-357) (-357))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-750))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-750) (-989))))
-((-2029 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2103 (-592 |#4|))) (-599 |#4|) |#4|) 35)))
-(((-748 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2029 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2103 (-592 |#4|))) (-599 |#4|) |#4|))) (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|)) (T -748))
-((-2029 (*1 *2 *3 *4) (-12 (-5 *3 (-599 *4)) (-4 *4 (-320 *5 *6 *7)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-748 *5 *6 *7 *4)))))
-(-10 -7 (-15 -2029 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -2103 (-592 |#4|))) (-599 |#4|) |#4|)))
-((-3999 (((-2 (|:| -1537 |#3|) (|:| |rh| (-592 (-385 |#2|)))) |#4| (-592 (-385 |#2|))) 52)) (-2184 (((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#4| |#2|) 60) (((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#4|) 59) (((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#3| |#2|) 20) (((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#3|) 21)) (-3132 ((|#2| |#4| |#1|) 61) ((|#2| |#3| |#1|) 27)) (-2430 ((|#2| |#3| (-592 (-385 |#2|))) 93) (((-3 |#2| "failed") |#3| (-385 |#2|)) 90)))
-(((-749 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2430 ((-3 |#2| "failed") |#3| (-385 |#2|))) (-15 -2430 (|#2| |#3| (-592 (-385 |#2|)))) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#3|)) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#3| |#2|)) (-15 -3132 (|#2| |#3| |#1|)) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#4|)) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#4| |#2|)) (-15 -3132 (|#2| |#4| |#1|)) (-15 -3999 ((-2 (|:| -1537 |#3|) (|:| |rh| (-592 (-385 |#2|)))) |#4| (-592 (-385 |#2|))))) (-13 (-341) (-138) (-968 (-385 (-525)))) (-1150 |#1|) (-602 |#2|) (-602 (-385 |#2|))) (T -749))
-((-3999 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-5 *2 (-2 (|:| -1537 *7) (|:| |rh| (-592 (-385 *6))))) (-5 *1 (-749 *5 *6 *7 *3)) (-5 *4 (-592 (-385 *6))) (-4 *7 (-602 *6)) (-4 *3 (-602 (-385 *6))))) (-3132 (*1 *2 *3 *4) (-12 (-4 *2 (-1150 *4)) (-5 *1 (-749 *4 *2 *5 *3)) (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *5 (-602 *2)) (-4 *3 (-602 (-385 *2))))) (-2184 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *4 (-1150 *5)) (-5 *2 (-592 (-2 (|:| -1423 *4) (|:| -3237 *4)))) (-5 *1 (-749 *5 *4 *6 *3)) (-4 *6 (-602 *4)) (-4 *3 (-602 (-385 *4))))) (-2184 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *5 (-1150 *4)) (-5 *2 (-592 (-2 (|:| -1423 *5) (|:| -3237 *5)))) (-5 *1 (-749 *4 *5 *6 *3)) (-4 *6 (-602 *5)) (-4 *3 (-602 (-385 *5))))) (-3132 (*1 *2 *3 *4) (-12 (-4 *2 (-1150 *4)) (-5 *1 (-749 *4 *2 *3 *5)) (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-602 *2)) (-4 *5 (-602 (-385 *2))))) (-2184 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *4 (-1150 *5)) (-5 *2 (-592 (-2 (|:| -1423 *4) (|:| -3237 *4)))) (-5 *1 (-749 *5 *4 *3 *6)) (-4 *3 (-602 *4)) (-4 *6 (-602 (-385 *4))))) (-2184 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *5 (-1150 *4)) (-5 *2 (-592 (-2 (|:| -1423 *5) (|:| -3237 *5)))) (-5 *1 (-749 *4 *5 *3 *6)) (-4 *3 (-602 *5)) (-4 *6 (-602 (-385 *5))))) (-2430 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-385 *2))) (-4 *2 (-1150 *5)) (-5 *1 (-749 *5 *2 *3 *6)) (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-602 *2)) (-4 *6 (-602 (-385 *2))))) (-2430 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-385 *2)) (-4 *2 (-1150 *5)) (-5 *1 (-749 *5 *2 *3 *6)) (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-602 *2)) (-4 *6 (-602 *4)))))
-(-10 -7 (-15 -2430 ((-3 |#2| "failed") |#3| (-385 |#2|))) (-15 -2430 (|#2| |#3| (-592 (-385 |#2|)))) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#3|)) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#3| |#2|)) (-15 -3132 (|#2| |#3| |#1|)) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#4|)) (-15 -2184 ((-592 (-2 (|:| -1423 |#2|) (|:| -3237 |#2|))) |#4| |#2|)) (-15 -3132 (|#2| |#4| |#1|)) (-15 -3999 ((-2 (|:| -1537 |#3|) (|:| |rh| (-592 (-385 |#2|)))) |#4| (-592 (-385 |#2|)))))
-((-4087 (((-108) $ $) NIL)) (-4105 (((-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) $) 13)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 15) (($ (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) 12)) (-2775 (((-108) $ $) NIL)))
-(((-750) (-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) $))))) (T -750))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-750)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *1 (-750)))) (-4105 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205)))) (-5 *1 (-750)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-2 (|:| |xinit| (-205)) (|:| |xend| (-205)) (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205))) (|:| |abserr| (-205)) (|:| |relerr| (-205))) $))))
-((-2181 (((-592 (-2 (|:| |frac| (-385 |#2|)) (|:| -1537 |#3|))) |#3| (-1 (-592 |#2|) |#2| (-1088 |#2|)) (-1 (-396 |#2|) |#2|)) 118)) (-3824 (((-592 (-2 (|:| |poly| |#2|) (|:| -1537 |#3|))) |#3| (-1 (-592 |#1|) |#2|)) 46)) (-1758 (((-592 (-2 (|:| |deg| (-713)) (|:| -1537 |#2|))) |#3|) 95)) (-3980 ((|#2| |#3|) 37)) (-1713 (((-592 (-2 (|:| -2247 |#1|) (|:| -1537 |#3|))) |#3| (-1 (-592 |#1|) |#2|)) 82)) (-4038 ((|#3| |#3| (-385 |#2|)) 63) ((|#3| |#3| |#2|) 79)))
-(((-751 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3980 (|#2| |#3|)) (-15 -1758 ((-592 (-2 (|:| |deg| (-713)) (|:| -1537 |#2|))) |#3|)) (-15 -1713 ((-592 (-2 (|:| -2247 |#1|) (|:| -1537 |#3|))) |#3| (-1 (-592 |#1|) |#2|))) (-15 -3824 ((-592 (-2 (|:| |poly| |#2|) (|:| -1537 |#3|))) |#3| (-1 (-592 |#1|) |#2|))) (-15 -2181 ((-592 (-2 (|:| |frac| (-385 |#2|)) (|:| -1537 |#3|))) |#3| (-1 (-592 |#2|) |#2| (-1088 |#2|)) (-1 (-396 |#2|) |#2|))) (-15 -4038 (|#3| |#3| |#2|)) (-15 -4038 (|#3| |#3| (-385 |#2|)))) (-13 (-341) (-138) (-968 (-385 (-525)))) (-1150 |#1|) (-602 |#2|) (-602 (-385 |#2|))) (T -751))
-((-4038 (*1 *2 *2 *3) (-12 (-5 *3 (-385 *5)) (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *5 (-1150 *4)) (-5 *1 (-751 *4 *5 *2 *6)) (-4 *2 (-602 *5)) (-4 *6 (-602 *3)))) (-4038 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-1150 *4)) (-5 *1 (-751 *4 *3 *2 *5)) (-4 *2 (-602 *3)) (-4 *5 (-602 (-385 *3))))) (-2181 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-592 *7) *7 (-1088 *7))) (-5 *5 (-1 (-396 *7) *7)) (-4 *7 (-1150 *6)) (-4 *6 (-13 (-341) (-138) (-968 (-385 (-525))))) (-5 *2 (-592 (-2 (|:| |frac| (-385 *7)) (|:| -1537 *3)))) (-5 *1 (-751 *6 *7 *3 *8)) (-4 *3 (-602 *7)) (-4 *8 (-602 (-385 *7))))) (-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-592 *5) *6)) (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-5 *2 (-592 (-2 (|:| |poly| *6) (|:| -1537 *3)))) (-5 *1 (-751 *5 *6 *3 *7)) (-4 *3 (-602 *6)) (-4 *7 (-602 (-385 *6))))) (-1713 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-592 *5) *6)) (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-5 *2 (-592 (-2 (|:| -2247 *5) (|:| -1537 *3)))) (-5 *1 (-751 *5 *6 *3 *7)) (-4 *3 (-602 *6)) (-4 *7 (-602 (-385 *6))))) (-1758 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *5 (-1150 *4)) (-5 *2 (-592 (-2 (|:| |deg| (-713)) (|:| -1537 *5)))) (-5 *1 (-751 *4 *5 *3 *6)) (-4 *3 (-602 *5)) (-4 *6 (-602 (-385 *5))))) (-3980 (*1 *2 *3) (-12 (-4 *2 (-1150 *4)) (-5 *1 (-751 *4 *2 *3 *5)) (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-602 *2)) (-4 *5 (-602 (-385 *2))))))
-(-10 -7 (-15 -3980 (|#2| |#3|)) (-15 -1758 ((-592 (-2 (|:| |deg| (-713)) (|:| -1537 |#2|))) |#3|)) (-15 -1713 ((-592 (-2 (|:| -2247 |#1|) (|:| -1537 |#3|))) |#3| (-1 (-592 |#1|) |#2|))) (-15 -3824 ((-592 (-2 (|:| |poly| |#2|) (|:| -1537 |#3|))) |#3| (-1 (-592 |#1|) |#2|))) (-15 -2181 ((-592 (-2 (|:| |frac| (-385 |#2|)) (|:| -1537 |#3|))) |#3| (-1 (-592 |#2|) |#2| (-1088 |#2|)) (-1 (-396 |#2|) |#2|))) (-15 -4038 (|#3| |#3| |#2|)) (-15 -4038 (|#3| |#3| (-385 |#2|))))
-((-2786 (((-2 (|:| -2103 (-592 (-385 |#2|))) (|:| -4108 (-632 |#1|))) (-600 |#2| (-385 |#2|)) (-592 (-385 |#2|))) 121) (((-2 (|:| |particular| (-3 (-385 |#2|) "failed")) (|:| -2103 (-592 (-385 |#2|)))) (-600 |#2| (-385 |#2|)) (-385 |#2|)) 120) (((-2 (|:| -2103 (-592 (-385 |#2|))) (|:| -4108 (-632 |#1|))) (-599 (-385 |#2|)) (-592 (-385 |#2|))) 115) (((-2 (|:| |particular| (-3 (-385 |#2|) "failed")) (|:| -2103 (-592 (-385 |#2|)))) (-599 (-385 |#2|)) (-385 |#2|)) 113)) (-1298 ((|#2| (-600 |#2| (-385 |#2|))) 80) ((|#2| (-599 (-385 |#2|))) 83)))
-(((-752 |#1| |#2|) (-10 -7 (-15 -2786 ((-2 (|:| |particular| (-3 (-385 |#2|) "failed")) (|:| -2103 (-592 (-385 |#2|)))) (-599 (-385 |#2|)) (-385 |#2|))) (-15 -2786 ((-2 (|:| -2103 (-592 (-385 |#2|))) (|:| -4108 (-632 |#1|))) (-599 (-385 |#2|)) (-592 (-385 |#2|)))) (-15 -2786 ((-2 (|:| |particular| (-3 (-385 |#2|) "failed")) (|:| -2103 (-592 (-385 |#2|)))) (-600 |#2| (-385 |#2|)) (-385 |#2|))) (-15 -2786 ((-2 (|:| -2103 (-592 (-385 |#2|))) (|:| -4108 (-632 |#1|))) (-600 |#2| (-385 |#2|)) (-592 (-385 |#2|)))) (-15 -1298 (|#2| (-599 (-385 |#2|)))) (-15 -1298 (|#2| (-600 |#2| (-385 |#2|))))) (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))) (-1150 |#1|)) (T -752))
-((-1298 (*1 *2 *3) (-12 (-5 *3 (-600 *2 (-385 *2))) (-4 *2 (-1150 *4)) (-5 *1 (-752 *4 *2)) (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))))) (-1298 (*1 *2 *3) (-12 (-5 *3 (-599 (-385 *2))) (-4 *2 (-1150 *4)) (-5 *1 (-752 *4 *2)) (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))))) (-2786 (*1 *2 *3 *4) (-12 (-5 *3 (-600 *6 (-385 *6))) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-2 (|:| -2103 (-592 (-385 *6))) (|:| -4108 (-632 *5)))) (-5 *1 (-752 *5 *6)) (-5 *4 (-592 (-385 *6))))) (-2786 (*1 *2 *3 *4) (-12 (-5 *3 (-600 *6 (-385 *6))) (-5 *4 (-385 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-752 *5 *6)))) (-2786 (*1 *2 *3 *4) (-12 (-5 *3 (-599 (-385 *6))) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-2 (|:| -2103 (-592 (-385 *6))) (|:| -4108 (-632 *5)))) (-5 *1 (-752 *5 *6)) (-5 *4 (-592 (-385 *6))))) (-2786 (*1 *2 *3 *4) (-12 (-5 *3 (-599 (-385 *6))) (-5 *4 (-385 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-752 *5 *6)))))
-(-10 -7 (-15 -2786 ((-2 (|:| |particular| (-3 (-385 |#2|) "failed")) (|:| -2103 (-592 (-385 |#2|)))) (-599 (-385 |#2|)) (-385 |#2|))) (-15 -2786 ((-2 (|:| -2103 (-592 (-385 |#2|))) (|:| -4108 (-632 |#1|))) (-599 (-385 |#2|)) (-592 (-385 |#2|)))) (-15 -2786 ((-2 (|:| |particular| (-3 (-385 |#2|) "failed")) (|:| -2103 (-592 (-385 |#2|)))) (-600 |#2| (-385 |#2|)) (-385 |#2|))) (-15 -2786 ((-2 (|:| -2103 (-592 (-385 |#2|))) (|:| -4108 (-632 |#1|))) (-600 |#2| (-385 |#2|)) (-592 (-385 |#2|)))) (-15 -1298 (|#2| (-599 (-385 |#2|)))) (-15 -1298 (|#2| (-600 |#2| (-385 |#2|)))))
-((-1593 (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#1|))) |#5| |#4|) 48)))
-(((-753 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1593 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#1|))) |#5| |#4|))) (-341) (-602 |#1|) (-1150 |#1|) (-667 |#1| |#3|) (-602 |#4|)) (T -753))
-((-1593 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-4 *7 (-1150 *5)) (-4 *4 (-667 *5 *7)) (-5 *2 (-2 (|:| -4108 (-632 *6)) (|:| |vec| (-1174 *5)))) (-5 *1 (-753 *5 *6 *7 *4 *3)) (-4 *6 (-602 *5)) (-4 *3 (-602 *4)))))
-(-10 -7 (-15 -1593 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#1|))) |#5| |#4|)))
-((-2181 (((-592 (-2 (|:| |frac| (-385 |#2|)) (|:| -1537 (-600 |#2| (-385 |#2|))))) (-600 |#2| (-385 |#2|)) (-1 (-396 |#2|) |#2|)) 47)) (-2732 (((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-396 |#2|) |#2|)) 141 (|has| |#1| (-27))) (((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|))) 138 (|has| |#1| (-27))) (((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-396 |#2|) |#2|)) 142 (|has| |#1| (-27))) (((-592 (-385 |#2|)) (-599 (-385 |#2|))) 140 (|has| |#1| (-27))) (((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|) (-1 (-396 |#2|) |#2|)) 38) (((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|)) 39) (((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|) (-1 (-396 |#2|) |#2|)) 36) (((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|)) 37)) (-3824 (((-592 (-2 (|:| |poly| |#2|) (|:| -1537 (-600 |#2| (-385 |#2|))))) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|)) 83)))
-(((-754 |#1| |#2|) (-10 -7 (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|) (-1 (-396 |#2|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|) (-1 (-396 |#2|) |#2|))) (-15 -2181 ((-592 (-2 (|:| |frac| (-385 |#2|)) (|:| -1537 (-600 |#2| (-385 |#2|))))) (-600 |#2| (-385 |#2|)) (-1 (-396 |#2|) |#2|))) (-15 -3824 ((-592 (-2 (|:| |poly| |#2|) (|:| -1537 (-600 |#2| (-385 |#2|))))) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)))) (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-396 |#2|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-396 |#2|) |#2|)))) |%noBranch|)) (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))) (-1150 |#1|)) (T -754))
-((-2732 (*1 *2 *3 *4) (-12 (-5 *3 (-600 *6 (-385 *6))) (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6)))) (-2732 (*1 *2 *3) (-12 (-5 *3 (-600 *5 (-385 *5))) (-4 *5 (-1150 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-592 (-385 *5))) (-5 *1 (-754 *4 *5)))) (-2732 (*1 *2 *3 *4) (-12 (-5 *3 (-599 (-385 *6))) (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6)))) (-2732 (*1 *2 *3) (-12 (-5 *3 (-599 (-385 *5))) (-4 *5 (-1150 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-592 (-385 *5))) (-5 *1 (-754 *4 *5)))) (-3824 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-592 *5) *6)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-5 *2 (-592 (-2 (|:| |poly| *6) (|:| -1537 (-600 *6 (-385 *6)))))) (-5 *1 (-754 *5 *6)) (-5 *3 (-600 *6 (-385 *6))))) (-2181 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-5 *2 (-592 (-2 (|:| |frac| (-385 *6)) (|:| -1537 (-600 *6 (-385 *6)))))) (-5 *1 (-754 *5 *6)) (-5 *3 (-600 *6 (-385 *6))))) (-2732 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-600 *7 (-385 *7))) (-5 *4 (-1 (-592 *6) *7)) (-5 *5 (-1 (-396 *7) *7)) (-4 *6 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *7 (-1150 *6)) (-5 *2 (-592 (-385 *7))) (-5 *1 (-754 *6 *7)))) (-2732 (*1 *2 *3 *4) (-12 (-5 *3 (-600 *6 (-385 *6))) (-5 *4 (-1 (-592 *5) *6)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6)))) (-2732 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-599 (-385 *7))) (-5 *4 (-1 (-592 *6) *7)) (-5 *5 (-1 (-396 *7) *7)) (-4 *6 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *7 (-1150 *6)) (-5 *2 (-592 (-385 *7))) (-5 *1 (-754 *6 *7)))) (-2732 (*1 *2 *3 *4) (-12 (-5 *3 (-599 (-385 *6))) (-5 *4 (-1 (-592 *5) *6)) (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))) (-4 *6 (-1150 *5)) (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6)))))
-(-10 -7 (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-592 |#1|) |#2|) (-1 (-396 |#2|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|) (-1 (-396 |#2|) |#2|))) (-15 -2181 ((-592 (-2 (|:| |frac| (-385 |#2|)) (|:| -1537 (-600 |#2| (-385 |#2|))))) (-600 |#2| (-385 |#2|)) (-1 (-396 |#2|) |#2|))) (-15 -3824 ((-592 (-2 (|:| |poly| |#2|) (|:| -1537 (-600 |#2| (-385 |#2|))))) (-600 |#2| (-385 |#2|)) (-1 (-592 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)))) (-15 -2732 ((-592 (-385 |#2|)) (-599 (-385 |#2|)) (-1 (-396 |#2|) |#2|))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)))) (-15 -2732 ((-592 (-385 |#2|)) (-600 |#2| (-385 |#2|)) (-1 (-396 |#2|) |#2|)))) |%noBranch|))
-((-2301 (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#1|))) (-632 |#2|) (-1174 |#1|)) 85) (((-2 (|:| A (-632 |#1|)) (|:| |eqs| (-592 (-2 (|:| C (-632 |#1|)) (|:| |g| (-1174 |#1|)) (|:| -1537 |#2|) (|:| |rh| |#1|))))) (-632 |#1|) (-1174 |#1|)) 15)) (-2875 (((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-632 |#2|) (-1174 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2103 (-592 |#1|))) |#2| |#1|)) 92)) (-2496 (((-3 (-2 (|:| |particular| (-1174 |#1|)) (|:| -2103 (-632 |#1|))) "failed") (-632 |#1|) (-1174 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2103 (-592 |#1|))) "failed") |#2| |#1|)) 43)))
-(((-755 |#1| |#2|) (-10 -7 (-15 -2301 ((-2 (|:| A (-632 |#1|)) (|:| |eqs| (-592 (-2 (|:| C (-632 |#1|)) (|:| |g| (-1174 |#1|)) (|:| -1537 |#2|) (|:| |rh| |#1|))))) (-632 |#1|) (-1174 |#1|))) (-15 -2301 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#1|))) (-632 |#2|) (-1174 |#1|))) (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#1|)) (|:| -2103 (-632 |#1|))) "failed") (-632 |#1|) (-1174 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2103 (-592 |#1|))) "failed") |#2| |#1|))) (-15 -2875 ((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-632 |#2|) (-1174 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2103 (-592 |#1|))) |#2| |#1|)))) (-341) (-602 |#1|)) (T -755))
-((-2875 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-632 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2103 (-592 *6))) *7 *6)) (-4 *6 (-341)) (-4 *7 (-602 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1174 *6) "failed")) (|:| -2103 (-592 (-1174 *6))))) (-5 *1 (-755 *6 *7)) (-5 *4 (-1174 *6)))) (-2496 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -2103 (-592 *6))) "failed") *7 *6)) (-4 *6 (-341)) (-4 *7 (-602 *6)) (-5 *2 (-2 (|:| |particular| (-1174 *6)) (|:| -2103 (-632 *6)))) (-5 *1 (-755 *6 *7)) (-5 *3 (-632 *6)) (-5 *4 (-1174 *6)))) (-2301 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-4 *6 (-602 *5)) (-5 *2 (-2 (|:| -4108 (-632 *6)) (|:| |vec| (-1174 *5)))) (-5 *1 (-755 *5 *6)) (-5 *3 (-632 *6)) (-5 *4 (-1174 *5)))) (-2301 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-5 *2 (-2 (|:| A (-632 *5)) (|:| |eqs| (-592 (-2 (|:| C (-632 *5)) (|:| |g| (-1174 *5)) (|:| -1537 *6) (|:| |rh| *5)))))) (-5 *1 (-755 *5 *6)) (-5 *3 (-632 *5)) (-5 *4 (-1174 *5)) (-4 *6 (-602 *5)))))
-(-10 -7 (-15 -2301 ((-2 (|:| A (-632 |#1|)) (|:| |eqs| (-592 (-2 (|:| C (-632 |#1|)) (|:| |g| (-1174 |#1|)) (|:| -1537 |#2|) (|:| |rh| |#1|))))) (-632 |#1|) (-1174 |#1|))) (-15 -2301 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#1|))) (-632 |#2|) (-1174 |#1|))) (-15 -2496 ((-3 (-2 (|:| |particular| (-1174 |#1|)) (|:| -2103 (-632 |#1|))) "failed") (-632 |#1|) (-1174 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -2103 (-592 |#1|))) "failed") |#2| |#1|))) (-15 -2875 ((-2 (|:| |particular| (-3 (-1174 |#1|) "failed")) (|:| -2103 (-592 (-1174 |#1|)))) (-632 |#2|) (-1174 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -2103 (-592 |#1|))) |#2| |#1|))))
-((-3358 (((-632 |#1|) (-592 |#1|) (-713)) 13) (((-632 |#1|) (-592 |#1|)) 14)) (-1516 (((-3 (-1174 |#1|) "failed") |#2| |#1| (-592 |#1|)) 34)) (-1270 (((-3 |#1| "failed") |#2| |#1| (-592 |#1|) (-1 |#1| |#1|)) 42)))
-(((-756 |#1| |#2|) (-10 -7 (-15 -3358 ((-632 |#1|) (-592 |#1|))) (-15 -3358 ((-632 |#1|) (-592 |#1|) (-713))) (-15 -1516 ((-3 (-1174 |#1|) "failed") |#2| |#1| (-592 |#1|))) (-15 -1270 ((-3 |#1| "failed") |#2| |#1| (-592 |#1|) (-1 |#1| |#1|)))) (-341) (-602 |#1|)) (T -756))
-((-1270 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-592 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-341)) (-5 *1 (-756 *2 *3)) (-4 *3 (-602 *2)))) (-1516 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-592 *4)) (-4 *4 (-341)) (-5 *2 (-1174 *4)) (-5 *1 (-756 *4 *3)) (-4 *3 (-602 *4)))) (-3358 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *5)) (-5 *4 (-713)) (-4 *5 (-341)) (-5 *2 (-632 *5)) (-5 *1 (-756 *5 *6)) (-4 *6 (-602 *5)))) (-3358 (*1 *2 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-341)) (-5 *2 (-632 *4)) (-5 *1 (-756 *4 *5)) (-4 *5 (-602 *4)))))
-(-10 -7 (-15 -3358 ((-632 |#1|) (-592 |#1|))) (-15 -3358 ((-632 |#1|) (-592 |#1|) (-713))) (-15 -1516 ((-3 (-1174 |#1|) "failed") |#2| |#1| (-592 |#1|))) (-15 -1270 ((-3 |#1| "failed") |#2| |#1| (-592 |#1|) (-1 |#1| |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#2| (-1020)))) (-2414 (((-108) $) NIL (|has| |#2| (-126)))) (-3473 (($ (-856)) NIL (|has| |#2| (-977)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1525 (($ $ $) NIL (|has| |#2| (-735)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#2| (-126)))) (-3779 (((-108) $ (-713)) NIL)) (-1613 (((-713)) NIL (|has| |#2| (-346)))) (-2971 (((-525) $) NIL (|has| |#2| (-787)))) (-1233 ((|#2| $ (-525) |#2|) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1020)))) (-4105 (((-525) $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020)))) (((-385 (-525)) $) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) ((|#2| $) NIL (|has| |#2| (-1020)))) (-3090 (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#2| (-977)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL (|has| |#2| (-977))) (((-632 |#2|) (-632 $)) NIL (|has| |#2| (-977)))) (-3300 (((-3 $ "failed") $) NIL (|has| |#2| (-669)))) (-1903 (($) NIL (|has| |#2| (-346)))) (-3081 ((|#2| $ (-525) |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ (-525)) NIL)) (-1889 (((-108) $) NIL (|has| |#2| (-787)))) (-2175 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL (|has| |#2| (-669)))) (-4079 (((-108) $) NIL (|has| |#2| (-787)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2617 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-3069 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-3685 (((-856) $) NIL (|has| |#2| (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#2| (-1020)))) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-1722 (($ (-856)) NIL (|has| |#2| (-346)))) (-3993 (((-1039) $) NIL (|has| |#2| (-1020)))) (-1647 ((|#2| $) NIL (|has| (-525) (-789)))) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ (-525) |#2|) NIL) ((|#2| $ (-525)) NIL)) (-3584 ((|#2| $ $) NIL (|has| |#2| (-977)))) (-4238 (($ (-1174 |#2|)) NIL)) (-3933 (((-128)) NIL (|has| |#2| (-341)))) (-2702 (($ $) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-977)))) (-4002 (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-1174 |#2|) $) NIL) (($ (-525)) NIL (-2067 (-12 (|has| |#2| (-968 (-525))) (|has| |#2| (-1020))) (|has| |#2| (-977)))) (($ (-385 (-525))) NIL (-12 (|has| |#2| (-968 (-385 (-525)))) (|has| |#2| (-1020)))) (($ |#2|) NIL (|has| |#2| (-1020))) (((-798) $) NIL (|has| |#2| (-566 (-798))))) (-2448 (((-713)) NIL (|has| |#2| (-977)))) (-2706 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2380 (($ $) NIL (|has| |#2| (-787)))) (-3706 (($ $ (-713)) NIL (|has| |#2| (-669))) (($ $ (-856)) NIL (|has| |#2| (-669)))) (-3364 (($) NIL (|has| |#2| (-126)) CONST)) (-3375 (($) NIL (|has| |#2| (-669)) CONST)) (-2401 (($ $) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#2| (-213)) (|has| |#2| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#2| (-835 (-1092))) (|has| |#2| (-977)))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#2| (-977))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-977)))) (-2830 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2807 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2775 (((-108) $ $) NIL (|has| |#2| (-1020)))) (-2817 (((-108) $ $) NIL (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2795 (((-108) $ $) 11 (-2067 (|has| |#2| (-735)) (|has| |#2| (-787))))) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $ $) NIL (|has| |#2| (-977))) (($ $) NIL (|has| |#2| (-977)))) (-2860 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-713)) NIL (|has| |#2| (-669))) (($ $ (-856)) NIL (|has| |#2| (-669)))) (* (($ (-525) $) NIL (|has| |#2| (-977))) (($ $ $) NIL (|has| |#2| (-669))) (($ $ |#2|) NIL (|has| |#2| (-669))) (($ |#2| $) NIL (|has| |#2| (-669))) (($ (-713) $) NIL (|has| |#2| (-126))) (($ (-856) $) NIL (|has| |#2| (-25)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-757 |#1| |#2| |#3|) (-218 |#1| |#2|) (-713) (-735) (-1 (-108) (-1174 |#2|) (-1174 |#2|))) (T -757))
-NIL
-(-218 |#1| |#2|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1761 (((-592 (-713)) $) NIL) (((-592 (-713)) $ (-1092)) NIL)) (-4016 (((-713) $) NIL) (((-713) $ (-1092)) NIL)) (-1296 (((-592 (-760 (-1092))) $) NIL)) (-4169 (((-1088 $) $ (-760 (-1092))) NIL) (((-1088 |#1|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-760 (-1092)))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3385 (($ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-760 (-1092)) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL) (((-3 (-1044 |#1| (-1092)) "failed") $) NIL)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-760 (-1092)) $) NIL) (((-1092) $) NIL) (((-1044 |#1| (-1092)) $) NIL)) (-3801 (($ $ $ (-760 (-1092))) NIL (|has| |#1| (-160)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ (-760 (-1092))) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-497 (-760 (-1092))) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-760 (-1092)) (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-760 (-1092)) (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-4000 (((-713) $ (-1092)) NIL) (((-713) $) NIL)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-1284 (($ (-1088 |#1|) (-760 (-1092))) NIL) (($ (-1088 $) (-760 (-1092))) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-497 (-760 (-1092)))) NIL) (($ $ (-760 (-1092)) (-713)) NIL) (($ $ (-592 (-760 (-1092))) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-760 (-1092))) NIL)) (-1819 (((-497 (-760 (-1092))) $) NIL) (((-713) $ (-760 (-1092))) NIL) (((-592 (-713)) $ (-592 (-760 (-1092)))) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-497 (-760 (-1092))) (-497 (-760 (-1092)))) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2535 (((-1 $ (-713)) (-1092)) NIL) (((-1 $ (-713)) $) NIL (|has| |#1| (-213)))) (-2018 (((-3 (-760 (-1092)) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-3481 (((-760 (-1092)) $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-2438 (((-108) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-760 (-1092))) (|:| -2168 (-713))) "failed") $) NIL)) (-3343 (($ $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-760 (-1092)) |#1|) NIL) (($ $ (-592 (-760 (-1092))) (-592 |#1|)) NIL) (($ $ (-760 (-1092)) $) NIL) (($ $ (-592 (-760 (-1092))) (-592 $)) NIL) (($ $ (-1092) $) NIL (|has| |#1| (-213))) (($ $ (-592 (-1092)) (-592 $)) NIL (|has| |#1| (-213))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-213))) (($ $ (-592 (-1092)) (-592 |#1|)) NIL (|has| |#1| (-213)))) (-4115 (($ $ (-760 (-1092))) NIL (|has| |#1| (-160)))) (-2702 (($ $ (-760 (-1092))) NIL) (($ $ (-592 (-760 (-1092)))) NIL) (($ $ (-760 (-1092)) (-713)) NIL) (($ $ (-592 (-760 (-1092))) (-592 (-713))) NIL) (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1771 (((-592 (-1092)) $) NIL)) (-3529 (((-497 (-760 (-1092))) $) NIL) (((-713) $ (-760 (-1092))) NIL) (((-592 (-713)) $ (-592 (-760 (-1092)))) NIL) (((-713) $ (-1092)) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-760 (-1092)) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-760 (-1092)) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-760 (-1092)) (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) NIL (|has| |#1| (-429))) (($ $ (-760 (-1092))) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-760 (-1092))) NIL) (($ (-1092)) NIL) (($ (-1044 |#1| (-1092))) NIL) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-497 (-760 (-1092)))) NIL) (($ $ (-760 (-1092)) (-713)) NIL) (($ $ (-592 (-760 (-1092))) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-760 (-1092))) NIL) (($ $ (-592 (-760 (-1092)))) NIL) (($ $ (-760 (-1092)) (-713)) NIL) (($ $ (-592 (-760 (-1092))) (-592 (-713))) NIL) (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-758 |#1|) (-13 (-232 |#1| (-1092) (-760 (-1092)) (-497 (-760 (-1092)))) (-968 (-1044 |#1| (-1092)))) (-977)) (T -758))
-NIL
-(-13 (-232 |#1| (-1092) (-760 (-1092)) (-497 (-760 (-1092)))) (-968 (-1044 |#1| (-1092))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#2| (-341)))) (-2433 (($ $) NIL (|has| |#2| (-341)))) (-1568 (((-108) $) NIL (|has| |#2| (-341)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#2| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#2| (-341)))) (-1507 (((-108) $ $) NIL (|has| |#2| (-341)))) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) NIL (|has| |#2| (-341)))) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL (|has| |#2| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#2| (-341)))) (-1798 (((-108) $) NIL (|has| |#2| (-341)))) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#2| (-341)))) (-2739 (($ (-592 $)) NIL (|has| |#2| (-341))) (($ $ $) NIL (|has| |#2| (-341)))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 20 (|has| |#2| (-341)))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#2| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#2| (-341))) (($ $ $) NIL (|has| |#2| (-341)))) (-4201 (((-396 $) $) NIL (|has| |#2| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#2| (-341)))) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#2| (-341)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#2| (-341)))) (-1927 (((-713) $) NIL (|has| |#2| (-341)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#2| (-341)))) (-2702 (($ $ (-713)) NIL) (($ $) 13)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-385 (-525))) NIL (|has| |#2| (-341))) (($ $) NIL (|has| |#2| (-341)))) (-2448 (((-713)) NIL)) (-1571 (((-108) $ $) NIL (|has| |#2| (-341)))) (-3706 (($ $ (-713)) NIL) (($ $ (-856)) NIL) (($ $ (-525)) NIL (|has| |#2| (-341)))) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) 15 (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL) (($ $ (-856)) NIL) (($ $ (-525)) 18 (|has| |#2| (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-385 (-525)) $) NIL (|has| |#2| (-341))) (($ $ (-385 (-525))) NIL (|has| |#2| (-341)))))
-(((-759 |#1| |#2| |#3|) (-13 (-107 $ $) (-213) (-10 -8 (IF (|has| |#2| (-341)) (-6 (-341)) |%noBranch|) (-15 -4100 ($ |#2|)) (-15 -4100 (|#2| $)))) (-1020) (-835 |#1|) |#1|) (T -759))
-((-4100 (*1 *1 *2) (-12 (-4 *3 (-1020)) (-14 *4 *3) (-5 *1 (-759 *3 *2 *4)) (-4 *2 (-835 *3)))) (-4100 (*1 *2 *1) (-12 (-4 *2 (-835 *3)) (-5 *1 (-759 *3 *2 *4)) (-4 *3 (-1020)) (-14 *4 *3))))
-(-13 (-107 $ $) (-213) (-10 -8 (IF (|has| |#2| (-341)) (-6 (-341)) |%noBranch|) (-15 -4100 ($ |#2|)) (-15 -4100 (|#2| $))))
-((-4087 (((-108) $ $) NIL)) (-4016 (((-713) $) NIL)) (-3469 ((|#1| $) 10)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-4000 (((-713) $) 11)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2535 (($ |#1| (-713)) 9)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2702 (($ $) NIL) (($ $ (-713)) NIL)) (-4100 (((-798) $) NIL) (($ |#1|) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)))
-(((-760 |#1|) (-245 |#1|) (-789)) (T -760))
-NIL
-(-245 |#1|)
-((-4087 (((-108) $ $) NIL)) (-2668 (((-592 |#1|) $) 29)) (-1613 (((-713) $) NIL)) (-2475 (($) NIL T CONST)) (-3976 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 20)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-1659 (($ $) 31)) (-3300 (((-3 $ "failed") $) NIL)) (-2474 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-2278 (((-108) $) NIL)) (-3538 ((|#1| $ (-525)) NIL)) (-2020 (((-713) $ (-525)) NIL)) (-4064 (($ $) 36)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1225 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 17)) (-3078 (((-108) $ $) 34)) (-4128 (((-713) $) 25)) (-1289 (((-1075) $) NIL)) (-1759 (($ $ $) NIL)) (-1433 (($ $ $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 ((|#1| $) 30)) (-2868 (((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-713)))) $) NIL)) (-1322 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-4100 (((-798) $) NIL) (($ |#1|) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3375 (($) 15 T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 35)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ |#1| (-713)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-761 |#1|) (-13 (-785) (-968 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-713))) (-15 -1647 (|#1| $)) (-15 -1659 ($ $)) (-15 -4064 ($ $)) (-15 -3078 ((-108) $ $)) (-15 -1433 ($ $ $)) (-15 -1759 ($ $ $)) (-15 -1225 ((-3 $ "failed") $ $)) (-15 -3976 ((-3 $ "failed") $ $)) (-15 -1225 ((-3 $ "failed") $ |#1|)) (-15 -3976 ((-3 $ "failed") $ |#1|)) (-15 -1322 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2474 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1613 ((-713) $)) (-15 -2020 ((-713) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2868 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-713)))) $)) (-15 -4128 ((-713) $)) (-15 -2668 ((-592 |#1|) $)))) (-789)) (T -761))
-((* (*1 *1 *2 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-1647 (*1 *2 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-1659 (*1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-4064 (*1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-3078 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-761 *3)) (-4 *3 (-789)))) (-1433 (*1 *1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-1759 (*1 *1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-1225 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-3976 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-1225 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-3976 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-1322 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-761 *3)) (|:| |rm| (-761 *3)))) (-5 *1 (-761 *3)) (-4 *3 (-789)))) (-2474 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-761 *3)) (|:| |mm| (-761 *3)) (|:| |rm| (-761 *3)))) (-5 *1 (-761 *3)) (-4 *3 (-789)))) (-1613 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-761 *3)) (-4 *3 (-789)))) (-2020 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-713)) (-5 *1 (-761 *4)) (-4 *4 (-789)))) (-3538 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-761 *2)) (-4 *2 (-789)))) (-2868 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 (-713))))) (-5 *1 (-761 *3)) (-4 *3 (-789)))) (-4128 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-761 *3)) (-4 *3 (-789)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-761 *3)) (-4 *3 (-789)))))
-(-13 (-785) (-968 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-713))) (-15 -1647 (|#1| $)) (-15 -1659 ($ $)) (-15 -4064 ($ $)) (-15 -3078 ((-108) $ $)) (-15 -1433 ($ $ $)) (-15 -1759 ($ $ $)) (-15 -1225 ((-3 $ "failed") $ $)) (-15 -3976 ((-3 $ "failed") $ $)) (-15 -1225 ((-3 $ "failed") $ |#1|)) (-15 -3976 ((-3 $ "failed") $ |#1|)) (-15 -1322 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -2474 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1613 ((-713) $)) (-15 -2020 ((-713) $ (-525))) (-15 -3538 (|#1| $ (-525))) (-15 -2868 ((-592 (-2 (|:| |gen| |#1|) (|:| -1618 (-713)))) $)) (-15 -4128 ((-713) $)) (-15 -2668 ((-592 |#1|) $))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-2971 (((-525) $) 53)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-1889 (((-108) $) 51)) (-2278 (((-108) $) 31)) (-4079 (((-108) $) 52)) (-3033 (($ $ $) 50)) (-1609 (($ $ $) 49)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ $) 42)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-2380 (($ $) 54)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2830 (((-108) $ $) 47)) (-2807 (((-108) $ $) 46)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 48)) (-2795 (((-108) $ $) 45)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-762) (-131)) (T -762))
-NIL
-(-13 (-517) (-787))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-733) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-787) . T) ((-789) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-3421 (($ (-1039)) 7)) (-1482 (((-108) $ (-1075) (-1039)) 15)) (-1444 (((-764) $) 12)) (-1464 (((-764) $) 11)) (-2564 (((-1179) $) 9)) (-3867 (((-108) $ (-1039)) 16)))
-(((-763) (-10 -8 (-15 -3421 ($ (-1039))) (-15 -2564 ((-1179) $)) (-15 -1464 ((-764) $)) (-15 -1444 ((-764) $)) (-15 -1482 ((-108) $ (-1075) (-1039))) (-15 -3867 ((-108) $ (-1039))))) (T -763))
-((-3867 (*1 *2 *1 *3) (-12 (-5 *3 (-1039)) (-5 *2 (-108)) (-5 *1 (-763)))) (-1482 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-1039)) (-5 *2 (-108)) (-5 *1 (-763)))) (-1444 (*1 *2 *1) (-12 (-5 *2 (-764)) (-5 *1 (-763)))) (-1464 (*1 *2 *1) (-12 (-5 *2 (-764)) (-5 *1 (-763)))) (-2564 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-763)))) (-3421 (*1 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-763)))))
-(-10 -8 (-15 -3421 ($ (-1039))) (-15 -2564 ((-1179) $)) (-15 -1464 ((-764) $)) (-15 -1444 ((-764) $)) (-15 -1482 ((-108) $ (-1075) (-1039))) (-15 -3867 ((-108) $ (-1039))))
-((-3837 (((-1179) $ (-765)) 12)) (-3471 (((-1179) $ (-1092)) 32)) (-3893 (((-1179) $ (-1075) (-1075)) 34)) (-1337 (((-1179) $ (-1075)) 33)) (-3175 (((-1179) $) 19)) (-4126 (((-1179) $ (-525)) 28)) (-2267 (((-1179) $ (-205)) 30)) (-1474 (((-1179) $) 18)) (-3772 (((-1179) $) 26)) (-3889 (((-1179) $) 25)) (-3872 (((-1179) $) 23)) (-1956 (((-1179) $) 24)) (-3439 (((-1179) $) 22)) (-3578 (((-1179) $) 21)) (-1454 (((-1179) $) 20)) (-1300 (((-1179) $) 16)) (-2697 (((-1179) $) 17)) (-1993 (((-1179) $) 15)) (-1657 (((-1179) $) 14)) (-2044 (((-1179) $) 13)) (-3724 (($ (-1075) (-765)) 9)) (-1966 (($ (-1075) (-1075) (-765)) 8)) (-2165 (((-1092) $) 51)) (-1678 (((-1092) $) 55)) (-2852 (((-2 (|:| |cd| (-1075)) (|:| -2411 (-1075))) $) 54)) (-1629 (((-1075) $) 52)) (-1924 (((-1179) $) 41)) (-1376 (((-525) $) 49)) (-3234 (((-205) $) 50)) (-2758 (((-1179) $) 40)) (-1755 (((-1179) $) 48)) (-2992 (((-1179) $) 47)) (-2872 (((-1179) $) 45)) (-3884 (((-1179) $) 46)) (-1594 (((-1179) $) 44)) (-1965 (((-1179) $) 43)) (-3896 (((-1179) $) 42)) (-2905 (((-1179) $) 38)) (-4215 (((-1179) $) 39)) (-3337 (((-1179) $) 37)) (-2572 (((-1179) $) 36)) (-2083 (((-1179) $) 35)) (-3871 (((-1179) $) 11)))
-(((-764) (-10 -8 (-15 -1966 ($ (-1075) (-1075) (-765))) (-15 -3724 ($ (-1075) (-765))) (-15 -3871 ((-1179) $)) (-15 -3837 ((-1179) $ (-765))) (-15 -2044 ((-1179) $)) (-15 -1657 ((-1179) $)) (-15 -1993 ((-1179) $)) (-15 -1300 ((-1179) $)) (-15 -2697 ((-1179) $)) (-15 -1474 ((-1179) $)) (-15 -3175 ((-1179) $)) (-15 -1454 ((-1179) $)) (-15 -3578 ((-1179) $)) (-15 -3439 ((-1179) $)) (-15 -3872 ((-1179) $)) (-15 -1956 ((-1179) $)) (-15 -3889 ((-1179) $)) (-15 -3772 ((-1179) $)) (-15 -4126 ((-1179) $ (-525))) (-15 -2267 ((-1179) $ (-205))) (-15 -3471 ((-1179) $ (-1092))) (-15 -1337 ((-1179) $ (-1075))) (-15 -3893 ((-1179) $ (-1075) (-1075))) (-15 -2083 ((-1179) $)) (-15 -2572 ((-1179) $)) (-15 -3337 ((-1179) $)) (-15 -2905 ((-1179) $)) (-15 -4215 ((-1179) $)) (-15 -2758 ((-1179) $)) (-15 -1924 ((-1179) $)) (-15 -3896 ((-1179) $)) (-15 -1965 ((-1179) $)) (-15 -1594 ((-1179) $)) (-15 -2872 ((-1179) $)) (-15 -3884 ((-1179) $)) (-15 -2992 ((-1179) $)) (-15 -1755 ((-1179) $)) (-15 -1376 ((-525) $)) (-15 -3234 ((-205) $)) (-15 -2165 ((-1092) $)) (-15 -1629 ((-1075) $)) (-15 -2852 ((-2 (|:| |cd| (-1075)) (|:| -2411 (-1075))) $)) (-15 -1678 ((-1092) $)))) (T -764))
-((-1678 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-764)))) (-2852 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1075)) (|:| -2411 (-1075)))) (-5 *1 (-764)))) (-1629 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-764)))) (-2165 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-764)))) (-3234 (*1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-764)))) (-1376 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-764)))) (-1755 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2992 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3884 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2872 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1594 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1965 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3896 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1924 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2758 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-4215 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2905 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3337 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2572 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2083 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3893 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-764)))) (-1337 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-764)))) (-3471 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-764)))) (-2267 (*1 *2 *1 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1179)) (-5 *1 (-764)))) (-4126 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-764)))) (-3772 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3889 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1956 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3872 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3439 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3578 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1454 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3175 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1474 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2697 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1300 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1993 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-1657 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-2044 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3837 (*1 *2 *1 *3) (-12 (-5 *3 (-765)) (-5 *2 (-1179)) (-5 *1 (-764)))) (-3871 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))) (-3724 (*1 *1 *2 *3) (-12 (-5 *2 (-1075)) (-5 *3 (-765)) (-5 *1 (-764)))) (-1966 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1075)) (-5 *3 (-765)) (-5 *1 (-764)))))
-(-10 -8 (-15 -1966 ($ (-1075) (-1075) (-765))) (-15 -3724 ($ (-1075) (-765))) (-15 -3871 ((-1179) $)) (-15 -3837 ((-1179) $ (-765))) (-15 -2044 ((-1179) $)) (-15 -1657 ((-1179) $)) (-15 -1993 ((-1179) $)) (-15 -1300 ((-1179) $)) (-15 -2697 ((-1179) $)) (-15 -1474 ((-1179) $)) (-15 -3175 ((-1179) $)) (-15 -1454 ((-1179) $)) (-15 -3578 ((-1179) $)) (-15 -3439 ((-1179) $)) (-15 -3872 ((-1179) $)) (-15 -1956 ((-1179) $)) (-15 -3889 ((-1179) $)) (-15 -3772 ((-1179) $)) (-15 -4126 ((-1179) $ (-525))) (-15 -2267 ((-1179) $ (-205))) (-15 -3471 ((-1179) $ (-1092))) (-15 -1337 ((-1179) $ (-1075))) (-15 -3893 ((-1179) $ (-1075) (-1075))) (-15 -2083 ((-1179) $)) (-15 -2572 ((-1179) $)) (-15 -3337 ((-1179) $)) (-15 -2905 ((-1179) $)) (-15 -4215 ((-1179) $)) (-15 -2758 ((-1179) $)) (-15 -1924 ((-1179) $)) (-15 -3896 ((-1179) $)) (-15 -1965 ((-1179) $)) (-15 -1594 ((-1179) $)) (-15 -2872 ((-1179) $)) (-15 -3884 ((-1179) $)) (-15 -2992 ((-1179) $)) (-15 -1755 ((-1179) $)) (-15 -1376 ((-525) $)) (-15 -3234 ((-205) $)) (-15 -2165 ((-1092) $)) (-15 -1629 ((-1075) $)) (-15 -2852 ((-2 (|:| |cd| (-1075)) (|:| -2411 (-1075))) $)) (-15 -1678 ((-1092) $)))
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 12)) (-4212 (($) 15)) (-1815 (($) 13)) (-2755 (($) 16)) (-2425 (($) 14)) (-2775 (((-108) $ $) 8)))
-(((-765) (-13 (-1020) (-10 -8 (-15 -1815 ($)) (-15 -4212 ($)) (-15 -2755 ($)) (-15 -2425 ($))))) (T -765))
-((-1815 (*1 *1) (-5 *1 (-765))) (-4212 (*1 *1) (-5 *1 (-765))) (-2755 (*1 *1) (-5 *1 (-765))) (-2425 (*1 *1) (-5 *1 (-765))))
-(-13 (-1020) (-10 -8 (-15 -1815 ($)) (-15 -4212 ($)) (-15 -2755 ($)) (-15 -2425 ($))))
-((-4087 (((-108) $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 21) (($ (-1092)) 17)) (-3752 (((-108) $) 10)) (-3509 (((-108) $) 9)) (-2400 (((-108) $) 11)) (-2522 (((-108) $) 8)) (-2775 (((-108) $ $) 19)))
-(((-766) (-13 (-1020) (-10 -8 (-15 -4100 ($ (-1092))) (-15 -2522 ((-108) $)) (-15 -3509 ((-108) $)) (-15 -3752 ((-108) $)) (-15 -2400 ((-108) $))))) (T -766))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-766)))) (-2522 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))) (-3509 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))) (-3752 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))) (-2400 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-1092))) (-15 -2522 ((-108) $)) (-15 -3509 ((-108) $)) (-15 -3752 ((-108) $)) (-15 -2400 ((-108) $))))
-((-4087 (((-108) $ $) NIL)) (-3595 (($ (-766) (-592 (-1092))) 24)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2650 (((-766) $) 25)) (-3841 (((-592 (-1092)) $) 26)) (-4100 (((-798) $) 23)) (-2775 (((-108) $ $) NIL)))
-(((-767) (-13 (-1020) (-10 -8 (-15 -2650 ((-766) $)) (-15 -3841 ((-592 (-1092)) $)) (-15 -3595 ($ (-766) (-592 (-1092))))))) (T -767))
-((-2650 (*1 *2 *1) (-12 (-5 *2 (-766)) (-5 *1 (-767)))) (-3841 (*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-767)))) (-3595 (*1 *1 *2 *3) (-12 (-5 *2 (-766)) (-5 *3 (-592 (-1092))) (-5 *1 (-767)))))
-(-13 (-1020) (-10 -8 (-15 -2650 ((-766) $)) (-15 -3841 ((-592 (-1092)) $)) (-15 -3595 ($ (-766) (-592 (-1092))))))
-((-3660 (((-1179) (-764) (-294 |#1|) (-108)) 23) (((-1179) (-764) (-294 |#1|)) 79) (((-1075) (-294 |#1|) (-108)) 78) (((-1075) (-294 |#1|)) 77)))
-(((-768 |#1|) (-10 -7 (-15 -3660 ((-1075) (-294 |#1|))) (-15 -3660 ((-1075) (-294 |#1|) (-108))) (-15 -3660 ((-1179) (-764) (-294 |#1|))) (-15 -3660 ((-1179) (-764) (-294 |#1|) (-108)))) (-13 (-770) (-789) (-977))) (T -768))
-((-3660 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-764)) (-5 *4 (-294 *6)) (-5 *5 (-108)) (-4 *6 (-13 (-770) (-789) (-977))) (-5 *2 (-1179)) (-5 *1 (-768 *6)))) (-3660 (*1 *2 *3 *4) (-12 (-5 *3 (-764)) (-5 *4 (-294 *5)) (-4 *5 (-13 (-770) (-789) (-977))) (-5 *2 (-1179)) (-5 *1 (-768 *5)))) (-3660 (*1 *2 *3 *4) (-12 (-5 *3 (-294 *5)) (-5 *4 (-108)) (-4 *5 (-13 (-770) (-789) (-977))) (-5 *2 (-1075)) (-5 *1 (-768 *5)))) (-3660 (*1 *2 *3) (-12 (-5 *3 (-294 *4)) (-4 *4 (-13 (-770) (-789) (-977))) (-5 *2 (-1075)) (-5 *1 (-768 *4)))))
-(-10 -7 (-15 -3660 ((-1075) (-294 |#1|))) (-15 -3660 ((-1075) (-294 |#1|) (-108))) (-15 -3660 ((-1179) (-764) (-294 |#1|))) (-15 -3660 ((-1179) (-764) (-294 |#1|) (-108))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1487 ((|#1| $) 10)) (-1534 (($ |#1|) 9)) (-2278 (((-108) $) NIL)) (-1272 (($ |#2| (-713)) NIL)) (-1819 (((-713) $) NIL)) (-1430 ((|#2| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2702 (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $) NIL (|has| |#1| (-213)))) (-3529 (((-713) $) NIL)) (-4100 (((-798) $) 17) (($ (-525)) NIL) (($ |#2|) NIL (|has| |#2| (-160)))) (-3136 ((|#2| $ (-713)) NIL)) (-2448 (((-713)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $) NIL (|has| |#1| (-213)))) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-769 |#1| |#2|) (-13 (-651 |#2|) (-10 -8 (IF (|has| |#1| (-213)) (-6 (-213)) |%noBranch|) (-15 -1534 ($ |#1|)) (-15 -1487 (|#1| $)))) (-651 |#2|) (-977)) (T -769))
-((-1534 (*1 *1 *2) (-12 (-4 *3 (-977)) (-5 *1 (-769 *2 *3)) (-4 *2 (-651 *3)))) (-1487 (*1 *2 *1) (-12 (-4 *2 (-651 *3)) (-5 *1 (-769 *2 *3)) (-4 *3 (-977)))))
-(-13 (-651 |#2|) (-10 -8 (IF (|has| |#1| (-213)) (-6 (-213)) |%noBranch|) (-15 -1534 ($ |#1|)) (-15 -1487 (|#1| $))))
-((-3660 (((-1179) (-764) $ (-108)) 9) (((-1179) (-764) $) 8) (((-1075) $ (-108)) 7) (((-1075) $) 6)))
-(((-770) (-131)) (T -770))
-((-3660 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-770)) (-5 *3 (-764)) (-5 *4 (-108)) (-5 *2 (-1179)))) (-3660 (*1 *2 *3 *1) (-12 (-4 *1 (-770)) (-5 *3 (-764)) (-5 *2 (-1179)))) (-3660 (*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *3 (-108)) (-5 *2 (-1075)))) (-3660 (*1 *2 *1) (-12 (-4 *1 (-770)) (-5 *2 (-1075)))))
-(-13 (-10 -8 (-15 -3660 ((-1075) $)) (-15 -3660 ((-1075) $ (-108))) (-15 -3660 ((-1179) (-764) $)) (-15 -3660 ((-1179) (-764) $ (-108)))))
-((-3305 (((-290) (-1075) (-1075)) 12)) (-2565 (((-108) (-1075) (-1075)) 34)) (-3500 (((-108) (-1075)) 33)) (-1532 (((-51) (-1075)) 25)) (-3977 (((-51) (-1075)) 23)) (-3248 (((-51) (-764)) 17)) (-2655 (((-592 (-1075)) (-1075)) 28)) (-3256 (((-592 (-1075))) 27)))
-(((-771) (-10 -7 (-15 -3248 ((-51) (-764))) (-15 -3977 ((-51) (-1075))) (-15 -1532 ((-51) (-1075))) (-15 -3256 ((-592 (-1075)))) (-15 -2655 ((-592 (-1075)) (-1075))) (-15 -3500 ((-108) (-1075))) (-15 -2565 ((-108) (-1075) (-1075))) (-15 -3305 ((-290) (-1075) (-1075))))) (T -771))
-((-3305 (*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-290)) (-5 *1 (-771)))) (-2565 (*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-108)) (-5 *1 (-771)))) (-3500 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-108)) (-5 *1 (-771)))) (-2655 (*1 *2 *3) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-771)) (-5 *3 (-1075)))) (-3256 (*1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-771)))) (-1532 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-51)) (-5 *1 (-771)))) (-3977 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-51)) (-5 *1 (-771)))) (-3248 (*1 *2 *3) (-12 (-5 *3 (-764)) (-5 *2 (-51)) (-5 *1 (-771)))))
-(-10 -7 (-15 -3248 ((-51) (-764))) (-15 -3977 ((-51) (-1075))) (-15 -1532 ((-51) (-1075))) (-15 -3256 ((-592 (-1075)))) (-15 -2655 ((-592 (-1075)) (-1075))) (-15 -3500 ((-108) (-1075))) (-15 -2565 ((-108) (-1075) (-1075))) (-15 -3305 ((-290) (-1075) (-1075))))
-((-4087 (((-108) $ $) 19)) (-1705 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-3907 (($ $ $) 72)) (-4026 (((-108) $ $) 73)) (-3779 (((-108) $ (-713)) 8)) (-2805 (($ (-592 |#1|)) 68) (($) 67)) (-3050 (($ (-1 (-108) |#1|) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1793 (($ $) 62)) (-1681 (($ $) 58 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ |#1| $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) 46 (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) 57 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 54 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-4207 (((-108) $ $) 64)) (-2516 (((-108) $ (-713)) 9)) (-3033 ((|#1| $) 78)) (-3269 (($ $ $) 81)) (-3212 (($ $ $) 80)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-1609 ((|#1| $) 79)) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22)) (-2913 (($ $ $) 69)) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40) (($ |#1| $ (-713)) 63)) (-3993 (((-1039) $) 21)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 51)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2605 (((-592 (-2 (|:| -3448 |#1|) (|:| -4002 (-713)))) $) 61)) (-1292 (($ $ |#1|) 71) (($ $ $) 70)) (-2637 (($) 49) (($ (-592 |#1|)) 48)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 50)) (-4100 (((-798) $) 18)) (-2180 (($ (-592 |#1|)) 66) (($) 65)) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20)) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-772 |#1|) (-131) (-789)) (T -772))
-((-3033 (*1 *2 *1) (-12 (-4 *1 (-772 *2)) (-4 *2 (-789)))))
-(-13 (-679 |t#1|) (-902 |t#1|) (-10 -8 (-15 -3033 (|t#1| $))))
-(((-33) . T) ((-102 |#1|) . T) ((-97) . T) ((-566 (-798)) . T) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-215 |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-637 |#1|) . T) ((-679 |#1|) . T) ((-902 |#1|) . T) ((-1018 |#1|) . T) ((-1020) . T) ((-1128) . T))
-((-1762 (((-1179) (-1039) (-1039)) 47)) (-3264 (((-1179) (-763) (-51)) 44)) (-2187 (((-51) (-763)) 16)))
-(((-773) (-10 -7 (-15 -2187 ((-51) (-763))) (-15 -3264 ((-1179) (-763) (-51))) (-15 -1762 ((-1179) (-1039) (-1039))))) (T -773))
-((-1762 (*1 *2 *3 *3) (-12 (-5 *3 (-1039)) (-5 *2 (-1179)) (-5 *1 (-773)))) (-3264 (*1 *2 *3 *4) (-12 (-5 *3 (-763)) (-5 *4 (-51)) (-5 *2 (-1179)) (-5 *1 (-773)))) (-2187 (*1 *2 *3) (-12 (-5 *3 (-763)) (-5 *2 (-51)) (-5 *1 (-773)))))
-(-10 -7 (-15 -2187 ((-51) (-763))) (-15 -3264 ((-1179) (-763) (-51))) (-15 -1762 ((-1179) (-1039) (-1039))))
-((-2016 (((-775 |#2|) (-1 |#2| |#1|) (-775 |#1|) (-775 |#2|)) 12) (((-775 |#2|) (-1 |#2| |#1|) (-775 |#1|)) 13)))
-(((-774 |#1| |#2|) (-10 -7 (-15 -2016 ((-775 |#2|) (-1 |#2| |#1|) (-775 |#1|))) (-15 -2016 ((-775 |#2|) (-1 |#2| |#1|) (-775 |#1|) (-775 |#2|)))) (-1020) (-1020)) (T -774))
-((-2016 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-775 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-775 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *1 (-774 *5 *6)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-775 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *2 (-775 *6)) (-5 *1 (-774 *5 *6)))))
-(-10 -7 (-15 -2016 ((-775 |#2|) (-1 |#2| |#1|) (-775 |#1|))) (-15 -2016 ((-775 |#2|) (-1 |#2| |#1|) (-775 |#1|) (-775 |#2|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL (|has| |#1| (-21)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2971 (((-525) $) NIL (|has| |#1| (-787)))) (-2475 (($) NIL (|has| |#1| (-21)) CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 15)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 9)) (-3300 (((-3 $ "failed") $) 40 (|has| |#1| (-787)))) (-3306 (((-3 (-385 (-525)) "failed") $) 49 (|has| |#1| (-510)))) (-1417 (((-108) $) 43 (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) 46 (|has| |#1| (-510)))) (-1889 (((-108) $) NIL (|has| |#1| (-787)))) (-2278 (((-108) $) NIL (|has| |#1| (-787)))) (-4079 (((-108) $) NIL (|has| |#1| (-787)))) (-3033 (($ $ $) NIL (|has| |#1| (-787)))) (-1609 (($ $ $) NIL (|has| |#1| (-787)))) (-1289 (((-1075) $) NIL)) (-4119 (($) 13)) (-1572 (((-108) $) 12)) (-3993 (((-1039) $) NIL)) (-3635 (((-108) $) 11)) (-4100 (((-798) $) 18) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) 8) (($ (-525)) NIL (-2067 (|has| |#1| (-787)) (|has| |#1| (-968 (-525)))))) (-2448 (((-713)) 34 (|has| |#1| (-787)))) (-2380 (($ $) NIL (|has| |#1| (-787)))) (-3706 (($ $ (-856)) NIL (|has| |#1| (-787))) (($ $ (-713)) NIL (|has| |#1| (-787)))) (-3364 (($) 22 (|has| |#1| (-21)) CONST)) (-3375 (($) 31 (|has| |#1| (-787)) CONST)) (-2830 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2775 (((-108) $ $) 20)) (-2817 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2795 (((-108) $ $) 42 (|has| |#1| (-787)))) (-2871 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 27 (|has| |#1| (-21)))) (-2860 (($ $ $) 29 (|has| |#1| (-21)))) (** (($ $ (-856)) NIL (|has| |#1| (-787))) (($ $ (-713)) NIL (|has| |#1| (-787)))) (* (($ $ $) 37 (|has| |#1| (-787))) (($ (-525) $) 25 (|has| |#1| (-21))) (($ (-713) $) NIL (|has| |#1| (-21))) (($ (-856) $) NIL (|has| |#1| (-21)))))
-(((-775 |#1|) (-13 (-1020) (-389 |#1|) (-10 -8 (-15 -4119 ($)) (-15 -3635 ((-108) $)) (-15 -1572 ((-108) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-787)) |%noBranch|) (IF (|has| |#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|))) (-1020)) (T -775))
-((-4119 (*1 *1) (-12 (-5 *1 (-775 *2)) (-4 *2 (-1020)))) (-3635 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-775 *3)) (-4 *3 (-1020)))) (-1572 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-775 *3)) (-4 *3 (-1020)))) (-1417 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-775 *3)) (-4 *3 (-510)) (-4 *3 (-1020)))) (-1367 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-775 *3)) (-4 *3 (-510)) (-4 *3 (-1020)))) (-3306 (*1 *2 *1) (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-775 *3)) (-4 *3 (-510)) (-4 *3 (-1020)))))
-(-13 (-1020) (-389 |#1|) (-10 -8 (-15 -4119 ($)) (-15 -3635 ((-108) $)) (-15 -1572 ((-108) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-787)) |%noBranch|) (IF (|has| |#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-110) "failed") $) NIL)) (-4105 ((|#1| $) NIL) (((-110) $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1879 ((|#1| (-110) |#1|) NIL)) (-2278 (((-108) $) NIL)) (-3599 (($ |#1| (-339 (-110))) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3227 (($ $ (-1 |#1| |#1|)) NIL)) (-4076 (($ $ (-1 |#1| |#1|)) NIL)) (-3431 ((|#1| $ |#1|) NIL)) (-1830 ((|#1| |#1|) NIL (|has| |#1| (-160)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-110)) NIL)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-2799 (($ $) NIL (|has| |#1| (-160))) (($ $ $) NIL (|has| |#1| (-160)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ (-110) (-525)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-160))) (($ $ |#1|) NIL (|has| |#1| (-160)))))
-(((-776 |#1|) (-13 (-977) (-968 |#1|) (-968 (-110)) (-265 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-160)) (PROGN (-6 (-37 |#1|)) (-15 -2799 ($ $)) (-15 -2799 ($ $ $)) (-15 -1830 (|#1| |#1|))) |%noBranch|) (-15 -4076 ($ $ (-1 |#1| |#1|))) (-15 -3227 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-110) (-525))) (-15 ** ($ $ (-525))) (-15 -1879 (|#1| (-110) |#1|)) (-15 -3599 ($ |#1| (-339 (-110)))))) (-977)) (T -776))
-((-2799 (*1 *1 *1) (-12 (-5 *1 (-776 *2)) (-4 *2 (-160)) (-4 *2 (-977)))) (-2799 (*1 *1 *1 *1) (-12 (-5 *1 (-776 *2)) (-4 *2 (-160)) (-4 *2 (-977)))) (-1830 (*1 *2 *2) (-12 (-5 *1 (-776 *2)) (-4 *2 (-160)) (-4 *2 (-977)))) (-4076 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-776 *3)))) (-3227 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-776 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-525)) (-5 *1 (-776 *4)) (-4 *4 (-977)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-776 *3)) (-4 *3 (-977)))) (-1879 (*1 *2 *3 *2) (-12 (-5 *3 (-110)) (-5 *1 (-776 *2)) (-4 *2 (-977)))) (-3599 (*1 *1 *2 *3) (-12 (-5 *3 (-339 (-110))) (-5 *1 (-776 *2)) (-4 *2 (-977)))))
-(-13 (-977) (-968 |#1|) (-968 (-110)) (-265 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |#1| (-160)) (PROGN (-6 (-37 |#1|)) (-15 -2799 ($ $)) (-15 -2799 ($ $ $)) (-15 -1830 (|#1| |#1|))) |%noBranch|) (-15 -4076 ($ $ (-1 |#1| |#1|))) (-15 -3227 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-110) (-525))) (-15 ** ($ $ (-525))) (-15 -1879 (|#1| (-110) |#1|)) (-15 -3599 ($ |#1| (-339 (-110))))))
-((-1318 (((-195 (-475)) (-1075)) 9)))
-(((-777) (-10 -7 (-15 -1318 ((-195 (-475)) (-1075))))) (T -777))
-((-1318 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-195 (-475))) (-5 *1 (-777)))))
-(-10 -7 (-15 -1318 ((-195 (-475)) (-1075))))
-((-4087 (((-108) $ $) 7)) (-3593 (((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 14) (((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 13)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 16) (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 15)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)))
-(((-778) (-131)) (T -778))
-((-1257 (*1 *2 *3 *4) (-12 (-4 *1 (-778)) (-5 *3 (-989)) (-5 *4 (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)))))) (-1257 (*1 *2 *3 *4) (-12 (-4 *1 (-778)) (-5 *3 (-989)) (-5 *4 (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)))))) (-3593 (*1 *2 *3) (-12 (-4 *1 (-778)) (-5 *3 (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) (-5 *2 (-966)))) (-3593 (*1 *2 *3) (-12 (-4 *1 (-778)) (-5 *3 (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (-5 *2 (-966)))))
-(-13 (-1020) (-10 -7 (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -3593 ((-966) (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -3593 ((-966) (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-2969 (((-966) (-592 (-294 (-357))) (-592 (-357))) 147) (((-966) (-294 (-357)) (-592 (-357))) 145) (((-966) (-294 (-357)) (-592 (-357)) (-592 (-782 (-357))) (-592 (-782 (-357)))) 144) (((-966) (-294 (-357)) (-592 (-357)) (-592 (-782 (-357))) (-592 (-294 (-357))) (-592 (-782 (-357)))) 143) (((-966) (-780)) 117) (((-966) (-780) (-989)) 116)) (-1257 (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-780) (-989)) 82) (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-780)) 84)) (-4044 (((-966) (-592 (-294 (-357))) (-592 (-357))) 148) (((-966) (-780)) 133)))
-(((-779) (-10 -7 (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-780))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-780) (-989))) (-15 -2969 ((-966) (-780) (-989))) (-15 -2969 ((-966) (-780))) (-15 -4044 ((-966) (-780))) (-15 -2969 ((-966) (-294 (-357)) (-592 (-357)) (-592 (-782 (-357))) (-592 (-294 (-357))) (-592 (-782 (-357))))) (-15 -2969 ((-966) (-294 (-357)) (-592 (-357)) (-592 (-782 (-357))) (-592 (-782 (-357))))) (-15 -2969 ((-966) (-294 (-357)) (-592 (-357)))) (-15 -2969 ((-966) (-592 (-294 (-357))) (-592 (-357)))) (-15 -4044 ((-966) (-592 (-294 (-357))) (-592 (-357)))))) (T -779))
-((-4044 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-294 (-357)))) (-5 *4 (-592 (-357))) (-5 *2 (-966)) (-5 *1 (-779)))) (-2969 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-294 (-357)))) (-5 *4 (-592 (-357))) (-5 *2 (-966)) (-5 *1 (-779)))) (-2969 (*1 *2 *3 *4) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-357))) (-5 *2 (-966)) (-5 *1 (-779)))) (-2969 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-357))) (-5 *5 (-592 (-782 (-357)))) (-5 *2 (-966)) (-5 *1 (-779)))) (-2969 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-592 (-357))) (-5 *5 (-592 (-782 (-357)))) (-5 *6 (-592 (-294 (-357)))) (-5 *3 (-294 (-357))) (-5 *2 (-966)) (-5 *1 (-779)))) (-4044 (*1 *2 *3) (-12 (-5 *3 (-780)) (-5 *2 (-966)) (-5 *1 (-779)))) (-2969 (*1 *2 *3) (-12 (-5 *3 (-780)) (-5 *2 (-966)) (-5 *1 (-779)))) (-2969 (*1 *2 *3 *4) (-12 (-5 *3 (-780)) (-5 *4 (-989)) (-5 *2 (-966)) (-5 *1 (-779)))) (-1257 (*1 *2 *3 *4) (-12 (-5 *3 (-780)) (-5 *4 (-989)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) (-5 *1 (-779)))) (-1257 (*1 *2 *3) (-12 (-5 *3 (-780)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) (-5 *1 (-779)))))
-(-10 -7 (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-780))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-780) (-989))) (-15 -2969 ((-966) (-780) (-989))) (-15 -2969 ((-966) (-780))) (-15 -4044 ((-966) (-780))) (-15 -2969 ((-966) (-294 (-357)) (-592 (-357)) (-592 (-782 (-357))) (-592 (-294 (-357))) (-592 (-782 (-357))))) (-15 -2969 ((-966) (-294 (-357)) (-592 (-357)) (-592 (-782 (-357))) (-592 (-782 (-357))))) (-15 -2969 ((-966) (-294 (-357)) (-592 (-357)))) (-15 -2969 ((-966) (-592 (-294 (-357))) (-592 (-357)))) (-15 -4044 ((-966) (-592 (-294 (-357))) (-592 (-357)))))
-((-4087 (((-108) $ $) NIL)) (-4105 (((-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) $) 21)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 20) (($ (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) 14) (($ (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))))) 18)) (-2775 (((-108) $ $) NIL)))
-(((-780) (-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))))) (-15 -4100 ($ (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -4100 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) $))))) (T -780))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-780)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (-5 *1 (-780)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))) (-5 *1 (-780)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))))) (-5 *1 (-780)))) (-4105 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205))))))) (-5 *1 (-780)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205))))))) (-15 -4100 ($ (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) (-15 -4100 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-3 (|:| |noa| (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205))) (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205)))) (|:| |ub| (-592 (-782 (-205)))))) (|:| |lsa| (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))) $))))
-((-2016 (((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|) (-782 |#2|) (-782 |#2|)) 13) (((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|)) 14)))
-(((-781 |#1| |#2|) (-10 -7 (-15 -2016 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|))) (-15 -2016 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|) (-782 |#2|) (-782 |#2|)))) (-1020) (-1020)) (T -781))
-((-2016 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-782 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-782 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *1 (-781 *5 *6)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-782 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *2 (-782 *6)) (-5 *1 (-781 *5 *6)))))
-(-10 -7 (-15 -2016 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|))) (-15 -2016 ((-782 |#2|) (-1 |#2| |#1|) (-782 |#1|) (-782 |#2|) (-782 |#2|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL (|has| |#1| (-21)))) (-2033 (((-1039) $) 24)) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2971 (((-525) $) NIL (|has| |#1| (-787)))) (-2475 (($) NIL (|has| |#1| (-21)) CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 16)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 9)) (-3300 (((-3 $ "failed") $) 47 (|has| |#1| (-787)))) (-3306 (((-3 (-385 (-525)) "failed") $) 54 (|has| |#1| (-510)))) (-1417 (((-108) $) 49 (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) 52 (|has| |#1| (-510)))) (-1889 (((-108) $) NIL (|has| |#1| (-787)))) (-4083 (($) 13)) (-2278 (((-108) $) NIL (|has| |#1| (-787)))) (-4079 (((-108) $) NIL (|has| |#1| (-787)))) (-4095 (($) 14)) (-3033 (($ $ $) NIL (|has| |#1| (-787)))) (-1609 (($ $ $) NIL (|has| |#1| (-787)))) (-1289 (((-1075) $) NIL)) (-1572 (((-108) $) 12)) (-3993 (((-1039) $) NIL)) (-3635 (((-108) $) 11)) (-4100 (((-798) $) 22) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) 8) (($ (-525)) NIL (-2067 (|has| |#1| (-787)) (|has| |#1| (-968 (-525)))))) (-2448 (((-713)) 41 (|has| |#1| (-787)))) (-2380 (($ $) NIL (|has| |#1| (-787)))) (-3706 (($ $ (-856)) NIL (|has| |#1| (-787))) (($ $ (-713)) NIL (|has| |#1| (-787)))) (-3364 (($) 29 (|has| |#1| (-21)) CONST)) (-3375 (($) 38 (|has| |#1| (-787)) CONST)) (-2830 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2775 (((-108) $ $) 27)) (-2817 (((-108) $ $) NIL (|has| |#1| (-787)))) (-2795 (((-108) $ $) 48 (|has| |#1| (-787)))) (-2871 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 34 (|has| |#1| (-21)))) (-2860 (($ $ $) 36 (|has| |#1| (-21)))) (** (($ $ (-856)) NIL (|has| |#1| (-787))) (($ $ (-713)) NIL (|has| |#1| (-787)))) (* (($ $ $) 44 (|has| |#1| (-787))) (($ (-525) $) 32 (|has| |#1| (-21))) (($ (-713) $) NIL (|has| |#1| (-21))) (($ (-856) $) NIL (|has| |#1| (-21)))))
-(((-782 |#1|) (-13 (-1020) (-389 |#1|) (-10 -8 (-15 -4083 ($)) (-15 -4095 ($)) (-15 -3635 ((-108) $)) (-15 -1572 ((-108) $)) (-15 -2033 ((-1039) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-787)) |%noBranch|) (IF (|has| |#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|))) (-1020)) (T -782))
-((-4083 (*1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1020)))) (-4095 (*1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1020)))) (-3635 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-782 *3)) (-4 *3 (-1020)))) (-1572 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-782 *3)) (-4 *3 (-1020)))) (-2033 (*1 *2 *1) (-12 (-5 *2 (-1039)) (-5 *1 (-782 *3)) (-4 *3 (-1020)))) (-1417 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-782 *3)) (-4 *3 (-510)) (-4 *3 (-1020)))) (-1367 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-782 *3)) (-4 *3 (-510)) (-4 *3 (-1020)))) (-3306 (*1 *2 *1) (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-782 *3)) (-4 *3 (-510)) (-4 *3 (-1020)))))
-(-13 (-1020) (-389 |#1|) (-10 -8 (-15 -4083 ($)) (-15 -4095 ($)) (-15 -3635 ((-108) $)) (-15 -1572 ((-108) $)) (-15 -2033 ((-1039) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-787)) |%noBranch|) (IF (|has| |#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|)))
-((-4087 (((-108) $ $) 7)) (-1613 (((-713)) 20)) (-1903 (($) 23)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-3685 (((-856) $) 22)) (-1289 (((-1075) $) 9)) (-1722 (($ (-856)) 21)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)))
-(((-783) (-131)) (T -783))
-NIL
-(-13 (-789) (-346))
-(((-97) . T) ((-566 (-798)) . T) ((-346) . T) ((-789) . T) ((-1020) . T))
-((-2375 (((-108) (-1174 |#2|) (-1174 |#2|)) 17)) (-3880 (((-108) (-1174 |#2|) (-1174 |#2|)) 18)) (-2796 (((-108) (-1174 |#2|) (-1174 |#2|)) 14)))
-(((-784 |#1| |#2|) (-10 -7 (-15 -2796 ((-108) (-1174 |#2|) (-1174 |#2|))) (-15 -2375 ((-108) (-1174 |#2|) (-1174 |#2|))) (-15 -3880 ((-108) (-1174 |#2|) (-1174 |#2|)))) (-713) (-734)) (T -784))
-((-3880 (*1 *2 *3 *3) (-12 (-5 *3 (-1174 *5)) (-4 *5 (-734)) (-5 *2 (-108)) (-5 *1 (-784 *4 *5)) (-14 *4 (-713)))) (-2375 (*1 *2 *3 *3) (-12 (-5 *3 (-1174 *5)) (-4 *5 (-734)) (-5 *2 (-108)) (-5 *1 (-784 *4 *5)) (-14 *4 (-713)))) (-2796 (*1 *2 *3 *3) (-12 (-5 *3 (-1174 *5)) (-4 *5 (-734)) (-5 *2 (-108)) (-5 *1 (-784 *4 *5)) (-14 *4 (-713)))))
-(-10 -7 (-15 -2796 ((-108) (-1174 |#2|) (-1174 |#2|))) (-15 -2375 ((-108) (-1174 |#2|) (-1174 |#2|))) (-15 -3880 ((-108) (-1174 |#2|) (-1174 |#2|))))
-((-4087 (((-108) $ $) 7)) (-2475 (($) 24 T CONST)) (-3300 (((-3 $ "failed") $) 28)) (-2278 (((-108) $) 25)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3706 (($ $ (-856)) 22) (($ $ (-713)) 27)) (-3375 (($) 23 T CONST)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (** (($ $ (-856)) 21) (($ $ (-713)) 26)) (* (($ $ $) 20)))
-(((-785) (-131)) (T -785))
-NIL
-(-13 (-796) (-669))
-(((-97) . T) ((-566 (-798)) . T) ((-669) . T) ((-796) . T) ((-789) . T) ((-1032) . T) ((-1020) . T))
-((-2971 (((-525) $) 17)) (-1889 (((-108) $) 10)) (-4079 (((-108) $) 11)) (-2380 (($ $) 19)))
-(((-786 |#1|) (-10 -8 (-15 -2380 (|#1| |#1|)) (-15 -2971 ((-525) |#1|)) (-15 -4079 ((-108) |#1|)) (-15 -1889 ((-108) |#1|))) (-787)) (T -786))
-NIL
-(-10 -8 (-15 -2380 (|#1| |#1|)) (-15 -2971 ((-525) |#1|)) (-15 -4079 ((-108) |#1|)) (-15 -1889 ((-108) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 24)) (-3222 (((-3 $ "failed") $ $) 26)) (-2971 (((-525) $) 33)) (-2475 (($) 23 T CONST)) (-3300 (((-3 $ "failed") $) 39)) (-1889 (((-108) $) 35)) (-2278 (((-108) $) 42)) (-4079 (((-108) $) 34)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 45)) (-2448 (((-713)) 44)) (-2380 (($ $) 32)) (-3706 (($ $ (-713)) 40) (($ $ (-856)) 36)) (-3364 (($) 22 T CONST)) (-3375 (($) 43 T CONST)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (-2871 (($ $ $) 28) (($ $) 27)) (-2860 (($ $ $) 20)) (** (($ $ (-713)) 41) (($ $ (-856)) 37)) (* (($ (-856) $) 21) (($ (-713) $) 25) (($ (-525) $) 29) (($ $ $) 38)))
-(((-787) (-131)) (T -787))
-((-1889 (*1 *2 *1) (-12 (-4 *1 (-787)) (-5 *2 (-108)))) (-4079 (*1 *2 *1) (-12 (-4 *1 (-787)) (-5 *2 (-108)))) (-2971 (*1 *2 *1) (-12 (-4 *1 (-787)) (-5 *2 (-525)))) (-2380 (*1 *1 *1) (-4 *1 (-787))))
-(-13 (-733) (-977) (-669) (-10 -8 (-15 -1889 ((-108) $)) (-15 -4079 ((-108) $)) (-15 -2971 ((-525) $)) (-15 -2380 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-733) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-789) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-3033 (($ $ $) 10)) (-1609 (($ $ $) 9)) (-2830 (((-108) $ $) 13)) (-2807 (((-108) $ $) 11)) (-2817 (((-108) $ $) 14)))
-(((-788 |#1|) (-10 -8 (-15 -3033 (|#1| |#1| |#1|)) (-15 -1609 (|#1| |#1| |#1|)) (-15 -2817 ((-108) |#1| |#1|)) (-15 -2830 ((-108) |#1| |#1|)) (-15 -2807 ((-108) |#1| |#1|))) (-789)) (T -788))
-NIL
-(-10 -8 (-15 -3033 (|#1| |#1| |#1|)) (-15 -1609 (|#1| |#1| |#1|)) (-15 -2817 ((-108) |#1| |#1|)) (-15 -2830 ((-108) |#1| |#1|)) (-15 -2807 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)))
-(((-789) (-131)) (T -789))
-((-2795 (*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108)))) (-2807 (*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108)))) (-2830 (*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108)))) (-2817 (*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108)))) (-1609 (*1 *1 *1 *1) (-4 *1 (-789))) (-3033 (*1 *1 *1 *1) (-4 *1 (-789))))
-(-13 (-1020) (-10 -8 (-15 -2795 ((-108) $ $)) (-15 -2807 ((-108) $ $)) (-15 -2830 ((-108) $ $)) (-15 -2817 ((-108) $ $)) (-15 -1609 ($ $ $)) (-15 -3033 ($ $ $))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-2609 (($ $ $) 45)) (-3351 (($ $ $) 44)) (-2553 (($ $ $) 42)) (-3545 (($ $ $) 51)) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 46)) (-3754 (((-3 $ "failed") $ $) 49)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-3201 (($ $) 35)) (-2544 (($ $ $) 39)) (-3114 (($ $ $) 38)) (-3405 (($ $ $) 47)) (-1749 (($ $ $) 53)) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 41)) (-3777 (((-3 $ "failed") $ $) 48)) (-1311 (((-3 $ "failed") $ |#2|) 28)) (-1661 ((|#2| $) 32)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 (-525))) NIL) (($ |#2|) 12)) (-3137 (((-592 |#2|) $) 18)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 22)))
-(((-790 |#1| |#2|) (-10 -8 (-15 -3405 (|#1| |#1| |#1|)) (-15 -2833 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3817 |#1|)) |#1| |#1|)) (-15 -3545 (|#1| |#1| |#1|)) (-15 -3754 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2609 (|#1| |#1| |#1|)) (-15 -3351 (|#1| |#1| |#1|)) (-15 -2553 (|#1| |#1| |#1|)) (-15 -3155 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3817 |#1|)) |#1| |#1|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -3777 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -3114 (|#1| |#1| |#1|)) (-15 -3201 (|#1| |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3137 ((-592 |#2|) |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -4100 ((-798) |#1|))) (-791 |#2|) (-977)) (T -790))
-NIL
-(-10 -8 (-15 -3405 (|#1| |#1| |#1|)) (-15 -2833 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3817 |#1|)) |#1| |#1|)) (-15 -3545 (|#1| |#1| |#1|)) (-15 -3754 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2609 (|#1| |#1| |#1|)) (-15 -3351 (|#1| |#1| |#1|)) (-15 -2553 (|#1| |#1| |#1|)) (-15 -3155 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -3817 |#1|)) |#1| |#1|)) (-15 -1749 (|#1| |#1| |#1|)) (-15 -3777 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2544 (|#1| |#1| |#1|)) (-15 -3114 (|#1| |#1| |#1|)) (-15 -3201 (|#1| |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -1311 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3137 ((-592 |#2|) |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-2609 (($ $ $) 45 (|has| |#1| (-341)))) (-3351 (($ $ $) 46 (|has| |#1| (-341)))) (-2553 (($ $ $) 48 (|has| |#1| (-341)))) (-3545 (($ $ $) 43 (|has| |#1| (-341)))) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 42 (|has| |#1| (-341)))) (-3754 (((-3 $ "failed") $ $) 44 (|has| |#1| (-341)))) (-2325 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 47 (|has| |#1| (-341)))) (-1934 (((-3 (-525) "failed") $) 74 (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 72 (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 69)) (-4105 (((-525) $) 75 (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) 73 (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 68)) (-1451 (($ $) 64)) (-3300 (((-3 $ "failed") $) 34)) (-3201 (($ $) 55 (|has| |#1| (-429)))) (-2278 (((-108) $) 31)) (-1272 (($ |#1| (-713)) 62)) (-1452 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57 (|has| |#1| (-517)))) (-2760 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 58 (|has| |#1| (-517)))) (-1819 (((-713) $) 66)) (-2544 (($ $ $) 52 (|has| |#1| (-341)))) (-3114 (($ $ $) 53 (|has| |#1| (-341)))) (-3405 (($ $ $) 41 (|has| |#1| (-341)))) (-1749 (($ $ $) 50 (|has| |#1| (-341)))) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 49 (|has| |#1| (-341)))) (-3777 (((-3 $ "failed") $ $) 51 (|has| |#1| (-341)))) (-4150 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 54 (|has| |#1| (-341)))) (-1430 ((|#1| $) 65)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ |#1|) 59 (|has| |#1| (-517)))) (-3529 (((-713) $) 67)) (-1661 ((|#1| $) 56 (|has| |#1| (-429)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 71 (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) 70)) (-3137 (((-592 |#1|) $) 61)) (-3136 ((|#1| $ (-713)) 63)) (-2448 (((-713)) 29)) (-1590 ((|#1| $ |#1| |#1|) 60)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 77) (($ |#1| $) 76)))
-(((-791 |#1|) (-131) (-977)) (T -791))
-((-3529 (*1 *2 *1) (-12 (-4 *1 (-791 *3)) (-4 *3 (-977)) (-5 *2 (-713)))) (-1819 (*1 *2 *1) (-12 (-4 *1 (-791 *3)) (-4 *3 (-977)) (-5 *2 (-713)))) (-1430 (*1 *2 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)))) (-1451 (*1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)))) (-3136 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-791 *2)) (-4 *2 (-977)))) (-1272 (*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-791 *2)) (-4 *2 (-977)))) (-3137 (*1 *2 *1) (-12 (-4 *1 (-791 *3)) (-4 *3 (-977)) (-5 *2 (-592 *3)))) (-1590 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)))) (-1311 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-517)))) (-2760 (*1 *2 *1 *1) (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3)))) (-1452 (*1 *2 *1 *1) (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3)))) (-1661 (*1 *2 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-429)))) (-3201 (*1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-429)))) (-4150 (*1 *2 *1 *1) (-12 (-4 *3 (-341)) (-4 *3 (-977)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3)))) (-3114 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-2544 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-3777 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-1749 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-3155 (*1 *2 *1 *1) (-12 (-4 *3 (-341)) (-4 *3 (-977)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3817 *1))) (-4 *1 (-791 *3)))) (-2553 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-2325 (*1 *2 *1 *1) (-12 (-4 *3 (-341)) (-4 *3 (-977)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3)))) (-3351 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-2609 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-3754 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-3545 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-2833 (*1 *2 *1 *1) (-12 (-4 *3 (-341)) (-4 *3 (-977)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3817 *1))) (-4 *1 (-791 *3)))) (-3405 (*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(-13 (-977) (-107 |t#1| |t#1|) (-389 |t#1|) (-10 -8 (-15 -3529 ((-713) $)) (-15 -1819 ((-713) $)) (-15 -1430 (|t#1| $)) (-15 -1451 ($ $)) (-15 -3136 (|t#1| $ (-713))) (-15 -1272 ($ |t#1| (-713))) (-15 -3137 ((-592 |t#1|) $)) (-15 -1590 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-160)) (-6 (-37 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-517)) (PROGN (-15 -1311 ((-3 $ "failed") $ |t#1|)) (-15 -2760 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -1452 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-429)) (PROGN (-15 -1661 (|t#1| $)) (-15 -3201 ($ $))) |%noBranch|) (IF (|has| |t#1| (-341)) (PROGN (-15 -4150 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -3114 ($ $ $)) (-15 -2544 ($ $ $)) (-15 -3777 ((-3 $ "failed") $ $)) (-15 -1749 ($ $ $)) (-15 -3155 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $)) (-15 -2553 ($ $ $)) (-15 -2325 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -3351 ($ $ $)) (-15 -2609 ($ $ $)) (-15 -3754 ((-3 $ "failed") $ $)) (-15 -3545 ($ $ $)) (-15 -2833 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $)) (-15 -3405 ($ $ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-160)) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-389 |#1|) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) |has| |#1| (-160)) ((-669) . T) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2846 ((|#2| |#2| |#2| (-94 |#1|) (-1 |#1| |#1|)) 20)) (-2325 (((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)) 43 (|has| |#1| (-341)))) (-1452 (((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)) 40 (|has| |#1| (-517)))) (-2760 (((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)) 39 (|has| |#1| (-517)))) (-4150 (((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)) 42 (|has| |#1| (-341)))) (-1590 ((|#1| |#2| |#1| |#1| (-94 |#1|) (-1 |#1| |#1|)) 31)))
-(((-792 |#1| |#2|) (-10 -7 (-15 -2846 (|#2| |#2| |#2| (-94 |#1|) (-1 |#1| |#1|))) (-15 -1590 (|#1| |#2| |#1| |#1| (-94 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-517)) (PROGN (-15 -2760 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|))) (-15 -1452 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-15 -4150 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|))) (-15 -2325 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)))) |%noBranch|)) (-977) (-791 |#1|)) (T -792))
-((-2325 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-94 *5)) (-4 *5 (-341)) (-4 *5 (-977)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3)) (-4 *3 (-791 *5)))) (-4150 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-94 *5)) (-4 *5 (-341)) (-4 *5 (-977)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3)) (-4 *3 (-791 *5)))) (-1452 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-94 *5)) (-4 *5 (-517)) (-4 *5 (-977)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3)) (-4 *3 (-791 *5)))) (-2760 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-94 *5)) (-4 *5 (-517)) (-4 *5 (-977)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3)) (-4 *3 (-791 *5)))) (-1590 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-94 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-977)) (-5 *1 (-792 *2 *3)) (-4 *3 (-791 *2)))) (-2846 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-94 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-977)) (-5 *1 (-792 *5 *2)) (-4 *2 (-791 *5)))))
-(-10 -7 (-15 -2846 (|#2| |#2| |#2| (-94 |#1|) (-1 |#1| |#1|))) (-15 -1590 (|#1| |#2| |#1| |#1| (-94 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-517)) (PROGN (-15 -2760 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|))) (-15 -1452 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-15 -4150 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|))) (-15 -2325 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2| (-94 |#1|)))) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-2609 (($ $ $) NIL (|has| |#1| (-341)))) (-3351 (($ $ $) NIL (|has| |#1| (-341)))) (-2553 (($ $ $) NIL (|has| |#1| (-341)))) (-3545 (($ $ $) NIL (|has| |#1| (-341)))) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3754 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-2325 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 25 (|has| |#1| (-341)))) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429)))) (-2898 (((-798) $ (-798)) NIL)) (-2278 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) NIL)) (-1452 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 21 (|has| |#1| (-517)))) (-2760 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 19 (|has| |#1| (-517)))) (-1819 (((-713) $) NIL)) (-2544 (($ $ $) NIL (|has| |#1| (-341)))) (-3114 (($ $ $) NIL (|has| |#1| (-341)))) (-3405 (($ $ $) NIL (|has| |#1| (-341)))) (-1749 (($ $ $) NIL (|has| |#1| (-341)))) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-3777 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-4150 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 23 (|has| |#1| (-341)))) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-3529 (((-713) $) NIL)) (-1661 ((|#1| $) NIL (|has| |#1| (-429)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#1| (-968 (-385 (-525))))) (($ |#1|) NIL)) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) NIL)) (-2448 (((-713)) NIL)) (-1590 ((|#1| $ |#1| |#1|) 15)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
-(((-793 |#1| |#2| |#3|) (-13 (-791 |#1|) (-10 -8 (-15 -2898 ((-798) $ (-798))))) (-977) (-94 |#1|) (-1 |#1| |#1|)) (T -793))
-((-2898 (*1 *2 *1 *2) (-12 (-5 *2 (-798)) (-5 *1 (-793 *3 *4 *5)) (-4 *3 (-977)) (-14 *4 (-94 *3)) (-14 *5 (-1 *3 *3)))))
-(-13 (-791 |#1|) (-10 -8 (-15 -2898 ((-798) $ (-798)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-2609 (($ $ $) NIL (|has| |#2| (-341)))) (-3351 (($ $ $) NIL (|has| |#2| (-341)))) (-2553 (($ $ $) NIL (|has| |#2| (-341)))) (-3545 (($ $ $) NIL (|has| |#2| (-341)))) (-2833 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#2| (-341)))) (-3754 (((-3 $ "failed") $ $) NIL (|has| |#2| (-341)))) (-2325 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#2| (-341)))) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 |#2| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) ((|#2| $) NIL)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#2| (-429)))) (-2278 (((-108) $) NIL)) (-1272 (($ |#2| (-713)) 16)) (-1452 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#2| (-517)))) (-2760 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#2| (-517)))) (-1819 (((-713) $) NIL)) (-2544 (($ $ $) NIL (|has| |#2| (-341)))) (-3114 (($ $ $) NIL (|has| |#2| (-341)))) (-3405 (($ $ $) NIL (|has| |#2| (-341)))) (-1749 (($ $ $) NIL (|has| |#2| (-341)))) (-3155 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#2| (-341)))) (-3777 (((-3 $ "failed") $ $) NIL (|has| |#2| (-341)))) (-4150 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#2| (-341)))) (-1430 ((|#2| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517)))) (-3529 (((-713) $) NIL)) (-1661 ((|#2| $) NIL (|has| |#2| (-429)))) (-4100 (((-798) $) 23) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#2| (-968 (-385 (-525))))) (($ |#2|) NIL) (($ (-1170 |#1|)) 18)) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-713)) NIL)) (-2448 (((-713)) NIL)) (-1590 ((|#2| $ |#2| |#2|) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) 13 T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
-(((-794 |#1| |#2| |#3| |#4|) (-13 (-791 |#2|) (-10 -8 (-15 -4100 ($ (-1170 |#1|))))) (-1092) (-977) (-94 |#2|) (-1 |#2| |#2|)) (T -794))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *3)) (-14 *3 (-1092)) (-5 *1 (-794 *3 *4 *5 *6)) (-4 *4 (-977)) (-14 *5 (-94 *4)) (-14 *6 (-1 *4 *4)))))
-(-13 (-791 |#2|) (-10 -8 (-15 -4100 ($ (-1170 |#1|)))))
-((-1775 ((|#1| (-713) |#1|) 35 (|has| |#1| (-37 (-385 (-525)))))) (-2459 ((|#1| (-713) (-713) |#1|) 27) ((|#1| (-713) |#1|) 20)) (-4086 ((|#1| (-713) |#1|) 31)) (-1604 ((|#1| (-713) |#1|) 29)) (-4062 ((|#1| (-713) |#1|) 28)))
-(((-795 |#1|) (-10 -7 (-15 -4062 (|#1| (-713) |#1|)) (-15 -1604 (|#1| (-713) |#1|)) (-15 -4086 (|#1| (-713) |#1|)) (-15 -2459 (|#1| (-713) |#1|)) (-15 -2459 (|#1| (-713) (-713) |#1|)) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -1775 (|#1| (-713) |#1|)) |%noBranch|)) (-160)) (T -795))
-((-1775 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-160)))) (-2459 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160)))) (-2459 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160)))) (-4086 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160)))) (-1604 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160)))) (-4062 (*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160)))))
-(-10 -7 (-15 -4062 (|#1| (-713) |#1|)) (-15 -1604 (|#1| (-713) |#1|)) (-15 -4086 (|#1| (-713) |#1|)) (-15 -2459 (|#1| (-713) |#1|)) (-15 -2459 (|#1| (-713) (-713) |#1|)) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -1775 (|#1| (-713) |#1|)) |%noBranch|))
-((-4087 (((-108) $ $) 7)) (-3033 (($ $ $) 13)) (-1609 (($ $ $) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3706 (($ $ (-856)) 22)) (-2830 (((-108) $ $) 16)) (-2807 (((-108) $ $) 17)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 15)) (-2795 (((-108) $ $) 18)) (** (($ $ (-856)) 21)) (* (($ $ $) 20)))
-(((-796) (-131)) (T -796))
-NIL
-(-13 (-789) (-1032))
-(((-97) . T) ((-566 (-798)) . T) ((-789) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2219 (((-525) $) 12)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 18) (($ (-525)) 11)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 8)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 9)))
-(((-797) (-13 (-789) (-10 -8 (-15 -4100 ($ (-525))) (-15 -2219 ((-525) $))))) (T -797))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-797)))) (-2219 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-797)))))
-(-13 (-789) (-10 -8 (-15 -4100 ($ (-525))) (-15 -2219 ((-525) $))))
-((-4087 (((-108) $ $) NIL) (($ $ $) 77)) (-3738 (($ $ $) 115)) (-3327 (((-525) $) 30) (((-525)) 35)) (-2329 (($ (-525)) 44)) (-1837 (($ $ $) 45) (($ (-592 $)) 76)) (-3424 (($ $ (-592 $)) 74)) (-4021 (((-525) $) 33)) (-1766 (($ $ $) 63)) (-3764 (($ $) 128) (($ $ $) 129) (($ $ $ $) 130)) (-3429 (((-525) $) 32)) (-3626 (($ $ $) 62)) (-3298 (($ $) 105)) (-2506 (($ $ $) 119)) (-3865 (($ (-592 $)) 52)) (-4139 (($ $ (-592 $)) 69)) (-3146 (($ (-525) (-525)) 46)) (-3378 (($ $) 116) (($ $ $) 117)) (-3446 (($ $ (-525)) 40) (($ $) 43)) (-1356 (($ $ $) 89)) (-1315 (($ $ $) 122)) (-2566 (($ $) 106)) (-1332 (($ $ $) 90)) (-4138 (($ $) 131) (($ $ $) 132) (($ $ $ $) 133)) (-2492 (((-1179) $) 8)) (-2497 (($ $) 109) (($ $ (-713)) 112)) (-1598 (($ $ $) 65)) (-3563 (($ $ $) 64)) (-2093 (($ $ (-592 $)) 100)) (-2266 (($ $ $) 104)) (-2774 (($ (-592 $)) 50)) (-3106 (($ $) 60) (($ (-592 $)) 61)) (-3532 (($ $ $) 113)) (-3413 (($ $) 107)) (-2590 (($ $ $) 118)) (-2898 (($ (-525)) 20) (($ (-1092)) 22) (($ (-1075)) 29) (($ (-205)) 24)) (-3307 (($ $ $) 93)) (-3272 (($ $) 94)) (-1535 (((-1179) (-1075)) 14)) (-2408 (($ (-1075)) 13)) (-4054 (($ (-592 (-592 $))) 49)) (-3436 (($ $ (-525)) 39) (($ $) 42)) (-1289 (((-1075) $) NIL)) (-2108 (($ $ $) 121)) (-2915 (($ $) 134) (($ $ $) 135) (($ $ $ $) 136)) (-2835 (((-108) $) 98)) (-2217 (($ $ (-592 $)) 102) (($ $ $ $) 103)) (-2973 (($ (-525)) 36)) (-2934 (((-525) $) 31) (((-525)) 34)) (-2965 (($ $ $) 37) (($ (-592 $)) 75)) (-3993 (((-1039) $) NIL)) (-1311 (($ $ $) 91)) (-1558 (($) 12)) (-3431 (($ $ (-592 $)) 99)) (-3584 (($ $) 108) (($ $ (-713)) 111)) (-1322 (($ $ $) 88)) (-2702 (($ $ (-713)) 127)) (-3527 (($ (-592 $)) 51)) (-4100 (((-798) $) 18)) (-1423 (($ $ (-525)) 38) (($ $) 41)) (-3119 (($ $) 58) (($ (-592 $)) 59)) (-2180 (($ $) 56) (($ (-592 $)) 57)) (-2239 (($ $) 114)) (-1763 (($ (-592 $)) 55)) (-1494 (($ $ $) 97)) (-1390 (($ $ $) 120)) (-3944 (($ $ $) 92)) (-1393 (($ $ $) 95) (($ $) 96)) (-2830 (($ $ $) 81)) (-2807 (($ $ $) 79)) (-2775 (((-108) $ $) 15) (($ $ $) 16)) (-2817 (($ $ $) 80)) (-2795 (($ $ $) 78)) (-2880 (($ $ $) 86)) (-2871 (($ $ $) 83) (($ $) 84)) (-2860 (($ $ $) 82)) (** (($ $ $) 87)) (* (($ $ $) 85)))
-(((-798) (-13 (-1020) (-10 -8 (-15 -2492 ((-1179) $)) (-15 -2408 ($ (-1075))) (-15 -1535 ((-1179) (-1075))) (-15 -2898 ($ (-525))) (-15 -2898 ($ (-1092))) (-15 -2898 ($ (-1075))) (-15 -2898 ($ (-205))) (-15 -1558 ($)) (-15 -3327 ((-525) $)) (-15 -2934 ((-525) $)) (-15 -3327 ((-525))) (-15 -2934 ((-525))) (-15 -3429 ((-525) $)) (-15 -4021 ((-525) $)) (-15 -2973 ($ (-525))) (-15 -2329 ($ (-525))) (-15 -3146 ($ (-525) (-525))) (-15 -3436 ($ $ (-525))) (-15 -3446 ($ $ (-525))) (-15 -1423 ($ $ (-525))) (-15 -3436 ($ $)) (-15 -3446 ($ $)) (-15 -1423 ($ $)) (-15 -2965 ($ $ $)) (-15 -1837 ($ $ $)) (-15 -2965 ($ (-592 $))) (-15 -1837 ($ (-592 $))) (-15 -2093 ($ $ (-592 $))) (-15 -2217 ($ $ (-592 $))) (-15 -2217 ($ $ $ $)) (-15 -2266 ($ $ $)) (-15 -2835 ((-108) $)) (-15 -3431 ($ $ (-592 $))) (-15 -3298 ($ $)) (-15 -2108 ($ $ $)) (-15 -2239 ($ $)) (-15 -4054 ($ (-592 (-592 $)))) (-15 -3738 ($ $ $)) (-15 -3378 ($ $)) (-15 -3378 ($ $ $)) (-15 -2590 ($ $ $)) (-15 -2506 ($ $ $)) (-15 -1390 ($ $ $)) (-15 -1315 ($ $ $)) (-15 -2702 ($ $ (-713))) (-15 -1494 ($ $ $)) (-15 -3626 ($ $ $)) (-15 -1766 ($ $ $)) (-15 -3563 ($ $ $)) (-15 -1598 ($ $ $)) (-15 -4139 ($ $ (-592 $))) (-15 -3424 ($ $ (-592 $))) (-15 -2566 ($ $)) (-15 -3584 ($ $)) (-15 -3584 ($ $ (-713))) (-15 -2497 ($ $)) (-15 -2497 ($ $ (-713))) (-15 -3413 ($ $)) (-15 -3532 ($ $ $)) (-15 -3764 ($ $)) (-15 -3764 ($ $ $)) (-15 -3764 ($ $ $ $)) (-15 -4138 ($ $)) (-15 -4138 ($ $ $)) (-15 -4138 ($ $ $ $)) (-15 -2915 ($ $)) (-15 -2915 ($ $ $)) (-15 -2915 ($ $ $ $)) (-15 -2180 ($ $)) (-15 -2180 ($ (-592 $))) (-15 -3119 ($ $)) (-15 -3119 ($ (-592 $))) (-15 -3106 ($ $)) (-15 -3106 ($ (-592 $))) (-15 -2774 ($ (-592 $))) (-15 -3527 ($ (-592 $))) (-15 -3865 ($ (-592 $))) (-15 -1763 ($ (-592 $))) (-15 -2775 ($ $ $)) (-15 -4087 ($ $ $)) (-15 -2795 ($ $ $)) (-15 -2807 ($ $ $)) (-15 -2817 ($ $ $)) (-15 -2830 ($ $ $)) (-15 -2860 ($ $ $)) (-15 -2871 ($ $ $)) (-15 -2871 ($ $)) (-15 * ($ $ $)) (-15 -2880 ($ $ $)) (-15 ** ($ $ $)) (-15 -1322 ($ $ $)) (-15 -1356 ($ $ $)) (-15 -1332 ($ $ $)) (-15 -1311 ($ $ $)) (-15 -3944 ($ $ $)) (-15 -3307 ($ $ $)) (-15 -3272 ($ $)) (-15 -1393 ($ $ $)) (-15 -1393 ($ $))))) (T -798))
-((-2492 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-798)))) (-2408 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-798)))) (-1535 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-798)))) (-2898 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-2898 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-798)))) (-2898 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-798)))) (-2898 (*1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-798)))) (-1558 (*1 *1) (-5 *1 (-798))) (-3327 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-2934 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-3327 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-2934 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-3429 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-4021 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-2973 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-2329 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-3146 (*1 *1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-3436 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-3446 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-1423 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))) (-3436 (*1 *1 *1) (-5 *1 (-798))) (-3446 (*1 *1 *1) (-5 *1 (-798))) (-1423 (*1 *1 *1) (-5 *1 (-798))) (-2965 (*1 *1 *1 *1) (-5 *1 (-798))) (-1837 (*1 *1 *1 *1) (-5 *1 (-798))) (-2965 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-1837 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-2093 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-2217 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-2217 (*1 *1 *1 *1 *1) (-5 *1 (-798))) (-2266 (*1 *1 *1 *1) (-5 *1 (-798))) (-2835 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-798)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-3298 (*1 *1 *1) (-5 *1 (-798))) (-2108 (*1 *1 *1 *1) (-5 *1 (-798))) (-2239 (*1 *1 *1) (-5 *1 (-798))) (-4054 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-798)))) (-5 *1 (-798)))) (-3738 (*1 *1 *1 *1) (-5 *1 (-798))) (-3378 (*1 *1 *1) (-5 *1 (-798))) (-3378 (*1 *1 *1 *1) (-5 *1 (-798))) (-2590 (*1 *1 *1 *1) (-5 *1 (-798))) (-2506 (*1 *1 *1 *1) (-5 *1 (-798))) (-1390 (*1 *1 *1 *1) (-5 *1 (-798))) (-1315 (*1 *1 *1 *1) (-5 *1 (-798))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-798)))) (-1494 (*1 *1 *1 *1) (-5 *1 (-798))) (-3626 (*1 *1 *1 *1) (-5 *1 (-798))) (-1766 (*1 *1 *1 *1) (-5 *1 (-798))) (-3563 (*1 *1 *1 *1) (-5 *1 (-798))) (-1598 (*1 *1 *1 *1) (-5 *1 (-798))) (-4139 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-3424 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-2566 (*1 *1 *1) (-5 *1 (-798))) (-3584 (*1 *1 *1) (-5 *1 (-798))) (-3584 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-798)))) (-2497 (*1 *1 *1) (-5 *1 (-798))) (-2497 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-798)))) (-3413 (*1 *1 *1) (-5 *1 (-798))) (-3532 (*1 *1 *1 *1) (-5 *1 (-798))) (-3764 (*1 *1 *1) (-5 *1 (-798))) (-3764 (*1 *1 *1 *1) (-5 *1 (-798))) (-3764 (*1 *1 *1 *1 *1) (-5 *1 (-798))) (-4138 (*1 *1 *1) (-5 *1 (-798))) (-4138 (*1 *1 *1 *1) (-5 *1 (-798))) (-4138 (*1 *1 *1 *1 *1) (-5 *1 (-798))) (-2915 (*1 *1 *1) (-5 *1 (-798))) (-2915 (*1 *1 *1 *1) (-5 *1 (-798))) (-2915 (*1 *1 *1 *1 *1) (-5 *1 (-798))) (-2180 (*1 *1 *1) (-5 *1 (-798))) (-2180 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-3119 (*1 *1 *1) (-5 *1 (-798))) (-3119 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-3106 (*1 *1 *1) (-5 *1 (-798))) (-3106 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-2774 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-3527 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-3865 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-1763 (*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))) (-2775 (*1 *1 *1 *1) (-5 *1 (-798))) (-4087 (*1 *1 *1 *1) (-5 *1 (-798))) (-2795 (*1 *1 *1 *1) (-5 *1 (-798))) (-2807 (*1 *1 *1 *1) (-5 *1 (-798))) (-2817 (*1 *1 *1 *1) (-5 *1 (-798))) (-2830 (*1 *1 *1 *1) (-5 *1 (-798))) (-2860 (*1 *1 *1 *1) (-5 *1 (-798))) (-2871 (*1 *1 *1 *1) (-5 *1 (-798))) (-2871 (*1 *1 *1) (-5 *1 (-798))) (* (*1 *1 *1 *1) (-5 *1 (-798))) (-2880 (*1 *1 *1 *1) (-5 *1 (-798))) (** (*1 *1 *1 *1) (-5 *1 (-798))) (-1322 (*1 *1 *1 *1) (-5 *1 (-798))) (-1356 (*1 *1 *1 *1) (-5 *1 (-798))) (-1332 (*1 *1 *1 *1) (-5 *1 (-798))) (-1311 (*1 *1 *1 *1) (-5 *1 (-798))) (-3944 (*1 *1 *1 *1) (-5 *1 (-798))) (-3307 (*1 *1 *1 *1) (-5 *1 (-798))) (-3272 (*1 *1 *1) (-5 *1 (-798))) (-1393 (*1 *1 *1 *1) (-5 *1 (-798))) (-1393 (*1 *1 *1) (-5 *1 (-798))))
-(-13 (-1020) (-10 -8 (-15 -2492 ((-1179) $)) (-15 -2408 ($ (-1075))) (-15 -1535 ((-1179) (-1075))) (-15 -2898 ($ (-525))) (-15 -2898 ($ (-1092))) (-15 -2898 ($ (-1075))) (-15 -2898 ($ (-205))) (-15 -1558 ($)) (-15 -3327 ((-525) $)) (-15 -2934 ((-525) $)) (-15 -3327 ((-525))) (-15 -2934 ((-525))) (-15 -3429 ((-525) $)) (-15 -4021 ((-525) $)) (-15 -2973 ($ (-525))) (-15 -2329 ($ (-525))) (-15 -3146 ($ (-525) (-525))) (-15 -3436 ($ $ (-525))) (-15 -3446 ($ $ (-525))) (-15 -1423 ($ $ (-525))) (-15 -3436 ($ $)) (-15 -3446 ($ $)) (-15 -1423 ($ $)) (-15 -2965 ($ $ $)) (-15 -1837 ($ $ $)) (-15 -2965 ($ (-592 $))) (-15 -1837 ($ (-592 $))) (-15 -2093 ($ $ (-592 $))) (-15 -2217 ($ $ (-592 $))) (-15 -2217 ($ $ $ $)) (-15 -2266 ($ $ $)) (-15 -2835 ((-108) $)) (-15 -3431 ($ $ (-592 $))) (-15 -3298 ($ $)) (-15 -2108 ($ $ $)) (-15 -2239 ($ $)) (-15 -4054 ($ (-592 (-592 $)))) (-15 -3738 ($ $ $)) (-15 -3378 ($ $)) (-15 -3378 ($ $ $)) (-15 -2590 ($ $ $)) (-15 -2506 ($ $ $)) (-15 -1390 ($ $ $)) (-15 -1315 ($ $ $)) (-15 -2702 ($ $ (-713))) (-15 -1494 ($ $ $)) (-15 -3626 ($ $ $)) (-15 -1766 ($ $ $)) (-15 -3563 ($ $ $)) (-15 -1598 ($ $ $)) (-15 -4139 ($ $ (-592 $))) (-15 -3424 ($ $ (-592 $))) (-15 -2566 ($ $)) (-15 -3584 ($ $)) (-15 -3584 ($ $ (-713))) (-15 -2497 ($ $)) (-15 -2497 ($ $ (-713))) (-15 -3413 ($ $)) (-15 -3532 ($ $ $)) (-15 -3764 ($ $)) (-15 -3764 ($ $ $)) (-15 -3764 ($ $ $ $)) (-15 -4138 ($ $)) (-15 -4138 ($ $ $)) (-15 -4138 ($ $ $ $)) (-15 -2915 ($ $)) (-15 -2915 ($ $ $)) (-15 -2915 ($ $ $ $)) (-15 -2180 ($ $)) (-15 -2180 ($ (-592 $))) (-15 -3119 ($ $)) (-15 -3119 ($ (-592 $))) (-15 -3106 ($ $)) (-15 -3106 ($ (-592 $))) (-15 -2774 ($ (-592 $))) (-15 -3527 ($ (-592 $))) (-15 -3865 ($ (-592 $))) (-15 -1763 ($ (-592 $))) (-15 -2775 ($ $ $)) (-15 -4087 ($ $ $)) (-15 -2795 ($ $ $)) (-15 -2807 ($ $ $)) (-15 -2817 ($ $ $)) (-15 -2830 ($ $ $)) (-15 -2860 ($ $ $)) (-15 -2871 ($ $ $)) (-15 -2871 ($ $)) (-15 * ($ $ $)) (-15 -2880 ($ $ $)) (-15 ** ($ $ $)) (-15 -1322 ($ $ $)) (-15 -1356 ($ $ $)) (-15 -1332 ($ $ $)) (-15 -1311 ($ $ $)) (-15 -3944 ($ $ $)) (-15 -3307 ($ $ $)) (-15 -3272 ($ $)) (-15 -1393 ($ $ $)) (-15 -1393 ($ $))))
-((-2252 (((-1179) (-592 (-51))) 24)) (-3990 (((-1179) (-1075) (-798)) 14) (((-1179) (-798)) 9) (((-1179) (-1075)) 11)))
-(((-799) (-10 -7 (-15 -3990 ((-1179) (-1075))) (-15 -3990 ((-1179) (-798))) (-15 -3990 ((-1179) (-1075) (-798))) (-15 -2252 ((-1179) (-592 (-51)))))) (T -799))
-((-2252 (*1 *2 *3) (-12 (-5 *3 (-592 (-51))) (-5 *2 (-1179)) (-5 *1 (-799)))) (-3990 (*1 *2 *3 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-798)) (-5 *2 (-1179)) (-5 *1 (-799)))) (-3990 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-799)))) (-3990 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-799)))))
-(-10 -7 (-15 -3990 ((-1179) (-1075))) (-15 -3990 ((-1179) (-798))) (-15 -3990 ((-1179) (-1075) (-798))) (-15 -2252 ((-1179) (-592 (-51)))))
-((-4087 (((-108) $ $) NIL)) (-3469 (((-3 $ "failed") (-1092)) 33)) (-1613 (((-713)) 31)) (-1903 (($) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-3685 (((-856) $) 29)) (-1289 (((-1075) $) 39)) (-1722 (($ (-856)) 28)) (-3993 (((-1039) $) NIL)) (-2069 (((-1092) $) 13) (((-501) $) 19) (((-827 (-357)) $) 26) (((-827 (-525)) $) 22)) (-4100 (((-798) $) 16)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 36)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 35)))
-(((-800 |#1|) (-13 (-783) (-567 (-1092)) (-567 (-501)) (-567 (-827 (-357))) (-567 (-827 (-525))) (-10 -8 (-15 -3469 ((-3 $ "failed") (-1092))))) (-592 (-1092))) (T -800))
-((-3469 (*1 *1 *2) (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-800 *3)) (-14 *3 (-592 *2)))))
-(-13 (-783) (-567 (-1092)) (-567 (-501)) (-567 (-827 (-357))) (-567 (-827 (-525))) (-10 -8 (-15 -3469 ((-3 $ "failed") (-1092)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (((-887 |#1|) $) NIL) (($ (-887 |#1|)) NIL) (($ |#1|) NIL (|has| |#1| (-160)))) (-2448 (((-713)) NIL)) (-1718 (((-1179) (-713)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2880 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-160))) (($ $ |#1|) NIL (|has| |#1| (-160)))))
-(((-801 |#1| |#2| |#3| |#4|) (-13 (-977) (-10 -8 (IF (|has| |#1| (-160)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4100 ((-887 |#1|) $)) (-15 -4100 ($ (-887 |#1|))) (IF (|has| |#1| (-341)) (-15 -2880 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1718 ((-1179) (-713))))) (-977) (-592 (-1092)) (-592 (-713)) (-713)) (T -801))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-887 *3)) (-5 *1 (-801 *3 *4 *5 *6)) (-4 *3 (-977)) (-14 *4 (-592 (-1092))) (-14 *5 (-592 (-713))) (-14 *6 (-713)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-887 *3)) (-4 *3 (-977)) (-5 *1 (-801 *3 *4 *5 *6)) (-14 *4 (-592 (-1092))) (-14 *5 (-592 (-713))) (-14 *6 (-713)))) (-2880 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-801 *2 *3 *4 *5)) (-4 *2 (-341)) (-4 *2 (-977)) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-713))) (-14 *5 (-713)))) (-1718 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-801 *4 *5 *6 *7)) (-4 *4 (-977)) (-14 *5 (-592 (-1092))) (-14 *6 (-592 *3)) (-14 *7 *3))))
-(-13 (-977) (-10 -8 (IF (|has| |#1| (-160)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4100 ((-887 |#1|) $)) (-15 -4100 ($ (-887 |#1|))) (IF (|has| |#1| (-341)) (-15 -2880 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -1718 ((-1179) (-713)))))
-((-3984 (((-3 (-161 |#3|) "failed") (-713) (-713) |#2| |#2|) 31)) (-2976 (((-3 (-385 |#3|) "failed") (-713) (-713) |#2| |#2|) 24)))
-(((-802 |#1| |#2| |#3|) (-10 -7 (-15 -2976 ((-3 (-385 |#3|) "failed") (-713) (-713) |#2| |#2|)) (-15 -3984 ((-3 (-161 |#3|) "failed") (-713) (-713) |#2| |#2|))) (-341) (-1165 |#1|) (-1150 |#1|)) (T -802))
-((-3984 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-713)) (-4 *5 (-341)) (-5 *2 (-161 *6)) (-5 *1 (-802 *5 *4 *6)) (-4 *4 (-1165 *5)) (-4 *6 (-1150 *5)))) (-2976 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-713)) (-4 *5 (-341)) (-5 *2 (-385 *6)) (-5 *1 (-802 *5 *4 *6)) (-4 *4 (-1165 *5)) (-4 *6 (-1150 *5)))))
-(-10 -7 (-15 -2976 ((-3 (-385 |#3|) "failed") (-713) (-713) |#2| |#2|)) (-15 -3984 ((-3 (-161 |#3|) "failed") (-713) (-713) |#2| |#2|)))
-((-2976 (((-3 (-385 (-1147 |#2| |#1|)) "failed") (-713) (-713) (-1166 |#1| |#2| |#3|)) 28) (((-3 (-385 (-1147 |#2| |#1|)) "failed") (-713) (-713) (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|)) 26)))
-(((-803 |#1| |#2| |#3|) (-10 -7 (-15 -2976 ((-3 (-385 (-1147 |#2| |#1|)) "failed") (-713) (-713) (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|))) (-15 -2976 ((-3 (-385 (-1147 |#2| |#1|)) "failed") (-713) (-713) (-1166 |#1| |#2| |#3|)))) (-341) (-1092) |#1|) (T -803))
-((-2976 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-713)) (-5 *4 (-1166 *5 *6 *7)) (-4 *5 (-341)) (-14 *6 (-1092)) (-14 *7 *5) (-5 *2 (-385 (-1147 *6 *5))) (-5 *1 (-803 *5 *6 *7)))) (-2976 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-713)) (-5 *4 (-1166 *5 *6 *7)) (-4 *5 (-341)) (-14 *6 (-1092)) (-14 *7 *5) (-5 *2 (-385 (-1147 *6 *5))) (-5 *1 (-803 *5 *6 *7)))))
-(-10 -7 (-15 -2976 ((-3 (-385 (-1147 |#2| |#1|)) "failed") (-713) (-713) (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|))) (-15 -2976 ((-3 (-385 (-1147 |#2| |#1|)) "failed") (-713) (-713) (-1166 |#1| |#2| |#3|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-4211 (($ $ (-525)) 62)) (-1507 (((-108) $ $) 59)) (-2475 (($) 17 T CONST)) (-3378 (($ (-1088 (-525)) (-525)) 61)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-2840 (($ $) 64)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-4000 (((-713) $) 69)) (-2278 (((-108) $) 31)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-2287 (((-525)) 66)) (-2027 (((-525) $) 65)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1397 (($ $ (-525)) 68)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-3444 (((-1073 (-525)) $) 70)) (-3926 (($ $) 67)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-1485 (((-525) $ (-525)) 63)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-804 |#1|) (-131) (-525)) (T -804))
-((-3444 (*1 *2 *1) (-12 (-4 *1 (-804 *3)) (-5 *2 (-1073 (-525))))) (-4000 (*1 *2 *1) (-12 (-4 *1 (-804 *3)) (-5 *2 (-713)))) (-1397 (*1 *1 *1 *2) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525)))) (-3926 (*1 *1 *1) (-4 *1 (-804 *2))) (-2287 (*1 *2) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525)))) (-2027 (*1 *2 *1) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525)))) (-2840 (*1 *1 *1) (-4 *1 (-804 *2))) (-1485 (*1 *2 *1 *2) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525)))) (-4211 (*1 *1 *1 *2) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525)))) (-3378 (*1 *1 *2 *3) (-12 (-5 *2 (-1088 (-525))) (-5 *3 (-525)) (-4 *1 (-804 *4)))))
-(-13 (-286) (-138) (-10 -8 (-15 -3444 ((-1073 (-525)) $)) (-15 -4000 ((-713) $)) (-15 -1397 ($ $ (-525))) (-15 -3926 ($ $)) (-15 -2287 ((-525))) (-15 -2027 ((-525) $)) (-15 -2840 ($ $)) (-15 -1485 ((-525) $ (-525))) (-15 -4211 ($ $ (-525))) (-15 -3378 ($ (-1088 (-525)) (-525)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-138) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-286) . T) ((-429) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $ (-525)) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-3378 (($ (-1088 (-525)) (-525)) NIL)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2840 (($ $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-4000 (((-713) $) NIL)) (-2278 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2287 (((-525)) NIL)) (-2027 (((-525) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1397 (($ $ (-525)) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-3444 (((-1073 (-525)) $) NIL)) (-3926 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL)) (-2448 (((-713)) NIL)) (-1571 (((-108) $ $) NIL)) (-1485 (((-525) $ (-525)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL)))
-(((-805 |#1|) (-804 |#1|) (-525)) (T -805))
-NIL
-(-804 |#1|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 (((-805 |#1|) $) NIL (|has| (-805 |#1|) (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-805 |#1|) (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| (-805 |#1|) (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| (-805 |#1|) (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-805 |#1|) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (|has| (-805 |#1|) (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-805 |#1|) (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| (-805 |#1|) (-968 (-525))))) (-4105 (((-805 |#1|) $) NIL) (((-1092) $) NIL (|has| (-805 |#1|) (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| (-805 |#1|) (-968 (-525)))) (((-525) $) NIL (|has| (-805 |#1|) (-968 (-525))))) (-1498 (($ $) NIL) (($ (-525) $) NIL)) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-805 |#1|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-805 |#1|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-805 |#1|))) (|:| |vec| (-1174 (-805 |#1|)))) (-632 $) (-1174 $)) NIL) (((-632 (-805 |#1|)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-805 |#1|) (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| (-805 |#1|) (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-805 |#1|) (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-805 |#1|) (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 (((-805 |#1|) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| (-805 |#1|) (-1068)))) (-4079 (((-108) $) NIL (|has| (-805 |#1|) (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| (-805 |#1|) (-789)))) (-1609 (($ $ $) NIL (|has| (-805 |#1|) (-789)))) (-2016 (($ (-1 (-805 |#1|) (-805 |#1|)) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-805 |#1|) (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| (-805 |#1|) (-286)))) (-1340 (((-805 |#1|) $) NIL (|has| (-805 |#1|) (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-805 |#1|) (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-805 |#1|) (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 (-805 |#1|)) (-592 (-805 |#1|))) NIL (|has| (-805 |#1|) (-288 (-805 |#1|)))) (($ $ (-805 |#1|) (-805 |#1|)) NIL (|has| (-805 |#1|) (-288 (-805 |#1|)))) (($ $ (-273 (-805 |#1|))) NIL (|has| (-805 |#1|) (-288 (-805 |#1|)))) (($ $ (-592 (-273 (-805 |#1|)))) NIL (|has| (-805 |#1|) (-288 (-805 |#1|)))) (($ $ (-592 (-1092)) (-592 (-805 |#1|))) NIL (|has| (-805 |#1|) (-486 (-1092) (-805 |#1|)))) (($ $ (-1092) (-805 |#1|)) NIL (|has| (-805 |#1|) (-486 (-1092) (-805 |#1|))))) (-1927 (((-713) $) NIL)) (-3431 (($ $ (-805 |#1|)) NIL (|has| (-805 |#1|) (-265 (-805 |#1|) (-805 |#1|))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| (-805 |#1|) (-213))) (($ $ (-713)) NIL (|has| (-805 |#1|) (-213))) (($ $ (-1092)) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-1 (-805 |#1|) (-805 |#1|)) (-713)) NIL) (($ $ (-1 (-805 |#1|) (-805 |#1|))) NIL)) (-2874 (($ $) NIL)) (-4080 (((-805 |#1|) $) NIL)) (-2069 (((-827 (-525)) $) NIL (|has| (-805 |#1|) (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| (-805 |#1|) (-567 (-827 (-357))))) (((-501) $) NIL (|has| (-805 |#1|) (-567 (-501)))) (((-357) $) NIL (|has| (-805 |#1|) (-953))) (((-205) $) NIL (|has| (-805 |#1|) (-953)))) (-4070 (((-161 (-385 (-525))) $) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-805 |#1|) (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL) (($ (-805 |#1|)) NIL) (($ (-1092)) NIL (|has| (-805 |#1|) (-968 (-1092))))) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-805 |#1|) (-844))) (|has| (-805 |#1|) (-136))))) (-2448 (((-713)) NIL)) (-3064 (((-805 |#1|) $) NIL (|has| (-805 |#1|) (-510)))) (-1571 (((-108) $ $) NIL)) (-1485 (((-385 (-525)) $ (-525)) NIL)) (-2380 (($ $) NIL (|has| (-805 |#1|) (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $) NIL (|has| (-805 |#1|) (-213))) (($ $ (-713)) NIL (|has| (-805 |#1|) (-213))) (($ $ (-1092)) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-805 |#1|) (-835 (-1092)))) (($ $ (-1 (-805 |#1|) (-805 |#1|)) (-713)) NIL) (($ $ (-1 (-805 |#1|) (-805 |#1|))) NIL)) (-2830 (((-108) $ $) NIL (|has| (-805 |#1|) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-805 |#1|) (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| (-805 |#1|) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-805 |#1|) (-789)))) (-2880 (($ $ $) NIL) (($ (-805 |#1|) (-805 |#1|)) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ (-805 |#1|) $) NIL) (($ $ (-805 |#1|)) NIL)))
-(((-806 |#1|) (-13 (-925 (-805 |#1|)) (-10 -8 (-15 -1485 ((-385 (-525)) $ (-525))) (-15 -4070 ((-161 (-385 (-525))) $)) (-15 -1498 ($ $)) (-15 -1498 ($ (-525) $)))) (-525)) (T -806))
-((-1485 (*1 *2 *1 *3) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-806 *4)) (-14 *4 *3) (-5 *3 (-525)))) (-4070 (*1 *2 *1) (-12 (-5 *2 (-161 (-385 (-525)))) (-5 *1 (-806 *3)) (-14 *3 (-525)))) (-1498 (*1 *1 *1) (-12 (-5 *1 (-806 *2)) (-14 *2 (-525)))) (-1498 (*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-806 *3)) (-14 *3 *2))))
-(-13 (-925 (-805 |#1|)) (-10 -8 (-15 -1485 ((-385 (-525)) $ (-525))) (-15 -4070 ((-161 (-385 (-525))) $)) (-15 -1498 ($ $)) (-15 -1498 ($ (-525) $))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 ((|#2| $) NIL (|has| |#2| (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| |#2| (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (|has| |#2| (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525))))) (-4105 ((|#2| $) NIL) (((-1092) $) NIL (|has| |#2| (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-525)))) (((-525) $) NIL (|has| |#2| (-968 (-525))))) (-1498 (($ $) 31) (($ (-525) $) 32)) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) 53)) (-1903 (($) NIL (|has| |#2| (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) NIL (|has| |#2| (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| |#2| (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| |#2| (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 ((|#2| $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| |#2| (-1068)))) (-4079 (((-108) $) NIL (|has| |#2| (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| |#2| (-789)))) (-1609 (($ $ $) NIL (|has| |#2| (-789)))) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 49)) (-2948 (($) NIL (|has| |#2| (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| |#2| (-286)))) (-1340 ((|#2| $) NIL (|has| |#2| (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 |#2|) (-592 |#2|)) NIL (|has| |#2| (-288 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-288 |#2|))) (($ $ (-273 |#2|)) NIL (|has| |#2| (-288 |#2|))) (($ $ (-592 (-273 |#2|))) NIL (|has| |#2| (-288 |#2|))) (($ $ (-592 (-1092)) (-592 |#2|)) NIL (|has| |#2| (-486 (-1092) |#2|))) (($ $ (-1092) |#2|) NIL (|has| |#2| (-486 (-1092) |#2|)))) (-1927 (((-713) $) NIL)) (-3431 (($ $ |#2|) NIL (|has| |#2| (-265 |#2| |#2|)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) NIL (|has| |#2| (-213))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2874 (($ $) NIL)) (-4080 ((|#2| $) NIL)) (-2069 (((-827 (-525)) $) NIL (|has| |#2| (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| |#2| (-567 (-827 (-357))))) (((-501) $) NIL (|has| |#2| (-567 (-501)))) (((-357) $) NIL (|has| |#2| (-953))) (((-205) $) NIL (|has| |#2| (-953)))) (-4070 (((-161 (-385 (-525))) $) 68)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#2| (-844))))) (-4100 (((-798) $) 87) (($ (-525)) 19) (($ $) NIL) (($ (-385 (-525))) 24) (($ |#2|) 18) (($ (-1092)) NIL (|has| |#2| (-968 (-1092))))) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#2| (-844))) (|has| |#2| (-136))))) (-2448 (((-713)) NIL)) (-3064 ((|#2| $) NIL (|has| |#2| (-510)))) (-1571 (((-108) $ $) NIL)) (-1485 (((-385 (-525)) $ (-525)) 60)) (-2380 (($ $) NIL (|has| |#2| (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 14 T CONST)) (-3375 (($) 16 T CONST)) (-2401 (($ $) NIL (|has| |#2| (-213))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2775 (((-108) $ $) 35)) (-2817 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2880 (($ $ $) 23) (($ |#2| |#2|) 54)) (-2871 (($ $) 39) (($ $ $) 41)) (-2860 (($ $ $) 37)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) 50)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 42) (($ $ $) 44) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ |#2| $) 55) (($ $ |#2|) NIL)))
-(((-807 |#1| |#2|) (-13 (-925 |#2|) (-10 -8 (-15 -1485 ((-385 (-525)) $ (-525))) (-15 -4070 ((-161 (-385 (-525))) $)) (-15 -1498 ($ $)) (-15 -1498 ($ (-525) $)))) (-525) (-804 |#1|)) (T -807))
-((-1485 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-385 (-525))) (-5 *1 (-807 *4 *5)) (-5 *3 (-525)) (-4 *5 (-804 *4)))) (-4070 (*1 *2 *1) (-12 (-14 *3 (-525)) (-5 *2 (-161 (-385 (-525)))) (-5 *1 (-807 *3 *4)) (-4 *4 (-804 *3)))) (-1498 (*1 *1 *1) (-12 (-14 *2 (-525)) (-5 *1 (-807 *2 *3)) (-4 *3 (-804 *2)))) (-1498 (*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-14 *3 *2) (-5 *1 (-807 *3 *4)) (-4 *4 (-804 *3)))))
-(-13 (-925 |#2|) (-10 -8 (-15 -1485 ((-385 (-525)) $ (-525))) (-15 -4070 ((-161 (-385 (-525))) $)) (-15 -1498 ($ $)) (-15 -1498 ($ (-525) $))))
-((-4087 (((-108) $ $) NIL (-12 (|has| |#1| (-1020)) (|has| |#2| (-1020))))) (-2237 ((|#2| $) 12)) (-1753 (($ |#1| |#2|) 9)) (-1289 (((-1075) $) NIL (-12 (|has| |#1| (-1020)) (|has| |#2| (-1020))))) (-3993 (((-1039) $) NIL (-12 (|has| |#1| (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#1| $) 11)) (-4114 (($ |#1| |#2|) 10)) (-4100 (((-798) $) 18 (-2067 (-12 (|has| |#1| (-566 (-798))) (|has| |#2| (-566 (-798)))) (-12 (|has| |#1| (-1020)) (|has| |#2| (-1020)))))) (-2775 (((-108) $ $) 22 (-12 (|has| |#1| (-1020)) (|has| |#2| (-1020))))))
-(((-808 |#1| |#2|) (-13 (-1128) (-10 -8 (IF (|has| |#1| (-566 (-798))) (IF (|has| |#2| (-566 (-798))) (-6 (-566 (-798))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1020)) (IF (|has| |#2| (-1020)) (-6 (-1020)) |%noBranch|) |%noBranch|) (-15 -1753 ($ |#1| |#2|)) (-15 -4114 ($ |#1| |#2|)) (-15 -1647 (|#1| $)) (-15 -2237 (|#2| $)))) (-1128) (-1128)) (T -808))
-((-1753 (*1 *1 *2 *3) (-12 (-5 *1 (-808 *2 *3)) (-4 *2 (-1128)) (-4 *3 (-1128)))) (-4114 (*1 *1 *2 *3) (-12 (-5 *1 (-808 *2 *3)) (-4 *2 (-1128)) (-4 *3 (-1128)))) (-1647 (*1 *2 *1) (-12 (-4 *2 (-1128)) (-5 *1 (-808 *2 *3)) (-4 *3 (-1128)))) (-2237 (*1 *2 *1) (-12 (-4 *2 (-1128)) (-5 *1 (-808 *3 *2)) (-4 *3 (-1128)))))
-(-13 (-1128) (-10 -8 (IF (|has| |#1| (-566 (-798))) (IF (|has| |#2| (-566 (-798))) (-6 (-566 (-798))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1020)) (IF (|has| |#2| (-1020)) (-6 (-1020)) |%noBranch|) |%noBranch|) (-15 -1753 ($ |#1| |#2|)) (-15 -4114 ($ |#1| |#2|)) (-15 -1647 (|#1| $)) (-15 -2237 (|#2| $))))
-((-4087 (((-108) $ $) NIL)) (-3718 (((-525) $) 15)) (-2559 (($ (-146)) 11)) (-1992 (($ (-146)) 12)) (-1289 (((-1075) $) NIL)) (-2974 (((-146) $) 13)) (-3993 (((-1039) $) NIL)) (-2041 (($ (-146)) 9)) (-2937 (($ (-146)) 8)) (-4100 (((-798) $) 23) (($ (-146)) 16)) (-2070 (($ (-146)) 10)) (-2775 (((-108) $ $) NIL)))
-(((-809) (-13 (-1020) (-10 -8 (-15 -2937 ($ (-146))) (-15 -2041 ($ (-146))) (-15 -2070 ($ (-146))) (-15 -2559 ($ (-146))) (-15 -1992 ($ (-146))) (-15 -2974 ((-146) $)) (-15 -3718 ((-525) $)) (-15 -4100 ($ (-146)))))) (T -809))
-((-2937 (*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))) (-2041 (*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))) (-2070 (*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))) (-2559 (*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))) (-1992 (*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))) (-2974 (*1 *2 *1) (-12 (-5 *2 (-146)) (-5 *1 (-809)))) (-3718 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-809)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))))
-(-13 (-1020) (-10 -8 (-15 -2937 ($ (-146))) (-15 -2041 ($ (-146))) (-15 -2070 ($ (-146))) (-15 -2559 ($ (-146))) (-15 -1992 ($ (-146))) (-15 -2974 ((-146) $)) (-15 -3718 ((-525) $)) (-15 -4100 ($ (-146)))))
-((-4100 (((-294 (-525)) (-385 (-887 (-47)))) 23) (((-294 (-525)) (-887 (-47))) 18)))
-(((-810) (-10 -7 (-15 -4100 ((-294 (-525)) (-887 (-47)))) (-15 -4100 ((-294 (-525)) (-385 (-887 (-47))))))) (T -810))
-((-4100 (*1 *2 *3) (-12 (-5 *3 (-385 (-887 (-47)))) (-5 *2 (-294 (-525))) (-5 *1 (-810)))) (-4100 (*1 *2 *3) (-12 (-5 *3 (-887 (-47))) (-5 *2 (-294 (-525))) (-5 *1 (-810)))))
-(-10 -7 (-15 -4100 ((-294 (-525)) (-887 (-47)))) (-15 -4100 ((-294 (-525)) (-385 (-887 (-47))))))
-((-2016 (((-812 |#2|) (-1 |#2| |#1|) (-812 |#1|)) 14)))
-(((-811 |#1| |#2|) (-10 -7 (-15 -2016 ((-812 |#2|) (-1 |#2| |#1|) (-812 |#1|)))) (-1128) (-1128)) (T -811))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-812 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-812 *6)) (-5 *1 (-811 *5 *6)))))
-(-10 -7 (-15 -2016 ((-812 |#2|) (-1 |#2| |#1|) (-812 |#1|))))
-((-3609 (($ |#1| |#1|) 8)) (-3850 ((|#1| $ (-713)) 10)))
-(((-812 |#1|) (-10 -8 (-15 -3609 ($ |#1| |#1|)) (-15 -3850 (|#1| $ (-713)))) (-1128)) (T -812))
-((-3850 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *1 (-812 *2)) (-4 *2 (-1128)))) (-3609 (*1 *1 *2 *2) (-12 (-5 *1 (-812 *2)) (-4 *2 (-1128)))))
-(-10 -8 (-15 -3609 ($ |#1| |#1|)) (-15 -3850 (|#1| $ (-713))))
-((-2016 (((-814 |#2|) (-1 |#2| |#1|) (-814 |#1|)) 14)))
-(((-813 |#1| |#2|) (-10 -7 (-15 -2016 ((-814 |#2|) (-1 |#2| |#1|) (-814 |#1|)))) (-1128) (-1128)) (T -813))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-814 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-814 *6)) (-5 *1 (-813 *5 *6)))))
-(-10 -7 (-15 -2016 ((-814 |#2|) (-1 |#2| |#1|) (-814 |#1|))))
-((-3609 (($ |#1| |#1| |#1|) 8)) (-3850 ((|#1| $ (-713)) 10)))
-(((-814 |#1|) (-10 -8 (-15 -3609 ($ |#1| |#1| |#1|)) (-15 -3850 (|#1| $ (-713)))) (-1128)) (T -814))
-((-3850 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *1 (-814 *2)) (-4 *2 (-1128)))) (-3609 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-814 *2)) (-4 *2 (-1128)))))
-(-10 -8 (-15 -3609 ($ |#1| |#1| |#1|)) (-15 -3850 (|#1| $ (-713))))
-((-3018 (((-592 (-1097)) (-1075)) 9)))
-(((-815) (-10 -7 (-15 -3018 ((-592 (-1097)) (-1075))))) (T -815))
-((-3018 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-592 (-1097))) (-5 *1 (-815)))))
-(-10 -7 (-15 -3018 ((-592 (-1097)) (-1075))))
-((-2016 (((-817 |#2|) (-1 |#2| |#1|) (-817 |#1|)) 14)))
-(((-816 |#1| |#2|) (-10 -7 (-15 -2016 ((-817 |#2|) (-1 |#2| |#1|) (-817 |#1|)))) (-1128) (-1128)) (T -816))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-817 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-817 *6)) (-5 *1 (-816 *5 *6)))))
-(-10 -7 (-15 -2016 ((-817 |#2|) (-1 |#2| |#1|) (-817 |#1|))))
-((-1637 (($ |#1| |#1| |#1|) 8)) (-3850 ((|#1| $ (-713)) 10)))
-(((-817 |#1|) (-10 -8 (-15 -1637 ($ |#1| |#1| |#1|)) (-15 -3850 (|#1| $ (-713)))) (-1128)) (T -817))
-((-3850 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *1 (-817 *2)) (-4 *2 (-1128)))) (-1637 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-817 *2)) (-4 *2 (-1128)))))
-(-10 -8 (-15 -1637 ($ |#1| |#1| |#1|)) (-15 -3850 (|#1| $ (-713))))
-((-1501 (((-1073 (-592 (-525))) (-592 (-525)) (-1073 (-592 (-525)))) 32)) (-3067 (((-1073 (-592 (-525))) (-592 (-525)) (-592 (-525))) 28)) (-2105 (((-1073 (-592 (-525))) (-592 (-525))) 41) (((-1073 (-592 (-525))) (-592 (-525)) (-592 (-525))) 40)) (-2280 (((-1073 (-592 (-525))) (-525)) 42)) (-2270 (((-1073 (-592 (-525))) (-525) (-525)) 22) (((-1073 (-592 (-525))) (-525)) 16) (((-1073 (-592 (-525))) (-525) (-525) (-525)) 12)) (-3290 (((-1073 (-592 (-525))) (-1073 (-592 (-525)))) 26)) (-3055 (((-592 (-525)) (-592 (-525))) 25)))
-(((-818) (-10 -7 (-15 -2270 ((-1073 (-592 (-525))) (-525) (-525) (-525))) (-15 -2270 ((-1073 (-592 (-525))) (-525))) (-15 -2270 ((-1073 (-592 (-525))) (-525) (-525))) (-15 -3055 ((-592 (-525)) (-592 (-525)))) (-15 -3290 ((-1073 (-592 (-525))) (-1073 (-592 (-525))))) (-15 -3067 ((-1073 (-592 (-525))) (-592 (-525)) (-592 (-525)))) (-15 -1501 ((-1073 (-592 (-525))) (-592 (-525)) (-1073 (-592 (-525))))) (-15 -2105 ((-1073 (-592 (-525))) (-592 (-525)) (-592 (-525)))) (-15 -2105 ((-1073 (-592 (-525))) (-592 (-525)))) (-15 -2280 ((-1073 (-592 (-525))) (-525))))) (T -818))
-((-2280 (*1 *2 *3) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525)))) (-2105 (*1 *2 *3) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-592 (-525))))) (-2105 (*1 *2 *3 *3) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-592 (-525))))) (-1501 (*1 *2 *3 *2) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *3 (-592 (-525))) (-5 *1 (-818)))) (-3067 (*1 *2 *3 *3) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-592 (-525))))) (-3290 (*1 *2 *2) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)))) (-3055 (*1 *2 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-818)))) (-2270 (*1 *2 *3 *3) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525)))) (-2270 (*1 *2 *3) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525)))) (-2270 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525)))))
-(-10 -7 (-15 -2270 ((-1073 (-592 (-525))) (-525) (-525) (-525))) (-15 -2270 ((-1073 (-592 (-525))) (-525))) (-15 -2270 ((-1073 (-592 (-525))) (-525) (-525))) (-15 -3055 ((-592 (-525)) (-592 (-525)))) (-15 -3290 ((-1073 (-592 (-525))) (-1073 (-592 (-525))))) (-15 -3067 ((-1073 (-592 (-525))) (-592 (-525)) (-592 (-525)))) (-15 -1501 ((-1073 (-592 (-525))) (-592 (-525)) (-1073 (-592 (-525))))) (-15 -2105 ((-1073 (-592 (-525))) (-592 (-525)) (-592 (-525)))) (-15 -2105 ((-1073 (-592 (-525))) (-592 (-525)))) (-15 -2280 ((-1073 (-592 (-525))) (-525))))
-((-2069 (((-827 (-357)) $) 9 (|has| |#1| (-567 (-827 (-357))))) (((-827 (-525)) $) 8 (|has| |#1| (-567 (-827 (-525)))))))
-(((-819 |#1|) (-131) (-1128)) (T -819))
-NIL
-(-13 (-10 -7 (IF (|has| |t#1| (-567 (-827 (-525)))) (-6 (-567 (-827 (-525)))) |%noBranch|) (IF (|has| |t#1| (-567 (-827 (-357)))) (-6 (-567 (-827 (-357)))) |%noBranch|)))
-(((-567 (-827 (-357))) |has| |#1| (-567 (-827 (-357)))) ((-567 (-827 (-525))) |has| |#1| (-567 (-827 (-525)))))
-((-4087 (((-108) $ $) NIL)) (-3324 (($) 14)) (-1567 (($ (-824 |#1| |#2|) (-824 |#1| |#3|)) 27)) (-3148 (((-824 |#1| |#3|) $) 16)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2834 (((-108) $) 22)) (-1669 (($) 19)) (-4100 (((-798) $) 30)) (-1983 (((-824 |#1| |#2|) $) 15)) (-2775 (((-108) $ $) 25)))
-(((-820 |#1| |#2| |#3|) (-13 (-1020) (-10 -8 (-15 -2834 ((-108) $)) (-15 -1669 ($)) (-15 -3324 ($)) (-15 -1567 ($ (-824 |#1| |#2|) (-824 |#1| |#3|))) (-15 -1983 ((-824 |#1| |#2|) $)) (-15 -3148 ((-824 |#1| |#3|) $)))) (-1020) (-1020) (-612 |#2|)) (T -820))
-((-2834 (*1 *2 *1) (-12 (-4 *4 (-1020)) (-5 *2 (-108)) (-5 *1 (-820 *3 *4 *5)) (-4 *3 (-1020)) (-4 *5 (-612 *4)))) (-1669 (*1 *1) (-12 (-4 *3 (-1020)) (-5 *1 (-820 *2 *3 *4)) (-4 *2 (-1020)) (-4 *4 (-612 *3)))) (-3324 (*1 *1) (-12 (-4 *3 (-1020)) (-5 *1 (-820 *2 *3 *4)) (-4 *2 (-1020)) (-4 *4 (-612 *3)))) (-1567 (*1 *1 *2 *3) (-12 (-5 *2 (-824 *4 *5)) (-5 *3 (-824 *4 *6)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-612 *5)) (-5 *1 (-820 *4 *5 *6)))) (-1983 (*1 *2 *1) (-12 (-4 *4 (-1020)) (-5 *2 (-824 *3 *4)) (-5 *1 (-820 *3 *4 *5)) (-4 *3 (-1020)) (-4 *5 (-612 *4)))) (-3148 (*1 *2 *1) (-12 (-4 *4 (-1020)) (-5 *2 (-824 *3 *5)) (-5 *1 (-820 *3 *4 *5)) (-4 *3 (-1020)) (-4 *5 (-612 *4)))))
-(-13 (-1020) (-10 -8 (-15 -2834 ((-108) $)) (-15 -1669 ($)) (-15 -3324 ($)) (-15 -1567 ($ (-824 |#1| |#2|) (-824 |#1| |#3|))) (-15 -1983 ((-824 |#1| |#2|) $)) (-15 -3148 ((-824 |#1| |#3|) $))))
-((-4087 (((-108) $ $) 7)) (-3552 (((-824 |#1| $) $ (-827 |#1|) (-824 |#1| $)) 13)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)))
-(((-821 |#1|) (-131) (-1020)) (T -821))
-((-3552 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-824 *4 *1)) (-5 *3 (-827 *4)) (-4 *1 (-821 *4)) (-4 *4 (-1020)))))
-(-13 (-1020) (-10 -8 (-15 -3552 ((-824 |t#1| $) $ (-827 |t#1|) (-824 |t#1| $)))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-2412 (((-108) (-592 |#2|) |#3|) 23) (((-108) |#2| |#3|) 18)) (-4143 (((-824 |#1| |#2|) |#2| |#3|) 43 (-12 (-3272 (|has| |#2| (-968 (-1092)))) (-3272 (|has| |#2| (-977))))) (((-592 (-273 (-887 |#2|))) |#2| |#3|) 42 (-12 (|has| |#2| (-977)) (-3272 (|has| |#2| (-968 (-1092)))))) (((-592 (-273 |#2|)) |#2| |#3|) 35 (|has| |#2| (-968 (-1092)))) (((-820 |#1| |#2| (-592 |#2|)) (-592 |#2|) |#3|) 21)))
-(((-822 |#1| |#2| |#3|) (-10 -7 (-15 -2412 ((-108) |#2| |#3|)) (-15 -2412 ((-108) (-592 |#2|) |#3|)) (-15 -4143 ((-820 |#1| |#2| (-592 |#2|)) (-592 |#2|) |#3|)) (IF (|has| |#2| (-968 (-1092))) (-15 -4143 ((-592 (-273 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-977)) (-15 -4143 ((-592 (-273 (-887 |#2|))) |#2| |#3|)) (-15 -4143 ((-824 |#1| |#2|) |#2| |#3|))))) (-1020) (-821 |#1|) (-567 (-827 |#1|))) (T -822))
-((-4143 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-5 *2 (-824 *5 *3)) (-5 *1 (-822 *5 *3 *4)) (-3272 (-4 *3 (-968 (-1092)))) (-3272 (-4 *3 (-977))) (-4 *3 (-821 *5)) (-4 *4 (-567 (-827 *5))))) (-4143 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-5 *2 (-592 (-273 (-887 *3)))) (-5 *1 (-822 *5 *3 *4)) (-4 *3 (-977)) (-3272 (-4 *3 (-968 (-1092)))) (-4 *3 (-821 *5)) (-4 *4 (-567 (-827 *5))))) (-4143 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-5 *2 (-592 (-273 *3))) (-5 *1 (-822 *5 *3 *4)) (-4 *3 (-968 (-1092))) (-4 *3 (-821 *5)) (-4 *4 (-567 (-827 *5))))) (-4143 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-4 *6 (-821 *5)) (-5 *2 (-820 *5 *6 (-592 *6))) (-5 *1 (-822 *5 *6 *4)) (-5 *3 (-592 *6)) (-4 *4 (-567 (-827 *5))))) (-2412 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *6)) (-4 *6 (-821 *5)) (-4 *5 (-1020)) (-5 *2 (-108)) (-5 *1 (-822 *5 *6 *4)) (-4 *4 (-567 (-827 *5))))) (-2412 (*1 *2 *3 *4) (-12 (-4 *5 (-1020)) (-5 *2 (-108)) (-5 *1 (-822 *5 *3 *4)) (-4 *3 (-821 *5)) (-4 *4 (-567 (-827 *5))))))
-(-10 -7 (-15 -2412 ((-108) |#2| |#3|)) (-15 -2412 ((-108) (-592 |#2|) |#3|)) (-15 -4143 ((-820 |#1| |#2| (-592 |#2|)) (-592 |#2|) |#3|)) (IF (|has| |#2| (-968 (-1092))) (-15 -4143 ((-592 (-273 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-977)) (-15 -4143 ((-592 (-273 (-887 |#2|))) |#2| |#3|)) (-15 -4143 ((-824 |#1| |#2|) |#2| |#3|)))))
-((-2016 (((-824 |#1| |#3|) (-1 |#3| |#2|) (-824 |#1| |#2|)) 22)))
-(((-823 |#1| |#2| |#3|) (-10 -7 (-15 -2016 ((-824 |#1| |#3|) (-1 |#3| |#2|) (-824 |#1| |#2|)))) (-1020) (-1020) (-1020)) (T -823))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-824 *5 *6)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-824 *5 *7)) (-5 *1 (-823 *5 *6 *7)))))
-(-10 -7 (-15 -2016 ((-824 |#1| |#3|) (-1 |#3| |#2|) (-824 |#1| |#2|))))
-((-4087 (((-108) $ $) NIL)) (-1705 (($ $ $) 39)) (-4127 (((-3 (-108) "failed") $ (-827 |#1|)) 36)) (-3324 (($) 12)) (-1289 (((-1075) $) NIL)) (-3726 (($ (-827 |#1|) |#2| $) 20)) (-3993 (((-1039) $) NIL)) (-3138 (((-3 |#2| "failed") (-827 |#1|) $) 50)) (-2834 (((-108) $) 15)) (-1669 (($) 13)) (-1230 (((-592 (-2 (|:| -1556 (-1092)) (|:| -3448 |#2|))) $) 25)) (-4114 (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 |#2|)))) 23)) (-4100 (((-798) $) 44)) (-3505 (($ (-827 |#1|) |#2| $ |#2|) 48)) (-4208 (($ (-827 |#1|) |#2| $) 47)) (-2775 (((-108) $ $) 41)))
-(((-824 |#1| |#2|) (-13 (-1020) (-10 -8 (-15 -2834 ((-108) $)) (-15 -1669 ($)) (-15 -3324 ($)) (-15 -1705 ($ $ $)) (-15 -3138 ((-3 |#2| "failed") (-827 |#1|) $)) (-15 -4208 ($ (-827 |#1|) |#2| $)) (-15 -3726 ($ (-827 |#1|) |#2| $)) (-15 -3505 ($ (-827 |#1|) |#2| $ |#2|)) (-15 -1230 ((-592 (-2 (|:| -1556 (-1092)) (|:| -3448 |#2|))) $)) (-15 -4114 ($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 |#2|))))) (-15 -4127 ((-3 (-108) "failed") $ (-827 |#1|))))) (-1020) (-1020)) (T -824))
-((-2834 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-824 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-1669 (*1 *1) (-12 (-5 *1 (-824 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-3324 (*1 *1) (-12 (-5 *1 (-824 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-1705 (*1 *1 *1 *1) (-12 (-5 *1 (-824 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-3138 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-4 *2 (-1020)) (-5 *1 (-824 *4 *2)))) (-4208 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-824 *4 *3)) (-4 *3 (-1020)))) (-3726 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-824 *4 *3)) (-4 *3 (-1020)))) (-3505 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-824 *4 *3)) (-4 *3 (-1020)))) (-1230 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 *4)))) (-5 *1 (-824 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 *4)))) (-4 *4 (-1020)) (-5 *1 (-824 *3 *4)) (-4 *3 (-1020)))) (-4127 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-5 *2 (-108)) (-5 *1 (-824 *4 *5)) (-4 *5 (-1020)))))
-(-13 (-1020) (-10 -8 (-15 -2834 ((-108) $)) (-15 -1669 ($)) (-15 -3324 ($)) (-15 -1705 ($ $ $)) (-15 -3138 ((-3 |#2| "failed") (-827 |#1|) $)) (-15 -4208 ($ (-827 |#1|) |#2| $)) (-15 -3726 ($ (-827 |#1|) |#2| $)) (-15 -3505 ($ (-827 |#1|) |#2| $ |#2|)) (-15 -1230 ((-592 (-2 (|:| -1556 (-1092)) (|:| -3448 |#2|))) $)) (-15 -4114 ($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 |#2|))))) (-15 -4127 ((-3 (-108) "failed") $ (-827 |#1|)))))
-((-4113 (((-827 |#1|) (-827 |#1|) (-592 (-1092)) (-1 (-108) (-592 |#2|))) 32) (((-827 |#1|) (-827 |#1|) (-592 (-1 (-108) |#2|))) 43) (((-827 |#1|) (-827 |#1|) (-1 (-108) |#2|)) 35)) (-4127 (((-108) (-592 |#2|) (-827 |#1|)) 40) (((-108) |#2| (-827 |#1|)) 36)) (-2285 (((-1 (-108) |#2|) (-827 |#1|)) 16)) (-3636 (((-592 |#2|) (-827 |#1|)) 24)) (-1967 (((-827 |#1|) (-827 |#1|) |#2|) 20)))
-(((-825 |#1| |#2|) (-10 -7 (-15 -4113 ((-827 |#1|) (-827 |#1|) (-1 (-108) |#2|))) (-15 -4113 ((-827 |#1|) (-827 |#1|) (-592 (-1 (-108) |#2|)))) (-15 -4113 ((-827 |#1|) (-827 |#1|) (-592 (-1092)) (-1 (-108) (-592 |#2|)))) (-15 -2285 ((-1 (-108) |#2|) (-827 |#1|))) (-15 -4127 ((-108) |#2| (-827 |#1|))) (-15 -4127 ((-108) (-592 |#2|) (-827 |#1|))) (-15 -1967 ((-827 |#1|) (-827 |#1|) |#2|)) (-15 -3636 ((-592 |#2|) (-827 |#1|)))) (-1020) (-1128)) (T -825))
-((-3636 (*1 *2 *3) (-12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-5 *2 (-592 *5)) (-5 *1 (-825 *4 *5)) (-4 *5 (-1128)))) (-1967 (*1 *2 *2 *3) (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-825 *4 *3)) (-4 *3 (-1128)))) (-4127 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *6)) (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-4 *6 (-1128)) (-5 *2 (-108)) (-5 *1 (-825 *5 *6)))) (-4127 (*1 *2 *3 *4) (-12 (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-5 *2 (-108)) (-5 *1 (-825 *5 *3)) (-4 *3 (-1128)))) (-2285 (*1 *2 *3) (-12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-5 *2 (-1 (-108) *5)) (-5 *1 (-825 *4 *5)) (-4 *5 (-1128)))) (-4113 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-827 *5)) (-5 *3 (-592 (-1092))) (-5 *4 (-1 (-108) (-592 *6))) (-4 *5 (-1020)) (-4 *6 (-1128)) (-5 *1 (-825 *5 *6)))) (-4113 (*1 *2 *2 *3) (-12 (-5 *2 (-827 *4)) (-5 *3 (-592 (-1 (-108) *5))) (-4 *4 (-1020)) (-4 *5 (-1128)) (-5 *1 (-825 *4 *5)))) (-4113 (*1 *2 *2 *3) (-12 (-5 *2 (-827 *4)) (-5 *3 (-1 (-108) *5)) (-4 *4 (-1020)) (-4 *5 (-1128)) (-5 *1 (-825 *4 *5)))))
-(-10 -7 (-15 -4113 ((-827 |#1|) (-827 |#1|) (-1 (-108) |#2|))) (-15 -4113 ((-827 |#1|) (-827 |#1|) (-592 (-1 (-108) |#2|)))) (-15 -4113 ((-827 |#1|) (-827 |#1|) (-592 (-1092)) (-1 (-108) (-592 |#2|)))) (-15 -2285 ((-1 (-108) |#2|) (-827 |#1|))) (-15 -4127 ((-108) |#2| (-827 |#1|))) (-15 -4127 ((-108) (-592 |#2|) (-827 |#1|))) (-15 -1967 ((-827 |#1|) (-827 |#1|) |#2|)) (-15 -3636 ((-592 |#2|) (-827 |#1|))))
-((-2016 (((-827 |#2|) (-1 |#2| |#1|) (-827 |#1|)) 19)))
-(((-826 |#1| |#2|) (-10 -7 (-15 -2016 ((-827 |#2|) (-1 |#2| |#1|) (-827 |#1|)))) (-1020) (-1020)) (T -826))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *2 (-827 *6)) (-5 *1 (-826 *5 *6)))))
-(-10 -7 (-15 -2016 ((-827 |#2|) (-1 |#2| |#1|) (-827 |#1|))))
-((-4087 (((-108) $ $) NIL)) (-1860 (($ $ (-592 (-51))) 64)) (-1296 (((-592 $) $) 118)) (-3689 (((-2 (|:| |var| (-592 (-1092))) (|:| |pred| (-51))) $) 24)) (-3162 (((-108) $) 30)) (-1851 (($ $ (-592 (-1092)) (-51)) 25)) (-1378 (($ $ (-592 (-51))) 63)) (-1934 (((-3 |#1| "failed") $) 61) (((-3 (-1092) "failed") $) 140)) (-4105 ((|#1| $) 58) (((-1092) $) NIL)) (-2717 (($ $) 108)) (-1687 (((-108) $) 47)) (-4237 (((-592 (-51)) $) 45)) (-1325 (($ (-1092) (-108) (-108) (-108)) 65)) (-2665 (((-3 (-592 $) "failed") (-592 $)) 72)) (-2947 (((-108) $) 50)) (-3570 (((-108) $) 49)) (-1289 (((-1075) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) 36)) (-2889 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 43)) (-3159 (((-3 (-2 (|:| |val| $) (|:| -2168 $)) "failed") $) 83)) (-3165 (((-3 (-592 $) "failed") $) 33)) (-2836 (((-3 (-592 $) "failed") $ (-110)) 107) (((-3 (-2 (|:| -1534 (-110)) (|:| |arg| (-592 $))) "failed") $) 95)) (-1898 (((-3 (-592 $) "failed") $) 37)) (-1986 (((-3 (-2 (|:| |val| $) (|:| -2168 (-713))) "failed") $) 40)) (-1362 (((-108) $) 29)) (-3993 (((-1039) $) NIL)) (-1235 (((-108) $) 21)) (-3131 (((-108) $) 46)) (-2142 (((-592 (-51)) $) 111)) (-3215 (((-108) $) 48)) (-3431 (($ (-110) (-592 $)) 92)) (-2895 (((-713) $) 28)) (-2503 (($ $) 62)) (-2069 (($ (-592 $)) 59)) (-1930 (((-108) $) 26)) (-4100 (((-798) $) 53) (($ |#1|) 18) (($ (-1092)) 66)) (-1967 (($ $ (-51)) 110)) (-3364 (($) 91 T CONST)) (-3375 (($) 73 T CONST)) (-2775 (((-108) $ $) 79)) (-2880 (($ $ $) 100)) (-2860 (($ $ $) 104)) (** (($ $ (-713)) 99) (($ $ $) 54)) (* (($ $ $) 105)))
-(((-827 |#1|) (-13 (-1020) (-968 |#1|) (-968 (-1092)) (-10 -8 (-15 0 ($) -2247) (-15 1 ($) -2247) (-15 -3165 ((-3 (-592 $) "failed") $)) (-15 -2977 ((-3 (-592 $) "failed") $)) (-15 -2836 ((-3 (-592 $) "failed") $ (-110))) (-15 -2836 ((-3 (-2 (|:| -1534 (-110)) (|:| |arg| (-592 $))) "failed") $)) (-15 -1986 ((-3 (-2 (|:| |val| $) (|:| -2168 (-713))) "failed") $)) (-15 -2889 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1898 ((-3 (-592 $) "failed") $)) (-15 -3159 ((-3 (-2 (|:| |val| $) (|:| -2168 $)) "failed") $)) (-15 -3431 ($ (-110) (-592 $))) (-15 -2860 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-713))) (-15 ** ($ $ $)) (-15 -2880 ($ $ $)) (-15 -2895 ((-713) $)) (-15 -2069 ($ (-592 $))) (-15 -2503 ($ $)) (-15 -1362 ((-108) $)) (-15 -1687 ((-108) $)) (-15 -3162 ((-108) $)) (-15 -1930 ((-108) $)) (-15 -3215 ((-108) $)) (-15 -3570 ((-108) $)) (-15 -2947 ((-108) $)) (-15 -3131 ((-108) $)) (-15 -4237 ((-592 (-51)) $)) (-15 -1378 ($ $ (-592 (-51)))) (-15 -1860 ($ $ (-592 (-51)))) (-15 -1325 ($ (-1092) (-108) (-108) (-108))) (-15 -1851 ($ $ (-592 (-1092)) (-51))) (-15 -3689 ((-2 (|:| |var| (-592 (-1092))) (|:| |pred| (-51))) $)) (-15 -1235 ((-108) $)) (-15 -2717 ($ $)) (-15 -1967 ($ $ (-51))) (-15 -2142 ((-592 (-51)) $)) (-15 -1296 ((-592 $) $)) (-15 -2665 ((-3 (-592 $) "failed") (-592 $))))) (-1020)) (T -827))
-((-3364 (*1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (-3375 (*1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (-3165 (*1 *2 *1) (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2977 (*1 *2 *1) (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2836 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-110)) (-5 *2 (-592 (-827 *4))) (-5 *1 (-827 *4)) (-4 *4 (-1020)))) (-2836 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -1534 (-110)) (|:| |arg| (-592 (-827 *3))))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1986 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-827 *3)) (|:| -2168 (-713)))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2889 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-827 *3)) (|:| |den| (-827 *3)))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1898 (*1 *2 *1) (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-3159 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-827 *3)) (|:| -2168 (-827 *3)))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-3431 (*1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-592 (-827 *4))) (-5 *1 (-827 *4)) (-4 *4 (-1020)))) (-2860 (*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (-2880 (*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (-2895 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2503 (*1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (-1362 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1687 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-3162 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1930 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-3215 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-3570 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2947 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-3131 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-4237 (*1 *2 *1) (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1378 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1860 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1325 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-108)) (-5 *1 (-827 *4)) (-4 *4 (-1020)))) (-1851 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-51)) (-5 *1 (-827 *4)) (-4 *4 (-1020)))) (-3689 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-592 (-1092))) (|:| |pred| (-51)))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1235 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2717 (*1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))) (-1967 (*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2142 (*1 *2 *1) (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-1296 (*1 *2 *1) (-12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))) (-2665 (*1 *2 *2) (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(-13 (-1020) (-968 |#1|) (-968 (-1092)) (-10 -8 (-15 (-3364) ($) -2247) (-15 (-3375) ($) -2247) (-15 -3165 ((-3 (-592 $) "failed") $)) (-15 -2977 ((-3 (-592 $) "failed") $)) (-15 -2836 ((-3 (-592 $) "failed") $ (-110))) (-15 -2836 ((-3 (-2 (|:| -1534 (-110)) (|:| |arg| (-592 $))) "failed") $)) (-15 -1986 ((-3 (-2 (|:| |val| $) (|:| -2168 (-713))) "failed") $)) (-15 -2889 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -1898 ((-3 (-592 $) "failed") $)) (-15 -3159 ((-3 (-2 (|:| |val| $) (|:| -2168 $)) "failed") $)) (-15 -3431 ($ (-110) (-592 $))) (-15 -2860 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-713))) (-15 ** ($ $ $)) (-15 -2880 ($ $ $)) (-15 -2895 ((-713) $)) (-15 -2069 ($ (-592 $))) (-15 -2503 ($ $)) (-15 -1362 ((-108) $)) (-15 -1687 ((-108) $)) (-15 -3162 ((-108) $)) (-15 -1930 ((-108) $)) (-15 -3215 ((-108) $)) (-15 -3570 ((-108) $)) (-15 -2947 ((-108) $)) (-15 -3131 ((-108) $)) (-15 -4237 ((-592 (-51)) $)) (-15 -1378 ($ $ (-592 (-51)))) (-15 -1860 ($ $ (-592 (-51)))) (-15 -1325 ($ (-1092) (-108) (-108) (-108))) (-15 -1851 ($ $ (-592 (-1092)) (-51))) (-15 -3689 ((-2 (|:| |var| (-592 (-1092))) (|:| |pred| (-51))) $)) (-15 -1235 ((-108) $)) (-15 -2717 ($ $)) (-15 -1967 ($ $ (-51))) (-15 -2142 ((-592 (-51)) $)) (-15 -1296 ((-592 $) $)) (-15 -2665 ((-3 (-592 $) "failed") (-592 $)))))
-((-4087 (((-108) $ $) NIL)) (-2668 (((-592 |#1|) $) 16)) (-3278 (((-108) $) 38)) (-1934 (((-3 (-617 |#1|) "failed") $) 43)) (-4105 (((-617 |#1|) $) 41)) (-1659 (($ $) 18)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-4128 (((-713) $) 46)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-617 |#1|) $) 17)) (-4100 (((-798) $) 37) (($ (-617 |#1|)) 21) (((-761 |#1|) $) 27) (($ |#1|) 20)) (-3375 (($) 8 T CONST)) (-3482 (((-592 (-617 |#1|)) $) 23)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 11)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 49)))
-(((-828 |#1|) (-13 (-789) (-968 (-617 |#1|)) (-10 -8 (-15 1 ($) -2247) (-15 -4100 ((-761 |#1|) $)) (-15 -4100 ($ |#1|)) (-15 -1647 ((-617 |#1|) $)) (-15 -4128 ((-713) $)) (-15 -3482 ((-592 (-617 |#1|)) $)) (-15 -1659 ($ $)) (-15 -3278 ((-108) $)) (-15 -2668 ((-592 |#1|) $)))) (-789)) (T -828))
-((-3375 (*1 *1) (-12 (-5 *1 (-828 *2)) (-4 *2 (-789)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-761 *3)) (-5 *1 (-828 *3)) (-4 *3 (-789)))) (-4100 (*1 *1 *2) (-12 (-5 *1 (-828 *2)) (-4 *2 (-789)))) (-1647 (*1 *2 *1) (-12 (-5 *2 (-617 *3)) (-5 *1 (-828 *3)) (-4 *3 (-789)))) (-4128 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-828 *3)) (-4 *3 (-789)))) (-3482 (*1 *2 *1) (-12 (-5 *2 (-592 (-617 *3))) (-5 *1 (-828 *3)) (-4 *3 (-789)))) (-1659 (*1 *1 *1) (-12 (-5 *1 (-828 *2)) (-4 *2 (-789)))) (-3278 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-828 *3)) (-4 *3 (-789)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-828 *3)) (-4 *3 (-789)))))
-(-13 (-789) (-968 (-617 |#1|)) (-10 -8 (-15 (-3375) ($) -2247) (-15 -4100 ((-761 |#1|) $)) (-15 -4100 ($ |#1|)) (-15 -1647 ((-617 |#1|) $)) (-15 -4128 ((-713) $)) (-15 -3482 ((-592 (-617 |#1|)) $)) (-15 -1659 ($ $)) (-15 -3278 ((-108) $)) (-15 -2668 ((-592 |#1|) $))))
-((-3728 ((|#1| |#1| |#1|) 19)))
-(((-829 |#1| |#2|) (-10 -7 (-15 -3728 (|#1| |#1| |#1|))) (-1150 |#2|) (-977)) (T -829))
-((-3728 (*1 *2 *2 *2) (-12 (-4 *3 (-977)) (-5 *1 (-829 *2 *3)) (-4 *2 (-1150 *3)))))
-(-10 -7 (-15 -3728 (|#1| |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-1257 (((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) 14)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3688 (((-966) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) 13)) (-2775 (((-108) $ $) 6)))
-(((-830) (-131)) (T -830))
-((-1257 (*1 *2 *3 *4) (-12 (-4 *1 (-830)) (-5 *3 (-989)) (-5 *4 (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075)))))) (-3688 (*1 *2 *3) (-12 (-4 *1 (-830)) (-5 *3 (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) (-5 *2 (-966)))))
-(-13 (-1020) (-10 -7 (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))) (-989) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))))) (-15 -3688 ((-966) (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4133 ((|#1| |#1| (-713)) 24)) (-2437 (((-3 |#1| "failed") |#1| |#1|) 22)) (-4129 (((-3 (-2 (|:| -3436 |#1|) (|:| -3446 |#1|)) "failed") |#1| (-713) (-713)) 27) (((-592 |#1|) |#1|) 29)))
-(((-831 |#1| |#2|) (-10 -7 (-15 -4129 ((-592 |#1|) |#1|)) (-15 -4129 ((-3 (-2 (|:| -3436 |#1|) (|:| -3446 |#1|)) "failed") |#1| (-713) (-713))) (-15 -2437 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4133 (|#1| |#1| (-713)))) (-1150 |#2|) (-341)) (T -831))
-((-4133 (*1 *2 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-341)) (-5 *1 (-831 *2 *4)) (-4 *2 (-1150 *4)))) (-2437 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-341)) (-5 *1 (-831 *2 *3)) (-4 *2 (-1150 *3)))) (-4129 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-713)) (-4 *5 (-341)) (-5 *2 (-2 (|:| -3436 *3) (|:| -3446 *3))) (-5 *1 (-831 *3 *5)) (-4 *3 (-1150 *5)))) (-4129 (*1 *2 *3) (-12 (-4 *4 (-341)) (-5 *2 (-592 *3)) (-5 *1 (-831 *3 *4)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -4129 ((-592 |#1|) |#1|)) (-15 -4129 ((-3 (-2 (|:| -3436 |#1|) (|:| -3446 |#1|)) "failed") |#1| (-713) (-713))) (-15 -2437 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4133 (|#1| |#1| (-713))))
-((-2496 (((-966) (-357) (-357) (-357) (-357) (-713) (-713) (-592 (-294 (-357))) (-592 (-592 (-294 (-357)))) (-1075)) 96) (((-966) (-357) (-357) (-357) (-357) (-713) (-713) (-592 (-294 (-357))) (-592 (-592 (-294 (-357)))) (-1075) (-205)) 91) (((-966) (-833) (-989)) 83) (((-966) (-833)) 84)) (-1257 (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-833) (-989)) 59) (((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-833)) 61)))
-(((-832) (-10 -7 (-15 -2496 ((-966) (-833))) (-15 -2496 ((-966) (-833) (-989))) (-15 -2496 ((-966) (-357) (-357) (-357) (-357) (-713) (-713) (-592 (-294 (-357))) (-592 (-592 (-294 (-357)))) (-1075) (-205))) (-15 -2496 ((-966) (-357) (-357) (-357) (-357) (-713) (-713) (-592 (-294 (-357))) (-592 (-592 (-294 (-357)))) (-1075))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-833))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-833) (-989))))) (T -832))
-((-1257 (*1 *2 *3 *4) (-12 (-5 *3 (-833)) (-5 *4 (-989)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) (-5 *1 (-832)))) (-1257 (*1 *2 *3) (-12 (-5 *3 (-833)) (-5 *2 (-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075))))) (-5 *1 (-832)))) (-2496 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-713)) (-5 *6 (-592 (-592 (-294 *3)))) (-5 *7 (-1075)) (-5 *5 (-592 (-294 (-357)))) (-5 *3 (-357)) (-5 *2 (-966)) (-5 *1 (-832)))) (-2496 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-713)) (-5 *6 (-592 (-592 (-294 *3)))) (-5 *7 (-1075)) (-5 *8 (-205)) (-5 *5 (-592 (-294 (-357)))) (-5 *3 (-357)) (-5 *2 (-966)) (-5 *1 (-832)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-833)) (-5 *4 (-989)) (-5 *2 (-966)) (-5 *1 (-832)))) (-2496 (*1 *2 *3) (-12 (-5 *3 (-833)) (-5 *2 (-966)) (-5 *1 (-832)))))
-(-10 -7 (-15 -2496 ((-966) (-833))) (-15 -2496 ((-966) (-833) (-989))) (-15 -2496 ((-966) (-357) (-357) (-357) (-357) (-713) (-713) (-592 (-294 (-357))) (-592 (-592 (-294 (-357)))) (-1075) (-205))) (-15 -2496 ((-966) (-357) (-357) (-357) (-357) (-713) (-713) (-592 (-294 (-357))) (-592 (-592 (-294 (-357)))) (-1075))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-833))) (-15 -1257 ((-2 (|:| -1257 (-357)) (|:| -2411 (-1075)) (|:| |explanations| (-592 (-1075)))) (-833) (-989))))
-((-4087 (((-108) $ $) NIL)) (-4105 (((-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))) $) 19)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 21) (($ (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) 18)) (-2775 (((-108) $ $) NIL)))
-(((-833) (-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))) $))))) (T -833))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-833)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) (-5 *1 (-833)))) (-4105 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205)))) (-5 *1 (-833)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))))) (-15 -4100 ((-798) $)) (-15 -4105 ((-2 (|:| |pde| (-592 (-294 (-205)))) (|:| |constraints| (-592 (-2 (|:| |start| (-205)) (|:| |finish| (-205)) (|:| |grid| (-713)) (|:| |boundaryType| (-525)) (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205)))))) (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075)) (|:| |tol| (-205))) $))))
-((-2702 (($ $ |#2|) NIL) (($ $ (-592 |#2|)) 10) (($ $ |#2| (-713)) 12) (($ $ (-592 |#2|) (-592 (-713))) 15)) (-2401 (($ $ |#2|) 16) (($ $ (-592 |#2|)) 18) (($ $ |#2| (-713)) 19) (($ $ (-592 |#2|) (-592 (-713))) 21)))
-(((-834 |#1| |#2|) (-10 -8 (-15 -2401 (|#1| |#1| (-592 |#2|) (-592 (-713)))) (-15 -2401 (|#1| |#1| |#2| (-713))) (-15 -2401 (|#1| |#1| (-592 |#2|))) (-15 -2401 (|#1| |#1| |#2|)) (-15 -2702 (|#1| |#1| (-592 |#2|) (-592 (-713)))) (-15 -2702 (|#1| |#1| |#2| (-713))) (-15 -2702 (|#1| |#1| (-592 |#2|))) (-15 -2702 (|#1| |#1| |#2|))) (-835 |#2|) (-1020)) (T -834))
-NIL
-(-10 -8 (-15 -2401 (|#1| |#1| (-592 |#2|) (-592 (-713)))) (-15 -2401 (|#1| |#1| |#2| (-713))) (-15 -2401 (|#1| |#1| (-592 |#2|))) (-15 -2401 (|#1| |#1| |#2|)) (-15 -2702 (|#1| |#1| (-592 |#2|) (-592 (-713)))) (-15 -2702 (|#1| |#1| |#2| (-713))) (-15 -2702 (|#1| |#1| (-592 |#2|))) (-15 -2702 (|#1| |#1| |#2|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-2702 (($ $ |#1|) 42) (($ $ (-592 |#1|)) 41) (($ $ |#1| (-713)) 40) (($ $ (-592 |#1|) (-592 (-713))) 39)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ |#1|) 38) (($ $ (-592 |#1|)) 37) (($ $ |#1| (-713)) 36) (($ $ (-592 |#1|) (-592 (-713))) 35)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-835 |#1|) (-131) (-1020)) (T -835))
-((-2702 (*1 *1 *1 *2) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1020)))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *1 (-835 *3)) (-4 *3 (-1020)))) (-2702 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-835 *2)) (-4 *2 (-1020)))) (-2702 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 (-713))) (-4 *1 (-835 *4)) (-4 *4 (-1020)))) (-2401 (*1 *1 *1 *2) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1020)))) (-2401 (*1 *1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *1 (-835 *3)) (-4 *3 (-1020)))) (-2401 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-835 *2)) (-4 *2 (-1020)))) (-2401 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 (-713))) (-4 *1 (-835 *4)) (-4 *4 (-1020)))))
-(-13 (-977) (-10 -8 (-15 -2702 ($ $ |t#1|)) (-15 -2702 ($ $ (-592 |t#1|))) (-15 -2702 ($ $ |t#1| (-713))) (-15 -2702 ($ $ (-592 |t#1|) (-592 (-713)))) (-15 -2401 ($ $ |t#1|)) (-15 -2401 ($ $ (-592 |t#1|))) (-15 -2401 ($ $ |t#1| (-713))) (-15 -2401 ($ $ (-592 |t#1|) (-592 (-713))))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) 26)) (-3779 (((-108) $ (-713)) NIL)) (-1947 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-2314 (($ $ $) NIL (|has| $ (-6 -4260)))) (-4089 (($ $ $) NIL (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) (($ $ "left" $) NIL (|has| $ (-6 -4260))) (($ $ "right" $) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-3446 (($ $) 25)) (-3316 (($ |#1|) 12) (($ $ $) 17)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-3436 (($ $) 23)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) 20)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-1707 (((-525) $ $) NIL)) (-3953 (((-108) $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-1115 |#1|) $) 9) (((-798) $) 29 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 21 (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-836 |#1|) (-13 (-115 |#1|) (-10 -8 (-15 -3316 ($ |#1|)) (-15 -3316 ($ $ $)) (-15 -4100 ((-1115 |#1|) $)))) (-1020)) (T -836))
-((-3316 (*1 *1 *2) (-12 (-5 *1 (-836 *2)) (-4 *2 (-1020)))) (-3316 (*1 *1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-1020)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1115 *3)) (-5 *1 (-836 *3)) (-4 *3 (-1020)))))
-(-13 (-115 |#1|) (-10 -8 (-15 -3316 ($ |#1|)) (-15 -3316 ($ $ $)) (-15 -4100 ((-1115 |#1|) $))))
-((-3745 ((|#2| (-1059 |#1| |#2|)) 41)))
-(((-837 |#1| |#2|) (-10 -7 (-15 -3745 (|#2| (-1059 |#1| |#2|)))) (-856) (-13 (-977) (-10 -7 (-6 (-4261 "*"))))) (T -837))
-((-3745 (*1 *2 *3) (-12 (-5 *3 (-1059 *4 *2)) (-14 *4 (-856)) (-4 *2 (-13 (-977) (-10 -7 (-6 (-4261 "*"))))) (-5 *1 (-837 *4 *2)))))
-(-10 -7 (-15 -3745 (|#2| (-1059 |#1| |#2|))))
-((-4087 (((-108) $ $) 7)) (-2475 (($) 20 T CONST)) (-3300 (((-3 $ "failed") $) 16)) (-4172 (((-1022 |#1|) $ |#1|) 35)) (-2278 (((-108) $) 19)) (-3033 (($ $ $) 33 (-2067 (|has| |#1| (-789)) (|has| |#1| (-346))))) (-1609 (($ $ $) 32 (-2067 (|has| |#1| (-789)) (|has| |#1| (-346))))) (-1289 (((-1075) $) 9)) (-1387 (($ $) 27)) (-3993 (((-1039) $) 10)) (-2825 ((|#1| $ |#1|) 37)) (-3431 ((|#1| $ |#1|) 36)) (-3419 (($ (-592 (-592 |#1|))) 38)) (-3241 (($ (-592 |#1|)) 39)) (-3055 (($ $ $) 23)) (-1242 (($ $ $) 22)) (-4100 (((-798) $) 11)) (-3706 (($ $ (-856)) 13) (($ $ (-713)) 17) (($ $ (-525)) 24)) (-3375 (($) 21 T CONST)) (-2830 (((-108) $ $) 30 (-2067 (|has| |#1| (-789)) (|has| |#1| (-346))))) (-2807 (((-108) $ $) 29 (-2067 (|has| |#1| (-789)) (|has| |#1| (-346))))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 31 (-2067 (|has| |#1| (-789)) (|has| |#1| (-346))))) (-2795 (((-108) $ $) 34)) (-2880 (($ $ $) 26)) (** (($ $ (-856)) 14) (($ $ (-713)) 18) (($ $ (-525)) 25)) (* (($ $ $) 15)))
-(((-838 |#1|) (-131) (-1020)) (T -838))
-((-3241 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-838 *3)))) (-3419 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-4 *1 (-838 *3)))) (-2825 (*1 *2 *1 *2) (-12 (-4 *1 (-838 *2)) (-4 *2 (-1020)))) (-3431 (*1 *2 *1 *2) (-12 (-4 *1 (-838 *2)) (-4 *2 (-1020)))) (-4172 (*1 *2 *1 *3) (-12 (-4 *1 (-838 *3)) (-4 *3 (-1020)) (-5 *2 (-1022 *3)))) (-2795 (*1 *2 *1 *1) (-12 (-4 *1 (-838 *3)) (-4 *3 (-1020)) (-5 *2 (-108)))))
-(-13 (-450) (-10 -8 (-15 -3241 ($ (-592 |t#1|))) (-15 -3419 ($ (-592 (-592 |t#1|)))) (-15 -2825 (|t#1| $ |t#1|)) (-15 -3431 (|t#1| $ |t#1|)) (-15 -4172 ((-1022 |t#1|) $ |t#1|)) (-15 -2795 ((-108) $ $)) (IF (|has| |t#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |t#1| (-346)) (-6 (-789)) |%noBranch|)))
-(((-97) . T) ((-566 (-798)) . T) ((-450) . T) ((-669) . T) ((-789) -2067 (|has| |#1| (-789)) (|has| |#1| (-346))) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-3360 (((-592 (-592 (-713))) $) 109)) (-1489 (((-592 (-713)) (-840 |#1|) $) 131)) (-1443 (((-592 (-713)) (-840 |#1|) $) 132)) (-3236 (((-592 (-840 |#1|)) $) 99)) (-1903 (((-840 |#1|) $ (-525)) 104) (((-840 |#1|) $) 105)) (-2574 (($ (-592 (-840 |#1|))) 111)) (-4000 (((-713) $) 106)) (-3968 (((-1022 (-1022 |#1|)) $) 129)) (-4172 (((-1022 |#1|) $ |#1|) 122) (((-1022 (-1022 |#1|)) $ (-1022 |#1|)) 140) (((-1022 (-592 |#1|)) $ (-592 |#1|)) 143)) (-1725 (((-1022 |#1|) $) 102)) (-3198 (((-108) (-840 |#1|) $) 93)) (-1289 (((-1075) $) NIL)) (-3847 (((-1179) $) 96) (((-1179) $ (-525) (-525)) 144)) (-3993 (((-1039) $) NIL)) (-2509 (((-592 (-840 |#1|)) $) 97)) (-3431 (((-840 |#1|) $ (-713)) 100)) (-3529 (((-713) $) 107)) (-4100 (((-798) $) 120) (((-592 (-840 |#1|)) $) 23) (($ (-592 (-840 |#1|))) 110)) (-3771 (((-592 |#1|) $) 108)) (-2775 (((-108) $ $) 137)) (-2817 (((-108) $ $) 135)) (-2795 (((-108) $ $) 134)))
-(((-839 |#1|) (-13 (-1020) (-10 -8 (-15 -4100 ((-592 (-840 |#1|)) $)) (-15 -2509 ((-592 (-840 |#1|)) $)) (-15 -3431 ((-840 |#1|) $ (-713))) (-15 -1903 ((-840 |#1|) $ (-525))) (-15 -1903 ((-840 |#1|) $)) (-15 -4000 ((-713) $)) (-15 -3529 ((-713) $)) (-15 -3771 ((-592 |#1|) $)) (-15 -3236 ((-592 (-840 |#1|)) $)) (-15 -3360 ((-592 (-592 (-713))) $)) (-15 -4100 ($ (-592 (-840 |#1|)))) (-15 -2574 ($ (-592 (-840 |#1|)))) (-15 -4172 ((-1022 |#1|) $ |#1|)) (-15 -3968 ((-1022 (-1022 |#1|)) $)) (-15 -4172 ((-1022 (-1022 |#1|)) $ (-1022 |#1|))) (-15 -4172 ((-1022 (-592 |#1|)) $ (-592 |#1|))) (-15 -3198 ((-108) (-840 |#1|) $)) (-15 -1489 ((-592 (-713)) (-840 |#1|) $)) (-15 -1443 ((-592 (-713)) (-840 |#1|) $)) (-15 -1725 ((-1022 |#1|) $)) (-15 -2795 ((-108) $ $)) (-15 -2817 ((-108) $ $)) (-15 -3847 ((-1179) $)) (-15 -3847 ((-1179) $ (-525) (-525))))) (-1020)) (T -839))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-2509 (*1 *2 *1) (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *2 (-840 *4)) (-5 *1 (-839 *4)) (-4 *4 (-1020)))) (-1903 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-840 *4)) (-5 *1 (-839 *4)) (-4 *4 (-1020)))) (-1903 (*1 *2 *1) (-12 (-5 *2 (-840 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-4000 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3771 (*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3236 (*1 *2 *1) (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3360 (*1 *2 *1) (-12 (-5 *2 (-592 (-592 (-713)))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-840 *3))) (-4 *3 (-1020)) (-5 *1 (-839 *3)))) (-2574 (*1 *1 *2) (-12 (-5 *2 (-592 (-840 *3))) (-4 *3 (-1020)) (-5 *1 (-839 *3)))) (-4172 (*1 *2 *1 *3) (-12 (-5 *2 (-1022 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3968 (*1 *2 *1) (-12 (-5 *2 (-1022 (-1022 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-4172 (*1 *2 *1 *3) (-12 (-4 *4 (-1020)) (-5 *2 (-1022 (-1022 *4))) (-5 *1 (-839 *4)) (-5 *3 (-1022 *4)))) (-4172 (*1 *2 *1 *3) (-12 (-4 *4 (-1020)) (-5 *2 (-1022 (-592 *4))) (-5 *1 (-839 *4)) (-5 *3 (-592 *4)))) (-3198 (*1 *2 *3 *1) (-12 (-5 *3 (-840 *4)) (-4 *4 (-1020)) (-5 *2 (-108)) (-5 *1 (-839 *4)))) (-1489 (*1 *2 *3 *1) (-12 (-5 *3 (-840 *4)) (-4 *4 (-1020)) (-5 *2 (-592 (-713))) (-5 *1 (-839 *4)))) (-1443 (*1 *2 *3 *1) (-12 (-5 *3 (-840 *4)) (-4 *4 (-1020)) (-5 *2 (-592 (-713))) (-5 *1 (-839 *4)))) (-1725 (*1 *2 *1) (-12 (-5 *2 (-1022 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-2795 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-2817 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3847 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))) (-3847 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-839 *4)) (-4 *4 (-1020)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ((-592 (-840 |#1|)) $)) (-15 -2509 ((-592 (-840 |#1|)) $)) (-15 -3431 ((-840 |#1|) $ (-713))) (-15 -1903 ((-840 |#1|) $ (-525))) (-15 -1903 ((-840 |#1|) $)) (-15 -4000 ((-713) $)) (-15 -3529 ((-713) $)) (-15 -3771 ((-592 |#1|) $)) (-15 -3236 ((-592 (-840 |#1|)) $)) (-15 -3360 ((-592 (-592 (-713))) $)) (-15 -4100 ($ (-592 (-840 |#1|)))) (-15 -2574 ($ (-592 (-840 |#1|)))) (-15 -4172 ((-1022 |#1|) $ |#1|)) (-15 -3968 ((-1022 (-1022 |#1|)) $)) (-15 -4172 ((-1022 (-1022 |#1|)) $ (-1022 |#1|))) (-15 -4172 ((-1022 (-592 |#1|)) $ (-592 |#1|))) (-15 -3198 ((-108) (-840 |#1|) $)) (-15 -1489 ((-592 (-713)) (-840 |#1|) $)) (-15 -1443 ((-592 (-713)) (-840 |#1|) $)) (-15 -1725 ((-1022 |#1|) $)) (-15 -2795 ((-108) $ $)) (-15 -2817 ((-108) $ $)) (-15 -3847 ((-1179) $)) (-15 -3847 ((-1179) $ (-525) (-525)))))
-((-4087 (((-108) $ $) NIL)) (-1842 (((-592 $) (-592 $)) 77)) (-2971 (((-525) $) 60)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-4000 (((-713) $) 58)) (-4172 (((-1022 |#1|) $ |#1|) 49)) (-2278 (((-108) $) NIL)) (-3028 (((-108) $) 63)) (-1261 (((-713) $) 61)) (-1725 (((-1022 |#1|) $) 42)) (-3033 (($ $ $) NIL (-2067 (|has| |#1| (-346)) (|has| |#1| (-789))))) (-1609 (($ $ $) NIL (-2067 (|has| |#1| (-346)) (|has| |#1| (-789))))) (-1893 (((-2 (|:| |preimage| (-592 |#1|)) (|:| |image| (-592 |#1|))) $) 37)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 93)) (-3993 (((-1039) $) NIL)) (-1852 (((-1022 |#1|) $) 100 (|has| |#1| (-346)))) (-3864 (((-108) $) 59)) (-2825 ((|#1| $ |#1|) 47)) (-3431 ((|#1| $ |#1|) 94)) (-3529 (((-713) $) 44)) (-3419 (($ (-592 (-592 |#1|))) 85)) (-2745 (((-904) $) 53)) (-3241 (($ (-592 |#1|)) 21)) (-3055 (($ $ $) NIL)) (-1242 (($ $ $) NIL)) (-2591 (($ (-592 (-592 |#1|))) 39)) (-2104 (($ (-592 (-592 |#1|))) 88)) (-2140 (($ (-592 |#1|)) 96)) (-4100 (((-798) $) 84) (($ (-592 (-592 |#1|))) 66) (($ (-592 |#1|)) 67)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3375 (($) 16 T CONST)) (-2830 (((-108) $ $) NIL (-2067 (|has| |#1| (-346)) (|has| |#1| (-789))))) (-2807 (((-108) $ $) NIL (-2067 (|has| |#1| (-346)) (|has| |#1| (-789))))) (-2775 (((-108) $ $) 45)) (-2817 (((-108) $ $) NIL (-2067 (|has| |#1| (-346)) (|has| |#1| (-789))))) (-2795 (((-108) $ $) 65)) (-2880 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ $ $) 22)))
-(((-840 |#1|) (-13 (-838 |#1|) (-10 -8 (-15 -1893 ((-2 (|:| |preimage| (-592 |#1|)) (|:| |image| (-592 |#1|))) $)) (-15 -2591 ($ (-592 (-592 |#1|)))) (-15 -4100 ($ (-592 (-592 |#1|)))) (-15 -4100 ($ (-592 |#1|))) (-15 -2104 ($ (-592 (-592 |#1|)))) (-15 -3529 ((-713) $)) (-15 -1725 ((-1022 |#1|) $)) (-15 -2745 ((-904) $)) (-15 -4000 ((-713) $)) (-15 -1261 ((-713) $)) (-15 -2971 ((-525) $)) (-15 -3864 ((-108) $)) (-15 -3028 ((-108) $)) (-15 -1842 ((-592 $) (-592 $))) (IF (|has| |#1| (-346)) (-15 -1852 ((-1022 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-510)) (-15 -2140 ($ (-592 |#1|))) (IF (|has| |#1| (-346)) (-15 -2140 ($ (-592 |#1|))) |%noBranch|)))) (-1020)) (T -840))
-((-1893 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-592 *3)) (|:| |image| (-592 *3)))) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-2591 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-840 *3)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-840 *3)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-840 *3)))) (-2104 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-840 *3)))) (-3529 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-1725 (*1 *2 *1) (-12 (-5 *2 (-1022 *3)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-2745 (*1 *2 *1) (-12 (-5 *2 (-904)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-4000 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-1261 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-2971 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-3864 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-3028 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-1842 (*1 *2 *2) (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-840 *3)) (-4 *3 (-1020)))) (-1852 (*1 *2 *1) (-12 (-5 *2 (-1022 *3)) (-5 *1 (-840 *3)) (-4 *3 (-346)) (-4 *3 (-1020)))) (-2140 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-840 *3)))))
-(-13 (-838 |#1|) (-10 -8 (-15 -1893 ((-2 (|:| |preimage| (-592 |#1|)) (|:| |image| (-592 |#1|))) $)) (-15 -2591 ($ (-592 (-592 |#1|)))) (-15 -4100 ($ (-592 (-592 |#1|)))) (-15 -4100 ($ (-592 |#1|))) (-15 -2104 ($ (-592 (-592 |#1|)))) (-15 -3529 ((-713) $)) (-15 -1725 ((-1022 |#1|) $)) (-15 -2745 ((-904) $)) (-15 -4000 ((-713) $)) (-15 -1261 ((-713) $)) (-15 -2971 ((-525) $)) (-15 -3864 ((-108) $)) (-15 -3028 ((-108) $)) (-15 -1842 ((-592 $) (-592 $))) (IF (|has| |#1| (-346)) (-15 -1852 ((-1022 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-510)) (-15 -2140 ($ (-592 |#1|))) (IF (|has| |#1| (-346)) (-15 -2140 ($ (-592 |#1|))) |%noBranch|))))
-((-4110 (((-3 (-592 (-1088 |#4|)) "failed") (-592 (-1088 |#4|)) (-1088 |#4|)) 128)) (-2428 ((|#1|) 77)) (-3460 (((-396 (-1088 |#4|)) (-1088 |#4|)) 137)) (-4004 (((-396 (-1088 |#4|)) (-592 |#3|) (-1088 |#4|)) 69)) (-4209 (((-396 (-1088 |#4|)) (-1088 |#4|)) 147)) (-3184 (((-3 (-592 (-1088 |#4|)) "failed") (-592 (-1088 |#4|)) (-1088 |#4|) |#3|) 92)))
-(((-841 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4110 ((-3 (-592 (-1088 |#4|)) "failed") (-592 (-1088 |#4|)) (-1088 |#4|))) (-15 -4209 ((-396 (-1088 |#4|)) (-1088 |#4|))) (-15 -3460 ((-396 (-1088 |#4|)) (-1088 |#4|))) (-15 -2428 (|#1|)) (-15 -3184 ((-3 (-592 (-1088 |#4|)) "failed") (-592 (-1088 |#4|)) (-1088 |#4|) |#3|)) (-15 -4004 ((-396 (-1088 |#4|)) (-592 |#3|) (-1088 |#4|)))) (-844) (-735) (-789) (-884 |#1| |#2| |#3|)) (T -841))
-((-4004 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *7)) (-4 *7 (-789)) (-4 *5 (-844)) (-4 *6 (-735)) (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-396 (-1088 *8))) (-5 *1 (-841 *5 *6 *7 *8)) (-5 *4 (-1088 *8)))) (-3184 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-592 (-1088 *7))) (-5 *3 (-1088 *7)) (-4 *7 (-884 *5 *6 *4)) (-4 *5 (-844)) (-4 *6 (-735)) (-4 *4 (-789)) (-5 *1 (-841 *5 *6 *4 *7)))) (-2428 (*1 *2) (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-844)) (-5 *1 (-841 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))) (-3460 (*1 *2 *3) (-12 (-4 *4 (-844)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-396 (-1088 *7))) (-5 *1 (-841 *4 *5 *6 *7)) (-5 *3 (-1088 *7)))) (-4209 (*1 *2 *3) (-12 (-4 *4 (-844)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-396 (-1088 *7))) (-5 *1 (-841 *4 *5 *6 *7)) (-5 *3 (-1088 *7)))) (-4110 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 (-1088 *7))) (-5 *3 (-1088 *7)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-844)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-841 *4 *5 *6 *7)))))
-(-10 -7 (-15 -4110 ((-3 (-592 (-1088 |#4|)) "failed") (-592 (-1088 |#4|)) (-1088 |#4|))) (-15 -4209 ((-396 (-1088 |#4|)) (-1088 |#4|))) (-15 -3460 ((-396 (-1088 |#4|)) (-1088 |#4|))) (-15 -2428 (|#1|)) (-15 -3184 ((-3 (-592 (-1088 |#4|)) "failed") (-592 (-1088 |#4|)) (-1088 |#4|) |#3|)) (-15 -4004 ((-396 (-1088 |#4|)) (-592 |#3|) (-1088 |#4|))))
-((-4110 (((-3 (-592 (-1088 |#2|)) "failed") (-592 (-1088 |#2|)) (-1088 |#2|)) 36)) (-2428 ((|#1|) 54)) (-3460 (((-396 (-1088 |#2|)) (-1088 |#2|)) 102)) (-4004 (((-396 (-1088 |#2|)) (-1088 |#2|)) 90)) (-4209 (((-396 (-1088 |#2|)) (-1088 |#2|)) 113)))
-(((-842 |#1| |#2|) (-10 -7 (-15 -4110 ((-3 (-592 (-1088 |#2|)) "failed") (-592 (-1088 |#2|)) (-1088 |#2|))) (-15 -4209 ((-396 (-1088 |#2|)) (-1088 |#2|))) (-15 -3460 ((-396 (-1088 |#2|)) (-1088 |#2|))) (-15 -2428 (|#1|)) (-15 -4004 ((-396 (-1088 |#2|)) (-1088 |#2|)))) (-844) (-1150 |#1|)) (T -842))
-((-4004 (*1 *2 *3) (-12 (-4 *4 (-844)) (-4 *5 (-1150 *4)) (-5 *2 (-396 (-1088 *5))) (-5 *1 (-842 *4 *5)) (-5 *3 (-1088 *5)))) (-2428 (*1 *2) (-12 (-4 *2 (-844)) (-5 *1 (-842 *2 *3)) (-4 *3 (-1150 *2)))) (-3460 (*1 *2 *3) (-12 (-4 *4 (-844)) (-4 *5 (-1150 *4)) (-5 *2 (-396 (-1088 *5))) (-5 *1 (-842 *4 *5)) (-5 *3 (-1088 *5)))) (-4209 (*1 *2 *3) (-12 (-4 *4 (-844)) (-4 *5 (-1150 *4)) (-5 *2 (-396 (-1088 *5))) (-5 *1 (-842 *4 *5)) (-5 *3 (-1088 *5)))) (-4110 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 (-1088 *5))) (-5 *3 (-1088 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-844)) (-5 *1 (-842 *4 *5)))))
-(-10 -7 (-15 -4110 ((-3 (-592 (-1088 |#2|)) "failed") (-592 (-1088 |#2|)) (-1088 |#2|))) (-15 -4209 ((-396 (-1088 |#2|)) (-1088 |#2|))) (-15 -3460 ((-396 (-1088 |#2|)) (-1088 |#2|))) (-15 -2428 (|#1|)) (-15 -4004 ((-396 (-1088 |#2|)) (-1088 |#2|))))
-((-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 41)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 18)) (-1463 (((-3 $ "failed") $) 35)))
-(((-843 |#1|) (-10 -8 (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|)))) (-844)) (T -843))
-NIL
-(-10 -8 (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-2426 (((-396 (-1088 $)) (-1088 $)) 60)) (-4195 (($ $) 51)) (-3586 (((-396 $) $) 52)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 57)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-1798 (((-108) $) 53)) (-2278 (((-108) $) 31)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-3089 (((-396 (-1088 $)) (-1088 $)) 58)) (-3644 (((-396 (-1088 $)) (-1088 $)) 59)) (-4201 (((-396 $) $) 50)) (-1311 (((-3 $ "failed") $ $) 42)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 56 (|has| $ (-136)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-1463 (((-3 $ "failed") $) 55 (|has| $ (-136)))) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-844) (-131)) (T -844))
-((-1379 (*1 *2 *2 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-844)))) (-2426 (*1 *2 *3) (-12 (-4 *1 (-844)) (-5 *2 (-396 (-1088 *1))) (-5 *3 (-1088 *1)))) (-3644 (*1 *2 *3) (-12 (-4 *1 (-844)) (-5 *2 (-396 (-1088 *1))) (-5 *3 (-1088 *1)))) (-3089 (*1 *2 *3) (-12 (-4 *1 (-844)) (-5 *2 (-396 (-1088 *1))) (-5 *3 (-1088 *1)))) (-3373 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-592 (-1088 *1))) (-5 *3 (-1088 *1)) (-4 *1 (-844)))) (-3739 (*1 *2 *3) (|partial| -12 (-5 *3 (-632 *1)) (-4 *1 (-136)) (-4 *1 (-844)) (-5 *2 (-1174 *1)))) (-1463 (*1 *1 *1) (|partial| -12 (-4 *1 (-136)) (-4 *1 (-844)))))
-(-13 (-1132) (-10 -8 (-15 -2426 ((-396 (-1088 $)) (-1088 $))) (-15 -3644 ((-396 (-1088 $)) (-1088 $))) (-15 -3089 ((-396 (-1088 $)) (-1088 $))) (-15 -1379 ((-1088 $) (-1088 $) (-1088 $))) (-15 -3373 ((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $))) (IF (|has| $ (-136)) (PROGN (-15 -3739 ((-3 (-1174 $) "failed") (-632 $))) (-15 -1463 ((-3 $ "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-429) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3214 (((-108) $) NIL)) (-2132 (((-713)) NIL)) (-2924 (($ $ (-856)) NIL (|has| $ (-346))) (($ $) NIL)) (-3395 (((-1102 (-856) (-713)) (-525)) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-1613 (((-713)) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 $ "failed") $) NIL)) (-4105 (($ $) NIL)) (-2580 (($ (-1174 $)) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-3932 (($) NIL)) (-3920 (((-108) $) NIL)) (-1339 (($ $) NIL) (($ $ (-713)) NIL)) (-1798 (((-108) $) NIL)) (-4000 (((-775 (-856)) $) NIL) (((-856) $) NIL)) (-2278 (((-108) $) NIL)) (-3957 (($) NIL (|has| $ (-346)))) (-1890 (((-108) $) NIL (|has| $ (-346)))) (-2704 (($ $ (-856)) NIL (|has| $ (-346))) (($ $) NIL)) (-2878 (((-3 $ "failed") $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2021 (((-1088 $) $ (-856)) NIL (|has| $ (-346))) (((-1088 $) $) NIL)) (-3685 (((-856) $) NIL)) (-4162 (((-1088 $) $) NIL (|has| $ (-346)))) (-3955 (((-3 (-1088 $) "failed") $ $) NIL (|has| $ (-346))) (((-1088 $) $) NIL (|has| $ (-346)))) (-3323 (($ $ (-1088 $)) NIL (|has| $ (-346)))) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL T CONST)) (-1722 (($ (-856)) NIL)) (-2700 (((-108) $) NIL)) (-3993 (((-1039) $) NIL)) (-3817 (($) NIL (|has| $ (-346)))) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL)) (-4201 (((-396 $) $) NIL)) (-1690 (((-856)) NIL) (((-775 (-856))) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2043 (((-3 (-713) "failed") $ $) NIL) (((-713) $) NIL)) (-3933 (((-128)) NIL)) (-2702 (($ $ (-713)) NIL) (($ $) NIL)) (-3529 (((-856) $) NIL) (((-775 (-856)) $) NIL)) (-2013 (((-1088 $)) NIL)) (-3823 (($) NIL)) (-3911 (($) NIL (|has| $ (-346)))) (-2754 (((-632 $) (-1174 $)) NIL) (((-1174 $) $) NIL)) (-2069 (((-525) $) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL)) (-1463 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-2448 (((-713)) NIL)) (-2103 (((-1174 $) (-856)) NIL) (((-1174 $)) NIL)) (-1571 (((-108) $ $) NIL)) (-2738 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2363 (($ $ (-713)) NIL (|has| $ (-346))) (($ $) NIL (|has| $ (-346)))) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-845 |#1|) (-13 (-327) (-307 $) (-567 (-525))) (-856)) (T -845))
-NIL
-(-13 (-327) (-307 $) (-567 (-525)))
-((-2995 (((-3 (-2 (|:| -4000 (-713)) (|:| -2626 |#5|)) "failed") (-314 |#2| |#3| |#4| |#5|)) 79)) (-2920 (((-108) (-314 |#2| |#3| |#4| |#5|)) 17)) (-4000 (((-3 (-713) "failed") (-314 |#2| |#3| |#4| |#5|)) 15)))
-(((-846 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4000 ((-3 (-713) "failed") (-314 |#2| |#3| |#4| |#5|))) (-15 -2920 ((-108) (-314 |#2| |#3| |#4| |#5|))) (-15 -2995 ((-3 (-2 (|:| -4000 (-713)) (|:| -2626 |#5|)) "failed") (-314 |#2| |#3| |#4| |#5|)))) (-13 (-789) (-517) (-968 (-525))) (-408 |#1|) (-1150 |#2|) (-1150 (-385 |#3|)) (-320 |#2| |#3| |#4|)) (T -846))
-((-2995 (*1 *2 *3) (|partial| -12 (-5 *3 (-314 *5 *6 *7 *8)) (-4 *5 (-408 *4)) (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-4 *8 (-320 *5 *6 *7)) (-4 *4 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-2 (|:| -4000 (-713)) (|:| -2626 *8))) (-5 *1 (-846 *4 *5 *6 *7 *8)))) (-2920 (*1 *2 *3) (-12 (-5 *3 (-314 *5 *6 *7 *8)) (-4 *5 (-408 *4)) (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-4 *8 (-320 *5 *6 *7)) (-4 *4 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-108)) (-5 *1 (-846 *4 *5 *6 *7 *8)))) (-4000 (*1 *2 *3) (|partial| -12 (-5 *3 (-314 *5 *6 *7 *8)) (-4 *5 (-408 *4)) (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-4 *8 (-320 *5 *6 *7)) (-4 *4 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-713)) (-5 *1 (-846 *4 *5 *6 *7 *8)))))
-(-10 -7 (-15 -4000 ((-3 (-713) "failed") (-314 |#2| |#3| |#4| |#5|))) (-15 -2920 ((-108) (-314 |#2| |#3| |#4| |#5|))) (-15 -2995 ((-3 (-2 (|:| -4000 (-713)) (|:| -2626 |#5|)) "failed") (-314 |#2| |#3| |#4| |#5|))))
-((-2995 (((-3 (-2 (|:| -4000 (-713)) (|:| -2626 |#3|)) "failed") (-314 (-385 (-525)) |#1| |#2| |#3|)) 56)) (-2920 (((-108) (-314 (-385 (-525)) |#1| |#2| |#3|)) 16)) (-4000 (((-3 (-713) "failed") (-314 (-385 (-525)) |#1| |#2| |#3|)) 14)))
-(((-847 |#1| |#2| |#3|) (-10 -7 (-15 -4000 ((-3 (-713) "failed") (-314 (-385 (-525)) |#1| |#2| |#3|))) (-15 -2920 ((-108) (-314 (-385 (-525)) |#1| |#2| |#3|))) (-15 -2995 ((-3 (-2 (|:| -4000 (-713)) (|:| -2626 |#3|)) "failed") (-314 (-385 (-525)) |#1| |#2| |#3|)))) (-1150 (-385 (-525))) (-1150 (-385 |#1|)) (-320 (-385 (-525)) |#1| |#2|)) (T -847))
-((-2995 (*1 *2 *3) (|partial| -12 (-5 *3 (-314 (-385 (-525)) *4 *5 *6)) (-4 *4 (-1150 (-385 (-525)))) (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 (-385 (-525)) *4 *5)) (-5 *2 (-2 (|:| -4000 (-713)) (|:| -2626 *6))) (-5 *1 (-847 *4 *5 *6)))) (-2920 (*1 *2 *3) (-12 (-5 *3 (-314 (-385 (-525)) *4 *5 *6)) (-4 *4 (-1150 (-385 (-525)))) (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 (-385 (-525)) *4 *5)) (-5 *2 (-108)) (-5 *1 (-847 *4 *5 *6)))) (-4000 (*1 *2 *3) (|partial| -12 (-5 *3 (-314 (-385 (-525)) *4 *5 *6)) (-4 *4 (-1150 (-385 (-525)))) (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 (-385 (-525)) *4 *5)) (-5 *2 (-713)) (-5 *1 (-847 *4 *5 *6)))))
-(-10 -7 (-15 -4000 ((-3 (-713) "failed") (-314 (-385 (-525)) |#1| |#2| |#3|))) (-15 -2920 ((-108) (-314 (-385 (-525)) |#1| |#2| |#3|))) (-15 -2995 ((-3 (-2 (|:| -4000 (-713)) (|:| -2626 |#3|)) "failed") (-314 (-385 (-525)) |#1| |#2| |#3|))))
-((-4221 ((|#2| |#2|) 26)) (-3097 (((-525) (-592 (-2 (|:| |den| (-525)) (|:| |gcdnum| (-525))))) 15)) (-2022 (((-856) (-525)) 35)) (-2378 (((-525) |#2|) 42)) (-3812 (((-525) |#2|) 21) (((-2 (|:| |den| (-525)) (|:| |gcdnum| (-525))) |#1|) 20)))
-(((-848 |#1| |#2|) (-10 -7 (-15 -2022 ((-856) (-525))) (-15 -3812 ((-2 (|:| |den| (-525)) (|:| |gcdnum| (-525))) |#1|)) (-15 -3812 ((-525) |#2|)) (-15 -3097 ((-525) (-592 (-2 (|:| |den| (-525)) (|:| |gcdnum| (-525)))))) (-15 -2378 ((-525) |#2|)) (-15 -4221 (|#2| |#2|))) (-1150 (-385 (-525))) (-1150 (-385 |#1|))) (T -848))
-((-4221 (*1 *2 *2) (-12 (-4 *3 (-1150 (-385 (-525)))) (-5 *1 (-848 *3 *2)) (-4 *2 (-1150 (-385 *3))))) (-2378 (*1 *2 *3) (-12 (-4 *4 (-1150 (-385 *2))) (-5 *2 (-525)) (-5 *1 (-848 *4 *3)) (-4 *3 (-1150 (-385 *4))))) (-3097 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| |den| (-525)) (|:| |gcdnum| (-525))))) (-4 *4 (-1150 (-385 *2))) (-5 *2 (-525)) (-5 *1 (-848 *4 *5)) (-4 *5 (-1150 (-385 *4))))) (-3812 (*1 *2 *3) (-12 (-4 *4 (-1150 (-385 *2))) (-5 *2 (-525)) (-5 *1 (-848 *4 *3)) (-4 *3 (-1150 (-385 *4))))) (-3812 (*1 *2 *3) (-12 (-4 *3 (-1150 (-385 (-525)))) (-5 *2 (-2 (|:| |den| (-525)) (|:| |gcdnum| (-525)))) (-5 *1 (-848 *3 *4)) (-4 *4 (-1150 (-385 *3))))) (-2022 (*1 *2 *3) (-12 (-5 *3 (-525)) (-4 *4 (-1150 (-385 *3))) (-5 *2 (-856)) (-5 *1 (-848 *4 *5)) (-4 *5 (-1150 (-385 *4))))))
-(-10 -7 (-15 -2022 ((-856) (-525))) (-15 -3812 ((-2 (|:| |den| (-525)) (|:| |gcdnum| (-525))) |#1|)) (-15 -3812 ((-525) |#2|)) (-15 -3097 ((-525) (-592 (-2 (|:| |den| (-525)) (|:| |gcdnum| (-525)))))) (-15 -2378 ((-525) |#2|)) (-15 -4221 (|#2| |#2|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 ((|#1| $) 81)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-1356 (($ $ $) NIL)) (-3300 (((-3 $ "failed") $) 75)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2427 (($ |#1| (-396 |#1|)) 73)) (-1395 (((-1088 |#1|) |#1| |#1|) 41)) (-1764 (($ $) 49)) (-2278 (((-108) $) NIL)) (-3396 (((-525) $) 78)) (-1750 (($ $ (-525)) 80)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-3437 ((|#1| $) 77)) (-1634 (((-396 |#1|) $) 76)) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) 74)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2100 (($ $) 39)) (-4100 (((-798) $) 99) (($ (-525)) 54) (($ $) NIL) (($ (-385 (-525))) NIL) (($ |#1|) 31) (((-385 |#1|) $) 59) (($ (-385 (-396 |#1|))) 67)) (-2448 (((-713)) 52)) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 23 T CONST)) (-3375 (($) 12 T CONST)) (-2775 (((-108) $ $) 68)) (-2880 (($ $ $) NIL)) (-2871 (($ $) 88) (($ $ $) NIL)) (-2860 (($ $ $) 38)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 90) (($ $ $) 37) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ |#1| $) 89) (($ $ |#1|) NIL)))
-(((-849 |#1|) (-13 (-341) (-37 |#1|) (-10 -8 (-15 -4100 ((-385 |#1|) $)) (-15 -4100 ($ (-385 (-396 |#1|)))) (-15 -2100 ($ $)) (-15 -1634 ((-396 |#1|) $)) (-15 -3437 (|#1| $)) (-15 -1750 ($ $ (-525))) (-15 -3396 ((-525) $)) (-15 -1395 ((-1088 |#1|) |#1| |#1|)) (-15 -1764 ($ $)) (-15 -2427 ($ |#1| (-396 |#1|))) (-15 -1653 (|#1| $)))) (-286)) (T -849))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-385 *3)) (-5 *1 (-849 *3)) (-4 *3 (-286)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-385 (-396 *3))) (-4 *3 (-286)) (-5 *1 (-849 *3)))) (-2100 (*1 *1 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286)))) (-1634 (*1 *2 *1) (-12 (-5 *2 (-396 *3)) (-5 *1 (-849 *3)) (-4 *3 (-286)))) (-3437 (*1 *2 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286)))) (-1750 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-849 *3)) (-4 *3 (-286)))) (-3396 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-849 *3)) (-4 *3 (-286)))) (-1395 (*1 *2 *3 *3) (-12 (-5 *2 (-1088 *3)) (-5 *1 (-849 *3)) (-4 *3 (-286)))) (-1764 (*1 *1 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286)))) (-2427 (*1 *1 *2 *3) (-12 (-5 *3 (-396 *2)) (-4 *2 (-286)) (-5 *1 (-849 *2)))) (-1653 (*1 *2 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286)))))
-(-13 (-341) (-37 |#1|) (-10 -8 (-15 -4100 ((-385 |#1|) $)) (-15 -4100 ($ (-385 (-396 |#1|)))) (-15 -2100 ($ $)) (-15 -1634 ((-396 |#1|) $)) (-15 -3437 (|#1| $)) (-15 -1750 ($ $ (-525))) (-15 -3396 ((-525) $)) (-15 -1395 ((-1088 |#1|) |#1| |#1|)) (-15 -1764 ($ $)) (-15 -2427 ($ |#1| (-396 |#1|))) (-15 -1653 (|#1| $))))
-((-2427 (((-51) (-887 |#1|) (-396 (-887 |#1|)) (-1092)) 17) (((-51) (-385 (-887 |#1|)) (-1092)) 18)))
-(((-850 |#1|) (-10 -7 (-15 -2427 ((-51) (-385 (-887 |#1|)) (-1092))) (-15 -2427 ((-51) (-887 |#1|) (-396 (-887 |#1|)) (-1092)))) (-13 (-286) (-138))) (T -850))
-((-2427 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-396 (-887 *6))) (-5 *5 (-1092)) (-5 *3 (-887 *6)) (-4 *6 (-13 (-286) (-138))) (-5 *2 (-51)) (-5 *1 (-850 *6)))) (-2427 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-138))) (-5 *2 (-51)) (-5 *1 (-850 *5)))))
-(-10 -7 (-15 -2427 ((-51) (-385 (-887 |#1|)) (-1092))) (-15 -2427 ((-51) (-887 |#1|) (-396 (-887 |#1|)) (-1092))))
-((-1602 ((|#4| (-592 |#4|)) 121) (((-1088 |#4|) (-1088 |#4|) (-1088 |#4|)) 67) ((|#4| |#4| |#4|) 120)) (-2772 (((-1088 |#4|) (-592 (-1088 |#4|))) 114) (((-1088 |#4|) (-1088 |#4|) (-1088 |#4|)) 50) ((|#4| (-592 |#4|)) 55) ((|#4| |#4| |#4|) 84)))
-(((-851 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2772 (|#4| |#4| |#4|)) (-15 -2772 (|#4| (-592 |#4|))) (-15 -2772 ((-1088 |#4|) (-1088 |#4|) (-1088 |#4|))) (-15 -2772 ((-1088 |#4|) (-592 (-1088 |#4|)))) (-15 -1602 (|#4| |#4| |#4|)) (-15 -1602 ((-1088 |#4|) (-1088 |#4|) (-1088 |#4|))) (-15 -1602 (|#4| (-592 |#4|)))) (-735) (-789) (-286) (-884 |#3| |#1| |#2|)) (T -851))
-((-1602 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *6 *4 *5)) (-5 *1 (-851 *4 *5 *6 *2)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)))) (-1602 (*1 *2 *2 *2) (-12 (-5 *2 (-1088 *6)) (-4 *6 (-884 *5 *3 *4)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-286)) (-5 *1 (-851 *3 *4 *5 *6)))) (-1602 (*1 *2 *2 *2) (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-286)) (-5 *1 (-851 *3 *4 *5 *2)) (-4 *2 (-884 *5 *3 *4)))) (-2772 (*1 *2 *3) (-12 (-5 *3 (-592 (-1088 *7))) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)) (-5 *2 (-1088 *7)) (-5 *1 (-851 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5)))) (-2772 (*1 *2 *2 *2) (-12 (-5 *2 (-1088 *6)) (-4 *6 (-884 *5 *3 *4)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-286)) (-5 *1 (-851 *3 *4 *5 *6)))) (-2772 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *6 *4 *5)) (-5 *1 (-851 *4 *5 *6 *2)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)))) (-2772 (*1 *2 *2 *2) (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-286)) (-5 *1 (-851 *3 *4 *5 *2)) (-4 *2 (-884 *5 *3 *4)))))
-(-10 -7 (-15 -2772 (|#4| |#4| |#4|)) (-15 -2772 (|#4| (-592 |#4|))) (-15 -2772 ((-1088 |#4|) (-1088 |#4|) (-1088 |#4|))) (-15 -2772 ((-1088 |#4|) (-592 (-1088 |#4|)))) (-15 -1602 (|#4| |#4| |#4|)) (-15 -1602 ((-1088 |#4|) (-1088 |#4|) (-1088 |#4|))) (-15 -1602 (|#4| (-592 |#4|))))
-((-2567 (((-839 (-525)) (-904)) 23) (((-839 (-525)) (-592 (-525))) 20)) (-2648 (((-839 (-525)) (-592 (-525))) 48) (((-839 (-525)) (-856)) 49)) (-3195 (((-839 (-525))) 24)) (-2454 (((-839 (-525))) 38) (((-839 (-525)) (-592 (-525))) 37)) (-3420 (((-839 (-525))) 36) (((-839 (-525)) (-592 (-525))) 35)) (-2125 (((-839 (-525))) 34) (((-839 (-525)) (-592 (-525))) 33)) (-2499 (((-839 (-525))) 32) (((-839 (-525)) (-592 (-525))) 31)) (-2221 (((-839 (-525))) 30) (((-839 (-525)) (-592 (-525))) 29)) (-1616 (((-839 (-525))) 40) (((-839 (-525)) (-592 (-525))) 39)) (-1660 (((-839 (-525)) (-592 (-525))) 52) (((-839 (-525)) (-856)) 53)) (-2309 (((-839 (-525)) (-592 (-525))) 50) (((-839 (-525)) (-856)) 51)) (-1797 (((-839 (-525)) (-592 (-525))) 46) (((-839 (-525)) (-856)) 47)) (-4063 (((-839 (-525)) (-592 (-856))) 43)))
-(((-852) (-10 -7 (-15 -2648 ((-839 (-525)) (-856))) (-15 -2648 ((-839 (-525)) (-592 (-525)))) (-15 -1797 ((-839 (-525)) (-856))) (-15 -1797 ((-839 (-525)) (-592 (-525)))) (-15 -4063 ((-839 (-525)) (-592 (-856)))) (-15 -2309 ((-839 (-525)) (-856))) (-15 -2309 ((-839 (-525)) (-592 (-525)))) (-15 -1660 ((-839 (-525)) (-856))) (-15 -1660 ((-839 (-525)) (-592 (-525)))) (-15 -2221 ((-839 (-525)) (-592 (-525)))) (-15 -2221 ((-839 (-525)))) (-15 -2499 ((-839 (-525)) (-592 (-525)))) (-15 -2499 ((-839 (-525)))) (-15 -2125 ((-839 (-525)) (-592 (-525)))) (-15 -2125 ((-839 (-525)))) (-15 -3420 ((-839 (-525)) (-592 (-525)))) (-15 -3420 ((-839 (-525)))) (-15 -2454 ((-839 (-525)) (-592 (-525)))) (-15 -2454 ((-839 (-525)))) (-15 -1616 ((-839 (-525)) (-592 (-525)))) (-15 -1616 ((-839 (-525)))) (-15 -3195 ((-839 (-525)))) (-15 -2567 ((-839 (-525)) (-592 (-525)))) (-15 -2567 ((-839 (-525)) (-904))))) (T -852))
-((-2567 (*1 *2 *3) (-12 (-5 *3 (-904)) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2567 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-3195 (*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-1616 (*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-1616 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2454 (*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2454 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-3420 (*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-3420 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2125 (*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2125 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2499 (*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2499 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2221 (*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2221 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-1660 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-1660 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2309 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2309 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-4063 (*1 *2 *3) (-12 (-5 *3 (-592 (-856))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-1797 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-1797 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2648 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))) (-2648 (*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(-10 -7 (-15 -2648 ((-839 (-525)) (-856))) (-15 -2648 ((-839 (-525)) (-592 (-525)))) (-15 -1797 ((-839 (-525)) (-856))) (-15 -1797 ((-839 (-525)) (-592 (-525)))) (-15 -4063 ((-839 (-525)) (-592 (-856)))) (-15 -2309 ((-839 (-525)) (-856))) (-15 -2309 ((-839 (-525)) (-592 (-525)))) (-15 -1660 ((-839 (-525)) (-856))) (-15 -1660 ((-839 (-525)) (-592 (-525)))) (-15 -2221 ((-839 (-525)) (-592 (-525)))) (-15 -2221 ((-839 (-525)))) (-15 -2499 ((-839 (-525)) (-592 (-525)))) (-15 -2499 ((-839 (-525)))) (-15 -2125 ((-839 (-525)) (-592 (-525)))) (-15 -2125 ((-839 (-525)))) (-15 -3420 ((-839 (-525)) (-592 (-525)))) (-15 -3420 ((-839 (-525)))) (-15 -2454 ((-839 (-525)) (-592 (-525)))) (-15 -2454 ((-839 (-525)))) (-15 -1616 ((-839 (-525)) (-592 (-525)))) (-15 -1616 ((-839 (-525)))) (-15 -3195 ((-839 (-525)))) (-15 -2567 ((-839 (-525)) (-592 (-525)))) (-15 -2567 ((-839 (-525)) (-904))))
-((-1897 (((-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092))) 12)) (-3414 (((-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092))) 11)))
-(((-853 |#1|) (-10 -7 (-15 -3414 ((-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -1897 ((-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092))))) (-429)) (T -853))
-((-1897 (*1 *2 *2 *3) (-12 (-5 *2 (-592 (-887 *4))) (-5 *3 (-592 (-1092))) (-4 *4 (-429)) (-5 *1 (-853 *4)))) (-3414 (*1 *2 *2 *3) (-12 (-5 *2 (-592 (-887 *4))) (-5 *3 (-592 (-1092))) (-4 *4 (-429)) (-5 *1 (-853 *4)))))
-(-10 -7 (-15 -3414 ((-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -1897 ((-592 (-887 |#1|)) (-592 (-887 |#1|)) (-592 (-1092)))))
-((-4100 (((-294 |#1|) (-454)) 16)))
-(((-854 |#1|) (-10 -7 (-15 -4100 ((-294 |#1|) (-454)))) (-13 (-789) (-517))) (T -854))
-((-4100 (*1 *2 *3) (-12 (-5 *3 (-454)) (-5 *2 (-294 *4)) (-5 *1 (-854 *4)) (-4 *4 (-13 (-789) (-517))))))
-(-10 -7 (-15 -4100 ((-294 |#1|) (-454))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-2278 (((-108) $) 31)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-855) (-131)) (T -855))
-((-2466 (*1 *2 *3) (-12 (-4 *1 (-855)) (-5 *2 (-2 (|:| -2681 (-592 *1)) (|:| -3817 *1))) (-5 *3 (-592 *1)))) (-2183 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-592 *1)) (-4 *1 (-855)))))
-(-13 (-429) (-10 -8 (-15 -2466 ((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $))) (-15 -2183 ((-3 (-592 $) "failed") (-592 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-429) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2772 (($ $ $) NIL)) (-4100 (((-798) $) NIL)) (-3706 (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (-3375 (($) NIL T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (* (($ (-856) $) NIL) (($ $ $) NIL)))
-(((-856) (-13 (-736) (-669) (-10 -8 (-15 -2772 ($ $ $)) (-6 (-4261 "*"))))) (T -856))
-((-2772 (*1 *1 *1 *1) (-5 *1 (-856))))
-(-13 (-736) (-669) (-10 -8 (-15 -2772 ($ $ $)) (-6 (-4261 "*"))))
-((-3717 ((|#2| (-592 |#1|) (-592 |#1|)) 24)))
-(((-857 |#1| |#2|) (-10 -7 (-15 -3717 (|#2| (-592 |#1|) (-592 |#1|)))) (-341) (-1150 |#1|)) (T -857))
-((-3717 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-341)) (-4 *2 (-1150 *4)) (-5 *1 (-857 *4 *2)))))
-(-10 -7 (-15 -3717 (|#2| (-592 |#1|) (-592 |#1|))))
-((-4055 (((-1088 |#2|) (-592 |#2|) (-592 |#2|)) 17) (((-1147 |#1| |#2|) (-1147 |#1| |#2|) (-592 |#2|) (-592 |#2|)) 13)))
-(((-858 |#1| |#2|) (-10 -7 (-15 -4055 ((-1147 |#1| |#2|) (-1147 |#1| |#2|) (-592 |#2|) (-592 |#2|))) (-15 -4055 ((-1088 |#2|) (-592 |#2|) (-592 |#2|)))) (-1092) (-341)) (T -858))
-((-4055 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *5)) (-4 *5 (-341)) (-5 *2 (-1088 *5)) (-5 *1 (-858 *4 *5)) (-14 *4 (-1092)))) (-4055 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1147 *4 *5)) (-5 *3 (-592 *5)) (-14 *4 (-1092)) (-4 *5 (-341)) (-5 *1 (-858 *4 *5)))))
-(-10 -7 (-15 -4055 ((-1147 |#1| |#2|) (-1147 |#1| |#2|) (-592 |#2|) (-592 |#2|))) (-15 -4055 ((-1088 |#2|) (-592 |#2|) (-592 |#2|))))
-((-4039 (((-525) (-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-1075)) 139)) (-3939 ((|#4| |#4|) 155)) (-2956 (((-592 (-385 (-887 |#1|))) (-592 (-1092))) 119)) (-1434 (((-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))) (-632 |#4|) (-592 (-385 (-887 |#1|))) (-592 (-592 |#4|)) (-713) (-713) (-525)) 75)) (-2478 (((-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-592 |#4|)) 59)) (-3139 (((-632 |#4|) (-632 |#4|) (-592 |#4|)) 55)) (-1667 (((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-1075)) 151)) (-1671 (((-525) (-632 |#4|) (-856) (-1075)) 133) (((-525) (-632 |#4|) (-592 (-1092)) (-856) (-1075)) 132) (((-525) (-632 |#4|) (-592 |#4|) (-856) (-1075)) 131) (((-525) (-632 |#4|) (-1075)) 128) (((-525) (-632 |#4|) (-592 (-1092)) (-1075)) 127) (((-525) (-632 |#4|) (-592 |#4|) (-1075)) 126) (((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-856)) 125) (((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 (-1092)) (-856)) 124) (((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 |#4|) (-856)) 123) (((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|)) 121) (((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 (-1092))) 120) (((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 |#4|)) 116)) (-1870 ((|#4| (-887 |#1|)) 68)) (-3486 (((-108) (-592 |#4|) (-592 (-592 |#4|))) 152)) (-2982 (((-592 (-592 (-525))) (-525) (-525)) 130)) (-3657 (((-592 (-592 |#4|)) (-592 (-592 |#4|))) 88)) (-3902 (((-713) (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|))))) 86)) (-1765 (((-713) (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|))))) 85)) (-3582 (((-108) (-592 (-887 |#1|))) 17) (((-108) (-592 |#4|)) 13)) (-2791 (((-2 (|:| |sysok| (-108)) (|:| |z0| (-592 |#4|)) (|:| |n0| (-592 |#4|))) (-592 |#4|) (-592 |#4|)) 71)) (-2007 (((-592 |#4|) |#4|) 49)) (-2914 (((-592 (-385 (-887 |#1|))) (-592 |#4|)) 115) (((-632 (-385 (-887 |#1|))) (-632 |#4|)) 56) (((-385 (-887 |#1|)) |#4|) 112)) (-2166 (((-2 (|:| |rgl| (-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))))))) (|:| |rgsz| (-525))) (-632 |#4|) (-592 (-385 (-887 |#1|))) (-713) (-1075) (-525)) 93)) (-3328 (((-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|)))) (-632 |#4|) (-713)) 84)) (-3814 (((-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525))))) (-632 |#4|) (-713)) 101)) (-1338 (((-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-2 (|:| -4108 (-632 (-385 (-887 |#1|)))) (|:| |vec| (-592 (-385 (-887 |#1|)))) (|:| -3085 (-713)) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525))))) 48)))
-(((-859 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 |#4|))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 (-1092)))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 |#4|) (-856))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 (-1092)) (-856))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-856))) (-15 -1671 ((-525) (-632 |#4|) (-592 |#4|) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-592 (-1092)) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-592 |#4|) (-856) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-592 (-1092)) (-856) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-856) (-1075))) (-15 -4039 ((-525) (-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-1075))) (-15 -1667 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-1075))) (-15 -2166 ((-2 (|:| |rgl| (-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))))))) (|:| |rgsz| (-525))) (-632 |#4|) (-592 (-385 (-887 |#1|))) (-713) (-1075) (-525))) (-15 -2914 ((-385 (-887 |#1|)) |#4|)) (-15 -2914 ((-632 (-385 (-887 |#1|))) (-632 |#4|))) (-15 -2914 ((-592 (-385 (-887 |#1|))) (-592 |#4|))) (-15 -2956 ((-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -1870 (|#4| (-887 |#1|))) (-15 -2791 ((-2 (|:| |sysok| (-108)) (|:| |z0| (-592 |#4|)) (|:| |n0| (-592 |#4|))) (-592 |#4|) (-592 |#4|))) (-15 -3328 ((-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|)))) (-632 |#4|) (-713))) (-15 -2478 ((-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-592 |#4|))) (-15 -1338 ((-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-2 (|:| -4108 (-632 (-385 (-887 |#1|)))) (|:| |vec| (-592 (-385 (-887 |#1|)))) (|:| -3085 (-713)) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (-15 -2007 ((-592 |#4|) |#4|)) (-15 -1765 ((-713) (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|)))))) (-15 -3902 ((-713) (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|)))))) (-15 -3657 ((-592 (-592 |#4|)) (-592 (-592 |#4|)))) (-15 -2982 ((-592 (-592 (-525))) (-525) (-525))) (-15 -3486 ((-108) (-592 |#4|) (-592 (-592 |#4|)))) (-15 -3814 ((-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525))))) (-632 |#4|) (-713))) (-15 -3139 ((-632 |#4|) (-632 |#4|) (-592 |#4|))) (-15 -1434 ((-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))) (-632 |#4|) (-592 (-385 (-887 |#1|))) (-592 (-592 |#4|)) (-713) (-713) (-525))) (-15 -3939 (|#4| |#4|)) (-15 -3582 ((-108) (-592 |#4|))) (-15 -3582 ((-108) (-592 (-887 |#1|))))) (-13 (-286) (-138)) (-13 (-789) (-567 (-1092))) (-735) (-884 |#1| |#3| |#2|)) (T -859))
-((-3582 (*1 *2 *3) (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-108)) (-5 *1 (-859 *4 *5 *6 *7)) (-4 *7 (-884 *4 *6 *5)))) (-3582 (*1 *2 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-108)) (-5 *1 (-859 *4 *5 *6 *7)))) (-3939 (*1 *2 *2) (-12 (-4 *3 (-13 (-286) (-138))) (-4 *4 (-13 (-789) (-567 (-1092)))) (-4 *5 (-735)) (-5 *1 (-859 *3 *4 *5 *2)) (-4 *2 (-884 *3 *5 *4)))) (-1434 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525))))) (-5 *4 (-632 *12)) (-5 *5 (-592 (-385 (-887 *9)))) (-5 *6 (-592 (-592 *12))) (-5 *7 (-713)) (-5 *8 (-525)) (-4 *9 (-13 (-286) (-138))) (-4 *12 (-884 *9 *11 *10)) (-4 *10 (-13 (-789) (-567 (-1092)))) (-4 *11 (-735)) (-5 *2 (-2 (|:| |eqzro| (-592 *12)) (|:| |neqzro| (-592 *12)) (|:| |wcond| (-592 (-887 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *9)))) (|:| -2103 (-592 (-1174 (-385 (-887 *9))))))))) (-5 *1 (-859 *9 *10 *11 *12)))) (-3139 (*1 *2 *2 *3) (-12 (-5 *2 (-632 *7)) (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *1 (-859 *4 *5 *6 *7)))) (-3814 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *8)) (-5 *4 (-713)) (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-592 (-2 (|:| |det| *8) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (-5 *1 (-859 *5 *6 *7 *8)))) (-3486 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-592 *8))) (-5 *3 (-592 *8)) (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-108)) (-5 *1 (-859 *5 *6 *7 *8)))) (-2982 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-592 (-592 (-525)))) (-5 *1 (-859 *4 *5 *6 *7)) (-5 *3 (-525)) (-4 *7 (-884 *4 *6 *5)))) (-3657 (*1 *2 *2) (-12 (-5 *2 (-592 (-592 *6))) (-4 *6 (-884 *3 *5 *4)) (-4 *3 (-13 (-286) (-138))) (-4 *4 (-13 (-789) (-567 (-1092)))) (-4 *5 (-735)) (-5 *1 (-859 *3 *4 *5 *6)))) (-3902 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| *7) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 *7))))) (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-713)) (-5 *1 (-859 *4 *5 *6 *7)))) (-1765 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| *7) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 *7))))) (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-713)) (-5 *1 (-859 *4 *5 *6 *7)))) (-2007 (*1 *2 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-592 *3)) (-5 *1 (-859 *4 *5 *6 *3)) (-4 *3 (-884 *4 *6 *5)))) (-1338 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -4108 (-632 (-385 (-887 *4)))) (|:| |vec| (-592 (-385 (-887 *4)))) (|:| -3085 (-713)) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525))))) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-2 (|:| |partsol| (-1174 (-385 (-887 *4)))) (|:| -2103 (-592 (-1174 (-385 (-887 *4))))))) (-5 *1 (-859 *4 *5 *6 *7)) (-4 *7 (-884 *4 *6 *5)))) (-2478 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1174 (-385 (-887 *4)))) (|:| -2103 (-592 (-1174 (-385 (-887 *4))))))) (-5 *3 (-592 *7)) (-4 *4 (-13 (-286) (-138))) (-4 *7 (-884 *4 *6 *5)) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *1 (-859 *4 *5 *6 *7)))) (-3328 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *8)) (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| *8) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 *8))))) (-5 *1 (-859 *5 *6 *7 *8)) (-5 *4 (-713)))) (-2791 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-4 *7 (-884 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-108)) (|:| |z0| (-592 *7)) (|:| |n0| (-592 *7)))) (-5 *1 (-859 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-1870 (*1 *2 *3) (-12 (-5 *3 (-887 *4)) (-4 *4 (-13 (-286) (-138))) (-4 *2 (-884 *4 *6 *5)) (-5 *1 (-859 *4 *5 *6 *2)) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)))) (-2956 (*1 *2 *3) (-12 (-5 *3 (-592 (-1092))) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-592 (-385 (-887 *4)))) (-5 *1 (-859 *4 *5 *6 *7)) (-4 *7 (-884 *4 *6 *5)))) (-2914 (*1 *2 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-592 (-385 (-887 *4)))) (-5 *1 (-859 *4 *5 *6 *7)))) (-2914 (*1 *2 *3) (-12 (-5 *3 (-632 *7)) (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-632 (-385 (-887 *4)))) (-5 *1 (-859 *4 *5 *6 *7)))) (-2914 (*1 *2 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-385 (-887 *4))) (-5 *1 (-859 *4 *5 *6 *3)) (-4 *3 (-884 *4 *6 *5)))) (-2166 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-632 *11)) (-5 *4 (-592 (-385 (-887 *8)))) (-5 *5 (-713)) (-5 *6 (-1075)) (-4 *8 (-13 (-286) (-138))) (-4 *11 (-884 *8 *10 *9)) (-4 *9 (-13 (-789) (-567 (-1092)))) (-4 *10 (-735)) (-5 *2 (-2 (|:| |rgl| (-592 (-2 (|:| |eqzro| (-592 *11)) (|:| |neqzro| (-592 *11)) (|:| |wcond| (-592 (-887 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *8)))) (|:| -2103 (-592 (-1174 (-385 (-887 *8)))))))))) (|:| |rgsz| (-525)))) (-5 *1 (-859 *8 *9 *10 *11)) (-5 *7 (-525)))) (-1667 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-592 (-2 (|:| |eqzro| (-592 *7)) (|:| |neqzro| (-592 *7)) (|:| |wcond| (-592 (-887 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *4)))) (|:| -2103 (-592 (-1174 (-385 (-887 *4)))))))))) (-5 *1 (-859 *4 *5 *6 *7)) (-4 *7 (-884 *4 *6 *5)))) (-4039 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8)) (|:| |wcond| (-592 (-887 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *5)))) (|:| -2103 (-592 (-1174 (-385 (-887 *5)))))))))) (-5 *4 (-1075)) (-4 *5 (-13 (-286) (-138))) (-4 *8 (-884 *5 *7 *6)) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *5 *6 *7 *8)))) (-1671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-632 *9)) (-5 *4 (-856)) (-5 *5 (-1075)) (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138))) (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *6 *7 *8 *9)))) (-1671 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-632 *10)) (-5 *4 (-592 (-1092))) (-5 *5 (-856)) (-5 *6 (-1075)) (-4 *10 (-884 *7 *9 *8)) (-4 *7 (-13 (-286) (-138))) (-4 *8 (-13 (-789) (-567 (-1092)))) (-4 *9 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *7 *8 *9 *10)))) (-1671 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-632 *10)) (-5 *4 (-592 *10)) (-5 *5 (-856)) (-5 *6 (-1075)) (-4 *10 (-884 *7 *9 *8)) (-4 *7 (-13 (-286) (-138))) (-4 *8 (-13 (-789) (-567 (-1092)))) (-4 *9 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *7 *8 *9 *10)))) (-1671 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *8)) (-5 *4 (-1075)) (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *5 *6 *7 *8)))) (-1671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-632 *9)) (-5 *4 (-592 (-1092))) (-5 *5 (-1075)) (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138))) (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *6 *7 *8 *9)))) (-1671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-632 *9)) (-5 *4 (-592 *9)) (-5 *5 (-1075)) (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138))) (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *6 *7 *8 *9)))) (-1671 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *8)) (-5 *4 (-856)) (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-592 (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8)) (|:| |wcond| (-592 (-887 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *5)))) (|:| -2103 (-592 (-1174 (-385 (-887 *5)))))))))) (-5 *1 (-859 *5 *6 *7 *8)))) (-1671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-632 *9)) (-5 *4 (-592 (-1092))) (-5 *5 (-856)) (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138))) (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-592 (-2 (|:| |eqzro| (-592 *9)) (|:| |neqzro| (-592 *9)) (|:| |wcond| (-592 (-887 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *6)))) (|:| -2103 (-592 (-1174 (-385 (-887 *6)))))))))) (-5 *1 (-859 *6 *7 *8 *9)))) (-1671 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-632 *9)) (-5 *5 (-856)) (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138))) (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-592 (-2 (|:| |eqzro| (-592 *9)) (|:| |neqzro| (-592 *9)) (|:| |wcond| (-592 (-887 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *6)))) (|:| -2103 (-592 (-1174 (-385 (-887 *6)))))))))) (-5 *1 (-859 *6 *7 *8 *9)) (-5 *4 (-592 *9)))) (-1671 (*1 *2 *3) (-12 (-5 *3 (-632 *7)) (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-592 (-2 (|:| |eqzro| (-592 *7)) (|:| |neqzro| (-592 *7)) (|:| |wcond| (-592 (-887 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *4)))) (|:| -2103 (-592 (-1174 (-385 (-887 *4)))))))))) (-5 *1 (-859 *4 *5 *6 *7)))) (-1671 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *8)) (-5 *4 (-592 (-1092))) (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-592 (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8)) (|:| |wcond| (-592 (-887 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *5)))) (|:| -2103 (-592 (-1174 (-385 (-887 *5)))))))))) (-5 *1 (-859 *5 *6 *7 *8)))) (-1671 (*1 *2 *3 *4) (-12 (-5 *3 (-632 *8)) (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-592 (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8)) (|:| |wcond| (-592 (-887 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 *5)))) (|:| -2103 (-592 (-1174 (-385 (-887 *5)))))))))) (-5 *1 (-859 *5 *6 *7 *8)) (-5 *4 (-592 *8)))))
-(-10 -7 (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 |#4|))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 (-1092)))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 |#4|) (-856))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-592 (-1092)) (-856))) (-15 -1671 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-632 |#4|) (-856))) (-15 -1671 ((-525) (-632 |#4|) (-592 |#4|) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-592 (-1092)) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-592 |#4|) (-856) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-592 (-1092)) (-856) (-1075))) (-15 -1671 ((-525) (-632 |#4|) (-856) (-1075))) (-15 -4039 ((-525) (-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-1075))) (-15 -1667 ((-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|))))))))) (-1075))) (-15 -2166 ((-2 (|:| |rgl| (-592 (-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))))))) (|:| |rgsz| (-525))) (-632 |#4|) (-592 (-385 (-887 |#1|))) (-713) (-1075) (-525))) (-15 -2914 ((-385 (-887 |#1|)) |#4|)) (-15 -2914 ((-632 (-385 (-887 |#1|))) (-632 |#4|))) (-15 -2914 ((-592 (-385 (-887 |#1|))) (-592 |#4|))) (-15 -2956 ((-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -1870 (|#4| (-887 |#1|))) (-15 -2791 ((-2 (|:| |sysok| (-108)) (|:| |z0| (-592 |#4|)) (|:| |n0| (-592 |#4|))) (-592 |#4|) (-592 |#4|))) (-15 -3328 ((-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|)))) (-632 |#4|) (-713))) (-15 -2478 ((-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-592 |#4|))) (-15 -1338 ((-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))) (-2 (|:| -4108 (-632 (-385 (-887 |#1|)))) (|:| |vec| (-592 (-385 (-887 |#1|)))) (|:| -3085 (-713)) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (-15 -2007 ((-592 |#4|) |#4|)) (-15 -1765 ((-713) (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|)))))) (-15 -3902 ((-713) (-592 (-2 (|:| -3085 (-713)) (|:| |eqns| (-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))) (|:| |fgb| (-592 |#4|)))))) (-15 -3657 ((-592 (-592 |#4|)) (-592 (-592 |#4|)))) (-15 -2982 ((-592 (-592 (-525))) (-525) (-525))) (-15 -3486 ((-108) (-592 |#4|) (-592 (-592 |#4|)))) (-15 -3814 ((-592 (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525))))) (-632 |#4|) (-713))) (-15 -3139 ((-632 |#4|) (-632 |#4|) (-592 |#4|))) (-15 -1434 ((-2 (|:| |eqzro| (-592 |#4|)) (|:| |neqzro| (-592 |#4|)) (|:| |wcond| (-592 (-887 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1174 (-385 (-887 |#1|)))) (|:| -2103 (-592 (-1174 (-385 (-887 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))) (-632 |#4|) (-592 (-385 (-887 |#1|))) (-592 (-592 |#4|)) (-713) (-713) (-525))) (-15 -3939 (|#4| |#4|)) (-15 -3582 ((-108) (-592 |#4|))) (-15 -3582 ((-108) (-592 (-887 |#1|)))))
-((-3906 (((-862) |#1| (-1092)) 17) (((-862) |#1| (-1092) (-1015 (-205))) 21)) (-2203 (((-862) |#1| |#1| (-1092) (-1015 (-205))) 19) (((-862) |#1| (-1092) (-1015 (-205))) 15)))
-(((-860 |#1|) (-10 -7 (-15 -2203 ((-862) |#1| (-1092) (-1015 (-205)))) (-15 -2203 ((-862) |#1| |#1| (-1092) (-1015 (-205)))) (-15 -3906 ((-862) |#1| (-1092) (-1015 (-205)))) (-15 -3906 ((-862) |#1| (-1092)))) (-567 (-501))) (T -860))
-((-3906 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-5 *2 (-862)) (-5 *1 (-860 *3)) (-4 *3 (-567 (-501))))) (-3906 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1092)) (-5 *5 (-1015 (-205))) (-5 *2 (-862)) (-5 *1 (-860 *3)) (-4 *3 (-567 (-501))))) (-2203 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1092)) (-5 *5 (-1015 (-205))) (-5 *2 (-862)) (-5 *1 (-860 *3)) (-4 *3 (-567 (-501))))) (-2203 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1092)) (-5 *5 (-1015 (-205))) (-5 *2 (-862)) (-5 *1 (-860 *3)) (-4 *3 (-567 (-501))))))
-(-10 -7 (-15 -2203 ((-862) |#1| (-1092) (-1015 (-205)))) (-15 -2203 ((-862) |#1| |#1| (-1092) (-1015 (-205)))) (-15 -3906 ((-862) |#1| (-1092) (-1015 (-205)))) (-15 -3906 ((-862) |#1| (-1092))))
-((-3845 (($ $ (-1015 (-205)) (-1015 (-205)) (-1015 (-205))) 70)) (-3060 (((-1015 (-205)) $) 40)) (-3048 (((-1015 (-205)) $) 39)) (-3039 (((-1015 (-205)) $) 38)) (-3630 (((-592 (-592 (-205))) $) 43)) (-1271 (((-1015 (-205)) $) 41)) (-3611 (((-525) (-525)) 32)) (-3575 (((-525) (-525)) 28)) (-3030 (((-525) (-525)) 30)) (-1236 (((-108) (-108)) 35)) (-2003 (((-525)) 31)) (-2109 (($ $ (-1015 (-205))) 73) (($ $) 74)) (-3042 (($ (-1 (-878 (-205)) (-205)) (-1015 (-205))) 78) (($ (-1 (-878 (-205)) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205))) 79)) (-2203 (($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205))) 81) (($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205))) 82) (($ $ (-1015 (-205))) 76)) (-2575 (((-525)) 36)) (-1412 (((-525)) 27)) (-2120 (((-525)) 29)) (-2708 (((-592 (-592 (-878 (-205)))) $) 94)) (-1422 (((-108) (-108)) 37)) (-4100 (((-798) $) 93)) (-2355 (((-108)) 34)))
-(((-861) (-13 (-907) (-10 -8 (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)))) (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ $ (-1015 (-205)))) (-15 -3845 ($ $ (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2109 ($ $ (-1015 (-205)))) (-15 -2109 ($ $)) (-15 -1271 ((-1015 (-205)) $)) (-15 -3630 ((-592 (-592 (-205))) $)) (-15 -1412 ((-525))) (-15 -3575 ((-525) (-525))) (-15 -2120 ((-525))) (-15 -3030 ((-525) (-525))) (-15 -2003 ((-525))) (-15 -3611 ((-525) (-525))) (-15 -2355 ((-108))) (-15 -1236 ((-108) (-108))) (-15 -2575 ((-525))) (-15 -1422 ((-108) (-108)))))) (T -861))
-((-3042 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-861)))) (-3042 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-861)))) (-2203 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-861)))) (-2203 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-861)))) (-2203 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861)))) (-3845 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861)))) (-2109 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861)))) (-2109 (*1 *1 *1) (-5 *1 (-861))) (-1271 (*1 *2 *1) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861)))) (-3630 (*1 *2 *1) (-12 (-5 *2 (-592 (-592 (-205)))) (-5 *1 (-861)))) (-1412 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))) (-3575 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))) (-2120 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))) (-3030 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))) (-2003 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))) (-3611 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))) (-2355 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-861)))) (-1236 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-861)))) (-2575 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))) (-1422 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-861)))))
-(-13 (-907) (-10 -8 (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)))) (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ $ (-1015 (-205)))) (-15 -3845 ($ $ (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2109 ($ $ (-1015 (-205)))) (-15 -2109 ($ $)) (-15 -1271 ((-1015 (-205)) $)) (-15 -3630 ((-592 (-592 (-205))) $)) (-15 -1412 ((-525))) (-15 -3575 ((-525) (-525))) (-15 -2120 ((-525))) (-15 -3030 ((-525) (-525))) (-15 -2003 ((-525))) (-15 -3611 ((-525) (-525))) (-15 -2355 ((-108))) (-15 -1236 ((-108) (-108))) (-15 -2575 ((-525))) (-15 -1422 ((-108) (-108)))))
-((-3845 (($ $ (-1015 (-205))) 70) (($ $ (-1015 (-205)) (-1015 (-205))) 71)) (-3048 (((-1015 (-205)) $) 44)) (-3039 (((-1015 (-205)) $) 43)) (-1271 (((-1015 (-205)) $) 45)) (-3361 (((-525) (-525)) 37)) (-2213 (((-525) (-525)) 33)) (-1668 (((-525) (-525)) 35)) (-2281 (((-108) (-108)) 39)) (-2336 (((-525)) 36)) (-2109 (($ $ (-1015 (-205))) 74) (($ $) 75)) (-3042 (($ (-1 (-878 (-205)) (-205)) (-1015 (-205))) 84) (($ (-1 (-878 (-205)) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205))) 85)) (-3906 (($ (-1 (-205) (-205)) (-1015 (-205))) 92) (($ (-1 (-205) (-205))) 95)) (-2203 (($ (-1 (-205) (-205)) (-1015 (-205))) 79) (($ (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205))) 80) (($ (-592 (-1 (-205) (-205))) (-1015 (-205))) 87) (($ (-592 (-1 (-205) (-205))) (-1015 (-205)) (-1015 (-205))) 88) (($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205))) 81) (($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205))) 82) (($ $ (-1015 (-205))) 76)) (-2383 (((-108) $) 40)) (-2515 (((-525)) 41)) (-3951 (((-525)) 32)) (-1664 (((-525)) 34)) (-2708 (((-592 (-592 (-878 (-205)))) $) 23)) (-2388 (((-108) (-108)) 42)) (-4100 (((-798) $) 106)) (-3874 (((-108)) 38)))
-(((-862) (-13 (-889) (-10 -8 (-15 -2203 ($ (-1 (-205) (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ (-592 (-1 (-205) (-205))) (-1015 (-205)))) (-15 -2203 ($ (-592 (-1 (-205) (-205))) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)))) (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -3906 ($ (-1 (-205) (-205)) (-1015 (-205)))) (-15 -3906 ($ (-1 (-205) (-205)))) (-15 -2203 ($ $ (-1015 (-205)))) (-15 -2383 ((-108) $)) (-15 -3845 ($ $ (-1015 (-205)))) (-15 -3845 ($ $ (-1015 (-205)) (-1015 (-205)))) (-15 -2109 ($ $ (-1015 (-205)))) (-15 -2109 ($ $)) (-15 -1271 ((-1015 (-205)) $)) (-15 -3951 ((-525))) (-15 -2213 ((-525) (-525))) (-15 -1664 ((-525))) (-15 -1668 ((-525) (-525))) (-15 -2336 ((-525))) (-15 -3361 ((-525) (-525))) (-15 -3874 ((-108))) (-15 -2281 ((-108) (-108))) (-15 -2515 ((-525))) (-15 -2388 ((-108) (-108)))))) (T -862))
-((-2203 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-2203 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-2203 (*1 *1 *2 *3) (-12 (-5 *2 (-592 (-1 (-205) (-205)))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-2203 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-592 (-1 (-205) (-205)))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-2203 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-2203 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-3042 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-3042 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-3906 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205))) (-5 *1 (-862)))) (-3906 (*1 *1 *2) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *1 (-862)))) (-2203 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862)))) (-2383 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-862)))) (-3845 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862)))) (-3845 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862)))) (-2109 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862)))) (-2109 (*1 *1 *1) (-5 *1 (-862))) (-1271 (*1 *2 *1) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862)))) (-3951 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))) (-2213 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))) (-1664 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))) (-1668 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))) (-2336 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))) (-3361 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))) (-3874 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-862)))) (-2281 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-862)))) (-2515 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))) (-2388 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-862)))))
-(-13 (-889) (-10 -8 (-15 -2203 ($ (-1 (-205) (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ (-592 (-1 (-205) (-205))) (-1015 (-205)))) (-15 -2203 ($ (-592 (-1 (-205) (-205))) (-1015 (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)))) (-15 -2203 ($ (-1 (-205) (-205)) (-1 (-205) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)))) (-15 -3042 ($ (-1 (-878 (-205)) (-205)) (-1015 (-205)) (-1015 (-205)) (-1015 (-205)))) (-15 -3906 ($ (-1 (-205) (-205)) (-1015 (-205)))) (-15 -3906 ($ (-1 (-205) (-205)))) (-15 -2203 ($ $ (-1015 (-205)))) (-15 -2383 ((-108) $)) (-15 -3845 ($ $ (-1015 (-205)))) (-15 -3845 ($ $ (-1015 (-205)) (-1015 (-205)))) (-15 -2109 ($ $ (-1015 (-205)))) (-15 -2109 ($ $)) (-15 -1271 ((-1015 (-205)) $)) (-15 -3951 ((-525))) (-15 -2213 ((-525) (-525))) (-15 -1664 ((-525))) (-15 -1668 ((-525) (-525))) (-15 -2336 ((-525))) (-15 -3361 ((-525) (-525))) (-15 -3874 ((-108))) (-15 -2281 ((-108) (-108))) (-15 -2515 ((-525))) (-15 -2388 ((-108) (-108)))))
-((-1403 (((-592 (-1015 (-205))) (-592 (-592 (-878 (-205))))) 24)))
-(((-863) (-10 -7 (-15 -1403 ((-592 (-1015 (-205))) (-592 (-592 (-878 (-205)))))))) (T -863))
-((-1403 (*1 *2 *3) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *2 (-592 (-1015 (-205)))) (-5 *1 (-863)))))
-(-10 -7 (-15 -1403 ((-592 (-1015 (-205))) (-592 (-592 (-878 (-205)))))))
-((-3394 ((|#2| |#2|) 26)) (-4031 ((|#2| |#2|) 27)) (-2247 ((|#2| |#2|) 25)) (-2199 ((|#2| |#2| (-1075)) 24)))
-(((-864 |#1| |#2|) (-10 -7 (-15 -2199 (|#2| |#2| (-1075))) (-15 -2247 (|#2| |#2|)) (-15 -3394 (|#2| |#2|)) (-15 -4031 (|#2| |#2|))) (-789) (-408 |#1|)) (T -864))
-((-4031 (*1 *2 *2) (-12 (-4 *3 (-789)) (-5 *1 (-864 *3 *2)) (-4 *2 (-408 *3)))) (-3394 (*1 *2 *2) (-12 (-4 *3 (-789)) (-5 *1 (-864 *3 *2)) (-4 *2 (-408 *3)))) (-2247 (*1 *2 *2) (-12 (-4 *3 (-789)) (-5 *1 (-864 *3 *2)) (-4 *2 (-408 *3)))) (-2199 (*1 *2 *2 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-789)) (-5 *1 (-864 *4 *2)) (-4 *2 (-408 *4)))))
-(-10 -7 (-15 -2199 (|#2| |#2| (-1075))) (-15 -2247 (|#2| |#2|)) (-15 -3394 (|#2| |#2|)) (-15 -4031 (|#2| |#2|)))
-((-3394 (((-294 (-525)) (-1092)) 16)) (-4031 (((-294 (-525)) (-1092)) 14)) (-2247 (((-294 (-525)) (-1092)) 12)) (-2199 (((-294 (-525)) (-1092) (-1075)) 19)))
-(((-865) (-10 -7 (-15 -2199 ((-294 (-525)) (-1092) (-1075))) (-15 -2247 ((-294 (-525)) (-1092))) (-15 -3394 ((-294 (-525)) (-1092))) (-15 -4031 ((-294 (-525)) (-1092))))) (T -865))
-((-4031 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-294 (-525))) (-5 *1 (-865)))) (-3394 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-294 (-525))) (-5 *1 (-865)))) (-2247 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-294 (-525))) (-5 *1 (-865)))) (-2199 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-1075)) (-5 *2 (-294 (-525))) (-5 *1 (-865)))))
-(-10 -7 (-15 -2199 ((-294 (-525)) (-1092) (-1075))) (-15 -2247 ((-294 (-525)) (-1092))) (-15 -3394 ((-294 (-525)) (-1092))) (-15 -4031 ((-294 (-525)) (-1092))))
-((-3552 (((-824 |#1| |#3|) |#2| (-827 |#1|) (-824 |#1| |#3|)) 25)) (-2929 (((-1 (-108) |#2|) (-1 (-108) |#3|)) 13)))
-(((-866 |#1| |#2| |#3|) (-10 -7 (-15 -2929 ((-1 (-108) |#2|) (-1 (-108) |#3|))) (-15 -3552 ((-824 |#1| |#3|) |#2| (-827 |#1|) (-824 |#1| |#3|)))) (-1020) (-821 |#1|) (-13 (-1020) (-968 |#2|))) (T -866))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 *5 *6)) (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-4 *6 (-13 (-1020) (-968 *3))) (-4 *3 (-821 *5)) (-5 *1 (-866 *5 *3 *6)))) (-2929 (*1 *2 *3) (-12 (-5 *3 (-1 (-108) *6)) (-4 *6 (-13 (-1020) (-968 *5))) (-4 *5 (-821 *4)) (-4 *4 (-1020)) (-5 *2 (-1 (-108) *5)) (-5 *1 (-866 *4 *5 *6)))))
-(-10 -7 (-15 -2929 ((-1 (-108) |#2|) (-1 (-108) |#3|))) (-15 -3552 ((-824 |#1| |#3|) |#2| (-827 |#1|) (-824 |#1| |#3|))))
-((-3552 (((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)) 30)))
-(((-867 |#1| |#2| |#3|) (-10 -7 (-15 -3552 ((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)))) (-1020) (-13 (-517) (-789) (-821 |#1|)) (-13 (-408 |#2|) (-567 (-827 |#1|)) (-821 |#1|) (-968 (-565 $)))) (T -867))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 *5 *3)) (-4 *5 (-1020)) (-4 *3 (-13 (-408 *6) (-567 *4) (-821 *5) (-968 (-565 $)))) (-5 *4 (-827 *5)) (-4 *6 (-13 (-517) (-789) (-821 *5))) (-5 *1 (-867 *5 *6 *3)))))
-(-10 -7 (-15 -3552 ((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|))))
-((-3552 (((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|)) 13)))
-(((-868 |#1|) (-10 -7 (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|)))) (-510)) (T -868))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 (-525) *3)) (-5 *4 (-827 (-525))) (-4 *3 (-510)) (-5 *1 (-868 *3)))))
-(-10 -7 (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))))
-((-3552 (((-824 |#1| |#2|) (-565 |#2|) (-827 |#1|) (-824 |#1| |#2|)) 54)))
-(((-869 |#1| |#2|) (-10 -7 (-15 -3552 ((-824 |#1| |#2|) (-565 |#2|) (-827 |#1|) (-824 |#1| |#2|)))) (-1020) (-13 (-789) (-968 (-565 $)) (-567 (-827 |#1|)) (-821 |#1|))) (T -869))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 *5 *6)) (-5 *3 (-565 *6)) (-4 *5 (-1020)) (-4 *6 (-13 (-789) (-968 (-565 $)) (-567 *4) (-821 *5))) (-5 *4 (-827 *5)) (-5 *1 (-869 *5 *6)))))
-(-10 -7 (-15 -3552 ((-824 |#1| |#2|) (-565 |#2|) (-827 |#1|) (-824 |#1| |#2|))))
-((-3552 (((-820 |#1| |#2| |#3|) |#3| (-827 |#1|) (-820 |#1| |#2| |#3|)) 15)))
-(((-870 |#1| |#2| |#3|) (-10 -7 (-15 -3552 ((-820 |#1| |#2| |#3|) |#3| (-827 |#1|) (-820 |#1| |#2| |#3|)))) (-1020) (-821 |#1|) (-612 |#2|)) (T -870))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-820 *5 *6 *3)) (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-4 *6 (-821 *5)) (-4 *3 (-612 *6)) (-5 *1 (-870 *5 *6 *3)))))
-(-10 -7 (-15 -3552 ((-820 |#1| |#2| |#3|) |#3| (-827 |#1|) (-820 |#1| |#2| |#3|))))
-((-3552 (((-824 |#1| |#5|) |#5| (-827 |#1|) (-824 |#1| |#5|)) 17 (|has| |#3| (-821 |#1|))) (((-824 |#1| |#5|) |#5| (-827 |#1|) (-824 |#1| |#5|) (-1 (-824 |#1| |#5|) |#3| (-827 |#1|) (-824 |#1| |#5|))) 16)))
-(((-871 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3552 ((-824 |#1| |#5|) |#5| (-827 |#1|) (-824 |#1| |#5|) (-1 (-824 |#1| |#5|) |#3| (-827 |#1|) (-824 |#1| |#5|)))) (IF (|has| |#3| (-821 |#1|)) (-15 -3552 ((-824 |#1| |#5|) |#5| (-827 |#1|) (-824 |#1| |#5|))) |%noBranch|)) (-1020) (-735) (-789) (-13 (-977) (-789) (-821 |#1|)) (-13 (-884 |#4| |#2| |#3|) (-567 (-827 |#1|)))) (T -871))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 *5 *3)) (-4 *5 (-1020)) (-4 *3 (-13 (-884 *8 *6 *7) (-567 *4))) (-5 *4 (-827 *5)) (-4 *7 (-821 *5)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-13 (-977) (-789) (-821 *5))) (-5 *1 (-871 *5 *6 *7 *8 *3)))) (-3552 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-824 *6 *3) *8 (-827 *6) (-824 *6 *3))) (-4 *8 (-789)) (-5 *2 (-824 *6 *3)) (-5 *4 (-827 *6)) (-4 *6 (-1020)) (-4 *3 (-13 (-884 *9 *7 *8) (-567 *4))) (-4 *7 (-735)) (-4 *9 (-13 (-977) (-789) (-821 *6))) (-5 *1 (-871 *6 *7 *8 *9 *3)))))
-(-10 -7 (-15 -3552 ((-824 |#1| |#5|) |#5| (-827 |#1|) (-824 |#1| |#5|) (-1 (-824 |#1| |#5|) |#3| (-827 |#1|) (-824 |#1| |#5|)))) (IF (|has| |#3| (-821 |#1|)) (-15 -3552 ((-824 |#1| |#5|) |#5| (-827 |#1|) (-824 |#1| |#5|))) |%noBranch|))
-((-4113 ((|#2| |#2| (-592 (-1 (-108) |#3|))) 12) ((|#2| |#2| (-1 (-108) |#3|)) 13)))
-(((-872 |#1| |#2| |#3|) (-10 -7 (-15 -4113 (|#2| |#2| (-1 (-108) |#3|))) (-15 -4113 (|#2| |#2| (-592 (-1 (-108) |#3|))))) (-789) (-408 |#1|) (-1128)) (T -872))
-((-4113 (*1 *2 *2 *3) (-12 (-5 *3 (-592 (-1 (-108) *5))) (-4 *5 (-1128)) (-4 *4 (-789)) (-5 *1 (-872 *4 *2 *5)) (-4 *2 (-408 *4)))) (-4113 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-108) *5)) (-4 *5 (-1128)) (-4 *4 (-789)) (-5 *1 (-872 *4 *2 *5)) (-4 *2 (-408 *4)))))
-(-10 -7 (-15 -4113 (|#2| |#2| (-1 (-108) |#3|))) (-15 -4113 (|#2| |#2| (-592 (-1 (-108) |#3|)))))
-((-4113 (((-294 (-525)) (-1092) (-592 (-1 (-108) |#1|))) 18) (((-294 (-525)) (-1092) (-1 (-108) |#1|)) 15)))
-(((-873 |#1|) (-10 -7 (-15 -4113 ((-294 (-525)) (-1092) (-1 (-108) |#1|))) (-15 -4113 ((-294 (-525)) (-1092) (-592 (-1 (-108) |#1|))))) (-1128)) (T -873))
-((-4113 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-592 (-1 (-108) *5))) (-4 *5 (-1128)) (-5 *2 (-294 (-525))) (-5 *1 (-873 *5)))) (-4113 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-1 (-108) *5)) (-4 *5 (-1128)) (-5 *2 (-294 (-525))) (-5 *1 (-873 *5)))))
-(-10 -7 (-15 -4113 ((-294 (-525)) (-1092) (-1 (-108) |#1|))) (-15 -4113 ((-294 (-525)) (-1092) (-592 (-1 (-108) |#1|)))))
-((-3552 (((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)) 25)))
-(((-874 |#1| |#2| |#3|) (-10 -7 (-15 -3552 ((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)))) (-1020) (-13 (-517) (-821 |#1|) (-567 (-827 |#1|))) (-925 |#2|)) (T -874))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 *5 *3)) (-4 *5 (-1020)) (-4 *3 (-925 *6)) (-4 *6 (-13 (-517) (-821 *5) (-567 *4))) (-5 *4 (-827 *5)) (-5 *1 (-874 *5 *6 *3)))))
-(-10 -7 (-15 -3552 ((-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|))))
-((-3552 (((-824 |#1| (-1092)) (-1092) (-827 |#1|) (-824 |#1| (-1092))) 17)))
-(((-875 |#1|) (-10 -7 (-15 -3552 ((-824 |#1| (-1092)) (-1092) (-827 |#1|) (-824 |#1| (-1092))))) (-1020)) (T -875))
-((-3552 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-824 *5 (-1092))) (-5 *3 (-1092)) (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-5 *1 (-875 *5)))))
-(-10 -7 (-15 -3552 ((-824 |#1| (-1092)) (-1092) (-827 |#1|) (-824 |#1| (-1092)))))
-((-3866 (((-824 |#1| |#3|) (-592 |#3|) (-592 (-827 |#1|)) (-824 |#1| |#3|) (-1 (-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|))) 33)) (-3552 (((-824 |#1| |#3|) (-592 |#3|) (-592 (-827 |#1|)) (-1 |#3| (-592 |#3|)) (-824 |#1| |#3|) (-1 (-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|))) 32)))
-(((-876 |#1| |#2| |#3|) (-10 -7 (-15 -3552 ((-824 |#1| |#3|) (-592 |#3|) (-592 (-827 |#1|)) (-1 |#3| (-592 |#3|)) (-824 |#1| |#3|) (-1 (-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)))) (-15 -3866 ((-824 |#1| |#3|) (-592 |#3|) (-592 (-827 |#1|)) (-824 |#1| |#3|) (-1 (-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|))))) (-1020) (-13 (-977) (-789)) (-13 (-977) (-567 (-827 |#1|)) (-968 |#2|))) (T -876))
-((-3866 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 (-827 *6))) (-5 *5 (-1 (-824 *6 *8) *8 (-827 *6) (-824 *6 *8))) (-4 *6 (-1020)) (-4 *8 (-13 (-977) (-567 (-827 *6)) (-968 *7))) (-5 *2 (-824 *6 *8)) (-4 *7 (-13 (-977) (-789))) (-5 *1 (-876 *6 *7 *8)))) (-3552 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-592 (-827 *7))) (-5 *5 (-1 *9 (-592 *9))) (-5 *6 (-1 (-824 *7 *9) *9 (-827 *7) (-824 *7 *9))) (-4 *7 (-1020)) (-4 *9 (-13 (-977) (-567 (-827 *7)) (-968 *8))) (-5 *2 (-824 *7 *9)) (-5 *3 (-592 *9)) (-4 *8 (-13 (-977) (-789))) (-5 *1 (-876 *7 *8 *9)))))
-(-10 -7 (-15 -3552 ((-824 |#1| |#3|) (-592 |#3|) (-592 (-827 |#1|)) (-1 |#3| (-592 |#3|)) (-824 |#1| |#3|) (-1 (-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)))) (-15 -3866 ((-824 |#1| |#3|) (-592 |#3|) (-592 (-827 |#1|)) (-824 |#1| |#3|) (-1 (-824 |#1| |#3|) |#3| (-827 |#1|) (-824 |#1| |#3|)))))
-((-3530 (((-1088 (-385 (-525))) (-525)) 63)) (-1836 (((-1088 (-525)) (-525)) 66)) (-1809 (((-1088 (-525)) (-525)) 60)) (-2680 (((-525) (-1088 (-525))) 55)) (-2550 (((-1088 (-385 (-525))) (-525)) 49)) (-3099 (((-1088 (-525)) (-525)) 38)) (-1604 (((-1088 (-525)) (-525)) 68)) (-4062 (((-1088 (-525)) (-525)) 67)) (-2198 (((-1088 (-385 (-525))) (-525)) 51)))
-(((-877) (-10 -7 (-15 -2198 ((-1088 (-385 (-525))) (-525))) (-15 -4062 ((-1088 (-525)) (-525))) (-15 -1604 ((-1088 (-525)) (-525))) (-15 -3099 ((-1088 (-525)) (-525))) (-15 -2550 ((-1088 (-385 (-525))) (-525))) (-15 -2680 ((-525) (-1088 (-525)))) (-15 -1809 ((-1088 (-525)) (-525))) (-15 -1836 ((-1088 (-525)) (-525))) (-15 -3530 ((-1088 (-385 (-525))) (-525))))) (T -877))
-((-3530 (*1 *2 *3) (-12 (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-877)) (-5 *3 (-525)))) (-1836 (*1 *2 *3) (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))) (-1809 (*1 *2 *3) (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))) (-2680 (*1 *2 *3) (-12 (-5 *3 (-1088 (-525))) (-5 *2 (-525)) (-5 *1 (-877)))) (-2550 (*1 *2 *3) (-12 (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-877)) (-5 *3 (-525)))) (-3099 (*1 *2 *3) (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))) (-1604 (*1 *2 *3) (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))) (-4062 (*1 *2 *3) (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))) (-2198 (*1 *2 *3) (-12 (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-877)) (-5 *3 (-525)))))
-(-10 -7 (-15 -2198 ((-1088 (-385 (-525))) (-525))) (-15 -4062 ((-1088 (-525)) (-525))) (-15 -1604 ((-1088 (-525)) (-525))) (-15 -3099 ((-1088 (-525)) (-525))) (-15 -2550 ((-1088 (-385 (-525))) (-525))) (-15 -2680 ((-525) (-1088 (-525)))) (-15 -1809 ((-1088 (-525)) (-525))) (-15 -1836 ((-1088 (-525)) (-525))) (-15 -3530 ((-1088 (-385 (-525))) (-525))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1221 (($ (-713)) NIL (|has| |#1| (-23)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) |#1|) 11 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-4112 (($ (-592 |#1|)) 13)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-1825 (((-632 |#1|) $ $) NIL (|has| |#1| (-977)))) (-3324 (($ (-713) |#1|) 8)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 10 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2482 ((|#1| $) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-977))))) (-4028 (((-108) $ (-713)) NIL)) (-4128 ((|#1| $) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-977))))) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-1397 (($ $ (-592 |#1|)) 26)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) 20) (($ $ (-1141 (-525))) NIL)) (-3584 ((|#1| $ $) NIL (|has| |#1| (-977)))) (-3933 (((-856) $) 16)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-2548 (($ $ $) 24)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501)))) (($ (-592 |#1|)) 17)) (-4114 (($ (-592 |#1|)) NIL)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 25) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2871 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2860 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-525) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-669))) (($ $ |#1|) NIL (|has| |#1| (-669)))) (-2827 (((-713) $) 14 (|has| $ (-6 -4259)))))
-(((-878 |#1|) (-913 |#1|) (-977)) (T -878))
-NIL
-(-913 |#1|)
-((-2742 (((-457 |#1| |#2|) (-887 |#2|)) 20)) (-1536 (((-227 |#1| |#2|) (-887 |#2|)) 33)) (-2223 (((-887 |#2|) (-457 |#1| |#2|)) 25)) (-3206 (((-227 |#1| |#2|) (-457 |#1| |#2|)) 55)) (-4176 (((-887 |#2|) (-227 |#1| |#2|)) 30)) (-2373 (((-457 |#1| |#2|) (-227 |#1| |#2|)) 46)))
-(((-879 |#1| |#2|) (-10 -7 (-15 -2373 ((-457 |#1| |#2|) (-227 |#1| |#2|))) (-15 -3206 ((-227 |#1| |#2|) (-457 |#1| |#2|))) (-15 -2742 ((-457 |#1| |#2|) (-887 |#2|))) (-15 -2223 ((-887 |#2|) (-457 |#1| |#2|))) (-15 -4176 ((-887 |#2|) (-227 |#1| |#2|))) (-15 -1536 ((-227 |#1| |#2|) (-887 |#2|)))) (-592 (-1092)) (-977)) (T -879))
-((-1536 (*1 *2 *3) (-12 (-5 *3 (-887 *5)) (-4 *5 (-977)) (-5 *2 (-227 *4 *5)) (-5 *1 (-879 *4 *5)) (-14 *4 (-592 (-1092))))) (-4176 (*1 *2 *3) (-12 (-5 *3 (-227 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977)) (-5 *2 (-887 *5)) (-5 *1 (-879 *4 *5)))) (-2223 (*1 *2 *3) (-12 (-5 *3 (-457 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977)) (-5 *2 (-887 *5)) (-5 *1 (-879 *4 *5)))) (-2742 (*1 *2 *3) (-12 (-5 *3 (-887 *5)) (-4 *5 (-977)) (-5 *2 (-457 *4 *5)) (-5 *1 (-879 *4 *5)) (-14 *4 (-592 (-1092))))) (-3206 (*1 *2 *3) (-12 (-5 *3 (-457 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977)) (-5 *2 (-227 *4 *5)) (-5 *1 (-879 *4 *5)))) (-2373 (*1 *2 *3) (-12 (-5 *3 (-227 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977)) (-5 *2 (-457 *4 *5)) (-5 *1 (-879 *4 *5)))))
-(-10 -7 (-15 -2373 ((-457 |#1| |#2|) (-227 |#1| |#2|))) (-15 -3206 ((-227 |#1| |#2|) (-457 |#1| |#2|))) (-15 -2742 ((-457 |#1| |#2|) (-887 |#2|))) (-15 -2223 ((-887 |#2|) (-457 |#1| |#2|))) (-15 -4176 ((-887 |#2|) (-227 |#1| |#2|))) (-15 -1536 ((-227 |#1| |#2|) (-887 |#2|))))
-((-2313 (((-592 |#2|) |#2| |#2|) 10)) (-3072 (((-713) (-592 |#1|)) 37 (|has| |#1| (-787)))) (-3232 (((-592 |#2|) |#2|) 11)) (-2037 (((-713) (-592 |#1|) (-525) (-525)) 39 (|has| |#1| (-787)))) (-3571 ((|#1| |#2|) 32 (|has| |#1| (-787)))))
-(((-880 |#1| |#2|) (-10 -7 (-15 -2313 ((-592 |#2|) |#2| |#2|)) (-15 -3232 ((-592 |#2|) |#2|)) (IF (|has| |#1| (-787)) (PROGN (-15 -3571 (|#1| |#2|)) (-15 -3072 ((-713) (-592 |#1|))) (-15 -2037 ((-713) (-592 |#1|) (-525) (-525)))) |%noBranch|)) (-341) (-1150 |#1|)) (T -880))
-((-2037 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-592 *5)) (-5 *4 (-525)) (-4 *5 (-787)) (-4 *5 (-341)) (-5 *2 (-713)) (-5 *1 (-880 *5 *6)) (-4 *6 (-1150 *5)))) (-3072 (*1 *2 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-787)) (-4 *4 (-341)) (-5 *2 (-713)) (-5 *1 (-880 *4 *5)) (-4 *5 (-1150 *4)))) (-3571 (*1 *2 *3) (-12 (-4 *2 (-341)) (-4 *2 (-787)) (-5 *1 (-880 *2 *3)) (-4 *3 (-1150 *2)))) (-3232 (*1 *2 *3) (-12 (-4 *4 (-341)) (-5 *2 (-592 *3)) (-5 *1 (-880 *4 *3)) (-4 *3 (-1150 *4)))) (-2313 (*1 *2 *3 *3) (-12 (-4 *4 (-341)) (-5 *2 (-592 *3)) (-5 *1 (-880 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -2313 ((-592 |#2|) |#2| |#2|)) (-15 -3232 ((-592 |#2|) |#2|)) (IF (|has| |#1| (-787)) (PROGN (-15 -3571 (|#1| |#2|)) (-15 -3072 ((-713) (-592 |#1|))) (-15 -2037 ((-713) (-592 |#1|) (-525) (-525)))) |%noBranch|))
-((-2016 (((-887 |#2|) (-1 |#2| |#1|) (-887 |#1|)) 19)))
-(((-881 |#1| |#2|) (-10 -7 (-15 -2016 ((-887 |#2|) (-1 |#2| |#1|) (-887 |#1|)))) (-977) (-977)) (T -881))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-887 *5)) (-4 *5 (-977)) (-4 *6 (-977)) (-5 *2 (-887 *6)) (-5 *1 (-881 *5 *6)))))
-(-10 -7 (-15 -2016 ((-887 |#2|) (-1 |#2| |#1|) (-887 |#1|))))
-((-4169 (((-1147 |#1| (-887 |#2|)) (-887 |#2|) (-1170 |#1|)) 18)))
-(((-882 |#1| |#2|) (-10 -7 (-15 -4169 ((-1147 |#1| (-887 |#2|)) (-887 |#2|) (-1170 |#1|)))) (-1092) (-977)) (T -882))
-((-4169 (*1 *2 *3 *4) (-12 (-5 *4 (-1170 *5)) (-14 *5 (-1092)) (-4 *6 (-977)) (-5 *2 (-1147 *5 (-887 *6))) (-5 *1 (-882 *5 *6)) (-5 *3 (-887 *6)))))
-(-10 -7 (-15 -4169 ((-1147 |#1| (-887 |#2|)) (-887 |#2|) (-1170 |#1|))))
-((-1928 (((-713) $) 71) (((-713) $ (-592 |#4|)) 74)) (-4195 (($ $) 173)) (-3586 (((-396 $) $) 165)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 116)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 (-525) "failed") $) NIL) (((-3 |#4| "failed") $) 60)) (-4105 ((|#2| $) NIL) (((-385 (-525)) $) NIL) (((-525) $) NIL) ((|#4| $) 59)) (-3801 (($ $ $ |#4|) 76)) (-3090 (((-632 (-525)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) 106) (((-632 |#2|) (-632 $)) 99)) (-3201 (($ $) 180) (($ $ |#4|) 183)) (-1441 (((-592 $) $) 63)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 199) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 192)) (-2884 (((-592 $) $) 28)) (-1272 (($ |#2| |#3|) NIL) (($ $ |#4| (-713)) NIL) (($ $ (-592 |#4|) (-592 (-713))) 57)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |#4|) 162)) (-2977 (((-3 (-592 $) "failed") $) 42)) (-3165 (((-3 (-592 $) "failed") $) 31)) (-1986 (((-3 (-2 (|:| |var| |#4|) (|:| -2168 (-713))) "failed") $) 47)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 109)) (-3089 (((-396 (-1088 $)) (-1088 $)) 122)) (-3644 (((-396 (-1088 $)) (-1088 $)) 120)) (-4201 (((-396 $) $) 140)) (-2825 (($ $ (-592 (-273 $))) 21) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-592 |#4|) (-592 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-592 |#4|) (-592 $)) NIL)) (-4115 (($ $ |#4|) 78)) (-2069 (((-827 (-357)) $) 213) (((-827 (-525)) $) 206) (((-501) $) 221)) (-1661 ((|#2| $) NIL) (($ $ |#4|) 175)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 154)) (-3136 ((|#2| $ |#3|) NIL) (($ $ |#4| (-713)) 52) (($ $ (-592 |#4|) (-592 (-713))) 55)) (-1463 (((-3 $ "failed") $) 156)) (-2795 (((-108) $ $) 186)))
-(((-883 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -4195 (|#1| |#1|)) (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3644 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3089 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -3739 ((-3 (-1174 |#1|) "failed") (-632 |#1|))) (-15 -3201 (|#1| |#1| |#4|)) (-15 -1661 (|#1| |#1| |#4|)) (-15 -4115 (|#1| |#1| |#4|)) (-15 -3801 (|#1| |#1| |#1| |#4|)) (-15 -1441 ((-592 |#1|) |#1|)) (-15 -1928 ((-713) |#1| (-592 |#4|))) (-15 -1928 ((-713) |#1|)) (-15 -1986 ((-3 (-2 (|:| |var| |#4|) (|:| -2168 (-713))) "failed") |#1|)) (-15 -2977 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -3165 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -1272 (|#1| |#1| (-592 |#4|) (-592 (-713)))) (-15 -1272 (|#1| |#1| |#4| (-713))) (-15 -3021 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1| |#4|)) (-15 -2884 ((-592 |#1|) |#1|)) (-15 -3136 (|#1| |#1| (-592 |#4|) (-592 (-713)))) (-15 -3136 (|#1| |#1| |#4| (-713))) (-15 -3090 ((-632 |#2|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -4105 (|#4| |#1|)) (-15 -1934 ((-3 |#4| "failed") |#1|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#4| |#1|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#4| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -1272 (|#1| |#2| |#3|)) (-15 -3136 (|#2| |#1| |#3|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -3201 (|#1| |#1|))) (-884 |#2| |#3| |#4|) (-977) (-735) (-789)) (T -883))
-NIL
-(-10 -8 (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -4195 (|#1| |#1|)) (-15 -1463 ((-3 |#1| "failed") |#1|)) (-15 -2795 ((-108) |#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3644 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3089 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -3739 ((-3 (-1174 |#1|) "failed") (-632 |#1|))) (-15 -3201 (|#1| |#1| |#4|)) (-15 -1661 (|#1| |#1| |#4|)) (-15 -4115 (|#1| |#1| |#4|)) (-15 -3801 (|#1| |#1| |#1| |#4|)) (-15 -1441 ((-592 |#1|) |#1|)) (-15 -1928 ((-713) |#1| (-592 |#4|))) (-15 -1928 ((-713) |#1|)) (-15 -1986 ((-3 (-2 (|:| |var| |#4|) (|:| -2168 (-713))) "failed") |#1|)) (-15 -2977 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -3165 ((-3 (-592 |#1|) "failed") |#1|)) (-15 -1272 (|#1| |#1| (-592 |#4|) (-592 (-713)))) (-15 -1272 (|#1| |#1| |#4| (-713))) (-15 -3021 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1| |#4|)) (-15 -2884 ((-592 |#1|) |#1|)) (-15 -3136 (|#1| |#1| (-592 |#4|) (-592 (-713)))) (-15 -3136 (|#1| |#1| |#4| (-713))) (-15 -3090 ((-632 |#2|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -4105 (|#4| |#1|)) (-15 -1934 ((-3 |#4| "failed") |#1|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#4| |#1|)) (-15 -2825 (|#1| |#1| (-592 |#4|) (-592 |#2|))) (-15 -2825 (|#1| |#1| |#4| |#2|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -1272 (|#1| |#2| |#3|)) (-15 -3136 (|#2| |#1| |#3|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -3201 (|#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 |#3|) $) 110)) (-4169 (((-1088 $) $ |#3|) 125) (((-1088 |#1|) $) 124)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 87 (|has| |#1| (-517)))) (-2433 (($ $) 88 (|has| |#1| (-517)))) (-1568 (((-108) $) 90 (|has| |#1| (-517)))) (-1928 (((-713) $) 112) (((-713) $ (-592 |#3|)) 111)) (-3222 (((-3 $ "failed") $ $) 19)) (-2426 (((-396 (-1088 $)) (-1088 $)) 100 (|has| |#1| (-844)))) (-4195 (($ $) 98 (|has| |#1| (-429)))) (-3586 (((-396 $) $) 97 (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 103 (|has| |#1| (-844)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 164) (((-3 (-385 (-525)) "failed") $) 162 (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) 160 (|has| |#1| (-968 (-525)))) (((-3 |#3| "failed") $) 136)) (-4105 ((|#1| $) 165) (((-385 (-525)) $) 161 (|has| |#1| (-968 (-385 (-525))))) (((-525) $) 159 (|has| |#1| (-968 (-525)))) ((|#3| $) 135)) (-3801 (($ $ $ |#3|) 108 (|has| |#1| (-160)))) (-1451 (($ $) 154)) (-3090 (((-632 (-525)) (-632 $)) 134 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 133 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 132) (((-632 |#1|) (-632 $)) 131)) (-3300 (((-3 $ "failed") $) 34)) (-3201 (($ $) 176 (|has| |#1| (-429))) (($ $ |#3|) 105 (|has| |#1| (-429)))) (-1441 (((-592 $) $) 109)) (-1798 (((-108) $) 96 (|has| |#1| (-844)))) (-1457 (($ $ |#1| |#2| $) 172)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 84 (-12 (|has| |#3| (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 83 (-12 (|has| |#3| (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-2278 (((-108) $) 31)) (-4025 (((-713) $) 169)) (-1284 (($ (-1088 |#1|) |#3|) 117) (($ (-1088 $) |#3|) 116)) (-2884 (((-592 $) $) 126)) (-2457 (((-108) $) 152)) (-1272 (($ |#1| |#2|) 153) (($ $ |#3| (-713)) 119) (($ $ (-592 |#3|) (-592 (-713))) 118)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |#3|) 120)) (-1819 ((|#2| $) 170) (((-713) $ |#3|) 122) (((-592 (-713)) $ (-592 |#3|)) 121)) (-3033 (($ $ $) 79 (|has| |#1| (-789)))) (-1609 (($ $ $) 78 (|has| |#1| (-789)))) (-1314 (($ (-1 |#2| |#2|) $) 171)) (-2016 (($ (-1 |#1| |#1|) $) 151)) (-2018 (((-3 |#3| "failed") $) 123)) (-1418 (($ $) 149)) (-1430 ((|#1| $) 148)) (-2739 (($ (-592 $)) 94 (|has| |#1| (-429))) (($ $ $) 93 (|has| |#1| (-429)))) (-1289 (((-1075) $) 9)) (-2977 (((-3 (-592 $) "failed") $) 114)) (-3165 (((-3 (-592 $) "failed") $) 115)) (-1986 (((-3 (-2 (|:| |var| |#3|) (|:| -2168 (-713))) "failed") $) 113)) (-3993 (((-1039) $) 10)) (-1399 (((-108) $) 166)) (-1407 ((|#1| $) 167)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 95 (|has| |#1| (-429)))) (-2772 (($ (-592 $)) 92 (|has| |#1| (-429))) (($ $ $) 91 (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) 102 (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 101 (|has| |#1| (-844)))) (-4201 (((-396 $) $) 99 (|has| |#1| (-844)))) (-1311 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-517))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) 145) (($ $ (-273 $)) 144) (($ $ $ $) 143) (($ $ (-592 $) (-592 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-592 |#3|) (-592 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-592 |#3|) (-592 $)) 138)) (-4115 (($ $ |#3|) 107 (|has| |#1| (-160)))) (-2702 (($ $ |#3|) 42) (($ $ (-592 |#3|)) 41) (($ $ |#3| (-713)) 40) (($ $ (-592 |#3|) (-592 (-713))) 39)) (-3529 ((|#2| $) 150) (((-713) $ |#3|) 130) (((-592 (-713)) $ (-592 |#3|)) 129)) (-2069 (((-827 (-357)) $) 82 (-12 (|has| |#3| (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) 81 (-12 (|has| |#3| (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) 80 (-12 (|has| |#3| (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) 175 (|has| |#1| (-429))) (($ $ |#3|) 106 (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 104 (-3944 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 163) (($ |#3|) 137) (($ $) 85 (|has| |#1| (-517))) (($ (-385 (-525))) 72 (-2067 (|has| |#1| (-968 (-385 (-525)))) (|has| |#1| (-37 (-385 (-525))))))) (-3137 (((-592 |#1|) $) 168)) (-3136 ((|#1| $ |#2|) 155) (($ $ |#3| (-713)) 128) (($ $ (-592 |#3|) (-592 (-713))) 127)) (-1463 (((-3 $ "failed") $) 73 (-2067 (-3944 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) 29)) (-4042 (($ $ $ (-713)) 173 (|has| |#1| (-160)))) (-1571 (((-108) $ $) 89 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ |#3|) 38) (($ $ (-592 |#3|)) 37) (($ $ |#3| (-713)) 36) (($ $ (-592 |#3|) (-592 (-713))) 35)) (-2830 (((-108) $ $) 76 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 75 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 77 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 74 (|has| |#1| (-789)))) (-2880 (($ $ |#1|) 156 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 158 (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) 157 (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
-(((-884 |#1| |#2| |#3|) (-131) (-977) (-735) (-789)) (T -884))
-((-3201 (*1 *1 *1) (-12 (-4 *1 (-884 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-429)))) (-3529 (*1 *2 *1 *3) (-12 (-4 *1 (-884 *4 *5 *3)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-5 *2 (-713)))) (-3529 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *6)) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 (-713))))) (-3136 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-884 *4 *5 *2)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *2 (-789)))) (-3136 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *6)) (-5 *3 (-592 (-713))) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)))) (-2884 (*1 *2 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-884 *3 *4 *5)))) (-4169 (*1 *2 *1 *3) (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-5 *2 (-1088 *1)) (-4 *1 (-884 *4 *5 *3)))) (-4169 (*1 *2 *1) (-12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-1088 *3)))) (-2018 (*1 *2 *1) (|partial| -12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-1819 (*1 *2 *1 *3) (-12 (-4 *1 (-884 *4 *5 *3)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-5 *2 (-713)))) (-1819 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *6)) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 (-713))))) (-3021 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-884 *4 *5 *3)))) (-1272 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-884 *4 *5 *2)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *2 (-789)))) (-1272 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *6)) (-5 *3 (-592 (-713))) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)))) (-1284 (*1 *1 *2 *3) (-12 (-5 *2 (-1088 *4)) (-4 *4 (-977)) (-4 *1 (-884 *4 *5 *3)) (-4 *5 (-735)) (-4 *3 (-789)))) (-1284 (*1 *1 *2 *3) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-884 *4 *5 *3)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)))) (-3165 (*1 *2 *1) (|partial| -12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-884 *3 *4 *5)))) (-2977 (*1 *2 *1) (|partial| -12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-884 *3 *4 *5)))) (-1986 (*1 *2 *1) (|partial| -12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| |var| *5) (|:| -2168 (-713)))))) (-1928 (*1 *2 *1) (-12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-713)))) (-1928 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *6)) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-713)))) (-1296 (*1 *2 *1) (-12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *5)))) (-1441 (*1 *2 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-884 *3 *4 *5)))) (-3801 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)) (-4 *3 (-160)))) (-4115 (*1 *1 *1 *2) (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)) (-4 *3 (-160)))) (-1661 (*1 *1 *1 *2) (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)) (-4 *3 (-429)))) (-3201 (*1 *1 *1 *2) (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)) (-4 *3 (-429)))) (-4195 (*1 *1 *1) (-12 (-4 *1 (-884 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-429)))) (-3586 (*1 *2 *1) (-12 (-4 *3 (-429)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-396 *1)) (-4 *1 (-884 *3 *4 *5)))))
-(-13 (-835 |t#3|) (-304 |t#1| |t#2|) (-288 $) (-486 |t#3| |t#1|) (-486 |t#3| $) (-968 |t#3|) (-355 |t#1|) (-10 -8 (-15 -3529 ((-713) $ |t#3|)) (-15 -3529 ((-592 (-713)) $ (-592 |t#3|))) (-15 -3136 ($ $ |t#3| (-713))) (-15 -3136 ($ $ (-592 |t#3|) (-592 (-713)))) (-15 -2884 ((-592 $) $)) (-15 -4169 ((-1088 $) $ |t#3|)) (-15 -4169 ((-1088 |t#1|) $)) (-15 -2018 ((-3 |t#3| "failed") $)) (-15 -1819 ((-713) $ |t#3|)) (-15 -1819 ((-592 (-713)) $ (-592 |t#3|))) (-15 -3021 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |t#3|)) (-15 -1272 ($ $ |t#3| (-713))) (-15 -1272 ($ $ (-592 |t#3|) (-592 (-713)))) (-15 -1284 ($ (-1088 |t#1|) |t#3|)) (-15 -1284 ($ (-1088 $) |t#3|)) (-15 -3165 ((-3 (-592 $) "failed") $)) (-15 -2977 ((-3 (-592 $) "failed") $)) (-15 -1986 ((-3 (-2 (|:| |var| |t#3|) (|:| -2168 (-713))) "failed") $)) (-15 -1928 ((-713) $)) (-15 -1928 ((-713) $ (-592 |t#3|))) (-15 -1296 ((-592 |t#3|) $)) (-15 -1441 ((-592 $) $)) (IF (|has| |t#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |t#1| (-567 (-501))) (IF (|has| |t#3| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-567 (-827 (-525)))) (IF (|has| |t#3| (-567 (-827 (-525)))) (-6 (-567 (-827 (-525)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-567 (-827 (-357)))) (IF (|has| |t#3| (-567 (-827 (-357)))) (-6 (-567 (-827 (-357)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-821 (-525))) (IF (|has| |t#3| (-821 (-525))) (-6 (-821 (-525))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-821 (-357))) (IF (|has| |t#3| (-821 (-357))) (-6 (-821 (-357))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-160)) (PROGN (-15 -3801 ($ $ $ |t#3|)) (-15 -4115 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-429)) (PROGN (-6 (-429)) (-15 -1661 ($ $ |t#3|)) (-15 -3201 ($ $)) (-15 -3201 ($ $ |t#3|)) (-15 -3586 ((-396 $) $)) (-15 -4195 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4257)) (-6 -4257) |%noBranch|) (IF (|has| |t#1| (-844)) (-6 (-844)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-567 (-501)) -12 (|has| |#1| (-567 (-501))) (|has| |#3| (-567 (-501)))) ((-567 (-827 (-357))) -12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#3| (-567 (-827 (-357))))) ((-567 (-827 (-525))) -12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#3| (-567 (-827 (-525))))) ((-269) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-288 $) . T) ((-304 |#1| |#2|) . T) ((-355 |#1|) . T) ((-389 |#1|) . T) ((-429) -2067 (|has| |#1| (-844)) (|has| |#1| (-429))) ((-486 |#3| |#1|) . T) ((-486 |#3| $) . T) ((-486 $ $) . T) ((-517) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-594 #0#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #0#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-669) . T) ((-789) |has| |#1| (-789)) ((-835 |#3|) . T) ((-821 (-357)) -12 (|has| |#1| (-821 (-357))) (|has| |#3| (-821 (-357)))) ((-821 (-525)) -12 (|has| |#1| (-821 (-525))) (|has| |#3| (-821 (-525)))) ((-844) |has| |#1| (-844)) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-968 |#3|) . T) ((-983 #0#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) |has| |#1| (-844)))
-((-1296 (((-592 |#2|) |#5|) 36)) (-4169 (((-1088 |#5|) |#5| |#2| (-1088 |#5|)) 23) (((-385 (-1088 |#5|)) |#5| |#2|) 16)) (-1284 ((|#5| (-385 (-1088 |#5|)) |#2|) 30)) (-2018 (((-3 |#2| "failed") |#5|) 65)) (-2977 (((-3 (-592 |#5|) "failed") |#5|) 59)) (-3159 (((-3 (-2 (|:| |val| |#5|) (|:| -2168 (-525))) "failed") |#5|) 47)) (-3165 (((-3 (-592 |#5|) "failed") |#5|) 61)) (-1986 (((-3 (-2 (|:| |var| |#2|) (|:| -2168 (-525))) "failed") |#5|) 51)))
-(((-885 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1296 ((-592 |#2|) |#5|)) (-15 -2018 ((-3 |#2| "failed") |#5|)) (-15 -4169 ((-385 (-1088 |#5|)) |#5| |#2|)) (-15 -1284 (|#5| (-385 (-1088 |#5|)) |#2|)) (-15 -4169 ((-1088 |#5|) |#5| |#2| (-1088 |#5|))) (-15 -3165 ((-3 (-592 |#5|) "failed") |#5|)) (-15 -2977 ((-3 (-592 |#5|) "failed") |#5|)) (-15 -1986 ((-3 (-2 (|:| |var| |#2|) (|:| -2168 (-525))) "failed") |#5|)) (-15 -3159 ((-3 (-2 (|:| |val| |#5|) (|:| -2168 (-525))) "failed") |#5|))) (-735) (-789) (-977) (-884 |#3| |#1| |#2|) (-13 (-341) (-10 -8 (-15 -4100 ($ |#4|)) (-15 -4066 (|#4| $)) (-15 -4080 (|#4| $))))) (T -885))
-((-3159 (*1 *2 *3) (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -2168 (-525)))) (-5 *1 (-885 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))))) (-1986 (*1 *2 *3) (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -2168 (-525)))) (-5 *1 (-885 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))))) (-2977 (*1 *2 *3) (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-592 *3)) (-5 *1 (-885 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))))) (-3165 (*1 *2 *3) (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-592 *3)) (-5 *1 (-885 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))))) (-4169 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1088 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))) (-4 *7 (-884 *6 *5 *4)) (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-977)) (-5 *1 (-885 *5 *4 *6 *7 *3)))) (-1284 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-1088 *2))) (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-977)) (-4 *2 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))) (-5 *1 (-885 *5 *4 *6 *7 *2)) (-4 *7 (-884 *6 *5 *4)))) (-4169 (*1 *2 *3 *4) (-12 (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-977)) (-4 *7 (-884 *6 *5 *4)) (-5 *2 (-385 (-1088 *3))) (-5 *1 (-885 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))))) (-2018 (*1 *2 *3) (|partial| -12 (-4 *4 (-735)) (-4 *5 (-977)) (-4 *6 (-884 *5 *4 *2)) (-4 *2 (-789)) (-5 *1 (-885 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *6)) (-15 -4066 (*6 $)) (-15 -4080 (*6 $))))))) (-1296 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-592 *5)) (-5 *1 (-885 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $))))))))
-(-10 -7 (-15 -1296 ((-592 |#2|) |#5|)) (-15 -2018 ((-3 |#2| "failed") |#5|)) (-15 -4169 ((-385 (-1088 |#5|)) |#5| |#2|)) (-15 -1284 (|#5| (-385 (-1088 |#5|)) |#2|)) (-15 -4169 ((-1088 |#5|) |#5| |#2| (-1088 |#5|))) (-15 -3165 ((-3 (-592 |#5|) "failed") |#5|)) (-15 -2977 ((-3 (-592 |#5|) "failed") |#5|)) (-15 -1986 ((-3 (-2 (|:| |var| |#2|) (|:| -2168 (-525))) "failed") |#5|)) (-15 -3159 ((-3 (-2 (|:| |val| |#5|) (|:| -2168 (-525))) "failed") |#5|)))
-((-2016 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
-(((-886 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2016 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-735) (-789) (-977) (-884 |#3| |#1| |#2|) (-13 (-1020) (-10 -8 (-15 -2860 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-713)))))) (T -886))
-((-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-789)) (-4 *8 (-977)) (-4 *6 (-735)) (-4 *2 (-13 (-1020) (-10 -8 (-15 -2860 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-713)))))) (-5 *1 (-886 *6 *7 *8 *5 *2)) (-4 *5 (-884 *8 *6 *7)))))
-(-10 -7 (-15 -2016 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1092)) $) 16)) (-4169 (((-1088 $) $ (-1092)) 21) (((-1088 |#1|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-1092))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 8) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-1092) "failed") $) NIL)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-1092) $) NIL)) (-3801 (($ $ $ (-1092)) NIL (|has| |#1| (-160)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ (-1092)) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-497 (-1092)) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1092) (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1092) (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-1284 (($ (-1088 |#1|) (-1092)) NIL) (($ (-1088 $) (-1092)) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-497 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-1092)) NIL)) (-1819 (((-497 (-1092)) $) NIL) (((-713) $ (-1092)) NIL) (((-592 (-713)) $ (-592 (-1092))) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-497 (-1092)) (-497 (-1092))) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2018 (((-3 (-1092) "failed") $) 19)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-1092)) (|:| -2168 (-713))) "failed") $) NIL)) (-2367 (($ $ (-1092)) 29 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-1092) |#1|) NIL) (($ $ (-592 (-1092)) (-592 |#1|)) NIL) (($ $ (-1092) $) NIL) (($ $ (-592 (-1092)) (-592 $)) NIL)) (-4115 (($ $ (-1092)) NIL (|has| |#1| (-160)))) (-2702 (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL)) (-3529 (((-497 (-1092)) $) NIL) (((-713) $ (-1092)) NIL) (((-592 (-713)) $ (-592 (-1092))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-1092) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-1092) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-1092) (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) NIL (|has| |#1| (-429))) (($ $ (-1092)) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) 25) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-1092)) 27) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-497 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-887 |#1|) (-13 (-884 |#1| (-497 (-1092)) (-1092)) (-10 -8 (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1092))) |%noBranch|))) (-977)) (T -887))
-((-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-887 *3)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)))))
-(-13 (-884 |#1| (-497 (-1092)) (-1092)) (-10 -8 (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1092))) |%noBranch|)))
-((-2463 (((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) |#3| (-713)) 38)) (-3086 (((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) (-385 (-525)) (-713)) 34)) (-2191 (((-2 (|:| -2168 (-713)) (|:| -2681 |#4|) (|:| |radicand| (-592 |#4|))) |#4| (-713)) 54)) (-2851 (((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) |#5| (-713)) 64 (|has| |#3| (-429)))))
-(((-888 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2463 ((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) |#3| (-713))) (-15 -3086 ((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) (-385 (-525)) (-713))) (IF (|has| |#3| (-429)) (-15 -2851 ((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) |#5| (-713))) |%noBranch|) (-15 -2191 ((-2 (|:| -2168 (-713)) (|:| -2681 |#4|) (|:| |radicand| (-592 |#4|))) |#4| (-713)))) (-735) (-789) (-517) (-884 |#3| |#1| |#2|) (-13 (-341) (-10 -8 (-15 -4066 (|#4| $)) (-15 -4080 (|#4| $)) (-15 -4100 ($ |#4|))))) (T -888))
-((-2191 (*1 *2 *3 *4) (-12 (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-517)) (-4 *3 (-884 *7 *5 *6)) (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *3) (|:| |radicand| (-592 *3)))) (-5 *1 (-888 *5 *6 *7 *3 *8)) (-5 *4 (-713)) (-4 *8 (-13 (-341) (-10 -8 (-15 -4066 (*3 $)) (-15 -4080 (*3 $)) (-15 -4100 ($ *3))))))) (-2851 (*1 *2 *3 *4) (-12 (-4 *7 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-517)) (-4 *8 (-884 *7 *5 *6)) (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *3) (|:| |radicand| *3))) (-5 *1 (-888 *5 *6 *7 *8 *3)) (-5 *4 (-713)) (-4 *3 (-13 (-341) (-10 -8 (-15 -4066 (*8 $)) (-15 -4080 (*8 $)) (-15 -4100 ($ *8))))))) (-3086 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-525))) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-517)) (-4 *8 (-884 *7 *5 *6)) (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *9) (|:| |radicand| *9))) (-5 *1 (-888 *5 *6 *7 *8 *9)) (-5 *4 (-713)) (-4 *9 (-13 (-341) (-10 -8 (-15 -4066 (*8 $)) (-15 -4080 (*8 $)) (-15 -4100 ($ *8))))))) (-2463 (*1 *2 *3 *4) (-12 (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-517)) (-4 *7 (-884 *3 *5 *6)) (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *8) (|:| |radicand| *8))) (-5 *1 (-888 *5 *6 *3 *7 *8)) (-5 *4 (-713)) (-4 *8 (-13 (-341) (-10 -8 (-15 -4066 (*7 $)) (-15 -4080 (*7 $)) (-15 -4100 ($ *7))))))))
-(-10 -7 (-15 -2463 ((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) |#3| (-713))) (-15 -3086 ((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) (-385 (-525)) (-713))) (IF (|has| |#3| (-429)) (-15 -2851 ((-2 (|:| -2168 (-713)) (|:| -2681 |#5|) (|:| |radicand| |#5|)) |#5| (-713))) |%noBranch|) (-15 -2191 ((-2 (|:| -2168 (-713)) (|:| -2681 |#4|) (|:| |radicand| (-592 |#4|))) |#4| (-713))))
-((-3048 (((-1015 (-205)) $) 8)) (-3039 (((-1015 (-205)) $) 9)) (-2708 (((-592 (-592 (-878 (-205)))) $) 10)) (-4100 (((-798) $) 6)))
-(((-889) (-131)) (T -889))
-((-2708 (*1 *2 *1) (-12 (-4 *1 (-889)) (-5 *2 (-592 (-592 (-878 (-205))))))) (-3039 (*1 *2 *1) (-12 (-4 *1 (-889)) (-5 *2 (-1015 (-205))))) (-3048 (*1 *2 *1) (-12 (-4 *1 (-889)) (-5 *2 (-1015 (-205))))))
-(-13 (-566 (-798)) (-10 -8 (-15 -2708 ((-592 (-592 (-878 (-205)))) $)) (-15 -3039 ((-1015 (-205)) $)) (-15 -3048 ((-1015 (-205)) $))))
-(((-566 (-798)) . T))
-((-4098 (((-3 (-632 |#1|) "failed") |#2| (-856)) 15)))
-(((-890 |#1| |#2|) (-10 -7 (-15 -4098 ((-3 (-632 |#1|) "failed") |#2| (-856)))) (-517) (-602 |#1|)) (T -890))
-((-4098 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-856)) (-4 *5 (-517)) (-5 *2 (-632 *5)) (-5 *1 (-890 *5 *3)) (-4 *3 (-602 *5)))))
-(-10 -7 (-15 -4098 ((-3 (-632 |#1|) "failed") |#2| (-856))))
-((-2159 (((-892 |#2|) (-1 |#2| |#1| |#2|) (-892 |#1|) |#2|) 16)) (-3504 ((|#2| (-1 |#2| |#1| |#2|) (-892 |#1|) |#2|) 18)) (-2016 (((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)) 13)))
-(((-891 |#1| |#2|) (-10 -7 (-15 -2159 ((-892 |#2|) (-1 |#2| |#1| |#2|) (-892 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-892 |#1|) |#2|)) (-15 -2016 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|)))) (-1128) (-1128)) (T -891))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6)))) (-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-892 *5)) (-4 *5 (-1128)) (-4 *2 (-1128)) (-5 *1 (-891 *5 *2)))) (-2159 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-892 *6)) (-4 *6 (-1128)) (-4 *5 (-1128)) (-5 *2 (-892 *5)) (-5 *1 (-891 *6 *5)))))
-(-10 -7 (-15 -2159 ((-892 |#2|) (-1 |#2| |#1| |#2|) (-892 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-892 |#1|) |#2|)) (-15 -2016 ((-892 |#2|) (-1 |#2| |#1|) (-892 |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) |#1|) 16 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 15 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 13)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3324 (($ (-713) |#1|) 12)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) 10 (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) 17 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) 11)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) 14) (($ $ (-1141 (-525))) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) NIL)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2827 (((-713) $) 8 (|has| $ (-6 -4259)))))
-(((-892 |#1|) (-19 |#1|) (-1128)) (T -892))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1637 (((-715) $) 15)) (-1830 (($ $ |#1|) 56)) (-1399 (($ $) 32)) (-1677 (($ $) 31)) (-1923 (((-3 |#1| "failed") $) 48)) (-4145 ((|#1| $) NIL)) (-2804 (($ |#1| |#2| $) 63) (($ $ $) 64)) (-2823 (((-800) $ (-1 (-800) (-800) (-800)) (-1 (-800) (-800) (-800)) (-527)) 46)) (-4199 ((|#1| $ (-527)) 30)) (-2334 ((|#2| $ (-527)) 29)) (-2182 (($ (-1 |#1| |#1|) $) 34)) (-4063 (($ (-1 |#2| |#2|) $) 38)) (-4046 (($) 10)) (-3906 (($ |#1| |#2|) 22)) (-3644 (($ (-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|)))) 23)) (-1658 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|))) $) 13)) (-3983 (($ |#1| $) 57)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2115 (((-110) $ $) 60)) (-4118 (((-800) $) 19) (($ |#1|) 16)) (-2747 (((-110) $ $) 25)))
+(((-597 |#1| |#2| |#3|) (-13 (-1022) (-970 |#1|) (-10 -8 (-15 -2823 ((-800) $ (-1 (-800) (-800) (-800)) (-1 (-800) (-800) (-800)) (-527))) (-15 -1658 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|))) $)) (-15 -3906 ($ |#1| |#2|)) (-15 -3644 ($ (-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|))))) (-15 -2334 (|#2| $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -1677 ($ $)) (-15 -1399 ($ $)) (-15 -1637 ((-715) $)) (-15 -4046 ($)) (-15 -1830 ($ $ |#1|)) (-15 -3983 ($ |#1| $)) (-15 -2804 ($ |#1| |#2| $)) (-15 -2804 ($ $ $)) (-15 -2115 ((-110) $ $)) (-15 -4063 ($ (-1 |#2| |#2|) $)) (-15 -2182 ($ (-1 |#1| |#1|) $)))) (-1022) (-23) |#2|) (T -597))
+((-2823 (*1 *2 *1 *3 *3 *4) (-12 (-5 *3 (-1 (-800) (-800) (-800))) (-5 *4 (-527)) (-5 *2 (-800)) (-5 *1 (-597 *5 *6 *7)) (-4 *5 (-1022)) (-4 *6 (-23)) (-14 *7 *6))) (-1658 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 *4)))) (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022)) (-4 *4 (-23)) (-14 *5 *4))) (-3906 (*1 *1 *2 *3) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-3644 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 *4)))) (-4 *3 (-1022)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-597 *3 *4 *5)))) (-2334 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *2 (-23)) (-5 *1 (-597 *4 *2 *5)) (-4 *4 (-1022)) (-14 *5 *2))) (-4199 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *2 (-1022)) (-5 *1 (-597 *2 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))) (-1677 (*1 *1 *1) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-1399 (*1 *1 *1) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-1637 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022)) (-4 *4 (-23)) (-14 *5 *4))) (-4046 (*1 *1) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-1830 (*1 *1 *1 *2) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-3983 (*1 *1 *2 *1) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-2804 (*1 *1 *2 *3 *1) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-2804 (*1 *1 *1 *1) (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23)) (-14 *4 *3))) (-2115 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022)) (-4 *4 (-23)) (-14 *5 *4))) (-4063 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022)))) (-2182 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-597 *3 *4 *5)) (-4 *4 (-23)) (-14 *5 *4))))
+(-13 (-1022) (-970 |#1|) (-10 -8 (-15 -2823 ((-800) $ (-1 (-800) (-800) (-800)) (-1 (-800) (-800) (-800)) (-527))) (-15 -1658 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|))) $)) (-15 -3906 ($ |#1| |#2|)) (-15 -3644 ($ (-594 (-2 (|:| |gen| |#1|) (|:| -1724 |#2|))))) (-15 -2334 (|#2| $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -1677 ($ $)) (-15 -1399 ($ $)) (-15 -1637 ((-715) $)) (-15 -4046 ($)) (-15 -1830 ($ $ |#1|)) (-15 -3983 ($ |#1| $)) (-15 -2804 ($ |#1| |#2| $)) (-15 -2804 ($ $ $)) (-15 -2115 ((-110) $ $)) (-15 -4063 ($ (-1 |#2| |#2|) $)) (-15 -2182 ($ (-1 |#1| |#1|) $))))
+((-2532 (((-527) $) 24)) (-2555 (($ |#2| $ (-527)) 22) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) 12)) (-1645 (((-110) (-527) $) 15)) (-1997 (($ $ |#2|) 19) (($ |#2| $) 20) (($ $ $) NIL) (($ (-594 $)) NIL)))
+(((-598 |#1| |#2|) (-10 -8 (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -1997 (|#1| (-594 |#1|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -2532 ((-527) |#1|)) (-15 -3847 ((-594 (-527)) |#1|)) (-15 -1645 ((-110) (-527) |#1|))) (-599 |#2|) (-1130)) (T -598))
+NIL
+(-10 -8 (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -1997 (|#1| (-594 |#1|))) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -2532 ((-527) |#1|)) (-15 -3847 ((-594 (-527)) |#1|)) (-15 -1645 ((-110) (-527) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#1| $ (-527) |#1|) 52 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 58 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1702 (($ $) 78 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#1| $) 77 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 74 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 51)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 42 (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 71)) (-1542 (($ $ |#1|) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) |#1|) 50) ((|#1| $ (-527)) 49) (($ $ (-1143 (-527))) 63)) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 70)) (-1997 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-599 |#1|) (-133) (-1130)) (T -599))
+((-3325 (*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-4 *1 (-599 *3)) (-4 *3 (-1130)))) (-1997 (*1 *1 *1 *2) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1130)))) (-1997 (*1 *1 *2 *1) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1130)))) (-1997 (*1 *1 *1 *1) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1130)))) (-1997 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-599 *3)) (-4 *3 (-1130)))) (-1998 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-599 *3)) (-4 *3 (-1130)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 (-1143 (-527))) (-4 *1 (-599 *3)) (-4 *3 (-1130)))) (-2104 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-599 *3)) (-4 *3 (-1130)))) (-2104 (*1 *1 *1 *2) (-12 (-5 *2 (-1143 (-527))) (-4 *1 (-599 *3)) (-4 *3 (-1130)))) (-2555 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-599 *2)) (-4 *2 (-1130)))) (-2555 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-599 *3)) (-4 *3 (-1130)))) (-1232 (*1 *2 *1 *3 *2) (-12 (-5 *3 (-1143 (-527))) (|has| *1 (-6 -4262)) (-4 *1 (-599 *2)) (-4 *2 (-1130)))))
+(-13 (-560 (-527) |t#1|) (-144 |t#1|) (-10 -8 (-15 -3325 ($ (-715) |t#1|)) (-15 -1997 ($ $ |t#1|)) (-15 -1997 ($ |t#1| $)) (-15 -1997 ($ $ $)) (-15 -1997 ($ (-594 $))) (-15 -1998 ($ (-1 |t#1| |t#1| |t#1|) $ $)) (-15 -3439 ($ $ (-1143 (-527)))) (-15 -2104 ($ $ (-527))) (-15 -2104 ($ $ (-1143 (-527)))) (-15 -2555 ($ |t#1| $ (-527))) (-15 -2555 ($ $ $ (-527))) (IF (|has| $ (-6 -4262)) (-15 -1232 (|t#1| $ (-1143 (-527)) |t#1|)) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-3317 (((-3 |#2| "failed") |#3| |#2| (-1094) |#2| (-594 |#2|)) 160) (((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) "failed") |#3| |#2| (-1094)) 44)))
+(((-600 |#1| |#2| |#3|) (-10 -7 (-15 -3317 ((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) "failed") |#3| |#2| (-1094))) (-15 -3317 ((-3 |#2| "failed") |#3| |#2| (-1094) |#2| (-594 |#2|)))) (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)) (-13 (-29 |#1|) (-1116) (-895)) (-604 |#2|)) (T -600))
+((-3317 (*1 *2 *3 *2 *4 *2 *5) (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-594 *2)) (-4 *2 (-13 (-29 *6) (-1116) (-895))) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *1 (-600 *6 *2 *3)) (-4 *3 (-604 *2)))) (-3317 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1094)) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-4 *4 (-13 (-29 *6) (-1116) (-895))) (-5 *2 (-2 (|:| |particular| *4) (|:| -1878 (-594 *4)))) (-5 *1 (-600 *6 *4 *3)) (-4 *3 (-604 *4)))))
+(-10 -7 (-15 -3317 ((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) "failed") |#3| |#2| (-1094))) (-15 -3317 ((-3 |#2| "failed") |#3| |#2| (-1094) |#2| (-594 |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1921 (($ $) NIL (|has| |#1| (-343)))) (-2200 (($ $ $) NIL (|has| |#1| (-343)))) (-3370 (($ $ (-715)) NIL (|has| |#1| (-343)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1990 (($ $ $) NIL (|has| |#1| (-343)))) (-2944 (($ $ $) NIL (|has| |#1| (-343)))) (-2614 (($ $ $) NIL (|has| |#1| (-343)))) (-1219 (($ $ $) NIL (|has| |#1| (-343)))) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1484 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-2254 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431)))) (-2956 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) NIL)) (-3324 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-4052 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-4045 (((-715) $) NIL)) (-3804 (($ $ $) NIL (|has| |#1| (-343)))) (-1361 (($ $ $) NIL (|has| |#1| (-343)))) (-2276 (($ $ $) NIL (|has| |#1| (-343)))) (-1543 (($ $ $) NIL (|has| |#1| (-343)))) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1713 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-4072 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-3439 ((|#1| $ |#1|) NIL)) (-2930 (($ $ $) NIL (|has| |#1| (-343)))) (-4115 (((-715) $) NIL)) (-1898 ((|#1| $) NIL (|has| |#1| (-431)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) NIL)) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) NIL)) (-4070 (((-715)) NIL)) (-1615 ((|#1| $ |#1| |#1|) NIL)) (-1345 (($ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($) NIL)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-601 |#1|) (-604 |#1|) (-215)) (T -601))
+NIL
+(-604 |#1|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1921 (($ $) NIL (|has| |#1| (-343)))) (-2200 (($ $ $) NIL (|has| |#1| (-343)))) (-3370 (($ $ (-715)) NIL (|has| |#1| (-343)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1990 (($ $ $) NIL (|has| |#1| (-343)))) (-2944 (($ $ $) NIL (|has| |#1| (-343)))) (-2614 (($ $ $) NIL (|has| |#1| (-343)))) (-1219 (($ $ $) NIL (|has| |#1| (-343)))) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1484 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-2254 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431)))) (-2956 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) NIL)) (-3324 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-4052 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-4045 (((-715) $) NIL)) (-3804 (($ $ $) NIL (|has| |#1| (-343)))) (-1361 (($ $ $) NIL (|has| |#1| (-343)))) (-2276 (($ $ $) NIL (|has| |#1| (-343)))) (-1543 (($ $ $) NIL (|has| |#1| (-343)))) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1713 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-4072 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-3439 ((|#1| $ |#1|) NIL) ((|#2| $ |#2|) 13)) (-2930 (($ $ $) NIL (|has| |#1| (-343)))) (-4115 (((-715) $) NIL)) (-1898 ((|#1| $) NIL (|has| |#1| (-431)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) NIL)) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) NIL)) (-4070 (((-715)) NIL)) (-1615 ((|#1| $ |#1| |#1|) NIL)) (-1345 (($ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($) NIL)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-602 |#1| |#2|) (-13 (-604 |#1|) (-267 |#2| |#2|)) (-215) (-13 (-596 |#1|) (-10 -8 (-15 -4234 ($ $))))) (T -602))
+NIL
+(-13 (-604 |#1|) (-267 |#2| |#2|))
+((-1921 (($ $) 26)) (-1345 (($ $) 24)) (-2369 (($) 12)))
+(((-603 |#1| |#2|) (-10 -8 (-15 -1921 (|#1| |#1|)) (-15 -1345 (|#1| |#1|)) (-15 -2369 (|#1|))) (-604 |#2|) (-979)) (T -603))
+NIL
+(-10 -8 (-15 -1921 (|#1| |#1|)) (-15 -1345 (|#1| |#1|)) (-15 -2369 (|#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-1921 (($ $) 82 (|has| |#1| (-343)))) (-2200 (($ $ $) 84 (|has| |#1| (-343)))) (-3370 (($ $ (-715)) 83 (|has| |#1| (-343)))) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-1990 (($ $ $) 45 (|has| |#1| (-343)))) (-2944 (($ $ $) 46 (|has| |#1| (-343)))) (-2614 (($ $ $) 48 (|has| |#1| (-343)))) (-1219 (($ $ $) 43 (|has| |#1| (-343)))) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 42 (|has| |#1| (-343)))) (-1484 (((-3 $ "failed") $ $) 44 (|has| |#1| (-343)))) (-2254 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 47 (|has| |#1| (-343)))) (-1923 (((-3 (-527) "failed") $) 74 (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 72 (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 69)) (-4145 (((-527) $) 75 (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) 73 (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 68)) (-3033 (($ $) 64)) (-3714 (((-3 $ "failed") $) 34)) (-2855 (($ $) 55 (|has| |#1| (-431)))) (-2956 (((-110) $) 31)) (-2829 (($ |#1| (-715)) 62)) (-3324 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57 (|has| |#1| (-519)))) (-4052 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 58 (|has| |#1| (-519)))) (-4045 (((-715) $) 66)) (-3804 (($ $ $) 52 (|has| |#1| (-343)))) (-1361 (($ $ $) 53 (|has| |#1| (-343)))) (-2276 (($ $ $) 41 (|has| |#1| (-343)))) (-1543 (($ $ $) 50 (|has| |#1| (-343)))) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 49 (|has| |#1| (-343)))) (-1713 (((-3 $ "failed") $ $) 51 (|has| |#1| (-343)))) (-4072 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 54 (|has| |#1| (-343)))) (-3004 ((|#1| $) 65)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ |#1|) 59 (|has| |#1| (-519)))) (-3439 ((|#1| $ |#1|) 87)) (-2930 (($ $ $) 81 (|has| |#1| (-343)))) (-4115 (((-715) $) 67)) (-1898 ((|#1| $) 56 (|has| |#1| (-431)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 71 (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) 70)) (-3425 (((-594 |#1|) $) 61)) (-3411 ((|#1| $ (-715)) 63)) (-4070 (((-715)) 29)) (-1615 ((|#1| $ |#1| |#1|) 60)) (-1345 (($ $) 85)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($) 86)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 77) (($ |#1| $) 76)))
+(((-604 |#1|) (-133) (-979)) (T -604))
+((-2369 (*1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)))) (-1345 (*1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)))) (-2200 (*1 *1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-3370 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-604 *3)) (-4 *3 (-979)) (-4 *3 (-343)))) (-1921 (*1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-2930 (*1 *1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(-13 (-793 |t#1|) (-267 |t#1| |t#1|) (-10 -8 (-15 -2369 ($)) (-15 -1345 ($ $)) (IF (|has| |t#1| (-343)) (PROGN (-15 -2200 ($ $ $)) (-15 -3370 ($ $ (-715))) (-15 -1921 ($ $)) (-15 -2930 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-162)) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-267 |#1| |#1|) . T) ((-391 |#1|) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) |has| |#1| (-162)) ((-671) . T) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-793 |#1|) . T))
+((-3884 (((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|))) 74 (|has| |#1| (-27)))) (-2700 (((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|))) 73 (|has| |#1| (-27))) (((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|)) 17)))
+(((-605 |#1| |#2|) (-10 -7 (-15 -2700 ((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2700 ((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|)))) (-15 -3884 ((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|))))) |%noBranch|)) (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))) (-1152 |#1|)) (T -605))
+((-3884 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *5 (-1152 *4)) (-5 *2 (-594 (-601 (-387 *5)))) (-5 *1 (-605 *4 *5)) (-5 *3 (-601 (-387 *5))))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-27)) (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *5 (-1152 *4)) (-5 *2 (-594 (-601 (-387 *5)))) (-5 *1 (-605 *4 *5)) (-5 *3 (-601 (-387 *5))))) (-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-594 *5) *6)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-5 *2 (-594 (-601 (-387 *6)))) (-5 *1 (-605 *5 *6)) (-5 *3 (-601 (-387 *6))))))
+(-10 -7 (-15 -2700 ((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -2700 ((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|)))) (-15 -3884 ((-594 (-601 (-387 |#2|))) (-601 (-387 |#2|))))) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1921 (($ $) NIL (|has| |#1| (-343)))) (-2200 (($ $ $) 28 (|has| |#1| (-343)))) (-3370 (($ $ (-715)) 31 (|has| |#1| (-343)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1990 (($ $ $) NIL (|has| |#1| (-343)))) (-2944 (($ $ $) NIL (|has| |#1| (-343)))) (-2614 (($ $ $) NIL (|has| |#1| (-343)))) (-1219 (($ $ $) NIL (|has| |#1| (-343)))) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1484 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-2254 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431)))) (-2956 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) NIL)) (-3324 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-4052 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-4045 (((-715) $) NIL)) (-3804 (($ $ $) NIL (|has| |#1| (-343)))) (-1361 (($ $ $) NIL (|has| |#1| (-343)))) (-2276 (($ $ $) NIL (|has| |#1| (-343)))) (-1543 (($ $ $) NIL (|has| |#1| (-343)))) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1713 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-4072 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-3439 ((|#1| $ |#1|) 24)) (-2930 (($ $ $) 33 (|has| |#1| (-343)))) (-4115 (((-715) $) NIL)) (-1898 ((|#1| $) NIL (|has| |#1| (-431)))) (-4118 (((-800) $) 20) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) NIL)) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) NIL)) (-4070 (((-715)) NIL)) (-1615 ((|#1| $ |#1| |#1|) 23)) (-1345 (($ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 21 T CONST)) (-3374 (($) 8 T CONST)) (-2369 (($) NIL)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-606 |#1| |#2|) (-604 |#1|) (-979) (-1 |#1| |#1|)) (T -606))
+NIL
+(-604 |#1|)
+((-2200 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 59)) (-3370 ((|#2| |#2| (-715) (-1 |#1| |#1|)) 40)) (-2930 ((|#2| |#2| |#2| (-1 |#1| |#1|)) 61)))
+(((-607 |#1| |#2|) (-10 -7 (-15 -2200 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3370 (|#2| |#2| (-715) (-1 |#1| |#1|))) (-15 -2930 (|#2| |#2| |#2| (-1 |#1| |#1|)))) (-343) (-604 |#1|)) (T -607))
+((-2930 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-343)) (-5 *1 (-607 *4 *2)) (-4 *2 (-604 *4)))) (-3370 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-715)) (-5 *4 (-1 *5 *5)) (-4 *5 (-343)) (-5 *1 (-607 *5 *2)) (-4 *2 (-604 *5)))) (-2200 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-343)) (-5 *1 (-607 *4 *2)) (-4 *2 (-604 *4)))))
+(-10 -7 (-15 -2200 (|#2| |#2| |#2| (-1 |#1| |#1|))) (-15 -3370 (|#2| |#2| (-715) (-1 |#1| |#1|))) (-15 -2930 (|#2| |#2| |#2| (-1 |#1| |#1|))))
+((-2977 (($ $ $) 9)))
+(((-608 |#1|) (-10 -8 (-15 -2977 (|#1| |#1| |#1|))) (-609)) (T -608))
+NIL
+(-10 -8 (-15 -2977 (|#1| |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-2006 (($ $) 10)) (-2977 (($ $ $) 8)) (-2747 (((-110) $ $) 6)) (-2963 (($ $ $) 9)))
+(((-609) (-133)) (T -609))
+((-2006 (*1 *1 *1) (-4 *1 (-609))) (-2963 (*1 *1 *1 *1) (-4 *1 (-609))) (-2977 (*1 *1 *1 *1) (-4 *1 (-609))))
+(-13 (-99) (-10 -8 (-15 -2006 ($ $)) (-15 -2963 ($ $ $)) (-15 -2977 ($ $ $))))
+(((-99) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 15)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-4109 ((|#1| $) 21)) (-3902 (($ $ $) NIL (|has| |#1| (-735)))) (-1257 (($ $ $) NIL (|has| |#1| (-735)))) (-2416 (((-1077) $) 46)) (-4024 (((-1041) $) NIL)) (-4122 ((|#3| $) 22)) (-4118 (((-800) $) 42)) (-3361 (($) 10 T CONST)) (-2813 (((-110) $ $) NIL (|has| |#1| (-735)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-735)))) (-2747 (((-110) $ $) 20)) (-2799 (((-110) $ $) NIL (|has| |#1| (-735)))) (-2775 (((-110) $ $) 24 (|has| |#1| (-735)))) (-2873 (($ $ |#3|) 34) (($ |#1| |#3|) 35)) (-2863 (($ $) 17) (($ $ $) NIL)) (-2850 (($ $ $) 27)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 30) (($ |#2| $) 32) (($ $ |#2|) NIL)))
+(((-610 |#1| |#2| |#3|) (-13 (-662 |#2|) (-10 -8 (IF (|has| |#1| (-735)) (-6 (-735)) |%noBranch|) (-15 -2873 ($ $ |#3|)) (-15 -2873 ($ |#1| |#3|)) (-15 -4109 (|#1| $)) (-15 -4122 (|#3| $)))) (-662 |#2|) (-162) (|SubsetCategory| (-671) |#2|)) (T -610))
+((-2873 (*1 *1 *1 *2) (-12 (-4 *4 (-162)) (-5 *1 (-610 *3 *4 *2)) (-4 *3 (-662 *4)) (-4 *2 (|SubsetCategory| (-671) *4)))) (-2873 (*1 *1 *2 *3) (-12 (-4 *4 (-162)) (-5 *1 (-610 *2 *4 *3)) (-4 *2 (-662 *4)) (-4 *3 (|SubsetCategory| (-671) *4)))) (-4109 (*1 *2 *1) (-12 (-4 *3 (-162)) (-4 *2 (-662 *3)) (-5 *1 (-610 *2 *3 *4)) (-4 *4 (|SubsetCategory| (-671) *3)))) (-4122 (*1 *2 *1) (-12 (-4 *4 (-162)) (-4 *2 (|SubsetCategory| (-671) *4)) (-5 *1 (-610 *3 *4 *2)) (-4 *3 (-662 *4)))))
+(-13 (-662 |#2|) (-10 -8 (IF (|has| |#1| (-735)) (-6 (-735)) |%noBranch|) (-15 -2873 ($ $ |#3|)) (-15 -2873 ($ |#1| |#3|)) (-15 -4109 (|#1| $)) (-15 -4122 (|#3| $))))
+((-3715 (((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|)) 33)))
+(((-611 |#1|) (-10 -7 (-15 -3715 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|)))) (-846)) (T -611))
+((-3715 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 (-1090 *4))) (-5 *3 (-1090 *4)) (-4 *4 (-846)) (-5 *1 (-611 *4)))))
+(-10 -7 (-15 -3715 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2646 (((-594 |#1|) $) 82)) (-1829 (($ $ (-715)) 90)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3038 (((-1198 |#1| |#2|) (-1198 |#1| |#2|) $) 48)) (-1923 (((-3 (-619 |#1|) "failed") $) NIL)) (-4145 (((-619 |#1|) $) NIL)) (-3033 (($ $) 89)) (-2296 (((-715) $) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2897 (($ (-619 |#1|) |#2|) 68)) (-1491 (($ $) 86)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-4224 (((-1198 |#1| |#2|) (-1198 |#1| |#2|) $) 47)) (-2548 (((-2 (|:| |k| (-619 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2990 (((-619 |#1|) $) NIL)) (-3004 ((|#2| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2819 (($ $ |#1| $) 30) (($ $ (-594 |#1|) (-594 $)) 32)) (-4115 (((-715) $) 88)) (-4131 (($ $ $) 20) (($ (-619 |#1|) (-619 |#1|)) 77) (($ (-619 |#1|) $) 75) (($ $ (-619 |#1|)) 76)) (-4118 (((-800) $) NIL) (($ |#1|) 74) (((-1189 |#1| |#2|) $) 58) (((-1198 |#1| |#2|) $) 41) (($ (-619 |#1|)) 25)) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-619 |#1|)) NIL)) (-2663 ((|#2| (-1198 |#1| |#2|) $) 43)) (-3361 (($) 23 T CONST)) (-1835 (((-594 (-2 (|:| |k| (-619 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1338 (((-3 $ "failed") (-1189 |#1| |#2|)) 60)) (-3318 (($ (-619 |#1|)) 14)) (-2747 (((-110) $ $) 44)) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $) 66) (($ $ $) NIL)) (-2850 (($ $ $) 29)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ |#2| $) 28) (($ $ |#2|) NIL) (($ |#2| (-619 |#1|)) NIL)))
+(((-612 |#1| |#2|) (-13 (-354 |#1| |#2|) (-362 |#2| (-619 |#1|)) (-10 -8 (-15 -1338 ((-3 $ "failed") (-1189 |#1| |#2|))) (-15 -4131 ($ (-619 |#1|) (-619 |#1|))) (-15 -4131 ($ (-619 |#1|) $)) (-15 -4131 ($ $ (-619 |#1|))))) (-791) (-162)) (T -612))
+((-1338 (*1 *1 *2) (|partial| -12 (-5 *2 (-1189 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)) (-5 *1 (-612 *3 *4)))) (-4131 (*1 *1 *2 *2) (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-5 *1 (-612 *3 *4)) (-4 *4 (-162)))) (-4131 (*1 *1 *2 *1) (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-5 *1 (-612 *3 *4)) (-4 *4 (-162)))) (-4131 (*1 *1 *1 *2) (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-5 *1 (-612 *3 *4)) (-4 *4 (-162)))))
+(-13 (-354 |#1| |#2|) (-362 |#2| (-619 |#1|)) (-10 -8 (-15 -1338 ((-3 $ "failed") (-1189 |#1| |#2|))) (-15 -4131 ($ (-619 |#1|) (-619 |#1|))) (-15 -4131 ($ (-619 |#1|) $)) (-15 -4131 ($ $ (-619 |#1|)))))
+((-1393 (((-110) $) NIL) (((-110) (-1 (-110) |#2| |#2|) $) 50)) (-3962 (($ $) NIL) (($ (-1 (-110) |#2| |#2|) $) 12)) (-1920 (($ (-1 (-110) |#2|) $) 28)) (-1399 (($ $) 56)) (-3802 (($ $) 64)) (-3373 (($ |#2| $) NIL) (($ (-1 (-110) |#2|) $) 37)) (-2731 ((|#2| (-1 |#2| |#2| |#2|) $) 21) ((|#2| (-1 |#2| |#2| |#2|) $ |#2|) 51) ((|#2| (-1 |#2| |#2| |#2|) $ |#2| |#2|) 53)) (-3908 (((-527) |#2| $ (-527)) 61) (((-527) |#2| $) NIL) (((-527) (-1 (-110) |#2|) $) 47)) (-3325 (($ (-715) |#2|) 54)) (-3427 (($ $ $) NIL) (($ (-1 (-110) |#2| |#2|) $ $) 30)) (-2965 (($ $ $) NIL) (($ (-1 (-110) |#2| |#2|) $ $) 24)) (-1998 (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) 55)) (-1536 (($ |#2|) 15)) (-3204 (($ $ $ (-527)) 36) (($ |#2| $ (-527)) 34)) (-3326 (((-3 |#2| "failed") (-1 (-110) |#2|) $) 46)) (-3322 (($ $ (-1143 (-527))) 44) (($ $ (-527)) 38)) (-2687 (($ $ $ (-527)) 60)) (-2465 (($ $) 58)) (-2775 (((-110) $ $) 66)))
+(((-613 |#1| |#2|) (-10 -8 (-15 -1536 (|#1| |#2|)) (-15 -3322 (|#1| |#1| (-527))) (-15 -3322 (|#1| |#1| (-1143 (-527)))) (-15 -3373 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3204 (|#1| |#2| |#1| (-527))) (-15 -3204 (|#1| |#1| |#1| (-527))) (-15 -3427 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -1920 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3373 (|#1| |#2| |#1|)) (-15 -3802 (|#1| |#1|)) (-15 -3427 (|#1| |#1| |#1|)) (-15 -2965 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -1393 ((-110) (-1 (-110) |#2| |#2|) |#1|)) (-15 -3908 ((-527) (-1 (-110) |#2|) |#1|)) (-15 -3908 ((-527) |#2| |#1|)) (-15 -3908 ((-527) |#2| |#1| (-527))) (-15 -2965 (|#1| |#1| |#1|)) (-15 -1393 ((-110) |#1|)) (-15 -2687 (|#1| |#1| |#1| (-527))) (-15 -1399 (|#1| |#1|)) (-15 -3962 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -3962 (|#1| |#1|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3326 ((-3 |#2| "failed") (-1 (-110) |#2|) |#1|)) (-15 -3325 (|#1| (-715) |#2|)) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2465 (|#1| |#1|))) (-614 |#2|) (-1130)) (T -613))
+NIL
+(-10 -8 (-15 -1536 (|#1| |#2|)) (-15 -3322 (|#1| |#1| (-527))) (-15 -3322 (|#1| |#1| (-1143 (-527)))) (-15 -3373 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3204 (|#1| |#2| |#1| (-527))) (-15 -3204 (|#1| |#1| |#1| (-527))) (-15 -3427 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -1920 (|#1| (-1 (-110) |#2|) |#1|)) (-15 -3373 (|#1| |#2| |#1|)) (-15 -3802 (|#1| |#1|)) (-15 -3427 (|#1| |#1| |#1|)) (-15 -2965 (|#1| (-1 (-110) |#2| |#2|) |#1| |#1|)) (-15 -1393 ((-110) (-1 (-110) |#2| |#2|) |#1|)) (-15 -3908 ((-527) (-1 (-110) |#2|) |#1|)) (-15 -3908 ((-527) |#2| |#1|)) (-15 -3908 ((-527) |#2| |#1| (-527))) (-15 -2965 (|#1| |#1| |#1|)) (-15 -1393 ((-110) |#1|)) (-15 -2687 (|#1| |#1| |#1| (-527))) (-15 -1399 (|#1| |#1|)) (-15 -3962 (|#1| (-1 (-110) |#2| |#2|) |#1|)) (-15 -3962 (|#1| |#1|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1| |#2|)) (-15 -2731 (|#2| (-1 |#2| |#2| |#2|) |#1|)) (-15 -3326 ((-3 |#2| "failed") (-1 (-110) |#2|) |#1|)) (-15 -3325 (|#1| (-715) |#2|)) (-15 -1998 (|#1| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2465 (|#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-1630 (($ $) 67)) (-3604 (((-1181) $ (-527) (-527)) 97 (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) 52 (|has| $ (-6 -4262)))) (-1393 (((-110) $) 142 (|has| |#1| (-791))) (((-110) (-1 (-110) |#1| |#1|) $) 136)) (-3962 (($ $) 146 (-12 (|has| |#1| (-791)) (|has| $ (-6 -4262)))) (($ (-1 (-110) |#1| |#1|) $) 145 (|has| $ (-6 -4262)))) (-2259 (($ $) 141 (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $) 135)) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-1706 (($ $ $) 56 (|has| $ (-6 -4262)))) (-1418 ((|#1| $ |#1|) 54 (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) 58 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4262))) (($ $ "rest" $) 55 (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 117 (|has| $ (-6 -4262))) ((|#1| $ (-527) |#1|) 86 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-1920 (($ (-1 (-110) |#1|) $) 129)) (-2420 (($ (-1 (-110) |#1|) $) 102 (|has| $ (-6 -4261)))) (-2239 ((|#1| $) 66)) (-1298 (($) 7 T CONST)) (-1399 (($ $) 144 (|has| $ (-6 -4262)))) (-1677 (($ $) 134)) (-1683 (($ $) 73) (($ $ (-715)) 71)) (-3802 (($ $) 131 (|has| |#1| (-1022)))) (-1702 (($ $) 99 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ |#1| $) 130 (|has| |#1| (-1022))) (($ (-1 (-110) |#1|) $) 125)) (-2659 (($ (-1 (-110) |#1|) $) 103 (|has| $ (-6 -4261))) (($ |#1| $) 100 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2774 ((|#1| $ (-527) |#1|) 85 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 87)) (-2678 (((-110) $) 83)) (-3908 (((-527) |#1| $ (-527)) 139 (|has| |#1| (-1022))) (((-527) |#1| $) 138 (|has| |#1| (-1022))) (((-527) (-1 (-110) |#1|) $) 137)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-3325 (($ (-715) |#1|) 108)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 95 (|has| (-527) (-791)))) (-3902 (($ $ $) 147 (|has| |#1| (-791)))) (-3427 (($ $ $) 132 (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) 128)) (-2965 (($ $ $) 140 (|has| |#1| (-791))) (($ (-1 (-110) |#1| |#1|) $ $) 133)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 94 (|has| (-527) (-791)))) (-1257 (($ $ $) 148 (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-1536 (($ |#1|) 122)) (-2324 (((-110) $ (-715)) 10)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2681 ((|#1| $) 70) (($ $ (-715)) 68)) (-3204 (($ $ $ (-527)) 127) (($ |#1| $ (-527)) 126)) (-2555 (($ $ $ (-527)) 116) (($ |#1| $ (-527)) 115)) (-3847 (((-594 (-527)) $) 92)) (-1645 (((-110) (-527) $) 91)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 76) (($ $ (-715)) 74)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 106)) (-1542 (($ $ |#1|) 96 (|has| $ (-6 -4262)))) (-1311 (((-110) $) 84)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 93 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 90)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1143 (-527))) 112) ((|#1| $ (-527)) 89) ((|#1| $ (-527) |#1|) 88)) (-2312 (((-527) $ $) 44)) (-3322 (($ $ (-1143 (-527))) 124) (($ $ (-527)) 123)) (-2104 (($ $ (-1143 (-527))) 114) (($ $ (-527)) 113)) (-2760 (((-110) $) 46)) (-3112 (($ $) 62)) (-1256 (($ $) 59 (|has| $ (-6 -4262)))) (-1636 (((-715) $) 63)) (-4049 (($ $) 64)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2687 (($ $ $ (-527)) 143 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 98 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 107)) (-1390 (($ $ $) 61) (($ $ |#1|) 60)) (-1997 (($ $ $) 78) (($ |#1| $) 77) (($ (-594 $)) 110) (($ $ |#1|) 109)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) 150 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 151 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2799 (((-110) $ $) 149 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 152 (|has| |#1| (-791)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-614 |#1|) (-133) (-1130)) (T -614))
+((-1536 (*1 *1 *2) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1130)))))
+(-13 (-1068 |t#1|) (-353 |t#1|) (-263 |t#1|) (-10 -8 (-15 -1536 ($ |t#1|))))
+(((-33) . T) ((-99) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-263 |#1|) . T) ((-353 |#1|) . T) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-791) |has| |#1| (-791)) ((-944 |#1|) . T) ((-1022) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-1068 |#1|) . T) ((-1130) . T) ((-1164 |#1|) . T))
+((-3317 (((-594 (-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|))))) (-594 (-594 |#1|)) (-594 (-1176 |#1|))) 22) (((-594 (-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|))))) (-634 |#1|) (-594 (-1176 |#1|))) 21) (((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-594 (-594 |#1|)) (-1176 |#1|)) 18) (((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-634 |#1|) (-1176 |#1|)) 14)) (-1238 (((-715) (-634 |#1|) (-1176 |#1|)) 30)) (-2155 (((-3 (-1176 |#1|) "failed") (-634 |#1|) (-1176 |#1|)) 24)) (-3961 (((-110) (-634 |#1|) (-1176 |#1|)) 27)))
+(((-615 |#1|) (-10 -7 (-15 -3317 ((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-634 |#1|) (-1176 |#1|))) (-15 -3317 ((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-594 (-594 |#1|)) (-1176 |#1|))) (-15 -3317 ((-594 (-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|))))) (-634 |#1|) (-594 (-1176 |#1|)))) (-15 -3317 ((-594 (-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|))))) (-594 (-594 |#1|)) (-594 (-1176 |#1|)))) (-15 -2155 ((-3 (-1176 |#1|) "failed") (-634 |#1|) (-1176 |#1|))) (-15 -3961 ((-110) (-634 |#1|) (-1176 |#1|))) (-15 -1238 ((-715) (-634 |#1|) (-1176 |#1|)))) (-343)) (T -615))
+((-1238 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-343)) (-5 *2 (-715)) (-5 *1 (-615 *5)))) (-3961 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-343)) (-5 *2 (-110)) (-5 *1 (-615 *5)))) (-2155 (*1 *2 *3 *2) (|partial| -12 (-5 *2 (-1176 *4)) (-5 *3 (-634 *4)) (-4 *4 (-343)) (-5 *1 (-615 *4)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-594 *5))) (-4 *5 (-343)) (-5 *2 (-594 (-2 (|:| |particular| (-3 (-1176 *5) "failed")) (|:| -1878 (-594 (-1176 *5)))))) (-5 *1 (-615 *5)) (-5 *4 (-594 (-1176 *5))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *5)) (-4 *5 (-343)) (-5 *2 (-594 (-2 (|:| |particular| (-3 (-1176 *5) "failed")) (|:| -1878 (-594 (-1176 *5)))))) (-5 *1 (-615 *5)) (-5 *4 (-594 (-1176 *5))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-594 *5))) (-4 *5 (-343)) (-5 *2 (-2 (|:| |particular| (-3 (-1176 *5) "failed")) (|:| -1878 (-594 (-1176 *5))))) (-5 *1 (-615 *5)) (-5 *4 (-1176 *5)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| |particular| (-3 (-1176 *5) "failed")) (|:| -1878 (-594 (-1176 *5))))) (-5 *1 (-615 *5)) (-5 *4 (-1176 *5)))))
+(-10 -7 (-15 -3317 ((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-634 |#1|) (-1176 |#1|))) (-15 -3317 ((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-594 (-594 |#1|)) (-1176 |#1|))) (-15 -3317 ((-594 (-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|))))) (-634 |#1|) (-594 (-1176 |#1|)))) (-15 -3317 ((-594 (-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|))))) (-594 (-594 |#1|)) (-594 (-1176 |#1|)))) (-15 -2155 ((-3 (-1176 |#1|) "failed") (-634 |#1|) (-1176 |#1|))) (-15 -3961 ((-110) (-634 |#1|) (-1176 |#1|))) (-15 -1238 ((-715) (-634 |#1|) (-1176 |#1|))))
+((-3317 (((-594 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|)))) |#4| (-594 |#3|)) 47) (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|))) |#4| |#3|) 45)) (-1238 (((-715) |#4| |#3|) 17)) (-2155 (((-3 |#3| "failed") |#4| |#3|) 20)) (-3961 (((-110) |#4| |#3|) 13)))
+(((-616 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3317 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|))) |#4| |#3|)) (-15 -3317 ((-594 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|)))) |#4| (-594 |#3|))) (-15 -2155 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3961 ((-110) |#4| |#3|)) (-15 -1238 ((-715) |#4| |#3|))) (-343) (-13 (-353 |#1|) (-10 -7 (-6 -4262))) (-13 (-353 |#1|) (-10 -7 (-6 -4262))) (-632 |#1| |#2| |#3|)) (T -616))
+((-1238 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-5 *2 (-715)) (-5 *1 (-616 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4)))) (-3961 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-5 *2 (-110)) (-5 *1 (-616 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4)))) (-2155 (*1 *2 *3 *2) (|partial| -12 (-4 *4 (-343)) (-4 *5 (-13 (-353 *4) (-10 -7 (-6 -4262)))) (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262)))) (-5 *1 (-616 *4 *5 *2 *3)) (-4 *3 (-632 *4 *5 *2)))) (-3317 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-4 *7 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-5 *2 (-594 (-2 (|:| |particular| (-3 *7 "failed")) (|:| -1878 (-594 *7))))) (-5 *1 (-616 *5 *6 *7 *3)) (-5 *4 (-594 *7)) (-4 *3 (-632 *5 *6 *7)))) (-3317 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-616 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4)))))
+(-10 -7 (-15 -3317 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|))) |#4| |#3|)) (-15 -3317 ((-594 (-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|)))) |#4| (-594 |#3|))) (-15 -2155 ((-3 |#3| "failed") |#4| |#3|)) (-15 -3961 ((-110) |#4| |#3|)) (-15 -1238 ((-715) |#4| |#3|)))
+((-3107 (((-2 (|:| |particular| (-3 (-1176 (-387 |#4|)) "failed")) (|:| -1878 (-594 (-1176 (-387 |#4|))))) (-594 |#4|) (-594 |#3|)) 45)))
+(((-617 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3107 ((-2 (|:| |particular| (-3 (-1176 (-387 |#4|)) "failed")) (|:| -1878 (-594 (-1176 (-387 |#4|))))) (-594 |#4|) (-594 |#3|)))) (-519) (-737) (-791) (-886 |#1| |#2| |#3|)) (T -617))
+((-3107 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *7)) (-4 *7 (-791)) (-4 *8 (-886 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-5 *2 (-2 (|:| |particular| (-3 (-1176 (-387 *8)) "failed")) (|:| -1878 (-594 (-1176 (-387 *8)))))) (-5 *1 (-617 *5 *6 *7 *8)))))
+(-10 -7 (-15 -3107 ((-2 (|:| |particular| (-3 (-1176 (-387 |#4|)) "failed")) (|:| -1878 (-594 (-1176 (-387 |#4|))))) (-594 |#4|) (-594 |#3|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1863 (((-3 $ "failed")) NIL (|has| |#2| (-519)))) (-2926 ((|#2| $) NIL)) (-3536 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1279 (((-1176 (-634 |#2|))) NIL) (((-1176 (-634 |#2|)) (-1176 $)) NIL)) (-1850 (((-110) $) NIL)) (-2865 (((-1176 $)) 37)) (-1731 (((-110) $ (-715)) NIL)) (-2209 (($ |#2|) NIL)) (-1298 (($) NIL T CONST)) (-2064 (($ $) NIL (|has| |#2| (-288)))) (-2941 (((-222 |#1| |#2|) $ (-527)) NIL)) (-2461 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (|has| |#2| (-519)))) (-1716 (((-3 $ "failed")) NIL (|has| |#2| (-519)))) (-2113 (((-634 |#2|)) NIL) (((-634 |#2|) (-1176 $)) NIL)) (-3967 ((|#2| $) NIL)) (-1359 (((-634 |#2|) $) NIL) (((-634 |#2|) $ (-1176 $)) NIL)) (-2660 (((-3 $ "failed") $) NIL (|has| |#2| (-519)))) (-3474 (((-1090 (-889 |#2|))) NIL (|has| |#2| (-343)))) (-3464 (($ $ (-858)) NIL)) (-1488 ((|#2| $) NIL)) (-2490 (((-1090 |#2|) $) NIL (|has| |#2| (-519)))) (-2321 ((|#2|) NIL) ((|#2| (-1176 $)) NIL)) (-1640 (((-1090 |#2|) $) NIL)) (-4086 (((-110)) NIL)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 |#2| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) ((|#2| $) NIL)) (-2894 (($ (-1176 |#2|)) NIL) (($ (-1176 |#2|) (-1176 $)) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1238 (((-715) $) NIL (|has| |#2| (-519))) (((-858)) 38)) (-3231 ((|#2| $ (-527) (-527)) NIL)) (-4069 (((-110)) NIL)) (-1213 (($ $ (-858)) NIL)) (-3717 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL)) (-2887 (((-715) $) NIL (|has| |#2| (-519)))) (-3335 (((-594 (-222 |#1| |#2|)) $) NIL (|has| |#2| (-519)))) (-3639 (((-715) $) NIL)) (-2088 (((-110)) NIL)) (-3650 (((-715) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-3226 ((|#2| $) NIL (|has| |#2| (-6 (-4263 "*"))))) (-1325 (((-527) $) NIL)) (-2059 (((-527) $) NIL)) (-2063 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2767 (((-527) $) NIL)) (-2953 (((-527) $) NIL)) (-2272 (($ (-594 (-594 |#2|))) NIL)) (-2762 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2132 (((-594 (-594 |#2|)) $) NIL)) (-2226 (((-110)) NIL)) (-3195 (((-110)) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2491 (((-3 (-2 (|:| |particular| $) (|:| -1878 (-594 $))) "failed")) NIL (|has| |#2| (-519)))) (-3780 (((-3 $ "failed")) NIL (|has| |#2| (-519)))) (-1790 (((-634 |#2|)) NIL) (((-634 |#2|) (-1176 $)) NIL)) (-2558 ((|#2| $) NIL)) (-3667 (((-634 |#2|) $) NIL) (((-634 |#2|) $ (-1176 $)) NIL)) (-2237 (((-3 $ "failed") $) NIL (|has| |#2| (-519)))) (-1492 (((-1090 (-889 |#2|))) NIL (|has| |#2| (-343)))) (-3223 (($ $ (-858)) NIL)) (-2270 ((|#2| $) NIL)) (-1387 (((-1090 |#2|) $) NIL (|has| |#2| (-519)))) (-2124 ((|#2|) NIL) ((|#2| (-1176 $)) NIL)) (-1429 (((-1090 |#2|) $) NIL)) (-2601 (((-110)) NIL)) (-2416 (((-1077) $) NIL)) (-1825 (((-110)) NIL)) (-2422 (((-110)) NIL)) (-3268 (((-110)) NIL)) (-2527 (((-3 $ "failed") $) NIL (|has| |#2| (-343)))) (-4024 (((-1041) $) NIL)) (-3833 (((-110)) NIL)) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519)))) (-1604 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ (-527) (-527) |#2|) NIL) ((|#2| $ (-527) (-527)) 22) ((|#2| $ (-527)) NIL)) (-4234 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $) NIL (|has| |#2| (-215)))) (-1510 ((|#2| $) NIL)) (-4071 (($ (-594 |#2|)) NIL)) (-3055 (((-110) $) NIL)) (-2204 (((-222 |#1| |#2|) $) NIL)) (-3832 ((|#2| $) NIL (|has| |#2| (-6 (-4263 "*"))))) (-4034 (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2465 (($ $) NIL)) (-4002 (((-634 |#2|) (-1176 $)) NIL) (((-1176 |#2|) $) NIL) (((-634 |#2|) (-1176 $) (-1176 $)) NIL) (((-1176 |#2|) $ (-1176 $)) 25)) (-2051 (($ (-1176 |#2|)) NIL) (((-1176 |#2|) $) NIL)) (-3629 (((-594 (-889 |#2|))) NIL) (((-594 (-889 |#2|)) (-1176 $)) NIL)) (-2170 (($ $ $) NIL)) (-2067 (((-110)) NIL)) (-3369 (((-222 |#1| |#2|) $ (-527)) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#2| (-970 (-387 (-527))))) (($ |#2|) NIL) (((-634 |#2|) $) NIL)) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) 36)) (-3006 (((-594 (-1176 |#2|))) NIL (|has| |#2| (-519)))) (-3384 (($ $ $ $) NIL)) (-4214 (((-110)) NIL)) (-1615 (($ (-634 |#2|) $) NIL)) (-1722 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2192 (((-110) $) NIL)) (-4056 (($ $ $) NIL)) (-4127 (((-110)) NIL)) (-3947 (((-110)) NIL)) (-3431 (((-110)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $) NIL (|has| |#2| (-215)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#2| (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-222 |#1| |#2|) $ (-222 |#1| |#2|)) NIL) (((-222 |#1| |#2|) (-222 |#1| |#2|) $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-618 |#1| |#2|) (-13 (-1044 |#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) (-568 (-634 |#2|)) (-397 |#2|)) (-858) (-162)) (T -618))
+NIL
+(-13 (-1044 |#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) (-568 (-634 |#2|)) (-397 |#2|))
+((-4105 (((-110) $ $) NIL)) (-2646 (((-594 |#1|) $) NIL)) (-3471 (($ $) 52)) (-3525 (((-110) $) NIL)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-4005 (((-3 $ "failed") (-763 |#1|)) 23)) (-1787 (((-110) (-763 |#1|)) 15)) (-2675 (($ (-763 |#1|)) 24)) (-4057 (((-110) $ $) 30)) (-2091 (((-858) $) 37)) (-3458 (($ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2700 (((-594 $) (-763 |#1|)) 17)) (-4118 (((-800) $) 43) (($ |#1|) 34) (((-763 |#1|) $) 39) (((-623 |#1|) $) 44)) (-1483 (((-57 (-594 $)) (-594 |#1|) (-858)) 57)) (-4212 (((-594 $) (-594 |#1|) (-858)) 60)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 53)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 38)))
+(((-619 |#1|) (-13 (-791) (-970 |#1|) (-10 -8 (-15 -3525 ((-110) $)) (-15 -3458 ($ $)) (-15 -3471 ($ $)) (-15 -2091 ((-858) $)) (-15 -4057 ((-110) $ $)) (-15 -4118 ((-763 |#1|) $)) (-15 -4118 ((-623 |#1|) $)) (-15 -2700 ((-594 $) (-763 |#1|))) (-15 -1787 ((-110) (-763 |#1|))) (-15 -2675 ($ (-763 |#1|))) (-15 -4005 ((-3 $ "failed") (-763 |#1|))) (-15 -2646 ((-594 |#1|) $)) (-15 -1483 ((-57 (-594 $)) (-594 |#1|) (-858))) (-15 -4212 ((-594 $) (-594 |#1|) (-858))))) (-791)) (T -619))
+((-3525 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-619 *3)) (-4 *3 (-791)))) (-3458 (*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-791)))) (-3471 (*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-791)))) (-2091 (*1 *2 *1) (-12 (-5 *2 (-858)) (-5 *1 (-619 *3)) (-4 *3 (-791)))) (-4057 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-619 *3)) (-4 *3 (-791)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-763 *3)) (-5 *1 (-619 *3)) (-4 *3 (-791)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-623 *3)) (-5 *1 (-619 *3)) (-4 *3 (-791)))) (-2700 (*1 *2 *3) (-12 (-5 *3 (-763 *4)) (-4 *4 (-791)) (-5 *2 (-594 (-619 *4))) (-5 *1 (-619 *4)))) (-1787 (*1 *2 *3) (-12 (-5 *3 (-763 *4)) (-4 *4 (-791)) (-5 *2 (-110)) (-5 *1 (-619 *4)))) (-2675 (*1 *1 *2) (-12 (-5 *2 (-763 *3)) (-4 *3 (-791)) (-5 *1 (-619 *3)))) (-4005 (*1 *1 *2) (|partial| -12 (-5 *2 (-763 *3)) (-4 *3 (-791)) (-5 *1 (-619 *3)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-619 *3)) (-4 *3 (-791)))) (-1483 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *5)) (-5 *4 (-858)) (-4 *5 (-791)) (-5 *2 (-57 (-594 (-619 *5)))) (-5 *1 (-619 *5)))) (-4212 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *5)) (-5 *4 (-858)) (-4 *5 (-791)) (-5 *2 (-594 (-619 *5))) (-5 *1 (-619 *5)))))
+(-13 (-791) (-970 |#1|) (-10 -8 (-15 -3525 ((-110) $)) (-15 -3458 ($ $)) (-15 -3471 ($ $)) (-15 -2091 ((-858) $)) (-15 -4057 ((-110) $ $)) (-15 -4118 ((-763 |#1|) $)) (-15 -4118 ((-623 |#1|) $)) (-15 -2700 ((-594 $) (-763 |#1|))) (-15 -1787 ((-110) (-763 |#1|))) (-15 -2675 ($ (-763 |#1|))) (-15 -4005 ((-3 $ "failed") (-763 |#1|))) (-15 -2646 ((-594 |#1|) $)) (-15 -1483 ((-57 (-594 $)) (-594 |#1|) (-858))) (-15 -4212 ((-594 $) (-594 |#1|) (-858)))))
+((-2205 ((|#2| $) 76)) (-1630 (($ $) 96)) (-1731 (((-110) $ (-715)) 26)) (-1683 (($ $) 85) (($ $ (-715)) 88)) (-2678 (((-110) $) 97)) (-3177 (((-594 $) $) 72)) (-3269 (((-110) $ $) 71)) (-3541 (((-110) $ (-715)) 24)) (-1385 (((-527) $) 46)) (-2532 (((-527) $) 45)) (-2324 (((-110) $ (-715)) 22)) (-3898 (((-110) $) 74)) (-2681 ((|#2| $) 89) (($ $ (-715)) 92)) (-2555 (($ $ $ (-527)) 62) (($ |#2| $ (-527)) 61)) (-3847 (((-594 (-527)) $) 44)) (-1645 (((-110) (-527) $) 42)) (-1672 ((|#2| $) NIL) (($ $ (-715)) 84)) (-3469 (($ $ (-527)) 100)) (-1311 (((-110) $) 99)) (-1604 (((-110) (-1 (-110) |#2|) $) 32)) (-2401 (((-594 |#2|) $) 33)) (-3439 ((|#2| $ "value") NIL) ((|#2| $ "first") 83) (($ $ "rest") 87) ((|#2| $ "last") 95) (($ $ (-1143 (-527))) 58) ((|#2| $ (-527)) 40) ((|#2| $ (-527) |#2|) 41)) (-2312 (((-527) $ $) 70)) (-2104 (($ $ (-1143 (-527))) 57) (($ $ (-527)) 51)) (-2760 (((-110) $) 66)) (-3112 (($ $) 81)) (-1636 (((-715) $) 80)) (-4049 (($ $) 79)) (-4131 (($ (-594 |#2|)) 37)) (-3750 (($ $) 101)) (-3355 (((-594 $) $) 69)) (-3789 (((-110) $ $) 68)) (-1722 (((-110) (-1 (-110) |#2|) $) 31)) (-2747 (((-110) $ $) 18)) (-2809 (((-715) $) 29)))
+(((-620 |#1| |#2|) (-10 -8 (-15 -3750 (|#1| |#1|)) (-15 -3469 (|#1| |#1| (-527))) (-15 -2678 ((-110) |#1|)) (-15 -1311 ((-110) |#1|)) (-15 -3439 (|#2| |#1| (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527))) (-15 -2401 ((-594 |#2|) |#1|)) (-15 -1645 ((-110) (-527) |#1|)) (-15 -3847 ((-594 (-527)) |#1|)) (-15 -2532 ((-527) |#1|)) (-15 -1385 ((-527) |#1|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -2104 (|#1| |#1| (-527))) (-15 -2104 (|#1| |#1| (-1143 (-527)))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -3112 (|#1| |#1|)) (-15 -1636 ((-715) |#1|)) (-15 -4049 (|#1| |#1|)) (-15 -1630 (|#1| |#1|)) (-15 -2681 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "last")) (-15 -2681 (|#2| |#1|)) (-15 -1683 (|#1| |#1| (-715))) (-15 -3439 (|#1| |#1| "rest")) (-15 -1683 (|#1| |#1|)) (-15 -1672 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "first")) (-15 -1672 (|#2| |#1|)) (-15 -3269 ((-110) |#1| |#1|)) (-15 -3789 ((-110) |#1| |#1|)) (-15 -2312 ((-527) |#1| |#1|)) (-15 -2760 ((-110) |#1|)) (-15 -3439 (|#2| |#1| "value")) (-15 -2205 (|#2| |#1|)) (-15 -3898 ((-110) |#1|)) (-15 -3177 ((-594 |#1|) |#1|)) (-15 -3355 ((-594 |#1|) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715)))) (-621 |#2|) (-1130)) (T -620))
+NIL
+(-10 -8 (-15 -3750 (|#1| |#1|)) (-15 -3469 (|#1| |#1| (-527))) (-15 -2678 ((-110) |#1|)) (-15 -1311 ((-110) |#1|)) (-15 -3439 (|#2| |#1| (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527))) (-15 -2401 ((-594 |#2|) |#1|)) (-15 -1645 ((-110) (-527) |#1|)) (-15 -3847 ((-594 (-527)) |#1|)) (-15 -2532 ((-527) |#1|)) (-15 -1385 ((-527) |#1|)) (-15 -4131 (|#1| (-594 |#2|))) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -2104 (|#1| |#1| (-527))) (-15 -2104 (|#1| |#1| (-1143 (-527)))) (-15 -2555 (|#1| |#2| |#1| (-527))) (-15 -2555 (|#1| |#1| |#1| (-527))) (-15 -3112 (|#1| |#1|)) (-15 -1636 ((-715) |#1|)) (-15 -4049 (|#1| |#1|)) (-15 -1630 (|#1| |#1|)) (-15 -2681 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "last")) (-15 -2681 (|#2| |#1|)) (-15 -1683 (|#1| |#1| (-715))) (-15 -3439 (|#1| |#1| "rest")) (-15 -1683 (|#1| |#1|)) (-15 -1672 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "first")) (-15 -1672 (|#2| |#1|)) (-15 -3269 ((-110) |#1| |#1|)) (-15 -3789 ((-110) |#1| |#1|)) (-15 -2312 ((-527) |#1| |#1|)) (-15 -2760 ((-110) |#1|)) (-15 -3439 (|#2| |#1| "value")) (-15 -2205 (|#2| |#1|)) (-15 -3898 ((-110) |#1|)) (-15 -3177 ((-594 |#1|) |#1|)) (-15 -3355 ((-594 |#1|) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -1604 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#2|) |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-1630 (($ $) 67)) (-3604 (((-1181) $ (-527) (-527)) 97 (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) 52 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-1706 (($ $ $) 56 (|has| $ (-6 -4262)))) (-1418 ((|#1| $ |#1|) 54 (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) 58 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4262))) (($ $ "rest" $) 55 (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 117 (|has| $ (-6 -4262))) ((|#1| $ (-527) |#1|) 86 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 102)) (-2239 ((|#1| $) 66)) (-1298 (($) 7 T CONST)) (-2362 (($ $) 124)) (-1683 (($ $) 73) (($ $ (-715)) 71)) (-1702 (($ $) 99 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#1| $) 100 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 103)) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2774 ((|#1| $ (-527) |#1|) 85 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 87)) (-2678 (((-110) $) 83)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-2874 (((-715) $) 123)) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-3325 (($ (-715) |#1|) 108)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 95 (|has| (-527) (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 94 (|has| (-527) (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-2324 (((-110) $ (-715)) 10)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-1364 (($ $) 126)) (-3170 (((-110) $) 127)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2681 ((|#1| $) 70) (($ $ (-715)) 68)) (-2555 (($ $ $ (-527)) 116) (($ |#1| $ (-527)) 115)) (-3847 (((-594 (-527)) $) 92)) (-1645 (((-110) (-527) $) 91)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1885 ((|#1| $) 125)) (-1672 ((|#1| $) 76) (($ $ (-715)) 74)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 106)) (-1542 (($ $ |#1|) 96 (|has| $ (-6 -4262)))) (-3469 (($ $ (-527)) 122)) (-1311 (((-110) $) 84)) (-1246 (((-110) $) 128)) (-1763 (((-110) $) 129)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 93 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 90)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1143 (-527))) 112) ((|#1| $ (-527)) 89) ((|#1| $ (-527) |#1|) 88)) (-2312 (((-527) $ $) 44)) (-2104 (($ $ (-1143 (-527))) 114) (($ $ (-527)) 113)) (-2760 (((-110) $) 46)) (-3112 (($ $) 62)) (-1256 (($ $) 59 (|has| $ (-6 -4262)))) (-1636 (((-715) $) 63)) (-4049 (($ $) 64)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 98 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 107)) (-1390 (($ $ $) 61 (|has| $ (-6 -4262))) (($ $ |#1|) 60 (|has| $ (-6 -4262)))) (-1997 (($ $ $) 78) (($ |#1| $) 77) (($ (-594 $)) 110) (($ $ |#1|) 109)) (-3750 (($ $) 121)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-621 |#1|) (-133) (-1130)) (T -621))
+((-2659 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-621 *3)) (-4 *3 (-1130)))) (-2420 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-621 *3)) (-4 *3 (-1130)))) (-1763 (*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))) (-1246 (*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))) (-3170 (*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))) (-1364 (*1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130)))) (-1885 (*1 *2 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130)))) (-2362 (*1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130)))) (-2874 (*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))) (-3469 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-621 *3)) (-4 *3 (-1130)))) (-3750 (*1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130)))))
+(-13 (-1068 |t#1|) (-10 -8 (-15 -2659 ($ (-1 (-110) |t#1|) $)) (-15 -2420 ($ (-1 (-110) |t#1|) $)) (-15 -1763 ((-110) $)) (-15 -1246 ((-110) $)) (-15 -3170 ((-110) $)) (-15 -1364 ($ $)) (-15 -1885 (|t#1| $)) (-15 -2362 ($ $)) (-15 -2874 ((-715) $)) (-15 -3469 ($ $ (-527))) (-15 -3750 ($ $))))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-944 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1068 |#1|) . T) ((-1130) . T) ((-1164 |#1|) . T))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-4209 (($ (-715) (-715) (-715)) 35 (|has| |#1| (-979)))) (-1731 (((-110) $ (-715)) NIL)) (-2002 ((|#1| $ (-715) (-715) (-715) |#1|) 29)) (-1298 (($) NIL T CONST)) (-2804 (($ $ $) 39 (|has| |#1| (-979)))) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2338 (((-1176 (-715)) $) 11)) (-2943 (($ (-1094) $ $) 24)) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-1665 (($ (-715)) 37 (|has| |#1| (-979)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-715) (-715) (-715)) 27)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4131 (($ (-594 (-594 (-594 |#1|)))) 46)) (-4118 (($ (-894 (-894 (-894 |#1|)))) 17) (((-894 (-894 (-894 |#1|))) $) 14) (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-622 |#1|) (-13 (-466 |#1|) (-10 -8 (IF (|has| |#1| (-979)) (PROGN (-15 -4209 ($ (-715) (-715) (-715))) (-15 -1665 ($ (-715))) (-15 -2804 ($ $ $))) |%noBranch|) (-15 -4131 ($ (-594 (-594 (-594 |#1|))))) (-15 -3439 (|#1| $ (-715) (-715) (-715))) (-15 -2002 (|#1| $ (-715) (-715) (-715) |#1|)) (-15 -4118 ($ (-894 (-894 (-894 |#1|))))) (-15 -4118 ((-894 (-894 (-894 |#1|))) $)) (-15 -2943 ($ (-1094) $ $)) (-15 -2338 ((-1176 (-715)) $)))) (-1022)) (T -622))
+((-4209 (*1 *1 *2 *2 *2) (-12 (-5 *2 (-715)) (-5 *1 (-622 *3)) (-4 *3 (-979)) (-4 *3 (-1022)))) (-1665 (*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-622 *3)) (-4 *3 (-979)) (-4 *3 (-1022)))) (-2804 (*1 *1 *1 *1) (-12 (-5 *1 (-622 *2)) (-4 *2 (-979)) (-4 *2 (-1022)))) (-4131 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-594 *3)))) (-4 *3 (-1022)) (-5 *1 (-622 *3)))) (-3439 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-715)) (-5 *1 (-622 *2)) (-4 *2 (-1022)))) (-2002 (*1 *2 *1 *3 *3 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-622 *2)) (-4 *2 (-1022)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-894 (-894 (-894 *3)))) (-4 *3 (-1022)) (-5 *1 (-622 *3)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-894 (-894 (-894 *3)))) (-5 *1 (-622 *3)) (-4 *3 (-1022)))) (-2943 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-622 *3)) (-4 *3 (-1022)))) (-2338 (*1 *2 *1) (-12 (-5 *2 (-1176 (-715))) (-5 *1 (-622 *3)) (-4 *3 (-1022)))))
+(-13 (-466 |#1|) (-10 -8 (IF (|has| |#1| (-979)) (PROGN (-15 -4209 ($ (-715) (-715) (-715))) (-15 -1665 ($ (-715))) (-15 -2804 ($ $ $))) |%noBranch|) (-15 -4131 ($ (-594 (-594 (-594 |#1|))))) (-15 -3439 (|#1| $ (-715) (-715) (-715))) (-15 -2002 (|#1| $ (-715) (-715) (-715) |#1|)) (-15 -4118 ($ (-894 (-894 (-894 |#1|))))) (-15 -4118 ((-894 (-894 (-894 |#1|))) $)) (-15 -2943 ($ (-1094) $ $)) (-15 -2338 ((-1176 (-715)) $))))
+((-4105 (((-110) $ $) NIL)) (-2646 (((-594 |#1|) $) 14)) (-3471 (($ $) 18)) (-3525 (((-110) $) 19)) (-1923 (((-3 |#1| "failed") $) 22)) (-4145 ((|#1| $) 20)) (-1683 (($ $) 36)) (-1491 (($ $) 24)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-4057 (((-110) $ $) 42)) (-2091 (((-858) $) 38)) (-3458 (($ $) 17)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 ((|#1| $) 35)) (-4118 (((-800) $) 31) (($ |#1|) 23) (((-763 |#1|) $) 27)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 12)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 40)) (* (($ $ $) 34)))
+(((-623 |#1|) (-13 (-791) (-970 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -4118 ((-763 |#1|) $)) (-15 -1672 (|#1| $)) (-15 -3458 ($ $)) (-15 -2091 ((-858) $)) (-15 -4057 ((-110) $ $)) (-15 -1491 ($ $)) (-15 -1683 ($ $)) (-15 -3525 ((-110) $)) (-15 -3471 ($ $)) (-15 -2646 ((-594 |#1|) $)))) (-791)) (T -623))
+((* (*1 *1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-763 *3)) (-5 *1 (-623 *3)) (-4 *3 (-791)))) (-1672 (*1 *2 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791)))) (-3458 (*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791)))) (-2091 (*1 *2 *1) (-12 (-5 *2 (-858)) (-5 *1 (-623 *3)) (-4 *3 (-791)))) (-4057 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-623 *3)) (-4 *3 (-791)))) (-1491 (*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791)))) (-1683 (*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791)))) (-3525 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-623 *3)) (-4 *3 (-791)))) (-3471 (*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-623 *3)) (-4 *3 (-791)))))
+(-13 (-791) (-970 |#1|) (-10 -8 (-15 * ($ $ $)) (-15 -4118 ((-763 |#1|) $)) (-15 -1672 (|#1| $)) (-15 -3458 ($ $)) (-15 -2091 ((-858) $)) (-15 -4057 ((-110) $ $)) (-15 -1491 ($ $)) (-15 -1683 ($ $)) (-15 -3525 ((-110) $)) (-15 -3471 ($ $)) (-15 -2646 ((-594 |#1|) $))))
+((-2914 ((|#1| (-1 |#1| (-715) |#1|) (-715) |#1|) 11)) (-1663 ((|#1| (-1 |#1| |#1|) (-715) |#1|) 9)))
+(((-624 |#1|) (-10 -7 (-15 -1663 (|#1| (-1 |#1| |#1|) (-715) |#1|)) (-15 -2914 (|#1| (-1 |#1| (-715) |#1|) (-715) |#1|))) (-1022)) (T -624))
+((-2914 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 (-715) *2)) (-5 *4 (-715)) (-4 *2 (-1022)) (-5 *1 (-624 *2)))) (-1663 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-715)) (-4 *2 (-1022)) (-5 *1 (-624 *2)))))
+(-10 -7 (-15 -1663 (|#1| (-1 |#1| |#1|) (-715) |#1|)) (-15 -2914 (|#1| (-1 |#1| (-715) |#1|) (-715) |#1|)))
+((-1575 ((|#2| |#1| |#2|) 9)) (-1560 ((|#1| |#1| |#2|) 8)))
+(((-625 |#1| |#2|) (-10 -7 (-15 -1560 (|#1| |#1| |#2|)) (-15 -1575 (|#2| |#1| |#2|))) (-1022) (-1022)) (T -625))
+((-1575 (*1 *2 *3 *2) (-12 (-5 *1 (-625 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))) (-1560 (*1 *2 *2 *3) (-12 (-5 *1 (-625 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
+(-10 -7 (-15 -1560 (|#1| |#1| |#2|)) (-15 -1575 (|#2| |#1| |#2|)))
+((-1309 ((|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|) 11)))
+(((-626 |#1| |#2| |#3|) (-10 -7 (-15 -1309 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|))) (-1022) (-1022) (-1022)) (T -626))
+((-1309 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)) (-5 *1 (-626 *5 *6 *2)))))
+(-10 -7 (-15 -1309 (|#3| (-1 |#3| |#2|) (-1 |#2| |#1|) |#1|)))
+((-2914 (((-1 |#1| (-715) |#1|) (-1 |#1| (-715) |#1|)) 23)) (-3688 (((-1 |#1|) |#1|) 8)) (-3287 ((|#1| |#1|) 16)) (-2318 (((-594 |#1|) (-1 (-594 |#1|) (-594 |#1|)) (-527)) 15) ((|#1| (-1 |#1| |#1|)) 11)) (-4118 (((-1 |#1|) |#1|) 9)) (** (((-1 |#1| |#1|) (-1 |#1| |#1|) (-715)) 20)))
+(((-627 |#1|) (-10 -7 (-15 -3688 ((-1 |#1|) |#1|)) (-15 -4118 ((-1 |#1|) |#1|)) (-15 -2318 (|#1| (-1 |#1| |#1|))) (-15 -2318 ((-594 |#1|) (-1 (-594 |#1|) (-594 |#1|)) (-527))) (-15 -3287 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-715))) (-15 -2914 ((-1 |#1| (-715) |#1|) (-1 |#1| (-715) |#1|)))) (-1022)) (T -627))
+((-2914 (*1 *2 *2) (-12 (-5 *2 (-1 *3 (-715) *3)) (-4 *3 (-1022)) (-5 *1 (-627 *3)))) (** (*1 *2 *2 *3) (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-715)) (-4 *4 (-1022)) (-5 *1 (-627 *4)))) (-3287 (*1 *2 *2) (-12 (-5 *1 (-627 *2)) (-4 *2 (-1022)))) (-2318 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-594 *5) (-594 *5))) (-5 *4 (-527)) (-5 *2 (-594 *5)) (-5 *1 (-627 *5)) (-4 *5 (-1022)))) (-2318 (*1 *2 *3) (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-627 *2)) (-4 *2 (-1022)))) (-4118 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-627 *3)) (-4 *3 (-1022)))) (-3688 (*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-627 *3)) (-4 *3 (-1022)))))
+(-10 -7 (-15 -3688 ((-1 |#1|) |#1|)) (-15 -4118 ((-1 |#1|) |#1|)) (-15 -2318 (|#1| (-1 |#1| |#1|))) (-15 -2318 ((-594 |#1|) (-1 (-594 |#1|) (-594 |#1|)) (-527))) (-15 -3287 (|#1| |#1|)) (-15 ** ((-1 |#1| |#1|) (-1 |#1| |#1|) (-715))) (-15 -2914 ((-1 |#1| (-715) |#1|) (-1 |#1| (-715) |#1|))))
+((-3099 (((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)) 16)) (-3509 (((-1 |#2|) (-1 |#2| |#1|) |#1|) 13)) (-2459 (((-1 |#2| |#1|) (-1 |#2|)) 14)) (-3560 (((-1 |#2| |#1|) |#2|) 11)))
+(((-628 |#1| |#2|) (-10 -7 (-15 -3560 ((-1 |#2| |#1|) |#2|)) (-15 -3509 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2459 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3099 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|)))) (-1022) (-1022)) (T -628))
+((-3099 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-5 *2 (-1 *5 *4)) (-5 *1 (-628 *4 *5)))) (-2459 (*1 *2 *3) (-12 (-5 *3 (-1 *5)) (-4 *5 (-1022)) (-5 *2 (-1 *5 *4)) (-5 *1 (-628 *4 *5)) (-4 *4 (-1022)))) (-3509 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-5 *2 (-1 *5)) (-5 *1 (-628 *4 *5)))) (-3560 (*1 *2 *3) (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-628 *4 *3)) (-4 *4 (-1022)) (-4 *3 (-1022)))))
+(-10 -7 (-15 -3560 ((-1 |#2| |#1|) |#2|)) (-15 -3509 ((-1 |#2|) (-1 |#2| |#1|) |#1|)) (-15 -2459 ((-1 |#2| |#1|) (-1 |#2|))) (-15 -3099 ((-1 |#2| |#1|) (-1 |#2| |#1| |#1|))))
+((-4048 (((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|)) 17)) (-3030 (((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|) 11)) (-1553 (((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|) 13)) (-2567 (((-1 |#3| |#1| |#2|) (-1 |#3| |#1|)) 14)) (-3239 (((-1 |#3| |#1| |#2|) (-1 |#3| |#2|)) 15)) (* (((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)) 21)))
+(((-629 |#1| |#2| |#3|) (-10 -7 (-15 -3030 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -1553 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2567 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3239 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4048 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|)))) (-1022) (-1022) (-1022)) (T -629))
+((* (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-1 *7 *5)) (-5 *1 (-629 *5 *6 *7)))) (-4048 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-629 *4 *5 *6)))) (-3239 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-629 *4 *5 *6)) (-4 *4 (-1022)))) (-2567 (*1 *2 *3) (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1022)) (-4 *6 (-1022)) (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-629 *4 *5 *6)) (-4 *5 (-1022)))) (-1553 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *2 (-1 *6 *5)) (-5 *1 (-629 *4 *5 *6)))) (-3030 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1022)) (-4 *4 (-1022)) (-4 *6 (-1022)) (-5 *2 (-1 *6 *5)) (-5 *1 (-629 *5 *4 *6)))))
+(-10 -7 (-15 -3030 ((-1 |#3| |#1|) (-1 |#3| |#1| |#2|) |#2|)) (-15 -1553 ((-1 |#3| |#2|) (-1 |#3| |#1| |#2|) |#1|)) (-15 -2567 ((-1 |#3| |#1| |#2|) (-1 |#3| |#1|))) (-15 -3239 ((-1 |#3| |#1| |#2|) (-1 |#3| |#2|))) (-15 -4048 ((-1 |#3| |#2| |#1|) (-1 |#3| |#1| |#2|))) (-15 * ((-1 |#3| |#1|) (-1 |#3| |#2|) (-1 |#2| |#1|))))
+((-2731 ((|#5| (-1 |#5| |#1| |#5|) |#4| |#5|) 39)) (-1998 (((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|) 37) ((|#8| (-1 |#5| |#1|) |#4|) 31)))
+(((-630 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8|) (-10 -7 (-15 -1998 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1998 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2731 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|))) (-979) (-353 |#1|) (-353 |#1|) (-632 |#1| |#2| |#3|) (-979) (-353 |#5|) (-353 |#5|) (-632 |#5| |#6| |#7|)) (T -630))
+((-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-979)) (-4 *2 (-979)) (-4 *6 (-353 *5)) (-4 *7 (-353 *5)) (-4 *8 (-353 *2)) (-4 *9 (-353 *2)) (-5 *1 (-630 *5 *6 *7 *4 *2 *8 *9 *10)) (-4 *4 (-632 *5 *6 *7)) (-4 *10 (-632 *2 *8 *9)))) (-1998 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-979)) (-4 *8 (-979)) (-4 *6 (-353 *5)) (-4 *7 (-353 *5)) (-4 *2 (-632 *8 *9 *10)) (-5 *1 (-630 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-632 *5 *6 *7)) (-4 *9 (-353 *8)) (-4 *10 (-353 *8)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-979)) (-4 *8 (-979)) (-4 *6 (-353 *5)) (-4 *7 (-353 *5)) (-4 *2 (-632 *8 *9 *10)) (-5 *1 (-630 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-632 *5 *6 *7)) (-4 *9 (-353 *8)) (-4 *10 (-353 *8)))))
+(-10 -7 (-15 -1998 (|#8| (-1 |#5| |#1|) |#4|)) (-15 -1998 ((-3 |#8| "failed") (-1 (-3 |#5| "failed") |#1|) |#4|)) (-15 -2731 (|#5| (-1 |#5| |#1| |#5|) |#4| |#5|)))
+((-1231 (($ (-715) (-715)) 33)) (-2473 (($ $ $) 56)) (-1367 (($ |#3|) 52) (($ $) 53)) (-3536 (((-110) $) 28)) (-2333 (($ $ (-527) (-527)) 58)) (-3548 (($ $ (-527) (-527)) 59)) (-3893 (($ $ (-527) (-527) (-527) (-527)) 63)) (-3364 (($ $) 54)) (-1850 (((-110) $) 14)) (-3792 (($ $ (-527) (-527) $) 64)) (-1232 ((|#2| $ (-527) (-527) |#2|) NIL) (($ $ (-594 (-527)) (-594 (-527)) $) 62)) (-2209 (($ (-715) |#2|) 39)) (-2272 (($ (-594 (-594 |#2|))) 37)) (-2132 (((-594 (-594 |#2|)) $) 57)) (-3586 (($ $ $) 55)) (-1305 (((-3 $ "failed") $ |#2|) 91)) (-3439 ((|#2| $ (-527) (-527)) NIL) ((|#2| $ (-527) (-527) |#2|) NIL) (($ $ (-594 (-527)) (-594 (-527))) 61)) (-4071 (($ (-594 |#2|)) 40) (($ (-594 $)) 42)) (-3055 (((-110) $) 24)) (-4118 (($ |#4|) 47) (((-800) $) NIL)) (-2192 (((-110) $) 30)) (-2873 (($ $ |#2|) 93)) (-2863 (($ $ $) 68) (($ $) 71)) (-2850 (($ $ $) 66)) (** (($ $ (-715)) 80) (($ $ (-527)) 96)) (* (($ $ $) 77) (($ |#2| $) 73) (($ $ |#2|) 74) (($ (-527) $) 76) ((|#4| $ |#4|) 84) ((|#3| |#3| $) 88)))
+(((-631 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4118 ((-800) |#1|)) (-15 ** (|#1| |#1| (-527))) (-15 -2873 (|#1| |#1| |#2|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-715))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -3792 (|#1| |#1| (-527) (-527) |#1|)) (-15 -3893 (|#1| |#1| (-527) (-527) (-527) (-527))) (-15 -3548 (|#1| |#1| (-527) (-527))) (-15 -2333 (|#1| |#1| (-527) (-527))) (-15 -1232 (|#1| |#1| (-594 (-527)) (-594 (-527)) |#1|)) (-15 -3439 (|#1| |#1| (-594 (-527)) (-594 (-527)))) (-15 -2132 ((-594 (-594 |#2|)) |#1|)) (-15 -2473 (|#1| |#1| |#1|)) (-15 -3586 (|#1| |#1| |#1|)) (-15 -3364 (|#1| |#1|)) (-15 -1367 (|#1| |#1|)) (-15 -1367 (|#1| |#3|)) (-15 -4118 (|#1| |#4|)) (-15 -4071 (|#1| (-594 |#1|))) (-15 -4071 (|#1| (-594 |#2|))) (-15 -2209 (|#1| (-715) |#2|)) (-15 -2272 (|#1| (-594 (-594 |#2|)))) (-15 -1231 (|#1| (-715) (-715))) (-15 -2192 ((-110) |#1|)) (-15 -3536 ((-110) |#1|)) (-15 -3055 ((-110) |#1|)) (-15 -1850 ((-110) |#1|)) (-15 -1232 (|#2| |#1| (-527) (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) (-527)))) (-632 |#2| |#3| |#4|) (-979) (-353 |#2|) (-353 |#2|)) (T -631))
+NIL
+(-10 -8 (-15 -4118 ((-800) |#1|)) (-15 ** (|#1| |#1| (-527))) (-15 -2873 (|#1| |#1| |#2|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 ** (|#1| |#1| (-715))) (-15 * (|#3| |#3| |#1|)) (-15 * (|#4| |#1| |#4|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -3792 (|#1| |#1| (-527) (-527) |#1|)) (-15 -3893 (|#1| |#1| (-527) (-527) (-527) (-527))) (-15 -3548 (|#1| |#1| (-527) (-527))) (-15 -2333 (|#1| |#1| (-527) (-527))) (-15 -1232 (|#1| |#1| (-594 (-527)) (-594 (-527)) |#1|)) (-15 -3439 (|#1| |#1| (-594 (-527)) (-594 (-527)))) (-15 -2132 ((-594 (-594 |#2|)) |#1|)) (-15 -2473 (|#1| |#1| |#1|)) (-15 -3586 (|#1| |#1| |#1|)) (-15 -3364 (|#1| |#1|)) (-15 -1367 (|#1| |#1|)) (-15 -1367 (|#1| |#3|)) (-15 -4118 (|#1| |#4|)) (-15 -4071 (|#1| (-594 |#1|))) (-15 -4071 (|#1| (-594 |#2|))) (-15 -2209 (|#1| (-715) |#2|)) (-15 -2272 (|#1| (-594 (-594 |#2|)))) (-15 -1231 (|#1| (-715) (-715))) (-15 -2192 ((-110) |#1|)) (-15 -3536 ((-110) |#1|)) (-15 -3055 ((-110) |#1|)) (-15 -1850 ((-110) |#1|)) (-15 -1232 (|#2| |#1| (-527) (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) (-527))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1231 (($ (-715) (-715)) 97)) (-2473 (($ $ $) 87)) (-1367 (($ |#2|) 91) (($ $) 90)) (-3536 (((-110) $) 99)) (-2333 (($ $ (-527) (-527)) 83)) (-3548 (($ $ (-527) (-527)) 82)) (-3893 (($ $ (-527) (-527) (-527) (-527)) 81)) (-3364 (($ $) 89)) (-1850 (((-110) $) 101)) (-1731 (((-110) $ (-715)) 8)) (-3792 (($ $ (-527) (-527) $) 80)) (-1232 ((|#1| $ (-527) (-527) |#1|) 44) (($ $ (-594 (-527)) (-594 (-527)) $) 84)) (-1638 (($ $ (-527) |#2|) 42)) (-1754 (($ $ (-527) |#3|) 41)) (-2209 (($ (-715) |#1|) 95)) (-1298 (($) 7 T CONST)) (-2064 (($ $) 67 (|has| |#1| (-288)))) (-2941 ((|#2| $ (-527)) 46)) (-1238 (((-715) $) 66 (|has| |#1| (-519)))) (-2774 ((|#1| $ (-527) (-527) |#1|) 43)) (-3231 ((|#1| $ (-527) (-527)) 48)) (-3717 (((-594 |#1|) $) 30)) (-2887 (((-715) $) 65 (|has| |#1| (-519)))) (-3335 (((-594 |#3|) $) 64 (|has| |#1| (-519)))) (-3639 (((-715) $) 51)) (-3325 (($ (-715) (-715) |#1|) 57)) (-3650 (((-715) $) 50)) (-3541 (((-110) $ (-715)) 9)) (-3226 ((|#1| $) 62 (|has| |#1| (-6 (-4263 "*"))))) (-1325 (((-527) $) 55)) (-2059 (((-527) $) 53)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2767 (((-527) $) 54)) (-2953 (((-527) $) 52)) (-2272 (($ (-594 (-594 |#1|))) 96)) (-2762 (($ (-1 |#1| |#1|) $) 34)) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 40) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) 39)) (-2132 (((-594 (-594 |#1|)) $) 86)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2527 (((-3 $ "failed") $) 61 (|has| |#1| (-343)))) (-3586 (($ $ $) 88)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) 56)) (-1305 (((-3 $ "failed") $ |#1|) 69 (|has| |#1| (-519)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) (-527)) 49) ((|#1| $ (-527) (-527) |#1|) 47) (($ $ (-594 (-527)) (-594 (-527))) 85)) (-4071 (($ (-594 |#1|)) 94) (($ (-594 $)) 93)) (-3055 (((-110) $) 100)) (-3832 ((|#1| $) 63 (|has| |#1| (-6 (-4263 "*"))))) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-3369 ((|#3| $ (-527)) 45)) (-4118 (($ |#3|) 92) (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2192 (((-110) $) 98)) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2873 (($ $ |#1|) 68 (|has| |#1| (-343)))) (-2863 (($ $ $) 78) (($ $) 77)) (-2850 (($ $ $) 79)) (** (($ $ (-715)) 70) (($ $ (-527)) 60 (|has| |#1| (-343)))) (* (($ $ $) 76) (($ |#1| $) 75) (($ $ |#1|) 74) (($ (-527) $) 73) ((|#3| $ |#3|) 72) ((|#2| |#2| $) 71)) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-632 |#1| |#2| |#3|) (-133) (-979) (-353 |t#1|) (-353 |t#1|)) (T -632))
+((-1850 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-110)))) (-3055 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-110)))) (-3536 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-110)))) (-2192 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-110)))) (-1231 (*1 *1 *2 *2) (-12 (-5 *2 (-715)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-2272 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-2209 (*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-4071 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-4071 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *2)) (-4 *4 (-353 *3)) (-4 *2 (-353 *3)))) (-1367 (*1 *1 *2) (-12 (-4 *3 (-979)) (-4 *1 (-632 *3 *2 *4)) (-4 *2 (-353 *3)) (-4 *4 (-353 *3)))) (-1367 (*1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (-3364 (*1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (-3586 (*1 *1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (-2473 (*1 *1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (-2132 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-594 (-594 *3))))) (-3439 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-594 (-527))) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-1232 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-594 (-527))) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-2333 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-3548 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-3893 (*1 *1 *1 *2 *2 *2 *2) (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-3792 (*1 *1 *1 *2 *2 *1) (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-2850 (*1 *1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (-2863 (*1 *1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (-2863 (*1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (* (*1 *1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-632 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *2 (-353 *3)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-632 *3 *2 *4)) (-4 *3 (-979)) (-4 *2 (-353 *3)) (-4 *4 (-353 *3)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))) (-1305 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (-4 *2 (-519)))) (-2873 (*1 *1 *1 *2) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (-4 *2 (-343)))) (-2064 (*1 *1 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (-4 *2 (-288)))) (-1238 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-4 *3 (-519)) (-5 *2 (-715)))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-4 *3 (-519)) (-5 *2 (-715)))) (-3335 (*1 *2 *1) (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-4 *3 (-519)) (-5 *2 (-594 *5)))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979)))) (-3226 (*1 *2 *1) (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979)))) (-2527 (*1 *1 *1) (|partial| -12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (-4 *2 (-343)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-4 *3 (-343)))))
+(-13 (-55 |t#1| |t#2| |t#3|) (-10 -8 (-6 -4262) (-6 -4261) (-15 -1850 ((-110) $)) (-15 -3055 ((-110) $)) (-15 -3536 ((-110) $)) (-15 -2192 ((-110) $)) (-15 -1231 ($ (-715) (-715))) (-15 -2272 ($ (-594 (-594 |t#1|)))) (-15 -2209 ($ (-715) |t#1|)) (-15 -4071 ($ (-594 |t#1|))) (-15 -4071 ($ (-594 $))) (-15 -4118 ($ |t#3|)) (-15 -1367 ($ |t#2|)) (-15 -1367 ($ $)) (-15 -3364 ($ $)) (-15 -3586 ($ $ $)) (-15 -2473 ($ $ $)) (-15 -2132 ((-594 (-594 |t#1|)) $)) (-15 -3439 ($ $ (-594 (-527)) (-594 (-527)))) (-15 -1232 ($ $ (-594 (-527)) (-594 (-527)) $)) (-15 -2333 ($ $ (-527) (-527))) (-15 -3548 ($ $ (-527) (-527))) (-15 -3893 ($ $ (-527) (-527) (-527) (-527))) (-15 -3792 ($ $ (-527) (-527) $)) (-15 -2850 ($ $ $)) (-15 -2863 ($ $ $)) (-15 -2863 ($ $)) (-15 * ($ $ $)) (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|)) (-15 * ($ (-527) $)) (-15 * (|t#3| $ |t#3|)) (-15 * (|t#2| |t#2| $)) (-15 ** ($ $ (-715))) (IF (|has| |t#1| (-519)) (-15 -1305 ((-3 $ "failed") $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-343)) (-15 -2873 ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-288)) (-15 -2064 ($ $)) |%noBranch|) (IF (|has| |t#1| (-519)) (PROGN (-15 -1238 ((-715) $)) (-15 -2887 ((-715) $)) (-15 -3335 ((-594 |t#3|) $))) |%noBranch|) (IF (|has| |t#1| (-6 (-4263 "*"))) (PROGN (-15 -3832 (|t#1| $)) (-15 -3226 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-343)) (PROGN (-15 -2527 ((-3 $ "failed") $)) (-15 ** ($ $ (-527)))) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-55 |#1| |#2| |#3|) . T) ((-1130) . T))
+((-2064 ((|#4| |#4|) 72 (|has| |#1| (-288)))) (-1238 (((-715) |#4|) 99 (|has| |#1| (-519)))) (-2887 (((-715) |#4|) 76 (|has| |#1| (-519)))) (-3335 (((-594 |#3|) |#4|) 83 (|has| |#1| (-519)))) (-2242 (((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|) 111 (|has| |#1| (-288)))) (-3226 ((|#1| |#4|) 35)) (-3663 (((-3 |#4| "failed") |#4|) 64 (|has| |#1| (-519)))) (-2527 (((-3 |#4| "failed") |#4|) 80 (|has| |#1| (-343)))) (-2528 ((|#4| |#4|) 68 (|has| |#1| (-519)))) (-3653 ((|#4| |#4| |#1| (-527) (-527)) 43)) (-3138 ((|#4| |#4| (-527) (-527)) 38)) (-2180 ((|#4| |#4| |#1| (-527) (-527)) 48)) (-3832 ((|#1| |#4|) 78)) (-1345 (((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|) 69 (|has| |#1| (-519)))))
+(((-633 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3832 (|#1| |#4|)) (-15 -3226 (|#1| |#4|)) (-15 -3138 (|#4| |#4| (-527) (-527))) (-15 -3653 (|#4| |#4| |#1| (-527) (-527))) (-15 -2180 (|#4| |#4| |#1| (-527) (-527))) (IF (|has| |#1| (-519)) (PROGN (-15 -1238 ((-715) |#4|)) (-15 -2887 ((-715) |#4|)) (-15 -3335 ((-594 |#3|) |#4|)) (-15 -2528 (|#4| |#4|)) (-15 -3663 ((-3 |#4| "failed") |#4|)) (-15 -1345 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-288)) (PROGN (-15 -2064 (|#4| |#4|)) (-15 -2242 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-343)) (-15 -2527 ((-3 |#4| "failed") |#4|)) |%noBranch|)) (-162) (-353 |#1|) (-353 |#1|) (-632 |#1| |#2| |#3|)) (T -633))
+((-2527 (*1 *2 *2) (|partial| -12 (-4 *3 (-343)) (-4 *3 (-162)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-2242 (*1 *2 *3 *3) (-12 (-4 *3 (-288)) (-4 *3 (-162)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-633 *3 *4 *5 *6)) (-4 *6 (-632 *3 *4 *5)))) (-2064 (*1 *2 *2) (-12 (-4 *3 (-288)) (-4 *3 (-162)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-1345 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4))) (-5 *1 (-633 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-3663 (*1 *2 *2) (|partial| -12 (-4 *3 (-519)) (-4 *3 (-162)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-2528 (*1 *2 *2) (-12 (-4 *3 (-519)) (-4 *3 (-162)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-3335 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-594 *6)) (-5 *1 (-633 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-2887 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-715)) (-5 *1 (-633 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-1238 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-715)) (-5 *1 (-633 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-2180 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-527)) (-4 *3 (-162)) (-4 *5 (-353 *3)) (-4 *6 (-353 *3)) (-5 *1 (-633 *3 *5 *6 *2)) (-4 *2 (-632 *3 *5 *6)))) (-3653 (*1 *2 *2 *3 *4 *4) (-12 (-5 *4 (-527)) (-4 *3 (-162)) (-4 *5 (-353 *3)) (-4 *6 (-353 *3)) (-5 *1 (-633 *3 *5 *6 *2)) (-4 *2 (-632 *3 *5 *6)))) (-3138 (*1 *2 *2 *3 *3) (-12 (-5 *3 (-527)) (-4 *4 (-162)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *1 (-633 *4 *5 *6 *2)) (-4 *2 (-632 *4 *5 *6)))) (-3226 (*1 *2 *3) (-12 (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-162)) (-5 *1 (-633 *2 *4 *5 *3)) (-4 *3 (-632 *2 *4 *5)))) (-3832 (*1 *2 *3) (-12 (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-162)) (-5 *1 (-633 *2 *4 *5 *3)) (-4 *3 (-632 *2 *4 *5)))))
+(-10 -7 (-15 -3832 (|#1| |#4|)) (-15 -3226 (|#1| |#4|)) (-15 -3138 (|#4| |#4| (-527) (-527))) (-15 -3653 (|#4| |#4| |#1| (-527) (-527))) (-15 -2180 (|#4| |#4| |#1| (-527) (-527))) (IF (|has| |#1| (-519)) (PROGN (-15 -1238 ((-715) |#4|)) (-15 -2887 ((-715) |#4|)) (-15 -3335 ((-594 |#3|) |#4|)) (-15 -2528 (|#4| |#4|)) (-15 -3663 ((-3 |#4| "failed") |#4|)) (-15 -1345 ((-2 (|:| |adjMat| |#4|) (|:| |detMat| |#1|)) |#4|))) |%noBranch|) (IF (|has| |#1| (-288)) (PROGN (-15 -2064 (|#4| |#4|)) (-15 -2242 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|))) |%noBranch|) (IF (|has| |#1| (-343)) (-15 -2527 ((-3 |#4| "failed") |#4|)) |%noBranch|))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1231 (($ (-715) (-715)) 47)) (-2473 (($ $ $) NIL)) (-1367 (($ (-1176 |#1|)) NIL) (($ $) NIL)) (-3536 (((-110) $) NIL)) (-2333 (($ $ (-527) (-527)) 12)) (-3548 (($ $ (-527) (-527)) NIL)) (-3893 (($ $ (-527) (-527) (-527) (-527)) NIL)) (-3364 (($ $) NIL)) (-1850 (((-110) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-3792 (($ $ (-527) (-527) $) NIL)) (-1232 ((|#1| $ (-527) (-527) |#1|) NIL) (($ $ (-594 (-527)) (-594 (-527)) $) NIL)) (-1638 (($ $ (-527) (-1176 |#1|)) NIL)) (-1754 (($ $ (-527) (-1176 |#1|)) NIL)) (-2209 (($ (-715) |#1|) 22)) (-1298 (($) NIL T CONST)) (-2064 (($ $) 31 (|has| |#1| (-288)))) (-2941 (((-1176 |#1|) $ (-527)) NIL)) (-1238 (((-715) $) 33 (|has| |#1| (-519)))) (-2774 ((|#1| $ (-527) (-527) |#1|) 51)) (-3231 ((|#1| $ (-527) (-527)) NIL)) (-3717 (((-594 |#1|) $) NIL)) (-2887 (((-715) $) 35 (|has| |#1| (-519)))) (-3335 (((-594 (-1176 |#1|)) $) 38 (|has| |#1| (-519)))) (-3639 (((-715) $) 20)) (-3325 (($ (-715) (-715) |#1|) 16)) (-3650 (((-715) $) 21)) (-3541 (((-110) $ (-715)) NIL)) (-3226 ((|#1| $) 29 (|has| |#1| (-6 (-4263 "*"))))) (-1325 (((-527) $) 9)) (-2059 (((-527) $) 10)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2767 (((-527) $) 11)) (-2953 (((-527) $) 48)) (-2272 (($ (-594 (-594 |#1|))) NIL)) (-2762 (($ (-1 |#1| |#1|) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL) (($ (-1 |#1| |#1| |#1|) $ $ |#1|) NIL)) (-2132 (((-594 (-594 |#1|)) $) 60)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2527 (((-3 $ "failed") $) 45 (|has| |#1| (-343)))) (-3586 (($ $ $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1542 (($ $ |#1|) NIL)) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) (-527)) NIL) ((|#1| $ (-527) (-527) |#1|) NIL) (($ $ (-594 (-527)) (-594 (-527))) NIL)) (-4071 (($ (-594 |#1|)) NIL) (($ (-594 $)) NIL) (($ (-1176 |#1|)) 52)) (-3055 (((-110) $) NIL)) (-3832 ((|#1| $) 27 (|has| |#1| (-6 (-4263 "*"))))) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-2051 (((-503) $) 64 (|has| |#1| (-569 (-503))))) (-3369 (((-1176 |#1|) $ (-527)) NIL)) (-4118 (($ (-1176 |#1|)) NIL) (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2192 (((-110) $) NIL)) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $ $) NIL) (($ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) 23) (($ $ (-527)) 46 (|has| |#1| (-343)))) (* (($ $ $) 13) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-527) $) NIL) (((-1176 |#1|) $ (-1176 |#1|)) NIL) (((-1176 |#1|) (-1176 |#1|) $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-634 |#1|) (-13 (-632 |#1| (-1176 |#1|) (-1176 |#1|)) (-10 -8 (-15 -4071 ($ (-1176 |#1|))) (IF (|has| |#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |#1| (-343)) (-15 -2527 ((-3 $ "failed") $)) |%noBranch|))) (-979)) (T -634))
+((-2527 (*1 *1 *1) (|partial| -12 (-5 *1 (-634 *2)) (-4 *2 (-343)) (-4 *2 (-979)))) (-4071 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-979)) (-5 *1 (-634 *3)))))
+(-13 (-632 |#1| (-1176 |#1|) (-1176 |#1|)) (-10 -8 (-15 -4071 ($ (-1176 |#1|))) (IF (|has| |#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |#1| (-343)) (-15 -2527 ((-3 $ "failed") $)) |%noBranch|)))
+((-2851 (((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|)) 25)) (-1241 (((-634 |#1|) (-634 |#1|) (-634 |#1|) |#1|) 21)) (-1243 (((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|) (-715)) 26)) (-1572 (((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|)) 14)) (-2728 (((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|)) 18) (((-634 |#1|) (-634 |#1|) (-634 |#1|)) 16)) (-2144 (((-634 |#1|) (-634 |#1|) |#1| (-634 |#1|)) 20)) (-3583 (((-634 |#1|) (-634 |#1|) (-634 |#1|)) 12)) (** (((-634 |#1|) (-634 |#1|) (-715)) 30)))
+(((-635 |#1|) (-10 -7 (-15 -3583 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -1572 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2728 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2728 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2144 ((-634 |#1|) (-634 |#1|) |#1| (-634 |#1|))) (-15 -1241 ((-634 |#1|) (-634 |#1|) (-634 |#1|) |#1|)) (-15 -2851 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -1243 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|) (-715))) (-15 ** ((-634 |#1|) (-634 |#1|) (-715)))) (-979)) (T -635))
+((** (*1 *2 *2 *3) (-12 (-5 *2 (-634 *4)) (-5 *3 (-715)) (-4 *4 (-979)) (-5 *1 (-635 *4)))) (-1243 (*1 *2 *2 *2 *2 *2 *3) (-12 (-5 *2 (-634 *4)) (-5 *3 (-715)) (-4 *4 (-979)) (-5 *1 (-635 *4)))) (-2851 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))) (-1241 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))) (-2144 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))) (-2728 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))) (-2728 (*1 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))) (-1572 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))) (-3583 (*1 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))))
+(-10 -7 (-15 -3583 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -1572 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2728 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2728 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -2144 ((-634 |#1|) (-634 |#1|) |#1| (-634 |#1|))) (-15 -1241 ((-634 |#1|) (-634 |#1|) (-634 |#1|) |#1|)) (-15 -2851 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -1243 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|) (-634 |#1|) (-715))) (-15 ** ((-634 |#1|) (-634 |#1|) (-715))))
+((-3975 ((|#2| |#2| |#4|) 25)) (-2971 (((-634 |#2|) |#3| |#4|) 31)) (-3582 (((-634 |#2|) |#2| |#4|) 30)) (-1739 (((-1176 |#2|) |#2| |#4|) 16)) (-2749 ((|#2| |#3| |#4|) 24)) (-2753 (((-634 |#2|) |#3| |#4| (-715) (-715)) 38)) (-2694 (((-634 |#2|) |#2| |#4| (-715)) 37)))
+(((-636 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1739 ((-1176 |#2|) |#2| |#4|)) (-15 -2749 (|#2| |#3| |#4|)) (-15 -3975 (|#2| |#2| |#4|)) (-15 -3582 ((-634 |#2|) |#2| |#4|)) (-15 -2694 ((-634 |#2|) |#2| |#4| (-715))) (-15 -2971 ((-634 |#2|) |#3| |#4|)) (-15 -2753 ((-634 |#2|) |#3| |#4| (-715) (-715)))) (-1022) (-837 |#1|) (-353 |#2|) (-13 (-353 |#1|) (-10 -7 (-6 -4261)))) (T -636))
+((-2753 (*1 *2 *3 *4 *5 *5) (-12 (-5 *5 (-715)) (-4 *6 (-1022)) (-4 *7 (-837 *6)) (-5 *2 (-634 *7)) (-5 *1 (-636 *6 *7 *3 *4)) (-4 *3 (-353 *7)) (-4 *4 (-13 (-353 *6) (-10 -7 (-6 -4261)))))) (-2971 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-4 *6 (-837 *5)) (-5 *2 (-634 *6)) (-5 *1 (-636 *5 *6 *3 *4)) (-4 *3 (-353 *6)) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))) (-2694 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-715)) (-4 *6 (-1022)) (-4 *3 (-837 *6)) (-5 *2 (-634 *3)) (-5 *1 (-636 *6 *3 *7 *4)) (-4 *7 (-353 *3)) (-4 *4 (-13 (-353 *6) (-10 -7 (-6 -4261)))))) (-3582 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-4 *3 (-837 *5)) (-5 *2 (-634 *3)) (-5 *1 (-636 *5 *3 *6 *4)) (-4 *6 (-353 *3)) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))) (-3975 (*1 *2 *2 *3) (-12 (-4 *4 (-1022)) (-4 *2 (-837 *4)) (-5 *1 (-636 *4 *2 *5 *3)) (-4 *5 (-353 *2)) (-4 *3 (-13 (-353 *4) (-10 -7 (-6 -4261)))))) (-2749 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-4 *2 (-837 *5)) (-5 *1 (-636 *5 *2 *3 *4)) (-4 *3 (-353 *2)) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))) (-1739 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-4 *3 (-837 *5)) (-5 *2 (-1176 *3)) (-5 *1 (-636 *5 *3 *6 *4)) (-4 *6 (-353 *3)) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))))
+(-10 -7 (-15 -1739 ((-1176 |#2|) |#2| |#4|)) (-15 -2749 (|#2| |#3| |#4|)) (-15 -3975 (|#2| |#2| |#4|)) (-15 -3582 ((-634 |#2|) |#2| |#4|)) (-15 -2694 ((-634 |#2|) |#2| |#4| (-715))) (-15 -2971 ((-634 |#2|) |#3| |#4|)) (-15 -2753 ((-634 |#2|) |#3| |#4| (-715) (-715))))
+((-2039 (((-2 (|:| |num| (-634 |#1|)) (|:| |den| |#1|)) (-634 |#2|)) 20)) (-2075 ((|#1| (-634 |#2|)) 9)) (-1407 (((-634 |#1|) (-634 |#2|)) 18)))
+(((-637 |#1| |#2|) (-10 -7 (-15 -2075 (|#1| (-634 |#2|))) (-15 -1407 ((-634 |#1|) (-634 |#2|))) (-15 -2039 ((-2 (|:| |num| (-634 |#1|)) (|:| |den| |#1|)) (-634 |#2|)))) (-519) (-927 |#1|)) (T -637))
+((-2039 (*1 *2 *3) (-12 (-5 *3 (-634 *5)) (-4 *5 (-927 *4)) (-4 *4 (-519)) (-5 *2 (-2 (|:| |num| (-634 *4)) (|:| |den| *4))) (-5 *1 (-637 *4 *5)))) (-1407 (*1 *2 *3) (-12 (-5 *3 (-634 *5)) (-4 *5 (-927 *4)) (-4 *4 (-519)) (-5 *2 (-634 *4)) (-5 *1 (-637 *4 *5)))) (-2075 (*1 *2 *3) (-12 (-5 *3 (-634 *4)) (-4 *4 (-927 *2)) (-4 *2 (-519)) (-5 *1 (-637 *2 *4)))))
+(-10 -7 (-15 -2075 (|#1| (-634 |#2|))) (-15 -1407 ((-634 |#1|) (-634 |#2|))) (-15 -2039 ((-2 (|:| |num| (-634 |#1|)) (|:| |den| |#1|)) (-634 |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-1215 (((-634 (-643))) NIL) (((-634 (-643)) (-1176 $)) NIL)) (-2926 (((-643) $) NIL)) (-1481 (($ $) NIL (|has| (-643) (-1116)))) (-2460 (($ $) NIL (|has| (-643) (-1116)))) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| (-643) (-329)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-643) (-288)) (|has| (-643) (-846))))) (-3259 (($ $) NIL (-2027 (-12 (|has| (-643) (-288)) (|has| (-643) (-846))) (|has| (-643) (-343))))) (-3488 (((-398 $) $) NIL (-2027 (-12 (|has| (-643) (-288)) (|has| (-643) (-846))) (|has| (-643) (-343))))) (-2713 (($ $) NIL (-12 (|has| (-643) (-936)) (|has| (-643) (-1116))))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-643) (-288)) (|has| (-643) (-846))))) (-1842 (((-110) $ $) NIL (|has| (-643) (-288)))) (-1637 (((-715)) NIL (|has| (-643) (-348)))) (-1461 (($ $) NIL (|has| (-643) (-1116)))) (-2439 (($ $) NIL (|has| (-643) (-1116)))) (-1504 (($ $) NIL (|has| (-643) (-1116)))) (-2502 (($ $) NIL (|has| (-643) (-1116)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-643) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-643) (-970 (-387 (-527)))))) (-4145 (((-527) $) NIL) (((-643) $) NIL) (((-387 (-527)) $) NIL (|has| (-643) (-970 (-387 (-527)))))) (-2894 (($ (-1176 (-643))) NIL) (($ (-1176 (-643)) (-1176 $)) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-643) (-329)))) (-1346 (($ $ $) NIL (|has| (-643) (-288)))) (-1941 (((-634 (-643)) $) NIL) (((-634 (-643)) $ (-1176 $)) NIL)) (-4162 (((-634 (-643)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-643))) (|:| |vec| (-1176 (-643)))) (-634 $) (-1176 $)) NIL) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-643) (-590 (-527)))) (((-634 (-527)) (-634 $)) NIL (|has| (-643) (-590 (-527))))) (-2731 (((-3 $ "failed") (-387 (-1090 (-643)))) NIL (|has| (-643) (-343))) (($ (-1090 (-643))) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2726 (((-643) $) 29)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL (|has| (-643) (-512)))) (-1397 (((-110) $) NIL (|has| (-643) (-512)))) (-1328 (((-387 (-527)) $) NIL (|has| (-643) (-512)))) (-1238 (((-858)) NIL)) (-2309 (($) NIL (|has| (-643) (-348)))) (-1324 (($ $ $) NIL (|has| (-643) (-288)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| (-643) (-288)))) (-3809 (($) NIL (|has| (-643) (-329)))) (-3687 (((-110) $) NIL (|has| (-643) (-329)))) (-3050 (($ $) NIL (|has| (-643) (-329))) (($ $ (-715)) NIL (|has| (-643) (-329)))) (-3851 (((-110) $) NIL (-2027 (-12 (|has| (-643) (-288)) (|has| (-643) (-846))) (|has| (-643) (-343))))) (-1255 (((-2 (|:| |r| (-643)) (|:| |phi| (-643))) $) NIL (-12 (|has| (-643) (-988)) (|has| (-643) (-1116))))) (-4146 (($) NIL (|has| (-643) (-1116)))) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-643) (-823 (-359)))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-643) (-823 (-527))))) (-2050 (((-777 (-858)) $) NIL (|has| (-643) (-329))) (((-858) $) NIL (|has| (-643) (-329)))) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (-12 (|has| (-643) (-936)) (|has| (-643) (-1116))))) (-1705 (((-643) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| (-643) (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| (-643) (-288)))) (-2343 (((-1090 (-643)) $) NIL (|has| (-643) (-343)))) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1998 (($ (-1 (-643) (-643)) $) NIL)) (-1989 (((-858) $) NIL (|has| (-643) (-348)))) (-2495 (($ $) NIL (|has| (-643) (-1116)))) (-2718 (((-1090 (-643)) $) NIL)) (-2702 (($ (-594 $)) NIL (|has| (-643) (-288))) (($ $ $) NIL (|has| (-643) (-288)))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| (-643) (-343)))) (-2138 (($) NIL (|has| (-643) (-329)) CONST)) (-1720 (($ (-858)) NIL (|has| (-643) (-348)))) (-4004 (($) NIL)) (-2738 (((-643) $) 31)) (-4024 (((-1041) $) NIL)) (-2613 (($) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| (-643) (-288)))) (-2742 (($ (-594 $)) NIL (|has| (-643) (-288))) (($ $ $) NIL (|has| (-643) (-288)))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| (-643) (-329)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-643) (-288)) (|has| (-643) (-846))))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-643) (-288)) (|has| (-643) (-846))))) (-2700 (((-398 $) $) NIL (-2027 (-12 (|has| (-643) (-288)) (|has| (-643) (-846))) (|has| (-643) (-343))))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-643) (-288))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| (-643) (-288)))) (-1305 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ (-643)) NIL (|has| (-643) (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| (-643) (-288)))) (-1724 (($ $) NIL (|has| (-643) (-1116)))) (-2819 (($ $ (-1094) (-643)) NIL (|has| (-643) (-488 (-1094) (-643)))) (($ $ (-594 (-1094)) (-594 (-643))) NIL (|has| (-643) (-488 (-1094) (-643)))) (($ $ (-594 (-275 (-643)))) NIL (|has| (-643) (-290 (-643)))) (($ $ (-275 (-643))) NIL (|has| (-643) (-290 (-643)))) (($ $ (-643) (-643)) NIL (|has| (-643) (-290 (-643)))) (($ $ (-594 (-643)) (-594 (-643))) NIL (|has| (-643) (-290 (-643))))) (-2578 (((-715) $) NIL (|has| (-643) (-288)))) (-3439 (($ $ (-643)) NIL (|has| (-643) (-267 (-643) (-643))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| (-643) (-288)))) (-1875 (((-643)) NIL) (((-643) (-1176 $)) NIL)) (-1382 (((-3 (-715) "failed") $ $) NIL (|has| (-643) (-329))) (((-715) $) NIL (|has| (-643) (-329)))) (-4234 (($ $ (-1 (-643) (-643))) NIL) (($ $ (-1 (-643) (-643)) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-1094)) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-715)) NIL (|has| (-643) (-215))) (($ $) NIL (|has| (-643) (-215)))) (-2811 (((-634 (-643)) (-1176 $) (-1 (-643) (-643))) NIL (|has| (-643) (-343)))) (-2279 (((-1090 (-643))) NIL)) (-1513 (($ $) NIL (|has| (-643) (-1116)))) (-2021 (($ $) NIL (|has| (-643) (-1116)))) (-3956 (($) NIL (|has| (-643) (-329)))) (-1493 (($ $) NIL (|has| (-643) (-1116)))) (-2482 (($ $) NIL (|has| (-643) (-1116)))) (-1471 (($ $) NIL (|has| (-643) (-1116)))) (-2449 (($ $) NIL (|has| (-643) (-1116)))) (-4002 (((-634 (-643)) (-1176 $)) NIL) (((-1176 (-643)) $) NIL) (((-634 (-643)) (-1176 $) (-1176 $)) NIL) (((-1176 (-643)) $ (-1176 $)) NIL)) (-2051 (((-503) $) NIL (|has| (-643) (-569 (-503)))) (((-159 (-207)) $) NIL (|has| (-643) (-955))) (((-159 (-359)) $) NIL (|has| (-643) (-955))) (((-829 (-359)) $) NIL (|has| (-643) (-569 (-829 (-359))))) (((-829 (-527)) $) NIL (|has| (-643) (-569 (-829 (-527))))) (($ (-1090 (-643))) NIL) (((-1090 (-643)) $) NIL) (($ (-1176 (-643))) NIL) (((-1176 (-643)) $) NIL)) (-1964 (($ $) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-2027 (-12 (|has| (-643) (-288)) (|has| $ (-138)) (|has| (-643) (-846))) (|has| (-643) (-329))))) (-1485 (($ (-643) (-643)) 12)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-527)) NIL) (($ (-643)) NIL) (($ (-159 (-359))) 13) (($ (-159 (-527))) 19) (($ (-159 (-643))) 28) (($ (-159 (-645))) 25) (((-159 (-359)) $) 33) (($ (-387 (-527))) NIL (-2027 (|has| (-643) (-970 (-387 (-527)))) (|has| (-643) (-343))))) (-3470 (($ $) NIL (|has| (-643) (-329))) (((-3 $ "failed") $) NIL (-2027 (-12 (|has| (-643) (-288)) (|has| $ (-138)) (|has| (-643) (-846))) (|has| (-643) (-138))))) (-3591 (((-1090 (-643)) $) NIL)) (-4070 (((-715)) NIL)) (-1878 (((-1176 $)) NIL)) (-1551 (($ $) NIL (|has| (-643) (-1116)))) (-2076 (($ $) NIL (|has| (-643) (-1116)))) (-3978 (((-110) $ $) NIL)) (-1526 (($ $) NIL (|has| (-643) (-1116)))) (-2033 (($ $) NIL (|has| (-643) (-1116)))) (-1579 (($ $) NIL (|has| (-643) (-1116)))) (-1439 (($ $) NIL (|has| (-643) (-1116)))) (-4058 (((-643) $) NIL (|has| (-643) (-1116)))) (-2837 (($ $) NIL (|has| (-643) (-1116)))) (-1449 (($ $) NIL (|has| (-643) (-1116)))) (-1564 (($ $) NIL (|has| (-643) (-1116)))) (-1427 (($ $) NIL (|has| (-643) (-1116)))) (-1539 (($ $) NIL (|has| (-643) (-1116)))) (-2044 (($ $) NIL (|has| (-643) (-1116)))) (-1597 (($ $) NIL (|has| (-643) (-988)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| (-643) (-343)))) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-1 (-643) (-643))) NIL) (($ $ (-1 (-643) (-643)) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-1094)) NIL (|has| (-643) (-837 (-1094)))) (($ $ (-715)) NIL (|has| (-643) (-215))) (($ $) NIL (|has| (-643) (-215)))) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL (|has| (-643) (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ $) NIL (|has| (-643) (-1116))) (($ $ (-387 (-527))) NIL (-12 (|has| (-643) (-936)) (|has| (-643) (-1116)))) (($ $ (-527)) NIL (|has| (-643) (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ (-643) $) NIL) (($ $ (-643)) NIL) (($ (-387 (-527)) $) NIL (|has| (-643) (-343))) (($ $ (-387 (-527))) NIL (|has| (-643) (-343)))))
+(((-638) (-13 (-367) (-156 (-643)) (-10 -8 (-15 -4118 ($ (-159 (-359)))) (-15 -4118 ($ (-159 (-527)))) (-15 -4118 ($ (-159 (-643)))) (-15 -4118 ($ (-159 (-645)))) (-15 -4118 ((-159 (-359)) $))))) (T -638))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-159 (-359))) (-5 *1 (-638)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-159 (-527))) (-5 *1 (-638)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-159 (-643))) (-5 *1 (-638)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-159 (-645))) (-5 *1 (-638)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-159 (-359))) (-5 *1 (-638)))))
+(-13 (-367) (-156 (-643)) (-10 -8 (-15 -4118 ($ (-159 (-359)))) (-15 -4118 ($ (-159 (-527)))) (-15 -4118 ($ (-159 (-643)))) (-15 -4118 ($ (-159 (-645)))) (-15 -4118 ((-159 (-359)) $))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1920 (($ (-1 (-110) |#1|) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-3802 (($ $) 62)) (-1702 (($ $) 58 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ |#1| $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 46 (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) 57 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 54 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40) (($ |#1| $ (-715)) 63)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 51)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3144 (((-594 (-2 (|:| -3484 |#1|) (|:| -4034 (-715)))) $) 61)) (-2261 (($) 49) (($ (-594 |#1|)) 48)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 50)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-639 |#1|) (-133) (-1022)) (T -639))
+((-3204 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-639 *2)) (-4 *2 (-1022)))) (-3802 (*1 *1 *1) (-12 (-4 *1 (-639 *2)) (-4 *2 (-1022)))) (-3144 (*1 *2 *1) (-12 (-4 *1 (-639 *3)) (-4 *3 (-1022)) (-5 *2 (-594 (-2 (|:| -3484 *3) (|:| -4034 (-715))))))))
+(-13 (-217 |t#1|) (-10 -8 (-15 -3204 ($ |t#1| $ (-715))) (-15 -3802 ($ $)) (-15 -3144 ((-594 (-2 (|:| -3484 |t#1|) (|:| -4034 (-715)))) $))))
+(((-33) . T) ((-104 |#1|) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-217 |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-3139 (((-594 |#1|) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))) (-527)) 47)) (-1506 ((|#1| |#1| (-527)) 46)) (-2742 ((|#1| |#1| |#1| (-527)) 36)) (-2700 (((-594 |#1|) |#1| (-527)) 39)) (-1936 ((|#1| |#1| (-527) |#1| (-527)) 32)) (-1797 (((-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))) |#1| (-527)) 45)))
+(((-640 |#1|) (-10 -7 (-15 -2742 (|#1| |#1| |#1| (-527))) (-15 -1506 (|#1| |#1| (-527))) (-15 -2700 ((-594 |#1|) |#1| (-527))) (-15 -1797 ((-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))) |#1| (-527))) (-15 -3139 ((-594 |#1|) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))) (-527))) (-15 -1936 (|#1| |#1| (-527) |#1| (-527)))) (-1152 (-527))) (T -640))
+((-1936 (*1 *2 *2 *3 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-640 *2)) (-4 *2 (-1152 *3)))) (-3139 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-2 (|:| -2700 *5) (|:| -4115 (-527))))) (-5 *4 (-527)) (-4 *5 (-1152 *4)) (-5 *2 (-594 *5)) (-5 *1 (-640 *5)))) (-1797 (*1 *2 *3 *4) (-12 (-5 *4 (-527)) (-5 *2 (-594 (-2 (|:| -2700 *3) (|:| -4115 *4)))) (-5 *1 (-640 *3)) (-4 *3 (-1152 *4)))) (-2700 (*1 *2 *3 *4) (-12 (-5 *4 (-527)) (-5 *2 (-594 *3)) (-5 *1 (-640 *3)) (-4 *3 (-1152 *4)))) (-1506 (*1 *2 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-640 *2)) (-4 *2 (-1152 *3)))) (-2742 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-640 *2)) (-4 *2 (-1152 *3)))))
+(-10 -7 (-15 -2742 (|#1| |#1| |#1| (-527))) (-15 -1506 (|#1| |#1| (-527))) (-15 -2700 ((-594 |#1|) |#1| (-527))) (-15 -1797 ((-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))) |#1| (-527))) (-15 -3139 ((-594 |#1|) (-594 (-2 (|:| -2700 |#1|) (|:| -4115 (-527)))) (-527))) (-15 -1936 (|#1| |#1| (-527) |#1| (-527))))
+((-4047 (((-1 (-880 (-207)) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207) (-207))) 17)) (-1421 (((-1054 (-207)) (-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-594 (-244))) 40) (((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-594 (-244))) 42) (((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-3 (-1 (-207) (-207) (-207) (-207)) "undefined") (-1017 (-207)) (-1017 (-207)) (-594 (-244))) 44)) (-3813 (((-1054 (-207)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-594 (-244))) NIL)) (-2176 (((-1054 (-207)) (-1 (-207) (-207) (-207)) (-3 (-1 (-207) (-207) (-207) (-207)) "undefined") (-1017 (-207)) (-1017 (-207)) (-594 (-244))) 45)))
+(((-641) (-10 -7 (-15 -1421 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-3 (-1 (-207) (-207) (-207) (-207)) "undefined") (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -1421 ((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -1421 ((-1054 (-207)) (-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -2176 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-3 (-1 (-207) (-207) (-207) (-207)) "undefined") (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -3813 ((-1054 (-207)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -4047 ((-1 (-880 (-207)) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207) (-207)))))) (T -641))
+((-4047 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1 (-207) (-207) (-207) (-207))) (-5 *2 (-1 (-880 (-207)) (-207) (-207))) (-5 *1 (-641)))) (-3813 (*1 *2 *3 *3 *3 *4 *5 *6) (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207))) (-5 *5 (-1017 (-207))) (-5 *6 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-641)))) (-2176 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-3 (-1 (-207) (-207) (-207) (-207)) "undefined")) (-5 *5 (-1017 (-207))) (-5 *6 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-641)))) (-1421 (*1 *2 *2 *3 *4 *4 *5) (-12 (-5 *2 (-1054 (-207))) (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-207))) (-5 *5 (-594 (-244))) (-5 *1 (-641)))) (-1421 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-207))) (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-641)))) (-1421 (*1 *2 *3 *3 *3 *4 *5 *5 *6) (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-3 (-1 (-207) (-207) (-207) (-207)) "undefined")) (-5 *5 (-1017 (-207))) (-5 *6 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-641)))))
+(-10 -7 (-15 -1421 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-3 (-1 (-207) (-207) (-207) (-207)) "undefined") (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -1421 ((-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -1421 ((-1054 (-207)) (-1054 (-207)) (-1 (-880 (-207)) (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -2176 ((-1054 (-207)) (-1 (-207) (-207) (-207)) (-3 (-1 (-207) (-207) (-207) (-207)) "undefined") (-1017 (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -3813 ((-1054 (-207)) (-296 (-527)) (-296 (-527)) (-296 (-527)) (-1 (-207) (-207)) (-1017 (-207)) (-594 (-244)))) (-15 -4047 ((-1 (-880 (-207)) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207)) (-1 (-207) (-207) (-207) (-207)))))
+((-2700 (((-398 (-1090 |#4|)) (-1090 |#4|)) 73) (((-398 |#4|) |#4|) 222)))
+(((-642 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2700 ((-398 |#4|) |#4|)) (-15 -2700 ((-398 (-1090 |#4|)) (-1090 |#4|)))) (-791) (-737) (-329) (-886 |#3| |#2| |#1|)) (T -642))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-329)) (-4 *7 (-886 *6 *5 *4)) (-5 *2 (-398 (-1090 *7))) (-5 *1 (-642 *4 *5 *6 *7)) (-5 *3 (-1090 *7)))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-329)) (-5 *2 (-398 *3)) (-5 *1 (-642 *4 *5 *6 *3)) (-4 *3 (-886 *6 *5 *4)))))
+(-10 -7 (-15 -2700 ((-398 |#4|) |#4|)) (-15 -2700 ((-398 (-1090 |#4|)) (-1090 |#4|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 84)) (-3008 (((-527) $) 30)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-1913 (($ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2713 (($ $) NIL)) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL)) (-1298 (($) NIL T CONST)) (-1335 (($ $) NIL)) (-1923 (((-3 (-527) "failed") $) 73) (((-3 (-387 (-527)) "failed") $) 26) (((-3 (-359) "failed") $) 70)) (-4145 (((-527) $) 75) (((-387 (-527)) $) 67) (((-359) $) 68)) (-1346 (($ $ $) 96)) (-3714 (((-3 $ "failed") $) 87)) (-1324 (($ $ $) 95)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-1794 (((-858)) 77) (((-858) (-858)) 76)) (-3460 (((-110) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL)) (-2050 (((-527) $) NIL)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL)) (-1705 (($ $) NIL)) (-1612 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2384 (((-527) (-527)) 81) (((-527)) 82)) (-3902 (($ $ $) NIL) (($) NIL (-12 (-3264 (|has| $ (-6 -4244))) (-3264 (|has| $ (-6 -4252)))))) (-3516 (((-527) (-527)) 79) (((-527)) 80)) (-1257 (($ $ $) NIL) (($) NIL (-12 (-3264 (|has| $ (-6 -4244))) (-3264 (|has| $ (-6 -4252)))))) (-1748 (((-527) $) 16)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 91)) (-1344 (((-858) (-527)) NIL (|has| $ (-6 -4252)))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL)) (-1448 (($ $) NIL)) (-3546 (($ (-527) (-527)) NIL) (($ (-527) (-527) (-858)) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) 92)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3148 (((-527) $) 22)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 94)) (-1466 (((-858)) NIL) (((-858) (-858)) NIL (|has| $ (-6 -4252)))) (-4167 (((-858) (-527)) NIL (|has| $ (-6 -4252)))) (-2051 (((-359) $) NIL) (((-207) $) NIL) (((-829 (-359)) $) NIL)) (-4118 (((-800) $) 52) (($ (-527)) 63) (($ $) NIL) (($ (-387 (-527))) 66) (($ (-527)) 63) (($ (-387 (-527))) 66) (($ (-359)) 60) (((-359) $) 50) (($ (-645)) 55)) (-4070 (((-715)) 103)) (-2303 (($ (-527) (-527) (-858)) 44)) (-3934 (($ $) NIL)) (-1366 (((-858)) NIL) (((-858) (-858)) NIL (|has| $ (-6 -4252)))) (-1670 (((-858)) 35) (((-858) (-858)) 78)) (-3978 (((-110) $ $) NIL)) (-1597 (($ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 32 T CONST)) (-3374 (($) 17 T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 83)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 101)) (-2873 (($ $ $) 65)) (-2863 (($ $) 99) (($ $ $) 100)) (-2850 (($ $ $) 98)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL) (($ $ (-387 (-527))) 90)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 97) (($ $ $) 88) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-643) (-13 (-384) (-367) (-343) (-970 (-359)) (-970 (-387 (-527))) (-140) (-10 -8 (-15 -1794 ((-858) (-858))) (-15 -1794 ((-858))) (-15 -1670 ((-858) (-858))) (-15 -1670 ((-858))) (-15 -3516 ((-527) (-527))) (-15 -3516 ((-527))) (-15 -2384 ((-527) (-527))) (-15 -2384 ((-527))) (-15 -4118 ((-359) $)) (-15 -4118 ($ (-645))) (-15 -1748 ((-527) $)) (-15 -3148 ((-527) $)) (-15 -2303 ($ (-527) (-527) (-858)))))) (T -643))
+((-1670 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643)))) (-3148 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-643)))) (-1748 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-643)))) (-1794 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643)))) (-1794 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643)))) (-1670 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643)))) (-3516 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643)))) (-3516 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643)))) (-2384 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643)))) (-2384 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-359)) (-5 *1 (-643)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-645)) (-5 *1 (-643)))) (-2303 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-527)) (-5 *3 (-858)) (-5 *1 (-643)))))
+(-13 (-384) (-367) (-343) (-970 (-359)) (-970 (-387 (-527))) (-140) (-10 -8 (-15 -1794 ((-858) (-858))) (-15 -1794 ((-858))) (-15 -1670 ((-858) (-858))) (-15 -1670 ((-858))) (-15 -3516 ((-527) (-527))) (-15 -3516 ((-527))) (-15 -2384 ((-527) (-527))) (-15 -2384 ((-527))) (-15 -4118 ((-359) $)) (-15 -4118 ($ (-645))) (-15 -1748 ((-527) $)) (-15 -3148 ((-527) $)) (-15 -2303 ($ (-527) (-527) (-858)))))
+((-3109 (((-634 |#1|) (-634 |#1|) |#1| |#1|) 65)) (-2064 (((-634 |#1|) (-634 |#1|) |#1|) 48)) (-1955 (((-634 |#1|) (-634 |#1|) |#1|) 66)) (-3949 (((-634 |#1|) (-634 |#1|)) 49)) (-2242 (((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|) 64)))
+(((-644 |#1|) (-10 -7 (-15 -3949 ((-634 |#1|) (-634 |#1|))) (-15 -2064 ((-634 |#1|) (-634 |#1|) |#1|)) (-15 -1955 ((-634 |#1|) (-634 |#1|) |#1|)) (-15 -3109 ((-634 |#1|) (-634 |#1|) |#1| |#1|)) (-15 -2242 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|))) (-288)) (T -644))
+((-2242 (*1 *2 *3 *3) (-12 (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-644 *3)) (-4 *3 (-288)))) (-3109 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3)))) (-1955 (*1 *2 *2 *3) (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3)))) (-2064 (*1 *2 *2 *3) (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3)))) (-3949 (*1 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3)))))
+(-10 -7 (-15 -3949 ((-634 |#1|) (-634 |#1|))) (-15 -2064 ((-634 |#1|) (-634 |#1|) |#1|)) (-15 -1955 ((-634 |#1|) (-634 |#1|) |#1|)) (-15 -3109 ((-634 |#1|) (-634 |#1|) |#1| |#1|)) (-15 -2242 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2313 (($ $ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1511 (($ $ $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL)) (-3183 (($ $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) 27)) (-4145 (((-527) $) 25)) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL)) (-1397 (((-110) $) NIL)) (-1328 (((-387 (-527)) $) NIL)) (-2309 (($ $) NIL) (($) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3555 (($ $ $ $) NIL)) (-3338 (($ $ $) NIL)) (-3460 (((-110) $) NIL)) (-2536 (($ $ $) NIL)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL)) (-2956 (((-110) $) NIL)) (-1758 (((-110) $) NIL)) (-2628 (((-3 $ "failed") $) NIL)) (-1612 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1570 (($ $ $ $) NIL)) (-3902 (($ $ $) NIL)) (-4178 (((-858) (-858)) 10) (((-858)) 9)) (-1257 (($ $ $) NIL)) (-3105 (($ $) NIL)) (-2091 (($ $) NIL)) (-2702 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-3920 (($ $ $) NIL)) (-2138 (($) NIL T CONST)) (-3564 (($ $) NIL)) (-4024 (((-1041) $) NIL) (($ $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2573 (($ $) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1285 (((-110) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL) (($ $ (-715)) NIL)) (-3892 (($ $) NIL)) (-2465 (($ $) NIL)) (-2051 (((-207) $) NIL) (((-359) $) NIL) (((-829 (-527)) $) NIL) (((-503) $) NIL) (((-527) $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) 24) (($ $) NIL) (($ (-527)) 24) (((-296 $) (-296 (-527))) 18)) (-4070 (((-715)) NIL)) (-3476 (((-110) $ $) NIL)) (-3769 (($ $ $) NIL)) (-1670 (($) NIL)) (-3978 (((-110) $ $) NIL)) (-2093 (($ $ $ $) NIL)) (-1597 (($ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $) NIL) (($ $ (-715)) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL)))
+(((-645) (-13 (-367) (-512) (-10 -8 (-15 -4178 ((-858) (-858))) (-15 -4178 ((-858))) (-15 -4118 ((-296 $) (-296 (-527))))))) (T -645))
+((-4178 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-645)))) (-4178 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-645)))) (-4118 (*1 *2 *3) (-12 (-5 *3 (-296 (-527))) (-5 *2 (-296 (-645))) (-5 *1 (-645)))))
+(-13 (-367) (-512) (-10 -8 (-15 -4178 ((-858) (-858))) (-15 -4178 ((-858))) (-15 -4118 ((-296 $) (-296 (-527))))))
+((-4229 (((-1 |#4| |#2| |#3|) |#1| (-1094) (-1094)) 19)) (-2379 (((-1 |#4| |#2| |#3|) (-1094)) 12)))
+(((-646 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2379 ((-1 |#4| |#2| |#3|) (-1094))) (-15 -4229 ((-1 |#4| |#2| |#3|) |#1| (-1094) (-1094)))) (-569 (-503)) (-1130) (-1130) (-1130)) (T -646))
+((-4229 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1094)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-646 *3 *5 *6 *7)) (-4 *3 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *7 (-1130)))) (-2379 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-646 *4 *5 *6 *7)) (-4 *4 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130)) (-4 *7 (-1130)))))
+(-10 -7 (-15 -2379 ((-1 |#4| |#2| |#3|) (-1094))) (-15 -4229 ((-1 |#4| |#2| |#3|) |#1| (-1094) (-1094))))
+((-4105 (((-110) $ $) NIL)) (-4176 (((-1181) $ (-715)) 14)) (-3908 (((-715) $) 12)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 18) ((|#1| $) 15) (($ |#1|) 23)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 25)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 24)))
+(((-647 |#1|) (-13 (-129) (-568 |#1|) (-10 -8 (-15 -4118 ($ |#1|)))) (-1022)) (T -647))
+((-4118 (*1 *1 *2) (-12 (-5 *1 (-647 *2)) (-4 *2 (-1022)))))
+(-13 (-129) (-568 |#1|) (-10 -8 (-15 -4118 ($ |#1|))))
+((-2436 (((-1 (-207) (-207) (-207)) |#1| (-1094) (-1094)) 34) (((-1 (-207) (-207)) |#1| (-1094)) 39)))
+(((-648 |#1|) (-10 -7 (-15 -2436 ((-1 (-207) (-207)) |#1| (-1094))) (-15 -2436 ((-1 (-207) (-207) (-207)) |#1| (-1094) (-1094)))) (-569 (-503))) (T -648))
+((-2436 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-1094)) (-5 *2 (-1 (-207) (-207) (-207))) (-5 *1 (-648 *3)) (-4 *3 (-569 (-503))))) (-2436 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-5 *2 (-1 (-207) (-207))) (-5 *1 (-648 *3)) (-4 *3 (-569 (-503))))))
+(-10 -7 (-15 -2436 ((-1 (-207) (-207)) |#1| (-1094))) (-15 -2436 ((-1 (-207) (-207) (-207)) |#1| (-1094) (-1094))))
+((-2583 (((-1094) |#1| (-1094) (-594 (-1094))) 9) (((-1094) |#1| (-1094) (-1094) (-1094)) 12) (((-1094) |#1| (-1094) (-1094)) 11) (((-1094) |#1| (-1094)) 10)))
+(((-649 |#1|) (-10 -7 (-15 -2583 ((-1094) |#1| (-1094))) (-15 -2583 ((-1094) |#1| (-1094) (-1094))) (-15 -2583 ((-1094) |#1| (-1094) (-1094) (-1094))) (-15 -2583 ((-1094) |#1| (-1094) (-594 (-1094))))) (-569 (-503))) (T -649))
+((-2583 (*1 *2 *3 *2 *4) (-12 (-5 *4 (-594 (-1094))) (-5 *2 (-1094)) (-5 *1 (-649 *3)) (-4 *3 (-569 (-503))))) (-2583 (*1 *2 *3 *2 *2 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-649 *3)) (-4 *3 (-569 (-503))))) (-2583 (*1 *2 *3 *2 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-649 *3)) (-4 *3 (-569 (-503))))) (-2583 (*1 *2 *3 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-649 *3)) (-4 *3 (-569 (-503))))))
+(-10 -7 (-15 -2583 ((-1094) |#1| (-1094))) (-15 -2583 ((-1094) |#1| (-1094) (-1094))) (-15 -2583 ((-1094) |#1| (-1094) (-1094) (-1094))) (-15 -2583 ((-1094) |#1| (-1094) (-594 (-1094)))))
+((-2483 (((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|) 9)))
+(((-650 |#1| |#2|) (-10 -7 (-15 -2483 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|))) (-1130) (-1130)) (T -650))
+((-2483 (*1 *2 *3 *4) (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4))) (-5 *1 (-650 *3 *4)) (-4 *3 (-1130)) (-4 *4 (-1130)))))
+(-10 -7 (-15 -2483 ((-2 (|:| |part1| |#1|) (|:| |part2| |#2|)) |#1| |#2|)))
+((-3690 (((-1 |#3| |#2|) (-1094)) 11)) (-4229 (((-1 |#3| |#2|) |#1| (-1094)) 21)))
+(((-651 |#1| |#2| |#3|) (-10 -7 (-15 -3690 ((-1 |#3| |#2|) (-1094))) (-15 -4229 ((-1 |#3| |#2|) |#1| (-1094)))) (-569 (-503)) (-1130) (-1130)) (T -651))
+((-4229 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-651 *3 *5 *6)) (-4 *3 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130)))) (-3690 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-651 *4 *5 *6)) (-4 *4 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130)))))
+(-10 -7 (-15 -3690 ((-1 |#3| |#2|) (-1094))) (-15 -4229 ((-1 |#3| |#2|) |#1| (-1094))))
+((-1347 (((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 (-1090 |#4|)) (-594 |#3|) (-594 |#4|) (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| |#4|)))) (-594 (-715)) (-1176 (-594 (-1090 |#3|))) |#3|) 62)) (-2841 (((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 (-1090 |#3|)) (-594 |#3|) (-594 |#4|) (-594 (-715)) |#3|) 75)) (-4006 (((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 |#3|) (-594 (-715)) (-594 (-1090 |#4|)) (-1176 (-594 (-1090 |#3|))) |#3|) 34)))
+(((-652 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4006 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 |#3|) (-594 (-715)) (-594 (-1090 |#4|)) (-1176 (-594 (-1090 |#3|))) |#3|)) (-15 -2841 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 (-1090 |#3|)) (-594 |#3|) (-594 |#4|) (-594 (-715)) |#3|)) (-15 -1347 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 (-1090 |#4|)) (-594 |#3|) (-594 |#4|) (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| |#4|)))) (-594 (-715)) (-1176 (-594 (-1090 |#3|))) |#3|))) (-737) (-791) (-288) (-886 |#3| |#1| |#2|)) (T -652))
+((-1347 (*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10) (|partial| -12 (-5 *2 (-594 (-1090 *13))) (-5 *3 (-1090 *13)) (-5 *4 (-594 *12)) (-5 *5 (-594 *10)) (-5 *6 (-594 *13)) (-5 *7 (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| *13))))) (-5 *8 (-594 (-715))) (-5 *9 (-1176 (-594 (-1090 *10)))) (-4 *12 (-791)) (-4 *10 (-288)) (-4 *13 (-886 *10 *11 *12)) (-4 *11 (-737)) (-5 *1 (-652 *11 *12 *10 *13)))) (-2841 (*1 *2 *3 *4 *5 *6 *7 *8 *9) (|partial| -12 (-5 *4 (-594 *11)) (-5 *5 (-594 (-1090 *9))) (-5 *6 (-594 *9)) (-5 *7 (-594 *12)) (-5 *8 (-594 (-715))) (-4 *11 (-791)) (-4 *9 (-288)) (-4 *12 (-886 *9 *10 *11)) (-4 *10 (-737)) (-5 *2 (-594 (-1090 *12))) (-5 *1 (-652 *10 *11 *9 *12)) (-5 *3 (-1090 *12)))) (-4006 (*1 *2 *3 *4 *5 *6 *2 *7 *8) (|partial| -12 (-5 *2 (-594 (-1090 *11))) (-5 *3 (-1090 *11)) (-5 *4 (-594 *10)) (-5 *5 (-594 *8)) (-5 *6 (-594 (-715))) (-5 *7 (-1176 (-594 (-1090 *8)))) (-4 *10 (-791)) (-4 *8 (-288)) (-4 *11 (-886 *8 *9 *10)) (-4 *9 (-737)) (-5 *1 (-652 *9 *10 *8 *11)))))
+(-10 -7 (-15 -4006 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 |#3|) (-594 (-715)) (-594 (-1090 |#4|)) (-1176 (-594 (-1090 |#3|))) |#3|)) (-15 -2841 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 (-1090 |#3|)) (-594 |#3|) (-594 |#4|) (-594 (-715)) |#3|)) (-15 -1347 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-594 |#2|) (-594 (-1090 |#4|)) (-594 |#3|) (-594 |#4|) (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| |#4|)))) (-594 (-715)) (-1176 (-594 (-1090 |#3|))) |#3|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3033 (($ $) 41)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2829 (($ |#1| (-715)) 39)) (-4045 (((-715) $) 43)) (-3004 ((|#1| $) 42)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4115 (((-715) $) 44)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 38 (|has| |#1| (-162)))) (-3411 ((|#1| $ (-715)) 40)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 46) (($ |#1| $) 45)))
+(((-653 |#1|) (-133) (-979)) (T -653))
+((-4115 (*1 *2 *1) (-12 (-4 *1 (-653 *3)) (-4 *3 (-979)) (-5 *2 (-715)))) (-4045 (*1 *2 *1) (-12 (-4 *1 (-653 *3)) (-4 *3 (-979)) (-5 *2 (-715)))) (-3004 (*1 *2 *1) (-12 (-4 *1 (-653 *2)) (-4 *2 (-979)))) (-3033 (*1 *1 *1) (-12 (-4 *1 (-653 *2)) (-4 *2 (-979)))) (-3411 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-653 *2)) (-4 *2 (-979)))) (-2829 (*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-653 *2)) (-4 *2 (-979)))))
+(-13 (-979) (-109 |t#1| |t#1|) (-10 -8 (IF (|has| |t#1| (-162)) (-6 (-37 |t#1|)) |%noBranch|) (-15 -4115 ((-715) $)) (-15 -4045 ((-715) $)) (-15 -3004 (|t#1| $)) (-15 -3033 ($ $)) (-15 -3411 (|t#1| $ (-715))) (-15 -2829 ($ |t#1| (-715)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-162)) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) |has| |#1| (-162)) ((-671) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1998 ((|#6| (-1 |#4| |#1|) |#3|) 23)))
+(((-654 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1998 (|#6| (-1 |#4| |#1|) |#3|))) (-519) (-1152 |#1|) (-1152 (-387 |#2|)) (-519) (-1152 |#4|) (-1152 (-387 |#5|))) (T -654))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-519)) (-4 *7 (-519)) (-4 *6 (-1152 *5)) (-4 *2 (-1152 (-387 *8))) (-5 *1 (-654 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1152 (-387 *6))) (-4 *8 (-1152 *7)))))
+(-10 -7 (-15 -1998 (|#6| (-1 |#4| |#1|) |#3|)))
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2584 (((-1077) (-800)) 31)) (-2664 (((-1181) (-1077)) 28)) (-2582 (((-1077) (-800)) 24)) (-2755 (((-1077) (-800)) 25)) (-4118 (((-800) $) NIL) (((-1077) (-800)) 23)) (-2747 (((-110) $ $) NIL)))
+(((-655) (-13 (-1022) (-10 -7 (-15 -4118 ((-1077) (-800))) (-15 -2582 ((-1077) (-800))) (-15 -2755 ((-1077) (-800))) (-15 -2584 ((-1077) (-800))) (-15 -2664 ((-1181) (-1077)))))) (T -655))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655)))) (-2582 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655)))) (-2755 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655)))) (-2584 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655)))) (-2664 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-655)))))
+(-13 (-1022) (-10 -7 (-15 -4118 ((-1077) (-800))) (-15 -2582 ((-1077) (-800))) (-15 -2755 ((-1077) (-800))) (-15 -2584 ((-1077) (-800))) (-15 -2664 ((-1181) (-1077)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) NIL)) (-2731 (($ |#1| |#2|) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3057 ((|#2| $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2496 (((-3 $ "failed") $ $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) ((|#1| $) NIL)) (-4070 (((-715)) NIL)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-656 |#1| |#2| |#3| |#4| |#5|) (-13 (-343) (-10 -8 (-15 -3057 (|#2| $)) (-15 -4118 (|#1| $)) (-15 -2731 ($ |#1| |#2|)) (-15 -2496 ((-3 $ "failed") $ $)))) (-162) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -656))
+((-3057 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-656 *3 *2 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-4118 (*1 *2 *1) (-12 (-4 *2 (-162)) (-5 *1 (-656 *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)))) (-2731 (*1 *1 *2 *3) (-12 (-5 *1 (-656 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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)))) (-2496 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-656 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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 (-343) (-10 -8 (-15 -3057 (|#2| $)) (-15 -4118 (|#1| $)) (-15 -2731 ($ |#1| |#2|)) (-15 -2496 ((-3 $ "failed") $ $))))
+((-4105 (((-110) $ $) 78)) (-1874 (((-110) $) 30)) (-3020 (((-1176 |#1|) $ (-715)) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-2186 (($ (-1090 |#1|)) NIL)) (-2669 (((-1090 $) $ (-1007)) NIL) (((-1090 |#1|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-1007))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3286 (($ $ $) NIL (|has| |#1| (-519)))) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1637 (((-715)) 47 (|has| |#1| (-348)))) (-1765 (($ $ (-715)) NIL)) (-3652 (($ $ (-715)) NIL)) (-3545 ((|#2| |#2|) 44)) (-3444 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-431)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-1007) "failed") $) NIL)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-1007) $) NIL)) (-1897 (($ $ $ (-1007)) NIL (|has| |#1| (-162))) ((|#1| $ $) NIL (|has| |#1| (-162)))) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) 34)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-2731 (($ |#2|) 42)) (-3714 (((-3 $ "failed") $) 86)) (-2309 (($) 51 (|has| |#1| (-348)))) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-4183 (($ $ $) NIL)) (-1320 (($ $ $) NIL (|has| |#1| (-519)))) (-4022 (((-2 (|:| -2663 |#1|) (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ (-1007)) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-1440 (((-894 $)) 80)) (-3379 (($ $ |#1| (-715) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1007) (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1007) (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2050 (((-715) $ $) NIL (|has| |#1| (-519)))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-1070)))) (-2842 (($ (-1090 |#1|) (-1007)) NIL) (($ (-1090 $) (-1007)) NIL)) (-1912 (($ $ (-715)) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) 77) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-1007)) NIL) (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-3057 ((|#2|) 45)) (-4045 (((-715) $) NIL) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-715) (-715)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2143 (((-1090 |#1|) $) NIL)) (-2317 (((-3 (-1007) "failed") $) NIL)) (-1989 (((-858) $) NIL (|has| |#1| (-348)))) (-2718 ((|#2| $) 41)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) 28)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-1258 (((-2 (|:| -1381 $) (|:| -3145 $)) $ (-715)) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-1007)) (|:| -3148 (-715))) "failed") $) NIL)) (-1467 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2138 (($) NIL (|has| |#1| (-1070)) CONST)) (-1720 (($ (-858)) NIL (|has| |#1| (-348)))) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-3834 (($ $) 79 (|has| |#1| (-329)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) 85 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-1007) |#1|) NIL) (($ $ (-594 (-1007)) (-594 |#1|)) NIL) (($ $ (-1007) $) NIL) (($ $ (-594 (-1007)) (-594 $)) NIL)) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-387 $) (-387 $) (-387 $)) NIL (|has| |#1| (-519))) ((|#1| (-387 $) |#1|) NIL (|has| |#1| (-343))) (((-387 $) $ (-387 $)) NIL (|has| |#1| (-519)))) (-3342 (((-3 $ "failed") $ (-715)) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 87 (|has| |#1| (-343)))) (-1875 (($ $ (-1007)) NIL (|has| |#1| (-162))) ((|#1| $) NIL (|has| |#1| (-162)))) (-4234 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4115 (((-715) $) 32) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-1007) (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) NIL (|has| |#1| (-431))) (($ $ (-1007)) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-2187 (((-894 $)) 36)) (-3987 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519))) (((-3 (-387 $) "failed") (-387 $) $) NIL (|has| |#1| (-519)))) (-4118 (((-800) $) 61) (($ (-527)) NIL) (($ |#1|) 58) (($ (-1007)) NIL) (($ |#2|) 68) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) 63) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 20 T CONST)) (-3136 (((-1176 |#1|) $) 75)) (-2100 (($ (-1176 |#1|)) 50)) (-3374 (($) 8 T CONST)) (-2369 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2423 (((-1176 |#1|) $) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) 69)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) 72) (($ $ $) NIL)) (-2850 (($ $ $) 33)) (** (($ $ (-858)) NIL) (($ $ (-715)) 81)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 57) (($ $ $) 74) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 55) (($ $ |#1|) NIL)))
+(((-657 |#1| |#2|) (-13 (-1152 |#1|) (-10 -8 (-15 -3545 (|#2| |#2|)) (-15 -3057 (|#2|)) (-15 -2731 ($ |#2|)) (-15 -2718 (|#2| $)) (-15 -4118 ($ |#2|)) (-15 -3136 ((-1176 |#1|) $)) (-15 -2100 ($ (-1176 |#1|))) (-15 -2423 ((-1176 |#1|) $)) (-15 -1440 ((-894 $))) (-15 -2187 ((-894 $))) (IF (|has| |#1| (-329)) (-15 -3834 ($ $)) |%noBranch|) (IF (|has| |#1| (-348)) (-6 (-348)) |%noBranch|))) (-979) (-1152 |#1|)) (T -657))
+((-3545 (*1 *2 *2) (-12 (-4 *3 (-979)) (-5 *1 (-657 *3 *2)) (-4 *2 (-1152 *3)))) (-3057 (*1 *2) (-12 (-4 *2 (-1152 *3)) (-5 *1 (-657 *3 *2)) (-4 *3 (-979)))) (-2731 (*1 *1 *2) (-12 (-4 *3 (-979)) (-5 *1 (-657 *3 *2)) (-4 *2 (-1152 *3)))) (-2718 (*1 *2 *1) (-12 (-4 *2 (-1152 *3)) (-5 *1 (-657 *3 *2)) (-4 *3 (-979)))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-979)) (-5 *1 (-657 *3 *2)) (-4 *2 (-1152 *3)))) (-3136 (*1 *2 *1) (-12 (-4 *3 (-979)) (-5 *2 (-1176 *3)) (-5 *1 (-657 *3 *4)) (-4 *4 (-1152 *3)))) (-2100 (*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-979)) (-5 *1 (-657 *3 *4)) (-4 *4 (-1152 *3)))) (-2423 (*1 *2 *1) (-12 (-4 *3 (-979)) (-5 *2 (-1176 *3)) (-5 *1 (-657 *3 *4)) (-4 *4 (-1152 *3)))) (-1440 (*1 *2) (-12 (-4 *3 (-979)) (-5 *2 (-894 (-657 *3 *4))) (-5 *1 (-657 *3 *4)) (-4 *4 (-1152 *3)))) (-2187 (*1 *2) (-12 (-4 *3 (-979)) (-5 *2 (-894 (-657 *3 *4))) (-5 *1 (-657 *3 *4)) (-4 *4 (-1152 *3)))) (-3834 (*1 *1 *1) (-12 (-4 *2 (-329)) (-4 *2 (-979)) (-5 *1 (-657 *2 *3)) (-4 *3 (-1152 *2)))))
+(-13 (-1152 |#1|) (-10 -8 (-15 -3545 (|#2| |#2|)) (-15 -3057 (|#2|)) (-15 -2731 ($ |#2|)) (-15 -2718 (|#2| $)) (-15 -4118 ($ |#2|)) (-15 -3136 ((-1176 |#1|) $)) (-15 -2100 ($ (-1176 |#1|))) (-15 -2423 ((-1176 |#1|) $)) (-15 -1440 ((-894 $))) (-15 -2187 ((-894 $))) (IF (|has| |#1| (-329)) (-15 -3834 ($ $)) |%noBranch|) (IF (|has| |#1| (-348)) (-6 (-348)) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-1720 ((|#1| $) 13)) (-4024 (((-1041) $) NIL)) (-3148 ((|#2| $) 12)) (-4131 (($ |#1| |#2|) 16)) (-4118 (((-800) $) NIL) (($ (-2 (|:| -1720 |#1|) (|:| -3148 |#2|))) 15) (((-2 (|:| -1720 |#1|) (|:| -3148 |#2|)) $) 14)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 11)))
+(((-658 |#1| |#2| |#3|) (-13 (-791) (-10 -8 (-15 -3148 (|#2| $)) (-15 -1720 (|#1| $)) (-15 -4118 ($ (-2 (|:| -1720 |#1|) (|:| -3148 |#2|)))) (-15 -4118 ((-2 (|:| -1720 |#1|) (|:| -3148 |#2|)) $)) (-15 -4131 ($ |#1| |#2|)))) (-791) (-1022) (-1 (-110) (-2 (|:| -1720 |#1|) (|:| -3148 |#2|)) (-2 (|:| -1720 |#1|) (|:| -3148 |#2|)))) (T -658))
+((-3148 (*1 *2 *1) (-12 (-4 *2 (-1022)) (-5 *1 (-658 *3 *2 *4)) (-4 *3 (-791)) (-14 *4 (-1 (-110) (-2 (|:| -1720 *3) (|:| -3148 *2)) (-2 (|:| -1720 *3) (|:| -3148 *2)))))) (-1720 (*1 *2 *1) (-12 (-4 *2 (-791)) (-5 *1 (-658 *2 *3 *4)) (-4 *3 (-1022)) (-14 *4 (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *3)) (-2 (|:| -1720 *2) (|:| -3148 *3)))))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1720 *3) (|:| -3148 *4))) (-4 *3 (-791)) (-4 *4 (-1022)) (-5 *1 (-658 *3 *4 *5)) (-14 *5 (-1 (-110) *2 *2)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -1720 *3) (|:| -3148 *4))) (-5 *1 (-658 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-1022)) (-14 *5 (-1 (-110) *2 *2)))) (-4131 (*1 *1 *2 *3) (-12 (-5 *1 (-658 *2 *3 *4)) (-4 *2 (-791)) (-4 *3 (-1022)) (-14 *4 (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *3)) (-2 (|:| -1720 *2) (|:| -3148 *3)))))))
+(-13 (-791) (-10 -8 (-15 -3148 (|#2| $)) (-15 -1720 (|#1| $)) (-15 -4118 ($ (-2 (|:| -1720 |#1|) (|:| -3148 |#2|)))) (-15 -4118 ((-2 (|:| -1720 |#1|) (|:| -3148 |#2|)) $)) (-15 -4131 ($ |#1| |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 59)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 89) (((-3 (-112) "failed") $) 95)) (-4145 ((|#1| $) NIL) (((-112) $) 39)) (-3714 (((-3 $ "failed") $) 90)) (-3356 ((|#2| (-112) |#2|) 82)) (-2956 (((-110) $) NIL)) (-3620 (($ |#1| (-341 (-112))) 14)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3131 (($ $ (-1 |#2| |#2|)) 58)) (-1573 (($ $ (-1 |#2| |#2|)) 44)) (-3439 ((|#2| $ |#2|) 33)) (-4137 ((|#1| |#1|) 105 (|has| |#1| (-162)))) (-4118 (((-800) $) 66) (($ (-527)) 18) (($ |#1|) 17) (($ (-112)) 23)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) 37)) (-1345 (($ $) 99 (|has| |#1| (-162))) (($ $ $) 103 (|has| |#1| (-162)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 21 T CONST)) (-3374 (($) 9 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) 48) (($ $ $) NIL)) (-2850 (($ $ $) 73)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ (-112) (-527)) NIL) (($ $ (-527)) 57)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 98) (($ $ $) 50) (($ |#1| $) 96 (|has| |#1| (-162))) (($ $ |#1|) 97 (|has| |#1| (-162)))))
+(((-659 |#1| |#2|) (-13 (-979) (-970 |#1|) (-970 (-112)) (-267 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-162)) (PROGN (-6 (-37 |#1|)) (-15 -1345 ($ $)) (-15 -1345 ($ $ $)) (-15 -4137 (|#1| |#1|))) |%noBranch|) (-15 -1573 ($ $ (-1 |#2| |#2|))) (-15 -3131 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-112) (-527))) (-15 ** ($ $ (-527))) (-15 -3356 (|#2| (-112) |#2|)) (-15 -3620 ($ |#1| (-341 (-112)))))) (-979) (-596 |#1|)) (T -659))
+((-1345 (*1 *1 *1) (-12 (-4 *2 (-162)) (-4 *2 (-979)) (-5 *1 (-659 *2 *3)) (-4 *3 (-596 *2)))) (-1345 (*1 *1 *1 *1) (-12 (-4 *2 (-162)) (-4 *2 (-979)) (-5 *1 (-659 *2 *3)) (-4 *3 (-596 *2)))) (-4137 (*1 *2 *2) (-12 (-4 *2 (-162)) (-4 *2 (-979)) (-5 *1 (-659 *2 *3)) (-4 *3 (-596 *2)))) (-1573 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-596 *3)) (-4 *3 (-979)) (-5 *1 (-659 *3 *4)))) (-3131 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-596 *3)) (-4 *3 (-979)) (-5 *1 (-659 *3 *4)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-527)) (-4 *4 (-979)) (-5 *1 (-659 *4 *5)) (-4 *5 (-596 *4)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *3 (-979)) (-5 *1 (-659 *3 *4)) (-4 *4 (-596 *3)))) (-3356 (*1 *2 *3 *2) (-12 (-5 *3 (-112)) (-4 *4 (-979)) (-5 *1 (-659 *4 *2)) (-4 *2 (-596 *4)))) (-3620 (*1 *1 *2 *3) (-12 (-5 *3 (-341 (-112))) (-4 *2 (-979)) (-5 *1 (-659 *2 *4)) (-4 *4 (-596 *2)))))
+(-13 (-979) (-970 |#1|) (-970 (-112)) (-267 |#2| |#2|) (-10 -8 (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-162)) (PROGN (-6 (-37 |#1|)) (-15 -1345 ($ $)) (-15 -1345 ($ $ $)) (-15 -4137 (|#1| |#1|))) |%noBranch|) (-15 -1573 ($ $ (-1 |#2| |#2|))) (-15 -3131 ($ $ (-1 |#2| |#2|))) (-15 ** ($ (-112) (-527))) (-15 ** ($ $ (-527))) (-15 -3356 (|#2| (-112) |#2|)) (-15 -3620 ($ |#1| (-341 (-112))))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 33)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-2731 (($ |#1| |#2|) 25)) (-3714 (((-3 $ "failed") $) 48)) (-2956 (((-110) $) 35)) (-3057 ((|#2| $) 12)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 49)) (-4024 (((-1041) $) NIL)) (-2496 (((-3 $ "failed") $ $) 47)) (-4118 (((-800) $) 24) (($ (-527)) 19) ((|#1| $) 13)) (-4070 (((-715)) 28)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 16 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 38)) (-2863 (($ $) 43) (($ $ $) 37)) (-2850 (($ $ $) 40)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 21) (($ $ $) 20)))
+(((-660 |#1| |#2| |#3| |#4| |#5|) (-13 (-979) (-10 -8 (-15 -3057 (|#2| $)) (-15 -4118 (|#1| $)) (-15 -2731 ($ |#1| |#2|)) (-15 -2496 ((-3 $ "failed") $ $)) (-15 -3714 ((-3 $ "failed") $)) (-15 -2952 ($ $)))) (-162) (-23) (-1 |#1| |#1| |#2|) (-1 (-3 |#2| "failed") |#2| |#2|) (-1 (-3 |#1| "failed") |#1| |#1| |#2|)) (T -660))
+((-3714 (*1 *1 *1) (|partial| -12 (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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)))) (-3057 (*1 *2 *1) (-12 (-4 *2 (-23)) (-5 *1 (-660 *3 *2 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-1 *3 *3 *2)) (-14 *5 (-1 (-3 *2 "failed") *2 *2)) (-14 *6 (-1 (-3 *3 "failed") *3 *3 *2)))) (-4118 (*1 *2 *1) (-12 (-4 *2 (-162)) (-5 *1 (-660 *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)))) (-2731 (*1 *1 *2 *3) (-12 (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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)))) (-2496 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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)))) (-2952 (*1 *1 *1) (-12 (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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 (-979) (-10 -8 (-15 -3057 (|#2| $)) (-15 -4118 (|#1| $)) (-15 -2731 ($ |#1| |#2|)) (-15 -2496 ((-3 $ "failed") $ $)) (-15 -3714 ((-3 $ "failed") $)) (-15 -2952 ($ $))))
+((* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ |#2| $) NIL) (($ $ |#2|) 9)))
+(((-661 |#1| |#2|) (-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|))) (-662 |#2|) (-162)) (T -661))
+NIL
+(-10 -8 (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+(((-662 |#1|) (-133) (-162)) (T -662))
+NIL
+(-13 (-109 |t#1| |t#1|))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-985 |#1|) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-3183 (($ |#1|) 17) (($ $ |#1|) 20)) (-3467 (($ |#1|) 18) (($ $ |#1|) 21)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL) (($) 19) (($ $) 22)) (-2956 (((-110) $) NIL)) (-2560 (($ |#1| |#1| |#1| |#1|) 8)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 16)) (-4024 (((-1041) $) NIL)) (-2819 ((|#1| $ |#1|) 24) (((-777 |#1|) $ (-777 |#1|)) 32)) (-1964 (($ $ $) NIL)) (-2170 (($ $ $) NIL)) (-4118 (((-800) $) 39)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3374 (($) 9 T CONST)) (-2747 (((-110) $ $) 44)) (-2873 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ $ $) 14)))
+(((-663 |#1|) (-13 (-452) (-10 -8 (-15 -2560 ($ |#1| |#1| |#1| |#1|)) (-15 -3183 ($ |#1|)) (-15 -3467 ($ |#1|)) (-15 -3714 ($)) (-15 -3183 ($ $ |#1|)) (-15 -3467 ($ $ |#1|)) (-15 -3714 ($ $)) (-15 -2819 (|#1| $ |#1|)) (-15 -2819 ((-777 |#1|) $ (-777 |#1|))))) (-343)) (T -663))
+((-2560 (*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-3183 (*1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-3467 (*1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-3714 (*1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-3183 (*1 *1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-3467 (*1 *1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-3714 (*1 *1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-2819 (*1 *2 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))) (-2819 (*1 *2 *1 *2) (-12 (-5 *2 (-777 *3)) (-4 *3 (-343)) (-5 *1 (-663 *3)))))
+(-13 (-452) (-10 -8 (-15 -2560 ($ |#1| |#1| |#1| |#1|)) (-15 -3183 ($ |#1|)) (-15 -3467 ($ |#1|)) (-15 -3714 ($)) (-15 -3183 ($ $ |#1|)) (-15 -3467 ($ $ |#1|)) (-15 -3714 ($ $)) (-15 -2819 (|#1| $ |#1|)) (-15 -2819 ((-777 |#1|) $ (-777 |#1|)))))
+((-3464 (($ $ (-858)) 12)) (-3223 (($ $ (-858)) 13)) (** (($ $ (-858)) 10)))
+(((-664 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-858))) (-15 -3223 (|#1| |#1| (-858))) (-15 -3464 (|#1| |#1| (-858)))) (-665)) (T -664))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-858))) (-15 -3223 (|#1| |#1| (-858))) (-15 -3464 (|#1| |#1| (-858))))
+((-4105 (((-110) $ $) 7)) (-3464 (($ $ (-858)) 15)) (-3223 (($ $ (-858)) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)) (** (($ $ (-858)) 13)) (* (($ $ $) 16)))
+(((-665) (-133)) (T -665))
+((* (*1 *1 *1 *1) (-4 *1 (-665))) (-3464 (*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-858)))) (-3223 (*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-858)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-858)))))
+(-13 (-1022) (-10 -8 (-15 * ($ $ $)) (-15 -3464 ($ $ (-858))) (-15 -3223 ($ $ (-858))) (-15 ** ($ $ (-858)))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-3464 (($ $ (-858)) NIL) (($ $ (-715)) 17)) (-2956 (((-110) $) 10)) (-3223 (($ $ (-858)) NIL) (($ $ (-715)) 18)) (** (($ $ (-858)) NIL) (($ $ (-715)) 15)))
+(((-666 |#1|) (-10 -8 (-15 ** (|#1| |#1| (-715))) (-15 -3223 (|#1| |#1| (-715))) (-15 -3464 (|#1| |#1| (-715))) (-15 -2956 ((-110) |#1|)) (-15 ** (|#1| |#1| (-858))) (-15 -3223 (|#1| |#1| (-858))) (-15 -3464 (|#1| |#1| (-858)))) (-667)) (T -666))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-715))) (-15 -3223 (|#1| |#1| (-715))) (-15 -3464 (|#1| |#1| (-715))) (-15 -2956 ((-110) |#1|)) (-15 ** (|#1| |#1| (-858))) (-15 -3223 (|#1| |#1| (-858))) (-15 -3464 (|#1| |#1| (-858))))
+((-4105 (((-110) $ $) 7)) (-2660 (((-3 $ "failed") $) 17)) (-3464 (($ $ (-858)) 15) (($ $ (-715)) 22)) (-3714 (((-3 $ "failed") $) 19)) (-2956 (((-110) $) 23)) (-2237 (((-3 $ "failed") $) 18)) (-3223 (($ $ (-858)) 14) (($ $ (-715)) 21)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3374 (($) 24 T CONST)) (-2747 (((-110) $ $) 6)) (** (($ $ (-858)) 13) (($ $ (-715)) 20)) (* (($ $ $) 16)))
+(((-667) (-133)) (T -667))
+((-3374 (*1 *1) (-4 *1 (-667))) (-2956 (*1 *2 *1) (-12 (-4 *1 (-667)) (-5 *2 (-110)))) (-3464 (*1 *1 *1 *2) (-12 (-4 *1 (-667)) (-5 *2 (-715)))) (-3223 (*1 *1 *1 *2) (-12 (-4 *1 (-667)) (-5 *2 (-715)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-667)) (-5 *2 (-715)))) (-3714 (*1 *1 *1) (|partial| -4 *1 (-667))) (-2237 (*1 *1 *1) (|partial| -4 *1 (-667))) (-2660 (*1 *1 *1) (|partial| -4 *1 (-667))))
+(-13 (-665) (-10 -8 (-15 (-3374) ($) -2459) (-15 -2956 ((-110) $)) (-15 -3464 ($ $ (-715))) (-15 -3223 ($ $ (-715))) (-15 ** ($ $ (-715))) (-15 -3714 ((-3 $ "failed") $)) (-15 -2237 ((-3 $ "failed") $)) (-15 -2660 ((-3 $ "failed") $))))
+(((-99) . T) ((-568 (-800)) . T) ((-665) . T) ((-1022) . T))
+((-1637 (((-715)) 35)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-4145 (((-527) $) NIL) (((-387 (-527)) $) NIL) ((|#2| $) 22)) (-2731 (($ |#3|) NIL) (((-3 $ "failed") (-387 |#3|)) 45)) (-3714 (((-3 $ "failed") $) 65)) (-2309 (($) 39)) (-1705 ((|#2| $) 20)) (-2613 (($) 17)) (-4234 (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) 53) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL) (($ $ (-715)) NIL) (($ $) NIL)) (-2811 (((-634 |#2|) (-1176 $) (-1 |#2| |#2|)) 60)) (-2051 (((-1176 |#2|) $) NIL) (($ (-1176 |#2|)) NIL) ((|#3| $) 10) (($ |#3|) 12)) (-3591 ((|#3| $) 32)) (-1878 (((-1176 $)) 29)))
+(((-668 |#1| |#2| |#3|) (-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2309 (|#1|)) (-15 -1637 ((-715))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -2811 ((-634 |#2|) (-1176 |#1|) (-1 |#2| |#2|))) (-15 -2731 ((-3 |#1| "failed") (-387 |#3|))) (-15 -2051 (|#1| |#3|)) (-15 -2731 (|#1| |#3|)) (-15 -2613 (|#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -2051 (|#3| |#1|)) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -1878 ((-1176 |#1|))) (-15 -3591 (|#3| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|))) (-669 |#2| |#3|) (-162) (-1152 |#2|)) (T -668))
+((-1637 (*1 *2) (-12 (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-715)) (-5 *1 (-668 *3 *4 *5)) (-4 *3 (-669 *4 *5)))))
+(-10 -8 (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -2309 (|#1|)) (-15 -1637 ((-715))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -2811 ((-634 |#2|) (-1176 |#1|) (-1 |#2| |#2|))) (-15 -2731 ((-3 |#1| "failed") (-387 |#3|))) (-15 -2051 (|#1| |#3|)) (-15 -2731 (|#1| |#3|)) (-15 -2613 (|#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -2051 (|#3| |#1|)) (-15 -2051 (|#1| (-1176 |#2|))) (-15 -2051 ((-1176 |#2|) |#1|)) (-15 -1878 ((-1176 |#1|))) (-15 -3591 (|#3| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -3714 ((-3 |#1| "failed") |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 93 (|has| |#1| (-343)))) (-3931 (($ $) 94 (|has| |#1| (-343)))) (-3938 (((-110) $) 96 (|has| |#1| (-343)))) (-1215 (((-634 |#1|) (-1176 $)) 46) (((-634 |#1|)) 61)) (-2926 ((|#1| $) 52)) (-2164 (((-1104 (-858) (-715)) (-527)) 147 (|has| |#1| (-329)))) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 113 (|has| |#1| (-343)))) (-3488 (((-398 $) $) 114 (|has| |#1| (-343)))) (-1842 (((-110) $ $) 104 (|has| |#1| (-343)))) (-1637 (((-715)) 87 (|has| |#1| (-348)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 169 (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 167 (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 166)) (-4145 (((-527) $) 170 (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) 168 (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 165)) (-2894 (($ (-1176 |#1|) (-1176 $)) 48) (($ (-1176 |#1|)) 64)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) 153 (|has| |#1| (-329)))) (-1346 (($ $ $) 108 (|has| |#1| (-343)))) (-1941 (((-634 |#1|) $ (-1176 $)) 53) (((-634 |#1|) $) 59)) (-4162 (((-634 (-527)) (-634 $)) 164 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 163 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 162) (((-634 |#1|) (-634 $)) 161)) (-2731 (($ |#2|) 158) (((-3 $ "failed") (-387 |#2|)) 155 (|has| |#1| (-343)))) (-3714 (((-3 $ "failed") $) 34)) (-1238 (((-858)) 54)) (-2309 (($) 90 (|has| |#1| (-348)))) (-1324 (($ $ $) 107 (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 102 (|has| |#1| (-343)))) (-3809 (($) 149 (|has| |#1| (-329)))) (-3687 (((-110) $) 150 (|has| |#1| (-329)))) (-3050 (($ $ (-715)) 141 (|has| |#1| (-329))) (($ $) 140 (|has| |#1| (-329)))) (-3851 (((-110) $) 115 (|has| |#1| (-343)))) (-2050 (((-858) $) 152 (|has| |#1| (-329))) (((-777 (-858)) $) 138 (|has| |#1| (-329)))) (-2956 (((-110) $) 31)) (-1705 ((|#1| $) 51)) (-2628 (((-3 $ "failed") $) 142 (|has| |#1| (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 111 (|has| |#1| (-343)))) (-2343 ((|#2| $) 44 (|has| |#1| (-343)))) (-1989 (((-858) $) 89 (|has| |#1| (-348)))) (-2718 ((|#2| $) 156)) (-2702 (($ (-594 $)) 100 (|has| |#1| (-343))) (($ $ $) 99 (|has| |#1| (-343)))) (-2416 (((-1077) $) 9)) (-2952 (($ $) 116 (|has| |#1| (-343)))) (-2138 (($) 143 (|has| |#1| (-329)) CONST)) (-1720 (($ (-858)) 88 (|has| |#1| (-348)))) (-4024 (((-1041) $) 10)) (-2613 (($) 160)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 101 (|has| |#1| (-343)))) (-2742 (($ (-594 $)) 98 (|has| |#1| (-343))) (($ $ $) 97 (|has| |#1| (-343)))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) 146 (|has| |#1| (-329)))) (-2700 (((-398 $) $) 112 (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 110 (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 109 (|has| |#1| (-343)))) (-1305 (((-3 $ "failed") $ $) 92 (|has| |#1| (-343)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 103 (|has| |#1| (-343)))) (-2578 (((-715) $) 105 (|has| |#1| (-343)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 106 (|has| |#1| (-343)))) (-1875 ((|#1| (-1176 $)) 47) ((|#1|) 60)) (-1382 (((-715) $) 151 (|has| |#1| (-329))) (((-3 (-715) "failed") $ $) 139 (|has| |#1| (-329)))) (-4234 (($ $) 137 (-2027 (-3979 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-715)) 135 (-2027 (-3979 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-1094)) 133 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-594 (-1094))) 132 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-1094) (-715)) 131 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-594 (-1094)) (-594 (-715))) 130 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-1 |#1| |#1|) (-715)) 123 (|has| |#1| (-343))) (($ $ (-1 |#1| |#1|)) 122 (|has| |#1| (-343)))) (-2811 (((-634 |#1|) (-1176 $) (-1 |#1| |#1|)) 154 (|has| |#1| (-343)))) (-2279 ((|#2|) 159)) (-3956 (($) 148 (|has| |#1| (-329)))) (-4002 (((-1176 |#1|) $ (-1176 $)) 50) (((-634 |#1|) (-1176 $) (-1176 $)) 49) (((-1176 |#1|) $) 66) (((-634 |#1|) (-1176 $)) 65)) (-2051 (((-1176 |#1|) $) 63) (($ (-1176 |#1|)) 62) ((|#2| $) 171) (($ |#2|) 157)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 145 (|has| |#1| (-329)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 37) (($ $) 91 (|has| |#1| (-343))) (($ (-387 (-527))) 86 (-2027 (|has| |#1| (-343)) (|has| |#1| (-970 (-387 (-527))))))) (-3470 (($ $) 144 (|has| |#1| (-329))) (((-3 $ "failed") $) 43 (|has| |#1| (-138)))) (-3591 ((|#2| $) 45)) (-4070 (((-715)) 29)) (-1878 (((-1176 $)) 67)) (-3978 (((-110) $ $) 95 (|has| |#1| (-343)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 117 (|has| |#1| (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $) 136 (-2027 (-3979 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-715)) 134 (-2027 (-3979 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-1094)) 129 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-594 (-1094))) 128 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-1094) (-715)) 127 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-594 (-1094)) (-594 (-715))) 126 (-3979 (|has| |#1| (-837 (-1094))) (|has| |#1| (-343)))) (($ $ (-1 |#1| |#1|) (-715)) 125 (|has| |#1| (-343))) (($ $ (-1 |#1| |#1|)) 124 (|has| |#1| (-343)))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 121 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 118 (|has| |#1| (-343)))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38) (($ (-387 (-527)) $) 120 (|has| |#1| (-343))) (($ $ (-387 (-527))) 119 (|has| |#1| (-343)))))
+(((-669 |#1| |#2|) (-133) (-162) (-1152 |t#1|)) (T -669))
+((-2613 (*1 *1) (-12 (-4 *2 (-162)) (-4 *1 (-669 *2 *3)) (-4 *3 (-1152 *2)))) (-2279 (*1 *2) (-12 (-4 *1 (-669 *3 *2)) (-4 *3 (-162)) (-4 *2 (-1152 *3)))) (-2731 (*1 *1 *2) (-12 (-4 *3 (-162)) (-4 *1 (-669 *3 *2)) (-4 *2 (-1152 *3)))) (-2051 (*1 *1 *2) (-12 (-4 *3 (-162)) (-4 *1 (-669 *3 *2)) (-4 *2 (-1152 *3)))) (-2718 (*1 *2 *1) (-12 (-4 *1 (-669 *3 *2)) (-4 *3 (-162)) (-4 *2 (-1152 *3)))) (-2731 (*1 *1 *2) (|partial| -12 (-5 *2 (-387 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-343)) (-4 *3 (-162)) (-4 *1 (-669 *3 *4)))) (-2811 (*1 *2 *3 *4) (-12 (-5 *3 (-1176 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-343)) (-4 *1 (-669 *5 *6)) (-4 *5 (-162)) (-4 *6 (-1152 *5)) (-5 *2 (-634 *5)))))
+(-13 (-389 |t#1| |t#2|) (-162) (-569 |t#2|) (-391 |t#1|) (-357 |t#1|) (-10 -8 (-15 -2613 ($)) (-15 -2279 (|t#2|)) (-15 -2731 ($ |t#2|)) (-15 -2051 ($ |t#2|)) (-15 -2718 (|t#2| $)) (IF (|has| |t#1| (-348)) (-6 (-348)) |%noBranch|) (IF (|has| |t#1| (-343)) (PROGN (-6 (-343)) (-6 (-213 |t#1|)) (-15 -2731 ((-3 $ "failed") (-387 |t#2|))) (-15 -2811 ((-634 |t#1|) (-1176 $) (-1 |t#1| |t#1|)))) |%noBranch|) (IF (|has| |t#1| (-329)) (-6 (-329)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-37 |#1|) . T) ((-37 $) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-99) . T) ((-109 #0# #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-109 |#1| |#1|) . T) ((-109 $ $) . T) ((-128) . T) ((-138) -2027 (|has| |#1| (-329)) (|has| |#1| (-138))) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) . T) ((-569 |#2|) . T) ((-213 |#1|) |has| |#1| (-343)) ((-215) -2027 (|has| |#1| (-329)) (-12 (|has| |#1| (-215)) (|has| |#1| (-343)))) ((-225) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-271) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-288) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-343) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-382) |has| |#1| (-329)) ((-348) -2027 (|has| |#1| (-348)) (|has| |#1| (-329))) ((-329) |has| |#1| (-329)) ((-350 |#1| |#2|) . T) ((-389 |#1| |#2|) . T) ((-357 |#1|) . T) ((-391 |#1|) . T) ((-431) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-519) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-596 #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-662 |#1|) . T) ((-662 $) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-671) . T) ((-837 (-1094)) -12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094)))) ((-857) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-985 #0#) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))) ((-985 |#1|) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) |has| |#1| (-329)) ((-1134) -2027 (|has| |#1| (-329)) (|has| |#1| (-343))))
+((-1298 (($) 14)) (-3714 (((-3 $ "failed") $) 16)) (-2956 (((-110) $) 13)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) 9)) (** (($ $ (-858)) NIL) (($ $ (-715)) 20)))
+(((-670 |#1|) (-10 -8 (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 -3732 (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-715))) (-15 -2956 ((-110) |#1|)) (-15 -1298 (|#1|)) (-15 -3732 (|#1| |#1| (-858))) (-15 ** (|#1| |#1| (-858)))) (-671)) (T -670))
+NIL
+(-10 -8 (-15 -3714 ((-3 |#1| "failed") |#1|)) (-15 -3732 (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-715))) (-15 -2956 ((-110) |#1|)) (-15 -1298 (|#1|)) (-15 -3732 (|#1| |#1| (-858))) (-15 ** (|#1| |#1| (-858))))
+((-4105 (((-110) $ $) 7)) (-1298 (($) 20 T CONST)) (-3714 (((-3 $ "failed") $) 16)) (-2956 (((-110) $) 19)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3732 (($ $ (-858)) 13) (($ $ (-715)) 17)) (-3374 (($) 21 T CONST)) (-2747 (((-110) $ $) 6)) (** (($ $ (-858)) 14) (($ $ (-715)) 18)) (* (($ $ $) 15)))
+(((-671) (-133)) (T -671))
+((-3374 (*1 *1) (-4 *1 (-671))) (-1298 (*1 *1) (-4 *1 (-671))) (-2956 (*1 *2 *1) (-12 (-4 *1 (-671)) (-5 *2 (-110)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-671)) (-5 *2 (-715)))) (-3732 (*1 *1 *1 *2) (-12 (-4 *1 (-671)) (-5 *2 (-715)))) (-3714 (*1 *1 *1) (|partial| -4 *1 (-671))))
+(-13 (-1034) (-10 -8 (-15 (-3374) ($) -2459) (-15 -1298 ($) -2459) (-15 -2956 ((-110) $)) (-15 ** ($ $ (-715))) (-15 -3732 ($ $ (-715))) (-15 -3714 ((-3 $ "failed") $))))
+(((-99) . T) ((-568 (-800)) . T) ((-1034) . T) ((-1022) . T))
+((-3919 (((-2 (|:| -1431 (-398 |#2|)) (|:| |special| (-398 |#2|))) |#2| (-1 |#2| |#2|)) 38)) (-3106 (((-2 (|:| -1431 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|)) 12)) (-2704 ((|#2| (-387 |#2|) (-1 |#2| |#2|)) 13)) (-1978 (((-2 (|:| |poly| |#2|) (|:| -1431 (-387 |#2|)) (|:| |special| (-387 |#2|))) (-387 |#2|) (-1 |#2| |#2|)) 47)))
+(((-672 |#1| |#2|) (-10 -7 (-15 -3106 ((-2 (|:| -1431 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3919 ((-2 (|:| -1431 (-398 |#2|)) (|:| |special| (-398 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2704 (|#2| (-387 |#2|) (-1 |#2| |#2|))) (-15 -1978 ((-2 (|:| |poly| |#2|) (|:| -1431 (-387 |#2|)) (|:| |special| (-387 |#2|))) (-387 |#2|) (-1 |#2| |#2|)))) (-343) (-1152 |#1|)) (T -672))
+((-1978 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| |poly| *6) (|:| -1431 (-387 *6)) (|:| |special| (-387 *6)))) (-5 *1 (-672 *5 *6)) (-5 *3 (-387 *6)))) (-2704 (*1 *2 *3 *4) (-12 (-5 *3 (-387 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1152 *5)) (-5 *1 (-672 *5 *2)) (-4 *5 (-343)))) (-3919 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| -1431 (-398 *3)) (|:| |special| (-398 *3)))) (-5 *1 (-672 *5 *3)))) (-3106 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-343)) (-5 *2 (-2 (|:| -1431 *3) (|:| |special| *3))) (-5 *1 (-672 *5 *3)))))
+(-10 -7 (-15 -3106 ((-2 (|:| -1431 |#2|) (|:| |special| |#2|)) |#2| (-1 |#2| |#2|))) (-15 -3919 ((-2 (|:| -1431 (-398 |#2|)) (|:| |special| (-398 |#2|))) |#2| (-1 |#2| |#2|))) (-15 -2704 (|#2| (-387 |#2|) (-1 |#2| |#2|))) (-15 -1978 ((-2 (|:| |poly| |#2|) (|:| -1431 (-387 |#2|)) (|:| |special| (-387 |#2|))) (-387 |#2|) (-1 |#2| |#2|))))
+((-3787 ((|#7| (-594 |#5|) |#6|) NIL)) (-1998 ((|#7| (-1 |#5| |#4|) |#6|) 26)))
+(((-673 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1998 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3787 (|#7| (-594 |#5|) |#6|))) (-791) (-737) (-737) (-979) (-979) (-886 |#4| |#2| |#1|) (-886 |#5| |#3| |#1|)) (T -673))
+((-3787 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *9)) (-4 *9 (-979)) (-4 *5 (-791)) (-4 *6 (-737)) (-4 *8 (-979)) (-4 *2 (-886 *9 *7 *5)) (-5 *1 (-673 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-737)) (-4 *4 (-886 *8 *6 *5)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-979)) (-4 *9 (-979)) (-4 *5 (-791)) (-4 *6 (-737)) (-4 *2 (-886 *9 *7 *5)) (-5 *1 (-673 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-737)) (-4 *4 (-886 *8 *6 *5)))))
+(-10 -7 (-15 -1998 (|#7| (-1 |#5| |#4|) |#6|)) (-15 -3787 (|#7| (-594 |#5|) |#6|)))
+((-1998 ((|#7| (-1 |#2| |#1|) |#6|) 28)))
+(((-674 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-10 -7 (-15 -1998 (|#7| (-1 |#2| |#1|) |#6|))) (-791) (-791) (-737) (-737) (-979) (-886 |#5| |#3| |#1|) (-886 |#5| |#4| |#2|)) (T -674))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-791)) (-4 *6 (-791)) (-4 *7 (-737)) (-4 *9 (-979)) (-4 *2 (-886 *9 *8 *6)) (-5 *1 (-674 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-737)) (-4 *4 (-886 *9 *7 *5)))))
+(-10 -7 (-15 -1998 (|#7| (-1 |#2| |#1|) |#6|)))
+((-2700 (((-398 |#4|) |#4|) 41)))
+(((-675 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2700 ((-398 |#4|) |#4|))) (-737) (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094))))) (-288) (-886 (-889 |#3|) |#1| |#2|)) (T -675))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094)))))) (-4 *6 (-288)) (-5 *2 (-398 *3)) (-5 *1 (-675 *4 *5 *6 *3)) (-4 *3 (-886 (-889 *6) *4 *5)))))
+(-10 -7 (-15 -2700 ((-398 |#4|) |#4|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-802 |#1|)) $) NIL)) (-2669 (((-1090 $) $ (-802 |#1|)) NIL) (((-1090 |#2|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#2| (-519)))) (-3931 (($ $) NIL (|has| |#2| (-519)))) (-3938 (((-110) $) NIL (|has| |#2| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-802 |#1|))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-3259 (($ $) NIL (|has| |#2| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#2| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-802 |#1|) "failed") $) NIL)) (-4145 ((|#2| $) NIL) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-802 |#1|) $) NIL)) (-1897 (($ $ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#2| (-846)))) (-3379 (($ $ |#2| (-499 (-802 |#1|)) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-359))) (|has| |#2| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-802 |#1|) (-823 (-527))) (|has| |#2| (-823 (-527)))))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2842 (($ (-1090 |#2|) (-802 |#1|)) NIL) (($ (-1090 $) (-802 |#1|)) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#2| (-499 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-802 |#1|)) NIL)) (-4045 (((-499 (-802 |#1|)) $) NIL) (((-715) $ (-802 |#1|)) NIL) (((-594 (-715)) $ (-594 (-802 |#1|))) NIL)) (-3902 (($ $ $) NIL (|has| |#2| (-791)))) (-1257 (($ $ $) NIL (|has| |#2| (-791)))) (-2301 (($ (-1 (-499 (-802 |#1|)) (-499 (-802 |#1|))) $) NIL)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-2317 (((-3 (-802 |#1|) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#2| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-2416 (((-1077) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-802 |#1|)) (|:| -3148 (-715))) "failed") $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#2| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#2| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#2| (-846)))) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-802 |#1|) |#2|) NIL) (($ $ (-594 (-802 |#1|)) (-594 |#2|)) NIL) (($ $ (-802 |#1|) $) NIL) (($ $ (-594 (-802 |#1|)) (-594 $)) NIL)) (-1875 (($ $ (-802 |#1|)) NIL (|has| |#2| (-162)))) (-4234 (($ $ (-802 |#1|)) NIL) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-4115 (((-499 (-802 |#1|)) $) NIL) (((-715) $ (-802 |#1|)) NIL) (((-594 (-715)) $ (-594 (-802 |#1|))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-802 |#1|) (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-802 |#1|) (-569 (-503))) (|has| |#2| (-569 (-503)))))) (-1898 ((|#2| $) NIL (|has| |#2| (-431))) (($ $ (-802 |#1|)) NIL (|has| |#2| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#2| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) NIL) (($ (-802 |#1|)) NIL) (($ $) NIL (|has| |#2| (-519))) (($ (-387 (-527))) NIL (-2027 (|has| |#2| (-37 (-387 (-527)))) (|has| |#2| (-970 (-387 (-527))))))) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-499 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#2| (-846))) (|has| |#2| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#2| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#2| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-802 |#1|)) NIL) (($ $ (-594 (-802 |#1|))) NIL) (($ $ (-802 |#1|) (-715)) NIL) (($ $ (-594 (-802 |#1|)) (-594 (-715))) NIL)) (-2813 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#2| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#2| (-37 (-387 (-527))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-676 |#1| |#2|) (-886 |#2| (-499 (-802 |#1|)) (-802 |#1|)) (-594 (-1094)) (-979)) (T -676))
+NIL
+(-886 |#2| (-499 (-802 |#1|)) (-802 |#1|))
+((-1935 (((-2 (|:| -1741 (-889 |#3|)) (|:| -2511 (-889 |#3|))) |#4|) 14)) (-2087 ((|#4| |#4| |#2|) 33)) (-1267 ((|#4| (-387 (-889 |#3|)) |#2|) 64)) (-2323 ((|#4| (-1090 (-889 |#3|)) |#2|) 77)) (-2569 ((|#4| (-1090 |#4|) |#2|) 51)) (-2796 ((|#4| |#4| |#2|) 54)) (-2700 (((-398 |#4|) |#4|) 40)))
+(((-677 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1935 ((-2 (|:| -1741 (-889 |#3|)) (|:| -2511 (-889 |#3|))) |#4|)) (-15 -2796 (|#4| |#4| |#2|)) (-15 -2569 (|#4| (-1090 |#4|) |#2|)) (-15 -2087 (|#4| |#4| |#2|)) (-15 -2323 (|#4| (-1090 (-889 |#3|)) |#2|)) (-15 -1267 (|#4| (-387 (-889 |#3|)) |#2|)) (-15 -2700 ((-398 |#4|) |#4|))) (-737) (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)))) (-519) (-886 (-387 (-889 |#3|)) |#1| |#2|)) (T -677))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *6 (-519)) (-5 *2 (-398 *3)) (-5 *1 (-677 *4 *5 *6 *3)) (-4 *3 (-886 (-387 (-889 *6)) *4 *5)))) (-1267 (*1 *2 *3 *4) (-12 (-4 *6 (-519)) (-4 *2 (-886 *3 *5 *4)) (-5 *1 (-677 *5 *4 *6 *2)) (-5 *3 (-387 (-889 *6))) (-4 *5 (-737)) (-4 *4 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))))) (-2323 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 (-889 *6))) (-4 *6 (-519)) (-4 *2 (-886 (-387 (-889 *6)) *5 *4)) (-5 *1 (-677 *5 *4 *6 *2)) (-4 *5 (-737)) (-4 *4 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))))) (-2087 (*1 *2 *2 *3) (-12 (-4 *4 (-737)) (-4 *3 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *5 (-519)) (-5 *1 (-677 *4 *3 *5 *2)) (-4 *2 (-886 (-387 (-889 *5)) *4 *3)))) (-2569 (*1 *2 *3 *4) (-12 (-5 *3 (-1090 *2)) (-4 *2 (-886 (-387 (-889 *6)) *5 *4)) (-5 *1 (-677 *5 *4 *6 *2)) (-4 *5 (-737)) (-4 *4 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *6 (-519)))) (-2796 (*1 *2 *2 *3) (-12 (-4 *4 (-737)) (-4 *3 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *5 (-519)) (-5 *1 (-677 *4 *3 *5 *2)) (-4 *2 (-886 (-387 (-889 *5)) *4 *3)))) (-1935 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *6 (-519)) (-5 *2 (-2 (|:| -1741 (-889 *6)) (|:| -2511 (-889 *6)))) (-5 *1 (-677 *4 *5 *6 *3)) (-4 *3 (-886 (-387 (-889 *6)) *4 *5)))))
+(-10 -7 (-15 -1935 ((-2 (|:| -1741 (-889 |#3|)) (|:| -2511 (-889 |#3|))) |#4|)) (-15 -2796 (|#4| |#4| |#2|)) (-15 -2569 (|#4| (-1090 |#4|) |#2|)) (-15 -2087 (|#4| |#4| |#2|)) (-15 -2323 (|#4| (-1090 (-889 |#3|)) |#2|)) (-15 -1267 (|#4| (-387 (-889 |#3|)) |#2|)) (-15 -2700 ((-398 |#4|) |#4|)))
+((-2700 (((-398 |#4|) |#4|) 52)))
+(((-678 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2700 ((-398 |#4|) |#4|))) (-737) (-791) (-13 (-288) (-140)) (-886 (-387 |#3|) |#1| |#2|)) (T -678))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-13 (-288) (-140))) (-5 *2 (-398 *3)) (-5 *1 (-678 *4 *5 *6 *3)) (-4 *3 (-886 (-387 *6) *4 *5)))))
+(-10 -7 (-15 -2700 ((-398 |#4|) |#4|)))
+((-1998 (((-680 |#2| |#3|) (-1 |#2| |#1|) (-680 |#1| |#3|)) 18)))
+(((-679 |#1| |#2| |#3|) (-10 -7 (-15 -1998 ((-680 |#2| |#3|) (-1 |#2| |#1|) (-680 |#1| |#3|)))) (-979) (-979) (-671)) (T -679))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-680 *5 *7)) (-4 *5 (-979)) (-4 *6 (-979)) (-4 *7 (-671)) (-5 *2 (-680 *6 *7)) (-5 *1 (-679 *5 *6 *7)))))
+(-10 -7 (-15 -1998 ((-680 |#2| |#3|) (-1 |#2| |#1|) (-680 |#1| |#3|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 28)) (-2199 (((-594 (-2 (|:| -2663 |#1|) (|:| -2897 |#2|))) $) 29)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1637 (((-715)) 20 (-12 (|has| |#2| (-348)) (|has| |#1| (-348))))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) 57) (((-3 |#1| "failed") $) 60)) (-4145 ((|#2| $) NIL) ((|#1| $) NIL)) (-3033 (($ $) 79 (|has| |#2| (-791)))) (-3714 (((-3 $ "failed") $) 65)) (-2309 (($) 35 (-12 (|has| |#2| (-348)) (|has| |#1| (-348))))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) 55)) (-2684 (((-594 $) $) 39)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| |#2|) 16)) (-1998 (($ (-1 |#1| |#1|) $) 54)) (-1989 (((-858) $) 32 (-12 (|has| |#2| (-348)) (|has| |#1| (-348))))) (-2990 ((|#2| $) 78 (|has| |#2| (-791)))) (-3004 ((|#1| $) 77 (|has| |#2| (-791)))) (-2416 (((-1077) $) NIL)) (-1720 (($ (-858)) 27 (-12 (|has| |#2| (-348)) (|has| |#1| (-348))))) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 76) (($ (-527)) 45) (($ |#2|) 42) (($ |#1|) 43) (($ (-594 (-2 (|:| -2663 |#1|) (|:| -2897 |#2|)))) 11)) (-3425 (((-594 |#1|) $) 41)) (-3411 ((|#1| $ |#2|) 88)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 12 T CONST)) (-3374 (($) 33 T CONST)) (-2747 (((-110) $ $) 80)) (-2863 (($ $) 47) (($ $ $) NIL)) (-2850 (($ $ $) 26)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 52) (($ $ $) 90) (($ |#1| $) 49 (|has| |#1| (-162))) (($ $ |#1|) NIL (|has| |#1| (-162)))))
+(((-680 |#1| |#2|) (-13 (-979) (-970 |#2|) (-970 |#1|) (-10 -8 (-15 -2829 ($ |#1| |#2|)) (-15 -3411 (|#1| $ |#2|)) (-15 -4118 ($ (-594 (-2 (|:| -2663 |#1|) (|:| -2897 |#2|))))) (-15 -2199 ((-594 (-2 (|:| -2663 |#1|) (|:| -2897 |#2|))) $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (-15 -4170 ((-110) $)) (-15 -3425 ((-594 |#1|) $)) (-15 -2684 ((-594 $) $)) (-15 -2296 ((-715) $)) (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-162)) (-6 (-37 |#1|)) |%noBranch|) (IF (|has| |#1| (-348)) (IF (|has| |#2| (-348)) (-6 (-348)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-791)) (PROGN (-15 -2990 (|#2| $)) (-15 -3004 (|#1| $)) (-15 -3033 ($ $))) |%noBranch|))) (-979) (-671)) (T -680))
+((-2829 (*1 *1 *2 *3) (-12 (-5 *1 (-680 *2 *3)) (-4 *2 (-979)) (-4 *3 (-671)))) (-3411 (*1 *2 *1 *3) (-12 (-4 *2 (-979)) (-5 *1 (-680 *2 *3)) (-4 *3 (-671)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| -2663 *3) (|:| -2897 *4)))) (-4 *3 (-979)) (-4 *4 (-671)) (-5 *1 (-680 *3 *4)))) (-2199 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| -2663 *3) (|:| -2897 *4)))) (-5 *1 (-680 *3 *4)) (-4 *3 (-979)) (-4 *4 (-671)))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-680 *3 *4)) (-4 *4 (-671)))) (-4170 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-680 *3 *4)) (-4 *3 (-979)) (-4 *4 (-671)))) (-3425 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-680 *3 *4)) (-4 *3 (-979)) (-4 *4 (-671)))) (-2684 (*1 *2 *1) (-12 (-5 *2 (-594 (-680 *3 *4))) (-5 *1 (-680 *3 *4)) (-4 *3 (-979)) (-4 *4 (-671)))) (-2296 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-680 *3 *4)) (-4 *3 (-979)) (-4 *4 (-671)))) (-2990 (*1 *2 *1) (-12 (-4 *2 (-671)) (-4 *2 (-791)) (-5 *1 (-680 *3 *2)) (-4 *3 (-979)))) (-3004 (*1 *2 *1) (-12 (-4 *2 (-979)) (-5 *1 (-680 *2 *3)) (-4 *3 (-791)) (-4 *3 (-671)))) (-3033 (*1 *1 *1) (-12 (-5 *1 (-680 *2 *3)) (-4 *3 (-791)) (-4 *2 (-979)) (-4 *3 (-671)))))
+(-13 (-979) (-970 |#2|) (-970 |#1|) (-10 -8 (-15 -2829 ($ |#1| |#2|)) (-15 -3411 (|#1| $ |#2|)) (-15 -4118 ($ (-594 (-2 (|:| -2663 |#1|) (|:| -2897 |#2|))))) (-15 -2199 ((-594 (-2 (|:| -2663 |#1|) (|:| -2897 |#2|))) $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (-15 -4170 ((-110) $)) (-15 -3425 ((-594 |#1|) $)) (-15 -2684 ((-594 $) $)) (-15 -2296 ((-715) $)) (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-162)) (-6 (-37 |#1|)) |%noBranch|) (IF (|has| |#1| (-348)) (IF (|has| |#2| (-348)) (-6 (-348)) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-791)) (PROGN (-15 -2990 (|#2| $)) (-15 -3004 (|#1| $)) (-15 -3033 ($ $))) |%noBranch|)))
+((-4105 (((-110) $ $) 19)) (-1704 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-3576 (($ $ $) 72)) (-2306 (((-110) $ $) 73)) (-1731 (((-110) $ (-715)) 8)) (-2787 (($ (-594 |#1|)) 68) (($) 67)) (-1920 (($ (-1 (-110) |#1|) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-3802 (($ $) 62)) (-1702 (($ $) 58 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ |#1| $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 46 (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) 57 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 54 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3397 (((-110) $ $) 64)) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22)) (-2984 (($ $ $) 69)) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40) (($ |#1| $ (-715)) 63)) (-4024 (((-1041) $) 21)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 51)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3144 (((-594 (-2 (|:| -3484 |#1|) (|:| -4034 (-715)))) $) 61)) (-2457 (($ $ |#1|) 71) (($ $ $) 70)) (-2261 (($) 49) (($ (-594 |#1|)) 48)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 50)) (-4118 (((-800) $) 18)) (-2162 (($ (-594 |#1|)) 66) (($) 65)) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20)) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-681 |#1|) (-133) (-1022)) (T -681))
+NIL
+(-13 (-639 |t#1|) (-1020 |t#1|))
+(((-33) . T) ((-104 |#1|) . T) ((-99) . T) ((-568 (-800)) . T) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-217 |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-639 |#1|) . T) ((-1020 |#1|) . T) ((-1022) . T) ((-1130) . T))
+((-4105 (((-110) $ $) NIL)) (-1704 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 76)) (-3576 (($ $ $) 79)) (-2306 (((-110) $ $) 83)) (-1731 (((-110) $ (-715)) NIL)) (-2787 (($ (-594 |#1|)) 24) (($) 16)) (-1920 (($ (-1 (-110) |#1|) $) 70 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-3802 (($ $) 71)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) 61 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 64 (|has| $ (-6 -4261))) (($ |#1| $ (-527)) 62) (($ (-1 (-110) |#1|) $ (-527)) 65)) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (($ |#1| $ (-527)) 67) (($ (-1 (-110) |#1|) $ (-527)) 68)) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 32 (|has| $ (-6 -4261)))) (-3397 (((-110) $ $) 82)) (-1946 (($) 14) (($ |#1|) 26) (($ (-594 |#1|)) 21)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) 38)) (-2817 (((-110) |#1| $) 58 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) 74 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 75)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2984 (($ $ $) 77)) (-3368 ((|#1| $) 55)) (-3204 (($ |#1| $) 56) (($ |#1| $ (-715)) 72)) (-4024 (((-1041) $) NIL)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1877 ((|#1| $) 54)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 50)) (-2453 (($) 13)) (-3144 (((-594 (-2 (|:| -3484 |#1|) (|:| -4034 (-715)))) $) 48)) (-2457 (($ $ |#1|) NIL) (($ $ $) 78)) (-2261 (($) 15) (($ (-594 |#1|)) 23)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) 60 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 66)) (-2051 (((-503) $) 36 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 20)) (-4118 (((-800) $) 44)) (-2162 (($ (-594 |#1|)) 25) (($) 17)) (-3557 (($ (-594 |#1|)) 22)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 81)) (-2809 (((-715) $) 59 (|has| $ (-6 -4261)))))
+(((-682 |#1|) (-13 (-681 |#1|) (-10 -8 (-6 -4261) (-6 -4262) (-15 -1946 ($)) (-15 -1946 ($ |#1|)) (-15 -1946 ($ (-594 |#1|))) (-15 -2063 ((-594 |#1|) $)) (-15 -2659 ($ |#1| $ (-527))) (-15 -2659 ($ (-1 (-110) |#1|) $ (-527))) (-15 -3373 ($ |#1| $ (-527))) (-15 -3373 ($ (-1 (-110) |#1|) $ (-527))))) (-1022)) (T -682))
+((-1946 (*1 *1) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1022)))) (-1946 (*1 *1 *2) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1022)))) (-1946 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-682 *3)))) (-2063 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1022)))) (-2659 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-682 *2)) (-4 *2 (-1022)))) (-2659 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-110) *4)) (-5 *3 (-527)) (-4 *4 (-1022)) (-5 *1 (-682 *4)))) (-3373 (*1 *1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-682 *2)) (-4 *2 (-1022)))) (-3373 (*1 *1 *2 *1 *3) (-12 (-5 *2 (-1 (-110) *4)) (-5 *3 (-527)) (-4 *4 (-1022)) (-5 *1 (-682 *4)))))
+(-13 (-681 |#1|) (-10 -8 (-6 -4261) (-6 -4262) (-15 -1946 ($)) (-15 -1946 ($ |#1|)) (-15 -1946 ($ (-594 |#1|))) (-15 -2063 ((-594 |#1|) $)) (-15 -2659 ($ |#1| $ (-527))) (-15 -2659 ($ (-1 (-110) |#1|) $ (-527))) (-15 -3373 ($ |#1| $ (-527))) (-15 -3373 ($ (-1 (-110) |#1|) $ (-527)))))
+((-1404 (((-1181) (-1077)) 8)))
+(((-683) (-10 -7 (-15 -1404 ((-1181) (-1077))))) (T -683))
+((-1404 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-683)))))
+(-10 -7 (-15 -1404 ((-1181) (-1077))))
+((-2705 (((-594 |#1|) (-594 |#1|) (-594 |#1|)) 10)))
+(((-684 |#1|) (-10 -7 (-15 -2705 ((-594 |#1|) (-594 |#1|) (-594 |#1|)))) (-791)) (T -684))
+((-2705 (*1 *2 *2 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-684 *3)))))
+(-10 -7 (-15 -2705 ((-594 |#1|) (-594 |#1|) (-594 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 |#2|) $) 136)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 129 (|has| |#1| (-519)))) (-3931 (($ $) 128 (|has| |#1| (-519)))) (-3938 (((-110) $) 126 (|has| |#1| (-519)))) (-1481 (($ $) 85 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 68 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) 19)) (-2713 (($ $) 67 (|has| |#1| (-37 (-387 (-527)))))) (-1461 (($ $) 84 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 69 (|has| |#1| (-37 (-387 (-527)))))) (-1504 (($ $) 83 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 70 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) 17 T CONST)) (-3033 (($ $) 120)) (-3714 (((-3 $ "failed") $) 34)) (-3270 (((-889 |#1|) $ (-715)) 98) (((-889 |#1|) $ (-715) (-715)) 97)) (-3648 (((-110) $) 137)) (-4146 (($) 95 (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-715) $ |#2|) 100) (((-715) $ |#2| (-715)) 99)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 66 (|has| |#1| (-37 (-387 (-527)))))) (-4170 (((-110) $) 118)) (-2829 (($ $ (-594 |#2|) (-594 (-499 |#2|))) 135) (($ $ |#2| (-499 |#2|)) 134) (($ |#1| (-499 |#2|)) 119) (($ $ |#2| (-715)) 102) (($ $ (-594 |#2|) (-594 (-715))) 101)) (-1998 (($ (-1 |#1| |#1|) $) 117)) (-2495 (($ $) 92 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) 115)) (-3004 ((|#1| $) 114)) (-2416 (((-1077) $) 9)) (-1467 (($ $ |#2|) 96 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) 10)) (-3469 (($ $ (-715)) 103)) (-1305 (((-3 $ "failed") $ $) 130 (|has| |#1| (-519)))) (-1724 (($ $) 93 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (($ $ |#2| $) 111) (($ $ (-594 |#2|) (-594 $)) 110) (($ $ (-594 (-275 $))) 109) (($ $ (-275 $)) 108) (($ $ $ $) 107) (($ $ (-594 $) (-594 $)) 106)) (-4234 (($ $ |#2|) 42) (($ $ (-594 |#2|)) 41) (($ $ |#2| (-715)) 40) (($ $ (-594 |#2|) (-594 (-715))) 39)) (-4115 (((-499 |#2|) $) 116)) (-1513 (($ $) 82 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 71 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 81 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 72 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 80 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 73 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 138)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 133 (|has| |#1| (-162))) (($ $) 131 (|has| |#1| (-519))) (($ (-387 (-527))) 123 (|has| |#1| (-37 (-387 (-527)))))) (-3411 ((|#1| $ (-499 |#2|)) 121) (($ $ |#2| (-715)) 105) (($ $ (-594 |#2|) (-594 (-715))) 104)) (-3470 (((-3 $ "failed") $) 132 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-1551 (($ $) 91 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 79 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) 127 (|has| |#1| (-519)))) (-1526 (($ $) 90 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 78 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 89 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 77 (|has| |#1| (-37 (-387 (-527)))))) (-2837 (($ $) 88 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 76 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 87 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 75 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 86 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 74 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ |#2|) 38) (($ $ (-594 |#2|)) 37) (($ $ |#2| (-715)) 36) (($ $ (-594 |#2|) (-594 (-715))) 35)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 122 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ $) 94 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 65 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 125 (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) 124 (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 113) (($ $ |#1|) 112)))
+(((-685 |#1| |#2|) (-133) (-979) (-791)) (T -685))
+((-3411 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *2)) (-4 *4 (-979)) (-4 *2 (-791)))) (-3411 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *5)) (-5 *3 (-594 (-715))) (-4 *1 (-685 *4 *5)) (-4 *4 (-979)) (-4 *5 (-791)))) (-3469 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-685 *3 *4)) (-4 *3 (-979)) (-4 *4 (-791)))) (-2829 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *2)) (-4 *4 (-979)) (-4 *2 (-791)))) (-2829 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *5)) (-5 *3 (-594 (-715))) (-4 *1 (-685 *4 *5)) (-4 *4 (-979)) (-4 *5 (-791)))) (-2050 (*1 *2 *1 *3) (-12 (-4 *1 (-685 *4 *3)) (-4 *4 (-979)) (-4 *3 (-791)) (-5 *2 (-715)))) (-2050 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-715)) (-4 *1 (-685 *4 *3)) (-4 *4 (-979)) (-4 *3 (-791)))) (-3270 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *5)) (-4 *4 (-979)) (-4 *5 (-791)) (-5 *2 (-889 *4)))) (-3270 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *5)) (-4 *4 (-979)) (-4 *5 (-791)) (-5 *2 (-889 *4)))) (-1467 (*1 *1 *1 *2) (-12 (-4 *1 (-685 *3 *2)) (-4 *3 (-979)) (-4 *2 (-791)) (-4 *3 (-37 (-387 (-527)))))))
+(-13 (-837 |t#2|) (-908 |t#1| (-499 |t#2|) |t#2|) (-488 |t#2| $) (-290 $) (-10 -8 (-15 -3411 ($ $ |t#2| (-715))) (-15 -3411 ($ $ (-594 |t#2|) (-594 (-715)))) (-15 -3469 ($ $ (-715))) (-15 -2829 ($ $ |t#2| (-715))) (-15 -2829 ($ $ (-594 |t#2|) (-594 (-715)))) (-15 -2050 ((-715) $ |t#2|)) (-15 -2050 ((-715) $ |t#2| (-715))) (-15 -3270 ((-889 |t#1|) $ (-715))) (-15 -3270 ((-889 |t#1|) $ (-715) (-715))) (IF (|has| |t#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $ |t#2|)) (-6 (-936)) (-6 (-1116))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-499 |#2|)) . T) ((-25) . T) ((-37 #1=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) |has| |#1| (-519)) ((-34) |has| |#1| (-37 (-387 (-527)))) ((-93) |has| |#1| (-37 (-387 (-527)))) ((-99) . T) ((-109 #1# #1#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-265) |has| |#1| (-37 (-387 (-527)))) ((-271) |has| |#1| (-519)) ((-290 $) . T) ((-468) |has| |#1| (-37 (-387 (-527)))) ((-488 |#2| $) . T) ((-488 $ $) . T) ((-519) |has| |#1| (-519)) ((-596 #1#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #1#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) |has| |#1| (-519)) ((-671) . T) ((-837 |#2|) . T) ((-908 |#1| #0# |#2|) . T) ((-936) |has| |#1| (-37 (-387 (-527)))) ((-985 #1#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1116) |has| |#1| (-37 (-387 (-527)))) ((-1119) |has| |#1| (-37 (-387 (-527)))))
+((-2700 (((-398 (-1090 |#4|)) (-1090 |#4|)) 30) (((-398 |#4|) |#4|) 26)))
+(((-686 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2700 ((-398 |#4|) |#4|)) (-15 -2700 ((-398 (-1090 |#4|)) (-1090 |#4|)))) (-791) (-737) (-13 (-288) (-140)) (-886 |#3| |#2| |#1|)) (T -686))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-13 (-288) (-140))) (-4 *7 (-886 *6 *5 *4)) (-5 *2 (-398 (-1090 *7))) (-5 *1 (-686 *4 *5 *6 *7)) (-5 *3 (-1090 *7)))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-13 (-288) (-140))) (-5 *2 (-398 *3)) (-5 *1 (-686 *4 *5 *6 *3)) (-4 *3 (-886 *6 *5 *4)))))
+(-10 -7 (-15 -2700 ((-398 |#4|) |#4|)) (-15 -2700 ((-398 (-1090 |#4|)) (-1090 |#4|))))
+((-1535 (((-398 |#4|) |#4| |#2|) 118)) (-1621 (((-398 |#4|) |#4|) NIL)) (-3488 (((-398 (-1090 |#4|)) (-1090 |#4|)) 109) (((-398 |#4|) |#4|) 40)) (-2402 (((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-594 (-2 (|:| -2700 (-1090 |#4|)) (|:| -3148 (-527)))))) (-1090 |#4|) (-594 |#2|) (-594 (-594 |#3|))) 68)) (-3772 (((-1090 |#3|) (-1090 |#3|) (-527)) 136)) (-2085 (((-594 (-715)) (-1090 |#4|) (-594 |#2|) (-715)) 60)) (-2718 (((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-1090 |#3|) (-1090 |#3|) |#4| (-594 |#2|) (-594 (-715)) (-594 |#3|)) 64)) (-1743 (((-2 (|:| |upol| (-1090 |#3|)) (|:| |Lval| (-594 |#3|)) (|:| |Lfact| (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527))))) (|:| |ctpol| |#3|)) (-1090 |#4|) (-594 |#2|) (-594 (-594 |#3|))) 25)) (-1717 (((-2 (|:| -1233 (-1090 |#4|)) (|:| |polval| (-1090 |#3|))) (-1090 |#4|) (-1090 |#3|) (-527)) 56)) (-1660 (((-527) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527))))) 133)) (-1789 ((|#4| (-527) (-398 |#4|)) 57)) (-1629 (((-110) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527)))) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527))))) NIL)))
+(((-687 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3488 ((-398 |#4|) |#4|)) (-15 -3488 ((-398 (-1090 |#4|)) (-1090 |#4|))) (-15 -1621 ((-398 |#4|) |#4|)) (-15 -1660 ((-527) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527)))))) (-15 -1535 ((-398 |#4|) |#4| |#2|)) (-15 -1717 ((-2 (|:| -1233 (-1090 |#4|)) (|:| |polval| (-1090 |#3|))) (-1090 |#4|) (-1090 |#3|) (-527))) (-15 -2402 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-594 (-2 (|:| -2700 (-1090 |#4|)) (|:| -3148 (-527)))))) (-1090 |#4|) (-594 |#2|) (-594 (-594 |#3|)))) (-15 -1743 ((-2 (|:| |upol| (-1090 |#3|)) (|:| |Lval| (-594 |#3|)) (|:| |Lfact| (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527))))) (|:| |ctpol| |#3|)) (-1090 |#4|) (-594 |#2|) (-594 (-594 |#3|)))) (-15 -1789 (|#4| (-527) (-398 |#4|))) (-15 -1629 ((-110) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527)))) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527)))))) (-15 -2718 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-1090 |#3|) (-1090 |#3|) |#4| (-594 |#2|) (-594 (-715)) (-594 |#3|))) (-15 -2085 ((-594 (-715)) (-1090 |#4|) (-594 |#2|) (-715))) (-15 -3772 ((-1090 |#3|) (-1090 |#3|) (-527)))) (-737) (-791) (-288) (-886 |#3| |#1| |#2|)) (T -687))
+((-3772 (*1 *2 *2 *3) (-12 (-5 *2 (-1090 *6)) (-5 *3 (-527)) (-4 *6 (-288)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-687 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5)))) (-2085 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1090 *9)) (-5 *4 (-594 *7)) (-4 *7 (-791)) (-4 *9 (-886 *8 *6 *7)) (-4 *6 (-737)) (-4 *8 (-288)) (-5 *2 (-594 (-715))) (-5 *1 (-687 *6 *7 *8 *9)) (-5 *5 (-715)))) (-2718 (*1 *2 *3 *4 *4 *5 *6 *7 *8) (|partial| -12 (-5 *4 (-1090 *11)) (-5 *6 (-594 *10)) (-5 *7 (-594 (-715))) (-5 *8 (-594 *11)) (-4 *10 (-791)) (-4 *11 (-288)) (-4 *9 (-737)) (-4 *5 (-886 *11 *9 *10)) (-5 *2 (-594 (-1090 *5))) (-5 *1 (-687 *9 *10 *11 *5)) (-5 *3 (-1090 *5)))) (-1629 (*1 *2 *3 *3) (-12 (-5 *3 (-594 (-2 (|:| -2700 (-1090 *6)) (|:| -3148 (-527))))) (-4 *6 (-288)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)) (-5 *1 (-687 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5)))) (-1789 (*1 *2 *3 *4) (-12 (-5 *3 (-527)) (-5 *4 (-398 *2)) (-4 *2 (-886 *7 *5 *6)) (-5 *1 (-687 *5 *6 *7 *2)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-288)))) (-1743 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1090 *9)) (-5 *4 (-594 *7)) (-5 *5 (-594 (-594 *8))) (-4 *7 (-791)) (-4 *8 (-288)) (-4 *9 (-886 *8 *6 *7)) (-4 *6 (-737)) (-5 *2 (-2 (|:| |upol| (-1090 *8)) (|:| |Lval| (-594 *8)) (|:| |Lfact| (-594 (-2 (|:| -2700 (-1090 *8)) (|:| -3148 (-527))))) (|:| |ctpol| *8))) (-5 *1 (-687 *6 *7 *8 *9)))) (-2402 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-594 *7)) (-5 *5 (-594 (-594 *8))) (-4 *7 (-791)) (-4 *8 (-288)) (-4 *6 (-737)) (-4 *9 (-886 *8 *6 *7)) (-5 *2 (-2 (|:| |unitPart| *9) (|:| |suPart| (-594 (-2 (|:| -2700 (-1090 *9)) (|:| -3148 (-527))))))) (-5 *1 (-687 *6 *7 *8 *9)) (-5 *3 (-1090 *9)))) (-1717 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-527)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-288)) (-4 *9 (-886 *8 *6 *7)) (-5 *2 (-2 (|:| -1233 (-1090 *9)) (|:| |polval| (-1090 *8)))) (-5 *1 (-687 *6 *7 *8 *9)) (-5 *3 (-1090 *9)) (-5 *4 (-1090 *8)))) (-1535 (*1 *2 *3 *4) (-12 (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-288)) (-5 *2 (-398 *3)) (-5 *1 (-687 *5 *4 *6 *3)) (-4 *3 (-886 *6 *5 *4)))) (-1660 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -2700 (-1090 *6)) (|:| -3148 (-527))))) (-4 *6 (-288)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-527)) (-5 *1 (-687 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5)))) (-1621 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)) (-5 *2 (-398 *3)) (-5 *1 (-687 *4 *5 *6 *3)) (-4 *3 (-886 *6 *4 *5)))) (-3488 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-398 (-1090 *7))) (-5 *1 (-687 *4 *5 *6 *7)) (-5 *3 (-1090 *7)))) (-3488 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)) (-5 *2 (-398 *3)) (-5 *1 (-687 *4 *5 *6 *3)) (-4 *3 (-886 *6 *4 *5)))))
+(-10 -7 (-15 -3488 ((-398 |#4|) |#4|)) (-15 -3488 ((-398 (-1090 |#4|)) (-1090 |#4|))) (-15 -1621 ((-398 |#4|) |#4|)) (-15 -1660 ((-527) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527)))))) (-15 -1535 ((-398 |#4|) |#4| |#2|)) (-15 -1717 ((-2 (|:| -1233 (-1090 |#4|)) (|:| |polval| (-1090 |#3|))) (-1090 |#4|) (-1090 |#3|) (-527))) (-15 -2402 ((-2 (|:| |unitPart| |#4|) (|:| |suPart| (-594 (-2 (|:| -2700 (-1090 |#4|)) (|:| -3148 (-527)))))) (-1090 |#4|) (-594 |#2|) (-594 (-594 |#3|)))) (-15 -1743 ((-2 (|:| |upol| (-1090 |#3|)) (|:| |Lval| (-594 |#3|)) (|:| |Lfact| (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527))))) (|:| |ctpol| |#3|)) (-1090 |#4|) (-594 |#2|) (-594 (-594 |#3|)))) (-15 -1789 (|#4| (-527) (-398 |#4|))) (-15 -1629 ((-110) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527)))) (-594 (-2 (|:| -2700 (-1090 |#3|)) (|:| -3148 (-527)))))) (-15 -2718 ((-3 (-594 (-1090 |#4|)) "failed") (-1090 |#4|) (-1090 |#3|) (-1090 |#3|) |#4| (-594 |#2|) (-594 (-715)) (-594 |#3|))) (-15 -2085 ((-594 (-715)) (-1090 |#4|) (-594 |#2|) (-715))) (-15 -3772 ((-1090 |#3|) (-1090 |#3|) (-527))))
+((-1213 (($ $ (-858)) 12)))
+(((-688 |#1| |#2|) (-10 -8 (-15 -1213 (|#1| |#1| (-858)))) (-689 |#2|) (-162)) (T -688))
+NIL
+(-10 -8 (-15 -1213 (|#1| |#1| (-858))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3464 (($ $ (-858)) 28)) (-1213 (($ $ (-858)) 33)) (-3223 (($ $ (-858)) 29)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2170 (($ $ $) 25)) (-4118 (((-800) $) 11)) (-3384 (($ $ $ $) 26)) (-4056 (($ $ $) 24)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 30)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 27) (($ $ |#1|) 35) (($ |#1| $) 34)))
+(((-689 |#1|) (-133) (-162)) (T -689))
+((-1213 (*1 *1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-689 *3)) (-4 *3 (-162)))))
+(-13 (-706) (-662 |t#1|) (-10 -8 (-15 -1213 ($ $ (-858)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-662 |#1|) . T) ((-665) . T) ((-706) . T) ((-985 |#1|) . T) ((-1022) . T))
+((-2022 (((-968) (-634 (-207)) (-527) (-110) (-527)) 25)) (-3519 (((-968) (-634 (-207)) (-527) (-110) (-527)) 24)))
+(((-690) (-10 -7 (-15 -3519 ((-968) (-634 (-207)) (-527) (-110) (-527))) (-15 -2022 ((-968) (-634 (-207)) (-527) (-110) (-527))))) (T -690))
+((-2022 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-110)) (-5 *2 (-968)) (-5 *1 (-690)))) (-3519 (*1 *2 *3 *4 *5 *4) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-110)) (-5 *2 (-968)) (-5 *1 (-690)))))
+(-10 -7 (-15 -3519 ((-968) (-634 (-207)) (-527) (-110) (-527))) (-15 -2022 ((-968) (-634 (-207)) (-527) (-110) (-527))))
+((-2698 (((-968) (-527) (-527) (-527) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-72 FCN)))) 43)) (-1414 (((-968) (-527) (-527) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-79 FCN)))) 39)) (-3783 (((-968) (-207) (-207) (-207) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) 32)))
+(((-691) (-10 -7 (-15 -3783 ((-968) (-207) (-207) (-207) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -1414 ((-968) (-527) (-527) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-79 FCN))))) (-15 -2698 ((-968) (-527) (-527) (-527) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-72 FCN))))))) (T -691))
+((-2698 (*1 *2 *3 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-72 FCN)))) (-5 *2 (-968)) (-5 *1 (-691)))) (-1414 (*1 *2 *3 *3 *4 *5 *3 *6) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-79 FCN)))) (-5 *2 (-968)) (-5 *1 (-691)))) (-3783 (*1 *2 *3 *3 *3 *3 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968)) (-5 *1 (-691)))))
+(-10 -7 (-15 -3783 ((-968) (-207) (-207) (-207) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -1414 ((-968) (-527) (-527) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-79 FCN))))) (-15 -2698 ((-968) (-527) (-527) (-527) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-72 FCN))))))
+((-3115 (((-968) (-527) (-527) (-634 (-207)) (-527)) 34)) (-1292 (((-968) (-527) (-527) (-634 (-207)) (-527)) 33)) (-3596 (((-968) (-527) (-634 (-207)) (-527)) 32)) (-4080 (((-968) (-527) (-634 (-207)) (-527)) 31)) (-4182 (((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 30)) (-1251 (((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 29)) (-1740 (((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-527)) 28)) (-2407 (((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-527)) 27)) (-3119 (((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527)) 24)) (-3060 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-527)) 23)) (-4021 (((-968) (-527) (-634 (-207)) (-527)) 22)) (-3081 (((-968) (-527) (-634 (-207)) (-527)) 21)))
+(((-692) (-10 -7 (-15 -3081 ((-968) (-527) (-634 (-207)) (-527))) (-15 -4021 ((-968) (-527) (-634 (-207)) (-527))) (-15 -3060 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3119 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2407 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1740 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1251 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -4182 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -4080 ((-968) (-527) (-634 (-207)) (-527))) (-15 -3596 ((-968) (-527) (-634 (-207)) (-527))) (-15 -1292 ((-968) (-527) (-527) (-634 (-207)) (-527))) (-15 -3115 ((-968) (-527) (-527) (-634 (-207)) (-527))))) (T -692))
+((-3115 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-1292 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-3596 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-4080 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-4182 (*1 *2 *3 *3 *4 *5 *5 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-1251 (*1 *2 *3 *3 *4 *5 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-1740 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-2407 (*1 *2 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-3119 (*1 *2 *3 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-3060 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-4021 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))) (-3081 (*1 *2 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-692)))))
+(-10 -7 (-15 -3081 ((-968) (-527) (-634 (-207)) (-527))) (-15 -4021 ((-968) (-527) (-634 (-207)) (-527))) (-15 -3060 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3119 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2407 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1740 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1251 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -4182 ((-968) (-527) (-527) (-1077) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -4080 ((-968) (-527) (-634 (-207)) (-527))) (-15 -3596 ((-968) (-527) (-634 (-207)) (-527))) (-15 -1292 ((-968) (-527) (-527) (-634 (-207)) (-527))) (-15 -3115 ((-968) (-527) (-527) (-634 (-207)) (-527))))
+((-4173 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-207) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN)))) 52)) (-2216 (((-968) (-634 (-207)) (-634 (-207)) (-527) (-527)) 51)) (-3765 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN)))) 50)) (-3053 (((-968) (-207) (-207) (-527) (-527) (-527) (-527)) 46)) (-2938 (((-968) (-207) (-207) (-527) (-207) (-527) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) 45)) (-1892 (((-968) (-207) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) 44)) (-2344 (((-968) (-207) (-207) (-207) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) 43)) (-2049 (((-968) (-207) (-207) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) 42)) (-2147 (((-968) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) 38)) (-4193 (((-968) (-207) (-207) (-527) (-634 (-207)) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) 37)) (-1544 (((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) 33)) (-1370 (((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) 32)))
+(((-693) (-10 -7 (-15 -1370 ((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -1544 ((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -4193 ((-968) (-207) (-207) (-527) (-634 (-207)) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -2147 ((-968) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -2049 ((-968) (-207) (-207) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -2344 ((-968) (-207) (-207) (-207) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -1892 ((-968) (-207) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -2938 ((-968) (-207) (-207) (-527) (-207) (-527) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -3053 ((-968) (-207) (-207) (-527) (-527) (-527) (-527))) (-15 -3765 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN))))) (-15 -2216 ((-968) (-634 (-207)) (-634 (-207)) (-527) (-527))) (-15 -4173 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-207) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN))))))) (T -693))
+((-4173 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-2216 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-693)))) (-3765 (*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-3053 (*1 *2 *3 *3 *4 *4 *4 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-693)))) (-2938 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-1892 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-2344 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-2049 (*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-2147 (*1 *2 *3 *4 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-4193 (*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6) (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-693)))) (-1544 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968)) (-5 *1 (-693)))) (-1370 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968)) (-5 *1 (-693)))))
+(-10 -7 (-15 -1370 ((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -1544 ((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -4193 ((-968) (-207) (-207) (-527) (-634 (-207)) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -2147 ((-968) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819))))) (-15 -2049 ((-968) (-207) (-207) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -2344 ((-968) (-207) (-207) (-207) (-207) (-527) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -1892 ((-968) (-207) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -2938 ((-968) (-207) (-207) (-527) (-207) (-527) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G))))) (-15 -3053 ((-968) (-207) (-207) (-527) (-527) (-527) (-527))) (-15 -3765 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-207) (-527) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN))))) (-15 -2216 ((-968) (-634 (-207)) (-634 (-207)) (-527) (-527))) (-15 -4173 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-207) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN))))))
+((-1580 (((-968) (-527) (-527) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-73 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-368)) (|:| |fp| (-74 G JACOBG JACGEP)))) 76)) (-3486 (((-968) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL))) (-368) (-368)) 69) (((-968) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL)))) 68)) (-4175 (((-968) (-207) (-207) (-527) (-207) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-82 FCNF))) (-3 (|:| |fn| (-368)) (|:| |fp| (-83 FCNG)))) 57)) (-3111 (((-968) (-634 (-207)) (-634 (-207)) (-527) (-207) (-207) (-207) (-527) (-527) (-527) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) 50)) (-3530 (((-968) (-207) (-527) (-527) (-1077) (-527) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-69 PEDERV))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT)))) 49)) (-3921 (((-968) (-207) (-527) (-527) (-207) (-1077) (-207) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT)))) 45)) (-2725 (((-968) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) 42)) (-1264 (((-968) (-207) (-527) (-527) (-527) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT)))) 38)))
+(((-694) (-10 -7 (-15 -1264 ((-968) (-207) (-527) (-527) (-527) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))) (-15 -2725 ((-968) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))))) (-15 -3921 ((-968) (-207) (-527) (-527) (-207) (-1077) (-207) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))) (-15 -3530 ((-968) (-207) (-527) (-527) (-1077) (-527) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-69 PEDERV))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))) (-15 -3111 ((-968) (-634 (-207)) (-634 (-207)) (-527) (-207) (-207) (-207) (-527) (-527) (-527) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))))) (-15 -4175 ((-968) (-207) (-207) (-527) (-207) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-82 FCNF))) (-3 (|:| |fn| (-368)) (|:| |fp| (-83 FCNG))))) (-15 -3486 ((-968) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL))))) (-15 -3486 ((-968) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL))) (-368) (-368))) (-15 -1580 ((-968) (-527) (-527) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-73 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-368)) (|:| |fp| (-74 G JACOBG JACGEP))))))) (T -694))
+((-1580 (*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-73 FCN JACOBF JACEPS)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-74 G JACOBG JACGEP)))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))) (-3486 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-207)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL)))) (-5 *8 (-368)) (-5 *2 (-968)) (-5 *1 (-694)))) (-3486 (*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-207)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL)))) (-5 *2 (-968)) (-5 *1 (-694)))) (-4175 (*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7) (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-82 FCNF)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-83 FCNG)))) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))) (-3111 (*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-207)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) (-5 *2 (-968)) (-5 *1 (-694)))) (-3530 (*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10) (-12 (-5 *4 (-527)) (-5 *5 (-1077)) (-5 *6 (-634 (-207))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G)))) (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) (-5 *9 (-3 (|:| |fn| (-368)) (|:| |fp| (-69 PEDERV)))) (-5 *10 (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT)))) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))) (-3921 (*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9) (-12 (-5 *4 (-527)) (-5 *5 (-1077)) (-5 *6 (-634 (-207))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G)))) (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) (-5 *9 (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT)))) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))) (-2725 (*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))) (-1264 (*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7) (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT)))) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))))
+(-10 -7 (-15 -1264 ((-968) (-207) (-527) (-527) (-527) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))) (-15 -2725 ((-968) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))))) (-15 -3921 ((-968) (-207) (-527) (-527) (-207) (-1077) (-207) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))) (-15 -3530 ((-968) (-207) (-527) (-527) (-1077) (-527) (-207) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-69 PEDERV))) (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))) (-15 -3111 ((-968) (-634 (-207)) (-634 (-207)) (-527) (-207) (-207) (-207) (-527) (-527) (-527) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))))) (-15 -4175 ((-968) (-207) (-207) (-527) (-207) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-82 FCNF))) (-3 (|:| |fn| (-368)) (|:| |fp| (-83 FCNG))))) (-15 -3486 ((-968) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL))))) (-15 -3486 ((-968) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL))) (-368) (-368))) (-15 -1580 ((-968) (-527) (-527) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-73 FCN JACOBF JACEPS))) (-3 (|:| |fn| (-368)) (|:| |fp| (-74 G JACOBG JACGEP))))))
+((-2206 (((-968) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-622 (-207)) (-527)) 45)) (-1922 (((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-1077) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-80 PDEF))) (-3 (|:| |fn| (-368)) (|:| |fp| (-81 BNDY)))) 41)) (-3504 (((-968) (-527) (-527) (-527) (-527) (-207) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 23)))
+(((-695) (-10 -7 (-15 -3504 ((-968) (-527) (-527) (-527) (-527) (-207) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1922 ((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-1077) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-80 PDEF))) (-3 (|:| |fn| (-368)) (|:| |fp| (-81 BNDY))))) (-15 -2206 ((-968) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-622 (-207)) (-527))))) (T -695))
+((-2206 (*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 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-622 (-207))) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-695)))) (-1922 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-1077)) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-80 PDEF)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-81 BNDY)))) (-5 *2 (-968)) (-5 *1 (-695)))) (-3504 (*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-695)))))
+(-10 -7 (-15 -3504 ((-968) (-527) (-527) (-527) (-527) (-207) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1922 ((-968) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-1077) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-80 PDEF))) (-3 (|:| |fn| (-368)) (|:| |fp| (-81 BNDY))))) (-15 -2206 ((-968) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-622 (-207)) (-527))))
+((-3894 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-634 (-207)) (-207) (-207) (-527)) 35)) (-3915 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-207) (-207) (-527)) 34)) (-1975 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-634 (-207)) (-207) (-207) (-527)) 33)) (-3776 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 29)) (-3214 (((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 28)) (-3401 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527)) 27)) (-3617 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-527)) 24)) (-1618 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-527)) 23)) (-3508 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-527)) 22)) (-1726 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527)) 21)))
+(((-696) (-10 -7 (-15 -1726 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527))) (-15 -3508 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1618 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -3617 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -3401 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527))) (-15 -3214 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3776 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1975 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-634 (-207)) (-207) (-207) (-527))) (-15 -3915 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-207) (-207) (-527))) (-15 -3894 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-634 (-207)) (-207) (-207) (-527))))) (T -696))
+((-3894 (*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *2 (-968)) (-5 *1 (-696)))) (-3915 (*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *2 (-968)) (-5 *1 (-696)))) (-1975 (*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3) (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *6 (-207)) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-696)))) (-3776 (*1 *2 *3 *4 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-696)))) (-3214 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-696)))) (-3401 (*1 *2 *3 *4 *4 *4 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *2 (-968)) (-5 *1 (-696)))) (-3617 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-696)))) (-1618 (*1 *2 *3 *4 *4 *4 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-696)))) (-3508 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-696)))) (-1726 (*1 *2 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-696)))))
+(-10 -7 (-15 -1726 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527))) (-15 -3508 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1618 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -3617 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -3401 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-207) (-527))) (-15 -3214 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3776 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1975 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-634 (-207)) (-207) (-207) (-527))) (-15 -3915 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-207) (-207) (-527))) (-15 -3894 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-634 (-207)) (-207) (-207) (-527))))
+((-2326 (((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527)) 45)) (-2798 (((-968) (-527) (-527) (-527) (-207) (-634 (-207)) (-634 (-207)) (-527)) 44)) (-2126 (((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527)) 43)) (-3133 (((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 42)) (-2345 (((-968) (-1077) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527)) 41)) (-1766 (((-968) (-1077) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527)) 40)) (-1822 (((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527) (-527) (-527) (-207) (-634 (-207)) (-527)) 39)) (-2980 (((-968) (-1077) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-527))) 38)) (-3944 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-527)) 35)) (-2193 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527)) 34)) (-3654 (((-968) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527)) 33)) (-1986 (((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 32)) (-3453 (((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-207) (-527)) 31)) (-3371 (((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-527)) 30)) (-2757 (((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-527) (-527) (-527)) 29)) (-2622 (((-968) (-527) (-527) (-527) (-207) (-207) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527) (-634 (-527)) (-527) (-527) (-527)) 28)) (-1795 (((-968) (-527) (-634 (-207)) (-207) (-527)) 24)) (-4201 (((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 21)))
+(((-697) (-10 -7 (-15 -4201 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1795 ((-968) (-527) (-634 (-207)) (-207) (-527))) (-15 -2622 ((-968) (-527) (-527) (-527) (-207) (-207) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527) (-634 (-527)) (-527) (-527) (-527))) (-15 -2757 ((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-527) (-527) (-527))) (-15 -3371 ((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-527))) (-15 -3453 ((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-207) (-527))) (-15 -1986 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3654 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527))) (-15 -2193 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527))) (-15 -3944 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2980 ((-968) (-1077) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-527)))) (-15 -1822 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527) (-527) (-527) (-207) (-634 (-207)) (-527))) (-15 -1766 ((-968) (-1077) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527))) (-15 -2345 ((-968) (-1077) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3133 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2126 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527))) (-15 -2798 ((-968) (-527) (-527) (-527) (-207) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2326 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527))))) (T -697))
+((-2326 (*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-697)))) (-2798 (*1 *2 *3 *3 *3 *4 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-2126 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-697)))) (-3133 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-697)))) (-2345 (*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-1766 (*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4) (-12 (-5 *3 (-1077)) (-5 *5 (-634 (-207))) (-5 *6 (-207)) (-5 *7 (-634 (-527))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-697)))) (-1822 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3) (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *6 (-207)) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-697)))) (-2980 (*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7) (-12 (-5 *3 (-1077)) (-5 *5 (-634 (-207))) (-5 *6 (-207)) (-5 *7 (-634 (-527))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-697)))) (-3944 (*1 *2 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-697)))) (-2193 (*1 *2 *3 *4 *4 *5 *3 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-3654 (*1 *2 *3 *4 *4 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-1986 (*1 *2 *3 *3 *4 *4 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-697)))) (-3453 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-3371 (*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-2757 (*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-2622 (*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3) (-12 (-5 *5 (-634 (-207))) (-5 *6 (-634 (-527))) (-5 *3 (-527)) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-1795 (*1 *2 *3 *4 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))) (-4201 (*1 *2 *3 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-697)))))
+(-10 -7 (-15 -4201 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1795 ((-968) (-527) (-634 (-207)) (-207) (-527))) (-15 -2622 ((-968) (-527) (-527) (-527) (-207) (-207) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527) (-634 (-527)) (-527) (-527) (-527))) (-15 -2757 ((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-527) (-527) (-527))) (-15 -3371 ((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-207) (-527) (-527) (-527))) (-15 -3453 ((-968) (-527) (-207) (-207) (-634 (-207)) (-527) (-527) (-207) (-527))) (-15 -1986 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3654 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527))) (-15 -2193 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527))) (-15 -3944 ((-968) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2980 ((-968) (-1077) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-527)))) (-15 -1822 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527) (-527) (-527) (-207) (-634 (-207)) (-527))) (-15 -1766 ((-968) (-1077) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527))) (-15 -2345 ((-968) (-1077) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3133 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2126 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527))) (-15 -2798 ((-968) (-527) (-527) (-527) (-207) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2326 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527) (-634 (-207)) (-634 (-207)) (-527) (-527) (-527))))
+((-2467 (((-968) (-527) (-527) (-527) (-207) (-634 (-207)) (-527) (-634 (-207)) (-527)) 63)) (-3062 (((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-110) (-207) (-527) (-207) (-207) (-110) (-207) (-207) (-207) (-207) (-110) (-527) (-527) (-527) (-527) (-527) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-527)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-78 CONFUN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN)))) 62)) (-2550 (((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-207) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-110) (-110) (-110) (-527) (-527) (-634 (-207)) (-634 (-527)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-63 QPHESS)))) 58)) (-1218 (((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-110) (-527) (-527) (-634 (-207)) (-527)) 51)) (-3229 (((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-64 FUNCT1)))) 50)) (-1430 (((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-61 LSFUN2)))) 46)) (-2888 (((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-77 LSFUN1)))) 42)) (-1956 (((-968) (-527) (-207) (-207) (-527) (-207) (-110) (-207) (-207) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN)))) 38)))
+(((-698) (-10 -7 (-15 -1956 ((-968) (-527) (-207) (-207) (-527) (-207) (-110) (-207) (-207) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN))))) (-15 -2888 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-77 LSFUN1))))) (-15 -1430 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-61 LSFUN2))))) (-15 -3229 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-64 FUNCT1))))) (-15 -1218 ((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-110) (-527) (-527) (-634 (-207)) (-527))) (-15 -2550 ((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-207) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-110) (-110) (-110) (-527) (-527) (-634 (-207)) (-634 (-527)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-63 QPHESS))))) (-15 -3062 ((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-110) (-207) (-527) (-207) (-207) (-110) (-207) (-207) (-207) (-207) (-110) (-527) (-527) (-527) (-527) (-527) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-527)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-78 CONFUN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN))))) (-15 -2467 ((-968) (-527) (-527) (-527) (-207) (-634 (-207)) (-527) (-634 (-207)) (-527))))) (T -698))
+((-2467 (*1 *2 *3 *3 *3 *4 *5 *3 *5 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-698)))) (-3062 (*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 (-634 (-207))) (-5 *5 (-110)) (-5 *6 (-207)) (-5 *7 (-634 (-527))) (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-78 CONFUN)))) (-5 *9 (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN)))) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-698)))) (-2550 (*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 (-634 (-207))) (-5 *6 (-110)) (-5 *7 (-634 (-527))) (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-63 QPHESS)))) (-5 *3 (-527)) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-698)))) (-1218 (*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-110)) (-5 *2 (-968)) (-5 *1 (-698)))) (-3229 (*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-64 FUNCT1)))) (-5 *2 (-968)) (-5 *1 (-698)))) (-1430 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-61 LSFUN2)))) (-5 *2 (-968)) (-5 *1 (-698)))) (-2888 (*1 *2 *3 *3 *3 *3 *4 *3 *5) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-77 LSFUN1)))) (-5 *2 (-968)) (-5 *1 (-698)))) (-1956 (*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7) (-12 (-5 *3 (-527)) (-5 *5 (-110)) (-5 *6 (-634 (-207))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN)))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-698)))))
+(-10 -7 (-15 -1956 ((-968) (-527) (-207) (-207) (-527) (-207) (-110) (-207) (-207) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN))))) (-15 -2888 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-77 LSFUN1))))) (-15 -1430 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-61 LSFUN2))))) (-15 -3229 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-64 FUNCT1))))) (-15 -1218 ((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-110) (-527) (-527) (-634 (-207)) (-527))) (-15 -2550 ((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-207) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-110) (-110) (-110) (-527) (-527) (-634 (-207)) (-634 (-527)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-63 QPHESS))))) (-15 -3062 ((-968) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-527) (-110) (-207) (-527) (-207) (-207) (-110) (-207) (-207) (-207) (-207) (-110) (-527) (-527) (-527) (-527) (-527) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-527) (-634 (-527)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-78 CONFUN))) (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN))))) (-15 -2467 ((-968) (-527) (-527) (-527) (-207) (-634 (-207)) (-527) (-634 (-207)) (-527))))
+((-2910 (((-968) (-1077) (-527) (-527) (-527) (-527) (-634 (-159 (-207))) (-634 (-159 (-207))) (-527)) 47)) (-1578 (((-968) (-1077) (-1077) (-527) (-527) (-634 (-159 (-207))) (-527) (-634 (-159 (-207))) (-527) (-527) (-634 (-159 (-207))) (-527)) 46)) (-2680 (((-968) (-527) (-527) (-527) (-634 (-159 (-207))) (-527)) 45)) (-2231 (((-968) (-1077) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527)) 40)) (-3345 (((-968) (-1077) (-1077) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-634 (-207)) (-527)) 39)) (-3029 (((-968) (-527) (-527) (-527) (-634 (-207)) (-527)) 36)) (-1698 (((-968) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527)) 35)) (-1840 (((-968) (-527) (-527) (-527) (-527) (-594 (-110)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-207) (-207) (-527)) 34)) (-3496 (((-968) (-527) (-527) (-527) (-634 (-527)) (-634 (-527)) (-634 (-527)) (-634 (-527)) (-110) (-207) (-110) (-634 (-527)) (-634 (-207)) (-527)) 33)) (-2220 (((-968) (-527) (-527) (-527) (-527) (-207) (-110) (-110) (-594 (-110)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-527)) 32)))
+(((-699) (-10 -7 (-15 -2220 ((-968) (-527) (-527) (-527) (-527) (-207) (-110) (-110) (-594 (-110)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-527))) (-15 -3496 ((-968) (-527) (-527) (-527) (-634 (-527)) (-634 (-527)) (-634 (-527)) (-634 (-527)) (-110) (-207) (-110) (-634 (-527)) (-634 (-207)) (-527))) (-15 -1840 ((-968) (-527) (-527) (-527) (-527) (-594 (-110)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-207) (-207) (-527))) (-15 -1698 ((-968) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527))) (-15 -3029 ((-968) (-527) (-527) (-527) (-634 (-207)) (-527))) (-15 -3345 ((-968) (-1077) (-1077) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-634 (-207)) (-527))) (-15 -2231 ((-968) (-1077) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2680 ((-968) (-527) (-527) (-527) (-634 (-159 (-207))) (-527))) (-15 -1578 ((-968) (-1077) (-1077) (-527) (-527) (-634 (-159 (-207))) (-527) (-634 (-159 (-207))) (-527) (-527) (-634 (-159 (-207))) (-527))) (-15 -2910 ((-968) (-1077) (-527) (-527) (-527) (-527) (-634 (-159 (-207))) (-634 (-159 (-207))) (-527))))) (T -699))
+((-2910 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-159 (-207)))) (-5 *2 (-968)) (-5 *1 (-699)))) (-1578 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-159 (-207)))) (-5 *2 (-968)) (-5 *1 (-699)))) (-2680 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-159 (-207)))) (-5 *2 (-968)) (-5 *1 (-699)))) (-2231 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-699)))) (-3345 (*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-699)))) (-3029 (*1 *2 *3 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-699)))) (-1698 (*1 *2 *3 *4 *3 *5 *3) (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-699)))) (-1840 (*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3) (-12 (-5 *4 (-594 (-110))) (-5 *5 (-634 (-207))) (-5 *6 (-634 (-527))) (-5 *7 (-207)) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-699)))) (-3496 (*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3) (-12 (-5 *4 (-634 (-527))) (-5 *5 (-110)) (-5 *7 (-634 (-207))) (-5 *3 (-527)) (-5 *6 (-207)) (-5 *2 (-968)) (-5 *1 (-699)))) (-2220 (*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3) (-12 (-5 *6 (-594 (-110))) (-5 *7 (-634 (-207))) (-5 *8 (-634 (-527))) (-5 *3 (-527)) (-5 *4 (-207)) (-5 *5 (-110)) (-5 *2 (-968)) (-5 *1 (-699)))))
+(-10 -7 (-15 -2220 ((-968) (-527) (-527) (-527) (-527) (-207) (-110) (-110) (-594 (-110)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-527))) (-15 -3496 ((-968) (-527) (-527) (-527) (-634 (-527)) (-634 (-527)) (-634 (-527)) (-634 (-527)) (-110) (-207) (-110) (-634 (-527)) (-634 (-207)) (-527))) (-15 -1840 ((-968) (-527) (-527) (-527) (-527) (-594 (-110)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-207) (-207) (-527))) (-15 -1698 ((-968) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527))) (-15 -3029 ((-968) (-527) (-527) (-527) (-634 (-207)) (-527))) (-15 -3345 ((-968) (-1077) (-1077) (-527) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-634 (-207)) (-527))) (-15 -2231 ((-968) (-1077) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2680 ((-968) (-527) (-527) (-527) (-634 (-159 (-207))) (-527))) (-15 -1578 ((-968) (-1077) (-1077) (-527) (-527) (-634 (-159 (-207))) (-527) (-634 (-159 (-207))) (-527) (-527) (-634 (-159 (-207))) (-527))) (-15 -2910 ((-968) (-1077) (-527) (-527) (-527) (-527) (-634 (-159 (-207))) (-634 (-159 (-207))) (-527))))
+((-3054 (((-968) (-527) (-527) (-527) (-527) (-527) (-110) (-527) (-110) (-527) (-634 (-159 (-207))) (-634 (-159 (-207))) (-527)) 65)) (-1445 (((-968) (-527) (-527) (-527) (-527) (-527) (-110) (-527) (-110) (-527) (-634 (-207)) (-634 (-207)) (-527)) 60)) (-1801 (((-968) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE))) (-368)) 56) (((-968) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE)))) 55)) (-4203 (((-968) (-527) (-527) (-527) (-207) (-110) (-527) (-634 (-207)) (-634 (-207)) (-527)) 37)) (-3700 (((-968) (-527) (-527) (-207) (-207) (-527) (-527) (-634 (-207)) (-527)) 33)) (-3996 (((-968) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-527) (-527) (-527)) 30)) (-1949 (((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527)) 29)) (-2692 (((-968) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527)) 28)) (-1800 (((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527)) 27)) (-3885 (((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527)) 26)) (-2638 (((-968) (-527) (-527) (-634 (-207)) (-527)) 25)) (-4095 (((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527)) 24)) (-1434 (((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527)) 23)) (-1721 (((-968) (-634 (-207)) (-527) (-527) (-527) (-527)) 22)) (-3489 (((-968) (-527) (-527) (-634 (-207)) (-527)) 21)))
+(((-700) (-10 -7 (-15 -3489 ((-968) (-527) (-527) (-634 (-207)) (-527))) (-15 -1721 ((-968) (-634 (-207)) (-527) (-527) (-527) (-527))) (-15 -1434 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -4095 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2638 ((-968) (-527) (-527) (-634 (-207)) (-527))) (-15 -3885 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527))) (-15 -1800 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2692 ((-968) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1949 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3996 ((-968) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-527) (-527) (-527))) (-15 -3700 ((-968) (-527) (-527) (-207) (-207) (-527) (-527) (-634 (-207)) (-527))) (-15 -4203 ((-968) (-527) (-527) (-527) (-207) (-110) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1801 ((-968) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE))))) (-15 -1801 ((-968) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE))) (-368))) (-15 -1445 ((-968) (-527) (-527) (-527) (-527) (-527) (-110) (-527) (-110) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3054 ((-968) (-527) (-527) (-527) (-527) (-527) (-110) (-527) (-110) (-527) (-634 (-159 (-207))) (-634 (-159 (-207))) (-527))))) (T -700))
+((-3054 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-110)) (-5 *5 (-634 (-159 (-207)))) (-5 *2 (-968)) (-5 *1 (-700)))) (-1445 (*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *4 (-110)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-1801 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE)))) (-5 *8 (-368)) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-700)))) (-1801 (*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT)))) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE)))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-700)))) (-4203 (*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3) (-12 (-5 *3 (-527)) (-5 *5 (-110)) (-5 *6 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-700)))) (-3700 (*1 *2 *3 *3 *4 *4 *3 *3 *5 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-700)))) (-3996 (*1 *2 *3 *4 *3 *4 *4 *4 *4 *4) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-700)))) (-1949 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-2692 (*1 *2 *3 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-1800 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-3885 (*1 *2 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-2638 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-4095 (*1 *2 *3 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-1434 (*1 *2 *3 *3 *3 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))) (-1721 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-700)))) (-3489 (*1 *2 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-700)))))
+(-10 -7 (-15 -3489 ((-968) (-527) (-527) (-634 (-207)) (-527))) (-15 -1721 ((-968) (-634 (-207)) (-527) (-527) (-527) (-527))) (-15 -1434 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -4095 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2638 ((-968) (-527) (-527) (-634 (-207)) (-527))) (-15 -3885 ((-968) (-527) (-527) (-527) (-527) (-634 (-207)) (-527))) (-15 -1800 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2692 ((-968) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1949 ((-968) (-527) (-527) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3996 ((-968) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-527) (-527) (-527))) (-15 -3700 ((-968) (-527) (-527) (-207) (-207) (-527) (-527) (-634 (-207)) (-527))) (-15 -4203 ((-968) (-527) (-527) (-527) (-207) (-110) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1801 ((-968) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE))))) (-15 -1801 ((-968) (-527) (-527) (-207) (-527) (-527) (-527) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE))) (-368))) (-15 -1445 ((-968) (-527) (-527) (-527) (-527) (-527) (-110) (-527) (-110) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -3054 ((-968) (-527) (-527) (-527) (-527) (-527) (-110) (-527) (-110) (-527) (-634 (-159 (-207))) (-634 (-159 (-207))) (-527))))
+((-3731 (((-968) (-527) (-527) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-68 APROD)))) 61)) (-3556 (((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-527)) (-527) (-634 (-207)) (-527) (-527) (-527) (-527)) 57)) (-4207 (((-968) (-527) (-634 (-207)) (-110) (-207) (-527) (-527) (-527) (-527) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 APROD))) (-3 (|:| |fn| (-368)) (|:| |fp| (-71 MSOLVE)))) 56)) (-2327 (((-968) (-527) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527) (-634 (-527)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527)) 37)) (-1531 (((-968) (-527) (-527) (-527) (-207) (-527) (-634 (-207)) (-634 (-207)) (-527)) 36)) (-3743 (((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527)) 33)) (-2835 (((-968) (-527) (-634 (-207)) (-527) (-634 (-527)) (-634 (-527)) (-527) (-634 (-527)) (-634 (-207))) 32)) (-1609 (((-968) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-527)) 28)) (-2932 (((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527)) 27)) (-1446 (((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527)) 26)) (-2048 (((-968) (-527) (-634 (-159 (-207))) (-527) (-527) (-527) (-527) (-634 (-159 (-207))) (-527)) 22)))
+(((-701) (-10 -7 (-15 -2048 ((-968) (-527) (-634 (-159 (-207))) (-527) (-527) (-527) (-527) (-634 (-159 (-207))) (-527))) (-15 -1446 ((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -2932 ((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -1609 ((-968) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-527))) (-15 -2835 ((-968) (-527) (-634 (-207)) (-527) (-634 (-527)) (-634 (-527)) (-527) (-634 (-527)) (-634 (-207)))) (-15 -3743 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1531 ((-968) (-527) (-527) (-527) (-207) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2327 ((-968) (-527) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527) (-634 (-527)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527))) (-15 -4207 ((-968) (-527) (-634 (-207)) (-110) (-207) (-527) (-527) (-527) (-527) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 APROD))) (-3 (|:| |fn| (-368)) (|:| |fp| (-71 MSOLVE))))) (-15 -3556 ((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-527)) (-527) (-634 (-207)) (-527) (-527) (-527) (-527))) (-15 -3731 ((-968) (-527) (-527) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-68 APROD))))))) (T -701))
+((-3731 (*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-68 APROD)))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-701)))) (-3556 (*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3) (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-701)))) (-4207 (*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-110)) (-5 *6 (-207)) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-66 APROD)))) (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-71 MSOLVE)))) (-5 *2 (-968)) (-5 *1 (-701)))) (-2327 (*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3) (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-701)))) (-1531 (*1 *2 *3 *3 *3 *4 *3 *5 *5 *3) (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-701)))) (-3743 (*1 *2 *3 *3 *4 *4 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-701)))) (-2835 (*1 *2 *3 *4 *3 *5 *5 *3 *5 *4) (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-701)))) (-1609 (*1 *2 *3 *4 *3 *4 *4 *4) (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-701)))) (-2932 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-701)))) (-1446 (*1 *2 *3 *4 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-701)))) (-2048 (*1 *2 *3 *4 *3 *3 *3 *3 *4 *3) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-159 (-207)))) (-5 *2 (-968)) (-5 *1 (-701)))))
+(-10 -7 (-15 -2048 ((-968) (-527) (-634 (-159 (-207))) (-527) (-527) (-527) (-527) (-634 (-159 (-207))) (-527))) (-15 -1446 ((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -2932 ((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-527))) (-15 -1609 ((-968) (-634 (-207)) (-527) (-634 (-207)) (-527) (-527) (-527))) (-15 -2835 ((-968) (-527) (-634 (-207)) (-527) (-634 (-527)) (-634 (-527)) (-527) (-634 (-527)) (-634 (-207)))) (-15 -3743 ((-968) (-527) (-527) (-634 (-207)) (-634 (-207)) (-634 (-207)) (-527))) (-15 -1531 ((-968) (-527) (-527) (-527) (-207) (-527) (-634 (-207)) (-634 (-207)) (-527))) (-15 -2327 ((-968) (-527) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527) (-634 (-527)) (-634 (-207)) (-634 (-527)) (-634 (-527)) (-634 (-207)) (-634 (-207)) (-634 (-527)) (-527))) (-15 -4207 ((-968) (-527) (-634 (-207)) (-110) (-207) (-527) (-527) (-527) (-527) (-207) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-66 APROD))) (-3 (|:| |fn| (-368)) (|:| |fp| (-71 MSOLVE))))) (-15 -3556 ((-968) (-527) (-634 (-207)) (-527) (-634 (-207)) (-634 (-527)) (-527) (-634 (-207)) (-527) (-527) (-527) (-527))) (-15 -3731 ((-968) (-527) (-527) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-634 (-207)) (-527) (-3 (|:| |fn| (-368)) (|:| |fp| (-68 APROD))))))
+((-2286 (((-968) (-1077) (-527) (-527) (-634 (-207)) (-527) (-527) (-634 (-207))) 29)) (-3511 (((-968) (-1077) (-527) (-527) (-634 (-207))) 28)) (-3766 (((-968) (-1077) (-527) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527) (-634 (-207))) 27)) (-2507 (((-968) (-527) (-527) (-527) (-634 (-207))) 21)))
+(((-702) (-10 -7 (-15 -2507 ((-968) (-527) (-527) (-527) (-634 (-207)))) (-15 -3766 ((-968) (-1077) (-527) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527) (-634 (-207)))) (-15 -3511 ((-968) (-1077) (-527) (-527) (-634 (-207)))) (-15 -2286 ((-968) (-1077) (-527) (-527) (-634 (-207)) (-527) (-527) (-634 (-207)))))) (T -702))
+((-2286 (*1 *2 *3 *4 *4 *5 *4 *4 *5) (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-702)))) (-3511 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-702)))) (-3766 (*1 *2 *3 *4 *4 *5 *4 *6 *4 *5) (-12 (-5 *3 (-1077)) (-5 *5 (-634 (-207))) (-5 *6 (-634 (-527))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-702)))) (-2507 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968)) (-5 *1 (-702)))))
+(-10 -7 (-15 -2507 ((-968) (-527) (-527) (-527) (-634 (-207)))) (-15 -3766 ((-968) (-1077) (-527) (-527) (-634 (-207)) (-527) (-634 (-527)) (-527) (-634 (-207)))) (-15 -3511 ((-968) (-1077) (-527) (-527) (-634 (-207)))) (-15 -2286 ((-968) (-1077) (-527) (-527) (-634 (-207)) (-527) (-527) (-634 (-207)))))
+((-4107 (((-968) (-207) (-207) (-207) (-207) (-527)) 62)) (-1838 (((-968) (-207) (-207) (-207) (-527)) 61)) (-3194 (((-968) (-207) (-207) (-207) (-527)) 60)) (-2988 (((-968) (-207) (-207) (-527)) 59)) (-2644 (((-968) (-207) (-527)) 58)) (-1521 (((-968) (-207) (-527)) 57)) (-2860 (((-968) (-207) (-527)) 56)) (-3075 (((-968) (-207) (-527)) 55)) (-1622 (((-968) (-207) (-527)) 54)) (-2890 (((-968) (-207) (-527)) 53)) (-3611 (((-968) (-207) (-159 (-207)) (-527) (-1077) (-527)) 52)) (-3768 (((-968) (-207) (-159 (-207)) (-527) (-1077) (-527)) 51)) (-1392 (((-968) (-207) (-527)) 50)) (-3986 (((-968) (-207) (-527)) 49)) (-2703 (((-968) (-207) (-527)) 48)) (-4217 (((-968) (-207) (-527)) 47)) (-3247 (((-968) (-527) (-207) (-159 (-207)) (-527) (-1077) (-527)) 46)) (-3108 (((-968) (-1077) (-159 (-207)) (-1077) (-527)) 45)) (-1342 (((-968) (-1077) (-159 (-207)) (-1077) (-527)) 44)) (-2203 (((-968) (-207) (-159 (-207)) (-527) (-1077) (-527)) 43)) (-1208 (((-968) (-207) (-159 (-207)) (-527) (-1077) (-527)) 42)) (-3186 (((-968) (-207) (-527)) 39)) (-2661 (((-968) (-207) (-527)) 38)) (-3637 (((-968) (-207) (-527)) 37)) (-3646 (((-968) (-207) (-527)) 36)) (-1341 (((-968) (-207) (-527)) 35)) (-1447 (((-968) (-207) (-527)) 34)) (-2009 (((-968) (-207) (-527)) 33)) (-1559 (((-968) (-207) (-527)) 32)) (-4210 (((-968) (-207) (-527)) 31)) (-2221 (((-968) (-207) (-527)) 30)) (-3343 (((-968) (-207) (-207) (-207) (-527)) 29)) (-1762 (((-968) (-207) (-527)) 28)) (-2374 (((-968) (-207) (-527)) 27)) (-3337 (((-968) (-207) (-527)) 26)) (-1761 (((-968) (-207) (-527)) 25)) (-1995 (((-968) (-207) (-527)) 24)) (-2519 (((-968) (-159 (-207)) (-527)) 21)))
+(((-703) (-10 -7 (-15 -2519 ((-968) (-159 (-207)) (-527))) (-15 -1995 ((-968) (-207) (-527))) (-15 -1761 ((-968) (-207) (-527))) (-15 -3337 ((-968) (-207) (-527))) (-15 -2374 ((-968) (-207) (-527))) (-15 -1762 ((-968) (-207) (-527))) (-15 -3343 ((-968) (-207) (-207) (-207) (-527))) (-15 -2221 ((-968) (-207) (-527))) (-15 -4210 ((-968) (-207) (-527))) (-15 -1559 ((-968) (-207) (-527))) (-15 -2009 ((-968) (-207) (-527))) (-15 -1447 ((-968) (-207) (-527))) (-15 -1341 ((-968) (-207) (-527))) (-15 -3646 ((-968) (-207) (-527))) (-15 -3637 ((-968) (-207) (-527))) (-15 -2661 ((-968) (-207) (-527))) (-15 -3186 ((-968) (-207) (-527))) (-15 -1208 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -2203 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -1342 ((-968) (-1077) (-159 (-207)) (-1077) (-527))) (-15 -3108 ((-968) (-1077) (-159 (-207)) (-1077) (-527))) (-15 -3247 ((-968) (-527) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -4217 ((-968) (-207) (-527))) (-15 -2703 ((-968) (-207) (-527))) (-15 -3986 ((-968) (-207) (-527))) (-15 -1392 ((-968) (-207) (-527))) (-15 -3768 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -3611 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -2890 ((-968) (-207) (-527))) (-15 -1622 ((-968) (-207) (-527))) (-15 -3075 ((-968) (-207) (-527))) (-15 -2860 ((-968) (-207) (-527))) (-15 -1521 ((-968) (-207) (-527))) (-15 -2644 ((-968) (-207) (-527))) (-15 -2988 ((-968) (-207) (-207) (-527))) (-15 -3194 ((-968) (-207) (-207) (-207) (-527))) (-15 -1838 ((-968) (-207) (-207) (-207) (-527))) (-15 -4107 ((-968) (-207) (-207) (-207) (-207) (-527))))) (T -703))
+((-4107 (*1 *2 *3 *3 *3 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1838 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3194 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2988 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2644 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1521 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2860 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3075 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1622 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2890 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3611 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077)) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3768 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077)) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1392 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3986 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2703 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-4217 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3247 (*1 *2 *3 *4 *5 *3 *6 *3) (-12 (-5 *3 (-527)) (-5 *5 (-159 (-207))) (-5 *6 (-1077)) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3108 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1077)) (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1342 (*1 *2 *3 *4 *3 *5) (-12 (-5 *3 (-1077)) (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2203 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077)) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1208 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077)) (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3186 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2661 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3637 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3646 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1341 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1447 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2009 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1559 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-4210 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2221 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3343 (*1 *2 *3 *3 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1762 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2374 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-3337 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1761 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-1995 (*1 *2 *3 *4) (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))) (-2519 (*1 *2 *3 *4) (-12 (-5 *3 (-159 (-207))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(-10 -7 (-15 -2519 ((-968) (-159 (-207)) (-527))) (-15 -1995 ((-968) (-207) (-527))) (-15 -1761 ((-968) (-207) (-527))) (-15 -3337 ((-968) (-207) (-527))) (-15 -2374 ((-968) (-207) (-527))) (-15 -1762 ((-968) (-207) (-527))) (-15 -3343 ((-968) (-207) (-207) (-207) (-527))) (-15 -2221 ((-968) (-207) (-527))) (-15 -4210 ((-968) (-207) (-527))) (-15 -1559 ((-968) (-207) (-527))) (-15 -2009 ((-968) (-207) (-527))) (-15 -1447 ((-968) (-207) (-527))) (-15 -1341 ((-968) (-207) (-527))) (-15 -3646 ((-968) (-207) (-527))) (-15 -3637 ((-968) (-207) (-527))) (-15 -2661 ((-968) (-207) (-527))) (-15 -3186 ((-968) (-207) (-527))) (-15 -1208 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -2203 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -1342 ((-968) (-1077) (-159 (-207)) (-1077) (-527))) (-15 -3108 ((-968) (-1077) (-159 (-207)) (-1077) (-527))) (-15 -3247 ((-968) (-527) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -4217 ((-968) (-207) (-527))) (-15 -2703 ((-968) (-207) (-527))) (-15 -3986 ((-968) (-207) (-527))) (-15 -1392 ((-968) (-207) (-527))) (-15 -3768 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -3611 ((-968) (-207) (-159 (-207)) (-527) (-1077) (-527))) (-15 -2890 ((-968) (-207) (-527))) (-15 -1622 ((-968) (-207) (-527))) (-15 -3075 ((-968) (-207) (-527))) (-15 -2860 ((-968) (-207) (-527))) (-15 -1521 ((-968) (-207) (-527))) (-15 -2644 ((-968) (-207) (-527))) (-15 -2988 ((-968) (-207) (-207) (-527))) (-15 -3194 ((-968) (-207) (-207) (-207) (-527))) (-15 -1838 ((-968) (-207) (-207) (-207) (-527))) (-15 -4107 ((-968) (-207) (-207) (-207) (-207) (-527))))
+((-1744 (((-1181)) 18)) (-3521 (((-1077)) 22)) (-1908 (((-1077)) 21)) (-3126 (((-1026) (-1094) (-634 (-527))) 37) (((-1026) (-1094) (-634 (-207))) 32)) (-1733 (((-110)) 16)) (-2347 (((-1077) (-1077)) 25)))
+(((-704) (-10 -7 (-15 -1908 ((-1077))) (-15 -3521 ((-1077))) (-15 -2347 ((-1077) (-1077))) (-15 -3126 ((-1026) (-1094) (-634 (-207)))) (-15 -3126 ((-1026) (-1094) (-634 (-527)))) (-15 -1733 ((-110))) (-15 -1744 ((-1181))))) (T -704))
+((-1744 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-704)))) (-1733 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-704)))) (-3126 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-634 (-527))) (-5 *2 (-1026)) (-5 *1 (-704)))) (-3126 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-634 (-207))) (-5 *2 (-1026)) (-5 *1 (-704)))) (-2347 (*1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-704)))) (-3521 (*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-704)))) (-1908 (*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-704)))))
+(-10 -7 (-15 -1908 ((-1077))) (-15 -3521 ((-1077))) (-15 -2347 ((-1077) (-1077))) (-15 -3126 ((-1026) (-1094) (-634 (-207)))) (-15 -3126 ((-1026) (-1094) (-634 (-527)))) (-15 -1733 ((-110))) (-15 -1744 ((-1181))))
+((-2170 (($ $ $) 10)) (-3384 (($ $ $ $) 9)) (-4056 (($ $ $) 12)))
+(((-705 |#1|) (-10 -8 (-15 -4056 (|#1| |#1| |#1|)) (-15 -2170 (|#1| |#1| |#1|)) (-15 -3384 (|#1| |#1| |#1| |#1|))) (-706)) (T -705))
+NIL
+(-10 -8 (-15 -4056 (|#1| |#1| |#1|)) (-15 -2170 (|#1| |#1| |#1|)) (-15 -3384 (|#1| |#1| |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3464 (($ $ (-858)) 28)) (-3223 (($ $ (-858)) 29)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2170 (($ $ $) 25)) (-4118 (((-800) $) 11)) (-3384 (($ $ $ $) 26)) (-4056 (($ $ $) 24)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 30)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 27)))
+(((-706) (-133)) (T -706))
+((-3384 (*1 *1 *1 *1 *1) (-4 *1 (-706))) (-2170 (*1 *1 *1 *1) (-4 *1 (-706))) (-4056 (*1 *1 *1 *1) (-4 *1 (-706))))
+(-13 (-21) (-665) (-10 -8 (-15 -3384 ($ $ $ $)) (-15 -2170 ($ $ $)) (-15 -4056 ($ $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-665) . T) ((-1022) . T))
+((-4118 (((-800) $) NIL) (($ (-527)) 10)))
+(((-707 |#1|) (-10 -8 (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|))) (-708)) (T -707))
+NIL
+(-10 -8 (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2660 (((-3 $ "failed") $) 40)) (-3464 (($ $ (-858)) 28) (($ $ (-715)) 35)) (-3714 (((-3 $ "failed") $) 38)) (-2956 (((-110) $) 34)) (-2237 (((-3 $ "failed") $) 39)) (-3223 (($ $ (-858)) 29) (($ $ (-715)) 36)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2170 (($ $ $) 25)) (-4118 (((-800) $) 11) (($ (-527)) 31)) (-4070 (((-715)) 32)) (-3384 (($ $ $ $) 26)) (-4056 (($ $ $) 24)) (-3361 (($) 18 T CONST)) (-3374 (($) 33 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 30) (($ $ (-715)) 37)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 27)))
+(((-708) (-133)) (T -708))
+((-4070 (*1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-715)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-708)))))
+(-13 (-706) (-667) (-10 -8 (-15 -4070 ((-715))) (-15 -4118 ($ (-527)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-665) . T) ((-667) . T) ((-706) . T) ((-1022) . T))
+((-2426 (((-594 (-2 (|:| |outval| (-159 |#1|)) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 (-159 |#1|)))))) (-634 (-159 (-387 (-527)))) |#1|) 33)) (-1796 (((-594 (-159 |#1|)) (-634 (-159 (-387 (-527)))) |#1|) 23)) (-3591 (((-889 (-159 (-387 (-527)))) (-634 (-159 (-387 (-527)))) (-1094)) 20) (((-889 (-159 (-387 (-527)))) (-634 (-159 (-387 (-527))))) 19)))
+(((-709 |#1|) (-10 -7 (-15 -3591 ((-889 (-159 (-387 (-527)))) (-634 (-159 (-387 (-527)))))) (-15 -3591 ((-889 (-159 (-387 (-527)))) (-634 (-159 (-387 (-527)))) (-1094))) (-15 -1796 ((-594 (-159 |#1|)) (-634 (-159 (-387 (-527)))) |#1|)) (-15 -2426 ((-594 (-2 (|:| |outval| (-159 |#1|)) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 (-159 |#1|)))))) (-634 (-159 (-387 (-527)))) |#1|))) (-13 (-343) (-789))) (T -709))
+((-2426 (*1 *2 *3 *4) (-12 (-5 *3 (-634 (-159 (-387 (-527))))) (-5 *2 (-594 (-2 (|:| |outval| (-159 *4)) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 (-159 *4))))))) (-5 *1 (-709 *4)) (-4 *4 (-13 (-343) (-789))))) (-1796 (*1 *2 *3 *4) (-12 (-5 *3 (-634 (-159 (-387 (-527))))) (-5 *2 (-594 (-159 *4))) (-5 *1 (-709 *4)) (-4 *4 (-13 (-343) (-789))))) (-3591 (*1 *2 *3 *4) (-12 (-5 *3 (-634 (-159 (-387 (-527))))) (-5 *4 (-1094)) (-5 *2 (-889 (-159 (-387 (-527))))) (-5 *1 (-709 *5)) (-4 *5 (-13 (-343) (-789))))) (-3591 (*1 *2 *3) (-12 (-5 *3 (-634 (-159 (-387 (-527))))) (-5 *2 (-889 (-159 (-387 (-527))))) (-5 *1 (-709 *4)) (-4 *4 (-13 (-343) (-789))))))
+(-10 -7 (-15 -3591 ((-889 (-159 (-387 (-527)))) (-634 (-159 (-387 (-527)))))) (-15 -3591 ((-889 (-159 (-387 (-527)))) (-634 (-159 (-387 (-527)))) (-1094))) (-15 -1796 ((-594 (-159 |#1|)) (-634 (-159 (-387 (-527)))) |#1|)) (-15 -2426 ((-594 (-2 (|:| |outval| (-159 |#1|)) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 (-159 |#1|)))))) (-634 (-159 (-387 (-527)))) |#1|)))
+((-1522 (((-163 (-527)) |#1|) 25)))
+(((-710 |#1|) (-10 -7 (-15 -1522 ((-163 (-527)) |#1|))) (-384)) (T -710))
+((-1522 (*1 *2 *3) (-12 (-5 *2 (-163 (-527))) (-5 *1 (-710 *3)) (-4 *3 (-384)))))
+(-10 -7 (-15 -1522 ((-163 (-527)) |#1|)))
+((-3804 ((|#1| |#1| |#1|) 24)) (-1361 ((|#1| |#1| |#1|) 23)) (-2276 ((|#1| |#1| |#1|) 32)) (-1543 ((|#1| |#1| |#1|) 28)) (-1713 (((-3 |#1| "failed") |#1| |#1|) 27)) (-4072 (((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|) 22)))
+(((-711 |#1| |#2|) (-10 -7 (-15 -4072 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1361 (|#1| |#1| |#1|)) (-15 -3804 (|#1| |#1| |#1|)) (-15 -1713 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1543 (|#1| |#1| |#1|)) (-15 -2276 (|#1| |#1| |#1|))) (-653 |#2|) (-343)) (T -711))
+((-2276 (*1 *2 *2 *2) (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3)))) (-1543 (*1 *2 *2 *2) (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3)))) (-1713 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3)))) (-3804 (*1 *2 *2 *2) (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3)))) (-1361 (*1 *2 *2 *2) (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3)))) (-4072 (*1 *2 *3 *3) (-12 (-4 *4 (-343)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-711 *3 *4)) (-4 *3 (-653 *4)))))
+(-10 -7 (-15 -4072 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1361 (|#1| |#1| |#1|)) (-15 -3804 (|#1| |#1| |#1|)) (-15 -1713 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1543 (|#1| |#1| |#1|)) (-15 -2276 (|#1| |#1| |#1|)))
+((-3812 (((-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527)) (|:| |basisInv| (-634 (-527)))) (-527)) 59)) (-3668 (((-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527)) (|:| |basisInv| (-634 (-527))))) 57)) (-1875 (((-527)) 70)))
+(((-712 |#1| |#2|) (-10 -7 (-15 -1875 ((-527))) (-15 -3668 ((-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527)) (|:| |basisInv| (-634 (-527)))))) (-15 -3812 ((-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527)) (|:| |basisInv| (-634 (-527)))) (-527)))) (-1152 (-527)) (-389 (-527) |#1|)) (T -712))
+((-3812 (*1 *2 *3) (-12 (-5 *3 (-527)) (-4 *4 (-1152 *3)) (-5 *2 (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-634 *3)))) (-5 *1 (-712 *4 *5)) (-4 *5 (-389 *3 *4)))) (-3668 (*1 *2) (-12 (-4 *3 (-1152 (-527))) (-5 *2 (-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527)) (|:| |basisInv| (-634 (-527))))) (-5 *1 (-712 *3 *4)) (-4 *4 (-389 (-527) *3)))) (-1875 (*1 *2) (-12 (-4 *3 (-1152 *2)) (-5 *2 (-527)) (-5 *1 (-712 *3 *4)) (-4 *4 (-389 *2 *3)))))
+(-10 -7 (-15 -1875 ((-527))) (-15 -3668 ((-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527)) (|:| |basisInv| (-634 (-527)))))) (-15 -3812 ((-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527)) (|:| |basisInv| (-634 (-527)))) (-527))))
+((-4105 (((-110) $ $) NIL)) (-4145 (((-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) $) 21)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 20) (($ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 13) (($ (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 16) (($ (-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))))) 18)) (-2747 (((-110) $ $) NIL)))
+(((-713) (-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4118 ($ (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4118 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) $))))) (T -713))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-713)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *1 (-713)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *1 (-713)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))))) (-5 *1 (-713)))) (-4145 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))))) (-5 *1 (-713)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4118 ($ (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4118 ($ (-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-3 (|:| |nia| (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| |mdnia| (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) $))))
+((-2602 (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|))) 18) (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)) (-594 (-1094))) 17)) (-3317 (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|))) 20) (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)) (-594 (-1094))) 19)))
+(((-714 |#1|) (-10 -7 (-15 -2602 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -2602 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|))))) (-519)) (T -714))
+((-3317 (*1 *2 *3) (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *4)))))) (-5 *1 (-714 *4)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-594 (-1094))) (-4 *5 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *5)))))) (-5 *1 (-714 *5)))) (-2602 (*1 *2 *3) (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *4)))))) (-5 *1 (-714 *4)))) (-2602 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-594 (-1094))) (-4 *5 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *5)))))) (-5 *1 (-714 *5)))))
+(-10 -7 (-15 -2602 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -2602 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-889 |#1|)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1741 (($ $ $) 6)) (-3085 (((-3 $ "failed") $ $) 9)) (-3183 (($ $ (-527)) 7)) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($ $) NIL)) (-1324 (($ $ $) NIL)) (-2956 (((-110) $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2742 (($ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4118 (((-800) $) NIL)) (-3732 (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ $ $) NIL)))
+(((-715) (-13 (-737) (-671) (-10 -8 (-15 -1324 ($ $ $)) (-15 -1346 ($ $ $)) (-15 -2742 ($ $ $)) (-15 -3304 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -1305 ((-3 $ "failed") $ $)) (-15 -3183 ($ $ (-527))) (-15 -2309 ($ $)) (-6 (-4263 "*"))))) (T -715))
+((-1324 (*1 *1 *1 *1) (-5 *1 (-715))) (-1346 (*1 *1 *1 *1) (-5 *1 (-715))) (-2742 (*1 *1 *1 *1) (-5 *1 (-715))) (-3304 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1381 (-715)) (|:| -3145 (-715)))) (-5 *1 (-715)))) (-1305 (*1 *1 *1 *1) (|partial| -5 *1 (-715))) (-3183 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-715)))) (-2309 (*1 *1 *1) (-5 *1 (-715))))
+(-13 (-737) (-671) (-10 -8 (-15 -1324 ($ $ $)) (-15 -1346 ($ $ $)) (-15 -2742 ($ $ $)) (-15 -3304 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -1305 ((-3 $ "failed") $ $)) (-15 -3183 ($ $ (-527))) (-15 -2309 ($ $)) (-6 (-4263 "*"))))
+((-3317 (((-3 |#2| "failed") |#2| |#2| (-112) (-1094)) 35)))
+(((-716 |#1| |#2|) (-10 -7 (-15 -3317 ((-3 |#2| "failed") |#2| |#2| (-112) (-1094)))) (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)) (-13 (-29 |#1|) (-1116) (-895))) (T -716))
+((-3317 (*1 *2 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-112)) (-5 *4 (-1094)) (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *1 (-716 *5 *2)) (-4 *2 (-13 (-29 *5) (-1116) (-895))))))
+(-10 -7 (-15 -3317 ((-3 |#2| "failed") |#2| |#2| (-112) (-1094))))
+((-4118 (((-718) |#1|) 8)))
+(((-717 |#1|) (-10 -7 (-15 -4118 ((-718) |#1|))) (-1130)) (T -717))
+((-4118 (*1 *2 *3) (-12 (-5 *2 (-718)) (-5 *1 (-717 *3)) (-4 *3 (-1130)))))
+(-10 -7 (-15 -4118 ((-718) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 7)) (-2747 (((-110) $ $) 9)))
+(((-718) (-1022)) (T -718))
+NIL
+(-1022)
+((-1705 ((|#2| |#4|) 35)))
+(((-719 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1705 (|#2| |#4|))) (-431) (-1152 |#1|) (-669 |#1| |#2|) (-1152 |#3|)) (T -719))
+((-1705 (*1 *2 *3) (-12 (-4 *4 (-431)) (-4 *5 (-669 *4 *2)) (-4 *2 (-1152 *4)) (-5 *1 (-719 *4 *2 *5 *3)) (-4 *3 (-1152 *5)))))
+(-10 -7 (-15 -1705 (|#2| |#4|)))
+((-3714 (((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|) 56)) (-3388 (((-1181) (-1077) (-1077) |#4| |#5|) 33)) (-1274 ((|#4| |#4| |#5|) 73)) (-3641 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|) 77)) (-2789 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|) 16)))
+(((-720 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3714 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1274 (|#4| |#4| |#5|)) (-15 -3641 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -3388 ((-1181) (-1077) (-1077) |#4| |#5|)) (-15 -2789 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-998 |#1| |#2| |#3| |#4|)) (T -720))
+((-2789 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4)))) (-5 *1 (-720 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3388 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-1077)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *4 (-993 *6 *7 *8)) (-5 *2 (-1181)) (-5 *1 (-720 *6 *7 *8 *4 *5)) (-4 *5 (-998 *6 *7 *8 *4)))) (-3641 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-720 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-1274 (*1 *2 *2 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *2 (-993 *4 *5 *6)) (-5 *1 (-720 *4 *5 *6 *2 *3)) (-4 *3 (-998 *4 *5 *6 *2)))) (-3714 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3))) (-5 *1 (-720 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(-10 -7 (-15 -3714 ((-2 (|:| |num| |#4|) (|:| |den| |#4|)) |#4| |#5|)) (-15 -1274 (|#4| |#4| |#5|)) (-15 -3641 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -3388 ((-1181) (-1077) (-1077) |#4| |#5|)) (-15 -2789 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)))
+((-1923 (((-3 (-1090 (-1090 |#1|)) "failed") |#4|) 43)) (-3963 (((-594 |#4|) |#4|) 15)) (-1425 ((|#4| |#4|) 11)))
+(((-721 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3963 ((-594 |#4|) |#4|)) (-15 -1923 ((-3 (-1090 (-1090 |#1|)) "failed") |#4|)) (-15 -1425 (|#4| |#4|))) (-329) (-309 |#1|) (-1152 |#2|) (-1152 |#3|) (-858)) (T -721))
+((-1425 (*1 *2 *2) (-12 (-4 *3 (-329)) (-4 *4 (-309 *3)) (-4 *5 (-1152 *4)) (-5 *1 (-721 *3 *4 *5 *2 *6)) (-4 *2 (-1152 *5)) (-14 *6 (-858)))) (-1923 (*1 *2 *3) (|partial| -12 (-4 *4 (-329)) (-4 *5 (-309 *4)) (-4 *6 (-1152 *5)) (-5 *2 (-1090 (-1090 *4))) (-5 *1 (-721 *4 *5 *6 *3 *7)) (-4 *3 (-1152 *6)) (-14 *7 (-858)))) (-3963 (*1 *2 *3) (-12 (-4 *4 (-329)) (-4 *5 (-309 *4)) (-4 *6 (-1152 *5)) (-5 *2 (-594 *3)) (-5 *1 (-721 *4 *5 *6 *3 *7)) (-4 *3 (-1152 *6)) (-14 *7 (-858)))))
+(-10 -7 (-15 -3963 ((-594 |#4|) |#4|)) (-15 -1923 ((-3 (-1090 (-1090 |#1|)) "failed") |#4|)) (-15 -1425 (|#4| |#4|)))
+((-2131 (((-2 (|:| |deter| (-594 (-1090 |#5|))) (|:| |dterm| (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-594 |#1|)) (|:| |nlead| (-594 |#5|))) (-1090 |#5|) (-594 |#1|) (-594 |#5|)) 54)) (-2152 (((-594 (-715)) |#1|) 13)))
+(((-722 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2131 ((-2 (|:| |deter| (-594 (-1090 |#5|))) (|:| |dterm| (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-594 |#1|)) (|:| |nlead| (-594 |#5|))) (-1090 |#5|) (-594 |#1|) (-594 |#5|))) (-15 -2152 ((-594 (-715)) |#1|))) (-1152 |#4|) (-737) (-791) (-288) (-886 |#4| |#2| |#3|)) (T -722))
+((-2152 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)) (-5 *2 (-594 (-715))) (-5 *1 (-722 *3 *4 *5 *6 *7)) (-4 *3 (-1152 *6)) (-4 *7 (-886 *6 *4 *5)))) (-2131 (*1 *2 *3 *4 *5) (-12 (-4 *6 (-1152 *9)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-288)) (-4 *10 (-886 *9 *7 *8)) (-5 *2 (-2 (|:| |deter| (-594 (-1090 *10))) (|:| |dterm| (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| *10))))) (|:| |nfacts| (-594 *6)) (|:| |nlead| (-594 *10)))) (-5 *1 (-722 *6 *7 *8 *9 *10)) (-5 *3 (-1090 *10)) (-5 *4 (-594 *6)) (-5 *5 (-594 *10)))))
+(-10 -7 (-15 -2131 ((-2 (|:| |deter| (-594 (-1090 |#5|))) (|:| |dterm| (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| |#5|))))) (|:| |nfacts| (-594 |#1|)) (|:| |nlead| (-594 |#5|))) (-1090 |#5|) (-594 |#1|) (-594 |#5|))) (-15 -2152 ((-594 (-715)) |#1|)))
+((-2068 (((-594 (-2 (|:| |outval| |#1|) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 |#1|))))) (-634 (-387 (-527))) |#1|) 31)) (-2909 (((-594 |#1|) (-634 (-387 (-527))) |#1|) 21)) (-3591 (((-889 (-387 (-527))) (-634 (-387 (-527))) (-1094)) 18) (((-889 (-387 (-527))) (-634 (-387 (-527)))) 17)))
+(((-723 |#1|) (-10 -7 (-15 -3591 ((-889 (-387 (-527))) (-634 (-387 (-527))))) (-15 -3591 ((-889 (-387 (-527))) (-634 (-387 (-527))) (-1094))) (-15 -2909 ((-594 |#1|) (-634 (-387 (-527))) |#1|)) (-15 -2068 ((-594 (-2 (|:| |outval| |#1|) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 |#1|))))) (-634 (-387 (-527))) |#1|))) (-13 (-343) (-789))) (T -723))
+((-2068 (*1 *2 *3 *4) (-12 (-5 *3 (-634 (-387 (-527)))) (-5 *2 (-594 (-2 (|:| |outval| *4) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 *4)))))) (-5 *1 (-723 *4)) (-4 *4 (-13 (-343) (-789))))) (-2909 (*1 *2 *3 *4) (-12 (-5 *3 (-634 (-387 (-527)))) (-5 *2 (-594 *4)) (-5 *1 (-723 *4)) (-4 *4 (-13 (-343) (-789))))) (-3591 (*1 *2 *3 *4) (-12 (-5 *3 (-634 (-387 (-527)))) (-5 *4 (-1094)) (-5 *2 (-889 (-387 (-527)))) (-5 *1 (-723 *5)) (-4 *5 (-13 (-343) (-789))))) (-3591 (*1 *2 *3) (-12 (-5 *3 (-634 (-387 (-527)))) (-5 *2 (-889 (-387 (-527)))) (-5 *1 (-723 *4)) (-4 *4 (-13 (-343) (-789))))))
+(-10 -7 (-15 -3591 ((-889 (-387 (-527))) (-634 (-387 (-527))))) (-15 -3591 ((-889 (-387 (-527))) (-634 (-387 (-527))) (-1094))) (-15 -2909 ((-594 |#1|) (-634 (-387 (-527))) |#1|)) (-15 -2068 ((-594 (-2 (|:| |outval| |#1|) (|:| |outmult| (-527)) (|:| |outvect| (-594 (-634 |#1|))))) (-634 (-387 (-527))) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 34)) (-2853 (((-594 |#2|) $) NIL)) (-2669 (((-1090 $) $ |#2|) NIL) (((-1090 |#1|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 |#2|)) NIL)) (-1630 (($ $) 28)) (-2234 (((-110) $ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3286 (($ $ $) 93 (|has| |#1| (-519)))) (-3164 (((-594 $) $ $) 106 (|has| |#1| (-519)))) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 |#2| "failed") $) NIL) (((-3 $ "failed") (-889 (-387 (-527)))) NIL (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094))))) (((-3 $ "failed") (-889 (-527))) NIL (-2027 (-12 (|has| |#1| (-37 (-527))) (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-37 (-387 (-527)))))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094)))))) (((-3 $ "failed") (-889 |#1|)) NIL (-2027 (-12 (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-37 (-387 (-527))))) (-3264 (|has| |#1| (-37 (-527))))) (-12 (|has| |#1| (-37 (-527))) (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-37 (-387 (-527))))) (-3264 (|has| |#1| (-512)))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-927 (-527))))))) (((-3 (-1046 |#1| |#2|) "failed") $) 18)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) ((|#2| $) NIL) (($ (-889 (-387 (-527)))) NIL (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094))))) (($ (-889 (-527))) NIL (-2027 (-12 (|has| |#1| (-37 (-527))) (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-37 (-387 (-527)))))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094)))))) (($ (-889 |#1|)) NIL (-2027 (-12 (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-37 (-387 (-527))))) (-3264 (|has| |#1| (-37 (-527))))) (-12 (|has| |#1| (-37 (-527))) (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-37 (-387 (-527))))) (-3264 (|has| |#1| (-512)))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-927 (-527))))))) (((-1046 |#1| |#2|) $) NIL)) (-1897 (($ $ $ |#2|) NIL (|has| |#1| (-162))) (($ $ $) 104 (|has| |#1| (-519)))) (-3033 (($ $) NIL) (($ $ |#2|) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-2892 (((-110) $ $) NIL) (((-110) $ (-594 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3049 (((-110) $) NIL)) (-4022 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 70)) (-3330 (($ $) 119 (|has| |#1| (-431)))) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ |#2|) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-2589 (($ $) NIL (|has| |#1| (-519)))) (-2127 (($ $) NIL (|has| |#1| (-519)))) (-1229 (($ $ $) 65) (($ $ $ |#2|) NIL)) (-1386 (($ $ $) 68) (($ $ $ |#2|) NIL)) (-3379 (($ $ |#1| (-499 |#2|) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| |#1| (-823 (-359))) (|has| |#2| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| |#1| (-823 (-527))) (|has| |#2| (-823 (-527)))))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-3076 (((-110) $ $) NIL) (((-110) $ (-594 $)) NIL)) (-3094 (($ $ $ $ $) 90 (|has| |#1| (-519)))) (-2876 ((|#2| $) 19)) (-2842 (($ (-1090 |#1|) |#2|) NIL) (($ (-1090 $) |#2|) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-499 |#2|)) NIL) (($ $ |#2| (-715)) 36) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-2478 (($ $ $) 60)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |#2|) NIL)) (-3167 (((-110) $) NIL)) (-4045 (((-499 |#2|) $) NIL) (((-715) $ |#2|) NIL) (((-594 (-715)) $ (-594 |#2|)) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-4113 (((-715) $) 20)) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-499 |#2|) (-499 |#2|)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2317 (((-3 |#2| "failed") $) NIL)) (-1371 (($ $) NIL (|has| |#1| (-431)))) (-3090 (($ $) NIL (|has| |#1| (-431)))) (-1907 (((-594 $) $) NIL)) (-1422 (($ $) 37)) (-2264 (($ $) NIL (|has| |#1| (-431)))) (-1785 (((-594 $) $) 41)) (-3010 (($ $) 39)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL) (($ $ |#2|) 45)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2801 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3670 (-715))) $ $) 82)) (-1865 (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $) 67) (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $ |#2|) NIL)) (-1409 (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $) NIL) (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $ |#2|) NIL)) (-4028 (($ $ $) 72) (($ $ $ |#2|) NIL)) (-1817 (($ $ $) 75) (($ $ $ |#2|) NIL)) (-2416 (((-1077) $) NIL)) (-3120 (($ $ $) 108 (|has| |#1| (-519)))) (-2895 (((-594 $) $) 30)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| |#2|) (|:| -3148 (-715))) "failed") $) NIL)) (-2451 (((-110) $ $) NIL) (((-110) $ (-594 $)) NIL)) (-4039 (($ $ $) NIL)) (-2138 (($ $) 21)) (-1745 (((-110) $ $) NIL)) (-2238 (((-110) $ $) NIL) (((-110) $ (-594 $)) NIL)) (-2125 (($ $ $) NIL)) (-3514 (($ $) 23)) (-4024 (((-1041) $) NIL)) (-2447 (((-2 (|:| -2742 $) (|:| |coef2| $)) $ $) 99 (|has| |#1| (-519)))) (-3332 (((-2 (|:| -2742 $) (|:| |coef1| $)) $ $) 96 (|has| |#1| (-519)))) (-2964 (((-110) $) 52)) (-2972 ((|#1| $) 55)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 ((|#1| |#1| $) 116 (|has| |#1| (-431))) (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-3708 (((-2 (|:| -2742 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 102 (|has| |#1| (-519)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) 84 (|has| |#1| (-519)))) (-3350 (($ $ |#1|) 112 (|has| |#1| (-519))) (($ $ $) NIL (|has| |#1| (-519)))) (-1261 (($ $ |#1|) 111 (|has| |#1| (-519))) (($ $ $) NIL (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ |#2| |#1|) NIL) (($ $ (-594 |#2|) (-594 |#1|)) NIL) (($ $ |#2| $) NIL) (($ $ (-594 |#2|) (-594 $)) NIL)) (-1875 (($ $ |#2|) NIL (|has| |#1| (-162)))) (-4234 (($ $ |#2|) NIL) (($ $ (-594 |#2|)) NIL) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-4115 (((-499 |#2|) $) NIL) (((-715) $ |#2|) 43) (((-594 (-715)) $ (-594 |#2|)) NIL)) (-2111 (($ $) NIL)) (-1783 (($ $) 33)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| |#1| (-569 (-503))) (|has| |#2| (-569 (-503))))) (($ (-889 (-387 (-527)))) NIL (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094))))) (($ (-889 (-527))) NIL (-2027 (-12 (|has| |#1| (-37 (-527))) (|has| |#2| (-569 (-1094))) (-3264 (|has| |#1| (-37 (-387 (-527)))))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#2| (-569 (-1094)))))) (($ (-889 |#1|)) NIL (|has| |#2| (-569 (-1094)))) (((-1077) $) NIL (-12 (|has| |#1| (-970 (-527))) (|has| |#2| (-569 (-1094))))) (((-889 |#1|) $) NIL (|has| |#2| (-569 (-1094))))) (-1898 ((|#1| $) 115 (|has| |#1| (-431))) (($ $ |#2|) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ |#2|) NIL) (((-889 |#1|) $) NIL (|has| |#2| (-569 (-1094)))) (((-1046 |#1| |#2|) $) 15) (($ (-1046 |#1| |#2|)) 16) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-499 |#2|)) NIL) (($ $ |#2| (-715)) 44) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 13 T CONST)) (-3294 (((-3 (-110) "failed") $ $) NIL)) (-3374 (($) 35 T CONST)) (-1723 (($ $ $ $ (-715)) 88 (|has| |#1| (-519)))) (-3942 (($ $ $ (-715)) 87 (|has| |#1| (-519)))) (-2369 (($ $ |#2|) NIL) (($ $ (-594 |#2|)) NIL) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) 54)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) 64)) (-2850 (($ $ $) 74)) (** (($ $ (-858)) NIL) (($ $ (-715)) 61)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 59) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 58) (($ $ |#1|) NIL)))
+(((-724 |#1| |#2|) (-13 (-993 |#1| (-499 |#2|) |#2|) (-568 (-1046 |#1| |#2|)) (-970 (-1046 |#1| |#2|))) (-979) (-791)) (T -724))
+NIL
+(-13 (-993 |#1| (-499 |#2|) |#2|) (-568 (-1046 |#1| |#2|)) (-970 (-1046 |#1| |#2|)))
+((-1998 (((-726 |#2|) (-1 |#2| |#1|) (-726 |#1|)) 13)))
+(((-725 |#1| |#2|) (-10 -7 (-15 -1998 ((-726 |#2|) (-1 |#2| |#1|) (-726 |#1|)))) (-979) (-979)) (T -725))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-726 *5)) (-4 *5 (-979)) (-4 *6 (-979)) (-5 *2 (-726 *6)) (-5 *1 (-725 *5 *6)))))
+(-10 -7 (-15 -1998 ((-726 |#2|) (-1 |#2| |#1|) (-726 |#1|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 12)) (-3020 (((-1176 |#1|) $ (-715)) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-2186 (($ (-1090 |#1|)) NIL)) (-2669 (((-1090 $) $ (-1007)) NIL) (((-1090 |#1|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-1007))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1971 (((-594 $) $ $) 39 (|has| |#1| (-519)))) (-3286 (($ $ $) 35 (|has| |#1| (-519)))) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1765 (($ $ (-715)) NIL)) (-3652 (($ $ (-715)) NIL)) (-3444 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-431)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-1007) "failed") $) NIL) (((-3 (-1090 |#1|) "failed") $) 10)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-1007) $) NIL) (((-1090 |#1|) $) NIL)) (-1897 (($ $ $ (-1007)) NIL (|has| |#1| (-162))) ((|#1| $ $) 43 (|has| |#1| (-162)))) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-4183 (($ $ $) NIL)) (-1320 (($ $ $) 71 (|has| |#1| (-519)))) (-4022 (((-2 (|:| -2663 |#1|) (|:| -1381 $) (|:| -3145 $)) $ $) 70 (|has| |#1| (-519)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ (-1007)) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-715) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1007) (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1007) (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2050 (((-715) $ $) NIL (|has| |#1| (-519)))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-1070)))) (-2842 (($ (-1090 |#1|) (-1007)) NIL) (($ (-1090 $) (-1007)) NIL)) (-1912 (($ $ (-715)) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-2478 (($ $ $) 20)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-1007)) NIL) (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4045 (((-715) $) NIL) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-715) (-715)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2143 (((-1090 |#1|) $) NIL)) (-2317 (((-3 (-1007) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2801 (((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3670 (-715))) $ $) 26)) (-2012 (($ $ $) 29)) (-3737 (($ $ $) 32)) (-1865 (((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $) 31)) (-2416 (((-1077) $) NIL)) (-3120 (($ $ $) 41 (|has| |#1| (-519)))) (-1258 (((-2 (|:| -1381 $) (|:| -3145 $)) $ (-715)) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-1007)) (|:| -3148 (-715))) "failed") $) NIL)) (-1467 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2138 (($) NIL (|has| |#1| (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2447 (((-2 (|:| -2742 $) (|:| |coef2| $)) $ $) 67 (|has| |#1| (-519)))) (-3332 (((-2 (|:| -2742 $) (|:| |coef1| $)) $ $) 63 (|has| |#1| (-519)))) (-2218 (((-2 (|:| -1897 |#1|) (|:| |coef2| $)) $ $) 55 (|has| |#1| (-519)))) (-3635 (((-2 (|:| -1897 |#1|) (|:| |coef1| $)) $ $) 51 (|has| |#1| (-519)))) (-2964 (((-110) $) 13)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2885 (($ $ (-715) |#1| $) 19)) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-3708 (((-2 (|:| -2742 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 59 (|has| |#1| (-519)))) (-2038 (((-2 (|:| -1897 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $) 47 (|has| |#1| (-519)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-1007) |#1|) NIL) (($ $ (-594 (-1007)) (-594 |#1|)) NIL) (($ $ (-1007) $) NIL) (($ $ (-594 (-1007)) (-594 $)) NIL)) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ |#1|) NIL) (($ $ $) NIL) (((-387 $) (-387 $) (-387 $)) NIL (|has| |#1| (-519))) ((|#1| (-387 $) |#1|) NIL (|has| |#1| (-343))) (((-387 $) $ (-387 $)) NIL (|has| |#1| (-519)))) (-3342 (((-3 $ "failed") $ (-715)) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-1875 (($ $ (-1007)) NIL (|has| |#1| (-162))) ((|#1| $) NIL (|has| |#1| (-162)))) (-4234 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4115 (((-715) $) NIL) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-1007) (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) NIL (|has| |#1| (-431))) (($ $ (-1007)) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-3987 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519))) (((-3 (-387 $) "failed") (-387 $) $) NIL (|has| |#1| (-519)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-1007)) NIL) (((-1090 |#1|) $) 7) (($ (-1090 |#1|)) 8) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 21 T CONST)) (-3374 (($) 24 T CONST)) (-2369 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) 28) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 23) (($ $ |#1|) NIL)))
+(((-726 |#1|) (-13 (-1152 |#1|) (-568 (-1090 |#1|)) (-970 (-1090 |#1|)) (-10 -8 (-15 -2885 ($ $ (-715) |#1| $)) (-15 -2478 ($ $ $)) (-15 -2801 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3670 (-715))) $ $)) (-15 -2012 ($ $ $)) (-15 -1865 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -3737 ($ $ $)) (IF (|has| |#1| (-519)) (PROGN (-15 -1971 ((-594 $) $ $)) (-15 -3120 ($ $ $)) (-15 -3708 ((-2 (|:| -2742 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3332 ((-2 (|:| -2742 $) (|:| |coef1| $)) $ $)) (-15 -2447 ((-2 (|:| -2742 $) (|:| |coef2| $)) $ $)) (-15 -2038 ((-2 (|:| -1897 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3635 ((-2 (|:| -1897 |#1|) (|:| |coef1| $)) $ $)) (-15 -2218 ((-2 (|:| -1897 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|))) (-979)) (T -726))
+((-2885 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-715)) (-5 *1 (-726 *3)) (-4 *3 (-979)))) (-2478 (*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-979)))) (-2801 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |polnum| (-726 *3)) (|:| |polden| *3) (|:| -3670 (-715)))) (-5 *1 (-726 *3)) (-4 *3 (-979)))) (-2012 (*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-979)))) (-1865 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2663 *3) (|:| |gap| (-715)) (|:| -1381 (-726 *3)) (|:| -3145 (-726 *3)))) (-5 *1 (-726 *3)) (-4 *3 (-979)))) (-3737 (*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-979)))) (-1971 (*1 *2 *1 *1) (-12 (-5 *2 (-594 (-726 *3))) (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))) (-3120 (*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-519)) (-4 *2 (-979)))) (-3708 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2742 (-726 *3)) (|:| |coef1| (-726 *3)) (|:| |coef2| (-726 *3)))) (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))) (-3332 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2742 (-726 *3)) (|:| |coef1| (-726 *3)))) (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))) (-2447 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -2742 (-726 *3)) (|:| |coef2| (-726 *3)))) (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))) (-2038 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1897 *3) (|:| |coef1| (-726 *3)) (|:| |coef2| (-726 *3)))) (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))) (-3635 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1897 *3) (|:| |coef1| (-726 *3)))) (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))) (-2218 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| -1897 *3) (|:| |coef2| (-726 *3)))) (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))))
+(-13 (-1152 |#1|) (-568 (-1090 |#1|)) (-970 (-1090 |#1|)) (-10 -8 (-15 -2885 ($ $ (-715) |#1| $)) (-15 -2478 ($ $ $)) (-15 -2801 ((-2 (|:| |polnum| $) (|:| |polden| |#1|) (|:| -3670 (-715))) $ $)) (-15 -2012 ($ $ $)) (-15 -1865 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -3737 ($ $ $)) (IF (|has| |#1| (-519)) (PROGN (-15 -1971 ((-594 $) $ $)) (-15 -3120 ($ $ $)) (-15 -3708 ((-2 (|:| -2742 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3332 ((-2 (|:| -2742 $) (|:| |coef1| $)) $ $)) (-15 -2447 ((-2 (|:| -2742 $) (|:| |coef2| $)) $ $)) (-15 -2038 ((-2 (|:| -1897 |#1|) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3635 ((-2 (|:| -1897 |#1|) (|:| |coef1| $)) $ $)) (-15 -2218 ((-2 (|:| -1897 |#1|) (|:| |coef2| $)) $ $))) |%noBranch|)))
+((-3622 ((|#1| (-715) |#1|) 32 (|has| |#1| (-37 (-387 (-527)))))) (-1212 ((|#1| (-715) |#1|) 22)) (-4140 ((|#1| (-715) |#1|) 34 (|has| |#1| (-37 (-387 (-527)))))))
+(((-727 |#1|) (-10 -7 (-15 -1212 (|#1| (-715) |#1|)) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -4140 (|#1| (-715) |#1|)) (-15 -3622 (|#1| (-715) |#1|))) |%noBranch|)) (-162)) (T -727))
+((-3622 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-727 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-162)))) (-4140 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-727 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-162)))) (-1212 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-727 *2)) (-4 *2 (-162)))))
+(-10 -7 (-15 -1212 (|#1| (-715) |#1|)) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -4140 (|#1| (-715) |#1|)) (-15 -3622 (|#1| (-715) |#1|))) |%noBranch|))
+((-4105 (((-110) $ $) 7)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) 85)) (-2900 (((-594 $) (-594 |#4|)) 86) (((-594 $) (-594 |#4|) (-110)) 111)) (-2853 (((-594 |#3|) $) 33)) (-1627 (((-110) $) 26)) (-4191 (((-110) $) 17 (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) 101) (((-110) $) 97)) (-3930 ((|#4| |#4| $) 92)) (-3259 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| $) 126)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) 27)) (-1731 (((-110) $ (-715)) 44)) (-2420 (($ (-1 (-110) |#4|) $) 65 (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) 79)) (-1298 (($) 45 T CONST)) (-4235 (((-110) $) 22 (|has| |#1| (-519)))) (-4208 (((-110) $ $) 24 (|has| |#1| (-519)))) (-1689 (((-110) $ $) 23 (|has| |#1| (-519)))) (-2241 (((-110) $) 25 (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 93)) (-2551 (((-594 |#4|) (-594 |#4|) $) 18 (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) 19 (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) 36)) (-4145 (($ (-594 |#4|)) 35)) (-1683 (((-3 $ "failed") $) 82)) (-2859 ((|#4| |#4| $) 89)) (-1702 (($ $) 68 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#4| $) 67 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#4|) $) 64 (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) 102)) (-3730 ((|#4| |#4| $) 87)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 94)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) 105)) (-2864 (((-110) |#4| $) 136)) (-2600 (((-110) |#4| $) 133)) (-2697 (((-110) |#4| $) 137) (((-110) $) 134)) (-3717 (((-594 |#4|) $) 52 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) 104) (((-110) $) 103)) (-2876 ((|#3| $) 34)) (-3541 (((-110) $ (-715)) 43)) (-2063 (((-594 |#4|) $) 53 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 55 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 47)) (-1388 (((-594 |#3|) $) 32)) (-1228 (((-110) |#3| $) 31)) (-2324 (((-110) $ (-715)) 42)) (-2416 (((-1077) $) 9)) (-1289 (((-3 |#4| (-594 $)) |#4| |#4| $) 128)) (-3120 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| |#4| $) 127)) (-2681 (((-3 |#4| "failed") $) 83)) (-2445 (((-594 $) |#4| $) 129)) (-3408 (((-3 (-110) (-594 $)) |#4| $) 132)) (-1710 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) |#4| $) 131) (((-110) |#4| $) 130)) (-2984 (((-594 $) |#4| $) 125) (((-594 $) (-594 |#4|) $) 124) (((-594 $) (-594 |#4|) (-594 $)) 123) (((-594 $) |#4| (-594 $)) 122)) (-1541 (($ |#4| $) 117) (($ (-594 |#4|) $) 116)) (-3367 (((-594 |#4|) $) 107)) (-2451 (((-110) |#4| $) 99) (((-110) $) 95)) (-4039 ((|#4| |#4| $) 90)) (-1745 (((-110) $ $) 110)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) 100) (((-110) $) 96)) (-2125 ((|#4| |#4| $) 91)) (-4024 (((-1041) $) 10)) (-1672 (((-3 |#4| "failed") $) 84)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) 61)) (-3366 (((-3 $ "failed") $ |#4|) 78)) (-3469 (($ $ |#4|) 77) (((-594 $) |#4| $) 115) (((-594 $) |#4| (-594 $)) 114) (((-594 $) (-594 |#4|) $) 113) (((-594 $) (-594 |#4|) (-594 $)) 112)) (-1604 (((-110) (-1 (-110) |#4|) $) 50 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) 59 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) 57 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) 56 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) 38)) (-1815 (((-110) $) 41)) (-2453 (($) 40)) (-4115 (((-715) $) 106)) (-4034 (((-715) |#4| $) 54 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#4|) $) 51 (|has| $ (-6 -4261)))) (-2465 (($ $) 39)) (-2051 (((-503) $) 69 (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 60)) (-4083 (($ $ |#3|) 28)) (-4055 (($ $ |#3|) 30)) (-4025 (($ $) 88)) (-2881 (($ $ |#3|) 29)) (-4118 (((-800) $) 11) (((-594 |#4|) $) 37)) (-4196 (((-715) $) 76 (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) 108)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) 98)) (-3684 (((-594 $) |#4| $) 121) (((-594 $) |#4| (-594 $)) 120) (((-594 $) (-594 |#4|) $) 119) (((-594 $) (-594 |#4|) (-594 $)) 118)) (-1722 (((-110) (-1 (-110) |#4|) $) 49 (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) 81)) (-3410 (((-110) |#4| $) 135)) (-3859 (((-110) |#3| $) 80)) (-2747 (((-110) $ $) 6)) (-2809 (((-715) $) 46 (|has| $ (-6 -4261)))))
+(((-728 |#1| |#2| |#3| |#4|) (-133) (-431) (-737) (-791) (-993 |t#1| |t#2| |t#3|)) (T -728))
+NIL
+(-13 (-998 |t#1| |t#2| |t#3| |t#4|))
+(((-33) . T) ((-99) . T) ((-568 (-594 |#4|)) . T) ((-568 (-800)) . T) ((-144 |#4|) . T) ((-569 (-503)) |has| |#4| (-569 (-503))) ((-290 |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-466 |#4|) . T) ((-488 |#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-911 |#1| |#2| |#3| |#4|) . T) ((-998 |#1| |#2| |#3| |#4|) . T) ((-1022) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-3855 (((-3 (-359) "failed") (-296 |#1|) (-858)) 62 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-3 (-359) "failed") (-296 |#1|)) 54 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-3 (-359) "failed") (-387 (-889 |#1|)) (-858)) 41 (|has| |#1| (-519))) (((-3 (-359) "failed") (-387 (-889 |#1|))) 40 (|has| |#1| (-519))) (((-3 (-359) "failed") (-889 |#1|) (-858)) 31 (|has| |#1| (-979))) (((-3 (-359) "failed") (-889 |#1|)) 30 (|has| |#1| (-979)))) (-3477 (((-359) (-296 |#1|) (-858)) 99 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-359) (-296 |#1|)) 94 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-359) (-387 (-889 |#1|)) (-858)) 91 (|has| |#1| (-519))) (((-359) (-387 (-889 |#1|))) 90 (|has| |#1| (-519))) (((-359) (-889 |#1|) (-858)) 86 (|has| |#1| (-979))) (((-359) (-889 |#1|)) 85 (|has| |#1| (-979))) (((-359) |#1| (-858)) 76) (((-359) |#1|) 22)) (-2440 (((-3 (-159 (-359)) "failed") (-296 (-159 |#1|)) (-858)) 71 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-3 (-159 (-359)) "failed") (-296 (-159 |#1|))) 70 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-3 (-159 (-359)) "failed") (-296 |#1|) (-858)) 63 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-3 (-159 (-359)) "failed") (-296 |#1|)) 61 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-3 (-159 (-359)) "failed") (-387 (-889 (-159 |#1|))) (-858)) 46 (|has| |#1| (-519))) (((-3 (-159 (-359)) "failed") (-387 (-889 (-159 |#1|)))) 45 (|has| |#1| (-519))) (((-3 (-159 (-359)) "failed") (-387 (-889 |#1|)) (-858)) 39 (|has| |#1| (-519))) (((-3 (-159 (-359)) "failed") (-387 (-889 |#1|))) 38 (|has| |#1| (-519))) (((-3 (-159 (-359)) "failed") (-889 |#1|) (-858)) 28 (|has| |#1| (-979))) (((-3 (-159 (-359)) "failed") (-889 |#1|)) 26 (|has| |#1| (-979))) (((-3 (-159 (-359)) "failed") (-889 (-159 |#1|)) (-858)) 18 (|has| |#1| (-162))) (((-3 (-159 (-359)) "failed") (-889 (-159 |#1|))) 15 (|has| |#1| (-162)))) (-2634 (((-159 (-359)) (-296 (-159 |#1|)) (-858)) 102 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-159 (-359)) (-296 (-159 |#1|))) 101 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-159 (-359)) (-296 |#1|) (-858)) 100 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-159 (-359)) (-296 |#1|)) 98 (-12 (|has| |#1| (-519)) (|has| |#1| (-791)))) (((-159 (-359)) (-387 (-889 (-159 |#1|))) (-858)) 93 (|has| |#1| (-519))) (((-159 (-359)) (-387 (-889 (-159 |#1|)))) 92 (|has| |#1| (-519))) (((-159 (-359)) (-387 (-889 |#1|)) (-858)) 89 (|has| |#1| (-519))) (((-159 (-359)) (-387 (-889 |#1|))) 88 (|has| |#1| (-519))) (((-159 (-359)) (-889 |#1|) (-858)) 84 (|has| |#1| (-979))) (((-159 (-359)) (-889 |#1|)) 83 (|has| |#1| (-979))) (((-159 (-359)) (-889 (-159 |#1|)) (-858)) 78 (|has| |#1| (-162))) (((-159 (-359)) (-889 (-159 |#1|))) 77 (|has| |#1| (-162))) (((-159 (-359)) (-159 |#1|) (-858)) 80 (|has| |#1| (-162))) (((-159 (-359)) (-159 |#1|)) 79 (|has| |#1| (-162))) (((-159 (-359)) |#1| (-858)) 27) (((-159 (-359)) |#1|) 25)))
+(((-729 |#1|) (-10 -7 (-15 -3477 ((-359) |#1|)) (-15 -3477 ((-359) |#1| (-858))) (-15 -2634 ((-159 (-359)) |#1|)) (-15 -2634 ((-159 (-359)) |#1| (-858))) (IF (|has| |#1| (-162)) (PROGN (-15 -2634 ((-159 (-359)) (-159 |#1|))) (-15 -2634 ((-159 (-359)) (-159 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-889 (-159 |#1|)))) (-15 -2634 ((-159 (-359)) (-889 (-159 |#1|)) (-858)))) |%noBranch|) (IF (|has| |#1| (-979)) (PROGN (-15 -3477 ((-359) (-889 |#1|))) (-15 -3477 ((-359) (-889 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-889 |#1|))) (-15 -2634 ((-159 (-359)) (-889 |#1|) (-858)))) |%noBranch|) (IF (|has| |#1| (-519)) (PROGN (-15 -3477 ((-359) (-387 (-889 |#1|)))) (-15 -3477 ((-359) (-387 (-889 |#1|)) (-858))) (-15 -2634 ((-159 (-359)) (-387 (-889 |#1|)))) (-15 -2634 ((-159 (-359)) (-387 (-889 |#1|)) (-858))) (-15 -2634 ((-159 (-359)) (-387 (-889 (-159 |#1|))))) (-15 -2634 ((-159 (-359)) (-387 (-889 (-159 |#1|))) (-858))) (IF (|has| |#1| (-791)) (PROGN (-15 -3477 ((-359) (-296 |#1|))) (-15 -3477 ((-359) (-296 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-296 |#1|))) (-15 -2634 ((-159 (-359)) (-296 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-296 (-159 |#1|)))) (-15 -2634 ((-159 (-359)) (-296 (-159 |#1|)) (-858)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-162)) (PROGN (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 (-159 |#1|)))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 (-159 |#1|)) (-858)))) |%noBranch|) (IF (|has| |#1| (-979)) (PROGN (-15 -3855 ((-3 (-359) "failed") (-889 |#1|))) (-15 -3855 ((-3 (-359) "failed") (-889 |#1|) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 |#1|))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 |#1|) (-858)))) |%noBranch|) (IF (|has| |#1| (-519)) (PROGN (-15 -3855 ((-3 (-359) "failed") (-387 (-889 |#1|)))) (-15 -3855 ((-3 (-359) "failed") (-387 (-889 |#1|)) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 |#1|)))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 |#1|)) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 (-159 |#1|))))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 (-159 |#1|))) (-858))) (IF (|has| |#1| (-791)) (PROGN (-15 -3855 ((-3 (-359) "failed") (-296 |#1|))) (-15 -3855 ((-3 (-359) "failed") (-296 |#1|) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 |#1|))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 |#1|) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 (-159 |#1|)))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 (-159 |#1|)) (-858)))) |%noBranch|)) |%noBranch|)) (-569 (-359))) (T -729))
+((-2440 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-296 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2440 (*1 *2 *3) (|partial| -12 (-5 *3 (-296 (-159 *4))) (-4 *4 (-519)) (-4 *4 (-791)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-2440 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2440 (*1 *2 *3) (|partial| -12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-3855 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791)) (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5)))) (-3855 (*1 *2 *3) (|partial| -12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791)) (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4)))) (-2440 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-387 (-889 (-159 *5)))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2440 (*1 *2 *3) (|partial| -12 (-5 *3 (-387 (-889 (-159 *4)))) (-4 *4 (-519)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-2440 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2440 (*1 *2 *3) (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-3855 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5)))) (-3855 (*1 *2 *3) (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4)))) (-2440 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2440 (*1 *2 *3) (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-3855 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979)) (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5)))) (-3855 (*1 *2 *3) (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4)))) (-2440 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-889 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-162)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2440 (*1 *2 *3) (|partial| -12 (-5 *3 (-889 (-159 *4))) (-4 *4 (-162)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-296 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2634 (*1 *2 *3) (-12 (-5 *3 (-296 (-159 *4))) (-4 *4 (-519)) (-4 *4 (-791)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2634 (*1 *2 *3) (-12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-3477 (*1 *2 *3 *4) (-12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791)) (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5)))) (-3477 (*1 *2 *3) (-12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791)) (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 (-159 *5)))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2634 (*1 *2 *3) (-12 (-5 *3 (-387 (-889 (-159 *4)))) (-4 *4 (-519)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2634 (*1 *2 *3) (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-3477 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5)))) (-3477 (*1 *2 *3) (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2634 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-3477 (*1 *2 *3 *4) (-12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979)) (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5)))) (-3477 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-889 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-162)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2634 (*1 *2 *3) (-12 (-5 *3 (-889 (-159 *4))) (-4 *4 (-162)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *3 (-159 *5)) (-5 *4 (-858)) (-4 *5 (-162)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5)))) (-2634 (*1 *2 *3) (-12 (-5 *3 (-159 *4)) (-4 *4 (-162)) (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4)))) (-2634 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-5 *2 (-159 (-359))) (-5 *1 (-729 *3)) (-4 *3 (-569 (-359))))) (-2634 (*1 *2 *3) (-12 (-5 *2 (-159 (-359))) (-5 *1 (-729 *3)) (-4 *3 (-569 (-359))))) (-3477 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-5 *2 (-359)) (-5 *1 (-729 *3)) (-4 *3 (-569 *2)))) (-3477 (*1 *2 *3) (-12 (-5 *2 (-359)) (-5 *1 (-729 *3)) (-4 *3 (-569 *2)))))
+(-10 -7 (-15 -3477 ((-359) |#1|)) (-15 -3477 ((-359) |#1| (-858))) (-15 -2634 ((-159 (-359)) |#1|)) (-15 -2634 ((-159 (-359)) |#1| (-858))) (IF (|has| |#1| (-162)) (PROGN (-15 -2634 ((-159 (-359)) (-159 |#1|))) (-15 -2634 ((-159 (-359)) (-159 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-889 (-159 |#1|)))) (-15 -2634 ((-159 (-359)) (-889 (-159 |#1|)) (-858)))) |%noBranch|) (IF (|has| |#1| (-979)) (PROGN (-15 -3477 ((-359) (-889 |#1|))) (-15 -3477 ((-359) (-889 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-889 |#1|))) (-15 -2634 ((-159 (-359)) (-889 |#1|) (-858)))) |%noBranch|) (IF (|has| |#1| (-519)) (PROGN (-15 -3477 ((-359) (-387 (-889 |#1|)))) (-15 -3477 ((-359) (-387 (-889 |#1|)) (-858))) (-15 -2634 ((-159 (-359)) (-387 (-889 |#1|)))) (-15 -2634 ((-159 (-359)) (-387 (-889 |#1|)) (-858))) (-15 -2634 ((-159 (-359)) (-387 (-889 (-159 |#1|))))) (-15 -2634 ((-159 (-359)) (-387 (-889 (-159 |#1|))) (-858))) (IF (|has| |#1| (-791)) (PROGN (-15 -3477 ((-359) (-296 |#1|))) (-15 -3477 ((-359) (-296 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-296 |#1|))) (-15 -2634 ((-159 (-359)) (-296 |#1|) (-858))) (-15 -2634 ((-159 (-359)) (-296 (-159 |#1|)))) (-15 -2634 ((-159 (-359)) (-296 (-159 |#1|)) (-858)))) |%noBranch|)) |%noBranch|) (IF (|has| |#1| (-162)) (PROGN (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 (-159 |#1|)))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 (-159 |#1|)) (-858)))) |%noBranch|) (IF (|has| |#1| (-979)) (PROGN (-15 -3855 ((-3 (-359) "failed") (-889 |#1|))) (-15 -3855 ((-3 (-359) "failed") (-889 |#1|) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 |#1|))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-889 |#1|) (-858)))) |%noBranch|) (IF (|has| |#1| (-519)) (PROGN (-15 -3855 ((-3 (-359) "failed") (-387 (-889 |#1|)))) (-15 -3855 ((-3 (-359) "failed") (-387 (-889 |#1|)) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 |#1|)))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 |#1|)) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 (-159 |#1|))))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-387 (-889 (-159 |#1|))) (-858))) (IF (|has| |#1| (-791)) (PROGN (-15 -3855 ((-3 (-359) "failed") (-296 |#1|))) (-15 -3855 ((-3 (-359) "failed") (-296 |#1|) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 |#1|))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 |#1|) (-858))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 (-159 |#1|)))) (-15 -2440 ((-3 (-159 (-359)) "failed") (-296 (-159 |#1|)) (-858)))) |%noBranch|)) |%noBranch|))
+((-1322 (((-858) (-1077)) 65)) (-3594 (((-3 (-359) "failed") (-1077)) 33)) (-2001 (((-359) (-1077)) 31)) (-2201 (((-858) (-1077)) 54)) (-3689 (((-1077) (-858)) 55)) (-3736 (((-1077) (-858)) 53)))
+(((-730) (-10 -7 (-15 -3736 ((-1077) (-858))) (-15 -2201 ((-858) (-1077))) (-15 -3689 ((-1077) (-858))) (-15 -1322 ((-858) (-1077))) (-15 -2001 ((-359) (-1077))) (-15 -3594 ((-3 (-359) "failed") (-1077))))) (T -730))
+((-3594 (*1 *2 *3) (|partial| -12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-730)))) (-2001 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-730)))) (-1322 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-858)) (-5 *1 (-730)))) (-3689 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1077)) (-5 *1 (-730)))) (-2201 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-858)) (-5 *1 (-730)))) (-3736 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1077)) (-5 *1 (-730)))))
+(-10 -7 (-15 -3736 ((-1077) (-858))) (-15 -2201 ((-858) (-1077))) (-15 -3689 ((-1077) (-858))) (-15 -1322 ((-858) (-1077))) (-15 -2001 ((-359) (-1077))) (-15 -3594 ((-3 (-359) "failed") (-1077))))
+((-4105 (((-110) $ $) 7)) (-2517 (((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 15) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)) 13)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 16) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)))
+(((-731) (-133)) (T -731))
+((-3790 (*1 *2 *3 *4) (-12 (-4 *1 (-731)) (-5 *3 (-991)) (-5 *4 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968)))))) (-2517 (*1 *2 *3 *2) (-12 (-4 *1 (-731)) (-5 *2 (-968)) (-5 *3 (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))))) (-3790 (*1 *2 *3 *4) (-12 (-4 *1 (-731)) (-5 *3 (-991)) (-5 *4 (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968)))))) (-2517 (*1 *2 *3 *2) (-12 (-4 *1 (-731)) (-5 *2 (-968)) (-5 *3 (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))))))
+(-13 (-1022) (-10 -7 (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2517 ((-968) (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207))) (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)) (|:| |extra| (-968))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2517 ((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) (-968)))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4151 (((-1181) (-1176 (-359)) (-527) (-359) (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))) (-359) (-1176 (-359)) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359))) 44) (((-1181) (-1176 (-359)) (-527) (-359) (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))) (-359) (-1176 (-359)) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359))) 43)) (-3389 (((-1181) (-1176 (-359)) (-527) (-359) (-359) (-527) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359))) 50)) (-1348 (((-1181) (-1176 (-359)) (-527) (-359) (-359) (-359) (-359) (-527) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359))) 41)) (-2191 (((-1181) (-1176 (-359)) (-527) (-359) (-359) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359))) 52) (((-1181) (-1176 (-359)) (-527) (-359) (-359) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359))) 51)))
+(((-732) (-10 -7 (-15 -2191 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))) (-15 -2191 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)))) (-15 -1348 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-359) (-359) (-527) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))) (-15 -4151 ((-1181) (-1176 (-359)) (-527) (-359) (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))) (-359) (-1176 (-359)) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))) (-15 -4151 ((-1181) (-1176 (-359)) (-527) (-359) (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))) (-359) (-1176 (-359)) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)))) (-15 -3389 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-527) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))))) (T -732))
+((-3389 (*1 *2 *3 *4 *5 *5 *4 *6) (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359))) (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181)) (-5 *1 (-732)))) (-4151 (*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3) (-12 (-5 *4 (-527)) (-5 *6 (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359)))) (-5 *7 (-1 (-1181) (-1176 *5) (-1176 *5) (-359))) (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181)) (-5 *1 (-732)))) (-4151 (*1 *2 *3 *4 *5 *6 *5 *3 *7) (-12 (-5 *4 (-527)) (-5 *6 (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359)))) (-5 *7 (-1 (-1181) (-1176 *5) (-1176 *5) (-359))) (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181)) (-5 *1 (-732)))) (-1348 (*1 *2 *3 *4 *5 *5 *5 *5 *4 *6) (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359))) (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181)) (-5 *1 (-732)))) (-2191 (*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3) (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359))) (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181)) (-5 *1 (-732)))) (-2191 (*1 *2 *3 *4 *5 *5 *6) (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359))) (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181)) (-5 *1 (-732)))))
+(-10 -7 (-15 -2191 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))) (-15 -2191 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)))) (-15 -1348 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-359) (-359) (-527) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))) (-15 -4151 ((-1181) (-1176 (-359)) (-527) (-359) (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))) (-359) (-1176 (-359)) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))) (-15 -4151 ((-1181) (-1176 (-359)) (-527) (-359) (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))) (-359) (-1176 (-359)) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)) (-1176 (-359)))) (-15 -3389 ((-1181) (-1176 (-359)) (-527) (-359) (-359) (-527) (-1 (-1181) (-1176 (-359)) (-1176 (-359)) (-359)))))
+((-4186 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527)) 53)) (-3045 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527)) 31)) (-1834 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527)) 52)) (-3206 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527)) 29)) (-3563 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527)) 51)) (-2042 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527)) 19)) (-2794 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527)) 32)) (-1641 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527)) 30)) (-2023 (((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527)) 28)))
+(((-733) (-10 -7 (-15 -2023 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527))) (-15 -1641 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527))) (-15 -2794 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527))) (-15 -2042 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -3206 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -3045 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -3563 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -1834 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -4186 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))))) (T -733))
+((-4186 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-1834 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-3563 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-3045 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-3206 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-2042 (*1 *2 *3 *4 *4 *4 *4 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-2794 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-1641 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))) (-2023 (*1 *2 *3 *4 *4 *4 *4 *5 *5 *5) (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359)) (-5 *2 (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527)) (|:| |success| (-110)))) (-5 *1 (-733)) (-5 *5 (-527)))))
+(-10 -7 (-15 -2023 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527))) (-15 -1641 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527))) (-15 -2794 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527) (-527))) (-15 -2042 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -3206 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -3045 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -3563 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -1834 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))) (-15 -4186 ((-2 (|:| -2205 (-359)) (|:| -2163 (-359)) (|:| |totalpts| (-527)) (|:| |success| (-110))) (-1 (-359) (-359)) (-359) (-359) (-359) (-359) (-527) (-527))))
+((-3468 (((-1126 |#1|) |#1| (-207) (-527)) 46)))
+(((-734 |#1|) (-10 -7 (-15 -3468 ((-1126 |#1|) |#1| (-207) (-527)))) (-909)) (T -734))
+((-3468 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-207)) (-5 *5 (-527)) (-5 *2 (-1126 *3)) (-5 *1 (-734 *3)) (-4 *3 (-909)))))
+(-10 -7 (-15 -3468 ((-1126 |#1|) |#1| (-207) (-527))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 24)) (-3085 (((-3 $ "failed") $ $) 26)) (-1298 (($) 23 T CONST)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 22 T CONST)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2863 (($ $ $) 28) (($ $) 27)) (-2850 (($ $ $) 20)) (* (($ (-858) $) 21) (($ (-715) $) 25) (($ (-527) $) 29)))
+(((-735) (-133)) (T -735))
+NIL
+(-13 (-739) (-21))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-791) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 24)) (-1298 (($) 23 T CONST)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 22 T CONST)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2850 (($ $ $) 20)) (* (($ (-858) $) 21) (($ (-715) $) 25)))
+(((-736) (-133)) (T -736))
+NIL
+(-13 (-738) (-23))
+(((-23) . T) ((-25) . T) ((-99) . T) ((-568 (-800)) . T) ((-738) . T) ((-791) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 24)) (-1741 (($ $ $) 27)) (-3085 (((-3 $ "failed") $ $) 26)) (-1298 (($) 23 T CONST)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 22 T CONST)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2850 (($ $ $) 20)) (* (($ (-858) $) 21) (($ (-715) $) 25)))
+(((-737) (-133)) (T -737))
+((-1741 (*1 *1 *1 *1) (-4 *1 (-737))))
+(-13 (-739) (-10 -8 (-15 -1741 ($ $ $))))
+(((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-791) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 7)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2850 (($ $ $) 20)) (* (($ (-858) $) 21)))
+(((-738) (-133)) (T -738))
+NIL
+(-13 (-791) (-25))
+(((-25) . T) ((-99) . T) ((-568 (-800)) . T) ((-791) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 24)) (-3085 (((-3 $ "failed") $ $) 26)) (-1298 (($) 23 T CONST)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 22 T CONST)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2850 (($ $ $) 20)) (* (($ (-858) $) 21) (($ (-715) $) 25)))
+(((-739) (-133)) (T -739))
+NIL
+(-13 (-736) (-128))
+(((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-736) . T) ((-738) . T) ((-791) . T) ((-1022) . T))
+((-1874 (((-110) $) 41)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 |#2| "failed") $) 44)) (-4145 (((-527) $) NIL) (((-387 (-527)) $) NIL) ((|#2| $) 42)) (-2541 (((-3 (-387 (-527)) "failed") $) 78)) (-1397 (((-110) $) 72)) (-1328 (((-387 (-527)) $) 76)) (-1705 ((|#2| $) 26)) (-1998 (($ (-1 |#2| |#2|) $) 23)) (-2952 (($ $) 61)) (-2051 (((-503) $) 67)) (-1964 (($ $) 21)) (-4118 (((-800) $) 56) (($ (-527)) 39) (($ |#2|) 37) (($ (-387 (-527))) NIL)) (-4070 (((-715)) 10)) (-1597 ((|#2| $) 71)) (-2747 (((-110) $ $) 29)) (-2775 (((-110) $ $) 69)) (-2863 (($ $) 31) (($ $ $) NIL)) (-2850 (($ $ $) 30)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 35) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 32)))
+(((-740 |#1| |#2|) (-10 -8 (-15 -2775 ((-110) |#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2952 (|#1| |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -1597 (|#2| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -1964 (|#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -4118 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 -1874 ((-110) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|))) (-741 |#2|) (-162)) (T -740))
+((-4070 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-715)) (-5 *1 (-740 *3 *4)) (-4 *3 (-741 *4)))))
+(-10 -8 (-15 -2775 ((-110) |#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2952 (|#1| |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -1597 (|#2| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -1964 (|#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -4118 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 -1874 ((-110) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1637 (((-715)) 53 (|has| |#1| (-348)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 94 (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 92 (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 90)) (-4145 (((-527) $) 95 (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) 93 (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 89)) (-3714 (((-3 $ "failed") $) 34)) (-2726 ((|#1| $) 79)) (-2541 (((-3 (-387 (-527)) "failed") $) 66 (|has| |#1| (-512)))) (-1397 (((-110) $) 68 (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) 67 (|has| |#1| (-512)))) (-2309 (($) 56 (|has| |#1| (-348)))) (-2956 (((-110) $) 31)) (-2065 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 70)) (-1705 ((|#1| $) 71)) (-3902 (($ $ $) 62 (|has| |#1| (-791)))) (-1257 (($ $ $) 61 (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) 81)) (-1989 (((-858) $) 55 (|has| |#1| (-348)))) (-2416 (((-1077) $) 9)) (-2952 (($ $) 65 (|has| |#1| (-343)))) (-1720 (($ (-858)) 54 (|has| |#1| (-348)))) (-2090 ((|#1| $) 76)) (-2618 ((|#1| $) 77)) (-3102 ((|#1| $) 78)) (-1353 ((|#1| $) 72)) (-4239 ((|#1| $) 73)) (-1690 ((|#1| $) 74)) (-2280 ((|#1| $) 75)) (-4024 (((-1041) $) 10)) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) 87 (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) 86 (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) 85 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) 84 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) 83 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) 82 (|has| |#1| (-488 (-1094) |#1|)))) (-3439 (($ $ |#1|) 88 (|has| |#1| (-267 |#1| |#1|)))) (-2051 (((-503) $) 63 (|has| |#1| (-569 (-503))))) (-1964 (($ $) 80)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 37) (($ (-387 (-527))) 91 (|has| |#1| (-970 (-387 (-527)))))) (-3470 (((-3 $ "failed") $) 64 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-1597 ((|#1| $) 69 (|has| |#1| (-988)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2813 (((-110) $ $) 59 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 58 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 60 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 57 (|has| |#1| (-791)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38)))
+(((-741 |#1|) (-133) (-162)) (T -741))
+((-1964 (*1 *1 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-2726 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-3102 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-2618 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-2090 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-2280 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-1690 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-4239 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-1353 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-1705 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-2065 (*1 *1 *2 *2 *2 *2 *2 *2 *2 *2) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))) (-1597 (*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)) (-4 *2 (-988)))) (-1397 (*1 *2 *1) (-12 (-4 *1 (-741 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-110)))) (-1328 (*1 *2 *1) (-12 (-4 *1 (-741 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-387 (-527))))) (-2541 (*1 *2 *1) (|partial| -12 (-4 *1 (-741 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-387 (-527))))) (-2952 (*1 *1 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)) (-4 *2 (-343)))))
+(-13 (-37 |t#1|) (-391 |t#1|) (-318 |t#1|) (-10 -8 (-15 -1964 ($ $)) (-15 -2726 (|t#1| $)) (-15 -3102 (|t#1| $)) (-15 -2618 (|t#1| $)) (-15 -2090 (|t#1| $)) (-15 -2280 (|t#1| $)) (-15 -1690 (|t#1| $)) (-15 -4239 (|t#1| $)) (-15 -1353 (|t#1| $)) (-15 -1705 (|t#1| $)) (-15 -2065 ($ |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1| |t#1|)) (IF (|has| |t#1| (-348)) (-6 (-348)) |%noBranch|) (IF (|has| |t#1| (-791)) (-6 (-791)) |%noBranch|) (IF (|has| |t#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-988)) (-15 -1597 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|) (IF (|has| |t#1| (-343)) (-15 -2952 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 |#1| $) |has| |#1| (-267 |#1| |#1|)) ((-290 |#1|) |has| |#1| (-290 |#1|)) ((-348) |has| |#1| (-348)) ((-318 |#1|) . T) ((-391 |#1|) . T) ((-488 (-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((-488 |#1| |#1|) |has| |#1| (-290 |#1|)) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) . T) ((-671) . T) ((-791) |has| |#1| (-791)) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1998 ((|#3| (-1 |#4| |#2|) |#1|) 20)))
+(((-742 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#3| (-1 |#4| |#2|) |#1|))) (-741 |#2|) (-162) (-741 |#4|) (-162)) (T -742))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-162)) (-4 *6 (-162)) (-4 *2 (-741 *6)) (-5 *1 (-742 *4 *5 *2 *6)) (-4 *4 (-741 *5)))))
+(-10 -7 (-15 -1998 (|#3| (-1 |#4| |#2|) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1637 (((-715)) NIL (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-933 |#1|) "failed") $) 35) (((-3 (-527) "failed") $) NIL (-2027 (|has| (-933 |#1|) (-970 (-527))) (|has| |#1| (-970 (-527))))) (((-3 (-387 (-527)) "failed") $) NIL (-2027 (|has| (-933 |#1|) (-970 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-4145 ((|#1| $) NIL) (((-933 |#1|) $) 33) (((-527) $) NIL (-2027 (|has| (-933 |#1|) (-970 (-527))) (|has| |#1| (-970 (-527))))) (((-387 (-527)) $) NIL (-2027 (|has| (-933 |#1|) (-970 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-3714 (((-3 $ "failed") $) NIL)) (-2726 ((|#1| $) 16)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-512)))) (-1397 (((-110) $) NIL (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) NIL (|has| |#1| (-512)))) (-2309 (($) NIL (|has| |#1| (-348)))) (-2956 (((-110) $) NIL)) (-2065 (($ |#1| |#1| |#1| |#1| |#1| |#1| |#1| |#1|) 28) (($ (-933 |#1|) (-933 |#1|)) 29)) (-1705 ((|#1| $) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-1989 (((-858) $) NIL (|has| |#1| (-348)))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1720 (($ (-858)) NIL (|has| |#1| (-348)))) (-2090 ((|#1| $) 22)) (-2618 ((|#1| $) 20)) (-3102 ((|#1| $) 18)) (-1353 ((|#1| $) 26)) (-4239 ((|#1| $) 25)) (-1690 ((|#1| $) 24)) (-2280 ((|#1| $) 23)) (-4024 (((-1041) $) NIL)) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) NIL (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-488 (-1094) |#1|)))) (-3439 (($ $ |#1|) NIL (|has| |#1| (-267 |#1| |#1|)))) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-1964 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-933 |#1|)) 30) (($ (-387 (-527))) NIL (-2027 (|has| (-933 |#1|) (-970 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-1597 ((|#1| $) NIL (|has| |#1| (-988)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 8 T CONST)) (-3374 (($) 12 T CONST)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 40) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-743 |#1|) (-13 (-741 |#1|) (-391 (-933 |#1|)) (-10 -8 (-15 -2065 ($ (-933 |#1|) (-933 |#1|))))) (-162)) (T -743))
+((-2065 (*1 *1 *2 *2) (-12 (-5 *2 (-933 *3)) (-4 *3 (-162)) (-5 *1 (-743 *3)))))
+(-13 (-741 |#1|) (-391 (-933 |#1|)) (-10 -8 (-15 -2065 ($ (-933 |#1|) (-933 |#1|)))))
+((-4105 (((-110) $ $) 7)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2803 (((-968) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 13)) (-2747 (((-110) $ $) 6)))
+(((-744) (-133)) (T -744))
+((-3790 (*1 *2 *3 *4) (-12 (-4 *1 (-744)) (-5 *3 (-991)) (-5 *4 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)))))) (-2803 (*1 *2 *3) (-12 (-4 *1 (-744)) (-5 *3 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-968)))))
+(-13 (-1022) (-10 -7 (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -2803 ((-968) (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-3655 (((-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#3| |#2| (-1094)) 19)))
+(((-745 |#1| |#2| |#3|) (-10 -7 (-15 -3655 ((-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#3| |#2| (-1094)))) (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)) (-13 (-29 |#1|) (-1116) (-895)) (-604 |#2|)) (T -745))
+((-3655 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-1094)) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-4 *4 (-13 (-29 *6) (-1116) (-895))) (-5 *2 (-2 (|:| |particular| *4) (|:| -1878 (-594 *4)))) (-5 *1 (-745 *6 *4 *3)) (-4 *3 (-604 *4)))))
+(-10 -7 (-15 -3655 ((-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#3| |#2| (-1094))))
+((-3317 (((-3 |#2| "failed") |#2| (-112) (-275 |#2|) (-594 |#2|)) 28) (((-3 |#2| "failed") (-275 |#2|) (-112) (-275 |#2|) (-594 |#2|)) 29) (((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#2| "failed") |#2| (-112) (-1094)) 17) (((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#2| "failed") (-275 |#2|) (-112) (-1094)) 18) (((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-594 |#2|) (-594 (-112)) (-1094)) 24) (((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-594 (-275 |#2|)) (-594 (-112)) (-1094)) 26) (((-3 (-594 (-1176 |#2|)) "failed") (-634 |#2|) (-1094)) 37) (((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-634 |#2|) (-1176 |#2|) (-1094)) 35)))
+(((-746 |#1| |#2|) (-10 -7 (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-634 |#2|) (-1176 |#2|) (-1094))) (-15 -3317 ((-3 (-594 (-1176 |#2|)) "failed") (-634 |#2|) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-594 (-275 |#2|)) (-594 (-112)) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-594 |#2|) (-594 (-112)) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#2| "failed") (-275 |#2|) (-112) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#2| "failed") |#2| (-112) (-1094))) (-15 -3317 ((-3 |#2| "failed") (-275 |#2|) (-112) (-275 |#2|) (-594 |#2|))) (-15 -3317 ((-3 |#2| "failed") |#2| (-112) (-275 |#2|) (-594 |#2|)))) (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)) (-13 (-29 |#1|) (-1116) (-895))) (T -746))
+((-3317 (*1 *2 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-112)) (-5 *4 (-275 *2)) (-5 *5 (-594 *2)) (-4 *2 (-13 (-29 *6) (-1116) (-895))) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *1 (-746 *6 *2)))) (-3317 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-275 *2)) (-5 *4 (-112)) (-5 *5 (-594 *2)) (-4 *2 (-13 (-29 *6) (-1116) (-895))) (-5 *1 (-746 *6 *2)) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))))) (-3317 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-112)) (-5 *5 (-1094)) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-3 (-2 (|:| |particular| *3) (|:| -1878 (-594 *3))) *3 "failed")) (-5 *1 (-746 *6 *3)) (-4 *3 (-13 (-29 *6) (-1116) (-895))))) (-3317 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-275 *7)) (-5 *4 (-112)) (-5 *5 (-1094)) (-4 *7 (-13 (-29 *6) (-1116) (-895))) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-3 (-2 (|:| |particular| *7) (|:| -1878 (-594 *7))) *7 "failed")) (-5 *1 (-746 *6 *7)))) (-3317 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-594 *7)) (-5 *4 (-594 (-112))) (-5 *5 (-1094)) (-4 *7 (-13 (-29 *6) (-1116) (-895))) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-2 (|:| |particular| (-1176 *7)) (|:| -1878 (-594 (-1176 *7))))) (-5 *1 (-746 *6 *7)))) (-3317 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-594 (-275 *7))) (-5 *4 (-594 (-112))) (-5 *5 (-1094)) (-4 *7 (-13 (-29 *6) (-1116) (-895))) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-2 (|:| |particular| (-1176 *7)) (|:| -1878 (-594 (-1176 *7))))) (-5 *1 (-746 *6 *7)))) (-3317 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-634 *6)) (-5 *4 (-1094)) (-4 *6 (-13 (-29 *5) (-1116) (-895))) (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-594 (-1176 *6))) (-5 *1 (-746 *5 *6)))) (-3317 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *3 (-634 *7)) (-5 *5 (-1094)) (-4 *7 (-13 (-29 *6) (-1116) (-895))) (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-2 (|:| |particular| (-1176 *7)) (|:| -1878 (-594 (-1176 *7))))) (-5 *1 (-746 *6 *7)) (-5 *4 (-1176 *7)))))
+(-10 -7 (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-634 |#2|) (-1176 |#2|) (-1094))) (-15 -3317 ((-3 (-594 (-1176 |#2|)) "failed") (-634 |#2|) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-594 (-275 |#2|)) (-594 (-112)) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#2|)) (|:| -1878 (-594 (-1176 |#2|)))) "failed") (-594 |#2|) (-594 (-112)) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#2| "failed") (-275 |#2|) (-112) (-1094))) (-15 -3317 ((-3 (-2 (|:| |particular| |#2|) (|:| -1878 (-594 |#2|))) |#2| "failed") |#2| (-112) (-1094))) (-15 -3317 ((-3 |#2| "failed") (-275 |#2|) (-112) (-275 |#2|) (-594 |#2|))) (-15 -3317 ((-3 |#2| "failed") |#2| (-112) (-275 |#2|) (-594 |#2|))))
+((-3862 (($) 9)) (-2427 (((-3 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))) "failed") (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 31)) (-4195 (((-594 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) $) 28)) (-3204 (($ (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359)))))) 25)) (-3180 (($ (-594 (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))))))) 23)) (-1415 (((-1181)) 12)))
+(((-747) (-10 -8 (-15 -3862 ($)) (-15 -1415 ((-1181))) (-15 -4195 ((-594 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) $)) (-15 -3180 ($ (-594 (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359)))))))) (-15 -3204 ($ (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))))))) (-15 -2427 ((-3 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))) "failed") (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))) (T -747))
+((-2427 (*1 *2 *3) (|partial| -12 (-5 *3 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *2 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359)))) (-5 *1 (-747)))) (-3204 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359)))))) (-5 *1 (-747)))) (-3180 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))))))) (-5 *1 (-747)))) (-4195 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-5 *1 (-747)))) (-1415 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-747)))) (-3862 (*1 *1) (-5 *1 (-747))))
+(-10 -8 (-15 -3862 ($)) (-15 -1415 ((-1181))) (-15 -4195 ((-594 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) $)) (-15 -3180 ($ (-594 (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359)))))))) (-15 -3204 ($ (-2 (|:| -1550 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (|:| -3484 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))))))) (-15 -2427 ((-3 (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359)) (|:| |expense| (-359)) (|:| |accuracy| (-359)) (|:| |intermediateResults| (-359))) "failed") (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))))
+((-3012 ((|#2| |#2| (-1094)) 16)) (-1501 ((|#2| |#2| (-1094)) 51)) (-1727 (((-1 |#2| |#2|) (-1094)) 11)))
+(((-748 |#1| |#2|) (-10 -7 (-15 -3012 (|#2| |#2| (-1094))) (-15 -1501 (|#2| |#2| (-1094))) (-15 -1727 ((-1 |#2| |#2|) (-1094)))) (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)) (-13 (-29 |#1|) (-1116) (-895))) (T -748))
+((-1727 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-1 *5 *5)) (-5 *1 (-748 *4 *5)) (-4 *5 (-13 (-29 *4) (-1116) (-895))))) (-1501 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *1 (-748 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-895))))) (-3012 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *1 (-748 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-895))))))
+(-10 -7 (-15 -3012 (|#2| |#2| (-1094))) (-15 -1501 (|#2| |#2| (-1094))) (-15 -1727 ((-1 |#2| |#2|) (-1094))))
+((-3317 (((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-594 (-359)) (-359) (-359)) 116) (((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-594 (-359)) (-359)) 117) (((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-594 (-359)) (-359)) 119) (((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-359)) 120) (((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-359)) 121) (((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359))) 122) (((-968) (-752) (-991)) 108) (((-968) (-752)) 109)) (-3790 (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-752) (-991)) 75) (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-752)) 77)))
+(((-749) (-10 -7 (-15 -3317 ((-968) (-752))) (-15 -3317 ((-968) (-752) (-991))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-594 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-594 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-594 (-359)) (-359) (-359))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-752))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-752) (-991))))) (T -749))
+((-3790 (*1 *2 *3 *4) (-12 (-5 *3 (-752)) (-5 *4 (-991)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) (-5 *1 (-749)))) (-3790 (*1 *2 *3) (-12 (-5 *3 (-752)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) (-5 *1 (-749)))) (-3317 (*1 *2 *3 *4 *4 *5 *6 *5 *4 *4) (-12 (-5 *3 (-1176 (-296 *4))) (-5 *5 (-594 (-359))) (-5 *6 (-296 (-359))) (-5 *4 (-359)) (-5 *2 (-968)) (-5 *1 (-749)))) (-3317 (*1 *2 *3 *4 *4 *5 *6 *5 *4) (-12 (-5 *3 (-1176 (-296 *4))) (-5 *5 (-594 (-359))) (-5 *6 (-296 (-359))) (-5 *4 (-359)) (-5 *2 (-968)) (-5 *1 (-749)))) (-3317 (*1 *2 *3 *4 *4 *5 *5 *4) (-12 (-5 *3 (-1176 (-296 (-359)))) (-5 *4 (-359)) (-5 *5 (-594 *4)) (-5 *2 (-968)) (-5 *1 (-749)))) (-3317 (*1 *2 *3 *4 *4 *5 *6 *4) (-12 (-5 *3 (-1176 (-296 *4))) (-5 *5 (-594 (-359))) (-5 *6 (-296 (-359))) (-5 *4 (-359)) (-5 *2 (-968)) (-5 *1 (-749)))) (-3317 (*1 *2 *3 *4 *4 *5 *4) (-12 (-5 *3 (-1176 (-296 (-359)))) (-5 *4 (-359)) (-5 *5 (-594 *4)) (-5 *2 (-968)) (-5 *1 (-749)))) (-3317 (*1 *2 *3 *4 *4 *5) (-12 (-5 *3 (-1176 (-296 (-359)))) (-5 *4 (-359)) (-5 *5 (-594 *4)) (-5 *2 (-968)) (-5 *1 (-749)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-752)) (-5 *4 (-991)) (-5 *2 (-968)) (-5 *1 (-749)))) (-3317 (*1 *2 *3) (-12 (-5 *3 (-752)) (-5 *2 (-968)) (-5 *1 (-749)))))
+(-10 -7 (-15 -3317 ((-968) (-752))) (-15 -3317 ((-968) (-752) (-991))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-594 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-594 (-359)) (-359))) (-15 -3317 ((-968) (-1176 (-296 (-359))) (-359) (-359) (-594 (-359)) (-296 (-359)) (-594 (-359)) (-359) (-359))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-752))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-752) (-991))))
+((-2419 (((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1878 (-594 |#4|))) (-601 |#4|) |#4|) 35)))
+(((-750 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2419 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1878 (-594 |#4|))) (-601 |#4|) |#4|))) (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|)) (T -750))
+((-2419 (*1 *2 *3 *4) (-12 (-5 *3 (-601 *4)) (-4 *4 (-322 *5 *6 *7)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-750 *5 *6 *7 *4)))))
+(-10 -7 (-15 -2419 ((-2 (|:| |particular| (-3 |#4| "failed")) (|:| -1878 (-594 |#4|))) (-601 |#4|) |#4|)))
+((-2039 (((-2 (|:| -1653 |#3|) (|:| |rh| (-594 (-387 |#2|)))) |#4| (-594 (-387 |#2|))) 52)) (-3274 (((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#4| |#2|) 60) (((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#4|) 59) (((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#3| |#2|) 20) (((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#3|) 21)) (-3372 ((|#2| |#4| |#1|) 61) ((|#2| |#3| |#1|) 27)) (-3896 ((|#2| |#3| (-594 (-387 |#2|))) 93) (((-3 |#2| "failed") |#3| (-387 |#2|)) 90)))
+(((-751 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3896 ((-3 |#2| "failed") |#3| (-387 |#2|))) (-15 -3896 (|#2| |#3| (-594 (-387 |#2|)))) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#3|)) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#3| |#2|)) (-15 -3372 (|#2| |#3| |#1|)) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#4|)) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#4| |#2|)) (-15 -3372 (|#2| |#4| |#1|)) (-15 -2039 ((-2 (|:| -1653 |#3|) (|:| |rh| (-594 (-387 |#2|)))) |#4| (-594 (-387 |#2|))))) (-13 (-343) (-140) (-970 (-387 (-527)))) (-1152 |#1|) (-604 |#2|) (-604 (-387 |#2|))) (T -751))
+((-2039 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-5 *2 (-2 (|:| -1653 *7) (|:| |rh| (-594 (-387 *6))))) (-5 *1 (-751 *5 *6 *7 *3)) (-5 *4 (-594 (-387 *6))) (-4 *7 (-604 *6)) (-4 *3 (-604 (-387 *6))))) (-3372 (*1 *2 *3 *4) (-12 (-4 *2 (-1152 *4)) (-5 *1 (-751 *4 *2 *5 *3)) (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *5 (-604 *2)) (-4 *3 (-604 (-387 *2))))) (-3274 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *4 (-1152 *5)) (-5 *2 (-594 (-2 (|:| -2291 *4) (|:| -3255 *4)))) (-5 *1 (-751 *5 *4 *6 *3)) (-4 *6 (-604 *4)) (-4 *3 (-604 (-387 *4))))) (-3274 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *5 (-1152 *4)) (-5 *2 (-594 (-2 (|:| -2291 *5) (|:| -3255 *5)))) (-5 *1 (-751 *4 *5 *6 *3)) (-4 *6 (-604 *5)) (-4 *3 (-604 (-387 *5))))) (-3372 (*1 *2 *3 *4) (-12 (-4 *2 (-1152 *4)) (-5 *1 (-751 *4 *2 *3 *5)) (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-604 *2)) (-4 *5 (-604 (-387 *2))))) (-3274 (*1 *2 *3 *4) (-12 (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *4 (-1152 *5)) (-5 *2 (-594 (-2 (|:| -2291 *4) (|:| -3255 *4)))) (-5 *1 (-751 *5 *4 *3 *6)) (-4 *3 (-604 *4)) (-4 *6 (-604 (-387 *4))))) (-3274 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *5 (-1152 *4)) (-5 *2 (-594 (-2 (|:| -2291 *5) (|:| -3255 *5)))) (-5 *1 (-751 *4 *5 *3 *6)) (-4 *3 (-604 *5)) (-4 *6 (-604 (-387 *5))))) (-3896 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-387 *2))) (-4 *2 (-1152 *5)) (-5 *1 (-751 *5 *2 *3 *6)) (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-604 *2)) (-4 *6 (-604 (-387 *2))))) (-3896 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-387 *2)) (-4 *2 (-1152 *5)) (-5 *1 (-751 *5 *2 *3 *6)) (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-604 *2)) (-4 *6 (-604 *4)))))
+(-10 -7 (-15 -3896 ((-3 |#2| "failed") |#3| (-387 |#2|))) (-15 -3896 (|#2| |#3| (-594 (-387 |#2|)))) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#3|)) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#3| |#2|)) (-15 -3372 (|#2| |#3| |#1|)) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#4|)) (-15 -3274 ((-594 (-2 (|:| -2291 |#2|) (|:| -3255 |#2|))) |#4| |#2|)) (-15 -3372 (|#2| |#4| |#1|)) (-15 -2039 ((-2 (|:| -1653 |#3|) (|:| |rh| (-594 (-387 |#2|)))) |#4| (-594 (-387 |#2|)))))
+((-4105 (((-110) $ $) NIL)) (-4145 (((-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) $) 13)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 15) (($ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) 12)) (-2747 (((-110) $ $) NIL)))
+(((-752) (-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) $))))) (T -752))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-752)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *1 (-752)))) (-4145 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207)))) (-5 *1 (-752)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-2 (|:| |xinit| (-207)) (|:| |xend| (-207)) (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207))) (|:| |abserr| (-207)) (|:| |relerr| (-207))) $))))
+((-3237 (((-594 (-2 (|:| |frac| (-387 |#2|)) (|:| -1653 |#3|))) |#3| (-1 (-594 |#2|) |#2| (-1090 |#2|)) (-1 (-398 |#2|) |#2|)) 118)) (-3969 (((-594 (-2 (|:| |poly| |#2|) (|:| -1653 |#3|))) |#3| (-1 (-594 |#1|) |#2|)) 46)) (-1631 (((-594 (-2 (|:| |deg| (-715)) (|:| -1653 |#2|))) |#3|) 95)) (-3070 ((|#2| |#3|) 37)) (-2371 (((-594 (-2 (|:| -2459 |#1|) (|:| -1653 |#3|))) |#3| (-1 (-594 |#1|) |#2|)) 82)) (-2404 ((|#3| |#3| (-387 |#2|)) 63) ((|#3| |#3| |#2|) 79)))
+(((-753 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3070 (|#2| |#3|)) (-15 -1631 ((-594 (-2 (|:| |deg| (-715)) (|:| -1653 |#2|))) |#3|)) (-15 -2371 ((-594 (-2 (|:| -2459 |#1|) (|:| -1653 |#3|))) |#3| (-1 (-594 |#1|) |#2|))) (-15 -3969 ((-594 (-2 (|:| |poly| |#2|) (|:| -1653 |#3|))) |#3| (-1 (-594 |#1|) |#2|))) (-15 -3237 ((-594 (-2 (|:| |frac| (-387 |#2|)) (|:| -1653 |#3|))) |#3| (-1 (-594 |#2|) |#2| (-1090 |#2|)) (-1 (-398 |#2|) |#2|))) (-15 -2404 (|#3| |#3| |#2|)) (-15 -2404 (|#3| |#3| (-387 |#2|)))) (-13 (-343) (-140) (-970 (-387 (-527)))) (-1152 |#1|) (-604 |#2|) (-604 (-387 |#2|))) (T -753))
+((-2404 (*1 *2 *2 *3) (-12 (-5 *3 (-387 *5)) (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *5 (-1152 *4)) (-5 *1 (-753 *4 *5 *2 *6)) (-4 *2 (-604 *5)) (-4 *6 (-604 *3)))) (-2404 (*1 *2 *2 *3) (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-1152 *4)) (-5 *1 (-753 *4 *3 *2 *5)) (-4 *2 (-604 *3)) (-4 *5 (-604 (-387 *3))))) (-3237 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 (-594 *7) *7 (-1090 *7))) (-5 *5 (-1 (-398 *7) *7)) (-4 *7 (-1152 *6)) (-4 *6 (-13 (-343) (-140) (-970 (-387 (-527))))) (-5 *2 (-594 (-2 (|:| |frac| (-387 *7)) (|:| -1653 *3)))) (-5 *1 (-753 *6 *7 *3 *8)) (-4 *3 (-604 *7)) (-4 *8 (-604 (-387 *7))))) (-3969 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-594 *5) *6)) (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-5 *2 (-594 (-2 (|:| |poly| *6) (|:| -1653 *3)))) (-5 *1 (-753 *5 *6 *3 *7)) (-4 *3 (-604 *6)) (-4 *7 (-604 (-387 *6))))) (-2371 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-594 *5) *6)) (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-5 *2 (-594 (-2 (|:| -2459 *5) (|:| -1653 *3)))) (-5 *1 (-753 *5 *6 *3 *7)) (-4 *3 (-604 *6)) (-4 *7 (-604 (-387 *6))))) (-1631 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *5 (-1152 *4)) (-5 *2 (-594 (-2 (|:| |deg| (-715)) (|:| -1653 *5)))) (-5 *1 (-753 *4 *5 *3 *6)) (-4 *3 (-604 *5)) (-4 *6 (-604 (-387 *5))))) (-3070 (*1 *2 *3) (-12 (-4 *2 (-1152 *4)) (-5 *1 (-753 *4 *2 *3 *5)) (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-604 *2)) (-4 *5 (-604 (-387 *2))))))
+(-10 -7 (-15 -3070 (|#2| |#3|)) (-15 -1631 ((-594 (-2 (|:| |deg| (-715)) (|:| -1653 |#2|))) |#3|)) (-15 -2371 ((-594 (-2 (|:| -2459 |#1|) (|:| -1653 |#3|))) |#3| (-1 (-594 |#1|) |#2|))) (-15 -3969 ((-594 (-2 (|:| |poly| |#2|) (|:| -1653 |#3|))) |#3| (-1 (-594 |#1|) |#2|))) (-15 -3237 ((-594 (-2 (|:| |frac| (-387 |#2|)) (|:| -1653 |#3|))) |#3| (-1 (-594 |#2|) |#2| (-1090 |#2|)) (-1 (-398 |#2|) |#2|))) (-15 -2404 (|#3| |#3| |#2|)) (-15 -2404 (|#3| |#3| (-387 |#2|))))
+((-1223 (((-2 (|:| -1878 (-594 (-387 |#2|))) (|:| -1837 (-634 |#1|))) (-602 |#2| (-387 |#2|)) (-594 (-387 |#2|))) 121) (((-2 (|:| |particular| (-3 (-387 |#2|) "failed")) (|:| -1878 (-594 (-387 |#2|)))) (-602 |#2| (-387 |#2|)) (-387 |#2|)) 120) (((-2 (|:| -1878 (-594 (-387 |#2|))) (|:| -1837 (-634 |#1|))) (-601 (-387 |#2|)) (-594 (-387 |#2|))) 115) (((-2 (|:| |particular| (-3 (-387 |#2|) "failed")) (|:| -1878 (-594 (-387 |#2|)))) (-601 (-387 |#2|)) (-387 |#2|)) 113)) (-3728 ((|#2| (-602 |#2| (-387 |#2|))) 80) ((|#2| (-601 (-387 |#2|))) 83)))
+(((-754 |#1| |#2|) (-10 -7 (-15 -1223 ((-2 (|:| |particular| (-3 (-387 |#2|) "failed")) (|:| -1878 (-594 (-387 |#2|)))) (-601 (-387 |#2|)) (-387 |#2|))) (-15 -1223 ((-2 (|:| -1878 (-594 (-387 |#2|))) (|:| -1837 (-634 |#1|))) (-601 (-387 |#2|)) (-594 (-387 |#2|)))) (-15 -1223 ((-2 (|:| |particular| (-3 (-387 |#2|) "failed")) (|:| -1878 (-594 (-387 |#2|)))) (-602 |#2| (-387 |#2|)) (-387 |#2|))) (-15 -1223 ((-2 (|:| -1878 (-594 (-387 |#2|))) (|:| -1837 (-634 |#1|))) (-602 |#2| (-387 |#2|)) (-594 (-387 |#2|)))) (-15 -3728 (|#2| (-601 (-387 |#2|)))) (-15 -3728 (|#2| (-602 |#2| (-387 |#2|))))) (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))) (-1152 |#1|)) (T -754))
+((-3728 (*1 *2 *3) (-12 (-5 *3 (-602 *2 (-387 *2))) (-4 *2 (-1152 *4)) (-5 *1 (-754 *4 *2)) (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))))) (-3728 (*1 *2 *3) (-12 (-5 *3 (-601 (-387 *2))) (-4 *2 (-1152 *4)) (-5 *1 (-754 *4 *2)) (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))))) (-1223 (*1 *2 *3 *4) (-12 (-5 *3 (-602 *6 (-387 *6))) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-2 (|:| -1878 (-594 (-387 *6))) (|:| -1837 (-634 *5)))) (-5 *1 (-754 *5 *6)) (-5 *4 (-594 (-387 *6))))) (-1223 (*1 *2 *3 *4) (-12 (-5 *3 (-602 *6 (-387 *6))) (-5 *4 (-387 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-754 *5 *6)))) (-1223 (*1 *2 *3 *4) (-12 (-5 *3 (-601 (-387 *6))) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-2 (|:| -1878 (-594 (-387 *6))) (|:| -1837 (-634 *5)))) (-5 *1 (-754 *5 *6)) (-5 *4 (-594 (-387 *6))))) (-1223 (*1 *2 *3 *4) (-12 (-5 *3 (-601 (-387 *6))) (-5 *4 (-387 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-754 *5 *6)))))
+(-10 -7 (-15 -1223 ((-2 (|:| |particular| (-3 (-387 |#2|) "failed")) (|:| -1878 (-594 (-387 |#2|)))) (-601 (-387 |#2|)) (-387 |#2|))) (-15 -1223 ((-2 (|:| -1878 (-594 (-387 |#2|))) (|:| -1837 (-634 |#1|))) (-601 (-387 |#2|)) (-594 (-387 |#2|)))) (-15 -1223 ((-2 (|:| |particular| (-3 (-387 |#2|) "failed")) (|:| -1878 (-594 (-387 |#2|)))) (-602 |#2| (-387 |#2|)) (-387 |#2|))) (-15 -1223 ((-2 (|:| -1878 (-594 (-387 |#2|))) (|:| -1837 (-634 |#1|))) (-602 |#2| (-387 |#2|)) (-594 (-387 |#2|)))) (-15 -3728 (|#2| (-601 (-387 |#2|)))) (-15 -3728 (|#2| (-602 |#2| (-387 |#2|)))))
+((-2464 (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#1|))) |#5| |#4|) 48)))
+(((-755 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2464 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#1|))) |#5| |#4|))) (-343) (-604 |#1|) (-1152 |#1|) (-669 |#1| |#3|) (-604 |#4|)) (T -755))
+((-2464 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-4 *7 (-1152 *5)) (-4 *4 (-669 *5 *7)) (-5 *2 (-2 (|:| -1837 (-634 *6)) (|:| |vec| (-1176 *5)))) (-5 *1 (-755 *5 *6 *7 *4 *3)) (-4 *6 (-604 *5)) (-4 *3 (-604 *4)))))
+(-10 -7 (-15 -2464 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#1|))) |#5| |#4|)))
+((-3237 (((-594 (-2 (|:| |frac| (-387 |#2|)) (|:| -1653 (-602 |#2| (-387 |#2|))))) (-602 |#2| (-387 |#2|)) (-1 (-398 |#2|) |#2|)) 47)) (-1926 (((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-398 |#2|) |#2|)) 141 (|has| |#1| (-27))) (((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|))) 138 (|has| |#1| (-27))) (((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-398 |#2|) |#2|)) 142 (|has| |#1| (-27))) (((-594 (-387 |#2|)) (-601 (-387 |#2|))) 140 (|has| |#1| (-27))) (((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|) (-1 (-398 |#2|) |#2|)) 38) (((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|)) 39) (((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|) (-1 (-398 |#2|) |#2|)) 36) (((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|)) 37)) (-3969 (((-594 (-2 (|:| |poly| |#2|) (|:| -1653 (-602 |#2| (-387 |#2|))))) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|)) 83)))
+(((-756 |#1| |#2|) (-10 -7 (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|) (-1 (-398 |#2|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|) (-1 (-398 |#2|) |#2|))) (-15 -3237 ((-594 (-2 (|:| |frac| (-387 |#2|)) (|:| -1653 (-602 |#2| (-387 |#2|))))) (-602 |#2| (-387 |#2|)) (-1 (-398 |#2|) |#2|))) (-15 -3969 ((-594 (-2 (|:| |poly| |#2|) (|:| -1653 (-602 |#2| (-387 |#2|))))) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)))) (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-398 |#2|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-398 |#2|) |#2|)))) |%noBranch|)) (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))) (-1152 |#1|)) (T -756))
+((-1926 (*1 *2 *3 *4) (-12 (-5 *3 (-602 *6 (-387 *6))) (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6)))) (-1926 (*1 *2 *3) (-12 (-5 *3 (-602 *5 (-387 *5))) (-4 *5 (-1152 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-594 (-387 *5))) (-5 *1 (-756 *4 *5)))) (-1926 (*1 *2 *3 *4) (-12 (-5 *3 (-601 (-387 *6))) (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5)) (-4 *5 (-27)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6)))) (-1926 (*1 *2 *3) (-12 (-5 *3 (-601 (-387 *5))) (-4 *5 (-1152 *4)) (-4 *4 (-27)) (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-594 (-387 *5))) (-5 *1 (-756 *4 *5)))) (-3969 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-594 *5) *6)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-5 *2 (-594 (-2 (|:| |poly| *6) (|:| -1653 (-602 *6 (-387 *6)))))) (-5 *1 (-756 *5 *6)) (-5 *3 (-602 *6 (-387 *6))))) (-3237 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-5 *2 (-594 (-2 (|:| |frac| (-387 *6)) (|:| -1653 (-602 *6 (-387 *6)))))) (-5 *1 (-756 *5 *6)) (-5 *3 (-602 *6 (-387 *6))))) (-1926 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-602 *7 (-387 *7))) (-5 *4 (-1 (-594 *6) *7)) (-5 *5 (-1 (-398 *7) *7)) (-4 *6 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *7 (-1152 *6)) (-5 *2 (-594 (-387 *7))) (-5 *1 (-756 *6 *7)))) (-1926 (*1 *2 *3 *4) (-12 (-5 *3 (-602 *6 (-387 *6))) (-5 *4 (-1 (-594 *5) *6)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6)))) (-1926 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-601 (-387 *7))) (-5 *4 (-1 (-594 *6) *7)) (-5 *5 (-1 (-398 *7) *7)) (-4 *6 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *7 (-1152 *6)) (-5 *2 (-594 (-387 *7))) (-5 *1 (-756 *6 *7)))) (-1926 (*1 *2 *3 *4) (-12 (-5 *3 (-601 (-387 *6))) (-5 *4 (-1 (-594 *5) *6)) (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))) (-4 *6 (-1152 *5)) (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6)))))
+(-10 -7 (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-594 |#1|) |#2|) (-1 (-398 |#2|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|) (-1 (-398 |#2|) |#2|))) (-15 -3237 ((-594 (-2 (|:| |frac| (-387 |#2|)) (|:| -1653 (-602 |#2| (-387 |#2|))))) (-602 |#2| (-387 |#2|)) (-1 (-398 |#2|) |#2|))) (-15 -3969 ((-594 (-2 (|:| |poly| |#2|) (|:| -1653 (-602 |#2| (-387 |#2|))))) (-602 |#2| (-387 |#2|)) (-1 (-594 |#1|) |#2|))) (IF (|has| |#1| (-27)) (PROGN (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)))) (-15 -1926 ((-594 (-387 |#2|)) (-601 (-387 |#2|)) (-1 (-398 |#2|) |#2|))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)))) (-15 -1926 ((-594 (-387 |#2|)) (-602 |#2| (-387 |#2|)) (-1 (-398 |#2|) |#2|)))) |%noBranch|))
+((-1994 (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#1|))) (-634 |#2|) (-1176 |#1|)) 85) (((-2 (|:| A (-634 |#1|)) (|:| |eqs| (-594 (-2 (|:| C (-634 |#1|)) (|:| |g| (-1176 |#1|)) (|:| -1653 |#2|) (|:| |rh| |#1|))))) (-634 |#1|) (-1176 |#1|)) 15)) (-2602 (((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-634 |#2|) (-1176 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1878 (-594 |#1|))) |#2| |#1|)) 92)) (-3317 (((-3 (-2 (|:| |particular| (-1176 |#1|)) (|:| -1878 (-634 |#1|))) "failed") (-634 |#1|) (-1176 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1878 (-594 |#1|))) "failed") |#2| |#1|)) 43)))
+(((-757 |#1| |#2|) (-10 -7 (-15 -1994 ((-2 (|:| A (-634 |#1|)) (|:| |eqs| (-594 (-2 (|:| C (-634 |#1|)) (|:| |g| (-1176 |#1|)) (|:| -1653 |#2|) (|:| |rh| |#1|))))) (-634 |#1|) (-1176 |#1|))) (-15 -1994 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#1|))) (-634 |#2|) (-1176 |#1|))) (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#1|)) (|:| -1878 (-634 |#1|))) "failed") (-634 |#1|) (-1176 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1878 (-594 |#1|))) "failed") |#2| |#1|))) (-15 -2602 ((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-634 |#2|) (-1176 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1878 (-594 |#1|))) |#2| |#1|)))) (-343) (-604 |#1|)) (T -757))
+((-2602 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-634 *7)) (-5 *5 (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -1878 (-594 *6))) *7 *6)) (-4 *6 (-343)) (-4 *7 (-604 *6)) (-5 *2 (-2 (|:| |particular| (-3 (-1176 *6) "failed")) (|:| -1878 (-594 (-1176 *6))))) (-5 *1 (-757 *6 *7)) (-5 *4 (-1176 *6)))) (-3317 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-1 (-3 (-2 (|:| |particular| *6) (|:| -1878 (-594 *6))) "failed") *7 *6)) (-4 *6 (-343)) (-4 *7 (-604 *6)) (-5 *2 (-2 (|:| |particular| (-1176 *6)) (|:| -1878 (-634 *6)))) (-5 *1 (-757 *6 *7)) (-5 *3 (-634 *6)) (-5 *4 (-1176 *6)))) (-1994 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-4 *6 (-604 *5)) (-5 *2 (-2 (|:| -1837 (-634 *6)) (|:| |vec| (-1176 *5)))) (-5 *1 (-757 *5 *6)) (-5 *3 (-634 *6)) (-5 *4 (-1176 *5)))) (-1994 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-5 *2 (-2 (|:| A (-634 *5)) (|:| |eqs| (-594 (-2 (|:| C (-634 *5)) (|:| |g| (-1176 *5)) (|:| -1653 *6) (|:| |rh| *5)))))) (-5 *1 (-757 *5 *6)) (-5 *3 (-634 *5)) (-5 *4 (-1176 *5)) (-4 *6 (-604 *5)))))
+(-10 -7 (-15 -1994 ((-2 (|:| A (-634 |#1|)) (|:| |eqs| (-594 (-2 (|:| C (-634 |#1|)) (|:| |g| (-1176 |#1|)) (|:| -1653 |#2|) (|:| |rh| |#1|))))) (-634 |#1|) (-1176 |#1|))) (-15 -1994 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#1|))) (-634 |#2|) (-1176 |#1|))) (-15 -3317 ((-3 (-2 (|:| |particular| (-1176 |#1|)) (|:| -1878 (-634 |#1|))) "failed") (-634 |#1|) (-1176 |#1|) (-1 (-3 (-2 (|:| |particular| |#1|) (|:| -1878 (-594 |#1|))) "failed") |#2| |#1|))) (-15 -2602 ((-2 (|:| |particular| (-3 (-1176 |#1|) "failed")) (|:| -1878 (-594 (-1176 |#1|)))) (-634 |#2|) (-1176 |#1|) (-1 (-2 (|:| |particular| (-3 |#1| "failed")) (|:| -1878 (-594 |#1|))) |#2| |#1|))))
+((-3024 (((-634 |#1|) (-594 |#1|) (-715)) 13) (((-634 |#1|) (-594 |#1|)) 14)) (-1566 (((-3 (-1176 |#1|) "failed") |#2| |#1| (-594 |#1|)) 34)) (-2155 (((-3 |#1| "failed") |#2| |#1| (-594 |#1|) (-1 |#1| |#1|)) 42)))
+(((-758 |#1| |#2|) (-10 -7 (-15 -3024 ((-634 |#1|) (-594 |#1|))) (-15 -3024 ((-634 |#1|) (-594 |#1|) (-715))) (-15 -1566 ((-3 (-1176 |#1|) "failed") |#2| |#1| (-594 |#1|))) (-15 -2155 ((-3 |#1| "failed") |#2| |#1| (-594 |#1|) (-1 |#1| |#1|)))) (-343) (-604 |#1|)) (T -758))
+((-2155 (*1 *2 *3 *2 *4 *5) (|partial| -12 (-5 *4 (-594 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-343)) (-5 *1 (-758 *2 *3)) (-4 *3 (-604 *2)))) (-1566 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *5 (-594 *4)) (-4 *4 (-343)) (-5 *2 (-1176 *4)) (-5 *1 (-758 *4 *3)) (-4 *3 (-604 *4)))) (-3024 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *5)) (-5 *4 (-715)) (-4 *5 (-343)) (-5 *2 (-634 *5)) (-5 *1 (-758 *5 *6)) (-4 *6 (-604 *5)))) (-3024 (*1 *2 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-343)) (-5 *2 (-634 *4)) (-5 *1 (-758 *4 *5)) (-4 *5 (-604 *4)))))
+(-10 -7 (-15 -3024 ((-634 |#1|) (-594 |#1|))) (-15 -3024 ((-634 |#1|) (-594 |#1|) (-715))) (-15 -1566 ((-3 (-1176 |#1|) "failed") |#2| |#1| (-594 |#1|))) (-15 -2155 ((-3 |#1| "failed") |#2| |#1| (-594 |#1|) (-1 |#1| |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#2| (-1022)))) (-1874 (((-110) $) NIL (|has| |#2| (-128)))) (-1756 (($ (-858)) NIL (|has| |#2| (-979)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1741 (($ $ $) NIL (|has| |#2| (-737)))) (-3085 (((-3 $ "failed") $ $) NIL (|has| |#2| (-128)))) (-1731 (((-110) $ (-715)) NIL)) (-1637 (((-715)) NIL (|has| |#2| (-348)))) (-2350 (((-527) $) NIL (|has| |#2| (-789)))) (-1232 ((|#2| $ (-527) |#2|) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (((-3 |#2| "failed") $) NIL (|has| |#2| (-1022)))) (-4145 (((-527) $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022)))) (((-387 (-527)) $) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) ((|#2| $) NIL (|has| |#2| (-1022)))) (-4162 (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#2| (-979)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL (|has| |#2| (-979))) (((-634 |#2|) (-634 $)) NIL (|has| |#2| (-979)))) (-3714 (((-3 $ "failed") $) NIL (|has| |#2| (-671)))) (-2309 (($) NIL (|has| |#2| (-348)))) (-2774 ((|#2| $ (-527) |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ (-527)) NIL)) (-3460 (((-110) $) NIL (|has| |#2| (-789)))) (-3717 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL (|has| |#2| (-671)))) (-1612 (((-110) $) NIL (|has| |#2| (-789)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2063 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2762 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-1989 (((-858) $) NIL (|has| |#2| (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#2| (-1022)))) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-1720 (($ (-858)) NIL (|has| |#2| (-348)))) (-4024 (((-1041) $) NIL (|has| |#2| (-1022)))) (-1672 ((|#2| $) NIL (|has| (-527) (-791)))) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ (-527) |#2|) NIL) ((|#2| $ (-527)) NIL)) (-3462 ((|#2| $ $) NIL (|has| |#2| (-979)))) (-2752 (($ (-1176 |#2|)) NIL)) (-3817 (((-130)) NIL (|has| |#2| (-343)))) (-4234 (($ $) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-979)))) (-4034 (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-1176 |#2|) $) NIL) (($ (-527)) NIL (-2027 (-12 (|has| |#2| (-970 (-527))) (|has| |#2| (-1022))) (|has| |#2| (-979)))) (($ (-387 (-527))) NIL (-12 (|has| |#2| (-970 (-387 (-527)))) (|has| |#2| (-1022)))) (($ |#2|) NIL (|has| |#2| (-1022))) (((-800) $) NIL (|has| |#2| (-568 (-800))))) (-4070 (((-715)) NIL (|has| |#2| (-979)))) (-1722 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-1597 (($ $) NIL (|has| |#2| (-789)))) (-3732 (($ $ (-715)) NIL (|has| |#2| (-671))) (($ $ (-858)) NIL (|has| |#2| (-671)))) (-3361 (($) NIL (|has| |#2| (-128)) CONST)) (-3374 (($) NIL (|has| |#2| (-671)) CONST)) (-2369 (($ $) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#2| (-215)) (|has| |#2| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#2| (-837 (-1094))) (|has| |#2| (-979)))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#2| (-979))) (($ $ (-1 |#2| |#2|)) NIL (|has| |#2| (-979)))) (-2813 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2788 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2747 (((-110) $ $) NIL (|has| |#2| (-1022)))) (-2799 (((-110) $ $) NIL (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2775 (((-110) $ $) 11 (-2027 (|has| |#2| (-737)) (|has| |#2| (-789))))) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $ $) NIL (|has| |#2| (-979))) (($ $) NIL (|has| |#2| (-979)))) (-2850 (($ $ $) NIL (|has| |#2| (-25)))) (** (($ $ (-715)) NIL (|has| |#2| (-671))) (($ $ (-858)) NIL (|has| |#2| (-671)))) (* (($ (-527) $) NIL (|has| |#2| (-979))) (($ $ $) NIL (|has| |#2| (-671))) (($ $ |#2|) NIL (|has| |#2| (-671))) (($ |#2| $) NIL (|has| |#2| (-671))) (($ (-715) $) NIL (|has| |#2| (-128))) (($ (-858) $) NIL (|has| |#2| (-25)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-759 |#1| |#2| |#3|) (-220 |#1| |#2|) (-715) (-737) (-1 (-110) (-1176 |#2|) (-1176 |#2|))) (T -759))
+NIL
+(-220 |#1| |#2|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1655 (((-594 (-715)) $) NIL) (((-594 (-715)) $ (-1094)) NIL)) (-2196 (((-715) $) NIL) (((-715) $ (-1094)) NIL)) (-2853 (((-594 (-762 (-1094))) $) NIL)) (-2669 (((-1090 $) $ (-762 (-1094))) NIL) (((-1090 |#1|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-762 (-1094)))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2079 (($ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-762 (-1094)) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL) (((-3 (-1046 |#1| (-1094)) "failed") $) NIL)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-762 (-1094)) $) NIL) (((-1094) $) NIL) (((-1046 |#1| (-1094)) $) NIL)) (-1897 (($ $ $ (-762 (-1094))) NIL (|has| |#1| (-162)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ (-762 (-1094))) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-499 (-762 (-1094))) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-762 (-1094)) (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-762 (-1094)) (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2050 (((-715) $ (-1094)) NIL) (((-715) $) NIL)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2842 (($ (-1090 |#1|) (-762 (-1094))) NIL) (($ (-1090 $) (-762 (-1094))) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-499 (-762 (-1094)))) NIL) (($ $ (-762 (-1094)) (-715)) NIL) (($ $ (-594 (-762 (-1094))) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-762 (-1094))) NIL)) (-4045 (((-499 (-762 (-1094))) $) NIL) (((-715) $ (-762 (-1094))) NIL) (((-594 (-715)) $ (-594 (-762 (-1094)))) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-499 (-762 (-1094))) (-499 (-762 (-1094)))) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-3694 (((-1 $ (-715)) (-1094)) NIL) (((-1 $ (-715)) $) NIL (|has| |#1| (-215)))) (-2317 (((-3 (-762 (-1094)) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-3752 (((-762 (-1094)) $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-3984 (((-110) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-762 (-1094))) (|:| -3148 (-715))) "failed") $) NIL)) (-3362 (($ $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-762 (-1094)) |#1|) NIL) (($ $ (-594 (-762 (-1094))) (-594 |#1|)) NIL) (($ $ (-762 (-1094)) $) NIL) (($ $ (-594 (-762 (-1094))) (-594 $)) NIL) (($ $ (-1094) $) NIL (|has| |#1| (-215))) (($ $ (-594 (-1094)) (-594 $)) NIL (|has| |#1| (-215))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-215))) (($ $ (-594 (-1094)) (-594 |#1|)) NIL (|has| |#1| (-215)))) (-1875 (($ $ (-762 (-1094))) NIL (|has| |#1| (-162)))) (-4234 (($ $ (-762 (-1094))) NIL) (($ $ (-594 (-762 (-1094)))) NIL) (($ $ (-762 (-1094)) (-715)) NIL) (($ $ (-594 (-762 (-1094))) (-594 (-715))) NIL) (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1734 (((-594 (-1094)) $) NIL)) (-4115 (((-499 (-762 (-1094))) $) NIL) (((-715) $ (-762 (-1094))) NIL) (((-594 (-715)) $ (-594 (-762 (-1094)))) NIL) (((-715) $ (-1094)) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-762 (-1094)) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-762 (-1094)) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-762 (-1094)) (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) NIL (|has| |#1| (-431))) (($ $ (-762 (-1094))) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-762 (-1094))) NIL) (($ (-1094)) NIL) (($ (-1046 |#1| (-1094))) NIL) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-499 (-762 (-1094)))) NIL) (($ $ (-762 (-1094)) (-715)) NIL) (($ $ (-594 (-762 (-1094))) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-762 (-1094))) NIL) (($ $ (-594 (-762 (-1094)))) NIL) (($ $ (-762 (-1094)) (-715)) NIL) (($ $ (-594 (-762 (-1094))) (-594 (-715))) NIL) (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-760 |#1|) (-13 (-234 |#1| (-1094) (-762 (-1094)) (-499 (-762 (-1094)))) (-970 (-1046 |#1| (-1094)))) (-979)) (T -760))
+NIL
+(-13 (-234 |#1| (-1094) (-762 (-1094)) (-499 (-762 (-1094)))) (-970 (-1046 |#1| (-1094))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#2| (-343)))) (-3931 (($ $) NIL (|has| |#2| (-343)))) (-3938 (((-110) $) NIL (|has| |#2| (-343)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#2| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#2| (-343)))) (-1842 (((-110) $ $) NIL (|has| |#2| (-343)))) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) NIL (|has| |#2| (-343)))) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL (|has| |#2| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#2| (-343)))) (-3851 (((-110) $) NIL (|has| |#2| (-343)))) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#2| (-343)))) (-2702 (($ (-594 $)) NIL (|has| |#2| (-343))) (($ $ $) NIL (|has| |#2| (-343)))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 20 (|has| |#2| (-343)))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#2| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#2| (-343))) (($ $ $) NIL (|has| |#2| (-343)))) (-2700 (((-398 $) $) NIL (|has| |#2| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#2| (-343)))) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#2| (-343)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#2| (-343)))) (-2578 (((-715) $) NIL (|has| |#2| (-343)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#2| (-343)))) (-4234 (($ $ (-715)) NIL) (($ $) 13)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) 10) ((|#2| $) 11) (($ (-387 (-527))) NIL (|has| |#2| (-343))) (($ $) NIL (|has| |#2| (-343)))) (-4070 (((-715)) NIL)) (-3978 (((-110) $ $) NIL (|has| |#2| (-343)))) (-3732 (($ $ (-715)) NIL) (($ $ (-858)) NIL) (($ $ (-527)) NIL (|has| |#2| (-343)))) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) 15 (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL) (($ $ (-858)) NIL) (($ $ (-527)) 18 (|has| |#2| (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ $) NIL) (($ (-387 (-527)) $) NIL (|has| |#2| (-343))) (($ $ (-387 (-527))) NIL (|has| |#2| (-343)))))
+(((-761 |#1| |#2| |#3|) (-13 (-109 $ $) (-215) (-10 -8 (IF (|has| |#2| (-343)) (-6 (-343)) |%noBranch|) (-15 -4118 ($ |#2|)) (-15 -4118 (|#2| $)))) (-1022) (-837 |#1|) |#1|) (T -761))
+((-4118 (*1 *1 *2) (-12 (-4 *3 (-1022)) (-14 *4 *3) (-5 *1 (-761 *3 *2 *4)) (-4 *2 (-837 *3)))) (-4118 (*1 *2 *1) (-12 (-4 *2 (-837 *3)) (-5 *1 (-761 *3 *2 *4)) (-4 *3 (-1022)) (-14 *4 *3))))
+(-13 (-109 $ $) (-215) (-10 -8 (IF (|has| |#2| (-343)) (-6 (-343)) |%noBranch|) (-15 -4118 ($ |#2|)) (-15 -4118 (|#2| $))))
+((-4105 (((-110) $ $) NIL)) (-2196 (((-715) $) NIL)) (-3507 ((|#1| $) 10)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-2050 (((-715) $) 11)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-3694 (($ |#1| (-715)) 9)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4234 (($ $) NIL) (($ $ (-715)) NIL)) (-4118 (((-800) $) NIL) (($ |#1|) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)))
+(((-762 |#1|) (-247 |#1|) (-791)) (T -762))
+NIL
+(-247 |#1|)
+((-4105 (((-110) $ $) NIL)) (-2646 (((-594 |#1|) $) 29)) (-1637 (((-715) $) NIL)) (-1298 (($) NIL T CONST)) (-3038 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 20)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-1683 (($ $) 31)) (-3714 (((-3 $ "failed") $) NIL)) (-1287 (((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $) NIL)) (-2956 (((-110) $) NIL)) (-4199 ((|#1| $ (-527)) NIL)) (-2334 (((-715) $ (-527)) NIL)) (-1491 (($ $) 36)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-4224 (((-3 $ "failed") $ $) NIL) (((-3 $ "failed") $ |#1|) 17)) (-4057 (((-110) $ $) 34)) (-2091 (((-715) $) 25)) (-2416 (((-1077) $) NIL)) (-1642 (($ $ $) NIL)) (-2836 (($ $ $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 ((|#1| $) 30)) (-3798 (((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-715)))) $) NIL)) (-1317 (((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $) NIL)) (-4118 (((-800) $) NIL) (($ |#1|) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3374 (($) 15 T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 35)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ |#1| (-715)) NIL)) (* (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-763 |#1|) (-13 (-787) (-970 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-715))) (-15 -1672 (|#1| $)) (-15 -1683 ($ $)) (-15 -1491 ($ $)) (-15 -4057 ((-110) $ $)) (-15 -2836 ($ $ $)) (-15 -1642 ($ $ $)) (-15 -4224 ((-3 $ "failed") $ $)) (-15 -3038 ((-3 $ "failed") $ $)) (-15 -4224 ((-3 $ "failed") $ |#1|)) (-15 -3038 ((-3 $ "failed") $ |#1|)) (-15 -1317 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1287 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1637 ((-715) $)) (-15 -2334 ((-715) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -3798 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-715)))) $)) (-15 -2091 ((-715) $)) (-15 -2646 ((-594 |#1|) $)))) (-791)) (T -763))
+((* (*1 *1 *2 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (* (*1 *1 *1 *2) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (** (*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-1672 (*1 *2 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-1683 (*1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-1491 (*1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-4057 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-763 *3)) (-4 *3 (-791)))) (-2836 (*1 *1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-1642 (*1 *1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-4224 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-3038 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-4224 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-3038 (*1 *1 *1 *2) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-1317 (*1 *2 *1 *1) (|partial| -12 (-5 *2 (-2 (|:| |lm| (-763 *3)) (|:| |rm| (-763 *3)))) (-5 *1 (-763 *3)) (-4 *3 (-791)))) (-1287 (*1 *2 *1 *1) (-12 (-5 *2 (-2 (|:| |lm| (-763 *3)) (|:| |mm| (-763 *3)) (|:| |rm| (-763 *3)))) (-5 *1 (-763 *3)) (-4 *3 (-791)))) (-1637 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-763 *3)) (-4 *3 (-791)))) (-2334 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-715)) (-5 *1 (-763 *4)) (-4 *4 (-791)))) (-4199 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-763 *2)) (-4 *2 (-791)))) (-3798 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 (-715))))) (-5 *1 (-763 *3)) (-4 *3 (-791)))) (-2091 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-763 *3)) (-4 *3 (-791)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-763 *3)) (-4 *3 (-791)))))
+(-13 (-787) (-970 |#1|) (-10 -8 (-15 * ($ |#1| $)) (-15 * ($ $ |#1|)) (-15 ** ($ |#1| (-715))) (-15 -1672 (|#1| $)) (-15 -1683 ($ $)) (-15 -1491 ($ $)) (-15 -4057 ((-110) $ $)) (-15 -2836 ($ $ $)) (-15 -1642 ($ $ $)) (-15 -4224 ((-3 $ "failed") $ $)) (-15 -3038 ((-3 $ "failed") $ $)) (-15 -4224 ((-3 $ "failed") $ |#1|)) (-15 -3038 ((-3 $ "failed") $ |#1|)) (-15 -1317 ((-3 (-2 (|:| |lm| $) (|:| |rm| $)) "failed") $ $)) (-15 -1287 ((-2 (|:| |lm| $) (|:| |mm| $) (|:| |rm| $)) $ $)) (-15 -1637 ((-715) $)) (-15 -2334 ((-715) $ (-527))) (-15 -4199 (|#1| $ (-527))) (-15 -3798 ((-594 (-2 (|:| |gen| |#1|) (|:| -1724 (-715)))) $)) (-15 -2091 ((-715) $)) (-15 -2646 ((-594 |#1|) $))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-2350 (((-527) $) 53)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-3460 (((-110) $) 51)) (-2956 (((-110) $) 31)) (-1612 (((-110) $) 52)) (-3902 (($ $ $) 50)) (-1257 (($ $ $) 49)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ $) 42)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-1597 (($ $) 54)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2813 (((-110) $ $) 47)) (-2788 (((-110) $ $) 46)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 48)) (-2775 (((-110) $ $) 45)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-764) (-133)) (T -764))
+NIL
+(-13 (-519) (-789))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-735) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-789) . T) ((-791) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-2424 (($ (-1041)) 7)) (-3385 (((-110) $ (-1077) (-1041)) 15)) (-3191 (((-766) $) 12)) (-3483 (((-766) $) 11)) (-2723 (((-1181) $) 9)) (-1315 (((-110) $ (-1041)) 16)))
+(((-765) (-10 -8 (-15 -2424 ($ (-1041))) (-15 -2723 ((-1181) $)) (-15 -3483 ((-766) $)) (-15 -3191 ((-766) $)) (-15 -3385 ((-110) $ (-1077) (-1041))) (-15 -1315 ((-110) $ (-1041))))) (T -765))
+((-1315 (*1 *2 *1 *3) (-12 (-5 *3 (-1041)) (-5 *2 (-110)) (-5 *1 (-765)))) (-3385 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-1041)) (-5 *2 (-110)) (-5 *1 (-765)))) (-3191 (*1 *2 *1) (-12 (-5 *2 (-766)) (-5 *1 (-765)))) (-3483 (*1 *2 *1) (-12 (-5 *2 (-766)) (-5 *1 (-765)))) (-2723 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-765)))) (-2424 (*1 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-765)))))
+(-10 -8 (-15 -2424 ($ (-1041))) (-15 -2723 ((-1181) $)) (-15 -3483 ((-766) $)) (-15 -3191 ((-766) $)) (-15 -3385 ((-110) $ (-1077) (-1041))) (-15 -1315 ((-110) $ (-1041))))
+((-4076 (((-1181) $ (-767)) 12)) (-1735 (((-1181) $ (-1094)) 32)) (-3416 (((-1181) $ (-1077) (-1077)) 34)) (-3013 (((-1181) $ (-1077)) 33)) (-3824 (((-1181) $) 19)) (-1963 (((-1181) $ (-527)) 28)) (-2844 (((-1181) $ (-207)) 30)) (-3800 (((-1181) $) 18)) (-1662 (((-1181) $) 26)) (-3378 (((-1181) $) 25)) (-1365 (((-1181) $) 23)) (-2884 (((-1181) $) 24)) (-1416 (((-1181) $) 22)) (-3382 (((-1181) $) 21)) (-3352 (((-1181) $) 20)) (-3764 (((-1181) $) 16)) (-1661 (((-1181) $) 17)) (-2073 (((-1181) $) 15)) (-3056 (((-1181) $) 14)) (-1391 (((-1181) $) 13)) (-2368 (($ (-1077) (-767)) 9)) (-3001 (($ (-1077) (-1077) (-767)) 8)) (-1291 (((-1094) $) 51)) (-2035 (((-1094) $) 55)) (-3638 (((-2 (|:| |cd| (-1077)) (|:| -2365 (-1077))) $) 54)) (-2768 (((-1077) $) 52)) (-2556 (((-1181) $) 41)) (-1991 (((-527) $) 49)) (-3192 (((-207) $) 50)) (-4042 (((-1181) $) 40)) (-1608 (((-1181) $) 48)) (-2553 (((-1181) $) 47)) (-3828 (((-1181) $) 45)) (-3310 (((-1181) $) 46)) (-2474 (((-1181) $) 44)) (-2987 (((-1181) $) 43)) (-3455 (((-1181) $) 42)) (-2902 (((-1181) $) 38)) (-3490 (((-1181) $) 39)) (-2808 (((-1181) $) 37)) (-2827 (((-1181) $) 36)) (-1730 (((-1181) $) 35)) (-1355 (((-1181) $) 11)))
+(((-766) (-10 -8 (-15 -3001 ($ (-1077) (-1077) (-767))) (-15 -2368 ($ (-1077) (-767))) (-15 -1355 ((-1181) $)) (-15 -4076 ((-1181) $ (-767))) (-15 -1391 ((-1181) $)) (-15 -3056 ((-1181) $)) (-15 -2073 ((-1181) $)) (-15 -3764 ((-1181) $)) (-15 -1661 ((-1181) $)) (-15 -3800 ((-1181) $)) (-15 -3824 ((-1181) $)) (-15 -3352 ((-1181) $)) (-15 -3382 ((-1181) $)) (-15 -1416 ((-1181) $)) (-15 -1365 ((-1181) $)) (-15 -2884 ((-1181) $)) (-15 -3378 ((-1181) $)) (-15 -1662 ((-1181) $)) (-15 -1963 ((-1181) $ (-527))) (-15 -2844 ((-1181) $ (-207))) (-15 -1735 ((-1181) $ (-1094))) (-15 -3013 ((-1181) $ (-1077))) (-15 -3416 ((-1181) $ (-1077) (-1077))) (-15 -1730 ((-1181) $)) (-15 -2827 ((-1181) $)) (-15 -2808 ((-1181) $)) (-15 -2902 ((-1181) $)) (-15 -3490 ((-1181) $)) (-15 -4042 ((-1181) $)) (-15 -2556 ((-1181) $)) (-15 -3455 ((-1181) $)) (-15 -2987 ((-1181) $)) (-15 -2474 ((-1181) $)) (-15 -3828 ((-1181) $)) (-15 -3310 ((-1181) $)) (-15 -2553 ((-1181) $)) (-15 -1608 ((-1181) $)) (-15 -1991 ((-527) $)) (-15 -3192 ((-207) $)) (-15 -1291 ((-1094) $)) (-15 -2768 ((-1077) $)) (-15 -3638 ((-2 (|:| |cd| (-1077)) (|:| -2365 (-1077))) $)) (-15 -2035 ((-1094) $)))) (T -766))
+((-2035 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-766)))) (-3638 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |cd| (-1077)) (|:| -2365 (-1077)))) (-5 *1 (-766)))) (-2768 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-766)))) (-1291 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-766)))) (-3192 (*1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-766)))) (-1991 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-766)))) (-1608 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2553 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3310 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3828 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2474 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2987 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3455 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2556 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-4042 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3490 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2902 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2808 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2827 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-1730 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3416 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-766)))) (-3013 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-766)))) (-1735 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-766)))) (-2844 (*1 *2 *1 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1181)) (-5 *1 (-766)))) (-1963 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-766)))) (-1662 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3378 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2884 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-1365 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-1416 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3382 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3352 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3824 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3800 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-1661 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3764 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2073 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-3056 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-1391 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-4076 (*1 *2 *1 *3) (-12 (-5 *3 (-767)) (-5 *2 (-1181)) (-5 *1 (-766)))) (-1355 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))) (-2368 (*1 *1 *2 *3) (-12 (-5 *2 (-1077)) (-5 *3 (-767)) (-5 *1 (-766)))) (-3001 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1077)) (-5 *3 (-767)) (-5 *1 (-766)))))
+(-10 -8 (-15 -3001 ($ (-1077) (-1077) (-767))) (-15 -2368 ($ (-1077) (-767))) (-15 -1355 ((-1181) $)) (-15 -4076 ((-1181) $ (-767))) (-15 -1391 ((-1181) $)) (-15 -3056 ((-1181) $)) (-15 -2073 ((-1181) $)) (-15 -3764 ((-1181) $)) (-15 -1661 ((-1181) $)) (-15 -3800 ((-1181) $)) (-15 -3824 ((-1181) $)) (-15 -3352 ((-1181) $)) (-15 -3382 ((-1181) $)) (-15 -1416 ((-1181) $)) (-15 -1365 ((-1181) $)) (-15 -2884 ((-1181) $)) (-15 -3378 ((-1181) $)) (-15 -1662 ((-1181) $)) (-15 -1963 ((-1181) $ (-527))) (-15 -2844 ((-1181) $ (-207))) (-15 -1735 ((-1181) $ (-1094))) (-15 -3013 ((-1181) $ (-1077))) (-15 -3416 ((-1181) $ (-1077) (-1077))) (-15 -1730 ((-1181) $)) (-15 -2827 ((-1181) $)) (-15 -2808 ((-1181) $)) (-15 -2902 ((-1181) $)) (-15 -3490 ((-1181) $)) (-15 -4042 ((-1181) $)) (-15 -2556 ((-1181) $)) (-15 -3455 ((-1181) $)) (-15 -2987 ((-1181) $)) (-15 -2474 ((-1181) $)) (-15 -3828 ((-1181) $)) (-15 -3310 ((-1181) $)) (-15 -2553 ((-1181) $)) (-15 -1608 ((-1181) $)) (-15 -1991 ((-527) $)) (-15 -3192 ((-207) $)) (-15 -1291 ((-1094) $)) (-15 -2768 ((-1077) $)) (-15 -3638 ((-2 (|:| |cd| (-1077)) (|:| -2365 (-1077))) $)) (-15 -2035 ((-1094) $)))
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 12)) (-3450 (($) 15)) (-4015 (($) 13)) (-4012 (($) 16)) (-3846 (($) 14)) (-2747 (((-110) $ $) 8)))
+(((-767) (-13 (-1022) (-10 -8 (-15 -4015 ($)) (-15 -3450 ($)) (-15 -4012 ($)) (-15 -3846 ($))))) (T -767))
+((-4015 (*1 *1) (-5 *1 (-767))) (-3450 (*1 *1) (-5 *1 (-767))) (-4012 (*1 *1) (-5 *1 (-767))) (-3846 (*1 *1) (-5 *1 (-767))))
+(-13 (-1022) (-10 -8 (-15 -4015 ($)) (-15 -3450 ($)) (-15 -4012 ($)) (-15 -3846 ($))))
+((-4105 (((-110) $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 21) (($ (-1094)) 17)) (-1463 (((-110) $) 10)) (-3932 (((-110) $) 9)) (-1764 (((-110) $) 11)) (-3600 (((-110) $) 8)) (-2747 (((-110) $ $) 19)))
+(((-768) (-13 (-1022) (-10 -8 (-15 -4118 ($ (-1094))) (-15 -3600 ((-110) $)) (-15 -3932 ((-110) $)) (-15 -1463 ((-110) $)) (-15 -1764 ((-110) $))))) (T -768))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-768)))) (-3600 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))) (-3932 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))) (-1463 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))) (-1764 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-1094))) (-15 -3600 ((-110) $)) (-15 -3932 ((-110) $)) (-15 -1463 ((-110) $)) (-15 -1764 ((-110) $))))
+((-4105 (((-110) $ $) NIL)) (-3580 (($ (-768) (-594 (-1094))) 24)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2381 (((-768) $) 25)) (-4121 (((-594 (-1094)) $) 26)) (-4118 (((-800) $) 23)) (-2747 (((-110) $ $) NIL)))
+(((-769) (-13 (-1022) (-10 -8 (-15 -2381 ((-768) $)) (-15 -4121 ((-594 (-1094)) $)) (-15 -3580 ($ (-768) (-594 (-1094))))))) (T -769))
+((-2381 (*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-769)))) (-4121 (*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-769)))) (-3580 (*1 *1 *2 *3) (-12 (-5 *2 (-768)) (-5 *3 (-594 (-1094))) (-5 *1 (-769)))))
+(-13 (-1022) (-10 -8 (-15 -2381 ((-768) $)) (-15 -4121 ((-594 (-1094)) $)) (-15 -3580 ($ (-768) (-594 (-1094))))))
+((-2951 (((-1181) (-766) (-296 |#1|) (-110)) 23) (((-1181) (-766) (-296 |#1|)) 79) (((-1077) (-296 |#1|) (-110)) 78) (((-1077) (-296 |#1|)) 77)))
+(((-770 |#1|) (-10 -7 (-15 -2951 ((-1077) (-296 |#1|))) (-15 -2951 ((-1077) (-296 |#1|) (-110))) (-15 -2951 ((-1181) (-766) (-296 |#1|))) (-15 -2951 ((-1181) (-766) (-296 |#1|) (-110)))) (-13 (-772) (-791) (-979))) (T -770))
+((-2951 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-766)) (-5 *4 (-296 *6)) (-5 *5 (-110)) (-4 *6 (-13 (-772) (-791) (-979))) (-5 *2 (-1181)) (-5 *1 (-770 *6)))) (-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-766)) (-5 *4 (-296 *5)) (-4 *5 (-13 (-772) (-791) (-979))) (-5 *2 (-1181)) (-5 *1 (-770 *5)))) (-2951 (*1 *2 *3 *4) (-12 (-5 *3 (-296 *5)) (-5 *4 (-110)) (-4 *5 (-13 (-772) (-791) (-979))) (-5 *2 (-1077)) (-5 *1 (-770 *5)))) (-2951 (*1 *2 *3) (-12 (-5 *3 (-296 *4)) (-4 *4 (-13 (-772) (-791) (-979))) (-5 *2 (-1077)) (-5 *1 (-770 *4)))))
+(-10 -7 (-15 -2951 ((-1077) (-296 |#1|))) (-15 -2951 ((-1077) (-296 |#1|) (-110))) (-15 -2951 ((-1181) (-766) (-296 |#1|))) (-15 -2951 ((-1181) (-766) (-296 |#1|) (-110))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3435 ((|#1| $) 10)) (-1525 (($ |#1|) 9)) (-2956 (((-110) $) NIL)) (-2829 (($ |#2| (-715)) NIL)) (-4045 (((-715) $) NIL)) (-3004 ((|#2| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4234 (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $) NIL (|has| |#1| (-215)))) (-4115 (((-715) $) NIL)) (-4118 (((-800) $) 17) (($ (-527)) NIL) (($ |#2|) NIL (|has| |#2| (-162)))) (-3411 ((|#2| $ (-715)) NIL)) (-4070 (((-715)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $) NIL (|has| |#1| (-215)))) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 12) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-771 |#1| |#2|) (-13 (-653 |#2|) (-10 -8 (IF (|has| |#1| (-215)) (-6 (-215)) |%noBranch|) (-15 -1525 ($ |#1|)) (-15 -3435 (|#1| $)))) (-653 |#2|) (-979)) (T -771))
+((-1525 (*1 *1 *2) (-12 (-4 *3 (-979)) (-5 *1 (-771 *2 *3)) (-4 *2 (-653 *3)))) (-3435 (*1 *2 *1) (-12 (-4 *2 (-653 *3)) (-5 *1 (-771 *2 *3)) (-4 *3 (-979)))))
+(-13 (-653 |#2|) (-10 -8 (IF (|has| |#1| (-215)) (-6 (-215)) |%noBranch|) (-15 -1525 ($ |#1|)) (-15 -3435 (|#1| $))))
+((-2951 (((-1181) (-766) $ (-110)) 9) (((-1181) (-766) $) 8) (((-1077) $ (-110)) 7) (((-1077) $) 6)))
+(((-772) (-133)) (T -772))
+((-2951 (*1 *2 *3 *1 *4) (-12 (-4 *1 (-772)) (-5 *3 (-766)) (-5 *4 (-110)) (-5 *2 (-1181)))) (-2951 (*1 *2 *3 *1) (-12 (-4 *1 (-772)) (-5 *3 (-766)) (-5 *2 (-1181)))) (-2951 (*1 *2 *1 *3) (-12 (-4 *1 (-772)) (-5 *3 (-110)) (-5 *2 (-1077)))) (-2951 (*1 *2 *1) (-12 (-4 *1 (-772)) (-5 *2 (-1077)))))
+(-13 (-10 -8 (-15 -2951 ((-1077) $)) (-15 -2951 ((-1077) $ (-110))) (-15 -2951 ((-1181) (-766) $)) (-15 -2951 ((-1181) (-766) $ (-110)))))
+((-2533 (((-292) (-1077) (-1077)) 12)) (-2736 (((-110) (-1077) (-1077)) 34)) (-3853 (((-110) (-1077)) 33)) (-1811 (((-51) (-1077)) 25)) (-3048 (((-51) (-1077)) 23)) (-3218 (((-51) (-766)) 17)) (-2429 (((-594 (-1077)) (-1077)) 28)) (-3297 (((-594 (-1077))) 27)))
+(((-773) (-10 -7 (-15 -3218 ((-51) (-766))) (-15 -3048 ((-51) (-1077))) (-15 -1811 ((-51) (-1077))) (-15 -3297 ((-594 (-1077)))) (-15 -2429 ((-594 (-1077)) (-1077))) (-15 -3853 ((-110) (-1077))) (-15 -2736 ((-110) (-1077) (-1077))) (-15 -2533 ((-292) (-1077) (-1077))))) (T -773))
+((-2533 (*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-292)) (-5 *1 (-773)))) (-2736 (*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-110)) (-5 *1 (-773)))) (-3853 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-110)) (-5 *1 (-773)))) (-2429 (*1 *2 *3) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-773)) (-5 *3 (-1077)))) (-3297 (*1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-773)))) (-1811 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-51)) (-5 *1 (-773)))) (-3048 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-51)) (-5 *1 (-773)))) (-3218 (*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-51)) (-5 *1 (-773)))))
+(-10 -7 (-15 -3218 ((-51) (-766))) (-15 -3048 ((-51) (-1077))) (-15 -1811 ((-51) (-1077))) (-15 -3297 ((-594 (-1077)))) (-15 -2429 ((-594 (-1077)) (-1077))) (-15 -3853 ((-110) (-1077))) (-15 -2736 ((-110) (-1077) (-1077))) (-15 -2533 ((-292) (-1077) (-1077))))
+((-4105 (((-110) $ $) 19)) (-1704 (($ |#1| $) 76) (($ $ |#1|) 75) (($ $ $) 74)) (-3576 (($ $ $) 72)) (-2306 (((-110) $ $) 73)) (-1731 (((-110) $ (-715)) 8)) (-2787 (($ (-594 |#1|)) 68) (($) 67)) (-1920 (($ (-1 (-110) |#1|) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-3802 (($ $) 62)) (-1702 (($ $) 58 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ |#1| $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) 46 (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) 57 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 54 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 56 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 53 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 52 (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3397 (((-110) $ $) 64)) (-3541 (((-110) $ (-715)) 9)) (-3902 ((|#1| $) 78)) (-3427 (($ $ $) 81)) (-2965 (($ $ $) 80)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-1257 ((|#1| $) 79)) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22)) (-2984 (($ $ $) 69)) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40) (($ |#1| $ (-715)) 63)) (-4024 (((-1041) $) 21)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 51)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3144 (((-594 (-2 (|:| -3484 |#1|) (|:| -4034 (-715)))) $) 61)) (-2457 (($ $ |#1|) 71) (($ $ $) 70)) (-2261 (($) 49) (($ (-594 |#1|)) 48)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 50)) (-4118 (((-800) $) 18)) (-2162 (($ (-594 |#1|)) 66) (($) 65)) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20)) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-774 |#1|) (-133) (-791)) (T -774))
+((-3902 (*1 *2 *1) (-12 (-4 *1 (-774 *2)) (-4 *2 (-791)))))
+(-13 (-681 |t#1|) (-904 |t#1|) (-10 -8 (-15 -3902 (|t#1| $))))
+(((-33) . T) ((-104 |#1|) . T) ((-99) . T) ((-568 (-800)) . T) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-217 |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-639 |#1|) . T) ((-681 |#1|) . T) ((-904 |#1|) . T) ((-1020 |#1|) . T) ((-1022) . T) ((-1130) . T))
+((-1666 (((-1181) (-1041) (-1041)) 47)) (-3375 (((-1181) (-765) (-51)) 44)) (-3307 (((-51) (-765)) 16)))
+(((-775) (-10 -7 (-15 -3307 ((-51) (-765))) (-15 -3375 ((-1181) (-765) (-51))) (-15 -1666 ((-1181) (-1041) (-1041))))) (T -775))
+((-1666 (*1 *2 *3 *3) (-12 (-5 *3 (-1041)) (-5 *2 (-1181)) (-5 *1 (-775)))) (-3375 (*1 *2 *3 *4) (-12 (-5 *3 (-765)) (-5 *4 (-51)) (-5 *2 (-1181)) (-5 *1 (-775)))) (-3307 (*1 *2 *3) (-12 (-5 *3 (-765)) (-5 *2 (-51)) (-5 *1 (-775)))))
+(-10 -7 (-15 -3307 ((-51) (-765))) (-15 -3375 ((-1181) (-765) (-51))) (-15 -1666 ((-1181) (-1041) (-1041))))
+((-1998 (((-777 |#2|) (-1 |#2| |#1|) (-777 |#1|) (-777 |#2|)) 12) (((-777 |#2|) (-1 |#2| |#1|) (-777 |#1|)) 13)))
+(((-776 |#1| |#2|) (-10 -7 (-15 -1998 ((-777 |#2|) (-1 |#2| |#1|) (-777 |#1|))) (-15 -1998 ((-777 |#2|) (-1 |#2| |#1|) (-777 |#1|) (-777 |#2|)))) (-1022) (-1022)) (T -776))
+((-1998 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-777 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-777 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *1 (-776 *5 *6)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-777 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *2 (-777 *6)) (-5 *1 (-776 *5 *6)))))
+(-10 -7 (-15 -1998 ((-777 |#2|) (-1 |#2| |#1|) (-777 |#1|))) (-15 -1998 ((-777 |#2|) (-1 |#2| |#1|) (-777 |#1|) (-777 |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL (|has| |#1| (-21)))) (-3085 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2350 (((-527) $) NIL (|has| |#1| (-789)))) (-1298 (($) NIL (|has| |#1| (-21)) CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 15)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 9)) (-3714 (((-3 $ "failed") $) 40 (|has| |#1| (-789)))) (-2541 (((-3 (-387 (-527)) "failed") $) 49 (|has| |#1| (-512)))) (-1397 (((-110) $) 43 (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) 46 (|has| |#1| (-512)))) (-3460 (((-110) $) NIL (|has| |#1| (-789)))) (-2956 (((-110) $) NIL (|has| |#1| (-789)))) (-1612 (((-110) $) NIL (|has| |#1| (-789)))) (-3902 (($ $ $) NIL (|has| |#1| (-789)))) (-1257 (($ $ $) NIL (|has| |#1| (-789)))) (-2416 (((-1077) $) NIL)) (-4157 (($) 13)) (-3991 (((-110) $) 12)) (-4024 (((-1041) $) NIL)) (-2724 (((-110) $) 11)) (-4118 (((-800) $) 18) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) 8) (($ (-527)) NIL (-2027 (|has| |#1| (-789)) (|has| |#1| (-970 (-527)))))) (-4070 (((-715)) 34 (|has| |#1| (-789)))) (-1597 (($ $) NIL (|has| |#1| (-789)))) (-3732 (($ $ (-858)) NIL (|has| |#1| (-789))) (($ $ (-715)) NIL (|has| |#1| (-789)))) (-3361 (($) 22 (|has| |#1| (-21)) CONST)) (-3374 (($) 31 (|has| |#1| (-789)) CONST)) (-2813 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2747 (((-110) $ $) 20)) (-2799 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-110) $ $) 42 (|has| |#1| (-789)))) (-2863 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 27 (|has| |#1| (-21)))) (-2850 (($ $ $) 29 (|has| |#1| (-21)))) (** (($ $ (-858)) NIL (|has| |#1| (-789))) (($ $ (-715)) NIL (|has| |#1| (-789)))) (* (($ $ $) 37 (|has| |#1| (-789))) (($ (-527) $) 25 (|has| |#1| (-21))) (($ (-715) $) NIL (|has| |#1| (-21))) (($ (-858) $) NIL (|has| |#1| (-21)))))
+(((-777 |#1|) (-13 (-1022) (-391 |#1|) (-10 -8 (-15 -4157 ($)) (-15 -2724 ((-110) $)) (-15 -3991 ((-110) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|))) (-1022)) (T -777))
+((-4157 (*1 *1) (-12 (-5 *1 (-777 *2)) (-4 *2 (-1022)))) (-2724 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-777 *3)) (-4 *3 (-1022)))) (-3991 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-777 *3)) (-4 *3 (-1022)))) (-1397 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-777 *3)) (-4 *3 (-512)) (-4 *3 (-1022)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-777 *3)) (-4 *3 (-512)) (-4 *3 (-1022)))) (-2541 (*1 *2 *1) (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-777 *3)) (-4 *3 (-512)) (-4 *3 (-1022)))))
+(-13 (-1022) (-391 |#1|) (-10 -8 (-15 -4157 ($)) (-15 -2724 ((-110) $)) (-15 -3991 ((-110) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-112) "failed") $) NIL)) (-4145 ((|#1| $) NIL) (((-112) $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3356 ((|#1| (-112) |#1|) NIL)) (-2956 (((-110) $) NIL)) (-3620 (($ |#1| (-341 (-112))) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3131 (($ $ (-1 |#1| |#1|)) NIL)) (-1573 (($ $ (-1 |#1| |#1|)) NIL)) (-3439 ((|#1| $ |#1|) NIL)) (-4137 ((|#1| |#1|) NIL (|has| |#1| (-162)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-112)) NIL)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-1345 (($ $) NIL (|has| |#1| (-162))) (($ $ $) NIL (|has| |#1| (-162)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ (-112) (-527)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-162))) (($ $ |#1|) NIL (|has| |#1| (-162)))))
+(((-778 |#1|) (-13 (-979) (-970 |#1|) (-970 (-112)) (-267 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-162)) (PROGN (-6 (-37 |#1|)) (-15 -1345 ($ $)) (-15 -1345 ($ $ $)) (-15 -4137 (|#1| |#1|))) |%noBranch|) (-15 -1573 ($ $ (-1 |#1| |#1|))) (-15 -3131 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-112) (-527))) (-15 ** ($ $ (-527))) (-15 -3356 (|#1| (-112) |#1|)) (-15 -3620 ($ |#1| (-341 (-112)))))) (-979)) (T -778))
+((-1345 (*1 *1 *1) (-12 (-5 *1 (-778 *2)) (-4 *2 (-162)) (-4 *2 (-979)))) (-1345 (*1 *1 *1 *1) (-12 (-5 *1 (-778 *2)) (-4 *2 (-162)) (-4 *2 (-979)))) (-4137 (*1 *2 *2) (-12 (-5 *1 (-778 *2)) (-4 *2 (-162)) (-4 *2 (-979)))) (-1573 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-778 *3)))) (-3131 (*1 *1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-778 *3)))) (** (*1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-527)) (-5 *1 (-778 *4)) (-4 *4 (-979)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-778 *3)) (-4 *3 (-979)))) (-3356 (*1 *2 *3 *2) (-12 (-5 *3 (-112)) (-5 *1 (-778 *2)) (-4 *2 (-979)))) (-3620 (*1 *1 *2 *3) (-12 (-5 *3 (-341 (-112))) (-5 *1 (-778 *2)) (-4 *2 (-979)))))
+(-13 (-979) (-970 |#1|) (-970 (-112)) (-267 |#1| |#1|) (-10 -8 (IF (|has| |#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |#1| (-162)) (PROGN (-6 (-37 |#1|)) (-15 -1345 ($ $)) (-15 -1345 ($ $ $)) (-15 -4137 (|#1| |#1|))) |%noBranch|) (-15 -1573 ($ $ (-1 |#1| |#1|))) (-15 -3131 ($ $ (-1 |#1| |#1|))) (-15 ** ($ (-112) (-527))) (-15 ** ($ $ (-527))) (-15 -3356 (|#1| (-112) |#1|)) (-15 -3620 ($ |#1| (-341 (-112))))))
+((-3014 (((-197 (-477)) (-1077)) 9)))
+(((-779) (-10 -7 (-15 -3014 ((-197 (-477)) (-1077))))) (T -779))
+((-3014 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-197 (-477))) (-5 *1 (-779)))))
+(-10 -7 (-15 -3014 ((-197 (-477)) (-1077))))
+((-4105 (((-110) $ $) 7)) (-3561 (((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 14) (((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 13)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 16) (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 15)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)))
+(((-780) (-133)) (T -780))
+((-3790 (*1 *2 *3 *4) (-12 (-4 *1 (-780)) (-5 *3 (-991)) (-5 *4 (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)))))) (-3790 (*1 *2 *3 *4) (-12 (-4 *1 (-780)) (-5 *3 (-991)) (-5 *4 (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)))))) (-3561 (*1 *2 *3) (-12 (-4 *1 (-780)) (-5 *3 (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) (-5 *2 (-968)))) (-3561 (*1 *2 *3) (-12 (-4 *1 (-780)) (-5 *3 (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (-5 *2 (-968)))))
+(-13 (-1022) (-10 -7 (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -3561 ((-968) (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -3561 ((-968) (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-3007 (((-968) (-594 (-296 (-359))) (-594 (-359))) 147) (((-968) (-296 (-359)) (-594 (-359))) 145) (((-968) (-296 (-359)) (-594 (-359)) (-594 (-784 (-359))) (-594 (-784 (-359)))) 144) (((-968) (-296 (-359)) (-594 (-359)) (-594 (-784 (-359))) (-594 (-296 (-359))) (-594 (-784 (-359)))) 143) (((-968) (-782)) 117) (((-968) (-782) (-991)) 116)) (-3790 (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-782) (-991)) 82) (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-782)) 84)) (-2456 (((-968) (-594 (-296 (-359))) (-594 (-359))) 148) (((-968) (-782)) 133)))
+(((-781) (-10 -7 (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-782))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-782) (-991))) (-15 -3007 ((-968) (-782) (-991))) (-15 -3007 ((-968) (-782))) (-15 -2456 ((-968) (-782))) (-15 -3007 ((-968) (-296 (-359)) (-594 (-359)) (-594 (-784 (-359))) (-594 (-296 (-359))) (-594 (-784 (-359))))) (-15 -3007 ((-968) (-296 (-359)) (-594 (-359)) (-594 (-784 (-359))) (-594 (-784 (-359))))) (-15 -3007 ((-968) (-296 (-359)) (-594 (-359)))) (-15 -3007 ((-968) (-594 (-296 (-359))) (-594 (-359)))) (-15 -2456 ((-968) (-594 (-296 (-359))) (-594 (-359)))))) (T -781))
+((-2456 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-296 (-359)))) (-5 *4 (-594 (-359))) (-5 *2 (-968)) (-5 *1 (-781)))) (-3007 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-296 (-359)))) (-5 *4 (-594 (-359))) (-5 *2 (-968)) (-5 *1 (-781)))) (-3007 (*1 *2 *3 *4) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-359))) (-5 *2 (-968)) (-5 *1 (-781)))) (-3007 (*1 *2 *3 *4 *5 *5) (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-359))) (-5 *5 (-594 (-784 (-359)))) (-5 *2 (-968)) (-5 *1 (-781)))) (-3007 (*1 *2 *3 *4 *5 *6 *5) (-12 (-5 *4 (-594 (-359))) (-5 *5 (-594 (-784 (-359)))) (-5 *6 (-594 (-296 (-359)))) (-5 *3 (-296 (-359))) (-5 *2 (-968)) (-5 *1 (-781)))) (-2456 (*1 *2 *3) (-12 (-5 *3 (-782)) (-5 *2 (-968)) (-5 *1 (-781)))) (-3007 (*1 *2 *3) (-12 (-5 *3 (-782)) (-5 *2 (-968)) (-5 *1 (-781)))) (-3007 (*1 *2 *3 *4) (-12 (-5 *3 (-782)) (-5 *4 (-991)) (-5 *2 (-968)) (-5 *1 (-781)))) (-3790 (*1 *2 *3 *4) (-12 (-5 *3 (-782)) (-5 *4 (-991)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) (-5 *1 (-781)))) (-3790 (*1 *2 *3) (-12 (-5 *3 (-782)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) (-5 *1 (-781)))))
+(-10 -7 (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-782))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-782) (-991))) (-15 -3007 ((-968) (-782) (-991))) (-15 -3007 ((-968) (-782))) (-15 -2456 ((-968) (-782))) (-15 -3007 ((-968) (-296 (-359)) (-594 (-359)) (-594 (-784 (-359))) (-594 (-296 (-359))) (-594 (-784 (-359))))) (-15 -3007 ((-968) (-296 (-359)) (-594 (-359)) (-594 (-784 (-359))) (-594 (-784 (-359))))) (-15 -3007 ((-968) (-296 (-359)) (-594 (-359)))) (-15 -3007 ((-968) (-594 (-296 (-359))) (-594 (-359)))) (-15 -2456 ((-968) (-594 (-296 (-359))) (-594 (-359)))))
+((-4105 (((-110) $ $) NIL)) (-4145 (((-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) $) 21)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 20) (($ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) 14) (($ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) 16) (($ (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))))) 18)) (-2747 (((-110) $ $) NIL)))
+(((-782) (-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))))) (-15 -4118 ($ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -4118 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) $))))) (T -782))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-782)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (-5 *1 (-782)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))) (-5 *1 (-782)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))))) (-5 *1 (-782)))) (-4145 (*1 *2 *1) (-12 (-5 *2 (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207))))))) (-5 *1 (-782)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207))))))) (-15 -4118 ($ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) (-15 -4118 ($ (-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-3 (|:| |noa| (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207))) (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207)))) (|:| |ub| (-594 (-784 (-207)))))) (|:| |lsa| (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))) $))))
+((-1998 (((-784 |#2|) (-1 |#2| |#1|) (-784 |#1|) (-784 |#2|) (-784 |#2|)) 13) (((-784 |#2|) (-1 |#2| |#1|) (-784 |#1|)) 14)))
+(((-783 |#1| |#2|) (-10 -7 (-15 -1998 ((-784 |#2|) (-1 |#2| |#1|) (-784 |#1|))) (-15 -1998 ((-784 |#2|) (-1 |#2| |#1|) (-784 |#1|) (-784 |#2|) (-784 |#2|)))) (-1022) (-1022)) (T -783))
+((-1998 (*1 *2 *3 *4 *2 *2) (-12 (-5 *2 (-784 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-784 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *1 (-783 *5 *6)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-784 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *2 (-784 *6)) (-5 *1 (-783 *5 *6)))))
+(-10 -7 (-15 -1998 ((-784 |#2|) (-1 |#2| |#1|) (-784 |#1|))) (-15 -1998 ((-784 |#2|) (-1 |#2| |#1|) (-784 |#1|) (-784 |#2|) (-784 |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL (|has| |#1| (-21)))) (-2458 (((-1041) $) 24)) (-3085 (((-3 $ "failed") $ $) NIL (|has| |#1| (-21)))) (-2350 (((-527) $) NIL (|has| |#1| (-789)))) (-1298 (($) NIL (|has| |#1| (-21)) CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 16)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 9)) (-3714 (((-3 $ "failed") $) 47 (|has| |#1| (-789)))) (-2541 (((-3 (-387 (-527)) "failed") $) 54 (|has| |#1| (-512)))) (-1397 (((-110) $) 49 (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) 52 (|has| |#1| (-512)))) (-3460 (((-110) $) NIL (|has| |#1| (-789)))) (-4100 (($) 13)) (-2956 (((-110) $) NIL (|has| |#1| (-789)))) (-1612 (((-110) $) NIL (|has| |#1| (-789)))) (-4112 (($) 14)) (-3902 (($ $ $) NIL (|has| |#1| (-789)))) (-1257 (($ $ $) NIL (|has| |#1| (-789)))) (-2416 (((-1077) $) NIL)) (-3991 (((-110) $) 12)) (-4024 (((-1041) $) NIL)) (-2724 (((-110) $) 11)) (-4118 (((-800) $) 22) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) 8) (($ (-527)) NIL (-2027 (|has| |#1| (-789)) (|has| |#1| (-970 (-527)))))) (-4070 (((-715)) 41 (|has| |#1| (-789)))) (-1597 (($ $) NIL (|has| |#1| (-789)))) (-3732 (($ $ (-858)) NIL (|has| |#1| (-789))) (($ $ (-715)) NIL (|has| |#1| (-789)))) (-3361 (($) 29 (|has| |#1| (-21)) CONST)) (-3374 (($) 38 (|has| |#1| (-789)) CONST)) (-2813 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2747 (((-110) $ $) 27)) (-2799 (((-110) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-110) $ $) 48 (|has| |#1| (-789)))) (-2863 (($ $ $) NIL (|has| |#1| (-21))) (($ $) 34 (|has| |#1| (-21)))) (-2850 (($ $ $) 36 (|has| |#1| (-21)))) (** (($ $ (-858)) NIL (|has| |#1| (-789))) (($ $ (-715)) NIL (|has| |#1| (-789)))) (* (($ $ $) 44 (|has| |#1| (-789))) (($ (-527) $) 32 (|has| |#1| (-21))) (($ (-715) $) NIL (|has| |#1| (-21))) (($ (-858) $) NIL (|has| |#1| (-21)))))
+(((-784 |#1|) (-13 (-1022) (-391 |#1|) (-10 -8 (-15 -4100 ($)) (-15 -4112 ($)) (-15 -2724 ((-110) $)) (-15 -3991 ((-110) $)) (-15 -2458 ((-1041) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|))) (-1022)) (T -784))
+((-4100 (*1 *1) (-12 (-5 *1 (-784 *2)) (-4 *2 (-1022)))) (-4112 (*1 *1) (-12 (-5 *1 (-784 *2)) (-4 *2 (-1022)))) (-2724 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-784 *3)) (-4 *3 (-1022)))) (-3991 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-784 *3)) (-4 *3 (-1022)))) (-2458 (*1 *2 *1) (-12 (-5 *2 (-1041)) (-5 *1 (-784 *3)) (-4 *3 (-1022)))) (-1397 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-784 *3)) (-4 *3 (-512)) (-4 *3 (-1022)))) (-1328 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-784 *3)) (-4 *3 (-512)) (-4 *3 (-1022)))) (-2541 (*1 *2 *1) (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-784 *3)) (-4 *3 (-512)) (-4 *3 (-1022)))))
+(-13 (-1022) (-391 |#1|) (-10 -8 (-15 -4100 ($)) (-15 -4112 ($)) (-15 -2724 ((-110) $)) (-15 -3991 ((-110) $)) (-15 -2458 ((-1041) $)) (IF (|has| |#1| (-21)) (-6 (-21)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|)))
+((-4105 (((-110) $ $) 7)) (-1637 (((-715)) 20)) (-2309 (($) 23)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-1989 (((-858) $) 22)) (-2416 (((-1077) $) 9)) (-1720 (($ (-858)) 21)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)))
+(((-785) (-133)) (T -785))
+NIL
+(-13 (-791) (-348))
+(((-99) . T) ((-568 (-800)) . T) ((-348) . T) ((-791) . T) ((-1022) . T))
+((-1545 (((-110) (-1176 |#2|) (-1176 |#2|)) 17)) (-3263 (((-110) (-1176 |#2|) (-1176 |#2|)) 18)) (-1316 (((-110) (-1176 |#2|) (-1176 |#2|)) 14)))
+(((-786 |#1| |#2|) (-10 -7 (-15 -1316 ((-110) (-1176 |#2|) (-1176 |#2|))) (-15 -1545 ((-110) (-1176 |#2|) (-1176 |#2|))) (-15 -3263 ((-110) (-1176 |#2|) (-1176 |#2|)))) (-715) (-736)) (T -786))
+((-3263 (*1 *2 *3 *3) (-12 (-5 *3 (-1176 *5)) (-4 *5 (-736)) (-5 *2 (-110)) (-5 *1 (-786 *4 *5)) (-14 *4 (-715)))) (-1545 (*1 *2 *3 *3) (-12 (-5 *3 (-1176 *5)) (-4 *5 (-736)) (-5 *2 (-110)) (-5 *1 (-786 *4 *5)) (-14 *4 (-715)))) (-1316 (*1 *2 *3 *3) (-12 (-5 *3 (-1176 *5)) (-4 *5 (-736)) (-5 *2 (-110)) (-5 *1 (-786 *4 *5)) (-14 *4 (-715)))))
+(-10 -7 (-15 -1316 ((-110) (-1176 |#2|) (-1176 |#2|))) (-15 -1545 ((-110) (-1176 |#2|) (-1176 |#2|))) (-15 -3263 ((-110) (-1176 |#2|) (-1176 |#2|))))
+((-4105 (((-110) $ $) 7)) (-1298 (($) 24 T CONST)) (-3714 (((-3 $ "failed") $) 28)) (-2956 (((-110) $) 25)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3732 (($ $ (-858)) 22) (($ $ (-715)) 27)) (-3374 (($) 23 T CONST)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (** (($ $ (-858)) 21) (($ $ (-715)) 26)) (* (($ $ $) 20)))
+(((-787) (-133)) (T -787))
+NIL
+(-13 (-798) (-671))
+(((-99) . T) ((-568 (-800)) . T) ((-671) . T) ((-798) . T) ((-791) . T) ((-1034) . T) ((-1022) . T))
+((-2350 (((-527) $) 17)) (-3460 (((-110) $) 10)) (-1612 (((-110) $) 11)) (-1597 (($ $) 19)))
+(((-788 |#1|) (-10 -8 (-15 -1597 (|#1| |#1|)) (-15 -2350 ((-527) |#1|)) (-15 -1612 ((-110) |#1|)) (-15 -3460 ((-110) |#1|))) (-789)) (T -788))
+NIL
+(-10 -8 (-15 -1597 (|#1| |#1|)) (-15 -2350 ((-527) |#1|)) (-15 -1612 ((-110) |#1|)) (-15 -3460 ((-110) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 24)) (-3085 (((-3 $ "failed") $ $) 26)) (-2350 (((-527) $) 33)) (-1298 (($) 23 T CONST)) (-3714 (((-3 $ "failed") $) 39)) (-3460 (((-110) $) 35)) (-2956 (((-110) $) 42)) (-1612 (((-110) $) 34)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 45)) (-4070 (((-715)) 44)) (-1597 (($ $) 32)) (-3732 (($ $ (-715)) 40) (($ $ (-858)) 36)) (-3361 (($) 22 T CONST)) (-3374 (($) 43 T CONST)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (-2863 (($ $ $) 28) (($ $) 27)) (-2850 (($ $ $) 20)) (** (($ $ (-715)) 41) (($ $ (-858)) 37)) (* (($ (-858) $) 21) (($ (-715) $) 25) (($ (-527) $) 29) (($ $ $) 38)))
+(((-789) (-133)) (T -789))
+((-3460 (*1 *2 *1) (-12 (-4 *1 (-789)) (-5 *2 (-110)))) (-1612 (*1 *2 *1) (-12 (-4 *1 (-789)) (-5 *2 (-110)))) (-2350 (*1 *2 *1) (-12 (-4 *1 (-789)) (-5 *2 (-527)))) (-1597 (*1 *1 *1) (-4 *1 (-789))))
+(-13 (-735) (-979) (-671) (-10 -8 (-15 -3460 ((-110) $)) (-15 -1612 ((-110) $)) (-15 -2350 ((-527) $)) (-15 -1597 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-735) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-791) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-3902 (($ $ $) 10)) (-1257 (($ $ $) 9)) (-2813 (((-110) $ $) 13)) (-2788 (((-110) $ $) 11)) (-2799 (((-110) $ $) 14)))
+(((-790 |#1|) (-10 -8 (-15 -3902 (|#1| |#1| |#1|)) (-15 -1257 (|#1| |#1| |#1|)) (-15 -2799 ((-110) |#1| |#1|)) (-15 -2813 ((-110) |#1| |#1|)) (-15 -2788 ((-110) |#1| |#1|))) (-791)) (T -790))
+NIL
+(-10 -8 (-15 -3902 (|#1| |#1| |#1|)) (-15 -1257 (|#1| |#1| |#1|)) (-15 -2799 ((-110) |#1| |#1|)) (-15 -2813 ((-110) |#1| |#1|)) (-15 -2788 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)))
+(((-791) (-133)) (T -791))
+((-2775 (*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110)))) (-2788 (*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110)))) (-2813 (*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110)))) (-2799 (*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110)))) (-1257 (*1 *1 *1 *1) (-4 *1 (-791))) (-3902 (*1 *1 *1 *1) (-4 *1 (-791))))
+(-13 (-1022) (-10 -8 (-15 -2775 ((-110) $ $)) (-15 -2788 ((-110) $ $)) (-15 -2813 ((-110) $ $)) (-15 -2799 ((-110) $ $)) (-15 -1257 ($ $ $)) (-15 -3902 ($ $ $))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-1990 (($ $ $) 45)) (-2944 (($ $ $) 44)) (-2614 (($ $ $) 42)) (-1219 (($ $ $) 51)) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 46)) (-1484 (((-3 $ "failed") $ $) 49)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 |#2| "failed") $) 25)) (-2855 (($ $) 35)) (-3804 (($ $ $) 39)) (-1361 (($ $ $) 38)) (-2276 (($ $ $) 47)) (-1543 (($ $ $) 53)) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 41)) (-1713 (((-3 $ "failed") $ $) 48)) (-1305 (((-3 $ "failed") $ |#2|) 28)) (-1898 ((|#2| $) 32)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 (-527))) NIL) (($ |#2|) 12)) (-3425 (((-594 |#2|) $) 18)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 22)))
+(((-792 |#1| |#2|) (-10 -8 (-15 -2276 (|#1| |#1| |#1|)) (-15 -3466 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2613 |#1|)) |#1| |#1|)) (-15 -1219 (|#1| |#1| |#1|)) (-15 -1484 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1990 (|#1| |#1| |#1|)) (-15 -2944 (|#1| |#1| |#1|)) (-15 -2614 (|#1| |#1| |#1|)) (-15 -3612 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2613 |#1|)) |#1| |#1|)) (-15 -1543 (|#1| |#1| |#1|)) (-15 -1713 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3804 (|#1| |#1| |#1|)) (-15 -1361 (|#1| |#1| |#1|)) (-15 -2855 (|#1| |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3425 ((-594 |#2|) |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -4118 ((-800) |#1|))) (-793 |#2|) (-979)) (T -792))
+NIL
+(-10 -8 (-15 -2276 (|#1| |#1| |#1|)) (-15 -3466 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2613 |#1|)) |#1| |#1|)) (-15 -1219 (|#1| |#1| |#1|)) (-15 -1484 ((-3 |#1| "failed") |#1| |#1|)) (-15 -1990 (|#1| |#1| |#1|)) (-15 -2944 (|#1| |#1| |#1|)) (-15 -2614 (|#1| |#1| |#1|)) (-15 -3612 ((-2 (|:| |coef1| |#1|) (|:| |coef2| |#1|) (|:| -2613 |#1|)) |#1| |#1|)) (-15 -1543 (|#1| |#1| |#1|)) (-15 -1713 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3804 (|#1| |#1| |#1|)) (-15 -1361 (|#1| |#1| |#1|)) (-15 -2855 (|#1| |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -1305 ((-3 |#1| "failed") |#1| |#2|)) (-15 -3425 ((-594 |#2|) |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-1990 (($ $ $) 45 (|has| |#1| (-343)))) (-2944 (($ $ $) 46 (|has| |#1| (-343)))) (-2614 (($ $ $) 48 (|has| |#1| (-343)))) (-1219 (($ $ $) 43 (|has| |#1| (-343)))) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 42 (|has| |#1| (-343)))) (-1484 (((-3 $ "failed") $ $) 44 (|has| |#1| (-343)))) (-2254 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 47 (|has| |#1| (-343)))) (-1923 (((-3 (-527) "failed") $) 74 (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 72 (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 69)) (-4145 (((-527) $) 75 (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) 73 (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 68)) (-3033 (($ $) 64)) (-3714 (((-3 $ "failed") $) 34)) (-2855 (($ $) 55 (|has| |#1| (-431)))) (-2956 (((-110) $) 31)) (-2829 (($ |#1| (-715)) 62)) (-3324 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57 (|has| |#1| (-519)))) (-4052 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 58 (|has| |#1| (-519)))) (-4045 (((-715) $) 66)) (-3804 (($ $ $) 52 (|has| |#1| (-343)))) (-1361 (($ $ $) 53 (|has| |#1| (-343)))) (-2276 (($ $ $) 41 (|has| |#1| (-343)))) (-1543 (($ $ $) 50 (|has| |#1| (-343)))) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 49 (|has| |#1| (-343)))) (-1713 (((-3 $ "failed") $ $) 51 (|has| |#1| (-343)))) (-4072 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 54 (|has| |#1| (-343)))) (-3004 ((|#1| $) 65)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ |#1|) 59 (|has| |#1| (-519)))) (-4115 (((-715) $) 67)) (-1898 ((|#1| $) 56 (|has| |#1| (-431)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 71 (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) 70)) (-3425 (((-594 |#1|) $) 61)) (-3411 ((|#1| $ (-715)) 63)) (-4070 (((-715)) 29)) (-1615 ((|#1| $ |#1| |#1|) 60)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 77) (($ |#1| $) 76)))
+(((-793 |#1|) (-133) (-979)) (T -793))
+((-4115 (*1 *2 *1) (-12 (-4 *1 (-793 *3)) (-4 *3 (-979)) (-5 *2 (-715)))) (-4045 (*1 *2 *1) (-12 (-4 *1 (-793 *3)) (-4 *3 (-979)) (-5 *2 (-715)))) (-3004 (*1 *2 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)))) (-3033 (*1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)))) (-3411 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-793 *2)) (-4 *2 (-979)))) (-2829 (*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-793 *2)) (-4 *2 (-979)))) (-3425 (*1 *2 *1) (-12 (-4 *1 (-793 *3)) (-4 *3 (-979)) (-5 *2 (-594 *3)))) (-1615 (*1 *2 *1 *2 *2) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)))) (-1305 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-519)))) (-4052 (*1 *2 *1 *1) (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3)))) (-3324 (*1 *2 *1 *1) (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3)))) (-1898 (*1 *2 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-431)))) (-2855 (*1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-431)))) (-4072 (*1 *2 *1 *1) (-12 (-4 *3 (-343)) (-4 *3 (-979)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3)))) (-1361 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-3804 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-1713 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-1543 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-3612 (*1 *2 *1 *1) (-12 (-4 *3 (-343)) (-4 *3 (-979)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2613 *1))) (-4 *1 (-793 *3)))) (-2614 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-2254 (*1 *2 *1 *1) (-12 (-4 *3 (-343)) (-4 *3 (-979)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3)))) (-2944 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-1990 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-1484 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-1219 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-3466 (*1 *2 *1 *1) (-12 (-4 *3 (-343)) (-4 *3 (-979)) (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2613 *1))) (-4 *1 (-793 *3)))) (-2276 (*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(-13 (-979) (-109 |t#1| |t#1|) (-391 |t#1|) (-10 -8 (-15 -4115 ((-715) $)) (-15 -4045 ((-715) $)) (-15 -3004 (|t#1| $)) (-15 -3033 ($ $)) (-15 -3411 (|t#1| $ (-715))) (-15 -2829 ($ |t#1| (-715))) (-15 -3425 ((-594 |t#1|) $)) (-15 -1615 (|t#1| $ |t#1| |t#1|)) (IF (|has| |t#1| (-162)) (-6 (-37 |t#1|)) |%noBranch|) (IF (|has| |t#1| (-519)) (PROGN (-15 -1305 ((-3 $ "failed") $ |t#1|)) (-15 -4052 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -3324 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-431)) (PROGN (-15 -1898 (|t#1| $)) (-15 -2855 ($ $))) |%noBranch|) (IF (|has| |t#1| (-343)) (PROGN (-15 -4072 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -1361 ($ $ $)) (-15 -3804 ($ $ $)) (-15 -1713 ((-3 $ "failed") $ $)) (-15 -1543 ($ $ $)) (-15 -3612 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $)) (-15 -2614 ($ $ $)) (-15 -2254 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -2944 ($ $ $)) (-15 -1990 ($ $ $)) (-15 -1484 ((-3 $ "failed") $ $)) (-15 -1219 ($ $ $)) (-15 -3466 ((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $)) (-15 -2276 ($ $ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-162)) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-391 |#1|) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) |has| |#1| (-162)) ((-671) . T) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-2856 ((|#2| |#2| |#2| (-96 |#1|) (-1 |#1| |#1|)) 20)) (-2254 (((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)) 43 (|has| |#1| (-343)))) (-3324 (((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)) 40 (|has| |#1| (-519)))) (-4052 (((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)) 39 (|has| |#1| (-519)))) (-4072 (((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)) 42 (|has| |#1| (-343)))) (-1615 ((|#1| |#2| |#1| |#1| (-96 |#1|) (-1 |#1| |#1|)) 31)))
+(((-794 |#1| |#2|) (-10 -7 (-15 -2856 (|#2| |#2| |#2| (-96 |#1|) (-1 |#1| |#1|))) (-15 -1615 (|#1| |#2| |#1| |#1| (-96 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-519)) (PROGN (-15 -4052 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|))) (-15 -3324 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-15 -4072 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|))) (-15 -2254 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)))) |%noBranch|)) (-979) (-793 |#1|)) (T -794))
+((-2254 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-96 *5)) (-4 *5 (-343)) (-4 *5 (-979)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3)) (-4 *3 (-793 *5)))) (-4072 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-96 *5)) (-4 *5 (-343)) (-4 *5 (-979)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3)) (-4 *3 (-793 *5)))) (-3324 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-96 *5)) (-4 *5 (-519)) (-4 *5 (-979)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3)) (-4 *3 (-793 *5)))) (-4052 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-96 *5)) (-4 *5 (-519)) (-4 *5 (-979)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3)) (-4 *3 (-793 *5)))) (-1615 (*1 *2 *3 *2 *2 *4 *5) (-12 (-5 *4 (-96 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-979)) (-5 *1 (-794 *2 *3)) (-4 *3 (-793 *2)))) (-2856 (*1 *2 *2 *2 *3 *4) (-12 (-5 *3 (-96 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-979)) (-5 *1 (-794 *5 *2)) (-4 *2 (-793 *5)))))
+(-10 -7 (-15 -2856 (|#2| |#2| |#2| (-96 |#1|) (-1 |#1| |#1|))) (-15 -1615 (|#1| |#2| |#1| |#1| (-96 |#1|) (-1 |#1| |#1|))) (IF (|has| |#1| (-519)) (PROGN (-15 -4052 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|))) (-15 -3324 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-15 -4072 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|))) (-15 -2254 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2| (-96 |#1|)))) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1990 (($ $ $) NIL (|has| |#1| (-343)))) (-2944 (($ $ $) NIL (|has| |#1| (-343)))) (-2614 (($ $ $) NIL (|has| |#1| (-343)))) (-1219 (($ $ $) NIL (|has| |#1| (-343)))) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1484 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-2254 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 25 (|has| |#1| (-343)))) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431)))) (-2823 (((-800) $ (-800)) NIL)) (-2956 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) NIL)) (-3324 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 21 (|has| |#1| (-519)))) (-4052 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 19 (|has| |#1| (-519)))) (-4045 (((-715) $) NIL)) (-3804 (($ $ $) NIL (|has| |#1| (-343)))) (-1361 (($ $ $) NIL (|has| |#1| (-343)))) (-2276 (($ $ $) NIL (|has| |#1| (-343)))) (-1543 (($ $ $) NIL (|has| |#1| (-343)))) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1713 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-4072 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 23 (|has| |#1| (-343)))) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-4115 (((-715) $) NIL)) (-1898 ((|#1| $) NIL (|has| |#1| (-431)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#1| (-970 (-387 (-527))))) (($ |#1|) NIL)) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) NIL)) (-4070 (((-715)) NIL)) (-1615 ((|#1| $ |#1| |#1|) 15)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 13) (($ $ |#1|) NIL) (($ |#1| $) NIL)))
+(((-795 |#1| |#2| |#3|) (-13 (-793 |#1|) (-10 -8 (-15 -2823 ((-800) $ (-800))))) (-979) (-96 |#1|) (-1 |#1| |#1|)) (T -795))
+((-2823 (*1 *2 *1 *2) (-12 (-5 *2 (-800)) (-5 *1 (-795 *3 *4 *5)) (-4 *3 (-979)) (-14 *4 (-96 *3)) (-14 *5 (-1 *3 *3)))))
+(-13 (-793 |#1|) (-10 -8 (-15 -2823 ((-800) $ (-800)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1990 (($ $ $) NIL (|has| |#2| (-343)))) (-2944 (($ $ $) NIL (|has| |#2| (-343)))) (-2614 (($ $ $) NIL (|has| |#2| (-343)))) (-1219 (($ $ $) NIL (|has| |#2| (-343)))) (-3466 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#2| (-343)))) (-1484 (((-3 $ "failed") $ $) NIL (|has| |#2| (-343)))) (-2254 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#2| (-343)))) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 |#2| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) ((|#2| $) NIL)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#2| (-431)))) (-2956 (((-110) $) NIL)) (-2829 (($ |#2| (-715)) 16)) (-3324 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#2| (-519)))) (-4052 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#2| (-519)))) (-4045 (((-715) $) NIL)) (-3804 (($ $ $) NIL (|has| |#2| (-343)))) (-1361 (($ $ $) NIL (|has| |#2| (-343)))) (-2276 (($ $ $) NIL (|has| |#2| (-343)))) (-1543 (($ $ $) NIL (|has| |#2| (-343)))) (-3612 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#2| (-343)))) (-1713 (((-3 $ "failed") $ $) NIL (|has| |#2| (-343)))) (-4072 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#2| (-343)))) (-3004 ((|#2| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519)))) (-4115 (((-715) $) NIL)) (-1898 ((|#2| $) NIL (|has| |#2| (-431)))) (-4118 (((-800) $) 23) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#2| (-970 (-387 (-527))))) (($ |#2|) NIL) (($ (-1172 |#1|)) 18)) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-715)) NIL)) (-4070 (((-715)) NIL)) (-1615 ((|#2| $ |#2| |#2|) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) 13 T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL)))
+(((-796 |#1| |#2| |#3| |#4|) (-13 (-793 |#2|) (-10 -8 (-15 -4118 ($ (-1172 |#1|))))) (-1094) (-979) (-96 |#2|) (-1 |#2| |#2|)) (T -796))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *3)) (-14 *3 (-1094)) (-5 *1 (-796 *3 *4 *5 *6)) (-4 *4 (-979)) (-14 *5 (-96 *4)) (-14 *6 (-1 *4 *4)))))
+(-13 (-793 |#2|) (-10 -8 (-15 -4118 ($ (-1172 |#1|)))))
+((-1774 ((|#1| (-715) |#1|) 35 (|has| |#1| (-37 (-387 (-527)))))) (-4189 ((|#1| (-715) (-715) |#1|) 27) ((|#1| (-715) |#1|) 20)) (-1668 ((|#1| (-715) |#1|) 31)) (-2557 ((|#1| (-715) |#1|) 29)) (-1468 ((|#1| (-715) |#1|) 28)))
+(((-797 |#1|) (-10 -7 (-15 -1468 (|#1| (-715) |#1|)) (-15 -2557 (|#1| (-715) |#1|)) (-15 -1668 (|#1| (-715) |#1|)) (-15 -4189 (|#1| (-715) |#1|)) (-15 -4189 (|#1| (-715) (-715) |#1|)) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1774 (|#1| (-715) |#1|)) |%noBranch|)) (-162)) (T -797))
+((-1774 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-162)))) (-4189 (*1 *2 *3 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162)))) (-4189 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162)))) (-1668 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162)))) (-2557 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162)))) (-1468 (*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162)))))
+(-10 -7 (-15 -1468 (|#1| (-715) |#1|)) (-15 -2557 (|#1| (-715) |#1|)) (-15 -1668 (|#1| (-715) |#1|)) (-15 -4189 (|#1| (-715) |#1|)) (-15 -4189 (|#1| (-715) (-715) |#1|)) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1774 (|#1| (-715) |#1|)) |%noBranch|))
+((-4105 (((-110) $ $) 7)) (-3902 (($ $ $) 13)) (-1257 (($ $ $) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3732 (($ $ (-858)) 22)) (-2813 (((-110) $ $) 16)) (-2788 (((-110) $ $) 17)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 15)) (-2775 (((-110) $ $) 18)) (** (($ $ (-858)) 21)) (* (($ $ $) 20)))
+(((-798) (-133)) (T -798))
+NIL
+(-13 (-791) (-1034))
+(((-99) . T) ((-568 (-800)) . T) ((-791) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-2205 (((-527) $) 12)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 18) (($ (-527)) 11)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 8)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 9)))
+(((-799) (-13 (-791) (-10 -8 (-15 -4118 ($ (-527))) (-15 -2205 ((-527) $))))) (T -799))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-799)))) (-2205 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-799)))))
+(-13 (-791) (-10 -8 (-15 -4118 ($ (-527))) (-15 -2205 ((-527) $))))
+((-4105 (((-110) $ $) NIL) (($ $ $) 77)) (-2504 (($ $ $) 115)) (-3327 (((-527) $) 30) (((-527)) 35)) (-2293 (($ (-527)) 44)) (-4197 (($ $ $) 45) (($ (-594 $)) 76)) (-2444 (($ $ (-594 $)) 74)) (-2255 (((-527) $) 33)) (-1707 (($ $ $) 63)) (-4130 (($ $) 128) (($ $ $) 129) (($ $ $ $) 130)) (-2497 (((-527) $) 32)) (-2631 (($ $ $) 62)) (-3289 (($ $) 105)) (-3433 (($ $ $) 119)) (-1293 (($ (-594 $)) 52)) (-2102 (($ $ (-594 $)) 69)) (-3532 (($ (-527) (-527)) 46)) (-2004 (($ $) 116) (($ $ $) 117)) (-3471 (($ $ (-527)) 40) (($ $) 43)) (-1346 (($ $ $) 89)) (-2973 (($ $ $) 122)) (-2751 (($ $) 106)) (-1324 (($ $ $) 90)) (-3964 (($ $) 131) (($ $ $) 132) (($ $ $ $) 133)) (-2463 (((-1181) $) 8)) (-3329 (($ $) 109) (($ $ (-715)) 112)) (-2514 (($ $ $) 65)) (-3216 (($ $ $) 64)) (-2308 (($ $ (-594 $)) 100)) (-2832 (($ $ $) 104)) (-4165 (($ (-594 $)) 50)) (-1282 (($ $) 60) (($ (-594 $)) 61)) (-4150 (($ $ $) 113)) (-2339 (($ $) 107)) (-3002 (($ $ $) 118)) (-2823 (($ (-527)) 20) (($ (-1094)) 22) (($ (-1077)) 29) (($ (-207)) 24)) (-3298 (($ $ $) 93)) (-3264 (($ $) 94)) (-1823 (((-1181) (-1077)) 14)) (-2364 (($ (-1077)) 13)) (-2272 (($ (-594 (-594 $))) 49)) (-3458 (($ $ (-527)) 39) (($ $) 42)) (-2416 (((-1077) $) NIL)) (-2072 (($ $ $) 121)) (-3012 (($ $) 134) (($ $ $) 135) (($ $ $ $) 136)) (-3095 (((-110) $) 98)) (-3624 (($ $ (-594 $)) 102) (($ $ $ $) 103)) (-2375 (($ (-527)) 36)) (-3011 (((-527) $) 31) (((-527)) 34)) (-2305 (($ $ $) 37) (($ (-594 $)) 75)) (-4024 (((-1041) $) NIL)) (-1305 (($ $ $) 91)) (-2453 (($) 12)) (-3439 (($ $ (-594 $)) 99)) (-3462 (($ $) 108) (($ $ (-715)) 111)) (-1317 (($ $ $) 88)) (-4234 (($ $ (-715)) 127)) (-4090 (($ (-594 $)) 51)) (-4118 (((-800) $) 18)) (-2291 (($ $ (-527)) 38) (($ $) 41)) (-1395 (($ $) 58) (($ (-594 $)) 59)) (-2162 (($ $) 56) (($ (-594 $)) 57)) (-3235 (($ $) 114)) (-1678 (($ (-594 $)) 55)) (-3769 (($ $ $) 97)) (-3043 (($ $ $) 120)) (-3979 (($ $ $) 92)) (-1402 (($ $ $) 95) (($ $) 96)) (-2813 (($ $ $) 81)) (-2788 (($ $ $) 79)) (-2747 (((-110) $ $) 15) (($ $ $) 16)) (-2799 (($ $ $) 80)) (-2775 (($ $ $) 78)) (-2873 (($ $ $) 86)) (-2863 (($ $ $) 83) (($ $) 84)) (-2850 (($ $ $) 82)) (** (($ $ $) 87)) (* (($ $ $) 85)))
+(((-800) (-13 (-1022) (-10 -8 (-15 -2463 ((-1181) $)) (-15 -2364 ($ (-1077))) (-15 -1823 ((-1181) (-1077))) (-15 -2823 ($ (-527))) (-15 -2823 ($ (-1094))) (-15 -2823 ($ (-1077))) (-15 -2823 ($ (-207))) (-15 -2453 ($)) (-15 -3327 ((-527) $)) (-15 -3011 ((-527) $)) (-15 -3327 ((-527))) (-15 -3011 ((-527))) (-15 -2497 ((-527) $)) (-15 -2255 ((-527) $)) (-15 -2375 ($ (-527))) (-15 -2293 ($ (-527))) (-15 -3532 ($ (-527) (-527))) (-15 -3458 ($ $ (-527))) (-15 -3471 ($ $ (-527))) (-15 -2291 ($ $ (-527))) (-15 -3458 ($ $)) (-15 -3471 ($ $)) (-15 -2291 ($ $)) (-15 -2305 ($ $ $)) (-15 -4197 ($ $ $)) (-15 -2305 ($ (-594 $))) (-15 -4197 ($ (-594 $))) (-15 -2308 ($ $ (-594 $))) (-15 -3624 ($ $ (-594 $))) (-15 -3624 ($ $ $ $)) (-15 -2832 ($ $ $)) (-15 -3095 ((-110) $)) (-15 -3439 ($ $ (-594 $))) (-15 -3289 ($ $)) (-15 -2072 ($ $ $)) (-15 -3235 ($ $)) (-15 -2272 ($ (-594 (-594 $)))) (-15 -2504 ($ $ $)) (-15 -2004 ($ $)) (-15 -2004 ($ $ $)) (-15 -3002 ($ $ $)) (-15 -3433 ($ $ $)) (-15 -3043 ($ $ $)) (-15 -2973 ($ $ $)) (-15 -4234 ($ $ (-715))) (-15 -3769 ($ $ $)) (-15 -2631 ($ $ $)) (-15 -1707 ($ $ $)) (-15 -3216 ($ $ $)) (-15 -2514 ($ $ $)) (-15 -2102 ($ $ (-594 $))) (-15 -2444 ($ $ (-594 $))) (-15 -2751 ($ $)) (-15 -3462 ($ $)) (-15 -3462 ($ $ (-715))) (-15 -3329 ($ $)) (-15 -3329 ($ $ (-715))) (-15 -2339 ($ $)) (-15 -4150 ($ $ $)) (-15 -4130 ($ $)) (-15 -4130 ($ $ $)) (-15 -4130 ($ $ $ $)) (-15 -3964 ($ $)) (-15 -3964 ($ $ $)) (-15 -3964 ($ $ $ $)) (-15 -3012 ($ $)) (-15 -3012 ($ $ $)) (-15 -3012 ($ $ $ $)) (-15 -2162 ($ $)) (-15 -2162 ($ (-594 $))) (-15 -1395 ($ $)) (-15 -1395 ($ (-594 $))) (-15 -1282 ($ $)) (-15 -1282 ($ (-594 $))) (-15 -4165 ($ (-594 $))) (-15 -4090 ($ (-594 $))) (-15 -1293 ($ (-594 $))) (-15 -1678 ($ (-594 $))) (-15 -2747 ($ $ $)) (-15 -4105 ($ $ $)) (-15 -2775 ($ $ $)) (-15 -2788 ($ $ $)) (-15 -2799 ($ $ $)) (-15 -2813 ($ $ $)) (-15 -2850 ($ $ $)) (-15 -2863 ($ $ $)) (-15 -2863 ($ $)) (-15 * ($ $ $)) (-15 -2873 ($ $ $)) (-15 ** ($ $ $)) (-15 -1317 ($ $ $)) (-15 -1346 ($ $ $)) (-15 -1324 ($ $ $)) (-15 -1305 ($ $ $)) (-15 -3979 ($ $ $)) (-15 -3298 ($ $ $)) (-15 -3264 ($ $)) (-15 -1402 ($ $ $)) (-15 -1402 ($ $))))) (T -800))
+((-2463 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-800)))) (-2364 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-800)))) (-1823 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-800)))) (-2823 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-2823 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-800)))) (-2823 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-800)))) (-2823 (*1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-800)))) (-2453 (*1 *1) (-5 *1 (-800))) (-3327 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-3011 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-3327 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-3011 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-2497 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-2255 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-2375 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-2293 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-3532 (*1 *1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-3458 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-3471 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-2291 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))) (-3458 (*1 *1 *1) (-5 *1 (-800))) (-3471 (*1 *1 *1) (-5 *1 (-800))) (-2291 (*1 *1 *1) (-5 *1 (-800))) (-2305 (*1 *1 *1 *1) (-5 *1 (-800))) (-4197 (*1 *1 *1 *1) (-5 *1 (-800))) (-2305 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-4197 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-2308 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-3624 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-3624 (*1 *1 *1 *1 *1) (-5 *1 (-800))) (-2832 (*1 *1 *1 *1) (-5 *1 (-800))) (-3095 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-800)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-3289 (*1 *1 *1) (-5 *1 (-800))) (-2072 (*1 *1 *1 *1) (-5 *1 (-800))) (-3235 (*1 *1 *1) (-5 *1 (-800))) (-2272 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-800)))) (-5 *1 (-800)))) (-2504 (*1 *1 *1 *1) (-5 *1 (-800))) (-2004 (*1 *1 *1) (-5 *1 (-800))) (-2004 (*1 *1 *1 *1) (-5 *1 (-800))) (-3002 (*1 *1 *1 *1) (-5 *1 (-800))) (-3433 (*1 *1 *1 *1) (-5 *1 (-800))) (-3043 (*1 *1 *1 *1) (-5 *1 (-800))) (-2973 (*1 *1 *1 *1) (-5 *1 (-800))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-800)))) (-3769 (*1 *1 *1 *1) (-5 *1 (-800))) (-2631 (*1 *1 *1 *1) (-5 *1 (-800))) (-1707 (*1 *1 *1 *1) (-5 *1 (-800))) (-3216 (*1 *1 *1 *1) (-5 *1 (-800))) (-2514 (*1 *1 *1 *1) (-5 *1 (-800))) (-2102 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-2444 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-2751 (*1 *1 *1) (-5 *1 (-800))) (-3462 (*1 *1 *1) (-5 *1 (-800))) (-3462 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-800)))) (-3329 (*1 *1 *1) (-5 *1 (-800))) (-3329 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-800)))) (-2339 (*1 *1 *1) (-5 *1 (-800))) (-4150 (*1 *1 *1 *1) (-5 *1 (-800))) (-4130 (*1 *1 *1) (-5 *1 (-800))) (-4130 (*1 *1 *1 *1) (-5 *1 (-800))) (-4130 (*1 *1 *1 *1 *1) (-5 *1 (-800))) (-3964 (*1 *1 *1) (-5 *1 (-800))) (-3964 (*1 *1 *1 *1) (-5 *1 (-800))) (-3964 (*1 *1 *1 *1 *1) (-5 *1 (-800))) (-3012 (*1 *1 *1) (-5 *1 (-800))) (-3012 (*1 *1 *1 *1) (-5 *1 (-800))) (-3012 (*1 *1 *1 *1 *1) (-5 *1 (-800))) (-2162 (*1 *1 *1) (-5 *1 (-800))) (-2162 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-1395 (*1 *1 *1) (-5 *1 (-800))) (-1395 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-1282 (*1 *1 *1) (-5 *1 (-800))) (-1282 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-4165 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-4090 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-1293 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-1678 (*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))) (-2747 (*1 *1 *1 *1) (-5 *1 (-800))) (-4105 (*1 *1 *1 *1) (-5 *1 (-800))) (-2775 (*1 *1 *1 *1) (-5 *1 (-800))) (-2788 (*1 *1 *1 *1) (-5 *1 (-800))) (-2799 (*1 *1 *1 *1) (-5 *1 (-800))) (-2813 (*1 *1 *1 *1) (-5 *1 (-800))) (-2850 (*1 *1 *1 *1) (-5 *1 (-800))) (-2863 (*1 *1 *1 *1) (-5 *1 (-800))) (-2863 (*1 *1 *1) (-5 *1 (-800))) (* (*1 *1 *1 *1) (-5 *1 (-800))) (-2873 (*1 *1 *1 *1) (-5 *1 (-800))) (** (*1 *1 *1 *1) (-5 *1 (-800))) (-1317 (*1 *1 *1 *1) (-5 *1 (-800))) (-1346 (*1 *1 *1 *1) (-5 *1 (-800))) (-1324 (*1 *1 *1 *1) (-5 *1 (-800))) (-1305 (*1 *1 *1 *1) (-5 *1 (-800))) (-3979 (*1 *1 *1 *1) (-5 *1 (-800))) (-3298 (*1 *1 *1 *1) (-5 *1 (-800))) (-3264 (*1 *1 *1) (-5 *1 (-800))) (-1402 (*1 *1 *1 *1) (-5 *1 (-800))) (-1402 (*1 *1 *1) (-5 *1 (-800))))
+(-13 (-1022) (-10 -8 (-15 -2463 ((-1181) $)) (-15 -2364 ($ (-1077))) (-15 -1823 ((-1181) (-1077))) (-15 -2823 ($ (-527))) (-15 -2823 ($ (-1094))) (-15 -2823 ($ (-1077))) (-15 -2823 ($ (-207))) (-15 -2453 ($)) (-15 -3327 ((-527) $)) (-15 -3011 ((-527) $)) (-15 -3327 ((-527))) (-15 -3011 ((-527))) (-15 -2497 ((-527) $)) (-15 -2255 ((-527) $)) (-15 -2375 ($ (-527))) (-15 -2293 ($ (-527))) (-15 -3532 ($ (-527) (-527))) (-15 -3458 ($ $ (-527))) (-15 -3471 ($ $ (-527))) (-15 -2291 ($ $ (-527))) (-15 -3458 ($ $)) (-15 -3471 ($ $)) (-15 -2291 ($ $)) (-15 -2305 ($ $ $)) (-15 -4197 ($ $ $)) (-15 -2305 ($ (-594 $))) (-15 -4197 ($ (-594 $))) (-15 -2308 ($ $ (-594 $))) (-15 -3624 ($ $ (-594 $))) (-15 -3624 ($ $ $ $)) (-15 -2832 ($ $ $)) (-15 -3095 ((-110) $)) (-15 -3439 ($ $ (-594 $))) (-15 -3289 ($ $)) (-15 -2072 ($ $ $)) (-15 -3235 ($ $)) (-15 -2272 ($ (-594 (-594 $)))) (-15 -2504 ($ $ $)) (-15 -2004 ($ $)) (-15 -2004 ($ $ $)) (-15 -3002 ($ $ $)) (-15 -3433 ($ $ $)) (-15 -3043 ($ $ $)) (-15 -2973 ($ $ $)) (-15 -4234 ($ $ (-715))) (-15 -3769 ($ $ $)) (-15 -2631 ($ $ $)) (-15 -1707 ($ $ $)) (-15 -3216 ($ $ $)) (-15 -2514 ($ $ $)) (-15 -2102 ($ $ (-594 $))) (-15 -2444 ($ $ (-594 $))) (-15 -2751 ($ $)) (-15 -3462 ($ $)) (-15 -3462 ($ $ (-715))) (-15 -3329 ($ $)) (-15 -3329 ($ $ (-715))) (-15 -2339 ($ $)) (-15 -4150 ($ $ $)) (-15 -4130 ($ $)) (-15 -4130 ($ $ $)) (-15 -4130 ($ $ $ $)) (-15 -3964 ($ $)) (-15 -3964 ($ $ $)) (-15 -3964 ($ $ $ $)) (-15 -3012 ($ $)) (-15 -3012 ($ $ $)) (-15 -3012 ($ $ $ $)) (-15 -2162 ($ $)) (-15 -2162 ($ (-594 $))) (-15 -1395 ($ $)) (-15 -1395 ($ (-594 $))) (-15 -1282 ($ $)) (-15 -1282 ($ (-594 $))) (-15 -4165 ($ (-594 $))) (-15 -4090 ($ (-594 $))) (-15 -1293 ($ (-594 $))) (-15 -1678 ($ (-594 $))) (-15 -2747 ($ $ $)) (-15 -4105 ($ $ $)) (-15 -2775 ($ $ $)) (-15 -2788 ($ $ $)) (-15 -2799 ($ $ $)) (-15 -2813 ($ $ $)) (-15 -2850 ($ $ $)) (-15 -2863 ($ $ $)) (-15 -2863 ($ $)) (-15 * ($ $ $)) (-15 -2873 ($ $ $)) (-15 ** ($ $ $)) (-15 -1317 ($ $ $)) (-15 -1346 ($ $ $)) (-15 -1324 ($ $ $)) (-15 -1305 ($ $ $)) (-15 -3979 ($ $ $)) (-15 -3298 ($ $ $)) (-15 -3264 ($ $)) (-15 -1402 ($ $ $)) (-15 -1402 ($ $))))
+((-1272 (((-1181) (-594 (-51))) 24)) (-4077 (((-1181) (-1077) (-800)) 14) (((-1181) (-800)) 9) (((-1181) (-1077)) 11)))
+(((-801) (-10 -7 (-15 -4077 ((-1181) (-1077))) (-15 -4077 ((-1181) (-800))) (-15 -4077 ((-1181) (-1077) (-800))) (-15 -1272 ((-1181) (-594 (-51)))))) (T -801))
+((-1272 (*1 *2 *3) (-12 (-5 *3 (-594 (-51))) (-5 *2 (-1181)) (-5 *1 (-801)))) (-4077 (*1 *2 *3 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-800)) (-5 *2 (-1181)) (-5 *1 (-801)))) (-4077 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-801)))) (-4077 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-801)))))
+(-10 -7 (-15 -4077 ((-1181) (-1077))) (-15 -4077 ((-1181) (-800))) (-15 -4077 ((-1181) (-1077) (-800))) (-15 -1272 ((-1181) (-594 (-51)))))
+((-4105 (((-110) $ $) NIL)) (-3507 (((-3 $ "failed") (-1094)) 33)) (-1637 (((-715)) 31)) (-2309 (($) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1989 (((-858) $) 29)) (-2416 (((-1077) $) 39)) (-1720 (($ (-858)) 28)) (-4024 (((-1041) $) NIL)) (-2051 (((-1094) $) 13) (((-503) $) 19) (((-829 (-359)) $) 26) (((-829 (-527)) $) 22)) (-4118 (((-800) $) 16)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 36)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 35)))
+(((-802 |#1|) (-13 (-785) (-569 (-1094)) (-569 (-503)) (-569 (-829 (-359))) (-569 (-829 (-527))) (-10 -8 (-15 -3507 ((-3 $ "failed") (-1094))))) (-594 (-1094))) (T -802))
+((-3507 (*1 *1 *2) (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-802 *3)) (-14 *3 (-594 *2)))))
+(-13 (-785) (-569 (-1094)) (-569 (-503)) (-569 (-829 (-359))) (-569 (-829 (-527))) (-10 -8 (-15 -3507 ((-3 $ "failed") (-1094)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (((-889 |#1|) $) NIL) (($ (-889 |#1|)) NIL) (($ |#1|) NIL (|has| |#1| (-162)))) (-4070 (((-715)) NIL)) (-2411 (((-1181) (-715)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2873 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL (|has| |#1| (-162))) (($ $ |#1|) NIL (|has| |#1| (-162)))))
+(((-803 |#1| |#2| |#3| |#4|) (-13 (-979) (-10 -8 (IF (|has| |#1| (-162)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4118 ((-889 |#1|) $)) (-15 -4118 ($ (-889 |#1|))) (IF (|has| |#1| (-343)) (-15 -2873 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2411 ((-1181) (-715))))) (-979) (-594 (-1094)) (-594 (-715)) (-715)) (T -803))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-889 *3)) (-5 *1 (-803 *3 *4 *5 *6)) (-4 *3 (-979)) (-14 *4 (-594 (-1094))) (-14 *5 (-594 (-715))) (-14 *6 (-715)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-889 *3)) (-4 *3 (-979)) (-5 *1 (-803 *3 *4 *5 *6)) (-14 *4 (-594 (-1094))) (-14 *5 (-594 (-715))) (-14 *6 (-715)))) (-2873 (*1 *1 *1 *1) (|partial| -12 (-5 *1 (-803 *2 *3 *4 *5)) (-4 *2 (-343)) (-4 *2 (-979)) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-715))) (-14 *5 (-715)))) (-2411 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-803 *4 *5 *6 *7)) (-4 *4 (-979)) (-14 *5 (-594 (-1094))) (-14 *6 (-594 *3)) (-14 *7 *3))))
+(-13 (-979) (-10 -8 (IF (|has| |#1| (-162)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4118 ((-889 |#1|) $)) (-15 -4118 ($ (-889 |#1|))) (IF (|has| |#1| (-343)) (-15 -2873 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -2411 ((-1181) (-715)))))
+((-3110 (((-3 (-163 |#3|) "failed") (-715) (-715) |#2| |#2|) 31)) (-2405 (((-3 (-387 |#3|) "failed") (-715) (-715) |#2| |#2|) 24)))
+(((-804 |#1| |#2| |#3|) (-10 -7 (-15 -2405 ((-3 (-387 |#3|) "failed") (-715) (-715) |#2| |#2|)) (-15 -3110 ((-3 (-163 |#3|) "failed") (-715) (-715) |#2| |#2|))) (-343) (-1167 |#1|) (-1152 |#1|)) (T -804))
+((-3110 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-715)) (-4 *5 (-343)) (-5 *2 (-163 *6)) (-5 *1 (-804 *5 *4 *6)) (-4 *4 (-1167 *5)) (-4 *6 (-1152 *5)))) (-2405 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-715)) (-4 *5 (-343)) (-5 *2 (-387 *6)) (-5 *1 (-804 *5 *4 *6)) (-4 *4 (-1167 *5)) (-4 *6 (-1152 *5)))))
+(-10 -7 (-15 -2405 ((-3 (-387 |#3|) "failed") (-715) (-715) |#2| |#2|)) (-15 -3110 ((-3 (-163 |#3|) "failed") (-715) (-715) |#2| |#2|)))
+((-2405 (((-3 (-387 (-1149 |#2| |#1|)) "failed") (-715) (-715) (-1168 |#1| |#2| |#3|)) 28) (((-3 (-387 (-1149 |#2| |#1|)) "failed") (-715) (-715) (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) 26)))
+(((-805 |#1| |#2| |#3|) (-10 -7 (-15 -2405 ((-3 (-387 (-1149 |#2| |#1|)) "failed") (-715) (-715) (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) (-15 -2405 ((-3 (-387 (-1149 |#2| |#1|)) "failed") (-715) (-715) (-1168 |#1| |#2| |#3|)))) (-343) (-1094) |#1|) (T -805))
+((-2405 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *3 (-715)) (-5 *4 (-1168 *5 *6 *7)) (-4 *5 (-343)) (-14 *6 (-1094)) (-14 *7 *5) (-5 *2 (-387 (-1149 *6 *5))) (-5 *1 (-805 *5 *6 *7)))) (-2405 (*1 *2 *3 *3 *4 *4) (|partial| -12 (-5 *3 (-715)) (-5 *4 (-1168 *5 *6 *7)) (-4 *5 (-343)) (-14 *6 (-1094)) (-14 *7 *5) (-5 *2 (-387 (-1149 *6 *5))) (-5 *1 (-805 *5 *6 *7)))))
+(-10 -7 (-15 -2405 ((-3 (-387 (-1149 |#2| |#1|)) "failed") (-715) (-715) (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) (-15 -2405 ((-3 (-387 (-1149 |#2| |#1|)) "failed") (-715) (-715) (-1168 |#1| |#2| |#3|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-2713 (($ $ (-527)) 62)) (-1842 (((-110) $ $) 59)) (-1298 (($) 17 T CONST)) (-2004 (($ (-1090 (-527)) (-527)) 61)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-3538 (($ $) 64)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-2050 (((-715) $) 69)) (-2956 (((-110) $) 31)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-3057 (((-527)) 66)) (-2398 (((-527) $) 65)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-3469 (($ $ (-527)) 68)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-1466 (((-1075 (-527)) $) 70)) (-3750 (($ $) 67)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-1474 (((-527) $ (-527)) 63)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-806 |#1|) (-133) (-527)) (T -806))
+((-1466 (*1 *2 *1) (-12 (-4 *1 (-806 *3)) (-5 *2 (-1075 (-527))))) (-2050 (*1 *2 *1) (-12 (-4 *1 (-806 *3)) (-5 *2 (-715)))) (-3469 (*1 *1 *1 *2) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527)))) (-3750 (*1 *1 *1) (-4 *1 (-806 *2))) (-3057 (*1 *2) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527)))) (-2398 (*1 *2 *1) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527)))) (-3538 (*1 *1 *1) (-4 *1 (-806 *2))) (-1474 (*1 *2 *1 *2) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527)))) (-2713 (*1 *1 *1 *2) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527)))) (-2004 (*1 *1 *2 *3) (-12 (-5 *2 (-1090 (-527))) (-5 *3 (-527)) (-4 *1 (-806 *4)))))
+(-13 (-288) (-140) (-10 -8 (-15 -1466 ((-1075 (-527)) $)) (-15 -2050 ((-715) $)) (-15 -3469 ($ $ (-527))) (-15 -3750 ($ $)) (-15 -3057 ((-527))) (-15 -2398 ((-527) $)) (-15 -3538 ($ $)) (-15 -1474 ((-527) $ (-527))) (-15 -2713 ($ $ (-527))) (-15 -2004 ($ (-1090 (-527)) (-527)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-140) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-288) . T) ((-431) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $ (-527)) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-2004 (($ (-1090 (-527)) (-527)) NIL)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3538 (($ $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-2050 (((-715) $) NIL)) (-2956 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3057 (((-527)) NIL)) (-2398 (((-527) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-3469 (($ $ (-527)) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1466 (((-1075 (-527)) $) NIL)) (-3750 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL)) (-4070 (((-715)) NIL)) (-3978 (((-110) $ $) NIL)) (-1474 (((-527) $ (-527)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL)))
+(((-807 |#1|) (-806 |#1|) (-527)) (T -807))
+NIL
+(-806 |#1|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 (((-807 |#1|) $) NIL (|has| (-807 |#1|) (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-807 |#1|) (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| (-807 |#1|) (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| (-807 |#1|) (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-807 |#1|) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (|has| (-807 |#1|) (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-807 |#1|) (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| (-807 |#1|) (-970 (-527))))) (-4145 (((-807 |#1|) $) NIL) (((-1094) $) NIL (|has| (-807 |#1|) (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| (-807 |#1|) (-970 (-527)))) (((-527) $) NIL (|has| (-807 |#1|) (-970 (-527))))) (-3793 (($ $) NIL) (($ (-527) $) NIL)) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-807 |#1|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-807 |#1|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-807 |#1|))) (|:| |vec| (-1176 (-807 |#1|)))) (-634 $) (-1176 $)) NIL) (((-634 (-807 |#1|)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-807 |#1|) (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| (-807 |#1|) (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-807 |#1|) (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-807 |#1|) (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 (((-807 |#1|) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| (-807 |#1|) (-1070)))) (-1612 (((-110) $) NIL (|has| (-807 |#1|) (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| (-807 |#1|) (-791)))) (-1257 (($ $ $) NIL (|has| (-807 |#1|) (-791)))) (-1998 (($ (-1 (-807 |#1|) (-807 |#1|)) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-807 |#1|) (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| (-807 |#1|) (-288)))) (-1448 (((-807 |#1|) $) NIL (|has| (-807 |#1|) (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-807 |#1|) (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-807 |#1|) (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 (-807 |#1|)) (-594 (-807 |#1|))) NIL (|has| (-807 |#1|) (-290 (-807 |#1|)))) (($ $ (-807 |#1|) (-807 |#1|)) NIL (|has| (-807 |#1|) (-290 (-807 |#1|)))) (($ $ (-275 (-807 |#1|))) NIL (|has| (-807 |#1|) (-290 (-807 |#1|)))) (($ $ (-594 (-275 (-807 |#1|)))) NIL (|has| (-807 |#1|) (-290 (-807 |#1|)))) (($ $ (-594 (-1094)) (-594 (-807 |#1|))) NIL (|has| (-807 |#1|) (-488 (-1094) (-807 |#1|)))) (($ $ (-1094) (-807 |#1|)) NIL (|has| (-807 |#1|) (-488 (-1094) (-807 |#1|))))) (-2578 (((-715) $) NIL)) (-3439 (($ $ (-807 |#1|)) NIL (|has| (-807 |#1|) (-267 (-807 |#1|) (-807 |#1|))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| (-807 |#1|) (-215))) (($ $ (-715)) NIL (|has| (-807 |#1|) (-215))) (($ $ (-1094)) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-1 (-807 |#1|) (-807 |#1|)) (-715)) NIL) (($ $ (-1 (-807 |#1|) (-807 |#1|))) NIL)) (-2593 (($ $) NIL)) (-4122 (((-807 |#1|) $) NIL)) (-2051 (((-829 (-527)) $) NIL (|has| (-807 |#1|) (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| (-807 |#1|) (-569 (-829 (-359))))) (((-503) $) NIL (|has| (-807 |#1|) (-569 (-503)))) (((-359) $) NIL (|has| (-807 |#1|) (-955))) (((-207) $) NIL (|has| (-807 |#1|) (-955)))) (-1522 (((-163 (-387 (-527))) $) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-807 |#1|) (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL) (($ (-807 |#1|)) NIL) (($ (-1094)) NIL (|has| (-807 |#1|) (-970 (-1094))))) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-807 |#1|) (-846))) (|has| (-807 |#1|) (-138))))) (-4070 (((-715)) NIL)) (-3934 (((-807 |#1|) $) NIL (|has| (-807 |#1|) (-512)))) (-3978 (((-110) $ $) NIL)) (-1474 (((-387 (-527)) $ (-527)) NIL)) (-1597 (($ $) NIL (|has| (-807 |#1|) (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $) NIL (|has| (-807 |#1|) (-215))) (($ $ (-715)) NIL (|has| (-807 |#1|) (-215))) (($ $ (-1094)) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-807 |#1|) (-837 (-1094)))) (($ $ (-1 (-807 |#1|) (-807 |#1|)) (-715)) NIL) (($ $ (-1 (-807 |#1|) (-807 |#1|))) NIL)) (-2813 (((-110) $ $) NIL (|has| (-807 |#1|) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-807 |#1|) (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| (-807 |#1|) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-807 |#1|) (-791)))) (-2873 (($ $ $) NIL) (($ (-807 |#1|) (-807 |#1|)) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ (-807 |#1|) $) NIL) (($ $ (-807 |#1|)) NIL)))
+(((-808 |#1|) (-13 (-927 (-807 |#1|)) (-10 -8 (-15 -1474 ((-387 (-527)) $ (-527))) (-15 -1522 ((-163 (-387 (-527))) $)) (-15 -3793 ($ $)) (-15 -3793 ($ (-527) $)))) (-527)) (T -808))
+((-1474 (*1 *2 *1 *3) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-808 *4)) (-14 *4 *3) (-5 *3 (-527)))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-163 (-387 (-527)))) (-5 *1 (-808 *3)) (-14 *3 (-527)))) (-3793 (*1 *1 *1) (-12 (-5 *1 (-808 *2)) (-14 *2 (-527)))) (-3793 (*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-808 *3)) (-14 *3 *2))))
+(-13 (-927 (-807 |#1|)) (-10 -8 (-15 -1474 ((-387 (-527)) $ (-527))) (-15 -1522 ((-163 (-387 (-527))) $)) (-15 -3793 ($ $)) (-15 -3793 ($ (-527) $))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 ((|#2| $) NIL (|has| |#2| (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| |#2| (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (|has| |#2| (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527))))) (-4145 ((|#2| $) NIL) (((-1094) $) NIL (|has| |#2| (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-527)))) (((-527) $) NIL (|has| |#2| (-970 (-527))))) (-3793 (($ $) 31) (($ (-527) $) 32)) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) 53)) (-2309 (($) NIL (|has| |#2| (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) NIL (|has| |#2| (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| |#2| (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| |#2| (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 ((|#2| $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| |#2| (-1070)))) (-1612 (((-110) $) NIL (|has| |#2| (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| |#2| (-791)))) (-1257 (($ $ $) NIL (|has| |#2| (-791)))) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 49)) (-2138 (($) NIL (|has| |#2| (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| |#2| (-288)))) (-1448 ((|#2| $) NIL (|has| |#2| (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 |#2|) (-594 |#2|)) NIL (|has| |#2| (-290 |#2|))) (($ $ |#2| |#2|) NIL (|has| |#2| (-290 |#2|))) (($ $ (-275 |#2|)) NIL (|has| |#2| (-290 |#2|))) (($ $ (-594 (-275 |#2|))) NIL (|has| |#2| (-290 |#2|))) (($ $ (-594 (-1094)) (-594 |#2|)) NIL (|has| |#2| (-488 (-1094) |#2|))) (($ $ (-1094) |#2|) NIL (|has| |#2| (-488 (-1094) |#2|)))) (-2578 (((-715) $) NIL)) (-3439 (($ $ |#2|) NIL (|has| |#2| (-267 |#2| |#2|)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) NIL (|has| |#2| (-215))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2593 (($ $) NIL)) (-4122 ((|#2| $) NIL)) (-2051 (((-829 (-527)) $) NIL (|has| |#2| (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| |#2| (-569 (-829 (-359))))) (((-503) $) NIL (|has| |#2| (-569 (-503)))) (((-359) $) NIL (|has| |#2| (-955))) (((-207) $) NIL (|has| |#2| (-955)))) (-1522 (((-163 (-387 (-527))) $) 68)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#2| (-846))))) (-4118 (((-800) $) 87) (($ (-527)) 19) (($ $) NIL) (($ (-387 (-527))) 24) (($ |#2|) 18) (($ (-1094)) NIL (|has| |#2| (-970 (-1094))))) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#2| (-846))) (|has| |#2| (-138))))) (-4070 (((-715)) NIL)) (-3934 ((|#2| $) NIL (|has| |#2| (-512)))) (-3978 (((-110) $ $) NIL)) (-1474 (((-387 (-527)) $ (-527)) 60)) (-1597 (($ $) NIL (|has| |#2| (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 14 T CONST)) (-3374 (($) 16 T CONST)) (-2369 (($ $) NIL (|has| |#2| (-215))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2747 (((-110) $ $) 35)) (-2799 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2873 (($ $ $) 23) (($ |#2| |#2|) 54)) (-2863 (($ $) 39) (($ $ $) 41)) (-2850 (($ $ $) 37)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) 50)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 42) (($ $ $) 44) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ |#2| $) 55) (($ $ |#2|) NIL)))
+(((-809 |#1| |#2|) (-13 (-927 |#2|) (-10 -8 (-15 -1474 ((-387 (-527)) $ (-527))) (-15 -1522 ((-163 (-387 (-527))) $)) (-15 -3793 ($ $)) (-15 -3793 ($ (-527) $)))) (-527) (-806 |#1|)) (T -809))
+((-1474 (*1 *2 *1 *3) (-12 (-14 *4 *3) (-5 *2 (-387 (-527))) (-5 *1 (-809 *4 *5)) (-5 *3 (-527)) (-4 *5 (-806 *4)))) (-1522 (*1 *2 *1) (-12 (-14 *3 (-527)) (-5 *2 (-163 (-387 (-527)))) (-5 *1 (-809 *3 *4)) (-4 *4 (-806 *3)))) (-3793 (*1 *1 *1) (-12 (-14 *2 (-527)) (-5 *1 (-809 *2 *3)) (-4 *3 (-806 *2)))) (-3793 (*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-14 *3 *2) (-5 *1 (-809 *3 *4)) (-4 *4 (-806 *3)))))
+(-13 (-927 |#2|) (-10 -8 (-15 -1474 ((-387 (-527)) $ (-527))) (-15 -1522 ((-163 (-387 (-527))) $)) (-15 -3793 ($ $)) (-15 -3793 ($ (-527) $))))
+((-4105 (((-110) $ $) NIL (-12 (|has| |#1| (-1022)) (|has| |#2| (-1022))))) (-2239 ((|#2| $) 12)) (-1749 (($ |#1| |#2|) 9)) (-2416 (((-1077) $) NIL (-12 (|has| |#1| (-1022)) (|has| |#2| (-1022))))) (-4024 (((-1041) $) NIL (-12 (|has| |#1| (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#1| $) 11)) (-4131 (($ |#1| |#2|) 10)) (-4118 (((-800) $) 18 (-2027 (-12 (|has| |#1| (-568 (-800))) (|has| |#2| (-568 (-800)))) (-12 (|has| |#1| (-1022)) (|has| |#2| (-1022)))))) (-2747 (((-110) $ $) 22 (-12 (|has| |#1| (-1022)) (|has| |#2| (-1022))))))
+(((-810 |#1| |#2|) (-13 (-1130) (-10 -8 (IF (|has| |#1| (-568 (-800))) (IF (|has| |#2| (-568 (-800))) (-6 (-568 (-800))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1022)) (IF (|has| |#2| (-1022)) (-6 (-1022)) |%noBranch|) |%noBranch|) (-15 -1749 ($ |#1| |#2|)) (-15 -4131 ($ |#1| |#2|)) (-15 -1672 (|#1| $)) (-15 -2239 (|#2| $)))) (-1130) (-1130)) (T -810))
+((-1749 (*1 *1 *2 *3) (-12 (-5 *1 (-810 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130)))) (-4131 (*1 *1 *2 *3) (-12 (-5 *1 (-810 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130)))) (-1672 (*1 *2 *1) (-12 (-4 *2 (-1130)) (-5 *1 (-810 *2 *3)) (-4 *3 (-1130)))) (-2239 (*1 *2 *1) (-12 (-4 *2 (-1130)) (-5 *1 (-810 *3 *2)) (-4 *3 (-1130)))))
+(-13 (-1130) (-10 -8 (IF (|has| |#1| (-568 (-800))) (IF (|has| |#2| (-568 (-800))) (-6 (-568 (-800))) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-1022)) (IF (|has| |#2| (-1022)) (-6 (-1022)) |%noBranch|) |%noBranch|) (-15 -1749 ($ |#1| |#2|)) (-15 -4131 ($ |#1| |#2|)) (-15 -1672 (|#1| $)) (-15 -2239 (|#2| $))))
+((-4105 (((-110) $ $) NIL)) (-2311 (((-527) $) 15)) (-2677 (($ (-148)) 11)) (-2062 (($ (-148)) 12)) (-2416 (((-1077) $) NIL)) (-2386 (((-148) $) 13)) (-4024 (((-1041) $) NIL)) (-2020 (($ (-148)) 9)) (-2014 (($ (-148)) 8)) (-4118 (((-800) $) 23) (($ (-148)) 16)) (-2030 (($ (-148)) 10)) (-2747 (((-110) $ $) NIL)))
+(((-811) (-13 (-1022) (-10 -8 (-15 -2014 ($ (-148))) (-15 -2020 ($ (-148))) (-15 -2030 ($ (-148))) (-15 -2677 ($ (-148))) (-15 -2062 ($ (-148))) (-15 -2386 ((-148) $)) (-15 -2311 ((-527) $)) (-15 -4118 ($ (-148)))))) (T -811))
+((-2014 (*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))) (-2020 (*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))) (-2030 (*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))) (-2677 (*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))) (-2062 (*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))) (-2386 (*1 *2 *1) (-12 (-5 *2 (-148)) (-5 *1 (-811)))) (-2311 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-811)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))))
+(-13 (-1022) (-10 -8 (-15 -2014 ($ (-148))) (-15 -2020 ($ (-148))) (-15 -2030 ($ (-148))) (-15 -2677 ($ (-148))) (-15 -2062 ($ (-148))) (-15 -2386 ((-148) $)) (-15 -2311 ((-527) $)) (-15 -4118 ($ (-148)))))
+((-4118 (((-296 (-527)) (-387 (-889 (-47)))) 23) (((-296 (-527)) (-889 (-47))) 18)))
+(((-812) (-10 -7 (-15 -4118 ((-296 (-527)) (-889 (-47)))) (-15 -4118 ((-296 (-527)) (-387 (-889 (-47))))))) (T -812))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-387 (-889 (-47)))) (-5 *2 (-296 (-527))) (-5 *1 (-812)))) (-4118 (*1 *2 *3) (-12 (-5 *3 (-889 (-47))) (-5 *2 (-296 (-527))) (-5 *1 (-812)))))
+(-10 -7 (-15 -4118 ((-296 (-527)) (-889 (-47)))) (-15 -4118 ((-296 (-527)) (-387 (-889 (-47))))))
+((-1998 (((-814 |#2|) (-1 |#2| |#1|) (-814 |#1|)) 14)))
+(((-813 |#1| |#2|) (-10 -7 (-15 -1998 ((-814 |#2|) (-1 |#2| |#1|) (-814 |#1|)))) (-1130) (-1130)) (T -813))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-814 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-814 *6)) (-5 *1 (-813 *5 *6)))))
+(-10 -7 (-15 -1998 ((-814 |#2|) (-1 |#2| |#1|) (-814 |#1|))))
+((-3734 (($ |#1| |#1|) 8)) (-4213 ((|#1| $ (-715)) 10)))
+(((-814 |#1|) (-10 -8 (-15 -3734 ($ |#1| |#1|)) (-15 -4213 (|#1| $ (-715)))) (-1130)) (T -814))
+((-4213 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *1 (-814 *2)) (-4 *2 (-1130)))) (-3734 (*1 *1 *2 *2) (-12 (-5 *1 (-814 *2)) (-4 *2 (-1130)))))
+(-10 -8 (-15 -3734 ($ |#1| |#1|)) (-15 -4213 (|#1| $ (-715))))
+((-1998 (((-816 |#2|) (-1 |#2| |#1|) (-816 |#1|)) 14)))
+(((-815 |#1| |#2|) (-10 -7 (-15 -1998 ((-816 |#2|) (-1 |#2| |#1|) (-816 |#1|)))) (-1130) (-1130)) (T -815))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-816 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-816 *6)) (-5 *1 (-815 *5 *6)))))
+(-10 -7 (-15 -1998 ((-816 |#2|) (-1 |#2| |#1|) (-816 |#1|))))
+((-3734 (($ |#1| |#1| |#1|) 8)) (-4213 ((|#1| $ (-715)) 10)))
+(((-816 |#1|) (-10 -8 (-15 -3734 ($ |#1| |#1| |#1|)) (-15 -4213 (|#1| $ (-715)))) (-1130)) (T -816))
+((-4213 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *1 (-816 *2)) (-4 *2 (-1130)))) (-3734 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-816 *2)) (-4 *2 (-1130)))))
+(-10 -8 (-15 -3734 ($ |#1| |#1| |#1|)) (-15 -4213 (|#1| $ (-715))))
+((-1669 (((-594 (-1099)) (-1077)) 9)))
+(((-817) (-10 -7 (-15 -1669 ((-594 (-1099)) (-1077))))) (T -817))
+((-1669 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-594 (-1099))) (-5 *1 (-817)))))
+(-10 -7 (-15 -1669 ((-594 (-1099)) (-1077))))
+((-1998 (((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|)) 14)))
+(((-818 |#1| |#2|) (-10 -7 (-15 -1998 ((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|)))) (-1130) (-1130)) (T -818))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-819 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-819 *6)) (-5 *1 (-818 *5 *6)))))
+(-10 -7 (-15 -1998 ((-819 |#2|) (-1 |#2| |#1|) (-819 |#1|))))
+((-2857 (($ |#1| |#1| |#1|) 8)) (-4213 ((|#1| $ (-715)) 10)))
+(((-819 |#1|) (-10 -8 (-15 -2857 ($ |#1| |#1| |#1|)) (-15 -4213 (|#1| $ (-715)))) (-1130)) (T -819))
+((-4213 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *1 (-819 *2)) (-4 *2 (-1130)))) (-2857 (*1 *1 *2 *2 *2) (-12 (-5 *1 (-819 *2)) (-4 *2 (-1130)))))
+(-10 -8 (-15 -2857 ($ |#1| |#1| |#1|)) (-15 -4213 (|#1| $ (-715))))
+((-3825 (((-1075 (-594 (-527))) (-594 (-527)) (-1075 (-594 (-527)))) 32)) (-3965 (((-1075 (-594 (-527))) (-594 (-527)) (-594 (-527))) 28)) (-1895 (((-1075 (-594 (-527))) (-594 (-527))) 41) (((-1075 (-594 (-527))) (-594 (-527)) (-594 (-527))) 40)) (-2982 (((-1075 (-594 (-527))) (-527)) 42)) (-2870 (((-1075 (-594 (-527))) (-527) (-527)) 22) (((-1075 (-594 (-527))) (-527)) 16) (((-1075 (-594 (-527))) (-527) (-527) (-527)) 12)) (-3614 (((-1075 (-594 (-527))) (-1075 (-594 (-527)))) 26)) (-1964 (((-594 (-527)) (-594 (-527))) 25)))
+(((-820) (-10 -7 (-15 -2870 ((-1075 (-594 (-527))) (-527) (-527) (-527))) (-15 -2870 ((-1075 (-594 (-527))) (-527))) (-15 -2870 ((-1075 (-594 (-527))) (-527) (-527))) (-15 -1964 ((-594 (-527)) (-594 (-527)))) (-15 -3614 ((-1075 (-594 (-527))) (-1075 (-594 (-527))))) (-15 -3965 ((-1075 (-594 (-527))) (-594 (-527)) (-594 (-527)))) (-15 -3825 ((-1075 (-594 (-527))) (-594 (-527)) (-1075 (-594 (-527))))) (-15 -1895 ((-1075 (-594 (-527))) (-594 (-527)) (-594 (-527)))) (-15 -1895 ((-1075 (-594 (-527))) (-594 (-527)))) (-15 -2982 ((-1075 (-594 (-527))) (-527))))) (T -820))
+((-2982 (*1 *2 *3) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527)))) (-1895 (*1 *2 *3) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-594 (-527))))) (-1895 (*1 *2 *3 *3) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-594 (-527))))) (-3825 (*1 *2 *3 *2) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *3 (-594 (-527))) (-5 *1 (-820)))) (-3965 (*1 *2 *3 *3) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-594 (-527))))) (-3614 (*1 *2 *2) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)))) (-1964 (*1 *2 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-820)))) (-2870 (*1 *2 *3 *3) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527)))) (-2870 (*1 *2 *3) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527)))) (-2870 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527)))))
+(-10 -7 (-15 -2870 ((-1075 (-594 (-527))) (-527) (-527) (-527))) (-15 -2870 ((-1075 (-594 (-527))) (-527))) (-15 -2870 ((-1075 (-594 (-527))) (-527) (-527))) (-15 -1964 ((-594 (-527)) (-594 (-527)))) (-15 -3614 ((-1075 (-594 (-527))) (-1075 (-594 (-527))))) (-15 -3965 ((-1075 (-594 (-527))) (-594 (-527)) (-594 (-527)))) (-15 -3825 ((-1075 (-594 (-527))) (-594 (-527)) (-1075 (-594 (-527))))) (-15 -1895 ((-1075 (-594 (-527))) (-594 (-527)) (-594 (-527)))) (-15 -1895 ((-1075 (-594 (-527))) (-594 (-527)))) (-15 -2982 ((-1075 (-594 (-527))) (-527))))
+((-2051 (((-829 (-359)) $) 9 (|has| |#1| (-569 (-829 (-359))))) (((-829 (-527)) $) 8 (|has| |#1| (-569 (-829 (-527)))))))
+(((-821 |#1|) (-133) (-1130)) (T -821))
+NIL
+(-13 (-10 -7 (IF (|has| |t#1| (-569 (-829 (-527)))) (-6 (-569 (-829 (-527)))) |%noBranch|) (IF (|has| |t#1| (-569 (-829 (-359)))) (-6 (-569 (-829 (-359)))) |%noBranch|)))
+(((-569 (-829 (-359))) |has| |#1| (-569 (-829 (-359)))) ((-569 (-829 (-527))) |has| |#1| (-569 (-829 (-527)))))
+((-4105 (((-110) $ $) NIL)) (-3325 (($) 14)) (-3928 (($ (-826 |#1| |#2|) (-826 |#1| |#3|)) 27)) (-2852 (((-826 |#1| |#3|) $) 16)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3482 (((-110) $) 22)) (-1667 (($) 19)) (-4118 (((-800) $) 30)) (-1979 (((-826 |#1| |#2|) $) 15)) (-2747 (((-110) $ $) 25)))
+(((-822 |#1| |#2| |#3|) (-13 (-1022) (-10 -8 (-15 -3482 ((-110) $)) (-15 -1667 ($)) (-15 -3325 ($)) (-15 -3928 ($ (-826 |#1| |#2|) (-826 |#1| |#3|))) (-15 -1979 ((-826 |#1| |#2|) $)) (-15 -2852 ((-826 |#1| |#3|) $)))) (-1022) (-1022) (-614 |#2|)) (T -822))
+((-3482 (*1 *2 *1) (-12 (-4 *4 (-1022)) (-5 *2 (-110)) (-5 *1 (-822 *3 *4 *5)) (-4 *3 (-1022)) (-4 *5 (-614 *4)))) (-1667 (*1 *1) (-12 (-4 *3 (-1022)) (-5 *1 (-822 *2 *3 *4)) (-4 *2 (-1022)) (-4 *4 (-614 *3)))) (-3325 (*1 *1) (-12 (-4 *3 (-1022)) (-5 *1 (-822 *2 *3 *4)) (-4 *2 (-1022)) (-4 *4 (-614 *3)))) (-3928 (*1 *1 *2 *3) (-12 (-5 *2 (-826 *4 *5)) (-5 *3 (-826 *4 *6)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-614 *5)) (-5 *1 (-822 *4 *5 *6)))) (-1979 (*1 *2 *1) (-12 (-4 *4 (-1022)) (-5 *2 (-826 *3 *4)) (-5 *1 (-822 *3 *4 *5)) (-4 *3 (-1022)) (-4 *5 (-614 *4)))) (-2852 (*1 *2 *1) (-12 (-4 *4 (-1022)) (-5 *2 (-826 *3 *5)) (-5 *1 (-822 *3 *4 *5)) (-4 *3 (-1022)) (-4 *5 (-614 *4)))))
+(-13 (-1022) (-10 -8 (-15 -3482 ((-110) $)) (-15 -1667 ($)) (-15 -3325 ($)) (-15 -3928 ($ (-826 |#1| |#2|) (-826 |#1| |#3|))) (-15 -1979 ((-826 |#1| |#2|) $)) (-15 -2852 ((-826 |#1| |#3|) $))))
+((-4105 (((-110) $ $) 7)) (-1288 (((-826 |#1| $) $ (-829 |#1|) (-826 |#1| $)) 13)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)))
+(((-823 |#1|) (-133) (-1022)) (T -823))
+((-1288 (*1 *2 *1 *3 *2) (-12 (-5 *2 (-826 *4 *1)) (-5 *3 (-829 *4)) (-4 *1 (-823 *4)) (-4 *4 (-1022)))))
+(-13 (-1022) (-10 -8 (-15 -1288 ((-826 |t#1| $) $ (-829 |t#1|) (-826 |t#1| $)))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-1854 (((-110) (-594 |#2|) |#3|) 23) (((-110) |#2| |#3|) 18)) (-4008 (((-826 |#1| |#2|) |#2| |#3|) 43 (-12 (-3264 (|has| |#2| (-970 (-1094)))) (-3264 (|has| |#2| (-979))))) (((-594 (-275 (-889 |#2|))) |#2| |#3|) 42 (-12 (|has| |#2| (-979)) (-3264 (|has| |#2| (-970 (-1094)))))) (((-594 (-275 |#2|)) |#2| |#3|) 35 (|has| |#2| (-970 (-1094)))) (((-822 |#1| |#2| (-594 |#2|)) (-594 |#2|) |#3|) 21)))
+(((-824 |#1| |#2| |#3|) (-10 -7 (-15 -1854 ((-110) |#2| |#3|)) (-15 -1854 ((-110) (-594 |#2|) |#3|)) (-15 -4008 ((-822 |#1| |#2| (-594 |#2|)) (-594 |#2|) |#3|)) (IF (|has| |#2| (-970 (-1094))) (-15 -4008 ((-594 (-275 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-979)) (-15 -4008 ((-594 (-275 (-889 |#2|))) |#2| |#3|)) (-15 -4008 ((-826 |#1| |#2|) |#2| |#3|))))) (-1022) (-823 |#1|) (-569 (-829 |#1|))) (T -824))
+((-4008 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-5 *2 (-826 *5 *3)) (-5 *1 (-824 *5 *3 *4)) (-3264 (-4 *3 (-970 (-1094)))) (-3264 (-4 *3 (-979))) (-4 *3 (-823 *5)) (-4 *4 (-569 (-829 *5))))) (-4008 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-5 *2 (-594 (-275 (-889 *3)))) (-5 *1 (-824 *5 *3 *4)) (-4 *3 (-979)) (-3264 (-4 *3 (-970 (-1094)))) (-4 *3 (-823 *5)) (-4 *4 (-569 (-829 *5))))) (-4008 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-5 *2 (-594 (-275 *3))) (-5 *1 (-824 *5 *3 *4)) (-4 *3 (-970 (-1094))) (-4 *3 (-823 *5)) (-4 *4 (-569 (-829 *5))))) (-4008 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-4 *6 (-823 *5)) (-5 *2 (-822 *5 *6 (-594 *6))) (-5 *1 (-824 *5 *6 *4)) (-5 *3 (-594 *6)) (-4 *4 (-569 (-829 *5))))) (-1854 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *6)) (-4 *6 (-823 *5)) (-4 *5 (-1022)) (-5 *2 (-110)) (-5 *1 (-824 *5 *6 *4)) (-4 *4 (-569 (-829 *5))))) (-1854 (*1 *2 *3 *4) (-12 (-4 *5 (-1022)) (-5 *2 (-110)) (-5 *1 (-824 *5 *3 *4)) (-4 *3 (-823 *5)) (-4 *4 (-569 (-829 *5))))))
+(-10 -7 (-15 -1854 ((-110) |#2| |#3|)) (-15 -1854 ((-110) (-594 |#2|) |#3|)) (-15 -4008 ((-822 |#1| |#2| (-594 |#2|)) (-594 |#2|) |#3|)) (IF (|has| |#2| (-970 (-1094))) (-15 -4008 ((-594 (-275 |#2|)) |#2| |#3|)) (IF (|has| |#2| (-979)) (-15 -4008 ((-594 (-275 (-889 |#2|))) |#2| |#3|)) (-15 -4008 ((-826 |#1| |#2|) |#2| |#3|)))))
+((-1998 (((-826 |#1| |#3|) (-1 |#3| |#2|) (-826 |#1| |#2|)) 22)))
+(((-825 |#1| |#2| |#3|) (-10 -7 (-15 -1998 ((-826 |#1| |#3|) (-1 |#3| |#2|) (-826 |#1| |#2|)))) (-1022) (-1022) (-1022)) (T -825))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-826 *5 *6)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-826 *5 *7)) (-5 *1 (-825 *5 *6 *7)))))
+(-10 -7 (-15 -1998 ((-826 |#1| |#3|) (-1 |#3| |#2|) (-826 |#1| |#2|))))
+((-4105 (((-110) $ $) NIL)) (-1704 (($ $ $) 39)) (-1972 (((-3 (-110) "failed") $ (-829 |#1|)) 36)) (-3325 (($) 12)) (-2416 (((-1077) $) NIL)) (-2390 (($ (-829 |#1|) |#2| $) 20)) (-4024 (((-1041) $) NIL)) (-3436 (((-3 |#2| "failed") (-829 |#1|) $) 50)) (-3482 (((-110) $) 15)) (-1667 (($) 13)) (-2780 (((-594 (-2 (|:| -1550 (-1094)) (|:| -3484 |#2|))) $) 25)) (-4131 (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 |#2|)))) 23)) (-4118 (((-800) $) 44)) (-3887 (($ (-829 |#1|) |#2| $ |#2|) 48)) (-3409 (($ (-829 |#1|) |#2| $) 47)) (-2747 (((-110) $ $) 41)))
+(((-826 |#1| |#2|) (-13 (-1022) (-10 -8 (-15 -3482 ((-110) $)) (-15 -1667 ($)) (-15 -3325 ($)) (-15 -1704 ($ $ $)) (-15 -3436 ((-3 |#2| "failed") (-829 |#1|) $)) (-15 -3409 ($ (-829 |#1|) |#2| $)) (-15 -2390 ($ (-829 |#1|) |#2| $)) (-15 -3887 ($ (-829 |#1|) |#2| $ |#2|)) (-15 -2780 ((-594 (-2 (|:| -1550 (-1094)) (|:| -3484 |#2|))) $)) (-15 -4131 ($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 |#2|))))) (-15 -1972 ((-3 (-110) "failed") $ (-829 |#1|))))) (-1022) (-1022)) (T -826))
+((-3482 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-826 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-1667 (*1 *1) (-12 (-5 *1 (-826 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-3325 (*1 *1) (-12 (-5 *1 (-826 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-1704 (*1 *1 *1 *1) (-12 (-5 *1 (-826 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-3436 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-4 *2 (-1022)) (-5 *1 (-826 *4 *2)))) (-3409 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-826 *4 *3)) (-4 *3 (-1022)))) (-2390 (*1 *1 *2 *3 *1) (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-826 *4 *3)) (-4 *3 (-1022)))) (-3887 (*1 *1 *2 *3 *1 *3) (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-826 *4 *3)) (-4 *3 (-1022)))) (-2780 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 *4)))) (-5 *1 (-826 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-4131 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 *4)))) (-4 *4 (-1022)) (-5 *1 (-826 *3 *4)) (-4 *3 (-1022)))) (-1972 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-5 *2 (-110)) (-5 *1 (-826 *4 *5)) (-4 *5 (-1022)))))
+(-13 (-1022) (-10 -8 (-15 -3482 ((-110) $)) (-15 -1667 ($)) (-15 -3325 ($)) (-15 -1704 ($ $ $)) (-15 -3436 ((-3 |#2| "failed") (-829 |#1|) $)) (-15 -3409 ($ (-829 |#1|) |#2| $)) (-15 -2390 ($ (-829 |#1|) |#2| $)) (-15 -3887 ($ (-829 |#1|) |#2| $ |#2|)) (-15 -2780 ((-594 (-2 (|:| -1550 (-1094)) (|:| -3484 |#2|))) $)) (-15 -4131 ($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 |#2|))))) (-15 -1972 ((-3 (-110) "failed") $ (-829 |#1|)))))
+((-1684 (((-829 |#1|) (-829 |#1|) (-594 (-1094)) (-1 (-110) (-594 |#2|))) 32) (((-829 |#1|) (-829 |#1|) (-594 (-1 (-110) |#2|))) 43) (((-829 |#1|) (-829 |#1|) (-1 (-110) |#2|)) 35)) (-1972 (((-110) (-594 |#2|) (-829 |#1|)) 40) (((-110) |#2| (-829 |#1|)) 36)) (-3797 (((-1 (-110) |#2|) (-829 |#1|)) 16)) (-2737 (((-594 |#2|) (-829 |#1|)) 24)) (-3016 (((-829 |#1|) (-829 |#1|) |#2|) 20)))
+(((-827 |#1| |#2|) (-10 -7 (-15 -1684 ((-829 |#1|) (-829 |#1|) (-1 (-110) |#2|))) (-15 -1684 ((-829 |#1|) (-829 |#1|) (-594 (-1 (-110) |#2|)))) (-15 -1684 ((-829 |#1|) (-829 |#1|) (-594 (-1094)) (-1 (-110) (-594 |#2|)))) (-15 -3797 ((-1 (-110) |#2|) (-829 |#1|))) (-15 -1972 ((-110) |#2| (-829 |#1|))) (-15 -1972 ((-110) (-594 |#2|) (-829 |#1|))) (-15 -3016 ((-829 |#1|) (-829 |#1|) |#2|)) (-15 -2737 ((-594 |#2|) (-829 |#1|)))) (-1022) (-1130)) (T -827))
+((-2737 (*1 *2 *3) (-12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-5 *2 (-594 *5)) (-5 *1 (-827 *4 *5)) (-4 *5 (-1130)))) (-3016 (*1 *2 *2 *3) (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-827 *4 *3)) (-4 *3 (-1130)))) (-1972 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *6)) (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-4 *6 (-1130)) (-5 *2 (-110)) (-5 *1 (-827 *5 *6)))) (-1972 (*1 *2 *3 *4) (-12 (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-5 *2 (-110)) (-5 *1 (-827 *5 *3)) (-4 *3 (-1130)))) (-3797 (*1 *2 *3) (-12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-5 *2 (-1 (-110) *5)) (-5 *1 (-827 *4 *5)) (-4 *5 (-1130)))) (-1684 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-829 *5)) (-5 *3 (-594 (-1094))) (-5 *4 (-1 (-110) (-594 *6))) (-4 *5 (-1022)) (-4 *6 (-1130)) (-5 *1 (-827 *5 *6)))) (-1684 (*1 *2 *2 *3) (-12 (-5 *2 (-829 *4)) (-5 *3 (-594 (-1 (-110) *5))) (-4 *4 (-1022)) (-4 *5 (-1130)) (-5 *1 (-827 *4 *5)))) (-1684 (*1 *2 *2 *3) (-12 (-5 *2 (-829 *4)) (-5 *3 (-1 (-110) *5)) (-4 *4 (-1022)) (-4 *5 (-1130)) (-5 *1 (-827 *4 *5)))))
+(-10 -7 (-15 -1684 ((-829 |#1|) (-829 |#1|) (-1 (-110) |#2|))) (-15 -1684 ((-829 |#1|) (-829 |#1|) (-594 (-1 (-110) |#2|)))) (-15 -1684 ((-829 |#1|) (-829 |#1|) (-594 (-1094)) (-1 (-110) (-594 |#2|)))) (-15 -3797 ((-1 (-110) |#2|) (-829 |#1|))) (-15 -1972 ((-110) |#2| (-829 |#1|))) (-15 -1972 ((-110) (-594 |#2|) (-829 |#1|))) (-15 -3016 ((-829 |#1|) (-829 |#1|) |#2|)) (-15 -2737 ((-594 |#2|) (-829 |#1|))))
+((-1998 (((-829 |#2|) (-1 |#2| |#1|) (-829 |#1|)) 19)))
+(((-828 |#1| |#2|) (-10 -7 (-15 -1998 ((-829 |#2|) (-1 |#2| |#1|) (-829 |#1|)))) (-1022) (-1022)) (T -828))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *2 (-829 *6)) (-5 *1 (-828 *5 *6)))))
+(-10 -7 (-15 -1998 ((-829 |#2|) (-1 |#2| |#1|) (-829 |#1|))))
+((-4105 (((-110) $ $) NIL)) (-3178 (($ $ (-594 (-51))) 64)) (-2853 (((-594 $) $) 118)) (-2032 (((-2 (|:| |var| (-594 (-1094))) (|:| |pred| (-51))) $) 24)) (-3686 (((-110) $) 30)) (-1278 (($ $ (-594 (-1094)) (-51)) 25)) (-2010 (($ $ (-594 (-51))) 63)) (-1923 (((-3 |#1| "failed") $) 61) (((-3 (-1094) "failed") $) 140)) (-4145 ((|#1| $) 58) (((-1094) $) NIL)) (-1831 (($ $) 108)) (-2119 (((-110) $) 47)) (-3685 (((-594 (-51)) $) 45)) (-3101 (($ (-1094) (-110) (-110) (-110)) 65)) (-2522 (((-3 (-594 $) "failed") (-594 $)) 72)) (-2123 (((-110) $) 50)) (-3278 (((-110) $) 49)) (-2416 (((-1077) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) 36)) (-2947 (((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $) 43)) (-3656 (((-3 (-2 (|:| |val| $) (|:| -3148 $)) "failed") $) 83)) (-3711 (((-3 (-594 $) "failed") $) 33)) (-3495 (((-3 (-594 $) "failed") $ (-112)) 107) (((-3 (-2 (|:| -1525 (-112)) (|:| |arg| (-594 $))) "failed") $) 95)) (-3550 (((-3 (-594 $) "failed") $) 37)) (-2007 (((-3 (-2 (|:| |val| $) (|:| -3148 (-715))) "failed") $) 40)) (-3910 (((-110) $) 29)) (-4024 (((-1041) $) NIL)) (-2233 (((-110) $) 21)) (-3358 (((-110) $) 46)) (-4106 (((-594 (-51)) $) 111)) (-3003 (((-110) $) 48)) (-3439 (($ (-112) (-594 $)) 92)) (-3092 (((-715) $) 28)) (-2465 (($ $) 62)) (-2051 (($ (-594 $)) 59)) (-2603 (((-110) $) 26)) (-4118 (((-800) $) 53) (($ |#1|) 18) (($ (-1094)) 66)) (-3016 (($ $ (-51)) 110)) (-3361 (($) 91 T CONST)) (-3374 (($) 73 T CONST)) (-2747 (((-110) $ $) 79)) (-2873 (($ $ $) 100)) (-2850 (($ $ $) 104)) (** (($ $ (-715)) 99) (($ $ $) 54)) (* (($ $ $) 105)))
+(((-829 |#1|) (-13 (-1022) (-970 |#1|) (-970 (-1094)) (-10 -8 (-15 0 ($) -2459) (-15 1 ($) -2459) (-15 -3711 ((-3 (-594 $) "failed") $)) (-15 -2415 ((-3 (-594 $) "failed") $)) (-15 -3495 ((-3 (-594 $) "failed") $ (-112))) (-15 -3495 ((-3 (-2 (|:| -1525 (-112)) (|:| |arg| (-594 $))) "failed") $)) (-15 -2007 ((-3 (-2 (|:| |val| $) (|:| -3148 (-715))) "failed") $)) (-15 -2947 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -3550 ((-3 (-594 $) "failed") $)) (-15 -3656 ((-3 (-2 (|:| |val| $) (|:| -3148 $)) "failed") $)) (-15 -3439 ($ (-112) (-594 $))) (-15 -2850 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-715))) (-15 ** ($ $ $)) (-15 -2873 ($ $ $)) (-15 -3092 ((-715) $)) (-15 -2051 ($ (-594 $))) (-15 -2465 ($ $)) (-15 -3910 ((-110) $)) (-15 -2119 ((-110) $)) (-15 -3686 ((-110) $)) (-15 -2603 ((-110) $)) (-15 -3003 ((-110) $)) (-15 -3278 ((-110) $)) (-15 -2123 ((-110) $)) (-15 -3358 ((-110) $)) (-15 -3685 ((-594 (-51)) $)) (-15 -2010 ($ $ (-594 (-51)))) (-15 -3178 ($ $ (-594 (-51)))) (-15 -3101 ($ (-1094) (-110) (-110) (-110))) (-15 -1278 ($ $ (-594 (-1094)) (-51))) (-15 -2032 ((-2 (|:| |var| (-594 (-1094))) (|:| |pred| (-51))) $)) (-15 -2233 ((-110) $)) (-15 -1831 ($ $)) (-15 -3016 ($ $ (-51))) (-15 -4106 ((-594 (-51)) $)) (-15 -2853 ((-594 $) $)) (-15 -2522 ((-3 (-594 $) "failed") (-594 $))))) (-1022)) (T -829))
+((-3361 (*1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (-3374 (*1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (-3711 (*1 *2 *1) (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2415 (*1 *2 *1) (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3495 (*1 *2 *1 *3) (|partial| -12 (-5 *3 (-112)) (-5 *2 (-594 (-829 *4))) (-5 *1 (-829 *4)) (-4 *4 (-1022)))) (-3495 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| -1525 (-112)) (|:| |arg| (-594 (-829 *3))))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2007 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-829 *3)) (|:| -3148 (-715)))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2947 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |num| (-829 *3)) (|:| |den| (-829 *3)))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3550 (*1 *2 *1) (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3656 (*1 *2 *1) (|partial| -12 (-5 *2 (-2 (|:| |val| (-829 *3)) (|:| -3148 (-829 *3)))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3439 (*1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-594 (-829 *4))) (-5 *1 (-829 *4)) (-4 *4 (-1022)))) (-2850 (*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (* (*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (** (*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (-2873 (*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (-3092 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2465 (*1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (-3910 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2119 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3686 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2603 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3003 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3278 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2123 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3358 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3685 (*1 *2 *1) (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2010 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3178 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-3101 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-110)) (-5 *1 (-829 *4)) (-4 *4 (-1022)))) (-1278 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-51)) (-5 *1 (-829 *4)) (-4 *4 (-1022)))) (-2032 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |var| (-594 (-1094))) (|:| |pred| (-51)))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2233 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-1831 (*1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))) (-3016 (*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-4106 (*1 *2 *1) (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2853 (*1 *2 *1) (-12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))) (-2522 (*1 *2 *2) (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(-13 (-1022) (-970 |#1|) (-970 (-1094)) (-10 -8 (-15 (-3361) ($) -2459) (-15 (-3374) ($) -2459) (-15 -3711 ((-3 (-594 $) "failed") $)) (-15 -2415 ((-3 (-594 $) "failed") $)) (-15 -3495 ((-3 (-594 $) "failed") $ (-112))) (-15 -3495 ((-3 (-2 (|:| -1525 (-112)) (|:| |arg| (-594 $))) "failed") $)) (-15 -2007 ((-3 (-2 (|:| |val| $) (|:| -3148 (-715))) "failed") $)) (-15 -2947 ((-3 (-2 (|:| |num| $) (|:| |den| $)) "failed") $)) (-15 -3550 ((-3 (-594 $) "failed") $)) (-15 -3656 ((-3 (-2 (|:| |val| $) (|:| -3148 $)) "failed") $)) (-15 -3439 ($ (-112) (-594 $))) (-15 -2850 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-715))) (-15 ** ($ $ $)) (-15 -2873 ($ $ $)) (-15 -3092 ((-715) $)) (-15 -2051 ($ (-594 $))) (-15 -2465 ($ $)) (-15 -3910 ((-110) $)) (-15 -2119 ((-110) $)) (-15 -3686 ((-110) $)) (-15 -2603 ((-110) $)) (-15 -3003 ((-110) $)) (-15 -3278 ((-110) $)) (-15 -2123 ((-110) $)) (-15 -3358 ((-110) $)) (-15 -3685 ((-594 (-51)) $)) (-15 -2010 ($ $ (-594 (-51)))) (-15 -3178 ($ $ (-594 (-51)))) (-15 -3101 ($ (-1094) (-110) (-110) (-110))) (-15 -1278 ($ $ (-594 (-1094)) (-51))) (-15 -2032 ((-2 (|:| |var| (-594 (-1094))) (|:| |pred| (-51))) $)) (-15 -2233 ((-110) $)) (-15 -1831 ($ $)) (-15 -3016 ($ $ (-51))) (-15 -4106 ((-594 (-51)) $)) (-15 -2853 ((-594 $) $)) (-15 -2522 ((-3 (-594 $) "failed") (-594 $)))))
+((-4105 (((-110) $ $) NIL)) (-2646 (((-594 |#1|) $) 16)) (-3525 (((-110) $) 38)) (-1923 (((-3 (-619 |#1|) "failed") $) 43)) (-4145 (((-619 |#1|) $) 41)) (-1683 (($ $) 18)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2091 (((-715) $) 46)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-619 |#1|) $) 17)) (-4118 (((-800) $) 37) (($ (-619 |#1|)) 21) (((-763 |#1|) $) 27) (($ |#1|) 20)) (-3374 (($) 8 T CONST)) (-1835 (((-594 (-619 |#1|)) $) 23)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 11)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 49)))
+(((-830 |#1|) (-13 (-791) (-970 (-619 |#1|)) (-10 -8 (-15 1 ($) -2459) (-15 -4118 ((-763 |#1|) $)) (-15 -4118 ($ |#1|)) (-15 -1672 ((-619 |#1|) $)) (-15 -2091 ((-715) $)) (-15 -1835 ((-594 (-619 |#1|)) $)) (-15 -1683 ($ $)) (-15 -3525 ((-110) $)) (-15 -2646 ((-594 |#1|) $)))) (-791)) (T -830))
+((-3374 (*1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-791)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-763 *3)) (-5 *1 (-830 *3)) (-4 *3 (-791)))) (-4118 (*1 *1 *2) (-12 (-5 *1 (-830 *2)) (-4 *2 (-791)))) (-1672 (*1 *2 *1) (-12 (-5 *2 (-619 *3)) (-5 *1 (-830 *3)) (-4 *3 (-791)))) (-2091 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-830 *3)) (-4 *3 (-791)))) (-1835 (*1 *2 *1) (-12 (-5 *2 (-594 (-619 *3))) (-5 *1 (-830 *3)) (-4 *3 (-791)))) (-1683 (*1 *1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-791)))) (-3525 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-830 *3)) (-4 *3 (-791)))) (-2646 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-830 *3)) (-4 *3 (-791)))))
+(-13 (-791) (-970 (-619 |#1|)) (-10 -8 (-15 (-3374) ($) -2459) (-15 -4118 ((-763 |#1|) $)) (-15 -4118 ($ |#1|)) (-15 -1672 ((-619 |#1|) $)) (-15 -2091 ((-715) $)) (-15 -1835 ((-594 (-619 |#1|)) $)) (-15 -1683 ($ $)) (-15 -3525 ((-110) $)) (-15 -2646 ((-594 |#1|) $))))
+((-2410 ((|#1| |#1| |#1|) 19)))
+(((-831 |#1| |#2|) (-10 -7 (-15 -2410 (|#1| |#1| |#1|))) (-1152 |#2|) (-979)) (T -831))
+((-2410 (*1 *2 *2 *2) (-12 (-4 *3 (-979)) (-5 *1 (-831 *2 *3)) (-4 *2 (-1152 *3)))))
+(-10 -7 (-15 -2410 (|#1| |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-3790 (((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) 14)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2018 (((-968) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) 13)) (-2747 (((-110) $ $) 6)))
+(((-832) (-133)) (T -832))
+((-3790 (*1 *2 *3 *4) (-12 (-4 *1 (-832)) (-5 *3 (-991)) (-5 *4 (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077)))))) (-2018 (*1 *2 *3) (-12 (-4 *1 (-832)) (-5 *3 (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) (-5 *2 (-968)))))
+(-13 (-1022) (-10 -7 (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))) (-991) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))))) (-15 -2018 ((-968) (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-3913 ((|#1| |#1| (-715)) 24)) (-3974 (((-3 |#1| "failed") |#1| |#1|) 22)) (-1978 (((-3 (-2 (|:| -3458 |#1|) (|:| -3471 |#1|)) "failed") |#1| (-715) (-715)) 27) (((-594 |#1|) |#1|) 29)))
+(((-833 |#1| |#2|) (-10 -7 (-15 -1978 ((-594 |#1|) |#1|)) (-15 -1978 ((-3 (-2 (|:| -3458 |#1|) (|:| -3471 |#1|)) "failed") |#1| (-715) (-715))) (-15 -3974 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3913 (|#1| |#1| (-715)))) (-1152 |#2|) (-343)) (T -833))
+((-3913 (*1 *2 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-343)) (-5 *1 (-833 *2 *4)) (-4 *2 (-1152 *4)))) (-3974 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-343)) (-5 *1 (-833 *2 *3)) (-4 *2 (-1152 *3)))) (-1978 (*1 *2 *3 *4 *4) (|partial| -12 (-5 *4 (-715)) (-4 *5 (-343)) (-5 *2 (-2 (|:| -3458 *3) (|:| -3471 *3))) (-5 *1 (-833 *3 *5)) (-4 *3 (-1152 *5)))) (-1978 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-594 *3)) (-5 *1 (-833 *3 *4)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -1978 ((-594 |#1|) |#1|)) (-15 -1978 ((-3 (-2 (|:| -3458 |#1|) (|:| -3471 |#1|)) "failed") |#1| (-715) (-715))) (-15 -3974 ((-3 |#1| "failed") |#1| |#1|)) (-15 -3913 (|#1| |#1| (-715))))
+((-3317 (((-968) (-359) (-359) (-359) (-359) (-715) (-715) (-594 (-296 (-359))) (-594 (-594 (-296 (-359)))) (-1077)) 96) (((-968) (-359) (-359) (-359) (-359) (-715) (-715) (-594 (-296 (-359))) (-594 (-594 (-296 (-359)))) (-1077) (-207)) 91) (((-968) (-835) (-991)) 83) (((-968) (-835)) 84)) (-3790 (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-835) (-991)) 59) (((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-835)) 61)))
+(((-834) (-10 -7 (-15 -3317 ((-968) (-835))) (-15 -3317 ((-968) (-835) (-991))) (-15 -3317 ((-968) (-359) (-359) (-359) (-359) (-715) (-715) (-594 (-296 (-359))) (-594 (-594 (-296 (-359)))) (-1077) (-207))) (-15 -3317 ((-968) (-359) (-359) (-359) (-359) (-715) (-715) (-594 (-296 (-359))) (-594 (-594 (-296 (-359)))) (-1077))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-835))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-835) (-991))))) (T -834))
+((-3790 (*1 *2 *3 *4) (-12 (-5 *3 (-835)) (-5 *4 (-991)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) (-5 *1 (-834)))) (-3790 (*1 *2 *3) (-12 (-5 *3 (-835)) (-5 *2 (-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077))))) (-5 *1 (-834)))) (-3317 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7) (-12 (-5 *4 (-715)) (-5 *6 (-594 (-594 (-296 *3)))) (-5 *7 (-1077)) (-5 *5 (-594 (-296 (-359)))) (-5 *3 (-359)) (-5 *2 (-968)) (-5 *1 (-834)))) (-3317 (*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8) (-12 (-5 *4 (-715)) (-5 *6 (-594 (-594 (-296 *3)))) (-5 *7 (-1077)) (-5 *8 (-207)) (-5 *5 (-594 (-296 (-359)))) (-5 *3 (-359)) (-5 *2 (-968)) (-5 *1 (-834)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-835)) (-5 *4 (-991)) (-5 *2 (-968)) (-5 *1 (-834)))) (-3317 (*1 *2 *3) (-12 (-5 *3 (-835)) (-5 *2 (-968)) (-5 *1 (-834)))))
+(-10 -7 (-15 -3317 ((-968) (-835))) (-15 -3317 ((-968) (-835) (-991))) (-15 -3317 ((-968) (-359) (-359) (-359) (-359) (-715) (-715) (-594 (-296 (-359))) (-594 (-594 (-296 (-359)))) (-1077) (-207))) (-15 -3317 ((-968) (-359) (-359) (-359) (-359) (-715) (-715) (-594 (-296 (-359))) (-594 (-594 (-296 (-359)))) (-1077))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-835))) (-15 -3790 ((-2 (|:| -3790 (-359)) (|:| -2365 (-1077)) (|:| |explanations| (-594 (-1077)))) (-835) (-991))))
+((-4105 (((-110) $ $) NIL)) (-4145 (((-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))) $) 19)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 21) (($ (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) 18)) (-2747 (((-110) $ $) NIL)))
+(((-835) (-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))) $))))) (T -835))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-835)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) (-5 *1 (-835)))) (-4145 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207)))) (-5 *1 (-835)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))))) (-15 -4118 ((-800) $)) (-15 -4145 ((-2 (|:| |pde| (-594 (-296 (-207)))) (|:| |constraints| (-594 (-2 (|:| |start| (-207)) (|:| |finish| (-207)) (|:| |grid| (-715)) (|:| |boundaryType| (-527)) (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207)))))) (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077)) (|:| |tol| (-207))) $))))
+((-4234 (($ $ |#2|) NIL) (($ $ (-594 |#2|)) 10) (($ $ |#2| (-715)) 12) (($ $ (-594 |#2|) (-594 (-715))) 15)) (-2369 (($ $ |#2|) 16) (($ $ (-594 |#2|)) 18) (($ $ |#2| (-715)) 19) (($ $ (-594 |#2|) (-594 (-715))) 21)))
+(((-836 |#1| |#2|) (-10 -8 (-15 -2369 (|#1| |#1| (-594 |#2|) (-594 (-715)))) (-15 -2369 (|#1| |#1| |#2| (-715))) (-15 -2369 (|#1| |#1| (-594 |#2|))) (-15 -2369 (|#1| |#1| |#2|)) (-15 -4234 (|#1| |#1| (-594 |#2|) (-594 (-715)))) (-15 -4234 (|#1| |#1| |#2| (-715))) (-15 -4234 (|#1| |#1| (-594 |#2|))) (-15 -4234 (|#1| |#1| |#2|))) (-837 |#2|) (-1022)) (T -836))
+NIL
+(-10 -8 (-15 -2369 (|#1| |#1| (-594 |#2|) (-594 (-715)))) (-15 -2369 (|#1| |#1| |#2| (-715))) (-15 -2369 (|#1| |#1| (-594 |#2|))) (-15 -2369 (|#1| |#1| |#2|)) (-15 -4234 (|#1| |#1| (-594 |#2|) (-594 (-715)))) (-15 -4234 (|#1| |#1| |#2| (-715))) (-15 -4234 (|#1| |#1| (-594 |#2|))) (-15 -4234 (|#1| |#1| |#2|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4234 (($ $ |#1|) 42) (($ $ (-594 |#1|)) 41) (($ $ |#1| (-715)) 40) (($ $ (-594 |#1|) (-594 (-715))) 39)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ |#1|) 38) (($ $ (-594 |#1|)) 37) (($ $ |#1| (-715)) 36) (($ $ (-594 |#1|) (-594 (-715))) 35)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-837 |#1|) (-133) (-1022)) (T -837))
+((-4234 (*1 *1 *1 *2) (-12 (-4 *1 (-837 *2)) (-4 *2 (-1022)))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *1 (-837 *3)) (-4 *3 (-1022)))) (-4234 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-837 *2)) (-4 *2 (-1022)))) (-4234 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 (-715))) (-4 *1 (-837 *4)) (-4 *4 (-1022)))) (-2369 (*1 *1 *1 *2) (-12 (-4 *1 (-837 *2)) (-4 *2 (-1022)))) (-2369 (*1 *1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *1 (-837 *3)) (-4 *3 (-1022)))) (-2369 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-837 *2)) (-4 *2 (-1022)))) (-2369 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 (-715))) (-4 *1 (-837 *4)) (-4 *4 (-1022)))))
+(-13 (-979) (-10 -8 (-15 -4234 ($ $ |t#1|)) (-15 -4234 ($ $ (-594 |t#1|))) (-15 -4234 ($ $ |t#1| (-715))) (-15 -4234 ($ $ (-594 |t#1|) (-594 (-715)))) (-15 -2369 ($ $ |t#1|)) (-15 -2369 ($ $ (-594 |t#1|))) (-15 -2369 ($ $ |t#1| (-715))) (-15 -2369 ($ $ (-594 |t#1|) (-594 (-715))))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) 26)) (-1731 (((-110) $ (-715)) NIL)) (-2776 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-2129 (($ $ $) NIL (|has| $ (-6 -4262)))) (-1691 (($ $ $) NIL (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) (($ $ "left" $) NIL (|has| $ (-6 -4262))) (($ $ "right" $) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-3471 (($ $) 25)) (-3589 (($ |#1|) 12) (($ $ $) 17)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-3458 (($ $) 23)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) 20)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ "value") NIL) (($ $ "left") NIL) (($ $ "right") NIL)) (-2312 (((-527) $ $) NIL)) (-2760 (((-110) $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-1117 |#1|) $) 9) (((-800) $) 29 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 21 (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-838 |#1|) (-13 (-117 |#1|) (-10 -8 (-15 -3589 ($ |#1|)) (-15 -3589 ($ $ $)) (-15 -4118 ((-1117 |#1|) $)))) (-1022)) (T -838))
+((-3589 (*1 *1 *2) (-12 (-5 *1 (-838 *2)) (-4 *2 (-1022)))) (-3589 (*1 *1 *1 *1) (-12 (-5 *1 (-838 *2)) (-4 *2 (-1022)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1117 *3)) (-5 *1 (-838 *3)) (-4 *3 (-1022)))))
+(-13 (-117 |#1|) (-10 -8 (-15 -3589 ($ |#1|)) (-15 -3589 ($ $ $)) (-15 -4118 ((-1117 |#1|) $))))
+((-1400 ((|#2| (-1061 |#1| |#2|)) 41)))
+(((-839 |#1| |#2|) (-10 -7 (-15 -1400 (|#2| (-1061 |#1| |#2|)))) (-858) (-13 (-979) (-10 -7 (-6 (-4263 "*"))))) (T -839))
+((-1400 (*1 *2 *3) (-12 (-5 *3 (-1061 *4 *2)) (-14 *4 (-858)) (-4 *2 (-13 (-979) (-10 -7 (-6 (-4263 "*"))))) (-5 *1 (-839 *4 *2)))))
+(-10 -7 (-15 -1400 (|#2| (-1061 |#1| |#2|))))
+((-4105 (((-110) $ $) 7)) (-1298 (($) 20 T CONST)) (-3714 (((-3 $ "failed") $) 16)) (-1211 (((-1024 |#1|) $ |#1|) 35)) (-2956 (((-110) $) 19)) (-3902 (($ $ $) 33 (-2027 (|has| |#1| (-791)) (|has| |#1| (-348))))) (-1257 (($ $ $) 32 (-2027 (|has| |#1| (-791)) (|has| |#1| (-348))))) (-2416 (((-1077) $) 9)) (-2952 (($ $) 27)) (-4024 (((-1041) $) 10)) (-2819 ((|#1| $ |#1|) 37)) (-3439 ((|#1| $ |#1|) 36)) (-2403 (($ (-594 (-594 |#1|))) 38)) (-3158 (($ (-594 |#1|)) 39)) (-1964 (($ $ $) 23)) (-2170 (($ $ $) 22)) (-4118 (((-800) $) 11)) (-3732 (($ $ (-858)) 13) (($ $ (-715)) 17) (($ $ (-527)) 24)) (-3374 (($) 21 T CONST)) (-2813 (((-110) $ $) 30 (-2027 (|has| |#1| (-791)) (|has| |#1| (-348))))) (-2788 (((-110) $ $) 29 (-2027 (|has| |#1| (-791)) (|has| |#1| (-348))))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 31 (-2027 (|has| |#1| (-791)) (|has| |#1| (-348))))) (-2775 (((-110) $ $) 34)) (-2873 (($ $ $) 26)) (** (($ $ (-858)) 14) (($ $ (-715)) 18) (($ $ (-527)) 25)) (* (($ $ $) 15)))
+(((-840 |#1|) (-133) (-1022)) (T -840))
+((-3158 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-840 *3)))) (-2403 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-4 *1 (-840 *3)))) (-2819 (*1 *2 *1 *2) (-12 (-4 *1 (-840 *2)) (-4 *2 (-1022)))) (-3439 (*1 *2 *1 *2) (-12 (-4 *1 (-840 *2)) (-4 *2 (-1022)))) (-1211 (*1 *2 *1 *3) (-12 (-4 *1 (-840 *3)) (-4 *3 (-1022)) (-5 *2 (-1024 *3)))) (-2775 (*1 *2 *1 *1) (-12 (-4 *1 (-840 *3)) (-4 *3 (-1022)) (-5 *2 (-110)))))
+(-13 (-452) (-10 -8 (-15 -3158 ($ (-594 |t#1|))) (-15 -2403 ($ (-594 (-594 |t#1|)))) (-15 -2819 (|t#1| $ |t#1|)) (-15 -3439 (|t#1| $ |t#1|)) (-15 -1211 ((-1024 |t#1|) $ |t#1|)) (-15 -2775 ((-110) $ $)) (IF (|has| |t#1| (-791)) (-6 (-791)) |%noBranch|) (IF (|has| |t#1| (-348)) (-6 (-791)) |%noBranch|)))
+(((-99) . T) ((-568 (-800)) . T) ((-452) . T) ((-671) . T) ((-791) -2027 (|has| |#1| (-791)) (|has| |#1| (-348))) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-3047 (((-594 (-594 (-715))) $) 109)) (-3697 (((-594 (-715)) (-842 |#1|) $) 131)) (-3181 (((-594 (-715)) (-842 |#1|) $) 132)) (-3209 (((-594 (-842 |#1|)) $) 99)) (-2309 (((-842 |#1|) $ (-527)) 104) (((-842 |#1|) $) 105)) (-2840 (($ (-594 (-842 |#1|))) 111)) (-2050 (((-715) $) 106)) (-2936 (((-1024 (-1024 |#1|)) $) 129)) (-1211 (((-1024 |#1|) $ |#1|) 122) (((-1024 (-1024 |#1|)) $ (-1024 |#1|)) 140) (((-1024 (-594 |#1|)) $ (-594 |#1|)) 143)) (-1318 (((-1024 |#1|) $) 102)) (-2817 (((-110) (-842 |#1|) $) 93)) (-2416 (((-1077) $) NIL)) (-4184 (((-1181) $) 96) (((-1181) $ (-527) (-527)) 144)) (-4024 (((-1041) $) NIL)) (-3475 (((-594 (-842 |#1|)) $) 97)) (-3439 (((-842 |#1|) $ (-715)) 100)) (-4115 (((-715) $) 107)) (-4118 (((-800) $) 120) (((-594 (-842 |#1|)) $) 23) (($ (-594 (-842 |#1|))) 110)) (-1670 (((-594 |#1|) $) 108)) (-2747 (((-110) $ $) 137)) (-2799 (((-110) $ $) 135)) (-2775 (((-110) $ $) 134)))
+(((-841 |#1|) (-13 (-1022) (-10 -8 (-15 -4118 ((-594 (-842 |#1|)) $)) (-15 -3475 ((-594 (-842 |#1|)) $)) (-15 -3439 ((-842 |#1|) $ (-715))) (-15 -2309 ((-842 |#1|) $ (-527))) (-15 -2309 ((-842 |#1|) $)) (-15 -2050 ((-715) $)) (-15 -4115 ((-715) $)) (-15 -1670 ((-594 |#1|) $)) (-15 -3209 ((-594 (-842 |#1|)) $)) (-15 -3047 ((-594 (-594 (-715))) $)) (-15 -4118 ($ (-594 (-842 |#1|)))) (-15 -2840 ($ (-594 (-842 |#1|)))) (-15 -1211 ((-1024 |#1|) $ |#1|)) (-15 -2936 ((-1024 (-1024 |#1|)) $)) (-15 -1211 ((-1024 (-1024 |#1|)) $ (-1024 |#1|))) (-15 -1211 ((-1024 (-594 |#1|)) $ (-594 |#1|))) (-15 -2817 ((-110) (-842 |#1|) $)) (-15 -3697 ((-594 (-715)) (-842 |#1|) $)) (-15 -3181 ((-594 (-715)) (-842 |#1|) $)) (-15 -1318 ((-1024 |#1|) $)) (-15 -2775 ((-110) $ $)) (-15 -2799 ((-110) $ $)) (-15 -4184 ((-1181) $)) (-15 -4184 ((-1181) $ (-527) (-527))))) (-1022)) (T -841))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-3475 (*1 *2 *1) (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *2 (-842 *4)) (-5 *1 (-841 *4)) (-4 *4 (-1022)))) (-2309 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-842 *4)) (-5 *1 (-841 *4)) (-4 *4 (-1022)))) (-2309 (*1 *2 *1) (-12 (-5 *2 (-842 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-2050 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-4115 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-1670 (*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-3209 (*1 *2 *1) (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-3047 (*1 *2 *1) (-12 (-5 *2 (-594 (-594 (-715)))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-842 *3))) (-4 *3 (-1022)) (-5 *1 (-841 *3)))) (-2840 (*1 *1 *2) (-12 (-5 *2 (-594 (-842 *3))) (-4 *3 (-1022)) (-5 *1 (-841 *3)))) (-1211 (*1 *2 *1 *3) (-12 (-5 *2 (-1024 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-2936 (*1 *2 *1) (-12 (-5 *2 (-1024 (-1024 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-1211 (*1 *2 *1 *3) (-12 (-4 *4 (-1022)) (-5 *2 (-1024 (-1024 *4))) (-5 *1 (-841 *4)) (-5 *3 (-1024 *4)))) (-1211 (*1 *2 *1 *3) (-12 (-4 *4 (-1022)) (-5 *2 (-1024 (-594 *4))) (-5 *1 (-841 *4)) (-5 *3 (-594 *4)))) (-2817 (*1 *2 *3 *1) (-12 (-5 *3 (-842 *4)) (-4 *4 (-1022)) (-5 *2 (-110)) (-5 *1 (-841 *4)))) (-3697 (*1 *2 *3 *1) (-12 (-5 *3 (-842 *4)) (-4 *4 (-1022)) (-5 *2 (-594 (-715))) (-5 *1 (-841 *4)))) (-3181 (*1 *2 *3 *1) (-12 (-5 *3 (-842 *4)) (-4 *4 (-1022)) (-5 *2 (-594 (-715))) (-5 *1 (-841 *4)))) (-1318 (*1 *2 *1) (-12 (-5 *2 (-1024 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-2775 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-2799 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-4184 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))) (-4184 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-841 *4)) (-4 *4 (-1022)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ((-594 (-842 |#1|)) $)) (-15 -3475 ((-594 (-842 |#1|)) $)) (-15 -3439 ((-842 |#1|) $ (-715))) (-15 -2309 ((-842 |#1|) $ (-527))) (-15 -2309 ((-842 |#1|) $)) (-15 -2050 ((-715) $)) (-15 -4115 ((-715) $)) (-15 -1670 ((-594 |#1|) $)) (-15 -3209 ((-594 (-842 |#1|)) $)) (-15 -3047 ((-594 (-594 (-715))) $)) (-15 -4118 ($ (-594 (-842 |#1|)))) (-15 -2840 ($ (-594 (-842 |#1|)))) (-15 -1211 ((-1024 |#1|) $ |#1|)) (-15 -2936 ((-1024 (-1024 |#1|)) $)) (-15 -1211 ((-1024 (-1024 |#1|)) $ (-1024 |#1|))) (-15 -1211 ((-1024 (-594 |#1|)) $ (-594 |#1|))) (-15 -2817 ((-110) (-842 |#1|) $)) (-15 -3697 ((-594 (-715)) (-842 |#1|) $)) (-15 -3181 ((-594 (-715)) (-842 |#1|) $)) (-15 -1318 ((-1024 |#1|) $)) (-15 -2775 ((-110) $ $)) (-15 -2799 ((-110) $ $)) (-15 -4184 ((-1181) $)) (-15 -4184 ((-1181) $ (-527) (-527)))))
+((-4105 (((-110) $ $) NIL)) (-2259 (((-594 $) (-594 $)) 77)) (-2350 (((-527) $) 60)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2050 (((-715) $) 58)) (-1211 (((-1024 |#1|) $ |#1|) 49)) (-2956 (((-110) $) NIL)) (-1758 (((-110) $) 63)) (-3844 (((-715) $) 61)) (-1318 (((-1024 |#1|) $) 42)) (-3902 (($ $ $) NIL (-2027 (|has| |#1| (-348)) (|has| |#1| (-791))))) (-1257 (($ $ $) NIL (-2027 (|has| |#1| (-348)) (|has| |#1| (-791))))) (-3497 (((-2 (|:| |preimage| (-594 |#1|)) (|:| |image| (-594 |#1|))) $) 37)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 93)) (-4024 (((-1041) $) NIL)) (-3118 (((-1024 |#1|) $) 100 (|has| |#1| (-348)))) (-1285 (((-110) $) 59)) (-2819 ((|#1| $ |#1|) 47)) (-3439 ((|#1| $ |#1|) 94)) (-4115 (((-715) $) 44)) (-2403 (($ (-594 (-594 |#1|))) 85)) (-3925 (((-906) $) 53)) (-3158 (($ (-594 |#1|)) 21)) (-1964 (($ $ $) NIL)) (-2170 (($ $ $) NIL)) (-3018 (($ (-594 (-594 |#1|))) 39)) (-1886 (($ (-594 (-594 |#1|))) 88)) (-4085 (($ (-594 |#1|)) 96)) (-4118 (((-800) $) 84) (($ (-594 (-594 |#1|))) 66) (($ (-594 |#1|)) 67)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3374 (($) 16 T CONST)) (-2813 (((-110) $ $) NIL (-2027 (|has| |#1| (-348)) (|has| |#1| (-791))))) (-2788 (((-110) $ $) NIL (-2027 (|has| |#1| (-348)) (|has| |#1| (-791))))) (-2747 (((-110) $ $) 45)) (-2799 (((-110) $ $) NIL (-2027 (|has| |#1| (-348)) (|has| |#1| (-791))))) (-2775 (((-110) $ $) 65)) (-2873 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ $ $) 22)))
+(((-842 |#1|) (-13 (-840 |#1|) (-10 -8 (-15 -3497 ((-2 (|:| |preimage| (-594 |#1|)) (|:| |image| (-594 |#1|))) $)) (-15 -3018 ($ (-594 (-594 |#1|)))) (-15 -4118 ($ (-594 (-594 |#1|)))) (-15 -4118 ($ (-594 |#1|))) (-15 -1886 ($ (-594 (-594 |#1|)))) (-15 -4115 ((-715) $)) (-15 -1318 ((-1024 |#1|) $)) (-15 -3925 ((-906) $)) (-15 -2050 ((-715) $)) (-15 -3844 ((-715) $)) (-15 -2350 ((-527) $)) (-15 -1285 ((-110) $)) (-15 -1758 ((-110) $)) (-15 -2259 ((-594 $) (-594 $))) (IF (|has| |#1| (-348)) (-15 -3118 ((-1024 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-512)) (-15 -4085 ($ (-594 |#1|))) (IF (|has| |#1| (-348)) (-15 -4085 ($ (-594 |#1|))) |%noBranch|)))) (-1022)) (T -842))
+((-3497 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |preimage| (-594 *3)) (|:| |image| (-594 *3)))) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-3018 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-842 *3)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-842 *3)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-842 *3)))) (-1886 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-842 *3)))) (-4115 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-1318 (*1 *2 *1) (-12 (-5 *2 (-1024 *3)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-3925 (*1 *2 *1) (-12 (-5 *2 (-906)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-2050 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-3844 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-2350 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-1285 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-1758 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-2259 (*1 *2 *2) (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-842 *3)) (-4 *3 (-1022)))) (-3118 (*1 *2 *1) (-12 (-5 *2 (-1024 *3)) (-5 *1 (-842 *3)) (-4 *3 (-348)) (-4 *3 (-1022)))) (-4085 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-842 *3)))))
+(-13 (-840 |#1|) (-10 -8 (-15 -3497 ((-2 (|:| |preimage| (-594 |#1|)) (|:| |image| (-594 |#1|))) $)) (-15 -3018 ($ (-594 (-594 |#1|)))) (-15 -4118 ($ (-594 (-594 |#1|)))) (-15 -4118 ($ (-594 |#1|))) (-15 -1886 ($ (-594 (-594 |#1|)))) (-15 -4115 ((-715) $)) (-15 -1318 ((-1024 |#1|) $)) (-15 -3925 ((-906) $)) (-15 -2050 ((-715) $)) (-15 -3844 ((-715) $)) (-15 -2350 ((-527) $)) (-15 -1285 ((-110) $)) (-15 -1758 ((-110) $)) (-15 -2259 ((-594 $) (-594 $))) (IF (|has| |#1| (-348)) (-15 -3118 ((-1024 |#1|) $)) |%noBranch|) (IF (|has| |#1| (-512)) (-15 -4085 ($ (-594 |#1|))) (IF (|has| |#1| (-348)) (-15 -4085 ($ (-594 |#1|))) |%noBranch|))))
+((-1856 (((-3 (-594 (-1090 |#4|)) "failed") (-594 (-1090 |#4|)) (-1090 |#4|)) 128)) (-3874 ((|#1|) 77)) (-1633 (((-398 (-1090 |#4|)) (-1090 |#4|)) 137)) (-2081 (((-398 (-1090 |#4|)) (-594 |#3|) (-1090 |#4|)) 69)) (-3424 (((-398 (-1090 |#4|)) (-1090 |#4|)) 147)) (-2656 (((-3 (-594 (-1090 |#4|)) "failed") (-594 (-1090 |#4|)) (-1090 |#4|) |#3|) 92)))
+(((-843 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1856 ((-3 (-594 (-1090 |#4|)) "failed") (-594 (-1090 |#4|)) (-1090 |#4|))) (-15 -3424 ((-398 (-1090 |#4|)) (-1090 |#4|))) (-15 -1633 ((-398 (-1090 |#4|)) (-1090 |#4|))) (-15 -3874 (|#1|)) (-15 -2656 ((-3 (-594 (-1090 |#4|)) "failed") (-594 (-1090 |#4|)) (-1090 |#4|) |#3|)) (-15 -2081 ((-398 (-1090 |#4|)) (-594 |#3|) (-1090 |#4|)))) (-846) (-737) (-791) (-886 |#1| |#2| |#3|)) (T -843))
+((-2081 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *7)) (-4 *7 (-791)) (-4 *5 (-846)) (-4 *6 (-737)) (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-398 (-1090 *8))) (-5 *1 (-843 *5 *6 *7 *8)) (-5 *4 (-1090 *8)))) (-2656 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *2 (-594 (-1090 *7))) (-5 *3 (-1090 *7)) (-4 *7 (-886 *5 *6 *4)) (-4 *5 (-846)) (-4 *6 (-737)) (-4 *4 (-791)) (-5 *1 (-843 *5 *6 *4 *7)))) (-3874 (*1 *2) (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-846)) (-5 *1 (-843 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))) (-1633 (*1 *2 *3) (-12 (-4 *4 (-846)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-398 (-1090 *7))) (-5 *1 (-843 *4 *5 *6 *7)) (-5 *3 (-1090 *7)))) (-3424 (*1 *2 *3) (-12 (-4 *4 (-846)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-398 (-1090 *7))) (-5 *1 (-843 *4 *5 *6 *7)) (-5 *3 (-1090 *7)))) (-1856 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 (-1090 *7))) (-5 *3 (-1090 *7)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-846)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-843 *4 *5 *6 *7)))))
+(-10 -7 (-15 -1856 ((-3 (-594 (-1090 |#4|)) "failed") (-594 (-1090 |#4|)) (-1090 |#4|))) (-15 -3424 ((-398 (-1090 |#4|)) (-1090 |#4|))) (-15 -1633 ((-398 (-1090 |#4|)) (-1090 |#4|))) (-15 -3874 (|#1|)) (-15 -2656 ((-3 (-594 (-1090 |#4|)) "failed") (-594 (-1090 |#4|)) (-1090 |#4|) |#3|)) (-15 -2081 ((-398 (-1090 |#4|)) (-594 |#3|) (-1090 |#4|))))
+((-1856 (((-3 (-594 (-1090 |#2|)) "failed") (-594 (-1090 |#2|)) (-1090 |#2|)) 36)) (-3874 ((|#1|) 54)) (-1633 (((-398 (-1090 |#2|)) (-1090 |#2|)) 102)) (-2081 (((-398 (-1090 |#2|)) (-1090 |#2|)) 90)) (-3424 (((-398 (-1090 |#2|)) (-1090 |#2|)) 113)))
+(((-844 |#1| |#2|) (-10 -7 (-15 -1856 ((-3 (-594 (-1090 |#2|)) "failed") (-594 (-1090 |#2|)) (-1090 |#2|))) (-15 -3424 ((-398 (-1090 |#2|)) (-1090 |#2|))) (-15 -1633 ((-398 (-1090 |#2|)) (-1090 |#2|))) (-15 -3874 (|#1|)) (-15 -2081 ((-398 (-1090 |#2|)) (-1090 |#2|)))) (-846) (-1152 |#1|)) (T -844))
+((-2081 (*1 *2 *3) (-12 (-4 *4 (-846)) (-4 *5 (-1152 *4)) (-5 *2 (-398 (-1090 *5))) (-5 *1 (-844 *4 *5)) (-5 *3 (-1090 *5)))) (-3874 (*1 *2) (-12 (-4 *2 (-846)) (-5 *1 (-844 *2 *3)) (-4 *3 (-1152 *2)))) (-1633 (*1 *2 *3) (-12 (-4 *4 (-846)) (-4 *5 (-1152 *4)) (-5 *2 (-398 (-1090 *5))) (-5 *1 (-844 *4 *5)) (-5 *3 (-1090 *5)))) (-3424 (*1 *2 *3) (-12 (-4 *4 (-846)) (-4 *5 (-1152 *4)) (-5 *2 (-398 (-1090 *5))) (-5 *1 (-844 *4 *5)) (-5 *3 (-1090 *5)))) (-1856 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 (-1090 *5))) (-5 *3 (-1090 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-846)) (-5 *1 (-844 *4 *5)))))
+(-10 -7 (-15 -1856 ((-3 (-594 (-1090 |#2|)) "failed") (-594 (-1090 |#2|)) (-1090 |#2|))) (-15 -3424 ((-398 (-1090 |#2|)) (-1090 |#2|))) (-15 -1633 ((-398 (-1090 |#2|)) (-1090 |#2|))) (-15 -3874 (|#1|)) (-15 -2081 ((-398 (-1090 |#2|)) (-1090 |#2|))))
+((-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 41)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 18)) (-3470 (((-3 $ "failed") $) 35)))
+(((-845 |#1|) (-10 -8 (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|)))) (-846)) (T -845))
+NIL
+(-10 -8 (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-3854 (((-398 (-1090 $)) (-1090 $)) 60)) (-3259 (($ $) 51)) (-3488 (((-398 $) $) 52)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 57)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-3851 (((-110) $) 53)) (-2956 (((-110) $) 31)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-4152 (((-398 (-1090 $)) (-1090 $)) 58)) (-2816 (((-398 (-1090 $)) (-1090 $)) 59)) (-2700 (((-398 $) $) 50)) (-1305 (((-3 $ "failed") $ $) 42)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 56 (|has| $ (-138)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-3470 (((-3 $ "failed") $) 55 (|has| $ (-138)))) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-846) (-133)) (T -846))
+((-2034 (*1 *2 *2 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-846)))) (-3854 (*1 *2 *3) (-12 (-4 *1 (-846)) (-5 *2 (-398 (-1090 *1))) (-5 *3 (-1090 *1)))) (-2816 (*1 *2 *3) (-12 (-4 *1 (-846)) (-5 *2 (-398 (-1090 *1))) (-5 *3 (-1090 *1)))) (-4152 (*1 *2 *3) (-12 (-4 *1 (-846)) (-5 *2 (-398 (-1090 *1))) (-5 *3 (-1090 *1)))) (-1970 (*1 *2 *2 *3) (|partial| -12 (-5 *2 (-594 (-1090 *1))) (-5 *3 (-1090 *1)) (-4 *1 (-846)))) (-2513 (*1 *2 *3) (|partial| -12 (-5 *3 (-634 *1)) (-4 *1 (-138)) (-4 *1 (-846)) (-5 *2 (-1176 *1)))) (-3470 (*1 *1 *1) (|partial| -12 (-4 *1 (-138)) (-4 *1 (-846)))))
+(-13 (-1134) (-10 -8 (-15 -3854 ((-398 (-1090 $)) (-1090 $))) (-15 -2816 ((-398 (-1090 $)) (-1090 $))) (-15 -4152 ((-398 (-1090 $)) (-1090 $))) (-15 -2034 ((-1090 $) (-1090 $) (-1090 $))) (-15 -1970 ((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $))) (IF (|has| $ (-138)) (PROGN (-15 -2513 ((-3 (-1176 $) "failed") (-634 $))) (-15 -3470 ((-3 $ "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-431) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2991 (((-110) $) NIL)) (-4031 (((-715)) NIL)) (-2926 (($ $ (-858)) NIL (|has| $ (-348))) (($ $) NIL)) (-2164 (((-1104 (-858) (-715)) (-527)) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1637 (((-715)) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 $ "failed") $) NIL)) (-4145 (($ $) NIL)) (-2894 (($ (-1176 $)) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3809 (($) NIL)) (-3687 (((-110) $) NIL)) (-3050 (($ $) NIL) (($ $ (-715)) NIL)) (-3851 (((-110) $) NIL)) (-2050 (((-777 (-858)) $) NIL) (((-858) $) NIL)) (-2956 (((-110) $) NIL)) (-2810 (($) NIL (|has| $ (-348)))) (-3473 (((-110) $) NIL (|has| $ (-348)))) (-1705 (($ $ (-858)) NIL (|has| $ (-348))) (($ $) NIL)) (-2628 (((-3 $ "failed") $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2343 (((-1090 $) $ (-858)) NIL (|has| $ (-348))) (((-1090 $) $) NIL)) (-1989 (((-858) $) NIL)) (-4181 (((-1090 $) $) NIL (|has| $ (-348)))) (-2784 (((-3 (-1090 $) "failed") $ $) NIL (|has| $ (-348))) (((-1090 $) $) NIL (|has| $ (-348)))) (-2672 (($ $ (-1090 $)) NIL (|has| $ (-348)))) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL T CONST)) (-1720 (($ (-858)) NIL)) (-1687 (((-110) $) NIL)) (-4024 (((-1041) $) NIL)) (-2613 (($) NIL (|has| $ (-348)))) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL)) (-2700 (((-398 $) $) NIL)) (-2150 (((-858)) NIL) (((-777 (-858))) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1382 (((-3 (-715) "failed") $ $) NIL) (((-715) $) NIL)) (-3817 (((-130)) NIL)) (-4234 (($ $ (-715)) NIL) (($ $) NIL)) (-4115 (((-858) $) NIL) (((-777 (-858)) $) NIL)) (-2279 (((-1090 $)) NIL)) (-3956 (($) NIL)) (-3606 (($) NIL (|has| $ (-348)))) (-4002 (((-634 $) (-1176 $)) NIL) (((-1176 $) $) NIL)) (-2051 (((-527) $) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL)) (-3470 (((-3 $ "failed") $) NIL) (($ $) NIL)) (-4070 (((-715)) NIL)) (-1878 (((-1176 $) (-858)) NIL) (((-1176 $)) NIL)) (-3978 (((-110) $ $) NIL)) (-3859 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-1425 (($ $ (-715)) NIL (|has| $ (-348))) (($ $) NIL (|has| $ (-348)))) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-847 |#1|) (-13 (-329) (-309 $) (-569 (-527))) (-858)) (T -847))
+NIL
+(-13 (-329) (-309 $) (-569 (-527)))
+((-2577 (((-3 (-2 (|:| -2050 (-715)) (|:| -2583 |#5|)) "failed") (-316 |#2| |#3| |#4| |#5|)) 79)) (-3071 (((-110) (-316 |#2| |#3| |#4| |#5|)) 17)) (-2050 (((-3 (-715) "failed") (-316 |#2| |#3| |#4| |#5|)) 15)))
+(((-848 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2050 ((-3 (-715) "failed") (-316 |#2| |#3| |#4| |#5|))) (-15 -3071 ((-110) (-316 |#2| |#3| |#4| |#5|))) (-15 -2577 ((-3 (-2 (|:| -2050 (-715)) (|:| -2583 |#5|)) "failed") (-316 |#2| |#3| |#4| |#5|)))) (-13 (-791) (-519) (-970 (-527))) (-410 |#1|) (-1152 |#2|) (-1152 (-387 |#3|)) (-322 |#2| |#3| |#4|)) (T -848))
+((-2577 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 *5 *6 *7 *8)) (-4 *5 (-410 *4)) (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-4 *8 (-322 *5 *6 *7)) (-4 *4 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-2 (|:| -2050 (-715)) (|:| -2583 *8))) (-5 *1 (-848 *4 *5 *6 *7 *8)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-316 *5 *6 *7 *8)) (-4 *5 (-410 *4)) (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-4 *8 (-322 *5 *6 *7)) (-4 *4 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-110)) (-5 *1 (-848 *4 *5 *6 *7 *8)))) (-2050 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 *5 *6 *7 *8)) (-4 *5 (-410 *4)) (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-4 *8 (-322 *5 *6 *7)) (-4 *4 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-715)) (-5 *1 (-848 *4 *5 *6 *7 *8)))))
+(-10 -7 (-15 -2050 ((-3 (-715) "failed") (-316 |#2| |#3| |#4| |#5|))) (-15 -3071 ((-110) (-316 |#2| |#3| |#4| |#5|))) (-15 -2577 ((-3 (-2 (|:| -2050 (-715)) (|:| -2583 |#5|)) "failed") (-316 |#2| |#3| |#4| |#5|))))
+((-2577 (((-3 (-2 (|:| -2050 (-715)) (|:| -2583 |#3|)) "failed") (-316 (-387 (-527)) |#1| |#2| |#3|)) 56)) (-3071 (((-110) (-316 (-387 (-527)) |#1| |#2| |#3|)) 16)) (-2050 (((-3 (-715) "failed") (-316 (-387 (-527)) |#1| |#2| |#3|)) 14)))
+(((-849 |#1| |#2| |#3|) (-10 -7 (-15 -2050 ((-3 (-715) "failed") (-316 (-387 (-527)) |#1| |#2| |#3|))) (-15 -3071 ((-110) (-316 (-387 (-527)) |#1| |#2| |#3|))) (-15 -2577 ((-3 (-2 (|:| -2050 (-715)) (|:| -2583 |#3|)) "failed") (-316 (-387 (-527)) |#1| |#2| |#3|)))) (-1152 (-387 (-527))) (-1152 (-387 |#1|)) (-322 (-387 (-527)) |#1| |#2|)) (T -849))
+((-2577 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 (-387 (-527)) *4 *5 *6)) (-4 *4 (-1152 (-387 (-527)))) (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 (-387 (-527)) *4 *5)) (-5 *2 (-2 (|:| -2050 (-715)) (|:| -2583 *6))) (-5 *1 (-849 *4 *5 *6)))) (-3071 (*1 *2 *3) (-12 (-5 *3 (-316 (-387 (-527)) *4 *5 *6)) (-4 *4 (-1152 (-387 (-527)))) (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 (-387 (-527)) *4 *5)) (-5 *2 (-110)) (-5 *1 (-849 *4 *5 *6)))) (-2050 (*1 *2 *3) (|partial| -12 (-5 *3 (-316 (-387 (-527)) *4 *5 *6)) (-4 *4 (-1152 (-387 (-527)))) (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 (-387 (-527)) *4 *5)) (-5 *2 (-715)) (-5 *1 (-849 *4 *5 *6)))))
+(-10 -7 (-15 -2050 ((-3 (-715) "failed") (-316 (-387 (-527)) |#1| |#2| |#3|))) (-15 -3071 ((-110) (-316 (-387 (-527)) |#1| |#2| |#3|))) (-15 -2577 ((-3 (-2 (|:| -2050 (-715)) (|:| -2583 |#3|)) "failed") (-316 (-387 (-527)) |#1| |#2| |#3|))))
+((-3543 ((|#2| |#2|) 26)) (-4227 (((-527) (-594 (-2 (|:| |den| (-527)) (|:| |gcdnum| (-527))))) 15)) (-2353 (((-858) (-527)) 35)) (-1571 (((-527) |#2|) 42)) (-3867 (((-527) |#2|) 21) (((-2 (|:| |den| (-527)) (|:| |gcdnum| (-527))) |#1|) 20)))
+(((-850 |#1| |#2|) (-10 -7 (-15 -2353 ((-858) (-527))) (-15 -3867 ((-2 (|:| |den| (-527)) (|:| |gcdnum| (-527))) |#1|)) (-15 -3867 ((-527) |#2|)) (-15 -4227 ((-527) (-594 (-2 (|:| |den| (-527)) (|:| |gcdnum| (-527)))))) (-15 -1571 ((-527) |#2|)) (-15 -3543 (|#2| |#2|))) (-1152 (-387 (-527))) (-1152 (-387 |#1|))) (T -850))
+((-3543 (*1 *2 *2) (-12 (-4 *3 (-1152 (-387 (-527)))) (-5 *1 (-850 *3 *2)) (-4 *2 (-1152 (-387 *3))))) (-1571 (*1 *2 *3) (-12 (-4 *4 (-1152 (-387 *2))) (-5 *2 (-527)) (-5 *1 (-850 *4 *3)) (-4 *3 (-1152 (-387 *4))))) (-4227 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| |den| (-527)) (|:| |gcdnum| (-527))))) (-4 *4 (-1152 (-387 *2))) (-5 *2 (-527)) (-5 *1 (-850 *4 *5)) (-4 *5 (-1152 (-387 *4))))) (-3867 (*1 *2 *3) (-12 (-4 *4 (-1152 (-387 *2))) (-5 *2 (-527)) (-5 *1 (-850 *4 *3)) (-4 *3 (-1152 (-387 *4))))) (-3867 (*1 *2 *3) (-12 (-4 *3 (-1152 (-387 (-527)))) (-5 *2 (-2 (|:| |den| (-527)) (|:| |gcdnum| (-527)))) (-5 *1 (-850 *3 *4)) (-4 *4 (-1152 (-387 *3))))) (-2353 (*1 *2 *3) (-12 (-5 *3 (-527)) (-4 *4 (-1152 (-387 *3))) (-5 *2 (-858)) (-5 *1 (-850 *4 *5)) (-4 *5 (-1152 (-387 *4))))))
+(-10 -7 (-15 -2353 ((-858) (-527))) (-15 -3867 ((-2 (|:| |den| (-527)) (|:| |gcdnum| (-527))) |#1|)) (-15 -3867 ((-527) |#2|)) (-15 -4227 ((-527) (-594 (-2 (|:| |den| (-527)) (|:| |gcdnum| (-527)))))) (-15 -1571 ((-527) |#2|)) (-15 -3543 (|#2| |#2|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 ((|#1| $) 81)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-1346 (($ $ $) NIL)) (-3714 (((-3 $ "failed") $) 75)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3863 (($ |#1| (-398 |#1|)) 73)) (-3430 (((-1090 |#1|) |#1| |#1|) 41)) (-1688 (($ $) 49)) (-2956 (((-110) $) NIL)) (-2174 (((-527) $) 78)) (-1555 (($ $ (-527)) 80)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1394 ((|#1| $) 77)) (-2818 (((-398 |#1|) $) 76)) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) 74)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-1849 (($ $) 39)) (-4118 (((-800) $) 99) (($ (-527)) 54) (($ $) NIL) (($ (-387 (-527))) NIL) (($ |#1|) 31) (((-387 |#1|) $) 59) (($ (-387 (-398 |#1|))) 67)) (-4070 (((-715)) 52)) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 23 T CONST)) (-3374 (($) 12 T CONST)) (-2747 (((-110) $ $) 68)) (-2873 (($ $ $) NIL)) (-2863 (($ $) 88) (($ $ $) NIL)) (-2850 (($ $ $) 38)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 90) (($ $ $) 37) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ |#1| $) 89) (($ $ |#1|) NIL)))
+(((-851 |#1|) (-13 (-343) (-37 |#1|) (-10 -8 (-15 -4118 ((-387 |#1|) $)) (-15 -4118 ($ (-387 (-398 |#1|)))) (-15 -1849 ($ $)) (-15 -2818 ((-398 |#1|) $)) (-15 -1394 (|#1| $)) (-15 -1555 ($ $ (-527))) (-15 -2174 ((-527) $)) (-15 -3430 ((-1090 |#1|) |#1| |#1|)) (-15 -1688 ($ $)) (-15 -3863 ($ |#1| (-398 |#1|))) (-15 -3008 (|#1| $)))) (-288)) (T -851))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-387 *3)) (-5 *1 (-851 *3)) (-4 *3 (-288)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-387 (-398 *3))) (-4 *3 (-288)) (-5 *1 (-851 *3)))) (-1849 (*1 *1 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288)))) (-2818 (*1 *2 *1) (-12 (-5 *2 (-398 *3)) (-5 *1 (-851 *3)) (-4 *3 (-288)))) (-1394 (*1 *2 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288)))) (-1555 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-851 *3)) (-4 *3 (-288)))) (-2174 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-851 *3)) (-4 *3 (-288)))) (-3430 (*1 *2 *3 *3) (-12 (-5 *2 (-1090 *3)) (-5 *1 (-851 *3)) (-4 *3 (-288)))) (-1688 (*1 *1 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288)))) (-3863 (*1 *1 *2 *3) (-12 (-5 *3 (-398 *2)) (-4 *2 (-288)) (-5 *1 (-851 *2)))) (-3008 (*1 *2 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288)))))
+(-13 (-343) (-37 |#1|) (-10 -8 (-15 -4118 ((-387 |#1|) $)) (-15 -4118 ($ (-387 (-398 |#1|)))) (-15 -1849 ($ $)) (-15 -2818 ((-398 |#1|) $)) (-15 -1394 (|#1| $)) (-15 -1555 ($ $ (-527))) (-15 -2174 ((-527) $)) (-15 -3430 ((-1090 |#1|) |#1| |#1|)) (-15 -1688 ($ $)) (-15 -3863 ($ |#1| (-398 |#1|))) (-15 -3008 (|#1| $))))
+((-3863 (((-51) (-889 |#1|) (-398 (-889 |#1|)) (-1094)) 17) (((-51) (-387 (-889 |#1|)) (-1094)) 18)))
+(((-852 |#1|) (-10 -7 (-15 -3863 ((-51) (-387 (-889 |#1|)) (-1094))) (-15 -3863 ((-51) (-889 |#1|) (-398 (-889 |#1|)) (-1094)))) (-13 (-288) (-140))) (T -852))
+((-3863 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-398 (-889 *6))) (-5 *5 (-1094)) (-5 *3 (-889 *6)) (-4 *6 (-13 (-288) (-140))) (-5 *2 (-51)) (-5 *1 (-852 *6)))) (-3863 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-140))) (-5 *2 (-51)) (-5 *1 (-852 *5)))))
+(-10 -7 (-15 -3863 ((-51) (-387 (-889 |#1|)) (-1094))) (-15 -3863 ((-51) (-889 |#1|) (-398 (-889 |#1|)) (-1094))))
+((-2540 ((|#4| (-594 |#4|)) 121) (((-1090 |#4|) (-1090 |#4|) (-1090 |#4|)) 67) ((|#4| |#4| |#4|) 120)) (-2742 (((-1090 |#4|) (-594 (-1090 |#4|))) 114) (((-1090 |#4|) (-1090 |#4|) (-1090 |#4|)) 50) ((|#4| (-594 |#4|)) 55) ((|#4| |#4| |#4|) 84)))
+(((-853 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2742 (|#4| |#4| |#4|)) (-15 -2742 (|#4| (-594 |#4|))) (-15 -2742 ((-1090 |#4|) (-1090 |#4|) (-1090 |#4|))) (-15 -2742 ((-1090 |#4|) (-594 (-1090 |#4|)))) (-15 -2540 (|#4| |#4| |#4|)) (-15 -2540 ((-1090 |#4|) (-1090 |#4|) (-1090 |#4|))) (-15 -2540 (|#4| (-594 |#4|)))) (-737) (-791) (-288) (-886 |#3| |#1| |#2|)) (T -853))
+((-2540 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *6 *4 *5)) (-5 *1 (-853 *4 *5 *6 *2)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)))) (-2540 (*1 *2 *2 *2) (-12 (-5 *2 (-1090 *6)) (-4 *6 (-886 *5 *3 *4)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-288)) (-5 *1 (-853 *3 *4 *5 *6)))) (-2540 (*1 *2 *2 *2) (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-288)) (-5 *1 (-853 *3 *4 *5 *2)) (-4 *2 (-886 *5 *3 *4)))) (-2742 (*1 *2 *3) (-12 (-5 *3 (-594 (-1090 *7))) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)) (-5 *2 (-1090 *7)) (-5 *1 (-853 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5)))) (-2742 (*1 *2 *2 *2) (-12 (-5 *2 (-1090 *6)) (-4 *6 (-886 *5 *3 *4)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-288)) (-5 *1 (-853 *3 *4 *5 *6)))) (-2742 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *6 *4 *5)) (-5 *1 (-853 *4 *5 *6 *2)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)))) (-2742 (*1 *2 *2 *2) (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-288)) (-5 *1 (-853 *3 *4 *5 *2)) (-4 *2 (-886 *5 *3 *4)))))
+(-10 -7 (-15 -2742 (|#4| |#4| |#4|)) (-15 -2742 (|#4| (-594 |#4|))) (-15 -2742 ((-1090 |#4|) (-1090 |#4|) (-1090 |#4|))) (-15 -2742 ((-1090 |#4|) (-594 (-1090 |#4|)))) (-15 -2540 (|#4| |#4| |#4|)) (-15 -2540 ((-1090 |#4|) (-1090 |#4|) (-1090 |#4|))) (-15 -2540 (|#4| (-594 |#4|))))
+((-2766 (((-841 (-527)) (-906)) 23) (((-841 (-527)) (-594 (-527))) 20)) (-2355 (((-841 (-527)) (-594 (-527))) 48) (((-841 (-527)) (-858)) 49)) (-2779 (((-841 (-527))) 24)) (-4138 (((-841 (-527))) 38) (((-841 (-527)) (-594 (-527))) 37)) (-2413 (((-841 (-527))) 36) (((-841 (-527)) (-594 (-527))) 35)) (-3957 (((-841 (-527))) 34) (((-841 (-527)) (-594 (-527))) 33)) (-3354 (((-841 (-527))) 32) (((-841 (-527)) (-594 (-527))) 31)) (-3658 (((-841 (-527))) 30) (((-841 (-527)) (-594 (-527))) 29)) (-2647 (((-841 (-527))) 40) (((-841 (-527)) (-594 (-527))) 39)) (-1889 (((-841 (-527)) (-594 (-527))) 52) (((-841 (-527)) (-858)) 53)) (-2080 (((-841 (-527)) (-594 (-527))) 50) (((-841 (-527)) (-858)) 51)) (-3841 (((-841 (-527)) (-594 (-527))) 46) (((-841 (-527)) (-858)) 47)) (-1480 (((-841 (-527)) (-594 (-858))) 43)))
+(((-854) (-10 -7 (-15 -2355 ((-841 (-527)) (-858))) (-15 -2355 ((-841 (-527)) (-594 (-527)))) (-15 -3841 ((-841 (-527)) (-858))) (-15 -3841 ((-841 (-527)) (-594 (-527)))) (-15 -1480 ((-841 (-527)) (-594 (-858)))) (-15 -2080 ((-841 (-527)) (-858))) (-15 -2080 ((-841 (-527)) (-594 (-527)))) (-15 -1889 ((-841 (-527)) (-858))) (-15 -1889 ((-841 (-527)) (-594 (-527)))) (-15 -3658 ((-841 (-527)) (-594 (-527)))) (-15 -3658 ((-841 (-527)))) (-15 -3354 ((-841 (-527)) (-594 (-527)))) (-15 -3354 ((-841 (-527)))) (-15 -3957 ((-841 (-527)) (-594 (-527)))) (-15 -3957 ((-841 (-527)))) (-15 -2413 ((-841 (-527)) (-594 (-527)))) (-15 -2413 ((-841 (-527)))) (-15 -4138 ((-841 (-527)) (-594 (-527)))) (-15 -4138 ((-841 (-527)))) (-15 -2647 ((-841 (-527)) (-594 (-527)))) (-15 -2647 ((-841 (-527)))) (-15 -2779 ((-841 (-527)))) (-15 -2766 ((-841 (-527)) (-594 (-527)))) (-15 -2766 ((-841 (-527)) (-906))))) (T -854))
+((-2766 (*1 *2 *3) (-12 (-5 *3 (-906)) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2766 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2779 (*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2647 (*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2647 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-4138 (*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-4138 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2413 (*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2413 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3957 (*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3957 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3354 (*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3354 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3658 (*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3658 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-1889 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-1889 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2080 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-1480 (*1 *2 *3) (-12 (-5 *3 (-594 (-858))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3841 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-3841 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2355 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))) (-2355 (*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(-10 -7 (-15 -2355 ((-841 (-527)) (-858))) (-15 -2355 ((-841 (-527)) (-594 (-527)))) (-15 -3841 ((-841 (-527)) (-858))) (-15 -3841 ((-841 (-527)) (-594 (-527)))) (-15 -1480 ((-841 (-527)) (-594 (-858)))) (-15 -2080 ((-841 (-527)) (-858))) (-15 -2080 ((-841 (-527)) (-594 (-527)))) (-15 -1889 ((-841 (-527)) (-858))) (-15 -1889 ((-841 (-527)) (-594 (-527)))) (-15 -3658 ((-841 (-527)) (-594 (-527)))) (-15 -3658 ((-841 (-527)))) (-15 -3354 ((-841 (-527)) (-594 (-527)))) (-15 -3354 ((-841 (-527)))) (-15 -3957 ((-841 (-527)) (-594 (-527)))) (-15 -3957 ((-841 (-527)))) (-15 -2413 ((-841 (-527)) (-594 (-527)))) (-15 -2413 ((-841 (-527)))) (-15 -4138 ((-841 (-527)) (-594 (-527)))) (-15 -4138 ((-841 (-527)))) (-15 -2647 ((-841 (-527)) (-594 (-527)))) (-15 -2647 ((-841 (-527)))) (-15 -2779 ((-841 (-527)))) (-15 -2766 ((-841 (-527)) (-594 (-527)))) (-15 -2766 ((-841 (-527)) (-906))))
+((-3539 (((-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094))) 12)) (-2348 (((-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094))) 11)))
+(((-855 |#1|) (-10 -7 (-15 -2348 ((-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -3539 ((-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094))))) (-431)) (T -855))
+((-3539 (*1 *2 *2 *3) (-12 (-5 *2 (-594 (-889 *4))) (-5 *3 (-594 (-1094))) (-4 *4 (-431)) (-5 *1 (-855 *4)))) (-2348 (*1 *2 *2 *3) (-12 (-5 *2 (-594 (-889 *4))) (-5 *3 (-594 (-1094))) (-4 *4 (-431)) (-5 *1 (-855 *4)))))
+(-10 -7 (-15 -2348 ((-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -3539 ((-594 (-889 |#1|)) (-594 (-889 |#1|)) (-594 (-1094)))))
+((-4118 (((-296 |#1|) (-456)) 16)))
+(((-856 |#1|) (-10 -7 (-15 -4118 ((-296 |#1|) (-456)))) (-13 (-791) (-519))) (T -856))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-456)) (-5 *2 (-296 *4)) (-5 *1 (-856 *4)) (-4 *4 (-13 (-791) (-519))))))
+(-10 -7 (-15 -4118 ((-296 |#1|) (-456))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-2956 (((-110) $) 31)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-857) (-133)) (T -857))
+((-1209 (*1 *2 *3) (-12 (-4 *1 (-857)) (-5 *2 (-2 (|:| -2663 (-594 *1)) (|:| -2613 *1))) (-5 *3 (-594 *1)))) (-3261 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-594 *1)) (-4 *1 (-857)))))
+(-13 (-431) (-10 -8 (-15 -1209 ((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $))) (-15 -3261 ((-3 (-594 $) "failed") (-594 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-431) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2742 (($ $ $) NIL)) (-4118 (((-800) $) NIL)) (-3732 (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (-3374 (($) NIL T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (* (($ (-858) $) NIL) (($ $ $) NIL)))
+(((-858) (-13 (-738) (-671) (-10 -8 (-15 -2742 ($ $ $)) (-6 (-4263 "*"))))) (T -858))
+((-2742 (*1 *1 *1 *1) (-5 *1 (-858))))
+(-13 (-738) (-671) (-10 -8 (-15 -2742 ($ $ $)) (-6 (-4263 "*"))))
+((-2298 ((|#2| (-594 |#1|) (-594 |#1|)) 24)))
+(((-859 |#1| |#2|) (-10 -7 (-15 -2298 (|#2| (-594 |#1|) (-594 |#1|)))) (-343) (-1152 |#1|)) (T -859))
+((-2298 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-343)) (-4 *2 (-1152 *4)) (-5 *1 (-859 *4 *2)))))
+(-10 -7 (-15 -2298 (|#2| (-594 |#1|) (-594 |#1|))))
+((-2554 (((-1090 |#2|) (-594 |#2|) (-594 |#2|)) 17) (((-1149 |#1| |#2|) (-1149 |#1| |#2|) (-594 |#2|) (-594 |#2|)) 13)))
+(((-860 |#1| |#2|) (-10 -7 (-15 -2554 ((-1149 |#1| |#2|) (-1149 |#1| |#2|) (-594 |#2|) (-594 |#2|))) (-15 -2554 ((-1090 |#2|) (-594 |#2|) (-594 |#2|)))) (-1094) (-343)) (T -860))
+((-2554 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *5)) (-4 *5 (-343)) (-5 *2 (-1090 *5)) (-5 *1 (-860 *4 *5)) (-14 *4 (-1094)))) (-2554 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1149 *4 *5)) (-5 *3 (-594 *5)) (-14 *4 (-1094)) (-4 *5 (-343)) (-5 *1 (-860 *4 *5)))))
+(-10 -7 (-15 -2554 ((-1149 |#1| |#2|) (-1149 |#1| |#2|) (-594 |#2|) (-594 |#2|))) (-15 -2554 ((-1090 |#2|) (-594 |#2|) (-594 |#2|))))
+((-2414 (((-527) (-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-1077)) 139)) (-2610 ((|#4| |#4|) 155)) (-2208 (((-594 (-387 (-889 |#1|))) (-594 (-1094))) 119)) (-2848 (((-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))) (-634 |#4|) (-594 (-387 (-889 |#1|))) (-594 (-594 |#4|)) (-715) (-715) (-527)) 75)) (-1330 (((-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-594 |#4|)) 59)) (-3451 (((-634 |#4|) (-634 |#4|) (-594 |#4|)) 55)) (-1952 (((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-1077)) 151)) (-1968 (((-527) (-634 |#4|) (-858) (-1077)) 133) (((-527) (-634 |#4|) (-594 (-1094)) (-858) (-1077)) 132) (((-527) (-634 |#4|) (-594 |#4|) (-858) (-1077)) 131) (((-527) (-634 |#4|) (-1077)) 128) (((-527) (-634 |#4|) (-594 (-1094)) (-1077)) 127) (((-527) (-634 |#4|) (-594 |#4|) (-1077)) 126) (((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-858)) 125) (((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 (-1094)) (-858)) 124) (((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 |#4|) (-858)) 123) (((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|)) 121) (((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 (-1094))) 120) (((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 |#4|)) 116)) (-3254 ((|#4| (-889 |#1|)) 68)) (-1873 (((-110) (-594 |#4|) (-594 (-594 |#4|))) 152)) (-2469 (((-594 (-594 (-527))) (-527) (-527)) 130)) (-2928 (((-594 (-594 |#4|)) (-594 (-594 |#4|))) 88)) (-3527 (((-715) (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|))))) 86)) (-1697 (((-715) (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|))))) 85)) (-3434 (((-110) (-594 (-889 |#1|))) 17) (((-110) (-594 |#4|)) 13)) (-1276 (((-2 (|:| |sysok| (-110)) (|:| |z0| (-594 |#4|)) (|:| |n0| (-594 |#4|))) (-594 |#4|) (-594 |#4|)) 71)) (-2225 (((-594 |#4|) |#4|) 49)) (-2996 (((-594 (-387 (-889 |#1|))) (-594 |#4|)) 115) (((-634 (-387 (-889 |#1|))) (-634 |#4|)) 56) (((-387 (-889 |#1|)) |#4|) 112)) (-1303 (((-2 (|:| |rgl| (-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))))))) (|:| |rgsz| (-527))) (-634 |#4|) (-594 (-387 (-889 |#1|))) (-715) (-1077) (-527)) 93)) (-2693 (((-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|)))) (-634 |#4|) (-715)) 84)) (-3890 (((-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527))))) (-634 |#4|) (-715)) 101)) (-3027 (((-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-2 (|:| -1837 (-634 (-387 (-889 |#1|)))) (|:| |vec| (-594 (-387 (-889 |#1|)))) (|:| -1238 (-715)) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527))))) 48)))
+(((-861 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 |#4|))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 (-1094)))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 |#4|) (-858))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 (-1094)) (-858))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-858))) (-15 -1968 ((-527) (-634 |#4|) (-594 |#4|) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-594 (-1094)) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-594 |#4|) (-858) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-594 (-1094)) (-858) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-858) (-1077))) (-15 -2414 ((-527) (-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-1077))) (-15 -1952 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-1077))) (-15 -1303 ((-2 (|:| |rgl| (-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))))))) (|:| |rgsz| (-527))) (-634 |#4|) (-594 (-387 (-889 |#1|))) (-715) (-1077) (-527))) (-15 -2996 ((-387 (-889 |#1|)) |#4|)) (-15 -2996 ((-634 (-387 (-889 |#1|))) (-634 |#4|))) (-15 -2996 ((-594 (-387 (-889 |#1|))) (-594 |#4|))) (-15 -2208 ((-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -3254 (|#4| (-889 |#1|))) (-15 -1276 ((-2 (|:| |sysok| (-110)) (|:| |z0| (-594 |#4|)) (|:| |n0| (-594 |#4|))) (-594 |#4|) (-594 |#4|))) (-15 -2693 ((-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|)))) (-634 |#4|) (-715))) (-15 -1330 ((-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-594 |#4|))) (-15 -3027 ((-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-2 (|:| -1837 (-634 (-387 (-889 |#1|)))) (|:| |vec| (-594 (-387 (-889 |#1|)))) (|:| -1238 (-715)) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (-15 -2225 ((-594 |#4|) |#4|)) (-15 -1697 ((-715) (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|)))))) (-15 -3527 ((-715) (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|)))))) (-15 -2928 ((-594 (-594 |#4|)) (-594 (-594 |#4|)))) (-15 -2469 ((-594 (-594 (-527))) (-527) (-527))) (-15 -1873 ((-110) (-594 |#4|) (-594 (-594 |#4|)))) (-15 -3890 ((-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527))))) (-634 |#4|) (-715))) (-15 -3451 ((-634 |#4|) (-634 |#4|) (-594 |#4|))) (-15 -2848 ((-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))) (-634 |#4|) (-594 (-387 (-889 |#1|))) (-594 (-594 |#4|)) (-715) (-715) (-527))) (-15 -2610 (|#4| |#4|)) (-15 -3434 ((-110) (-594 |#4|))) (-15 -3434 ((-110) (-594 (-889 |#1|))))) (-13 (-288) (-140)) (-13 (-791) (-569 (-1094))) (-737) (-886 |#1| |#3| |#2|)) (T -861))
+((-3434 (*1 *2 *3) (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-110)) (-5 *1 (-861 *4 *5 *6 *7)) (-4 *7 (-886 *4 *6 *5)))) (-3434 (*1 *2 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-110)) (-5 *1 (-861 *4 *5 *6 *7)))) (-2610 (*1 *2 *2) (-12 (-4 *3 (-13 (-288) (-140))) (-4 *4 (-13 (-791) (-569 (-1094)))) (-4 *5 (-737)) (-5 *1 (-861 *3 *4 *5 *2)) (-4 *2 (-886 *3 *5 *4)))) (-2848 (*1 *2 *3 *4 *5 *6 *7 *7 *8) (-12 (-5 *3 (-2 (|:| |det| *12) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527))))) (-5 *4 (-634 *12)) (-5 *5 (-594 (-387 (-889 *9)))) (-5 *6 (-594 (-594 *12))) (-5 *7 (-715)) (-5 *8 (-527)) (-4 *9 (-13 (-288) (-140))) (-4 *12 (-886 *9 *11 *10)) (-4 *10 (-13 (-791) (-569 (-1094)))) (-4 *11 (-737)) (-5 *2 (-2 (|:| |eqzro| (-594 *12)) (|:| |neqzro| (-594 *12)) (|:| |wcond| (-594 (-889 *9))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *9)))) (|:| -1878 (-594 (-1176 (-387 (-889 *9))))))))) (-5 *1 (-861 *9 *10 *11 *12)))) (-3451 (*1 *2 *2 *3) (-12 (-5 *2 (-634 *7)) (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *1 (-861 *4 *5 *6 *7)))) (-3890 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *8)) (-5 *4 (-715)) (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-594 (-2 (|:| |det| *8) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (-5 *1 (-861 *5 *6 *7 *8)))) (-1873 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-594 *8))) (-5 *3 (-594 *8)) (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-110)) (-5 *1 (-861 *5 *6 *7 *8)))) (-2469 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-594 (-594 (-527)))) (-5 *1 (-861 *4 *5 *6 *7)) (-5 *3 (-527)) (-4 *7 (-886 *4 *6 *5)))) (-2928 (*1 *2 *2) (-12 (-5 *2 (-594 (-594 *6))) (-4 *6 (-886 *3 *5 *4)) (-4 *3 (-13 (-288) (-140))) (-4 *4 (-13 (-791) (-569 (-1094)))) (-4 *5 (-737)) (-5 *1 (-861 *3 *4 *5 *6)))) (-3527 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| *7) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 *7))))) (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-715)) (-5 *1 (-861 *4 *5 *6 *7)))) (-1697 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| *7) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 *7))))) (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-715)) (-5 *1 (-861 *4 *5 *6 *7)))) (-2225 (*1 *2 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-594 *3)) (-5 *1 (-861 *4 *5 *6 *3)) (-4 *3 (-886 *4 *6 *5)))) (-3027 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -1837 (-634 (-387 (-889 *4)))) (|:| |vec| (-594 (-387 (-889 *4)))) (|:| -1238 (-715)) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527))))) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-2 (|:| |partsol| (-1176 (-387 (-889 *4)))) (|:| -1878 (-594 (-1176 (-387 (-889 *4))))))) (-5 *1 (-861 *4 *5 *6 *7)) (-4 *7 (-886 *4 *6 *5)))) (-1330 (*1 *2 *2 *3) (-12 (-5 *2 (-2 (|:| |partsol| (-1176 (-387 (-889 *4)))) (|:| -1878 (-594 (-1176 (-387 (-889 *4))))))) (-5 *3 (-594 *7)) (-4 *4 (-13 (-288) (-140))) (-4 *7 (-886 *4 *6 *5)) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *1 (-861 *4 *5 *6 *7)))) (-2693 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *8)) (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| *8) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 *8))))) (-5 *1 (-861 *5 *6 *7 *8)) (-5 *4 (-715)))) (-1276 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-4 *7 (-886 *4 *6 *5)) (-5 *2 (-2 (|:| |sysok| (-110)) (|:| |z0| (-594 *7)) (|:| |n0| (-594 *7)))) (-5 *1 (-861 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-3254 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-13 (-288) (-140))) (-4 *2 (-886 *4 *6 *5)) (-5 *1 (-861 *4 *5 *6 *2)) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)))) (-2208 (*1 *2 *3) (-12 (-5 *3 (-594 (-1094))) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-594 (-387 (-889 *4)))) (-5 *1 (-861 *4 *5 *6 *7)) (-4 *7 (-886 *4 *6 *5)))) (-2996 (*1 *2 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-594 (-387 (-889 *4)))) (-5 *1 (-861 *4 *5 *6 *7)))) (-2996 (*1 *2 *3) (-12 (-5 *3 (-634 *7)) (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-634 (-387 (-889 *4)))) (-5 *1 (-861 *4 *5 *6 *7)))) (-2996 (*1 *2 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-387 (-889 *4))) (-5 *1 (-861 *4 *5 *6 *3)) (-4 *3 (-886 *4 *6 *5)))) (-1303 (*1 *2 *3 *4 *5 *6 *7) (-12 (-5 *3 (-634 *11)) (-5 *4 (-594 (-387 (-889 *8)))) (-5 *5 (-715)) (-5 *6 (-1077)) (-4 *8 (-13 (-288) (-140))) (-4 *11 (-886 *8 *10 *9)) (-4 *9 (-13 (-791) (-569 (-1094)))) (-4 *10 (-737)) (-5 *2 (-2 (|:| |rgl| (-594 (-2 (|:| |eqzro| (-594 *11)) (|:| |neqzro| (-594 *11)) (|:| |wcond| (-594 (-889 *8))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *8)))) (|:| -1878 (-594 (-1176 (-387 (-889 *8)))))))))) (|:| |rgsz| (-527)))) (-5 *1 (-861 *8 *9 *10 *11)) (-5 *7 (-527)))) (-1952 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-594 (-2 (|:| |eqzro| (-594 *7)) (|:| |neqzro| (-594 *7)) (|:| |wcond| (-594 (-889 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *4)))) (|:| -1878 (-594 (-1176 (-387 (-889 *4)))))))))) (-5 *1 (-861 *4 *5 *6 *7)) (-4 *7 (-886 *4 *6 *5)))) (-2414 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8)) (|:| |wcond| (-594 (-889 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *5)))) (|:| -1878 (-594 (-1176 (-387 (-889 *5)))))))))) (-5 *4 (-1077)) (-4 *5 (-13 (-288) (-140))) (-4 *8 (-886 *5 *7 *6)) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *5 *6 *7 *8)))) (-1968 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-634 *9)) (-5 *4 (-858)) (-5 *5 (-1077)) (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140))) (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *6 *7 *8 *9)))) (-1968 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-634 *10)) (-5 *4 (-594 (-1094))) (-5 *5 (-858)) (-5 *6 (-1077)) (-4 *10 (-886 *7 *9 *8)) (-4 *7 (-13 (-288) (-140))) (-4 *8 (-13 (-791) (-569 (-1094)))) (-4 *9 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *7 *8 *9 *10)))) (-1968 (*1 *2 *3 *4 *5 *6) (-12 (-5 *3 (-634 *10)) (-5 *4 (-594 *10)) (-5 *5 (-858)) (-5 *6 (-1077)) (-4 *10 (-886 *7 *9 *8)) (-4 *7 (-13 (-288) (-140))) (-4 *8 (-13 (-791) (-569 (-1094)))) (-4 *9 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *7 *8 *9 *10)))) (-1968 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *8)) (-5 *4 (-1077)) (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *5 *6 *7 *8)))) (-1968 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-634 *9)) (-5 *4 (-594 (-1094))) (-5 *5 (-1077)) (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140))) (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *6 *7 *8 *9)))) (-1968 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-634 *9)) (-5 *4 (-594 *9)) (-5 *5 (-1077)) (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140))) (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *6 *7 *8 *9)))) (-1968 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *8)) (-5 *4 (-858)) (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-594 (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8)) (|:| |wcond| (-594 (-889 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *5)))) (|:| -1878 (-594 (-1176 (-387 (-889 *5)))))))))) (-5 *1 (-861 *5 *6 *7 *8)))) (-1968 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-634 *9)) (-5 *4 (-594 (-1094))) (-5 *5 (-858)) (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140))) (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-594 (-2 (|:| |eqzro| (-594 *9)) (|:| |neqzro| (-594 *9)) (|:| |wcond| (-594 (-889 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *6)))) (|:| -1878 (-594 (-1176 (-387 (-889 *6)))))))))) (-5 *1 (-861 *6 *7 *8 *9)))) (-1968 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-634 *9)) (-5 *5 (-858)) (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140))) (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-594 (-2 (|:| |eqzro| (-594 *9)) (|:| |neqzro| (-594 *9)) (|:| |wcond| (-594 (-889 *6))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *6)))) (|:| -1878 (-594 (-1176 (-387 (-889 *6)))))))))) (-5 *1 (-861 *6 *7 *8 *9)) (-5 *4 (-594 *9)))) (-1968 (*1 *2 *3) (-12 (-5 *3 (-634 *7)) (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-594 (-2 (|:| |eqzro| (-594 *7)) (|:| |neqzro| (-594 *7)) (|:| |wcond| (-594 (-889 *4))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *4)))) (|:| -1878 (-594 (-1176 (-387 (-889 *4)))))))))) (-5 *1 (-861 *4 *5 *6 *7)))) (-1968 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *8)) (-5 *4 (-594 (-1094))) (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-594 (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8)) (|:| |wcond| (-594 (-889 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *5)))) (|:| -1878 (-594 (-1176 (-387 (-889 *5)))))))))) (-5 *1 (-861 *5 *6 *7 *8)))) (-1968 (*1 *2 *3 *4) (-12 (-5 *3 (-634 *8)) (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-594 (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8)) (|:| |wcond| (-594 (-889 *5))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 *5)))) (|:| -1878 (-594 (-1176 (-387 (-889 *5)))))))))) (-5 *1 (-861 *5 *6 *7 *8)) (-5 *4 (-594 *8)))))
+(-10 -7 (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 |#4|))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 (-1094)))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 |#4|) (-858))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-594 (-1094)) (-858))) (-15 -1968 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-634 |#4|) (-858))) (-15 -1968 ((-527) (-634 |#4|) (-594 |#4|) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-594 (-1094)) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-594 |#4|) (-858) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-594 (-1094)) (-858) (-1077))) (-15 -1968 ((-527) (-634 |#4|) (-858) (-1077))) (-15 -2414 ((-527) (-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-1077))) (-15 -1952 ((-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|))))))))) (-1077))) (-15 -1303 ((-2 (|:| |rgl| (-594 (-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))))))) (|:| |rgsz| (-527))) (-634 |#4|) (-594 (-387 (-889 |#1|))) (-715) (-1077) (-527))) (-15 -2996 ((-387 (-889 |#1|)) |#4|)) (-15 -2996 ((-634 (-387 (-889 |#1|))) (-634 |#4|))) (-15 -2996 ((-594 (-387 (-889 |#1|))) (-594 |#4|))) (-15 -2208 ((-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -3254 (|#4| (-889 |#1|))) (-15 -1276 ((-2 (|:| |sysok| (-110)) (|:| |z0| (-594 |#4|)) (|:| |n0| (-594 |#4|))) (-594 |#4|) (-594 |#4|))) (-15 -2693 ((-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|)))) (-634 |#4|) (-715))) (-15 -1330 ((-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-594 |#4|))) (-15 -3027 ((-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))) (-2 (|:| -1837 (-634 (-387 (-889 |#1|)))) (|:| |vec| (-594 (-387 (-889 |#1|)))) (|:| -1238 (-715)) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (-15 -2225 ((-594 |#4|) |#4|)) (-15 -1697 ((-715) (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|)))))) (-15 -3527 ((-715) (-594 (-2 (|:| -1238 (-715)) (|:| |eqns| (-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))) (|:| |fgb| (-594 |#4|)))))) (-15 -2928 ((-594 (-594 |#4|)) (-594 (-594 |#4|)))) (-15 -2469 ((-594 (-594 (-527))) (-527) (-527))) (-15 -1873 ((-110) (-594 |#4|) (-594 (-594 |#4|)))) (-15 -3890 ((-594 (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527))))) (-634 |#4|) (-715))) (-15 -3451 ((-634 |#4|) (-634 |#4|) (-594 |#4|))) (-15 -2848 ((-2 (|:| |eqzro| (-594 |#4|)) (|:| |neqzro| (-594 |#4|)) (|:| |wcond| (-594 (-889 |#1|))) (|:| |bsoln| (-2 (|:| |partsol| (-1176 (-387 (-889 |#1|)))) (|:| -1878 (-594 (-1176 (-387 (-889 |#1|)))))))) (-2 (|:| |det| |#4|) (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))) (-634 |#4|) (-594 (-387 (-889 |#1|))) (-594 (-594 |#4|)) (-715) (-715) (-527))) (-15 -2610 (|#4| |#4|)) (-15 -3434 ((-110) (-594 |#4|))) (-15 -3434 ((-110) (-594 (-889 |#1|)))))
+((-3567 (((-864) |#1| (-1094)) 17) (((-864) |#1| (-1094) (-1017 (-207))) 21)) (-3493 (((-864) |#1| |#1| (-1094) (-1017 (-207))) 19) (((-864) |#1| (-1094) (-1017 (-207))) 15)))
+(((-862 |#1|) (-10 -7 (-15 -3493 ((-864) |#1| (-1094) (-1017 (-207)))) (-15 -3493 ((-864) |#1| |#1| (-1094) (-1017 (-207)))) (-15 -3567 ((-864) |#1| (-1094) (-1017 (-207)))) (-15 -3567 ((-864) |#1| (-1094)))) (-569 (-503))) (T -862))
+((-3567 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-5 *2 (-864)) (-5 *1 (-862 *3)) (-4 *3 (-569 (-503))))) (-3567 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1094)) (-5 *5 (-1017 (-207))) (-5 *2 (-864)) (-5 *1 (-862 *3)) (-4 *3 (-569 (-503))))) (-3493 (*1 *2 *3 *3 *4 *5) (-12 (-5 *4 (-1094)) (-5 *5 (-1017 (-207))) (-5 *2 (-864)) (-5 *1 (-862 *3)) (-4 *3 (-569 (-503))))) (-3493 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1094)) (-5 *5 (-1017 (-207))) (-5 *2 (-864)) (-5 *1 (-862 *3)) (-4 *3 (-569 (-503))))))
+(-10 -7 (-15 -3493 ((-864) |#1| (-1094) (-1017 (-207)))) (-15 -3493 ((-864) |#1| |#1| (-1094) (-1017 (-207)))) (-15 -3567 ((-864) |#1| (-1094) (-1017 (-207)))) (-15 -3567 ((-864) |#1| (-1094))))
+((-4166 (($ $ (-1017 (-207)) (-1017 (-207)) (-1017 (-207))) 70)) (-2748 (((-1017 (-207)) $) 40)) (-3265 (((-1017 (-207)) $) 39)) (-3253 (((-1017 (-207)) $) 38)) (-2667 (((-594 (-594 (-207))) $) 43)) (-2167 (((-1017 (-207)) $) 41)) (-3757 (((-527) (-527)) 32)) (-3344 (((-527) (-527)) 28)) (-1778 (((-527) (-527)) 30)) (-2095 (((-110) (-110)) 35)) (-2179 (((-527)) 31)) (-3795 (($ $ (-1017 (-207))) 73) (($ $) 74)) (-1857 (($ (-1 (-880 (-207)) (-207)) (-1017 (-207))) 78) (($ (-1 (-880 (-207)) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207))) 79)) (-3493 (($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207))) 81) (($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207))) 82) (($ $ (-1017 (-207))) 76)) (-2854 (((-527)) 36)) (-4044 (((-527)) 27)) (-3914 (((-527)) 29)) (-1742 (((-594 (-594 (-880 (-207)))) $) 94)) (-1437 (((-110) (-110)) 37)) (-4118 (((-800) $) 93)) (-1369 (((-110)) 34)))
+(((-863) (-13 (-909) (-10 -8 (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)))) (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ $ (-1017 (-207)))) (-15 -4166 ($ $ (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3795 ($ $ (-1017 (-207)))) (-15 -3795 ($ $)) (-15 -2167 ((-1017 (-207)) $)) (-15 -2667 ((-594 (-594 (-207))) $)) (-15 -4044 ((-527))) (-15 -3344 ((-527) (-527))) (-15 -3914 ((-527))) (-15 -1778 ((-527) (-527))) (-15 -2179 ((-527))) (-15 -3757 ((-527) (-527))) (-15 -1369 ((-110))) (-15 -2095 ((-110) (-110))) (-15 -2854 ((-527))) (-15 -1437 ((-110) (-110)))))) (T -863))
+((-1857 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-863)))) (-1857 (*1 *1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-863)))) (-3493 (*1 *1 *2 *2 *2 *2 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-863)))) (-3493 (*1 *1 *2 *2 *2 *2 *3 *3 *3 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-863)))) (-3493 (*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863)))) (-4166 (*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863)))) (-3795 (*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863)))) (-3795 (*1 *1 *1) (-5 *1 (-863))) (-2167 (*1 *2 *1) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863)))) (-2667 (*1 *2 *1) (-12 (-5 *2 (-594 (-594 (-207)))) (-5 *1 (-863)))) (-4044 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))) (-3344 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))) (-3914 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))) (-1778 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))) (-2179 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))) (-3757 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))) (-1369 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-863)))) (-2095 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-863)))) (-2854 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))) (-1437 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-863)))))
+(-13 (-909) (-10 -8 (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)))) (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ $ (-1017 (-207)))) (-15 -4166 ($ $ (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3795 ($ $ (-1017 (-207)))) (-15 -3795 ($ $)) (-15 -2167 ((-1017 (-207)) $)) (-15 -2667 ((-594 (-594 (-207))) $)) (-15 -4044 ((-527))) (-15 -3344 ((-527) (-527))) (-15 -3914 ((-527))) (-15 -1778 ((-527) (-527))) (-15 -2179 ((-527))) (-15 -3757 ((-527) (-527))) (-15 -1369 ((-110))) (-15 -2095 ((-110) (-110))) (-15 -2854 ((-527))) (-15 -1437 ((-110) (-110)))))
+((-4166 (($ $ (-1017 (-207))) 70) (($ $ (-1017 (-207)) (-1017 (-207))) 71)) (-3265 (((-1017 (-207)) $) 44)) (-3253 (((-1017 (-207)) $) 43)) (-2167 (((-1017 (-207)) $) 45)) (-3058 (((-527) (-527)) 37)) (-3584 (((-527) (-527)) 33)) (-1960 (((-527) (-527)) 35)) (-2994 (((-110) (-110)) 39)) (-2360 (((-527)) 36)) (-3795 (($ $ (-1017 (-207))) 74) (($ $) 75)) (-1857 (($ (-1 (-880 (-207)) (-207)) (-1017 (-207))) 84) (($ (-1 (-880 (-207)) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207))) 85)) (-3567 (($ (-1 (-207) (-207)) (-1017 (-207))) 92) (($ (-1 (-207) (-207))) 95)) (-3493 (($ (-1 (-207) (-207)) (-1017 (-207))) 79) (($ (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207))) 80) (($ (-594 (-1 (-207) (-207))) (-1017 (-207))) 87) (($ (-594 (-1 (-207) (-207))) (-1017 (-207)) (-1017 (-207))) 88) (($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207))) 81) (($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207))) 82) (($ $ (-1017 (-207))) 76)) (-1634 (((-110) $) 40)) (-3531 (((-527)) 41)) (-2732 (((-527)) 32)) (-1927 (((-527)) 34)) (-1742 (((-594 (-594 (-880 (-207)))) $) 23)) (-2356 (((-110) (-110)) 42)) (-4118 (((-800) $) 106)) (-1384 (((-110)) 38)))
+(((-864) (-13 (-891) (-10 -8 (-15 -3493 ($ (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ (-594 (-1 (-207) (-207))) (-1017 (-207)))) (-15 -3493 ($ (-594 (-1 (-207) (-207))) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)))) (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3567 ($ (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3567 ($ (-1 (-207) (-207)))) (-15 -3493 ($ $ (-1017 (-207)))) (-15 -1634 ((-110) $)) (-15 -4166 ($ $ (-1017 (-207)))) (-15 -4166 ($ $ (-1017 (-207)) (-1017 (-207)))) (-15 -3795 ($ $ (-1017 (-207)))) (-15 -3795 ($ $)) (-15 -2167 ((-1017 (-207)) $)) (-15 -2732 ((-527))) (-15 -3584 ((-527) (-527))) (-15 -1927 ((-527))) (-15 -1960 ((-527) (-527))) (-15 -2360 ((-527))) (-15 -3058 ((-527) (-527))) (-15 -1384 ((-110))) (-15 -2994 ((-110) (-110))) (-15 -3531 ((-527))) (-15 -2356 ((-110) (-110)))))) (T -864))
+((-3493 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-3493 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-3493 (*1 *1 *2 *3) (-12 (-5 *2 (-594 (-1 (-207) (-207)))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-3493 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-594 (-1 (-207) (-207)))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-3493 (*1 *1 *2 *2 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-3493 (*1 *1 *2 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-1857 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-1857 (*1 *1 *2 *3 *3 *3) (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-3567 (*1 *1 *2 *3) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207))) (-5 *1 (-864)))) (-3567 (*1 *1 *2) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *1 (-864)))) (-3493 (*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864)))) (-1634 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-864)))) (-4166 (*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864)))) (-4166 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864)))) (-3795 (*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864)))) (-3795 (*1 *1 *1) (-5 *1 (-864))) (-2167 (*1 *2 *1) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864)))) (-2732 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))) (-3584 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))) (-1927 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))) (-1960 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))) (-2360 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))) (-3058 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))) (-1384 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-864)))) (-2994 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-864)))) (-3531 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))) (-2356 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-864)))))
+(-13 (-891) (-10 -8 (-15 -3493 ($ (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ (-594 (-1 (-207) (-207))) (-1017 (-207)))) (-15 -3493 ($ (-594 (-1 (-207) (-207))) (-1017 (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3493 ($ (-1 (-207) (-207)) (-1 (-207) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)))) (-15 -1857 ($ (-1 (-880 (-207)) (-207)) (-1017 (-207)) (-1017 (-207)) (-1017 (-207)))) (-15 -3567 ($ (-1 (-207) (-207)) (-1017 (-207)))) (-15 -3567 ($ (-1 (-207) (-207)))) (-15 -3493 ($ $ (-1017 (-207)))) (-15 -1634 ((-110) $)) (-15 -4166 ($ $ (-1017 (-207)))) (-15 -4166 ($ $ (-1017 (-207)) (-1017 (-207)))) (-15 -3795 ($ $ (-1017 (-207)))) (-15 -3795 ($ $)) (-15 -2167 ((-1017 (-207)) $)) (-15 -2732 ((-527))) (-15 -3584 ((-527) (-527))) (-15 -1927 ((-527))) (-15 -1960 ((-527) (-527))) (-15 -2360 ((-527))) (-15 -3058 ((-527) (-527))) (-15 -1384 ((-110))) (-15 -2994 ((-110) (-110))) (-15 -3531 ((-527))) (-15 -2356 ((-110) (-110)))))
+((-3941 (((-594 (-1017 (-207))) (-594 (-594 (-880 (-207))))) 24)))
+(((-865) (-10 -7 (-15 -3941 ((-594 (-1017 (-207))) (-594 (-594 (-880 (-207)))))))) (T -865))
+((-3941 (*1 *2 *3) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *2 (-594 (-1017 (-207)))) (-5 *1 (-865)))))
+(-10 -7 (-15 -3941 ((-594 (-1017 (-207))) (-594 (-594 (-880 (-207)))))))
+((-3406 ((|#2| |#2|) 26)) (-1605 ((|#2| |#2|) 27)) (-2459 ((|#2| |#2|) 25)) (-2175 ((|#2| |#2| (-1077)) 24)))
+(((-866 |#1| |#2|) (-10 -7 (-15 -2175 (|#2| |#2| (-1077))) (-15 -2459 (|#2| |#2|)) (-15 -3406 (|#2| |#2|)) (-15 -1605 (|#2| |#2|))) (-791) (-410 |#1|)) (T -866))
+((-1605 (*1 *2 *2) (-12 (-4 *3 (-791)) (-5 *1 (-866 *3 *2)) (-4 *2 (-410 *3)))) (-3406 (*1 *2 *2) (-12 (-4 *3 (-791)) (-5 *1 (-866 *3 *2)) (-4 *2 (-410 *3)))) (-2459 (*1 *2 *2) (-12 (-4 *3 (-791)) (-5 *1 (-866 *3 *2)) (-4 *2 (-410 *3)))) (-2175 (*1 *2 *2 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-791)) (-5 *1 (-866 *4 *2)) (-4 *2 (-410 *4)))))
+(-10 -7 (-15 -2175 (|#2| |#2| (-1077))) (-15 -2459 (|#2| |#2|)) (-15 -3406 (|#2| |#2|)) (-15 -1605 (|#2| |#2|)))
+((-3406 (((-296 (-527)) (-1094)) 16)) (-1605 (((-296 (-527)) (-1094)) 14)) (-2459 (((-296 (-527)) (-1094)) 12)) (-2175 (((-296 (-527)) (-1094) (-1077)) 19)))
+(((-867) (-10 -7 (-15 -2175 ((-296 (-527)) (-1094) (-1077))) (-15 -2459 ((-296 (-527)) (-1094))) (-15 -3406 ((-296 (-527)) (-1094))) (-15 -1605 ((-296 (-527)) (-1094))))) (T -867))
+((-1605 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-296 (-527))) (-5 *1 (-867)))) (-3406 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-296 (-527))) (-5 *1 (-867)))) (-2459 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-296 (-527))) (-5 *1 (-867)))) (-2175 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-1077)) (-5 *2 (-296 (-527))) (-5 *1 (-867)))))
+(-10 -7 (-15 -2175 ((-296 (-527)) (-1094) (-1077))) (-15 -2459 ((-296 (-527)) (-1094))) (-15 -3406 ((-296 (-527)) (-1094))) (-15 -1605 ((-296 (-527)) (-1094))))
+((-1288 (((-826 |#1| |#3|) |#2| (-829 |#1|) (-826 |#1| |#3|)) 25)) (-3141 (((-1 (-110) |#2|) (-1 (-110) |#3|)) 13)))
+(((-868 |#1| |#2| |#3|) (-10 -7 (-15 -3141 ((-1 (-110) |#2|) (-1 (-110) |#3|))) (-15 -1288 ((-826 |#1| |#3|) |#2| (-829 |#1|) (-826 |#1| |#3|)))) (-1022) (-823 |#1|) (-13 (-1022) (-970 |#2|))) (T -868))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 *5 *6)) (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-4 *6 (-13 (-1022) (-970 *3))) (-4 *3 (-823 *5)) (-5 *1 (-868 *5 *3 *6)))) (-3141 (*1 *2 *3) (-12 (-5 *3 (-1 (-110) *6)) (-4 *6 (-13 (-1022) (-970 *5))) (-4 *5 (-823 *4)) (-4 *4 (-1022)) (-5 *2 (-1 (-110) *5)) (-5 *1 (-868 *4 *5 *6)))))
+(-10 -7 (-15 -3141 ((-1 (-110) |#2|) (-1 (-110) |#3|))) (-15 -1288 ((-826 |#1| |#3|) |#2| (-829 |#1|) (-826 |#1| |#3|))))
+((-1288 (((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)) 30)))
+(((-869 |#1| |#2| |#3|) (-10 -7 (-15 -1288 ((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)))) (-1022) (-13 (-519) (-791) (-823 |#1|)) (-13 (-410 |#2|) (-569 (-829 |#1|)) (-823 |#1|) (-970 (-567 $)))) (T -869))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 *5 *3)) (-4 *5 (-1022)) (-4 *3 (-13 (-410 *6) (-569 *4) (-823 *5) (-970 (-567 $)))) (-5 *4 (-829 *5)) (-4 *6 (-13 (-519) (-791) (-823 *5))) (-5 *1 (-869 *5 *6 *3)))))
+(-10 -7 (-15 -1288 ((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|))))
+((-1288 (((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|)) 13)))
+(((-870 |#1|) (-10 -7 (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|)))) (-512)) (T -870))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 (-527) *3)) (-5 *4 (-829 (-527))) (-4 *3 (-512)) (-5 *1 (-870 *3)))))
+(-10 -7 (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))))
+((-1288 (((-826 |#1| |#2|) (-567 |#2|) (-829 |#1|) (-826 |#1| |#2|)) 54)))
+(((-871 |#1| |#2|) (-10 -7 (-15 -1288 ((-826 |#1| |#2|) (-567 |#2|) (-829 |#1|) (-826 |#1| |#2|)))) (-1022) (-13 (-791) (-970 (-567 $)) (-569 (-829 |#1|)) (-823 |#1|))) (T -871))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 *5 *6)) (-5 *3 (-567 *6)) (-4 *5 (-1022)) (-4 *6 (-13 (-791) (-970 (-567 $)) (-569 *4) (-823 *5))) (-5 *4 (-829 *5)) (-5 *1 (-871 *5 *6)))))
+(-10 -7 (-15 -1288 ((-826 |#1| |#2|) (-567 |#2|) (-829 |#1|) (-826 |#1| |#2|))))
+((-1288 (((-822 |#1| |#2| |#3|) |#3| (-829 |#1|) (-822 |#1| |#2| |#3|)) 15)))
+(((-872 |#1| |#2| |#3|) (-10 -7 (-15 -1288 ((-822 |#1| |#2| |#3|) |#3| (-829 |#1|) (-822 |#1| |#2| |#3|)))) (-1022) (-823 |#1|) (-614 |#2|)) (T -872))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-822 *5 *6 *3)) (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-4 *6 (-823 *5)) (-4 *3 (-614 *6)) (-5 *1 (-872 *5 *6 *3)))))
+(-10 -7 (-15 -1288 ((-822 |#1| |#2| |#3|) |#3| (-829 |#1|) (-822 |#1| |#2| |#3|))))
+((-1288 (((-826 |#1| |#5|) |#5| (-829 |#1|) (-826 |#1| |#5|)) 17 (|has| |#3| (-823 |#1|))) (((-826 |#1| |#5|) |#5| (-829 |#1|) (-826 |#1| |#5|) (-1 (-826 |#1| |#5|) |#3| (-829 |#1|) (-826 |#1| |#5|))) 16)))
+(((-873 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1288 ((-826 |#1| |#5|) |#5| (-829 |#1|) (-826 |#1| |#5|) (-1 (-826 |#1| |#5|) |#3| (-829 |#1|) (-826 |#1| |#5|)))) (IF (|has| |#3| (-823 |#1|)) (-15 -1288 ((-826 |#1| |#5|) |#5| (-829 |#1|) (-826 |#1| |#5|))) |%noBranch|)) (-1022) (-737) (-791) (-13 (-979) (-791) (-823 |#1|)) (-13 (-886 |#4| |#2| |#3|) (-569 (-829 |#1|)))) (T -873))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 *5 *3)) (-4 *5 (-1022)) (-4 *3 (-13 (-886 *8 *6 *7) (-569 *4))) (-5 *4 (-829 *5)) (-4 *7 (-823 *5)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-13 (-979) (-791) (-823 *5))) (-5 *1 (-873 *5 *6 *7 *8 *3)))) (-1288 (*1 *2 *3 *4 *2 *5) (-12 (-5 *5 (-1 (-826 *6 *3) *8 (-829 *6) (-826 *6 *3))) (-4 *8 (-791)) (-5 *2 (-826 *6 *3)) (-5 *4 (-829 *6)) (-4 *6 (-1022)) (-4 *3 (-13 (-886 *9 *7 *8) (-569 *4))) (-4 *7 (-737)) (-4 *9 (-13 (-979) (-791) (-823 *6))) (-5 *1 (-873 *6 *7 *8 *9 *3)))))
+(-10 -7 (-15 -1288 ((-826 |#1| |#5|) |#5| (-829 |#1|) (-826 |#1| |#5|) (-1 (-826 |#1| |#5|) |#3| (-829 |#1|) (-826 |#1| |#5|)))) (IF (|has| |#3| (-823 |#1|)) (-15 -1288 ((-826 |#1| |#5|) |#5| (-829 |#1|) (-826 |#1| |#5|))) |%noBranch|))
+((-1684 ((|#2| |#2| (-594 (-1 (-110) |#3|))) 12) ((|#2| |#2| (-1 (-110) |#3|)) 13)))
+(((-874 |#1| |#2| |#3|) (-10 -7 (-15 -1684 (|#2| |#2| (-1 (-110) |#3|))) (-15 -1684 (|#2| |#2| (-594 (-1 (-110) |#3|))))) (-791) (-410 |#1|) (-1130)) (T -874))
+((-1684 (*1 *2 *2 *3) (-12 (-5 *3 (-594 (-1 (-110) *5))) (-4 *5 (-1130)) (-4 *4 (-791)) (-5 *1 (-874 *4 *2 *5)) (-4 *2 (-410 *4)))) (-1684 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-110) *5)) (-4 *5 (-1130)) (-4 *4 (-791)) (-5 *1 (-874 *4 *2 *5)) (-4 *2 (-410 *4)))))
+(-10 -7 (-15 -1684 (|#2| |#2| (-1 (-110) |#3|))) (-15 -1684 (|#2| |#2| (-594 (-1 (-110) |#3|)))))
+((-1684 (((-296 (-527)) (-1094) (-594 (-1 (-110) |#1|))) 18) (((-296 (-527)) (-1094) (-1 (-110) |#1|)) 15)))
+(((-875 |#1|) (-10 -7 (-15 -1684 ((-296 (-527)) (-1094) (-1 (-110) |#1|))) (-15 -1684 ((-296 (-527)) (-1094) (-594 (-1 (-110) |#1|))))) (-1130)) (T -875))
+((-1684 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-594 (-1 (-110) *5))) (-4 *5 (-1130)) (-5 *2 (-296 (-527))) (-5 *1 (-875 *5)))) (-1684 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-1 (-110) *5)) (-4 *5 (-1130)) (-5 *2 (-296 (-527))) (-5 *1 (-875 *5)))))
+(-10 -7 (-15 -1684 ((-296 (-527)) (-1094) (-1 (-110) |#1|))) (-15 -1684 ((-296 (-527)) (-1094) (-594 (-1 (-110) |#1|)))))
+((-1288 (((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)) 25)))
+(((-876 |#1| |#2| |#3|) (-10 -7 (-15 -1288 ((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)))) (-1022) (-13 (-519) (-823 |#1|) (-569 (-829 |#1|))) (-927 |#2|)) (T -876))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 *5 *3)) (-4 *5 (-1022)) (-4 *3 (-927 *6)) (-4 *6 (-13 (-519) (-823 *5) (-569 *4))) (-5 *4 (-829 *5)) (-5 *1 (-876 *5 *6 *3)))))
+(-10 -7 (-15 -1288 ((-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|))))
+((-1288 (((-826 |#1| (-1094)) (-1094) (-829 |#1|) (-826 |#1| (-1094))) 17)))
+(((-877 |#1|) (-10 -7 (-15 -1288 ((-826 |#1| (-1094)) (-1094) (-829 |#1|) (-826 |#1| (-1094))))) (-1022)) (T -877))
+((-1288 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-826 *5 (-1094))) (-5 *3 (-1094)) (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-5 *1 (-877 *5)))))
+(-10 -7 (-15 -1288 ((-826 |#1| (-1094)) (-1094) (-829 |#1|) (-826 |#1| (-1094)))))
+((-1304 (((-826 |#1| |#3|) (-594 |#3|) (-594 (-829 |#1|)) (-826 |#1| |#3|) (-1 (-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|))) 33)) (-1288 (((-826 |#1| |#3|) (-594 |#3|) (-594 (-829 |#1|)) (-1 |#3| (-594 |#3|)) (-826 |#1| |#3|) (-1 (-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|))) 32)))
+(((-878 |#1| |#2| |#3|) (-10 -7 (-15 -1288 ((-826 |#1| |#3|) (-594 |#3|) (-594 (-829 |#1|)) (-1 |#3| (-594 |#3|)) (-826 |#1| |#3|) (-1 (-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)))) (-15 -1304 ((-826 |#1| |#3|) (-594 |#3|) (-594 (-829 |#1|)) (-826 |#1| |#3|) (-1 (-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|))))) (-1022) (-13 (-979) (-791)) (-13 (-979) (-569 (-829 |#1|)) (-970 |#2|))) (T -878))
+((-1304 (*1 *2 *3 *4 *2 *5) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 (-829 *6))) (-5 *5 (-1 (-826 *6 *8) *8 (-829 *6) (-826 *6 *8))) (-4 *6 (-1022)) (-4 *8 (-13 (-979) (-569 (-829 *6)) (-970 *7))) (-5 *2 (-826 *6 *8)) (-4 *7 (-13 (-979) (-791))) (-5 *1 (-878 *6 *7 *8)))) (-1288 (*1 *2 *3 *4 *5 *2 *6) (-12 (-5 *4 (-594 (-829 *7))) (-5 *5 (-1 *9 (-594 *9))) (-5 *6 (-1 (-826 *7 *9) *9 (-829 *7) (-826 *7 *9))) (-4 *7 (-1022)) (-4 *9 (-13 (-979) (-569 (-829 *7)) (-970 *8))) (-5 *2 (-826 *7 *9)) (-5 *3 (-594 *9)) (-4 *8 (-13 (-979) (-791))) (-5 *1 (-878 *7 *8 *9)))))
+(-10 -7 (-15 -1288 ((-826 |#1| |#3|) (-594 |#3|) (-594 (-829 |#1|)) (-1 |#3| (-594 |#3|)) (-826 |#1| |#3|) (-1 (-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)))) (-15 -1304 ((-826 |#1| |#3|) (-594 |#3|) (-594 (-829 |#1|)) (-826 |#1| |#3|) (-1 (-826 |#1| |#3|) |#3| (-829 |#1|) (-826 |#1| |#3|)))))
+((-4128 (((-1090 (-387 (-527))) (-527)) 63)) (-4187 (((-1090 (-527)) (-527)) 66)) (-3950 (((-1090 (-527)) (-527)) 60)) (-1494 (((-527) (-1090 (-527))) 55)) (-2596 (((-1090 (-387 (-527))) (-527)) 49)) (-1212 (((-1090 (-527)) (-527)) 38)) (-2557 (((-1090 (-527)) (-527)) 68)) (-1468 (((-1090 (-527)) (-527)) 67)) (-3441 (((-1090 (-387 (-527))) (-527)) 51)))
+(((-879) (-10 -7 (-15 -3441 ((-1090 (-387 (-527))) (-527))) (-15 -1468 ((-1090 (-527)) (-527))) (-15 -2557 ((-1090 (-527)) (-527))) (-15 -1212 ((-1090 (-527)) (-527))) (-15 -2596 ((-1090 (-387 (-527))) (-527))) (-15 -1494 ((-527) (-1090 (-527)))) (-15 -3950 ((-1090 (-527)) (-527))) (-15 -4187 ((-1090 (-527)) (-527))) (-15 -4128 ((-1090 (-387 (-527))) (-527))))) (T -879))
+((-4128 (*1 *2 *3) (-12 (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-879)) (-5 *3 (-527)))) (-4187 (*1 *2 *3) (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))) (-3950 (*1 *2 *3) (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))) (-1494 (*1 *2 *3) (-12 (-5 *3 (-1090 (-527))) (-5 *2 (-527)) (-5 *1 (-879)))) (-2596 (*1 *2 *3) (-12 (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-879)) (-5 *3 (-527)))) (-1212 (*1 *2 *3) (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))) (-2557 (*1 *2 *3) (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))) (-1468 (*1 *2 *3) (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))) (-3441 (*1 *2 *3) (-12 (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-879)) (-5 *3 (-527)))))
+(-10 -7 (-15 -3441 ((-1090 (-387 (-527))) (-527))) (-15 -1468 ((-1090 (-527)) (-527))) (-15 -2557 ((-1090 (-527)) (-527))) (-15 -1212 ((-1090 (-527)) (-527))) (-15 -2596 ((-1090 (-387 (-527))) (-527))) (-15 -1494 ((-527) (-1090 (-527)))) (-15 -3950 ((-1090 (-527)) (-527))) (-15 -4187 ((-1090 (-527)) (-527))) (-15 -4128 ((-1090 (-387 (-527))) (-527))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1231 (($ (-715)) NIL (|has| |#1| (-23)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) |#1|) 11 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-3827 (($ (-594 |#1|)) 13)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3927 (((-634 |#1|) $ $) NIL (|has| |#1| (-979)))) (-3325 (($ (-715) |#1|) 8)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 10 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3190 ((|#1| $) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-979))))) (-2324 (((-110) $ (-715)) NIL)) (-2091 ((|#1| $) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-979))))) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-3469 (($ $ (-594 |#1|)) 26)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) 20) (($ $ (-1143 (-527))) NIL)) (-3462 ((|#1| $ $) NIL (|has| |#1| (-979)))) (-3817 (((-858) $) 16)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-2580 (($ $ $) 24)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503)))) (($ (-594 |#1|)) 17)) (-4131 (($ (-594 |#1|)) NIL)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) 25) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2863 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2850 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-527) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-671))) (($ $ |#1|) NIL (|has| |#1| (-671)))) (-2809 (((-715) $) 14 (|has| $ (-6 -4261)))))
+(((-880 |#1|) (-915 |#1|) (-979)) (T -880))
+NIL
+(-915 |#1|)
+((-3891 (((-459 |#1| |#2|) (-889 |#2|)) 20)) (-1832 (((-229 |#1| |#2|) (-889 |#2|)) 33)) (-3677 (((-889 |#2|) (-459 |#1| |#2|)) 25)) (-2907 (((-229 |#1| |#2|) (-459 |#1| |#2|)) 55)) (-1252 (((-889 |#2|) (-229 |#1| |#2|)) 30)) (-1532 (((-459 |#1| |#2|) (-229 |#1| |#2|)) 46)))
+(((-881 |#1| |#2|) (-10 -7 (-15 -1532 ((-459 |#1| |#2|) (-229 |#1| |#2|))) (-15 -2907 ((-229 |#1| |#2|) (-459 |#1| |#2|))) (-15 -3891 ((-459 |#1| |#2|) (-889 |#2|))) (-15 -3677 ((-889 |#2|) (-459 |#1| |#2|))) (-15 -1252 ((-889 |#2|) (-229 |#1| |#2|))) (-15 -1832 ((-229 |#1| |#2|) (-889 |#2|)))) (-594 (-1094)) (-979)) (T -881))
+((-1832 (*1 *2 *3) (-12 (-5 *3 (-889 *5)) (-4 *5 (-979)) (-5 *2 (-229 *4 *5)) (-5 *1 (-881 *4 *5)) (-14 *4 (-594 (-1094))))) (-1252 (*1 *2 *3) (-12 (-5 *3 (-229 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979)) (-5 *2 (-889 *5)) (-5 *1 (-881 *4 *5)))) (-3677 (*1 *2 *3) (-12 (-5 *3 (-459 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979)) (-5 *2 (-889 *5)) (-5 *1 (-881 *4 *5)))) (-3891 (*1 *2 *3) (-12 (-5 *3 (-889 *5)) (-4 *5 (-979)) (-5 *2 (-459 *4 *5)) (-5 *1 (-881 *4 *5)) (-14 *4 (-594 (-1094))))) (-2907 (*1 *2 *3) (-12 (-5 *3 (-459 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979)) (-5 *2 (-229 *4 *5)) (-5 *1 (-881 *4 *5)))) (-1532 (*1 *2 *3) (-12 (-5 *3 (-229 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979)) (-5 *2 (-459 *4 *5)) (-5 *1 (-881 *4 *5)))))
+(-10 -7 (-15 -1532 ((-459 |#1| |#2|) (-229 |#1| |#2|))) (-15 -2907 ((-229 |#1| |#2|) (-459 |#1| |#2|))) (-15 -3891 ((-459 |#1| |#2|) (-889 |#2|))) (-15 -3677 ((-889 |#2|) (-459 |#1| |#2|))) (-15 -1252 ((-889 |#2|) (-229 |#1| |#2|))) (-15 -1832 ((-229 |#1| |#2|) (-889 |#2|))))
+((-2121 (((-594 |#2|) |#2| |#2|) 10)) (-4009 (((-715) (-594 |#1|)) 37 (|has| |#1| (-789)))) (-3173 (((-594 |#2|) |#2|) 11)) (-1333 (((-715) (-594 |#1|) (-527) (-527)) 39 (|has| |#1| (-789)))) (-3291 ((|#1| |#2|) 32 (|has| |#1| (-789)))))
+(((-882 |#1| |#2|) (-10 -7 (-15 -2121 ((-594 |#2|) |#2| |#2|)) (-15 -3173 ((-594 |#2|) |#2|)) (IF (|has| |#1| (-789)) (PROGN (-15 -3291 (|#1| |#2|)) (-15 -4009 ((-715) (-594 |#1|))) (-15 -1333 ((-715) (-594 |#1|) (-527) (-527)))) |%noBranch|)) (-343) (-1152 |#1|)) (T -882))
+((-1333 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-594 *5)) (-5 *4 (-527)) (-4 *5 (-789)) (-4 *5 (-343)) (-5 *2 (-715)) (-5 *1 (-882 *5 *6)) (-4 *6 (-1152 *5)))) (-4009 (*1 *2 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-789)) (-4 *4 (-343)) (-5 *2 (-715)) (-5 *1 (-882 *4 *5)) (-4 *5 (-1152 *4)))) (-3291 (*1 *2 *3) (-12 (-4 *2 (-343)) (-4 *2 (-789)) (-5 *1 (-882 *2 *3)) (-4 *3 (-1152 *2)))) (-3173 (*1 *2 *3) (-12 (-4 *4 (-343)) (-5 *2 (-594 *3)) (-5 *1 (-882 *4 *3)) (-4 *3 (-1152 *4)))) (-2121 (*1 *2 *3 *3) (-12 (-4 *4 (-343)) (-5 *2 (-594 *3)) (-5 *1 (-882 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -2121 ((-594 |#2|) |#2| |#2|)) (-15 -3173 ((-594 |#2|) |#2|)) (IF (|has| |#1| (-789)) (PROGN (-15 -3291 (|#1| |#2|)) (-15 -4009 ((-715) (-594 |#1|))) (-15 -1333 ((-715) (-594 |#1|) (-527) (-527)))) |%noBranch|))
+((-1998 (((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|)) 19)))
+(((-883 |#1| |#2|) (-10 -7 (-15 -1998 ((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|)))) (-979) (-979)) (T -883))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-889 *5)) (-4 *5 (-979)) (-4 *6 (-979)) (-5 *2 (-889 *6)) (-5 *1 (-883 *5 *6)))))
+(-10 -7 (-15 -1998 ((-889 |#2|) (-1 |#2| |#1|) (-889 |#1|))))
+((-2669 (((-1149 |#1| (-889 |#2|)) (-889 |#2|) (-1172 |#1|)) 18)))
+(((-884 |#1| |#2|) (-10 -7 (-15 -2669 ((-1149 |#1| (-889 |#2|)) (-889 |#2|) (-1172 |#1|)))) (-1094) (-979)) (T -884))
+((-2669 (*1 *2 *3 *4) (-12 (-5 *4 (-1172 *5)) (-14 *5 (-1094)) (-4 *6 (-979)) (-5 *2 (-1149 *5 (-889 *6))) (-5 *1 (-884 *5 *6)) (-5 *3 (-889 *6)))))
+(-10 -7 (-15 -2669 ((-1149 |#1| (-889 |#2|)) (-889 |#2|) (-1172 |#1|))))
+((-2585 (((-715) $) 71) (((-715) $ (-594 |#4|)) 74)) (-3259 (($ $) 173)) (-3488 (((-398 $) $) 165)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 116)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 (-527) "failed") $) NIL) (((-3 |#4| "failed") $) 60)) (-4145 ((|#2| $) NIL) (((-387 (-527)) $) NIL) (((-527) $) NIL) ((|#4| $) 59)) (-1897 (($ $ $ |#4|) 76)) (-4162 (((-634 (-527)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) 106) (((-634 |#2|) (-634 $)) 99)) (-2855 (($ $) 180) (($ $ |#4|) 183)) (-3019 (((-594 $) $) 63)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 199) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 192)) (-2684 (((-594 $) $) 28)) (-2829 (($ |#2| |#3|) NIL) (($ $ |#4| (-715)) NIL) (($ $ (-594 |#4|) (-594 (-715))) 57)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |#4|) 162)) (-2415 (((-3 (-594 $) "failed") $) 42)) (-3711 (((-3 (-594 $) "failed") $) 31)) (-2007 (((-3 (-2 (|:| |var| |#4|) (|:| -3148 (-715))) "failed") $) 47)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 109)) (-4152 (((-398 (-1090 $)) (-1090 $)) 122)) (-2816 (((-398 (-1090 $)) (-1090 $)) 120)) (-2700 (((-398 $) $) 140)) (-2819 (($ $ (-594 (-275 $))) 21) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ |#4| |#2|) NIL) (($ $ (-594 |#4|) (-594 |#2|)) NIL) (($ $ |#4| $) NIL) (($ $ (-594 |#4|) (-594 $)) NIL)) (-1875 (($ $ |#4|) 78)) (-2051 (((-829 (-359)) $) 213) (((-829 (-527)) $) 206) (((-503) $) 221)) (-1898 ((|#2| $) NIL) (($ $ |#4|) 175)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 154)) (-3411 ((|#2| $ |#3|) NIL) (($ $ |#4| (-715)) 52) (($ $ (-594 |#4|) (-594 (-715))) 55)) (-3470 (((-3 $ "failed") $) 156)) (-2775 (((-110) $ $) 186)))
+(((-885 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3259 (|#1| |#1|)) (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -2816 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -4152 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -2513 ((-3 (-1176 |#1|) "failed") (-634 |#1|))) (-15 -2855 (|#1| |#1| |#4|)) (-15 -1898 (|#1| |#1| |#4|)) (-15 -1875 (|#1| |#1| |#4|)) (-15 -1897 (|#1| |#1| |#1| |#4|)) (-15 -3019 ((-594 |#1|) |#1|)) (-15 -2585 ((-715) |#1| (-594 |#4|))) (-15 -2585 ((-715) |#1|)) (-15 -2007 ((-3 (-2 (|:| |var| |#4|) (|:| -3148 (-715))) "failed") |#1|)) (-15 -2415 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -3711 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -2829 (|#1| |#1| (-594 |#4|) (-594 (-715)))) (-15 -2829 (|#1| |#1| |#4| (-715))) (-15 -1701 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1| |#4|)) (-15 -2684 ((-594 |#1|) |#1|)) (-15 -3411 (|#1| |#1| (-594 |#4|) (-594 (-715)))) (-15 -3411 (|#1| |#1| |#4| (-715))) (-15 -4162 ((-634 |#2|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4145 (|#4| |#1|)) (-15 -1923 ((-3 |#4| "failed") |#1|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#4| |#1|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#4| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -2829 (|#1| |#2| |#3|)) (-15 -3411 (|#2| |#1| |#3|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -2855 (|#1| |#1|))) (-886 |#2| |#3| |#4|) (-979) (-737) (-791)) (T -885))
+NIL
+(-10 -8 (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3259 (|#1| |#1|)) (-15 -3470 ((-3 |#1| "failed") |#1|)) (-15 -2775 ((-110) |#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -2816 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -4152 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -2513 ((-3 (-1176 |#1|) "failed") (-634 |#1|))) (-15 -2855 (|#1| |#1| |#4|)) (-15 -1898 (|#1| |#1| |#4|)) (-15 -1875 (|#1| |#1| |#4|)) (-15 -1897 (|#1| |#1| |#1| |#4|)) (-15 -3019 ((-594 |#1|) |#1|)) (-15 -2585 ((-715) |#1| (-594 |#4|))) (-15 -2585 ((-715) |#1|)) (-15 -2007 ((-3 (-2 (|:| |var| |#4|) (|:| -3148 (-715))) "failed") |#1|)) (-15 -2415 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -3711 ((-3 (-594 |#1|) "failed") |#1|)) (-15 -2829 (|#1| |#1| (-594 |#4|) (-594 (-715)))) (-15 -2829 (|#1| |#1| |#4| (-715))) (-15 -1701 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1| |#4|)) (-15 -2684 ((-594 |#1|) |#1|)) (-15 -3411 (|#1| |#1| (-594 |#4|) (-594 (-715)))) (-15 -3411 (|#1| |#1| |#4| (-715))) (-15 -4162 ((-634 |#2|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4145 (|#4| |#1|)) (-15 -1923 ((-3 |#4| "failed") |#1|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#4| |#1|)) (-15 -2819 (|#1| |#1| (-594 |#4|) (-594 |#2|))) (-15 -2819 (|#1| |#1| |#4| |#2|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -2829 (|#1| |#2| |#3|)) (-15 -3411 (|#2| |#1| |#3|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -2855 (|#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 |#3|) $) 110)) (-2669 (((-1090 $) $ |#3|) 125) (((-1090 |#1|) $) 124)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 87 (|has| |#1| (-519)))) (-3931 (($ $) 88 (|has| |#1| (-519)))) (-3938 (((-110) $) 90 (|has| |#1| (-519)))) (-2585 (((-715) $) 112) (((-715) $ (-594 |#3|)) 111)) (-3085 (((-3 $ "failed") $ $) 19)) (-3854 (((-398 (-1090 $)) (-1090 $)) 100 (|has| |#1| (-846)))) (-3259 (($ $) 98 (|has| |#1| (-431)))) (-3488 (((-398 $) $) 97 (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 103 (|has| |#1| (-846)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 164) (((-3 (-387 (-527)) "failed") $) 162 (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) 160 (|has| |#1| (-970 (-527)))) (((-3 |#3| "failed") $) 136)) (-4145 ((|#1| $) 165) (((-387 (-527)) $) 161 (|has| |#1| (-970 (-387 (-527))))) (((-527) $) 159 (|has| |#1| (-970 (-527)))) ((|#3| $) 135)) (-1897 (($ $ $ |#3|) 108 (|has| |#1| (-162)))) (-3033 (($ $) 154)) (-4162 (((-634 (-527)) (-634 $)) 134 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 133 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 132) (((-634 |#1|) (-634 $)) 131)) (-3714 (((-3 $ "failed") $) 34)) (-2855 (($ $) 176 (|has| |#1| (-431))) (($ $ |#3|) 105 (|has| |#1| (-431)))) (-3019 (((-594 $) $) 109)) (-3851 (((-110) $) 96 (|has| |#1| (-846)))) (-3379 (($ $ |#1| |#2| $) 172)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 84 (-12 (|has| |#3| (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 83 (-12 (|has| |#3| (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2956 (((-110) $) 31)) (-2296 (((-715) $) 169)) (-2842 (($ (-1090 |#1|) |#3|) 117) (($ (-1090 $) |#3|) 116)) (-2684 (((-594 $) $) 126)) (-4170 (((-110) $) 152)) (-2829 (($ |#1| |#2|) 153) (($ $ |#3| (-715)) 119) (($ $ (-594 |#3|) (-594 (-715))) 118)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |#3|) 120)) (-4045 ((|#2| $) 170) (((-715) $ |#3|) 122) (((-594 (-715)) $ (-594 |#3|)) 121)) (-3902 (($ $ $) 79 (|has| |#1| (-791)))) (-1257 (($ $ $) 78 (|has| |#1| (-791)))) (-2301 (($ (-1 |#2| |#2|) $) 171)) (-1998 (($ (-1 |#1| |#1|) $) 151)) (-2317 (((-3 |#3| "failed") $) 123)) (-2990 (($ $) 149)) (-3004 ((|#1| $) 148)) (-2702 (($ (-594 $)) 94 (|has| |#1| (-431))) (($ $ $) 93 (|has| |#1| (-431)))) (-2416 (((-1077) $) 9)) (-2415 (((-3 (-594 $) "failed") $) 114)) (-3711 (((-3 (-594 $) "failed") $) 115)) (-2007 (((-3 (-2 (|:| |var| |#3|) (|:| -3148 (-715))) "failed") $) 113)) (-4024 (((-1041) $) 10)) (-2964 (((-110) $) 166)) (-2972 ((|#1| $) 167)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 95 (|has| |#1| (-431)))) (-2742 (($ (-594 $)) 92 (|has| |#1| (-431))) (($ $ $) 91 (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) 102 (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 101 (|has| |#1| (-846)))) (-2700 (((-398 $) $) 99 (|has| |#1| (-846)))) (-1305 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-519))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) 145) (($ $ (-275 $)) 144) (($ $ $ $) 143) (($ $ (-594 $) (-594 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-594 |#3|) (-594 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-594 |#3|) (-594 $)) 138)) (-1875 (($ $ |#3|) 107 (|has| |#1| (-162)))) (-4234 (($ $ |#3|) 42) (($ $ (-594 |#3|)) 41) (($ $ |#3| (-715)) 40) (($ $ (-594 |#3|) (-594 (-715))) 39)) (-4115 ((|#2| $) 150) (((-715) $ |#3|) 130) (((-594 (-715)) $ (-594 |#3|)) 129)) (-2051 (((-829 (-359)) $) 82 (-12 (|has| |#3| (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) 81 (-12 (|has| |#3| (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) 80 (-12 (|has| |#3| (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) 175 (|has| |#1| (-431))) (($ $ |#3|) 106 (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 104 (-3979 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 163) (($ |#3|) 137) (($ $) 85 (|has| |#1| (-519))) (($ (-387 (-527))) 72 (-2027 (|has| |#1| (-970 (-387 (-527)))) (|has| |#1| (-37 (-387 (-527))))))) (-3425 (((-594 |#1|) $) 168)) (-3411 ((|#1| $ |#2|) 155) (($ $ |#3| (-715)) 128) (($ $ (-594 |#3|) (-594 (-715))) 127)) (-3470 (((-3 $ "failed") $) 73 (-2027 (-3979 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) 29)) (-2435 (($ $ $ (-715)) 173 (|has| |#1| (-162)))) (-3978 (((-110) $ $) 89 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ |#3|) 38) (($ $ (-594 |#3|)) 37) (($ $ |#3| (-715)) 36) (($ $ (-594 |#3|) (-594 (-715))) 35)) (-2813 (((-110) $ $) 76 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 75 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 77 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 74 (|has| |#1| (-791)))) (-2873 (($ $ |#1|) 156 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 158 (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) 157 (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+(((-886 |#1| |#2| |#3|) (-133) (-979) (-737) (-791)) (T -886))
+((-2855 (*1 *1 *1) (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-431)))) (-4115 (*1 *2 *1 *3) (-12 (-4 *1 (-886 *4 *5 *3)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-5 *2 (-715)))) (-4115 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *6)) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 (-715))))) (-3411 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-886 *4 *5 *2)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *2 (-791)))) (-3411 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *6)) (-5 *3 (-594 (-715))) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)))) (-2684 (*1 *2 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-886 *3 *4 *5)))) (-2669 (*1 *2 *1 *3) (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-5 *2 (-1090 *1)) (-4 *1 (-886 *4 *5 *3)))) (-2669 (*1 *2 *1) (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-1090 *3)))) (-2317 (*1 *2 *1) (|partial| -12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-4045 (*1 *2 *1 *3) (-12 (-4 *1 (-886 *4 *5 *3)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-5 *2 (-715)))) (-4045 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *6)) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 (-715))))) (-1701 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-886 *4 *5 *3)))) (-2829 (*1 *1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-886 *4 *5 *2)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *2 (-791)))) (-2829 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *6)) (-5 *3 (-594 (-715))) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)))) (-2842 (*1 *1 *2 *3) (-12 (-5 *2 (-1090 *4)) (-4 *4 (-979)) (-4 *1 (-886 *4 *5 *3)) (-4 *5 (-737)) (-4 *3 (-791)))) (-2842 (*1 *1 *2 *3) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-886 *4 *5 *3)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)))) (-3711 (*1 *2 *1) (|partial| -12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-886 *3 *4 *5)))) (-2415 (*1 *2 *1) (|partial| -12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-886 *3 *4 *5)))) (-2007 (*1 *2 *1) (|partial| -12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| |var| *5) (|:| -3148 (-715)))))) (-2585 (*1 *2 *1) (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-715)))) (-2585 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *6)) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-715)))) (-2853 (*1 *2 *1) (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *5)))) (-3019 (*1 *2 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-886 *3 *4 *5)))) (-1897 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)) (-4 *3 (-162)))) (-1875 (*1 *1 *1 *2) (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)) (-4 *3 (-162)))) (-1898 (*1 *1 *1 *2) (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)) (-4 *3 (-431)))) (-2855 (*1 *1 *1 *2) (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)) (-4 *3 (-431)))) (-3259 (*1 *1 *1) (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-431)))) (-3488 (*1 *2 *1) (-12 (-4 *3 (-431)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-398 *1)) (-4 *1 (-886 *3 *4 *5)))))
+(-13 (-837 |t#3|) (-306 |t#1| |t#2|) (-290 $) (-488 |t#3| |t#1|) (-488 |t#3| $) (-970 |t#3|) (-357 |t#1|) (-10 -8 (-15 -4115 ((-715) $ |t#3|)) (-15 -4115 ((-594 (-715)) $ (-594 |t#3|))) (-15 -3411 ($ $ |t#3| (-715))) (-15 -3411 ($ $ (-594 |t#3|) (-594 (-715)))) (-15 -2684 ((-594 $) $)) (-15 -2669 ((-1090 $) $ |t#3|)) (-15 -2669 ((-1090 |t#1|) $)) (-15 -2317 ((-3 |t#3| "failed") $)) (-15 -4045 ((-715) $ |t#3|)) (-15 -4045 ((-594 (-715)) $ (-594 |t#3|))) (-15 -1701 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |t#3|)) (-15 -2829 ($ $ |t#3| (-715))) (-15 -2829 ($ $ (-594 |t#3|) (-594 (-715)))) (-15 -2842 ($ (-1090 |t#1|) |t#3|)) (-15 -2842 ($ (-1090 $) |t#3|)) (-15 -3711 ((-3 (-594 $) "failed") $)) (-15 -2415 ((-3 (-594 $) "failed") $)) (-15 -2007 ((-3 (-2 (|:| |var| |t#3|) (|:| -3148 (-715))) "failed") $)) (-15 -2585 ((-715) $)) (-15 -2585 ((-715) $ (-594 |t#3|))) (-15 -2853 ((-594 |t#3|) $)) (-15 -3019 ((-594 $) $)) (IF (|has| |t#1| (-791)) (-6 (-791)) |%noBranch|) (IF (|has| |t#1| (-569 (-503))) (IF (|has| |t#3| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-569 (-829 (-527)))) (IF (|has| |t#3| (-569 (-829 (-527)))) (-6 (-569 (-829 (-527)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-569 (-829 (-359)))) (IF (|has| |t#3| (-569 (-829 (-359)))) (-6 (-569 (-829 (-359)))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-823 (-527))) (IF (|has| |t#3| (-823 (-527))) (-6 (-823 (-527))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-823 (-359))) (IF (|has| |t#3| (-823 (-359))) (-6 (-823 (-359))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-162)) (PROGN (-15 -1897 ($ $ $ |t#3|)) (-15 -1875 ($ $ |t#3|))) |%noBranch|) (IF (|has| |t#1| (-431)) (PROGN (-6 (-431)) (-15 -1898 ($ $ |t#3|)) (-15 -2855 ($ $)) (-15 -2855 ($ $ |t#3|)) (-15 -3488 ((-398 $) $)) (-15 -3259 ($ $))) |%noBranch|) (IF (|has| |t#1| (-6 -4259)) (-6 -4259) |%noBranch|) (IF (|has| |t#1| (-846)) (-6 (-846)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-569 (-503)) -12 (|has| |#1| (-569 (-503))) (|has| |#3| (-569 (-503)))) ((-569 (-829 (-359))) -12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#3| (-569 (-829 (-359))))) ((-569 (-829 (-527))) -12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#3| (-569 (-829 (-527))))) ((-271) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-290 $) . T) ((-306 |#1| |#2|) . T) ((-357 |#1|) . T) ((-391 |#1|) . T) ((-431) -2027 (|has| |#1| (-846)) (|has| |#1| (-431))) ((-488 |#3| |#1|) . T) ((-488 |#3| $) . T) ((-488 $ $) . T) ((-519) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-596 #0#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #0#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-671) . T) ((-791) |has| |#1| (-791)) ((-837 |#3|) . T) ((-823 (-359)) -12 (|has| |#1| (-823 (-359))) (|has| |#3| (-823 (-359)))) ((-823 (-527)) -12 (|has| |#1| (-823 (-527))) (|has| |#3| (-823 (-527)))) ((-846) |has| |#1| (-846)) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-970 |#3|) . T) ((-985 #0#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) |has| |#1| (-846)))
+((-2853 (((-594 |#2|) |#5|) 36)) (-2669 (((-1090 |#5|) |#5| |#2| (-1090 |#5|)) 23) (((-387 (-1090 |#5|)) |#5| |#2|) 16)) (-2842 ((|#5| (-387 (-1090 |#5|)) |#2|) 30)) (-2317 (((-3 |#2| "failed") |#5|) 65)) (-2415 (((-3 (-594 |#5|) "failed") |#5|) 59)) (-3656 (((-3 (-2 (|:| |val| |#5|) (|:| -3148 (-527))) "failed") |#5|) 47)) (-3711 (((-3 (-594 |#5|) "failed") |#5|) 61)) (-2007 (((-3 (-2 (|:| |var| |#2|) (|:| -3148 (-527))) "failed") |#5|) 51)))
+(((-887 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2853 ((-594 |#2|) |#5|)) (-15 -2317 ((-3 |#2| "failed") |#5|)) (-15 -2669 ((-387 (-1090 |#5|)) |#5| |#2|)) (-15 -2842 (|#5| (-387 (-1090 |#5|)) |#2|)) (-15 -2669 ((-1090 |#5|) |#5| |#2| (-1090 |#5|))) (-15 -3711 ((-3 (-594 |#5|) "failed") |#5|)) (-15 -2415 ((-3 (-594 |#5|) "failed") |#5|)) (-15 -2007 ((-3 (-2 (|:| |var| |#2|) (|:| -3148 (-527))) "failed") |#5|)) (-15 -3656 ((-3 (-2 (|:| |val| |#5|) (|:| -3148 (-527))) "failed") |#5|))) (-737) (-791) (-979) (-886 |#3| |#1| |#2|) (-13 (-343) (-10 -8 (-15 -4118 ($ |#4|)) (-15 -4109 (|#4| $)) (-15 -4122 (|#4| $))))) (T -887))
+((-3656 (*1 *2 *3) (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-2 (|:| |val| *3) (|:| -3148 (-527)))) (-5 *1 (-887 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))))) (-2007 (*1 *2 *3) (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-2 (|:| |var| *5) (|:| -3148 (-527)))) (-5 *1 (-887 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))))) (-2415 (*1 *2 *3) (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-594 *3)) (-5 *1 (-887 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))))) (-3711 (*1 *2 *3) (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-594 *3)) (-5 *1 (-887 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))))) (-2669 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-1090 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))) (-4 *7 (-886 *6 *5 *4)) (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-979)) (-5 *1 (-887 *5 *4 *6 *7 *3)))) (-2842 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-1090 *2))) (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-979)) (-4 *2 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))) (-5 *1 (-887 *5 *4 *6 *7 *2)) (-4 *7 (-886 *6 *5 *4)))) (-2669 (*1 *2 *3 *4) (-12 (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-979)) (-4 *7 (-886 *6 *5 *4)) (-5 *2 (-387 (-1090 *3))) (-5 *1 (-887 *5 *4 *6 *7 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))))) (-2317 (*1 *2 *3) (|partial| -12 (-4 *4 (-737)) (-4 *5 (-979)) (-4 *6 (-886 *5 *4 *2)) (-4 *2 (-791)) (-5 *1 (-887 *4 *2 *5 *6 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *6)) (-15 -4109 (*6 $)) (-15 -4122 (*6 $))))))) (-2853 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-594 *5)) (-5 *1 (-887 *4 *5 *6 *7 *3)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $))))))))
+(-10 -7 (-15 -2853 ((-594 |#2|) |#5|)) (-15 -2317 ((-3 |#2| "failed") |#5|)) (-15 -2669 ((-387 (-1090 |#5|)) |#5| |#2|)) (-15 -2842 (|#5| (-387 (-1090 |#5|)) |#2|)) (-15 -2669 ((-1090 |#5|) |#5| |#2| (-1090 |#5|))) (-15 -3711 ((-3 (-594 |#5|) "failed") |#5|)) (-15 -2415 ((-3 (-594 |#5|) "failed") |#5|)) (-15 -2007 ((-3 (-2 (|:| |var| |#2|) (|:| -3148 (-527))) "failed") |#5|)) (-15 -3656 ((-3 (-2 (|:| |val| |#5|) (|:| -3148 (-527))) "failed") |#5|)))
+((-1998 ((|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|) 24)))
+(((-888 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1998 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|))) (-737) (-791) (-979) (-886 |#3| |#1| |#2|) (-13 (-1022) (-10 -8 (-15 -2850 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-715)))))) (T -888))
+((-1998 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-791)) (-4 *8 (-979)) (-4 *6 (-737)) (-4 *2 (-13 (-1022) (-10 -8 (-15 -2850 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-715)))))) (-5 *1 (-888 *6 *7 *8 *5 *2)) (-4 *5 (-886 *8 *6 *7)))))
+(-10 -7 (-15 -1998 (|#5| (-1 |#5| |#2|) (-1 |#5| |#3|) |#4|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1094)) $) 16)) (-2669 (((-1090 $) $ (-1094)) 21) (((-1090 |#1|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-1094))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 8) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-1094) "failed") $) NIL)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-1094) $) NIL)) (-1897 (($ $ $ (-1094)) NIL (|has| |#1| (-162)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ (-1094)) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-499 (-1094)) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1094) (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1094) (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2842 (($ (-1090 |#1|) (-1094)) NIL) (($ (-1090 $) (-1094)) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-499 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-1094)) NIL)) (-4045 (((-499 (-1094)) $) NIL) (((-715) $ (-1094)) NIL) (((-594 (-715)) $ (-594 (-1094))) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-499 (-1094)) (-499 (-1094))) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2317 (((-3 (-1094) "failed") $) 19)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-1094)) (|:| -3148 (-715))) "failed") $) NIL)) (-1467 (($ $ (-1094)) 29 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-1094) |#1|) NIL) (($ $ (-594 (-1094)) (-594 |#1|)) NIL) (($ $ (-1094) $) NIL) (($ $ (-594 (-1094)) (-594 $)) NIL)) (-1875 (($ $ (-1094)) NIL (|has| |#1| (-162)))) (-4234 (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL)) (-4115 (((-499 (-1094)) $) NIL) (((-715) $ (-1094)) NIL) (((-594 (-715)) $ (-594 (-1094))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-1094) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-1094) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-1094) (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) NIL (|has| |#1| (-431))) (($ $ (-1094)) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) 25) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-1094)) 27) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-499 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-889 |#1|) (-13 (-886 |#1| (-499 (-1094)) (-1094)) (-10 -8 (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1094))) |%noBranch|))) (-979)) (T -889))
+((-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-889 *3)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)))))
+(-13 (-886 |#1| (-499 (-1094)) (-1094)) (-10 -8 (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1094))) |%noBranch|)))
+((-4215 (((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) |#3| (-715)) 38)) (-4116 (((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) (-387 (-527)) (-715)) 34)) (-3348 (((-2 (|:| -3148 (-715)) (|:| -2663 |#4|) (|:| |radicand| (-594 |#4|))) |#4| (-715)) 54)) (-3626 (((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) |#5| (-715)) 64 (|has| |#3| (-431)))))
+(((-890 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4215 ((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) |#3| (-715))) (-15 -4116 ((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) (-387 (-527)) (-715))) (IF (|has| |#3| (-431)) (-15 -3626 ((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) |#5| (-715))) |%noBranch|) (-15 -3348 ((-2 (|:| -3148 (-715)) (|:| -2663 |#4|) (|:| |radicand| (-594 |#4|))) |#4| (-715)))) (-737) (-791) (-519) (-886 |#3| |#1| |#2|) (-13 (-343) (-10 -8 (-15 -4109 (|#4| $)) (-15 -4122 (|#4| $)) (-15 -4118 ($ |#4|))))) (T -890))
+((-3348 (*1 *2 *3 *4) (-12 (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-519)) (-4 *3 (-886 *7 *5 *6)) (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *3) (|:| |radicand| (-594 *3)))) (-5 *1 (-890 *5 *6 *7 *3 *8)) (-5 *4 (-715)) (-4 *8 (-13 (-343) (-10 -8 (-15 -4109 (*3 $)) (-15 -4122 (*3 $)) (-15 -4118 ($ *3))))))) (-3626 (*1 *2 *3 *4) (-12 (-4 *7 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-519)) (-4 *8 (-886 *7 *5 *6)) (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *3) (|:| |radicand| *3))) (-5 *1 (-890 *5 *6 *7 *8 *3)) (-5 *4 (-715)) (-4 *3 (-13 (-343) (-10 -8 (-15 -4109 (*8 $)) (-15 -4122 (*8 $)) (-15 -4118 ($ *8))))))) (-4116 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-527))) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-519)) (-4 *8 (-886 *7 *5 *6)) (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *9) (|:| |radicand| *9))) (-5 *1 (-890 *5 *6 *7 *8 *9)) (-5 *4 (-715)) (-4 *9 (-13 (-343) (-10 -8 (-15 -4109 (*8 $)) (-15 -4122 (*8 $)) (-15 -4118 ($ *8))))))) (-4215 (*1 *2 *3 *4) (-12 (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-519)) (-4 *7 (-886 *3 *5 *6)) (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *8) (|:| |radicand| *8))) (-5 *1 (-890 *5 *6 *3 *7 *8)) (-5 *4 (-715)) (-4 *8 (-13 (-343) (-10 -8 (-15 -4109 (*7 $)) (-15 -4122 (*7 $)) (-15 -4118 ($ *7))))))))
+(-10 -7 (-15 -4215 ((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) |#3| (-715))) (-15 -4116 ((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) (-387 (-527)) (-715))) (IF (|has| |#3| (-431)) (-15 -3626 ((-2 (|:| -3148 (-715)) (|:| -2663 |#5|) (|:| |radicand| |#5|)) |#5| (-715))) |%noBranch|) (-15 -3348 ((-2 (|:| -3148 (-715)) (|:| -2663 |#4|) (|:| |radicand| (-594 |#4|))) |#4| (-715))))
+((-3265 (((-1017 (-207)) $) 8)) (-3253 (((-1017 (-207)) $) 9)) (-1742 (((-594 (-594 (-880 (-207)))) $) 10)) (-4118 (((-800) $) 6)))
+(((-891) (-133)) (T -891))
+((-1742 (*1 *2 *1) (-12 (-4 *1 (-891)) (-5 *2 (-594 (-594 (-880 (-207))))))) (-3253 (*1 *2 *1) (-12 (-4 *1 (-891)) (-5 *2 (-1017 (-207))))) (-3265 (*1 *2 *1) (-12 (-4 *1 (-891)) (-5 *2 (-1017 (-207))))))
+(-13 (-568 (-800)) (-10 -8 (-15 -1742 ((-594 (-594 (-880 (-207)))) $)) (-15 -3253 ((-1017 (-207)) $)) (-15 -3265 ((-1017 (-207)) $))))
+(((-568 (-800)) . T))
+((-1767 (((-3 (-634 |#1|) "failed") |#2| (-858)) 15)))
+(((-892 |#1| |#2|) (-10 -7 (-15 -1767 ((-3 (-634 |#1|) "failed") |#2| (-858)))) (-519) (-604 |#1|)) (T -892))
+((-1767 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-858)) (-4 *5 (-519)) (-5 *2 (-634 *5)) (-5 *1 (-892 *5 *3)) (-4 *3 (-604 *5)))))
+(-10 -7 (-15 -1767 ((-3 (-634 |#1|) "failed") |#2| (-858))))
+((-1244 (((-894 |#2|) (-1 |#2| |#1| |#2|) (-894 |#1|) |#2|) 16)) (-2731 ((|#2| (-1 |#2| |#1| |#2|) (-894 |#1|) |#2|) 18)) (-1998 (((-894 |#2|) (-1 |#2| |#1|) (-894 |#1|)) 13)))
+(((-893 |#1| |#2|) (-10 -7 (-15 -1244 ((-894 |#2|) (-1 |#2| |#1| |#2|) (-894 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-894 |#1|) |#2|)) (-15 -1998 ((-894 |#2|) (-1 |#2| |#1|) (-894 |#1|)))) (-1130) (-1130)) (T -893))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-894 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-894 *6)) (-5 *1 (-893 *5 *6)))) (-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-894 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-893 *5 *2)))) (-1244 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-894 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-894 *5)) (-5 *1 (-893 *6 *5)))))
+(-10 -7 (-15 -1244 ((-894 |#2|) (-1 |#2| |#1| |#2|) (-894 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-894 |#1|) |#2|)) (-15 -1998 ((-894 |#2|) (-1 |#2| |#1|) (-894 |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) |#1|) 16 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 15 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 13)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3325 (($ (-715) |#1|) 12)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) 10 (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) 17 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) 11)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) 14) (($ $ (-1143 (-527))) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) NIL)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2809 (((-715) $) 8 (|has| $ (-6 -4261)))))
+(((-894 |#1|) (-19 |#1|) (-1130)) (T -894))
NIL
(-19 |#1|)
-((-1872 (($ $ (-1013 $)) 7) (($ $ (-1092)) 6)))
-(((-893) (-131)) (T -893))
-((-1872 (*1 *1 *1 *2) (-12 (-5 *2 (-1013 *1)) (-4 *1 (-893)))) (-1872 (*1 *1 *1 *2) (-12 (-4 *1 (-893)) (-5 *2 (-1092)))))
-(-13 (-10 -8 (-15 -1872 ($ $ (-1092))) (-15 -1872 ($ $ (-1013 $)))))
-((-3932 (((-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 |#1|))) (|:| |prim| (-1088 |#1|))) (-592 (-887 |#1|)) (-592 (-1092)) (-1092)) 25) (((-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 |#1|))) (|:| |prim| (-1088 |#1|))) (-592 (-887 |#1|)) (-592 (-1092))) 26) (((-2 (|:| |coef1| (-525)) (|:| |coef2| (-525)) (|:| |prim| (-1088 |#1|))) (-887 |#1|) (-1092) (-887 |#1|) (-1092)) 43)))
-(((-894 |#1|) (-10 -7 (-15 -3932 ((-2 (|:| |coef1| (-525)) (|:| |coef2| (-525)) (|:| |prim| (-1088 |#1|))) (-887 |#1|) (-1092) (-887 |#1|) (-1092))) (-15 -3932 ((-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 |#1|))) (|:| |prim| (-1088 |#1|))) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -3932 ((-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 |#1|))) (|:| |prim| (-1088 |#1|))) (-592 (-887 |#1|)) (-592 (-1092)) (-1092)))) (-13 (-341) (-138))) (T -894))
-((-3932 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 (-887 *6))) (-5 *4 (-592 (-1092))) (-5 *5 (-1092)) (-4 *6 (-13 (-341) (-138))) (-5 *2 (-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 *6))) (|:| |prim| (-1088 *6)))) (-5 *1 (-894 *6)))) (-3932 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-592 (-1092))) (-4 *5 (-13 (-341) (-138))) (-5 *2 (-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 *5))) (|:| |prim| (-1088 *5)))) (-5 *1 (-894 *5)))) (-3932 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-887 *5)) (-5 *4 (-1092)) (-4 *5 (-13 (-341) (-138))) (-5 *2 (-2 (|:| |coef1| (-525)) (|:| |coef2| (-525)) (|:| |prim| (-1088 *5)))) (-5 *1 (-894 *5)))))
-(-10 -7 (-15 -3932 ((-2 (|:| |coef1| (-525)) (|:| |coef2| (-525)) (|:| |prim| (-1088 |#1|))) (-887 |#1|) (-1092) (-887 |#1|) (-1092))) (-15 -3932 ((-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 |#1|))) (|:| |prim| (-1088 |#1|))) (-592 (-887 |#1|)) (-592 (-1092)))) (-15 -3932 ((-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 |#1|))) (|:| |prim| (-1088 |#1|))) (-592 (-887 |#1|)) (-592 (-1092)) (-1092))))
-((-3059 (((-592 |#1|) |#1| |#1|) 42)) (-1798 (((-108) |#1|) 39)) (-3996 ((|#1| |#1|) 65)) (-2396 ((|#1| |#1|) 64)))
-(((-895 |#1|) (-10 -7 (-15 -1798 ((-108) |#1|)) (-15 -2396 (|#1| |#1|)) (-15 -3996 (|#1| |#1|)) (-15 -3059 ((-592 |#1|) |#1| |#1|))) (-510)) (T -895))
-((-3059 (*1 *2 *3 *3) (-12 (-5 *2 (-592 *3)) (-5 *1 (-895 *3)) (-4 *3 (-510)))) (-3996 (*1 *2 *2) (-12 (-5 *1 (-895 *2)) (-4 *2 (-510)))) (-2396 (*1 *2 *2) (-12 (-5 *1 (-895 *2)) (-4 *2 (-510)))) (-1798 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-895 *3)) (-4 *3 (-510)))))
-(-10 -7 (-15 -1798 ((-108) |#1|)) (-15 -2396 (|#1| |#1|)) (-15 -3996 (|#1| |#1|)) (-15 -3059 ((-592 |#1|) |#1| |#1|)))
-((-2492 (((-1179) (-798)) 9)))
-(((-896) (-10 -7 (-15 -2492 ((-1179) (-798))))) (T -896))
-((-2492 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-896)))))
-(-10 -7 (-15 -2492 ((-1179) (-798))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 63 (|has| |#1| (-517)))) (-2433 (($ $) 64 (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 28)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-1451 (($ $) 24)) (-3300 (((-3 $ "failed") $) 35)) (-3201 (($ $) NIL (|has| |#1| (-429)))) (-1457 (($ $ |#1| |#2| $) 48)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) 16)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| |#2|) NIL)) (-1819 ((|#2| $) 19)) (-1314 (($ (-1 |#2| |#2|) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-1418 (($ $) 23)) (-1430 ((|#1| $) 21)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) 40)) (-1407 ((|#1| $) NIL)) (-3653 (($ $ |#2| |#1| $) 75 (-12 (|has| |#2| (-126)) (|has| |#1| (-517))))) (-1311 (((-3 $ "failed") $ $) 76 (|has| |#1| (-517))) (((-3 $ "failed") $ |#1|) 70 (|has| |#1| (-517)))) (-3529 ((|#2| $) 17)) (-1661 ((|#1| $) NIL (|has| |#1| (-429)))) (-4100 (((-798) $) NIL) (($ (-525)) 39) (($ $) NIL (|has| |#1| (-517))) (($ |#1|) 34) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ |#2|) 31)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) 15)) (-4042 (($ $ $ (-713)) 59 (|has| |#1| (-160)))) (-1571 (((-108) $ $) 69 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 55) (($ $ (-713)) 56)) (-3364 (($) 22 T CONST)) (-3375 (($) 12 T CONST)) (-2775 (((-108) $ $) 68)) (-2880 (($ $ |#1|) 77 (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) 54) (($ $ (-713)) 52)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 51) (($ $ |#1|) 50) (($ |#1| $) 49) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-897 |#1| |#2|) (-13 (-304 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-517)) (IF (|has| |#2| (-126)) (-15 -3653 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4257)) (-6 -4257) |%noBranch|))) (-977) (-734)) (T -897))
-((-3653 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-897 *3 *2)) (-4 *2 (-126)) (-4 *3 (-517)) (-4 *3 (-977)) (-4 *2 (-734)))))
-(-13 (-304 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-517)) (IF (|has| |#2| (-126)) (-15 -3653 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4257)) (-6 -4257) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL (-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735)))))) (-1525 (($ $ $) 63 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))))) (-3222 (((-3 $ "failed") $ $) 50 (-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735)))))) (-1613 (((-713)) 34 (-12 (|has| |#1| (-346)) (|has| |#2| (-346))))) (-3966 ((|#2| $) 21)) (-2061 ((|#1| $) 20)) (-2475 (($) NIL (-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735)))) CONST)) (-3300 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669)))))) (-1903 (($) NIL (-12 (|has| |#1| (-346)) (|has| |#2| (-346))))) (-2278 (((-108) $) NIL (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669)))))) (-3033 (($ $ $) NIL (-2067 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))) (-12 (|has| |#1| (-789)) (|has| |#2| (-789)))))) (-1609 (($ $ $) NIL (-2067 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))) (-12 (|has| |#1| (-789)) (|has| |#2| (-789)))))) (-3040 (($ |#1| |#2|) 19)) (-3685 (((-856) $) NIL (-12 (|has| |#1| (-346)) (|has| |#2| (-346))))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 37 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))))) (-1722 (($ (-856)) NIL (-12 (|has| |#1| (-346)) (|has| |#2| (-346))))) (-3993 (((-1039) $) NIL)) (-3055 (($ $ $) NIL (-12 (|has| |#1| (-450)) (|has| |#2| (-450))))) (-1242 (($ $ $) NIL (-12 (|has| |#1| (-450)) (|has| |#2| (-450))))) (-4100 (((-798) $) 14)) (-3706 (($ $ (-525)) NIL (-12 (|has| |#1| (-450)) (|has| |#2| (-450)))) (($ $ (-713)) NIL (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669))))) (($ $ (-856)) NIL (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669)))))) (-3364 (($) 40 (-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735)))) CONST)) (-3375 (($) 24 (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669)))) CONST)) (-2830 (((-108) $ $) NIL (-2067 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))) (-12 (|has| |#1| (-789)) (|has| |#2| (-789)))))) (-2807 (((-108) $ $) NIL (-2067 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))) (-12 (|has| |#1| (-789)) (|has| |#2| (-789)))))) (-2775 (((-108) $ $) 18)) (-2817 (((-108) $ $) NIL (-2067 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))) (-12 (|has| |#1| (-789)) (|has| |#2| (-789)))))) (-2795 (((-108) $ $) 66 (-2067 (-12 (|has| |#1| (-735)) (|has| |#2| (-735))) (-12 (|has| |#1| (-789)) (|has| |#2| (-789)))))) (-2880 (($ $ $) NIL (-12 (|has| |#1| (-450)) (|has| |#2| (-450))))) (-2871 (($ $ $) 56 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 53 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-2860 (($ $ $) 43 (-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735)))))) (** (($ $ (-525)) NIL (-12 (|has| |#1| (-450)) (|has| |#2| (-450)))) (($ $ (-713)) 31 (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669))))) (($ $ (-856)) NIL (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669)))))) (* (($ (-525) $) 60 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-713) $) 46 (-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735))))) (($ (-856) $) NIL (-2067 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-126)) (|has| |#2| (-126))) (-12 (|has| |#1| (-735)) (|has| |#2| (-735))))) (($ $ $) 27 (-2067 (-12 (|has| |#1| (-450)) (|has| |#2| (-450))) (-12 (|has| |#1| (-669)) (|has| |#2| (-669)))))))
-(((-898 |#1| |#2|) (-13 (-1020) (-10 -8 (IF (|has| |#1| (-346)) (IF (|has| |#2| (-346)) (-6 (-346)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-669)) (IF (|has| |#2| (-669)) (-6 (-669)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-126)) (IF (|has| |#2| (-126)) (-6 (-126)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-450)) (IF (|has| |#2| (-450)) (-6 (-450)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-735)) (IF (|has| |#2| (-735)) (-6 (-735)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-789)) (IF (|has| |#2| (-789)) (-6 (-789)) |%noBranch|) |%noBranch|) (-15 -3040 ($ |#1| |#2|)) (-15 -2061 (|#1| $)) (-15 -3966 (|#2| $)))) (-1020) (-1020)) (T -898))
-((-3040 (*1 *1 *2 *3) (-12 (-5 *1 (-898 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-2061 (*1 *2 *1) (-12 (-4 *2 (-1020)) (-5 *1 (-898 *2 *3)) (-4 *3 (-1020)))) (-3966 (*1 *2 *1) (-12 (-4 *2 (-1020)) (-5 *1 (-898 *3 *2)) (-4 *3 (-1020)))))
-(-13 (-1020) (-10 -8 (IF (|has| |#1| (-346)) (IF (|has| |#2| (-346)) (-6 (-346)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-669)) (IF (|has| |#2| (-669)) (-6 (-669)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-126)) (IF (|has| |#2| (-126)) (-6 (-126)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-450)) (IF (|has| |#2| (-450)) (-6 (-450)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-735)) (IF (|has| |#2| (-735)) (-6 (-735)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-789)) (IF (|has| |#2| (-789)) (-6 (-789)) |%noBranch|) |%noBranch|) (-15 -3040 ($ |#1| |#2|)) (-15 -2061 (|#1| $)) (-15 -3966 (|#2| $))))
-((-2219 (((-1024) $) 12)) (-1495 (($ (-1092) (-1024)) 13)) (-2411 (((-1092) $) 10)) (-4100 (((-798) $) 22)))
-(((-899) (-13 (-566 (-798)) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -2219 ((-1024) $)) (-15 -1495 ($ (-1092) (-1024)))))) (T -899))
-((-2411 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-899)))) (-2219 (*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-899)))) (-1495 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1024)) (-5 *1 (-899)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -2411 ((-1092) $)) (-15 -2219 ((-1024) $)) (-15 -1495 ($ (-1092) (-1024)))))
-((-1296 (((-1022 (-1092)) $) 19)) (-3543 (((-108) $) 26)) (-3469 (((-1092) $) 27)) (-4118 (((-108) $) 24)) (-2096 ((|#1| $) 25)) (-3228 (((-808 $ $) $) 34)) (-1985 (((-108) $) 33)) (-3307 (($ $ $) 12)) (-2859 (($ $) 29)) (-1591 (((-108) $) 28)) (-3272 (($ $) 10)) (-2690 (((-808 $ $) $) 36)) (-2479 (((-108) $) 35)) (-2513 (($ $ $) 13)) (-3134 (((-808 $ $) $) 38)) (-2856 (((-108) $) 37)) (-3592 (($ $ $) 14)) (-4100 (($ |#1|) 7) (($ (-1092)) 9) (((-798) $) 40 (|has| |#1| (-566 (-798))))) (-4216 (((-808 $ $) $) 32)) (-3185 (((-108) $) 30)) (-3944 (($ $ $) 11)))
-(((-900 |#1|) (-13 (-901) (-10 -8 (IF (|has| |#1| (-566 (-798))) (-6 (-566 (-798))) |%noBranch|) (-15 -4100 ($ |#1|)) (-15 -4100 ($ (-1092))) (-15 -1296 ((-1022 (-1092)) $)) (-15 -4118 ((-108) $)) (-15 -2096 (|#1| $)) (-15 -3543 ((-108) $)) (-15 -3469 ((-1092) $)) (-15 -1591 ((-108) $)) (-15 -2859 ($ $)) (-15 -3185 ((-108) $)) (-15 -4216 ((-808 $ $) $)) (-15 -1985 ((-108) $)) (-15 -3228 ((-808 $ $) $)) (-15 -2479 ((-108) $)) (-15 -2690 ((-808 $ $) $)) (-15 -2856 ((-108) $)) (-15 -3134 ((-808 $ $) $)))) (-901)) (T -900))
-((-4100 (*1 *1 *2) (-12 (-5 *1 (-900 *2)) (-4 *2 (-901)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-1296 (*1 *2 *1) (-12 (-5 *2 (-1022 (-1092))) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-2096 (*1 *2 *1) (-12 (-5 *1 (-900 *2)) (-4 *2 (-901)))) (-3543 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-3469 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-1591 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-2859 (*1 *1 *1) (-12 (-5 *1 (-900 *2)) (-4 *2 (-901)))) (-3185 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-4216 (*1 *2 *1) (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-1985 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-3228 (*1 *2 *1) (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-2479 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-2690 (*1 *2 *1) (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-2856 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))) (-3134 (*1 *2 *1) (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
-(-13 (-901) (-10 -8 (IF (|has| |#1| (-566 (-798))) (-6 (-566 (-798))) |%noBranch|) (-15 -4100 ($ |#1|)) (-15 -4100 ($ (-1092))) (-15 -1296 ((-1022 (-1092)) $)) (-15 -4118 ((-108) $)) (-15 -2096 (|#1| $)) (-15 -3543 ((-108) $)) (-15 -3469 ((-1092) $)) (-15 -1591 ((-108) $)) (-15 -2859 ($ $)) (-15 -3185 ((-108) $)) (-15 -4216 ((-808 $ $) $)) (-15 -1985 ((-108) $)) (-15 -3228 ((-808 $ $) $)) (-15 -2479 ((-108) $)) (-15 -2690 ((-808 $ $) $)) (-15 -2856 ((-108) $)) (-15 -3134 ((-808 $ $) $))))
-((-3307 (($ $ $) 8)) (-3272 (($ $) 6)) (-2513 (($ $ $) 9)) (-3592 (($ $ $) 10)) (-3944 (($ $ $) 7)))
-(((-901) (-131)) (T -901))
-((-3592 (*1 *1 *1 *1) (-4 *1 (-901))) (-2513 (*1 *1 *1 *1) (-4 *1 (-901))) (-3307 (*1 *1 *1 *1) (-4 *1 (-901))) (-3944 (*1 *1 *1 *1) (-4 *1 (-901))) (-3272 (*1 *1 *1) (-4 *1 (-901))))
-(-13 (-10 -8 (-15 -3272 ($ $)) (-15 -3944 ($ $ $)) (-15 -3307 ($ $ $)) (-15 -2513 ($ $ $)) (-15 -3592 ($ $ $))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-2475 (($) 7 T CONST)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-3269 (($ $ $) 43)) (-3212 (($ $ $) 44)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-1609 ((|#1| $) 45)) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-902 |#1|) (-131) (-789)) (T -902))
-((-1609 (*1 *2 *1) (-12 (-4 *1 (-902 *2)) (-4 *2 (-789)))) (-3212 (*1 *1 *1 *1) (-12 (-4 *1 (-902 *2)) (-4 *2 (-789)))) (-3269 (*1 *1 *1 *1) (-12 (-4 *1 (-902 *2)) (-4 *2 (-789)))))
-(-13 (-102 |t#1|) (-10 -8 (-6 -4259) (-15 -1609 (|t#1| $)) (-15 -3212 ($ $ $)) (-15 -3269 ($ $ $))))
-(((-33) . T) ((-102 |#1|) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-1676 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2772 |#2|)) |#2| |#2|) 85)) (-3882 ((|#2| |#2| |#2|) 83)) (-2472 (((-2 (|:| |coef2| |#2|) (|:| -2772 |#2|)) |#2| |#2|) 87)) (-1276 (((-2 (|:| |coef1| |#2|) (|:| -2772 |#2|)) |#2| |#2|) 89)) (-3988 (((-2 (|:| |coef2| |#2|) (|:| -3875 |#1|)) |#2| |#2|) 107 (|has| |#1| (-429)))) (-3318 (((-2 (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|) 46)) (-4117 (((-2 (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|) 64)) (-4199 (((-2 (|:| |coef1| |#2|) (|:| -3801 |#1|)) |#2| |#2|) 66)) (-3691 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 78)) (-2886 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713)) 71)) (-1846 (((-2 (|:| |coef2| |#2|) (|:| -4115 |#1|)) |#2|) 97)) (-2989 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713)) 74)) (-2353 (((-592 (-713)) |#2| |#2|) 82)) (-1360 ((|#1| |#2| |#2|) 42)) (-1573 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3875 |#1|)) |#2| |#2|) 105 (|has| |#1| (-429)))) (-3875 ((|#1| |#2| |#2|) 103 (|has| |#1| (-429)))) (-1639 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|) 44)) (-2349 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|) 63)) (-3801 ((|#1| |#2| |#2|) 61)) (-3830 (((-2 (|:| -2681 |#1|) (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2|) 35)) (-2521 ((|#2| |#2| |#2| |#2| |#1|) 53)) (-1450 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 76)) (-2602 ((|#2| |#2| |#2|) 75)) (-3564 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713)) 69)) (-2719 ((|#2| |#2| |#2| (-713)) 67)) (-2772 ((|#2| |#2| |#2|) 111 (|has| |#1| (-429)))) (-1311 (((-1174 |#2|) (-1174 |#2|) |#1|) 21)) (-2494 (((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2|) 39)) (-3255 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4115 |#1|)) |#2|) 95)) (-4115 ((|#1| |#2|) 92)) (-1807 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713)) 73)) (-1583 ((|#2| |#2| |#2| (-713)) 72)) (-2225 (((-592 |#2|) |#2| |#2|) 80)) (-3742 ((|#2| |#2| |#1| |#1| (-713)) 50)) (-2102 ((|#1| |#1| |#1| (-713)) 49)) (* (((-1174 |#2|) |#1| (-1174 |#2|)) 16)))
-(((-903 |#1| |#2|) (-10 -7 (-15 -3801 (|#1| |#2| |#2|)) (-15 -2349 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -4117 ((-2 (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -4199 ((-2 (|:| |coef1| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -2719 (|#2| |#2| |#2| (-713))) (-15 -3564 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -2886 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -1583 (|#2| |#2| |#2| (-713))) (-15 -1807 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -2989 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -2602 (|#2| |#2| |#2|)) (-15 -1450 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3691 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3882 (|#2| |#2| |#2|)) (-15 -1676 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2772 |#2|)) |#2| |#2|)) (-15 -2472 ((-2 (|:| |coef2| |#2|) (|:| -2772 |#2|)) |#2| |#2|)) (-15 -1276 ((-2 (|:| |coef1| |#2|) (|:| -2772 |#2|)) |#2| |#2|)) (-15 -4115 (|#1| |#2|)) (-15 -3255 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4115 |#1|)) |#2|)) (-15 -1846 ((-2 (|:| |coef2| |#2|) (|:| -4115 |#1|)) |#2|)) (-15 -2225 ((-592 |#2|) |#2| |#2|)) (-15 -2353 ((-592 (-713)) |#2| |#2|)) (IF (|has| |#1| (-429)) (PROGN (-15 -3875 (|#1| |#2| |#2|)) (-15 -1573 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3875 |#1|)) |#2| |#2|)) (-15 -3988 ((-2 (|:| |coef2| |#2|) (|:| -3875 |#1|)) |#2| |#2|)) (-15 -2772 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1174 |#2|) |#1| (-1174 |#2|))) (-15 -1311 ((-1174 |#2|) (-1174 |#2|) |#1|)) (-15 -3830 ((-2 (|:| -2681 |#1|) (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2|)) (-15 -2494 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2|)) (-15 -2102 (|#1| |#1| |#1| (-713))) (-15 -3742 (|#2| |#2| |#1| |#1| (-713))) (-15 -2521 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1360 (|#1| |#2| |#2|)) (-15 -1639 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -3318 ((-2 (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|))) (-517) (-1150 |#1|)) (T -903))
-((-3318 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3801 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-1639 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3801 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-1360 (*1 *2 *3 *3) (-12 (-4 *2 (-517)) (-5 *1 (-903 *2 *3)) (-4 *3 (-1150 *2)))) (-2521 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3)))) (-3742 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-713)) (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3)))) (-2102 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-713)) (-4 *2 (-517)) (-5 *1 (-903 *2 *4)) (-4 *4 (-1150 *2)))) (-2494 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-3830 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| -2681 *4) (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-1311 (*1 *2 *2 *3) (-12 (-5 *2 (-1174 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-517)) (-5 *1 (-903 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1174 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-517)) (-5 *1 (-903 *3 *4)))) (-2772 (*1 *2 *2 *2) (-12 (-4 *3 (-429)) (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3)))) (-3988 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3875 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-1573 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3875 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-3875 (*1 *2 *3 *3) (-12 (-4 *2 (-517)) (-4 *2 (-429)) (-5 *1 (-903 *2 *3)) (-4 *3 (-1150 *2)))) (-2353 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-592 (-713))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-2225 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-592 *3)) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-1846 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -4115 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-3255 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4115 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-4115 (*1 *2 *3) (-12 (-4 *2 (-517)) (-5 *1 (-903 *2 *3)) (-4 *3 (-1150 *2)))) (-1276 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2772 *3))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-2472 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2772 *3))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-1676 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2772 *3))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-3882 (*1 *2 *2 *2) (-12 (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3)))) (-3691 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-1450 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-2602 (*1 *2 *2 *2) (-12 (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3)))) (-2989 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-713)) (-4 *5 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))) (-1807 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-713)) (-4 *5 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))) (-1583 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-517)) (-5 *1 (-903 *4 *2)) (-4 *2 (-1150 *4)))) (-2886 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-713)) (-4 *5 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))) (-3564 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-713)) (-4 *5 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))) (-2719 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-517)) (-5 *1 (-903 *4 *2)) (-4 *2 (-1150 *4)))) (-4199 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3801 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-4117 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3801 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-2349 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3801 *4))) (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))) (-3801 (*1 *2 *3 *3) (-12 (-4 *2 (-517)) (-5 *1 (-903 *2 *3)) (-4 *3 (-1150 *2)))))
-(-10 -7 (-15 -3801 (|#1| |#2| |#2|)) (-15 -2349 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -4117 ((-2 (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -4199 ((-2 (|:| |coef1| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -2719 (|#2| |#2| |#2| (-713))) (-15 -3564 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -2886 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -1583 (|#2| |#2| |#2| (-713))) (-15 -1807 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -2989 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-713))) (-15 -2602 (|#2| |#2| |#2|)) (-15 -1450 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3691 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3882 (|#2| |#2| |#2|)) (-15 -1676 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2772 |#2|)) |#2| |#2|)) (-15 -2472 ((-2 (|:| |coef2| |#2|) (|:| -2772 |#2|)) |#2| |#2|)) (-15 -1276 ((-2 (|:| |coef1| |#2|) (|:| -2772 |#2|)) |#2| |#2|)) (-15 -4115 (|#1| |#2|)) (-15 -3255 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -4115 |#1|)) |#2|)) (-15 -1846 ((-2 (|:| |coef2| |#2|) (|:| -4115 |#1|)) |#2|)) (-15 -2225 ((-592 |#2|) |#2| |#2|)) (-15 -2353 ((-592 (-713)) |#2| |#2|)) (IF (|has| |#1| (-429)) (PROGN (-15 -3875 (|#1| |#2| |#2|)) (-15 -1573 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3875 |#1|)) |#2| |#2|)) (-15 -3988 ((-2 (|:| |coef2| |#2|) (|:| -3875 |#1|)) |#2| |#2|)) (-15 -2772 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1174 |#2|) |#1| (-1174 |#2|))) (-15 -1311 ((-1174 |#2|) (-1174 |#2|) |#1|)) (-15 -3830 ((-2 (|:| -2681 |#1|) (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2|)) (-15 -2494 ((-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) |#2| |#2|)) (-15 -2102 (|#1| |#1| |#1| (-713))) (-15 -3742 (|#2| |#2| |#1| |#1| (-713))) (-15 -2521 (|#2| |#2| |#2| |#2| |#1|)) (-15 -1360 (|#1| |#2| |#2|)) (-15 -1639 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|)) (-15 -3318 ((-2 (|:| |coef2| |#2|) (|:| -3801 |#1|)) |#2| |#2|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) 27)) (-2475 (($) NIL T CONST)) (-3949 (((-592 (-592 (-525))) (-592 (-525))) 29)) (-3531 (((-525) $) 45)) (-2627 (($ (-592 (-525))) 17)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2069 (((-592 (-525)) $) 12)) (-3055 (($ $) 32)) (-4100 (((-798) $) 43) (((-592 (-525)) $) 10)) (-3364 (($) 7 T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 20)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 19)) (-2860 (($ $ $) 21)) (* (($ (-856) $) NIL) (($ (-713) $) 25)))
-(((-904) (-13 (-737) (-567 (-592 (-525))) (-10 -8 (-15 -2627 ($ (-592 (-525)))) (-15 -3949 ((-592 (-592 (-525))) (-592 (-525)))) (-15 -3531 ((-525) $)) (-15 -3055 ($ $)) (-15 -4100 ((-592 (-525)) $))))) (T -904))
-((-2627 (*1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-904)))) (-3949 (*1 *2 *3) (-12 (-5 *2 (-592 (-592 (-525)))) (-5 *1 (-904)) (-5 *3 (-592 (-525))))) (-3531 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-904)))) (-3055 (*1 *1 *1) (-5 *1 (-904))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-904)))))
-(-13 (-737) (-567 (-592 (-525))) (-10 -8 (-15 -2627 ($ (-592 (-525)))) (-15 -3949 ((-592 (-592 (-525))) (-592 (-525)))) (-15 -3531 ((-525) $)) (-15 -3055 ($ $)) (-15 -4100 ((-592 (-525)) $))))
-((-2880 (($ $ |#2|) 30)) (-2871 (($ $) 22) (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 15) (($ $ $) NIL) (($ $ |#2|) 20) (($ |#2| $) 19) (($ (-385 (-525)) $) 26) (($ $ (-385 (-525))) 28)))
-(((-905 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -2880 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|))) (-906 |#2| |#3| |#4|) (-977) (-734) (-789)) (T -905))
-NIL
-(-10 -8 (-15 * (|#1| |#1| (-385 (-525)))) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 -2880 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 * (|#1| (-856) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 |#3|) $) 74)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-2853 (((-108) $) 73)) (-2278 (((-108) $) 31)) (-2457 (((-108) $) 62)) (-1272 (($ |#1| |#2|) 61) (($ $ |#3| |#2|) 76) (($ $ (-592 |#3|) (-592 |#2|)) 75)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-3529 ((|#2| $) 64)) (-3926 (($ $) 72)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517))) (($ |#1|) 47 (|has| |#1| (-160)))) (-3136 ((|#1| $ |#2|) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-906 |#1| |#2| |#3|) (-131) (-977) (-734) (-789)) (T -906))
-((-1430 (*1 *2 *1) (-12 (-4 *1 (-906 *2 *3 *4)) (-4 *3 (-734)) (-4 *4 (-789)) (-4 *2 (-977)))) (-1418 (*1 *1 *1) (-12 (-4 *1 (-906 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-734)) (-4 *4 (-789)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-906 *3 *2 *4)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *2 (-734)))) (-1272 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-906 *4 *3 *2)) (-4 *4 (-977)) (-4 *3 (-734)) (-4 *2 (-789)))) (-1272 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 *6)) (-5 *3 (-592 *5)) (-4 *1 (-906 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-734)) (-4 *6 (-789)))) (-1296 (*1 *2 *1) (-12 (-4 *1 (-906 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-734)) (-4 *5 (-789)) (-5 *2 (-592 *5)))) (-2853 (*1 *2 *1) (-12 (-4 *1 (-906 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-734)) (-4 *5 (-789)) (-5 *2 (-108)))) (-3926 (*1 *1 *1) (-12 (-4 *1 (-906 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-734)) (-4 *4 (-789)))))
-(-13 (-46 |t#1| |t#2|) (-10 -8 (-15 -1272 ($ $ |t#3| |t#2|)) (-15 -1272 ($ $ (-592 |t#3|) (-592 |t#2|))) (-15 -1418 ($ $)) (-15 -1430 (|t#1| $)) (-15 -3529 (|t#2| $)) (-15 -1296 ((-592 |t#3|) $)) (-15 -2853 ((-108) $)) (-15 -3926 ($ $))))
-(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) |has| |#1| (-517)) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-269) |has| |#1| (-517)) ((-517) |has| |#1| (-517)) ((-594 #0#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #0#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) |has| |#1| (-517)) ((-669) . T) ((-983 #0#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-3060 (((-1015 (-205)) $) 8)) (-3048 (((-1015 (-205)) $) 9)) (-3039 (((-1015 (-205)) $) 10)) (-2708 (((-592 (-592 (-878 (-205)))) $) 11)) (-4100 (((-798) $) 6)))
-(((-907) (-131)) (T -907))
-((-2708 (*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-592 (-592 (-878 (-205))))))) (-3039 (*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-1015 (-205))))) (-3048 (*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-1015 (-205))))) (-3060 (*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-1015 (-205))))))
-(-13 (-566 (-798)) (-10 -8 (-15 -2708 ((-592 (-592 (-878 (-205)))) $)) (-15 -3039 ((-1015 (-205)) $)) (-15 -3048 ((-1015 (-205)) $)) (-15 -3060 ((-1015 (-205)) $))))
-(((-566 (-798)) . T))
-((-1296 (((-592 |#4|) $) 23)) (-2071 (((-108) $) 48)) (-3093 (((-108) $) 47)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#4|) 36)) (-3542 (((-108) $) 49)) (-2462 (((-108) $ $) 55)) (-2390 (((-108) $ $) 58)) (-1698 (((-108) $) 53)) (-3308 (((-592 |#5|) (-592 |#5|) $) 90)) (-1655 (((-592 |#5|) (-592 |#5|) $) 87)) (-3681 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-3435 (((-592 |#4|) $) 27)) (-2468 (((-108) |#4| $) 30)) (-2991 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 73)) (-4151 (($ $ |#4|) 33)) (-3522 (($ $ |#4|) 32)) (-3963 (($ $ |#4|) 34)) (-2775 (((-108) $ $) 40)))
-(((-908 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3093 ((-108) |#1|)) (-15 -3308 ((-592 |#5|) (-592 |#5|) |#1|)) (-15 -1655 ((-592 |#5|) (-592 |#5|) |#1|)) (-15 -3681 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2991 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3542 ((-108) |#1|)) (-15 -2390 ((-108) |#1| |#1|)) (-15 -2462 ((-108) |#1| |#1|)) (-15 -1698 ((-108) |#1|)) (-15 -2071 ((-108) |#1|)) (-15 -1842 ((-2 (|:| |under| |#1|) (|:| -1340 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4151 (|#1| |#1| |#4|)) (-15 -3963 (|#1| |#1| |#4|)) (-15 -3522 (|#1| |#1| |#4|)) (-15 -2468 ((-108) |#4| |#1|)) (-15 -3435 ((-592 |#4|) |#1|)) (-15 -1296 ((-592 |#4|) |#1|)) (-15 -2775 ((-108) |#1| |#1|))) (-909 |#2| |#3| |#4| |#5|) (-977) (-735) (-789) (-991 |#2| |#3| |#4|)) (T -908))
-NIL
-(-10 -8 (-15 -3093 ((-108) |#1|)) (-15 -3308 ((-592 |#5|) (-592 |#5|) |#1|)) (-15 -1655 ((-592 |#5|) (-592 |#5|) |#1|)) (-15 -3681 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2991 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -3542 ((-108) |#1|)) (-15 -2390 ((-108) |#1| |#1|)) (-15 -2462 ((-108) |#1| |#1|)) (-15 -1698 ((-108) |#1|)) (-15 -2071 ((-108) |#1|)) (-15 -1842 ((-2 (|:| |under| |#1|) (|:| -1340 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4151 (|#1| |#1| |#4|)) (-15 -3963 (|#1| |#1| |#4|)) (-15 -3522 (|#1| |#1| |#4|)) (-15 -2468 ((-108) |#4| |#1|)) (-15 -3435 ((-592 |#4|) |#1|)) (-15 -1296 ((-592 |#4|) |#1|)) (-15 -2775 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-1296 (((-592 |#3|) $) 33)) (-2071 (((-108) $) 26)) (-3093 (((-108) $) 17 (|has| |#1| (-517)))) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) 27)) (-3779 (((-108) $ (-713)) 44)) (-2399 (($ (-1 (-108) |#4|) $) 65 (|has| $ (-6 -4259)))) (-2475 (($) 45 T CONST)) (-3542 (((-108) $) 22 (|has| |#1| (-517)))) (-2462 (((-108) $ $) 24 (|has| |#1| (-517)))) (-2390 (((-108) $ $) 23 (|has| |#1| (-517)))) (-1698 (((-108) $) 25 (|has| |#1| (-517)))) (-3308 (((-592 |#4|) (-592 |#4|) $) 18 (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) 19 (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) 36)) (-4105 (($ (-592 |#4|)) 35)) (-1681 (($ $) 68 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#4| $) 67 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#4|) $) 64 (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-517)))) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4259)))) (-2175 (((-592 |#4|) $) 52 (|has| $ (-6 -4259)))) (-2577 ((|#3| $) 34)) (-2516 (((-108) $ (-713)) 43)) (-2617 (((-592 |#4|) $) 53 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 55 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 47)) (-3435 (((-592 |#3|) $) 32)) (-2468 (((-108) |#3| $) 31)) (-4028 (((-108) $ (-713)) 42)) (-1289 (((-1075) $) 9)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-517)))) (-3993 (((-1039) $) 10)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) 61)) (-1518 (((-108) (-1 (-108) |#4|) $) 50 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) 59 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) 57 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) 56 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) 38)) (-3479 (((-108) $) 41)) (-1558 (($) 40)) (-4002 (((-713) |#4| $) 54 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#4|) $) 51 (|has| $ (-6 -4259)))) (-2503 (($ $) 39)) (-2069 (((-501) $) 69 (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 60)) (-4151 (($ $ |#3|) 28)) (-3522 (($ $ |#3|) 30)) (-3963 (($ $ |#3|) 29)) (-4100 (((-798) $) 11) (((-592 |#4|) $) 37)) (-2706 (((-108) (-1 (-108) |#4|) $) 49 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 6)) (-2827 (((-713) $) 46 (|has| $ (-6 -4259)))))
-(((-909 |#1| |#2| |#3| |#4|) (-131) (-977) (-735) (-789) (-991 |t#1| |t#2| |t#3|)) (T -909))
-((-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *1 (-909 *3 *4 *5 *6)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *1 (-909 *3 *4 *5 *6)))) (-2577 (*1 *2 *1) (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-991 *3 *4 *2)) (-4 *2 (-789)))) (-1296 (*1 *2 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *5)))) (-3435 (*1 *2 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *5)))) (-2468 (*1 *2 *3 *1) (-12 (-4 *1 (-909 *4 *5 *3 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-4 *6 (-991 *4 *5 *3)) (-5 *2 (-108)))) (-3522 (*1 *1 *1 *2) (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)) (-4 *5 (-991 *3 *4 *2)))) (-3963 (*1 *1 *1 *2) (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)) (-4 *5 (-991 *3 *4 *2)))) (-4151 (*1 *1 *1 *2) (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)) (-4 *5 (-991 *3 *4 *2)))) (-1842 (*1 *2 *1 *3) (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-4 *6 (-991 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -1340 *1) (|:| |upper| *1))) (-4 *1 (-909 *4 *5 *3 *6)))) (-2071 (*1 *2 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))) (-1698 (*1 *2 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-5 *2 (-108)))) (-2462 (*1 *2 *1 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-5 *2 (-108)))) (-2390 (*1 *2 *1 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-5 *2 (-108)))) (-3542 (*1 *2 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-5 *2 (-108)))) (-2991 (*1 *2 *3 *1) (-12 (-4 *1 (-909 *4 *5 *6 *3)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-4 *4 (-517)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-3681 (*1 *2 *3 *1) (-12 (-4 *1 (-909 *4 *5 *6 *3)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-4 *4 (-517)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-1655 (*1 *2 *2 *1) (-12 (-5 *2 (-592 *6)) (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)))) (-3308 (*1 *2 *2 *1) (-12 (-5 *2 (-592 *6)) (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)))) (-3093 (*1 *2 *1) (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-5 *2 (-108)))))
-(-13 (-1020) (-142 |t#4|) (-566 (-592 |t#4|)) (-10 -8 (-6 -4259) (-15 -1934 ((-3 $ "failed") (-592 |t#4|))) (-15 -4105 ($ (-592 |t#4|))) (-15 -2577 (|t#3| $)) (-15 -1296 ((-592 |t#3|) $)) (-15 -3435 ((-592 |t#3|) $)) (-15 -2468 ((-108) |t#3| $)) (-15 -3522 ($ $ |t#3|)) (-15 -3963 ($ $ |t#3|)) (-15 -4151 ($ $ |t#3|)) (-15 -1842 ((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |t#3|)) (-15 -2071 ((-108) $)) (IF (|has| |t#1| (-517)) (PROGN (-15 -1698 ((-108) $)) (-15 -2462 ((-108) $ $)) (-15 -2390 ((-108) $ $)) (-15 -3542 ((-108) $)) (-15 -2991 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3681 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -1655 ((-592 |t#4|) (-592 |t#4|) $)) (-15 -3308 ((-592 |t#4|) (-592 |t#4|) $)) (-15 -3093 ((-108) $))) |%noBranch|)))
-(((-33) . T) ((-97) . T) ((-566 (-592 |#4|)) . T) ((-566 (-798)) . T) ((-142 |#4|) . T) ((-567 (-501)) |has| |#4| (-567 (-501))) ((-288 |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-464 |#4|) . T) ((-486 |#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-1020) . T) ((-1128) . T))
-((-1481 (((-592 |#4|) |#4| |#4|) 118)) (-3124 (((-592 |#4|) (-592 |#4|) (-108)) 107 (|has| |#1| (-429))) (((-592 |#4|) (-592 |#4|)) 108 (|has| |#1| (-429)))) (-3992 (((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|)) 35)) (-3207 (((-108) |#4|) 34)) (-1483 (((-592 |#4|) |#4|) 103 (|has| |#1| (-429)))) (-2115 (((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-1 (-108) |#4|) (-592 |#4|)) 20)) (-3117 (((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 (-1 (-108) |#4|)) (-592 |#4|)) 22)) (-3330 (((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 (-1 (-108) |#4|)) (-592 |#4|)) 23)) (-2753 (((-3 (-2 (|:| |bas| (-453 |#1| |#2| |#3| |#4|)) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|)) 73)) (-1578 (((-592 |#4|) (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|)) 85)) (-3583 (((-592 |#4|) (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|)) 111)) (-1672 (((-592 |#4|) (-592 |#4|)) 110)) (-1871 (((-592 |#4|) (-592 |#4|) (-592 |#4|) (-108)) 48) (((-592 |#4|) (-592 |#4|) (-592 |#4|)) 50)) (-2118 ((|#4| |#4| (-592 |#4|)) 49)) (-3813 (((-592 |#4|) (-592 |#4|) (-592 |#4|)) 114 (|has| |#1| (-429)))) (-2025 (((-592 |#4|) (-592 |#4|) (-592 |#4|)) 117 (|has| |#1| (-429)))) (-1358 (((-592 |#4|) (-592 |#4|) (-592 |#4|)) 116 (|has| |#1| (-429)))) (-3947 (((-592 |#4|) (-592 |#4|) (-592 |#4|) (-1 (-592 |#4|) (-592 |#4|))) 87) (((-592 |#4|) (-592 |#4|) (-592 |#4|)) 89) (((-592 |#4|) (-592 |#4|) |#4|) 121) (((-592 |#4|) |#4| |#4|) 119) (((-592 |#4|) (-592 |#4|)) 88)) (-2857 (((-592 |#4|) (-592 |#4|) (-592 |#4|)) 100 (-12 (|has| |#1| (-138)) (|has| |#1| (-286))))) (-3483 (((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|)) 41)) (-2778 (((-108) (-592 |#4|)) 62)) (-2195 (((-108) (-592 |#4|) (-592 (-592 |#4|))) 53)) (-2377 (((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|)) 29)) (-3002 (((-108) |#4|) 28)) (-2879 (((-592 |#4|) (-592 |#4|)) 98 (-12 (|has| |#1| (-138)) (|has| |#1| (-286))))) (-1206 (((-592 |#4|) (-592 |#4|)) 99 (-12 (|has| |#1| (-138)) (|has| |#1| (-286))))) (-3549 (((-592 |#4|) (-592 |#4|)) 66)) (-2047 (((-592 |#4|) (-592 |#4|)) 79)) (-4218 (((-108) (-592 |#4|) (-592 |#4|)) 51)) (-3169 (((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|)) 39)) (-1976 (((-108) |#4|) 36)))
-(((-910 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3947 ((-592 |#4|) (-592 |#4|))) (-15 -3947 ((-592 |#4|) |#4| |#4|)) (-15 -1672 ((-592 |#4|) (-592 |#4|))) (-15 -1481 ((-592 |#4|) |#4| |#4|)) (-15 -3947 ((-592 |#4|) (-592 |#4|) |#4|)) (-15 -3947 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -3947 ((-592 |#4|) (-592 |#4|) (-592 |#4|) (-1 (-592 |#4|) (-592 |#4|)))) (-15 -4218 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -2195 ((-108) (-592 |#4|) (-592 (-592 |#4|)))) (-15 -2778 ((-108) (-592 |#4|))) (-15 -2115 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-1 (-108) |#4|) (-592 |#4|))) (-15 -3117 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 (-1 (-108) |#4|)) (-592 |#4|))) (-15 -3330 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 (-1 (-108) |#4|)) (-592 |#4|))) (-15 -3483 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -3207 ((-108) |#4|)) (-15 -3992 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -3002 ((-108) |#4|)) (-15 -2377 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -1976 ((-108) |#4|)) (-15 -3169 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -1871 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -1871 ((-592 |#4|) (-592 |#4|) (-592 |#4|) (-108))) (-15 -2118 (|#4| |#4| (-592 |#4|))) (-15 -3549 ((-592 |#4|) (-592 |#4|))) (-15 -2753 ((-3 (-2 (|:| |bas| (-453 |#1| |#2| |#3| |#4|)) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|))) (-15 -2047 ((-592 |#4|) (-592 |#4|))) (-15 -1578 ((-592 |#4|) (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3583 ((-592 |#4|) (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-429)) (PROGN (-15 -1483 ((-592 |#4|) |#4|)) (-15 -3124 ((-592 |#4|) (-592 |#4|))) (-15 -3124 ((-592 |#4|) (-592 |#4|) (-108))) (-15 -3813 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -1358 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -2025 ((-592 |#4|) (-592 |#4|) (-592 |#4|)))) |%noBranch|) (IF (|has| |#1| (-286)) (IF (|has| |#1| (-138)) (PROGN (-15 -1206 ((-592 |#4|) (-592 |#4|))) (-15 -2879 ((-592 |#4|) (-592 |#4|))) (-15 -2857 ((-592 |#4|) (-592 |#4|) (-592 |#4|)))) |%noBranch|) |%noBranch|)) (-517) (-735) (-789) (-991 |#1| |#2| |#3|)) (T -910))
-((-2857 (*1 *2 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-138)) (-4 *3 (-286)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-2879 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-138)) (-4 *3 (-286)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-1206 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-138)) (-4 *3 (-286)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-2025 (*1 *2 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-1358 (*1 *2 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-3813 (*1 *2 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-3124 (*1 *2 *2 *3) (-12 (-5 *2 (-592 *7)) (-5 *3 (-108)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-910 *4 *5 *6 *7)))) (-3124 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-1483 (*1 *2 *3) (-12 (-4 *4 (-429)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *3)) (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))) (-3583 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-592 *8)) (-5 *3 (-1 (-108) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-910 *5 *6 *7 *8)))) (-1578 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-592 *9)) (-5 *3 (-1 (-108) *9)) (-5 *4 (-1 (-108) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-991 *6 *7 *8)) (-4 *6 (-517)) (-4 *7 (-735)) (-4 *8 (-789)) (-5 *1 (-910 *6 *7 *8 *9)))) (-2047 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-2753 (*1 *2 *3) (|partial| -12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-453 *4 *5 *6 *7)) (|:| -3490 (-592 *7)))) (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-3549 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-2118 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-910 *4 *5 *6 *2)))) (-1871 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-592 *7)) (-5 *3 (-108)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-910 *4 *5 *6 *7)))) (-1871 (*1 *2 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-3169 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7)))) (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-1976 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))) (-2377 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7)))) (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-3002 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))) (-3992 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7)))) (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-3207 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))) (-3483 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7)))) (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))) (-3330 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-1 (-108) *8))) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-2 (|:| |goodPols| (-592 *8)) (|:| |badPols| (-592 *8)))) (-5 *1 (-910 *5 *6 *7 *8)) (-5 *4 (-592 *8)))) (-3117 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-1 (-108) *8))) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-2 (|:| |goodPols| (-592 *8)) (|:| |badPols| (-592 *8)))) (-5 *1 (-910 *5 *6 *7 *8)) (-5 *4 (-592 *8)))) (-2115 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-108) *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-2 (|:| |goodPols| (-592 *8)) (|:| |badPols| (-592 *8)))) (-5 *1 (-910 *5 *6 *7 *8)) (-5 *4 (-592 *8)))) (-2778 (*1 *2 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-910 *4 *5 *6 *7)))) (-2195 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-592 *8))) (-5 *3 (-592 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-108)) (-5 *1 (-910 *5 *6 *7 *8)))) (-4218 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-910 *4 *5 *6 *7)))) (-3947 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-592 *7) (-592 *7))) (-5 *2 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-910 *4 *5 *6 *7)))) (-3947 (*1 *2 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-3947 (*1 *2 *2 *3) (-12 (-5 *2 (-592 *3)) (-4 *3 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-910 *4 *5 *6 *3)))) (-1481 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *3)) (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))) (-1672 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))) (-3947 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *3)) (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))) (-3947 (*1 *2 *2) (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))))
-(-10 -7 (-15 -3947 ((-592 |#4|) (-592 |#4|))) (-15 -3947 ((-592 |#4|) |#4| |#4|)) (-15 -1672 ((-592 |#4|) (-592 |#4|))) (-15 -1481 ((-592 |#4|) |#4| |#4|)) (-15 -3947 ((-592 |#4|) (-592 |#4|) |#4|)) (-15 -3947 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -3947 ((-592 |#4|) (-592 |#4|) (-592 |#4|) (-1 (-592 |#4|) (-592 |#4|)))) (-15 -4218 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -2195 ((-108) (-592 |#4|) (-592 (-592 |#4|)))) (-15 -2778 ((-108) (-592 |#4|))) (-15 -2115 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-1 (-108) |#4|) (-592 |#4|))) (-15 -3117 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 (-1 (-108) |#4|)) (-592 |#4|))) (-15 -3330 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 (-1 (-108) |#4|)) (-592 |#4|))) (-15 -3483 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -3207 ((-108) |#4|)) (-15 -3992 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -3002 ((-108) |#4|)) (-15 -2377 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -1976 ((-108) |#4|)) (-15 -3169 ((-2 (|:| |goodPols| (-592 |#4|)) (|:| |badPols| (-592 |#4|))) (-592 |#4|))) (-15 -1871 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -1871 ((-592 |#4|) (-592 |#4|) (-592 |#4|) (-108))) (-15 -2118 (|#4| |#4| (-592 |#4|))) (-15 -3549 ((-592 |#4|) (-592 |#4|))) (-15 -2753 ((-3 (-2 (|:| |bas| (-453 |#1| |#2| |#3| |#4|)) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|))) (-15 -2047 ((-592 |#4|) (-592 |#4|))) (-15 -1578 ((-592 |#4|) (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3583 ((-592 |#4|) (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-429)) (PROGN (-15 -1483 ((-592 |#4|) |#4|)) (-15 -3124 ((-592 |#4|) (-592 |#4|))) (-15 -3124 ((-592 |#4|) (-592 |#4|) (-108))) (-15 -3813 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -1358 ((-592 |#4|) (-592 |#4|) (-592 |#4|))) (-15 -2025 ((-592 |#4|) (-592 |#4|) (-592 |#4|)))) |%noBranch|) (IF (|has| |#1| (-286)) (IF (|has| |#1| (-138)) (PROGN (-15 -1206 ((-592 |#4|) (-592 |#4|))) (-15 -2879 ((-592 |#4|) (-592 |#4|))) (-15 -2857 ((-592 |#4|) (-592 |#4|) (-592 |#4|)))) |%noBranch|) |%noBranch|))
-((-2891 (((-2 (|:| R (-632 |#1|)) (|:| A (-632 |#1|)) (|:| |Ainv| (-632 |#1|))) (-632 |#1|) (-94 |#1|) (-1 |#1| |#1|)) 19)) (-1213 (((-592 (-2 (|:| C (-632 |#1|)) (|:| |g| (-1174 |#1|)))) (-632 |#1|) (-1174 |#1|)) 36)) (-2330 (((-632 |#1|) (-632 |#1|) (-632 |#1|) (-94 |#1|) (-1 |#1| |#1|)) 16)))
-(((-911 |#1|) (-10 -7 (-15 -2891 ((-2 (|:| R (-632 |#1|)) (|:| A (-632 |#1|)) (|:| |Ainv| (-632 |#1|))) (-632 |#1|) (-94 |#1|) (-1 |#1| |#1|))) (-15 -2330 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-94 |#1|) (-1 |#1| |#1|))) (-15 -1213 ((-592 (-2 (|:| C (-632 |#1|)) (|:| |g| (-1174 |#1|)))) (-632 |#1|) (-1174 |#1|)))) (-341)) (T -911))
-((-1213 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-5 *2 (-592 (-2 (|:| C (-632 *5)) (|:| |g| (-1174 *5))))) (-5 *1 (-911 *5)) (-5 *3 (-632 *5)) (-5 *4 (-1174 *5)))) (-2330 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-632 *5)) (-5 *3 (-94 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-341)) (-5 *1 (-911 *5)))) (-2891 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-94 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-341)) (-5 *2 (-2 (|:| R (-632 *6)) (|:| A (-632 *6)) (|:| |Ainv| (-632 *6)))) (-5 *1 (-911 *6)) (-5 *3 (-632 *6)))))
-(-10 -7 (-15 -2891 ((-2 (|:| R (-632 |#1|)) (|:| A (-632 |#1|)) (|:| |Ainv| (-632 |#1|))) (-632 |#1|) (-94 |#1|) (-1 |#1| |#1|))) (-15 -2330 ((-632 |#1|) (-632 |#1|) (-632 |#1|) (-94 |#1|) (-1 |#1| |#1|))) (-15 -1213 ((-592 (-2 (|:| C (-632 |#1|)) (|:| |g| (-1174 |#1|)))) (-632 |#1|) (-1174 |#1|))))
-((-3586 (((-396 |#4|) |#4|) 48)))
-(((-912 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3586 ((-396 |#4|) |#4|))) (-789) (-735) (-429) (-884 |#3| |#2| |#1|)) (T -912))
-((-3586 (*1 *2 *3) (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-429)) (-5 *2 (-396 *3)) (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-884 *6 *5 *4)))))
-(-10 -7 (-15 -3586 ((-396 |#4|) |#4|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-1221 (($ (-713)) 112 (|has| |#1| (-23)))) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) 98) (((-108) $) 92 (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) 89 (|has| $ (-6 -4260))) (($ $) 88 (-12 (|has| |#1| (-789)) (|has| $ (-6 -4260))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#1| $ (-525) |#1|) 52 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 58 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-2670 (($ $) 90 (|has| $ (-6 -4260)))) (-1652 (($ $) 100)) (-1681 (($ $) 78 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#1| $) 77 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 74 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 51)) (-3856 (((-525) (-1 (-108) |#1|) $) 97) (((-525) |#1| $) 96 (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) 95 (|has| |#1| (-1020)))) (-4112 (($ (-592 |#1|)) 118)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-1825 (((-632 |#1|) $ $) 105 (|has| |#1| (-977)))) (-3324 (($ (-713) |#1|) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3033 (($ $ $) 87 (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-1609 (($ $ $) 86 (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2482 ((|#1| $) 102 (-12 (|has| |#1| (-977)) (|has| |#1| (-934))))) (-4028 (((-108) $ (-713)) 10)) (-4128 ((|#1| $) 103 (-12 (|has| |#1| (-977)) (|has| |#1| (-934))))) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 42 (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 71)) (-3453 (($ $ |#1|) 41 (|has| $ (-6 -4260)))) (-1397 (($ $ (-592 |#1|)) 115)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) |#1|) 50) ((|#1| $ (-525)) 49) (($ $ (-1141 (-525))) 63)) (-3584 ((|#1| $ $) 106 (|has| |#1| (-977)))) (-3933 (((-856) $) 117)) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-2548 (($ $ $) 104)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3632 (($ $ $ (-525)) 91 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| |#1| (-567 (-501)))) (($ (-592 |#1|)) 116)) (-4114 (($ (-592 |#1|)) 70)) (-2035 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) 84 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 83 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2817 (((-108) $ $) 85 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 82 (|has| |#1| (-789)))) (-2871 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-2860 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-525) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-669))) (($ $ |#1|) 107 (|has| |#1| (-669)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-913 |#1|) (-131) (-977)) (T -913))
-((-4112 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-977)) (-4 *1 (-913 *3)))) (-3933 (*1 *2 *1) (-12 (-4 *1 (-913 *3)) (-4 *3 (-977)) (-5 *2 (-856)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-977)) (-4 *1 (-913 *3)))) (-2548 (*1 *1 *1 *1) (-12 (-4 *1 (-913 *2)) (-4 *2 (-977)))) (-1397 (*1 *1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *1 (-913 *3)) (-4 *3 (-977)))))
-(-13 (-1172 |t#1|) (-10 -8 (-15 -4112 ($ (-592 |t#1|))) (-15 -3933 ((-856) $)) (-15 -2069 ($ (-592 |t#1|))) (-15 -2548 ($ $ $)) (-15 -1397 ($ $ (-592 |t#1|)))))
-(((-33) . T) ((-97) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-351 |#1|) . T) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-19 |#1|) . T) ((-789) |has| |#1| (-789)) ((-1020) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-1128) . T) ((-1172 |#1|) . T))
-((-2016 (((-878 |#2|) (-1 |#2| |#1|) (-878 |#1|)) 17)))
-(((-914 |#1| |#2|) (-10 -7 (-15 -2016 ((-878 |#2|) (-1 |#2| |#1|) (-878 |#1|)))) (-977) (-977)) (T -914))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-878 *5)) (-4 *5 (-977)) (-4 *6 (-977)) (-5 *2 (-878 *6)) (-5 *1 (-914 *5 *6)))))
-(-10 -7 (-15 -2016 ((-878 |#2|) (-1 |#2| |#1|) (-878 |#1|))))
-((-3478 ((|#1| (-878 |#1|)) 13)) (-2095 ((|#1| (-878 |#1|)) 12)) (-2117 ((|#1| (-878 |#1|)) 11)) (-2146 ((|#1| (-878 |#1|)) 15)) (-3718 ((|#1| (-878 |#1|)) 21)) (-2098 ((|#1| (-878 |#1|)) 14)) (-2028 ((|#1| (-878 |#1|)) 16)) (-2974 ((|#1| (-878 |#1|)) 20)) (-3785 ((|#1| (-878 |#1|)) 19)))
-(((-915 |#1|) (-10 -7 (-15 -2117 (|#1| (-878 |#1|))) (-15 -2095 (|#1| (-878 |#1|))) (-15 -3478 (|#1| (-878 |#1|))) (-15 -2098 (|#1| (-878 |#1|))) (-15 -2146 (|#1| (-878 |#1|))) (-15 -2028 (|#1| (-878 |#1|))) (-15 -3785 (|#1| (-878 |#1|))) (-15 -2974 (|#1| (-878 |#1|))) (-15 -3718 (|#1| (-878 |#1|)))) (-977)) (T -915))
-((-3718 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-2974 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-3785 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-2028 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-2146 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-2098 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-3478 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-2095 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))) (-2117 (*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(-10 -7 (-15 -2117 (|#1| (-878 |#1|))) (-15 -2095 (|#1| (-878 |#1|))) (-15 -3478 (|#1| (-878 |#1|))) (-15 -2098 (|#1| (-878 |#1|))) (-15 -2146 (|#1| (-878 |#1|))) (-15 -2028 (|#1| (-878 |#1|))) (-15 -3785 (|#1| (-878 |#1|))) (-15 -2974 (|#1| (-878 |#1|))) (-15 -3718 (|#1| (-878 |#1|))))
-((-1621 (((-3 |#1| "failed") |#1|) 18)) (-3765 (((-3 |#1| "failed") |#1|) 6)) (-3240 (((-3 |#1| "failed") |#1|) 16)) (-2008 (((-3 |#1| "failed") |#1|) 4)) (-2279 (((-3 |#1| "failed") |#1|) 20)) (-3719 (((-3 |#1| "failed") |#1|) 8)) (-3915 (((-3 |#1| "failed") |#1| (-713)) 1)) (-4053 (((-3 |#1| "failed") |#1|) 3)) (-3747 (((-3 |#1| "failed") |#1|) 2)) (-3958 (((-3 |#1| "failed") |#1|) 21)) (-3407 (((-3 |#1| "failed") |#1|) 9)) (-2296 (((-3 |#1| "failed") |#1|) 19)) (-4103 (((-3 |#1| "failed") |#1|) 7)) (-3046 (((-3 |#1| "failed") |#1|) 17)) (-2143 (((-3 |#1| "failed") |#1|) 5)) (-3434 (((-3 |#1| "failed") |#1|) 24)) (-3484 (((-3 |#1| "failed") |#1|) 12)) (-1552 (((-3 |#1| "failed") |#1|) 22)) (-1912 (((-3 |#1| "failed") |#1|) 10)) (-2538 (((-3 |#1| "failed") |#1|) 26)) (-1543 (((-3 |#1| "failed") |#1|) 14)) (-1335 (((-3 |#1| "failed") |#1|) 27)) (-2607 (((-3 |#1| "failed") |#1|) 15)) (-3511 (((-3 |#1| "failed") |#1|) 25)) (-2200 (((-3 |#1| "failed") |#1|) 13)) (-3143 (((-3 |#1| "failed") |#1|) 23)) (-2943 (((-3 |#1| "failed") |#1|) 11)))
-(((-916 |#1|) (-131) (-1114)) (T -916))
-((-1335 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2538 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3511 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3434 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3143 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-1552 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3958 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2279 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2296 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-1621 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3046 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3240 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2607 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-1543 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2200 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3484 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2943 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-1912 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3407 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3719 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-4103 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3765 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2143 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-2008 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-4053 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3747 (*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))) (-3915 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-713)) (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(-13 (-10 -7 (-15 -3915 ((-3 |t#1| "failed") |t#1| (-713))) (-15 -3747 ((-3 |t#1| "failed") |t#1|)) (-15 -4053 ((-3 |t#1| "failed") |t#1|)) (-15 -2008 ((-3 |t#1| "failed") |t#1|)) (-15 -2143 ((-3 |t#1| "failed") |t#1|)) (-15 -3765 ((-3 |t#1| "failed") |t#1|)) (-15 -4103 ((-3 |t#1| "failed") |t#1|)) (-15 -3719 ((-3 |t#1| "failed") |t#1|)) (-15 -3407 ((-3 |t#1| "failed") |t#1|)) (-15 -1912 ((-3 |t#1| "failed") |t#1|)) (-15 -2943 ((-3 |t#1| "failed") |t#1|)) (-15 -3484 ((-3 |t#1| "failed") |t#1|)) (-15 -2200 ((-3 |t#1| "failed") |t#1|)) (-15 -1543 ((-3 |t#1| "failed") |t#1|)) (-15 -2607 ((-3 |t#1| "failed") |t#1|)) (-15 -3240 ((-3 |t#1| "failed") |t#1|)) (-15 -3046 ((-3 |t#1| "failed") |t#1|)) (-15 -1621 ((-3 |t#1| "failed") |t#1|)) (-15 -2296 ((-3 |t#1| "failed") |t#1|)) (-15 -2279 ((-3 |t#1| "failed") |t#1|)) (-15 -3958 ((-3 |t#1| "failed") |t#1|)) (-15 -1552 ((-3 |t#1| "failed") |t#1|)) (-15 -3143 ((-3 |t#1| "failed") |t#1|)) (-15 -3434 ((-3 |t#1| "failed") |t#1|)) (-15 -3511 ((-3 |t#1| "failed") |t#1|)) (-15 -2538 ((-3 |t#1| "failed") |t#1|)) (-15 -1335 ((-3 |t#1| "failed") |t#1|))))
-((-1684 ((|#4| |#4| (-592 |#3|)) 56) ((|#4| |#4| |#3|) 55)) (-3336 ((|#4| |#4| (-592 |#3|)) 23) ((|#4| |#4| |#3|) 19)) (-2016 ((|#4| (-1 |#4| (-887 |#1|)) |#4|) 30)))
-(((-917 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3336 (|#4| |#4| |#3|)) (-15 -3336 (|#4| |#4| (-592 |#3|))) (-15 -1684 (|#4| |#4| |#3|)) (-15 -1684 (|#4| |#4| (-592 |#3|))) (-15 -2016 (|#4| (-1 |#4| (-887 |#1|)) |#4|))) (-977) (-735) (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092))))) (-884 (-887 |#1|) |#2| |#3|)) (T -917))
-((-2016 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-887 *4))) (-4 *4 (-977)) (-4 *2 (-884 (-887 *4) *5 *6)) (-4 *5 (-735)) (-4 *6 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092)))))) (-5 *1 (-917 *4 *5 *6 *2)))) (-1684 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *6)) (-4 *6 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092)))))) (-4 *4 (-977)) (-4 *5 (-735)) (-5 *1 (-917 *4 *5 *6 *2)) (-4 *2 (-884 (-887 *4) *5 *6)))) (-1684 (*1 *2 *2 *3) (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092)))))) (-5 *1 (-917 *4 *5 *3 *2)) (-4 *2 (-884 (-887 *4) *5 *3)))) (-3336 (*1 *2 *2 *3) (-12 (-5 *3 (-592 *6)) (-4 *6 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092)))))) (-4 *4 (-977)) (-4 *5 (-735)) (-5 *1 (-917 *4 *5 *6 *2)) (-4 *2 (-884 (-887 *4) *5 *6)))) (-3336 (*1 *2 *2 *3) (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)) (-15 -3469 ((-3 $ "failed") (-1092)))))) (-5 *1 (-917 *4 *5 *3 *2)) (-4 *2 (-884 (-887 *4) *5 *3)))))
-(-10 -7 (-15 -3336 (|#4| |#4| |#3|)) (-15 -3336 (|#4| |#4| (-592 |#3|))) (-15 -1684 (|#4| |#4| |#3|)) (-15 -1684 (|#4| |#4| (-592 |#3|))) (-15 -2016 (|#4| (-1 |#4| (-887 |#1|)) |#4|)))
-((-2465 ((|#2| |#3|) 35)) (-1794 (((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) |#2|) 73)) (-3295 (((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) 89)))
-(((-918 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3295 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))))) (-15 -1794 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) |#2|)) (-15 -2465 (|#2| |#3|))) (-327) (-1150 |#1|) (-1150 |#2|) (-667 |#2| |#3|)) (T -918))
-((-2465 (*1 *2 *3) (-12 (-4 *3 (-1150 *2)) (-4 *2 (-1150 *4)) (-5 *1 (-918 *4 *2 *3 *5)) (-4 *4 (-327)) (-4 *5 (-667 *2 *3)))) (-1794 (*1 *2 *3) (-12 (-4 *4 (-327)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 *3)) (-5 *2 (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-632 *3)))) (-5 *1 (-918 *4 *3 *5 *6)) (-4 *6 (-667 *3 *5)))) (-3295 (*1 *2) (-12 (-4 *3 (-327)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| -2103 (-632 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-632 *4)))) (-5 *1 (-918 *3 *4 *5 *6)) (-4 *6 (-667 *4 *5)))))
-(-10 -7 (-15 -3295 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))))) (-15 -1794 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) |#2|)) (-15 -2465 (|#2| |#3|)))
-((-1704 (((-920 (-385 (-525)) (-800 |#1|) (-220 |#2| (-713)) (-227 |#1| (-385 (-525)))) (-920 (-385 (-525)) (-800 |#1|) (-220 |#2| (-713)) (-227 |#1| (-385 (-525))))) 69)))
-(((-919 |#1| |#2|) (-10 -7 (-15 -1704 ((-920 (-385 (-525)) (-800 |#1|) (-220 |#2| (-713)) (-227 |#1| (-385 (-525)))) (-920 (-385 (-525)) (-800 |#1|) (-220 |#2| (-713)) (-227 |#1| (-385 (-525))))))) (-592 (-1092)) (-713)) (T -919))
-((-1704 (*1 *2 *2) (-12 (-5 *2 (-920 (-385 (-525)) (-800 *3) (-220 *4 (-713)) (-227 *3 (-385 (-525))))) (-14 *3 (-592 (-1092))) (-14 *4 (-713)) (-5 *1 (-919 *3 *4)))))
-(-10 -7 (-15 -1704 ((-920 (-385 (-525)) (-800 |#1|) (-220 |#2| (-713)) (-227 |#1| (-385 (-525)))) (-920 (-385 (-525)) (-800 |#1|) (-220 |#2| (-713)) (-227 |#1| (-385 (-525)))))))
-((-4087 (((-108) $ $) NIL)) (-2077 (((-3 (-108) "failed") $) 69)) (-3800 (($ $) 36 (-12 (|has| |#1| (-138)) (|has| |#1| (-286))))) (-2990 (($ $ (-3 (-108) "failed")) 70)) (-3895 (($ (-592 |#4|) |#4|) 25)) (-1289 (((-1075) $) NIL)) (-3495 (($ $) 67)) (-3993 (((-1039) $) NIL)) (-3479 (((-108) $) 68)) (-1558 (($) 30)) (-1523 ((|#4| $) 72)) (-2787 (((-592 |#4|) $) 71)) (-4100 (((-798) $) 66)) (-2775 (((-108) $ $) NIL)))
-(((-920 |#1| |#2| |#3| |#4|) (-13 (-1020) (-566 (-798)) (-10 -8 (-15 -1558 ($)) (-15 -3895 ($ (-592 |#4|) |#4|)) (-15 -2077 ((-3 (-108) "failed") $)) (-15 -2990 ($ $ (-3 (-108) "failed"))) (-15 -3479 ((-108) $)) (-15 -2787 ((-592 |#4|) $)) (-15 -1523 (|#4| $)) (-15 -3495 ($ $)) (IF (|has| |#1| (-286)) (IF (|has| |#1| (-138)) (-15 -3800 ($ $)) |%noBranch|) |%noBranch|))) (-429) (-789) (-735) (-884 |#1| |#3| |#2|)) (T -920))
-((-1558 (*1 *1) (-12 (-4 *2 (-429)) (-4 *3 (-789)) (-4 *4 (-735)) (-5 *1 (-920 *2 *3 *4 *5)) (-4 *5 (-884 *2 *4 *3)))) (-3895 (*1 *1 *2 *3) (-12 (-5 *2 (-592 *3)) (-4 *3 (-884 *4 *6 *5)) (-4 *4 (-429)) (-4 *5 (-789)) (-4 *6 (-735)) (-5 *1 (-920 *4 *5 *6 *3)))) (-2077 (*1 *2 *1) (|partial| -12 (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)) (-5 *2 (-108)) (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-884 *3 *5 *4)))) (-2990 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-108) "failed")) (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)) (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-884 *3 *5 *4)))) (-3479 (*1 *2 *1) (-12 (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)) (-5 *2 (-108)) (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-884 *3 *5 *4)))) (-2787 (*1 *2 *1) (-12 (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)) (-5 *2 (-592 *6)) (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-884 *3 *5 *4)))) (-1523 (*1 *2 *1) (-12 (-4 *2 (-884 *3 *5 *4)) (-5 *1 (-920 *3 *4 *5 *2)) (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)))) (-3495 (*1 *1 *1) (-12 (-4 *2 (-429)) (-4 *3 (-789)) (-4 *4 (-735)) (-5 *1 (-920 *2 *3 *4 *5)) (-4 *5 (-884 *2 *4 *3)))) (-3800 (*1 *1 *1) (-12 (-4 *2 (-138)) (-4 *2 (-286)) (-4 *2 (-429)) (-4 *3 (-789)) (-4 *4 (-735)) (-5 *1 (-920 *2 *3 *4 *5)) (-4 *5 (-884 *2 *4 *3)))))
-(-13 (-1020) (-566 (-798)) (-10 -8 (-15 -1558 ($)) (-15 -3895 ($ (-592 |#4|) |#4|)) (-15 -2077 ((-3 (-108) "failed") $)) (-15 -2990 ($ $ (-3 (-108) "failed"))) (-15 -3479 ((-108) $)) (-15 -2787 ((-592 |#4|) $)) (-15 -1523 (|#4| $)) (-15 -3495 ($ $)) (IF (|has| |#1| (-286)) (IF (|has| |#1| (-138)) (-15 -3800 ($ $)) |%noBranch|) |%noBranch|)))
-((-1380 (((-108) |#5| |#5|) 38)) (-2826 (((-108) |#5| |#5|) 52)) (-3467 (((-108) |#5| (-592 |#5|)) 74) (((-108) |#5| |#5|) 61)) (-2164 (((-108) (-592 |#4|) (-592 |#4|)) 58)) (-3557 (((-108) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) 63)) (-2767 (((-1179)) 33)) (-3260 (((-1179) (-1075) (-1075) (-1075)) 29)) (-2858 (((-592 |#5|) (-592 |#5|)) 81)) (-3877 (((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) 79)) (-3402 (((-592 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|)))) (-592 |#4|) (-592 |#5|) (-108) (-108)) 101)) (-2603 (((-108) |#5| |#5|) 47)) (-2347 (((-3 (-108) "failed") |#5| |#5|) 71)) (-1632 (((-108) (-592 |#4|) (-592 |#4|)) 57)) (-1266 (((-108) (-592 |#4|) (-592 |#4|)) 59)) (-3472 (((-108) (-592 |#4|) (-592 |#4|)) 60)) (-3409 (((-3 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|))) "failed") (-592 |#4|) |#5| (-592 |#4|) (-108) (-108) (-108) (-108) (-108)) 97)) (-2628 (((-592 |#5|) (-592 |#5|)) 43)))
-(((-921 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3260 ((-1179) (-1075) (-1075) (-1075))) (-15 -2767 ((-1179))) (-15 -1380 ((-108) |#5| |#5|)) (-15 -2628 ((-592 |#5|) (-592 |#5|))) (-15 -2603 ((-108) |#5| |#5|)) (-15 -2826 ((-108) |#5| |#5|)) (-15 -2164 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1632 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1266 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -3472 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -2347 ((-3 (-108) "failed") |#5| |#5|)) (-15 -3467 ((-108) |#5| |#5|)) (-15 -3467 ((-108) |#5| (-592 |#5|))) (-15 -2858 ((-592 |#5|) (-592 |#5|))) (-15 -3557 ((-108) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3877 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-15 -3402 ((-592 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|)))) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -3409 ((-3 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|))) "failed") (-592 |#4|) |#5| (-592 |#4|) (-108) (-108) (-108) (-108) (-108)))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-996 |#1| |#2| |#3| |#4|)) (T -921))
-((-3409 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8)) (-5 *2 (-2 (|:| -1537 (-592 *9)) (|:| -1285 *4) (|:| |ineq| (-592 *9)))) (-5 *1 (-921 *6 *7 *8 *9 *4)) (-5 *3 (-592 *9)) (-4 *4 (-996 *6 *7 *8 *9)))) (-3402 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-592 *10)) (-5 *5 (-108)) (-4 *10 (-996 *6 *7 *8 *9)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8)) (-5 *2 (-592 (-2 (|:| -1537 (-592 *9)) (|:| -1285 *10) (|:| |ineq| (-592 *9))))) (-5 *1 (-921 *6 *7 *8 *9 *10)) (-5 *3 (-592 *9)))) (-3877 (*1 *2 *2) (-12 (-5 *2 (-592 (-2 (|:| |val| (-592 *6)) (|:| -1285 *7)))) (-4 *6 (-991 *3 *4 *5)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-921 *3 *4 *5 *6 *7)))) (-3557 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8))) (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-996 *4 *5 *6 *7)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *8)))) (-2858 (*1 *2 *2) (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *1 (-921 *3 *4 *5 *6 *7)))) (-3467 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *3)) (-4 *3 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-108)) (-5 *1 (-921 *5 *6 *7 *8 *3)))) (-3467 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2347 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-3472 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-1266 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-1632 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-2164 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-2826 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2603 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2628 (*1 *2 *2) (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *1 (-921 *3 *4 *5 *6 *7)))) (-1380 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2767 (*1 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179)) (-5 *1 (-921 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))) (-3260 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179)) (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(-10 -7 (-15 -3260 ((-1179) (-1075) (-1075) (-1075))) (-15 -2767 ((-1179))) (-15 -1380 ((-108) |#5| |#5|)) (-15 -2628 ((-592 |#5|) (-592 |#5|))) (-15 -2603 ((-108) |#5| |#5|)) (-15 -2826 ((-108) |#5| |#5|)) (-15 -2164 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1632 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1266 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -3472 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -2347 ((-3 (-108) "failed") |#5| |#5|)) (-15 -3467 ((-108) |#5| |#5|)) (-15 -3467 ((-108) |#5| (-592 |#5|))) (-15 -2858 ((-592 |#5|) (-592 |#5|))) (-15 -3557 ((-108) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3877 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-15 -3402 ((-592 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|)))) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -3409 ((-3 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|))) "failed") (-592 |#4|) |#5| (-592 |#4|) (-108) (-108) (-108) (-108) (-108))))
-((-3469 (((-1092) $) 15)) (-2219 (((-1075) $) 16)) (-3237 (($ (-1092) (-1075)) 14)) (-4100 (((-798) $) 13)))
-(((-922) (-13 (-566 (-798)) (-10 -8 (-15 -3237 ($ (-1092) (-1075))) (-15 -3469 ((-1092) $)) (-15 -2219 ((-1075) $))))) (T -922))
-((-3237 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1075)) (-5 *1 (-922)))) (-3469 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-922)))) (-2219 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-922)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -3237 ($ (-1092) (-1075))) (-15 -3469 ((-1092) $)) (-15 -2219 ((-1075) $))))
-((-2016 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
-(((-923 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#4| (-1 |#2| |#1|) |#3|))) (-517) (-517) (-925 |#1|) (-925 |#2|)) (T -923))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-517)) (-4 *6 (-517)) (-4 *2 (-925 *6)) (-5 *1 (-923 *5 *6 *4 *2)) (-4 *4 (-925 *5)))))
-(-10 -7 (-15 -2016 (|#4| (-1 |#2| |#1|) |#3|)))
-((-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-1092) "failed") $) 65) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 (-525) "failed") $) 95)) (-4105 ((|#2| $) NIL) (((-1092) $) 60) (((-385 (-525)) $) NIL) (((-525) $) 92)) (-3090 (((-632 (-525)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) 112) (((-632 |#2|) (-632 $)) 28)) (-1903 (($) 98)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 75) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 84)) (-2999 (($ $) 10)) (-2878 (((-3 $ "failed") $) 20)) (-2016 (($ (-1 |#2| |#2|) $) 22)) (-2948 (($) 16)) (-1372 (($ $) 54)) (-2702 (($ $) NIL) (($ $ (-713)) NIL) (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-2874 (($ $) 12)) (-2069 (((-827 (-525)) $) 70) (((-827 (-357)) $) 79) (((-501) $) 40) (((-357) $) 44) (((-205) $) 47)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) 90) (($ |#2|) NIL) (($ (-1092)) 57)) (-2448 (((-713)) 31)) (-2795 (((-108) $ $) 50)))
-(((-924 |#1| |#2|) (-10 -8 (-15 -2795 ((-108) |#1| |#1|)) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -2069 ((-205) |#1|)) (-15 -2069 ((-357) |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -4105 ((-1092) |#1|)) (-15 -1934 ((-3 (-1092) "failed") |#1|)) (-15 -4100 (|#1| (-1092))) (-15 -1903 (|#1|)) (-15 -1372 (|#1| |#1|)) (-15 -2874 (|#1| |#1|)) (-15 -2999 (|#1| |#1|)) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -3090 ((-632 |#2|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 -4100 ((-798) |#1|))) (-925 |#2|) (-517)) (T -924))
-((-2448 (*1 *2) (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-924 *3 *4)) (-4 *3 (-925 *4)))))
-(-10 -8 (-15 -2795 ((-108) |#1| |#1|)) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -2069 ((-205) |#1|)) (-15 -2069 ((-357) |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -4105 ((-1092) |#1|)) (-15 -1934 ((-3 (-1092) "failed") |#1|)) (-15 -4100 (|#1| (-1092))) (-15 -1903 (|#1|)) (-15 -1372 (|#1| |#1|)) (-15 -2874 (|#1| |#1|)) (-15 -2999 (|#1| |#1|)) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -3552 ((-824 (-525) |#1|) |#1| (-827 (-525)) (-824 (-525) |#1|))) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -3090 ((-632 |#2|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1653 ((|#1| $) 139 (|has| |#1| (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-2426 (((-396 (-1088 $)) (-1088 $)) 130 (|has| |#1| (-844)))) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 133 (|has| |#1| (-844)))) (-1507 (((-108) $ $) 59)) (-2971 (((-525) $) 120 (|has| |#1| (-762)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 178) (((-3 (-1092) "failed") $) 128 (|has| |#1| (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) 112 (|has| |#1| (-968 (-525)))) (((-3 (-525) "failed") $) 110 (|has| |#1| (-968 (-525))))) (-4105 ((|#1| $) 177) (((-1092) $) 127 (|has| |#1| (-968 (-1092)))) (((-385 (-525)) $) 111 (|has| |#1| (-968 (-525)))) (((-525) $) 109 (|has| |#1| (-968 (-525))))) (-1356 (($ $ $) 55)) (-3090 (((-632 (-525)) (-632 $)) 152 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 151 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 150) (((-632 |#1|) (-632 $)) 149)) (-3300 (((-3 $ "failed") $) 34)) (-1903 (($) 137 (|has| |#1| (-510)))) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1798 (((-108) $) 71)) (-1889 (((-108) $) 122 (|has| |#1| (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 146 (|has| |#1| (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 145 (|has| |#1| (-821 (-357))))) (-2278 (((-108) $) 31)) (-2999 (($ $) 141)) (-4066 ((|#1| $) 143)) (-2878 (((-3 $ "failed") $) 108 (|has| |#1| (-1068)))) (-4079 (((-108) $) 121 (|has| |#1| (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-3033 (($ $ $) 118 (|has| |#1| (-789)))) (-1609 (($ $ $) 117 (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) 169)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-2948 (($) 107 (|has| |#1| (-1068)) CONST)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-1372 (($ $) 138 (|has| |#1| (-286)))) (-1340 ((|#1| $) 135 (|has| |#1| (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) 132 (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 131 (|has| |#1| (-844)))) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) 175 (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) 174 (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) 173 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) 172 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) 171 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) 170 (|has| |#1| (-486 (-1092) |#1|)))) (-1927 (((-713) $) 58)) (-3431 (($ $ |#1|) 176 (|has| |#1| (-265 |#1| |#1|)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-2702 (($ $) 168 (|has| |#1| (-213))) (($ $ (-713)) 166 (|has| |#1| (-213))) (($ $ (-1092)) 164 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 163 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 162 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 161 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 154) (($ $ (-1 |#1| |#1|)) 153)) (-2874 (($ $) 140)) (-4080 ((|#1| $) 142)) (-2069 (((-827 (-525)) $) 148 (|has| |#1| (-567 (-827 (-525))))) (((-827 (-357)) $) 147 (|has| |#1| (-567 (-827 (-357))))) (((-501) $) 125 (|has| |#1| (-567 (-501)))) (((-357) $) 124 (|has| |#1| (-953))) (((-205) $) 123 (|has| |#1| (-953)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 134 (-3944 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65) (($ |#1|) 181) (($ (-1092)) 129 (|has| |#1| (-968 (-1092))))) (-1463 (((-3 $ "failed") $) 126 (-2067 (|has| |#1| (-136)) (-3944 (|has| $ (-136)) (|has| |#1| (-844)))))) (-2448 (((-713)) 29)) (-3064 ((|#1| $) 136 (|has| |#1| (-510)))) (-1571 (((-108) $ $) 39)) (-2380 (($ $) 119 (|has| |#1| (-762)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $) 167 (|has| |#1| (-213))) (($ $ (-713)) 165 (|has| |#1| (-213))) (($ $ (-1092)) 160 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 159 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 158 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 157 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 156) (($ $ (-1 |#1| |#1|)) 155)) (-2830 (((-108) $ $) 115 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 114 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 116 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 113 (|has| |#1| (-789)))) (-2880 (($ $ $) 64) (($ |#1| |#1|) 144)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66) (($ |#1| $) 180) (($ $ |#1|) 179)))
-(((-925 |#1|) (-131) (-517)) (T -925))
-((-2880 (*1 *1 *2 *2) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))) (-4066 (*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))) (-4080 (*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))) (-2999 (*1 *1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))) (-2874 (*1 *1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))) (-1653 (*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-286)))) (-1372 (*1 *1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-286)))) (-1903 (*1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-510)) (-4 *2 (-517)))) (-3064 (*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-510)))) (-1340 (*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-510)))))
-(-13 (-341) (-37 |t#1|) (-968 |t#1|) (-316 |t#1|) (-211 |t#1|) (-355 |t#1|) (-819 |t#1|) (-378 |t#1|) (-10 -8 (-15 -2880 ($ |t#1| |t#1|)) (-15 -4066 (|t#1| $)) (-15 -4080 (|t#1| $)) (-15 -2999 ($ $)) (-15 -2874 ($ $)) (IF (|has| |t#1| (-1068)) (-6 (-1068)) |%noBranch|) (IF (|has| |t#1| (-968 (-525))) (PROGN (-6 (-968 (-525))) (-6 (-968 (-385 (-525))))) |%noBranch|) (IF (|has| |t#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |t#1| (-762)) (-6 (-762)) |%noBranch|) (IF (|has| |t#1| (-953)) (-6 (-953)) |%noBranch|) (IF (|has| |t#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |t#1| (-968 (-1092))) (-6 (-968 (-1092))) |%noBranch|) (IF (|has| |t#1| (-286)) (PROGN (-15 -1653 (|t#1| $)) (-15 -1372 ($ $))) |%noBranch|) (IF (|has| |t#1| (-510)) (PROGN (-15 -1903 ($)) (-15 -3064 (|t#1| $)) (-15 -1340 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-844)) (-6 (-844)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 |#1|) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 |#1| |#1|) . T) ((-107 $ $) . T) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) . T) ((-567 (-205)) |has| |#1| (-953)) ((-567 (-357)) |has| |#1| (-953)) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-567 (-827 (-357))) |has| |#1| (-567 (-827 (-357)))) ((-567 (-827 (-525))) |has| |#1| (-567 (-827 (-525)))) ((-211 |#1|) . T) ((-213) |has| |#1| (-213)) ((-223) . T) ((-265 |#1| $) |has| |#1| (-265 |#1| |#1|)) ((-269) . T) ((-286) . T) ((-288 |#1|) |has| |#1| (-288 |#1|)) ((-341) . T) ((-316 |#1|) . T) ((-355 |#1|) . T) ((-378 |#1|) . T) ((-429) . T) ((-486 (-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((-486 |#1| |#1|) |has| |#1| (-288 |#1|)) ((-517) . T) ((-594 #0#) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #0#) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-669) . T) ((-733) |has| |#1| (-762)) ((-734) |has| |#1| (-762)) ((-736) |has| |#1| (-762)) ((-737) |has| |#1| (-762)) ((-762) |has| |#1| (-762)) ((-787) |has| |#1| (-762)) ((-789) -2067 (|has| |#1| (-789)) (|has| |#1| (-762))) ((-835 (-1092)) |has| |#1| (-835 (-1092))) ((-821 (-357)) |has| |#1| (-821 (-357))) ((-821 (-525)) |has| |#1| (-821 (-525))) ((-819 |#1|) . T) ((-844) |has| |#1| (-844)) ((-855) . T) ((-953) |has| |#1| (-953)) ((-968 (-385 (-525))) |has| |#1| (-968 (-525))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 (-1092)) |has| |#1| (-968 (-1092))) ((-968 |#1|) . T) ((-983 #0#) . T) ((-983 |#1|) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) |has| |#1| (-1068)) ((-1128) . T) ((-1132) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1729 (($ (-1059 |#1| |#2|)) 11)) (-4054 (((-1059 |#1| |#2|) $) 12)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3431 ((|#2| $ (-220 |#1| |#2|)) 16)) (-4100 (((-798) $) NIL)) (-3364 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL)))
-(((-926 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -1729 ($ (-1059 |#1| |#2|))) (-15 -4054 ((-1059 |#1| |#2|) $)) (-15 -3431 (|#2| $ (-220 |#1| |#2|))))) (-856) (-341)) (T -926))
-((-1729 (*1 *1 *2) (-12 (-5 *2 (-1059 *3 *4)) (-14 *3 (-856)) (-4 *4 (-341)) (-5 *1 (-926 *3 *4)))) (-4054 (*1 *2 *1) (-12 (-5 *2 (-1059 *3 *4)) (-5 *1 (-926 *3 *4)) (-14 *3 (-856)) (-4 *4 (-341)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 (-220 *4 *2)) (-14 *4 (-856)) (-4 *2 (-341)) (-5 *1 (-926 *4 *2)))))
-(-13 (-21) (-10 -8 (-15 -1729 ($ (-1059 |#1| |#2|))) (-15 -4054 ((-1059 |#1| |#2|) $)) (-15 -3431 (|#2| $ (-220 |#1| |#2|)))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) 8)) (-2475 (($) 7 T CONST)) (-1883 (($ $) 46)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-4128 (((-713) $) 45)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-3010 ((|#1| $) 44)) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-1699 ((|#1| |#1| $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-1462 ((|#1| $) 47)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 42)) (-1977 ((|#1| $) 43)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-927 |#1|) (-131) (-1128)) (T -927))
-((-1699 (*1 *2 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))) (-1462 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))) (-1883 (*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))) (-4128 (*1 *2 *1) (-12 (-4 *1 (-927 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))) (-3010 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))) (-1977 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))))
-(-13 (-102 |t#1|) (-10 -8 (-6 -4259) (-15 -1699 (|t#1| |t#1| $)) (-15 -1462 (|t#1| $)) (-15 -1883 ($ $)) (-15 -4128 ((-713) $)) (-15 -3010 (|t#1| $)) (-15 -1977 (|t#1| $))))
-(((-33) . T) ((-102 |#1|) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-2414 (((-108) $) 42)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-4105 (((-525) $) NIL) (((-385 (-525)) $) NIL) ((|#2| $) 43)) (-3306 (((-3 (-385 (-525)) "failed") $) 78)) (-1417 (((-108) $) 72)) (-1367 (((-385 (-525)) $) 76)) (-2278 (((-108) $) 41)) (-2704 ((|#2| $) 22)) (-2016 (($ (-1 |#2| |#2|) $) 19)) (-1387 (($ $) 61)) (-2702 (($ $) NIL) (($ $ (-713)) NIL) (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) 34)) (-2069 (((-501) $) 67)) (-3055 (($ $) 17)) (-4100 (((-798) $) 56) (($ (-525)) 38) (($ |#2|) 36) (($ (-385 (-525))) NIL)) (-2448 (((-713)) 10)) (-2380 ((|#2| $) 71)) (-2775 (((-108) $ $) 25)) (-2795 (((-108) $ $) 69)) (-2871 (($ $) 29) (($ $ $) 28)) (-2860 (($ $ $) 26)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 33) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 30) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL)))
-(((-928 |#1| |#2|) (-10 -8 (-15 -4100 (|#1| (-385 (-525)))) (-15 -2795 ((-108) |#1| |#1|)) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 * (|#1| |#1| (-385 (-525)))) (-15 -1387 (|#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -2380 (|#2| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3055 (|#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -4100 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 -2278 ((-108) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 -2414 ((-108) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|))) (-929 |#2|) (-160)) (T -928))
-((-2448 (*1 *2) (-12 (-4 *4 (-160)) (-5 *2 (-713)) (-5 *1 (-928 *3 *4)) (-4 *3 (-929 *4)))))
-(-10 -8 (-15 -4100 (|#1| (-385 (-525)))) (-15 -2795 ((-108) |#1| |#1|)) (-15 * (|#1| (-385 (-525)) |#1|)) (-15 * (|#1| |#1| (-385 (-525)))) (-15 -1387 (|#1| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -2380 (|#2| |#1|)) (-15 -2704 (|#2| |#1|)) (-15 -3055 (|#1| |#1|)) (-15 -2016 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -4100 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 -2278 ((-108) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 * (|#1| (-713) |#1|)) (-15 -2414 ((-108) |#1|)) (-15 * (|#1| (-856) |#1|)) (-15 -2860 (|#1| |#1| |#1|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1934 (((-3 (-525) "failed") $) 119 (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 117 (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) 116)) (-4105 (((-525) $) 120 (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) 118 (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) 115)) (-3090 (((-632 (-525)) (-632 $)) 90 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 89 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 88) (((-632 |#1|) (-632 $)) 87)) (-3300 (((-3 $ "failed") $) 34)) (-4220 ((|#1| $) 80)) (-3306 (((-3 (-385 (-525)) "failed") $) 76 (|has| |#1| (-510)))) (-1417 (((-108) $) 78 (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) 77 (|has| |#1| (-510)))) (-3755 (($ |#1| |#1| |#1| |#1|) 81)) (-2278 (((-108) $) 31)) (-2704 ((|#1| $) 82)) (-3033 (($ $ $) 68 (|has| |#1| (-789)))) (-1609 (($ $ $) 67 (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) 91)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 73 (|has| |#1| (-341)))) (-1413 ((|#1| $) 83)) (-2155 ((|#1| $) 84)) (-3465 ((|#1| $) 85)) (-3993 (((-1039) $) 10)) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) 97 (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) 96 (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) 95 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) 94 (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) 93 (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) 92 (|has| |#1| (-486 (-1092) |#1|)))) (-3431 (($ $ |#1|) 98 (|has| |#1| (-265 |#1| |#1|)))) (-2702 (($ $) 114 (|has| |#1| (-213))) (($ $ (-713)) 112 (|has| |#1| (-213))) (($ $ (-1092)) 110 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 109 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 108 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 107 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 100) (($ $ (-1 |#1| |#1|)) 99)) (-2069 (((-501) $) 74 (|has| |#1| (-567 (-501))))) (-3055 (($ $) 86)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 37) (($ (-385 (-525))) 62 (-2067 (|has| |#1| (-341)) (|has| |#1| (-968 (-385 (-525))))))) (-1463 (((-3 $ "failed") $) 75 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-2380 ((|#1| $) 79 (|has| |#1| (-986)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 72 (|has| |#1| (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $) 113 (|has| |#1| (-213))) (($ $ (-713)) 111 (|has| |#1| (-213))) (($ $ (-1092)) 106 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 105 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 104 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 103 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 102) (($ $ (-1 |#1| |#1|)) 101)) (-2830 (((-108) $ $) 65 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 64 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 66 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 63 (|has| |#1| (-789)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 71 (|has| |#1| (-341)))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38) (($ $ (-385 (-525))) 70 (|has| |#1| (-341))) (($ (-385 (-525)) $) 69 (|has| |#1| (-341)))))
-(((-929 |#1|) (-131) (-160)) (T -929))
-((-3055 (*1 *1 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))) (-3465 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))) (-2155 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))) (-1413 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))) (-2704 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))) (-3755 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))) (-4220 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))) (-2380 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)) (-4 *2 (-986)))) (-1417 (*1 *2 *1) (-12 (-4 *1 (-929 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-108)))) (-1367 (*1 *2 *1) (-12 (-4 *1 (-929 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-385 (-525))))) (-3306 (*1 *2 *1) (|partial| -12 (-4 *1 (-929 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-385 (-525))))))
-(-13 (-37 |t#1|) (-389 |t#1|) (-211 |t#1|) (-316 |t#1|) (-355 |t#1|) (-10 -8 (-15 -3055 ($ $)) (-15 -3465 (|t#1| $)) (-15 -2155 (|t#1| $)) (-15 -1413 (|t#1| $)) (-15 -2704 (|t#1| $)) (-15 -3755 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -4220 (|t#1| $)) (IF (|has| |t#1| (-269)) (-6 (-269)) |%noBranch|) (IF (|has| |t#1| (-789)) (-6 (-789)) |%noBranch|) (IF (|has| |t#1| (-341)) (-6 (-223)) |%noBranch|) (IF (|has| |t#1| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-136)) |%noBranch|) (IF (|has| |t#1| (-986)) (-15 -2380 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-510)) (PROGN (-15 -1417 ((-108) $)) (-15 -1367 ((-385 (-525)) $)) (-15 -3306 ((-3 (-385 (-525)) "failed") $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-341)) ((-37 |#1|) . T) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-341)) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-341)) (|has| |#1| (-269))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-211 |#1|) . T) ((-213) |has| |#1| (-213)) ((-223) |has| |#1| (-341)) ((-265 |#1| $) |has| |#1| (-265 |#1| |#1|)) ((-269) -2067 (|has| |#1| (-341)) (|has| |#1| (-269))) ((-288 |#1|) |has| |#1| (-288 |#1|)) ((-316 |#1|) . T) ((-355 |#1|) . T) ((-389 |#1|) . T) ((-486 (-1092) |#1|) |has| |#1| (-486 (-1092) |#1|)) ((-486 |#1| |#1|) |has| |#1| (-288 |#1|)) ((-594 #0#) |has| |#1| (-341)) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #0#) |has| |#1| (-341)) ((-660 |#1|) . T) ((-669) . T) ((-789) |has| |#1| (-789)) ((-835 (-1092)) |has| |#1| (-835 (-1092))) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-983 #0#) |has| |#1| (-341)) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-341)) (|has| |#1| (-269))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2016 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
-(((-930 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#3| (-1 |#4| |#2|) |#1|))) (-929 |#2|) (-160) (-929 |#4|) (-160)) (T -930))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-160)) (-4 *6 (-160)) (-4 *2 (-929 *6)) (-5 *1 (-930 *4 *5 *2 *6)) (-4 *4 (-929 *5)))))
-(-10 -7 (-15 -2016 (|#3| (-1 |#4| |#2|) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-4220 ((|#1| $) 12)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-510)))) (-1417 (((-108) $) NIL (|has| |#1| (-510)))) (-1367 (((-385 (-525)) $) NIL (|has| |#1| (-510)))) (-3755 (($ |#1| |#1| |#1| |#1|) 16)) (-2278 (((-108) $) NIL)) (-2704 ((|#1| $) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-1413 ((|#1| $) 15)) (-2155 ((|#1| $) 14)) (-3465 ((|#1| $) 13)) (-3993 (((-1039) $) NIL)) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-288 |#1|))) (($ $ (-273 |#1|)) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-273 |#1|))) NIL (|has| |#1| (-288 |#1|))) (($ $ (-592 (-1092)) (-592 |#1|)) NIL (|has| |#1| (-486 (-1092) |#1|))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-486 (-1092) |#1|)))) (-3431 (($ $ |#1|) NIL (|has| |#1| (-265 |#1| |#1|)))) (-2702 (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-3055 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-341)) (|has| |#1| (-968 (-385 (-525))))))) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-2380 ((|#1| $) NIL (|has| |#1| (-986)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 8 T CONST)) (-3375 (($) 10 T CONST)) (-2401 (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-385 (-525))) NIL (|has| |#1| (-341))) (($ (-385 (-525)) $) NIL (|has| |#1| (-341)))))
-(((-931 |#1|) (-929 |#1|) (-160)) (T -931))
-NIL
-(-929 |#1|)
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3779 (((-108) $ (-713)) NIL)) (-2475 (($) NIL T CONST)) (-1883 (($ $) 20)) (-3766 (($ (-592 |#1|)) 29)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-4128 (((-713) $) 22)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3577 ((|#1| $) 24)) (-3246 (($ |#1| $) 15)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3010 ((|#1| $) 23)) (-2724 ((|#1| $) 19)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-1699 ((|#1| |#1| $) 14)) (-3479 (((-108) $) 17)) (-1558 (($) NIL)) (-1462 ((|#1| $) 18)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) NIL)) (-1977 ((|#1| $) 26)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-932 |#1|) (-13 (-927 |#1|) (-10 -8 (-15 -3766 ($ (-592 |#1|))))) (-1020)) (T -932))
-((-3766 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-932 *3)))))
-(-13 (-927 |#1|) (-10 -8 (-15 -3766 ($ (-592 |#1|)))))
-((-4211 (($ $) 12)) (-1303 (($ $ (-525)) 13)))
-(((-933 |#1|) (-10 -8 (-15 -4211 (|#1| |#1|)) (-15 -1303 (|#1| |#1| (-525)))) (-934)) (T -933))
-NIL
-(-10 -8 (-15 -4211 (|#1| |#1|)) (-15 -1303 (|#1| |#1| (-525))))
-((-4211 (($ $) 6)) (-1303 (($ $ (-525)) 7)) (** (($ $ (-385 (-525))) 8)))
-(((-934) (-131)) (T -934))
-((** (*1 *1 *1 *2) (-12 (-4 *1 (-934)) (-5 *2 (-385 (-525))))) (-1303 (*1 *1 *1 *2) (-12 (-4 *1 (-934)) (-5 *2 (-525)))) (-4211 (*1 *1 *1) (-4 *1 (-934))))
-(-13 (-10 -8 (-15 -4211 ($ $)) (-15 -1303 ($ $ (-525))) (-15 ** ($ $ (-385 (-525))))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2823 (((-2 (|:| |num| (-1174 |#2|)) (|:| |den| |#2|)) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| (-385 |#2|) (-341)))) (-2433 (($ $) NIL (|has| (-385 |#2|) (-341)))) (-1568 (((-108) $) NIL (|has| (-385 |#2|) (-341)))) (-3855 (((-632 (-385 |#2|)) (-1174 $)) NIL) (((-632 (-385 |#2|))) NIL)) (-2924 (((-385 |#2|) $) NIL)) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| (-385 |#2|) (-327)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| (-385 |#2|) (-341)))) (-3586 (((-396 $) $) NIL (|has| (-385 |#2|) (-341)))) (-1507 (((-108) $ $) NIL (|has| (-385 |#2|) (-341)))) (-1613 (((-713)) NIL (|has| (-385 |#2|) (-346)))) (-1910 (((-108)) NIL)) (-1428 (((-108) |#1|) 148) (((-108) |#2|) 153)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| (-385 |#2|) (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-385 |#2|) (-968 (-385 (-525))))) (((-3 (-385 |#2|) "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| (-385 |#2|) (-968 (-525)))) (((-385 (-525)) $) NIL (|has| (-385 |#2|) (-968 (-385 (-525))))) (((-385 |#2|) $) NIL)) (-2580 (($ (-1174 (-385 |#2|)) (-1174 $)) NIL) (($ (-1174 (-385 |#2|))) 70) (($ (-1174 |#2|) |#2|) NIL)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-385 |#2|) (-327)))) (-1356 (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-1588 (((-632 (-385 |#2|)) $ (-1174 $)) NIL) (((-632 (-385 |#2|)) $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-385 |#2|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-385 |#2|) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-385 |#2|))) (|:| |vec| (-1174 (-385 |#2|)))) (-632 $) (-1174 $)) NIL) (((-632 (-385 |#2|)) (-632 $)) NIL)) (-1630 (((-1174 $) (-1174 $)) NIL)) (-3504 (($ |#3|) 65) (((-3 $ "failed") (-385 |#3|)) NIL (|has| (-385 |#2|) (-341)))) (-3300 (((-3 $ "failed") $) NIL)) (-2902 (((-592 (-592 |#1|))) NIL (|has| |#1| (-346)))) (-1531 (((-108) |#1| |#1|) NIL)) (-3085 (((-856)) NIL)) (-1903 (($) NIL (|has| (-385 |#2|) (-346)))) (-1746 (((-108)) NIL)) (-1712 (((-108) |#1|) 56) (((-108) |#2|) 150)) (-1332 (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| (-385 |#2|) (-341)))) (-3201 (($ $) NIL)) (-3932 (($) NIL (|has| (-385 |#2|) (-327)))) (-3920 (((-108) $) NIL (|has| (-385 |#2|) (-327)))) (-1339 (($ $ (-713)) NIL (|has| (-385 |#2|) (-327))) (($ $) NIL (|has| (-385 |#2|) (-327)))) (-1798 (((-108) $) NIL (|has| (-385 |#2|) (-341)))) (-4000 (((-856) $) NIL (|has| (-385 |#2|) (-327))) (((-775 (-856)) $) NIL (|has| (-385 |#2|) (-327)))) (-2278 (((-108) $) NIL)) (-1635 (((-713)) NIL)) (-3946 (((-1174 $) (-1174 $)) NIL)) (-2704 (((-385 |#2|) $) NIL)) (-3024 (((-592 (-887 |#1|)) (-1092)) NIL (|has| |#1| (-341)))) (-2878 (((-3 $ "failed") $) NIL (|has| (-385 |#2|) (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| (-385 |#2|) (-341)))) (-2021 ((|#3| $) NIL (|has| (-385 |#2|) (-341)))) (-3685 (((-856) $) NIL (|has| (-385 |#2|) (-346)))) (-3492 ((|#3| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| (-385 |#2|) (-341))) (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-1289 (((-1075) $) NIL)) (-1896 (((-632 (-385 |#2|))) 52)) (-1779 (((-632 (-385 |#2|))) 51)) (-1387 (($ $) NIL (|has| (-385 |#2|) (-341)))) (-2045 (($ (-1174 |#2|) |#2|) 71)) (-1419 (((-632 (-385 |#2|))) 50)) (-2050 (((-632 (-385 |#2|))) 49)) (-1410 (((-2 (|:| |num| (-632 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 86)) (-3652 (((-2 (|:| |num| (-1174 |#2|)) (|:| |den| |#2|)) $) 77)) (-1218 (((-1174 $)) 46)) (-3295 (((-1174 $)) 45)) (-2570 (((-108) $) NIL)) (-1991 (((-108) $) NIL) (((-108) $ |#1|) NIL) (((-108) $ |#2|) NIL)) (-2948 (($) NIL (|has| (-385 |#2|) (-327)) CONST)) (-1722 (($ (-856)) NIL (|has| (-385 |#2|) (-346)))) (-3051 (((-3 |#2| "failed")) 63)) (-3993 (((-1039) $) NIL)) (-2173 (((-713)) NIL)) (-3817 (($) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| (-385 |#2|) (-341)))) (-2772 (($ (-592 $)) NIL (|has| (-385 |#2|) (-341))) (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| (-385 |#2|) (-327)))) (-4201 (((-396 $) $) NIL (|has| (-385 |#2|) (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-385 |#2|) (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| (-385 |#2|) (-341)))) (-1311 (((-3 $ "failed") $ $) NIL (|has| (-385 |#2|) (-341)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| (-385 |#2|) (-341)))) (-1927 (((-713) $) NIL (|has| (-385 |#2|) (-341)))) (-3431 ((|#1| $ |#1| |#1|) NIL)) (-2981 (((-3 |#2| "failed")) 62)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| (-385 |#2|) (-341)))) (-4115 (((-385 |#2|) (-1174 $)) NIL) (((-385 |#2|)) 42)) (-2043 (((-713) $) NIL (|has| (-385 |#2|) (-327))) (((-3 (-713) "failed") $ $) NIL (|has| (-385 |#2|) (-327)))) (-2702 (($ $ (-1 (-385 |#2|) (-385 |#2|)) (-713)) NIL (|has| (-385 |#2|) (-341))) (($ $ (-1 (-385 |#2|) (-385 |#2|))) NIL (|has| (-385 |#2|) (-341))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-713)) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327)))) (($ $) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327))))) (-2897 (((-632 (-385 |#2|)) (-1174 $) (-1 (-385 |#2|) (-385 |#2|))) NIL (|has| (-385 |#2|) (-341)))) (-2013 ((|#3|) 53)) (-3823 (($) NIL (|has| (-385 |#2|) (-327)))) (-2754 (((-1174 (-385 |#2|)) $ (-1174 $)) NIL) (((-632 (-385 |#2|)) (-1174 $) (-1174 $)) NIL) (((-1174 (-385 |#2|)) $) 72) (((-632 (-385 |#2|)) (-1174 $)) NIL)) (-2069 (((-1174 (-385 |#2|)) $) NIL) (($ (-1174 (-385 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| (-385 |#2|) (-327)))) (-3924 (((-1174 $) (-1174 $)) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 |#2|)) NIL) (($ (-385 (-525))) NIL (-2067 (|has| (-385 |#2|) (-968 (-385 (-525)))) (|has| (-385 |#2|) (-341)))) (($ $) NIL (|has| (-385 |#2|) (-341)))) (-1463 (($ $) NIL (|has| (-385 |#2|) (-327))) (((-3 $ "failed") $) NIL (|has| (-385 |#2|) (-136)))) (-3153 ((|#3| $) NIL)) (-2448 (((-713)) NIL)) (-2881 (((-108)) 60)) (-1461 (((-108) |#1|) 154) (((-108) |#2|) 155)) (-2103 (((-1174 $)) 125)) (-1571 (((-108) $ $) NIL (|has| (-385 |#2|) (-341)))) (-2951 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-1940 (((-108)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| (-385 |#2|) (-341)))) (-3364 (($) 94 T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-1 (-385 |#2|) (-385 |#2|)) (-713)) NIL (|has| (-385 |#2|) (-341))) (($ $ (-1 (-385 |#2|) (-385 |#2|))) NIL (|has| (-385 |#2|) (-341))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| (-385 |#2|) (-341)) (|has| (-385 |#2|) (-835 (-1092))))) (($ $ (-713)) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327)))) (($ $) NIL (-2067 (-12 (|has| (-385 |#2|) (-213)) (|has| (-385 |#2|) (-341))) (|has| (-385 |#2|) (-327))))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ $) NIL (|has| (-385 |#2|) (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| (-385 |#2|) (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 |#2|)) NIL) (($ (-385 |#2|) $) NIL) (($ (-385 (-525)) $) NIL (|has| (-385 |#2|) (-341))) (($ $ (-385 (-525))) NIL (|has| (-385 |#2|) (-341)))))
-(((-935 |#1| |#2| |#3| |#4| |#5|) (-320 |#1| |#2| |#3|) (-1132) (-1150 |#1|) (-1150 (-385 |#2|)) (-385 |#2|) (-713)) (T -935))
-NIL
-(-320 |#1| |#2| |#3|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2771 (((-592 (-525)) $) 54)) (-2814 (($ (-592 (-525))) 62)) (-1653 (((-525) $) 40 (|has| (-525) (-286)))) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL (|has| (-525) (-762)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) 49) (((-3 (-1092) "failed") $) NIL (|has| (-525) (-968 (-1092)))) (((-3 (-385 (-525)) "failed") $) 47 (|has| (-525) (-968 (-525)))) (((-3 (-525) "failed") $) 49 (|has| (-525) (-968 (-525))))) (-4105 (((-525) $) NIL) (((-1092) $) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) NIL (|has| (-525) (-968 (-525)))) (((-525) $) NIL (|has| (-525) (-968 (-525))))) (-1356 (($ $ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| (-525) (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1903 (($) NIL (|has| (-525) (-510)))) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-3363 (((-592 (-525)) $) 60)) (-1889 (((-108) $) NIL (|has| (-525) (-762)))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (|has| (-525) (-821 (-525)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (|has| (-525) (-821 (-357))))) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL)) (-4066 (((-525) $) 37)) (-2878 (((-3 $ "failed") $) NIL (|has| (-525) (-1068)))) (-4079 (((-108) $) NIL (|has| (-525) (-762)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-525) (-789)))) (-2016 (($ (-1 (-525) (-525)) $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL)) (-2948 (($) NIL (|has| (-525) (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1372 (($ $) NIL (|has| (-525) (-286))) (((-385 (-525)) $) 42)) (-2081 (((-1073 (-525)) $) 59)) (-2233 (($ (-592 (-525)) (-592 (-525))) 63)) (-1340 (((-525) $) 53 (|has| (-525) (-510)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| (-525) (-844)))) (-4201 (((-396 $) $) NIL)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-2825 (($ $ (-592 (-525)) (-592 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-525) (-525)) NIL (|has| (-525) (-288 (-525)))) (($ $ (-273 (-525))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-273 (-525)))) NIL (|has| (-525) (-288 (-525)))) (($ $ (-592 (-1092)) (-592 (-525))) NIL (|has| (-525) (-486 (-1092) (-525)))) (($ $ (-1092) (-525)) NIL (|has| (-525) (-486 (-1092) (-525))))) (-1927 (((-713) $) NIL)) (-3431 (($ $ (-525)) NIL (|has| (-525) (-265 (-525) (-525))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $) 11 (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2874 (($ $) NIL)) (-4080 (((-525) $) 39)) (-3362 (((-592 (-525)) $) 61)) (-2069 (((-827 (-525)) $) NIL (|has| (-525) (-567 (-827 (-525))))) (((-827 (-357)) $) NIL (|has| (-525) (-567 (-827 (-357))))) (((-501) $) NIL (|has| (-525) (-567 (-501)))) (((-357) $) NIL (|has| (-525) (-953))) (((-205) $) NIL (|has| (-525) (-953)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-525) (-844))))) (-4100 (((-798) $) 77) (($ (-525)) 43) (($ $) NIL) (($ (-385 (-525))) 20) (($ (-525)) 43) (($ (-1092)) NIL (|has| (-525) (-968 (-1092)))) (((-385 (-525)) $) 18)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-525) (-844))) (|has| (-525) (-136))))) (-2448 (((-713)) 9)) (-3064 (((-525) $) 51 (|has| (-525) (-510)))) (-1571 (((-108) $ $) NIL)) (-2380 (($ $) NIL (|has| (-525) (-762)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 10 T CONST)) (-3375 (($) 12 T CONST)) (-2401 (($ $) NIL (|has| (-525) (-213))) (($ $ (-713)) NIL (|has| (-525) (-213))) (($ $ (-1092)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| (-525) (-835 (-1092)))) (($ $ (-1 (-525) (-525)) (-713)) NIL) (($ $ (-1 (-525) (-525))) NIL)) (-2830 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2775 (((-108) $ $) 14)) (-2817 (((-108) $ $) NIL (|has| (-525) (-789)))) (-2795 (((-108) $ $) 33 (|has| (-525) (-789)))) (-2880 (($ $ $) 29) (($ (-525) (-525)) 31)) (-2871 (($ $) 15) (($ $ $) 23)) (-2860 (($ $ $) 21)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 25) (($ $ $) 27) (($ $ (-385 (-525))) NIL) (($ (-385 (-525)) $) NIL) (($ (-525) $) 25) (($ $ (-525)) NIL)))
-(((-936 |#1|) (-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -2771 ((-592 (-525)) $)) (-15 -2081 ((-1073 (-525)) $)) (-15 -3363 ((-592 (-525)) $)) (-15 -3362 ((-592 (-525)) $)) (-15 -2814 ($ (-592 (-525)))) (-15 -2233 ($ (-592 (-525)) (-592 (-525)))))) (-525)) (T -936))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))) (-1372 (*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))) (-2771 (*1 *2 *1) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))) (-2081 (*1 *2 *1) (-12 (-5 *2 (-1073 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))) (-3363 (*1 *2 *1) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))) (-3362 (*1 *2 *1) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))) (-2814 (*1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))) (-2233 (*1 *1 *2 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))))
-(-13 (-925 (-525)) (-10 -8 (-15 -4100 ((-385 (-525)) $)) (-15 -1372 ((-385 (-525)) $)) (-15 -2771 ((-592 (-525)) $)) (-15 -2081 ((-1073 (-525)) $)) (-15 -3363 ((-592 (-525)) $)) (-15 -3362 ((-592 (-525)) $)) (-15 -2814 ($ (-592 (-525)))) (-15 -2233 ($ (-592 (-525)) (-592 (-525))))))
-((-4088 (((-51) (-385 (-525)) (-525)) 9)))
-(((-937) (-10 -7 (-15 -4088 ((-51) (-385 (-525)) (-525))))) (T -937))
-((-4088 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-525))) (-5 *4 (-525)) (-5 *2 (-51)) (-5 *1 (-937)))))
-(-10 -7 (-15 -4088 ((-51) (-385 (-525)) (-525))))
-((-1613 (((-525)) 13)) (-1875 (((-525)) 16)) (-2963 (((-1179) (-525)) 15)) (-2568 (((-525) (-525)) 17) (((-525)) 12)))
-(((-938) (-10 -7 (-15 -2568 ((-525))) (-15 -1613 ((-525))) (-15 -2568 ((-525) (-525))) (-15 -2963 ((-1179) (-525))) (-15 -1875 ((-525))))) (T -938))
-((-1875 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938)))) (-2963 (*1 *2 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-938)))) (-2568 (*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938)))) (-1613 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938)))) (-2568 (*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938)))))
-(-10 -7 (-15 -2568 ((-525))) (-15 -1613 ((-525))) (-15 -2568 ((-525) (-525))) (-15 -2963 ((-1179) (-525))) (-15 -1875 ((-525))))
-((-3243 (((-396 |#1|) |#1|) 41)) (-4201 (((-396 |#1|) |#1|) 40)))
-(((-939 |#1|) (-10 -7 (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3243 ((-396 |#1|) |#1|))) (-1150 (-385 (-525)))) (T -939))
-((-3243 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-939 *3)) (-4 *3 (-1150 (-385 (-525)))))) (-4201 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-939 *3)) (-4 *3 (-1150 (-385 (-525)))))))
-(-10 -7 (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3243 ((-396 |#1|) |#1|)))
-((-3306 (((-3 (-385 (-525)) "failed") |#1|) 15)) (-1417 (((-108) |#1|) 14)) (-1367 (((-385 (-525)) |#1|) 10)))
-(((-940 |#1|) (-10 -7 (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|))) (-968 (-385 (-525)))) (T -940))
-((-3306 (*1 *2 *3) (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-940 *3)) (-4 *3 (-968 *2)))) (-1417 (*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-940 *3)) (-4 *3 (-968 (-385 (-525)))))) (-1367 (*1 *2 *3) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-940 *3)) (-4 *3 (-968 *2)))))
-(-10 -7 (-15 -1367 ((-385 (-525)) |#1|)) (-15 -1417 ((-108) |#1|)) (-15 -3306 ((-3 (-385 (-525)) "failed") |#1|)))
-((-1233 ((|#2| $ "value" |#2|) 12)) (-3431 ((|#2| $ "value") 10)) (-1791 (((-108) $ $) 18)))
-(((-941 |#1| |#2|) (-10 -8 (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -1791 ((-108) |#1| |#1|)) (-15 -3431 (|#2| |#1| "value"))) (-942 |#2|) (-1128)) (T -941))
-NIL
-(-10 -8 (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -1791 ((-108) |#1| |#1|)) (-15 -3431 (|#2| |#1| "value")))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2475 (($) 7 T CONST)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47)) (-1707 (((-525) $ $) 44)) (-3953 (((-108) $) 46)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-942 |#1|) (-131) (-1128)) (T -942))
-((-3576 (*1 *2 *1) (-12 (-4 *3 (-1128)) (-5 *2 (-592 *1)) (-4 *1 (-942 *3)))) (-3994 (*1 *2 *1) (-12 (-4 *3 (-1128)) (-5 *2 (-592 *1)) (-4 *1 (-942 *3)))) (-3506 (*1 *2 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))) (-2219 (*1 *2 *1) (-12 (-4 *1 (-942 *2)) (-4 *2 (-1128)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-942 *2)) (-4 *2 (-1128)))) (-3953 (*1 *2 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))) (-2010 (*1 *2 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-592 *3)))) (-1707 (*1 *2 *1 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-525)))) (-1791 (*1 *2 *1 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-4 *3 (-1020)) (-5 *2 (-108)))) (-3569 (*1 *2 *1 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-4 *3 (-1020)) (-5 *2 (-108)))) (-3379 (*1 *1 *1 *2) (-12 (-5 *2 (-592 *1)) (|has| *1 (-6 -4260)) (-4 *1 (-942 *3)) (-4 *3 (-1128)))) (-1233 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4260)) (-4 *1 (-942 *2)) (-4 *2 (-1128)))) (-1947 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-942 *2)) (-4 *2 (-1128)))))
-(-13 (-464 |t#1|) (-10 -8 (-15 -3576 ((-592 $) $)) (-15 -3994 ((-592 $) $)) (-15 -3506 ((-108) $)) (-15 -2219 (|t#1| $)) (-15 -3431 (|t#1| $ "value")) (-15 -3953 ((-108) $)) (-15 -2010 ((-592 |t#1|) $)) (-15 -1707 ((-525) $ $)) (IF (|has| |t#1| (-1020)) (PROGN (-15 -1791 ((-108) $ $)) (-15 -3569 ((-108) $ $))) |%noBranch|) (IF (|has| $ (-6 -4260)) (PROGN (-15 -3379 ($ $ (-592 $))) (-15 -1233 (|t#1| $ "value" |t#1|)) (-15 -1947 (|t#1| $ |t#1|))) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-4211 (($ $) 9) (($ $ (-856)) 43) (($ (-385 (-525))) 13) (($ (-525)) 15)) (-3317 (((-3 $ "failed") (-1088 $) (-856) (-798)) 23) (((-3 $ "failed") (-1088 $) (-856)) 28)) (-1303 (($ $ (-525)) 49)) (-2448 (((-713)) 17)) (-3213 (((-592 $) (-1088 $)) NIL) (((-592 $) (-1088 (-385 (-525)))) 54) (((-592 $) (-1088 (-525))) 59) (((-592 $) (-887 $)) 63) (((-592 $) (-887 (-385 (-525)))) 67) (((-592 $) (-887 (-525))) 71)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL) (($ $ (-385 (-525))) 47)))
-(((-943 |#1|) (-10 -8 (-15 -4211 (|#1| (-525))) (-15 -4211 (|#1| (-385 (-525)))) (-15 -4211 (|#1| |#1| (-856))) (-15 -3213 ((-592 |#1|) (-887 (-525)))) (-15 -3213 ((-592 |#1|) (-887 (-385 (-525))))) (-15 -3213 ((-592 |#1|) (-887 |#1|))) (-15 -3213 ((-592 |#1|) (-1088 (-525)))) (-15 -3213 ((-592 |#1|) (-1088 (-385 (-525))))) (-15 -3213 ((-592 |#1|) (-1088 |#1|))) (-15 -3317 ((-3 |#1| "failed") (-1088 |#1|) (-856))) (-15 -3317 ((-3 |#1| "failed") (-1088 |#1|) (-856) (-798))) (-15 ** (|#1| |#1| (-385 (-525)))) (-15 -1303 (|#1| |#1| (-525))) (-15 -4211 (|#1| |#1|)) (-15 ** (|#1| |#1| (-525))) (-15 -2448 ((-713))) (-15 ** (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-856)))) (-944)) (T -943))
-((-2448 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-943 *3)) (-4 *3 (-944)))))
-(-10 -8 (-15 -4211 (|#1| (-525))) (-15 -4211 (|#1| (-385 (-525)))) (-15 -4211 (|#1| |#1| (-856))) (-15 -3213 ((-592 |#1|) (-887 (-525)))) (-15 -3213 ((-592 |#1|) (-887 (-385 (-525))))) (-15 -3213 ((-592 |#1|) (-887 |#1|))) (-15 -3213 ((-592 |#1|) (-1088 (-525)))) (-15 -3213 ((-592 |#1|) (-1088 (-385 (-525))))) (-15 -3213 ((-592 |#1|) (-1088 |#1|))) (-15 -3317 ((-3 |#1| "failed") (-1088 |#1|) (-856))) (-15 -3317 ((-3 |#1| "failed") (-1088 |#1|) (-856) (-798))) (-15 ** (|#1| |#1| (-385 (-525)))) (-15 -1303 (|#1| |#1| (-525))) (-15 -4211 (|#1| |#1|)) (-15 ** (|#1| |#1| (-525))) (-15 -2448 ((-713))) (-15 ** (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-856))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 89)) (-2433 (($ $) 90)) (-1568 (((-108) $) 92)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 109)) (-3586 (((-396 $) $) 110)) (-4211 (($ $) 73) (($ $ (-856)) 59) (($ (-385 (-525))) 58) (($ (-525)) 57)) (-1507 (((-108) $ $) 100)) (-2971 (((-525) $) 127)) (-2475 (($) 17 T CONST)) (-3317 (((-3 $ "failed") (-1088 $) (-856) (-798)) 67) (((-3 $ "failed") (-1088 $) (-856)) 66)) (-1934 (((-3 (-525) "failed") $) 85 (|has| (-385 (-525)) (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 83 (|has| (-385 (-525)) (-968 (-385 (-525))))) (((-3 (-385 (-525)) "failed") $) 81)) (-4105 (((-525) $) 86 (|has| (-385 (-525)) (-968 (-525)))) (((-385 (-525)) $) 84 (|has| (-385 (-525)) (-968 (-385 (-525))))) (((-385 (-525)) $) 80)) (-3226 (($ $ (-798)) 56)) (-2714 (($ $ (-798)) 55)) (-1356 (($ $ $) 104)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 103)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 98)) (-1798 (((-108) $) 111)) (-1889 (((-108) $) 125)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 72)) (-4079 (((-108) $) 126)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 107)) (-3033 (($ $ $) 124)) (-1609 (($ $ $) 123)) (-2770 (((-3 (-1088 $) "failed") $) 68)) (-1436 (((-3 (-798) "failed") $) 70)) (-2970 (((-3 (-1088 $) "failed") $) 69)) (-2739 (($ (-592 $)) 96) (($ $ $) 95)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 112)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 97)) (-2772 (($ (-592 $)) 94) (($ $ $) 93)) (-4201 (((-396 $) $) 108)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 106) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 105)) (-1311 (((-3 $ "failed") $ $) 88)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 99)) (-1927 (((-713) $) 101)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 102)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 117) (($ $) 87) (($ (-385 (-525))) 82) (($ (-525)) 79) (($ (-385 (-525))) 76)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 91)) (-1485 (((-385 (-525)) $ $) 54)) (-3213 (((-592 $) (-1088 $)) 65) (((-592 $) (-1088 (-385 (-525)))) 64) (((-592 $) (-1088 (-525))) 63) (((-592 $) (-887 $)) 62) (((-592 $) (-887 (-385 (-525)))) 61) (((-592 $) (-887 (-525))) 60)) (-2380 (($ $) 128)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 113)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2830 (((-108) $ $) 121)) (-2807 (((-108) $ $) 120)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 122)) (-2795 (((-108) $ $) 119)) (-2880 (($ $ $) 118)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 114) (($ $ (-385 (-525))) 71)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ (-385 (-525)) $) 116) (($ $ (-385 (-525))) 115) (($ (-525) $) 78) (($ $ (-525)) 77) (($ (-385 (-525)) $) 75) (($ $ (-385 (-525))) 74)))
-(((-944) (-131)) (T -944))
-((-4211 (*1 *1 *1) (-4 *1 (-944))) (-1436 (*1 *2 *1) (|partial| -12 (-4 *1 (-944)) (-5 *2 (-798)))) (-2970 (*1 *2 *1) (|partial| -12 (-5 *2 (-1088 *1)) (-4 *1 (-944)))) (-2770 (*1 *2 *1) (|partial| -12 (-5 *2 (-1088 *1)) (-4 *1 (-944)))) (-3317 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1088 *1)) (-5 *3 (-856)) (-5 *4 (-798)) (-4 *1 (-944)))) (-3317 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1088 *1)) (-5 *3 (-856)) (-4 *1 (-944)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-1088 *1)) (-4 *1 (-944)) (-5 *2 (-592 *1)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-1088 (-385 (-525)))) (-5 *2 (-592 *1)) (-4 *1 (-944)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-1088 (-525))) (-5 *2 (-592 *1)) (-4 *1 (-944)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-887 *1)) (-4 *1 (-944)) (-5 *2 (-592 *1)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-887 (-385 (-525)))) (-5 *2 (-592 *1)) (-4 *1 (-944)))) (-3213 (*1 *2 *3) (-12 (-5 *3 (-887 (-525))) (-5 *2 (-592 *1)) (-4 *1 (-944)))) (-4211 (*1 *1 *1 *2) (-12 (-4 *1 (-944)) (-5 *2 (-856)))) (-4211 (*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-4 *1 (-944)))) (-4211 (*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-944)))) (-3226 (*1 *1 *1 *2) (-12 (-4 *1 (-944)) (-5 *2 (-798)))) (-2714 (*1 *1 *1 *2) (-12 (-4 *1 (-944)) (-5 *2 (-798)))) (-1485 (*1 *2 *1 *1) (-12 (-4 *1 (-944)) (-5 *2 (-385 (-525))))))
-(-13 (-138) (-787) (-160) (-341) (-389 (-385 (-525))) (-37 (-525)) (-37 (-385 (-525))) (-934) (-10 -8 (-15 -1436 ((-3 (-798) "failed") $)) (-15 -2970 ((-3 (-1088 $) "failed") $)) (-15 -2770 ((-3 (-1088 $) "failed") $)) (-15 -3317 ((-3 $ "failed") (-1088 $) (-856) (-798))) (-15 -3317 ((-3 $ "failed") (-1088 $) (-856))) (-15 -3213 ((-592 $) (-1088 $))) (-15 -3213 ((-592 $) (-1088 (-385 (-525))))) (-15 -3213 ((-592 $) (-1088 (-525)))) (-15 -3213 ((-592 $) (-887 $))) (-15 -3213 ((-592 $) (-887 (-385 (-525))))) (-15 -3213 ((-592 $) (-887 (-525)))) (-15 -4211 ($ $ (-856))) (-15 -4211 ($ $)) (-15 -4211 ($ (-385 (-525)))) (-15 -4211 ($ (-525))) (-15 -3226 ($ $ (-798))) (-15 -2714 ($ $ (-798))) (-15 -1485 ((-385 (-525)) $ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 #1=(-525)) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 #1# #1#) . T) ((-107 $ $) . T) ((-126) . T) ((-138) . T) ((-566 (-798)) . T) ((-160) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-341) . T) ((-389 (-385 (-525))) . T) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 #1#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 #1#) . T) ((-660 $) . T) ((-669) . T) ((-733) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-787) . T) ((-789) . T) ((-855) . T) ((-934) . T) ((-968 (-385 (-525))) . T) ((-968 (-525)) |has| (-385 (-525)) (-968 (-525))) ((-983 #0#) . T) ((-983 #1#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T))
-((-3027 (((-2 (|:| |ans| |#2|) (|:| -3446 |#2|) (|:| |sol?| (-108))) (-525) |#2| |#2| (-1092) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-592 |#2|)) (-1 (-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 66)))
-(((-945 |#1| |#2|) (-10 -7 (-15 -3027 ((-2 (|:| |ans| |#2|) (|:| -3446 |#2|) (|:| |sol?| (-108))) (-525) |#2| |#2| (-1092) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-592 |#2|)) (-1 (-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-27) (-408 |#1|))) (T -945))
-((-3027 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1092)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-592 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3991 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1114) (-27) (-408 *8))) (-4 *8 (-13 (-429) (-789) (-138) (-968 *3) (-588 *3))) (-5 *3 (-525)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3446 *4) (|:| |sol?| (-108)))) (-5 *1 (-945 *8 *4)))))
-(-10 -7 (-15 -3027 ((-2 (|:| |ans| |#2|) (|:| -3446 |#2|) (|:| |sol?| (-108))) (-525) |#2| |#2| (-1092) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-592 |#2|)) (-1 (-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-2656 (((-3 (-592 |#2|) "failed") (-525) |#2| |#2| |#2| (-1092) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-592 |#2|)) (-1 (-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 53)))
-(((-946 |#1| |#2|) (-10 -7 (-15 -2656 ((-3 (-592 |#2|) "failed") (-525) |#2| |#2| |#2| (-1092) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-592 |#2|)) (-1 (-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))) (-13 (-1114) (-27) (-408 |#1|))) (T -946))
-((-2656 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1092)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-592 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3991 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1114) (-27) (-408 *8))) (-4 *8 (-13 (-429) (-789) (-138) (-968 *3) (-588 *3))) (-5 *3 (-525)) (-5 *2 (-592 *4)) (-5 *1 (-946 *8 *4)))))
-(-10 -7 (-15 -2656 ((-3 (-592 |#2|) "failed") (-525) |#2| |#2| |#2| (-1092) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-592 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-592 |#2|)) (-1 (-3 (-2 (|:| -3991 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
-((-1248 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-108)))) (|:| -1537 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-525)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-525) (-1 |#2| |#2|)) 30)) (-4003 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-385 |#2|)) (|:| |c| (-385 |#2|)) (|:| -3252 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-1 |#2| |#2|)) 58)) (-1710 (((-2 (|:| |ans| (-385 |#2|)) (|:| |nosol| (-108))) (-385 |#2|) (-385 |#2|)) 63)))
-(((-947 |#1| |#2|) (-10 -7 (-15 -4003 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-385 |#2|)) (|:| |c| (-385 |#2|)) (|:| -3252 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-1 |#2| |#2|))) (-15 -1710 ((-2 (|:| |ans| (-385 |#2|)) (|:| |nosol| (-108))) (-385 |#2|) (-385 |#2|))) (-15 -1248 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-108)))) (|:| -1537 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-525)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-525) (-1 |#2| |#2|)))) (-13 (-341) (-138) (-968 (-525))) (-1150 |#1|)) (T -947))
-((-1248 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1150 *6)) (-4 *6 (-13 (-341) (-138) (-968 *4))) (-5 *4 (-525)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-108)))) (|:| -1537 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-947 *6 *3)))) (-1710 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-341) (-138) (-968 (-525)))) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| |ans| (-385 *5)) (|:| |nosol| (-108)))) (-5 *1 (-947 *4 *5)) (-5 *3 (-385 *5)))) (-4003 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-385 *6)) (|:| |c| (-385 *6)) (|:| -3252 *6))) (-5 *1 (-947 *5 *6)) (-5 *3 (-385 *6)))))
-(-10 -7 (-15 -4003 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-385 |#2|)) (|:| |c| (-385 |#2|)) (|:| -3252 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-1 |#2| |#2|))) (-15 -1710 ((-2 (|:| |ans| (-385 |#2|)) (|:| |nosol| (-108))) (-385 |#2|) (-385 |#2|))) (-15 -1248 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-108)))) (|:| -1537 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-525)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-525) (-1 |#2| |#2|))))
-((-3573 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-385 |#2|)) (|:| |h| |#2|) (|:| |c1| (-385 |#2|)) (|:| |c2| (-385 |#2|)) (|:| -3252 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|) (-1 |#2| |#2|)) 22)) (-2240 (((-3 (-592 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|)) 33)))
-(((-948 |#1| |#2|) (-10 -7 (-15 -3573 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-385 |#2|)) (|:| |h| |#2|) (|:| |c1| (-385 |#2|)) (|:| |c2| (-385 |#2|)) (|:| -3252 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|) (-1 |#2| |#2|))) (-15 -2240 ((-3 (-592 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|)))) (-13 (-341) (-138) (-968 (-525))) (-1150 |#1|)) (T -948))
-((-2240 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-341) (-138) (-968 (-525)))) (-4 *5 (-1150 *4)) (-5 *2 (-592 (-385 *5))) (-5 *1 (-948 *4 *5)) (-5 *3 (-385 *5)))) (-3573 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-385 *6)) (|:| |h| *6) (|:| |c1| (-385 *6)) (|:| |c2| (-385 *6)) (|:| -3252 *6))) (-5 *1 (-948 *5 *6)) (-5 *3 (-385 *6)))))
-(-10 -7 (-15 -3573 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-385 |#2|)) (|:| |h| |#2|) (|:| |c1| (-385 |#2|)) (|:| |c2| (-385 |#2|)) (|:| -3252 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|) (-1 |#2| |#2|))) (-15 -2240 ((-3 (-592 (-385 |#2|)) "failed") (-385 |#2|) (-385 |#2|) (-385 |#2|))))
-((-1685 (((-1 |#1|) (-592 (-2 (|:| -2219 |#1|) (|:| -4016 (-525))))) 37)) (-1994 (((-1 |#1|) (-1022 |#1|)) 45)) (-3517 (((-1 |#1|) (-1174 |#1|) (-1174 (-525)) (-525)) 34)))
-(((-949 |#1|) (-10 -7 (-15 -1994 ((-1 |#1|) (-1022 |#1|))) (-15 -1685 ((-1 |#1|) (-592 (-2 (|:| -2219 |#1|) (|:| -4016 (-525)))))) (-15 -3517 ((-1 |#1|) (-1174 |#1|) (-1174 (-525)) (-525)))) (-1020)) (T -949))
-((-3517 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1174 *6)) (-5 *4 (-1174 (-525))) (-5 *5 (-525)) (-4 *6 (-1020)) (-5 *2 (-1 *6)) (-5 *1 (-949 *6)))) (-1685 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -2219 *4) (|:| -4016 (-525))))) (-4 *4 (-1020)) (-5 *2 (-1 *4)) (-5 *1 (-949 *4)))) (-1994 (*1 *2 *3) (-12 (-5 *3 (-1022 *4)) (-4 *4 (-1020)) (-5 *2 (-1 *4)) (-5 *1 (-949 *4)))))
-(-10 -7 (-15 -1994 ((-1 |#1|) (-1022 |#1|))) (-15 -1685 ((-1 |#1|) (-592 (-2 (|:| -2219 |#1|) (|:| -4016 (-525)))))) (-15 -3517 ((-1 |#1|) (-1174 |#1|) (-1174 (-525)) (-525))))
-((-4000 (((-713) (-314 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
-(((-950 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -4000 ((-713) (-314 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-341) (-1150 |#1|) (-1150 (-385 |#2|)) (-320 |#1| |#2| |#3|) (-13 (-346) (-341))) (T -950))
-((-4000 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-314 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-341)) (-4 *7 (-1150 *6)) (-4 *4 (-1150 (-385 *7))) (-4 *8 (-320 *6 *7 *4)) (-4 *9 (-13 (-346) (-341))) (-5 *2 (-713)) (-5 *1 (-950 *6 *7 *4 *8 *9)))))
-(-10 -7 (-15 -4000 ((-713) (-314 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
-((-2109 (((-3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) "failed") |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) 31) (((-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525))) 28)) (-2379 (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525))) 33) (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-385 (-525))) 29) (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) 32) (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1|) 27)) (-2686 (((-592 (-385 (-525))) (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) 19)) (-3697 (((-385 (-525)) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) 16)))
-(((-951 |#1|) (-10 -7 (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1|)) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-385 (-525)))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) "failed") |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -3697 ((-385 (-525)) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -2686 ((-592 (-385 (-525))) (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))))) (-1150 (-525))) (T -951))
-((-2686 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-5 *2 (-592 (-385 (-525)))) (-5 *1 (-951 *4)) (-4 *4 (-1150 (-525))))) (-3697 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) (-5 *2 (-385 (-525))) (-5 *1 (-951 *4)) (-4 *4 (-1150 (-525))))) (-2109 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525))))) (-2109 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) (-5 *4 (-385 (-525))) (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525))))) (-2379 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-385 (-525))) (-5 *2 (-592 (-2 (|:| -3436 *5) (|:| -3446 *5)))) (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525))) (-5 *4 (-2 (|:| -3436 *5) (|:| -3446 *5))))) (-2379 (*1 *2 *3 *4) (-12 (-5 *2 (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525))) (-5 *4 (-385 (-525))))) (-2379 (*1 *2 *3 *4) (-12 (-5 *2 (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525))) (-5 *4 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))) (-2379 (*1 *2 *3) (-12 (-5 *2 (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525))))))
-(-10 -7 (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1|)) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-385 (-525)))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) "failed") |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -3697 ((-385 (-525)) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -2686 ((-592 (-385 (-525))) (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))))
-((-2109 (((-3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) "failed") |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) 35) (((-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525))) 32)) (-2379 (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525))) 30) (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-385 (-525))) 26) (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) 28) (((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1|) 24)))
-(((-952 |#1|) (-10 -7 (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1|)) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-385 (-525)))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) "failed") |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))) (-1150 (-385 (-525)))) (T -952))
-((-2109 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) (-5 *1 (-952 *3)) (-4 *3 (-1150 (-385 (-525)))))) (-2109 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) (-5 *4 (-385 (-525))) (-5 *1 (-952 *3)) (-4 *3 (-1150 *4)))) (-2379 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-385 (-525))) (-5 *2 (-592 (-2 (|:| -3436 *5) (|:| -3446 *5)))) (-5 *1 (-952 *3)) (-4 *3 (-1150 *5)) (-5 *4 (-2 (|:| -3436 *5) (|:| -3446 *5))))) (-2379 (*1 *2 *3 *4) (-12 (-5 *4 (-385 (-525))) (-5 *2 (-592 (-2 (|:| -3436 *4) (|:| -3446 *4)))) (-5 *1 (-952 *3)) (-4 *3 (-1150 *4)))) (-2379 (*1 *2 *3 *4) (-12 (-5 *2 (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-5 *1 (-952 *3)) (-4 *3 (-1150 (-385 (-525)))) (-5 *4 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))) (-2379 (*1 *2 *3) (-12 (-5 *2 (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-5 *1 (-952 *3)) (-4 *3 (-1150 (-385 (-525)))))))
-(-10 -7 (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1|)) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-385 (-525)))) (-15 -2379 ((-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-385 (-525)))) (-15 -2109 ((-3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) "failed") |#1| (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))) (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))))
-((-2069 (((-205) $) 6) (((-357) $) 9)))
-(((-953) (-131)) (T -953))
-NIL
-(-13 (-567 (-205)) (-567 (-357)))
-(((-567 (-205)) . T) ((-567 (-357)) . T))
-((-2496 (((-592 (-357)) (-887 (-525)) (-357)) 28) (((-592 (-357)) (-887 (-385 (-525))) (-357)) 27)) (-3192 (((-592 (-592 (-357))) (-592 (-887 (-525))) (-592 (-1092)) (-357)) 37)))
-(((-954) (-10 -7 (-15 -2496 ((-592 (-357)) (-887 (-385 (-525))) (-357))) (-15 -2496 ((-592 (-357)) (-887 (-525)) (-357))) (-15 -3192 ((-592 (-592 (-357))) (-592 (-887 (-525))) (-592 (-1092)) (-357))))) (T -954))
-((-3192 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-592 (-1092))) (-5 *2 (-592 (-592 (-357)))) (-5 *1 (-954)) (-5 *5 (-357)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-887 (-525))) (-5 *2 (-592 (-357))) (-5 *1 (-954)) (-5 *4 (-357)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-887 (-385 (-525)))) (-5 *2 (-592 (-357))) (-5 *1 (-954)) (-5 *4 (-357)))))
-(-10 -7 (-15 -2496 ((-592 (-357)) (-887 (-385 (-525))) (-357))) (-15 -2496 ((-592 (-357)) (-887 (-525)) (-357))) (-15 -3192 ((-592 (-592 (-357))) (-592 (-887 (-525))) (-592 (-1092)) (-357))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 70)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-4211 (($ $) NIL) (($ $ (-856)) NIL) (($ (-385 (-525))) NIL) (($ (-525)) NIL)) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) 65)) (-2475 (($) NIL T CONST)) (-3317 (((-3 $ "failed") (-1088 $) (-856) (-798)) NIL) (((-3 $ "failed") (-1088 $) (-856)) 50)) (-1934 (((-3 (-385 (-525)) "failed") $) NIL (|has| (-385 (-525)) (-968 (-385 (-525))))) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 |#1| "failed") $) 107) (((-3 (-525) "failed") $) NIL (-2067 (|has| (-385 (-525)) (-968 (-525))) (|has| |#1| (-968 (-525)))))) (-4105 (((-385 (-525)) $) 15 (|has| (-385 (-525)) (-968 (-385 (-525))))) (((-385 (-525)) $) 15) ((|#1| $) 108) (((-525) $) NIL (-2067 (|has| (-385 (-525)) (-968 (-525))) (|has| |#1| (-968 (-525)))))) (-3226 (($ $ (-798)) 42)) (-2714 (($ $ (-798)) 43)) (-1356 (($ $ $) NIL)) (-1581 (((-385 (-525)) $ $) 19)) (-3300 (((-3 $ "failed") $) 83)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-1889 (((-108) $) 61)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL)) (-4079 (((-108) $) 64)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2770 (((-3 (-1088 $) "failed") $) 78)) (-1436 (((-3 (-798) "failed") $) 77)) (-2970 (((-3 (-1088 $) "failed") $) 75)) (-3339 (((-3 (-987 $ (-1088 $)) "failed") $) 73)) (-2739 (($ (-592 $)) NIL) (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 84)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ (-592 $)) NIL) (($ $ $) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-4100 (((-798) $) 82) (($ (-525)) NIL) (($ (-385 (-525))) NIL) (($ $) 58) (($ (-385 (-525))) NIL) (($ (-525)) NIL) (($ (-385 (-525))) NIL) (($ |#1|) 110)) (-2448 (((-713)) NIL)) (-1571 (((-108) $ $) NIL)) (-1485 (((-385 (-525)) $ $) 25)) (-3213 (((-592 $) (-1088 $)) 56) (((-592 $) (-1088 (-385 (-525)))) NIL) (((-592 $) (-1088 (-525))) NIL) (((-592 $) (-887 $)) NIL) (((-592 $) (-887 (-385 (-525)))) NIL) (((-592 $) (-887 (-525))) NIL)) (-2331 (($ (-987 $ (-1088 $)) (-798)) 41)) (-2380 (($ $) 20)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL)) (-3364 (($) 29 T CONST)) (-3375 (($) 35 T CONST)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 71)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 22)) (-2880 (($ $ $) 33)) (-2871 (($ $) 34) (($ $ $) 69)) (-2860 (($ $ $) 103)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL) (($ $ (-385 (-525))) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 91) (($ $ $) 96) (($ (-385 (-525)) $) NIL) (($ $ (-385 (-525))) NIL) (($ (-525) $) 91) (($ $ (-525)) NIL) (($ (-385 (-525)) $) NIL) (($ $ (-385 (-525))) NIL) (($ |#1| $) 95) (($ $ |#1|) NIL)))
-(((-955 |#1|) (-13 (-944) (-389 |#1|) (-37 |#1|) (-10 -8 (-15 -2331 ($ (-987 $ (-1088 $)) (-798))) (-15 -3339 ((-3 (-987 $ (-1088 $)) "failed") $)) (-15 -1581 ((-385 (-525)) $ $)))) (-13 (-787) (-341) (-953))) (T -955))
-((-2331 (*1 *1 *2 *3) (-12 (-5 *2 (-987 (-955 *4) (-1088 (-955 *4)))) (-5 *3 (-798)) (-5 *1 (-955 *4)) (-4 *4 (-13 (-787) (-341) (-953))))) (-3339 (*1 *2 *1) (|partial| -12 (-5 *2 (-987 (-955 *3) (-1088 (-955 *3)))) (-5 *1 (-955 *3)) (-4 *3 (-13 (-787) (-341) (-953))))) (-1581 (*1 *2 *1 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-955 *3)) (-4 *3 (-13 (-787) (-341) (-953))))))
-(-13 (-944) (-389 |#1|) (-37 |#1|) (-10 -8 (-15 -2331 ($ (-987 $ (-1088 $)) (-798))) (-15 -3339 ((-3 (-987 $ (-1088 $)) "failed") $)) (-15 -1581 ((-385 (-525)) $ $))))
-((-1278 (((-2 (|:| -1537 |#2|) (|:| -1534 (-592 |#1|))) |#2| (-592 |#1|)) 20) ((|#2| |#2| |#1|) 15)))
-(((-956 |#1| |#2|) (-10 -7 (-15 -1278 (|#2| |#2| |#1|)) (-15 -1278 ((-2 (|:| -1537 |#2|) (|:| -1534 (-592 |#1|))) |#2| (-592 |#1|)))) (-341) (-602 |#1|)) (T -956))
-((-1278 (*1 *2 *3 *4) (-12 (-4 *5 (-341)) (-5 *2 (-2 (|:| -1537 *3) (|:| -1534 (-592 *5)))) (-5 *1 (-956 *5 *3)) (-5 *4 (-592 *5)) (-4 *3 (-602 *5)))) (-1278 (*1 *2 *2 *3) (-12 (-4 *3 (-341)) (-5 *1 (-956 *3 *2)) (-4 *2 (-602 *3)))))
-(-10 -7 (-15 -1278 (|#2| |#2| |#1|)) (-15 -1278 ((-2 (|:| -1537 |#2|) (|:| -1534 (-592 |#1|))) |#2| (-592 |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3712 ((|#1| $ |#1|) 14)) (-1233 ((|#1| $ |#1|) 12)) (-2766 (($ |#1|) 10)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3431 ((|#1| $) 11)) (-3759 ((|#1| $) 13)) (-4100 (((-798) $) 21 (|has| |#1| (-1020)))) (-2775 (((-108) $ $) 9)))
-(((-957 |#1|) (-13 (-1128) (-10 -8 (-15 -2766 ($ |#1|)) (-15 -3431 (|#1| $)) (-15 -1233 (|#1| $ |#1|)) (-15 -3759 (|#1| $)) (-15 -3712 (|#1| $ |#1|)) (-15 -2775 ((-108) $ $)) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|))) (-1128)) (T -957))
-((-2766 (*1 *1 *2) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))) (-3431 (*1 *2 *1) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))) (-1233 (*1 *2 *1 *2) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))) (-3759 (*1 *2 *1) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))) (-3712 (*1 *2 *1 *2) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))) (-2775 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-957 *3)) (-4 *3 (-1128)))))
-(-13 (-1128) (-10 -8 (-15 -2766 ($ |#1|)) (-15 -3431 (|#1| $)) (-15 -1233 (|#1| $ |#1|)) (-15 -3759 (|#1| $)) (-15 -3712 (|#1| $ |#1|)) (-15 -2775 ((-108) $ $)) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) NIL)) (-3347 (((-592 $) (-592 |#4|)) 105) (((-592 $) (-592 |#4|) (-108)) 106) (((-592 $) (-592 |#4|) (-108) (-108)) 104) (((-592 $) (-592 |#4|) (-108) (-108) (-108) (-108)) 107)) (-1296 (((-592 |#3|) $) NIL)) (-2071 (((-108) $) NIL)) (-3093 (((-108) $) NIL (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1402 ((|#4| |#4| $) NIL)) (-4195 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| $) 99)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-2399 (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) 54)) (-2475 (($) NIL T CONST)) (-3542 (((-108) $) 26 (|has| |#1| (-517)))) (-2462 (((-108) $ $) NIL (|has| |#1| (-517)))) (-2390 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1698 (((-108) $) NIL (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-3308 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) NIL)) (-4105 (($ (-592 |#4|)) NIL)) (-1659 (((-3 $ "failed") $) 39)) (-2268 ((|#4| |#4| $) 57)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-2698 (($ |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 73 (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) NIL)) (-1469 ((|#4| |#4| $) NIL)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) NIL)) (-1954 (((-108) |#4| $) NIL)) (-3315 (((-108) |#4| $) NIL)) (-1941 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1959 (((-2 (|:| |val| (-592 |#4|)) (|:| |towers| (-592 $))) (-592 |#4|) (-108) (-108)) 119)) (-2175 (((-592 |#4|) $) 16 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-2577 ((|#3| $) 33)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#4|) $) 17 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 25 (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-3069 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 21)) (-3435 (((-592 |#3|) $) NIL)) (-2468 (((-108) |#3| $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-4180 (((-3 |#4| (-592 $)) |#4| |#4| $) NIL)) (-2602 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| |#4| $) 97)) (-2718 (((-3 |#4| "failed") $) 37)) (-2346 (((-592 $) |#4| $) 80)) (-3580 (((-3 (-108) (-592 $)) |#4| $) NIL)) (-3022 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) |#4| $) 90) (((-108) |#4| $) 52)) (-2913 (((-592 $) |#4| $) 102) (((-592 $) (-592 |#4|) $) NIL) (((-592 $) (-592 |#4|) (-592 $)) 103) (((-592 $) |#4| (-592 $)) NIL)) (-2593 (((-592 $) (-592 |#4|) (-108) (-108) (-108)) 114)) (-1513 (($ |#4| $) 70) (($ (-592 |#4|) $) 71) (((-592 $) |#4| $ (-108) (-108) (-108) (-108) (-108)) 67)) (-1455 (((-592 |#4|) $) NIL)) (-3732 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-3076 ((|#4| |#4| $) NIL)) (-3472 (((-108) $ $) NIL)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1998 ((|#4| |#4| $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-3 |#4| "failed") $) 35)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) NIL)) (-2821 (((-3 $ "failed") $ |#4|) 48)) (-1397 (($ $ |#4|) NIL) (((-592 $) |#4| $) 82) (((-592 $) |#4| (-592 $)) NIL) (((-592 $) (-592 |#4|) $) NIL) (((-592 $) (-592 |#4|) (-592 $)) 77)) (-1518 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 15)) (-1558 (($) 13)) (-3529 (((-713) $) NIL)) (-4002 (((-713) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (((-713) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) 12)) (-2069 (((-501) $) NIL (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 20)) (-4151 (($ $ |#3|) 42)) (-3522 (($ $ |#3|) 44)) (-1411 (($ $) NIL)) (-3963 (($ $ |#3|) NIL)) (-4100 (((-798) $) 31) (((-592 |#4|) $) 40)) (-1223 (((-713) $) NIL (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) NIL)) (-3605 (((-592 $) |#4| $) 79) (((-592 $) |#4| (-592 $)) NIL) (((-592 $) (-592 |#4|) $) NIL) (((-592 $) (-592 |#4|) (-592 $)) NIL)) (-2706 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) NIL)) (-1484 (((-108) |#4| $) NIL)) (-2738 (((-108) |#3| $) 53)) (-2775 (((-108) $ $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-958 |#1| |#2| |#3| |#4|) (-13 (-996 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1513 ((-592 $) |#4| $ (-108) (-108) (-108) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108) (-108) (-108))) (-15 -2593 ((-592 $) (-592 |#4|) (-108) (-108) (-108))) (-15 -1959 ((-2 (|:| |val| (-592 |#4|)) (|:| |towers| (-592 $))) (-592 |#4|) (-108) (-108))))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|)) (T -958))
-((-1513 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-958 *5 *6 *7 *3))) (-5 *1 (-958 *5 *6 *7 *3)) (-4 *3 (-991 *5 *6 *7)))) (-3347 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-958 *5 *6 *7 *8))) (-5 *1 (-958 *5 *6 *7 *8)))) (-3347 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-958 *5 *6 *7 *8))) (-5 *1 (-958 *5 *6 *7 *8)))) (-2593 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-958 *5 *6 *7 *8))) (-5 *1 (-958 *5 *6 *7 *8)))) (-1959 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-592 *8)) (|:| |towers| (-592 (-958 *5 *6 *7 *8))))) (-5 *1 (-958 *5 *6 *7 *8)) (-5 *3 (-592 *8)))))
-(-13 (-996 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1513 ((-592 $) |#4| $ (-108) (-108) (-108) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108) (-108) (-108))) (-15 -2593 ((-592 $) (-592 |#4|) (-108) (-108) (-108))) (-15 -1959 ((-2 (|:| |val| (-592 |#4|)) (|:| |towers| (-592 $))) (-592 |#4|) (-108) (-108)))))
-((-3514 (((-592 (-632 |#1|)) (-592 (-632 |#1|))) 58) (((-632 |#1|) (-632 |#1|)) 57) (((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-592 (-632 |#1|))) 56) (((-632 |#1|) (-632 |#1|) (-632 |#1|)) 53)) (-1984 (((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-856)) 52) (((-632 |#1|) (-632 |#1|) (-856)) 51)) (-3554 (((-592 (-632 (-525))) (-592 (-592 (-525)))) 68) (((-592 (-632 (-525))) (-592 (-840 (-525))) (-525)) 67) (((-632 (-525)) (-592 (-525))) 64) (((-632 (-525)) (-840 (-525)) (-525)) 63)) (-3218 (((-632 (-887 |#1|)) (-713)) 81)) (-1599 (((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-856)) 37 (|has| |#1| (-6 (-4261 "*")))) (((-632 |#1|) (-632 |#1|) (-856)) 35 (|has| |#1| (-6 (-4261 "*"))))))
-(((-959 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4261 "*"))) (-15 -1599 ((-632 |#1|) (-632 |#1|) (-856))) |%noBranch|) (IF (|has| |#1| (-6 (-4261 "*"))) (-15 -1599 ((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-856))) |%noBranch|) (-15 -3218 ((-632 (-887 |#1|)) (-713))) (-15 -1984 ((-632 |#1|) (-632 |#1|) (-856))) (-15 -1984 ((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-856))) (-15 -3514 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -3514 ((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -3514 ((-632 |#1|) (-632 |#1|))) (-15 -3514 ((-592 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -3554 ((-632 (-525)) (-840 (-525)) (-525))) (-15 -3554 ((-632 (-525)) (-592 (-525)))) (-15 -3554 ((-592 (-632 (-525))) (-592 (-840 (-525))) (-525))) (-15 -3554 ((-592 (-632 (-525))) (-592 (-592 (-525)))))) (-977)) (T -959))
-((-3554 (*1 *2 *3) (-12 (-5 *3 (-592 (-592 (-525)))) (-5 *2 (-592 (-632 (-525)))) (-5 *1 (-959 *4)) (-4 *4 (-977)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-840 (-525)))) (-5 *4 (-525)) (-5 *2 (-592 (-632 *4))) (-5 *1 (-959 *5)) (-4 *5 (-977)))) (-3554 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-632 (-525))) (-5 *1 (-959 *4)) (-4 *4 (-977)))) (-3554 (*1 *2 *3 *4) (-12 (-5 *3 (-840 (-525))) (-5 *4 (-525)) (-5 *2 (-632 *4)) (-5 *1 (-959 *5)) (-4 *5 (-977)))) (-3514 (*1 *2 *2) (-12 (-5 *2 (-592 (-632 *3))) (-4 *3 (-977)) (-5 *1 (-959 *3)))) (-3514 (*1 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-959 *3)))) (-3514 (*1 *2 *2 *2) (-12 (-5 *2 (-592 (-632 *3))) (-4 *3 (-977)) (-5 *1 (-959 *3)))) (-3514 (*1 *2 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-959 *3)))) (-1984 (*1 *2 *2 *3) (-12 (-5 *2 (-592 (-632 *4))) (-5 *3 (-856)) (-4 *4 (-977)) (-5 *1 (-959 *4)))) (-1984 (*1 *2 *2 *3) (-12 (-5 *2 (-632 *4)) (-5 *3 (-856)) (-4 *4 (-977)) (-5 *1 (-959 *4)))) (-3218 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-632 (-887 *4))) (-5 *1 (-959 *4)) (-4 *4 (-977)))) (-1599 (*1 *2 *2 *3) (-12 (-5 *2 (-592 (-632 *4))) (-5 *3 (-856)) (|has| *4 (-6 (-4261 "*"))) (-4 *4 (-977)) (-5 *1 (-959 *4)))) (-1599 (*1 *2 *2 *3) (-12 (-5 *2 (-632 *4)) (-5 *3 (-856)) (|has| *4 (-6 (-4261 "*"))) (-4 *4 (-977)) (-5 *1 (-959 *4)))))
-(-10 -7 (IF (|has| |#1| (-6 (-4261 "*"))) (-15 -1599 ((-632 |#1|) (-632 |#1|) (-856))) |%noBranch|) (IF (|has| |#1| (-6 (-4261 "*"))) (-15 -1599 ((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-856))) |%noBranch|) (-15 -3218 ((-632 (-887 |#1|)) (-713))) (-15 -1984 ((-632 |#1|) (-632 |#1|) (-856))) (-15 -1984 ((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-856))) (-15 -3514 ((-632 |#1|) (-632 |#1|) (-632 |#1|))) (-15 -3514 ((-592 (-632 |#1|)) (-592 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -3514 ((-632 |#1|) (-632 |#1|))) (-15 -3514 ((-592 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -3554 ((-632 (-525)) (-840 (-525)) (-525))) (-15 -3554 ((-632 (-525)) (-592 (-525)))) (-15 -3554 ((-592 (-632 (-525))) (-592 (-840 (-525))) (-525))) (-15 -3554 ((-592 (-632 (-525))) (-592 (-592 (-525))))))
-((-2985 (((-632 |#1|) (-592 (-632 |#1|)) (-1174 |#1|)) 51 (|has| |#1| (-286)))) (-3224 (((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-1174 (-1174 |#1|))) 77 (|has| |#1| (-341))) (((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-1174 |#1|)) 80 (|has| |#1| (-341)))) (-3700 (((-1174 |#1|) (-592 (-1174 |#1|)) (-525)) 94 (-12 (|has| |#1| (-341)) (|has| |#1| (-346))))) (-2261 (((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-856)) 86 (-12 (|has| |#1| (-341)) (|has| |#1| (-346)))) (((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-108)) 84 (-12 (|has| |#1| (-341)) (|has| |#1| (-346)))) (((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|))) 83 (-12 (|has| |#1| (-341)) (|has| |#1| (-346)))) (((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-108) (-525) (-525)) 82 (-12 (|has| |#1| (-341)) (|has| |#1| (-346))))) (-3720 (((-108) (-592 (-632 |#1|))) 72 (|has| |#1| (-341))) (((-108) (-592 (-632 |#1|)) (-525)) 74 (|has| |#1| (-341)))) (-2997 (((-1174 (-1174 |#1|)) (-592 (-632 |#1|)) (-1174 |#1|)) 49 (|has| |#1| (-286)))) (-1244 (((-632 |#1|) (-592 (-632 |#1|)) (-632 |#1|)) 34)) (-3302 (((-632 |#1|) (-1174 (-1174 |#1|))) 31)) (-3012 (((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)) (-525)) 66 (|has| |#1| (-341))) (((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|))) 65 (|has| |#1| (-341))) (((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)) (-108) (-525)) 70 (|has| |#1| (-341)))))
-(((-960 |#1|) (-10 -7 (-15 -3302 ((-632 |#1|) (-1174 (-1174 |#1|)))) (-15 -1244 ((-632 |#1|) (-592 (-632 |#1|)) (-632 |#1|))) (IF (|has| |#1| (-286)) (PROGN (-15 -2997 ((-1174 (-1174 |#1|)) (-592 (-632 |#1|)) (-1174 |#1|))) (-15 -2985 ((-632 |#1|) (-592 (-632 |#1|)) (-1174 |#1|)))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-15 -3012 ((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)) (-108) (-525))) (-15 -3012 ((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -3012 ((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)) (-525))) (-15 -3720 ((-108) (-592 (-632 |#1|)) (-525))) (-15 -3720 ((-108) (-592 (-632 |#1|)))) (-15 -3224 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-1174 |#1|))) (-15 -3224 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-1174 (-1174 |#1|))))) |%noBranch|) (IF (|has| |#1| (-346)) (IF (|has| |#1| (-341)) (PROGN (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-108) (-525) (-525))) (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)))) (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-108))) (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-856))) (-15 -3700 ((-1174 |#1|) (-592 (-1174 |#1|)) (-525)))) |%noBranch|) |%noBranch|)) (-977)) (T -960))
-((-3700 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-1174 *5))) (-5 *4 (-525)) (-5 *2 (-1174 *5)) (-5 *1 (-960 *5)) (-4 *5 (-341)) (-4 *5 (-346)) (-4 *5 (-977)))) (-2261 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-4 *5 (-341)) (-4 *5 (-346)) (-4 *5 (-977)) (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5)) (-5 *3 (-592 (-632 *5))))) (-2261 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-341)) (-4 *5 (-346)) (-4 *5 (-977)) (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5)) (-5 *3 (-592 (-632 *5))))) (-2261 (*1 *2 *3) (-12 (-4 *4 (-341)) (-4 *4 (-346)) (-4 *4 (-977)) (-5 *2 (-592 (-592 (-632 *4)))) (-5 *1 (-960 *4)) (-5 *3 (-592 (-632 *4))))) (-2261 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-108)) (-5 *5 (-525)) (-4 *6 (-341)) (-4 *6 (-346)) (-4 *6 (-977)) (-5 *2 (-592 (-592 (-632 *6)))) (-5 *1 (-960 *6)) (-5 *3 (-592 (-632 *6))))) (-3224 (*1 *2 *3 *4) (-12 (-5 *4 (-1174 (-1174 *5))) (-4 *5 (-341)) (-4 *5 (-977)) (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5)) (-5 *3 (-592 (-632 *5))))) (-3224 (*1 *2 *3 *4) (-12 (-5 *4 (-1174 *5)) (-4 *5 (-341)) (-4 *5 (-977)) (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5)) (-5 *3 (-592 (-632 *5))))) (-3720 (*1 *2 *3) (-12 (-5 *3 (-592 (-632 *4))) (-4 *4 (-341)) (-4 *4 (-977)) (-5 *2 (-108)) (-5 *1 (-960 *4)))) (-3720 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-632 *5))) (-5 *4 (-525)) (-4 *5 (-341)) (-4 *5 (-977)) (-5 *2 (-108)) (-5 *1 (-960 *5)))) (-3012 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-592 (-632 *5))) (-5 *4 (-525)) (-5 *2 (-632 *5)) (-5 *1 (-960 *5)) (-4 *5 (-341)) (-4 *5 (-977)))) (-3012 (*1 *2 *3 *3) (-12 (-5 *3 (-592 (-632 *4))) (-5 *2 (-632 *4)) (-5 *1 (-960 *4)) (-4 *4 (-341)) (-4 *4 (-977)))) (-3012 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-592 (-632 *6))) (-5 *4 (-108)) (-5 *5 (-525)) (-5 *2 (-632 *6)) (-5 *1 (-960 *6)) (-4 *6 (-341)) (-4 *6 (-977)))) (-2985 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-632 *5))) (-5 *4 (-1174 *5)) (-4 *5 (-286)) (-4 *5 (-977)) (-5 *2 (-632 *5)) (-5 *1 (-960 *5)))) (-2997 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-632 *5))) (-4 *5 (-286)) (-4 *5 (-977)) (-5 *2 (-1174 (-1174 *5))) (-5 *1 (-960 *5)) (-5 *4 (-1174 *5)))) (-1244 (*1 *2 *3 *2) (-12 (-5 *3 (-592 (-632 *4))) (-5 *2 (-632 *4)) (-4 *4 (-977)) (-5 *1 (-960 *4)))) (-3302 (*1 *2 *3) (-12 (-5 *3 (-1174 (-1174 *4))) (-4 *4 (-977)) (-5 *2 (-632 *4)) (-5 *1 (-960 *4)))))
-(-10 -7 (-15 -3302 ((-632 |#1|) (-1174 (-1174 |#1|)))) (-15 -1244 ((-632 |#1|) (-592 (-632 |#1|)) (-632 |#1|))) (IF (|has| |#1| (-286)) (PROGN (-15 -2997 ((-1174 (-1174 |#1|)) (-592 (-632 |#1|)) (-1174 |#1|))) (-15 -2985 ((-632 |#1|) (-592 (-632 |#1|)) (-1174 |#1|)))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-15 -3012 ((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)) (-108) (-525))) (-15 -3012 ((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -3012 ((-632 |#1|) (-592 (-632 |#1|)) (-592 (-632 |#1|)) (-525))) (-15 -3720 ((-108) (-592 (-632 |#1|)) (-525))) (-15 -3720 ((-108) (-592 (-632 |#1|)))) (-15 -3224 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-1174 |#1|))) (-15 -3224 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-1174 (-1174 |#1|))))) |%noBranch|) (IF (|has| |#1| (-346)) (IF (|has| |#1| (-341)) (PROGN (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-108) (-525) (-525))) (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)))) (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-108))) (-15 -2261 ((-592 (-592 (-632 |#1|))) (-592 (-632 |#1|)) (-856))) (-15 -3700 ((-1174 |#1|) (-592 (-1174 |#1|)) (-525)))) |%noBranch|) |%noBranch|))
-((-3781 ((|#1| (-856) |#1|) 9)))
-(((-961 |#1|) (-10 -7 (-15 -3781 (|#1| (-856) |#1|))) (-13 (-1020) (-10 -8 (-15 -2860 ($ $ $))))) (T -961))
-((-3781 (*1 *2 *3 *2) (-12 (-5 *3 (-856)) (-5 *1 (-961 *2)) (-4 *2 (-13 (-1020) (-10 -8 (-15 -2860 ($ $ $))))))))
-(-10 -7 (-15 -3781 (|#1| (-856) |#1|)))
-((-2356 (((-592 (-2 (|:| |radval| (-294 (-525))) (|:| |radmult| (-525)) (|:| |radvect| (-592 (-632 (-294 (-525))))))) (-632 (-385 (-887 (-525))))) 59)) (-3331 (((-592 (-632 (-294 (-525)))) (-294 (-525)) (-632 (-385 (-887 (-525))))) 48)) (-1510 (((-592 (-294 (-525))) (-632 (-385 (-887 (-525))))) 41)) (-2779 (((-592 (-632 (-294 (-525)))) (-632 (-385 (-887 (-525))))) 69)) (-2128 (((-632 (-294 (-525))) (-632 (-294 (-525)))) 34)) (-2210 (((-592 (-632 (-294 (-525)))) (-592 (-632 (-294 (-525))))) 62)) (-2470 (((-3 (-632 (-294 (-525))) "failed") (-632 (-385 (-887 (-525))))) 66)))
-(((-962) (-10 -7 (-15 -2356 ((-592 (-2 (|:| |radval| (-294 (-525))) (|:| |radmult| (-525)) (|:| |radvect| (-592 (-632 (-294 (-525))))))) (-632 (-385 (-887 (-525)))))) (-15 -3331 ((-592 (-632 (-294 (-525)))) (-294 (-525)) (-632 (-385 (-887 (-525)))))) (-15 -1510 ((-592 (-294 (-525))) (-632 (-385 (-887 (-525)))))) (-15 -2470 ((-3 (-632 (-294 (-525))) "failed") (-632 (-385 (-887 (-525)))))) (-15 -2128 ((-632 (-294 (-525))) (-632 (-294 (-525))))) (-15 -2210 ((-592 (-632 (-294 (-525)))) (-592 (-632 (-294 (-525)))))) (-15 -2779 ((-592 (-632 (-294 (-525)))) (-632 (-385 (-887 (-525)))))))) (T -962))
-((-2779 (*1 *2 *3) (-12 (-5 *3 (-632 (-385 (-887 (-525))))) (-5 *2 (-592 (-632 (-294 (-525))))) (-5 *1 (-962)))) (-2210 (*1 *2 *2) (-12 (-5 *2 (-592 (-632 (-294 (-525))))) (-5 *1 (-962)))) (-2128 (*1 *2 *2) (-12 (-5 *2 (-632 (-294 (-525)))) (-5 *1 (-962)))) (-2470 (*1 *2 *3) (|partial| -12 (-5 *3 (-632 (-385 (-887 (-525))))) (-5 *2 (-632 (-294 (-525)))) (-5 *1 (-962)))) (-1510 (*1 *2 *3) (-12 (-5 *3 (-632 (-385 (-887 (-525))))) (-5 *2 (-592 (-294 (-525)))) (-5 *1 (-962)))) (-3331 (*1 *2 *3 *4) (-12 (-5 *4 (-632 (-385 (-887 (-525))))) (-5 *2 (-592 (-632 (-294 (-525))))) (-5 *1 (-962)) (-5 *3 (-294 (-525))))) (-2356 (*1 *2 *3) (-12 (-5 *3 (-632 (-385 (-887 (-525))))) (-5 *2 (-592 (-2 (|:| |radval| (-294 (-525))) (|:| |radmult| (-525)) (|:| |radvect| (-592 (-632 (-294 (-525)))))))) (-5 *1 (-962)))))
-(-10 -7 (-15 -2356 ((-592 (-2 (|:| |radval| (-294 (-525))) (|:| |radmult| (-525)) (|:| |radvect| (-592 (-632 (-294 (-525))))))) (-632 (-385 (-887 (-525)))))) (-15 -3331 ((-592 (-632 (-294 (-525)))) (-294 (-525)) (-632 (-385 (-887 (-525)))))) (-15 -1510 ((-592 (-294 (-525))) (-632 (-385 (-887 (-525)))))) (-15 -2470 ((-3 (-632 (-294 (-525))) "failed") (-632 (-385 (-887 (-525)))))) (-15 -2128 ((-632 (-294 (-525))) (-632 (-294 (-525))))) (-15 -2210 ((-592 (-632 (-294 (-525)))) (-592 (-632 (-294 (-525)))))) (-15 -2779 ((-592 (-632 (-294 (-525)))) (-632 (-385 (-887 (-525)))))))
-((-2801 ((|#1| |#1| (-856)) 9)))
-(((-963 |#1|) (-10 -7 (-15 -2801 (|#1| |#1| (-856)))) (-13 (-1020) (-10 -8 (-15 * ($ $ $))))) (T -963))
-((-2801 (*1 *2 *2 *3) (-12 (-5 *3 (-856)) (-5 *1 (-963 *2)) (-4 *2 (-13 (-1020) (-10 -8 (-15 * ($ $ $))))))))
-(-10 -7 (-15 -2801 (|#1| |#1| (-856))))
-((-4100 ((|#1| (-290)) 11) (((-1179) |#1|) 9)))
-(((-964 |#1|) (-10 -7 (-15 -4100 ((-1179) |#1|)) (-15 -4100 (|#1| (-290)))) (-1128)) (T -964))
-((-4100 (*1 *2 *3) (-12 (-5 *3 (-290)) (-5 *1 (-964 *2)) (-4 *2 (-1128)))) (-4100 (*1 *2 *3) (-12 (-5 *2 (-1179)) (-5 *1 (-964 *3)) (-4 *3 (-1128)))))
-(-10 -7 (-15 -4100 ((-1179) |#1|)) (-15 -4100 (|#1| (-290))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3504 (($ |#4|) 25)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-3492 ((|#4| $) 27)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 46) (($ (-525)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-2448 (((-713)) 43)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 21 T CONST)) (-3375 (($) 23 T CONST)) (-2775 (((-108) $ $) 40)) (-2871 (($ $) 31) (($ $ $) NIL)) (-2860 (($ $ $) 29)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
-(((-965 |#1| |#2| |#3| |#4| |#5|) (-13 (-160) (-37 |#1|) (-10 -8 (-15 -3504 ($ |#4|)) (-15 -4100 ($ |#4|)) (-15 -3492 (|#4| $)))) (-341) (-735) (-789) (-884 |#1| |#2| |#3|) (-592 |#4|)) (T -965))
-((-3504 (*1 *1 *2) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-965 *3 *4 *5 *2 *6)) (-4 *2 (-884 *3 *4 *5)) (-14 *6 (-592 *2)))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-965 *3 *4 *5 *2 *6)) (-4 *2 (-884 *3 *4 *5)) (-14 *6 (-592 *2)))) (-3492 (*1 *2 *1) (-12 (-4 *2 (-884 *3 *4 *5)) (-5 *1 (-965 *3 *4 *5 *2 *6)) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-14 *6 (-592 *2)))))
-(-13 (-160) (-37 |#1|) (-10 -8 (-15 -3504 ($ |#4|)) (-15 -4100 ($ |#4|)) (-15 -3492 (|#4| $))))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL)) (-3289 (((-1179) $ (-1092) (-1092)) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-2391 (((-108) (-108)) 39)) (-2053 (((-108) (-108)) 38)) (-1233 (((-51) $ (-1092) (-51)) NIL)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 (-51) "failed") (-1092) $) NIL)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-4205 (($ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-3 (-51) "failed") (-1092) $) NIL)) (-2698 (($ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-3081 (((-51) $ (-1092) (-51)) NIL (|has| $ (-6 -4260)))) (-3017 (((-51) $ (-1092)) NIL)) (-2175 (((-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-592 (-51)) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-1092) $) NIL (|has| (-1092) (-789)))) (-2617 (((-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-592 (-51)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (((-108) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020))))) (-2231 (((-1092) $) NIL (|has| (-1092) (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4260))) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL) (($ (-1 (-51) (-51)) $) NIL) (($ (-1 (-51) (-51) (-51)) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-1398 (((-592 (-1092)) $) 34)) (-3770 (((-108) (-1092) $) NIL)) (-3577 (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL)) (-3246 (($ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL)) (-3177 (((-592 (-1092)) $) NIL)) (-3461 (((-108) (-1092) $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-1647 (((-51) $) NIL (|has| (-1092) (-789)))) (-4202 (((-3 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) "failed") (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL)) (-3453 (($ $ (-51)) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-273 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-592 (-51)) (-592 (-51))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-273 (-51))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-592 (-273 (-51)))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020))))) (-1717 (((-592 (-51)) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 (((-51) $ (-1092)) 35) (((-51) $ (-1092) (-51)) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (((-713) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020)))) (((-713) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL)) (-4100 (((-798) $) 37 (-2067 (|has| (-51) (-566 (-798))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-966) (-13 (-1105 (-1092) (-51)) (-10 -7 (-15 -2391 ((-108) (-108))) (-15 -2053 ((-108) (-108))) (-6 -4259)))) (T -966))
-((-2391 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-966)))) (-2053 (*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-966)))))
-(-13 (-1105 (-1092) (-51)) (-10 -7 (-15 -2391 ((-108) (-108))) (-15 -2053 ((-108) (-108))) (-6 -4259)))
-((-4105 ((|#2| $) 10)))
-(((-967 |#1| |#2|) (-10 -8 (-15 -4105 (|#2| |#1|))) (-968 |#2|) (-1128)) (T -967))
-NIL
-(-10 -8 (-15 -4105 (|#2| |#1|)))
-((-1934 (((-3 |#1| "failed") $) 7)) (-4105 ((|#1| $) 8)) (-4100 (($ |#1|) 6)))
-(((-968 |#1|) (-131) (-1128)) (T -968))
-((-4105 (*1 *2 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-1128)))) (-1934 (*1 *2 *1) (|partial| -12 (-4 *1 (-968 *2)) (-4 *2 (-1128)))) (-4100 (*1 *1 *2) (-12 (-4 *1 (-968 *2)) (-4 *2 (-1128)))))
-(-13 (-10 -8 (-15 -4100 ($ |t#1|)) (-15 -1934 ((-3 |t#1| "failed") $)) (-15 -4105 (|t#1| $))))
-((-3786 (((-592 (-592 (-273 (-385 (-887 |#2|))))) (-592 (-887 |#2|)) (-592 (-1092))) 38)))
-(((-969 |#1| |#2|) (-10 -7 (-15 -3786 ((-592 (-592 (-273 (-385 (-887 |#2|))))) (-592 (-887 |#2|)) (-592 (-1092))))) (-517) (-13 (-517) (-968 |#1|))) (T -969))
-((-3786 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-887 *6))) (-5 *4 (-592 (-1092))) (-4 *6 (-13 (-517) (-968 *5))) (-4 *5 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *6)))))) (-5 *1 (-969 *5 *6)))))
-(-10 -7 (-15 -3786 ((-592 (-592 (-273 (-385 (-887 |#2|))))) (-592 (-887 |#2|)) (-592 (-1092)))))
-((-3995 (((-357)) 15)) (-1994 (((-1 (-357)) (-357) (-357)) 20)) (-3252 (((-1 (-357)) (-713)) 43)) (-3757 (((-357)) 34)) (-2392 (((-1 (-357)) (-357) (-357)) 35)) (-2484 (((-357)) 26)) (-2489 (((-1 (-357)) (-357)) 27)) (-3063 (((-357) (-713)) 38)) (-3818 (((-1 (-357)) (-713)) 39)) (-1834 (((-1 (-357)) (-713) (-713)) 42)) (-2892 (((-1 (-357)) (-713) (-713)) 40)))
-(((-970) (-10 -7 (-15 -3995 ((-357))) (-15 -3757 ((-357))) (-15 -2484 ((-357))) (-15 -3063 ((-357) (-713))) (-15 -1994 ((-1 (-357)) (-357) (-357))) (-15 -2392 ((-1 (-357)) (-357) (-357))) (-15 -2489 ((-1 (-357)) (-357))) (-15 -3818 ((-1 (-357)) (-713))) (-15 -2892 ((-1 (-357)) (-713) (-713))) (-15 -1834 ((-1 (-357)) (-713) (-713))) (-15 -3252 ((-1 (-357)) (-713))))) (T -970))
-((-3252 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970)))) (-1834 (*1 *2 *3 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970)))) (-2892 (*1 *2 *3 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970)))) (-3818 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970)))) (-2489 (*1 *2 *3) (-12 (-5 *2 (-1 (-357))) (-5 *1 (-970)) (-5 *3 (-357)))) (-2392 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-357))) (-5 *1 (-970)) (-5 *3 (-357)))) (-1994 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-357))) (-5 *1 (-970)) (-5 *3 (-357)))) (-3063 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-357)) (-5 *1 (-970)))) (-2484 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-970)))) (-3757 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-970)))) (-3995 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-970)))))
-(-10 -7 (-15 -3995 ((-357))) (-15 -3757 ((-357))) (-15 -2484 ((-357))) (-15 -3063 ((-357) (-713))) (-15 -1994 ((-1 (-357)) (-357) (-357))) (-15 -2392 ((-1 (-357)) (-357) (-357))) (-15 -2489 ((-1 (-357)) (-357))) (-15 -3818 ((-1 (-357)) (-713))) (-15 -2892 ((-1 (-357)) (-713) (-713))) (-15 -1834 ((-1 (-357)) (-713) (-713))) (-15 -3252 ((-1 (-357)) (-713))))
-((-4201 (((-396 |#1|) |#1|) 33)))
-(((-971 |#1|) (-10 -7 (-15 -4201 ((-396 |#1|) |#1|))) (-1150 (-385 (-887 (-525))))) (T -971))
-((-4201 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-971 *3)) (-4 *3 (-1150 (-385 (-887 (-525))))))))
-(-10 -7 (-15 -4201 ((-396 |#1|) |#1|)))
-((-2687 (((-385 (-396 (-887 |#1|))) (-385 (-887 |#1|))) 14)))
-(((-972 |#1|) (-10 -7 (-15 -2687 ((-385 (-396 (-887 |#1|))) (-385 (-887 |#1|))))) (-286)) (T -972))
-((-2687 (*1 *2 *3) (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-286)) (-5 *2 (-385 (-396 (-887 *4)))) (-5 *1 (-972 *4)))))
-(-10 -7 (-15 -2687 ((-385 (-396 (-887 |#1|))) (-385 (-887 |#1|)))))
-((-1296 (((-592 (-1092)) (-385 (-887 |#1|))) 17)) (-4169 (((-385 (-1088 (-385 (-887 |#1|)))) (-385 (-887 |#1|)) (-1092)) 24)) (-1284 (((-385 (-887 |#1|)) (-385 (-1088 (-385 (-887 |#1|)))) (-1092)) 26)) (-2018 (((-3 (-1092) "failed") (-385 (-887 |#1|))) 20)) (-2825 (((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-592 (-273 (-385 (-887 |#1|))))) 32) (((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|)))) 33) (((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-592 (-1092)) (-592 (-385 (-887 |#1|)))) 28) (((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|))) 29)) (-4100 (((-385 (-887 |#1|)) |#1|) 11)))
-(((-973 |#1|) (-10 -7 (-15 -1296 ((-592 (-1092)) (-385 (-887 |#1|)))) (-15 -2018 ((-3 (-1092) "failed") (-385 (-887 |#1|)))) (-15 -4169 ((-385 (-1088 (-385 (-887 |#1|)))) (-385 (-887 |#1|)) (-1092))) (-15 -1284 ((-385 (-887 |#1|)) (-385 (-1088 (-385 (-887 |#1|)))) (-1092))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|)))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-592 (-1092)) (-592 (-385 (-887 |#1|))))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-592 (-273 (-385 (-887 |#1|)))))) (-15 -4100 ((-385 (-887 |#1|)) |#1|))) (-517)) (T -973))
-((-4100 (*1 *2 *3) (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-973 *3)) (-4 *3 (-517)))) (-2825 (*1 *2 *2 *3) (-12 (-5 *3 (-592 (-273 (-385 (-887 *4))))) (-5 *2 (-385 (-887 *4))) (-4 *4 (-517)) (-5 *1 (-973 *4)))) (-2825 (*1 *2 *2 *3) (-12 (-5 *3 (-273 (-385 (-887 *4)))) (-5 *2 (-385 (-887 *4))) (-4 *4 (-517)) (-5 *1 (-973 *4)))) (-2825 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-592 (-1092))) (-5 *4 (-592 (-385 (-887 *5)))) (-5 *2 (-385 (-887 *5))) (-4 *5 (-517)) (-5 *1 (-973 *5)))) (-2825 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-385 (-887 *4))) (-5 *3 (-1092)) (-4 *4 (-517)) (-5 *1 (-973 *4)))) (-1284 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-1088 (-385 (-887 *5))))) (-5 *4 (-1092)) (-5 *2 (-385 (-887 *5))) (-5 *1 (-973 *5)) (-4 *5 (-517)))) (-4169 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-517)) (-5 *2 (-385 (-1088 (-385 (-887 *5))))) (-5 *1 (-973 *5)) (-5 *3 (-385 (-887 *5))))) (-2018 (*1 *2 *3) (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-5 *2 (-1092)) (-5 *1 (-973 *4)))) (-1296 (*1 *2 *3) (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-5 *2 (-592 (-1092))) (-5 *1 (-973 *4)))))
-(-10 -7 (-15 -1296 ((-592 (-1092)) (-385 (-887 |#1|)))) (-15 -2018 ((-3 (-1092) "failed") (-385 (-887 |#1|)))) (-15 -4169 ((-385 (-1088 (-385 (-887 |#1|)))) (-385 (-887 |#1|)) (-1092))) (-15 -1284 ((-385 (-887 |#1|)) (-385 (-1088 (-385 (-887 |#1|)))) (-1092))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|)))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-592 (-1092)) (-592 (-385 (-887 |#1|))))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-273 (-385 (-887 |#1|))))) (-15 -2825 ((-385 (-887 |#1|)) (-385 (-887 |#1|)) (-592 (-273 (-385 (-887 |#1|)))))) (-15 -4100 ((-385 (-887 |#1|)) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 (-722 |#1| (-800 |#2|)))))) (-592 (-722 |#1| (-800 |#2|)))) NIL)) (-3347 (((-592 $) (-592 (-722 |#1| (-800 |#2|)))) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) (-108)) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) (-108) (-108)) NIL)) (-1296 (((-592 (-800 |#2|)) $) NIL)) (-2071 (((-108) $) NIL)) (-3093 (((-108) $) NIL (|has| |#1| (-517)))) (-1587 (((-108) (-722 |#1| (-800 |#2|)) $) NIL) (((-108) $) NIL)) (-1402 (((-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $) NIL)) (-4195 (((-592 (-2 (|:| |val| (-722 |#1| (-800 |#2|))) (|:| -1285 $))) (-722 |#1| (-800 |#2|)) $) NIL)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ (-800 |#2|)) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-2399 (($ (-1 (-108) (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 (-722 |#1| (-800 |#2|)) "failed") $ (-800 |#2|)) NIL)) (-2475 (($) NIL T CONST)) (-3542 (((-108) $) NIL (|has| |#1| (-517)))) (-2462 (((-108) $ $) NIL (|has| |#1| (-517)))) (-2390 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1698 (((-108) $) NIL (|has| |#1| (-517)))) (-2783 (((-592 (-722 |#1| (-800 |#2|))) (-592 (-722 |#1| (-800 |#2|))) $ (-1 (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) (-1 (-108) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)))) NIL)) (-3308 (((-592 (-722 |#1| (-800 |#2|))) (-592 (-722 |#1| (-800 |#2|))) $) NIL (|has| |#1| (-517)))) (-1655 (((-592 (-722 |#1| (-800 |#2|))) (-592 (-722 |#1| (-800 |#2|))) $) NIL (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 (-722 |#1| (-800 |#2|)))) NIL)) (-4105 (($ (-592 (-722 |#1| (-800 |#2|)))) NIL)) (-1659 (((-3 $ "failed") $) NIL)) (-2268 (((-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-722 |#1| (-800 |#2|)) (-1020))))) (-2698 (($ (-722 |#1| (-800 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-722 |#1| (-800 |#2|)) (-1020)))) (($ (-1 (-108) (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-722 |#1| (-800 |#2|))) (|:| |den| |#1|)) (-722 |#1| (-800 |#2|)) $) NIL (|has| |#1| (-517)))) (-3964 (((-108) (-722 |#1| (-800 |#2|)) $ (-1 (-108) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)))) NIL)) (-1469 (((-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $) NIL)) (-3504 (((-722 |#1| (-800 |#2|)) (-1 (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) $ (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-722 |#1| (-800 |#2|)) (-1020)))) (((-722 |#1| (-800 |#2|)) (-1 (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) $ (-722 |#1| (-800 |#2|))) NIL (|has| $ (-6 -4259))) (((-722 |#1| (-800 |#2|)) (-1 (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $ (-1 (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) (-1 (-108) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)))) NIL)) (-1329 (((-2 (|:| -2682 (-592 (-722 |#1| (-800 |#2|)))) (|:| -2046 (-592 (-722 |#1| (-800 |#2|))))) $) NIL)) (-1954 (((-108) (-722 |#1| (-800 |#2|)) $) NIL)) (-3315 (((-108) (-722 |#1| (-800 |#2|)) $) NIL)) (-1941 (((-108) (-722 |#1| (-800 |#2|)) $) NIL) (((-108) $) NIL)) (-2175 (((-592 (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3221 (((-108) (-722 |#1| (-800 |#2|)) $) NIL) (((-108) $) NIL)) (-2577 (((-800 |#2|) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-722 |#1| (-800 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-722 |#1| (-800 |#2|)) (-1020))))) (-3069 (($ (-1 (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) $) NIL)) (-3435 (((-592 (-800 |#2|)) $) NIL)) (-2468 (((-108) (-800 |#2|) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-4180 (((-3 (-722 |#1| (-800 |#2|)) (-592 $)) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $) NIL)) (-2602 (((-592 (-2 (|:| |val| (-722 |#1| (-800 |#2|))) (|:| -1285 $))) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $) NIL)) (-2718 (((-3 (-722 |#1| (-800 |#2|)) "failed") $) NIL)) (-2346 (((-592 $) (-722 |#1| (-800 |#2|)) $) NIL)) (-3580 (((-3 (-108) (-592 $)) (-722 |#1| (-800 |#2|)) $) NIL)) (-3022 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) (-722 |#1| (-800 |#2|)) $) NIL) (((-108) (-722 |#1| (-800 |#2|)) $) NIL)) (-2913 (((-592 $) (-722 |#1| (-800 |#2|)) $) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) $) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) (-592 $)) NIL) (((-592 $) (-722 |#1| (-800 |#2|)) (-592 $)) NIL)) (-1513 (($ (-722 |#1| (-800 |#2|)) $) NIL) (($ (-592 (-722 |#1| (-800 |#2|))) $) NIL)) (-1455 (((-592 (-722 |#1| (-800 |#2|))) $) NIL)) (-3732 (((-108) (-722 |#1| (-800 |#2|)) $) NIL) (((-108) $) NIL)) (-3076 (((-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $) NIL)) (-3472 (((-108) $ $) NIL)) (-2991 (((-2 (|:| |num| (-722 |#1| (-800 |#2|))) (|:| |den| |#1|)) (-722 |#1| (-800 |#2|)) $) NIL (|has| |#1| (-517)))) (-2635 (((-108) (-722 |#1| (-800 |#2|)) $) NIL) (((-108) $) NIL)) (-1998 (((-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)) $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-3 (-722 |#1| (-800 |#2|)) "failed") $) NIL)) (-4202 (((-3 (-722 |#1| (-800 |#2|)) "failed") (-1 (-108) (-722 |#1| (-800 |#2|))) $) NIL)) (-2821 (((-3 $ "failed") $ (-722 |#1| (-800 |#2|))) NIL)) (-1397 (($ $ (-722 |#1| (-800 |#2|))) NIL) (((-592 $) (-722 |#1| (-800 |#2|)) $) NIL) (((-592 $) (-722 |#1| (-800 |#2|)) (-592 $)) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) $) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) (-592 $)) NIL)) (-1518 (((-108) (-1 (-108) (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-722 |#1| (-800 |#2|))) (-592 (-722 |#1| (-800 |#2|)))) NIL (-12 (|has| (-722 |#1| (-800 |#2|)) (-288 (-722 |#1| (-800 |#2|)))) (|has| (-722 |#1| (-800 |#2|)) (-1020)))) (($ $ (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|))) NIL (-12 (|has| (-722 |#1| (-800 |#2|)) (-288 (-722 |#1| (-800 |#2|)))) (|has| (-722 |#1| (-800 |#2|)) (-1020)))) (($ $ (-273 (-722 |#1| (-800 |#2|)))) NIL (-12 (|has| (-722 |#1| (-800 |#2|)) (-288 (-722 |#1| (-800 |#2|)))) (|has| (-722 |#1| (-800 |#2|)) (-1020)))) (($ $ (-592 (-273 (-722 |#1| (-800 |#2|))))) NIL (-12 (|has| (-722 |#1| (-800 |#2|)) (-288 (-722 |#1| (-800 |#2|)))) (|has| (-722 |#1| (-800 |#2|)) (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3529 (((-713) $) NIL)) (-4002 (((-713) (-722 |#1| (-800 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-722 |#1| (-800 |#2|)) (-1020)))) (((-713) (-1 (-108) (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-722 |#1| (-800 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-722 |#1| (-800 |#2|)))) NIL)) (-4151 (($ $ (-800 |#2|)) NIL)) (-3522 (($ $ (-800 |#2|)) NIL)) (-1411 (($ $) NIL)) (-3963 (($ $ (-800 |#2|)) NIL)) (-4100 (((-798) $) NIL) (((-592 (-722 |#1| (-800 |#2|))) $) NIL)) (-1223 (((-713) $) NIL (|has| (-800 |#2|) (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 (-722 |#1| (-800 |#2|))))) "failed") (-592 (-722 |#1| (-800 |#2|))) (-1 (-108) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 (-722 |#1| (-800 |#2|))))) "failed") (-592 (-722 |#1| (-800 |#2|))) (-1 (-108) (-722 |#1| (-800 |#2|))) (-1 (-108) (-722 |#1| (-800 |#2|)) (-722 |#1| (-800 |#2|)))) NIL)) (-4170 (((-108) $ (-1 (-108) (-722 |#1| (-800 |#2|)) (-592 (-722 |#1| (-800 |#2|))))) NIL)) (-3605 (((-592 $) (-722 |#1| (-800 |#2|)) $) NIL) (((-592 $) (-722 |#1| (-800 |#2|)) (-592 $)) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) $) NIL) (((-592 $) (-592 (-722 |#1| (-800 |#2|))) (-592 $)) NIL)) (-2706 (((-108) (-1 (-108) (-722 |#1| (-800 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-1874 (((-592 (-800 |#2|)) $) NIL)) (-1484 (((-108) (-722 |#1| (-800 |#2|)) $) NIL)) (-2738 (((-108) (-800 |#2|) $) NIL)) (-2775 (((-108) $ $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-974 |#1| |#2|) (-13 (-996 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|))) (-10 -8 (-15 -3347 ((-592 $) (-592 (-722 |#1| (-800 |#2|))) (-108) (-108))))) (-429) (-592 (-1092))) (T -974))
-((-3347 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429)) (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-974 *5 *6))) (-5 *1 (-974 *5 *6)))))
-(-13 (-996 |#1| (-497 (-800 |#2|)) (-800 |#2|) (-722 |#1| (-800 |#2|))) (-10 -8 (-15 -3347 ((-592 $) (-592 (-722 |#1| (-800 |#2|))) (-108) (-108)))))
-((-1994 (((-1 (-525)) (-1015 (-525))) 33)) (-3157 (((-525) (-525) (-525) (-525) (-525)) 30)) (-2197 (((-1 (-525)) |RationalNumber|) NIL)) (-3352 (((-1 (-525)) |RationalNumber|) NIL)) (-1494 (((-1 (-525)) (-525) |RationalNumber|) NIL)))
-(((-975) (-10 -7 (-15 -1994 ((-1 (-525)) (-1015 (-525)))) (-15 -1494 ((-1 (-525)) (-525) |RationalNumber|)) (-15 -2197 ((-1 (-525)) |RationalNumber|)) (-15 -3352 ((-1 (-525)) |RationalNumber|)) (-15 -3157 ((-525) (-525) (-525) (-525) (-525))))) (T -975))
-((-3157 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-975)))) (-3352 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-525))) (-5 *1 (-975)))) (-2197 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-525))) (-5 *1 (-975)))) (-1494 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-525))) (-5 *1 (-975)) (-5 *3 (-525)))) (-1994 (*1 *2 *3) (-12 (-5 *3 (-1015 (-525))) (-5 *2 (-1 (-525))) (-5 *1 (-975)))))
-(-10 -7 (-15 -1994 ((-1 (-525)) (-1015 (-525)))) (-15 -1494 ((-1 (-525)) (-525) |RationalNumber|)) (-15 -2197 ((-1 (-525)) |RationalNumber|)) (-15 -3352 ((-1 (-525)) |RationalNumber|)) (-15 -3157 ((-525) (-525) (-525) (-525) (-525))))
-((-4100 (((-798) $) NIL) (($ (-525)) 10)))
-(((-976 |#1|) (-10 -8 (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|))) (-977)) (T -976))
-NIL
-(-10 -8 (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-977) (-131)) (T -977))
-((-2448 (*1 *2) (-12 (-4 *1 (-977)) (-5 *2 (-713)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-977)))))
-(-13 (-984) (-669) (-594 $) (-10 -8 (-15 -2448 ((-713))) (-15 -4100 ($ (-525))) (-6 -4256)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 $) . T) ((-669) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4055 (((-385 (-887 |#2|)) (-592 |#2|) (-592 |#2|) (-713) (-713)) 45)))
-(((-978 |#1| |#2|) (-10 -7 (-15 -4055 ((-385 (-887 |#2|)) (-592 |#2|) (-592 |#2|) (-713) (-713)))) (-1092) (-341)) (T -978))
-((-4055 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-592 *6)) (-5 *4 (-713)) (-4 *6 (-341)) (-5 *2 (-385 (-887 *6))) (-5 *1 (-978 *5 *6)) (-14 *5 (-1092)))))
-(-10 -7 (-15 -4055 ((-385 (-887 |#2|)) (-592 |#2|) (-592 |#2|) (-713) (-713))))
-((-2207 (((-108) $) 29)) (-2721 (((-108) $) 16)) (-2720 (((-713) $) 13)) (-2731 (((-713) $) 14)) (-3219 (((-108) $) 26)) (-1245 (((-108) $) 31)))
-(((-979 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -2731 ((-713) |#1|)) (-15 -2720 ((-713) |#1|)) (-15 -1245 ((-108) |#1|)) (-15 -2207 ((-108) |#1|)) (-15 -3219 ((-108) |#1|)) (-15 -2721 ((-108) |#1|))) (-980 |#2| |#3| |#4| |#5| |#6|) (-713) (-713) (-977) (-218 |#3| |#4|) (-218 |#2| |#4|)) (T -979))
-NIL
-(-10 -8 (-15 -2731 ((-713) |#1|)) (-15 -2720 ((-713) |#1|)) (-15 -1245 ((-108) |#1|)) (-15 -2207 ((-108) |#1|)) (-15 -3219 ((-108) |#1|)) (-15 -2721 ((-108) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2207 (((-108) $) 51)) (-3222 (((-3 $ "failed") $ $) 19)) (-2721 (((-108) $) 53)) (-3779 (((-108) $ (-713)) 61)) (-2475 (($) 17 T CONST)) (-3692 (($ $) 34 (|has| |#3| (-286)))) (-3209 ((|#4| $ (-525)) 39)) (-3085 (((-713) $) 33 (|has| |#3| (-517)))) (-3017 ((|#3| $ (-525) (-525)) 41)) (-2175 (((-592 |#3|) $) 68 (|has| $ (-6 -4259)))) (-3204 (((-713) $) 32 (|has| |#3| (-517)))) (-3261 (((-592 |#5|) $) 31 (|has| |#3| (-517)))) (-2720 (((-713) $) 45)) (-2731 (((-713) $) 44)) (-2516 (((-108) $ (-713)) 60)) (-2797 (((-525) $) 49)) (-2307 (((-525) $) 47)) (-2617 (((-592 |#3|) $) 69 (|has| $ (-6 -4259)))) (-3198 (((-108) |#3| $) 71 (-12 (|has| |#3| (-1020)) (|has| $ (-6 -4259))))) (-3194 (((-525) $) 48)) (-3210 (((-525) $) 46)) (-4054 (($ (-592 (-592 |#3|))) 54)) (-3069 (($ (-1 |#3| |#3|) $) 64 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#3| |#3|) $) 63) (($ (-1 |#3| |#3| |#3|) $ $) 37)) (-2949 (((-592 (-592 |#3|)) $) 43)) (-4028 (((-108) $ (-713)) 59)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ |#3|) 36 (|has| |#3| (-517)))) (-1518 (((-108) (-1 (-108) |#3|) $) 66 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#3|) (-592 |#3|)) 75 (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ |#3| |#3|) 74 (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-273 |#3|)) 73 (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-592 (-273 |#3|))) 72 (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))) (-1231 (((-108) $ $) 55)) (-3479 (((-108) $) 58)) (-1558 (($) 57)) (-3431 ((|#3| $ (-525) (-525)) 42) ((|#3| $ (-525) (-525) |#3|) 40)) (-3219 (((-108) $) 52)) (-4002 (((-713) |#3| $) 70 (-12 (|has| |#3| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#3|) $) 67 (|has| $ (-6 -4259)))) (-2503 (($ $) 56)) (-1881 ((|#5| $ (-525)) 38)) (-4100 (((-798) $) 11)) (-2706 (((-108) (-1 (-108) |#3|) $) 65 (|has| $ (-6 -4259)))) (-1245 (((-108) $) 50)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#3|) 35 (|has| |#3| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#3| $) 23) (($ $ |#3|) 26)) (-2827 (((-713) $) 62 (|has| $ (-6 -4259)))))
-(((-980 |#1| |#2| |#3| |#4| |#5|) (-131) (-713) (-713) (-977) (-218 |t#2| |t#3|) (-218 |t#1| |t#3|)) (T -980))
-((-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)))) (-4054 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 *5))) (-4 *5 (-977)) (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)))) (-2721 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))) (-3219 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))) (-2207 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))) (-1245 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))) (-2797 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))) (-3194 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))) (-2307 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))) (-3210 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))) (-2720 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-713)))) (-2731 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-713)))) (-2949 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-592 (-592 *5))))) (-3431 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *2 *6 *7)) (-4 *6 (-218 *5 *2)) (-4 *7 (-218 *4 *2)) (-4 *2 (-977)))) (-3017 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *2 *6 *7)) (-4 *6 (-218 *5 *2)) (-4 *7 (-218 *4 *2)) (-4 *2 (-977)))) (-3431 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *2 *6 *7)) (-4 *2 (-977)) (-4 *6 (-218 *5 *2)) (-4 *7 (-218 *4 *2)))) (-3209 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *6 *2 *7)) (-4 *6 (-977)) (-4 *7 (-218 *4 *6)) (-4 *2 (-218 *5 *6)))) (-1881 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *6 *7 *2)) (-4 *6 (-977)) (-4 *7 (-218 *5 *6)) (-4 *2 (-218 *4 *6)))) (-2016 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)))) (-1311 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-980 *3 *4 *2 *5 *6)) (-4 *2 (-977)) (-4 *5 (-218 *4 *2)) (-4 *6 (-218 *3 *2)) (-4 *2 (-517)))) (-2880 (*1 *1 *1 *2) (-12 (-4 *1 (-980 *3 *4 *2 *5 *6)) (-4 *2 (-977)) (-4 *5 (-218 *4 *2)) (-4 *6 (-218 *3 *2)) (-4 *2 (-341)))) (-3692 (*1 *1 *1) (-12 (-4 *1 (-980 *2 *3 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-218 *3 *4)) (-4 *6 (-218 *2 *4)) (-4 *4 (-286)))) (-3085 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-4 *5 (-517)) (-5 *2 (-713)))) (-3204 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-4 *5 (-517)) (-5 *2 (-713)))) (-3261 (*1 *2 *1) (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-4 *5 (-517)) (-5 *2 (-592 *7)))))
-(-13 (-107 |t#3| |t#3|) (-464 |t#3|) (-10 -8 (-6 -4259) (IF (|has| |t#3| (-160)) (-6 (-660 |t#3|)) |%noBranch|) (-15 -4054 ($ (-592 (-592 |t#3|)))) (-15 -2721 ((-108) $)) (-15 -3219 ((-108) $)) (-15 -2207 ((-108) $)) (-15 -1245 ((-108) $)) (-15 -2797 ((-525) $)) (-15 -3194 ((-525) $)) (-15 -2307 ((-525) $)) (-15 -3210 ((-525) $)) (-15 -2720 ((-713) $)) (-15 -2731 ((-713) $)) (-15 -2949 ((-592 (-592 |t#3|)) $)) (-15 -3431 (|t#3| $ (-525) (-525))) (-15 -3017 (|t#3| $ (-525) (-525))) (-15 -3431 (|t#3| $ (-525) (-525) |t#3|)) (-15 -3209 (|t#4| $ (-525))) (-15 -1881 (|t#5| $ (-525))) (-15 -2016 ($ (-1 |t#3| |t#3|) $)) (-15 -2016 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-517)) (-15 -1311 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-341)) (-15 -2880 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-286)) (-15 -3692 ($ $)) |%noBranch|) (IF (|has| |t#3| (-517)) (PROGN (-15 -3085 ((-713) $)) (-15 -3204 ((-713) $)) (-15 -3261 ((-592 |t#5|) $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-33) . T) ((-97) . T) ((-107 |#3| |#3|) . T) ((-126) . T) ((-566 (-798)) . T) ((-288 |#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))) ((-464 |#3|) . T) ((-486 |#3| |#3|) -12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))) ((-594 |#3|) . T) ((-660 |#3|) |has| |#3| (-160)) ((-983 |#3|) . T) ((-1020) . T) ((-1128) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2207 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2721 (((-108) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-2475 (($) NIL T CONST)) (-3692 (($ $) 43 (|has| |#3| (-286)))) (-3209 (((-220 |#2| |#3|) $ (-525)) 32)) (-3721 (($ (-632 |#3|)) 41)) (-3085 (((-713) $) 45 (|has| |#3| (-517)))) (-3017 ((|#3| $ (-525) (-525)) NIL)) (-2175 (((-592 |#3|) $) NIL (|has| $ (-6 -4259)))) (-3204 (((-713) $) 47 (|has| |#3| (-517)))) (-3261 (((-592 (-220 |#1| |#3|)) $) 51 (|has| |#3| (-517)))) (-2720 (((-713) $) NIL)) (-2731 (((-713) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-2797 (((-525) $) NIL)) (-2307 (((-525) $) NIL)) (-2617 (((-592 |#3|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020))))) (-3194 (((-525) $) NIL)) (-3210 (((-525) $) NIL)) (-4054 (($ (-592 (-592 |#3|))) 27)) (-3069 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-2949 (((-592 (-592 |#3|)) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-517)))) (-1518 (((-108) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#3|) (-592 |#3|)) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-273 |#3|)) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-592 (-273 |#3|))) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#3| $ (-525) (-525)) NIL) ((|#3| $ (-525) (-525) |#3|) NIL)) (-3933 (((-128)) 54 (|has| |#3| (-341)))) (-3219 (((-108) $) NIL)) (-4002 (((-713) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020)))) (((-713) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) 63 (|has| |#3| (-567 (-501))))) (-1881 (((-220 |#1| |#3|) $ (-525)) 36)) (-4100 (((-798) $) 16) (((-632 |#3|) $) 38)) (-2706 (((-108) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259)))) (-1245 (((-108) $) NIL)) (-3364 (($) 13 T CONST)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#3|) NIL (|has| |#3| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-981 |#1| |#2| |#3|) (-13 (-980 |#1| |#2| |#3| (-220 |#2| |#3|) (-220 |#1| |#3|)) (-566 (-632 |#3|)) (-10 -8 (IF (|has| |#3| (-341)) (-6 (-1181 |#3|)) |%noBranch|) (IF (|has| |#3| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (-15 -3721 ($ (-632 |#3|))) (-15 -4100 ((-632 |#3|) $)))) (-713) (-713) (-977)) (T -981))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-632 *5)) (-5 *1 (-981 *3 *4 *5)) (-14 *3 (-713)) (-14 *4 (-713)) (-4 *5 (-977)))) (-3721 (*1 *1 *2) (-12 (-5 *2 (-632 *5)) (-4 *5 (-977)) (-5 *1 (-981 *3 *4 *5)) (-14 *3 (-713)) (-14 *4 (-713)))))
-(-13 (-980 |#1| |#2| |#3| (-220 |#2| |#3|) (-220 |#1| |#3|)) (-566 (-632 |#3|)) (-10 -8 (IF (|has| |#3| (-341)) (-6 (-1181 |#3|)) |%noBranch|) (IF (|has| |#3| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|) (-15 -3721 ($ (-632 |#3|))) (-15 -4100 ((-632 |#3|) $))))
-((-3504 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 34)) (-2016 ((|#10| (-1 |#7| |#3|) |#6|) 32)))
-(((-982 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -2016 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3504 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-713) (-713) (-977) (-218 |#2| |#3|) (-218 |#1| |#3|) (-980 |#1| |#2| |#3| |#4| |#5|) (-977) (-218 |#2| |#7|) (-218 |#1| |#7|) (-980 |#1| |#2| |#7| |#8| |#9|)) (T -982))
-((-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-977)) (-4 *2 (-977)) (-14 *5 (-713)) (-14 *6 (-713)) (-4 *8 (-218 *6 *7)) (-4 *9 (-218 *5 *7)) (-4 *10 (-218 *6 *2)) (-4 *11 (-218 *5 *2)) (-5 *1 (-982 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-980 *5 *6 *7 *8 *9)) (-4 *12 (-980 *5 *6 *2 *10 *11)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-977)) (-4 *10 (-977)) (-14 *5 (-713)) (-14 *6 (-713)) (-4 *8 (-218 *6 *7)) (-4 *9 (-218 *5 *7)) (-4 *2 (-980 *5 *6 *10 *11 *12)) (-5 *1 (-982 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-980 *5 *6 *7 *8 *9)) (-4 *11 (-218 *6 *10)) (-4 *12 (-218 *5 *10)))))
-(-10 -7 (-15 -2016 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -3504 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ |#1|) 23)))
-(((-983 |#1|) (-131) (-984)) (T -983))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-983 *2)) (-4 *2 (-984)))))
+((-3277 (($ $ (-1015 $)) 7) (($ $ (-1094)) 6)))
+(((-895) (-133)) (T -895))
+((-3277 (*1 *1 *1 *2) (-12 (-5 *2 (-1015 *1)) (-4 *1 (-895)))) (-3277 (*1 *1 *1 *2) (-12 (-4 *1 (-895)) (-5 *2 (-1094)))))
+(-13 (-10 -8 (-15 -3277 ($ $ (-1094))) (-15 -3277 ($ $ (-1015 $)))))
+((-3809 (((-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 |#1|))) (|:| |prim| (-1090 |#1|))) (-594 (-889 |#1|)) (-594 (-1094)) (-1094)) 25) (((-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 |#1|))) (|:| |prim| (-1090 |#1|))) (-594 (-889 |#1|)) (-594 (-1094))) 26) (((-2 (|:| |coef1| (-527)) (|:| |coef2| (-527)) (|:| |prim| (-1090 |#1|))) (-889 |#1|) (-1094) (-889 |#1|) (-1094)) 43)))
+(((-896 |#1|) (-10 -7 (-15 -3809 ((-2 (|:| |coef1| (-527)) (|:| |coef2| (-527)) (|:| |prim| (-1090 |#1|))) (-889 |#1|) (-1094) (-889 |#1|) (-1094))) (-15 -3809 ((-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 |#1|))) (|:| |prim| (-1090 |#1|))) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -3809 ((-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 |#1|))) (|:| |prim| (-1090 |#1|))) (-594 (-889 |#1|)) (-594 (-1094)) (-1094)))) (-13 (-343) (-140))) (T -896))
+((-3809 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 (-889 *6))) (-5 *4 (-594 (-1094))) (-5 *5 (-1094)) (-4 *6 (-13 (-343) (-140))) (-5 *2 (-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 *6))) (|:| |prim| (-1090 *6)))) (-5 *1 (-896 *6)))) (-3809 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-594 (-1094))) (-4 *5 (-13 (-343) (-140))) (-5 *2 (-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 *5))) (|:| |prim| (-1090 *5)))) (-5 *1 (-896 *5)))) (-3809 (*1 *2 *3 *4 *3 *4) (-12 (-5 *3 (-889 *5)) (-5 *4 (-1094)) (-4 *5 (-13 (-343) (-140))) (-5 *2 (-2 (|:| |coef1| (-527)) (|:| |coef2| (-527)) (|:| |prim| (-1090 *5)))) (-5 *1 (-896 *5)))))
+(-10 -7 (-15 -3809 ((-2 (|:| |coef1| (-527)) (|:| |coef2| (-527)) (|:| |prim| (-1090 |#1|))) (-889 |#1|) (-1094) (-889 |#1|) (-1094))) (-15 -3809 ((-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 |#1|))) (|:| |prim| (-1090 |#1|))) (-594 (-889 |#1|)) (-594 (-1094)))) (-15 -3809 ((-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 |#1|))) (|:| |prim| (-1090 |#1|))) (-594 (-889 |#1|)) (-594 (-1094)) (-1094))))
+((-1996 (((-594 |#1|) |#1| |#1|) 42)) (-3851 (((-110) |#1|) 39)) (-3196 ((|#1| |#1|) 65)) (-1736 ((|#1| |#1|) 64)))
+(((-897 |#1|) (-10 -7 (-15 -3851 ((-110) |#1|)) (-15 -1736 (|#1| |#1|)) (-15 -3196 (|#1| |#1|)) (-15 -1996 ((-594 |#1|) |#1| |#1|))) (-512)) (T -897))
+((-1996 (*1 *2 *3 *3) (-12 (-5 *2 (-594 *3)) (-5 *1 (-897 *3)) (-4 *3 (-512)))) (-3196 (*1 *2 *2) (-12 (-5 *1 (-897 *2)) (-4 *2 (-512)))) (-1736 (*1 *2 *2) (-12 (-5 *1 (-897 *2)) (-4 *2 (-512)))) (-3851 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-897 *3)) (-4 *3 (-512)))))
+(-10 -7 (-15 -3851 ((-110) |#1|)) (-15 -1736 (|#1| |#1|)) (-15 -3196 (|#1| |#1|)) (-15 -1996 ((-594 |#1|) |#1| |#1|)))
+((-2463 (((-1181) (-800)) 9)))
+(((-898) (-10 -7 (-15 -2463 ((-1181) (-800))))) (T -898))
+((-2463 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-898)))))
+(-10 -7 (-15 -2463 ((-1181) (-800))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 63 (|has| |#1| (-519)))) (-3931 (($ $) 64 (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 28)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-3033 (($ $) 24)) (-3714 (((-3 $ "failed") $) 35)) (-2855 (($ $) NIL (|has| |#1| (-431)))) (-3379 (($ $ |#1| |#2| $) 48)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) 16)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| |#2|) NIL)) (-4045 ((|#2| $) 19)) (-2301 (($ (-1 |#2| |#2|) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2990 (($ $) 23)) (-3004 ((|#1| $) 21)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) 40)) (-2972 ((|#1| $) NIL)) (-2885 (($ $ |#2| |#1| $) 75 (-12 (|has| |#2| (-128)) (|has| |#1| (-519))))) (-1305 (((-3 $ "failed") $ $) 76 (|has| |#1| (-519))) (((-3 $ "failed") $ |#1|) 70 (|has| |#1| (-519)))) (-4115 ((|#2| $) 17)) (-1898 ((|#1| $) NIL (|has| |#1| (-431)))) (-4118 (((-800) $) NIL) (($ (-527)) 39) (($ $) NIL (|has| |#1| (-519))) (($ |#1|) 34) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ |#2|) 31)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) 15)) (-2435 (($ $ $ (-715)) 59 (|has| |#1| (-162)))) (-3978 (((-110) $ $) 69 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 55) (($ $ (-715)) 56)) (-3361 (($) 22 T CONST)) (-3374 (($) 12 T CONST)) (-2747 (((-110) $ $) 68)) (-2873 (($ $ |#1|) 77 (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) 54) (($ $ (-715)) 52)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 51) (($ $ |#1|) 50) (($ |#1| $) 49) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-899 |#1| |#2|) (-13 (-306 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-519)) (IF (|has| |#2| (-128)) (-15 -2885 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4259)) (-6 -4259) |%noBranch|))) (-979) (-736)) (T -899))
+((-2885 (*1 *1 *1 *2 *3 *1) (-12 (-5 *1 (-899 *3 *2)) (-4 *2 (-128)) (-4 *3 (-519)) (-4 *3 (-979)) (-4 *2 (-736)))))
+(-13 (-306 |#1| |#2|) (-10 -8 (IF (|has| |#1| (-519)) (IF (|has| |#2| (-128)) (-15 -2885 ($ $ |#2| |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4259)) (-6 -4259) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL (-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737)))))) (-1741 (($ $ $) 63 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))))) (-3085 (((-3 $ "failed") $ $) 50 (-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737)))))) (-1637 (((-715)) 34 (-12 (|has| |#1| (-348)) (|has| |#2| (-348))))) (-2912 ((|#2| $) 21)) (-1538 ((|#1| $) 20)) (-1298 (($) NIL (-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737)))) CONST)) (-3714 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671)))))) (-2309 (($) NIL (-12 (|has| |#1| (-348)) (|has| |#2| (-348))))) (-2956 (((-110) $) NIL (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671)))))) (-3902 (($ $ $) NIL (-2027 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))) (-12 (|has| |#1| (-791)) (|has| |#2| (-791)))))) (-1257 (($ $ $) NIL (-2027 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))) (-12 (|has| |#1| (-791)) (|has| |#2| (-791)))))) (-1846 (($ |#1| |#2|) 19)) (-1989 (((-858) $) NIL (-12 (|has| |#1| (-348)) (|has| |#2| (-348))))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 37 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))))) (-1720 (($ (-858)) NIL (-12 (|has| |#1| (-348)) (|has| |#2| (-348))))) (-4024 (((-1041) $) NIL)) (-1964 (($ $ $) NIL (-12 (|has| |#1| (-452)) (|has| |#2| (-452))))) (-2170 (($ $ $) NIL (-12 (|has| |#1| (-452)) (|has| |#2| (-452))))) (-4118 (((-800) $) 14)) (-3732 (($ $ (-527)) NIL (-12 (|has| |#1| (-452)) (|has| |#2| (-452)))) (($ $ (-715)) NIL (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671))))) (($ $ (-858)) NIL (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671)))))) (-3361 (($) 40 (-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737)))) CONST)) (-3374 (($) 24 (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671)))) CONST)) (-2813 (((-110) $ $) NIL (-2027 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))) (-12 (|has| |#1| (-791)) (|has| |#2| (-791)))))) (-2788 (((-110) $ $) NIL (-2027 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))) (-12 (|has| |#1| (-791)) (|has| |#2| (-791)))))) (-2747 (((-110) $ $) 18)) (-2799 (((-110) $ $) NIL (-2027 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))) (-12 (|has| |#1| (-791)) (|has| |#2| (-791)))))) (-2775 (((-110) $ $) 66 (-2027 (-12 (|has| |#1| (-737)) (|has| |#2| (-737))) (-12 (|has| |#1| (-791)) (|has| |#2| (-791)))))) (-2873 (($ $ $) NIL (-12 (|has| |#1| (-452)) (|has| |#2| (-452))))) (-2863 (($ $ $) 56 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ $) 53 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))))) (-2850 (($ $ $) 43 (-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737)))))) (** (($ $ (-527)) NIL (-12 (|has| |#1| (-452)) (|has| |#2| (-452)))) (($ $ (-715)) 31 (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671))))) (($ $ (-858)) NIL (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671)))))) (* (($ (-527) $) 60 (-12 (|has| |#1| (-21)) (|has| |#2| (-21)))) (($ (-715) $) 46 (-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737))))) (($ (-858) $) NIL (-2027 (-12 (|has| |#1| (-21)) (|has| |#2| (-21))) (-12 (|has| |#1| (-23)) (|has| |#2| (-23))) (-12 (|has| |#1| (-128)) (|has| |#2| (-128))) (-12 (|has| |#1| (-737)) (|has| |#2| (-737))))) (($ $ $) 27 (-2027 (-12 (|has| |#1| (-452)) (|has| |#2| (-452))) (-12 (|has| |#1| (-671)) (|has| |#2| (-671)))))))
+(((-900 |#1| |#2|) (-13 (-1022) (-10 -8 (IF (|has| |#1| (-348)) (IF (|has| |#2| (-348)) (-6 (-348)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-671)) (IF (|has| |#2| (-671)) (-6 (-671)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-128)) (IF (|has| |#2| (-128)) (-6 (-128)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-452)) (IF (|has| |#2| (-452)) (-6 (-452)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-737)) (IF (|has| |#2| (-737)) (-6 (-737)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-791)) (IF (|has| |#2| (-791)) (-6 (-791)) |%noBranch|) |%noBranch|) (-15 -1846 ($ |#1| |#2|)) (-15 -1538 (|#1| $)) (-15 -2912 (|#2| $)))) (-1022) (-1022)) (T -900))
+((-1846 (*1 *1 *2 *3) (-12 (-5 *1 (-900 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-1538 (*1 *2 *1) (-12 (-4 *2 (-1022)) (-5 *1 (-900 *2 *3)) (-4 *3 (-1022)))) (-2912 (*1 *2 *1) (-12 (-4 *2 (-1022)) (-5 *1 (-900 *3 *2)) (-4 *3 (-1022)))))
+(-13 (-1022) (-10 -8 (IF (|has| |#1| (-348)) (IF (|has| |#2| (-348)) (-6 (-348)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-671)) (IF (|has| |#2| (-671)) (-6 (-671)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-23)) (IF (|has| |#2| (-23)) (-6 (-23)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-128)) (IF (|has| |#2| (-128)) (-6 (-128)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-452)) (IF (|has| |#2| (-452)) (-6 (-452)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-21)) (IF (|has| |#2| (-21)) (-6 (-21)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-737)) (IF (|has| |#2| (-737)) (-6 (-737)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-791)) (IF (|has| |#2| (-791)) (-6 (-791)) |%noBranch|) |%noBranch|) (-15 -1846 ($ |#1| |#2|)) (-15 -1538 (|#1| $)) (-15 -2912 (|#2| $))))
+((-2205 (((-1026) $) 12)) (-1496 (($ (-1094) (-1026)) 13)) (-2365 (((-1094) $) 10)) (-4118 (((-800) $) 22)))
+(((-901) (-13 (-568 (-800)) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2205 ((-1026) $)) (-15 -1496 ($ (-1094) (-1026)))))) (T -901))
+((-2365 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-901)))) (-2205 (*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-901)))) (-1496 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1026)) (-5 *1 (-901)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -2365 ((-1094) $)) (-15 -2205 ((-1026) $)) (-15 -1496 ($ (-1094) (-1026)))))
+((-2853 (((-1024 (-1094)) $) 19)) (-1210 (((-110) $) 26)) (-3507 (((-1094) $) 27)) (-1902 (((-110) $) 24)) (-1821 ((|#1| $) 25)) (-3140 (((-810 $ $) $) 34)) (-1999 (((-110) $) 33)) (-3298 (($ $ $) 12)) (-3716 (($ $) 29)) (-1589 (((-110) $) 28)) (-3264 (($ $) 10)) (-1592 (((-810 $ $) $) 36)) (-1339 (((-110) $) 35)) (-3976 (($ $ $) 13)) (-3395 (((-810 $ $) $) 38)) (-3679 (((-110) $) 37)) (-3551 (($ $ $) 14)) (-4118 (($ |#1|) 7) (($ (-1094)) 9) (((-800) $) 40 (|has| |#1| (-568 (-800))))) (-3500 (((-810 $ $) $) 32)) (-2668 (((-110) $) 30)) (-3979 (($ $ $) 11)))
+(((-902 |#1|) (-13 (-903) (-10 -8 (IF (|has| |#1| (-568 (-800))) (-6 (-568 (-800))) |%noBranch|) (-15 -4118 ($ |#1|)) (-15 -4118 ($ (-1094))) (-15 -2853 ((-1024 (-1094)) $)) (-15 -1902 ((-110) $)) (-15 -1821 (|#1| $)) (-15 -1210 ((-110) $)) (-15 -3507 ((-1094) $)) (-15 -1589 ((-110) $)) (-15 -3716 ($ $)) (-15 -2668 ((-110) $)) (-15 -3500 ((-810 $ $) $)) (-15 -1999 ((-110) $)) (-15 -3140 ((-810 $ $) $)) (-15 -1339 ((-110) $)) (-15 -1592 ((-810 $ $) $)) (-15 -3679 ((-110) $)) (-15 -3395 ((-810 $ $) $)))) (-903)) (T -902))
+((-4118 (*1 *1 *2) (-12 (-5 *1 (-902 *2)) (-4 *2 (-903)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-2853 (*1 *2 *1) (-12 (-5 *2 (-1024 (-1094))) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-1902 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-1821 (*1 *2 *1) (-12 (-5 *1 (-902 *2)) (-4 *2 (-903)))) (-1210 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-3507 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-1589 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-3716 (*1 *1 *1) (-12 (-5 *1 (-902 *2)) (-4 *2 (-903)))) (-2668 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-3500 (*1 *2 *1) (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-1999 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-3140 (*1 *2 *1) (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-1339 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-1592 (*1 *2 *1) (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-3679 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))) (-3395 (*1 *2 *1) (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
+(-13 (-903) (-10 -8 (IF (|has| |#1| (-568 (-800))) (-6 (-568 (-800))) |%noBranch|) (-15 -4118 ($ |#1|)) (-15 -4118 ($ (-1094))) (-15 -2853 ((-1024 (-1094)) $)) (-15 -1902 ((-110) $)) (-15 -1821 (|#1| $)) (-15 -1210 ((-110) $)) (-15 -3507 ((-1094) $)) (-15 -1589 ((-110) $)) (-15 -3716 ($ $)) (-15 -2668 ((-110) $)) (-15 -3500 ((-810 $ $) $)) (-15 -1999 ((-110) $)) (-15 -3140 ((-810 $ $) $)) (-15 -1339 ((-110) $)) (-15 -1592 ((-810 $ $) $)) (-15 -3679 ((-110) $)) (-15 -3395 ((-810 $ $) $))))
+((-3298 (($ $ $) 8)) (-3264 (($ $) 6)) (-3976 (($ $ $) 9)) (-3551 (($ $ $) 10)) (-3979 (($ $ $) 7)))
+(((-903) (-133)) (T -903))
+((-3551 (*1 *1 *1 *1) (-4 *1 (-903))) (-3976 (*1 *1 *1 *1) (-4 *1 (-903))) (-3298 (*1 *1 *1 *1) (-4 *1 (-903))) (-3979 (*1 *1 *1 *1) (-4 *1 (-903))) (-3264 (*1 *1 *1) (-4 *1 (-903))))
+(-13 (-10 -8 (-15 -3264 ($ $)) (-15 -3979 ($ $ $)) (-15 -3298 ($ $ $)) (-15 -3976 ($ $ $)) (-15 -3551 ($ $ $))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1298 (($) 7 T CONST)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-3427 (($ $ $) 43)) (-2965 (($ $ $) 44)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-1257 ((|#1| $) 45)) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-904 |#1|) (-133) (-791)) (T -904))
+((-1257 (*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-791)))) (-2965 (*1 *1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-791)))) (-3427 (*1 *1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-791)))))
+(-13 (-104 |t#1|) (-10 -8 (-6 -4261) (-15 -1257 (|t#1| $)) (-15 -2965 ($ $ $)) (-15 -3427 ($ $ $))))
+(((-33) . T) ((-104 |#1|) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-2011 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2742 |#2|)) |#2| |#2|) 85)) (-3286 ((|#2| |#2| |#2|) 83)) (-1269 (((-2 (|:| |coef2| |#2|) (|:| -2742 |#2|)) |#2| |#2|) 87)) (-2222 (((-2 (|:| |coef1| |#2|) (|:| -2742 |#2|)) |#2| |#2|) 89)) (-3142 (((-2 (|:| |coef2| |#2|) (|:| -3213 |#1|)) |#2| |#2|) 107 (|has| |#1| (-431)))) (-2617 (((-2 (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|) 46)) (-1893 (((-2 (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|) 64)) (-3305 (((-2 (|:| |coef1| |#2|) (|:| -1897 |#1|)) |#2| |#2|) 66)) (-2053 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 78)) (-2695 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715)) 71)) (-1226 (((-2 (|:| |coef2| |#2|) (|:| -1875 |#1|)) |#2|) 97)) (-2526 (((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715)) 74)) (-2508 (((-594 (-715)) |#2| |#2|) 82)) (-3897 ((|#1| |#2| |#2|) 42)) (-4003 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3213 |#1|)) |#2| |#2|) 105 (|has| |#1| (-431)))) (-3213 ((|#1| |#2| |#2|) 103 (|has| |#1| (-431)))) (-2878 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|) 44)) (-2476 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|) 63)) (-1897 ((|#1| |#2| |#2|) 61)) (-4022 (((-2 (|:| -2663 |#1|) (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2|) 35)) (-3590 ((|#2| |#2| |#2| |#2| |#1|) 53)) (-3311 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|) 76)) (-3120 ((|#2| |#2| |#2|) 75)) (-3224 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715)) 69)) (-1841 ((|#2| |#2| |#2| (-715)) 67)) (-2742 ((|#2| |#2| |#2|) 111 (|has| |#1| (-431)))) (-1305 (((-1176 |#2|) (-1176 |#2|) |#1|) 21)) (-3304 (((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2|) 39)) (-3283 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1875 |#1|)) |#2|) 95)) (-1875 ((|#1| |#2|) 92)) (-3929 (((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715)) 73)) (-3615 ((|#2| |#2| |#2| (-715)) 72)) (-3701 (((-594 |#2|) |#2| |#2|) 80)) (-2529 ((|#2| |#2| |#1| |#1| (-715)) 50)) (-1867 ((|#1| |#1| |#1| (-715)) 49)) (* (((-1176 |#2|) |#1| (-1176 |#2|)) 16)))
+(((-905 |#1| |#2|) (-10 -7 (-15 -1897 (|#1| |#2| |#2|)) (-15 -2476 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -1893 ((-2 (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -3305 ((-2 (|:| |coef1| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -1841 (|#2| |#2| |#2| (-715))) (-15 -3224 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -2695 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -3615 (|#2| |#2| |#2| (-715))) (-15 -3929 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -2526 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -3120 (|#2| |#2| |#2|)) (-15 -3311 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2053 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3286 (|#2| |#2| |#2|)) (-15 -2011 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2742 |#2|)) |#2| |#2|)) (-15 -1269 ((-2 (|:| |coef2| |#2|) (|:| -2742 |#2|)) |#2| |#2|)) (-15 -2222 ((-2 (|:| |coef1| |#2|) (|:| -2742 |#2|)) |#2| |#2|)) (-15 -1875 (|#1| |#2|)) (-15 -3283 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1875 |#1|)) |#2|)) (-15 -1226 ((-2 (|:| |coef2| |#2|) (|:| -1875 |#1|)) |#2|)) (-15 -3701 ((-594 |#2|) |#2| |#2|)) (-15 -2508 ((-594 (-715)) |#2| |#2|)) (IF (|has| |#1| (-431)) (PROGN (-15 -3213 (|#1| |#2| |#2|)) (-15 -4003 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3213 |#1|)) |#2| |#2|)) (-15 -3142 ((-2 (|:| |coef2| |#2|) (|:| -3213 |#1|)) |#2| |#2|)) (-15 -2742 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1176 |#2|) |#1| (-1176 |#2|))) (-15 -1305 ((-1176 |#2|) (-1176 |#2|) |#1|)) (-15 -4022 ((-2 (|:| -2663 |#1|) (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2|)) (-15 -3304 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2|)) (-15 -1867 (|#1| |#1| |#1| (-715))) (-15 -2529 (|#2| |#2| |#1| |#1| (-715))) (-15 -3590 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3897 (|#1| |#2| |#2|)) (-15 -2878 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -2617 ((-2 (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|))) (-519) (-1152 |#1|)) (T -905))
+((-2617 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1897 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-2878 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1897 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-3897 (*1 *2 *3 *3) (-12 (-4 *2 (-519)) (-5 *1 (-905 *2 *3)) (-4 *3 (-1152 *2)))) (-3590 (*1 *2 *2 *2 *2 *3) (-12 (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3)))) (-2529 (*1 *2 *2 *3 *3 *4) (-12 (-5 *4 (-715)) (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3)))) (-1867 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-715)) (-4 *2 (-519)) (-5 *1 (-905 *2 *4)) (-4 *4 (-1152 *2)))) (-3304 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-4022 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| -2663 *4) (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-1305 (*1 *2 *2 *3) (-12 (-5 *2 (-1176 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-519)) (-5 *1 (-905 *3 *4)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1176 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-519)) (-5 *1 (-905 *3 *4)))) (-2742 (*1 *2 *2 *2) (-12 (-4 *3 (-431)) (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3)))) (-3142 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3213 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-4003 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3213 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-3213 (*1 *2 *3 *3) (-12 (-4 *2 (-519)) (-4 *2 (-431)) (-5 *1 (-905 *2 *3)) (-4 *3 (-1152 *2)))) (-2508 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-594 (-715))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-3701 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-594 *3)) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-1226 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1875 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-3283 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1875 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-1875 (*1 *2 *3) (-12 (-4 *2 (-519)) (-5 *1 (-905 *2 *3)) (-4 *3 (-1152 *2)))) (-2222 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2742 *3))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-1269 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2742 *3))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-2011 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2742 *3))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-3286 (*1 *2 *2 *2) (-12 (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3)))) (-2053 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-3311 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-3120 (*1 *2 *2 *2) (-12 (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3)))) (-2526 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-715)) (-4 *5 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))) (-3929 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-715)) (-4 *5 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))) (-3615 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-519)) (-5 *1 (-905 *4 *2)) (-4 *2 (-1152 *4)))) (-2695 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-715)) (-4 *5 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))) (-3224 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-715)) (-4 *5 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3))) (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))) (-1841 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-519)) (-5 *1 (-905 *4 *2)) (-4 *2 (-1152 *4)))) (-3305 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1897 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-1893 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1897 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-2476 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1897 *4))) (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))) (-1897 (*1 *2 *3 *3) (-12 (-4 *2 (-519)) (-5 *1 (-905 *2 *3)) (-4 *3 (-1152 *2)))))
+(-10 -7 (-15 -1897 (|#1| |#2| |#2|)) (-15 -2476 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -1893 ((-2 (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -3305 ((-2 (|:| |coef1| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -1841 (|#2| |#2| |#2| (-715))) (-15 -3224 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -2695 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -3615 (|#2| |#2| |#2| (-715))) (-15 -3929 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -2526 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2| (-715))) (-15 -3120 (|#2| |#2| |#2|)) (-15 -3311 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -2053 ((-2 (|:| |coef2| |#2|) (|:| |subResultant| |#2|)) |#2| |#2|)) (-15 -3286 (|#2| |#2| |#2|)) (-15 -2011 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -2742 |#2|)) |#2| |#2|)) (-15 -1269 ((-2 (|:| |coef2| |#2|) (|:| -2742 |#2|)) |#2| |#2|)) (-15 -2222 ((-2 (|:| |coef1| |#2|) (|:| -2742 |#2|)) |#2| |#2|)) (-15 -1875 (|#1| |#2|)) (-15 -3283 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1875 |#1|)) |#2|)) (-15 -1226 ((-2 (|:| |coef2| |#2|) (|:| -1875 |#1|)) |#2|)) (-15 -3701 ((-594 |#2|) |#2| |#2|)) (-15 -2508 ((-594 (-715)) |#2| |#2|)) (IF (|has| |#1| (-431)) (PROGN (-15 -3213 (|#1| |#2| |#2|)) (-15 -4003 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -3213 |#1|)) |#2| |#2|)) (-15 -3142 ((-2 (|:| |coef2| |#2|) (|:| -3213 |#1|)) |#2| |#2|)) (-15 -2742 (|#2| |#2| |#2|))) |%noBranch|) (-15 * ((-1176 |#2|) |#1| (-1176 |#2|))) (-15 -1305 ((-1176 |#2|) (-1176 |#2|) |#1|)) (-15 -4022 ((-2 (|:| -2663 |#1|) (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2|)) (-15 -3304 ((-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) |#2| |#2|)) (-15 -1867 (|#1| |#1| |#1| (-715))) (-15 -2529 (|#2| |#2| |#1| |#1| (-715))) (-15 -3590 (|#2| |#2| |#2| |#2| |#1|)) (-15 -3897 (|#1| |#2| |#2|)) (-15 -2878 ((-2 (|:| |coef1| |#2|) (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|)) (-15 -2617 ((-2 (|:| |coef2| |#2|) (|:| -1897 |#1|)) |#2| |#2|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) 27)) (-1298 (($) NIL T CONST)) (-2707 (((-594 (-594 (-527))) (-594 (-527))) 29)) (-4139 (((-527) $) 45)) (-2149 (($ (-594 (-527))) 17)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2051 (((-594 (-527)) $) 12)) (-1964 (($ $) 32)) (-4118 (((-800) $) 43) (((-594 (-527)) $) 10)) (-3361 (($) 7 T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 20)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 19)) (-2850 (($ $ $) 21)) (* (($ (-858) $) NIL) (($ (-715) $) 25)))
+(((-906) (-13 (-739) (-569 (-594 (-527))) (-10 -8 (-15 -2149 ($ (-594 (-527)))) (-15 -2707 ((-594 (-594 (-527))) (-594 (-527)))) (-15 -4139 ((-527) $)) (-15 -1964 ($ $)) (-15 -4118 ((-594 (-527)) $))))) (T -906))
+((-2149 (*1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-906)))) (-2707 (*1 *2 *3) (-12 (-5 *2 (-594 (-594 (-527)))) (-5 *1 (-906)) (-5 *3 (-594 (-527))))) (-4139 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-906)))) (-1964 (*1 *1 *1) (-5 *1 (-906))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-906)))))
+(-13 (-739) (-569 (-594 (-527))) (-10 -8 (-15 -2149 ($ (-594 (-527)))) (-15 -2707 ((-594 (-594 (-527))) (-594 (-527)))) (-15 -4139 ((-527) $)) (-15 -1964 ($ $)) (-15 -4118 ((-594 (-527)) $))))
+((-2873 (($ $ |#2|) 30)) (-2863 (($ $) 22) (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 15) (($ $ $) NIL) (($ $ |#2|) 20) (($ |#2| $) 19) (($ (-387 (-527)) $) 26) (($ $ (-387 (-527))) 28)))
+(((-907 |#1| |#2| |#3| |#4|) (-10 -8 (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -2873 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|))) (-908 |#2| |#3| |#4|) (-979) (-736) (-791)) (T -907))
+NIL
+(-10 -8 (-15 * (|#1| |#1| (-387 (-527)))) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 -2873 (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 * (|#1| (-858) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 |#3|) $) 74)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-3648 (((-110) $) 73)) (-2956 (((-110) $) 31)) (-4170 (((-110) $) 62)) (-2829 (($ |#1| |#2|) 61) (($ $ |#3| |#2|) 76) (($ $ (-594 |#3|) (-594 |#2|)) 75)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-4115 ((|#2| $) 64)) (-3750 (($ $) 72)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519))) (($ |#1|) 47 (|has| |#1| (-162)))) (-3411 ((|#1| $ |#2|) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-908 |#1| |#2| |#3|) (-133) (-979) (-736) (-791)) (T -908))
+((-3004 (*1 *2 *1) (-12 (-4 *1 (-908 *2 *3 *4)) (-4 *3 (-736)) (-4 *4 (-791)) (-4 *2 (-979)))) (-2990 (*1 *1 *1) (-12 (-4 *1 (-908 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-736)) (-4 *4 (-791)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-908 *3 *2 *4)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *2 (-736)))) (-2829 (*1 *1 *1 *2 *3) (-12 (-4 *1 (-908 *4 *3 *2)) (-4 *4 (-979)) (-4 *3 (-736)) (-4 *2 (-791)))) (-2829 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 *6)) (-5 *3 (-594 *5)) (-4 *1 (-908 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-736)) (-4 *6 (-791)))) (-2853 (*1 *2 *1) (-12 (-4 *1 (-908 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-736)) (-4 *5 (-791)) (-5 *2 (-594 *5)))) (-3648 (*1 *2 *1) (-12 (-4 *1 (-908 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-736)) (-4 *5 (-791)) (-5 *2 (-110)))) (-3750 (*1 *1 *1) (-12 (-4 *1 (-908 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-736)) (-4 *4 (-791)))))
+(-13 (-46 |t#1| |t#2|) (-10 -8 (-15 -2829 ($ $ |t#3| |t#2|)) (-15 -2829 ($ $ (-594 |t#3|) (-594 |t#2|))) (-15 -2990 ($ $)) (-15 -3004 (|t#1| $)) (-15 -4115 (|t#2| $)) (-15 -2853 ((-594 |t#3|) $)) (-15 -3648 ((-110) $)) (-15 -3750 ($ $))))
+(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) |has| |#1| (-519)) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-271) |has| |#1| (-519)) ((-519) |has| |#1| (-519)) ((-596 #0#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #0#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) |has| |#1| (-519)) ((-671) . T) ((-985 #0#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-2748 (((-1017 (-207)) $) 8)) (-3265 (((-1017 (-207)) $) 9)) (-3253 (((-1017 (-207)) $) 10)) (-1742 (((-594 (-594 (-880 (-207)))) $) 11)) (-4118 (((-800) $) 6)))
+(((-909) (-133)) (T -909))
+((-1742 (*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-594 (-594 (-880 (-207))))))) (-3253 (*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-1017 (-207))))) (-3265 (*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-1017 (-207))))) (-2748 (*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-1017 (-207))))))
+(-13 (-568 (-800)) (-10 -8 (-15 -1742 ((-594 (-594 (-880 (-207)))) $)) (-15 -3253 ((-1017 (-207)) $)) (-15 -3265 ((-1017 (-207)) $)) (-15 -2748 ((-1017 (-207)) $))))
+(((-568 (-800)) . T))
+((-2853 (((-594 |#4|) $) 23)) (-1627 (((-110) $) 48)) (-4191 (((-110) $) 47)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#4|) 36)) (-4235 (((-110) $) 49)) (-4208 (((-110) $ $) 55)) (-1689 (((-110) $ $) 58)) (-2241 (((-110) $) 53)) (-2551 (((-594 |#5|) (-594 |#5|) $) 90)) (-3034 (((-594 |#5|) (-594 |#5|) $) 87)) (-3145 (((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| $) 81)) (-1388 (((-594 |#4|) $) 27)) (-1228 (((-110) |#4| $) 30)) (-2544 (((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| $) 73)) (-4083 (($ $ |#4|) 33)) (-4055 (($ $ |#4|) 32)) (-2881 (($ $ |#4|) 34)) (-2747 (((-110) $ $) 40)))
+(((-910 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4191 ((-110) |#1|)) (-15 -2551 ((-594 |#5|) (-594 |#5|) |#1|)) (-15 -3034 ((-594 |#5|) (-594 |#5|) |#1|)) (-15 -3145 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2544 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4235 ((-110) |#1|)) (-15 -1689 ((-110) |#1| |#1|)) (-15 -4208 ((-110) |#1| |#1|)) (-15 -2241 ((-110) |#1|)) (-15 -1627 ((-110) |#1|)) (-15 -2259 ((-2 (|:| |under| |#1|) (|:| -1448 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4083 (|#1| |#1| |#4|)) (-15 -2881 (|#1| |#1| |#4|)) (-15 -4055 (|#1| |#1| |#4|)) (-15 -1228 ((-110) |#4| |#1|)) (-15 -1388 ((-594 |#4|) |#1|)) (-15 -2853 ((-594 |#4|) |#1|)) (-15 -2747 ((-110) |#1| |#1|))) (-911 |#2| |#3| |#4| |#5|) (-979) (-737) (-791) (-993 |#2| |#3| |#4|)) (T -910))
+NIL
+(-10 -8 (-15 -4191 ((-110) |#1|)) (-15 -2551 ((-594 |#5|) (-594 |#5|) |#1|)) (-15 -3034 ((-594 |#5|) (-594 |#5|) |#1|)) (-15 -3145 ((-2 (|:| |rnum| |#2|) (|:| |polnum| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -2544 ((-2 (|:| |num| |#5|) (|:| |den| |#2|)) |#5| |#1|)) (-15 -4235 ((-110) |#1|)) (-15 -1689 ((-110) |#1| |#1|)) (-15 -4208 ((-110) |#1| |#1|)) (-15 -2241 ((-110) |#1|)) (-15 -1627 ((-110) |#1|)) (-15 -2259 ((-2 (|:| |under| |#1|) (|:| -1448 |#1|) (|:| |upper| |#1|)) |#1| |#4|)) (-15 -4083 (|#1| |#1| |#4|)) (-15 -2881 (|#1| |#1| |#4|)) (-15 -4055 (|#1| |#1| |#4|)) (-15 -1228 ((-110) |#4| |#1|)) (-15 -1388 ((-594 |#4|) |#1|)) (-15 -2853 ((-594 |#4|) |#1|)) (-15 -2747 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-2853 (((-594 |#3|) $) 33)) (-1627 (((-110) $) 26)) (-4191 (((-110) $) 17 (|has| |#1| (-519)))) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) 27)) (-1731 (((-110) $ (-715)) 44)) (-2420 (($ (-1 (-110) |#4|) $) 65 (|has| $ (-6 -4261)))) (-1298 (($) 45 T CONST)) (-4235 (((-110) $) 22 (|has| |#1| (-519)))) (-4208 (((-110) $ $) 24 (|has| |#1| (-519)))) (-1689 (((-110) $ $) 23 (|has| |#1| (-519)))) (-2241 (((-110) $) 25 (|has| |#1| (-519)))) (-2551 (((-594 |#4|) (-594 |#4|) $) 18 (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) 19 (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) 36)) (-4145 (($ (-594 |#4|)) 35)) (-1702 (($ $) 68 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#4| $) 67 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#4|) $) 64 (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-519)))) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4261)))) (-3717 (((-594 |#4|) $) 52 (|has| $ (-6 -4261)))) (-2876 ((|#3| $) 34)) (-3541 (((-110) $ (-715)) 43)) (-2063 (((-594 |#4|) $) 53 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 55 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 47)) (-1388 (((-594 |#3|) $) 32)) (-1228 (((-110) |#3| $) 31)) (-2324 (((-110) $ (-715)) 42)) (-2416 (((-1077) $) 9)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-519)))) (-4024 (((-1041) $) 10)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) 61)) (-1604 (((-110) (-1 (-110) |#4|) $) 50 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) 59 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) 57 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) 56 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) 38)) (-1815 (((-110) $) 41)) (-2453 (($) 40)) (-4034 (((-715) |#4| $) 54 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#4|) $) 51 (|has| $ (-6 -4261)))) (-2465 (($ $) 39)) (-2051 (((-503) $) 69 (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 60)) (-4083 (($ $ |#3|) 28)) (-4055 (($ $ |#3|) 30)) (-2881 (($ $ |#3|) 29)) (-4118 (((-800) $) 11) (((-594 |#4|) $) 37)) (-1722 (((-110) (-1 (-110) |#4|) $) 49 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 6)) (-2809 (((-715) $) 46 (|has| $ (-6 -4261)))))
+(((-911 |#1| |#2| |#3| |#4|) (-133) (-979) (-737) (-791) (-993 |t#1| |t#2| |t#3|)) (T -911))
+((-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *1 (-911 *3 *4 *5 *6)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *1 (-911 *3 *4 *5 *6)))) (-2876 (*1 *2 *1) (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-993 *3 *4 *2)) (-4 *2 (-791)))) (-2853 (*1 *2 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *5)))) (-1388 (*1 *2 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *5)))) (-1228 (*1 *2 *3 *1) (-12 (-4 *1 (-911 *4 *5 *3 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-4 *6 (-993 *4 *5 *3)) (-5 *2 (-110)))) (-4055 (*1 *1 *1 *2) (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)) (-4 *5 (-993 *3 *4 *2)))) (-2881 (*1 *1 *1 *2) (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)) (-4 *5 (-993 *3 *4 *2)))) (-4083 (*1 *1 *1 *2) (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)) (-4 *5 (-993 *3 *4 *2)))) (-2259 (*1 *2 *1 *3) (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-4 *6 (-993 *4 *5 *3)) (-5 *2 (-2 (|:| |under| *1) (|:| -1448 *1) (|:| |upper| *1))) (-4 *1 (-911 *4 *5 *3 *6)))) (-1627 (*1 *2 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))) (-2241 (*1 *2 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-5 *2 (-110)))) (-4208 (*1 *2 *1 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-5 *2 (-110)))) (-1689 (*1 *2 *1 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-5 *2 (-110)))) (-4235 (*1 *2 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-5 *2 (-110)))) (-2544 (*1 *2 *3 *1) (-12 (-4 *1 (-911 *4 *5 *6 *3)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-4 *4 (-519)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))) (-3145 (*1 *2 *3 *1) (-12 (-4 *1 (-911 *4 *5 *6 *3)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-4 *4 (-519)) (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))) (-3034 (*1 *2 *2 *1) (-12 (-5 *2 (-594 *6)) (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)))) (-2551 (*1 *2 *2 *1) (-12 (-5 *2 (-594 *6)) (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)))) (-4191 (*1 *2 *1) (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-5 *2 (-110)))))
+(-13 (-1022) (-144 |t#4|) (-568 (-594 |t#4|)) (-10 -8 (-6 -4261) (-15 -1923 ((-3 $ "failed") (-594 |t#4|))) (-15 -4145 ($ (-594 |t#4|))) (-15 -2876 (|t#3| $)) (-15 -2853 ((-594 |t#3|) $)) (-15 -1388 ((-594 |t#3|) $)) (-15 -1228 ((-110) |t#3| $)) (-15 -4055 ($ $ |t#3|)) (-15 -2881 ($ $ |t#3|)) (-15 -4083 ($ $ |t#3|)) (-15 -2259 ((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |t#3|)) (-15 -1627 ((-110) $)) (IF (|has| |t#1| (-519)) (PROGN (-15 -2241 ((-110) $)) (-15 -4208 ((-110) $ $)) (-15 -1689 ((-110) $ $)) (-15 -4235 ((-110) $)) (-15 -2544 ((-2 (|:| |num| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3145 ((-2 (|:| |rnum| |t#1|) (|:| |polnum| |t#4|) (|:| |den| |t#1|)) |t#4| $)) (-15 -3034 ((-594 |t#4|) (-594 |t#4|) $)) (-15 -2551 ((-594 |t#4|) (-594 |t#4|) $)) (-15 -4191 ((-110) $))) |%noBranch|)))
+(((-33) . T) ((-99) . T) ((-568 (-594 |#4|)) . T) ((-568 (-800)) . T) ((-144 |#4|) . T) ((-569 (-503)) |has| |#4| (-569 (-503))) ((-290 |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-466 |#4|) . T) ((-488 |#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-1022) . T) ((-1130) . T))
+((-3359 (((-594 |#4|) |#4| |#4|) 118)) (-3271 (((-594 |#4|) (-594 |#4|) (-110)) 107 (|has| |#1| (-431))) (((-594 |#4|) (-594 |#4|)) 108 (|has| |#1| (-431)))) (-3169 (((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|)) 35)) (-2918 (((-110) |#4|) 34)) (-3396 (((-594 |#4|) |#4|) 103 (|has| |#1| (-431)))) (-3857 (((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-1 (-110) |#4|) (-594 |#4|)) 20)) (-1380 (((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 (-1 (-110) |#4|)) (-594 |#4|)) 22)) (-2716 (((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 (-1 (-110) |#4|)) (-594 |#4|)) 23)) (-3990 (((-3 (-2 (|:| |bas| (-455 |#1| |#2| |#3| |#4|)) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|)) 73)) (-4013 (((-594 |#4|) (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|)) 85)) (-3449 (((-594 |#4|) (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|)) 111)) (-1974 (((-594 |#4|) (-594 |#4|)) 110)) (-3267 (((-594 |#4|) (-594 |#4|) (-594 |#4|) (-110)) 48) (((-594 |#4|) (-594 |#4|) (-594 |#4|)) 50)) (-3889 ((|#4| |#4| (-594 |#4|)) 49)) (-3881 (((-594 |#4|) (-594 |#4|) (-594 |#4|)) 114 (|has| |#1| (-431)))) (-2388 (((-594 |#4|) (-594 |#4|) (-594 |#4|)) 117 (|has| |#1| (-431)))) (-3875 (((-594 |#4|) (-594 |#4|) (-594 |#4|)) 116 (|has| |#1| (-431)))) (-2685 (((-594 |#4|) (-594 |#4|) (-594 |#4|) (-1 (-594 |#4|) (-594 |#4|))) 87) (((-594 |#4|) (-594 |#4|) (-594 |#4|)) 89) (((-594 |#4|) (-594 |#4|) |#4|) 121) (((-594 |#4|) |#4| |#4|) 119) (((-594 |#4|) (-594 |#4|)) 88)) (-3691 (((-594 |#4|) (-594 |#4|) (-594 |#4|)) 100 (-12 (|has| |#1| (-140)) (|has| |#1| (-288))))) (-1845 (((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|)) 41)) (-4194 (((-110) (-594 |#4|)) 62)) (-3400 (((-110) (-594 |#4|) (-594 (-594 |#4|))) 53)) (-1557 (((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|)) 29)) (-1490 (((-110) |#4|) 28)) (-2640 (((-594 |#4|) (-594 |#4|)) 98 (-12 (|has| |#1| (-140)) (|has| |#1| (-288))))) (-3357 (((-594 |#4|) (-594 |#4|)) 99 (-12 (|has| |#1| (-140)) (|has| |#1| (-288))))) (-1259 (((-594 |#4|) (-594 |#4|)) 66)) (-1411 (((-594 |#4|) (-594 |#4|)) 79)) (-3522 (((-110) (-594 |#4|) (-594 |#4|)) 51)) (-3758 (((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|)) 39)) (-1924 (((-110) |#4|) 36)))
+(((-912 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2685 ((-594 |#4|) (-594 |#4|))) (-15 -2685 ((-594 |#4|) |#4| |#4|)) (-15 -1974 ((-594 |#4|) (-594 |#4|))) (-15 -3359 ((-594 |#4|) |#4| |#4|)) (-15 -2685 ((-594 |#4|) (-594 |#4|) |#4|)) (-15 -2685 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -2685 ((-594 |#4|) (-594 |#4|) (-594 |#4|) (-1 (-594 |#4|) (-594 |#4|)))) (-15 -3522 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -3400 ((-110) (-594 |#4|) (-594 (-594 |#4|)))) (-15 -4194 ((-110) (-594 |#4|))) (-15 -3857 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-1 (-110) |#4|) (-594 |#4|))) (-15 -1380 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 (-1 (-110) |#4|)) (-594 |#4|))) (-15 -2716 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 (-1 (-110) |#4|)) (-594 |#4|))) (-15 -1845 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -2918 ((-110) |#4|)) (-15 -3169 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -1490 ((-110) |#4|)) (-15 -1557 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -1924 ((-110) |#4|)) (-15 -3758 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -3267 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -3267 ((-594 |#4|) (-594 |#4|) (-594 |#4|) (-110))) (-15 -3889 (|#4| |#4| (-594 |#4|))) (-15 -1259 ((-594 |#4|) (-594 |#4|))) (-15 -3990 ((-3 (-2 (|:| |bas| (-455 |#1| |#2| |#3| |#4|)) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|))) (-15 -1411 ((-594 |#4|) (-594 |#4|))) (-15 -4013 ((-594 |#4|) (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3449 ((-594 |#4|) (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-431)) (PROGN (-15 -3396 ((-594 |#4|) |#4|)) (-15 -3271 ((-594 |#4|) (-594 |#4|))) (-15 -3271 ((-594 |#4|) (-594 |#4|) (-110))) (-15 -3881 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -3875 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -2388 ((-594 |#4|) (-594 |#4|) (-594 |#4|)))) |%noBranch|) (IF (|has| |#1| (-288)) (IF (|has| |#1| (-140)) (PROGN (-15 -3357 ((-594 |#4|) (-594 |#4|))) (-15 -2640 ((-594 |#4|) (-594 |#4|))) (-15 -3691 ((-594 |#4|) (-594 |#4|) (-594 |#4|)))) |%noBranch|) |%noBranch|)) (-519) (-737) (-791) (-993 |#1| |#2| |#3|)) (T -912))
+((-3691 (*1 *2 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-140)) (-4 *3 (-288)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-2640 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-140)) (-4 *3 (-288)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3357 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-140)) (-4 *3 (-288)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-2388 (*1 *2 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3875 (*1 *2 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3881 (*1 *2 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3271 (*1 *2 *2 *3) (-12 (-5 *2 (-594 *7)) (-5 *3 (-110)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-912 *4 *5 *6 *7)))) (-3271 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3396 (*1 *2 *3) (-12 (-4 *4 (-431)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *3)) (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))) (-3449 (*1 *2 *2 *3 *4) (-12 (-5 *2 (-594 *8)) (-5 *3 (-1 (-110) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-912 *5 *6 *7 *8)))) (-4013 (*1 *2 *2 *3 *4 *5) (-12 (-5 *2 (-594 *9)) (-5 *3 (-1 (-110) *9)) (-5 *4 (-1 (-110) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-993 *6 *7 *8)) (-4 *6 (-519)) (-4 *7 (-737)) (-4 *8 (-791)) (-5 *1 (-912 *6 *7 *8 *9)))) (-1411 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3990 (*1 *2 *3) (|partial| -12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-2 (|:| |bas| (-455 *4 *5 *6 *7)) (|:| -3523 (-594 *7)))) (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-1259 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3889 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-912 *4 *5 *6 *2)))) (-3267 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-594 *7)) (-5 *3 (-110)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-912 *4 *5 *6 *7)))) (-3267 (*1 *2 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-3758 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7)))) (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-1924 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))) (-1557 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7)))) (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-1490 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))) (-3169 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7)))) (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-2918 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))) (-1845 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7)))) (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))) (-2716 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-1 (-110) *8))) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-2 (|:| |goodPols| (-594 *8)) (|:| |badPols| (-594 *8)))) (-5 *1 (-912 *5 *6 *7 *8)) (-5 *4 (-594 *8)))) (-1380 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-1 (-110) *8))) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-2 (|:| |goodPols| (-594 *8)) (|:| |badPols| (-594 *8)))) (-5 *1 (-912 *5 *6 *7 *8)) (-5 *4 (-594 *8)))) (-3857 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-110) *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-2 (|:| |goodPols| (-594 *8)) (|:| |badPols| (-594 *8)))) (-5 *1 (-912 *5 *6 *7 *8)) (-5 *4 (-594 *8)))) (-4194 (*1 *2 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-912 *4 *5 *6 *7)))) (-3400 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-594 *8))) (-5 *3 (-594 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-110)) (-5 *1 (-912 *5 *6 *7 *8)))) (-3522 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-912 *4 *5 *6 *7)))) (-2685 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-1 (-594 *7) (-594 *7))) (-5 *2 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-912 *4 *5 *6 *7)))) (-2685 (*1 *2 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-2685 (*1 *2 *2 *3) (-12 (-5 *2 (-594 *3)) (-4 *3 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-912 *4 *5 *6 *3)))) (-3359 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *3)) (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))) (-1974 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))) (-2685 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *3)) (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))) (-2685 (*1 *2 *2) (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))))
+(-10 -7 (-15 -2685 ((-594 |#4|) (-594 |#4|))) (-15 -2685 ((-594 |#4|) |#4| |#4|)) (-15 -1974 ((-594 |#4|) (-594 |#4|))) (-15 -3359 ((-594 |#4|) |#4| |#4|)) (-15 -2685 ((-594 |#4|) (-594 |#4|) |#4|)) (-15 -2685 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -2685 ((-594 |#4|) (-594 |#4|) (-594 |#4|) (-1 (-594 |#4|) (-594 |#4|)))) (-15 -3522 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -3400 ((-110) (-594 |#4|) (-594 (-594 |#4|)))) (-15 -4194 ((-110) (-594 |#4|))) (-15 -3857 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-1 (-110) |#4|) (-594 |#4|))) (-15 -1380 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 (-1 (-110) |#4|)) (-594 |#4|))) (-15 -2716 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 (-1 (-110) |#4|)) (-594 |#4|))) (-15 -1845 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -2918 ((-110) |#4|)) (-15 -3169 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -1490 ((-110) |#4|)) (-15 -1557 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -1924 ((-110) |#4|)) (-15 -3758 ((-2 (|:| |goodPols| (-594 |#4|)) (|:| |badPols| (-594 |#4|))) (-594 |#4|))) (-15 -3267 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -3267 ((-594 |#4|) (-594 |#4|) (-594 |#4|) (-110))) (-15 -3889 (|#4| |#4| (-594 |#4|))) (-15 -1259 ((-594 |#4|) (-594 |#4|))) (-15 -3990 ((-3 (-2 (|:| |bas| (-455 |#1| |#2| |#3| |#4|)) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|))) (-15 -1411 ((-594 |#4|) (-594 |#4|))) (-15 -4013 ((-594 |#4|) (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3449 ((-594 |#4|) (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (IF (|has| |#1| (-431)) (PROGN (-15 -3396 ((-594 |#4|) |#4|)) (-15 -3271 ((-594 |#4|) (-594 |#4|))) (-15 -3271 ((-594 |#4|) (-594 |#4|) (-110))) (-15 -3881 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -3875 ((-594 |#4|) (-594 |#4|) (-594 |#4|))) (-15 -2388 ((-594 |#4|) (-594 |#4|) (-594 |#4|)))) |%noBranch|) (IF (|has| |#1| (-288)) (IF (|has| |#1| (-140)) (PROGN (-15 -3357 ((-594 |#4|) (-594 |#4|))) (-15 -2640 ((-594 |#4|) (-594 |#4|))) (-15 -3691 ((-594 |#4|) (-594 |#4|) (-594 |#4|)))) |%noBranch|) |%noBranch|))
+((-2745 (((-2 (|:| R (-634 |#1|)) (|:| A (-634 |#1|)) (|:| |Ainv| (-634 |#1|))) (-634 |#1|) (-96 |#1|) (-1 |#1| |#1|)) 19)) (-4111 (((-594 (-2 (|:| C (-634 |#1|)) (|:| |g| (-1176 |#1|)))) (-634 |#1|) (-1176 |#1|)) 36)) (-2303 (((-634 |#1|) (-634 |#1|) (-634 |#1|) (-96 |#1|) (-1 |#1| |#1|)) 16)))
+(((-913 |#1|) (-10 -7 (-15 -2745 ((-2 (|:| R (-634 |#1|)) (|:| A (-634 |#1|)) (|:| |Ainv| (-634 |#1|))) (-634 |#1|) (-96 |#1|) (-1 |#1| |#1|))) (-15 -2303 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-96 |#1|) (-1 |#1| |#1|))) (-15 -4111 ((-594 (-2 (|:| C (-634 |#1|)) (|:| |g| (-1176 |#1|)))) (-634 |#1|) (-1176 |#1|)))) (-343)) (T -913))
+((-4111 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-5 *2 (-594 (-2 (|:| C (-634 *5)) (|:| |g| (-1176 *5))))) (-5 *1 (-913 *5)) (-5 *3 (-634 *5)) (-5 *4 (-1176 *5)))) (-2303 (*1 *2 *2 *2 *3 *4) (-12 (-5 *2 (-634 *5)) (-5 *3 (-96 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-343)) (-5 *1 (-913 *5)))) (-2745 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-96 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-343)) (-5 *2 (-2 (|:| R (-634 *6)) (|:| A (-634 *6)) (|:| |Ainv| (-634 *6)))) (-5 *1 (-913 *6)) (-5 *3 (-634 *6)))))
+(-10 -7 (-15 -2745 ((-2 (|:| R (-634 |#1|)) (|:| A (-634 |#1|)) (|:| |Ainv| (-634 |#1|))) (-634 |#1|) (-96 |#1|) (-1 |#1| |#1|))) (-15 -2303 ((-634 |#1|) (-634 |#1|) (-634 |#1|) (-96 |#1|) (-1 |#1| |#1|))) (-15 -4111 ((-594 (-2 (|:| C (-634 |#1|)) (|:| |g| (-1176 |#1|)))) (-634 |#1|) (-1176 |#1|))))
+((-3488 (((-398 |#4|) |#4|) 48)))
+(((-914 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3488 ((-398 |#4|) |#4|))) (-791) (-737) (-431) (-886 |#3| |#2| |#1|)) (T -914))
+((-3488 (*1 *2 *3) (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-431)) (-5 *2 (-398 *3)) (-5 *1 (-914 *4 *5 *6 *3)) (-4 *3 (-886 *6 *5 *4)))))
+(-10 -7 (-15 -3488 ((-398 |#4|) |#4|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1231 (($ (-715)) 112 (|has| |#1| (-23)))) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) 98) (((-110) $) 92 (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) 89 (|has| $ (-6 -4262))) (($ $) 88 (-12 (|has| |#1| (-791)) (|has| $ (-6 -4262))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#1| $ (-527) |#1|) 52 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 58 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1399 (($ $) 90 (|has| $ (-6 -4262)))) (-1677 (($ $) 100)) (-1702 (($ $) 78 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#1| $) 77 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 74 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 51)) (-3908 (((-527) (-1 (-110) |#1|) $) 97) (((-527) |#1| $) 96 (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) 95 (|has| |#1| (-1022)))) (-3827 (($ (-594 |#1|)) 118)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3927 (((-634 |#1|) $ $) 105 (|has| |#1| (-979)))) (-3325 (($ (-715) |#1|) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3902 (($ $ $) 87 (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-1257 (($ $ $) 86 (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3190 ((|#1| $) 102 (-12 (|has| |#1| (-979)) (|has| |#1| (-936))))) (-2324 (((-110) $ (-715)) 10)) (-2091 ((|#1| $) 103 (-12 (|has| |#1| (-979)) (|has| |#1| (-936))))) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 42 (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 71)) (-1542 (($ $ |#1|) 41 (|has| $ (-6 -4262)))) (-3469 (($ $ (-594 |#1|)) 115)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) |#1|) 50) ((|#1| $ (-527)) 49) (($ $ (-1143 (-527))) 63)) (-3462 ((|#1| $ $) 106 (|has| |#1| (-979)))) (-3817 (((-858) $) 117)) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-2580 (($ $ $) 104)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2687 (($ $ $ (-527)) 91 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| |#1| (-569 (-503)))) (($ (-594 |#1|)) 116)) (-4131 (($ (-594 |#1|)) 70)) (-1997 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) 84 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 83 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2799 (((-110) $ $) 85 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 82 (|has| |#1| (-791)))) (-2863 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-2850 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-527) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-671))) (($ $ |#1|) 107 (|has| |#1| (-671)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-915 |#1|) (-133) (-979)) (T -915))
+((-3827 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-979)) (-4 *1 (-915 *3)))) (-3817 (*1 *2 *1) (-12 (-4 *1 (-915 *3)) (-4 *3 (-979)) (-5 *2 (-858)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-979)) (-4 *1 (-915 *3)))) (-2580 (*1 *1 *1 *1) (-12 (-4 *1 (-915 *2)) (-4 *2 (-979)))) (-3469 (*1 *1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *1 (-915 *3)) (-4 *3 (-979)))))
+(-13 (-1174 |t#1|) (-10 -8 (-15 -3827 ($ (-594 |t#1|))) (-15 -3817 ((-858) $)) (-15 -2051 ($ (-594 |t#1|))) (-15 -2580 ($ $ $)) (-15 -3469 ($ $ (-594 |t#1|)))))
+(((-33) . T) ((-99) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-353 |#1|) . T) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-19 |#1|) . T) ((-791) |has| |#1| (-791)) ((-1022) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-1130) . T) ((-1174 |#1|) . T))
+((-1998 (((-880 |#2|) (-1 |#2| |#1|) (-880 |#1|)) 17)))
+(((-916 |#1| |#2|) (-10 -7 (-15 -1998 ((-880 |#2|) (-1 |#2| |#1|) (-880 |#1|)))) (-979) (-979)) (T -916))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-880 *5)) (-4 *5 (-979)) (-4 *6 (-979)) (-5 *2 (-880 *6)) (-5 *1 (-916 *5 *6)))))
+(-10 -7 (-15 -1998 ((-880 |#2|) (-1 |#2| |#1|) (-880 |#1|))))
+((-1806 ((|#1| (-880 |#1|)) 13)) (-1810 ((|#1| (-880 |#1|)) 12)) (-3879 ((|#1| (-880 |#1|)) 11)) (-4154 ((|#1| (-880 |#1|)) 15)) (-2311 ((|#1| (-880 |#1|)) 21)) (-1839 ((|#1| (-880 |#1|)) 14)) (-2408 ((|#1| (-880 |#1|)) 16)) (-2386 ((|#1| (-880 |#1|)) 20)) (-1771 ((|#1| (-880 |#1|)) 19)))
+(((-917 |#1|) (-10 -7 (-15 -3879 (|#1| (-880 |#1|))) (-15 -1810 (|#1| (-880 |#1|))) (-15 -1806 (|#1| (-880 |#1|))) (-15 -1839 (|#1| (-880 |#1|))) (-15 -4154 (|#1| (-880 |#1|))) (-15 -2408 (|#1| (-880 |#1|))) (-15 -1771 (|#1| (-880 |#1|))) (-15 -2386 (|#1| (-880 |#1|))) (-15 -2311 (|#1| (-880 |#1|)))) (-979)) (T -917))
+((-2311 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-2386 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-1771 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-2408 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-4154 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-1839 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-1806 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-1810 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))) (-3879 (*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(-10 -7 (-15 -3879 (|#1| (-880 |#1|))) (-15 -1810 (|#1| (-880 |#1|))) (-15 -1806 (|#1| (-880 |#1|))) (-15 -1839 (|#1| (-880 |#1|))) (-15 -4154 (|#1| (-880 |#1|))) (-15 -2408 (|#1| (-880 |#1|))) (-15 -1771 (|#1| (-880 |#1|))) (-15 -2386 (|#1| (-880 |#1|))) (-15 -2311 (|#1| (-880 |#1|))))
+((-2691 (((-3 |#1| "failed") |#1|) 18)) (-1593 (((-3 |#1| "failed") |#1|) 6)) (-3149 (((-3 |#1| "failed") |#1|) 16)) (-2236 (((-3 |#1| "failed") |#1|) 4)) (-2968 (((-3 |#1| "failed") |#1|) 20)) (-2319 (((-3 |#1| "failed") |#1|) 8)) (-3649 (((-3 |#1| "failed") |#1| (-715)) 1)) (-2545 (((-3 |#1| "failed") |#1|) 3)) (-1412 (((-3 |#1| "failed") |#1|) 2)) (-2822 (((-3 |#1| "failed") |#1|) 21)) (-2294 (((-3 |#1| "failed") |#1|) 9)) (-1954 (((-3 |#1| "failed") |#1|) 19)) (-1808 (((-3 |#1| "failed") |#1|) 7)) (-1894 (((-3 |#1| "failed") |#1|) 17)) (-4119 (((-3 |#1| "failed") |#1|) 5)) (-1377 (((-3 |#1| "failed") |#1|) 24)) (-1855 (((-3 |#1| "failed") |#1|) 12)) (-3917 (((-3 |#1| "failed") |#1|) 22)) (-3662 (((-3 |#1| "failed") |#1|) 10)) (-3733 (((-3 |#1| "failed") |#1|) 26)) (-3864 (((-3 |#1| "failed") |#1|) 14)) (-2985 (((-3 |#1| "failed") |#1|) 27)) (-3163 (((-3 |#1| "failed") |#1|) 15)) (-3953 (((-3 |#1| "failed") |#1|) 25)) (-3454 (((-3 |#1| "failed") |#1|) 13)) (-3501 (((-3 |#1| "failed") |#1|) 23)) (-2082 (((-3 |#1| "failed") |#1|) 11)))
+(((-918 |#1|) (-133) (-1116)) (T -918))
+((-2985 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3733 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3953 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-1377 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3501 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3917 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2822 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2968 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-1954 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2691 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-1894 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3149 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3163 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3864 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3454 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-1855 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2082 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3662 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2294 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2319 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-1808 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-1593 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-4119 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2236 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-2545 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-1412 (*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))) (-3649 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-715)) (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(-13 (-10 -7 (-15 -3649 ((-3 |t#1| "failed") |t#1| (-715))) (-15 -1412 ((-3 |t#1| "failed") |t#1|)) (-15 -2545 ((-3 |t#1| "failed") |t#1|)) (-15 -2236 ((-3 |t#1| "failed") |t#1|)) (-15 -4119 ((-3 |t#1| "failed") |t#1|)) (-15 -1593 ((-3 |t#1| "failed") |t#1|)) (-15 -1808 ((-3 |t#1| "failed") |t#1|)) (-15 -2319 ((-3 |t#1| "failed") |t#1|)) (-15 -2294 ((-3 |t#1| "failed") |t#1|)) (-15 -3662 ((-3 |t#1| "failed") |t#1|)) (-15 -2082 ((-3 |t#1| "failed") |t#1|)) (-15 -1855 ((-3 |t#1| "failed") |t#1|)) (-15 -3454 ((-3 |t#1| "failed") |t#1|)) (-15 -3864 ((-3 |t#1| "failed") |t#1|)) (-15 -3163 ((-3 |t#1| "failed") |t#1|)) (-15 -3149 ((-3 |t#1| "failed") |t#1|)) (-15 -1894 ((-3 |t#1| "failed") |t#1|)) (-15 -2691 ((-3 |t#1| "failed") |t#1|)) (-15 -1954 ((-3 |t#1| "failed") |t#1|)) (-15 -2968 ((-3 |t#1| "failed") |t#1|)) (-15 -2822 ((-3 |t#1| "failed") |t#1|)) (-15 -3917 ((-3 |t#1| "failed") |t#1|)) (-15 -3501 ((-3 |t#1| "failed") |t#1|)) (-15 -1377 ((-3 |t#1| "failed") |t#1|)) (-15 -3953 ((-3 |t#1| "failed") |t#1|)) (-15 -3733 ((-3 |t#1| "failed") |t#1|)) (-15 -2985 ((-3 |t#1| "failed") |t#1|))))
+((-2087 ((|#4| |#4| (-594 |#3|)) 56) ((|#4| |#4| |#3|) 55)) (-2796 ((|#4| |#4| (-594 |#3|)) 23) ((|#4| |#4| |#3|) 19)) (-1998 ((|#4| (-1 |#4| (-889 |#1|)) |#4|) 30)))
+(((-919 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2796 (|#4| |#4| |#3|)) (-15 -2796 (|#4| |#4| (-594 |#3|))) (-15 -2087 (|#4| |#4| |#3|)) (-15 -2087 (|#4| |#4| (-594 |#3|))) (-15 -1998 (|#4| (-1 |#4| (-889 |#1|)) |#4|))) (-979) (-737) (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094))))) (-886 (-889 |#1|) |#2| |#3|)) (T -919))
+((-1998 (*1 *2 *3 *2) (-12 (-5 *3 (-1 *2 (-889 *4))) (-4 *4 (-979)) (-4 *2 (-886 (-889 *4) *5 *6)) (-4 *5 (-737)) (-4 *6 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094)))))) (-5 *1 (-919 *4 *5 *6 *2)))) (-2087 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *6)) (-4 *6 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094)))))) (-4 *4 (-979)) (-4 *5 (-737)) (-5 *1 (-919 *4 *5 *6 *2)) (-4 *2 (-886 (-889 *4) *5 *6)))) (-2087 (*1 *2 *2 *3) (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094)))))) (-5 *1 (-919 *4 *5 *3 *2)) (-4 *2 (-886 (-889 *4) *5 *3)))) (-2796 (*1 *2 *2 *3) (-12 (-5 *3 (-594 *6)) (-4 *6 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094)))))) (-4 *4 (-979)) (-4 *5 (-737)) (-5 *1 (-919 *4 *5 *6 *2)) (-4 *2 (-886 (-889 *4) *5 *6)))) (-2796 (*1 *2 *2 *3) (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)) (-15 -3507 ((-3 $ "failed") (-1094)))))) (-5 *1 (-919 *4 *5 *3 *2)) (-4 *2 (-886 (-889 *4) *5 *3)))))
+(-10 -7 (-15 -2796 (|#4| |#4| |#3|)) (-15 -2796 (|#4| |#4| (-594 |#3|))) (-15 -2087 (|#4| |#4| |#3|)) (-15 -2087 (|#4| |#4| (-594 |#3|))) (-15 -1998 (|#4| (-1 |#4| (-889 |#1|)) |#4|)))
+((-4236 ((|#2| |#3|) 35)) (-3812 (((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) |#2|) 73)) (-3668 (((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) 89)))
+(((-920 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3668 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))))) (-15 -3812 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) |#2|)) (-15 -4236 (|#2| |#3|))) (-329) (-1152 |#1|) (-1152 |#2|) (-669 |#2| |#3|)) (T -920))
+((-4236 (*1 *2 *3) (-12 (-4 *3 (-1152 *2)) (-4 *2 (-1152 *4)) (-5 *1 (-920 *4 *2 *3 *5)) (-4 *4 (-329)) (-4 *5 (-669 *2 *3)))) (-3812 (*1 *2 *3) (-12 (-4 *4 (-329)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 *3)) (-5 *2 (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-634 *3)))) (-5 *1 (-920 *4 *3 *5 *6)) (-4 *6 (-669 *3 *5)))) (-3668 (*1 *2) (-12 (-4 *3 (-329)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| -1878 (-634 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-634 *4)))) (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-669 *4 *5)))))
+(-10 -7 (-15 -3668 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))))) (-15 -3812 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) |#2|)) (-15 -4236 (|#2| |#3|)))
+((-2292 (((-922 (-387 (-527)) (-802 |#1|) (-222 |#2| (-715)) (-229 |#1| (-387 (-527)))) (-922 (-387 (-527)) (-802 |#1|) (-222 |#2| (-715)) (-229 |#1| (-387 (-527))))) 69)))
+(((-921 |#1| |#2|) (-10 -7 (-15 -2292 ((-922 (-387 (-527)) (-802 |#1|) (-222 |#2| (-715)) (-229 |#1| (-387 (-527)))) (-922 (-387 (-527)) (-802 |#1|) (-222 |#2| (-715)) (-229 |#1| (-387 (-527))))))) (-594 (-1094)) (-715)) (T -921))
+((-2292 (*1 *2 *2) (-12 (-5 *2 (-922 (-387 (-527)) (-802 *3) (-222 *4 (-715)) (-229 *3 (-387 (-527))))) (-14 *3 (-594 (-1094))) (-14 *4 (-715)) (-5 *1 (-921 *3 *4)))))
+(-10 -7 (-15 -2292 ((-922 (-387 (-527)) (-802 |#1|) (-222 |#2| (-715)) (-229 |#1| (-387 (-527)))) (-922 (-387 (-527)) (-802 |#1|) (-222 |#2| (-715)) (-229 |#1| (-387 (-527)))))))
+((-4105 (((-110) $ $) NIL)) (-2481 (((-3 (-110) "failed") $) 69)) (-1888 (($ $) 36 (-12 (|has| |#1| (-140)) (|has| |#1| (-288))))) (-2534 (($ $ (-3 (-110) "failed")) 70)) (-3443 (($ (-594 |#4|) |#4|) 25)) (-2416 (((-1077) $) NIL)) (-1929 (($ $) 67)) (-4024 (((-1041) $) NIL)) (-1815 (((-110) $) 68)) (-2453 (($) 30)) (-1652 ((|#4| $) 72)) (-1235 (((-594 |#4|) $) 71)) (-4118 (((-800) $) 66)) (-2747 (((-110) $ $) NIL)))
+(((-922 |#1| |#2| |#3| |#4|) (-13 (-1022) (-568 (-800)) (-10 -8 (-15 -2453 ($)) (-15 -3443 ($ (-594 |#4|) |#4|)) (-15 -2481 ((-3 (-110) "failed") $)) (-15 -2534 ($ $ (-3 (-110) "failed"))) (-15 -1815 ((-110) $)) (-15 -1235 ((-594 |#4|) $)) (-15 -1652 (|#4| $)) (-15 -1929 ($ $)) (IF (|has| |#1| (-288)) (IF (|has| |#1| (-140)) (-15 -1888 ($ $)) |%noBranch|) |%noBranch|))) (-431) (-791) (-737) (-886 |#1| |#3| |#2|)) (T -922))
+((-2453 (*1 *1) (-12 (-4 *2 (-431)) (-4 *3 (-791)) (-4 *4 (-737)) (-5 *1 (-922 *2 *3 *4 *5)) (-4 *5 (-886 *2 *4 *3)))) (-3443 (*1 *1 *2 *3) (-12 (-5 *2 (-594 *3)) (-4 *3 (-886 *4 *6 *5)) (-4 *4 (-431)) (-4 *5 (-791)) (-4 *6 (-737)) (-5 *1 (-922 *4 *5 *6 *3)))) (-2481 (*1 *2 *1) (|partial| -12 (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)) (-5 *2 (-110)) (-5 *1 (-922 *3 *4 *5 *6)) (-4 *6 (-886 *3 *5 *4)))) (-2534 (*1 *1 *1 *2) (-12 (-5 *2 (-3 (-110) "failed")) (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)) (-5 *1 (-922 *3 *4 *5 *6)) (-4 *6 (-886 *3 *5 *4)))) (-1815 (*1 *2 *1) (-12 (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)) (-5 *2 (-110)) (-5 *1 (-922 *3 *4 *5 *6)) (-4 *6 (-886 *3 *5 *4)))) (-1235 (*1 *2 *1) (-12 (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)) (-5 *2 (-594 *6)) (-5 *1 (-922 *3 *4 *5 *6)) (-4 *6 (-886 *3 *5 *4)))) (-1652 (*1 *2 *1) (-12 (-4 *2 (-886 *3 *5 *4)) (-5 *1 (-922 *3 *4 *5 *2)) (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)))) (-1929 (*1 *1 *1) (-12 (-4 *2 (-431)) (-4 *3 (-791)) (-4 *4 (-737)) (-5 *1 (-922 *2 *3 *4 *5)) (-4 *5 (-886 *2 *4 *3)))) (-1888 (*1 *1 *1) (-12 (-4 *2 (-140)) (-4 *2 (-288)) (-4 *2 (-431)) (-4 *3 (-791)) (-4 *4 (-737)) (-5 *1 (-922 *2 *3 *4 *5)) (-4 *5 (-886 *2 *4 *3)))))
+(-13 (-1022) (-568 (-800)) (-10 -8 (-15 -2453 ($)) (-15 -3443 ($ (-594 |#4|) |#4|)) (-15 -2481 ((-3 (-110) "failed") $)) (-15 -2534 ($ $ (-3 (-110) "failed"))) (-15 -1815 ((-110) $)) (-15 -1235 ((-594 |#4|) $)) (-15 -1652 (|#4| $)) (-15 -1929 ($ $)) (IF (|has| |#1| (-288)) (IF (|has| |#1| (-140)) (-15 -1888 ($ $)) |%noBranch|) |%noBranch|)))
+((-2045 (((-110) |#5| |#5|) 38)) (-3402 (((-110) |#5| |#5|) 52)) (-1709 (((-110) |#5| (-594 |#5|)) 74) (((-110) |#5| |#5|) 61)) (-1283 (((-110) (-594 |#4|) (-594 |#4|)) 58)) (-1340 (((-110) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) 63)) (-4108 (((-1181)) 33)) (-3321 (((-1181) (-1077) (-1077) (-1077)) 29)) (-3703 (((-594 |#5|) (-594 |#5|)) 81)) (-3230 (((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) 79)) (-2243 (((-594 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|)))) (-594 |#4|) (-594 |#5|) (-110) (-110)) 101)) (-3129 (((-110) |#5| |#5|) 47)) (-2454 (((-3 (-110) "failed") |#5| |#5|) 71)) (-2807 (((-110) (-594 |#4|) (-594 |#4|)) 57)) (-3886 (((-110) (-594 |#4|) (-594 |#4|)) 59)) (-1745 (((-110) (-594 |#4|) (-594 |#4|)) 60)) (-2304 (((-3 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|))) "failed") (-594 |#4|) |#5| (-594 |#4|) (-110) (-110) (-110) (-110) (-110)) 97)) (-2159 (((-594 |#5|) (-594 |#5|)) 43)))
+(((-923 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3321 ((-1181) (-1077) (-1077) (-1077))) (-15 -4108 ((-1181))) (-15 -2045 ((-110) |#5| |#5|)) (-15 -2159 ((-594 |#5|) (-594 |#5|))) (-15 -3129 ((-110) |#5| |#5|)) (-15 -3402 ((-110) |#5| |#5|)) (-15 -1283 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2807 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -3886 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -1745 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2454 ((-3 (-110) "failed") |#5| |#5|)) (-15 -1709 ((-110) |#5| |#5|)) (-15 -1709 ((-110) |#5| (-594 |#5|))) (-15 -3703 ((-594 |#5|) (-594 |#5|))) (-15 -1340 ((-110) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -3230 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-15 -2243 ((-594 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|)))) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -2304 ((-3 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|))) "failed") (-594 |#4|) |#5| (-594 |#4|) (-110) (-110) (-110) (-110) (-110)))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-998 |#1| |#2| |#3| |#4|)) (T -923))
+((-2304 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8)) (-5 *2 (-2 (|:| -1653 (-594 *9)) (|:| -1296 *4) (|:| |ineq| (-594 *9)))) (-5 *1 (-923 *6 *7 *8 *9 *4)) (-5 *3 (-594 *9)) (-4 *4 (-998 *6 *7 *8 *9)))) (-2243 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-594 *10)) (-5 *5 (-110)) (-4 *10 (-998 *6 *7 *8 *9)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8)) (-5 *2 (-594 (-2 (|:| -1653 (-594 *9)) (|:| -1296 *10) (|:| |ineq| (-594 *9))))) (-5 *1 (-923 *6 *7 *8 *9 *10)) (-5 *3 (-594 *9)))) (-3230 (*1 *2 *2) (-12 (-5 *2 (-594 (-2 (|:| |val| (-594 *6)) (|:| -1296 *7)))) (-4 *6 (-993 *3 *4 *5)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-923 *3 *4 *5 *6 *7)))) (-1340 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8))) (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-998 *4 *5 *6 *7)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *8)))) (-3703 (*1 *2 *2) (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *1 (-923 *3 *4 *5 *6 *7)))) (-1709 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *3)) (-4 *3 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-110)) (-5 *1 (-923 *5 *6 *7 *8 *3)))) (-1709 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-2454 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-1745 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-3886 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-2807 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-1283 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-3402 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-3129 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-2159 (*1 *2 *2) (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *1 (-923 *3 *4 *5 *6 *7)))) (-2045 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-4108 (*1 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181)) (-5 *1 (-923 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))) (-3321 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181)) (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3321 ((-1181) (-1077) (-1077) (-1077))) (-15 -4108 ((-1181))) (-15 -2045 ((-110) |#5| |#5|)) (-15 -2159 ((-594 |#5|) (-594 |#5|))) (-15 -3129 ((-110) |#5| |#5|)) (-15 -3402 ((-110) |#5| |#5|)) (-15 -1283 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2807 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -3886 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -1745 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2454 ((-3 (-110) "failed") |#5| |#5|)) (-15 -1709 ((-110) |#5| |#5|)) (-15 -1709 ((-110) |#5| (-594 |#5|))) (-15 -3703 ((-594 |#5|) (-594 |#5|))) (-15 -1340 ((-110) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -3230 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-15 -2243 ((-594 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|)))) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -2304 ((-3 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|))) "failed") (-594 |#4|) |#5| (-594 |#4|) (-110) (-110) (-110) (-110) (-110))))
+((-3507 (((-1094) $) 15)) (-2205 (((-1077) $) 16)) (-3255 (($ (-1094) (-1077)) 14)) (-4118 (((-800) $) 13)))
+(((-924) (-13 (-568 (-800)) (-10 -8 (-15 -3255 ($ (-1094) (-1077))) (-15 -3507 ((-1094) $)) (-15 -2205 ((-1077) $))))) (T -924))
+((-3255 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1077)) (-5 *1 (-924)))) (-3507 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-924)))) (-2205 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-924)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -3255 ($ (-1094) (-1077))) (-15 -3507 ((-1094) $)) (-15 -2205 ((-1077) $))))
+((-1998 ((|#4| (-1 |#2| |#1|) |#3|) 14)))
+(((-925 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#4| (-1 |#2| |#1|) |#3|))) (-519) (-519) (-927 |#1|) (-927 |#2|)) (T -925))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-519)) (-4 *6 (-519)) (-4 *2 (-927 *6)) (-5 *1 (-925 *5 *6 *4 *2)) (-4 *4 (-927 *5)))))
+(-10 -7 (-15 -1998 (|#4| (-1 |#2| |#1|) |#3|)))
+((-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-1094) "failed") $) 65) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 (-527) "failed") $) 95)) (-4145 ((|#2| $) NIL) (((-1094) $) 60) (((-387 (-527)) $) NIL) (((-527) $) 92)) (-4162 (((-634 (-527)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) 112) (((-634 |#2|) (-634 $)) 28)) (-2309 (($) 98)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 75) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 84)) (-1458 (($ $) 10)) (-2628 (((-3 $ "failed") $) 20)) (-1998 (($ (-1 |#2| |#2|) $) 22)) (-2138 (($) 16)) (-1358 (($ $) 54)) (-4234 (($ $) NIL) (($ $ (-715)) NIL) (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) 36)) (-2593 (($ $) 12)) (-2051 (((-829 (-527)) $) 70) (((-829 (-359)) $) 79) (((-503) $) 40) (((-359) $) 44) (((-207) $) 47)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) 90) (($ |#2|) NIL) (($ (-1094)) 57)) (-4070 (((-715)) 31)) (-2775 (((-110) $ $) 50)))
+(((-926 |#1| |#2|) (-10 -8 (-15 -2775 ((-110) |#1| |#1|)) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -2051 ((-207) |#1|)) (-15 -2051 ((-359) |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -4145 ((-1094) |#1|)) (-15 -1923 ((-3 (-1094) "failed") |#1|)) (-15 -4118 (|#1| (-1094))) (-15 -2309 (|#1|)) (-15 -1358 (|#1| |#1|)) (-15 -2593 (|#1| |#1|)) (-15 -1458 (|#1| |#1|)) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -4162 ((-634 |#2|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 -4118 ((-800) |#1|))) (-927 |#2|) (-519)) (T -926))
+((-4070 (*1 *2) (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-926 *3 *4)) (-4 *3 (-927 *4)))))
+(-10 -8 (-15 -2775 ((-110) |#1| |#1|)) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -2051 ((-207) |#1|)) (-15 -2051 ((-359) |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -4145 ((-1094) |#1|)) (-15 -1923 ((-3 (-1094) "failed") |#1|)) (-15 -4118 (|#1| (-1094))) (-15 -2309 (|#1|)) (-15 -1358 (|#1| |#1|)) (-15 -2593 (|#1| |#1|)) (-15 -1458 (|#1| |#1|)) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -1288 ((-826 (-527) |#1|) |#1| (-829 (-527)) (-826 (-527) |#1|))) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -4162 ((-634 |#2|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3008 ((|#1| $) 139 (|has| |#1| (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-3854 (((-398 (-1090 $)) (-1090 $)) 130 (|has| |#1| (-846)))) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 133 (|has| |#1| (-846)))) (-1842 (((-110) $ $) 59)) (-2350 (((-527) $) 120 (|has| |#1| (-764)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 178) (((-3 (-1094) "failed") $) 128 (|has| |#1| (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) 112 (|has| |#1| (-970 (-527)))) (((-3 (-527) "failed") $) 110 (|has| |#1| (-970 (-527))))) (-4145 ((|#1| $) 177) (((-1094) $) 127 (|has| |#1| (-970 (-1094)))) (((-387 (-527)) $) 111 (|has| |#1| (-970 (-527)))) (((-527) $) 109 (|has| |#1| (-970 (-527))))) (-1346 (($ $ $) 55)) (-4162 (((-634 (-527)) (-634 $)) 152 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 151 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 150) (((-634 |#1|) (-634 $)) 149)) (-3714 (((-3 $ "failed") $) 34)) (-2309 (($) 137 (|has| |#1| (-512)))) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3851 (((-110) $) 71)) (-3460 (((-110) $) 122 (|has| |#1| (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 146 (|has| |#1| (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 145 (|has| |#1| (-823 (-359))))) (-2956 (((-110) $) 31)) (-1458 (($ $) 141)) (-4109 ((|#1| $) 143)) (-2628 (((-3 $ "failed") $) 108 (|has| |#1| (-1070)))) (-1612 (((-110) $) 121 (|has| |#1| (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-3902 (($ $ $) 118 (|has| |#1| (-791)))) (-1257 (($ $ $) 117 (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) 169)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-2138 (($) 107 (|has| |#1| (-1070)) CONST)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-1358 (($ $) 138 (|has| |#1| (-288)))) (-1448 ((|#1| $) 135 (|has| |#1| (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) 132 (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 131 (|has| |#1| (-846)))) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) 175 (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) 174 (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) 173 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) 172 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) 171 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) 170 (|has| |#1| (-488 (-1094) |#1|)))) (-2578 (((-715) $) 58)) (-3439 (($ $ |#1|) 176 (|has| |#1| (-267 |#1| |#1|)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-4234 (($ $) 168 (|has| |#1| (-215))) (($ $ (-715)) 166 (|has| |#1| (-215))) (($ $ (-1094)) 164 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 163 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 162 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 161 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 154) (($ $ (-1 |#1| |#1|)) 153)) (-2593 (($ $) 140)) (-4122 ((|#1| $) 142)) (-2051 (((-829 (-527)) $) 148 (|has| |#1| (-569 (-829 (-527))))) (((-829 (-359)) $) 147 (|has| |#1| (-569 (-829 (-359))))) (((-503) $) 125 (|has| |#1| (-569 (-503)))) (((-359) $) 124 (|has| |#1| (-955))) (((-207) $) 123 (|has| |#1| (-955)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 134 (-3979 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65) (($ |#1|) 181) (($ (-1094)) 129 (|has| |#1| (-970 (-1094))))) (-3470 (((-3 $ "failed") $) 126 (-2027 (|has| |#1| (-138)) (-3979 (|has| $ (-138)) (|has| |#1| (-846)))))) (-4070 (((-715)) 29)) (-3934 ((|#1| $) 136 (|has| |#1| (-512)))) (-3978 (((-110) $ $) 39)) (-1597 (($ $) 119 (|has| |#1| (-764)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $) 167 (|has| |#1| (-215))) (($ $ (-715)) 165 (|has| |#1| (-215))) (($ $ (-1094)) 160 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 159 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 158 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 157 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 156) (($ $ (-1 |#1| |#1|)) 155)) (-2813 (((-110) $ $) 115 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 114 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 116 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 113 (|has| |#1| (-791)))) (-2873 (($ $ $) 64) (($ |#1| |#1|) 144)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66) (($ |#1| $) 180) (($ $ |#1|) 179)))
+(((-927 |#1|) (-133) (-519)) (T -927))
+((-2873 (*1 *1 *2 *2) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))) (-4109 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))) (-4122 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))) (-1458 (*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))) (-2593 (*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-288)))) (-1358 (*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-288)))) (-2309 (*1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-512)) (-4 *2 (-519)))) (-3934 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-512)))) (-1448 (*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-512)))))
+(-13 (-343) (-37 |t#1|) (-970 |t#1|) (-318 |t#1|) (-213 |t#1|) (-357 |t#1|) (-821 |t#1|) (-380 |t#1|) (-10 -8 (-15 -2873 ($ |t#1| |t#1|)) (-15 -4109 (|t#1| $)) (-15 -4122 (|t#1| $)) (-15 -1458 ($ $)) (-15 -2593 ($ $)) (IF (|has| |t#1| (-1070)) (-6 (-1070)) |%noBranch|) (IF (|has| |t#1| (-970 (-527))) (PROGN (-6 (-970 (-527))) (-6 (-970 (-387 (-527))))) |%noBranch|) (IF (|has| |t#1| (-791)) (-6 (-791)) |%noBranch|) (IF (|has| |t#1| (-764)) (-6 (-764)) |%noBranch|) (IF (|has| |t#1| (-955)) (-6 (-955)) |%noBranch|) (IF (|has| |t#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-970 (-1094))) (-6 (-970 (-1094))) |%noBranch|) (IF (|has| |t#1| (-288)) (PROGN (-15 -3008 (|t#1| $)) (-15 -1358 ($ $))) |%noBranch|) (IF (|has| |t#1| (-512)) (PROGN (-15 -2309 ($)) (-15 -3934 (|t#1| $)) (-15 -1448 (|t#1| $))) |%noBranch|) (IF (|has| |t#1| (-846)) (-6 (-846)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 |#1|) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 |#1| |#1|) . T) ((-109 $ $) . T) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) . T) ((-569 (-207)) |has| |#1| (-955)) ((-569 (-359)) |has| |#1| (-955)) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-569 (-829 (-359))) |has| |#1| (-569 (-829 (-359)))) ((-569 (-829 (-527))) |has| |#1| (-569 (-829 (-527)))) ((-213 |#1|) . T) ((-215) |has| |#1| (-215)) ((-225) . T) ((-267 |#1| $) |has| |#1| (-267 |#1| |#1|)) ((-271) . T) ((-288) . T) ((-290 |#1|) |has| |#1| (-290 |#1|)) ((-343) . T) ((-318 |#1|) . T) ((-357 |#1|) . T) ((-380 |#1|) . T) ((-431) . T) ((-488 (-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((-488 |#1| |#1|) |has| |#1| (-290 |#1|)) ((-519) . T) ((-596 #0#) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-671) . T) ((-735) |has| |#1| (-764)) ((-736) |has| |#1| (-764)) ((-738) |has| |#1| (-764)) ((-739) |has| |#1| (-764)) ((-764) |has| |#1| (-764)) ((-789) |has| |#1| (-764)) ((-791) -2027 (|has| |#1| (-791)) (|has| |#1| (-764))) ((-837 (-1094)) |has| |#1| (-837 (-1094))) ((-823 (-359)) |has| |#1| (-823 (-359))) ((-823 (-527)) |has| |#1| (-823 (-527))) ((-821 |#1|) . T) ((-846) |has| |#1| (-846)) ((-857) . T) ((-955) |has| |#1| (-955)) ((-970 (-387 (-527))) |has| |#1| (-970 (-527))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 (-1094)) |has| |#1| (-970 (-1094))) ((-970 |#1|) . T) ((-985 #0#) . T) ((-985 |#1|) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) |has| |#1| (-1070)) ((-1130) . T) ((-1134) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1357 (($ (-1061 |#1| |#2|)) 11)) (-2272 (((-1061 |#1| |#2|) $) 12)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3439 ((|#2| $ (-222 |#1| |#2|)) 16)) (-4118 (((-800) $) NIL)) (-3361 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL)))
+(((-928 |#1| |#2|) (-13 (-21) (-10 -8 (-15 -1357 ($ (-1061 |#1| |#2|))) (-15 -2272 ((-1061 |#1| |#2|) $)) (-15 -3439 (|#2| $ (-222 |#1| |#2|))))) (-858) (-343)) (T -928))
+((-1357 (*1 *1 *2) (-12 (-5 *2 (-1061 *3 *4)) (-14 *3 (-858)) (-4 *4 (-343)) (-5 *1 (-928 *3 *4)))) (-2272 (*1 *2 *1) (-12 (-5 *2 (-1061 *3 *4)) (-5 *1 (-928 *3 *4)) (-14 *3 (-858)) (-4 *4 (-343)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 (-222 *4 *2)) (-14 *4 (-858)) (-4 *2 (-343)) (-5 *1 (-928 *4 *2)))))
+(-13 (-21) (-10 -8 (-15 -1357 ($ (-1061 |#1| |#2|))) (-15 -2272 ((-1061 |#1| |#2|) $)) (-15 -3439 (|#2| $ (-222 |#1| |#2|)))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) 8)) (-1298 (($) 7 T CONST)) (-3393 (($ $) 46)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2091 (((-715) $) 45)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1586 ((|#1| $) 44)) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-2252 ((|#1| |#1| $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3457 ((|#1| $) 47)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 42)) (-1933 ((|#1| $) 43)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-929 |#1|) (-133) (-1130)) (T -929))
+((-2252 (*1 *2 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))) (-3457 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))) (-3393 (*1 *1 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))) (-2091 (*1 *2 *1) (-12 (-4 *1 (-929 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))) (-1586 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))) (-1933 (*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))))
+(-13 (-104 |t#1|) (-10 -8 (-6 -4261) (-15 -2252 (|t#1| |t#1| $)) (-15 -3457 (|t#1| $)) (-15 -3393 ($ $)) (-15 -2091 ((-715) $)) (-15 -1586 (|t#1| $)) (-15 -1933 (|t#1| $))))
+(((-33) . T) ((-104 |#1|) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-1874 (((-110) $) 42)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 |#2| "failed") $) 45)) (-4145 (((-527) $) NIL) (((-387 (-527)) $) NIL) ((|#2| $) 43)) (-2541 (((-3 (-387 (-527)) "failed") $) 78)) (-1397 (((-110) $) 72)) (-1328 (((-387 (-527)) $) 76)) (-2956 (((-110) $) 41)) (-1705 ((|#2| $) 22)) (-1998 (($ (-1 |#2| |#2|) $) 19)) (-2952 (($ $) 61)) (-4234 (($ $) NIL) (($ $ (-715)) NIL) (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) 34)) (-2051 (((-503) $) 67)) (-1964 (($ $) 17)) (-4118 (((-800) $) 56) (($ (-527)) 38) (($ |#2|) 36) (($ (-387 (-527))) NIL)) (-4070 (((-715)) 10)) (-1597 ((|#2| $) 71)) (-2747 (((-110) $ $) 25)) (-2775 (((-110) $ $) 69)) (-2863 (($ $) 29) (($ $ $) 28)) (-2850 (($ $ $) 26)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 33) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) 30) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL)))
+(((-930 |#1| |#2|) (-10 -8 (-15 -4118 (|#1| (-387 (-527)))) (-15 -2775 ((-110) |#1| |#1|)) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 * (|#1| |#1| (-387 (-527)))) (-15 -2952 (|#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -1597 (|#2| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -1964 (|#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -4118 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 -2956 ((-110) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 -1874 ((-110) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|))) (-931 |#2|) (-162)) (T -930))
+((-4070 (*1 *2) (-12 (-4 *4 (-162)) (-5 *2 (-715)) (-5 *1 (-930 *3 *4)) (-4 *3 (-931 *4)))))
+(-10 -8 (-15 -4118 (|#1| (-387 (-527)))) (-15 -2775 ((-110) |#1| |#1|)) (-15 * (|#1| (-387 (-527)) |#1|)) (-15 * (|#1| |#1| (-387 (-527)))) (-15 -2952 (|#1| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -1597 (|#2| |#1|)) (-15 -1705 (|#2| |#1|)) (-15 -1964 (|#1| |#1|)) (-15 -1998 (|#1| (-1 |#2| |#2|) |#1|)) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -4118 (|#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 -2956 ((-110) |#1|)) (-15 * (|#1| |#1| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 * (|#1| (-715) |#1|)) (-15 -1874 ((-110) |#1|)) (-15 * (|#1| (-858) |#1|)) (-15 -2850 (|#1| |#1| |#1|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-1923 (((-3 (-527) "failed") $) 119 (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 117 (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) 116)) (-4145 (((-527) $) 120 (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) 118 (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) 115)) (-4162 (((-634 (-527)) (-634 $)) 90 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 89 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 88) (((-634 |#1|) (-634 $)) 87)) (-3714 (((-3 $ "failed") $) 34)) (-2726 ((|#1| $) 80)) (-2541 (((-3 (-387 (-527)) "failed") $) 76 (|has| |#1| (-512)))) (-1397 (((-110) $) 78 (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) 77 (|has| |#1| (-512)))) (-1495 (($ |#1| |#1| |#1| |#1|) 81)) (-2956 (((-110) $) 31)) (-1705 ((|#1| $) 82)) (-3902 (($ $ $) 68 (|has| |#1| (-791)))) (-1257 (($ $ $) 67 (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) 91)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 73 (|has| |#1| (-343)))) (-1353 ((|#1| $) 83)) (-4239 ((|#1| $) 84)) (-1690 ((|#1| $) 85)) (-4024 (((-1041) $) 10)) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) 97 (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) 96 (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) 95 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) 94 (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) 93 (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) 92 (|has| |#1| (-488 (-1094) |#1|)))) (-3439 (($ $ |#1|) 98 (|has| |#1| (-267 |#1| |#1|)))) (-4234 (($ $) 114 (|has| |#1| (-215))) (($ $ (-715)) 112 (|has| |#1| (-215))) (($ $ (-1094)) 110 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 109 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 108 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 107 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 100) (($ $ (-1 |#1| |#1|)) 99)) (-2051 (((-503) $) 74 (|has| |#1| (-569 (-503))))) (-1964 (($ $) 86)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 37) (($ (-387 (-527))) 62 (-2027 (|has| |#1| (-343)) (|has| |#1| (-970 (-387 (-527))))))) (-3470 (((-3 $ "failed") $) 75 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-1597 ((|#1| $) 79 (|has| |#1| (-988)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 72 (|has| |#1| (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $) 113 (|has| |#1| (-215))) (($ $ (-715)) 111 (|has| |#1| (-215))) (($ $ (-1094)) 106 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 105 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 104 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 103 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 102) (($ $ (-1 |#1| |#1|)) 101)) (-2813 (((-110) $ $) 65 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 64 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 66 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 63 (|has| |#1| (-791)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 71 (|has| |#1| (-343)))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 39) (($ |#1| $) 38) (($ $ (-387 (-527))) 70 (|has| |#1| (-343))) (($ (-387 (-527)) $) 69 (|has| |#1| (-343)))))
+(((-931 |#1|) (-133) (-162)) (T -931))
+((-1964 (*1 *1 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))) (-1690 (*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))) (-4239 (*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))) (-1353 (*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))) (-1705 (*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))) (-1495 (*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))) (-2726 (*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))) (-1597 (*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)) (-4 *2 (-988)))) (-1397 (*1 *2 *1) (-12 (-4 *1 (-931 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-110)))) (-1328 (*1 *2 *1) (-12 (-4 *1 (-931 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-387 (-527))))) (-2541 (*1 *2 *1) (|partial| -12 (-4 *1 (-931 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-387 (-527))))))
+(-13 (-37 |t#1|) (-391 |t#1|) (-213 |t#1|) (-318 |t#1|) (-357 |t#1|) (-10 -8 (-15 -1964 ($ $)) (-15 -1690 (|t#1| $)) (-15 -4239 (|t#1| $)) (-15 -1353 (|t#1| $)) (-15 -1705 (|t#1| $)) (-15 -1495 ($ |t#1| |t#1| |t#1| |t#1|)) (-15 -2726 (|t#1| $)) (IF (|has| |t#1| (-271)) (-6 (-271)) |%noBranch|) (IF (|has| |t#1| (-791)) (-6 (-791)) |%noBranch|) (IF (|has| |t#1| (-343)) (-6 (-225)) |%noBranch|) (IF (|has| |t#1| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-988)) (-15 -1597 (|t#1| $)) |%noBranch|) (IF (|has| |t#1| (-512)) (PROGN (-15 -1397 ((-110) $)) (-15 -1328 ((-387 (-527)) $)) (-15 -2541 ((-3 (-387 (-527)) "failed") $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-343)) ((-37 |#1|) . T) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-343)) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-343)) (|has| |#1| (-271))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-213 |#1|) . T) ((-215) |has| |#1| (-215)) ((-225) |has| |#1| (-343)) ((-267 |#1| $) |has| |#1| (-267 |#1| |#1|)) ((-271) -2027 (|has| |#1| (-343)) (|has| |#1| (-271))) ((-290 |#1|) |has| |#1| (-290 |#1|)) ((-318 |#1|) . T) ((-357 |#1|) . T) ((-391 |#1|) . T) ((-488 (-1094) |#1|) |has| |#1| (-488 (-1094) |#1|)) ((-488 |#1| |#1|) |has| |#1| (-290 |#1|)) ((-596 #0#) |has| |#1| (-343)) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #0#) |has| |#1| (-343)) ((-662 |#1|) . T) ((-671) . T) ((-791) |has| |#1| (-791)) ((-837 (-1094)) |has| |#1| (-837 (-1094))) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-985 #0#) |has| |#1| (-343)) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-343)) (|has| |#1| (-271))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1998 ((|#3| (-1 |#4| |#2|) |#1|) 16)))
+(((-932 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#3| (-1 |#4| |#2|) |#1|))) (-931 |#2|) (-162) (-931 |#4|) (-162)) (T -932))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-162)) (-4 *6 (-162)) (-4 *2 (-931 *6)) (-5 *1 (-932 *4 *5 *2 *6)) (-4 *4 (-931 *5)))))
+(-10 -7 (-15 -1998 (|#3| (-1 |#4| |#2|) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2726 ((|#1| $) 12)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-512)))) (-1397 (((-110) $) NIL (|has| |#1| (-512)))) (-1328 (((-387 (-527)) $) NIL (|has| |#1| (-512)))) (-1495 (($ |#1| |#1| |#1| |#1|) 16)) (-2956 (((-110) $) NIL)) (-1705 ((|#1| $) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1353 ((|#1| $) 15)) (-4239 ((|#1| $) 14)) (-1690 ((|#1| $) 13)) (-4024 (((-1041) $) NIL)) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ |#1| |#1|) NIL (|has| |#1| (-290 |#1|))) (($ $ (-275 |#1|)) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-275 |#1|))) NIL (|has| |#1| (-290 |#1|))) (($ $ (-594 (-1094)) (-594 |#1|)) NIL (|has| |#1| (-488 (-1094) |#1|))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-488 (-1094) |#1|)))) (-3439 (($ $ |#1|) NIL (|has| |#1| (-267 |#1| |#1|)))) (-4234 (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-1964 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-343)) (|has| |#1| (-970 (-387 (-527))))))) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-1597 ((|#1| $) NIL (|has| |#1| (-988)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 8 T CONST)) (-3374 (($) 10 T CONST)) (-2369 (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-387 (-527))) NIL (|has| |#1| (-343))) (($ (-387 (-527)) $) NIL (|has| |#1| (-343)))))
+(((-933 |#1|) (-931 |#1|) (-162)) (T -933))
+NIL
+(-931 |#1|)
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1731 (((-110) $ (-715)) NIL)) (-1298 (($) NIL T CONST)) (-3393 (($ $) 20)) (-1607 (($ (-594 |#1|)) 29)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2091 (((-715) $) 22)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3368 ((|#1| $) 24)) (-3204 (($ |#1| $) 15)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1586 ((|#1| $) 23)) (-1877 ((|#1| $) 19)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-2252 ((|#1| |#1| $) 14)) (-1815 (((-110) $) 17)) (-2453 (($) NIL)) (-3457 ((|#1| $) 18)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) NIL)) (-1933 ((|#1| $) 26)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-934 |#1|) (-13 (-929 |#1|) (-10 -8 (-15 -1607 ($ (-594 |#1|))))) (-1022)) (T -934))
+((-1607 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-934 *3)))))
+(-13 (-929 |#1|) (-10 -8 (-15 -1607 ($ (-594 |#1|)))))
+((-2713 (($ $) 12)) (-3799 (($ $ (-527)) 13)))
+(((-935 |#1|) (-10 -8 (-15 -2713 (|#1| |#1|)) (-15 -3799 (|#1| |#1| (-527)))) (-936)) (T -935))
+NIL
+(-10 -8 (-15 -2713 (|#1| |#1|)) (-15 -3799 (|#1| |#1| (-527))))
+((-2713 (($ $) 6)) (-3799 (($ $ (-527)) 7)) (** (($ $ (-387 (-527))) 8)))
+(((-936) (-133)) (T -936))
+((** (*1 *1 *1 *2) (-12 (-4 *1 (-936)) (-5 *2 (-387 (-527))))) (-3799 (*1 *1 *1 *2) (-12 (-4 *1 (-936)) (-5 *2 (-527)))) (-2713 (*1 *1 *1) (-4 *1 (-936))))
+(-13 (-10 -8 (-15 -2713 ($ $)) (-15 -3799 ($ $ (-527))) (-15 ** ($ $ (-387 (-527))))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3377 (((-2 (|:| |num| (-1176 |#2|)) (|:| |den| |#2|)) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| (-387 |#2|) (-343)))) (-3931 (($ $) NIL (|has| (-387 |#2|) (-343)))) (-3938 (((-110) $) NIL (|has| (-387 |#2|) (-343)))) (-1215 (((-634 (-387 |#2|)) (-1176 $)) NIL) (((-634 (-387 |#2|))) NIL)) (-2926 (((-387 |#2|) $) NIL)) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| (-387 |#2|) (-329)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| (-387 |#2|) (-343)))) (-3488 (((-398 $) $) NIL (|has| (-387 |#2|) (-343)))) (-1842 (((-110) $ $) NIL (|has| (-387 |#2|) (-343)))) (-1637 (((-715)) NIL (|has| (-387 |#2|) (-348)))) (-3640 (((-110)) NIL)) (-2786 (((-110) |#1|) 148) (((-110) |#2|) 153)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| (-387 |#2|) (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-387 |#2|) (-970 (-387 (-527))))) (((-3 (-387 |#2|) "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| (-387 |#2|) (-970 (-527)))) (((-387 (-527)) $) NIL (|has| (-387 |#2|) (-970 (-387 (-527))))) (((-387 |#2|) $) NIL)) (-2894 (($ (-1176 (-387 |#2|)) (-1176 $)) NIL) (($ (-1176 (-387 |#2|))) 70) (($ (-1176 |#2|) |#2|) NIL)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| (-387 |#2|) (-329)))) (-1346 (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-1941 (((-634 (-387 |#2|)) $ (-1176 $)) NIL) (((-634 (-387 |#2|)) $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-387 |#2|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-387 |#2|) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-387 |#2|))) (|:| |vec| (-1176 (-387 |#2|)))) (-634 $) (-1176 $)) NIL) (((-634 (-387 |#2|)) (-634 $)) NIL)) (-2781 (((-1176 $) (-1176 $)) NIL)) (-2731 (($ |#3|) 65) (((-3 $ "failed") (-387 |#3|)) NIL (|has| (-387 |#2|) (-343)))) (-3714 (((-3 $ "failed") $) NIL)) (-2872 (((-594 (-594 |#1|))) NIL (|has| |#1| (-348)))) (-1799 (((-110) |#1| |#1|) NIL)) (-1238 (((-858)) NIL)) (-2309 (($) NIL (|has| (-387 |#2|) (-348)))) (-1518 (((-110)) NIL)) (-2358 (((-110) |#1|) 56) (((-110) |#2|) 150)) (-1324 (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| (-387 |#2|) (-343)))) (-2855 (($ $) NIL)) (-3809 (($) NIL (|has| (-387 |#2|) (-329)))) (-3687 (((-110) $) NIL (|has| (-387 |#2|) (-329)))) (-3050 (($ $ (-715)) NIL (|has| (-387 |#2|) (-329))) (($ $) NIL (|has| (-387 |#2|) (-329)))) (-3851 (((-110) $) NIL (|has| (-387 |#2|) (-343)))) (-2050 (((-858) $) NIL (|has| (-387 |#2|) (-329))) (((-777 (-858)) $) NIL (|has| (-387 |#2|) (-329)))) (-2956 (((-110) $) NIL)) (-2831 (((-715)) NIL)) (-2674 (((-1176 $) (-1176 $)) NIL)) (-1705 (((-387 |#2|) $) NIL)) (-1729 (((-594 (-889 |#1|)) (-1094)) NIL (|has| |#1| (-343)))) (-2628 (((-3 $ "failed") $) NIL (|has| (-387 |#2|) (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| (-387 |#2|) (-343)))) (-2343 ((|#3| $) NIL (|has| (-387 |#2|) (-343)))) (-1989 (((-858) $) NIL (|has| (-387 |#2|) (-348)))) (-2718 ((|#3| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| (-387 |#2|) (-343))) (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-2416 (((-1077) $) NIL)) (-3529 (((-634 (-387 |#2|))) 52)) (-1813 (((-634 (-387 |#2|))) 51)) (-2952 (($ $) NIL (|has| (-387 |#2|) (-343)))) (-1398 (($ (-1176 |#2|) |#2|) 71)) (-1410 (((-634 (-387 |#2|))) 50)) (-1438 (((-634 (-387 |#2|))) 49)) (-4014 (((-2 (|:| |num| (-634 |#2|)) (|:| |den| |#2|)) (-1 |#2| |#2|)) 86)) (-2875 (((-2 (|:| |num| (-1176 |#2|)) (|:| |den| |#2|)) $) 77)) (-4158 (((-1176 $)) 46)) (-3668 (((-1176 $)) 45)) (-2802 (((-110) $) NIL)) (-2052 (((-110) $) NIL) (((-110) $ |#1|) NIL) (((-110) $ |#2|) NIL)) (-2138 (($) NIL (|has| (-387 |#2|) (-329)) CONST)) (-1720 (($ (-858)) NIL (|has| (-387 |#2|) (-348)))) (-1930 (((-3 |#2| "failed")) 63)) (-4024 (((-1041) $) NIL)) (-3184 (((-715)) NIL)) (-2613 (($) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| (-387 |#2|) (-343)))) (-2742 (($ (-594 $)) NIL (|has| (-387 |#2|) (-343))) (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| (-387 |#2|) (-329)))) (-2700 (((-398 $) $) NIL (|has| (-387 |#2|) (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| (-387 |#2|) (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| (-387 |#2|) (-343)))) (-1305 (((-3 $ "failed") $ $) NIL (|has| (-387 |#2|) (-343)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| (-387 |#2|) (-343)))) (-2578 (((-715) $) NIL (|has| (-387 |#2|) (-343)))) (-3439 ((|#1| $ |#1| |#1|) NIL)) (-2455 (((-3 |#2| "failed")) 62)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| (-387 |#2|) (-343)))) (-1875 (((-387 |#2|) (-1176 $)) NIL) (((-387 |#2|)) 42)) (-1382 (((-715) $) NIL (|has| (-387 |#2|) (-329))) (((-3 (-715) "failed") $ $) NIL (|has| (-387 |#2|) (-329)))) (-4234 (($ $ (-1 (-387 |#2|) (-387 |#2|)) (-715)) NIL (|has| (-387 |#2|) (-343))) (($ $ (-1 (-387 |#2|) (-387 |#2|))) NIL (|has| (-387 |#2|) (-343))) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-715)) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329)))) (($ $) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329))))) (-2811 (((-634 (-387 |#2|)) (-1176 $) (-1 (-387 |#2|) (-387 |#2|))) NIL (|has| (-387 |#2|) (-343)))) (-2279 ((|#3|) 53)) (-3956 (($) NIL (|has| (-387 |#2|) (-329)))) (-4002 (((-1176 (-387 |#2|)) $ (-1176 $)) NIL) (((-634 (-387 |#2|)) (-1176 $) (-1176 $)) NIL) (((-1176 (-387 |#2|)) $) 72) (((-634 (-387 |#2|)) (-1176 $)) NIL)) (-2051 (((-1176 (-387 |#2|)) $) NIL) (($ (-1176 (-387 |#2|))) NIL) ((|#3| $) NIL) (($ |#3|) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| (-387 |#2|) (-329)))) (-3725 (((-1176 $) (-1176 $)) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 |#2|)) NIL) (($ (-387 (-527))) NIL (-2027 (|has| (-387 |#2|) (-970 (-387 (-527)))) (|has| (-387 |#2|) (-343)))) (($ $) NIL (|has| (-387 |#2|) (-343)))) (-3470 (($ $) NIL (|has| (-387 |#2|) (-329))) (((-3 $ "failed") $) NIL (|has| (-387 |#2|) (-138)))) (-3591 ((|#3| $) NIL)) (-4070 (((-715)) NIL)) (-2650 (((-110)) 60)) (-3445 (((-110) |#1|) 154) (((-110) |#2|) 155)) (-1878 (((-1176 $)) 125)) (-3978 (((-110) $ $) NIL (|has| (-387 |#2|) (-343)))) (-2153 (((-2 (|:| |num| $) (|:| |den| |#2|) (|:| |derivden| |#2|) (|:| |gd| |#2|)) $ (-1 |#2| |#2|)) NIL)) (-2686 (((-110)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| (-387 |#2|) (-343)))) (-3361 (($) 94 T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-1 (-387 |#2|) (-387 |#2|)) (-715)) NIL (|has| (-387 |#2|) (-343))) (($ $ (-1 (-387 |#2|) (-387 |#2|))) NIL (|has| (-387 |#2|) (-343))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| (-387 |#2|) (-343)) (|has| (-387 |#2|) (-837 (-1094))))) (($ $ (-715)) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329)))) (($ $) NIL (-2027 (-12 (|has| (-387 |#2|) (-215)) (|has| (-387 |#2|) (-343))) (|has| (-387 |#2|) (-329))))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ $) NIL (|has| (-387 |#2|) (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| (-387 |#2|) (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 |#2|)) NIL) (($ (-387 |#2|) $) NIL) (($ (-387 (-527)) $) NIL (|has| (-387 |#2|) (-343))) (($ $ (-387 (-527))) NIL (|has| (-387 |#2|) (-343)))))
+(((-937 |#1| |#2| |#3| |#4| |#5|) (-322 |#1| |#2| |#3|) (-1134) (-1152 |#1|) (-1152 (-387 |#2|)) (-387 |#2|) (-715)) (T -937))
+NIL
+(-322 |#1| |#2| |#3|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-4144 (((-594 (-527)) $) 54)) (-3285 (($ (-594 (-527))) 62)) (-3008 (((-527) $) 40 (|has| (-527) (-288)))) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL (|has| (-527) (-764)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) 49) (((-3 (-1094) "failed") $) NIL (|has| (-527) (-970 (-1094)))) (((-3 (-387 (-527)) "failed") $) 47 (|has| (-527) (-970 (-527)))) (((-3 (-527) "failed") $) 49 (|has| (-527) (-970 (-527))))) (-4145 (((-527) $) NIL) (((-1094) $) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) NIL (|has| (-527) (-970 (-527)))) (((-527) $) NIL (|has| (-527) (-970 (-527))))) (-1346 (($ $ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| (-527) (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2309 (($) NIL (|has| (-527) (-512)))) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3077 (((-594 (-527)) $) 60)) (-3460 (((-110) $) NIL (|has| (-527) (-764)))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (|has| (-527) (-823 (-527)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (|has| (-527) (-823 (-359))))) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL)) (-4109 (((-527) $) 37)) (-2628 (((-3 $ "failed") $) NIL (|has| (-527) (-1070)))) (-1612 (((-110) $) NIL (|has| (-527) (-764)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-527) (-791)))) (-1998 (($ (-1 (-527) (-527)) $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL)) (-2138 (($) NIL (|has| (-527) (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-1358 (($ $) NIL (|has| (-527) (-288))) (((-387 (-527)) $) 42)) (-1712 (((-1075 (-527)) $) 59)) (-2552 (($ (-594 (-527)) (-594 (-527))) 63)) (-1448 (((-527) $) 53 (|has| (-527) (-512)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| (-527) (-846)))) (-2700 (((-398 $) $) NIL)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2819 (($ $ (-594 (-527)) (-594 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-527) (-527)) NIL (|has| (-527) (-290 (-527)))) (($ $ (-275 (-527))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-275 (-527)))) NIL (|has| (-527) (-290 (-527)))) (($ $ (-594 (-1094)) (-594 (-527))) NIL (|has| (-527) (-488 (-1094) (-527)))) (($ $ (-1094) (-527)) NIL (|has| (-527) (-488 (-1094) (-527))))) (-2578 (((-715) $) NIL)) (-3439 (($ $ (-527)) NIL (|has| (-527) (-267 (-527) (-527))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $) 11 (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2593 (($ $) NIL)) (-4122 (((-527) $) 39)) (-3068 (((-594 (-527)) $) 61)) (-2051 (((-829 (-527)) $) NIL (|has| (-527) (-569 (-829 (-527))))) (((-829 (-359)) $) NIL (|has| (-527) (-569 (-829 (-359))))) (((-503) $) NIL (|has| (-527) (-569 (-503)))) (((-359) $) NIL (|has| (-527) (-955))) (((-207) $) NIL (|has| (-527) (-955)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-527) (-846))))) (-4118 (((-800) $) 77) (($ (-527)) 43) (($ $) NIL) (($ (-387 (-527))) 20) (($ (-527)) 43) (($ (-1094)) NIL (|has| (-527) (-970 (-1094)))) (((-387 (-527)) $) 18)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-527) (-846))) (|has| (-527) (-138))))) (-4070 (((-715)) 9)) (-3934 (((-527) $) 51 (|has| (-527) (-512)))) (-3978 (((-110) $ $) NIL)) (-1597 (($ $) NIL (|has| (-527) (-764)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 10 T CONST)) (-3374 (($) 12 T CONST)) (-2369 (($ $) NIL (|has| (-527) (-215))) (($ $ (-715)) NIL (|has| (-527) (-215))) (($ $ (-1094)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| (-527) (-837 (-1094)))) (($ $ (-1 (-527) (-527)) (-715)) NIL) (($ $ (-1 (-527) (-527))) NIL)) (-2813 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2747 (((-110) $ $) 14)) (-2799 (((-110) $ $) NIL (|has| (-527) (-791)))) (-2775 (((-110) $ $) 33 (|has| (-527) (-791)))) (-2873 (($ $ $) 29) (($ (-527) (-527)) 31)) (-2863 (($ $) 15) (($ $ $) 23)) (-2850 (($ $ $) 21)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 25) (($ $ $) 27) (($ $ (-387 (-527))) NIL) (($ (-387 (-527)) $) NIL) (($ (-527) $) 25) (($ $ (-527)) NIL)))
+(((-938 |#1|) (-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -4144 ((-594 (-527)) $)) (-15 -1712 ((-1075 (-527)) $)) (-15 -3077 ((-594 (-527)) $)) (-15 -3068 ((-594 (-527)) $)) (-15 -3285 ($ (-594 (-527)))) (-15 -2552 ($ (-594 (-527)) (-594 (-527)))))) (-527)) (T -938))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))) (-1358 (*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))) (-4144 (*1 *2 *1) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))) (-1712 (*1 *2 *1) (-12 (-5 *2 (-1075 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))) (-3077 (*1 *2 *1) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))) (-3068 (*1 *2 *1) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))) (-3285 (*1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))) (-2552 (*1 *1 *2 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))))
+(-13 (-927 (-527)) (-10 -8 (-15 -4118 ((-387 (-527)) $)) (-15 -1358 ((-387 (-527)) $)) (-15 -4144 ((-594 (-527)) $)) (-15 -1712 ((-1075 (-527)) $)) (-15 -3077 ((-594 (-527)) $)) (-15 -3068 ((-594 (-527)) $)) (-15 -3285 ($ (-594 (-527)))) (-15 -2552 ($ (-594 (-527)) (-594 (-527))))))
+((-1681 (((-51) (-387 (-527)) (-527)) 9)))
+(((-939) (-10 -7 (-15 -1681 ((-51) (-387 (-527)) (-527))))) (T -939))
+((-1681 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-527))) (-5 *4 (-527)) (-5 *2 (-51)) (-5 *1 (-939)))))
+(-10 -7 (-15 -1681 ((-51) (-387 (-527)) (-527))))
+((-1637 (((-527)) 13)) (-3315 (((-527)) 16)) (-2287 (((-1181) (-527)) 15)) (-2778 (((-527) (-527)) 17) (((-527)) 12)))
+(((-940) (-10 -7 (-15 -2778 ((-527))) (-15 -1637 ((-527))) (-15 -2778 ((-527) (-527))) (-15 -2287 ((-1181) (-527))) (-15 -3315 ((-527))))) (T -940))
+((-3315 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940)))) (-2287 (*1 *2 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-940)))) (-2778 (*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940)))) (-1637 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940)))) (-2778 (*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940)))))
+(-10 -7 (-15 -2778 ((-527))) (-15 -1637 ((-527))) (-15 -2778 ((-527) (-527))) (-15 -2287 ((-1181) (-527))) (-15 -3315 ((-527))))
+((-3175 (((-398 |#1|) |#1|) 41)) (-2700 (((-398 |#1|) |#1|) 40)))
+(((-941 |#1|) (-10 -7 (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3175 ((-398 |#1|) |#1|))) (-1152 (-387 (-527)))) (T -941))
+((-3175 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-941 *3)) (-4 *3 (-1152 (-387 (-527)))))) (-2700 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-941 *3)) (-4 *3 (-1152 (-387 (-527)))))))
+(-10 -7 (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3175 ((-398 |#1|) |#1|)))
+((-2541 (((-3 (-387 (-527)) "failed") |#1|) 15)) (-1397 (((-110) |#1|) 14)) (-1328 (((-387 (-527)) |#1|) 10)))
+(((-942 |#1|) (-10 -7 (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|))) (-970 (-387 (-527)))) (T -942))
+((-2541 (*1 *2 *3) (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-942 *3)) (-4 *3 (-970 *2)))) (-1397 (*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-942 *3)) (-4 *3 (-970 (-387 (-527)))))) (-1328 (*1 *2 *3) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-942 *3)) (-4 *3 (-970 *2)))))
+(-10 -7 (-15 -1328 ((-387 (-527)) |#1|)) (-15 -1397 ((-110) |#1|)) (-15 -2541 ((-3 (-387 (-527)) "failed") |#1|)))
+((-1232 ((|#2| $ "value" |#2|) 12)) (-3439 ((|#2| $ "value") 10)) (-3789 (((-110) $ $) 18)))
+(((-943 |#1| |#2|) (-10 -8 (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -3789 ((-110) |#1| |#1|)) (-15 -3439 (|#2| |#1| "value"))) (-944 |#2|) (-1130)) (T -943))
+NIL
+(-10 -8 (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -3789 ((-110) |#1| |#1|)) (-15 -3439 (|#2| |#1| "value")))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-1298 (($) 7 T CONST)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47)) (-2312 (((-527) $ $) 44)) (-2760 (((-110) $) 46)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-944 |#1|) (-133) (-1130)) (T -944))
+((-3355 (*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-594 *1)) (-4 *1 (-944 *3)))) (-3177 (*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-594 *1)) (-4 *1 (-944 *3)))) (-3898 (*1 *2 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))) (-2205 (*1 *2 *1) (-12 (-4 *1 (-944 *2)) (-4 *2 (-1130)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 "value") (-4 *1 (-944 *2)) (-4 *2 (-1130)))) (-2760 (*1 *2 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))) (-2227 (*1 *2 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-594 *3)))) (-2312 (*1 *2 *1 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-527)))) (-3789 (*1 *2 *1 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-4 *3 (-1022)) (-5 *2 (-110)))) (-3269 (*1 *2 *1 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-4 *3 (-1022)) (-5 *2 (-110)))) (-2013 (*1 *1 *1 *2) (-12 (-5 *2 (-594 *1)) (|has| *1 (-6 -4262)) (-4 *1 (-944 *3)) (-4 *3 (-1130)))) (-1232 (*1 *2 *1 *3 *2) (-12 (-5 *3 "value") (|has| *1 (-6 -4262)) (-4 *1 (-944 *2)) (-4 *2 (-1130)))) (-2776 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-944 *2)) (-4 *2 (-1130)))))
+(-13 (-466 |t#1|) (-10 -8 (-15 -3355 ((-594 $) $)) (-15 -3177 ((-594 $) $)) (-15 -3898 ((-110) $)) (-15 -2205 (|t#1| $)) (-15 -3439 (|t#1| $ "value")) (-15 -2760 ((-110) $)) (-15 -2227 ((-594 |t#1|) $)) (-15 -2312 ((-527) $ $)) (IF (|has| |t#1| (-1022)) (PROGN (-15 -3789 ((-110) $ $)) (-15 -3269 ((-110) $ $))) |%noBranch|) (IF (|has| $ (-6 -4262)) (PROGN (-15 -2013 ($ $ (-594 $))) (-15 -1232 (|t#1| $ "value" |t#1|)) (-15 -2776 (|t#1| $ |t#1|))) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-2713 (($ $) 9) (($ $ (-858)) 43) (($ (-387 (-527))) 13) (($ (-527)) 15)) (-2608 (((-3 $ "failed") (-1090 $) (-858) (-800)) 23) (((-3 $ "failed") (-1090 $) (-858)) 28)) (-3799 (($ $ (-527)) 49)) (-4070 (((-715)) 17)) (-2978 (((-594 $) (-1090 $)) NIL) (((-594 $) (-1090 (-387 (-527)))) 54) (((-594 $) (-1090 (-527))) 59) (((-594 $) (-889 $)) 63) (((-594 $) (-889 (-387 (-527)))) 67) (((-594 $) (-889 (-527))) 71)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL) (($ $ (-387 (-527))) 47)))
+(((-945 |#1|) (-10 -8 (-15 -2713 (|#1| (-527))) (-15 -2713 (|#1| (-387 (-527)))) (-15 -2713 (|#1| |#1| (-858))) (-15 -2978 ((-594 |#1|) (-889 (-527)))) (-15 -2978 ((-594 |#1|) (-889 (-387 (-527))))) (-15 -2978 ((-594 |#1|) (-889 |#1|))) (-15 -2978 ((-594 |#1|) (-1090 (-527)))) (-15 -2978 ((-594 |#1|) (-1090 (-387 (-527))))) (-15 -2978 ((-594 |#1|) (-1090 |#1|))) (-15 -2608 ((-3 |#1| "failed") (-1090 |#1|) (-858))) (-15 -2608 ((-3 |#1| "failed") (-1090 |#1|) (-858) (-800))) (-15 ** (|#1| |#1| (-387 (-527)))) (-15 -3799 (|#1| |#1| (-527))) (-15 -2713 (|#1| |#1|)) (-15 ** (|#1| |#1| (-527))) (-15 -4070 ((-715))) (-15 ** (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-858)))) (-946)) (T -945))
+((-4070 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-945 *3)) (-4 *3 (-946)))))
+(-10 -8 (-15 -2713 (|#1| (-527))) (-15 -2713 (|#1| (-387 (-527)))) (-15 -2713 (|#1| |#1| (-858))) (-15 -2978 ((-594 |#1|) (-889 (-527)))) (-15 -2978 ((-594 |#1|) (-889 (-387 (-527))))) (-15 -2978 ((-594 |#1|) (-889 |#1|))) (-15 -2978 ((-594 |#1|) (-1090 (-527)))) (-15 -2978 ((-594 |#1|) (-1090 (-387 (-527))))) (-15 -2978 ((-594 |#1|) (-1090 |#1|))) (-15 -2608 ((-3 |#1| "failed") (-1090 |#1|) (-858))) (-15 -2608 ((-3 |#1| "failed") (-1090 |#1|) (-858) (-800))) (-15 ** (|#1| |#1| (-387 (-527)))) (-15 -3799 (|#1| |#1| (-527))) (-15 -2713 (|#1| |#1|)) (-15 ** (|#1| |#1| (-527))) (-15 -4070 ((-715))) (-15 ** (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-858))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 89)) (-3931 (($ $) 90)) (-3938 (((-110) $) 92)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 109)) (-3488 (((-398 $) $) 110)) (-2713 (($ $) 73) (($ $ (-858)) 59) (($ (-387 (-527))) 58) (($ (-527)) 57)) (-1842 (((-110) $ $) 100)) (-2350 (((-527) $) 127)) (-1298 (($) 17 T CONST)) (-2608 (((-3 $ "failed") (-1090 $) (-858) (-800)) 67) (((-3 $ "failed") (-1090 $) (-858)) 66)) (-1923 (((-3 (-527) "failed") $) 85 (|has| (-387 (-527)) (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 83 (|has| (-387 (-527)) (-970 (-387 (-527))))) (((-3 (-387 (-527)) "failed") $) 81)) (-4145 (((-527) $) 86 (|has| (-387 (-527)) (-970 (-527)))) (((-387 (-527)) $) 84 (|has| (-387 (-527)) (-970 (-387 (-527))))) (((-387 (-527)) $) 80)) (-3121 (($ $ (-800)) 56)) (-1802 (($ $ (-800)) 55)) (-1346 (($ $ $) 104)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 103)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 98)) (-3851 (((-110) $) 111)) (-3460 (((-110) $) 125)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 72)) (-1612 (((-110) $) 126)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 107)) (-3902 (($ $ $) 124)) (-1257 (($ $ $) 123)) (-4134 (((-3 (-1090 $) "failed") $) 68)) (-2883 (((-3 (-800) "failed") $) 70)) (-2341 (((-3 (-1090 $) "failed") $) 69)) (-2702 (($ (-594 $)) 96) (($ $ $) 95)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 112)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 97)) (-2742 (($ (-594 $)) 94) (($ $ $) 93)) (-2700 (((-398 $) $) 108)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 106) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 105)) (-1305 (((-3 $ "failed") $ $) 88)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 99)) (-2578 (((-715) $) 101)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 102)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 117) (($ $) 87) (($ (-387 (-527))) 82) (($ (-527)) 79) (($ (-387 (-527))) 76)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 91)) (-1474 (((-387 (-527)) $ $) 54)) (-2978 (((-594 $) (-1090 $)) 65) (((-594 $) (-1090 (-387 (-527)))) 64) (((-594 $) (-1090 (-527))) 63) (((-594 $) (-889 $)) 62) (((-594 $) (-889 (-387 (-527)))) 61) (((-594 $) (-889 (-527))) 60)) (-1597 (($ $) 128)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 113)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2813 (((-110) $ $) 121)) (-2788 (((-110) $ $) 120)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 122)) (-2775 (((-110) $ $) 119)) (-2873 (($ $ $) 118)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 114) (($ $ (-387 (-527))) 71)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ (-387 (-527)) $) 116) (($ $ (-387 (-527))) 115) (($ (-527) $) 78) (($ $ (-527)) 77) (($ (-387 (-527)) $) 75) (($ $ (-387 (-527))) 74)))
+(((-946) (-133)) (T -946))
+((-2713 (*1 *1 *1) (-4 *1 (-946))) (-2883 (*1 *2 *1) (|partial| -12 (-4 *1 (-946)) (-5 *2 (-800)))) (-2341 (*1 *2 *1) (|partial| -12 (-5 *2 (-1090 *1)) (-4 *1 (-946)))) (-4134 (*1 *2 *1) (|partial| -12 (-5 *2 (-1090 *1)) (-4 *1 (-946)))) (-2608 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-1090 *1)) (-5 *3 (-858)) (-5 *4 (-800)) (-4 *1 (-946)))) (-2608 (*1 *1 *2 *3) (|partial| -12 (-5 *2 (-1090 *1)) (-5 *3 (-858)) (-4 *1 (-946)))) (-2978 (*1 *2 *3) (-12 (-5 *3 (-1090 *1)) (-4 *1 (-946)) (-5 *2 (-594 *1)))) (-2978 (*1 *2 *3) (-12 (-5 *3 (-1090 (-387 (-527)))) (-5 *2 (-594 *1)) (-4 *1 (-946)))) (-2978 (*1 *2 *3) (-12 (-5 *3 (-1090 (-527))) (-5 *2 (-594 *1)) (-4 *1 (-946)))) (-2978 (*1 *2 *3) (-12 (-5 *3 (-889 *1)) (-4 *1 (-946)) (-5 *2 (-594 *1)))) (-2978 (*1 *2 *3) (-12 (-5 *3 (-889 (-387 (-527)))) (-5 *2 (-594 *1)) (-4 *1 (-946)))) (-2978 (*1 *2 *3) (-12 (-5 *3 (-889 (-527))) (-5 *2 (-594 *1)) (-4 *1 (-946)))) (-2713 (*1 *1 *1 *2) (-12 (-4 *1 (-946)) (-5 *2 (-858)))) (-2713 (*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-4 *1 (-946)))) (-2713 (*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-946)))) (-3121 (*1 *1 *1 *2) (-12 (-4 *1 (-946)) (-5 *2 (-800)))) (-1802 (*1 *1 *1 *2) (-12 (-4 *1 (-946)) (-5 *2 (-800)))) (-1474 (*1 *2 *1 *1) (-12 (-4 *1 (-946)) (-5 *2 (-387 (-527))))))
+(-13 (-140) (-789) (-162) (-343) (-391 (-387 (-527))) (-37 (-527)) (-37 (-387 (-527))) (-936) (-10 -8 (-15 -2883 ((-3 (-800) "failed") $)) (-15 -2341 ((-3 (-1090 $) "failed") $)) (-15 -4134 ((-3 (-1090 $) "failed") $)) (-15 -2608 ((-3 $ "failed") (-1090 $) (-858) (-800))) (-15 -2608 ((-3 $ "failed") (-1090 $) (-858))) (-15 -2978 ((-594 $) (-1090 $))) (-15 -2978 ((-594 $) (-1090 (-387 (-527))))) (-15 -2978 ((-594 $) (-1090 (-527)))) (-15 -2978 ((-594 $) (-889 $))) (-15 -2978 ((-594 $) (-889 (-387 (-527))))) (-15 -2978 ((-594 $) (-889 (-527)))) (-15 -2713 ($ $ (-858))) (-15 -2713 ($ $)) (-15 -2713 ($ (-387 (-527)))) (-15 -2713 ($ (-527))) (-15 -3121 ($ $ (-800))) (-15 -1802 ($ $ (-800))) (-15 -1474 ((-387 (-527)) $ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 #1=(-527)) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 #1# #1#) . T) ((-109 $ $) . T) ((-128) . T) ((-140) . T) ((-568 (-800)) . T) ((-162) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-343) . T) ((-391 (-387 (-527))) . T) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 #1#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 #1#) . T) ((-662 $) . T) ((-671) . T) ((-735) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-789) . T) ((-791) . T) ((-857) . T) ((-936) . T) ((-970 (-387 (-527))) . T) ((-970 (-527)) |has| (-387 (-527)) (-970 (-527))) ((-985 #0#) . T) ((-985 #1#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T))
+((-1746 (((-2 (|:| |ans| |#2|) (|:| -3471 |#2|) (|:| |sol?| (-110))) (-527) |#2| |#2| (-1094) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-594 |#2|)) (-1 (-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 66)))
+(((-947 |#1| |#2|) (-10 -7 (-15 -1746 ((-2 (|:| |ans| |#2|) (|:| -3471 |#2|) (|:| |sol?| (-110))) (-527) |#2| |#2| (-1094) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-594 |#2|)) (-1 (-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-27) (-410 |#1|))) (T -947))
+((-1746 (*1 *2 *3 *4 *4 *5 *6 *7) (-12 (-5 *5 (-1094)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-594 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3160 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1116) (-27) (-410 *8))) (-4 *8 (-13 (-431) (-791) (-140) (-970 *3) (-590 *3))) (-5 *3 (-527)) (-5 *2 (-2 (|:| |ans| *4) (|:| -3471 *4) (|:| |sol?| (-110)))) (-5 *1 (-947 *8 *4)))))
+(-10 -7 (-15 -1746 ((-2 (|:| |ans| |#2|) (|:| -3471 |#2|) (|:| |sol?| (-110))) (-527) |#2| |#2| (-1094) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-594 |#2|)) (-1 (-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-2441 (((-3 (-594 |#2|) "failed") (-527) |#2| |#2| |#2| (-1094) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-594 |#2|)) (-1 (-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)) 53)))
+(((-948 |#1| |#2|) (-10 -7 (-15 -2441 ((-3 (-594 |#2|) "failed") (-527) |#2| |#2| |#2| (-1094) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-594 |#2|)) (-1 (-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|)))) (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))) (-13 (-1116) (-27) (-410 |#1|))) (T -948))
+((-2441 (*1 *2 *3 *4 *4 *4 *5 *6 *7) (|partial| -12 (-5 *5 (-1094)) (-5 *6 (-1 (-3 (-2 (|:| |mainpart| *4) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| *4) (|:| |logand| *4))))) "failed") *4 (-594 *4))) (-5 *7 (-1 (-3 (-2 (|:| -3160 *4) (|:| |coeff| *4)) "failed") *4 *4)) (-4 *4 (-13 (-1116) (-27) (-410 *8))) (-4 *8 (-13 (-431) (-791) (-140) (-970 *3) (-590 *3))) (-5 *3 (-527)) (-5 *2 (-594 *4)) (-5 *1 (-948 *8 *4)))))
+(-10 -7 (-15 -2441 ((-3 (-594 |#2|) "failed") (-527) |#2| |#2| |#2| (-1094) (-1 (-3 (-2 (|:| |mainpart| |#2|) (|:| |limitedlogs| (-594 (-2 (|:| |coeff| |#2|) (|:| |logand| |#2|))))) "failed") |#2| (-594 |#2|)) (-1 (-3 (-2 (|:| -3160 |#2|) (|:| |coeff| |#2|)) "failed") |#2| |#2|))))
+((-3693 (((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-110)))) (|:| -1653 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-527)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-527) (-1 |#2| |#2|)) 30)) (-2070 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-387 |#2|)) (|:| |c| (-387 |#2|)) (|:| -3246 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-1 |#2| |#2|)) 58)) (-2337 (((-2 (|:| |ans| (-387 |#2|)) (|:| |nosol| (-110))) (-387 |#2|) (-387 |#2|)) 63)))
+(((-949 |#1| |#2|) (-10 -7 (-15 -2070 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-387 |#2|)) (|:| |c| (-387 |#2|)) (|:| -3246 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-1 |#2| |#2|))) (-15 -2337 ((-2 (|:| |ans| (-387 |#2|)) (|:| |nosol| (-110))) (-387 |#2|) (-387 |#2|))) (-15 -3693 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-110)))) (|:| -1653 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-527)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-527) (-1 |#2| |#2|)))) (-13 (-343) (-140) (-970 (-527))) (-1152 |#1|)) (T -949))
+((-3693 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1152 *6)) (-4 *6 (-13 (-343) (-140) (-970 *4))) (-5 *4 (-527)) (-5 *2 (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-110)))) (|:| -1653 (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3) (|:| |beta| *3))))) (-5 *1 (-949 *6 *3)))) (-2337 (*1 *2 *3 *3) (-12 (-4 *4 (-13 (-343) (-140) (-970 (-527)))) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| |ans| (-387 *5)) (|:| |nosol| (-110)))) (-5 *1 (-949 *4 *5)) (-5 *3 (-387 *5)))) (-2070 (*1 *2 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-387 *6)) (|:| |c| (-387 *6)) (|:| -3246 *6))) (-5 *1 (-949 *5 *6)) (-5 *3 (-387 *6)))))
+(-10 -7 (-15 -2070 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-387 |#2|)) (|:| |c| (-387 |#2|)) (|:| -3246 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-1 |#2| |#2|))) (-15 -2337 ((-2 (|:| |ans| (-387 |#2|)) (|:| |nosol| (-110))) (-387 |#2|) (-387 |#2|))) (-15 -3693 ((-3 (|:| |ans| (-2 (|:| |ans| |#2|) (|:| |nosol| (-110)))) (|:| -1653 (-2 (|:| |b| |#2|) (|:| |c| |#2|) (|:| |m| (-527)) (|:| |alpha| |#2|) (|:| |beta| |#2|)))) |#2| |#2| |#2| (-527) (-1 |#2| |#2|))))
+((-3316 (((-3 (-2 (|:| |a| |#2|) (|:| |b| (-387 |#2|)) (|:| |h| |#2|) (|:| |c1| (-387 |#2|)) (|:| |c2| (-387 |#2|)) (|:| -3246 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|) (-1 |#2| |#2|)) 22)) (-2591 (((-3 (-594 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|)) 33)))
+(((-950 |#1| |#2|) (-10 -7 (-15 -3316 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-387 |#2|)) (|:| |h| |#2|) (|:| |c1| (-387 |#2|)) (|:| |c2| (-387 |#2|)) (|:| -3246 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|) (-1 |#2| |#2|))) (-15 -2591 ((-3 (-594 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|)))) (-13 (-343) (-140) (-970 (-527))) (-1152 |#1|)) (T -950))
+((-2591 (*1 *2 *3 *3 *3) (|partial| -12 (-4 *4 (-13 (-343) (-140) (-970 (-527)))) (-4 *5 (-1152 *4)) (-5 *2 (-594 (-387 *5))) (-5 *1 (-950 *4 *5)) (-5 *3 (-387 *5)))) (-3316 (*1 *2 *3 *3 *3 *4) (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527)))) (-5 *2 (-2 (|:| |a| *6) (|:| |b| (-387 *6)) (|:| |h| *6) (|:| |c1| (-387 *6)) (|:| |c2| (-387 *6)) (|:| -3246 *6))) (-5 *1 (-950 *5 *6)) (-5 *3 (-387 *6)))))
+(-10 -7 (-15 -3316 ((-3 (-2 (|:| |a| |#2|) (|:| |b| (-387 |#2|)) (|:| |h| |#2|) (|:| |c1| (-387 |#2|)) (|:| |c2| (-387 |#2|)) (|:| -3246 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|) (-1 |#2| |#2|))) (-15 -2591 ((-3 (-594 (-387 |#2|)) "failed") (-387 |#2|) (-387 |#2|) (-387 |#2|))))
+((-2098 (((-1 |#1|) (-594 (-2 (|:| -2205 |#1|) (|:| -2196 (-527))))) 37)) (-2083 (((-1 |#1|) (-1024 |#1|)) 45)) (-4007 (((-1 |#1|) (-1176 |#1|) (-1176 (-527)) (-527)) 34)))
+(((-951 |#1|) (-10 -7 (-15 -2083 ((-1 |#1|) (-1024 |#1|))) (-15 -2098 ((-1 |#1|) (-594 (-2 (|:| -2205 |#1|) (|:| -2196 (-527)))))) (-15 -4007 ((-1 |#1|) (-1176 |#1|) (-1176 (-527)) (-527)))) (-1022)) (T -951))
+((-4007 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1176 *6)) (-5 *4 (-1176 (-527))) (-5 *5 (-527)) (-4 *6 (-1022)) (-5 *2 (-1 *6)) (-5 *1 (-951 *6)))) (-2098 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -2205 *4) (|:| -2196 (-527))))) (-4 *4 (-1022)) (-5 *2 (-1 *4)) (-5 *1 (-951 *4)))) (-2083 (*1 *2 *3) (-12 (-5 *3 (-1024 *4)) (-4 *4 (-1022)) (-5 *2 (-1 *4)) (-5 *1 (-951 *4)))))
+(-10 -7 (-15 -2083 ((-1 |#1|) (-1024 |#1|))) (-15 -2098 ((-1 |#1|) (-594 (-2 (|:| -2205 |#1|) (|:| -2196 (-527)))))) (-15 -4007 ((-1 |#1|) (-1176 |#1|) (-1176 (-527)) (-527))))
+((-2050 (((-715) (-316 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)) 23)))
+(((-952 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -2050 ((-715) (-316 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|)))) (-343) (-1152 |#1|) (-1152 (-387 |#2|)) (-322 |#1| |#2| |#3|) (-13 (-348) (-343))) (T -952))
+((-2050 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-316 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-343)) (-4 *7 (-1152 *6)) (-4 *4 (-1152 (-387 *7))) (-4 *8 (-322 *6 *7 *4)) (-4 *9 (-13 (-348) (-343))) (-5 *2 (-715)) (-5 *1 (-952 *6 *7 *4 *8 *9)))))
+(-10 -7 (-15 -2050 ((-715) (-316 |#1| |#2| |#3| |#4|) |#3| (-1 |#5| |#1|))))
+((-3795 (((-3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) "failed") |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) 31) (((-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527))) 28)) (-1583 (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527))) 33) (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-387 (-527))) 29) (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) 32) (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1|) 27)) (-1537 (((-594 (-387 (-527))) (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) 19)) (-2117 (((-387 (-527)) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) 16)))
+(((-953 |#1|) (-10 -7 (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1|)) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-387 (-527)))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) "failed") |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -2117 ((-387 (-527)) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -1537 ((-594 (-387 (-527))) (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))))) (-1152 (-527))) (T -953))
+((-1537 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-5 *2 (-594 (-387 (-527)))) (-5 *1 (-953 *4)) (-4 *4 (-1152 (-527))))) (-2117 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) (-5 *2 (-387 (-527))) (-5 *1 (-953 *4)) (-4 *4 (-1152 (-527))))) (-3795 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527))))) (-3795 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) (-5 *4 (-387 (-527))) (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527))))) (-1583 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-387 (-527))) (-5 *2 (-594 (-2 (|:| -3458 *5) (|:| -3471 *5)))) (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527))) (-5 *4 (-2 (|:| -3458 *5) (|:| -3471 *5))))) (-1583 (*1 *2 *3 *4) (-12 (-5 *2 (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527))) (-5 *4 (-387 (-527))))) (-1583 (*1 *2 *3 *4) (-12 (-5 *2 (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527))) (-5 *4 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))) (-1583 (*1 *2 *3) (-12 (-5 *2 (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527))))))
+(-10 -7 (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1|)) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-387 (-527)))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) "failed") |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -2117 ((-387 (-527)) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -1537 ((-594 (-387 (-527))) (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))))
+((-3795 (((-3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) "failed") |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) 35) (((-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527))) 32)) (-1583 (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527))) 30) (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-387 (-527))) 26) (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) 28) (((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1|) 24)))
+(((-954 |#1|) (-10 -7 (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1|)) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-387 (-527)))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) "failed") |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))) (-1152 (-387 (-527)))) (T -954))
+((-3795 (*1 *2 *3 *2 *2) (|partial| -12 (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) (-5 *1 (-954 *3)) (-4 *3 (-1152 (-387 (-527)))))) (-3795 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) (-5 *4 (-387 (-527))) (-5 *1 (-954 *3)) (-4 *3 (-1152 *4)))) (-1583 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-387 (-527))) (-5 *2 (-594 (-2 (|:| -3458 *5) (|:| -3471 *5)))) (-5 *1 (-954 *3)) (-4 *3 (-1152 *5)) (-5 *4 (-2 (|:| -3458 *5) (|:| -3471 *5))))) (-1583 (*1 *2 *3 *4) (-12 (-5 *4 (-387 (-527))) (-5 *2 (-594 (-2 (|:| -3458 *4) (|:| -3471 *4)))) (-5 *1 (-954 *3)) (-4 *3 (-1152 *4)))) (-1583 (*1 *2 *3 *4) (-12 (-5 *2 (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-5 *1 (-954 *3)) (-4 *3 (-1152 (-387 (-527)))) (-5 *4 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))) (-1583 (*1 *2 *3) (-12 (-5 *2 (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-5 *1 (-954 *3)) (-4 *3 (-1152 (-387 (-527)))))))
+(-10 -7 (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1|)) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-387 (-527)))) (-15 -1583 ((-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-387 (-527)))) (-15 -3795 ((-3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) "failed") |#1| (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))) (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))))
+((-2051 (((-207) $) 6) (((-359) $) 9)))
+(((-955) (-133)) (T -955))
+NIL
+(-13 (-569 (-207)) (-569 (-359)))
+(((-569 (-207)) . T) ((-569 (-359)) . T))
+((-3317 (((-594 (-359)) (-889 (-527)) (-359)) 28) (((-594 (-359)) (-889 (-387 (-527))) (-359)) 27)) (-2739 (((-594 (-594 (-359))) (-594 (-889 (-527))) (-594 (-1094)) (-359)) 37)))
+(((-956) (-10 -7 (-15 -3317 ((-594 (-359)) (-889 (-387 (-527))) (-359))) (-15 -3317 ((-594 (-359)) (-889 (-527)) (-359))) (-15 -2739 ((-594 (-594 (-359))) (-594 (-889 (-527))) (-594 (-1094)) (-359))))) (T -956))
+((-2739 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-594 (-1094))) (-5 *2 (-594 (-594 (-359)))) (-5 *1 (-956)) (-5 *5 (-359)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-889 (-527))) (-5 *2 (-594 (-359))) (-5 *1 (-956)) (-5 *4 (-359)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-889 (-387 (-527)))) (-5 *2 (-594 (-359))) (-5 *1 (-956)) (-5 *4 (-359)))))
+(-10 -7 (-15 -3317 ((-594 (-359)) (-889 (-387 (-527))) (-359))) (-15 -3317 ((-594 (-359)) (-889 (-527)) (-359))) (-15 -2739 ((-594 (-594 (-359))) (-594 (-889 (-527))) (-594 (-1094)) (-359))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 70)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-2713 (($ $) NIL) (($ $ (-858)) NIL) (($ (-387 (-527))) NIL) (($ (-527)) NIL)) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) 65)) (-1298 (($) NIL T CONST)) (-2608 (((-3 $ "failed") (-1090 $) (-858) (-800)) NIL) (((-3 $ "failed") (-1090 $) (-858)) 50)) (-1923 (((-3 (-387 (-527)) "failed") $) NIL (|has| (-387 (-527)) (-970 (-387 (-527))))) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 |#1| "failed") $) 107) (((-3 (-527) "failed") $) NIL (-2027 (|has| (-387 (-527)) (-970 (-527))) (|has| |#1| (-970 (-527)))))) (-4145 (((-387 (-527)) $) 15 (|has| (-387 (-527)) (-970 (-387 (-527))))) (((-387 (-527)) $) 15) ((|#1| $) 108) (((-527) $) NIL (-2027 (|has| (-387 (-527)) (-970 (-527))) (|has| |#1| (-970 (-527)))))) (-3121 (($ $ (-800)) 42)) (-1802 (($ $ (-800)) 43)) (-1346 (($ $ $) NIL)) (-3605 (((-387 (-527)) $ $) 19)) (-3714 (((-3 $ "failed") $) 83)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3460 (((-110) $) 61)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL)) (-1612 (((-110) $) 64)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-4134 (((-3 (-1090 $) "failed") $) 78)) (-2883 (((-3 (-800) "failed") $) 77)) (-2341 (((-3 (-1090 $) "failed") $) 75)) (-2833 (((-3 (-989 $ (-1090 $)) "failed") $) 73)) (-2702 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 84)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ (-594 $)) NIL) (($ $ $) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4118 (((-800) $) 82) (($ (-527)) NIL) (($ (-387 (-527))) NIL) (($ $) 58) (($ (-387 (-527))) NIL) (($ (-527)) NIL) (($ (-387 (-527))) NIL) (($ |#1|) 110)) (-4070 (((-715)) NIL)) (-3978 (((-110) $ $) NIL)) (-1474 (((-387 (-527)) $ $) 25)) (-2978 (((-594 $) (-1090 $)) 56) (((-594 $) (-1090 (-387 (-527)))) NIL) (((-594 $) (-1090 (-527))) NIL) (((-594 $) (-889 $)) NIL) (((-594 $) (-889 (-387 (-527)))) NIL) (((-594 $) (-889 (-527))) NIL)) (-2314 (($ (-989 $ (-1090 $)) (-800)) 41)) (-1597 (($ $) 20)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL)) (-3361 (($) 29 T CONST)) (-3374 (($) 35 T CONST)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 71)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 22)) (-2873 (($ $ $) 33)) (-2863 (($ $) 34) (($ $ $) 69)) (-2850 (($ $ $) 103)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL) (($ $ (-387 (-527))) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 91) (($ $ $) 96) (($ (-387 (-527)) $) NIL) (($ $ (-387 (-527))) NIL) (($ (-527) $) 91) (($ $ (-527)) NIL) (($ (-387 (-527)) $) NIL) (($ $ (-387 (-527))) NIL) (($ |#1| $) 95) (($ $ |#1|) NIL)))
+(((-957 |#1|) (-13 (-946) (-391 |#1|) (-37 |#1|) (-10 -8 (-15 -2314 ($ (-989 $ (-1090 $)) (-800))) (-15 -2833 ((-3 (-989 $ (-1090 $)) "failed") $)) (-15 -3605 ((-387 (-527)) $ $)))) (-13 (-789) (-343) (-955))) (T -957))
+((-2314 (*1 *1 *2 *3) (-12 (-5 *2 (-989 (-957 *4) (-1090 (-957 *4)))) (-5 *3 (-800)) (-5 *1 (-957 *4)) (-4 *4 (-13 (-789) (-343) (-955))))) (-2833 (*1 *2 *1) (|partial| -12 (-5 *2 (-989 (-957 *3) (-1090 (-957 *3)))) (-5 *1 (-957 *3)) (-4 *3 (-13 (-789) (-343) (-955))))) (-3605 (*1 *2 *1 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-957 *3)) (-4 *3 (-13 (-789) (-343) (-955))))))
+(-13 (-946) (-391 |#1|) (-37 |#1|) (-10 -8 (-15 -2314 ($ (-989 $ (-1090 $)) (-800))) (-15 -2833 ((-3 (-989 $ (-1090 $)) "failed") $)) (-15 -3605 ((-387 (-527)) $ $))))
+((-2257 (((-2 (|:| -1653 |#2|) (|:| -1525 (-594 |#1|))) |#2| (-594 |#1|)) 20) ((|#2| |#2| |#1|) 15)))
+(((-958 |#1| |#2|) (-10 -7 (-15 -2257 (|#2| |#2| |#1|)) (-15 -2257 ((-2 (|:| -1653 |#2|) (|:| -1525 (-594 |#1|))) |#2| (-594 |#1|)))) (-343) (-604 |#1|)) (T -958))
+((-2257 (*1 *2 *3 *4) (-12 (-4 *5 (-343)) (-5 *2 (-2 (|:| -1653 *3) (|:| -1525 (-594 *5)))) (-5 *1 (-958 *5 *3)) (-5 *4 (-594 *5)) (-4 *3 (-604 *5)))) (-2257 (*1 *2 *2 *3) (-12 (-4 *3 (-343)) (-5 *1 (-958 *3 *2)) (-4 *2 (-604 *3)))))
+(-10 -7 (-15 -2257 (|#2| |#2| |#1|)) (-15 -2257 ((-2 (|:| -1653 |#2|) (|:| -1525 (-594 |#1|))) |#2| (-594 |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2248 ((|#1| $ |#1|) 14)) (-1232 ((|#1| $ |#1|) 12)) (-4096 (($ |#1|) 10)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-3439 ((|#1| $) 11)) (-1540 ((|#1| $) 13)) (-4118 (((-800) $) 21 (|has| |#1| (-1022)))) (-2747 (((-110) $ $) 9)))
+(((-959 |#1|) (-13 (-1130) (-10 -8 (-15 -4096 ($ |#1|)) (-15 -3439 (|#1| $)) (-15 -1232 (|#1| $ |#1|)) (-15 -1540 (|#1| $)) (-15 -2248 (|#1| $ |#1|)) (-15 -2747 ((-110) $ $)) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|))) (-1130)) (T -959))
+((-4096 (*1 *1 *2) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))) (-3439 (*1 *2 *1) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))) (-1232 (*1 *2 *1 *2) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))) (-1540 (*1 *2 *1) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))) (-2248 (*1 *2 *1 *2) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))) (-2747 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-959 *3)) (-4 *3 (-1130)))))
+(-13 (-1130) (-10 -8 (-15 -4096 ($ |#1|)) (-15 -3439 (|#1| $)) (-15 -1232 (|#1| $ |#1|)) (-15 -1540 (|#1| $)) (-15 -2248 (|#1| $ |#1|)) (-15 -2747 ((-110) $ $)) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) NIL)) (-2900 (((-594 $) (-594 |#4|)) 105) (((-594 $) (-594 |#4|) (-110)) 106) (((-594 $) (-594 |#4|) (-110) (-110)) 104) (((-594 $) (-594 |#4|) (-110) (-110) (-110) (-110)) 107)) (-2853 (((-594 |#3|) $) NIL)) (-1627 (((-110) $) NIL)) (-4191 (((-110) $) NIL (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-3930 ((|#4| |#4| $) NIL)) (-3259 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| $) 99)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2420 (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) 54)) (-1298 (($) NIL T CONST)) (-4235 (((-110) $) 26 (|has| |#1| (-519)))) (-4208 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1689 (((-110) $ $) NIL (|has| |#1| (-519)))) (-2241 (((-110) $) NIL (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-2551 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) NIL)) (-4145 (($ (-594 |#4|)) NIL)) (-1683 (((-3 $ "failed") $) 39)) (-2859 ((|#4| |#4| $) 57)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2659 (($ |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 73 (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) NIL)) (-3730 ((|#4| |#4| $) NIL)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) NIL)) (-2864 (((-110) |#4| $) NIL)) (-2600 (((-110) |#4| $) NIL)) (-2697 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2915 (((-2 (|:| |val| (-594 |#4|)) (|:| |towers| (-594 $))) (-594 |#4|) (-110) (-110)) 119)) (-3717 (((-594 |#4|) $) 16 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2876 ((|#3| $) 33)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#4|) $) 17 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 25 (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2762 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 21)) (-1388 (((-594 |#3|) $) NIL)) (-1228 (((-110) |#3| $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-1289 (((-3 |#4| (-594 $)) |#4| |#4| $) NIL)) (-3120 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| |#4| $) 97)) (-2681 (((-3 |#4| "failed") $) 37)) (-2445 (((-594 $) |#4| $) 80)) (-3408 (((-3 (-110) (-594 $)) |#4| $) NIL)) (-1710 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) |#4| $) 90) (((-110) |#4| $) 52)) (-2984 (((-594 $) |#4| $) 102) (((-594 $) (-594 |#4|) $) NIL) (((-594 $) (-594 |#4|) (-594 $)) 103) (((-594 $) |#4| (-594 $)) NIL)) (-3042 (((-594 $) (-594 |#4|) (-110) (-110) (-110)) 114)) (-1541 (($ |#4| $) 70) (($ (-594 |#4|) $) 71) (((-594 $) |#4| $ (-110) (-110) (-110) (-110) (-110)) 67)) (-3367 (((-594 |#4|) $) NIL)) (-2451 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-4039 ((|#4| |#4| $) NIL)) (-1745 (((-110) $ $) NIL)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2125 ((|#4| |#4| $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-3 |#4| "failed") $) 35)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) NIL)) (-3366 (((-3 $ "failed") $ |#4|) 48)) (-3469 (($ $ |#4|) NIL) (((-594 $) |#4| $) 82) (((-594 $) |#4| (-594 $)) NIL) (((-594 $) (-594 |#4|) $) NIL) (((-594 $) (-594 |#4|) (-594 $)) 77)) (-1604 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 15)) (-2453 (($) 13)) (-4115 (((-715) $) NIL)) (-4034 (((-715) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (((-715) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) 12)) (-2051 (((-503) $) NIL (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 20)) (-4083 (($ $ |#3|) 42)) (-4055 (($ $ |#3|) 44)) (-4025 (($ $) NIL)) (-2881 (($ $ |#3|) NIL)) (-4118 (((-800) $) 31) (((-594 |#4|) $) 40)) (-4196 (((-715) $) NIL (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) NIL)) (-3684 (((-594 $) |#4| $) 79) (((-594 $) |#4| (-594 $)) NIL) (((-594 $) (-594 |#4|) $) NIL) (((-594 $) (-594 |#4|) (-594 $)) NIL)) (-1722 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) NIL)) (-3410 (((-110) |#4| $) NIL)) (-3859 (((-110) |#3| $) 53)) (-2747 (((-110) $ $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-960 |#1| |#2| |#3| |#4|) (-13 (-998 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1541 ((-594 $) |#4| $ (-110) (-110) (-110) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110) (-110) (-110))) (-15 -3042 ((-594 $) (-594 |#4|) (-110) (-110) (-110))) (-15 -2915 ((-2 (|:| |val| (-594 |#4|)) (|:| |towers| (-594 $))) (-594 |#4|) (-110) (-110))))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|)) (T -960))
+((-1541 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-960 *5 *6 *7 *3))) (-5 *1 (-960 *5 *6 *7 *3)) (-4 *3 (-993 *5 *6 *7)))) (-2900 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-960 *5 *6 *7 *8))) (-5 *1 (-960 *5 *6 *7 *8)))) (-2900 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-960 *5 *6 *7 *8))) (-5 *1 (-960 *5 *6 *7 *8)))) (-3042 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-960 *5 *6 *7 *8))) (-5 *1 (-960 *5 *6 *7 *8)))) (-2915 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-594 *8)) (|:| |towers| (-594 (-960 *5 *6 *7 *8))))) (-5 *1 (-960 *5 *6 *7 *8)) (-5 *3 (-594 *8)))))
+(-13 (-998 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1541 ((-594 $) |#4| $ (-110) (-110) (-110) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110) (-110) (-110))) (-15 -3042 ((-594 $) (-594 |#4|) (-110) (-110) (-110))) (-15 -2915 ((-2 (|:| |val| (-594 |#4|)) (|:| |towers| (-594 $))) (-594 |#4|) (-110) (-110)))))
+((-3985 (((-594 (-634 |#1|)) (-594 (-634 |#1|))) 58) (((-634 |#1|) (-634 |#1|)) 57) (((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-594 (-634 |#1|))) 56) (((-634 |#1|) (-634 |#1|) (-634 |#1|)) 53)) (-1988 (((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-858)) 52) (((-634 |#1|) (-634 |#1|) (-858)) 51)) (-1310 (((-594 (-634 (-527))) (-594 (-594 (-527)))) 68) (((-594 (-634 (-527))) (-594 (-842 (-527))) (-527)) 67) (((-634 (-527)) (-594 (-527))) 64) (((-634 (-527)) (-842 (-527)) (-527)) 63)) (-3044 (((-634 (-889 |#1|)) (-715)) 81)) (-2523 (((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-858)) 37 (|has| |#1| (-6 (-4263 "*")))) (((-634 |#1|) (-634 |#1|) (-858)) 35 (|has| |#1| (-6 (-4263 "*"))))))
+(((-961 |#1|) (-10 -7 (IF (|has| |#1| (-6 (-4263 "*"))) (-15 -2523 ((-634 |#1|) (-634 |#1|) (-858))) |%noBranch|) (IF (|has| |#1| (-6 (-4263 "*"))) (-15 -2523 ((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-858))) |%noBranch|) (-15 -3044 ((-634 (-889 |#1|)) (-715))) (-15 -1988 ((-634 |#1|) (-634 |#1|) (-858))) (-15 -1988 ((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-858))) (-15 -3985 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -3985 ((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -3985 ((-634 |#1|) (-634 |#1|))) (-15 -3985 ((-594 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -1310 ((-634 (-527)) (-842 (-527)) (-527))) (-15 -1310 ((-634 (-527)) (-594 (-527)))) (-15 -1310 ((-594 (-634 (-527))) (-594 (-842 (-527))) (-527))) (-15 -1310 ((-594 (-634 (-527))) (-594 (-594 (-527)))))) (-979)) (T -961))
+((-1310 (*1 *2 *3) (-12 (-5 *3 (-594 (-594 (-527)))) (-5 *2 (-594 (-634 (-527)))) (-5 *1 (-961 *4)) (-4 *4 (-979)))) (-1310 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-842 (-527)))) (-5 *4 (-527)) (-5 *2 (-594 (-634 *4))) (-5 *1 (-961 *5)) (-4 *5 (-979)))) (-1310 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-634 (-527))) (-5 *1 (-961 *4)) (-4 *4 (-979)))) (-1310 (*1 *2 *3 *4) (-12 (-5 *3 (-842 (-527))) (-5 *4 (-527)) (-5 *2 (-634 *4)) (-5 *1 (-961 *5)) (-4 *5 (-979)))) (-3985 (*1 *2 *2) (-12 (-5 *2 (-594 (-634 *3))) (-4 *3 (-979)) (-5 *1 (-961 *3)))) (-3985 (*1 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-961 *3)))) (-3985 (*1 *2 *2 *2) (-12 (-5 *2 (-594 (-634 *3))) (-4 *3 (-979)) (-5 *1 (-961 *3)))) (-3985 (*1 *2 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-961 *3)))) (-1988 (*1 *2 *2 *3) (-12 (-5 *2 (-594 (-634 *4))) (-5 *3 (-858)) (-4 *4 (-979)) (-5 *1 (-961 *4)))) (-1988 (*1 *2 *2 *3) (-12 (-5 *2 (-634 *4)) (-5 *3 (-858)) (-4 *4 (-979)) (-5 *1 (-961 *4)))) (-3044 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-634 (-889 *4))) (-5 *1 (-961 *4)) (-4 *4 (-979)))) (-2523 (*1 *2 *2 *3) (-12 (-5 *2 (-594 (-634 *4))) (-5 *3 (-858)) (|has| *4 (-6 (-4263 "*"))) (-4 *4 (-979)) (-5 *1 (-961 *4)))) (-2523 (*1 *2 *2 *3) (-12 (-5 *2 (-634 *4)) (-5 *3 (-858)) (|has| *4 (-6 (-4263 "*"))) (-4 *4 (-979)) (-5 *1 (-961 *4)))))
+(-10 -7 (IF (|has| |#1| (-6 (-4263 "*"))) (-15 -2523 ((-634 |#1|) (-634 |#1|) (-858))) |%noBranch|) (IF (|has| |#1| (-6 (-4263 "*"))) (-15 -2523 ((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-858))) |%noBranch|) (-15 -3044 ((-634 (-889 |#1|)) (-715))) (-15 -1988 ((-634 |#1|) (-634 |#1|) (-858))) (-15 -1988 ((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-858))) (-15 -3985 ((-634 |#1|) (-634 |#1|) (-634 |#1|))) (-15 -3985 ((-594 (-634 |#1|)) (-594 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -3985 ((-634 |#1|) (-634 |#1|))) (-15 -3985 ((-594 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -1310 ((-634 (-527)) (-842 (-527)) (-527))) (-15 -1310 ((-634 (-527)) (-594 (-527)))) (-15 -1310 ((-594 (-634 (-527))) (-594 (-842 (-527))) (-527))) (-15 -1310 ((-594 (-634 (-527))) (-594 (-594 (-527))))))
+((-2499 (((-634 |#1|) (-594 (-634 |#1|)) (-1176 |#1|)) 51 (|has| |#1| (-288)))) (-3106 (((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-1176 (-1176 |#1|))) 77 (|has| |#1| (-343))) (((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-1176 |#1|)) 80 (|has| |#1| (-343)))) (-2137 (((-1176 |#1|) (-594 (-1176 |#1|)) (-527)) 94 (-12 (|has| |#1| (-343)) (|has| |#1| (-348))))) (-2770 (((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-858)) 86 (-12 (|has| |#1| (-343)) (|has| |#1| (-348)))) (((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-110)) 84 (-12 (|has| |#1| (-343)) (|has| |#1| (-348)))) (((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|))) 83 (-12 (|has| |#1| (-343)) (|has| |#1| (-348)))) (((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-110) (-527) (-527)) 82 (-12 (|has| |#1| (-343)) (|has| |#1| (-348))))) (-2328 (((-110) (-594 (-634 |#1|))) 72 (|has| |#1| (-343))) (((-110) (-594 (-634 |#1|)) (-527)) 74 (|has| |#1| (-343)))) (-1435 (((-1176 (-1176 |#1|)) (-594 (-634 |#1|)) (-1176 |#1|)) 49 (|has| |#1| (-288)))) (-2181 (((-634 |#1|) (-594 (-634 |#1|)) (-634 |#1|)) 34)) (-3738 (((-634 |#1|) (-1176 (-1176 |#1|))) 31)) (-1611 (((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)) (-527)) 66 (|has| |#1| (-343))) (((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|))) 65 (|has| |#1| (-343))) (((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)) (-110) (-527)) 70 (|has| |#1| (-343)))))
+(((-962 |#1|) (-10 -7 (-15 -3738 ((-634 |#1|) (-1176 (-1176 |#1|)))) (-15 -2181 ((-634 |#1|) (-594 (-634 |#1|)) (-634 |#1|))) (IF (|has| |#1| (-288)) (PROGN (-15 -1435 ((-1176 (-1176 |#1|)) (-594 (-634 |#1|)) (-1176 |#1|))) (-15 -2499 ((-634 |#1|) (-594 (-634 |#1|)) (-1176 |#1|)))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-15 -1611 ((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)) (-110) (-527))) (-15 -1611 ((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -1611 ((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)) (-527))) (-15 -2328 ((-110) (-594 (-634 |#1|)) (-527))) (-15 -2328 ((-110) (-594 (-634 |#1|)))) (-15 -3106 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-1176 |#1|))) (-15 -3106 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-1176 (-1176 |#1|))))) |%noBranch|) (IF (|has| |#1| (-348)) (IF (|has| |#1| (-343)) (PROGN (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-110) (-527) (-527))) (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)))) (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-110))) (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-858))) (-15 -2137 ((-1176 |#1|) (-594 (-1176 |#1|)) (-527)))) |%noBranch|) |%noBranch|)) (-979)) (T -962))
+((-2137 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-1176 *5))) (-5 *4 (-527)) (-5 *2 (-1176 *5)) (-5 *1 (-962 *5)) (-4 *5 (-343)) (-4 *5 (-348)) (-4 *5 (-979)))) (-2770 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-4 *5 (-343)) (-4 *5 (-348)) (-4 *5 (-979)) (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5)) (-5 *3 (-594 (-634 *5))))) (-2770 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-343)) (-4 *5 (-348)) (-4 *5 (-979)) (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5)) (-5 *3 (-594 (-634 *5))))) (-2770 (*1 *2 *3) (-12 (-4 *4 (-343)) (-4 *4 (-348)) (-4 *4 (-979)) (-5 *2 (-594 (-594 (-634 *4)))) (-5 *1 (-962 *4)) (-5 *3 (-594 (-634 *4))))) (-2770 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-110)) (-5 *5 (-527)) (-4 *6 (-343)) (-4 *6 (-348)) (-4 *6 (-979)) (-5 *2 (-594 (-594 (-634 *6)))) (-5 *1 (-962 *6)) (-5 *3 (-594 (-634 *6))))) (-3106 (*1 *2 *3 *4) (-12 (-5 *4 (-1176 (-1176 *5))) (-4 *5 (-343)) (-4 *5 (-979)) (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5)) (-5 *3 (-594 (-634 *5))))) (-3106 (*1 *2 *3 *4) (-12 (-5 *4 (-1176 *5)) (-4 *5 (-343)) (-4 *5 (-979)) (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5)) (-5 *3 (-594 (-634 *5))))) (-2328 (*1 *2 *3) (-12 (-5 *3 (-594 (-634 *4))) (-4 *4 (-343)) (-4 *4 (-979)) (-5 *2 (-110)) (-5 *1 (-962 *4)))) (-2328 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-634 *5))) (-5 *4 (-527)) (-4 *5 (-343)) (-4 *5 (-979)) (-5 *2 (-110)) (-5 *1 (-962 *5)))) (-1611 (*1 *2 *3 *3 *4) (-12 (-5 *3 (-594 (-634 *5))) (-5 *4 (-527)) (-5 *2 (-634 *5)) (-5 *1 (-962 *5)) (-4 *5 (-343)) (-4 *5 (-979)))) (-1611 (*1 *2 *3 *3) (-12 (-5 *3 (-594 (-634 *4))) (-5 *2 (-634 *4)) (-5 *1 (-962 *4)) (-4 *4 (-343)) (-4 *4 (-979)))) (-1611 (*1 *2 *3 *3 *4 *5) (-12 (-5 *3 (-594 (-634 *6))) (-5 *4 (-110)) (-5 *5 (-527)) (-5 *2 (-634 *6)) (-5 *1 (-962 *6)) (-4 *6 (-343)) (-4 *6 (-979)))) (-2499 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-634 *5))) (-5 *4 (-1176 *5)) (-4 *5 (-288)) (-4 *5 (-979)) (-5 *2 (-634 *5)) (-5 *1 (-962 *5)))) (-1435 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-634 *5))) (-4 *5 (-288)) (-4 *5 (-979)) (-5 *2 (-1176 (-1176 *5))) (-5 *1 (-962 *5)) (-5 *4 (-1176 *5)))) (-2181 (*1 *2 *3 *2) (-12 (-5 *3 (-594 (-634 *4))) (-5 *2 (-634 *4)) (-4 *4 (-979)) (-5 *1 (-962 *4)))) (-3738 (*1 *2 *3) (-12 (-5 *3 (-1176 (-1176 *4))) (-4 *4 (-979)) (-5 *2 (-634 *4)) (-5 *1 (-962 *4)))))
+(-10 -7 (-15 -3738 ((-634 |#1|) (-1176 (-1176 |#1|)))) (-15 -2181 ((-634 |#1|) (-594 (-634 |#1|)) (-634 |#1|))) (IF (|has| |#1| (-288)) (PROGN (-15 -1435 ((-1176 (-1176 |#1|)) (-594 (-634 |#1|)) (-1176 |#1|))) (-15 -2499 ((-634 |#1|) (-594 (-634 |#1|)) (-1176 |#1|)))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-15 -1611 ((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)) (-110) (-527))) (-15 -1611 ((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -1611 ((-634 |#1|) (-594 (-634 |#1|)) (-594 (-634 |#1|)) (-527))) (-15 -2328 ((-110) (-594 (-634 |#1|)) (-527))) (-15 -2328 ((-110) (-594 (-634 |#1|)))) (-15 -3106 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-1176 |#1|))) (-15 -3106 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-1176 (-1176 |#1|))))) |%noBranch|) (IF (|has| |#1| (-348)) (IF (|has| |#1| (-343)) (PROGN (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-110) (-527) (-527))) (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)))) (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-110))) (-15 -2770 ((-594 (-594 (-634 |#1|))) (-594 (-634 |#1|)) (-858))) (-15 -2137 ((-1176 |#1|) (-594 (-1176 |#1|)) (-527)))) |%noBranch|) |%noBranch|))
+((-4074 ((|#1| (-858) |#1|) 9)))
+(((-963 |#1|) (-10 -7 (-15 -4074 (|#1| (-858) |#1|))) (-13 (-1022) (-10 -8 (-15 -2850 ($ $ $))))) (T -963))
+((-4074 (*1 *2 *3 *2) (-12 (-5 *3 (-858)) (-5 *1 (-963 *2)) (-4 *2 (-13 (-1022) (-10 -8 (-15 -2850 ($ $ $))))))))
+(-10 -7 (-15 -4074 (|#1| (-858) |#1|)))
+((-1378 (((-594 (-2 (|:| |radval| (-296 (-527))) (|:| |radmult| (-527)) (|:| |radvect| (-594 (-634 (-296 (-527))))))) (-634 (-387 (-889 (-527))))) 59)) (-2730 (((-594 (-634 (-296 (-527)))) (-296 (-527)) (-634 (-387 (-889 (-527))))) 48)) (-1876 (((-594 (-296 (-527))) (-634 (-387 (-889 (-527))))) 41)) (-4204 (((-594 (-634 (-296 (-527)))) (-634 (-387 (-889 (-527))))) 69)) (-3989 (((-634 (-296 (-527))) (-634 (-296 (-527)))) 34)) (-3565 (((-594 (-634 (-296 (-527)))) (-594 (-634 (-296 (-527))))) 62)) (-1250 (((-3 (-634 (-296 (-527))) "failed") (-634 (-387 (-889 (-527))))) 66)))
+(((-964) (-10 -7 (-15 -1378 ((-594 (-2 (|:| |radval| (-296 (-527))) (|:| |radmult| (-527)) (|:| |radvect| (-594 (-634 (-296 (-527))))))) (-634 (-387 (-889 (-527)))))) (-15 -2730 ((-594 (-634 (-296 (-527)))) (-296 (-527)) (-634 (-387 (-889 (-527)))))) (-15 -1876 ((-594 (-296 (-527))) (-634 (-387 (-889 (-527)))))) (-15 -1250 ((-3 (-634 (-296 (-527))) "failed") (-634 (-387 (-889 (-527)))))) (-15 -3989 ((-634 (-296 (-527))) (-634 (-296 (-527))))) (-15 -3565 ((-594 (-634 (-296 (-527)))) (-594 (-634 (-296 (-527)))))) (-15 -4204 ((-594 (-634 (-296 (-527)))) (-634 (-387 (-889 (-527)))))))) (T -964))
+((-4204 (*1 *2 *3) (-12 (-5 *3 (-634 (-387 (-889 (-527))))) (-5 *2 (-594 (-634 (-296 (-527))))) (-5 *1 (-964)))) (-3565 (*1 *2 *2) (-12 (-5 *2 (-594 (-634 (-296 (-527))))) (-5 *1 (-964)))) (-3989 (*1 *2 *2) (-12 (-5 *2 (-634 (-296 (-527)))) (-5 *1 (-964)))) (-1250 (*1 *2 *3) (|partial| -12 (-5 *3 (-634 (-387 (-889 (-527))))) (-5 *2 (-634 (-296 (-527)))) (-5 *1 (-964)))) (-1876 (*1 *2 *3) (-12 (-5 *3 (-634 (-387 (-889 (-527))))) (-5 *2 (-594 (-296 (-527)))) (-5 *1 (-964)))) (-2730 (*1 *2 *3 *4) (-12 (-5 *4 (-634 (-387 (-889 (-527))))) (-5 *2 (-594 (-634 (-296 (-527))))) (-5 *1 (-964)) (-5 *3 (-296 (-527))))) (-1378 (*1 *2 *3) (-12 (-5 *3 (-634 (-387 (-889 (-527))))) (-5 *2 (-594 (-2 (|:| |radval| (-296 (-527))) (|:| |radmult| (-527)) (|:| |radvect| (-594 (-634 (-296 (-527)))))))) (-5 *1 (-964)))))
+(-10 -7 (-15 -1378 ((-594 (-2 (|:| |radval| (-296 (-527))) (|:| |radmult| (-527)) (|:| |radvect| (-594 (-634 (-296 (-527))))))) (-634 (-387 (-889 (-527)))))) (-15 -2730 ((-594 (-634 (-296 (-527)))) (-296 (-527)) (-634 (-387 (-889 (-527)))))) (-15 -1876 ((-594 (-296 (-527))) (-634 (-387 (-889 (-527)))))) (-15 -1250 ((-3 (-634 (-296 (-527))) "failed") (-634 (-387 (-889 (-527)))))) (-15 -3989 ((-634 (-296 (-527))) (-634 (-296 (-527))))) (-15 -3565 ((-594 (-634 (-296 (-527)))) (-594 (-634 (-296 (-527)))))) (-15 -4204 ((-594 (-634 (-296 (-527)))) (-634 (-387 (-889 (-527)))))))
+((-1356 ((|#1| |#1| (-858)) 9)))
+(((-965 |#1|) (-10 -7 (-15 -1356 (|#1| |#1| (-858)))) (-13 (-1022) (-10 -8 (-15 * ($ $ $))))) (T -965))
+((-1356 (*1 *2 *2 *3) (-12 (-5 *3 (-858)) (-5 *1 (-965 *2)) (-4 *2 (-13 (-1022) (-10 -8 (-15 * ($ $ $))))))))
+(-10 -7 (-15 -1356 (|#1| |#1| (-858))))
+((-4118 ((|#1| (-292)) 11) (((-1181) |#1|) 9)))
+(((-966 |#1|) (-10 -7 (-15 -4118 ((-1181) |#1|)) (-15 -4118 (|#1| (-292)))) (-1130)) (T -966))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-292)) (-5 *1 (-966 *2)) (-4 *2 (-1130)))) (-4118 (*1 *2 *3) (-12 (-5 *2 (-1181)) (-5 *1 (-966 *3)) (-4 *3 (-1130)))))
+(-10 -7 (-15 -4118 ((-1181) |#1|)) (-15 -4118 (|#1| (-292))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-2731 (($ |#4|) 25)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-2718 ((|#4| $) 27)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 46) (($ (-527)) NIL) (($ |#1|) NIL) (($ |#4|) 26)) (-4070 (((-715)) 43)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 21 T CONST)) (-3374 (($) 23 T CONST)) (-2747 (((-110) $ $) 40)) (-2863 (($ $) 31) (($ $ $) NIL)) (-2850 (($ $ $) 29)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 36) (($ $ $) 33) (($ |#1| $) 38) (($ $ |#1|) NIL)))
+(((-967 |#1| |#2| |#3| |#4| |#5|) (-13 (-162) (-37 |#1|) (-10 -8 (-15 -2731 ($ |#4|)) (-15 -4118 ($ |#4|)) (-15 -2718 (|#4| $)))) (-343) (-737) (-791) (-886 |#1| |#2| |#3|) (-594 |#4|)) (T -967))
+((-2731 (*1 *1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-967 *3 *4 *5 *2 *6)) (-4 *2 (-886 *3 *4 *5)) (-14 *6 (-594 *2)))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-967 *3 *4 *5 *2 *6)) (-4 *2 (-886 *3 *4 *5)) (-14 *6 (-594 *2)))) (-2718 (*1 *2 *1) (-12 (-4 *2 (-886 *3 *4 *5)) (-5 *1 (-967 *3 *4 *5 *2 *6)) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-14 *6 (-594 *2)))))
+(-13 (-162) (-37 |#1|) (-10 -8 (-15 -2731 ($ |#4|)) (-15 -4118 ($ |#4|)) (-15 -2718 (|#4| $))))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL)) (-3604 (((-1181) $ (-1094) (-1094)) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1699 (((-110) (-110)) 39)) (-1470 (((-110) (-110)) 38)) (-1232 (((-51) $ (-1094) (-51)) NIL)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 (-51) "failed") (-1094) $) NIL)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-3373 (($ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-3 (-51) "failed") (-1094) $) NIL)) (-2659 (($ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2774 (((-51) $ (-1094) (-51)) NIL (|has| $ (-6 -4262)))) (-3231 (((-51) $ (-1094)) NIL)) (-3717 (((-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-594 (-51)) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-1094) $) NIL (|has| (-1094) (-791)))) (-2063 (((-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-594 (-51)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (((-110) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022))))) (-2532 (((-1094) $) NIL (|has| (-1094) (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4262))) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL) (($ (-1 (-51) (-51)) $) NIL) (($ (-1 (-51) (-51) (-51)) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-4195 (((-594 (-1094)) $) 34)) (-1651 (((-110) (-1094) $) NIL)) (-3368 (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL)) (-3204 (($ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL)) (-3847 (((-594 (-1094)) $) NIL)) (-1645 (((-110) (-1094) $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-1672 (((-51) $) NIL (|has| (-1094) (-791)))) (-3326 (((-3 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) "failed") (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL)) (-1542 (($ $ (-51)) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-275 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-594 (-51)) (-594 (-51))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-275 (-51))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-594 (-275 (-51)))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022))))) (-2401 (((-594 (-51)) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 (((-51) $ (-1094)) 35) (((-51) $ (-1094) (-51)) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (((-715) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022)))) (((-715) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL)) (-4118 (((-800) $) 37 (-2027 (|has| (-51) (-568 (-800))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-968) (-13 (-1107 (-1094) (-51)) (-10 -7 (-15 -1699 ((-110) (-110))) (-15 -1470 ((-110) (-110))) (-6 -4261)))) (T -968))
+((-1699 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-968)))) (-1470 (*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-968)))))
+(-13 (-1107 (-1094) (-51)) (-10 -7 (-15 -1699 ((-110) (-110))) (-15 -1470 ((-110) (-110))) (-6 -4261)))
+((-4145 ((|#2| $) 10)))
+(((-969 |#1| |#2|) (-10 -8 (-15 -4145 (|#2| |#1|))) (-970 |#2|) (-1130)) (T -969))
+NIL
+(-10 -8 (-15 -4145 (|#2| |#1|)))
+((-1923 (((-3 |#1| "failed") $) 7)) (-4145 ((|#1| $) 8)) (-4118 (($ |#1|) 6)))
+(((-970 |#1|) (-133) (-1130)) (T -970))
+((-4145 (*1 *2 *1) (-12 (-4 *1 (-970 *2)) (-4 *2 (-1130)))) (-1923 (*1 *2 *1) (|partial| -12 (-4 *1 (-970 *2)) (-4 *2 (-1130)))) (-4118 (*1 *1 *2) (-12 (-4 *1 (-970 *2)) (-4 *2 (-1130)))))
+(-13 (-10 -8 (-15 -4118 ($ |t#1|)) (-15 -1923 ((-3 |t#1| "failed") $)) (-15 -4145 (|t#1| $))))
+((-1781 (((-594 (-594 (-275 (-387 (-889 |#2|))))) (-594 (-889 |#2|)) (-594 (-1094))) 38)))
+(((-971 |#1| |#2|) (-10 -7 (-15 -1781 ((-594 (-594 (-275 (-387 (-889 |#2|))))) (-594 (-889 |#2|)) (-594 (-1094))))) (-519) (-13 (-519) (-970 |#1|))) (T -971))
+((-1781 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-889 *6))) (-5 *4 (-594 (-1094))) (-4 *6 (-13 (-519) (-970 *5))) (-4 *5 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *6)))))) (-5 *1 (-971 *5 *6)))))
+(-10 -7 (-15 -1781 ((-594 (-594 (-275 (-387 (-889 |#2|))))) (-594 (-889 |#2|)) (-594 (-1094)))))
+((-3187 (((-359)) 15)) (-2083 (((-1 (-359)) (-359) (-359)) 20)) (-3246 (((-1 (-359)) (-715)) 43)) (-1515 (((-359)) 34)) (-1431 (((-1 (-359)) (-359) (-359)) 35)) (-3207 (((-359)) 26)) (-3256 (((-1 (-359)) (-359)) 27)) (-3923 (((-359) (-715)) 38)) (-3926 (((-1 (-359)) (-715)) 39)) (-1819 (((-1 (-359)) (-715) (-715)) 42)) (-2759 (((-1 (-359)) (-715) (-715)) 40)))
+(((-972) (-10 -7 (-15 -3187 ((-359))) (-15 -1515 ((-359))) (-15 -3207 ((-359))) (-15 -3923 ((-359) (-715))) (-15 -2083 ((-1 (-359)) (-359) (-359))) (-15 -1431 ((-1 (-359)) (-359) (-359))) (-15 -3256 ((-1 (-359)) (-359))) (-15 -3926 ((-1 (-359)) (-715))) (-15 -2759 ((-1 (-359)) (-715) (-715))) (-15 -1819 ((-1 (-359)) (-715) (-715))) (-15 -3246 ((-1 (-359)) (-715))))) (T -972))
+((-3246 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972)))) (-1819 (*1 *2 *3 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972)))) (-2759 (*1 *2 *3 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972)))) (-3926 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972)))) (-3256 (*1 *2 *3) (-12 (-5 *2 (-1 (-359))) (-5 *1 (-972)) (-5 *3 (-359)))) (-1431 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-359))) (-5 *1 (-972)) (-5 *3 (-359)))) (-2083 (*1 *2 *3 *3) (-12 (-5 *2 (-1 (-359))) (-5 *1 (-972)) (-5 *3 (-359)))) (-3923 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-359)) (-5 *1 (-972)))) (-3207 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-972)))) (-1515 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-972)))) (-3187 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-972)))))
+(-10 -7 (-15 -3187 ((-359))) (-15 -1515 ((-359))) (-15 -3207 ((-359))) (-15 -3923 ((-359) (-715))) (-15 -2083 ((-1 (-359)) (-359) (-359))) (-15 -1431 ((-1 (-359)) (-359) (-359))) (-15 -3256 ((-1 (-359)) (-359))) (-15 -3926 ((-1 (-359)) (-715))) (-15 -2759 ((-1 (-359)) (-715) (-715))) (-15 -1819 ((-1 (-359)) (-715) (-715))) (-15 -3246 ((-1 (-359)) (-715))))
+((-2700 (((-398 |#1|) |#1|) 33)))
+(((-973 |#1|) (-10 -7 (-15 -2700 ((-398 |#1|) |#1|))) (-1152 (-387 (-889 (-527))))) (T -973))
+((-2700 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-973 *3)) (-4 *3 (-1152 (-387 (-889 (-527))))))))
+(-10 -7 (-15 -2700 ((-398 |#1|) |#1|)))
+((-1554 (((-387 (-398 (-889 |#1|))) (-387 (-889 |#1|))) 14)))
+(((-974 |#1|) (-10 -7 (-15 -1554 ((-387 (-398 (-889 |#1|))) (-387 (-889 |#1|))))) (-288)) (T -974))
+((-1554 (*1 *2 *3) (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-288)) (-5 *2 (-387 (-398 (-889 *4)))) (-5 *1 (-974 *4)))))
+(-10 -7 (-15 -1554 ((-387 (-398 (-889 |#1|))) (-387 (-889 |#1|)))))
+((-2853 (((-594 (-1094)) (-387 (-889 |#1|))) 17)) (-2669 (((-387 (-1090 (-387 (-889 |#1|)))) (-387 (-889 |#1|)) (-1094)) 24)) (-2842 (((-387 (-889 |#1|)) (-387 (-1090 (-387 (-889 |#1|)))) (-1094)) 26)) (-2317 (((-3 (-1094) "failed") (-387 (-889 |#1|))) 20)) (-2819 (((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-594 (-275 (-387 (-889 |#1|))))) 32) (((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|)))) 33) (((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-594 (-1094)) (-594 (-387 (-889 |#1|)))) 28) (((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|))) 29)) (-4118 (((-387 (-889 |#1|)) |#1|) 11)))
+(((-975 |#1|) (-10 -7 (-15 -2853 ((-594 (-1094)) (-387 (-889 |#1|)))) (-15 -2317 ((-3 (-1094) "failed") (-387 (-889 |#1|)))) (-15 -2669 ((-387 (-1090 (-387 (-889 |#1|)))) (-387 (-889 |#1|)) (-1094))) (-15 -2842 ((-387 (-889 |#1|)) (-387 (-1090 (-387 (-889 |#1|)))) (-1094))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|)))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-594 (-1094)) (-594 (-387 (-889 |#1|))))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-594 (-275 (-387 (-889 |#1|)))))) (-15 -4118 ((-387 (-889 |#1|)) |#1|))) (-519)) (T -975))
+((-4118 (*1 *2 *3) (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-975 *3)) (-4 *3 (-519)))) (-2819 (*1 *2 *2 *3) (-12 (-5 *3 (-594 (-275 (-387 (-889 *4))))) (-5 *2 (-387 (-889 *4))) (-4 *4 (-519)) (-5 *1 (-975 *4)))) (-2819 (*1 *2 *2 *3) (-12 (-5 *3 (-275 (-387 (-889 *4)))) (-5 *2 (-387 (-889 *4))) (-4 *4 (-519)) (-5 *1 (-975 *4)))) (-2819 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-594 (-1094))) (-5 *4 (-594 (-387 (-889 *5)))) (-5 *2 (-387 (-889 *5))) (-4 *5 (-519)) (-5 *1 (-975 *5)))) (-2819 (*1 *2 *2 *3 *2) (-12 (-5 *2 (-387 (-889 *4))) (-5 *3 (-1094)) (-4 *4 (-519)) (-5 *1 (-975 *4)))) (-2842 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-1090 (-387 (-889 *5))))) (-5 *4 (-1094)) (-5 *2 (-387 (-889 *5))) (-5 *1 (-975 *5)) (-4 *5 (-519)))) (-2669 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-519)) (-5 *2 (-387 (-1090 (-387 (-889 *5))))) (-5 *1 (-975 *5)) (-5 *3 (-387 (-889 *5))))) (-2317 (*1 *2 *3) (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-5 *2 (-1094)) (-5 *1 (-975 *4)))) (-2853 (*1 *2 *3) (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-5 *2 (-594 (-1094))) (-5 *1 (-975 *4)))))
+(-10 -7 (-15 -2853 ((-594 (-1094)) (-387 (-889 |#1|)))) (-15 -2317 ((-3 (-1094) "failed") (-387 (-889 |#1|)))) (-15 -2669 ((-387 (-1090 (-387 (-889 |#1|)))) (-387 (-889 |#1|)) (-1094))) (-15 -2842 ((-387 (-889 |#1|)) (-387 (-1090 (-387 (-889 |#1|)))) (-1094))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|)))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-594 (-1094)) (-594 (-387 (-889 |#1|))))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-275 (-387 (-889 |#1|))))) (-15 -2819 ((-387 (-889 |#1|)) (-387 (-889 |#1|)) (-594 (-275 (-387 (-889 |#1|)))))) (-15 -4118 ((-387 (-889 |#1|)) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 (-724 |#1| (-802 |#2|)))))) (-594 (-724 |#1| (-802 |#2|)))) NIL)) (-2900 (((-594 $) (-594 (-724 |#1| (-802 |#2|)))) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) (-110)) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) (-110) (-110)) NIL)) (-2853 (((-594 (-802 |#2|)) $) NIL)) (-1627 (((-110) $) NIL)) (-4191 (((-110) $) NIL (|has| |#1| (-519)))) (-1932 (((-110) (-724 |#1| (-802 |#2|)) $) NIL) (((-110) $) NIL)) (-3930 (((-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $) NIL)) (-3259 (((-594 (-2 (|:| |val| (-724 |#1| (-802 |#2|))) (|:| -1296 $))) (-724 |#1| (-802 |#2|)) $) NIL)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ (-802 |#2|)) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2420 (($ (-1 (-110) (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 (-724 |#1| (-802 |#2|)) "failed") $ (-802 |#2|)) NIL)) (-1298 (($) NIL T CONST)) (-4235 (((-110) $) NIL (|has| |#1| (-519)))) (-4208 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1689 (((-110) $ $) NIL (|has| |#1| (-519)))) (-2241 (((-110) $) NIL (|has| |#1| (-519)))) (-4231 (((-594 (-724 |#1| (-802 |#2|))) (-594 (-724 |#1| (-802 |#2|))) $ (-1 (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) (-1 (-110) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)))) NIL)) (-2551 (((-594 (-724 |#1| (-802 |#2|))) (-594 (-724 |#1| (-802 |#2|))) $) NIL (|has| |#1| (-519)))) (-3034 (((-594 (-724 |#1| (-802 |#2|))) (-594 (-724 |#1| (-802 |#2|))) $) NIL (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 (-724 |#1| (-802 |#2|)))) NIL)) (-4145 (($ (-594 (-724 |#1| (-802 |#2|)))) NIL)) (-1683 (((-3 $ "failed") $) NIL)) (-2859 (((-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-724 |#1| (-802 |#2|)) (-1022))))) (-2659 (($ (-724 |#1| (-802 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-724 |#1| (-802 |#2|)) (-1022)))) (($ (-1 (-110) (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| (-724 |#1| (-802 |#2|))) (|:| |den| |#1|)) (-724 |#1| (-802 |#2|)) $) NIL (|has| |#1| (-519)))) (-2892 (((-110) (-724 |#1| (-802 |#2|)) $ (-1 (-110) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)))) NIL)) (-3730 (((-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $) NIL)) (-2731 (((-724 |#1| (-802 |#2|)) (-1 (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) $ (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-724 |#1| (-802 |#2|)) (-1022)))) (((-724 |#1| (-802 |#2|)) (-1 (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) $ (-724 |#1| (-802 |#2|))) NIL (|has| $ (-6 -4261))) (((-724 |#1| (-802 |#2|)) (-1 (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $ (-1 (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) (-1 (-110) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)))) NIL)) (-2925 (((-2 (|:| -2641 (-594 (-724 |#1| (-802 |#2|)))) (|:| -2028 (-594 (-724 |#1| (-802 |#2|))))) $) NIL)) (-2864 (((-110) (-724 |#1| (-802 |#2|)) $) NIL)) (-2600 (((-110) (-724 |#1| (-802 |#2|)) $) NIL)) (-2697 (((-110) (-724 |#1| (-802 |#2|)) $) NIL) (((-110) $) NIL)) (-3717 (((-594 (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-3076 (((-110) (-724 |#1| (-802 |#2|)) $) NIL) (((-110) $) NIL)) (-2876 (((-802 |#2|) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-724 |#1| (-802 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-724 |#1| (-802 |#2|)) (-1022))))) (-2762 (($ (-1 (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) $) NIL)) (-1388 (((-594 (-802 |#2|)) $) NIL)) (-1228 (((-110) (-802 |#2|) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-1289 (((-3 (-724 |#1| (-802 |#2|)) (-594 $)) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $) NIL)) (-3120 (((-594 (-2 (|:| |val| (-724 |#1| (-802 |#2|))) (|:| -1296 $))) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $) NIL)) (-2681 (((-3 (-724 |#1| (-802 |#2|)) "failed") $) NIL)) (-2445 (((-594 $) (-724 |#1| (-802 |#2|)) $) NIL)) (-3408 (((-3 (-110) (-594 $)) (-724 |#1| (-802 |#2|)) $) NIL)) (-1710 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) (-724 |#1| (-802 |#2|)) $) NIL) (((-110) (-724 |#1| (-802 |#2|)) $) NIL)) (-2984 (((-594 $) (-724 |#1| (-802 |#2|)) $) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) $) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) (-594 $)) NIL) (((-594 $) (-724 |#1| (-802 |#2|)) (-594 $)) NIL)) (-1541 (($ (-724 |#1| (-802 |#2|)) $) NIL) (($ (-594 (-724 |#1| (-802 |#2|))) $) NIL)) (-3367 (((-594 (-724 |#1| (-802 |#2|))) $) NIL)) (-2451 (((-110) (-724 |#1| (-802 |#2|)) $) NIL) (((-110) $) NIL)) (-4039 (((-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $) NIL)) (-1745 (((-110) $ $) NIL)) (-2544 (((-2 (|:| |num| (-724 |#1| (-802 |#2|))) (|:| |den| |#1|)) (-724 |#1| (-802 |#2|)) $) NIL (|has| |#1| (-519)))) (-2238 (((-110) (-724 |#1| (-802 |#2|)) $) NIL) (((-110) $) NIL)) (-2125 (((-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)) $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-3 (-724 |#1| (-802 |#2|)) "failed") $) NIL)) (-3326 (((-3 (-724 |#1| (-802 |#2|)) "failed") (-1 (-110) (-724 |#1| (-802 |#2|))) $) NIL)) (-3366 (((-3 $ "failed") $ (-724 |#1| (-802 |#2|))) NIL)) (-3469 (($ $ (-724 |#1| (-802 |#2|))) NIL) (((-594 $) (-724 |#1| (-802 |#2|)) $) NIL) (((-594 $) (-724 |#1| (-802 |#2|)) (-594 $)) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) $) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) (-594 $)) NIL)) (-1604 (((-110) (-1 (-110) (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-724 |#1| (-802 |#2|))) (-594 (-724 |#1| (-802 |#2|)))) NIL (-12 (|has| (-724 |#1| (-802 |#2|)) (-290 (-724 |#1| (-802 |#2|)))) (|has| (-724 |#1| (-802 |#2|)) (-1022)))) (($ $ (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|))) NIL (-12 (|has| (-724 |#1| (-802 |#2|)) (-290 (-724 |#1| (-802 |#2|)))) (|has| (-724 |#1| (-802 |#2|)) (-1022)))) (($ $ (-275 (-724 |#1| (-802 |#2|)))) NIL (-12 (|has| (-724 |#1| (-802 |#2|)) (-290 (-724 |#1| (-802 |#2|)))) (|has| (-724 |#1| (-802 |#2|)) (-1022)))) (($ $ (-594 (-275 (-724 |#1| (-802 |#2|))))) NIL (-12 (|has| (-724 |#1| (-802 |#2|)) (-290 (-724 |#1| (-802 |#2|)))) (|has| (-724 |#1| (-802 |#2|)) (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-4115 (((-715) $) NIL)) (-4034 (((-715) (-724 |#1| (-802 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-724 |#1| (-802 |#2|)) (-1022)))) (((-715) (-1 (-110) (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-724 |#1| (-802 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-724 |#1| (-802 |#2|)))) NIL)) (-4083 (($ $ (-802 |#2|)) NIL)) (-4055 (($ $ (-802 |#2|)) NIL)) (-4025 (($ $) NIL)) (-2881 (($ $ (-802 |#2|)) NIL)) (-4118 (((-800) $) NIL) (((-594 (-724 |#1| (-802 |#2|))) $) NIL)) (-4196 (((-715) $) NIL (|has| (-802 |#2|) (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 (-724 |#1| (-802 |#2|))))) "failed") (-594 (-724 |#1| (-802 |#2|))) (-1 (-110) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)))) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 (-724 |#1| (-802 |#2|))))) "failed") (-594 (-724 |#1| (-802 |#2|))) (-1 (-110) (-724 |#1| (-802 |#2|))) (-1 (-110) (-724 |#1| (-802 |#2|)) (-724 |#1| (-802 |#2|)))) NIL)) (-4228 (((-110) $ (-1 (-110) (-724 |#1| (-802 |#2|)) (-594 (-724 |#1| (-802 |#2|))))) NIL)) (-3684 (((-594 $) (-724 |#1| (-802 |#2|)) $) NIL) (((-594 $) (-724 |#1| (-802 |#2|)) (-594 $)) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) $) NIL) (((-594 $) (-594 (-724 |#1| (-802 |#2|))) (-594 $)) NIL)) (-1722 (((-110) (-1 (-110) (-724 |#1| (-802 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-3302 (((-594 (-802 |#2|)) $) NIL)) (-3410 (((-110) (-724 |#1| (-802 |#2|)) $) NIL)) (-3859 (((-110) (-802 |#2|) $) NIL)) (-2747 (((-110) $ $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-976 |#1| |#2|) (-13 (-998 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|))) (-10 -8 (-15 -2900 ((-594 $) (-594 (-724 |#1| (-802 |#2|))) (-110) (-110))))) (-431) (-594 (-1094))) (T -976))
+((-2900 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431)) (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-976 *5 *6))) (-5 *1 (-976 *5 *6)))))
+(-13 (-998 |#1| (-499 (-802 |#2|)) (-802 |#2|) (-724 |#1| (-802 |#2|))) (-10 -8 (-15 -2900 ((-594 $) (-594 (-724 |#1| (-802 |#2|))) (-110) (-110)))))
+((-2083 (((-1 (-527)) (-1017 (-527))) 33)) (-3632 (((-527) (-527) (-527) (-527) (-527)) 30)) (-3428 (((-1 (-527)) |RationalNumber|) NIL)) (-2957 (((-1 (-527)) |RationalNumber|) NIL)) (-3769 (((-1 (-527)) (-527) |RationalNumber|) NIL)))
+(((-977) (-10 -7 (-15 -2083 ((-1 (-527)) (-1017 (-527)))) (-15 -3769 ((-1 (-527)) (-527) |RationalNumber|)) (-15 -3428 ((-1 (-527)) |RationalNumber|)) (-15 -2957 ((-1 (-527)) |RationalNumber|)) (-15 -3632 ((-527) (-527) (-527) (-527) (-527))))) (T -977))
+((-3632 (*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-977)))) (-2957 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-527))) (-5 *1 (-977)))) (-3428 (*1 *2 *3) (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-527))) (-5 *1 (-977)))) (-3769 (*1 *2 *3 *4) (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-527))) (-5 *1 (-977)) (-5 *3 (-527)))) (-2083 (*1 *2 *3) (-12 (-5 *3 (-1017 (-527))) (-5 *2 (-1 (-527))) (-5 *1 (-977)))))
+(-10 -7 (-15 -2083 ((-1 (-527)) (-1017 (-527)))) (-15 -3769 ((-1 (-527)) (-527) |RationalNumber|)) (-15 -3428 ((-1 (-527)) |RationalNumber|)) (-15 -2957 ((-1 (-527)) |RationalNumber|)) (-15 -3632 ((-527) (-527) (-527) (-527) (-527))))
+((-4118 (((-800) $) NIL) (($ (-527)) 10)))
+(((-978 |#1|) (-10 -8 (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|))) (-979)) (T -978))
+NIL
+(-10 -8 (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-979) (-133)) (T -979))
+((-4070 (*1 *2) (-12 (-4 *1 (-979)) (-5 *2 (-715)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-979)))))
+(-13 (-986) (-671) (-596 $) (-10 -8 (-15 -4070 ((-715))) (-15 -4118 ($ (-527))) (-6 -4258)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 $) . T) ((-671) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-2554 (((-387 (-889 |#2|)) (-594 |#2|) (-594 |#2|) (-715) (-715)) 45)))
+(((-980 |#1| |#2|) (-10 -7 (-15 -2554 ((-387 (-889 |#2|)) (-594 |#2|) (-594 |#2|) (-715) (-715)))) (-1094) (-343)) (T -980))
+((-2554 (*1 *2 *3 *3 *4 *4) (-12 (-5 *3 (-594 *6)) (-5 *4 (-715)) (-4 *6 (-343)) (-5 *2 (-387 (-889 *6))) (-5 *1 (-980 *5 *6)) (-14 *5 (-1094)))))
+(-10 -7 (-15 -2554 ((-387 (-889 |#2|)) (-594 |#2|) (-594 |#2|) (-715) (-715))))
+((-3536 (((-110) $) 29)) (-1850 (((-110) $) 16)) (-3639 (((-715) $) 13)) (-3650 (((-715) $) 14)) (-3055 (((-110) $) 26)) (-2192 (((-110) $) 31)))
+(((-981 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -8 (-15 -3650 ((-715) |#1|)) (-15 -3639 ((-715) |#1|)) (-15 -2192 ((-110) |#1|)) (-15 -3536 ((-110) |#1|)) (-15 -3055 ((-110) |#1|)) (-15 -1850 ((-110) |#1|))) (-982 |#2| |#3| |#4| |#5| |#6|) (-715) (-715) (-979) (-220 |#3| |#4|) (-220 |#2| |#4|)) (T -981))
+NIL
+(-10 -8 (-15 -3650 ((-715) |#1|)) (-15 -3639 ((-715) |#1|)) (-15 -2192 ((-110) |#1|)) (-15 -3536 ((-110) |#1|)) (-15 -3055 ((-110) |#1|)) (-15 -1850 ((-110) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3536 (((-110) $) 51)) (-3085 (((-3 $ "failed") $ $) 19)) (-1850 (((-110) $) 53)) (-1731 (((-110) $ (-715)) 61)) (-1298 (($) 17 T CONST)) (-2064 (($ $) 34 (|has| |#3| (-288)))) (-2941 ((|#4| $ (-527)) 39)) (-1238 (((-715) $) 33 (|has| |#3| (-519)))) (-3231 ((|#3| $ (-527) (-527)) 41)) (-3717 (((-594 |#3|) $) 68 (|has| $ (-6 -4261)))) (-2887 (((-715) $) 32 (|has| |#3| (-519)))) (-3335 (((-594 |#5|) $) 31 (|has| |#3| (-519)))) (-3639 (((-715) $) 45)) (-3650 (((-715) $) 44)) (-3541 (((-110) $ (-715)) 60)) (-1325 (((-527) $) 49)) (-2059 (((-527) $) 47)) (-2063 (((-594 |#3|) $) 69 (|has| $ (-6 -4261)))) (-2817 (((-110) |#3| $) 71 (-12 (|has| |#3| (-1022)) (|has| $ (-6 -4261))))) (-2767 (((-527) $) 48)) (-2953 (((-527) $) 46)) (-2272 (($ (-594 (-594 |#3|))) 54)) (-2762 (($ (-1 |#3| |#3|) $) 64 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#3| |#3|) $) 63) (($ (-1 |#3| |#3| |#3|) $ $) 37)) (-2132 (((-594 (-594 |#3|)) $) 43)) (-2324 (((-110) $ (-715)) 59)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ |#3|) 36 (|has| |#3| (-519)))) (-1604 (((-110) (-1 (-110) |#3|) $) 66 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#3|) (-594 |#3|)) 75 (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ |#3| |#3|) 74 (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-275 |#3|)) 73 (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-594 (-275 |#3|))) 72 (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))) (-1247 (((-110) $ $) 55)) (-1815 (((-110) $) 58)) (-2453 (($) 57)) (-3439 ((|#3| $ (-527) (-527)) 42) ((|#3| $ (-527) (-527) |#3|) 40)) (-3055 (((-110) $) 52)) (-4034 (((-715) |#3| $) 70 (-12 (|has| |#3| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#3|) $) 67 (|has| $ (-6 -4261)))) (-2465 (($ $) 56)) (-3369 ((|#5| $ (-527)) 38)) (-4118 (((-800) $) 11)) (-1722 (((-110) (-1 (-110) |#3|) $) 65 (|has| $ (-6 -4261)))) (-2192 (((-110) $) 50)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#3|) 35 (|has| |#3| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#3| $) 23) (($ $ |#3|) 26)) (-2809 (((-715) $) 62 (|has| $ (-6 -4261)))))
+(((-982 |#1| |#2| |#3| |#4| |#5|) (-133) (-715) (-715) (-979) (-220 |t#2| |t#3|) (-220 |t#1| |t#3|)) (T -982))
+((-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)))) (-2272 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 *5))) (-4 *5 (-979)) (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)))) (-1850 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))) (-3055 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))) (-3536 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))) (-2192 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))) (-1325 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))) (-2767 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))) (-2059 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))) (-2953 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))) (-3639 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-715)))) (-3650 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-715)))) (-2132 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-594 (-594 *5))))) (-3439 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *2 *6 *7)) (-4 *6 (-220 *5 *2)) (-4 *7 (-220 *4 *2)) (-4 *2 (-979)))) (-3231 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *2 *6 *7)) (-4 *6 (-220 *5 *2)) (-4 *7 (-220 *4 *2)) (-4 *2 (-979)))) (-3439 (*1 *2 *1 *3 *3 *2) (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *2 *6 *7)) (-4 *2 (-979)) (-4 *6 (-220 *5 *2)) (-4 *7 (-220 *4 *2)))) (-2941 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *6 *2 *7)) (-4 *6 (-979)) (-4 *7 (-220 *4 *6)) (-4 *2 (-220 *5 *6)))) (-3369 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *6 *7 *2)) (-4 *6 (-979)) (-4 *7 (-220 *5 *6)) (-4 *2 (-220 *4 *6)))) (-1998 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)))) (-1305 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-982 *3 *4 *2 *5 *6)) (-4 *2 (-979)) (-4 *5 (-220 *4 *2)) (-4 *6 (-220 *3 *2)) (-4 *2 (-519)))) (-2873 (*1 *1 *1 *2) (-12 (-4 *1 (-982 *3 *4 *2 *5 *6)) (-4 *2 (-979)) (-4 *5 (-220 *4 *2)) (-4 *6 (-220 *3 *2)) (-4 *2 (-343)))) (-2064 (*1 *1 *1) (-12 (-4 *1 (-982 *2 *3 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-220 *3 *4)) (-4 *6 (-220 *2 *4)) (-4 *4 (-288)))) (-1238 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-4 *5 (-519)) (-5 *2 (-715)))) (-2887 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-4 *5 (-519)) (-5 *2 (-715)))) (-3335 (*1 *2 *1) (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-4 *5 (-519)) (-5 *2 (-594 *7)))))
+(-13 (-109 |t#3| |t#3|) (-466 |t#3|) (-10 -8 (-6 -4261) (IF (|has| |t#3| (-162)) (-6 (-662 |t#3|)) |%noBranch|) (-15 -2272 ($ (-594 (-594 |t#3|)))) (-15 -1850 ((-110) $)) (-15 -3055 ((-110) $)) (-15 -3536 ((-110) $)) (-15 -2192 ((-110) $)) (-15 -1325 ((-527) $)) (-15 -2767 ((-527) $)) (-15 -2059 ((-527) $)) (-15 -2953 ((-527) $)) (-15 -3639 ((-715) $)) (-15 -3650 ((-715) $)) (-15 -2132 ((-594 (-594 |t#3|)) $)) (-15 -3439 (|t#3| $ (-527) (-527))) (-15 -3231 (|t#3| $ (-527) (-527))) (-15 -3439 (|t#3| $ (-527) (-527) |t#3|)) (-15 -2941 (|t#4| $ (-527))) (-15 -3369 (|t#5| $ (-527))) (-15 -1998 ($ (-1 |t#3| |t#3|) $)) (-15 -1998 ($ (-1 |t#3| |t#3| |t#3|) $ $)) (IF (|has| |t#3| (-519)) (-15 -1305 ((-3 $ "failed") $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-343)) (-15 -2873 ($ $ |t#3|)) |%noBranch|) (IF (|has| |t#3| (-288)) (-15 -2064 ($ $)) |%noBranch|) (IF (|has| |t#3| (-519)) (PROGN (-15 -1238 ((-715) $)) (-15 -2887 ((-715) $)) (-15 -3335 ((-594 |t#5|) $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-33) . T) ((-99) . T) ((-109 |#3| |#3|) . T) ((-128) . T) ((-568 (-800)) . T) ((-290 |#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))) ((-466 |#3|) . T) ((-488 |#3| |#3|) -12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))) ((-596 |#3|) . T) ((-662 |#3|) |has| |#3| (-162)) ((-985 |#3|) . T) ((-1022) . T) ((-1130) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3536 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1850 (((-110) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-1298 (($) NIL T CONST)) (-2064 (($ $) 43 (|has| |#3| (-288)))) (-2941 (((-222 |#2| |#3|) $ (-527)) 32)) (-2336 (($ (-634 |#3|)) 41)) (-1238 (((-715) $) 45 (|has| |#3| (-519)))) (-3231 ((|#3| $ (-527) (-527)) NIL)) (-3717 (((-594 |#3|) $) NIL (|has| $ (-6 -4261)))) (-2887 (((-715) $) 47 (|has| |#3| (-519)))) (-3335 (((-594 (-222 |#1| |#3|)) $) 51 (|has| |#3| (-519)))) (-3639 (((-715) $) NIL)) (-3650 (((-715) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1325 (((-527) $) NIL)) (-2059 (((-527) $) NIL)) (-2063 (((-594 |#3|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022))))) (-2767 (((-527) $) NIL)) (-2953 (((-527) $) NIL)) (-2272 (($ (-594 (-594 |#3|))) 27)) (-2762 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) NIL)) (-2132 (((-594 (-594 |#3|)) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ |#3|) NIL (|has| |#3| (-519)))) (-1604 (((-110) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#3|) (-594 |#3|)) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-275 |#3|)) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-594 (-275 |#3|))) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#3| $ (-527) (-527)) NIL) ((|#3| $ (-527) (-527) |#3|) NIL)) (-3817 (((-130)) 54 (|has| |#3| (-343)))) (-3055 (((-110) $) NIL)) (-4034 (((-715) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022)))) (((-715) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) 63 (|has| |#3| (-569 (-503))))) (-3369 (((-222 |#1| |#3|) $ (-527)) 36)) (-4118 (((-800) $) 16) (((-634 |#3|) $) 38)) (-1722 (((-110) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261)))) (-2192 (((-110) $) NIL)) (-3361 (($) 13 T CONST)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#3|) NIL (|has| |#3| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ |#3| $) NIL) (($ $ |#3|) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-983 |#1| |#2| |#3|) (-13 (-982 |#1| |#2| |#3| (-222 |#2| |#3|) (-222 |#1| |#3|)) (-568 (-634 |#3|)) (-10 -8 (IF (|has| |#3| (-343)) (-6 (-1183 |#3|)) |%noBranch|) (IF (|has| |#3| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (-15 -2336 ($ (-634 |#3|))) (-15 -4118 ((-634 |#3|) $)))) (-715) (-715) (-979)) (T -983))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-634 *5)) (-5 *1 (-983 *3 *4 *5)) (-14 *3 (-715)) (-14 *4 (-715)) (-4 *5 (-979)))) (-2336 (*1 *1 *2) (-12 (-5 *2 (-634 *5)) (-4 *5 (-979)) (-5 *1 (-983 *3 *4 *5)) (-14 *3 (-715)) (-14 *4 (-715)))))
+(-13 (-982 |#1| |#2| |#3| (-222 |#2| |#3|) (-222 |#1| |#3|)) (-568 (-634 |#3|)) (-10 -8 (IF (|has| |#3| (-343)) (-6 (-1183 |#3|)) |%noBranch|) (IF (|has| |#3| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|) (-15 -2336 ($ (-634 |#3|))) (-15 -4118 ((-634 |#3|) $))))
+((-2731 ((|#7| (-1 |#7| |#3| |#7|) |#6| |#7|) 34)) (-1998 ((|#10| (-1 |#7| |#3|) |#6|) 32)))
+(((-984 |#1| |#2| |#3| |#4| |#5| |#6| |#7| |#8| |#9| |#10|) (-10 -7 (-15 -1998 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2731 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|))) (-715) (-715) (-979) (-220 |#2| |#3|) (-220 |#1| |#3|) (-982 |#1| |#2| |#3| |#4| |#5|) (-979) (-220 |#2| |#7|) (-220 |#1| |#7|) (-982 |#1| |#2| |#7| |#8| |#9|)) (T -984))
+((-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-979)) (-4 *2 (-979)) (-14 *5 (-715)) (-14 *6 (-715)) (-4 *8 (-220 *6 *7)) (-4 *9 (-220 *5 *7)) (-4 *10 (-220 *6 *2)) (-4 *11 (-220 *5 *2)) (-5 *1 (-984 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12)) (-4 *4 (-982 *5 *6 *7 *8 *9)) (-4 *12 (-982 *5 *6 *2 *10 *11)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-979)) (-4 *10 (-979)) (-14 *5 (-715)) (-14 *6 (-715)) (-4 *8 (-220 *6 *7)) (-4 *9 (-220 *5 *7)) (-4 *2 (-982 *5 *6 *10 *11 *12)) (-5 *1 (-984 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2)) (-4 *4 (-982 *5 *6 *7 *8 *9)) (-4 *11 (-220 *6 *10)) (-4 *12 (-220 *5 *10)))))
+(-10 -7 (-15 -1998 (|#10| (-1 |#7| |#3|) |#6|)) (-15 -2731 (|#7| (-1 |#7| |#3| |#7|) |#6| |#7|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ |#1|) 23)))
+(((-985 |#1|) (-133) (-986)) (T -985))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-985 *2)) (-4 *2 (-986)))))
(-13 (-21) (-10 -8 (-15 * ($ $ |t#1|))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3706 (($ $ (-856)) 26)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-984) (-131)) (T -984))
-NIL
-(-13 (-21) (-1032))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-126) . T) ((-566 (-798)) . T) ((-1032) . T) ((-1020) . T))
-((-2730 (($ $) 16)) (-3869 (($ $) 22)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 49)) (-2704 (($ $) 24)) (-1372 (($ $) 11)) (-1340 (($ $) 38)) (-2069 (((-357) $) NIL) (((-205) $) NIL) (((-827 (-357)) $) 33)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL) (($ (-385 (-525))) 28) (($ (-525)) NIL) (($ (-385 (-525))) 28)) (-2448 (((-713)) 8)) (-3064 (($ $) 39)))
-(((-985 |#1|) (-10 -8 (-15 -3869 (|#1| |#1|)) (-15 -2730 (|#1| |#1|)) (-15 -1372 (|#1| |#1|)) (-15 -1340 (|#1| |#1|)) (-15 -3064 (|#1| |#1|)) (-15 -2704 (|#1| |#1|)) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| (-525))) (-15 -2069 ((-205) |#1|)) (-15 -2069 ((-357) |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 -4100 ((-798) |#1|))) (-986)) (T -985))
-((-2448 (*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-985 *3)) (-4 *3 (-986)))))
-(-10 -8 (-15 -3869 (|#1| |#1|)) (-15 -2730 (|#1| |#1|)) (-15 -1372 (|#1| |#1|)) (-15 -1340 (|#1| |#1|)) (-15 -3064 (|#1| |#1|)) (-15 -2704 (|#1| |#1|)) (-15 -3552 ((-824 (-357) |#1|) |#1| (-827 (-357)) (-824 (-357) |#1|))) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| (-525))) (-15 -2069 ((-205) |#1|)) (-15 -2069 ((-357) |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-525))) (-15 -2448 ((-713))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1653 (((-525) $) 89)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-2730 (($ $) 87)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-4211 (($ $) 97)) (-1507 (((-108) $ $) 59)) (-2971 (((-525) $) 114)) (-2475 (($) 17 T CONST)) (-3869 (($ $) 86)) (-1934 (((-3 (-525) "failed") $) 102) (((-3 (-385 (-525)) "failed") $) 99)) (-4105 (((-525) $) 101) (((-385 (-525)) $) 98)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1798 (((-108) $) 71)) (-1889 (((-108) $) 112)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 93)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 96)) (-2704 (($ $) 92)) (-4079 (((-108) $) 113)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-3033 (($ $ $) 111)) (-1609 (($ $ $) 110)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-1372 (($ $) 88)) (-1340 (($ $) 90)) (-4201 (((-396 $) $) 74)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-2069 (((-357) $) 105) (((-205) $) 104) (((-827 (-357)) $) 94)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65) (($ (-525)) 103) (($ (-385 (-525))) 100)) (-2448 (((-713)) 29)) (-3064 (($ $) 91)) (-1571 (((-108) $ $) 39)) (-2380 (($ $) 115)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2830 (((-108) $ $) 108)) (-2807 (((-108) $ $) 107)) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 109)) (-2795 (((-108) $ $) 106)) (-2880 (($ $ $) 64)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68) (($ $ (-385 (-525))) 95)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66)))
-(((-986) (-131)) (T -986))
-((-2380 (*1 *1 *1) (-4 *1 (-986))) (-2704 (*1 *1 *1) (-4 *1 (-986))) (-3064 (*1 *1 *1) (-4 *1 (-986))) (-1340 (*1 *1 *1) (-4 *1 (-986))) (-1653 (*1 *2 *1) (-12 (-4 *1 (-986)) (-5 *2 (-525)))) (-1372 (*1 *1 *1) (-4 *1 (-986))) (-2730 (*1 *1 *1) (-4 *1 (-986))) (-3869 (*1 *1 *1) (-4 *1 (-986))))
-(-13 (-341) (-787) (-953) (-968 (-525)) (-968 (-385 (-525))) (-934) (-567 (-827 (-357))) (-821 (-357)) (-138) (-10 -8 (-15 -2704 ($ $)) (-15 -3064 ($ $)) (-15 -1340 ($ $)) (-15 -1653 ((-525) $)) (-15 -1372 ($ $)) (-15 -2730 ($ $)) (-15 -3869 ($ $)) (-15 -2380 ($ $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 $ $) . T) ((-126) . T) ((-138) . T) ((-566 (-798)) . T) ((-160) . T) ((-567 (-205)) . T) ((-567 (-357)) . T) ((-567 (-827 (-357))) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-341) . T) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 $) . T) ((-669) . T) ((-733) . T) ((-734) . T) ((-736) . T) ((-737) . T) ((-787) . T) ((-789) . T) ((-821 (-357)) . T) ((-855) . T) ((-934) . T) ((-953) . T) ((-968 (-385 (-525))) . T) ((-968 (-525)) . T) ((-983 #0#) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) |#2| $) 23)) (-1613 ((|#1| $) 10)) (-2971 (((-525) |#2| $) 88)) (-3317 (((-3 $ "failed") |#2| (-856)) 57)) (-3446 ((|#1| $) 28)) (-1581 ((|#1| |#2| $ |#1|) 37)) (-2109 (($ $) 25)) (-3300 (((-3 |#2| "failed") |#2| $) 87)) (-1889 (((-108) |#2| $) NIL)) (-4079 (((-108) |#2| $) NIL)) (-3019 (((-108) |#2| $) 24)) (-3345 ((|#1| $) 89)) (-3436 ((|#1| $) 27)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2013 ((|#2| $) 79)) (-4100 (((-798) $) 70)) (-1485 ((|#1| |#2| $ |#1|) 38)) (-3213 (((-592 $) |#2|) 59)) (-2775 (((-108) $ $) 74)))
-(((-987 |#1| |#2|) (-13 (-993 |#1| |#2|) (-10 -8 (-15 -3436 (|#1| $)) (-15 -3446 (|#1| $)) (-15 -1613 (|#1| $)) (-15 -3345 (|#1| $)) (-15 -2109 ($ $)) (-15 -3019 ((-108) |#2| $)) (-15 -1581 (|#1| |#2| $ |#1|)))) (-13 (-787) (-341)) (-1150 |#1|)) (T -987))
-((-1581 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3)) (-4 *3 (-1150 *2)))) (-3436 (*1 *2 *1) (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3)) (-4 *3 (-1150 *2)))) (-3446 (*1 *2 *1) (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3)) (-4 *3 (-1150 *2)))) (-1613 (*1 *2 *1) (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3)) (-4 *3 (-1150 *2)))) (-3345 (*1 *2 *1) (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3)) (-4 *3 (-1150 *2)))) (-2109 (*1 *1 *1) (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3)) (-4 *3 (-1150 *2)))) (-3019 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-787) (-341))) (-5 *2 (-108)) (-5 *1 (-987 *4 *3)) (-4 *3 (-1150 *4)))))
-(-13 (-993 |#1| |#2|) (-10 -8 (-15 -3436 (|#1| $)) (-15 -3446 (|#1| $)) (-15 -1613 (|#1| $)) (-15 -3345 (|#1| $)) (-15 -2109 ($ $)) (-15 -3019 ((-108) |#2| $)) (-15 -1581 (|#1| |#2| $ |#1|))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3410 (($ $ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3004 (($ $ $ $) NIL)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL)) (-3164 (($ $ $) NIL)) (-2475 (($) NIL T CONST)) (-3664 (($ (-1092)) 10) (($ (-525)) 7)) (-1934 (((-3 (-525) "failed") $) NIL)) (-4105 (((-525) $) NIL)) (-1356 (($ $ $) NIL)) (-3090 (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-632 (-525)) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL)) (-1417 (((-108) $) NIL)) (-1367 (((-385 (-525)) $) NIL)) (-1903 (($) NIL) (($ $) NIL)) (-1332 (($ $ $) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2209 (($ $ $ $) NIL)) (-1453 (($ $ $) NIL)) (-1889 (((-108) $) NIL)) (-1922 (($ $ $) NIL)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL)) (-2278 (((-108) $) NIL)) (-3028 (((-108) $) NIL)) (-2878 (((-3 $ "failed") $) NIL)) (-4079 (((-108) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3455 (($ $ $ $) NIL)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2845 (($ $) NIL)) (-4128 (($ $) NIL)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-2432 (($ $ $) NIL)) (-2948 (($) NIL T CONST)) (-3280 (($ $) NIL)) (-3993 (((-1039) $) NIL) (($ $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1606 (($ $) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3864 (((-108) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-2702 (($ $ (-713)) NIL) (($ $) NIL)) (-4223 (($ $) NIL)) (-2503 (($ $) NIL)) (-2069 (((-525) $) 16) (((-501) $) NIL) (((-827 (-525)) $) NIL) (((-357) $) NIL) (((-205) $) NIL) (($ (-1092)) 9)) (-4100 (((-798) $) 20) (($ (-525)) 6) (($ $) NIL) (($ (-525)) 6)) (-2448 (((-713)) NIL)) (-4214 (((-108) $ $) NIL)) (-1494 (($ $ $) NIL)) (-3771 (($) NIL)) (-1571 (((-108) $ $) NIL)) (-3695 (($ $ $ $) NIL)) (-2380 (($ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) NIL)) (-2871 (($ $) 19) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL)))
-(((-988) (-13 (-510) (-10 -8 (-6 -4246) (-6 -4251) (-6 -4247) (-15 -2069 ($ (-1092))) (-15 -3664 ($ (-1092))) (-15 -3664 ($ (-525)))))) (T -988))
-((-2069 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-988)))) (-3664 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-988)))) (-3664 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-988)))))
-(-13 (-510) (-10 -8 (-6 -4246) (-6 -4251) (-6 -4247) (-15 -2069 ($ (-1092))) (-15 -3664 ($ (-1092))) (-15 -3664 ($ (-525)))))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL)) (-3289 (((-1179) $ (-1092) (-1092)) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-2417 (($) 9)) (-1233 (((-51) $ (-1092) (-51)) NIL)) (-2176 (($ $) 30)) (-3851 (($ $) 28)) (-4045 (($ $) 27)) (-1506 (($ $) 29)) (-1734 (($ $) 32)) (-2658 (($ $) 33)) (-3013 (($ $) 26)) (-4168 (($ $) 31)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) 25 (|has| $ (-6 -4259)))) (-1515 (((-3 (-51) "failed") (-1092) $) 40)) (-2475 (($) NIL T CONST)) (-3412 (($) 7)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-4205 (($ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) 50 (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-3 (-51) "failed") (-1092) $) NIL)) (-2698 (($ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259)))) (-2464 (((-3 (-1075) "failed") $ (-1075) (-525)) 59)) (-3081 (((-51) $ (-1092) (-51)) NIL (|has| $ (-6 -4260)))) (-3017 (((-51) $ (-1092)) NIL)) (-2175 (((-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-592 (-51)) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-1092) $) NIL (|has| (-1092) (-789)))) (-2617 (((-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) 35 (|has| $ (-6 -4259))) (((-592 (-51)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (((-108) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020))))) (-2231 (((-1092) $) NIL (|has| (-1092) (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4260))) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL) (($ (-1 (-51) (-51)) $) NIL) (($ (-1 (-51) (-51) (-51)) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-1398 (((-592 (-1092)) $) NIL)) (-3770 (((-108) (-1092) $) NIL)) (-3577 (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL)) (-3246 (($ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) 43)) (-3177 (((-592 (-1092)) $) NIL)) (-3461 (((-108) (-1092) $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-1663 (((-357) $ (-1092)) 49)) (-3831 (((-592 (-1075)) $ (-1075)) 60)) (-1647 (((-51) $) NIL (|has| (-1092) (-789)))) (-4202 (((-3 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) "failed") (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL)) (-3453 (($ $ (-51)) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-273 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL (-12 (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-288 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (($ $ (-592 (-51)) (-592 (-51))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-273 (-51))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020)))) (($ $ (-592 (-273 (-51)))) NIL (-12 (|has| (-51) (-288 (-51))) (|has| (-51) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020))))) (-1717 (((-592 (-51)) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 (((-51) $ (-1092)) NIL) (((-51) $ (-1092) (-51)) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL)) (-3566 (($ $ (-1092)) 51)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020)))) (((-713) (-51) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-51) (-1020)))) (((-713) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) 37)) (-2035 (($ $ $) 38)) (-4100 (((-798) $) NIL (-2067 (|has| (-51) (-566 (-798))) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-566 (-798)))))) (-2369 (($ $ (-1092) (-357)) 47)) (-1680 (($ $ (-1092) (-357)) 48)) (-3905 (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 (-1092)) (|:| -3448 (-51)))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) (-51)) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-51) (-1020)) (|has| (-2 (|:| -1556 (-1092)) (|:| -3448 (-51))) (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-989) (-13 (-1105 (-1092) (-51)) (-10 -8 (-15 -2035 ($ $ $)) (-15 -3412 ($)) (-15 -3013 ($ $)) (-15 -4045 ($ $)) (-15 -3851 ($ $)) (-15 -1506 ($ $)) (-15 -4168 ($ $)) (-15 -2176 ($ $)) (-15 -1734 ($ $)) (-15 -2658 ($ $)) (-15 -2369 ($ $ (-1092) (-357))) (-15 -1680 ($ $ (-1092) (-357))) (-15 -1663 ((-357) $ (-1092))) (-15 -3831 ((-592 (-1075)) $ (-1075))) (-15 -3566 ($ $ (-1092))) (-15 -2417 ($)) (-15 -2464 ((-3 (-1075) "failed") $ (-1075) (-525))) (-6 -4259)))) (T -989))
-((-2035 (*1 *1 *1 *1) (-5 *1 (-989))) (-3412 (*1 *1) (-5 *1 (-989))) (-3013 (*1 *1 *1) (-5 *1 (-989))) (-4045 (*1 *1 *1) (-5 *1 (-989))) (-3851 (*1 *1 *1) (-5 *1 (-989))) (-1506 (*1 *1 *1) (-5 *1 (-989))) (-4168 (*1 *1 *1) (-5 *1 (-989))) (-2176 (*1 *1 *1) (-5 *1 (-989))) (-1734 (*1 *1 *1) (-5 *1 (-989))) (-2658 (*1 *1 *1) (-5 *1 (-989))) (-2369 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-357)) (-5 *1 (-989)))) (-1680 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-357)) (-5 *1 (-989)))) (-1663 (*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-357)) (-5 *1 (-989)))) (-3831 (*1 *2 *1 *3) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-989)) (-5 *3 (-1075)))) (-3566 (*1 *1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-989)))) (-2417 (*1 *1) (-5 *1 (-989))) (-2464 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1075)) (-5 *3 (-525)) (-5 *1 (-989)))))
-(-13 (-1105 (-1092) (-51)) (-10 -8 (-15 -2035 ($ $ $)) (-15 -3412 ($)) (-15 -3013 ($ $)) (-15 -4045 ($ $)) (-15 -3851 ($ $)) (-15 -1506 ($ $)) (-15 -4168 ($ $)) (-15 -2176 ($ $)) (-15 -1734 ($ $)) (-15 -2658 ($ $)) (-15 -2369 ($ $ (-1092) (-357))) (-15 -1680 ($ $ (-1092) (-357))) (-15 -1663 ((-357) $ (-1092))) (-15 -3831 ((-592 (-1075)) $ (-1075))) (-15 -3566 ($ $ (-1092))) (-15 -2417 ($)) (-15 -2464 ((-3 (-1075) "failed") $ (-1075) (-525))) (-6 -4259)))
-((-3979 (($ $) 45)) (-1277 (((-108) $ $) 74)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 (-525) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-887 (-385 (-525)))) 227) (((-3 $ "failed") (-887 (-525))) 226) (((-3 $ "failed") (-887 |#2|)) 229)) (-4105 ((|#2| $) NIL) (((-385 (-525)) $) NIL) (((-525) $) NIL) ((|#4| $) NIL) (($ (-887 (-385 (-525)))) 215) (($ (-887 (-525))) 211) (($ (-887 |#2|)) 231)) (-1451 (($ $) NIL) (($ $ |#4|) 43)) (-3964 (((-108) $ $) 112) (((-108) $ (-592 $)) 113)) (-2918 (((-108) $) 56)) (-3830 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 107)) (-3574 (($ $) 138)) (-1608 (($ $) 134)) (-3699 (($ $) 133)) (-3101 (($ $ $) 79) (($ $ $ |#4|) 84)) (-1374 (($ $ $) 82) (($ $ $ |#4|) 86)) (-3221 (((-108) $ $) 121) (((-108) $ (-592 $)) 122)) (-2577 ((|#4| $) 33)) (-2983 (($ $ $) 110)) (-2171 (((-108) $) 55)) (-1827 (((-713) $) 35)) (-3115 (($ $) 152)) (-3982 (($ $) 149)) (-1662 (((-592 $) $) 68)) (-2672 (($ $) 57)) (-1700 (($ $) 145)) (-3476 (((-592 $) $) 65)) (-2282 (($ $) 59)) (-1430 ((|#2| $) NIL) (($ $ |#4|) 38)) (-1949 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2855 (-713))) $ $) 111)) (-3043 (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $) 108) (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $ |#4|) 109)) (-3120 (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $) 104) (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $ |#4|) 105)) (-2442 (($ $ $) 89) (($ $ $ |#4|) 95)) (-4104 (($ $ $) 90) (($ $ $ |#4|) 96)) (-3654 (((-592 $) $) 51)) (-3732 (((-108) $ $) 118) (((-108) $ (-592 $)) 119)) (-3076 (($ $ $) 103)) (-2948 (($ $) 37)) (-3472 (((-108) $ $) 72)) (-2635 (((-108) $ $) 114) (((-108) $ (-592 $)) 116)) (-1998 (($ $ $) 101)) (-2205 (($ $) 40)) (-2772 ((|#2| |#2| $) 142) (($ (-592 $)) NIL) (($ $ $) NIL)) (-3887 (($ $ |#2|) NIL) (($ $ $) 131)) (-3104 (($ $ |#2|) 126) (($ $ $) 129)) (-3389 (($ $) 48)) (-1776 (($ $) 52)) (-2069 (((-827 (-357)) $) NIL) (((-827 (-525)) $) NIL) (((-501) $) NIL) (($ (-887 (-385 (-525)))) 217) (($ (-887 (-525))) 213) (($ (-887 |#2|)) 228) (((-1075) $) 250) (((-887 |#2|) $) 162)) (-4100 (((-798) $) 30) (($ (-525)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-887 |#2|) $) 163) (($ (-385 (-525))) NIL) (($ $) NIL)) (-3126 (((-3 (-108) "failed") $ $) 71)))
-(((-990 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4100 (|#1| |#1|)) (-15 -2772 (|#1| |#1| |#1|)) (-15 -2772 (|#1| (-592 |#1|))) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 ((-887 |#2|) |#1|)) (-15 -2069 ((-887 |#2|) |#1|)) (-15 -2069 ((-1075) |#1|)) (-15 -3115 (|#1| |#1|)) (-15 -3982 (|#1| |#1|)) (-15 -1700 (|#1| |#1|)) (-15 -3574 (|#1| |#1|)) (-15 -2772 (|#2| |#2| |#1|)) (-15 -3887 (|#1| |#1| |#1|)) (-15 -3104 (|#1| |#1| |#1|)) (-15 -3887 (|#1| |#1| |#2|)) (-15 -3104 (|#1| |#1| |#2|)) (-15 -1608 (|#1| |#1|)) (-15 -3699 (|#1| |#1|)) (-15 -2069 (|#1| (-887 |#2|))) (-15 -4105 (|#1| (-887 |#2|))) (-15 -1934 ((-3 |#1| "failed") (-887 |#2|))) (-15 -2069 (|#1| (-887 (-525)))) (-15 -4105 (|#1| (-887 (-525)))) (-15 -1934 ((-3 |#1| "failed") (-887 (-525)))) (-15 -2069 (|#1| (-887 (-385 (-525))))) (-15 -4105 (|#1| (-887 (-385 (-525))))) (-15 -1934 ((-3 |#1| "failed") (-887 (-385 (-525))))) (-15 -3076 (|#1| |#1| |#1|)) (-15 -1998 (|#1| |#1| |#1|)) (-15 -1949 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2855 (-713))) |#1| |#1|)) (-15 -2983 (|#1| |#1| |#1|)) (-15 -3830 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -3043 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1| |#4|)) (-15 -3043 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -3120 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -3681 |#1|)) |#1| |#1| |#4|)) (-15 -3120 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -4104 (|#1| |#1| |#1| |#4|)) (-15 -2442 (|#1| |#1| |#1| |#4|)) (-15 -4104 (|#1| |#1| |#1|)) (-15 -2442 (|#1| |#1| |#1|)) (-15 -1374 (|#1| |#1| |#1| |#4|)) (-15 -3101 (|#1| |#1| |#1| |#4|)) (-15 -1374 (|#1| |#1| |#1|)) (-15 -3101 (|#1| |#1| |#1|)) (-15 -3221 ((-108) |#1| (-592 |#1|))) (-15 -3221 ((-108) |#1| |#1|)) (-15 -3732 ((-108) |#1| (-592 |#1|))) (-15 -3732 ((-108) |#1| |#1|)) (-15 -2635 ((-108) |#1| (-592 |#1|))) (-15 -2635 ((-108) |#1| |#1|)) (-15 -3964 ((-108) |#1| (-592 |#1|))) (-15 -3964 ((-108) |#1| |#1|)) (-15 -1277 ((-108) |#1| |#1|)) (-15 -3472 ((-108) |#1| |#1|)) (-15 -3126 ((-3 (-108) "failed") |#1| |#1|)) (-15 -1662 ((-592 |#1|) |#1|)) (-15 -3476 ((-592 |#1|) |#1|)) (-15 -2282 (|#1| |#1|)) (-15 -2672 (|#1| |#1|)) (-15 -2918 ((-108) |#1|)) (-15 -2171 ((-108) |#1|)) (-15 -1451 (|#1| |#1| |#4|)) (-15 -1430 (|#1| |#1| |#4|)) (-15 -1776 (|#1| |#1|)) (-15 -3654 ((-592 |#1|) |#1|)) (-15 -3389 (|#1| |#1|)) (-15 -3979 (|#1| |#1|)) (-15 -2205 (|#1| |#1|)) (-15 -2948 (|#1| |#1|)) (-15 -1827 ((-713) |#1|)) (-15 -2577 (|#4| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -4105 (|#4| |#1|)) (-15 -1934 ((-3 |#4| "failed") |#1|)) (-15 -4100 (|#1| |#4|)) (-15 -1430 (|#2| |#1|)) (-15 -1451 (|#1| |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|))) (-991 |#2| |#3| |#4|) (-977) (-735) (-789)) (T -990))
-NIL
-(-10 -8 (-15 -4100 (|#1| |#1|)) (-15 -2772 (|#1| |#1| |#1|)) (-15 -2772 (|#1| (-592 |#1|))) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 ((-887 |#2|) |#1|)) (-15 -2069 ((-887 |#2|) |#1|)) (-15 -2069 ((-1075) |#1|)) (-15 -3115 (|#1| |#1|)) (-15 -3982 (|#1| |#1|)) (-15 -1700 (|#1| |#1|)) (-15 -3574 (|#1| |#1|)) (-15 -2772 (|#2| |#2| |#1|)) (-15 -3887 (|#1| |#1| |#1|)) (-15 -3104 (|#1| |#1| |#1|)) (-15 -3887 (|#1| |#1| |#2|)) (-15 -3104 (|#1| |#1| |#2|)) (-15 -1608 (|#1| |#1|)) (-15 -3699 (|#1| |#1|)) (-15 -2069 (|#1| (-887 |#2|))) (-15 -4105 (|#1| (-887 |#2|))) (-15 -1934 ((-3 |#1| "failed") (-887 |#2|))) (-15 -2069 (|#1| (-887 (-525)))) (-15 -4105 (|#1| (-887 (-525)))) (-15 -1934 ((-3 |#1| "failed") (-887 (-525)))) (-15 -2069 (|#1| (-887 (-385 (-525))))) (-15 -4105 (|#1| (-887 (-385 (-525))))) (-15 -1934 ((-3 |#1| "failed") (-887 (-385 (-525))))) (-15 -3076 (|#1| |#1| |#1|)) (-15 -1998 (|#1| |#1| |#1|)) (-15 -1949 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -2855 (-713))) |#1| |#1|)) (-15 -2983 (|#1| |#1| |#1|)) (-15 -3830 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -3043 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1| |#4|)) (-15 -3043 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -3120 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -3681 |#1|)) |#1| |#1| |#4|)) (-15 -3120 ((-2 (|:| -2681 |#1|) (|:| |gap| (-713)) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -4104 (|#1| |#1| |#1| |#4|)) (-15 -2442 (|#1| |#1| |#1| |#4|)) (-15 -4104 (|#1| |#1| |#1|)) (-15 -2442 (|#1| |#1| |#1|)) (-15 -1374 (|#1| |#1| |#1| |#4|)) (-15 -3101 (|#1| |#1| |#1| |#4|)) (-15 -1374 (|#1| |#1| |#1|)) (-15 -3101 (|#1| |#1| |#1|)) (-15 -3221 ((-108) |#1| (-592 |#1|))) (-15 -3221 ((-108) |#1| |#1|)) (-15 -3732 ((-108) |#1| (-592 |#1|))) (-15 -3732 ((-108) |#1| |#1|)) (-15 -2635 ((-108) |#1| (-592 |#1|))) (-15 -2635 ((-108) |#1| |#1|)) (-15 -3964 ((-108) |#1| (-592 |#1|))) (-15 -3964 ((-108) |#1| |#1|)) (-15 -1277 ((-108) |#1| |#1|)) (-15 -3472 ((-108) |#1| |#1|)) (-15 -3126 ((-3 (-108) "failed") |#1| |#1|)) (-15 -1662 ((-592 |#1|) |#1|)) (-15 -3476 ((-592 |#1|) |#1|)) (-15 -2282 (|#1| |#1|)) (-15 -2672 (|#1| |#1|)) (-15 -2918 ((-108) |#1|)) (-15 -2171 ((-108) |#1|)) (-15 -1451 (|#1| |#1| |#4|)) (-15 -1430 (|#1| |#1| |#4|)) (-15 -1776 (|#1| |#1|)) (-15 -3654 ((-592 |#1|) |#1|)) (-15 -3389 (|#1| |#1|)) (-15 -3979 (|#1| |#1|)) (-15 -2205 (|#1| |#1|)) (-15 -2948 (|#1| |#1|)) (-15 -1827 ((-713) |#1|)) (-15 -2577 (|#4| |#1|)) (-15 -2069 ((-501) |#1|)) (-15 -2069 ((-827 (-525)) |#1|)) (-15 -2069 ((-827 (-357)) |#1|)) (-15 -4105 (|#4| |#1|)) (-15 -1934 ((-3 |#4| "failed") |#1|)) (-15 -4100 (|#1| |#4|)) (-15 -1430 (|#2| |#1|)) (-15 -1451 (|#1| |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 |#3|) $) 110)) (-4169 (((-1088 $) $ |#3|) 125) (((-1088 |#1|) $) 124)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 87 (|has| |#1| (-517)))) (-2433 (($ $) 88 (|has| |#1| (-517)))) (-1568 (((-108) $) 90 (|has| |#1| (-517)))) (-1928 (((-713) $) 112) (((-713) $ (-592 |#3|)) 111)) (-3979 (($ $) 271)) (-1277 (((-108) $ $) 257)) (-3222 (((-3 $ "failed") $ $) 19)) (-3882 (($ $ $) 216 (|has| |#1| (-517)))) (-3683 (((-592 $) $ $) 211 (|has| |#1| (-517)))) (-2426 (((-396 (-1088 $)) (-1088 $)) 100 (|has| |#1| (-844)))) (-4195 (($ $) 98 (|has| |#1| (-429)))) (-3586 (((-396 $) $) 97 (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 103 (|has| |#1| (-844)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 164) (((-3 (-385 (-525)) "failed") $) 162 (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) 160 (|has| |#1| (-968 (-525)))) (((-3 |#3| "failed") $) 136) (((-3 $ "failed") (-887 (-385 (-525)))) 231 (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092))))) (((-3 $ "failed") (-887 (-525))) 228 (-2067 (-12 (-3272 (|has| |#1| (-37 (-385 (-525))))) (|has| |#1| (-37 (-525))) (|has| |#3| (-567 (-1092)))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092)))))) (((-3 $ "failed") (-887 |#1|)) 225 (-2067 (-12 (-3272 (|has| |#1| (-37 (-385 (-525))))) (-3272 (|has| |#1| (-37 (-525)))) (|has| |#3| (-567 (-1092)))) (-12 (-3272 (|has| |#1| (-510))) (-3272 (|has| |#1| (-37 (-385 (-525))))) (|has| |#1| (-37 (-525))) (|has| |#3| (-567 (-1092)))) (-12 (-3272 (|has| |#1| (-925 (-525)))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092))))))) (-4105 ((|#1| $) 165) (((-385 (-525)) $) 161 (|has| |#1| (-968 (-385 (-525))))) (((-525) $) 159 (|has| |#1| (-968 (-525)))) ((|#3| $) 135) (($ (-887 (-385 (-525)))) 230 (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092))))) (($ (-887 (-525))) 227 (-2067 (-12 (-3272 (|has| |#1| (-37 (-385 (-525))))) (|has| |#1| (-37 (-525))) (|has| |#3| (-567 (-1092)))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092)))))) (($ (-887 |#1|)) 224 (-2067 (-12 (-3272 (|has| |#1| (-37 (-385 (-525))))) (-3272 (|has| |#1| (-37 (-525)))) (|has| |#3| (-567 (-1092)))) (-12 (-3272 (|has| |#1| (-510))) (-3272 (|has| |#1| (-37 (-385 (-525))))) (|has| |#1| (-37 (-525))) (|has| |#3| (-567 (-1092)))) (-12 (-3272 (|has| |#1| (-925 (-525)))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092))))))) (-3801 (($ $ $ |#3|) 108 (|has| |#1| (-160))) (($ $ $) 212 (|has| |#1| (-517)))) (-1451 (($ $) 154) (($ $ |#3|) 266)) (-3090 (((-632 (-525)) (-632 $)) 134 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 133 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 132) (((-632 |#1|) (-632 $)) 131)) (-3964 (((-108) $ $) 256) (((-108) $ (-592 $)) 255)) (-3300 (((-3 $ "failed") $) 34)) (-2918 (((-108) $) 264)) (-3830 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 236)) (-3574 (($ $) 205 (|has| |#1| (-429)))) (-3201 (($ $) 176 (|has| |#1| (-429))) (($ $ |#3|) 105 (|has| |#1| (-429)))) (-1441 (((-592 $) $) 109)) (-1798 (((-108) $) 96 (|has| |#1| (-844)))) (-1608 (($ $) 221 (|has| |#1| (-517)))) (-3699 (($ $) 222 (|has| |#1| (-517)))) (-3101 (($ $ $) 248) (($ $ $ |#3|) 246)) (-1374 (($ $ $) 247) (($ $ $ |#3|) 245)) (-1457 (($ $ |#1| |#2| $) 172)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 84 (-12 (|has| |#3| (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 83 (-12 (|has| |#3| (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-2278 (((-108) $) 31)) (-4025 (((-713) $) 169)) (-3221 (((-108) $ $) 250) (((-108) $ (-592 $)) 249)) (-3673 (($ $ $ $ $) 207 (|has| |#1| (-517)))) (-2577 ((|#3| $) 275)) (-1284 (($ (-1088 |#1|) |#3|) 117) (($ (-1088 $) |#3|) 116)) (-2884 (((-592 $) $) 126)) (-2457 (((-108) $) 152)) (-1272 (($ |#1| |#2|) 153) (($ $ |#3| (-713)) 119) (($ $ (-592 |#3|) (-592 (-713))) 118)) (-2983 (($ $ $) 235)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |#3|) 120)) (-2171 (((-108) $) 265)) (-1819 ((|#2| $) 170) (((-713) $ |#3|) 122) (((-592 (-713)) $ (-592 |#3|)) 121)) (-3033 (($ $ $) 79 (|has| |#1| (-789)))) (-1827 (((-713) $) 274)) (-1609 (($ $ $) 78 (|has| |#1| (-789)))) (-1314 (($ (-1 |#2| |#2|) $) 171)) (-2016 (($ (-1 |#1| |#1|) $) 151)) (-2018 (((-3 |#3| "failed") $) 123)) (-3115 (($ $) 202 (|has| |#1| (-429)))) (-3982 (($ $) 203 (|has| |#1| (-429)))) (-1662 (((-592 $) $) 260)) (-2672 (($ $) 263)) (-1700 (($ $) 204 (|has| |#1| (-429)))) (-3476 (((-592 $) $) 261)) (-2282 (($ $) 262)) (-1418 (($ $) 149)) (-1430 ((|#1| $) 148) (($ $ |#3|) 267)) (-2739 (($ (-592 $)) 94 (|has| |#1| (-429))) (($ $ $) 93 (|has| |#1| (-429)))) (-1949 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2855 (-713))) $ $) 234)) (-3043 (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $) 238) (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $ |#3|) 237)) (-3120 (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $) 240) (((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $ |#3|) 239)) (-2442 (($ $ $) 244) (($ $ $ |#3|) 242)) (-4104 (($ $ $) 243) (($ $ $ |#3|) 241)) (-1289 (((-1075) $) 9)) (-2602 (($ $ $) 210 (|has| |#1| (-517)))) (-3654 (((-592 $) $) 269)) (-2977 (((-3 (-592 $) "failed") $) 114)) (-3165 (((-3 (-592 $) "failed") $) 115)) (-1986 (((-3 (-2 (|:| |var| |#3|) (|:| -2168 (-713))) "failed") $) 113)) (-3732 (((-108) $ $) 252) (((-108) $ (-592 $)) 251)) (-3076 (($ $ $) 232)) (-2948 (($ $) 273)) (-3472 (((-108) $ $) 258)) (-2635 (((-108) $ $) 254) (((-108) $ (-592 $)) 253)) (-1998 (($ $ $) 233)) (-2205 (($ $) 272)) (-3993 (((-1039) $) 10)) (-2980 (((-2 (|:| -2772 $) (|:| |coef2| $)) $ $) 213 (|has| |#1| (-517)))) (-1479 (((-2 (|:| -2772 $) (|:| |coef1| $)) $ $) 214 (|has| |#1| (-517)))) (-1399 (((-108) $) 166)) (-1407 ((|#1| $) 167)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 95 (|has| |#1| (-429)))) (-2772 ((|#1| |#1| $) 206 (|has| |#1| (-429))) (($ (-592 $)) 92 (|has| |#1| (-429))) (($ $ $) 91 (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) 102 (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 101 (|has| |#1| (-844)))) (-4201 (((-396 $) $) 99 (|has| |#1| (-844)))) (-2536 (((-2 (|:| -2772 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 215 (|has| |#1| (-517)))) (-1311 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-517))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-517)))) (-3887 (($ $ |#1|) 219 (|has| |#1| (-517))) (($ $ $) 217 (|has| |#1| (-517)))) (-3104 (($ $ |#1|) 220 (|has| |#1| (-517))) (($ $ $) 218 (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) 145) (($ $ (-273 $)) 144) (($ $ $ $) 143) (($ $ (-592 $) (-592 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-592 |#3|) (-592 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-592 |#3|) (-592 $)) 138)) (-4115 (($ $ |#3|) 107 (|has| |#1| (-160)))) (-2702 (($ $ |#3|) 42) (($ $ (-592 |#3|)) 41) (($ $ |#3| (-713)) 40) (($ $ (-592 |#3|) (-592 (-713))) 39)) (-3529 ((|#2| $) 150) (((-713) $ |#3|) 130) (((-592 (-713)) $ (-592 |#3|)) 129)) (-3389 (($ $) 270)) (-1776 (($ $) 268)) (-2069 (((-827 (-357)) $) 82 (-12 (|has| |#3| (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) 81 (-12 (|has| |#3| (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) 80 (-12 (|has| |#3| (-567 (-501))) (|has| |#1| (-567 (-501))))) (($ (-887 (-385 (-525)))) 229 (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092))))) (($ (-887 (-525))) 226 (-2067 (-12 (-3272 (|has| |#1| (-37 (-385 (-525))))) (|has| |#1| (-37 (-525))) (|has| |#3| (-567 (-1092)))) (-12 (|has| |#1| (-37 (-385 (-525)))) (|has| |#3| (-567 (-1092)))))) (($ (-887 |#1|)) 223 (|has| |#3| (-567 (-1092)))) (((-1075) $) 201 (-12 (|has| |#1| (-968 (-525))) (|has| |#3| (-567 (-1092))))) (((-887 |#1|) $) 200 (|has| |#3| (-567 (-1092))))) (-1661 ((|#1| $) 175 (|has| |#1| (-429))) (($ $ |#3|) 106 (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 104 (-3944 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 163) (($ |#3|) 137) (((-887 |#1|) $) 199 (|has| |#3| (-567 (-1092)))) (($ (-385 (-525))) 72 (-2067 (|has| |#1| (-968 (-385 (-525)))) (|has| |#1| (-37 (-385 (-525)))))) (($ $) 85 (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) 168)) (-3136 ((|#1| $ |#2|) 155) (($ $ |#3| (-713)) 128) (($ $ (-592 |#3|) (-592 (-713))) 127)) (-1463 (((-3 $ "failed") $) 73 (-2067 (-3944 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) 29)) (-4042 (($ $ $ (-713)) 173 (|has| |#1| (-160)))) (-1571 (((-108) $ $) 89 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3126 (((-3 (-108) "failed") $ $) 259)) (-3375 (($) 30 T CONST)) (-3778 (($ $ $ $ (-713)) 208 (|has| |#1| (-517)))) (-2434 (($ $ $ (-713)) 209 (|has| |#1| (-517)))) (-2401 (($ $ |#3|) 38) (($ $ (-592 |#3|)) 37) (($ $ |#3| (-713)) 36) (($ $ (-592 |#3|) (-592 (-713))) 35)) (-2830 (((-108) $ $) 76 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 75 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 77 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 74 (|has| |#1| (-789)))) (-2880 (($ $ |#1|) 156 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 158 (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) 157 (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
-(((-991 |#1| |#2| |#3|) (-131) (-977) (-735) (-789)) (T -991))
-((-2577 (*1 *2 *1) (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-1827 (*1 *2 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-713)))) (-2948 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-2205 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-3979 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-3389 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-3654 (*1 *2 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-991 *3 *4 *5)))) (-1776 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-1430 (*1 *1 *1 *2) (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-1451 (*1 *1 *1 *2) (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-2171 (*1 *2 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-2918 (*1 *2 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-2672 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-2282 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-3476 (*1 *2 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-991 *3 *4 *5)))) (-1662 (*1 *2 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-991 *3 *4 *5)))) (-3126 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-3472 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-1277 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-3964 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-3964 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)))) (-2635 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-2635 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)))) (-3732 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-3732 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)))) (-3221 (*1 *2 *1 *1) (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108)))) (-3221 (*1 *2 *1 *3) (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)))) (-3101 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-1374 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-3101 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-1374 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-2442 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-4104 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-2442 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-4104 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *2 (-789)))) (-3120 (*1 *2 *1 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -3681 *1))) (-4 *1 (-991 *3 *4 *5)))) (-3120 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-5 *2 (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -3681 *1))) (-4 *1 (-991 *4 *5 *3)))) (-3043 (*1 *2 *1 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-991 *3 *4 *5)))) (-3043 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-5 *2 (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-991 *4 *5 *3)))) (-3830 (*1 *2 *1 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-991 *3 *4 *5)))) (-2983 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-1949 (*1 *2 *1 *1) (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2855 (-713)))) (-4 *1 (-991 *3 *4 *5)))) (-1998 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-3076 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)))) (-1934 (*1 *1 *2) (|partial| -12 (-5 *2 (-887 (-385 (-525)))) (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))) (-4105 (*1 *1 *2) (-12 (-5 *2 (-887 (-385 (-525)))) (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-887 (-385 (-525)))) (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))) (-1934 (*1 *1 *2) (|partial| -2067 (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5)) (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))) (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5)) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))))) (-4105 (*1 *1 *2) (-2067 (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5)) (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))) (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5)) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))))) (-2069 (*1 *1 *2) (-2067 (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5)) (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))) (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5)) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))))) (-1934 (*1 *1 *2) (|partial| -2067 (-12 (-5 *2 (-887 *3)) (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-3272 (-4 *3 (-37 (-525)))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789))) (-12 (-5 *2 (-887 *3)) (-12 (-3272 (-4 *3 (-510))) (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789))) (-12 (-5 *2 (-887 *3)) (-12 (-3272 (-4 *3 (-925 (-525)))) (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789))))) (-4105 (*1 *1 *2) (-2067 (-12 (-5 *2 (-887 *3)) (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-3272 (-4 *3 (-37 (-525)))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789))) (-12 (-5 *2 (-887 *3)) (-12 (-3272 (-4 *3 (-510))) (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789))) (-12 (-5 *2 (-887 *3)) (-12 (-3272 (-4 *3 (-925 (-525)))) (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092)))) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735)) (-4 *5 (-789))))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-887 *3)) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *5 (-567 (-1092))) (-4 *4 (-735)) (-4 *5 (-789)))) (-3699 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-1608 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-3104 (*1 *1 *1 *2) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-3887 (*1 *1 *1 *2) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-3104 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-3887 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-3882 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-2536 (*1 *2 *1 *1) (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| -2772 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-991 *3 *4 *5)))) (-1479 (*1 *2 *1 *1) (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| -2772 *1) (|:| |coef1| *1))) (-4 *1 (-991 *3 *4 *5)))) (-2980 (*1 *2 *1 *1) (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-2 (|:| -2772 *1) (|:| |coef2| *1))) (-4 *1 (-991 *3 *4 *5)))) (-3801 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-3683 (*1 *2 *1 *1) (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-991 *3 *4 *5)))) (-2602 (*1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-2434 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *3 (-517)))) (-3778 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *3 (-517)))) (-3673 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-517)))) (-2772 (*1 *2 *2 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-429)))) (-3574 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-429)))) (-1700 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-429)))) (-3982 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-429)))) (-3115 (*1 *1 *1) (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-429)))))
-(-13 (-884 |t#1| |t#2| |t#3|) (-10 -8 (-15 -2577 (|t#3| $)) (-15 -1827 ((-713) $)) (-15 -2948 ($ $)) (-15 -2205 ($ $)) (-15 -3979 ($ $)) (-15 -3389 ($ $)) (-15 -3654 ((-592 $) $)) (-15 -1776 ($ $)) (-15 -1430 ($ $ |t#3|)) (-15 -1451 ($ $ |t#3|)) (-15 -2171 ((-108) $)) (-15 -2918 ((-108) $)) (-15 -2672 ($ $)) (-15 -2282 ($ $)) (-15 -3476 ((-592 $) $)) (-15 -1662 ((-592 $) $)) (-15 -3126 ((-3 (-108) "failed") $ $)) (-15 -3472 ((-108) $ $)) (-15 -1277 ((-108) $ $)) (-15 -3964 ((-108) $ $)) (-15 -3964 ((-108) $ (-592 $))) (-15 -2635 ((-108) $ $)) (-15 -2635 ((-108) $ (-592 $))) (-15 -3732 ((-108) $ $)) (-15 -3732 ((-108) $ (-592 $))) (-15 -3221 ((-108) $ $)) (-15 -3221 ((-108) $ (-592 $))) (-15 -3101 ($ $ $)) (-15 -1374 ($ $ $)) (-15 -3101 ($ $ $ |t#3|)) (-15 -1374 ($ $ $ |t#3|)) (-15 -2442 ($ $ $)) (-15 -4104 ($ $ $)) (-15 -2442 ($ $ $ |t#3|)) (-15 -4104 ($ $ $ |t#3|)) (-15 -3120 ((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $)) (-15 -3120 ((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -3681 $)) $ $ |t#3|)) (-15 -3043 ((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -3043 ((-2 (|:| -2681 $) (|:| |gap| (-713)) (|:| -1416 $) (|:| -3681 $)) $ $ |t#3|)) (-15 -3830 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -2983 ($ $ $)) (-15 -1949 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -2855 (-713))) $ $)) (-15 -1998 ($ $ $)) (-15 -3076 ($ $ $)) (IF (|has| |t#3| (-567 (-1092))) (PROGN (-6 (-566 (-887 |t#1|))) (-6 (-567 (-887 |t#1|))) (IF (|has| |t#1| (-37 (-385 (-525)))) (PROGN (-15 -1934 ((-3 $ "failed") (-887 (-385 (-525))))) (-15 -4105 ($ (-887 (-385 (-525))))) (-15 -2069 ($ (-887 (-385 (-525))))) (-15 -1934 ((-3 $ "failed") (-887 (-525)))) (-15 -4105 ($ (-887 (-525)))) (-15 -2069 ($ (-887 (-525)))) (IF (|has| |t#1| (-925 (-525))) |%noBranch| (PROGN (-15 -1934 ((-3 $ "failed") (-887 |t#1|))) (-15 -4105 ($ (-887 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-37 (-525))) (IF (|has| |t#1| (-37 (-385 (-525)))) |%noBranch| (PROGN (-15 -1934 ((-3 $ "failed") (-887 (-525)))) (-15 -4105 ($ (-887 (-525)))) (-15 -2069 ($ (-887 (-525)))) (IF (|has| |t#1| (-510)) |%noBranch| (PROGN (-15 -1934 ((-3 $ "failed") (-887 |t#1|))) (-15 -4105 ($ (-887 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-37 (-525))) |%noBranch| (IF (|has| |t#1| (-37 (-385 (-525)))) |%noBranch| (PROGN (-15 -1934 ((-3 $ "failed") (-887 |t#1|))) (-15 -4105 ($ (-887 |t#1|)))))) (-15 -2069 ($ (-887 |t#1|))) (IF (|has| |t#1| (-968 (-525))) (-6 (-567 (-1075))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-517)) (PROGN (-15 -3699 ($ $)) (-15 -1608 ($ $)) (-15 -3104 ($ $ |t#1|)) (-15 -3887 ($ $ |t#1|)) (-15 -3104 ($ $ $)) (-15 -3887 ($ $ $)) (-15 -3882 ($ $ $)) (-15 -2536 ((-2 (|:| -2772 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -1479 ((-2 (|:| -2772 $) (|:| |coef1| $)) $ $)) (-15 -2980 ((-2 (|:| -2772 $) (|:| |coef2| $)) $ $)) (-15 -3801 ($ $ $)) (-15 -3683 ((-592 $) $ $)) (-15 -2602 ($ $ $)) (-15 -2434 ($ $ $ (-713))) (-15 -3778 ($ $ $ $ (-713))) (-15 -3673 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-429)) (PROGN (-15 -2772 (|t#1| |t#1| $)) (-15 -3574 ($ $)) (-15 -1700 ($ $)) (-15 -3982 ($ $)) (-15 -3115 ($ $))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-566 (-887 |#1|)) |has| |#3| (-567 (-1092))) ((-160) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-567 (-501)) -12 (|has| |#1| (-567 (-501))) (|has| |#3| (-567 (-501)))) ((-567 (-827 (-357))) -12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#3| (-567 (-827 (-357))))) ((-567 (-827 (-525))) -12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#3| (-567 (-827 (-525))))) ((-567 (-887 |#1|)) |has| |#3| (-567 (-1092))) ((-567 (-1075)) -12 (|has| |#1| (-968 (-525))) (|has| |#3| (-567 (-1092)))) ((-269) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-288 $) . T) ((-304 |#1| |#2|) . T) ((-355 |#1|) . T) ((-389 |#1|) . T) ((-429) -2067 (|has| |#1| (-844)) (|has| |#1| (-429))) ((-486 |#3| |#1|) . T) ((-486 |#3| $) . T) ((-486 $ $) . T) ((-517) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-594 #0#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #0#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429))) ((-669) . T) ((-789) |has| |#1| (-789)) ((-835 |#3|) . T) ((-821 (-357)) -12 (|has| |#1| (-821 (-357))) (|has| |#3| (-821 (-357)))) ((-821 (-525)) -12 (|has| |#1| (-821 (-525))) (|has| |#3| (-821 (-525)))) ((-884 |#1| |#2| |#3|) . T) ((-844) |has| |#1| (-844)) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 |#1|) . T) ((-968 |#3|) . T) ((-983 #0#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) |has| |#1| (-844)))
-((-2414 (((-108) |#3| $) 13)) (-3317 (((-3 $ "failed") |#3| (-856)) 23)) (-3300 (((-3 |#3| "failed") |#3| $) 38)) (-1889 (((-108) |#3| $) 16)) (-4079 (((-108) |#3| $) 14)))
-(((-992 |#1| |#2| |#3|) (-10 -8 (-15 -3317 ((-3 |#1| "failed") |#3| (-856))) (-15 -3300 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1889 ((-108) |#3| |#1|)) (-15 -4079 ((-108) |#3| |#1|)) (-15 -2414 ((-108) |#3| |#1|))) (-993 |#2| |#3|) (-13 (-787) (-341)) (-1150 |#2|)) (T -992))
-NIL
-(-10 -8 (-15 -3317 ((-3 |#1| "failed") |#3| (-856))) (-15 -3300 ((-3 |#3| "failed") |#3| |#1|)) (-15 -1889 ((-108) |#3| |#1|)) (-15 -4079 ((-108) |#3| |#1|)) (-15 -2414 ((-108) |#3| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) |#2| $) 21)) (-2971 (((-525) |#2| $) 22)) (-3317 (((-3 $ "failed") |#2| (-856)) 15)) (-1581 ((|#1| |#2| $ |#1|) 13)) (-3300 (((-3 |#2| "failed") |#2| $) 18)) (-1889 (((-108) |#2| $) 19)) (-4079 (((-108) |#2| $) 20)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-2013 ((|#2| $) 17)) (-4100 (((-798) $) 11)) (-1485 ((|#1| |#2| $ |#1|) 14)) (-3213 (((-592 $) |#2|) 16)) (-2775 (((-108) $ $) 6)))
-(((-993 |#1| |#2|) (-131) (-13 (-787) (-341)) (-1150 |t#1|)) (T -993))
-((-2971 (*1 *2 *3 *1) (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341))) (-4 *3 (-1150 *4)) (-5 *2 (-525)))) (-2414 (*1 *2 *3 *1) (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341))) (-4 *3 (-1150 *4)) (-5 *2 (-108)))) (-4079 (*1 *2 *3 *1) (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341))) (-4 *3 (-1150 *4)) (-5 *2 (-108)))) (-1889 (*1 *2 *3 *1) (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341))) (-4 *3 (-1150 *4)) (-5 *2 (-108)))) (-3300 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-993 *3 *2)) (-4 *3 (-13 (-787) (-341))) (-4 *2 (-1150 *3)))) (-2013 (*1 *2 *1) (-12 (-4 *1 (-993 *3 *2)) (-4 *3 (-13 (-787) (-341))) (-4 *2 (-1150 *3)))) (-3213 (*1 *2 *3) (-12 (-4 *4 (-13 (-787) (-341))) (-4 *3 (-1150 *4)) (-5 *2 (-592 *1)) (-4 *1 (-993 *4 *3)))) (-3317 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-856)) (-4 *4 (-13 (-787) (-341))) (-4 *1 (-993 *4 *2)) (-4 *2 (-1150 *4)))) (-1485 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-993 *2 *3)) (-4 *2 (-13 (-787) (-341))) (-4 *3 (-1150 *2)))) (-1581 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-993 *2 *3)) (-4 *2 (-13 (-787) (-341))) (-4 *3 (-1150 *2)))))
-(-13 (-1020) (-10 -8 (-15 -2971 ((-525) |t#2| $)) (-15 -2414 ((-108) |t#2| $)) (-15 -4079 ((-108) |t#2| $)) (-15 -1889 ((-108) |t#2| $)) (-15 -3300 ((-3 |t#2| "failed") |t#2| $)) (-15 -2013 (|t#2| $)) (-15 -3213 ((-592 $) |t#2|)) (-15 -3317 ((-3 $ "failed") |t#2| (-856))) (-15 -1485 (|t#1| |t#2| $ |t#1|)) (-15 -1581 (|t#1| |t#2| $ |t#1|))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-1723 (((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 |#4|) (-592 |#5|) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-713)) 96)) (-3588 (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713)) 56)) (-3782 (((-1179) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-713)) 87)) (-3960 (((-713) (-592 |#4|) (-592 |#5|)) 27)) (-1524 (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|) 59) (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713)) 58) (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713) (-108)) 60)) (-4129 (((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108) (-108) (-108) (-108)) 78) (((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108)) 79)) (-2069 (((-1075) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) 82)) (-2274 (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-108)) 55)) (-1857 (((-713) (-592 |#4|) (-592 |#5|)) 19)))
-(((-994 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1857 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -3960 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -2274 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-108))) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713) (-108))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108) (-108) (-108) (-108))) (-15 -1723 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 |#4|) (-592 |#5|) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-713))) (-15 -2069 ((-1075) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3782 ((-1179) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-713)))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-996 |#1| |#2| |#3| |#4|)) (T -994))
-((-3782 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9)))) (-5 *4 (-713)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-1179)) (-5 *1 (-994 *5 *6 *7 *8 *9)))) (-2069 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8))) (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-996 *4 *5 *6 *7)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1075)) (-5 *1 (-994 *4 *5 *6 *7 *8)))) (-1723 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-592 *11)) (|:| |todo| (-592 (-2 (|:| |val| *3) (|:| -1285 *11)))))) (-5 *6 (-713)) (-5 *2 (-592 (-2 (|:| |val| (-592 *10)) (|:| -1285 *11)))) (-5 *3 (-592 *10)) (-5 *4 (-592 *11)) (-4 *10 (-991 *7 *8 *9)) (-4 *11 (-996 *7 *8 *9 *10)) (-4 *7 (-429)) (-4 *8 (-735)) (-4 *9 (-789)) (-5 *1 (-994 *7 *8 *9 *10 *11)))) (-4129 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-994 *5 *6 *7 *8 *9)))) (-4129 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-994 *5 *6 *7 *8 *9)))) (-1524 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-994 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1524 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *3 (-991 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-994 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3)))) (-1524 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-713)) (-5 *6 (-108)) (-4 *7 (-429)) (-4 *8 (-735)) (-4 *9 (-789)) (-4 *3 (-991 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-994 *7 *8 *9 *3 *4)) (-4 *4 (-996 *7 *8 *9 *3)))) (-3588 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-994 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-3588 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *3 (-991 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-994 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3)))) (-2274 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *3 (-991 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-994 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-994 *5 *6 *7 *8 *9)))) (-1857 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-994 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -1857 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -3960 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -2274 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-108))) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713) (-108))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108) (-108) (-108) (-108))) (-15 -1723 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 |#4|) (-592 |#5|) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-713))) (-15 -2069 ((-1075) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3782 ((-1179) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-713))))
-((-1954 (((-108) |#5| $) 21)) (-3315 (((-108) |#5| $) 24)) (-1941 (((-108) |#5| $) 16) (((-108) $) 45)) (-2913 (((-592 $) |#5| $) NIL) (((-592 $) (-592 |#5|) $) 77) (((-592 $) (-592 |#5|) (-592 $)) 75) (((-592 $) |#5| (-592 $)) 78)) (-1397 (($ $ |#5|) NIL) (((-592 $) |#5| $) NIL) (((-592 $) |#5| (-592 $)) 60) (((-592 $) (-592 |#5|) $) 62) (((-592 $) (-592 |#5|) (-592 $)) 64)) (-3605 (((-592 $) |#5| $) NIL) (((-592 $) |#5| (-592 $)) 54) (((-592 $) (-592 |#5|) $) 56) (((-592 $) (-592 |#5|) (-592 $)) 58)) (-1484 (((-108) |#5| $) 27)))
-(((-995 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1397 ((-592 |#1|) (-592 |#5|) (-592 |#1|))) (-15 -1397 ((-592 |#1|) (-592 |#5|) |#1|)) (-15 -1397 ((-592 |#1|) |#5| (-592 |#1|))) (-15 -1397 ((-592 |#1|) |#5| |#1|)) (-15 -3605 ((-592 |#1|) (-592 |#5|) (-592 |#1|))) (-15 -3605 ((-592 |#1|) (-592 |#5|) |#1|)) (-15 -3605 ((-592 |#1|) |#5| (-592 |#1|))) (-15 -3605 ((-592 |#1|) |#5| |#1|)) (-15 -2913 ((-592 |#1|) |#5| (-592 |#1|))) (-15 -2913 ((-592 |#1|) (-592 |#5|) (-592 |#1|))) (-15 -2913 ((-592 |#1|) (-592 |#5|) |#1|)) (-15 -2913 ((-592 |#1|) |#5| |#1|)) (-15 -3315 ((-108) |#5| |#1|)) (-15 -1941 ((-108) |#1|)) (-15 -1484 ((-108) |#5| |#1|)) (-15 -1954 ((-108) |#5| |#1|)) (-15 -1941 ((-108) |#5| |#1|)) (-15 -1397 (|#1| |#1| |#5|))) (-996 |#2| |#3| |#4| |#5|) (-429) (-735) (-789) (-991 |#2| |#3| |#4|)) (T -995))
-NIL
-(-10 -8 (-15 -1397 ((-592 |#1|) (-592 |#5|) (-592 |#1|))) (-15 -1397 ((-592 |#1|) (-592 |#5|) |#1|)) (-15 -1397 ((-592 |#1|) |#5| (-592 |#1|))) (-15 -1397 ((-592 |#1|) |#5| |#1|)) (-15 -3605 ((-592 |#1|) (-592 |#5|) (-592 |#1|))) (-15 -3605 ((-592 |#1|) (-592 |#5|) |#1|)) (-15 -3605 ((-592 |#1|) |#5| (-592 |#1|))) (-15 -3605 ((-592 |#1|) |#5| |#1|)) (-15 -2913 ((-592 |#1|) |#5| (-592 |#1|))) (-15 -2913 ((-592 |#1|) (-592 |#5|) (-592 |#1|))) (-15 -2913 ((-592 |#1|) (-592 |#5|) |#1|)) (-15 -2913 ((-592 |#1|) |#5| |#1|)) (-15 -3315 ((-108) |#5| |#1|)) (-15 -1941 ((-108) |#1|)) (-15 -1484 ((-108) |#5| |#1|)) (-15 -1954 ((-108) |#5| |#1|)) (-15 -1941 ((-108) |#5| |#1|)) (-15 -1397 (|#1| |#1| |#5|)))
-((-4087 (((-108) $ $) 7)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) 85)) (-3347 (((-592 $) (-592 |#4|)) 86) (((-592 $) (-592 |#4|) (-108)) 111)) (-1296 (((-592 |#3|) $) 33)) (-2071 (((-108) $) 26)) (-3093 (((-108) $) 17 (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) 101) (((-108) $) 97)) (-1402 ((|#4| |#4| $) 92)) (-4195 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| $) 126)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) 27)) (-3779 (((-108) $ (-713)) 44)) (-2399 (($ (-1 (-108) |#4|) $) 65 (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) 79)) (-2475 (($) 45 T CONST)) (-3542 (((-108) $) 22 (|has| |#1| (-517)))) (-2462 (((-108) $ $) 24 (|has| |#1| (-517)))) (-2390 (((-108) $ $) 23 (|has| |#1| (-517)))) (-1698 (((-108) $) 25 (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 93)) (-3308 (((-592 |#4|) (-592 |#4|) $) 18 (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) 19 (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) 36)) (-4105 (($ (-592 |#4|)) 35)) (-1659 (((-3 $ "failed") $) 82)) (-2268 ((|#4| |#4| $) 89)) (-1681 (($ $) 68 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#4| $) 67 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#4|) $) 64 (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) 102)) (-1469 ((|#4| |#4| $) 87)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 94)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) 105)) (-1954 (((-108) |#4| $) 136)) (-3315 (((-108) |#4| $) 133)) (-1941 (((-108) |#4| $) 137) (((-108) $) 134)) (-2175 (((-592 |#4|) $) 52 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) 104) (((-108) $) 103)) (-2577 ((|#3| $) 34)) (-2516 (((-108) $ (-713)) 43)) (-2617 (((-592 |#4|) $) 53 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 55 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 47)) (-3435 (((-592 |#3|) $) 32)) (-2468 (((-108) |#3| $) 31)) (-4028 (((-108) $ (-713)) 42)) (-1289 (((-1075) $) 9)) (-4180 (((-3 |#4| (-592 $)) |#4| |#4| $) 128)) (-2602 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| |#4| $) 127)) (-2718 (((-3 |#4| "failed") $) 83)) (-2346 (((-592 $) |#4| $) 129)) (-3580 (((-3 (-108) (-592 $)) |#4| $) 132)) (-3022 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) |#4| $) 131) (((-108) |#4| $) 130)) (-2913 (((-592 $) |#4| $) 125) (((-592 $) (-592 |#4|) $) 124) (((-592 $) (-592 |#4|) (-592 $)) 123) (((-592 $) |#4| (-592 $)) 122)) (-1513 (($ |#4| $) 117) (($ (-592 |#4|) $) 116)) (-1455 (((-592 |#4|) $) 107)) (-3732 (((-108) |#4| $) 99) (((-108) $) 95)) (-3076 ((|#4| |#4| $) 90)) (-3472 (((-108) $ $) 110)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) 100) (((-108) $) 96)) (-1998 ((|#4| |#4| $) 91)) (-3993 (((-1039) $) 10)) (-1647 (((-3 |#4| "failed") $) 84)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) 61)) (-2821 (((-3 $ "failed") $ |#4|) 78)) (-1397 (($ $ |#4|) 77) (((-592 $) |#4| $) 115) (((-592 $) |#4| (-592 $)) 114) (((-592 $) (-592 |#4|) $) 113) (((-592 $) (-592 |#4|) (-592 $)) 112)) (-1518 (((-108) (-1 (-108) |#4|) $) 50 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) 59 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) 57 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) 56 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) 38)) (-3479 (((-108) $) 41)) (-1558 (($) 40)) (-3529 (((-713) $) 106)) (-4002 (((-713) |#4| $) 54 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#4|) $) 51 (|has| $ (-6 -4259)))) (-2503 (($ $) 39)) (-2069 (((-501) $) 69 (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 60)) (-4151 (($ $ |#3|) 28)) (-3522 (($ $ |#3|) 30)) (-1411 (($ $) 88)) (-3963 (($ $ |#3|) 29)) (-4100 (((-798) $) 11) (((-592 |#4|) $) 37)) (-1223 (((-713) $) 76 (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) 108)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) 98)) (-3605 (((-592 $) |#4| $) 121) (((-592 $) |#4| (-592 $)) 120) (((-592 $) (-592 |#4|) $) 119) (((-592 $) (-592 |#4|) (-592 $)) 118)) (-2706 (((-108) (-1 (-108) |#4|) $) 49 (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) 81)) (-1484 (((-108) |#4| $) 135)) (-2738 (((-108) |#3| $) 80)) (-2775 (((-108) $ $) 6)) (-2827 (((-713) $) 46 (|has| $ (-6 -4259)))))
-(((-996 |#1| |#2| |#3| |#4|) (-131) (-429) (-735) (-789) (-991 |t#1| |t#2| |t#3|)) (T -996))
-((-1941 (*1 *2 *3 *1) (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-1954 (*1 *2 *3 *1) (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-1484 (*1 *2 *3 *1) (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-1941 (*1 *2 *1) (-12 (-4 *1 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))) (-3315 (*1 *2 *3 *1) (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-3580 (*1 *2 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-3 (-108) (-592 *1))) (-4 *1 (-996 *4 *5 *6 *3)))) (-3022 (*1 *2 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *1)))) (-4 *1 (-996 *4 *5 *6 *3)))) (-3022 (*1 *2 *3 *1) (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-2346 (*1 *2 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)))) (-4180 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-3 *3 (-592 *1))) (-4 *1 (-996 *4 *5 *6 *3)))) (-2602 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *1)))) (-4 *1 (-996 *4 *5 *6 *3)))) (-4195 (*1 *2 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *1)))) (-4 *1 (-996 *4 *5 *6 *3)))) (-2913 (*1 *2 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)))) (-2913 (*1 *2 *3 *1) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *7)))) (-2913 (*1 *2 *3 *2) (-12 (-5 *2 (-592 *1)) (-5 *3 (-592 *7)) (-4 *1 (-996 *4 *5 *6 *7)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)))) (-2913 (*1 *2 *3 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)))) (-3605 (*1 *2 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)))) (-3605 (*1 *2 *3 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)))) (-3605 (*1 *2 *3 *1) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *7)))) (-3605 (*1 *2 *3 *2) (-12 (-5 *2 (-592 *1)) (-5 *3 (-592 *7)) (-4 *1 (-996 *4 *5 *6 *7)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)))) (-1513 (*1 *1 *2 *1) (-12 (-4 *1 (-996 *3 *4 *5 *2)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-1513 (*1 *1 *2 *1) (-12 (-5 *2 (-592 *6)) (-4 *1 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)))) (-1397 (*1 *2 *3 *1) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)))) (-1397 (*1 *2 *3 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)))) (-1397 (*1 *2 *3 *1) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *7)))) (-1397 (*1 *2 *3 *2) (-12 (-5 *2 (-592 *1)) (-5 *3 (-592 *7)) (-4 *1 (-996 *4 *5 *6 *7)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)))) (-3347 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-996 *5 *6 *7 *8)))))
-(-13 (-1122 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -1941 ((-108) |t#4| $)) (-15 -1954 ((-108) |t#4| $)) (-15 -1484 ((-108) |t#4| $)) (-15 -1941 ((-108) $)) (-15 -3315 ((-108) |t#4| $)) (-15 -3580 ((-3 (-108) (-592 $)) |t#4| $)) (-15 -3022 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) |t#4| $)) (-15 -3022 ((-108) |t#4| $)) (-15 -2346 ((-592 $) |t#4| $)) (-15 -4180 ((-3 |t#4| (-592 $)) |t#4| |t#4| $)) (-15 -2602 ((-592 (-2 (|:| |val| |t#4|) (|:| -1285 $))) |t#4| |t#4| $)) (-15 -4195 ((-592 (-2 (|:| |val| |t#4|) (|:| -1285 $))) |t#4| $)) (-15 -2913 ((-592 $) |t#4| $)) (-15 -2913 ((-592 $) (-592 |t#4|) $)) (-15 -2913 ((-592 $) (-592 |t#4|) (-592 $))) (-15 -2913 ((-592 $) |t#4| (-592 $))) (-15 -3605 ((-592 $) |t#4| $)) (-15 -3605 ((-592 $) |t#4| (-592 $))) (-15 -3605 ((-592 $) (-592 |t#4|) $)) (-15 -3605 ((-592 $) (-592 |t#4|) (-592 $))) (-15 -1513 ($ |t#4| $)) (-15 -1513 ($ (-592 |t#4|) $)) (-15 -1397 ((-592 $) |t#4| $)) (-15 -1397 ((-592 $) |t#4| (-592 $))) (-15 -1397 ((-592 $) (-592 |t#4|) $)) (-15 -1397 ((-592 $) (-592 |t#4|) (-592 $))) (-15 -3347 ((-592 $) (-592 |t#4|) (-108)))))
-(((-33) . T) ((-97) . T) ((-566 (-592 |#4|)) . T) ((-566 (-798)) . T) ((-142 |#4|) . T) ((-567 (-501)) |has| |#4| (-567 (-501))) ((-288 |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-464 |#4|) . T) ((-486 |#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-909 |#1| |#2| |#3| |#4|) . T) ((-1020) . T) ((-1122 |#1| |#2| |#3| |#4|) . T) ((-1128) . T))
-((-1901 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|) 81)) (-3065 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|) 113)) (-1920 (((-592 |#5|) |#4| |#5|) 70)) (-1439 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|) 46) (((-108) |#4| |#5|) 53)) (-1491 (((-1179)) 37)) (-3319 (((-1179)) 26)) (-4160 (((-1179) (-1075) (-1075) (-1075)) 33)) (-1256 (((-1179) (-1075) (-1075) (-1075)) 22)) (-3422 (((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#4| |#4| |#5|) 96)) (-2725 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#3| (-108)) 107) (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5| (-108) (-108)) 50)) (-1832 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|) 102)))
-(((-997 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1256 ((-1179) (-1075) (-1075) (-1075))) (-15 -3319 ((-1179))) (-15 -4160 ((-1179) (-1075) (-1075) (-1075))) (-15 -1491 ((-1179))) (-15 -3422 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -2725 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5| (-108) (-108))) (-15 -2725 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#3| (-108))) (-15 -1832 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -3065 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -1439 ((-108) |#4| |#5|)) (-15 -1439 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -1920 ((-592 |#5|) |#4| |#5|)) (-15 -1901 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-996 |#1| |#2| |#3| |#4|)) (T -997))
-((-1901 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1920 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4)) (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1439 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4)))) (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1439 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-108)) (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-3065 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1832 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-2725 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9)))) (-5 *5 (-108)) (-4 *8 (-991 *6 *7 *4)) (-4 *9 (-996 *6 *7 *4 *8)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *4 (-789)) (-5 *2 (-592 (-2 (|:| |val| *8) (|:| -1285 *9)))) (-5 *1 (-997 *6 *7 *4 *8 *9)))) (-2725 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *3 (-991 *6 *7 *8)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-997 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3)))) (-3422 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))) (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1491 (*1 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179)) (-5 *1 (-997 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))) (-4160 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179)) (-5 *1 (-997 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-3319 (*1 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179)) (-5 *1 (-997 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))) (-1256 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179)) (-5 *1 (-997 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(-10 -7 (-15 -1256 ((-1179) (-1075) (-1075) (-1075))) (-15 -3319 ((-1179))) (-15 -4160 ((-1179) (-1075) (-1075) (-1075))) (-15 -1491 ((-1179))) (-15 -3422 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -2725 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5| (-108) (-108))) (-15 -2725 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#3| (-108))) (-15 -1832 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -3065 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -1439 ((-108) |#4| |#5|)) (-15 -1439 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -1920 ((-592 |#5|) |#4| |#5|)) (-15 -1901 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|)))
-((-4087 (((-108) $ $) NIL)) (-2411 (((-1092) $) 8)) (-1289 (((-1075) $) 16)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 13)))
-(((-998 |#1|) (-13 (-1020) (-10 -8 (-15 -2411 ((-1092) $)))) (-1092)) (T -998))
-((-2411 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-998 *3)) (-14 *3 *2))))
-(-13 (-1020) (-10 -8 (-15 -2411 ((-1092) $))))
-((-4087 (((-108) $ $) NIL)) (-4113 (($ $ (-592 (-1092)) (-1 (-108) (-592 |#3|))) 33)) (-3650 (($ |#3| |#3|) 22) (($ |#3| |#3| (-592 (-1092))) 20)) (-3283 ((|#3| $) 13)) (-1934 (((-3 (-273 |#3|) "failed") $) 58)) (-4105 (((-273 |#3|) $) NIL)) (-4227 (((-592 (-1092)) $) 16)) (-2359 (((-827 |#1|) $) 11)) (-3268 ((|#3| $) 12)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3431 ((|#3| $ |#3|) 27) ((|#3| $ |#3| (-856)) 39)) (-4100 (((-798) $) 86) (($ (-273 |#3|)) 21)) (-2775 (((-108) $ $) 36)))
-(((-999 |#1| |#2| |#3|) (-13 (-1020) (-265 |#3| |#3|) (-968 (-273 |#3|)) (-10 -8 (-15 -3650 ($ |#3| |#3|)) (-15 -3650 ($ |#3| |#3| (-592 (-1092)))) (-15 -4113 ($ $ (-592 (-1092)) (-1 (-108) (-592 |#3|)))) (-15 -2359 ((-827 |#1|) $)) (-15 -3268 (|#3| $)) (-15 -3283 (|#3| $)) (-15 -3431 (|#3| $ |#3| (-856))) (-15 -4227 ((-592 (-1092)) $)))) (-1020) (-13 (-977) (-821 |#1|) (-789) (-567 (-827 |#1|))) (-13 (-408 |#2|) (-821 |#1|) (-567 (-827 |#1|)))) (T -999))
-((-3650 (*1 *1 *2 *2) (-12 (-4 *3 (-1020)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3)))) (-5 *1 (-999 *3 *4 *2)) (-4 *2 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))))) (-3650 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-592 (-1092))) (-4 *4 (-1020)) (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4)))) (-5 *1 (-999 *4 *5 *2)) (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))))) (-4113 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-1 (-108) (-592 *6))) (-4 *6 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))) (-4 *4 (-1020)) (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4)))) (-5 *1 (-999 *4 *5 *6)))) (-2359 (*1 *2 *1) (-12 (-4 *3 (-1020)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 *2))) (-5 *2 (-827 *3)) (-5 *1 (-999 *3 *4 *5)) (-4 *5 (-13 (-408 *4) (-821 *3) (-567 *2))))) (-3268 (*1 *2 *1) (-12 (-4 *3 (-1020)) (-4 *2 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))) (-5 *1 (-999 *3 *4 *2)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3)))))) (-3283 (*1 *2 *1) (-12 (-4 *3 (-1020)) (-4 *2 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))) (-5 *1 (-999 *3 *4 *2)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3)))))) (-3431 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-856)) (-4 *4 (-1020)) (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4)))) (-5 *1 (-999 *4 *5 *2)) (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))))) (-4227 (*1 *2 *1) (-12 (-4 *3 (-1020)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3)))) (-5 *2 (-592 (-1092))) (-5 *1 (-999 *3 *4 *5)) (-4 *5 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))))))
-(-13 (-1020) (-265 |#3| |#3|) (-968 (-273 |#3|)) (-10 -8 (-15 -3650 ($ |#3| |#3|)) (-15 -3650 ($ |#3| |#3| (-592 (-1092)))) (-15 -4113 ($ $ (-592 (-1092)) (-1 (-108) (-592 |#3|)))) (-15 -2359 ((-827 |#1|) $)) (-15 -3268 (|#3| $)) (-15 -3283 (|#3| $)) (-15 -3431 (|#3| $ |#3| (-856))) (-15 -4227 ((-592 (-1092)) $))))
-((-4087 (((-108) $ $) NIL)) (-4075 (($ (-592 (-999 |#1| |#2| |#3|))) 13)) (-2445 (((-592 (-999 |#1| |#2| |#3|)) $) 20)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3431 ((|#3| $ |#3|) 23) ((|#3| $ |#3| (-856)) 26)) (-4100 (((-798) $) 16)) (-2775 (((-108) $ $) 19)))
-(((-1000 |#1| |#2| |#3|) (-13 (-1020) (-265 |#3| |#3|) (-10 -8 (-15 -4075 ($ (-592 (-999 |#1| |#2| |#3|)))) (-15 -2445 ((-592 (-999 |#1| |#2| |#3|)) $)) (-15 -3431 (|#3| $ |#3| (-856))))) (-1020) (-13 (-977) (-821 |#1|) (-789) (-567 (-827 |#1|))) (-13 (-408 |#2|) (-821 |#1|) (-567 (-827 |#1|)))) (T -1000))
-((-4075 (*1 *1 *2) (-12 (-5 *2 (-592 (-999 *3 *4 *5))) (-4 *3 (-1020)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3)))) (-4 *5 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))) (-5 *1 (-1000 *3 *4 *5)))) (-2445 (*1 *2 *1) (-12 (-4 *3 (-1020)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3)))) (-5 *2 (-592 (-999 *3 *4 *5))) (-5 *1 (-1000 *3 *4 *5)) (-4 *5 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))))) (-3431 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-856)) (-4 *4 (-1020)) (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4)))) (-5 *1 (-1000 *4 *5 *2)) (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))))))
-(-13 (-1020) (-265 |#3| |#3|) (-10 -8 (-15 -4075 ($ (-592 (-999 |#1| |#2| |#3|)))) (-15 -2445 ((-592 (-999 |#1| |#2| |#3|)) $)) (-15 -3431 (|#3| $ |#3| (-856)))))
-((-3359 (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108)) 75) (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|))) 77) (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108)) 76)))
-(((-1001 |#1| |#2|) (-10 -7 (-15 -3359 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108))) (-15 -3359 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)))) (-15 -3359 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108)))) (-13 (-286) (-138)) (-592 (-1092))) (T -1001))
-((-3359 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5)))))) (-5 *1 (-1001 *5 *6)) (-5 *3 (-592 (-887 *5))) (-14 *6 (-592 (-1092))))) (-3359 (*1 *2 *3) (-12 (-4 *4 (-13 (-286) (-138))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *4)) (|:| -2754 (-592 (-887 *4)))))) (-5 *1 (-1001 *4 *5)) (-5 *3 (-592 (-887 *4))) (-14 *5 (-592 (-1092))))) (-3359 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5)))))) (-5 *1 (-1001 *5 *6)) (-5 *3 (-592 (-887 *5))) (-14 *6 (-592 (-1092))))))
-(-10 -7 (-15 -3359 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108))) (-15 -3359 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)))) (-15 -3359 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108))))
-((-4201 (((-396 |#3|) |#3|) 18)))
-(((-1002 |#1| |#2| |#3|) (-10 -7 (-15 -4201 ((-396 |#3|) |#3|))) (-1150 (-385 (-525))) (-13 (-341) (-138) (-667 (-385 (-525)) |#1|)) (-1150 |#2|)) (T -1002))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-1150 (-385 (-525)))) (-4 *5 (-13 (-341) (-138) (-667 (-385 (-525)) *4))) (-5 *2 (-396 *3)) (-5 *1 (-1002 *4 *5 *3)) (-4 *3 (-1150 *5)))))
-(-10 -7 (-15 -4201 ((-396 |#3|) |#3|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 126)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-341)))) (-2433 (($ $) NIL (|has| |#1| (-341)))) (-1568 (((-108) $) NIL (|has| |#1| (-341)))) (-3855 (((-632 |#1|) (-1174 $)) NIL) (((-632 |#1|)) 115)) (-2924 ((|#1| $) 119)) (-3395 (((-1102 (-856) (-713)) (-525)) NIL (|has| |#1| (-327)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1613 (((-713)) 40 (|has| |#1| (-346)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-2580 (($ (-1174 |#1|) (-1174 $)) NIL) (($ (-1174 |#1|)) 43)) (-2928 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-327)))) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1588 (((-632 |#1|) $ (-1174 $)) NIL) (((-632 |#1|) $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 106) (((-632 |#1|) (-632 $)) 101)) (-3504 (($ |#2|) 61) (((-3 $ "failed") (-385 |#2|)) NIL (|has| |#1| (-341)))) (-3300 (((-3 $ "failed") $) NIL)) (-3085 (((-856)) 77)) (-1903 (($) 44 (|has| |#1| (-346)))) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-3932 (($) NIL (|has| |#1| (-327)))) (-3920 (((-108) $) NIL (|has| |#1| (-327)))) (-1339 (($ $ (-713)) NIL (|has| |#1| (-327))) (($ $) NIL (|has| |#1| (-327)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-4000 (((-856) $) NIL (|has| |#1| (-327))) (((-775 (-856)) $) NIL (|has| |#1| (-327)))) (-2278 (((-108) $) NIL)) (-2704 ((|#1| $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-327)))) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2021 ((|#2| $) 84 (|has| |#1| (-341)))) (-3685 (((-856) $) 131 (|has| |#1| (-346)))) (-3492 ((|#2| $) 58)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2948 (($) NIL (|has| |#1| (-327)) CONST)) (-1722 (($ (-856)) 125 (|has| |#1| (-346)))) (-3993 (((-1039) $) NIL)) (-3817 (($) 121)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-3901 (((-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))) NIL (|has| |#1| (-327)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-4115 ((|#1| (-1174 $)) NIL) ((|#1|) 109)) (-2043 (((-713) $) NIL (|has| |#1| (-327))) (((-3 (-713) "failed") $ $) NIL (|has| |#1| (-327)))) (-2702 (($ $) NIL (-2067 (-12 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-713)) NIL (-2067 (-12 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-1 |#1| |#1|) (-713)) NIL (|has| |#1| (-341))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-341)))) (-2897 (((-632 |#1|) (-1174 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-341)))) (-2013 ((|#2|) 73)) (-3823 (($) NIL (|has| |#1| (-327)))) (-2754 (((-1174 |#1|) $ (-1174 $)) 89) (((-632 |#1|) (-1174 $) (-1174 $)) NIL) (((-1174 |#1|) $) 71) (((-632 |#1|) (-1174 $)) 85)) (-2069 (((-1174 |#1|) $) NIL) (($ (-1174 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (|has| |#1| (-327)))) (-4100 (((-798) $) 57) (($ (-525)) 53) (($ |#1|) 54) (($ $) NIL (|has| |#1| (-341))) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-341)) (|has| |#1| (-968 (-385 (-525))))))) (-1463 (($ $) NIL (|has| |#1| (-327))) (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-3153 ((|#2| $) 82)) (-2448 (((-713)) 75)) (-2103 (((-1174 $)) 81)) (-1571 (((-108) $ $) NIL (|has| |#1| (-341)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 30 T CONST)) (-3375 (($) 19 T CONST)) (-2401 (($ $) NIL (-2067 (-12 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-713)) NIL (-2067 (-12 (|has| |#1| (-213)) (|has| |#1| (-341))) (|has| |#1| (-327)))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-341)) (|has| |#1| (-835 (-1092))))) (($ $ (-1 |#1| |#1|) (-713)) NIL (|has| |#1| (-341))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-341)))) (-2775 (((-108) $ $) 63)) (-2880 (($ $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) 67) (($ $ $) NIL)) (-2860 (($ $ $) 65)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 51) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 48) (($ (-385 (-525)) $) NIL (|has| |#1| (-341))) (($ $ (-385 (-525))) NIL (|has| |#1| (-341)))))
-(((-1003 |#1| |#2| |#3|) (-667 |#1| |#2|) (-160) (-1150 |#1|) |#2|) (T -1003))
-NIL
-(-667 |#1| |#2|)
-((-4201 (((-396 |#3|) |#3|) 19)))
-(((-1004 |#1| |#2| |#3|) (-10 -7 (-15 -4201 ((-396 |#3|) |#3|))) (-1150 (-385 (-887 (-525)))) (-13 (-341) (-138) (-667 (-385 (-887 (-525))) |#1|)) (-1150 |#2|)) (T -1004))
-((-4201 (*1 *2 *3) (-12 (-4 *4 (-1150 (-385 (-887 (-525))))) (-4 *5 (-13 (-341) (-138) (-667 (-385 (-887 (-525))) *4))) (-5 *2 (-396 *3)) (-5 *1 (-1004 *4 *5 *3)) (-4 *3 (-1150 *5)))))
-(-10 -7 (-15 -4201 ((-396 |#3|) |#3|)))
-((-4087 (((-108) $ $) NIL)) (-3033 (($ $ $) 14)) (-1609 (($ $ $) 15)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3122 (($) 6)) (-2069 (((-1092) $) 18)) (-4100 (((-798) $) 12)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 13)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 8)))
-(((-1005) (-13 (-789) (-10 -8 (-15 -3122 ($)) (-15 -2069 ((-1092) $))))) (T -1005))
-((-3122 (*1 *1) (-5 *1 (-1005))) (-2069 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1005)))))
-(-13 (-789) (-10 -8 (-15 -3122 ($)) (-15 -2069 ((-1092) $))))
-((-2537 ((|#1| |#1| (-1 (-525) |#1| |#1|)) 24) ((|#1| |#1| (-1 (-108) |#1|)) 20)) (-2551 (((-1179)) 15)) (-2099 (((-592 |#1|)) 9)))
-(((-1006 |#1|) (-10 -7 (-15 -2551 ((-1179))) (-15 -2099 ((-592 |#1|))) (-15 -2537 (|#1| |#1| (-1 (-108) |#1|))) (-15 -2537 (|#1| |#1| (-1 (-525) |#1| |#1|)))) (-127)) (T -1006))
-((-2537 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-525) *2 *2)) (-4 *2 (-127)) (-5 *1 (-1006 *2)))) (-2537 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-108) *2)) (-4 *2 (-127)) (-5 *1 (-1006 *2)))) (-2099 (*1 *2) (-12 (-5 *2 (-592 *3)) (-5 *1 (-1006 *3)) (-4 *3 (-127)))) (-2551 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1006 *3)) (-4 *3 (-127)))))
-(-10 -7 (-15 -2551 ((-1179))) (-15 -2099 ((-592 |#1|))) (-15 -2537 (|#1| |#1| (-1 (-108) |#1|))) (-15 -2537 (|#1| |#1| (-1 (-525) |#1| |#1|))))
-((-3844 (($ (-104) $) 16)) (-2439 (((-3 (-104) "failed") (-1092) $) 15)) (-1558 (($) 7)) (-4111 (($) 17)) (-3105 (($) 18)) (-2592 (((-592 (-162)) $) 10)) (-4100 (((-798) $) 21)))
-(((-1007) (-13 (-566 (-798)) (-10 -8 (-15 -1558 ($)) (-15 -2592 ((-592 (-162)) $)) (-15 -2439 ((-3 (-104) "failed") (-1092) $)) (-15 -3844 ($ (-104) $)) (-15 -4111 ($)) (-15 -3105 ($))))) (T -1007))
-((-1558 (*1 *1) (-5 *1 (-1007))) (-2592 (*1 *2 *1) (-12 (-5 *2 (-592 (-162))) (-5 *1 (-1007)))) (-2439 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-104)) (-5 *1 (-1007)))) (-3844 (*1 *1 *2 *1) (-12 (-5 *2 (-104)) (-5 *1 (-1007)))) (-4111 (*1 *1) (-5 *1 (-1007))) (-3105 (*1 *1) (-5 *1 (-1007))))
-(-13 (-566 (-798)) (-10 -8 (-15 -1558 ($)) (-15 -2592 ((-592 (-162)) $)) (-15 -2439 ((-3 (-104) "failed") (-1092) $)) (-15 -3844 ($ (-104) $)) (-15 -4111 ($)) (-15 -3105 ($))))
-((-3551 (((-1174 (-632 |#1|)) (-592 (-632 |#1|))) 42) (((-1174 (-632 (-887 |#1|))) (-592 (-1092)) (-632 (-887 |#1|))) 63) (((-1174 (-632 (-385 (-887 |#1|)))) (-592 (-1092)) (-632 (-385 (-887 |#1|)))) 79)) (-2754 (((-1174 |#1|) (-632 |#1|) (-592 (-632 |#1|))) 36)))
-(((-1008 |#1|) (-10 -7 (-15 -3551 ((-1174 (-632 (-385 (-887 |#1|)))) (-592 (-1092)) (-632 (-385 (-887 |#1|))))) (-15 -3551 ((-1174 (-632 (-887 |#1|))) (-592 (-1092)) (-632 (-887 |#1|)))) (-15 -3551 ((-1174 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -2754 ((-1174 |#1|) (-632 |#1|) (-592 (-632 |#1|))))) (-341)) (T -1008))
-((-2754 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-632 *5))) (-5 *3 (-632 *5)) (-4 *5 (-341)) (-5 *2 (-1174 *5)) (-5 *1 (-1008 *5)))) (-3551 (*1 *2 *3) (-12 (-5 *3 (-592 (-632 *4))) (-4 *4 (-341)) (-5 *2 (-1174 (-632 *4))) (-5 *1 (-1008 *4)))) (-3551 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-1092))) (-4 *5 (-341)) (-5 *2 (-1174 (-632 (-887 *5)))) (-5 *1 (-1008 *5)) (-5 *4 (-632 (-887 *5))))) (-3551 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-1092))) (-4 *5 (-341)) (-5 *2 (-1174 (-632 (-385 (-887 *5))))) (-5 *1 (-1008 *5)) (-5 *4 (-632 (-385 (-887 *5)))))))
-(-10 -7 (-15 -3551 ((-1174 (-632 (-385 (-887 |#1|)))) (-592 (-1092)) (-632 (-385 (-887 |#1|))))) (-15 -3551 ((-1174 (-632 (-887 |#1|))) (-592 (-1092)) (-632 (-887 |#1|)))) (-15 -3551 ((-1174 (-632 |#1|)) (-592 (-632 |#1|)))) (-15 -2754 ((-1174 |#1|) (-632 |#1|) (-592 (-632 |#1|)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1761 (((-592 (-713)) $) NIL) (((-592 (-713)) $ (-1092)) NIL)) (-4016 (((-713) $) NIL) (((-713) $ (-1092)) NIL)) (-1296 (((-592 (-1010 (-1092))) $) NIL)) (-4169 (((-1088 $) $ (-1010 (-1092))) NIL) (((-1088 |#1|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-1010 (-1092)))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3385 (($ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-1010 (-1092)) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL) (((-3 (-1044 |#1| (-1092)) "failed") $) NIL)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-1010 (-1092)) $) NIL) (((-1092) $) NIL) (((-1044 |#1| (-1092)) $) NIL)) (-3801 (($ $ $ (-1010 (-1092))) NIL (|has| |#1| (-160)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ (-1010 (-1092))) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-497 (-1010 (-1092))) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1010 (-1092)) (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1010 (-1092)) (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-4000 (((-713) $ (-1092)) NIL) (((-713) $) NIL)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-1284 (($ (-1088 |#1|) (-1010 (-1092))) NIL) (($ (-1088 $) (-1010 (-1092))) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-497 (-1010 (-1092)))) NIL) (($ $ (-1010 (-1092)) (-713)) NIL) (($ $ (-592 (-1010 (-1092))) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-1010 (-1092))) NIL)) (-1819 (((-497 (-1010 (-1092))) $) NIL) (((-713) $ (-1010 (-1092))) NIL) (((-592 (-713)) $ (-592 (-1010 (-1092)))) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-497 (-1010 (-1092))) (-497 (-1010 (-1092)))) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2535 (((-1 $ (-713)) (-1092)) NIL) (((-1 $ (-713)) $) NIL (|has| |#1| (-213)))) (-2018 (((-3 (-1010 (-1092)) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-3481 (((-1010 (-1092)) $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-2438 (((-108) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-1010 (-1092))) (|:| -2168 (-713))) "failed") $) NIL)) (-3343 (($ $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-1010 (-1092)) |#1|) NIL) (($ $ (-592 (-1010 (-1092))) (-592 |#1|)) NIL) (($ $ (-1010 (-1092)) $) NIL) (($ $ (-592 (-1010 (-1092))) (-592 $)) NIL) (($ $ (-1092) $) NIL (|has| |#1| (-213))) (($ $ (-592 (-1092)) (-592 $)) NIL (|has| |#1| (-213))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-213))) (($ $ (-592 (-1092)) (-592 |#1|)) NIL (|has| |#1| (-213)))) (-4115 (($ $ (-1010 (-1092))) NIL (|has| |#1| (-160)))) (-2702 (($ $ (-1010 (-1092))) NIL) (($ $ (-592 (-1010 (-1092)))) NIL) (($ $ (-1010 (-1092)) (-713)) NIL) (($ $ (-592 (-1010 (-1092))) (-592 (-713))) NIL) (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1771 (((-592 (-1092)) $) NIL)) (-3529 (((-497 (-1010 (-1092))) $) NIL) (((-713) $ (-1010 (-1092))) NIL) (((-592 (-713)) $ (-592 (-1010 (-1092)))) NIL) (((-713) $ (-1092)) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-1010 (-1092)) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-1010 (-1092)) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-1010 (-1092)) (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) NIL (|has| |#1| (-429))) (($ $ (-1010 (-1092))) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-1010 (-1092))) NIL) (($ (-1092)) NIL) (($ (-1044 |#1| (-1092))) NIL) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-497 (-1010 (-1092)))) NIL) (($ $ (-1010 (-1092)) (-713)) NIL) (($ $ (-592 (-1010 (-1092))) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-1010 (-1092))) NIL) (($ $ (-592 (-1010 (-1092)))) NIL) (($ $ (-1010 (-1092)) (-713)) NIL) (($ $ (-592 (-1010 (-1092))) (-592 (-713))) NIL) (($ $) NIL (|has| |#1| (-213))) (($ $ (-713)) NIL (|has| |#1| (-213))) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1009 |#1|) (-13 (-232 |#1| (-1092) (-1010 (-1092)) (-497 (-1010 (-1092)))) (-968 (-1044 |#1| (-1092)))) (-977)) (T -1009))
-NIL
-(-13 (-232 |#1| (-1092) (-1010 (-1092)) (-497 (-1010 (-1092)))) (-968 (-1044 |#1| (-1092))))
-((-4087 (((-108) $ $) NIL)) (-4016 (((-713) $) NIL)) (-3469 ((|#1| $) 10)) (-1934 (((-3 |#1| "failed") $) NIL)) (-4105 ((|#1| $) NIL)) (-4000 (((-713) $) 11)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-2535 (($ |#1| (-713)) 9)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2702 (($ $) NIL) (($ $ (-713)) NIL)) (-4100 (((-798) $) NIL) (($ |#1|) NIL)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 15)))
-(((-1010 |#1|) (-245 |#1|) (-789)) (T -1010))
-NIL
-(-245 |#1|)
-((-2016 (((-592 |#2|) (-1 |#2| |#1|) (-1015 |#1|)) 24 (|has| |#1| (-787))) (((-1015 |#2|) (-1 |#2| |#1|) (-1015 |#1|)) 14)))
-(((-1011 |#1| |#2|) (-10 -7 (-15 -2016 ((-1015 |#2|) (-1 |#2| |#1|) (-1015 |#1|))) (IF (|has| |#1| (-787)) (-15 -2016 ((-592 |#2|) (-1 |#2| |#1|) (-1015 |#1|))) |%noBranch|)) (-1128) (-1128)) (T -1011))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1015 *5)) (-4 *5 (-787)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-592 *6)) (-5 *1 (-1011 *5 *6)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1015 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1015 *6)) (-5 *1 (-1011 *5 *6)))))
-(-10 -7 (-15 -2016 ((-1015 |#2|) (-1 |#2| |#1|) (-1015 |#1|))) (IF (|has| |#1| (-787)) (-15 -2016 ((-592 |#2|) (-1 |#2| |#1|) (-1015 |#1|))) |%noBranch|))
-((-2016 (((-1013 |#2|) (-1 |#2| |#1|) (-1013 |#1|)) 19)))
-(((-1012 |#1| |#2|) (-10 -7 (-15 -2016 ((-1013 |#2|) (-1 |#2| |#1|) (-1013 |#1|)))) (-1128) (-1128)) (T -1012))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1013 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1013 *6)) (-5 *1 (-1012 *5 *6)))))
-(-10 -7 (-15 -2016 ((-1013 |#2|) (-1 |#2| |#1|) (-1013 |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3469 (((-1092) $) 11)) (-4009 (((-1015 |#1|) $) 12)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-3237 (($ (-1092) (-1015 |#1|)) 10)) (-4100 (((-798) $) 20 (|has| |#1| (-1020)))) (-2775 (((-108) $ $) 15 (|has| |#1| (-1020)))))
-(((-1013 |#1|) (-13 (-1128) (-10 -8 (-15 -3237 ($ (-1092) (-1015 |#1|))) (-15 -3469 ((-1092) $)) (-15 -4009 ((-1015 |#1|) $)) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|))) (-1128)) (T -1013))
-((-3237 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1015 *4)) (-4 *4 (-1128)) (-5 *1 (-1013 *4)))) (-3469 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1013 *3)) (-4 *3 (-1128)))) (-4009 (*1 *2 *1) (-12 (-5 *2 (-1015 *3)) (-5 *1 (-1013 *3)) (-4 *3 (-1128)))))
-(-13 (-1128) (-10 -8 (-15 -3237 ($ (-1092) (-1015 |#1|))) (-15 -3469 ((-1092) $)) (-15 -4009 ((-1015 |#1|) $)) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|)))
-((-4009 (($ |#1| |#1|) 7)) (-3736 ((|#1| $) 10)) (-3909 ((|#1| $) 12)) (-3922 (((-525) $) 8)) (-1805 ((|#1| $) 9)) (-3935 ((|#1| $) 11)) (-2069 (($ |#1|) 6)) (-1393 (($ |#1| |#1|) 14)) (-2578 (($ $ (-525)) 13)))
-(((-1014 |#1|) (-131) (-1128)) (T -1014))
-((-1393 (*1 *1 *2 *2) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))) (-2578 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-1014 *3)) (-4 *3 (-1128)))) (-3909 (*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))) (-3935 (*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))) (-3736 (*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))) (-1805 (*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))) (-3922 (*1 *2 *1) (-12 (-4 *1 (-1014 *3)) (-4 *3 (-1128)) (-5 *2 (-525)))) (-4009 (*1 *1 *2 *2) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))) (-2069 (*1 *1 *2) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))))
-(-13 (-1128) (-10 -8 (-15 -1393 ($ |t#1| |t#1|)) (-15 -2578 ($ $ (-525))) (-15 -3909 (|t#1| $)) (-15 -3935 (|t#1| $)) (-15 -3736 (|t#1| $)) (-15 -1805 (|t#1| $)) (-15 -3922 ((-525) $)) (-15 -4009 ($ |t#1| |t#1|)) (-15 -2069 ($ |t#1|))))
-(((-1128) . T))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-4009 (($ |#1| |#1|) 15)) (-2016 (((-592 |#1|) (-1 |#1| |#1|) $) 38 (|has| |#1| (-787)))) (-3736 ((|#1| $) 10)) (-3909 ((|#1| $) 9)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3922 (((-525) $) 14)) (-1805 ((|#1| $) 12)) (-3935 ((|#1| $) 11)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-2361 (((-592 |#1|) $) 36 (|has| |#1| (-787))) (((-592 |#1|) (-592 $)) 35 (|has| |#1| (-787)))) (-2069 (($ |#1|) 26)) (-4100 (((-798) $) 25 (|has| |#1| (-1020)))) (-1393 (($ |#1| |#1|) 8)) (-2578 (($ $ (-525)) 16)) (-2775 (((-108) $ $) 19 (|has| |#1| (-1020)))))
-(((-1015 |#1|) (-13 (-1014 |#1|) (-10 -7 (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-1016 |#1| (-592 |#1|))) |%noBranch|))) (-1128)) (T -1015))
-NIL
-(-13 (-1014 |#1|) (-10 -7 (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-1016 |#1| (-592 |#1|))) |%noBranch|)))
-((-4009 (($ |#1| |#1|) 7)) (-2016 ((|#2| (-1 |#1| |#1|) $) 16)) (-3736 ((|#1| $) 10)) (-3909 ((|#1| $) 12)) (-3922 (((-525) $) 8)) (-1805 ((|#1| $) 9)) (-3935 ((|#1| $) 11)) (-2361 ((|#2| (-592 $)) 18) ((|#2| $) 17)) (-2069 (($ |#1|) 6)) (-1393 (($ |#1| |#1|) 14)) (-2578 (($ $ (-525)) 13)))
-(((-1016 |#1| |#2|) (-131) (-787) (-1066 |t#1|)) (T -1016))
-((-2361 (*1 *2 *3) (-12 (-5 *3 (-592 *1)) (-4 *1 (-1016 *4 *2)) (-4 *4 (-787)) (-4 *2 (-1066 *4)))) (-2361 (*1 *2 *1) (-12 (-4 *1 (-1016 *3 *2)) (-4 *3 (-787)) (-4 *2 (-1066 *3)))) (-2016 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1016 *4 *2)) (-4 *4 (-787)) (-4 *2 (-1066 *4)))))
-(-13 (-1014 |t#1|) (-10 -8 (-15 -2361 (|t#2| (-592 $))) (-15 -2361 (|t#2| $)) (-15 -2016 (|t#2| (-1 |t#1| |t#1|) $))))
-(((-1014 |#1|) . T) ((-1128) . T))
-((-1705 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-3907 (($ $ $) 10)) (-1292 (($ $ $) NIL) (($ $ |#2|) 15)))
-(((-1017 |#1| |#2|) (-10 -8 (-15 -1705 (|#1| |#2| |#1|)) (-15 -1705 (|#1| |#1| |#2|)) (-15 -1705 (|#1| |#1| |#1|)) (-15 -3907 (|#1| |#1| |#1|)) (-15 -1292 (|#1| |#1| |#2|)) (-15 -1292 (|#1| |#1| |#1|))) (-1018 |#2|) (-1020)) (T -1017))
-NIL
-(-10 -8 (-15 -1705 (|#1| |#2| |#1|)) (-15 -1705 (|#1| |#1| |#2|)) (-15 -1705 (|#1| |#1| |#1|)) (-15 -3907 (|#1| |#1| |#1|)) (-15 -1292 (|#1| |#1| |#2|)) (-15 -1292 (|#1| |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-1705 (($ $ $) 18) (($ $ |#1|) 17) (($ |#1| $) 16)) (-3907 (($ $ $) 20)) (-4026 (((-108) $ $) 19)) (-3779 (((-108) $ (-713)) 35)) (-2805 (($) 25) (($ (-592 |#1|)) 24)) (-2399 (($ (-1 (-108) |#1|) $) 56 (|has| $ (-6 -4259)))) (-2475 (($) 36 T CONST)) (-1681 (($ $) 59 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#1| $) 58 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 55 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4259)))) (-2175 (((-592 |#1|) $) 43 (|has| $ (-6 -4259)))) (-4207 (((-108) $ $) 28)) (-2516 (((-108) $ (-713)) 34)) (-2617 (((-592 |#1|) $) 44 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 46 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 38)) (-4028 (((-108) $ (-713)) 33)) (-1289 (((-1075) $) 9)) (-2913 (($ $ $) 23)) (-3993 (((-1039) $) 10)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 52)) (-1518 (((-108) (-1 (-108) |#1|) $) 41 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#1|) (-592 |#1|)) 50 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 49 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 48 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 (-273 |#1|))) 47 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 29)) (-3479 (((-108) $) 32)) (-1558 (($) 31)) (-1292 (($ $ $) 22) (($ $ |#1|) 21)) (-4002 (((-713) |#1| $) 45 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#1|) $) 42 (|has| $ (-6 -4259)))) (-2503 (($ $) 30)) (-2069 (((-501) $) 60 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 51)) (-4100 (((-798) $) 11)) (-2180 (($) 27) (($ (-592 |#1|)) 26)) (-2706 (((-108) (-1 (-108) |#1|) $) 40 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 6)) (-2827 (((-713) $) 37 (|has| $ (-6 -4259)))))
-(((-1018 |#1|) (-131) (-1020)) (T -1018))
-((-4207 (*1 *2 *1 *1) (-12 (-4 *1 (-1018 *3)) (-4 *3 (-1020)) (-5 *2 (-108)))) (-2180 (*1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-2180 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-1018 *3)))) (-2805 (*1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-2805 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-1018 *3)))) (-2913 (*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-1292 (*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-1292 (*1 *1 *1 *2) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-3907 (*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-4026 (*1 *2 *1 *1) (-12 (-4 *1 (-1018 *3)) (-4 *3 (-1020)) (-5 *2 (-108)))) (-1705 (*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-1705 (*1 *1 *1 *2) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))) (-1705 (*1 *1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))))
-(-13 (-1020) (-142 |t#1|) (-10 -8 (-6 -4249) (-15 -4207 ((-108) $ $)) (-15 -2180 ($)) (-15 -2180 ($ (-592 |t#1|))) (-15 -2805 ($)) (-15 -2805 ($ (-592 |t#1|))) (-15 -2913 ($ $ $)) (-15 -1292 ($ $ $)) (-15 -1292 ($ $ |t#1|)) (-15 -3907 ($ $ $)) (-15 -4026 ((-108) $ $)) (-15 -1705 ($ $ $)) (-15 -1705 ($ $ |t#1|)) (-15 -1705 ($ |t#1| $))))
-(((-33) . T) ((-97) . T) ((-566 (-798)) . T) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) . T) ((-1128) . T))
-((-1289 (((-1075) $) 10)) (-3993 (((-1039) $) 8)))
-(((-1019 |#1|) (-10 -8 (-15 -1289 ((-1075) |#1|)) (-15 -3993 ((-1039) |#1|))) (-1020)) (T -1019))
-NIL
-(-10 -8 (-15 -1289 ((-1075) |#1|)) (-15 -3993 ((-1039) |#1|)))
-((-4087 (((-108) $ $) 7)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)))
-(((-1020) (-131)) (T -1020))
-((-3993 (*1 *2 *1) (-12 (-4 *1 (-1020)) (-5 *2 (-1039)))) (-1289 (*1 *2 *1) (-12 (-4 *1 (-1020)) (-5 *2 (-1075)))))
-(-13 (-97) (-566 (-798)) (-10 -8 (-15 -3993 ((-1039) $)) (-15 -1289 ((-1075) $))))
-(((-97) . T) ((-566 (-798)) . T))
-((-4087 (((-108) $ $) NIL)) (-1613 (((-713)) 30)) (-1347 (($ (-592 (-856))) 52)) (-3449 (((-3 $ "failed") $ (-856) (-856)) 58)) (-1903 (($) 32)) (-3198 (((-108) (-856) $) 35)) (-3685 (((-856) $) 50)) (-1289 (((-1075) $) NIL)) (-1722 (($ (-856)) 31)) (-3989 (((-3 $ "failed") $ (-856)) 55)) (-3993 (((-1039) $) NIL)) (-3161 (((-1174 $)) 40)) (-3023 (((-592 (-856)) $) 24)) (-2495 (((-713) $ (-856) (-856)) 56)) (-4100 (((-798) $) 29)) (-2775 (((-108) $ $) 21)))
-(((-1021 |#1| |#2|) (-13 (-346) (-10 -8 (-15 -3989 ((-3 $ "failed") $ (-856))) (-15 -3449 ((-3 $ "failed") $ (-856) (-856))) (-15 -3023 ((-592 (-856)) $)) (-15 -1347 ($ (-592 (-856)))) (-15 -3161 ((-1174 $))) (-15 -3198 ((-108) (-856) $)) (-15 -2495 ((-713) $ (-856) (-856))))) (-856) (-856)) (T -1021))
-((-3989 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-856)) (-5 *1 (-1021 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3449 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-856)) (-5 *1 (-1021 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-3023 (*1 *2 *1) (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1021 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856)))) (-1347 (*1 *1 *2) (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1021 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856)))) (-3161 (*1 *2) (-12 (-5 *2 (-1174 (-1021 *3 *4))) (-5 *1 (-1021 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856)))) (-3198 (*1 *2 *3 *1) (-12 (-5 *3 (-856)) (-5 *2 (-108)) (-5 *1 (-1021 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-2495 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-856)) (-5 *2 (-713)) (-5 *1 (-1021 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
-(-13 (-346) (-10 -8 (-15 -3989 ((-3 $ "failed") $ (-856))) (-15 -3449 ((-3 $ "failed") $ (-856) (-856))) (-15 -3023 ((-592 (-856)) $)) (-15 -1347 ($ (-592 (-856)))) (-15 -3161 ((-1174 $))) (-15 -3198 ((-108) (-856) $)) (-15 -2495 ((-713) $ (-856) (-856)))))
-((-4087 (((-108) $ $) NIL)) (-1320 (($) NIL (|has| |#1| (-346)))) (-1705 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 74)) (-3907 (($ $ $) 72)) (-4026 (((-108) $ $) 73)) (-3779 (((-108) $ (-713)) NIL)) (-1613 (((-713)) NIL (|has| |#1| (-346)))) (-2805 (($ (-592 |#1|)) NIL) (($) 13)) (-3050 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-4205 (($ |#1| $) 67 (|has| $ (-6 -4259))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4259)))) (-1903 (($) NIL (|has| |#1| (-346)))) (-2175 (((-592 |#1|) $) 19 (|has| $ (-6 -4259)))) (-4207 (((-108) $ $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-3033 ((|#1| $) 57 (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 66 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1609 ((|#1| $) 55 (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 34)) (-3685 (((-856) $) NIL (|has| |#1| (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2913 (($ $ $) 70)) (-3577 ((|#1| $) 25)) (-3246 (($ |#1| $) 65)) (-1722 (($ (-856)) NIL (|has| |#1| (-346)))) (-3993 (((-1039) $) NIL)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 31)) (-2724 ((|#1| $) 27)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 21)) (-1558 (($) 11)) (-1292 (($ $ |#1|) NIL) (($ $ $) 71)) (-2637 (($) NIL) (($ (-592 |#1|)) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 16)) (-2069 (((-501) $) 52 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 61)) (-3189 (($ $) NIL (|has| |#1| (-346)))) (-4100 (((-798) $) NIL)) (-2763 (((-713) $) NIL)) (-2180 (($ (-592 |#1|)) NIL) (($) 12)) (-3905 (($ (-592 |#1|)) NIL)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 54)) (-2827 (((-713) $) 10 (|has| $ (-6 -4259)))))
-(((-1022 |#1|) (-403 |#1|) (-1020)) (T -1022))
-NIL
-(-403 |#1|)
-((-4087 (((-108) $ $) 7)) (-3162 (((-108) $) 32)) (-3662 ((|#2| $) 27)) (-3107 (((-108) $) 33)) (-3298 ((|#1| $) 28)) (-3032 (((-108) $) 35)) (-3610 (((-108) $) 37)) (-2232 (((-108) $) 34)) (-1289 (((-1075) $) 9)) (-2849 (((-108) $) 31)) (-3680 ((|#3| $) 26)) (-3993 (((-1039) $) 10)) (-3196 (((-108) $) 30)) (-3536 ((|#4| $) 25)) (-3423 ((|#5| $) 24)) (-1537 (((-108) $ $) 38)) (-3431 (($ $ (-525)) 14) (($ $ (-592 (-525))) 13)) (-1230 (((-592 $) $) 29)) (-2069 (($ (-592 $)) 23) (($ |#1|) 22) (($ |#2|) 21) (($ |#3|) 20) (($ |#4|) 19) (($ |#5|) 18)) (-4100 (((-798) $) 11)) (-1544 (($ $) 16)) (-1533 (($ $) 17)) (-3121 (((-108) $) 36)) (-2775 (((-108) $ $) 6)) (-2827 (((-525) $) 15)))
-(((-1023 |#1| |#2| |#3| |#4| |#5|) (-131) (-1020) (-1020) (-1020) (-1020) (-1020)) (T -1023))
-((-1537 (*1 *2 *1 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-3610 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-3121 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-3032 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-2232 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-3107 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-3162 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-2849 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-3196 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))) (-1230 (*1 *2 *1) (-12 (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-592 *1)) (-4 *1 (-1023 *3 *4 *5 *6 *7)))) (-3298 (*1 *2 *1) (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))) (-3662 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *2 *4 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))) (-3680 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *2 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))) (-3536 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *2 *6)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))) (-3423 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *2)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)))) (-2069 (*1 *1 *2) (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *2 (-1020)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)))) (-2069 (*1 *1 *2) (-12 (-4 *1 (-1023 *3 *2 *4 *5 *6)) (-4 *3 (-1020)) (-4 *2 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)))) (-2069 (*1 *1 *2) (-12 (-4 *1 (-1023 *3 *4 *2 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *2 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)))) (-2069 (*1 *1 *2) (-12 (-4 *1 (-1023 *3 *4 *5 *2 *6)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *2 (-1020)) (-4 *6 (-1020)))) (-2069 (*1 *1 *2) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *2)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))) (-1533 (*1 *1 *1) (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *2 (-1020)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)))) (-1544 (*1 *1 *1) (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *2 (-1020)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)))) (-2827 (*1 *2 *1) (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-525)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)))))
-(-13 (-1020) (-10 -8 (-15 -1537 ((-108) $ $)) (-15 -3610 ((-108) $)) (-15 -3121 ((-108) $)) (-15 -3032 ((-108) $)) (-15 -2232 ((-108) $)) (-15 -3107 ((-108) $)) (-15 -3162 ((-108) $)) (-15 -2849 ((-108) $)) (-15 -3196 ((-108) $)) (-15 -1230 ((-592 $) $)) (-15 -3298 (|t#1| $)) (-15 -3662 (|t#2| $)) (-15 -3680 (|t#3| $)) (-15 -3536 (|t#4| $)) (-15 -3423 (|t#5| $)) (-15 -2069 ($ (-592 $))) (-15 -2069 ($ |t#1|)) (-15 -2069 ($ |t#2|)) (-15 -2069 ($ |t#3|)) (-15 -2069 ($ |t#4|)) (-15 -2069 ($ |t#5|)) (-15 -1533 ($ $)) (-15 -1544 ($ $)) (-15 -2827 ((-525) $)) (-15 -3431 ($ $ (-525))) (-15 -3431 ($ $ (-592 (-525))))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL)) (-3162 (((-108) $) NIL)) (-3662 (((-1092) $) NIL)) (-3107 (((-108) $) NIL)) (-3298 (((-1075) $) NIL)) (-3032 (((-108) $) NIL)) (-3610 (((-108) $) NIL)) (-2232 (((-108) $) NIL)) (-1289 (((-1075) $) NIL)) (-2849 (((-108) $) NIL)) (-3680 (((-525) $) NIL)) (-3993 (((-1039) $) NIL)) (-3196 (((-108) $) NIL)) (-3536 (((-205) $) NIL)) (-3423 (((-798) $) NIL)) (-1537 (((-108) $ $) NIL)) (-3431 (($ $ (-525)) NIL) (($ $ (-592 (-525))) NIL)) (-1230 (((-592 $) $) NIL)) (-2069 (($ (-592 $)) NIL) (($ (-1075)) NIL) (($ (-1092)) NIL) (($ (-525)) NIL) (($ (-205)) NIL) (($ (-798)) NIL)) (-4100 (((-798) $) NIL)) (-1544 (($ $) NIL)) (-1533 (($ $) NIL)) (-3121 (((-108) $) NIL)) (-2775 (((-108) $ $) NIL)) (-2827 (((-525) $) NIL)))
-(((-1024) (-1023 (-1075) (-1092) (-525) (-205) (-798))) (T -1024))
-NIL
-(-1023 (-1075) (-1092) (-525) (-205) (-798))
-((-4087 (((-108) $ $) NIL)) (-3162 (((-108) $) 38)) (-3662 ((|#2| $) 42)) (-3107 (((-108) $) 37)) (-3298 ((|#1| $) 41)) (-3032 (((-108) $) 35)) (-3610 (((-108) $) 14)) (-2232 (((-108) $) 36)) (-1289 (((-1075) $) NIL)) (-2849 (((-108) $) 39)) (-3680 ((|#3| $) 44)) (-3993 (((-1039) $) NIL)) (-3196 (((-108) $) 40)) (-3536 ((|#4| $) 43)) (-3423 ((|#5| $) 45)) (-1537 (((-108) $ $) 34)) (-3431 (($ $ (-525)) 56) (($ $ (-592 (-525))) 58)) (-1230 (((-592 $) $) 22)) (-2069 (($ (-592 $)) 46) (($ |#1|) 47) (($ |#2|) 48) (($ |#3|) 49) (($ |#4|) 50) (($ |#5|) 51)) (-4100 (((-798) $) 23)) (-1544 (($ $) 21)) (-1533 (($ $) 52)) (-3121 (((-108) $) 18)) (-2775 (((-108) $ $) 33)) (-2827 (((-525) $) 54)))
-(((-1025 |#1| |#2| |#3| |#4| |#5|) (-1023 |#1| |#2| |#3| |#4| |#5|) (-1020) (-1020) (-1020) (-1020) (-1020)) (T -1025))
-NIL
-(-1023 |#1| |#2| |#3| |#4| |#5|)
-((-2584 (((-1179) $) 23)) (-1641 (($ (-1092) (-412) |#2|) 11)) (-4100 (((-798) $) 16)))
-(((-1026 |#1| |#2|) (-13 (-373) (-10 -8 (-15 -1641 ($ (-1092) (-412) |#2|)))) (-789) (-408 |#1|)) (T -1026))
-((-1641 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1092)) (-5 *3 (-412)) (-4 *5 (-789)) (-5 *1 (-1026 *5 *4)) (-4 *4 (-408 *5)))))
-(-13 (-373) (-10 -8 (-15 -1641 ($ (-1092) (-412) |#2|))))
-((-1380 (((-108) |#5| |#5|) 38)) (-2826 (((-108) |#5| |#5|) 52)) (-3467 (((-108) |#5| (-592 |#5|)) 75) (((-108) |#5| |#5|) 61)) (-2164 (((-108) (-592 |#4|) (-592 |#4|)) 58)) (-3557 (((-108) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) 63)) (-2767 (((-1179)) 33)) (-3260 (((-1179) (-1075) (-1075) (-1075)) 29)) (-2858 (((-592 |#5|) (-592 |#5|)) 82)) (-3877 (((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) 80)) (-3402 (((-592 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|)))) (-592 |#4|) (-592 |#5|) (-108) (-108)) 102)) (-2603 (((-108) |#5| |#5|) 47)) (-2347 (((-3 (-108) "failed") |#5| |#5|) 71)) (-1632 (((-108) (-592 |#4|) (-592 |#4|)) 57)) (-1266 (((-108) (-592 |#4|) (-592 |#4|)) 59)) (-3472 (((-108) (-592 |#4|) (-592 |#4|)) 60)) (-3409 (((-3 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|))) "failed") (-592 |#4|) |#5| (-592 |#4|) (-108) (-108) (-108) (-108) (-108)) 98)) (-2628 (((-592 |#5|) (-592 |#5|)) 43)))
-(((-1027 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3260 ((-1179) (-1075) (-1075) (-1075))) (-15 -2767 ((-1179))) (-15 -1380 ((-108) |#5| |#5|)) (-15 -2628 ((-592 |#5|) (-592 |#5|))) (-15 -2603 ((-108) |#5| |#5|)) (-15 -2826 ((-108) |#5| |#5|)) (-15 -2164 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1632 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1266 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -3472 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -2347 ((-3 (-108) "failed") |#5| |#5|)) (-15 -3467 ((-108) |#5| |#5|)) (-15 -3467 ((-108) |#5| (-592 |#5|))) (-15 -2858 ((-592 |#5|) (-592 |#5|))) (-15 -3557 ((-108) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3877 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-15 -3402 ((-592 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|)))) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -3409 ((-3 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|))) "failed") (-592 |#4|) |#5| (-592 |#4|) (-108) (-108) (-108) (-108) (-108)))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-996 |#1| |#2| |#3| |#4|)) (T -1027))
-((-3409 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8)) (-5 *2 (-2 (|:| -1537 (-592 *9)) (|:| -1285 *4) (|:| |ineq| (-592 *9)))) (-5 *1 (-1027 *6 *7 *8 *9 *4)) (-5 *3 (-592 *9)) (-4 *4 (-996 *6 *7 *8 *9)))) (-3402 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-592 *10)) (-5 *5 (-108)) (-4 *10 (-996 *6 *7 *8 *9)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8)) (-5 *2 (-592 (-2 (|:| -1537 (-592 *9)) (|:| -1285 *10) (|:| |ineq| (-592 *9))))) (-5 *1 (-1027 *6 *7 *8 *9 *10)) (-5 *3 (-592 *9)))) (-3877 (*1 *2 *2) (-12 (-5 *2 (-592 (-2 (|:| |val| (-592 *6)) (|:| -1285 *7)))) (-4 *6 (-991 *3 *4 *5)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-1027 *3 *4 *5 *6 *7)))) (-3557 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8))) (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-996 *4 *5 *6 *7)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *8)))) (-2858 (*1 *2 *2) (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *1 (-1027 *3 *4 *5 *6 *7)))) (-3467 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *3)) (-4 *3 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-108)) (-5 *1 (-1027 *5 *6 *7 *8 *3)))) (-3467 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2347 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-3472 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-1266 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-1632 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-2164 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-2826 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2603 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2628 (*1 *2 *2) (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *1 (-1027 *3 *4 *5 *6 *7)))) (-1380 (*1 *2 *3 *3) (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))) (-2767 (*1 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179)) (-5 *1 (-1027 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))) (-3260 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179)) (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(-10 -7 (-15 -3260 ((-1179) (-1075) (-1075) (-1075))) (-15 -2767 ((-1179))) (-15 -1380 ((-108) |#5| |#5|)) (-15 -2628 ((-592 |#5|) (-592 |#5|))) (-15 -2603 ((-108) |#5| |#5|)) (-15 -2826 ((-108) |#5| |#5|)) (-15 -2164 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1632 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -1266 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -3472 ((-108) (-592 |#4|) (-592 |#4|))) (-15 -2347 ((-3 (-108) "failed") |#5| |#5|)) (-15 -3467 ((-108) |#5| |#5|)) (-15 -3467 ((-108) |#5| (-592 |#5|))) (-15 -2858 ((-592 |#5|) (-592 |#5|))) (-15 -3557 ((-108) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3877 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-15 -3402 ((-592 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|)))) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -3409 ((-3 (-2 (|:| -1537 (-592 |#4|)) (|:| -1285 |#5|) (|:| |ineq| (-592 |#4|))) "failed") (-592 |#4|) |#5| (-592 |#4|) (-108) (-108) (-108) (-108) (-108))))
-((-3257 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|) 96)) (-3456 (((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#4| |#4| |#5|) 72)) (-2160 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|) 90)) (-3950 (((-592 |#5|) |#4| |#5|) 110)) (-3913 (((-592 |#5|) |#4| |#5|) 117)) (-3083 (((-592 |#5|) |#4| |#5|) 118)) (-3629 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|) 97)) (-2811 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|) 116)) (-1627 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|) 46) (((-108) |#4| |#5|) 53)) (-2111 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#3| (-108)) 84) (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5| (-108) (-108)) 50)) (-4173 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|) 79)) (-1491 (((-1179)) 37)) (-3319 (((-1179)) 26)) (-4160 (((-1179) (-1075) (-1075) (-1075)) 33)) (-1256 (((-1179) (-1075) (-1075) (-1075)) 22)))
-(((-1028 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1256 ((-1179) (-1075) (-1075) (-1075))) (-15 -3319 ((-1179))) (-15 -4160 ((-1179) (-1075) (-1075) (-1075))) (-15 -1491 ((-1179))) (-15 -3456 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -2111 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5| (-108) (-108))) (-15 -2111 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#3| (-108))) (-15 -4173 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -2160 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -1627 ((-108) |#4| |#5|)) (-15 -3629 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -3950 ((-592 |#5|) |#4| |#5|)) (-15 -2811 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -3913 ((-592 |#5|) |#4| |#5|)) (-15 -1627 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -3083 ((-592 |#5|) |#4| |#5|)) (-15 -3257 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-996 |#1| |#2| |#3| |#4|)) (T -1028))
-((-3257 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-3083 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4)) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1627 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4)))) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-3913 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4)) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-2811 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4)))) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-3950 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4)) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-3629 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4)))) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1627 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-108)) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-2160 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-4173 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-2111 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9)))) (-5 *5 (-108)) (-4 *8 (-991 *6 *7 *4)) (-4 *9 (-996 *6 *7 *4 *8)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *4 (-789)) (-5 *2 (-592 (-2 (|:| |val| *8) (|:| -1285 *9)))) (-5 *1 (-1028 *6 *7 *4 *8 *9)))) (-2111 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *3 (-991 *6 *7 *8)) (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-1028 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3)))) (-3456 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))) (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))) (-1491 (*1 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179)) (-5 *1 (-1028 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))) (-4160 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179)) (-5 *1 (-1028 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))) (-3319 (*1 *2) (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179)) (-5 *1 (-1028 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))) (-1256 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179)) (-5 *1 (-1028 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(-10 -7 (-15 -1256 ((-1179) (-1075) (-1075) (-1075))) (-15 -3319 ((-1179))) (-15 -4160 ((-1179) (-1075) (-1075) (-1075))) (-15 -1491 ((-1179))) (-15 -3456 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -2111 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5| (-108) (-108))) (-15 -2111 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) |#3| (-108))) (-15 -4173 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -2160 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#4| |#5|)) (-15 -1627 ((-108) |#4| |#5|)) (-15 -3629 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -3950 ((-592 |#5|) |#4| |#5|)) (-15 -2811 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -3913 ((-592 |#5|) |#4| |#5|)) (-15 -1627 ((-592 (-2 (|:| |val| (-108)) (|:| -1285 |#5|))) |#4| |#5|)) (-15 -3083 ((-592 |#5|) |#4| |#5|)) (-15 -3257 ((-592 (-2 (|:| |val| |#4|) (|:| -1285 |#5|))) |#4| |#5|)))
-((-4087 (((-108) $ $) 7)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) 85)) (-3347 (((-592 $) (-592 |#4|)) 86) (((-592 $) (-592 |#4|) (-108)) 111)) (-1296 (((-592 |#3|) $) 33)) (-2071 (((-108) $) 26)) (-3093 (((-108) $) 17 (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) 101) (((-108) $) 97)) (-1402 ((|#4| |#4| $) 92)) (-4195 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| $) 126)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) 27)) (-3779 (((-108) $ (-713)) 44)) (-2399 (($ (-1 (-108) |#4|) $) 65 (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) 79)) (-2475 (($) 45 T CONST)) (-3542 (((-108) $) 22 (|has| |#1| (-517)))) (-2462 (((-108) $ $) 24 (|has| |#1| (-517)))) (-2390 (((-108) $ $) 23 (|has| |#1| (-517)))) (-1698 (((-108) $) 25 (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 93)) (-3308 (((-592 |#4|) (-592 |#4|) $) 18 (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) 19 (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) 36)) (-4105 (($ (-592 |#4|)) 35)) (-1659 (((-3 $ "failed") $) 82)) (-2268 ((|#4| |#4| $) 89)) (-1681 (($ $) 68 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#4| $) 67 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#4|) $) 64 (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) 102)) (-1469 ((|#4| |#4| $) 87)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 94)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) 105)) (-1954 (((-108) |#4| $) 136)) (-3315 (((-108) |#4| $) 133)) (-1941 (((-108) |#4| $) 137) (((-108) $) 134)) (-2175 (((-592 |#4|) $) 52 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) 104) (((-108) $) 103)) (-2577 ((|#3| $) 34)) (-2516 (((-108) $ (-713)) 43)) (-2617 (((-592 |#4|) $) 53 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 55 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 47)) (-3435 (((-592 |#3|) $) 32)) (-2468 (((-108) |#3| $) 31)) (-4028 (((-108) $ (-713)) 42)) (-1289 (((-1075) $) 9)) (-4180 (((-3 |#4| (-592 $)) |#4| |#4| $) 128)) (-2602 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| |#4| $) 127)) (-2718 (((-3 |#4| "failed") $) 83)) (-2346 (((-592 $) |#4| $) 129)) (-3580 (((-3 (-108) (-592 $)) |#4| $) 132)) (-3022 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) |#4| $) 131) (((-108) |#4| $) 130)) (-2913 (((-592 $) |#4| $) 125) (((-592 $) (-592 |#4|) $) 124) (((-592 $) (-592 |#4|) (-592 $)) 123) (((-592 $) |#4| (-592 $)) 122)) (-1513 (($ |#4| $) 117) (($ (-592 |#4|) $) 116)) (-1455 (((-592 |#4|) $) 107)) (-3732 (((-108) |#4| $) 99) (((-108) $) 95)) (-3076 ((|#4| |#4| $) 90)) (-3472 (((-108) $ $) 110)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) 100) (((-108) $) 96)) (-1998 ((|#4| |#4| $) 91)) (-3993 (((-1039) $) 10)) (-1647 (((-3 |#4| "failed") $) 84)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) 61)) (-2821 (((-3 $ "failed") $ |#4|) 78)) (-1397 (($ $ |#4|) 77) (((-592 $) |#4| $) 115) (((-592 $) |#4| (-592 $)) 114) (((-592 $) (-592 |#4|) $) 113) (((-592 $) (-592 |#4|) (-592 $)) 112)) (-1518 (((-108) (-1 (-108) |#4|) $) 50 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) 59 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) 57 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) 56 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) 38)) (-3479 (((-108) $) 41)) (-1558 (($) 40)) (-3529 (((-713) $) 106)) (-4002 (((-713) |#4| $) 54 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#4|) $) 51 (|has| $ (-6 -4259)))) (-2503 (($ $) 39)) (-2069 (((-501) $) 69 (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 60)) (-4151 (($ $ |#3|) 28)) (-3522 (($ $ |#3|) 30)) (-1411 (($ $) 88)) (-3963 (($ $ |#3|) 29)) (-4100 (((-798) $) 11) (((-592 |#4|) $) 37)) (-1223 (((-713) $) 76 (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) 108)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) 98)) (-3605 (((-592 $) |#4| $) 121) (((-592 $) |#4| (-592 $)) 120) (((-592 $) (-592 |#4|) $) 119) (((-592 $) (-592 |#4|) (-592 $)) 118)) (-2706 (((-108) (-1 (-108) |#4|) $) 49 (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) 81)) (-1484 (((-108) |#4| $) 135)) (-2738 (((-108) |#3| $) 80)) (-2775 (((-108) $ $) 6)) (-2827 (((-713) $) 46 (|has| $ (-6 -4259)))))
-(((-1029 |#1| |#2| |#3| |#4|) (-131) (-429) (-735) (-789) (-991 |t#1| |t#2| |t#3|)) (T -1029))
-NIL
-(-13 (-996 |t#1| |t#2| |t#3| |t#4|))
-(((-33) . T) ((-97) . T) ((-566 (-592 |#4|)) . T) ((-566 (-798)) . T) ((-142 |#4|) . T) ((-567 (-501)) |has| |#4| (-567 (-501))) ((-288 |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-464 |#4|) . T) ((-486 |#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-909 |#1| |#2| |#3| |#4|) . T) ((-996 |#1| |#2| |#3| |#4|) . T) ((-1020) . T) ((-1122 |#1| |#2| |#3| |#4|) . T) ((-1128) . T))
-((-1987 (((-592 (-525)) (-525) (-525) (-525)) 22)) (-3075 (((-592 (-525)) (-525) (-525) (-525)) 12)) (-2547 (((-592 (-525)) (-525) (-525) (-525)) 18)) (-2288 (((-525) (-525) (-525)) 9)) (-3642 (((-1174 (-525)) (-592 (-525)) (-1174 (-525)) (-525)) 46) (((-1174 (-525)) (-1174 (-525)) (-1174 (-525)) (-525)) 41)) (-3369 (((-592 (-525)) (-592 (-525)) (-592 (-525)) (-108)) 28)) (-1946 (((-632 (-525)) (-592 (-525)) (-592 (-525)) (-632 (-525))) 45)) (-3607 (((-632 (-525)) (-592 (-525)) (-592 (-525))) 33)) (-3792 (((-592 (-632 (-525))) (-592 (-525))) 35)) (-2449 (((-592 (-525)) (-592 (-525)) (-592 (-525)) (-632 (-525))) 49)) (-2038 (((-632 (-525)) (-592 (-525)) (-592 (-525)) (-592 (-525))) 57)))
-(((-1030) (-10 -7 (-15 -2038 ((-632 (-525)) (-592 (-525)) (-592 (-525)) (-592 (-525)))) (-15 -2449 ((-592 (-525)) (-592 (-525)) (-592 (-525)) (-632 (-525)))) (-15 -3792 ((-592 (-632 (-525))) (-592 (-525)))) (-15 -3607 ((-632 (-525)) (-592 (-525)) (-592 (-525)))) (-15 -1946 ((-632 (-525)) (-592 (-525)) (-592 (-525)) (-632 (-525)))) (-15 -3369 ((-592 (-525)) (-592 (-525)) (-592 (-525)) (-108))) (-15 -3642 ((-1174 (-525)) (-1174 (-525)) (-1174 (-525)) (-525))) (-15 -3642 ((-1174 (-525)) (-592 (-525)) (-1174 (-525)) (-525))) (-15 -2288 ((-525) (-525) (-525))) (-15 -2547 ((-592 (-525)) (-525) (-525) (-525))) (-15 -3075 ((-592 (-525)) (-525) (-525) (-525))) (-15 -1987 ((-592 (-525)) (-525) (-525) (-525))))) (T -1030))
-((-1987 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-1030)) (-5 *3 (-525)))) (-3075 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-1030)) (-5 *3 (-525)))) (-2547 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-1030)) (-5 *3 (-525)))) (-2288 (*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-1030)))) (-3642 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1174 (-525))) (-5 *3 (-592 (-525))) (-5 *4 (-525)) (-5 *1 (-1030)))) (-3642 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1174 (-525))) (-5 *3 (-525)) (-5 *1 (-1030)))) (-3369 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-592 (-525))) (-5 *3 (-108)) (-5 *1 (-1030)))) (-1946 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-632 (-525))) (-5 *3 (-592 (-525))) (-5 *1 (-1030)))) (-3607 (*1 *2 *3 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-632 (-525))) (-5 *1 (-1030)))) (-3792 (*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-592 (-632 (-525)))) (-5 *1 (-1030)))) (-2449 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-592 (-525))) (-5 *3 (-632 (-525))) (-5 *1 (-1030)))) (-2038 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-632 (-525))) (-5 *1 (-1030)))))
-(-10 -7 (-15 -2038 ((-632 (-525)) (-592 (-525)) (-592 (-525)) (-592 (-525)))) (-15 -2449 ((-592 (-525)) (-592 (-525)) (-592 (-525)) (-632 (-525)))) (-15 -3792 ((-592 (-632 (-525))) (-592 (-525)))) (-15 -3607 ((-632 (-525)) (-592 (-525)) (-592 (-525)))) (-15 -1946 ((-632 (-525)) (-592 (-525)) (-592 (-525)) (-632 (-525)))) (-15 -3369 ((-592 (-525)) (-592 (-525)) (-592 (-525)) (-108))) (-15 -3642 ((-1174 (-525)) (-1174 (-525)) (-1174 (-525)) (-525))) (-15 -3642 ((-1174 (-525)) (-592 (-525)) (-1174 (-525)) (-525))) (-15 -2288 ((-525) (-525) (-525))) (-15 -2547 ((-592 (-525)) (-525) (-525) (-525))) (-15 -3075 ((-592 (-525)) (-525) (-525) (-525))) (-15 -1987 ((-592 (-525)) (-525) (-525) (-525))))
-((-3706 (($ $ (-856)) 12)) (** (($ $ (-856)) 10)))
-(((-1031 |#1|) (-10 -8 (-15 -3706 (|#1| |#1| (-856))) (-15 ** (|#1| |#1| (-856)))) (-1032)) (T -1031))
-NIL
-(-10 -8 (-15 -3706 (|#1| |#1| (-856))) (-15 ** (|#1| |#1| (-856))))
-((-4087 (((-108) $ $) 7)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-3706 (($ $ (-856)) 13)) (-2775 (((-108) $ $) 6)) (** (($ $ (-856)) 14)) (* (($ $ $) 15)))
-(((-1032) (-131)) (T -1032))
-((* (*1 *1 *1 *1) (-4 *1 (-1032))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1032)) (-5 *2 (-856)))) (-3706 (*1 *1 *1 *2) (-12 (-4 *1 (-1032)) (-5 *2 (-856)))))
-(-13 (-1020) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-856))) (-15 -3706 ($ $ (-856)))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-4087 (((-108) $ $) NIL (|has| |#3| (-1020)))) (-2414 (((-108) $) NIL (|has| |#3| (-126)))) (-3473 (($ (-856)) NIL (|has| |#3| (-977)))) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-1525 (($ $ $) NIL (|has| |#3| (-735)))) (-3222 (((-3 $ "failed") $ $) NIL (|has| |#3| (-126)))) (-3779 (((-108) $ (-713)) NIL)) (-1613 (((-713)) NIL (|has| |#3| (-346)))) (-2971 (((-525) $) NIL (|has| |#3| (-787)))) (-1233 ((|#3| $ (-525) |#3|) NIL (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (-12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1020)))) (-4105 (((-525) $) NIL (-12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020)))) (((-385 (-525)) $) NIL (-12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020)))) ((|#3| $) NIL (|has| |#3| (-1020)))) (-3090 (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#3| (-588 (-525))) (|has| |#3| (-977)))) (((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 $) (-1174 $)) NIL (|has| |#3| (-977))) (((-632 |#3|) (-632 $)) NIL (|has| |#3| (-977)))) (-3300 (((-3 $ "failed") $) NIL (|has| |#3| (-669)))) (-1903 (($) NIL (|has| |#3| (-346)))) (-3081 ((|#3| $ (-525) |#3|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#3| $ (-525)) 12)) (-1889 (((-108) $) NIL (|has| |#3| (-787)))) (-2175 (((-592 |#3|) $) NIL (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL (|has| |#3| (-669)))) (-4079 (((-108) $) NIL (|has| |#3| (-787)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2617 (((-592 |#3|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-3069 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#3| |#3|) $) NIL)) (-3685 (((-856) $) NIL (|has| |#3| (-346)))) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#3| (-1020)))) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-1722 (($ (-856)) NIL (|has| |#3| (-346)))) (-3993 (((-1039) $) NIL (|has| |#3| (-1020)))) (-1647 ((|#3| $) NIL (|has| (-525) (-789)))) (-3453 (($ $ |#3|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#3|))) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-273 |#3|)) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020)))) (($ $ (-592 |#3|) (-592 |#3|)) NIL (-12 (|has| |#3| (-288 |#3|)) (|has| |#3| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020))))) (-1717 (((-592 |#3|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#3| $ (-525) |#3|) NIL) ((|#3| $ (-525)) NIL)) (-3584 ((|#3| $ $) NIL (|has| |#3| (-977)))) (-4238 (($ (-1174 |#3|)) NIL)) (-3933 (((-128)) NIL (|has| |#3| (-341)))) (-2702 (($ $) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1 |#3| |#3|) (-713)) NIL (|has| |#3| (-977))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-977)))) (-4002 (((-713) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259))) (((-713) |#3| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#3| (-1020))))) (-2503 (($ $) NIL)) (-4100 (((-1174 |#3|) $) NIL) (($ (-525)) NIL (-2067 (-12 (|has| |#3| (-968 (-525))) (|has| |#3| (-1020))) (|has| |#3| (-977)))) (($ (-385 (-525))) NIL (-12 (|has| |#3| (-968 (-385 (-525)))) (|has| |#3| (-1020)))) (($ |#3|) NIL (|has| |#3| (-1020))) (((-798) $) NIL (|has| |#3| (-566 (-798))))) (-2448 (((-713)) NIL (|has| |#3| (-977)))) (-2706 (((-108) (-1 (-108) |#3|) $) NIL (|has| $ (-6 -4259)))) (-2380 (($ $) NIL (|has| |#3| (-787)))) (-3706 (($ $ (-713)) NIL (|has| |#3| (-669))) (($ $ (-856)) NIL (|has| |#3| (-669)))) (-3364 (($) NIL (|has| |#3| (-126)) CONST)) (-3375 (($) NIL (|has| |#3| (-669)) CONST)) (-2401 (($ $) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977)))) (($ $ (-713)) NIL (-12 (|has| |#3| (-213)) (|has| |#3| (-977)))) (($ $ (-1092)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#3| (-835 (-1092))) (|has| |#3| (-977)))) (($ $ (-1 |#3| |#3|) (-713)) NIL (|has| |#3| (-977))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-977)))) (-2830 (((-108) $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2807 (((-108) $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2775 (((-108) $ $) NIL (|has| |#3| (-1020)))) (-2817 (((-108) $ $) NIL (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2795 (((-108) $ $) 17 (-2067 (|has| |#3| (-735)) (|has| |#3| (-787))))) (-2880 (($ $ |#3|) NIL (|has| |#3| (-341)))) (-2871 (($ $ $) NIL (|has| |#3| (-977))) (($ $) NIL (|has| |#3| (-977)))) (-2860 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-713)) NIL (|has| |#3| (-669))) (($ $ (-856)) NIL (|has| |#3| (-669)))) (* (($ (-525) $) NIL (|has| |#3| (-977))) (($ $ $) NIL (|has| |#3| (-669))) (($ $ |#3|) NIL (|has| |#3| (-669))) (($ |#3| $) NIL (|has| |#3| (-669))) (($ (-713) $) NIL (|has| |#3| (-126))) (($ (-856) $) NIL (|has| |#3| (-25)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1033 |#1| |#2| |#3|) (-218 |#1| |#3|) (-713) (-713) (-735)) (T -1033))
-NIL
-(-218 |#1| |#3|)
-((-2743 (((-592 (-1147 |#2| |#1|)) (-1147 |#2| |#1|) (-1147 |#2| |#1|)) 37)) (-2182 (((-525) (-1147 |#2| |#1|)) 69 (|has| |#1| (-429)))) (-2843 (((-525) (-1147 |#2| |#1|)) 54)) (-4037 (((-592 (-1147 |#2| |#1|)) (-1147 |#2| |#1|) (-1147 |#2| |#1|)) 45)) (-2608 (((-525) (-1147 |#2| |#1|) (-1147 |#2| |#1|)) 68 (|has| |#1| (-429)))) (-2076 (((-592 |#1|) (-1147 |#2| |#1|) (-1147 |#2| |#1|)) 48)) (-1229 (((-525) (-1147 |#2| |#1|) (-1147 |#2| |#1|)) 53)))
-(((-1034 |#1| |#2|) (-10 -7 (-15 -2743 ((-592 (-1147 |#2| |#1|)) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -4037 ((-592 (-1147 |#2| |#1|)) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -2076 ((-592 |#1|) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -1229 ((-525) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -2843 ((-525) (-1147 |#2| |#1|))) (IF (|has| |#1| (-429)) (PROGN (-15 -2608 ((-525) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -2182 ((-525) (-1147 |#2| |#1|)))) |%noBranch|)) (-762) (-1092)) (T -1034))
-((-2182 (*1 *2 *3) (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-429)) (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))) (-2608 (*1 *2 *3 *3) (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-429)) (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))) (-2843 (*1 *2 *3) (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))) (-1229 (*1 *2 *3 *3) (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))) (-2076 (*1 *2 *3 *3) (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-592 *4)) (-5 *1 (-1034 *4 *5)))) (-4037 (*1 *2 *3 *3) (-12 (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-592 (-1147 *5 *4))) (-5 *1 (-1034 *4 *5)) (-5 *3 (-1147 *5 *4)))) (-2743 (*1 *2 *3 *3) (-12 (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-592 (-1147 *5 *4))) (-5 *1 (-1034 *4 *5)) (-5 *3 (-1147 *5 *4)))))
-(-10 -7 (-15 -2743 ((-592 (-1147 |#2| |#1|)) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -4037 ((-592 (-1147 |#2| |#1|)) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -2076 ((-592 |#1|) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -1229 ((-525) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -2843 ((-525) (-1147 |#2| |#1|))) (IF (|has| |#1| (-429)) (PROGN (-15 -2608 ((-525) (-1147 |#2| |#1|) (-1147 |#2| |#1|))) (-15 -2182 ((-525) (-1147 |#2| |#1|)))) |%noBranch|))
-((-2971 (((-3 (-525) "failed") |#2| (-1092) |#2| (-1075)) 17) (((-3 (-525) "failed") |#2| (-1092) (-782 |#2|)) 15) (((-3 (-525) "failed") |#2|) 54)))
-(((-1035 |#1| |#2|) (-10 -7 (-15 -2971 ((-3 (-525) "failed") |#2|)) (-15 -2971 ((-3 (-525) "failed") |#2| (-1092) (-782 |#2|))) (-15 -2971 ((-3 (-525) "failed") |#2| (-1092) |#2| (-1075)))) (-13 (-517) (-789) (-968 (-525)) (-588 (-525)) (-429)) (-13 (-27) (-1114) (-408 |#1|))) (T -1035))
-((-2971 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-1075)) (-4 *6 (-13 (-517) (-789) (-968 *2) (-588 *2) (-429))) (-5 *2 (-525)) (-5 *1 (-1035 *6 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *6))))) (-2971 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-782 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *6))) (-4 *6 (-13 (-517) (-789) (-968 *2) (-588 *2) (-429))) (-5 *2 (-525)) (-5 *1 (-1035 *6 *3)))) (-2971 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-517) (-789) (-968 *2) (-588 *2) (-429))) (-5 *2 (-525)) (-5 *1 (-1035 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *4))))))
-(-10 -7 (-15 -2971 ((-3 (-525) "failed") |#2|)) (-15 -2971 ((-3 (-525) "failed") |#2| (-1092) (-782 |#2|))) (-15 -2971 ((-3 (-525) "failed") |#2| (-1092) |#2| (-1075))))
-((-2971 (((-3 (-525) "failed") (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|)) (-1075)) 35) (((-3 (-525) "failed") (-385 (-887 |#1|)) (-1092) (-782 (-385 (-887 |#1|)))) 30) (((-3 (-525) "failed") (-385 (-887 |#1|))) 13)))
-(((-1036 |#1|) (-10 -7 (-15 -2971 ((-3 (-525) "failed") (-385 (-887 |#1|)))) (-15 -2971 ((-3 (-525) "failed") (-385 (-887 |#1|)) (-1092) (-782 (-385 (-887 |#1|))))) (-15 -2971 ((-3 (-525) "failed") (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|)) (-1075)))) (-429)) (T -1036))
-((-2971 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-385 (-887 *6))) (-5 *4 (-1092)) (-5 *5 (-1075)) (-4 *6 (-429)) (-5 *2 (-525)) (-5 *1 (-1036 *6)))) (-2971 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-782 (-385 (-887 *6)))) (-5 *3 (-385 (-887 *6))) (-4 *6 (-429)) (-5 *2 (-525)) (-5 *1 (-1036 *6)))) (-2971 (*1 *2 *3) (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-429)) (-5 *2 (-525)) (-5 *1 (-1036 *4)))))
-(-10 -7 (-15 -2971 ((-3 (-525) "failed") (-385 (-887 |#1|)))) (-15 -2971 ((-3 (-525) "failed") (-385 (-887 |#1|)) (-1092) (-782 (-385 (-887 |#1|))))) (-15 -2971 ((-3 (-525) "failed") (-385 (-887 |#1|)) (-1092) (-385 (-887 |#1|)) (-1075))))
-((-4087 (((-108) $ $) NIL)) (-3326 (((-169) $) 8)) (-3258 (((-592 (-169)) $) 10)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 19)) (-2775 (((-108) $ $) 13)))
-(((-1037) (-13 (-1020) (-10 -8 (-15 -3326 ((-169) $)) (-15 -3258 ((-592 (-169)) $))))) (T -1037))
-((-3326 (*1 *2 *1) (-12 (-5 *2 (-169)) (-5 *1 (-1037)))) (-3258 (*1 *2 *1) (-12 (-5 *2 (-592 (-169))) (-5 *1 (-1037)))))
-(-13 (-1020) (-10 -8 (-15 -3326 ((-169) $)) (-15 -3258 ((-592 (-169)) $))))
-((-3800 (((-294 (-525)) (-47)) 12)))
-(((-1038) (-10 -7 (-15 -3800 ((-294 (-525)) (-47))))) (T -1038))
-((-3800 (*1 *2 *3) (-12 (-5 *3 (-47)) (-5 *2 (-294 (-525))) (-5 *1 (-1038)))))
-(-10 -7 (-15 -3800 ((-294 (-525)) (-47))))
-((-4087 (((-108) $ $) NIL)) (-2026 (($ $) 41)) (-2414 (((-108) $) 65)) (-2532 (($ $ $) 48)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 85)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3410 (($ $ $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3004 (($ $ $ $) 74)) (-4195 (($ $) NIL)) (-3586 (((-396 $) $) NIL)) (-1507 (((-108) $ $) NIL)) (-2971 (((-525) $) NIL)) (-3164 (($ $ $) 71)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL)) (-4105 (((-525) $) NIL)) (-1356 (($ $ $) 59)) (-3090 (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 79) (((-632 (-525)) (-632 $)) 28)) (-3300 (((-3 $ "failed") $) NIL)) (-3306 (((-3 (-385 (-525)) "failed") $) NIL)) (-1417 (((-108) $) NIL)) (-1367 (((-385 (-525)) $) NIL)) (-1903 (($) 82) (($ $) 83)) (-1332 (($ $ $) 58)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL)) (-1798 (((-108) $) NIL)) (-2209 (($ $ $ $) NIL)) (-1453 (($ $ $) 80)) (-1889 (((-108) $) NIL)) (-1922 (($ $ $) NIL)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL)) (-2278 (((-108) $) 66)) (-3028 (((-108) $) 64)) (-3272 (($ $) 42)) (-2878 (((-3 $ "failed") $) NIL)) (-4079 (((-108) $) 75)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3455 (($ $ $ $) 72)) (-3033 (($ $ $) 68) (($) 39)) (-1609 (($ $ $) 67) (($) 38)) (-2845 (($ $) NIL)) (-4128 (($ $) 70)) (-2739 (($ $ $) NIL) (($ (-592 $)) NIL)) (-1289 (((-1075) $) NIL)) (-2432 (($ $ $) NIL)) (-2948 (($) NIL T CONST)) (-3280 (($ $) 50)) (-3993 (((-1039) $) NIL) (($ $) 69)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL)) (-2772 (($ $ $) 62) (($ (-592 $)) NIL)) (-1606 (($ $) NIL)) (-4201 (((-396 $) $) NIL)) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL)) (-1311 (((-3 $ "failed") $ $) NIL)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL)) (-3864 (((-108) $) NIL)) (-1927 (((-713) $) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 61)) (-2702 (($ $ (-713)) NIL) (($ $) NIL)) (-4223 (($ $) 51)) (-2503 (($ $) NIL)) (-2069 (((-525) $) 32) (((-501) $) NIL) (((-827 (-525)) $) NIL) (((-357) $) NIL) (((-205) $) NIL)) (-4100 (((-798) $) 31) (($ (-525)) 81) (($ $) NIL) (($ (-525)) 81)) (-2448 (((-713)) NIL)) (-4214 (((-108) $ $) NIL)) (-1494 (($ $ $) NIL)) (-3771 (($) 37)) (-1571 (((-108) $ $) NIL)) (-3695 (($ $ $ $) 73)) (-2380 (($ $) 63)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3836 (($ $ $) 44)) (-3364 (($) 35 T CONST)) (-1252 (($ $ $) 47)) (-3375 (($) 36 T CONST)) (-3660 (((-1075) $) 21) (((-1075) $ (-108)) 23) (((-1179) (-764) $) 24) (((-1179) (-764) $ (-108)) 25)) (-1263 (($ $) 45)) (-2401 (($ $ (-713)) NIL) (($ $) NIL)) (-1243 (($ $ $) 46)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 40)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 49)) (-3826 (($ $ $) 43)) (-2871 (($ $) 52) (($ $ $) 54)) (-2860 (($ $ $) 53)) (** (($ $ (-856)) NIL) (($ $ (-713)) 57)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 34) (($ $ $) 55)))
-(((-1039) (-13 (-510) (-607) (-770) (-10 -8 (-6 -4246) (-6 -4251) (-6 -4247) (-15 -1609 ($)) (-15 -3033 ($)) (-15 -3272 ($ $)) (-15 -2026 ($ $)) (-15 -3826 ($ $ $)) (-15 -3836 ($ $ $)) (-15 -2532 ($ $ $)) (-15 -1263 ($ $)) (-15 -1243 ($ $ $)) (-15 -1252 ($ $ $))))) (T -1039))
-((-3836 (*1 *1 *1 *1) (-5 *1 (-1039))) (-3826 (*1 *1 *1 *1) (-5 *1 (-1039))) (-2026 (*1 *1 *1) (-5 *1 (-1039))) (-1609 (*1 *1) (-5 *1 (-1039))) (-3033 (*1 *1) (-5 *1 (-1039))) (-3272 (*1 *1 *1) (-5 *1 (-1039))) (-2532 (*1 *1 *1 *1) (-5 *1 (-1039))) (-1263 (*1 *1 *1) (-5 *1 (-1039))) (-1243 (*1 *1 *1 *1) (-5 *1 (-1039))) (-1252 (*1 *1 *1 *1) (-5 *1 (-1039))))
-(-13 (-510) (-607) (-770) (-10 -8 (-6 -4246) (-6 -4251) (-6 -4247) (-15 -1609 ($)) (-15 -3033 ($)) (-15 -3272 ($ $)) (-15 -2026 ($ $)) (-15 -3826 ($ $ $)) (-15 -3836 ($ $ $)) (-15 -2532 ($ $ $)) (-15 -1263 ($ $)) (-15 -1243 ($ $ $)) (-15 -1252 ($ $ $))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-3490 ((|#1| $) 44)) (-3779 (((-108) $ (-713)) 8)) (-2475 (($) 7 T CONST)) (-1282 ((|#1| |#1| $) 46)) (-2639 ((|#1| $) 45)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-3577 ((|#1| $) 39)) (-3246 (($ |#1| $) 40)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-2724 ((|#1| $) 41)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-2895 (((-713) $) 43)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) 42)) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-1040 |#1|) (-131) (-1128)) (T -1040))
-((-1282 (*1 *2 *2 *1) (-12 (-4 *1 (-1040 *2)) (-4 *2 (-1128)))) (-2639 (*1 *2 *1) (-12 (-4 *1 (-1040 *2)) (-4 *2 (-1128)))) (-3490 (*1 *2 *1) (-12 (-4 *1 (-1040 *2)) (-4 *2 (-1128)))) (-2895 (*1 *2 *1) (-12 (-4 *1 (-1040 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))))
-(-13 (-102 |t#1|) (-10 -8 (-6 -4259) (-15 -1282 (|t#1| |t#1| $)) (-15 -2639 (|t#1| $)) (-15 -3490 (|t#1| $)) (-15 -2895 ((-713) $))))
-(((-33) . T) ((-102 |#1|) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-2924 ((|#3| $) 76)) (-1934 (((-3 (-525) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 |#3| "failed") $) 40)) (-4105 (((-525) $) NIL) (((-385 (-525)) $) NIL) ((|#3| $) 37)) (-3090 (((-632 (-525)) (-632 $)) NIL) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL) (((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 $) (-1174 $)) 73) (((-632 |#3|) (-632 $)) 65)) (-2702 (($ $ (-1 |#3| |#3|)) 19) (($ $ (-1 |#3| |#3|) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092)) NIL) (($ $ (-713)) NIL) (($ $) NIL)) (-3450 ((|#3| $) 78)) (-1695 ((|#4| $) 32)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-385 (-525))) NIL) (($ |#3|) 16)) (** (($ $ (-856)) NIL) (($ $ (-713)) 15) (($ $ (-525)) 82)))
-(((-1041 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-525))) (-15 -3450 (|#3| |#1|)) (-15 -2924 (|#3| |#1|)) (-15 -1695 (|#4| |#1|)) (-15 -3090 ((-632 |#3|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -4105 (|#3| |#1|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -4100 (|#1| |#3|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|) (-713))) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4100 (|#1| (-525))) (-15 ** (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-856))) (-15 -4100 ((-798) |#1|))) (-1042 |#2| |#3| |#4| |#5|) (-713) (-977) (-218 |#2| |#3|) (-218 |#2| |#3|)) (T -1041))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-525))) (-15 -3450 (|#3| |#1|)) (-15 -2924 (|#3| |#1|)) (-15 -1695 (|#4| |#1|)) (-15 -3090 ((-632 |#3|) (-632 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 |#3|)) (|:| |vec| (-1174 |#3|))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 |#1|) (-1174 |#1|))) (-15 -3090 ((-632 (-525)) (-632 |#1|))) (-15 -4105 (|#3| |#1|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -4100 (|#1| |#3|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-525) |#1|)) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|) (-713))) (-15 -2702 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4100 (|#1| (-525))) (-15 ** (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-856))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2924 ((|#2| $) 72)) (-2207 (((-108) $) 112)) (-3222 (((-3 $ "failed") $ $) 19)) (-2721 (((-108) $) 110)) (-3779 (((-108) $ (-713)) 102)) (-1232 (($ |#2|) 75)) (-2475 (($) 17 T CONST)) (-3692 (($ $) 129 (|has| |#2| (-286)))) (-3209 ((|#3| $ (-525)) 124)) (-1934 (((-3 (-525) "failed") $) 86 (|has| |#2| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) 84 (|has| |#2| (-968 (-385 (-525))))) (((-3 |#2| "failed") $) 81)) (-4105 (((-525) $) 87 (|has| |#2| (-968 (-525)))) (((-385 (-525)) $) 85 (|has| |#2| (-968 (-385 (-525))))) ((|#2| $) 80)) (-3090 (((-632 (-525)) (-632 $)) 79 (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 78 (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) 77) (((-632 |#2|) (-632 $)) 76)) (-3300 (((-3 $ "failed") $) 34)) (-3085 (((-713) $) 130 (|has| |#2| (-517)))) (-3017 ((|#2| $ (-525) (-525)) 122)) (-2175 (((-592 |#2|) $) 95 (|has| $ (-6 -4259)))) (-2278 (((-108) $) 31)) (-3204 (((-713) $) 131 (|has| |#2| (-517)))) (-3261 (((-592 |#4|) $) 132 (|has| |#2| (-517)))) (-2720 (((-713) $) 118)) (-2731 (((-713) $) 119)) (-2516 (((-108) $ (-713)) 103)) (-3239 ((|#2| $) 67 (|has| |#2| (-6 (-4261 "*"))))) (-2797 (((-525) $) 114)) (-2307 (((-525) $) 116)) (-2617 (((-592 |#2|) $) 94 (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) 92 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259))))) (-3194 (((-525) $) 115)) (-3210 (((-525) $) 117)) (-4054 (($ (-592 (-592 |#2|))) 109)) (-3069 (($ (-1 |#2| |#2|) $) 99 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2| |#2|) $ $) 126) (($ (-1 |#2| |#2|) $) 100)) (-2949 (((-592 (-592 |#2|)) $) 120)) (-4028 (((-108) $ (-713)) 104)) (-1289 (((-1075) $) 9)) (-1921 (((-3 $ "failed") $) 66 (|has| |#2| (-341)))) (-3993 (((-1039) $) 10)) (-1311 (((-3 $ "failed") $ |#2|) 127 (|has| |#2| (-517)))) (-1518 (((-108) (-1 (-108) |#2|) $) 97 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) 91 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) 90 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) 89 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) 88 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) 108)) (-3479 (((-108) $) 105)) (-1558 (($) 106)) (-3431 ((|#2| $ (-525) (-525) |#2|) 123) ((|#2| $ (-525) (-525)) 121)) (-2702 (($ $ (-1 |#2| |#2|)) 52) (($ $ (-1 |#2| |#2|) (-713)) 51) (($ $ (-592 (-1092)) (-592 (-713))) 44 (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) 43 (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) 42 (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) 41 (|has| |#2| (-835 (-1092)))) (($ $ (-713)) 39 (|has| |#2| (-213))) (($ $) 37 (|has| |#2| (-213)))) (-3450 ((|#2| $) 71)) (-3525 (($ (-592 |#2|)) 74)) (-3219 (((-108) $) 111)) (-1695 ((|#3| $) 73)) (-1796 ((|#2| $) 68 (|has| |#2| (-6 (-4261 "*"))))) (-4002 (((-713) (-1 (-108) |#2|) $) 96 (|has| $ (-6 -4259))) (((-713) |#2| $) 93 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 107)) (-1881 ((|#4| $ (-525)) 125)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 83 (|has| |#2| (-968 (-385 (-525))))) (($ |#2|) 82)) (-2448 (((-713)) 29)) (-2706 (((-108) (-1 (-108) |#2|) $) 98 (|has| $ (-6 -4259)))) (-1245 (((-108) $) 113)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-1 |#2| |#2|)) 50) (($ $ (-1 |#2| |#2|) (-713)) 49) (($ $ (-592 (-1092)) (-592 (-713))) 48 (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) 47 (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) 46 (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) 45 (|has| |#2| (-835 (-1092)))) (($ $ (-713)) 40 (|has| |#2| (-213))) (($ $) 38 (|has| |#2| (-213)))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#2|) 128 (|has| |#2| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 65 (|has| |#2| (-341)))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#2|) 134) (($ |#2| $) 133) ((|#4| $ |#4|) 70) ((|#3| |#3| $) 69)) (-2827 (((-713) $) 101 (|has| $ (-6 -4259)))))
-(((-1042 |#1| |#2| |#3| |#4|) (-131) (-713) (-977) (-218 |t#1| |t#2|) (-218 |t#1| |t#2|)) (T -1042))
-((-1232 (*1 *1 *2) (-12 (-4 *2 (-977)) (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2)) (-4 *5 (-218 *3 *2)))) (-3525 (*1 *1 *2) (-12 (-5 *2 (-592 *4)) (-4 *4 (-977)) (-4 *1 (-1042 *3 *4 *5 *6)) (-4 *5 (-218 *3 *4)) (-4 *6 (-218 *3 *4)))) (-1695 (*1 *2 *1) (-12 (-4 *1 (-1042 *3 *4 *2 *5)) (-4 *4 (-977)) (-4 *5 (-218 *3 *4)) (-4 *2 (-218 *3 *4)))) (-2924 (*1 *2 *1) (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2)) (-4 *5 (-218 *3 *2)) (-4 *2 (-977)))) (-3450 (*1 *2 *1) (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2)) (-4 *5 (-218 *3 *2)) (-4 *2 (-977)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1042 *3 *4 *5 *2)) (-4 *4 (-977)) (-4 *5 (-218 *3 *4)) (-4 *2 (-218 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1042 *3 *4 *2 *5)) (-4 *4 (-977)) (-4 *2 (-218 *3 *4)) (-4 *5 (-218 *3 *4)))) (-1796 (*1 *2 *1) (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2)) (-4 *5 (-218 *3 *2)) (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977)))) (-3239 (*1 *2 *1) (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2)) (-4 *5 (-218 *3 *2)) (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977)))) (-1921 (*1 *1 *1) (|partial| -12 (-4 *1 (-1042 *2 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-218 *2 *3)) (-4 *5 (-218 *2 *3)) (-4 *3 (-341)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-1042 *3 *4 *5 *6)) (-4 *4 (-977)) (-4 *5 (-218 *3 *4)) (-4 *6 (-218 *3 *4)) (-4 *4 (-341)))))
-(-13 (-211 |t#2|) (-107 |t#2| |t#2|) (-980 |t#1| |t#1| |t#2| |t#3| |t#4|) (-389 |t#2|) (-355 |t#2|) (-10 -8 (IF (|has| |t#2| (-160)) (-6 (-660 |t#2|)) |%noBranch|) (-15 -1232 ($ |t#2|)) (-15 -3525 ($ (-592 |t#2|))) (-15 -1695 (|t#3| $)) (-15 -2924 (|t#2| $)) (-15 -3450 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4261 "*"))) (PROGN (-6 (-37 |t#2|)) (-15 -1796 (|t#2| $)) (-15 -3239 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-341)) (PROGN (-15 -1921 ((-3 $ "failed") $)) (-15 ** ($ $ (-525)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-33) . T) ((-37 |#2|) |has| |#2| (-6 (-4261 "*"))) ((-97) . T) ((-107 |#2| |#2|) . T) ((-126) . T) ((-566 (-798)) . T) ((-211 |#2|) . T) ((-213) |has| |#2| (-213)) ((-288 |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-355 |#2|) . T) ((-389 |#2|) . T) ((-464 |#2|) . T) ((-486 |#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-594 |#2|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#2| (-588 (-525))) ((-588 |#2|) . T) ((-660 |#2|) -2067 (|has| |#2| (-160)) (|has| |#2| (-6 (-4261 "*")))) ((-669) . T) ((-835 (-1092)) |has| |#2| (-835 (-1092))) ((-980 |#1| |#1| |#2| |#3| |#4|) . T) ((-968 (-385 (-525))) |has| |#2| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#2| (-968 (-525))) ((-968 |#2|) . T) ((-983 |#2|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1128) . T))
-((-2276 ((|#4| |#4|) 70)) (-1809 ((|#4| |#4|) 65)) (-2415 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|))) |#4| |#3|) 78)) (-1365 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 69)) (-2256 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 67)))
-(((-1043 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1809 (|#4| |#4|)) (-15 -2256 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2276 (|#4| |#4|)) (-15 -1365 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2415 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|))) |#4| |#3|))) (-286) (-351 |#1|) (-351 |#1|) (-630 |#1| |#2| |#3|)) (T -1043))
-((-2415 (*1 *2 *3 *4) (-12 (-4 *5 (-286)) (-4 *6 (-351 *5)) (-4 *4 (-351 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4)))) (-5 *1 (-1043 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4)))) (-1365 (*1 *2 *3) (-12 (-4 *4 (-286)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1043 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-2276 (*1 *2 *2) (-12 (-4 *3 (-286)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-1043 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-2256 (*1 *2 *3) (-12 (-4 *4 (-286)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1043 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))) (-1809 (*1 *2 *2) (-12 (-4 *3 (-286)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-1043 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
-(-10 -7 (-15 -1809 (|#4| |#4|)) (-15 -2256 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2276 (|#4| |#4|)) (-15 -1365 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -2415 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -2103 (-592 |#3|))) |#4| |#3|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 17)) (-1296 (((-592 |#2|) $) 161)) (-4169 (((-1088 $) $ |#2|) 54) (((-1088 |#1|) $) 43)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 110 (|has| |#1| (-517)))) (-2433 (($ $) 112 (|has| |#1| (-517)))) (-1568 (((-108) $) 114 (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 |#2|)) 194)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) 158) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 |#2| "failed") $) NIL)) (-4105 ((|#1| $) 156) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) ((|#2| $) NIL)) (-3801 (($ $ $ |#2|) NIL (|has| |#1| (-160)))) (-1451 (($ $) 198)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) 82)) (-3201 (($ $) NIL (|has| |#1| (-429))) (($ $ |#2|) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-497 |#2|) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| |#1| (-821 (-357))) (|has| |#2| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| |#1| (-821 (-525))) (|has| |#2| (-821 (-525)))))) (-2278 (((-108) $) 19)) (-4025 (((-713) $) 26)) (-1284 (($ (-1088 |#1|) |#2|) 48) (($ (-1088 $) |#2|) 64)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) 32)) (-1272 (($ |#1| (-497 |#2|)) 71) (($ $ |#2| (-713)) 52) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ |#2|) NIL)) (-1819 (((-497 |#2|) $) 188) (((-713) $ |#2|) 189) (((-592 (-713)) $ (-592 |#2|)) 190)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-497 |#2|) (-497 |#2|)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) 122)) (-2018 (((-3 |#2| "failed") $) 163)) (-1418 (($ $) 197)) (-1430 ((|#1| $) 37)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| |#2|) (|:| -2168 (-713))) "failed") $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) 33)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 140 (|has| |#1| (-429)))) (-2772 (($ (-592 $)) 145 (|has| |#1| (-429))) (($ $ $) 132 (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#1| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-844)))) (-1311 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ $) 120 (|has| |#1| (-517)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ |#2| |#1|) 166) (($ $ (-592 |#2|) (-592 |#1|)) 179) (($ $ |#2| $) 165) (($ $ (-592 |#2|) (-592 $)) 178)) (-4115 (($ $ |#2|) NIL (|has| |#1| (-160)))) (-2702 (($ $ |#2|) 196) (($ $ (-592 |#2|)) NIL) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-3529 (((-497 |#2|) $) 184) (((-713) $ |#2|) 180) (((-592 (-713)) $ (-592 |#2|)) 182)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| |#1| (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| |#1| (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| |#1| (-567 (-501))) (|has| |#2| (-567 (-501)))))) (-1661 ((|#1| $) 128 (|has| |#1| (-429))) (($ $ |#2|) 131 (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-4100 (((-798) $) 151) (($ (-525)) 76) (($ |#1|) 77) (($ |#2|) 28) (($ $) NIL (|has| |#1| (-517))) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-3137 (((-592 |#1|) $) 154)) (-3136 ((|#1| $ (-497 |#2|)) 73) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) 79)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) 117 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 102) (($ $ (-713)) 104)) (-3364 (($) 12 T CONST)) (-3375 (($) 14 T CONST)) (-2401 (($ $ |#2|) NIL) (($ $ (-592 |#2|)) NIL) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) 97)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) 126 (|has| |#1| (-341)))) (-2871 (($ $) 85) (($ $ $) 95)) (-2860 (($ $ $) 49)) (** (($ $ (-856)) 103) (($ $ (-713)) 100)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 88) (($ $ $) 65) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 90) (($ $ |#1|) NIL)))
-(((-1044 |#1| |#2|) (-884 |#1| (-497 |#2|) |#2|) (-977) (-789)) (T -1044))
-NIL
-(-884 |#1| (-497 |#2|) |#2|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 |#2|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1803 (($ $) 143 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 119 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1781 (($ $) 139 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 115 (|has| |#1| (-37 (-385 (-525)))))) (-1828 (($ $) 147 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 123 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3565 (((-887 |#1|) $ (-713)) NIL) (((-887 |#1|) $ (-713) (-713)) NIL)) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-713) $ |#2|) NIL) (((-713) $ |#2| (-713)) NIL)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2457 (((-108) $) NIL)) (-1272 (($ $ (-592 |#2|) (-592 (-497 |#2|))) NIL) (($ $ |#2| (-497 |#2|)) NIL) (($ |#1| (-497 |#2|)) NIL) (($ $ |#2| (-713)) 58) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2533 (($ $) 113 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-2367 (($ $ |#2|) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ |#2| |#1|) 166 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-1275 (($ (-1 $) |#2| |#1|) 165 (|has| |#1| (-37 (-385 (-525)))))) (-1397 (($ $ (-713)) 15)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-1618 (($ $) 111 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (($ $ |#2| $) 97) (($ $ (-592 |#2|) (-592 $)) 90) (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL)) (-2702 (($ $ |#2|) 100) (($ $ (-592 |#2|)) NIL) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-3529 (((-497 |#2|) $) NIL)) (-2539 (((-1 (-1073 |#3|) |#3|) (-592 |#2|) (-592 (-1073 |#3|))) 79)) (-1841 (($ $) 149 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 125 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 145 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 121 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 141 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 117 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 17)) (-4100 (((-798) $) 182) (($ (-525)) NIL) (($ |#1|) 44 (|has| |#1| (-160))) (($ $) NIL (|has| |#1| (-517))) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#2|) 65) (($ |#3|) 63)) (-3136 ((|#1| $ (-497 |#2|)) NIL) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL) ((|#3| $ (-713)) 42)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1876 (($ $) 155 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 131 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) 151 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 127 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 159 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 135 (|has| |#1| (-37 (-385 (-525)))))) (-3135 (($ $) 161 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 137 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 157 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 133 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 153 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 129 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 18 T CONST)) (-3375 (($) 10 T CONST)) (-2401 (($ $ |#2|) NIL) (($ $ (-592 |#2|)) NIL) (($ $ |#2| (-713)) NIL) (($ $ (-592 |#2|) (-592 (-713))) NIL)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#1|) 184 (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 61)) (** (($ $ (-856)) NIL) (($ $ (-713)) 70) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 103 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 60) (($ $ (-385 (-525))) 108 (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) 106 (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 47) (($ $ |#1|) 48) (($ |#3| $) 46)))
-(((-1045 |#1| |#2| |#3|) (-13 (-683 |#1| |#2|) (-10 -8 (-15 -3136 (|#3| $ (-713))) (-15 -4100 ($ |#2|)) (-15 -4100 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -2539 ((-1 (-1073 |#3|) |#3|) (-592 |#2|) (-592 (-1073 |#3|)))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $ |#2| |#1|)) (-15 -1275 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-977) (-789) (-884 |#1| (-497 |#2|) |#2|)) (T -1045))
-((-3136 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *2 (-884 *4 (-497 *5) *5)) (-5 *1 (-1045 *4 *5 *2)) (-4 *4 (-977)) (-4 *5 (-789)))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-977)) (-4 *2 (-789)) (-5 *1 (-1045 *3 *2 *4)) (-4 *4 (-884 *3 (-497 *2) *2)))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-977)) (-4 *4 (-789)) (-5 *1 (-1045 *3 *4 *2)) (-4 *2 (-884 *3 (-497 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-977)) (-4 *4 (-789)) (-5 *1 (-1045 *3 *4 *2)) (-4 *2 (-884 *3 (-497 *4) *4)))) (-2539 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 (-1073 *7))) (-4 *6 (-789)) (-4 *7 (-884 *5 (-497 *6) *6)) (-4 *5 (-977)) (-5 *2 (-1 (-1073 *7) *7)) (-5 *1 (-1045 *5 *6 *7)))) (-2367 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-4 *2 (-789)) (-5 *1 (-1045 *3 *2 *4)) (-4 *4 (-884 *3 (-497 *2) *2)))) (-1275 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1045 *4 *3 *5))) (-4 *4 (-37 (-385 (-525)))) (-4 *4 (-977)) (-4 *3 (-789)) (-5 *1 (-1045 *4 *3 *5)) (-4 *5 (-884 *4 (-497 *3) *3)))))
-(-13 (-683 |#1| |#2|) (-10 -8 (-15 -3136 (|#3| $ (-713))) (-15 -4100 ($ |#2|)) (-15 -4100 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -2539 ((-1 (-1073 |#3|) |#3|) (-592 |#2|) (-592 (-1073 |#3|)))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $ |#2| |#1|)) (-15 -1275 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
-((-4087 (((-108) $ $) 7)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) 85)) (-3347 (((-592 $) (-592 |#4|)) 86) (((-592 $) (-592 |#4|) (-108)) 111)) (-1296 (((-592 |#3|) $) 33)) (-2071 (((-108) $) 26)) (-3093 (((-108) $) 17 (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) 101) (((-108) $) 97)) (-1402 ((|#4| |#4| $) 92)) (-4195 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| $) 126)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) 27)) (-3779 (((-108) $ (-713)) 44)) (-2399 (($ (-1 (-108) |#4|) $) 65 (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) 79)) (-2475 (($) 45 T CONST)) (-3542 (((-108) $) 22 (|has| |#1| (-517)))) (-2462 (((-108) $ $) 24 (|has| |#1| (-517)))) (-2390 (((-108) $ $) 23 (|has| |#1| (-517)))) (-1698 (((-108) $) 25 (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 93)) (-3308 (((-592 |#4|) (-592 |#4|) $) 18 (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) 19 (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) 36)) (-4105 (($ (-592 |#4|)) 35)) (-1659 (((-3 $ "failed") $) 82)) (-2268 ((|#4| |#4| $) 89)) (-1681 (($ $) 68 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#4| $) 67 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#4|) $) 64 (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) 102)) (-1469 ((|#4| |#4| $) 87)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 94)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) 105)) (-1954 (((-108) |#4| $) 136)) (-3315 (((-108) |#4| $) 133)) (-1941 (((-108) |#4| $) 137) (((-108) $) 134)) (-2175 (((-592 |#4|) $) 52 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) 104) (((-108) $) 103)) (-2577 ((|#3| $) 34)) (-2516 (((-108) $ (-713)) 43)) (-2617 (((-592 |#4|) $) 53 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 55 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 47)) (-3435 (((-592 |#3|) $) 32)) (-2468 (((-108) |#3| $) 31)) (-4028 (((-108) $ (-713)) 42)) (-1289 (((-1075) $) 9)) (-4180 (((-3 |#4| (-592 $)) |#4| |#4| $) 128)) (-2602 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| |#4| $) 127)) (-2718 (((-3 |#4| "failed") $) 83)) (-2346 (((-592 $) |#4| $) 129)) (-3580 (((-3 (-108) (-592 $)) |#4| $) 132)) (-3022 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) |#4| $) 131) (((-108) |#4| $) 130)) (-2913 (((-592 $) |#4| $) 125) (((-592 $) (-592 |#4|) $) 124) (((-592 $) (-592 |#4|) (-592 $)) 123) (((-592 $) |#4| (-592 $)) 122)) (-1513 (($ |#4| $) 117) (($ (-592 |#4|) $) 116)) (-1455 (((-592 |#4|) $) 107)) (-3732 (((-108) |#4| $) 99) (((-108) $) 95)) (-3076 ((|#4| |#4| $) 90)) (-3472 (((-108) $ $) 110)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) 100) (((-108) $) 96)) (-1998 ((|#4| |#4| $) 91)) (-3993 (((-1039) $) 10)) (-1647 (((-3 |#4| "failed") $) 84)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) 61)) (-2821 (((-3 $ "failed") $ |#4|) 78)) (-1397 (($ $ |#4|) 77) (((-592 $) |#4| $) 115) (((-592 $) |#4| (-592 $)) 114) (((-592 $) (-592 |#4|) $) 113) (((-592 $) (-592 |#4|) (-592 $)) 112)) (-1518 (((-108) (-1 (-108) |#4|) $) 50 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) 59 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) 57 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) 56 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) 38)) (-3479 (((-108) $) 41)) (-1558 (($) 40)) (-3529 (((-713) $) 106)) (-4002 (((-713) |#4| $) 54 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#4|) $) 51 (|has| $ (-6 -4259)))) (-2503 (($ $) 39)) (-2069 (((-501) $) 69 (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 60)) (-4151 (($ $ |#3|) 28)) (-3522 (($ $ |#3|) 30)) (-1411 (($ $) 88)) (-3963 (($ $ |#3|) 29)) (-4100 (((-798) $) 11) (((-592 |#4|) $) 37)) (-1223 (((-713) $) 76 (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) 108)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) 98)) (-3605 (((-592 $) |#4| $) 121) (((-592 $) |#4| (-592 $)) 120) (((-592 $) (-592 |#4|) $) 119) (((-592 $) (-592 |#4|) (-592 $)) 118)) (-2706 (((-108) (-1 (-108) |#4|) $) 49 (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) 81)) (-1484 (((-108) |#4| $) 135)) (-2738 (((-108) |#3| $) 80)) (-2775 (((-108) $ $) 6)) (-2827 (((-713) $) 46 (|has| $ (-6 -4259)))))
-(((-1046 |#1| |#2| |#3| |#4|) (-131) (-429) (-735) (-789) (-991 |t#1| |t#2| |t#3|)) (T -1046))
-NIL
-(-13 (-1029 |t#1| |t#2| |t#3| |t#4|) (-726 |t#1| |t#2| |t#3| |t#4|))
-(((-33) . T) ((-97) . T) ((-566 (-592 |#4|)) . T) ((-566 (-798)) . T) ((-142 |#4|) . T) ((-567 (-501)) |has| |#4| (-567 (-501))) ((-288 |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-464 |#4|) . T) ((-486 |#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-726 |#1| |#2| |#3| |#4|) . T) ((-909 |#1| |#2| |#3| |#4|) . T) ((-996 |#1| |#2| |#3| |#4|) . T) ((-1020) . T) ((-1029 |#1| |#2| |#3| |#4|) . T) ((-1122 |#1| |#2| |#3| |#4|) . T) ((-1128) . T))
-((-2496 (((-592 |#2|) |#1|) 12)) (-3400 (((-592 |#2|) |#2| |#2| |#2| |#2| |#2|) 38) (((-592 |#2|) |#1|) 49)) (-3071 (((-592 |#2|) |#2| |#2| |#2|) 36) (((-592 |#2|) |#1|) 47)) (-1270 ((|#2| |#1|) 43)) (-1908 (((-2 (|:| |solns| (-592 |#2|)) (|:| |maps| (-592 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 17)) (-3544 (((-592 |#2|) |#2| |#2|) 35) (((-592 |#2|) |#1|) 46)) (-4177 (((-592 |#2|) |#2| |#2| |#2| |#2|) 37) (((-592 |#2|) |#1|) 48)) (-2890 ((|#2| |#2| |#2| |#2| |#2| |#2|) 42)) (-2413 ((|#2| |#2| |#2| |#2|) 40)) (-3534 ((|#2| |#2| |#2|) 39)) (-1353 ((|#2| |#2| |#2| |#2| |#2|) 41)))
-(((-1047 |#1| |#2|) (-10 -7 (-15 -2496 ((-592 |#2|) |#1|)) (-15 -1270 (|#2| |#1|)) (-15 -1908 ((-2 (|:| |solns| (-592 |#2|)) (|:| |maps| (-592 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3544 ((-592 |#2|) |#1|)) (-15 -3071 ((-592 |#2|) |#1|)) (-15 -4177 ((-592 |#2|) |#1|)) (-15 -3400 ((-592 |#2|) |#1|)) (-15 -3544 ((-592 |#2|) |#2| |#2|)) (-15 -3071 ((-592 |#2|) |#2| |#2| |#2|)) (-15 -4177 ((-592 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3400 ((-592 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3534 (|#2| |#2| |#2|)) (-15 -2413 (|#2| |#2| |#2| |#2|)) (-15 -1353 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2890 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1150 |#2|) (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (T -1047))
-((-2890 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))) (-1353 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))) (-2413 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))) (-3534 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))) (-3400 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))) (-4177 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))) (-3071 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))) (-3544 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))) (-3400 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4)))) (-4177 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4)))) (-3071 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4)))) (-3544 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4)))) (-1908 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-2 (|:| |solns| (-592 *5)) (|:| |maps| (-592 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1047 *3 *5)) (-4 *3 (-1150 *5)))) (-1270 (*1 *2 *3) (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525))))))) (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -2496 ((-592 |#2|) |#1|)) (-15 -1270 (|#2| |#1|)) (-15 -1908 ((-2 (|:| |solns| (-592 |#2|)) (|:| |maps| (-592 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3544 ((-592 |#2|) |#1|)) (-15 -3071 ((-592 |#2|) |#1|)) (-15 -4177 ((-592 |#2|) |#1|)) (-15 -3400 ((-592 |#2|) |#1|)) (-15 -3544 ((-592 |#2|) |#2| |#2|)) (-15 -3071 ((-592 |#2|) |#2| |#2| |#2|)) (-15 -4177 ((-592 |#2|) |#2| |#2| |#2| |#2|)) (-15 -3400 ((-592 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -3534 (|#2| |#2| |#2|)) (-15 -2413 (|#2| |#2| |#2| |#2|)) (-15 -1353 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2890 (|#2| |#2| |#2| |#2| |#2| |#2|)))
-((-2861 (((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-385 (-887 |#1|))))) 95) (((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-385 (-887 |#1|)))) (-592 (-1092))) 94) (((-592 (-592 (-273 (-294 |#1|)))) (-592 (-385 (-887 |#1|)))) 92) (((-592 (-592 (-273 (-294 |#1|)))) (-592 (-385 (-887 |#1|))) (-592 (-1092))) 90) (((-592 (-273 (-294 |#1|))) (-273 (-385 (-887 |#1|)))) 75) (((-592 (-273 (-294 |#1|))) (-273 (-385 (-887 |#1|))) (-1092)) 76) (((-592 (-273 (-294 |#1|))) (-385 (-887 |#1|))) 70) (((-592 (-273 (-294 |#1|))) (-385 (-887 |#1|)) (-1092)) 59)) (-3203 (((-592 (-592 (-294 |#1|))) (-592 (-385 (-887 |#1|))) (-592 (-1092))) 88) (((-592 (-294 |#1|)) (-385 (-887 |#1|)) (-1092)) 43)) (-2308 (((-1082 (-592 (-294 |#1|)) (-592 (-273 (-294 |#1|)))) (-385 (-887 |#1|)) (-1092)) 98) (((-1082 (-592 (-294 |#1|)) (-592 (-273 (-294 |#1|)))) (-273 (-385 (-887 |#1|))) (-1092)) 97)))
-(((-1048 |#1|) (-10 -7 (-15 -2861 ((-592 (-273 (-294 |#1|))) (-385 (-887 |#1|)) (-1092))) (-15 -2861 ((-592 (-273 (-294 |#1|))) (-385 (-887 |#1|)))) (-15 -2861 ((-592 (-273 (-294 |#1|))) (-273 (-385 (-887 |#1|))) (-1092))) (-15 -2861 ((-592 (-273 (-294 |#1|))) (-273 (-385 (-887 |#1|))))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-385 (-887 |#1|))))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-385 (-887 |#1|)))) (-592 (-1092)))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-385 (-887 |#1|)))))) (-15 -3203 ((-592 (-294 |#1|)) (-385 (-887 |#1|)) (-1092))) (-15 -3203 ((-592 (-592 (-294 |#1|))) (-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -2308 ((-1082 (-592 (-294 |#1|)) (-592 (-273 (-294 |#1|)))) (-273 (-385 (-887 |#1|))) (-1092))) (-15 -2308 ((-1082 (-592 (-294 |#1|)) (-592 (-273 (-294 |#1|)))) (-385 (-887 |#1|)) (-1092)))) (-13 (-286) (-789) (-138))) (T -1048))
-((-2308 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-1082 (-592 (-294 *5)) (-592 (-273 (-294 *5))))) (-5 *1 (-1048 *5)))) (-2308 (*1 *2 *3 *4) (-12 (-5 *3 (-273 (-385 (-887 *5)))) (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-1082 (-592 (-294 *5)) (-592 (-273 (-294 *5))))) (-5 *1 (-1048 *5)))) (-3203 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092))) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-592 (-294 *5)))) (-5 *1 (-1048 *5)))) (-3203 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-294 *5))) (-5 *1 (-1048 *5)))) (-2861 (*1 *2 *3) (-12 (-5 *3 (-592 (-273 (-385 (-887 *4))))) (-4 *4 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-592 (-273 (-294 *4))))) (-5 *1 (-1048 *4)))) (-2861 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-273 (-385 (-887 *5))))) (-5 *4 (-592 (-1092))) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-592 (-273 (-294 *5))))) (-5 *1 (-1048 *5)))) (-2861 (*1 *2 *3) (-12 (-5 *3 (-592 (-385 (-887 *4)))) (-4 *4 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-592 (-273 (-294 *4))))) (-5 *1 (-1048 *4)))) (-2861 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092))) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-592 (-273 (-294 *5))))) (-5 *1 (-1048 *5)))) (-2861 (*1 *2 *3) (-12 (-5 *3 (-273 (-385 (-887 *4)))) (-4 *4 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-273 (-294 *4)))) (-5 *1 (-1048 *4)))) (-2861 (*1 *2 *3 *4) (-12 (-5 *3 (-273 (-385 (-887 *5)))) (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-273 (-294 *5)))) (-5 *1 (-1048 *5)))) (-2861 (*1 *2 *3) (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-273 (-294 *4)))) (-5 *1 (-1048 *4)))) (-2861 (*1 *2 *3 *4) (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-273 (-294 *5)))) (-5 *1 (-1048 *5)))))
-(-10 -7 (-15 -2861 ((-592 (-273 (-294 |#1|))) (-385 (-887 |#1|)) (-1092))) (-15 -2861 ((-592 (-273 (-294 |#1|))) (-385 (-887 |#1|)))) (-15 -2861 ((-592 (-273 (-294 |#1|))) (-273 (-385 (-887 |#1|))) (-1092))) (-15 -2861 ((-592 (-273 (-294 |#1|))) (-273 (-385 (-887 |#1|))))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-385 (-887 |#1|))))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-385 (-887 |#1|)))) (-592 (-1092)))) (-15 -2861 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-385 (-887 |#1|)))))) (-15 -3203 ((-592 (-294 |#1|)) (-385 (-887 |#1|)) (-1092))) (-15 -3203 ((-592 (-592 (-294 |#1|))) (-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -2308 ((-1082 (-592 (-294 |#1|)) (-592 (-273 (-294 |#1|)))) (-273 (-385 (-887 |#1|))) (-1092))) (-15 -2308 ((-1082 (-592 (-294 |#1|)) (-592 (-273 (-294 |#1|)))) (-385 (-887 |#1|)) (-1092))))
-((-1845 (((-385 (-1088 (-294 |#1|))) (-1174 (-294 |#1|)) (-385 (-1088 (-294 |#1|))) (-525)) 29)) (-1505 (((-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|)))) 40)))
-(((-1049 |#1|) (-10 -7 (-15 -1505 ((-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))))) (-15 -1845 ((-385 (-1088 (-294 |#1|))) (-1174 (-294 |#1|)) (-385 (-1088 (-294 |#1|))) (-525)))) (-13 (-517) (-789))) (T -1049))
-((-1845 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-385 (-1088 (-294 *5)))) (-5 *3 (-1174 (-294 *5))) (-5 *4 (-525)) (-4 *5 (-13 (-517) (-789))) (-5 *1 (-1049 *5)))) (-1505 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-385 (-1088 (-294 *3)))) (-4 *3 (-13 (-517) (-789))) (-5 *1 (-1049 *3)))))
-(-10 -7 (-15 -1505 ((-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))) (-385 (-1088 (-294 |#1|))))) (-15 -1845 ((-385 (-1088 (-294 |#1|))) (-1174 (-294 |#1|)) (-385 (-1088 (-294 |#1|))) (-525))))
-((-2496 (((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-294 |#1|))) (-592 (-1092))) 222) (((-592 (-273 (-294 |#1|))) (-294 |#1|) (-1092)) 20) (((-592 (-273 (-294 |#1|))) (-273 (-294 |#1|)) (-1092)) 26) (((-592 (-273 (-294 |#1|))) (-273 (-294 |#1|))) 25) (((-592 (-273 (-294 |#1|))) (-294 |#1|)) 21)))
-(((-1050 |#1|) (-10 -7 (-15 -2496 ((-592 (-273 (-294 |#1|))) (-294 |#1|))) (-15 -2496 ((-592 (-273 (-294 |#1|))) (-273 (-294 |#1|)))) (-15 -2496 ((-592 (-273 (-294 |#1|))) (-273 (-294 |#1|)) (-1092))) (-15 -2496 ((-592 (-273 (-294 |#1|))) (-294 |#1|) (-1092))) (-15 -2496 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-294 |#1|))) (-592 (-1092))))) (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (T -1050))
-((-2496 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-1092))) (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-592 (-592 (-273 (-294 *5))))) (-5 *1 (-1050 *5)) (-5 *3 (-592 (-273 (-294 *5)))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-592 (-273 (-294 *5)))) (-5 *1 (-1050 *5)) (-5 *3 (-294 *5)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-592 (-273 (-294 *5)))) (-5 *1 (-1050 *5)) (-5 *3 (-273 (-294 *5))))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-592 (-273 (-294 *4)))) (-5 *1 (-1050 *4)) (-5 *3 (-273 (-294 *4))))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138))) (-5 *2 (-592 (-273 (-294 *4)))) (-5 *1 (-1050 *4)) (-5 *3 (-294 *4)))))
-(-10 -7 (-15 -2496 ((-592 (-273 (-294 |#1|))) (-294 |#1|))) (-15 -2496 ((-592 (-273 (-294 |#1|))) (-273 (-294 |#1|)))) (-15 -2496 ((-592 (-273 (-294 |#1|))) (-273 (-294 |#1|)) (-1092))) (-15 -2496 ((-592 (-273 (-294 |#1|))) (-294 |#1|) (-1092))) (-15 -2496 ((-592 (-592 (-273 (-294 |#1|)))) (-592 (-273 (-294 |#1|))) (-592 (-1092)))))
-((-2993 ((|#2| |#2|) 20 (|has| |#1| (-789))) ((|#2| |#2| (-1 (-108) |#1| |#1|)) 17)) (-3154 ((|#2| |#2|) 19 (|has| |#1| (-789))) ((|#2| |#2| (-1 (-108) |#1| |#1|)) 16)))
-(((-1051 |#1| |#2|) (-10 -7 (-15 -3154 (|#2| |#2| (-1 (-108) |#1| |#1|))) (-15 -2993 (|#2| |#2| (-1 (-108) |#1| |#1|))) (IF (|has| |#1| (-789)) (PROGN (-15 -3154 (|#2| |#2|)) (-15 -2993 (|#2| |#2|))) |%noBranch|)) (-1128) (-13 (-558 (-525) |#1|) (-10 -7 (-6 -4259) (-6 -4260)))) (T -1051))
-((-2993 (*1 *2 *2) (-12 (-4 *3 (-789)) (-4 *3 (-1128)) (-5 *1 (-1051 *3 *2)) (-4 *2 (-13 (-558 (-525) *3) (-10 -7 (-6 -4259) (-6 -4260)))))) (-3154 (*1 *2 *2) (-12 (-4 *3 (-789)) (-4 *3 (-1128)) (-5 *1 (-1051 *3 *2)) (-4 *2 (-13 (-558 (-525) *3) (-10 -7 (-6 -4259) (-6 -4260)))))) (-2993 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-1051 *4 *2)) (-4 *2 (-13 (-558 (-525) *4) (-10 -7 (-6 -4259) (-6 -4260)))))) (-3154 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-1051 *4 *2)) (-4 *2 (-13 (-558 (-525) *4) (-10 -7 (-6 -4259) (-6 -4260)))))))
-(-10 -7 (-15 -3154 (|#2| |#2| (-1 (-108) |#1| |#1|))) (-15 -2993 (|#2| |#2| (-1 (-108) |#1| |#1|))) (IF (|has| |#1| (-789)) (PROGN (-15 -3154 (|#2| |#2|)) (-15 -2993 (|#2| |#2|))) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-1517 (((-1081 3 |#1|) $) 108)) (-1364 (((-108) $) 72)) (-2178 (($ $ (-592 (-878 |#1|))) 20) (($ $ (-592 (-592 |#1|))) 75) (($ (-592 (-878 |#1|))) 74) (((-592 (-878 |#1|)) $) 73)) (-2960 (((-108) $) 41)) (-4112 (($ $ (-878 |#1|)) 46) (($ $ (-592 |#1|)) 51) (($ $ (-713)) 53) (($ (-878 |#1|)) 47) (((-878 |#1|) $) 45)) (-3761 (((-2 (|:| -2764 (-713)) (|:| |curves| (-713)) (|:| |polygons| (-713)) (|:| |constructs| (-713))) $) 106)) (-3796 (((-713) $) 26)) (-1635 (((-713) $) 25)) (-3084 (($ $ (-713) (-878 |#1|)) 39)) (-4156 (((-108) $) 82)) (-3276 (($ $ (-592 (-592 (-878 |#1|))) (-592 (-159)) (-159)) 89) (($ $ (-592 (-592 (-592 |#1|))) (-592 (-159)) (-159)) 91) (($ $ (-592 (-592 (-878 |#1|))) (-108) (-108)) 85) (($ $ (-592 (-592 (-592 |#1|))) (-108) (-108)) 93) (($ (-592 (-592 (-878 |#1|)))) 86) (($ (-592 (-592 (-878 |#1|))) (-108) (-108)) 87) (((-592 (-592 (-878 |#1|))) $) 84)) (-3212 (($ (-592 $)) 28) (($ $ $) 29)) (-1512 (((-592 (-159)) $) 103)) (-3025 (((-592 (-878 |#1|)) $) 97)) (-3885 (((-592 (-592 (-159))) $) 102)) (-3179 (((-592 (-592 (-592 (-878 |#1|)))) $) NIL)) (-4191 (((-592 (-592 (-592 (-713)))) $) 100)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2193 (((-713) $ (-592 (-878 |#1|))) 37)) (-1999 (((-108) $) 54)) (-3609 (($ $ (-592 (-878 |#1|))) 56) (($ $ (-592 (-592 |#1|))) 62) (($ (-592 (-878 |#1|))) 57) (((-592 (-878 |#1|)) $) 55)) (-1877 (($) 23) (($ (-1081 3 |#1|)) 24)) (-2503 (($ $) 35)) (-3709 (((-592 $) $) 34)) (-3070 (($ (-592 $)) 31)) (-1600 (((-592 $) $) 33)) (-4100 (((-798) $) 112)) (-3380 (((-108) $) 64)) (-1614 (($ $ (-592 (-878 |#1|))) 66) (($ $ (-592 (-592 |#1|))) 69) (($ (-592 (-878 |#1|))) 67) (((-592 (-878 |#1|)) $) 65)) (-2694 (($ $) 107)) (-2775 (((-108) $ $) NIL)))
-(((-1052 |#1|) (-1053 |#1|) (-977)) (T -1052))
-NIL
-(-1053 |#1|)
-((-4087 (((-108) $ $) 7)) (-1517 (((-1081 3 |#1|) $) 13)) (-1364 (((-108) $) 29)) (-2178 (($ $ (-592 (-878 |#1|))) 33) (($ $ (-592 (-592 |#1|))) 32) (($ (-592 (-878 |#1|))) 31) (((-592 (-878 |#1|)) $) 30)) (-2960 (((-108) $) 44)) (-4112 (($ $ (-878 |#1|)) 49) (($ $ (-592 |#1|)) 48) (($ $ (-713)) 47) (($ (-878 |#1|)) 46) (((-878 |#1|) $) 45)) (-3761 (((-2 (|:| -2764 (-713)) (|:| |curves| (-713)) (|:| |polygons| (-713)) (|:| |constructs| (-713))) $) 15)) (-3796 (((-713) $) 58)) (-1635 (((-713) $) 59)) (-3084 (($ $ (-713) (-878 |#1|)) 50)) (-4156 (((-108) $) 21)) (-3276 (($ $ (-592 (-592 (-878 |#1|))) (-592 (-159)) (-159)) 28) (($ $ (-592 (-592 (-592 |#1|))) (-592 (-159)) (-159)) 27) (($ $ (-592 (-592 (-878 |#1|))) (-108) (-108)) 26) (($ $ (-592 (-592 (-592 |#1|))) (-108) (-108)) 25) (($ (-592 (-592 (-878 |#1|)))) 24) (($ (-592 (-592 (-878 |#1|))) (-108) (-108)) 23) (((-592 (-592 (-878 |#1|))) $) 22)) (-3212 (($ (-592 $)) 57) (($ $ $) 56)) (-1512 (((-592 (-159)) $) 16)) (-3025 (((-592 (-878 |#1|)) $) 20)) (-3885 (((-592 (-592 (-159))) $) 17)) (-3179 (((-592 (-592 (-592 (-878 |#1|)))) $) 18)) (-4191 (((-592 (-592 (-592 (-713)))) $) 19)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-2193 (((-713) $ (-592 (-878 |#1|))) 51)) (-1999 (((-108) $) 39)) (-3609 (($ $ (-592 (-878 |#1|))) 43) (($ $ (-592 (-592 |#1|))) 42) (($ (-592 (-878 |#1|))) 41) (((-592 (-878 |#1|)) $) 40)) (-1877 (($) 61) (($ (-1081 3 |#1|)) 60)) (-2503 (($ $) 52)) (-3709 (((-592 $) $) 53)) (-3070 (($ (-592 $)) 55)) (-1600 (((-592 $) $) 54)) (-4100 (((-798) $) 11)) (-3380 (((-108) $) 34)) (-1614 (($ $ (-592 (-878 |#1|))) 38) (($ $ (-592 (-592 |#1|))) 37) (($ (-592 (-878 |#1|))) 36) (((-592 (-878 |#1|)) $) 35)) (-2694 (($ $) 14)) (-2775 (((-108) $ $) 6)))
-(((-1053 |#1|) (-131) (-977)) (T -1053))
-((-4100 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-798)))) (-1877 (*1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977)))) (-1877 (*1 *1 *2) (-12 (-5 *2 (-1081 3 *3)) (-4 *3 (-977)) (-4 *1 (-1053 *3)))) (-1635 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-713)))) (-3796 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-713)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-3212 (*1 *1 *1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977)))) (-3070 (*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-1600 (*1 *2 *1) (-12 (-4 *3 (-977)) (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)))) (-3709 (*1 *2 *1) (-12 (-4 *3 (-977)) (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)))) (-2503 (*1 *1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977)))) (-2193 (*1 *2 *1 *3) (-12 (-5 *3 (-592 (-878 *4))) (-4 *1 (-1053 *4)) (-4 *4 (-977)) (-5 *2 (-713)))) (-3084 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *3 (-878 *4)) (-4 *1 (-1053 *4)) (-4 *4 (-977)))) (-4112 (*1 *1 *1 *2) (-12 (-5 *2 (-878 *3)) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-4112 (*1 *1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-4112 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-4112 (*1 *1 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-977)) (-4 *1 (-1053 *3)))) (-4112 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-878 *3)))) (-2960 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))) (-3609 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-878 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-3609 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-3609 (*1 *1 *2) (-12 (-5 *2 (-592 (-878 *3))) (-4 *3 (-977)) (-4 *1 (-1053 *3)))) (-3609 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3))))) (-1999 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))) (-1614 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-878 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-1614 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-1614 (*1 *1 *2) (-12 (-5 *2 (-592 (-878 *3))) (-4 *3 (-977)) (-4 *1 (-1053 *3)))) (-1614 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3))))) (-3380 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))) (-2178 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-878 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-2178 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))) (-2178 (*1 *1 *2) (-12 (-5 *2 (-592 (-878 *3))) (-4 *3 (-977)) (-4 *1 (-1053 *3)))) (-2178 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3))))) (-1364 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))) (-3276 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-592 (-592 (-878 *5)))) (-5 *3 (-592 (-159))) (-5 *4 (-159)) (-4 *1 (-1053 *5)) (-4 *5 (-977)))) (-3276 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-592 (-592 (-592 *5)))) (-5 *3 (-592 (-159))) (-5 *4 (-159)) (-4 *1 (-1053 *5)) (-4 *5 (-977)))) (-3276 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-592 (-592 (-878 *4)))) (-5 *3 (-108)) (-4 *1 (-1053 *4)) (-4 *4 (-977)))) (-3276 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-592 (-592 (-592 *4)))) (-5 *3 (-108)) (-4 *1 (-1053 *4)) (-4 *4 (-977)))) (-3276 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-878 *3)))) (-4 *3 (-977)) (-4 *1 (-1053 *3)))) (-3276 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-592 (-592 (-878 *4)))) (-5 *3 (-108)) (-4 *4 (-977)) (-4 *1 (-1053 *4)))) (-3276 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-592 (-878 *3)))))) (-4156 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))) (-3025 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3))))) (-4191 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-592 (-592 (-713))))))) (-3179 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-592 (-592 (-878 *3))))))) (-3885 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-592 (-159)))))) (-1512 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-159))))) (-3761 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-2 (|:| -2764 (-713)) (|:| |curves| (-713)) (|:| |polygons| (-713)) (|:| |constructs| (-713)))))) (-2694 (*1 *1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977)))) (-1517 (*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-1081 3 *3)))))
-(-13 (-1020) (-10 -8 (-15 -1877 ($)) (-15 -1877 ($ (-1081 3 |t#1|))) (-15 -1635 ((-713) $)) (-15 -3796 ((-713) $)) (-15 -3212 ($ (-592 $))) (-15 -3212 ($ $ $)) (-15 -3070 ($ (-592 $))) (-15 -1600 ((-592 $) $)) (-15 -3709 ((-592 $) $)) (-15 -2503 ($ $)) (-15 -2193 ((-713) $ (-592 (-878 |t#1|)))) (-15 -3084 ($ $ (-713) (-878 |t#1|))) (-15 -4112 ($ $ (-878 |t#1|))) (-15 -4112 ($ $ (-592 |t#1|))) (-15 -4112 ($ $ (-713))) (-15 -4112 ($ (-878 |t#1|))) (-15 -4112 ((-878 |t#1|) $)) (-15 -2960 ((-108) $)) (-15 -3609 ($ $ (-592 (-878 |t#1|)))) (-15 -3609 ($ $ (-592 (-592 |t#1|)))) (-15 -3609 ($ (-592 (-878 |t#1|)))) (-15 -3609 ((-592 (-878 |t#1|)) $)) (-15 -1999 ((-108) $)) (-15 -1614 ($ $ (-592 (-878 |t#1|)))) (-15 -1614 ($ $ (-592 (-592 |t#1|)))) (-15 -1614 ($ (-592 (-878 |t#1|)))) (-15 -1614 ((-592 (-878 |t#1|)) $)) (-15 -3380 ((-108) $)) (-15 -2178 ($ $ (-592 (-878 |t#1|)))) (-15 -2178 ($ $ (-592 (-592 |t#1|)))) (-15 -2178 ($ (-592 (-878 |t#1|)))) (-15 -2178 ((-592 (-878 |t#1|)) $)) (-15 -1364 ((-108) $)) (-15 -3276 ($ $ (-592 (-592 (-878 |t#1|))) (-592 (-159)) (-159))) (-15 -3276 ($ $ (-592 (-592 (-592 |t#1|))) (-592 (-159)) (-159))) (-15 -3276 ($ $ (-592 (-592 (-878 |t#1|))) (-108) (-108))) (-15 -3276 ($ $ (-592 (-592 (-592 |t#1|))) (-108) (-108))) (-15 -3276 ($ (-592 (-592 (-878 |t#1|))))) (-15 -3276 ($ (-592 (-592 (-878 |t#1|))) (-108) (-108))) (-15 -3276 ((-592 (-592 (-878 |t#1|))) $)) (-15 -4156 ((-108) $)) (-15 -3025 ((-592 (-878 |t#1|)) $)) (-15 -4191 ((-592 (-592 (-592 (-713)))) $)) (-15 -3179 ((-592 (-592 (-592 (-878 |t#1|)))) $)) (-15 -3885 ((-592 (-592 (-159))) $)) (-15 -1512 ((-592 (-159)) $)) (-15 -3761 ((-2 (|:| -2764 (-713)) (|:| |curves| (-713)) (|:| |polygons| (-713)) (|:| |constructs| (-713))) $)) (-15 -2694 ($ $)) (-15 -1517 ((-1081 3 |t#1|) $)) (-15 -4100 ((-798) $))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-1601 (((-592 (-1097)) (-1075)) 9)))
-(((-1054) (-10 -7 (-15 -1601 ((-592 (-1097)) (-1075))))) (T -1054))
-((-1601 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-592 (-1097))) (-5 *1 (-1054)))))
-(-10 -7 (-15 -1601 ((-592 (-1097)) (-1075))))
-((-2088 (((-1179) (-592 (-798))) 23) (((-1179) (-798)) 22)) (-1743 (((-1179) (-592 (-798))) 21) (((-1179) (-798)) 20)) (-2584 (((-1179) (-592 (-798))) 19) (((-1179) (-798)) 11) (((-1179) (-1075) (-798)) 17)))
-(((-1055) (-10 -7 (-15 -2584 ((-1179) (-1075) (-798))) (-15 -2584 ((-1179) (-798))) (-15 -1743 ((-1179) (-798))) (-15 -2088 ((-1179) (-798))) (-15 -2584 ((-1179) (-592 (-798)))) (-15 -1743 ((-1179) (-592 (-798)))) (-15 -2088 ((-1179) (-592 (-798)))))) (T -1055))
-((-2088 (*1 *2 *3) (-12 (-5 *3 (-592 (-798))) (-5 *2 (-1179)) (-5 *1 (-1055)))) (-1743 (*1 *2 *3) (-12 (-5 *3 (-592 (-798))) (-5 *2 (-1179)) (-5 *1 (-1055)))) (-2584 (*1 *2 *3) (-12 (-5 *3 (-592 (-798))) (-5 *2 (-1179)) (-5 *1 (-1055)))) (-2088 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055)))) (-1743 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055)))) (-2584 (*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055)))) (-2584 (*1 *2 *3 *4) (-12 (-5 *3 (-1075)) (-5 *4 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055)))))
-(-10 -7 (-15 -2584 ((-1179) (-1075) (-798))) (-15 -2584 ((-1179) (-798))) (-15 -1743 ((-1179) (-798))) (-15 -2088 ((-1179) (-798))) (-15 -2584 ((-1179) (-592 (-798)))) (-15 -1743 ((-1179) (-592 (-798)))) (-15 -2088 ((-1179) (-592 (-798)))))
-((-2527 (($ $ $) 10)) (-3284 (($ $) 9)) (-3553 (($ $ $) 13)) (-1384 (($ $ $) 15)) (-2735 (($ $ $) 12)) (-2273 (($ $ $) 14)) (-3541 (($ $) 17)) (-1287 (($ $) 16)) (-2380 (($ $) 6)) (-3496 (($ $ $) 11) (($ $) 7)) (-2892 (($ $ $) 8)))
-(((-1056) (-131)) (T -1056))
-((-3541 (*1 *1 *1) (-4 *1 (-1056))) (-1287 (*1 *1 *1) (-4 *1 (-1056))) (-1384 (*1 *1 *1 *1) (-4 *1 (-1056))) (-2273 (*1 *1 *1 *1) (-4 *1 (-1056))) (-3553 (*1 *1 *1 *1) (-4 *1 (-1056))) (-2735 (*1 *1 *1 *1) (-4 *1 (-1056))) (-3496 (*1 *1 *1 *1) (-4 *1 (-1056))) (-2527 (*1 *1 *1 *1) (-4 *1 (-1056))) (-3284 (*1 *1 *1) (-4 *1 (-1056))) (-2892 (*1 *1 *1 *1) (-4 *1 (-1056))) (-3496 (*1 *1 *1) (-4 *1 (-1056))) (-2380 (*1 *1 *1) (-4 *1 (-1056))))
-(-13 (-10 -8 (-15 -2380 ($ $)) (-15 -3496 ($ $)) (-15 -2892 ($ $ $)) (-15 -3284 ($ $)) (-15 -2527 ($ $ $)) (-15 -3496 ($ $ $)) (-15 -2735 ($ $ $)) (-15 -3553 ($ $ $)) (-15 -2273 ($ $ $)) (-15 -1384 ($ $ $)) (-15 -1287 ($ $)) (-15 -3541 ($ $))))
-((-4087 (((-108) $ $) 41)) (-2219 ((|#1| $) 15)) (-2009 (((-108) $ $ (-1 (-108) |#2| |#2|)) 36)) (-2077 (((-108) $) 17)) (-2315 (($ $ |#1|) 28)) (-1249 (($ $ (-108)) 30)) (-3540 (($ $) 31)) (-2172 (($ $ |#2|) 29)) (-1289 (((-1075) $) NIL)) (-3080 (((-108) $ $ (-1 (-108) |#1| |#1|) (-1 (-108) |#2| |#2|)) 35)) (-3993 (((-1039) $) NIL)) (-3479 (((-108) $) 14)) (-1558 (($) 10)) (-2503 (($ $) 27)) (-4114 (($ |#1| |#2| (-108)) 18) (($ |#1| |#2|) 19) (($ (-2 (|:| |val| |#1|) (|:| -1285 |#2|))) 21) (((-592 $) (-592 (-2 (|:| |val| |#1|) (|:| -1285 |#2|)))) 24) (((-592 $) |#1| (-592 |#2|)) 26)) (-3041 ((|#2| $) 16)) (-4100 (((-798) $) 50)) (-2775 (((-108) $ $) 39)))
-(((-1057 |#1| |#2|) (-13 (-1020) (-10 -8 (-15 -1558 ($)) (-15 -3479 ((-108) $)) (-15 -2219 (|#1| $)) (-15 -3041 (|#2| $)) (-15 -2077 ((-108) $)) (-15 -4114 ($ |#1| |#2| (-108))) (-15 -4114 ($ |#1| |#2|)) (-15 -4114 ($ (-2 (|:| |val| |#1|) (|:| -1285 |#2|)))) (-15 -4114 ((-592 $) (-592 (-2 (|:| |val| |#1|) (|:| -1285 |#2|))))) (-15 -4114 ((-592 $) |#1| (-592 |#2|))) (-15 -2503 ($ $)) (-15 -2315 ($ $ |#1|)) (-15 -2172 ($ $ |#2|)) (-15 -1249 ($ $ (-108))) (-15 -3540 ($ $)) (-15 -3080 ((-108) $ $ (-1 (-108) |#1| |#1|) (-1 (-108) |#2| |#2|))) (-15 -2009 ((-108) $ $ (-1 (-108) |#2| |#2|))))) (-13 (-1020) (-33)) (-13 (-1020) (-33))) (T -1057))
-((-1558 (*1 *1) (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-3479 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))))) (-2219 (*1 *2 *1) (-12 (-4 *2 (-13 (-1020) (-33))) (-5 *1 (-1057 *2 *3)) (-4 *3 (-13 (-1020) (-33))))) (-3041 (*1 *2 *1) (-12 (-4 *2 (-13 (-1020) (-33))) (-5 *1 (-1057 *3 *2)) (-4 *3 (-13 (-1020) (-33))))) (-2077 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))))) (-4114 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-108)) (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-4114 (*1 *1 *2 *3) (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1285 *4))) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1057 *3 *4)))) (-4114 (*1 *2 *3) (-12 (-5 *3 (-592 (-2 (|:| |val| *4) (|:| -1285 *5)))) (-4 *4 (-13 (-1020) (-33))) (-4 *5 (-13 (-1020) (-33))) (-5 *2 (-592 (-1057 *4 *5))) (-5 *1 (-1057 *4 *5)))) (-4114 (*1 *2 *3 *4) (-12 (-5 *4 (-592 *5)) (-4 *5 (-13 (-1020) (-33))) (-5 *2 (-592 (-1057 *3 *5))) (-5 *1 (-1057 *3 *5)) (-4 *3 (-13 (-1020) (-33))))) (-2503 (*1 *1 *1) (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-2315 (*1 *1 *1 *2) (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-2172 (*1 *1 *1 *2) (-12 (-5 *1 (-1057 *3 *2)) (-4 *3 (-13 (-1020) (-33))) (-4 *2 (-13 (-1020) (-33))))) (-1249 (*1 *1 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))))) (-3540 (*1 *1 *1) (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-3080 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-108) *5 *5)) (-5 *4 (-1 (-108) *6 *6)) (-4 *5 (-13 (-1020) (-33))) (-4 *6 (-13 (-1020) (-33))) (-5 *2 (-108)) (-5 *1 (-1057 *5 *6)))) (-2009 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-108) *5 *5)) (-4 *5 (-13 (-1020) (-33))) (-5 *2 (-108)) (-5 *1 (-1057 *4 *5)) (-4 *4 (-13 (-1020) (-33))))))
-(-13 (-1020) (-10 -8 (-15 -1558 ($)) (-15 -3479 ((-108) $)) (-15 -2219 (|#1| $)) (-15 -3041 (|#2| $)) (-15 -2077 ((-108) $)) (-15 -4114 ($ |#1| |#2| (-108))) (-15 -4114 ($ |#1| |#2|)) (-15 -4114 ($ (-2 (|:| |val| |#1|) (|:| -1285 |#2|)))) (-15 -4114 ((-592 $) (-592 (-2 (|:| |val| |#1|) (|:| -1285 |#2|))))) (-15 -4114 ((-592 $) |#1| (-592 |#2|))) (-15 -2503 ($ $)) (-15 -2315 ($ $ |#1|)) (-15 -2172 ($ $ |#2|)) (-15 -1249 ($ $ (-108))) (-15 -3540 ($ $)) (-15 -3080 ((-108) $ $ (-1 (-108) |#1| |#1|) (-1 (-108) |#2| |#2|))) (-15 -2009 ((-108) $ $ (-1 (-108) |#2| |#2|)))))
-((-4087 (((-108) $ $) NIL (|has| (-1057 |#1| |#2|) (-1020)))) (-2219 (((-1057 |#1| |#2|) $) 25)) (-3052 (($ $) 76)) (-2931 (((-108) (-1057 |#1| |#2|) $ (-1 (-108) |#2| |#2|)) 85)) (-3862 (($ $ $ (-592 (-1057 |#1| |#2|))) 90) (($ $ $ (-592 (-1057 |#1| |#2|)) (-1 (-108) |#2| |#2|)) 91)) (-3779 (((-108) $ (-713)) NIL)) (-1947 (((-1057 |#1| |#2|) $ (-1057 |#1| |#2|)) 43 (|has| $ (-6 -4260)))) (-1233 (((-1057 |#1| |#2|) $ "value" (-1057 |#1| |#2|)) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-1862 (((-592 (-2 (|:| |val| |#1|) (|:| -1285 |#2|))) $) 80)) (-4205 (($ (-1057 |#1| |#2|) $) 39)) (-2698 (($ (-1057 |#1| |#2|) $) 31)) (-2175 (((-592 (-1057 |#1| |#2|)) $) NIL (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 51)) (-1267 (((-108) (-1057 |#1| |#2|) $) 82)) (-3569 (((-108) $ $) NIL (|has| (-1057 |#1| |#2|) (-1020)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 (-1057 |#1| |#2|)) $) 55 (|has| $ (-6 -4259)))) (-3198 (((-108) (-1057 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-1057 |#1| |#2|) (-1020))))) (-3069 (($ (-1 (-1057 |#1| |#2|) (-1057 |#1| |#2|)) $) 47 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-1057 |#1| |#2|) (-1057 |#1| |#2|)) $) 46)) (-4028 (((-108) $ (-713)) NIL)) (-2010 (((-592 (-1057 |#1| |#2|)) $) 53)) (-3506 (((-108) $) 42)) (-1289 (((-1075) $) NIL (|has| (-1057 |#1| |#2|) (-1020)))) (-3993 (((-1039) $) NIL (|has| (-1057 |#1| |#2|) (-1020)))) (-2560 (((-3 $ "failed") $) 75)) (-1518 (((-108) (-1 (-108) (-1057 |#1| |#2|)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-1057 |#1| |#2|)))) NIL (-12 (|has| (-1057 |#1| |#2|) (-288 (-1057 |#1| |#2|))) (|has| (-1057 |#1| |#2|) (-1020)))) (($ $ (-273 (-1057 |#1| |#2|))) NIL (-12 (|has| (-1057 |#1| |#2|) (-288 (-1057 |#1| |#2|))) (|has| (-1057 |#1| |#2|) (-1020)))) (($ $ (-1057 |#1| |#2|) (-1057 |#1| |#2|)) NIL (-12 (|has| (-1057 |#1| |#2|) (-288 (-1057 |#1| |#2|))) (|has| (-1057 |#1| |#2|) (-1020)))) (($ $ (-592 (-1057 |#1| |#2|)) (-592 (-1057 |#1| |#2|))) NIL (-12 (|has| (-1057 |#1| |#2|) (-288 (-1057 |#1| |#2|))) (|has| (-1057 |#1| |#2|) (-1020))))) (-1231 (((-108) $ $) 50)) (-3479 (((-108) $) 22)) (-1558 (($) 24)) (-3431 (((-1057 |#1| |#2|) $ "value") NIL)) (-1707 (((-525) $ $) NIL)) (-3953 (((-108) $) 44)) (-4002 (((-713) (-1 (-108) (-1057 |#1| |#2|)) $) NIL (|has| $ (-6 -4259))) (((-713) (-1057 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-1057 |#1| |#2|) (-1020))))) (-2503 (($ $) 49)) (-4114 (($ (-1057 |#1| |#2|)) 9) (($ |#1| |#2| (-592 $)) 12) (($ |#1| |#2| (-592 (-1057 |#1| |#2|))) 14) (($ |#1| |#2| |#1| (-592 |#2|)) 17)) (-1576 (((-592 |#2|) $) 81)) (-4100 (((-798) $) 73 (|has| (-1057 |#1| |#2|) (-566 (-798))))) (-3576 (((-592 $) $) 28)) (-1791 (((-108) $ $) NIL (|has| (-1057 |#1| |#2|) (-1020)))) (-2706 (((-108) (-1 (-108) (-1057 |#1| |#2|)) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 64 (|has| (-1057 |#1| |#2|) (-1020)))) (-2827 (((-713) $) 58 (|has| $ (-6 -4259)))))
-(((-1058 |#1| |#2|) (-13 (-942 (-1057 |#1| |#2|)) (-10 -8 (-6 -4260) (-6 -4259) (-15 -2560 ((-3 $ "failed") $)) (-15 -3052 ($ $)) (-15 -4114 ($ (-1057 |#1| |#2|))) (-15 -4114 ($ |#1| |#2| (-592 $))) (-15 -4114 ($ |#1| |#2| (-592 (-1057 |#1| |#2|)))) (-15 -4114 ($ |#1| |#2| |#1| (-592 |#2|))) (-15 -1576 ((-592 |#2|) $)) (-15 -1862 ((-592 (-2 (|:| |val| |#1|) (|:| -1285 |#2|))) $)) (-15 -1267 ((-108) (-1057 |#1| |#2|) $)) (-15 -2931 ((-108) (-1057 |#1| |#2|) $ (-1 (-108) |#2| |#2|))) (-15 -2698 ($ (-1057 |#1| |#2|) $)) (-15 -4205 ($ (-1057 |#1| |#2|) $)) (-15 -3862 ($ $ $ (-592 (-1057 |#1| |#2|)))) (-15 -3862 ($ $ $ (-592 (-1057 |#1| |#2|)) (-1 (-108) |#2| |#2|))))) (-13 (-1020) (-33)) (-13 (-1020) (-33))) (T -1058))
-((-2560 (*1 *1 *1) (|partial| -12 (-5 *1 (-1058 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-3052 (*1 *1 *1) (-12 (-5 *1 (-1058 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-4114 (*1 *1 *2) (-12 (-5 *2 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4)))) (-4114 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-592 (-1058 *2 *3))) (-5 *1 (-1058 *2 *3)) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))))) (-4114 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-592 (-1057 *2 *3))) (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33))) (-5 *1 (-1058 *2 *3)))) (-4114 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-592 *3)) (-4 *3 (-13 (-1020) (-33))) (-5 *1 (-1058 *2 *3)) (-4 *2 (-13 (-1020) (-33))))) (-1576 (*1 *2 *1) (-12 (-5 *2 (-592 *4)) (-5 *1 (-1058 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))))) (-1862 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4)))) (-5 *1 (-1058 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))))) (-1267 (*1 *2 *3 *1) (-12 (-5 *3 (-1057 *4 *5)) (-4 *4 (-13 (-1020) (-33))) (-4 *5 (-13 (-1020) (-33))) (-5 *2 (-108)) (-5 *1 (-1058 *4 *5)))) (-2931 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1057 *5 *6)) (-5 *4 (-1 (-108) *6 *6)) (-4 *5 (-13 (-1020) (-33))) (-4 *6 (-13 (-1020) (-33))) (-5 *2 (-108)) (-5 *1 (-1058 *5 *6)))) (-2698 (*1 *1 *2 *1) (-12 (-5 *2 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4)))) (-4205 (*1 *1 *2 *1) (-12 (-5 *2 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4)))) (-3862 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-592 (-1057 *3 *4))) (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4)))) (-3862 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-1057 *4 *5))) (-5 *3 (-1 (-108) *5 *5)) (-4 *4 (-13 (-1020) (-33))) (-4 *5 (-13 (-1020) (-33))) (-5 *1 (-1058 *4 *5)))))
-(-13 (-942 (-1057 |#1| |#2|)) (-10 -8 (-6 -4260) (-6 -4259) (-15 -2560 ((-3 $ "failed") $)) (-15 -3052 ($ $)) (-15 -4114 ($ (-1057 |#1| |#2|))) (-15 -4114 ($ |#1| |#2| (-592 $))) (-15 -4114 ($ |#1| |#2| (-592 (-1057 |#1| |#2|)))) (-15 -4114 ($ |#1| |#2| |#1| (-592 |#2|))) (-15 -1576 ((-592 |#2|) $)) (-15 -1862 ((-592 (-2 (|:| |val| |#1|) (|:| -1285 |#2|))) $)) (-15 -1267 ((-108) (-1057 |#1| |#2|) $)) (-15 -2931 ((-108) (-1057 |#1| |#2|) $ (-1 (-108) |#2| |#2|))) (-15 -2698 ($ (-1057 |#1| |#2|) $)) (-15 -4205 ($ (-1057 |#1| |#2|) $)) (-15 -3862 ($ $ $ (-592 (-1057 |#1| |#2|)))) (-15 -3862 ($ $ $ (-592 (-1057 |#1| |#2|)) (-1 (-108) |#2| |#2|)))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1730 (($ $) NIL)) (-2924 ((|#2| $) NIL)) (-2207 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2749 (($ (-632 |#2|)) 47)) (-2721 (((-108) $) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-1232 (($ |#2|) 9)) (-2475 (($) NIL T CONST)) (-3692 (($ $) 60 (|has| |#2| (-286)))) (-3209 (((-220 |#1| |#2|) $ (-525)) 34)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 |#2| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) ((|#2| $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) 74)) (-3085 (((-713) $) 62 (|has| |#2| (-517)))) (-3017 ((|#2| $ (-525) (-525)) NIL)) (-2175 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2278 (((-108) $) NIL)) (-3204 (((-713) $) 64 (|has| |#2| (-517)))) (-3261 (((-592 (-220 |#1| |#2|)) $) 68 (|has| |#2| (-517)))) (-2720 (((-713) $) NIL)) (-2731 (((-713) $) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-3239 ((|#2| $) 58 (|has| |#2| (-6 (-4261 "*"))))) (-2797 (((-525) $) NIL)) (-2307 (((-525) $) NIL)) (-2617 (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-3194 (((-525) $) NIL)) (-3210 (((-525) $) NIL)) (-4054 (($ (-592 (-592 |#2|))) 29)) (-3069 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2949 (((-592 (-592 |#2|)) $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-1921 (((-3 $ "failed") $) 71 (|has| |#2| (-341)))) (-3993 (((-1039) $) NIL)) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517)))) (-1518 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ (-525) (-525) |#2|) NIL) ((|#2| $ (-525) (-525)) NIL)) (-2702 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $) NIL (|has| |#2| (-213)))) (-3450 ((|#2| $) NIL)) (-3525 (($ (-592 |#2|)) 42)) (-3219 (((-108) $) NIL)) (-1695 (((-220 |#1| |#2|) $) NIL)) (-1796 ((|#2| $) 56 (|has| |#2| (-6 (-4261 "*"))))) (-4002 (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2503 (($ $) NIL)) (-2069 (((-501) $) 83 (|has| |#2| (-567 (-501))))) (-1881 (((-220 |#1| |#2|) $ (-525)) 36)) (-4100 (((-798) $) 39) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#2| (-968 (-385 (-525))))) (($ |#2|) NIL) (((-632 |#2|) $) 44)) (-2448 (((-713)) 17)) (-2706 (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-1245 (((-108) $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 11 T CONST)) (-3375 (($) 14 T CONST)) (-2401 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-713)) NIL (|has| |#2| (-213))) (($ $) NIL (|has| |#2| (-213)))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) 54) (($ $ (-525)) 73 (|has| |#2| (-341)))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-220 |#1| |#2|) $ (-220 |#1| |#2|)) 50) (((-220 |#1| |#2|) (-220 |#1| |#2|) $) 52)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1059 |#1| |#2|) (-13 (-1042 |#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) (-566 (-632 |#2|)) (-10 -8 (-15 -1730 ($ $)) (-15 -2749 ($ (-632 |#2|))) (-15 -4100 ((-632 |#2|) $)) (IF (|has| |#2| (-6 (-4261 "*"))) (-6 -4248) |%noBranch|) (IF (|has| |#2| (-6 (-4261 "*"))) (IF (|has| |#2| (-6 -4256)) (-6 -4256) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|))) (-713) (-977)) (T -1059))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-632 *4)) (-5 *1 (-1059 *3 *4)) (-14 *3 (-713)) (-4 *4 (-977)))) (-1730 (*1 *1 *1) (-12 (-5 *1 (-1059 *2 *3)) (-14 *2 (-713)) (-4 *3 (-977)))) (-2749 (*1 *1 *2) (-12 (-5 *2 (-632 *4)) (-4 *4 (-977)) (-5 *1 (-1059 *3 *4)) (-14 *3 (-713)))))
-(-13 (-1042 |#1| |#2| (-220 |#1| |#2|) (-220 |#1| |#2|)) (-566 (-632 |#2|)) (-10 -8 (-15 -1730 ($ $)) (-15 -2749 ($ (-632 |#2|))) (-15 -4100 ((-632 |#2|) $)) (IF (|has| |#2| (-6 (-4261 "*"))) (-6 -4248) |%noBranch|) (IF (|has| |#2| (-6 (-4261 "*"))) (IF (|has| |#2| (-6 -4256)) (-6 -4256) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-567 (-501))) (-6 (-567 (-501))) |%noBranch|)))
-((-2877 (($ $) 19)) (-2555 (($ $ (-135)) 10) (($ $ (-132)) 14)) (-2768 (((-108) $ $) 24)) (-1904 (($ $) 17)) (-3431 (((-135) $ (-525) (-135)) NIL) (((-135) $ (-525)) NIL) (($ $ (-1141 (-525))) NIL) (($ $ $) 29)) (-4100 (($ (-135)) 27) (((-798) $) NIL)))
-(((-1060 |#1|) (-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -3431 (|#1| |#1| |#1|)) (-15 -2555 (|#1| |#1| (-132))) (-15 -2555 (|#1| |#1| (-135))) (-15 -4100 (|#1| (-135))) (-15 -2768 ((-108) |#1| |#1|)) (-15 -2877 (|#1| |#1|)) (-15 -1904 (|#1| |#1|)) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -3431 ((-135) |#1| (-525))) (-15 -3431 ((-135) |#1| (-525) (-135)))) (-1061)) (T -1060))
-NIL
-(-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -3431 (|#1| |#1| |#1|)) (-15 -2555 (|#1| |#1| (-132))) (-15 -2555 (|#1| |#1| (-135))) (-15 -4100 (|#1| (-135))) (-15 -2768 ((-108) |#1| |#1|)) (-15 -2877 (|#1| |#1|)) (-15 -1904 (|#1| |#1|)) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -3431 ((-135) |#1| (-525))) (-15 -3431 ((-135) |#1| (-525) (-135))))
-((-4087 (((-108) $ $) 19 (|has| (-135) (-1020)))) (-3127 (($ $) 120)) (-2877 (($ $) 121)) (-2555 (($ $ (-135)) 108) (($ $ (-132)) 107)) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-2746 (((-108) $ $) 118)) (-2726 (((-108) $ $ (-525)) 117)) (-3224 (((-592 $) $ (-135)) 110) (((-592 $) $ (-132)) 109)) (-2358 (((-108) (-1 (-108) (-135) (-135)) $) 98) (((-108) $) 92 (|has| (-135) (-789)))) (-2436 (($ (-1 (-108) (-135) (-135)) $) 89 (|has| $ (-6 -4260))) (($ $) 88 (-12 (|has| (-135) (-789)) (|has| $ (-6 -4260))))) (-1842 (($ (-1 (-108) (-135) (-135)) $) 99) (($ $) 93 (|has| (-135) (-789)))) (-3779 (((-108) $ (-713)) 8)) (-1233 (((-135) $ (-525) (-135)) 52 (|has| $ (-6 -4260))) (((-135) $ (-1141 (-525)) (-135)) 58 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-135)) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1622 (($ $ (-135)) 104) (($ $ (-132)) 103)) (-2670 (($ $) 90 (|has| $ (-6 -4260)))) (-1652 (($ $) 100)) (-2058 (($ $ (-1141 (-525)) $) 114)) (-1681 (($ $) 78 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ (-135) $) 77 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) (-135)) $) 74 (|has| $ (-6 -4259)))) (-3504 (((-135) (-1 (-135) (-135) (-135)) $ (-135) (-135)) 76 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259)))) (((-135) (-1 (-135) (-135) (-135)) $ (-135)) 73 (|has| $ (-6 -4259))) (((-135) (-1 (-135) (-135) (-135)) $) 72 (|has| $ (-6 -4259)))) (-3081 (((-135) $ (-525) (-135)) 53 (|has| $ (-6 -4260)))) (-3017 (((-135) $ (-525)) 51)) (-2768 (((-108) $ $) 119)) (-3856 (((-525) (-1 (-108) (-135)) $) 97) (((-525) (-135) $) 96 (|has| (-135) (-1020))) (((-525) (-135) $ (-525)) 95 (|has| (-135) (-1020))) (((-525) $ $ (-525)) 113) (((-525) (-132) $ (-525)) 112)) (-2175 (((-592 (-135)) $) 30 (|has| $ (-6 -4259)))) (-3324 (($ (-713) (-135)) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3033 (($ $ $) 87 (|has| (-135) (-789)))) (-3212 (($ (-1 (-108) (-135) (-135)) $ $) 101) (($ $ $) 94 (|has| (-135) (-789)))) (-2617 (((-592 (-135)) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) (-135) $) 27 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-1609 (($ $ $) 86 (|has| (-135) (-789)))) (-3516 (((-108) $ $ (-135)) 115)) (-1589 (((-713) $ $ (-135)) 116)) (-3069 (($ (-1 (-135) (-135)) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-135) (-135)) $) 35) (($ (-1 (-135) (-135) (-135)) $ $) 64)) (-2620 (($ $) 122)) (-1904 (($ $) 123)) (-4028 (((-108) $ (-713)) 10)) (-1633 (($ $ (-135)) 106) (($ $ (-132)) 105)) (-1289 (((-1075) $) 22 (|has| (-135) (-1020)))) (-2594 (($ (-135) $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21 (|has| (-135) (-1020)))) (-1647 (((-135) $) 42 (|has| (-525) (-789)))) (-4202 (((-3 (-135) "failed") (-1 (-108) (-135)) $) 71)) (-3453 (($ $ (-135)) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-135)) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-135)))) 26 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-273 (-135))) 25 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-135) (-135)) 24 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-592 (-135)) (-592 (-135))) 23 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) (-135) $) 45 (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-1717 (((-592 (-135)) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 (((-135) $ (-525) (-135)) 50) (((-135) $ (-525)) 49) (($ $ (-1141 (-525))) 63) (($ $ $) 102)) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-4002 (((-713) (-1 (-108) (-135)) $) 31 (|has| $ (-6 -4259))) (((-713) (-135) $) 28 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259))))) (-3632 (($ $ $ (-525)) 91 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| (-135) (-567 (-501))))) (-4114 (($ (-592 (-135))) 70)) (-2035 (($ $ (-135)) 68) (($ (-135) $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (($ (-135)) 111) (((-798) $) 18 (|has| (-135) (-566 (-798))))) (-2706 (((-108) (-1 (-108) (-135)) $) 33 (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) 84 (|has| (-135) (-789)))) (-2807 (((-108) $ $) 83 (|has| (-135) (-789)))) (-2775 (((-108) $ $) 20 (|has| (-135) (-1020)))) (-2817 (((-108) $ $) 85 (|has| (-135) (-789)))) (-2795 (((-108) $ $) 82 (|has| (-135) (-789)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-1061) (-131)) (T -1061))
-((-1904 (*1 *1 *1) (-4 *1 (-1061))) (-2620 (*1 *1 *1) (-4 *1 (-1061))) (-2877 (*1 *1 *1) (-4 *1 (-1061))) (-3127 (*1 *1 *1) (-4 *1 (-1061))) (-2768 (*1 *2 *1 *1) (-12 (-4 *1 (-1061)) (-5 *2 (-108)))) (-2746 (*1 *2 *1 *1) (-12 (-4 *1 (-1061)) (-5 *2 (-108)))) (-2726 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1061)) (-5 *3 (-525)) (-5 *2 (-108)))) (-1589 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1061)) (-5 *3 (-135)) (-5 *2 (-713)))) (-3516 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1061)) (-5 *3 (-135)) (-5 *2 (-108)))) (-2058 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1061)) (-5 *2 (-1141 (-525))))) (-3856 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-525)))) (-3856 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-525)) (-5 *3 (-132)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-135)) (-4 *1 (-1061)))) (-3224 (*1 *2 *1 *3) (-12 (-5 *3 (-135)) (-5 *2 (-592 *1)) (-4 *1 (-1061)))) (-3224 (*1 *2 *1 *3) (-12 (-5 *3 (-132)) (-5 *2 (-592 *1)) (-4 *1 (-1061)))) (-2555 (*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-135)))) (-2555 (*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-132)))) (-1633 (*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-135)))) (-1633 (*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-132)))) (-1622 (*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-135)))) (-1622 (*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-132)))) (-3431 (*1 *1 *1 *1) (-4 *1 (-1061))))
-(-13 (-19 (-135)) (-10 -8 (-15 -1904 ($ $)) (-15 -2620 ($ $)) (-15 -2877 ($ $)) (-15 -3127 ($ $)) (-15 -2768 ((-108) $ $)) (-15 -2746 ((-108) $ $)) (-15 -2726 ((-108) $ $ (-525))) (-15 -1589 ((-713) $ $ (-135))) (-15 -3516 ((-108) $ $ (-135))) (-15 -2058 ($ $ (-1141 (-525)) $)) (-15 -3856 ((-525) $ $ (-525))) (-15 -3856 ((-525) (-132) $ (-525))) (-15 -4100 ($ (-135))) (-15 -3224 ((-592 $) $ (-135))) (-15 -3224 ((-592 $) $ (-132))) (-15 -2555 ($ $ (-135))) (-15 -2555 ($ $ (-132))) (-15 -1633 ($ $ (-135))) (-15 -1633 ($ $ (-132))) (-15 -1622 ($ $ (-135))) (-15 -1622 ($ $ (-132))) (-15 -3431 ($ $ $))))
-(((-33) . T) ((-97) -2067 (|has| (-135) (-1020)) (|has| (-135) (-789))) ((-566 (-798)) -2067 (|has| (-135) (-1020)) (|has| (-135) (-789)) (|has| (-135) (-566 (-798)))) ((-142 #0=(-135)) . T) ((-567 (-501)) |has| (-135) (-567 (-501))) ((-265 #1=(-525) #0#) . T) ((-267 #1# #0#) . T) ((-288 #0#) -12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))) ((-351 #0#) . T) ((-464 #0#) . T) ((-558 #1# #0#) . T) ((-486 #0# #0#) -12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))) ((-597 #0#) . T) ((-19 #0#) . T) ((-789) |has| (-135) (-789)) ((-1020) -2067 (|has| (-135) (-1020)) (|has| (-135) (-789))) ((-1128) . T))
-((-1723 (((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 |#4|) (-592 |#5|) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-713)) 94)) (-3588 (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|) 55) (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713)) 54)) (-3782 (((-1179) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-713)) 85)) (-3960 (((-713) (-592 |#4|) (-592 |#5|)) 27)) (-1524 (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713)) 56) (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713) (-108)) 58)) (-4129 (((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108) (-108) (-108) (-108)) 76) (((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108)) 77)) (-2069 (((-1075) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) 80)) (-2274 (((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|) 53)) (-1857 (((-713) (-592 |#4|) (-592 |#5|)) 19)))
-(((-1062 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -1857 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -3960 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -2274 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713) (-108))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108) (-108) (-108) (-108))) (-15 -1723 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 |#4|) (-592 |#5|) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-713))) (-15 -2069 ((-1075) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3782 ((-1179) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-713)))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|) (-1029 |#1| |#2| |#3| |#4|)) (T -1062))
-((-3782 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9)))) (-5 *4 (-713)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-1179)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))) (-2069 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8))) (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-1029 *4 *5 *6 *7)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1075)) (-5 *1 (-1062 *4 *5 *6 *7 *8)))) (-1723 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-592 *11)) (|:| |todo| (-592 (-2 (|:| |val| *3) (|:| -1285 *11)))))) (-5 *6 (-713)) (-5 *2 (-592 (-2 (|:| |val| (-592 *10)) (|:| -1285 *11)))) (-5 *3 (-592 *10)) (-5 *4 (-592 *11)) (-4 *10 (-991 *7 *8 *9)) (-4 *11 (-1029 *7 *8 *9 *10)) (-4 *7 (-429)) (-4 *8 (-735)) (-4 *9 (-789)) (-5 *1 (-1062 *7 *8 *9 *10 *11)))) (-4129 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))) (-4129 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))) (-1524 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-1062 *5 *6 *7 *3 *4)) (-4 *4 (-1029 *5 *6 *7 *3)))) (-1524 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *3 (-991 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-1062 *6 *7 *8 *3 *4)) (-4 *4 (-1029 *6 *7 *8 *3)))) (-1524 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-713)) (-5 *6 (-108)) (-4 *7 (-429)) (-4 *8 (-735)) (-4 *9 (-789)) (-4 *3 (-991 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-1062 *7 *8 *9 *3 *4)) (-4 *4 (-1029 *7 *8 *9 *3)))) (-3588 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-1062 *5 *6 *7 *3 *4)) (-4 *4 (-1029 *5 *6 *7 *3)))) (-3588 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *3 (-991 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-1062 *6 *7 *8 *3 *4)) (-4 *4 (-1029 *6 *7 *8 *3)))) (-2274 (*1 *2 *3 *4) (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-592 *4)) (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4)))))) (-5 *1 (-1062 *5 *6 *7 *3 *4)) (-4 *4 (-1029 *5 *6 *7 *3)))) (-3960 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))) (-1857 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))))
-(-10 -7 (-15 -1857 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -3960 ((-713) (-592 |#4|) (-592 |#5|))) (-15 -2274 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -3588 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713) (-108))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5| (-713))) (-15 -1524 ((-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) |#4| |#5|)) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108))) (-15 -4129 ((-592 |#5|) (-592 |#4|) (-592 |#5|) (-108) (-108) (-108) (-108) (-108))) (-15 -1723 ((-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-592 |#4|) (-592 |#5|) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-2 (|:| |done| (-592 |#5|)) (|:| |todo| (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))))) (-713))) (-15 -2069 ((-1075) (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|)))) (-15 -3782 ((-1179) (-592 (-2 (|:| |val| (-592 |#4|)) (|:| -1285 |#5|))) (-713))))
-((-4087 (((-108) $ $) NIL)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) NIL)) (-3347 (((-592 $) (-592 |#4|)) 110) (((-592 $) (-592 |#4|) (-108)) 111) (((-592 $) (-592 |#4|) (-108) (-108)) 109) (((-592 $) (-592 |#4|) (-108) (-108) (-108) (-108)) 112)) (-1296 (((-592 |#3|) $) NIL)) (-2071 (((-108) $) NIL)) (-3093 (((-108) $) NIL (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1402 ((|#4| |#4| $) NIL)) (-4195 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| $) 84)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-2399 (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) 62)) (-2475 (($) NIL T CONST)) (-3542 (((-108) $) 26 (|has| |#1| (-517)))) (-2462 (((-108) $ $) NIL (|has| |#1| (-517)))) (-2390 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1698 (((-108) $) NIL (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-3308 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) NIL)) (-4105 (($ (-592 |#4|)) NIL)) (-1659 (((-3 $ "failed") $) 39)) (-2268 ((|#4| |#4| $) 65)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-2698 (($ |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 78 (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) NIL)) (-1469 ((|#4| |#4| $) NIL)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) NIL)) (-1954 (((-108) |#4| $) NIL)) (-3315 (((-108) |#4| $) NIL)) (-1941 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1959 (((-2 (|:| |val| (-592 |#4|)) (|:| |towers| (-592 $))) (-592 |#4|) (-108) (-108)) 124)) (-2175 (((-592 |#4|) $) 16 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-2577 ((|#3| $) 33)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#4|) $) 17 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 25 (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-3069 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 21)) (-3435 (((-592 |#3|) $) NIL)) (-2468 (((-108) |#3| $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-4180 (((-3 |#4| (-592 $)) |#4| |#4| $) NIL)) (-2602 (((-592 (-2 (|:| |val| |#4|) (|:| -1285 $))) |#4| |#4| $) 103)) (-2718 (((-3 |#4| "failed") $) 37)) (-2346 (((-592 $) |#4| $) 88)) (-3580 (((-3 (-108) (-592 $)) |#4| $) NIL)) (-3022 (((-592 (-2 (|:| |val| (-108)) (|:| -1285 $))) |#4| $) 98) (((-108) |#4| $) 53)) (-2913 (((-592 $) |#4| $) 107) (((-592 $) (-592 |#4|) $) NIL) (((-592 $) (-592 |#4|) (-592 $)) 108) (((-592 $) |#4| (-592 $)) NIL)) (-2593 (((-592 $) (-592 |#4|) (-108) (-108) (-108)) 119)) (-1513 (($ |#4| $) 75) (($ (-592 |#4|) $) 76) (((-592 $) |#4| $ (-108) (-108) (-108) (-108) (-108)) 74)) (-1455 (((-592 |#4|) $) NIL)) (-3732 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-3076 ((|#4| |#4| $) NIL)) (-3472 (((-108) $ $) NIL)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1998 ((|#4| |#4| $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-3 |#4| "failed") $) 35)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) NIL)) (-2821 (((-3 $ "failed") $ |#4|) 48)) (-1397 (($ $ |#4|) NIL) (((-592 $) |#4| $) 90) (((-592 $) |#4| (-592 $)) NIL) (((-592 $) (-592 |#4|) $) NIL) (((-592 $) (-592 |#4|) (-592 $)) 86)) (-1518 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 15)) (-1558 (($) 13)) (-3529 (((-713) $) NIL)) (-4002 (((-713) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (((-713) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) 12)) (-2069 (((-501) $) NIL (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 20)) (-4151 (($ $ |#3|) 42)) (-3522 (($ $ |#3|) 44)) (-1411 (($ $) NIL)) (-3963 (($ $ |#3|) NIL)) (-4100 (((-798) $) 31) (((-592 |#4|) $) 40)) (-1223 (((-713) $) NIL (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) NIL)) (-3605 (((-592 $) |#4| $) 54) (((-592 $) |#4| (-592 $)) NIL) (((-592 $) (-592 |#4|) $) NIL) (((-592 $) (-592 |#4|) (-592 $)) NIL)) (-2706 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) NIL)) (-1484 (((-108) |#4| $) NIL)) (-2738 (((-108) |#3| $) 61)) (-2775 (((-108) $ $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1063 |#1| |#2| |#3| |#4|) (-13 (-1029 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1513 ((-592 $) |#4| $ (-108) (-108) (-108) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108) (-108) (-108))) (-15 -2593 ((-592 $) (-592 |#4|) (-108) (-108) (-108))) (-15 -1959 ((-2 (|:| |val| (-592 |#4|)) (|:| |towers| (-592 $))) (-592 |#4|) (-108) (-108))))) (-429) (-735) (-789) (-991 |#1| |#2| |#3|)) (T -1063))
-((-1513 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-1063 *5 *6 *7 *3))) (-5 *1 (-1063 *5 *6 *7 *3)) (-4 *3 (-991 *5 *6 *7)))) (-3347 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-1063 *5 *6 *7 *8))) (-5 *1 (-1063 *5 *6 *7 *8)))) (-3347 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-1063 *5 *6 *7 *8))) (-5 *1 (-1063 *5 *6 *7 *8)))) (-2593 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 (-1063 *5 *6 *7 *8))) (-5 *1 (-1063 *5 *6 *7 *8)))) (-1959 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-592 *8)) (|:| |towers| (-592 (-1063 *5 *6 *7 *8))))) (-5 *1 (-1063 *5 *6 *7 *8)) (-5 *3 (-592 *8)))))
-(-13 (-1029 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1513 ((-592 $) |#4| $ (-108) (-108) (-108) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108))) (-15 -3347 ((-592 $) (-592 |#4|) (-108) (-108) (-108) (-108))) (-15 -2593 ((-592 $) (-592 |#4|) (-108) (-108) (-108))) (-15 -1959 ((-2 (|:| |val| (-592 |#4|)) (|:| |towers| (-592 $))) (-592 |#4|) (-108) (-108)))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3490 ((|#1| $) 34)) (-1880 (($ (-592 |#1|)) 39)) (-3779 (((-108) $ (-713)) NIL)) (-2475 (($) NIL T CONST)) (-1282 ((|#1| |#1| $) 36)) (-2639 ((|#1| $) 32)) (-2175 (((-592 |#1|) $) 18 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 22)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3577 ((|#1| $) 35)) (-3246 (($ |#1| $) 37)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-2724 ((|#1| $) 33)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 31)) (-1558 (($) 38)) (-2895 (((-713) $) 29)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 27)) (-4100 (((-798) $) 14 (|has| |#1| (-566 (-798))))) (-3905 (($ (-592 |#1|)) NIL)) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 17 (|has| |#1| (-1020)))) (-2827 (((-713) $) 30 (|has| $ (-6 -4259)))))
-(((-1064 |#1|) (-13 (-1040 |#1|) (-10 -8 (-15 -1880 ($ (-592 |#1|))))) (-1128)) (T -1064))
-((-1880 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1064 *3)))))
-(-13 (-1040 |#1|) (-10 -8 (-15 -1880 ($ (-592 |#1|)))))
-((-1233 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1141 (-525)) |#2|) 44) ((|#2| $ (-525) |#2|) 41)) (-3631 (((-108) $) 12)) (-3069 (($ (-1 |#2| |#2|) $) 39)) (-1647 ((|#2| $) NIL) (($ $ (-713)) 17)) (-3453 (($ $ |#2|) 40)) (-2476 (((-108) $) 11)) (-3431 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1141 (-525))) 31) ((|#2| $ (-525)) 23) ((|#2| $ (-525) |#2|) NIL)) (-4190 (($ $ $) 47) (($ $ |#2|) NIL)) (-2035 (($ $ $) 33) (($ |#2| $) NIL) (($ (-592 $)) 36) (($ $ |#2|) NIL)))
-(((-1065 |#1| |#2|) (-10 -8 (-15 -3631 ((-108) |#1|)) (-15 -2476 ((-108) |#1|)) (-15 -1233 (|#2| |#1| (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525))) (-15 -3453 (|#1| |#1| |#2|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -2035 (|#1| (-592 |#1|))) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -1233 (|#2| |#1| (-1141 (-525)) |#2|)) (-15 -1233 (|#2| |#1| "last" |#2|)) (-15 -1233 (|#1| |#1| "rest" |#1|)) (-15 -1233 (|#2| |#1| "first" |#2|)) (-15 -4190 (|#1| |#1| |#2|)) (-15 -4190 (|#1| |#1| |#1|)) (-15 -3431 (|#2| |#1| "last")) (-15 -3431 (|#1| |#1| "rest")) (-15 -1647 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "first")) (-15 -1647 (|#2| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#1|)) (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -3431 (|#2| |#1| "value")) (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|))) (-1066 |#2|) (-1128)) (T -1065))
-NIL
-(-10 -8 (-15 -3631 ((-108) |#1|)) (-15 -2476 ((-108) |#1|)) (-15 -1233 (|#2| |#1| (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525) |#2|)) (-15 -3431 (|#2| |#1| (-525))) (-15 -3453 (|#1| |#1| |#2|)) (-15 -2035 (|#1| |#1| |#2|)) (-15 -2035 (|#1| (-592 |#1|))) (-15 -3431 (|#1| |#1| (-1141 (-525)))) (-15 -1233 (|#2| |#1| (-1141 (-525)) |#2|)) (-15 -1233 (|#2| |#1| "last" |#2|)) (-15 -1233 (|#1| |#1| "rest" |#1|)) (-15 -1233 (|#2| |#1| "first" |#2|)) (-15 -4190 (|#1| |#1| |#2|)) (-15 -4190 (|#1| |#1| |#1|)) (-15 -3431 (|#2| |#1| "last")) (-15 -3431 (|#1| |#1| "rest")) (-15 -1647 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "first")) (-15 -1647 (|#2| |#1|)) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#1|)) (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -3431 (|#2| |#1| "value")) (-15 -3069 (|#1| (-1 |#2| |#2|) |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-3979 (($ $) 67)) (-3289 (((-1179) $ (-525) (-525)) 97 (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) 52 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-3776 (($ $ $) 56 (|has| $ (-6 -4260)))) (-4193 ((|#1| $ |#1|) 54 (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) 58 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4260))) (($ $ "rest" $) 55 (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 117 (|has| $ (-6 -4260))) ((|#1| $ (-525) |#1|) 86 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 102 (|has| $ (-6 -4259)))) (-2237 ((|#1| $) 66)) (-2475 (($) 7 T CONST)) (-1659 (($ $) 73) (($ $ (-713)) 71)) (-1681 (($ $) 99 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ (-1 (-108) |#1|) $) 103 (|has| $ (-6 -4259))) (($ |#1| $) 100 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3081 ((|#1| $ (-525) |#1|) 85 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 87)) (-3631 (((-108) $) 83)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-3324 (($ (-713) |#1|) 108)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 95 (|has| (-525) (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 94 (|has| (-525) (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-4028 (((-108) $ (-713)) 10)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2718 ((|#1| $) 70) (($ $ (-713)) 68)) (-2594 (($ $ $ (-525)) 116) (($ |#1| $ (-525)) 115)) (-3177 (((-592 (-525)) $) 92)) (-3461 (((-108) (-525) $) 91)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 76) (($ $ (-713)) 74)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 106)) (-3453 (($ $ |#1|) 96 (|has| $ (-6 -4260)))) (-2476 (((-108) $) 84)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 93 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 90)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1141 (-525))) 112) ((|#1| $ (-525)) 89) ((|#1| $ (-525) |#1|) 88)) (-1707 (((-525) $ $) 44)) (-2139 (($ $ (-1141 (-525))) 114) (($ $ (-525)) 113)) (-3953 (((-108) $) 46)) (-3675 (($ $) 62)) (-2789 (($ $) 59 (|has| $ (-6 -4260)))) (-4082 (((-713) $) 63)) (-3077 (($ $) 64)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-2069 (((-501) $) 98 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 107)) (-4190 (($ $ $) 61 (|has| $ (-6 -4260))) (($ $ |#1|) 60 (|has| $ (-6 -4260)))) (-2035 (($ $ $) 78) (($ |#1| $) 77) (($ (-592 $)) 110) (($ $ |#1|) 109)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-1066 |#1|) (-131) (-1128)) (T -1066))
-((-2476 (*1 *2 *1) (-12 (-4 *1 (-1066 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))) (-3631 (*1 *2 *1) (-12 (-4 *1 (-1066 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))))
-(-13 (-1162 |t#1|) (-597 |t#1|) (-10 -8 (-15 -2476 ((-108) $)) (-15 -3631 ((-108) $))))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-942 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1128) . T) ((-1162 |#1|) . T))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-3289 (((-1179) $ |#1| |#1|) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#2| $ |#1| |#2|) NIL)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) NIL)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) NIL)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) NIL)) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 ((|#1| $) NIL (|has| |#1| (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 ((|#1| $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1398 (((-592 |#1|) $) NIL)) (-3770 (((-108) |#1| $) NIL)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3177 (((-592 |#1|) $) NIL)) (-3461 (((-108) |#1| $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#2| $) NIL (|has| |#1| (-789)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1067 |#1| |#2| |#3|) (-1105 |#1| |#2|) (-1020) (-1020) |#2|) (T -1067))
-NIL
-(-1105 |#1| |#2|)
-((-4087 (((-108) $ $) 7)) (-2878 (((-3 $ "failed") $) 13)) (-1289 (((-1075) $) 9)) (-2948 (($) 14 T CONST)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11)) (-2775 (((-108) $ $) 6)))
-(((-1068) (-131)) (T -1068))
-((-2948 (*1 *1) (-4 *1 (-1068))) (-2878 (*1 *1 *1) (|partial| -4 *1 (-1068))))
-(-13 (-1020) (-10 -8 (-15 -2948 ($) -2247) (-15 -2878 ((-3 $ "failed") $))))
-(((-97) . T) ((-566 (-798)) . T) ((-1020) . T))
-((-3834 (((-1073 |#1|) (-1073 |#1|)) 17)) (-2583 (((-1073 |#1|) (-1073 |#1|)) 13)) (-2001 (((-1073 |#1|) (-1073 |#1|) (-525) (-525)) 20)) (-4059 (((-1073 |#1|) (-1073 |#1|)) 15)))
-(((-1069 |#1|) (-10 -7 (-15 -2583 ((-1073 |#1|) (-1073 |#1|))) (-15 -4059 ((-1073 |#1|) (-1073 |#1|))) (-15 -3834 ((-1073 |#1|) (-1073 |#1|))) (-15 -2001 ((-1073 |#1|) (-1073 |#1|) (-525) (-525)))) (-13 (-517) (-138))) (T -1069))
-((-2001 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-13 (-517) (-138))) (-5 *1 (-1069 *4)))) (-3834 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-13 (-517) (-138))) (-5 *1 (-1069 *3)))) (-4059 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-13 (-517) (-138))) (-5 *1 (-1069 *3)))) (-2583 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-13 (-517) (-138))) (-5 *1 (-1069 *3)))))
-(-10 -7 (-15 -2583 ((-1073 |#1|) (-1073 |#1|))) (-15 -4059 ((-1073 |#1|) (-1073 |#1|))) (-15 -3834 ((-1073 |#1|) (-1073 |#1|))) (-15 -2001 ((-1073 |#1|) (-1073 |#1|) (-525) (-525))))
-((-2035 (((-1073 |#1|) (-1073 (-1073 |#1|))) 15)))
-(((-1070 |#1|) (-10 -7 (-15 -2035 ((-1073 |#1|) (-1073 (-1073 |#1|))))) (-1128)) (T -1070))
-((-2035 (*1 *2 *3) (-12 (-5 *3 (-1073 (-1073 *4))) (-5 *2 (-1073 *4)) (-5 *1 (-1070 *4)) (-4 *4 (-1128)))))
-(-10 -7 (-15 -2035 ((-1073 |#1|) (-1073 (-1073 |#1|)))))
-((-2159 (((-1073 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1073 |#1|)) 25)) (-3504 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1073 |#1|)) 26)) (-2016 (((-1073 |#2|) (-1 |#2| |#1|) (-1073 |#1|)) 16)))
-(((-1071 |#1| |#2|) (-10 -7 (-15 -2016 ((-1073 |#2|) (-1 |#2| |#1|) (-1073 |#1|))) (-15 -2159 ((-1073 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1073 |#1|))) (-15 -3504 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1073 |#1|)))) (-1128) (-1128)) (T -1071))
-((-3504 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1073 *5)) (-4 *5 (-1128)) (-4 *2 (-1128)) (-5 *1 (-1071 *5 *2)))) (-2159 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1073 *6)) (-4 *6 (-1128)) (-4 *3 (-1128)) (-5 *2 (-1073 *3)) (-5 *1 (-1071 *6 *3)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1073 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1073 *6)) (-5 *1 (-1071 *5 *6)))))
-(-10 -7 (-15 -2016 ((-1073 |#2|) (-1 |#2| |#1|) (-1073 |#1|))) (-15 -2159 ((-1073 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1073 |#1|))) (-15 -3504 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1073 |#1|))))
-((-2016 (((-1073 |#3|) (-1 |#3| |#1| |#2|) (-1073 |#1|) (-1073 |#2|)) 21)))
-(((-1072 |#1| |#2| |#3|) (-10 -7 (-15 -2016 ((-1073 |#3|) (-1 |#3| |#1| |#2|) (-1073 |#1|) (-1073 |#2|)))) (-1128) (-1128) (-1128)) (T -1072))
-((-2016 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1073 *6)) (-5 *5 (-1073 *7)) (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-1073 *8)) (-5 *1 (-1072 *6 *7 *8)))))
-(-10 -7 (-15 -2016 ((-1073 |#3|) (-1 |#3| |#1| |#2|) (-1073 |#1|) (-1073 |#2|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-3979 (($ $) 51)) (-3289 (((-1179) $ (-525) (-525)) 76 (|has| $ (-6 -4260)))) (-1425 (($ $ (-525)) 110 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-3452 (((-798) $) 41 (|has| |#1| (-1020)))) (-3187 (((-108)) 40 (|has| |#1| (-1020)))) (-1947 ((|#1| $ |#1|) NIL (|has| $ (-6 -4260)))) (-3776 (($ $ $) 98 (|has| $ (-6 -4260))) (($ $ (-525) $) 122)) (-4193 ((|#1| $ |#1|) 107 (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) 102 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) 104 (|has| $ (-6 -4260))) (($ $ "rest" $) 106 (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) 109 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 89 (|has| $ (-6 -4260))) ((|#1| $ (-525) |#1|) 55 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 58)) (-2237 ((|#1| $) NIL)) (-2475 (($) NIL T CONST)) (-4034 (($ $) 14)) (-1659 (($ $) 29) (($ $ (-713)) 88)) (-2302 (((-108) (-592 |#1|) $) 116 (|has| |#1| (-1020)))) (-2289 (($ (-592 |#1|)) 112)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) 57)) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3631 (((-108) $) NIL)) (-2175 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3990 (((-1179) (-525) $) 121 (|has| |#1| (-1020)))) (-1955 (((-713) $) 118)) (-3994 (((-592 $) $) NIL)) (-3569 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-3324 (($ (-713) |#1|) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 73 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 63) (($ (-1 |#1| |#1| |#1|) $ $) 67)) (-4028 (((-108) $ (-713)) NIL)) (-2010 (((-592 |#1|) $) NIL)) (-3506 (((-108) $) NIL)) (-2802 (($ $) 90)) (-1859 (((-108) $) 13)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2718 ((|#1| $) NIL) (($ $ (-713)) NIL)) (-2594 (($ $ $ (-525)) NIL) (($ |#1| $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) 74)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-4065 (($ (-1 |#1|)) 124) (($ (-1 |#1| |#1|) |#1|) 125)) (-1511 ((|#1| $) 10)) (-1647 ((|#1| $) 28) (($ $ (-713)) 49)) (-3170 (((-2 (|:| |cycle?| (-108)) (|:| -2093 (-713)) (|:| |period| (-713))) (-713) $) 25)) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-2374 (($ (-1 (-108) |#1|) $) 126)) (-2387 (($ (-1 (-108) |#1|) $) 127)) (-3453 (($ $ |#1|) 68 (|has| $ (-6 -4260)))) (-1397 (($ $ (-525)) 32)) (-2476 (((-108) $) 72)) (-3859 (((-108) $) 12)) (-1774 (((-108) $) 117)) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 20)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) 15)) (-1558 (($) 43)) (-3431 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1141 (-525))) NIL) ((|#1| $ (-525)) 54) ((|#1| $ (-525) |#1|) NIL)) (-1707 (((-525) $ $) 48)) (-2139 (($ $ (-1141 (-525))) NIL) (($ $ (-525)) NIL)) (-1951 (($ (-1 $)) 47)) (-3953 (((-108) $) 69)) (-3675 (($ $) 70)) (-2789 (($ $) 99 (|has| $ (-6 -4260)))) (-4082 (((-713) $) NIL)) (-3077 (($ $) NIL)) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 44)) (-2069 (((-501) $) NIL (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 53)) (-3191 (($ |#1| $) 97)) (-4190 (($ $ $) 100 (|has| $ (-6 -4260))) (($ $ |#1|) 101 (|has| $ (-6 -4260)))) (-2035 (($ $ $) 78) (($ |#1| $) 45) (($ (-592 $)) 83) (($ $ |#1|) 77)) (-3926 (($ $) 50)) (-4100 (($ (-592 |#1|)) 111) (((-798) $) 42 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) NIL)) (-1791 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 114 (|has| |#1| (-1020)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1073 |#1|) (-13 (-619 |#1|) (-10 -8 (-6 -4260) (-15 -4100 ($ (-592 |#1|))) (-15 -2289 ($ (-592 |#1|))) (IF (|has| |#1| (-1020)) (-15 -2302 ((-108) (-592 |#1|) $)) |%noBranch|) (-15 -3170 ((-2 (|:| |cycle?| (-108)) (|:| -2093 (-713)) (|:| |period| (-713))) (-713) $)) (-15 -1951 ($ (-1 $))) (-15 -3191 ($ |#1| $)) (IF (|has| |#1| (-1020)) (PROGN (-15 -3990 ((-1179) (-525) $)) (-15 -3452 ((-798) $)) (-15 -3187 ((-108)))) |%noBranch|) (-15 -3776 ($ $ (-525) $)) (-15 -4065 ($ (-1 |#1|))) (-15 -4065 ($ (-1 |#1| |#1|) |#1|)) (-15 -2374 ($ (-1 (-108) |#1|) $)) (-15 -2387 ($ (-1 (-108) |#1|) $)))) (-1128)) (T -1073))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))) (-2289 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))) (-2302 (*1 *2 *3 *1) (-12 (-5 *3 (-592 *4)) (-4 *4 (-1020)) (-4 *4 (-1128)) (-5 *2 (-108)) (-5 *1 (-1073 *4)))) (-3170 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-108)) (|:| -2093 (-713)) (|:| |period| (-713)))) (-5 *1 (-1073 *4)) (-4 *4 (-1128)) (-5 *3 (-713)))) (-1951 (*1 *1 *2) (-12 (-5 *2 (-1 (-1073 *3))) (-5 *1 (-1073 *3)) (-4 *3 (-1128)))) (-3191 (*1 *1 *2 *1) (-12 (-5 *1 (-1073 *2)) (-4 *2 (-1128)))) (-3990 (*1 *2 *3 *1) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-1073 *4)) (-4 *4 (-1020)) (-4 *4 (-1128)))) (-3452 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-1073 *3)) (-4 *3 (-1020)) (-4 *3 (-1128)))) (-3187 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1073 *3)) (-4 *3 (-1020)) (-4 *3 (-1128)))) (-3776 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1073 *3)) (-4 *3 (-1128)))) (-4065 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))) (-4065 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))) (-2374 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))) (-2387 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))))
-(-13 (-619 |#1|) (-10 -8 (-6 -4260) (-15 -4100 ($ (-592 |#1|))) (-15 -2289 ($ (-592 |#1|))) (IF (|has| |#1| (-1020)) (-15 -2302 ((-108) (-592 |#1|) $)) |%noBranch|) (-15 -3170 ((-2 (|:| |cycle?| (-108)) (|:| -2093 (-713)) (|:| |period| (-713))) (-713) $)) (-15 -1951 ($ (-1 $))) (-15 -3191 ($ |#1| $)) (IF (|has| |#1| (-1020)) (PROGN (-15 -3990 ((-1179) (-525) $)) (-15 -3452 ((-798) $)) (-15 -3187 ((-108)))) |%noBranch|) (-15 -3776 ($ $ (-525) $)) (-15 -4065 ($ (-1 |#1|))) (-15 -4065 ($ (-1 |#1| |#1|) |#1|)) (-15 -2374 ($ (-1 (-108) |#1|) $)) (-15 -2387 ($ (-1 (-108) |#1|) $))))
-((-4087 (((-108) $ $) 19)) (-3127 (($ $) 120)) (-2877 (($ $) 121)) (-2555 (($ $ (-135)) 108) (($ $ (-132)) 107)) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-2746 (((-108) $ $) 118)) (-2726 (((-108) $ $ (-525)) 117)) (-3298 (($ (-525)) 127)) (-3224 (((-592 $) $ (-135)) 110) (((-592 $) $ (-132)) 109)) (-2358 (((-108) (-1 (-108) (-135) (-135)) $) 98) (((-108) $) 92 (|has| (-135) (-789)))) (-2436 (($ (-1 (-108) (-135) (-135)) $) 89 (|has| $ (-6 -4260))) (($ $) 88 (-12 (|has| (-135) (-789)) (|has| $ (-6 -4260))))) (-1842 (($ (-1 (-108) (-135) (-135)) $) 99) (($ $) 93 (|has| (-135) (-789)))) (-3779 (((-108) $ (-713)) 8)) (-1233 (((-135) $ (-525) (-135)) 52 (|has| $ (-6 -4260))) (((-135) $ (-1141 (-525)) (-135)) 58 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-135)) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-1622 (($ $ (-135)) 104) (($ $ (-132)) 103)) (-2670 (($ $) 90 (|has| $ (-6 -4260)))) (-1652 (($ $) 100)) (-2058 (($ $ (-1141 (-525)) $) 114)) (-1681 (($ $) 78 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ (-135) $) 77 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) (-135)) $) 74 (|has| $ (-6 -4259)))) (-3504 (((-135) (-1 (-135) (-135) (-135)) $ (-135) (-135)) 76 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259)))) (((-135) (-1 (-135) (-135) (-135)) $ (-135)) 73 (|has| $ (-6 -4259))) (((-135) (-1 (-135) (-135) (-135)) $) 72 (|has| $ (-6 -4259)))) (-3081 (((-135) $ (-525) (-135)) 53 (|has| $ (-6 -4260)))) (-3017 (((-135) $ (-525)) 51)) (-2768 (((-108) $ $) 119)) (-3856 (((-525) (-1 (-108) (-135)) $) 97) (((-525) (-135) $) 96 (|has| (-135) (-1020))) (((-525) (-135) $ (-525)) 95 (|has| (-135) (-1020))) (((-525) $ $ (-525)) 113) (((-525) (-132) $ (-525)) 112)) (-2175 (((-592 (-135)) $) 30 (|has| $ (-6 -4259)))) (-3324 (($ (-713) (-135)) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3033 (($ $ $) 87 (|has| (-135) (-789)))) (-3212 (($ (-1 (-108) (-135) (-135)) $ $) 101) (($ $ $) 94 (|has| (-135) (-789)))) (-2617 (((-592 (-135)) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) (-135) $) 27 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-1609 (($ $ $) 86 (|has| (-135) (-789)))) (-3516 (((-108) $ $ (-135)) 115)) (-1589 (((-713) $ $ (-135)) 116)) (-3069 (($ (-1 (-135) (-135)) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-135) (-135)) $) 35) (($ (-1 (-135) (-135) (-135)) $ $) 64)) (-2620 (($ $) 122)) (-1904 (($ $) 123)) (-4028 (((-108) $ (-713)) 10)) (-1633 (($ $ (-135)) 106) (($ $ (-132)) 105)) (-1289 (((-1075) $) 22)) (-2594 (($ (-135) $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21)) (-1647 (((-135) $) 42 (|has| (-525) (-789)))) (-4202 (((-3 (-135) "failed") (-1 (-108) (-135)) $) 71)) (-3453 (($ $ (-135)) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-135)) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-135)))) 26 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-273 (-135))) 25 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-135) (-135)) 24 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-592 (-135)) (-592 (-135))) 23 (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) (-135) $) 45 (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-1717 (((-592 (-135)) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 (((-135) $ (-525) (-135)) 50) (((-135) $ (-525)) 49) (($ $ (-1141 (-525))) 63) (($ $ $) 102)) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-4002 (((-713) (-1 (-108) (-135)) $) 31 (|has| $ (-6 -4259))) (((-713) (-135) $) 28 (-12 (|has| (-135) (-1020)) (|has| $ (-6 -4259))))) (-3632 (($ $ $ (-525)) 91 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| (-135) (-567 (-501))))) (-4114 (($ (-592 (-135))) 70)) (-2035 (($ $ (-135)) 68) (($ (-135) $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (($ (-135)) 111) (((-798) $) 18)) (-2706 (((-108) (-1 (-108) (-135)) $) 33 (|has| $ (-6 -4259)))) (-3660 (((-1075) $) 131) (((-1075) $ (-108)) 130) (((-1179) (-764) $) 129) (((-1179) (-764) $ (-108)) 128)) (-2830 (((-108) $ $) 84 (|has| (-135) (-789)))) (-2807 (((-108) $ $) 83 (|has| (-135) (-789)))) (-2775 (((-108) $ $) 20)) (-2817 (((-108) $ $) 85 (|has| (-135) (-789)))) (-2795 (((-108) $ $) 82 (|has| (-135) (-789)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-1074) (-131)) (T -1074))
-((-3298 (*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-1074)))))
-(-13 (-1061) (-1020) (-770) (-10 -8 (-15 -3298 ($ (-525)))))
-(((-33) . T) ((-97) . T) ((-566 (-798)) . T) ((-142 #0=(-135)) . T) ((-567 (-501)) |has| (-135) (-567 (-501))) ((-265 #1=(-525) #0#) . T) ((-267 #1# #0#) . T) ((-288 #0#) -12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))) ((-351 #0#) . T) ((-464 #0#) . T) ((-558 #1# #0#) . T) ((-486 #0# #0#) -12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))) ((-597 #0#) . T) ((-19 #0#) . T) ((-770) . T) ((-789) |has| (-135) (-789)) ((-1020) . T) ((-1061) . T) ((-1128) . T))
-((-4087 (((-108) $ $) NIL)) (-3127 (($ $) NIL)) (-2877 (($ $) NIL)) (-2555 (($ $ (-135)) NIL) (($ $ (-132)) NIL)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2746 (((-108) $ $) NIL)) (-2726 (((-108) $ $ (-525)) NIL)) (-3298 (($ (-525)) 7)) (-3224 (((-592 $) $ (-135)) NIL) (((-592 $) $ (-132)) NIL)) (-2358 (((-108) (-1 (-108) (-135) (-135)) $) NIL) (((-108) $) NIL (|has| (-135) (-789)))) (-2436 (($ (-1 (-108) (-135) (-135)) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| (-135) (-789))))) (-1842 (($ (-1 (-108) (-135) (-135)) $) NIL) (($ $) NIL (|has| (-135) (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 (((-135) $ (-525) (-135)) NIL (|has| $ (-6 -4260))) (((-135) $ (-1141 (-525)) (-135)) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-1622 (($ $ (-135)) NIL) (($ $ (-132)) NIL)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-2058 (($ $ (-1141 (-525)) $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-2698 (($ (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020)))) (($ (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-135) (-1 (-135) (-135) (-135)) $ (-135) (-135)) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020)))) (((-135) (-1 (-135) (-135) (-135)) $ (-135)) NIL (|has| $ (-6 -4259))) (((-135) (-1 (-135) (-135) (-135)) $) NIL (|has| $ (-6 -4259)))) (-3081 (((-135) $ (-525) (-135)) NIL (|has| $ (-6 -4260)))) (-3017 (((-135) $ (-525)) NIL)) (-2768 (((-108) $ $) NIL)) (-3856 (((-525) (-1 (-108) (-135)) $) NIL) (((-525) (-135) $) NIL (|has| (-135) (-1020))) (((-525) (-135) $ (-525)) NIL (|has| (-135) (-1020))) (((-525) $ $ (-525)) NIL) (((-525) (-132) $ (-525)) NIL)) (-2175 (((-592 (-135)) $) NIL (|has| $ (-6 -4259)))) (-3324 (($ (-713) (-135)) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| (-135) (-789)))) (-3212 (($ (-1 (-108) (-135) (-135)) $ $) NIL) (($ $ $) NIL (|has| (-135) (-789)))) (-2617 (((-592 (-135)) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| (-135) (-789)))) (-3516 (((-108) $ $ (-135)) NIL)) (-1589 (((-713) $ $ (-135)) NIL)) (-3069 (($ (-1 (-135) (-135)) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-135) (-135)) $) NIL) (($ (-1 (-135) (-135) (-135)) $ $) NIL)) (-2620 (($ $) NIL)) (-1904 (($ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1633 (($ $ (-135)) NIL) (($ $ (-132)) NIL)) (-1289 (((-1075) $) NIL)) (-2594 (($ (-135) $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-135) $) NIL (|has| (-525) (-789)))) (-4202 (((-3 (-135) "failed") (-1 (-108) (-135)) $) NIL)) (-3453 (($ $ (-135)) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-135)))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-273 (-135))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-135) (-135)) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020)))) (($ $ (-592 (-135)) (-592 (-135))) NIL (-12 (|has| (-135) (-288 (-135))) (|has| (-135) (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-1717 (((-592 (-135)) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 (((-135) $ (-525) (-135)) NIL) (((-135) $ (-525)) NIL) (($ $ (-1141 (-525))) NIL) (($ $ $) NIL)) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-4002 (((-713) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259))) (((-713) (-135) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-135) (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-135) (-567 (-501))))) (-4114 (($ (-592 (-135))) NIL)) (-2035 (($ $ (-135)) NIL) (($ (-135) $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (($ (-135)) NIL) (((-798) $) NIL)) (-2706 (((-108) (-1 (-108) (-135)) $) NIL (|has| $ (-6 -4259)))) (-3660 (((-1075) $) 18) (((-1075) $ (-108)) 20) (((-1179) (-764) $) 21) (((-1179) (-764) $ (-108)) 22)) (-2830 (((-108) $ $) NIL (|has| (-135) (-789)))) (-2807 (((-108) $ $) NIL (|has| (-135) (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| (-135) (-789)))) (-2795 (((-108) $ $) NIL (|has| (-135) (-789)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1075) (-1074)) (T -1075))
-NIL
-(-1074)
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)) (|has| |#1| (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL)) (-3289 (((-1179) $ (-1075) (-1075)) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-1075) |#1|) NIL)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#1| "failed") (-1075) $) NIL)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#1| "failed") (-1075) $) NIL)) (-2698 (($ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-1075) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-1075)) NIL)) (-2175 (((-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-1075) $) NIL (|has| (-1075) (-789)))) (-2617 (((-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-1075) $) NIL (|has| (-1075) (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)) (|has| |#1| (-1020))))) (-1398 (((-592 (-1075)) $) NIL)) (-3770 (((-108) (-1075) $) NIL)) (-3577 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL)) (-3177 (((-592 (-1075)) $) NIL)) (-3461 (((-108) (-1075) $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)) (|has| |#1| (-1020))))) (-1647 ((|#1| $) NIL (|has| (-1075) (-789)))) (-4202 (((-3 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) "failed") (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ $ (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL (-12 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-288 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-1075)) NIL) ((|#1| $ (-1075) |#1|) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-566 (-798))) (|has| |#1| (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 (-1075)) (|:| -3448 |#1|)) (-1020)) (|has| |#1| (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1076 |#1|) (-13 (-1105 (-1075) |#1|) (-10 -7 (-6 -4259))) (-1020)) (T -1076))
-NIL
-(-13 (-1105 (-1075) |#1|) (-10 -7 (-6 -4259)))
-((-3223 (((-1073 |#1|) (-1073 |#1|)) 77)) (-3300 (((-3 (-1073 |#1|) "failed") (-1073 |#1|)) 37)) (-2752 (((-1073 |#1|) (-385 (-525)) (-1073 |#1|)) 121 (|has| |#1| (-37 (-385 (-525)))))) (-2855 (((-1073 |#1|) |#1| (-1073 |#1|)) 127 (|has| |#1| (-341)))) (-2234 (((-1073 |#1|) (-1073 |#1|)) 90)) (-1706 (((-1073 (-525)) (-525)) 57)) (-2873 (((-1073 |#1|) (-1073 (-1073 |#1|))) 109 (|has| |#1| (-37 (-385 (-525)))))) (-3997 (((-1073 |#1|) (-525) (-525) (-1073 |#1|)) 95)) (-2885 (((-1073 |#1|) |#1| (-525)) 45)) (-4084 (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 60)) (-2030 (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 124 (|has| |#1| (-341)))) (-3773 (((-1073 |#1|) |#1| (-1 (-1073 |#1|))) 108 (|has| |#1| (-37 (-385 (-525)))))) (-3007 (((-1073 |#1|) (-1 |#1| (-525)) |#1| (-1 (-1073 |#1|))) 125 (|has| |#1| (-341)))) (-2381 (((-1073 |#1|) (-1073 |#1|)) 89)) (-2036 (((-1073 |#1|) (-1073 |#1|)) 76)) (-3623 (((-1073 |#1|) (-525) (-525) (-1073 |#1|)) 96)) (-2367 (((-1073 |#1|) |#1| (-1073 |#1|)) 105 (|has| |#1| (-37 (-385 (-525)))))) (-2320 (((-1073 (-525)) (-525)) 56)) (-2915 (((-1073 |#1|) |#1|) 59)) (-2621 (((-1073 |#1|) (-1073 |#1|) (-525) (-525)) 92)) (-3253 (((-1073 |#1|) (-1 |#1| (-525)) (-1073 |#1|)) 66)) (-1311 (((-3 (-1073 |#1|) "failed") (-1073 |#1|) (-1073 |#1|)) 35)) (-1291 (((-1073 |#1|) (-1073 |#1|)) 91)) (-2825 (((-1073 |#1|) (-1073 |#1|) |#1|) 71)) (-1708 (((-1073 |#1|) (-1073 |#1|)) 62)) (-3728 (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 72)) (-4100 (((-1073 |#1|) |#1|) 67)) (-1783 (((-1073 |#1|) (-1073 (-1073 |#1|))) 82)) (-2880 (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 36)) (-2871 (((-1073 |#1|) (-1073 |#1|)) 21) (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 23)) (-2860 (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 17)) (* (((-1073 |#1|) (-1073 |#1|) |#1|) 29) (((-1073 |#1|) |#1| (-1073 |#1|)) 26) (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 27)))
-(((-1077 |#1|) (-10 -7 (-15 -2860 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2871 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2871 ((-1073 |#1|) (-1073 |#1|))) (-15 * ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 * ((-1073 |#1|) |#1| (-1073 |#1|))) (-15 * ((-1073 |#1|) (-1073 |#1|) |#1|)) (-15 -1311 ((-3 (-1073 |#1|) "failed") (-1073 |#1|) (-1073 |#1|))) (-15 -2880 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -3300 ((-3 (-1073 |#1|) "failed") (-1073 |#1|))) (-15 -2885 ((-1073 |#1|) |#1| (-525))) (-15 -2320 ((-1073 (-525)) (-525))) (-15 -1706 ((-1073 (-525)) (-525))) (-15 -2915 ((-1073 |#1|) |#1|)) (-15 -4084 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -1708 ((-1073 |#1|) (-1073 |#1|))) (-15 -3253 ((-1073 |#1|) (-1 |#1| (-525)) (-1073 |#1|))) (-15 -4100 ((-1073 |#1|) |#1|)) (-15 -2825 ((-1073 |#1|) (-1073 |#1|) |#1|)) (-15 -3728 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2036 ((-1073 |#1|) (-1073 |#1|))) (-15 -3223 ((-1073 |#1|) (-1073 |#1|))) (-15 -1783 ((-1073 |#1|) (-1073 (-1073 |#1|)))) (-15 -2381 ((-1073 |#1|) (-1073 |#1|))) (-15 -2234 ((-1073 |#1|) (-1073 |#1|))) (-15 -1291 ((-1073 |#1|) (-1073 |#1|))) (-15 -2621 ((-1073 |#1|) (-1073 |#1|) (-525) (-525))) (-15 -3997 ((-1073 |#1|) (-525) (-525) (-1073 |#1|))) (-15 -3623 ((-1073 |#1|) (-525) (-525) (-1073 |#1|))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ((-1073 |#1|) |#1| (-1073 |#1|))) (-15 -3773 ((-1073 |#1|) |#1| (-1 (-1073 |#1|)))) (-15 -2873 ((-1073 |#1|) (-1073 (-1073 |#1|)))) (-15 -2752 ((-1073 |#1|) (-385 (-525)) (-1073 |#1|)))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-15 -2030 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -3007 ((-1073 |#1|) (-1 |#1| (-525)) |#1| (-1 (-1073 |#1|)))) (-15 -2855 ((-1073 |#1|) |#1| (-1073 |#1|)))) |%noBranch|)) (-977)) (T -1077))
-((-2855 (*1 *2 *3 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-341)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-3007 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-525))) (-5 *5 (-1 (-1073 *4))) (-4 *4 (-341)) (-4 *4 (-977)) (-5 *2 (-1073 *4)) (-5 *1 (-1077 *4)))) (-2030 (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-341)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2752 (*1 *2 *3 *2) (-12 (-5 *2 (-1073 *4)) (-4 *4 (-37 *3)) (-4 *4 (-977)) (-5 *3 (-385 (-525))) (-5 *1 (-1077 *4)))) (-2873 (*1 *2 *3) (-12 (-5 *3 (-1073 (-1073 *4))) (-5 *2 (-1073 *4)) (-5 *1 (-1077 *4)) (-4 *4 (-37 (-385 (-525)))) (-4 *4 (-977)))) (-3773 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1073 *3))) (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)))) (-2367 (*1 *2 *3 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-3623 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-977)) (-5 *1 (-1077 *4)))) (-3997 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-977)) (-5 *1 (-1077 *4)))) (-2621 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-977)) (-5 *1 (-1077 *4)))) (-1291 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2234 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2381 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-1783 (*1 *2 *3) (-12 (-5 *3 (-1073 (-1073 *4))) (-5 *2 (-1073 *4)) (-5 *1 (-1077 *4)) (-4 *4 (-977)))) (-3223 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2036 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-3728 (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2825 (*1 *2 *2 *3) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-4100 (*1 *2 *3) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3)) (-4 *3 (-977)))) (-3253 (*1 *2 *3 *2) (-12 (-5 *2 (-1073 *4)) (-5 *3 (-1 *4 (-525))) (-4 *4 (-977)) (-5 *1 (-1077 *4)))) (-1708 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-4084 (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2915 (*1 *2 *3) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3)) (-4 *3 (-977)))) (-1706 (*1 *2 *3) (-12 (-5 *2 (-1073 (-525))) (-5 *1 (-1077 *4)) (-4 *4 (-977)) (-5 *3 (-525)))) (-2320 (*1 *2 *3) (-12 (-5 *2 (-1073 (-525))) (-5 *1 (-1077 *4)) (-4 *4 (-977)) (-5 *3 (-525)))) (-2885 (*1 *2 *3 *4) (-12 (-5 *4 (-525)) (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3)) (-4 *3 (-977)))) (-3300 (*1 *2 *2) (|partial| -12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2880 (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-1311 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2871 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2871 (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))) (-2860 (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))))
-(-10 -7 (-15 -2860 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2871 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2871 ((-1073 |#1|) (-1073 |#1|))) (-15 * ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 * ((-1073 |#1|) |#1| (-1073 |#1|))) (-15 * ((-1073 |#1|) (-1073 |#1|) |#1|)) (-15 -1311 ((-3 (-1073 |#1|) "failed") (-1073 |#1|) (-1073 |#1|))) (-15 -2880 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -3300 ((-3 (-1073 |#1|) "failed") (-1073 |#1|))) (-15 -2885 ((-1073 |#1|) |#1| (-525))) (-15 -2320 ((-1073 (-525)) (-525))) (-15 -1706 ((-1073 (-525)) (-525))) (-15 -2915 ((-1073 |#1|) |#1|)) (-15 -4084 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -1708 ((-1073 |#1|) (-1073 |#1|))) (-15 -3253 ((-1073 |#1|) (-1 |#1| (-525)) (-1073 |#1|))) (-15 -4100 ((-1073 |#1|) |#1|)) (-15 -2825 ((-1073 |#1|) (-1073 |#1|) |#1|)) (-15 -3728 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2036 ((-1073 |#1|) (-1073 |#1|))) (-15 -3223 ((-1073 |#1|) (-1073 |#1|))) (-15 -1783 ((-1073 |#1|) (-1073 (-1073 |#1|)))) (-15 -2381 ((-1073 |#1|) (-1073 |#1|))) (-15 -2234 ((-1073 |#1|) (-1073 |#1|))) (-15 -1291 ((-1073 |#1|) (-1073 |#1|))) (-15 -2621 ((-1073 |#1|) (-1073 |#1|) (-525) (-525))) (-15 -3997 ((-1073 |#1|) (-525) (-525) (-1073 |#1|))) (-15 -3623 ((-1073 |#1|) (-525) (-525) (-1073 |#1|))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ((-1073 |#1|) |#1| (-1073 |#1|))) (-15 -3773 ((-1073 |#1|) |#1| (-1 (-1073 |#1|)))) (-15 -2873 ((-1073 |#1|) (-1073 (-1073 |#1|)))) (-15 -2752 ((-1073 |#1|) (-385 (-525)) (-1073 |#1|)))) |%noBranch|) (IF (|has| |#1| (-341)) (PROGN (-15 -2030 ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -3007 ((-1073 |#1|) (-1 |#1| (-525)) |#1| (-1 (-1073 |#1|)))) (-15 -2855 ((-1073 |#1|) |#1| (-1073 |#1|)))) |%noBranch|))
-((-1803 (((-1073 |#1|) (-1073 |#1|)) 57)) (-3659 (((-1073 |#1|) (-1073 |#1|)) 39)) (-1781 (((-1073 |#1|) (-1073 |#1|)) 53)) (-3638 (((-1073 |#1|) (-1073 |#1|)) 35)) (-1828 (((-1073 |#1|) (-1073 |#1|)) 60)) (-3698 (((-1073 |#1|) (-1073 |#1|)) 42)) (-2533 (((-1073 |#1|) (-1073 |#1|)) 31)) (-1618 (((-1073 |#1|) (-1073 |#1|)) 27)) (-1841 (((-1073 |#1|) (-1073 |#1|)) 61)) (-3798 (((-1073 |#1|) (-1073 |#1|)) 43)) (-1816 (((-1073 |#1|) (-1073 |#1|)) 58)) (-3678 (((-1073 |#1|) (-1073 |#1|)) 40)) (-1792 (((-1073 |#1|) (-1073 |#1|)) 55)) (-3649 (((-1073 |#1|) (-1073 |#1|)) 37)) (-1876 (((-1073 |#1|) (-1073 |#1|)) 65)) (-3853 (((-1073 |#1|) (-1073 |#1|)) 47)) (-1853 (((-1073 |#1|) (-1073 |#1|)) 63)) (-3808 (((-1073 |#1|) (-1073 |#1|)) 45)) (-1902 (((-1073 |#1|) (-1073 |#1|)) 68)) (-1760 (((-1073 |#1|) (-1073 |#1|)) 50)) (-3135 (((-1073 |#1|) (-1073 |#1|)) 69)) (-1770 (((-1073 |#1|) (-1073 |#1|)) 51)) (-1891 (((-1073 |#1|) (-1073 |#1|)) 67)) (-1748 (((-1073 |#1|) (-1073 |#1|)) 49)) (-1866 (((-1073 |#1|) (-1073 |#1|)) 66)) (-3820 (((-1073 |#1|) (-1073 |#1|)) 48)) (** (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 33)))
-(((-1078 |#1|) (-10 -7 (-15 -1618 ((-1073 |#1|) (-1073 |#1|))) (-15 -2533 ((-1073 |#1|) (-1073 |#1|))) (-15 ** ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -3638 ((-1073 |#1|) (-1073 |#1|))) (-15 -3649 ((-1073 |#1|) (-1073 |#1|))) (-15 -3659 ((-1073 |#1|) (-1073 |#1|))) (-15 -3678 ((-1073 |#1|) (-1073 |#1|))) (-15 -3698 ((-1073 |#1|) (-1073 |#1|))) (-15 -3798 ((-1073 |#1|) (-1073 |#1|))) (-15 -3808 ((-1073 |#1|) (-1073 |#1|))) (-15 -3820 ((-1073 |#1|) (-1073 |#1|))) (-15 -3853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1748 ((-1073 |#1|) (-1073 |#1|))) (-15 -1760 ((-1073 |#1|) (-1073 |#1|))) (-15 -1770 ((-1073 |#1|) (-1073 |#1|))) (-15 -1781 ((-1073 |#1|) (-1073 |#1|))) (-15 -1792 ((-1073 |#1|) (-1073 |#1|))) (-15 -1803 ((-1073 |#1|) (-1073 |#1|))) (-15 -1816 ((-1073 |#1|) (-1073 |#1|))) (-15 -1828 ((-1073 |#1|) (-1073 |#1|))) (-15 -1841 ((-1073 |#1|) (-1073 |#1|))) (-15 -1853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1866 ((-1073 |#1|) (-1073 |#1|))) (-15 -1876 ((-1073 |#1|) (-1073 |#1|))) (-15 -1891 ((-1073 |#1|) (-1073 |#1|))) (-15 -1902 ((-1073 |#1|) (-1073 |#1|))) (-15 -3135 ((-1073 |#1|) (-1073 |#1|)))) (-37 (-385 (-525)))) (T -1078))
-((-3135 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1902 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1891 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1876 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1866 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1853 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1828 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1816 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1803 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1792 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1781 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1770 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1760 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1748 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3853 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3820 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3808 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3798 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3698 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3678 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3659 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3649 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-3638 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-2533 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))) (-1618 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1078 *3)))))
-(-10 -7 (-15 -1618 ((-1073 |#1|) (-1073 |#1|))) (-15 -2533 ((-1073 |#1|) (-1073 |#1|))) (-15 ** ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -3638 ((-1073 |#1|) (-1073 |#1|))) (-15 -3649 ((-1073 |#1|) (-1073 |#1|))) (-15 -3659 ((-1073 |#1|) (-1073 |#1|))) (-15 -3678 ((-1073 |#1|) (-1073 |#1|))) (-15 -3698 ((-1073 |#1|) (-1073 |#1|))) (-15 -3798 ((-1073 |#1|) (-1073 |#1|))) (-15 -3808 ((-1073 |#1|) (-1073 |#1|))) (-15 -3820 ((-1073 |#1|) (-1073 |#1|))) (-15 -3853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1748 ((-1073 |#1|) (-1073 |#1|))) (-15 -1760 ((-1073 |#1|) (-1073 |#1|))) (-15 -1770 ((-1073 |#1|) (-1073 |#1|))) (-15 -1781 ((-1073 |#1|) (-1073 |#1|))) (-15 -1792 ((-1073 |#1|) (-1073 |#1|))) (-15 -1803 ((-1073 |#1|) (-1073 |#1|))) (-15 -1816 ((-1073 |#1|) (-1073 |#1|))) (-15 -1828 ((-1073 |#1|) (-1073 |#1|))) (-15 -1841 ((-1073 |#1|) (-1073 |#1|))) (-15 -1853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1866 ((-1073 |#1|) (-1073 |#1|))) (-15 -1876 ((-1073 |#1|) (-1073 |#1|))) (-15 -1891 ((-1073 |#1|) (-1073 |#1|))) (-15 -1902 ((-1073 |#1|) (-1073 |#1|))) (-15 -3135 ((-1073 |#1|) (-1073 |#1|))))
-((-1803 (((-1073 |#1|) (-1073 |#1|)) 100)) (-3659 (((-1073 |#1|) (-1073 |#1|)) 64)) (-1737 (((-2 (|:| -1781 (-1073 |#1|)) (|:| -1792 (-1073 |#1|))) (-1073 |#1|)) 96)) (-1781 (((-1073 |#1|) (-1073 |#1|)) 97)) (-2057 (((-2 (|:| -3638 (-1073 |#1|)) (|:| -3649 (-1073 |#1|))) (-1073 |#1|)) 53)) (-3638 (((-1073 |#1|) (-1073 |#1|)) 54)) (-1828 (((-1073 |#1|) (-1073 |#1|)) 102)) (-3698 (((-1073 |#1|) (-1073 |#1|)) 71)) (-2533 (((-1073 |#1|) (-1073 |#1|)) 39)) (-1618 (((-1073 |#1|) (-1073 |#1|)) 36)) (-1841 (((-1073 |#1|) (-1073 |#1|)) 103)) (-3798 (((-1073 |#1|) (-1073 |#1|)) 72)) (-1816 (((-1073 |#1|) (-1073 |#1|)) 101)) (-3678 (((-1073 |#1|) (-1073 |#1|)) 67)) (-1792 (((-1073 |#1|) (-1073 |#1|)) 98)) (-3649 (((-1073 |#1|) (-1073 |#1|)) 55)) (-1876 (((-1073 |#1|) (-1073 |#1|)) 111)) (-3853 (((-1073 |#1|) (-1073 |#1|)) 86)) (-1853 (((-1073 |#1|) (-1073 |#1|)) 105)) (-3808 (((-1073 |#1|) (-1073 |#1|)) 82)) (-1902 (((-1073 |#1|) (-1073 |#1|)) 115)) (-1760 (((-1073 |#1|) (-1073 |#1|)) 90)) (-3135 (((-1073 |#1|) (-1073 |#1|)) 117)) (-1770 (((-1073 |#1|) (-1073 |#1|)) 92)) (-1891 (((-1073 |#1|) (-1073 |#1|)) 113)) (-1748 (((-1073 |#1|) (-1073 |#1|)) 88)) (-1866 (((-1073 |#1|) (-1073 |#1|)) 107)) (-3820 (((-1073 |#1|) (-1073 |#1|)) 84)) (** (((-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) 40)))
-(((-1079 |#1|) (-10 -7 (-15 -1618 ((-1073 |#1|) (-1073 |#1|))) (-15 -2533 ((-1073 |#1|) (-1073 |#1|))) (-15 ** ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2057 ((-2 (|:| -3638 (-1073 |#1|)) (|:| -3649 (-1073 |#1|))) (-1073 |#1|))) (-15 -3638 ((-1073 |#1|) (-1073 |#1|))) (-15 -3649 ((-1073 |#1|) (-1073 |#1|))) (-15 -3659 ((-1073 |#1|) (-1073 |#1|))) (-15 -3678 ((-1073 |#1|) (-1073 |#1|))) (-15 -3698 ((-1073 |#1|) (-1073 |#1|))) (-15 -3798 ((-1073 |#1|) (-1073 |#1|))) (-15 -3808 ((-1073 |#1|) (-1073 |#1|))) (-15 -3820 ((-1073 |#1|) (-1073 |#1|))) (-15 -3853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1748 ((-1073 |#1|) (-1073 |#1|))) (-15 -1760 ((-1073 |#1|) (-1073 |#1|))) (-15 -1770 ((-1073 |#1|) (-1073 |#1|))) (-15 -1737 ((-2 (|:| -1781 (-1073 |#1|)) (|:| -1792 (-1073 |#1|))) (-1073 |#1|))) (-15 -1781 ((-1073 |#1|) (-1073 |#1|))) (-15 -1792 ((-1073 |#1|) (-1073 |#1|))) (-15 -1803 ((-1073 |#1|) (-1073 |#1|))) (-15 -1816 ((-1073 |#1|) (-1073 |#1|))) (-15 -1828 ((-1073 |#1|) (-1073 |#1|))) (-15 -1841 ((-1073 |#1|) (-1073 |#1|))) (-15 -1853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1866 ((-1073 |#1|) (-1073 |#1|))) (-15 -1876 ((-1073 |#1|) (-1073 |#1|))) (-15 -1891 ((-1073 |#1|) (-1073 |#1|))) (-15 -1902 ((-1073 |#1|) (-1073 |#1|))) (-15 -3135 ((-1073 |#1|) (-1073 |#1|)))) (-37 (-385 (-525)))) (T -1079))
-((-3135 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1902 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1891 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1876 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1866 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1853 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1841 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1828 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1816 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1803 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1792 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1781 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1737 (*1 *2 *3) (-12 (-4 *4 (-37 (-385 (-525)))) (-5 *2 (-2 (|:| -1781 (-1073 *4)) (|:| -1792 (-1073 *4)))) (-5 *1 (-1079 *4)) (-5 *3 (-1073 *4)))) (-1770 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1760 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1748 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3853 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3820 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3808 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3798 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3698 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3678 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3659 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3649 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-3638 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-2057 (*1 *2 *3) (-12 (-4 *4 (-37 (-385 (-525)))) (-5 *2 (-2 (|:| -3638 (-1073 *4)) (|:| -3649 (-1073 *4)))) (-5 *1 (-1079 *4)) (-5 *3 (-1073 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-2533 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))) (-1618 (*1 *2 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1079 *3)))))
-(-10 -7 (-15 -1618 ((-1073 |#1|) (-1073 |#1|))) (-15 -2533 ((-1073 |#1|) (-1073 |#1|))) (-15 ** ((-1073 |#1|) (-1073 |#1|) (-1073 |#1|))) (-15 -2057 ((-2 (|:| -3638 (-1073 |#1|)) (|:| -3649 (-1073 |#1|))) (-1073 |#1|))) (-15 -3638 ((-1073 |#1|) (-1073 |#1|))) (-15 -3649 ((-1073 |#1|) (-1073 |#1|))) (-15 -3659 ((-1073 |#1|) (-1073 |#1|))) (-15 -3678 ((-1073 |#1|) (-1073 |#1|))) (-15 -3698 ((-1073 |#1|) (-1073 |#1|))) (-15 -3798 ((-1073 |#1|) (-1073 |#1|))) (-15 -3808 ((-1073 |#1|) (-1073 |#1|))) (-15 -3820 ((-1073 |#1|) (-1073 |#1|))) (-15 -3853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1748 ((-1073 |#1|) (-1073 |#1|))) (-15 -1760 ((-1073 |#1|) (-1073 |#1|))) (-15 -1770 ((-1073 |#1|) (-1073 |#1|))) (-15 -1737 ((-2 (|:| -1781 (-1073 |#1|)) (|:| -1792 (-1073 |#1|))) (-1073 |#1|))) (-15 -1781 ((-1073 |#1|) (-1073 |#1|))) (-15 -1792 ((-1073 |#1|) (-1073 |#1|))) (-15 -1803 ((-1073 |#1|) (-1073 |#1|))) (-15 -1816 ((-1073 |#1|) (-1073 |#1|))) (-15 -1828 ((-1073 |#1|) (-1073 |#1|))) (-15 -1841 ((-1073 |#1|) (-1073 |#1|))) (-15 -1853 ((-1073 |#1|) (-1073 |#1|))) (-15 -1866 ((-1073 |#1|) (-1073 |#1|))) (-15 -1876 ((-1073 |#1|) (-1073 |#1|))) (-15 -1891 ((-1073 |#1|) (-1073 |#1|))) (-15 -1902 ((-1073 |#1|) (-1073 |#1|))) (-15 -3135 ((-1073 |#1|) (-1073 |#1|))))
-((-2429 (((-892 |#2|) |#2| |#2|) 35)) (-3201 ((|#2| |#2| |#1|) 19 (|has| |#1| (-286)))))
-(((-1080 |#1| |#2|) (-10 -7 (-15 -2429 ((-892 |#2|) |#2| |#2|)) (IF (|has| |#1| (-286)) (-15 -3201 (|#2| |#2| |#1|)) |%noBranch|)) (-517) (-1150 |#1|)) (T -1080))
-((-3201 (*1 *2 *2 *3) (-12 (-4 *3 (-286)) (-4 *3 (-517)) (-5 *1 (-1080 *3 *2)) (-4 *2 (-1150 *3)))) (-2429 (*1 *2 *3 *3) (-12 (-4 *4 (-517)) (-5 *2 (-892 *3)) (-5 *1 (-1080 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -2429 ((-892 |#2|) |#2| |#2|)) (IF (|has| |#1| (-286)) (-15 -3201 (|#2| |#2| |#1|)) |%noBranch|))
-((-4087 (((-108) $ $) NIL)) (-3082 (($ $ (-592 (-713))) 67)) (-1517 (($) 26)) (-3205 (($ $) 42)) (-1396 (((-592 $) $) 51)) (-4161 (((-108) $) 16)) (-1906 (((-592 (-878 |#2|)) $) 74)) (-3061 (($ $) 68)) (-1799 (((-713) $) 37)) (-3324 (($) 25)) (-3262 (($ $ (-592 (-713)) (-878 |#2|)) 60) (($ $ (-592 (-713)) (-713)) 61) (($ $ (-713) (-878 |#2|)) 63)) (-3212 (($ $ $) 48) (($ (-592 $)) 50)) (-2337 (((-713) $) 75)) (-3506 (((-108) $) 15)) (-1289 (((-1075) $) NIL)) (-2862 (((-108) $) 18)) (-3993 (((-1039) $) NIL)) (-2062 (((-159) $) 73)) (-4122 (((-878 |#2|) $) 69)) (-1856 (((-713) $) 70)) (-3928 (((-108) $) 72)) (-2671 (($ $ (-592 (-713)) (-159)) 66)) (-3003 (($ $) 43)) (-4100 (((-798) $) 86)) (-1299 (($ $ (-592 (-713)) (-108)) 65)) (-3576 (((-592 $) $) 11)) (-1477 (($ $ (-713)) 36)) (-2517 (($ $) 32)) (-1605 (($ $ $ (-878 |#2|) (-713)) 56)) (-4154 (($ $ (-878 |#2|)) 55)) (-1915 (($ $ (-592 (-713)) (-878 |#2|)) 54) (($ $ (-592 (-713)) (-713)) 58) (((-713) $ (-878 |#2|)) 59)) (-2775 (((-108) $ $) 80)))
-(((-1081 |#1| |#2|) (-13 (-1020) (-10 -8 (-15 -3506 ((-108) $)) (-15 -4161 ((-108) $)) (-15 -2862 ((-108) $)) (-15 -3324 ($)) (-15 -1517 ($)) (-15 -2517 ($ $)) (-15 -1477 ($ $ (-713))) (-15 -3576 ((-592 $) $)) (-15 -1799 ((-713) $)) (-15 -3205 ($ $)) (-15 -3003 ($ $)) (-15 -3212 ($ $ $)) (-15 -3212 ($ (-592 $))) (-15 -1396 ((-592 $) $)) (-15 -1915 ($ $ (-592 (-713)) (-878 |#2|))) (-15 -4154 ($ $ (-878 |#2|))) (-15 -1605 ($ $ $ (-878 |#2|) (-713))) (-15 -3262 ($ $ (-592 (-713)) (-878 |#2|))) (-15 -1915 ($ $ (-592 (-713)) (-713))) (-15 -3262 ($ $ (-592 (-713)) (-713))) (-15 -1915 ((-713) $ (-878 |#2|))) (-15 -3262 ($ $ (-713) (-878 |#2|))) (-15 -1299 ($ $ (-592 (-713)) (-108))) (-15 -2671 ($ $ (-592 (-713)) (-159))) (-15 -3082 ($ $ (-592 (-713)))) (-15 -4122 ((-878 |#2|) $)) (-15 -1856 ((-713) $)) (-15 -3928 ((-108) $)) (-15 -2062 ((-159) $)) (-15 -2337 ((-713) $)) (-15 -3061 ($ $)) (-15 -1906 ((-592 (-878 |#2|)) $)))) (-856) (-977)) (T -1081))
-((-3506 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-4161 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-2862 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-3324 (*1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))) (-1517 (*1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))) (-2517 (*1 *1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))) (-1477 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-3576 (*1 *2 *1) (-12 (-5 *2 (-592 (-1081 *3 *4))) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-1799 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-3205 (*1 *1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))) (-3003 (*1 *1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))) (-3212 (*1 *1 *1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))) (-3212 (*1 *1 *2) (-12 (-5 *2 (-592 (-1081 *3 *4))) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-1396 (*1 *2 *1) (-12 (-5 *2 (-592 (-1081 *3 *4))) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-1915 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-713))) (-5 *3 (-878 *5)) (-4 *5 (-977)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))) (-4154 (*1 *1 *1 *2) (-12 (-5 *2 (-878 *4)) (-4 *4 (-977)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)))) (-1605 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-878 *5)) (-5 *3 (-713)) (-4 *5 (-977)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))) (-3262 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-713))) (-5 *3 (-878 *5)) (-4 *5 (-977)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))) (-1915 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-713))) (-5 *3 (-713)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)) (-4 *5 (-977)))) (-3262 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-713))) (-5 *3 (-713)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)) (-4 *5 (-977)))) (-1915 (*1 *2 *1 *3) (-12 (-5 *3 (-878 *5)) (-4 *5 (-977)) (-5 *2 (-713)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))) (-3262 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *3 (-878 *5)) (-4 *5 (-977)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))) (-1299 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-713))) (-5 *3 (-108)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)) (-4 *5 (-977)))) (-2671 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-592 (-713))) (-5 *3 (-159)) (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)) (-4 *5 (-977)))) (-3082 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-713))) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-4122 (*1 *2 *1) (-12 (-5 *2 (-878 *4)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-1856 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-3928 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-2062 (*1 *2 *1) (-12 (-5 *2 (-159)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-2337 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))) (-3061 (*1 *1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))) (-1906 (*1 *2 *1) (-12 (-5 *2 (-592 (-878 *4))) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856)) (-4 *4 (-977)))))
-(-13 (-1020) (-10 -8 (-15 -3506 ((-108) $)) (-15 -4161 ((-108) $)) (-15 -2862 ((-108) $)) (-15 -3324 ($)) (-15 -1517 ($)) (-15 -2517 ($ $)) (-15 -1477 ($ $ (-713))) (-15 -3576 ((-592 $) $)) (-15 -1799 ((-713) $)) (-15 -3205 ($ $)) (-15 -3003 ($ $)) (-15 -3212 ($ $ $)) (-15 -3212 ($ (-592 $))) (-15 -1396 ((-592 $) $)) (-15 -1915 ($ $ (-592 (-713)) (-878 |#2|))) (-15 -4154 ($ $ (-878 |#2|))) (-15 -1605 ($ $ $ (-878 |#2|) (-713))) (-15 -3262 ($ $ (-592 (-713)) (-878 |#2|))) (-15 -1915 ($ $ (-592 (-713)) (-713))) (-15 -3262 ($ $ (-592 (-713)) (-713))) (-15 -1915 ((-713) $ (-878 |#2|))) (-15 -3262 ($ $ (-713) (-878 |#2|))) (-15 -1299 ($ $ (-592 (-713)) (-108))) (-15 -2671 ($ $ (-592 (-713)) (-159))) (-15 -3082 ($ $ (-592 (-713)))) (-15 -4122 ((-878 |#2|) $)) (-15 -1856 ((-713) $)) (-15 -3928 ((-108) $)) (-15 -2062 ((-159) $)) (-15 -2337 ((-713) $)) (-15 -3061 ($ $)) (-15 -1906 ((-592 (-878 |#2|)) $))))
-((-4087 (((-108) $ $) NIL)) (-3283 ((|#2| $) 11)) (-3268 ((|#1| $) 10)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4114 (($ |#1| |#2|) 9)) (-4100 (((-798) $) 16)) (-2775 (((-108) $ $) NIL)))
-(((-1082 |#1| |#2|) (-13 (-1020) (-10 -8 (-15 -4114 ($ |#1| |#2|)) (-15 -3268 (|#1| $)) (-15 -3283 (|#2| $)))) (-1020) (-1020)) (T -1082))
-((-4114 (*1 *1 *2 *3) (-12 (-5 *1 (-1082 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-3268 (*1 *2 *1) (-12 (-4 *2 (-1020)) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1020)))) (-3283 (*1 *2 *1) (-12 (-4 *2 (-1020)) (-5 *1 (-1082 *3 *2)) (-4 *3 (-1020)))))
-(-13 (-1020) (-10 -8 (-15 -4114 ($ |#1| |#2|)) (-15 -3268 (|#1| $)) (-15 -3283 (|#2| $))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 (((-1090 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-286)) (|has| |#1| (-341))))) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 11)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-2433 (($ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-1568 (((-108) $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-2730 (($ $ (-525)) NIL) (($ $ (-525) (-525)) 66)) (-2005 (((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $) NIL)) (-3494 (((-1090 |#1| |#2| |#3|) $) 36)) (-2326 (((-3 (-1090 |#1| |#2| |#3|) "failed") $) 29)) (-1350 (((-1090 |#1| |#2| |#3|) $) 30)) (-1803 (($ $) 107 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 83 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) 103 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 79 (|has| |#1| (-37 (-385 (-525)))))) (-2971 (((-525) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-2996 (($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|)))) NIL)) (-1828 (($ $) 111 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 87 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-1090 |#1| |#2| |#3|) "failed") $) 31) (((-3 (-1092) "failed") $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-1092))) (|has| |#1| (-341)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341)))) (((-3 (-525) "failed") $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341))))) (-4105 (((-1090 |#1| |#2| |#3|) $) 131) (((-1092) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-1092))) (|has| |#1| (-341)))) (((-385 (-525)) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341)))) (((-525) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341))))) (-1498 (($ $) 34) (($ (-525) $) 35)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-1090 |#1| |#2| |#3|)) (-632 $)) NIL (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 (-1090 |#1| |#2| |#3|))) (|:| |vec| (-1174 (-1090 |#1| |#2| |#3|)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-588 (-525))) (|has| |#1| (-341)))) (((-632 (-525)) (-632 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-588 (-525))) (|has| |#1| (-341))))) (-3300 (((-3 $ "failed") $) 48)) (-4181 (((-385 (-887 |#1|)) $ (-525)) 65 (|has| |#1| (-517))) (((-385 (-887 |#1|)) $ (-525) (-525)) 67 (|has| |#1| (-517)))) (-1903 (($) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-510)) (|has| |#1| (-341))))) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-1889 (((-108) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-2853 (((-108) $) 25)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-821 (-525))) (|has| |#1| (-341)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-821 (-357))) (|has| |#1| (-341))))) (-4000 (((-525) $) NIL) (((-525) $ (-525)) 24)) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL (|has| |#1| (-341)))) (-4066 (((-1090 |#1| |#2| |#3|) $) 38 (|has| |#1| (-341)))) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2878 (((-3 $ "failed") $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-1068)) (|has| |#1| (-341))))) (-4079 (((-108) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-1585 (($ $ (-856)) NIL)) (-2598 (($ (-1 |#1| (-525)) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-525)) 18) (($ $ (-1005) (-525)) NIL) (($ $ (-592 (-1005)) (-592 (-525))) NIL)) (-3033 (($ $ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-1609 (($ $ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-341)))) (-2533 (($ $) 72 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1361 (($ (-525) (-1090 |#1| |#2| |#3|)) 33)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2367 (($ $) 70 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114))))) (($ $ (-1170 |#2|)) 71 (|has| |#1| (-37 (-385 (-525)))))) (-2948 (($) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-1068)) (|has| |#1| (-341))) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1372 (($ $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-286)) (|has| |#1| (-341))))) (-1340 (((-1090 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-510)) (|has| |#1| (-341))))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-525)) 145)) (-1311 (((-3 $ "failed") $ $) 49 (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1618 (($ $) 73 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-525))))) (($ $ (-1092) (-1090 |#1| |#2| |#3|)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-486 (-1092) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-592 (-1092)) (-592 (-1090 |#1| |#2| |#3|))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-486 (-1092) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-592 (-273 (-1090 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-288 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-273 (-1090 |#1| |#2| |#3|))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-288 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-288 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-592 (-1090 |#1| |#2| |#3|)) (-592 (-1090 |#1| |#2| |#3|))) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-288 (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-525)) NIL) (($ $ $) 54 (|has| (-525) (-1032))) (($ $ (-1090 |#1| |#2| |#3|)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-265 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|))) (|has| |#1| (-341))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|))) NIL (|has| |#1| (-341))) (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) (-713)) NIL (|has| |#1| (-341))) (($ $ (-1170 |#2|)) 51) (($ $ (-713)) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) 50 (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092) (-713)) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-592 (-1092))) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))) (-2874 (($ $) NIL (|has| |#1| (-341)))) (-4080 (((-1090 |#1| |#2| |#3|) $) 41 (|has| |#1| (-341)))) (-3529 (((-525) $) 37)) (-1841 (($ $) 113 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 89 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 109 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 85 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 105 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 81 (|has| |#1| (-37 (-385 (-525)))))) (-2069 (((-501) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-567 (-501))) (|has| |#1| (-341)))) (((-357) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-953)) (|has| |#1| (-341)))) (((-205) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-953)) (|has| |#1| (-341)))) (((-827 (-357)) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-567 (-827 (-357)))) (|has| |#1| (-341)))) (((-827 (-525)) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-567 (-827 (-525)))) (|has| |#1| (-341))))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-3926 (($ $) NIL)) (-4100 (((-798) $) 149) (($ (-525)) NIL) (($ |#1|) NIL (|has| |#1| (-160))) (($ (-1090 |#1| |#2| |#3|)) 27) (($ (-1170 |#2|)) 23) (($ (-1092)) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-1092))) (|has| |#1| (-341)))) (($ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517)))) (($ (-385 (-525))) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341))) (|has| |#1| (-37 (-385 (-525))))))) (-3136 ((|#1| $ (-525)) 68)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-136)) (|has| |#1| (-341))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) 12)) (-3064 (((-1090 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-510)) (|has| |#1| (-341))))) (-1876 (($ $) 119 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 95 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-1853 (($ $) 115 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 91 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 123 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 99 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-525)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-525)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 125 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 101 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 121 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 97 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 117 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 93 (|has| |#1| (-37 (-385 (-525)))))) (-2380 (($ $) NIL (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 20 T CONST)) (-3375 (($) 16 T CONST)) (-2401 (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|))) NIL (|has| |#1| (-341))) (($ $ (-1 (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) (-713)) NIL (|has| |#1| (-341))) (($ $ (-713)) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092) (-713)) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-592 (-1092))) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))) (-2830 (((-108) $ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2807 (((-108) $ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2795 (((-108) $ $) NIL (-2067 (-12 (|has| (-1090 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1090 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) 44 (|has| |#1| (-341))) (($ (-1090 |#1| |#2| |#3|) (-1090 |#1| |#2| |#3|)) 45 (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 21)) (** (($ $ (-856)) NIL) (($ $ (-713)) 53) (($ $ (-525)) NIL (|has| |#1| (-341))) (($ $ $) 74 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 128 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 32) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1090 |#1| |#2| |#3|)) 43 (|has| |#1| (-341))) (($ (-1090 |#1| |#2| |#3|) $) 42 (|has| |#1| (-341))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1083 |#1| |#2| |#3|) (-13 (-1136 |#1| (-1090 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|))) (-977) (-1092) |#1|) (T -1083))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1083 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1083 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1083 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(-13 (-1136 |#1| (-1090 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|)))
-((-3764 ((|#2| |#2| (-1013 |#2|)) 26) ((|#2| |#2| (-1092)) 28)))
-(((-1084 |#1| |#2|) (-10 -7 (-15 -3764 (|#2| |#2| (-1092))) (-15 -3764 (|#2| |#2| (-1013 |#2|)))) (-13 (-517) (-789) (-968 (-525)) (-588 (-525))) (-13 (-408 |#1|) (-149) (-27) (-1114))) (T -1084))
-((-3764 (*1 *2 *2 *3) (-12 (-5 *3 (-1013 *2)) (-4 *2 (-13 (-408 *4) (-149) (-27) (-1114))) (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1084 *4 *2)))) (-3764 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1084 *4 *2)) (-4 *2 (-13 (-408 *4) (-149) (-27) (-1114))))))
-(-10 -7 (-15 -3764 (|#2| |#2| (-1092))) (-15 -3764 (|#2| |#2| (-1013 |#2|))))
-((-3764 (((-3 (-385 (-887 |#1|)) (-294 |#1|)) (-385 (-887 |#1|)) (-1013 (-385 (-887 |#1|)))) 31) (((-385 (-887 |#1|)) (-887 |#1|) (-1013 (-887 |#1|))) 44) (((-3 (-385 (-887 |#1|)) (-294 |#1|)) (-385 (-887 |#1|)) (-1092)) 33) (((-385 (-887 |#1|)) (-887 |#1|) (-1092)) 36)))
-(((-1085 |#1|) (-10 -7 (-15 -3764 ((-385 (-887 |#1|)) (-887 |#1|) (-1092))) (-15 -3764 ((-3 (-385 (-887 |#1|)) (-294 |#1|)) (-385 (-887 |#1|)) (-1092))) (-15 -3764 ((-385 (-887 |#1|)) (-887 |#1|) (-1013 (-887 |#1|)))) (-15 -3764 ((-3 (-385 (-887 |#1|)) (-294 |#1|)) (-385 (-887 |#1|)) (-1013 (-385 (-887 |#1|)))))) (-13 (-517) (-789) (-968 (-525)))) (T -1085))
-((-3764 (*1 *2 *3 *4) (-12 (-5 *4 (-1013 (-385 (-887 *5)))) (-5 *3 (-385 (-887 *5))) (-4 *5 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-3 *3 (-294 *5))) (-5 *1 (-1085 *5)))) (-3764 (*1 *2 *3 *4) (-12 (-5 *4 (-1013 (-887 *5))) (-5 *3 (-887 *5)) (-4 *5 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-385 *3)) (-5 *1 (-1085 *5)))) (-3764 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-3 (-385 (-887 *5)) (-294 *5))) (-5 *1 (-1085 *5)) (-5 *3 (-385 (-887 *5))))) (-3764 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-385 (-887 *5))) (-5 *1 (-1085 *5)) (-5 *3 (-887 *5)))))
-(-10 -7 (-15 -3764 ((-385 (-887 |#1|)) (-887 |#1|) (-1092))) (-15 -3764 ((-3 (-385 (-887 |#1|)) (-294 |#1|)) (-385 (-887 |#1|)) (-1092))) (-15 -3764 ((-385 (-887 |#1|)) (-887 |#1|) (-1013 (-887 |#1|)))) (-15 -3764 ((-3 (-385 (-887 |#1|)) (-294 |#1|)) (-385 (-887 |#1|)) (-1013 (-385 (-887 |#1|))))))
-((-2016 (((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|)) 13)))
-(((-1086 |#1| |#2|) (-10 -7 (-15 -2016 ((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|)))) (-977) (-977)) (T -1086))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1088 *5)) (-4 *5 (-977)) (-4 *6 (-977)) (-5 *2 (-1088 *6)) (-5 *1 (-1086 *5 *6)))))
-(-10 -7 (-15 -2016 ((-1088 |#2|) (-1 |#2| |#1|) (-1088 |#1|))))
-((-3586 (((-396 (-1088 (-385 |#4|))) (-1088 (-385 |#4|))) 51)) (-4201 (((-396 (-1088 (-385 |#4|))) (-1088 (-385 |#4|))) 52)))
-(((-1087 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -4201 ((-396 (-1088 (-385 |#4|))) (-1088 (-385 |#4|)))) (-15 -3586 ((-396 (-1088 (-385 |#4|))) (-1088 (-385 |#4|))))) (-735) (-789) (-429) (-884 |#3| |#1| |#2|)) (T -1087))
-((-3586 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-429)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-396 (-1088 (-385 *7)))) (-5 *1 (-1087 *4 *5 *6 *7)) (-5 *3 (-1088 (-385 *7))))) (-4201 (*1 *2 *3) (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-429)) (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-396 (-1088 (-385 *7)))) (-5 *1 (-1087 *4 *5 *6 *7)) (-5 *3 (-1088 (-385 *7))))))
-(-10 -7 (-15 -4201 ((-396 (-1088 (-385 |#4|))) (-1088 (-385 |#4|)))) (-15 -3586 ((-396 (-1088 (-385 |#4|))) (-1088 (-385 |#4|)))))
-((-4087 (((-108) $ $) 139)) (-2414 (((-108) $) 30)) (-3216 (((-1174 |#1|) $ (-713)) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-2954 (($ (-1088 |#1|)) NIL)) (-4169 (((-1088 $) $ (-1005)) 60) (((-1088 |#1|) $) 49)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) 134 (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-1005))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3882 (($ $ $) 128 (|has| |#1| (-517)))) (-2426 (((-396 (-1088 $)) (-1088 $)) 73 (|has| |#1| (-844)))) (-4195 (($ $) NIL (|has| |#1| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 93 (|has| |#1| (-844)))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-3474 (($ $ (-713)) 42)) (-1911 (($ $ (-713)) 43)) (-1396 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-429)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#1| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-1005) "failed") $) NIL)) (-4105 ((|#1| $) NIL) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-1005) $) NIL)) (-3801 (($ $ $ (-1005)) NIL (|has| |#1| (-160))) ((|#1| $ $) 130 (|has| |#1| (-160)))) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) 58)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) NIL) (((-632 |#1|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2149 (($ $ $) 106)) (-2477 (($ $ $) NIL (|has| |#1| (-517)))) (-3830 (((-2 (|:| -2681 |#1|) (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-517)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-3201 (($ $) 135 (|has| |#1| (-429))) (($ $ (-1005)) NIL (|has| |#1| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-713) $) 47)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1005) (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1005) (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-2898 (((-798) $ (-798)) 119)) (-4000 (((-713) $ $) NIL (|has| |#1| (-517)))) (-2278 (((-108) $) 32)) (-4025 (((-713) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| |#1| (-1068)))) (-1284 (($ (-1088 |#1|) (-1005)) 51) (($ (-1088 $) (-1005)) 67)) (-1585 (($ $ (-713)) 34)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) 65) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-1005)) NIL) (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 123)) (-1819 (((-713) $) NIL) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-1314 (($ (-1 (-713) (-713)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2950 (((-1088 |#1|) $) NIL)) (-2018 (((-3 (-1005) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) 54)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) NIL (|has| |#1| (-429)))) (-1289 (((-1075) $) NIL)) (-1849 (((-2 (|:| -1416 $) (|:| -3681 $)) $ (-713)) 41)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-1005)) (|:| -2168 (-713))) "failed") $) NIL)) (-2367 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2948 (($) NIL (|has| |#1| (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) 33)) (-1407 ((|#1| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 81 (|has| |#1| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-429))) (($ $ $) 137 (|has| |#1| (-429)))) (-3653 (($ $ (-713) |#1| $) 101)) (-3089 (((-396 (-1088 $)) (-1088 $)) 79 (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 78 (|has| |#1| (-844)))) (-4201 (((-396 $) $) 86 (|has| |#1| (-844)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1311 (((-3 $ "failed") $ |#1|) 133 (|has| |#1| (-517))) (((-3 $ "failed") $ $) 102 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-1005) |#1|) NIL) (($ $ (-592 (-1005)) (-592 |#1|)) NIL) (($ $ (-1005) $) NIL) (($ $ (-592 (-1005)) (-592 $)) NIL)) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ |#1|) 121) (($ $ $) 122) (((-385 $) (-385 $) (-385 $)) NIL (|has| |#1| (-517))) ((|#1| (-385 $) |#1|) NIL (|has| |#1| (-341))) (((-385 $) $ (-385 $)) NIL (|has| |#1| (-517)))) (-1326 (((-3 $ "failed") $ (-713)) 37)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 140 (|has| |#1| (-341)))) (-4115 (($ $ (-1005)) NIL (|has| |#1| (-160))) ((|#1| $) 126 (|has| |#1| (-160)))) (-2702 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-3529 (((-713) $) 56) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-1005) (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) 132 (|has| |#1| (-429))) (($ $ (-1005)) NIL (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#1| (-844))))) (-3070 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517))) (((-3 (-385 $) "failed") (-385 $) $) NIL (|has| |#1| (-517)))) (-4100 (((-798) $) 120) (($ (-525)) NIL) (($ |#1|) 55) (($ (-1005)) NIL) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) 28 (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 15) (($ $ (-713)) 16)) (-3364 (($) 17 T CONST)) (-3375 (($) 18 T CONST)) (-2401 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) 98)) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2880 (($ $ |#1|) 141 (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 68)) (** (($ $ (-856)) 14) (($ $ (-713)) 12)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 27) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 104) (($ $ |#1|) NIL)))
-(((-1088 |#1|) (-13 (-1150 |#1|) (-10 -8 (-15 -2898 ((-798) $ (-798))) (-15 -3653 ($ $ (-713) |#1| $)))) (-977)) (T -1088))
-((-2898 (*1 *2 *1 *2) (-12 (-5 *2 (-798)) (-5 *1 (-1088 *3)) (-4 *3 (-977)))) (-3653 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1088 *3)) (-4 *3 (-977)))))
-(-13 (-1150 |#1|) (-10 -8 (-15 -2898 ((-798) $ (-798))) (-15 -3653 ($ $ (-713) |#1| $))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 11)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-385 (-525))) NIL) (($ $ (-385 (-525)) (-385 (-525))) NIL)) (-2005 (((-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|))) $) NIL)) (-1803 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|)))) NIL)) (-1828 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-1083 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1090 |#1| |#2| |#3|) "failed") $) 36)) (-4105 (((-1083 |#1| |#2| |#3|) $) NIL) (((-1090 |#1| |#2| |#3|) $) NIL)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2040 (((-385 (-525)) $) 55)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-1368 (($ (-385 (-525)) (-1083 |#1| |#2| |#3|)) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-385 (-525)) $) NIL) (((-385 (-525)) $ (-385 (-525))) NIL)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) NIL) (($ $ (-385 (-525))) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-385 (-525))) 20) (($ $ (-1005) (-385 (-525))) NIL) (($ $ (-592 (-1005)) (-592 (-385 (-525)))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2533 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4144 (((-1083 |#1| |#2| |#3|) $) 41)) (-1817 (((-3 (-1083 |#1| |#2| |#3|) "failed") $) NIL)) (-1361 (((-1083 |#1| |#2| |#3|) $) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2367 (($ $) 39 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114))))) (($ $ (-1170 |#2|)) 40 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-385 (-525))) NIL)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1618 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-385 (-525))) NIL) (($ $ $) NIL (|has| (-385 (-525)) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $ (-1170 |#2|)) 38)) (-3529 (((-385 (-525)) $) NIL)) (-1841 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) NIL)) (-4100 (((-798) $) 58) (($ (-525)) NIL) (($ |#1|) NIL (|has| |#1| (-160))) (($ (-1083 |#1| |#2| |#3|)) 30) (($ (-1090 |#1| |#2| |#3|)) 31) (($ (-1170 |#2|)) 26) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517)))) (-3136 ((|#1| $ (-385 (-525))) NIL)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) 12)) (-1876 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-385 (-525))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 22 T CONST)) (-3375 (($) 16 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 24)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1089 |#1| |#2| |#3|) (-13 (-1157 |#1| (-1083 |#1| |#2| |#3|)) (-968 (-1090 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|))) (-977) (-1092) |#1|) (T -1089))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1089 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1089 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1089 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(-13 (-1157 |#1| (-1083 |#1| |#2| |#3|)) (-968 (-1090 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 125)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 116)) (-2338 (((-1147 |#2| |#1|) $ (-713)) 63)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-713)) 79) (($ $ (-713) (-713)) 76)) (-2005 (((-1073 (-2 (|:| |k| (-713)) (|:| |c| |#1|))) $) 102)) (-1803 (($ $) 169 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 145 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1781 (($ $) 165 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 141 (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-1073 (-2 (|:| |k| (-713)) (|:| |c| |#1|)))) 115) (($ (-1073 |#1|)) 110)) (-1828 (($ $) 173 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 149 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) 23)) (-2491 (($ $) 26)) (-3565 (((-887 |#1|) $ (-713)) 75) (((-887 |#1|) $ (-713) (-713)) 77)) (-2853 (((-108) $) 120)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-713) $) 122) (((-713) $ (-713)) 124)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) NIL)) (-2598 (($ (-1 |#1| (-525)) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) 13) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2533 (($ $) 131 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-2367 (($ $) 129 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114))))) (($ $ (-1170 |#2|)) 130 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-1397 (($ $ (-713)) 15)) (-1311 (((-3 $ "failed") $ $) 24 (|has| |#1| (-517)))) (-1618 (($ $) 133 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-713)))))) (-3431 ((|#1| $ (-713)) 119) (($ $ $) 128 (|has| (-713) (-1032)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $) 27 (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $ (-1170 |#2|)) 29)) (-3529 (((-713) $) NIL)) (-1841 (($ $) 175 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 151 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 171 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 147 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 167 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 143 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) NIL)) (-4100 (((-798) $) 201) (($ (-525)) NIL) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517))) (($ |#1|) 126 (|has| |#1| (-160))) (($ (-1147 |#2| |#1|)) 51) (($ (-1170 |#2|)) 32)) (-3137 (((-1073 |#1|) $) 98)) (-3136 ((|#1| $ (-713)) 118)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) 54)) (-1876 (($ $) 181 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 157 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) 177 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 153 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 185 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 161 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-713)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-713)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 187 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 163 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 183 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 159 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 179 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 155 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 17 T CONST)) (-3375 (($) 19 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) 194)) (-2860 (($ $ $) 31)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ |#1|) 198 (|has| |#1| (-341))) (($ $ $) 134 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 137 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 132) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1090 |#1| |#2| |#3|) (-13 (-1165 |#1|) (-10 -8 (-15 -4100 ($ (-1147 |#2| |#1|))) (-15 -2338 ((-1147 |#2| |#1|) $ (-713))) (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|))) (-977) (-1092) |#1|) (T -1090))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1147 *4 *3)) (-4 *3 (-977)) (-14 *4 (-1092)) (-14 *5 *3) (-5 *1 (-1090 *3 *4 *5)))) (-2338 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1147 *5 *4)) (-5 *1 (-1090 *4 *5 *6)) (-4 *4 (-977)) (-14 *5 (-1092)) (-14 *6 *4))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1090 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1090 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1090 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(-13 (-1165 |#1|) (-10 -8 (-15 -4100 ($ (-1147 |#2| |#1|))) (-15 -2338 ((-1147 |#2| |#1|) $ (-713))) (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|)))
-((-4100 (((-798) $) 27) (($ (-1092)) 29)) (-2067 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 40)) (-2055 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 33) (($ $) 34)) (-3648 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 35)) (-3637 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 37)) (-3627 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 36)) (-3616 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 38)) (-1369 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 41)) (-12 (($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $))) 39)))
-(((-1091) (-13 (-566 (-798)) (-10 -8 (-15 -4100 ($ (-1092))) (-15 -3648 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -3627 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -3637 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -3616 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -2067 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -1369 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -2055 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -2055 ($ $))))) (T -1091))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1091)))) (-3648 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-3627 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-3637 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-3616 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-2067 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-1369 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-2055 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091)))) (-5 *1 (-1091)))) (-2055 (*1 *1 *1) (-5 *1 (-1091))))
-(-13 (-566 (-798)) (-10 -8 (-15 -4100 ($ (-1092))) (-15 -3648 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -3627 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -3637 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -3616 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -2067 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -1369 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)) (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -2055 ($ (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357))) (|:| CF (-294 (-157 (-357)))) (|:| |switch| $)))) (-15 -2055 ($ $))))
-((-4087 (((-108) $ $) NIL)) (-1283 (($ $ (-592 (-798))) 59)) (-1884 (($ $ (-592 (-798))) 57)) (-3298 (((-1075) $) 84)) (-4139 (((-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798)))) $) 87)) (-4146 (((-108) $) 22)) (-1768 (($ $ (-592 (-592 (-798)))) 56) (($ $ (-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798))))) 82)) (-2475 (($) 124 T CONST)) (-2740 (((-1179)) 106)) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 66) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 73)) (-3324 (($) 95) (($ $) 101)) (-2411 (($ $) 83)) (-3033 (($ $ $) NIL)) (-1609 (($ $ $) NIL)) (-1522 (((-592 $) $) 107)) (-1289 (((-1075) $) 90)) (-3993 (((-1039) $) NIL)) (-3431 (($ $ (-592 (-798))) 58)) (-2069 (((-501) $) 46) (((-1092) $) 47) (((-827 (-525)) $) 77) (((-827 (-357)) $) 75)) (-4100 (((-798) $) 53) (($ (-1075)) 48)) (-1628 (($ $ (-592 (-798))) 60)) (-3660 (((-1075) $) 33) (((-1075) $ (-108)) 34) (((-1179) (-764) $) 35) (((-1179) (-764) $ (-108)) 36)) (-2830 (((-108) $ $) NIL)) (-2807 (((-108) $ $) NIL)) (-2775 (((-108) $ $) 49)) (-2817 (((-108) $ $) NIL)) (-2795 (((-108) $ $) 50)))
-(((-1092) (-13 (-789) (-567 (-501)) (-770) (-567 (-1092)) (-567 (-827 (-525))) (-567 (-827 (-357))) (-821 (-525)) (-821 (-357)) (-10 -8 (-15 -3324 ($)) (-15 -3324 ($ $)) (-15 -2740 ((-1179))) (-15 -4100 ($ (-1075))) (-15 -2411 ($ $)) (-15 -4146 ((-108) $)) (-15 -4139 ((-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798)))) $)) (-15 -1768 ($ $ (-592 (-592 (-798))))) (-15 -1768 ($ $ (-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798)))))) (-15 -1884 ($ $ (-592 (-798)))) (-15 -1283 ($ $ (-592 (-798)))) (-15 -1628 ($ $ (-592 (-798)))) (-15 -3431 ($ $ (-592 (-798)))) (-15 -3298 ((-1075) $)) (-15 -1522 ((-592 $) $)) (-15 -2475 ($) -2247)))) (T -1092))
-((-3324 (*1 *1) (-5 *1 (-1092))) (-3324 (*1 *1 *1) (-5 *1 (-1092))) (-2740 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1092)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1092)))) (-2411 (*1 *1 *1) (-5 *1 (-1092))) (-4146 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1092)))) (-4139 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798))))) (-5 *1 (-1092)))) (-1768 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-592 (-798)))) (-5 *1 (-1092)))) (-1768 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798))))) (-5 *1 (-1092)))) (-1884 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092)))) (-1283 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092)))) (-1628 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092)))) (-3298 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1092)))) (-1522 (*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1092)))) (-2475 (*1 *1) (-5 *1 (-1092))))
-(-13 (-789) (-567 (-501)) (-770) (-567 (-1092)) (-567 (-827 (-525))) (-567 (-827 (-357))) (-821 (-525)) (-821 (-357)) (-10 -8 (-15 -3324 ($)) (-15 -3324 ($ $)) (-15 -2740 ((-1179))) (-15 -4100 ($ (-1075))) (-15 -2411 ($ $)) (-15 -4146 ((-108) $)) (-15 -4139 ((-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798)))) $)) (-15 -1768 ($ $ (-592 (-592 (-798))))) (-15 -1768 ($ $ (-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798))) (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798))) (|:| |args| (-592 (-798)))))) (-15 -1884 ($ $ (-592 (-798)))) (-15 -1283 ($ $ (-592 (-798)))) (-15 -1628 ($ $ (-592 (-798)))) (-15 -3431 ($ $ (-592 (-798)))) (-15 -3298 ((-1075) $)) (-15 -1522 ((-592 $) $)) (-15 -2475 ($) -2247)))
-((-1265 (((-1174 |#1|) |#1| (-856)) 16) (((-1174 |#1|) (-592 |#1|)) 20)))
-(((-1093 |#1|) (-10 -7 (-15 -1265 ((-1174 |#1|) (-592 |#1|))) (-15 -1265 ((-1174 |#1|) |#1| (-856)))) (-977)) (T -1093))
-((-1265 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-5 *2 (-1174 *3)) (-5 *1 (-1093 *3)) (-4 *3 (-977)))) (-1265 (*1 *2 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-977)) (-5 *2 (-1174 *4)) (-5 *1 (-1093 *4)))))
-(-10 -7 (-15 -1265 ((-1174 |#1|) (-592 |#1|))) (-15 -1265 ((-1174 |#1|) |#1| (-856))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| |#1| (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#1| (-968 (-385 (-525))))) (((-3 |#1| "failed") $) NIL)) (-4105 (((-525) $) NIL (|has| |#1| (-968 (-525)))) (((-385 (-525)) $) NIL (|has| |#1| (-968 (-385 (-525))))) ((|#1| $) NIL)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3201 (($ $) NIL (|has| |#1| (-429)))) (-1457 (($ $ |#1| (-904) $) NIL)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-904)) NIL)) (-1819 (((-904) $) NIL)) (-1314 (($ (-1 (-904) (-904)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#1| $) NIL)) (-3653 (($ $ (-904) |#1| $) NIL (-12 (|has| (-904) (-126)) (|has| |#1| (-517))))) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-517)))) (-3529 (((-904) $) NIL)) (-1661 ((|#1| $) NIL (|has| |#1| (-429)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ $) NIL (|has| |#1| (-517))) (($ |#1|) NIL) (($ (-385 (-525))) NIL (-2067 (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-968 (-385 (-525))))))) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ (-904)) NIL)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#1| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 9 T CONST)) (-3375 (($) 14 T CONST)) (-2775 (((-108) $ $) 16)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 19)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) 13) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1094 |#1|) (-13 (-304 |#1| (-904)) (-10 -8 (IF (|has| |#1| (-517)) (IF (|has| (-904) (-126)) (-15 -3653 ($ $ (-904) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4257)) (-6 -4257) |%noBranch|))) (-977)) (T -1094))
-((-3653 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-904)) (-4 *2 (-126)) (-5 *1 (-1094 *3)) (-4 *3 (-517)) (-4 *3 (-977)))))
-(-13 (-304 |#1| (-904)) (-10 -8 (IF (|has| |#1| (-517)) (IF (|has| (-904) (-126)) (-15 -3653 ($ $ (-904) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4257)) (-6 -4257) |%noBranch|)))
-((-2006 (((-1096) (-1092) $) 25)) (-2842 (($) 29)) (-3197 (((-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-1092) $) 22)) (-2409 (((-1179) (-1092) (-3 (|:| |fst| (-412)) (|:| -3408 "void")) $) 41) (((-1179) (-1092) (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) 42) (((-1179) (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) 43)) (-1936 (((-1179) (-1092)) 58)) (-2245 (((-1179) (-1092) $) 55) (((-1179) (-1092)) 56) (((-1179)) 57)) (-3835 (((-1179) (-1092)) 37)) (-3303 (((-1092)) 36)) (-1558 (($) 34)) (-3860 (((-415) (-1092) (-415) (-1092) $) 45) (((-415) (-592 (-1092)) (-415) (-1092) $) 49) (((-415) (-1092) (-415)) 46) (((-415) (-1092) (-415) (-1092)) 50)) (-1854 (((-1092)) 35)) (-4100 (((-798) $) 28)) (-1555 (((-1179)) 30) (((-1179) (-1092)) 33)) (-3270 (((-592 (-1092)) (-1092) $) 24)) (-1738 (((-1179) (-1092) (-592 (-1092)) $) 38) (((-1179) (-1092) (-592 (-1092))) 39) (((-1179) (-592 (-1092))) 40)))
-(((-1095) (-13 (-566 (-798)) (-10 -8 (-15 -2842 ($)) (-15 -1555 ((-1179))) (-15 -1555 ((-1179) (-1092))) (-15 -3860 ((-415) (-1092) (-415) (-1092) $)) (-15 -3860 ((-415) (-592 (-1092)) (-415) (-1092) $)) (-15 -3860 ((-415) (-1092) (-415))) (-15 -3860 ((-415) (-1092) (-415) (-1092))) (-15 -3835 ((-1179) (-1092))) (-15 -1854 ((-1092))) (-15 -3303 ((-1092))) (-15 -1738 ((-1179) (-1092) (-592 (-1092)) $)) (-15 -1738 ((-1179) (-1092) (-592 (-1092)))) (-15 -1738 ((-1179) (-592 (-1092)))) (-15 -2409 ((-1179) (-1092) (-3 (|:| |fst| (-412)) (|:| -3408 "void")) $)) (-15 -2409 ((-1179) (-1092) (-3 (|:| |fst| (-412)) (|:| -3408 "void")))) (-15 -2409 ((-1179) (-3 (|:| |fst| (-412)) (|:| -3408 "void")))) (-15 -2245 ((-1179) (-1092) $)) (-15 -2245 ((-1179) (-1092))) (-15 -2245 ((-1179))) (-15 -1936 ((-1179) (-1092))) (-15 -1558 ($)) (-15 -3197 ((-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-1092) $)) (-15 -3270 ((-592 (-1092)) (-1092) $)) (-15 -2006 ((-1096) (-1092) $))))) (T -1095))
-((-2842 (*1 *1) (-5 *1 (-1095))) (-1555 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1095)))) (-1555 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-3860 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1095)))) (-3860 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-415)) (-5 *3 (-592 (-1092))) (-5 *4 (-1092)) (-5 *1 (-1095)))) (-3860 (*1 *2 *3 *2) (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1095)))) (-3860 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1095)))) (-3835 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-1854 (*1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1095)))) (-3303 (*1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1095)))) (-1738 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-1738 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-1738 (*1 *2 *3) (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-2409 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1092)) (-5 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-2409 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-5 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-2409 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-2245 (*1 *2 *3 *1) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-2245 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-2245 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1095)))) (-1936 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))) (-1558 (*1 *1) (-5 *1 (-1095))) (-3197 (*1 *2 *3 *1) (-12 (-5 *3 (-1092)) (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *1 (-1095)))) (-3270 (*1 *2 *3 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1095)) (-5 *3 (-1092)))) (-2006 (*1 *2 *3 *1) (-12 (-5 *3 (-1092)) (-5 *2 (-1096)) (-5 *1 (-1095)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -2842 ($)) (-15 -1555 ((-1179))) (-15 -1555 ((-1179) (-1092))) (-15 -3860 ((-415) (-1092) (-415) (-1092) $)) (-15 -3860 ((-415) (-592 (-1092)) (-415) (-1092) $)) (-15 -3860 ((-415) (-1092) (-415))) (-15 -3860 ((-415) (-1092) (-415) (-1092))) (-15 -3835 ((-1179) (-1092))) (-15 -1854 ((-1092))) (-15 -3303 ((-1092))) (-15 -1738 ((-1179) (-1092) (-592 (-1092)) $)) (-15 -1738 ((-1179) (-1092) (-592 (-1092)))) (-15 -1738 ((-1179) (-592 (-1092)))) (-15 -2409 ((-1179) (-1092) (-3 (|:| |fst| (-412)) (|:| -3408 "void")) $)) (-15 -2409 ((-1179) (-1092) (-3 (|:| |fst| (-412)) (|:| -3408 "void")))) (-15 -2409 ((-1179) (-3 (|:| |fst| (-412)) (|:| -3408 "void")))) (-15 -2245 ((-1179) (-1092) $)) (-15 -2245 ((-1179) (-1092))) (-15 -2245 ((-1179))) (-15 -1936 ((-1179) (-1092))) (-15 -1558 ($)) (-15 -3197 ((-3 (|:| |fst| (-412)) (|:| -3408 "void")) (-1092) $)) (-15 -3270 ((-592 (-1092)) (-1092) $)) (-15 -2006 ((-1096) (-1092) $))))
-((-2667 (((-592 (-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525))))))))) $) 59)) (-1981 (((-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525)))))))) (-412) $) 43)) (-2545 (($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-415))))) 17)) (-1936 (((-1179) $) 67)) (-2366 (((-592 (-1092)) $) 22)) (-1530 (((-1024) $) 55)) (-2170 (((-415) (-1092) $) 27)) (-2450 (((-592 (-1092)) $) 30)) (-1558 (($) 19)) (-3860 (((-415) (-592 (-1092)) (-415) $) 25) (((-415) (-1092) (-415) $) 24)) (-4100 (((-798) $) 9) (((-1102 (-1092) (-415)) $) 13)))
-(((-1096) (-13 (-566 (-798)) (-10 -8 (-15 -4100 ((-1102 (-1092) (-415)) $)) (-15 -1558 ($)) (-15 -3860 ((-415) (-592 (-1092)) (-415) $)) (-15 -3860 ((-415) (-1092) (-415) $)) (-15 -2170 ((-415) (-1092) $)) (-15 -2366 ((-592 (-1092)) $)) (-15 -1981 ((-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525)))))))) (-412) $)) (-15 -2450 ((-592 (-1092)) $)) (-15 -2667 ((-592 (-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525))))))))) $)) (-15 -1530 ((-1024) $)) (-15 -1936 ((-1179) $)) (-15 -2545 ($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-415))))))))) (T -1096))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-1102 (-1092) (-415))) (-5 *1 (-1096)))) (-1558 (*1 *1) (-5 *1 (-1096))) (-3860 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-415)) (-5 *3 (-592 (-1092))) (-5 *1 (-1096)))) (-3860 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1096)))) (-2170 (*1 *2 *3 *1) (-12 (-5 *3 (-1092)) (-5 *2 (-415)) (-5 *1 (-1096)))) (-2366 (*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1096)))) (-1981 (*1 *2 *3 *1) (-12 (-5 *3 (-412)) (-5 *2 (-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525))))))))) (-5 *1 (-1096)))) (-2450 (*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1096)))) (-2667 (*1 *2 *1) (-12 (-5 *2 (-592 (-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525)))))))))) (-5 *1 (-1096)))) (-1530 (*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-1096)))) (-1936 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1096)))) (-2545 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-415))))) (-5 *1 (-1096)))))
-(-13 (-566 (-798)) (-10 -8 (-15 -4100 ((-1102 (-1092) (-415)) $)) (-15 -1558 ($)) (-15 -3860 ((-415) (-592 (-1092)) (-415) $)) (-15 -3860 ((-415) (-1092) (-415) $)) (-15 -2170 ((-415) (-1092) $)) (-15 -2366 ((-592 (-1092)) $)) (-15 -1981 ((-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525)))))))) (-412) $)) (-15 -2450 ((-592 (-1092)) $)) (-15 -2667 ((-592 (-592 (-3 (|:| -2411 (-1092)) (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525))))))))) $)) (-15 -1530 ((-1024) $)) (-15 -1936 ((-1179) $)) (-15 -2545 ($ (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-415))))))))
-((-4087 (((-108) $ $) NIL)) (-2259 (((-108) $) 42)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2452 (((-3 (-525) (-205) (-1092) (-1075) $) $) 50)) (-4149 (((-592 $) $) 55)) (-2069 (((-1024) $) 24) (($ (-1024)) 25)) (-1688 (((-108) $) 52)) (-4100 (((-798) $) NIL) (($ (-525)) 26) (((-525) $) 28) (($ (-205)) 29) (((-205) $) 31) (($ (-1092)) 32) (((-1092) $) 34) (($ (-1075)) 35) (((-1075) $) 37)) (-3353 (((-108) $ (|[\|\|]| (-525))) 11) (((-108) $ (|[\|\|]| (-205))) 15) (((-108) $ (|[\|\|]| (-1092))) 23) (((-108) $ (|[\|\|]| (-1075))) 19)) (-2277 (($ (-1092) (-592 $)) 39) (($ $ (-592 $)) 40)) (-2523 (((-525) $) 27) (((-205) $) 30) (((-1092) $) 33) (((-1075) $) 36)) (-2775 (((-108) $ $) 7)))
-(((-1097) (-13 (-1169) (-1020) (-10 -8 (-15 -2069 ((-1024) $)) (-15 -2069 ($ (-1024))) (-15 -4100 ($ (-525))) (-15 -4100 ((-525) $)) (-15 -2523 ((-525) $)) (-15 -4100 ($ (-205))) (-15 -4100 ((-205) $)) (-15 -2523 ((-205) $)) (-15 -4100 ($ (-1092))) (-15 -4100 ((-1092) $)) (-15 -2523 ((-1092) $)) (-15 -4100 ($ (-1075))) (-15 -4100 ((-1075) $)) (-15 -2523 ((-1075) $)) (-15 -2277 ($ (-1092) (-592 $))) (-15 -2277 ($ $ (-592 $))) (-15 -2259 ((-108) $)) (-15 -2452 ((-3 (-525) (-205) (-1092) (-1075) $) $)) (-15 -4149 ((-592 $) $)) (-15 -1688 ((-108) $)) (-15 -3353 ((-108) $ (|[\|\|]| (-525)))) (-15 -3353 ((-108) $ (|[\|\|]| (-205)))) (-15 -3353 ((-108) $ (|[\|\|]| (-1092)))) (-15 -3353 ((-108) $ (|[\|\|]| (-1075))))))) (T -1097))
-((-2069 (*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-1097)))) (-2069 (*1 *1 *2) (-12 (-5 *2 (-1024)) (-5 *1 (-1097)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-1097)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1097)))) (-2523 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1097)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-1097)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-1097)))) (-2523 (*1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-1097)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1097)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1097)))) (-2523 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1097)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1097)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1097)))) (-2523 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1097)))) (-2277 (*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-1097))) (-5 *1 (-1097)))) (-2277 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-1097))) (-5 *1 (-1097)))) (-2259 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1097)))) (-2452 (*1 *2 *1) (-12 (-5 *2 (-3 (-525) (-205) (-1092) (-1075) (-1097))) (-5 *1 (-1097)))) (-4149 (*1 *2 *1) (-12 (-5 *2 (-592 (-1097))) (-5 *1 (-1097)))) (-1688 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1097)))) (-3353 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-525))) (-5 *2 (-108)) (-5 *1 (-1097)))) (-3353 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-205))) (-5 *2 (-108)) (-5 *1 (-1097)))) (-3353 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1092))) (-5 *2 (-108)) (-5 *1 (-1097)))) (-3353 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1075))) (-5 *2 (-108)) (-5 *1 (-1097)))))
-(-13 (-1169) (-1020) (-10 -8 (-15 -2069 ((-1024) $)) (-15 -2069 ($ (-1024))) (-15 -4100 ($ (-525))) (-15 -4100 ((-525) $)) (-15 -2523 ((-525) $)) (-15 -4100 ($ (-205))) (-15 -4100 ((-205) $)) (-15 -2523 ((-205) $)) (-15 -4100 ($ (-1092))) (-15 -4100 ((-1092) $)) (-15 -2523 ((-1092) $)) (-15 -4100 ($ (-1075))) (-15 -4100 ((-1075) $)) (-15 -2523 ((-1075) $)) (-15 -2277 ($ (-1092) (-592 $))) (-15 -2277 ($ $ (-592 $))) (-15 -2259 ((-108) $)) (-15 -2452 ((-3 (-525) (-205) (-1092) (-1075) $) $)) (-15 -4149 ((-592 $) $)) (-15 -1688 ((-108) $)) (-15 -3353 ((-108) $ (|[\|\|]| (-525)))) (-15 -3353 ((-108) $ (|[\|\|]| (-205)))) (-15 -3353 ((-108) $ (|[\|\|]| (-1092)))) (-15 -3353 ((-108) $ (|[\|\|]| (-1075))))))
-((-1996 (((-592 (-592 (-887 |#1|))) (-592 (-385 (-887 |#1|))) (-592 (-1092))) 57)) (-2496 (((-592 (-273 (-385 (-887 |#1|)))) (-273 (-385 (-887 |#1|)))) 69) (((-592 (-273 (-385 (-887 |#1|)))) (-385 (-887 |#1|))) 65) (((-592 (-273 (-385 (-887 |#1|)))) (-273 (-385 (-887 |#1|))) (-1092)) 70) (((-592 (-273 (-385 (-887 |#1|)))) (-385 (-887 |#1|)) (-1092)) 64) (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-273 (-385 (-887 |#1|))))) 93) (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-385 (-887 |#1|)))) 92) (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-273 (-385 (-887 |#1|)))) (-592 (-1092))) 94) (((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-385 (-887 |#1|))) (-592 (-1092))) 91)))
-(((-1098 |#1|) (-10 -7 (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-273 (-385 (-887 |#1|)))) (-592 (-1092)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-385 (-887 |#1|))))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-273 (-385 (-887 |#1|)))))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-385 (-887 |#1|)) (-1092))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-273 (-385 (-887 |#1|))) (-1092))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-385 (-887 |#1|)))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-273 (-385 (-887 |#1|))))) (-15 -1996 ((-592 (-592 (-887 |#1|))) (-592 (-385 (-887 |#1|))) (-592 (-1092))))) (-517)) (T -1098))
-((-1996 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092))) (-4 *5 (-517)) (-5 *2 (-592 (-592 (-887 *5)))) (-5 *1 (-1098 *5)))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-592 (-273 (-385 (-887 *4))))) (-5 *1 (-1098 *4)) (-5 *3 (-273 (-385 (-887 *4)))))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-592 (-273 (-385 (-887 *4))))) (-5 *1 (-1098 *4)) (-5 *3 (-385 (-887 *4))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-517)) (-5 *2 (-592 (-273 (-385 (-887 *5))))) (-5 *1 (-1098 *5)) (-5 *3 (-273 (-385 (-887 *5)))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *4 (-1092)) (-4 *5 (-517)) (-5 *2 (-592 (-273 (-385 (-887 *5))))) (-5 *1 (-1098 *5)) (-5 *3 (-385 (-887 *5))))) (-2496 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *4)))))) (-5 *1 (-1098 *4)) (-5 *3 (-592 (-273 (-385 (-887 *4))))))) (-2496 (*1 *2 *3) (-12 (-5 *3 (-592 (-385 (-887 *4)))) (-4 *4 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *4)))))) (-5 *1 (-1098 *4)))) (-2496 (*1 *2 *3 *4) (-12 (-5 *4 (-592 (-1092))) (-4 *5 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *5)))))) (-5 *1 (-1098 *5)) (-5 *3 (-592 (-273 (-385 (-887 *5))))))) (-2496 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092))) (-4 *5 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *5)))))) (-5 *1 (-1098 *5)))))
-(-10 -7 (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-385 (-887 |#1|))) (-592 (-1092)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-273 (-385 (-887 |#1|)))) (-592 (-1092)))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-385 (-887 |#1|))))) (-15 -2496 ((-592 (-592 (-273 (-385 (-887 |#1|))))) (-592 (-273 (-385 (-887 |#1|)))))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-385 (-887 |#1|)) (-1092))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-273 (-385 (-887 |#1|))) (-1092))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-385 (-887 |#1|)))) (-15 -2496 ((-592 (-273 (-385 (-887 |#1|)))) (-273 (-385 (-887 |#1|))))) (-15 -1996 ((-592 (-592 (-887 |#1|))) (-592 (-385 (-887 |#1|))) (-592 (-1092)))))
-((-2157 (((-1075)) 7)) (-4006 (((-1075)) 9)) (-3287 (((-1179) (-1075)) 11)) (-2310 (((-1075)) 8)))
-(((-1099) (-10 -7 (-15 -2157 ((-1075))) (-15 -2310 ((-1075))) (-15 -4006 ((-1075))) (-15 -3287 ((-1179) (-1075))))) (T -1099))
-((-3287 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1099)))) (-4006 (*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1099)))) (-2310 (*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1099)))) (-2157 (*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1099)))))
-(-10 -7 (-15 -2157 ((-1075))) (-15 -2310 ((-1075))) (-15 -4006 ((-1075))) (-15 -3287 ((-1179) (-1075))))
-((-1468 (((-592 (-592 |#1|)) (-592 (-592 |#1|)) (-592 (-592 (-592 |#1|)))) 38)) (-1429 (((-592 (-592 (-592 |#1|))) (-592 (-592 |#1|))) 24)) (-4210 (((-1101 (-592 |#1|)) (-592 |#1|)) 34)) (-3743 (((-592 (-592 |#1|)) (-592 |#1|)) 30)) (-4073 (((-2 (|:| |f1| (-592 |#1|)) (|:| |f2| (-592 (-592 (-592 |#1|)))) (|:| |f3| (-592 (-592 |#1|))) (|:| |f4| (-592 (-592 (-592 |#1|))))) (-592 (-592 (-592 |#1|)))) 37)) (-3000 (((-2 (|:| |f1| (-592 |#1|)) (|:| |f2| (-592 (-592 (-592 |#1|)))) (|:| |f3| (-592 (-592 |#1|))) (|:| |f4| (-592 (-592 (-592 |#1|))))) (-592 |#1|) (-592 (-592 (-592 |#1|))) (-592 (-592 |#1|)) (-592 (-592 (-592 |#1|))) (-592 (-592 (-592 |#1|))) (-592 (-592 (-592 |#1|)))) 36)) (-1696 (((-592 (-592 |#1|)) (-592 (-592 |#1|))) 28)) (-1921 (((-592 |#1|) (-592 |#1|)) 31)) (-1742 (((-592 (-592 (-592 |#1|))) (-592 |#1|) (-592 (-592 (-592 |#1|)))) 18)) (-3123 (((-592 (-592 (-592 |#1|))) (-1 (-108) |#1| |#1|) (-592 |#1|) (-592 (-592 (-592 |#1|)))) 16)) (-2705 (((-2 (|:| |fs| (-108)) (|:| |sd| (-592 |#1|)) (|:| |td| (-592 (-592 |#1|)))) (-1 (-108) |#1| |#1|) (-592 |#1|) (-592 (-592 |#1|))) 14)) (-2051 (((-592 (-592 |#1|)) (-592 (-592 (-592 |#1|)))) 39)) (-1351 (((-592 (-592 |#1|)) (-1101 (-592 |#1|))) 41)))
-(((-1100 |#1|) (-10 -7 (-15 -2705 ((-2 (|:| |fs| (-108)) (|:| |sd| (-592 |#1|)) (|:| |td| (-592 (-592 |#1|)))) (-1 (-108) |#1| |#1|) (-592 |#1|) (-592 (-592 |#1|)))) (-15 -3123 ((-592 (-592 (-592 |#1|))) (-1 (-108) |#1| |#1|) (-592 |#1|) (-592 (-592 (-592 |#1|))))) (-15 -1742 ((-592 (-592 (-592 |#1|))) (-592 |#1|) (-592 (-592 (-592 |#1|))))) (-15 -1468 ((-592 (-592 |#1|)) (-592 (-592 |#1|)) (-592 (-592 (-592 |#1|))))) (-15 -2051 ((-592 (-592 |#1|)) (-592 (-592 (-592 |#1|))))) (-15 -1351 ((-592 (-592 |#1|)) (-1101 (-592 |#1|)))) (-15 -1429 ((-592 (-592 (-592 |#1|))) (-592 (-592 |#1|)))) (-15 -4210 ((-1101 (-592 |#1|)) (-592 |#1|))) (-15 -1696 ((-592 (-592 |#1|)) (-592 (-592 |#1|)))) (-15 -3743 ((-592 (-592 |#1|)) (-592 |#1|))) (-15 -1921 ((-592 |#1|) (-592 |#1|))) (-15 -3000 ((-2 (|:| |f1| (-592 |#1|)) (|:| |f2| (-592 (-592 (-592 |#1|)))) (|:| |f3| (-592 (-592 |#1|))) (|:| |f4| (-592 (-592 (-592 |#1|))))) (-592 |#1|) (-592 (-592 (-592 |#1|))) (-592 (-592 |#1|)) (-592 (-592 (-592 |#1|))) (-592 (-592 (-592 |#1|))) (-592 (-592 (-592 |#1|))))) (-15 -4073 ((-2 (|:| |f1| (-592 |#1|)) (|:| |f2| (-592 (-592 (-592 |#1|)))) (|:| |f3| (-592 (-592 |#1|))) (|:| |f4| (-592 (-592 (-592 |#1|))))) (-592 (-592 (-592 |#1|)))))) (-789)) (T -1100))
-((-4073 (*1 *2 *3) (-12 (-4 *4 (-789)) (-5 *2 (-2 (|:| |f1| (-592 *4)) (|:| |f2| (-592 (-592 (-592 *4)))) (|:| |f3| (-592 (-592 *4))) (|:| |f4| (-592 (-592 (-592 *4)))))) (-5 *1 (-1100 *4)) (-5 *3 (-592 (-592 (-592 *4)))))) (-3000 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-789)) (-5 *3 (-592 *6)) (-5 *5 (-592 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-592 *5)) (|:| |f3| *5) (|:| |f4| (-592 *5)))) (-5 *1 (-1100 *6)) (-5 *4 (-592 *5)))) (-1921 (*1 *2 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-1100 *3)))) (-3743 (*1 *2 *3) (-12 (-4 *4 (-789)) (-5 *2 (-592 (-592 *4))) (-5 *1 (-1100 *4)) (-5 *3 (-592 *4)))) (-1696 (*1 *2 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-789)) (-5 *1 (-1100 *3)))) (-4210 (*1 *2 *3) (-12 (-4 *4 (-789)) (-5 *2 (-1101 (-592 *4))) (-5 *1 (-1100 *4)) (-5 *3 (-592 *4)))) (-1429 (*1 *2 *3) (-12 (-4 *4 (-789)) (-5 *2 (-592 (-592 (-592 *4)))) (-5 *1 (-1100 *4)) (-5 *3 (-592 (-592 *4))))) (-1351 (*1 *2 *3) (-12 (-5 *3 (-1101 (-592 *4))) (-4 *4 (-789)) (-5 *2 (-592 (-592 *4))) (-5 *1 (-1100 *4)))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-592 (-592 (-592 *4)))) (-5 *2 (-592 (-592 *4))) (-5 *1 (-1100 *4)) (-4 *4 (-789)))) (-1468 (*1 *2 *2 *3) (-12 (-5 *3 (-592 (-592 (-592 *4)))) (-5 *2 (-592 (-592 *4))) (-4 *4 (-789)) (-5 *1 (-1100 *4)))) (-1742 (*1 *2 *3 *2) (-12 (-5 *2 (-592 (-592 (-592 *4)))) (-5 *3 (-592 *4)) (-4 *4 (-789)) (-5 *1 (-1100 *4)))) (-3123 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-592 (-592 (-592 *5)))) (-5 *3 (-1 (-108) *5 *5)) (-5 *4 (-592 *5)) (-4 *5 (-789)) (-5 *1 (-1100 *5)))) (-2705 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-108) *6 *6)) (-4 *6 (-789)) (-5 *4 (-592 *6)) (-5 *2 (-2 (|:| |fs| (-108)) (|:| |sd| *4) (|:| |td| (-592 *4)))) (-5 *1 (-1100 *6)) (-5 *5 (-592 *4)))))
-(-10 -7 (-15 -2705 ((-2 (|:| |fs| (-108)) (|:| |sd| (-592 |#1|)) (|:| |td| (-592 (-592 |#1|)))) (-1 (-108) |#1| |#1|) (-592 |#1|) (-592 (-592 |#1|)))) (-15 -3123 ((-592 (-592 (-592 |#1|))) (-1 (-108) |#1| |#1|) (-592 |#1|) (-592 (-592 (-592 |#1|))))) (-15 -1742 ((-592 (-592 (-592 |#1|))) (-592 |#1|) (-592 (-592 (-592 |#1|))))) (-15 -1468 ((-592 (-592 |#1|)) (-592 (-592 |#1|)) (-592 (-592 (-592 |#1|))))) (-15 -2051 ((-592 (-592 |#1|)) (-592 (-592 (-592 |#1|))))) (-15 -1351 ((-592 (-592 |#1|)) (-1101 (-592 |#1|)))) (-15 -1429 ((-592 (-592 (-592 |#1|))) (-592 (-592 |#1|)))) (-15 -4210 ((-1101 (-592 |#1|)) (-592 |#1|))) (-15 -1696 ((-592 (-592 |#1|)) (-592 (-592 |#1|)))) (-15 -3743 ((-592 (-592 |#1|)) (-592 |#1|))) (-15 -1921 ((-592 |#1|) (-592 |#1|))) (-15 -3000 ((-2 (|:| |f1| (-592 |#1|)) (|:| |f2| (-592 (-592 (-592 |#1|)))) (|:| |f3| (-592 (-592 |#1|))) (|:| |f4| (-592 (-592 (-592 |#1|))))) (-592 |#1|) (-592 (-592 (-592 |#1|))) (-592 (-592 |#1|)) (-592 (-592 (-592 |#1|))) (-592 (-592 (-592 |#1|))) (-592 (-592 (-592 |#1|))))) (-15 -4073 ((-2 (|:| |f1| (-592 |#1|)) (|:| |f2| (-592 (-592 (-592 |#1|)))) (|:| |f3| (-592 (-592 |#1|))) (|:| |f4| (-592 (-592 (-592 |#1|))))) (-592 (-592 (-592 |#1|))))))
-((-4109 (($ (-592 (-592 |#1|))) 10)) (-2949 (((-592 (-592 |#1|)) $) 11)) (-4100 (((-798) $) 26)))
-(((-1101 |#1|) (-10 -8 (-15 -4109 ($ (-592 (-592 |#1|)))) (-15 -2949 ((-592 (-592 |#1|)) $)) (-15 -4100 ((-798) $))) (-1020)) (T -1101))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-1101 *3)) (-4 *3 (-1020)))) (-2949 (*1 *2 *1) (-12 (-5 *2 (-592 (-592 *3))) (-5 *1 (-1101 *3)) (-4 *3 (-1020)))) (-4109 (*1 *1 *2) (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-1101 *3)))))
-(-10 -8 (-15 -4109 ($ (-592 (-592 |#1|)))) (-15 -2949 ((-592 (-592 |#1|)) $)) (-15 -4100 ((-798) $)))
-((-4087 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-3311 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-3289 (((-1179) $ |#1| |#1|) NIL (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#2| $ |#1| |#2|) NIL)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) NIL)) (-2475 (($) NIL T CONST)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) NIL)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) NIL)) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) NIL)) (-1732 ((|#1| $) NIL (|has| |#1| (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-592 |#2|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-2231 ((|#1| $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1398 (((-592 |#1|) $) NIL)) (-3770 (((-108) |#1| $) NIL)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-3177 (((-592 |#1|) $) NIL)) (-3461 (((-108) |#1| $) NIL)) (-3993 (((-1039) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-1647 ((|#2| $) NIL (|has| |#1| (-789)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL)) (-3453 (($ $ |#2|) NIL (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2637 (($) NIL) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) NIL (-12 (|has| $ (-6 -4259)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (((-713) |#2| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020)))) (((-713) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-4100 (((-798) $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798))) (|has| |#2| (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) NIL)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) NIL (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) NIL (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) NIL (-2067 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| |#2| (-1020))))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1102 |#1| |#2|) (-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259))) (-1020) (-1020)) (T -1102))
-NIL
-(-13 (-1105 |#1| |#2|) (-10 -7 (-6 -4259)))
-((-2530 ((|#1| (-592 |#1|)) 32)) (-2941 ((|#1| |#1| (-525)) 18)) (-2048 (((-1088 |#1|) |#1| (-856)) 15)))
-(((-1103 |#1|) (-10 -7 (-15 -2530 (|#1| (-592 |#1|))) (-15 -2048 ((-1088 |#1|) |#1| (-856))) (-15 -2941 (|#1| |#1| (-525)))) (-341)) (T -1103))
-((-2941 (*1 *2 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-1103 *2)) (-4 *2 (-341)))) (-2048 (*1 *2 *3 *4) (-12 (-5 *4 (-856)) (-5 *2 (-1088 *3)) (-5 *1 (-1103 *3)) (-4 *3 (-341)))) (-2530 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-5 *1 (-1103 *2)) (-4 *2 (-341)))))
-(-10 -7 (-15 -2530 (|#1| (-592 |#1|))) (-15 -2048 ((-1088 |#1|) |#1| (-856))) (-15 -2941 (|#1| |#1| (-525))))
-((-3311 (($) 10) (($ (-592 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)))) 14)) (-4205 (($ (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) $) 61) (($ (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-2175 (((-592 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) 39) (((-592 |#3|) $) 41)) (-3069 (($ (-1 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) 33)) (-2016 (($ (-1 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) 51) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-3577 (((-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) $) 54)) (-3246 (($ (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) $) 16)) (-3177 (((-592 |#2|) $) 19)) (-3461 (((-108) |#2| $) 59)) (-4202 (((-3 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) "failed") (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) 58)) (-2724 (((-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) $) 63)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) NIL) (((-108) (-1 (-108) |#3|) $) 67)) (-1717 (((-592 |#3|) $) 43)) (-3431 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) NIL) (((-713) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) $) NIL) (((-713) |#3| $) NIL) (((-713) (-1 (-108) |#3|) $) 68)) (-4100 (((-798) $) 27)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) $) NIL) (((-108) (-1 (-108) |#3|) $) 65)) (-2775 (((-108) $ $) 49)))
-(((-1104 |#1| |#2| |#3|) (-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -2016 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3311 (|#1| (-592 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))))) (-15 -3311 (|#1|)) (-15 -2016 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3069 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#3|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#3|) |#1|)) (-15 -4002 ((-713) (-1 (-108) |#3|) |#1|)) (-15 -2175 ((-592 |#3|) |#1|)) (-15 -4002 ((-713) |#3| |#1|)) (-15 -3431 (|#3| |#1| |#2| |#3|)) (-15 -3431 (|#3| |#1| |#2|)) (-15 -1717 ((-592 |#3|) |#1|)) (-15 -3461 ((-108) |#2| |#1|)) (-15 -3177 ((-592 |#2|) |#1|)) (-15 -4205 ((-3 |#3| "failed") |#2| |#1|)) (-15 -4205 (|#1| (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -4205 (|#1| (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -4202 ((-3 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) "failed") (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -3577 ((-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -3246 (|#1| (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -2724 ((-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -4002 ((-713) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -2175 ((-592 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -4002 ((-713) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -1518 ((-108) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -2706 ((-108) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -3069 (|#1| (-1 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -2016 (|#1| (-1 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|))) (-1105 |#2| |#3|) (-1020) (-1020)) (T -1104))
-NIL
-(-10 -8 (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -2016 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3311 (|#1| (-592 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))))) (-15 -3311 (|#1|)) (-15 -2016 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -3069 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2706 ((-108) (-1 (-108) |#3|) |#1|)) (-15 -1518 ((-108) (-1 (-108) |#3|) |#1|)) (-15 -4002 ((-713) (-1 (-108) |#3|) |#1|)) (-15 -2175 ((-592 |#3|) |#1|)) (-15 -4002 ((-713) |#3| |#1|)) (-15 -3431 (|#3| |#1| |#2| |#3|)) (-15 -3431 (|#3| |#1| |#2|)) (-15 -1717 ((-592 |#3|) |#1|)) (-15 -3461 ((-108) |#2| |#1|)) (-15 -3177 ((-592 |#2|) |#1|)) (-15 -4205 ((-3 |#3| "failed") |#2| |#1|)) (-15 -4205 (|#1| (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -4205 (|#1| (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -4202 ((-3 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) "failed") (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -3577 ((-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -3246 (|#1| (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -2724 ((-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -4002 ((-713) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) |#1|)) (-15 -2175 ((-592 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -4002 ((-713) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -1518 ((-108) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -2706 ((-108) (-1 (-108) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -3069 (|#1| (-1 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)) (-15 -2016 (|#1| (-1 (-2 (|:| -1556 |#2|) (|:| -3448 |#3|)) (-2 (|:| -1556 |#2|) (|:| -3448 |#3|))) |#1|)))
-((-4087 (((-108) $ $) 19 (-2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-3311 (($) 72) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 71)) (-3289 (((-1179) $ |#1| |#1|) 99 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#2| $ |#1| |#2|) 73)) (-3050 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 45 (|has| $ (-6 -4259)))) (-2399 (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 55 (|has| $ (-6 -4259)))) (-1515 (((-3 |#2| "failed") |#1| $) 61)) (-2475 (($) 7 T CONST)) (-1681 (($ $) 58 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259))))) (-4205 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 47 (|has| $ (-6 -4259))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 46 (|has| $ (-6 -4259))) (((-3 |#2| "failed") |#1| $) 62)) (-2698 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 57 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 54 (|has| $ (-6 -4259)))) (-3504 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 56 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 53 (|has| $ (-6 -4259))) (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 52 (|has| $ (-6 -4259)))) (-3081 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4260)))) (-3017 ((|#2| $ |#1|) 88)) (-2175 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 30 (|has| $ (-6 -4259))) (((-592 |#2|) $) 79 (|has| $ (-6 -4259)))) (-2516 (((-108) $ (-713)) 9)) (-1732 ((|#1| $) 96 (|has| |#1| (-789)))) (-2617 (((-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 29 (|has| $ (-6 -4259))) (((-592 |#2|) $) 80 (|has| $ (-6 -4259)))) (-3198 (((-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 27 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-108) |#2| $) 82 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259))))) (-2231 ((|#1| $) 95 (|has| |#1| (-789)))) (-3069 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 34 (|has| $ (-6 -4260))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4260)))) (-2016 (($ (-1 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70)) (-4028 (((-108) $ (-713)) 10)) (-1289 (((-1075) $) 22 (-2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1398 (((-592 |#1|) $) 63)) (-3770 (((-108) |#1| $) 64)) (-3577 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 39)) (-3246 (($ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 40)) (-3177 (((-592 |#1|) $) 93)) (-3461 (((-108) |#1| $) 92)) (-3993 (((-1039) $) 21 (-2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-1647 ((|#2| $) 97 (|has| |#1| (-789)))) (-4202 (((-3 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) "failed") (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 51)) (-3453 (($ $ |#2|) 98 (|has| $ (-6 -4260)))) (-2724 (((-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 41)) (-1518 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 32 (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) 77 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))))) 26 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-273 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 25 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) 24 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 23 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)))) (($ $ (-592 |#2|) (-592 |#2|)) 86 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-273 |#2|)) 84 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020)))) (($ $ (-592 (-273 |#2|))) 83 (-12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#2| $) 94 (-12 (|has| $ (-6 -4259)) (|has| |#2| (-1020))))) (-1717 (((-592 |#2|) $) 91)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89)) (-2637 (($) 49) (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 48)) (-4002 (((-713) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 31 (|has| $ (-6 -4259))) (((-713) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) $) 28 (-12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| $ (-6 -4259)))) (((-713) |#2| $) 81 (-12 (|has| |#2| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#2|) $) 78 (|has| $ (-6 -4259)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 59 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))))) (-4114 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 50)) (-4100 (((-798) $) 18 (-2067 (|has| |#2| (-566 (-798))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798)))))) (-3905 (($ (-592 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) 42)) (-2706 (((-108) (-1 (-108) (-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) $) 33 (|has| $ (-6 -4259))) (((-108) (-1 (-108) |#2|) $) 76 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (-2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-1105 |#1| |#2|) (-131) (-1020) (-1020)) (T -1105))
-((-1233 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1105 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))) (-3311 (*1 *1) (-12 (-4 *1 (-1105 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))) (-3311 (*1 *1 *2) (-12 (-5 *2 (-592 (-2 (|:| -1556 *3) (|:| -3448 *4)))) (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *1 (-1105 *3 *4)))) (-2016 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1105 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))))
-(-13 (-563 |t#1| |t#2|) (-558 |t#1| |t#2|) (-10 -8 (-15 -1233 (|t#2| $ |t#1| |t#2|)) (-15 -3311 ($)) (-15 -3311 ($ (-592 (-2 (|:| -1556 |t#1|) (|:| -3448 |t#2|))))) (-15 -2016 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
-(((-33) . T) ((-102 #0=(-2 (|:| -1556 |#1|) (|:| -3448 |#2|))) . T) ((-97) -2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-566 (-798)) -2067 (|has| |#2| (-1020)) (|has| |#2| (-566 (-798))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-566 (-798)))) ((-142 #0#) . T) ((-567 (-501)) |has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-567 (-501))) ((-209 #0#) . T) ((-215 #0#) . T) ((-265 |#1| |#2|) . T) ((-267 |#1| |#2|) . T) ((-288 #0#) -12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-288 |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-464 #0#) . T) ((-464 |#2|) . T) ((-558 |#1| |#2|) . T) ((-486 #0# #0#) -12 (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-288 (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)))) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-486 |#2| |#2|) -12 (|has| |#2| (-288 |#2|)) (|has| |#2| (-1020))) ((-563 |#1| |#2|) . T) ((-1020) -2067 (|has| |#2| (-1020)) (|has| (-2 (|:| -1556 |#1|) (|:| -3448 |#2|)) (-1020))) ((-1128) . T))
-((-2633 (((-108)) 24)) (-2385 (((-1179) (-1075)) 26)) (-4090 (((-108)) 36)) (-3151 (((-1179)) 34)) (-3014 (((-1179) (-1075) (-1075)) 25)) (-2736 (((-108)) 37)) (-3246 (((-1179) |#1| |#2|) 44)) (-2844 (((-1179)) 20)) (-1739 (((-3 |#2| "failed") |#1|) 42)) (-2185 (((-1179)) 35)))
-(((-1106 |#1| |#2|) (-10 -7 (-15 -2844 ((-1179))) (-15 -3014 ((-1179) (-1075) (-1075))) (-15 -2385 ((-1179) (-1075))) (-15 -3151 ((-1179))) (-15 -2185 ((-1179))) (-15 -2633 ((-108))) (-15 -4090 ((-108))) (-15 -2736 ((-108))) (-15 -1739 ((-3 |#2| "failed") |#1|)) (-15 -3246 ((-1179) |#1| |#2|))) (-1020) (-1020)) (T -1106))
-((-3246 (*1 *2 *3 *4) (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-1739 (*1 *2 *3) (|partial| -12 (-4 *2 (-1020)) (-5 *1 (-1106 *3 *2)) (-4 *3 (-1020)))) (-2736 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-4090 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-2633 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-2185 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-3151 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))) (-2385 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1106 *4 *5)) (-4 *4 (-1020)) (-4 *5 (-1020)))) (-3014 (*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1106 *4 *5)) (-4 *4 (-1020)) (-4 *5 (-1020)))) (-2844 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020)))))
-(-10 -7 (-15 -2844 ((-1179))) (-15 -3014 ((-1179) (-1075) (-1075))) (-15 -2385 ((-1179) (-1075))) (-15 -3151 ((-1179))) (-15 -2185 ((-1179))) (-15 -2633 ((-108))) (-15 -4090 ((-108))) (-15 -2736 ((-108))) (-15 -1739 ((-3 |#2| "failed") |#1|)) (-15 -3246 ((-1179) |#1| |#2|)))
-((-3374 (((-1075) (-1075)) 18)) (-2674 (((-51) (-1075)) 21)))
-(((-1107) (-10 -7 (-15 -2674 ((-51) (-1075))) (-15 -3374 ((-1075) (-1075))))) (T -1107))
-((-3374 (*1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1107)))) (-2674 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-51)) (-5 *1 (-1107)))))
-(-10 -7 (-15 -2674 ((-51) (-1075))) (-15 -3374 ((-1075) (-1075))))
-((-4100 (((-1109) |#1|) 11)))
-(((-1108 |#1|) (-10 -7 (-15 -4100 ((-1109) |#1|))) (-1020)) (T -1108))
-((-4100 (*1 *2 *3) (-12 (-5 *2 (-1109)) (-5 *1 (-1108 *3)) (-4 *3 (-1020)))))
-(-10 -7 (-15 -4100 ((-1109) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-1802 (((-592 (-1075)) $) 34)) (-3677 (((-592 (-1075)) $ (-592 (-1075))) 37)) (-4204 (((-592 (-1075)) $ (-592 (-1075))) 36)) (-3108 (((-592 (-1075)) $ (-592 (-1075))) 38)) (-2514 (((-592 (-1075)) $) 33)) (-3324 (($) 22)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2144 (((-592 (-1075)) $) 35)) (-2701 (((-1179) $ (-525)) 29) (((-1179) $) 30)) (-2069 (($ (-798) (-525)) 26) (($ (-798) (-525) (-798)) NIL)) (-4100 (((-798) $) 40) (($ (-798)) 24)) (-2775 (((-108) $ $) NIL)))
-(((-1109) (-13 (-1020) (-10 -8 (-15 -4100 ($ (-798))) (-15 -2069 ($ (-798) (-525))) (-15 -2069 ($ (-798) (-525) (-798))) (-15 -2701 ((-1179) $ (-525))) (-15 -2701 ((-1179) $)) (-15 -2144 ((-592 (-1075)) $)) (-15 -1802 ((-592 (-1075)) $)) (-15 -3324 ($)) (-15 -2514 ((-592 (-1075)) $)) (-15 -3108 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -3677 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -4204 ((-592 (-1075)) $ (-592 (-1075))))))) (T -1109))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-798)) (-5 *1 (-1109)))) (-2069 (*1 *1 *2 *3) (-12 (-5 *2 (-798)) (-5 *3 (-525)) (-5 *1 (-1109)))) (-2069 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-798)) (-5 *3 (-525)) (-5 *1 (-1109)))) (-2701 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-1109)))) (-2701 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1109)))) (-2144 (*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))) (-1802 (*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))) (-3324 (*1 *1) (-5 *1 (-1109))) (-2514 (*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))) (-3108 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))) (-3677 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))) (-4204 (*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))))
-(-13 (-1020) (-10 -8 (-15 -4100 ($ (-798))) (-15 -2069 ($ (-798) (-525))) (-15 -2069 ($ (-798) (-525) (-798))) (-15 -2701 ((-1179) $ (-525))) (-15 -2701 ((-1179) $)) (-15 -2144 ((-592 (-1075)) $)) (-15 -1802 ((-592 (-1075)) $)) (-15 -3324 ($)) (-15 -2514 ((-592 (-1075)) $)) (-15 -3108 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -3677 ((-592 (-1075)) $ (-592 (-1075)))) (-15 -4204 ((-592 (-1075)) $ (-592 (-1075))))))
-((-4087 (((-108) $ $) NIL)) (-2130 (((-1075) $ (-1075)) 17) (((-1075) $) 16)) (-2773 (((-1075) $ (-1075)) 15)) (-2220 (($ $ (-1075)) NIL)) (-4222 (((-3 (-1075) "failed") $) 11)) (-1744 (((-1075) $) 8)) (-4012 (((-3 (-1075) "failed") $) 12)) (-1754 (((-1075) $) 9)) (-2046 (($ (-366)) NIL) (($ (-366) (-1075)) NIL)) (-2411 (((-366) $) NIL)) (-1289 (((-1075) $) NIL)) (-4022 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2229 (((-108) $) 18)) (-4100 (((-798) $) NIL)) (-3267 (($ $) NIL)) (-2775 (((-108) $ $) NIL)))
-(((-1110) (-13 (-342 (-366) (-1075)) (-10 -8 (-15 -2130 ((-1075) $ (-1075))) (-15 -2130 ((-1075) $)) (-15 -1744 ((-1075) $)) (-15 -4222 ((-3 (-1075) "failed") $)) (-15 -4012 ((-3 (-1075) "failed") $)) (-15 -2229 ((-108) $))))) (T -1110))
-((-2130 (*1 *2 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1110)))) (-2130 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1110)))) (-1744 (*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1110)))) (-4222 (*1 *2 *1) (|partial| -12 (-5 *2 (-1075)) (-5 *1 (-1110)))) (-4012 (*1 *2 *1) (|partial| -12 (-5 *2 (-1075)) (-5 *1 (-1110)))) (-2229 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1110)))))
-(-13 (-342 (-366) (-1075)) (-10 -8 (-15 -2130 ((-1075) $ (-1075))) (-15 -2130 ((-1075) $)) (-15 -1744 ((-1075) $)) (-15 -4222 ((-3 (-1075) "failed") $)) (-15 -4012 ((-3 (-1075) "failed") $)) (-15 -2229 ((-108) $))))
-((-2971 (((-3 (-525) "failed") |#1|) 19)) (-1493 (((-3 (-525) "failed") |#1|) 14)) (-3098 (((-525) (-1075)) 28)))
-(((-1111 |#1|) (-10 -7 (-15 -2971 ((-3 (-525) "failed") |#1|)) (-15 -1493 ((-3 (-525) "failed") |#1|)) (-15 -3098 ((-525) (-1075)))) (-977)) (T -1111))
-((-3098 (*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-525)) (-5 *1 (-1111 *4)) (-4 *4 (-977)))) (-1493 (*1 *2 *3) (|partial| -12 (-5 *2 (-525)) (-5 *1 (-1111 *3)) (-4 *3 (-977)))) (-2971 (*1 *2 *3) (|partial| -12 (-5 *2 (-525)) (-5 *1 (-1111 *3)) (-4 *3 (-977)))))
-(-10 -7 (-15 -2971 ((-3 (-525) "failed") |#1|)) (-15 -1493 ((-3 (-525) "failed") |#1|)) (-15 -3098 ((-525) (-1075))))
-((-2398 (((-1052 (-205))) 9)))
-(((-1112) (-10 -7 (-15 -2398 ((-1052 (-205)))))) (T -1112))
-((-2398 (*1 *2) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-1112)))))
-(-10 -7 (-15 -2398 ((-1052 (-205)))))
-((-4106 (($) 11)) (-1876 (($ $) 35)) (-1853 (($ $) 33)) (-3808 (($ $) 25)) (-1902 (($ $) 17)) (-3135 (($ $) 15)) (-1891 (($ $) 19)) (-1748 (($ $) 30)) (-1866 (($ $) 34)) (-3820 (($ $) 29)))
-(((-1113 |#1|) (-10 -8 (-15 -4106 (|#1|)) (-15 -1876 (|#1| |#1|)) (-15 -1853 (|#1| |#1|)) (-15 -1902 (|#1| |#1|)) (-15 -3135 (|#1| |#1|)) (-15 -1891 (|#1| |#1|)) (-15 -1866 (|#1| |#1|)) (-15 -3808 (|#1| |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -3820 (|#1| |#1|))) (-1114)) (T -1113))
-NIL
-(-10 -8 (-15 -4106 (|#1|)) (-15 -1876 (|#1| |#1|)) (-15 -1853 (|#1| |#1|)) (-15 -1902 (|#1| |#1|)) (-15 -3135 (|#1| |#1|)) (-15 -1891 (|#1| |#1|)) (-15 -1866 (|#1| |#1|)) (-15 -3808 (|#1| |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -3820 (|#1| |#1|)))
-((-1803 (($ $) 26)) (-3659 (($ $) 11)) (-1781 (($ $) 27)) (-3638 (($ $) 10)) (-1828 (($ $) 28)) (-3698 (($ $) 9)) (-4106 (($) 16)) (-2533 (($ $) 19)) (-1618 (($ $) 18)) (-1841 (($ $) 29)) (-3798 (($ $) 8)) (-1816 (($ $) 30)) (-3678 (($ $) 7)) (-1792 (($ $) 31)) (-3649 (($ $) 6)) (-1876 (($ $) 20)) (-3853 (($ $) 32)) (-1853 (($ $) 21)) (-3808 (($ $) 33)) (-1902 (($ $) 22)) (-1760 (($ $) 34)) (-3135 (($ $) 23)) (-1770 (($ $) 35)) (-1891 (($ $) 24)) (-1748 (($ $) 36)) (-1866 (($ $) 25)) (-3820 (($ $) 37)) (** (($ $ $) 17)))
-(((-1114) (-131)) (T -1114))
-((-4106 (*1 *1) (-4 *1 (-1114))))
-(-13 (-1117) (-91) (-466) (-34) (-263) (-10 -8 (-15 -4106 ($))))
-(((-34) . T) ((-91) . T) ((-263) . T) ((-466) . T) ((-1117) . T))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2219 ((|#1| $) 17)) (-1394 (($ |#1| (-592 $)) 23) (($ (-592 |#1|)) 27) (($ |#1|) 25)) (-3779 (((-108) $ (-713)) 48)) (-1947 ((|#1| $ |#1|) 14 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 13 (|has| $ (-6 -4260)))) (-2475 (($) NIL T CONST)) (-2175 (((-592 |#1|) $) 52 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 43)) (-3569 (((-108) $ $) 33 (|has| |#1| (-1020)))) (-2516 (((-108) $ (-713)) 41)) (-2617 (((-592 |#1|) $) 53 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 51 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3069 (($ (-1 |#1| |#1|) $) 24 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 22)) (-4028 (((-108) $ (-713)) 40)) (-2010 (((-592 |#1|) $) 37)) (-3506 (((-108) $) 36)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1518 (((-108) (-1 (-108) |#1|) $) 50 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 74)) (-3479 (((-108) $) 9)) (-1558 (($) 10)) (-3431 ((|#1| $ "value") NIL)) (-1707 (((-525) $ $) 32)) (-2952 (((-592 $) $) 59)) (-1262 (((-108) $ $) 77)) (-4239 (((-592 $) $) 72)) (-2473 (($ $) 73)) (-3953 (((-108) $) 56)) (-4002 (((-713) (-1 (-108) |#1|) $) 20 (|has| $ (-6 -4259))) (((-713) |#1| $) 16 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2503 (($ $) 58)) (-4100 (((-798) $) 61 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 12)) (-1791 (((-108) $ $) 29 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 49 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 28 (|has| |#1| (-1020)))) (-2827 (((-713) $) 39 (|has| $ (-6 -4259)))))
-(((-1115 |#1|) (-13 (-942 |#1|) (-10 -8 (-6 -4259) (-6 -4260) (-15 -1394 ($ |#1| (-592 $))) (-15 -1394 ($ (-592 |#1|))) (-15 -1394 ($ |#1|)) (-15 -3953 ((-108) $)) (-15 -2473 ($ $)) (-15 -4239 ((-592 $) $)) (-15 -1262 ((-108) $ $)) (-15 -2952 ((-592 $) $)))) (-1020)) (T -1115))
-((-3953 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))) (-1394 (*1 *1 *2 *3) (-12 (-5 *3 (-592 (-1115 *2))) (-5 *1 (-1115 *2)) (-4 *2 (-1020)))) (-1394 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-1115 *3)))) (-1394 (*1 *1 *2) (-12 (-5 *1 (-1115 *2)) (-4 *2 (-1020)))) (-2473 (*1 *1 *1) (-12 (-5 *1 (-1115 *2)) (-4 *2 (-1020)))) (-4239 (*1 *2 *1) (-12 (-5 *2 (-592 (-1115 *3))) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))) (-1262 (*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))) (-2952 (*1 *2 *1) (-12 (-5 *2 (-592 (-1115 *3))) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))))
-(-13 (-942 |#1|) (-10 -8 (-6 -4259) (-6 -4260) (-15 -1394 ($ |#1| (-592 $))) (-15 -1394 ($ (-592 |#1|))) (-15 -1394 ($ |#1|)) (-15 -3953 ((-108) $)) (-15 -2473 ($ $)) (-15 -4239 ((-592 $) $)) (-15 -1262 ((-108) $ $)) (-15 -2952 ((-592 $) $))))
-((-3659 (($ $) 15)) (-3698 (($ $) 12)) (-3798 (($ $) 10)) (-3678 (($ $) 17)))
-(((-1116 |#1|) (-10 -8 (-15 -3678 (|#1| |#1|)) (-15 -3798 (|#1| |#1|)) (-15 -3698 (|#1| |#1|)) (-15 -3659 (|#1| |#1|))) (-1117)) (T -1116))
-NIL
-(-10 -8 (-15 -3678 (|#1| |#1|)) (-15 -3798 (|#1| |#1|)) (-15 -3698 (|#1| |#1|)) (-15 -3659 (|#1| |#1|)))
-((-3659 (($ $) 11)) (-3638 (($ $) 10)) (-3698 (($ $) 9)) (-3798 (($ $) 8)) (-3678 (($ $) 7)) (-3649 (($ $) 6)))
-(((-1117) (-131)) (T -1117))
-((-3659 (*1 *1 *1) (-4 *1 (-1117))) (-3638 (*1 *1 *1) (-4 *1 (-1117))) (-3698 (*1 *1 *1) (-4 *1 (-1117))) (-3798 (*1 *1 *1) (-4 *1 (-1117))) (-3678 (*1 *1 *1) (-4 *1 (-1117))) (-3649 (*1 *1 *1) (-4 *1 (-1117))))
-(-13 (-10 -8 (-15 -3649 ($ $)) (-15 -3678 ($ $)) (-15 -3798 ($ $)) (-15 -3698 ($ $)) (-15 -3638 ($ $)) (-15 -3659 ($ $))))
-((-1448 ((|#2| |#2|) 88)) (-3934 (((-108) |#2|) 26)) (-4220 ((|#2| |#2|) 30)) (-4233 ((|#2| |#2|) 32)) (-3109 ((|#2| |#2| (-1092)) 83) ((|#2| |#2|) 84)) (-3005 (((-157 |#2|) |#2|) 28)) (-3338 ((|#2| |#2| (-1092)) 85) ((|#2| |#2|) 86)))
-(((-1118 |#1| |#2|) (-10 -7 (-15 -3109 (|#2| |#2|)) (-15 -3109 (|#2| |#2| (-1092))) (-15 -3338 (|#2| |#2|)) (-15 -3338 (|#2| |#2| (-1092))) (-15 -1448 (|#2| |#2|)) (-15 -4220 (|#2| |#2|)) (-15 -4233 (|#2| |#2|)) (-15 -3934 ((-108) |#2|)) (-15 -3005 ((-157 |#2|) |#2|))) (-13 (-429) (-789) (-968 (-525)) (-588 (-525))) (-13 (-27) (-1114) (-408 |#1|))) (T -1118))
-((-3005 (*1 *2 *3) (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-157 *3)) (-5 *1 (-1118 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *4))))) (-3934 (*1 *2 *3) (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *2 (-108)) (-5 *1 (-1118 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *4))))) (-4233 (*1 *2 *2) (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))) (-4220 (*1 *2 *2) (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))) (-1448 (*1 *2 *2) (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))) (-3338 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1118 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))) (-3338 (*1 *2 *2) (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))) (-3109 (*1 *2 *2 *3) (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1118 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))) (-3109 (*1 *2 *2) (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525)))) (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))))
-(-10 -7 (-15 -3109 (|#2| |#2|)) (-15 -3109 (|#2| |#2| (-1092))) (-15 -3338 (|#2| |#2|)) (-15 -3338 (|#2| |#2| (-1092))) (-15 -1448 (|#2| |#2|)) (-15 -4220 (|#2| |#2|)) (-15 -4233 (|#2| |#2|)) (-15 -3934 ((-108) |#2|)) (-15 -3005 ((-157 |#2|) |#2|)))
-((-2352 ((|#4| |#4| |#1|) 27)) (-1703 ((|#4| |#4| |#1|) 28)))
-(((-1119 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2352 (|#4| |#4| |#1|)) (-15 -1703 (|#4| |#4| |#1|))) (-517) (-351 |#1|) (-351 |#1|) (-630 |#1| |#2| |#3|)) (T -1119))
-((-1703 (*1 *2 *2 *3) (-12 (-4 *3 (-517)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-1119 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))) (-2352 (*1 *2 *2 *3) (-12 (-4 *3 (-517)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-5 *1 (-1119 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
-(-10 -7 (-15 -2352 (|#4| |#4| |#1|)) (-15 -1703 (|#4| |#4| |#1|)))
-((-3581 ((|#2| |#2|) 134)) (-2068 ((|#2| |#2|) 131)) (-3049 ((|#2| |#2|) 122)) (-3961 ((|#2| |#2|) 119)) (-1458 ((|#2| |#2|) 127)) (-3621 ((|#2| |#2|) 115)) (-3873 ((|#2| |#2|) 43)) (-2319 ((|#2| |#2|) 95)) (-3800 ((|#2| |#2|) 75)) (-1595 ((|#2| |#2|) 129)) (-2893 ((|#2| |#2|) 117)) (-3462 ((|#2| |#2|) 139)) (-1937 ((|#2| |#2|) 137)) (-2715 ((|#2| |#2|) 138)) (-2332 ((|#2| |#2|) 136)) (-2049 ((|#2| |#2|) 149)) (-1427 ((|#2| |#2|) 30 (-12 (|has| |#2| (-567 (-827 |#1|))) (|has| |#2| (-821 |#1|)) (|has| |#1| (-567 (-827 |#1|))) (|has| |#1| (-821 |#1|))))) (-2552 ((|#2| |#2|) 76)) (-2820 ((|#2| |#2|) 140)) (-2361 ((|#2| |#2|) 141)) (-1626 ((|#2| |#2|) 128)) (-4124 ((|#2| |#2|) 116)) (-2230 ((|#2| |#2|) 135)) (-3518 ((|#2| |#2|) 133)) (-1900 ((|#2| |#2|) 123)) (-1435 ((|#2| |#2|) 121)) (-2227 ((|#2| |#2|) 125)) (-4174 ((|#2| |#2|) 113)))
-(((-1120 |#1| |#2|) (-10 -7 (-15 -2361 (|#2| |#2|)) (-15 -3800 (|#2| |#2|)) (-15 -2049 (|#2| |#2|)) (-15 -2319 (|#2| |#2|)) (-15 -3873 (|#2| |#2|)) (-15 -2552 (|#2| |#2|)) (-15 -2820 (|#2| |#2|)) (-15 -4174 (|#2| |#2|)) (-15 -2227 (|#2| |#2|)) (-15 -1900 (|#2| |#2|)) (-15 -2230 (|#2| |#2|)) (-15 -4124 (|#2| |#2|)) (-15 -1626 (|#2| |#2|)) (-15 -2893 (|#2| |#2|)) (-15 -1595 (|#2| |#2|)) (-15 -3621 (|#2| |#2|)) (-15 -1458 (|#2| |#2|)) (-15 -3049 (|#2| |#2|)) (-15 -3581 (|#2| |#2|)) (-15 -3961 (|#2| |#2|)) (-15 -2068 (|#2| |#2|)) (-15 -1435 (|#2| |#2|)) (-15 -3518 (|#2| |#2|)) (-15 -2332 (|#2| |#2|)) (-15 -1937 (|#2| |#2|)) (-15 -2715 (|#2| |#2|)) (-15 -3462 (|#2| |#2|)) (IF (|has| |#1| (-821 |#1|)) (IF (|has| |#1| (-567 (-827 |#1|))) (IF (|has| |#2| (-567 (-827 |#1|))) (IF (|has| |#2| (-821 |#1|)) (-15 -1427 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-13 (-789) (-429)) (-13 (-408 |#1|) (-1114))) (T -1120))
-((-1427 (*1 *2 *2) (-12 (-4 *3 (-567 (-827 *3))) (-4 *3 (-821 *3)) (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-567 (-827 *3))) (-4 *2 (-821 *3)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3462 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2715 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-1937 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2332 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3518 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-1435 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2068 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3961 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3581 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3049 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-1458 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3621 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-1595 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2893 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-1626 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-4124 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2230 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-1900 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2227 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-4174 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2820 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2552 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3873 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2319 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2049 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-3800 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))) (-2361 (*1 *2 *2) (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-408 *3) (-1114))))))
-(-10 -7 (-15 -2361 (|#2| |#2|)) (-15 -3800 (|#2| |#2|)) (-15 -2049 (|#2| |#2|)) (-15 -2319 (|#2| |#2|)) (-15 -3873 (|#2| |#2|)) (-15 -2552 (|#2| |#2|)) (-15 -2820 (|#2| |#2|)) (-15 -4174 (|#2| |#2|)) (-15 -2227 (|#2| |#2|)) (-15 -1900 (|#2| |#2|)) (-15 -2230 (|#2| |#2|)) (-15 -4124 (|#2| |#2|)) (-15 -1626 (|#2| |#2|)) (-15 -2893 (|#2| |#2|)) (-15 -1595 (|#2| |#2|)) (-15 -3621 (|#2| |#2|)) (-15 -1458 (|#2| |#2|)) (-15 -3049 (|#2| |#2|)) (-15 -3581 (|#2| |#2|)) (-15 -3961 (|#2| |#2|)) (-15 -2068 (|#2| |#2|)) (-15 -1435 (|#2| |#2|)) (-15 -3518 (|#2| |#2|)) (-15 -2332 (|#2| |#2|)) (-15 -1937 (|#2| |#2|)) (-15 -2715 (|#2| |#2|)) (-15 -3462 (|#2| |#2|)) (IF (|has| |#1| (-821 |#1|)) (IF (|has| |#1| (-567 (-827 |#1|))) (IF (|has| |#2| (-567 (-827 |#1|))) (IF (|has| |#2| (-821 |#1|)) (-15 -1427 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
-((-1587 (((-108) |#5| $) 60) (((-108) $) 102)) (-1402 ((|#5| |#5| $) 75)) (-2399 (($ (-1 (-108) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 119)) (-2783 (((-592 |#5|) (-592 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-108) |#5| |#5|)) 73)) (-1934 (((-3 $ "failed") (-592 |#5|)) 126)) (-1659 (((-3 $ "failed") $) 112)) (-2268 ((|#5| |#5| $) 94)) (-3964 (((-108) |#5| $ (-1 (-108) |#5| |#5|)) 31)) (-1469 ((|#5| |#5| $) 98)) (-3504 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $) NIL) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-108) |#5| |#5|)) 69)) (-1329 (((-2 (|:| -2682 (-592 |#5|)) (|:| -2046 (-592 |#5|))) $) 55)) (-3221 (((-108) |#5| $) 58) (((-108) $) 103)) (-2577 ((|#4| $) 108)) (-2718 (((-3 |#5| "failed") $) 110)) (-1455 (((-592 |#5|) $) 49)) (-3732 (((-108) |#5| $) 67) (((-108) $) 107)) (-3076 ((|#5| |#5| $) 81)) (-3472 (((-108) $ $) 27)) (-2635 (((-108) |#5| $) 63) (((-108) $) 105)) (-1998 ((|#5| |#5| $) 78)) (-1647 (((-3 |#5| "failed") $) 109)) (-1397 (($ $ |#5|) 127)) (-3529 (((-713) $) 52)) (-4114 (($ (-592 |#5|)) 124)) (-4151 (($ $ |#4|) 122)) (-3522 (($ $ |#4|) 121)) (-1411 (($ $) 120)) (-4100 (((-798) $) NIL) (((-592 |#5|) $) 113)) (-1223 (((-713) $) 130)) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#5|))) "failed") (-592 |#5|) (-1 (-108) |#5| |#5|)) 43) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#5|))) "failed") (-592 |#5|) (-1 (-108) |#5|) (-1 (-108) |#5| |#5|)) 45)) (-4170 (((-108) $ (-1 (-108) |#5| (-592 |#5|))) 100)) (-1874 (((-592 |#4|) $) 115)) (-2738 (((-108) |#4| $) 118)) (-2775 (((-108) $ $) 19)))
-(((-1121 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -1223 ((-713) |#1|)) (-15 -1397 (|#1| |#1| |#5|)) (-15 -2399 ((-3 |#5| "failed") |#1| |#4|)) (-15 -2738 ((-108) |#4| |#1|)) (-15 -1874 ((-592 |#4|) |#1|)) (-15 -1659 ((-3 |#1| "failed") |#1|)) (-15 -2718 ((-3 |#5| "failed") |#1|)) (-15 -1647 ((-3 |#5| "failed") |#1|)) (-15 -1469 (|#5| |#5| |#1|)) (-15 -1411 (|#1| |#1|)) (-15 -2268 (|#5| |#5| |#1|)) (-15 -3076 (|#5| |#5| |#1|)) (-15 -1998 (|#5| |#5| |#1|)) (-15 -1402 (|#5| |#5| |#1|)) (-15 -2783 ((-592 |#5|) (-592 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-108) |#5| |#5|))) (-15 -3504 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-108) |#5| |#5|))) (-15 -3732 ((-108) |#1|)) (-15 -2635 ((-108) |#1|)) (-15 -1587 ((-108) |#1|)) (-15 -4170 ((-108) |#1| (-1 (-108) |#5| (-592 |#5|)))) (-15 -3732 ((-108) |#5| |#1|)) (-15 -2635 ((-108) |#5| |#1|)) (-15 -1587 ((-108) |#5| |#1|)) (-15 -3964 ((-108) |#5| |#1| (-1 (-108) |#5| |#5|))) (-15 -3221 ((-108) |#1|)) (-15 -3221 ((-108) |#5| |#1|)) (-15 -1329 ((-2 (|:| -2682 (-592 |#5|)) (|:| -2046 (-592 |#5|))) |#1|)) (-15 -3529 ((-713) |#1|)) (-15 -1455 ((-592 |#5|) |#1|)) (-15 -3799 ((-3 (-2 (|:| |bas| |#1|) (|:| -3490 (-592 |#5|))) "failed") (-592 |#5|) (-1 (-108) |#5|) (-1 (-108) |#5| |#5|))) (-15 -3799 ((-3 (-2 (|:| |bas| |#1|) (|:| -3490 (-592 |#5|))) "failed") (-592 |#5|) (-1 (-108) |#5| |#5|))) (-15 -3472 ((-108) |#1| |#1|)) (-15 -4151 (|#1| |#1| |#4|)) (-15 -3522 (|#1| |#1| |#4|)) (-15 -2577 (|#4| |#1|)) (-15 -1934 ((-3 |#1| "failed") (-592 |#5|))) (-15 -4100 ((-592 |#5|) |#1|)) (-15 -4114 (|#1| (-592 |#5|))) (-15 -3504 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3504 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -2399 (|#1| (-1 (-108) |#5|) |#1|)) (-15 -3504 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|))) (-1122 |#2| |#3| |#4| |#5|) (-517) (-735) (-789) (-991 |#2| |#3| |#4|)) (T -1121))
-NIL
-(-10 -8 (-15 -1223 ((-713) |#1|)) (-15 -1397 (|#1| |#1| |#5|)) (-15 -2399 ((-3 |#5| "failed") |#1| |#4|)) (-15 -2738 ((-108) |#4| |#1|)) (-15 -1874 ((-592 |#4|) |#1|)) (-15 -1659 ((-3 |#1| "failed") |#1|)) (-15 -2718 ((-3 |#5| "failed") |#1|)) (-15 -1647 ((-3 |#5| "failed") |#1|)) (-15 -1469 (|#5| |#5| |#1|)) (-15 -1411 (|#1| |#1|)) (-15 -2268 (|#5| |#5| |#1|)) (-15 -3076 (|#5| |#5| |#1|)) (-15 -1998 (|#5| |#5| |#1|)) (-15 -1402 (|#5| |#5| |#1|)) (-15 -2783 ((-592 |#5|) (-592 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-108) |#5| |#5|))) (-15 -3504 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-108) |#5| |#5|))) (-15 -3732 ((-108) |#1|)) (-15 -2635 ((-108) |#1|)) (-15 -1587 ((-108) |#1|)) (-15 -4170 ((-108) |#1| (-1 (-108) |#5| (-592 |#5|)))) (-15 -3732 ((-108) |#5| |#1|)) (-15 -2635 ((-108) |#5| |#1|)) (-15 -1587 ((-108) |#5| |#1|)) (-15 -3964 ((-108) |#5| |#1| (-1 (-108) |#5| |#5|))) (-15 -3221 ((-108) |#1|)) (-15 -3221 ((-108) |#5| |#1|)) (-15 -1329 ((-2 (|:| -2682 (-592 |#5|)) (|:| -2046 (-592 |#5|))) |#1|)) (-15 -3529 ((-713) |#1|)) (-15 -1455 ((-592 |#5|) |#1|)) (-15 -3799 ((-3 (-2 (|:| |bas| |#1|) (|:| -3490 (-592 |#5|))) "failed") (-592 |#5|) (-1 (-108) |#5|) (-1 (-108) |#5| |#5|))) (-15 -3799 ((-3 (-2 (|:| |bas| |#1|) (|:| -3490 (-592 |#5|))) "failed") (-592 |#5|) (-1 (-108) |#5| |#5|))) (-15 -3472 ((-108) |#1| |#1|)) (-15 -4151 (|#1| |#1| |#4|)) (-15 -3522 (|#1| |#1| |#4|)) (-15 -2577 (|#4| |#1|)) (-15 -1934 ((-3 |#1| "failed") (-592 |#5|))) (-15 -4100 ((-592 |#5|) |#1|)) (-15 -4114 (|#1| (-592 |#5|))) (-15 -3504 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -3504 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -2399 (|#1| (-1 (-108) |#5|) |#1|)) (-15 -3504 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -4100 ((-798) |#1|)) (-15 -2775 ((-108) |#1| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) 85)) (-3347 (((-592 $) (-592 |#4|)) 86)) (-1296 (((-592 |#3|) $) 33)) (-2071 (((-108) $) 26)) (-3093 (((-108) $) 17 (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) 101) (((-108) $) 97)) (-1402 ((|#4| |#4| $) 92)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) 27)) (-3779 (((-108) $ (-713)) 44)) (-2399 (($ (-1 (-108) |#4|) $) 65 (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) 79)) (-2475 (($) 45 T CONST)) (-3542 (((-108) $) 22 (|has| |#1| (-517)))) (-2462 (((-108) $ $) 24 (|has| |#1| (-517)))) (-2390 (((-108) $ $) 23 (|has| |#1| (-517)))) (-1698 (((-108) $) 25 (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 93)) (-3308 (((-592 |#4|) (-592 |#4|) $) 18 (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) 19 (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) 36)) (-4105 (($ (-592 |#4|)) 35)) (-1659 (((-3 $ "failed") $) 82)) (-2268 ((|#4| |#4| $) 89)) (-1681 (($ $) 68 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#4| $) 67 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#4|) $) 64 (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) 102)) (-1469 ((|#4| |#4| $) 87)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 94)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) 105)) (-2175 (((-592 |#4|) $) 52 (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) 104) (((-108) $) 103)) (-2577 ((|#3| $) 34)) (-2516 (((-108) $ (-713)) 43)) (-2617 (((-592 |#4|) $) 53 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) 55 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) 47)) (-3435 (((-592 |#3|) $) 32)) (-2468 (((-108) |#3| $) 31)) (-4028 (((-108) $ (-713)) 42)) (-1289 (((-1075) $) 9)) (-2718 (((-3 |#4| "failed") $) 83)) (-1455 (((-592 |#4|) $) 107)) (-3732 (((-108) |#4| $) 99) (((-108) $) 95)) (-3076 ((|#4| |#4| $) 90)) (-3472 (((-108) $ $) 110)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) 100) (((-108) $) 96)) (-1998 ((|#4| |#4| $) 91)) (-3993 (((-1039) $) 10)) (-1647 (((-3 |#4| "failed") $) 84)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) 61)) (-2821 (((-3 $ "failed") $ |#4|) 78)) (-1397 (($ $ |#4|) 77)) (-1518 (((-108) (-1 (-108) |#4|) $) 50 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) 59 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) 57 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) 56 (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) 38)) (-3479 (((-108) $) 41)) (-1558 (($) 40)) (-3529 (((-713) $) 106)) (-4002 (((-713) |#4| $) 54 (-12 (|has| |#4| (-1020)) (|has| $ (-6 -4259)))) (((-713) (-1 (-108) |#4|) $) 51 (|has| $ (-6 -4259)))) (-2503 (($ $) 39)) (-2069 (((-501) $) 69 (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) 60)) (-4151 (($ $ |#3|) 28)) (-3522 (($ $ |#3|) 30)) (-1411 (($ $) 88)) (-3963 (($ $ |#3|) 29)) (-4100 (((-798) $) 11) (((-592 |#4|) $) 37)) (-1223 (((-713) $) 76 (|has| |#3| (-346)))) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) 108)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) 98)) (-2706 (((-108) (-1 (-108) |#4|) $) 49 (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) 81)) (-2738 (((-108) |#3| $) 80)) (-2775 (((-108) $ $) 6)) (-2827 (((-713) $) 46 (|has| $ (-6 -4259)))))
-(((-1122 |#1| |#2| |#3| |#4|) (-131) (-517) (-735) (-789) (-991 |t#1| |t#2| |t#3|)) (T -1122))
-((-3472 (*1 *2 *1 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))) (-3799 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-108) *8 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3490 (-592 *8)))) (-5 *3 (-592 *8)) (-4 *1 (-1122 *5 *6 *7 *8)))) (-3799 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-108) *9)) (-5 *5 (-1 (-108) *9 *9)) (-4 *9 (-991 *6 *7 *8)) (-4 *6 (-517)) (-4 *7 (-735)) (-4 *8 (-789)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3490 (-592 *9)))) (-5 *3 (-592 *9)) (-4 *1 (-1122 *6 *7 *8 *9)))) (-1455 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *6)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-713)))) (-1329 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-2 (|:| -2682 (-592 *6)) (|:| -2046 (-592 *6)))))) (-3221 (*1 *2 *3 *1) (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-3221 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))) (-3964 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-108) *3 *3)) (-4 *1 (-1122 *5 *6 *7 *3)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-108)))) (-1587 (*1 *2 *3 *1) (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-2635 (*1 *2 *3 *1) (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-3732 (*1 *2 *3 *1) (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-4170 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-108) *7 (-592 *7))) (-4 *1 (-1122 *4 *5 *6 *7)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)))) (-1587 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))) (-2635 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))) (-3732 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))) (-3504 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-108) *2 *2)) (-4 *1 (-1122 *5 *6 *7 *2)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *2 (-991 *5 *6 *7)))) (-2783 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-592 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-108) *8 *8)) (-4 *1 (-1122 *5 *6 *7 *8)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)))) (-1402 (*1 *2 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-1998 (*1 *2 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-3076 (*1 *2 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-2268 (*1 *2 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-1411 (*1 *1 *1) (-12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *2 (-517)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-991 *2 *3 *4)))) (-1469 (*1 *2 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-3347 (*1 *2 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1)) (-4 *1 (-1122 *4 *5 *6 *7)))) (-2562 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-592 (-2 (|:| -2682 *1) (|:| -2046 (-592 *7))))) (-5 *3 (-592 *7)) (-4 *1 (-1122 *4 *5 *6 *7)))) (-1647 (*1 *2 *1) (|partial| -12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-2718 (*1 *2 *1) (|partial| -12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-1659 (*1 *1 *1) (|partial| -12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *2 (-517)) (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-991 *2 *3 *4)))) (-1874 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *5)))) (-2738 (*1 *2 *3 *1) (-12 (-4 *1 (-1122 *4 *5 *3 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *3 (-789)) (-4 *6 (-991 *4 *5 *3)) (-5 *2 (-108)))) (-2399 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1122 *4 *5 *3 *2)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *3 (-789)) (-4 *2 (-991 *4 *5 *3)))) (-2821 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-1397 (*1 *1 *1 *2) (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))) (-1223 (*1 *2 *1) (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *5 (-346)) (-5 *2 (-713)))))
-(-13 (-909 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4259) (-6 -4260) (-15 -3472 ((-108) $ $)) (-15 -3799 ((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |t#4|))) "failed") (-592 |t#4|) (-1 (-108) |t#4| |t#4|))) (-15 -3799 ((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |t#4|))) "failed") (-592 |t#4|) (-1 (-108) |t#4|) (-1 (-108) |t#4| |t#4|))) (-15 -1455 ((-592 |t#4|) $)) (-15 -3529 ((-713) $)) (-15 -1329 ((-2 (|:| -2682 (-592 |t#4|)) (|:| -2046 (-592 |t#4|))) $)) (-15 -3221 ((-108) |t#4| $)) (-15 -3221 ((-108) $)) (-15 -3964 ((-108) |t#4| $ (-1 (-108) |t#4| |t#4|))) (-15 -1587 ((-108) |t#4| $)) (-15 -2635 ((-108) |t#4| $)) (-15 -3732 ((-108) |t#4| $)) (-15 -4170 ((-108) $ (-1 (-108) |t#4| (-592 |t#4|)))) (-15 -1587 ((-108) $)) (-15 -2635 ((-108) $)) (-15 -3732 ((-108) $)) (-15 -3504 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-108) |t#4| |t#4|))) (-15 -2783 ((-592 |t#4|) (-592 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-108) |t#4| |t#4|))) (-15 -1402 (|t#4| |t#4| $)) (-15 -1998 (|t#4| |t#4| $)) (-15 -3076 (|t#4| |t#4| $)) (-15 -2268 (|t#4| |t#4| $)) (-15 -1411 ($ $)) (-15 -1469 (|t#4| |t#4| $)) (-15 -3347 ((-592 $) (-592 |t#4|))) (-15 -2562 ((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |t#4|)))) (-592 |t#4|))) (-15 -1647 ((-3 |t#4| "failed") $)) (-15 -2718 ((-3 |t#4| "failed") $)) (-15 -1659 ((-3 $ "failed") $)) (-15 -1874 ((-592 |t#3|) $)) (-15 -2738 ((-108) |t#3| $)) (-15 -2399 ((-3 |t#4| "failed") $ |t#3|)) (-15 -2821 ((-3 $ "failed") $ |t#4|)) (-15 -1397 ($ $ |t#4|)) (IF (|has| |t#3| (-346)) (-15 -1223 ((-713) $)) |%noBranch|)))
-(((-33) . T) ((-97) . T) ((-566 (-592 |#4|)) . T) ((-566 (-798)) . T) ((-142 |#4|) . T) ((-567 (-501)) |has| |#4| (-567 (-501))) ((-288 |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-464 |#4|) . T) ((-486 |#4| |#4|) -12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))) ((-909 |#1| |#2| |#3| |#4|) . T) ((-1020) . T) ((-1128) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1092)) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-1803 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1781 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1828 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-3565 (((-887 |#1|) $ (-713)) 17) (((-887 |#1|) $ (-713) (-713)) NIL)) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-713) $ (-1092)) NIL) (((-713) $ (-1092) (-713)) NIL)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2457 (((-108) $) NIL)) (-1272 (($ $ (-592 (-1092)) (-592 (-497 (-1092)))) NIL) (($ $ (-1092) (-497 (-1092))) NIL) (($ |#1| (-497 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2533 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-2367 (($ $ (-1092)) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092) |#1|) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-1275 (($ (-1 $) (-1092) |#1|) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1397 (($ $ (-713)) NIL)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-1618 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2825 (($ $ (-1092) $) NIL) (($ $ (-592 (-1092)) (-592 $)) NIL) (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL)) (-2702 (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL)) (-3529 (((-497 (-1092)) $) NIL)) (-1841 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL (|has| |#1| (-160))) (($ $) NIL (|has| |#1| (-517))) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-1092)) NIL) (($ (-887 |#1|)) NIL)) (-3136 ((|#1| $ (-497 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (((-887 |#1|) $ (-713)) NIL)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1876 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3135 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) NIL T CONST)) (-2401 (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
-(((-1123 |#1|) (-13 (-683 |#1| (-1092)) (-10 -8 (-15 -3136 ((-887 |#1|) $ (-713))) (-15 -4100 ($ (-1092))) (-15 -4100 ($ (-887 |#1|))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $ (-1092) |#1|)) (-15 -1275 ($ (-1 $) (-1092) |#1|))) |%noBranch|))) (-977)) (T -1123))
-((-3136 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *2 (-887 *4)) (-5 *1 (-1123 *4)) (-4 *4 (-977)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1123 *3)) (-4 *3 (-977)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-887 *3)) (-4 *3 (-977)) (-5 *1 (-1123 *3)))) (-2367 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *1 (-1123 *3)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)))) (-1275 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1123 *4))) (-5 *3 (-1092)) (-5 *1 (-1123 *4)) (-4 *4 (-37 (-385 (-525)))) (-4 *4 (-977)))))
-(-13 (-683 |#1| (-1092)) (-10 -8 (-15 -3136 ((-887 |#1|) $ (-713))) (-15 -4100 ($ (-1092))) (-15 -4100 ($ (-887 |#1|))) (IF (|has| |#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $ (-1092) |#1|)) (-15 -1275 ($ (-1 $) (-1092) |#1|))) |%noBranch|)))
-((-3897 (($ |#1| (-592 (-592 (-878 (-205)))) (-108)) 19)) (-1847 (((-108) $ (-108)) 18)) (-4219 (((-108) $) 17)) (-2953 (((-592 (-592 (-878 (-205)))) $) 13)) (-1460 ((|#1| $) 8)) (-3235 (((-108) $) 15)))
-(((-1124 |#1|) (-10 -8 (-15 -1460 (|#1| $)) (-15 -2953 ((-592 (-592 (-878 (-205)))) $)) (-15 -3235 ((-108) $)) (-15 -4219 ((-108) $)) (-15 -1847 ((-108) $ (-108))) (-15 -3897 ($ |#1| (-592 (-592 (-878 (-205)))) (-108)))) (-907)) (T -1124))
-((-3897 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-108)) (-5 *1 (-1124 *2)) (-4 *2 (-907)))) (-1847 (*1 *2 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1124 *3)) (-4 *3 (-907)))) (-4219 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1124 *3)) (-4 *3 (-907)))) (-3235 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1124 *3)) (-4 *3 (-907)))) (-2953 (*1 *2 *1) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-1124 *3)) (-4 *3 (-907)))) (-1460 (*1 *2 *1) (-12 (-5 *1 (-1124 *2)) (-4 *2 (-907)))))
-(-10 -8 (-15 -1460 (|#1| $)) (-15 -2953 ((-592 (-592 (-878 (-205)))) $)) (-15 -3235 ((-108) $)) (-15 -4219 ((-108) $)) (-15 -1847 ((-108) $ (-108))) (-15 -3897 ($ |#1| (-592 (-592 (-878 (-205)))) (-108))))
-((-3473 (((-878 (-205)) (-878 (-205))) 25)) (-4112 (((-878 (-205)) (-205) (-205) (-205) (-205)) 10)) (-3767 (((-592 (-878 (-205))) (-878 (-205)) (-878 (-205)) (-878 (-205)) (-205) (-592 (-592 (-205)))) 37)) (-3584 (((-205) (-878 (-205)) (-878 (-205))) 21)) (-2548 (((-878 (-205)) (-878 (-205)) (-878 (-205))) 22)) (-1216 (((-592 (-592 (-205))) (-525)) 31)) (-2871 (((-878 (-205)) (-878 (-205)) (-878 (-205))) 20)) (-2860 (((-878 (-205)) (-878 (-205)) (-878 (-205))) 19)) (* (((-878 (-205)) (-205) (-878 (-205))) 18)))
-(((-1125) (-10 -7 (-15 -4112 ((-878 (-205)) (-205) (-205) (-205) (-205))) (-15 * ((-878 (-205)) (-205) (-878 (-205)))) (-15 -2860 ((-878 (-205)) (-878 (-205)) (-878 (-205)))) (-15 -2871 ((-878 (-205)) (-878 (-205)) (-878 (-205)))) (-15 -3584 ((-205) (-878 (-205)) (-878 (-205)))) (-15 -2548 ((-878 (-205)) (-878 (-205)) (-878 (-205)))) (-15 -3473 ((-878 (-205)) (-878 (-205)))) (-15 -1216 ((-592 (-592 (-205))) (-525))) (-15 -3767 ((-592 (-878 (-205))) (-878 (-205)) (-878 (-205)) (-878 (-205)) (-205) (-592 (-592 (-205))))))) (T -1125))
-((-3767 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-592 (-592 (-205)))) (-5 *4 (-205)) (-5 *2 (-592 (-878 *4))) (-5 *1 (-1125)) (-5 *3 (-878 *4)))) (-1216 (*1 *2 *3) (-12 (-5 *3 (-525)) (-5 *2 (-592 (-592 (-205)))) (-5 *1 (-1125)))) (-3473 (*1 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125)))) (-2548 (*1 *2 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125)))) (-3584 (*1 *2 *3 *3) (-12 (-5 *3 (-878 (-205))) (-5 *2 (-205)) (-5 *1 (-1125)))) (-2871 (*1 *2 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125)))) (-2860 (*1 *2 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-878 (-205))) (-5 *3 (-205)) (-5 *1 (-1125)))) (-4112 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125)) (-5 *3 (-205)))))
-(-10 -7 (-15 -4112 ((-878 (-205)) (-205) (-205) (-205) (-205))) (-15 * ((-878 (-205)) (-205) (-878 (-205)))) (-15 -2860 ((-878 (-205)) (-878 (-205)) (-878 (-205)))) (-15 -2871 ((-878 (-205)) (-878 (-205)) (-878 (-205)))) (-15 -3584 ((-205) (-878 (-205)) (-878 (-205)))) (-15 -2548 ((-878 (-205)) (-878 (-205)) (-878 (-205)))) (-15 -3473 ((-878 (-205)) (-878 (-205)))) (-15 -1216 ((-592 (-592 (-205))) (-525))) (-15 -3767 ((-592 (-878 (-205))) (-878 (-205)) (-878 (-205)) (-878 (-205)) (-205) (-592 (-592 (-205))))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2399 ((|#1| $ (-713)) 13)) (-4128 (((-713) $) 12)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-4100 (((-892 |#1|) $) 10) (($ (-892 |#1|)) 9) (((-798) $) 23 (|has| |#1| (-566 (-798))))) (-2775 (((-108) $ $) 16 (|has| |#1| (-1020)))))
-(((-1126 |#1|) (-13 (-566 (-892 |#1|)) (-10 -8 (-15 -4100 ($ (-892 |#1|))) (-15 -2399 (|#1| $ (-713))) (-15 -4128 ((-713) $)) (IF (|has| |#1| (-566 (-798))) (-6 (-566 (-798))) |%noBranch|) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|))) (-1128)) (T -1126))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-892 *3)) (-4 *3 (-1128)) (-5 *1 (-1126 *3)))) (-2399 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *1 (-1126 *2)) (-4 *2 (-1128)))) (-4128 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1126 *3)) (-4 *3 (-1128)))))
-(-13 (-566 (-892 |#1|)) (-10 -8 (-15 -4100 ($ (-892 |#1|))) (-15 -2399 (|#1| $ (-713))) (-15 -4128 ((-713) $)) (IF (|has| |#1| (-566 (-798))) (-6 (-566 (-798))) |%noBranch|) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|)))
-((-3491 (((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|)) (-525)) 80)) (-3066 (((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|))) 74)) (-1611 (((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|))) 59)))
-(((-1127 |#1|) (-10 -7 (-15 -3066 ((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|)))) (-15 -1611 ((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|)))) (-15 -3491 ((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|)) (-525)))) (-327)) (T -1127))
-((-3491 (*1 *2 *3 *4) (-12 (-5 *4 (-525)) (-4 *5 (-327)) (-5 *2 (-396 (-1088 (-1088 *5)))) (-5 *1 (-1127 *5)) (-5 *3 (-1088 (-1088 *5))))) (-1611 (*1 *2 *3) (-12 (-4 *4 (-327)) (-5 *2 (-396 (-1088 (-1088 *4)))) (-5 *1 (-1127 *4)) (-5 *3 (-1088 (-1088 *4))))) (-3066 (*1 *2 *3) (-12 (-4 *4 (-327)) (-5 *2 (-396 (-1088 (-1088 *4)))) (-5 *1 (-1127 *4)) (-5 *3 (-1088 (-1088 *4))))))
-(-10 -7 (-15 -3066 ((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|)))) (-15 -1611 ((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|)))) (-15 -3491 ((-396 (-1088 (-1088 |#1|))) (-1088 (-1088 |#1|)) (-525))))
-NIL
-(((-1128) (-131)) (T -1128))
-NIL
-(-13 (-10 -7 (-6 -1456)))
-((-1563 (((-108)) 15)) (-3704 (((-1179) (-592 |#1|) (-592 |#1|)) 19) (((-1179) (-592 |#1|)) 20)) (-2516 (((-108) |#1| |#1|) 32 (|has| |#1| (-789)))) (-4028 (((-108) |#1| |#1| (-1 (-108) |#1| |#1|)) 27) (((-3 (-108) "failed") |#1| |#1|) 25)) (-1473 ((|#1| (-592 |#1|)) 33 (|has| |#1| (-789))) ((|#1| (-592 |#1|) (-1 (-108) |#1| |#1|)) 28)) (-3011 (((-2 (|:| -3736 (-592 |#1|)) (|:| -1805 (-592 |#1|)))) 17)))
-(((-1129 |#1|) (-10 -7 (-15 -3704 ((-1179) (-592 |#1|))) (-15 -3704 ((-1179) (-592 |#1|) (-592 |#1|))) (-15 -3011 ((-2 (|:| -3736 (-592 |#1|)) (|:| -1805 (-592 |#1|))))) (-15 -4028 ((-3 (-108) "failed") |#1| |#1|)) (-15 -4028 ((-108) |#1| |#1| (-1 (-108) |#1| |#1|))) (-15 -1473 (|#1| (-592 |#1|) (-1 (-108) |#1| |#1|))) (-15 -1563 ((-108))) (IF (|has| |#1| (-789)) (PROGN (-15 -1473 (|#1| (-592 |#1|))) (-15 -2516 ((-108) |#1| |#1|))) |%noBranch|)) (-1020)) (T -1129))
-((-2516 (*1 *2 *3 *3) (-12 (-5 *2 (-108)) (-5 *1 (-1129 *3)) (-4 *3 (-789)) (-4 *3 (-1020)))) (-1473 (*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-789)) (-5 *1 (-1129 *2)))) (-1563 (*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1129 *3)) (-4 *3 (-1020)))) (-1473 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *2)) (-5 *4 (-1 (-108) *2 *2)) (-5 *1 (-1129 *2)) (-4 *2 (-1020)))) (-4028 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-108) *3 *3)) (-4 *3 (-1020)) (-5 *2 (-108)) (-5 *1 (-1129 *3)))) (-4028 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-108)) (-5 *1 (-1129 *3)) (-4 *3 (-1020)))) (-3011 (*1 *2) (-12 (-5 *2 (-2 (|:| -3736 (-592 *3)) (|:| -1805 (-592 *3)))) (-5 *1 (-1129 *3)) (-4 *3 (-1020)))) (-3704 (*1 *2 *3 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-1020)) (-5 *2 (-1179)) (-5 *1 (-1129 *4)))) (-3704 (*1 *2 *3) (-12 (-5 *3 (-592 *4)) (-4 *4 (-1020)) (-5 *2 (-1179)) (-5 *1 (-1129 *4)))))
-(-10 -7 (-15 -3704 ((-1179) (-592 |#1|))) (-15 -3704 ((-1179) (-592 |#1|) (-592 |#1|))) (-15 -3011 ((-2 (|:| -3736 (-592 |#1|)) (|:| -1805 (-592 |#1|))))) (-15 -4028 ((-3 (-108) "failed") |#1| |#1|)) (-15 -4028 ((-108) |#1| |#1| (-1 (-108) |#1| |#1|))) (-15 -1473 (|#1| (-592 |#1|) (-1 (-108) |#1| |#1|))) (-15 -1563 ((-108))) (IF (|has| |#1| (-789)) (PROGN (-15 -1473 (|#1| (-592 |#1|))) (-15 -2516 ((-108) |#1| |#1|))) |%noBranch|))
-((-4091 (((-1179) (-592 (-1092)) (-592 (-1092))) 13) (((-1179) (-592 (-1092))) 11)) (-3568 (((-1179)) 14)) (-4092 (((-2 (|:| -1805 (-592 (-1092))) (|:| -3736 (-592 (-1092))))) 18)))
-(((-1130) (-10 -7 (-15 -4091 ((-1179) (-592 (-1092)))) (-15 -4091 ((-1179) (-592 (-1092)) (-592 (-1092)))) (-15 -4092 ((-2 (|:| -1805 (-592 (-1092))) (|:| -3736 (-592 (-1092)))))) (-15 -3568 ((-1179))))) (T -1130))
-((-3568 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1130)))) (-4092 (*1 *2) (-12 (-5 *2 (-2 (|:| -1805 (-592 (-1092))) (|:| -3736 (-592 (-1092))))) (-5 *1 (-1130)))) (-4091 (*1 *2 *3 *3) (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1179)) (-5 *1 (-1130)))) (-4091 (*1 *2 *3) (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1179)) (-5 *1 (-1130)))))
-(-10 -7 (-15 -4091 ((-1179) (-592 (-1092)))) (-15 -4091 ((-1179) (-592 (-1092)) (-592 (-1092)))) (-15 -4092 ((-2 (|:| -1805 (-592 (-1092))) (|:| -3736 (-592 (-1092)))))) (-15 -3568 ((-1179))))
-((-4195 (($ $) 17)) (-1798 (((-108) $) 24)))
-(((-1131 |#1|) (-10 -8 (-15 -4195 (|#1| |#1|)) (-15 -1798 ((-108) |#1|))) (-1132)) (T -1131))
-NIL
-(-10 -8 (-15 -4195 (|#1| |#1|)) (-15 -1798 ((-108) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 51)) (-3586 (((-396 $) $) 52)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-1798 (((-108) $) 53)) (-2278 (((-108) $) 31)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-4201 (((-396 $) $) 50)) (-1311 (((-3 $ "failed") $ $) 42)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43)) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24)))
-(((-1132) (-131)) (T -1132))
-((-1798 (*1 *2 *1) (-12 (-4 *1 (-1132)) (-5 *2 (-108)))) (-3586 (*1 *2 *1) (-12 (-5 *2 (-396 *1)) (-4 *1 (-1132)))) (-4195 (*1 *1 *1) (-4 *1 (-1132))) (-4201 (*1 *2 *1) (-12 (-5 *2 (-396 *1)) (-4 *1 (-1132)))))
-(-13 (-429) (-10 -8 (-15 -1798 ((-108) $)) (-15 -3586 ((-396 $) $)) (-15 -4195 ($ $)) (-15 -4201 ((-396 $) $))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-97) . T) ((-107 $ $) . T) ((-126) . T) ((-566 (-798)) . T) ((-160) . T) ((-269) . T) ((-429) . T) ((-517) . T) ((-594 $) . T) ((-660 $) . T) ((-669) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-2016 (((-1138 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1138 |#1| |#3| |#5|)) 23)))
-(((-1133 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2016 ((-1138 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1138 |#1| |#3| |#5|)))) (-977) (-977) (-1092) (-1092) |#1| |#2|) (T -1133))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1138 *5 *7 *9)) (-4 *5 (-977)) (-4 *6 (-977)) (-14 *7 (-1092)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1138 *6 *8 *10)) (-5 *1 (-1133 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1092)))))
-(-10 -7 (-15 -2016 ((-1138 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1138 |#1| |#3| |#5|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 (-1005)) $) 74)) (-3469 (((-1092) $) 103)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-2730 (($ $ (-525)) 98) (($ $ (-525) (-525)) 97)) (-2005 (((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $) 105)) (-1803 (($ $) 135 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 118 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 162 (|has| |#1| (-341)))) (-3586 (((-396 $) $) 163 (|has| |#1| (-341)))) (-4211 (($ $) 117 (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) 153 (|has| |#1| (-341)))) (-1781 (($ $) 134 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 119 (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|)))) 174)) (-1828 (($ $) 133 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 120 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) 17 T CONST)) (-1356 (($ $ $) 157 (|has| |#1| (-341)))) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-4181 (((-385 (-887 |#1|)) $ (-525)) 172 (|has| |#1| (-517))) (((-385 (-887 |#1|)) $ (-525) (-525)) 171 (|has| |#1| (-517)))) (-1332 (($ $ $) 156 (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 151 (|has| |#1| (-341)))) (-1798 (((-108) $) 164 (|has| |#1| (-341)))) (-2853 (((-108) $) 73)) (-4106 (($) 145 (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-525) $) 100) (((-525) $ (-525)) 99)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 116 (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) 101)) (-2598 (($ (-1 |#1| (-525)) $) 173)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 160 (|has| |#1| (-341)))) (-2457 (((-108) $) 62)) (-1272 (($ |#1| (-525)) 61) (($ $ (-1005) (-525)) 76) (($ $ (-592 (-1005)) (-592 (-525))) 75)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-2533 (($ $) 142 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-2739 (($ (-592 $)) 149 (|has| |#1| (-341))) (($ $ $) 148 (|has| |#1| (-341)))) (-1289 (((-1075) $) 9)) (-1387 (($ $) 165 (|has| |#1| (-341)))) (-2367 (($ $) 170 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 169 (-2067 (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-893)) (|has| |#1| (-1114)) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-37 (-385 (-525)))))))) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 150 (|has| |#1| (-341)))) (-2772 (($ (-592 $)) 147 (|has| |#1| (-341))) (($ $ $) 146 (|has| |#1| (-341)))) (-4201 (((-396 $) $) 161 (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 158 (|has| |#1| (-341)))) (-1397 (($ $ (-525)) 95)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 152 (|has| |#1| (-341)))) (-1618 (($ $) 143 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-525)))))) (-1927 (((-713) $) 154 (|has| |#1| (-341)))) (-3431 ((|#1| $ (-525)) 104) (($ $ $) 81 (|has| (-525) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 155 (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) 89 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-1092) (-713)) 88 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092))) 87 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-1092)) 86 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-713)) 84 (|has| |#1| (-15 * (|#1| (-525) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (-3529 (((-525) $) 64)) (-1841 (($ $) 132 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 121 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 131 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 122 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 130 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 123 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 72)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 47 (|has| |#1| (-160))) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517)))) (-3136 ((|#1| $ (-525)) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1423 ((|#1| $) 102)) (-1876 (($ $) 141 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 129 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-1853 (($ $) 140 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 128 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 139 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 127 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-525)) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-525)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 138 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 126 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 137 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 125 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 136 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 124 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 166 (|has| |#1| (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) 93 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-1092) (-713)) 92 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092))) 91 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-1092)) 90 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-713)) 85 (|has| |#1| (-15 * (|#1| (-525) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341))) (($ $ $) 168 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 167 (|has| |#1| (-341))) (($ $ $) 144 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 115 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-1134 |#1|) (-131) (-977)) (T -1134))
-((-2996 (*1 *1 *2) (-12 (-5 *2 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *3)))) (-4 *3 (-977)) (-4 *1 (-1134 *3)))) (-2598 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-525))) (-4 *1 (-1134 *3)) (-4 *3 (-977)))) (-4181 (*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-1134 *4)) (-4 *4 (-977)) (-4 *4 (-517)) (-5 *2 (-385 (-887 *4))))) (-4181 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-4 *1 (-1134 *4)) (-4 *4 (-977)) (-4 *4 (-517)) (-5 *2 (-385 (-887 *4))))) (-2367 (*1 *1 *1) (-12 (-4 *1 (-1134 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525)))))) (-2367 (*1 *1 *1 *2) (-2067 (-12 (-5 *2 (-1092)) (-4 *1 (-1134 *3)) (-4 *3 (-977)) (-12 (-4 *3 (-29 (-525))) (-4 *3 (-893)) (-4 *3 (-1114)) (-4 *3 (-37 (-385 (-525)))))) (-12 (-5 *2 (-1092)) (-4 *1 (-1134 *3)) (-4 *3 (-977)) (-12 (|has| *3 (-15 -1296 ((-592 *2) *3))) (|has| *3 (-15 -2367 (*3 *3 *2))) (-4 *3 (-37 (-385 (-525)))))))))
-(-13 (-1152 |t#1| (-525)) (-10 -8 (-15 -2996 ($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |t#1|))))) (-15 -2598 ($ (-1 |t#1| (-525)) $)) (IF (|has| |t#1| (-517)) (PROGN (-15 -4181 ((-385 (-887 |t#1|)) $ (-525))) (-15 -4181 ((-385 (-887 |t#1|)) $ (-525) (-525)))) |%noBranch|) (IF (|has| |t#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $)) (IF (|has| |t#1| (-15 -2367 (|t#1| |t#1| (-1092)))) (IF (|has| |t#1| (-15 -1296 ((-592 (-1092)) |t#1|))) (-15 -2367 ($ $ (-1092))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1114)) (IF (|has| |t#1| (-893)) (IF (|has| |t#1| (-29 (-525))) (-15 -2367 ($ $ (-1092))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-934)) (-6 (-1114))) |%noBranch|) (IF (|has| |t#1| (-341)) (-6 (-341)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-525)) . T) ((-25) . T) ((-37 #1=(-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-34) |has| |#1| (-37 (-385 (-525)))) ((-91) |has| |#1| (-37 (-385 (-525)))) ((-97) . T) ((-107 #1# #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-213) |has| |#1| (-15 * (|#1| (-525) |#1|))) ((-223) |has| |#1| (-341)) ((-263) |has| |#1| (-37 (-385 (-525)))) ((-265 $ $) |has| (-525) (-1032)) ((-269) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-286) |has| |#1| (-341)) ((-341) |has| |#1| (-341)) ((-429) |has| |#1| (-341)) ((-466) |has| |#1| (-37 (-385 (-525)))) ((-517) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-594 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-669) . T) ((-835 (-1092)) -12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))) ((-906 |#1| #0# (-1005)) . T) ((-855) |has| |#1| (-341)) ((-934) |has| |#1| (-37 (-385 (-525)))) ((-983 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1114) |has| |#1| (-37 (-385 (-525)))) ((-1117) |has| |#1| (-37 (-385 (-525)))) ((-1132) |has| |#1| (-341)) ((-1152 |#1| #0#) . T))
-((-2414 (((-108) $) 12)) (-1934 (((-3 |#3| "failed") $) 17) (((-3 (-1092) "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 (-525) "failed") $) NIL)) (-4105 ((|#3| $) 14) (((-1092) $) NIL) (((-385 (-525)) $) NIL) (((-525) $) NIL)))
-(((-1135 |#1| |#2| |#3|) (-10 -8 (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-1092) |#1|)) (-15 -1934 ((-3 (-1092) "failed") |#1|)) (-15 -4105 (|#3| |#1|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -2414 ((-108) |#1|))) (-1136 |#2| |#3|) (-977) (-1165 |#2|)) (T -1135))
-NIL
-(-10 -8 (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4105 ((-1092) |#1|)) (-15 -1934 ((-3 (-1092) "failed") |#1|)) (-15 -4105 (|#3| |#1|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -2414 ((-108) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1653 ((|#2| $) 231 (-3944 (|has| |#2| (-286)) (|has| |#1| (-341))))) (-1296 (((-592 (-1005)) $) 74)) (-3469 (((-1092) $) 103)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-2730 (($ $ (-525)) 98) (($ $ (-525) (-525)) 97)) (-2005 (((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $) 105)) (-3494 ((|#2| $) 267)) (-2326 (((-3 |#2| "failed") $) 263)) (-1350 ((|#2| $) 264)) (-1803 (($ $) 135 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 118 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) 19)) (-2426 (((-396 (-1088 $)) (-1088 $)) 240 (-3944 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-4195 (($ $) 162 (|has| |#1| (-341)))) (-3586 (((-396 $) $) 163 (|has| |#1| (-341)))) (-4211 (($ $) 117 (|has| |#1| (-37 (-385 (-525)))))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 237 (-3944 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-1507 (((-108) $ $) 153 (|has| |#1| (-341)))) (-1781 (($ $) 134 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 119 (|has| |#1| (-37 (-385 (-525)))))) (-2971 (((-525) $) 249 (-3944 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-2996 (($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|)))) 174)) (-1828 (($ $) 133 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 120 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#2| "failed") $) 270) (((-3 (-525) "failed") $) 259 (-3944 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-3 (-385 (-525)) "failed") $) 257 (-3944 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-3 (-1092) "failed") $) 242 (-3944 (|has| |#2| (-968 (-1092))) (|has| |#1| (-341))))) (-4105 ((|#2| $) 269) (((-525) $) 260 (-3944 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-385 (-525)) $) 258 (-3944 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-1092) $) 243 (-3944 (|has| |#2| (-968 (-1092))) (|has| |#1| (-341))))) (-1498 (($ $) 266) (($ (-525) $) 265)) (-1356 (($ $ $) 157 (|has| |#1| (-341)))) (-1451 (($ $) 60)) (-3090 (((-632 |#2|) (-632 $)) 221 (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) 220 (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 219 (-3944 (|has| |#2| (-588 (-525))) (|has| |#1| (-341)))) (((-632 (-525)) (-632 $)) 218 (-3944 (|has| |#2| (-588 (-525))) (|has| |#1| (-341))))) (-3300 (((-3 $ "failed") $) 34)) (-4181 (((-385 (-887 |#1|)) $ (-525)) 172 (|has| |#1| (-517))) (((-385 (-887 |#1|)) $ (-525) (-525)) 171 (|has| |#1| (-517)))) (-1903 (($) 233 (-3944 (|has| |#2| (-510)) (|has| |#1| (-341))))) (-1332 (($ $ $) 156 (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 151 (|has| |#1| (-341)))) (-1798 (((-108) $) 164 (|has| |#1| (-341)))) (-1889 (((-108) $) 247 (-3944 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-2853 (((-108) $) 73)) (-4106 (($) 145 (|has| |#1| (-37 (-385 (-525)))))) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 225 (-3944 (|has| |#2| (-821 (-357))) (|has| |#1| (-341)))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 224 (-3944 (|has| |#2| (-821 (-525))) (|has| |#1| (-341))))) (-4000 (((-525) $) 100) (((-525) $ (-525)) 99)) (-2278 (((-108) $) 31)) (-2999 (($ $) 229 (|has| |#1| (-341)))) (-4066 ((|#2| $) 227 (|has| |#1| (-341)))) (-1303 (($ $ (-525)) 116 (|has| |#1| (-37 (-385 (-525)))))) (-2878 (((-3 $ "failed") $) 261 (-3944 (|has| |#2| (-1068)) (|has| |#1| (-341))))) (-4079 (((-108) $) 248 (-3944 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-1585 (($ $ (-856)) 101)) (-2598 (($ (-1 |#1| (-525)) $) 173)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 160 (|has| |#1| (-341)))) (-2457 (((-108) $) 62)) (-1272 (($ |#1| (-525)) 61) (($ $ (-1005) (-525)) 76) (($ $ (-592 (-1005)) (-592 (-525))) 75)) (-3033 (($ $ $) 251 (-3944 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-1609 (($ $ $) 252 (-3944 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2016 (($ (-1 |#1| |#1|) $) 63) (($ (-1 |#2| |#2|) $) 213 (|has| |#1| (-341)))) (-2533 (($ $) 142 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-2739 (($ (-592 $)) 149 (|has| |#1| (-341))) (($ $ $) 148 (|has| |#1| (-341)))) (-1361 (($ (-525) |#2|) 268)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 165 (|has| |#1| (-341)))) (-2367 (($ $) 170 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 169 (-2067 (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-893)) (|has| |#1| (-1114)) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-37 (-385 (-525)))))))) (-2948 (($) 262 (-3944 (|has| |#2| (-1068)) (|has| |#1| (-341))) CONST)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 150 (|has| |#1| (-341)))) (-2772 (($ (-592 $)) 147 (|has| |#1| (-341))) (($ $ $) 146 (|has| |#1| (-341)))) (-1372 (($ $) 232 (-3944 (|has| |#2| (-286)) (|has| |#1| (-341))))) (-1340 ((|#2| $) 235 (-3944 (|has| |#2| (-510)) (|has| |#1| (-341))))) (-3089 (((-396 (-1088 $)) (-1088 $)) 238 (-3944 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-3644 (((-396 (-1088 $)) (-1088 $)) 239 (-3944 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-4201 (((-396 $) $) 161 (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 158 (|has| |#1| (-341)))) (-1397 (($ $ (-525)) 95)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 152 (|has| |#1| (-341)))) (-1618 (($ $) 143 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-525))))) (($ $ (-1092) |#2|) 212 (-3944 (|has| |#2| (-486 (-1092) |#2|)) (|has| |#1| (-341)))) (($ $ (-592 (-1092)) (-592 |#2|)) 211 (-3944 (|has| |#2| (-486 (-1092) |#2|)) (|has| |#1| (-341)))) (($ $ (-592 (-273 |#2|))) 210 (-3944 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341)))) (($ $ (-273 |#2|)) 209 (-3944 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341)))) (($ $ |#2| |#2|) 208 (-3944 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341)))) (($ $ (-592 |#2|) (-592 |#2|)) 207 (-3944 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341))))) (-1927 (((-713) $) 154 (|has| |#1| (-341)))) (-3431 ((|#1| $ (-525)) 104) (($ $ $) 81 (|has| (-525) (-1032))) (($ $ |#2|) 206 (-3944 (|has| |#2| (-265 |#2| |#2|)) (|has| |#1| (-341))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 155 (|has| |#1| (-341)))) (-2702 (($ $ (-1 |#2| |#2|)) 217 (|has| |#1| (-341))) (($ $ (-1 |#2| |#2|) (-713)) 216 (|has| |#1| (-341))) (($ $ (-713)) 84 (-2067 (-3944 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) 82 (-2067 (-3944 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) 89 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|)))))) (($ $ (-1092) (-713)) 88 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|)))))) (($ $ (-592 (-1092))) 87 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|)))))) (($ $ (-1092)) 86 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))))) (-2874 (($ $) 230 (|has| |#1| (-341)))) (-4080 ((|#2| $) 228 (|has| |#1| (-341)))) (-3529 (((-525) $) 64)) (-1841 (($ $) 132 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 121 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 131 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 122 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 130 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 123 (|has| |#1| (-37 (-385 (-525)))))) (-2069 (((-205) $) 246 (-3944 (|has| |#2| (-953)) (|has| |#1| (-341)))) (((-357) $) 245 (-3944 (|has| |#2| (-953)) (|has| |#1| (-341)))) (((-501) $) 244 (-3944 (|has| |#2| (-567 (-501))) (|has| |#1| (-341)))) (((-827 (-357)) $) 223 (-3944 (|has| |#2| (-567 (-827 (-357)))) (|has| |#1| (-341)))) (((-827 (-525)) $) 222 (-3944 (|has| |#2| (-567 (-827 (-525)))) (|has| |#1| (-341))))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 236 (-3944 (-3944 (|has| $ (-136)) (|has| |#2| (-844))) (|has| |#1| (-341))))) (-3926 (($ $) 72)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 47 (|has| |#1| (-160))) (($ |#2|) 271) (($ (-1092)) 241 (-3944 (|has| |#2| (-968 (-1092))) (|has| |#1| (-341)))) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517)))) (-3136 ((|#1| $ (-525)) 59)) (-1463 (((-3 $ "failed") $) 48 (-2067 (-3944 (-2067 (|has| |#2| (-136)) (-3944 (|has| $ (-136)) (|has| |#2| (-844)))) (|has| |#1| (-341))) (|has| |#1| (-136))))) (-2448 (((-713)) 29)) (-1423 ((|#1| $) 102)) (-3064 ((|#2| $) 234 (-3944 (|has| |#2| (-510)) (|has| |#1| (-341))))) (-1876 (($ $) 141 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 129 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-1853 (($ $) 140 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 128 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 139 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 127 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-525)) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-525)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 138 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 126 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 137 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 125 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 136 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 124 (|has| |#1| (-37 (-385 (-525)))))) (-2380 (($ $) 250 (-3944 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 166 (|has| |#1| (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-1 |#2| |#2|)) 215 (|has| |#1| (-341))) (($ $ (-1 |#2| |#2|) (-713)) 214 (|has| |#1| (-341))) (($ $ (-713)) 85 (-2067 (-3944 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) 83 (-2067 (-3944 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) 93 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|)))))) (($ $ (-1092) (-713)) 92 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|)))))) (($ $ (-592 (-1092))) 91 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|)))))) (($ $ (-1092)) 90 (-2067 (-3944 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))))) (-2830 (((-108) $ $) 254 (-3944 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2807 (((-108) $ $) 255 (-3944 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 253 (-3944 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2795 (((-108) $ $) 256 (-3944 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341))) (($ $ $) 168 (|has| |#1| (-341))) (($ |#2| |#2|) 226 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 167 (|has| |#1| (-341))) (($ $ $) 144 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 115 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ |#2|) 205 (|has| |#1| (-341))) (($ |#2| $) 204 (|has| |#1| (-341))) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-1136 |#1| |#2|) (-131) (-977) (-1165 |t#1|)) (T -1136))
-((-3529 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1165 *3)) (-5 *2 (-525)))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-977)) (-4 *1 (-1136 *3 *2)) (-4 *2 (-1165 *3)))) (-1361 (*1 *1 *2 *3) (-12 (-5 *2 (-525)) (-4 *4 (-977)) (-4 *1 (-1136 *4 *3)) (-4 *3 (-1165 *4)))) (-3494 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1165 *3)))) (-1498 (*1 *1 *1) (-12 (-4 *1 (-1136 *2 *3)) (-4 *2 (-977)) (-4 *3 (-1165 *2)))) (-1498 (*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-4 *1 (-1136 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1165 *3)))) (-1350 (*1 *2 *1) (-12 (-4 *1 (-1136 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1165 *3)))) (-2326 (*1 *2 *1) (|partial| -12 (-4 *1 (-1136 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1165 *3)))))
-(-13 (-1134 |t#1|) (-968 |t#2|) (-10 -8 (-15 -1361 ($ (-525) |t#2|)) (-15 -3529 ((-525) $)) (-15 -3494 (|t#2| $)) (-15 -1498 ($ $)) (-15 -1498 ($ (-525) $)) (-15 -4100 ($ |t#2|)) (-15 -1350 (|t#2| $)) (-15 -2326 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-341)) (-6 (-925 |t#2|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-525)) . T) ((-25) . T) ((-37 #1=(-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-37 |#1|) |has| |#1| (-160)) ((-37 |#2|) |has| |#1| (-341)) ((-37 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-34) |has| |#1| (-37 (-385 (-525)))) ((-91) |has| |#1| (-37 (-385 (-525)))) ((-97) . T) ((-107 #1# #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-107 |#1| |#1|) . T) ((-107 |#2| |#2|) |has| |#1| (-341)) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-126) . T) ((-136) -2067 (-12 (|has| |#1| (-341)) (|has| |#2| (-136))) (|has| |#1| (-136))) ((-138) -2067 (-12 (|has| |#1| (-341)) (|has| |#2| (-138))) (|has| |#1| (-138))) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-567 (-205)) -12 (|has| |#1| (-341)) (|has| |#2| (-953))) ((-567 (-357)) -12 (|has| |#1| (-341)) (|has| |#2| (-953))) ((-567 (-501)) -12 (|has| |#1| (-341)) (|has| |#2| (-567 (-501)))) ((-567 (-827 (-357))) -12 (|has| |#1| (-341)) (|has| |#2| (-567 (-827 (-357))))) ((-567 (-827 (-525))) -12 (|has| |#1| (-341)) (|has| |#2| (-567 (-827 (-525))))) ((-211 |#2|) |has| |#1| (-341)) ((-213) -2067 (-12 (|has| |#1| (-341)) (|has| |#2| (-213))) (|has| |#1| (-15 * (|#1| (-525) |#1|)))) ((-223) |has| |#1| (-341)) ((-263) |has| |#1| (-37 (-385 (-525)))) ((-265 |#2| $) -12 (|has| |#1| (-341)) (|has| |#2| (-265 |#2| |#2|))) ((-265 $ $) |has| (-525) (-1032)) ((-269) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-286) |has| |#1| (-341)) ((-288 |#2|) -12 (|has| |#1| (-341)) (|has| |#2| (-288 |#2|))) ((-341) |has| |#1| (-341)) ((-316 |#2|) |has| |#1| (-341)) ((-355 |#2|) |has| |#1| (-341)) ((-378 |#2|) |has| |#1| (-341)) ((-429) |has| |#1| (-341)) ((-466) |has| |#1| (-37 (-385 (-525)))) ((-486 (-1092) |#2|) -12 (|has| |#1| (-341)) (|has| |#2| (-486 (-1092) |#2|))) ((-486 |#2| |#2|) -12 (|has| |#1| (-341)) (|has| |#2| (-288 |#2|))) ((-517) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-594 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-594 |#1|) . T) ((-594 |#2|) |has| |#1| (-341)) ((-594 $) . T) ((-588 (-525)) -12 (|has| |#1| (-341)) (|has| |#2| (-588 (-525)))) ((-588 |#2|) |has| |#1| (-341)) ((-660 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-660 |#1|) |has| |#1| (-160)) ((-660 |#2|) |has| |#1| (-341)) ((-660 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-669) . T) ((-733) -12 (|has| |#1| (-341)) (|has| |#2| (-762))) ((-734) -12 (|has| |#1| (-341)) (|has| |#2| (-762))) ((-736) -12 (|has| |#1| (-341)) (|has| |#2| (-762))) ((-737) -12 (|has| |#1| (-341)) (|has| |#2| (-762))) ((-762) -12 (|has| |#1| (-341)) (|has| |#2| (-762))) ((-787) -12 (|has| |#1| (-341)) (|has| |#2| (-762))) ((-789) -2067 (-12 (|has| |#1| (-341)) (|has| |#2| (-789))) (-12 (|has| |#1| (-341)) (|has| |#2| (-762)))) ((-835 (-1092)) -2067 (-12 (|has| |#1| (-341)) (|has| |#2| (-835 (-1092)))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))) ((-821 (-357)) -12 (|has| |#1| (-341)) (|has| |#2| (-821 (-357)))) ((-821 (-525)) -12 (|has| |#1| (-341)) (|has| |#2| (-821 (-525)))) ((-819 |#2|) |has| |#1| (-341)) ((-844) -12 (|has| |#1| (-341)) (|has| |#2| (-844))) ((-906 |#1| #0# (-1005)) . T) ((-855) |has| |#1| (-341)) ((-925 |#2|) |has| |#1| (-341)) ((-934) |has| |#1| (-37 (-385 (-525)))) ((-953) -12 (|has| |#1| (-341)) (|has| |#2| (-953))) ((-968 (-385 (-525))) -12 (|has| |#1| (-341)) (|has| |#2| (-968 (-525)))) ((-968 (-525)) -12 (|has| |#1| (-341)) (|has| |#2| (-968 (-525)))) ((-968 (-1092)) -12 (|has| |#1| (-341)) (|has| |#2| (-968 (-1092)))) ((-968 |#2|) . T) ((-983 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-983 |#1|) . T) ((-983 |#2|) |has| |#1| (-341)) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) -12 (|has| |#1| (-341)) (|has| |#2| (-1068))) ((-1114) |has| |#1| (-37 (-385 (-525)))) ((-1117) |has| |#1| (-37 (-385 (-525)))) ((-1128) |has| |#1| (-341)) ((-1132) |has| |#1| (-341)) ((-1134 |#1|) . T) ((-1152 |#1| #0#) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 70)) (-1653 ((|#2| $) NIL (-12 (|has| |#2| (-286)) (|has| |#1| (-341))))) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 88)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-525)) 97) (($ $ (-525) (-525)) 99)) (-2005 (((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $) 47)) (-3494 ((|#2| $) 11)) (-2326 (((-3 |#2| "failed") $) 30)) (-1350 ((|#2| $) 31)) (-1803 (($ $) 192 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 168 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) 188 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 164 (|has| |#1| (-37 (-385 (-525)))))) (-2971 (((-525) $) NIL (-12 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-2996 (($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|)))) 57)) (-1828 (($ $) 196 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 172 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) 144) (((-3 (-525) "failed") $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-3 (-1092) "failed") $) NIL (-12 (|has| |#2| (-968 (-1092))) (|has| |#1| (-341))))) (-4105 ((|#2| $) 143) (((-525) $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-385 (-525)) $) NIL (-12 (|has| |#2| (-968 (-525))) (|has| |#1| (-341)))) (((-1092) $) NIL (-12 (|has| |#2| (-968 (-1092))) (|has| |#1| (-341))))) (-1498 (($ $) 61) (($ (-525) $) 24)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3090 (((-632 |#2|) (-632 $)) NIL (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#1| (-341)))) (((-632 (-525)) (-632 $)) NIL (-12 (|has| |#2| (-588 (-525))) (|has| |#1| (-341))))) (-3300 (((-3 $ "failed") $) 77)) (-4181 (((-385 (-887 |#1|)) $ (-525)) 112 (|has| |#1| (-517))) (((-385 (-887 |#1|)) $ (-525) (-525)) 114 (|has| |#1| (-517)))) (-1903 (($) NIL (-12 (|has| |#2| (-510)) (|has| |#1| (-341))))) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-1889 (((-108) $) NIL (-12 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-2853 (((-108) $) 64)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| |#2| (-821 (-357))) (|has| |#1| (-341)))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| |#2| (-821 (-525))) (|has| |#1| (-341))))) (-4000 (((-525) $) 93) (((-525) $ (-525)) 95)) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL (|has| |#1| (-341)))) (-4066 ((|#2| $) 151 (|has| |#1| (-341)))) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2878 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1068)) (|has| |#1| (-341))))) (-4079 (((-108) $) NIL (-12 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-1585 (($ $ (-856)) 136)) (-2598 (($ (-1 |#1| (-525)) $) 132)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-525)) 19) (($ $ (-1005) (-525)) NIL) (($ $ (-592 (-1005)) (-592 (-525))) NIL)) (-3033 (($ $ $) NIL (-12 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-1609 (($ $ $) NIL (-12 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2016 (($ (-1 |#1| |#1|) $) 129) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-341)))) (-2533 (($ $) 162 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1361 (($ (-525) |#2|) 10)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 145 (|has| |#1| (-341)))) (-2367 (($ $) 214 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 219 (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114)))))) (-2948 (($) NIL (-12 (|has| |#2| (-1068)) (|has| |#1| (-341))) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1372 (($ $) NIL (-12 (|has| |#2| (-286)) (|has| |#1| (-341))))) (-1340 ((|#2| $) NIL (-12 (|has| |#2| (-510)) (|has| |#1| (-341))))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| |#2| (-844)) (|has| |#1| (-341))))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-525)) 126)) (-1311 (((-3 $ "failed") $ $) 116 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1618 (($ $) 160 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) 85 (|has| |#1| (-15 ** (|#1| |#1| (-525))))) (($ $ (-1092) |#2|) NIL (-12 (|has| |#2| (-486 (-1092) |#2|)) (|has| |#1| (-341)))) (($ $ (-592 (-1092)) (-592 |#2|)) NIL (-12 (|has| |#2| (-486 (-1092) |#2|)) (|has| |#1| (-341)))) (($ $ (-592 (-273 |#2|))) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341)))) (($ $ (-273 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341)))) (($ $ (-592 |#2|) (-592 |#2|)) NIL (-12 (|has| |#2| (-288 |#2|)) (|has| |#1| (-341))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-525)) 91) (($ $ $) 79 (|has| (-525) (-1032))) (($ $ |#2|) NIL (-12 (|has| |#2| (-265 |#2| |#2|)) (|has| |#1| (-341))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-341))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#1| (-341))) (($ $ (-713)) NIL (-2067 (-12 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) 137 (-2067 (-12 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092) (-713)) NIL (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-592 (-1092))) NIL (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092)) 140 (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))) (-2874 (($ $) NIL (|has| |#1| (-341)))) (-4080 ((|#2| $) 152 (|has| |#1| (-341)))) (-3529 (((-525) $) 12)) (-1841 (($ $) 198 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 174 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 194 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 170 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 190 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 166 (|has| |#1| (-37 (-385 (-525)))))) (-2069 (((-205) $) NIL (-12 (|has| |#2| (-953)) (|has| |#1| (-341)))) (((-357) $) NIL (-12 (|has| |#2| (-953)) (|has| |#1| (-341)))) (((-501) $) NIL (-12 (|has| |#2| (-567 (-501))) (|has| |#1| (-341)))) (((-827 (-357)) $) NIL (-12 (|has| |#2| (-567 (-827 (-357)))) (|has| |#1| (-341)))) (((-827 (-525)) $) NIL (-12 (|has| |#2| (-567 (-827 (-525)))) (|has| |#1| (-341))))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#2| (-844)) (|has| |#1| (-341))))) (-3926 (($ $) 124)) (-4100 (((-798) $) 245) (($ (-525)) 23) (($ |#1|) 21 (|has| |#1| (-160))) (($ |#2|) 20) (($ (-1092)) NIL (-12 (|has| |#2| (-968 (-1092))) (|has| |#1| (-341)))) (($ (-385 (-525))) 155 (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517)))) (-3136 ((|#1| $ (-525)) 74)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#2| (-844)) (|has| |#1| (-341))) (-12 (|has| |#2| (-136)) (|has| |#1| (-341))) (|has| |#1| (-136))))) (-2448 (((-713)) 142)) (-1423 ((|#1| $) 90)) (-3064 ((|#2| $) NIL (-12 (|has| |#2| (-510)) (|has| |#1| (-341))))) (-1876 (($ $) 204 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 180 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) 200 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 176 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 208 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 184 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-525)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-525)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 210 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 186 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 206 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 182 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 202 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 178 (|has| |#1| (-37 (-385 (-525)))))) (-2380 (($ $) NIL (-12 (|has| |#2| (-762)) (|has| |#1| (-341))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 13 T CONST)) (-3375 (($) 17 T CONST)) (-2401 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-341))) (($ $ (-1 |#2| |#2|) (-713)) NIL (|has| |#1| (-341))) (($ $ (-713)) NIL (-2067 (-12 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) NIL (-2067 (-12 (|has| |#2| (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092) (-713)) NIL (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-592 (-1092))) NIL (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| |#2| (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))) (-2830 (((-108) $ $) NIL (-12 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2807 (((-108) $ $) NIL (-12 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2775 (((-108) $ $) 63)) (-2817 (((-108) $ $) NIL (-12 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2795 (((-108) $ $) NIL (-12 (|has| |#2| (-789)) (|has| |#1| (-341))))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) 149 (|has| |#1| (-341))) (($ |#2| |#2|) 150 (|has| |#1| (-341)))) (-2871 (($ $) 213) (($ $ $) 68)) (-2860 (($ $ $) 66)) (** (($ $ (-856)) NIL) (($ $ (-713)) 73) (($ $ (-525)) 146 (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 158 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 139) (($ $ |#2|) 148 (|has| |#1| (-341))) (($ |#2| $) 147 (|has| |#1| (-341))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1137 |#1| |#2|) (-1136 |#1| |#2|) (-977) (-1165 |#1|)) (T -1137))
-NIL
-(-1136 |#1| |#2|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1653 (((-1166 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-286)) (|has| |#1| (-341))))) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 10)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-2433 (($ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-1568 (((-108) $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-2730 (($ $ (-525)) NIL) (($ $ (-525) (-525)) NIL)) (-2005 (((-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|))) $) NIL)) (-3494 (((-1166 |#1| |#2| |#3|) $) NIL)) (-2326 (((-3 (-1166 |#1| |#2| |#3|) "failed") $) NIL)) (-1350 (((-1166 |#1| |#2| |#3|) $) NIL)) (-1803 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2971 (((-525) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-2996 (($ (-1073 (-2 (|:| |k| (-525)) (|:| |c| |#1|)))) NIL)) (-1828 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-1166 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1092) "failed") $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-1092))) (|has| |#1| (-341)))) (((-3 (-385 (-525)) "failed") $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341)))) (((-3 (-525) "failed") $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341))))) (-4105 (((-1166 |#1| |#2| |#3|) $) NIL) (((-1092) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-1092))) (|has| |#1| (-341)))) (((-385 (-525)) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341)))) (((-525) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341))))) (-1498 (($ $) NIL) (($ (-525) $) NIL)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-1166 |#1| |#2| |#3|)) (-632 $)) NIL (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 (-1166 |#1| |#2| |#3|))) (|:| |vec| (-1174 (-1166 |#1| |#2| |#3|)))) (-632 $) (-1174 $)) NIL (|has| |#1| (-341))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-588 (-525))) (|has| |#1| (-341)))) (((-632 (-525)) (-632 $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-588 (-525))) (|has| |#1| (-341))))) (-3300 (((-3 $ "failed") $) NIL)) (-4181 (((-385 (-887 |#1|)) $ (-525)) NIL (|has| |#1| (-517))) (((-385 (-887 |#1|)) $ (-525) (-525)) NIL (|has| |#1| (-517)))) (-1903 (($) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-510)) (|has| |#1| (-341))))) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-1889 (((-108) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3552 (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-821 (-525))) (|has| |#1| (-341)))) (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-821 (-357))) (|has| |#1| (-341))))) (-4000 (((-525) $) NIL) (((-525) $ (-525)) NIL)) (-2278 (((-108) $) NIL)) (-2999 (($ $) NIL (|has| |#1| (-341)))) (-4066 (((-1166 |#1| |#2| |#3|) $) NIL (|has| |#1| (-341)))) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2878 (((-3 $ "failed") $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-1068)) (|has| |#1| (-341))))) (-4079 (((-108) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-1585 (($ $ (-856)) NIL)) (-2598 (($ (-1 |#1| (-525)) $) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-525)) 17) (($ $ (-1005) (-525)) NIL) (($ $ (-592 (-1005)) (-592 (-525))) NIL)) (-3033 (($ $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-1609 (($ $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-341)))) (-2533 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1361 (($ (-525) (-1166 |#1| |#2| |#3|)) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2367 (($ $) 25 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114))))) (($ $ (-1170 |#2|)) 26 (|has| |#1| (-37 (-385 (-525)))))) (-2948 (($) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-1068)) (|has| |#1| (-341))) CONST)) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-1372 (($ $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-286)) (|has| |#1| (-341))))) (-1340 (((-1166 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-510)) (|has| |#1| (-341))))) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-525)) NIL)) (-1311 (((-3 $ "failed") $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1618 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-525))))) (($ $ (-1092) (-1166 |#1| |#2| |#3|)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-486 (-1092) (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-592 (-1092)) (-592 (-1166 |#1| |#2| |#3|))) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-486 (-1092) (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-592 (-273 (-1166 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-288 (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-273 (-1166 |#1| |#2| |#3|))) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-288 (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-288 (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341)))) (($ $ (-592 (-1166 |#1| |#2| |#3|)) (-592 (-1166 |#1| |#2| |#3|))) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-288 (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-525)) NIL) (($ $ $) NIL (|has| (-525) (-1032))) (($ $ (-1166 |#1| |#2| |#3|)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-265 (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|))) (|has| |#1| (-341))))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-1 (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|))) NIL (|has| |#1| (-341))) (($ $ (-1 (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|)) (-713)) NIL (|has| |#1| (-341))) (($ $ (-1170 |#2|)) 24) (($ $ (-713)) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) 23 (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092) (-713)) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-592 (-1092))) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))) (-2874 (($ $) NIL (|has| |#1| (-341)))) (-4080 (((-1166 |#1| |#2| |#3|) $) NIL (|has| |#1| (-341)))) (-3529 (((-525) $) NIL)) (-1841 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2069 (((-501) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-567 (-501))) (|has| |#1| (-341)))) (((-357) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-953)) (|has| |#1| (-341)))) (((-205) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-953)) (|has| |#1| (-341)))) (((-827 (-357)) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-567 (-827 (-357)))) (|has| |#1| (-341)))) (((-827 (-525)) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-567 (-827 (-525)))) (|has| |#1| (-341))))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))))) (-3926 (($ $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL (|has| |#1| (-160))) (($ (-1166 |#1| |#2| |#3|)) NIL) (($ (-1170 |#2|)) 22) (($ (-1092)) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-1092))) (|has| |#1| (-341)))) (($ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517)))) (($ (-385 (-525))) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-968 (-525))) (|has| |#1| (-341))) (|has| |#1| (-37 (-385 (-525))))))) (-3136 ((|#1| $ (-525)) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-136)) (|has| |#1| (-341))) (|has| |#1| (-136))))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) 11)) (-3064 (((-1166 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-510)) (|has| |#1| (-341))))) (-1876 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-844)) (|has| |#1| (-341))) (|has| |#1| (-517))))) (-1853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-525)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-525)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2380 (($ $) NIL (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 19 T CONST)) (-3375 (($) 15 T CONST)) (-2401 (($ $ (-1 (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|))) NIL (|has| |#1| (-341))) (($ $ (-1 (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|)) (-713)) NIL (|has| |#1| (-341))) (($ $ (-713)) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-213)) (|has| |#1| (-341))) (|has| |#1| (-15 * (|#1| (-525) |#1|))))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092) (-713)) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-592 (-1092))) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092)))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-835 (-1092))) (|has| |#1| (-341))) (-12 (|has| |#1| (-15 * (|#1| (-525) |#1|))) (|has| |#1| (-835 (-1092))))))) (-2830 (((-108) $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2807 (((-108) $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2795 (((-108) $ $) NIL (-2067 (-12 (|has| (-1166 |#1| |#2| |#3|) (-762)) (|has| |#1| (-341))) (-12 (|has| (-1166 |#1| |#2| |#3|) (-789)) (|has| |#1| (-341)))))) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341))) (($ (-1166 |#1| |#2| |#3|) (-1166 |#1| |#2| |#3|)) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 20)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1166 |#1| |#2| |#3|)) NIL (|has| |#1| (-341))) (($ (-1166 |#1| |#2| |#3|) $) NIL (|has| |#1| (-341))) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1138 |#1| |#2| |#3|) (-13 (-1136 |#1| (-1166 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|))) (-977) (-1092) |#1|) (T -1138))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1138 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1138 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1138 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(-13 (-1136 |#1| (-1166 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|)))
-((-4096 (((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108)) 12)) (-3243 (((-396 |#1|) |#1|) 22)) (-4201 (((-396 |#1|) |#1|) 21)))
-(((-1139 |#1|) (-10 -7 (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3243 ((-396 |#1|) |#1|)) (-15 -4096 ((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108)))) (-1150 (-525))) (T -1139))
-((-4096 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-5 *2 (-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525))))))) (-5 *1 (-1139 *3)) (-4 *3 (-1150 (-525))))) (-3243 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1150 (-525))))) (-4201 (*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1150 (-525))))))
-(-10 -7 (-15 -4201 ((-396 |#1|) |#1|)) (-15 -3243 ((-396 |#1|) |#1|)) (-15 -4096 ((-2 (|:| |contp| (-525)) (|:| -2868 (-592 (-2 (|:| |irr| |#1|) (|:| -3750 (-525)))))) |#1| (-108))))
-((-2016 (((-1073 |#2|) (-1 |#2| |#1|) (-1141 |#1|)) 23 (|has| |#1| (-787))) (((-1141 |#2|) (-1 |#2| |#1|) (-1141 |#1|)) 17)))
-(((-1140 |#1| |#2|) (-10 -7 (-15 -2016 ((-1141 |#2|) (-1 |#2| |#1|) (-1141 |#1|))) (IF (|has| |#1| (-787)) (-15 -2016 ((-1073 |#2|) (-1 |#2| |#1|) (-1141 |#1|))) |%noBranch|)) (-1128) (-1128)) (T -1140))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1141 *5)) (-4 *5 (-787)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1073 *6)) (-5 *1 (-1140 *5 *6)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1141 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1141 *6)) (-5 *1 (-1140 *5 *6)))))
-(-10 -7 (-15 -2016 ((-1141 |#2|) (-1 |#2| |#1|) (-1141 |#1|))) (IF (|has| |#1| (-787)) (-15 -2016 ((-1073 |#2|) (-1 |#2| |#1|) (-1141 |#1|))) |%noBranch|))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-4009 (($ |#1| |#1|) 9) (($ |#1|) 8)) (-2016 (((-1073 |#1|) (-1 |#1| |#1|) $) 41 (|has| |#1| (-787)))) (-3736 ((|#1| $) 14)) (-3909 ((|#1| $) 10)) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-3922 (((-525) $) 18)) (-1805 ((|#1| $) 17)) (-3935 ((|#1| $) 11)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1470 (((-108) $) 16)) (-2361 (((-1073 |#1|) $) 38 (|has| |#1| (-787))) (((-1073 |#1|) (-592 $)) 37 (|has| |#1| (-787)))) (-2069 (($ |#1|) 25)) (-4100 (($ (-1015 |#1|)) 24) (((-798) $) 34 (|has| |#1| (-1020)))) (-1393 (($ |#1| |#1|) 20) (($ |#1|) 19)) (-2578 (($ $ (-525)) 13)) (-2775 (((-108) $ $) 27 (|has| |#1| (-1020)))))
-(((-1141 |#1|) (-13 (-1014 |#1|) (-10 -8 (-15 -1393 ($ |#1|)) (-15 -4009 ($ |#1|)) (-15 -4100 ($ (-1015 |#1|))) (-15 -1470 ((-108) $)) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-1016 |#1| (-1073 |#1|))) |%noBranch|))) (-1128)) (T -1141))
-((-1393 (*1 *1 *2) (-12 (-5 *1 (-1141 *2)) (-4 *2 (-1128)))) (-4009 (*1 *1 *2) (-12 (-5 *1 (-1141 *2)) (-4 *2 (-1128)))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1015 *3)) (-4 *3 (-1128)) (-5 *1 (-1141 *3)))) (-1470 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1141 *3)) (-4 *3 (-1128)))))
-(-13 (-1014 |#1|) (-10 -8 (-15 -1393 ($ |#1|)) (-15 -4009 ($ |#1|)) (-15 -4100 ($ (-1015 |#1|))) (-15 -1470 ((-108) $)) (IF (|has| |#1| (-1020)) (-6 (-1020)) |%noBranch|) (IF (|has| |#1| (-787)) (-6 (-1016 |#1| (-1073 |#1|))) |%noBranch|)))
-((-2016 (((-1147 |#3| |#4|) (-1 |#4| |#2|) (-1147 |#1| |#2|)) 15)))
-(((-1142 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 ((-1147 |#3| |#4|) (-1 |#4| |#2|) (-1147 |#1| |#2|)))) (-1092) (-977) (-1092) (-977)) (T -1142))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1147 *5 *6)) (-14 *5 (-1092)) (-4 *6 (-977)) (-4 *8 (-977)) (-5 *2 (-1147 *7 *8)) (-5 *1 (-1142 *5 *6 *7 *8)) (-14 *7 (-1092)))))
-(-10 -7 (-15 -2016 ((-1147 |#3| |#4|) (-1 |#4| |#2|) (-1147 |#1| |#2|))))
-((-3999 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-2618 ((|#1| |#3|) 13)) (-2360 ((|#3| |#3|) 19)))
-(((-1143 |#1| |#2| |#3|) (-10 -7 (-15 -2618 (|#1| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -3999 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-517) (-925 |#1|) (-1150 |#2|)) (T -1143))
-((-3999 (*1 *2 *3) (-12 (-4 *4 (-517)) (-4 *5 (-925 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1143 *4 *5 *3)) (-4 *3 (-1150 *5)))) (-2360 (*1 *2 *2) (-12 (-4 *3 (-517)) (-4 *4 (-925 *3)) (-5 *1 (-1143 *3 *4 *2)) (-4 *2 (-1150 *4)))) (-2618 (*1 *2 *3) (-12 (-4 *4 (-925 *2)) (-4 *2 (-517)) (-5 *1 (-1143 *2 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -2618 (|#1| |#3|)) (-15 -2360 (|#3| |#3|)) (-15 -3999 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
-((-1440 (((-3 |#2| "failed") |#2| (-713) |#1|) 29)) (-2903 (((-3 |#2| "failed") |#2| (-713)) 30)) (-1559 (((-3 (-2 (|:| -3436 |#2|) (|:| -3446 |#2|)) "failed") |#2|) 43)) (-2923 (((-592 |#2|) |#2|) 45)) (-3285 (((-3 |#2| "failed") |#2| |#2|) 40)))
-(((-1144 |#1| |#2|) (-10 -7 (-15 -2903 ((-3 |#2| "failed") |#2| (-713))) (-15 -1440 ((-3 |#2| "failed") |#2| (-713) |#1|)) (-15 -3285 ((-3 |#2| "failed") |#2| |#2|)) (-15 -1559 ((-3 (-2 (|:| -3436 |#2|) (|:| -3446 |#2|)) "failed") |#2|)) (-15 -2923 ((-592 |#2|) |#2|))) (-13 (-517) (-138)) (-1150 |#1|)) (T -1144))
-((-2923 (*1 *2 *3) (-12 (-4 *4 (-13 (-517) (-138))) (-5 *2 (-592 *3)) (-5 *1 (-1144 *4 *3)) (-4 *3 (-1150 *4)))) (-1559 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-517) (-138))) (-5 *2 (-2 (|:| -3436 *3) (|:| -3446 *3))) (-5 *1 (-1144 *4 *3)) (-4 *3 (-1150 *4)))) (-3285 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-1144 *3 *2)) (-4 *2 (-1150 *3)))) (-1440 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-713)) (-4 *4 (-13 (-517) (-138))) (-5 *1 (-1144 *4 *2)) (-4 *2 (-1150 *4)))) (-2903 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-713)) (-4 *4 (-13 (-517) (-138))) (-5 *1 (-1144 *4 *2)) (-4 *2 (-1150 *4)))))
-(-10 -7 (-15 -2903 ((-3 |#2| "failed") |#2| (-713))) (-15 -1440 ((-3 |#2| "failed") |#2| (-713) |#1|)) (-15 -3285 ((-3 |#2| "failed") |#2| |#2|)) (-15 -1559 ((-3 (-2 (|:| -3436 |#2|) (|:| -3446 |#2|)) "failed") |#2|)) (-15 -2923 ((-592 |#2|) |#2|)))
-((-2059 (((-3 (-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) "failed") |#2| |#2|) 32)))
-(((-1145 |#1| |#2|) (-10 -7 (-15 -2059 ((-3 (-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) "failed") |#2| |#2|))) (-517) (-1150 |#1|)) (T -1145))
-((-2059 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-517)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-1145 *4 *3)) (-4 *3 (-1150 *4)))))
-(-10 -7 (-15 -2059 ((-3 (-2 (|:| -1416 |#2|) (|:| -3681 |#2|)) "failed") |#2| |#2|)))
-((-3625 ((|#2| |#2| |#2|) 19)) (-1638 ((|#2| |#2| |#2|) 30)) (-1415 ((|#2| |#2| |#2| (-713) (-713)) 36)))
-(((-1146 |#1| |#2|) (-10 -7 (-15 -3625 (|#2| |#2| |#2|)) (-15 -1638 (|#2| |#2| |#2|)) (-15 -1415 (|#2| |#2| |#2| (-713) (-713)))) (-977) (-1150 |#1|)) (T -1146))
-((-1415 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-713)) (-4 *4 (-977)) (-5 *1 (-1146 *4 *2)) (-4 *2 (-1150 *4)))) (-1638 (*1 *2 *2 *2) (-12 (-4 *3 (-977)) (-5 *1 (-1146 *3 *2)) (-4 *2 (-1150 *3)))) (-3625 (*1 *2 *2 *2) (-12 (-4 *3 (-977)) (-5 *1 (-1146 *3 *2)) (-4 *2 (-1150 *3)))))
-(-10 -7 (-15 -3625 (|#2| |#2| |#2|)) (-15 -1638 (|#2| |#2| |#2|)) (-15 -1415 (|#2| |#2| |#2| (-713) (-713))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3216 (((-1174 |#2|) $ (-713)) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-2954 (($ (-1088 |#2|)) NIL)) (-4169 (((-1088 $) $ (-1005)) NIL) (((-1088 |#2|) $) NIL)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#2| (-517)))) (-2433 (($ $) NIL (|has| |#2| (-517)))) (-1568 (((-108) $) NIL (|has| |#2| (-517)))) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-1005))) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-3882 (($ $ $) NIL (|has| |#2| (-517)))) (-2426 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4195 (($ $) NIL (|has| |#2| (-429)))) (-3586 (((-396 $) $) NIL (|has| |#2| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-1507 (((-108) $ $) NIL (|has| |#2| (-341)))) (-3474 (($ $ (-713)) NIL)) (-1911 (($ $ (-713)) NIL)) (-1396 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-429)))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) NIL) (((-3 (-385 (-525)) "failed") $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) NIL (|has| |#2| (-968 (-525)))) (((-3 (-1005) "failed") $) NIL)) (-4105 ((|#2| $) NIL) (((-385 (-525)) $) NIL (|has| |#2| (-968 (-385 (-525))))) (((-525) $) NIL (|has| |#2| (-968 (-525)))) (((-1005) $) NIL)) (-3801 (($ $ $ (-1005)) NIL (|has| |#2| (-160))) ((|#2| $ $) NIL (|has| |#2| (-160)))) (-1356 (($ $ $) NIL (|has| |#2| (-341)))) (-1451 (($ $) NIL)) (-3090 (((-632 (-525)) (-632 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) NIL (|has| |#2| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#2|)) (|:| |vec| (-1174 |#2|))) (-632 $) (-1174 $)) NIL) (((-632 |#2|) (-632 $)) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-1332 (($ $ $) NIL (|has| |#2| (-341)))) (-2149 (($ $ $) NIL)) (-2477 (($ $ $) NIL (|has| |#2| (-517)))) (-3830 (((-2 (|:| -2681 |#2|) (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#2| (-517)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#2| (-341)))) (-3201 (($ $) NIL (|has| |#2| (-429))) (($ $ (-1005)) NIL (|has| |#2| (-429)))) (-1441 (((-592 $) $) NIL)) (-1798 (((-108) $) NIL (|has| |#2| (-844)))) (-1457 (($ $ |#2| (-713) $) NIL)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) NIL (-12 (|has| (-1005) (-821 (-357))) (|has| |#2| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) NIL (-12 (|has| (-1005) (-821 (-525))) (|has| |#2| (-821 (-525)))))) (-4000 (((-713) $ $) NIL (|has| |#2| (-517)))) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-2878 (((-3 $ "failed") $) NIL (|has| |#2| (-1068)))) (-1284 (($ (-1088 |#2|) (-1005)) NIL) (($ (-1088 $) (-1005)) NIL)) (-1585 (($ $ (-713)) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#2| (-341)))) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-1272 (($ |#2| (-713)) 17) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-1005)) NIL) (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL)) (-1819 (((-713) $) NIL) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-3033 (($ $ $) NIL (|has| |#2| (-789)))) (-1609 (($ $ $) NIL (|has| |#2| (-789)))) (-1314 (($ (-1 (-713) (-713)) $) NIL)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-2950 (((-1088 |#2|) $) NIL)) (-2018 (((-3 (-1005) "failed") $) NIL)) (-1418 (($ $) NIL)) (-1430 ((|#2| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-1289 (((-1075) $) NIL)) (-1849 (((-2 (|:| -1416 $) (|:| -3681 $)) $ (-713)) NIL)) (-2977 (((-3 (-592 $) "failed") $) NIL)) (-3165 (((-3 (-592 $) "failed") $) NIL)) (-1986 (((-3 (-2 (|:| |var| (-1005)) (|:| -2168 (-713))) "failed") $) NIL)) (-2367 (($ $) NIL (|has| |#2| (-37 (-385 (-525)))))) (-2948 (($) NIL (|has| |#2| (-1068)) CONST)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 ((|#2| $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#2| (-429)))) (-2772 (($ (-592 $)) NIL (|has| |#2| (-429))) (($ $ $) NIL (|has| |#2| (-429)))) (-3653 (($ $ (-713) |#2| $) NIL)) (-3089 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) NIL (|has| |#2| (-844)))) (-4201 (((-396 $) $) NIL (|has| |#2| (-844)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#2| (-341)))) (-1311 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-517))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#2| (-341)))) (-2825 (($ $ (-592 (-273 $))) NIL) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-1005) |#2|) NIL) (($ $ (-592 (-1005)) (-592 |#2|)) NIL) (($ $ (-1005) $) NIL) (($ $ (-592 (-1005)) (-592 $)) NIL)) (-1927 (((-713) $) NIL (|has| |#2| (-341)))) (-3431 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-385 $) (-385 $) (-385 $)) NIL (|has| |#2| (-517))) ((|#2| (-385 $) |#2|) NIL (|has| |#2| (-341))) (((-385 $) $ (-385 $)) NIL (|has| |#2| (-517)))) (-1326 (((-3 $ "failed") $ (-713)) NIL)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#2| (-341)))) (-4115 (($ $ (-1005)) NIL (|has| |#2| (-160))) ((|#2| $) NIL (|has| |#2| (-160)))) (-2702 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-3529 (((-713) $) NIL) (((-713) $ (-1005)) NIL) (((-592 (-713)) $ (-592 (-1005))) NIL)) (-2069 (((-827 (-357)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-357)))) (|has| |#2| (-567 (-827 (-357)))))) (((-827 (-525)) $) NIL (-12 (|has| (-1005) (-567 (-827 (-525)))) (|has| |#2| (-567 (-827 (-525)))))) (((-501) $) NIL (-12 (|has| (-1005) (-567 (-501))) (|has| |#2| (-567 (-501)))))) (-1661 ((|#2| $) NIL (|has| |#2| (-429))) (($ $ (-1005)) NIL (|has| |#2| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) NIL (-12 (|has| $ (-136)) (|has| |#2| (-844))))) (-3070 (((-3 $ "failed") $ $) NIL (|has| |#2| (-517))) (((-3 (-385 $) "failed") (-385 $) $) NIL (|has| |#2| (-517)))) (-4100 (((-798) $) 13) (($ (-525)) NIL) (($ |#2|) NIL) (($ (-1005)) NIL) (($ (-1170 |#1|)) 19) (($ (-385 (-525))) NIL (-2067 (|has| |#2| (-37 (-385 (-525)))) (|has| |#2| (-968 (-385 (-525)))))) (($ $) NIL (|has| |#2| (-517)))) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-713)) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-1463 (((-3 $ "failed") $) NIL (-2067 (-12 (|has| $ (-136)) (|has| |#2| (-844))) (|has| |#2| (-136))))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| |#2| (-160)))) (-1571 (((-108) $ $) NIL (|has| |#2| (-517)))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-3375 (($) 14 T CONST)) (-2401 (($ $ (-1005)) NIL) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) NIL) (($ $ (-1092)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1092) (-713)) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) NIL (|has| |#2| (-835 (-1092)))) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2830 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2775 (((-108) $ $) NIL)) (-2817 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#2| (-789)))) (-2880 (($ $ |#2|) NIL (|has| |#2| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-385 (-525))) NIL (|has| |#2| (-37 (-385 (-525))))) (($ (-385 (-525)) $) NIL (|has| |#2| (-37 (-385 (-525))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
-(((-1147 |#1| |#2|) (-13 (-1150 |#2|) (-10 -8 (-15 -4100 ($ (-1170 |#1|))) (-15 -3653 ($ $ (-713) |#2| $)))) (-1092) (-977)) (T -1147))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *3)) (-14 *3 (-1092)) (-5 *1 (-1147 *3 *4)) (-4 *4 (-977)))) (-3653 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1147 *4 *3)) (-14 *4 (-1092)) (-4 *3 (-977)))))
-(-13 (-1150 |#2|) (-10 -8 (-15 -4100 ($ (-1170 |#1|))) (-15 -3653 ($ $ (-713) |#2| $))))
-((-2016 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
-(((-1148 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|))) (-977) (-1150 |#1|) (-977) (-1150 |#3|)) (T -1148))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-977)) (-4 *6 (-977)) (-4 *2 (-1150 *6)) (-5 *1 (-1148 *5 *4 *6 *2)) (-4 *4 (-1150 *5)))))
-(-10 -7 (-15 -2016 (|#4| (-1 |#3| |#1|) |#2|)))
-((-3216 (((-1174 |#2|) $ (-713)) 114)) (-1296 (((-592 (-1005)) $) 15)) (-2954 (($ (-1088 |#2|)) 67)) (-1928 (((-713) $) NIL) (((-713) $ (-592 (-1005))) 18)) (-2426 (((-396 (-1088 $)) (-1088 $)) 185)) (-4195 (($ $) 175)) (-3586 (((-396 $) $) 173)) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 82)) (-3474 (($ $ (-713)) 71)) (-1911 (($ $ (-713)) 73)) (-1396 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 130)) (-1934 (((-3 |#2| "failed") $) 117) (((-3 (-385 (-525)) "failed") $) NIL) (((-3 (-525) "failed") $) NIL) (((-3 (-1005) "failed") $) NIL)) (-4105 ((|#2| $) 115) (((-385 (-525)) $) NIL) (((-525) $) NIL) (((-1005) $) NIL)) (-2477 (($ $ $) 151)) (-3830 (((-2 (|:| -2681 |#2|) (|:| -1416 $) (|:| -3681 $)) $ $) 153)) (-4000 (((-713) $ $) 170)) (-2878 (((-3 $ "failed") $) 123)) (-1272 (($ |#2| (-713)) NIL) (($ $ (-1005) (-713)) 47) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-1819 (((-713) $) NIL) (((-713) $ (-1005)) 42) (((-592 (-713)) $ (-592 (-1005))) 43)) (-2950 (((-1088 |#2|) $) 59)) (-2018 (((-3 (-1005) "failed") $) 40)) (-1849 (((-2 (|:| -1416 $) (|:| -3681 $)) $ (-713)) 70)) (-2367 (($ $) 197)) (-2948 (($) 119)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 182)) (-3089 (((-396 (-1088 $)) (-1088 $)) 88)) (-3644 (((-396 (-1088 $)) (-1088 $)) 86)) (-4201 (((-396 $) $) 107)) (-2825 (($ $ (-592 (-273 $))) 39) (($ $ (-273 $)) NIL) (($ $ $ $) NIL) (($ $ (-592 $) (-592 $)) NIL) (($ $ (-1005) |#2|) 31) (($ $ (-592 (-1005)) (-592 |#2|)) 28) (($ $ (-1005) $) 25) (($ $ (-592 (-1005)) (-592 $)) 23)) (-1927 (((-713) $) 188)) (-3431 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-385 $) (-385 $) (-385 $)) 147) ((|#2| (-385 $) |#2|) 187) (((-385 $) $ (-385 $)) 169)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 191)) (-2702 (($ $ (-1005)) 140) (($ $ (-592 (-1005))) NIL) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL) (($ $ (-713)) NIL) (($ $) 138) (($ $ (-1092)) NIL) (($ $ (-592 (-1092))) NIL) (($ $ (-1092) (-713)) NIL) (($ $ (-592 (-1092)) (-592 (-713))) NIL) (($ $ (-1 |#2| |#2|) (-713)) NIL) (($ $ (-1 |#2| |#2|)) 137) (($ $ (-1 |#2| |#2|) $) 134)) (-3529 (((-713) $) NIL) (((-713) $ (-1005)) 16) (((-592 (-713)) $ (-592 (-1005))) 20)) (-1661 ((|#2| $) NIL) (($ $ (-1005)) 125)) (-3070 (((-3 $ "failed") $ $) 161) (((-3 (-385 $) "failed") (-385 $) $) 157)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#2|) NIL) (($ (-1005)) 51) (($ (-385 (-525))) NIL) (($ $) NIL)))
-(((-1149 |#1| |#2|) (-10 -8 (-15 -4100 (|#1| |#1|)) (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -4195 (|#1| |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -3431 ((-385 |#1|) |#1| (-385 |#1|))) (-15 -1927 ((-713) |#1|)) (-15 -2494 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -2367 (|#1| |#1|)) (-15 -3431 (|#2| (-385 |#1|) |#2|)) (-15 -1396 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3830 ((-2 (|:| -2681 |#2|) (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -2477 (|#1| |#1| |#1|)) (-15 -3070 ((-3 (-385 |#1|) "failed") (-385 |#1|) |#1|)) (-15 -3070 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4000 ((-713) |#1| |#1|)) (-15 -3431 ((-385 |#1|) (-385 |#1|) (-385 |#1|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -1911 (|#1| |#1| (-713))) (-15 -3474 (|#1| |#1| (-713))) (-15 -1849 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| (-713))) (-15 -2954 (|#1| (-1088 |#2|))) (-15 -2950 ((-1088 |#2|) |#1|)) (-15 -3216 ((-1174 |#2|) |#1| (-713))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -3431 (|#1| |#1| |#1|)) (-15 -3431 (|#2| |#1| |#2|)) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -2426 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3644 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3089 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -1661 (|#1| |#1| (-1005))) (-15 -1296 ((-592 (-1005)) |#1|)) (-15 -1928 ((-713) |#1| (-592 (-1005)))) (-15 -1928 ((-713) |#1|)) (-15 -1272 (|#1| |#1| (-592 (-1005)) (-592 (-713)))) (-15 -1272 (|#1| |#1| (-1005) (-713))) (-15 -1819 ((-592 (-713)) |#1| (-592 (-1005)))) (-15 -1819 ((-713) |#1| (-1005))) (-15 -2018 ((-3 (-1005) "failed") |#1|)) (-15 -3529 ((-592 (-713)) |#1| (-592 (-1005)))) (-15 -3529 ((-713) |#1| (-1005))) (-15 -4105 ((-1005) |#1|)) (-15 -1934 ((-3 (-1005) "failed") |#1|)) (-15 -4100 (|#1| (-1005))) (-15 -2825 (|#1| |#1| (-592 (-1005)) (-592 |#1|))) (-15 -2825 (|#1| |#1| (-1005) |#1|)) (-15 -2825 (|#1| |#1| (-592 (-1005)) (-592 |#2|))) (-15 -2825 (|#1| |#1| (-1005) |#2|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3529 ((-713) |#1|)) (-15 -1272 (|#1| |#2| (-713))) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1819 ((-713) |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -2702 (|#1| |#1| (-592 (-1005)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1005) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1005)))) (-15 -2702 (|#1| |#1| (-1005))) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|))) (-1150 |#2|) (-977)) (T -1149))
-NIL
-(-10 -8 (-15 -4100 (|#1| |#1|)) (-15 -1379 ((-1088 |#1|) (-1088 |#1|) (-1088 |#1|))) (-15 -3586 ((-396 |#1|) |#1|)) (-15 -4195 (|#1| |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -2948 (|#1|)) (-15 -2878 ((-3 |#1| "failed") |#1|)) (-15 -3431 ((-385 |#1|) |#1| (-385 |#1|))) (-15 -1927 ((-713) |#1|)) (-15 -2494 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -2367 (|#1| |#1|)) (-15 -3431 (|#2| (-385 |#1|) |#2|)) (-15 -1396 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -3830 ((-2 (|:| -2681 |#2|) (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| |#1|)) (-15 -2477 (|#1| |#1| |#1|)) (-15 -3070 ((-3 (-385 |#1|) "failed") (-385 |#1|) |#1|)) (-15 -3070 ((-3 |#1| "failed") |#1| |#1|)) (-15 -4000 ((-713) |#1| |#1|)) (-15 -3431 ((-385 |#1|) (-385 |#1|) (-385 |#1|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -1911 (|#1| |#1| (-713))) (-15 -3474 (|#1| |#1| (-713))) (-15 -1849 ((-2 (|:| -1416 |#1|) (|:| -3681 |#1|)) |#1| (-713))) (-15 -2954 (|#1| (-1088 |#2|))) (-15 -2950 ((-1088 |#2|) |#1|)) (-15 -3216 ((-1174 |#2|) |#1| (-713))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|))) (-15 -2702 (|#1| |#1| (-1 |#2| |#2|) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1092) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1092)))) (-15 -2702 (|#1| |#1| (-1092))) (-15 -2702 (|#1| |#1|)) (-15 -2702 (|#1| |#1| (-713))) (-15 -3431 (|#1| |#1| |#1|)) (-15 -3431 (|#2| |#1| |#2|)) (-15 -4201 ((-396 |#1|) |#1|)) (-15 -2426 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3644 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3089 ((-396 (-1088 |#1|)) (-1088 |#1|))) (-15 -3373 ((-3 (-592 (-1088 |#1|)) "failed") (-592 (-1088 |#1|)) (-1088 |#1|))) (-15 -1661 (|#1| |#1| (-1005))) (-15 -1296 ((-592 (-1005)) |#1|)) (-15 -1928 ((-713) |#1| (-592 (-1005)))) (-15 -1928 ((-713) |#1|)) (-15 -1272 (|#1| |#1| (-592 (-1005)) (-592 (-713)))) (-15 -1272 (|#1| |#1| (-1005) (-713))) (-15 -1819 ((-592 (-713)) |#1| (-592 (-1005)))) (-15 -1819 ((-713) |#1| (-1005))) (-15 -2018 ((-3 (-1005) "failed") |#1|)) (-15 -3529 ((-592 (-713)) |#1| (-592 (-1005)))) (-15 -3529 ((-713) |#1| (-1005))) (-15 -4105 ((-1005) |#1|)) (-15 -1934 ((-3 (-1005) "failed") |#1|)) (-15 -4100 (|#1| (-1005))) (-15 -2825 (|#1| |#1| (-592 (-1005)) (-592 |#1|))) (-15 -2825 (|#1| |#1| (-1005) |#1|)) (-15 -2825 (|#1| |#1| (-592 (-1005)) (-592 |#2|))) (-15 -2825 (|#1| |#1| (-1005) |#2|)) (-15 -2825 (|#1| |#1| (-592 |#1|) (-592 |#1|))) (-15 -2825 (|#1| |#1| |#1| |#1|)) (-15 -2825 (|#1| |#1| (-273 |#1|))) (-15 -2825 (|#1| |#1| (-592 (-273 |#1|)))) (-15 -3529 ((-713) |#1|)) (-15 -1272 (|#1| |#2| (-713))) (-15 -4105 ((-525) |#1|)) (-15 -1934 ((-3 (-525) "failed") |#1|)) (-15 -4105 ((-385 (-525)) |#1|)) (-15 -1934 ((-3 (-385 (-525)) "failed") |#1|)) (-15 -4100 (|#1| |#2|)) (-15 -1934 ((-3 |#2| "failed") |#1|)) (-15 -4105 (|#2| |#1|)) (-15 -1819 ((-713) |#1|)) (-15 -1661 (|#2| |#1|)) (-15 -2702 (|#1| |#1| (-592 (-1005)) (-592 (-713)))) (-15 -2702 (|#1| |#1| (-1005) (-713))) (-15 -2702 (|#1| |#1| (-592 (-1005)))) (-15 -2702 (|#1| |#1| (-1005))) (-15 -4100 (|#1| (-525))) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3216 (((-1174 |#1|) $ (-713)) 238)) (-1296 (((-592 (-1005)) $) 110)) (-2954 (($ (-1088 |#1|)) 236)) (-4169 (((-1088 $) $ (-1005)) 125) (((-1088 |#1|) $) 124)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 87 (|has| |#1| (-517)))) (-2433 (($ $) 88 (|has| |#1| (-517)))) (-1568 (((-108) $) 90 (|has| |#1| (-517)))) (-1928 (((-713) $) 112) (((-713) $ (-592 (-1005))) 111)) (-3222 (((-3 $ "failed") $ $) 19)) (-3882 (($ $ $) 223 (|has| |#1| (-517)))) (-2426 (((-396 (-1088 $)) (-1088 $)) 100 (|has| |#1| (-844)))) (-4195 (($ $) 98 (|has| |#1| (-429)))) (-3586 (((-396 $) $) 97 (|has| |#1| (-429)))) (-3373 (((-3 (-592 (-1088 $)) "failed") (-592 (-1088 $)) (-1088 $)) 103 (|has| |#1| (-844)))) (-1507 (((-108) $ $) 208 (|has| |#1| (-341)))) (-3474 (($ $ (-713)) 231)) (-1911 (($ $ (-713)) 230)) (-1396 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 218 (|has| |#1| (-429)))) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 164) (((-3 (-385 (-525)) "failed") $) 162 (|has| |#1| (-968 (-385 (-525))))) (((-3 (-525) "failed") $) 160 (|has| |#1| (-968 (-525)))) (((-3 (-1005) "failed") $) 136)) (-4105 ((|#1| $) 165) (((-385 (-525)) $) 161 (|has| |#1| (-968 (-385 (-525))))) (((-525) $) 159 (|has| |#1| (-968 (-525)))) (((-1005) $) 135)) (-3801 (($ $ $ (-1005)) 108 (|has| |#1| (-160))) ((|#1| $ $) 226 (|has| |#1| (-160)))) (-1356 (($ $ $) 212 (|has| |#1| (-341)))) (-1451 (($ $) 154)) (-3090 (((-632 (-525)) (-632 $)) 134 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 (-525))) (|:| |vec| (-1174 (-525)))) (-632 $) (-1174 $)) 133 (|has| |#1| (-588 (-525)))) (((-2 (|:| -4108 (-632 |#1|)) (|:| |vec| (-1174 |#1|))) (-632 $) (-1174 $)) 132) (((-632 |#1|) (-632 $)) 131)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 211 (|has| |#1| (-341)))) (-2149 (($ $ $) 229)) (-2477 (($ $ $) 220 (|has| |#1| (-517)))) (-3830 (((-2 (|:| -2681 |#1|) (|:| -1416 $) (|:| -3681 $)) $ $) 219 (|has| |#1| (-517)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 206 (|has| |#1| (-341)))) (-3201 (($ $) 176 (|has| |#1| (-429))) (($ $ (-1005)) 105 (|has| |#1| (-429)))) (-1441 (((-592 $) $) 109)) (-1798 (((-108) $) 96 (|has| |#1| (-844)))) (-1457 (($ $ |#1| (-713) $) 172)) (-3552 (((-824 (-357) $) $ (-827 (-357)) (-824 (-357) $)) 84 (-12 (|has| (-1005) (-821 (-357))) (|has| |#1| (-821 (-357))))) (((-824 (-525) $) $ (-827 (-525)) (-824 (-525) $)) 83 (-12 (|has| (-1005) (-821 (-525))) (|has| |#1| (-821 (-525)))))) (-4000 (((-713) $ $) 224 (|has| |#1| (-517)))) (-2278 (((-108) $) 31)) (-4025 (((-713) $) 169)) (-2878 (((-3 $ "failed") $) 204 (|has| |#1| (-1068)))) (-1284 (($ (-1088 |#1|) (-1005)) 117) (($ (-1088 $) (-1005)) 116)) (-1585 (($ $ (-713)) 235)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 215 (|has| |#1| (-341)))) (-2884 (((-592 $) $) 126)) (-2457 (((-108) $) 152)) (-1272 (($ |#1| (-713)) 153) (($ $ (-1005) (-713)) 119) (($ $ (-592 (-1005)) (-592 (-713))) 118)) (-3021 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $ (-1005)) 120) (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 233)) (-1819 (((-713) $) 170) (((-713) $ (-1005)) 122) (((-592 (-713)) $ (-592 (-1005))) 121)) (-3033 (($ $ $) 79 (|has| |#1| (-789)))) (-1609 (($ $ $) 78 (|has| |#1| (-789)))) (-1314 (($ (-1 (-713) (-713)) $) 171)) (-2016 (($ (-1 |#1| |#1|) $) 151)) (-2950 (((-1088 |#1|) $) 237)) (-2018 (((-3 (-1005) "failed") $) 123)) (-1418 (($ $) 149)) (-1430 ((|#1| $) 148)) (-2739 (($ (-592 $)) 94 (|has| |#1| (-429))) (($ $ $) 93 (|has| |#1| (-429)))) (-1289 (((-1075) $) 9)) (-1849 (((-2 (|:| -1416 $) (|:| -3681 $)) $ (-713)) 232)) (-2977 (((-3 (-592 $) "failed") $) 114)) (-3165 (((-3 (-592 $) "failed") $) 115)) (-1986 (((-3 (-2 (|:| |var| (-1005)) (|:| -2168 (-713))) "failed") $) 113)) (-2367 (($ $) 216 (|has| |#1| (-37 (-385 (-525)))))) (-2948 (($) 203 (|has| |#1| (-1068)) CONST)) (-3993 (((-1039) $) 10)) (-1399 (((-108) $) 166)) (-1407 ((|#1| $) 167)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 95 (|has| |#1| (-429)))) (-2772 (($ (-592 $)) 92 (|has| |#1| (-429))) (($ $ $) 91 (|has| |#1| (-429)))) (-3089 (((-396 (-1088 $)) (-1088 $)) 102 (|has| |#1| (-844)))) (-3644 (((-396 (-1088 $)) (-1088 $)) 101 (|has| |#1| (-844)))) (-4201 (((-396 $) $) 99 (|has| |#1| (-844)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 214 (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 213 (|has| |#1| (-341)))) (-1311 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-517))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 207 (|has| |#1| (-341)))) (-2825 (($ $ (-592 (-273 $))) 145) (($ $ (-273 $)) 144) (($ $ $ $) 143) (($ $ (-592 $) (-592 $)) 142) (($ $ (-1005) |#1|) 141) (($ $ (-592 (-1005)) (-592 |#1|)) 140) (($ $ (-1005) $) 139) (($ $ (-592 (-1005)) (-592 $)) 138)) (-1927 (((-713) $) 209 (|has| |#1| (-341)))) (-3431 ((|#1| $ |#1|) 256) (($ $ $) 255) (((-385 $) (-385 $) (-385 $)) 225 (|has| |#1| (-517))) ((|#1| (-385 $) |#1|) 217 (|has| |#1| (-341))) (((-385 $) $ (-385 $)) 205 (|has| |#1| (-517)))) (-1326 (((-3 $ "failed") $ (-713)) 234)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 210 (|has| |#1| (-341)))) (-4115 (($ $ (-1005)) 107 (|has| |#1| (-160))) ((|#1| $) 227 (|has| |#1| (-160)))) (-2702 (($ $ (-1005)) 42) (($ $ (-592 (-1005))) 41) (($ $ (-1005) (-713)) 40) (($ $ (-592 (-1005)) (-592 (-713))) 39) (($ $ (-713)) 253) (($ $) 251) (($ $ (-1092)) 250 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 249 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 248 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 247 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 240) (($ $ (-1 |#1| |#1|)) 239) (($ $ (-1 |#1| |#1|) $) 228)) (-3529 (((-713) $) 150) (((-713) $ (-1005)) 130) (((-592 (-713)) $ (-592 (-1005))) 129)) (-2069 (((-827 (-357)) $) 82 (-12 (|has| (-1005) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357)))))) (((-827 (-525)) $) 81 (-12 (|has| (-1005) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525)))))) (((-501) $) 80 (-12 (|has| (-1005) (-567 (-501))) (|has| |#1| (-567 (-501)))))) (-1661 ((|#1| $) 175 (|has| |#1| (-429))) (($ $ (-1005)) 106 (|has| |#1| (-429)))) (-3739 (((-3 (-1174 $) "failed") (-632 $)) 104 (-3944 (|has| $ (-136)) (|has| |#1| (-844))))) (-3070 (((-3 $ "failed") $ $) 222 (|has| |#1| (-517))) (((-3 (-385 $) "failed") (-385 $) $) 221 (|has| |#1| (-517)))) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 163) (($ (-1005)) 137) (($ (-385 (-525))) 72 (-2067 (|has| |#1| (-968 (-385 (-525)))) (|has| |#1| (-37 (-385 (-525)))))) (($ $) 85 (|has| |#1| (-517)))) (-3137 (((-592 |#1|) $) 168)) (-3136 ((|#1| $ (-713)) 155) (($ $ (-1005) (-713)) 128) (($ $ (-592 (-1005)) (-592 (-713))) 127)) (-1463 (((-3 $ "failed") $) 73 (-2067 (-3944 (|has| $ (-136)) (|has| |#1| (-844))) (|has| |#1| (-136))))) (-2448 (((-713)) 29)) (-4042 (($ $ $ (-713)) 173 (|has| |#1| (-160)))) (-1571 (((-108) $ $) 89 (|has| |#1| (-517)))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-1005)) 38) (($ $ (-592 (-1005))) 37) (($ $ (-1005) (-713)) 36) (($ $ (-592 (-1005)) (-592 (-713))) 35) (($ $ (-713)) 254) (($ $) 252) (($ $ (-1092)) 246 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092))) 245 (|has| |#1| (-835 (-1092)))) (($ $ (-1092) (-713)) 244 (|has| |#1| (-835 (-1092)))) (($ $ (-592 (-1092)) (-592 (-713))) 243 (|has| |#1| (-835 (-1092)))) (($ $ (-1 |#1| |#1|) (-713)) 242) (($ $ (-1 |#1| |#1|)) 241)) (-2830 (((-108) $ $) 76 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 75 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 6)) (-2817 (((-108) $ $) 77 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 74 (|has| |#1| (-789)))) (-2880 (($ $ |#1|) 156 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 158 (|has| |#1| (-37 (-385 (-525))))) (($ (-385 (-525)) $) 157 (|has| |#1| (-37 (-385 (-525))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
-(((-1150 |#1|) (-131) (-977)) (T -1150))
-((-3216 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-1150 *4)) (-4 *4 (-977)) (-5 *2 (-1174 *4)))) (-2950 (*1 *2 *1) (-12 (-4 *1 (-1150 *3)) (-4 *3 (-977)) (-5 *2 (-1088 *3)))) (-2954 (*1 *1 *2) (-12 (-5 *2 (-1088 *3)) (-4 *3 (-977)) (-4 *1 (-1150 *3)))) (-1585 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))) (-1326 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))) (-3021 (*1 *2 *1 *1) (-12 (-4 *3 (-977)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-1150 *3)))) (-1849 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *4 (-977)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-1150 *4)))) (-3474 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))) (-1911 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))) (-2149 (*1 *1 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)))) (-2702 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-160)))) (-3801 (*1 *2 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-160)))) (-3431 (*1 *2 *2 *2) (-12 (-5 *2 (-385 *1)) (-4 *1 (-1150 *3)) (-4 *3 (-977)) (-4 *3 (-517)))) (-4000 (*1 *2 *1 *1) (-12 (-4 *1 (-1150 *3)) (-4 *3 (-977)) (-4 *3 (-517)) (-5 *2 (-713)))) (-3882 (*1 *1 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-517)))) (-3070 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-517)))) (-3070 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-385 *1)) (-4 *1 (-1150 *3)) (-4 *3 (-977)) (-4 *3 (-517)))) (-2477 (*1 *1 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-517)))) (-3830 (*1 *2 *1 *1) (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-5 *2 (-2 (|:| -2681 *3) (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-1150 *3)))) (-1396 (*1 *2 *1 *1) (-12 (-4 *3 (-429)) (-4 *3 (-977)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1150 *3)))) (-3431 (*1 *2 *3 *2) (-12 (-5 *3 (-385 *1)) (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-2367 (*1 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525)))))))
-(-13 (-884 |t#1| (-713) (-1005)) (-265 |t#1| |t#1|) (-265 $ $) (-213) (-211 |t#1|) (-10 -8 (-15 -3216 ((-1174 |t#1|) $ (-713))) (-15 -2950 ((-1088 |t#1|) $)) (-15 -2954 ($ (-1088 |t#1|))) (-15 -1585 ($ $ (-713))) (-15 -1326 ((-3 $ "failed") $ (-713))) (-15 -3021 ((-2 (|:| -1416 $) (|:| -3681 $)) $ $)) (-15 -1849 ((-2 (|:| -1416 $) (|:| -3681 $)) $ (-713))) (-15 -3474 ($ $ (-713))) (-15 -1911 ($ $ (-713))) (-15 -2149 ($ $ $)) (-15 -2702 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1068)) (-6 (-1068)) |%noBranch|) (IF (|has| |t#1| (-160)) (PROGN (-15 -4115 (|t#1| $)) (-15 -3801 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-517)) (PROGN (-6 (-265 (-385 $) (-385 $))) (-15 -3431 ((-385 $) (-385 $) (-385 $))) (-15 -4000 ((-713) $ $)) (-15 -3882 ($ $ $)) (-15 -3070 ((-3 $ "failed") $ $)) (-15 -3070 ((-3 (-385 $) "failed") (-385 $) $)) (-15 -2477 ($ $ $)) (-15 -3830 ((-2 (|:| -2681 |t#1|) (|:| -1416 $) (|:| -3681 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-429)) (-15 -1396 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-341)) (PROGN (-6 (-286)) (-6 -4255) (-15 -3431 (|t#1| (-385 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-37 (-385 (-525)))) (-15 -2367 ($ $)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-713)) . T) ((-25) . T) ((-37 #1=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-341))) ((-97) . T) ((-107 #1# #1#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-567 (-501)) -12 (|has| (-1005) (-567 (-501))) (|has| |#1| (-567 (-501)))) ((-567 (-827 (-357))) -12 (|has| (-1005) (-567 (-827 (-357)))) (|has| |#1| (-567 (-827 (-357))))) ((-567 (-827 (-525))) -12 (|has| (-1005) (-567 (-827 (-525)))) (|has| |#1| (-567 (-827 (-525))))) ((-211 |#1|) . T) ((-213) . T) ((-265 (-385 $) (-385 $)) |has| |#1| (-517)) ((-265 |#1| |#1|) . T) ((-265 $ $) . T) ((-269) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-341))) ((-286) |has| |#1| (-341)) ((-288 $) . T) ((-304 |#1| #0#) . T) ((-355 |#1|) . T) ((-389 |#1|) . T) ((-429) -2067 (|has| |#1| (-844)) (|has| |#1| (-429)) (|has| |#1| (-341))) ((-486 #2=(-1005) |#1|) . T) ((-486 #2# $) . T) ((-486 $ $) . T) ((-517) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-341))) ((-594 #1#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-588 (-525)) |has| |#1| (-588 (-525))) ((-588 |#1|) . T) ((-660 #1#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-341))) ((-669) . T) ((-789) |has| |#1| (-789)) ((-835 #2#) . T) ((-835 (-1092)) |has| |#1| (-835 (-1092))) ((-821 (-357)) -12 (|has| (-1005) (-821 (-357))) (|has| |#1| (-821 (-357)))) ((-821 (-525)) -12 (|has| (-1005) (-821 (-525))) (|has| |#1| (-821 (-525)))) ((-884 |#1| #0# #2#) . T) ((-844) |has| |#1| (-844)) ((-855) |has| |#1| (-341)) ((-968 (-385 (-525))) |has| |#1| (-968 (-385 (-525)))) ((-968 (-525)) |has| |#1| (-968 (-525))) ((-968 #2#) . T) ((-968 |#1|) . T) ((-983 #1#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-844)) (|has| |#1| (-517)) (|has| |#1| (-429)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1068) |has| |#1| (-1068)) ((-1132) |has| |#1| (-844)))
-((-1296 (((-592 (-1005)) $) 28)) (-1451 (($ $) 25)) (-1272 (($ |#2| |#3|) NIL) (($ $ (-1005) |#3|) 22) (($ $ (-592 (-1005)) (-592 |#3|)) 21)) (-1418 (($ $) 14)) (-1430 ((|#2| $) 12)) (-3529 ((|#3| $) 10)))
-(((-1151 |#1| |#2| |#3|) (-10 -8 (-15 -1296 ((-592 (-1005)) |#1|)) (-15 -1272 (|#1| |#1| (-592 (-1005)) (-592 |#3|))) (-15 -1272 (|#1| |#1| (-1005) |#3|)) (-15 -1451 (|#1| |#1|)) (-15 -1272 (|#1| |#2| |#3|)) (-15 -3529 (|#3| |#1|)) (-15 -1418 (|#1| |#1|)) (-15 -1430 (|#2| |#1|))) (-1152 |#2| |#3|) (-977) (-734)) (T -1151))
-NIL
-(-10 -8 (-15 -1296 ((-592 (-1005)) |#1|)) (-15 -1272 (|#1| |#1| (-592 (-1005)) (-592 |#3|))) (-15 -1272 (|#1| |#1| (-1005) |#3|)) (-15 -1451 (|#1| |#1|)) (-15 -1272 (|#1| |#2| |#3|)) (-15 -3529 (|#3| |#1|)) (-15 -1418 (|#1| |#1|)) (-15 -1430 (|#2| |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 (-1005)) $) 74)) (-3469 (((-1092) $) 103)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-2730 (($ $ |#2|) 98) (($ $ |#2| |#2|) 97)) (-2005 (((-1073 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 105)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-2853 (((-108) $) 73)) (-4000 ((|#2| $) 100) ((|#2| $ |#2|) 99)) (-2278 (((-108) $) 31)) (-1585 (($ $ (-856)) 101)) (-2457 (((-108) $) 62)) (-1272 (($ |#1| |#2|) 61) (($ $ (-1005) |#2|) 76) (($ $ (-592 (-1005)) (-592 |#2|)) 75)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1397 (($ $ |#2|) 95)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-2825 (((-1073 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-3431 ((|#1| $ |#2|) 104) (($ $ $) 81 (|has| |#2| (-1032)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) 89 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1092) (-713)) 88 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-592 (-1092))) 87 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1092)) 86 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-713)) 84 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-3529 ((|#2| $) 64)) (-3926 (($ $) 72)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517))) (($ |#1|) 47 (|has| |#1| (-160)))) (-3136 ((|#1| $ |#2|) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1423 ((|#1| $) 102)) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-1485 ((|#1| $ |#2|) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) 93 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1092) (-713)) 92 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-592 (-1092))) 91 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1092)) 90 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-713)) 85 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-1152 |#1| |#2|) (-131) (-977) (-734)) (T -1152))
-((-2005 (*1 *2 *1) (-12 (-4 *1 (-1152 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (-5 *2 (-1073 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3431 (*1 *2 *1 *3) (-12 (-4 *1 (-1152 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977)))) (-3469 (*1 *2 *1) (-12 (-4 *1 (-1152 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (-5 *2 (-1092)))) (-1423 (*1 *2 *1) (-12 (-4 *1 (-1152 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977)))) (-1585 (*1 *1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-1152 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)))) (-4000 (*1 *2 *1) (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))) (-4000 (*1 *2 *1 *2) (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))) (-2730 (*1 *1 *1 *2) (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))) (-2730 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))) (-1485 (*1 *2 *1 *3) (-12 (-4 *1 (-1152 *2 *3)) (-4 *3 (-734)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -4100 (*2 (-1092)))) (-4 *2 (-977)))) (-1397 (*1 *1 *1 *2) (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))) (-2825 (*1 *2 *1 *3) (-12 (-4 *1 (-1152 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1073 *3)))))
-(-13 (-906 |t#1| |t#2| (-1005)) (-10 -8 (-15 -2005 ((-1073 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3431 (|t#1| $ |t#2|)) (-15 -3469 ((-1092) $)) (-15 -1423 (|t#1| $)) (-15 -1585 ($ $ (-856))) (-15 -4000 (|t#2| $)) (-15 -4000 (|t#2| $ |t#2|)) (-15 -2730 ($ $ |t#2|)) (-15 -2730 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -4100 (|t#1| (-1092)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -1485 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -1397 ($ $ |t#2|)) (IF (|has| |t#2| (-1032)) (-6 (-265 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-213)) (IF (|has| |t#1| (-835 (-1092))) (-6 (-835 (-1092))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2825 ((-1073 |t#1|) $ |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) |has| |#1| (-517)) ((-97) . T) ((-107 #0# #0#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-213) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-265 $ $) |has| |#2| (-1032)) ((-269) |has| |#1| (-517)) ((-517) |has| |#1| (-517)) ((-594 #0#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #0#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) |has| |#1| (-517)) ((-669) . T) ((-835 (-1092)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-835 (-1092)))) ((-906 |#1| |#2| (-1005)) . T) ((-983 #0#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4195 ((|#2| |#2|) 12)) (-3586 (((-396 |#2|) |#2|) 14)) (-2684 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-525))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-525)))) 30)))
-(((-1153 |#1| |#2|) (-10 -7 (-15 -3586 ((-396 |#2|) |#2|)) (-15 -4195 (|#2| |#2|)) (-15 -2684 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-525))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-525)))))) (-517) (-13 (-1150 |#1|) (-517) (-10 -8 (-15 -2772 ($ $ $))))) (T -1153))
-((-2684 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-525)))) (-4 *4 (-13 (-1150 *3) (-517) (-10 -8 (-15 -2772 ($ $ $))))) (-4 *3 (-517)) (-5 *1 (-1153 *3 *4)))) (-4195 (*1 *2 *2) (-12 (-4 *3 (-517)) (-5 *1 (-1153 *3 *2)) (-4 *2 (-13 (-1150 *3) (-517) (-10 -8 (-15 -2772 ($ $ $))))))) (-3586 (*1 *2 *3) (-12 (-4 *4 (-517)) (-5 *2 (-396 *3)) (-5 *1 (-1153 *4 *3)) (-4 *3 (-13 (-1150 *4) (-517) (-10 -8 (-15 -2772 ($ $ $))))))))
-(-10 -7 (-15 -3586 ((-396 |#2|) |#2|)) (-15 -4195 (|#2| |#2|)) (-15 -2684 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-525))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-525))))))
-((-2016 (((-1159 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1159 |#1| |#3| |#5|)) 24)))
-(((-1154 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -2016 ((-1159 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1159 |#1| |#3| |#5|)))) (-977) (-977) (-1092) (-1092) |#1| |#2|) (T -1154))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1159 *5 *7 *9)) (-4 *5 (-977)) (-4 *6 (-977)) (-14 *7 (-1092)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1159 *6 *8 *10)) (-5 *1 (-1154 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1092)))))
-(-10 -7 (-15 -2016 ((-1159 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1159 |#1| |#3| |#5|))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 (-1005)) $) 74)) (-3469 (((-1092) $) 103)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-2730 (($ $ (-385 (-525))) 98) (($ $ (-385 (-525)) (-385 (-525))) 97)) (-2005 (((-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|))) $) 105)) (-1803 (($ $) 135 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 118 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 162 (|has| |#1| (-341)))) (-3586 (((-396 $) $) 163 (|has| |#1| (-341)))) (-4211 (($ $) 117 (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) 153 (|has| |#1| (-341)))) (-1781 (($ $) 134 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 119 (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|)))) 172)) (-1828 (($ $) 133 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 120 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) 17 T CONST)) (-1356 (($ $ $) 157 (|has| |#1| (-341)))) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 156 (|has| |#1| (-341)))) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 151 (|has| |#1| (-341)))) (-1798 (((-108) $) 164 (|has| |#1| (-341)))) (-2853 (((-108) $) 73)) (-4106 (($) 145 (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-385 (-525)) $) 100) (((-385 (-525)) $ (-385 (-525))) 99)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 116 (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) 101) (($ $ (-385 (-525))) 171)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 160 (|has| |#1| (-341)))) (-2457 (((-108) $) 62)) (-1272 (($ |#1| (-385 (-525))) 61) (($ $ (-1005) (-385 (-525))) 76) (($ $ (-592 (-1005)) (-592 (-385 (-525)))) 75)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-2533 (($ $) 142 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-2739 (($ (-592 $)) 149 (|has| |#1| (-341))) (($ $ $) 148 (|has| |#1| (-341)))) (-1289 (((-1075) $) 9)) (-1387 (($ $) 165 (|has| |#1| (-341)))) (-2367 (($ $) 170 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 169 (-2067 (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-893)) (|has| |#1| (-1114)) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-37 (-385 (-525)))))))) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 150 (|has| |#1| (-341)))) (-2772 (($ (-592 $)) 147 (|has| |#1| (-341))) (($ $ $) 146 (|has| |#1| (-341)))) (-4201 (((-396 $) $) 161 (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 158 (|has| |#1| (-341)))) (-1397 (($ $ (-385 (-525))) 95)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 152 (|has| |#1| (-341)))) (-1618 (($ $) 143 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))))) (-1927 (((-713) $) 154 (|has| |#1| (-341)))) (-3431 ((|#1| $ (-385 (-525))) 104) (($ $ $) 81 (|has| (-385 (-525)) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 155 (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) 89 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092) (-713)) 88 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-592 (-1092))) 87 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092)) 86 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-713)) 84 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-3529 (((-385 (-525)) $) 64)) (-1841 (($ $) 132 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 121 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 131 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 122 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 130 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 123 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 72)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 47 (|has| |#1| (-160))) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517)))) (-3136 ((|#1| $ (-385 (-525))) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1423 ((|#1| $) 102)) (-1876 (($ $) 141 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 129 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-1853 (($ $) 140 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 128 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 139 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 127 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-385 (-525))) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 138 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 126 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 137 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 125 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 136 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 124 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 166 (|has| |#1| (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) 93 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092) (-713)) 92 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-592 (-1092))) 91 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092)) 90 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-713)) 85 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341))) (($ $ $) 168 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 167 (|has| |#1| (-341))) (($ $ $) 144 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 115 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-1155 |#1|) (-131) (-977)) (T -1155))
-((-2996 (*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *3 (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| *4)))) (-4 *4 (-977)) (-4 *1 (-1155 *4)))) (-1585 (*1 *1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-4 *1 (-1155 *3)) (-4 *3 (-977)))) (-2367 (*1 *1 *1) (-12 (-4 *1 (-1155 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525)))))) (-2367 (*1 *1 *1 *2) (-2067 (-12 (-5 *2 (-1092)) (-4 *1 (-1155 *3)) (-4 *3 (-977)) (-12 (-4 *3 (-29 (-525))) (-4 *3 (-893)) (-4 *3 (-1114)) (-4 *3 (-37 (-385 (-525)))))) (-12 (-5 *2 (-1092)) (-4 *1 (-1155 *3)) (-4 *3 (-977)) (-12 (|has| *3 (-15 -1296 ((-592 *2) *3))) (|has| *3 (-15 -2367 (*3 *3 *2))) (-4 *3 (-37 (-385 (-525)))))))))
-(-13 (-1152 |t#1| (-385 (-525))) (-10 -8 (-15 -2996 ($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |t#1|))))) (-15 -1585 ($ $ (-385 (-525)))) (IF (|has| |t#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $)) (IF (|has| |t#1| (-15 -2367 (|t#1| |t#1| (-1092)))) (IF (|has| |t#1| (-15 -1296 ((-592 (-1092)) |t#1|))) (-15 -2367 ($ $ (-1092))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1114)) (IF (|has| |t#1| (-893)) (IF (|has| |t#1| (-29 (-525))) (-15 -2367 ($ $ (-1092))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-934)) (-6 (-1114))) |%noBranch|) (IF (|has| |t#1| (-341)) (-6 (-341)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-385 (-525))) . T) ((-25) . T) ((-37 #1=(-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-34) |has| |#1| (-37 (-385 (-525)))) ((-91) |has| |#1| (-37 (-385 (-525)))) ((-97) . T) ((-107 #1# #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-213) |has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) ((-223) |has| |#1| (-341)) ((-263) |has| |#1| (-37 (-385 (-525)))) ((-265 $ $) |has| (-385 (-525)) (-1032)) ((-269) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-286) |has| |#1| (-341)) ((-341) |has| |#1| (-341)) ((-429) |has| |#1| (-341)) ((-466) |has| |#1| (-37 (-385 (-525)))) ((-517) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-594 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-669) . T) ((-835 (-1092)) -12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092)))) ((-906 |#1| #0# (-1005)) . T) ((-855) |has| |#1| (-341)) ((-934) |has| |#1| (-37 (-385 (-525)))) ((-983 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1114) |has| |#1| (-37 (-385 (-525)))) ((-1117) |has| |#1| (-37 (-385 (-525)))) ((-1132) |has| |#1| (-341)) ((-1152 |#1| #0#) . T))
-((-2414 (((-108) $) 12)) (-1934 (((-3 |#3| "failed") $) 17)) (-4105 ((|#3| $) 14)))
-(((-1156 |#1| |#2| |#3|) (-10 -8 (-15 -4105 (|#3| |#1|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -2414 ((-108) |#1|))) (-1157 |#2| |#3|) (-977) (-1134 |#2|)) (T -1156))
-NIL
-(-10 -8 (-15 -4105 (|#3| |#1|)) (-15 -1934 ((-3 |#3| "failed") |#1|)) (-15 -2414 ((-108) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 (-1005)) $) 74)) (-3469 (((-1092) $) 103)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-2730 (($ $ (-385 (-525))) 98) (($ $ (-385 (-525)) (-385 (-525))) 97)) (-2005 (((-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|))) $) 105)) (-1803 (($ $) 135 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 118 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 162 (|has| |#1| (-341)))) (-3586 (((-396 $) $) 163 (|has| |#1| (-341)))) (-4211 (($ $) 117 (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) 153 (|has| |#1| (-341)))) (-1781 (($ $) 134 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 119 (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|)))) 172)) (-1828 (($ $) 133 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 120 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#2| "failed") $) 183)) (-4105 ((|#2| $) 182)) (-1356 (($ $ $) 157 (|has| |#1| (-341)))) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-2040 (((-385 (-525)) $) 180)) (-1332 (($ $ $) 156 (|has| |#1| (-341)))) (-1368 (($ (-385 (-525)) |#2|) 181)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 151 (|has| |#1| (-341)))) (-1798 (((-108) $) 164 (|has| |#1| (-341)))) (-2853 (((-108) $) 73)) (-4106 (($) 145 (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-385 (-525)) $) 100) (((-385 (-525)) $ (-385 (-525))) 99)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 116 (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) 101) (($ $ (-385 (-525))) 171)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 160 (|has| |#1| (-341)))) (-2457 (((-108) $) 62)) (-1272 (($ |#1| (-385 (-525))) 61) (($ $ (-1005) (-385 (-525))) 76) (($ $ (-592 (-1005)) (-592 (-385 (-525)))) 75)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-2533 (($ $) 142 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-2739 (($ (-592 $)) 149 (|has| |#1| (-341))) (($ $ $) 148 (|has| |#1| (-341)))) (-4144 ((|#2| $) 179)) (-1817 (((-3 |#2| "failed") $) 177)) (-1361 ((|#2| $) 178)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 165 (|has| |#1| (-341)))) (-2367 (($ $) 170 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 169 (-2067 (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-893)) (|has| |#1| (-1114)) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-37 (-385 (-525)))))))) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 150 (|has| |#1| (-341)))) (-2772 (($ (-592 $)) 147 (|has| |#1| (-341))) (($ $ $) 146 (|has| |#1| (-341)))) (-4201 (((-396 $) $) 161 (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 158 (|has| |#1| (-341)))) (-1397 (($ $ (-385 (-525))) 95)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 152 (|has| |#1| (-341)))) (-1618 (($ $) 143 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))))) (-1927 (((-713) $) 154 (|has| |#1| (-341)))) (-3431 ((|#1| $ (-385 (-525))) 104) (($ $ $) 81 (|has| (-385 (-525)) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 155 (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) 89 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092) (-713)) 88 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-592 (-1092))) 87 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092)) 86 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-713)) 84 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-3529 (((-385 (-525)) $) 64)) (-1841 (($ $) 132 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 121 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 131 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 122 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 130 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 123 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 72)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 47 (|has| |#1| (-160))) (($ |#2|) 184) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517)))) (-3136 ((|#1| $ (-385 (-525))) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1423 ((|#1| $) 102)) (-1876 (($ $) 141 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 129 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-1853 (($ $) 140 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 128 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 139 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 127 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-385 (-525))) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 138 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 126 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 137 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 125 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 136 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 124 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 166 (|has| |#1| (-341)))) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) 93 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092) (-713)) 92 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-592 (-1092))) 91 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-1092)) 90 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (($ $ (-713)) 85 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341))) (($ $ $) 168 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 167 (|has| |#1| (-341))) (($ $ $) 144 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 115 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-1157 |#1| |#2|) (-131) (-977) (-1134 |t#1|)) (T -1157))
-((-3529 (*1 *2 *1) (-12 (-4 *1 (-1157 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1134 *3)) (-5 *2 (-385 (-525))))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-977)) (-4 *1 (-1157 *3 *2)) (-4 *2 (-1134 *3)))) (-1368 (*1 *1 *2 *3) (-12 (-5 *2 (-385 (-525))) (-4 *4 (-977)) (-4 *1 (-1157 *4 *3)) (-4 *3 (-1134 *4)))) (-2040 (*1 *2 *1) (-12 (-4 *1 (-1157 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1134 *3)) (-5 *2 (-385 (-525))))) (-4144 (*1 *2 *1) (-12 (-4 *1 (-1157 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1134 *3)))) (-1361 (*1 *2 *1) (-12 (-4 *1 (-1157 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1134 *3)))) (-1817 (*1 *2 *1) (|partial| -12 (-4 *1 (-1157 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1134 *3)))))
-(-13 (-1155 |t#1|) (-968 |t#2|) (-10 -8 (-15 -1368 ($ (-385 (-525)) |t#2|)) (-15 -2040 ((-385 (-525)) $)) (-15 -4144 (|t#2| $)) (-15 -3529 ((-385 (-525)) $)) (-15 -4100 ($ |t#2|)) (-15 -1361 (|t#2| $)) (-15 -1817 ((-3 |t#2| "failed") $))))
-(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-385 (-525))) . T) ((-25) . T) ((-37 #1=(-385 (-525))) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-34) |has| |#1| (-37 (-385 (-525)))) ((-91) |has| |#1| (-37 (-385 (-525)))) ((-97) . T) ((-107 #1# #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-213) |has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) ((-223) |has| |#1| (-341)) ((-263) |has| |#1| (-37 (-385 (-525)))) ((-265 $ $) |has| (-385 (-525)) (-1032)) ((-269) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-286) |has| |#1| (-341)) ((-341) |has| |#1| (-341)) ((-429) |has| |#1| (-341)) ((-466) |has| |#1| (-37 (-385 (-525)))) ((-517) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-594 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341))) ((-669) . T) ((-835 (-1092)) -12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092)))) ((-906 |#1| #0# (-1005)) . T) ((-855) |has| |#1| (-341)) ((-934) |has| |#1| (-37 (-385 (-525)))) ((-968 |#2|) . T) ((-983 #1#) -2067 (|has| |#1| (-341)) (|has| |#1| (-37 (-385 (-525))))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-341)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1114) |has| |#1| (-37 (-385 (-525)))) ((-1117) |has| |#1| (-37 (-385 (-525)))) ((-1132) |has| |#1| (-341)) ((-1152 |#1| #0#) . T) ((-1155 |#1|) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 96)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-385 (-525))) 106) (($ $ (-385 (-525)) (-385 (-525))) 108)) (-2005 (((-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|))) $) 51)) (-1803 (($ $) 180 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 156 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) 176 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 152 (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|)))) 61)) (-1828 (($ $) 184 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 160 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) NIL)) (-4105 ((|#2| $) NIL)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) 79)) (-2040 (((-385 (-525)) $) 13)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-1368 (($ (-385 (-525)) |#2|) 11)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-2853 (((-108) $) 68)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-385 (-525)) $) 103) (((-385 (-525)) $ (-385 (-525))) 104)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) 120) (($ $ (-385 (-525))) 118)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-385 (-525))) 31) (($ $ (-1005) (-385 (-525))) NIL) (($ $ (-592 (-1005)) (-592 (-385 (-525)))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) 115)) (-2533 (($ $) 150 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4144 ((|#2| $) 12)) (-1817 (((-3 |#2| "failed") $) 41)) (-1361 ((|#2| $) 42)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) 93 (|has| |#1| (-341)))) (-2367 (($ $) 135 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 140 (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114)))))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-385 (-525))) 112)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1618 (($ $) 148 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) 90 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-385 (-525))) 100) (($ $ $) 86 (|has| (-385 (-525)) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) 127 (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 124 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-3529 (((-385 (-525)) $) 16)) (-1841 (($ $) 186 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 162 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 182 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 158 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 178 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 154 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 110)) (-4100 (((-798) $) NIL) (($ (-525)) 35) (($ |#1|) 27 (|has| |#1| (-160))) (($ |#2|) 32) (($ (-385 (-525))) 128 (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517)))) (-3136 ((|#1| $ (-385 (-525))) 99)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) 117)) (-1423 ((|#1| $) 98)) (-1876 (($ $) 192 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 168 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) 188 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 164 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 196 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 172 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-385 (-525))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 198 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 174 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 194 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 170 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 190 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 166 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 21 T CONST)) (-3375 (($) 17 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-2775 (((-108) $ $) 66)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) 92 (|has| |#1| (-341)))) (-2871 (($ $) 131) (($ $ $) 72)) (-2860 (($ $ $) 70)) (** (($ $ (-856)) NIL) (($ $ (-713)) 76) (($ $ (-525)) 145 (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 146 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 74) (($ $ |#1|) NIL) (($ |#1| $) 126) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1158 |#1| |#2|) (-1157 |#1| |#2|) (-977) (-1134 |#1|)) (T -1158))
-NIL
-(-1157 |#1| |#2|)
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 11)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) NIL (|has| |#1| (-517)))) (-2730 (($ $ (-385 (-525))) NIL) (($ $ (-385 (-525)) (-385 (-525))) NIL)) (-2005 (((-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|))) $) NIL)) (-1803 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4195 (($ $) NIL (|has| |#1| (-341)))) (-3586 (((-396 $) $) NIL (|has| |#1| (-341)))) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1507 (((-108) $ $) NIL (|has| |#1| (-341)))) (-1781 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-713) (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#1|)))) NIL)) (-1828 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-1138 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1166 |#1| |#2| |#3|) "failed") $) 22)) (-4105 (((-1138 |#1| |#2| |#3|) $) NIL) (((-1166 |#1| |#2| |#3|) $) NIL)) (-1356 (($ $ $) NIL (|has| |#1| (-341)))) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2040 (((-385 (-525)) $) 57)) (-1332 (($ $ $) NIL (|has| |#1| (-341)))) (-1368 (($ (-385 (-525)) (-1138 |#1| |#2| |#3|)) NIL)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) NIL (|has| |#1| (-341)))) (-1798 (((-108) $) NIL (|has| |#1| (-341)))) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-385 (-525)) $) NIL) (((-385 (-525)) $ (-385 (-525))) NIL)) (-2278 (((-108) $) NIL)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) NIL) (($ $ (-385 (-525))) NIL)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-385 (-525))) 30) (($ $ (-1005) (-385 (-525))) NIL) (($ $ (-592 (-1005)) (-592 (-385 (-525)))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2533 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-2739 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4144 (((-1138 |#1| |#2| |#3|) $) 60)) (-1817 (((-3 (-1138 |#1| |#2| |#3|) "failed") $) NIL)) (-1361 (((-1138 |#1| |#2| |#3|) $) NIL)) (-1289 (((-1075) $) NIL)) (-1387 (($ $) NIL (|has| |#1| (-341)))) (-2367 (($ $) 39 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) NIL (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114))))) (($ $ (-1170 |#2|)) 40 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) NIL (|has| |#1| (-341)))) (-2772 (($ (-592 $)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-4201 (((-396 $) $) NIL (|has| |#1| (-341)))) (-2741 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-341))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) NIL (|has| |#1| (-341)))) (-1397 (($ $ (-385 (-525))) NIL)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-2183 (((-3 (-592 $) "failed") (-592 $) $) NIL (|has| |#1| (-341)))) (-1618 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))))) (-1927 (((-713) $) NIL (|has| |#1| (-341)))) (-3431 ((|#1| $ (-385 (-525))) NIL) (($ $ $) NIL (|has| (-385 (-525)) (-1032)))) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) NIL (|has| |#1| (-341)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $ (-1170 |#2|)) 38)) (-3529 (((-385 (-525)) $) NIL)) (-1841 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) NIL)) (-4100 (((-798) $) 89) (($ (-525)) NIL) (($ |#1|) NIL (|has| |#1| (-160))) (($ (-1138 |#1| |#2| |#3|)) 16) (($ (-1166 |#1| |#2| |#3|)) 17) (($ (-1170 |#2|)) 36) (($ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517)))) (-3136 ((|#1| $ (-385 (-525))) NIL)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) 12)) (-1876 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-385 (-525))) 62 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-385 (-525))))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341)))) (-3364 (($) 32 T CONST)) (-3375 (($) 26 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-385 (-525)) |#1|))))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 34)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ (-525)) NIL (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1159 |#1| |#2| |#3|) (-13 (-1157 |#1| (-1138 |#1| |#2| |#3|)) (-968 (-1166 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|))) (-977) (-1092) |#1|) (T -1159))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1159 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1159 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1159 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(-13 (-1157 |#1| (-1138 |#1| |#2| |#3|)) (-968 (-1166 |#1| |#2| |#3|)) (-10 -8 (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 34)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL)) (-2433 (($ $) NIL)) (-1568 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 (-525) "failed") $) NIL (|has| (-1159 |#2| |#3| |#4|) (-968 (-525)))) (((-3 (-385 (-525)) "failed") $) NIL (|has| (-1159 |#2| |#3| |#4|) (-968 (-385 (-525))))) (((-3 (-1159 |#2| |#3| |#4|) "failed") $) 20)) (-4105 (((-525) $) NIL (|has| (-1159 |#2| |#3| |#4|) (-968 (-525)))) (((-385 (-525)) $) NIL (|has| (-1159 |#2| |#3| |#4|) (-968 (-385 (-525))))) (((-1159 |#2| |#3| |#4|) $) NIL)) (-1451 (($ $) 35)) (-3300 (((-3 $ "failed") $) 25)) (-3201 (($ $) NIL (|has| (-1159 |#2| |#3| |#4|) (-429)))) (-1457 (($ $ (-1159 |#2| |#3| |#4|) (-297 |#2| |#3| |#4|) $) NIL)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) 11)) (-2457 (((-108) $) NIL)) (-1272 (($ (-1159 |#2| |#3| |#4|) (-297 |#2| |#3| |#4|)) 23)) (-1819 (((-297 |#2| |#3| |#4|) $) NIL)) (-1314 (($ (-1 (-297 |#2| |#3| |#4|) (-297 |#2| |#3| |#4|)) $) NIL)) (-2016 (($ (-1 (-1159 |#2| |#3| |#4|) (-1159 |#2| |#3| |#4|)) $) NIL)) (-3658 (((-3 (-782 |#2|) "failed") $) 75)) (-1418 (($ $) NIL)) (-1430 (((-1159 |#2| |#3| |#4|) $) 18)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1399 (((-108) $) NIL)) (-1407 (((-1159 |#2| |#3| |#4|) $) NIL)) (-1311 (((-3 $ "failed") $ (-1159 |#2| |#3| |#4|)) NIL (|has| (-1159 |#2| |#3| |#4|) (-517))) (((-3 $ "failed") $ $) NIL)) (-3900 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1159 |#2| |#3| |#4|)) (|:| |%expon| (-297 |#2| |#3| |#4|)) (|:| |%expTerms| (-592 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#2|)))))) (|:| |%type| (-1075))) "failed") $) 58)) (-3529 (((-297 |#2| |#3| |#4|) $) 14)) (-1661 (((-1159 |#2| |#3| |#4|) $) NIL (|has| (-1159 |#2| |#3| |#4|) (-429)))) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ (-1159 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-385 (-525))) NIL (-2067 (|has| (-1159 |#2| |#3| |#4|) (-37 (-385 (-525)))) (|has| (-1159 |#2| |#3| |#4|) (-968 (-385 (-525))))))) (-3137 (((-592 (-1159 |#2| |#3| |#4|)) $) NIL)) (-3136 (((-1159 |#2| |#3| |#4|) $ (-297 |#2| |#3| |#4|)) NIL)) (-1463 (((-3 $ "failed") $) NIL (|has| (-1159 |#2| |#3| |#4|) (-136)))) (-2448 (((-713)) NIL)) (-4042 (($ $ $ (-713)) NIL (|has| (-1159 |#2| |#3| |#4|) (-160)))) (-1571 (((-108) $ $) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 63 T CONST)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ (-1159 |#2| |#3| |#4|)) NIL (|has| (-1159 |#2| |#3| |#4|) (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ (-1159 |#2| |#3| |#4|)) NIL) (($ (-1159 |#2| |#3| |#4|) $) NIL) (($ (-385 (-525)) $) NIL (|has| (-1159 |#2| |#3| |#4|) (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| (-1159 |#2| |#3| |#4|) (-37 (-385 (-525)))))))
-(((-1160 |#1| |#2| |#3| |#4|) (-13 (-304 (-1159 |#2| |#3| |#4|) (-297 |#2| |#3| |#4|)) (-517) (-10 -8 (-15 -3658 ((-3 (-782 |#2|) "failed") $)) (-15 -3900 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1159 |#2| |#3| |#4|)) (|:| |%expon| (-297 |#2| |#3| |#4|)) (|:| |%expTerms| (-592 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#2|)))))) (|:| |%type| (-1075))) "failed") $)))) (-13 (-789) (-968 (-525)) (-588 (-525)) (-429)) (-13 (-27) (-1114) (-408 |#1|)) (-1092) |#2|) (T -1160))
-((-3658 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429))) (-5 *2 (-782 *4)) (-5 *1 (-1160 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1114) (-408 *3))) (-14 *5 (-1092)) (-14 *6 *4))) (-3900 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1159 *4 *5 *6)) (|:| |%expon| (-297 *4 *5 *6)) (|:| |%expTerms| (-592 (-2 (|:| |k| (-385 (-525))) (|:| |c| *4)))))) (|:| |%type| (-1075)))) (-5 *1 (-1160 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1114) (-408 *3))) (-14 *5 (-1092)) (-14 *6 *4))))
-(-13 (-304 (-1159 |#2| |#3| |#4|) (-297 |#2| |#3| |#4|)) (-517) (-10 -8 (-15 -3658 ((-3 (-782 |#2|) "failed") $)) (-15 -3900 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1159 |#2| |#3| |#4|)) (|:| |%expon| (-297 |#2| |#3| |#4|)) (|:| |%expTerms| (-592 (-2 (|:| |k| (-385 (-525))) (|:| |c| |#2|)))))) (|:| |%type| (-1075))) "failed") $))))
-((-2219 ((|#2| $) 29)) (-2250 ((|#2| $) 18)) (-3979 (($ $) 36)) (-1425 (($ $ (-525)) 64)) (-3779 (((-108) $ (-713)) 33)) (-1947 ((|#2| $ |#2|) 61)) (-4193 ((|#2| $ |#2|) 59)) (-1233 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 52) (($ $ "rest" $) 56) ((|#2| $ "last" |#2|) 54)) (-3379 (($ $ (-592 $)) 60)) (-2237 ((|#2| $) 17)) (-1659 (($ $) NIL) (($ $ (-713)) 42)) (-3994 (((-592 $) $) 26)) (-3569 (((-108) $ $) 50)) (-2516 (((-108) $ (-713)) 32)) (-4028 (((-108) $ (-713)) 31)) (-3506 (((-108) $) 28)) (-2718 ((|#2| $) 24) (($ $ (-713)) 46)) (-3431 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-3953 (((-108) $) 22)) (-3675 (($ $) 39)) (-2789 (($ $) 65)) (-4082 (((-713) $) 41)) (-3077 (($ $) 40)) (-2035 (($ $ $) 58) (($ |#2| $) NIL)) (-3576 (((-592 $) $) 27)) (-2775 (((-108) $ $) 48)) (-2827 (((-713) $) 35)))
-(((-1161 |#1| |#2|) (-10 -8 (-15 -1425 (|#1| |#1| (-525))) (-15 -1233 (|#2| |#1| "last" |#2|)) (-15 -4193 (|#2| |#1| |#2|)) (-15 -1233 (|#1| |#1| "rest" |#1|)) (-15 -1233 (|#2| |#1| "first" |#2|)) (-15 -2789 (|#1| |#1|)) (-15 -3675 (|#1| |#1|)) (-15 -4082 ((-713) |#1|)) (-15 -3077 (|#1| |#1|)) (-15 -2250 (|#2| |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -3979 (|#1| |#1|)) (-15 -2718 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "last")) (-15 -2718 (|#2| |#1|)) (-15 -1659 (|#1| |#1| (-713))) (-15 -3431 (|#1| |#1| "rest")) (-15 -1659 (|#1| |#1|)) (-15 -3431 (|#2| |#1| "first")) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#1|)) (-15 -1947 (|#2| |#1| |#2|)) (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -3379 (|#1| |#1| (-592 |#1|))) (-15 -3569 ((-108) |#1| |#1|)) (-15 -3953 ((-108) |#1|)) (-15 -3431 (|#2| |#1| "value")) (-15 -2219 (|#2| |#1|)) (-15 -3506 ((-108) |#1|)) (-15 -3994 ((-592 |#1|) |#1|)) (-15 -3576 ((-592 |#1|) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713)))) (-1162 |#2|) (-1128)) (T -1161))
-NIL
-(-10 -8 (-15 -1425 (|#1| |#1| (-525))) (-15 -1233 (|#2| |#1| "last" |#2|)) (-15 -4193 (|#2| |#1| |#2|)) (-15 -1233 (|#1| |#1| "rest" |#1|)) (-15 -1233 (|#2| |#1| "first" |#2|)) (-15 -2789 (|#1| |#1|)) (-15 -3675 (|#1| |#1|)) (-15 -4082 ((-713) |#1|)) (-15 -3077 (|#1| |#1|)) (-15 -2250 (|#2| |#1|)) (-15 -2237 (|#2| |#1|)) (-15 -3979 (|#1| |#1|)) (-15 -2718 (|#1| |#1| (-713))) (-15 -3431 (|#2| |#1| "last")) (-15 -2718 (|#2| |#1|)) (-15 -1659 (|#1| |#1| (-713))) (-15 -3431 (|#1| |#1| "rest")) (-15 -1659 (|#1| |#1|)) (-15 -3431 (|#2| |#1| "first")) (-15 -2035 (|#1| |#2| |#1|)) (-15 -2035 (|#1| |#1| |#1|)) (-15 -1947 (|#2| |#1| |#2|)) (-15 -1233 (|#2| |#1| "value" |#2|)) (-15 -3379 (|#1| |#1| (-592 |#1|))) (-15 -3569 ((-108) |#1| |#1|)) (-15 -3953 ((-108) |#1|)) (-15 -3431 (|#2| |#1| "value")) (-15 -2219 (|#2| |#1|)) (-15 -3506 ((-108) |#1|)) (-15 -3994 ((-592 |#1|) |#1|)) (-15 -3576 ((-592 |#1|) |#1|)) (-15 -2775 ((-108) |#1| |#1|)) (-15 -2827 ((-713) |#1|)) (-15 -3779 ((-108) |#1| (-713))) (-15 -2516 ((-108) |#1| (-713))) (-15 -4028 ((-108) |#1| (-713))))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-2219 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-3979 (($ $) 67)) (-1425 (($ $ (-525)) 52 (|has| $ (-6 -4260)))) (-3779 (((-108) $ (-713)) 8)) (-1947 ((|#1| $ |#1|) 39 (|has| $ (-6 -4260)))) (-3776 (($ $ $) 56 (|has| $ (-6 -4260)))) (-4193 ((|#1| $ |#1|) 54 (|has| $ (-6 -4260)))) (-2894 ((|#1| $ |#1|) 58 (|has| $ (-6 -4260)))) (-1233 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4260))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4260))) (($ $ "rest" $) 55 (|has| $ (-6 -4260))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4260)))) (-3379 (($ $ (-592 $)) 41 (|has| $ (-6 -4260)))) (-2237 ((|#1| $) 66)) (-2475 (($) 7 T CONST)) (-1659 (($ $) 73) (($ $ (-713)) 71)) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-3994 (((-592 $) $) 50)) (-3569 (((-108) $ $) 42 (|has| |#1| (-1020)))) (-2516 (((-108) $ (-713)) 9)) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35)) (-4028 (((-108) $ (-713)) 10)) (-2010 (((-592 |#1|) $) 45)) (-3506 (((-108) $) 49)) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2718 ((|#1| $) 70) (($ $ (-713)) 68)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 76) (($ $ (-713)) 74)) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69)) (-1707 (((-525) $ $) 44)) (-3953 (((-108) $) 46)) (-3675 (($ $) 62)) (-2789 (($ $) 59 (|has| $ (-6 -4260)))) (-4082 (((-713) $) 63)) (-3077 (($ $) 64)) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2503 (($ $) 13)) (-4190 (($ $ $) 61 (|has| $ (-6 -4260))) (($ $ |#1|) 60 (|has| $ (-6 -4260)))) (-2035 (($ $ $) 78) (($ |#1| $) 77)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-3576 (((-592 $) $) 51)) (-1791 (((-108) $ $) 43 (|has| |#1| (-1020)))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-1162 |#1|) (-131) (-1128)) (T -1162))
-((-2035 (*1 *1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-2035 (*1 *1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-1647 (*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-1647 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1162 *3)) (-4 *3 (-1128)))) (-1659 (*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-3431 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1162 *3)) (-4 *3 (-1128)))) (-1659 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1162 *3)) (-4 *3 (-1128)))) (-2718 (*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-3431 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-2718 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1162 *3)) (-4 *3 (-1128)))) (-3979 (*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-2237 (*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-2250 (*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-3077 (*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-4082 (*1 *2 *1) (-12 (-4 *1 (-1162 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))) (-3675 (*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-4190 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-4190 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-2789 (*1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-2894 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-1233 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-3776 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-1233 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4260)) (-4 *1 (-1162 *3)) (-4 *3 (-1128)))) (-4193 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-1233 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))) (-1425 (*1 *1 *1 *2) (-12 (-5 *2 (-525)) (|has| *1 (-6 -4260)) (-4 *1 (-1162 *3)) (-4 *3 (-1128)))))
-(-13 (-942 |t#1|) (-10 -8 (-15 -2035 ($ $ $)) (-15 -2035 ($ |t#1| $)) (-15 -1647 (|t#1| $)) (-15 -3431 (|t#1| $ "first")) (-15 -1647 ($ $ (-713))) (-15 -1659 ($ $)) (-15 -3431 ($ $ "rest")) (-15 -1659 ($ $ (-713))) (-15 -2718 (|t#1| $)) (-15 -3431 (|t#1| $ "last")) (-15 -2718 ($ $ (-713))) (-15 -3979 ($ $)) (-15 -2237 (|t#1| $)) (-15 -2250 (|t#1| $)) (-15 -3077 ($ $)) (-15 -4082 ((-713) $)) (-15 -3675 ($ $)) (IF (|has| $ (-6 -4260)) (PROGN (-15 -4190 ($ $ $)) (-15 -4190 ($ $ |t#1|)) (-15 -2789 ($ $)) (-15 -2894 (|t#1| $ |t#1|)) (-15 -1233 (|t#1| $ "first" |t#1|)) (-15 -3776 ($ $ $)) (-15 -1233 ($ $ "rest" $)) (-15 -4193 (|t#1| $ |t#1|)) (-15 -1233 (|t#1| $ "last" |t#1|)) (-15 -1425 ($ $ (-525)))) |%noBranch|)))
-(((-33) . T) ((-97) |has| |#1| (-1020)) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-566 (-798)))) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-464 |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-942 |#1|) . T) ((-1020) |has| |#1| (-1020)) ((-1128) . T))
-((-2016 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
-(((-1163 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2016 (|#4| (-1 |#2| |#1|) |#3|))) (-977) (-977) (-1165 |#1|) (-1165 |#2|)) (T -1163))
-((-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-977)) (-4 *6 (-977)) (-4 *2 (-1165 *6)) (-5 *1 (-1163 *5 *6 *4 *2)) (-4 *4 (-1165 *5)))))
-(-10 -7 (-15 -2016 (|#4| (-1 |#2| |#1|) |#3|)))
-((-2414 (((-108) $) 15)) (-1803 (($ $) 92)) (-3659 (($ $) 68)) (-1781 (($ $) 88)) (-3638 (($ $) 64)) (-1828 (($ $) 96)) (-3698 (($ $) 72)) (-2533 (($ $) 62)) (-1618 (($ $) 60)) (-1841 (($ $) 98)) (-3798 (($ $) 74)) (-1816 (($ $) 94)) (-3678 (($ $) 70)) (-1792 (($ $) 90)) (-3649 (($ $) 66)) (-4100 (((-798) $) 48) (($ (-525)) NIL) (($ (-385 (-525))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-1876 (($ $) 104)) (-3853 (($ $) 80)) (-1853 (($ $) 100)) (-3808 (($ $) 76)) (-1902 (($ $) 108)) (-1760 (($ $) 84)) (-3135 (($ $) 110)) (-1770 (($ $) 86)) (-1891 (($ $) 106)) (-1748 (($ $) 82)) (-1866 (($ $) 102)) (-3820 (($ $) 78)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ |#2|) 52) (($ $ $) 55) (($ $ (-385 (-525))) 58)))
-(((-1164 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-385 (-525)))) (-15 -3659 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3698 (|#1| |#1|)) (-15 -3798 (|#1| |#1|)) (-15 -3678 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3820 (|#1| |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -1760 (|#1| |#1|)) (-15 -3808 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -1792 (|#1| |#1|)) (-15 -1816 (|#1| |#1|)) (-15 -1841 (|#1| |#1|)) (-15 -1828 (|#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)) (-15 -1866 (|#1| |#1|)) (-15 -1891 (|#1| |#1|)) (-15 -3135 (|#1| |#1|)) (-15 -1902 (|#1| |#1|)) (-15 -1853 (|#1| |#1|)) (-15 -1876 (|#1| |#1|)) (-15 -2533 (|#1| |#1|)) (-15 -1618 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| (-525))) (-15 ** (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-856))) (-15 -2414 ((-108) |#1|)) (-15 -4100 ((-798) |#1|))) (-1165 |#2|) (-977)) (T -1164))
-NIL
-(-10 -8 (-15 ** (|#1| |#1| (-385 (-525)))) (-15 -3659 (|#1| |#1|)) (-15 -3638 (|#1| |#1|)) (-15 -3698 (|#1| |#1|)) (-15 -3798 (|#1| |#1|)) (-15 -3678 (|#1| |#1|)) (-15 -3649 (|#1| |#1|)) (-15 -3820 (|#1| |#1|)) (-15 -1748 (|#1| |#1|)) (-15 -1770 (|#1| |#1|)) (-15 -1760 (|#1| |#1|)) (-15 -3808 (|#1| |#1|)) (-15 -3853 (|#1| |#1|)) (-15 -1792 (|#1| |#1|)) (-15 -1816 (|#1| |#1|)) (-15 -1841 (|#1| |#1|)) (-15 -1828 (|#1| |#1|)) (-15 -1781 (|#1| |#1|)) (-15 -1803 (|#1| |#1|)) (-15 -1866 (|#1| |#1|)) (-15 -1891 (|#1| |#1|)) (-15 -3135 (|#1| |#1|)) (-15 -1902 (|#1| |#1|)) (-15 -1853 (|#1| |#1|)) (-15 -1876 (|#1| |#1|)) (-15 -2533 (|#1| |#1|)) (-15 -1618 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -4100 (|#1| |#2|)) (-15 -4100 (|#1| |#1|)) (-15 -4100 (|#1| (-385 (-525)))) (-15 -4100 (|#1| (-525))) (-15 ** (|#1| |#1| (-713))) (-15 ** (|#1| |#1| (-856))) (-15 -2414 ((-108) |#1|)) (-15 -4100 ((-798) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-1296 (((-592 (-1005)) $) 74)) (-3469 (((-1092) $) 103)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 51 (|has| |#1| (-517)))) (-2433 (($ $) 52 (|has| |#1| (-517)))) (-1568 (((-108) $) 54 (|has| |#1| (-517)))) (-2730 (($ $ (-713)) 98) (($ $ (-713) (-713)) 97)) (-2005 (((-1073 (-2 (|:| |k| (-713)) (|:| |c| |#1|))) $) 105)) (-1803 (($ $) 135 (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) 118 (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) 19)) (-4211 (($ $) 117 (|has| |#1| (-37 (-385 (-525)))))) (-1781 (($ $) 134 (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) 119 (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-1073 (-2 (|:| |k| (-713)) (|:| |c| |#1|)))) 155) (($ (-1073 |#1|)) 153)) (-1828 (($ $) 133 (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) 120 (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) 17 T CONST)) (-1451 (($ $) 60)) (-3300 (((-3 $ "failed") $) 34)) (-2491 (($ $) 152)) (-3565 (((-887 |#1|) $ (-713)) 150) (((-887 |#1|) $ (-713) (-713)) 149)) (-2853 (((-108) $) 73)) (-4106 (($) 145 (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-713) $) 100) (((-713) $ (-713)) 99)) (-2278 (((-108) $) 31)) (-1303 (($ $ (-525)) 116 (|has| |#1| (-37 (-385 (-525)))))) (-1585 (($ $ (-856)) 101)) (-2598 (($ (-1 |#1| (-525)) $) 151)) (-2457 (((-108) $) 62)) (-1272 (($ |#1| (-713)) 61) (($ $ (-1005) (-713)) 76) (($ $ (-592 (-1005)) (-592 (-713))) 75)) (-2016 (($ (-1 |#1| |#1|) $) 63)) (-2533 (($ $) 142 (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) 65)) (-1430 ((|#1| $) 66)) (-1289 (((-1075) $) 9)) (-2367 (($ $) 147 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 146 (-2067 (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-893)) (|has| |#1| (-1114)) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-37 (-385 (-525)))))))) (-3993 (((-1039) $) 10)) (-1397 (($ $ (-713)) 95)) (-1311 (((-3 $ "failed") $ $) 50 (|has| |#1| (-517)))) (-1618 (($ $) 143 (|has| |#1| (-37 (-385 (-525)))))) (-2825 (((-1073 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-713)))))) (-3431 ((|#1| $ (-713)) 104) (($ $ $) 81 (|has| (-713) (-1032)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) 89 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-1092) (-713)) 88 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-592 (-1092))) 87 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-1092)) 86 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-713)) 84 (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (-3529 (((-713) $) 64)) (-1841 (($ $) 132 (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) 121 (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) 131 (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) 122 (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) 130 (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) 123 (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 72)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ (-385 (-525))) 57 (|has| |#1| (-37 (-385 (-525))))) (($ $) 49 (|has| |#1| (-517))) (($ |#1|) 47 (|has| |#1| (-160)))) (-3137 (((-1073 |#1|) $) 154)) (-3136 ((|#1| $ (-713)) 59)) (-1463 (((-3 $ "failed") $) 48 (|has| |#1| (-136)))) (-2448 (((-713)) 29)) (-1423 ((|#1| $) 102)) (-1876 (($ $) 141 (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) 129 (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) 53 (|has| |#1| (-517)))) (-1853 (($ $) 140 (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) 128 (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) 139 (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) 127 (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-713)) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-713)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) 138 (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) 126 (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) 137 (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) 125 (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) 136 (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) 124 (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) 93 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-1092) (-713)) 92 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-592 (-1092))) 91 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-1092)) 90 (-12 (|has| |#1| (-835 (-1092))) (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (($ $ (-713)) 85 (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 58 (|has| |#1| (-341)))) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ |#1|) 148 (|has| |#1| (-341))) (($ $ $) 144 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 115 (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-385 (-525)) $) 56 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) 55 (|has| |#1| (-37 (-385 (-525)))))))
-(((-1165 |#1|) (-131) (-977)) (T -1165))
-((-2996 (*1 *1 *2) (-12 (-5 *2 (-1073 (-2 (|:| |k| (-713)) (|:| |c| *3)))) (-4 *3 (-977)) (-4 *1 (-1165 *3)))) (-3137 (*1 *2 *1) (-12 (-4 *1 (-1165 *3)) (-4 *3 (-977)) (-5 *2 (-1073 *3)))) (-2996 (*1 *1 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-4 *1 (-1165 *3)))) (-2491 (*1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-977)))) (-2598 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-525))) (-4 *1 (-1165 *3)) (-4 *3 (-977)))) (-3565 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-1165 *4)) (-4 *4 (-977)) (-5 *2 (-887 *4)))) (-3565 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-713)) (-4 *1 (-1165 *4)) (-4 *4 (-977)) (-5 *2 (-887 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-977)) (-4 *2 (-341)))) (-2367 (*1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525)))))) (-2367 (*1 *1 *1 *2) (-2067 (-12 (-5 *2 (-1092)) (-4 *1 (-1165 *3)) (-4 *3 (-977)) (-12 (-4 *3 (-29 (-525))) (-4 *3 (-893)) (-4 *3 (-1114)) (-4 *3 (-37 (-385 (-525)))))) (-12 (-5 *2 (-1092)) (-4 *1 (-1165 *3)) (-4 *3 (-977)) (-12 (|has| *3 (-15 -1296 ((-592 *2) *3))) (|has| *3 (-15 -2367 (*3 *3 *2))) (-4 *3 (-37 (-385 (-525)))))))))
-(-13 (-1152 |t#1| (-713)) (-10 -8 (-15 -2996 ($ (-1073 (-2 (|:| |k| (-713)) (|:| |c| |t#1|))))) (-15 -3137 ((-1073 |t#1|) $)) (-15 -2996 ($ (-1073 |t#1|))) (-15 -2491 ($ $)) (-15 -2598 ($ (-1 |t#1| (-525)) $)) (-15 -3565 ((-887 |t#1|) $ (-713))) (-15 -3565 ((-887 |t#1|) $ (-713) (-713))) (IF (|has| |t#1| (-341)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-37 (-385 (-525)))) (PROGN (-15 -2367 ($ $)) (IF (|has| |t#1| (-15 -2367 (|t#1| |t#1| (-1092)))) (IF (|has| |t#1| (-15 -1296 ((-592 (-1092)) |t#1|))) (-15 -2367 ($ $ (-1092))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1114)) (IF (|has| |t#1| (-893)) (IF (|has| |t#1| (-29 (-525))) (-15 -2367 ($ $ (-1092))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-934)) (-6 (-1114))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-713)) . T) ((-25) . T) ((-37 #1=(-385 (-525))) |has| |#1| (-37 (-385 (-525)))) ((-37 |#1|) |has| |#1| (-160)) ((-37 $) |has| |#1| (-517)) ((-34) |has| |#1| (-37 (-385 (-525)))) ((-91) |has| |#1| (-37 (-385 (-525)))) ((-97) . T) ((-107 #1# #1#) |has| |#1| (-37 (-385 (-525)))) ((-107 |#1| |#1|) . T) ((-107 $ $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-126) . T) ((-136) |has| |#1| (-136)) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-213) |has| |#1| (-15 * (|#1| (-713) |#1|))) ((-263) |has| |#1| (-37 (-385 (-525)))) ((-265 $ $) |has| (-713) (-1032)) ((-269) |has| |#1| (-517)) ((-466) |has| |#1| (-37 (-385 (-525)))) ((-517) |has| |#1| (-517)) ((-594 #1#) |has| |#1| (-37 (-385 (-525)))) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #1#) |has| |#1| (-37 (-385 (-525)))) ((-660 |#1|) |has| |#1| (-160)) ((-660 $) |has| |#1| (-517)) ((-669) . T) ((-835 (-1092)) -12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092)))) ((-906 |#1| #0# (-1005)) . T) ((-934) |has| |#1| (-37 (-385 (-525)))) ((-983 #1#) |has| |#1| (-37 (-385 (-525)))) ((-983 |#1|) . T) ((-983 $) -2067 (|has| |#1| (-517)) (|has| |#1| (-160))) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1114) |has| |#1| (-37 (-385 (-525)))) ((-1117) |has| |#1| (-37 (-385 (-525)))) ((-1152 |#1| #0#) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-1296 (((-592 (-1005)) $) NIL)) (-3469 (((-1092) $) 87)) (-2338 (((-1147 |#2| |#1|) $ (-713)) 73)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) NIL (|has| |#1| (-517)))) (-2433 (($ $) NIL (|has| |#1| (-517)))) (-1568 (((-108) $) 137 (|has| |#1| (-517)))) (-2730 (($ $ (-713)) 122) (($ $ (-713) (-713)) 124)) (-2005 (((-1073 (-2 (|:| |k| (-713)) (|:| |c| |#1|))) $) 42)) (-1803 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3659 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3222 (((-3 $ "failed") $ $) NIL)) (-4211 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1781 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3638 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2996 (($ (-1073 (-2 (|:| |k| (-713)) (|:| |c| |#1|)))) 53) (($ (-1073 |#1|)) NIL)) (-1828 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3698 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-2475 (($) NIL T CONST)) (-3223 (($ $) 128)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2491 (($ $) 135)) (-3565 (((-887 |#1|) $ (-713)) 63) (((-887 |#1|) $ (-713) (-713)) 65)) (-2853 (((-108) $) NIL)) (-4106 (($) NIL (|has| |#1| (-37 (-385 (-525)))))) (-4000 (((-713) $) NIL) (((-713) $ (-713)) NIL)) (-2278 (((-108) $) NIL)) (-2234 (($ $) 112)) (-1303 (($ $ (-525)) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3997 (($ (-525) (-525) $) 130)) (-1585 (($ $ (-856)) 134)) (-2598 (($ (-1 |#1| (-525)) $) 106)) (-2457 (((-108) $) NIL)) (-1272 (($ |#1| (-713)) 15) (($ $ (-1005) (-713)) NIL) (($ $ (-592 (-1005)) (-592 (-713))) NIL)) (-2016 (($ (-1 |#1| |#1|) $) 94)) (-2533 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1418 (($ $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-2381 (($ $) 110)) (-2036 (($ $) 108)) (-3623 (($ (-525) (-525) $) 132)) (-2367 (($ $) 145 (|has| |#1| (-37 (-385 (-525))))) (($ $ (-1092)) 151 (-2067 (-12 (|has| |#1| (-15 -2367 (|#1| |#1| (-1092)))) (|has| |#1| (-15 -1296 ((-592 (-1092)) |#1|))) (|has| |#1| (-37 (-385 (-525))))) (-12 (|has| |#1| (-29 (-525))) (|has| |#1| (-37 (-385 (-525)))) (|has| |#1| (-893)) (|has| |#1| (-1114))))) (($ $ (-1170 |#2|)) 146 (|has| |#1| (-37 (-385 (-525)))))) (-3993 (((-1039) $) NIL)) (-2621 (($ $ (-525) (-525)) 116)) (-1397 (($ $ (-713)) 118)) (-1311 (((-3 $ "failed") $ $) NIL (|has| |#1| (-517)))) (-1618 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1291 (($ $) 114)) (-2825 (((-1073 |#1|) $ |#1|) 96 (|has| |#1| (-15 ** (|#1| |#1| (-713)))))) (-3431 ((|#1| $ (-713)) 91) (($ $ $) 126 (|has| (-713) (-1032)))) (-2702 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) 103 (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $) 98 (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $ (-1170 |#2|)) 99)) (-3529 (((-713) $) NIL)) (-1841 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3798 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1816 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3678 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1792 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3649 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3926 (($ $) 120)) (-4100 (((-798) $) NIL) (($ (-525)) 24) (($ (-385 (-525))) 143 (|has| |#1| (-37 (-385 (-525))))) (($ $) NIL (|has| |#1| (-517))) (($ |#1|) 23 (|has| |#1| (-160))) (($ (-1147 |#2| |#1|)) 80) (($ (-1170 |#2|)) 20)) (-3137 (((-1073 |#1|) $) NIL)) (-3136 ((|#1| $ (-713)) 90)) (-1463 (((-3 $ "failed") $) NIL (|has| |#1| (-136)))) (-2448 (((-713)) NIL)) (-1423 ((|#1| $) 88)) (-1876 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1571 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1853 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3808 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1902 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1760 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1485 ((|#1| $ (-713)) 86 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-713)))) (|has| |#1| (-15 -4100 (|#1| (-1092))))))) (-3135 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1770 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1891 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1748 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-1866 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3820 (($ $) NIL (|has| |#1| (-37 (-385 (-525)))))) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 17 T CONST)) (-3375 (($) 13 T CONST)) (-2401 (($ $ (-592 (-1092)) (-592 (-713))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092) (-713)) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-592 (-1092))) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-1092)) NIL (-12 (|has| |#1| (-15 * (|#1| (-713) |#1|))) (|has| |#1| (-835 (-1092))))) (($ $ (-713)) NIL (|has| |#1| (-15 * (|#1| (-713) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-713) |#1|))))) (-2775 (((-108) $ $) NIL)) (-2880 (($ $ |#1|) NIL (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) 102)) (-2860 (($ $ $) 18)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL) (($ $ |#1|) 140 (|has| |#1| (-341))) (($ $ $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 101) (($ (-385 (-525)) $) NIL (|has| |#1| (-37 (-385 (-525))))) (($ $ (-385 (-525))) NIL (|has| |#1| (-37 (-385 (-525)))))))
-(((-1166 |#1| |#2| |#3|) (-13 (-1165 |#1|) (-10 -8 (-15 -4100 ($ (-1147 |#2| |#1|))) (-15 -2338 ((-1147 |#2| |#1|) $ (-713))) (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (-15 -2036 ($ $)) (-15 -2381 ($ $)) (-15 -2234 ($ $)) (-15 -1291 ($ $)) (-15 -2621 ($ $ (-525) (-525))) (-15 -3223 ($ $)) (-15 -3997 ($ (-525) (-525) $)) (-15 -3623 ($ (-525) (-525) $)) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|))) (-977) (-1092) |#1|) (T -1166))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-1147 *4 *3)) (-4 *3 (-977)) (-14 *4 (-1092)) (-14 *5 *3) (-5 *1 (-1166 *3 *4 *5)))) (-2338 (*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1147 *5 *4)) (-5 *1 (-1166 *4 *5 *6)) (-4 *4 (-977)) (-14 *5 (-1092)) (-14 *6 *4))) (-4100 (*1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2702 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977)) (-14 *5 *3))) (-2036 (*1 *1 *1) (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092)) (-14 *4 *2))) (-2381 (*1 *1 *1) (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092)) (-14 *4 *2))) (-2234 (*1 *1 *1) (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092)) (-14 *4 *2))) (-1291 (*1 *1 *1) (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092)) (-14 *4 *2))) (-2621 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977)) (-14 *4 (-1092)) (-14 *5 *3))) (-3223 (*1 *1 *1) (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092)) (-14 *4 *2))) (-3997 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977)) (-14 *4 (-1092)) (-14 *5 *3))) (-3623 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977)) (-14 *4 (-1092)) (-14 *5 *3))) (-2367 (*1 *1 *1 *2) (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(-13 (-1165 |#1|) (-10 -8 (-15 -4100 ($ (-1147 |#2| |#1|))) (-15 -2338 ((-1147 |#2| |#1|) $ (-713))) (-15 -4100 ($ (-1170 |#2|))) (-15 -2702 ($ $ (-1170 |#2|))) (-15 -2036 ($ $)) (-15 -2381 ($ $)) (-15 -2234 ($ $)) (-15 -1291 ($ $)) (-15 -2621 ($ $ (-525) (-525))) (-15 -3223 ($ $)) (-15 -3997 ($ (-525) (-525) $)) (-15 -3623 ($ (-525) (-525) $)) (IF (|has| |#1| (-37 (-385 (-525)))) (-15 -2367 ($ $ (-1170 |#2|))) |%noBranch|)))
-((-1720 (((-1 (-1073 |#1|) (-592 (-1073 |#1|))) (-1 |#2| (-592 |#2|))) 24)) (-1208 (((-1 (-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-1811 (((-1 (-1073 |#1|) (-1073 |#1|)) (-1 |#2| |#2|)) 13)) (-2612 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-3945 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-4130 ((|#2| (-1 |#2| (-592 |#2|)) (-592 |#1|)) 54)) (-3497 (((-592 |#2|) (-592 |#1|) (-592 (-1 |#2| (-592 |#2|)))) 61)) (-2685 ((|#2| |#2| |#2|) 43)))
-(((-1167 |#1| |#2|) (-10 -7 (-15 -1811 ((-1 (-1073 |#1|) (-1073 |#1|)) (-1 |#2| |#2|))) (-15 -1208 ((-1 (-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -1720 ((-1 (-1073 |#1|) (-592 (-1073 |#1|))) (-1 |#2| (-592 |#2|)))) (-15 -2685 (|#2| |#2| |#2|)) (-15 -3945 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2612 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4130 (|#2| (-1 |#2| (-592 |#2|)) (-592 |#1|))) (-15 -3497 ((-592 |#2|) (-592 |#1|) (-592 (-1 |#2| (-592 |#2|)))))) (-37 (-385 (-525))) (-1165 |#1|)) (T -1167))
-((-3497 (*1 *2 *3 *4) (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 (-1 *6 (-592 *6)))) (-4 *5 (-37 (-385 (-525)))) (-4 *6 (-1165 *5)) (-5 *2 (-592 *6)) (-5 *1 (-1167 *5 *6)))) (-4130 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-592 *2))) (-5 *4 (-592 *5)) (-4 *5 (-37 (-385 (-525)))) (-4 *2 (-1165 *5)) (-5 *1 (-1167 *5 *2)))) (-2612 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1165 *4)) (-5 *1 (-1167 *4 *2)) (-4 *4 (-37 (-385 (-525)))))) (-3945 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1165 *4)) (-5 *1 (-1167 *4 *2)) (-4 *4 (-37 (-385 (-525)))))) (-2685 (*1 *2 *2 *2) (-12 (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1167 *3 *2)) (-4 *2 (-1165 *3)))) (-1720 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-592 *5))) (-4 *5 (-1165 *4)) (-4 *4 (-37 (-385 (-525)))) (-5 *2 (-1 (-1073 *4) (-592 (-1073 *4)))) (-5 *1 (-1167 *4 *5)))) (-1208 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1165 *4)) (-4 *4 (-37 (-385 (-525)))) (-5 *2 (-1 (-1073 *4) (-1073 *4) (-1073 *4))) (-5 *1 (-1167 *4 *5)))) (-1811 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1165 *4)) (-4 *4 (-37 (-385 (-525)))) (-5 *2 (-1 (-1073 *4) (-1073 *4))) (-5 *1 (-1167 *4 *5)))))
-(-10 -7 (-15 -1811 ((-1 (-1073 |#1|) (-1073 |#1|)) (-1 |#2| |#2|))) (-15 -1208 ((-1 (-1073 |#1|) (-1073 |#1|) (-1073 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -1720 ((-1 (-1073 |#1|) (-592 (-1073 |#1|))) (-1 |#2| (-592 |#2|)))) (-15 -2685 (|#2| |#2| |#2|)) (-15 -3945 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2612 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -4130 (|#2| (-1 |#2| (-592 |#2|)) (-592 |#1|))) (-15 -3497 ((-592 |#2|) (-592 |#1|) (-592 (-1 |#2| (-592 |#2|))))))
-((-2011 ((|#2| |#4| (-713)) 30)) (-3601 ((|#4| |#2|) 25)) (-3299 ((|#4| (-385 |#2|)) 52 (|has| |#1| (-517)))) (-3655 (((-1 |#4| (-592 |#4|)) |#3|) 46)))
-(((-1168 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3601 (|#4| |#2|)) (-15 -2011 (|#2| |#4| (-713))) (-15 -3655 ((-1 |#4| (-592 |#4|)) |#3|)) (IF (|has| |#1| (-517)) (-15 -3299 (|#4| (-385 |#2|))) |%noBranch|)) (-977) (-1150 |#1|) (-602 |#2|) (-1165 |#1|)) (T -1168))
-((-3299 (*1 *2 *3) (-12 (-5 *3 (-385 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-517)) (-4 *4 (-977)) (-4 *2 (-1165 *4)) (-5 *1 (-1168 *4 *5 *6 *2)) (-4 *6 (-602 *5)))) (-3655 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *5 (-1150 *4)) (-5 *2 (-1 *6 (-592 *6))) (-5 *1 (-1168 *4 *5 *3 *6)) (-4 *3 (-602 *5)) (-4 *6 (-1165 *4)))) (-2011 (*1 *2 *3 *4) (-12 (-5 *4 (-713)) (-4 *5 (-977)) (-4 *2 (-1150 *5)) (-5 *1 (-1168 *5 *2 *6 *3)) (-4 *6 (-602 *2)) (-4 *3 (-1165 *5)))) (-3601 (*1 *2 *3) (-12 (-4 *4 (-977)) (-4 *3 (-1150 *4)) (-4 *2 (-1165 *4)) (-5 *1 (-1168 *4 *3 *5 *2)) (-4 *5 (-602 *3)))))
-(-10 -7 (-15 -3601 (|#4| |#2|)) (-15 -2011 (|#2| |#4| (-713))) (-15 -3655 ((-1 |#4| (-592 |#4|)) |#3|)) (IF (|has| |#1| (-517)) (-15 -3299 (|#4| (-385 |#2|))) |%noBranch|))
-NIL
-(((-1169) (-131)) (T -1169))
-NIL
-(-13 (-10 -7 (-6 -1456)))
-((-4087 (((-108) $ $) NIL)) (-3469 (((-1092)) 12)) (-1289 (((-1075) $) 17)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 11) (((-1092) $) 8)) (-2775 (((-108) $ $) 14)))
-(((-1170 |#1|) (-13 (-1020) (-566 (-1092)) (-10 -8 (-15 -4100 ((-1092) $)) (-15 -3469 ((-1092))))) (-1092)) (T -1170))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1170 *3)) (-14 *3 *2))) (-3469 (*1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1170 *3)) (-14 *3 *2))))
-(-13 (-1020) (-566 (-1092)) (-10 -8 (-15 -4100 ((-1092) $)) (-15 -3469 ((-1092)))))
-((-1221 (($ (-713)) 18)) (-1825 (((-632 |#2|) $ $) 40)) (-2482 ((|#2| $) 48)) (-4128 ((|#2| $) 47)) (-3584 ((|#2| $ $) 35)) (-2548 (($ $ $) 44)) (-2871 (($ $) 22) (($ $ $) 28)) (-2860 (($ $ $) 15)) (* (($ (-525) $) 25) (($ |#2| $) 31) (($ $ |#2|) 30)))
-(((-1171 |#1| |#2|) (-10 -8 (-15 -2482 (|#2| |#1|)) (-15 -4128 (|#2| |#1|)) (-15 -2548 (|#1| |#1| |#1|)) (-15 -1825 ((-632 |#2|) |#1| |#1|)) (-15 -3584 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 -1221 (|#1| (-713))) (-15 -2860 (|#1| |#1| |#1|))) (-1172 |#2|) (-1128)) (T -1171))
-NIL
-(-10 -8 (-15 -2482 (|#2| |#1|)) (-15 -4128 (|#2| |#1|)) (-15 -2548 (|#1| |#1| |#1|)) (-15 -1825 ((-632 |#2|) |#1| |#1|)) (-15 -3584 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-525) |#1|)) (-15 -2871 (|#1| |#1| |#1|)) (-15 -2871 (|#1| |#1|)) (-15 -1221 (|#1| (-713))) (-15 -2860 (|#1| |#1| |#1|)))
-((-4087 (((-108) $ $) 19 (|has| |#1| (-1020)))) (-1221 (($ (-713)) 112 (|has| |#1| (-23)))) (-3289 (((-1179) $ (-525) (-525)) 40 (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) 98) (((-108) $) 92 (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) 89 (|has| $ (-6 -4260))) (($ $) 88 (-12 (|has| |#1| (-789)) (|has| $ (-6 -4260))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) 8)) (-1233 ((|#1| $ (-525) |#1|) 52 (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) 58 (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) 75 (|has| $ (-6 -4259)))) (-2475 (($) 7 T CONST)) (-2670 (($ $) 90 (|has| $ (-6 -4260)))) (-1652 (($ $) 100)) (-1681 (($ $) 78 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2698 (($ |#1| $) 77 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) (($ (-1 (-108) |#1|) $) 74 (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) 53 (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) 51)) (-3856 (((-525) (-1 (-108) |#1|) $) 97) (((-525) |#1| $) 96 (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) 95 (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) 30 (|has| $ (-6 -4259)))) (-1825 (((-632 |#1|) $ $) 105 (|has| |#1| (-977)))) (-3324 (($ (-713) |#1|) 69)) (-2516 (((-108) $ (-713)) 9)) (-1732 (((-525) $) 43 (|has| (-525) (-789)))) (-3033 (($ $ $) 87 (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) 27 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-2231 (((-525) $) 44 (|has| (-525) (-789)))) (-1609 (($ $ $) 86 (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-2482 ((|#1| $) 102 (-12 (|has| |#1| (-977)) (|has| |#1| (-934))))) (-4028 (((-108) $ (-713)) 10)) (-4128 ((|#1| $) 103 (-12 (|has| |#1| (-977)) (|has| |#1| (-934))))) (-1289 (((-1075) $) 22 (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) 60) (($ $ $ (-525)) 59)) (-3177 (((-592 (-525)) $) 46)) (-3461 (((-108) (-525) $) 47)) (-3993 (((-1039) $) 21 (|has| |#1| (-1020)))) (-1647 ((|#1| $) 42 (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) 71)) (-3453 (($ $ |#1|) 41 (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) 32 (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) 26 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) 25 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) 23 (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) 14)) (-2456 (((-108) |#1| $) 45 (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) 48)) (-3479 (((-108) $) 11)) (-1558 (($) 12)) (-3431 ((|#1| $ (-525) |#1|) 50) ((|#1| $ (-525)) 49) (($ $ (-1141 (-525))) 63)) (-3584 ((|#1| $ $) 106 (|has| |#1| (-977)))) (-2139 (($ $ (-525)) 62) (($ $ (-1141 (-525))) 61)) (-2548 (($ $ $) 104 (|has| |#1| (-977)))) (-4002 (((-713) (-1 (-108) |#1|) $) 31 (|has| $ (-6 -4259))) (((-713) |#1| $) 28 (-12 (|has| |#1| (-1020)) (|has| $ (-6 -4259))))) (-3632 (($ $ $ (-525)) 91 (|has| $ (-6 -4260)))) (-2503 (($ $) 13)) (-2069 (((-501) $) 79 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 70)) (-2035 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-592 $)) 65)) (-4100 (((-798) $) 18 (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) 33 (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) 84 (|has| |#1| (-789)))) (-2807 (((-108) $ $) 83 (|has| |#1| (-789)))) (-2775 (((-108) $ $) 20 (|has| |#1| (-1020)))) (-2817 (((-108) $ $) 85 (|has| |#1| (-789)))) (-2795 (((-108) $ $) 82 (|has| |#1| (-789)))) (-2871 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-2860 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-525) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-669))) (($ $ |#1|) 107 (|has| |#1| (-669)))) (-2827 (((-713) $) 6 (|has| $ (-6 -4259)))))
-(((-1172 |#1|) (-131) (-1128)) (T -1172))
-((-2860 (*1 *1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-25)))) (-1221 (*1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1172 *3)) (-4 *3 (-23)) (-4 *3 (-1128)))) (-2871 (*1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-21)))) (-2871 (*1 *1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-4 *1 (-1172 *3)) (-4 *3 (-1128)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-669)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-669)))) (-3584 (*1 *2 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-977)))) (-1825 (*1 *2 *1 *1) (-12 (-4 *1 (-1172 *3)) (-4 *3 (-1128)) (-4 *3 (-977)) (-5 *2 (-632 *3)))) (-2548 (*1 *1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-977)))) (-4128 (*1 *2 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-934)) (-4 *2 (-977)))) (-2482 (*1 *2 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-934)) (-4 *2 (-977)))))
-(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -2860 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -1221 ($ (-713))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -2871 ($ $)) (-15 -2871 ($ $ $)) (-15 * ($ (-525) $))) |%noBranch|) (IF (|has| |t#1| (-669)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-977)) (PROGN (-15 -3584 (|t#1| $ $)) (-15 -1825 ((-632 |t#1|) $ $)) (-15 -2548 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-934)) (IF (|has| |t#1| (-977)) (PROGN (-15 -4128 (|t#1| $)) (-15 -2482 (|t#1| $))) |%noBranch|) |%noBranch|)))
-(((-33) . T) ((-97) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-566 (-798)) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789)) (|has| |#1| (-566 (-798)))) ((-142 |#1|) . T) ((-567 (-501)) |has| |#1| (-567 (-501))) ((-265 #0=(-525) |#1|) . T) ((-267 #0# |#1|) . T) ((-288 |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-351 |#1|) . T) ((-464 |#1|) . T) ((-558 #0# |#1|) . T) ((-486 |#1| |#1|) -12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))) ((-597 |#1|) . T) ((-19 |#1|) . T) ((-789) |has| |#1| (-789)) ((-1020) -2067 (|has| |#1| (-1020)) (|has| |#1| (-789))) ((-1128) . T))
-((-2159 (((-1174 |#2|) (-1 |#2| |#1| |#2|) (-1174 |#1|) |#2|) 13)) (-3504 ((|#2| (-1 |#2| |#1| |#2|) (-1174 |#1|) |#2|) 15)) (-2016 (((-3 (-1174 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1174 |#1|)) 28) (((-1174 |#2|) (-1 |#2| |#1|) (-1174 |#1|)) 18)))
-(((-1173 |#1| |#2|) (-10 -7 (-15 -2159 ((-1174 |#2|) (-1 |#2| |#1| |#2|) (-1174 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-1174 |#1|) |#2|)) (-15 -2016 ((-1174 |#2|) (-1 |#2| |#1|) (-1174 |#1|))) (-15 -2016 ((-3 (-1174 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1174 |#1|)))) (-1128) (-1128)) (T -1173))
-((-2016 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1174 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1174 *6)) (-5 *1 (-1173 *5 *6)))) (-2016 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1174 *5)) (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1174 *6)) (-5 *1 (-1173 *5 *6)))) (-3504 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1174 *5)) (-4 *5 (-1128)) (-4 *2 (-1128)) (-5 *1 (-1173 *5 *2)))) (-2159 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1174 *6)) (-4 *6 (-1128)) (-4 *5 (-1128)) (-5 *2 (-1174 *5)) (-5 *1 (-1173 *6 *5)))))
-(-10 -7 (-15 -2159 ((-1174 |#2|) (-1 |#2| |#1| |#2|) (-1174 |#1|) |#2|)) (-15 -3504 (|#2| (-1 |#2| |#1| |#2|) (-1174 |#1|) |#2|)) (-15 -2016 ((-1174 |#2|) (-1 |#2| |#1|) (-1174 |#1|))) (-15 -2016 ((-3 (-1174 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1174 |#1|))))
-((-4087 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-1221 (($ (-713)) NIL (|has| |#1| (-23)))) (-2691 (($ (-592 |#1|)) 9)) (-3289 (((-1179) $ (-525) (-525)) NIL (|has| $ (-6 -4260)))) (-2358 (((-108) (-1 (-108) |#1| |#1|) $) NIL) (((-108) $) NIL (|has| |#1| (-789)))) (-2436 (($ (-1 (-108) |#1| |#1|) $) NIL (|has| $ (-6 -4260))) (($ $) NIL (-12 (|has| $ (-6 -4260)) (|has| |#1| (-789))))) (-1842 (($ (-1 (-108) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-789)))) (-3779 (((-108) $ (-713)) NIL)) (-1233 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260))) ((|#1| $ (-1141 (-525)) |#1|) NIL (|has| $ (-6 -4260)))) (-2399 (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2475 (($) NIL T CONST)) (-2670 (($ $) NIL (|has| $ (-6 -4260)))) (-1652 (($ $) NIL)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2698 (($ |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) (($ (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-3504 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4259))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4259)))) (-3081 ((|#1| $ (-525) |#1|) NIL (|has| $ (-6 -4260)))) (-3017 ((|#1| $ (-525)) NIL)) (-3856 (((-525) (-1 (-108) |#1|) $) NIL) (((-525) |#1| $) NIL (|has| |#1| (-1020))) (((-525) |#1| $ (-525)) NIL (|has| |#1| (-1020)))) (-2175 (((-592 |#1|) $) 15 (|has| $ (-6 -4259)))) (-1825 (((-632 |#1|) $ $) NIL (|has| |#1| (-977)))) (-3324 (($ (-713) |#1|) NIL)) (-2516 (((-108) $ (-713)) NIL)) (-1732 (((-525) $) NIL (|has| (-525) (-789)))) (-3033 (($ $ $) NIL (|has| |#1| (-789)))) (-3212 (($ (-1 (-108) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-789)))) (-2617 (((-592 |#1|) $) NIL (|has| $ (-6 -4259)))) (-3198 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-2231 (((-525) $) NIL (|has| (-525) (-789)))) (-1609 (($ $ $) NIL (|has| |#1| (-789)))) (-3069 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2482 ((|#1| $) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-977))))) (-4028 (((-108) $ (-713)) NIL)) (-4128 ((|#1| $) NIL (-12 (|has| |#1| (-934)) (|has| |#1| (-977))))) (-1289 (((-1075) $) NIL (|has| |#1| (-1020)))) (-2594 (($ |#1| $ (-525)) NIL) (($ $ $ (-525)) NIL)) (-3177 (((-592 (-525)) $) NIL)) (-3461 (((-108) (-525) $) NIL)) (-3993 (((-1039) $) NIL (|has| |#1| (-1020)))) (-1647 ((|#1| $) NIL (|has| (-525) (-789)))) (-4202 (((-3 |#1| "failed") (-1 (-108) |#1|) $) NIL)) (-3453 (($ $ |#1|) NIL (|has| $ (-6 -4260)))) (-1518 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 (-273 |#1|))) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-273 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020)))) (($ $ (-592 |#1|) (-592 |#1|)) NIL (-12 (|has| |#1| (-288 |#1|)) (|has| |#1| (-1020))))) (-1231 (((-108) $ $) NIL)) (-2456 (((-108) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-1717 (((-592 |#1|) $) NIL)) (-3479 (((-108) $) NIL)) (-1558 (($) NIL)) (-3431 ((|#1| $ (-525) |#1|) NIL) ((|#1| $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-3584 ((|#1| $ $) NIL (|has| |#1| (-977)))) (-2139 (($ $ (-525)) NIL) (($ $ (-1141 (-525))) NIL)) (-2548 (($ $ $) NIL (|has| |#1| (-977)))) (-4002 (((-713) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259))) (((-713) |#1| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#1| (-1020))))) (-3632 (($ $ $ (-525)) NIL (|has| $ (-6 -4260)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) 19 (|has| |#1| (-567 (-501))))) (-4114 (($ (-592 |#1|)) 8)) (-2035 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-592 $)) NIL)) (-4100 (((-798) $) NIL (|has| |#1| (-566 (-798))))) (-2706 (((-108) (-1 (-108) |#1|) $) NIL (|has| $ (-6 -4259)))) (-2830 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2807 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2775 (((-108) $ $) NIL (|has| |#1| (-1020)))) (-2817 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2795 (((-108) $ $) NIL (|has| |#1| (-789)))) (-2871 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2860 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-525) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-669))) (($ $ |#1|) NIL (|has| |#1| (-669)))) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1174 |#1|) (-13 (-1172 |#1|) (-10 -8 (-15 -2691 ($ (-592 |#1|))))) (-1128)) (T -1174))
-((-2691 (*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1174 *3)))))
-(-13 (-1172 |#1|) (-10 -8 (-15 -2691 ($ (-592 |#1|)))))
-((-4087 (((-108) $ $) NIL)) (-1624 (((-1075) $ (-1075)) 90) (((-1075) $ (-1075) (-1075)) 88) (((-1075) $ (-1075) (-592 (-1075))) 87)) (-2579 (($) 59)) (-3790 (((-1179) $ (-445) (-856)) 45)) (-1526 (((-1179) $ (-856) (-1075)) 73) (((-1179) $ (-856) (-809)) 74)) (-2133 (((-1179) $ (-856) (-357) (-357)) 48)) (-3037 (((-1179) $ (-1075)) 69)) (-2907 (((-1179) $ (-856) (-1075)) 78)) (-2201 (((-1179) $ (-856) (-357) (-357)) 49)) (-2525 (((-1179) $ (-856) (-856)) 46)) (-1574 (((-1179) $) 70)) (-2406 (((-1179) $ (-856) (-1075)) 77)) (-2906 (((-1179) $ (-445) (-856)) 31)) (-2764 (((-1179) $ (-856) (-1075)) 76)) (-3259 (((-592 (-242)) $) 23) (($ $ (-592 (-242))) 24)) (-3144 (((-1179) $ (-713) (-713)) 43)) (-2075 (($ $) 60) (($ (-445) (-592 (-242))) 61)) (-1289 (((-1075) $) NIL)) (-1556 (((-525) $) 38)) (-3993 (((-1039) $) NIL)) (-2151 (((-1174 (-3 (-445) "undefined")) $) 37)) (-1445 (((-1174 (-2 (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)) (|:| -2764 (-525)) (|:| -2471 (-525)) (|:| |spline| (-525)) (|:| -3797 (-525)) (|:| |axesColor| (-809)) (|:| -1526 (-525)) (|:| |unitsColor| (-809)) (|:| |showing| (-525)))) $) 36)) (-1964 (((-1179) $ (-856) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-809) (-525) (-809) (-525)) 68)) (-1716 (((-592 (-878 (-205))) $) NIL)) (-4158 (((-445) $ (-856)) 33)) (-1323 (((-1179) $ (-713) (-713) (-856) (-856)) 40)) (-1648 (((-1179) $ (-1075)) 79)) (-2471 (((-1179) $ (-856) (-1075)) 75)) (-4100 (((-798) $) 85)) (-2682 (((-1179) $) 80)) (-3797 (((-1179) $ (-856) (-1075)) 71) (((-1179) $ (-856) (-809)) 72)) (-2775 (((-108) $ $) NIL)))
-(((-1175) (-13 (-1020) (-10 -8 (-15 -1716 ((-592 (-878 (-205))) $)) (-15 -2579 ($)) (-15 -2075 ($ $)) (-15 -3259 ((-592 (-242)) $)) (-15 -3259 ($ $ (-592 (-242)))) (-15 -2075 ($ (-445) (-592 (-242)))) (-15 -1964 ((-1179) $ (-856) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-809) (-525) (-809) (-525))) (-15 -1445 ((-1174 (-2 (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)) (|:| -2764 (-525)) (|:| -2471 (-525)) (|:| |spline| (-525)) (|:| -3797 (-525)) (|:| |axesColor| (-809)) (|:| -1526 (-525)) (|:| |unitsColor| (-809)) (|:| |showing| (-525)))) $)) (-15 -2151 ((-1174 (-3 (-445) "undefined")) $)) (-15 -3037 ((-1179) $ (-1075))) (-15 -2906 ((-1179) $ (-445) (-856))) (-15 -4158 ((-445) $ (-856))) (-15 -3797 ((-1179) $ (-856) (-1075))) (-15 -3797 ((-1179) $ (-856) (-809))) (-15 -1526 ((-1179) $ (-856) (-1075))) (-15 -1526 ((-1179) $ (-856) (-809))) (-15 -2764 ((-1179) $ (-856) (-1075))) (-15 -2406 ((-1179) $ (-856) (-1075))) (-15 -2471 ((-1179) $ (-856) (-1075))) (-15 -1648 ((-1179) $ (-1075))) (-15 -2682 ((-1179) $)) (-15 -1323 ((-1179) $ (-713) (-713) (-856) (-856))) (-15 -2201 ((-1179) $ (-856) (-357) (-357))) (-15 -2133 ((-1179) $ (-856) (-357) (-357))) (-15 -2907 ((-1179) $ (-856) (-1075))) (-15 -3144 ((-1179) $ (-713) (-713))) (-15 -3790 ((-1179) $ (-445) (-856))) (-15 -2525 ((-1179) $ (-856) (-856))) (-15 -1624 ((-1075) $ (-1075))) (-15 -1624 ((-1075) $ (-1075) (-1075))) (-15 -1624 ((-1075) $ (-1075) (-592 (-1075)))) (-15 -1574 ((-1179) $)) (-15 -1556 ((-525) $)) (-15 -4100 ((-798) $))))) (T -1175))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-1175)))) (-1716 (*1 *2 *1) (-12 (-5 *2 (-592 (-878 (-205)))) (-5 *1 (-1175)))) (-2579 (*1 *1) (-5 *1 (-1175))) (-2075 (*1 *1 *1) (-5 *1 (-1175))) (-3259 (*1 *2 *1) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1175)))) (-3259 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1175)))) (-2075 (*1 *1 *2 *3) (-12 (-5 *2 (-445)) (-5 *3 (-592 (-242))) (-5 *1 (-1175)))) (-1964 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-856)) (-5 *4 (-205)) (-5 *5 (-525)) (-5 *6 (-809)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-1445 (*1 *2 *1) (-12 (-5 *2 (-1174 (-2 (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)) (|:| -2764 (-525)) (|:| -2471 (-525)) (|:| |spline| (-525)) (|:| -3797 (-525)) (|:| |axesColor| (-809)) (|:| -1526 (-525)) (|:| |unitsColor| (-809)) (|:| |showing| (-525))))) (-5 *1 (-1175)))) (-2151 (*1 *2 *1) (-12 (-5 *2 (-1174 (-3 (-445) "undefined"))) (-5 *1 (-1175)))) (-3037 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2906 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-445)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-4158 (*1 *2 *1 *3) (-12 (-5 *3 (-856)) (-5 *2 (-445)) (-5 *1 (-1175)))) (-3797 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-3797 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-809)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-1526 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-1526 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-809)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2764 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2406 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2471 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-1648 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2682 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1175)))) (-1323 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-713)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2201 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-856)) (-5 *4 (-357)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2133 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-856)) (-5 *4 (-357)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2907 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-3144 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-3790 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-445)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-2525 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175)))) (-1624 (*1 *2 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1175)))) (-1624 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1175)))) (-1624 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1075)) (-5 *1 (-1175)))) (-1574 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1175)))) (-1556 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1175)))))
-(-13 (-1020) (-10 -8 (-15 -1716 ((-592 (-878 (-205))) $)) (-15 -2579 ($)) (-15 -2075 ($ $)) (-15 -3259 ((-592 (-242)) $)) (-15 -3259 ($ $ (-592 (-242)))) (-15 -2075 ($ (-445) (-592 (-242)))) (-15 -1964 ((-1179) $ (-856) (-205) (-205) (-205) (-205) (-525) (-525) (-525) (-525) (-809) (-525) (-809) (-525))) (-15 -1445 ((-1174 (-2 (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)) (|:| -2764 (-525)) (|:| -2471 (-525)) (|:| |spline| (-525)) (|:| -3797 (-525)) (|:| |axesColor| (-809)) (|:| -1526 (-525)) (|:| |unitsColor| (-809)) (|:| |showing| (-525)))) $)) (-15 -2151 ((-1174 (-3 (-445) "undefined")) $)) (-15 -3037 ((-1179) $ (-1075))) (-15 -2906 ((-1179) $ (-445) (-856))) (-15 -4158 ((-445) $ (-856))) (-15 -3797 ((-1179) $ (-856) (-1075))) (-15 -3797 ((-1179) $ (-856) (-809))) (-15 -1526 ((-1179) $ (-856) (-1075))) (-15 -1526 ((-1179) $ (-856) (-809))) (-15 -2764 ((-1179) $ (-856) (-1075))) (-15 -2406 ((-1179) $ (-856) (-1075))) (-15 -2471 ((-1179) $ (-856) (-1075))) (-15 -1648 ((-1179) $ (-1075))) (-15 -2682 ((-1179) $)) (-15 -1323 ((-1179) $ (-713) (-713) (-856) (-856))) (-15 -2201 ((-1179) $ (-856) (-357) (-357))) (-15 -2133 ((-1179) $ (-856) (-357) (-357))) (-15 -2907 ((-1179) $ (-856) (-1075))) (-15 -3144 ((-1179) $ (-713) (-713))) (-15 -3790 ((-1179) $ (-445) (-856))) (-15 -2525 ((-1179) $ (-856) (-856))) (-15 -1624 ((-1075) $ (-1075))) (-15 -1624 ((-1075) $ (-1075) (-1075))) (-15 -1624 ((-1075) $ (-1075) (-592 (-1075)))) (-15 -1574 ((-1179) $)) (-15 -1556 ((-525) $)) (-15 -4100 ((-798) $))))
-((-4087 (((-108) $ $) NIL)) (-3845 (((-1179) $ (-357)) 140) (((-1179) $ (-357) (-357) (-357)) 141)) (-1624 (((-1075) $ (-1075)) 148) (((-1075) $ (-1075) (-1075)) 146) (((-1075) $ (-1075) (-592 (-1075))) 145)) (-3301 (($) 50)) (-2501 (((-1179) $ (-357) (-357) (-357) (-357) (-357)) 116) (((-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))) $) 114) (((-1179) $ (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)))) 115) (((-1179) $ (-525) (-525) (-357) (-357) (-357)) 117) (((-1179) $ (-357) (-357)) 118) (((-1179) $ (-357) (-357) (-357)) 125)) (-1580 (((-357)) 97) (((-357) (-357)) 98)) (-3803 (((-357)) 92) (((-357) (-357)) 94)) (-4048 (((-357)) 95) (((-357) (-357)) 96)) (-3172 (((-357)) 101) (((-357) (-357)) 102)) (-1829 (((-357)) 99) (((-357) (-357)) 100)) (-2133 (((-1179) $ (-357) (-357)) 142)) (-3037 (((-1179) $ (-1075)) 126)) (-1517 (((-1052 (-205)) $) 51) (($ $ (-1052 (-205))) 52)) (-2576 (((-1179) $ (-1075)) 154)) (-1913 (((-1179) $ (-1075)) 155)) (-3941 (((-1179) $ (-357) (-357)) 124) (((-1179) $ (-525) (-525)) 139)) (-2525 (((-1179) $ (-856) (-856)) 132)) (-1574 (((-1179) $) 112)) (-4077 (((-1179) $ (-1075)) 153)) (-2480 (((-1179) $ (-1075)) 109)) (-3259 (((-592 (-242)) $) 53) (($ $ (-592 (-242))) 54)) (-3144 (((-1179) $ (-713) (-713)) 131)) (-3084 (((-1179) $ (-713) (-878 (-205))) 160)) (-2765 (($ $) 56) (($ (-1052 (-205)) (-1075)) 57) (($ (-1052 (-205)) (-592 (-242))) 58)) (-3690 (((-1179) $ (-357) (-357) (-357)) 106)) (-1289 (((-1075) $) NIL)) (-1556 (((-525) $) 103)) (-2297 (((-1179) $ (-357)) 143)) (-3730 (((-1179) $ (-357)) 158)) (-3993 (((-1039) $) NIL)) (-1804 (((-1179) $ (-357)) 157)) (-2616 (((-1179) $ (-1075)) 111)) (-1323 (((-1179) $ (-713) (-713) (-856) (-856)) 130)) (-2803 (((-1179) $ (-1075)) 108)) (-1648 (((-1179) $ (-1075)) 110)) (-3188 (((-1179) $ (-146) (-146)) 129)) (-4100 (((-798) $) 137)) (-2682 (((-1179) $) 113)) (-3795 (((-1179) $ (-1075)) 156)) (-3797 (((-1179) $ (-1075)) 107)) (-2775 (((-108) $ $) NIL)))
-(((-1176) (-13 (-1020) (-10 -8 (-15 -3803 ((-357))) (-15 -3803 ((-357) (-357))) (-15 -4048 ((-357))) (-15 -4048 ((-357) (-357))) (-15 -1580 ((-357))) (-15 -1580 ((-357) (-357))) (-15 -1829 ((-357))) (-15 -1829 ((-357) (-357))) (-15 -3172 ((-357))) (-15 -3172 ((-357) (-357))) (-15 -3301 ($)) (-15 -2765 ($ $)) (-15 -2765 ($ (-1052 (-205)) (-1075))) (-15 -2765 ($ (-1052 (-205)) (-592 (-242)))) (-15 -1517 ((-1052 (-205)) $)) (-15 -1517 ($ $ (-1052 (-205)))) (-15 -3084 ((-1179) $ (-713) (-878 (-205)))) (-15 -3259 ((-592 (-242)) $)) (-15 -3259 ($ $ (-592 (-242)))) (-15 -3144 ((-1179) $ (-713) (-713))) (-15 -2525 ((-1179) $ (-856) (-856))) (-15 -3037 ((-1179) $ (-1075))) (-15 -1323 ((-1179) $ (-713) (-713) (-856) (-856))) (-15 -2501 ((-1179) $ (-357) (-357) (-357) (-357) (-357))) (-15 -2501 ((-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))) $)) (-15 -2501 ((-1179) $ (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))) (-15 -2501 ((-1179) $ (-525) (-525) (-357) (-357) (-357))) (-15 -2501 ((-1179) $ (-357) (-357))) (-15 -2501 ((-1179) $ (-357) (-357) (-357))) (-15 -1648 ((-1179) $ (-1075))) (-15 -3797 ((-1179) $ (-1075))) (-15 -2803 ((-1179) $ (-1075))) (-15 -2480 ((-1179) $ (-1075))) (-15 -2616 ((-1179) $ (-1075))) (-15 -3941 ((-1179) $ (-357) (-357))) (-15 -3941 ((-1179) $ (-525) (-525))) (-15 -3845 ((-1179) $ (-357))) (-15 -3845 ((-1179) $ (-357) (-357) (-357))) (-15 -2133 ((-1179) $ (-357) (-357))) (-15 -4077 ((-1179) $ (-1075))) (-15 -1804 ((-1179) $ (-357))) (-15 -3730 ((-1179) $ (-357))) (-15 -2576 ((-1179) $ (-1075))) (-15 -1913 ((-1179) $ (-1075))) (-15 -3795 ((-1179) $ (-1075))) (-15 -3690 ((-1179) $ (-357) (-357) (-357))) (-15 -2297 ((-1179) $ (-357))) (-15 -1574 ((-1179) $)) (-15 -3188 ((-1179) $ (-146) (-146))) (-15 -1624 ((-1075) $ (-1075))) (-15 -1624 ((-1075) $ (-1075) (-1075))) (-15 -1624 ((-1075) $ (-1075) (-592 (-1075)))) (-15 -2682 ((-1179) $)) (-15 -1556 ((-525) $))))) (T -1176))
-((-3803 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-3803 (*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-4048 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-4048 (*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-1580 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-1580 (*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-1829 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-1829 (*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-3172 (*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-3172 (*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))) (-3301 (*1 *1) (-5 *1 (-1176))) (-2765 (*1 *1 *1) (-5 *1 (-1176))) (-2765 (*1 *1 *2 *3) (-12 (-5 *2 (-1052 (-205))) (-5 *3 (-1075)) (-5 *1 (-1176)))) (-2765 (*1 *1 *2 *3) (-12 (-5 *2 (-1052 (-205))) (-5 *3 (-592 (-242))) (-5 *1 (-1176)))) (-1517 (*1 *2 *1) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-1176)))) (-1517 (*1 *1 *1 *2) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-1176)))) (-3084 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-713)) (-5 *4 (-878 (-205))) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3259 (*1 *2 *1) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1176)))) (-3259 (*1 *1 *1 *2) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1176)))) (-3144 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2525 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3037 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-1323 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-713)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2501 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2501 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)))) (-5 *1 (-1176)))) (-2501 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205)))) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2501 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-525)) (-5 *4 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2501 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2501 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-1648 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3797 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2803 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2480 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2616 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3941 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3941 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3845 (*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3845 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2133 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-4077 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-1804 (*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3730 (*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2576 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-1913 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3795 (*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3690 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-2297 (*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-1574 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1176)))) (-3188 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-146)) (-5 *2 (-1179)) (-5 *1 (-1176)))) (-1624 (*1 *2 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1176)))) (-1624 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1176)))) (-1624 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1075)) (-5 *1 (-1176)))) (-2682 (*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1176)))) (-1556 (*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1176)))))
-(-13 (-1020) (-10 -8 (-15 -3803 ((-357))) (-15 -3803 ((-357) (-357))) (-15 -4048 ((-357))) (-15 -4048 ((-357) (-357))) (-15 -1580 ((-357))) (-15 -1580 ((-357) (-357))) (-15 -1829 ((-357))) (-15 -1829 ((-357) (-357))) (-15 -3172 ((-357))) (-15 -3172 ((-357) (-357))) (-15 -3301 ($)) (-15 -2765 ($ $)) (-15 -2765 ($ (-1052 (-205)) (-1075))) (-15 -2765 ($ (-1052 (-205)) (-592 (-242)))) (-15 -1517 ((-1052 (-205)) $)) (-15 -1517 ($ $ (-1052 (-205)))) (-15 -3084 ((-1179) $ (-713) (-878 (-205)))) (-15 -3259 ((-592 (-242)) $)) (-15 -3259 ($ $ (-592 (-242)))) (-15 -3144 ((-1179) $ (-713) (-713))) (-15 -2525 ((-1179) $ (-856) (-856))) (-15 -3037 ((-1179) $ (-1075))) (-15 -1323 ((-1179) $ (-713) (-713) (-856) (-856))) (-15 -2501 ((-1179) $ (-357) (-357) (-357) (-357) (-357))) (-15 -2501 ((-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))) $)) (-15 -2501 ((-1179) $ (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205)) (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205)) (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))) (-15 -2501 ((-1179) $ (-525) (-525) (-357) (-357) (-357))) (-15 -2501 ((-1179) $ (-357) (-357))) (-15 -2501 ((-1179) $ (-357) (-357) (-357))) (-15 -1648 ((-1179) $ (-1075))) (-15 -3797 ((-1179) $ (-1075))) (-15 -2803 ((-1179) $ (-1075))) (-15 -2480 ((-1179) $ (-1075))) (-15 -2616 ((-1179) $ (-1075))) (-15 -3941 ((-1179) $ (-357) (-357))) (-15 -3941 ((-1179) $ (-525) (-525))) (-15 -3845 ((-1179) $ (-357))) (-15 -3845 ((-1179) $ (-357) (-357) (-357))) (-15 -2133 ((-1179) $ (-357) (-357))) (-15 -4077 ((-1179) $ (-1075))) (-15 -1804 ((-1179) $ (-357))) (-15 -3730 ((-1179) $ (-357))) (-15 -2576 ((-1179) $ (-1075))) (-15 -1913 ((-1179) $ (-1075))) (-15 -3795 ((-1179) $ (-1075))) (-15 -3690 ((-1179) $ (-357) (-357) (-357))) (-15 -2297 ((-1179) $ (-357))) (-15 -1574 ((-1179) $)) (-15 -3188 ((-1179) $ (-146) (-146))) (-15 -1624 ((-1075) $ (-1075))) (-15 -1624 ((-1075) $ (-1075) (-1075))) (-15 -1624 ((-1075) $ (-1075) (-592 (-1075)))) (-15 -2682 ((-1179) $)) (-15 -1556 ((-525) $))))
-((-3727 (((-592 (-1075)) (-592 (-1075))) 94) (((-592 (-1075))) 90)) (-3507 (((-592 (-1075))) 88)) (-3340 (((-592 (-856)) (-592 (-856))) 63) (((-592 (-856))) 60)) (-3816 (((-592 (-713)) (-592 (-713))) 57) (((-592 (-713))) 53)) (-3857 (((-1179)) 65)) (-1309 (((-856) (-856)) 81) (((-856)) 80)) (-4049 (((-856) (-856)) 79) (((-856)) 78)) (-3604 (((-809) (-809)) 75) (((-809)) 74)) (-1848 (((-205)) 85) (((-205) (-357)) 87)) (-2641 (((-856)) 82) (((-856) (-856)) 83)) (-3526 (((-856) (-856)) 77) (((-856)) 76)) (-2636 (((-809) (-809)) 69) (((-809)) 67)) (-2122 (((-809) (-809)) 71) (((-809)) 70)) (-3381 (((-809) (-809)) 73) (((-809)) 72)))
-(((-1177) (-10 -7 (-15 -2636 ((-809))) (-15 -2636 ((-809) (-809))) (-15 -2122 ((-809))) (-15 -2122 ((-809) (-809))) (-15 -3381 ((-809))) (-15 -3381 ((-809) (-809))) (-15 -3604 ((-809))) (-15 -3604 ((-809) (-809))) (-15 -3526 ((-856))) (-15 -3526 ((-856) (-856))) (-15 -3816 ((-592 (-713)))) (-15 -3816 ((-592 (-713)) (-592 (-713)))) (-15 -3340 ((-592 (-856)))) (-15 -3340 ((-592 (-856)) (-592 (-856)))) (-15 -3857 ((-1179))) (-15 -3727 ((-592 (-1075)))) (-15 -3727 ((-592 (-1075)) (-592 (-1075)))) (-15 -3507 ((-592 (-1075)))) (-15 -4049 ((-856))) (-15 -1309 ((-856))) (-15 -4049 ((-856) (-856))) (-15 -1309 ((-856) (-856))) (-15 -2641 ((-856) (-856))) (-15 -2641 ((-856))) (-15 -1848 ((-205) (-357))) (-15 -1848 ((-205))))) (T -1177))
-((-1848 (*1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-1177)))) (-1848 (*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-205)) (-5 *1 (-1177)))) (-2641 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-2641 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-1309 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-4049 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-1309 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-4049 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-3507 (*1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1177)))) (-3727 (*1 *2 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1177)))) (-3727 (*1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1177)))) (-3857 (*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1177)))) (-3340 (*1 *2 *2) (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1177)))) (-3340 (*1 *2) (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1177)))) (-3816 (*1 *2 *2) (-12 (-5 *2 (-592 (-713))) (-5 *1 (-1177)))) (-3816 (*1 *2) (-12 (-5 *2 (-592 (-713))) (-5 *1 (-1177)))) (-3526 (*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-3526 (*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))) (-3604 (*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))) (-3604 (*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))) (-3381 (*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))) (-3381 (*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))) (-2122 (*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))) (-2122 (*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))) (-2636 (*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))) (-2636 (*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))))
-(-10 -7 (-15 -2636 ((-809))) (-15 -2636 ((-809) (-809))) (-15 -2122 ((-809))) (-15 -2122 ((-809) (-809))) (-15 -3381 ((-809))) (-15 -3381 ((-809) (-809))) (-15 -3604 ((-809))) (-15 -3604 ((-809) (-809))) (-15 -3526 ((-856))) (-15 -3526 ((-856) (-856))) (-15 -3816 ((-592 (-713)))) (-15 -3816 ((-592 (-713)) (-592 (-713)))) (-15 -3340 ((-592 (-856)))) (-15 -3340 ((-592 (-856)) (-592 (-856)))) (-15 -3857 ((-1179))) (-15 -3727 ((-592 (-1075)))) (-15 -3727 ((-592 (-1075)) (-592 (-1075)))) (-15 -3507 ((-592 (-1075)))) (-15 -4049 ((-856))) (-15 -1309 ((-856))) (-15 -4049 ((-856) (-856))) (-15 -1309 ((-856) (-856))) (-15 -2641 ((-856) (-856))) (-15 -2641 ((-856))) (-15 -1848 ((-205) (-357))) (-15 -1848 ((-205))))
-((-3418 (((-445) (-592 (-592 (-878 (-205)))) (-592 (-242))) 21) (((-445) (-592 (-592 (-878 (-205))))) 20) (((-445) (-592 (-592 (-878 (-205)))) (-809) (-809) (-856) (-592 (-242))) 19)) (-2711 (((-1175) (-592 (-592 (-878 (-205)))) (-592 (-242))) 27) (((-1175) (-592 (-592 (-878 (-205)))) (-809) (-809) (-856) (-592 (-242))) 26)) (-4100 (((-1175) (-445)) 38)))
-(((-1178) (-10 -7 (-15 -3418 ((-445) (-592 (-592 (-878 (-205)))) (-809) (-809) (-856) (-592 (-242)))) (-15 -3418 ((-445) (-592 (-592 (-878 (-205)))))) (-15 -3418 ((-445) (-592 (-592 (-878 (-205)))) (-592 (-242)))) (-15 -2711 ((-1175) (-592 (-592 (-878 (-205)))) (-809) (-809) (-856) (-592 (-242)))) (-15 -2711 ((-1175) (-592 (-592 (-878 (-205)))) (-592 (-242)))) (-15 -4100 ((-1175) (-445))))) (T -1178))
-((-4100 (*1 *2 *3) (-12 (-5 *3 (-445)) (-5 *2 (-1175)) (-5 *1 (-1178)))) (-2711 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-1178)))) (-2711 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-809)) (-5 *5 (-856)) (-5 *6 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-1178)))) (-3418 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-592 (-242))) (-5 *2 (-445)) (-5 *1 (-1178)))) (-3418 (*1 *2 *3) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *2 (-445)) (-5 *1 (-1178)))) (-3418 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-809)) (-5 *5 (-856)) (-5 *6 (-592 (-242))) (-5 *2 (-445)) (-5 *1 (-1178)))))
-(-10 -7 (-15 -3418 ((-445) (-592 (-592 (-878 (-205)))) (-809) (-809) (-856) (-592 (-242)))) (-15 -3418 ((-445) (-592 (-592 (-878 (-205)))))) (-15 -3418 ((-445) (-592 (-592 (-878 (-205)))) (-592 (-242)))) (-15 -2711 ((-1175) (-592 (-592 (-878 (-205)))) (-809) (-809) (-856) (-592 (-242)))) (-15 -2711 ((-1175) (-592 (-592 (-878 (-205)))) (-592 (-242)))) (-15 -4100 ((-1175) (-445))))
-((-3408 (($) 7)) (-4100 (((-798) $) 10)))
-(((-1179) (-10 -8 (-15 -3408 ($)) (-15 -4100 ((-798) $)))) (T -1179))
-((-4100 (*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-1179)))) (-3408 (*1 *1) (-5 *1 (-1179))))
-(-10 -8 (-15 -3408 ($)) (-15 -4100 ((-798) $)))
-((-2880 (($ $ |#2|) 10)))
-(((-1180 |#1| |#2|) (-10 -8 (-15 -2880 (|#1| |#1| |#2|))) (-1181 |#2|) (-341)) (T -1180))
-NIL
-(-10 -8 (-15 -2880 (|#1| |#1| |#2|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-3933 (((-128)) 28)) (-4100 (((-798) $) 11)) (-3364 (($) 18 T CONST)) (-2775 (((-108) $ $) 6)) (-2880 (($ $ |#1|) 29)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
-(((-1181 |#1|) (-131) (-341)) (T -1181))
-((-2880 (*1 *1 *1 *2) (-12 (-4 *1 (-1181 *2)) (-4 *2 (-341)))) (-3933 (*1 *2) (-12 (-4 *1 (-1181 *3)) (-4 *3 (-341)) (-5 *2 (-128)))))
-(-13 (-660 |t#1|) (-10 -8 (-15 -2880 ($ $ |t#1|)) (-15 -3933 ((-128)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-660 |#1|) . T) ((-983 |#1|) . T) ((-1020) . T))
-((-1295 (((-592 (-1123 |#1|)) (-1092) (-1123 |#1|)) 78)) (-1714 (((-1073 (-1073 (-887 |#1|))) (-1092) (-1073 (-887 |#1|))) 57)) (-3729 (((-1 (-1073 (-1123 |#1|)) (-1073 (-1123 |#1|))) (-713) (-1123 |#1|) (-1073 (-1123 |#1|))) 68)) (-2756 (((-1 (-1073 (-887 |#1|)) (-1073 (-887 |#1|))) (-713)) 59)) (-1958 (((-1 (-1088 (-887 |#1|)) (-887 |#1|)) (-1092)) 29)) (-1982 (((-1 (-1073 (-887 |#1|)) (-1073 (-887 |#1|))) (-713)) 58)))
-(((-1182 |#1|) (-10 -7 (-15 -2756 ((-1 (-1073 (-887 |#1|)) (-1073 (-887 |#1|))) (-713))) (-15 -1982 ((-1 (-1073 (-887 |#1|)) (-1073 (-887 |#1|))) (-713))) (-15 -1714 ((-1073 (-1073 (-887 |#1|))) (-1092) (-1073 (-887 |#1|)))) (-15 -1958 ((-1 (-1088 (-887 |#1|)) (-887 |#1|)) (-1092))) (-15 -1295 ((-592 (-1123 |#1|)) (-1092) (-1123 |#1|))) (-15 -3729 ((-1 (-1073 (-1123 |#1|)) (-1073 (-1123 |#1|))) (-713) (-1123 |#1|) (-1073 (-1123 |#1|))))) (-341)) (T -1182))
-((-3729 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-713)) (-4 *6 (-341)) (-5 *4 (-1123 *6)) (-5 *2 (-1 (-1073 *4) (-1073 *4))) (-5 *1 (-1182 *6)) (-5 *5 (-1073 *4)))) (-1295 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-4 *5 (-341)) (-5 *2 (-592 (-1123 *5))) (-5 *1 (-1182 *5)) (-5 *4 (-1123 *5)))) (-1958 (*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1 (-1088 (-887 *4)) (-887 *4))) (-5 *1 (-1182 *4)) (-4 *4 (-341)))) (-1714 (*1 *2 *3 *4) (-12 (-5 *3 (-1092)) (-4 *5 (-341)) (-5 *2 (-1073 (-1073 (-887 *5)))) (-5 *1 (-1182 *5)) (-5 *4 (-1073 (-887 *5))))) (-1982 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-1073 (-887 *4)) (-1073 (-887 *4)))) (-5 *1 (-1182 *4)) (-4 *4 (-341)))) (-2756 (*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-1073 (-887 *4)) (-1073 (-887 *4)))) (-5 *1 (-1182 *4)) (-4 *4 (-341)))))
-(-10 -7 (-15 -2756 ((-1 (-1073 (-887 |#1|)) (-1073 (-887 |#1|))) (-713))) (-15 -1982 ((-1 (-1073 (-887 |#1|)) (-1073 (-887 |#1|))) (-713))) (-15 -1714 ((-1073 (-1073 (-887 |#1|))) (-1092) (-1073 (-887 |#1|)))) (-15 -1958 ((-1 (-1088 (-887 |#1|)) (-887 |#1|)) (-1092))) (-15 -1295 ((-592 (-1123 |#1|)) (-1092) (-1123 |#1|))) (-15 -3729 ((-1 (-1073 (-1123 |#1|)) (-1073 (-1123 |#1|))) (-713) (-1123 |#1|) (-1073 (-1123 |#1|)))))
-((-1794 (((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) |#2|) 75)) (-3295 (((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|)))) 74)))
-(((-1183 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3295 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))))) (-15 -1794 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) |#2|))) (-327) (-1150 |#1|) (-1150 |#2|) (-387 |#2| |#3|)) (T -1183))
-((-1794 (*1 *2 *3) (-12 (-4 *4 (-327)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 *3)) (-5 *2 (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-632 *3)))) (-5 *1 (-1183 *4 *3 *5 *6)) (-4 *6 (-387 *3 *5)))) (-3295 (*1 *2) (-12 (-4 *3 (-327)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 *4)) (-5 *2 (-2 (|:| -2103 (-632 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-632 *4)))) (-5 *1 (-1183 *3 *4 *5 *6)) (-4 *6 (-387 *4 *5)))))
-(-10 -7 (-15 -3295 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))))) (-15 -1794 ((-2 (|:| -2103 (-632 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-632 |#2|))) |#2|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 43)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) NIL)) (-2278 (((-108) $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-4100 (((-798) $) 64) (($ (-525)) NIL) ((|#4| $) 54) (($ |#4|) 49) (($ |#1|) NIL (|has| |#1| (-160)))) (-2448 (((-713)) NIL)) (-1718 (((-1179) (-713)) 16)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 27 T CONST)) (-3375 (($) 67 T CONST)) (-2775 (((-108) $ $) 69)) (-2880 (((-3 $ "failed") $ $) NIL (|has| |#1| (-341)))) (-2871 (($ $) 71) (($ $ $) NIL)) (-2860 (($ $ $) 47)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 73) (($ |#1| $) NIL (|has| |#1| (-160))) (($ $ |#1|) NIL (|has| |#1| (-160)))))
-(((-1184 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-977) (-10 -8 (IF (|has| |#1| (-160)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4100 (|#4| $)) (IF (|has| |#1| (-341)) (-15 -2880 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4100 ($ |#4|)) (-15 -1718 ((-1179) (-713))))) (-977) (-789) (-735) (-884 |#1| |#3| |#2|) (-592 |#2|) (-592 (-713)) (-713)) (T -1184))
-((-4100 (*1 *2 *1) (-12 (-4 *2 (-884 *3 *5 *4)) (-5 *1 (-1184 *3 *4 *5 *2 *6 *7 *8)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-735)) (-14 *6 (-592 *4)) (-14 *7 (-592 (-713))) (-14 *8 (-713)))) (-2880 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-341)) (-4 *2 (-977)) (-4 *3 (-789)) (-4 *4 (-735)) (-14 *6 (-592 *3)) (-5 *1 (-1184 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-884 *2 *4 *3)) (-14 *7 (-592 (-713))) (-14 *8 (-713)))) (-4100 (*1 *1 *2) (-12 (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-735)) (-14 *6 (-592 *4)) (-5 *1 (-1184 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-884 *3 *5 *4)) (-14 *7 (-592 (-713))) (-14 *8 (-713)))) (-1718 (*1 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-977)) (-4 *5 (-789)) (-4 *6 (-735)) (-14 *8 (-592 *5)) (-5 *2 (-1179)) (-5 *1 (-1184 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-884 *4 *6 *5)) (-14 *9 (-592 *3)) (-14 *10 *3))))
-(-13 (-977) (-10 -8 (IF (|has| |#1| (-160)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4100 (|#4| $)) (IF (|has| |#1| (-341)) (-15 -2880 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4100 ($ |#4|)) (-15 -1718 ((-1179) (-713)))))
-((-4087 (((-108) $ $) NIL)) (-2562 (((-592 (-2 (|:| -2682 $) (|:| -2046 (-592 |#4|)))) (-592 |#4|)) NIL)) (-3347 (((-592 $) (-592 |#4|)) 88)) (-1296 (((-592 |#3|) $) NIL)) (-2071 (((-108) $) NIL)) (-3093 (((-108) $) NIL (|has| |#1| (-517)))) (-1587 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1402 ((|#4| |#4| $) NIL)) (-1842 (((-2 (|:| |under| $) (|:| -1340 $) (|:| |upper| $)) $ |#3|) NIL)) (-3779 (((-108) $ (-713)) NIL)) (-2399 (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259))) (((-3 |#4| "failed") $ |#3|) NIL)) (-2475 (($) NIL T CONST)) (-3542 (((-108) $) NIL (|has| |#1| (-517)))) (-2462 (((-108) $ $) NIL (|has| |#1| (-517)))) (-2390 (((-108) $ $) NIL (|has| |#1| (-517)))) (-1698 (((-108) $) NIL (|has| |#1| (-517)))) (-2783 (((-592 |#4|) (-592 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) 28)) (-3308 (((-592 |#4|) (-592 |#4|) $) 25 (|has| |#1| (-517)))) (-1655 (((-592 |#4|) (-592 |#4|) $) NIL (|has| |#1| (-517)))) (-1934 (((-3 $ "failed") (-592 |#4|)) NIL)) (-4105 (($ (-592 |#4|)) NIL)) (-1659 (((-3 $ "failed") $) 70)) (-2268 ((|#4| |#4| $) 75)) (-1681 (($ $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-2698 (($ |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (($ (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-3681 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-3964 (((-108) |#4| $ (-1 (-108) |#4| |#4|)) NIL)) (-1469 ((|#4| |#4| $) NIL)) (-3504 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4259))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4259))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-1329 (((-2 (|:| -2682 (-592 |#4|)) (|:| -2046 (-592 |#4|))) $) NIL)) (-2175 (((-592 |#4|) $) NIL (|has| $ (-6 -4259)))) (-3221 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-2577 ((|#3| $) 76)) (-2516 (((-108) $ (-713)) NIL)) (-2617 (((-592 |#4|) $) 29 (|has| $ (-6 -4259)))) (-3198 (((-108) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020))))) (-1683 (((-3 $ "failed") (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|)) 32) (((-3 $ "failed") (-592 |#4|)) 35)) (-3069 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4260)))) (-2016 (($ (-1 |#4| |#4|) $) NIL)) (-3435 (((-592 |#3|) $) NIL)) (-2468 (((-108) |#3| $) NIL)) (-4028 (((-108) $ (-713)) NIL)) (-1289 (((-1075) $) NIL)) (-2718 (((-3 |#4| "failed") $) NIL)) (-1455 (((-592 |#4|) $) 50)) (-3732 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-3076 ((|#4| |#4| $) 74)) (-3472 (((-108) $ $) 85)) (-2991 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-517)))) (-2635 (((-108) |#4| $) NIL) (((-108) $) NIL)) (-1998 ((|#4| |#4| $) NIL)) (-3993 (((-1039) $) NIL)) (-1647 (((-3 |#4| "failed") $) 69)) (-4202 (((-3 |#4| "failed") (-1 (-108) |#4|) $) NIL)) (-2821 (((-3 $ "failed") $ |#4|) NIL)) (-1397 (($ $ |#4|) NIL)) (-1518 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2825 (($ $ (-592 |#4|) (-592 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-273 |#4|)) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020)))) (($ $ (-592 (-273 |#4|))) NIL (-12 (|has| |#4| (-288 |#4|)) (|has| |#4| (-1020))))) (-1231 (((-108) $ $) NIL)) (-3479 (((-108) $) 67)) (-1558 (($) 42)) (-3529 (((-713) $) NIL)) (-4002 (((-713) |#4| $) NIL (-12 (|has| $ (-6 -4259)) (|has| |#4| (-1020)))) (((-713) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-2503 (($ $) NIL)) (-2069 (((-501) $) NIL (|has| |#4| (-567 (-501))))) (-4114 (($ (-592 |#4|)) NIL)) (-4151 (($ $ |#3|) NIL)) (-3522 (($ $ |#3|) NIL)) (-1411 (($ $) NIL)) (-3963 (($ $ |#3|) NIL)) (-4100 (((-798) $) NIL) (((-592 |#4|) $) 57)) (-1223 (((-713) $) NIL (|has| |#3| (-346)))) (-4137 (((-3 $ "failed") (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|)) 40) (((-3 $ "failed") (-592 |#4|)) 41)) (-2519 (((-592 $) (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|)) 65) (((-592 $) (-592 |#4|)) 66)) (-3799 (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4| |#4|)) 24) (((-3 (-2 (|:| |bas| $) (|:| -3490 (-592 |#4|))) "failed") (-592 |#4|) (-1 (-108) |#4|) (-1 (-108) |#4| |#4|)) NIL)) (-4170 (((-108) $ (-1 (-108) |#4| (-592 |#4|))) NIL)) (-2706 (((-108) (-1 (-108) |#4|) $) NIL (|has| $ (-6 -4259)))) (-1874 (((-592 |#3|) $) NIL)) (-2738 (((-108) |#3| $) NIL)) (-2775 (((-108) $ $) NIL)) (-2827 (((-713) $) NIL (|has| $ (-6 -4259)))))
-(((-1185 |#1| |#2| |#3| |#4|) (-13 (-1122 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1683 ((-3 $ "failed") (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1683 ((-3 $ "failed") (-592 |#4|))) (-15 -4137 ((-3 $ "failed") (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4137 ((-3 $ "failed") (-592 |#4|))) (-15 -2519 ((-592 $) (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2519 ((-592 $) (-592 |#4|))))) (-517) (-735) (-789) (-991 |#1| |#2| |#3|)) (T -1185))
-((-1683 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-592 *8)) (-5 *3 (-1 (-108) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1185 *5 *6 *7 *8)))) (-1683 (*1 *1 *2) (|partial| -12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-1185 *3 *4 *5 *6)))) (-4137 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-592 *8)) (-5 *3 (-1 (-108) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1185 *5 *6 *7 *8)))) (-4137 (*1 *1 *2) (|partial| -12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-1185 *3 *4 *5 *6)))) (-2519 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-592 *9)) (-5 *4 (-1 (-108) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-991 *6 *7 *8)) (-4 *6 (-517)) (-4 *7 (-735)) (-4 *8 (-789)) (-5 *2 (-592 (-1185 *6 *7 *8 *9))) (-5 *1 (-1185 *6 *7 *8 *9)))) (-2519 (*1 *2 *3) (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 (-1185 *4 *5 *6 *7))) (-5 *1 (-1185 *4 *5 *6 *7)))))
-(-13 (-1122 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1683 ((-3 $ "failed") (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -1683 ((-3 $ "failed") (-592 |#4|))) (-15 -4137 ((-3 $ "failed") (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -4137 ((-3 $ "failed") (-592 |#4|))) (-15 -2519 ((-592 $) (-592 |#4|) (-1 (-108) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2519 ((-592 $) (-592 |#4|)))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-3222 (((-3 $ "failed") $ $) 19)) (-2475 (($) 17 T CONST)) (-3300 (((-3 $ "failed") $) 34)) (-2278 (((-108) $) 31)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#1|) 38)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
-(((-1186 |#1|) (-131) (-977)) (T -1186))
-((-4100 (*1 *1 *2) (-12 (-4 *1 (-1186 *2)) (-4 *2 (-977)))))
-(-13 (-977) (-107 |t#1| |t#1|) (-10 -8 (-15 -4100 ($ |t#1|)) (IF (|has| |t#1| (-160)) (-6 (-37 |t#1|)) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-160)) ((-97) . T) ((-107 |#1| |#1|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 |#1|) |has| |#1| (-160)) ((-669) . T) ((-983 |#1|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T))
-((-4087 (((-108) $ $) 60)) (-2414 (((-108) $) NIL)) (-2668 (((-592 |#1|) $) 45)) (-4107 (($ $ (-713)) 39)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2734 (($ $ (-713)) 18 (|has| |#2| (-160))) (($ $ $) 19 (|has| |#2| (-160)))) (-2475 (($) NIL T CONST)) (-3976 (($ $ $) 63) (($ $ (-761 |#1|)) 49) (($ $ |#1|) 53)) (-1934 (((-3 (-761 |#1|) "failed") $) NIL)) (-4105 (((-761 |#1|) $) NIL)) (-1451 (($ $) 32)) (-3300 (((-3 $ "failed") $) NIL)) (-2023 (((-108) $) NIL)) (-1381 (($ $) NIL)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-2885 (($ (-761 |#1|) |#2|) 31)) (-4064 (($ $) 33)) (-2321 (((-2 (|:| |k| (-761 |#1|)) (|:| |c| |#2|)) $) 12)) (-3130 (((-761 |#1|) $) NIL)) (-2054 (((-761 |#1|) $) 34)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-1225 (($ $ $) 62) (($ $ (-761 |#1|)) 51) (($ $ |#1|) 55)) (-2669 (((-2 (|:| |k| (-761 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1418 (((-761 |#1|) $) 28)) (-1430 ((|#2| $) 30)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-3529 (((-713) $) 36)) (-1930 (((-108) $) 40)) (-2247 ((|#2| $) NIL)) (-4100 (((-798) $) NIL) (($ (-761 |#1|)) 24) (($ |#1|) 25) (($ |#2|) NIL) (($ (-525)) NIL)) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-761 |#1|)) NIL)) (-2681 ((|#2| $ $) 65) ((|#2| $ (-761 |#1|)) NIL)) (-2448 (((-713)) NIL)) (-3706 (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (-3364 (($) 13 T CONST)) (-3375 (($) 15 T CONST)) (-3482 (((-592 (-2 (|:| |k| (-761 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2775 (((-108) $ $) 38)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 22)) (** (($ $ (-713)) NIL) (($ $ (-856)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ |#2| $) 21) (($ $ |#2|) 61) (($ |#2| (-761 |#1|)) NIL) (($ |#1| $) 27) (($ $ $) NIL)))
-(((-1187 |#1| |#2|) (-13 (-360 |#2| (-761 |#1|)) (-1193 |#1| |#2|)) (-789) (-977)) (T -1187))
-NIL
-(-13 (-360 |#2| (-761 |#1|)) (-1193 |#1| |#2|))
-((-2533 ((|#3| |#3| (-713)) 23)) (-1618 ((|#3| |#3| (-713)) 28)) (-3925 ((|#3| |#3| |#3| (-713)) 29)))
-(((-1188 |#1| |#2| |#3|) (-10 -7 (-15 -1618 (|#3| |#3| (-713))) (-15 -2533 (|#3| |#3| (-713))) (-15 -3925 (|#3| |#3| |#3| (-713)))) (-13 (-977) (-660 (-385 (-525)))) (-789) (-1193 |#2| |#1|)) (T -1188))
-((-3925 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-13 (-977) (-660 (-385 (-525))))) (-4 *5 (-789)) (-5 *1 (-1188 *4 *5 *2)) (-4 *2 (-1193 *5 *4)))) (-2533 (*1 *2 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-13 (-977) (-660 (-385 (-525))))) (-4 *5 (-789)) (-5 *1 (-1188 *4 *5 *2)) (-4 *2 (-1193 *5 *4)))) (-1618 (*1 *2 *2 *3) (-12 (-5 *3 (-713)) (-4 *4 (-13 (-977) (-660 (-385 (-525))))) (-4 *5 (-789)) (-5 *1 (-1188 *4 *5 *2)) (-4 *2 (-1193 *5 *4)))))
-(-10 -7 (-15 -1618 (|#3| |#3| (-713))) (-15 -2533 (|#3| |#3| (-713))) (-15 -3925 (|#3| |#3| |#3| (-713))))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2668 (((-592 |#1|) $) 40)) (-3222 (((-3 $ "failed") $ $) 19)) (-2734 (($ $ $) 43 (|has| |#2| (-160))) (($ $ (-713)) 42 (|has| |#2| (-160)))) (-2475 (($) 17 T CONST)) (-3976 (($ $ |#1|) 54) (($ $ (-761 |#1|)) 53) (($ $ $) 52)) (-1934 (((-3 (-761 |#1|) "failed") $) 64)) (-4105 (((-761 |#1|) $) 63)) (-3300 (((-3 $ "failed") $) 34)) (-2023 (((-108) $) 45)) (-1381 (($ $) 44)) (-2278 (((-108) $) 31)) (-2457 (((-108) $) 50)) (-2885 (($ (-761 |#1|) |#2|) 51)) (-4064 (($ $) 49)) (-2321 (((-2 (|:| |k| (-761 |#1|)) (|:| |c| |#2|)) $) 60)) (-3130 (((-761 |#1|) $) 61)) (-2016 (($ (-1 |#2| |#2|) $) 41)) (-1225 (($ $ |#1|) 57) (($ $ (-761 |#1|)) 56) (($ $ $) 55)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-1930 (((-108) $) 47)) (-2247 ((|#2| $) 46)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#2|) 68) (($ (-761 |#1|)) 65) (($ |#1|) 48)) (-2681 ((|#2| $ (-761 |#1|)) 59) ((|#2| $ $) 58)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ |#2| $) 67) (($ $ |#2|) 66) (($ |#1| $) 62)))
-(((-1189 |#1| |#2|) (-131) (-789) (-977)) (T -1189))
-((* (*1 *1 *1 *2) (-12 (-4 *1 (-1189 *3 *2)) (-4 *3 (-789)) (-4 *2 (-977)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-3130 (*1 *2 *1) (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-761 *3)))) (-2321 (*1 *2 *1) (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-2 (|:| |k| (-761 *3)) (|:| |c| *4))))) (-2681 (*1 *2 *1 *3) (-12 (-5 *3 (-761 *4)) (-4 *1 (-1189 *4 *2)) (-4 *4 (-789)) (-4 *2 (-977)))) (-2681 (*1 *2 *1 *1) (-12 (-4 *1 (-1189 *3 *2)) (-4 *3 (-789)) (-4 *2 (-977)))) (-1225 (*1 *1 *1 *2) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-1225 (*1 *1 *1 *2) (-12 (-5 *2 (-761 *3)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)))) (-1225 (*1 *1 *1 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-3976 (*1 *1 *1 *2) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-3976 (*1 *1 *1 *2) (-12 (-5 *2 (-761 *3)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)))) (-3976 (*1 *1 *1 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-2885 (*1 *1 *2 *3) (-12 (-5 *2 (-761 *4)) (-4 *4 (-789)) (-4 *1 (-1189 *4 *3)) (-4 *3 (-977)))) (-2457 (*1 *2 *1) (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-108)))) (-4064 (*1 *1 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-4100 (*1 *1 *2) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-1930 (*1 *2 *1) (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-108)))) (-2247 (*1 *2 *1) (-12 (-4 *1 (-1189 *3 *2)) (-4 *3 (-789)) (-4 *2 (-977)))) (-2023 (*1 *2 *1) (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-108)))) (-1381 (*1 *1 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))) (-2734 (*1 *1 *1 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)) (-4 *3 (-160)))) (-2734 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-4 *4 (-160)))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)))) (-2668 (*1 *2 *1) (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-592 *3)))))
-(-13 (-977) (-1186 |t#2|) (-968 (-761 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3130 ((-761 |t#1|) $)) (-15 -2321 ((-2 (|:| |k| (-761 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -2681 (|t#2| $ (-761 |t#1|))) (-15 -2681 (|t#2| $ $)) (-15 -1225 ($ $ |t#1|)) (-15 -1225 ($ $ (-761 |t#1|))) (-15 -1225 ($ $ $)) (-15 -3976 ($ $ |t#1|)) (-15 -3976 ($ $ (-761 |t#1|))) (-15 -3976 ($ $ $)) (-15 -2885 ($ (-761 |t#1|) |t#2|)) (-15 -2457 ((-108) $)) (-15 -4064 ($ $)) (-15 -4100 ($ |t#1|)) (-15 -1930 ((-108) $)) (-15 -2247 (|t#2| $)) (-15 -2023 ((-108) $)) (-15 -1381 ($ $)) (IF (|has| |t#2| (-160)) (PROGN (-15 -2734 ($ $ $)) (-15 -2734 ($ $ (-713)))) |%noBranch|) (-15 -2016 ($ (-1 |t#2| |t#2|) $)) (-15 -2668 ((-592 |t#1|) $)) (IF (|has| |t#2| (-6 -4252)) (-6 -4252) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#2|) |has| |#2| (-160)) ((-97) . T) ((-107 |#2| |#2|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#2|) . T) ((-594 $) . T) ((-660 |#2|) |has| |#2| (-160)) ((-669) . T) ((-968 (-761 |#1|)) . T) ((-983 |#2|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1186 |#2|) . T))
-((-3214 (((-108) $) 15)) (-2738 (((-108) $) 14)) (-2363 (($ $) 19) (($ $ (-713)) 20)))
-(((-1190 |#1| |#2|) (-10 -8 (-15 -2363 (|#1| |#1| (-713))) (-15 -2363 (|#1| |#1|)) (-15 -3214 ((-108) |#1|)) (-15 -2738 ((-108) |#1|))) (-1191 |#2|) (-341)) (T -1190))
-NIL
-(-10 -8 (-15 -2363 (|#1| |#1| (-713))) (-15 -2363 (|#1| |#1|)) (-15 -3214 ((-108) |#1|)) (-15 -2738 ((-108) |#1|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-4011 (((-2 (|:| -1509 $) (|:| -4246 $) (|:| |associate| $)) $) 41)) (-2433 (($ $) 40)) (-1568 (((-108) $) 38)) (-3214 (((-108) $) 94)) (-2132 (((-713)) 90)) (-3222 (((-3 $ "failed") $ $) 19)) (-4195 (($ $) 73)) (-3586 (((-396 $) $) 72)) (-1507 (((-108) $ $) 59)) (-2475 (($) 17 T CONST)) (-1934 (((-3 |#1| "failed") $) 101)) (-4105 ((|#1| $) 100)) (-1356 (($ $ $) 55)) (-3300 (((-3 $ "failed") $) 34)) (-1332 (($ $ $) 56)) (-2466 (((-2 (|:| -2681 (-592 $)) (|:| -3817 $)) (-592 $)) 51)) (-1339 (($ $ (-713)) 87 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346)))) (($ $) 86 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-1798 (((-108) $) 71)) (-4000 (((-775 (-856)) $) 84 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2278 (((-108) $) 31)) (-3624 (((-3 (-592 $) "failed") (-592 $) $) 52)) (-2739 (($ $ $) 46) (($ (-592 $)) 45)) (-1289 (((-1075) $) 9)) (-1387 (($ $) 70)) (-2700 (((-108) $) 93)) (-3993 (((-1039) $) 10)) (-1379 (((-1088 $) (-1088 $) (-1088 $)) 44)) (-2772 (($ $ $) 48) (($ (-592 $)) 47)) (-4201 (((-396 $) $) 74)) (-1690 (((-775 (-856))) 91)) (-2741 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -3817 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1311 (((-3 $ "failed") $ $) 42)) (-2183 (((-3 (-592 $) "failed") (-592 $) $) 50)) (-1927 (((-713) $) 58)) (-2494 (((-2 (|:| -1416 $) (|:| -3681 $)) $ $) 57)) (-2043 (((-3 (-713) "failed") $ $) 85 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-3933 (((-128)) 99)) (-3529 (((-775 (-856)) $) 92)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ $) 43) (($ (-385 (-525))) 65) (($ |#1|) 102)) (-1463 (((-3 $ "failed") $) 83 (-2067 (|has| |#1| (-136)) (|has| |#1| (-346))))) (-2448 (((-713)) 29)) (-1571 (((-108) $ $) 39)) (-2738 (((-108) $) 95)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33) (($ $ (-525)) 69)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2363 (($ $) 89 (|has| |#1| (-346))) (($ $ (-713)) 88 (|has| |#1| (-346)))) (-2775 (((-108) $ $) 6)) (-2880 (($ $ $) 64) (($ $ |#1|) 98)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32) (($ $ (-525)) 68)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ $ (-385 (-525))) 67) (($ (-385 (-525)) $) 66) (($ $ |#1|) 97) (($ |#1| $) 96)))
-(((-1191 |#1|) (-131) (-341)) (T -1191))
-((-2738 (*1 *2 *1) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-108)))) (-3214 (*1 *2 *1) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-108)))) (-2700 (*1 *2 *1) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-108)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-775 (-856))))) (-1690 (*1 *2) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-775 (-856))))) (-2132 (*1 *2) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-713)))) (-2363 (*1 *1 *1) (-12 (-4 *1 (-1191 *2)) (-4 *2 (-341)) (-4 *2 (-346)))) (-2363 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-4 *3 (-346)))))
-(-13 (-341) (-968 |t#1|) (-1181 |t#1|) (-10 -8 (IF (|has| |t#1| (-138)) (-6 (-138)) |%noBranch|) (IF (|has| |t#1| (-136)) (-6 (-380)) |%noBranch|) (-15 -2738 ((-108) $)) (-15 -3214 ((-108) $)) (-15 -2700 ((-108) $)) (-15 -3529 ((-775 (-856)) $)) (-15 -1690 ((-775 (-856)))) (-15 -2132 ((-713))) (IF (|has| |t#1| (-346)) (PROGN (-6 (-380)) (-15 -2363 ($ $)) (-15 -2363 ($ $ (-713)))) |%noBranch|)))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-385 (-525))) . T) ((-37 $) . T) ((-97) . T) ((-107 #0# #0#) . T) ((-107 |#1| |#1|) . T) ((-107 $ $) . T) ((-126) . T) ((-136) -2067 (|has| |#1| (-346)) (|has| |#1| (-136))) ((-138) |has| |#1| (-138)) ((-566 (-798)) . T) ((-160) . T) ((-223) . T) ((-269) . T) ((-286) . T) ((-341) . T) ((-380) -2067 (|has| |#1| (-346)) (|has| |#1| (-136))) ((-429) . T) ((-517) . T) ((-594 #0#) . T) ((-594 |#1|) . T) ((-594 $) . T) ((-660 #0#) . T) ((-660 |#1|) . T) ((-660 $) . T) ((-669) . T) ((-855) . T) ((-968 |#1|) . T) ((-983 #0#) . T) ((-983 |#1|) . T) ((-983 $) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1132) . T) ((-1181 |#1|) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2668 (((-592 |#1|) $) 86)) (-4107 (($ $ (-713)) 89)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2734 (($ $ $) NIL (|has| |#2| (-160))) (($ $ (-713)) NIL (|has| |#2| (-160)))) (-2475 (($) NIL T CONST)) (-3976 (($ $ |#1|) NIL) (($ $ (-761 |#1|)) NIL) (($ $ $) NIL)) (-1934 (((-3 (-761 |#1|) "failed") $) NIL) (((-3 (-828 |#1|) "failed") $) NIL)) (-4105 (((-761 |#1|) $) NIL) (((-828 |#1|) $) NIL)) (-1451 (($ $) 88)) (-3300 (((-3 $ "failed") $) NIL)) (-2023 (((-108) $) 77)) (-1381 (($ $) 81)) (-3125 (($ $ $ (-713)) 90)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-2885 (($ (-761 |#1|) |#2|) NIL) (($ (-828 |#1|) |#2|) 26)) (-4064 (($ $) 103)) (-2321 (((-2 (|:| |k| (-761 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3130 (((-761 |#1|) $) NIL)) (-2054 (((-761 |#1|) $) NIL)) (-2016 (($ (-1 |#2| |#2|) $) NIL)) (-1225 (($ $ |#1|) NIL) (($ $ (-761 |#1|)) NIL) (($ $ $) NIL)) (-2533 (($ $ (-713)) 97 (|has| |#2| (-660 (-385 (-525)))))) (-2669 (((-2 (|:| |k| (-828 |#1|)) (|:| |c| |#2|)) $) NIL)) (-1418 (((-828 |#1|) $) 70)) (-1430 ((|#2| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1618 (($ $ (-713)) 94 (|has| |#2| (-660 (-385 (-525)))))) (-3529 (((-713) $) 87)) (-1930 (((-108) $) 71)) (-2247 ((|#2| $) 75)) (-4100 (((-798) $) 57) (($ (-525)) NIL) (($ |#2|) 51) (($ (-761 |#1|)) NIL) (($ |#1|) 59) (($ (-828 |#1|)) NIL) (($ (-610 |#1| |#2|)) 43) (((-1187 |#1| |#2|) $) 64) (((-1196 |#1| |#2|) $) 69)) (-3137 (((-592 |#2|) $) NIL)) (-3136 ((|#2| $ (-828 |#1|)) NIL)) (-2681 ((|#2| $ (-761 |#1|)) NIL) ((|#2| $ $) NIL)) (-2448 (((-713)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 21 T CONST)) (-3375 (($) 25 T CONST)) (-3482 (((-592 (-2 (|:| |k| (-828 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1370 (((-3 (-610 |#1| |#2|) "failed") $) 102)) (-2775 (((-108) $ $) 65)) (-2871 (($ $) 96) (($ $ $) 95)) (-2860 (($ $ $) 20)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 44) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-828 |#1|)) NIL)))
-(((-1192 |#1| |#2|) (-13 (-1193 |#1| |#2|) (-360 |#2| (-828 |#1|)) (-10 -8 (-15 -4100 ($ (-610 |#1| |#2|))) (-15 -4100 ((-1187 |#1| |#2|) $)) (-15 -4100 ((-1196 |#1| |#2|) $)) (-15 -1370 ((-3 (-610 |#1| |#2|) "failed") $)) (-15 -3125 ($ $ $ (-713))) (IF (|has| |#2| (-660 (-385 (-525)))) (PROGN (-15 -1618 ($ $ (-713))) (-15 -2533 ($ $ (-713)))) |%noBranch|))) (-789) (-160)) (T -1192))
-((-4100 (*1 *1 *2) (-12 (-5 *2 (-610 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)) (-5 *1 (-1192 *3 *4)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1187 *3 *4)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)))) (-4100 (*1 *2 *1) (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)))) (-1370 (*1 *2 *1) (|partial| -12 (-5 *2 (-610 *3 *4)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)))) (-3125 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160)))) (-1618 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-1192 *3 *4)) (-4 *4 (-660 (-385 (-525)))) (-4 *3 (-789)) (-4 *4 (-160)))) (-2533 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-1192 *3 *4)) (-4 *4 (-660 (-385 (-525)))) (-4 *3 (-789)) (-4 *4 (-160)))))
-(-13 (-1193 |#1| |#2|) (-360 |#2| (-828 |#1|)) (-10 -8 (-15 -4100 ($ (-610 |#1| |#2|))) (-15 -4100 ((-1187 |#1| |#2|) $)) (-15 -4100 ((-1196 |#1| |#2|) $)) (-15 -1370 ((-3 (-610 |#1| |#2|) "failed") $)) (-15 -3125 ($ $ $ (-713))) (IF (|has| |#2| (-660 (-385 (-525)))) (PROGN (-15 -1618 ($ $ (-713))) (-15 -2533 ($ $ (-713)))) |%noBranch|)))
-((-4087 (((-108) $ $) 7)) (-2414 (((-108) $) 16)) (-2668 (((-592 |#1|) $) 40)) (-4107 (($ $ (-713)) 73)) (-3222 (((-3 $ "failed") $ $) 19)) (-2734 (($ $ $) 43 (|has| |#2| (-160))) (($ $ (-713)) 42 (|has| |#2| (-160)))) (-2475 (($) 17 T CONST)) (-3976 (($ $ |#1|) 54) (($ $ (-761 |#1|)) 53) (($ $ $) 52)) (-1934 (((-3 (-761 |#1|) "failed") $) 64)) (-4105 (((-761 |#1|) $) 63)) (-3300 (((-3 $ "failed") $) 34)) (-2023 (((-108) $) 45)) (-1381 (($ $) 44)) (-2278 (((-108) $) 31)) (-2457 (((-108) $) 50)) (-2885 (($ (-761 |#1|) |#2|) 51)) (-4064 (($ $) 49)) (-2321 (((-2 (|:| |k| (-761 |#1|)) (|:| |c| |#2|)) $) 60)) (-3130 (((-761 |#1|) $) 61)) (-2054 (((-761 |#1|) $) 75)) (-2016 (($ (-1 |#2| |#2|) $) 41)) (-1225 (($ $ |#1|) 57) (($ $ (-761 |#1|)) 56) (($ $ $) 55)) (-1289 (((-1075) $) 9)) (-3993 (((-1039) $) 10)) (-3529 (((-713) $) 74)) (-1930 (((-108) $) 47)) (-2247 ((|#2| $) 46)) (-4100 (((-798) $) 11) (($ (-525)) 28) (($ |#2|) 68) (($ (-761 |#1|)) 65) (($ |#1|) 48)) (-2681 ((|#2| $ (-761 |#1|)) 59) ((|#2| $ $) 58)) (-2448 (((-713)) 29)) (-3706 (($ $ (-856)) 26) (($ $ (-713)) 33)) (-3364 (($) 18 T CONST)) (-3375 (($) 30 T CONST)) (-2775 (((-108) $ $) 6)) (-2871 (($ $) 22) (($ $ $) 21)) (-2860 (($ $ $) 14)) (** (($ $ (-856)) 25) (($ $ (-713)) 32)) (* (($ (-856) $) 13) (($ (-713) $) 15) (($ (-525) $) 20) (($ $ $) 24) (($ |#2| $) 67) (($ $ |#2|) 66) (($ |#1| $) 62)))
-(((-1193 |#1| |#2|) (-131) (-789) (-977)) (T -1193))
-((-2054 (*1 *2 *1) (-12 (-4 *1 (-1193 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-761 *3)))) (-3529 (*1 *2 *1) (-12 (-4 *1 (-1193 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *2 (-713)))) (-4107 (*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1193 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)))))
-(-13 (-1189 |t#1| |t#2|) (-10 -8 (-15 -2054 ((-761 |t#1|) $)) (-15 -3529 ((-713) $)) (-15 -4107 ($ $ (-713)))))
-(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#2|) |has| |#2| (-160)) ((-97) . T) ((-107 |#2| |#2|) . T) ((-126) . T) ((-566 (-798)) . T) ((-594 |#2|) . T) ((-594 $) . T) ((-660 |#2|) |has| |#2| (-160)) ((-669) . T) ((-968 (-761 |#1|)) . T) ((-983 |#2|) . T) ((-977) . T) ((-984) . T) ((-1032) . T) ((-1020) . T) ((-1186 |#2|) . T) ((-1189 |#1| |#2|) . T))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-2668 (((-592 (-1092)) $) NIL)) (-1692 (($ (-1187 (-1092) |#1|)) NIL)) (-4107 (($ $ (-713)) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2734 (($ $ $) NIL (|has| |#1| (-160))) (($ $ (-713)) NIL (|has| |#1| (-160)))) (-2475 (($) NIL T CONST)) (-3976 (($ $ (-1092)) NIL) (($ $ (-761 (-1092))) NIL) (($ $ $) NIL)) (-1934 (((-3 (-761 (-1092)) "failed") $) NIL)) (-4105 (((-761 (-1092)) $) NIL)) (-3300 (((-3 $ "failed") $) NIL)) (-2023 (((-108) $) NIL)) (-1381 (($ $) NIL)) (-2278 (((-108) $) NIL)) (-2457 (((-108) $) NIL)) (-2885 (($ (-761 (-1092)) |#1|) NIL)) (-4064 (($ $) NIL)) (-2321 (((-2 (|:| |k| (-761 (-1092))) (|:| |c| |#1|)) $) NIL)) (-3130 (((-761 (-1092)) $) NIL)) (-2054 (((-761 (-1092)) $) NIL)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-1225 (($ $ (-1092)) NIL) (($ $ (-761 (-1092))) NIL) (($ $ $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2361 (((-1187 (-1092) |#1|) $) NIL)) (-3529 (((-713) $) NIL)) (-1930 (((-108) $) NIL)) (-2247 ((|#1| $) NIL)) (-4100 (((-798) $) NIL) (($ (-525)) NIL) (($ |#1|) NIL) (($ (-761 (-1092))) NIL) (($ (-1092)) NIL)) (-2681 ((|#1| $ (-761 (-1092))) NIL) ((|#1| $ $) NIL)) (-2448 (((-713)) NIL)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) NIL T CONST)) (-2493 (((-592 (-2 (|:| |k| (-1092)) (|:| |c| $))) $) NIL)) (-3375 (($) NIL T CONST)) (-2775 (((-108) $ $) NIL)) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) NIL)) (** (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1092) $) NIL)))
-(((-1194 |#1|) (-13 (-1193 (-1092) |#1|) (-10 -8 (-15 -2361 ((-1187 (-1092) |#1|) $)) (-15 -1692 ($ (-1187 (-1092) |#1|))) (-15 -2493 ((-592 (-2 (|:| |k| (-1092)) (|:| |c| $))) $)))) (-977)) (T -1194))
-((-2361 (*1 *2 *1) (-12 (-5 *2 (-1187 (-1092) *3)) (-5 *1 (-1194 *3)) (-4 *3 (-977)))) (-1692 (*1 *1 *2) (-12 (-5 *2 (-1187 (-1092) *3)) (-4 *3 (-977)) (-5 *1 (-1194 *3)))) (-2493 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |k| (-1092)) (|:| |c| (-1194 *3))))) (-5 *1 (-1194 *3)) (-4 *3 (-977)))))
-(-13 (-1193 (-1092) |#1|) (-10 -8 (-15 -2361 ((-1187 (-1092) |#1|) $)) (-15 -1692 ($ (-1187 (-1092) |#1|))) (-15 -2493 ((-592 (-2 (|:| |k| (-1092)) (|:| |c| $))) $))))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) NIL)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2475 (($) NIL T CONST)) (-1934 (((-3 |#2| "failed") $) NIL)) (-4105 ((|#2| $) NIL)) (-1451 (($ $) NIL)) (-3300 (((-3 $ "failed") $) 36)) (-2023 (((-108) $) 30)) (-1381 (($ $) 32)) (-2278 (((-108) $) NIL)) (-4025 (((-713) $) NIL)) (-2884 (((-592 $) $) NIL)) (-2457 (((-108) $) NIL)) (-2885 (($ |#2| |#1|) NIL)) (-3130 ((|#2| $) 19)) (-2054 ((|#2| $) 16)) (-2016 (($ (-1 |#1| |#1|) $) NIL)) (-2669 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-1418 ((|#2| $) NIL)) (-1430 ((|#1| $) NIL)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-1930 (((-108) $) 27)) (-2247 ((|#1| $) 28)) (-4100 (((-798) $) 55) (($ (-525)) 40) (($ |#1|) 35) (($ |#2|) NIL)) (-3137 (((-592 |#1|) $) NIL)) (-3136 ((|#1| $ |#2|) NIL)) (-2681 ((|#1| $ |#2|) 24)) (-2448 (((-713)) 14)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 25 T CONST)) (-3375 (($) 11 T CONST)) (-3482 (((-592 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-2775 (((-108) $ $) 26)) (-2880 (($ $ |#1|) 57 (|has| |#1| (-341)))) (-2871 (($ $) NIL) (($ $ $) NIL)) (-2860 (($ $ $) 44)) (** (($ $ (-856)) NIL) (($ $ (-713)) 46)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) NIL) (($ $ $) 45) (($ |#1| $) 41) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-2827 (((-713) $) 15)))
-(((-1195 |#1| |#2|) (-13 (-977) (-1186 |#1|) (-360 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2827 ((-713) $)) (-15 -4100 ($ |#2|)) (-15 -2054 (|#2| $)) (-15 -3130 (|#2| $)) (-15 -1451 ($ $)) (-15 -2681 (|#1| $ |#2|)) (-15 -1930 ((-108) $)) (-15 -2247 (|#1| $)) (-15 -2023 ((-108) $)) (-15 -1381 ($ $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-341)) (-15 -2880 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4252)) (-6 -4252) |%noBranch|) (IF (|has| |#1| (-6 -4256)) (-6 -4256) |%noBranch|) (IF (|has| |#1| (-6 -4257)) (-6 -4257) |%noBranch|))) (-977) (-785)) (T -1195))
-((* (*1 *1 *1 *2) (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-977)) (-4 *3 (-785)))) (-1451 (*1 *1 *1) (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-977)) (-4 *3 (-785)))) (-2016 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-1195 *3 *4)) (-4 *4 (-785)))) (-4100 (*1 *1 *2) (-12 (-5 *1 (-1195 *3 *2)) (-4 *3 (-977)) (-4 *2 (-785)))) (-2827 (*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1195 *3 *4)) (-4 *3 (-977)) (-4 *4 (-785)))) (-2054 (*1 *2 *1) (-12 (-4 *2 (-785)) (-5 *1 (-1195 *3 *2)) (-4 *3 (-977)))) (-3130 (*1 *2 *1) (-12 (-4 *2 (-785)) (-5 *1 (-1195 *3 *2)) (-4 *3 (-977)))) (-2681 (*1 *2 *1 *3) (-12 (-4 *2 (-977)) (-5 *1 (-1195 *2 *3)) (-4 *3 (-785)))) (-1930 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1195 *3 *4)) (-4 *3 (-977)) (-4 *4 (-785)))) (-2247 (*1 *2 *1) (-12 (-4 *2 (-977)) (-5 *1 (-1195 *2 *3)) (-4 *3 (-785)))) (-2023 (*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1195 *3 *4)) (-4 *3 (-977)) (-4 *4 (-785)))) (-1381 (*1 *1 *1) (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-977)) (-4 *3 (-785)))) (-2880 (*1 *1 *1 *2) (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-341)) (-4 *2 (-977)) (-4 *3 (-785)))))
-(-13 (-977) (-1186 |#1|) (-360 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2827 ((-713) $)) (-15 -4100 ($ |#2|)) (-15 -2054 (|#2| $)) (-15 -3130 (|#2| $)) (-15 -1451 ($ $)) (-15 -2681 (|#1| $ |#2|)) (-15 -1930 ((-108) $)) (-15 -2247 (|#1| $)) (-15 -2023 ((-108) $)) (-15 -1381 ($ $)) (-15 -2016 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-341)) (-15 -2880 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4252)) (-6 -4252) |%noBranch|) (IF (|has| |#1| (-6 -4256)) (-6 -4256) |%noBranch|) (IF (|has| |#1| (-6 -4257)) (-6 -4257) |%noBranch|)))
-((-4087 (((-108) $ $) 26)) (-2414 (((-108) $) NIL)) (-2668 (((-592 |#1|) $) 120)) (-1692 (($ (-1187 |#1| |#2|)) 44)) (-4107 (($ $ (-713)) 32)) (-3222 (((-3 $ "failed") $ $) NIL)) (-2734 (($ $ $) 48 (|has| |#2| (-160))) (($ $ (-713)) 46 (|has| |#2| (-160)))) (-2475 (($) NIL T CONST)) (-3976 (($ $ |#1|) 102) (($ $ (-761 |#1|)) 103) (($ $ $) 25)) (-1934 (((-3 (-761 |#1|) "failed") $) NIL)) (-4105 (((-761 |#1|) $) NIL)) (-3300 (((-3 $ "failed") $) 110)) (-2023 (((-108) $) 105)) (-1381 (($ $) 106)) (-2278 (((-108) $) NIL)) (-2457 (((-108) $) NIL)) (-2885 (($ (-761 |#1|) |#2|) 19)) (-4064 (($ $) NIL)) (-2321 (((-2 (|:| |k| (-761 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3130 (((-761 |#1|) $) 111)) (-2054 (((-761 |#1|) $) 114)) (-2016 (($ (-1 |#2| |#2|) $) 119)) (-1225 (($ $ |#1|) 100) (($ $ (-761 |#1|)) 101) (($ $ $) 56)) (-1289 (((-1075) $) NIL)) (-3993 (((-1039) $) NIL)) (-2361 (((-1187 |#1| |#2|) $) 84)) (-3529 (((-713) $) 117)) (-1930 (((-108) $) 70)) (-2247 ((|#2| $) 28)) (-4100 (((-798) $) 63) (($ (-525)) 77) (($ |#2|) 74) (($ (-761 |#1|)) 17) (($ |#1|) 73)) (-2681 ((|#2| $ (-761 |#1|)) 104) ((|#2| $ $) 27)) (-2448 (((-713)) 108)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 14 T CONST)) (-2493 (((-592 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 53)) (-3375 (($) 29 T CONST)) (-2775 (((-108) $ $) 13)) (-2871 (($ $) 88) (($ $ $) 91)) (-2860 (($ $ $) 55)) (** (($ $ (-856)) NIL) (($ $ (-713)) 49)) (* (($ (-856) $) NIL) (($ (-713) $) 47) (($ (-525) $) 94) (($ $ $) 21) (($ |#2| $) 18) (($ $ |#2|) 20) (($ |#1| $) 82)))
-(((-1196 |#1| |#2|) (-13 (-1193 |#1| |#2|) (-10 -8 (-15 -2361 ((-1187 |#1| |#2|) $)) (-15 -1692 ($ (-1187 |#1| |#2|))) (-15 -2493 ((-592 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-789) (-977)) (T -1196))
-((-2361 (*1 *2 *1) (-12 (-5 *2 (-1187 *3 *4)) (-5 *1 (-1196 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)))) (-1692 (*1 *1 *2) (-12 (-5 *2 (-1187 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)) (-5 *1 (-1196 *3 *4)))) (-2493 (*1 *2 *1) (-12 (-5 *2 (-592 (-2 (|:| |k| *3) (|:| |c| (-1196 *3 *4))))) (-5 *1 (-1196 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)))))
-(-13 (-1193 |#1| |#2|) (-10 -8 (-15 -2361 ((-1187 |#1| |#2|) $)) (-15 -1692 ($ (-1187 |#1| |#2|))) (-15 -2493 ((-592 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
-((-1499 (((-592 (-1073 |#1|)) (-1 (-592 (-1073 |#1|)) (-592 (-1073 |#1|))) (-525)) 15) (((-1073 |#1|) (-1 (-1073 |#1|) (-1073 |#1|))) 11)))
-(((-1197 |#1|) (-10 -7 (-15 -1499 ((-1073 |#1|) (-1 (-1073 |#1|) (-1073 |#1|)))) (-15 -1499 ((-592 (-1073 |#1|)) (-1 (-592 (-1073 |#1|)) (-592 (-1073 |#1|))) (-525)))) (-1128)) (T -1197))
-((-1499 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-592 (-1073 *5)) (-592 (-1073 *5)))) (-5 *4 (-525)) (-5 *2 (-592 (-1073 *5))) (-5 *1 (-1197 *5)) (-4 *5 (-1128)))) (-1499 (*1 *2 *3) (-12 (-5 *3 (-1 (-1073 *4) (-1073 *4))) (-5 *2 (-1073 *4)) (-5 *1 (-1197 *4)) (-4 *4 (-1128)))))
-(-10 -7 (-15 -1499 ((-1073 |#1|) (-1 (-1073 |#1|) (-1073 |#1|)))) (-15 -1499 ((-592 (-1073 |#1|)) (-1 (-592 (-1073 |#1|)) (-592 (-1073 |#1|))) (-525))))
-((-1885 (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|))) 148) (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108)) 147) (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108)) 146) (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108) (-108)) 145) (((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-974 |#1| |#2|)) 130)) (-4171 (((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|))) 72) (((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)) (-108)) 71) (((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)) (-108) (-108)) 70)) (-3586 (((-592 (-1063 |#1| (-497 (-800 |#3|)) (-800 |#3|) (-722 |#1| (-800 |#3|)))) (-974 |#1| |#2|)) 61)) (-3192 (((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|))) 115) (((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108)) 114) (((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108)) 113) (((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108) (-108)) 112) (((-592 (-592 (-955 (-385 |#1|)))) (-974 |#1| |#2|)) 107)) (-1404 (((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|))) 120) (((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108)) 119) (((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108)) 118) (((-592 (-592 (-955 (-385 |#1|)))) (-974 |#1| |#2|)) 117)) (-2069 (((-592 (-722 |#1| (-800 |#3|))) (-1063 |#1| (-497 (-800 |#3|)) (-800 |#3|) (-722 |#1| (-800 |#3|)))) 98) (((-1088 (-955 (-385 |#1|))) (-1088 |#1|)) 89) (((-887 (-955 (-385 |#1|))) (-722 |#1| (-800 |#3|))) 96) (((-887 (-955 (-385 |#1|))) (-887 |#1|)) 94) (((-722 |#1| (-800 |#3|)) (-722 |#1| (-800 |#2|))) 33)))
-(((-1198 |#1| |#2| |#3|) (-10 -7 (-15 -4171 ((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)) (-108) (-108))) (-15 -4171 ((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)) (-108))) (-15 -4171 ((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-974 |#1| |#2|))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108) (-108))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-974 |#1| |#2|))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108) (-108))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-974 |#1| |#2|))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)))) (-15 -3586 ((-592 (-1063 |#1| (-497 (-800 |#3|)) (-800 |#3|) (-722 |#1| (-800 |#3|)))) (-974 |#1| |#2|))) (-15 -2069 ((-722 |#1| (-800 |#3|)) (-722 |#1| (-800 |#2|)))) (-15 -2069 ((-887 (-955 (-385 |#1|))) (-887 |#1|))) (-15 -2069 ((-887 (-955 (-385 |#1|))) (-722 |#1| (-800 |#3|)))) (-15 -2069 ((-1088 (-955 (-385 |#1|))) (-1088 |#1|))) (-15 -2069 ((-592 (-722 |#1| (-800 |#3|))) (-1063 |#1| (-497 (-800 |#3|)) (-800 |#3|) (-722 |#1| (-800 |#3|)))))) (-13 (-787) (-286) (-138) (-953)) (-592 (-1092)) (-592 (-1092))) (T -1198))
-((-2069 (*1 *2 *3) (-12 (-5 *3 (-1063 *4 (-497 (-800 *6)) (-800 *6) (-722 *4 (-800 *6)))) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-722 *4 (-800 *6)))) (-5 *1 (-1198 *4 *5 *6)) (-14 *5 (-592 (-1092))))) (-2069 (*1 *2 *3) (-12 (-5 *3 (-1088 *4)) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-1088 (-955 (-385 *4)))) (-5 *1 (-1198 *4 *5 *6)) (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))) (-2069 (*1 *2 *3) (-12 (-5 *3 (-722 *4 (-800 *6))) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *6 (-592 (-1092))) (-5 *2 (-887 (-955 (-385 *4)))) (-5 *1 (-1198 *4 *5 *6)) (-14 *5 (-592 (-1092))))) (-2069 (*1 *2 *3) (-12 (-5 *3 (-887 *4)) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-887 (-955 (-385 *4)))) (-5 *1 (-1198 *4 *5 *6)) (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))) (-2069 (*1 *2 *3) (-12 (-5 *3 (-722 *4 (-800 *5))) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *5 (-592 (-1092))) (-5 *2 (-722 *4 (-800 *6))) (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092))))) (-3586 (*1 *2 *3) (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *5 (-592 (-1092))) (-5 *2 (-592 (-1063 *4 (-497 (-800 *6)) (-800 *6) (-722 *4 (-800 *6))))) (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092))))) (-1404 (*1 *2 *3) (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-592 (-955 (-385 *4))))) (-5 *1 (-1198 *4 *5 *6)) (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))) (-1404 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7)) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-1404 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7)) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-1404 (*1 *2 *3) (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *5 (-592 (-1092))) (-5 *2 (-592 (-592 (-955 (-385 *4))))) (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092))))) (-3192 (*1 *2 *3) (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-592 (-955 (-385 *4))))) (-5 *1 (-1198 *4 *5 *6)) (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))) (-3192 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7)) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-3192 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7)) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-3192 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7)) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-3192 (*1 *2 *3) (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *5 (-592 (-1092))) (-5 *2 (-592 (-592 (-955 (-385 *4))))) (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092))))) (-1885 (*1 *2 *3) (-12 (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *4)) (|:| -2754 (-592 (-887 *4)))))) (-5 *1 (-1198 *4 *5 *6)) (-5 *3 (-592 (-887 *4))) (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))) (-1885 (*1 *2 *3 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5)))))) (-5 *1 (-1198 *5 *6 *7)) (-5 *3 (-592 (-887 *5))) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-1885 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5)))))) (-5 *1 (-1198 *5 *6 *7)) (-5 *3 (-592 (-887 *5))) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-1885 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5)))))) (-5 *1 (-1198 *5 *6 *7)) (-5 *3 (-592 (-887 *5))) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-1885 (*1 *2 *3) (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *5 (-592 (-1092))) (-5 *2 (-592 (-2 (|:| -2729 (-1088 *4)) (|:| -2754 (-592 (-887 *4)))))) (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092))))) (-4171 (*1 *2 *3) (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-974 *4 *5))) (-5 *1 (-1198 *4 *5 *6)) (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))) (-4171 (*1 *2 *3 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-974 *5 *6))) (-5 *1 (-1198 *5 *6 *7)) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))) (-4171 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953))) (-5 *2 (-592 (-974 *5 *6))) (-5 *1 (-1198 *5 *6 *7)) (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092))))))
-(-10 -7 (-15 -4171 ((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)) (-108) (-108))) (-15 -4171 ((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)) (-108))) (-15 -4171 ((-592 (-974 |#1| |#2|)) (-592 (-887 |#1|)))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-974 |#1| |#2|))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108) (-108))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108) (-108))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)) (-108))) (-15 -1885 ((-592 (-2 (|:| -2729 (-1088 |#1|)) (|:| -2754 (-592 (-887 |#1|))))) (-592 (-887 |#1|)))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-974 |#1| |#2|))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108) (-108))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108))) (-15 -3192 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-974 |#1| |#2|))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108) (-108))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)) (-108))) (-15 -1404 ((-592 (-592 (-955 (-385 |#1|)))) (-592 (-887 |#1|)))) (-15 -3586 ((-592 (-1063 |#1| (-497 (-800 |#3|)) (-800 |#3|) (-722 |#1| (-800 |#3|)))) (-974 |#1| |#2|))) (-15 -2069 ((-722 |#1| (-800 |#3|)) (-722 |#1| (-800 |#2|)))) (-15 -2069 ((-887 (-955 (-385 |#1|))) (-887 |#1|))) (-15 -2069 ((-887 (-955 (-385 |#1|))) (-722 |#1| (-800 |#3|)))) (-15 -2069 ((-1088 (-955 (-385 |#1|))) (-1088 |#1|))) (-15 -2069 ((-592 (-722 |#1| (-800 |#3|))) (-1063 |#1| (-497 (-800 |#3|)) (-800 |#3|) (-722 |#1| (-800 |#3|))))))
-((-2777 (((-3 (-1174 (-385 (-525))) "failed") (-1174 |#1|) |#1|) 21)) (-2959 (((-108) (-1174 |#1|)) 12)) (-4052 (((-3 (-1174 (-525)) "failed") (-1174 |#1|)) 16)))
-(((-1199 |#1|) (-10 -7 (-15 -2959 ((-108) (-1174 |#1|))) (-15 -4052 ((-3 (-1174 (-525)) "failed") (-1174 |#1|))) (-15 -2777 ((-3 (-1174 (-385 (-525))) "failed") (-1174 |#1|) |#1|))) (-588 (-525))) (T -1199))
-((-2777 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 (-525))) (-5 *2 (-1174 (-385 (-525)))) (-5 *1 (-1199 *4)))) (-4052 (*1 *2 *3) (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 (-525))) (-5 *2 (-1174 (-525))) (-5 *1 (-1199 *4)))) (-2959 (*1 *2 *3) (-12 (-5 *3 (-1174 *4)) (-4 *4 (-588 (-525))) (-5 *2 (-108)) (-5 *1 (-1199 *4)))))
-(-10 -7 (-15 -2959 ((-108) (-1174 |#1|))) (-15 -4052 ((-3 (-1174 (-525)) "failed") (-1174 |#1|))) (-15 -2777 ((-3 (-1174 (-385 (-525))) "failed") (-1174 |#1|) |#1|)))
-((-4087 (((-108) $ $) NIL)) (-2414 (((-108) $) 11)) (-3222 (((-3 $ "failed") $ $) NIL)) (-1613 (((-713)) 8)) (-2475 (($) NIL T CONST)) (-3300 (((-3 $ "failed") $) 43)) (-1903 (($) 36)) (-2278 (((-108) $) NIL)) (-2878 (((-3 $ "failed") $) 29)) (-3685 (((-856) $) 15)) (-1289 (((-1075) $) NIL)) (-2948 (($) 25 T CONST)) (-1722 (($ (-856)) 37)) (-3993 (((-1039) $) NIL)) (-2069 (((-525) $) 13)) (-4100 (((-798) $) 22) (($ (-525)) 19)) (-2448 (((-713)) 9)) (-3706 (($ $ (-856)) NIL) (($ $ (-713)) NIL)) (-3364 (($) 23 T CONST)) (-3375 (($) 24 T CONST)) (-2775 (((-108) $ $) 27)) (-2871 (($ $) 38) (($ $ $) 35)) (-2860 (($ $ $) 26)) (** (($ $ (-856)) NIL) (($ $ (-713)) 40)) (* (($ (-856) $) NIL) (($ (-713) $) NIL) (($ (-525) $) 32) (($ $ $) 31)))
-(((-1200 |#1|) (-13 (-160) (-346) (-567 (-525)) (-1068)) (-856)) (T -1200))
-NIL
-(-13 (-160) (-346) (-567 (-525)) (-1068))
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-NIL
-((-3 3148819 3148824 3148829 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-2 3148804 3148809 3148814 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1 3148789 3148794 3148799 NIL NIL NIL NIL (NIL) -8 NIL NIL) (0 3148774 3148779 3148784 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1200 3147904 3148649 3148726 "ZMOD" 3148731 NIL ZMOD (NIL NIL) -8 NIL NIL) (-1199 3147014 3147178 3147387 "ZLINDEP" 3147736 NIL ZLINDEP (NIL T) -7 NIL NIL) (-1198 3136418 3138163 3140115 "ZDSOLVE" 3145163 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL) (-1197 3135664 3135805 3135994 "YSTREAM" 3136264 NIL YSTREAM (NIL T) -7 NIL NIL) (-1196 3133433 3134969 3135172 "XRPOLY" 3135507 NIL XRPOLY (NIL T T) -8 NIL NIL) (-1195 3129895 3131224 3131806 "XPR" 3132897 NIL XPR (NIL T T) -8 NIL NIL) (-1194 3127609 3129230 3129433 "XPOLY" 3129726 NIL XPOLY (NIL T) -8 NIL NIL) (-1193 3125423 3126801 3126855 "XPOLYC" 3127140 NIL XPOLYC (NIL T T) -9 NIL 3127253) (-1192 3121795 3123940 3124328 "XPBWPOLY" 3125081 NIL XPBWPOLY (NIL T T) -8 NIL NIL) (-1191 3117723 3120036 3120078 "XF" 3120699 NIL XF (NIL T) -9 NIL 3121098) (-1190 3117344 3117432 3117601 "XF-" 3117606 NIL XF- (NIL T T) -8 NIL NIL) (-1189 3112724 3114023 3114077 "XFALG" 3116225 NIL XFALG (NIL T T) -9 NIL 3117012) (-1188 3111861 3111965 3112169 "XEXPPKG" 3112616 NIL XEXPPKG (NIL T T T) -7 NIL NIL) (-1187 3109960 3111712 3111807 "XDPOLY" 3111812 NIL XDPOLY (NIL T T) -8 NIL NIL) (-1186 3108839 3109449 3109491 "XALG" 3109553 NIL XALG (NIL T) -9 NIL 3109672) (-1185 3102315 3106823 3107316 "WUTSET" 3108431 NIL WUTSET (NIL T T T T) -8 NIL NIL) (-1184 3100127 3100934 3101285 "WP" 3102097 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL) (-1183 3099013 3099211 3099506 "WFFINTBS" 3099924 NIL WFFINTBS (NIL T T T T) -7 NIL NIL) (-1182 3096917 3097344 3097806 "WEIER" 3098585 NIL WEIER (NIL T) -7 NIL NIL) (-1181 3096066 3096490 3096532 "VSPACE" 3096668 NIL VSPACE (NIL T) -9 NIL 3096742) (-1180 3095904 3095931 3096022 "VSPACE-" 3096027 NIL VSPACE- (NIL T T) -8 NIL NIL) (-1179 3095650 3095693 3095764 "VOID" 3095855 T VOID (NIL) -8 NIL NIL) (-1178 3093786 3094145 3094551 "VIEW" 3095266 T VIEW (NIL) -7 NIL NIL) (-1177 3090211 3090849 3091586 "VIEWDEF" 3093071 T VIEWDEF (NIL) -7 NIL NIL) (-1176 3079549 3081759 3083932 "VIEW3D" 3088060 T VIEW3D (NIL) -8 NIL NIL) (-1175 3071831 3073460 3075039 "VIEW2D" 3077992 T VIEW2D (NIL) -8 NIL NIL) (-1174 3067240 3071601 3071693 "VECTOR" 3071774 NIL VECTOR (NIL T) -8 NIL NIL) (-1173 3065817 3066076 3066394 "VECTOR2" 3066970 NIL VECTOR2 (NIL T T) -7 NIL NIL) (-1172 3059357 3063609 3063652 "VECTCAT" 3064640 NIL VECTCAT (NIL T) -9 NIL 3065224) (-1171 3058371 3058625 3059015 "VECTCAT-" 3059020 NIL VECTCAT- (NIL T T) -8 NIL NIL) (-1170 3057852 3058022 3058142 "VARIABLE" 3058286 NIL VARIABLE (NIL NIL) -8 NIL NIL) (-1169 3057785 3057790 3057820 "UTYPE" 3057825 T UTYPE (NIL) -9 NIL NIL) (-1168 3056620 3056774 3057035 "UTSODETL" 3057611 NIL UTSODETL (NIL T T T T) -7 NIL NIL) (-1167 3054060 3054520 3055044 "UTSODE" 3056161 NIL UTSODE (NIL T T) -7 NIL NIL) (-1166 3045904 3051700 3052188 "UTS" 3053629 NIL UTS (NIL T NIL NIL) -8 NIL NIL) (-1165 3037249 3042614 3042656 "UTSCAT" 3043757 NIL UTSCAT (NIL T) -9 NIL 3044514) (-1164 3034604 3035320 3036308 "UTSCAT-" 3036313 NIL UTSCAT- (NIL T T) -8 NIL NIL) (-1163 3034235 3034278 3034409 "UTS2" 3034555 NIL UTS2 (NIL T T T T) -7 NIL NIL) (-1162 3028511 3031076 3031119 "URAGG" 3033189 NIL URAGG (NIL T) -9 NIL 3033911) (-1161 3025450 3026313 3027436 "URAGG-" 3027441 NIL URAGG- (NIL T T) -8 NIL NIL) (-1160 3021136 3024067 3024538 "UPXSSING" 3025114 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL) (-1159 3013027 3020257 3020537 "UPXS" 3020913 NIL UPXS (NIL T NIL NIL) -8 NIL NIL) (-1158 3006056 3012932 3013003 "UPXSCONS" 3013008 NIL UPXSCONS (NIL T T) -8 NIL NIL) (-1157 2996345 3003175 3003236 "UPXSCCA" 3003885 NIL UPXSCCA (NIL T T) -9 NIL 3004126) (-1156 2995984 2996069 2996242 "UPXSCCA-" 2996247 NIL UPXSCCA- (NIL T T T) -8 NIL NIL) (-1155 2986195 2992798 2992840 "UPXSCAT" 2993483 NIL UPXSCAT (NIL T) -9 NIL 2994091) (-1154 2985629 2985708 2985885 "UPXS2" 2986110 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1153 2984283 2984536 2984887 "UPSQFREE" 2985372 NIL UPSQFREE (NIL T T) -7 NIL NIL) (-1152 2978174 2981229 2981283 "UPSCAT" 2982432 NIL UPSCAT (NIL T T) -9 NIL 2983206) (-1151 2977379 2977586 2977912 "UPSCAT-" 2977917 NIL UPSCAT- (NIL T T T) -8 NIL NIL) (-1150 2963465 2971502 2971544 "UPOLYC" 2973622 NIL UPOLYC (NIL T) -9 NIL 2974843) (-1149 2954795 2957220 2960366 "UPOLYC-" 2960371 NIL UPOLYC- (NIL T T) -8 NIL NIL) (-1148 2954426 2954469 2954600 "UPOLYC2" 2954746 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL) (-1147 2945845 2953995 2954132 "UP" 2954336 NIL UP (NIL NIL T) -8 NIL NIL) (-1146 2945188 2945295 2945458 "UPMP" 2945734 NIL UPMP (NIL T T) -7 NIL NIL) (-1145 2944741 2944822 2944961 "UPDIVP" 2945101 NIL UPDIVP (NIL T T) -7 NIL NIL) (-1144 2943309 2943558 2943874 "UPDECOMP" 2944490 NIL UPDECOMP (NIL T T) -7 NIL NIL) (-1143 2942544 2942656 2942841 "UPCDEN" 2943193 NIL UPCDEN (NIL T T T) -7 NIL NIL) (-1142 2942067 2942136 2942283 "UP2" 2942469 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL) (-1141 2940584 2941271 2941548 "UNISEG" 2941825 NIL UNISEG (NIL T) -8 NIL NIL) (-1140 2939799 2939926 2940131 "UNISEG2" 2940427 NIL UNISEG2 (NIL T T) -7 NIL NIL) (-1139 2938859 2939039 2939265 "UNIFACT" 2939615 NIL UNIFACT (NIL T) -7 NIL NIL) (-1138 2922755 2938040 2938290 "ULS" 2938666 NIL ULS (NIL T NIL NIL) -8 NIL NIL) (-1137 2910720 2922660 2922731 "ULSCONS" 2922736 NIL ULSCONS (NIL T T) -8 NIL NIL) (-1136 2893470 2905483 2905544 "ULSCCAT" 2906256 NIL ULSCCAT (NIL T T) -9 NIL 2906552) (-1135 2892521 2892766 2893153 "ULSCCAT-" 2893158 NIL ULSCCAT- (NIL T T T) -8 NIL NIL) (-1134 2882511 2889028 2889070 "ULSCAT" 2889926 NIL ULSCAT (NIL T) -9 NIL 2890656) (-1133 2881945 2882024 2882201 "ULS2" 2882426 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1132 2880343 2881310 2881340 "UFD" 2881552 T UFD (NIL) -9 NIL 2881666) (-1131 2880137 2880183 2880278 "UFD-" 2880283 NIL UFD- (NIL T) -8 NIL NIL) (-1130 2879219 2879402 2879618 "UDVO" 2879943 T UDVO (NIL) -7 NIL NIL) (-1129 2877035 2877444 2877915 "UDPO" 2878783 NIL UDPO (NIL T) -7 NIL NIL) (-1128 2876968 2876973 2877003 "TYPE" 2877008 T TYPE (NIL) -9 NIL NIL) (-1127 2875939 2876141 2876381 "TWOFACT" 2876762 NIL TWOFACT (NIL T) -7 NIL NIL) (-1126 2874877 2875214 2875477 "TUPLE" 2875711 NIL TUPLE (NIL T) -8 NIL NIL) (-1125 2872568 2873087 2873626 "TUBETOOL" 2874360 T TUBETOOL (NIL) -7 NIL NIL) (-1124 2871417 2871622 2871863 "TUBE" 2872361 NIL TUBE (NIL T) -8 NIL NIL) (-1123 2866141 2870395 2870677 "TS" 2871169 NIL TS (NIL T) -8 NIL NIL) (-1122 2854845 2858937 2859033 "TSETCAT" 2864267 NIL TSETCAT (NIL T T T T) -9 NIL 2865798) (-1121 2849580 2851178 2853068 "TSETCAT-" 2853073 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL) (-1120 2843843 2844689 2845631 "TRMANIP" 2848716 NIL TRMANIP (NIL T T) -7 NIL NIL) (-1119 2843284 2843347 2843510 "TRIMAT" 2843775 NIL TRIMAT (NIL T T T T) -7 NIL NIL) (-1118 2841090 2841327 2841690 "TRIGMNIP" 2843033 NIL TRIGMNIP (NIL T T) -7 NIL NIL) (-1117 2840610 2840723 2840753 "TRIGCAT" 2840966 T TRIGCAT (NIL) -9 NIL NIL) (-1116 2840279 2840358 2840499 "TRIGCAT-" 2840504 NIL TRIGCAT- (NIL T) -8 NIL NIL) (-1115 2837178 2839139 2839419 "TREE" 2840034 NIL TREE (NIL T) -8 NIL NIL) (-1114 2836452 2836980 2837010 "TRANFUN" 2837045 T TRANFUN (NIL) -9 NIL 2837111) (-1113 2835731 2835922 2836202 "TRANFUN-" 2836207 NIL TRANFUN- (NIL T) -8 NIL NIL) (-1112 2835535 2835567 2835628 "TOPSP" 2835692 T TOPSP (NIL) -7 NIL NIL) (-1111 2834887 2835002 2835155 "TOOLSIGN" 2835416 NIL TOOLSIGN (NIL T) -7 NIL NIL) (-1110 2833548 2834064 2834303 "TEXTFILE" 2834670 T TEXTFILE (NIL) -8 NIL NIL) (-1109 2831413 2831927 2832365 "TEX" 2833132 T TEX (NIL) -8 NIL NIL) (-1108 2831194 2831225 2831297 "TEX1" 2831376 NIL TEX1 (NIL T) -7 NIL NIL) (-1107 2830842 2830905 2830995 "TEMUTL" 2831126 T TEMUTL (NIL) -7 NIL NIL) (-1106 2828996 2829276 2829601 "TBCMPPK" 2830565 NIL TBCMPPK (NIL T T) -7 NIL NIL) (-1105 2820885 2827157 2827213 "TBAGG" 2827613 NIL TBAGG (NIL T T) -9 NIL 2827824) (-1104 2815955 2817443 2819197 "TBAGG-" 2819202 NIL TBAGG- (NIL T T T) -8 NIL NIL) (-1103 2815339 2815446 2815591 "TANEXP" 2815844 NIL TANEXP (NIL T) -7 NIL NIL) (-1102 2808840 2815196 2815289 "TABLE" 2815294 NIL TABLE (NIL T T) -8 NIL NIL) (-1101 2808252 2808351 2808489 "TABLEAU" 2808737 NIL TABLEAU (NIL T) -8 NIL NIL) (-1100 2802860 2804080 2805328 "TABLBUMP" 2807038 NIL TABLBUMP (NIL T) -7 NIL NIL) (-1099 2802288 2802388 2802516 "SYSTEM" 2802754 T SYSTEM (NIL) -7 NIL NIL) (-1098 2798751 2799446 2800229 "SYSSOLP" 2801539 NIL SYSSOLP (NIL T) -7 NIL NIL) (-1097 2795042 2795750 2796484 "SYNTAX" 2798039 T SYNTAX (NIL) -8 NIL NIL) (-1096 2792176 2792784 2793422 "SYMTAB" 2794426 T SYMTAB (NIL) -8 NIL NIL) (-1095 2787425 2788327 2789310 "SYMS" 2791215 T SYMS (NIL) -8 NIL NIL) (-1094 2784658 2786885 2787114 "SYMPOLY" 2787230 NIL SYMPOLY (NIL T) -8 NIL NIL) (-1093 2784178 2784253 2784375 "SYMFUNC" 2784570 NIL SYMFUNC (NIL T) -7 NIL NIL) (-1092 2780155 2781415 2782237 "SYMBOL" 2783378 T SYMBOL (NIL) -8 NIL NIL) (-1091 2773694 2775383 2777103 "SWITCH" 2778457 T SWITCH (NIL) -8 NIL NIL) (-1090 2766924 2772521 2772823 "SUTS" 2773449 NIL SUTS (NIL T NIL NIL) -8 NIL NIL) (-1089 2758814 2766045 2766325 "SUPXS" 2766701 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL) (-1088 2750306 2758435 2758560 "SUP" 2758723 NIL SUP (NIL T) -8 NIL NIL) (-1087 2749465 2749592 2749809 "SUPFRACF" 2750174 NIL SUPFRACF (NIL T T T T) -7 NIL NIL) (-1086 2749090 2749149 2749260 "SUP2" 2749400 NIL SUP2 (NIL T T) -7 NIL NIL) (-1085 2747508 2747782 2748144 "SUMRF" 2748789 NIL SUMRF (NIL T) -7 NIL NIL) (-1084 2746825 2746891 2747089 "SUMFS" 2747429 NIL SUMFS (NIL T T) -7 NIL NIL) (-1083 2730761 2746006 2746256 "SULS" 2746632 NIL SULS (NIL T NIL NIL) -8 NIL NIL) (-1082 2730083 2730286 2730426 "SUCH" 2730669 NIL SUCH (NIL T T) -8 NIL NIL) (-1081 2724010 2725022 2725980 "SUBSPACE" 2729171 NIL SUBSPACE (NIL NIL T) -8 NIL NIL) (-1080 2723440 2723530 2723694 "SUBRESP" 2723898 NIL SUBRESP (NIL T T) -7 NIL NIL) (-1079 2716809 2718105 2719416 "STTF" 2722176 NIL STTF (NIL T) -7 NIL NIL) (-1078 2710982 2712102 2713249 "STTFNC" 2715709 NIL STTFNC (NIL T) -7 NIL NIL) (-1077 2702333 2704200 2705993 "STTAYLOR" 2709223 NIL STTAYLOR (NIL T) -7 NIL NIL) (-1076 2695577 2702197 2702280 "STRTBL" 2702285 NIL STRTBL (NIL T) -8 NIL NIL) (-1075 2690968 2695532 2695563 "STRING" 2695568 T STRING (NIL) -8 NIL NIL) (-1074 2685857 2690342 2690372 "STRICAT" 2690431 T STRICAT (NIL) -9 NIL 2690493) (-1073 2678571 2683380 2684000 "STREAM" 2685272 NIL STREAM (NIL T) -8 NIL NIL) (-1072 2678081 2678158 2678302 "STREAM3" 2678488 NIL STREAM3 (NIL T T T) -7 NIL NIL) (-1071 2677063 2677246 2677481 "STREAM2" 2677894 NIL STREAM2 (NIL T T) -7 NIL NIL) (-1070 2676751 2676803 2676896 "STREAM1" 2677005 NIL STREAM1 (NIL T) -7 NIL NIL) (-1069 2675767 2675948 2676179 "STINPROD" 2676567 NIL STINPROD (NIL T) -7 NIL NIL) (-1068 2675346 2675530 2675560 "STEP" 2675640 T STEP (NIL) -9 NIL 2675718) (-1067 2668889 2675245 2675322 "STBL" 2675327 NIL STBL (NIL T T NIL) -8 NIL NIL) (-1066 2664065 2668112 2668155 "STAGG" 2668308 NIL STAGG (NIL T) -9 NIL 2668397) (-1065 2661767 2662369 2663241 "STAGG-" 2663246 NIL STAGG- (NIL T T) -8 NIL NIL) (-1064 2659962 2661537 2661629 "STACK" 2661710 NIL STACK (NIL T) -8 NIL NIL) (-1063 2652693 2658109 2658564 "SREGSET" 2659592 NIL SREGSET (NIL T T T T) -8 NIL NIL) (-1062 2645133 2646501 2648013 "SRDCMPK" 2651299 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL) (-1061 2638101 2642574 2642604 "SRAGG" 2643907 T SRAGG (NIL) -9 NIL 2644515) (-1060 2637118 2637373 2637752 "SRAGG-" 2637757 NIL SRAGG- (NIL T) -8 NIL NIL) (-1059 2631567 2636037 2636464 "SQMATRIX" 2636737 NIL SQMATRIX (NIL NIL T) -8 NIL NIL) (-1058 2625319 2628287 2629013 "SPLTREE" 2630913 NIL SPLTREE (NIL T T) -8 NIL NIL) (-1057 2621309 2621975 2622621 "SPLNODE" 2624745 NIL SPLNODE (NIL T T) -8 NIL NIL) (-1056 2620356 2620589 2620619 "SPFCAT" 2621063 T SPFCAT (NIL) -9 NIL NIL) (-1055 2619093 2619303 2619567 "SPECOUT" 2620114 T SPECOUT (NIL) -7 NIL NIL) (-1054 2618854 2618894 2618963 "SPADPRSR" 2619046 T SPADPRSR (NIL) -7 NIL NIL) (-1053 2610877 2612624 2612666 "SPACEC" 2616989 NIL SPACEC (NIL T) -9 NIL 2618805) (-1052 2609048 2610810 2610858 "SPACE3" 2610863 NIL SPACE3 (NIL T) -8 NIL NIL) (-1051 2607800 2607971 2608262 "SORTPAK" 2608853 NIL SORTPAK (NIL T T) -7 NIL NIL) (-1050 2605856 2606159 2606577 "SOLVETRA" 2607464 NIL SOLVETRA (NIL T) -7 NIL NIL) (-1049 2604867 2605089 2605363 "SOLVESER" 2605629 NIL SOLVESER (NIL T) -7 NIL NIL) (-1048 2600087 2600968 2601970 "SOLVERAD" 2603919 NIL SOLVERAD (NIL T) -7 NIL NIL) (-1047 2595902 2596511 2597240 "SOLVEFOR" 2599454 NIL SOLVEFOR (NIL T T) -7 NIL NIL) (-1046 2590202 2595254 2595350 "SNTSCAT" 2595355 NIL SNTSCAT (NIL T T T T) -9 NIL 2595425) (-1045 2584306 2588533 2588923 "SMTS" 2589892 NIL SMTS (NIL T T T) -8 NIL NIL) (-1044 2578716 2584195 2584271 "SMP" 2584276 NIL SMP (NIL T T) -8 NIL NIL) (-1043 2576875 2577176 2577574 "SMITH" 2578413 NIL SMITH (NIL T T T T) -7 NIL NIL) (-1042 2569840 2574036 2574138 "SMATCAT" 2575478 NIL SMATCAT (NIL NIL T T T) -9 NIL 2576027) (-1041 2566781 2567604 2568781 "SMATCAT-" 2568786 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL) (-1040 2564495 2566018 2566061 "SKAGG" 2566322 NIL SKAGG (NIL T) -9 NIL 2566457) (-1039 2560553 2563599 2563877 "SINT" 2564239 T SINT (NIL) -8 NIL NIL) (-1038 2560325 2560363 2560429 "SIMPAN" 2560509 T SIMPAN (NIL) -7 NIL NIL) (-1037 2559841 2560027 2560126 "SIG" 2560248 T SIG (NIL) -8 NIL NIL) (-1036 2558679 2558900 2559175 "SIGNRF" 2559600 NIL SIGNRF (NIL T) -7 NIL NIL) (-1035 2557488 2557639 2557929 "SIGNEF" 2558508 NIL SIGNEF (NIL T T) -7 NIL NIL) (-1034 2555178 2555632 2556138 "SHP" 2557029 NIL SHP (NIL T NIL) -7 NIL NIL) (-1033 2549031 2555079 2555155 "SHDP" 2555160 NIL SHDP (NIL NIL NIL T) -8 NIL NIL) (-1032 2548521 2548713 2548743 "SGROUP" 2548895 T SGROUP (NIL) -9 NIL 2548982) (-1031 2548291 2548343 2548447 "SGROUP-" 2548452 NIL SGROUP- (NIL T) -8 NIL NIL) (-1030 2545127 2545824 2546547 "SGCF" 2547590 T SGCF (NIL) -7 NIL NIL) (-1029 2539526 2544578 2544674 "SFRTCAT" 2544679 NIL SFRTCAT (NIL T T T T) -9 NIL 2544717) (-1028 2532986 2534001 2535135 "SFRGCD" 2538509 NIL SFRGCD (NIL T T T T T) -7 NIL NIL) (-1027 2526152 2527223 2528407 "SFQCMPK" 2531919 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL) (-1026 2525774 2525863 2525973 "SFORT" 2526093 NIL SFORT (NIL T T) -8 NIL NIL) (-1025 2524919 2525614 2525735 "SEXOF" 2525740 NIL SEXOF (NIL T T T T T) -8 NIL NIL) (-1024 2524053 2524800 2524868 "SEX" 2524873 T SEX (NIL) -8 NIL NIL) (-1023 2518830 2519519 2519614 "SEXCAT" 2523385 NIL SEXCAT (NIL T T T T T) -9 NIL 2524004) (-1022 2516010 2518764 2518812 "SET" 2518817 NIL SET (NIL T) -8 NIL NIL) (-1021 2514261 2514723 2515028 "SETMN" 2515751 NIL SETMN (NIL NIL NIL) -8 NIL NIL) (-1020 2513869 2513995 2514025 "SETCAT" 2514142 T SETCAT (NIL) -9 NIL 2514226) (-1019 2513649 2513701 2513800 "SETCAT-" 2513805 NIL SETCAT- (NIL T) -8 NIL NIL) (-1018 2510037 2512111 2512154 "SETAGG" 2513024 NIL SETAGG (NIL T) -9 NIL 2513364) (-1017 2509495 2509611 2509848 "SETAGG-" 2509853 NIL SETAGG- (NIL T T) -8 NIL NIL) (-1016 2508699 2508992 2509053 "SEGXCAT" 2509339 NIL SEGXCAT (NIL T T) -9 NIL 2509459) (-1015 2507755 2508365 2508547 "SEG" 2508552 NIL SEG (NIL T) -8 NIL NIL) (-1014 2506662 2506875 2506918 "SEGCAT" 2507500 NIL SEGCAT (NIL T) -9 NIL 2507738) (-1013 2505711 2506041 2506241 "SEGBIND" 2506497 NIL SEGBIND (NIL T) -8 NIL NIL) (-1012 2505332 2505391 2505504 "SEGBIND2" 2505646 NIL SEGBIND2 (NIL T T) -7 NIL NIL) (-1011 2504551 2504677 2504881 "SEG2" 2505176 NIL SEG2 (NIL T T) -7 NIL NIL) (-1010 2503988 2504486 2504533 "SDVAR" 2504538 NIL SDVAR (NIL T) -8 NIL NIL) (-1009 2496240 2503761 2503889 "SDPOL" 2503894 NIL SDPOL (NIL T) -8 NIL NIL) (-1008 2494833 2495099 2495418 "SCPKG" 2495955 NIL SCPKG (NIL T) -7 NIL NIL) (-1007 2493969 2494149 2494349 "SCOPE" 2494655 T SCOPE (NIL) -8 NIL NIL) (-1006 2493190 2493323 2493502 "SCACHE" 2493824 NIL SCACHE (NIL T) -7 NIL NIL) (-1005 2492629 2492950 2493035 "SAOS" 2493127 T SAOS (NIL) -8 NIL NIL) (-1004 2492194 2492229 2492402 "SAERFFC" 2492588 NIL SAERFFC (NIL T T T) -7 NIL NIL) (-1003 2486088 2492091 2492171 "SAE" 2492176 NIL SAE (NIL T T NIL) -8 NIL NIL) (-1002 2485681 2485716 2485875 "SAEFACT" 2486047 NIL SAEFACT (NIL T T T) -7 NIL NIL) (-1001 2484002 2484316 2484717 "RURPK" 2485347 NIL RURPK (NIL T NIL) -7 NIL NIL) (-1000 2482650 2482927 2483236 "RULESET" 2483838 NIL RULESET (NIL T T T) -8 NIL NIL) (-999 2479858 2480361 2480822 "RULE" 2482332 NIL RULE (NIL T T T) -8 NIL NIL) (-998 2479500 2479655 2479736 "RULECOLD" 2479810 NIL RULECOLD (NIL NIL) -8 NIL NIL) (-997 2474392 2475186 2476102 "RSETGCD" 2478699 NIL RSETGCD (NIL T T T T T) -7 NIL NIL) (-996 2463707 2468759 2468853 "RSETCAT" 2472918 NIL RSETCAT (NIL T T T T) -9 NIL 2474015) (-995 2461638 2462177 2462997 "RSETCAT-" 2463002 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL) (-994 2454068 2455443 2456959 "RSDCMPK" 2460237 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL) (-993 2452086 2452527 2452599 "RRCC" 2453675 NIL RRCC (NIL T T) -9 NIL 2454019) (-992 2451440 2451614 2451890 "RRCC-" 2451895 NIL RRCC- (NIL T T T) -8 NIL NIL) (-991 2425807 2435432 2435496 "RPOLCAT" 2445998 NIL RPOLCAT (NIL T T T) -9 NIL 2449156) (-990 2417311 2419649 2422767 "RPOLCAT-" 2422772 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL) (-989 2408377 2415541 2416021 "ROUTINE" 2416851 T ROUTINE (NIL) -8 NIL NIL) (-988 2405082 2407933 2408080 "ROMAN" 2408250 T ROMAN (NIL) -8 NIL NIL) (-987 2403368 2403953 2404210 "ROIRC" 2404888 NIL ROIRC (NIL T T) -8 NIL NIL) (-986 2399773 2402077 2402105 "RNS" 2402401 T RNS (NIL) -9 NIL 2402671) (-985 2398287 2398670 2399201 "RNS-" 2399274 NIL RNS- (NIL T) -8 NIL NIL) (-984 2397713 2398121 2398149 "RNG" 2398154 T RNG (NIL) -9 NIL 2398175) (-983 2397111 2397473 2397513 "RMODULE" 2397573 NIL RMODULE (NIL T) -9 NIL 2397615) (-982 2395963 2396057 2396387 "RMCAT2" 2397012 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL) (-981 2392677 2395146 2395467 "RMATRIX" 2395698 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL) (-980 2385674 2387908 2388020 "RMATCAT" 2391329 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2392311) (-979 2385053 2385200 2385503 "RMATCAT-" 2385508 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL) (-978 2384623 2384698 2384824 "RINTERP" 2384972 NIL RINTERP (NIL NIL T) -7 NIL NIL) (-977 2383674 2384238 2384266 "RING" 2384376 T RING (NIL) -9 NIL 2384470) (-976 2383469 2383513 2383607 "RING-" 2383612 NIL RING- (NIL T) -8 NIL NIL) (-975 2382317 2382554 2382810 "RIDIST" 2383233 T RIDIST (NIL) -7 NIL NIL) (-974 2373639 2381791 2381994 "RGCHAIN" 2382166 NIL RGCHAIN (NIL T NIL) -8 NIL NIL) (-973 2370644 2371258 2371926 "RF" 2373003 NIL RF (NIL T) -7 NIL NIL) (-972 2370293 2370356 2370457 "RFFACTOR" 2370575 NIL RFFACTOR (NIL T) -7 NIL NIL) (-971 2370021 2370056 2370151 "RFFACT" 2370252 NIL RFFACT (NIL T) -7 NIL NIL) (-970 2368151 2368515 2368895 "RFDIST" 2369661 T RFDIST (NIL) -7 NIL NIL) (-969 2367609 2367701 2367861 "RETSOL" 2368053 NIL RETSOL (NIL T T) -7 NIL NIL) (-968 2367202 2367282 2367323 "RETRACT" 2367513 NIL RETRACT (NIL T) -9 NIL NIL) (-967 2367054 2367079 2367163 "RETRACT-" 2367168 NIL RETRACT- (NIL T T) -8 NIL NIL) (-966 2359912 2366711 2366836 "RESULT" 2366949 T RESULT (NIL) -8 NIL NIL) (-965 2358497 2359186 2359383 "RESRING" 2359815 NIL RESRING (NIL T T T T NIL) -8 NIL NIL) (-964 2358137 2358186 2358282 "RESLATC" 2358434 NIL RESLATC (NIL T) -7 NIL NIL) (-963 2357846 2357880 2357985 "REPSQ" 2358096 NIL REPSQ (NIL T) -7 NIL NIL) (-962 2355277 2355857 2356457 "REP" 2357266 T REP (NIL) -7 NIL NIL) (-961 2354978 2355012 2355121 "REPDB" 2355236 NIL REPDB (NIL T) -7 NIL NIL) (-960 2348923 2350302 2351522 "REP2" 2353790 NIL REP2 (NIL T) -7 NIL NIL) (-959 2345329 2346010 2346815 "REP1" 2348150 NIL REP1 (NIL T) -7 NIL NIL) (-958 2338075 2343490 2343942 "REGSET" 2344960 NIL REGSET (NIL T T T T) -8 NIL NIL) (-957 2336896 2337231 2337479 "REF" 2337860 NIL REF (NIL T) -8 NIL NIL) (-956 2336277 2336380 2336545 "REDORDER" 2336780 NIL REDORDER (NIL T T) -7 NIL NIL) (-955 2332246 2335511 2335732 "RECLOS" 2336108 NIL RECLOS (NIL T) -8 NIL NIL) (-954 2331303 2331484 2331697 "REALSOLV" 2332053 T REALSOLV (NIL) -7 NIL NIL) (-953 2331151 2331192 2331220 "REAL" 2331225 T REAL (NIL) -9 NIL 2331260) (-952 2327642 2328444 2329326 "REAL0Q" 2330316 NIL REAL0Q (NIL T) -7 NIL NIL) (-951 2323253 2324241 2325300 "REAL0" 2326623 NIL REAL0 (NIL T) -7 NIL NIL) (-950 2322661 2322733 2322938 "RDIV" 2323175 NIL RDIV (NIL T T T T T) -7 NIL NIL) (-949 2321734 2321908 2322119 "RDIST" 2322483 NIL RDIST (NIL T) -7 NIL NIL) (-948 2320338 2320625 2320994 "RDETRS" 2321442 NIL RDETRS (NIL T T) -7 NIL NIL) (-947 2318159 2318613 2319148 "RDETR" 2319880 NIL RDETR (NIL T T) -7 NIL NIL) (-946 2316775 2317053 2317454 "RDEEFS" 2317875 NIL RDEEFS (NIL T T) -7 NIL NIL) (-945 2315275 2315581 2316010 "RDEEF" 2316463 NIL RDEEF (NIL T T) -7 NIL NIL) (-944 2309560 2312492 2312520 "RCFIELD" 2313797 T RCFIELD (NIL) -9 NIL 2314527) (-943 2307629 2308133 2308826 "RCFIELD-" 2308899 NIL RCFIELD- (NIL T) -8 NIL NIL) (-942 2303961 2305746 2305787 "RCAGG" 2306858 NIL RCAGG (NIL T) -9 NIL 2307323) (-941 2303592 2303686 2303846 "RCAGG-" 2303851 NIL RCAGG- (NIL T T) -8 NIL NIL) (-940 2302936 2303048 2303210 "RATRET" 2303476 NIL RATRET (NIL T) -7 NIL NIL) (-939 2302493 2302560 2302679 "RATFACT" 2302864 NIL RATFACT (NIL T) -7 NIL NIL) (-938 2301808 2301928 2302078 "RANDSRC" 2302363 T RANDSRC (NIL) -7 NIL NIL) (-937 2301545 2301589 2301660 "RADUTIL" 2301757 T RADUTIL (NIL) -7 NIL NIL) (-936 2294552 2300288 2300605 "RADIX" 2301260 NIL RADIX (NIL NIL) -8 NIL NIL) (-935 2286122 2294396 2294524 "RADFF" 2294529 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL) (-934 2285774 2285849 2285877 "RADCAT" 2286034 T RADCAT (NIL) -9 NIL NIL) (-933 2285559 2285607 2285704 "RADCAT-" 2285709 NIL RADCAT- (NIL T) -8 NIL NIL) (-932 2283710 2285334 2285423 "QUEUE" 2285503 NIL QUEUE (NIL T) -8 NIL NIL) (-931 2280207 2283647 2283692 "QUAT" 2283697 NIL QUAT (NIL T) -8 NIL NIL) (-930 2279845 2279888 2280015 "QUATCT2" 2280158 NIL QUATCT2 (NIL T T T T) -7 NIL NIL) (-929 2273639 2277019 2277059 "QUATCAT" 2277838 NIL QUATCAT (NIL T) -9 NIL 2278603) (-928 2269783 2270820 2272207 "QUATCAT-" 2272301 NIL QUATCAT- (NIL T T) -8 NIL NIL) (-927 2267304 2268868 2268909 "QUAGG" 2269284 NIL QUAGG (NIL T) -9 NIL 2269459) (-926 2266229 2266702 2266874 "QFORM" 2267176 NIL QFORM (NIL NIL T) -8 NIL NIL) (-925 2257526 2262784 2262824 "QFCAT" 2263482 NIL QFCAT (NIL T) -9 NIL 2264475) (-924 2253098 2254299 2255890 "QFCAT-" 2255984 NIL QFCAT- (NIL T T) -8 NIL NIL) (-923 2252736 2252779 2252906 "QFCAT2" 2253049 NIL QFCAT2 (NIL T T T T) -7 NIL NIL) (-922 2252196 2252306 2252436 "QEQUAT" 2252626 T QEQUAT (NIL) -8 NIL NIL) (-921 2245382 2246453 2247635 "QCMPACK" 2251129 NIL QCMPACK (NIL T T T T T) -7 NIL NIL) (-920 2242958 2243379 2243807 "QALGSET" 2245037 NIL QALGSET (NIL T T T T) -8 NIL NIL) (-919 2242203 2242377 2242609 "QALGSET2" 2242778 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL) (-918 2240894 2241117 2241434 "PWFFINTB" 2241976 NIL PWFFINTB (NIL T T T T) -7 NIL NIL) (-917 2239082 2239250 2239603 "PUSHVAR" 2240708 NIL PUSHVAR (NIL T T T T) -7 NIL NIL) (-916 2235000 2236054 2236095 "PTRANFN" 2237979 NIL PTRANFN (NIL T) -9 NIL NIL) (-915 2233412 2233703 2234024 "PTPACK" 2234711 NIL PTPACK (NIL T) -7 NIL NIL) (-914 2233048 2233105 2233212 "PTFUNC2" 2233349 NIL PTFUNC2 (NIL T T) -7 NIL NIL) (-913 2227525 2231866 2231906 "PTCAT" 2232274 NIL PTCAT (NIL T) -9 NIL 2232436) (-912 2227183 2227218 2227342 "PSQFR" 2227484 NIL PSQFR (NIL T T T T) -7 NIL NIL) (-911 2225778 2226076 2226410 "PSEUDLIN" 2226881 NIL PSEUDLIN (NIL T) -7 NIL NIL) (-910 2212585 2214950 2217273 "PSETPK" 2223538 NIL PSETPK (NIL T T T T) -7 NIL NIL) (-909 2205672 2208386 2208480 "PSETCAT" 2211461 NIL PSETCAT (NIL T T T T) -9 NIL 2212275) (-908 2203510 2204144 2204963 "PSETCAT-" 2204968 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL) (-907 2202859 2203024 2203052 "PSCURVE" 2203320 T PSCURVE (NIL) -9 NIL 2203487) (-906 2199311 2200837 2200901 "PSCAT" 2201737 NIL PSCAT (NIL T T T) -9 NIL 2201977) (-905 2198375 2198591 2198990 "PSCAT-" 2198995 NIL PSCAT- (NIL T T T T) -8 NIL NIL) (-904 2197027 2197660 2197874 "PRTITION" 2198181 T PRTITION (NIL) -8 NIL NIL) (-903 2186125 2188331 2190519 "PRS" 2194889 NIL PRS (NIL T T) -7 NIL NIL) (-902 2183984 2185476 2185516 "PRQAGG" 2185699 NIL PRQAGG (NIL T) -9 NIL 2185801) (-901 2183555 2183657 2183685 "PROPLOG" 2183870 T PROPLOG (NIL) -9 NIL NIL) (-900 2180678 2181243 2181770 "PROPFRML" 2183060 NIL PROPFRML (NIL T) -8 NIL NIL) (-899 2180138 2180248 2180378 "PROPERTY" 2180568 T PROPERTY (NIL) -8 NIL NIL) (-898 2173912 2178304 2179124 "PRODUCT" 2179364 NIL PRODUCT (NIL T T) -8 NIL NIL) (-897 2171188 2173372 2173605 "PR" 2173723 NIL PR (NIL T T) -8 NIL NIL) (-896 2170984 2171016 2171075 "PRINT" 2171149 T PRINT (NIL) -7 NIL NIL) (-895 2170324 2170441 2170593 "PRIMES" 2170864 NIL PRIMES (NIL T) -7 NIL NIL) (-894 2168389 2168790 2169256 "PRIMELT" 2169903 NIL PRIMELT (NIL T) -7 NIL NIL) (-893 2168118 2168167 2168195 "PRIMCAT" 2168319 T PRIMCAT (NIL) -9 NIL NIL) (-892 2164279 2168056 2168101 "PRIMARR" 2168106 NIL PRIMARR (NIL T) -8 NIL NIL) (-891 2163286 2163464 2163692 "PRIMARR2" 2164097 NIL PRIMARR2 (NIL T T) -7 NIL NIL) (-890 2162929 2162985 2163096 "PREASSOC" 2163224 NIL PREASSOC (NIL T T) -7 NIL NIL) (-889 2162404 2162537 2162565 "PPCURVE" 2162770 T PPCURVE (NIL) -9 NIL 2162906) (-888 2159763 2160162 2160754 "POLYROOT" 2161985 NIL POLYROOT (NIL T T T T T) -7 NIL NIL) (-887 2153669 2159369 2159528 "POLY" 2159636 NIL POLY (NIL T) -8 NIL NIL) (-886 2153054 2153112 2153345 "POLYLIFT" 2153605 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL) (-885 2149339 2149788 2150416 "POLYCATQ" 2152599 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL) (-884 2136380 2141777 2141841 "POLYCAT" 2145326 NIL POLYCAT (NIL T T T) -9 NIL 2147253) (-883 2129831 2131692 2134075 "POLYCAT-" 2134080 NIL POLYCAT- (NIL T T T T) -8 NIL NIL) (-882 2129420 2129488 2129607 "POLY2UP" 2129757 NIL POLY2UP (NIL NIL T) -7 NIL NIL) (-881 2129056 2129113 2129220 "POLY2" 2129357 NIL POLY2 (NIL T T) -7 NIL NIL) (-880 2127741 2127980 2128256 "POLUTIL" 2128830 NIL POLUTIL (NIL T T) -7 NIL NIL) (-879 2126103 2126380 2126710 "POLTOPOL" 2127463 NIL POLTOPOL (NIL NIL T) -7 NIL NIL) (-878 2121626 2126040 2126085 "POINT" 2126090 NIL POINT (NIL T) -8 NIL NIL) (-877 2119813 2120170 2120545 "PNTHEORY" 2121271 T PNTHEORY (NIL) -7 NIL NIL) (-876 2118241 2118538 2118947 "PMTOOLS" 2119511 NIL PMTOOLS (NIL T T T) -7 NIL NIL) (-875 2117834 2117912 2118029 "PMSYM" 2118157 NIL PMSYM (NIL T) -7 NIL NIL) (-874 2117344 2117413 2117587 "PMQFCAT" 2117759 NIL PMQFCAT (NIL T T T) -7 NIL NIL) (-873 2116699 2116809 2116965 "PMPRED" 2117221 NIL PMPRED (NIL T) -7 NIL NIL) (-872 2116095 2116181 2116342 "PMPREDFS" 2116600 NIL PMPREDFS (NIL T T T) -7 NIL NIL) (-871 2114741 2114949 2115333 "PMPLCAT" 2115857 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL) (-870 2114273 2114352 2114504 "PMLSAGG" 2114656 NIL PMLSAGG (NIL T T T) -7 NIL NIL) (-869 2113750 2113826 2114006 "PMKERNEL" 2114191 NIL PMKERNEL (NIL T T) -7 NIL NIL) (-868 2113367 2113442 2113555 "PMINS" 2113669 NIL PMINS (NIL T) -7 NIL NIL) (-867 2112797 2112866 2113081 "PMFS" 2113292 NIL PMFS (NIL T T T) -7 NIL NIL) (-866 2112028 2112146 2112350 "PMDOWN" 2112674 NIL PMDOWN (NIL T T T) -7 NIL NIL) (-865 2111191 2111350 2111532 "PMASS" 2111866 T PMASS (NIL) -7 NIL NIL) (-864 2110465 2110576 2110739 "PMASSFS" 2111077 NIL PMASSFS (NIL T T) -7 NIL NIL) (-863 2110120 2110188 2110282 "PLOTTOOL" 2110391 T PLOTTOOL (NIL) -7 NIL NIL) (-862 2104742 2105931 2107079 "PLOT" 2108992 T PLOT (NIL) -8 NIL NIL) (-861 2100556 2101590 2102511 "PLOT3D" 2103841 T PLOT3D (NIL) -8 NIL NIL) (-860 2099468 2099645 2099880 "PLOT1" 2100360 NIL PLOT1 (NIL T) -7 NIL NIL) (-859 2074862 2079534 2084385 "PLEQN" 2094734 NIL PLEQN (NIL T T T T) -7 NIL NIL) (-858 2074180 2074302 2074482 "PINTERP" 2074727 NIL PINTERP (NIL NIL T) -7 NIL NIL) (-857 2073873 2073920 2074023 "PINTERPA" 2074127 NIL PINTERPA (NIL T T) -7 NIL NIL) (-856 2073112 2073679 2073766 "PI" 2073806 T PI (NIL) -8 NIL NIL) (-855 2071504 2072489 2072517 "PID" 2072699 T PID (NIL) -9 NIL 2072833) (-854 2071229 2071266 2071354 "PICOERCE" 2071461 NIL PICOERCE (NIL T) -7 NIL NIL) (-853 2070549 2070688 2070864 "PGROEB" 2071085 NIL PGROEB (NIL T) -7 NIL NIL) (-852 2066136 2066950 2067855 "PGE" 2069664 T PGE (NIL) -7 NIL NIL) (-851 2064260 2064506 2064872 "PGCD" 2065853 NIL PGCD (NIL T T T T) -7 NIL NIL) (-850 2063598 2063701 2063862 "PFRPAC" 2064144 NIL PFRPAC (NIL T) -7 NIL NIL) (-849 2060213 2062146 2062499 "PFR" 2063277 NIL PFR (NIL T) -8 NIL NIL) (-848 2058602 2058846 2059171 "PFOTOOLS" 2059960 NIL PFOTOOLS (NIL T T) -7 NIL NIL) (-847 2057135 2057374 2057725 "PFOQ" 2058359 NIL PFOQ (NIL T T T) -7 NIL NIL) (-846 2055612 2055824 2056186 "PFO" 2056919 NIL PFO (NIL T T T T T) -7 NIL NIL) (-845 2052135 2055501 2055570 "PF" 2055575 NIL PF (NIL NIL) -8 NIL NIL) (-844 2049564 2050845 2050873 "PFECAT" 2051458 T PFECAT (NIL) -9 NIL 2051842) (-843 2049009 2049163 2049377 "PFECAT-" 2049382 NIL PFECAT- (NIL T) -8 NIL NIL) (-842 2047613 2047864 2048165 "PFBRU" 2048758 NIL PFBRU (NIL T T) -7 NIL NIL) (-841 2045480 2045831 2046263 "PFBR" 2047264 NIL PFBR (NIL T T T T) -7 NIL NIL) (-840 2041331 2042856 2043532 "PERM" 2044837 NIL PERM (NIL T) -8 NIL NIL) (-839 2036596 2037538 2038408 "PERMGRP" 2040494 NIL PERMGRP (NIL T) -8 NIL NIL) (-838 2034667 2035660 2035701 "PERMCAT" 2036147 NIL PERMCAT (NIL T) -9 NIL 2036452) (-837 2034322 2034363 2034486 "PERMAN" 2034620 NIL PERMAN (NIL NIL T) -7 NIL NIL) (-836 2031762 2033891 2034022 "PENDTREE" 2034224 NIL PENDTREE (NIL T) -8 NIL NIL) (-835 2029835 2030613 2030654 "PDRING" 2031311 NIL PDRING (NIL T) -9 NIL 2031596) (-834 2028938 2029156 2029518 "PDRING-" 2029523 NIL PDRING- (NIL T T) -8 NIL NIL) (-833 2026079 2026830 2027521 "PDEPROB" 2028267 T PDEPROB (NIL) -8 NIL NIL) (-832 2023650 2024146 2024695 "PDEPACK" 2025550 T PDEPACK (NIL) -7 NIL NIL) (-831 2022562 2022752 2023003 "PDECOMP" 2023449 NIL PDECOMP (NIL T T) -7 NIL NIL) (-830 2020174 2020989 2021017 "PDECAT" 2021802 T PDECAT (NIL) -9 NIL 2022513) (-829 2019927 2019960 2020049 "PCOMP" 2020135 NIL PCOMP (NIL T T) -7 NIL NIL) (-828 2018134 2018730 2019026 "PBWLB" 2019657 NIL PBWLB (NIL T) -8 NIL NIL) (-827 2010642 2012211 2013547 "PATTERN" 2016819 NIL PATTERN (NIL T) -8 NIL NIL) (-826 2010274 2010331 2010440 "PATTERN2" 2010579 NIL PATTERN2 (NIL T T) -7 NIL NIL) (-825 2008031 2008419 2008876 "PATTERN1" 2009863 NIL PATTERN1 (NIL T T) -7 NIL NIL) (-824 2005426 2005980 2006461 "PATRES" 2007596 NIL PATRES (NIL T T) -8 NIL NIL) (-823 2004990 2005057 2005189 "PATRES2" 2005353 NIL PATRES2 (NIL T T T) -7 NIL NIL) (-822 2002887 2003287 2003692 "PATMATCH" 2004659 NIL PATMATCH (NIL T T T) -7 NIL NIL) (-821 2002424 2002607 2002648 "PATMAB" 2002755 NIL PATMAB (NIL T) -9 NIL 2002838) (-820 2000969 2001278 2001536 "PATLRES" 2002229 NIL PATLRES (NIL T T T) -8 NIL NIL) (-819 2000515 2000638 2000679 "PATAB" 2000684 NIL PATAB (NIL T) -9 NIL 2000856) (-818 1997996 1998528 1999101 "PARTPERM" 1999962 T PARTPERM (NIL) -7 NIL NIL) (-817 1997617 1997680 1997782 "PARSURF" 1997927 NIL PARSURF (NIL T) -8 NIL NIL) (-816 1997249 1997306 1997415 "PARSU2" 1997554 NIL PARSU2 (NIL T T) -7 NIL NIL) (-815 1997013 1997053 1997120 "PARSER" 1997202 T PARSER (NIL) -7 NIL NIL) (-814 1996634 1996697 1996799 "PARSCURV" 1996944 NIL PARSCURV (NIL T) -8 NIL NIL) (-813 1996266 1996323 1996432 "PARSC2" 1996571 NIL PARSC2 (NIL T T) -7 NIL NIL) (-812 1995905 1995963 1996060 "PARPCURV" 1996202 NIL PARPCURV (NIL T) -8 NIL NIL) (-811 1995537 1995594 1995703 "PARPC2" 1995842 NIL PARPC2 (NIL T T) -7 NIL NIL) (-810 1995057 1995143 1995262 "PAN2EXPR" 1995438 T PAN2EXPR (NIL) -7 NIL NIL) (-809 1993863 1994178 1994406 "PALETTE" 1994849 T PALETTE (NIL) -8 NIL NIL) (-808 1992331 1992868 1993228 "PAIR" 1993549 NIL PAIR (NIL T T) -8 NIL NIL) (-807 1986181 1991590 1991784 "PADICRC" 1992186 NIL PADICRC (NIL NIL T) -8 NIL NIL) (-806 1979389 1985527 1985711 "PADICRAT" 1986029 NIL PADICRAT (NIL NIL) -8 NIL NIL) (-805 1977693 1979326 1979371 "PADIC" 1979376 NIL PADIC (NIL NIL) -8 NIL NIL) (-804 1974898 1976472 1976512 "PADICCT" 1977093 NIL PADICCT (NIL NIL) -9 NIL 1977375) (-803 1973855 1974055 1974323 "PADEPAC" 1974685 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL) (-802 1973067 1973200 1973406 "PADE" 1973717 NIL PADE (NIL T T T) -7 NIL NIL) (-801 1971078 1971910 1972225 "OWP" 1972835 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL) (-800 1970187 1970683 1970855 "OVAR" 1970946 NIL OVAR (NIL NIL) -8 NIL NIL) (-799 1969451 1969572 1969733 "OUT" 1970046 T OUT (NIL) -7 NIL NIL) (-798 1958505 1960676 1962846 "OUTFORM" 1967301 T OUTFORM (NIL) -8 NIL NIL) (-797 1957913 1958234 1958323 "OSI" 1958436 T OSI (NIL) -8 NIL NIL) (-796 1957444 1957782 1957810 "OSGROUP" 1957815 T OSGROUP (NIL) -9 NIL 1957837) (-795 1956189 1956416 1956701 "ORTHPOL" 1957191 NIL ORTHPOL (NIL T) -7 NIL NIL) (-794 1953560 1955850 1955988 "OREUP" 1956132 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL) (-793 1950956 1953253 1953379 "ORESUP" 1953502 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL) (-792 1948491 1948991 1949551 "OREPCTO" 1950445 NIL OREPCTO (NIL T T) -7 NIL NIL) (-791 1942401 1944607 1944647 "OREPCAT" 1946968 NIL OREPCAT (NIL T) -9 NIL 1948071) (-790 1939549 1940331 1941388 "OREPCAT-" 1941393 NIL OREPCAT- (NIL T T) -8 NIL NIL) (-789 1938727 1938999 1939027 "ORDSET" 1939336 T ORDSET (NIL) -9 NIL 1939500) (-788 1938246 1938368 1938561 "ORDSET-" 1938566 NIL ORDSET- (NIL T) -8 NIL NIL) (-787 1936860 1937661 1937689 "ORDRING" 1937891 T ORDRING (NIL) -9 NIL 1938015) (-786 1936505 1936599 1936743 "ORDRING-" 1936748 NIL ORDRING- (NIL T) -8 NIL NIL) (-785 1935868 1936349 1936377 "ORDMON" 1936382 T ORDMON (NIL) -9 NIL 1936403) (-784 1935030 1935177 1935372 "ORDFUNS" 1935717 NIL ORDFUNS (NIL NIL T) -7 NIL NIL) (-783 1934542 1934901 1934929 "ORDFIN" 1934934 T ORDFIN (NIL) -9 NIL 1934955) (-782 1931054 1933128 1933537 "ORDCOMP" 1934166 NIL ORDCOMP (NIL T) -8 NIL NIL) (-781 1930320 1930447 1930633 "ORDCOMP2" 1930914 NIL ORDCOMP2 (NIL T T) -7 NIL NIL) (-780 1926827 1927710 1928547 "OPTPROB" 1929503 T OPTPROB (NIL) -8 NIL NIL) (-779 1923669 1924298 1924992 "OPTPACK" 1926153 T OPTPACK (NIL) -7 NIL NIL) (-778 1921395 1922131 1922159 "OPTCAT" 1922974 T OPTCAT (NIL) -9 NIL 1923620) (-777 1921163 1921202 1921268 "OPQUERY" 1921349 T OPQUERY (NIL) -7 NIL NIL) (-776 1918299 1919490 1919990 "OP" 1920695 NIL OP (NIL T) -8 NIL NIL) (-775 1915064 1917096 1917465 "ONECOMP" 1917963 NIL ONECOMP (NIL T) -8 NIL NIL) (-774 1914369 1914484 1914658 "ONECOMP2" 1914936 NIL ONECOMP2 (NIL T T) -7 NIL NIL) (-773 1913788 1913894 1914024 "OMSERVER" 1914259 T OMSERVER (NIL) -7 NIL NIL) (-772 1910677 1913229 1913269 "OMSAGG" 1913330 NIL OMSAGG (NIL T) -9 NIL 1913394) (-771 1909300 1909563 1909845 "OMPKG" 1910415 T OMPKG (NIL) -7 NIL NIL) (-770 1908730 1908833 1908861 "OM" 1909160 T OM (NIL) -9 NIL NIL) (-769 1907269 1908282 1908450 "OMLO" 1908611 NIL OMLO (NIL T T) -8 NIL NIL) (-768 1906199 1906346 1906572 "OMEXPR" 1907095 NIL OMEXPR (NIL T) -7 NIL NIL) (-767 1905517 1905745 1905881 "OMERR" 1906083 T OMERR (NIL) -8 NIL NIL) (-766 1904695 1904938 1905098 "OMERRK" 1905377 T OMERRK (NIL) -8 NIL NIL) (-765 1904173 1904372 1904480 "OMENC" 1904607 T OMENC (NIL) -8 NIL NIL) (-764 1898068 1899253 1900424 "OMDEV" 1903022 T OMDEV (NIL) -8 NIL NIL) (-763 1897137 1897308 1897502 "OMCONN" 1897894 T OMCONN (NIL) -8 NIL NIL) (-762 1895753 1896739 1896767 "OINTDOM" 1896772 T OINTDOM (NIL) -9 NIL 1896793) (-761 1891515 1892745 1893460 "OFMONOID" 1895070 NIL OFMONOID (NIL T) -8 NIL NIL) (-760 1890953 1891452 1891497 "ODVAR" 1891502 NIL ODVAR (NIL T) -8 NIL NIL) (-759 1888078 1890450 1890635 "ODR" 1890828 NIL ODR (NIL T T NIL) -8 NIL NIL) (-758 1880384 1887857 1887981 "ODPOL" 1887986 NIL ODPOL (NIL T) -8 NIL NIL) (-757 1874207 1880256 1880361 "ODP" 1880366 NIL ODP (NIL NIL T NIL) -8 NIL NIL) (-756 1872973 1873188 1873463 "ODETOOLS" 1873981 NIL ODETOOLS (NIL T T) -7 NIL NIL) (-755 1869942 1870598 1871314 "ODESYS" 1872306 NIL ODESYS (NIL T T) -7 NIL NIL) (-754 1864846 1865754 1866777 "ODERTRIC" 1869017 NIL ODERTRIC (NIL T T) -7 NIL NIL) (-753 1864272 1864354 1864548 "ODERED" 1864758 NIL ODERED (NIL T T T T T) -7 NIL NIL) (-752 1861174 1861722 1862397 "ODERAT" 1863695 NIL ODERAT (NIL T T) -7 NIL NIL) (-751 1858142 1858606 1859202 "ODEPRRIC" 1860703 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL) (-750 1856011 1856580 1857089 "ODEPROB" 1857653 T ODEPROB (NIL) -8 NIL NIL) (-749 1852543 1853026 1853672 "ODEPRIM" 1855490 NIL ODEPRIM (NIL T T T T) -7 NIL NIL) (-748 1851796 1851898 1852156 "ODEPAL" 1852435 NIL ODEPAL (NIL T T T T) -7 NIL NIL) (-747 1847998 1848779 1849633 "ODEPACK" 1850962 T ODEPACK (NIL) -7 NIL NIL) (-746 1847035 1847142 1847370 "ODEINT" 1847887 NIL ODEINT (NIL T T) -7 NIL NIL) (-745 1841136 1842561 1844008 "ODEIFTBL" 1845608 T ODEIFTBL (NIL) -8 NIL NIL) (-744 1836480 1837266 1838224 "ODEEF" 1840295 NIL ODEEF (NIL T T) -7 NIL NIL) (-743 1835817 1835906 1836135 "ODECONST" 1836385 NIL ODECONST (NIL T T T) -7 NIL NIL) (-742 1833975 1834608 1834636 "ODECAT" 1835239 T ODECAT (NIL) -9 NIL 1835768) (-741 1830847 1833687 1833806 "OCT" 1833888 NIL OCT (NIL T) -8 NIL NIL) (-740 1830485 1830528 1830655 "OCTCT2" 1830798 NIL OCTCT2 (NIL T T T T) -7 NIL NIL) (-739 1825319 1827757 1827797 "OC" 1828893 NIL OC (NIL T) -9 NIL 1829750) (-738 1822546 1823294 1824284 "OC-" 1824378 NIL OC- (NIL T T) -8 NIL NIL) (-737 1821925 1822367 1822395 "OCAMON" 1822400 T OCAMON (NIL) -9 NIL 1822421) (-736 1821483 1821798 1821826 "OASGP" 1821831 T OASGP (NIL) -9 NIL 1821851) (-735 1820771 1821234 1821262 "OAMONS" 1821302 T OAMONS (NIL) -9 NIL 1821345) (-734 1820212 1820619 1820647 "OAMON" 1820652 T OAMON (NIL) -9 NIL 1820672) (-733 1819517 1820009 1820037 "OAGROUP" 1820042 T OAGROUP (NIL) -9 NIL 1820062) (-732 1819207 1819257 1819345 "NUMTUBE" 1819461 NIL NUMTUBE (NIL T) -7 NIL NIL) (-731 1812780 1814298 1815834 "NUMQUAD" 1817691 T NUMQUAD (NIL) -7 NIL NIL) (-730 1808536 1809524 1810549 "NUMODE" 1811775 T NUMODE (NIL) -7 NIL NIL) (-729 1805940 1806786 1806814 "NUMINT" 1807731 T NUMINT (NIL) -9 NIL 1808487) (-728 1804888 1805085 1805303 "NUMFMT" 1805742 T NUMFMT (NIL) -7 NIL NIL) (-727 1791267 1794204 1796734 "NUMERIC" 1802397 NIL NUMERIC (NIL T) -7 NIL NIL) (-726 1785668 1790720 1790814 "NTSCAT" 1790819 NIL NTSCAT (NIL T T T T) -9 NIL 1790857) (-725 1784862 1785027 1785220 "NTPOLFN" 1785507 NIL NTPOLFN (NIL T) -7 NIL NIL) (-724 1772678 1781704 1782514 "NSUP" 1784084 NIL NSUP (NIL T) -8 NIL NIL) (-723 1772314 1772371 1772478 "NSUP2" 1772615 NIL NSUP2 (NIL T T) -7 NIL NIL) (-722 1762276 1772093 1772223 "NSMP" 1772228 NIL NSMP (NIL T T) -8 NIL NIL) (-721 1760708 1761009 1761366 "NREP" 1761964 NIL NREP (NIL T) -7 NIL NIL) (-720 1759299 1759551 1759909 "NPCOEF" 1760451 NIL NPCOEF (NIL T T T T T) -7 NIL NIL) (-719 1758365 1758480 1758696 "NORMRETR" 1759180 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL) (-718 1756418 1756708 1757115 "NORMPK" 1758073 NIL NORMPK (NIL T T T T T) -7 NIL NIL) (-717 1756103 1756131 1756255 "NORMMA" 1756384 NIL NORMMA (NIL T T T T) -7 NIL NIL) (-716 1755930 1756060 1756089 "NONE" 1756094 T NONE (NIL) -8 NIL NIL) (-715 1755719 1755748 1755817 "NONE1" 1755894 NIL NONE1 (NIL T) -7 NIL NIL) (-714 1755204 1755266 1755451 "NODE1" 1755651 NIL NODE1 (NIL T T) -7 NIL NIL) (-713 1753498 1754367 1754622 "NNI" 1754969 T NNI (NIL) -8 NIL NIL) (-712 1751918 1752231 1752595 "NLINSOL" 1753166 NIL NLINSOL (NIL T) -7 NIL NIL) (-711 1748085 1749053 1749975 "NIPROB" 1751016 T NIPROB (NIL) -8 NIL NIL) (-710 1746842 1747076 1747378 "NFINTBAS" 1747847 NIL NFINTBAS (NIL T T) -7 NIL NIL) (-709 1745550 1745781 1746062 "NCODIV" 1746610 NIL NCODIV (NIL T T) -7 NIL NIL) (-708 1745312 1745349 1745424 "NCNTFRAC" 1745507 NIL NCNTFRAC (NIL T) -7 NIL NIL) (-707 1743492 1743856 1744276 "NCEP" 1744937 NIL NCEP (NIL T) -7 NIL NIL) (-706 1742404 1743143 1743171 "NASRING" 1743281 T NASRING (NIL) -9 NIL 1743355) (-705 1742199 1742243 1742337 "NASRING-" 1742342 NIL NASRING- (NIL T) -8 NIL NIL) (-704 1741353 1741852 1741880 "NARNG" 1741997 T NARNG (NIL) -9 NIL 1742088) (-703 1741045 1741112 1741246 "NARNG-" 1741251 NIL NARNG- (NIL T) -8 NIL NIL) (-702 1739924 1740131 1740366 "NAGSP" 1740830 T NAGSP (NIL) -7 NIL NIL) (-701 1731348 1732994 1734629 "NAGS" 1738309 T NAGS (NIL) -7 NIL NIL) (-700 1729912 1730216 1730543 "NAGF07" 1731041 T NAGF07 (NIL) -7 NIL NIL) (-699 1724494 1725774 1727070 "NAGF04" 1728636 T NAGF04 (NIL) -7 NIL NIL) (-698 1717526 1719124 1720741 "NAGF02" 1722897 T NAGF02 (NIL) -7 NIL NIL) (-697 1712790 1713880 1714987 "NAGF01" 1716439 T NAGF01 (NIL) -7 NIL NIL) (-696 1706450 1708008 1709585 "NAGE04" 1711233 T NAGE04 (NIL) -7 NIL NIL) (-695 1697691 1699794 1701906 "NAGE02" 1704358 T NAGE02 (NIL) -7 NIL NIL) (-694 1693684 1694621 1695575 "NAGE01" 1696757 T NAGE01 (NIL) -7 NIL NIL) (-693 1691491 1692022 1692577 "NAGD03" 1693149 T NAGD03 (NIL) -7 NIL NIL) (-692 1683277 1685196 1687141 "NAGD02" 1689566 T NAGD02 (NIL) -7 NIL NIL) (-691 1677136 1678549 1679977 "NAGD01" 1681869 T NAGD01 (NIL) -7 NIL NIL) (-690 1673393 1674203 1675028 "NAGC06" 1676331 T NAGC06 (NIL) -7 NIL NIL) (-689 1671870 1672199 1672552 "NAGC05" 1673060 T NAGC05 (NIL) -7 NIL NIL) (-688 1671254 1671371 1671513 "NAGC02" 1671748 T NAGC02 (NIL) -7 NIL NIL) (-687 1670316 1670873 1670913 "NAALG" 1670992 NIL NAALG (NIL T) -9 NIL 1671053) (-686 1670151 1670180 1670270 "NAALG-" 1670275 NIL NAALG- (NIL T T) -8 NIL NIL) (-685 1664101 1665209 1666396 "MULTSQFR" 1669047 NIL MULTSQFR (NIL T T T T) -7 NIL NIL) (-684 1663420 1663495 1663679 "MULTFACT" 1664013 NIL MULTFACT (NIL T T T T) -7 NIL NIL) (-683 1656614 1660525 1660577 "MTSCAT" 1661637 NIL MTSCAT (NIL T T) -9 NIL 1662151) (-682 1656326 1656380 1656472 "MTHING" 1656554 NIL MTHING (NIL T) -7 NIL NIL) (-681 1656118 1656151 1656211 "MSYSCMD" 1656286 T MSYSCMD (NIL) -7 NIL NIL) (-680 1652230 1654873 1655193 "MSET" 1655831 NIL MSET (NIL T) -8 NIL NIL) (-679 1649326 1651792 1651833 "MSETAGG" 1651838 NIL MSETAGG (NIL T) -9 NIL 1651872) (-678 1645182 1646724 1647465 "MRING" 1648629 NIL MRING (NIL T T) -8 NIL NIL) (-677 1644752 1644819 1644948 "MRF2" 1645109 NIL MRF2 (NIL T T T) -7 NIL NIL) (-676 1644370 1644405 1644549 "MRATFAC" 1644711 NIL MRATFAC (NIL T T T T) -7 NIL NIL) (-675 1641982 1642277 1642708 "MPRFF" 1644075 NIL MPRFF (NIL T T T T) -7 NIL NIL) (-674 1636002 1641837 1641933 "MPOLY" 1641938 NIL MPOLY (NIL NIL T) -8 NIL NIL) (-673 1635492 1635527 1635735 "MPCPF" 1635961 NIL MPCPF (NIL T T T T) -7 NIL NIL) (-672 1635008 1635051 1635234 "MPC3" 1635443 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL) (-671 1634209 1634290 1634509 "MPC2" 1634923 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL) (-670 1632510 1632847 1633237 "MONOTOOL" 1633869 NIL MONOTOOL (NIL T T) -7 NIL NIL) (-669 1631635 1631970 1631998 "MONOID" 1632275 T MONOID (NIL) -9 NIL 1632447) (-668 1631013 1631176 1631419 "MONOID-" 1631424 NIL MONOID- (NIL T) -8 NIL NIL) (-667 1621994 1627980 1628039 "MONOGEN" 1628713 NIL MONOGEN (NIL T T) -9 NIL 1629169) (-666 1619212 1619947 1620947 "MONOGEN-" 1621066 NIL MONOGEN- (NIL T T T) -8 NIL NIL) (-665 1618072 1618492 1618520 "MONADWU" 1618912 T MONADWU (NIL) -9 NIL 1619150) (-664 1617444 1617603 1617851 "MONADWU-" 1617856 NIL MONADWU- (NIL T) -8 NIL NIL) (-663 1616830 1617048 1617076 "MONAD" 1617283 T MONAD (NIL) -9 NIL 1617395) (-662 1616515 1616593 1616725 "MONAD-" 1616730 NIL MONAD- (NIL T) -8 NIL NIL) (-661 1614766 1615428 1615707 "MOEBIUS" 1616268 NIL MOEBIUS (NIL T) -8 NIL NIL) (-660 1614160 1614538 1614578 "MODULE" 1614583 NIL MODULE (NIL T) -9 NIL 1614609) (-659 1613728 1613824 1614014 "MODULE-" 1614019 NIL MODULE- (NIL T T) -8 NIL NIL) (-658 1611399 1612094 1612420 "MODRING" 1613553 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL) (-657 1608355 1609520 1610037 "MODOP" 1610931 NIL MODOP (NIL T T) -8 NIL NIL) (-656 1606542 1606994 1607335 "MODMONOM" 1608154 NIL MODMONOM (NIL T T NIL) -8 NIL NIL) (-655 1596221 1604746 1605168 "MODMON" 1606170 NIL MODMON (NIL T T) -8 NIL NIL) (-654 1593347 1595065 1595341 "MODFIELD" 1596096 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL) (-653 1592351 1592628 1592818 "MMLFORM" 1593177 T MMLFORM (NIL) -8 NIL NIL) (-652 1591877 1591920 1592099 "MMAP" 1592302 NIL MMAP (NIL T T T T T T) -7 NIL NIL) (-651 1590114 1590891 1590931 "MLO" 1591348 NIL MLO (NIL T) -9 NIL 1591589) (-650 1587481 1587996 1588598 "MLIFT" 1589595 NIL MLIFT (NIL T T T T) -7 NIL NIL) (-649 1586872 1586956 1587110 "MKUCFUNC" 1587392 NIL MKUCFUNC (NIL T T T) -7 NIL NIL) (-648 1586471 1586541 1586664 "MKRECORD" 1586795 NIL MKRECORD (NIL T T) -7 NIL NIL) (-647 1585519 1585680 1585908 "MKFUNC" 1586282 NIL MKFUNC (NIL T) -7 NIL NIL) (-646 1584907 1585011 1585167 "MKFLCFN" 1585402 NIL MKFLCFN (NIL T) -7 NIL NIL) (-645 1584333 1584700 1584789 "MKCHSET" 1584851 NIL MKCHSET (NIL T) -8 NIL NIL) (-644 1583610 1583712 1583897 "MKBCFUNC" 1584226 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL) (-643 1580294 1583164 1583300 "MINT" 1583494 T MINT (NIL) -8 NIL NIL) (-642 1579106 1579349 1579626 "MHROWRED" 1580049 NIL MHROWRED (NIL T) -7 NIL NIL) (-641 1574377 1577551 1577975 "MFLOAT" 1578702 T MFLOAT (NIL) -8 NIL NIL) (-640 1573734 1573810 1573981 "MFINFACT" 1574289 NIL MFINFACT (NIL T T T T) -7 NIL NIL) (-639 1570049 1570897 1571781 "MESH" 1572870 T MESH (NIL) -7 NIL NIL) (-638 1568439 1568751 1569104 "MDDFACT" 1569736 NIL MDDFACT (NIL T) -7 NIL NIL) (-637 1565282 1567599 1567640 "MDAGG" 1567895 NIL MDAGG (NIL T) -9 NIL 1568038) (-636 1554980 1564575 1564782 "MCMPLX" 1565095 T MCMPLX (NIL) -8 NIL NIL) (-635 1554121 1554267 1554467 "MCDEN" 1554829 NIL MCDEN (NIL T T) -7 NIL NIL) (-634 1552011 1552281 1552661 "MCALCFN" 1553851 NIL MCALCFN (NIL T T T T) -7 NIL NIL) (-633 1549633 1550156 1550717 "MATSTOR" 1551482 NIL MATSTOR (NIL T) -7 NIL NIL) (-632 1545642 1549008 1549255 "MATRIX" 1549418 NIL MATRIX (NIL T) -8 NIL NIL) (-631 1541411 1542115 1542851 "MATLIN" 1544999 NIL MATLIN (NIL T T T T) -7 NIL NIL) (-630 1531609 1534747 1534823 "MATCAT" 1539661 NIL MATCAT (NIL T T T) -9 NIL 1541078) (-629 1527974 1528987 1530342 "MATCAT-" 1530347 NIL MATCAT- (NIL T T T T) -8 NIL NIL) (-628 1526576 1526729 1527060 "MATCAT2" 1527809 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-627 1524688 1525012 1525396 "MAPPKG3" 1526251 NIL MAPPKG3 (NIL T T T) -7 NIL NIL) (-626 1523669 1523842 1524064 "MAPPKG2" 1524512 NIL MAPPKG2 (NIL T T) -7 NIL NIL) (-625 1522168 1522452 1522779 "MAPPKG1" 1523375 NIL MAPPKG1 (NIL T) -7 NIL NIL) (-624 1521779 1521837 1521960 "MAPHACK3" 1522104 NIL MAPHACK3 (NIL T T T) -7 NIL NIL) (-623 1521371 1521432 1521546 "MAPHACK2" 1521711 NIL MAPHACK2 (NIL T T) -7 NIL NIL) (-622 1520809 1520912 1521054 "MAPHACK1" 1521262 NIL MAPHACK1 (NIL T) -7 NIL NIL) (-621 1518917 1519511 1519814 "MAGMA" 1520538 NIL MAGMA (NIL T) -8 NIL NIL) (-620 1515391 1517161 1517621 "M3D" 1518490 NIL M3D (NIL T) -8 NIL NIL) (-619 1509547 1513762 1513803 "LZSTAGG" 1514585 NIL LZSTAGG (NIL T) -9 NIL 1514880) (-618 1505520 1506678 1508135 "LZSTAGG-" 1508140 NIL LZSTAGG- (NIL T T) -8 NIL NIL) (-617 1502636 1503413 1503899 "LWORD" 1505066 NIL LWORD (NIL T) -8 NIL NIL) (-616 1495796 1502407 1502541 "LSQM" 1502546 NIL LSQM (NIL NIL T) -8 NIL NIL) (-615 1495020 1495159 1495387 "LSPP" 1495651 NIL LSPP (NIL T T T T) -7 NIL NIL) (-614 1492832 1493133 1493589 "LSMP" 1494709 NIL LSMP (NIL T T T T) -7 NIL NIL) (-613 1489611 1490285 1491015 "LSMP1" 1492134 NIL LSMP1 (NIL T) -7 NIL NIL) (-612 1483538 1488780 1488821 "LSAGG" 1488883 NIL LSAGG (NIL T) -9 NIL 1488961) (-611 1480233 1481157 1482370 "LSAGG-" 1482375 NIL LSAGG- (NIL T T) -8 NIL NIL) (-610 1477859 1479377 1479626 "LPOLY" 1480028 NIL LPOLY (NIL T T) -8 NIL NIL) (-609 1477441 1477526 1477649 "LPEFRAC" 1477768 NIL LPEFRAC (NIL T) -7 NIL NIL) (-608 1475788 1476535 1476788 "LO" 1477273 NIL LO (NIL T T T) -8 NIL NIL) (-607 1475442 1475554 1475582 "LOGIC" 1475693 T LOGIC (NIL) -9 NIL 1475773) (-606 1475304 1475327 1475398 "LOGIC-" 1475403 NIL LOGIC- (NIL T) -8 NIL NIL) (-605 1474497 1474637 1474830 "LODOOPS" 1475160 NIL LODOOPS (NIL T T) -7 NIL NIL) (-604 1471915 1474414 1474479 "LODO" 1474484 NIL LODO (NIL T NIL) -8 NIL NIL) (-603 1470461 1470696 1471047 "LODOF" 1471662 NIL LODOF (NIL T T) -7 NIL NIL) (-602 1466881 1469317 1469357 "LODOCAT" 1469789 NIL LODOCAT (NIL T) -9 NIL 1470000) (-601 1466615 1466673 1466799 "LODOCAT-" 1466804 NIL LODOCAT- (NIL T T) -8 NIL NIL) (-600 1463929 1466456 1466574 "LODO2" 1466579 NIL LODO2 (NIL T T) -8 NIL NIL) (-599 1461358 1463866 1463911 "LODO1" 1463916 NIL LODO1 (NIL T) -8 NIL NIL) (-598 1460221 1460386 1460697 "LODEEF" 1461181 NIL LODEEF (NIL T T T) -7 NIL NIL) (-597 1455508 1458352 1458393 "LNAGG" 1459340 NIL LNAGG (NIL T) -9 NIL 1459784) (-596 1454655 1454869 1455211 "LNAGG-" 1455216 NIL LNAGG- (NIL T T) -8 NIL NIL) (-595 1450820 1451582 1452220 "LMOPS" 1454071 NIL LMOPS (NIL T T NIL) -8 NIL NIL) (-594 1450218 1450580 1450620 "LMODULE" 1450680 NIL LMODULE (NIL T) -9 NIL 1450722) (-593 1447464 1449863 1449986 "LMDICT" 1450128 NIL LMDICT (NIL T) -8 NIL NIL) (-592 1440691 1446410 1446708 "LIST" 1447199 NIL LIST (NIL T) -8 NIL NIL) (-591 1440216 1440290 1440429 "LIST3" 1440611 NIL LIST3 (NIL T T T) -7 NIL NIL) (-590 1439223 1439401 1439629 "LIST2" 1440034 NIL LIST2 (NIL T T) -7 NIL NIL) (-589 1437357 1437669 1438068 "LIST2MAP" 1438870 NIL LIST2MAP (NIL T T) -7 NIL NIL) (-588 1436070 1436750 1436790 "LINEXP" 1437043 NIL LINEXP (NIL T) -9 NIL 1437191) (-587 1434717 1434977 1435274 "LINDEP" 1435822 NIL LINDEP (NIL T T) -7 NIL NIL) (-586 1431484 1432203 1432980 "LIMITRF" 1433972 NIL LIMITRF (NIL T) -7 NIL NIL) (-585 1429764 1430059 1430474 "LIMITPS" 1431179 NIL LIMITPS (NIL T T) -7 NIL NIL) (-584 1424219 1429275 1429503 "LIE" 1429585 NIL LIE (NIL T T) -8 NIL NIL) (-583 1423270 1423713 1423753 "LIECAT" 1423893 NIL LIECAT (NIL T) -9 NIL 1424044) (-582 1423111 1423138 1423226 "LIECAT-" 1423231 NIL LIECAT- (NIL T T) -8 NIL NIL) (-581 1415723 1422560 1422725 "LIB" 1422966 T LIB (NIL) -8 NIL NIL) (-580 1411360 1412241 1413176 "LGROBP" 1414840 NIL LGROBP (NIL NIL T) -7 NIL NIL) (-579 1409226 1409500 1409862 "LF" 1411081 NIL LF (NIL T T) -7 NIL NIL) (-578 1408066 1408758 1408786 "LFCAT" 1408993 T LFCAT (NIL) -9 NIL 1409132) (-577 1404978 1405604 1406290 "LEXTRIPK" 1407432 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL) (-576 1401684 1402548 1403051 "LEXP" 1404558 NIL LEXP (NIL T T NIL) -8 NIL NIL) (-575 1400082 1400395 1400796 "LEADCDET" 1401366 NIL LEADCDET (NIL T T T T) -7 NIL NIL) (-574 1399278 1399352 1399579 "LAZM3PK" 1400003 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL) (-573 1394195 1397357 1397894 "LAUPOL" 1398791 NIL LAUPOL (NIL T T) -8 NIL NIL) (-572 1393762 1393806 1393973 "LAPLACE" 1394145 NIL LAPLACE (NIL T T) -7 NIL NIL) (-571 1391690 1392863 1393114 "LA" 1393595 NIL LA (NIL T T T) -8 NIL NIL) (-570 1390753 1391347 1391387 "LALG" 1391448 NIL LALG (NIL T) -9 NIL 1391506) (-569 1390468 1390527 1390662 "LALG-" 1390667 NIL LALG- (NIL T T) -8 NIL NIL) (-568 1389378 1389565 1389862 "KOVACIC" 1390268 NIL KOVACIC (NIL T T) -7 NIL NIL) (-567 1389213 1389237 1389278 "KONVERT" 1389340 NIL KONVERT (NIL T) -9 NIL NIL) (-566 1389048 1389072 1389113 "KOERCE" 1389175 NIL KOERCE (NIL T) -9 NIL NIL) (-565 1386782 1387542 1387935 "KERNEL" 1388687 NIL KERNEL (NIL T) -8 NIL NIL) (-564 1386284 1386365 1386495 "KERNEL2" 1386696 NIL KERNEL2 (NIL T T) -7 NIL NIL) (-563 1380136 1384824 1384878 "KDAGG" 1385255 NIL KDAGG (NIL T T) -9 NIL 1385461) (-562 1379665 1379789 1379994 "KDAGG-" 1379999 NIL KDAGG- (NIL T T T) -8 NIL NIL) (-561 1372840 1379326 1379481 "KAFILE" 1379543 NIL KAFILE (NIL T) -8 NIL NIL) (-560 1367295 1372351 1372579 "JORDAN" 1372661 NIL JORDAN (NIL T T) -8 NIL NIL) (-559 1367024 1367083 1367170 "JAVACODE" 1367228 T JAVACODE (NIL) -8 NIL NIL) (-558 1363324 1365230 1365284 "IXAGG" 1366213 NIL IXAGG (NIL T T) -9 NIL 1366672) (-557 1362243 1362549 1362968 "IXAGG-" 1362973 NIL IXAGG- (NIL T T T) -8 NIL NIL) (-556 1357828 1362165 1362224 "IVECTOR" 1362229 NIL IVECTOR (NIL T NIL) -8 NIL NIL) (-555 1356594 1356831 1357097 "ITUPLE" 1357595 NIL ITUPLE (NIL T) -8 NIL NIL) (-554 1355030 1355207 1355513 "ITRIGMNP" 1356416 NIL ITRIGMNP (NIL T T T) -7 NIL NIL) (-553 1353775 1353979 1354262 "ITFUN3" 1354806 NIL ITFUN3 (NIL T T T) -7 NIL NIL) (-552 1353407 1353464 1353573 "ITFUN2" 1353712 NIL ITFUN2 (NIL T T) -7 NIL NIL) (-551 1351209 1352280 1352577 "ITAYLOR" 1353142 NIL ITAYLOR (NIL T) -8 NIL NIL) (-550 1340197 1345395 1346554 "ISUPS" 1350082 NIL ISUPS (NIL T) -8 NIL NIL) (-549 1339301 1339441 1339677 "ISUMP" 1340044 NIL ISUMP (NIL T T T T) -7 NIL NIL) (-548 1334565 1339102 1339181 "ISTRING" 1339254 NIL ISTRING (NIL NIL) -8 NIL NIL) (-547 1333778 1333859 1334074 "IRURPK" 1334479 NIL IRURPK (NIL T T T T T) -7 NIL NIL) (-546 1332714 1332915 1333155 "IRSN" 1333558 T IRSN (NIL) -7 NIL NIL) (-545 1330749 1331104 1331539 "IRRF2F" 1332352 NIL IRRF2F (NIL T) -7 NIL NIL) (-544 1330496 1330534 1330610 "IRREDFFX" 1330705 NIL IRREDFFX (NIL T) -7 NIL NIL) (-543 1329111 1329370 1329669 "IROOT" 1330229 NIL IROOT (NIL T) -7 NIL NIL) (-542 1325749 1326800 1327490 "IR" 1328453 NIL IR (NIL T) -8 NIL NIL) (-541 1323362 1323857 1324423 "IR2" 1325227 NIL IR2 (NIL T T) -7 NIL NIL) (-540 1322438 1322551 1322771 "IR2F" 1323245 NIL IR2F (NIL T T) -7 NIL NIL) (-539 1322229 1322263 1322323 "IPRNTPK" 1322398 T IPRNTPK (NIL) -7 NIL NIL) (-538 1318783 1322118 1322187 "IPF" 1322192 NIL IPF (NIL NIL) -8 NIL NIL) (-537 1317100 1318708 1318765 "IPADIC" 1318770 NIL IPADIC (NIL NIL NIL) -8 NIL NIL) (-536 1316599 1316657 1316846 "INVLAPLA" 1317036 NIL INVLAPLA (NIL T T) -7 NIL NIL) (-535 1306248 1308601 1310987 "INTTR" 1314263 NIL INTTR (NIL T T) -7 NIL NIL) (-534 1302596 1303337 1304200 "INTTOOLS" 1305434 NIL INTTOOLS (NIL T T) -7 NIL NIL) (-533 1302182 1302273 1302390 "INTSLPE" 1302499 T INTSLPE (NIL) -7 NIL NIL) (-532 1300132 1302105 1302164 "INTRVL" 1302169 NIL INTRVL (NIL T) -8 NIL NIL) (-531 1297739 1298251 1298825 "INTRF" 1299617 NIL INTRF (NIL T) -7 NIL NIL) (-530 1297154 1297251 1297392 "INTRET" 1297637 NIL INTRET (NIL T) -7 NIL NIL) (-529 1295156 1295545 1296014 "INTRAT" 1296762 NIL INTRAT (NIL T T) -7 NIL NIL) (-528 1292389 1292972 1293597 "INTPM" 1294641 NIL INTPM (NIL T T) -7 NIL NIL) (-527 1289098 1289697 1290441 "INTPAF" 1291775 NIL INTPAF (NIL T T T) -7 NIL NIL) (-526 1284341 1285287 1286322 "INTPACK" 1288083 T INTPACK (NIL) -7 NIL NIL) (-525 1281195 1284070 1284197 "INT" 1284234 T INT (NIL) -8 NIL NIL) (-524 1280447 1280599 1280807 "INTHERTR" 1281037 NIL INTHERTR (NIL T T) -7 NIL NIL) (-523 1279886 1279966 1280154 "INTHERAL" 1280361 NIL INTHERAL (NIL T T T T) -7 NIL NIL) (-522 1277732 1278175 1278632 "INTHEORY" 1279449 T INTHEORY (NIL) -7 NIL NIL) (-521 1269054 1270675 1272453 "INTG0" 1276084 NIL INTG0 (NIL T T T) -7 NIL NIL) (-520 1249627 1254417 1259227 "INTFTBL" 1264264 T INTFTBL (NIL) -8 NIL NIL) (-519 1248876 1249014 1249187 "INTFACT" 1249486 NIL INTFACT (NIL T) -7 NIL NIL) (-518 1246267 1246713 1247276 "INTEF" 1248430 NIL INTEF (NIL T T) -7 NIL NIL) (-517 1244729 1245478 1245506 "INTDOM" 1245807 T INTDOM (NIL) -9 NIL 1246014) (-516 1244098 1244272 1244514 "INTDOM-" 1244519 NIL INTDOM- (NIL T) -8 NIL NIL) (-515 1240591 1242523 1242577 "INTCAT" 1243376 NIL INTCAT (NIL T) -9 NIL 1243695) (-514 1240064 1240166 1240294 "INTBIT" 1240483 T INTBIT (NIL) -7 NIL NIL) (-513 1238739 1238893 1239206 "INTALG" 1239909 NIL INTALG (NIL T T T T T) -7 NIL NIL) (-512 1238196 1238286 1238456 "INTAF" 1238643 NIL INTAF (NIL T T) -7 NIL NIL) (-511 1231650 1238006 1238146 "INTABL" 1238151 NIL INTABL (NIL T T T) -8 NIL NIL) (-510 1226601 1229330 1229358 "INS" 1230326 T INS (NIL) -9 NIL 1231007) (-509 1223841 1224612 1225586 "INS-" 1225659 NIL INS- (NIL T) -8 NIL NIL) (-508 1222620 1222847 1223144 "INPSIGN" 1223594 NIL INPSIGN (NIL T T) -7 NIL NIL) (-507 1221738 1221855 1222052 "INPRODPF" 1222500 NIL INPRODPF (NIL T T) -7 NIL NIL) (-506 1220632 1220749 1220986 "INPRODFF" 1221618 NIL INPRODFF (NIL T T T T) -7 NIL NIL) (-505 1219632 1219784 1220044 "INNMFACT" 1220468 NIL INNMFACT (NIL T T T T) -7 NIL NIL) (-504 1218829 1218926 1219114 "INMODGCD" 1219531 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL) (-503 1217338 1217582 1217906 "INFSP" 1218574 NIL INFSP (NIL T T T) -7 NIL NIL) (-502 1216522 1216639 1216822 "INFPROD0" 1217218 NIL INFPROD0 (NIL T T) -7 NIL NIL) (-501 1213533 1214691 1215182 "INFORM" 1216039 T INFORM (NIL) -8 NIL NIL) (-500 1213143 1213203 1213301 "INFORM1" 1213468 NIL INFORM1 (NIL T) -7 NIL NIL) (-499 1212666 1212755 1212869 "INFINITY" 1213049 T INFINITY (NIL) -7 NIL NIL) (-498 1211283 1211532 1211853 "INEP" 1212414 NIL INEP (NIL T T T) -7 NIL NIL) (-497 1210559 1211180 1211245 "INDE" 1211250 NIL INDE (NIL T) -8 NIL NIL) (-496 1210123 1210191 1210308 "INCRMAPS" 1210486 NIL INCRMAPS (NIL T) -7 NIL NIL) (-495 1205434 1206359 1207303 "INBFF" 1209211 NIL INBFF (NIL T) -7 NIL NIL) (-494 1201929 1205279 1205382 "IMATRIX" 1205387 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL) (-493 1200641 1200764 1201079 "IMATQF" 1201785 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL) (-492 1198861 1199088 1199425 "IMATLIN" 1200397 NIL IMATLIN (NIL T T T T) -7 NIL NIL) (-491 1193487 1198785 1198843 "ILIST" 1198848 NIL ILIST (NIL T NIL) -8 NIL NIL) (-490 1191440 1193347 1193460 "IIARRAY2" 1193465 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL) (-489 1186808 1191351 1191415 "IFF" 1191420 NIL IFF (NIL NIL NIL) -8 NIL NIL) (-488 1181851 1186100 1186288 "IFARRAY" 1186665 NIL IFARRAY (NIL T NIL) -8 NIL NIL) (-487 1181058 1181755 1181828 "IFAMON" 1181833 NIL IFAMON (NIL T T NIL) -8 NIL NIL) (-486 1180642 1180707 1180761 "IEVALAB" 1180968 NIL IEVALAB (NIL T T) -9 NIL NIL) (-485 1180317 1180385 1180545 "IEVALAB-" 1180550 NIL IEVALAB- (NIL T T T) -8 NIL NIL) (-484 1179975 1180231 1180294 "IDPO" 1180299 NIL IDPO (NIL T T) -8 NIL NIL) (-483 1179252 1179864 1179939 "IDPOAMS" 1179944 NIL IDPOAMS (NIL T T) -8 NIL NIL) (-482 1178586 1179141 1179216 "IDPOAM" 1179221 NIL IDPOAM (NIL T T) -8 NIL NIL) (-481 1177672 1177922 1177975 "IDPC" 1178388 NIL IDPC (NIL T T) -9 NIL 1178537) (-480 1177168 1177564 1177637 "IDPAM" 1177642 NIL IDPAM (NIL T T) -8 NIL NIL) (-479 1176571 1177060 1177133 "IDPAG" 1177138 NIL IDPAG (NIL T T) -8 NIL NIL) (-478 1172826 1173674 1174569 "IDECOMP" 1175728 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL) (-477 1165699 1166749 1167796 "IDEAL" 1171862 NIL IDEAL (NIL T T T T) -8 NIL NIL) (-476 1164863 1164975 1165174 "ICDEN" 1165583 NIL ICDEN (NIL T T T T) -7 NIL NIL) (-475 1163962 1164343 1164490 "ICARD" 1164736 T ICARD (NIL) -8 NIL NIL) (-474 1162034 1162347 1162750 "IBPTOOLS" 1163639 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL) (-473 1157648 1161654 1161767 "IBITS" 1161953 NIL IBITS (NIL NIL) -8 NIL NIL) (-472 1154371 1154947 1155642 "IBATOOL" 1157065 NIL IBATOOL (NIL T T T) -7 NIL NIL) (-471 1152151 1152612 1153145 "IBACHIN" 1153906 NIL IBACHIN (NIL T T T) -7 NIL NIL) (-470 1150028 1151997 1152100 "IARRAY2" 1152105 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL) (-469 1146181 1149954 1150011 "IARRAY1" 1150016 NIL IARRAY1 (NIL T NIL) -8 NIL NIL) (-468 1140119 1144599 1145077 "IAN" 1145723 T IAN (NIL) -8 NIL NIL) (-467 1139630 1139687 1139860 "IALGFACT" 1140056 NIL IALGFACT (NIL T T T T) -7 NIL NIL) (-466 1139158 1139271 1139299 "HYPCAT" 1139506 T HYPCAT (NIL) -9 NIL NIL) (-465 1138696 1138813 1138999 "HYPCAT-" 1139004 NIL HYPCAT- (NIL T) -8 NIL NIL) (-464 1135376 1136707 1136748 "HOAGG" 1137729 NIL HOAGG (NIL T) -9 NIL 1138408) (-463 1133970 1134369 1134895 "HOAGG-" 1134900 NIL HOAGG- (NIL T T) -8 NIL NIL) (-462 1127800 1133411 1133577 "HEXADEC" 1133824 T HEXADEC (NIL) -8 NIL NIL) (-461 1126548 1126770 1127033 "HEUGCD" 1127577 NIL HEUGCD (NIL T) -7 NIL NIL) (-460 1125651 1126385 1126515 "HELLFDIV" 1126520 NIL HELLFDIV (NIL T T T T) -8 NIL NIL) (-459 1123879 1125428 1125516 "HEAP" 1125595 NIL HEAP (NIL T) -8 NIL NIL) (-458 1117746 1123794 1123856 "HDP" 1123861 NIL HDP (NIL NIL T) -8 NIL NIL) (-457 1111458 1117383 1117534 "HDMP" 1117647 NIL HDMP (NIL NIL T) -8 NIL NIL) (-456 1110783 1110922 1111086 "HB" 1111314 T HB (NIL) -7 NIL NIL) (-455 1104280 1110629 1110733 "HASHTBL" 1110738 NIL HASHTBL (NIL T T NIL) -8 NIL NIL) (-454 1102033 1103908 1104087 "HACKPI" 1104121 T HACKPI (NIL) -8 NIL NIL) (-453 1097729 1101887 1101999 "GTSET" 1102004 NIL GTSET (NIL T T T T) -8 NIL NIL) (-452 1091255 1097607 1097705 "GSTBL" 1097710 NIL GSTBL (NIL T T T NIL) -8 NIL NIL) (-451 1083488 1090291 1090555 "GSERIES" 1091046 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL) (-450 1082511 1082964 1082992 "GROUP" 1083253 T GROUP (NIL) -9 NIL 1083412) (-449 1081627 1081850 1082194 "GROUP-" 1082199 NIL GROUP- (NIL T) -8 NIL NIL) (-448 1079996 1080315 1080702 "GROEBSOL" 1081304 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL) (-447 1078937 1079199 1079250 "GRMOD" 1079779 NIL GRMOD (NIL T T) -9 NIL 1079947) (-446 1078705 1078741 1078869 "GRMOD-" 1078874 NIL GRMOD- (NIL T T T) -8 NIL NIL) (-445 1074031 1075059 1076059 "GRIMAGE" 1077725 T GRIMAGE (NIL) -8 NIL NIL) (-444 1072498 1072758 1073082 "GRDEF" 1073727 T GRDEF (NIL) -7 NIL NIL) (-443 1071942 1072058 1072199 "GRAY" 1072377 T GRAY (NIL) -7 NIL NIL) (-442 1071176 1071556 1071607 "GRALG" 1071760 NIL GRALG (NIL T T) -9 NIL 1071852) (-441 1070837 1070910 1071073 "GRALG-" 1071078 NIL GRALG- (NIL T T T) -8 NIL NIL) (-440 1067645 1070426 1070602 "GPOLSET" 1070744 NIL GPOLSET (NIL T T T T) -8 NIL NIL) (-439 1067001 1067058 1067315 "GOSPER" 1067582 NIL GOSPER (NIL T T T T T) -7 NIL NIL) (-438 1062760 1063439 1063965 "GMODPOL" 1066700 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL) (-437 1061765 1061949 1062187 "GHENSEL" 1062572 NIL GHENSEL (NIL T T) -7 NIL NIL) (-436 1055831 1056674 1057700 "GENUPS" 1060849 NIL GENUPS (NIL T T) -7 NIL NIL) (-435 1055528 1055579 1055668 "GENUFACT" 1055774 NIL GENUFACT (NIL T) -7 NIL NIL) (-434 1054940 1055017 1055182 "GENPGCD" 1055446 NIL GENPGCD (NIL T T T T) -7 NIL NIL) (-433 1054414 1054449 1054662 "GENMFACT" 1054899 NIL GENMFACT (NIL T T T T T) -7 NIL NIL) (-432 1052982 1053237 1053544 "GENEEZ" 1054157 NIL GENEEZ (NIL T T) -7 NIL NIL) (-431 1046856 1052595 1052756 "GDMP" 1052905 NIL GDMP (NIL NIL T T) -8 NIL NIL) (-430 1036233 1040627 1041733 "GCNAALG" 1045839 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL) (-429 1034655 1035527 1035555 "GCDDOM" 1035810 T GCDDOM (NIL) -9 NIL 1035967) (-428 1034125 1034252 1034467 "GCDDOM-" 1034472 NIL GCDDOM- (NIL T) -8 NIL NIL) (-427 1032797 1032982 1033286 "GB" 1033904 NIL GB (NIL T T T T) -7 NIL NIL) (-426 1021417 1023743 1026135 "GBINTERN" 1030488 NIL GBINTERN (NIL T T T T) -7 NIL NIL) (-425 1019254 1019546 1019967 "GBF" 1021092 NIL GBF (NIL T T T T) -7 NIL NIL) (-424 1018035 1018200 1018467 "GBEUCLID" 1019070 NIL GBEUCLID (NIL T T T T) -7 NIL NIL) (-423 1017384 1017509 1017658 "GAUSSFAC" 1017906 T GAUSSFAC (NIL) -7 NIL NIL) (-422 1015761 1016063 1016376 "GALUTIL" 1017103 NIL GALUTIL (NIL T) -7 NIL NIL) (-421 1014078 1014352 1014675 "GALPOLYU" 1015488 NIL GALPOLYU (NIL T T) -7 NIL NIL) (-420 1011467 1011757 1012162 "GALFACTU" 1013775 NIL GALFACTU (NIL T T T) -7 NIL NIL) (-419 1003273 1004772 1006380 "GALFACT" 1009899 NIL GALFACT (NIL T) -7 NIL NIL) (-418 1000661 1001319 1001347 "FVFUN" 1002503 T FVFUN (NIL) -9 NIL 1003223) (-417 999927 1000109 1000137 "FVC" 1000428 T FVC (NIL) -9 NIL 1000611) (-416 999569 999724 999805 "FUNCTION" 999879 NIL FUNCTION (NIL NIL) -8 NIL NIL) (-415 997239 997790 998279 "FT" 999100 T FT (NIL) -8 NIL NIL) (-414 996057 996540 996743 "FTEM" 997056 T FTEM (NIL) -8 NIL NIL) (-413 994322 994610 995012 "FSUPFACT" 995749 NIL FSUPFACT (NIL T T T) -7 NIL NIL) (-412 992719 993008 993340 "FST" 994010 T FST (NIL) -8 NIL NIL) (-411 991894 992000 992194 "FSRED" 992601 NIL FSRED (NIL T T) -7 NIL NIL) (-410 990573 990828 991182 "FSPRMELT" 991609 NIL FSPRMELT (NIL T T) -7 NIL NIL) (-409 987658 988096 988595 "FSPECF" 990136 NIL FSPECF (NIL T T) -7 NIL NIL) (-408 970032 978589 978629 "FS" 982467 NIL FS (NIL T) -9 NIL 984749) (-407 958682 961672 965728 "FS-" 966025 NIL FS- (NIL T T) -8 NIL NIL) (-406 958198 958252 958428 "FSINT" 958623 NIL FSINT (NIL T T) -7 NIL NIL) (-405 956479 957191 957494 "FSERIES" 957977 NIL FSERIES (NIL T T) -8 NIL NIL) (-404 955497 955613 955843 "FSCINT" 956359 NIL FSCINT (NIL T T) -7 NIL NIL) (-403 951732 954442 954483 "FSAGG" 954853 NIL FSAGG (NIL T) -9 NIL 955112) (-402 949494 950095 950891 "FSAGG-" 950986 NIL FSAGG- (NIL T T) -8 NIL NIL) (-401 948536 948679 948906 "FSAGG2" 949347 NIL FSAGG2 (NIL T T T T) -7 NIL NIL) (-400 946195 946474 947027 "FS2UPS" 948254 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL) (-399 945781 945824 945977 "FS2" 946146 NIL FS2 (NIL T T T T) -7 NIL NIL) (-398 944641 944812 945120 "FS2EXPXP" 945606 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL) (-397 944067 944182 944334 "FRUTIL" 944521 NIL FRUTIL (NIL T) -7 NIL NIL) (-396 935487 939566 940922 "FR" 942743 NIL FR (NIL T) -8 NIL NIL) (-395 930564 933207 933247 "FRNAALG" 934643 NIL FRNAALG (NIL T) -9 NIL 935250) (-394 926242 927313 928588 "FRNAALG-" 929338 NIL FRNAALG- (NIL T T) -8 NIL NIL) (-393 925880 925923 926050 "FRNAAF2" 926193 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL) (-392 924245 924737 925031 "FRMOD" 925693 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL) (-391 921967 922636 922952 "FRIDEAL" 924036 NIL FRIDEAL (NIL T T T T) -8 NIL NIL) (-390 921166 921253 921540 "FRIDEAL2" 921874 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL) (-389 920424 920832 920873 "FRETRCT" 920878 NIL FRETRCT (NIL T) -9 NIL 921049) (-388 919536 919767 920118 "FRETRCT-" 920123 NIL FRETRCT- (NIL T T) -8 NIL NIL) (-387 916746 917966 918025 "FRAMALG" 918907 NIL FRAMALG (NIL T T) -9 NIL 919199) (-386 914879 915335 915965 "FRAMALG-" 916188 NIL FRAMALG- (NIL T T T) -8 NIL NIL) (-385 908781 914354 914630 "FRAC" 914635 NIL FRAC (NIL T) -8 NIL NIL) (-384 908417 908474 908581 "FRAC2" 908718 NIL FRAC2 (NIL T T) -7 NIL NIL) (-383 908053 908110 908217 "FR2" 908354 NIL FR2 (NIL T T) -7 NIL NIL) (-382 902727 905640 905668 "FPS" 906787 T FPS (NIL) -9 NIL 907343) (-381 902176 902285 902449 "FPS-" 902595 NIL FPS- (NIL T) -8 NIL NIL) (-380 899625 901322 901350 "FPC" 901575 T FPC (NIL) -9 NIL 901717) (-379 899418 899458 899555 "FPC-" 899560 NIL FPC- (NIL T) -8 NIL NIL) (-378 898297 898907 898948 "FPATMAB" 898953 NIL FPATMAB (NIL T) -9 NIL 899105) (-377 895997 896473 896899 "FPARFRAC" 897934 NIL FPARFRAC (NIL T T) -8 NIL NIL) (-376 891390 891889 892571 "FORTRAN" 895429 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL) (-375 889106 889606 890145 "FORT" 890871 T FORT (NIL) -7 NIL NIL) (-374 886782 887344 887372 "FORTFN" 888432 T FORTFN (NIL) -9 NIL 889056) (-373 886546 886596 886624 "FORTCAT" 886683 T FORTCAT (NIL) -9 NIL 886745) (-372 884606 885089 885488 "FORMULA" 886167 T FORMULA (NIL) -8 NIL NIL) (-371 884394 884424 884493 "FORMULA1" 884570 NIL FORMULA1 (NIL T) -7 NIL NIL) (-370 883917 883969 884142 "FORDER" 884336 NIL FORDER (NIL T T T T) -7 NIL NIL) (-369 883013 883177 883370 "FOP" 883744 T FOP (NIL) -7 NIL NIL) (-368 881621 882293 882467 "FNLA" 882895 NIL FNLA (NIL NIL NIL T) -8 NIL NIL) (-367 880290 880679 880707 "FNCAT" 881279 T FNCAT (NIL) -9 NIL 881572) (-366 879856 880249 880277 "FNAME" 880282 T FNAME (NIL) -8 NIL NIL) (-365 878516 879489 879517 "FMTC" 879522 T FMTC (NIL) -9 NIL 879557) (-364 874834 876041 876669 "FMONOID" 877921 NIL FMONOID (NIL T) -8 NIL NIL) (-363 874054 874577 874725 "FM" 874730 NIL FM (NIL T T) -8 NIL NIL) (-362 871478 872124 872152 "FMFUN" 873296 T FMFUN (NIL) -9 NIL 874004) (-361 870747 870928 870956 "FMC" 871246 T FMC (NIL) -9 NIL 871428) (-360 867977 868811 868864 "FMCAT" 870046 NIL FMCAT (NIL T T) -9 NIL 870540) (-359 866872 867745 867844 "FM1" 867922 NIL FM1 (NIL T T) -8 NIL NIL) (-358 864646 865062 865556 "FLOATRP" 866423 NIL FLOATRP (NIL T) -7 NIL NIL) (-357 858132 862302 862932 "FLOAT" 864036 T FLOAT (NIL) -8 NIL NIL) (-356 855570 856070 856648 "FLOATCP" 857599 NIL FLOATCP (NIL T) -7 NIL NIL) (-355 854359 855207 855247 "FLINEXP" 855252 NIL FLINEXP (NIL T) -9 NIL 855345) (-354 853514 853749 854076 "FLINEXP-" 854081 NIL FLINEXP- (NIL T T) -8 NIL NIL) (-353 852590 852734 852958 "FLASORT" 853366 NIL FLASORT (NIL T T) -7 NIL NIL) (-352 849809 850651 850703 "FLALG" 851930 NIL FLALG (NIL T T) -9 NIL 852397) (-351 843594 847296 847337 "FLAGG" 848599 NIL FLAGG (NIL T) -9 NIL 849251) (-350 842320 842659 843149 "FLAGG-" 843154 NIL FLAGG- (NIL T T) -8 NIL NIL) (-349 841362 841505 841732 "FLAGG2" 842173 NIL FLAGG2 (NIL T T T T) -7 NIL NIL) (-348 838335 839353 839412 "FINRALG" 840540 NIL FINRALG (NIL T T) -9 NIL 841048) (-347 837495 837724 838063 "FINRALG-" 838068 NIL FINRALG- (NIL T T T) -8 NIL NIL) (-346 836902 837115 837143 "FINITE" 837339 T FINITE (NIL) -9 NIL 837446) (-345 829362 831523 831563 "FINAALG" 835230 NIL FINAALG (NIL T) -9 NIL 836683) (-344 824703 825744 826888 "FINAALG-" 828267 NIL FINAALG- (NIL T T) -8 NIL NIL) (-343 824098 824458 824561 "FILE" 824633 NIL FILE (NIL T) -8 NIL NIL) (-342 822783 823095 823149 "FILECAT" 823833 NIL FILECAT (NIL T T) -9 NIL 824049) (-341 820646 822202 822230 "FIELD" 822270 T FIELD (NIL) -9 NIL 822350) (-340 819266 819651 820162 "FIELD-" 820167 NIL FIELD- (NIL T) -8 NIL NIL) (-339 817081 817903 818249 "FGROUP" 818953 NIL FGROUP (NIL T) -8 NIL NIL) (-338 816171 816335 816555 "FGLMICPK" 816913 NIL FGLMICPK (NIL T NIL) -7 NIL NIL) (-337 811973 816096 816153 "FFX" 816158 NIL FFX (NIL T NIL) -8 NIL NIL) (-336 811574 811635 811770 "FFSLPE" 811906 NIL FFSLPE (NIL T T T) -7 NIL NIL) (-335 807567 808346 809142 "FFPOLY" 810810 NIL FFPOLY (NIL T) -7 NIL NIL) (-334 807071 807107 807316 "FFPOLY2" 807525 NIL FFPOLY2 (NIL T T) -7 NIL NIL) (-333 802892 806990 807053 "FFP" 807058 NIL FFP (NIL T NIL) -8 NIL NIL) (-332 798260 802803 802867 "FF" 802872 NIL FF (NIL NIL NIL) -8 NIL NIL) (-331 793356 797603 797793 "FFNBX" 798114 NIL FFNBX (NIL T NIL) -8 NIL NIL) (-330 788265 792491 792749 "FFNBP" 793210 NIL FFNBP (NIL T NIL) -8 NIL NIL) (-329 782868 787549 787760 "FFNB" 788098 NIL FFNB (NIL NIL NIL) -8 NIL NIL) (-328 781700 781898 782213 "FFINTBAS" 782665 NIL FFINTBAS (NIL T T T) -7 NIL NIL) (-327 777924 780164 780192 "FFIELDC" 780812 T FFIELDC (NIL) -9 NIL 781188) (-326 776587 776957 777454 "FFIELDC-" 777459 NIL FFIELDC- (NIL T) -8 NIL NIL) (-325 776157 776202 776326 "FFHOM" 776529 NIL FFHOM (NIL T T T) -7 NIL NIL) (-324 773855 774339 774856 "FFF" 775672 NIL FFF (NIL T) -7 NIL NIL) (-323 769443 773597 773698 "FFCGX" 773798 NIL FFCGX (NIL T NIL) -8 NIL NIL) (-322 765045 769175 769282 "FFCGP" 769386 NIL FFCGP (NIL T NIL) -8 NIL NIL) (-321 760198 764772 764880 "FFCG" 764981 NIL FFCG (NIL NIL NIL) -8 NIL NIL) (-320 742144 751267 751353 "FFCAT" 756518 NIL FFCAT (NIL T T T) -9 NIL 758005) (-319 737342 738389 739703 "FFCAT-" 740933 NIL FFCAT- (NIL T T T T) -8 NIL NIL) (-318 736753 736796 737031 "FFCAT2" 737293 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-317 725953 729743 730960 "FEXPR" 735608 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL) (-316 724953 725388 725429 "FEVALAB" 725513 NIL FEVALAB (NIL T) -9 NIL 725774) (-315 724112 724322 724660 "FEVALAB-" 724665 NIL FEVALAB- (NIL T T) -8 NIL NIL) (-314 722705 723495 723698 "FDIV" 724011 NIL FDIV (NIL T T T T) -8 NIL NIL) (-313 719772 720487 720602 "FDIVCAT" 722170 NIL FDIVCAT (NIL T T T T) -9 NIL 722607) (-312 719534 719561 719731 "FDIVCAT-" 719736 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL) (-311 718754 718841 719118 "FDIV2" 719441 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL) (-310 717440 717699 717988 "FCPAK1" 718485 T FCPAK1 (NIL) -7 NIL NIL) (-309 716568 716940 717081 "FCOMP" 717331 NIL FCOMP (NIL T) -8 NIL NIL) (-308 700203 703617 707178 "FC" 713027 T FC (NIL) -8 NIL NIL) (-307 692799 696845 696885 "FAXF" 698687 NIL FAXF (NIL T) -9 NIL 699378) (-306 690078 690733 691558 "FAXF-" 692023 NIL FAXF- (NIL T T) -8 NIL NIL) (-305 685178 689454 689630 "FARRAY" 689935 NIL FARRAY (NIL T) -8 NIL NIL) (-304 680569 682640 682692 "FAMR" 683704 NIL FAMR (NIL T T) -9 NIL 684164) (-303 679460 679762 680196 "FAMR-" 680201 NIL FAMR- (NIL T T T) -8 NIL NIL) (-302 678656 679382 679435 "FAMONOID" 679440 NIL FAMONOID (NIL T) -8 NIL NIL) (-301 676489 677173 677226 "FAMONC" 678167 NIL FAMONC (NIL T T) -9 NIL 678552) (-300 675181 676243 676380 "FAGROUP" 676385 NIL FAGROUP (NIL T) -8 NIL NIL) (-299 672984 673303 673705 "FACUTIL" 674862 NIL FACUTIL (NIL T T T T) -7 NIL NIL) (-298 672083 672268 672490 "FACTFUNC" 672794 NIL FACTFUNC (NIL T) -7 NIL NIL) (-297 664403 671334 671546 "EXPUPXS" 671939 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL) (-296 661886 662426 663012 "EXPRTUBE" 663837 T EXPRTUBE (NIL) -7 NIL NIL) (-295 658080 658672 659409 "EXPRODE" 661225 NIL EXPRODE (NIL T T) -7 NIL NIL) (-294 643239 656739 657165 "EXPR" 657686 NIL EXPR (NIL T) -8 NIL NIL) (-293 637667 638254 639066 "EXPR2UPS" 642537 NIL EXPR2UPS (NIL T T) -7 NIL NIL) (-292 637303 637360 637467 "EXPR2" 637604 NIL EXPR2 (NIL T T) -7 NIL NIL) (-291 628657 636440 636735 "EXPEXPAN" 637141 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL) (-290 628484 628614 628643 "EXIT" 628648 T EXIT (NIL) -8 NIL NIL) (-289 628111 628173 628286 "EVALCYC" 628416 NIL EVALCYC (NIL T) -7 NIL NIL) (-288 627652 627770 627811 "EVALAB" 627981 NIL EVALAB (NIL T) -9 NIL 628085) (-287 627133 627255 627476 "EVALAB-" 627481 NIL EVALAB- (NIL T T) -8 NIL NIL) (-286 624596 625908 625936 "EUCDOM" 626491 T EUCDOM (NIL) -9 NIL 626841) (-285 623001 623443 624033 "EUCDOM-" 624038 NIL EUCDOM- (NIL T) -8 NIL NIL) (-284 610579 613327 616067 "ESTOOLS" 620281 T ESTOOLS (NIL) -7 NIL NIL) (-283 610215 610272 610379 "ESTOOLS2" 610516 NIL ESTOOLS2 (NIL T T) -7 NIL NIL) (-282 609966 610008 610088 "ESTOOLS1" 610167 NIL ESTOOLS1 (NIL T) -7 NIL NIL) (-281 603904 605628 605656 "ES" 608420 T ES (NIL) -9 NIL 609826) (-280 598851 600138 601955 "ES-" 602119 NIL ES- (NIL T) -8 NIL NIL) (-279 595226 595986 596766 "ESCONT" 598091 T ESCONT (NIL) -7 NIL NIL) (-278 594971 595003 595085 "ESCONT1" 595188 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL) (-277 594646 594696 594796 "ES2" 594915 NIL ES2 (NIL T T) -7 NIL NIL) (-276 594276 594334 594443 "ES1" 594582 NIL ES1 (NIL T T) -7 NIL NIL) (-275 593492 593621 593797 "ERROR" 594120 T ERROR (NIL) -7 NIL NIL) (-274 586995 593351 593442 "EQTBL" 593447 NIL EQTBL (NIL T T) -8 NIL NIL) (-273 579432 582313 583760 "EQ" 585581 NIL -1369 (NIL T) -8 NIL NIL) (-272 579064 579121 579230 "EQ2" 579369 NIL EQ2 (NIL T T) -7 NIL NIL) (-271 574356 575402 576495 "EP" 578003 NIL EP (NIL T) -7 NIL NIL) (-270 572938 573239 573556 "ENV" 574059 T ENV (NIL) -8 NIL NIL) (-269 572098 572662 572690 "ENTIRER" 572695 T ENTIRER (NIL) -9 NIL 572740) (-268 568554 570053 570423 "EMR" 571897 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL) (-267 567698 567883 567937 "ELTAGG" 568317 NIL ELTAGG (NIL T T) -9 NIL 568528) (-266 567417 567479 567620 "ELTAGG-" 567625 NIL ELTAGG- (NIL T T T) -8 NIL NIL) (-265 567206 567235 567289 "ELTAB" 567373 NIL ELTAB (NIL T T) -9 NIL NIL) (-264 566332 566478 566677 "ELFUTS" 567057 NIL ELFUTS (NIL T T) -7 NIL NIL) (-263 566074 566130 566158 "ELEMFUN" 566263 T ELEMFUN (NIL) -9 NIL NIL) (-262 565944 565965 566033 "ELEMFUN-" 566038 NIL ELEMFUN- (NIL T) -8 NIL NIL) (-261 560836 564045 564086 "ELAGG" 565026 NIL ELAGG (NIL T) -9 NIL 565489) (-260 559121 559555 560218 "ELAGG-" 560223 NIL ELAGG- (NIL T T) -8 NIL NIL) (-259 557778 558058 558353 "ELABEXPR" 558846 T ELABEXPR (NIL) -8 NIL NIL) (-258 550646 552445 553272 "EFUPXS" 557054 NIL EFUPXS (NIL T T T T) -8 NIL NIL) (-257 544096 545897 546707 "EFULS" 549922 NIL EFULS (NIL T T T) -8 NIL NIL) (-256 541527 541885 542363 "EFSTRUC" 543728 NIL EFSTRUC (NIL T T) -7 NIL NIL) (-255 530599 532164 533724 "EF" 540042 NIL EF (NIL T T) -7 NIL NIL) (-254 529700 530084 530233 "EAB" 530470 T EAB (NIL) -8 NIL NIL) (-253 528913 529659 529687 "E04UCFA" 529692 T E04UCFA (NIL) -8 NIL NIL) (-252 528126 528872 528900 "E04NAFA" 528905 T E04NAFA (NIL) -8 NIL NIL) (-251 527339 528085 528113 "E04MBFA" 528118 T E04MBFA (NIL) -8 NIL NIL) (-250 526552 527298 527326 "E04JAFA" 527331 T E04JAFA (NIL) -8 NIL NIL) (-249 525767 526511 526539 "E04GCFA" 526544 T E04GCFA (NIL) -8 NIL NIL) (-248 524982 525726 525754 "E04FDFA" 525759 T E04FDFA (NIL) -8 NIL NIL) (-247 524195 524941 524969 "E04DGFA" 524974 T E04DGFA (NIL) -8 NIL NIL) (-246 518380 519725 521087 "E04AGNT" 522853 T E04AGNT (NIL) -7 NIL NIL) (-245 517107 517587 517627 "DVARCAT" 518102 NIL DVARCAT (NIL T) -9 NIL 518300) (-244 516311 516523 516837 "DVARCAT-" 516842 NIL DVARCAT- (NIL T T) -8 NIL NIL) (-243 509173 516113 516240 "DSMP" 516245 NIL DSMP (NIL T T T) -8 NIL NIL) (-242 503983 505118 506186 "DROPT" 508125 T DROPT (NIL) -8 NIL NIL) (-241 503648 503707 503805 "DROPT1" 503918 NIL DROPT1 (NIL T) -7 NIL NIL) (-240 498763 499889 501026 "DROPT0" 502531 T DROPT0 (NIL) -7 NIL NIL) (-239 497108 497433 497819 "DRAWPT" 498397 T DRAWPT (NIL) -7 NIL NIL) (-238 491695 492618 493697 "DRAW" 496082 NIL DRAW (NIL T) -7 NIL NIL) (-237 491328 491381 491499 "DRAWHACK" 491636 NIL DRAWHACK (NIL T) -7 NIL NIL) (-236 490059 490328 490619 "DRAWCX" 491057 T DRAWCX (NIL) -7 NIL NIL) (-235 489577 489645 489795 "DRAWCURV" 489985 NIL DRAWCURV (NIL T T) -7 NIL NIL) (-234 480048 482007 484122 "DRAWCFUN" 487482 T DRAWCFUN (NIL) -7 NIL NIL) (-233 476862 478744 478785 "DQAGG" 479414 NIL DQAGG (NIL T) -9 NIL 479687) (-232 465369 472107 472189 "DPOLCAT" 474027 NIL DPOLCAT (NIL T T T T) -9 NIL 474571) (-231 460209 461555 463512 "DPOLCAT-" 463517 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL) (-230 453005 460071 460168 "DPMO" 460173 NIL DPMO (NIL NIL T T) -8 NIL NIL) (-229 445704 452786 452952 "DPMM" 452957 NIL DPMM (NIL NIL T T T) -8 NIL NIL) (-228 445124 445327 445441 "DOMAIN" 445610 T DOMAIN (NIL) -8 NIL NIL) (-227 438836 444761 444912 "DMP" 445025 NIL DMP (NIL NIL T) -8 NIL NIL) (-226 438436 438492 438636 "DLP" 438774 NIL DLP (NIL T) -7 NIL NIL) (-225 432080 437537 437764 "DLIST" 438241 NIL DLIST (NIL T) -8 NIL NIL) (-224 428927 430936 430977 "DLAGG" 431527 NIL DLAGG (NIL T) -9 NIL 431756) (-223 427637 428329 428357 "DIVRING" 428507 T DIVRING (NIL) -9 NIL 428615) (-222 426625 426878 427271 "DIVRING-" 427276 NIL DIVRING- (NIL T) -8 NIL NIL) (-221 424727 425084 425490 "DISPLAY" 426239 T DISPLAY (NIL) -7 NIL NIL) (-220 418616 424641 424704 "DIRPROD" 424709 NIL DIRPROD (NIL NIL T) -8 NIL NIL) (-219 417464 417667 417932 "DIRPROD2" 418409 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL) (-218 406983 412988 413041 "DIRPCAT" 413449 NIL DIRPCAT (NIL NIL T) -9 NIL 414288) (-217 404309 404951 405832 "DIRPCAT-" 406169 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL) (-216 403596 403756 403942 "DIOSP" 404143 T DIOSP (NIL) -7 NIL NIL) (-215 400299 402509 402550 "DIOPS" 402984 NIL DIOPS (NIL T) -9 NIL 403213) (-214 399848 399962 400153 "DIOPS-" 400158 NIL DIOPS- (NIL T T) -8 NIL NIL) (-213 398720 399358 399386 "DIFRING" 399573 T DIFRING (NIL) -9 NIL 399682) (-212 398366 398443 398595 "DIFRING-" 398600 NIL DIFRING- (NIL T) -8 NIL NIL) (-211 396156 397438 397478 "DIFEXT" 397837 NIL DIFEXT (NIL T) -9 NIL 398130) (-210 394442 394870 395535 "DIFEXT-" 395540 NIL DIFEXT- (NIL T T) -8 NIL NIL) (-209 391765 393975 394016 "DIAGG" 394021 NIL DIAGG (NIL T) -9 NIL 394041) (-208 391149 391306 391558 "DIAGG-" 391563 NIL DIAGG- (NIL T T) -8 NIL NIL) (-207 386614 390108 390385 "DHMATRIX" 390918 NIL DHMATRIX (NIL T) -8 NIL NIL) (-206 382226 383135 384145 "DFSFUN" 385624 T DFSFUN (NIL) -7 NIL NIL) (-205 377012 380940 381305 "DFLOAT" 381881 T DFLOAT (NIL) -8 NIL NIL) (-204 375245 375526 375921 "DFINTTLS" 376720 NIL DFINTTLS (NIL T T) -7 NIL NIL) (-203 372278 373280 373678 "DERHAM" 374912 NIL DERHAM (NIL T NIL) -8 NIL NIL) (-202 370127 372053 372142 "DEQUEUE" 372222 NIL DEQUEUE (NIL T) -8 NIL NIL) (-201 369345 369478 369673 "DEGRED" 369989 NIL DEGRED (NIL T T) -7 NIL NIL) (-200 365745 366490 367342 "DEFINTRF" 368573 NIL DEFINTRF (NIL T) -7 NIL NIL) (-199 363276 363745 364343 "DEFINTEF" 365264 NIL DEFINTEF (NIL T T) -7 NIL NIL) (-198 357106 362717 362883 "DECIMAL" 363130 T DECIMAL (NIL) -8 NIL NIL) (-197 354618 355076 355582 "DDFACT" 356650 NIL DDFACT (NIL T T) -7 NIL NIL) (-196 354214 354257 354408 "DBLRESP" 354569 NIL DBLRESP (NIL T T T T) -7 NIL NIL) (-195 351924 352258 352627 "DBASE" 353972 NIL DBASE (NIL T) -8 NIL NIL) (-194 351059 351883 351911 "D03FAFA" 351916 T D03FAFA (NIL) -8 NIL NIL) (-193 350195 351018 351046 "D03EEFA" 351051 T D03EEFA (NIL) -8 NIL NIL) (-192 348145 348611 349100 "D03AGNT" 349726 T D03AGNT (NIL) -7 NIL NIL) (-191 347463 348104 348132 "D02EJFA" 348137 T D02EJFA (NIL) -8 NIL NIL) (-190 346781 347422 347450 "D02CJFA" 347455 T D02CJFA (NIL) -8 NIL NIL) (-189 346099 346740 346768 "D02BHFA" 346773 T D02BHFA (NIL) -8 NIL NIL) (-188 345417 346058 346086 "D02BBFA" 346091 T D02BBFA (NIL) -8 NIL NIL) (-187 338615 340203 341809 "D02AGNT" 343831 T D02AGNT (NIL) -7 NIL NIL) (-186 336384 336906 337452 "D01WGTS" 338089 T D01WGTS (NIL) -7 NIL NIL) (-185 335487 336343 336371 "D01TRNS" 336376 T D01TRNS (NIL) -8 NIL NIL) (-184 334590 335446 335474 "D01GBFA" 335479 T D01GBFA (NIL) -8 NIL NIL) (-183 333693 334549 334577 "D01FCFA" 334582 T D01FCFA (NIL) -8 NIL NIL) (-182 332796 333652 333680 "D01ASFA" 333685 T D01ASFA (NIL) -8 NIL NIL) (-181 331899 332755 332783 "D01AQFA" 332788 T D01AQFA (NIL) -8 NIL NIL) (-180 331002 331858 331886 "D01APFA" 331891 T D01APFA (NIL) -8 NIL NIL) (-179 330105 330961 330989 "D01ANFA" 330994 T D01ANFA (NIL) -8 NIL NIL) (-178 329208 330064 330092 "D01AMFA" 330097 T D01AMFA (NIL) -8 NIL NIL) (-177 328311 329167 329195 "D01ALFA" 329200 T D01ALFA (NIL) -8 NIL NIL) (-176 327414 328270 328298 "D01AKFA" 328303 T D01AKFA (NIL) -8 NIL NIL) (-175 326517 327373 327401 "D01AJFA" 327406 T D01AJFA (NIL) -8 NIL NIL) (-174 319821 321370 322929 "D01AGNT" 324978 T D01AGNT (NIL) -7 NIL NIL) (-173 319158 319286 319438 "CYCLOTOM" 319689 T CYCLOTOM (NIL) -7 NIL NIL) (-172 315893 316606 317333 "CYCLES" 318451 T CYCLES (NIL) -7 NIL NIL) (-171 315205 315339 315510 "CVMP" 315754 NIL CVMP (NIL T) -7 NIL NIL) (-170 312986 313244 313619 "CTRIGMNP" 314933 NIL CTRIGMNP (NIL T T) -7 NIL NIL) (-169 312497 312686 312785 "CTORCALL" 312907 T CTORCALL (NIL) -8 NIL NIL) (-168 311871 311970 312123 "CSTTOOLS" 312394 NIL CSTTOOLS (NIL T T) -7 NIL NIL) (-167 307670 308327 309085 "CRFP" 311183 NIL CRFP (NIL T T) -7 NIL NIL) (-166 306717 306902 307130 "CRAPACK" 307474 NIL CRAPACK (NIL T) -7 NIL NIL) (-165 306101 306202 306406 "CPMATCH" 306593 NIL CPMATCH (NIL T T T) -7 NIL NIL) (-164 305826 305854 305960 "CPIMA" 306067 NIL CPIMA (NIL T T T) -7 NIL NIL) (-163 302190 302862 303580 "COORDSYS" 305161 NIL COORDSYS (NIL T) -7 NIL NIL) (-162 301574 301703 301853 "CONTOUR" 302060 T CONTOUR (NIL) -8 NIL NIL) (-161 297435 299577 300069 "CONTFRAC" 301114 NIL CONTFRAC (NIL T) -8 NIL NIL) (-160 296589 297153 297181 "COMRING" 297186 T COMRING (NIL) -9 NIL 297237) (-159 295670 295947 296131 "COMPPROP" 296425 T COMPPROP (NIL) -8 NIL NIL) (-158 295331 295366 295494 "COMPLPAT" 295629 NIL COMPLPAT (NIL T T T) -7 NIL NIL) (-157 285312 295140 295249 "COMPLEX" 295254 NIL COMPLEX (NIL T) -8 NIL NIL) (-156 284948 285005 285112 "COMPLEX2" 285249 NIL COMPLEX2 (NIL T T) -7 NIL NIL) (-155 284666 284701 284799 "COMPFACT" 284907 NIL COMPFACT (NIL T T) -7 NIL NIL) (-154 269001 279295 279335 "COMPCAT" 280337 NIL COMPCAT (NIL T) -9 NIL 281730) (-153 258516 261440 265067 "COMPCAT-" 265423 NIL COMPCAT- (NIL T T) -8 NIL NIL) (-152 258247 258275 258377 "COMMUPC" 258482 NIL COMMUPC (NIL T T T) -7 NIL NIL) (-151 258042 258075 258134 "COMMONOP" 258208 T COMMONOP (NIL) -7 NIL NIL) (-150 257625 257793 257880 "COMM" 257975 T COMM (NIL) -8 NIL NIL) (-149 256874 257068 257096 "COMBOPC" 257434 T COMBOPC (NIL) -9 NIL 257609) (-148 255770 255980 256222 "COMBINAT" 256664 NIL COMBINAT (NIL T) -7 NIL NIL) (-147 251968 252541 253181 "COMBF" 255192 NIL COMBF (NIL T T) -7 NIL NIL) (-146 250754 251084 251319 "COLOR" 251753 T COLOR (NIL) -8 NIL NIL) (-145 250394 250441 250566 "CMPLXRT" 250701 NIL CMPLXRT (NIL T T) -7 NIL NIL) (-144 245896 246924 248004 "CLIP" 249334 T CLIP (NIL) -7 NIL NIL) (-143 244234 245004 245242 "CLIF" 245724 NIL CLIF (NIL NIL T NIL) -8 NIL NIL) (-142 240457 242381 242422 "CLAGG" 243351 NIL CLAGG (NIL T) -9 NIL 243887) (-141 238879 239336 239919 "CLAGG-" 239924 NIL CLAGG- (NIL T T) -8 NIL NIL) (-140 238423 238508 238648 "CINTSLPE" 238788 NIL CINTSLPE (NIL T T) -7 NIL NIL) (-139 235924 236395 236943 "CHVAR" 237951 NIL CHVAR (NIL T T T) -7 NIL NIL) (-138 235147 235711 235739 "CHARZ" 235744 T CHARZ (NIL) -9 NIL 235758) (-137 234901 234941 235019 "CHARPOL" 235101 NIL CHARPOL (NIL T) -7 NIL NIL) (-136 234008 234605 234633 "CHARNZ" 234680 T CHARNZ (NIL) -9 NIL 234735) (-135 232033 232698 233033 "CHAR" 233693 T CHAR (NIL) -8 NIL NIL) (-134 231759 231820 231848 "CFCAT" 231959 T CFCAT (NIL) -9 NIL NIL) (-133 231004 231115 231297 "CDEN" 231643 NIL CDEN (NIL T T T) -7 NIL NIL) (-132 226996 230157 230437 "CCLASS" 230744 T CCLASS (NIL) -8 NIL NIL) (-131 226915 226941 226976 "CATEGORY" 226981 T -10 (NIL) -8 NIL NIL) (-130 221967 222944 223697 "CARTEN" 226218 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL) (-129 221075 221223 221444 "CARTEN2" 221814 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL) (-128 219373 220227 220483 "CARD" 220839 T CARD (NIL) -8 NIL NIL) (-127 218746 219074 219102 "CACHSET" 219234 T CACHSET (NIL) -9 NIL 219311) (-126 218243 218539 218567 "CABMON" 218617 T CABMON (NIL) -9 NIL 218673) (-125 217411 217790 217933 "BYTE" 218120 T BYTE (NIL) -8 NIL NIL) (-124 213359 217358 217392 "BYTEARY" 217397 T BYTEARY (NIL) -8 NIL NIL) (-123 210916 213051 213158 "BTREE" 213285 NIL BTREE (NIL T) -8 NIL NIL) (-122 208414 210564 210686 "BTOURN" 210826 NIL BTOURN (NIL T) -8 NIL NIL) (-121 205833 207886 207927 "BTCAT" 207995 NIL BTCAT (NIL T) -9 NIL 208072) (-120 205500 205580 205729 "BTCAT-" 205734 NIL BTCAT- (NIL T T) -8 NIL NIL) (-119 200721 204592 204620 "BTAGG" 204876 T BTAGG (NIL) -9 NIL 205055) (-118 200144 200288 200518 "BTAGG-" 200523 NIL BTAGG- (NIL T) -8 NIL NIL) (-117 197188 199422 199637 "BSTREE" 199961 NIL BSTREE (NIL T) -8 NIL NIL) (-116 196326 196452 196636 "BRILL" 197044 NIL BRILL (NIL T) -7 NIL NIL) (-115 193028 195055 195096 "BRAGG" 195745 NIL BRAGG (NIL T) -9 NIL 196002) (-114 191557 191963 192518 "BRAGG-" 192523 NIL BRAGG- (NIL T T) -8 NIL NIL) (-113 184765 190903 191087 "BPADICRT" 191405 NIL BPADICRT (NIL NIL) -8 NIL NIL) (-112 183069 184702 184747 "BPADIC" 184752 NIL BPADIC (NIL NIL) -8 NIL NIL) (-111 182769 182799 182912 "BOUNDZRO" 183033 NIL BOUNDZRO (NIL T T) -7 NIL NIL) (-110 178284 179375 180242 "BOP" 181922 T BOP (NIL) -8 NIL NIL) (-109 175905 176349 176869 "BOP1" 177797 NIL BOP1 (NIL T) -7 NIL NIL) (-108 174540 175245 175463 "BOOLEAN" 175707 T BOOLEAN (NIL) -8 NIL NIL) (-107 173907 174285 174337 "BMODULE" 174342 NIL BMODULE (NIL T T) -9 NIL 174406) (-106 169717 173705 173778 "BITS" 173854 T BITS (NIL) -8 NIL NIL) (-105 168814 169249 169401 "BINFILE" 169585 T BINFILE (NIL) -8 NIL NIL) (-104 168226 168348 168490 "BINDING" 168692 T BINDING (NIL) -8 NIL NIL) (-103 162060 167670 167835 "BINARY" 168081 T BINARY (NIL) -8 NIL NIL) (-102 159888 161316 161357 "BGAGG" 161617 NIL BGAGG (NIL T) -9 NIL 161754) (-101 159719 159751 159842 "BGAGG-" 159847 NIL BGAGG- (NIL T T) -8 NIL NIL) (-100 158817 159103 159308 "BFUNCT" 159534 T BFUNCT (NIL) -8 NIL NIL) (-99 157518 157696 157981 "BEZOUT" 158641 NIL BEZOUT (NIL T T T T T) -7 NIL NIL) (-98 154043 156378 156706 "BBTREE" 157221 NIL BBTREE (NIL T) -8 NIL NIL) (-97 153781 153834 153860 "BASTYPE" 153977 T BASTYPE (NIL) -9 NIL NIL) (-96 153636 153665 153735 "BASTYPE-" 153740 NIL BASTYPE- (NIL T) -8 NIL NIL) (-95 153074 153150 153300 "BALFACT" 153547 NIL BALFACT (NIL T T) -7 NIL NIL) (-94 151896 152493 152678 "AUTOMOR" 152919 NIL AUTOMOR (NIL T) -8 NIL NIL) (-93 151622 151627 151653 "ATTREG" 151658 T ATTREG (NIL) -9 NIL NIL) (-92 149901 150319 150671 "ATTRBUT" 151288 T ATTRBUT (NIL) -8 NIL NIL) (-91 149437 149550 149576 "ATRIG" 149777 T ATRIG (NIL) -9 NIL NIL) (-90 149246 149287 149374 "ATRIG-" 149379 NIL ATRIG- (NIL T) -8 NIL NIL) (-89 147443 149022 149110 "ASTACK" 149189 NIL ASTACK (NIL T) -8 NIL NIL) (-88 145948 146245 146610 "ASSOCEQ" 147125 NIL ASSOCEQ (NIL T T) -7 NIL NIL) (-87 144980 145607 145731 "ASP9" 145855 NIL ASP9 (NIL NIL) -8 NIL NIL) (-86 144744 144928 144967 "ASP8" 144972 NIL ASP8 (NIL NIL) -8 NIL NIL) (-85 143613 144349 144491 "ASP80" 144633 NIL ASP80 (NIL NIL) -8 NIL NIL) (-84 142512 143248 143380 "ASP7" 143512 NIL ASP7 (NIL NIL) -8 NIL NIL) (-83 141466 142189 142307 "ASP78" 142425 NIL ASP78 (NIL NIL) -8 NIL NIL) (-82 140435 141146 141263 "ASP77" 141380 NIL ASP77 (NIL NIL) -8 NIL NIL) (-81 139347 140073 140204 "ASP74" 140335 NIL ASP74 (NIL NIL) -8 NIL NIL) (-80 138247 138982 139114 "ASP73" 139246 NIL ASP73 (NIL NIL) -8 NIL NIL) (-79 137202 137924 138042 "ASP6" 138160 NIL ASP6 (NIL NIL) -8 NIL NIL) (-78 136150 136879 136997 "ASP55" 137115 NIL ASP55 (NIL NIL) -8 NIL NIL) (-77 135100 135824 135943 "ASP50" 136062 NIL ASP50 (NIL NIL) -8 NIL NIL) (-76 134188 134801 134911 "ASP4" 135021 NIL ASP4 (NIL NIL) -8 NIL NIL) (-75 133276 133889 133999 "ASP49" 134109 NIL ASP49 (NIL NIL) -8 NIL NIL) (-74 132061 132815 132983 "ASP42" 133165 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL) (-73 130838 131594 131764 "ASP41" 131948 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL) (-72 129788 130515 130633 "ASP35" 130751 NIL ASP35 (NIL NIL) -8 NIL NIL) (-71 129553 129736 129775 "ASP34" 129780 NIL ASP34 (NIL NIL) -8 NIL NIL) (-70 129290 129357 129433 "ASP33" 129508 NIL ASP33 (NIL NIL) -8 NIL NIL) (-69 128185 128925 129057 "ASP31" 129189 NIL ASP31 (NIL NIL) -8 NIL NIL) (-68 127950 128133 128172 "ASP30" 128177 NIL ASP30 (NIL NIL) -8 NIL NIL) (-67 127685 127754 127830 "ASP29" 127905 NIL ASP29 (NIL NIL) -8 NIL NIL) (-66 127450 127633 127672 "ASP28" 127677 NIL ASP28 (NIL NIL) -8 NIL NIL) (-65 127215 127398 127437 "ASP27" 127442 NIL ASP27 (NIL NIL) -8 NIL NIL) (-64 126299 126913 127024 "ASP24" 127135 NIL ASP24 (NIL NIL) -8 NIL NIL) (-63 125215 125940 126070 "ASP20" 126200 NIL ASP20 (NIL NIL) -8 NIL NIL) (-62 124303 124916 125026 "ASP1" 125136 NIL ASP1 (NIL NIL) -8 NIL NIL) (-61 123247 123977 124096 "ASP19" 124215 NIL ASP19 (NIL NIL) -8 NIL NIL) (-60 122984 123051 123127 "ASP12" 123202 NIL ASP12 (NIL NIL) -8 NIL NIL) (-59 121836 122583 122727 "ASP10" 122871 NIL ASP10 (NIL NIL) -8 NIL NIL) (-58 119735 121680 121771 "ARRAY2" 121776 NIL ARRAY2 (NIL T) -8 NIL NIL) (-57 115551 119383 119497 "ARRAY1" 119652 NIL ARRAY1 (NIL T) -8 NIL NIL) (-56 114583 114756 114977 "ARRAY12" 115374 NIL ARRAY12 (NIL T T) -7 NIL NIL) (-55 108943 110814 110889 "ARR2CAT" 113519 NIL ARR2CAT (NIL T T T) -9 NIL 114277) (-54 106377 107121 108075 "ARR2CAT-" 108080 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL) (-53 105137 105287 105590 "APPRULE" 106215 NIL APPRULE (NIL T T T) -7 NIL NIL) (-52 104790 104838 104956 "APPLYORE" 105083 NIL APPLYORE (NIL T T T) -7 NIL NIL) (-51 103764 104055 104250 "ANY" 104613 T ANY (NIL) -8 NIL NIL) (-50 103042 103165 103322 "ANY1" 103638 NIL ANY1 (NIL T) -7 NIL NIL) (-49 100574 101492 101817 "ANTISYM" 102767 NIL ANTISYM (NIL T NIL) -8 NIL NIL) (-48 100089 100278 100375 "ANON" 100495 T ANON (NIL) -8 NIL NIL) (-47 94166 98634 99085 "AN" 99656 T AN (NIL) -8 NIL NIL) (-46 90520 91918 91968 "AMR" 92707 NIL AMR (NIL T T) -9 NIL 93306) (-45 89633 89854 90216 "AMR-" 90221 NIL AMR- (NIL T T T) -8 NIL NIL) (-44 74183 89550 89611 "ALIST" 89616 NIL ALIST (NIL T T) -8 NIL NIL) (-43 71020 73777 73946 "ALGSC" 74101 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL) (-42 67576 68130 68737 "ALGPKG" 70460 NIL ALGPKG (NIL T T) -7 NIL NIL) (-41 66853 66954 67138 "ALGMFACT" 67462 NIL ALGMFACT (NIL T T T) -7 NIL NIL) (-40 62602 63283 63937 "ALGMANIP" 66377 NIL ALGMANIP (NIL T T) -7 NIL NIL) (-39 53921 62228 62378 "ALGFF" 62535 NIL ALGFF (NIL T T T NIL) -8 NIL NIL) (-38 53117 53248 53427 "ALGFACT" 53779 NIL ALGFACT (NIL T) -7 NIL NIL) (-37 52108 52718 52756 "ALGEBRA" 52816 NIL ALGEBRA (NIL T) -9 NIL 52874) (-36 51826 51885 52017 "ALGEBRA-" 52022 NIL ALGEBRA- (NIL T T) -8 NIL NIL) (-35 34087 49830 49882 "ALAGG" 50018 NIL ALAGG (NIL T T) -9 NIL 50179) (-34 33623 33736 33762 "AHYP" 33963 T AHYP (NIL) -9 NIL NIL) (-33 32554 32802 32828 "AGG" 33327 T AGG (NIL) -9 NIL 33606) (-32 31988 32150 32364 "AGG-" 32369 NIL AGG- (NIL T) -8 NIL NIL) (-31 29675 30093 30510 "AF" 31631 NIL AF (NIL T T) -7 NIL NIL) (-30 28944 29202 29358 "ACPLOT" 29537 T ACPLOT (NIL) -8 NIL NIL) (-29 18411 26357 26408 "ACFS" 27119 NIL ACFS (NIL T) -9 NIL 27358) (-28 16425 16915 17690 "ACFS-" 17695 NIL ACFS- (NIL T T) -8 NIL NIL) (-27 12693 14649 14675 "ACF" 15554 T ACF (NIL) -9 NIL 15966) (-26 11397 11731 12224 "ACF-" 12229 NIL ACF- (NIL T) -8 NIL NIL) (-25 10996 11165 11191 "ABELSG" 11283 T ABELSG (NIL) -9 NIL 11348) (-24 10863 10888 10954 "ABELSG-" 10959 NIL ABELSG- (NIL T) -8 NIL NIL) (-23 10233 10494 10520 "ABELMON" 10690 T ABELMON (NIL) -9 NIL 10802) (-22 9897 9981 10119 "ABELMON-" 10124 NIL ABELMON- (NIL T) -8 NIL NIL) (-21 9232 9578 9604 "ABELGRP" 9729 T ABELGRP (NIL) -9 NIL 9811) (-20 8695 8824 9040 "ABELGRP-" 9045 NIL ABELGRP- (NIL T) -8 NIL NIL) (-19 4333 8035 8074 "A1AGG" 8079 NIL A1AGG (NIL T) -9 NIL 8119) (-18 30 1251 2813 "A1AGG-" 2818 NIL A1AGG- (NIL T T) -8 NIL NIL)) \ No newline at end of file
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3732 (($ $ (-858)) 26)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-986) (-133)) (T -986))
+NIL
+(-13 (-21) (-1034))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-128) . T) ((-568 (-800)) . T) ((-1034) . T) ((-1022) . T))
+((-1913 (($ $) 16)) (-1335 (($ $) 22)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 49)) (-1705 (($ $) 24)) (-1358 (($ $) 11)) (-1448 (($ $) 38)) (-2051 (((-359) $) NIL) (((-207) $) NIL) (((-829 (-359)) $) 33)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL) (($ (-387 (-527))) 28) (($ (-527)) NIL) (($ (-387 (-527))) 28)) (-4070 (((-715)) 8)) (-3934 (($ $) 39)))
+(((-987 |#1|) (-10 -8 (-15 -1335 (|#1| |#1|)) (-15 -1913 (|#1| |#1|)) (-15 -1358 (|#1| |#1|)) (-15 -1448 (|#1| |#1|)) (-15 -3934 (|#1| |#1|)) (-15 -1705 (|#1| |#1|)) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| (-527))) (-15 -2051 ((-207) |#1|)) (-15 -2051 ((-359) |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 -4118 ((-800) |#1|))) (-988)) (T -987))
+((-4070 (*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-987 *3)) (-4 *3 (-988)))))
+(-10 -8 (-15 -1335 (|#1| |#1|)) (-15 -1913 (|#1| |#1|)) (-15 -1358 (|#1| |#1|)) (-15 -1448 (|#1| |#1|)) (-15 -3934 (|#1| |#1|)) (-15 -1705 (|#1| |#1|)) (-15 -1288 ((-826 (-359) |#1|) |#1| (-829 (-359)) (-826 (-359) |#1|))) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| (-527))) (-15 -2051 ((-207) |#1|)) (-15 -2051 ((-359) |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4070 ((-715))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3008 (((-527) $) 89)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-1913 (($ $) 87)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-2713 (($ $) 97)) (-1842 (((-110) $ $) 59)) (-2350 (((-527) $) 114)) (-1298 (($) 17 T CONST)) (-1335 (($ $) 86)) (-1923 (((-3 (-527) "failed") $) 102) (((-3 (-387 (-527)) "failed") $) 99)) (-4145 (((-527) $) 101) (((-387 (-527)) $) 98)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3851 (((-110) $) 71)) (-3460 (((-110) $) 112)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 93)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 96)) (-1705 (($ $) 92)) (-1612 (((-110) $) 113)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-3902 (($ $ $) 111)) (-1257 (($ $ $) 110)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-1358 (($ $) 88)) (-1448 (($ $) 90)) (-2700 (((-398 $) $) 74)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-2051 (((-359) $) 105) (((-207) $) 104) (((-829 (-359)) $) 94)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65) (($ (-527)) 103) (($ (-387 (-527))) 100)) (-4070 (((-715)) 29)) (-3934 (($ $) 91)) (-3978 (((-110) $ $) 39)) (-1597 (($ $) 115)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2813 (((-110) $ $) 108)) (-2788 (((-110) $ $) 107)) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 109)) (-2775 (((-110) $ $) 106)) (-2873 (($ $ $) 64)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68) (($ $ (-387 (-527))) 95)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66)))
+(((-988) (-133)) (T -988))
+((-1597 (*1 *1 *1) (-4 *1 (-988))) (-1705 (*1 *1 *1) (-4 *1 (-988))) (-3934 (*1 *1 *1) (-4 *1 (-988))) (-1448 (*1 *1 *1) (-4 *1 (-988))) (-3008 (*1 *2 *1) (-12 (-4 *1 (-988)) (-5 *2 (-527)))) (-1358 (*1 *1 *1) (-4 *1 (-988))) (-1913 (*1 *1 *1) (-4 *1 (-988))) (-1335 (*1 *1 *1) (-4 *1 (-988))))
+(-13 (-343) (-789) (-955) (-970 (-527)) (-970 (-387 (-527))) (-936) (-569 (-829 (-359))) (-823 (-359)) (-140) (-10 -8 (-15 -1705 ($ $)) (-15 -3934 ($ $)) (-15 -1448 ($ $)) (-15 -3008 ((-527) $)) (-15 -1358 ($ $)) (-15 -1913 ($ $)) (-15 -1335 ($ $)) (-15 -1597 ($ $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 $ $) . T) ((-128) . T) ((-140) . T) ((-568 (-800)) . T) ((-162) . T) ((-569 (-207)) . T) ((-569 (-359)) . T) ((-569 (-829 (-359))) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-343) . T) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 $) . T) ((-671) . T) ((-735) . T) ((-736) . T) ((-738) . T) ((-739) . T) ((-789) . T) ((-791) . T) ((-823 (-359)) . T) ((-857) . T) ((-936) . T) ((-955) . T) ((-970 (-387 (-527))) . T) ((-970 (-527)) . T) ((-985 #0#) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) |#2| $) 23)) (-1637 ((|#1| $) 10)) (-2350 (((-527) |#2| $) 88)) (-2608 (((-3 $ "failed") |#2| (-858)) 57)) (-3471 ((|#1| $) 28)) (-3605 ((|#1| |#2| $ |#1|) 37)) (-3795 (($ $) 25)) (-3714 (((-3 |#2| "failed") |#2| $) 87)) (-3460 (((-110) |#2| $) NIL)) (-1612 (((-110) |#2| $) NIL)) (-1682 (((-110) |#2| $) 24)) (-2880 ((|#1| $) 89)) (-3458 ((|#1| $) 27)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2279 ((|#2| $) 79)) (-4118 (((-800) $) 70)) (-1474 ((|#1| |#2| $ |#1|) 38)) (-2978 (((-594 $) |#2|) 59)) (-2747 (((-110) $ $) 74)))
+(((-989 |#1| |#2|) (-13 (-995 |#1| |#2|) (-10 -8 (-15 -3458 (|#1| $)) (-15 -3471 (|#1| $)) (-15 -1637 (|#1| $)) (-15 -2880 (|#1| $)) (-15 -3795 ($ $)) (-15 -1682 ((-110) |#2| $)) (-15 -3605 (|#1| |#2| $ |#1|)))) (-13 (-789) (-343)) (-1152 |#1|)) (T -989))
+((-3605 (*1 *2 *3 *1 *2) (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3)) (-4 *3 (-1152 *2)))) (-3458 (*1 *2 *1) (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3)) (-4 *3 (-1152 *2)))) (-3471 (*1 *2 *1) (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3)) (-4 *3 (-1152 *2)))) (-1637 (*1 *2 *1) (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3)) (-4 *3 (-1152 *2)))) (-2880 (*1 *2 *1) (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3)) (-4 *3 (-1152 *2)))) (-3795 (*1 *1 *1) (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3)) (-4 *3 (-1152 *2)))) (-1682 (*1 *2 *3 *1) (-12 (-4 *4 (-13 (-789) (-343))) (-5 *2 (-110)) (-5 *1 (-989 *4 *3)) (-4 *3 (-1152 *4)))))
+(-13 (-995 |#1| |#2|) (-10 -8 (-15 -3458 (|#1| $)) (-15 -3471 (|#1| $)) (-15 -1637 (|#1| $)) (-15 -2880 (|#1| $)) (-15 -3795 ($ $)) (-15 -1682 ((-110) |#2| $)) (-15 -3605 (|#1| |#2| $ |#1|))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2313 (($ $ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1511 (($ $ $ $) NIL)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL)) (-3183 (($ $ $) NIL)) (-1298 (($) NIL T CONST)) (-2989 (($ (-1094)) 10) (($ (-527)) 7)) (-1923 (((-3 (-527) "failed") $) NIL)) (-4145 (((-527) $) NIL)) (-1346 (($ $ $) NIL)) (-4162 (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-634 (-527)) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL)) (-1397 (((-110) $) NIL)) (-1328 (((-387 (-527)) $) NIL)) (-2309 (($) NIL) (($ $) NIL)) (-1324 (($ $ $) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3555 (($ $ $ $) NIL)) (-3338 (($ $ $) NIL)) (-3460 (((-110) $) NIL)) (-2536 (($ $ $) NIL)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL)) (-2956 (((-110) $) NIL)) (-1758 (((-110) $) NIL)) (-2628 (((-3 $ "failed") $) NIL)) (-1612 (((-110) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1570 (($ $ $ $) NIL)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-3105 (($ $) NIL)) (-2091 (($ $) NIL)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-3920 (($ $ $) NIL)) (-2138 (($) NIL T CONST)) (-3564 (($ $) NIL)) (-4024 (((-1041) $) NIL) (($ $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2573 (($ $) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1285 (((-110) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4234 (($ $ (-715)) NIL) (($ $) NIL)) (-3892 (($ $) NIL)) (-2465 (($ $) NIL)) (-2051 (((-527) $) 16) (((-503) $) NIL) (((-829 (-527)) $) NIL) (((-359) $) NIL) (((-207) $) NIL) (($ (-1094)) 9)) (-4118 (((-800) $) 20) (($ (-527)) 6) (($ $) NIL) (($ (-527)) 6)) (-4070 (((-715)) NIL)) (-3476 (((-110) $ $) NIL)) (-3769 (($ $ $) NIL)) (-1670 (($) NIL)) (-3978 (((-110) $ $) NIL)) (-2093 (($ $ $ $) NIL)) (-1597 (($ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) NIL)) (-2863 (($ $) 19) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL)))
+(((-990) (-13 (-512) (-10 -8 (-6 -4248) (-6 -4253) (-6 -4249) (-15 -2051 ($ (-1094))) (-15 -2989 ($ (-1094))) (-15 -2989 ($ (-527)))))) (T -990))
+((-2051 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-990)))) (-2989 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-990)))) (-2989 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-990)))))
+(-13 (-512) (-10 -8 (-6 -4248) (-6 -4253) (-6 -4249) (-15 -2051 ($ (-1094))) (-15 -2989 ($ (-1094))) (-15 -2989 ($ (-527)))))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL)) (-3604 (((-1181) $ (-1094) (-1094)) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1901 (($) 9)) (-1232 (((-51) $ (-1094) (-51)) NIL)) (-3203 (($ $) 30)) (-4221 (($ $) 28)) (-2470 (($ $) 27)) (-1828 (($ $) 29)) (-1405 (($ $) 32)) (-2462 (($ $) 33)) (-1625 (($ $) 26)) (-4218 (($ $) 31)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) 25 (|has| $ (-6 -4261)))) (-1519 (((-3 (-51) "failed") (-1094) $) 40)) (-1298 (($) NIL T CONST)) (-2331 (($) 7)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-3373 (($ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) 50 (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-3 (-51) "failed") (-1094) $) NIL)) (-2659 (($ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261)))) (-4225 (((-3 (-1077) "failed") $ (-1077) (-527)) 59)) (-2774 (((-51) $ (-1094) (-51)) NIL (|has| $ (-6 -4262)))) (-3231 (((-51) $ (-1094)) NIL)) (-3717 (((-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-594 (-51)) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-1094) $) NIL (|has| (-1094) (-791)))) (-2063 (((-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) 35 (|has| $ (-6 -4261))) (((-594 (-51)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (((-110) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022))))) (-2532 (((-1094) $) NIL (|has| (-1094) (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4262))) (($ (-1 (-51) (-51)) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL) (($ (-1 (-51) (-51)) $) NIL) (($ (-1 (-51) (-51) (-51)) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-4195 (((-594 (-1094)) $) NIL)) (-1651 (((-110) (-1094) $) NIL)) (-3368 (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL)) (-3204 (($ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) 43)) (-3847 (((-594 (-1094)) $) NIL)) (-1645 (((-110) (-1094) $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-1916 (((-359) $ (-1094)) 49)) (-4033 (((-594 (-1077)) $ (-1077)) 60)) (-1672 (((-51) $) NIL (|has| (-1094) (-791)))) (-3326 (((-3 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) "failed") (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL)) (-1542 (($ $ (-51)) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-275 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL (-12 (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-290 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (($ $ (-594 (-51)) (-594 (-51))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-51) (-51)) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-275 (-51))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022)))) (($ $ (-594 (-275 (-51)))) NIL (-12 (|has| (-51) (-290 (-51))) (|has| (-51) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022))))) (-2401 (((-594 (-51)) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 (((-51) $ (-1094)) NIL) (((-51) $ (-1094) (-51)) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL)) (-3234 (($ $ (-1094)) 51)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022)))) (((-715) (-51) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-51) (-1022)))) (((-715) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) 37)) (-1997 (($ $ $) 38)) (-4118 (((-800) $) NIL (-2027 (|has| (-51) (-568 (-800))) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-568 (-800)))))) (-1489 (($ $ (-1094) (-359)) 47)) (-2057 (($ $ (-1094) (-359)) 48)) (-3557 (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 (-1094)) (|:| -3484 (-51)))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) (-51)) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-51) (-1022)) (|has| (-2 (|:| -1550 (-1094)) (|:| -3484 (-51))) (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-991) (-13 (-1107 (-1094) (-51)) (-10 -8 (-15 -1997 ($ $ $)) (-15 -2331 ($)) (-15 -1625 ($ $)) (-15 -2470 ($ $)) (-15 -4221 ($ $)) (-15 -1828 ($ $)) (-15 -4218 ($ $)) (-15 -3203 ($ $)) (-15 -1405 ($ $)) (-15 -2462 ($ $)) (-15 -1489 ($ $ (-1094) (-359))) (-15 -2057 ($ $ (-1094) (-359))) (-15 -1916 ((-359) $ (-1094))) (-15 -4033 ((-594 (-1077)) $ (-1077))) (-15 -3234 ($ $ (-1094))) (-15 -1901 ($)) (-15 -4225 ((-3 (-1077) "failed") $ (-1077) (-527))) (-6 -4261)))) (T -991))
+((-1997 (*1 *1 *1 *1) (-5 *1 (-991))) (-2331 (*1 *1) (-5 *1 (-991))) (-1625 (*1 *1 *1) (-5 *1 (-991))) (-2470 (*1 *1 *1) (-5 *1 (-991))) (-4221 (*1 *1 *1) (-5 *1 (-991))) (-1828 (*1 *1 *1) (-5 *1 (-991))) (-4218 (*1 *1 *1) (-5 *1 (-991))) (-3203 (*1 *1 *1) (-5 *1 (-991))) (-1405 (*1 *1 *1) (-5 *1 (-991))) (-2462 (*1 *1 *1) (-5 *1 (-991))) (-1489 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-359)) (-5 *1 (-991)))) (-2057 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-359)) (-5 *1 (-991)))) (-1916 (*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-359)) (-5 *1 (-991)))) (-4033 (*1 *2 *1 *3) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-991)) (-5 *3 (-1077)))) (-3234 (*1 *1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-991)))) (-1901 (*1 *1) (-5 *1 (-991))) (-4225 (*1 *2 *1 *2 *3) (|partial| -12 (-5 *2 (-1077)) (-5 *3 (-527)) (-5 *1 (-991)))))
+(-13 (-1107 (-1094) (-51)) (-10 -8 (-15 -1997 ($ $ $)) (-15 -2331 ($)) (-15 -1625 ($ $)) (-15 -2470 ($ $)) (-15 -4221 ($ $)) (-15 -1828 ($ $)) (-15 -4218 ($ $)) (-15 -3203 ($ $)) (-15 -1405 ($ $)) (-15 -2462 ($ $)) (-15 -1489 ($ $ (-1094) (-359))) (-15 -2057 ($ $ (-1094) (-359))) (-15 -1916 ((-359) $ (-1094))) (-15 -4033 ((-594 (-1077)) $ (-1077))) (-15 -3234 ($ $ (-1094))) (-15 -1901 ($)) (-15 -4225 ((-3 (-1077) "failed") $ (-1077) (-527))) (-6 -4261)))
+((-1630 (($ $) 45)) (-2234 (((-110) $ $) 74)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 (-527) "failed") $) NIL) (((-3 |#4| "failed") $) NIL) (((-3 $ "failed") (-889 (-387 (-527)))) 227) (((-3 $ "failed") (-889 (-527))) 226) (((-3 $ "failed") (-889 |#2|)) 229)) (-4145 ((|#2| $) NIL) (((-387 (-527)) $) NIL) (((-527) $) NIL) ((|#4| $) NIL) (($ (-889 (-387 (-527)))) 215) (($ (-889 (-527))) 211) (($ (-889 |#2|)) 231)) (-3033 (($ $) NIL) (($ $ |#4|) 43)) (-2892 (((-110) $ $) 112) (((-110) $ (-594 $)) 113)) (-3049 (((-110) $) 56)) (-4022 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 107)) (-3330 (($ $) 138)) (-2589 (($ $) 134)) (-2127 (($ $) 133)) (-1229 (($ $ $) 79) (($ $ $ |#4|) 84)) (-1386 (($ $ $) 82) (($ $ $ |#4|) 86)) (-3076 (((-110) $ $) 121) (((-110) $ (-594 $)) 122)) (-2876 ((|#4| $) 33)) (-2478 (($ $ $) 110)) (-3167 (((-110) $) 55)) (-4113 (((-715) $) 35)) (-1371 (($ $) 152)) (-3090 (($ $) 149)) (-1907 (((-594 $) $) 68)) (-1422 (($ $) 57)) (-2264 (($ $) 145)) (-1785 (((-594 $) $) 65)) (-3010 (($ $) 59)) (-3004 ((|#2| $) NIL) (($ $ |#4|) 38)) (-2801 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3670 (-715))) $ $) 111)) (-1865 (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $) 108) (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $ |#4|) 109)) (-1409 (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $) 104) (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $ |#4|) 105)) (-4028 (($ $ $) 89) (($ $ $ |#4|) 95)) (-1817 (($ $ $) 90) (($ $ $ |#4|) 96)) (-2895 (((-594 $) $) 51)) (-2451 (((-110) $ $) 118) (((-110) $ (-594 $)) 119)) (-4039 (($ $ $) 103)) (-2138 (($ $) 37)) (-1745 (((-110) $ $) 72)) (-2238 (((-110) $ $) 114) (((-110) $ (-594 $)) 116)) (-2125 (($ $ $) 101)) (-3514 (($ $) 40)) (-2742 ((|#2| |#2| $) 142) (($ (-594 $)) NIL) (($ $ $) NIL)) (-3350 (($ $ |#2|) NIL) (($ $ $) 131)) (-1261 (($ $ |#2|) 126) (($ $ $) 129)) (-2111 (($ $) 48)) (-1783 (($ $) 52)) (-2051 (((-829 (-359)) $) NIL) (((-829 (-527)) $) NIL) (((-503) $) NIL) (($ (-889 (-387 (-527)))) 217) (($ (-889 (-527))) 213) (($ (-889 |#2|)) 228) (((-1077) $) 250) (((-889 |#2|) $) 162)) (-4118 (((-800) $) 30) (($ (-527)) NIL) (($ |#2|) NIL) (($ |#4|) NIL) (((-889 |#2|) $) 163) (($ (-387 (-527))) NIL) (($ $) NIL)) (-3294 (((-3 (-110) "failed") $ $) 71)))
+(((-992 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -4118 (|#1| |#1|)) (-15 -2742 (|#1| |#1| |#1|)) (-15 -2742 (|#1| (-594 |#1|))) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 ((-889 |#2|) |#1|)) (-15 -2051 ((-889 |#2|) |#1|)) (-15 -2051 ((-1077) |#1|)) (-15 -1371 (|#1| |#1|)) (-15 -3090 (|#1| |#1|)) (-15 -2264 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -2742 (|#2| |#2| |#1|)) (-15 -3350 (|#1| |#1| |#1|)) (-15 -1261 (|#1| |#1| |#1|)) (-15 -3350 (|#1| |#1| |#2|)) (-15 -1261 (|#1| |#1| |#2|)) (-15 -2589 (|#1| |#1|)) (-15 -2127 (|#1| |#1|)) (-15 -2051 (|#1| (-889 |#2|))) (-15 -4145 (|#1| (-889 |#2|))) (-15 -1923 ((-3 |#1| "failed") (-889 |#2|))) (-15 -2051 (|#1| (-889 (-527)))) (-15 -4145 (|#1| (-889 (-527)))) (-15 -1923 ((-3 |#1| "failed") (-889 (-527)))) (-15 -2051 (|#1| (-889 (-387 (-527))))) (-15 -4145 (|#1| (-889 (-387 (-527))))) (-15 -1923 ((-3 |#1| "failed") (-889 (-387 (-527))))) (-15 -4039 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#1|)) (-15 -2801 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3670 (-715))) |#1| |#1|)) (-15 -2478 (|#1| |#1| |#1|)) (-15 -4022 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1865 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1| |#4|)) (-15 -1865 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1409 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -3145 |#1|)) |#1| |#1| |#4|)) (-15 -1409 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1817 (|#1| |#1| |#1| |#4|)) (-15 -4028 (|#1| |#1| |#1| |#4|)) (-15 -1817 (|#1| |#1| |#1|)) (-15 -4028 (|#1| |#1| |#1|)) (-15 -1386 (|#1| |#1| |#1| |#4|)) (-15 -1229 (|#1| |#1| |#1| |#4|)) (-15 -1386 (|#1| |#1| |#1|)) (-15 -1229 (|#1| |#1| |#1|)) (-15 -3076 ((-110) |#1| (-594 |#1|))) (-15 -3076 ((-110) |#1| |#1|)) (-15 -2451 ((-110) |#1| (-594 |#1|))) (-15 -2451 ((-110) |#1| |#1|)) (-15 -2238 ((-110) |#1| (-594 |#1|))) (-15 -2238 ((-110) |#1| |#1|)) (-15 -2892 ((-110) |#1| (-594 |#1|))) (-15 -2892 ((-110) |#1| |#1|)) (-15 -2234 ((-110) |#1| |#1|)) (-15 -1745 ((-110) |#1| |#1|)) (-15 -3294 ((-3 (-110) "failed") |#1| |#1|)) (-15 -1907 ((-594 |#1|) |#1|)) (-15 -1785 ((-594 |#1|) |#1|)) (-15 -3010 (|#1| |#1|)) (-15 -1422 (|#1| |#1|)) (-15 -3049 ((-110) |#1|)) (-15 -3167 ((-110) |#1|)) (-15 -3033 (|#1| |#1| |#4|)) (-15 -3004 (|#1| |#1| |#4|)) (-15 -1783 (|#1| |#1|)) (-15 -2895 ((-594 |#1|) |#1|)) (-15 -2111 (|#1| |#1|)) (-15 -1630 (|#1| |#1|)) (-15 -3514 (|#1| |#1|)) (-15 -2138 (|#1| |#1|)) (-15 -4113 ((-715) |#1|)) (-15 -2876 (|#4| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -4145 (|#4| |#1|)) (-15 -1923 ((-3 |#4| "failed") |#1|)) (-15 -4118 (|#1| |#4|)) (-15 -3004 (|#2| |#1|)) (-15 -3033 (|#1| |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|))) (-993 |#2| |#3| |#4|) (-979) (-737) (-791)) (T -992))
+NIL
+(-10 -8 (-15 -4118 (|#1| |#1|)) (-15 -2742 (|#1| |#1| |#1|)) (-15 -2742 (|#1| (-594 |#1|))) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 ((-889 |#2|) |#1|)) (-15 -2051 ((-889 |#2|) |#1|)) (-15 -2051 ((-1077) |#1|)) (-15 -1371 (|#1| |#1|)) (-15 -3090 (|#1| |#1|)) (-15 -2264 (|#1| |#1|)) (-15 -3330 (|#1| |#1|)) (-15 -2742 (|#2| |#2| |#1|)) (-15 -3350 (|#1| |#1| |#1|)) (-15 -1261 (|#1| |#1| |#1|)) (-15 -3350 (|#1| |#1| |#2|)) (-15 -1261 (|#1| |#1| |#2|)) (-15 -2589 (|#1| |#1|)) (-15 -2127 (|#1| |#1|)) (-15 -2051 (|#1| (-889 |#2|))) (-15 -4145 (|#1| (-889 |#2|))) (-15 -1923 ((-3 |#1| "failed") (-889 |#2|))) (-15 -2051 (|#1| (-889 (-527)))) (-15 -4145 (|#1| (-889 (-527)))) (-15 -1923 ((-3 |#1| "failed") (-889 (-527)))) (-15 -2051 (|#1| (-889 (-387 (-527))))) (-15 -4145 (|#1| (-889 (-387 (-527))))) (-15 -1923 ((-3 |#1| "failed") (-889 (-387 (-527))))) (-15 -4039 (|#1| |#1| |#1|)) (-15 -2125 (|#1| |#1| |#1|)) (-15 -2801 ((-2 (|:| |polnum| |#1|) (|:| |polden| |#1|) (|:| -3670 (-715))) |#1| |#1|)) (-15 -2478 (|#1| |#1| |#1|)) (-15 -4022 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1865 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1| |#4|)) (-15 -1865 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1409 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -3145 |#1|)) |#1| |#1| |#4|)) (-15 -1409 ((-2 (|:| -2663 |#1|) (|:| |gap| (-715)) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1817 (|#1| |#1| |#1| |#4|)) (-15 -4028 (|#1| |#1| |#1| |#4|)) (-15 -1817 (|#1| |#1| |#1|)) (-15 -4028 (|#1| |#1| |#1|)) (-15 -1386 (|#1| |#1| |#1| |#4|)) (-15 -1229 (|#1| |#1| |#1| |#4|)) (-15 -1386 (|#1| |#1| |#1|)) (-15 -1229 (|#1| |#1| |#1|)) (-15 -3076 ((-110) |#1| (-594 |#1|))) (-15 -3076 ((-110) |#1| |#1|)) (-15 -2451 ((-110) |#1| (-594 |#1|))) (-15 -2451 ((-110) |#1| |#1|)) (-15 -2238 ((-110) |#1| (-594 |#1|))) (-15 -2238 ((-110) |#1| |#1|)) (-15 -2892 ((-110) |#1| (-594 |#1|))) (-15 -2892 ((-110) |#1| |#1|)) (-15 -2234 ((-110) |#1| |#1|)) (-15 -1745 ((-110) |#1| |#1|)) (-15 -3294 ((-3 (-110) "failed") |#1| |#1|)) (-15 -1907 ((-594 |#1|) |#1|)) (-15 -1785 ((-594 |#1|) |#1|)) (-15 -3010 (|#1| |#1|)) (-15 -1422 (|#1| |#1|)) (-15 -3049 ((-110) |#1|)) (-15 -3167 ((-110) |#1|)) (-15 -3033 (|#1| |#1| |#4|)) (-15 -3004 (|#1| |#1| |#4|)) (-15 -1783 (|#1| |#1|)) (-15 -2895 ((-594 |#1|) |#1|)) (-15 -2111 (|#1| |#1|)) (-15 -1630 (|#1| |#1|)) (-15 -3514 (|#1| |#1|)) (-15 -2138 (|#1| |#1|)) (-15 -4113 ((-715) |#1|)) (-15 -2876 (|#4| |#1|)) (-15 -2051 ((-503) |#1|)) (-15 -2051 ((-829 (-527)) |#1|)) (-15 -2051 ((-829 (-359)) |#1|)) (-15 -4145 (|#4| |#1|)) (-15 -1923 ((-3 |#4| "failed") |#1|)) (-15 -4118 (|#1| |#4|)) (-15 -3004 (|#2| |#1|)) (-15 -3033 (|#1| |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 |#3|) $) 110)) (-2669 (((-1090 $) $ |#3|) 125) (((-1090 |#1|) $) 124)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 87 (|has| |#1| (-519)))) (-3931 (($ $) 88 (|has| |#1| (-519)))) (-3938 (((-110) $) 90 (|has| |#1| (-519)))) (-2585 (((-715) $) 112) (((-715) $ (-594 |#3|)) 111)) (-1630 (($ $) 271)) (-2234 (((-110) $ $) 257)) (-3085 (((-3 $ "failed") $ $) 19)) (-3286 (($ $ $) 216 (|has| |#1| (-519)))) (-3164 (((-594 $) $ $) 211 (|has| |#1| (-519)))) (-3854 (((-398 (-1090 $)) (-1090 $)) 100 (|has| |#1| (-846)))) (-3259 (($ $) 98 (|has| |#1| (-431)))) (-3488 (((-398 $) $) 97 (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 103 (|has| |#1| (-846)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 164) (((-3 (-387 (-527)) "failed") $) 162 (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) 160 (|has| |#1| (-970 (-527)))) (((-3 |#3| "failed") $) 136) (((-3 $ "failed") (-889 (-387 (-527)))) 231 (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094))))) (((-3 $ "failed") (-889 (-527))) 228 (-2027 (-12 (-3264 (|has| |#1| (-37 (-387 (-527))))) (|has| |#1| (-37 (-527))) (|has| |#3| (-569 (-1094)))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094)))))) (((-3 $ "failed") (-889 |#1|)) 225 (-2027 (-12 (-3264 (|has| |#1| (-37 (-387 (-527))))) (-3264 (|has| |#1| (-37 (-527)))) (|has| |#3| (-569 (-1094)))) (-12 (-3264 (|has| |#1| (-512))) (-3264 (|has| |#1| (-37 (-387 (-527))))) (|has| |#1| (-37 (-527))) (|has| |#3| (-569 (-1094)))) (-12 (-3264 (|has| |#1| (-927 (-527)))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094))))))) (-4145 ((|#1| $) 165) (((-387 (-527)) $) 161 (|has| |#1| (-970 (-387 (-527))))) (((-527) $) 159 (|has| |#1| (-970 (-527)))) ((|#3| $) 135) (($ (-889 (-387 (-527)))) 230 (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094))))) (($ (-889 (-527))) 227 (-2027 (-12 (-3264 (|has| |#1| (-37 (-387 (-527))))) (|has| |#1| (-37 (-527))) (|has| |#3| (-569 (-1094)))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094)))))) (($ (-889 |#1|)) 224 (-2027 (-12 (-3264 (|has| |#1| (-37 (-387 (-527))))) (-3264 (|has| |#1| (-37 (-527)))) (|has| |#3| (-569 (-1094)))) (-12 (-3264 (|has| |#1| (-512))) (-3264 (|has| |#1| (-37 (-387 (-527))))) (|has| |#1| (-37 (-527))) (|has| |#3| (-569 (-1094)))) (-12 (-3264 (|has| |#1| (-927 (-527)))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094))))))) (-1897 (($ $ $ |#3|) 108 (|has| |#1| (-162))) (($ $ $) 212 (|has| |#1| (-519)))) (-3033 (($ $) 154) (($ $ |#3|) 266)) (-4162 (((-634 (-527)) (-634 $)) 134 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 133 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 132) (((-634 |#1|) (-634 $)) 131)) (-2892 (((-110) $ $) 256) (((-110) $ (-594 $)) 255)) (-3714 (((-3 $ "failed") $) 34)) (-3049 (((-110) $) 264)) (-4022 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 236)) (-3330 (($ $) 205 (|has| |#1| (-431)))) (-2855 (($ $) 176 (|has| |#1| (-431))) (($ $ |#3|) 105 (|has| |#1| (-431)))) (-3019 (((-594 $) $) 109)) (-3851 (((-110) $) 96 (|has| |#1| (-846)))) (-2589 (($ $) 221 (|has| |#1| (-519)))) (-2127 (($ $) 222 (|has| |#1| (-519)))) (-1229 (($ $ $) 248) (($ $ $ |#3|) 246)) (-1386 (($ $ $) 247) (($ $ $ |#3|) 245)) (-3379 (($ $ |#1| |#2| $) 172)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 84 (-12 (|has| |#3| (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 83 (-12 (|has| |#3| (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2956 (((-110) $) 31)) (-2296 (((-715) $) 169)) (-3076 (((-110) $ $) 250) (((-110) $ (-594 $)) 249)) (-3094 (($ $ $ $ $) 207 (|has| |#1| (-519)))) (-2876 ((|#3| $) 275)) (-2842 (($ (-1090 |#1|) |#3|) 117) (($ (-1090 $) |#3|) 116)) (-2684 (((-594 $) $) 126)) (-4170 (((-110) $) 152)) (-2829 (($ |#1| |#2|) 153) (($ $ |#3| (-715)) 119) (($ $ (-594 |#3|) (-594 (-715))) 118)) (-2478 (($ $ $) 235)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |#3|) 120)) (-3167 (((-110) $) 265)) (-4045 ((|#2| $) 170) (((-715) $ |#3|) 122) (((-594 (-715)) $ (-594 |#3|)) 121)) (-3902 (($ $ $) 79 (|has| |#1| (-791)))) (-4113 (((-715) $) 274)) (-1257 (($ $ $) 78 (|has| |#1| (-791)))) (-2301 (($ (-1 |#2| |#2|) $) 171)) (-1998 (($ (-1 |#1| |#1|) $) 151)) (-2317 (((-3 |#3| "failed") $) 123)) (-1371 (($ $) 202 (|has| |#1| (-431)))) (-3090 (($ $) 203 (|has| |#1| (-431)))) (-1907 (((-594 $) $) 260)) (-1422 (($ $) 263)) (-2264 (($ $) 204 (|has| |#1| (-431)))) (-1785 (((-594 $) $) 261)) (-3010 (($ $) 262)) (-2990 (($ $) 149)) (-3004 ((|#1| $) 148) (($ $ |#3|) 267)) (-2702 (($ (-594 $)) 94 (|has| |#1| (-431))) (($ $ $) 93 (|has| |#1| (-431)))) (-2801 (((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3670 (-715))) $ $) 234)) (-1865 (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $) 238) (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $ |#3|) 237)) (-1409 (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $) 240) (((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $ |#3|) 239)) (-4028 (($ $ $) 244) (($ $ $ |#3|) 242)) (-1817 (($ $ $) 243) (($ $ $ |#3|) 241)) (-2416 (((-1077) $) 9)) (-3120 (($ $ $) 210 (|has| |#1| (-519)))) (-2895 (((-594 $) $) 269)) (-2415 (((-3 (-594 $) "failed") $) 114)) (-3711 (((-3 (-594 $) "failed") $) 115)) (-2007 (((-3 (-2 (|:| |var| |#3|) (|:| -3148 (-715))) "failed") $) 113)) (-2451 (((-110) $ $) 252) (((-110) $ (-594 $)) 251)) (-4039 (($ $ $) 232)) (-2138 (($ $) 273)) (-1745 (((-110) $ $) 258)) (-2238 (((-110) $ $) 254) (((-110) $ (-594 $)) 253)) (-2125 (($ $ $) 233)) (-3514 (($ $) 272)) (-4024 (((-1041) $) 10)) (-2447 (((-2 (|:| -2742 $) (|:| |coef2| $)) $ $) 213 (|has| |#1| (-519)))) (-3332 (((-2 (|:| -2742 $) (|:| |coef1| $)) $ $) 214 (|has| |#1| (-519)))) (-2964 (((-110) $) 166)) (-2972 ((|#1| $) 167)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 95 (|has| |#1| (-431)))) (-2742 ((|#1| |#1| $) 206 (|has| |#1| (-431))) (($ (-594 $)) 92 (|has| |#1| (-431))) (($ $ $) 91 (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) 102 (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 101 (|has| |#1| (-846)))) (-2700 (((-398 $) $) 99 (|has| |#1| (-846)))) (-3708 (((-2 (|:| -2742 $) (|:| |coef1| $) (|:| |coef2| $)) $ $) 215 (|has| |#1| (-519)))) (-1305 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-519))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-519)))) (-3350 (($ $ |#1|) 219 (|has| |#1| (-519))) (($ $ $) 217 (|has| |#1| (-519)))) (-1261 (($ $ |#1|) 220 (|has| |#1| (-519))) (($ $ $) 218 (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) 145) (($ $ (-275 $)) 144) (($ $ $ $) 143) (($ $ (-594 $) (-594 $)) 142) (($ $ |#3| |#1|) 141) (($ $ (-594 |#3|) (-594 |#1|)) 140) (($ $ |#3| $) 139) (($ $ (-594 |#3|) (-594 $)) 138)) (-1875 (($ $ |#3|) 107 (|has| |#1| (-162)))) (-4234 (($ $ |#3|) 42) (($ $ (-594 |#3|)) 41) (($ $ |#3| (-715)) 40) (($ $ (-594 |#3|) (-594 (-715))) 39)) (-4115 ((|#2| $) 150) (((-715) $ |#3|) 130) (((-594 (-715)) $ (-594 |#3|)) 129)) (-2111 (($ $) 270)) (-1783 (($ $) 268)) (-2051 (((-829 (-359)) $) 82 (-12 (|has| |#3| (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) 81 (-12 (|has| |#3| (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) 80 (-12 (|has| |#3| (-569 (-503))) (|has| |#1| (-569 (-503))))) (($ (-889 (-387 (-527)))) 229 (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094))))) (($ (-889 (-527))) 226 (-2027 (-12 (-3264 (|has| |#1| (-37 (-387 (-527))))) (|has| |#1| (-37 (-527))) (|has| |#3| (-569 (-1094)))) (-12 (|has| |#1| (-37 (-387 (-527)))) (|has| |#3| (-569 (-1094)))))) (($ (-889 |#1|)) 223 (|has| |#3| (-569 (-1094)))) (((-1077) $) 201 (-12 (|has| |#1| (-970 (-527))) (|has| |#3| (-569 (-1094))))) (((-889 |#1|) $) 200 (|has| |#3| (-569 (-1094))))) (-1898 ((|#1| $) 175 (|has| |#1| (-431))) (($ $ |#3|) 106 (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 104 (-3979 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 163) (($ |#3|) 137) (((-889 |#1|) $) 199 (|has| |#3| (-569 (-1094)))) (($ (-387 (-527))) 72 (-2027 (|has| |#1| (-970 (-387 (-527)))) (|has| |#1| (-37 (-387 (-527)))))) (($ $) 85 (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) 168)) (-3411 ((|#1| $ |#2|) 155) (($ $ |#3| (-715)) 128) (($ $ (-594 |#3|) (-594 (-715))) 127)) (-3470 (((-3 $ "failed") $) 73 (-2027 (-3979 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) 29)) (-2435 (($ $ $ (-715)) 173 (|has| |#1| (-162)))) (-3978 (((-110) $ $) 89 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3294 (((-3 (-110) "failed") $ $) 259)) (-3374 (($) 30 T CONST)) (-1723 (($ $ $ $ (-715)) 208 (|has| |#1| (-519)))) (-3942 (($ $ $ (-715)) 209 (|has| |#1| (-519)))) (-2369 (($ $ |#3|) 38) (($ $ (-594 |#3|)) 37) (($ $ |#3| (-715)) 36) (($ $ (-594 |#3|) (-594 (-715))) 35)) (-2813 (((-110) $ $) 76 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 75 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 77 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 74 (|has| |#1| (-791)))) (-2873 (($ $ |#1|) 156 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 158 (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) 157 (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+(((-993 |#1| |#2| |#3|) (-133) (-979) (-737) (-791)) (T -993))
+((-2876 (*1 *2 *1) (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-4113 (*1 *2 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-715)))) (-2138 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-3514 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-1630 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-2111 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-2895 (*1 *2 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-993 *3 *4 *5)))) (-1783 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-3004 (*1 *1 *1 *2) (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-3033 (*1 *1 *1 *2) (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-3167 (*1 *2 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-3049 (*1 *2 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-1422 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-3010 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-1785 (*1 *2 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-993 *3 *4 *5)))) (-1907 (*1 *2 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-993 *3 *4 *5)))) (-3294 (*1 *2 *1 *1) (|partial| -12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-1745 (*1 *2 *1 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-2234 (*1 *2 *1 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-2892 (*1 *2 *1 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-2892 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)))) (-2238 (*1 *2 *1 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-2238 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)))) (-2451 (*1 *2 *1 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-2451 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)))) (-3076 (*1 *2 *1 *1) (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110)))) (-3076 (*1 *2 *1 *3) (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)))) (-1229 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-1386 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-1229 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-1386 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-4028 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-1817 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-4028 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-1817 (*1 *1 *1 *1 *2) (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *2 (-791)))) (-1409 (*1 *2 *1 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -3145 *1))) (-4 *1 (-993 *3 *4 *5)))) (-1409 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-5 *2 (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -3145 *1))) (-4 *1 (-993 *4 *5 *3)))) (-1865 (*1 *2 *1 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-993 *3 *4 *5)))) (-1865 (*1 *2 *1 *1 *3) (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-5 *2 (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-993 *4 *5 *3)))) (-4022 (*1 *2 *1 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-993 *3 *4 *5)))) (-2478 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-2801 (*1 *2 *1 *1) (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3670 (-715)))) (-4 *1 (-993 *3 *4 *5)))) (-2125 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-4039 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)))) (-1923 (*1 *1 *2) (|partial| -12 (-5 *2 (-889 (-387 (-527)))) (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))) (-4145 (*1 *1 *2) (-12 (-5 *2 (-889 (-387 (-527)))) (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-889 (-387 (-527)))) (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))) (-1923 (*1 *1 *2) (|partial| -2027 (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5)) (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))) (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5)) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))))) (-4145 (*1 *1 *2) (-2027 (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5)) (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))) (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5)) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))))) (-2051 (*1 *1 *2) (-2027 (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5)) (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))) (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5)) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))))) (-1923 (*1 *1 *2) (|partial| -2027 (-12 (-5 *2 (-889 *3)) (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-3264 (-4 *3 (-37 (-527)))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791))) (-12 (-5 *2 (-889 *3)) (-12 (-3264 (-4 *3 (-512))) (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791))) (-12 (-5 *2 (-889 *3)) (-12 (-3264 (-4 *3 (-927 (-527)))) (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791))))) (-4145 (*1 *1 *2) (-2027 (-12 (-5 *2 (-889 *3)) (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-3264 (-4 *3 (-37 (-527)))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791))) (-12 (-5 *2 (-889 *3)) (-12 (-3264 (-4 *3 (-512))) (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791))) (-12 (-5 *2 (-889 *3)) (-12 (-3264 (-4 *3 (-927 (-527)))) (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094)))) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737)) (-4 *5 (-791))))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-889 *3)) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *5 (-569 (-1094))) (-4 *4 (-737)) (-4 *5 (-791)))) (-2127 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-2589 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-1261 (*1 *1 *1 *2) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-3350 (*1 *1 *1 *2) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-1261 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-3350 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-3286 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-3708 (*1 *2 *1 *1) (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| -2742 *1) (|:| |coef1| *1) (|:| |coef2| *1))) (-4 *1 (-993 *3 *4 *5)))) (-3332 (*1 *2 *1 *1) (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| -2742 *1) (|:| |coef1| *1))) (-4 *1 (-993 *3 *4 *5)))) (-2447 (*1 *2 *1 *1) (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-2 (|:| -2742 *1) (|:| |coef2| *1))) (-4 *1 (-993 *3 *4 *5)))) (-1897 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-3164 (*1 *2 *1 *1) (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-993 *3 *4 *5)))) (-3120 (*1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-3942 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *3 (-519)))) (-1723 (*1 *1 *1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *3 (-519)))) (-3094 (*1 *1 *1 *1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-519)))) (-2742 (*1 *2 *2 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-431)))) (-3330 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-431)))) (-2264 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-431)))) (-3090 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-431)))) (-1371 (*1 *1 *1) (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-431)))))
+(-13 (-886 |t#1| |t#2| |t#3|) (-10 -8 (-15 -2876 (|t#3| $)) (-15 -4113 ((-715) $)) (-15 -2138 ($ $)) (-15 -3514 ($ $)) (-15 -1630 ($ $)) (-15 -2111 ($ $)) (-15 -2895 ((-594 $) $)) (-15 -1783 ($ $)) (-15 -3004 ($ $ |t#3|)) (-15 -3033 ($ $ |t#3|)) (-15 -3167 ((-110) $)) (-15 -3049 ((-110) $)) (-15 -1422 ($ $)) (-15 -3010 ($ $)) (-15 -1785 ((-594 $) $)) (-15 -1907 ((-594 $) $)) (-15 -3294 ((-3 (-110) "failed") $ $)) (-15 -1745 ((-110) $ $)) (-15 -2234 ((-110) $ $)) (-15 -2892 ((-110) $ $)) (-15 -2892 ((-110) $ (-594 $))) (-15 -2238 ((-110) $ $)) (-15 -2238 ((-110) $ (-594 $))) (-15 -2451 ((-110) $ $)) (-15 -2451 ((-110) $ (-594 $))) (-15 -3076 ((-110) $ $)) (-15 -3076 ((-110) $ (-594 $))) (-15 -1229 ($ $ $)) (-15 -1386 ($ $ $)) (-15 -1229 ($ $ $ |t#3|)) (-15 -1386 ($ $ $ |t#3|)) (-15 -4028 ($ $ $)) (-15 -1817 ($ $ $)) (-15 -4028 ($ $ $ |t#3|)) (-15 -1817 ($ $ $ |t#3|)) (-15 -1409 ((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $)) (-15 -1409 ((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -3145 $)) $ $ |t#3|)) (-15 -1865 ((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -1865 ((-2 (|:| -2663 $) (|:| |gap| (-715)) (|:| -1381 $) (|:| -3145 $)) $ $ |t#3|)) (-15 -4022 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -2478 ($ $ $)) (-15 -2801 ((-2 (|:| |polnum| $) (|:| |polden| $) (|:| -3670 (-715))) $ $)) (-15 -2125 ($ $ $)) (-15 -4039 ($ $ $)) (IF (|has| |t#3| (-569 (-1094))) (PROGN (-6 (-568 (-889 |t#1|))) (-6 (-569 (-889 |t#1|))) (IF (|has| |t#1| (-37 (-387 (-527)))) (PROGN (-15 -1923 ((-3 $ "failed") (-889 (-387 (-527))))) (-15 -4145 ($ (-889 (-387 (-527))))) (-15 -2051 ($ (-889 (-387 (-527))))) (-15 -1923 ((-3 $ "failed") (-889 (-527)))) (-15 -4145 ($ (-889 (-527)))) (-15 -2051 ($ (-889 (-527)))) (IF (|has| |t#1| (-927 (-527))) |%noBranch| (PROGN (-15 -1923 ((-3 $ "failed") (-889 |t#1|))) (-15 -4145 ($ (-889 |t#1|)))))) |%noBranch|) (IF (|has| |t#1| (-37 (-527))) (IF (|has| |t#1| (-37 (-387 (-527)))) |%noBranch| (PROGN (-15 -1923 ((-3 $ "failed") (-889 (-527)))) (-15 -4145 ($ (-889 (-527)))) (-15 -2051 ($ (-889 (-527)))) (IF (|has| |t#1| (-512)) |%noBranch| (PROGN (-15 -1923 ((-3 $ "failed") (-889 |t#1|))) (-15 -4145 ($ (-889 |t#1|))))))) |%noBranch|) (IF (|has| |t#1| (-37 (-527))) |%noBranch| (IF (|has| |t#1| (-37 (-387 (-527)))) |%noBranch| (PROGN (-15 -1923 ((-3 $ "failed") (-889 |t#1|))) (-15 -4145 ($ (-889 |t#1|)))))) (-15 -2051 ($ (-889 |t#1|))) (IF (|has| |t#1| (-970 (-527))) (-6 (-569 (-1077))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-519)) (PROGN (-15 -2127 ($ $)) (-15 -2589 ($ $)) (-15 -1261 ($ $ |t#1|)) (-15 -3350 ($ $ |t#1|)) (-15 -1261 ($ $ $)) (-15 -3350 ($ $ $)) (-15 -3286 ($ $ $)) (-15 -3708 ((-2 (|:| -2742 $) (|:| |coef1| $) (|:| |coef2| $)) $ $)) (-15 -3332 ((-2 (|:| -2742 $) (|:| |coef1| $)) $ $)) (-15 -2447 ((-2 (|:| -2742 $) (|:| |coef2| $)) $ $)) (-15 -1897 ($ $ $)) (-15 -3164 ((-594 $) $ $)) (-15 -3120 ($ $ $)) (-15 -3942 ($ $ $ (-715))) (-15 -1723 ($ $ $ $ (-715))) (-15 -3094 ($ $ $ $ $))) |%noBranch|) (IF (|has| |t#1| (-431)) (PROGN (-15 -2742 (|t#1| |t#1| $)) (-15 -3330 ($ $)) (-15 -2264 ($ $)) (-15 -3090 ($ $)) (-15 -1371 ($ $))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-568 (-889 |#1|)) |has| |#3| (-569 (-1094))) ((-162) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-569 (-503)) -12 (|has| |#1| (-569 (-503))) (|has| |#3| (-569 (-503)))) ((-569 (-829 (-359))) -12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#3| (-569 (-829 (-359))))) ((-569 (-829 (-527))) -12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#3| (-569 (-829 (-527))))) ((-569 (-889 |#1|)) |has| |#3| (-569 (-1094))) ((-569 (-1077)) -12 (|has| |#1| (-970 (-527))) (|has| |#3| (-569 (-1094)))) ((-271) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-290 $) . T) ((-306 |#1| |#2|) . T) ((-357 |#1|) . T) ((-391 |#1|) . T) ((-431) -2027 (|has| |#1| (-846)) (|has| |#1| (-431))) ((-488 |#3| |#1|) . T) ((-488 |#3| $) . T) ((-488 $ $) . T) ((-519) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-596 #0#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #0#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431))) ((-671) . T) ((-791) |has| |#1| (-791)) ((-837 |#3|) . T) ((-823 (-359)) -12 (|has| |#1| (-823 (-359))) (|has| |#3| (-823 (-359)))) ((-823 (-527)) -12 (|has| |#1| (-823 (-527))) (|has| |#3| (-823 (-527)))) ((-886 |#1| |#2| |#3|) . T) ((-846) |has| |#1| (-846)) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 |#1|) . T) ((-970 |#3|) . T) ((-985 #0#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) |has| |#1| (-846)))
+((-1874 (((-110) |#3| $) 13)) (-2608 (((-3 $ "failed") |#3| (-858)) 23)) (-3714 (((-3 |#3| "failed") |#3| $) 38)) (-3460 (((-110) |#3| $) 16)) (-1612 (((-110) |#3| $) 14)))
+(((-994 |#1| |#2| |#3|) (-10 -8 (-15 -2608 ((-3 |#1| "failed") |#3| (-858))) (-15 -3714 ((-3 |#3| "failed") |#3| |#1|)) (-15 -3460 ((-110) |#3| |#1|)) (-15 -1612 ((-110) |#3| |#1|)) (-15 -1874 ((-110) |#3| |#1|))) (-995 |#2| |#3|) (-13 (-789) (-343)) (-1152 |#2|)) (T -994))
+NIL
+(-10 -8 (-15 -2608 ((-3 |#1| "failed") |#3| (-858))) (-15 -3714 ((-3 |#3| "failed") |#3| |#1|)) (-15 -3460 ((-110) |#3| |#1|)) (-15 -1612 ((-110) |#3| |#1|)) (-15 -1874 ((-110) |#3| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) |#2| $) 21)) (-2350 (((-527) |#2| $) 22)) (-2608 (((-3 $ "failed") |#2| (-858)) 15)) (-3605 ((|#1| |#2| $ |#1|) 13)) (-3714 (((-3 |#2| "failed") |#2| $) 18)) (-3460 (((-110) |#2| $) 19)) (-1612 (((-110) |#2| $) 20)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2279 ((|#2| $) 17)) (-4118 (((-800) $) 11)) (-1474 ((|#1| |#2| $ |#1|) 14)) (-2978 (((-594 $) |#2|) 16)) (-2747 (((-110) $ $) 6)))
+(((-995 |#1| |#2|) (-133) (-13 (-789) (-343)) (-1152 |t#1|)) (T -995))
+((-2350 (*1 *2 *3 *1) (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343))) (-4 *3 (-1152 *4)) (-5 *2 (-527)))) (-1874 (*1 *2 *3 *1) (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343))) (-4 *3 (-1152 *4)) (-5 *2 (-110)))) (-1612 (*1 *2 *3 *1) (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343))) (-4 *3 (-1152 *4)) (-5 *2 (-110)))) (-3460 (*1 *2 *3 *1) (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343))) (-4 *3 (-1152 *4)) (-5 *2 (-110)))) (-3714 (*1 *2 *2 *1) (|partial| -12 (-4 *1 (-995 *3 *2)) (-4 *3 (-13 (-789) (-343))) (-4 *2 (-1152 *3)))) (-2279 (*1 *2 *1) (-12 (-4 *1 (-995 *3 *2)) (-4 *3 (-13 (-789) (-343))) (-4 *2 (-1152 *3)))) (-2978 (*1 *2 *3) (-12 (-4 *4 (-13 (-789) (-343))) (-4 *3 (-1152 *4)) (-5 *2 (-594 *1)) (-4 *1 (-995 *4 *3)))) (-2608 (*1 *1 *2 *3) (|partial| -12 (-5 *3 (-858)) (-4 *4 (-13 (-789) (-343))) (-4 *1 (-995 *4 *2)) (-4 *2 (-1152 *4)))) (-1474 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-995 *2 *3)) (-4 *2 (-13 (-789) (-343))) (-4 *3 (-1152 *2)))) (-3605 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-995 *2 *3)) (-4 *2 (-13 (-789) (-343))) (-4 *3 (-1152 *2)))))
+(-13 (-1022) (-10 -8 (-15 -2350 ((-527) |t#2| $)) (-15 -1874 ((-110) |t#2| $)) (-15 -1612 ((-110) |t#2| $)) (-15 -3460 ((-110) |t#2| $)) (-15 -3714 ((-3 |t#2| "failed") |t#2| $)) (-15 -2279 (|t#2| $)) (-15 -2978 ((-594 $) |t#2|)) (-15 -2608 ((-3 $ "failed") |t#2| (-858))) (-15 -1474 (|t#1| |t#2| $ |t#1|)) (-15 -3605 (|t#1| |t#2| $ |t#1|))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-1295 (((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 |#4|) (-594 |#5|) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-715)) 96)) (-3510 (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715)) 56)) (-2260 (((-1181) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-715)) 87)) (-2847 (((-715) (-594 |#4|) (-594 |#5|)) 27)) (-1675 (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|) 59) (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715)) 58) (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715) (-110)) 60)) (-1978 (((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110) (-110) (-110) (-110)) 78) (((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110)) 79)) (-2051 (((-1077) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) 82)) (-2911 (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-110)) 55)) (-3152 (((-715) (-594 |#4|) (-594 |#5|)) 19)))
+(((-996 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3152 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2847 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2911 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-110))) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715) (-110))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110) (-110) (-110) (-110))) (-15 -1295 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 |#4|) (-594 |#5|) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-715))) (-15 -2051 ((-1077) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -2260 ((-1181) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-715)))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-998 |#1| |#2| |#3| |#4|)) (T -996))
+((-2260 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9)))) (-5 *4 (-715)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-1181)) (-5 *1 (-996 *5 *6 *7 *8 *9)))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8))) (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-998 *4 *5 *6 *7)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1077)) (-5 *1 (-996 *4 *5 *6 *7 *8)))) (-1295 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-594 *11)) (|:| |todo| (-594 (-2 (|:| |val| *3) (|:| -1296 *11)))))) (-5 *6 (-715)) (-5 *2 (-594 (-2 (|:| |val| (-594 *10)) (|:| -1296 *11)))) (-5 *3 (-594 *10)) (-5 *4 (-594 *11)) (-4 *10 (-993 *7 *8 *9)) (-4 *11 (-998 *7 *8 *9 *10)) (-4 *7 (-431)) (-4 *8 (-737)) (-4 *9 (-791)) (-5 *1 (-996 *7 *8 *9 *10 *11)))) (-1978 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-996 *5 *6 *7 *8 *9)))) (-1978 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-996 *5 *6 *7 *8 *9)))) (-1675 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-996 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-1675 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *3 (-993 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-996 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3)))) (-1675 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-715)) (-5 *6 (-110)) (-4 *7 (-431)) (-4 *8 (-737)) (-4 *9 (-791)) (-4 *3 (-993 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-996 *7 *8 *9 *3 *4)) (-4 *4 (-998 *7 *8 *9 *3)))) (-3510 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-996 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3510 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *3 (-993 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-996 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3)))) (-2911 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *3 (-993 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-996 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3)))) (-2847 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-996 *5 *6 *7 *8 *9)))) (-3152 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-996 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3152 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2847 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2911 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-110))) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715) (-110))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110) (-110) (-110) (-110))) (-15 -1295 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 |#4|) (-594 |#5|) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-715))) (-15 -2051 ((-1077) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -2260 ((-1181) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-715))))
+((-2864 (((-110) |#5| $) 21)) (-2600 (((-110) |#5| $) 24)) (-2697 (((-110) |#5| $) 16) (((-110) $) 45)) (-2984 (((-594 $) |#5| $) NIL) (((-594 $) (-594 |#5|) $) 77) (((-594 $) (-594 |#5|) (-594 $)) 75) (((-594 $) |#5| (-594 $)) 78)) (-3469 (($ $ |#5|) NIL) (((-594 $) |#5| $) NIL) (((-594 $) |#5| (-594 $)) 60) (((-594 $) (-594 |#5|) $) 62) (((-594 $) (-594 |#5|) (-594 $)) 64)) (-3684 (((-594 $) |#5| $) NIL) (((-594 $) |#5| (-594 $)) 54) (((-594 $) (-594 |#5|) $) 56) (((-594 $) (-594 |#5|) (-594 $)) 58)) (-3410 (((-110) |#5| $) 27)))
+(((-997 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -3469 ((-594 |#1|) (-594 |#5|) (-594 |#1|))) (-15 -3469 ((-594 |#1|) (-594 |#5|) |#1|)) (-15 -3469 ((-594 |#1|) |#5| (-594 |#1|))) (-15 -3469 ((-594 |#1|) |#5| |#1|)) (-15 -3684 ((-594 |#1|) (-594 |#5|) (-594 |#1|))) (-15 -3684 ((-594 |#1|) (-594 |#5|) |#1|)) (-15 -3684 ((-594 |#1|) |#5| (-594 |#1|))) (-15 -3684 ((-594 |#1|) |#5| |#1|)) (-15 -2984 ((-594 |#1|) |#5| (-594 |#1|))) (-15 -2984 ((-594 |#1|) (-594 |#5|) (-594 |#1|))) (-15 -2984 ((-594 |#1|) (-594 |#5|) |#1|)) (-15 -2984 ((-594 |#1|) |#5| |#1|)) (-15 -2600 ((-110) |#5| |#1|)) (-15 -2697 ((-110) |#1|)) (-15 -3410 ((-110) |#5| |#1|)) (-15 -2864 ((-110) |#5| |#1|)) (-15 -2697 ((-110) |#5| |#1|)) (-15 -3469 (|#1| |#1| |#5|))) (-998 |#2| |#3| |#4| |#5|) (-431) (-737) (-791) (-993 |#2| |#3| |#4|)) (T -997))
+NIL
+(-10 -8 (-15 -3469 ((-594 |#1|) (-594 |#5|) (-594 |#1|))) (-15 -3469 ((-594 |#1|) (-594 |#5|) |#1|)) (-15 -3469 ((-594 |#1|) |#5| (-594 |#1|))) (-15 -3469 ((-594 |#1|) |#5| |#1|)) (-15 -3684 ((-594 |#1|) (-594 |#5|) (-594 |#1|))) (-15 -3684 ((-594 |#1|) (-594 |#5|) |#1|)) (-15 -3684 ((-594 |#1|) |#5| (-594 |#1|))) (-15 -3684 ((-594 |#1|) |#5| |#1|)) (-15 -2984 ((-594 |#1|) |#5| (-594 |#1|))) (-15 -2984 ((-594 |#1|) (-594 |#5|) (-594 |#1|))) (-15 -2984 ((-594 |#1|) (-594 |#5|) |#1|)) (-15 -2984 ((-594 |#1|) |#5| |#1|)) (-15 -2600 ((-110) |#5| |#1|)) (-15 -2697 ((-110) |#1|)) (-15 -3410 ((-110) |#5| |#1|)) (-15 -2864 ((-110) |#5| |#1|)) (-15 -2697 ((-110) |#5| |#1|)) (-15 -3469 (|#1| |#1| |#5|)))
+((-4105 (((-110) $ $) 7)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) 85)) (-2900 (((-594 $) (-594 |#4|)) 86) (((-594 $) (-594 |#4|) (-110)) 111)) (-2853 (((-594 |#3|) $) 33)) (-1627 (((-110) $) 26)) (-4191 (((-110) $) 17 (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) 101) (((-110) $) 97)) (-3930 ((|#4| |#4| $) 92)) (-3259 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| $) 126)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) 27)) (-1731 (((-110) $ (-715)) 44)) (-2420 (($ (-1 (-110) |#4|) $) 65 (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) 79)) (-1298 (($) 45 T CONST)) (-4235 (((-110) $) 22 (|has| |#1| (-519)))) (-4208 (((-110) $ $) 24 (|has| |#1| (-519)))) (-1689 (((-110) $ $) 23 (|has| |#1| (-519)))) (-2241 (((-110) $) 25 (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 93)) (-2551 (((-594 |#4|) (-594 |#4|) $) 18 (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) 19 (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) 36)) (-4145 (($ (-594 |#4|)) 35)) (-1683 (((-3 $ "failed") $) 82)) (-2859 ((|#4| |#4| $) 89)) (-1702 (($ $) 68 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#4| $) 67 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#4|) $) 64 (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) 102)) (-3730 ((|#4| |#4| $) 87)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 94)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) 105)) (-2864 (((-110) |#4| $) 136)) (-2600 (((-110) |#4| $) 133)) (-2697 (((-110) |#4| $) 137) (((-110) $) 134)) (-3717 (((-594 |#4|) $) 52 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) 104) (((-110) $) 103)) (-2876 ((|#3| $) 34)) (-3541 (((-110) $ (-715)) 43)) (-2063 (((-594 |#4|) $) 53 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 55 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 47)) (-1388 (((-594 |#3|) $) 32)) (-1228 (((-110) |#3| $) 31)) (-2324 (((-110) $ (-715)) 42)) (-2416 (((-1077) $) 9)) (-1289 (((-3 |#4| (-594 $)) |#4| |#4| $) 128)) (-3120 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| |#4| $) 127)) (-2681 (((-3 |#4| "failed") $) 83)) (-2445 (((-594 $) |#4| $) 129)) (-3408 (((-3 (-110) (-594 $)) |#4| $) 132)) (-1710 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) |#4| $) 131) (((-110) |#4| $) 130)) (-2984 (((-594 $) |#4| $) 125) (((-594 $) (-594 |#4|) $) 124) (((-594 $) (-594 |#4|) (-594 $)) 123) (((-594 $) |#4| (-594 $)) 122)) (-1541 (($ |#4| $) 117) (($ (-594 |#4|) $) 116)) (-3367 (((-594 |#4|) $) 107)) (-2451 (((-110) |#4| $) 99) (((-110) $) 95)) (-4039 ((|#4| |#4| $) 90)) (-1745 (((-110) $ $) 110)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) 100) (((-110) $) 96)) (-2125 ((|#4| |#4| $) 91)) (-4024 (((-1041) $) 10)) (-1672 (((-3 |#4| "failed") $) 84)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) 61)) (-3366 (((-3 $ "failed") $ |#4|) 78)) (-3469 (($ $ |#4|) 77) (((-594 $) |#4| $) 115) (((-594 $) |#4| (-594 $)) 114) (((-594 $) (-594 |#4|) $) 113) (((-594 $) (-594 |#4|) (-594 $)) 112)) (-1604 (((-110) (-1 (-110) |#4|) $) 50 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) 59 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) 57 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) 56 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) 38)) (-1815 (((-110) $) 41)) (-2453 (($) 40)) (-4115 (((-715) $) 106)) (-4034 (((-715) |#4| $) 54 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#4|) $) 51 (|has| $ (-6 -4261)))) (-2465 (($ $) 39)) (-2051 (((-503) $) 69 (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 60)) (-4083 (($ $ |#3|) 28)) (-4055 (($ $ |#3|) 30)) (-4025 (($ $) 88)) (-2881 (($ $ |#3|) 29)) (-4118 (((-800) $) 11) (((-594 |#4|) $) 37)) (-4196 (((-715) $) 76 (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) 108)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) 98)) (-3684 (((-594 $) |#4| $) 121) (((-594 $) |#4| (-594 $)) 120) (((-594 $) (-594 |#4|) $) 119) (((-594 $) (-594 |#4|) (-594 $)) 118)) (-1722 (((-110) (-1 (-110) |#4|) $) 49 (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) 81)) (-3410 (((-110) |#4| $) 135)) (-3859 (((-110) |#3| $) 80)) (-2747 (((-110) $ $) 6)) (-2809 (((-715) $) 46 (|has| $ (-6 -4261)))))
+(((-998 |#1| |#2| |#3| |#4|) (-133) (-431) (-737) (-791) (-993 |t#1| |t#2| |t#3|)) (T -998))
+((-2697 (*1 *2 *3 *1) (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-2864 (*1 *2 *3 *1) (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-3410 (*1 *2 *3 *1) (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-2697 (*1 *2 *1) (-12 (-4 *1 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))) (-2600 (*1 *2 *3 *1) (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-3408 (*1 *2 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-3 (-110) (-594 *1))) (-4 *1 (-998 *4 *5 *6 *3)))) (-1710 (*1 *2 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *1)))) (-4 *1 (-998 *4 *5 *6 *3)))) (-1710 (*1 *2 *3 *1) (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-2445 (*1 *2 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)))) (-1289 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-3 *3 (-594 *1))) (-4 *1 (-998 *4 *5 *6 *3)))) (-3120 (*1 *2 *3 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *1)))) (-4 *1 (-998 *4 *5 *6 *3)))) (-3259 (*1 *2 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *1)))) (-4 *1 (-998 *4 *5 *6 *3)))) (-2984 (*1 *2 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)))) (-2984 (*1 *2 *3 *1) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *7)))) (-2984 (*1 *2 *3 *2) (-12 (-5 *2 (-594 *1)) (-5 *3 (-594 *7)) (-4 *1 (-998 *4 *5 *6 *7)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)))) (-2984 (*1 *2 *3 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)))) (-3684 (*1 *2 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)))) (-3684 (*1 *2 *3 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)))) (-3684 (*1 *2 *3 *1) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *7)))) (-3684 (*1 *2 *3 *2) (-12 (-5 *2 (-594 *1)) (-5 *3 (-594 *7)) (-4 *1 (-998 *4 *5 *6 *7)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)))) (-1541 (*1 *1 *2 *1) (-12 (-4 *1 (-998 *3 *4 *5 *2)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-1541 (*1 *1 *2 *1) (-12 (-5 *2 (-594 *6)) (-4 *1 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)))) (-3469 (*1 *2 *3 *1) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)))) (-3469 (*1 *2 *3 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)))) (-3469 (*1 *2 *3 *1) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *7)))) (-3469 (*1 *2 *3 *2) (-12 (-5 *2 (-594 *1)) (-5 *3 (-594 *7)) (-4 *1 (-998 *4 *5 *6 *7)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)))) (-2900 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-998 *5 *6 *7 *8)))))
+(-13 (-1124 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-15 -2697 ((-110) |t#4| $)) (-15 -2864 ((-110) |t#4| $)) (-15 -3410 ((-110) |t#4| $)) (-15 -2697 ((-110) $)) (-15 -2600 ((-110) |t#4| $)) (-15 -3408 ((-3 (-110) (-594 $)) |t#4| $)) (-15 -1710 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) |t#4| $)) (-15 -1710 ((-110) |t#4| $)) (-15 -2445 ((-594 $) |t#4| $)) (-15 -1289 ((-3 |t#4| (-594 $)) |t#4| |t#4| $)) (-15 -3120 ((-594 (-2 (|:| |val| |t#4|) (|:| -1296 $))) |t#4| |t#4| $)) (-15 -3259 ((-594 (-2 (|:| |val| |t#4|) (|:| -1296 $))) |t#4| $)) (-15 -2984 ((-594 $) |t#4| $)) (-15 -2984 ((-594 $) (-594 |t#4|) $)) (-15 -2984 ((-594 $) (-594 |t#4|) (-594 $))) (-15 -2984 ((-594 $) |t#4| (-594 $))) (-15 -3684 ((-594 $) |t#4| $)) (-15 -3684 ((-594 $) |t#4| (-594 $))) (-15 -3684 ((-594 $) (-594 |t#4|) $)) (-15 -3684 ((-594 $) (-594 |t#4|) (-594 $))) (-15 -1541 ($ |t#4| $)) (-15 -1541 ($ (-594 |t#4|) $)) (-15 -3469 ((-594 $) |t#4| $)) (-15 -3469 ((-594 $) |t#4| (-594 $))) (-15 -3469 ((-594 $) (-594 |t#4|) $)) (-15 -3469 ((-594 $) (-594 |t#4|) (-594 $))) (-15 -2900 ((-594 $) (-594 |t#4|) (-110)))))
+(((-33) . T) ((-99) . T) ((-568 (-594 |#4|)) . T) ((-568 (-800)) . T) ((-144 |#4|) . T) ((-569 (-503)) |has| |#4| (-569 (-503))) ((-290 |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-466 |#4|) . T) ((-488 |#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-911 |#1| |#2| |#3| |#4|) . T) ((-1022) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-3578 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|) 81)) (-3945 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|) 113)) (-2520 (((-594 |#5|) |#4| |#5|) 70)) (-3146 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|) 46) (((-110) |#4| |#5|) 53)) (-3724 (((-1181)) 37)) (-2626 (((-1181)) 26)) (-4163 (((-1181) (-1077) (-1077) (-1077)) 33)) (-3777 (((-1181) (-1077) (-1077) (-1077)) 22)) (-2434 (((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#4| |#4| |#5|) 96)) (-1887 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#3| (-110)) 107) (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5| (-110) (-110)) 50)) (-4159 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|) 102)))
+(((-999 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3777 ((-1181) (-1077) (-1077) (-1077))) (-15 -2626 ((-1181))) (-15 -4163 ((-1181) (-1077) (-1077) (-1077))) (-15 -3724 ((-1181))) (-15 -2434 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -1887 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5| (-110) (-110))) (-15 -1887 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#3| (-110))) (-15 -4159 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -3945 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -3146 ((-110) |#4| |#5|)) (-15 -3146 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -2520 ((-594 |#5|) |#4| |#5|)) (-15 -3578 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-998 |#1| |#2| |#3| |#4|)) (T -999))
+((-3578 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-2520 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4)) (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3146 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4)))) (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3146 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-110)) (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3945 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-4159 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-1887 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9)))) (-5 *5 (-110)) (-4 *8 (-993 *6 *7 *4)) (-4 *9 (-998 *6 *7 *4 *8)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *4 (-791)) (-5 *2 (-594 (-2 (|:| |val| *8) (|:| -1296 *9)))) (-5 *1 (-999 *6 *7 *4 *8 *9)))) (-1887 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *3 (-993 *6 *7 *8)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-999 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3)))) (-2434 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))) (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3724 (*1 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181)) (-5 *1 (-999 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))) (-4163 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181)) (-5 *1 (-999 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-2626 (*1 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181)) (-5 *1 (-999 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))) (-3777 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181)) (-5 *1 (-999 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3777 ((-1181) (-1077) (-1077) (-1077))) (-15 -2626 ((-1181))) (-15 -4163 ((-1181) (-1077) (-1077) (-1077))) (-15 -3724 ((-1181))) (-15 -2434 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -1887 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5| (-110) (-110))) (-15 -1887 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#3| (-110))) (-15 -4159 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -3945 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -3146 ((-110) |#4| |#5|)) (-15 -3146 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -2520 ((-594 |#5|) |#4| |#5|)) (-15 -3578 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|)))
+((-4105 (((-110) $ $) NIL)) (-2365 (((-1094) $) 8)) (-2416 (((-1077) $) 16)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 13)))
+(((-1000 |#1|) (-13 (-1022) (-10 -8 (-15 -2365 ((-1094) $)))) (-1094)) (T -1000))
+((-2365 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1000 *3)) (-14 *3 *2))))
+(-13 (-1022) (-10 -8 (-15 -2365 ((-1094) $))))
+((-4105 (((-110) $ $) NIL)) (-1684 (($ $ (-594 (-1094)) (-1 (-110) (-594 |#3|))) 33)) (-1879 (($ |#3| |#3|) 22) (($ |#3| |#3| (-594 (-1094))) 20)) (-3296 ((|#3| $) 13)) (-1923 (((-3 (-275 |#3|) "failed") $) 58)) (-4145 (((-275 |#3|) $) NIL)) (-3592 (((-594 (-1094)) $) 16)) (-2325 (((-829 |#1|) $) 11)) (-3282 ((|#3| $) 12)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3439 ((|#3| $ |#3|) 27) ((|#3| $ |#3| (-858)) 39)) (-4118 (((-800) $) 86) (($ (-275 |#3|)) 21)) (-2747 (((-110) $ $) 36)))
+(((-1001 |#1| |#2| |#3|) (-13 (-1022) (-267 |#3| |#3|) (-970 (-275 |#3|)) (-10 -8 (-15 -1879 ($ |#3| |#3|)) (-15 -1879 ($ |#3| |#3| (-594 (-1094)))) (-15 -1684 ($ $ (-594 (-1094)) (-1 (-110) (-594 |#3|)))) (-15 -2325 ((-829 |#1|) $)) (-15 -3282 (|#3| $)) (-15 -3296 (|#3| $)) (-15 -3439 (|#3| $ |#3| (-858))) (-15 -3592 ((-594 (-1094)) $)))) (-1022) (-13 (-979) (-823 |#1|) (-791) (-569 (-829 |#1|))) (-13 (-410 |#2|) (-823 |#1|) (-569 (-829 |#1|)))) (T -1001))
+((-1879 (*1 *1 *2 *2) (-12 (-4 *3 (-1022)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3)))) (-5 *1 (-1001 *3 *4 *2)) (-4 *2 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))))) (-1879 (*1 *1 *2 *2 *3) (-12 (-5 *3 (-594 (-1094))) (-4 *4 (-1022)) (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4)))) (-5 *1 (-1001 *4 *5 *2)) (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))))) (-1684 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-1 (-110) (-594 *6))) (-4 *6 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))) (-4 *4 (-1022)) (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4)))) (-5 *1 (-1001 *4 *5 *6)))) (-2325 (*1 *2 *1) (-12 (-4 *3 (-1022)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 *2))) (-5 *2 (-829 *3)) (-5 *1 (-1001 *3 *4 *5)) (-4 *5 (-13 (-410 *4) (-823 *3) (-569 *2))))) (-3282 (*1 *2 *1) (-12 (-4 *3 (-1022)) (-4 *2 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))) (-5 *1 (-1001 *3 *4 *2)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3)))))) (-3296 (*1 *2 *1) (-12 (-4 *3 (-1022)) (-4 *2 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))) (-5 *1 (-1001 *3 *4 *2)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3)))))) (-3439 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-858)) (-4 *4 (-1022)) (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4)))) (-5 *1 (-1001 *4 *5 *2)) (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))))) (-3592 (*1 *2 *1) (-12 (-4 *3 (-1022)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3)))) (-5 *2 (-594 (-1094))) (-5 *1 (-1001 *3 *4 *5)) (-4 *5 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))))))
+(-13 (-1022) (-267 |#3| |#3|) (-970 (-275 |#3|)) (-10 -8 (-15 -1879 ($ |#3| |#3|)) (-15 -1879 ($ |#3| |#3| (-594 (-1094)))) (-15 -1684 ($ $ (-594 (-1094)) (-1 (-110) (-594 |#3|)))) (-15 -2325 ((-829 |#1|) $)) (-15 -3282 (|#3| $)) (-15 -3296 (|#3| $)) (-15 -3439 (|#3| $ |#3| (-858))) (-15 -3592 ((-594 (-1094)) $))))
+((-4105 (((-110) $ $) NIL)) (-1650 (($ (-594 (-1001 |#1| |#2| |#3|))) 13)) (-3086 (((-594 (-1001 |#1| |#2| |#3|)) $) 20)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3439 ((|#3| $ |#3|) 23) ((|#3| $ |#3| (-858)) 26)) (-4118 (((-800) $) 16)) (-2747 (((-110) $ $) 19)))
+(((-1002 |#1| |#2| |#3|) (-13 (-1022) (-267 |#3| |#3|) (-10 -8 (-15 -1650 ($ (-594 (-1001 |#1| |#2| |#3|)))) (-15 -3086 ((-594 (-1001 |#1| |#2| |#3|)) $)) (-15 -3439 (|#3| $ |#3| (-858))))) (-1022) (-13 (-979) (-823 |#1|) (-791) (-569 (-829 |#1|))) (-13 (-410 |#2|) (-823 |#1|) (-569 (-829 |#1|)))) (T -1002))
+((-1650 (*1 *1 *2) (-12 (-5 *2 (-594 (-1001 *3 *4 *5))) (-4 *3 (-1022)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3)))) (-4 *5 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))) (-5 *1 (-1002 *3 *4 *5)))) (-3086 (*1 *2 *1) (-12 (-4 *3 (-1022)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3)))) (-5 *2 (-594 (-1001 *3 *4 *5))) (-5 *1 (-1002 *3 *4 *5)) (-4 *5 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))))) (-3439 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-858)) (-4 *4 (-1022)) (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4)))) (-5 *1 (-1002 *4 *5 *2)) (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))))))
+(-13 (-1022) (-267 |#3| |#3|) (-10 -8 (-15 -1650 ($ (-594 (-1001 |#1| |#2| |#3|)))) (-15 -3086 ((-594 (-1001 |#1| |#2| |#3|)) $)) (-15 -3439 (|#3| $ |#3| (-858)))))
+((-3036 (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110)) 75) (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|))) 77) (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110)) 76)))
+(((-1003 |#1| |#2|) (-10 -7 (-15 -3036 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110))) (-15 -3036 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)))) (-15 -3036 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110)))) (-13 (-288) (-140)) (-594 (-1094))) (T -1003))
+((-3036 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5)))))) (-5 *1 (-1003 *5 *6)) (-5 *3 (-594 (-889 *5))) (-14 *6 (-594 (-1094))))) (-3036 (*1 *2 *3) (-12 (-4 *4 (-13 (-288) (-140))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *4)) (|:| -4002 (-594 (-889 *4)))))) (-5 *1 (-1003 *4 *5)) (-5 *3 (-594 (-889 *4))) (-14 *5 (-594 (-1094))))) (-3036 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5)))))) (-5 *1 (-1003 *5 *6)) (-5 *3 (-594 (-889 *5))) (-14 *6 (-594 (-1094))))))
+(-10 -7 (-15 -3036 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110))) (-15 -3036 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)))) (-15 -3036 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110))))
+((-2700 (((-398 |#3|) |#3|) 18)))
+(((-1004 |#1| |#2| |#3|) (-10 -7 (-15 -2700 ((-398 |#3|) |#3|))) (-1152 (-387 (-527))) (-13 (-343) (-140) (-669 (-387 (-527)) |#1|)) (-1152 |#2|)) (T -1004))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-1152 (-387 (-527)))) (-4 *5 (-13 (-343) (-140) (-669 (-387 (-527)) *4))) (-5 *2 (-398 *3)) (-5 *1 (-1004 *4 *5 *3)) (-4 *3 (-1152 *5)))))
+(-10 -7 (-15 -2700 ((-398 |#3|) |#3|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 126)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-343)))) (-3931 (($ $) NIL (|has| |#1| (-343)))) (-3938 (((-110) $) NIL (|has| |#1| (-343)))) (-1215 (((-634 |#1|) (-1176 $)) NIL) (((-634 |#1|)) 115)) (-2926 ((|#1| $) 119)) (-2164 (((-1104 (-858) (-715)) (-527)) NIL (|has| |#1| (-329)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1637 (((-715)) 40 (|has| |#1| (-348)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-2894 (($ (-1176 |#1|) (-1176 $)) NIL) (($ (-1176 |#1|)) 43)) (-3134 (((-3 "prime" "polynomial" "normal" "cyclic")) NIL (|has| |#1| (-329)))) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-1941 (((-634 |#1|) $ (-1176 $)) NIL) (((-634 |#1|) $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 106) (((-634 |#1|) (-634 $)) 101)) (-2731 (($ |#2|) 61) (((-3 $ "failed") (-387 |#2|)) NIL (|has| |#1| (-343)))) (-3714 (((-3 $ "failed") $) NIL)) (-1238 (((-858)) 77)) (-2309 (($) 44 (|has| |#1| (-348)))) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3809 (($) NIL (|has| |#1| (-329)))) (-3687 (((-110) $) NIL (|has| |#1| (-329)))) (-3050 (($ $ (-715)) NIL (|has| |#1| (-329))) (($ $) NIL (|has| |#1| (-329)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-2050 (((-858) $) NIL (|has| |#1| (-329))) (((-777 (-858)) $) NIL (|has| |#1| (-329)))) (-2956 (((-110) $) NIL)) (-1705 ((|#1| $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-329)))) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2343 ((|#2| $) 84 (|has| |#1| (-343)))) (-1989 (((-858) $) 131 (|has| |#1| (-348)))) (-2718 ((|#2| $) 58)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-2138 (($) NIL (|has| |#1| (-329)) CONST)) (-1720 (($ (-858)) 125 (|has| |#1| (-348)))) (-4024 (((-1041) $) NIL)) (-2613 (($) 121)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-3515 (((-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))) NIL (|has| |#1| (-329)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-1875 ((|#1| (-1176 $)) NIL) ((|#1|) 109)) (-1382 (((-715) $) NIL (|has| |#1| (-329))) (((-3 (-715) "failed") $ $) NIL (|has| |#1| (-329)))) (-4234 (($ $) NIL (-2027 (-12 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-715)) NIL (-2027 (-12 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-1 |#1| |#1|) (-715)) NIL (|has| |#1| (-343))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-343)))) (-2811 (((-634 |#1|) (-1176 $) (-1 |#1| |#1|)) NIL (|has| |#1| (-343)))) (-2279 ((|#2|) 73)) (-3956 (($) NIL (|has| |#1| (-329)))) (-4002 (((-1176 |#1|) $ (-1176 $)) 89) (((-634 |#1|) (-1176 $) (-1176 $)) NIL) (((-1176 |#1|) $) 71) (((-634 |#1|) (-1176 $)) 85)) (-2051 (((-1176 |#1|) $) NIL) (($ (-1176 |#1|)) NIL) ((|#2| $) NIL) (($ |#2|) NIL)) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (|has| |#1| (-329)))) (-4118 (((-800) $) 57) (($ (-527)) 53) (($ |#1|) 54) (($ $) NIL (|has| |#1| (-343))) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-343)) (|has| |#1| (-970 (-387 (-527))))))) (-3470 (($ $) NIL (|has| |#1| (-329))) (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-3591 ((|#2| $) 82)) (-4070 (((-715)) 75)) (-1878 (((-1176 $)) 81)) (-3978 (((-110) $ $) NIL (|has| |#1| (-343)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 30 T CONST)) (-3374 (($) 19 T CONST)) (-2369 (($ $) NIL (-2027 (-12 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-715)) NIL (-2027 (-12 (|has| |#1| (-215)) (|has| |#1| (-343))) (|has| |#1| (-329)))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-343)) (|has| |#1| (-837 (-1094))))) (($ $ (-1 |#1| |#1|) (-715)) NIL (|has| |#1| (-343))) (($ $ (-1 |#1| |#1|)) NIL (|has| |#1| (-343)))) (-2747 (((-110) $ $) 63)) (-2873 (($ $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) 67) (($ $ $) NIL)) (-2850 (($ $ $) 65)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 51) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 48) (($ (-387 (-527)) $) NIL (|has| |#1| (-343))) (($ $ (-387 (-527))) NIL (|has| |#1| (-343)))))
+(((-1005 |#1| |#2| |#3|) (-669 |#1| |#2|) (-162) (-1152 |#1|) |#2|) (T -1005))
+NIL
+(-669 |#1| |#2|)
+((-2700 (((-398 |#3|) |#3|) 19)))
+(((-1006 |#1| |#2| |#3|) (-10 -7 (-15 -2700 ((-398 |#3|) |#3|))) (-1152 (-387 (-889 (-527)))) (-13 (-343) (-140) (-669 (-387 (-889 (-527))) |#1|)) (-1152 |#2|)) (T -1006))
+((-2700 (*1 *2 *3) (-12 (-4 *4 (-1152 (-387 (-889 (-527))))) (-4 *5 (-13 (-343) (-140) (-669 (-387 (-889 (-527))) *4))) (-5 *2 (-398 *3)) (-5 *1 (-1006 *4 *5 *3)) (-4 *3 (-1152 *5)))))
+(-10 -7 (-15 -2700 ((-398 |#3|) |#3|)))
+((-4105 (((-110) $ $) NIL)) (-3902 (($ $ $) 14)) (-1257 (($ $ $) 15)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3245 (($) 6)) (-2051 (((-1094) $) 18)) (-4118 (((-800) $) 12)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 13)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 8)))
+(((-1007) (-13 (-791) (-10 -8 (-15 -3245 ($)) (-15 -2051 ((-1094) $))))) (T -1007))
+((-3245 (*1 *1) (-5 *1 (-1007))) (-2051 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1007)))))
+(-13 (-791) (-10 -8 (-15 -3245 ($)) (-15 -2051 ((-1094) $))))
+((-3722 ((|#1| |#1| (-1 (-527) |#1| |#1|)) 24) ((|#1| |#1| (-1 (-110) |#1|)) 20)) (-2530 (((-1181)) 15)) (-2071 (((-594 |#1|)) 9)))
+(((-1008 |#1|) (-10 -7 (-15 -2530 ((-1181))) (-15 -2071 ((-594 |#1|))) (-15 -3722 (|#1| |#1| (-1 (-110) |#1|))) (-15 -3722 (|#1| |#1| (-1 (-527) |#1| |#1|)))) (-129)) (T -1008))
+((-3722 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-527) *2 *2)) (-4 *2 (-129)) (-5 *1 (-1008 *2)))) (-3722 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-110) *2)) (-4 *2 (-129)) (-5 *1 (-1008 *2)))) (-2071 (*1 *2) (-12 (-5 *2 (-594 *3)) (-5 *1 (-1008 *3)) (-4 *3 (-129)))) (-2530 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1008 *3)) (-4 *3 (-129)))))
+(-10 -7 (-15 -2530 ((-1181))) (-15 -2071 ((-594 |#1|))) (-15 -3722 (|#1| |#1| (-1 (-110) |#1|))) (-15 -3722 (|#1| |#1| (-1 (-527) |#1| |#1|))))
+((-4156 (($ (-106) $) 16)) (-3997 (((-3 (-106) "failed") (-1094) $) 15)) (-2453 (($) 7)) (-1866 (($) 17)) (-1271 (($) 18)) (-3031 (((-594 (-164)) $) 10)) (-4118 (((-800) $) 21)))
+(((-1009) (-13 (-568 (-800)) (-10 -8 (-15 -2453 ($)) (-15 -3031 ((-594 (-164)) $)) (-15 -3997 ((-3 (-106) "failed") (-1094) $)) (-15 -4156 ($ (-106) $)) (-15 -1866 ($)) (-15 -1271 ($))))) (T -1009))
+((-2453 (*1 *1) (-5 *1 (-1009))) (-3031 (*1 *2 *1) (-12 (-5 *2 (-594 (-164))) (-5 *1 (-1009)))) (-3997 (*1 *2 *3 *1) (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-106)) (-5 *1 (-1009)))) (-4156 (*1 *1 *2 *1) (-12 (-5 *2 (-106)) (-5 *1 (-1009)))) (-1866 (*1 *1) (-5 *1 (-1009))) (-1271 (*1 *1) (-5 *1 (-1009))))
+(-13 (-568 (-800)) (-10 -8 (-15 -2453 ($)) (-15 -3031 ((-594 (-164)) $)) (-15 -3997 ((-3 (-106) "failed") (-1094) $)) (-15 -4156 ($ (-106) $)) (-15 -1866 ($)) (-15 -1271 ($))))
+((-1279 (((-1176 (-634 |#1|)) (-594 (-634 |#1|))) 42) (((-1176 (-634 (-889 |#1|))) (-594 (-1094)) (-634 (-889 |#1|))) 63) (((-1176 (-634 (-387 (-889 |#1|)))) (-594 (-1094)) (-634 (-387 (-889 |#1|)))) 79)) (-4002 (((-1176 |#1|) (-634 |#1|) (-594 (-634 |#1|))) 36)))
+(((-1010 |#1|) (-10 -7 (-15 -1279 ((-1176 (-634 (-387 (-889 |#1|)))) (-594 (-1094)) (-634 (-387 (-889 |#1|))))) (-15 -1279 ((-1176 (-634 (-889 |#1|))) (-594 (-1094)) (-634 (-889 |#1|)))) (-15 -1279 ((-1176 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -4002 ((-1176 |#1|) (-634 |#1|) (-594 (-634 |#1|))))) (-343)) (T -1010))
+((-4002 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-634 *5))) (-5 *3 (-634 *5)) (-4 *5 (-343)) (-5 *2 (-1176 *5)) (-5 *1 (-1010 *5)))) (-1279 (*1 *2 *3) (-12 (-5 *3 (-594 (-634 *4))) (-4 *4 (-343)) (-5 *2 (-1176 (-634 *4))) (-5 *1 (-1010 *4)))) (-1279 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-1094))) (-4 *5 (-343)) (-5 *2 (-1176 (-634 (-889 *5)))) (-5 *1 (-1010 *5)) (-5 *4 (-634 (-889 *5))))) (-1279 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-1094))) (-4 *5 (-343)) (-5 *2 (-1176 (-634 (-387 (-889 *5))))) (-5 *1 (-1010 *5)) (-5 *4 (-634 (-387 (-889 *5)))))))
+(-10 -7 (-15 -1279 ((-1176 (-634 (-387 (-889 |#1|)))) (-594 (-1094)) (-634 (-387 (-889 |#1|))))) (-15 -1279 ((-1176 (-634 (-889 |#1|))) (-594 (-1094)) (-634 (-889 |#1|)))) (-15 -1279 ((-1176 (-634 |#1|)) (-594 (-634 |#1|)))) (-15 -4002 ((-1176 |#1|) (-634 |#1|) (-594 (-634 |#1|)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1655 (((-594 (-715)) $) NIL) (((-594 (-715)) $ (-1094)) NIL)) (-2196 (((-715) $) NIL) (((-715) $ (-1094)) NIL)) (-2853 (((-594 (-1012 (-1094))) $) NIL)) (-2669 (((-1090 $) $ (-1012 (-1094))) NIL) (((-1090 |#1|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-1012 (-1094)))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2079 (($ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-1012 (-1094)) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL) (((-3 (-1046 |#1| (-1094)) "failed") $) NIL)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-1012 (-1094)) $) NIL) (((-1094) $) NIL) (((-1046 |#1| (-1094)) $) NIL)) (-1897 (($ $ $ (-1012 (-1094))) NIL (|has| |#1| (-162)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ (-1012 (-1094))) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-499 (-1012 (-1094))) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1012 (-1094)) (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1012 (-1094)) (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2050 (((-715) $ (-1094)) NIL) (((-715) $) NIL)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2842 (($ (-1090 |#1|) (-1012 (-1094))) NIL) (($ (-1090 $) (-1012 (-1094))) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-499 (-1012 (-1094)))) NIL) (($ $ (-1012 (-1094)) (-715)) NIL) (($ $ (-594 (-1012 (-1094))) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-1012 (-1094))) NIL)) (-4045 (((-499 (-1012 (-1094))) $) NIL) (((-715) $ (-1012 (-1094))) NIL) (((-594 (-715)) $ (-594 (-1012 (-1094)))) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-499 (-1012 (-1094))) (-499 (-1012 (-1094)))) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-3694 (((-1 $ (-715)) (-1094)) NIL) (((-1 $ (-715)) $) NIL (|has| |#1| (-215)))) (-2317 (((-3 (-1012 (-1094)) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-3752 (((-1012 (-1094)) $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-3984 (((-110) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-1012 (-1094))) (|:| -3148 (-715))) "failed") $) NIL)) (-3362 (($ $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-1012 (-1094)) |#1|) NIL) (($ $ (-594 (-1012 (-1094))) (-594 |#1|)) NIL) (($ $ (-1012 (-1094)) $) NIL) (($ $ (-594 (-1012 (-1094))) (-594 $)) NIL) (($ $ (-1094) $) NIL (|has| |#1| (-215))) (($ $ (-594 (-1094)) (-594 $)) NIL (|has| |#1| (-215))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-215))) (($ $ (-594 (-1094)) (-594 |#1|)) NIL (|has| |#1| (-215)))) (-1875 (($ $ (-1012 (-1094))) NIL (|has| |#1| (-162)))) (-4234 (($ $ (-1012 (-1094))) NIL) (($ $ (-594 (-1012 (-1094)))) NIL) (($ $ (-1012 (-1094)) (-715)) NIL) (($ $ (-594 (-1012 (-1094))) (-594 (-715))) NIL) (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-1734 (((-594 (-1094)) $) NIL)) (-4115 (((-499 (-1012 (-1094))) $) NIL) (((-715) $ (-1012 (-1094))) NIL) (((-594 (-715)) $ (-594 (-1012 (-1094)))) NIL) (((-715) $ (-1094)) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-1012 (-1094)) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-1012 (-1094)) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-1012 (-1094)) (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) NIL (|has| |#1| (-431))) (($ $ (-1012 (-1094))) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-1012 (-1094))) NIL) (($ (-1094)) NIL) (($ (-1046 |#1| (-1094))) NIL) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-499 (-1012 (-1094)))) NIL) (($ $ (-1012 (-1094)) (-715)) NIL) (($ $ (-594 (-1012 (-1094))) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-1012 (-1094))) NIL) (($ $ (-594 (-1012 (-1094)))) NIL) (($ $ (-1012 (-1094)) (-715)) NIL) (($ $ (-594 (-1012 (-1094))) (-594 (-715))) NIL) (($ $) NIL (|has| |#1| (-215))) (($ $ (-715)) NIL (|has| |#1| (-215))) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1011 |#1|) (-13 (-234 |#1| (-1094) (-1012 (-1094)) (-499 (-1012 (-1094)))) (-970 (-1046 |#1| (-1094)))) (-979)) (T -1011))
+NIL
+(-13 (-234 |#1| (-1094) (-1012 (-1094)) (-499 (-1012 (-1094)))) (-970 (-1046 |#1| (-1094))))
+((-4105 (((-110) $ $) NIL)) (-2196 (((-715) $) NIL)) (-3507 ((|#1| $) 10)) (-1923 (((-3 |#1| "failed") $) NIL)) (-4145 ((|#1| $) NIL)) (-2050 (((-715) $) 11)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-3694 (($ |#1| (-715)) 9)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4234 (($ $) NIL) (($ $ (-715)) NIL)) (-4118 (((-800) $) NIL) (($ |#1|) NIL)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 15)))
+(((-1012 |#1|) (-247 |#1|) (-791)) (T -1012))
+NIL
+(-247 |#1|)
+((-1998 (((-594 |#2|) (-1 |#2| |#1|) (-1017 |#1|)) 24 (|has| |#1| (-789))) (((-1017 |#2|) (-1 |#2| |#1|) (-1017 |#1|)) 14)))
+(((-1013 |#1| |#2|) (-10 -7 (-15 -1998 ((-1017 |#2|) (-1 |#2| |#1|) (-1017 |#1|))) (IF (|has| |#1| (-789)) (-15 -1998 ((-594 |#2|) (-1 |#2| |#1|) (-1017 |#1|))) |%noBranch|)) (-1130) (-1130)) (T -1013))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1017 *5)) (-4 *5 (-789)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-594 *6)) (-5 *1 (-1013 *5 *6)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1017 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1017 *6)) (-5 *1 (-1013 *5 *6)))))
+(-10 -7 (-15 -1998 ((-1017 |#2|) (-1 |#2| |#1|) (-1017 |#1|))) (IF (|has| |#1| (-789)) (-15 -1998 ((-594 |#2|) (-1 |#2| |#1|) (-1017 |#1|))) |%noBranch|))
+((-1998 (((-1015 |#2|) (-1 |#2| |#1|) (-1015 |#1|)) 19)))
+(((-1014 |#1| |#2|) (-10 -7 (-15 -1998 ((-1015 |#2|) (-1 |#2| |#1|) (-1015 |#1|)))) (-1130) (-1130)) (T -1014))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1015 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1015 *6)) (-5 *1 (-1014 *5 *6)))))
+(-10 -7 (-15 -1998 ((-1015 |#2|) (-1 |#2| |#1|) (-1015 |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3507 (((-1094) $) 11)) (-1286 (((-1017 |#1|) $) 12)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-3255 (($ (-1094) (-1017 |#1|)) 10)) (-4118 (((-800) $) 20 (|has| |#1| (-1022)))) (-2747 (((-110) $ $) 15 (|has| |#1| (-1022)))))
+(((-1015 |#1|) (-13 (-1130) (-10 -8 (-15 -3255 ($ (-1094) (-1017 |#1|))) (-15 -3507 ((-1094) $)) (-15 -1286 ((-1017 |#1|) $)) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|))) (-1130)) (T -1015))
+((-3255 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1017 *4)) (-4 *4 (-1130)) (-5 *1 (-1015 *4)))) (-3507 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1015 *3)) (-4 *3 (-1130)))) (-1286 (*1 *2 *1) (-12 (-5 *2 (-1017 *3)) (-5 *1 (-1015 *3)) (-4 *3 (-1130)))))
+(-13 (-1130) (-10 -8 (-15 -3255 ($ (-1094) (-1017 |#1|))) (-15 -3507 ((-1094) $)) (-15 -1286 ((-1017 |#1|) $)) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|)))
+((-1286 (($ |#1| |#1|) 7)) (-2484 ((|#1| $) 10)) (-2699 ((|#1| $) 12)) (-2710 (((-527) $) 8)) (-3907 ((|#1| $) 9)) (-2722 ((|#1| $) 11)) (-2051 (($ |#1|) 6)) (-1402 (($ |#1| |#1|) 14)) (-2537 (($ $ (-527)) 13)))
+(((-1016 |#1|) (-133) (-1130)) (T -1016))
+((-1402 (*1 *1 *2 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))) (-2537 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-1016 *3)) (-4 *3 (-1130)))) (-2699 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))) (-2722 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))) (-2484 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))) (-3907 (*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))) (-2710 (*1 *2 *1) (-12 (-4 *1 (-1016 *3)) (-4 *3 (-1130)) (-5 *2 (-527)))) (-1286 (*1 *1 *2 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))) (-2051 (*1 *1 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))))
+(-13 (-1130) (-10 -8 (-15 -1402 ($ |t#1| |t#1|)) (-15 -2537 ($ $ (-527))) (-15 -2699 (|t#1| $)) (-15 -2722 (|t#1| $)) (-15 -2484 (|t#1| $)) (-15 -3907 (|t#1| $)) (-15 -2710 ((-527) $)) (-15 -1286 ($ |t#1| |t#1|)) (-15 -2051 ($ |t#1|))))
+(((-1130) . T))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1286 (($ |#1| |#1|) 15)) (-1998 (((-594 |#1|) (-1 |#1| |#1|) $) 38 (|has| |#1| (-789)))) (-2484 ((|#1| $) 10)) (-2699 ((|#1| $) 9)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2710 (((-527) $) 14)) (-3907 ((|#1| $) 12)) (-2722 ((|#1| $) 11)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-2389 (((-594 |#1|) $) 36 (|has| |#1| (-789))) (((-594 |#1|) (-594 $)) 35 (|has| |#1| (-789)))) (-2051 (($ |#1|) 26)) (-4118 (((-800) $) 25 (|has| |#1| (-1022)))) (-1402 (($ |#1| |#1|) 8)) (-2537 (($ $ (-527)) 16)) (-2747 (((-110) $ $) 19 (|has| |#1| (-1022)))))
+(((-1017 |#1|) (-13 (-1016 |#1|) (-10 -7 (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-1018 |#1| (-594 |#1|))) |%noBranch|))) (-1130)) (T -1017))
+NIL
+(-13 (-1016 |#1|) (-10 -7 (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-1018 |#1| (-594 |#1|))) |%noBranch|)))
+((-1286 (($ |#1| |#1|) 7)) (-1998 ((|#2| (-1 |#1| |#1|) $) 16)) (-2484 ((|#1| $) 10)) (-2699 ((|#1| $) 12)) (-2710 (((-527) $) 8)) (-3907 ((|#1| $) 9)) (-2722 ((|#1| $) 11)) (-2389 ((|#2| (-594 $)) 18) ((|#2| $) 17)) (-2051 (($ |#1|) 6)) (-1402 (($ |#1| |#1|) 14)) (-2537 (($ $ (-527)) 13)))
+(((-1018 |#1| |#2|) (-133) (-789) (-1068 |t#1|)) (T -1018))
+((-2389 (*1 *2 *3) (-12 (-5 *3 (-594 *1)) (-4 *1 (-1018 *4 *2)) (-4 *4 (-789)) (-4 *2 (-1068 *4)))) (-2389 (*1 *2 *1) (-12 (-4 *1 (-1018 *3 *2)) (-4 *3 (-789)) (-4 *2 (-1068 *3)))) (-1998 (*1 *2 *3 *1) (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1018 *4 *2)) (-4 *4 (-789)) (-4 *2 (-1068 *4)))))
+(-13 (-1016 |t#1|) (-10 -8 (-15 -2389 (|t#2| (-594 $))) (-15 -2389 (|t#2| $)) (-15 -1998 (|t#2| (-1 |t#1| |t#1|) $))))
+(((-1016 |#1|) . T) ((-1130) . T))
+((-1704 (($ $ $) NIL) (($ $ |#2|) 13) (($ |#2| $) 14)) (-3576 (($ $ $) 10)) (-2457 (($ $ $) NIL) (($ $ |#2|) 15)))
+(((-1019 |#1| |#2|) (-10 -8 (-15 -1704 (|#1| |#2| |#1|)) (-15 -1704 (|#1| |#1| |#2|)) (-15 -1704 (|#1| |#1| |#1|)) (-15 -3576 (|#1| |#1| |#1|)) (-15 -2457 (|#1| |#1| |#2|)) (-15 -2457 (|#1| |#1| |#1|))) (-1020 |#2|) (-1022)) (T -1019))
+NIL
+(-10 -8 (-15 -1704 (|#1| |#2| |#1|)) (-15 -1704 (|#1| |#1| |#2|)) (-15 -1704 (|#1| |#1| |#1|)) (-15 -3576 (|#1| |#1| |#1|)) (-15 -2457 (|#1| |#1| |#2|)) (-15 -2457 (|#1| |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1704 (($ $ $) 18) (($ $ |#1|) 17) (($ |#1| $) 16)) (-3576 (($ $ $) 20)) (-2306 (((-110) $ $) 19)) (-1731 (((-110) $ (-715)) 35)) (-2787 (($) 25) (($ (-594 |#1|)) 24)) (-2420 (($ (-1 (-110) |#1|) $) 56 (|has| $ (-6 -4261)))) (-1298 (($) 36 T CONST)) (-1702 (($ $) 59 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#1| $) 58 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 55 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 57 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 54 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 53 (|has| $ (-6 -4261)))) (-3717 (((-594 |#1|) $) 43 (|has| $ (-6 -4261)))) (-3397 (((-110) $ $) 28)) (-3541 (((-110) $ (-715)) 34)) (-2063 (((-594 |#1|) $) 44 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 46 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 39 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 38)) (-2324 (((-110) $ (-715)) 33)) (-2416 (((-1077) $) 9)) (-2984 (($ $ $) 23)) (-4024 (((-1041) $) 10)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 52)) (-1604 (((-110) (-1 (-110) |#1|) $) 41 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#1|) (-594 |#1|)) 50 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 49 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 48 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 (-275 |#1|))) 47 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 29)) (-1815 (((-110) $) 32)) (-2453 (($) 31)) (-2457 (($ $ $) 22) (($ $ |#1|) 21)) (-4034 (((-715) |#1| $) 45 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#1|) $) 42 (|has| $ (-6 -4261)))) (-2465 (($ $) 30)) (-2051 (((-503) $) 60 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 51)) (-4118 (((-800) $) 11)) (-2162 (($) 27) (($ (-594 |#1|)) 26)) (-1722 (((-110) (-1 (-110) |#1|) $) 40 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 6)) (-2809 (((-715) $) 37 (|has| $ (-6 -4261)))))
+(((-1020 |#1|) (-133) (-1022)) (T -1020))
+((-3397 (*1 *2 *1 *1) (-12 (-4 *1 (-1020 *3)) (-4 *3 (-1022)) (-5 *2 (-110)))) (-2162 (*1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-2162 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-1020 *3)))) (-2787 (*1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-2787 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-1020 *3)))) (-2984 (*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-2457 (*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-2457 (*1 *1 *1 *2) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-3576 (*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-2306 (*1 *2 *1 *1) (-12 (-4 *1 (-1020 *3)) (-4 *3 (-1022)) (-5 *2 (-110)))) (-1704 (*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-1704 (*1 *1 *1 *2) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))) (-1704 (*1 *1 *2 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))))
+(-13 (-1022) (-144 |t#1|) (-10 -8 (-6 -4251) (-15 -3397 ((-110) $ $)) (-15 -2162 ($)) (-15 -2162 ($ (-594 |t#1|))) (-15 -2787 ($)) (-15 -2787 ($ (-594 |t#1|))) (-15 -2984 ($ $ $)) (-15 -2457 ($ $ $)) (-15 -2457 ($ $ |t#1|)) (-15 -3576 ($ $ $)) (-15 -2306 ((-110) $ $)) (-15 -1704 ($ $ $)) (-15 -1704 ($ $ |t#1|)) (-15 -1704 ($ |t#1| $))))
+(((-33) . T) ((-99) . T) ((-568 (-800)) . T) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) . T) ((-1130) . T))
+((-2416 (((-1077) $) 10)) (-4024 (((-1041) $) 8)))
+(((-1021 |#1|) (-10 -8 (-15 -2416 ((-1077) |#1|)) (-15 -4024 ((-1041) |#1|))) (-1022)) (T -1021))
+NIL
+(-10 -8 (-15 -2416 ((-1077) |#1|)) (-15 -4024 ((-1041) |#1|)))
+((-4105 (((-110) $ $) 7)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)))
+(((-1022) (-133)) (T -1022))
+((-4024 (*1 *2 *1) (-12 (-4 *1 (-1022)) (-5 *2 (-1041)))) (-2416 (*1 *2 *1) (-12 (-4 *1 (-1022)) (-5 *2 (-1077)))))
+(-13 (-99) (-568 (-800)) (-10 -8 (-15 -4024 ((-1041) $)) (-15 -2416 ((-1077) $))))
+(((-99) . T) ((-568 (-800)) . T))
+((-4105 (((-110) $ $) NIL)) (-1637 (((-715)) 30)) (-1512 (($ (-594 (-858))) 52)) (-1500 (((-3 $ "failed") $ (-858) (-858)) 58)) (-2309 (($) 32)) (-2817 (((-110) (-858) $) 35)) (-1989 (((-858) $) 50)) (-2416 (((-1077) $) NIL)) (-1720 (($ (-858)) 31)) (-3151 (((-3 $ "failed") $ (-858)) 55)) (-4024 (((-1041) $) NIL)) (-3675 (((-1176 $)) 40)) (-1718 (((-594 (-858)) $) 24)) (-1590 (((-715) $ (-858) (-858)) 56)) (-4118 (((-800) $) 29)) (-2747 (((-110) $ $) 21)))
+(((-1023 |#1| |#2|) (-13 (-348) (-10 -8 (-15 -3151 ((-3 $ "failed") $ (-858))) (-15 -1500 ((-3 $ "failed") $ (-858) (-858))) (-15 -1718 ((-594 (-858)) $)) (-15 -1512 ($ (-594 (-858)))) (-15 -3675 ((-1176 $))) (-15 -2817 ((-110) (-858) $)) (-15 -1590 ((-715) $ (-858) (-858))))) (-858) (-858)) (T -1023))
+((-3151 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-858)) (-5 *1 (-1023 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-1500 (*1 *1 *1 *2 *2) (|partial| -12 (-5 *2 (-858)) (-5 *1 (-1023 *3 *4)) (-14 *3 *2) (-14 *4 *2))) (-1718 (*1 *2 *1) (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1023 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858)))) (-1512 (*1 *1 *2) (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1023 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858)))) (-3675 (*1 *2) (-12 (-5 *2 (-1176 (-1023 *3 *4))) (-5 *1 (-1023 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858)))) (-2817 (*1 *2 *3 *1) (-12 (-5 *3 (-858)) (-5 *2 (-110)) (-5 *1 (-1023 *4 *5)) (-14 *4 *3) (-14 *5 *3))) (-1590 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-858)) (-5 *2 (-715)) (-5 *1 (-1023 *4 *5)) (-14 *4 *3) (-14 *5 *3))))
+(-13 (-348) (-10 -8 (-15 -3151 ((-3 $ "failed") $ (-858))) (-15 -1500 ((-3 $ "failed") $ (-858) (-858))) (-15 -1718 ((-594 (-858)) $)) (-15 -1512 ($ (-594 (-858)))) (-15 -3675 ((-1176 $))) (-15 -2817 ((-110) (-858) $)) (-15 -1590 ((-715) $ (-858) (-858)))))
+((-4105 (((-110) $ $) NIL)) (-3051 (($) NIL (|has| |#1| (-348)))) (-1704 (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ $ $) 74)) (-3576 (($ $ $) 72)) (-2306 (((-110) $ $) 73)) (-1731 (((-110) $ (-715)) NIL)) (-1637 (((-715)) NIL (|has| |#1| (-348)))) (-2787 (($ (-594 |#1|)) NIL) (($) 13)) (-1920 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-3373 (($ |#1| $) 67 (|has| $ (-6 -4261))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 43 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 41 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 39 (|has| $ (-6 -4261)))) (-2309 (($) NIL (|has| |#1| (-348)))) (-3717 (((-594 |#1|) $) 19 (|has| $ (-6 -4261)))) (-3397 (((-110) $ $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-3902 ((|#1| $) 57 (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 66 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-1257 ((|#1| $) 55 (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 33 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 34)) (-1989 (((-858) $) NIL (|has| |#1| (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2984 (($ $ $) 70)) (-3368 ((|#1| $) 25)) (-3204 (($ |#1| $) 65)) (-1720 (($ (-858)) NIL (|has| |#1| (-348)))) (-4024 (((-1041) $) NIL)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 31)) (-1877 ((|#1| $) 27)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 21)) (-2453 (($) 11)) (-2457 (($ $ |#1|) NIL) (($ $ $) 71)) (-2261 (($) NIL) (($ (-594 |#1|)) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 16)) (-2051 (((-503) $) 52 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 61)) (-2712 (($ $) NIL (|has| |#1| (-348)))) (-4118 (((-800) $) NIL)) (-4067 (((-715) $) NIL)) (-2162 (($ (-594 |#1|)) NIL) (($) 12)) (-3557 (($ (-594 |#1|)) NIL)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 54)) (-2809 (((-715) $) 10 (|has| $ (-6 -4261)))))
+(((-1024 |#1|) (-405 |#1|) (-1022)) (T -1024))
+NIL
+(-405 |#1|)
+((-4105 (((-110) $ $) 7)) (-3686 (((-110) $) 32)) (-3680 ((|#2| $) 27)) (-1290 (((-110) $) 33)) (-3289 ((|#1| $) 28)) (-1798 (((-110) $) 35)) (-3744 (((-110) $) 37)) (-2542 (((-110) $) 34)) (-2416 (((-1077) $) 9)) (-3607 (((-110) $) 31)) (-3705 ((|#3| $) 26)) (-4024 (((-1041) $) 10)) (-2793 (((-110) $) 30)) (-3546 ((|#4| $) 25)) (-3456 ((|#5| $) 24)) (-1653 (((-110) $ $) 38)) (-3439 (($ $ (-527)) 14) (($ $ (-594 (-527))) 13)) (-2780 (((-594 $) $) 29)) (-2051 (($ (-594 $)) 23) (($ |#1|) 22) (($ |#2|) 21) (($ |#3|) 20) (($ |#4|) 19) (($ |#5|) 18)) (-4118 (((-800) $) 11)) (-1562 (($ $) 16)) (-1549 (($ $) 17)) (-1417 (((-110) $) 36)) (-2747 (((-110) $ $) 6)) (-2809 (((-527) $) 15)))
+(((-1025 |#1| |#2| |#3| |#4| |#5|) (-133) (-1022) (-1022) (-1022) (-1022) (-1022)) (T -1025))
+((-1653 (*1 *2 *1 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-3744 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-1417 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-1798 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-2542 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-1290 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-3686 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-3607 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-2793 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))) (-2780 (*1 *2 *1) (-12 (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-594 *1)) (-4 *1 (-1025 *3 *4 *5 *6 *7)))) (-3289 (*1 *2 *1) (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))) (-3680 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *2 *4 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))) (-3705 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *2 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))) (-3546 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *2 *6)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))) (-3456 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *2)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)))) (-2051 (*1 *1 *2) (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *2 (-1022)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)))) (-2051 (*1 *1 *2) (-12 (-4 *1 (-1025 *3 *2 *4 *5 *6)) (-4 *3 (-1022)) (-4 *2 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)))) (-2051 (*1 *1 *2) (-12 (-4 *1 (-1025 *3 *4 *2 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *2 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)))) (-2051 (*1 *1 *2) (-12 (-4 *1 (-1025 *3 *4 *5 *2 *6)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *2 (-1022)) (-4 *6 (-1022)))) (-2051 (*1 *1 *2) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *2)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))) (-1549 (*1 *1 *1) (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *2 (-1022)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)))) (-1562 (*1 *1 *1) (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *2 (-1022)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)))) (-2809 (*1 *2 *1) (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-527)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)))))
+(-13 (-1022) (-10 -8 (-15 -1653 ((-110) $ $)) (-15 -3744 ((-110) $)) (-15 -1417 ((-110) $)) (-15 -1798 ((-110) $)) (-15 -2542 ((-110) $)) (-15 -1290 ((-110) $)) (-15 -3686 ((-110) $)) (-15 -3607 ((-110) $)) (-15 -2793 ((-110) $)) (-15 -2780 ((-594 $) $)) (-15 -3289 (|t#1| $)) (-15 -3680 (|t#2| $)) (-15 -3705 (|t#3| $)) (-15 -3546 (|t#4| $)) (-15 -3456 (|t#5| $)) (-15 -2051 ($ (-594 $))) (-15 -2051 ($ |t#1|)) (-15 -2051 ($ |t#2|)) (-15 -2051 ($ |t#3|)) (-15 -2051 ($ |t#4|)) (-15 -2051 ($ |t#5|)) (-15 -1549 ($ $)) (-15 -1562 ($ $)) (-15 -2809 ((-527) $)) (-15 -3439 ($ $ (-527))) (-15 -3439 ($ $ (-594 (-527))))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL)) (-3686 (((-110) $) NIL)) (-3680 (((-1094) $) NIL)) (-1290 (((-110) $) NIL)) (-3289 (((-1077) $) NIL)) (-1798 (((-110) $) NIL)) (-3744 (((-110) $) NIL)) (-2542 (((-110) $) NIL)) (-2416 (((-1077) $) NIL)) (-3607 (((-110) $) NIL)) (-3705 (((-527) $) NIL)) (-4024 (((-1041) $) NIL)) (-2793 (((-110) $) NIL)) (-3546 (((-207) $) NIL)) (-3456 (((-800) $) NIL)) (-1653 (((-110) $ $) NIL)) (-3439 (($ $ (-527)) NIL) (($ $ (-594 (-527))) NIL)) (-2780 (((-594 $) $) NIL)) (-2051 (($ (-594 $)) NIL) (($ (-1077)) NIL) (($ (-1094)) NIL) (($ (-527)) NIL) (($ (-207)) NIL) (($ (-800)) NIL)) (-4118 (((-800) $) NIL)) (-1562 (($ $) NIL)) (-1549 (($ $) NIL)) (-1417 (((-110) $) NIL)) (-2747 (((-110) $ $) NIL)) (-2809 (((-527) $) NIL)))
+(((-1026) (-1025 (-1077) (-1094) (-527) (-207) (-800))) (T -1026))
+NIL
+(-1025 (-1077) (-1094) (-527) (-207) (-800))
+((-4105 (((-110) $ $) NIL)) (-3686 (((-110) $) 38)) (-3680 ((|#2| $) 42)) (-1290 (((-110) $) 37)) (-3289 ((|#1| $) 41)) (-1798 (((-110) $) 35)) (-3744 (((-110) $) 14)) (-2542 (((-110) $) 36)) (-2416 (((-1077) $) NIL)) (-3607 (((-110) $) 39)) (-3705 ((|#3| $) 44)) (-4024 (((-1041) $) NIL)) (-2793 (((-110) $) 40)) (-3546 ((|#4| $) 43)) (-3456 ((|#5| $) 45)) (-1653 (((-110) $ $) 34)) (-3439 (($ $ (-527)) 56) (($ $ (-594 (-527))) 58)) (-2780 (((-594 $) $) 22)) (-2051 (($ (-594 $)) 46) (($ |#1|) 47) (($ |#2|) 48) (($ |#3|) 49) (($ |#4|) 50) (($ |#5|) 51)) (-4118 (((-800) $) 23)) (-1562 (($ $) 21)) (-1549 (($ $) 52)) (-1417 (((-110) $) 18)) (-2747 (((-110) $ $) 33)) (-2809 (((-527) $) 54)))
+(((-1027 |#1| |#2| |#3| |#4| |#5|) (-1025 |#1| |#2| |#3| |#4| |#5|) (-1022) (-1022) (-1022) (-1022) (-1022)) (T -1027))
+NIL
+(-1025 |#1| |#2| |#3| |#4| |#5|)
+((-4099 (((-1181) $) 23)) (-2620 (($ (-1094) (-414) |#2|) 11)) (-4118 (((-800) $) 16)))
+(((-1028 |#1| |#2|) (-13 (-375) (-10 -8 (-15 -2620 ($ (-1094) (-414) |#2|)))) (-791) (-410 |#1|)) (T -1028))
+((-2620 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1094)) (-5 *3 (-414)) (-4 *5 (-791)) (-5 *1 (-1028 *5 *4)) (-4 *4 (-410 *5)))))
+(-13 (-375) (-10 -8 (-15 -2620 ($ (-1094) (-414) |#2|))))
+((-2045 (((-110) |#5| |#5|) 38)) (-3402 (((-110) |#5| |#5|) 52)) (-1709 (((-110) |#5| (-594 |#5|)) 75) (((-110) |#5| |#5|) 61)) (-1283 (((-110) (-594 |#4|) (-594 |#4|)) 58)) (-1340 (((-110) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) 63)) (-4108 (((-1181)) 33)) (-3321 (((-1181) (-1077) (-1077) (-1077)) 29)) (-3703 (((-594 |#5|) (-594 |#5|)) 82)) (-3230 (((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) 80)) (-2243 (((-594 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|)))) (-594 |#4|) (-594 |#5|) (-110) (-110)) 102)) (-3129 (((-110) |#5| |#5|) 47)) (-2454 (((-3 (-110) "failed") |#5| |#5|) 71)) (-2807 (((-110) (-594 |#4|) (-594 |#4|)) 57)) (-3886 (((-110) (-594 |#4|) (-594 |#4|)) 59)) (-1745 (((-110) (-594 |#4|) (-594 |#4|)) 60)) (-2304 (((-3 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|))) "failed") (-594 |#4|) |#5| (-594 |#4|) (-110) (-110) (-110) (-110) (-110)) 98)) (-2159 (((-594 |#5|) (-594 |#5|)) 43)))
+(((-1029 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3321 ((-1181) (-1077) (-1077) (-1077))) (-15 -4108 ((-1181))) (-15 -2045 ((-110) |#5| |#5|)) (-15 -2159 ((-594 |#5|) (-594 |#5|))) (-15 -3129 ((-110) |#5| |#5|)) (-15 -3402 ((-110) |#5| |#5|)) (-15 -1283 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2807 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -3886 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -1745 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2454 ((-3 (-110) "failed") |#5| |#5|)) (-15 -1709 ((-110) |#5| |#5|)) (-15 -1709 ((-110) |#5| (-594 |#5|))) (-15 -3703 ((-594 |#5|) (-594 |#5|))) (-15 -1340 ((-110) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -3230 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-15 -2243 ((-594 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|)))) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -2304 ((-3 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|))) "failed") (-594 |#4|) |#5| (-594 |#4|) (-110) (-110) (-110) (-110) (-110)))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-998 |#1| |#2| |#3| |#4|)) (T -1029))
+((-2304 (*1 *2 *3 *4 *3 *5 *5 *5 *5 *5) (|partial| -12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8)) (-5 *2 (-2 (|:| -1653 (-594 *9)) (|:| -1296 *4) (|:| |ineq| (-594 *9)))) (-5 *1 (-1029 *6 *7 *8 *9 *4)) (-5 *3 (-594 *9)) (-4 *4 (-998 *6 *7 *8 *9)))) (-2243 (*1 *2 *3 *4 *5 *5) (-12 (-5 *4 (-594 *10)) (-5 *5 (-110)) (-4 *10 (-998 *6 *7 *8 *9)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8)) (-5 *2 (-594 (-2 (|:| -1653 (-594 *9)) (|:| -1296 *10) (|:| |ineq| (-594 *9))))) (-5 *1 (-1029 *6 *7 *8 *9 *10)) (-5 *3 (-594 *9)))) (-3230 (*1 *2 *2) (-12 (-5 *2 (-594 (-2 (|:| |val| (-594 *6)) (|:| -1296 *7)))) (-4 *6 (-993 *3 *4 *5)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-1029 *3 *4 *5 *6 *7)))) (-1340 (*1 *2 *3 *3) (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8))) (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-998 *4 *5 *6 *7)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *8)))) (-3703 (*1 *2 *2) (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *1 (-1029 *3 *4 *5 *6 *7)))) (-1709 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *3)) (-4 *3 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-110)) (-5 *1 (-1029 *5 *6 *7 *8 *3)))) (-1709 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-2454 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-1745 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-3886 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-2807 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-1283 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-3402 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-3129 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-2159 (*1 *2 *2) (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *1 (-1029 *3 *4 *5 *6 *7)))) (-2045 (*1 *2 *3 *3) (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))) (-4108 (*1 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181)) (-5 *1 (-1029 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))) (-3321 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181)) (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3321 ((-1181) (-1077) (-1077) (-1077))) (-15 -4108 ((-1181))) (-15 -2045 ((-110) |#5| |#5|)) (-15 -2159 ((-594 |#5|) (-594 |#5|))) (-15 -3129 ((-110) |#5| |#5|)) (-15 -3402 ((-110) |#5| |#5|)) (-15 -1283 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2807 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -3886 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -1745 ((-110) (-594 |#4|) (-594 |#4|))) (-15 -2454 ((-3 (-110) "failed") |#5| |#5|)) (-15 -1709 ((-110) |#5| |#5|)) (-15 -1709 ((-110) |#5| (-594 |#5|))) (-15 -3703 ((-594 |#5|) (-594 |#5|))) (-15 -1340 ((-110) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -3230 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-15 -2243 ((-594 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|)))) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -2304 ((-3 (-2 (|:| -1653 (-594 |#4|)) (|:| -1296 |#5|) (|:| |ineq| (-594 |#4|))) "failed") (-594 |#4|) |#5| (-594 |#4|) (-110) (-110) (-110) (-110) (-110))))
+((-3308 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|) 96)) (-1584 (((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#4| |#4| |#5|) 72)) (-1254 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|) 90)) (-2719 (((-594 |#5|) |#4| |#5|) 110)) (-3627 (((-594 |#5|) |#4| |#5|) 117)) (-4092 (((-594 |#5|) |#4| |#5|) 118)) (-2654 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|) 97)) (-3250 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|) 116)) (-2741 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|) 46) (((-110) |#4| |#5|) 53)) (-3814 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#3| (-110)) 84) (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5| (-110) (-110)) 50)) (-1221 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|) 79)) (-3724 (((-1181)) 37)) (-2626 (((-1181)) 26)) (-4163 (((-1181) (-1077) (-1077) (-1077)) 33)) (-3777 (((-1181) (-1077) (-1077) (-1077)) 22)))
+(((-1030 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3777 ((-1181) (-1077) (-1077) (-1077))) (-15 -2626 ((-1181))) (-15 -4163 ((-1181) (-1077) (-1077) (-1077))) (-15 -3724 ((-1181))) (-15 -1584 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -3814 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5| (-110) (-110))) (-15 -3814 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#3| (-110))) (-15 -1221 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -1254 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -2741 ((-110) |#4| |#5|)) (-15 -2654 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -2719 ((-594 |#5|) |#4| |#5|)) (-15 -3250 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -3627 ((-594 |#5|) |#4| |#5|)) (-15 -2741 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -4092 ((-594 |#5|) |#4| |#5|)) (-15 -3308 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-998 |#1| |#2| |#3| |#4|)) (T -1030))
+((-3308 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-4092 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4)) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-2741 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4)))) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3627 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4)) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3250 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4)))) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-2719 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4)) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-2654 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4)))) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-2741 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-110)) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-1254 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-1221 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3814 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9)))) (-5 *5 (-110)) (-4 *8 (-993 *6 *7 *4)) (-4 *9 (-998 *6 *7 *4 *8)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *4 (-791)) (-5 *2 (-594 (-2 (|:| |val| *8) (|:| -1296 *9)))) (-5 *1 (-1030 *6 *7 *4 *8 *9)))) (-3814 (*1 *2 *3 *3 *4 *5 *5) (-12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *3 (-993 *6 *7 *8)) (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-1030 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3)))) (-1584 (*1 *2 *3 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))) (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))) (-3724 (*1 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181)) (-5 *1 (-1030 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))) (-4163 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181)) (-5 *1 (-1030 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))) (-2626 (*1 *2) (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181)) (-5 *1 (-1030 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))) (-3777 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181)) (-5 *1 (-1030 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(-10 -7 (-15 -3777 ((-1181) (-1077) (-1077) (-1077))) (-15 -2626 ((-1181))) (-15 -4163 ((-1181) (-1077) (-1077) (-1077))) (-15 -3724 ((-1181))) (-15 -1584 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -3814 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5| (-110) (-110))) (-15 -3814 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) |#3| (-110))) (-15 -1221 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -1254 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#4| |#5|)) (-15 -2741 ((-110) |#4| |#5|)) (-15 -2654 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -2719 ((-594 |#5|) |#4| |#5|)) (-15 -3250 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -3627 ((-594 |#5|) |#4| |#5|)) (-15 -2741 ((-594 (-2 (|:| |val| (-110)) (|:| -1296 |#5|))) |#4| |#5|)) (-15 -4092 ((-594 |#5|) |#4| |#5|)) (-15 -3308 ((-594 (-2 (|:| |val| |#4|) (|:| -1296 |#5|))) |#4| |#5|)))
+((-4105 (((-110) $ $) 7)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) 85)) (-2900 (((-594 $) (-594 |#4|)) 86) (((-594 $) (-594 |#4|) (-110)) 111)) (-2853 (((-594 |#3|) $) 33)) (-1627 (((-110) $) 26)) (-4191 (((-110) $) 17 (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) 101) (((-110) $) 97)) (-3930 ((|#4| |#4| $) 92)) (-3259 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| $) 126)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) 27)) (-1731 (((-110) $ (-715)) 44)) (-2420 (($ (-1 (-110) |#4|) $) 65 (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) 79)) (-1298 (($) 45 T CONST)) (-4235 (((-110) $) 22 (|has| |#1| (-519)))) (-4208 (((-110) $ $) 24 (|has| |#1| (-519)))) (-1689 (((-110) $ $) 23 (|has| |#1| (-519)))) (-2241 (((-110) $) 25 (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 93)) (-2551 (((-594 |#4|) (-594 |#4|) $) 18 (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) 19 (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) 36)) (-4145 (($ (-594 |#4|)) 35)) (-1683 (((-3 $ "failed") $) 82)) (-2859 ((|#4| |#4| $) 89)) (-1702 (($ $) 68 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#4| $) 67 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#4|) $) 64 (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) 102)) (-3730 ((|#4| |#4| $) 87)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 94)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) 105)) (-2864 (((-110) |#4| $) 136)) (-2600 (((-110) |#4| $) 133)) (-2697 (((-110) |#4| $) 137) (((-110) $) 134)) (-3717 (((-594 |#4|) $) 52 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) 104) (((-110) $) 103)) (-2876 ((|#3| $) 34)) (-3541 (((-110) $ (-715)) 43)) (-2063 (((-594 |#4|) $) 53 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 55 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 47)) (-1388 (((-594 |#3|) $) 32)) (-1228 (((-110) |#3| $) 31)) (-2324 (((-110) $ (-715)) 42)) (-2416 (((-1077) $) 9)) (-1289 (((-3 |#4| (-594 $)) |#4| |#4| $) 128)) (-3120 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| |#4| $) 127)) (-2681 (((-3 |#4| "failed") $) 83)) (-2445 (((-594 $) |#4| $) 129)) (-3408 (((-3 (-110) (-594 $)) |#4| $) 132)) (-1710 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) |#4| $) 131) (((-110) |#4| $) 130)) (-2984 (((-594 $) |#4| $) 125) (((-594 $) (-594 |#4|) $) 124) (((-594 $) (-594 |#4|) (-594 $)) 123) (((-594 $) |#4| (-594 $)) 122)) (-1541 (($ |#4| $) 117) (($ (-594 |#4|) $) 116)) (-3367 (((-594 |#4|) $) 107)) (-2451 (((-110) |#4| $) 99) (((-110) $) 95)) (-4039 ((|#4| |#4| $) 90)) (-1745 (((-110) $ $) 110)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) 100) (((-110) $) 96)) (-2125 ((|#4| |#4| $) 91)) (-4024 (((-1041) $) 10)) (-1672 (((-3 |#4| "failed") $) 84)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) 61)) (-3366 (((-3 $ "failed") $ |#4|) 78)) (-3469 (($ $ |#4|) 77) (((-594 $) |#4| $) 115) (((-594 $) |#4| (-594 $)) 114) (((-594 $) (-594 |#4|) $) 113) (((-594 $) (-594 |#4|) (-594 $)) 112)) (-1604 (((-110) (-1 (-110) |#4|) $) 50 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) 59 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) 57 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) 56 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) 38)) (-1815 (((-110) $) 41)) (-2453 (($) 40)) (-4115 (((-715) $) 106)) (-4034 (((-715) |#4| $) 54 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#4|) $) 51 (|has| $ (-6 -4261)))) (-2465 (($ $) 39)) (-2051 (((-503) $) 69 (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 60)) (-4083 (($ $ |#3|) 28)) (-4055 (($ $ |#3|) 30)) (-4025 (($ $) 88)) (-2881 (($ $ |#3|) 29)) (-4118 (((-800) $) 11) (((-594 |#4|) $) 37)) (-4196 (((-715) $) 76 (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) 108)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) 98)) (-3684 (((-594 $) |#4| $) 121) (((-594 $) |#4| (-594 $)) 120) (((-594 $) (-594 |#4|) $) 119) (((-594 $) (-594 |#4|) (-594 $)) 118)) (-1722 (((-110) (-1 (-110) |#4|) $) 49 (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) 81)) (-3410 (((-110) |#4| $) 135)) (-3859 (((-110) |#3| $) 80)) (-2747 (((-110) $ $) 6)) (-2809 (((-715) $) 46 (|has| $ (-6 -4261)))))
+(((-1031 |#1| |#2| |#3| |#4|) (-133) (-431) (-737) (-791) (-993 |t#1| |t#2| |t#3|)) (T -1031))
+NIL
+(-13 (-998 |t#1| |t#2| |t#3| |t#4|))
+(((-33) . T) ((-99) . T) ((-568 (-594 |#4|)) . T) ((-568 (-800)) . T) ((-144 |#4|) . T) ((-569 (-503)) |has| |#4| (-569 (-503))) ((-290 |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-466 |#4|) . T) ((-488 |#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-911 |#1| |#2| |#3| |#4|) . T) ((-998 |#1| |#2| |#3| |#4|) . T) ((-1022) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-2017 (((-594 (-527)) (-527) (-527) (-527)) 22)) (-4030 (((-594 (-527)) (-527) (-527) (-527)) 12)) (-2572 (((-594 (-527)) (-527) (-527) (-527)) 18)) (-3069 (((-527) (-527) (-527)) 9)) (-2791 (((-1176 (-527)) (-594 (-527)) (-1176 (-527)) (-527)) 46) (((-1176 (-527)) (-1176 (-527)) (-1176 (-527)) (-527)) 41)) (-3124 (((-594 (-527)) (-594 (-527)) (-594 (-527)) (-110)) 28)) (-2764 (((-634 (-527)) (-594 (-527)) (-594 (-527)) (-634 (-527))) 45)) (-3709 (((-634 (-527)) (-594 (-527)) (-594 (-527))) 33)) (-1833 (((-594 (-634 (-527))) (-594 (-527))) 35)) (-4081 (((-594 (-527)) (-594 (-527)) (-594 (-527)) (-634 (-527))) 49)) (-1343 (((-634 (-527)) (-594 (-527)) (-594 (-527)) (-594 (-527))) 57)))
+(((-1032) (-10 -7 (-15 -1343 ((-634 (-527)) (-594 (-527)) (-594 (-527)) (-594 (-527)))) (-15 -4081 ((-594 (-527)) (-594 (-527)) (-594 (-527)) (-634 (-527)))) (-15 -1833 ((-594 (-634 (-527))) (-594 (-527)))) (-15 -3709 ((-634 (-527)) (-594 (-527)) (-594 (-527)))) (-15 -2764 ((-634 (-527)) (-594 (-527)) (-594 (-527)) (-634 (-527)))) (-15 -3124 ((-594 (-527)) (-594 (-527)) (-594 (-527)) (-110))) (-15 -2791 ((-1176 (-527)) (-1176 (-527)) (-1176 (-527)) (-527))) (-15 -2791 ((-1176 (-527)) (-594 (-527)) (-1176 (-527)) (-527))) (-15 -3069 ((-527) (-527) (-527))) (-15 -2572 ((-594 (-527)) (-527) (-527) (-527))) (-15 -4030 ((-594 (-527)) (-527) (-527) (-527))) (-15 -2017 ((-594 (-527)) (-527) (-527) (-527))))) (T -1032))
+((-2017 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-1032)) (-5 *3 (-527)))) (-4030 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-1032)) (-5 *3 (-527)))) (-2572 (*1 *2 *3 *3 *3) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-1032)) (-5 *3 (-527)))) (-3069 (*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-1032)))) (-2791 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-1176 (-527))) (-5 *3 (-594 (-527))) (-5 *4 (-527)) (-5 *1 (-1032)))) (-2791 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-1176 (-527))) (-5 *3 (-527)) (-5 *1 (-1032)))) (-3124 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-594 (-527))) (-5 *3 (-110)) (-5 *1 (-1032)))) (-2764 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-634 (-527))) (-5 *3 (-594 (-527))) (-5 *1 (-1032)))) (-3709 (*1 *2 *3 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-634 (-527))) (-5 *1 (-1032)))) (-1833 (*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-594 (-634 (-527)))) (-5 *1 (-1032)))) (-4081 (*1 *2 *2 *2 *3) (-12 (-5 *2 (-594 (-527))) (-5 *3 (-634 (-527))) (-5 *1 (-1032)))) (-1343 (*1 *2 *3 *3 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-634 (-527))) (-5 *1 (-1032)))))
+(-10 -7 (-15 -1343 ((-634 (-527)) (-594 (-527)) (-594 (-527)) (-594 (-527)))) (-15 -4081 ((-594 (-527)) (-594 (-527)) (-594 (-527)) (-634 (-527)))) (-15 -1833 ((-594 (-634 (-527))) (-594 (-527)))) (-15 -3709 ((-634 (-527)) (-594 (-527)) (-594 (-527)))) (-15 -2764 ((-634 (-527)) (-594 (-527)) (-594 (-527)) (-634 (-527)))) (-15 -3124 ((-594 (-527)) (-594 (-527)) (-594 (-527)) (-110))) (-15 -2791 ((-1176 (-527)) (-1176 (-527)) (-1176 (-527)) (-527))) (-15 -2791 ((-1176 (-527)) (-594 (-527)) (-1176 (-527)) (-527))) (-15 -3069 ((-527) (-527) (-527))) (-15 -2572 ((-594 (-527)) (-527) (-527) (-527))) (-15 -4030 ((-594 (-527)) (-527) (-527) (-527))) (-15 -2017 ((-594 (-527)) (-527) (-527) (-527))))
+((-3732 (($ $ (-858)) 12)) (** (($ $ (-858)) 10)))
+(((-1033 |#1|) (-10 -8 (-15 -3732 (|#1| |#1| (-858))) (-15 ** (|#1| |#1| (-858)))) (-1034)) (T -1033))
+NIL
+(-10 -8 (-15 -3732 (|#1| |#1| (-858))) (-15 ** (|#1| |#1| (-858))))
+((-4105 (((-110) $ $) 7)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-3732 (($ $ (-858)) 13)) (-2747 (((-110) $ $) 6)) (** (($ $ (-858)) 14)) (* (($ $ $) 15)))
+(((-1034) (-133)) (T -1034))
+((* (*1 *1 *1 *1) (-4 *1 (-1034))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-858)))) (-3732 (*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-858)))))
+(-13 (-1022) (-10 -8 (-15 * ($ $ $)) (-15 ** ($ $ (-858))) (-15 -3732 ($ $ (-858)))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4105 (((-110) $ $) NIL (|has| |#3| (-1022)))) (-1874 (((-110) $) NIL (|has| |#3| (-128)))) (-1756 (($ (-858)) NIL (|has| |#3| (-979)))) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1741 (($ $ $) NIL (|has| |#3| (-737)))) (-3085 (((-3 $ "failed") $ $) NIL (|has| |#3| (-128)))) (-1731 (((-110) $ (-715)) NIL)) (-1637 (((-715)) NIL (|has| |#3| (-348)))) (-2350 (((-527) $) NIL (|has| |#3| (-789)))) (-1232 ((|#3| $ (-527) |#3|) NIL (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (-12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022)))) (((-3 |#3| "failed") $) NIL (|has| |#3| (-1022)))) (-4145 (((-527) $) NIL (-12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022)))) (((-387 (-527)) $) NIL (-12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022)))) ((|#3| $) NIL (|has| |#3| (-1022)))) (-4162 (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#3| (-590 (-527))) (|has| |#3| (-979)))) (((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 $) (-1176 $)) NIL (|has| |#3| (-979))) (((-634 |#3|) (-634 $)) NIL (|has| |#3| (-979)))) (-3714 (((-3 $ "failed") $) NIL (|has| |#3| (-671)))) (-2309 (($) NIL (|has| |#3| (-348)))) (-2774 ((|#3| $ (-527) |#3|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#3| $ (-527)) 12)) (-3460 (((-110) $) NIL (|has| |#3| (-789)))) (-3717 (((-594 |#3|) $) NIL (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL (|has| |#3| (-671)))) (-1612 (((-110) $) NIL (|has| |#3| (-789)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2063 (((-594 |#3|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2762 (($ (-1 |#3| |#3|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#3| |#3|) $) NIL)) (-1989 (((-858) $) NIL (|has| |#3| (-348)))) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#3| (-1022)))) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-1720 (($ (-858)) NIL (|has| |#3| (-348)))) (-4024 (((-1041) $) NIL (|has| |#3| (-1022)))) (-1672 ((|#3| $) NIL (|has| (-527) (-791)))) (-1542 (($ $ |#3|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#3|))) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-275 |#3|)) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ |#3| |#3|) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022)))) (($ $ (-594 |#3|) (-594 |#3|)) NIL (-12 (|has| |#3| (-290 |#3|)) (|has| |#3| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022))))) (-2401 (((-594 |#3|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#3| $ (-527) |#3|) NIL) ((|#3| $ (-527)) NIL)) (-3462 ((|#3| $ $) NIL (|has| |#3| (-979)))) (-2752 (($ (-1176 |#3|)) NIL)) (-3817 (((-130)) NIL (|has| |#3| (-343)))) (-4234 (($ $) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1 |#3| |#3|) (-715)) NIL (|has| |#3| (-979))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-979)))) (-4034 (((-715) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261))) (((-715) |#3| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#3| (-1022))))) (-2465 (($ $) NIL)) (-4118 (((-1176 |#3|) $) NIL) (($ (-527)) NIL (-2027 (-12 (|has| |#3| (-970 (-527))) (|has| |#3| (-1022))) (|has| |#3| (-979)))) (($ (-387 (-527))) NIL (-12 (|has| |#3| (-970 (-387 (-527)))) (|has| |#3| (-1022)))) (($ |#3|) NIL (|has| |#3| (-1022))) (((-800) $) NIL (|has| |#3| (-568 (-800))))) (-4070 (((-715)) NIL (|has| |#3| (-979)))) (-1722 (((-110) (-1 (-110) |#3|) $) NIL (|has| $ (-6 -4261)))) (-1597 (($ $) NIL (|has| |#3| (-789)))) (-3732 (($ $ (-715)) NIL (|has| |#3| (-671))) (($ $ (-858)) NIL (|has| |#3| (-671)))) (-3361 (($) NIL (|has| |#3| (-128)) CONST)) (-3374 (($) NIL (|has| |#3| (-671)) CONST)) (-2369 (($ $) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979)))) (($ $ (-715)) NIL (-12 (|has| |#3| (-215)) (|has| |#3| (-979)))) (($ $ (-1094)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#3| (-837 (-1094))) (|has| |#3| (-979)))) (($ $ (-1 |#3| |#3|) (-715)) NIL (|has| |#3| (-979))) (($ $ (-1 |#3| |#3|)) NIL (|has| |#3| (-979)))) (-2813 (((-110) $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2788 (((-110) $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2747 (((-110) $ $) NIL (|has| |#3| (-1022)))) (-2799 (((-110) $ $) NIL (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2775 (((-110) $ $) 17 (-2027 (|has| |#3| (-737)) (|has| |#3| (-789))))) (-2873 (($ $ |#3|) NIL (|has| |#3| (-343)))) (-2863 (($ $ $) NIL (|has| |#3| (-979))) (($ $) NIL (|has| |#3| (-979)))) (-2850 (($ $ $) NIL (|has| |#3| (-25)))) (** (($ $ (-715)) NIL (|has| |#3| (-671))) (($ $ (-858)) NIL (|has| |#3| (-671)))) (* (($ (-527) $) NIL (|has| |#3| (-979))) (($ $ $) NIL (|has| |#3| (-671))) (($ $ |#3|) NIL (|has| |#3| (-671))) (($ |#3| $) NIL (|has| |#3| (-671))) (($ (-715) $) NIL (|has| |#3| (-128))) (($ (-858) $) NIL (|has| |#3| (-25)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1035 |#1| |#2| |#3|) (-220 |#1| |#3|) (-715) (-715) (-737)) (T -1035))
+NIL
+(-220 |#1| |#3|)
+((-3904 (((-594 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 37)) (-3248 (((-527) (-1149 |#2| |#1|)) 69 (|has| |#1| (-431)))) (-3568 (((-527) (-1149 |#2| |#1|)) 54)) (-2395 (((-594 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 45)) (-1981 (((-527) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 68 (|has| |#1| (-431)))) (-1685 (((-594 |#1|) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 48)) (-1225 (((-527) (-1149 |#2| |#1|) (-1149 |#2| |#1|)) 53)))
+(((-1036 |#1| |#2|) (-10 -7 (-15 -3904 ((-594 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -2395 ((-594 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -1685 ((-594 |#1|) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -1225 ((-527) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3568 ((-527) (-1149 |#2| |#1|))) (IF (|has| |#1| (-431)) (PROGN (-15 -1981 ((-527) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3248 ((-527) (-1149 |#2| |#1|)))) |%noBranch|)) (-764) (-1094)) (T -1036))
+((-3248 (*1 *2 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-431)) (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))) (-1981 (*1 *2 *3 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-431)) (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))) (-3568 (*1 *2 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))) (-1225 (*1 *2 *3 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))) (-1685 (*1 *2 *3 *3) (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-594 *4)) (-5 *1 (-1036 *4 *5)))) (-2395 (*1 *2 *3 *3) (-12 (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-594 (-1149 *5 *4))) (-5 *1 (-1036 *4 *5)) (-5 *3 (-1149 *5 *4)))) (-3904 (*1 *2 *3 *3) (-12 (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-594 (-1149 *5 *4))) (-5 *1 (-1036 *4 *5)) (-5 *3 (-1149 *5 *4)))))
+(-10 -7 (-15 -3904 ((-594 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -2395 ((-594 (-1149 |#2| |#1|)) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -1685 ((-594 |#1|) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -1225 ((-527) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3568 ((-527) (-1149 |#2| |#1|))) (IF (|has| |#1| (-431)) (PROGN (-15 -1981 ((-527) (-1149 |#2| |#1|) (-1149 |#2| |#1|))) (-15 -3248 ((-527) (-1149 |#2| |#1|)))) |%noBranch|))
+((-2350 (((-3 (-527) "failed") |#2| (-1094) |#2| (-1077)) 17) (((-3 (-527) "failed") |#2| (-1094) (-784 |#2|)) 15) (((-3 (-527) "failed") |#2|) 54)))
+(((-1037 |#1| |#2|) (-10 -7 (-15 -2350 ((-3 (-527) "failed") |#2|)) (-15 -2350 ((-3 (-527) "failed") |#2| (-1094) (-784 |#2|))) (-15 -2350 ((-3 (-527) "failed") |#2| (-1094) |#2| (-1077)))) (-13 (-519) (-791) (-970 (-527)) (-590 (-527)) (-431)) (-13 (-27) (-1116) (-410 |#1|))) (T -1037))
+((-2350 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-1077)) (-4 *6 (-13 (-519) (-791) (-970 *2) (-590 *2) (-431))) (-5 *2 (-527)) (-5 *1 (-1037 *6 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *6))))) (-2350 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-784 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *6))) (-4 *6 (-13 (-519) (-791) (-970 *2) (-590 *2) (-431))) (-5 *2 (-527)) (-5 *1 (-1037 *6 *3)))) (-2350 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-519) (-791) (-970 *2) (-590 *2) (-431))) (-5 *2 (-527)) (-5 *1 (-1037 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *4))))))
+(-10 -7 (-15 -2350 ((-3 (-527) "failed") |#2|)) (-15 -2350 ((-3 (-527) "failed") |#2| (-1094) (-784 |#2|))) (-15 -2350 ((-3 (-527) "failed") |#2| (-1094) |#2| (-1077))))
+((-2350 (((-3 (-527) "failed") (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|)) (-1077)) 35) (((-3 (-527) "failed") (-387 (-889 |#1|)) (-1094) (-784 (-387 (-889 |#1|)))) 30) (((-3 (-527) "failed") (-387 (-889 |#1|))) 13)))
+(((-1038 |#1|) (-10 -7 (-15 -2350 ((-3 (-527) "failed") (-387 (-889 |#1|)))) (-15 -2350 ((-3 (-527) "failed") (-387 (-889 |#1|)) (-1094) (-784 (-387 (-889 |#1|))))) (-15 -2350 ((-3 (-527) "failed") (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|)) (-1077)))) (-431)) (T -1038))
+((-2350 (*1 *2 *3 *4 *3 *5) (|partial| -12 (-5 *3 (-387 (-889 *6))) (-5 *4 (-1094)) (-5 *5 (-1077)) (-4 *6 (-431)) (-5 *2 (-527)) (-5 *1 (-1038 *6)))) (-2350 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-784 (-387 (-889 *6)))) (-5 *3 (-387 (-889 *6))) (-4 *6 (-431)) (-5 *2 (-527)) (-5 *1 (-1038 *6)))) (-2350 (*1 *2 *3) (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-431)) (-5 *2 (-527)) (-5 *1 (-1038 *4)))))
+(-10 -7 (-15 -2350 ((-3 (-527) "failed") (-387 (-889 |#1|)))) (-15 -2350 ((-3 (-527) "failed") (-387 (-889 |#1|)) (-1094) (-784 (-387 (-889 |#1|))))) (-15 -2350 ((-3 (-527) "failed") (-387 (-889 |#1|)) (-1094) (-387 (-889 |#1|)) (-1077))))
+((-4105 (((-110) $ $) NIL)) (-3313 (((-171) $) 8)) (-3251 (((-594 (-171)) $) 10)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 19)) (-2747 (((-110) $ $) 13)))
+(((-1039) (-13 (-1022) (-10 -8 (-15 -3313 ((-171) $)) (-15 -3251 ((-594 (-171)) $))))) (T -1039))
+((-3313 (*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-1039)))) (-3251 (*1 *2 *1) (-12 (-5 *2 (-594 (-171))) (-5 *1 (-1039)))))
+(-13 (-1022) (-10 -8 (-15 -3313 ((-171) $)) (-15 -3251 ((-594 (-171)) $))))
+((-1888 (((-296 (-527)) (-47)) 12)))
+(((-1040) (-10 -7 (-15 -1888 ((-296 (-527)) (-47))))) (T -1040))
+((-1888 (*1 *2 *3) (-12 (-5 *3 (-47)) (-5 *2 (-296 (-527))) (-5 *1 (-1040)))))
+(-10 -7 (-15 -1888 ((-296 (-527)) (-47))))
+((-4105 (((-110) $ $) NIL)) (-2006 (($ $) 41)) (-1874 (((-110) $) 65)) (-3999 (($ $ $) 48)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 85)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-2313 (($ $ $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1511 (($ $ $ $) 74)) (-3259 (($ $) NIL)) (-3488 (((-398 $) $) NIL)) (-1842 (((-110) $ $) NIL)) (-2350 (((-527) $) NIL)) (-3183 (($ $ $) 71)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL)) (-4145 (((-527) $) NIL)) (-1346 (($ $ $) 59)) (-4162 (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 79) (((-634 (-527)) (-634 $)) 28)) (-3714 (((-3 $ "failed") $) NIL)) (-2541 (((-3 (-387 (-527)) "failed") $) NIL)) (-1397 (((-110) $) NIL)) (-1328 (((-387 (-527)) $) NIL)) (-2309 (($) 82) (($ $) 83)) (-1324 (($ $ $) 58)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL)) (-3851 (((-110) $) NIL)) (-3555 (($ $ $ $) NIL)) (-3338 (($ $ $) 80)) (-3460 (((-110) $) NIL)) (-2536 (($ $ $) NIL)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL)) (-2956 (((-110) $) 66)) (-1758 (((-110) $) 64)) (-3264 (($ $) 42)) (-2628 (((-3 $ "failed") $) NIL)) (-1612 (((-110) $) 75)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1570 (($ $ $ $) 72)) (-3902 (($ $ $) 68) (($) 39)) (-1257 (($ $ $) 67) (($) 38)) (-3105 (($ $) NIL)) (-2091 (($ $) 70)) (-2702 (($ $ $) NIL) (($ (-594 $)) NIL)) (-2416 (((-1077) $) NIL)) (-3920 (($ $ $) NIL)) (-2138 (($) NIL T CONST)) (-3564 (($ $) 50)) (-4024 (((-1041) $) NIL) (($ $) 69)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL)) (-2742 (($ $ $) 62) (($ (-594 $)) NIL)) (-2573 (($ $) NIL)) (-2700 (((-398 $) $) NIL)) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL)) (-1305 (((-3 $ "failed") $ $) NIL)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL)) (-1285 (((-110) $) NIL)) (-2578 (((-715) $) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 61)) (-4234 (($ $ (-715)) NIL) (($ $) NIL)) (-3892 (($ $) 51)) (-2465 (($ $) NIL)) (-2051 (((-527) $) 32) (((-503) $) NIL) (((-829 (-527)) $) NIL) (((-359) $) NIL) (((-207) $) NIL)) (-4118 (((-800) $) 31) (($ (-527)) 81) (($ $) NIL) (($ (-527)) 81)) (-4070 (((-715)) NIL)) (-3476 (((-110) $ $) NIL)) (-3769 (($ $ $) NIL)) (-1670 (($) 37)) (-3978 (((-110) $ $) NIL)) (-2093 (($ $ $ $) 73)) (-1597 (($ $) 63)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-2977 (($ $ $) 44)) (-3361 (($) 35 T CONST)) (-1263 (($ $ $) 47)) (-3374 (($) 36 T CONST)) (-2951 (((-1077) $) 21) (((-1077) $ (-110)) 23) (((-1181) (-766) $) 24) (((-1181) (-766) $ (-110)) 25)) (-1273 (($ $) 45)) (-2369 (($ $ (-715)) NIL) (($ $) NIL)) (-1253 (($ $ $) 46)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 40)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 49)) (-2963 (($ $ $) 43)) (-2863 (($ $) 52) (($ $ $) 54)) (-2850 (($ $ $) 53)) (** (($ $ (-858)) NIL) (($ $ (-715)) 57)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 34) (($ $ $) 55)))
+(((-1041) (-13 (-512) (-609) (-772) (-10 -8 (-6 -4248) (-6 -4253) (-6 -4249) (-15 -1257 ($)) (-15 -3902 ($)) (-15 -3264 ($ $)) (-15 -2006 ($ $)) (-15 -2963 ($ $ $)) (-15 -2977 ($ $ $)) (-15 -3999 ($ $ $)) (-15 -1273 ($ $)) (-15 -1253 ($ $ $)) (-15 -1263 ($ $ $))))) (T -1041))
+((-2977 (*1 *1 *1 *1) (-5 *1 (-1041))) (-2963 (*1 *1 *1 *1) (-5 *1 (-1041))) (-2006 (*1 *1 *1) (-5 *1 (-1041))) (-1257 (*1 *1) (-5 *1 (-1041))) (-3902 (*1 *1) (-5 *1 (-1041))) (-3264 (*1 *1 *1) (-5 *1 (-1041))) (-3999 (*1 *1 *1 *1) (-5 *1 (-1041))) (-1273 (*1 *1 *1) (-5 *1 (-1041))) (-1253 (*1 *1 *1 *1) (-5 *1 (-1041))) (-1263 (*1 *1 *1 *1) (-5 *1 (-1041))))
+(-13 (-512) (-609) (-772) (-10 -8 (-6 -4248) (-6 -4253) (-6 -4249) (-15 -1257 ($)) (-15 -3902 ($)) (-15 -3264 ($ $)) (-15 -2006 ($ $)) (-15 -2963 ($ $ $)) (-15 -2977 ($ $ $)) (-15 -3999 ($ $ $)) (-15 -1273 ($ $)) (-15 -1253 ($ $ $)) (-15 -1263 ($ $ $))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-3523 ((|#1| $) 44)) (-1731 (((-110) $ (-715)) 8)) (-1298 (($) 7 T CONST)) (-2363 ((|#1| |#1| $) 46)) (-2281 ((|#1| $) 45)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-3368 ((|#1| $) 39)) (-3204 (($ |#1| $) 40)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1877 ((|#1| $) 41)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3092 (((-715) $) 43)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) 42)) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-1042 |#1|) (-133) (-1130)) (T -1042))
+((-2363 (*1 *2 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1130)))) (-2281 (*1 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1130)))) (-3523 (*1 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1130)))) (-3092 (*1 *2 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))))
+(-13 (-104 |t#1|) (-10 -8 (-6 -4261) (-15 -2363 (|t#1| |t#1| $)) (-15 -2281 (|t#1| $)) (-15 -3523 (|t#1| $)) (-15 -3092 ((-715) $))))
+(((-33) . T) ((-104 |#1|) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-2926 ((|#3| $) 76)) (-1923 (((-3 (-527) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 |#3| "failed") $) 40)) (-4145 (((-527) $) NIL) (((-387 (-527)) $) NIL) ((|#3| $) 37)) (-4162 (((-634 (-527)) (-634 $)) NIL) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL) (((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 $) (-1176 $)) 73) (((-634 |#3|) (-634 $)) 65)) (-4234 (($ $ (-1 |#3| |#3|)) 19) (($ $ (-1 |#3| |#3|) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094)) NIL) (($ $ (-715)) NIL) (($ $) NIL)) (-1510 ((|#3| $) 78)) (-2204 ((|#4| $) 32)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-387 (-527))) NIL) (($ |#3|) 16)) (** (($ $ (-858)) NIL) (($ $ (-715)) 15) (($ $ (-527)) 82)))
+(((-1043 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 ** (|#1| |#1| (-527))) (-15 -1510 (|#3| |#1|)) (-15 -2926 (|#3| |#1|)) (-15 -2204 (|#4| |#1|)) (-15 -4162 ((-634 |#3|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4145 (|#3| |#1|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -4118 (|#1| |#3|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|) (-715))) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4118 (|#1| (-527))) (-15 ** (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-858))) (-15 -4118 ((-800) |#1|))) (-1044 |#2| |#3| |#4| |#5|) (-715) (-979) (-220 |#2| |#3|) (-220 |#2| |#3|)) (T -1043))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-527))) (-15 -1510 (|#3| |#1|)) (-15 -2926 (|#3| |#1|)) (-15 -2204 (|#4| |#1|)) (-15 -4162 ((-634 |#3|) (-634 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 |#3|)) (|:| |vec| (-1176 |#3|))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 |#1|) (-1176 |#1|))) (-15 -4162 ((-634 (-527)) (-634 |#1|))) (-15 -4145 (|#3| |#1|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -4118 (|#1| |#3|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-527) |#1|)) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|) (-715))) (-15 -4234 (|#1| |#1| (-1 |#3| |#3|))) (-15 -4118 (|#1| (-527))) (-15 ** (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-858))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2926 ((|#2| $) 72)) (-3536 (((-110) $) 112)) (-3085 (((-3 $ "failed") $ $) 19)) (-1850 (((-110) $) 110)) (-1731 (((-110) $ (-715)) 102)) (-2209 (($ |#2|) 75)) (-1298 (($) 17 T CONST)) (-2064 (($ $) 129 (|has| |#2| (-288)))) (-2941 ((|#3| $ (-527)) 124)) (-1923 (((-3 (-527) "failed") $) 86 (|has| |#2| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) 84 (|has| |#2| (-970 (-387 (-527))))) (((-3 |#2| "failed") $) 81)) (-4145 (((-527) $) 87 (|has| |#2| (-970 (-527)))) (((-387 (-527)) $) 85 (|has| |#2| (-970 (-387 (-527))))) ((|#2| $) 80)) (-4162 (((-634 (-527)) (-634 $)) 79 (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 78 (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) 77) (((-634 |#2|) (-634 $)) 76)) (-3714 (((-3 $ "failed") $) 34)) (-1238 (((-715) $) 130 (|has| |#2| (-519)))) (-3231 ((|#2| $ (-527) (-527)) 122)) (-3717 (((-594 |#2|) $) 95 (|has| $ (-6 -4261)))) (-2956 (((-110) $) 31)) (-2887 (((-715) $) 131 (|has| |#2| (-519)))) (-3335 (((-594 |#4|) $) 132 (|has| |#2| (-519)))) (-3639 (((-715) $) 118)) (-3650 (((-715) $) 119)) (-3541 (((-110) $ (-715)) 103)) (-3226 ((|#2| $) 67 (|has| |#2| (-6 (-4263 "*"))))) (-1325 (((-527) $) 114)) (-2059 (((-527) $) 116)) (-2063 (((-594 |#2|) $) 94 (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) 92 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261))))) (-2767 (((-527) $) 115)) (-2953 (((-527) $) 117)) (-2272 (($ (-594 (-594 |#2|))) 109)) (-2762 (($ (-1 |#2| |#2|) $) 99 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2| |#2|) $ $) 126) (($ (-1 |#2| |#2|) $) 100)) (-2132 (((-594 (-594 |#2|)) $) 120)) (-2324 (((-110) $ (-715)) 104)) (-2416 (((-1077) $) 9)) (-2527 (((-3 $ "failed") $) 66 (|has| |#2| (-343)))) (-4024 (((-1041) $) 10)) (-1305 (((-3 $ "failed") $ |#2|) 127 (|has| |#2| (-519)))) (-1604 (((-110) (-1 (-110) |#2|) $) 97 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) 91 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) 90 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) 89 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) 88 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) 108)) (-1815 (((-110) $) 105)) (-2453 (($) 106)) (-3439 ((|#2| $ (-527) (-527) |#2|) 123) ((|#2| $ (-527) (-527)) 121)) (-4234 (($ $ (-1 |#2| |#2|)) 52) (($ $ (-1 |#2| |#2|) (-715)) 51) (($ $ (-594 (-1094)) (-594 (-715))) 44 (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) 43 (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) 42 (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) 41 (|has| |#2| (-837 (-1094)))) (($ $ (-715)) 39 (|has| |#2| (-215))) (($ $) 37 (|has| |#2| (-215)))) (-1510 ((|#2| $) 71)) (-4071 (($ (-594 |#2|)) 74)) (-3055 (((-110) $) 111)) (-2204 ((|#3| $) 73)) (-3832 ((|#2| $) 68 (|has| |#2| (-6 (-4263 "*"))))) (-4034 (((-715) (-1 (-110) |#2|) $) 96 (|has| $ (-6 -4261))) (((-715) |#2| $) 93 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 107)) (-3369 ((|#4| $ (-527)) 125)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 83 (|has| |#2| (-970 (-387 (-527))))) (($ |#2|) 82)) (-4070 (((-715)) 29)) (-1722 (((-110) (-1 (-110) |#2|) $) 98 (|has| $ (-6 -4261)))) (-2192 (((-110) $) 113)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-1 |#2| |#2|)) 50) (($ $ (-1 |#2| |#2|) (-715)) 49) (($ $ (-594 (-1094)) (-594 (-715))) 48 (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) 47 (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) 46 (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) 45 (|has| |#2| (-837 (-1094)))) (($ $ (-715)) 40 (|has| |#2| (-215))) (($ $) 38 (|has| |#2| (-215)))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#2|) 128 (|has| |#2| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 65 (|has| |#2| (-343)))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#2|) 134) (($ |#2| $) 133) ((|#4| $ |#4|) 70) ((|#3| |#3| $) 69)) (-2809 (((-715) $) 101 (|has| $ (-6 -4261)))))
+(((-1044 |#1| |#2| |#3| |#4|) (-133) (-715) (-979) (-220 |t#1| |t#2|) (-220 |t#1| |t#2|)) (T -1044))
+((-2209 (*1 *1 *2) (-12 (-4 *2 (-979)) (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2)) (-4 *5 (-220 *3 *2)))) (-4071 (*1 *1 *2) (-12 (-5 *2 (-594 *4)) (-4 *4 (-979)) (-4 *1 (-1044 *3 *4 *5 *6)) (-4 *5 (-220 *3 *4)) (-4 *6 (-220 *3 *4)))) (-2204 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *4 *2 *5)) (-4 *4 (-979)) (-4 *5 (-220 *3 *4)) (-4 *2 (-220 *3 *4)))) (-2926 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2)) (-4 *5 (-220 *3 *2)) (-4 *2 (-979)))) (-1510 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2)) (-4 *5 (-220 *3 *2)) (-4 *2 (-979)))) (* (*1 *2 *1 *2) (-12 (-4 *1 (-1044 *3 *4 *5 *2)) (-4 *4 (-979)) (-4 *5 (-220 *3 *4)) (-4 *2 (-220 *3 *4)))) (* (*1 *2 *2 *1) (-12 (-4 *1 (-1044 *3 *4 *2 *5)) (-4 *4 (-979)) (-4 *2 (-220 *3 *4)) (-4 *5 (-220 *3 *4)))) (-3832 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2)) (-4 *5 (-220 *3 *2)) (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979)))) (-3226 (*1 *2 *1) (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2)) (-4 *5 (-220 *3 *2)) (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979)))) (-2527 (*1 *1 *1) (|partial| -12 (-4 *1 (-1044 *2 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-220 *2 *3)) (-4 *5 (-220 *2 *3)) (-4 *3 (-343)))) (** (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-1044 *3 *4 *5 *6)) (-4 *4 (-979)) (-4 *5 (-220 *3 *4)) (-4 *6 (-220 *3 *4)) (-4 *4 (-343)))))
+(-13 (-213 |t#2|) (-109 |t#2| |t#2|) (-982 |t#1| |t#1| |t#2| |t#3| |t#4|) (-391 |t#2|) (-357 |t#2|) (-10 -8 (IF (|has| |t#2| (-162)) (-6 (-662 |t#2|)) |%noBranch|) (-15 -2209 ($ |t#2|)) (-15 -4071 ($ (-594 |t#2|))) (-15 -2204 (|t#3| $)) (-15 -2926 (|t#2| $)) (-15 -1510 (|t#2| $)) (-15 * (|t#4| $ |t#4|)) (-15 * (|t#3| |t#3| $)) (IF (|has| |t#2| (-6 (-4263 "*"))) (PROGN (-6 (-37 |t#2|)) (-15 -3832 (|t#2| $)) (-15 -3226 (|t#2| $))) |%noBranch|) (IF (|has| |t#2| (-343)) (PROGN (-15 -2527 ((-3 $ "failed") $)) (-15 ** ($ $ (-527)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-33) . T) ((-37 |#2|) |has| |#2| (-6 (-4263 "*"))) ((-99) . T) ((-109 |#2| |#2|) . T) ((-128) . T) ((-568 (-800)) . T) ((-213 |#2|) . T) ((-215) |has| |#2| (-215)) ((-290 |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-357 |#2|) . T) ((-391 |#2|) . T) ((-466 |#2|) . T) ((-488 |#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-596 |#2|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#2| (-590 (-527))) ((-590 |#2|) . T) ((-662 |#2|) -2027 (|has| |#2| (-162)) (|has| |#2| (-6 (-4263 "*")))) ((-671) . T) ((-837 (-1094)) |has| |#2| (-837 (-1094))) ((-982 |#1| |#1| |#2| |#3| |#4|) . T) ((-970 (-387 (-527))) |has| |#2| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#2| (-970 (-527))) ((-970 |#2|) . T) ((-985 |#2|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1130) . T))
+((-2934 ((|#4| |#4|) 70)) (-3950 ((|#4| |#4|) 65)) (-1883 (((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|))) |#4| |#3|) 78)) (-1294 (((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|) 69)) (-2717 (((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|) 67)))
+(((-1045 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3950 (|#4| |#4|)) (-15 -2717 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2934 (|#4| |#4|)) (-15 -1294 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -1883 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|))) |#4| |#3|))) (-288) (-353 |#1|) (-353 |#1|) (-632 |#1| |#2| |#3|)) (T -1045))
+((-1883 (*1 *2 *3 *4) (-12 (-4 *5 (-288)) (-4 *6 (-353 *5)) (-4 *4 (-353 *5)) (-5 *2 (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4)))) (-5 *1 (-1045 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4)))) (-1294 (*1 *2 *3) (-12 (-4 *4 (-288)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3))) (-5 *1 (-1045 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-2934 (*1 *2 *2) (-12 (-4 *3 (-288)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-1045 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-2717 (*1 *2 *3) (-12 (-4 *4 (-288)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4)) (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3))) (-5 *1 (-1045 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))) (-3950 (*1 *2 *2) (-12 (-4 *3 (-288)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-1045 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(-10 -7 (-15 -3950 (|#4| |#4|)) (-15 -2717 ((-2 (|:| |Hermite| |#4|) (|:| |eqMat| |#4|)) |#4|)) (-15 -2934 (|#4| |#4|)) (-15 -1294 ((-2 (|:| |Smith| |#4|) (|:| |leftEqMat| |#4|) (|:| |rightEqMat| |#4|)) |#4|)) (-15 -1883 ((-2 (|:| |particular| (-3 |#3| "failed")) (|:| -1878 (-594 |#3|))) |#4| |#3|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 17)) (-2853 (((-594 |#2|) $) 161)) (-2669 (((-1090 $) $ |#2|) 54) (((-1090 |#1|) $) 43)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 110 (|has| |#1| (-519)))) (-3931 (($ $) 112 (|has| |#1| (-519)))) (-3938 (((-110) $) 114 (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 |#2|)) 194)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) 158) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 |#2| "failed") $) NIL)) (-4145 ((|#1| $) 156) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) ((|#2| $) NIL)) (-1897 (($ $ $ |#2|) NIL (|has| |#1| (-162)))) (-3033 (($ $) 198)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) 82)) (-2855 (($ $) NIL (|has| |#1| (-431))) (($ $ |#2|) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-499 |#2|) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| |#1| (-823 (-359))) (|has| |#2| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| |#1| (-823 (-527))) (|has| |#2| (-823 (-527)))))) (-2956 (((-110) $) 19)) (-2296 (((-715) $) 26)) (-2842 (($ (-1090 |#1|) |#2|) 48) (($ (-1090 $) |#2|) 64)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) 32)) (-2829 (($ |#1| (-499 |#2|)) 71) (($ $ |#2| (-715)) 52) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ |#2|) NIL)) (-4045 (((-499 |#2|) $) 188) (((-715) $ |#2|) 189) (((-594 (-715)) $ (-594 |#2|)) 190)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-499 |#2|) (-499 |#2|)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) 122)) (-2317 (((-3 |#2| "failed") $) 163)) (-2990 (($ $) 197)) (-3004 ((|#1| $) 37)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| |#2|) (|:| -3148 (-715))) "failed") $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) 33)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 140 (|has| |#1| (-431)))) (-2742 (($ (-594 $)) 145 (|has| |#1| (-431))) (($ $ $) 132 (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#1| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-846)))) (-1305 (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ $) 120 (|has| |#1| (-519)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ |#2| |#1|) 166) (($ $ (-594 |#2|) (-594 |#1|)) 179) (($ $ |#2| $) 165) (($ $ (-594 |#2|) (-594 $)) 178)) (-1875 (($ $ |#2|) NIL (|has| |#1| (-162)))) (-4234 (($ $ |#2|) 196) (($ $ (-594 |#2|)) NIL) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-4115 (((-499 |#2|) $) 184) (((-715) $ |#2|) 180) (((-594 (-715)) $ (-594 |#2|)) 182)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| |#1| (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| |#1| (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| |#1| (-569 (-503))) (|has| |#2| (-569 (-503)))))) (-1898 ((|#1| $) 128 (|has| |#1| (-431))) (($ $ |#2|) 131 (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-4118 (((-800) $) 151) (($ (-527)) 76) (($ |#1|) 77) (($ |#2|) 28) (($ $) NIL (|has| |#1| (-519))) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-3425 (((-594 |#1|) $) 154)) (-3411 ((|#1| $ (-499 |#2|)) 73) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) 79)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) 117 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 102) (($ $ (-715)) 104)) (-3361 (($) 12 T CONST)) (-3374 (($) 14 T CONST)) (-2369 (($ $ |#2|) NIL) (($ $ (-594 |#2|)) NIL) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) 97)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) 126 (|has| |#1| (-343)))) (-2863 (($ $) 85) (($ $ $) 95)) (-2850 (($ $ $) 49)) (** (($ $ (-858)) 103) (($ $ (-715)) 100)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 88) (($ $ $) 65) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 90) (($ $ |#1|) NIL)))
+(((-1046 |#1| |#2|) (-886 |#1| (-499 |#2|) |#2|) (-979) (-791)) (T -1046))
+NIL
+(-886 |#1| (-499 |#2|) |#2|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 |#2|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1481 (($ $) 143 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 119 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1461 (($ $) 139 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 115 (|has| |#1| (-37 (-387 (-527)))))) (-1504 (($ $) 147 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 123 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3270 (((-889 |#1|) $ (-715)) NIL) (((-889 |#1|) $ (-715) (-715)) NIL)) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-715) $ |#2|) NIL) (((-715) $ |#2| (-715)) NIL)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-4170 (((-110) $) NIL)) (-2829 (($ $ (-594 |#2|) (-594 (-499 |#2|))) NIL) (($ $ |#2| (-499 |#2|)) NIL) (($ |#1| (-499 |#2|)) NIL) (($ $ |#2| (-715)) 58) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2495 (($ $) 113 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-1467 (($ $ |#2|) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ |#2| |#1|) 166 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-2210 (($ (-1 $) |#2| |#1|) 165 (|has| |#1| (-37 (-387 (-527)))))) (-3469 (($ $ (-715)) 15)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-1724 (($ $) 111 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (($ $ |#2| $) 97) (($ $ (-594 |#2|) (-594 $)) 90) (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL)) (-4234 (($ $ |#2|) 100) (($ $ (-594 |#2|)) NIL) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-4115 (((-499 |#2|) $) NIL)) (-3745 (((-1 (-1075 |#3|) |#3|) (-594 |#2|) (-594 (-1075 |#3|))) 79)) (-1513 (($ $) 149 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 125 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 145 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 121 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 141 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 117 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 17)) (-4118 (((-800) $) 182) (($ (-527)) NIL) (($ |#1|) 44 (|has| |#1| (-162))) (($ $) NIL (|has| |#1| (-519))) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#2|) 65) (($ |#3|) 63)) (-3411 ((|#1| $ (-499 |#2|)) NIL) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL) ((|#3| $ (-715)) 42)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-1551 (($ $) 155 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 131 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) 151 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 127 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 159 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 135 (|has| |#1| (-37 (-387 (-527)))))) (-2837 (($ $) 161 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 137 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 157 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 133 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 153 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 129 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 18 T CONST)) (-3374 (($) 10 T CONST)) (-2369 (($ $ |#2|) NIL) (($ $ (-594 |#2|)) NIL) (($ $ |#2| (-715)) NIL) (($ $ (-594 |#2|) (-594 (-715))) NIL)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#1|) 184 (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 61)) (** (($ $ (-858)) NIL) (($ $ (-715)) 70) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 103 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 60) (($ $ (-387 (-527))) 108 (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) 106 (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 47) (($ $ |#1|) 48) (($ |#3| $) 46)))
+(((-1047 |#1| |#2| |#3|) (-13 (-685 |#1| |#2|) (-10 -8 (-15 -3411 (|#3| $ (-715))) (-15 -4118 ($ |#2|)) (-15 -4118 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3745 ((-1 (-1075 |#3|) |#3|) (-594 |#2|) (-594 (-1075 |#3|)))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $ |#2| |#1|)) (-15 -2210 ($ (-1 $) |#2| |#1|))) |%noBranch|))) (-979) (-791) (-886 |#1| (-499 |#2|) |#2|)) (T -1047))
+((-3411 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *2 (-886 *4 (-499 *5) *5)) (-5 *1 (-1047 *4 *5 *2)) (-4 *4 (-979)) (-4 *5 (-791)))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-979)) (-4 *2 (-791)) (-5 *1 (-1047 *3 *2 *4)) (-4 *4 (-886 *3 (-499 *2) *2)))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-979)) (-4 *4 (-791)) (-5 *1 (-1047 *3 *4 *2)) (-4 *2 (-886 *3 (-499 *4) *4)))) (* (*1 *1 *2 *1) (-12 (-4 *3 (-979)) (-4 *4 (-791)) (-5 *1 (-1047 *3 *4 *2)) (-4 *2 (-886 *3 (-499 *4) *4)))) (-3745 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 (-1075 *7))) (-4 *6 (-791)) (-4 *7 (-886 *5 (-499 *6) *6)) (-4 *5 (-979)) (-5 *2 (-1 (-1075 *7) *7)) (-5 *1 (-1047 *5 *6 *7)))) (-1467 (*1 *1 *1 *2 *3) (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-4 *2 (-791)) (-5 *1 (-1047 *3 *2 *4)) (-4 *4 (-886 *3 (-499 *2) *2)))) (-2210 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1047 *4 *3 *5))) (-4 *4 (-37 (-387 (-527)))) (-4 *4 (-979)) (-4 *3 (-791)) (-5 *1 (-1047 *4 *3 *5)) (-4 *5 (-886 *4 (-499 *3) *3)))))
+(-13 (-685 |#1| |#2|) (-10 -8 (-15 -3411 (|#3| $ (-715))) (-15 -4118 ($ |#2|)) (-15 -4118 ($ |#3|)) (-15 * ($ |#3| $)) (-15 -3745 ((-1 (-1075 |#3|) |#3|) (-594 |#2|) (-594 (-1075 |#3|)))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $ |#2| |#1|)) (-15 -2210 ($ (-1 $) |#2| |#1|))) |%noBranch|)))
+((-4105 (((-110) $ $) 7)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) 85)) (-2900 (((-594 $) (-594 |#4|)) 86) (((-594 $) (-594 |#4|) (-110)) 111)) (-2853 (((-594 |#3|) $) 33)) (-1627 (((-110) $) 26)) (-4191 (((-110) $) 17 (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) 101) (((-110) $) 97)) (-3930 ((|#4| |#4| $) 92)) (-3259 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| $) 126)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) 27)) (-1731 (((-110) $ (-715)) 44)) (-2420 (($ (-1 (-110) |#4|) $) 65 (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) 79)) (-1298 (($) 45 T CONST)) (-4235 (((-110) $) 22 (|has| |#1| (-519)))) (-4208 (((-110) $ $) 24 (|has| |#1| (-519)))) (-1689 (((-110) $ $) 23 (|has| |#1| (-519)))) (-2241 (((-110) $) 25 (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 93)) (-2551 (((-594 |#4|) (-594 |#4|) $) 18 (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) 19 (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) 36)) (-4145 (($ (-594 |#4|)) 35)) (-1683 (((-3 $ "failed") $) 82)) (-2859 ((|#4| |#4| $) 89)) (-1702 (($ $) 68 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#4| $) 67 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#4|) $) 64 (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) 102)) (-3730 ((|#4| |#4| $) 87)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 94)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) 105)) (-2864 (((-110) |#4| $) 136)) (-2600 (((-110) |#4| $) 133)) (-2697 (((-110) |#4| $) 137) (((-110) $) 134)) (-3717 (((-594 |#4|) $) 52 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) 104) (((-110) $) 103)) (-2876 ((|#3| $) 34)) (-3541 (((-110) $ (-715)) 43)) (-2063 (((-594 |#4|) $) 53 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 55 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 47)) (-1388 (((-594 |#3|) $) 32)) (-1228 (((-110) |#3| $) 31)) (-2324 (((-110) $ (-715)) 42)) (-2416 (((-1077) $) 9)) (-1289 (((-3 |#4| (-594 $)) |#4| |#4| $) 128)) (-3120 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| |#4| $) 127)) (-2681 (((-3 |#4| "failed") $) 83)) (-2445 (((-594 $) |#4| $) 129)) (-3408 (((-3 (-110) (-594 $)) |#4| $) 132)) (-1710 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) |#4| $) 131) (((-110) |#4| $) 130)) (-2984 (((-594 $) |#4| $) 125) (((-594 $) (-594 |#4|) $) 124) (((-594 $) (-594 |#4|) (-594 $)) 123) (((-594 $) |#4| (-594 $)) 122)) (-1541 (($ |#4| $) 117) (($ (-594 |#4|) $) 116)) (-3367 (((-594 |#4|) $) 107)) (-2451 (((-110) |#4| $) 99) (((-110) $) 95)) (-4039 ((|#4| |#4| $) 90)) (-1745 (((-110) $ $) 110)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) 100) (((-110) $) 96)) (-2125 ((|#4| |#4| $) 91)) (-4024 (((-1041) $) 10)) (-1672 (((-3 |#4| "failed") $) 84)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) 61)) (-3366 (((-3 $ "failed") $ |#4|) 78)) (-3469 (($ $ |#4|) 77) (((-594 $) |#4| $) 115) (((-594 $) |#4| (-594 $)) 114) (((-594 $) (-594 |#4|) $) 113) (((-594 $) (-594 |#4|) (-594 $)) 112)) (-1604 (((-110) (-1 (-110) |#4|) $) 50 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) 59 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) 57 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) 56 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) 38)) (-1815 (((-110) $) 41)) (-2453 (($) 40)) (-4115 (((-715) $) 106)) (-4034 (((-715) |#4| $) 54 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#4|) $) 51 (|has| $ (-6 -4261)))) (-2465 (($ $) 39)) (-2051 (((-503) $) 69 (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 60)) (-4083 (($ $ |#3|) 28)) (-4055 (($ $ |#3|) 30)) (-4025 (($ $) 88)) (-2881 (($ $ |#3|) 29)) (-4118 (((-800) $) 11) (((-594 |#4|) $) 37)) (-4196 (((-715) $) 76 (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) 108)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) 98)) (-3684 (((-594 $) |#4| $) 121) (((-594 $) |#4| (-594 $)) 120) (((-594 $) (-594 |#4|) $) 119) (((-594 $) (-594 |#4|) (-594 $)) 118)) (-1722 (((-110) (-1 (-110) |#4|) $) 49 (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) 81)) (-3410 (((-110) |#4| $) 135)) (-3859 (((-110) |#3| $) 80)) (-2747 (((-110) $ $) 6)) (-2809 (((-715) $) 46 (|has| $ (-6 -4261)))))
+(((-1048 |#1| |#2| |#3| |#4|) (-133) (-431) (-737) (-791) (-993 |t#1| |t#2| |t#3|)) (T -1048))
+NIL
+(-13 (-1031 |t#1| |t#2| |t#3| |t#4|) (-728 |t#1| |t#2| |t#3| |t#4|))
+(((-33) . T) ((-99) . T) ((-568 (-594 |#4|)) . T) ((-568 (-800)) . T) ((-144 |#4|) . T) ((-569 (-503)) |has| |#4| (-569 (-503))) ((-290 |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-466 |#4|) . T) ((-488 |#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-728 |#1| |#2| |#3| |#4|) . T) ((-911 |#1| |#2| |#3| |#4|) . T) ((-998 |#1| |#2| |#3| |#4|) . T) ((-1022) . T) ((-1031 |#1| |#2| |#3| |#4|) . T) ((-1124 |#1| |#2| |#3| |#4|) . T) ((-1130) . T))
+((-3317 (((-594 |#2|) |#1|) 12)) (-2219 (((-594 |#2|) |#2| |#2| |#2| |#2| |#2|) 38) (((-594 |#2|) |#1|) 49)) (-3998 (((-594 |#2|) |#2| |#2| |#2|) 36) (((-594 |#2|) |#1|) 47)) (-2155 ((|#2| |#1|) 43)) (-3618 (((-2 (|:| |solns| (-594 |#2|)) (|:| |maps| (-594 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|)) 17)) (-3244 (((-594 |#2|) |#2| |#2|) 35) (((-594 |#2|) |#1|) 46)) (-1262 (((-594 |#2|) |#2| |#2| |#2| |#2|) 37) (((-594 |#2|) |#1|) 48)) (-2733 ((|#2| |#2| |#2| |#2| |#2| |#2|) 42)) (-1864 ((|#2| |#2| |#2| |#2|) 40)) (-4169 ((|#2| |#2| |#2|) 39)) (-3822 ((|#2| |#2| |#2| |#2| |#2|) 41)))
+(((-1049 |#1| |#2|) (-10 -7 (-15 -3317 ((-594 |#2|) |#1|)) (-15 -2155 (|#2| |#1|)) (-15 -3618 ((-2 (|:| |solns| (-594 |#2|)) (|:| |maps| (-594 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3244 ((-594 |#2|) |#1|)) (-15 -3998 ((-594 |#2|) |#1|)) (-15 -1262 ((-594 |#2|) |#1|)) (-15 -2219 ((-594 |#2|) |#1|)) (-15 -3244 ((-594 |#2|) |#2| |#2|)) (-15 -3998 ((-594 |#2|) |#2| |#2| |#2|)) (-15 -1262 ((-594 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2219 ((-594 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -4169 (|#2| |#2| |#2|)) (-15 -1864 (|#2| |#2| |#2| |#2|)) (-15 -3822 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2733 (|#2| |#2| |#2| |#2| |#2| |#2|))) (-1152 |#2|) (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (T -1049))
+((-2733 (*1 *2 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))) (-3822 (*1 *2 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))) (-1864 (*1 *2 *2 *2 *2) (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))) (-4169 (*1 *2 *2 *2) (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))) (-2219 (*1 *2 *3 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))) (-1262 (*1 *2 *3 *3 *3 *3) (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))) (-3998 (*1 *2 *3 *3 *3) (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))) (-3244 (*1 *2 *3 *3) (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))) (-2219 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4)))) (-1262 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4)))) (-3998 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4)))) (-3244 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4)))) (-3618 (*1 *2 *3 *4) (-12 (-5 *4 (-1 *5 *5)) (-4 *5 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-2 (|:| |solns| (-594 *5)) (|:| |maps| (-594 (-2 (|:| |arg| *5) (|:| |res| *5)))))) (-5 *1 (-1049 *3 *5)) (-4 *3 (-1152 *5)))) (-2155 (*1 *2 *3) (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))) (-3317 (*1 *2 *3) (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527))))))) (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -3317 ((-594 |#2|) |#1|)) (-15 -2155 (|#2| |#1|)) (-15 -3618 ((-2 (|:| |solns| (-594 |#2|)) (|:| |maps| (-594 (-2 (|:| |arg| |#2|) (|:| |res| |#2|))))) |#1| (-1 |#2| |#2|))) (-15 -3244 ((-594 |#2|) |#1|)) (-15 -3998 ((-594 |#2|) |#1|)) (-15 -1262 ((-594 |#2|) |#1|)) (-15 -2219 ((-594 |#2|) |#1|)) (-15 -3244 ((-594 |#2|) |#2| |#2|)) (-15 -3998 ((-594 |#2|) |#2| |#2| |#2|)) (-15 -1262 ((-594 |#2|) |#2| |#2| |#2| |#2|)) (-15 -2219 ((-594 |#2|) |#2| |#2| |#2| |#2| |#2|)) (-15 -4169 (|#2| |#2| |#2|)) (-15 -1864 (|#2| |#2| |#2| |#2|)) (-15 -3822 (|#2| |#2| |#2| |#2| |#2|)) (-15 -2733 (|#2| |#2| |#2| |#2| |#2| |#2|)))
+((-3729 (((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-387 (-889 |#1|))))) 95) (((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-387 (-889 |#1|)))) (-594 (-1094))) 94) (((-594 (-594 (-275 (-296 |#1|)))) (-594 (-387 (-889 |#1|)))) 92) (((-594 (-594 (-275 (-296 |#1|)))) (-594 (-387 (-889 |#1|))) (-594 (-1094))) 90) (((-594 (-275 (-296 |#1|))) (-275 (-387 (-889 |#1|)))) 75) (((-594 (-275 (-296 |#1|))) (-275 (-387 (-889 |#1|))) (-1094)) 76) (((-594 (-275 (-296 |#1|))) (-387 (-889 |#1|))) 70) (((-594 (-275 (-296 |#1|))) (-387 (-889 |#1|)) (-1094)) 59)) (-2877 (((-594 (-594 (-296 |#1|))) (-594 (-387 (-889 |#1|))) (-594 (-1094))) 88) (((-594 (-296 |#1|)) (-387 (-889 |#1|)) (-1094)) 43)) (-2069 (((-1084 (-594 (-296 |#1|)) (-594 (-275 (-296 |#1|)))) (-387 (-889 |#1|)) (-1094)) 98) (((-1084 (-594 (-296 |#1|)) (-594 (-275 (-296 |#1|)))) (-275 (-387 (-889 |#1|))) (-1094)) 97)))
+(((-1050 |#1|) (-10 -7 (-15 -3729 ((-594 (-275 (-296 |#1|))) (-387 (-889 |#1|)) (-1094))) (-15 -3729 ((-594 (-275 (-296 |#1|))) (-387 (-889 |#1|)))) (-15 -3729 ((-594 (-275 (-296 |#1|))) (-275 (-387 (-889 |#1|))) (-1094))) (-15 -3729 ((-594 (-275 (-296 |#1|))) (-275 (-387 (-889 |#1|))))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-387 (-889 |#1|))))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-387 (-889 |#1|)))) (-594 (-1094)))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-387 (-889 |#1|)))))) (-15 -2877 ((-594 (-296 |#1|)) (-387 (-889 |#1|)) (-1094))) (-15 -2877 ((-594 (-594 (-296 |#1|))) (-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -2069 ((-1084 (-594 (-296 |#1|)) (-594 (-275 (-296 |#1|)))) (-275 (-387 (-889 |#1|))) (-1094))) (-15 -2069 ((-1084 (-594 (-296 |#1|)) (-594 (-275 (-296 |#1|)))) (-387 (-889 |#1|)) (-1094)))) (-13 (-288) (-791) (-140))) (T -1050))
+((-2069 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-1084 (-594 (-296 *5)) (-594 (-275 (-296 *5))))) (-5 *1 (-1050 *5)))) (-2069 (*1 *2 *3 *4) (-12 (-5 *3 (-275 (-387 (-889 *5)))) (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-1084 (-594 (-296 *5)) (-594 (-275 (-296 *5))))) (-5 *1 (-1050 *5)))) (-2877 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094))) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-594 (-296 *5)))) (-5 *1 (-1050 *5)))) (-2877 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-296 *5))) (-5 *1 (-1050 *5)))) (-3729 (*1 *2 *3) (-12 (-5 *3 (-594 (-275 (-387 (-889 *4))))) (-4 *4 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-594 (-275 (-296 *4))))) (-5 *1 (-1050 *4)))) (-3729 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-275 (-387 (-889 *5))))) (-5 *4 (-594 (-1094))) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-594 (-275 (-296 *5))))) (-5 *1 (-1050 *5)))) (-3729 (*1 *2 *3) (-12 (-5 *3 (-594 (-387 (-889 *4)))) (-4 *4 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-594 (-275 (-296 *4))))) (-5 *1 (-1050 *4)))) (-3729 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094))) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-594 (-275 (-296 *5))))) (-5 *1 (-1050 *5)))) (-3729 (*1 *2 *3) (-12 (-5 *3 (-275 (-387 (-889 *4)))) (-4 *4 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-275 (-296 *4)))) (-5 *1 (-1050 *4)))) (-3729 (*1 *2 *3 *4) (-12 (-5 *3 (-275 (-387 (-889 *5)))) (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-275 (-296 *5)))) (-5 *1 (-1050 *5)))) (-3729 (*1 *2 *3) (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-275 (-296 *4)))) (-5 *1 (-1050 *4)))) (-3729 (*1 *2 *3 *4) (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-275 (-296 *5)))) (-5 *1 (-1050 *5)))))
+(-10 -7 (-15 -3729 ((-594 (-275 (-296 |#1|))) (-387 (-889 |#1|)) (-1094))) (-15 -3729 ((-594 (-275 (-296 |#1|))) (-387 (-889 |#1|)))) (-15 -3729 ((-594 (-275 (-296 |#1|))) (-275 (-387 (-889 |#1|))) (-1094))) (-15 -3729 ((-594 (-275 (-296 |#1|))) (-275 (-387 (-889 |#1|))))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-387 (-889 |#1|))))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-387 (-889 |#1|)))) (-594 (-1094)))) (-15 -3729 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-387 (-889 |#1|)))))) (-15 -2877 ((-594 (-296 |#1|)) (-387 (-889 |#1|)) (-1094))) (-15 -2877 ((-594 (-594 (-296 |#1|))) (-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -2069 ((-1084 (-594 (-296 |#1|)) (-594 (-275 (-296 |#1|)))) (-275 (-387 (-889 |#1|))) (-1094))) (-15 -2069 ((-1084 (-594 (-296 |#1|)) (-594 (-275 (-296 |#1|)))) (-387 (-889 |#1|)) (-1094))))
+((-1217 (((-387 (-1090 (-296 |#1|))) (-1176 (-296 |#1|)) (-387 (-1090 (-296 |#1|))) (-527)) 29)) (-1818 (((-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|)))) 40)))
+(((-1051 |#1|) (-10 -7 (-15 -1818 ((-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))))) (-15 -1217 ((-387 (-1090 (-296 |#1|))) (-1176 (-296 |#1|)) (-387 (-1090 (-296 |#1|))) (-527)))) (-13 (-519) (-791))) (T -1051))
+((-1217 (*1 *2 *3 *2 *4) (-12 (-5 *2 (-387 (-1090 (-296 *5)))) (-5 *3 (-1176 (-296 *5))) (-5 *4 (-527)) (-4 *5 (-13 (-519) (-791))) (-5 *1 (-1051 *5)))) (-1818 (*1 *2 *2 *2 *2) (-12 (-5 *2 (-387 (-1090 (-296 *3)))) (-4 *3 (-13 (-519) (-791))) (-5 *1 (-1051 *3)))))
+(-10 -7 (-15 -1818 ((-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))) (-387 (-1090 (-296 |#1|))))) (-15 -1217 ((-387 (-1090 (-296 |#1|))) (-1176 (-296 |#1|)) (-387 (-1090 (-296 |#1|))) (-527))))
+((-3317 (((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-296 |#1|))) (-594 (-1094))) 222) (((-594 (-275 (-296 |#1|))) (-296 |#1|) (-1094)) 20) (((-594 (-275 (-296 |#1|))) (-275 (-296 |#1|)) (-1094)) 26) (((-594 (-275 (-296 |#1|))) (-275 (-296 |#1|))) 25) (((-594 (-275 (-296 |#1|))) (-296 |#1|)) 21)))
+(((-1052 |#1|) (-10 -7 (-15 -3317 ((-594 (-275 (-296 |#1|))) (-296 |#1|))) (-15 -3317 ((-594 (-275 (-296 |#1|))) (-275 (-296 |#1|)))) (-15 -3317 ((-594 (-275 (-296 |#1|))) (-275 (-296 |#1|)) (-1094))) (-15 -3317 ((-594 (-275 (-296 |#1|))) (-296 |#1|) (-1094))) (-15 -3317 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-296 |#1|))) (-594 (-1094))))) (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (T -1052))
+((-3317 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-1094))) (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-594 (-594 (-275 (-296 *5))))) (-5 *1 (-1052 *5)) (-5 *3 (-594 (-275 (-296 *5)))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-594 (-275 (-296 *5)))) (-5 *1 (-1052 *5)) (-5 *3 (-296 *5)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-594 (-275 (-296 *5)))) (-5 *1 (-1052 *5)) (-5 *3 (-275 (-296 *5))))) (-3317 (*1 *2 *3) (-12 (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-594 (-275 (-296 *4)))) (-5 *1 (-1052 *4)) (-5 *3 (-275 (-296 *4))))) (-3317 (*1 *2 *3) (-12 (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140))) (-5 *2 (-594 (-275 (-296 *4)))) (-5 *1 (-1052 *4)) (-5 *3 (-296 *4)))))
+(-10 -7 (-15 -3317 ((-594 (-275 (-296 |#1|))) (-296 |#1|))) (-15 -3317 ((-594 (-275 (-296 |#1|))) (-275 (-296 |#1|)))) (-15 -3317 ((-594 (-275 (-296 |#1|))) (-275 (-296 |#1|)) (-1094))) (-15 -3317 ((-594 (-275 (-296 |#1|))) (-296 |#1|) (-1094))) (-15 -3317 ((-594 (-594 (-275 (-296 |#1|)))) (-594 (-275 (-296 |#1|))) (-594 (-1094)))))
+((-2561 ((|#2| |#2|) 20 (|has| |#1| (-791))) ((|#2| |#2| (-1 (-110) |#1| |#1|)) 17)) (-3602 ((|#2| |#2|) 19 (|has| |#1| (-791))) ((|#2| |#2| (-1 (-110) |#1| |#1|)) 16)))
+(((-1053 |#1| |#2|) (-10 -7 (-15 -3602 (|#2| |#2| (-1 (-110) |#1| |#1|))) (-15 -2561 (|#2| |#2| (-1 (-110) |#1| |#1|))) (IF (|has| |#1| (-791)) (PROGN (-15 -3602 (|#2| |#2|)) (-15 -2561 (|#2| |#2|))) |%noBranch|)) (-1130) (-13 (-560 (-527) |#1|) (-10 -7 (-6 -4261) (-6 -4262)))) (T -1053))
+((-2561 (*1 *2 *2) (-12 (-4 *3 (-791)) (-4 *3 (-1130)) (-5 *1 (-1053 *3 *2)) (-4 *2 (-13 (-560 (-527) *3) (-10 -7 (-6 -4261) (-6 -4262)))))) (-3602 (*1 *2 *2) (-12 (-4 *3 (-791)) (-4 *3 (-1130)) (-5 *1 (-1053 *3 *2)) (-4 *2 (-13 (-560 (-527) *3) (-10 -7 (-6 -4261) (-6 -4262)))))) (-2561 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1053 *4 *2)) (-4 *2 (-13 (-560 (-527) *4) (-10 -7 (-6 -4261) (-6 -4262)))))) (-3602 (*1 *2 *2 *3) (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1053 *4 *2)) (-4 *2 (-13 (-560 (-527) *4) (-10 -7 (-6 -4261) (-6 -4262)))))))
+(-10 -7 (-15 -3602 (|#2| |#2| (-1 (-110) |#1| |#1|))) (-15 -2561 (|#2| |#2| (-1 (-110) |#1| |#1|))) (IF (|has| |#1| (-791)) (PROGN (-15 -3602 (|#2| |#2|)) (-15 -2561 (|#2| |#2|))) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-1581 (((-1083 3 |#1|) $) 108)) (-3943 (((-110) $) 72)) (-3219 (($ $ (-594 (-880 |#1|))) 20) (($ $ (-594 (-594 |#1|))) 75) (($ (-594 (-880 |#1|))) 74) (((-594 (-880 |#1|)) $) 73)) (-2256 (((-110) $) 41)) (-3827 (($ $ (-880 |#1|)) 46) (($ $ (-594 |#1|)) 51) (($ $ (-715)) 53) (($ (-880 |#1|)) 47) (((-880 |#1|) $) 45)) (-1659 (((-2 (|:| -4078 (-715)) (|:| |curves| (-715)) (|:| |polygons| (-715)) (|:| |constructs| (-715))) $) 106)) (-1860 (((-715) $) 26)) (-2831 (((-715) $) 25)) (-4103 (($ $ (-715) (-880 |#1|)) 39)) (-4117 (((-110) $) 82)) (-3505 (($ $ (-594 (-594 (-880 |#1|))) (-594 (-161)) (-161)) 89) (($ $ (-594 (-594 (-594 |#1|))) (-594 (-161)) (-161)) 91) (($ $ (-594 (-594 (-880 |#1|))) (-110) (-110)) 85) (($ $ (-594 (-594 (-594 |#1|))) (-110) (-110)) 93) (($ (-594 (-594 (-880 |#1|)))) 86) (($ (-594 (-594 (-880 |#1|))) (-110) (-110)) 87) (((-594 (-594 (-880 |#1|))) $) 84)) (-2965 (($ (-594 $)) 28) (($ $ $) 29)) (-1903 (((-594 (-161)) $) 103)) (-4125 (((-594 (-880 |#1|)) $) 97)) (-3323 (((-594 (-594 (-161))) $) 102)) (-3865 (((-594 (-594 (-594 (-880 |#1|)))) $) NIL)) (-1396 (((-594 (-594 (-594 (-715)))) $) 100)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3376 (((-715) $ (-594 (-880 |#1|))) 37)) (-2136 (((-110) $) 54)) (-3734 (($ $ (-594 (-880 |#1|))) 56) (($ $ (-594 (-594 |#1|))) 62) (($ (-594 (-880 |#1|))) 57) (((-594 (-880 |#1|)) $) 55)) (-3328 (($) 23) (($ (-1083 3 |#1|)) 24)) (-2465 (($ $) 35)) (-2213 (((-594 $) $) 34)) (-3987 (($ (-594 $)) 31)) (-2531 (((-594 $) $) 33)) (-4118 (((-800) $) 112)) (-2024 (((-110) $) 64)) (-2625 (($ $ (-594 (-880 |#1|))) 66) (($ $ (-594 (-594 |#1|))) 69) (($ (-594 (-880 |#1|))) 67) (((-594 (-880 |#1|)) $) 65)) (-1629 (($ $) 107)) (-2747 (((-110) $ $) NIL)))
+(((-1054 |#1|) (-1055 |#1|) (-979)) (T -1054))
+NIL
+(-1055 |#1|)
+((-4105 (((-110) $ $) 7)) (-1581 (((-1083 3 |#1|) $) 13)) (-3943 (((-110) $) 29)) (-3219 (($ $ (-594 (-880 |#1|))) 33) (($ $ (-594 (-594 |#1|))) 32) (($ (-594 (-880 |#1|))) 31) (((-594 (-880 |#1|)) $) 30)) (-2256 (((-110) $) 44)) (-3827 (($ $ (-880 |#1|)) 49) (($ $ (-594 |#1|)) 48) (($ $ (-715)) 47) (($ (-880 |#1|)) 46) (((-880 |#1|) $) 45)) (-1659 (((-2 (|:| -4078 (-715)) (|:| |curves| (-715)) (|:| |polygons| (-715)) (|:| |constructs| (-715))) $) 15)) (-1860 (((-715) $) 58)) (-2831 (((-715) $) 59)) (-4103 (($ $ (-715) (-880 |#1|)) 50)) (-4117 (((-110) $) 21)) (-3505 (($ $ (-594 (-594 (-880 |#1|))) (-594 (-161)) (-161)) 28) (($ $ (-594 (-594 (-594 |#1|))) (-594 (-161)) (-161)) 27) (($ $ (-594 (-594 (-880 |#1|))) (-110) (-110)) 26) (($ $ (-594 (-594 (-594 |#1|))) (-110) (-110)) 25) (($ (-594 (-594 (-880 |#1|)))) 24) (($ (-594 (-594 (-880 |#1|))) (-110) (-110)) 23) (((-594 (-594 (-880 |#1|))) $) 22)) (-2965 (($ (-594 $)) 57) (($ $ $) 56)) (-1903 (((-594 (-161)) $) 16)) (-4125 (((-594 (-880 |#1|)) $) 20)) (-3323 (((-594 (-594 (-161))) $) 17)) (-3865 (((-594 (-594 (-594 (-880 |#1|)))) $) 18)) (-1396 (((-594 (-594 (-594 (-715)))) $) 19)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-3376 (((-715) $ (-594 (-880 |#1|))) 51)) (-2136 (((-110) $) 39)) (-3734 (($ $ (-594 (-880 |#1|))) 43) (($ $ (-594 (-594 |#1|))) 42) (($ (-594 (-880 |#1|))) 41) (((-594 (-880 |#1|)) $) 40)) (-3328 (($) 61) (($ (-1083 3 |#1|)) 60)) (-2465 (($ $) 52)) (-2213 (((-594 $) $) 53)) (-3987 (($ (-594 $)) 55)) (-2531 (((-594 $) $) 54)) (-4118 (((-800) $) 11)) (-2024 (((-110) $) 34)) (-2625 (($ $ (-594 (-880 |#1|))) 38) (($ $ (-594 (-594 |#1|))) 37) (($ (-594 (-880 |#1|))) 36) (((-594 (-880 |#1|)) $) 35)) (-1629 (($ $) 14)) (-2747 (((-110) $ $) 6)))
+(((-1055 |#1|) (-133) (-979)) (T -1055))
+((-4118 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-800)))) (-3328 (*1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979)))) (-3328 (*1 *1 *2) (-12 (-5 *2 (-1083 3 *3)) (-4 *3 (-979)) (-4 *1 (-1055 *3)))) (-2831 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-715)))) (-1860 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-715)))) (-2965 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-2965 (*1 *1 *1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979)))) (-3987 (*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-2531 (*1 *2 *1) (-12 (-4 *3 (-979)) (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)))) (-2213 (*1 *2 *1) (-12 (-4 *3 (-979)) (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)))) (-2465 (*1 *1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979)))) (-3376 (*1 *2 *1 *3) (-12 (-5 *3 (-594 (-880 *4))) (-4 *1 (-1055 *4)) (-4 *4 (-979)) (-5 *2 (-715)))) (-4103 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *3 (-880 *4)) (-4 *1 (-1055 *4)) (-4 *4 (-979)))) (-3827 (*1 *1 *1 *2) (-12 (-5 *2 (-880 *3)) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-3827 (*1 *1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-3827 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-3827 (*1 *1 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-979)) (-4 *1 (-1055 *3)))) (-3827 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-880 *3)))) (-2256 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))) (-3734 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-880 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-3734 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-3734 (*1 *1 *2) (-12 (-5 *2 (-594 (-880 *3))) (-4 *3 (-979)) (-4 *1 (-1055 *3)))) (-3734 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3))))) (-2136 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))) (-2625 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-880 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-2625 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-2625 (*1 *1 *2) (-12 (-5 *2 (-594 (-880 *3))) (-4 *3 (-979)) (-4 *1 (-1055 *3)))) (-2625 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3))))) (-2024 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))) (-3219 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-880 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-3219 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))) (-3219 (*1 *1 *2) (-12 (-5 *2 (-594 (-880 *3))) (-4 *3 (-979)) (-4 *1 (-1055 *3)))) (-3219 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3))))) (-3943 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))) (-3505 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-594 (-594 (-880 *5)))) (-5 *3 (-594 (-161))) (-5 *4 (-161)) (-4 *1 (-1055 *5)) (-4 *5 (-979)))) (-3505 (*1 *1 *1 *2 *3 *4) (-12 (-5 *2 (-594 (-594 (-594 *5)))) (-5 *3 (-594 (-161))) (-5 *4 (-161)) (-4 *1 (-1055 *5)) (-4 *5 (-979)))) (-3505 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-594 (-594 (-880 *4)))) (-5 *3 (-110)) (-4 *1 (-1055 *4)) (-4 *4 (-979)))) (-3505 (*1 *1 *1 *2 *3 *3) (-12 (-5 *2 (-594 (-594 (-594 *4)))) (-5 *3 (-110)) (-4 *1 (-1055 *4)) (-4 *4 (-979)))) (-3505 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-880 *3)))) (-4 *3 (-979)) (-4 *1 (-1055 *3)))) (-3505 (*1 *1 *2 *3 *3) (-12 (-5 *2 (-594 (-594 (-880 *4)))) (-5 *3 (-110)) (-4 *4 (-979)) (-4 *1 (-1055 *4)))) (-3505 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-594 (-880 *3)))))) (-4117 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))) (-4125 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3))))) (-1396 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-594 (-594 (-715))))))) (-3865 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-594 (-594 (-880 *3))))))) (-3323 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-594 (-161)))))) (-1903 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-161))))) (-1659 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-2 (|:| -4078 (-715)) (|:| |curves| (-715)) (|:| |polygons| (-715)) (|:| |constructs| (-715)))))) (-1629 (*1 *1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979)))) (-1581 (*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-1083 3 *3)))))
+(-13 (-1022) (-10 -8 (-15 -3328 ($)) (-15 -3328 ($ (-1083 3 |t#1|))) (-15 -2831 ((-715) $)) (-15 -1860 ((-715) $)) (-15 -2965 ($ (-594 $))) (-15 -2965 ($ $ $)) (-15 -3987 ($ (-594 $))) (-15 -2531 ((-594 $) $)) (-15 -2213 ((-594 $) $)) (-15 -2465 ($ $)) (-15 -3376 ((-715) $ (-594 (-880 |t#1|)))) (-15 -4103 ($ $ (-715) (-880 |t#1|))) (-15 -3827 ($ $ (-880 |t#1|))) (-15 -3827 ($ $ (-594 |t#1|))) (-15 -3827 ($ $ (-715))) (-15 -3827 ($ (-880 |t#1|))) (-15 -3827 ((-880 |t#1|) $)) (-15 -2256 ((-110) $)) (-15 -3734 ($ $ (-594 (-880 |t#1|)))) (-15 -3734 ($ $ (-594 (-594 |t#1|)))) (-15 -3734 ($ (-594 (-880 |t#1|)))) (-15 -3734 ((-594 (-880 |t#1|)) $)) (-15 -2136 ((-110) $)) (-15 -2625 ($ $ (-594 (-880 |t#1|)))) (-15 -2625 ($ $ (-594 (-594 |t#1|)))) (-15 -2625 ($ (-594 (-880 |t#1|)))) (-15 -2625 ((-594 (-880 |t#1|)) $)) (-15 -2024 ((-110) $)) (-15 -3219 ($ $ (-594 (-880 |t#1|)))) (-15 -3219 ($ $ (-594 (-594 |t#1|)))) (-15 -3219 ($ (-594 (-880 |t#1|)))) (-15 -3219 ((-594 (-880 |t#1|)) $)) (-15 -3943 ((-110) $)) (-15 -3505 ($ $ (-594 (-594 (-880 |t#1|))) (-594 (-161)) (-161))) (-15 -3505 ($ $ (-594 (-594 (-594 |t#1|))) (-594 (-161)) (-161))) (-15 -3505 ($ $ (-594 (-594 (-880 |t#1|))) (-110) (-110))) (-15 -3505 ($ $ (-594 (-594 (-594 |t#1|))) (-110) (-110))) (-15 -3505 ($ (-594 (-594 (-880 |t#1|))))) (-15 -3505 ($ (-594 (-594 (-880 |t#1|))) (-110) (-110))) (-15 -3505 ((-594 (-594 (-880 |t#1|))) $)) (-15 -4117 ((-110) $)) (-15 -4125 ((-594 (-880 |t#1|)) $)) (-15 -1396 ((-594 (-594 (-594 (-715)))) $)) (-15 -3865 ((-594 (-594 (-594 (-880 |t#1|)))) $)) (-15 -3323 ((-594 (-594 (-161))) $)) (-15 -1903 ((-594 (-161)) $)) (-15 -1659 ((-2 (|:| -4078 (-715)) (|:| |curves| (-715)) (|:| |polygons| (-715)) (|:| |constructs| (-715))) $)) (-15 -1629 ($ $)) (-15 -1581 ((-1083 3 |t#1|) $)) (-15 -4118 ((-800) $))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-1603 (((-594 (-1099)) (-1077)) 9)))
+(((-1056) (-10 -7 (-15 -1603 ((-594 (-1099)) (-1077))))) (T -1056))
+((-1603 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-594 (-1099))) (-5 *1 (-1056)))))
+(-10 -7 (-15 -1603 ((-594 (-1099)) (-1077))))
+((-1760 (((-1181) (-594 (-800))) 23) (((-1181) (-800)) 22)) (-1486 (((-1181) (-594 (-800))) 21) (((-1181) (-800)) 20)) (-4099 (((-1181) (-594 (-800))) 19) (((-1181) (-800)) 11) (((-1181) (-1077) (-800)) 17)))
+(((-1057) (-10 -7 (-15 -4099 ((-1181) (-1077) (-800))) (-15 -4099 ((-1181) (-800))) (-15 -1486 ((-1181) (-800))) (-15 -1760 ((-1181) (-800))) (-15 -4099 ((-1181) (-594 (-800)))) (-15 -1486 ((-1181) (-594 (-800)))) (-15 -1760 ((-1181) (-594 (-800)))))) (T -1057))
+((-1760 (*1 *2 *3) (-12 (-5 *3 (-594 (-800))) (-5 *2 (-1181)) (-5 *1 (-1057)))) (-1486 (*1 *2 *3) (-12 (-5 *3 (-594 (-800))) (-5 *2 (-1181)) (-5 *1 (-1057)))) (-4099 (*1 *2 *3) (-12 (-5 *3 (-594 (-800))) (-5 *2 (-1181)) (-5 *1 (-1057)))) (-1760 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057)))) (-1486 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057)))) (-4099 (*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057)))) (-4099 (*1 *2 *3 *4) (-12 (-5 *3 (-1077)) (-5 *4 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057)))))
+(-10 -7 (-15 -4099 ((-1181) (-1077) (-800))) (-15 -4099 ((-1181) (-800))) (-15 -1486 ((-1181) (-800))) (-15 -1760 ((-1181) (-800))) (-15 -4099 ((-1181) (-594 (-800)))) (-15 -1486 ((-1181) (-594 (-800)))) (-15 -1760 ((-1181) (-594 (-800)))))
+((-3630 (($ $ $) 10)) (-3566 (($ $) 9)) (-1297 (($ $ $) 13)) (-2096 (($ $ $) 15)) (-1951 (($ $ $) 12)) (-2899 (($ $ $) 14)) (-4226 (($ $) 17)) (-2396 (($ $) 16)) (-1597 (($ $) 6)) (-1938 (($ $ $) 11) (($ $) 7)) (-2759 (($ $ $) 8)))
+(((-1058) (-133)) (T -1058))
+((-4226 (*1 *1 *1) (-4 *1 (-1058))) (-2396 (*1 *1 *1) (-4 *1 (-1058))) (-2096 (*1 *1 *1 *1) (-4 *1 (-1058))) (-2899 (*1 *1 *1 *1) (-4 *1 (-1058))) (-1297 (*1 *1 *1 *1) (-4 *1 (-1058))) (-1951 (*1 *1 *1 *1) (-4 *1 (-1058))) (-1938 (*1 *1 *1 *1) (-4 *1 (-1058))) (-3630 (*1 *1 *1 *1) (-4 *1 (-1058))) (-3566 (*1 *1 *1) (-4 *1 (-1058))) (-2759 (*1 *1 *1 *1) (-4 *1 (-1058))) (-1938 (*1 *1 *1) (-4 *1 (-1058))) (-1597 (*1 *1 *1) (-4 *1 (-1058))))
+(-13 (-10 -8 (-15 -1597 ($ $)) (-15 -1938 ($ $)) (-15 -2759 ($ $ $)) (-15 -3566 ($ $)) (-15 -3630 ($ $ $)) (-15 -1938 ($ $ $)) (-15 -1951 ($ $ $)) (-15 -1297 ($ $ $)) (-15 -2899 ($ $ $)) (-15 -2096 ($ $ $)) (-15 -2396 ($ $)) (-15 -4226 ($ $))))
+((-4105 (((-110) $ $) 41)) (-2205 ((|#1| $) 15)) (-2247 (((-110) $ $ (-1 (-110) |#2| |#2|)) 36)) (-2481 (((-110) $) 17)) (-2141 (($ $ |#1|) 28)) (-3706 (($ $ (-110)) 30)) (-4216 (($ $) 31)) (-3174 (($ $ |#2|) 29)) (-2416 (((-1077) $) NIL)) (-4073 (((-110) $ $ (-1 (-110) |#1| |#1|) (-1 (-110) |#2| |#2|)) 35)) (-4024 (((-1041) $) NIL)) (-1815 (((-110) $) 14)) (-2453 (($) 10)) (-2465 (($ $) 27)) (-4131 (($ |#1| |#2| (-110)) 18) (($ |#1| |#2|) 19) (($ (-2 (|:| |val| |#1|) (|:| -1296 |#2|))) 21) (((-594 $) (-594 (-2 (|:| |val| |#1|) (|:| -1296 |#2|)))) 24) (((-594 $) |#1| (-594 |#2|)) 26)) (-3061 ((|#2| $) 16)) (-4118 (((-800) $) 50)) (-2747 (((-110) $ $) 39)))
+(((-1059 |#1| |#2|) (-13 (-1022) (-10 -8 (-15 -2453 ($)) (-15 -1815 ((-110) $)) (-15 -2205 (|#1| $)) (-15 -3061 (|#2| $)) (-15 -2481 ((-110) $)) (-15 -4131 ($ |#1| |#2| (-110))) (-15 -4131 ($ |#1| |#2|)) (-15 -4131 ($ (-2 (|:| |val| |#1|) (|:| -1296 |#2|)))) (-15 -4131 ((-594 $) (-594 (-2 (|:| |val| |#1|) (|:| -1296 |#2|))))) (-15 -4131 ((-594 $) |#1| (-594 |#2|))) (-15 -2465 ($ $)) (-15 -2141 ($ $ |#1|)) (-15 -3174 ($ $ |#2|)) (-15 -3706 ($ $ (-110))) (-15 -4216 ($ $)) (-15 -4073 ((-110) $ $ (-1 (-110) |#1| |#1|) (-1 (-110) |#2| |#2|))) (-15 -2247 ((-110) $ $ (-1 (-110) |#2| |#2|))))) (-13 (-1022) (-33)) (-13 (-1022) (-33))) (T -1059))
+((-2453 (*1 *1) (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-1815 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))))) (-2205 (*1 *2 *1) (-12 (-4 *2 (-13 (-1022) (-33))) (-5 *1 (-1059 *2 *3)) (-4 *3 (-13 (-1022) (-33))))) (-3061 (*1 *2 *1) (-12 (-4 *2 (-13 (-1022) (-33))) (-5 *1 (-1059 *3 *2)) (-4 *3 (-13 (-1022) (-33))))) (-2481 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))))) (-4131 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-110)) (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-4131 (*1 *1 *2 *3) (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-4131 (*1 *1 *2) (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1296 *4))) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1059 *3 *4)))) (-4131 (*1 *2 *3) (-12 (-5 *3 (-594 (-2 (|:| |val| *4) (|:| -1296 *5)))) (-4 *4 (-13 (-1022) (-33))) (-4 *5 (-13 (-1022) (-33))) (-5 *2 (-594 (-1059 *4 *5))) (-5 *1 (-1059 *4 *5)))) (-4131 (*1 *2 *3 *4) (-12 (-5 *4 (-594 *5)) (-4 *5 (-13 (-1022) (-33))) (-5 *2 (-594 (-1059 *3 *5))) (-5 *1 (-1059 *3 *5)) (-4 *3 (-13 (-1022) (-33))))) (-2465 (*1 *1 *1) (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-2141 (*1 *1 *1 *2) (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-3174 (*1 *1 *1 *2) (-12 (-5 *1 (-1059 *3 *2)) (-4 *3 (-13 (-1022) (-33))) (-4 *2 (-13 (-1022) (-33))))) (-3706 (*1 *1 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))))) (-4216 (*1 *1 *1) (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-4073 (*1 *2 *1 *1 *3 *4) (-12 (-5 *3 (-1 (-110) *5 *5)) (-5 *4 (-1 (-110) *6 *6)) (-4 *5 (-13 (-1022) (-33))) (-4 *6 (-13 (-1022) (-33))) (-5 *2 (-110)) (-5 *1 (-1059 *5 *6)))) (-2247 (*1 *2 *1 *1 *3) (-12 (-5 *3 (-1 (-110) *5 *5)) (-4 *5 (-13 (-1022) (-33))) (-5 *2 (-110)) (-5 *1 (-1059 *4 *5)) (-4 *4 (-13 (-1022) (-33))))))
+(-13 (-1022) (-10 -8 (-15 -2453 ($)) (-15 -1815 ((-110) $)) (-15 -2205 (|#1| $)) (-15 -3061 (|#2| $)) (-15 -2481 ((-110) $)) (-15 -4131 ($ |#1| |#2| (-110))) (-15 -4131 ($ |#1| |#2|)) (-15 -4131 ($ (-2 (|:| |val| |#1|) (|:| -1296 |#2|)))) (-15 -4131 ((-594 $) (-594 (-2 (|:| |val| |#1|) (|:| -1296 |#2|))))) (-15 -4131 ((-594 $) |#1| (-594 |#2|))) (-15 -2465 ($ $)) (-15 -2141 ($ $ |#1|)) (-15 -3174 ($ $ |#2|)) (-15 -3706 ($ $ (-110))) (-15 -4216 ($ $)) (-15 -4073 ((-110) $ $ (-1 (-110) |#1| |#1|) (-1 (-110) |#2| |#2|))) (-15 -2247 ((-110) $ $ (-1 (-110) |#2| |#2|)))))
+((-4105 (((-110) $ $) NIL (|has| (-1059 |#1| |#2|) (-1022)))) (-2205 (((-1059 |#1| |#2|) $) 25)) (-1940 (($ $) 76)) (-3161 (((-110) (-1059 |#1| |#2|) $ (-1 (-110) |#2| |#2|)) 85)) (-1266 (($ $ $ (-594 (-1059 |#1| |#2|))) 90) (($ $ $ (-594 (-1059 |#1| |#2|)) (-1 (-110) |#2| |#2|)) 91)) (-1731 (((-110) $ (-715)) NIL)) (-2776 (((-1059 |#1| |#2|) $ (-1059 |#1| |#2|)) 43 (|has| $ (-6 -4262)))) (-1232 (((-1059 |#1| |#2|) $ "value" (-1059 |#1| |#2|)) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-3699 (((-594 (-2 (|:| |val| |#1|) (|:| -1296 |#2|))) $) 80)) (-3373 (($ (-1059 |#1| |#2|) $) 39)) (-2659 (($ (-1059 |#1| |#2|) $) 31)) (-3717 (((-594 (-1059 |#1| |#2|)) $) NIL (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 51)) (-3909 (((-110) (-1059 |#1| |#2|) $) 82)) (-3269 (((-110) $ $) NIL (|has| (-1059 |#1| |#2|) (-1022)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 (-1059 |#1| |#2|)) $) 55 (|has| $ (-6 -4261)))) (-2817 (((-110) (-1059 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-1059 |#1| |#2|) (-1022))))) (-2762 (($ (-1 (-1059 |#1| |#2|) (-1059 |#1| |#2|)) $) 47 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-1059 |#1| |#2|) (-1059 |#1| |#2|)) $) 46)) (-2324 (((-110) $ (-715)) NIL)) (-2227 (((-594 (-1059 |#1| |#2|)) $) 53)) (-3898 (((-110) $) 42)) (-2416 (((-1077) $) NIL (|has| (-1059 |#1| |#2|) (-1022)))) (-4024 (((-1041) $) NIL (|has| (-1059 |#1| |#2|) (-1022)))) (-2688 (((-3 $ "failed") $) 75)) (-1604 (((-110) (-1 (-110) (-1059 |#1| |#2|)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-1059 |#1| |#2|)))) NIL (-12 (|has| (-1059 |#1| |#2|) (-290 (-1059 |#1| |#2|))) (|has| (-1059 |#1| |#2|) (-1022)))) (($ $ (-275 (-1059 |#1| |#2|))) NIL (-12 (|has| (-1059 |#1| |#2|) (-290 (-1059 |#1| |#2|))) (|has| (-1059 |#1| |#2|) (-1022)))) (($ $ (-1059 |#1| |#2|) (-1059 |#1| |#2|)) NIL (-12 (|has| (-1059 |#1| |#2|) (-290 (-1059 |#1| |#2|))) (|has| (-1059 |#1| |#2|) (-1022)))) (($ $ (-594 (-1059 |#1| |#2|)) (-594 (-1059 |#1| |#2|))) NIL (-12 (|has| (-1059 |#1| |#2|) (-290 (-1059 |#1| |#2|))) (|has| (-1059 |#1| |#2|) (-1022))))) (-1247 (((-110) $ $) 50)) (-1815 (((-110) $) 22)) (-2453 (($) 24)) (-3439 (((-1059 |#1| |#2|) $ "value") NIL)) (-2312 (((-527) $ $) NIL)) (-2760 (((-110) $) 44)) (-4034 (((-715) (-1 (-110) (-1059 |#1| |#2|)) $) NIL (|has| $ (-6 -4261))) (((-715) (-1059 |#1| |#2|) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-1059 |#1| |#2|) (-1022))))) (-2465 (($ $) 49)) (-4131 (($ (-1059 |#1| |#2|)) 9) (($ |#1| |#2| (-594 $)) 12) (($ |#1| |#2| (-594 (-1059 |#1| |#2|))) 14) (($ |#1| |#2| |#1| (-594 |#2|)) 17)) (-1601 (((-594 |#2|) $) 81)) (-4118 (((-800) $) 73 (|has| (-1059 |#1| |#2|) (-568 (-800))))) (-3355 (((-594 $) $) 28)) (-3789 (((-110) $ $) NIL (|has| (-1059 |#1| |#2|) (-1022)))) (-1722 (((-110) (-1 (-110) (-1059 |#1| |#2|)) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 64 (|has| (-1059 |#1| |#2|) (-1022)))) (-2809 (((-715) $) 58 (|has| $ (-6 -4261)))))
+(((-1060 |#1| |#2|) (-13 (-944 (-1059 |#1| |#2|)) (-10 -8 (-6 -4262) (-6 -4261) (-15 -2688 ((-3 $ "failed") $)) (-15 -1940 ($ $)) (-15 -4131 ($ (-1059 |#1| |#2|))) (-15 -4131 ($ |#1| |#2| (-594 $))) (-15 -4131 ($ |#1| |#2| (-594 (-1059 |#1| |#2|)))) (-15 -4131 ($ |#1| |#2| |#1| (-594 |#2|))) (-15 -1601 ((-594 |#2|) $)) (-15 -3699 ((-594 (-2 (|:| |val| |#1|) (|:| -1296 |#2|))) $)) (-15 -3909 ((-110) (-1059 |#1| |#2|) $)) (-15 -3161 ((-110) (-1059 |#1| |#2|) $ (-1 (-110) |#2| |#2|))) (-15 -2659 ($ (-1059 |#1| |#2|) $)) (-15 -3373 ($ (-1059 |#1| |#2|) $)) (-15 -1266 ($ $ $ (-594 (-1059 |#1| |#2|)))) (-15 -1266 ($ $ $ (-594 (-1059 |#1| |#2|)) (-1 (-110) |#2| |#2|))))) (-13 (-1022) (-33)) (-13 (-1022) (-33))) (T -1060))
+((-2688 (*1 *1 *1) (|partial| -12 (-5 *1 (-1060 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-1940 (*1 *1 *1) (-12 (-5 *1 (-1060 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-4131 (*1 *1 *2) (-12 (-5 *2 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4)))) (-4131 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-594 (-1060 *2 *3))) (-5 *1 (-1060 *2 *3)) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))))) (-4131 (*1 *1 *2 *3 *4) (-12 (-5 *4 (-594 (-1059 *2 *3))) (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33))) (-5 *1 (-1060 *2 *3)))) (-4131 (*1 *1 *2 *3 *2 *4) (-12 (-5 *4 (-594 *3)) (-4 *3 (-13 (-1022) (-33))) (-5 *1 (-1060 *2 *3)) (-4 *2 (-13 (-1022) (-33))))) (-1601 (*1 *2 *1) (-12 (-5 *2 (-594 *4)) (-5 *1 (-1060 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))))) (-3699 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4)))) (-5 *1 (-1060 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))))) (-3909 (*1 *2 *3 *1) (-12 (-5 *3 (-1059 *4 *5)) (-4 *4 (-13 (-1022) (-33))) (-4 *5 (-13 (-1022) (-33))) (-5 *2 (-110)) (-5 *1 (-1060 *4 *5)))) (-3161 (*1 *2 *3 *1 *4) (-12 (-5 *3 (-1059 *5 *6)) (-5 *4 (-1 (-110) *6 *6)) (-4 *5 (-13 (-1022) (-33))) (-4 *6 (-13 (-1022) (-33))) (-5 *2 (-110)) (-5 *1 (-1060 *5 *6)))) (-2659 (*1 *1 *2 *1) (-12 (-5 *2 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4)))) (-3373 (*1 *1 *2 *1) (-12 (-5 *2 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4)))) (-1266 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-594 (-1059 *3 *4))) (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4)))) (-1266 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-1059 *4 *5))) (-5 *3 (-1 (-110) *5 *5)) (-4 *4 (-13 (-1022) (-33))) (-4 *5 (-13 (-1022) (-33))) (-5 *1 (-1060 *4 *5)))))
+(-13 (-944 (-1059 |#1| |#2|)) (-10 -8 (-6 -4262) (-6 -4261) (-15 -2688 ((-3 $ "failed") $)) (-15 -1940 ($ $)) (-15 -4131 ($ (-1059 |#1| |#2|))) (-15 -4131 ($ |#1| |#2| (-594 $))) (-15 -4131 ($ |#1| |#2| (-594 (-1059 |#1| |#2|)))) (-15 -4131 ($ |#1| |#2| |#1| (-594 |#2|))) (-15 -1601 ((-594 |#2|) $)) (-15 -3699 ((-594 (-2 (|:| |val| |#1|) (|:| -1296 |#2|))) $)) (-15 -3909 ((-110) (-1059 |#1| |#2|) $)) (-15 -3161 ((-110) (-1059 |#1| |#2|) $ (-1 (-110) |#2| |#2|))) (-15 -2659 ($ (-1059 |#1| |#2|) $)) (-15 -3373 ($ (-1059 |#1| |#2|) $)) (-15 -1266 ($ $ $ (-594 (-1059 |#1| |#2|)))) (-15 -1266 ($ $ $ (-594 (-1059 |#1| |#2|)) (-1 (-110) |#2| |#2|)))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-1367 (($ $) NIL)) (-2926 ((|#2| $) NIL)) (-3536 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3959 (($ (-634 |#2|)) 47)) (-1850 (((-110) $) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2209 (($ |#2|) 9)) (-1298 (($) NIL T CONST)) (-2064 (($ $) 60 (|has| |#2| (-288)))) (-2941 (((-222 |#1| |#2|) $ (-527)) 34)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 |#2| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) ((|#2| $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) 74)) (-1238 (((-715) $) 62 (|has| |#2| (-519)))) (-3231 ((|#2| $ (-527) (-527)) NIL)) (-3717 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2956 (((-110) $) NIL)) (-2887 (((-715) $) 64 (|has| |#2| (-519)))) (-3335 (((-594 (-222 |#1| |#2|)) $) 68 (|has| |#2| (-519)))) (-3639 (((-715) $) NIL)) (-3650 (((-715) $) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-3226 ((|#2| $) 58 (|has| |#2| (-6 (-4263 "*"))))) (-1325 (((-527) $) NIL)) (-2059 (((-527) $) NIL)) (-2063 (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2767 (((-527) $) NIL)) (-2953 (((-527) $) NIL)) (-2272 (($ (-594 (-594 |#2|))) 29)) (-2762 (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#2| |#2| |#2|) $ $) NIL) (($ (-1 |#2| |#2|) $) NIL)) (-2132 (((-594 (-594 |#2|)) $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2527 (((-3 $ "failed") $) 71 (|has| |#2| (-343)))) (-4024 (((-1041) $) NIL)) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519)))) (-1604 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ (-527) (-527) |#2|) NIL) ((|#2| $ (-527) (-527)) NIL)) (-4234 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $) NIL (|has| |#2| (-215)))) (-1510 ((|#2| $) NIL)) (-4071 (($ (-594 |#2|)) 42)) (-3055 (((-110) $) NIL)) (-2204 (((-222 |#1| |#2|) $) NIL)) (-3832 ((|#2| $) 56 (|has| |#2| (-6 (-4263 "*"))))) (-4034 (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2465 (($ $) NIL)) (-2051 (((-503) $) 83 (|has| |#2| (-569 (-503))))) (-3369 (((-222 |#1| |#2|) $ (-527)) 36)) (-4118 (((-800) $) 39) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#2| (-970 (-387 (-527))))) (($ |#2|) NIL) (((-634 |#2|) $) 44)) (-4070 (((-715)) 17)) (-1722 (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2192 (((-110) $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 11 T CONST)) (-3374 (($) 14 T CONST)) (-2369 (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-715)) NIL (|has| |#2| (-215))) (($ $) NIL (|has| |#2| (-215)))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) 54) (($ $ (-527)) 73 (|has| |#2| (-343)))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#2|) NIL) (($ |#2| $) NIL) (((-222 |#1| |#2|) $ (-222 |#1| |#2|)) 50) (((-222 |#1| |#2|) (-222 |#1| |#2|) $) 52)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1061 |#1| |#2|) (-13 (-1044 |#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) (-568 (-634 |#2|)) (-10 -8 (-15 -1367 ($ $)) (-15 -3959 ($ (-634 |#2|))) (-15 -4118 ((-634 |#2|) $)) (IF (|has| |#2| (-6 (-4263 "*"))) (-6 -4250) |%noBranch|) (IF (|has| |#2| (-6 (-4263 "*"))) (IF (|has| |#2| (-6 -4258)) (-6 -4258) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|))) (-715) (-979)) (T -1061))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-634 *4)) (-5 *1 (-1061 *3 *4)) (-14 *3 (-715)) (-4 *4 (-979)))) (-1367 (*1 *1 *1) (-12 (-5 *1 (-1061 *2 *3)) (-14 *2 (-715)) (-4 *3 (-979)))) (-3959 (*1 *1 *2) (-12 (-5 *2 (-634 *4)) (-4 *4 (-979)) (-5 *1 (-1061 *3 *4)) (-14 *3 (-715)))))
+(-13 (-1044 |#1| |#2| (-222 |#1| |#2|) (-222 |#1| |#2|)) (-568 (-634 |#2|)) (-10 -8 (-15 -1367 ($ $)) (-15 -3959 ($ (-634 |#2|))) (-15 -4118 ((-634 |#2|) $)) (IF (|has| |#2| (-6 (-4263 "*"))) (-6 -4250) |%noBranch|) (IF (|has| |#2| (-6 (-4263 "*"))) (IF (|has| |#2| (-6 -4258)) (-6 -4258) |%noBranch|) |%noBranch|) (IF (|has| |#2| (-569 (-503))) (-6 (-569 (-503))) |%noBranch|)))
+((-2619 (($ $) 19)) (-2632 (($ $ (-137)) 10) (($ $ (-134)) 14)) (-3032 (((-110) $ $) 24)) (-3588 (($ $) 17)) (-3439 (((-137) $ (-527) (-137)) NIL) (((-137) $ (-527)) NIL) (($ $ (-1143 (-527))) NIL) (($ $ $) 29)) (-4118 (($ (-137)) 27) (((-800) $) NIL)))
+(((-1062 |#1|) (-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -3439 (|#1| |#1| |#1|)) (-15 -2632 (|#1| |#1| (-134))) (-15 -2632 (|#1| |#1| (-137))) (-15 -4118 (|#1| (-137))) (-15 -3032 ((-110) |#1| |#1|)) (-15 -2619 (|#1| |#1|)) (-15 -3588 (|#1| |#1|)) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -3439 ((-137) |#1| (-527))) (-15 -3439 ((-137) |#1| (-527) (-137)))) (-1063)) (T -1062))
+NIL
+(-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -3439 (|#1| |#1| |#1|)) (-15 -2632 (|#1| |#1| (-134))) (-15 -2632 (|#1| |#1| (-137))) (-15 -4118 (|#1| (-137))) (-15 -3032 ((-110) |#1| |#1|)) (-15 -2619 (|#1| |#1|)) (-15 -3588 (|#1| |#1|)) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -3439 ((-137) |#1| (-527))) (-15 -3439 ((-137) |#1| (-527) (-137))))
+((-4105 (((-110) $ $) 19 (|has| (-137) (-1022)))) (-3306 (($ $) 120)) (-2619 (($ $) 121)) (-2632 (($ $ (-137)) 108) (($ $ (-134)) 107)) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-3005 (((-110) $ $) 118)) (-2979 (((-110) $ $ (-527)) 117)) (-3106 (((-594 $) $ (-137)) 110) (((-594 $) $ (-134)) 109)) (-1393 (((-110) (-1 (-110) (-137) (-137)) $) 98) (((-110) $) 92 (|has| (-137) (-791)))) (-3962 (($ (-1 (-110) (-137) (-137)) $) 89 (|has| $ (-6 -4262))) (($ $) 88 (-12 (|has| (-137) (-791)) (|has| $ (-6 -4262))))) (-2259 (($ (-1 (-110) (-137) (-137)) $) 99) (($ $) 93 (|has| (-137) (-791)))) (-1731 (((-110) $ (-715)) 8)) (-1232 (((-137) $ (-527) (-137)) 52 (|has| $ (-6 -4262))) (((-137) $ (-1143 (-527)) (-137)) 58 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-137)) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1632 (($ $ (-137)) 104) (($ $ (-134)) 103)) (-1399 (($ $) 90 (|has| $ (-6 -4262)))) (-1677 (($ $) 100)) (-3553 (($ $ (-1143 (-527)) $) 114)) (-1702 (($ $) 78 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ (-137) $) 77 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) (-137)) $) 74 (|has| $ (-6 -4261)))) (-2731 (((-137) (-1 (-137) (-137) (-137)) $ (-137) (-137)) 76 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261)))) (((-137) (-1 (-137) (-137) (-137)) $ (-137)) 73 (|has| $ (-6 -4261))) (((-137) (-1 (-137) (-137) (-137)) $) 72 (|has| $ (-6 -4261)))) (-2774 (((-137) $ (-527) (-137)) 53 (|has| $ (-6 -4262)))) (-3231 (((-137) $ (-527)) 51)) (-3032 (((-110) $ $) 119)) (-3908 (((-527) (-1 (-110) (-137)) $) 97) (((-527) (-137) $) 96 (|has| (-137) (-1022))) (((-527) (-137) $ (-527)) 95 (|has| (-137) (-1022))) (((-527) $ $ (-527)) 113) (((-527) (-134) $ (-527)) 112)) (-3717 (((-594 (-137)) $) 30 (|has| $ (-6 -4261)))) (-3325 (($ (-715) (-137)) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3902 (($ $ $) 87 (|has| (-137) (-791)))) (-2965 (($ (-1 (-110) (-137) (-137)) $ $) 101) (($ $ $) 94 (|has| (-137) (-791)))) (-2063 (((-594 (-137)) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) (-137) $) 27 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-1257 (($ $ $) 86 (|has| (-137) (-791)))) (-3528 (((-110) $ $ (-137)) 115)) (-1613 (((-715) $ $ (-137)) 116)) (-2762 (($ (-1 (-137) (-137)) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-137) (-137)) $) 35) (($ (-1 (-137) (-137) (-137)) $ $) 64)) (-2094 (($ $) 122)) (-3588 (($ $) 123)) (-2324 (((-110) $ (-715)) 10)) (-1643 (($ $ (-137)) 106) (($ $ (-134)) 105)) (-2416 (((-1077) $) 22 (|has| (-137) (-1022)))) (-2555 (($ (-137) $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21 (|has| (-137) (-1022)))) (-1672 (((-137) $) 42 (|has| (-527) (-791)))) (-3326 (((-3 (-137) "failed") (-1 (-110) (-137)) $) 71)) (-1542 (($ $ (-137)) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-137)) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-137)))) 26 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-275 (-137))) 25 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-137) (-137)) 24 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-594 (-137)) (-594 (-137))) 23 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) (-137) $) 45 (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2401 (((-594 (-137)) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 (((-137) $ (-527) (-137)) 50) (((-137) $ (-527)) 49) (($ $ (-1143 (-527))) 63) (($ $ $) 102)) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-4034 (((-715) (-1 (-110) (-137)) $) 31 (|has| $ (-6 -4261))) (((-715) (-137) $) 28 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261))))) (-2687 (($ $ $ (-527)) 91 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| (-137) (-569 (-503))))) (-4131 (($ (-594 (-137))) 70)) (-1997 (($ $ (-137)) 68) (($ (-137) $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (($ (-137)) 111) (((-800) $) 18 (|has| (-137) (-568 (-800))))) (-1722 (((-110) (-1 (-110) (-137)) $) 33 (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) 84 (|has| (-137) (-791)))) (-2788 (((-110) $ $) 83 (|has| (-137) (-791)))) (-2747 (((-110) $ $) 20 (|has| (-137) (-1022)))) (-2799 (((-110) $ $) 85 (|has| (-137) (-791)))) (-2775 (((-110) $ $) 82 (|has| (-137) (-791)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-1063) (-133)) (T -1063))
+((-3588 (*1 *1 *1) (-4 *1 (-1063))) (-2094 (*1 *1 *1) (-4 *1 (-1063))) (-2619 (*1 *1 *1) (-4 *1 (-1063))) (-3306 (*1 *1 *1) (-4 *1 (-1063))) (-3032 (*1 *2 *1 *1) (-12 (-4 *1 (-1063)) (-5 *2 (-110)))) (-3005 (*1 *2 *1 *1) (-12 (-4 *1 (-1063)) (-5 *2 (-110)))) (-2979 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1063)) (-5 *3 (-527)) (-5 *2 (-110)))) (-1613 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1063)) (-5 *3 (-137)) (-5 *2 (-715)))) (-3528 (*1 *2 *1 *1 *3) (-12 (-4 *1 (-1063)) (-5 *3 (-137)) (-5 *2 (-110)))) (-3553 (*1 *1 *1 *2 *1) (-12 (-4 *1 (-1063)) (-5 *2 (-1143 (-527))))) (-3908 (*1 *2 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-527)))) (-3908 (*1 *2 *3 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-527)) (-5 *3 (-134)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-137)) (-4 *1 (-1063)))) (-3106 (*1 *2 *1 *3) (-12 (-5 *3 (-137)) (-5 *2 (-594 *1)) (-4 *1 (-1063)))) (-3106 (*1 *2 *1 *3) (-12 (-5 *3 (-134)) (-5 *2 (-594 *1)) (-4 *1 (-1063)))) (-2632 (*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-137)))) (-2632 (*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-134)))) (-1643 (*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-137)))) (-1643 (*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-134)))) (-1632 (*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-137)))) (-1632 (*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-134)))) (-3439 (*1 *1 *1 *1) (-4 *1 (-1063))))
+(-13 (-19 (-137)) (-10 -8 (-15 -3588 ($ $)) (-15 -2094 ($ $)) (-15 -2619 ($ $)) (-15 -3306 ($ $)) (-15 -3032 ((-110) $ $)) (-15 -3005 ((-110) $ $)) (-15 -2979 ((-110) $ $ (-527))) (-15 -1613 ((-715) $ $ (-137))) (-15 -3528 ((-110) $ $ (-137))) (-15 -3553 ($ $ (-1143 (-527)) $)) (-15 -3908 ((-527) $ $ (-527))) (-15 -3908 ((-527) (-134) $ (-527))) (-15 -4118 ($ (-137))) (-15 -3106 ((-594 $) $ (-137))) (-15 -3106 ((-594 $) $ (-134))) (-15 -2632 ($ $ (-137))) (-15 -2632 ($ $ (-134))) (-15 -1643 ($ $ (-137))) (-15 -1643 ($ $ (-134))) (-15 -1632 ($ $ (-137))) (-15 -1632 ($ $ (-134))) (-15 -3439 ($ $ $))))
+(((-33) . T) ((-99) -2027 (|has| (-137) (-1022)) (|has| (-137) (-791))) ((-568 (-800)) -2027 (|has| (-137) (-1022)) (|has| (-137) (-791)) (|has| (-137) (-568 (-800)))) ((-144 #0=(-137)) . T) ((-569 (-503)) |has| (-137) (-569 (-503))) ((-267 #1=(-527) #0#) . T) ((-269 #1# #0#) . T) ((-290 #0#) -12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))) ((-353 #0#) . T) ((-466 #0#) . T) ((-560 #1# #0#) . T) ((-488 #0# #0#) -12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))) ((-599 #0#) . T) ((-19 #0#) . T) ((-791) |has| (-137) (-791)) ((-1022) -2027 (|has| (-137) (-1022)) (|has| (-137) (-791))) ((-1130) . T))
+((-1295 (((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 |#4|) (-594 |#5|) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-715)) 94)) (-3510 (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|) 55) (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715)) 54)) (-2260 (((-1181) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-715)) 85)) (-2847 (((-715) (-594 |#4|) (-594 |#5|)) 27)) (-1675 (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|) 57) (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715)) 56) (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715) (-110)) 58)) (-1978 (((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110) (-110) (-110) (-110)) 76) (((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110)) 77)) (-2051 (((-1077) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) 80)) (-2911 (((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|) 53)) (-3152 (((-715) (-594 |#4|) (-594 |#5|)) 19)))
+(((-1064 |#1| |#2| |#3| |#4| |#5|) (-10 -7 (-15 -3152 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2847 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2911 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715) (-110))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110) (-110) (-110) (-110))) (-15 -1295 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 |#4|) (-594 |#5|) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-715))) (-15 -2051 ((-1077) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -2260 ((-1181) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-715)))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|) (-1031 |#1| |#2| |#3| |#4|)) (T -1064))
+((-2260 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9)))) (-5 *4 (-715)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-1181)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8))) (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-1031 *4 *5 *6 *7)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1077)) (-5 *1 (-1064 *4 *5 *6 *7 *8)))) (-1295 (*1 *2 *3 *4 *2 *5 *6) (-12 (-5 *5 (-2 (|:| |done| (-594 *11)) (|:| |todo| (-594 (-2 (|:| |val| *3) (|:| -1296 *11)))))) (-5 *6 (-715)) (-5 *2 (-594 (-2 (|:| |val| (-594 *10)) (|:| -1296 *11)))) (-5 *3 (-594 *10)) (-5 *4 (-594 *11)) (-4 *10 (-993 *7 *8 *9)) (-4 *11 (-1031 *7 *8 *9 *10)) (-4 *7 (-431)) (-4 *8 (-737)) (-4 *9 (-791)) (-5 *1 (-1064 *7 *8 *9 *10 *11)))) (-1978 (*1 *2 *3 *2 *4 *4 *4 *4 *4) (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-1978 (*1 *2 *3 *2 *4 *4) (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-1675 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1031 *5 *6 *7 *3)))) (-1675 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *3 (-993 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1031 *6 *7 *8 *3)))) (-1675 (*1 *2 *3 *4 *5 *6) (-12 (-5 *5 (-715)) (-5 *6 (-110)) (-4 *7 (-431)) (-4 *8 (-737)) (-4 *9 (-791)) (-4 *3 (-993 *7 *8 *9)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-1064 *7 *8 *9 *3 *4)) (-4 *4 (-1031 *7 *8 *9 *3)))) (-3510 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1031 *5 *6 *7 *3)))) (-3510 (*1 *2 *3 *4 *5) (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *3 (-993 *6 *7 *8)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1031 *6 *7 *8 *3)))) (-2911 (*1 *2 *3 *4) (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |done| (-594 *4)) (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4)))))) (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1031 *5 *6 *7 *3)))) (-2847 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))) (-3152 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))))
+(-10 -7 (-15 -3152 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2847 ((-715) (-594 |#4|) (-594 |#5|))) (-15 -2911 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -3510 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715) (-110))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5| (-715))) (-15 -1675 ((-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) |#4| |#5|)) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110))) (-15 -1978 ((-594 |#5|) (-594 |#4|) (-594 |#5|) (-110) (-110) (-110) (-110) (-110))) (-15 -1295 ((-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-594 |#4|) (-594 |#5|) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-2 (|:| |done| (-594 |#5|)) (|:| |todo| (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))))) (-715))) (-15 -2051 ((-1077) (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|)))) (-15 -2260 ((-1181) (-594 (-2 (|:| |val| (-594 |#4|)) (|:| -1296 |#5|))) (-715))))
+((-4105 (((-110) $ $) NIL)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) NIL)) (-2900 (((-594 $) (-594 |#4|)) 110) (((-594 $) (-594 |#4|) (-110)) 111) (((-594 $) (-594 |#4|) (-110) (-110)) 109) (((-594 $) (-594 |#4|) (-110) (-110) (-110) (-110)) 112)) (-2853 (((-594 |#3|) $) NIL)) (-1627 (((-110) $) NIL)) (-4191 (((-110) $) NIL (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-3930 ((|#4| |#4| $) NIL)) (-3259 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| $) 84)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2420 (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) 62)) (-1298 (($) NIL T CONST)) (-4235 (((-110) $) 26 (|has| |#1| (-519)))) (-4208 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1689 (((-110) $ $) NIL (|has| |#1| (-519)))) (-2241 (((-110) $) NIL (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-2551 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) NIL)) (-4145 (($ (-594 |#4|)) NIL)) (-1683 (((-3 $ "failed") $) 39)) (-2859 ((|#4| |#4| $) 65)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2659 (($ |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 78 (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) NIL)) (-3730 ((|#4| |#4| $) NIL)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) NIL)) (-2864 (((-110) |#4| $) NIL)) (-2600 (((-110) |#4| $) NIL)) (-2697 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2915 (((-2 (|:| |val| (-594 |#4|)) (|:| |towers| (-594 $))) (-594 |#4|) (-110) (-110)) 124)) (-3717 (((-594 |#4|) $) 16 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2876 ((|#3| $) 33)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#4|) $) 17 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 25 (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2762 (($ (-1 |#4| |#4|) $) 23 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 21)) (-1388 (((-594 |#3|) $) NIL)) (-1228 (((-110) |#3| $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-1289 (((-3 |#4| (-594 $)) |#4| |#4| $) NIL)) (-3120 (((-594 (-2 (|:| |val| |#4|) (|:| -1296 $))) |#4| |#4| $) 103)) (-2681 (((-3 |#4| "failed") $) 37)) (-2445 (((-594 $) |#4| $) 88)) (-3408 (((-3 (-110) (-594 $)) |#4| $) NIL)) (-1710 (((-594 (-2 (|:| |val| (-110)) (|:| -1296 $))) |#4| $) 98) (((-110) |#4| $) 53)) (-2984 (((-594 $) |#4| $) 107) (((-594 $) (-594 |#4|) $) NIL) (((-594 $) (-594 |#4|) (-594 $)) 108) (((-594 $) |#4| (-594 $)) NIL)) (-3042 (((-594 $) (-594 |#4|) (-110) (-110) (-110)) 119)) (-1541 (($ |#4| $) 75) (($ (-594 |#4|) $) 76) (((-594 $) |#4| $ (-110) (-110) (-110) (-110) (-110)) 74)) (-3367 (((-594 |#4|) $) NIL)) (-2451 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-4039 ((|#4| |#4| $) NIL)) (-1745 (((-110) $ $) NIL)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2125 ((|#4| |#4| $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-3 |#4| "failed") $) 35)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) NIL)) (-3366 (((-3 $ "failed") $ |#4|) 48)) (-3469 (($ $ |#4|) NIL) (((-594 $) |#4| $) 90) (((-594 $) |#4| (-594 $)) NIL) (((-594 $) (-594 |#4|) $) NIL) (((-594 $) (-594 |#4|) (-594 $)) 86)) (-1604 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 15)) (-2453 (($) 13)) (-4115 (((-715) $) NIL)) (-4034 (((-715) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (((-715) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) 12)) (-2051 (((-503) $) NIL (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 20)) (-4083 (($ $ |#3|) 42)) (-4055 (($ $ |#3|) 44)) (-4025 (($ $) NIL)) (-2881 (($ $ |#3|) NIL)) (-4118 (((-800) $) 31) (((-594 |#4|) $) 40)) (-4196 (((-715) $) NIL (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) NIL) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) NIL)) (-3684 (((-594 $) |#4| $) 54) (((-594 $) |#4| (-594 $)) NIL) (((-594 $) (-594 |#4|) $) NIL) (((-594 $) (-594 |#4|) (-594 $)) NIL)) (-1722 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) NIL)) (-3410 (((-110) |#4| $) NIL)) (-3859 (((-110) |#3| $) 61)) (-2747 (((-110) $ $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1065 |#1| |#2| |#3| |#4|) (-13 (-1031 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1541 ((-594 $) |#4| $ (-110) (-110) (-110) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110) (-110) (-110))) (-15 -3042 ((-594 $) (-594 |#4|) (-110) (-110) (-110))) (-15 -2915 ((-2 (|:| |val| (-594 |#4|)) (|:| |towers| (-594 $))) (-594 |#4|) (-110) (-110))))) (-431) (-737) (-791) (-993 |#1| |#2| |#3|)) (T -1065))
+((-1541 (*1 *2 *3 *1 *4 *4 *4 *4 *4) (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-1065 *5 *6 *7 *3))) (-5 *1 (-1065 *5 *6 *7 *3)) (-4 *3 (-993 *5 *6 *7)))) (-2900 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-1065 *5 *6 *7 *8))) (-5 *1 (-1065 *5 *6 *7 *8)))) (-2900 (*1 *2 *3 *4 *4 *4 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-1065 *5 *6 *7 *8))) (-5 *1 (-1065 *5 *6 *7 *8)))) (-3042 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 (-1065 *5 *6 *7 *8))) (-5 *1 (-1065 *5 *6 *7 *8)))) (-2915 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |val| (-594 *8)) (|:| |towers| (-594 (-1065 *5 *6 *7 *8))))) (-5 *1 (-1065 *5 *6 *7 *8)) (-5 *3 (-594 *8)))))
+(-13 (-1031 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -1541 ((-594 $) |#4| $ (-110) (-110) (-110) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110))) (-15 -2900 ((-594 $) (-594 |#4|) (-110) (-110) (-110) (-110))) (-15 -3042 ((-594 $) (-594 |#4|) (-110) (-110) (-110))) (-15 -2915 ((-2 (|:| |val| (-594 |#4|)) (|:| |towers| (-594 $))) (-594 |#4|) (-110) (-110)))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3523 ((|#1| $) 34)) (-1872 (($ (-594 |#1|)) 39)) (-1731 (((-110) $ (-715)) NIL)) (-1298 (($) NIL T CONST)) (-2363 ((|#1| |#1| $) 36)) (-2281 ((|#1| $) 32)) (-3717 (((-594 |#1|) $) 18 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) 25 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 22)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-3368 ((|#1| $) 35)) (-3204 (($ |#1| $) 37)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1877 ((|#1| $) 33)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 31)) (-2453 (($) 38)) (-3092 (((-715) $) 29)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 27)) (-4118 (((-800) $) 14 (|has| |#1| (-568 (-800))))) (-3557 (($ (-594 |#1|)) NIL)) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 17 (|has| |#1| (-1022)))) (-2809 (((-715) $) 30 (|has| $ (-6 -4261)))))
+(((-1066 |#1|) (-13 (-1042 |#1|) (-10 -8 (-15 -1872 ($ (-594 |#1|))))) (-1130)) (T -1066))
+((-1872 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1066 *3)))))
+(-13 (-1042 |#1|) (-10 -8 (-15 -1872 ($ (-594 |#1|)))))
+((-1232 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) NIL) (($ $ "rest" $) NIL) ((|#2| $ "last" |#2|) NIL) ((|#2| $ (-1143 (-527)) |#2|) 44) ((|#2| $ (-527) |#2|) 41)) (-2678 (((-110) $) 12)) (-2762 (($ (-1 |#2| |#2|) $) 39)) (-1672 ((|#2| $) NIL) (($ $ (-715)) 17)) (-1542 (($ $ |#2|) 40)) (-1311 (((-110) $) 11)) (-3439 ((|#2| $ "value") NIL) ((|#2| $ "first") NIL) (($ $ "rest") NIL) ((|#2| $ "last") NIL) (($ $ (-1143 (-527))) 31) ((|#2| $ (-527)) 23) ((|#2| $ (-527) |#2|) NIL)) (-1390 (($ $ $) 47) (($ $ |#2|) NIL)) (-1997 (($ $ $) 33) (($ |#2| $) NIL) (($ (-594 $)) 36) (($ $ |#2|) NIL)))
+(((-1067 |#1| |#2|) (-10 -8 (-15 -2678 ((-110) |#1|)) (-15 -1311 ((-110) |#1|)) (-15 -1232 (|#2| |#1| (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527))) (-15 -1542 (|#1| |#1| |#2|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -1997 (|#1| (-594 |#1|))) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -1232 (|#2| |#1| (-1143 (-527)) |#2|)) (-15 -1232 (|#2| |#1| "last" |#2|)) (-15 -1232 (|#1| |#1| "rest" |#1|)) (-15 -1232 (|#2| |#1| "first" |#2|)) (-15 -1390 (|#1| |#1| |#2|)) (-15 -1390 (|#1| |#1| |#1|)) (-15 -3439 (|#2| |#1| "last")) (-15 -3439 (|#1| |#1| "rest")) (-15 -1672 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "first")) (-15 -1672 (|#2| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -3439 (|#2| |#1| "value")) (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|))) (-1068 |#2|) (-1130)) (T -1067))
+NIL
+(-10 -8 (-15 -2678 ((-110) |#1|)) (-15 -1311 ((-110) |#1|)) (-15 -1232 (|#2| |#1| (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527) |#2|)) (-15 -3439 (|#2| |#1| (-527))) (-15 -1542 (|#1| |#1| |#2|)) (-15 -1997 (|#1| |#1| |#2|)) (-15 -1997 (|#1| (-594 |#1|))) (-15 -3439 (|#1| |#1| (-1143 (-527)))) (-15 -1232 (|#2| |#1| (-1143 (-527)) |#2|)) (-15 -1232 (|#2| |#1| "last" |#2|)) (-15 -1232 (|#1| |#1| "rest" |#1|)) (-15 -1232 (|#2| |#1| "first" |#2|)) (-15 -1390 (|#1| |#1| |#2|)) (-15 -1390 (|#1| |#1| |#1|)) (-15 -3439 (|#2| |#1| "last")) (-15 -3439 (|#1| |#1| "rest")) (-15 -1672 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "first")) (-15 -1672 (|#2| |#1|)) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#1|)) (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -3439 (|#2| |#1| "value")) (-15 -2762 (|#1| (-1 |#2| |#2|) |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-1630 (($ $) 67)) (-3604 (((-1181) $ (-527) (-527)) 97 (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) 52 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-1706 (($ $ $) 56 (|has| $ (-6 -4262)))) (-1418 ((|#1| $ |#1|) 54 (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) 58 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4262))) (($ $ "rest" $) 55 (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 117 (|has| $ (-6 -4262))) ((|#1| $ (-527) |#1|) 86 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 102 (|has| $ (-6 -4261)))) (-2239 ((|#1| $) 66)) (-1298 (($) 7 T CONST)) (-1683 (($ $) 73) (($ $ (-715)) 71)) (-1702 (($ $) 99 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ (-1 (-110) |#1|) $) 103 (|has| $ (-6 -4261))) (($ |#1| $) 100 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) 105 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 104 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 101 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2774 ((|#1| $ (-527) |#1|) 85 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 87)) (-2678 (((-110) $) 83)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-3325 (($ (-715) |#1|) 108)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 95 (|has| (-527) (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 94 (|has| (-527) (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 111)) (-2324 (((-110) $ (-715)) 10)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2681 ((|#1| $) 70) (($ $ (-715)) 68)) (-2555 (($ $ $ (-527)) 116) (($ |#1| $ (-527)) 115)) (-3847 (((-594 (-527)) $) 92)) (-1645 (((-110) (-527) $) 91)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 76) (($ $ (-715)) 74)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 106)) (-1542 (($ $ |#1|) 96 (|has| $ (-6 -4262)))) (-1311 (((-110) $) 84)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 93 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 90)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69) (($ $ (-1143 (-527))) 112) ((|#1| $ (-527)) 89) ((|#1| $ (-527) |#1|) 88)) (-2312 (((-527) $ $) 44)) (-2104 (($ $ (-1143 (-527))) 114) (($ $ (-527)) 113)) (-2760 (((-110) $) 46)) (-3112 (($ $) 62)) (-1256 (($ $) 59 (|has| $ (-6 -4262)))) (-1636 (((-715) $) 63)) (-4049 (($ $) 64)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-2051 (((-503) $) 98 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 107)) (-1390 (($ $ $) 61 (|has| $ (-6 -4262))) (($ $ |#1|) 60 (|has| $ (-6 -4262)))) (-1997 (($ $ $) 78) (($ |#1| $) 77) (($ (-594 $)) 110) (($ $ |#1|) 109)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-1068 |#1|) (-133) (-1130)) (T -1068))
+((-1311 (*1 *2 *1) (-12 (-4 *1 (-1068 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))) (-2678 (*1 *2 *1) (-12 (-4 *1 (-1068 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))))
+(-13 (-1164 |t#1|) (-599 |t#1|) (-10 -8 (-15 -1311 ((-110) $)) (-15 -2678 ((-110) $))))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-944 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1130) . T) ((-1164 |#1|) . T))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3604 (((-1181) $ |#1| |#1|) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#2| $ |#1| |#2|) NIL)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) NIL)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) NIL)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) NIL)) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 ((|#1| $) NIL (|has| |#1| (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 ((|#1| $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-4195 (((-594 |#1|) $) NIL)) (-1651 (((-110) |#1| $) NIL)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3847 (((-594 |#1|) $) NIL)) (-1645 (((-110) |#1| $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#2| $) NIL (|has| |#1| (-791)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1069 |#1| |#2| |#3|) (-1107 |#1| |#2|) (-1022) (-1022) |#2|) (T -1069))
+NIL
+(-1107 |#1| |#2|)
+((-4105 (((-110) $ $) 7)) (-2628 (((-3 $ "failed") $) 13)) (-2416 (((-1077) $) 9)) (-2138 (($) 14 T CONST)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11)) (-2747 (((-110) $ $) 6)))
+(((-1070) (-133)) (T -1070))
+((-2138 (*1 *1) (-4 *1 (-1070))) (-2628 (*1 *1 *1) (|partial| -4 *1 (-1070))))
+(-13 (-1022) (-10 -8 (-15 -2138 ($) -2459) (-15 -2628 ((-3 $ "failed") $))))
+(((-99) . T) ((-568 (-800)) . T) ((-1022) . T))
+((-4060 (((-1075 |#1|) (-1075 |#1|)) 17)) (-2929 (((-1075 |#1|) (-1075 |#1|)) 13)) (-2157 (((-1075 |#1|) (-1075 |#1|) (-527) (-527)) 20)) (-1436 (((-1075 |#1|) (-1075 |#1|)) 15)))
+(((-1071 |#1|) (-10 -7 (-15 -2929 ((-1075 |#1|) (-1075 |#1|))) (-15 -1436 ((-1075 |#1|) (-1075 |#1|))) (-15 -4060 ((-1075 |#1|) (-1075 |#1|))) (-15 -2157 ((-1075 |#1|) (-1075 |#1|) (-527) (-527)))) (-13 (-519) (-140))) (T -1071))
+((-2157 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-13 (-519) (-140))) (-5 *1 (-1071 *4)))) (-4060 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-13 (-519) (-140))) (-5 *1 (-1071 *3)))) (-1436 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-13 (-519) (-140))) (-5 *1 (-1071 *3)))) (-2929 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-13 (-519) (-140))) (-5 *1 (-1071 *3)))))
+(-10 -7 (-15 -2929 ((-1075 |#1|) (-1075 |#1|))) (-15 -1436 ((-1075 |#1|) (-1075 |#1|))) (-15 -4060 ((-1075 |#1|) (-1075 |#1|))) (-15 -2157 ((-1075 |#1|) (-1075 |#1|) (-527) (-527))))
+((-1997 (((-1075 |#1|) (-1075 (-1075 |#1|))) 15)))
+(((-1072 |#1|) (-10 -7 (-15 -1997 ((-1075 |#1|) (-1075 (-1075 |#1|))))) (-1130)) (T -1072))
+((-1997 (*1 *2 *3) (-12 (-5 *3 (-1075 (-1075 *4))) (-5 *2 (-1075 *4)) (-5 *1 (-1072 *4)) (-4 *4 (-1130)))))
+(-10 -7 (-15 -1997 ((-1075 |#1|) (-1075 (-1075 |#1|)))))
+((-1244 (((-1075 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1075 |#1|)) 25)) (-2731 ((|#2| |#2| (-1 |#2| |#1| |#2|) (-1075 |#1|)) 26)) (-1998 (((-1075 |#2|) (-1 |#2| |#1|) (-1075 |#1|)) 16)))
+(((-1073 |#1| |#2|) (-10 -7 (-15 -1998 ((-1075 |#2|) (-1 |#2| |#1|) (-1075 |#1|))) (-15 -1244 ((-1075 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1075 |#1|))) (-15 -2731 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1075 |#1|)))) (-1130) (-1130)) (T -1073))
+((-2731 (*1 *2 *2 *3 *4) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1075 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-1073 *5 *2)))) (-1244 (*1 *2 *3 *4 *5) (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1075 *6)) (-4 *6 (-1130)) (-4 *3 (-1130)) (-5 *2 (-1075 *3)) (-5 *1 (-1073 *6 *3)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1075 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1075 *6)) (-5 *1 (-1073 *5 *6)))))
+(-10 -7 (-15 -1998 ((-1075 |#2|) (-1 |#2| |#1|) (-1075 |#1|))) (-15 -1244 ((-1075 |#2|) |#2| (-1 |#2| |#1| |#2|) (-1075 |#1|))) (-15 -2731 (|#2| |#2| (-1 |#2| |#1| |#2|) (-1075 |#1|))))
+((-1998 (((-1075 |#3|) (-1 |#3| |#1| |#2|) (-1075 |#1|) (-1075 |#2|)) 21)))
+(((-1074 |#1| |#2| |#3|) (-10 -7 (-15 -1998 ((-1075 |#3|) (-1 |#3| |#1| |#2|) (-1075 |#1|) (-1075 |#2|)))) (-1130) (-1130) (-1130)) (T -1074))
+((-1998 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1075 *6)) (-5 *5 (-1075 *7)) (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1075 *8)) (-5 *1 (-1074 *6 *7 *8)))))
+(-10 -7 (-15 -1998 ((-1075 |#3|) (-1 |#3| |#1| |#2|) (-1075 |#1|) (-1075 |#2|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) NIL)) (-2250 ((|#1| $) NIL)) (-1630 (($ $) 51)) (-3604 (((-1181) $ (-527) (-527)) 76 (|has| $ (-6 -4262)))) (-2746 (($ $ (-527)) 110 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1533 (((-800) $) 41 (|has| |#1| (-1022)))) (-2689 (((-110)) 40 (|has| |#1| (-1022)))) (-2776 ((|#1| $ |#1|) NIL (|has| $ (-6 -4262)))) (-1706 (($ $ $) 98 (|has| $ (-6 -4262))) (($ $ (-527) $) 122)) (-1418 ((|#1| $ |#1|) 107 (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) 102 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) 104 (|has| $ (-6 -4262))) (($ $ "rest" $) 106 (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) 109 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 89 (|has| $ (-6 -4262))) ((|#1| $ (-527) |#1|) 55 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 58)) (-2239 ((|#1| $) NIL)) (-1298 (($) NIL T CONST)) (-2362 (($ $) 14)) (-1683 (($ $) 29) (($ $ (-715)) 88)) (-2005 (((-110) (-594 |#1|) $) 116 (|has| |#1| (-1022)))) (-3078 (($ (-594 |#1|)) 112)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) 57)) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-2678 (((-110) $) NIL)) (-3717 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-4077 (((-1181) (-527) $) 121 (|has| |#1| (-1022)))) (-2874 (((-715) $) 118)) (-3177 (((-594 $) $) NIL)) (-3269 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-3325 (($ (-715) |#1|) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 73 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 63) (($ (-1 |#1| |#1| |#1|) $ $) 67)) (-2324 (((-110) $ (-715)) NIL)) (-2227 (((-594 |#1|) $) NIL)) (-3898 (((-110) $) NIL)) (-1364 (($ $) 90)) (-3170 (((-110) $) 13)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2681 ((|#1| $) NIL) (($ $ (-715)) NIL)) (-2555 (($ $ $ (-527)) NIL) (($ |#1| $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) 74)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-2354 (($ (-1 |#1|)) 124) (($ (-1 |#1| |#1|) |#1|) 125)) (-1885 ((|#1| $) 10)) (-1672 ((|#1| $) 28) (($ $ (-715)) 49)) (-3770 (((-2 (|:| |cycle?| (-110)) (|:| -2308 (-715)) (|:| |period| (-715))) (-715) $) 25)) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-2399 (($ (-1 (-110) |#1|) $) 126)) (-2409 (($ (-1 (-110) |#1|) $) 127)) (-1542 (($ $ |#1|) 68 (|has| $ (-6 -4262)))) (-3469 (($ $ (-527)) 32)) (-1311 (((-110) $) 72)) (-1246 (((-110) $) 12)) (-1763 (((-110) $) 117)) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 20)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) 15)) (-2453 (($) 43)) (-3439 ((|#1| $ "value") NIL) ((|#1| $ "first") NIL) (($ $ "rest") NIL) ((|#1| $ "last") NIL) (($ $ (-1143 (-527))) NIL) ((|#1| $ (-527)) 54) ((|#1| $ (-527) |#1|) NIL)) (-2312 (((-527) $ $) 48)) (-2104 (($ $ (-1143 (-527))) NIL) (($ $ (-527)) NIL)) (-2825 (($ (-1 $)) 47)) (-2760 (((-110) $) 69)) (-3112 (($ $) 70)) (-1256 (($ $) 99 (|has| $ (-6 -4262)))) (-1636 (((-715) $) NIL)) (-4049 (($ $) NIL)) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 44)) (-2051 (((-503) $) NIL (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 53)) (-3197 (($ |#1| $) 97)) (-1390 (($ $ $) 100 (|has| $ (-6 -4262))) (($ $ |#1|) 101 (|has| $ (-6 -4262)))) (-1997 (($ $ $) 78) (($ |#1| $) 45) (($ (-594 $)) 83) (($ $ |#1|) 77)) (-3750 (($ $) 50)) (-4118 (($ (-594 |#1|)) 111) (((-800) $) 42 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) NIL)) (-3789 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 114 (|has| |#1| (-1022)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1075 |#1|) (-13 (-621 |#1|) (-10 -8 (-6 -4262) (-15 -4118 ($ (-594 |#1|))) (-15 -3078 ($ (-594 |#1|))) (IF (|has| |#1| (-1022)) (-15 -2005 ((-110) (-594 |#1|) $)) |%noBranch|) (-15 -3770 ((-2 (|:| |cycle?| (-110)) (|:| -2308 (-715)) (|:| |period| (-715))) (-715) $)) (-15 -2825 ($ (-1 $))) (-15 -3197 ($ |#1| $)) (IF (|has| |#1| (-1022)) (PROGN (-15 -4077 ((-1181) (-527) $)) (-15 -1533 ((-800) $)) (-15 -2689 ((-110)))) |%noBranch|) (-15 -1706 ($ $ (-527) $)) (-15 -2354 ($ (-1 |#1|))) (-15 -2354 ($ (-1 |#1| |#1|) |#1|)) (-15 -2399 ($ (-1 (-110) |#1|) $)) (-15 -2409 ($ (-1 (-110) |#1|) $)))) (-1130)) (T -1075))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))) (-3078 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))) (-2005 (*1 *2 *3 *1) (-12 (-5 *3 (-594 *4)) (-4 *4 (-1022)) (-4 *4 (-1130)) (-5 *2 (-110)) (-5 *1 (-1075 *4)))) (-3770 (*1 *2 *3 *1) (-12 (-5 *2 (-2 (|:| |cycle?| (-110)) (|:| -2308 (-715)) (|:| |period| (-715)))) (-5 *1 (-1075 *4)) (-4 *4 (-1130)) (-5 *3 (-715)))) (-2825 (*1 *1 *2) (-12 (-5 *2 (-1 (-1075 *3))) (-5 *1 (-1075 *3)) (-4 *3 (-1130)))) (-3197 (*1 *1 *2 *1) (-12 (-5 *1 (-1075 *2)) (-4 *2 (-1130)))) (-4077 (*1 *2 *3 *1) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-1075 *4)) (-4 *4 (-1022)) (-4 *4 (-1130)))) (-1533 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-1075 *3)) (-4 *3 (-1022)) (-4 *3 (-1130)))) (-2689 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1075 *3)) (-4 *3 (-1022)) (-4 *3 (-1130)))) (-1706 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1075 *3)) (-4 *3 (-1130)))) (-2354 (*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))) (-2354 (*1 *1 *2 *3) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))) (-2399 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))) (-2409 (*1 *1 *2 *1) (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))))
+(-13 (-621 |#1|) (-10 -8 (-6 -4262) (-15 -4118 ($ (-594 |#1|))) (-15 -3078 ($ (-594 |#1|))) (IF (|has| |#1| (-1022)) (-15 -2005 ((-110) (-594 |#1|) $)) |%noBranch|) (-15 -3770 ((-2 (|:| |cycle?| (-110)) (|:| -2308 (-715)) (|:| |period| (-715))) (-715) $)) (-15 -2825 ($ (-1 $))) (-15 -3197 ($ |#1| $)) (IF (|has| |#1| (-1022)) (PROGN (-15 -4077 ((-1181) (-527) $)) (-15 -1533 ((-800) $)) (-15 -2689 ((-110)))) |%noBranch|) (-15 -1706 ($ $ (-527) $)) (-15 -2354 ($ (-1 |#1|))) (-15 -2354 ($ (-1 |#1| |#1|) |#1|)) (-15 -2399 ($ (-1 (-110) |#1|) $)) (-15 -2409 ($ (-1 (-110) |#1|) $))))
+((-4105 (((-110) $ $) 19)) (-3306 (($ $) 120)) (-2619 (($ $) 121)) (-2632 (($ $ (-137)) 108) (($ $ (-134)) 107)) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-3005 (((-110) $ $) 118)) (-2979 (((-110) $ $ (-527)) 117)) (-3289 (($ (-527)) 127)) (-3106 (((-594 $) $ (-137)) 110) (((-594 $) $ (-134)) 109)) (-1393 (((-110) (-1 (-110) (-137) (-137)) $) 98) (((-110) $) 92 (|has| (-137) (-791)))) (-3962 (($ (-1 (-110) (-137) (-137)) $) 89 (|has| $ (-6 -4262))) (($ $) 88 (-12 (|has| (-137) (-791)) (|has| $ (-6 -4262))))) (-2259 (($ (-1 (-110) (-137) (-137)) $) 99) (($ $) 93 (|has| (-137) (-791)))) (-1731 (((-110) $ (-715)) 8)) (-1232 (((-137) $ (-527) (-137)) 52 (|has| $ (-6 -4262))) (((-137) $ (-1143 (-527)) (-137)) 58 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-137)) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1632 (($ $ (-137)) 104) (($ $ (-134)) 103)) (-1399 (($ $) 90 (|has| $ (-6 -4262)))) (-1677 (($ $) 100)) (-3553 (($ $ (-1143 (-527)) $) 114)) (-1702 (($ $) 78 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ (-137) $) 77 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) (-137)) $) 74 (|has| $ (-6 -4261)))) (-2731 (((-137) (-1 (-137) (-137) (-137)) $ (-137) (-137)) 76 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261)))) (((-137) (-1 (-137) (-137) (-137)) $ (-137)) 73 (|has| $ (-6 -4261))) (((-137) (-1 (-137) (-137) (-137)) $) 72 (|has| $ (-6 -4261)))) (-2774 (((-137) $ (-527) (-137)) 53 (|has| $ (-6 -4262)))) (-3231 (((-137) $ (-527)) 51)) (-3032 (((-110) $ $) 119)) (-3908 (((-527) (-1 (-110) (-137)) $) 97) (((-527) (-137) $) 96 (|has| (-137) (-1022))) (((-527) (-137) $ (-527)) 95 (|has| (-137) (-1022))) (((-527) $ $ (-527)) 113) (((-527) (-134) $ (-527)) 112)) (-3717 (((-594 (-137)) $) 30 (|has| $ (-6 -4261)))) (-3325 (($ (-715) (-137)) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3902 (($ $ $) 87 (|has| (-137) (-791)))) (-2965 (($ (-1 (-110) (-137) (-137)) $ $) 101) (($ $ $) 94 (|has| (-137) (-791)))) (-2063 (((-594 (-137)) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) (-137) $) 27 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-1257 (($ $ $) 86 (|has| (-137) (-791)))) (-3528 (((-110) $ $ (-137)) 115)) (-1613 (((-715) $ $ (-137)) 116)) (-2762 (($ (-1 (-137) (-137)) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-137) (-137)) $) 35) (($ (-1 (-137) (-137) (-137)) $ $) 64)) (-2094 (($ $) 122)) (-3588 (($ $) 123)) (-2324 (((-110) $ (-715)) 10)) (-1643 (($ $ (-137)) 106) (($ $ (-134)) 105)) (-2416 (((-1077) $) 22)) (-2555 (($ (-137) $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21)) (-1672 (((-137) $) 42 (|has| (-527) (-791)))) (-3326 (((-3 (-137) "failed") (-1 (-110) (-137)) $) 71)) (-1542 (($ $ (-137)) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-137)) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-137)))) 26 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-275 (-137))) 25 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-137) (-137)) 24 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-594 (-137)) (-594 (-137))) 23 (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) (-137) $) 45 (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2401 (((-594 (-137)) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 (((-137) $ (-527) (-137)) 50) (((-137) $ (-527)) 49) (($ $ (-1143 (-527))) 63) (($ $ $) 102)) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-4034 (((-715) (-1 (-110) (-137)) $) 31 (|has| $ (-6 -4261))) (((-715) (-137) $) 28 (-12 (|has| (-137) (-1022)) (|has| $ (-6 -4261))))) (-2687 (($ $ $ (-527)) 91 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| (-137) (-569 (-503))))) (-4131 (($ (-594 (-137))) 70)) (-1997 (($ $ (-137)) 68) (($ (-137) $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (($ (-137)) 111) (((-800) $) 18)) (-1722 (((-110) (-1 (-110) (-137)) $) 33 (|has| $ (-6 -4261)))) (-2951 (((-1077) $) 131) (((-1077) $ (-110)) 130) (((-1181) (-766) $) 129) (((-1181) (-766) $ (-110)) 128)) (-2813 (((-110) $ $) 84 (|has| (-137) (-791)))) (-2788 (((-110) $ $) 83 (|has| (-137) (-791)))) (-2747 (((-110) $ $) 20)) (-2799 (((-110) $ $) 85 (|has| (-137) (-791)))) (-2775 (((-110) $ $) 82 (|has| (-137) (-791)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-1076) (-133)) (T -1076))
+((-3289 (*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-1076)))))
+(-13 (-1063) (-1022) (-772) (-10 -8 (-15 -3289 ($ (-527)))))
+(((-33) . T) ((-99) . T) ((-568 (-800)) . T) ((-144 #0=(-137)) . T) ((-569 (-503)) |has| (-137) (-569 (-503))) ((-267 #1=(-527) #0#) . T) ((-269 #1# #0#) . T) ((-290 #0#) -12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))) ((-353 #0#) . T) ((-466 #0#) . T) ((-560 #1# #0#) . T) ((-488 #0# #0#) -12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))) ((-599 #0#) . T) ((-19 #0#) . T) ((-772) . T) ((-791) |has| (-137) (-791)) ((-1022) . T) ((-1063) . T) ((-1130) . T))
+((-4105 (((-110) $ $) NIL)) (-3306 (($ $) NIL)) (-2619 (($ $) NIL)) (-2632 (($ $ (-137)) NIL) (($ $ (-134)) NIL)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-3005 (((-110) $ $) NIL)) (-2979 (((-110) $ $ (-527)) NIL)) (-3289 (($ (-527)) 7)) (-3106 (((-594 $) $ (-137)) NIL) (((-594 $) $ (-134)) NIL)) (-1393 (((-110) (-1 (-110) (-137) (-137)) $) NIL) (((-110) $) NIL (|has| (-137) (-791)))) (-3962 (($ (-1 (-110) (-137) (-137)) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| (-137) (-791))))) (-2259 (($ (-1 (-110) (-137) (-137)) $) NIL) (($ $) NIL (|has| (-137) (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 (((-137) $ (-527) (-137)) NIL (|has| $ (-6 -4262))) (((-137) $ (-1143 (-527)) (-137)) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1632 (($ $ (-137)) NIL) (($ $ (-134)) NIL)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-3553 (($ $ (-1143 (-527)) $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2659 (($ (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022)))) (($ (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-137) (-1 (-137) (-137) (-137)) $ (-137) (-137)) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022)))) (((-137) (-1 (-137) (-137) (-137)) $ (-137)) NIL (|has| $ (-6 -4261))) (((-137) (-1 (-137) (-137) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2774 (((-137) $ (-527) (-137)) NIL (|has| $ (-6 -4262)))) (-3231 (((-137) $ (-527)) NIL)) (-3032 (((-110) $ $) NIL)) (-3908 (((-527) (-1 (-110) (-137)) $) NIL) (((-527) (-137) $) NIL (|has| (-137) (-1022))) (((-527) (-137) $ (-527)) NIL (|has| (-137) (-1022))) (((-527) $ $ (-527)) NIL) (((-527) (-134) $ (-527)) NIL)) (-3717 (((-594 (-137)) $) NIL (|has| $ (-6 -4261)))) (-3325 (($ (-715) (-137)) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| (-137) (-791)))) (-2965 (($ (-1 (-110) (-137) (-137)) $ $) NIL) (($ $ $) NIL (|has| (-137) (-791)))) (-2063 (((-594 (-137)) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| (-137) (-791)))) (-3528 (((-110) $ $ (-137)) NIL)) (-1613 (((-715) $ $ (-137)) NIL)) (-2762 (($ (-1 (-137) (-137)) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-137) (-137)) $) NIL) (($ (-1 (-137) (-137) (-137)) $ $) NIL)) (-2094 (($ $) NIL)) (-3588 (($ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-1643 (($ $ (-137)) NIL) (($ $ (-134)) NIL)) (-2416 (((-1077) $) NIL)) (-2555 (($ (-137) $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-137) $) NIL (|has| (-527) (-791)))) (-3326 (((-3 (-137) "failed") (-1 (-110) (-137)) $) NIL)) (-1542 (($ $ (-137)) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-137)))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-275 (-137))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-137) (-137)) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022)))) (($ $ (-594 (-137)) (-594 (-137))) NIL (-12 (|has| (-137) (-290 (-137))) (|has| (-137) (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2401 (((-594 (-137)) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 (((-137) $ (-527) (-137)) NIL) (((-137) $ (-527)) NIL) (($ $ (-1143 (-527))) NIL) (($ $ $) NIL)) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-4034 (((-715) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261))) (((-715) (-137) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-137) (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-137) (-569 (-503))))) (-4131 (($ (-594 (-137))) NIL)) (-1997 (($ $ (-137)) NIL) (($ (-137) $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (($ (-137)) NIL) (((-800) $) NIL)) (-1722 (((-110) (-1 (-110) (-137)) $) NIL (|has| $ (-6 -4261)))) (-2951 (((-1077) $) 18) (((-1077) $ (-110)) 20) (((-1181) (-766) $) 21) (((-1181) (-766) $ (-110)) 22)) (-2813 (((-110) $ $) NIL (|has| (-137) (-791)))) (-2788 (((-110) $ $) NIL (|has| (-137) (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| (-137) (-791)))) (-2775 (((-110) $ $) NIL (|has| (-137) (-791)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1077) (-1076)) (T -1077))
+NIL
+(-1076)
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)) (|has| |#1| (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL)) (-3604 (((-1181) $ (-1077) (-1077)) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-1077) |#1|) NIL)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#1| "failed") (-1077) $) NIL)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#1| "failed") (-1077) $) NIL)) (-2659 (($ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-1077) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-1077)) NIL)) (-3717 (((-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-1077) $) NIL (|has| (-1077) (-791)))) (-2063 (((-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-1077) $) NIL (|has| (-1077) (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL) (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)) (|has| |#1| (-1022))))) (-4195 (((-594 (-1077)) $) NIL)) (-1651 (((-110) (-1077) $) NIL)) (-3368 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL)) (-3847 (((-594 (-1077)) $) NIL)) (-1645 (((-110) (-1077) $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)) (|has| |#1| (-1022))))) (-1672 ((|#1| $) NIL (|has| (-1077) (-791)))) (-3326 (((-3 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) "failed") (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ $ (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL (-12 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-290 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-1077)) NIL) ((|#1| $ (-1077) |#1|) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-568 (-800))) (|has| |#1| (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 (-1077)) (|:| -3484 |#1|)) (-1022)) (|has| |#1| (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1078 |#1|) (-13 (-1107 (-1077) |#1|) (-10 -7 (-6 -4261))) (-1022)) (T -1078))
+NIL
+(-13 (-1107 (-1077) |#1|) (-10 -7 (-6 -4261)))
+((-3096 (((-1075 |#1|) (-1075 |#1|)) 77)) (-3714 (((-3 (-1075 |#1|) "failed") (-1075 |#1|)) 37)) (-3981 (((-1075 |#1|) (-387 (-527)) (-1075 |#1|)) 121 (|has| |#1| (-37 (-387 (-527)))))) (-3670 (((-1075 |#1|) |#1| (-1075 |#1|)) 127 (|has| |#1| (-343)))) (-2559 (((-1075 |#1|) (-1075 |#1|)) 90)) (-2302 (((-1075 (-527)) (-527)) 57)) (-3840 (((-1075 |#1|) (-1075 (-1075 |#1|))) 109 (|has| |#1| (-37 (-387 (-527)))))) (-2015 (((-1075 |#1|) (-527) (-527) (-1075 |#1|)) 95)) (-2897 (((-1075 |#1|) |#1| (-527)) 45)) (-1647 (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 60)) (-2428 (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 124 (|has| |#1| (-343)))) (-1676 (((-1075 |#1|) |#1| (-1 (-1075 |#1|))) 108 (|has| |#1| (-37 (-387 (-527)))))) (-1546 (((-1075 |#1|) (-1 |#1| (-527)) |#1| (-1 (-1075 |#1|))) 125 (|has| |#1| (-343)))) (-1610 (((-1075 |#1|) (-1075 |#1|)) 89)) (-2480 (((-1075 |#1|) (-1075 |#1|)) 76)) (-2605 (((-1075 |#1|) (-527) (-527) (-1075 |#1|)) 96)) (-1467 (((-1075 |#1|) |#1| (-1075 |#1|)) 105 (|has| |#1| (-37 (-387 (-527)))))) (-2195 (((-1075 (-527)) (-527)) 56)) (-3012 (((-1075 |#1|) |#1|) 59)) (-2107 (((-1075 |#1|) (-1075 |#1|) (-527) (-527)) 92)) (-3262 (((-1075 |#1|) (-1 |#1| (-527)) (-1075 |#1|)) 66)) (-1305 (((-3 (-1075 |#1|) "failed") (-1075 |#1|) (-1075 |#1|)) 35)) (-2437 (((-1075 |#1|) (-1075 |#1|)) 91)) (-2819 (((-1075 |#1|) (-1075 |#1|) |#1|) 71)) (-2320 (((-1075 |#1|) (-1075 |#1|)) 62)) (-2410 (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 72)) (-4118 (((-1075 |#1|) |#1|) 67)) (-1843 (((-1075 |#1|) (-1075 (-1075 |#1|))) 82)) (-2873 (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 36)) (-2863 (((-1075 |#1|) (-1075 |#1|)) 21) (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 23)) (-2850 (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 17)) (* (((-1075 |#1|) (-1075 |#1|) |#1|) 29) (((-1075 |#1|) |#1| (-1075 |#1|)) 26) (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 27)))
+(((-1079 |#1|) (-10 -7 (-15 -2850 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2863 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2863 ((-1075 |#1|) (-1075 |#1|))) (-15 * ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 * ((-1075 |#1|) |#1| (-1075 |#1|))) (-15 * ((-1075 |#1|) (-1075 |#1|) |#1|)) (-15 -1305 ((-3 (-1075 |#1|) "failed") (-1075 |#1|) (-1075 |#1|))) (-15 -2873 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -3714 ((-3 (-1075 |#1|) "failed") (-1075 |#1|))) (-15 -2897 ((-1075 |#1|) |#1| (-527))) (-15 -2195 ((-1075 (-527)) (-527))) (-15 -2302 ((-1075 (-527)) (-527))) (-15 -3012 ((-1075 |#1|) |#1|)) (-15 -1647 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2320 ((-1075 |#1|) (-1075 |#1|))) (-15 -3262 ((-1075 |#1|) (-1 |#1| (-527)) (-1075 |#1|))) (-15 -4118 ((-1075 |#1|) |#1|)) (-15 -2819 ((-1075 |#1|) (-1075 |#1|) |#1|)) (-15 -2410 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2480 ((-1075 |#1|) (-1075 |#1|))) (-15 -3096 ((-1075 |#1|) (-1075 |#1|))) (-15 -1843 ((-1075 |#1|) (-1075 (-1075 |#1|)))) (-15 -1610 ((-1075 |#1|) (-1075 |#1|))) (-15 -2559 ((-1075 |#1|) (-1075 |#1|))) (-15 -2437 ((-1075 |#1|) (-1075 |#1|))) (-15 -2107 ((-1075 |#1|) (-1075 |#1|) (-527) (-527))) (-15 -2015 ((-1075 |#1|) (-527) (-527) (-1075 |#1|))) (-15 -2605 ((-1075 |#1|) (-527) (-527) (-1075 |#1|))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ((-1075 |#1|) |#1| (-1075 |#1|))) (-15 -1676 ((-1075 |#1|) |#1| (-1 (-1075 |#1|)))) (-15 -3840 ((-1075 |#1|) (-1075 (-1075 |#1|)))) (-15 -3981 ((-1075 |#1|) (-387 (-527)) (-1075 |#1|)))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-15 -2428 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -1546 ((-1075 |#1|) (-1 |#1| (-527)) |#1| (-1 (-1075 |#1|)))) (-15 -3670 ((-1075 |#1|) |#1| (-1075 |#1|)))) |%noBranch|)) (-979)) (T -1079))
+((-3670 (*1 *2 *3 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-343)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-1546 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *4 (-527))) (-5 *5 (-1 (-1075 *4))) (-4 *4 (-343)) (-4 *4 (-979)) (-5 *2 (-1075 *4)) (-5 *1 (-1079 *4)))) (-2428 (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-343)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-3981 (*1 *2 *3 *2) (-12 (-5 *2 (-1075 *4)) (-4 *4 (-37 *3)) (-4 *4 (-979)) (-5 *3 (-387 (-527))) (-5 *1 (-1079 *4)))) (-3840 (*1 *2 *3) (-12 (-5 *3 (-1075 (-1075 *4))) (-5 *2 (-1075 *4)) (-5 *1 (-1079 *4)) (-4 *4 (-37 (-387 (-527)))) (-4 *4 (-979)))) (-1676 (*1 *2 *3 *4) (-12 (-5 *4 (-1 (-1075 *3))) (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)))) (-1467 (*1 *2 *3 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2605 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-979)) (-5 *1 (-1079 *4)))) (-2015 (*1 *2 *3 *3 *2) (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-979)) (-5 *1 (-1079 *4)))) (-2107 (*1 *2 *2 *3 *3) (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-979)) (-5 *1 (-1079 *4)))) (-2437 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2559 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-1610 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-1843 (*1 *2 *3) (-12 (-5 *3 (-1075 (-1075 *4))) (-5 *2 (-1075 *4)) (-5 *1 (-1079 *4)) (-4 *4 (-979)))) (-3096 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2480 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2410 (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2819 (*1 *2 *2 *3) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-4118 (*1 *2 *3) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3)) (-4 *3 (-979)))) (-3262 (*1 *2 *3 *2) (-12 (-5 *2 (-1075 *4)) (-5 *3 (-1 *4 (-527))) (-4 *4 (-979)) (-5 *1 (-1079 *4)))) (-2320 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-1647 (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-3012 (*1 *2 *3) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3)) (-4 *3 (-979)))) (-2302 (*1 *2 *3) (-12 (-5 *2 (-1075 (-527))) (-5 *1 (-1079 *4)) (-4 *4 (-979)) (-5 *3 (-527)))) (-2195 (*1 *2 *3) (-12 (-5 *2 (-1075 (-527))) (-5 *1 (-1079 *4)) (-4 *4 (-979)) (-5 *3 (-527)))) (-2897 (*1 *2 *3 *4) (-12 (-5 *4 (-527)) (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3)) (-4 *3 (-979)))) (-3714 (*1 *2 *2) (|partial| -12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2873 (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-1305 (*1 *2 *2 *2) (|partial| -12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (* (*1 *2 *2 *3) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (* (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2863 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2863 (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))) (-2850 (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))))
+(-10 -7 (-15 -2850 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2863 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2863 ((-1075 |#1|) (-1075 |#1|))) (-15 * ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 * ((-1075 |#1|) |#1| (-1075 |#1|))) (-15 * ((-1075 |#1|) (-1075 |#1|) |#1|)) (-15 -1305 ((-3 (-1075 |#1|) "failed") (-1075 |#1|) (-1075 |#1|))) (-15 -2873 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -3714 ((-3 (-1075 |#1|) "failed") (-1075 |#1|))) (-15 -2897 ((-1075 |#1|) |#1| (-527))) (-15 -2195 ((-1075 (-527)) (-527))) (-15 -2302 ((-1075 (-527)) (-527))) (-15 -3012 ((-1075 |#1|) |#1|)) (-15 -1647 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2320 ((-1075 |#1|) (-1075 |#1|))) (-15 -3262 ((-1075 |#1|) (-1 |#1| (-527)) (-1075 |#1|))) (-15 -4118 ((-1075 |#1|) |#1|)) (-15 -2819 ((-1075 |#1|) (-1075 |#1|) |#1|)) (-15 -2410 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2480 ((-1075 |#1|) (-1075 |#1|))) (-15 -3096 ((-1075 |#1|) (-1075 |#1|))) (-15 -1843 ((-1075 |#1|) (-1075 (-1075 |#1|)))) (-15 -1610 ((-1075 |#1|) (-1075 |#1|))) (-15 -2559 ((-1075 |#1|) (-1075 |#1|))) (-15 -2437 ((-1075 |#1|) (-1075 |#1|))) (-15 -2107 ((-1075 |#1|) (-1075 |#1|) (-527) (-527))) (-15 -2015 ((-1075 |#1|) (-527) (-527) (-1075 |#1|))) (-15 -2605 ((-1075 |#1|) (-527) (-527) (-1075 |#1|))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ((-1075 |#1|) |#1| (-1075 |#1|))) (-15 -1676 ((-1075 |#1|) |#1| (-1 (-1075 |#1|)))) (-15 -3840 ((-1075 |#1|) (-1075 (-1075 |#1|)))) (-15 -3981 ((-1075 |#1|) (-387 (-527)) (-1075 |#1|)))) |%noBranch|) (IF (|has| |#1| (-343)) (PROGN (-15 -2428 ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -1546 ((-1075 |#1|) (-1 |#1| (-527)) |#1| (-1 (-1075 |#1|)))) (-15 -3670 ((-1075 |#1|) |#1| (-1075 |#1|)))) |%noBranch|))
+((-1481 (((-1075 |#1|) (-1075 |#1|)) 57)) (-2460 (((-1075 |#1|) (-1075 |#1|)) 39)) (-1461 (((-1075 |#1|) (-1075 |#1|)) 53)) (-2439 (((-1075 |#1|) (-1075 |#1|)) 35)) (-1504 (((-1075 |#1|) (-1075 |#1|)) 60)) (-2502 (((-1075 |#1|) (-1075 |#1|)) 42)) (-2495 (((-1075 |#1|) (-1075 |#1|)) 31)) (-1724 (((-1075 |#1|) (-1075 |#1|)) 27)) (-1513 (((-1075 |#1|) (-1075 |#1|)) 61)) (-2021 (((-1075 |#1|) (-1075 |#1|)) 43)) (-1493 (((-1075 |#1|) (-1075 |#1|)) 58)) (-2482 (((-1075 |#1|) (-1075 |#1|)) 40)) (-1471 (((-1075 |#1|) (-1075 |#1|)) 55)) (-2449 (((-1075 |#1|) (-1075 |#1|)) 37)) (-1551 (((-1075 |#1|) (-1075 |#1|)) 65)) (-2076 (((-1075 |#1|) (-1075 |#1|)) 47)) (-1526 (((-1075 |#1|) (-1075 |#1|)) 63)) (-2033 (((-1075 |#1|) (-1075 |#1|)) 45)) (-1579 (((-1075 |#1|) (-1075 |#1|)) 68)) (-1439 (((-1075 |#1|) (-1075 |#1|)) 50)) (-2837 (((-1075 |#1|) (-1075 |#1|)) 69)) (-1449 (((-1075 |#1|) (-1075 |#1|)) 51)) (-1564 (((-1075 |#1|) (-1075 |#1|)) 67)) (-1427 (((-1075 |#1|) (-1075 |#1|)) 49)) (-1539 (((-1075 |#1|) (-1075 |#1|)) 66)) (-2044 (((-1075 |#1|) (-1075 |#1|)) 48)) (** (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 33)))
+(((-1080 |#1|) (-10 -7 (-15 -1724 ((-1075 |#1|) (-1075 |#1|))) (-15 -2495 ((-1075 |#1|) (-1075 |#1|))) (-15 ** ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2439 ((-1075 |#1|) (-1075 |#1|))) (-15 -2449 ((-1075 |#1|) (-1075 |#1|))) (-15 -2460 ((-1075 |#1|) (-1075 |#1|))) (-15 -2482 ((-1075 |#1|) (-1075 |#1|))) (-15 -2502 ((-1075 |#1|) (-1075 |#1|))) (-15 -2021 ((-1075 |#1|) (-1075 |#1|))) (-15 -2033 ((-1075 |#1|) (-1075 |#1|))) (-15 -2044 ((-1075 |#1|) (-1075 |#1|))) (-15 -2076 ((-1075 |#1|) (-1075 |#1|))) (-15 -1427 ((-1075 |#1|) (-1075 |#1|))) (-15 -1439 ((-1075 |#1|) (-1075 |#1|))) (-15 -1449 ((-1075 |#1|) (-1075 |#1|))) (-15 -1461 ((-1075 |#1|) (-1075 |#1|))) (-15 -1471 ((-1075 |#1|) (-1075 |#1|))) (-15 -1481 ((-1075 |#1|) (-1075 |#1|))) (-15 -1493 ((-1075 |#1|) (-1075 |#1|))) (-15 -1504 ((-1075 |#1|) (-1075 |#1|))) (-15 -1513 ((-1075 |#1|) (-1075 |#1|))) (-15 -1526 ((-1075 |#1|) (-1075 |#1|))) (-15 -1539 ((-1075 |#1|) (-1075 |#1|))) (-15 -1551 ((-1075 |#1|) (-1075 |#1|))) (-15 -1564 ((-1075 |#1|) (-1075 |#1|))) (-15 -1579 ((-1075 |#1|) (-1075 |#1|))) (-15 -2837 ((-1075 |#1|) (-1075 |#1|)))) (-37 (-387 (-527)))) (T -1080))
+((-2837 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1579 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1564 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1551 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1539 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1526 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1513 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1504 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1493 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1481 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1471 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1461 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1449 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1439 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1427 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2076 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2044 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2033 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2021 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2502 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2482 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2460 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2449 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2439 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-2495 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))) (-1724 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1080 *3)))))
+(-10 -7 (-15 -1724 ((-1075 |#1|) (-1075 |#1|))) (-15 -2495 ((-1075 |#1|) (-1075 |#1|))) (-15 ** ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -2439 ((-1075 |#1|) (-1075 |#1|))) (-15 -2449 ((-1075 |#1|) (-1075 |#1|))) (-15 -2460 ((-1075 |#1|) (-1075 |#1|))) (-15 -2482 ((-1075 |#1|) (-1075 |#1|))) (-15 -2502 ((-1075 |#1|) (-1075 |#1|))) (-15 -2021 ((-1075 |#1|) (-1075 |#1|))) (-15 -2033 ((-1075 |#1|) (-1075 |#1|))) (-15 -2044 ((-1075 |#1|) (-1075 |#1|))) (-15 -2076 ((-1075 |#1|) (-1075 |#1|))) (-15 -1427 ((-1075 |#1|) (-1075 |#1|))) (-15 -1439 ((-1075 |#1|) (-1075 |#1|))) (-15 -1449 ((-1075 |#1|) (-1075 |#1|))) (-15 -1461 ((-1075 |#1|) (-1075 |#1|))) (-15 -1471 ((-1075 |#1|) (-1075 |#1|))) (-15 -1481 ((-1075 |#1|) (-1075 |#1|))) (-15 -1493 ((-1075 |#1|) (-1075 |#1|))) (-15 -1504 ((-1075 |#1|) (-1075 |#1|))) (-15 -1513 ((-1075 |#1|) (-1075 |#1|))) (-15 -1526 ((-1075 |#1|) (-1075 |#1|))) (-15 -1539 ((-1075 |#1|) (-1075 |#1|))) (-15 -1551 ((-1075 |#1|) (-1075 |#1|))) (-15 -1564 ((-1075 |#1|) (-1075 |#1|))) (-15 -1579 ((-1075 |#1|) (-1075 |#1|))) (-15 -2837 ((-1075 |#1|) (-1075 |#1|))))
+((-1481 (((-1075 |#1|) (-1075 |#1|)) 100)) (-2460 (((-1075 |#1|) (-1075 |#1|)) 64)) (-1432 (((-2 (|:| -1461 (-1075 |#1|)) (|:| -1471 (-1075 |#1|))) (-1075 |#1|)) 96)) (-1461 (((-1075 |#1|) (-1075 |#1|)) 97)) (-1503 (((-2 (|:| -2439 (-1075 |#1|)) (|:| -2449 (-1075 |#1|))) (-1075 |#1|)) 53)) (-2439 (((-1075 |#1|) (-1075 |#1|)) 54)) (-1504 (((-1075 |#1|) (-1075 |#1|)) 102)) (-2502 (((-1075 |#1|) (-1075 |#1|)) 71)) (-2495 (((-1075 |#1|) (-1075 |#1|)) 39)) (-1724 (((-1075 |#1|) (-1075 |#1|)) 36)) (-1513 (((-1075 |#1|) (-1075 |#1|)) 103)) (-2021 (((-1075 |#1|) (-1075 |#1|)) 72)) (-1493 (((-1075 |#1|) (-1075 |#1|)) 101)) (-2482 (((-1075 |#1|) (-1075 |#1|)) 67)) (-1471 (((-1075 |#1|) (-1075 |#1|)) 98)) (-2449 (((-1075 |#1|) (-1075 |#1|)) 55)) (-1551 (((-1075 |#1|) (-1075 |#1|)) 111)) (-2076 (((-1075 |#1|) (-1075 |#1|)) 86)) (-1526 (((-1075 |#1|) (-1075 |#1|)) 105)) (-2033 (((-1075 |#1|) (-1075 |#1|)) 82)) (-1579 (((-1075 |#1|) (-1075 |#1|)) 115)) (-1439 (((-1075 |#1|) (-1075 |#1|)) 90)) (-2837 (((-1075 |#1|) (-1075 |#1|)) 117)) (-1449 (((-1075 |#1|) (-1075 |#1|)) 92)) (-1564 (((-1075 |#1|) (-1075 |#1|)) 113)) (-1427 (((-1075 |#1|) (-1075 |#1|)) 88)) (-1539 (((-1075 |#1|) (-1075 |#1|)) 107)) (-2044 (((-1075 |#1|) (-1075 |#1|)) 84)) (** (((-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) 40)))
+(((-1081 |#1|) (-10 -7 (-15 -1724 ((-1075 |#1|) (-1075 |#1|))) (-15 -2495 ((-1075 |#1|) (-1075 |#1|))) (-15 ** ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -1503 ((-2 (|:| -2439 (-1075 |#1|)) (|:| -2449 (-1075 |#1|))) (-1075 |#1|))) (-15 -2439 ((-1075 |#1|) (-1075 |#1|))) (-15 -2449 ((-1075 |#1|) (-1075 |#1|))) (-15 -2460 ((-1075 |#1|) (-1075 |#1|))) (-15 -2482 ((-1075 |#1|) (-1075 |#1|))) (-15 -2502 ((-1075 |#1|) (-1075 |#1|))) (-15 -2021 ((-1075 |#1|) (-1075 |#1|))) (-15 -2033 ((-1075 |#1|) (-1075 |#1|))) (-15 -2044 ((-1075 |#1|) (-1075 |#1|))) (-15 -2076 ((-1075 |#1|) (-1075 |#1|))) (-15 -1427 ((-1075 |#1|) (-1075 |#1|))) (-15 -1439 ((-1075 |#1|) (-1075 |#1|))) (-15 -1449 ((-1075 |#1|) (-1075 |#1|))) (-15 -1432 ((-2 (|:| -1461 (-1075 |#1|)) (|:| -1471 (-1075 |#1|))) (-1075 |#1|))) (-15 -1461 ((-1075 |#1|) (-1075 |#1|))) (-15 -1471 ((-1075 |#1|) (-1075 |#1|))) (-15 -1481 ((-1075 |#1|) (-1075 |#1|))) (-15 -1493 ((-1075 |#1|) (-1075 |#1|))) (-15 -1504 ((-1075 |#1|) (-1075 |#1|))) (-15 -1513 ((-1075 |#1|) (-1075 |#1|))) (-15 -1526 ((-1075 |#1|) (-1075 |#1|))) (-15 -1539 ((-1075 |#1|) (-1075 |#1|))) (-15 -1551 ((-1075 |#1|) (-1075 |#1|))) (-15 -1564 ((-1075 |#1|) (-1075 |#1|))) (-15 -1579 ((-1075 |#1|) (-1075 |#1|))) (-15 -2837 ((-1075 |#1|) (-1075 |#1|)))) (-37 (-387 (-527)))) (T -1081))
+((-2837 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1579 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1564 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1551 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1539 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1526 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1513 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1504 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1493 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1481 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1471 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1461 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1432 (*1 *2 *3) (-12 (-4 *4 (-37 (-387 (-527)))) (-5 *2 (-2 (|:| -1461 (-1075 *4)) (|:| -1471 (-1075 *4)))) (-5 *1 (-1081 *4)) (-5 *3 (-1075 *4)))) (-1449 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1439 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1427 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2076 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2044 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2033 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2021 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2502 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2482 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2460 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2449 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2439 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1503 (*1 *2 *3) (-12 (-4 *4 (-37 (-387 (-527)))) (-5 *2 (-2 (|:| -2439 (-1075 *4)) (|:| -2449 (-1075 *4)))) (-5 *1 (-1081 *4)) (-5 *3 (-1075 *4)))) (** (*1 *2 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-2495 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))) (-1724 (*1 *2 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1081 *3)))))
+(-10 -7 (-15 -1724 ((-1075 |#1|) (-1075 |#1|))) (-15 -2495 ((-1075 |#1|) (-1075 |#1|))) (-15 ** ((-1075 |#1|) (-1075 |#1|) (-1075 |#1|))) (-15 -1503 ((-2 (|:| -2439 (-1075 |#1|)) (|:| -2449 (-1075 |#1|))) (-1075 |#1|))) (-15 -2439 ((-1075 |#1|) (-1075 |#1|))) (-15 -2449 ((-1075 |#1|) (-1075 |#1|))) (-15 -2460 ((-1075 |#1|) (-1075 |#1|))) (-15 -2482 ((-1075 |#1|) (-1075 |#1|))) (-15 -2502 ((-1075 |#1|) (-1075 |#1|))) (-15 -2021 ((-1075 |#1|) (-1075 |#1|))) (-15 -2033 ((-1075 |#1|) (-1075 |#1|))) (-15 -2044 ((-1075 |#1|) (-1075 |#1|))) (-15 -2076 ((-1075 |#1|) (-1075 |#1|))) (-15 -1427 ((-1075 |#1|) (-1075 |#1|))) (-15 -1439 ((-1075 |#1|) (-1075 |#1|))) (-15 -1449 ((-1075 |#1|) (-1075 |#1|))) (-15 -1432 ((-2 (|:| -1461 (-1075 |#1|)) (|:| -1471 (-1075 |#1|))) (-1075 |#1|))) (-15 -1461 ((-1075 |#1|) (-1075 |#1|))) (-15 -1471 ((-1075 |#1|) (-1075 |#1|))) (-15 -1481 ((-1075 |#1|) (-1075 |#1|))) (-15 -1493 ((-1075 |#1|) (-1075 |#1|))) (-15 -1504 ((-1075 |#1|) (-1075 |#1|))) (-15 -1513 ((-1075 |#1|) (-1075 |#1|))) (-15 -1526 ((-1075 |#1|) (-1075 |#1|))) (-15 -1539 ((-1075 |#1|) (-1075 |#1|))) (-15 -1551 ((-1075 |#1|) (-1075 |#1|))) (-15 -1564 ((-1075 |#1|) (-1075 |#1|))) (-15 -1579 ((-1075 |#1|) (-1075 |#1|))) (-15 -2837 ((-1075 |#1|) (-1075 |#1|))))
+((-3888 (((-894 |#2|) |#2| |#2|) 35)) (-2855 ((|#2| |#2| |#1|) 19 (|has| |#1| (-288)))))
+(((-1082 |#1| |#2|) (-10 -7 (-15 -3888 ((-894 |#2|) |#2| |#2|)) (IF (|has| |#1| (-288)) (-15 -2855 (|#2| |#2| |#1|)) |%noBranch|)) (-519) (-1152 |#1|)) (T -1082))
+((-2855 (*1 *2 *2 *3) (-12 (-4 *3 (-288)) (-4 *3 (-519)) (-5 *1 (-1082 *3 *2)) (-4 *2 (-1152 *3)))) (-3888 (*1 *2 *3 *3) (-12 (-4 *4 (-519)) (-5 *2 (-894 *3)) (-5 *1 (-1082 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -3888 ((-894 |#2|) |#2| |#2|)) (IF (|has| |#1| (-288)) (-15 -2855 (|#2| |#2| |#1|)) |%noBranch|))
+((-4105 (((-110) $ $) NIL)) (-4084 (($ $ (-594 (-715))) 67)) (-1581 (($) 26)) (-2896 (($ $) 42)) (-3444 (((-594 $) $) 51)) (-4172 (((-110) $) 16)) (-3608 (((-594 (-880 |#2|)) $) 74)) (-3900 (($ $) 68)) (-3861 (((-715) $) 37)) (-3325 (($) 25)) (-3349 (($ $ (-594 (-715)) (-880 |#2|)) 60) (($ $ (-594 (-715)) (-715)) 61) (($ $ (-715) (-880 |#2|)) 63)) (-2965 (($ $ $) 48) (($ (-594 $)) 50)) (-2549 (((-715) $) 75)) (-3898 (((-110) $) 15)) (-2416 (((-1077) $) NIL)) (-3739 (((-110) $) 18)) (-4024 (((-1041) $) NIL)) (-1552 (((-161) $) 73)) (-1931 (((-880 |#2|) $) 69)) (-3143 (((-715) $) 70)) (-3773 (((-110) $) 72)) (-1413 (($ $ (-594 (-715)) (-161)) 66)) (-1502 (($ $) 43)) (-4118 (((-800) $) 86)) (-3751 (($ $ (-594 (-715)) (-110)) 65)) (-3355 (((-594 $) $) 11)) (-3842 (($ $ (-715)) 36)) (-3552 (($ $) 32)) (-2565 (($ $ $ (-880 |#2|) (-715)) 56)) (-4093 (($ $ (-880 |#2|)) 55)) (-3695 (($ $ (-594 (-715)) (-880 |#2|)) 54) (($ $ (-594 (-715)) (-715)) 58) (((-715) $ (-880 |#2|)) 59)) (-2747 (((-110) $ $) 80)))
+(((-1083 |#1| |#2|) (-13 (-1022) (-10 -8 (-15 -3898 ((-110) $)) (-15 -4172 ((-110) $)) (-15 -3739 ((-110) $)) (-15 -3325 ($)) (-15 -1581 ($)) (-15 -3552 ($ $)) (-15 -3842 ($ $ (-715))) (-15 -3355 ((-594 $) $)) (-15 -3861 ((-715) $)) (-15 -2896 ($ $)) (-15 -1502 ($ $)) (-15 -2965 ($ $ $)) (-15 -2965 ($ (-594 $))) (-15 -3444 ((-594 $) $)) (-15 -3695 ($ $ (-594 (-715)) (-880 |#2|))) (-15 -4093 ($ $ (-880 |#2|))) (-15 -2565 ($ $ $ (-880 |#2|) (-715))) (-15 -3349 ($ $ (-594 (-715)) (-880 |#2|))) (-15 -3695 ($ $ (-594 (-715)) (-715))) (-15 -3349 ($ $ (-594 (-715)) (-715))) (-15 -3695 ((-715) $ (-880 |#2|))) (-15 -3349 ($ $ (-715) (-880 |#2|))) (-15 -3751 ($ $ (-594 (-715)) (-110))) (-15 -1413 ($ $ (-594 (-715)) (-161))) (-15 -4084 ($ $ (-594 (-715)))) (-15 -1931 ((-880 |#2|) $)) (-15 -3143 ((-715) $)) (-15 -3773 ((-110) $)) (-15 -1552 ((-161) $)) (-15 -2549 ((-715) $)) (-15 -3900 ($ $)) (-15 -3608 ((-594 (-880 |#2|)) $)))) (-858) (-979)) (T -1083))
+((-3898 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-4172 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3739 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3325 (*1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))) (-1581 (*1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))) (-3552 (*1 *1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))) (-3842 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3355 (*1 *2 *1) (-12 (-5 *2 (-594 (-1083 *3 *4))) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3861 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-2896 (*1 *1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))) (-1502 (*1 *1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))) (-2965 (*1 *1 *1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))) (-2965 (*1 *1 *2) (-12 (-5 *2 (-594 (-1083 *3 *4))) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3444 (*1 *2 *1) (-12 (-5 *2 (-594 (-1083 *3 *4))) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3695 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-715))) (-5 *3 (-880 *5)) (-4 *5 (-979)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))) (-4093 (*1 *1 *1 *2) (-12 (-5 *2 (-880 *4)) (-4 *4 (-979)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)))) (-2565 (*1 *1 *1 *1 *2 *3) (-12 (-5 *2 (-880 *5)) (-5 *3 (-715)) (-4 *5 (-979)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))) (-3349 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-715))) (-5 *3 (-880 *5)) (-4 *5 (-979)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))) (-3695 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-715))) (-5 *3 (-715)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)) (-4 *5 (-979)))) (-3349 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-715))) (-5 *3 (-715)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)) (-4 *5 (-979)))) (-3695 (*1 *2 *1 *3) (-12 (-5 *3 (-880 *5)) (-4 *5 (-979)) (-5 *2 (-715)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))) (-3349 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *3 (-880 *5)) (-4 *5 (-979)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))) (-3751 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-715))) (-5 *3 (-110)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)) (-4 *5 (-979)))) (-1413 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-594 (-715))) (-5 *3 (-161)) (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)) (-4 *5 (-979)))) (-4084 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-715))) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-1931 (*1 *2 *1) (-12 (-5 *2 (-880 *4)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3143 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3773 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-1552 (*1 *2 *1) (-12 (-5 *2 (-161)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-2549 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))) (-3900 (*1 *1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))) (-3608 (*1 *2 *1) (-12 (-5 *2 (-594 (-880 *4))) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858)) (-4 *4 (-979)))))
+(-13 (-1022) (-10 -8 (-15 -3898 ((-110) $)) (-15 -4172 ((-110) $)) (-15 -3739 ((-110) $)) (-15 -3325 ($)) (-15 -1581 ($)) (-15 -3552 ($ $)) (-15 -3842 ($ $ (-715))) (-15 -3355 ((-594 $) $)) (-15 -3861 ((-715) $)) (-15 -2896 ($ $)) (-15 -1502 ($ $)) (-15 -2965 ($ $ $)) (-15 -2965 ($ (-594 $))) (-15 -3444 ((-594 $) $)) (-15 -3695 ($ $ (-594 (-715)) (-880 |#2|))) (-15 -4093 ($ $ (-880 |#2|))) (-15 -2565 ($ $ $ (-880 |#2|) (-715))) (-15 -3349 ($ $ (-594 (-715)) (-880 |#2|))) (-15 -3695 ($ $ (-594 (-715)) (-715))) (-15 -3349 ($ $ (-594 (-715)) (-715))) (-15 -3695 ((-715) $ (-880 |#2|))) (-15 -3349 ($ $ (-715) (-880 |#2|))) (-15 -3751 ($ $ (-594 (-715)) (-110))) (-15 -1413 ($ $ (-594 (-715)) (-161))) (-15 -4084 ($ $ (-594 (-715)))) (-15 -1931 ((-880 |#2|) $)) (-15 -3143 ((-715) $)) (-15 -3773 ((-110) $)) (-15 -1552 ((-161) $)) (-15 -2549 ((-715) $)) (-15 -3900 ($ $)) (-15 -3608 ((-594 (-880 |#2|)) $))))
+((-4105 (((-110) $ $) NIL)) (-3296 ((|#2| $) 11)) (-3282 ((|#1| $) 10)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4131 (($ |#1| |#2|) 9)) (-4118 (((-800) $) 16)) (-2747 (((-110) $ $) NIL)))
+(((-1084 |#1| |#2|) (-13 (-1022) (-10 -8 (-15 -4131 ($ |#1| |#2|)) (-15 -3282 (|#1| $)) (-15 -3296 (|#2| $)))) (-1022) (-1022)) (T -1084))
+((-4131 (*1 *1 *2 *3) (-12 (-5 *1 (-1084 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-3282 (*1 *2 *1) (-12 (-4 *2 (-1022)) (-5 *1 (-1084 *2 *3)) (-4 *3 (-1022)))) (-3296 (*1 *2 *1) (-12 (-4 *2 (-1022)) (-5 *1 (-1084 *3 *2)) (-4 *3 (-1022)))))
+(-13 (-1022) (-10 -8 (-15 -4131 ($ |#1| |#2|)) (-15 -3282 (|#1| $)) (-15 -3296 (|#2| $))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 (((-1092 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-288)) (|has| |#1| (-343))))) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 11)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-3931 (($ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-3938 (((-110) $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-1913 (($ $ (-527)) NIL) (($ $ (-527) (-527)) 66)) (-2199 (((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $) NIL)) (-1919 (((-1092 |#1| |#2| |#3|) $) 36)) (-2266 (((-3 (-1092 |#1| |#2| |#3|) "failed") $) 29)) (-2908 (((-1092 |#1| |#2| |#3|) $) 30)) (-1481 (($ $) 107 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 83 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) 103 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 79 (|has| |#1| (-37 (-387 (-527)))))) (-2350 (((-527) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-3856 (($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|)))) NIL)) (-1504 (($ $) 111 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 87 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-1092 |#1| |#2| |#3|) "failed") $) 31) (((-3 (-1094) "failed") $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-1094))) (|has| |#1| (-343)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343)))) (((-3 (-527) "failed") $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343))))) (-4145 (((-1092 |#1| |#2| |#3|) $) 131) (((-1094) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-1094))) (|has| |#1| (-343)))) (((-387 (-527)) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343)))) (((-527) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343))))) (-3793 (($ $) 34) (($ (-527) $) 35)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-1092 |#1| |#2| |#3|)) (-634 $)) NIL (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 (-1092 |#1| |#2| |#3|))) (|:| |vec| (-1176 (-1092 |#1| |#2| |#3|)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-590 (-527))) (|has| |#1| (-343)))) (((-634 (-527)) (-634 $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-590 (-527))) (|has| |#1| (-343))))) (-3714 (((-3 $ "failed") $) 48)) (-1300 (((-387 (-889 |#1|)) $ (-527)) 65 (|has| |#1| (-519))) (((-387 (-889 |#1|)) $ (-527) (-527)) 67 (|has| |#1| (-519)))) (-2309 (($) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-512)) (|has| |#1| (-343))))) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3460 (((-110) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-3648 (((-110) $) 25)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-823 (-527))) (|has| |#1| (-343)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-823 (-359))) (|has| |#1| (-343))))) (-2050 (((-527) $) NIL) (((-527) $ (-527)) 24)) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL (|has| |#1| (-343)))) (-4109 (((-1092 |#1| |#2| |#3|) $) 38 (|has| |#1| (-343)))) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2628 (((-3 $ "failed") $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-1070)) (|has| |#1| (-343))))) (-1612 (((-110) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-1912 (($ $ (-858)) NIL)) (-3084 (($ (-1 |#1| (-527)) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-527)) 18) (($ $ (-1007) (-527)) NIL) (($ $ (-594 (-1007)) (-594 (-527))) NIL)) (-3902 (($ $ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-1257 (($ $ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-343)))) (-2495 (($ $) 72 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2919 (($ (-527) (-1092 |#1| |#2| |#3|)) 33)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1467 (($ $) 70 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116))))) (($ $ (-1172 |#2|)) 71 (|has| |#1| (-37 (-387 (-527)))))) (-2138 (($) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-1070)) (|has| |#1| (-343))) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-1358 (($ $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-288)) (|has| |#1| (-343))))) (-1448 (((-1092 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-512)) (|has| |#1| (-343))))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-527)) 145)) (-1305 (((-3 $ "failed") $ $) 49 (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-1724 (($ $) 73 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-527))))) (($ $ (-1094) (-1092 |#1| |#2| |#3|)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-488 (-1094) (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-594 (-1094)) (-594 (-1092 |#1| |#2| |#3|))) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-488 (-1094) (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-594 (-275 (-1092 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-290 (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-275 (-1092 |#1| |#2| |#3|))) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-290 (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-290 (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-594 (-1092 |#1| |#2| |#3|)) (-594 (-1092 |#1| |#2| |#3|))) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-290 (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-527)) NIL) (($ $ $) 54 (|has| (-527) (-1034))) (($ $ (-1092 |#1| |#2| |#3|)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-267 (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|))) (|has| |#1| (-343))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-1 (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|))) NIL (|has| |#1| (-343))) (($ $ (-1 (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|)) (-715)) NIL (|has| |#1| (-343))) (($ $ (-1172 |#2|)) 51) (($ $ (-715)) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) 50 (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094) (-715)) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-594 (-1094))) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))) (-2593 (($ $) NIL (|has| |#1| (-343)))) (-4122 (((-1092 |#1| |#2| |#3|) $) 41 (|has| |#1| (-343)))) (-4115 (((-527) $) 37)) (-1513 (($ $) 113 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 89 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 109 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 85 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 105 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 81 (|has| |#1| (-37 (-387 (-527)))))) (-2051 (((-503) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-569 (-503))) (|has| |#1| (-343)))) (((-359) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-955)) (|has| |#1| (-343)))) (((-207) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-955)) (|has| |#1| (-343)))) (((-829 (-359)) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-569 (-829 (-359)))) (|has| |#1| (-343)))) (((-829 (-527)) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-569 (-829 (-527)))) (|has| |#1| (-343))))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-3750 (($ $) NIL)) (-4118 (((-800) $) 149) (($ (-527)) NIL) (($ |#1|) NIL (|has| |#1| (-162))) (($ (-1092 |#1| |#2| |#3|)) 27) (($ (-1172 |#2|)) 23) (($ (-1094)) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-1094))) (|has| |#1| (-343)))) (($ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519)))) (($ (-387 (-527))) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343))) (|has| |#1| (-37 (-387 (-527))))))) (-3411 ((|#1| $ (-527)) 68)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-138)) (|has| |#1| (-343))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) 12)) (-3934 (((-1092 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-512)) (|has| |#1| (-343))))) (-1551 (($ $) 119 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 95 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-1526 (($ $) 115 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 91 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 123 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 99 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-527)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-527)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 125 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 101 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 121 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 97 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 117 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 93 (|has| |#1| (-37 (-387 (-527)))))) (-1597 (($ $) NIL (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 20 T CONST)) (-3374 (($) 16 T CONST)) (-2369 (($ $ (-1 (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|))) NIL (|has| |#1| (-343))) (($ $ (-1 (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|)) (-715)) NIL (|has| |#1| (-343))) (($ $ (-715)) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094) (-715)) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-594 (-1094))) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))) (-2813 (((-110) $ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2788 (((-110) $ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2775 (((-110) $ $) NIL (-2027 (-12 (|has| (-1092 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1092 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) 44 (|has| |#1| (-343))) (($ (-1092 |#1| |#2| |#3|) (-1092 |#1| |#2| |#3|)) 45 (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 21)) (** (($ $ (-858)) NIL) (($ $ (-715)) 53) (($ $ (-527)) NIL (|has| |#1| (-343))) (($ $ $) 74 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 128 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 32) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1092 |#1| |#2| |#3|)) 43 (|has| |#1| (-343))) (($ (-1092 |#1| |#2| |#3|) $) 42 (|has| |#1| (-343))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1085 |#1| |#2| |#3|) (-13 (-1138 |#1| (-1092 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|))) (-979) (-1094) |#1|) (T -1085))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1085 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1085 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1085 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(-13 (-1138 |#1| (-1092 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|)))
+((-4130 ((|#2| |#2| (-1015 |#2|)) 26) ((|#2| |#2| (-1094)) 28)))
+(((-1086 |#1| |#2|) (-10 -7 (-15 -4130 (|#2| |#2| (-1094))) (-15 -4130 (|#2| |#2| (-1015 |#2|)))) (-13 (-519) (-791) (-970 (-527)) (-590 (-527))) (-13 (-410 |#1|) (-151) (-27) (-1116))) (T -1086))
+((-4130 (*1 *2 *2 *3) (-12 (-5 *3 (-1015 *2)) (-4 *2 (-13 (-410 *4) (-151) (-27) (-1116))) (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1086 *4 *2)))) (-4130 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1086 *4 *2)) (-4 *2 (-13 (-410 *4) (-151) (-27) (-1116))))))
+(-10 -7 (-15 -4130 (|#2| |#2| (-1094))) (-15 -4130 (|#2| |#2| (-1015 |#2|))))
+((-4130 (((-3 (-387 (-889 |#1|)) (-296 |#1|)) (-387 (-889 |#1|)) (-1015 (-387 (-889 |#1|)))) 31) (((-387 (-889 |#1|)) (-889 |#1|) (-1015 (-889 |#1|))) 44) (((-3 (-387 (-889 |#1|)) (-296 |#1|)) (-387 (-889 |#1|)) (-1094)) 33) (((-387 (-889 |#1|)) (-889 |#1|) (-1094)) 36)))
+(((-1087 |#1|) (-10 -7 (-15 -4130 ((-387 (-889 |#1|)) (-889 |#1|) (-1094))) (-15 -4130 ((-3 (-387 (-889 |#1|)) (-296 |#1|)) (-387 (-889 |#1|)) (-1094))) (-15 -4130 ((-387 (-889 |#1|)) (-889 |#1|) (-1015 (-889 |#1|)))) (-15 -4130 ((-3 (-387 (-889 |#1|)) (-296 |#1|)) (-387 (-889 |#1|)) (-1015 (-387 (-889 |#1|)))))) (-13 (-519) (-791) (-970 (-527)))) (T -1087))
+((-4130 (*1 *2 *3 *4) (-12 (-5 *4 (-1015 (-387 (-889 *5)))) (-5 *3 (-387 (-889 *5))) (-4 *5 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-3 *3 (-296 *5))) (-5 *1 (-1087 *5)))) (-4130 (*1 *2 *3 *4) (-12 (-5 *4 (-1015 (-889 *5))) (-5 *3 (-889 *5)) (-4 *5 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-387 *3)) (-5 *1 (-1087 *5)))) (-4130 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-3 (-387 (-889 *5)) (-296 *5))) (-5 *1 (-1087 *5)) (-5 *3 (-387 (-889 *5))))) (-4130 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-387 (-889 *5))) (-5 *1 (-1087 *5)) (-5 *3 (-889 *5)))))
+(-10 -7 (-15 -4130 ((-387 (-889 |#1|)) (-889 |#1|) (-1094))) (-15 -4130 ((-3 (-387 (-889 |#1|)) (-296 |#1|)) (-387 (-889 |#1|)) (-1094))) (-15 -4130 ((-387 (-889 |#1|)) (-889 |#1|) (-1015 (-889 |#1|)))) (-15 -4130 ((-3 (-387 (-889 |#1|)) (-296 |#1|)) (-387 (-889 |#1|)) (-1015 (-387 (-889 |#1|))))))
+((-1998 (((-1090 |#2|) (-1 |#2| |#1|) (-1090 |#1|)) 13)))
+(((-1088 |#1| |#2|) (-10 -7 (-15 -1998 ((-1090 |#2|) (-1 |#2| |#1|) (-1090 |#1|)))) (-979) (-979)) (T -1088))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1090 *5)) (-4 *5 (-979)) (-4 *6 (-979)) (-5 *2 (-1090 *6)) (-5 *1 (-1088 *5 *6)))))
+(-10 -7 (-15 -1998 ((-1090 |#2|) (-1 |#2| |#1|) (-1090 |#1|))))
+((-3488 (((-398 (-1090 (-387 |#4|))) (-1090 (-387 |#4|))) 51)) (-2700 (((-398 (-1090 (-387 |#4|))) (-1090 (-387 |#4|))) 52)))
+(((-1089 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2700 ((-398 (-1090 (-387 |#4|))) (-1090 (-387 |#4|)))) (-15 -3488 ((-398 (-1090 (-387 |#4|))) (-1090 (-387 |#4|))))) (-737) (-791) (-431) (-886 |#3| |#1| |#2|)) (T -1089))
+((-3488 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-431)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-398 (-1090 (-387 *7)))) (-5 *1 (-1089 *4 *5 *6 *7)) (-5 *3 (-1090 (-387 *7))))) (-2700 (*1 *2 *3) (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-431)) (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-398 (-1090 (-387 *7)))) (-5 *1 (-1089 *4 *5 *6 *7)) (-5 *3 (-1090 (-387 *7))))))
+(-10 -7 (-15 -2700 ((-398 (-1090 (-387 |#4|))) (-1090 (-387 |#4|)))) (-15 -3488 ((-398 (-1090 (-387 |#4|))) (-1090 (-387 |#4|)))))
+((-4105 (((-110) $ $) 139)) (-1874 (((-110) $) 30)) (-3020 (((-1176 |#1|) $ (-715)) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-2186 (($ (-1090 |#1|)) NIL)) (-2669 (((-1090 $) $ (-1007)) 60) (((-1090 |#1|) $) 49)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) 134 (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-1007))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3286 (($ $ $) 128 (|has| |#1| (-519)))) (-3854 (((-398 (-1090 $)) (-1090 $)) 73 (|has| |#1| (-846)))) (-3259 (($ $) NIL (|has| |#1| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 93 (|has| |#1| (-846)))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1765 (($ $ (-715)) 42)) (-3652 (($ $ (-715)) 43)) (-3444 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#1| (-431)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#1| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-1007) "failed") $) NIL)) (-4145 ((|#1| $) NIL) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-1007) $) NIL)) (-1897 (($ $ $ (-1007)) NIL (|has| |#1| (-162))) ((|#1| $ $) 130 (|has| |#1| (-162)))) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) 58)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) NIL) (((-634 |#1|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-4183 (($ $ $) 106)) (-1320 (($ $ $) NIL (|has| |#1| (-519)))) (-4022 (((-2 (|:| -2663 |#1|) (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-519)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-2855 (($ $) 135 (|has| |#1| (-431))) (($ $ (-1007)) NIL (|has| |#1| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-715) $) 47)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1007) (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1007) (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2823 (((-800) $ (-800)) 119)) (-2050 (((-715) $ $) NIL (|has| |#1| (-519)))) (-2956 (((-110) $) 32)) (-2296 (((-715) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| |#1| (-1070)))) (-2842 (($ (-1090 |#1|) (-1007)) 51) (($ (-1090 $) (-1007)) 67)) (-1912 (($ $ (-715)) 34)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) 65) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-1007)) NIL) (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 123)) (-4045 (((-715) $) NIL) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2301 (($ (-1 (-715) (-715)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2143 (((-1090 |#1|) $) NIL)) (-2317 (((-3 (-1007) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) 54)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) NIL (|has| |#1| (-431)))) (-2416 (((-1077) $) NIL)) (-1258 (((-2 (|:| -1381 $) (|:| -3145 $)) $ (-715)) 41)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-1007)) (|:| -3148 (-715))) "failed") $) NIL)) (-1467 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2138 (($) NIL (|has| |#1| (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) 33)) (-2972 ((|#1| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 81 (|has| |#1| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-431))) (($ $ $) 137 (|has| |#1| (-431)))) (-2885 (($ $ (-715) |#1| $) 101)) (-4152 (((-398 (-1090 $)) (-1090 $)) 79 (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 78 (|has| |#1| (-846)))) (-2700 (((-398 $) $) 86 (|has| |#1| (-846)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-1305 (((-3 $ "failed") $ |#1|) 133 (|has| |#1| (-519))) (((-3 $ "failed") $ $) 102 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-1007) |#1|) NIL) (($ $ (-594 (-1007)) (-594 |#1|)) NIL) (($ $ (-1007) $) NIL) (($ $ (-594 (-1007)) (-594 $)) NIL)) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ |#1|) 121) (($ $ $) 122) (((-387 $) (-387 $) (-387 $)) NIL (|has| |#1| (-519))) ((|#1| (-387 $) |#1|) NIL (|has| |#1| (-343))) (((-387 $) $ (-387 $)) NIL (|has| |#1| (-519)))) (-3342 (((-3 $ "failed") $ (-715)) 37)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 140 (|has| |#1| (-343)))) (-1875 (($ $ (-1007)) NIL (|has| |#1| (-162))) ((|#1| $) 126 (|has| |#1| (-162)))) (-4234 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL) (($ $ (-1 |#1| |#1|) $) NIL)) (-4115 (((-715) $) 56) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-1007) (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) 132 (|has| |#1| (-431))) (($ $ (-1007)) NIL (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#1| (-846))))) (-3987 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519))) (((-3 (-387 $) "failed") (-387 $) $) NIL (|has| |#1| (-519)))) (-4118 (((-800) $) 120) (($ (-527)) NIL) (($ |#1|) 55) (($ (-1007)) NIL) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) 28 (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 15) (($ $ (-715)) 16)) (-3361 (($) 17 T CONST)) (-3374 (($) 18 T CONST)) (-2369 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) NIL) (($ $ (-1 |#1| |#1|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) 98)) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2873 (($ $ |#1|) 141 (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 68)) (** (($ $ (-858)) 14) (($ $ (-715)) 12)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 27) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 104) (($ $ |#1|) NIL)))
+(((-1090 |#1|) (-13 (-1152 |#1|) (-10 -8 (-15 -2823 ((-800) $ (-800))) (-15 -2885 ($ $ (-715) |#1| $)))) (-979)) (T -1090))
+((-2823 (*1 *2 *1 *2) (-12 (-5 *2 (-800)) (-5 *1 (-1090 *3)) (-4 *3 (-979)))) (-2885 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1090 *3)) (-4 *3 (-979)))))
+(-13 (-1152 |#1|) (-10 -8 (-15 -2823 ((-800) $ (-800))) (-15 -2885 ($ $ (-715) |#1| $))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 11)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-387 (-527))) NIL) (($ $ (-387 (-527)) (-387 (-527))) NIL)) (-2199 (((-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|))) $) NIL)) (-1481 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|)))) NIL)) (-1504 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-1085 |#1| |#2| |#3|) "failed") $) 33) (((-3 (-1092 |#1| |#2| |#3|) "failed") $) 36)) (-4145 (((-1085 |#1| |#2| |#3|) $) NIL) (((-1092 |#1| |#2| |#3|) $) NIL)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1363 (((-387 (-527)) $) 55)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-2931 (($ (-387 (-527)) (-1085 |#1| |#2| |#3|)) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-387 (-527)) $) NIL) (((-387 (-527)) $ (-387 (-527))) NIL)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) NIL) (($ $ (-387 (-527))) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-387 (-527))) 20) (($ $ (-1007) (-387 (-527))) NIL) (($ $ (-594 (-1007)) (-594 (-387 (-527)))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2495 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-4019 (((-1085 |#1| |#2| |#3|) $) 41)) (-4026 (((-3 (-1085 |#1| |#2| |#3|) "failed") $) NIL)) (-2919 (((-1085 |#1| |#2| |#3|) $) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1467 (($ $) 39 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116))))) (($ $ (-1172 |#2|)) 40 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-387 (-527))) NIL)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-1724 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-387 (-527))) NIL) (($ $ $) NIL (|has| (-387 (-527)) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $ (-1172 |#2|)) 38)) (-4115 (((-387 (-527)) $) NIL)) (-1513 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) NIL)) (-4118 (((-800) $) 58) (($ (-527)) NIL) (($ |#1|) NIL (|has| |#1| (-162))) (($ (-1085 |#1| |#2| |#3|)) 30) (($ (-1092 |#1| |#2| |#3|)) 31) (($ (-1172 |#2|)) 26) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519)))) (-3411 ((|#1| $ (-387 (-527))) NIL)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) 12)) (-1551 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-387 (-527))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 22 T CONST)) (-3374 (($) 16 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 24)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1091 |#1| |#2| |#3|) (-13 (-1159 |#1| (-1085 |#1| |#2| |#3|)) (-970 (-1092 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|))) (-979) (-1094) |#1|) (T -1091))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1091 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1091 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1091 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(-13 (-1159 |#1| (-1085 |#1| |#2| |#3|)) (-970 (-1092 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 125)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 116)) (-2373 (((-1149 |#2| |#1|) $ (-715)) 63)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-715)) 79) (($ $ (-715) (-715)) 76)) (-2199 (((-1075 (-2 (|:| |k| (-715)) (|:| |c| |#1|))) $) 102)) (-1481 (($ $) 169 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 145 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1461 (($ $) 165 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 141 (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-1075 (-2 (|:| |k| (-715)) (|:| |c| |#1|)))) 115) (($ (-1075 |#1|)) 110)) (-1504 (($ $) 173 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 149 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) 23)) (-3279 (($ $) 26)) (-3270 (((-889 |#1|) $ (-715)) 75) (((-889 |#1|) $ (-715) (-715)) 77)) (-3648 (((-110) $) 120)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-715) $) 122) (((-715) $ (-715)) 124)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) NIL)) (-3084 (($ (-1 |#1| (-527)) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) 13) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2495 (($ $) 131 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-1467 (($ $) 129 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116))))) (($ $ (-1172 |#2|)) 130 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-3469 (($ $ (-715)) 15)) (-1305 (((-3 $ "failed") $ $) 24 (|has| |#1| (-519)))) (-1724 (($ $) 133 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-715)))))) (-3439 ((|#1| $ (-715)) 119) (($ $ $) 128 (|has| (-715) (-1034)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $) 27 (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $ (-1172 |#2|)) 29)) (-4115 (((-715) $) NIL)) (-1513 (($ $) 175 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 151 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 171 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 147 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 167 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 143 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) NIL)) (-4118 (((-800) $) 201) (($ (-527)) NIL) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519))) (($ |#1|) 126 (|has| |#1| (-162))) (($ (-1149 |#2| |#1|)) 51) (($ (-1172 |#2|)) 32)) (-3425 (((-1075 |#1|) $) 98)) (-3411 ((|#1| $ (-715)) 118)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) 54)) (-1551 (($ $) 181 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 157 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) 177 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 153 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 185 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 161 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-715)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-715)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 187 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 163 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 183 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 159 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 179 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 155 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 17 T CONST)) (-3374 (($) 19 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) 194)) (-2850 (($ $ $) 31)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ |#1|) 198 (|has| |#1| (-343))) (($ $ $) 134 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 137 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 132) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1092 |#1| |#2| |#3|) (-13 (-1167 |#1|) (-10 -8 (-15 -4118 ($ (-1149 |#2| |#1|))) (-15 -2373 ((-1149 |#2| |#1|) $ (-715))) (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|))) (-979) (-1094) |#1|) (T -1092))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-979)) (-14 *4 (-1094)) (-14 *5 *3) (-5 *1 (-1092 *3 *4 *5)))) (-2373 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1092 *4 *5 *6)) (-4 *4 (-979)) (-14 *5 (-1094)) (-14 *6 *4))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1092 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1092 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1092 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(-13 (-1167 |#1|) (-10 -8 (-15 -4118 ($ (-1149 |#2| |#1|))) (-15 -2373 ((-1149 |#2| |#1|) $ (-715))) (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|)))
+((-4118 (((-800) $) 27) (($ (-1094)) 29)) (-2027 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 40)) (-2016 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 33) (($ $) 34)) (-3659 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 35)) (-3647 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 37)) (-3636 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 36)) (-3625 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 38)) (-1360 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 41)) (-12 (($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $))) 39)))
+(((-1093) (-13 (-568 (-800)) (-10 -8 (-15 -4118 ($ (-1094))) (-15 -3659 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -3636 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -3647 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -3625 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -2027 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -1360 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -2016 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -2016 ($ $))))) (T -1093))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1093)))) (-3659 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-3636 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-3647 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-3625 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-2027 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-1360 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-12 (*1 *1 *2 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-2016 (*1 *1 *2) (-12 (-5 *2 (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093)))) (-5 *1 (-1093)))) (-2016 (*1 *1 *1) (-5 *1 (-1093))))
+(-13 (-568 (-800)) (-10 -8 (-15 -4118 ($ (-1094))) (-15 -3659 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -3636 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -3647 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -3625 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -2027 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -1360 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -12 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)) (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -2016 ($ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359))) (|:| CF (-296 (-159 (-359)))) (|:| |switch| $)))) (-15 -2016 ($ $))))
+((-4105 (((-110) $ $) NIL)) (-2376 (($ $ (-594 (-800))) 59)) (-3407 (($ $ (-594 (-800))) 57)) (-3289 (((-1077) $) 84)) (-2102 (((-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800)))) $) 87)) (-4038 (((-110) $) 22)) (-2763 (($ $ (-594 (-594 (-800)))) 56) (($ $ (-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800))))) 82)) (-1298 (($) 124 T CONST)) (-3868 (((-1181)) 106)) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 66) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 73)) (-3325 (($) 95) (($ $) 101)) (-2365 (($ $) 83)) (-3902 (($ $ $) NIL)) (-1257 (($ $ $) NIL)) (-1536 (((-594 $) $) 107)) (-2416 (((-1077) $) 90)) (-4024 (((-1041) $) NIL)) (-3439 (($ $ (-594 (-800))) 58)) (-2051 (((-503) $) 46) (((-1094) $) 47) (((-829 (-527)) $) 77) (((-829 (-359)) $) 75)) (-4118 (((-800) $) 53) (($ (-1077)) 48)) (-2756 (($ $ (-594 (-800))) 60)) (-2951 (((-1077) $) 33) (((-1077) $ (-110)) 34) (((-1181) (-766) $) 35) (((-1181) (-766) $ (-110)) 36)) (-2813 (((-110) $ $) NIL)) (-2788 (((-110) $ $) NIL)) (-2747 (((-110) $ $) 49)) (-2799 (((-110) $ $) NIL)) (-2775 (((-110) $ $) 50)))
+(((-1094) (-13 (-791) (-569 (-503)) (-772) (-569 (-1094)) (-569 (-829 (-527))) (-569 (-829 (-359))) (-823 (-527)) (-823 (-359)) (-10 -8 (-15 -3325 ($)) (-15 -3325 ($ $)) (-15 -3868 ((-1181))) (-15 -4118 ($ (-1077))) (-15 -2365 ($ $)) (-15 -4038 ((-110) $)) (-15 -2102 ((-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800)))) $)) (-15 -2763 ($ $ (-594 (-594 (-800))))) (-15 -2763 ($ $ (-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800)))))) (-15 -3407 ($ $ (-594 (-800)))) (-15 -2376 ($ $ (-594 (-800)))) (-15 -2756 ($ $ (-594 (-800)))) (-15 -3439 ($ $ (-594 (-800)))) (-15 -3289 ((-1077) $)) (-15 -1536 ((-594 $) $)) (-15 -1298 ($) -2459)))) (T -1094))
+((-3325 (*1 *1) (-5 *1 (-1094))) (-3325 (*1 *1 *1) (-5 *1 (-1094))) (-3868 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1094)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1094)))) (-2365 (*1 *1 *1) (-5 *1 (-1094))) (-4038 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1094)))) (-2102 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800))))) (-5 *1 (-1094)))) (-2763 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-594 (-800)))) (-5 *1 (-1094)))) (-2763 (*1 *1 *1 *2) (-12 (-5 *2 (-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800))))) (-5 *1 (-1094)))) (-3407 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094)))) (-2376 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094)))) (-2756 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094)))) (-3289 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1094)))) (-1536 (*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1094)))) (-1298 (*1 *1) (-5 *1 (-1094))))
+(-13 (-791) (-569 (-503)) (-772) (-569 (-1094)) (-569 (-829 (-527))) (-569 (-829 (-359))) (-823 (-527)) (-823 (-359)) (-10 -8 (-15 -3325 ($)) (-15 -3325 ($ $)) (-15 -3868 ((-1181))) (-15 -4118 ($ (-1077))) (-15 -2365 ($ $)) (-15 -4038 ((-110) $)) (-15 -2102 ((-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800)))) $)) (-15 -2763 ($ $ (-594 (-594 (-800))))) (-15 -2763 ($ $ (-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800))) (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800))) (|:| |args| (-594 (-800)))))) (-15 -3407 ($ $ (-594 (-800)))) (-15 -2376 ($ $ (-594 (-800)))) (-15 -2756 ($ $ (-594 (-800)))) (-15 -3439 ($ $ (-594 (-800)))) (-15 -3289 ((-1077) $)) (-15 -1536 ((-594 $) $)) (-15 -1298 ($) -2459)))
+((-3873 (((-1176 |#1|) |#1| (-858)) 16) (((-1176 |#1|) (-594 |#1|)) 20)))
+(((-1095 |#1|) (-10 -7 (-15 -3873 ((-1176 |#1|) (-594 |#1|))) (-15 -3873 ((-1176 |#1|) |#1| (-858)))) (-979)) (T -1095))
+((-3873 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-5 *2 (-1176 *3)) (-5 *1 (-1095 *3)) (-4 *3 (-979)))) (-3873 (*1 *2 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-979)) (-5 *2 (-1176 *4)) (-5 *1 (-1095 *4)))))
+(-10 -7 (-15 -3873 ((-1176 |#1|) (-594 |#1|))) (-15 -3873 ((-1176 |#1|) |#1| (-858))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| |#1| (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#1| (-970 (-387 (-527))))) (((-3 |#1| "failed") $) NIL)) (-4145 (((-527) $) NIL (|has| |#1| (-970 (-527)))) (((-387 (-527)) $) NIL (|has| |#1| (-970 (-387 (-527))))) ((|#1| $) NIL)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2855 (($ $) NIL (|has| |#1| (-431)))) (-3379 (($ $ |#1| (-906) $) NIL)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-906)) NIL)) (-4045 (((-906) $) NIL)) (-2301 (($ (-1 (-906) (-906)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#1| $) NIL)) (-2885 (($ $ (-906) |#1| $) NIL (-12 (|has| (-906) (-128)) (|has| |#1| (-519))))) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519))) (((-3 $ "failed") $ |#1|) NIL (|has| |#1| (-519)))) (-4115 (((-906) $) NIL)) (-1898 ((|#1| $) NIL (|has| |#1| (-431)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ $) NIL (|has| |#1| (-519))) (($ |#1|) NIL) (($ (-387 (-527))) NIL (-2027 (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-970 (-387 (-527))))))) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ (-906)) NIL)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#1| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 9 T CONST)) (-3374 (($) 14 T CONST)) (-2747 (((-110) $ $) 16)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 19)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 20) (($ $ |#1|) NIL) (($ |#1| $) 13) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1096 |#1|) (-13 (-306 |#1| (-906)) (-10 -8 (IF (|has| |#1| (-519)) (IF (|has| (-906) (-128)) (-15 -2885 ($ $ (-906) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4259)) (-6 -4259) |%noBranch|))) (-979)) (T -1096))
+((-2885 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-906)) (-4 *2 (-128)) (-5 *1 (-1096 *3)) (-4 *3 (-519)) (-4 *3 (-979)))))
+(-13 (-306 |#1| (-906)) (-10 -8 (IF (|has| |#1| (-519)) (IF (|has| (-906) (-128)) (-15 -2885 ($ $ (-906) |#1| $)) |%noBranch|) |%noBranch|) (IF (|has| |#1| (-6 -4259)) (-6 -4259) |%noBranch|)))
+((-2212 (((-1098) (-1094) $) 25)) (-3558 (($) 29)) (-2805 (((-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-1094) $) 22)) (-1836 (((-1181) (-1094) (-3 (|:| |fst| (-414)) (|:| -3438 "void")) $) 41) (((-1181) (-1094) (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) 42) (((-1181) (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) 43)) (-2652 (((-1181) (-1094)) 58)) (-2627 (((-1181) (-1094) $) 55) (((-1181) (-1094)) 56) (((-1181)) 57)) (-4068 (((-1181) (-1094)) 37)) (-3748 (((-1094)) 36)) (-2453 (($) 34)) (-4153 (((-417) (-1094) (-417) (-1094) $) 45) (((-417) (-594 (-1094)) (-417) (-1094) $) 49) (((-417) (-1094) (-417)) 46) (((-417) (-1094) (-417) (-1094)) 50)) (-3127 (((-1094)) 35)) (-4118 (((-800) $) 28)) (-2433 (((-1181)) 30) (((-1181) (-1094)) 33)) (-3442 (((-594 (-1094)) (-1094) $) 24)) (-1444 (((-1181) (-1094) (-594 (-1094)) $) 38) (((-1181) (-1094) (-594 (-1094))) 39) (((-1181) (-594 (-1094))) 40)))
+(((-1097) (-13 (-568 (-800)) (-10 -8 (-15 -3558 ($)) (-15 -2433 ((-1181))) (-15 -2433 ((-1181) (-1094))) (-15 -4153 ((-417) (-1094) (-417) (-1094) $)) (-15 -4153 ((-417) (-594 (-1094)) (-417) (-1094) $)) (-15 -4153 ((-417) (-1094) (-417))) (-15 -4153 ((-417) (-1094) (-417) (-1094))) (-15 -4068 ((-1181) (-1094))) (-15 -3127 ((-1094))) (-15 -3748 ((-1094))) (-15 -1444 ((-1181) (-1094) (-594 (-1094)) $)) (-15 -1444 ((-1181) (-1094) (-594 (-1094)))) (-15 -1444 ((-1181) (-594 (-1094)))) (-15 -1836 ((-1181) (-1094) (-3 (|:| |fst| (-414)) (|:| -3438 "void")) $)) (-15 -1836 ((-1181) (-1094) (-3 (|:| |fst| (-414)) (|:| -3438 "void")))) (-15 -1836 ((-1181) (-3 (|:| |fst| (-414)) (|:| -3438 "void")))) (-15 -2627 ((-1181) (-1094) $)) (-15 -2627 ((-1181) (-1094))) (-15 -2627 ((-1181))) (-15 -2652 ((-1181) (-1094))) (-15 -2453 ($)) (-15 -2805 ((-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-1094) $)) (-15 -3442 ((-594 (-1094)) (-1094) $)) (-15 -2212 ((-1098) (-1094) $))))) (T -1097))
+((-3558 (*1 *1) (-5 *1 (-1097))) (-2433 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1097)))) (-2433 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-4153 (*1 *2 *3 *2 *3 *1) (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1097)))) (-4153 (*1 *2 *3 *2 *4 *1) (-12 (-5 *2 (-417)) (-5 *3 (-594 (-1094))) (-5 *4 (-1094)) (-5 *1 (-1097)))) (-4153 (*1 *2 *3 *2) (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1097)))) (-4153 (*1 *2 *3 *2 *3) (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1097)))) (-4068 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-3127 (*1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1097)))) (-3748 (*1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1097)))) (-1444 (*1 *2 *3 *4 *1) (-12 (-5 *4 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-1444 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-1444 (*1 *2 *3) (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-1836 (*1 *2 *3 *4 *1) (-12 (-5 *3 (-1094)) (-5 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-1836 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-5 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-1836 (*1 *2 *3) (-12 (-5 *3 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-2627 (*1 *2 *3 *1) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-2627 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-2627 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1097)))) (-2652 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))) (-2453 (*1 *1) (-5 *1 (-1097))) (-2805 (*1 *2 *3 *1) (-12 (-5 *3 (-1094)) (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *1 (-1097)))) (-3442 (*1 *2 *3 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1097)) (-5 *3 (-1094)))) (-2212 (*1 *2 *3 *1) (-12 (-5 *3 (-1094)) (-5 *2 (-1098)) (-5 *1 (-1097)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -3558 ($)) (-15 -2433 ((-1181))) (-15 -2433 ((-1181) (-1094))) (-15 -4153 ((-417) (-1094) (-417) (-1094) $)) (-15 -4153 ((-417) (-594 (-1094)) (-417) (-1094) $)) (-15 -4153 ((-417) (-1094) (-417))) (-15 -4153 ((-417) (-1094) (-417) (-1094))) (-15 -4068 ((-1181) (-1094))) (-15 -3127 ((-1094))) (-15 -3748 ((-1094))) (-15 -1444 ((-1181) (-1094) (-594 (-1094)) $)) (-15 -1444 ((-1181) (-1094) (-594 (-1094)))) (-15 -1444 ((-1181) (-594 (-1094)))) (-15 -1836 ((-1181) (-1094) (-3 (|:| |fst| (-414)) (|:| -3438 "void")) $)) (-15 -1836 ((-1181) (-1094) (-3 (|:| |fst| (-414)) (|:| -3438 "void")))) (-15 -1836 ((-1181) (-3 (|:| |fst| (-414)) (|:| -3438 "void")))) (-15 -2627 ((-1181) (-1094) $)) (-15 -2627 ((-1181) (-1094))) (-15 -2627 ((-1181))) (-15 -2652 ((-1181) (-1094))) (-15 -2453 ($)) (-15 -2805 ((-3 (|:| |fst| (-414)) (|:| -3438 "void")) (-1094) $)) (-15 -3442 ((-594 (-1094)) (-1094) $)) (-15 -2212 ((-1098) (-1094) $))))
+((-2538 (((-594 (-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527))))))))) $) 59)) (-1965 (((-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527)))))))) (-414) $) 43)) (-2758 (($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-417))))) 17)) (-2652 (((-1181) $) 67)) (-1456 (((-594 (-1094)) $) 22)) (-1791 (((-1026) $) 55)) (-3159 (((-417) (-1094) $) 27)) (-4091 (((-594 (-1094)) $) 30)) (-2453 (($) 19)) (-4153 (((-417) (-594 (-1094)) (-417) $) 25) (((-417) (-1094) (-417) $) 24)) (-4118 (((-800) $) 9) (((-1104 (-1094) (-417)) $) 13)))
+(((-1098) (-13 (-568 (-800)) (-10 -8 (-15 -4118 ((-1104 (-1094) (-417)) $)) (-15 -2453 ($)) (-15 -4153 ((-417) (-594 (-1094)) (-417) $)) (-15 -4153 ((-417) (-1094) (-417) $)) (-15 -3159 ((-417) (-1094) $)) (-15 -1456 ((-594 (-1094)) $)) (-15 -1965 ((-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527)))))))) (-414) $)) (-15 -4091 ((-594 (-1094)) $)) (-15 -2538 ((-594 (-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527))))))))) $)) (-15 -1791 ((-1026) $)) (-15 -2652 ((-1181) $)) (-15 -2758 ($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-417))))))))) (T -1098))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-1104 (-1094) (-417))) (-5 *1 (-1098)))) (-2453 (*1 *1) (-5 *1 (-1098))) (-4153 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-417)) (-5 *3 (-594 (-1094))) (-5 *1 (-1098)))) (-4153 (*1 *2 *3 *2 *1) (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1098)))) (-3159 (*1 *2 *3 *1) (-12 (-5 *3 (-1094)) (-5 *2 (-417)) (-5 *1 (-1098)))) (-1456 (*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1098)))) (-1965 (*1 *2 *3 *1) (-12 (-5 *3 (-414)) (-5 *2 (-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527))))))))) (-5 *1 (-1098)))) (-4091 (*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1098)))) (-2538 (*1 *2 *1) (-12 (-5 *2 (-594 (-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527)))))))))) (-5 *1 (-1098)))) (-1791 (*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-1098)))) (-2652 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1098)))) (-2758 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-417))))) (-5 *1 (-1098)))))
+(-13 (-568 (-800)) (-10 -8 (-15 -4118 ((-1104 (-1094) (-417)) $)) (-15 -2453 ($)) (-15 -4153 ((-417) (-594 (-1094)) (-417) $)) (-15 -4153 ((-417) (-1094) (-417) $)) (-15 -3159 ((-417) (-1094) $)) (-15 -1456 ((-594 (-1094)) $)) (-15 -1965 ((-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527)))))))) (-414) $)) (-15 -4091 ((-594 (-1094)) $)) (-15 -2538 ((-594 (-594 (-3 (|:| -2365 (-1094)) (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527))))))))) $)) (-15 -1791 ((-1026) $)) (-15 -2652 ((-1181) $)) (-15 -2758 ($ (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-417))))))))
+((-4105 (((-110) $ $) NIL)) (-2743 (((-110) $) 42)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4114 (((-3 (-527) (-207) (-1094) (-1077) $) $) 50)) (-4065 (((-594 $) $) 55)) (-2051 (((-1026) $) 24) (($ (-1026)) 25)) (-2128 (((-110) $) 52)) (-4118 (((-800) $) NIL) (($ (-527)) 26) (((-527) $) 28) (($ (-207)) 29) (((-207) $) 31) (($ (-1094)) 32) (((-1094) $) 34) (($ (-1077)) 35) (((-1077) $) 37)) (-3347 (((-110) $ (|[\|\|]| (-527))) 11) (((-110) $ (|[\|\|]| (-207))) 15) (((-110) $ (|[\|\|]| (-1094))) 23) (((-110) $ (|[\|\|]| (-1077))) 19)) (-2945 (($ (-1094) (-594 $)) 39) (($ $ (-594 $)) 40)) (-2494 (((-527) $) 27) (((-207) $) 30) (((-1094) $) 33) (((-1077) $) 36)) (-2747 (((-110) $ $) 7)))
+(((-1099) (-13 (-1171) (-1022) (-10 -8 (-15 -2051 ((-1026) $)) (-15 -2051 ($ (-1026))) (-15 -4118 ($ (-527))) (-15 -4118 ((-527) $)) (-15 -2494 ((-527) $)) (-15 -4118 ($ (-207))) (-15 -4118 ((-207) $)) (-15 -2494 ((-207) $)) (-15 -4118 ($ (-1094))) (-15 -4118 ((-1094) $)) (-15 -2494 ((-1094) $)) (-15 -4118 ($ (-1077))) (-15 -4118 ((-1077) $)) (-15 -2494 ((-1077) $)) (-15 -2945 ($ (-1094) (-594 $))) (-15 -2945 ($ $ (-594 $))) (-15 -2743 ((-110) $)) (-15 -4114 ((-3 (-527) (-207) (-1094) (-1077) $) $)) (-15 -4065 ((-594 $) $)) (-15 -2128 ((-110) $)) (-15 -3347 ((-110) $ (|[\|\|]| (-527)))) (-15 -3347 ((-110) $ (|[\|\|]| (-207)))) (-15 -3347 ((-110) $ (|[\|\|]| (-1094)))) (-15 -3347 ((-110) $ (|[\|\|]| (-1077))))))) (T -1099))
+((-2051 (*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-1099)))) (-2051 (*1 *1 *2) (-12 (-5 *2 (-1026)) (-5 *1 (-1099)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-1099)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1099)))) (-2494 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1099)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-1099)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-1099)))) (-2494 (*1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-1099)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1099)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1099)))) (-2494 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1099)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1099)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1099)))) (-2494 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1099)))) (-2945 (*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-1099))) (-5 *1 (-1099)))) (-2945 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-1099))) (-5 *1 (-1099)))) (-2743 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1099)))) (-4114 (*1 *2 *1) (-12 (-5 *2 (-3 (-527) (-207) (-1094) (-1077) (-1099))) (-5 *1 (-1099)))) (-4065 (*1 *2 *1) (-12 (-5 *2 (-594 (-1099))) (-5 *1 (-1099)))) (-2128 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1099)))) (-3347 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-527))) (-5 *2 (-110)) (-5 *1 (-1099)))) (-3347 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-207))) (-5 *2 (-110)) (-5 *1 (-1099)))) (-3347 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1094))) (-5 *2 (-110)) (-5 *1 (-1099)))) (-3347 (*1 *2 *1 *3) (-12 (-5 *3 (|[\|\|]| (-1077))) (-5 *2 (-110)) (-5 *1 (-1099)))))
+(-13 (-1171) (-1022) (-10 -8 (-15 -2051 ((-1026) $)) (-15 -2051 ($ (-1026))) (-15 -4118 ($ (-527))) (-15 -4118 ((-527) $)) (-15 -2494 ((-527) $)) (-15 -4118 ($ (-207))) (-15 -4118 ((-207) $)) (-15 -2494 ((-207) $)) (-15 -4118 ($ (-1094))) (-15 -4118 ((-1094) $)) (-15 -2494 ((-1094) $)) (-15 -4118 ($ (-1077))) (-15 -4118 ((-1077) $)) (-15 -2494 ((-1077) $)) (-15 -2945 ($ (-1094) (-594 $))) (-15 -2945 ($ $ (-594 $))) (-15 -2743 ((-110) $)) (-15 -4114 ((-3 (-527) (-207) (-1094) (-1077) $) $)) (-15 -4065 ((-594 $) $)) (-15 -2128 ((-110) $)) (-15 -3347 ((-110) $ (|[\|\|]| (-527)))) (-15 -3347 ((-110) $ (|[\|\|]| (-207)))) (-15 -3347 ((-110) $ (|[\|\|]| (-1094)))) (-15 -3347 ((-110) $ (|[\|\|]| (-1077))))))
+((-2105 (((-594 (-594 (-889 |#1|))) (-594 (-387 (-889 |#1|))) (-594 (-1094))) 57)) (-3317 (((-594 (-275 (-387 (-889 |#1|)))) (-275 (-387 (-889 |#1|)))) 69) (((-594 (-275 (-387 (-889 |#1|)))) (-387 (-889 |#1|))) 65) (((-594 (-275 (-387 (-889 |#1|)))) (-275 (-387 (-889 |#1|))) (-1094)) 70) (((-594 (-275 (-387 (-889 |#1|)))) (-387 (-889 |#1|)) (-1094)) 64) (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-275 (-387 (-889 |#1|))))) 93) (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-387 (-889 |#1|)))) 92) (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-275 (-387 (-889 |#1|)))) (-594 (-1094))) 94) (((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-387 (-889 |#1|))) (-594 (-1094))) 91)))
+(((-1100 |#1|) (-10 -7 (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-275 (-387 (-889 |#1|)))) (-594 (-1094)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-387 (-889 |#1|))))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-275 (-387 (-889 |#1|)))))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-387 (-889 |#1|)) (-1094))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-275 (-387 (-889 |#1|))) (-1094))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-387 (-889 |#1|)))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-275 (-387 (-889 |#1|))))) (-15 -2105 ((-594 (-594 (-889 |#1|))) (-594 (-387 (-889 |#1|))) (-594 (-1094))))) (-519)) (T -1100))
+((-2105 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094))) (-4 *5 (-519)) (-5 *2 (-594 (-594 (-889 *5)))) (-5 *1 (-1100 *5)))) (-3317 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-594 (-275 (-387 (-889 *4))))) (-5 *1 (-1100 *4)) (-5 *3 (-275 (-387 (-889 *4)))))) (-3317 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-594 (-275 (-387 (-889 *4))))) (-5 *1 (-1100 *4)) (-5 *3 (-387 (-889 *4))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-519)) (-5 *2 (-594 (-275 (-387 (-889 *5))))) (-5 *1 (-1100 *5)) (-5 *3 (-275 (-387 (-889 *5)))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *4 (-1094)) (-4 *5 (-519)) (-5 *2 (-594 (-275 (-387 (-889 *5))))) (-5 *1 (-1100 *5)) (-5 *3 (-387 (-889 *5))))) (-3317 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *4)))))) (-5 *1 (-1100 *4)) (-5 *3 (-594 (-275 (-387 (-889 *4))))))) (-3317 (*1 *2 *3) (-12 (-5 *3 (-594 (-387 (-889 *4)))) (-4 *4 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *4)))))) (-5 *1 (-1100 *4)))) (-3317 (*1 *2 *3 *4) (-12 (-5 *4 (-594 (-1094))) (-4 *5 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *5)))))) (-5 *1 (-1100 *5)) (-5 *3 (-594 (-275 (-387 (-889 *5))))))) (-3317 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094))) (-4 *5 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *5)))))) (-5 *1 (-1100 *5)))))
+(-10 -7 (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-387 (-889 |#1|))) (-594 (-1094)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-275 (-387 (-889 |#1|)))) (-594 (-1094)))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-387 (-889 |#1|))))) (-15 -3317 ((-594 (-594 (-275 (-387 (-889 |#1|))))) (-594 (-275 (-387 (-889 |#1|)))))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-387 (-889 |#1|)) (-1094))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-275 (-387 (-889 |#1|))) (-1094))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-387 (-889 |#1|)))) (-15 -3317 ((-594 (-275 (-387 (-889 |#1|)))) (-275 (-387 (-889 |#1|))))) (-15 -2105 ((-594 (-594 (-889 |#1|))) (-594 (-387 (-889 |#1|))) (-594 (-1094)))))
+((-1222 (((-1077)) 7)) (-2101 (((-1077)) 9)) (-3276 (((-1181) (-1077)) 11)) (-2089 (((-1077)) 8)))
+(((-1101) (-10 -7 (-15 -1222 ((-1077))) (-15 -2089 ((-1077))) (-15 -2101 ((-1077))) (-15 -3276 ((-1181) (-1077))))) (T -1101))
+((-3276 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1101)))) (-2101 (*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1101)))) (-2089 (*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1101)))) (-1222 (*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1101)))))
+(-10 -7 (-15 -1222 ((-1077))) (-15 -2089 ((-1077))) (-15 -2101 ((-1077))) (-15 -3276 ((-1181) (-1077))))
+((-3718 (((-594 (-594 |#1|)) (-594 (-594 |#1|)) (-594 (-594 (-594 |#1|)))) 38)) (-2812 (((-594 (-594 (-594 |#1|))) (-594 (-594 |#1|))) 24)) (-3437 (((-1103 (-594 |#1|)) (-594 |#1|)) 34)) (-2539 (((-594 (-594 |#1|)) (-594 |#1|)) 30)) (-4104 (((-2 (|:| |f1| (-594 |#1|)) (|:| |f2| (-594 (-594 (-594 |#1|)))) (|:| |f3| (-594 (-594 |#1|))) (|:| |f4| (-594 (-594 (-594 |#1|))))) (-594 (-594 (-594 |#1|)))) 37)) (-1469 (((-2 (|:| |f1| (-594 |#1|)) (|:| |f2| (-594 (-594 (-594 |#1|)))) (|:| |f3| (-594 (-594 |#1|))) (|:| |f4| (-594 (-594 (-594 |#1|))))) (-594 |#1|) (-594 (-594 (-594 |#1|))) (-594 (-594 |#1|)) (-594 (-594 (-594 |#1|))) (-594 (-594 (-594 |#1|))) (-594 (-594 (-594 |#1|)))) 36)) (-2217 (((-594 (-594 |#1|)) (-594 (-594 |#1|))) 28)) (-2527 (((-594 |#1|) (-594 |#1|)) 31)) (-1476 (((-594 (-594 (-594 |#1|))) (-594 |#1|) (-594 (-594 (-594 |#1|)))) 18)) (-3258 (((-594 (-594 (-594 |#1|))) (-1 (-110) |#1| |#1|) (-594 |#1|) (-594 (-594 (-594 |#1|)))) 16)) (-1714 (((-2 (|:| |fs| (-110)) (|:| |sd| (-594 |#1|)) (|:| |td| (-594 (-594 |#1|)))) (-1 (-110) |#1| |#1|) (-594 |#1|) (-594 (-594 |#1|))) 14)) (-1450 (((-594 (-594 |#1|)) (-594 (-594 (-594 |#1|)))) 39)) (-1547 (((-594 (-594 |#1|)) (-1103 (-594 |#1|))) 41)))
+(((-1102 |#1|) (-10 -7 (-15 -1714 ((-2 (|:| |fs| (-110)) (|:| |sd| (-594 |#1|)) (|:| |td| (-594 (-594 |#1|)))) (-1 (-110) |#1| |#1|) (-594 |#1|) (-594 (-594 |#1|)))) (-15 -3258 ((-594 (-594 (-594 |#1|))) (-1 (-110) |#1| |#1|) (-594 |#1|) (-594 (-594 (-594 |#1|))))) (-15 -1476 ((-594 (-594 (-594 |#1|))) (-594 |#1|) (-594 (-594 (-594 |#1|))))) (-15 -3718 ((-594 (-594 |#1|)) (-594 (-594 |#1|)) (-594 (-594 (-594 |#1|))))) (-15 -1450 ((-594 (-594 |#1|)) (-594 (-594 (-594 |#1|))))) (-15 -1547 ((-594 (-594 |#1|)) (-1103 (-594 |#1|)))) (-15 -2812 ((-594 (-594 (-594 |#1|))) (-594 (-594 |#1|)))) (-15 -3437 ((-1103 (-594 |#1|)) (-594 |#1|))) (-15 -2217 ((-594 (-594 |#1|)) (-594 (-594 |#1|)))) (-15 -2539 ((-594 (-594 |#1|)) (-594 |#1|))) (-15 -2527 ((-594 |#1|) (-594 |#1|))) (-15 -1469 ((-2 (|:| |f1| (-594 |#1|)) (|:| |f2| (-594 (-594 (-594 |#1|)))) (|:| |f3| (-594 (-594 |#1|))) (|:| |f4| (-594 (-594 (-594 |#1|))))) (-594 |#1|) (-594 (-594 (-594 |#1|))) (-594 (-594 |#1|)) (-594 (-594 (-594 |#1|))) (-594 (-594 (-594 |#1|))) (-594 (-594 (-594 |#1|))))) (-15 -4104 ((-2 (|:| |f1| (-594 |#1|)) (|:| |f2| (-594 (-594 (-594 |#1|)))) (|:| |f3| (-594 (-594 |#1|))) (|:| |f4| (-594 (-594 (-594 |#1|))))) (-594 (-594 (-594 |#1|)))))) (-791)) (T -1102))
+((-4104 (*1 *2 *3) (-12 (-4 *4 (-791)) (-5 *2 (-2 (|:| |f1| (-594 *4)) (|:| |f2| (-594 (-594 (-594 *4)))) (|:| |f3| (-594 (-594 *4))) (|:| |f4| (-594 (-594 (-594 *4)))))) (-5 *1 (-1102 *4)) (-5 *3 (-594 (-594 (-594 *4)))))) (-1469 (*1 *2 *3 *4 *5 *4 *4 *4) (-12 (-4 *6 (-791)) (-5 *3 (-594 *6)) (-5 *5 (-594 *3)) (-5 *2 (-2 (|:| |f1| *3) (|:| |f2| (-594 *5)) (|:| |f3| *5) (|:| |f4| (-594 *5)))) (-5 *1 (-1102 *6)) (-5 *4 (-594 *5)))) (-2527 (*1 *2 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-1102 *3)))) (-2539 (*1 *2 *3) (-12 (-4 *4 (-791)) (-5 *2 (-594 (-594 *4))) (-5 *1 (-1102 *4)) (-5 *3 (-594 *4)))) (-2217 (*1 *2 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-791)) (-5 *1 (-1102 *3)))) (-3437 (*1 *2 *3) (-12 (-4 *4 (-791)) (-5 *2 (-1103 (-594 *4))) (-5 *1 (-1102 *4)) (-5 *3 (-594 *4)))) (-2812 (*1 *2 *3) (-12 (-4 *4 (-791)) (-5 *2 (-594 (-594 (-594 *4)))) (-5 *1 (-1102 *4)) (-5 *3 (-594 (-594 *4))))) (-1547 (*1 *2 *3) (-12 (-5 *3 (-1103 (-594 *4))) (-4 *4 (-791)) (-5 *2 (-594 (-594 *4))) (-5 *1 (-1102 *4)))) (-1450 (*1 *2 *3) (-12 (-5 *3 (-594 (-594 (-594 *4)))) (-5 *2 (-594 (-594 *4))) (-5 *1 (-1102 *4)) (-4 *4 (-791)))) (-3718 (*1 *2 *2 *3) (-12 (-5 *3 (-594 (-594 (-594 *4)))) (-5 *2 (-594 (-594 *4))) (-4 *4 (-791)) (-5 *1 (-1102 *4)))) (-1476 (*1 *2 *3 *2) (-12 (-5 *2 (-594 (-594 (-594 *4)))) (-5 *3 (-594 *4)) (-4 *4 (-791)) (-5 *1 (-1102 *4)))) (-3258 (*1 *2 *3 *4 *2) (-12 (-5 *2 (-594 (-594 (-594 *5)))) (-5 *3 (-1 (-110) *5 *5)) (-5 *4 (-594 *5)) (-4 *5 (-791)) (-5 *1 (-1102 *5)))) (-1714 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 (-110) *6 *6)) (-4 *6 (-791)) (-5 *4 (-594 *6)) (-5 *2 (-2 (|:| |fs| (-110)) (|:| |sd| *4) (|:| |td| (-594 *4)))) (-5 *1 (-1102 *6)) (-5 *5 (-594 *4)))))
+(-10 -7 (-15 -1714 ((-2 (|:| |fs| (-110)) (|:| |sd| (-594 |#1|)) (|:| |td| (-594 (-594 |#1|)))) (-1 (-110) |#1| |#1|) (-594 |#1|) (-594 (-594 |#1|)))) (-15 -3258 ((-594 (-594 (-594 |#1|))) (-1 (-110) |#1| |#1|) (-594 |#1|) (-594 (-594 (-594 |#1|))))) (-15 -1476 ((-594 (-594 (-594 |#1|))) (-594 |#1|) (-594 (-594 (-594 |#1|))))) (-15 -3718 ((-594 (-594 |#1|)) (-594 (-594 |#1|)) (-594 (-594 (-594 |#1|))))) (-15 -1450 ((-594 (-594 |#1|)) (-594 (-594 (-594 |#1|))))) (-15 -1547 ((-594 (-594 |#1|)) (-1103 (-594 |#1|)))) (-15 -2812 ((-594 (-594 (-594 |#1|))) (-594 (-594 |#1|)))) (-15 -3437 ((-1103 (-594 |#1|)) (-594 |#1|))) (-15 -2217 ((-594 (-594 |#1|)) (-594 (-594 |#1|)))) (-15 -2539 ((-594 (-594 |#1|)) (-594 |#1|))) (-15 -2527 ((-594 |#1|) (-594 |#1|))) (-15 -1469 ((-2 (|:| |f1| (-594 |#1|)) (|:| |f2| (-594 (-594 (-594 |#1|)))) (|:| |f3| (-594 (-594 |#1|))) (|:| |f4| (-594 (-594 (-594 |#1|))))) (-594 |#1|) (-594 (-594 (-594 |#1|))) (-594 (-594 |#1|)) (-594 (-594 (-594 |#1|))) (-594 (-594 (-594 |#1|))) (-594 (-594 (-594 |#1|))))) (-15 -4104 ((-2 (|:| |f1| (-594 |#1|)) (|:| |f2| (-594 (-594 (-594 |#1|)))) (|:| |f3| (-594 (-594 |#1|))) (|:| |f4| (-594 (-594 (-594 |#1|))))) (-594 (-594 (-594 |#1|))))))
+((-1847 (($ (-594 (-594 |#1|))) 10)) (-2132 (((-594 (-594 |#1|)) $) 11)) (-4118 (((-800) $) 26)))
+(((-1103 |#1|) (-10 -8 (-15 -1847 ($ (-594 (-594 |#1|)))) (-15 -2132 ((-594 (-594 |#1|)) $)) (-15 -4118 ((-800) $))) (-1022)) (T -1103))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-1103 *3)) (-4 *3 (-1022)))) (-2132 (*1 *2 *1) (-12 (-5 *2 (-594 (-594 *3))) (-5 *1 (-1103 *3)) (-4 *3 (-1022)))) (-1847 (*1 *1 *2) (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-1103 *3)))))
+(-10 -8 (-15 -1847 ($ (-594 (-594 |#1|)))) (-15 -2132 ((-594 (-594 |#1|)) $)) (-15 -4118 ((-800) $)))
+((-4105 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-3312 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-3604 (((-1181) $ |#1| |#1|) NIL (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#2| $ |#1| |#2|) NIL)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) NIL)) (-1298 (($) NIL T CONST)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) NIL)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) NIL)) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) NIL)) (-1385 ((|#1| $) NIL (|has| |#1| (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-594 |#2|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2532 ((|#1| $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL) (($ (-1 |#2| |#2|) $) NIL) (($ (-1 |#2| |#2| |#2|) $ $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-4195 (((-594 |#1|) $) NIL)) (-1651 (((-110) |#1| $) NIL)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-3847 (((-594 |#1|) $) NIL)) (-1645 (((-110) |#1| $) NIL)) (-4024 (((-1041) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-1672 ((|#2| $) NIL (|has| |#1| (-791)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL)) (-1542 (($ $ |#2|) NIL (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#2| $ |#1|) NIL) ((|#2| $ |#1| |#2|) NIL)) (-2261 (($) NIL) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) NIL (-12 (|has| $ (-6 -4261)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (((-715) |#2| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022)))) (((-715) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-4118 (((-800) $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800))) (|has| |#2| (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) NIL)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) NIL (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) NIL (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) NIL (-2027 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| |#2| (-1022))))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1104 |#1| |#2|) (-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261))) (-1022) (-1022)) (T -1104))
+NIL
+(-13 (-1107 |#1| |#2|) (-10 -7 (-6 -4261)))
+((-3664 ((|#1| (-594 |#1|)) 32)) (-2061 ((|#1| |#1| (-527)) 18)) (-1420 (((-1090 |#1|) |#1| (-858)) 15)))
+(((-1105 |#1|) (-10 -7 (-15 -3664 (|#1| (-594 |#1|))) (-15 -1420 ((-1090 |#1|) |#1| (-858))) (-15 -2061 (|#1| |#1| (-527)))) (-343)) (T -1105))
+((-2061 (*1 *2 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-1105 *2)) (-4 *2 (-343)))) (-1420 (*1 *2 *3 *4) (-12 (-5 *4 (-858)) (-5 *2 (-1090 *3)) (-5 *1 (-1105 *3)) (-4 *3 (-343)))) (-3664 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-5 *1 (-1105 *2)) (-4 *2 (-343)))))
+(-10 -7 (-15 -3664 (|#1| (-594 |#1|))) (-15 -1420 ((-1090 |#1|) |#1| (-858))) (-15 -2061 (|#1| |#1| (-527))))
+((-3312 (($) 10) (($ (-594 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)))) 14)) (-3373 (($ (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) $) 61) (($ (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) NIL) (((-3 |#3| "failed") |#2| $) NIL)) (-3717 (((-594 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) 39) (((-594 |#3|) $) 41)) (-2762 (($ (-1 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) 53) (($ (-1 |#3| |#3|) $) 33)) (-1998 (($ (-1 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) 51) (($ (-1 |#3| |#3|) $) NIL) (($ (-1 |#3| |#3| |#3|) $ $) 38)) (-3368 (((-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) $) 54)) (-3204 (($ (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) $) 16)) (-3847 (((-594 |#2|) $) 19)) (-1645 (((-110) |#2| $) 59)) (-3326 (((-3 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) "failed") (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) 58)) (-1877 (((-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) $) 63)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) NIL) (((-110) (-1 (-110) |#3|) $) 67)) (-2401 (((-594 |#3|) $) 43)) (-3439 ((|#3| $ |#2|) 30) ((|#3| $ |#2| |#3|) 31)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) NIL) (((-715) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) $) NIL) (((-715) |#3| $) NIL) (((-715) (-1 (-110) |#3|) $) 68)) (-4118 (((-800) $) 27)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) $) NIL) (((-110) (-1 (-110) |#3|) $) 65)) (-2747 (((-110) $ $) 49)))
+(((-1106 |#1| |#2| |#3|) (-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -1998 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3312 (|#1| (-594 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))))) (-15 -3312 (|#1|)) (-15 -1998 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2762 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#3|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#3|) |#1|)) (-15 -4034 ((-715) (-1 (-110) |#3|) |#1|)) (-15 -3717 ((-594 |#3|) |#1|)) (-15 -4034 ((-715) |#3| |#1|)) (-15 -3439 (|#3| |#1| |#2| |#3|)) (-15 -3439 (|#3| |#1| |#2|)) (-15 -2401 ((-594 |#3|) |#1|)) (-15 -1645 ((-110) |#2| |#1|)) (-15 -3847 ((-594 |#2|) |#1|)) (-15 -3373 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3373 (|#1| (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -3373 (|#1| (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -3326 ((-3 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) "failed") (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -3368 ((-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -3204 (|#1| (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -1877 ((-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -4034 ((-715) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -3717 ((-594 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -4034 ((-715) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -1604 ((-110) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -1722 ((-110) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -2762 (|#1| (-1 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -1998 (|#1| (-1 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|))) (-1107 |#2| |#3|) (-1022) (-1022)) (T -1106))
+NIL
+(-10 -8 (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -1998 (|#1| (-1 |#3| |#3| |#3|) |#1| |#1|)) (-15 -3312 (|#1| (-594 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))))) (-15 -3312 (|#1|)) (-15 -1998 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -2762 (|#1| (-1 |#3| |#3|) |#1|)) (-15 -1722 ((-110) (-1 (-110) |#3|) |#1|)) (-15 -1604 ((-110) (-1 (-110) |#3|) |#1|)) (-15 -4034 ((-715) (-1 (-110) |#3|) |#1|)) (-15 -3717 ((-594 |#3|) |#1|)) (-15 -4034 ((-715) |#3| |#1|)) (-15 -3439 (|#3| |#1| |#2| |#3|)) (-15 -3439 (|#3| |#1| |#2|)) (-15 -2401 ((-594 |#3|) |#1|)) (-15 -1645 ((-110) |#2| |#1|)) (-15 -3847 ((-594 |#2|) |#1|)) (-15 -3373 ((-3 |#3| "failed") |#2| |#1|)) (-15 -3373 (|#1| (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -3373 (|#1| (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -3326 ((-3 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) "failed") (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -3368 ((-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -3204 (|#1| (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -1877 ((-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -4034 ((-715) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) |#1|)) (-15 -3717 ((-594 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -4034 ((-715) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -1604 ((-110) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -1722 ((-110) (-1 (-110) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -2762 (|#1| (-1 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)) (-15 -1998 (|#1| (-1 (-2 (|:| -1550 |#2|) (|:| -3484 |#3|)) (-2 (|:| -1550 |#2|) (|:| -3484 |#3|))) |#1|)))
+((-4105 (((-110) $ $) 19 (-2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-3312 (($) 72) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 71)) (-3604 (((-1181) $ |#1| |#1|) 99 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#2| $ |#1| |#2|) 73)) (-1920 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 45 (|has| $ (-6 -4261)))) (-2420 (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 55 (|has| $ (-6 -4261)))) (-1519 (((-3 |#2| "failed") |#1| $) 61)) (-1298 (($) 7 T CONST)) (-1702 (($ $) 58 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261))))) (-3373 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 47 (|has| $ (-6 -4261))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 46 (|has| $ (-6 -4261))) (((-3 |#2| "failed") |#1| $) 62)) (-2659 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 57 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 54 (|has| $ (-6 -4261)))) (-2731 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 56 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 53 (|has| $ (-6 -4261))) (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 52 (|has| $ (-6 -4261)))) (-2774 ((|#2| $ |#1| |#2|) 87 (|has| $ (-6 -4262)))) (-3231 ((|#2| $ |#1|) 88)) (-3717 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 30 (|has| $ (-6 -4261))) (((-594 |#2|) $) 79 (|has| $ (-6 -4261)))) (-3541 (((-110) $ (-715)) 9)) (-1385 ((|#1| $) 96 (|has| |#1| (-791)))) (-2063 (((-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 29 (|has| $ (-6 -4261))) (((-594 |#2|) $) 80 (|has| $ (-6 -4261)))) (-2817 (((-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 27 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-110) |#2| $) 82 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261))))) (-2532 ((|#1| $) 95 (|has| |#1| (-791)))) (-2762 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 34 (|has| $ (-6 -4262))) (($ (-1 |#2| |#2|) $) 75 (|has| $ (-6 -4262)))) (-1998 (($ (-1 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 35) (($ (-1 |#2| |#2|) $) 74) (($ (-1 |#2| |#2| |#2|) $ $) 70)) (-2324 (((-110) $ (-715)) 10)) (-2416 (((-1077) $) 22 (-2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-4195 (((-594 |#1|) $) 63)) (-1651 (((-110) |#1| $) 64)) (-3368 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 39)) (-3204 (($ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 40)) (-3847 (((-594 |#1|) $) 93)) (-1645 (((-110) |#1| $) 92)) (-4024 (((-1041) $) 21 (-2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-1672 ((|#2| $) 97 (|has| |#1| (-791)))) (-3326 (((-3 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) "failed") (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 51)) (-1542 (($ $ |#2|) 98 (|has| $ (-6 -4262)))) (-1877 (((-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 41)) (-1604 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 32 (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) 77 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))))) 26 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-275 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 25 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) 24 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 23 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)))) (($ $ (-594 |#2|) (-594 |#2|)) 86 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ |#2| |#2|) 85 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-275 |#2|)) 84 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022)))) (($ $ (-594 (-275 |#2|))) 83 (-12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#2| $) 94 (-12 (|has| $ (-6 -4261)) (|has| |#2| (-1022))))) (-2401 (((-594 |#2|) $) 91)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#2| $ |#1|) 90) ((|#2| $ |#1| |#2|) 89)) (-2261 (($) 49) (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 48)) (-4034 (((-715) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 31 (|has| $ (-6 -4261))) (((-715) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) $) 28 (-12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| $ (-6 -4261)))) (((-715) |#2| $) 81 (-12 (|has| |#2| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#2|) $) 78 (|has| $ (-6 -4261)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 59 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))))) (-4131 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 50)) (-4118 (((-800) $) 18 (-2027 (|has| |#2| (-568 (-800))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800)))))) (-3557 (($ (-594 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) 42)) (-1722 (((-110) (-1 (-110) (-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) $) 33 (|has| $ (-6 -4261))) (((-110) (-1 (-110) |#2|) $) 76 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (-2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-1107 |#1| |#2|) (-133) (-1022) (-1022)) (T -1107))
+((-1232 (*1 *2 *1 *3 *2) (-12 (-4 *1 (-1107 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))) (-3312 (*1 *1) (-12 (-4 *1 (-1107 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))) (-3312 (*1 *1 *2) (-12 (-5 *2 (-594 (-2 (|:| -1550 *3) (|:| -3484 *4)))) (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *1 (-1107 *3 *4)))) (-1998 (*1 *1 *2 *1 *1) (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1107 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))))
+(-13 (-565 |t#1| |t#2|) (-560 |t#1| |t#2|) (-10 -8 (-15 -1232 (|t#2| $ |t#1| |t#2|)) (-15 -3312 ($)) (-15 -3312 ($ (-594 (-2 (|:| -1550 |t#1|) (|:| -3484 |t#2|))))) (-15 -1998 ($ (-1 |t#2| |t#2| |t#2|) $ $))))
+(((-33) . T) ((-104 #0=(-2 (|:| -1550 |#1|) (|:| -3484 |#2|))) . T) ((-99) -2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-568 (-800)) -2027 (|has| |#2| (-1022)) (|has| |#2| (-568 (-800))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-568 (-800)))) ((-144 #0#) . T) ((-569 (-503)) |has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-569 (-503))) ((-211 #0#) . T) ((-217 #0#) . T) ((-267 |#1| |#2|) . T) ((-269 |#1| |#2|) . T) ((-290 #0#) -12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-290 |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-466 #0#) . T) ((-466 |#2|) . T) ((-560 |#1| |#2|) . T) ((-488 #0# #0#) -12 (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-290 (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)))) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-488 |#2| |#2|) -12 (|has| |#2| (-290 |#2|)) (|has| |#2| (-1022))) ((-565 |#1| |#2|) . T) ((-1022) -2027 (|has| |#2| (-1022)) (|has| (-2 (|:| -1550 |#1|) (|:| -3484 |#2|)) (-1022))) ((-1130) . T))
+((-2214 (((-110)) 24)) (-1656 (((-1181) (-1077)) 26)) (-1700 (((-110)) 36)) (-3573 (((-1181)) 34)) (-1635 (((-1181) (-1077) (-1077)) 25)) (-1959 (((-110)) 37)) (-3204 (((-1181) |#1| |#2|) 44)) (-3577 (((-1181)) 20)) (-1454 (((-3 |#2| "failed") |#1|) 42)) (-3284 (((-1181)) 35)))
+(((-1108 |#1| |#2|) (-10 -7 (-15 -3577 ((-1181))) (-15 -1635 ((-1181) (-1077) (-1077))) (-15 -1656 ((-1181) (-1077))) (-15 -3573 ((-1181))) (-15 -3284 ((-1181))) (-15 -2214 ((-110))) (-15 -1700 ((-110))) (-15 -1959 ((-110))) (-15 -1454 ((-3 |#2| "failed") |#1|)) (-15 -3204 ((-1181) |#1| |#2|))) (-1022) (-1022)) (T -1108))
+((-3204 (*1 *2 *3 *4) (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-1454 (*1 *2 *3) (|partial| -12 (-4 *2 (-1022)) (-5 *1 (-1108 *3 *2)) (-4 *3 (-1022)))) (-1959 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-1700 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-2214 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-3284 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-3573 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))) (-1656 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1108 *4 *5)) (-4 *4 (-1022)) (-4 *5 (-1022)))) (-1635 (*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1108 *4 *5)) (-4 *4 (-1022)) (-4 *5 (-1022)))) (-3577 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022)))))
+(-10 -7 (-15 -3577 ((-1181))) (-15 -1635 ((-1181) (-1077) (-1077))) (-15 -1656 ((-1181) (-1077))) (-15 -3573 ((-1181))) (-15 -3284 ((-1181))) (-15 -2214 ((-110))) (-15 -1700 ((-110))) (-15 -1959 ((-110))) (-15 -1454 ((-3 |#2| "failed") |#1|)) (-15 -3204 ((-1181) |#1| |#2|)))
+((-1976 (((-1077) (-1077)) 18)) (-1441 (((-51) (-1077)) 21)))
+(((-1109) (-10 -7 (-15 -1441 ((-51) (-1077))) (-15 -1976 ((-1077) (-1077))))) (T -1109))
+((-1976 (*1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1109)))) (-1441 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-51)) (-5 *1 (-1109)))))
+(-10 -7 (-15 -1441 ((-51) (-1077))) (-15 -1976 ((-1077) (-1077))))
+((-4118 (((-1111) |#1|) 11)))
+(((-1110 |#1|) (-10 -7 (-15 -4118 ((-1111) |#1|))) (-1022)) (T -1110))
+((-4118 (*1 *2 *3) (-12 (-5 *2 (-1111)) (-5 *1 (-1110 *3)) (-4 *3 (-1022)))))
+(-10 -7 (-15 -4118 ((-1111) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-2800 (((-594 (-1077)) $) 34)) (-3130 (((-594 (-1077)) $ (-594 (-1077))) 37)) (-3360 (((-594 (-1077)) $ (-594 (-1077))) 36)) (-1299 (((-594 (-1077)) $ (-594 (-1077))) 38)) (-3520 (((-594 (-1077)) $) 33)) (-3325 (($) 22)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4132 (((-594 (-1077)) $) 35)) (-2664 (((-1181) $ (-527)) 29) (((-1181) $) 30)) (-2051 (($ (-800) (-527)) 26) (($ (-800) (-527) (-800)) NIL)) (-4118 (((-800) $) 40) (($ (-800)) 24)) (-2747 (((-110) $ $) NIL)))
+(((-1111) (-13 (-1022) (-10 -8 (-15 -4118 ($ (-800))) (-15 -2051 ($ (-800) (-527))) (-15 -2051 ($ (-800) (-527) (-800))) (-15 -2664 ((-1181) $ (-527))) (-15 -2664 ((-1181) $)) (-15 -4132 ((-594 (-1077)) $)) (-15 -2800 ((-594 (-1077)) $)) (-15 -3325 ($)) (-15 -3520 ((-594 (-1077)) $)) (-15 -1299 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -3130 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -3360 ((-594 (-1077)) $ (-594 (-1077))))))) (T -1111))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-800)) (-5 *1 (-1111)))) (-2051 (*1 *1 *2 *3) (-12 (-5 *2 (-800)) (-5 *3 (-527)) (-5 *1 (-1111)))) (-2051 (*1 *1 *2 *3 *2) (-12 (-5 *2 (-800)) (-5 *3 (-527)) (-5 *1 (-1111)))) (-2664 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-1111)))) (-2664 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1111)))) (-4132 (*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))) (-2800 (*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))) (-3325 (*1 *1) (-5 *1 (-1111))) (-3520 (*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))) (-1299 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))) (-3130 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))) (-3360 (*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))))
+(-13 (-1022) (-10 -8 (-15 -4118 ($ (-800))) (-15 -2051 ($ (-800) (-527))) (-15 -2051 ($ (-800) (-527) (-800))) (-15 -2664 ((-1181) $ (-527))) (-15 -2664 ((-1181) $)) (-15 -4132 ((-594 (-1077)) $)) (-15 -2800 ((-594 (-1077)) $)) (-15 -3325 ($)) (-15 -3520 ((-594 (-1077)) $)) (-15 -1299 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -3130 ((-594 (-1077)) $ (-594 (-1077)))) (-15 -3360 ((-594 (-1077)) $ (-594 (-1077))))))
+((-4105 (((-110) $ $) NIL)) (-4011 (((-1077) $ (-1077)) 17) (((-1077) $) 16)) (-4155 (((-1077) $ (-1077)) 15)) (-3645 (($ $ (-1077)) NIL)) (-3554 (((-3 (-1077) "failed") $) 11)) (-1498 (((-1077) $) 8)) (-2154 (((-3 (-1077) "failed") $) 12)) (-1595 (((-1077) $) 9)) (-2028 (($ (-368)) NIL) (($ (-368) (-1077)) NIL)) (-2365 (((-368) $) NIL)) (-2416 (((-1077) $) NIL)) (-2268 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-3749 (((-110) $) 18)) (-4118 (((-800) $) NIL)) (-3414 (($ $) NIL)) (-2747 (((-110) $ $) NIL)))
+(((-1112) (-13 (-344 (-368) (-1077)) (-10 -8 (-15 -4011 ((-1077) $ (-1077))) (-15 -4011 ((-1077) $)) (-15 -1498 ((-1077) $)) (-15 -3554 ((-3 (-1077) "failed") $)) (-15 -2154 ((-3 (-1077) "failed") $)) (-15 -3749 ((-110) $))))) (T -1112))
+((-4011 (*1 *2 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1112)))) (-4011 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1112)))) (-1498 (*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1112)))) (-3554 (*1 *2 *1) (|partial| -12 (-5 *2 (-1077)) (-5 *1 (-1112)))) (-2154 (*1 *2 *1) (|partial| -12 (-5 *2 (-1077)) (-5 *1 (-1112)))) (-3749 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1112)))))
+(-13 (-344 (-368) (-1077)) (-10 -8 (-15 -4011 ((-1077) $ (-1077))) (-15 -4011 ((-1077) $)) (-15 -1498 ((-1077) $)) (-15 -3554 ((-3 (-1077) "failed") $)) (-15 -2154 ((-3 (-1077) "failed") $)) (-15 -3749 ((-110) $))))
+((-2350 (((-3 (-527) "failed") |#1|) 19)) (-3759 (((-3 (-527) "failed") |#1|) 14)) (-4237 (((-527) (-1077)) 28)))
+(((-1113 |#1|) (-10 -7 (-15 -2350 ((-3 (-527) "failed") |#1|)) (-15 -3759 ((-3 (-527) "failed") |#1|)) (-15 -4237 ((-527) (-1077)))) (-979)) (T -1113))
+((-4237 (*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-527)) (-5 *1 (-1113 *4)) (-4 *4 (-979)))) (-3759 (*1 *2 *3) (|partial| -12 (-5 *2 (-527)) (-5 *1 (-1113 *3)) (-4 *3 (-979)))) (-2350 (*1 *2 *3) (|partial| -12 (-5 *2 (-527)) (-5 *1 (-1113 *3)) (-4 *3 (-979)))))
+(-10 -7 (-15 -2350 ((-3 (-527) "failed") |#1|)) (-15 -3759 ((-3 (-527) "failed") |#1|)) (-15 -4237 ((-527) (-1077))))
+((-1755 (((-1054 (-207))) 9)))
+(((-1114) (-10 -7 (-15 -1755 ((-1054 (-207)))))) (T -1114))
+((-1755 (*1 *2) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-1114)))))
+(-10 -7 (-15 -1755 ((-1054 (-207)))))
+((-4146 (($) 11)) (-1551 (($ $) 35)) (-1526 (($ $) 33)) (-2033 (($ $) 25)) (-1579 (($ $) 17)) (-2837 (($ $) 15)) (-1564 (($ $) 19)) (-1427 (($ $) 30)) (-1539 (($ $) 34)) (-2044 (($ $) 29)))
+(((-1115 |#1|) (-10 -8 (-15 -4146 (|#1|)) (-15 -1551 (|#1| |#1|)) (-15 -1526 (|#1| |#1|)) (-15 -1579 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -1564 (|#1| |#1|)) (-15 -1539 (|#1| |#1|)) (-15 -2033 (|#1| |#1|)) (-15 -1427 (|#1| |#1|)) (-15 -2044 (|#1| |#1|))) (-1116)) (T -1115))
+NIL
+(-10 -8 (-15 -4146 (|#1|)) (-15 -1551 (|#1| |#1|)) (-15 -1526 (|#1| |#1|)) (-15 -1579 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -1564 (|#1| |#1|)) (-15 -1539 (|#1| |#1|)) (-15 -2033 (|#1| |#1|)) (-15 -1427 (|#1| |#1|)) (-15 -2044 (|#1| |#1|)))
+((-1481 (($ $) 26)) (-2460 (($ $) 11)) (-1461 (($ $) 27)) (-2439 (($ $) 10)) (-1504 (($ $) 28)) (-2502 (($ $) 9)) (-4146 (($) 16)) (-2495 (($ $) 19)) (-1724 (($ $) 18)) (-1513 (($ $) 29)) (-2021 (($ $) 8)) (-1493 (($ $) 30)) (-2482 (($ $) 7)) (-1471 (($ $) 31)) (-2449 (($ $) 6)) (-1551 (($ $) 20)) (-2076 (($ $) 32)) (-1526 (($ $) 21)) (-2033 (($ $) 33)) (-1579 (($ $) 22)) (-1439 (($ $) 34)) (-2837 (($ $) 23)) (-1449 (($ $) 35)) (-1564 (($ $) 24)) (-1427 (($ $) 36)) (-1539 (($ $) 25)) (-2044 (($ $) 37)) (** (($ $ $) 17)))
+(((-1116) (-133)) (T -1116))
+((-4146 (*1 *1) (-4 *1 (-1116))))
+(-13 (-1119) (-93) (-468) (-34) (-265) (-10 -8 (-15 -4146 ($))))
+(((-34) . T) ((-93) . T) ((-265) . T) ((-468) . T) ((-1119) . T))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2205 ((|#1| $) 17)) (-1403 (($ |#1| (-594 $)) 23) (($ (-594 |#1|)) 27) (($ |#1|) 25)) (-1731 (((-110) $ (-715)) 48)) (-2776 ((|#1| $ |#1|) 14 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) NIL (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 13 (|has| $ (-6 -4262)))) (-1298 (($) NIL T CONST)) (-3717 (((-594 |#1|) $) 52 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 43)) (-3269 (((-110) $ $) 33 (|has| |#1| (-1022)))) (-3541 (((-110) $ (-715)) 41)) (-2063 (((-594 |#1|) $) 53 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 51 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2762 (($ (-1 |#1| |#1|) $) 24 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 22)) (-2324 (((-110) $ (-715)) 40)) (-2227 (((-594 |#1|) $) 37)) (-3898 (((-110) $) 36)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1604 (((-110) (-1 (-110) |#1|) $) 50 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 74)) (-1815 (((-110) $) 9)) (-2453 (($) 10)) (-3439 ((|#1| $ "value") NIL)) (-2312 (((-527) $ $) 32)) (-2166 (((-594 $) $) 59)) (-3852 (((-110) $ $) 77)) (-3698 (((-594 $) $) 72)) (-1280 (($ $) 73)) (-2760 (((-110) $) 56)) (-4034 (((-715) (-1 (-110) |#1|) $) 20 (|has| $ (-6 -4261))) (((-715) |#1| $) 16 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2465 (($ $) 58)) (-4118 (((-800) $) 61 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 12)) (-3789 (((-110) $ $) 29 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 49 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 28 (|has| |#1| (-1022)))) (-2809 (((-715) $) 39 (|has| $ (-6 -4261)))))
+(((-1117 |#1|) (-13 (-944 |#1|) (-10 -8 (-6 -4261) (-6 -4262) (-15 -1403 ($ |#1| (-594 $))) (-15 -1403 ($ (-594 |#1|))) (-15 -1403 ($ |#1|)) (-15 -2760 ((-110) $)) (-15 -1280 ($ $)) (-15 -3698 ((-594 $) $)) (-15 -3852 ((-110) $ $)) (-15 -2166 ((-594 $) $)))) (-1022)) (T -1117))
+((-2760 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))) (-1403 (*1 *1 *2 *3) (-12 (-5 *3 (-594 (-1117 *2))) (-5 *1 (-1117 *2)) (-4 *2 (-1022)))) (-1403 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-1117 *3)))) (-1403 (*1 *1 *2) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1022)))) (-1280 (*1 *1 *1) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1022)))) (-3698 (*1 *2 *1) (-12 (-5 *2 (-594 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))) (-3852 (*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))) (-2166 (*1 *2 *1) (-12 (-5 *2 (-594 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))))
+(-13 (-944 |#1|) (-10 -8 (-6 -4261) (-6 -4262) (-15 -1403 ($ |#1| (-594 $))) (-15 -1403 ($ (-594 |#1|))) (-15 -1403 ($ |#1|)) (-15 -2760 ((-110) $)) (-15 -1280 ($ $)) (-15 -3698 ((-594 $) $)) (-15 -3852 ((-110) $ $)) (-15 -2166 ((-594 $) $))))
+((-2460 (($ $) 15)) (-2502 (($ $) 12)) (-2021 (($ $) 10)) (-2482 (($ $) 17)))
+(((-1118 |#1|) (-10 -8 (-15 -2482 (|#1| |#1|)) (-15 -2021 (|#1| |#1|)) (-15 -2502 (|#1| |#1|)) (-15 -2460 (|#1| |#1|))) (-1119)) (T -1118))
+NIL
+(-10 -8 (-15 -2482 (|#1| |#1|)) (-15 -2021 (|#1| |#1|)) (-15 -2502 (|#1| |#1|)) (-15 -2460 (|#1| |#1|)))
+((-2460 (($ $) 11)) (-2439 (($ $) 10)) (-2502 (($ $) 9)) (-2021 (($ $) 8)) (-2482 (($ $) 7)) (-2449 (($ $) 6)))
+(((-1119) (-133)) (T -1119))
+((-2460 (*1 *1 *1) (-4 *1 (-1119))) (-2439 (*1 *1 *1) (-4 *1 (-1119))) (-2502 (*1 *1 *1) (-4 *1 (-1119))) (-2021 (*1 *1 *1) (-4 *1 (-1119))) (-2482 (*1 *1 *1) (-4 *1 (-1119))) (-2449 (*1 *1 *1) (-4 *1 (-1119))))
+(-13 (-10 -8 (-15 -2449 ($ $)) (-15 -2482 ($ $)) (-15 -2021 ($ $)) (-15 -2502 ($ $)) (-15 -2439 ($ $)) (-15 -2460 ($ $))))
+((-3288 ((|#2| |#2|) 88)) (-3829 (((-110) |#2|) 26)) (-2726 ((|#2| |#2|) 30)) (-2738 ((|#2| |#2|) 32)) (-1313 ((|#2| |#2| (-1094)) 83) ((|#2| |#2|) 84)) (-1523 (((-159 |#2|) |#2|) 28)) (-2821 ((|#2| |#2| (-1094)) 85) ((|#2| |#2|) 86)))
+(((-1120 |#1| |#2|) (-10 -7 (-15 -1313 (|#2| |#2|)) (-15 -1313 (|#2| |#2| (-1094))) (-15 -2821 (|#2| |#2|)) (-15 -2821 (|#2| |#2| (-1094))) (-15 -3288 (|#2| |#2|)) (-15 -2726 (|#2| |#2|)) (-15 -2738 (|#2| |#2|)) (-15 -3829 ((-110) |#2|)) (-15 -1523 ((-159 |#2|) |#2|))) (-13 (-431) (-791) (-970 (-527)) (-590 (-527))) (-13 (-27) (-1116) (-410 |#1|))) (T -1120))
+((-1523 (*1 *2 *3) (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-159 *3)) (-5 *1 (-1120 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *4))))) (-3829 (*1 *2 *3) (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *2 (-110)) (-5 *1 (-1120 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *4))))) (-2738 (*1 *2 *2) (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))) (-2726 (*1 *2 *2) (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))) (-3288 (*1 *2 *2) (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))) (-2821 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))) (-2821 (*1 *2 *2) (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))) (-1313 (*1 *2 *2 *3) (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))) (-1313 (*1 *2 *2) (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527)))) (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))))
+(-10 -7 (-15 -1313 (|#2| |#2|)) (-15 -1313 (|#2| |#2| (-1094))) (-15 -2821 (|#2| |#2|)) (-15 -2821 (|#2| |#2| (-1094))) (-15 -3288 (|#2| |#2|)) (-15 -2726 (|#2| |#2|)) (-15 -2738 (|#2| |#2|)) (-15 -3829 ((-110) |#2|)) (-15 -1523 ((-159 |#2|) |#2|)))
+((-2498 ((|#4| |#4| |#1|) 27)) (-2283 ((|#4| |#4| |#1|) 28)))
+(((-1121 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -2498 (|#4| |#4| |#1|)) (-15 -2283 (|#4| |#4| |#1|))) (-519) (-353 |#1|) (-353 |#1|) (-632 |#1| |#2| |#3|)) (T -1121))
+((-2283 (*1 *2 *2 *3) (-12 (-4 *3 (-519)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))) (-2498 (*1 *2 *2 *3) (-12 (-4 *3 (-519)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(-10 -7 (-15 -2498 (|#4| |#4| |#1|)) (-15 -2283 (|#4| |#4| |#1|)))
+((-3423 ((|#2| |#2|) 134)) (-1617 ((|#2| |#2|) 131)) (-1911 ((|#2| |#2|) 122)) (-2861 ((|#2| |#2|) 119)) (-3390 ((|#2| |#2|) 127)) (-2587 ((|#2| |#2|) 115)) (-1374 ((|#2| |#2|) 43)) (-2184 ((|#2| |#2|) 95)) (-1888 ((|#2| |#2|) 75)) (-2485 ((|#2| |#2|) 129)) (-2772 ((|#2| |#2|) 117)) (-1657 ((|#2| |#2|) 139)) (-2665 ((|#2| |#2|) 137)) (-1812 ((|#2| |#2|) 138)) (-2322 ((|#2| |#2|) 136)) (-1428 ((|#2| |#2|) 149)) (-2773 ((|#2| |#2|) 30 (-12 (|has| |#2| (-569 (-829 |#1|))) (|has| |#2| (-823 |#1|)) (|has| |#1| (-569 (-829 |#1|))) (|has| |#1| (-823 |#1|))))) (-2604 ((|#2| |#2|) 76)) (-3351 ((|#2| |#2|) 140)) (-2389 ((|#2| |#2|) 141)) (-2729 ((|#2| |#2|) 128)) (-1948 ((|#2| |#2|) 116)) (-3762 ((|#2| |#2|) 135)) (-4017 ((|#2| |#2|) 133)) (-3569 ((|#2| |#2|) 123)) (-2862 ((|#2| |#2|) 121)) (-3726 ((|#2| |#2|) 125)) (-1230 ((|#2| |#2|) 113)))
+(((-1122 |#1| |#2|) (-10 -7 (-15 -2389 (|#2| |#2|)) (-15 -1888 (|#2| |#2|)) (-15 -1428 (|#2| |#2|)) (-15 -2184 (|#2| |#2|)) (-15 -1374 (|#2| |#2|)) (-15 -2604 (|#2| |#2|)) (-15 -3351 (|#2| |#2|)) (-15 -1230 (|#2| |#2|)) (-15 -3726 (|#2| |#2|)) (-15 -3569 (|#2| |#2|)) (-15 -3762 (|#2| |#2|)) (-15 -1948 (|#2| |#2|)) (-15 -2729 (|#2| |#2|)) (-15 -2772 (|#2| |#2|)) (-15 -2485 (|#2| |#2|)) (-15 -2587 (|#2| |#2|)) (-15 -3390 (|#2| |#2|)) (-15 -1911 (|#2| |#2|)) (-15 -3423 (|#2| |#2|)) (-15 -2861 (|#2| |#2|)) (-15 -1617 (|#2| |#2|)) (-15 -2862 (|#2| |#2|)) (-15 -4017 (|#2| |#2|)) (-15 -2322 (|#2| |#2|)) (-15 -2665 (|#2| |#2|)) (-15 -1812 (|#2| |#2|)) (-15 -1657 (|#2| |#2|)) (IF (|has| |#1| (-823 |#1|)) (IF (|has| |#1| (-569 (-829 |#1|))) (IF (|has| |#2| (-569 (-829 |#1|))) (IF (|has| |#2| (-823 |#1|)) (-15 -2773 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|)) (-13 (-791) (-431)) (-13 (-410 |#1|) (-1116))) (T -1122))
+((-2773 (*1 *2 *2) (-12 (-4 *3 (-569 (-829 *3))) (-4 *3 (-823 *3)) (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-569 (-829 *3))) (-4 *2 (-823 *3)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1657 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1812 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2665 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2322 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-4017 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2862 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1617 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2861 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-3423 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1911 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-3390 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2587 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2485 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2772 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2729 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1948 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-3762 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-3569 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-3726 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1230 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-3351 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2604 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1374 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2184 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1428 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-1888 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))) (-2389 (*1 *2 *2) (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2)) (-4 *2 (-13 (-410 *3) (-1116))))))
+(-10 -7 (-15 -2389 (|#2| |#2|)) (-15 -1888 (|#2| |#2|)) (-15 -1428 (|#2| |#2|)) (-15 -2184 (|#2| |#2|)) (-15 -1374 (|#2| |#2|)) (-15 -2604 (|#2| |#2|)) (-15 -3351 (|#2| |#2|)) (-15 -1230 (|#2| |#2|)) (-15 -3726 (|#2| |#2|)) (-15 -3569 (|#2| |#2|)) (-15 -3762 (|#2| |#2|)) (-15 -1948 (|#2| |#2|)) (-15 -2729 (|#2| |#2|)) (-15 -2772 (|#2| |#2|)) (-15 -2485 (|#2| |#2|)) (-15 -2587 (|#2| |#2|)) (-15 -3390 (|#2| |#2|)) (-15 -1911 (|#2| |#2|)) (-15 -3423 (|#2| |#2|)) (-15 -2861 (|#2| |#2|)) (-15 -1617 (|#2| |#2|)) (-15 -2862 (|#2| |#2|)) (-15 -4017 (|#2| |#2|)) (-15 -2322 (|#2| |#2|)) (-15 -2665 (|#2| |#2|)) (-15 -1812 (|#2| |#2|)) (-15 -1657 (|#2| |#2|)) (IF (|has| |#1| (-823 |#1|)) (IF (|has| |#1| (-569 (-829 |#1|))) (IF (|has| |#2| (-569 (-829 |#1|))) (IF (|has| |#2| (-823 |#1|)) (-15 -2773 (|#2| |#2|)) |%noBranch|) |%noBranch|) |%noBranch|) |%noBranch|))
+((-1932 (((-110) |#5| $) 60) (((-110) $) 102)) (-3930 ((|#5| |#5| $) 75)) (-2420 (($ (-1 (-110) |#5|) $) NIL) (((-3 |#5| "failed") $ |#4|) 119)) (-4231 (((-594 |#5|) (-594 |#5|) $ (-1 |#5| |#5| |#5|) (-1 (-110) |#5| |#5|)) 73)) (-1923 (((-3 $ "failed") (-594 |#5|)) 126)) (-1683 (((-3 $ "failed") $) 112)) (-2859 ((|#5| |#5| $) 94)) (-2892 (((-110) |#5| $ (-1 (-110) |#5| |#5|)) 31)) (-3730 ((|#5| |#5| $) 98)) (-2731 ((|#5| (-1 |#5| |#5| |#5|) $ |#5| |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $ |#5|) NIL) ((|#5| (-1 |#5| |#5| |#5|) $) NIL) ((|#5| |#5| $ (-1 |#5| |#5| |#5|) (-1 (-110) |#5| |#5|)) 69)) (-2925 (((-2 (|:| -2641 (-594 |#5|)) (|:| -2028 (-594 |#5|))) $) 55)) (-3076 (((-110) |#5| $) 58) (((-110) $) 103)) (-2876 ((|#4| $) 108)) (-2681 (((-3 |#5| "failed") $) 110)) (-3367 (((-594 |#5|) $) 49)) (-2451 (((-110) |#5| $) 67) (((-110) $) 107)) (-4039 ((|#5| |#5| $) 81)) (-1745 (((-110) $ $) 27)) (-2238 (((-110) |#5| $) 63) (((-110) $) 105)) (-2125 ((|#5| |#5| $) 78)) (-1672 (((-3 |#5| "failed") $) 109)) (-3469 (($ $ |#5|) 127)) (-4115 (((-715) $) 52)) (-4131 (($ (-594 |#5|)) 124)) (-4083 (($ $ |#4|) 122)) (-4055 (($ $ |#4|) 121)) (-4025 (($ $) 120)) (-4118 (((-800) $) NIL) (((-594 |#5|) $) 113)) (-4196 (((-715) $) 130)) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#5|))) "failed") (-594 |#5|) (-1 (-110) |#5| |#5|)) 43) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#5|))) "failed") (-594 |#5|) (-1 (-110) |#5|) (-1 (-110) |#5| |#5|)) 45)) (-4228 (((-110) $ (-1 (-110) |#5| (-594 |#5|))) 100)) (-3302 (((-594 |#4|) $) 115)) (-3859 (((-110) |#4| $) 118)) (-2747 (((-110) $ $) 19)))
+(((-1123 |#1| |#2| |#3| |#4| |#5|) (-10 -8 (-15 -4196 ((-715) |#1|)) (-15 -3469 (|#1| |#1| |#5|)) (-15 -2420 ((-3 |#5| "failed") |#1| |#4|)) (-15 -3859 ((-110) |#4| |#1|)) (-15 -3302 ((-594 |#4|) |#1|)) (-15 -1683 ((-3 |#1| "failed") |#1|)) (-15 -2681 ((-3 |#5| "failed") |#1|)) (-15 -1672 ((-3 |#5| "failed") |#1|)) (-15 -3730 (|#5| |#5| |#1|)) (-15 -4025 (|#1| |#1|)) (-15 -2859 (|#5| |#5| |#1|)) (-15 -4039 (|#5| |#5| |#1|)) (-15 -2125 (|#5| |#5| |#1|)) (-15 -3930 (|#5| |#5| |#1|)) (-15 -4231 ((-594 |#5|) (-594 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-110) |#5| |#5|))) (-15 -2731 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-110) |#5| |#5|))) (-15 -2451 ((-110) |#1|)) (-15 -2238 ((-110) |#1|)) (-15 -1932 ((-110) |#1|)) (-15 -4228 ((-110) |#1| (-1 (-110) |#5| (-594 |#5|)))) (-15 -2451 ((-110) |#5| |#1|)) (-15 -2238 ((-110) |#5| |#1|)) (-15 -1932 ((-110) |#5| |#1|)) (-15 -2892 ((-110) |#5| |#1| (-1 (-110) |#5| |#5|))) (-15 -3076 ((-110) |#1|)) (-15 -3076 ((-110) |#5| |#1|)) (-15 -2925 ((-2 (|:| -2641 (-594 |#5|)) (|:| -2028 (-594 |#5|))) |#1|)) (-15 -4115 ((-715) |#1|)) (-15 -3367 ((-594 |#5|) |#1|)) (-15 -1880 ((-3 (-2 (|:| |bas| |#1|) (|:| -3523 (-594 |#5|))) "failed") (-594 |#5|) (-1 (-110) |#5|) (-1 (-110) |#5| |#5|))) (-15 -1880 ((-3 (-2 (|:| |bas| |#1|) (|:| -3523 (-594 |#5|))) "failed") (-594 |#5|) (-1 (-110) |#5| |#5|))) (-15 -1745 ((-110) |#1| |#1|)) (-15 -4083 (|#1| |#1| |#4|)) (-15 -4055 (|#1| |#1| |#4|)) (-15 -2876 (|#4| |#1|)) (-15 -1923 ((-3 |#1| "failed") (-594 |#5|))) (-15 -4118 ((-594 |#5|) |#1|)) (-15 -4131 (|#1| (-594 |#5|))) (-15 -2731 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2731 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -2420 (|#1| (-1 (-110) |#5|) |#1|)) (-15 -2731 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|))) (-1124 |#2| |#3| |#4| |#5|) (-519) (-737) (-791) (-993 |#2| |#3| |#4|)) (T -1123))
+NIL
+(-10 -8 (-15 -4196 ((-715) |#1|)) (-15 -3469 (|#1| |#1| |#5|)) (-15 -2420 ((-3 |#5| "failed") |#1| |#4|)) (-15 -3859 ((-110) |#4| |#1|)) (-15 -3302 ((-594 |#4|) |#1|)) (-15 -1683 ((-3 |#1| "failed") |#1|)) (-15 -2681 ((-3 |#5| "failed") |#1|)) (-15 -1672 ((-3 |#5| "failed") |#1|)) (-15 -3730 (|#5| |#5| |#1|)) (-15 -4025 (|#1| |#1|)) (-15 -2859 (|#5| |#5| |#1|)) (-15 -4039 (|#5| |#5| |#1|)) (-15 -2125 (|#5| |#5| |#1|)) (-15 -3930 (|#5| |#5| |#1|)) (-15 -4231 ((-594 |#5|) (-594 |#5|) |#1| (-1 |#5| |#5| |#5|) (-1 (-110) |#5| |#5|))) (-15 -2731 (|#5| |#5| |#1| (-1 |#5| |#5| |#5|) (-1 (-110) |#5| |#5|))) (-15 -2451 ((-110) |#1|)) (-15 -2238 ((-110) |#1|)) (-15 -1932 ((-110) |#1|)) (-15 -4228 ((-110) |#1| (-1 (-110) |#5| (-594 |#5|)))) (-15 -2451 ((-110) |#5| |#1|)) (-15 -2238 ((-110) |#5| |#1|)) (-15 -1932 ((-110) |#5| |#1|)) (-15 -2892 ((-110) |#5| |#1| (-1 (-110) |#5| |#5|))) (-15 -3076 ((-110) |#1|)) (-15 -3076 ((-110) |#5| |#1|)) (-15 -2925 ((-2 (|:| -2641 (-594 |#5|)) (|:| -2028 (-594 |#5|))) |#1|)) (-15 -4115 ((-715) |#1|)) (-15 -3367 ((-594 |#5|) |#1|)) (-15 -1880 ((-3 (-2 (|:| |bas| |#1|) (|:| -3523 (-594 |#5|))) "failed") (-594 |#5|) (-1 (-110) |#5|) (-1 (-110) |#5| |#5|))) (-15 -1880 ((-3 (-2 (|:| |bas| |#1|) (|:| -3523 (-594 |#5|))) "failed") (-594 |#5|) (-1 (-110) |#5| |#5|))) (-15 -1745 ((-110) |#1| |#1|)) (-15 -4083 (|#1| |#1| |#4|)) (-15 -4055 (|#1| |#1| |#4|)) (-15 -2876 (|#4| |#1|)) (-15 -1923 ((-3 |#1| "failed") (-594 |#5|))) (-15 -4118 ((-594 |#5|) |#1|)) (-15 -4131 (|#1| (-594 |#5|))) (-15 -2731 (|#5| (-1 |#5| |#5| |#5|) |#1|)) (-15 -2731 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5|)) (-15 -2420 (|#1| (-1 (-110) |#5|) |#1|)) (-15 -2731 (|#5| (-1 |#5| |#5| |#5|) |#1| |#5| |#5|)) (-15 -4118 ((-800) |#1|)) (-15 -2747 ((-110) |#1| |#1|)))
+((-4105 (((-110) $ $) 7)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) 85)) (-2900 (((-594 $) (-594 |#4|)) 86)) (-2853 (((-594 |#3|) $) 33)) (-1627 (((-110) $) 26)) (-4191 (((-110) $) 17 (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) 101) (((-110) $) 97)) (-3930 ((|#4| |#4| $) 92)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) 27)) (-1731 (((-110) $ (-715)) 44)) (-2420 (($ (-1 (-110) |#4|) $) 65 (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) 79)) (-1298 (($) 45 T CONST)) (-4235 (((-110) $) 22 (|has| |#1| (-519)))) (-4208 (((-110) $ $) 24 (|has| |#1| (-519)))) (-1689 (((-110) $ $) 23 (|has| |#1| (-519)))) (-2241 (((-110) $) 25 (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 93)) (-2551 (((-594 |#4|) (-594 |#4|) $) 18 (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) 19 (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) 36)) (-4145 (($ (-594 |#4|)) 35)) (-1683 (((-3 $ "failed") $) 82)) (-2859 ((|#4| |#4| $) 89)) (-1702 (($ $) 68 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#4| $) 67 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#4|) $) 64 (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) 20 (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) 102)) (-3730 ((|#4| |#4| $) 87)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) 66 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) 63 (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) 62 (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 94)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) 105)) (-3717 (((-594 |#4|) $) 52 (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) 104) (((-110) $) 103)) (-2876 ((|#3| $) 34)) (-3541 (((-110) $ (-715)) 43)) (-2063 (((-594 |#4|) $) 53 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) 55 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#4| |#4|) $) 48 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) 47)) (-1388 (((-594 |#3|) $) 32)) (-1228 (((-110) |#3| $) 31)) (-2324 (((-110) $ (-715)) 42)) (-2416 (((-1077) $) 9)) (-2681 (((-3 |#4| "failed") $) 83)) (-3367 (((-594 |#4|) $) 107)) (-2451 (((-110) |#4| $) 99) (((-110) $) 95)) (-4039 ((|#4| |#4| $) 90)) (-1745 (((-110) $ $) 110)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) 21 (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) 100) (((-110) $) 96)) (-2125 ((|#4| |#4| $) 91)) (-4024 (((-1041) $) 10)) (-1672 (((-3 |#4| "failed") $) 84)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) 61)) (-3366 (((-3 $ "failed") $ |#4|) 78)) (-3469 (($ $ |#4|) 77)) (-1604 (((-110) (-1 (-110) |#4|) $) 50 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) 59 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) 58 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) 57 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) 56 (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) 38)) (-1815 (((-110) $) 41)) (-2453 (($) 40)) (-4115 (((-715) $) 106)) (-4034 (((-715) |#4| $) 54 (-12 (|has| |#4| (-1022)) (|has| $ (-6 -4261)))) (((-715) (-1 (-110) |#4|) $) 51 (|has| $ (-6 -4261)))) (-2465 (($ $) 39)) (-2051 (((-503) $) 69 (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) 60)) (-4083 (($ $ |#3|) 28)) (-4055 (($ $ |#3|) 30)) (-4025 (($ $) 88)) (-2881 (($ $ |#3|) 29)) (-4118 (((-800) $) 11) (((-594 |#4|) $) 37)) (-4196 (((-715) $) 76 (|has| |#3| (-348)))) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) 109) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) 108)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) 98)) (-1722 (((-110) (-1 (-110) |#4|) $) 49 (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) 81)) (-3859 (((-110) |#3| $) 80)) (-2747 (((-110) $ $) 6)) (-2809 (((-715) $) 46 (|has| $ (-6 -4261)))))
+(((-1124 |#1| |#2| |#3| |#4|) (-133) (-519) (-737) (-791) (-993 |t#1| |t#2| |t#3|)) (T -1124))
+((-1745 (*1 *2 *1 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))) (-1880 (*1 *2 *3 *4) (|partial| -12 (-5 *4 (-1 (-110) *8 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3523 (-594 *8)))) (-5 *3 (-594 *8)) (-4 *1 (-1124 *5 *6 *7 *8)))) (-1880 (*1 *2 *3 *4 *5) (|partial| -12 (-5 *4 (-1 (-110) *9)) (-5 *5 (-1 (-110) *9 *9)) (-4 *9 (-993 *6 *7 *8)) (-4 *6 (-519)) (-4 *7 (-737)) (-4 *8 (-791)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3523 (-594 *9)))) (-5 *3 (-594 *9)) (-4 *1 (-1124 *6 *7 *8 *9)))) (-3367 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *6)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-715)))) (-2925 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-2 (|:| -2641 (-594 *6)) (|:| -2028 (-594 *6)))))) (-3076 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-3076 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))) (-2892 (*1 *2 *3 *1 *4) (-12 (-5 *4 (-1 (-110) *3 *3)) (-4 *1 (-1124 *5 *6 *7 *3)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-110)))) (-1932 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-2238 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-2451 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-4228 (*1 *2 *1 *3) (-12 (-5 *3 (-1 (-110) *7 (-594 *7))) (-4 *1 (-1124 *4 *5 *6 *7)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)))) (-1932 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))) (-2238 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))) (-2451 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))) (-2731 (*1 *2 *2 *1 *3 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-110) *2 *2)) (-4 *1 (-1124 *5 *6 *7 *2)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *2 (-993 *5 *6 *7)))) (-4231 (*1 *2 *2 *1 *3 *4) (-12 (-5 *2 (-594 *8)) (-5 *3 (-1 *8 *8 *8)) (-5 *4 (-1 (-110) *8 *8)) (-4 *1 (-1124 *5 *6 *7 *8)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)))) (-3930 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-2125 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-4039 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-2859 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-4025 (*1 *1 *1) (-12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-519)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-993 *2 *3 *4)))) (-3730 (*1 *2 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-2900 (*1 *2 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1)) (-4 *1 (-1124 *4 *5 *6 *7)))) (-2711 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-594 (-2 (|:| -2641 *1) (|:| -2028 (-594 *7))))) (-5 *3 (-594 *7)) (-4 *1 (-1124 *4 *5 *6 *7)))) (-1672 (*1 *2 *1) (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-2681 (*1 *2 *1) (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-1683 (*1 *1 *1) (|partial| -12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-519)) (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-993 *2 *3 *4)))) (-3302 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *5)))) (-3859 (*1 *2 *3 *1) (-12 (-4 *1 (-1124 *4 *5 *3 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *3 (-791)) (-4 *6 (-993 *4 *5 *3)) (-5 *2 (-110)))) (-2420 (*1 *2 *1 *3) (|partial| -12 (-4 *1 (-1124 *4 *5 *3 *2)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *3 (-791)) (-4 *2 (-993 *4 *5 *3)))) (-3366 (*1 *1 *1 *2) (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-3469 (*1 *1 *1 *2) (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))) (-4196 (*1 *2 *1) (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *5 (-348)) (-5 *2 (-715)))))
+(-13 (-911 |t#1| |t#2| |t#3| |t#4|) (-10 -8 (-6 -4261) (-6 -4262) (-15 -1745 ((-110) $ $)) (-15 -1880 ((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |t#4|))) "failed") (-594 |t#4|) (-1 (-110) |t#4| |t#4|))) (-15 -1880 ((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |t#4|))) "failed") (-594 |t#4|) (-1 (-110) |t#4|) (-1 (-110) |t#4| |t#4|))) (-15 -3367 ((-594 |t#4|) $)) (-15 -4115 ((-715) $)) (-15 -2925 ((-2 (|:| -2641 (-594 |t#4|)) (|:| -2028 (-594 |t#4|))) $)) (-15 -3076 ((-110) |t#4| $)) (-15 -3076 ((-110) $)) (-15 -2892 ((-110) |t#4| $ (-1 (-110) |t#4| |t#4|))) (-15 -1932 ((-110) |t#4| $)) (-15 -2238 ((-110) |t#4| $)) (-15 -2451 ((-110) |t#4| $)) (-15 -4228 ((-110) $ (-1 (-110) |t#4| (-594 |t#4|)))) (-15 -1932 ((-110) $)) (-15 -2238 ((-110) $)) (-15 -2451 ((-110) $)) (-15 -2731 (|t#4| |t#4| $ (-1 |t#4| |t#4| |t#4|) (-1 (-110) |t#4| |t#4|))) (-15 -4231 ((-594 |t#4|) (-594 |t#4|) $ (-1 |t#4| |t#4| |t#4|) (-1 (-110) |t#4| |t#4|))) (-15 -3930 (|t#4| |t#4| $)) (-15 -2125 (|t#4| |t#4| $)) (-15 -4039 (|t#4| |t#4| $)) (-15 -2859 (|t#4| |t#4| $)) (-15 -4025 ($ $)) (-15 -3730 (|t#4| |t#4| $)) (-15 -2900 ((-594 $) (-594 |t#4|))) (-15 -2711 ((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |t#4|)))) (-594 |t#4|))) (-15 -1672 ((-3 |t#4| "failed") $)) (-15 -2681 ((-3 |t#4| "failed") $)) (-15 -1683 ((-3 $ "failed") $)) (-15 -3302 ((-594 |t#3|) $)) (-15 -3859 ((-110) |t#3| $)) (-15 -2420 ((-3 |t#4| "failed") $ |t#3|)) (-15 -3366 ((-3 $ "failed") $ |t#4|)) (-15 -3469 ($ $ |t#4|)) (IF (|has| |t#3| (-348)) (-15 -4196 ((-715) $)) |%noBranch|)))
+(((-33) . T) ((-99) . T) ((-568 (-594 |#4|)) . T) ((-568 (-800)) . T) ((-144 |#4|) . T) ((-569 (-503)) |has| |#4| (-569 (-503))) ((-290 |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-466 |#4|) . T) ((-488 |#4| |#4|) -12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))) ((-911 |#1| |#2| |#3| |#4|) . T) ((-1022) . T) ((-1130) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1094)) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1481 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1461 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1504 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3270 (((-889 |#1|) $ (-715)) 17) (((-889 |#1|) $ (-715) (-715)) NIL)) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-715) $ (-1094)) NIL) (((-715) $ (-1094) (-715)) NIL)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-4170 (((-110) $) NIL)) (-2829 (($ $ (-594 (-1094)) (-594 (-499 (-1094)))) NIL) (($ $ (-1094) (-499 (-1094))) NIL) (($ |#1| (-499 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2495 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-1467 (($ $ (-1094)) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094) |#1|) NIL (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-2210 (($ (-1 $) (-1094) |#1|) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3469 (($ $ (-715)) NIL)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-1724 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2819 (($ $ (-1094) $) NIL) (($ $ (-594 (-1094)) (-594 $)) NIL) (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL)) (-4234 (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL)) (-4115 (((-499 (-1094)) $) NIL)) (-1513 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL (|has| |#1| (-162))) (($ $) NIL (|has| |#1| (-519))) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-1094)) NIL) (($ (-889 |#1|)) NIL)) (-3411 ((|#1| $ (-499 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (((-889 |#1|) $ (-715)) NIL)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-1551 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2837 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) NIL T CONST)) (-2369 (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) NIL) (($ $ |#1|) NIL)))
+(((-1125 |#1|) (-13 (-685 |#1| (-1094)) (-10 -8 (-15 -3411 ((-889 |#1|) $ (-715))) (-15 -4118 ($ (-1094))) (-15 -4118 ($ (-889 |#1|))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $ (-1094) |#1|)) (-15 -2210 ($ (-1 $) (-1094) |#1|))) |%noBranch|))) (-979)) (T -1125))
+((-3411 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *2 (-889 *4)) (-5 *1 (-1125 *4)) (-4 *4 (-979)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1125 *3)) (-4 *3 (-979)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-889 *3)) (-4 *3 (-979)) (-5 *1 (-1125 *3)))) (-1467 (*1 *1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *1 (-1125 *3)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)))) (-2210 (*1 *1 *2 *3 *4) (-12 (-5 *2 (-1 (-1125 *4))) (-5 *3 (-1094)) (-5 *1 (-1125 *4)) (-4 *4 (-37 (-387 (-527)))) (-4 *4 (-979)))))
+(-13 (-685 |#1| (-1094)) (-10 -8 (-15 -3411 ((-889 |#1|) $ (-715))) (-15 -4118 ($ (-1094))) (-15 -4118 ($ (-889 |#1|))) (IF (|has| |#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $ (-1094) |#1|)) (-15 -2210 ($ (-1 $) (-1094) |#1|))) |%noBranch|)))
+((-3468 (($ |#1| (-594 (-594 (-880 (-207)))) (-110)) 19)) (-1239 (((-110) $ (-110)) 18)) (-3533 (((-110) $) 17)) (-2177 (((-594 (-594 (-880 (-207)))) $) 13)) (-3417 ((|#1| $) 8)) (-3202 (((-110) $) 15)))
+(((-1126 |#1|) (-10 -8 (-15 -3417 (|#1| $)) (-15 -2177 ((-594 (-594 (-880 (-207)))) $)) (-15 -3202 ((-110) $)) (-15 -3533 ((-110) $)) (-15 -1239 ((-110) $ (-110))) (-15 -3468 ($ |#1| (-594 (-594 (-880 (-207)))) (-110)))) (-909)) (T -1126))
+((-3468 (*1 *1 *2 *3 *4) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-110)) (-5 *1 (-1126 *2)) (-4 *2 (-909)))) (-1239 (*1 *2 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1126 *3)) (-4 *3 (-909)))) (-3533 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1126 *3)) (-4 *3 (-909)))) (-3202 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1126 *3)) (-4 *3 (-909)))) (-2177 (*1 *2 *1) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-1126 *3)) (-4 *3 (-909)))) (-3417 (*1 *2 *1) (-12 (-5 *1 (-1126 *2)) (-4 *2 (-909)))))
+(-10 -8 (-15 -3417 (|#1| $)) (-15 -2177 ((-594 (-594 (-880 (-207)))) $)) (-15 -3202 ((-110) $)) (-15 -3533 ((-110) $)) (-15 -1239 ((-110) $ (-110))) (-15 -3468 ($ |#1| (-594 (-594 (-880 (-207)))) (-110))))
+((-1756 (((-880 (-207)) (-880 (-207))) 25)) (-3827 (((-880 (-207)) (-207) (-207) (-207) (-207)) 10)) (-1619 (((-594 (-880 (-207))) (-880 (-207)) (-880 (-207)) (-880 (-207)) (-207) (-594 (-594 (-207)))) 37)) (-3462 (((-207) (-880 (-207)) (-880 (-207))) 21)) (-2580 (((-880 (-207)) (-880 (-207)) (-880 (-207))) 22)) (-4136 (((-594 (-594 (-207))) (-527)) 31)) (-2863 (((-880 (-207)) (-880 (-207)) (-880 (-207))) 20)) (-2850 (((-880 (-207)) (-880 (-207)) (-880 (-207))) 19)) (* (((-880 (-207)) (-207) (-880 (-207))) 18)))
+(((-1127) (-10 -7 (-15 -3827 ((-880 (-207)) (-207) (-207) (-207) (-207))) (-15 * ((-880 (-207)) (-207) (-880 (-207)))) (-15 -2850 ((-880 (-207)) (-880 (-207)) (-880 (-207)))) (-15 -2863 ((-880 (-207)) (-880 (-207)) (-880 (-207)))) (-15 -3462 ((-207) (-880 (-207)) (-880 (-207)))) (-15 -2580 ((-880 (-207)) (-880 (-207)) (-880 (-207)))) (-15 -1756 ((-880 (-207)) (-880 (-207)))) (-15 -4136 ((-594 (-594 (-207))) (-527))) (-15 -1619 ((-594 (-880 (-207))) (-880 (-207)) (-880 (-207)) (-880 (-207)) (-207) (-594 (-594 (-207))))))) (T -1127))
+((-1619 (*1 *2 *3 *3 *3 *4 *5) (-12 (-5 *5 (-594 (-594 (-207)))) (-5 *4 (-207)) (-5 *2 (-594 (-880 *4))) (-5 *1 (-1127)) (-5 *3 (-880 *4)))) (-4136 (*1 *2 *3) (-12 (-5 *3 (-527)) (-5 *2 (-594 (-594 (-207)))) (-5 *1 (-1127)))) (-1756 (*1 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127)))) (-2580 (*1 *2 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127)))) (-3462 (*1 *2 *3 *3) (-12 (-5 *3 (-880 (-207))) (-5 *2 (-207)) (-5 *1 (-1127)))) (-2863 (*1 *2 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127)))) (-2850 (*1 *2 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127)))) (* (*1 *2 *3 *2) (-12 (-5 *2 (-880 (-207))) (-5 *3 (-207)) (-5 *1 (-1127)))) (-3827 (*1 *2 *3 *3 *3 *3) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127)) (-5 *3 (-207)))))
+(-10 -7 (-15 -3827 ((-880 (-207)) (-207) (-207) (-207) (-207))) (-15 * ((-880 (-207)) (-207) (-880 (-207)))) (-15 -2850 ((-880 (-207)) (-880 (-207)) (-880 (-207)))) (-15 -2863 ((-880 (-207)) (-880 (-207)) (-880 (-207)))) (-15 -3462 ((-207) (-880 (-207)) (-880 (-207)))) (-15 -2580 ((-880 (-207)) (-880 (-207)) (-880 (-207)))) (-15 -1756 ((-880 (-207)) (-880 (-207)))) (-15 -4136 ((-594 (-594 (-207))) (-527))) (-15 -1619 ((-594 (-880 (-207))) (-880 (-207)) (-880 (-207)) (-880 (-207)) (-207) (-594 (-594 (-207))))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2420 ((|#1| $ (-715)) 13)) (-2091 (((-715) $) 12)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-4118 (((-894 |#1|) $) 10) (($ (-894 |#1|)) 9) (((-800) $) 23 (|has| |#1| (-568 (-800))))) (-2747 (((-110) $ $) 16 (|has| |#1| (-1022)))))
+(((-1128 |#1|) (-13 (-568 (-894 |#1|)) (-10 -8 (-15 -4118 ($ (-894 |#1|))) (-15 -2420 (|#1| $ (-715))) (-15 -2091 ((-715) $)) (IF (|has| |#1| (-568 (-800))) (-6 (-568 (-800))) |%noBranch|) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|))) (-1130)) (T -1128))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-894 *3)) (-4 *3 (-1130)) (-5 *1 (-1128 *3)))) (-2420 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *1 (-1128 *2)) (-4 *2 (-1130)))) (-2091 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1128 *3)) (-4 *3 (-1130)))))
+(-13 (-568 (-894 |#1|)) (-10 -8 (-15 -4118 ($ (-894 |#1|))) (-15 -2420 (|#1| $ (-715))) (-15 -2091 ((-715) $)) (IF (|has| |#1| (-568 (-800))) (-6 (-568 (-800))) |%noBranch|) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|)))
+((-1909 (((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|)) (-527)) 80)) (-3954 (((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|))) 74)) (-2606 (((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|))) 59)))
+(((-1129 |#1|) (-10 -7 (-15 -3954 ((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|)))) (-15 -2606 ((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|)))) (-15 -1909 ((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|)) (-527)))) (-329)) (T -1129))
+((-1909 (*1 *2 *3 *4) (-12 (-5 *4 (-527)) (-4 *5 (-329)) (-5 *2 (-398 (-1090 (-1090 *5)))) (-5 *1 (-1129 *5)) (-5 *3 (-1090 (-1090 *5))))) (-2606 (*1 *2 *3) (-12 (-4 *4 (-329)) (-5 *2 (-398 (-1090 (-1090 *4)))) (-5 *1 (-1129 *4)) (-5 *3 (-1090 (-1090 *4))))) (-3954 (*1 *2 *3) (-12 (-4 *4 (-329)) (-5 *2 (-398 (-1090 (-1090 *4)))) (-5 *1 (-1129 *4)) (-5 *3 (-1090 (-1090 *4))))))
+(-10 -7 (-15 -3954 ((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|)))) (-15 -2606 ((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|)))) (-15 -1909 ((-398 (-1090 (-1090 |#1|))) (-1090 (-1090 |#1|)) (-527))))
+NIL
+(((-1130) (-133)) (T -1130))
+NIL
+(-13 (-10 -7 (-6 -1442)))
+((-2516 (((-110)) 15)) (-2171 (((-1181) (-594 |#1|) (-594 |#1|)) 19) (((-1181) (-594 |#1|)) 20)) (-3541 (((-110) |#1| |#1|) 32 (|has| |#1| (-791)))) (-2324 (((-110) |#1| |#1| (-1 (-110) |#1| |#1|)) 27) (((-3 (-110) "failed") |#1| |#1|) 25)) (-3788 ((|#1| (-594 |#1|)) 33 (|has| |#1| (-791))) ((|#1| (-594 |#1|) (-1 (-110) |#1| |#1|)) 28)) (-1599 (((-2 (|:| -2484 (-594 |#1|)) (|:| -3907 (-594 |#1|)))) 17)))
+(((-1131 |#1|) (-10 -7 (-15 -2171 ((-1181) (-594 |#1|))) (-15 -2171 ((-1181) (-594 |#1|) (-594 |#1|))) (-15 -1599 ((-2 (|:| -2484 (-594 |#1|)) (|:| -3907 (-594 |#1|))))) (-15 -2324 ((-3 (-110) "failed") |#1| |#1|)) (-15 -2324 ((-110) |#1| |#1| (-1 (-110) |#1| |#1|))) (-15 -3788 (|#1| (-594 |#1|) (-1 (-110) |#1| |#1|))) (-15 -2516 ((-110))) (IF (|has| |#1| (-791)) (PROGN (-15 -3788 (|#1| (-594 |#1|))) (-15 -3541 ((-110) |#1| |#1|))) |%noBranch|)) (-1022)) (T -1131))
+((-3541 (*1 *2 *3 *3) (-12 (-5 *2 (-110)) (-5 *1 (-1131 *3)) (-4 *3 (-791)) (-4 *3 (-1022)))) (-3788 (*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-791)) (-5 *1 (-1131 *2)))) (-2516 (*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1131 *3)) (-4 *3 (-1022)))) (-3788 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *2)) (-5 *4 (-1 (-110) *2 *2)) (-5 *1 (-1131 *2)) (-4 *2 (-1022)))) (-2324 (*1 *2 *3 *3 *4) (-12 (-5 *4 (-1 (-110) *3 *3)) (-4 *3 (-1022)) (-5 *2 (-110)) (-5 *1 (-1131 *3)))) (-2324 (*1 *2 *3 *3) (|partial| -12 (-5 *2 (-110)) (-5 *1 (-1131 *3)) (-4 *3 (-1022)))) (-1599 (*1 *2) (-12 (-5 *2 (-2 (|:| -2484 (-594 *3)) (|:| -3907 (-594 *3)))) (-5 *1 (-1131 *3)) (-4 *3 (-1022)))) (-2171 (*1 *2 *3 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-1022)) (-5 *2 (-1181)) (-5 *1 (-1131 *4)))) (-2171 (*1 *2 *3) (-12 (-5 *3 (-594 *4)) (-4 *4 (-1022)) (-5 *2 (-1181)) (-5 *1 (-1131 *4)))))
+(-10 -7 (-15 -2171 ((-1181) (-594 |#1|))) (-15 -2171 ((-1181) (-594 |#1|) (-594 |#1|))) (-15 -1599 ((-2 (|:| -2484 (-594 |#1|)) (|:| -3907 (-594 |#1|))))) (-15 -2324 ((-3 (-110) "failed") |#1| |#1|)) (-15 -2324 ((-110) |#1| |#1| (-1 (-110) |#1| |#1|))) (-15 -3788 (|#1| (-594 |#1|) (-1 (-110) |#1| |#1|))) (-15 -2516 ((-110))) (IF (|has| |#1| (-791)) (PROGN (-15 -3788 (|#1| (-594 |#1|))) (-15 -3541 ((-110) |#1| |#1|))) |%noBranch|))
+((-1711 (((-1181) (-594 (-1094)) (-594 (-1094))) 13) (((-1181) (-594 (-1094))) 11)) (-3257 (((-1181)) 14)) (-1719 (((-2 (|:| -3907 (-594 (-1094))) (|:| -2484 (-594 (-1094))))) 18)))
+(((-1132) (-10 -7 (-15 -1711 ((-1181) (-594 (-1094)))) (-15 -1711 ((-1181) (-594 (-1094)) (-594 (-1094)))) (-15 -1719 ((-2 (|:| -3907 (-594 (-1094))) (|:| -2484 (-594 (-1094)))))) (-15 -3257 ((-1181))))) (T -1132))
+((-3257 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1132)))) (-1719 (*1 *2) (-12 (-5 *2 (-2 (|:| -3907 (-594 (-1094))) (|:| -2484 (-594 (-1094))))) (-5 *1 (-1132)))) (-1711 (*1 *2 *3 *3) (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1181)) (-5 *1 (-1132)))) (-1711 (*1 *2 *3) (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1181)) (-5 *1 (-1132)))))
+(-10 -7 (-15 -1711 ((-1181) (-594 (-1094)))) (-15 -1711 ((-1181) (-594 (-1094)) (-594 (-1094)))) (-15 -1719 ((-2 (|:| -3907 (-594 (-1094))) (|:| -2484 (-594 (-1094)))))) (-15 -3257 ((-1181))))
+((-3259 (($ $) 17)) (-3851 (((-110) $) 24)))
+(((-1133 |#1|) (-10 -8 (-15 -3259 (|#1| |#1|)) (-15 -3851 ((-110) |#1|))) (-1134)) (T -1133))
+NIL
+(-10 -8 (-15 -3259 (|#1| |#1|)) (-15 -3851 ((-110) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 51)) (-3488 (((-398 $) $) 52)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-3851 (((-110) $) 53)) (-2956 (((-110) $) 31)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-2700 (((-398 $) $) 50)) (-1305 (((-3 $ "failed") $ $) 42)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43)) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24)))
+(((-1134) (-133)) (T -1134))
+((-3851 (*1 *2 *1) (-12 (-4 *1 (-1134)) (-5 *2 (-110)))) (-3488 (*1 *2 *1) (-12 (-5 *2 (-398 *1)) (-4 *1 (-1134)))) (-3259 (*1 *1 *1) (-4 *1 (-1134))) (-2700 (*1 *2 *1) (-12 (-5 *2 (-398 *1)) (-4 *1 (-1134)))))
+(-13 (-431) (-10 -8 (-15 -3851 ((-110) $)) (-15 -3488 ((-398 $) $)) (-15 -3259 ($ $)) (-15 -2700 ((-398 $) $))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 $) . T) ((-99) . T) ((-109 $ $) . T) ((-128) . T) ((-568 (-800)) . T) ((-162) . T) ((-271) . T) ((-431) . T) ((-519) . T) ((-596 $) . T) ((-662 $) . T) ((-671) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-1998 (((-1140 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1140 |#1| |#3| |#5|)) 23)))
+(((-1135 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1998 ((-1140 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1140 |#1| |#3| |#5|)))) (-979) (-979) (-1094) (-1094) |#1| |#2|) (T -1135))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1140 *5 *7 *9)) (-4 *5 (-979)) (-4 *6 (-979)) (-14 *7 (-1094)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1140 *6 *8 *10)) (-5 *1 (-1135 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1094)))))
+(-10 -7 (-15 -1998 ((-1140 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1140 |#1| |#3| |#5|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 (-1007)) $) 74)) (-3507 (((-1094) $) 103)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-1913 (($ $ (-527)) 98) (($ $ (-527) (-527)) 97)) (-2199 (((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $) 105)) (-1481 (($ $) 135 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 118 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 162 (|has| |#1| (-343)))) (-3488 (((-398 $) $) 163 (|has| |#1| (-343)))) (-2713 (($ $) 117 (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) 153 (|has| |#1| (-343)))) (-1461 (($ $) 134 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 119 (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|)))) 174)) (-1504 (($ $) 133 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 120 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) 17 T CONST)) (-1346 (($ $ $) 157 (|has| |#1| (-343)))) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-1300 (((-387 (-889 |#1|)) $ (-527)) 172 (|has| |#1| (-519))) (((-387 (-889 |#1|)) $ (-527) (-527)) 171 (|has| |#1| (-519)))) (-1324 (($ $ $) 156 (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 151 (|has| |#1| (-343)))) (-3851 (((-110) $) 164 (|has| |#1| (-343)))) (-3648 (((-110) $) 73)) (-4146 (($) 145 (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-527) $) 100) (((-527) $ (-527)) 99)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 116 (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) 101)) (-3084 (($ (-1 |#1| (-527)) $) 173)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 160 (|has| |#1| (-343)))) (-4170 (((-110) $) 62)) (-2829 (($ |#1| (-527)) 61) (($ $ (-1007) (-527)) 76) (($ $ (-594 (-1007)) (-594 (-527))) 75)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2495 (($ $) 142 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2702 (($ (-594 $)) 149 (|has| |#1| (-343))) (($ $ $) 148 (|has| |#1| (-343)))) (-2416 (((-1077) $) 9)) (-2952 (($ $) 165 (|has| |#1| (-343)))) (-1467 (($ $) 170 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 169 (-2027 (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-895)) (|has| |#1| (-1116)) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-37 (-387 (-527)))))))) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 150 (|has| |#1| (-343)))) (-2742 (($ (-594 $)) 147 (|has| |#1| (-343))) (($ $ $) 146 (|has| |#1| (-343)))) (-2700 (((-398 $) $) 161 (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 158 (|has| |#1| (-343)))) (-3469 (($ $ (-527)) 95)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 152 (|has| |#1| (-343)))) (-1724 (($ $) 143 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-527)))))) (-2578 (((-715) $) 154 (|has| |#1| (-343)))) (-3439 ((|#1| $ (-527)) 104) (($ $ $) 81 (|has| (-527) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 155 (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) 89 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-1094) (-715)) 88 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094))) 87 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-1094)) 86 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-715)) 84 (|has| |#1| (-15 * (|#1| (-527) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (-4115 (((-527) $) 64)) (-1513 (($ $) 132 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 121 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 131 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 122 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 130 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 123 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 72)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 47 (|has| |#1| (-162))) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519)))) (-3411 ((|#1| $ (-527)) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-2291 ((|#1| $) 102)) (-1551 (($ $) 141 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 129 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-1526 (($ $) 140 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 128 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 139 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 127 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-527)) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-527)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 138 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 126 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 137 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 125 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 136 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 124 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 166 (|has| |#1| (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) 93 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-1094) (-715)) 92 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094))) 91 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-1094)) 90 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-715)) 85 (|has| |#1| (-15 * (|#1| (-527) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343))) (($ $ $) 168 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 167 (|has| |#1| (-343))) (($ $ $) 144 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 115 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-1136 |#1|) (-133) (-979)) (T -1136))
+((-3856 (*1 *1 *2) (-12 (-5 *2 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *3)))) (-4 *3 (-979)) (-4 *1 (-1136 *3)))) (-3084 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-527))) (-4 *1 (-1136 *3)) (-4 *3 (-979)))) (-1300 (*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-1136 *4)) (-4 *4 (-979)) (-4 *4 (-519)) (-5 *2 (-387 (-889 *4))))) (-1300 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-4 *1 (-1136 *4)) (-4 *4 (-979)) (-4 *4 (-519)) (-5 *2 (-387 (-889 *4))))) (-1467 (*1 *1 *1) (-12 (-4 *1 (-1136 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527)))))) (-1467 (*1 *1 *1 *2) (-2027 (-12 (-5 *2 (-1094)) (-4 *1 (-1136 *3)) (-4 *3 (-979)) (-12 (-4 *3 (-29 (-527))) (-4 *3 (-895)) (-4 *3 (-1116)) (-4 *3 (-37 (-387 (-527)))))) (-12 (-5 *2 (-1094)) (-4 *1 (-1136 *3)) (-4 *3 (-979)) (-12 (|has| *3 (-15 -2853 ((-594 *2) *3))) (|has| *3 (-15 -1467 (*3 *3 *2))) (-4 *3 (-37 (-387 (-527)))))))))
+(-13 (-1154 |t#1| (-527)) (-10 -8 (-15 -3856 ($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |t#1|))))) (-15 -3084 ($ (-1 |t#1| (-527)) $)) (IF (|has| |t#1| (-519)) (PROGN (-15 -1300 ((-387 (-889 |t#1|)) $ (-527))) (-15 -1300 ((-387 (-889 |t#1|)) $ (-527) (-527)))) |%noBranch|) (IF (|has| |t#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $)) (IF (|has| |t#1| (-15 -1467 (|t#1| |t#1| (-1094)))) (IF (|has| |t#1| (-15 -2853 ((-594 (-1094)) |t#1|))) (-15 -1467 ($ $ (-1094))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1116)) (IF (|has| |t#1| (-895)) (IF (|has| |t#1| (-29 (-527))) (-15 -1467 ($ $ (-1094))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-936)) (-6 (-1116))) |%noBranch|) (IF (|has| |t#1| (-343)) (-6 (-343)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-527)) . T) ((-25) . T) ((-37 #1=(-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-34) |has| |#1| (-37 (-387 (-527)))) ((-93) |has| |#1| (-37 (-387 (-527)))) ((-99) . T) ((-109 #1# #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-215) |has| |#1| (-15 * (|#1| (-527) |#1|))) ((-225) |has| |#1| (-343)) ((-265) |has| |#1| (-37 (-387 (-527)))) ((-267 $ $) |has| (-527) (-1034)) ((-271) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-288) |has| |#1| (-343)) ((-343) |has| |#1| (-343)) ((-431) |has| |#1| (-343)) ((-468) |has| |#1| (-37 (-387 (-527)))) ((-519) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-596 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-671) . T) ((-837 (-1094)) -12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))) ((-908 |#1| #0# (-1007)) . T) ((-857) |has| |#1| (-343)) ((-936) |has| |#1| (-37 (-387 (-527)))) ((-985 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1116) |has| |#1| (-37 (-387 (-527)))) ((-1119) |has| |#1| (-37 (-387 (-527)))) ((-1134) |has| |#1| (-343)) ((-1154 |#1| #0#) . T))
+((-1874 (((-110) $) 12)) (-1923 (((-3 |#3| "failed") $) 17) (((-3 (-1094) "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 (-527) "failed") $) NIL)) (-4145 ((|#3| $) 14) (((-1094) $) NIL) (((-387 (-527)) $) NIL) (((-527) $) NIL)))
+(((-1137 |#1| |#2| |#3|) (-10 -8 (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-1094) |#1|)) (-15 -1923 ((-3 (-1094) "failed") |#1|)) (-15 -4145 (|#3| |#1|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -1874 ((-110) |#1|))) (-1138 |#2| |#3|) (-979) (-1167 |#2|)) (T -1137))
+NIL
+(-10 -8 (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4145 ((-1094) |#1|)) (-15 -1923 ((-3 (-1094) "failed") |#1|)) (-15 -4145 (|#3| |#1|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -1874 ((-110) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3008 ((|#2| $) 231 (-3979 (|has| |#2| (-288)) (|has| |#1| (-343))))) (-2853 (((-594 (-1007)) $) 74)) (-3507 (((-1094) $) 103)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-1913 (($ $ (-527)) 98) (($ $ (-527) (-527)) 97)) (-2199 (((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $) 105)) (-1919 ((|#2| $) 267)) (-2266 (((-3 |#2| "failed") $) 263)) (-2908 ((|#2| $) 264)) (-1481 (($ $) 135 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 118 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) 19)) (-3854 (((-398 (-1090 $)) (-1090 $)) 240 (-3979 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-3259 (($ $) 162 (|has| |#1| (-343)))) (-3488 (((-398 $) $) 163 (|has| |#1| (-343)))) (-2713 (($ $) 117 (|has| |#1| (-37 (-387 (-527)))))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 237 (-3979 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-1842 (((-110) $ $) 153 (|has| |#1| (-343)))) (-1461 (($ $) 134 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 119 (|has| |#1| (-37 (-387 (-527)))))) (-2350 (((-527) $) 249 (-3979 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-3856 (($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|)))) 174)) (-1504 (($ $) 133 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 120 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#2| "failed") $) 270) (((-3 (-527) "failed") $) 259 (-3979 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-3 (-387 (-527)) "failed") $) 257 (-3979 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-3 (-1094) "failed") $) 242 (-3979 (|has| |#2| (-970 (-1094))) (|has| |#1| (-343))))) (-4145 ((|#2| $) 269) (((-527) $) 260 (-3979 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-387 (-527)) $) 258 (-3979 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-1094) $) 243 (-3979 (|has| |#2| (-970 (-1094))) (|has| |#1| (-343))))) (-3793 (($ $) 266) (($ (-527) $) 265)) (-1346 (($ $ $) 157 (|has| |#1| (-343)))) (-3033 (($ $) 60)) (-4162 (((-634 |#2|) (-634 $)) 221 (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) 220 (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 219 (-3979 (|has| |#2| (-590 (-527))) (|has| |#1| (-343)))) (((-634 (-527)) (-634 $)) 218 (-3979 (|has| |#2| (-590 (-527))) (|has| |#1| (-343))))) (-3714 (((-3 $ "failed") $) 34)) (-1300 (((-387 (-889 |#1|)) $ (-527)) 172 (|has| |#1| (-519))) (((-387 (-889 |#1|)) $ (-527) (-527)) 171 (|has| |#1| (-519)))) (-2309 (($) 233 (-3979 (|has| |#2| (-512)) (|has| |#1| (-343))))) (-1324 (($ $ $) 156 (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 151 (|has| |#1| (-343)))) (-3851 (((-110) $) 164 (|has| |#1| (-343)))) (-3460 (((-110) $) 247 (-3979 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-3648 (((-110) $) 73)) (-4146 (($) 145 (|has| |#1| (-37 (-387 (-527)))))) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 225 (-3979 (|has| |#2| (-823 (-359))) (|has| |#1| (-343)))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 224 (-3979 (|has| |#2| (-823 (-527))) (|has| |#1| (-343))))) (-2050 (((-527) $) 100) (((-527) $ (-527)) 99)) (-2956 (((-110) $) 31)) (-1458 (($ $) 229 (|has| |#1| (-343)))) (-4109 ((|#2| $) 227 (|has| |#1| (-343)))) (-3799 (($ $ (-527)) 116 (|has| |#1| (-37 (-387 (-527)))))) (-2628 (((-3 $ "failed") $) 261 (-3979 (|has| |#2| (-1070)) (|has| |#1| (-343))))) (-1612 (((-110) $) 248 (-3979 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-1912 (($ $ (-858)) 101)) (-3084 (($ (-1 |#1| (-527)) $) 173)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 160 (|has| |#1| (-343)))) (-4170 (((-110) $) 62)) (-2829 (($ |#1| (-527)) 61) (($ $ (-1007) (-527)) 76) (($ $ (-594 (-1007)) (-594 (-527))) 75)) (-3902 (($ $ $) 251 (-3979 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-1257 (($ $ $) 252 (-3979 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-1998 (($ (-1 |#1| |#1|) $) 63) (($ (-1 |#2| |#2|) $) 213 (|has| |#1| (-343)))) (-2495 (($ $) 142 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2702 (($ (-594 $)) 149 (|has| |#1| (-343))) (($ $ $) 148 (|has| |#1| (-343)))) (-2919 (($ (-527) |#2|) 268)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 165 (|has| |#1| (-343)))) (-1467 (($ $) 170 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 169 (-2027 (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-895)) (|has| |#1| (-1116)) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-37 (-387 (-527)))))))) (-2138 (($) 262 (-3979 (|has| |#2| (-1070)) (|has| |#1| (-343))) CONST)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 150 (|has| |#1| (-343)))) (-2742 (($ (-594 $)) 147 (|has| |#1| (-343))) (($ $ $) 146 (|has| |#1| (-343)))) (-1358 (($ $) 232 (-3979 (|has| |#2| (-288)) (|has| |#1| (-343))))) (-1448 ((|#2| $) 235 (-3979 (|has| |#2| (-512)) (|has| |#1| (-343))))) (-4152 (((-398 (-1090 $)) (-1090 $)) 238 (-3979 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-2816 (((-398 (-1090 $)) (-1090 $)) 239 (-3979 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-2700 (((-398 $) $) 161 (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 158 (|has| |#1| (-343)))) (-3469 (($ $ (-527)) 95)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 152 (|has| |#1| (-343)))) (-1724 (($ $) 143 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-527))))) (($ $ (-1094) |#2|) 212 (-3979 (|has| |#2| (-488 (-1094) |#2|)) (|has| |#1| (-343)))) (($ $ (-594 (-1094)) (-594 |#2|)) 211 (-3979 (|has| |#2| (-488 (-1094) |#2|)) (|has| |#1| (-343)))) (($ $ (-594 (-275 |#2|))) 210 (-3979 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343)))) (($ $ (-275 |#2|)) 209 (-3979 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343)))) (($ $ |#2| |#2|) 208 (-3979 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343)))) (($ $ (-594 |#2|) (-594 |#2|)) 207 (-3979 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343))))) (-2578 (((-715) $) 154 (|has| |#1| (-343)))) (-3439 ((|#1| $ (-527)) 104) (($ $ $) 81 (|has| (-527) (-1034))) (($ $ |#2|) 206 (-3979 (|has| |#2| (-267 |#2| |#2|)) (|has| |#1| (-343))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 155 (|has| |#1| (-343)))) (-4234 (($ $ (-1 |#2| |#2|)) 217 (|has| |#1| (-343))) (($ $ (-1 |#2| |#2|) (-715)) 216 (|has| |#1| (-343))) (($ $ (-715)) 84 (-2027 (-3979 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) 82 (-2027 (-3979 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) 89 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|)))))) (($ $ (-1094) (-715)) 88 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|)))))) (($ $ (-594 (-1094))) 87 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|)))))) (($ $ (-1094)) 86 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))))) (-2593 (($ $) 230 (|has| |#1| (-343)))) (-4122 ((|#2| $) 228 (|has| |#1| (-343)))) (-4115 (((-527) $) 64)) (-1513 (($ $) 132 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 121 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 131 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 122 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 130 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 123 (|has| |#1| (-37 (-387 (-527)))))) (-2051 (((-207) $) 246 (-3979 (|has| |#2| (-955)) (|has| |#1| (-343)))) (((-359) $) 245 (-3979 (|has| |#2| (-955)) (|has| |#1| (-343)))) (((-503) $) 244 (-3979 (|has| |#2| (-569 (-503))) (|has| |#1| (-343)))) (((-829 (-359)) $) 223 (-3979 (|has| |#2| (-569 (-829 (-359)))) (|has| |#1| (-343)))) (((-829 (-527)) $) 222 (-3979 (|has| |#2| (-569 (-829 (-527)))) (|has| |#1| (-343))))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 236 (-3979 (-3979 (|has| $ (-138)) (|has| |#2| (-846))) (|has| |#1| (-343))))) (-3750 (($ $) 72)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 47 (|has| |#1| (-162))) (($ |#2|) 271) (($ (-1094)) 241 (-3979 (|has| |#2| (-970 (-1094))) (|has| |#1| (-343)))) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519)))) (-3411 ((|#1| $ (-527)) 59)) (-3470 (((-3 $ "failed") $) 48 (-2027 (-3979 (-2027 (|has| |#2| (-138)) (-3979 (|has| $ (-138)) (|has| |#2| (-846)))) (|has| |#1| (-343))) (|has| |#1| (-138))))) (-4070 (((-715)) 29)) (-2291 ((|#1| $) 102)) (-3934 ((|#2| $) 234 (-3979 (|has| |#2| (-512)) (|has| |#1| (-343))))) (-1551 (($ $) 141 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 129 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-1526 (($ $) 140 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 128 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 139 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 127 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-527)) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-527)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 138 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 126 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 137 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 125 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 136 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 124 (|has| |#1| (-37 (-387 (-527)))))) (-1597 (($ $) 250 (-3979 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 166 (|has| |#1| (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-1 |#2| |#2|)) 215 (|has| |#1| (-343))) (($ $ (-1 |#2| |#2|) (-715)) 214 (|has| |#1| (-343))) (($ $ (-715)) 85 (-2027 (-3979 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) 83 (-2027 (-3979 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) 93 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|)))))) (($ $ (-1094) (-715)) 92 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|)))))) (($ $ (-594 (-1094))) 91 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|)))))) (($ $ (-1094)) 90 (-2027 (-3979 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))))) (-2813 (((-110) $ $) 254 (-3979 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2788 (((-110) $ $) 255 (-3979 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 253 (-3979 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2775 (((-110) $ $) 256 (-3979 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343))) (($ $ $) 168 (|has| |#1| (-343))) (($ |#2| |#2|) 226 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 167 (|has| |#1| (-343))) (($ $ $) 144 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 115 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ |#2|) 205 (|has| |#1| (-343))) (($ |#2| $) 204 (|has| |#1| (-343))) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-1138 |#1| |#2|) (-133) (-979) (-1167 |t#1|)) (T -1138))
+((-4115 (*1 *2 *1) (-12 (-4 *1 (-1138 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1167 *3)) (-5 *2 (-527)))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-979)) (-4 *1 (-1138 *3 *2)) (-4 *2 (-1167 *3)))) (-2919 (*1 *1 *2 *3) (-12 (-5 *2 (-527)) (-4 *4 (-979)) (-4 *1 (-1138 *4 *3)) (-4 *3 (-1167 *4)))) (-1919 (*1 *2 *1) (-12 (-4 *1 (-1138 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1167 *3)))) (-3793 (*1 *1 *1) (-12 (-4 *1 (-1138 *2 *3)) (-4 *2 (-979)) (-4 *3 (-1167 *2)))) (-3793 (*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-4 *1 (-1138 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1167 *3)))) (-2908 (*1 *2 *1) (-12 (-4 *1 (-1138 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1167 *3)))) (-2266 (*1 *2 *1) (|partial| -12 (-4 *1 (-1138 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1167 *3)))))
+(-13 (-1136 |t#1|) (-970 |t#2|) (-10 -8 (-15 -2919 ($ (-527) |t#2|)) (-15 -4115 ((-527) $)) (-15 -1919 (|t#2| $)) (-15 -3793 ($ $)) (-15 -3793 ($ (-527) $)) (-15 -4118 ($ |t#2|)) (-15 -2908 (|t#2| $)) (-15 -2266 ((-3 |t#2| "failed") $)) (IF (|has| |t#1| (-343)) (-6 (-927 |t#2|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-527)) . T) ((-25) . T) ((-37 #1=(-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-37 |#1|) |has| |#1| (-162)) ((-37 |#2|) |has| |#1| (-343)) ((-37 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-34) |has| |#1| (-37 (-387 (-527)))) ((-93) |has| |#1| (-37 (-387 (-527)))) ((-99) . T) ((-109 #1# #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-109 |#1| |#1|) . T) ((-109 |#2| |#2|) |has| |#1| (-343)) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-128) . T) ((-138) -2027 (-12 (|has| |#1| (-343)) (|has| |#2| (-138))) (|has| |#1| (-138))) ((-140) -2027 (-12 (|has| |#1| (-343)) (|has| |#2| (-140))) (|has| |#1| (-140))) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-569 (-207)) -12 (|has| |#1| (-343)) (|has| |#2| (-955))) ((-569 (-359)) -12 (|has| |#1| (-343)) (|has| |#2| (-955))) ((-569 (-503)) -12 (|has| |#1| (-343)) (|has| |#2| (-569 (-503)))) ((-569 (-829 (-359))) -12 (|has| |#1| (-343)) (|has| |#2| (-569 (-829 (-359))))) ((-569 (-829 (-527))) -12 (|has| |#1| (-343)) (|has| |#2| (-569 (-829 (-527))))) ((-213 |#2|) |has| |#1| (-343)) ((-215) -2027 (-12 (|has| |#1| (-343)) (|has| |#2| (-215))) (|has| |#1| (-15 * (|#1| (-527) |#1|)))) ((-225) |has| |#1| (-343)) ((-265) |has| |#1| (-37 (-387 (-527)))) ((-267 |#2| $) -12 (|has| |#1| (-343)) (|has| |#2| (-267 |#2| |#2|))) ((-267 $ $) |has| (-527) (-1034)) ((-271) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-288) |has| |#1| (-343)) ((-290 |#2|) -12 (|has| |#1| (-343)) (|has| |#2| (-290 |#2|))) ((-343) |has| |#1| (-343)) ((-318 |#2|) |has| |#1| (-343)) ((-357 |#2|) |has| |#1| (-343)) ((-380 |#2|) |has| |#1| (-343)) ((-431) |has| |#1| (-343)) ((-468) |has| |#1| (-37 (-387 (-527)))) ((-488 (-1094) |#2|) -12 (|has| |#1| (-343)) (|has| |#2| (-488 (-1094) |#2|))) ((-488 |#2| |#2|) -12 (|has| |#1| (-343)) (|has| |#2| (-290 |#2|))) ((-519) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-596 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-596 |#1|) . T) ((-596 |#2|) |has| |#1| (-343)) ((-596 $) . T) ((-590 (-527)) -12 (|has| |#1| (-343)) (|has| |#2| (-590 (-527)))) ((-590 |#2|) |has| |#1| (-343)) ((-662 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-662 |#1|) |has| |#1| (-162)) ((-662 |#2|) |has| |#1| (-343)) ((-662 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-671) . T) ((-735) -12 (|has| |#1| (-343)) (|has| |#2| (-764))) ((-736) -12 (|has| |#1| (-343)) (|has| |#2| (-764))) ((-738) -12 (|has| |#1| (-343)) (|has| |#2| (-764))) ((-739) -12 (|has| |#1| (-343)) (|has| |#2| (-764))) ((-764) -12 (|has| |#1| (-343)) (|has| |#2| (-764))) ((-789) -12 (|has| |#1| (-343)) (|has| |#2| (-764))) ((-791) -2027 (-12 (|has| |#1| (-343)) (|has| |#2| (-791))) (-12 (|has| |#1| (-343)) (|has| |#2| (-764)))) ((-837 (-1094)) -2027 (-12 (|has| |#1| (-343)) (|has| |#2| (-837 (-1094)))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))) ((-823 (-359)) -12 (|has| |#1| (-343)) (|has| |#2| (-823 (-359)))) ((-823 (-527)) -12 (|has| |#1| (-343)) (|has| |#2| (-823 (-527)))) ((-821 |#2|) |has| |#1| (-343)) ((-846) -12 (|has| |#1| (-343)) (|has| |#2| (-846))) ((-908 |#1| #0# (-1007)) . T) ((-857) |has| |#1| (-343)) ((-927 |#2|) |has| |#1| (-343)) ((-936) |has| |#1| (-37 (-387 (-527)))) ((-955) -12 (|has| |#1| (-343)) (|has| |#2| (-955))) ((-970 (-387 (-527))) -12 (|has| |#1| (-343)) (|has| |#2| (-970 (-527)))) ((-970 (-527)) -12 (|has| |#1| (-343)) (|has| |#2| (-970 (-527)))) ((-970 (-1094)) -12 (|has| |#1| (-343)) (|has| |#2| (-970 (-1094)))) ((-970 |#2|) . T) ((-985 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-985 |#1|) . T) ((-985 |#2|) |has| |#1| (-343)) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) -12 (|has| |#1| (-343)) (|has| |#2| (-1070))) ((-1116) |has| |#1| (-37 (-387 (-527)))) ((-1119) |has| |#1| (-37 (-387 (-527)))) ((-1130) |has| |#1| (-343)) ((-1134) |has| |#1| (-343)) ((-1136 |#1|) . T) ((-1154 |#1| #0#) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 70)) (-3008 ((|#2| $) NIL (-12 (|has| |#2| (-288)) (|has| |#1| (-343))))) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 88)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-527)) 97) (($ $ (-527) (-527)) 99)) (-2199 (((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $) 47)) (-1919 ((|#2| $) 11)) (-2266 (((-3 |#2| "failed") $) 30)) (-2908 ((|#2| $) 31)) (-1481 (($ $) 192 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 168 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) 188 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 164 (|has| |#1| (-37 (-387 (-527)))))) (-2350 (((-527) $) NIL (-12 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-3856 (($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|)))) 57)) (-1504 (($ $) 196 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 172 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) 144) (((-3 (-527) "failed") $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-3 (-1094) "failed") $) NIL (-12 (|has| |#2| (-970 (-1094))) (|has| |#1| (-343))))) (-4145 ((|#2| $) 143) (((-527) $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-387 (-527)) $) NIL (-12 (|has| |#2| (-970 (-527))) (|has| |#1| (-343)))) (((-1094) $) NIL (-12 (|has| |#2| (-970 (-1094))) (|has| |#1| (-343))))) (-3793 (($ $) 61) (($ (-527) $) 24)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-4162 (((-634 |#2|) (-634 $)) NIL (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#1| (-343)))) (((-634 (-527)) (-634 $)) NIL (-12 (|has| |#2| (-590 (-527))) (|has| |#1| (-343))))) (-3714 (((-3 $ "failed") $) 77)) (-1300 (((-387 (-889 |#1|)) $ (-527)) 112 (|has| |#1| (-519))) (((-387 (-889 |#1|)) $ (-527) (-527)) 114 (|has| |#1| (-519)))) (-2309 (($) NIL (-12 (|has| |#2| (-512)) (|has| |#1| (-343))))) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3460 (((-110) $) NIL (-12 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-3648 (((-110) $) 64)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| |#2| (-823 (-359))) (|has| |#1| (-343)))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| |#2| (-823 (-527))) (|has| |#1| (-343))))) (-2050 (((-527) $) 93) (((-527) $ (-527)) 95)) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL (|has| |#1| (-343)))) (-4109 ((|#2| $) 151 (|has| |#1| (-343)))) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2628 (((-3 $ "failed") $) NIL (-12 (|has| |#2| (-1070)) (|has| |#1| (-343))))) (-1612 (((-110) $) NIL (-12 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-1912 (($ $ (-858)) 136)) (-3084 (($ (-1 |#1| (-527)) $) 132)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-527)) 19) (($ $ (-1007) (-527)) NIL) (($ $ (-594 (-1007)) (-594 (-527))) NIL)) (-3902 (($ $ $) NIL (-12 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-1257 (($ $ $) NIL (-12 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-1998 (($ (-1 |#1| |#1|) $) 129) (($ (-1 |#2| |#2|) $) NIL (|has| |#1| (-343)))) (-2495 (($ $) 162 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2919 (($ (-527) |#2|) 10)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 145 (|has| |#1| (-343)))) (-1467 (($ $) 214 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 219 (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116)))))) (-2138 (($) NIL (-12 (|has| |#2| (-1070)) (|has| |#1| (-343))) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-1358 (($ $) NIL (-12 (|has| |#2| (-288)) (|has| |#1| (-343))))) (-1448 ((|#2| $) NIL (-12 (|has| |#2| (-512)) (|has| |#1| (-343))))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| |#2| (-846)) (|has| |#1| (-343))))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-527)) 126)) (-1305 (((-3 $ "failed") $ $) 116 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-1724 (($ $) 160 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) 85 (|has| |#1| (-15 ** (|#1| |#1| (-527))))) (($ $ (-1094) |#2|) NIL (-12 (|has| |#2| (-488 (-1094) |#2|)) (|has| |#1| (-343)))) (($ $ (-594 (-1094)) (-594 |#2|)) NIL (-12 (|has| |#2| (-488 (-1094) |#2|)) (|has| |#1| (-343)))) (($ $ (-594 (-275 |#2|))) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343)))) (($ $ (-275 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343)))) (($ $ |#2| |#2|) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343)))) (($ $ (-594 |#2|) (-594 |#2|)) NIL (-12 (|has| |#2| (-290 |#2|)) (|has| |#1| (-343))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-527)) 91) (($ $ $) 79 (|has| (-527) (-1034))) (($ $ |#2|) NIL (-12 (|has| |#2| (-267 |#2| |#2|)) (|has| |#1| (-343))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-343))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#1| (-343))) (($ $ (-715)) NIL (-2027 (-12 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) 137 (-2027 (-12 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094) (-715)) NIL (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-594 (-1094))) NIL (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094)) 140 (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))) (-2593 (($ $) NIL (|has| |#1| (-343)))) (-4122 ((|#2| $) 152 (|has| |#1| (-343)))) (-4115 (((-527) $) 12)) (-1513 (($ $) 198 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 174 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 194 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 170 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 190 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 166 (|has| |#1| (-37 (-387 (-527)))))) (-2051 (((-207) $) NIL (-12 (|has| |#2| (-955)) (|has| |#1| (-343)))) (((-359) $) NIL (-12 (|has| |#2| (-955)) (|has| |#1| (-343)))) (((-503) $) NIL (-12 (|has| |#2| (-569 (-503))) (|has| |#1| (-343)))) (((-829 (-359)) $) NIL (-12 (|has| |#2| (-569 (-829 (-359)))) (|has| |#1| (-343)))) (((-829 (-527)) $) NIL (-12 (|has| |#2| (-569 (-829 (-527)))) (|has| |#1| (-343))))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#2| (-846)) (|has| |#1| (-343))))) (-3750 (($ $) 124)) (-4118 (((-800) $) 245) (($ (-527)) 23) (($ |#1|) 21 (|has| |#1| (-162))) (($ |#2|) 20) (($ (-1094)) NIL (-12 (|has| |#2| (-970 (-1094))) (|has| |#1| (-343)))) (($ (-387 (-527))) 155 (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519)))) (-3411 ((|#1| $ (-527)) 74)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#2| (-846)) (|has| |#1| (-343))) (-12 (|has| |#2| (-138)) (|has| |#1| (-343))) (|has| |#1| (-138))))) (-4070 (((-715)) 142)) (-2291 ((|#1| $) 90)) (-3934 ((|#2| $) NIL (-12 (|has| |#2| (-512)) (|has| |#1| (-343))))) (-1551 (($ $) 204 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 180 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) 200 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 176 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 208 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 184 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-527)) 122 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-527)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 210 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 186 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 206 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 182 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 202 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 178 (|has| |#1| (-37 (-387 (-527)))))) (-1597 (($ $) NIL (-12 (|has| |#2| (-764)) (|has| |#1| (-343))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 13 T CONST)) (-3374 (($) 17 T CONST)) (-2369 (($ $ (-1 |#2| |#2|)) NIL (|has| |#1| (-343))) (($ $ (-1 |#2| |#2|) (-715)) NIL (|has| |#1| (-343))) (($ $ (-715)) NIL (-2027 (-12 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) NIL (-2027 (-12 (|has| |#2| (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094) (-715)) NIL (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-594 (-1094))) NIL (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| |#2| (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))) (-2813 (((-110) $ $) NIL (-12 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2788 (((-110) $ $) NIL (-12 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2747 (((-110) $ $) 63)) (-2799 (((-110) $ $) NIL (-12 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2775 (((-110) $ $) NIL (-12 (|has| |#2| (-791)) (|has| |#1| (-343))))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) 149 (|has| |#1| (-343))) (($ |#2| |#2|) 150 (|has| |#1| (-343)))) (-2863 (($ $) 213) (($ $ $) 68)) (-2850 (($ $ $) 66)) (** (($ $ (-858)) NIL) (($ $ (-715)) 73) (($ $ (-527)) 146 (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 158 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 69) (($ $ |#1|) NIL) (($ |#1| $) 139) (($ $ |#2|) 148 (|has| |#1| (-343))) (($ |#2| $) 147 (|has| |#1| (-343))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1139 |#1| |#2|) (-1138 |#1| |#2|) (-979) (-1167 |#1|)) (T -1139))
+NIL
+(-1138 |#1| |#2|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3008 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-288)) (|has| |#1| (-343))))) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 10)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-3931 (($ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-3938 (((-110) $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-1913 (($ $ (-527)) NIL) (($ $ (-527) (-527)) NIL)) (-2199 (((-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|))) $) NIL)) (-1919 (((-1168 |#1| |#2| |#3|) $) NIL)) (-2266 (((-3 (-1168 |#1| |#2| |#3|) "failed") $) NIL)) (-2908 (((-1168 |#1| |#2| |#3|) $) NIL)) (-1481 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2350 (((-527) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-3856 (($ (-1075 (-2 (|:| |k| (-527)) (|:| |c| |#1|)))) NIL)) (-1504 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-1168 |#1| |#2| |#3|) "failed") $) NIL) (((-3 (-1094) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-1094))) (|has| |#1| (-343)))) (((-3 (-387 (-527)) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343)))) (((-3 (-527) "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343))))) (-4145 (((-1168 |#1| |#2| |#3|) $) NIL) (((-1094) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-1094))) (|has| |#1| (-343)))) (((-387 (-527)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343)))) (((-527) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343))))) (-3793 (($ $) NIL) (($ (-527) $) NIL)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-1168 |#1| |#2| |#3|)) (-634 $)) NIL (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 (-1168 |#1| |#2| |#3|))) (|:| |vec| (-1176 (-1168 |#1| |#2| |#3|)))) (-634 $) (-1176 $)) NIL (|has| |#1| (-343))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-590 (-527))) (|has| |#1| (-343)))) (((-634 (-527)) (-634 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-590 (-527))) (|has| |#1| (-343))))) (-3714 (((-3 $ "failed") $) NIL)) (-1300 (((-387 (-889 |#1|)) $ (-527)) NIL (|has| |#1| (-519))) (((-387 (-889 |#1|)) $ (-527) (-527)) NIL (|has| |#1| (-519)))) (-2309 (($) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-512)) (|has| |#1| (-343))))) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3460 (((-110) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1288 (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-823 (-527))) (|has| |#1| (-343)))) (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-823 (-359))) (|has| |#1| (-343))))) (-2050 (((-527) $) NIL) (((-527) $ (-527)) NIL)) (-2956 (((-110) $) NIL)) (-1458 (($ $) NIL (|has| |#1| (-343)))) (-4109 (((-1168 |#1| |#2| |#3|) $) NIL (|has| |#1| (-343)))) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2628 (((-3 $ "failed") $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1070)) (|has| |#1| (-343))))) (-1612 (((-110) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-1912 (($ $ (-858)) NIL)) (-3084 (($ (-1 |#1| (-527)) $) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-527)) 17) (($ $ (-1007) (-527)) NIL) (($ $ (-594 (-1007)) (-594 (-527))) NIL)) (-3902 (($ $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-1257 (($ $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) $) NIL (|has| |#1| (-343)))) (-2495 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2919 (($ (-527) (-1168 |#1| |#2| |#3|)) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1467 (($ $) 25 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116))))) (($ $ (-1172 |#2|)) 26 (|has| |#1| (-37 (-387 (-527)))))) (-2138 (($) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-1070)) (|has| |#1| (-343))) CONST)) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-1358 (($ $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-288)) (|has| |#1| (-343))))) (-1448 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-512)) (|has| |#1| (-343))))) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-527)) NIL)) (-1305 (((-3 $ "failed") $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-1724 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-527))))) (($ $ (-1094) (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-488 (-1094) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-594 (-1094)) (-594 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-488 (-1094) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-594 (-275 (-1168 |#1| |#2| |#3|)))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-290 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-275 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-290 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-290 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343)))) (($ $ (-594 (-1168 |#1| |#2| |#3|)) (-594 (-1168 |#1| |#2| |#3|))) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-290 (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-527)) NIL) (($ $ $) NIL (|has| (-527) (-1034))) (($ $ (-1168 |#1| |#2| |#3|)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-267 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) (|has| |#1| (-343))))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) NIL (|has| |#1| (-343))) (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) (-715)) NIL (|has| |#1| (-343))) (($ $ (-1172 |#2|)) 24) (($ $ (-715)) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) 23 (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094) (-715)) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-594 (-1094))) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))) (-2593 (($ $) NIL (|has| |#1| (-343)))) (-4122 (((-1168 |#1| |#2| |#3|) $) NIL (|has| |#1| (-343)))) (-4115 (((-527) $) NIL)) (-1513 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2051 (((-503) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-569 (-503))) (|has| |#1| (-343)))) (((-359) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-955)) (|has| |#1| (-343)))) (((-207) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-955)) (|has| |#1| (-343)))) (((-829 (-359)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-569 (-829 (-359)))) (|has| |#1| (-343)))) (((-829 (-527)) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-569 (-829 (-527)))) (|has| |#1| (-343))))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))))) (-3750 (($ $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL (|has| |#1| (-162))) (($ (-1168 |#1| |#2| |#3|)) NIL) (($ (-1172 |#2|)) 22) (($ (-1094)) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-1094))) (|has| |#1| (-343)))) (($ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519)))) (($ (-387 (-527))) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-970 (-527))) (|has| |#1| (-343))) (|has| |#1| (-37 (-387 (-527))))))) (-3411 ((|#1| $ (-527)) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-138)) (|has| |#1| (-343))) (|has| |#1| (-138))))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) 11)) (-3934 (((-1168 |#1| |#2| |#3|) $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-512)) (|has| |#1| (-343))))) (-1551 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-846)) (|has| |#1| (-343))) (|has| |#1| (-519))))) (-1526 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-527)) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-527)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1597 (($ $) NIL (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 19 T CONST)) (-3374 (($) 15 T CONST)) (-2369 (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|))) NIL (|has| |#1| (-343))) (($ $ (-1 (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) (-715)) NIL (|has| |#1| (-343))) (($ $ (-715)) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-215)) (|has| |#1| (-343))) (|has| |#1| (-15 * (|#1| (-527) |#1|))))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094) (-715)) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-594 (-1094))) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094)))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-837 (-1094))) (|has| |#1| (-343))) (-12 (|has| |#1| (-15 * (|#1| (-527) |#1|))) (|has| |#1| (-837 (-1094))))))) (-2813 (((-110) $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2788 (((-110) $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2775 (((-110) $ $) NIL (-2027 (-12 (|has| (-1168 |#1| |#2| |#3|) (-764)) (|has| |#1| (-343))) (-12 (|has| (-1168 |#1| |#2| |#3|) (-791)) (|has| |#1| (-343)))))) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343))) (($ (-1168 |#1| |#2| |#3|) (-1168 |#1| |#2| |#3|)) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 20)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ (-1168 |#1| |#2| |#3|)) NIL (|has| |#1| (-343))) (($ (-1168 |#1| |#2| |#3|) $) NIL (|has| |#1| (-343))) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1140 |#1| |#2| |#3|) (-13 (-1138 |#1| (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|))) (-979) (-1094) |#1|) (T -1140))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1140 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1140 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1140 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(-13 (-1138 |#1| (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|)))
+((-1747 (((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110)) 12)) (-3175 (((-398 |#1|) |#1|) 22)) (-2700 (((-398 |#1|) |#1|) 21)))
+(((-1141 |#1|) (-10 -7 (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3175 ((-398 |#1|) |#1|)) (-15 -1747 ((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110)))) (-1152 (-527))) (T -1141))
+((-1747 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-5 *2 (-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527))))))) (-5 *1 (-1141 *3)) (-4 *3 (-1152 (-527))))) (-3175 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-1141 *3)) (-4 *3 (-1152 (-527))))) (-2700 (*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-1141 *3)) (-4 *3 (-1152 (-527))))))
+(-10 -7 (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3175 ((-398 |#1|) |#1|)) (-15 -1747 ((-2 (|:| |contp| (-527)) (|:| -3798 (-594 (-2 (|:| |irr| |#1|) (|:| -1440 (-527)))))) |#1| (-110))))
+((-1998 (((-1075 |#2|) (-1 |#2| |#1|) (-1143 |#1|)) 23 (|has| |#1| (-789))) (((-1143 |#2|) (-1 |#2| |#1|) (-1143 |#1|)) 17)))
+(((-1142 |#1| |#2|) (-10 -7 (-15 -1998 ((-1143 |#2|) (-1 |#2| |#1|) (-1143 |#1|))) (IF (|has| |#1| (-789)) (-15 -1998 ((-1075 |#2|) (-1 |#2| |#1|) (-1143 |#1|))) |%noBranch|)) (-1130) (-1130)) (T -1142))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1143 *5)) (-4 *5 (-789)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1075 *6)) (-5 *1 (-1142 *5 *6)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1143 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1143 *6)) (-5 *1 (-1142 *5 *6)))))
+(-10 -7 (-15 -1998 ((-1143 |#2|) (-1 |#2| |#1|) (-1143 |#1|))) (IF (|has| |#1| (-789)) (-15 -1998 ((-1075 |#2|) (-1 |#2| |#1|) (-1143 |#1|))) |%noBranch|))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1286 (($ |#1| |#1|) 9) (($ |#1|) 8)) (-1998 (((-1075 |#1|) (-1 |#1| |#1|) $) 41 (|has| |#1| (-789)))) (-2484 ((|#1| $) 14)) (-2699 ((|#1| $) 10)) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2710 (((-527) $) 18)) (-3907 ((|#1| $) 17)) (-2722 ((|#1| $) 11)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-3741 (((-110) $) 16)) (-2389 (((-1075 |#1|) $) 38 (|has| |#1| (-789))) (((-1075 |#1|) (-594 $)) 37 (|has| |#1| (-789)))) (-2051 (($ |#1|) 25)) (-4118 (($ (-1017 |#1|)) 24) (((-800) $) 34 (|has| |#1| (-1022)))) (-1402 (($ |#1| |#1|) 20) (($ |#1|) 19)) (-2537 (($ $ (-527)) 13)) (-2747 (((-110) $ $) 27 (|has| |#1| (-1022)))))
+(((-1143 |#1|) (-13 (-1016 |#1|) (-10 -8 (-15 -1402 ($ |#1|)) (-15 -1286 ($ |#1|)) (-15 -4118 ($ (-1017 |#1|))) (-15 -3741 ((-110) $)) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-1018 |#1| (-1075 |#1|))) |%noBranch|))) (-1130)) (T -1143))
+((-1402 (*1 *1 *2) (-12 (-5 *1 (-1143 *2)) (-4 *2 (-1130)))) (-1286 (*1 *1 *2) (-12 (-5 *1 (-1143 *2)) (-4 *2 (-1130)))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1017 *3)) (-4 *3 (-1130)) (-5 *1 (-1143 *3)))) (-3741 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1143 *3)) (-4 *3 (-1130)))))
+(-13 (-1016 |#1|) (-10 -8 (-15 -1402 ($ |#1|)) (-15 -1286 ($ |#1|)) (-15 -4118 ($ (-1017 |#1|))) (-15 -3741 ((-110) $)) (IF (|has| |#1| (-1022)) (-6 (-1022)) |%noBranch|) (IF (|has| |#1| (-789)) (-6 (-1018 |#1| (-1075 |#1|))) |%noBranch|)))
+((-1998 (((-1149 |#3| |#4|) (-1 |#4| |#2|) (-1149 |#1| |#2|)) 15)))
+(((-1144 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 ((-1149 |#3| |#4|) (-1 |#4| |#2|) (-1149 |#1| |#2|)))) (-1094) (-979) (-1094) (-979)) (T -1144))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1149 *5 *6)) (-14 *5 (-1094)) (-4 *6 (-979)) (-4 *8 (-979)) (-5 *2 (-1149 *7 *8)) (-5 *1 (-1144 *5 *6 *7 *8)) (-14 *7 (-1094)))))
+(-10 -7 (-15 -1998 ((-1149 |#3| |#4|) (-1 |#4| |#2|) (-1149 |#1| |#2|))))
+((-2039 (((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|) 21)) (-2075 ((|#1| |#3|) 13)) (-1407 ((|#3| |#3|) 19)))
+(((-1145 |#1| |#2| |#3|) (-10 -7 (-15 -2075 (|#1| |#3|)) (-15 -1407 (|#3| |#3|)) (-15 -2039 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|))) (-519) (-927 |#1|) (-1152 |#2|)) (T -1145))
+((-2039 (*1 *2 *3) (-12 (-4 *4 (-519)) (-4 *5 (-927 *4)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1145 *4 *5 *3)) (-4 *3 (-1152 *5)))) (-1407 (*1 *2 *2) (-12 (-4 *3 (-519)) (-4 *4 (-927 *3)) (-5 *1 (-1145 *3 *4 *2)) (-4 *2 (-1152 *4)))) (-2075 (*1 *2 *3) (-12 (-4 *4 (-927 *2)) (-4 *2 (-519)) (-5 *1 (-1145 *2 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -2075 (|#1| |#3|)) (-15 -1407 (|#3| |#3|)) (-15 -2039 ((-2 (|:| |num| |#3|) (|:| |den| |#1|)) |#3|)))
+((-3155 (((-3 |#2| "failed") |#2| (-715) |#1|) 29)) (-2882 (((-3 |#2| "failed") |#2| (-715)) 30)) (-2468 (((-3 (-2 (|:| -3458 |#2|) (|:| -3471 |#2|)) "failed") |#2|) 43)) (-3100 (((-594 |#2|) |#2|) 45)) (-3575 (((-3 |#2| "failed") |#2| |#2|) 40)))
+(((-1146 |#1| |#2|) (-10 -7 (-15 -2882 ((-3 |#2| "failed") |#2| (-715))) (-15 -3155 ((-3 |#2| "failed") |#2| (-715) |#1|)) (-15 -3575 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2468 ((-3 (-2 (|:| -3458 |#2|) (|:| -3471 |#2|)) "failed") |#2|)) (-15 -3100 ((-594 |#2|) |#2|))) (-13 (-519) (-140)) (-1152 |#1|)) (T -1146))
+((-3100 (*1 *2 *3) (-12 (-4 *4 (-13 (-519) (-140))) (-5 *2 (-594 *3)) (-5 *1 (-1146 *4 *3)) (-4 *3 (-1152 *4)))) (-2468 (*1 *2 *3) (|partial| -12 (-4 *4 (-13 (-519) (-140))) (-5 *2 (-2 (|:| -3458 *3) (|:| -3471 *3))) (-5 *1 (-1146 *4 *3)) (-4 *3 (-1152 *4)))) (-3575 (*1 *2 *2 *2) (|partial| -12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-1146 *3 *2)) (-4 *2 (-1152 *3)))) (-3155 (*1 *2 *2 *3 *4) (|partial| -12 (-5 *3 (-715)) (-4 *4 (-13 (-519) (-140))) (-5 *1 (-1146 *4 *2)) (-4 *2 (-1152 *4)))) (-2882 (*1 *2 *2 *3) (|partial| -12 (-5 *3 (-715)) (-4 *4 (-13 (-519) (-140))) (-5 *1 (-1146 *4 *2)) (-4 *2 (-1152 *4)))))
+(-10 -7 (-15 -2882 ((-3 |#2| "failed") |#2| (-715))) (-15 -3155 ((-3 |#2| "failed") |#2| (-715) |#1|)) (-15 -3575 ((-3 |#2| "failed") |#2| |#2|)) (-15 -2468 ((-3 (-2 (|:| -3458 |#2|) (|:| -3471 |#2|)) "failed") |#2|)) (-15 -3100 ((-594 |#2|) |#2|)))
+((-1514 (((-3 (-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) "failed") |#2| |#2|) 32)))
+(((-1147 |#1| |#2|) (-10 -7 (-15 -1514 ((-3 (-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) "failed") |#2| |#2|))) (-519) (-1152 |#1|)) (T -1147))
+((-1514 (*1 *2 *3 *3) (|partial| -12 (-4 *4 (-519)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-1147 *4 *3)) (-4 *3 (-1152 *4)))))
+(-10 -7 (-15 -1514 ((-3 (-2 (|:| -1381 |#2|) (|:| -3145 |#2|)) "failed") |#2| |#2|)))
+((-2623 ((|#2| |#2| |#2|) 19)) (-2868 ((|#2| |#2| |#2|) 30)) (-1372 ((|#2| |#2| |#2| (-715) (-715)) 36)))
+(((-1148 |#1| |#2|) (-10 -7 (-15 -2623 (|#2| |#2| |#2|)) (-15 -2868 (|#2| |#2| |#2|)) (-15 -1372 (|#2| |#2| |#2| (-715) (-715)))) (-979) (-1152 |#1|)) (T -1148))
+((-1372 (*1 *2 *2 *2 *3 *3) (-12 (-5 *3 (-715)) (-4 *4 (-979)) (-5 *1 (-1148 *4 *2)) (-4 *2 (-1152 *4)))) (-2868 (*1 *2 *2 *2) (-12 (-4 *3 (-979)) (-5 *1 (-1148 *3 *2)) (-4 *2 (-1152 *3)))) (-2623 (*1 *2 *2 *2) (-12 (-4 *3 (-979)) (-5 *1 (-1148 *3 *2)) (-4 *2 (-1152 *3)))))
+(-10 -7 (-15 -2623 (|#2| |#2| |#2|)) (-15 -2868 (|#2| |#2| |#2|)) (-15 -1372 (|#2| |#2| |#2| (-715) (-715))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3020 (((-1176 |#2|) $ (-715)) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-2186 (($ (-1090 |#2|)) NIL)) (-2669 (((-1090 $) $ (-1007)) NIL) (((-1090 |#2|) $) NIL)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#2| (-519)))) (-3931 (($ $) NIL (|has| |#2| (-519)))) (-3938 (((-110) $) NIL (|has| |#2| (-519)))) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-1007))) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-3286 (($ $ $) NIL (|has| |#2| (-519)))) (-3854 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-3259 (($ $) NIL (|has| |#2| (-431)))) (-3488 (((-398 $) $) NIL (|has| |#2| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-1842 (((-110) $ $) NIL (|has| |#2| (-343)))) (-1765 (($ $ (-715)) NIL)) (-3652 (($ $ (-715)) NIL)) (-3444 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) NIL (|has| |#2| (-431)))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) NIL) (((-3 (-387 (-527)) "failed") $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) NIL (|has| |#2| (-970 (-527)))) (((-3 (-1007) "failed") $) NIL)) (-4145 ((|#2| $) NIL) (((-387 (-527)) $) NIL (|has| |#2| (-970 (-387 (-527))))) (((-527) $) NIL (|has| |#2| (-970 (-527)))) (((-1007) $) NIL)) (-1897 (($ $ $ (-1007)) NIL (|has| |#2| (-162))) ((|#2| $ $) NIL (|has| |#2| (-162)))) (-1346 (($ $ $) NIL (|has| |#2| (-343)))) (-3033 (($ $) NIL)) (-4162 (((-634 (-527)) (-634 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) NIL (|has| |#2| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#2|)) (|:| |vec| (-1176 |#2|))) (-634 $) (-1176 $)) NIL) (((-634 |#2|) (-634 $)) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1324 (($ $ $) NIL (|has| |#2| (-343)))) (-4183 (($ $ $) NIL)) (-1320 (($ $ $) NIL (|has| |#2| (-519)))) (-4022 (((-2 (|:| -2663 |#2|) (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#2| (-519)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#2| (-343)))) (-2855 (($ $) NIL (|has| |#2| (-431))) (($ $ (-1007)) NIL (|has| |#2| (-431)))) (-3019 (((-594 $) $) NIL)) (-3851 (((-110) $) NIL (|has| |#2| (-846)))) (-3379 (($ $ |#2| (-715) $) NIL)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) NIL (-12 (|has| (-1007) (-823 (-359))) (|has| |#2| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) NIL (-12 (|has| (-1007) (-823 (-527))) (|has| |#2| (-823 (-527)))))) (-2050 (((-715) $ $) NIL (|has| |#2| (-519)))) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2628 (((-3 $ "failed") $) NIL (|has| |#2| (-1070)))) (-2842 (($ (-1090 |#2|) (-1007)) NIL) (($ (-1090 $) (-1007)) NIL)) (-1912 (($ $ (-715)) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#2| (-343)))) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2829 (($ |#2| (-715)) 17) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-1007)) NIL) (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL)) (-4045 (((-715) $) NIL) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-3902 (($ $ $) NIL (|has| |#2| (-791)))) (-1257 (($ $ $) NIL (|has| |#2| (-791)))) (-2301 (($ (-1 (-715) (-715)) $) NIL)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-2143 (((-1090 |#2|) $) NIL)) (-2317 (((-3 (-1007) "failed") $) NIL)) (-2990 (($ $) NIL)) (-3004 ((|#2| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-2416 (((-1077) $) NIL)) (-1258 (((-2 (|:| -1381 $) (|:| -3145 $)) $ (-715)) NIL)) (-2415 (((-3 (-594 $) "failed") $) NIL)) (-3711 (((-3 (-594 $) "failed") $) NIL)) (-2007 (((-3 (-2 (|:| |var| (-1007)) (|:| -3148 (-715))) "failed") $) NIL)) (-1467 (($ $) NIL (|has| |#2| (-37 (-387 (-527)))))) (-2138 (($) NIL (|has| |#2| (-1070)) CONST)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 ((|#2| $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#2| (-431)))) (-2742 (($ (-594 $)) NIL (|has| |#2| (-431))) (($ $ $) NIL (|has| |#2| (-431)))) (-2885 (($ $ (-715) |#2| $) NIL)) (-4152 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) NIL (|has| |#2| (-846)))) (-2700 (((-398 $) $) NIL (|has| |#2| (-846)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#2| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#2| (-343)))) (-1305 (((-3 $ "failed") $ |#2|) NIL (|has| |#2| (-519))) (((-3 $ "failed") $ $) NIL (|has| |#2| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#2| (-343)))) (-2819 (($ $ (-594 (-275 $))) NIL) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-1007) |#2|) NIL) (($ $ (-594 (-1007)) (-594 |#2|)) NIL) (($ $ (-1007) $) NIL) (($ $ (-594 (-1007)) (-594 $)) NIL)) (-2578 (((-715) $) NIL (|has| |#2| (-343)))) (-3439 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-387 $) (-387 $) (-387 $)) NIL (|has| |#2| (-519))) ((|#2| (-387 $) |#2|) NIL (|has| |#2| (-343))) (((-387 $) $ (-387 $)) NIL (|has| |#2| (-519)))) (-3342 (((-3 $ "failed") $ (-715)) NIL)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#2| (-343)))) (-1875 (($ $ (-1007)) NIL (|has| |#2| (-162))) ((|#2| $) NIL (|has| |#2| (-162)))) (-4234 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) NIL) (($ $ (-1 |#2| |#2|) $) NIL)) (-4115 (((-715) $) NIL) (((-715) $ (-1007)) NIL) (((-594 (-715)) $ (-594 (-1007))) NIL)) (-2051 (((-829 (-359)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-359)))) (|has| |#2| (-569 (-829 (-359)))))) (((-829 (-527)) $) NIL (-12 (|has| (-1007) (-569 (-829 (-527)))) (|has| |#2| (-569 (-829 (-527)))))) (((-503) $) NIL (-12 (|has| (-1007) (-569 (-503))) (|has| |#2| (-569 (-503)))))) (-1898 ((|#2| $) NIL (|has| |#2| (-431))) (($ $ (-1007)) NIL (|has| |#2| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) NIL (-12 (|has| $ (-138)) (|has| |#2| (-846))))) (-3987 (((-3 $ "failed") $ $) NIL (|has| |#2| (-519))) (((-3 (-387 $) "failed") (-387 $) $) NIL (|has| |#2| (-519)))) (-4118 (((-800) $) 13) (($ (-527)) NIL) (($ |#2|) NIL) (($ (-1007)) NIL) (($ (-1172 |#1|)) 19) (($ (-387 (-527))) NIL (-2027 (|has| |#2| (-37 (-387 (-527)))) (|has| |#2| (-970 (-387 (-527)))))) (($ $) NIL (|has| |#2| (-519)))) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-715)) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-3470 (((-3 $ "failed") $) NIL (-2027 (-12 (|has| $ (-138)) (|has| |#2| (-846))) (|has| |#2| (-138))))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| |#2| (-162)))) (-3978 (((-110) $ $) NIL (|has| |#2| (-519)))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3374 (($) 14 T CONST)) (-2369 (($ $ (-1007)) NIL) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) NIL) (($ $ (-1094)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1094) (-715)) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) NIL (|has| |#2| (-837 (-1094)))) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) NIL)) (-2813 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2747 (((-110) $ $) NIL)) (-2799 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#2| (-791)))) (-2873 (($ $ |#2|) NIL (|has| |#2| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-387 (-527))) NIL (|has| |#2| (-37 (-387 (-527))))) (($ (-387 (-527)) $) NIL (|has| |#2| (-37 (-387 (-527))))) (($ |#2| $) NIL) (($ $ |#2|) NIL)))
+(((-1149 |#1| |#2|) (-13 (-1152 |#2|) (-10 -8 (-15 -4118 ($ (-1172 |#1|))) (-15 -2885 ($ $ (-715) |#2| $)))) (-1094) (-979)) (T -1149))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *3)) (-14 *3 (-1094)) (-5 *1 (-1149 *3 *4)) (-4 *4 (-979)))) (-2885 (*1 *1 *1 *2 *3 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1149 *4 *3)) (-14 *4 (-1094)) (-4 *3 (-979)))))
+(-13 (-1152 |#2|) (-10 -8 (-15 -4118 ($ (-1172 |#1|))) (-15 -2885 ($ $ (-715) |#2| $))))
+((-1998 ((|#4| (-1 |#3| |#1|) |#2|) 22)))
+(((-1150 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|))) (-979) (-1152 |#1|) (-979) (-1152 |#3|)) (T -1150))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-979)) (-4 *6 (-979)) (-4 *2 (-1152 *6)) (-5 *1 (-1150 *5 *4 *6 *2)) (-4 *4 (-1152 *5)))))
+(-10 -7 (-15 -1998 (|#4| (-1 |#3| |#1|) |#2|)))
+((-3020 (((-1176 |#2|) $ (-715)) 114)) (-2853 (((-594 (-1007)) $) 15)) (-2186 (($ (-1090 |#2|)) 67)) (-2585 (((-715) $) NIL) (((-715) $ (-594 (-1007))) 18)) (-3854 (((-398 (-1090 $)) (-1090 $)) 185)) (-3259 (($ $) 175)) (-3488 (((-398 $) $) 173)) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 82)) (-1765 (($ $ (-715)) 71)) (-3652 (($ $ (-715)) 73)) (-3444 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 130)) (-1923 (((-3 |#2| "failed") $) 117) (((-3 (-387 (-527)) "failed") $) NIL) (((-3 (-527) "failed") $) NIL) (((-3 (-1007) "failed") $) NIL)) (-4145 ((|#2| $) 115) (((-387 (-527)) $) NIL) (((-527) $) NIL) (((-1007) $) NIL)) (-1320 (($ $ $) 151)) (-4022 (((-2 (|:| -2663 |#2|) (|:| -1381 $) (|:| -3145 $)) $ $) 153)) (-2050 (((-715) $ $) 170)) (-2628 (((-3 $ "failed") $) 123)) (-2829 (($ |#2| (-715)) NIL) (($ $ (-1007) (-715)) 47) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-4045 (((-715) $) NIL) (((-715) $ (-1007)) 42) (((-594 (-715)) $ (-594 (-1007))) 43)) (-2143 (((-1090 |#2|) $) 59)) (-2317 (((-3 (-1007) "failed") $) 40)) (-1258 (((-2 (|:| -1381 $) (|:| -3145 $)) $ (-715)) 70)) (-1467 (($ $) 197)) (-2138 (($) 119)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 182)) (-4152 (((-398 (-1090 $)) (-1090 $)) 88)) (-2816 (((-398 (-1090 $)) (-1090 $)) 86)) (-2700 (((-398 $) $) 107)) (-2819 (($ $ (-594 (-275 $))) 39) (($ $ (-275 $)) NIL) (($ $ $ $) NIL) (($ $ (-594 $) (-594 $)) NIL) (($ $ (-1007) |#2|) 31) (($ $ (-594 (-1007)) (-594 |#2|)) 28) (($ $ (-1007) $) 25) (($ $ (-594 (-1007)) (-594 $)) 23)) (-2578 (((-715) $) 188)) (-3439 ((|#2| $ |#2|) NIL) (($ $ $) NIL) (((-387 $) (-387 $) (-387 $)) 147) ((|#2| (-387 $) |#2|) 187) (((-387 $) $ (-387 $)) 169)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 191)) (-4234 (($ $ (-1007)) 140) (($ $ (-594 (-1007))) NIL) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL) (($ $ (-715)) NIL) (($ $) 138) (($ $ (-1094)) NIL) (($ $ (-594 (-1094))) NIL) (($ $ (-1094) (-715)) NIL) (($ $ (-594 (-1094)) (-594 (-715))) NIL) (($ $ (-1 |#2| |#2|) (-715)) NIL) (($ $ (-1 |#2| |#2|)) 137) (($ $ (-1 |#2| |#2|) $) 134)) (-4115 (((-715) $) NIL) (((-715) $ (-1007)) 16) (((-594 (-715)) $ (-594 (-1007))) 20)) (-1898 ((|#2| $) NIL) (($ $ (-1007)) 125)) (-3987 (((-3 $ "failed") $ $) 161) (((-3 (-387 $) "failed") (-387 $) $) 157)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#2|) NIL) (($ (-1007)) 51) (($ (-387 (-527))) NIL) (($ $) NIL)))
+(((-1151 |#1| |#2|) (-10 -8 (-15 -4118 (|#1| |#1|)) (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3259 (|#1| |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -3439 ((-387 |#1|) |#1| (-387 |#1|))) (-15 -2578 ((-715) |#1|)) (-15 -3304 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1467 (|#1| |#1|)) (-15 -3439 (|#2| (-387 |#1|) |#2|)) (-15 -3444 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4022 ((-2 (|:| -2663 |#2|) (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1320 (|#1| |#1| |#1|)) (-15 -3987 ((-3 (-387 |#1|) "failed") (-387 |#1|) |#1|)) (-15 -3987 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2050 ((-715) |#1| |#1|)) (-15 -3439 ((-387 |#1|) (-387 |#1|) (-387 |#1|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3652 (|#1| |#1| (-715))) (-15 -1765 (|#1| |#1| (-715))) (-15 -1258 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| (-715))) (-15 -2186 (|#1| (-1090 |#2|))) (-15 -2143 ((-1090 |#2|) |#1|)) (-15 -3020 ((-1176 |#2|) |#1| (-715))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -3439 (|#1| |#1| |#1|)) (-15 -3439 (|#2| |#1| |#2|)) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3854 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -2816 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -4152 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -1898 (|#1| |#1| (-1007))) (-15 -2853 ((-594 (-1007)) |#1|)) (-15 -2585 ((-715) |#1| (-594 (-1007)))) (-15 -2585 ((-715) |#1|)) (-15 -2829 (|#1| |#1| (-594 (-1007)) (-594 (-715)))) (-15 -2829 (|#1| |#1| (-1007) (-715))) (-15 -4045 ((-594 (-715)) |#1| (-594 (-1007)))) (-15 -4045 ((-715) |#1| (-1007))) (-15 -2317 ((-3 (-1007) "failed") |#1|)) (-15 -4115 ((-594 (-715)) |#1| (-594 (-1007)))) (-15 -4115 ((-715) |#1| (-1007))) (-15 -4145 ((-1007) |#1|)) (-15 -1923 ((-3 (-1007) "failed") |#1|)) (-15 -4118 (|#1| (-1007))) (-15 -2819 (|#1| |#1| (-594 (-1007)) (-594 |#1|))) (-15 -2819 (|#1| |#1| (-1007) |#1|)) (-15 -2819 (|#1| |#1| (-594 (-1007)) (-594 |#2|))) (-15 -2819 (|#1| |#1| (-1007) |#2|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -4115 ((-715) |#1|)) (-15 -2829 (|#1| |#2| (-715))) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -4045 ((-715) |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -4234 (|#1| |#1| (-594 (-1007)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1007) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1007)))) (-15 -4234 (|#1| |#1| (-1007))) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|))) (-1152 |#2|) (-979)) (T -1151))
+NIL
+(-10 -8 (-15 -4118 (|#1| |#1|)) (-15 -2034 ((-1090 |#1|) (-1090 |#1|) (-1090 |#1|))) (-15 -3488 ((-398 |#1|) |#1|)) (-15 -3259 (|#1| |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -2138 (|#1|)) (-15 -2628 ((-3 |#1| "failed") |#1|)) (-15 -3439 ((-387 |#1|) |#1| (-387 |#1|))) (-15 -2578 ((-715) |#1|)) (-15 -3304 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1467 (|#1| |#1|)) (-15 -3439 (|#2| (-387 |#1|) |#2|)) (-15 -3444 ((-2 (|:| |primePart| |#1|) (|:| |commonPart| |#1|)) |#1| |#1|)) (-15 -4022 ((-2 (|:| -2663 |#2|) (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| |#1|)) (-15 -1320 (|#1| |#1| |#1|)) (-15 -3987 ((-3 (-387 |#1|) "failed") (-387 |#1|) |#1|)) (-15 -3987 ((-3 |#1| "failed") |#1| |#1|)) (-15 -2050 ((-715) |#1| |#1|)) (-15 -3439 ((-387 |#1|) (-387 |#1|) (-387 |#1|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) |#1|)) (-15 -3652 (|#1| |#1| (-715))) (-15 -1765 (|#1| |#1| (-715))) (-15 -1258 ((-2 (|:| -1381 |#1|) (|:| -3145 |#1|)) |#1| (-715))) (-15 -2186 (|#1| (-1090 |#2|))) (-15 -2143 ((-1090 |#2|) |#1|)) (-15 -3020 ((-1176 |#2|) |#1| (-715))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|))) (-15 -4234 (|#1| |#1| (-1 |#2| |#2|) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1094) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1094)))) (-15 -4234 (|#1| |#1| (-1094))) (-15 -4234 (|#1| |#1|)) (-15 -4234 (|#1| |#1| (-715))) (-15 -3439 (|#1| |#1| |#1|)) (-15 -3439 (|#2| |#1| |#2|)) (-15 -2700 ((-398 |#1|) |#1|)) (-15 -3854 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -2816 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -4152 ((-398 (-1090 |#1|)) (-1090 |#1|))) (-15 -1970 ((-3 (-594 (-1090 |#1|)) "failed") (-594 (-1090 |#1|)) (-1090 |#1|))) (-15 -1898 (|#1| |#1| (-1007))) (-15 -2853 ((-594 (-1007)) |#1|)) (-15 -2585 ((-715) |#1| (-594 (-1007)))) (-15 -2585 ((-715) |#1|)) (-15 -2829 (|#1| |#1| (-594 (-1007)) (-594 (-715)))) (-15 -2829 (|#1| |#1| (-1007) (-715))) (-15 -4045 ((-594 (-715)) |#1| (-594 (-1007)))) (-15 -4045 ((-715) |#1| (-1007))) (-15 -2317 ((-3 (-1007) "failed") |#1|)) (-15 -4115 ((-594 (-715)) |#1| (-594 (-1007)))) (-15 -4115 ((-715) |#1| (-1007))) (-15 -4145 ((-1007) |#1|)) (-15 -1923 ((-3 (-1007) "failed") |#1|)) (-15 -4118 (|#1| (-1007))) (-15 -2819 (|#1| |#1| (-594 (-1007)) (-594 |#1|))) (-15 -2819 (|#1| |#1| (-1007) |#1|)) (-15 -2819 (|#1| |#1| (-594 (-1007)) (-594 |#2|))) (-15 -2819 (|#1| |#1| (-1007) |#2|)) (-15 -2819 (|#1| |#1| (-594 |#1|) (-594 |#1|))) (-15 -2819 (|#1| |#1| |#1| |#1|)) (-15 -2819 (|#1| |#1| (-275 |#1|))) (-15 -2819 (|#1| |#1| (-594 (-275 |#1|)))) (-15 -4115 ((-715) |#1|)) (-15 -2829 (|#1| |#2| (-715))) (-15 -4145 ((-527) |#1|)) (-15 -1923 ((-3 (-527) "failed") |#1|)) (-15 -4145 ((-387 (-527)) |#1|)) (-15 -1923 ((-3 (-387 (-527)) "failed") |#1|)) (-15 -4118 (|#1| |#2|)) (-15 -1923 ((-3 |#2| "failed") |#1|)) (-15 -4145 (|#2| |#1|)) (-15 -4045 ((-715) |#1|)) (-15 -1898 (|#2| |#1|)) (-15 -4234 (|#1| |#1| (-594 (-1007)) (-594 (-715)))) (-15 -4234 (|#1| |#1| (-1007) (-715))) (-15 -4234 (|#1| |#1| (-594 (-1007)))) (-15 -4234 (|#1| |#1| (-1007))) (-15 -4118 (|#1| (-527))) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3020 (((-1176 |#1|) $ (-715)) 238)) (-2853 (((-594 (-1007)) $) 110)) (-2186 (($ (-1090 |#1|)) 236)) (-2669 (((-1090 $) $ (-1007)) 125) (((-1090 |#1|) $) 124)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 87 (|has| |#1| (-519)))) (-3931 (($ $) 88 (|has| |#1| (-519)))) (-3938 (((-110) $) 90 (|has| |#1| (-519)))) (-2585 (((-715) $) 112) (((-715) $ (-594 (-1007))) 111)) (-3085 (((-3 $ "failed") $ $) 19)) (-3286 (($ $ $) 223 (|has| |#1| (-519)))) (-3854 (((-398 (-1090 $)) (-1090 $)) 100 (|has| |#1| (-846)))) (-3259 (($ $) 98 (|has| |#1| (-431)))) (-3488 (((-398 $) $) 97 (|has| |#1| (-431)))) (-1970 (((-3 (-594 (-1090 $)) "failed") (-594 (-1090 $)) (-1090 $)) 103 (|has| |#1| (-846)))) (-1842 (((-110) $ $) 208 (|has| |#1| (-343)))) (-1765 (($ $ (-715)) 231)) (-3652 (($ $ (-715)) 230)) (-3444 (((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $) 218 (|has| |#1| (-431)))) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 164) (((-3 (-387 (-527)) "failed") $) 162 (|has| |#1| (-970 (-387 (-527))))) (((-3 (-527) "failed") $) 160 (|has| |#1| (-970 (-527)))) (((-3 (-1007) "failed") $) 136)) (-4145 ((|#1| $) 165) (((-387 (-527)) $) 161 (|has| |#1| (-970 (-387 (-527))))) (((-527) $) 159 (|has| |#1| (-970 (-527)))) (((-1007) $) 135)) (-1897 (($ $ $ (-1007)) 108 (|has| |#1| (-162))) ((|#1| $ $) 226 (|has| |#1| (-162)))) (-1346 (($ $ $) 212 (|has| |#1| (-343)))) (-3033 (($ $) 154)) (-4162 (((-634 (-527)) (-634 $)) 134 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 (-527))) (|:| |vec| (-1176 (-527)))) (-634 $) (-1176 $)) 133 (|has| |#1| (-590 (-527)))) (((-2 (|:| -1837 (-634 |#1|)) (|:| |vec| (-1176 |#1|))) (-634 $) (-1176 $)) 132) (((-634 |#1|) (-634 $)) 131)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 211 (|has| |#1| (-343)))) (-4183 (($ $ $) 229)) (-1320 (($ $ $) 220 (|has| |#1| (-519)))) (-4022 (((-2 (|:| -2663 |#1|) (|:| -1381 $) (|:| -3145 $)) $ $) 219 (|has| |#1| (-519)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 206 (|has| |#1| (-343)))) (-2855 (($ $) 176 (|has| |#1| (-431))) (($ $ (-1007)) 105 (|has| |#1| (-431)))) (-3019 (((-594 $) $) 109)) (-3851 (((-110) $) 96 (|has| |#1| (-846)))) (-3379 (($ $ |#1| (-715) $) 172)) (-1288 (((-826 (-359) $) $ (-829 (-359)) (-826 (-359) $)) 84 (-12 (|has| (-1007) (-823 (-359))) (|has| |#1| (-823 (-359))))) (((-826 (-527) $) $ (-829 (-527)) (-826 (-527) $)) 83 (-12 (|has| (-1007) (-823 (-527))) (|has| |#1| (-823 (-527)))))) (-2050 (((-715) $ $) 224 (|has| |#1| (-519)))) (-2956 (((-110) $) 31)) (-2296 (((-715) $) 169)) (-2628 (((-3 $ "failed") $) 204 (|has| |#1| (-1070)))) (-2842 (($ (-1090 |#1|) (-1007)) 117) (($ (-1090 $) (-1007)) 116)) (-1912 (($ $ (-715)) 235)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 215 (|has| |#1| (-343)))) (-2684 (((-594 $) $) 126)) (-4170 (((-110) $) 152)) (-2829 (($ |#1| (-715)) 153) (($ $ (-1007) (-715)) 119) (($ $ (-594 (-1007)) (-594 (-715))) 118)) (-1701 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $ (-1007)) 120) (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 233)) (-4045 (((-715) $) 170) (((-715) $ (-1007)) 122) (((-594 (-715)) $ (-594 (-1007))) 121)) (-3902 (($ $ $) 79 (|has| |#1| (-791)))) (-1257 (($ $ $) 78 (|has| |#1| (-791)))) (-2301 (($ (-1 (-715) (-715)) $) 171)) (-1998 (($ (-1 |#1| |#1|) $) 151)) (-2143 (((-1090 |#1|) $) 237)) (-2317 (((-3 (-1007) "failed") $) 123)) (-2990 (($ $) 149)) (-3004 ((|#1| $) 148)) (-2702 (($ (-594 $)) 94 (|has| |#1| (-431))) (($ $ $) 93 (|has| |#1| (-431)))) (-2416 (((-1077) $) 9)) (-1258 (((-2 (|:| -1381 $) (|:| -3145 $)) $ (-715)) 232)) (-2415 (((-3 (-594 $) "failed") $) 114)) (-3711 (((-3 (-594 $) "failed") $) 115)) (-2007 (((-3 (-2 (|:| |var| (-1007)) (|:| -3148 (-715))) "failed") $) 113)) (-1467 (($ $) 216 (|has| |#1| (-37 (-387 (-527)))))) (-2138 (($) 203 (|has| |#1| (-1070)) CONST)) (-4024 (((-1041) $) 10)) (-2964 (((-110) $) 166)) (-2972 ((|#1| $) 167)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 95 (|has| |#1| (-431)))) (-2742 (($ (-594 $)) 92 (|has| |#1| (-431))) (($ $ $) 91 (|has| |#1| (-431)))) (-4152 (((-398 (-1090 $)) (-1090 $)) 102 (|has| |#1| (-846)))) (-2816 (((-398 (-1090 $)) (-1090 $)) 101 (|has| |#1| (-846)))) (-2700 (((-398 $) $) 99 (|has| |#1| (-846)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 214 (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 213 (|has| |#1| (-343)))) (-1305 (((-3 $ "failed") $ |#1|) 174 (|has| |#1| (-519))) (((-3 $ "failed") $ $) 86 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 207 (|has| |#1| (-343)))) (-2819 (($ $ (-594 (-275 $))) 145) (($ $ (-275 $)) 144) (($ $ $ $) 143) (($ $ (-594 $) (-594 $)) 142) (($ $ (-1007) |#1|) 141) (($ $ (-594 (-1007)) (-594 |#1|)) 140) (($ $ (-1007) $) 139) (($ $ (-594 (-1007)) (-594 $)) 138)) (-2578 (((-715) $) 209 (|has| |#1| (-343)))) (-3439 ((|#1| $ |#1|) 256) (($ $ $) 255) (((-387 $) (-387 $) (-387 $)) 225 (|has| |#1| (-519))) ((|#1| (-387 $) |#1|) 217 (|has| |#1| (-343))) (((-387 $) $ (-387 $)) 205 (|has| |#1| (-519)))) (-3342 (((-3 $ "failed") $ (-715)) 234)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 210 (|has| |#1| (-343)))) (-1875 (($ $ (-1007)) 107 (|has| |#1| (-162))) ((|#1| $) 227 (|has| |#1| (-162)))) (-4234 (($ $ (-1007)) 42) (($ $ (-594 (-1007))) 41) (($ $ (-1007) (-715)) 40) (($ $ (-594 (-1007)) (-594 (-715))) 39) (($ $ (-715)) 253) (($ $) 251) (($ $ (-1094)) 250 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 249 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 248 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 247 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 240) (($ $ (-1 |#1| |#1|)) 239) (($ $ (-1 |#1| |#1|) $) 228)) (-4115 (((-715) $) 150) (((-715) $ (-1007)) 130) (((-594 (-715)) $ (-594 (-1007))) 129)) (-2051 (((-829 (-359)) $) 82 (-12 (|has| (-1007) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359)))))) (((-829 (-527)) $) 81 (-12 (|has| (-1007) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527)))))) (((-503) $) 80 (-12 (|has| (-1007) (-569 (-503))) (|has| |#1| (-569 (-503)))))) (-1898 ((|#1| $) 175 (|has| |#1| (-431))) (($ $ (-1007)) 106 (|has| |#1| (-431)))) (-2513 (((-3 (-1176 $) "failed") (-634 $)) 104 (-3979 (|has| $ (-138)) (|has| |#1| (-846))))) (-3987 (((-3 $ "failed") $ $) 222 (|has| |#1| (-519))) (((-3 (-387 $) "failed") (-387 $) $) 221 (|has| |#1| (-519)))) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 163) (($ (-1007)) 137) (($ (-387 (-527))) 72 (-2027 (|has| |#1| (-970 (-387 (-527)))) (|has| |#1| (-37 (-387 (-527)))))) (($ $) 85 (|has| |#1| (-519)))) (-3425 (((-594 |#1|) $) 168)) (-3411 ((|#1| $ (-715)) 155) (($ $ (-1007) (-715)) 128) (($ $ (-594 (-1007)) (-594 (-715))) 127)) (-3470 (((-3 $ "failed") $) 73 (-2027 (-3979 (|has| $ (-138)) (|has| |#1| (-846))) (|has| |#1| (-138))))) (-4070 (((-715)) 29)) (-2435 (($ $ $ (-715)) 173 (|has| |#1| (-162)))) (-3978 (((-110) $ $) 89 (|has| |#1| (-519)))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-1007)) 38) (($ $ (-594 (-1007))) 37) (($ $ (-1007) (-715)) 36) (($ $ (-594 (-1007)) (-594 (-715))) 35) (($ $ (-715)) 254) (($ $) 252) (($ $ (-1094)) 246 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094))) 245 (|has| |#1| (-837 (-1094)))) (($ $ (-1094) (-715)) 244 (|has| |#1| (-837 (-1094)))) (($ $ (-594 (-1094)) (-594 (-715))) 243 (|has| |#1| (-837 (-1094)))) (($ $ (-1 |#1| |#1|) (-715)) 242) (($ $ (-1 |#1| |#1|)) 241)) (-2813 (((-110) $ $) 76 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 75 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 6)) (-2799 (((-110) $ $) 77 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 74 (|has| |#1| (-791)))) (-2873 (($ $ |#1|) 156 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 158 (|has| |#1| (-37 (-387 (-527))))) (($ (-387 (-527)) $) 157 (|has| |#1| (-37 (-387 (-527))))) (($ |#1| $) 147) (($ $ |#1|) 146)))
+(((-1152 |#1|) (-133) (-979)) (T -1152))
+((-3020 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-1152 *4)) (-4 *4 (-979)) (-5 *2 (-1176 *4)))) (-2143 (*1 *2 *1) (-12 (-4 *1 (-1152 *3)) (-4 *3 (-979)) (-5 *2 (-1090 *3)))) (-2186 (*1 *1 *2) (-12 (-5 *2 (-1090 *3)) (-4 *3 (-979)) (-4 *1 (-1152 *3)))) (-1912 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))) (-3342 (*1 *1 *1 *2) (|partial| -12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))) (-1701 (*1 *2 *1 *1) (-12 (-4 *3 (-979)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-1152 *3)))) (-1258 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *4 (-979)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-1152 *4)))) (-1765 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))) (-3652 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))) (-4183 (*1 *1 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)))) (-4234 (*1 *1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))) (-1875 (*1 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-162)))) (-1897 (*1 *2 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-162)))) (-3439 (*1 *2 *2 *2) (-12 (-5 *2 (-387 *1)) (-4 *1 (-1152 *3)) (-4 *3 (-979)) (-4 *3 (-519)))) (-2050 (*1 *2 *1 *1) (-12 (-4 *1 (-1152 *3)) (-4 *3 (-979)) (-4 *3 (-519)) (-5 *2 (-715)))) (-3286 (*1 *1 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-519)))) (-3987 (*1 *1 *1 *1) (|partial| -12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-519)))) (-3987 (*1 *2 *2 *1) (|partial| -12 (-5 *2 (-387 *1)) (-4 *1 (-1152 *3)) (-4 *3 (-979)) (-4 *3 (-519)))) (-1320 (*1 *1 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-519)))) (-4022 (*1 *2 *1 *1) (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-5 *2 (-2 (|:| -2663 *3) (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-1152 *3)))) (-3444 (*1 *2 *1 *1) (-12 (-4 *3 (-431)) (-4 *3 (-979)) (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1))) (-4 *1 (-1152 *3)))) (-3439 (*1 *2 *3 *2) (-12 (-5 *3 (-387 *1)) (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-1467 (*1 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527)))))))
+(-13 (-886 |t#1| (-715) (-1007)) (-267 |t#1| |t#1|) (-267 $ $) (-215) (-213 |t#1|) (-10 -8 (-15 -3020 ((-1176 |t#1|) $ (-715))) (-15 -2143 ((-1090 |t#1|) $)) (-15 -2186 ($ (-1090 |t#1|))) (-15 -1912 ($ $ (-715))) (-15 -3342 ((-3 $ "failed") $ (-715))) (-15 -1701 ((-2 (|:| -1381 $) (|:| -3145 $)) $ $)) (-15 -1258 ((-2 (|:| -1381 $) (|:| -3145 $)) $ (-715))) (-15 -1765 ($ $ (-715))) (-15 -3652 ($ $ (-715))) (-15 -4183 ($ $ $)) (-15 -4234 ($ $ (-1 |t#1| |t#1|) $)) (IF (|has| |t#1| (-1070)) (-6 (-1070)) |%noBranch|) (IF (|has| |t#1| (-162)) (PROGN (-15 -1875 (|t#1| $)) (-15 -1897 (|t#1| $ $))) |%noBranch|) (IF (|has| |t#1| (-519)) (PROGN (-6 (-267 (-387 $) (-387 $))) (-15 -3439 ((-387 $) (-387 $) (-387 $))) (-15 -2050 ((-715) $ $)) (-15 -3286 ($ $ $)) (-15 -3987 ((-3 $ "failed") $ $)) (-15 -3987 ((-3 (-387 $) "failed") (-387 $) $)) (-15 -1320 ($ $ $)) (-15 -4022 ((-2 (|:| -2663 |t#1|) (|:| -1381 $) (|:| -3145 $)) $ $))) |%noBranch|) (IF (|has| |t#1| (-431)) (-15 -3444 ((-2 (|:| |primePart| $) (|:| |commonPart| $)) $ $)) |%noBranch|) (IF (|has| |t#1| (-343)) (PROGN (-6 (-288)) (-6 -4257) (-15 -3439 (|t#1| (-387 $) |t#1|))) |%noBranch|) (IF (|has| |t#1| (-37 (-387 (-527)))) (-15 -1467 ($ $)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-715)) . T) ((-25) . T) ((-37 #1=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-343))) ((-99) . T) ((-109 #1# #1#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-569 (-503)) -12 (|has| (-1007) (-569 (-503))) (|has| |#1| (-569 (-503)))) ((-569 (-829 (-359))) -12 (|has| (-1007) (-569 (-829 (-359)))) (|has| |#1| (-569 (-829 (-359))))) ((-569 (-829 (-527))) -12 (|has| (-1007) (-569 (-829 (-527)))) (|has| |#1| (-569 (-829 (-527))))) ((-213 |#1|) . T) ((-215) . T) ((-267 (-387 $) (-387 $)) |has| |#1| (-519)) ((-267 |#1| |#1|) . T) ((-267 $ $) . T) ((-271) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-343))) ((-288) |has| |#1| (-343)) ((-290 $) . T) ((-306 |#1| #0#) . T) ((-357 |#1|) . T) ((-391 |#1|) . T) ((-431) -2027 (|has| |#1| (-846)) (|has| |#1| (-431)) (|has| |#1| (-343))) ((-488 #2=(-1007) |#1|) . T) ((-488 #2# $) . T) ((-488 $ $) . T) ((-519) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-343))) ((-596 #1#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-590 (-527)) |has| |#1| (-590 (-527))) ((-590 |#1|) . T) ((-662 #1#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-343))) ((-671) . T) ((-791) |has| |#1| (-791)) ((-837 #2#) . T) ((-837 (-1094)) |has| |#1| (-837 (-1094))) ((-823 (-359)) -12 (|has| (-1007) (-823 (-359))) (|has| |#1| (-823 (-359)))) ((-823 (-527)) -12 (|has| (-1007) (-823 (-527))) (|has| |#1| (-823 (-527)))) ((-886 |#1| #0# #2#) . T) ((-846) |has| |#1| (-846)) ((-857) |has| |#1| (-343)) ((-970 (-387 (-527))) |has| |#1| (-970 (-387 (-527)))) ((-970 (-527)) |has| |#1| (-970 (-527))) ((-970 #2#) . T) ((-970 |#1|) . T) ((-985 #1#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-846)) (|has| |#1| (-519)) (|has| |#1| (-431)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1070) |has| |#1| (-1070)) ((-1134) |has| |#1| (-846)))
+((-2853 (((-594 (-1007)) $) 28)) (-3033 (($ $) 25)) (-2829 (($ |#2| |#3|) NIL) (($ $ (-1007) |#3|) 22) (($ $ (-594 (-1007)) (-594 |#3|)) 21)) (-2990 (($ $) 14)) (-3004 ((|#2| $) 12)) (-4115 ((|#3| $) 10)))
+(((-1153 |#1| |#2| |#3|) (-10 -8 (-15 -2853 ((-594 (-1007)) |#1|)) (-15 -2829 (|#1| |#1| (-594 (-1007)) (-594 |#3|))) (-15 -2829 (|#1| |#1| (-1007) |#3|)) (-15 -3033 (|#1| |#1|)) (-15 -2829 (|#1| |#2| |#3|)) (-15 -4115 (|#3| |#1|)) (-15 -2990 (|#1| |#1|)) (-15 -3004 (|#2| |#1|))) (-1154 |#2| |#3|) (-979) (-736)) (T -1153))
+NIL
+(-10 -8 (-15 -2853 ((-594 (-1007)) |#1|)) (-15 -2829 (|#1| |#1| (-594 (-1007)) (-594 |#3|))) (-15 -2829 (|#1| |#1| (-1007) |#3|)) (-15 -3033 (|#1| |#1|)) (-15 -2829 (|#1| |#2| |#3|)) (-15 -4115 (|#3| |#1|)) (-15 -2990 (|#1| |#1|)) (-15 -3004 (|#2| |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 (-1007)) $) 74)) (-3507 (((-1094) $) 103)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-1913 (($ $ |#2|) 98) (($ $ |#2| |#2|) 97)) (-2199 (((-1075 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) 105)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-3648 (((-110) $) 73)) (-2050 ((|#2| $) 100) ((|#2| $ |#2|) 99)) (-2956 (((-110) $) 31)) (-1912 (($ $ (-858)) 101)) (-4170 (((-110) $) 62)) (-2829 (($ |#1| |#2|) 61) (($ $ (-1007) |#2|) 76) (($ $ (-594 (-1007)) (-594 |#2|)) 75)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-3469 (($ $ |#2|) 95)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-2819 (((-1075 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| |#2|))))) (-3439 ((|#1| $ |#2|) 104) (($ $ $) 81 (|has| |#2| (-1034)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) 89 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1094) (-715)) 88 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-594 (-1094))) 87 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1094)) 86 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-715)) 84 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-4115 ((|#2| $) 64)) (-3750 (($ $) 72)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519))) (($ |#1|) 47 (|has| |#1| (-162)))) (-3411 ((|#1| $ |#2|) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-2291 ((|#1| $) 102)) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-1474 ((|#1| $ |#2|) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| |#2|))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) 93 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1094) (-715)) 92 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-594 (-1094))) 91 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-1094)) 90 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (($ $ (-715)) 85 (|has| |#1| (-15 * (|#1| |#2| |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| |#2| |#1|))))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-1154 |#1| |#2|) (-133) (-979) (-736)) (T -1154))
+((-2199 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (-5 *2 (-1075 (-2 (|:| |k| *4) (|:| |c| *3)))))) (-3439 (*1 *2 *1 *3) (-12 (-4 *1 (-1154 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979)))) (-3507 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (-5 *2 (-1094)))) (-2291 (*1 *2 *1) (-12 (-4 *1 (-1154 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979)))) (-1912 (*1 *1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-1154 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)))) (-2050 (*1 *2 *1) (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))) (-2050 (*1 *2 *1 *2) (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))) (-1913 (*1 *1 *1 *2) (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))) (-1913 (*1 *1 *1 *2 *2) (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))) (-1474 (*1 *2 *1 *3) (-12 (-4 *1 (-1154 *2 *3)) (-4 *3 (-736)) (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -4118 (*2 (-1094)))) (-4 *2 (-979)))) (-3469 (*1 *1 *1 *2) (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))) (-2819 (*1 *2 *1 *3) (-12 (-4 *1 (-1154 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736)) (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1075 *3)))))
+(-13 (-908 |t#1| |t#2| (-1007)) (-10 -8 (-15 -2199 ((-1075 (-2 (|:| |k| |t#2|) (|:| |c| |t#1|))) $)) (-15 -3439 (|t#1| $ |t#2|)) (-15 -3507 ((-1094) $)) (-15 -2291 (|t#1| $)) (-15 -1912 ($ $ (-858))) (-15 -2050 (|t#2| $)) (-15 -2050 (|t#2| $ |t#2|)) (-15 -1913 ($ $ |t#2|)) (-15 -1913 ($ $ |t#2| |t#2|)) (IF (|has| |t#1| (-15 -4118 (|t#1| (-1094)))) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -1474 (|t#1| $ |t#2|)) |%noBranch|) |%noBranch|) (-15 -3469 ($ $ |t#2|)) (IF (|has| |t#2| (-1034)) (-6 (-267 $ $)) |%noBranch|) (IF (|has| |t#1| (-15 * (|t#1| |t#2| |t#1|))) (PROGN (-6 (-215)) (IF (|has| |t#1| (-837 (-1094))) (-6 (-837 (-1094))) |%noBranch|)) |%noBranch|) (IF (|has| |t#1| (-15 ** (|t#1| |t#1| |t#2|))) (-15 -2819 ((-1075 |t#1|) $ |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| |#2|) . T) ((-25) . T) ((-37 #0=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) |has| |#1| (-519)) ((-99) . T) ((-109 #0# #0#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-215) |has| |#1| (-15 * (|#1| |#2| |#1|))) ((-267 $ $) |has| |#2| (-1034)) ((-271) |has| |#1| (-519)) ((-519) |has| |#1| (-519)) ((-596 #0#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #0#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) |has| |#1| (-519)) ((-671) . T) ((-837 (-1094)) -12 (|has| |#1| (-15 * (|#1| |#2| |#1|))) (|has| |#1| (-837 (-1094)))) ((-908 |#1| |#2| (-1007)) . T) ((-985 #0#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-3259 ((|#2| |#2|) 12)) (-3488 (((-398 |#2|) |#2|) 14)) (-1516 (((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-527))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-527)))) 30)))
+(((-1155 |#1| |#2|) (-10 -7 (-15 -3488 ((-398 |#2|) |#2|)) (-15 -3259 (|#2| |#2|)) (-15 -1516 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-527))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-527)))))) (-519) (-13 (-1152 |#1|) (-519) (-10 -8 (-15 -2742 ($ $ $))))) (T -1155))
+((-1516 (*1 *2 *2) (-12 (-5 *2 (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4) (|:| |xpnt| (-527)))) (-4 *4 (-13 (-1152 *3) (-519) (-10 -8 (-15 -2742 ($ $ $))))) (-4 *3 (-519)) (-5 *1 (-1155 *3 *4)))) (-3259 (*1 *2 *2) (-12 (-4 *3 (-519)) (-5 *1 (-1155 *3 *2)) (-4 *2 (-13 (-1152 *3) (-519) (-10 -8 (-15 -2742 ($ $ $))))))) (-3488 (*1 *2 *3) (-12 (-4 *4 (-519)) (-5 *2 (-398 *3)) (-5 *1 (-1155 *4 *3)) (-4 *3 (-13 (-1152 *4) (-519) (-10 -8 (-15 -2742 ($ $ $))))))))
+(-10 -7 (-15 -3488 ((-398 |#2|) |#2|)) (-15 -3259 (|#2| |#2|)) (-15 -1516 ((-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-527))) (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| |#2|) (|:| |xpnt| (-527))))))
+((-1998 (((-1161 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1161 |#1| |#3| |#5|)) 24)))
+(((-1156 |#1| |#2| |#3| |#4| |#5| |#6|) (-10 -7 (-15 -1998 ((-1161 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1161 |#1| |#3| |#5|)))) (-979) (-979) (-1094) (-1094) |#1| |#2|) (T -1156))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1161 *5 *7 *9)) (-4 *5 (-979)) (-4 *6 (-979)) (-14 *7 (-1094)) (-14 *9 *5) (-14 *10 *6) (-5 *2 (-1161 *6 *8 *10)) (-5 *1 (-1156 *5 *6 *7 *8 *9 *10)) (-14 *8 (-1094)))))
+(-10 -7 (-15 -1998 ((-1161 |#2| |#4| |#6|) (-1 |#2| |#1|) (-1161 |#1| |#3| |#5|))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 (-1007)) $) 74)) (-3507 (((-1094) $) 103)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-1913 (($ $ (-387 (-527))) 98) (($ $ (-387 (-527)) (-387 (-527))) 97)) (-2199 (((-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|))) $) 105)) (-1481 (($ $) 135 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 118 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 162 (|has| |#1| (-343)))) (-3488 (((-398 $) $) 163 (|has| |#1| (-343)))) (-2713 (($ $) 117 (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) 153 (|has| |#1| (-343)))) (-1461 (($ $) 134 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 119 (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|)))) 172)) (-1504 (($ $) 133 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 120 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) 17 T CONST)) (-1346 (($ $ $) 157 (|has| |#1| (-343)))) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 156 (|has| |#1| (-343)))) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 151 (|has| |#1| (-343)))) (-3851 (((-110) $) 164 (|has| |#1| (-343)))) (-3648 (((-110) $) 73)) (-4146 (($) 145 (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-387 (-527)) $) 100) (((-387 (-527)) $ (-387 (-527))) 99)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 116 (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) 101) (($ $ (-387 (-527))) 171)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 160 (|has| |#1| (-343)))) (-4170 (((-110) $) 62)) (-2829 (($ |#1| (-387 (-527))) 61) (($ $ (-1007) (-387 (-527))) 76) (($ $ (-594 (-1007)) (-594 (-387 (-527)))) 75)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2495 (($ $) 142 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2702 (($ (-594 $)) 149 (|has| |#1| (-343))) (($ $ $) 148 (|has| |#1| (-343)))) (-2416 (((-1077) $) 9)) (-2952 (($ $) 165 (|has| |#1| (-343)))) (-1467 (($ $) 170 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 169 (-2027 (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-895)) (|has| |#1| (-1116)) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-37 (-387 (-527)))))))) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 150 (|has| |#1| (-343)))) (-2742 (($ (-594 $)) 147 (|has| |#1| (-343))) (($ $ $) 146 (|has| |#1| (-343)))) (-2700 (((-398 $) $) 161 (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 158 (|has| |#1| (-343)))) (-3469 (($ $ (-387 (-527))) 95)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 152 (|has| |#1| (-343)))) (-1724 (($ $) 143 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))))) (-2578 (((-715) $) 154 (|has| |#1| (-343)))) (-3439 ((|#1| $ (-387 (-527))) 104) (($ $ $) 81 (|has| (-387 (-527)) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 155 (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) 89 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094) (-715)) 88 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-594 (-1094))) 87 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094)) 86 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-715)) 84 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-4115 (((-387 (-527)) $) 64)) (-1513 (($ $) 132 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 121 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 131 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 122 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 130 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 123 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 72)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 47 (|has| |#1| (-162))) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519)))) (-3411 ((|#1| $ (-387 (-527))) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-2291 ((|#1| $) 102)) (-1551 (($ $) 141 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 129 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-1526 (($ $) 140 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 128 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 139 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 127 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-387 (-527))) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 138 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 126 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 137 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 125 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 136 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 124 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 166 (|has| |#1| (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) 93 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094) (-715)) 92 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-594 (-1094))) 91 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094)) 90 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-715)) 85 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343))) (($ $ $) 168 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 167 (|has| |#1| (-343))) (($ $ $) 144 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 115 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-1157 |#1|) (-133) (-979)) (T -1157))
+((-3856 (*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *3 (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| *4)))) (-4 *4 (-979)) (-4 *1 (-1157 *4)))) (-1912 (*1 *1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-4 *1 (-1157 *3)) (-4 *3 (-979)))) (-1467 (*1 *1 *1) (-12 (-4 *1 (-1157 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527)))))) (-1467 (*1 *1 *1 *2) (-2027 (-12 (-5 *2 (-1094)) (-4 *1 (-1157 *3)) (-4 *3 (-979)) (-12 (-4 *3 (-29 (-527))) (-4 *3 (-895)) (-4 *3 (-1116)) (-4 *3 (-37 (-387 (-527)))))) (-12 (-5 *2 (-1094)) (-4 *1 (-1157 *3)) (-4 *3 (-979)) (-12 (|has| *3 (-15 -2853 ((-594 *2) *3))) (|has| *3 (-15 -1467 (*3 *3 *2))) (-4 *3 (-37 (-387 (-527)))))))))
+(-13 (-1154 |t#1| (-387 (-527))) (-10 -8 (-15 -3856 ($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |t#1|))))) (-15 -1912 ($ $ (-387 (-527)))) (IF (|has| |t#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $)) (IF (|has| |t#1| (-15 -1467 (|t#1| |t#1| (-1094)))) (IF (|has| |t#1| (-15 -2853 ((-594 (-1094)) |t#1|))) (-15 -1467 ($ $ (-1094))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1116)) (IF (|has| |t#1| (-895)) (IF (|has| |t#1| (-29 (-527))) (-15 -1467 ($ $ (-1094))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-936)) (-6 (-1116))) |%noBranch|) (IF (|has| |t#1| (-343)) (-6 (-343)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-387 (-527))) . T) ((-25) . T) ((-37 #1=(-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-34) |has| |#1| (-37 (-387 (-527)))) ((-93) |has| |#1| (-37 (-387 (-527)))) ((-99) . T) ((-109 #1# #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-215) |has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) ((-225) |has| |#1| (-343)) ((-265) |has| |#1| (-37 (-387 (-527)))) ((-267 $ $) |has| (-387 (-527)) (-1034)) ((-271) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-288) |has| |#1| (-343)) ((-343) |has| |#1| (-343)) ((-431) |has| |#1| (-343)) ((-468) |has| |#1| (-37 (-387 (-527)))) ((-519) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-596 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-671) . T) ((-837 (-1094)) -12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094)))) ((-908 |#1| #0# (-1007)) . T) ((-857) |has| |#1| (-343)) ((-936) |has| |#1| (-37 (-387 (-527)))) ((-985 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1116) |has| |#1| (-37 (-387 (-527)))) ((-1119) |has| |#1| (-37 (-387 (-527)))) ((-1134) |has| |#1| (-343)) ((-1154 |#1| #0#) . T))
+((-1874 (((-110) $) 12)) (-1923 (((-3 |#3| "failed") $) 17)) (-4145 ((|#3| $) 14)))
+(((-1158 |#1| |#2| |#3|) (-10 -8 (-15 -4145 (|#3| |#1|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -1874 ((-110) |#1|))) (-1159 |#2| |#3|) (-979) (-1136 |#2|)) (T -1158))
+NIL
+(-10 -8 (-15 -4145 (|#3| |#1|)) (-15 -1923 ((-3 |#3| "failed") |#1|)) (-15 -1874 ((-110) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 (-1007)) $) 74)) (-3507 (((-1094) $) 103)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-1913 (($ $ (-387 (-527))) 98) (($ $ (-387 (-527)) (-387 (-527))) 97)) (-2199 (((-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|))) $) 105)) (-1481 (($ $) 135 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 118 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 162 (|has| |#1| (-343)))) (-3488 (((-398 $) $) 163 (|has| |#1| (-343)))) (-2713 (($ $) 117 (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) 153 (|has| |#1| (-343)))) (-1461 (($ $) 134 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 119 (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|)))) 172)) (-1504 (($ $) 133 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 120 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#2| "failed") $) 183)) (-4145 ((|#2| $) 182)) (-1346 (($ $ $) 157 (|has| |#1| (-343)))) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-1363 (((-387 (-527)) $) 180)) (-1324 (($ $ $) 156 (|has| |#1| (-343)))) (-2931 (($ (-387 (-527)) |#2|) 181)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 151 (|has| |#1| (-343)))) (-3851 (((-110) $) 164 (|has| |#1| (-343)))) (-3648 (((-110) $) 73)) (-4146 (($) 145 (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-387 (-527)) $) 100) (((-387 (-527)) $ (-387 (-527))) 99)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 116 (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) 101) (($ $ (-387 (-527))) 171)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 160 (|has| |#1| (-343)))) (-4170 (((-110) $) 62)) (-2829 (($ |#1| (-387 (-527))) 61) (($ $ (-1007) (-387 (-527))) 76) (($ $ (-594 (-1007)) (-594 (-387 (-527)))) 75)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2495 (($ $) 142 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2702 (($ (-594 $)) 149 (|has| |#1| (-343))) (($ $ $) 148 (|has| |#1| (-343)))) (-4019 ((|#2| $) 179)) (-4026 (((-3 |#2| "failed") $) 177)) (-2919 ((|#2| $) 178)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 165 (|has| |#1| (-343)))) (-1467 (($ $) 170 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 169 (-2027 (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-895)) (|has| |#1| (-1116)) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-37 (-387 (-527)))))))) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 150 (|has| |#1| (-343)))) (-2742 (($ (-594 $)) 147 (|has| |#1| (-343))) (($ $ $) 146 (|has| |#1| (-343)))) (-2700 (((-398 $) $) 161 (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 159 (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 158 (|has| |#1| (-343)))) (-3469 (($ $ (-387 (-527))) 95)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 152 (|has| |#1| (-343)))) (-1724 (($ $) 143 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))))) (-2578 (((-715) $) 154 (|has| |#1| (-343)))) (-3439 ((|#1| $ (-387 (-527))) 104) (($ $ $) 81 (|has| (-387 (-527)) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 155 (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) 89 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094) (-715)) 88 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-594 (-1094))) 87 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094)) 86 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-715)) 84 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-4115 (((-387 (-527)) $) 64)) (-1513 (($ $) 132 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 121 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 131 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 122 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 130 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 123 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 72)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 47 (|has| |#1| (-162))) (($ |#2|) 184) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519)))) (-3411 ((|#1| $ (-387 (-527))) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-2291 ((|#1| $) 102)) (-1551 (($ $) 141 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 129 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-1526 (($ $) 140 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 128 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 139 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 127 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-387 (-527))) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 138 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 126 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 137 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 125 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 136 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 124 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 166 (|has| |#1| (-343)))) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) 93 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094) (-715)) 92 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-594 (-1094))) 91 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-1094)) 90 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (($ $ (-715)) 85 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343))) (($ $ $) 168 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 167 (|has| |#1| (-343))) (($ $ $) 144 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 115 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-1159 |#1| |#2|) (-133) (-979) (-1136 |t#1|)) (T -1159))
+((-4115 (*1 *2 *1) (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1136 *3)) (-5 *2 (-387 (-527))))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-979)) (-4 *1 (-1159 *3 *2)) (-4 *2 (-1136 *3)))) (-2931 (*1 *1 *2 *3) (-12 (-5 *2 (-387 (-527))) (-4 *4 (-979)) (-4 *1 (-1159 *4 *3)) (-4 *3 (-1136 *4)))) (-1363 (*1 *2 *1) (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1136 *3)) (-5 *2 (-387 (-527))))) (-4019 (*1 *2 *1) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1136 *3)))) (-2919 (*1 *2 *1) (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1136 *3)))) (-4026 (*1 *2 *1) (|partial| -12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1136 *3)))))
+(-13 (-1157 |t#1|) (-970 |t#2|) (-10 -8 (-15 -2931 ($ (-387 (-527)) |t#2|)) (-15 -1363 ((-387 (-527)) $)) (-15 -4019 (|t#2| $)) (-15 -4115 ((-387 (-527)) $)) (-15 -4118 ($ |t#2|)) (-15 -2919 (|t#2| $)) (-15 -4026 ((-3 |t#2| "failed") $))))
+(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-387 (-527))) . T) ((-25) . T) ((-37 #1=(-387 (-527))) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-34) |has| |#1| (-37 (-387 (-527)))) ((-93) |has| |#1| (-37 (-387 (-527)))) ((-99) . T) ((-109 #1# #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-215) |has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) ((-225) |has| |#1| (-343)) ((-265) |has| |#1| (-37 (-387 (-527)))) ((-267 $ $) |has| (-387 (-527)) (-1034)) ((-271) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-288) |has| |#1| (-343)) ((-343) |has| |#1| (-343)) ((-431) |has| |#1| (-343)) ((-468) |has| |#1| (-37 (-387 (-527)))) ((-519) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-596 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343))) ((-671) . T) ((-837 (-1094)) -12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094)))) ((-908 |#1| #0# (-1007)) . T) ((-857) |has| |#1| (-343)) ((-936) |has| |#1| (-37 (-387 (-527)))) ((-970 |#2|) . T) ((-985 #1#) -2027 (|has| |#1| (-343)) (|has| |#1| (-37 (-387 (-527))))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-343)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1116) |has| |#1| (-37 (-387 (-527)))) ((-1119) |has| |#1| (-37 (-387 (-527)))) ((-1134) |has| |#1| (-343)) ((-1154 |#1| #0#) . T) ((-1157 |#1|) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 96)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-387 (-527))) 106) (($ $ (-387 (-527)) (-387 (-527))) 108)) (-2199 (((-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|))) $) 51)) (-1481 (($ $) 180 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 156 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) 176 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 152 (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|)))) 61)) (-1504 (($ $) 184 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 160 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) NIL)) (-4145 ((|#2| $) NIL)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) 79)) (-1363 (((-387 (-527)) $) 13)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-2931 (($ (-387 (-527)) |#2|) 11)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3648 (((-110) $) 68)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-387 (-527)) $) 103) (((-387 (-527)) $ (-387 (-527))) 104)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) 120) (($ $ (-387 (-527))) 118)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-387 (-527))) 31) (($ $ (-1007) (-387 (-527))) NIL) (($ $ (-594 (-1007)) (-594 (-387 (-527)))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) 115)) (-2495 (($ $) 150 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-4019 ((|#2| $) 12)) (-4026 (((-3 |#2| "failed") $) 41)) (-2919 ((|#2| $) 42)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) 93 (|has| |#1| (-343)))) (-1467 (($ $) 135 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 140 (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116)))))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-387 (-527))) 112)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-1724 (($ $) 148 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) 90 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-387 (-527))) 100) (($ $ $) 86 (|has| (-387 (-527)) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) 127 (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 124 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-4115 (((-387 (-527)) $) 16)) (-1513 (($ $) 186 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 162 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 182 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 158 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 178 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 154 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 110)) (-4118 (((-800) $) NIL) (($ (-527)) 35) (($ |#1|) 27 (|has| |#1| (-162))) (($ |#2|) 32) (($ (-387 (-527))) 128 (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519)))) (-3411 ((|#1| $ (-387 (-527))) 99)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) 117)) (-2291 ((|#1| $) 98)) (-1551 (($ $) 192 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 168 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) 188 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 164 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 196 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 172 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-387 (-527))) NIL (-12 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 198 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 174 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 194 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 170 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 190 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 166 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 21 T CONST)) (-3374 (($) 17 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-2747 (((-110) $ $) 66)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) 92 (|has| |#1| (-343)))) (-2863 (($ $) 131) (($ $ $) 72)) (-2850 (($ $ $) 70)) (** (($ $ (-858)) NIL) (($ $ (-715)) 76) (($ $ (-527)) 145 (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 146 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 74) (($ $ |#1|) NIL) (($ |#1| $) 126) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1160 |#1| |#2|) (-1159 |#1| |#2|) (-979) (-1136 |#1|)) (T -1160))
+NIL
+(-1159 |#1| |#2|)
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 11)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) NIL (|has| |#1| (-519)))) (-1913 (($ $ (-387 (-527))) NIL) (($ $ (-387 (-527)) (-387 (-527))) NIL)) (-2199 (((-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|))) $) NIL)) (-1481 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-3259 (($ $) NIL (|has| |#1| (-343)))) (-3488 (((-398 $) $) NIL (|has| |#1| (-343)))) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1842 (((-110) $ $) NIL (|has| |#1| (-343)))) (-1461 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-715) (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#1|)))) NIL)) (-1504 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-1140 |#1| |#2| |#3|) "failed") $) 19) (((-3 (-1168 |#1| |#2| |#3|) "failed") $) 22)) (-4145 (((-1140 |#1| |#2| |#3|) $) NIL) (((-1168 |#1| |#2| |#3|) $) NIL)) (-1346 (($ $ $) NIL (|has| |#1| (-343)))) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-1363 (((-387 (-527)) $) 57)) (-1324 (($ $ $) NIL (|has| |#1| (-343)))) (-2931 (($ (-387 (-527)) (-1140 |#1| |#2| |#3|)) NIL)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) NIL (|has| |#1| (-343)))) (-3851 (((-110) $) NIL (|has| |#1| (-343)))) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-387 (-527)) $) NIL) (((-387 (-527)) $ (-387 (-527))) NIL)) (-2956 (((-110) $) NIL)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) NIL) (($ $ (-387 (-527))) NIL)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-387 (-527))) 30) (($ $ (-1007) (-387 (-527))) NIL) (($ $ (-594 (-1007)) (-594 (-387 (-527)))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2495 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2702 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-4019 (((-1140 |#1| |#2| |#3|) $) 60)) (-4026 (((-3 (-1140 |#1| |#2| |#3|) "failed") $) NIL)) (-2919 (((-1140 |#1| |#2| |#3|) $) NIL)) (-2416 (((-1077) $) NIL)) (-2952 (($ $) NIL (|has| |#1| (-343)))) (-1467 (($ $) 39 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) NIL (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116))))) (($ $ (-1172 |#2|)) 40 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) NIL (|has| |#1| (-343)))) (-2742 (($ (-594 $)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2700 (((-398 $) $) NIL (|has| |#1| (-343)))) (-3880 (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) NIL (|has| |#1| (-343))) (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) NIL (|has| |#1| (-343)))) (-3469 (($ $ (-387 (-527))) NIL)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-3261 (((-3 (-594 $) "failed") (-594 $) $) NIL (|has| |#1| (-343)))) (-1724 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) NIL (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))))) (-2578 (((-715) $) NIL (|has| |#1| (-343)))) (-3439 ((|#1| $ (-387 (-527))) NIL) (($ $ $) NIL (|has| (-387 (-527)) (-1034)))) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) NIL (|has| |#1| (-343)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) 37 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $ (-1172 |#2|)) 38)) (-4115 (((-387 (-527)) $) NIL)) (-1513 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) NIL)) (-4118 (((-800) $) 89) (($ (-527)) NIL) (($ |#1|) NIL (|has| |#1| (-162))) (($ (-1140 |#1| |#2| |#3|)) 16) (($ (-1168 |#1| |#2| |#3|)) 17) (($ (-1172 |#2|)) 36) (($ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519)))) (-3411 ((|#1| $ (-387 (-527))) NIL)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) 12)) (-1551 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-387 (-527))) 62 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-387 (-527))))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343)))) (-3361 (($) 32 T CONST)) (-3374 (($) 26 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-387 (-527)) |#1|))))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 34)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ (-527)) NIL (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1161 |#1| |#2| |#3|) (-13 (-1159 |#1| (-1140 |#1| |#2| |#3|)) (-970 (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|))) (-979) (-1094) |#1|) (T -1161))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1161 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(-13 (-1159 |#1| (-1140 |#1| |#2| |#3|)) (-970 (-1168 |#1| |#2| |#3|)) (-10 -8 (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 34)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL)) (-3931 (($ $) NIL)) (-3938 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 (-527) "failed") $) NIL (|has| (-1161 |#2| |#3| |#4|) (-970 (-527)))) (((-3 (-387 (-527)) "failed") $) NIL (|has| (-1161 |#2| |#3| |#4|) (-970 (-387 (-527))))) (((-3 (-1161 |#2| |#3| |#4|) "failed") $) 20)) (-4145 (((-527) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-970 (-527)))) (((-387 (-527)) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-970 (-387 (-527))))) (((-1161 |#2| |#3| |#4|) $) NIL)) (-3033 (($ $) 35)) (-3714 (((-3 $ "failed") $) 25)) (-2855 (($ $) NIL (|has| (-1161 |#2| |#3| |#4|) (-431)))) (-3379 (($ $ (-1161 |#2| |#3| |#4|) (-299 |#2| |#3| |#4|) $) NIL)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) 11)) (-4170 (((-110) $) NIL)) (-2829 (($ (-1161 |#2| |#3| |#4|) (-299 |#2| |#3| |#4|)) 23)) (-4045 (((-299 |#2| |#3| |#4|) $) NIL)) (-2301 (($ (-1 (-299 |#2| |#3| |#4|) (-299 |#2| |#3| |#4|)) $) NIL)) (-1998 (($ (-1 (-1161 |#2| |#3| |#4|) (-1161 |#2| |#3| |#4|)) $) NIL)) (-2940 (((-3 (-784 |#2|) "failed") $) 75)) (-2990 (($ $) NIL)) (-3004 (((-1161 |#2| |#3| |#4|) $) 18)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2964 (((-110) $) NIL)) (-2972 (((-1161 |#2| |#3| |#4|) $) NIL)) (-1305 (((-3 $ "failed") $ (-1161 |#2| |#3| |#4|)) NIL (|has| (-1161 |#2| |#3| |#4|) (-519))) (((-3 $ "failed") $ $) NIL)) (-3506 (((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1161 |#2| |#3| |#4|)) (|:| |%expon| (-299 |#2| |#3| |#4|)) (|:| |%expTerms| (-594 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#2|)))))) (|:| |%type| (-1077))) "failed") $) 58)) (-4115 (((-299 |#2| |#3| |#4|) $) 14)) (-1898 (((-1161 |#2| |#3| |#4|) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-431)))) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ (-1161 |#2| |#3| |#4|)) NIL) (($ $) NIL) (($ (-387 (-527))) NIL (-2027 (|has| (-1161 |#2| |#3| |#4|) (-37 (-387 (-527)))) (|has| (-1161 |#2| |#3| |#4|) (-970 (-387 (-527))))))) (-3425 (((-594 (-1161 |#2| |#3| |#4|)) $) NIL)) (-3411 (((-1161 |#2| |#3| |#4|) $ (-299 |#2| |#3| |#4|)) NIL)) (-3470 (((-3 $ "failed") $) NIL (|has| (-1161 |#2| |#3| |#4|) (-138)))) (-4070 (((-715)) NIL)) (-2435 (($ $ $ (-715)) NIL (|has| (-1161 |#2| |#3| |#4|) (-162)))) (-3978 (((-110) $ $) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 63 T CONST)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ (-1161 |#2| |#3| |#4|)) NIL (|has| (-1161 |#2| |#3| |#4|) (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ (-1161 |#2| |#3| |#4|)) NIL) (($ (-1161 |#2| |#3| |#4|) $) NIL) (($ (-387 (-527)) $) NIL (|has| (-1161 |#2| |#3| |#4|) (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| (-1161 |#2| |#3| |#4|) (-37 (-387 (-527)))))))
+(((-1162 |#1| |#2| |#3| |#4|) (-13 (-306 (-1161 |#2| |#3| |#4|) (-299 |#2| |#3| |#4|)) (-519) (-10 -8 (-15 -2940 ((-3 (-784 |#2|) "failed") $)) (-15 -3506 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1161 |#2| |#3| |#4|)) (|:| |%expon| (-299 |#2| |#3| |#4|)) (|:| |%expTerms| (-594 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#2|)))))) (|:| |%type| (-1077))) "failed") $)))) (-13 (-791) (-970 (-527)) (-590 (-527)) (-431)) (-13 (-27) (-1116) (-410 |#1|)) (-1094) |#2|) (T -1162))
+((-2940 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431))) (-5 *2 (-784 *4)) (-5 *1 (-1162 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-410 *3))) (-14 *5 (-1094)) (-14 *6 *4))) (-3506 (*1 *2 *1) (|partial| -12 (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431))) (-5 *2 (-2 (|:| |%term| (-2 (|:| |%coef| (-1161 *4 *5 *6)) (|:| |%expon| (-299 *4 *5 *6)) (|:| |%expTerms| (-594 (-2 (|:| |k| (-387 (-527))) (|:| |c| *4)))))) (|:| |%type| (-1077)))) (-5 *1 (-1162 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-410 *3))) (-14 *5 (-1094)) (-14 *6 *4))))
+(-13 (-306 (-1161 |#2| |#3| |#4|) (-299 |#2| |#3| |#4|)) (-519) (-10 -8 (-15 -2940 ((-3 (-784 |#2|) "failed") $)) (-15 -3506 ((-3 (-2 (|:| |%term| (-2 (|:| |%coef| (-1161 |#2| |#3| |#4|)) (|:| |%expon| (-299 |#2| |#3| |#4|)) (|:| |%expTerms| (-594 (-2 (|:| |k| (-387 (-527))) (|:| |c| |#2|)))))) (|:| |%type| (-1077))) "failed") $))))
+((-2205 ((|#2| $) 29)) (-2250 ((|#2| $) 18)) (-1630 (($ $) 36)) (-2746 (($ $ (-527)) 64)) (-1731 (((-110) $ (-715)) 33)) (-2776 ((|#2| $ |#2|) 61)) (-1418 ((|#2| $ |#2|) 59)) (-1232 ((|#2| $ "value" |#2|) NIL) ((|#2| $ "first" |#2|) 52) (($ $ "rest" $) 56) ((|#2| $ "last" |#2|) 54)) (-2013 (($ $ (-594 $)) 60)) (-2239 ((|#2| $) 17)) (-1683 (($ $) NIL) (($ $ (-715)) 42)) (-3177 (((-594 $) $) 26)) (-3269 (((-110) $ $) 50)) (-3541 (((-110) $ (-715)) 32)) (-2324 (((-110) $ (-715)) 31)) (-3898 (((-110) $) 28)) (-2681 ((|#2| $) 24) (($ $ (-715)) 46)) (-3439 ((|#2| $ "value") NIL) ((|#2| $ "first") 10) (($ $ "rest") 16) ((|#2| $ "last") 13)) (-2760 (((-110) $) 22)) (-3112 (($ $) 39)) (-1256 (($ $) 65)) (-1636 (((-715) $) 41)) (-4049 (($ $) 40)) (-1997 (($ $ $) 58) (($ |#2| $) NIL)) (-3355 (((-594 $) $) 27)) (-2747 (((-110) $ $) 48)) (-2809 (((-715) $) 35)))
+(((-1163 |#1| |#2|) (-10 -8 (-15 -2746 (|#1| |#1| (-527))) (-15 -1232 (|#2| |#1| "last" |#2|)) (-15 -1418 (|#2| |#1| |#2|)) (-15 -1232 (|#1| |#1| "rest" |#1|)) (-15 -1232 (|#2| |#1| "first" |#2|)) (-15 -1256 (|#1| |#1|)) (-15 -3112 (|#1| |#1|)) (-15 -1636 ((-715) |#1|)) (-15 -4049 (|#1| |#1|)) (-15 -2250 (|#2| |#1|)) (-15 -2239 (|#2| |#1|)) (-15 -1630 (|#1| |#1|)) (-15 -2681 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "last")) (-15 -2681 (|#2| |#1|)) (-15 -1683 (|#1| |#1| (-715))) (-15 -3439 (|#1| |#1| "rest")) (-15 -1683 (|#1| |#1|)) (-15 -3439 (|#2| |#1| "first")) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#1|)) (-15 -2776 (|#2| |#1| |#2|)) (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -2013 (|#1| |#1| (-594 |#1|))) (-15 -3269 ((-110) |#1| |#1|)) (-15 -2760 ((-110) |#1|)) (-15 -3439 (|#2| |#1| "value")) (-15 -2205 (|#2| |#1|)) (-15 -3898 ((-110) |#1|)) (-15 -3177 ((-594 |#1|) |#1|)) (-15 -3355 ((-594 |#1|) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715)))) (-1164 |#2|) (-1130)) (T -1163))
+NIL
+(-10 -8 (-15 -2746 (|#1| |#1| (-527))) (-15 -1232 (|#2| |#1| "last" |#2|)) (-15 -1418 (|#2| |#1| |#2|)) (-15 -1232 (|#1| |#1| "rest" |#1|)) (-15 -1232 (|#2| |#1| "first" |#2|)) (-15 -1256 (|#1| |#1|)) (-15 -3112 (|#1| |#1|)) (-15 -1636 ((-715) |#1|)) (-15 -4049 (|#1| |#1|)) (-15 -2250 (|#2| |#1|)) (-15 -2239 (|#2| |#1|)) (-15 -1630 (|#1| |#1|)) (-15 -2681 (|#1| |#1| (-715))) (-15 -3439 (|#2| |#1| "last")) (-15 -2681 (|#2| |#1|)) (-15 -1683 (|#1| |#1| (-715))) (-15 -3439 (|#1| |#1| "rest")) (-15 -1683 (|#1| |#1|)) (-15 -3439 (|#2| |#1| "first")) (-15 -1997 (|#1| |#2| |#1|)) (-15 -1997 (|#1| |#1| |#1|)) (-15 -2776 (|#2| |#1| |#2|)) (-15 -1232 (|#2| |#1| "value" |#2|)) (-15 -2013 (|#1| |#1| (-594 |#1|))) (-15 -3269 ((-110) |#1| |#1|)) (-15 -2760 ((-110) |#1|)) (-15 -3439 (|#2| |#1| "value")) (-15 -2205 (|#2| |#1|)) (-15 -3898 ((-110) |#1|)) (-15 -3177 ((-594 |#1|) |#1|)) (-15 -3355 ((-594 |#1|) |#1|)) (-15 -2747 ((-110) |#1| |#1|)) (-15 -2809 ((-715) |#1|)) (-15 -1731 ((-110) |#1| (-715))) (-15 -3541 ((-110) |#1| (-715))) (-15 -2324 ((-110) |#1| (-715))))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-2205 ((|#1| $) 48)) (-2250 ((|#1| $) 65)) (-1630 (($ $) 67)) (-2746 (($ $ (-527)) 52 (|has| $ (-6 -4262)))) (-1731 (((-110) $ (-715)) 8)) (-2776 ((|#1| $ |#1|) 39 (|has| $ (-6 -4262)))) (-1706 (($ $ $) 56 (|has| $ (-6 -4262)))) (-1418 ((|#1| $ |#1|) 54 (|has| $ (-6 -4262)))) (-2785 ((|#1| $ |#1|) 58 (|has| $ (-6 -4262)))) (-1232 ((|#1| $ "value" |#1|) 40 (|has| $ (-6 -4262))) ((|#1| $ "first" |#1|) 57 (|has| $ (-6 -4262))) (($ $ "rest" $) 55 (|has| $ (-6 -4262))) ((|#1| $ "last" |#1|) 53 (|has| $ (-6 -4262)))) (-2013 (($ $ (-594 $)) 41 (|has| $ (-6 -4262)))) (-2239 ((|#1| $) 66)) (-1298 (($) 7 T CONST)) (-1683 (($ $) 73) (($ $ (-715)) 71)) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3177 (((-594 $) $) 50)) (-3269 (((-110) $ $) 42 (|has| |#1| (-1022)))) (-3541 (((-110) $ (-715)) 9)) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35)) (-2324 (((-110) $ (-715)) 10)) (-2227 (((-594 |#1|) $) 45)) (-3898 (((-110) $) 49)) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2681 ((|#1| $) 70) (($ $ (-715)) 68)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 76) (($ $ (-715)) 74)) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ "value") 47) ((|#1| $ "first") 75) (($ $ "rest") 72) ((|#1| $ "last") 69)) (-2312 (((-527) $ $) 44)) (-2760 (((-110) $) 46)) (-3112 (($ $) 62)) (-1256 (($ $) 59 (|has| $ (-6 -4262)))) (-1636 (((-715) $) 63)) (-4049 (($ $) 64)) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2465 (($ $) 13)) (-1390 (($ $ $) 61 (|has| $ (-6 -4262))) (($ $ |#1|) 60 (|has| $ (-6 -4262)))) (-1997 (($ $ $) 78) (($ |#1| $) 77)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-3355 (((-594 $) $) 51)) (-3789 (((-110) $ $) 43 (|has| |#1| (-1022)))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-1164 |#1|) (-133) (-1130)) (T -1164))
+((-1997 (*1 *1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1997 (*1 *1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1672 (*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 "first") (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1672 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1164 *3)) (-4 *3 (-1130)))) (-1683 (*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-3439 (*1 *1 *1 *2) (-12 (-5 *2 "rest") (-4 *1 (-1164 *3)) (-4 *3 (-1130)))) (-1683 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1164 *3)) (-4 *3 (-1130)))) (-2681 (*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-3439 (*1 *2 *1 *3) (-12 (-5 *3 "last") (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-2681 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1164 *3)) (-4 *3 (-1130)))) (-1630 (*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-2239 (*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-2250 (*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-4049 (*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1636 (*1 *2 *1) (-12 (-4 *1 (-1164 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))) (-3112 (*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1390 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1390 (*1 *1 *1 *2) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1256 (*1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-2785 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1232 (*1 *2 *1 *3 *2) (-12 (-5 *3 "first") (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1706 (*1 *1 *1 *1) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1232 (*1 *1 *1 *2 *1) (-12 (-5 *2 "rest") (|has| *1 (-6 -4262)) (-4 *1 (-1164 *3)) (-4 *3 (-1130)))) (-1418 (*1 *2 *1 *2) (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-1232 (*1 *2 *1 *3 *2) (-12 (-5 *3 "last") (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))) (-2746 (*1 *1 *1 *2) (-12 (-5 *2 (-527)) (|has| *1 (-6 -4262)) (-4 *1 (-1164 *3)) (-4 *3 (-1130)))))
+(-13 (-944 |t#1|) (-10 -8 (-15 -1997 ($ $ $)) (-15 -1997 ($ |t#1| $)) (-15 -1672 (|t#1| $)) (-15 -3439 (|t#1| $ "first")) (-15 -1672 ($ $ (-715))) (-15 -1683 ($ $)) (-15 -3439 ($ $ "rest")) (-15 -1683 ($ $ (-715))) (-15 -2681 (|t#1| $)) (-15 -3439 (|t#1| $ "last")) (-15 -2681 ($ $ (-715))) (-15 -1630 ($ $)) (-15 -2239 (|t#1| $)) (-15 -2250 (|t#1| $)) (-15 -4049 ($ $)) (-15 -1636 ((-715) $)) (-15 -3112 ($ $)) (IF (|has| $ (-6 -4262)) (PROGN (-15 -1390 ($ $ $)) (-15 -1390 ($ $ |t#1|)) (-15 -1256 ($ $)) (-15 -2785 (|t#1| $ |t#1|)) (-15 -1232 (|t#1| $ "first" |t#1|)) (-15 -1706 ($ $ $)) (-15 -1232 ($ $ "rest" $)) (-15 -1418 (|t#1| $ |t#1|)) (-15 -1232 (|t#1| $ "last" |t#1|)) (-15 -2746 ($ $ (-527)))) |%noBranch|)))
+(((-33) . T) ((-99) |has| |#1| (-1022)) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-568 (-800)))) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-466 |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-944 |#1|) . T) ((-1022) |has| |#1| (-1022)) ((-1130) . T))
+((-1998 ((|#4| (-1 |#2| |#1|) |#3|) 17)))
+(((-1165 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -1998 (|#4| (-1 |#2| |#1|) |#3|))) (-979) (-979) (-1167 |#1|) (-1167 |#2|)) (T -1165))
+((-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-979)) (-4 *6 (-979)) (-4 *2 (-1167 *6)) (-5 *1 (-1165 *5 *6 *4 *2)) (-4 *4 (-1167 *5)))))
+(-10 -7 (-15 -1998 (|#4| (-1 |#2| |#1|) |#3|)))
+((-1874 (((-110) $) 15)) (-1481 (($ $) 92)) (-2460 (($ $) 68)) (-1461 (($ $) 88)) (-2439 (($ $) 64)) (-1504 (($ $) 96)) (-2502 (($ $) 72)) (-2495 (($ $) 62)) (-1724 (($ $) 60)) (-1513 (($ $) 98)) (-2021 (($ $) 74)) (-1493 (($ $) 94)) (-2482 (($ $) 70)) (-1471 (($ $) 90)) (-2449 (($ $) 66)) (-4118 (((-800) $) 48) (($ (-527)) NIL) (($ (-387 (-527))) NIL) (($ $) NIL) (($ |#2|) NIL)) (-1551 (($ $) 104)) (-2076 (($ $) 80)) (-1526 (($ $) 100)) (-2033 (($ $) 76)) (-1579 (($ $) 108)) (-1439 (($ $) 84)) (-2837 (($ $) 110)) (-1449 (($ $) 86)) (-1564 (($ $) 106)) (-1427 (($ $) 82)) (-1539 (($ $) 102)) (-2044 (($ $) 78)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ |#2|) 52) (($ $ $) 55) (($ $ (-387 (-527))) 58)))
+(((-1166 |#1| |#2|) (-10 -8 (-15 ** (|#1| |#1| (-387 (-527)))) (-15 -2460 (|#1| |#1|)) (-15 -2439 (|#1| |#1|)) (-15 -2502 (|#1| |#1|)) (-15 -2021 (|#1| |#1|)) (-15 -2482 (|#1| |#1|)) (-15 -2449 (|#1| |#1|)) (-15 -2044 (|#1| |#1|)) (-15 -1427 (|#1| |#1|)) (-15 -1449 (|#1| |#1|)) (-15 -1439 (|#1| |#1|)) (-15 -2033 (|#1| |#1|)) (-15 -2076 (|#1| |#1|)) (-15 -1471 (|#1| |#1|)) (-15 -1493 (|#1| |#1|)) (-15 -1513 (|#1| |#1|)) (-15 -1504 (|#1| |#1|)) (-15 -1461 (|#1| |#1|)) (-15 -1481 (|#1| |#1|)) (-15 -1539 (|#1| |#1|)) (-15 -1564 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -1579 (|#1| |#1|)) (-15 -1526 (|#1| |#1|)) (-15 -1551 (|#1| |#1|)) (-15 -2495 (|#1| |#1|)) (-15 -1724 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| (-527))) (-15 ** (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-858))) (-15 -1874 ((-110) |#1|)) (-15 -4118 ((-800) |#1|))) (-1167 |#2|) (-979)) (T -1166))
+NIL
+(-10 -8 (-15 ** (|#1| |#1| (-387 (-527)))) (-15 -2460 (|#1| |#1|)) (-15 -2439 (|#1| |#1|)) (-15 -2502 (|#1| |#1|)) (-15 -2021 (|#1| |#1|)) (-15 -2482 (|#1| |#1|)) (-15 -2449 (|#1| |#1|)) (-15 -2044 (|#1| |#1|)) (-15 -1427 (|#1| |#1|)) (-15 -1449 (|#1| |#1|)) (-15 -1439 (|#1| |#1|)) (-15 -2033 (|#1| |#1|)) (-15 -2076 (|#1| |#1|)) (-15 -1471 (|#1| |#1|)) (-15 -1493 (|#1| |#1|)) (-15 -1513 (|#1| |#1|)) (-15 -1504 (|#1| |#1|)) (-15 -1461 (|#1| |#1|)) (-15 -1481 (|#1| |#1|)) (-15 -1539 (|#1| |#1|)) (-15 -1564 (|#1| |#1|)) (-15 -2837 (|#1| |#1|)) (-15 -1579 (|#1| |#1|)) (-15 -1526 (|#1| |#1|)) (-15 -1551 (|#1| |#1|)) (-15 -2495 (|#1| |#1|)) (-15 -1724 (|#1| |#1|)) (-15 ** (|#1| |#1| |#1|)) (-15 ** (|#1| |#1| |#2|)) (-15 -4118 (|#1| |#2|)) (-15 -4118 (|#1| |#1|)) (-15 -4118 (|#1| (-387 (-527)))) (-15 -4118 (|#1| (-527))) (-15 ** (|#1| |#1| (-715))) (-15 ** (|#1| |#1| (-858))) (-15 -1874 ((-110) |#1|)) (-15 -4118 ((-800) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2853 (((-594 (-1007)) $) 74)) (-3507 (((-1094) $) 103)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 51 (|has| |#1| (-519)))) (-3931 (($ $) 52 (|has| |#1| (-519)))) (-3938 (((-110) $) 54 (|has| |#1| (-519)))) (-1913 (($ $ (-715)) 98) (($ $ (-715) (-715)) 97)) (-2199 (((-1075 (-2 (|:| |k| (-715)) (|:| |c| |#1|))) $) 105)) (-1481 (($ $) 135 (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) 118 (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) 19)) (-2713 (($ $) 117 (|has| |#1| (-37 (-387 (-527)))))) (-1461 (($ $) 134 (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) 119 (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-1075 (-2 (|:| |k| (-715)) (|:| |c| |#1|)))) 155) (($ (-1075 |#1|)) 153)) (-1504 (($ $) 133 (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) 120 (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) 17 T CONST)) (-3033 (($ $) 60)) (-3714 (((-3 $ "failed") $) 34)) (-3279 (($ $) 152)) (-3270 (((-889 |#1|) $ (-715)) 150) (((-889 |#1|) $ (-715) (-715)) 149)) (-3648 (((-110) $) 73)) (-4146 (($) 145 (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-715) $) 100) (((-715) $ (-715)) 99)) (-2956 (((-110) $) 31)) (-3799 (($ $ (-527)) 116 (|has| |#1| (-37 (-387 (-527)))))) (-1912 (($ $ (-858)) 101)) (-3084 (($ (-1 |#1| (-527)) $) 151)) (-4170 (((-110) $) 62)) (-2829 (($ |#1| (-715)) 61) (($ $ (-1007) (-715)) 76) (($ $ (-594 (-1007)) (-594 (-715))) 75)) (-1998 (($ (-1 |#1| |#1|) $) 63)) (-2495 (($ $) 142 (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) 65)) (-3004 ((|#1| $) 66)) (-2416 (((-1077) $) 9)) (-1467 (($ $) 147 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 146 (-2027 (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-895)) (|has| |#1| (-1116)) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-37 (-387 (-527)))))))) (-4024 (((-1041) $) 10)) (-3469 (($ $ (-715)) 95)) (-1305 (((-3 $ "failed") $ $) 50 (|has| |#1| (-519)))) (-1724 (($ $) 143 (|has| |#1| (-37 (-387 (-527)))))) (-2819 (((-1075 |#1|) $ |#1|) 94 (|has| |#1| (-15 ** (|#1| |#1| (-715)))))) (-3439 ((|#1| $ (-715)) 104) (($ $ $) 81 (|has| (-715) (-1034)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) 89 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-1094) (-715)) 88 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-594 (-1094))) 87 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-1094)) 86 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-715)) 84 (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $) 82 (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (-4115 (((-715) $) 64)) (-1513 (($ $) 132 (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) 121 (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) 131 (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) 122 (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) 130 (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) 123 (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 72)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ (-387 (-527))) 57 (|has| |#1| (-37 (-387 (-527))))) (($ $) 49 (|has| |#1| (-519))) (($ |#1|) 47 (|has| |#1| (-162)))) (-3425 (((-1075 |#1|) $) 154)) (-3411 ((|#1| $ (-715)) 59)) (-3470 (((-3 $ "failed") $) 48 (|has| |#1| (-138)))) (-4070 (((-715)) 29)) (-2291 ((|#1| $) 102)) (-1551 (($ $) 141 (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) 129 (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) 53 (|has| |#1| (-519)))) (-1526 (($ $) 140 (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) 128 (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) 139 (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) 127 (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-715)) 96 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-715)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) 138 (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) 126 (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) 137 (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) 125 (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) 136 (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) 124 (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) 93 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-1094) (-715)) 92 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-594 (-1094))) 91 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-1094)) 90 (-12 (|has| |#1| (-837 (-1094))) (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (($ $ (-715)) 85 (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $) 83 (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 58 (|has| |#1| (-343)))) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ |#1|) 148 (|has| |#1| (-343))) (($ $ $) 144 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 115 (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 68) (($ |#1| $) 67) (($ (-387 (-527)) $) 56 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) 55 (|has| |#1| (-37 (-387 (-527)))))))
+(((-1167 |#1|) (-133) (-979)) (T -1167))
+((-3856 (*1 *1 *2) (-12 (-5 *2 (-1075 (-2 (|:| |k| (-715)) (|:| |c| *3)))) (-4 *3 (-979)) (-4 *1 (-1167 *3)))) (-3425 (*1 *2 *1) (-12 (-4 *1 (-1167 *3)) (-4 *3 (-979)) (-5 *2 (-1075 *3)))) (-3856 (*1 *1 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-4 *1 (-1167 *3)))) (-3279 (*1 *1 *1) (-12 (-4 *1 (-1167 *2)) (-4 *2 (-979)))) (-3084 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 (-527))) (-4 *1 (-1167 *3)) (-4 *3 (-979)))) (-3270 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-1167 *4)) (-4 *4 (-979)) (-5 *2 (-889 *4)))) (-3270 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-715)) (-4 *1 (-1167 *4)) (-4 *4 (-979)) (-5 *2 (-889 *4)))) (** (*1 *1 *1 *2) (-12 (-4 *1 (-1167 *2)) (-4 *2 (-979)) (-4 *2 (-343)))) (-1467 (*1 *1 *1) (-12 (-4 *1 (-1167 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527)))))) (-1467 (*1 *1 *1 *2) (-2027 (-12 (-5 *2 (-1094)) (-4 *1 (-1167 *3)) (-4 *3 (-979)) (-12 (-4 *3 (-29 (-527))) (-4 *3 (-895)) (-4 *3 (-1116)) (-4 *3 (-37 (-387 (-527)))))) (-12 (-5 *2 (-1094)) (-4 *1 (-1167 *3)) (-4 *3 (-979)) (-12 (|has| *3 (-15 -2853 ((-594 *2) *3))) (|has| *3 (-15 -1467 (*3 *3 *2))) (-4 *3 (-37 (-387 (-527)))))))))
+(-13 (-1154 |t#1| (-715)) (-10 -8 (-15 -3856 ($ (-1075 (-2 (|:| |k| (-715)) (|:| |c| |t#1|))))) (-15 -3425 ((-1075 |t#1|) $)) (-15 -3856 ($ (-1075 |t#1|))) (-15 -3279 ($ $)) (-15 -3084 ($ (-1 |t#1| (-527)) $)) (-15 -3270 ((-889 |t#1|) $ (-715))) (-15 -3270 ((-889 |t#1|) $ (-715) (-715))) (IF (|has| |t#1| (-343)) (-15 ** ($ $ |t#1|)) |%noBranch|) (IF (|has| |t#1| (-37 (-387 (-527)))) (PROGN (-15 -1467 ($ $)) (IF (|has| |t#1| (-15 -1467 (|t#1| |t#1| (-1094)))) (IF (|has| |t#1| (-15 -2853 ((-594 (-1094)) |t#1|))) (-15 -1467 ($ $ (-1094))) |%noBranch|) |%noBranch|) (IF (|has| |t#1| (-1116)) (IF (|has| |t#1| (-895)) (IF (|has| |t#1| (-29 (-527))) (-15 -1467 ($ $ (-1094))) |%noBranch|) |%noBranch|) |%noBranch|) (-6 (-936)) (-6 (-1116))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-46 |#1| #0=(-715)) . T) ((-25) . T) ((-37 #1=(-387 (-527))) |has| |#1| (-37 (-387 (-527)))) ((-37 |#1|) |has| |#1| (-162)) ((-37 $) |has| |#1| (-519)) ((-34) |has| |#1| (-37 (-387 (-527)))) ((-93) |has| |#1| (-37 (-387 (-527)))) ((-99) . T) ((-109 #1# #1#) |has| |#1| (-37 (-387 (-527)))) ((-109 |#1| |#1|) . T) ((-109 $ $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-128) . T) ((-138) |has| |#1| (-138)) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-215) |has| |#1| (-15 * (|#1| (-715) |#1|))) ((-265) |has| |#1| (-37 (-387 (-527)))) ((-267 $ $) |has| (-715) (-1034)) ((-271) |has| |#1| (-519)) ((-468) |has| |#1| (-37 (-387 (-527)))) ((-519) |has| |#1| (-519)) ((-596 #1#) |has| |#1| (-37 (-387 (-527)))) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #1#) |has| |#1| (-37 (-387 (-527)))) ((-662 |#1|) |has| |#1| (-162)) ((-662 $) |has| |#1| (-519)) ((-671) . T) ((-837 (-1094)) -12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094)))) ((-908 |#1| #0# (-1007)) . T) ((-936) |has| |#1| (-37 (-387 (-527)))) ((-985 #1#) |has| |#1| (-37 (-387 (-527)))) ((-985 |#1|) . T) ((-985 $) -2027 (|has| |#1| (-519)) (|has| |#1| (-162))) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1116) |has| |#1| (-37 (-387 (-527)))) ((-1119) |has| |#1| (-37 (-387 (-527)))) ((-1154 |#1| #0#) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2853 (((-594 (-1007)) $) NIL)) (-3507 (((-1094) $) 87)) (-2373 (((-1149 |#2| |#1|) $ (-715)) 73)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) NIL (|has| |#1| (-519)))) (-3931 (($ $) NIL (|has| |#1| (-519)))) (-3938 (((-110) $) 137 (|has| |#1| (-519)))) (-1913 (($ $ (-715)) 122) (($ $ (-715) (-715)) 124)) (-2199 (((-1075 (-2 (|:| |k| (-715)) (|:| |c| |#1|))) $) 42)) (-1481 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2460 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3085 (((-3 $ "failed") $ $) NIL)) (-2713 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1461 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3856 (($ (-1075 (-2 (|:| |k| (-715)) (|:| |c| |#1|)))) 53) (($ (-1075 |#1|)) NIL)) (-1504 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2502 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1298 (($) NIL T CONST)) (-3096 (($ $) 128)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-3279 (($ $) 135)) (-3270 (((-889 |#1|) $ (-715)) 63) (((-889 |#1|) $ (-715) (-715)) 65)) (-3648 (((-110) $) NIL)) (-4146 (($) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2050 (((-715) $) NIL) (((-715) $ (-715)) NIL)) (-2956 (((-110) $) NIL)) (-2559 (($ $) 112)) (-3799 (($ $ (-527)) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2015 (($ (-527) (-527) $) 130)) (-1912 (($ $ (-858)) 134)) (-3084 (($ (-1 |#1| (-527)) $) 106)) (-4170 (((-110) $) NIL)) (-2829 (($ |#1| (-715)) 15) (($ $ (-1007) (-715)) NIL) (($ $ (-594 (-1007)) (-594 (-715))) NIL)) (-1998 (($ (-1 |#1| |#1|) $) 94)) (-2495 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2990 (($ $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-1610 (($ $) 110)) (-2480 (($ $) 108)) (-2605 (($ (-527) (-527) $) 132)) (-1467 (($ $) 145 (|has| |#1| (-37 (-387 (-527))))) (($ $ (-1094)) 151 (-2027 (-12 (|has| |#1| (-15 -1467 (|#1| |#1| (-1094)))) (|has| |#1| (-15 -2853 ((-594 (-1094)) |#1|))) (|has| |#1| (-37 (-387 (-527))))) (-12 (|has| |#1| (-29 (-527))) (|has| |#1| (-37 (-387 (-527)))) (|has| |#1| (-895)) (|has| |#1| (-1116))))) (($ $ (-1172 |#2|)) 146 (|has| |#1| (-37 (-387 (-527)))))) (-4024 (((-1041) $) NIL)) (-2107 (($ $ (-527) (-527)) 116)) (-3469 (($ $ (-715)) 118)) (-1305 (((-3 $ "failed") $ $) NIL (|has| |#1| (-519)))) (-1724 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2437 (($ $) 114)) (-2819 (((-1075 |#1|) $ |#1|) 96 (|has| |#1| (-15 ** (|#1| |#1| (-715)))))) (-3439 ((|#1| $ (-715)) 91) (($ $ $) 126 (|has| (-715) (-1034)))) (-4234 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) 103 (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $) 98 (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $ (-1172 |#2|)) 99)) (-4115 (((-715) $) NIL)) (-1513 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2021 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1493 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2482 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1471 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3750 (($ $) 120)) (-4118 (((-800) $) NIL) (($ (-527)) 24) (($ (-387 (-527))) 143 (|has| |#1| (-37 (-387 (-527))))) (($ $) NIL (|has| |#1| (-519))) (($ |#1|) 23 (|has| |#1| (-162))) (($ (-1149 |#2| |#1|)) 80) (($ (-1172 |#2|)) 20)) (-3425 (((-1075 |#1|) $) NIL)) (-3411 ((|#1| $ (-715)) 90)) (-3470 (((-3 $ "failed") $) NIL (|has| |#1| (-138)))) (-4070 (((-715)) NIL)) (-2291 ((|#1| $) 88)) (-1551 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2076 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3978 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1526 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2033 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1579 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1439 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1474 ((|#1| $ (-715)) 86 (-12 (|has| |#1| (-15 ** (|#1| |#1| (-715)))) (|has| |#1| (-15 -4118 (|#1| (-1094))))))) (-2837 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1449 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1564 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1427 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-1539 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-2044 (($ $) NIL (|has| |#1| (-37 (-387 (-527)))))) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 17 T CONST)) (-3374 (($) 13 T CONST)) (-2369 (($ $ (-594 (-1094)) (-594 (-715))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094) (-715)) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-594 (-1094))) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-1094)) NIL (-12 (|has| |#1| (-15 * (|#1| (-715) |#1|))) (|has| |#1| (-837 (-1094))))) (($ $ (-715)) NIL (|has| |#1| (-15 * (|#1| (-715) |#1|)))) (($ $) NIL (|has| |#1| (-15 * (|#1| (-715) |#1|))))) (-2747 (((-110) $ $) NIL)) (-2873 (($ $ |#1|) NIL (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) 102)) (-2850 (($ $ $) 18)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL) (($ $ |#1|) 140 (|has| |#1| (-343))) (($ $ $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ $ |#1|) NIL) (($ |#1| $) 101) (($ (-387 (-527)) $) NIL (|has| |#1| (-37 (-387 (-527))))) (($ $ (-387 (-527))) NIL (|has| |#1| (-37 (-387 (-527)))))))
+(((-1168 |#1| |#2| |#3|) (-13 (-1167 |#1|) (-10 -8 (-15 -4118 ($ (-1149 |#2| |#1|))) (-15 -2373 ((-1149 |#2| |#1|) $ (-715))) (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (-15 -2480 ($ $)) (-15 -1610 ($ $)) (-15 -2559 ($ $)) (-15 -2437 ($ $)) (-15 -2107 ($ $ (-527) (-527))) (-15 -3096 ($ $)) (-15 -2015 ($ (-527) (-527) $)) (-15 -2605 ($ (-527) (-527) $)) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|))) (-979) (-1094) |#1|) (T -1168))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-979)) (-14 *4 (-1094)) (-14 *5 *3) (-5 *1 (-1168 *3 *4 *5)))) (-2373 (*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1168 *4 *5 *6)) (-4 *4 (-979)) (-14 *5 (-1094)) (-14 *6 *4))) (-4118 (*1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-4234 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979)) (-14 *5 *3))) (-2480 (*1 *1 *1) (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094)) (-14 *4 *2))) (-1610 (*1 *1 *1) (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094)) (-14 *4 *2))) (-2559 (*1 *1 *1) (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094)) (-14 *4 *2))) (-2437 (*1 *1 *1) (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094)) (-14 *4 *2))) (-2107 (*1 *1 *1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979)) (-14 *4 (-1094)) (-14 *5 *3))) (-3096 (*1 *1 *1) (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094)) (-14 *4 *2))) (-2015 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979)) (-14 *4 (-1094)) (-14 *5 *3))) (-2605 (*1 *1 *2 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979)) (-14 *4 (-1094)) (-14 *5 *3))) (-1467 (*1 *1 *1 *2) (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(-13 (-1167 |#1|) (-10 -8 (-15 -4118 ($ (-1149 |#2| |#1|))) (-15 -2373 ((-1149 |#2| |#1|) $ (-715))) (-15 -4118 ($ (-1172 |#2|))) (-15 -4234 ($ $ (-1172 |#2|))) (-15 -2480 ($ $)) (-15 -1610 ($ $)) (-15 -2559 ($ $)) (-15 -2437 ($ $)) (-15 -2107 ($ $ (-527) (-527))) (-15 -3096 ($ $)) (-15 -2015 ($ (-527) (-527) $)) (-15 -2605 ($ (-527) (-527) $)) (IF (|has| |#1| (-37 (-387 (-527)))) (-15 -1467 ($ $ (-1172 |#2|))) |%noBranch|)))
+((-2432 (((-1 (-1075 |#1|) (-594 (-1075 |#1|))) (-1 |#2| (-594 |#2|))) 24)) (-3394 (((-1 (-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) (-1 |#2| |#2| |#2|)) 16)) (-3972 (((-1 (-1075 |#1|) (-1075 |#1|)) (-1 |#2| |#2|)) 13)) (-2019 ((|#2| (-1 |#2| |#2| |#2|) |#1| |#1|) 48)) (-2662 ((|#2| (-1 |#2| |#2|) |#1|) 46)) (-1987 ((|#2| (-1 |#2| (-594 |#2|)) (-594 |#1|)) 54)) (-3823 (((-594 |#2|) (-594 |#1|) (-594 (-1 |#2| (-594 |#2|)))) 61)) (-1528 ((|#2| |#2| |#2|) 43)))
+(((-1169 |#1| |#2|) (-10 -7 (-15 -3972 ((-1 (-1075 |#1|) (-1075 |#1|)) (-1 |#2| |#2|))) (-15 -3394 ((-1 (-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -2432 ((-1 (-1075 |#1|) (-594 (-1075 |#1|))) (-1 |#2| (-594 |#2|)))) (-15 -1528 (|#2| |#2| |#2|)) (-15 -2662 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2019 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1987 (|#2| (-1 |#2| (-594 |#2|)) (-594 |#1|))) (-15 -3823 ((-594 |#2|) (-594 |#1|) (-594 (-1 |#2| (-594 |#2|)))))) (-37 (-387 (-527))) (-1167 |#1|)) (T -1169))
+((-3823 (*1 *2 *3 *4) (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 (-1 *6 (-594 *6)))) (-4 *5 (-37 (-387 (-527)))) (-4 *6 (-1167 *5)) (-5 *2 (-594 *6)) (-5 *1 (-1169 *5 *6)))) (-1987 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 (-594 *2))) (-5 *4 (-594 *5)) (-4 *5 (-37 (-387 (-527)))) (-4 *2 (-1167 *5)) (-5 *1 (-1169 *5 *2)))) (-2019 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1167 *4)) (-5 *1 (-1169 *4 *2)) (-4 *4 (-37 (-387 (-527)))))) (-2662 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1167 *4)) (-5 *1 (-1169 *4 *2)) (-4 *4 (-37 (-387 (-527)))))) (-1528 (*1 *2 *2 *2) (-12 (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1169 *3 *2)) (-4 *2 (-1167 *3)))) (-2432 (*1 *2 *3) (-12 (-5 *3 (-1 *5 (-594 *5))) (-4 *5 (-1167 *4)) (-4 *4 (-37 (-387 (-527)))) (-5 *2 (-1 (-1075 *4) (-594 (-1075 *4)))) (-5 *1 (-1169 *4 *5)))) (-3394 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1167 *4)) (-4 *4 (-37 (-387 (-527)))) (-5 *2 (-1 (-1075 *4) (-1075 *4) (-1075 *4))) (-5 *1 (-1169 *4 *5)))) (-3972 (*1 *2 *3) (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1167 *4)) (-4 *4 (-37 (-387 (-527)))) (-5 *2 (-1 (-1075 *4) (-1075 *4))) (-5 *1 (-1169 *4 *5)))))
+(-10 -7 (-15 -3972 ((-1 (-1075 |#1|) (-1075 |#1|)) (-1 |#2| |#2|))) (-15 -3394 ((-1 (-1075 |#1|) (-1075 |#1|) (-1075 |#1|)) (-1 |#2| |#2| |#2|))) (-15 -2432 ((-1 (-1075 |#1|) (-594 (-1075 |#1|))) (-1 |#2| (-594 |#2|)))) (-15 -1528 (|#2| |#2| |#2|)) (-15 -2662 (|#2| (-1 |#2| |#2|) |#1|)) (-15 -2019 (|#2| (-1 |#2| |#2| |#2|) |#1| |#1|)) (-15 -1987 (|#2| (-1 |#2| (-594 |#2|)) (-594 |#1|))) (-15 -3823 ((-594 |#2|) (-594 |#1|) (-594 (-1 |#2| (-594 |#2|))))))
+((-2258 ((|#2| |#4| (-715)) 30)) (-3642 ((|#4| |#2|) 25)) (-3702 ((|#4| (-387 |#2|)) 52 (|has| |#1| (-519)))) (-2906 (((-1 |#4| (-594 |#4|)) |#3|) 46)))
+(((-1170 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3642 (|#4| |#2|)) (-15 -2258 (|#2| |#4| (-715))) (-15 -2906 ((-1 |#4| (-594 |#4|)) |#3|)) (IF (|has| |#1| (-519)) (-15 -3702 (|#4| (-387 |#2|))) |%noBranch|)) (-979) (-1152 |#1|) (-604 |#2|) (-1167 |#1|)) (T -1170))
+((-3702 (*1 *2 *3) (-12 (-5 *3 (-387 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-519)) (-4 *4 (-979)) (-4 *2 (-1167 *4)) (-5 *1 (-1170 *4 *5 *6 *2)) (-4 *6 (-604 *5)))) (-2906 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *5 (-1152 *4)) (-5 *2 (-1 *6 (-594 *6))) (-5 *1 (-1170 *4 *5 *3 *6)) (-4 *3 (-604 *5)) (-4 *6 (-1167 *4)))) (-2258 (*1 *2 *3 *4) (-12 (-5 *4 (-715)) (-4 *5 (-979)) (-4 *2 (-1152 *5)) (-5 *1 (-1170 *5 *2 *6 *3)) (-4 *6 (-604 *2)) (-4 *3 (-1167 *5)))) (-3642 (*1 *2 *3) (-12 (-4 *4 (-979)) (-4 *3 (-1152 *4)) (-4 *2 (-1167 *4)) (-5 *1 (-1170 *4 *3 *5 *2)) (-4 *5 (-604 *3)))))
+(-10 -7 (-15 -3642 (|#4| |#2|)) (-15 -2258 (|#2| |#4| (-715))) (-15 -2906 ((-1 |#4| (-594 |#4|)) |#3|)) (IF (|has| |#1| (-519)) (-15 -3702 (|#4| (-387 |#2|))) |%noBranch|))
+NIL
+(((-1171) (-133)) (T -1171))
+NIL
+(-13 (-10 -7 (-6 -1442)))
+((-4105 (((-110) $ $) NIL)) (-3507 (((-1094)) 12)) (-2416 (((-1077) $) 17)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 11) (((-1094) $) 8)) (-2747 (((-110) $ $) 14)))
+(((-1172 |#1|) (-13 (-1022) (-568 (-1094)) (-10 -8 (-15 -4118 ((-1094) $)) (-15 -3507 ((-1094))))) (-1094)) (T -1172))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1172 *3)) (-14 *3 *2))) (-3507 (*1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1172 *3)) (-14 *3 *2))))
+(-13 (-1022) (-568 (-1094)) (-10 -8 (-15 -4118 ((-1094) $)) (-15 -3507 ((-1094)))))
+((-1231 (($ (-715)) 18)) (-3927 (((-634 |#2|) $ $) 40)) (-3190 ((|#2| $) 48)) (-2091 ((|#2| $) 47)) (-3462 ((|#2| $ $) 35)) (-2580 (($ $ $) 44)) (-2863 (($ $) 22) (($ $ $) 28)) (-2850 (($ $ $) 15)) (* (($ (-527) $) 25) (($ |#2| $) 31) (($ $ |#2|) 30)))
+(((-1173 |#1| |#2|) (-10 -8 (-15 -3190 (|#2| |#1|)) (-15 -2091 (|#2| |#1|)) (-15 -2580 (|#1| |#1| |#1|)) (-15 -3927 ((-634 |#2|) |#1| |#1|)) (-15 -3462 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 -1231 (|#1| (-715))) (-15 -2850 (|#1| |#1| |#1|))) (-1174 |#2|) (-1130)) (T -1173))
+NIL
+(-10 -8 (-15 -3190 (|#2| |#1|)) (-15 -2091 (|#2| |#1|)) (-15 -2580 (|#1| |#1| |#1|)) (-15 -3927 ((-634 |#2|) |#1| |#1|)) (-15 -3462 (|#2| |#1| |#1|)) (-15 * (|#1| |#1| |#2|)) (-15 * (|#1| |#2| |#1|)) (-15 * (|#1| (-527) |#1|)) (-15 -2863 (|#1| |#1| |#1|)) (-15 -2863 (|#1| |#1|)) (-15 -1231 (|#1| (-715))) (-15 -2850 (|#1| |#1| |#1|)))
+((-4105 (((-110) $ $) 19 (|has| |#1| (-1022)))) (-1231 (($ (-715)) 112 (|has| |#1| (-23)))) (-3604 (((-1181) $ (-527) (-527)) 40 (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) 98) (((-110) $) 92 (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) 89 (|has| $ (-6 -4262))) (($ $) 88 (-12 (|has| |#1| (-791)) (|has| $ (-6 -4262))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) 99) (($ $) 93 (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) 8)) (-1232 ((|#1| $ (-527) |#1|) 52 (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) 58 (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) 75 (|has| $ (-6 -4261)))) (-1298 (($) 7 T CONST)) (-1399 (($ $) 90 (|has| $ (-6 -4262)))) (-1677 (($ $) 100)) (-1702 (($ $) 78 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2659 (($ |#1| $) 77 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) (($ (-1 (-110) |#1|) $) 74 (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) 76 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) 73 (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) 72 (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) 53 (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) 51)) (-3908 (((-527) (-1 (-110) |#1|) $) 97) (((-527) |#1| $) 96 (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) 95 (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) 30 (|has| $ (-6 -4261)))) (-3927 (((-634 |#1|) $ $) 105 (|has| |#1| (-979)))) (-3325 (($ (-715) |#1|) 69)) (-3541 (((-110) $ (-715)) 9)) (-1385 (((-527) $) 43 (|has| (-527) (-791)))) (-3902 (($ $ $) 87 (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) 101) (($ $ $) 94 (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) 27 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2532 (((-527) $) 44 (|has| (-527) (-791)))) (-1257 (($ $ $) 86 (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) 34 (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) 35) (($ (-1 |#1| |#1| |#1|) $ $) 64)) (-3190 ((|#1| $) 102 (-12 (|has| |#1| (-979)) (|has| |#1| (-936))))) (-2324 (((-110) $ (-715)) 10)) (-2091 ((|#1| $) 103 (-12 (|has| |#1| (-979)) (|has| |#1| (-936))))) (-2416 (((-1077) $) 22 (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) 60) (($ $ $ (-527)) 59)) (-3847 (((-594 (-527)) $) 46)) (-1645 (((-110) (-527) $) 47)) (-4024 (((-1041) $) 21 (|has| |#1| (-1022)))) (-1672 ((|#1| $) 42 (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) 71)) (-1542 (($ $ |#1|) 41 (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) 32 (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) 26 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) 25 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) 24 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) 23 (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) 14)) (-4161 (((-110) |#1| $) 45 (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) 48)) (-1815 (((-110) $) 11)) (-2453 (($) 12)) (-3439 ((|#1| $ (-527) |#1|) 50) ((|#1| $ (-527)) 49) (($ $ (-1143 (-527))) 63)) (-3462 ((|#1| $ $) 106 (|has| |#1| (-979)))) (-2104 (($ $ (-527)) 62) (($ $ (-1143 (-527))) 61)) (-2580 (($ $ $) 104 (|has| |#1| (-979)))) (-4034 (((-715) (-1 (-110) |#1|) $) 31 (|has| $ (-6 -4261))) (((-715) |#1| $) 28 (-12 (|has| |#1| (-1022)) (|has| $ (-6 -4261))))) (-2687 (($ $ $ (-527)) 91 (|has| $ (-6 -4262)))) (-2465 (($ $) 13)) (-2051 (((-503) $) 79 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 70)) (-1997 (($ $ |#1|) 68) (($ |#1| $) 67) (($ $ $) 66) (($ (-594 $)) 65)) (-4118 (((-800) $) 18 (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) 33 (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) 84 (|has| |#1| (-791)))) (-2788 (((-110) $ $) 83 (|has| |#1| (-791)))) (-2747 (((-110) $ $) 20 (|has| |#1| (-1022)))) (-2799 (((-110) $ $) 85 (|has| |#1| (-791)))) (-2775 (((-110) $ $) 82 (|has| |#1| (-791)))) (-2863 (($ $) 111 (|has| |#1| (-21))) (($ $ $) 110 (|has| |#1| (-21)))) (-2850 (($ $ $) 113 (|has| |#1| (-25)))) (* (($ (-527) $) 109 (|has| |#1| (-21))) (($ |#1| $) 108 (|has| |#1| (-671))) (($ $ |#1|) 107 (|has| |#1| (-671)))) (-2809 (((-715) $) 6 (|has| $ (-6 -4261)))))
+(((-1174 |#1|) (-133) (-1130)) (T -1174))
+((-2850 (*1 *1 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-25)))) (-1231 (*1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1174 *3)) (-4 *3 (-23)) (-4 *3 (-1130)))) (-2863 (*1 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-21)))) (-2863 (*1 *1 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-21)))) (* (*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-4 *1 (-1174 *3)) (-4 *3 (-1130)) (-4 *3 (-21)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-671)))) (* (*1 *1 *1 *2) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-671)))) (-3462 (*1 *2 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-979)))) (-3927 (*1 *2 *1 *1) (-12 (-4 *1 (-1174 *3)) (-4 *3 (-1130)) (-4 *3 (-979)) (-5 *2 (-634 *3)))) (-2580 (*1 *1 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-979)))) (-2091 (*1 *2 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-936)) (-4 *2 (-979)))) (-3190 (*1 *2 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-936)) (-4 *2 (-979)))))
+(-13 (-19 |t#1|) (-10 -8 (IF (|has| |t#1| (-25)) (-15 -2850 ($ $ $)) |%noBranch|) (IF (|has| |t#1| (-23)) (-15 -1231 ($ (-715))) |%noBranch|) (IF (|has| |t#1| (-21)) (PROGN (-15 -2863 ($ $)) (-15 -2863 ($ $ $)) (-15 * ($ (-527) $))) |%noBranch|) (IF (|has| |t#1| (-671)) (PROGN (-15 * ($ |t#1| $)) (-15 * ($ $ |t#1|))) |%noBranch|) (IF (|has| |t#1| (-979)) (PROGN (-15 -3462 (|t#1| $ $)) (-15 -3927 ((-634 |t#1|) $ $)) (-15 -2580 ($ $ $))) |%noBranch|) (IF (|has| |t#1| (-936)) (IF (|has| |t#1| (-979)) (PROGN (-15 -2091 (|t#1| $)) (-15 -3190 (|t#1| $))) |%noBranch|) |%noBranch|)))
+(((-33) . T) ((-99) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-568 (-800)) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791)) (|has| |#1| (-568 (-800)))) ((-144 |#1|) . T) ((-569 (-503)) |has| |#1| (-569 (-503))) ((-267 #0=(-527) |#1|) . T) ((-269 #0# |#1|) . T) ((-290 |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-353 |#1|) . T) ((-466 |#1|) . T) ((-560 #0# |#1|) . T) ((-488 |#1| |#1|) -12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))) ((-599 |#1|) . T) ((-19 |#1|) . T) ((-791) |has| |#1| (-791)) ((-1022) -2027 (|has| |#1| (-1022)) (|has| |#1| (-791))) ((-1130) . T))
+((-1244 (((-1176 |#2|) (-1 |#2| |#1| |#2|) (-1176 |#1|) |#2|) 13)) (-2731 ((|#2| (-1 |#2| |#1| |#2|) (-1176 |#1|) |#2|) 15)) (-1998 (((-3 (-1176 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1176 |#1|)) 28) (((-1176 |#2|) (-1 |#2| |#1|) (-1176 |#1|)) 18)))
+(((-1175 |#1| |#2|) (-10 -7 (-15 -1244 ((-1176 |#2|) (-1 |#2| |#1| |#2|) (-1176 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-1176 |#1|) |#2|)) (-15 -1998 ((-1176 |#2|) (-1 |#2| |#1|) (-1176 |#1|))) (-15 -1998 ((-3 (-1176 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1176 |#1|)))) (-1130) (-1130)) (T -1175))
+((-1998 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1176 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1176 *6)) (-5 *1 (-1175 *5 *6)))) (-1998 (*1 *2 *3 *4) (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1176 *6)) (-5 *1 (-1175 *5 *6)))) (-2731 (*1 *2 *3 *4 *2) (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1176 *5)) (-4 *5 (-1130)) (-4 *2 (-1130)) (-5 *1 (-1175 *5 *2)))) (-1244 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1176 *6)) (-4 *6 (-1130)) (-4 *5 (-1130)) (-5 *2 (-1176 *5)) (-5 *1 (-1175 *6 *5)))))
+(-10 -7 (-15 -1244 ((-1176 |#2|) (-1 |#2| |#1| |#2|) (-1176 |#1|) |#2|)) (-15 -2731 (|#2| (-1 |#2| |#1| |#2|) (-1176 |#1|) |#2|)) (-15 -1998 ((-1176 |#2|) (-1 |#2| |#1|) (-1176 |#1|))) (-15 -1998 ((-3 (-1176 |#2|) "failed") (-1 (-3 |#2| "failed") |#1|) (-1176 |#1|))))
+((-4105 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-1231 (($ (-715)) NIL (|has| |#1| (-23)))) (-4223 (($ (-594 |#1|)) 9)) (-3604 (((-1181) $ (-527) (-527)) NIL (|has| $ (-6 -4262)))) (-1393 (((-110) (-1 (-110) |#1| |#1|) $) NIL) (((-110) $) NIL (|has| |#1| (-791)))) (-3962 (($ (-1 (-110) |#1| |#1|) $) NIL (|has| $ (-6 -4262))) (($ $) NIL (-12 (|has| $ (-6 -4262)) (|has| |#1| (-791))))) (-2259 (($ (-1 (-110) |#1| |#1|) $) NIL) (($ $) NIL (|has| |#1| (-791)))) (-1731 (((-110) $ (-715)) NIL)) (-1232 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262))) ((|#1| $ (-1143 (-527)) |#1|) NIL (|has| $ (-6 -4262)))) (-2420 (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-1298 (($) NIL T CONST)) (-1399 (($ $) NIL (|has| $ (-6 -4262)))) (-1677 (($ $) NIL)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2659 (($ |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) (($ (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2731 ((|#1| (-1 |#1| |#1| |#1|) $ |#1| |#1|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022)))) ((|#1| (-1 |#1| |#1| |#1|) $ |#1|) NIL (|has| $ (-6 -4261))) ((|#1| (-1 |#1| |#1| |#1|) $) NIL (|has| $ (-6 -4261)))) (-2774 ((|#1| $ (-527) |#1|) NIL (|has| $ (-6 -4262)))) (-3231 ((|#1| $ (-527)) NIL)) (-3908 (((-527) (-1 (-110) |#1|) $) NIL) (((-527) |#1| $) NIL (|has| |#1| (-1022))) (((-527) |#1| $ (-527)) NIL (|has| |#1| (-1022)))) (-3717 (((-594 |#1|) $) 15 (|has| $ (-6 -4261)))) (-3927 (((-634 |#1|) $ $) NIL (|has| |#1| (-979)))) (-3325 (($ (-715) |#1|) NIL)) (-3541 (((-110) $ (-715)) NIL)) (-1385 (((-527) $) NIL (|has| (-527) (-791)))) (-3902 (($ $ $) NIL (|has| |#1| (-791)))) (-2965 (($ (-1 (-110) |#1| |#1|) $ $) NIL) (($ $ $) NIL (|has| |#1| (-791)))) (-2063 (((-594 |#1|) $) NIL (|has| $ (-6 -4261)))) (-2817 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2532 (((-527) $) NIL (|has| (-527) (-791)))) (-1257 (($ $ $) NIL (|has| |#1| (-791)))) (-2762 (($ (-1 |#1| |#1|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#1| |#1|) $) NIL) (($ (-1 |#1| |#1| |#1|) $ $) NIL)) (-3190 ((|#1| $) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-979))))) (-2324 (((-110) $ (-715)) NIL)) (-2091 ((|#1| $) NIL (-12 (|has| |#1| (-936)) (|has| |#1| (-979))))) (-2416 (((-1077) $) NIL (|has| |#1| (-1022)))) (-2555 (($ |#1| $ (-527)) NIL) (($ $ $ (-527)) NIL)) (-3847 (((-594 (-527)) $) NIL)) (-1645 (((-110) (-527) $) NIL)) (-4024 (((-1041) $) NIL (|has| |#1| (-1022)))) (-1672 ((|#1| $) NIL (|has| (-527) (-791)))) (-3326 (((-3 |#1| "failed") (-1 (-110) |#1|) $) NIL)) (-1542 (($ $ |#1|) NIL (|has| $ (-6 -4262)))) (-1604 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 (-275 |#1|))) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-275 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ |#1| |#1|) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022)))) (($ $ (-594 |#1|) (-594 |#1|)) NIL (-12 (|has| |#1| (-290 |#1|)) (|has| |#1| (-1022))))) (-1247 (((-110) $ $) NIL)) (-4161 (((-110) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2401 (((-594 |#1|) $) NIL)) (-1815 (((-110) $) NIL)) (-2453 (($) NIL)) (-3439 ((|#1| $ (-527) |#1|) NIL) ((|#1| $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-3462 ((|#1| $ $) NIL (|has| |#1| (-979)))) (-2104 (($ $ (-527)) NIL) (($ $ (-1143 (-527))) NIL)) (-2580 (($ $ $) NIL (|has| |#1| (-979)))) (-4034 (((-715) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261))) (((-715) |#1| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#1| (-1022))))) (-2687 (($ $ $ (-527)) NIL (|has| $ (-6 -4262)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) 19 (|has| |#1| (-569 (-503))))) (-4131 (($ (-594 |#1|)) 8)) (-1997 (($ $ |#1|) NIL) (($ |#1| $) NIL) (($ $ $) NIL) (($ (-594 $)) NIL)) (-4118 (((-800) $) NIL (|has| |#1| (-568 (-800))))) (-1722 (((-110) (-1 (-110) |#1|) $) NIL (|has| $ (-6 -4261)))) (-2813 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2788 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2747 (((-110) $ $) NIL (|has| |#1| (-1022)))) (-2799 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2775 (((-110) $ $) NIL (|has| |#1| (-791)))) (-2863 (($ $) NIL (|has| |#1| (-21))) (($ $ $) NIL (|has| |#1| (-21)))) (-2850 (($ $ $) NIL (|has| |#1| (-25)))) (* (($ (-527) $) NIL (|has| |#1| (-21))) (($ |#1| $) NIL (|has| |#1| (-671))) (($ $ |#1|) NIL (|has| |#1| (-671)))) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1176 |#1|) (-13 (-1174 |#1|) (-10 -8 (-15 -4223 ($ (-594 |#1|))))) (-1130)) (T -1176))
+((-4223 (*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1176 *3)))))
+(-13 (-1174 |#1|) (-10 -8 (-15 -4223 ($ (-594 |#1|)))))
+((-4105 (((-110) $ $) NIL)) (-1623 (((-1077) $ (-1077)) 90) (((-1077) $ (-1077) (-1077)) 88) (((-1077) $ (-1077) (-594 (-1077))) 87)) (-2886 (($) 59)) (-3843 (((-1181) $ (-447) (-858)) 45)) (-1529 (((-1181) $ (-858) (-1077)) 73) (((-1181) $ (-858) (-811)) 74)) (-2118 (((-1181) $ (-858) (-359) (-359)) 48)) (-1890 (((-1181) $ (-1077)) 69)) (-2903 (((-1181) $ (-858) (-1077)) 78)) (-3467 (((-1181) $ (-858) (-359) (-359)) 49)) (-3610 (((-1181) $ (-858) (-858)) 46)) (-1585 (((-1181) $) 70)) (-1816 (((-1181) $ (-858) (-1077)) 77)) (-2913 (((-1181) $ (-447) (-858)) 31)) (-4078 (((-1181) $ (-858) (-1077)) 76)) (-3252 (((-594 (-244)) $) 23) (($ $ (-594 (-244))) 24)) (-3512 (((-1181) $ (-715) (-715)) 43)) (-1674 (($ $) 60) (($ (-447) (-594 (-244))) 61)) (-2416 (((-1077) $) NIL)) (-1550 (((-527) $) 38)) (-4024 (((-1041) $) NIL)) (-4202 (((-1176 (-3 (-447) "undefined")) $) 37)) (-3201 (((-1176 (-2 (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)) (|:| -4078 (-527)) (|:| -1260 (-527)) (|:| |spline| (-527)) (|:| -1869 (-527)) (|:| |axesColor| (-811)) (|:| -1529 (-527)) (|:| |unitsColor| (-811)) (|:| |showing| (-527)))) $) 36)) (-2975 (((-1181) $ (-858) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-811) (-527) (-811) (-527)) 68)) (-2391 (((-594 (-880 (-207))) $) NIL)) (-4141 (((-447) $ (-858)) 33)) (-3072 (((-1181) $ (-715) (-715) (-858) (-858)) 40)) (-2955 (((-1181) $ (-1077)) 79)) (-1260 (((-1181) $ (-858) (-1077)) 75)) (-4118 (((-800) $) 85)) (-2641 (((-1181) $) 80)) (-1869 (((-1181) $ (-858) (-1077)) 71) (((-1181) $ (-858) (-811)) 72)) (-2747 (((-110) $ $) NIL)))
+(((-1177) (-13 (-1022) (-10 -8 (-15 -2391 ((-594 (-880 (-207))) $)) (-15 -2886 ($)) (-15 -1674 ($ $)) (-15 -3252 ((-594 (-244)) $)) (-15 -3252 ($ $ (-594 (-244)))) (-15 -1674 ($ (-447) (-594 (-244)))) (-15 -2975 ((-1181) $ (-858) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-811) (-527) (-811) (-527))) (-15 -3201 ((-1176 (-2 (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)) (|:| -4078 (-527)) (|:| -1260 (-527)) (|:| |spline| (-527)) (|:| -1869 (-527)) (|:| |axesColor| (-811)) (|:| -1529 (-527)) (|:| |unitsColor| (-811)) (|:| |showing| (-527)))) $)) (-15 -4202 ((-1176 (-3 (-447) "undefined")) $)) (-15 -1890 ((-1181) $ (-1077))) (-15 -2913 ((-1181) $ (-447) (-858))) (-15 -4141 ((-447) $ (-858))) (-15 -1869 ((-1181) $ (-858) (-1077))) (-15 -1869 ((-1181) $ (-858) (-811))) (-15 -1529 ((-1181) $ (-858) (-1077))) (-15 -1529 ((-1181) $ (-858) (-811))) (-15 -4078 ((-1181) $ (-858) (-1077))) (-15 -1816 ((-1181) $ (-858) (-1077))) (-15 -1260 ((-1181) $ (-858) (-1077))) (-15 -2955 ((-1181) $ (-1077))) (-15 -2641 ((-1181) $)) (-15 -3072 ((-1181) $ (-715) (-715) (-858) (-858))) (-15 -3467 ((-1181) $ (-858) (-359) (-359))) (-15 -2118 ((-1181) $ (-858) (-359) (-359))) (-15 -2903 ((-1181) $ (-858) (-1077))) (-15 -3512 ((-1181) $ (-715) (-715))) (-15 -3843 ((-1181) $ (-447) (-858))) (-15 -3610 ((-1181) $ (-858) (-858))) (-15 -1623 ((-1077) $ (-1077))) (-15 -1623 ((-1077) $ (-1077) (-1077))) (-15 -1623 ((-1077) $ (-1077) (-594 (-1077)))) (-15 -1585 ((-1181) $)) (-15 -1550 ((-527) $)) (-15 -4118 ((-800) $))))) (T -1177))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-1177)))) (-2391 (*1 *2 *1) (-12 (-5 *2 (-594 (-880 (-207)))) (-5 *1 (-1177)))) (-2886 (*1 *1) (-5 *1 (-1177))) (-1674 (*1 *1 *1) (-5 *1 (-1177))) (-3252 (*1 *2 *1) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1177)))) (-3252 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1177)))) (-1674 (*1 *1 *2 *3) (-12 (-5 *2 (-447)) (-5 *3 (-594 (-244))) (-5 *1 (-1177)))) (-2975 (*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5) (-12 (-5 *3 (-858)) (-5 *4 (-207)) (-5 *5 (-527)) (-5 *6 (-811)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-3201 (*1 *2 *1) (-12 (-5 *2 (-1176 (-2 (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)) (|:| -4078 (-527)) (|:| -1260 (-527)) (|:| |spline| (-527)) (|:| -1869 (-527)) (|:| |axesColor| (-811)) (|:| -1529 (-527)) (|:| |unitsColor| (-811)) (|:| |showing| (-527))))) (-5 *1 (-1177)))) (-4202 (*1 *2 *1) (-12 (-5 *2 (-1176 (-3 (-447) "undefined"))) (-5 *1 (-1177)))) (-1890 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-2913 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-447)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-4141 (*1 *2 *1 *3) (-12 (-5 *3 (-858)) (-5 *2 (-447)) (-5 *1 (-1177)))) (-1869 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-1869 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-811)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-1529 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-1529 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-811)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-4078 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-1816 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-1260 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-2955 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-2641 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1177)))) (-3072 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-715)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-3467 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-858)) (-5 *4 (-359)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-2118 (*1 *2 *1 *3 *4 *4) (-12 (-5 *3 (-858)) (-5 *4 (-359)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-2903 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-3512 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-3843 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-447)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-3610 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177)))) (-1623 (*1 *2 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1177)))) (-1623 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1177)))) (-1623 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1077)) (-5 *1 (-1177)))) (-1585 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1177)))) (-1550 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1177)))))
+(-13 (-1022) (-10 -8 (-15 -2391 ((-594 (-880 (-207))) $)) (-15 -2886 ($)) (-15 -1674 ($ $)) (-15 -3252 ((-594 (-244)) $)) (-15 -3252 ($ $ (-594 (-244)))) (-15 -1674 ($ (-447) (-594 (-244)))) (-15 -2975 ((-1181) $ (-858) (-207) (-207) (-207) (-207) (-527) (-527) (-527) (-527) (-811) (-527) (-811) (-527))) (-15 -3201 ((-1176 (-2 (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)) (|:| -4078 (-527)) (|:| -1260 (-527)) (|:| |spline| (-527)) (|:| -1869 (-527)) (|:| |axesColor| (-811)) (|:| -1529 (-527)) (|:| |unitsColor| (-811)) (|:| |showing| (-527)))) $)) (-15 -4202 ((-1176 (-3 (-447) "undefined")) $)) (-15 -1890 ((-1181) $ (-1077))) (-15 -2913 ((-1181) $ (-447) (-858))) (-15 -4141 ((-447) $ (-858))) (-15 -1869 ((-1181) $ (-858) (-1077))) (-15 -1869 ((-1181) $ (-858) (-811))) (-15 -1529 ((-1181) $ (-858) (-1077))) (-15 -1529 ((-1181) $ (-858) (-811))) (-15 -4078 ((-1181) $ (-858) (-1077))) (-15 -1816 ((-1181) $ (-858) (-1077))) (-15 -1260 ((-1181) $ (-858) (-1077))) (-15 -2955 ((-1181) $ (-1077))) (-15 -2641 ((-1181) $)) (-15 -3072 ((-1181) $ (-715) (-715) (-858) (-858))) (-15 -3467 ((-1181) $ (-858) (-359) (-359))) (-15 -2118 ((-1181) $ (-858) (-359) (-359))) (-15 -2903 ((-1181) $ (-858) (-1077))) (-15 -3512 ((-1181) $ (-715) (-715))) (-15 -3843 ((-1181) $ (-447) (-858))) (-15 -3610 ((-1181) $ (-858) (-858))) (-15 -1623 ((-1077) $ (-1077))) (-15 -1623 ((-1077) $ (-1077) (-1077))) (-15 -1623 ((-1077) $ (-1077) (-594 (-1077)))) (-15 -1585 ((-1181) $)) (-15 -1550 ((-527) $)) (-15 -4118 ((-800) $))))
+((-4105 (((-110) $ $) NIL)) (-4166 (((-1181) $ (-359)) 140) (((-1181) $ (-359) (-359) (-359)) 141)) (-1623 (((-1077) $ (-1077)) 148) (((-1077) $ (-1077) (-1077)) 146) (((-1077) $ (-1077) (-594 (-1077))) 145)) (-3727 (($) 50)) (-3383 (((-1181) $ (-359) (-359) (-359) (-359) (-359)) 116) (((-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))) $) 114) (((-1181) $ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)))) 115) (((-1181) $ (-527) (-527) (-359) (-359) (-359)) 117) (((-1181) $ (-359) (-359)) 118) (((-1181) $ (-359) (-359) (-359)) 125)) (-4043 (((-359)) 97) (((-359) (-359)) 98)) (-1914 (((-359)) 92) (((-359) (-359)) 94)) (-2500 (((-359)) 95) (((-359) (-359)) 96)) (-3794 (((-359)) 101) (((-359) (-359)) 102)) (-4126 (((-359)) 99) (((-359) (-359)) 100)) (-2118 (((-1181) $ (-359) (-359)) 142)) (-1890 (((-1181) $ (-1077)) 126)) (-1581 (((-1054 (-207)) $) 51) (($ $ (-1054 (-207))) 52)) (-2866 (((-1181) $ (-1077)) 154)) (-3671 (((-1181) $ (-1077)) 155)) (-2629 (((-1181) $ (-359) (-359)) 124) (((-1181) $ (-527) (-527)) 139)) (-3610 (((-1181) $ (-858) (-858)) 132)) (-1585 (((-1181) $) 112)) (-1587 (((-1181) $ (-1077)) 153)) (-1350 (((-1181) $ (-1077)) 109)) (-3252 (((-594 (-244)) $) 53) (($ $ (-594 (-244))) 54)) (-3512 (((-1181) $ (-715) (-715)) 131)) (-4103 (((-1181) $ (-715) (-880 (-207))) 160)) (-4087 (($ $) 56) (($ (-1054 (-207)) (-1077)) 57) (($ (-1054 (-207)) (-594 (-244))) 58)) (-2043 (((-1181) $ (-359) (-359) (-359)) 106)) (-2416 (((-1077) $) NIL)) (-1550 (((-527) $) 103)) (-1962 (((-1181) $ (-359)) 143)) (-2430 (((-1181) $ (-359)) 158)) (-4024 (((-1041) $) NIL)) (-3895 (((-1181) $ (-359)) 157)) (-2054 (((-1181) $ (-1077)) 111)) (-3072 (((-1181) $ (-715) (-715) (-858) (-858)) 130)) (-1375 (((-1181) $ (-1077)) 108)) (-2955 (((-1181) $ (-1077)) 110)) (-2701 (((-1181) $ (-148) (-148)) 129)) (-4118 (((-800) $) 137)) (-2641 (((-1181) $) 113)) (-1851 (((-1181) $ (-1077)) 156)) (-1869 (((-1181) $ (-1077)) 107)) (-2747 (((-110) $ $) NIL)))
+(((-1178) (-13 (-1022) (-10 -8 (-15 -1914 ((-359))) (-15 -1914 ((-359) (-359))) (-15 -2500 ((-359))) (-15 -2500 ((-359) (-359))) (-15 -4043 ((-359))) (-15 -4043 ((-359) (-359))) (-15 -4126 ((-359))) (-15 -4126 ((-359) (-359))) (-15 -3794 ((-359))) (-15 -3794 ((-359) (-359))) (-15 -3727 ($)) (-15 -4087 ($ $)) (-15 -4087 ($ (-1054 (-207)) (-1077))) (-15 -4087 ($ (-1054 (-207)) (-594 (-244)))) (-15 -1581 ((-1054 (-207)) $)) (-15 -1581 ($ $ (-1054 (-207)))) (-15 -4103 ((-1181) $ (-715) (-880 (-207)))) (-15 -3252 ((-594 (-244)) $)) (-15 -3252 ($ $ (-594 (-244)))) (-15 -3512 ((-1181) $ (-715) (-715))) (-15 -3610 ((-1181) $ (-858) (-858))) (-15 -1890 ((-1181) $ (-1077))) (-15 -3072 ((-1181) $ (-715) (-715) (-858) (-858))) (-15 -3383 ((-1181) $ (-359) (-359) (-359) (-359) (-359))) (-15 -3383 ((-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))) $)) (-15 -3383 ((-1181) $ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))) (-15 -3383 ((-1181) $ (-527) (-527) (-359) (-359) (-359))) (-15 -3383 ((-1181) $ (-359) (-359))) (-15 -3383 ((-1181) $ (-359) (-359) (-359))) (-15 -2955 ((-1181) $ (-1077))) (-15 -1869 ((-1181) $ (-1077))) (-15 -1375 ((-1181) $ (-1077))) (-15 -1350 ((-1181) $ (-1077))) (-15 -2054 ((-1181) $ (-1077))) (-15 -2629 ((-1181) $ (-359) (-359))) (-15 -2629 ((-1181) $ (-527) (-527))) (-15 -4166 ((-1181) $ (-359))) (-15 -4166 ((-1181) $ (-359) (-359) (-359))) (-15 -2118 ((-1181) $ (-359) (-359))) (-15 -1587 ((-1181) $ (-1077))) (-15 -3895 ((-1181) $ (-359))) (-15 -2430 ((-1181) $ (-359))) (-15 -2866 ((-1181) $ (-1077))) (-15 -3671 ((-1181) $ (-1077))) (-15 -1851 ((-1181) $ (-1077))) (-15 -2043 ((-1181) $ (-359) (-359) (-359))) (-15 -1962 ((-1181) $ (-359))) (-15 -1585 ((-1181) $)) (-15 -2701 ((-1181) $ (-148) (-148))) (-15 -1623 ((-1077) $ (-1077))) (-15 -1623 ((-1077) $ (-1077) (-1077))) (-15 -1623 ((-1077) $ (-1077) (-594 (-1077)))) (-15 -2641 ((-1181) $)) (-15 -1550 ((-527) $))))) (T -1178))
+((-1914 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-1914 (*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-2500 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-2500 (*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-4043 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-4043 (*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-4126 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-4126 (*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-3794 (*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-3794 (*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))) (-3727 (*1 *1) (-5 *1 (-1178))) (-4087 (*1 *1 *1) (-5 *1 (-1178))) (-4087 (*1 *1 *2 *3) (-12 (-5 *2 (-1054 (-207))) (-5 *3 (-1077)) (-5 *1 (-1178)))) (-4087 (*1 *1 *2 *3) (-12 (-5 *2 (-1054 (-207))) (-5 *3 (-594 (-244))) (-5 *1 (-1178)))) (-1581 (*1 *2 *1) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-1178)))) (-1581 (*1 *1 *1 *2) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-1178)))) (-4103 (*1 *2 *1 *3 *4) (-12 (-5 *3 (-715)) (-5 *4 (-880 (-207))) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3252 (*1 *2 *1) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1178)))) (-3252 (*1 *1 *1 *2) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1178)))) (-3512 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3610 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1890 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3072 (*1 *2 *1 *3 *3 *4 *4) (-12 (-5 *3 (-715)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3383 (*1 *2 *1 *3 *3 *3 *3 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3383 (*1 *2 *1) (-12 (-5 *2 (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)))) (-5 *1 (-1178)))) (-3383 (*1 *2 *1 *3) (-12 (-5 *3 (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207)))) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3383 (*1 *2 *1 *3 *3 *4 *4 *4) (-12 (-5 *3 (-527)) (-5 *4 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3383 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3383 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2955 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1869 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1375 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1350 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2054 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2629 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2629 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-4166 (*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-4166 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2118 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1587 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3895 (*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2430 (*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2866 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-3671 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1851 (*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2043 (*1 *2 *1 *3 *3 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1962 (*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1585 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1178)))) (-2701 (*1 *2 *1 *3 *3) (-12 (-5 *3 (-148)) (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1623 (*1 *2 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1178)))) (-1623 (*1 *2 *1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1178)))) (-1623 (*1 *2 *1 *2 *3) (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1077)) (-5 *1 (-1178)))) (-2641 (*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1178)))) (-1550 (*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1178)))))
+(-13 (-1022) (-10 -8 (-15 -1914 ((-359))) (-15 -1914 ((-359) (-359))) (-15 -2500 ((-359))) (-15 -2500 ((-359) (-359))) (-15 -4043 ((-359))) (-15 -4043 ((-359) (-359))) (-15 -4126 ((-359))) (-15 -4126 ((-359) (-359))) (-15 -3794 ((-359))) (-15 -3794 ((-359) (-359))) (-15 -3727 ($)) (-15 -4087 ($ $)) (-15 -4087 ($ (-1054 (-207)) (-1077))) (-15 -4087 ($ (-1054 (-207)) (-594 (-244)))) (-15 -1581 ((-1054 (-207)) $)) (-15 -1581 ($ $ (-1054 (-207)))) (-15 -4103 ((-1181) $ (-715) (-880 (-207)))) (-15 -3252 ((-594 (-244)) $)) (-15 -3252 ($ $ (-594 (-244)))) (-15 -3512 ((-1181) $ (-715) (-715))) (-15 -3610 ((-1181) $ (-858) (-858))) (-15 -1890 ((-1181) $ (-1077))) (-15 -3072 ((-1181) $ (-715) (-715) (-858) (-858))) (-15 -3383 ((-1181) $ (-359) (-359) (-359) (-359) (-359))) (-15 -3383 ((-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))) $)) (-15 -3383 ((-1181) $ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207)) (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207)) (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))) (-15 -3383 ((-1181) $ (-527) (-527) (-359) (-359) (-359))) (-15 -3383 ((-1181) $ (-359) (-359))) (-15 -3383 ((-1181) $ (-359) (-359) (-359))) (-15 -2955 ((-1181) $ (-1077))) (-15 -1869 ((-1181) $ (-1077))) (-15 -1375 ((-1181) $ (-1077))) (-15 -1350 ((-1181) $ (-1077))) (-15 -2054 ((-1181) $ (-1077))) (-15 -2629 ((-1181) $ (-359) (-359))) (-15 -2629 ((-1181) $ (-527) (-527))) (-15 -4166 ((-1181) $ (-359))) (-15 -4166 ((-1181) $ (-359) (-359) (-359))) (-15 -2118 ((-1181) $ (-359) (-359))) (-15 -1587 ((-1181) $ (-1077))) (-15 -3895 ((-1181) $ (-359))) (-15 -2430 ((-1181) $ (-359))) (-15 -2866 ((-1181) $ (-1077))) (-15 -3671 ((-1181) $ (-1077))) (-15 -1851 ((-1181) $ (-1077))) (-15 -2043 ((-1181) $ (-359) (-359) (-359))) (-15 -1962 ((-1181) $ (-359))) (-15 -1585 ((-1181) $)) (-15 -2701 ((-1181) $ (-148) (-148))) (-15 -1623 ((-1077) $ (-1077))) (-15 -1623 ((-1077) $ (-1077) (-1077))) (-15 -1623 ((-1077) $ (-1077) (-594 (-1077)))) (-15 -2641 ((-1181) $)) (-15 -1550 ((-527) $))))
+((-2400 (((-594 (-1077)) (-594 (-1077))) 94) (((-594 (-1077))) 90)) (-3911 (((-594 (-1077))) 88)) (-2845 (((-594 (-858)) (-594 (-858))) 63) (((-594 (-858))) 60)) (-3916 (((-594 (-715)) (-594 (-715))) 57) (((-594 (-715))) 53)) (-1224 (((-1181)) 65)) (-2263 (((-858) (-858)) 81) (((-858)) 80)) (-2510 (((-858) (-858)) 79) (((-858)) 78)) (-3673 (((-811) (-811)) 75) (((-811)) 74)) (-1248 (((-207)) 85) (((-207) (-359)) 87)) (-2299 (((-858)) 82) (((-858) (-858)) 83)) (-4082 (((-858) (-858)) 77) (((-858)) 76)) (-2249 (((-811) (-811)) 69) (((-811)) 67)) (-3936 (((-811) (-811)) 71) (((-811)) 70)) (-2037 (((-811) (-811)) 73) (((-811)) 72)))
+(((-1179) (-10 -7 (-15 -2249 ((-811))) (-15 -2249 ((-811) (-811))) (-15 -3936 ((-811))) (-15 -3936 ((-811) (-811))) (-15 -2037 ((-811))) (-15 -2037 ((-811) (-811))) (-15 -3673 ((-811))) (-15 -3673 ((-811) (-811))) (-15 -4082 ((-858))) (-15 -4082 ((-858) (-858))) (-15 -3916 ((-594 (-715)))) (-15 -3916 ((-594 (-715)) (-594 (-715)))) (-15 -2845 ((-594 (-858)))) (-15 -2845 ((-594 (-858)) (-594 (-858)))) (-15 -1224 ((-1181))) (-15 -2400 ((-594 (-1077)))) (-15 -2400 ((-594 (-1077)) (-594 (-1077)))) (-15 -3911 ((-594 (-1077)))) (-15 -2510 ((-858))) (-15 -2263 ((-858))) (-15 -2510 ((-858) (-858))) (-15 -2263 ((-858) (-858))) (-15 -2299 ((-858) (-858))) (-15 -2299 ((-858))) (-15 -1248 ((-207) (-359))) (-15 -1248 ((-207))))) (T -1179))
+((-1248 (*1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-1179)))) (-1248 (*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-207)) (-5 *1 (-1179)))) (-2299 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-2299 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-2263 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-2510 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-2263 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-2510 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-3911 (*1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1179)))) (-2400 (*1 *2 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1179)))) (-2400 (*1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1179)))) (-1224 (*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1179)))) (-2845 (*1 *2 *2) (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1179)))) (-2845 (*1 *2) (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1179)))) (-3916 (*1 *2 *2) (-12 (-5 *2 (-594 (-715))) (-5 *1 (-1179)))) (-3916 (*1 *2) (-12 (-5 *2 (-594 (-715))) (-5 *1 (-1179)))) (-4082 (*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-4082 (*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))) (-3673 (*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))) (-3673 (*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))) (-2037 (*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))) (-2037 (*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))) (-3936 (*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))) (-3936 (*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))) (-2249 (*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))) (-2249 (*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))))
+(-10 -7 (-15 -2249 ((-811))) (-15 -2249 ((-811) (-811))) (-15 -3936 ((-811))) (-15 -3936 ((-811) (-811))) (-15 -2037 ((-811))) (-15 -2037 ((-811) (-811))) (-15 -3673 ((-811))) (-15 -3673 ((-811) (-811))) (-15 -4082 ((-858))) (-15 -4082 ((-858) (-858))) (-15 -3916 ((-594 (-715)))) (-15 -3916 ((-594 (-715)) (-594 (-715)))) (-15 -2845 ((-594 (-858)))) (-15 -2845 ((-594 (-858)) (-594 (-858)))) (-15 -1224 ((-1181))) (-15 -2400 ((-594 (-1077)))) (-15 -2400 ((-594 (-1077)) (-594 (-1077)))) (-15 -3911 ((-594 (-1077)))) (-15 -2510 ((-858))) (-15 -2263 ((-858))) (-15 -2510 ((-858) (-858))) (-15 -2263 ((-858) (-858))) (-15 -2299 ((-858) (-858))) (-15 -2299 ((-858))) (-15 -1248 ((-207) (-359))) (-15 -1248 ((-207))))
+((-2393 (((-447) (-594 (-594 (-880 (-207)))) (-594 (-244))) 21) (((-447) (-594 (-594 (-880 (-207))))) 20) (((-447) (-594 (-594 (-880 (-207)))) (-811) (-811) (-858) (-594 (-244))) 19)) (-1772 (((-1177) (-594 (-594 (-880 (-207)))) (-594 (-244))) 27) (((-1177) (-594 (-594 (-880 (-207)))) (-811) (-811) (-858) (-594 (-244))) 26)) (-4118 (((-1177) (-447)) 38)))
+(((-1180) (-10 -7 (-15 -2393 ((-447) (-594 (-594 (-880 (-207)))) (-811) (-811) (-858) (-594 (-244)))) (-15 -2393 ((-447) (-594 (-594 (-880 (-207)))))) (-15 -2393 ((-447) (-594 (-594 (-880 (-207)))) (-594 (-244)))) (-15 -1772 ((-1177) (-594 (-594 (-880 (-207)))) (-811) (-811) (-858) (-594 (-244)))) (-15 -1772 ((-1177) (-594 (-594 (-880 (-207)))) (-594 (-244)))) (-15 -4118 ((-1177) (-447))))) (T -1180))
+((-4118 (*1 *2 *3) (-12 (-5 *3 (-447)) (-5 *2 (-1177)) (-5 *1 (-1180)))) (-1772 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-1180)))) (-1772 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-811)) (-5 *5 (-858)) (-5 *6 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-1180)))) (-2393 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-594 (-244))) (-5 *2 (-447)) (-5 *1 (-1180)))) (-2393 (*1 *2 *3) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *2 (-447)) (-5 *1 (-1180)))) (-2393 (*1 *2 *3 *4 *4 *5 *6) (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-811)) (-5 *5 (-858)) (-5 *6 (-594 (-244))) (-5 *2 (-447)) (-5 *1 (-1180)))))
+(-10 -7 (-15 -2393 ((-447) (-594 (-594 (-880 (-207)))) (-811) (-811) (-858) (-594 (-244)))) (-15 -2393 ((-447) (-594 (-594 (-880 (-207)))))) (-15 -2393 ((-447) (-594 (-594 (-880 (-207)))) (-594 (-244)))) (-15 -1772 ((-1177) (-594 (-594 (-880 (-207)))) (-811) (-811) (-858) (-594 (-244)))) (-15 -1772 ((-1177) (-594 (-594 (-880 (-207)))) (-594 (-244)))) (-15 -4118 ((-1177) (-447))))
+((-3438 (($) 7)) (-4118 (((-800) $) 10)))
+(((-1181) (-10 -8 (-15 -3438 ($)) (-15 -4118 ((-800) $)))) (T -1181))
+((-4118 (*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-1181)))) (-3438 (*1 *1) (-5 *1 (-1181))))
+(-10 -8 (-15 -3438 ($)) (-15 -4118 ((-800) $)))
+((-2873 (($ $ |#2|) 10)))
+(((-1182 |#1| |#2|) (-10 -8 (-15 -2873 (|#1| |#1| |#2|))) (-1183 |#2|) (-343)) (T -1182))
+NIL
+(-10 -8 (-15 -2873 (|#1| |#1| |#2|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-3817 (((-130)) 28)) (-4118 (((-800) $) 11)) (-3361 (($) 18 T CONST)) (-2747 (((-110) $ $) 6)) (-2873 (($ $ |#1|) 29)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ |#1| $) 23) (($ $ |#1|) 26)))
+(((-1183 |#1|) (-133) (-343)) (T -1183))
+((-2873 (*1 *1 *1 *2) (-12 (-4 *1 (-1183 *2)) (-4 *2 (-343)))) (-3817 (*1 *2) (-12 (-4 *1 (-1183 *3)) (-4 *3 (-343)) (-5 *2 (-130)))))
+(-13 (-662 |t#1|) (-10 -8 (-15 -2873 ($ $ |t#1|)) (-15 -3817 ((-130)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-662 |#1|) . T) ((-985 |#1|) . T) ((-1022) . T))
+((-3704 (((-594 (-1125 |#1|)) (-1094) (-1125 |#1|)) 78)) (-2382 (((-1075 (-1075 (-889 |#1|))) (-1094) (-1075 (-889 |#1|))) 57)) (-2421 (((-1 (-1075 (-1125 |#1|)) (-1075 (-1125 |#1|))) (-715) (-1125 |#1|) (-1075 (-1125 |#1|))) 68)) (-4023 (((-1 (-1075 (-889 |#1|)) (-1075 (-889 |#1|))) (-715)) 59)) (-2904 (((-1 (-1090 (-889 |#1|)) (-889 |#1|)) (-1094)) 29)) (-1973 (((-1 (-1075 (-889 |#1|)) (-1075 (-889 |#1|))) (-715)) 58)))
+(((-1184 |#1|) (-10 -7 (-15 -4023 ((-1 (-1075 (-889 |#1|)) (-1075 (-889 |#1|))) (-715))) (-15 -1973 ((-1 (-1075 (-889 |#1|)) (-1075 (-889 |#1|))) (-715))) (-15 -2382 ((-1075 (-1075 (-889 |#1|))) (-1094) (-1075 (-889 |#1|)))) (-15 -2904 ((-1 (-1090 (-889 |#1|)) (-889 |#1|)) (-1094))) (-15 -3704 ((-594 (-1125 |#1|)) (-1094) (-1125 |#1|))) (-15 -2421 ((-1 (-1075 (-1125 |#1|)) (-1075 (-1125 |#1|))) (-715) (-1125 |#1|) (-1075 (-1125 |#1|))))) (-343)) (T -1184))
+((-2421 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-715)) (-4 *6 (-343)) (-5 *4 (-1125 *6)) (-5 *2 (-1 (-1075 *4) (-1075 *4))) (-5 *1 (-1184 *6)) (-5 *5 (-1075 *4)))) (-3704 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-4 *5 (-343)) (-5 *2 (-594 (-1125 *5))) (-5 *1 (-1184 *5)) (-5 *4 (-1125 *5)))) (-2904 (*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1 (-1090 (-889 *4)) (-889 *4))) (-5 *1 (-1184 *4)) (-4 *4 (-343)))) (-2382 (*1 *2 *3 *4) (-12 (-5 *3 (-1094)) (-4 *5 (-343)) (-5 *2 (-1075 (-1075 (-889 *5)))) (-5 *1 (-1184 *5)) (-5 *4 (-1075 (-889 *5))))) (-1973 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-1075 (-889 *4)) (-1075 (-889 *4)))) (-5 *1 (-1184 *4)) (-4 *4 (-343)))) (-4023 (*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-1075 (-889 *4)) (-1075 (-889 *4)))) (-5 *1 (-1184 *4)) (-4 *4 (-343)))))
+(-10 -7 (-15 -4023 ((-1 (-1075 (-889 |#1|)) (-1075 (-889 |#1|))) (-715))) (-15 -1973 ((-1 (-1075 (-889 |#1|)) (-1075 (-889 |#1|))) (-715))) (-15 -2382 ((-1075 (-1075 (-889 |#1|))) (-1094) (-1075 (-889 |#1|)))) (-15 -2904 ((-1 (-1090 (-889 |#1|)) (-889 |#1|)) (-1094))) (-15 -3704 ((-594 (-1125 |#1|)) (-1094) (-1125 |#1|))) (-15 -2421 ((-1 (-1075 (-1125 |#1|)) (-1075 (-1125 |#1|))) (-715) (-1125 |#1|) (-1075 (-1125 |#1|)))))
+((-3812 (((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) |#2|) 75)) (-3668 (((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|)))) 74)))
+(((-1185 |#1| |#2| |#3| |#4|) (-10 -7 (-15 -3668 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))))) (-15 -3812 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) |#2|))) (-329) (-1152 |#1|) (-1152 |#2|) (-389 |#2| |#3|)) (T -1185))
+((-3812 (*1 *2 *3) (-12 (-4 *4 (-329)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 *3)) (-5 *2 (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3) (|:| |basisInv| (-634 *3)))) (-5 *1 (-1185 *4 *3 *5 *6)) (-4 *6 (-389 *3 *5)))) (-3668 (*1 *2) (-12 (-4 *3 (-329)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 *4)) (-5 *2 (-2 (|:| -1878 (-634 *4)) (|:| |basisDen| *4) (|:| |basisInv| (-634 *4)))) (-5 *1 (-1185 *3 *4 *5 *6)) (-4 *6 (-389 *4 *5)))))
+(-10 -7 (-15 -3668 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))))) (-15 -3812 ((-2 (|:| -1878 (-634 |#2|)) (|:| |basisDen| |#2|) (|:| |basisInv| (-634 |#2|))) |#2|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 43)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) NIL)) (-2956 (((-110) $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4118 (((-800) $) 64) (($ (-527)) NIL) ((|#4| $) 54) (($ |#4|) 49) (($ |#1|) NIL (|has| |#1| (-162)))) (-4070 (((-715)) NIL)) (-2411 (((-1181) (-715)) 16)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 27 T CONST)) (-3374 (($) 67 T CONST)) (-2747 (((-110) $ $) 69)) (-2873 (((-3 $ "failed") $ $) NIL (|has| |#1| (-343)))) (-2863 (($ $) 71) (($ $ $) NIL)) (-2850 (($ $ $) 47)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 73) (($ |#1| $) NIL (|has| |#1| (-162))) (($ $ |#1|) NIL (|has| |#1| (-162)))))
+(((-1186 |#1| |#2| |#3| |#4| |#5| |#6| |#7|) (-13 (-979) (-10 -8 (IF (|has| |#1| (-162)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4118 (|#4| $)) (IF (|has| |#1| (-343)) (-15 -2873 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4118 ($ |#4|)) (-15 -2411 ((-1181) (-715))))) (-979) (-791) (-737) (-886 |#1| |#3| |#2|) (-594 |#2|) (-594 (-715)) (-715)) (T -1186))
+((-4118 (*1 *2 *1) (-12 (-4 *2 (-886 *3 *5 *4)) (-5 *1 (-1186 *3 *4 *5 *2 *6 *7 *8)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-737)) (-14 *6 (-594 *4)) (-14 *7 (-594 (-715))) (-14 *8 (-715)))) (-2873 (*1 *1 *1 *1) (|partial| -12 (-4 *2 (-343)) (-4 *2 (-979)) (-4 *3 (-791)) (-4 *4 (-737)) (-14 *6 (-594 *3)) (-5 *1 (-1186 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-886 *2 *4 *3)) (-14 *7 (-594 (-715))) (-14 *8 (-715)))) (-4118 (*1 *1 *2) (-12 (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-737)) (-14 *6 (-594 *4)) (-5 *1 (-1186 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-886 *3 *5 *4)) (-14 *7 (-594 (-715))) (-14 *8 (-715)))) (-2411 (*1 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-979)) (-4 *5 (-791)) (-4 *6 (-737)) (-14 *8 (-594 *5)) (-5 *2 (-1181)) (-5 *1 (-1186 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-886 *4 *6 *5)) (-14 *9 (-594 *3)) (-14 *10 *3))))
+(-13 (-979) (-10 -8 (IF (|has| |#1| (-162)) (-6 (-37 |#1|)) |%noBranch|) (-15 -4118 (|#4| $)) (IF (|has| |#1| (-343)) (-15 -2873 ((-3 $ "failed") $ $)) |%noBranch|) (-15 -4118 ($ |#4|)) (-15 -2411 ((-1181) (-715)))))
+((-4105 (((-110) $ $) NIL)) (-2711 (((-594 (-2 (|:| -2641 $) (|:| -2028 (-594 |#4|)))) (-594 |#4|)) NIL)) (-2900 (((-594 $) (-594 |#4|)) 88)) (-2853 (((-594 |#3|) $) NIL)) (-1627 (((-110) $) NIL)) (-4191 (((-110) $) NIL (|has| |#1| (-519)))) (-1932 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-3930 ((|#4| |#4| $) NIL)) (-2259 (((-2 (|:| |under| $) (|:| -1448 $) (|:| |upper| $)) $ |#3|) NIL)) (-1731 (((-110) $ (-715)) NIL)) (-2420 (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261))) (((-3 |#4| "failed") $ |#3|) NIL)) (-1298 (($) NIL T CONST)) (-4235 (((-110) $) NIL (|has| |#1| (-519)))) (-4208 (((-110) $ $) NIL (|has| |#1| (-519)))) (-1689 (((-110) $ $) NIL (|has| |#1| (-519)))) (-2241 (((-110) $) NIL (|has| |#1| (-519)))) (-4231 (((-594 |#4|) (-594 |#4|) $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) 28)) (-2551 (((-594 |#4|) (-594 |#4|) $) 25 (|has| |#1| (-519)))) (-3034 (((-594 |#4|) (-594 |#4|) $) NIL (|has| |#1| (-519)))) (-1923 (((-3 $ "failed") (-594 |#4|)) NIL)) (-4145 (($ (-594 |#4|)) NIL)) (-1683 (((-3 $ "failed") $) 70)) (-2859 ((|#4| |#4| $) 75)) (-1702 (($ $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2659 (($ |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (($ (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3145 (((-2 (|:| |rnum| |#1|) (|:| |polnum| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-2892 (((-110) |#4| $ (-1 (-110) |#4| |#4|)) NIL)) (-3730 ((|#4| |#4| $) NIL)) (-2731 ((|#4| (-1 |#4| |#4| |#4|) $ |#4| |#4|) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) ((|#4| (-1 |#4| |#4| |#4|) $ |#4|) NIL (|has| $ (-6 -4261))) ((|#4| (-1 |#4| |#4| |#4|) $) NIL (|has| $ (-6 -4261))) ((|#4| |#4| $ (-1 |#4| |#4| |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-2925 (((-2 (|:| -2641 (-594 |#4|)) (|:| -2028 (-594 |#4|))) $) NIL)) (-3717 (((-594 |#4|) $) NIL (|has| $ (-6 -4261)))) (-3076 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2876 ((|#3| $) 76)) (-3541 (((-110) $ (-715)) NIL)) (-2063 (((-594 |#4|) $) 29 (|has| $ (-6 -4261)))) (-2817 (((-110) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022))))) (-2078 (((-3 $ "failed") (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|)) 32) (((-3 $ "failed") (-594 |#4|)) 35)) (-2762 (($ (-1 |#4| |#4|) $) NIL (|has| $ (-6 -4262)))) (-1998 (($ (-1 |#4| |#4|) $) NIL)) (-1388 (((-594 |#3|) $) NIL)) (-1228 (((-110) |#3| $) NIL)) (-2324 (((-110) $ (-715)) NIL)) (-2416 (((-1077) $) NIL)) (-2681 (((-3 |#4| "failed") $) NIL)) (-3367 (((-594 |#4|) $) 50)) (-2451 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-4039 ((|#4| |#4| $) 74)) (-1745 (((-110) $ $) 85)) (-2544 (((-2 (|:| |num| |#4|) (|:| |den| |#1|)) |#4| $) NIL (|has| |#1| (-519)))) (-2238 (((-110) |#4| $) NIL) (((-110) $) NIL)) (-2125 ((|#4| |#4| $) NIL)) (-4024 (((-1041) $) NIL)) (-1672 (((-3 |#4| "failed") $) 69)) (-3326 (((-3 |#4| "failed") (-1 (-110) |#4|) $) NIL)) (-3366 (((-3 $ "failed") $ |#4|) NIL)) (-3469 (($ $ |#4|) NIL)) (-1604 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2819 (($ $ (-594 |#4|) (-594 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ |#4| |#4|) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-275 |#4|)) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022)))) (($ $ (-594 (-275 |#4|))) NIL (-12 (|has| |#4| (-290 |#4|)) (|has| |#4| (-1022))))) (-1247 (((-110) $ $) NIL)) (-1815 (((-110) $) 67)) (-2453 (($) 42)) (-4115 (((-715) $) NIL)) (-4034 (((-715) |#4| $) NIL (-12 (|has| $ (-6 -4261)) (|has| |#4| (-1022)))) (((-715) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-2465 (($ $) NIL)) (-2051 (((-503) $) NIL (|has| |#4| (-569 (-503))))) (-4131 (($ (-594 |#4|)) NIL)) (-4083 (($ $ |#3|) NIL)) (-4055 (($ $ |#3|) NIL)) (-4025 (($ $) NIL)) (-2881 (($ $ |#3|) NIL)) (-4118 (((-800) $) NIL) (((-594 |#4|) $) 57)) (-4196 (((-715) $) NIL (|has| |#3| (-348)))) (-3955 (((-3 $ "failed") (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|)) 40) (((-3 $ "failed") (-594 |#4|)) 41)) (-3571 (((-594 $) (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|)) 65) (((-594 $) (-594 |#4|)) 66)) (-1880 (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4| |#4|)) 24) (((-3 (-2 (|:| |bas| $) (|:| -3523 (-594 |#4|))) "failed") (-594 |#4|) (-1 (-110) |#4|) (-1 (-110) |#4| |#4|)) NIL)) (-4228 (((-110) $ (-1 (-110) |#4| (-594 |#4|))) NIL)) (-1722 (((-110) (-1 (-110) |#4|) $) NIL (|has| $ (-6 -4261)))) (-3302 (((-594 |#3|) $) NIL)) (-3859 (((-110) |#3| $) NIL)) (-2747 (((-110) $ $) NIL)) (-2809 (((-715) $) NIL (|has| $ (-6 -4261)))))
+(((-1187 |#1| |#2| |#3| |#4|) (-13 (-1124 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2078 ((-3 $ "failed") (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2078 ((-3 $ "failed") (-594 |#4|))) (-15 -3955 ((-3 $ "failed") (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3955 ((-3 $ "failed") (-594 |#4|))) (-15 -3571 ((-594 $) (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3571 ((-594 $) (-594 |#4|))))) (-519) (-737) (-791) (-993 |#1| |#2| |#3|)) (T -1187))
+((-2078 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-594 *8)) (-5 *3 (-1 (-110) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1187 *5 *6 *7 *8)))) (-2078 (*1 *1 *2) (|partial| -12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-1187 *3 *4 *5 *6)))) (-3955 (*1 *1 *2 *3 *4) (|partial| -12 (-5 *2 (-594 *8)) (-5 *3 (-1 (-110) *8 *8)) (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1187 *5 *6 *7 *8)))) (-3955 (*1 *1 *2) (|partial| -12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-1187 *3 *4 *5 *6)))) (-3571 (*1 *2 *3 *4 *5) (-12 (-5 *3 (-594 *9)) (-5 *4 (-1 (-110) *9 *9)) (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-993 *6 *7 *8)) (-4 *6 (-519)) (-4 *7 (-737)) (-4 *8 (-791)) (-5 *2 (-594 (-1187 *6 *7 *8 *9))) (-5 *1 (-1187 *6 *7 *8 *9)))) (-3571 (*1 *2 *3) (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 (-1187 *4 *5 *6 *7))) (-5 *1 (-1187 *4 *5 *6 *7)))))
+(-13 (-1124 |#1| |#2| |#3| |#4|) (-10 -8 (-15 -2078 ((-3 $ "failed") (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -2078 ((-3 $ "failed") (-594 |#4|))) (-15 -3955 ((-3 $ "failed") (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3955 ((-3 $ "failed") (-594 |#4|))) (-15 -3571 ((-594 $) (-594 |#4|) (-1 (-110) |#4| |#4|) (-1 |#4| |#4| |#4|))) (-15 -3571 ((-594 $) (-594 |#4|)))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-3085 (((-3 $ "failed") $ $) 19)) (-1298 (($) 17 T CONST)) (-3714 (((-3 $ "failed") $) 34)) (-2956 (((-110) $) 31)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#1|) 38)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ |#1|) 40) (($ |#1| $) 39)))
+(((-1188 |#1|) (-133) (-979)) (T -1188))
+((-4118 (*1 *1 *2) (-12 (-4 *1 (-1188 *2)) (-4 *2 (-979)))))
+(-13 (-979) (-109 |t#1| |t#1|) (-10 -8 (-15 -4118 ($ |t#1|)) (IF (|has| |t#1| (-162)) (-6 (-37 |t#1|)) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#1|) |has| |#1| (-162)) ((-99) . T) ((-109 |#1| |#1|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 |#1|) |has| |#1| (-162)) ((-671) . T) ((-985 |#1|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T))
+((-4105 (((-110) $ $) 60)) (-1874 (((-110) $) NIL)) (-2646 (((-594 |#1|) $) 45)) (-1829 (($ $ (-715)) 39)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1945 (($ $ (-715)) 18 (|has| |#2| (-162))) (($ $ $) 19 (|has| |#2| (-162)))) (-1298 (($) NIL T CONST)) (-3038 (($ $ $) 63) (($ $ (-763 |#1|)) 49) (($ $ |#1|) 53)) (-1923 (((-3 (-763 |#1|) "failed") $) NIL)) (-4145 (((-763 |#1|) $) NIL)) (-3033 (($ $) 32)) (-3714 (((-3 $ "failed") $) NIL)) (-2366 (((-110) $) NIL)) (-2055 (($ $) NIL)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2897 (($ (-763 |#1|) |#2|) 31)) (-1491 (($ $) 33)) (-2207 (((-2 (|:| |k| (-763 |#1|)) (|:| |c| |#2|)) $) 12)) (-3346 (((-763 |#1|) $) NIL)) (-1482 (((-763 |#1|) $) 34)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-4224 (($ $ $) 62) (($ $ (-763 |#1|)) 51) (($ $ |#1|) 55)) (-2548 (((-2 (|:| |k| (-763 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2990 (((-763 |#1|) $) 28)) (-3004 ((|#2| $) 30)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-4115 (((-715) $) 36)) (-2603 (((-110) $) 40)) (-2459 ((|#2| $) NIL)) (-4118 (((-800) $) NIL) (($ (-763 |#1|)) 24) (($ |#1|) 25) (($ |#2|) NIL) (($ (-527)) NIL)) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-763 |#1|)) NIL)) (-2663 ((|#2| $ $) 65) ((|#2| $ (-763 |#1|)) NIL)) (-4070 (((-715)) NIL)) (-3732 (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (-3361 (($) 13 T CONST)) (-3374 (($) 15 T CONST)) (-1835 (((-594 (-2 (|:| |k| (-763 |#1|)) (|:| |c| |#2|))) $) NIL)) (-2747 (((-110) $ $) 38)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 22)) (** (($ $ (-715)) NIL) (($ $ (-858)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ |#2| $) 21) (($ $ |#2|) 61) (($ |#2| (-763 |#1|)) NIL) (($ |#1| $) 27) (($ $ $) NIL)))
+(((-1189 |#1| |#2|) (-13 (-362 |#2| (-763 |#1|)) (-1195 |#1| |#2|)) (-791) (-979)) (T -1189))
+NIL
+(-13 (-362 |#2| (-763 |#1|)) (-1195 |#1| |#2|))
+((-2495 ((|#3| |#3| (-715)) 23)) (-1724 ((|#3| |#3| (-715)) 28)) (-3740 ((|#3| |#3| |#3| (-715)) 29)))
+(((-1190 |#1| |#2| |#3|) (-10 -7 (-15 -1724 (|#3| |#3| (-715))) (-15 -2495 (|#3| |#3| (-715))) (-15 -3740 (|#3| |#3| |#3| (-715)))) (-13 (-979) (-662 (-387 (-527)))) (-791) (-1195 |#2| |#1|)) (T -1190))
+((-3740 (*1 *2 *2 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-13 (-979) (-662 (-387 (-527))))) (-4 *5 (-791)) (-5 *1 (-1190 *4 *5 *2)) (-4 *2 (-1195 *5 *4)))) (-2495 (*1 *2 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-13 (-979) (-662 (-387 (-527))))) (-4 *5 (-791)) (-5 *1 (-1190 *4 *5 *2)) (-4 *2 (-1195 *5 *4)))) (-1724 (*1 *2 *2 *3) (-12 (-5 *3 (-715)) (-4 *4 (-13 (-979) (-662 (-387 (-527))))) (-4 *5 (-791)) (-5 *1 (-1190 *4 *5 *2)) (-4 *2 (-1195 *5 *4)))))
+(-10 -7 (-15 -1724 (|#3| |#3| (-715))) (-15 -2495 (|#3| |#3| (-715))) (-15 -3740 (|#3| |#3| |#3| (-715))))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2646 (((-594 |#1|) $) 40)) (-3085 (((-3 $ "failed") $ $) 19)) (-1945 (($ $ $) 43 (|has| |#2| (-162))) (($ $ (-715)) 42 (|has| |#2| (-162)))) (-1298 (($) 17 T CONST)) (-3038 (($ $ |#1|) 54) (($ $ (-763 |#1|)) 53) (($ $ $) 52)) (-1923 (((-3 (-763 |#1|) "failed") $) 64)) (-4145 (((-763 |#1|) $) 63)) (-3714 (((-3 $ "failed") $) 34)) (-2366 (((-110) $) 45)) (-2055 (($ $) 44)) (-2956 (((-110) $) 31)) (-4170 (((-110) $) 50)) (-2897 (($ (-763 |#1|) |#2|) 51)) (-1491 (($ $) 49)) (-2207 (((-2 (|:| |k| (-763 |#1|)) (|:| |c| |#2|)) $) 60)) (-3346 (((-763 |#1|) $) 61)) (-1998 (($ (-1 |#2| |#2|) $) 41)) (-4224 (($ $ |#1|) 57) (($ $ (-763 |#1|)) 56) (($ $ $) 55)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-2603 (((-110) $) 47)) (-2459 ((|#2| $) 46)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#2|) 68) (($ (-763 |#1|)) 65) (($ |#1|) 48)) (-2663 ((|#2| $ (-763 |#1|)) 59) ((|#2| $ $) 58)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ |#2| $) 67) (($ $ |#2|) 66) (($ |#1| $) 62)))
+(((-1191 |#1| |#2|) (-133) (-791) (-979)) (T -1191))
+((* (*1 *1 *1 *2) (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-791)) (-4 *2 (-979)))) (* (*1 *1 *2 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-3346 (*1 *2 *1) (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-763 *3)))) (-2207 (*1 *2 *1) (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-2 (|:| |k| (-763 *3)) (|:| |c| *4))))) (-2663 (*1 *2 *1 *3) (-12 (-5 *3 (-763 *4)) (-4 *1 (-1191 *4 *2)) (-4 *4 (-791)) (-4 *2 (-979)))) (-2663 (*1 *2 *1 *1) (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-791)) (-4 *2 (-979)))) (-4224 (*1 *1 *1 *2) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-4224 (*1 *1 *1 *2) (-12 (-5 *2 (-763 *3)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)))) (-4224 (*1 *1 *1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-3038 (*1 *1 *1 *2) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-3038 (*1 *1 *1 *2) (-12 (-5 *2 (-763 *3)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)))) (-3038 (*1 *1 *1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-2897 (*1 *1 *2 *3) (-12 (-5 *2 (-763 *4)) (-4 *4 (-791)) (-4 *1 (-1191 *4 *3)) (-4 *3 (-979)))) (-4170 (*1 *2 *1) (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-110)))) (-1491 (*1 *1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-4118 (*1 *1 *2) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-2603 (*1 *2 *1) (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-110)))) (-2459 (*1 *2 *1) (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-791)) (-4 *2 (-979)))) (-2366 (*1 *2 *1) (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-110)))) (-2055 (*1 *1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))) (-1945 (*1 *1 *1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)) (-4 *3 (-162)))) (-1945 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-4 *4 (-162)))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)))) (-2646 (*1 *2 *1) (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-594 *3)))))
+(-13 (-979) (-1188 |t#2|) (-970 (-763 |t#1|)) (-10 -8 (-15 * ($ |t#1| $)) (-15 * ($ $ |t#2|)) (-15 -3346 ((-763 |t#1|) $)) (-15 -2207 ((-2 (|:| |k| (-763 |t#1|)) (|:| |c| |t#2|)) $)) (-15 -2663 (|t#2| $ (-763 |t#1|))) (-15 -2663 (|t#2| $ $)) (-15 -4224 ($ $ |t#1|)) (-15 -4224 ($ $ (-763 |t#1|))) (-15 -4224 ($ $ $)) (-15 -3038 ($ $ |t#1|)) (-15 -3038 ($ $ (-763 |t#1|))) (-15 -3038 ($ $ $)) (-15 -2897 ($ (-763 |t#1|) |t#2|)) (-15 -4170 ((-110) $)) (-15 -1491 ($ $)) (-15 -4118 ($ |t#1|)) (-15 -2603 ((-110) $)) (-15 -2459 (|t#2| $)) (-15 -2366 ((-110) $)) (-15 -2055 ($ $)) (IF (|has| |t#2| (-162)) (PROGN (-15 -1945 ($ $ $)) (-15 -1945 ($ $ (-715)))) |%noBranch|) (-15 -1998 ($ (-1 |t#2| |t#2|) $)) (-15 -2646 ((-594 |t#1|) $)) (IF (|has| |t#2| (-6 -4254)) (-6 -4254) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#2|) |has| |#2| (-162)) ((-99) . T) ((-109 |#2| |#2|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#2|) . T) ((-596 $) . T) ((-662 |#2|) |has| |#2| (-162)) ((-671) . T) ((-970 (-763 |#1|)) . T) ((-985 |#2|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1188 |#2|) . T))
+((-2991 (((-110) $) 15)) (-3859 (((-110) $) 14)) (-1425 (($ $) 19) (($ $ (-715)) 20)))
+(((-1192 |#1| |#2|) (-10 -8 (-15 -1425 (|#1| |#1| (-715))) (-15 -1425 (|#1| |#1|)) (-15 -2991 ((-110) |#1|)) (-15 -3859 ((-110) |#1|))) (-1193 |#2|) (-343)) (T -1192))
+NIL
+(-10 -8 (-15 -1425 (|#1| |#1| (-715))) (-15 -1425 (|#1| |#1|)) (-15 -2991 ((-110) |#1|)) (-15 -3859 ((-110) |#1|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2142 (((-2 (|:| -1863 $) (|:| -4248 $) (|:| |associate| $)) $) 41)) (-3931 (($ $) 40)) (-3938 (((-110) $) 38)) (-2991 (((-110) $) 94)) (-4031 (((-715)) 90)) (-3085 (((-3 $ "failed") $ $) 19)) (-3259 (($ $) 73)) (-3488 (((-398 $) $) 72)) (-1842 (((-110) $ $) 59)) (-1298 (($) 17 T CONST)) (-1923 (((-3 |#1| "failed") $) 101)) (-4145 ((|#1| $) 100)) (-1346 (($ $ $) 55)) (-3714 (((-3 $ "failed") $) 34)) (-1324 (($ $ $) 56)) (-1209 (((-2 (|:| -2663 (-594 $)) (|:| -2613 $)) (-594 $)) 51)) (-3050 (($ $ (-715)) 87 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348)))) (($ $) 86 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3851 (((-110) $) 71)) (-2050 (((-777 (-858)) $) 84 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-2956 (((-110) $) 31)) (-2612 (((-3 (-594 $) "failed") (-594 $) $) 52)) (-2702 (($ $ $) 46) (($ (-594 $)) 45)) (-2416 (((-1077) $) 9)) (-2952 (($ $) 70)) (-1687 (((-110) $) 93)) (-4024 (((-1041) $) 10)) (-2034 (((-1090 $) (-1090 $) (-1090 $)) 44)) (-2742 (($ $ $) 48) (($ (-594 $)) 47)) (-2700 (((-398 $) $) 74)) (-2150 (((-777 (-858))) 91)) (-3880 (((-2 (|:| |coef1| $) (|:| |coef2| $) (|:| -2613 $)) $ $) 54) (((-3 (-2 (|:| |coef1| $) (|:| |coef2| $)) "failed") $ $ $) 53)) (-1305 (((-3 $ "failed") $ $) 42)) (-3261 (((-3 (-594 $) "failed") (-594 $) $) 50)) (-2578 (((-715) $) 58)) (-3304 (((-2 (|:| -1381 $) (|:| -3145 $)) $ $) 57)) (-1382 (((-3 (-715) "failed") $ $) 85 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-3817 (((-130)) 99)) (-4115 (((-777 (-858)) $) 92)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ $) 43) (($ (-387 (-527))) 65) (($ |#1|) 102)) (-3470 (((-3 $ "failed") $) 83 (-2027 (|has| |#1| (-138)) (|has| |#1| (-348))))) (-4070 (((-715)) 29)) (-3978 (((-110) $ $) 39)) (-3859 (((-110) $) 95)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33) (($ $ (-527)) 69)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-1425 (($ $) 89 (|has| |#1| (-348))) (($ $ (-715)) 88 (|has| |#1| (-348)))) (-2747 (((-110) $ $) 6)) (-2873 (($ $ $) 64) (($ $ |#1|) 98)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32) (($ $ (-527)) 68)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ $ (-387 (-527))) 67) (($ (-387 (-527)) $) 66) (($ $ |#1|) 97) (($ |#1| $) 96)))
+(((-1193 |#1|) (-133) (-343)) (T -1193))
+((-3859 (*1 *2 *1) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-110)))) (-2991 (*1 *2 *1) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-110)))) (-1687 (*1 *2 *1) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-110)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-777 (-858))))) (-2150 (*1 *2) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-777 (-858))))) (-4031 (*1 *2) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-715)))) (-1425 (*1 *1 *1) (-12 (-4 *1 (-1193 *2)) (-4 *2 (-343)) (-4 *2 (-348)))) (-1425 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-4 *3 (-348)))))
+(-13 (-343) (-970 |t#1|) (-1183 |t#1|) (-10 -8 (IF (|has| |t#1| (-140)) (-6 (-140)) |%noBranch|) (IF (|has| |t#1| (-138)) (-6 (-382)) |%noBranch|) (-15 -3859 ((-110) $)) (-15 -2991 ((-110) $)) (-15 -1687 ((-110) $)) (-15 -4115 ((-777 (-858)) $)) (-15 -2150 ((-777 (-858)))) (-15 -4031 ((-715))) (IF (|has| |t#1| (-348)) (PROGN (-6 (-382)) (-15 -1425 ($ $)) (-15 -1425 ($ $ (-715)))) |%noBranch|)))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 #0=(-387 (-527))) . T) ((-37 $) . T) ((-99) . T) ((-109 #0# #0#) . T) ((-109 |#1| |#1|) . T) ((-109 $ $) . T) ((-128) . T) ((-138) -2027 (|has| |#1| (-348)) (|has| |#1| (-138))) ((-140) |has| |#1| (-140)) ((-568 (-800)) . T) ((-162) . T) ((-225) . T) ((-271) . T) ((-288) . T) ((-343) . T) ((-382) -2027 (|has| |#1| (-348)) (|has| |#1| (-138))) ((-431) . T) ((-519) . T) ((-596 #0#) . T) ((-596 |#1|) . T) ((-596 $) . T) ((-662 #0#) . T) ((-662 |#1|) . T) ((-662 $) . T) ((-671) . T) ((-857) . T) ((-970 |#1|) . T) ((-985 #0#) . T) ((-985 |#1|) . T) ((-985 $) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1134) . T) ((-1183 |#1|) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2646 (((-594 |#1|) $) 86)) (-1829 (($ $ (-715)) 89)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1945 (($ $ $) NIL (|has| |#2| (-162))) (($ $ (-715)) NIL (|has| |#2| (-162)))) (-1298 (($) NIL T CONST)) (-3038 (($ $ |#1|) NIL) (($ $ (-763 |#1|)) NIL) (($ $ $) NIL)) (-1923 (((-3 (-763 |#1|) "failed") $) NIL) (((-3 (-830 |#1|) "failed") $) NIL)) (-4145 (((-763 |#1|) $) NIL) (((-830 |#1|) $) NIL)) (-3033 (($ $) 88)) (-3714 (((-3 $ "failed") $) NIL)) (-2366 (((-110) $) 77)) (-2055 (($ $) 81)) (-3281 (($ $ $ (-715)) 90)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2897 (($ (-763 |#1|) |#2|) NIL) (($ (-830 |#1|) |#2|) 26)) (-1491 (($ $) 103)) (-2207 (((-2 (|:| |k| (-763 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3346 (((-763 |#1|) $) NIL)) (-1482 (((-763 |#1|) $) NIL)) (-1998 (($ (-1 |#2| |#2|) $) NIL)) (-4224 (($ $ |#1|) NIL) (($ $ (-763 |#1|)) NIL) (($ $ $) NIL)) (-2495 (($ $ (-715)) 97 (|has| |#2| (-662 (-387 (-527)))))) (-2548 (((-2 (|:| |k| (-830 |#1|)) (|:| |c| |#2|)) $) NIL)) (-2990 (((-830 |#1|) $) 70)) (-3004 ((|#2| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-1724 (($ $ (-715)) 94 (|has| |#2| (-662 (-387 (-527)))))) (-4115 (((-715) $) 87)) (-2603 (((-110) $) 71)) (-2459 ((|#2| $) 75)) (-4118 (((-800) $) 57) (($ (-527)) NIL) (($ |#2|) 51) (($ (-763 |#1|)) NIL) (($ |#1|) 59) (($ (-830 |#1|)) NIL) (($ (-612 |#1| |#2|)) 43) (((-1189 |#1| |#2|) $) 64) (((-1198 |#1| |#2|) $) 69)) (-3425 (((-594 |#2|) $) NIL)) (-3411 ((|#2| $ (-830 |#1|)) NIL)) (-2663 ((|#2| $ (-763 |#1|)) NIL) ((|#2| $ $) NIL)) (-4070 (((-715)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 21 T CONST)) (-3374 (($) 25 T CONST)) (-1835 (((-594 (-2 (|:| |k| (-830 |#1|)) (|:| |c| |#2|))) $) NIL)) (-1338 (((-3 (-612 |#1| |#2|) "failed") $) 102)) (-2747 (((-110) $ $) 65)) (-2863 (($ $) 96) (($ $ $) 95)) (-2850 (($ $ $) 20)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 44) (($ |#2| $) 19) (($ $ |#2|) NIL) (($ |#1| $) NIL) (($ |#2| (-830 |#1|)) NIL)))
+(((-1194 |#1| |#2|) (-13 (-1195 |#1| |#2|) (-362 |#2| (-830 |#1|)) (-10 -8 (-15 -4118 ($ (-612 |#1| |#2|))) (-15 -4118 ((-1189 |#1| |#2|) $)) (-15 -4118 ((-1198 |#1| |#2|) $)) (-15 -1338 ((-3 (-612 |#1| |#2|) "failed") $)) (-15 -3281 ($ $ $ (-715))) (IF (|has| |#2| (-662 (-387 (-527)))) (PROGN (-15 -1724 ($ $ (-715))) (-15 -2495 ($ $ (-715)))) |%noBranch|))) (-791) (-162)) (T -1194))
+((-4118 (*1 *1 *2) (-12 (-5 *2 (-612 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)) (-5 *1 (-1194 *3 *4)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1189 *3 *4)) (-5 *1 (-1194 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)))) (-4118 (*1 *2 *1) (-12 (-5 *2 (-1198 *3 *4)) (-5 *1 (-1194 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)))) (-1338 (*1 *2 *1) (|partial| -12 (-5 *2 (-612 *3 *4)) (-5 *1 (-1194 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)))) (-3281 (*1 *1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-1194 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162)))) (-1724 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-1194 *3 *4)) (-4 *4 (-662 (-387 (-527)))) (-4 *3 (-791)) (-4 *4 (-162)))) (-2495 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-1194 *3 *4)) (-4 *4 (-662 (-387 (-527)))) (-4 *3 (-791)) (-4 *4 (-162)))))
+(-13 (-1195 |#1| |#2|) (-362 |#2| (-830 |#1|)) (-10 -8 (-15 -4118 ($ (-612 |#1| |#2|))) (-15 -4118 ((-1189 |#1| |#2|) $)) (-15 -4118 ((-1198 |#1| |#2|) $)) (-15 -1338 ((-3 (-612 |#1| |#2|) "failed") $)) (-15 -3281 ($ $ $ (-715))) (IF (|has| |#2| (-662 (-387 (-527)))) (PROGN (-15 -1724 ($ $ (-715))) (-15 -2495 ($ $ (-715)))) |%noBranch|)))
+((-4105 (((-110) $ $) 7)) (-1874 (((-110) $) 16)) (-2646 (((-594 |#1|) $) 40)) (-1829 (($ $ (-715)) 73)) (-3085 (((-3 $ "failed") $ $) 19)) (-1945 (($ $ $) 43 (|has| |#2| (-162))) (($ $ (-715)) 42 (|has| |#2| (-162)))) (-1298 (($) 17 T CONST)) (-3038 (($ $ |#1|) 54) (($ $ (-763 |#1|)) 53) (($ $ $) 52)) (-1923 (((-3 (-763 |#1|) "failed") $) 64)) (-4145 (((-763 |#1|) $) 63)) (-3714 (((-3 $ "failed") $) 34)) (-2366 (((-110) $) 45)) (-2055 (($ $) 44)) (-2956 (((-110) $) 31)) (-4170 (((-110) $) 50)) (-2897 (($ (-763 |#1|) |#2|) 51)) (-1491 (($ $) 49)) (-2207 (((-2 (|:| |k| (-763 |#1|)) (|:| |c| |#2|)) $) 60)) (-3346 (((-763 |#1|) $) 61)) (-1482 (((-763 |#1|) $) 75)) (-1998 (($ (-1 |#2| |#2|) $) 41)) (-4224 (($ $ |#1|) 57) (($ $ (-763 |#1|)) 56) (($ $ $) 55)) (-2416 (((-1077) $) 9)) (-4024 (((-1041) $) 10)) (-4115 (((-715) $) 74)) (-2603 (((-110) $) 47)) (-2459 ((|#2| $) 46)) (-4118 (((-800) $) 11) (($ (-527)) 28) (($ |#2|) 68) (($ (-763 |#1|)) 65) (($ |#1|) 48)) (-2663 ((|#2| $ (-763 |#1|)) 59) ((|#2| $ $) 58)) (-4070 (((-715)) 29)) (-3732 (($ $ (-858)) 26) (($ $ (-715)) 33)) (-3361 (($) 18 T CONST)) (-3374 (($) 30 T CONST)) (-2747 (((-110) $ $) 6)) (-2863 (($ $) 22) (($ $ $) 21)) (-2850 (($ $ $) 14)) (** (($ $ (-858)) 25) (($ $ (-715)) 32)) (* (($ (-858) $) 13) (($ (-715) $) 15) (($ (-527) $) 20) (($ $ $) 24) (($ |#2| $) 67) (($ $ |#2|) 66) (($ |#1| $) 62)))
+(((-1195 |#1| |#2|) (-133) (-791) (-979)) (T -1195))
+((-1482 (*1 *2 *1) (-12 (-4 *1 (-1195 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-763 *3)))) (-4115 (*1 *2 *1) (-12 (-4 *1 (-1195 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *2 (-715)))) (-1829 (*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1195 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)))))
+(-13 (-1191 |t#1| |t#2|) (-10 -8 (-15 -1482 ((-763 |t#1|) $)) (-15 -4115 ((-715) $)) (-15 -1829 ($ $ (-715)))))
+(((-21) . T) ((-23) . T) ((-25) . T) ((-37 |#2|) |has| |#2| (-162)) ((-99) . T) ((-109 |#2| |#2|) . T) ((-128) . T) ((-568 (-800)) . T) ((-596 |#2|) . T) ((-596 $) . T) ((-662 |#2|) |has| |#2| (-162)) ((-671) . T) ((-970 (-763 |#1|)) . T) ((-985 |#2|) . T) ((-979) . T) ((-986) . T) ((-1034) . T) ((-1022) . T) ((-1188 |#2|) . T) ((-1191 |#1| |#2|) . T))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-2646 (((-594 (-1094)) $) NIL)) (-2173 (($ (-1189 (-1094) |#1|)) NIL)) (-1829 (($ $ (-715)) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1945 (($ $ $) NIL (|has| |#1| (-162))) (($ $ (-715)) NIL (|has| |#1| (-162)))) (-1298 (($) NIL T CONST)) (-3038 (($ $ (-1094)) NIL) (($ $ (-763 (-1094))) NIL) (($ $ $) NIL)) (-1923 (((-3 (-763 (-1094)) "failed") $) NIL)) (-4145 (((-763 (-1094)) $) NIL)) (-3714 (((-3 $ "failed") $) NIL)) (-2366 (((-110) $) NIL)) (-2055 (($ $) NIL)) (-2956 (((-110) $) NIL)) (-4170 (((-110) $) NIL)) (-2897 (($ (-763 (-1094)) |#1|) NIL)) (-1491 (($ $) NIL)) (-2207 (((-2 (|:| |k| (-763 (-1094))) (|:| |c| |#1|)) $) NIL)) (-3346 (((-763 (-1094)) $) NIL)) (-1482 (((-763 (-1094)) $) NIL)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-4224 (($ $ (-1094)) NIL) (($ $ (-763 (-1094))) NIL) (($ $ $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2389 (((-1189 (-1094) |#1|) $) NIL)) (-4115 (((-715) $) NIL)) (-2603 (((-110) $) NIL)) (-2459 ((|#1| $) NIL)) (-4118 (((-800) $) NIL) (($ (-527)) NIL) (($ |#1|) NIL) (($ (-763 (-1094))) NIL) (($ (-1094)) NIL)) (-2663 ((|#1| $ (-763 (-1094))) NIL) ((|#1| $ $) NIL)) (-4070 (((-715)) NIL)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) NIL T CONST)) (-3292 (((-594 (-2 (|:| |k| (-1094)) (|:| |c| $))) $) NIL)) (-3374 (($) NIL T CONST)) (-2747 (((-110) $ $) NIL)) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) NIL)) (** (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) NIL) (($ |#1| $) NIL) (($ $ |#1|) NIL) (($ (-1094) $) NIL)))
+(((-1196 |#1|) (-13 (-1195 (-1094) |#1|) (-10 -8 (-15 -2389 ((-1189 (-1094) |#1|) $)) (-15 -2173 ($ (-1189 (-1094) |#1|))) (-15 -3292 ((-594 (-2 (|:| |k| (-1094)) (|:| |c| $))) $)))) (-979)) (T -1196))
+((-2389 (*1 *2 *1) (-12 (-5 *2 (-1189 (-1094) *3)) (-5 *1 (-1196 *3)) (-4 *3 (-979)))) (-2173 (*1 *1 *2) (-12 (-5 *2 (-1189 (-1094) *3)) (-4 *3 (-979)) (-5 *1 (-1196 *3)))) (-3292 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |k| (-1094)) (|:| |c| (-1196 *3))))) (-5 *1 (-1196 *3)) (-4 *3 (-979)))))
+(-13 (-1195 (-1094) |#1|) (-10 -8 (-15 -2389 ((-1189 (-1094) |#1|) $)) (-15 -2173 ($ (-1189 (-1094) |#1|))) (-15 -3292 ((-594 (-2 (|:| |k| (-1094)) (|:| |c| $))) $))))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) NIL)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1298 (($) NIL T CONST)) (-1923 (((-3 |#2| "failed") $) NIL)) (-4145 ((|#2| $) NIL)) (-3033 (($ $) NIL)) (-3714 (((-3 $ "failed") $) 36)) (-2366 (((-110) $) 30)) (-2055 (($ $) 32)) (-2956 (((-110) $) NIL)) (-2296 (((-715) $) NIL)) (-2684 (((-594 $) $) NIL)) (-4170 (((-110) $) NIL)) (-2897 (($ |#2| |#1|) NIL)) (-3346 ((|#2| $) 19)) (-1482 ((|#2| $) 16)) (-1998 (($ (-1 |#1| |#1|) $) NIL)) (-2548 (((-2 (|:| |k| |#2|) (|:| |c| |#1|)) $) NIL)) (-2990 ((|#2| $) NIL)) (-3004 ((|#1| $) NIL)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2603 (((-110) $) 27)) (-2459 ((|#1| $) 28)) (-4118 (((-800) $) 55) (($ (-527)) 40) (($ |#1|) 35) (($ |#2|) NIL)) (-3425 (((-594 |#1|) $) NIL)) (-3411 ((|#1| $ |#2|) NIL)) (-2663 ((|#1| $ |#2|) 24)) (-4070 (((-715)) 14)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 25 T CONST)) (-3374 (($) 11 T CONST)) (-1835 (((-594 (-2 (|:| |k| |#2|) (|:| |c| |#1|))) $) NIL)) (-2747 (((-110) $ $) 26)) (-2873 (($ $ |#1|) 57 (|has| |#1| (-343)))) (-2863 (($ $) NIL) (($ $ $) NIL)) (-2850 (($ $ $) 44)) (** (($ $ (-858)) NIL) (($ $ (-715)) 46)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) NIL) (($ $ $) 45) (($ |#1| $) 41) (($ $ |#1|) NIL) (($ |#1| |#2|) NIL)) (-2809 (((-715) $) 15)))
+(((-1197 |#1| |#2|) (-13 (-979) (-1188 |#1|) (-362 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2809 ((-715) $)) (-15 -4118 ($ |#2|)) (-15 -1482 (|#2| $)) (-15 -3346 (|#2| $)) (-15 -3033 ($ $)) (-15 -2663 (|#1| $ |#2|)) (-15 -2603 ((-110) $)) (-15 -2459 (|#1| $)) (-15 -2366 ((-110) $)) (-15 -2055 ($ $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-343)) (-15 -2873 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4254)) (-6 -4254) |%noBranch|) (IF (|has| |#1| (-6 -4258)) (-6 -4258) |%noBranch|) (IF (|has| |#1| (-6 -4259)) (-6 -4259) |%noBranch|))) (-979) (-787)) (T -1197))
+((* (*1 *1 *1 *2) (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-979)) (-4 *3 (-787)))) (-3033 (*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-979)) (-4 *3 (-787)))) (-1998 (*1 *1 *2 *1) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-1197 *3 *4)) (-4 *4 (-787)))) (-4118 (*1 *1 *2) (-12 (-5 *1 (-1197 *3 *2)) (-4 *3 (-979)) (-4 *2 (-787)))) (-2809 (*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1197 *3 *4)) (-4 *3 (-979)) (-4 *4 (-787)))) (-1482 (*1 *2 *1) (-12 (-4 *2 (-787)) (-5 *1 (-1197 *3 *2)) (-4 *3 (-979)))) (-3346 (*1 *2 *1) (-12 (-4 *2 (-787)) (-5 *1 (-1197 *3 *2)) (-4 *3 (-979)))) (-2663 (*1 *2 *1 *3) (-12 (-4 *2 (-979)) (-5 *1 (-1197 *2 *3)) (-4 *3 (-787)))) (-2603 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1197 *3 *4)) (-4 *3 (-979)) (-4 *4 (-787)))) (-2459 (*1 *2 *1) (-12 (-4 *2 (-979)) (-5 *1 (-1197 *2 *3)) (-4 *3 (-787)))) (-2366 (*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1197 *3 *4)) (-4 *3 (-979)) (-4 *4 (-787)))) (-2055 (*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-979)) (-4 *3 (-787)))) (-2873 (*1 *1 *1 *2) (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-343)) (-4 *2 (-979)) (-4 *3 (-787)))))
+(-13 (-979) (-1188 |#1|) (-362 |#1| |#2|) (-10 -8 (-15 * ($ $ |#1|)) (-15 -2809 ((-715) $)) (-15 -4118 ($ |#2|)) (-15 -1482 (|#2| $)) (-15 -3346 (|#2| $)) (-15 -3033 ($ $)) (-15 -2663 (|#1| $ |#2|)) (-15 -2603 ((-110) $)) (-15 -2459 (|#1| $)) (-15 -2366 ((-110) $)) (-15 -2055 ($ $)) (-15 -1998 ($ (-1 |#1| |#1|) $)) (IF (|has| |#1| (-343)) (-15 -2873 ($ $ |#1|)) |%noBranch|) (IF (|has| |#1| (-6 -4254)) (-6 -4254) |%noBranch|) (IF (|has| |#1| (-6 -4258)) (-6 -4258) |%noBranch|) (IF (|has| |#1| (-6 -4259)) (-6 -4259) |%noBranch|)))
+((-4105 (((-110) $ $) 26)) (-1874 (((-110) $) NIL)) (-2646 (((-594 |#1|) $) 120)) (-2173 (($ (-1189 |#1| |#2|)) 44)) (-1829 (($ $ (-715)) 32)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1945 (($ $ $) 48 (|has| |#2| (-162))) (($ $ (-715)) 46 (|has| |#2| (-162)))) (-1298 (($) NIL T CONST)) (-3038 (($ $ |#1|) 102) (($ $ (-763 |#1|)) 103) (($ $ $) 25)) (-1923 (((-3 (-763 |#1|) "failed") $) NIL)) (-4145 (((-763 |#1|) $) NIL)) (-3714 (((-3 $ "failed") $) 110)) (-2366 (((-110) $) 105)) (-2055 (($ $) 106)) (-2956 (((-110) $) NIL)) (-4170 (((-110) $) NIL)) (-2897 (($ (-763 |#1|) |#2|) 19)) (-1491 (($ $) NIL)) (-2207 (((-2 (|:| |k| (-763 |#1|)) (|:| |c| |#2|)) $) NIL)) (-3346 (((-763 |#1|) $) 111)) (-1482 (((-763 |#1|) $) 114)) (-1998 (($ (-1 |#2| |#2|) $) 119)) (-4224 (($ $ |#1|) 100) (($ $ (-763 |#1|)) 101) (($ $ $) 56)) (-2416 (((-1077) $) NIL)) (-4024 (((-1041) $) NIL)) (-2389 (((-1189 |#1| |#2|) $) 84)) (-4115 (((-715) $) 117)) (-2603 (((-110) $) 70)) (-2459 ((|#2| $) 28)) (-4118 (((-800) $) 63) (($ (-527)) 77) (($ |#2|) 74) (($ (-763 |#1|)) 17) (($ |#1|) 73)) (-2663 ((|#2| $ (-763 |#1|)) 104) ((|#2| $ $) 27)) (-4070 (((-715)) 108)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 14 T CONST)) (-3292 (((-594 (-2 (|:| |k| |#1|) (|:| |c| $))) $) 53)) (-3374 (($) 29 T CONST)) (-2747 (((-110) $ $) 13)) (-2863 (($ $) 88) (($ $ $) 91)) (-2850 (($ $ $) 55)) (** (($ $ (-858)) NIL) (($ $ (-715)) 49)) (* (($ (-858) $) NIL) (($ (-715) $) 47) (($ (-527) $) 94) (($ $ $) 21) (($ |#2| $) 18) (($ $ |#2|) 20) (($ |#1| $) 82)))
+(((-1198 |#1| |#2|) (-13 (-1195 |#1| |#2|) (-10 -8 (-15 -2389 ((-1189 |#1| |#2|) $)) (-15 -2173 ($ (-1189 |#1| |#2|))) (-15 -3292 ((-594 (-2 (|:| |k| |#1|) (|:| |c| $))) $)))) (-791) (-979)) (T -1198))
+((-2389 (*1 *2 *1) (-12 (-5 *2 (-1189 *3 *4)) (-5 *1 (-1198 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)))) (-2173 (*1 *1 *2) (-12 (-5 *2 (-1189 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)) (-5 *1 (-1198 *3 *4)))) (-3292 (*1 *2 *1) (-12 (-5 *2 (-594 (-2 (|:| |k| *3) (|:| |c| (-1198 *3 *4))))) (-5 *1 (-1198 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)))))
+(-13 (-1195 |#1| |#2|) (-10 -8 (-15 -2389 ((-1189 |#1| |#2|) $)) (-15 -2173 ($ (-1189 |#1| |#2|))) (-15 -3292 ((-594 (-2 (|:| |k| |#1|) (|:| |c| $))) $))))
+((-1487 (((-594 (-1075 |#1|)) (-1 (-594 (-1075 |#1|)) (-594 (-1075 |#1|))) (-527)) 15) (((-1075 |#1|) (-1 (-1075 |#1|) (-1075 |#1|))) 11)))
+(((-1199 |#1|) (-10 -7 (-15 -1487 ((-1075 |#1|) (-1 (-1075 |#1|) (-1075 |#1|)))) (-15 -1487 ((-594 (-1075 |#1|)) (-1 (-594 (-1075 |#1|)) (-594 (-1075 |#1|))) (-527)))) (-1130)) (T -1199))
+((-1487 (*1 *2 *3 *4) (-12 (-5 *3 (-1 (-594 (-1075 *5)) (-594 (-1075 *5)))) (-5 *4 (-527)) (-5 *2 (-594 (-1075 *5))) (-5 *1 (-1199 *5)) (-4 *5 (-1130)))) (-1487 (*1 *2 *3) (-12 (-5 *3 (-1 (-1075 *4) (-1075 *4))) (-5 *2 (-1075 *4)) (-5 *1 (-1199 *4)) (-4 *4 (-1130)))))
+(-10 -7 (-15 -1487 ((-1075 |#1|) (-1 (-1075 |#1|) (-1075 |#1|)))) (-15 -1487 ((-594 (-1075 |#1|)) (-1 (-594 (-1075 |#1|)) (-594 (-1075 |#1|))) (-527))))
+((-3421 (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|))) 148) (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110)) 147) (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110)) 146) (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110) (-110)) 145) (((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-976 |#1| |#2|)) 130)) (-4238 (((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|))) 72) (((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)) (-110)) 71) (((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)) (-110) (-110)) 70)) (-3488 (((-594 (-1065 |#1| (-499 (-802 |#3|)) (-802 |#3|) (-724 |#1| (-802 |#3|)))) (-976 |#1| |#2|)) 61)) (-2739 (((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|))) 115) (((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110)) 114) (((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110)) 113) (((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110) (-110)) 112) (((-594 (-594 (-957 (-387 |#1|)))) (-976 |#1| |#2|)) 107)) (-3951 (((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|))) 120) (((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110)) 119) (((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110)) 118) (((-594 (-594 (-957 (-387 |#1|)))) (-976 |#1| |#2|)) 117)) (-2051 (((-594 (-724 |#1| (-802 |#3|))) (-1065 |#1| (-499 (-802 |#3|)) (-802 |#3|) (-724 |#1| (-802 |#3|)))) 98) (((-1090 (-957 (-387 |#1|))) (-1090 |#1|)) 89) (((-889 (-957 (-387 |#1|))) (-724 |#1| (-802 |#3|))) 96) (((-889 (-957 (-387 |#1|))) (-889 |#1|)) 94) (((-724 |#1| (-802 |#3|)) (-724 |#1| (-802 |#2|))) 33)))
+(((-1200 |#1| |#2| |#3|) (-10 -7 (-15 -4238 ((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)) (-110) (-110))) (-15 -4238 ((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)) (-110))) (-15 -4238 ((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-976 |#1| |#2|))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110) (-110))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-976 |#1| |#2|))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110) (-110))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-976 |#1| |#2|))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)))) (-15 -3488 ((-594 (-1065 |#1| (-499 (-802 |#3|)) (-802 |#3|) (-724 |#1| (-802 |#3|)))) (-976 |#1| |#2|))) (-15 -2051 ((-724 |#1| (-802 |#3|)) (-724 |#1| (-802 |#2|)))) (-15 -2051 ((-889 (-957 (-387 |#1|))) (-889 |#1|))) (-15 -2051 ((-889 (-957 (-387 |#1|))) (-724 |#1| (-802 |#3|)))) (-15 -2051 ((-1090 (-957 (-387 |#1|))) (-1090 |#1|))) (-15 -2051 ((-594 (-724 |#1| (-802 |#3|))) (-1065 |#1| (-499 (-802 |#3|)) (-802 |#3|) (-724 |#1| (-802 |#3|)))))) (-13 (-789) (-288) (-140) (-955)) (-594 (-1094)) (-594 (-1094))) (T -1200))
+((-2051 (*1 *2 *3) (-12 (-5 *3 (-1065 *4 (-499 (-802 *6)) (-802 *6) (-724 *4 (-802 *6)))) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-724 *4 (-802 *6)))) (-5 *1 (-1200 *4 *5 *6)) (-14 *5 (-594 (-1094))))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-1090 *4)) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-1090 (-957 (-387 *4)))) (-5 *1 (-1200 *4 *5 *6)) (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-724 *4 (-802 *6))) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *6 (-594 (-1094))) (-5 *2 (-889 (-957 (-387 *4)))) (-5 *1 (-1200 *4 *5 *6)) (-14 *5 (-594 (-1094))))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-889 *4)) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-889 (-957 (-387 *4)))) (-5 *1 (-1200 *4 *5 *6)) (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))) (-2051 (*1 *2 *3) (-12 (-5 *3 (-724 *4 (-802 *5))) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *5 (-594 (-1094))) (-5 *2 (-724 *4 (-802 *6))) (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094))))) (-3488 (*1 *2 *3) (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *5 (-594 (-1094))) (-5 *2 (-594 (-1065 *4 (-499 (-802 *6)) (-802 *6) (-724 *4 (-802 *6))))) (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094))))) (-3951 (*1 *2 *3) (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-594 (-957 (-387 *4))))) (-5 *1 (-1200 *4 *5 *6)) (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))) (-3951 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7)) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-3951 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7)) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-3951 (*1 *2 *3) (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *5 (-594 (-1094))) (-5 *2 (-594 (-594 (-957 (-387 *4))))) (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094))))) (-2739 (*1 *2 *3) (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-594 (-957 (-387 *4))))) (-5 *1 (-1200 *4 *5 *6)) (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))) (-2739 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7)) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-2739 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7)) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-2739 (*1 *2 *3 *4 *4 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7)) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-2739 (*1 *2 *3) (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *5 (-594 (-1094))) (-5 *2 (-594 (-594 (-957 (-387 *4))))) (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094))))) (-3421 (*1 *2 *3) (-12 (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *4)) (|:| -4002 (-594 (-889 *4)))))) (-5 *1 (-1200 *4 *5 *6)) (-5 *3 (-594 (-889 *4))) (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))) (-3421 (*1 *2 *3 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5)))))) (-5 *1 (-1200 *5 *6 *7)) (-5 *3 (-594 (-889 *5))) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-3421 (*1 *2 *3 *4 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5)))))) (-5 *1 (-1200 *5 *6 *7)) (-5 *3 (-594 (-889 *5))) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-3421 (*1 *2 *3 *4 *4 *4) (-12 (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5)))))) (-5 *1 (-1200 *5 *6 *7)) (-5 *3 (-594 (-889 *5))) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-3421 (*1 *2 *3) (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *5 (-594 (-1094))) (-5 *2 (-594 (-2 (|:| -1905 (-1090 *4)) (|:| -4002 (-594 (-889 *4)))))) (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094))))) (-4238 (*1 *2 *3) (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-976 *4 *5))) (-5 *1 (-1200 *4 *5 *6)) (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))) (-4238 (*1 *2 *3 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-976 *5 *6))) (-5 *1 (-1200 *5 *6 *7)) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))) (-4238 (*1 *2 *3 *4 *4) (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955))) (-5 *2 (-594 (-976 *5 *6))) (-5 *1 (-1200 *5 *6 *7)) (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094))))))
+(-10 -7 (-15 -4238 ((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)) (-110) (-110))) (-15 -4238 ((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)) (-110))) (-15 -4238 ((-594 (-976 |#1| |#2|)) (-594 (-889 |#1|)))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-976 |#1| |#2|))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110) (-110))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110) (-110))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)) (-110))) (-15 -3421 ((-594 (-2 (|:| -1905 (-1090 |#1|)) (|:| -4002 (-594 (-889 |#1|))))) (-594 (-889 |#1|)))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-976 |#1| |#2|))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110) (-110))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110))) (-15 -2739 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-976 |#1| |#2|))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110) (-110))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)) (-110))) (-15 -3951 ((-594 (-594 (-957 (-387 |#1|)))) (-594 (-889 |#1|)))) (-15 -3488 ((-594 (-1065 |#1| (-499 (-802 |#3|)) (-802 |#3|) (-724 |#1| (-802 |#3|)))) (-976 |#1| |#2|))) (-15 -2051 ((-724 |#1| (-802 |#3|)) (-724 |#1| (-802 |#2|)))) (-15 -2051 ((-889 (-957 (-387 |#1|))) (-889 |#1|))) (-15 -2051 ((-889 (-957 (-387 |#1|))) (-724 |#1| (-802 |#3|)))) (-15 -2051 ((-1090 (-957 (-387 |#1|))) (-1090 |#1|))) (-15 -2051 ((-594 (-724 |#1| (-802 |#3|))) (-1065 |#1| (-499 (-802 |#3|)) (-802 |#3|) (-724 |#1| (-802 |#3|))))))
+((-4185 (((-3 (-1176 (-387 (-527))) "failed") (-1176 |#1|) |#1|) 21)) (-2245 (((-110) (-1176 |#1|)) 12)) (-2535 (((-3 (-1176 (-527)) "failed") (-1176 |#1|)) 16)))
+(((-1201 |#1|) (-10 -7 (-15 -2245 ((-110) (-1176 |#1|))) (-15 -2535 ((-3 (-1176 (-527)) "failed") (-1176 |#1|))) (-15 -4185 ((-3 (-1176 (-387 (-527))) "failed") (-1176 |#1|) |#1|))) (-590 (-527))) (T -1201))
+((-4185 (*1 *2 *3 *4) (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 (-527))) (-5 *2 (-1176 (-387 (-527)))) (-5 *1 (-1201 *4)))) (-2535 (*1 *2 *3) (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 (-527))) (-5 *2 (-1176 (-527))) (-5 *1 (-1201 *4)))) (-2245 (*1 *2 *3) (-12 (-5 *3 (-1176 *4)) (-4 *4 (-590 (-527))) (-5 *2 (-110)) (-5 *1 (-1201 *4)))))
+(-10 -7 (-15 -2245 ((-110) (-1176 |#1|))) (-15 -2535 ((-3 (-1176 (-527)) "failed") (-1176 |#1|))) (-15 -4185 ((-3 (-1176 (-387 (-527))) "failed") (-1176 |#1|) |#1|)))
+((-4105 (((-110) $ $) NIL)) (-1874 (((-110) $) 11)) (-3085 (((-3 $ "failed") $ $) NIL)) (-1637 (((-715)) 8)) (-1298 (($) NIL T CONST)) (-3714 (((-3 $ "failed") $) 43)) (-2309 (($) 36)) (-2956 (((-110) $) NIL)) (-2628 (((-3 $ "failed") $) 29)) (-1989 (((-858) $) 15)) (-2416 (((-1077) $) NIL)) (-2138 (($) 25 T CONST)) (-1720 (($ (-858)) 37)) (-4024 (((-1041) $) NIL)) (-2051 (((-527) $) 13)) (-4118 (((-800) $) 22) (($ (-527)) 19)) (-4070 (((-715)) 9)) (-3732 (($ $ (-858)) NIL) (($ $ (-715)) NIL)) (-3361 (($) 23 T CONST)) (-3374 (($) 24 T CONST)) (-2747 (((-110) $ $) 27)) (-2863 (($ $) 38) (($ $ $) 35)) (-2850 (($ $ $) 26)) (** (($ $ (-858)) NIL) (($ $ (-715)) 40)) (* (($ (-858) $) NIL) (($ (-715) $) NIL) (($ (-527) $) 32) (($ $ $) 31)))
+(((-1202 |#1|) (-13 (-162) (-348) (-569 (-527)) (-1070)) (-858)) (T -1202))
+NIL
+(-13 (-162) (-348) (-569 (-527)) (-1070))
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+NIL
+((-3 3149339 3149344 3149349 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-2 3149324 3149329 3149334 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1 3149309 3149314 3149319 NIL NIL NIL NIL (NIL) -8 NIL NIL) (0 3149294 3149299 3149304 NIL NIL NIL NIL (NIL) -8 NIL NIL) (-1202 3148424 3149169 3149246 "ZMOD" 3149251 NIL ZMOD (NIL NIL) -8 NIL NIL) (-1201 3147534 3147698 3147907 "ZLINDEP" 3148256 NIL ZLINDEP (NIL T) -7 NIL NIL) (-1200 3136938 3138683 3140635 "ZDSOLVE" 3145683 NIL ZDSOLVE (NIL T NIL NIL) -7 NIL NIL) (-1199 3136184 3136325 3136514 "YSTREAM" 3136784 NIL YSTREAM (NIL T) -7 NIL NIL) (-1198 3133953 3135489 3135692 "XRPOLY" 3136027 NIL XRPOLY (NIL T T) -8 NIL NIL) (-1197 3130415 3131744 3132326 "XPR" 3133417 NIL XPR (NIL T T) -8 NIL NIL) (-1196 3128129 3129750 3129953 "XPOLY" 3130246 NIL XPOLY (NIL T) -8 NIL NIL) (-1195 3125943 3127321 3127375 "XPOLYC" 3127660 NIL XPOLYC (NIL T T) -9 NIL 3127773) (-1194 3122315 3124460 3124848 "XPBWPOLY" 3125601 NIL XPBWPOLY (NIL T T) -8 NIL NIL) (-1193 3118243 3120556 3120598 "XF" 3121219 NIL XF (NIL T) -9 NIL 3121618) (-1192 3117864 3117952 3118121 "XF-" 3118126 NIL XF- (NIL T T) -8 NIL NIL) (-1191 3113244 3114543 3114597 "XFALG" 3116745 NIL XFALG (NIL T T) -9 NIL 3117532) (-1190 3112381 3112485 3112689 "XEXPPKG" 3113136 NIL XEXPPKG (NIL T T T) -7 NIL NIL) (-1189 3110480 3112232 3112327 "XDPOLY" 3112332 NIL XDPOLY (NIL T T) -8 NIL NIL) (-1188 3109359 3109969 3110011 "XALG" 3110073 NIL XALG (NIL T) -9 NIL 3110192) (-1187 3102835 3107343 3107836 "WUTSET" 3108951 NIL WUTSET (NIL T T T T) -8 NIL NIL) (-1186 3100647 3101454 3101805 "WP" 3102617 NIL WP (NIL T T T T NIL NIL NIL) -8 NIL NIL) (-1185 3099533 3099731 3100026 "WFFINTBS" 3100444 NIL WFFINTBS (NIL T T T T) -7 NIL NIL) (-1184 3097437 3097864 3098326 "WEIER" 3099105 NIL WEIER (NIL T) -7 NIL NIL) (-1183 3096586 3097010 3097052 "VSPACE" 3097188 NIL VSPACE (NIL T) -9 NIL 3097262) (-1182 3096424 3096451 3096542 "VSPACE-" 3096547 NIL VSPACE- (NIL T T) -8 NIL NIL) (-1181 3096170 3096213 3096284 "VOID" 3096375 T VOID (NIL) -8 NIL NIL) (-1180 3094306 3094665 3095071 "VIEW" 3095786 T VIEW (NIL) -7 NIL NIL) (-1179 3090731 3091369 3092106 "VIEWDEF" 3093591 T VIEWDEF (NIL) -7 NIL NIL) (-1178 3080069 3082279 3084452 "VIEW3D" 3088580 T VIEW3D (NIL) -8 NIL NIL) (-1177 3072351 3073980 3075559 "VIEW2D" 3078512 T VIEW2D (NIL) -8 NIL NIL) (-1176 3067760 3072121 3072213 "VECTOR" 3072294 NIL VECTOR (NIL T) -8 NIL NIL) (-1175 3066337 3066596 3066914 "VECTOR2" 3067490 NIL VECTOR2 (NIL T T) -7 NIL NIL) (-1174 3059877 3064129 3064172 "VECTCAT" 3065160 NIL VECTCAT (NIL T) -9 NIL 3065744) (-1173 3058891 3059145 3059535 "VECTCAT-" 3059540 NIL VECTCAT- (NIL T T) -8 NIL NIL) (-1172 3058372 3058542 3058662 "VARIABLE" 3058806 NIL VARIABLE (NIL NIL) -8 NIL NIL) (-1171 3058305 3058310 3058340 "UTYPE" 3058345 T UTYPE (NIL) -9 NIL NIL) (-1170 3057140 3057294 3057555 "UTSODETL" 3058131 NIL UTSODETL (NIL T T T T) -7 NIL NIL) (-1169 3054580 3055040 3055564 "UTSODE" 3056681 NIL UTSODE (NIL T T) -7 NIL NIL) (-1168 3046424 3052220 3052708 "UTS" 3054149 NIL UTS (NIL T NIL NIL) -8 NIL NIL) (-1167 3037769 3043134 3043176 "UTSCAT" 3044277 NIL UTSCAT (NIL T) -9 NIL 3045034) (-1166 3035124 3035840 3036828 "UTSCAT-" 3036833 NIL UTSCAT- (NIL T T) -8 NIL NIL) (-1165 3034755 3034798 3034929 "UTS2" 3035075 NIL UTS2 (NIL T T T T) -7 NIL NIL) (-1164 3029031 3031596 3031639 "URAGG" 3033709 NIL URAGG (NIL T) -9 NIL 3034431) (-1163 3025970 3026833 3027956 "URAGG-" 3027961 NIL URAGG- (NIL T T) -8 NIL NIL) (-1162 3021656 3024587 3025058 "UPXSSING" 3025634 NIL UPXSSING (NIL T T NIL NIL) -8 NIL NIL) (-1161 3013547 3020777 3021057 "UPXS" 3021433 NIL UPXS (NIL T NIL NIL) -8 NIL NIL) (-1160 3006576 3013452 3013523 "UPXSCONS" 3013528 NIL UPXSCONS (NIL T T) -8 NIL NIL) (-1159 2996865 3003695 3003756 "UPXSCCA" 3004405 NIL UPXSCCA (NIL T T) -9 NIL 3004646) (-1158 2996504 2996589 2996762 "UPXSCCA-" 2996767 NIL UPXSCCA- (NIL T T T) -8 NIL NIL) (-1157 2986715 2993318 2993360 "UPXSCAT" 2994003 NIL UPXSCAT (NIL T) -9 NIL 2994611) (-1156 2986149 2986228 2986405 "UPXS2" 2986630 NIL UPXS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1155 2984803 2985056 2985407 "UPSQFREE" 2985892 NIL UPSQFREE (NIL T T) -7 NIL NIL) (-1154 2978694 2981749 2981803 "UPSCAT" 2982952 NIL UPSCAT (NIL T T) -9 NIL 2983726) (-1153 2977899 2978106 2978432 "UPSCAT-" 2978437 NIL UPSCAT- (NIL T T T) -8 NIL NIL) (-1152 2963985 2972022 2972064 "UPOLYC" 2974142 NIL UPOLYC (NIL T) -9 NIL 2975363) (-1151 2955315 2957740 2960886 "UPOLYC-" 2960891 NIL UPOLYC- (NIL T T) -8 NIL NIL) (-1150 2954946 2954989 2955120 "UPOLYC2" 2955266 NIL UPOLYC2 (NIL T T T T) -7 NIL NIL) (-1149 2946365 2954515 2954652 "UP" 2954856 NIL UP (NIL NIL T) -8 NIL NIL) (-1148 2945708 2945815 2945978 "UPMP" 2946254 NIL UPMP (NIL T T) -7 NIL NIL) (-1147 2945261 2945342 2945481 "UPDIVP" 2945621 NIL UPDIVP (NIL T T) -7 NIL NIL) (-1146 2943829 2944078 2944394 "UPDECOMP" 2945010 NIL UPDECOMP (NIL T T) -7 NIL NIL) (-1145 2943064 2943176 2943361 "UPCDEN" 2943713 NIL UPCDEN (NIL T T T) -7 NIL NIL) (-1144 2942587 2942656 2942803 "UP2" 2942989 NIL UP2 (NIL NIL T NIL T) -7 NIL NIL) (-1143 2941104 2941791 2942068 "UNISEG" 2942345 NIL UNISEG (NIL T) -8 NIL NIL) (-1142 2940319 2940446 2940651 "UNISEG2" 2940947 NIL UNISEG2 (NIL T T) -7 NIL NIL) (-1141 2939379 2939559 2939785 "UNIFACT" 2940135 NIL UNIFACT (NIL T) -7 NIL NIL) (-1140 2923275 2938560 2938810 "ULS" 2939186 NIL ULS (NIL T NIL NIL) -8 NIL NIL) (-1139 2911240 2923180 2923251 "ULSCONS" 2923256 NIL ULSCONS (NIL T T) -8 NIL NIL) (-1138 2893990 2906003 2906064 "ULSCCAT" 2906776 NIL ULSCCAT (NIL T T) -9 NIL 2907072) (-1137 2893041 2893286 2893673 "ULSCCAT-" 2893678 NIL ULSCCAT- (NIL T T T) -8 NIL NIL) (-1136 2883031 2889548 2889590 "ULSCAT" 2890446 NIL ULSCAT (NIL T) -9 NIL 2891176) (-1135 2882465 2882544 2882721 "ULS2" 2882946 NIL ULS2 (NIL T T NIL NIL NIL NIL) -7 NIL NIL) (-1134 2880863 2881830 2881860 "UFD" 2882072 T UFD (NIL) -9 NIL 2882186) (-1133 2880657 2880703 2880798 "UFD-" 2880803 NIL UFD- (NIL T) -8 NIL NIL) (-1132 2879739 2879922 2880138 "UDVO" 2880463 T UDVO (NIL) -7 NIL NIL) (-1131 2877555 2877964 2878435 "UDPO" 2879303 NIL UDPO (NIL T) -7 NIL NIL) (-1130 2877488 2877493 2877523 "TYPE" 2877528 T TYPE (NIL) -9 NIL NIL) (-1129 2876459 2876661 2876901 "TWOFACT" 2877282 NIL TWOFACT (NIL T) -7 NIL NIL) (-1128 2875397 2875734 2875997 "TUPLE" 2876231 NIL TUPLE (NIL T) -8 NIL NIL) (-1127 2873088 2873607 2874146 "TUBETOOL" 2874880 T TUBETOOL (NIL) -7 NIL NIL) (-1126 2871937 2872142 2872383 "TUBE" 2872881 NIL TUBE (NIL T) -8 NIL NIL) (-1125 2866661 2870915 2871197 "TS" 2871689 NIL TS (NIL T) -8 NIL NIL) (-1124 2855365 2859457 2859553 "TSETCAT" 2864787 NIL TSETCAT (NIL T T T T) -9 NIL 2866318) (-1123 2850100 2851698 2853588 "TSETCAT-" 2853593 NIL TSETCAT- (NIL T T T T T) -8 NIL NIL) (-1122 2844363 2845209 2846151 "TRMANIP" 2849236 NIL TRMANIP (NIL T T) -7 NIL NIL) (-1121 2843804 2843867 2844030 "TRIMAT" 2844295 NIL TRIMAT (NIL T T T T) -7 NIL NIL) (-1120 2841610 2841847 2842210 "TRIGMNIP" 2843553 NIL TRIGMNIP (NIL T T) -7 NIL NIL) (-1119 2841130 2841243 2841273 "TRIGCAT" 2841486 T TRIGCAT (NIL) -9 NIL NIL) (-1118 2840799 2840878 2841019 "TRIGCAT-" 2841024 NIL TRIGCAT- (NIL T) -8 NIL NIL) (-1117 2837698 2839659 2839939 "TREE" 2840554 NIL TREE (NIL T) -8 NIL NIL) (-1116 2836972 2837500 2837530 "TRANFUN" 2837565 T TRANFUN (NIL) -9 NIL 2837631) (-1115 2836251 2836442 2836722 "TRANFUN-" 2836727 NIL TRANFUN- (NIL T) -8 NIL NIL) (-1114 2836055 2836087 2836148 "TOPSP" 2836212 T TOPSP (NIL) -7 NIL NIL) (-1113 2835407 2835522 2835675 "TOOLSIGN" 2835936 NIL TOOLSIGN (NIL T) -7 NIL NIL) (-1112 2834068 2834584 2834823 "TEXTFILE" 2835190 T TEXTFILE (NIL) -8 NIL NIL) (-1111 2831933 2832447 2832885 "TEX" 2833652 T TEX (NIL) -8 NIL NIL) (-1110 2831714 2831745 2831817 "TEX1" 2831896 NIL TEX1 (NIL T) -7 NIL NIL) (-1109 2831362 2831425 2831515 "TEMUTL" 2831646 T TEMUTL (NIL) -7 NIL NIL) (-1108 2829516 2829796 2830121 "TBCMPPK" 2831085 NIL TBCMPPK (NIL T T) -7 NIL NIL) (-1107 2821405 2827677 2827733 "TBAGG" 2828133 NIL TBAGG (NIL T T) -9 NIL 2828344) (-1106 2816475 2817963 2819717 "TBAGG-" 2819722 NIL TBAGG- (NIL T T T) -8 NIL NIL) (-1105 2815859 2815966 2816111 "TANEXP" 2816364 NIL TANEXP (NIL T) -7 NIL NIL) (-1104 2809360 2815716 2815809 "TABLE" 2815814 NIL TABLE (NIL T T) -8 NIL NIL) (-1103 2808772 2808871 2809009 "TABLEAU" 2809257 NIL TABLEAU (NIL T) -8 NIL NIL) (-1102 2803380 2804600 2805848 "TABLBUMP" 2807558 NIL TABLBUMP (NIL T) -7 NIL NIL) (-1101 2802808 2802908 2803036 "SYSTEM" 2803274 T SYSTEM (NIL) -7 NIL NIL) (-1100 2799271 2799966 2800749 "SYSSOLP" 2802059 NIL SYSSOLP (NIL T) -7 NIL NIL) (-1099 2795562 2796270 2797004 "SYNTAX" 2798559 T SYNTAX (NIL) -8 NIL NIL) (-1098 2792696 2793304 2793942 "SYMTAB" 2794946 T SYMTAB (NIL) -8 NIL NIL) (-1097 2787945 2788847 2789830 "SYMS" 2791735 T SYMS (NIL) -8 NIL NIL) (-1096 2785178 2787405 2787634 "SYMPOLY" 2787750 NIL SYMPOLY (NIL T) -8 NIL NIL) (-1095 2784698 2784773 2784895 "SYMFUNC" 2785090 NIL SYMFUNC (NIL T) -7 NIL NIL) (-1094 2780675 2781935 2782757 "SYMBOL" 2783898 T SYMBOL (NIL) -8 NIL NIL) (-1093 2774214 2775903 2777623 "SWITCH" 2778977 T SWITCH (NIL) -8 NIL NIL) (-1092 2767444 2773041 2773343 "SUTS" 2773969 NIL SUTS (NIL T NIL NIL) -8 NIL NIL) (-1091 2759334 2766565 2766845 "SUPXS" 2767221 NIL SUPXS (NIL T NIL NIL) -8 NIL NIL) (-1090 2750826 2758955 2759080 "SUP" 2759243 NIL SUP (NIL T) -8 NIL NIL) (-1089 2749985 2750112 2750329 "SUPFRACF" 2750694 NIL SUPFRACF (NIL T T T T) -7 NIL NIL) (-1088 2749610 2749669 2749780 "SUP2" 2749920 NIL SUP2 (NIL T T) -7 NIL NIL) (-1087 2748028 2748302 2748664 "SUMRF" 2749309 NIL SUMRF (NIL T) -7 NIL NIL) (-1086 2747345 2747411 2747609 "SUMFS" 2747949 NIL SUMFS (NIL T T) -7 NIL NIL) (-1085 2731281 2746526 2746776 "SULS" 2747152 NIL SULS (NIL T NIL NIL) -8 NIL NIL) (-1084 2730603 2730806 2730946 "SUCH" 2731189 NIL SUCH (NIL T T) -8 NIL NIL) (-1083 2724530 2725542 2726500 "SUBSPACE" 2729691 NIL SUBSPACE (NIL NIL T) -8 NIL NIL) (-1082 2723960 2724050 2724214 "SUBRESP" 2724418 NIL SUBRESP (NIL T T) -7 NIL NIL) (-1081 2717329 2718625 2719936 "STTF" 2722696 NIL STTF (NIL T) -7 NIL NIL) (-1080 2711502 2712622 2713769 "STTFNC" 2716229 NIL STTFNC (NIL T) -7 NIL NIL) (-1079 2702853 2704720 2706513 "STTAYLOR" 2709743 NIL STTAYLOR (NIL T) -7 NIL NIL) (-1078 2696097 2702717 2702800 "STRTBL" 2702805 NIL STRTBL (NIL T) -8 NIL NIL) (-1077 2691488 2696052 2696083 "STRING" 2696088 T STRING (NIL) -8 NIL NIL) (-1076 2686377 2690862 2690892 "STRICAT" 2690951 T STRICAT (NIL) -9 NIL 2691013) (-1075 2679091 2683900 2684520 "STREAM" 2685792 NIL STREAM (NIL T) -8 NIL NIL) (-1074 2678601 2678678 2678822 "STREAM3" 2679008 NIL STREAM3 (NIL T T T) -7 NIL NIL) (-1073 2677583 2677766 2678001 "STREAM2" 2678414 NIL STREAM2 (NIL T T) -7 NIL NIL) (-1072 2677271 2677323 2677416 "STREAM1" 2677525 NIL STREAM1 (NIL T) -7 NIL NIL) (-1071 2676287 2676468 2676699 "STINPROD" 2677087 NIL STINPROD (NIL T) -7 NIL NIL) (-1070 2675866 2676050 2676080 "STEP" 2676160 T STEP (NIL) -9 NIL 2676238) (-1069 2669409 2675765 2675842 "STBL" 2675847 NIL STBL (NIL T T NIL) -8 NIL NIL) (-1068 2664585 2668632 2668675 "STAGG" 2668828 NIL STAGG (NIL T) -9 NIL 2668917) (-1067 2662287 2662889 2663761 "STAGG-" 2663766 NIL STAGG- (NIL T T) -8 NIL NIL) (-1066 2660482 2662057 2662149 "STACK" 2662230 NIL STACK (NIL T) -8 NIL NIL) (-1065 2653213 2658629 2659084 "SREGSET" 2660112 NIL SREGSET (NIL T T T T) -8 NIL NIL) (-1064 2645653 2647021 2648533 "SRDCMPK" 2651819 NIL SRDCMPK (NIL T T T T T) -7 NIL NIL) (-1063 2638621 2643094 2643124 "SRAGG" 2644427 T SRAGG (NIL) -9 NIL 2645035) (-1062 2637638 2637893 2638272 "SRAGG-" 2638277 NIL SRAGG- (NIL T) -8 NIL NIL) (-1061 2632087 2636557 2636984 "SQMATRIX" 2637257 NIL SQMATRIX (NIL NIL T) -8 NIL NIL) (-1060 2625839 2628807 2629533 "SPLTREE" 2631433 NIL SPLTREE (NIL T T) -8 NIL NIL) (-1059 2621829 2622495 2623141 "SPLNODE" 2625265 NIL SPLNODE (NIL T T) -8 NIL NIL) (-1058 2620876 2621109 2621139 "SPFCAT" 2621583 T SPFCAT (NIL) -9 NIL NIL) (-1057 2619613 2619823 2620087 "SPECOUT" 2620634 T SPECOUT (NIL) -7 NIL NIL) (-1056 2619374 2619414 2619483 "SPADPRSR" 2619566 T SPADPRSR (NIL) -7 NIL NIL) (-1055 2611397 2613144 2613186 "SPACEC" 2617509 NIL SPACEC (NIL T) -9 NIL 2619325) (-1054 2609568 2611330 2611378 "SPACE3" 2611383 NIL SPACE3 (NIL T) -8 NIL NIL) (-1053 2608320 2608491 2608782 "SORTPAK" 2609373 NIL SORTPAK (NIL T T) -7 NIL NIL) (-1052 2606376 2606679 2607097 "SOLVETRA" 2607984 NIL SOLVETRA (NIL T) -7 NIL NIL) (-1051 2605387 2605609 2605883 "SOLVESER" 2606149 NIL SOLVESER (NIL T) -7 NIL NIL) (-1050 2600607 2601488 2602490 "SOLVERAD" 2604439 NIL SOLVERAD (NIL T) -7 NIL NIL) (-1049 2596422 2597031 2597760 "SOLVEFOR" 2599974 NIL SOLVEFOR (NIL T T) -7 NIL NIL) (-1048 2590722 2595774 2595870 "SNTSCAT" 2595875 NIL SNTSCAT (NIL T T T T) -9 NIL 2595945) (-1047 2584826 2589053 2589443 "SMTS" 2590412 NIL SMTS (NIL T T T) -8 NIL NIL) (-1046 2579236 2584715 2584791 "SMP" 2584796 NIL SMP (NIL T T) -8 NIL NIL) (-1045 2577395 2577696 2578094 "SMITH" 2578933 NIL SMITH (NIL T T T T) -7 NIL NIL) (-1044 2570360 2574556 2574658 "SMATCAT" 2575998 NIL SMATCAT (NIL NIL T T T) -9 NIL 2576547) (-1043 2567301 2568124 2569301 "SMATCAT-" 2569306 NIL SMATCAT- (NIL T NIL T T T) -8 NIL NIL) (-1042 2565015 2566538 2566581 "SKAGG" 2566842 NIL SKAGG (NIL T) -9 NIL 2566977) (-1041 2561073 2564119 2564397 "SINT" 2564759 T SINT (NIL) -8 NIL NIL) (-1040 2560845 2560883 2560949 "SIMPAN" 2561029 T SIMPAN (NIL) -7 NIL NIL) (-1039 2560361 2560547 2560646 "SIG" 2560768 T SIG (NIL) -8 NIL NIL) (-1038 2559199 2559420 2559695 "SIGNRF" 2560120 NIL SIGNRF (NIL T) -7 NIL NIL) (-1037 2558008 2558159 2558449 "SIGNEF" 2559028 NIL SIGNEF (NIL T T) -7 NIL NIL) (-1036 2555698 2556152 2556658 "SHP" 2557549 NIL SHP (NIL T NIL) -7 NIL NIL) (-1035 2549551 2555599 2555675 "SHDP" 2555680 NIL SHDP (NIL NIL NIL T) -8 NIL NIL) (-1034 2549041 2549233 2549263 "SGROUP" 2549415 T SGROUP (NIL) -9 NIL 2549502) (-1033 2548811 2548863 2548967 "SGROUP-" 2548972 NIL SGROUP- (NIL T) -8 NIL NIL) (-1032 2545647 2546344 2547067 "SGCF" 2548110 T SGCF (NIL) -7 NIL NIL) (-1031 2540046 2545098 2545194 "SFRTCAT" 2545199 NIL SFRTCAT (NIL T T T T) -9 NIL 2545237) (-1030 2533506 2534521 2535655 "SFRGCD" 2539029 NIL SFRGCD (NIL T T T T T) -7 NIL NIL) (-1029 2526672 2527743 2528927 "SFQCMPK" 2532439 NIL SFQCMPK (NIL T T T T T) -7 NIL NIL) (-1028 2526294 2526383 2526493 "SFORT" 2526613 NIL SFORT (NIL T T) -8 NIL NIL) (-1027 2525439 2526134 2526255 "SEXOF" 2526260 NIL SEXOF (NIL T T T T T) -8 NIL NIL) (-1026 2524573 2525320 2525388 "SEX" 2525393 T SEX (NIL) -8 NIL NIL) (-1025 2519350 2520039 2520134 "SEXCAT" 2523905 NIL SEXCAT (NIL T T T T T) -9 NIL 2524524) (-1024 2516530 2519284 2519332 "SET" 2519337 NIL SET (NIL T) -8 NIL NIL) (-1023 2514781 2515243 2515548 "SETMN" 2516271 NIL SETMN (NIL NIL NIL) -8 NIL NIL) (-1022 2514389 2514515 2514545 "SETCAT" 2514662 T SETCAT (NIL) -9 NIL 2514746) (-1021 2514169 2514221 2514320 "SETCAT-" 2514325 NIL SETCAT- (NIL T) -8 NIL NIL) (-1020 2510557 2512631 2512674 "SETAGG" 2513544 NIL SETAGG (NIL T) -9 NIL 2513884) (-1019 2510015 2510131 2510368 "SETAGG-" 2510373 NIL SETAGG- (NIL T T) -8 NIL NIL) (-1018 2509219 2509512 2509573 "SEGXCAT" 2509859 NIL SEGXCAT (NIL T T) -9 NIL 2509979) (-1017 2508275 2508885 2509067 "SEG" 2509072 NIL SEG (NIL T) -8 NIL NIL) (-1016 2507182 2507395 2507438 "SEGCAT" 2508020 NIL SEGCAT (NIL T) -9 NIL 2508258) (-1015 2506231 2506561 2506761 "SEGBIND" 2507017 NIL SEGBIND (NIL T) -8 NIL NIL) (-1014 2505852 2505911 2506024 "SEGBIND2" 2506166 NIL SEGBIND2 (NIL T T) -7 NIL NIL) (-1013 2505071 2505197 2505401 "SEG2" 2505696 NIL SEG2 (NIL T T) -7 NIL NIL) (-1012 2504508 2505006 2505053 "SDVAR" 2505058 NIL SDVAR (NIL T) -8 NIL NIL) (-1011 2496760 2504281 2504409 "SDPOL" 2504414 NIL SDPOL (NIL T) -8 NIL NIL) (-1010 2495353 2495619 2495938 "SCPKG" 2496475 NIL SCPKG (NIL T) -7 NIL NIL) (-1009 2494489 2494669 2494869 "SCOPE" 2495175 T SCOPE (NIL) -8 NIL NIL) (-1008 2493710 2493843 2494022 "SCACHE" 2494344 NIL SCACHE (NIL T) -7 NIL NIL) (-1007 2493149 2493470 2493555 "SAOS" 2493647 T SAOS (NIL) -8 NIL NIL) (-1006 2492714 2492749 2492922 "SAERFFC" 2493108 NIL SAERFFC (NIL T T T) -7 NIL NIL) (-1005 2486608 2492611 2492691 "SAE" 2492696 NIL SAE (NIL T T NIL) -8 NIL NIL) (-1004 2486201 2486236 2486395 "SAEFACT" 2486567 NIL SAEFACT (NIL T T T) -7 NIL NIL) (-1003 2484522 2484836 2485237 "RURPK" 2485867 NIL RURPK (NIL T NIL) -7 NIL NIL) (-1002 2483162 2483441 2483752 "RULESET" 2484356 NIL RULESET (NIL T T T) -8 NIL NIL) (-1001 2480360 2480863 2481326 "RULE" 2482844 NIL RULE (NIL T T T) -8 NIL NIL) (-1000 2479999 2480154 2480237 "RULECOLD" 2480312 NIL RULECOLD (NIL NIL) -8 NIL NIL) (-999 2474891 2475685 2476601 "RSETGCD" 2479198 NIL RSETGCD (NIL T T T T T) -7 NIL NIL) (-998 2464206 2469258 2469352 "RSETCAT" 2473417 NIL RSETCAT (NIL T T T T) -9 NIL 2474514) (-997 2462137 2462676 2463496 "RSETCAT-" 2463501 NIL RSETCAT- (NIL T T T T T) -8 NIL NIL) (-996 2454567 2455942 2457458 "RSDCMPK" 2460736 NIL RSDCMPK (NIL T T T T T) -7 NIL NIL) (-995 2452585 2453026 2453098 "RRCC" 2454174 NIL RRCC (NIL T T) -9 NIL 2454518) (-994 2451939 2452113 2452389 "RRCC-" 2452394 NIL RRCC- (NIL T T T) -8 NIL NIL) (-993 2426306 2435931 2435995 "RPOLCAT" 2446497 NIL RPOLCAT (NIL T T T) -9 NIL 2449655) (-992 2417810 2420148 2423266 "RPOLCAT-" 2423271 NIL RPOLCAT- (NIL T T T T) -8 NIL NIL) (-991 2408876 2416040 2416520 "ROUTINE" 2417350 T ROUTINE (NIL) -8 NIL NIL) (-990 2405581 2408432 2408579 "ROMAN" 2408749 T ROMAN (NIL) -8 NIL NIL) (-989 2403867 2404452 2404709 "ROIRC" 2405387 NIL ROIRC (NIL T T) -8 NIL NIL) (-988 2400272 2402576 2402604 "RNS" 2402900 T RNS (NIL) -9 NIL 2403170) (-987 2398786 2399169 2399700 "RNS-" 2399773 NIL RNS- (NIL T) -8 NIL NIL) (-986 2398212 2398620 2398648 "RNG" 2398653 T RNG (NIL) -9 NIL 2398674) (-985 2397610 2397972 2398012 "RMODULE" 2398072 NIL RMODULE (NIL T) -9 NIL 2398114) (-984 2396462 2396556 2396886 "RMCAT2" 2397511 NIL RMCAT2 (NIL NIL NIL T T T T T T T T) -7 NIL NIL) (-983 2393176 2395645 2395966 "RMATRIX" 2396197 NIL RMATRIX (NIL NIL NIL T) -8 NIL NIL) (-982 2386173 2388407 2388519 "RMATCAT" 2391828 NIL RMATCAT (NIL NIL NIL T T T) -9 NIL 2392810) (-981 2385552 2385699 2386002 "RMATCAT-" 2386007 NIL RMATCAT- (NIL T NIL NIL T T T) -8 NIL NIL) (-980 2385122 2385197 2385323 "RINTERP" 2385471 NIL RINTERP (NIL NIL T) -7 NIL NIL) (-979 2384173 2384737 2384765 "RING" 2384875 T RING (NIL) -9 NIL 2384969) (-978 2383968 2384012 2384106 "RING-" 2384111 NIL RING- (NIL T) -8 NIL NIL) (-977 2382816 2383053 2383309 "RIDIST" 2383732 T RIDIST (NIL) -7 NIL NIL) (-976 2374138 2382290 2382493 "RGCHAIN" 2382665 NIL RGCHAIN (NIL T NIL) -8 NIL NIL) (-975 2371143 2371757 2372425 "RF" 2373502 NIL RF (NIL T) -7 NIL NIL) (-974 2370792 2370855 2370956 "RFFACTOR" 2371074 NIL RFFACTOR (NIL T) -7 NIL NIL) (-973 2370520 2370555 2370650 "RFFACT" 2370751 NIL RFFACT (NIL T) -7 NIL NIL) (-972 2368650 2369014 2369394 "RFDIST" 2370160 T RFDIST (NIL) -7 NIL NIL) (-971 2368108 2368200 2368360 "RETSOL" 2368552 NIL RETSOL (NIL T T) -7 NIL NIL) (-970 2367701 2367781 2367822 "RETRACT" 2368012 NIL RETRACT (NIL T) -9 NIL NIL) (-969 2367553 2367578 2367662 "RETRACT-" 2367667 NIL RETRACT- (NIL T T) -8 NIL NIL) (-968 2360411 2367210 2367335 "RESULT" 2367448 T RESULT (NIL) -8 NIL NIL) (-967 2358996 2359685 2359882 "RESRING" 2360314 NIL RESRING (NIL T T T T NIL) -8 NIL NIL) (-966 2358636 2358685 2358781 "RESLATC" 2358933 NIL RESLATC (NIL T) -7 NIL NIL) (-965 2358345 2358379 2358484 "REPSQ" 2358595 NIL REPSQ (NIL T) -7 NIL NIL) (-964 2355776 2356356 2356956 "REP" 2357765 T REP (NIL) -7 NIL NIL) (-963 2355477 2355511 2355620 "REPDB" 2355735 NIL REPDB (NIL T) -7 NIL NIL) (-962 2349422 2350801 2352021 "REP2" 2354289 NIL REP2 (NIL T) -7 NIL NIL) (-961 2345828 2346509 2347314 "REP1" 2348649 NIL REP1 (NIL T) -7 NIL NIL) (-960 2338574 2343989 2344441 "REGSET" 2345459 NIL REGSET (NIL T T T T) -8 NIL NIL) (-959 2337395 2337730 2337978 "REF" 2338359 NIL REF (NIL T) -8 NIL NIL) (-958 2336776 2336879 2337044 "REDORDER" 2337279 NIL REDORDER (NIL T T) -7 NIL NIL) (-957 2332745 2336010 2336231 "RECLOS" 2336607 NIL RECLOS (NIL T) -8 NIL NIL) (-956 2331802 2331983 2332196 "REALSOLV" 2332552 T REALSOLV (NIL) -7 NIL NIL) (-955 2331650 2331691 2331719 "REAL" 2331724 T REAL (NIL) -9 NIL 2331759) (-954 2328141 2328943 2329825 "REAL0Q" 2330815 NIL REAL0Q (NIL T) -7 NIL NIL) (-953 2323752 2324740 2325799 "REAL0" 2327122 NIL REAL0 (NIL T) -7 NIL NIL) (-952 2323160 2323232 2323437 "RDIV" 2323674 NIL RDIV (NIL T T T T T) -7 NIL NIL) (-951 2322233 2322407 2322618 "RDIST" 2322982 NIL RDIST (NIL T) -7 NIL NIL) (-950 2320837 2321124 2321493 "RDETRS" 2321941 NIL RDETRS (NIL T T) -7 NIL NIL) (-949 2318658 2319112 2319647 "RDETR" 2320379 NIL RDETR (NIL T T) -7 NIL NIL) (-948 2317274 2317552 2317953 "RDEEFS" 2318374 NIL RDEEFS (NIL T T) -7 NIL NIL) (-947 2315774 2316080 2316509 "RDEEF" 2316962 NIL RDEEF (NIL T T) -7 NIL NIL) (-946 2310059 2312991 2313019 "RCFIELD" 2314296 T RCFIELD (NIL) -9 NIL 2315026) (-945 2308128 2308632 2309325 "RCFIELD-" 2309398 NIL RCFIELD- (NIL T) -8 NIL NIL) (-944 2304460 2306245 2306286 "RCAGG" 2307357 NIL RCAGG (NIL T) -9 NIL 2307822) (-943 2304091 2304185 2304345 "RCAGG-" 2304350 NIL RCAGG- (NIL T T) -8 NIL NIL) (-942 2303435 2303547 2303709 "RATRET" 2303975 NIL RATRET (NIL T) -7 NIL NIL) (-941 2302992 2303059 2303178 "RATFACT" 2303363 NIL RATFACT (NIL T) -7 NIL NIL) (-940 2302307 2302427 2302577 "RANDSRC" 2302862 T RANDSRC (NIL) -7 NIL NIL) (-939 2302044 2302088 2302159 "RADUTIL" 2302256 T RADUTIL (NIL) -7 NIL NIL) (-938 2295051 2300787 2301104 "RADIX" 2301759 NIL RADIX (NIL NIL) -8 NIL NIL) (-937 2286621 2294895 2295023 "RADFF" 2295028 NIL RADFF (NIL T T T NIL NIL) -8 NIL NIL) (-936 2286273 2286348 2286376 "RADCAT" 2286533 T RADCAT (NIL) -9 NIL NIL) (-935 2286058 2286106 2286203 "RADCAT-" 2286208 NIL RADCAT- (NIL T) -8 NIL NIL) (-934 2284209 2285833 2285922 "QUEUE" 2286002 NIL QUEUE (NIL T) -8 NIL NIL) (-933 2280706 2284146 2284191 "QUAT" 2284196 NIL QUAT (NIL T) -8 NIL NIL) (-932 2280344 2280387 2280514 "QUATCT2" 2280657 NIL QUATCT2 (NIL T T T T) -7 NIL NIL) (-931 2274138 2277518 2277558 "QUATCAT" 2278337 NIL QUATCAT (NIL T) -9 NIL 2279102) (-930 2270282 2271319 2272706 "QUATCAT-" 2272800 NIL QUATCAT- (NIL T T) -8 NIL NIL) (-929 2267803 2269367 2269408 "QUAGG" 2269783 NIL QUAGG (NIL T) -9 NIL 2269958) (-928 2266728 2267201 2267373 "QFORM" 2267675 NIL QFORM (NIL NIL T) -8 NIL NIL) (-927 2258025 2263283 2263323 "QFCAT" 2263981 NIL QFCAT (NIL T) -9 NIL 2264974) (-926 2253597 2254798 2256389 "QFCAT-" 2256483 NIL QFCAT- (NIL T T) -8 NIL NIL) (-925 2253235 2253278 2253405 "QFCAT2" 2253548 NIL QFCAT2 (NIL T T T T) -7 NIL NIL) (-924 2252695 2252805 2252935 "QEQUAT" 2253125 T QEQUAT (NIL) -8 NIL NIL) (-923 2245881 2246952 2248134 "QCMPACK" 2251628 NIL QCMPACK (NIL T T T T T) -7 NIL NIL) (-922 2243457 2243878 2244306 "QALGSET" 2245536 NIL QALGSET (NIL T T T T) -8 NIL NIL) (-921 2242702 2242876 2243108 "QALGSET2" 2243277 NIL QALGSET2 (NIL NIL NIL) -7 NIL NIL) (-920 2241393 2241616 2241933 "PWFFINTB" 2242475 NIL PWFFINTB (NIL T T T T) -7 NIL NIL) (-919 2239581 2239749 2240102 "PUSHVAR" 2241207 NIL PUSHVAR (NIL T T T T) -7 NIL NIL) (-918 2235499 2236553 2236594 "PTRANFN" 2238478 NIL PTRANFN (NIL T) -9 NIL NIL) (-917 2233911 2234202 2234523 "PTPACK" 2235210 NIL PTPACK (NIL T) -7 NIL NIL) (-916 2233547 2233604 2233711 "PTFUNC2" 2233848 NIL PTFUNC2 (NIL T T) -7 NIL NIL) (-915 2228024 2232365 2232405 "PTCAT" 2232773 NIL PTCAT (NIL T) -9 NIL 2232935) (-914 2227682 2227717 2227841 "PSQFR" 2227983 NIL PSQFR (NIL T T T T) -7 NIL NIL) (-913 2226277 2226575 2226909 "PSEUDLIN" 2227380 NIL PSEUDLIN (NIL T) -7 NIL NIL) (-912 2213084 2215449 2217772 "PSETPK" 2224037 NIL PSETPK (NIL T T T T) -7 NIL NIL) (-911 2206171 2208885 2208979 "PSETCAT" 2211960 NIL PSETCAT (NIL T T T T) -9 NIL 2212774) (-910 2204009 2204643 2205462 "PSETCAT-" 2205467 NIL PSETCAT- (NIL T T T T T) -8 NIL NIL) (-909 2203358 2203523 2203551 "PSCURVE" 2203819 T PSCURVE (NIL) -9 NIL 2203986) (-908 2199810 2201336 2201400 "PSCAT" 2202236 NIL PSCAT (NIL T T T) -9 NIL 2202476) (-907 2198874 2199090 2199489 "PSCAT-" 2199494 NIL PSCAT- (NIL T T T T) -8 NIL NIL) (-906 2197526 2198159 2198373 "PRTITION" 2198680 T PRTITION (NIL) -8 NIL NIL) (-905 2186624 2188830 2191018 "PRS" 2195388 NIL PRS (NIL T T) -7 NIL NIL) (-904 2184483 2185975 2186015 "PRQAGG" 2186198 NIL PRQAGG (NIL T) -9 NIL 2186300) (-903 2184054 2184156 2184184 "PROPLOG" 2184369 T PROPLOG (NIL) -9 NIL NIL) (-902 2181177 2181742 2182269 "PROPFRML" 2183559 NIL PROPFRML (NIL T) -8 NIL NIL) (-901 2180637 2180747 2180877 "PROPERTY" 2181067 T PROPERTY (NIL) -8 NIL NIL) (-900 2174411 2178803 2179623 "PRODUCT" 2179863 NIL PRODUCT (NIL T T) -8 NIL NIL) (-899 2171687 2173871 2174104 "PR" 2174222 NIL PR (NIL T T) -8 NIL NIL) (-898 2171483 2171515 2171574 "PRINT" 2171648 T PRINT (NIL) -7 NIL NIL) (-897 2170823 2170940 2171092 "PRIMES" 2171363 NIL PRIMES (NIL T) -7 NIL NIL) (-896 2168888 2169289 2169755 "PRIMELT" 2170402 NIL PRIMELT (NIL T) -7 NIL NIL) (-895 2168617 2168666 2168694 "PRIMCAT" 2168818 T PRIMCAT (NIL) -9 NIL NIL) (-894 2164778 2168555 2168600 "PRIMARR" 2168605 NIL PRIMARR (NIL T) -8 NIL NIL) (-893 2163785 2163963 2164191 "PRIMARR2" 2164596 NIL PRIMARR2 (NIL T T) -7 NIL NIL) (-892 2163428 2163484 2163595 "PREASSOC" 2163723 NIL PREASSOC (NIL T T) -7 NIL NIL) (-891 2162903 2163036 2163064 "PPCURVE" 2163269 T PPCURVE (NIL) -9 NIL 2163405) (-890 2160262 2160661 2161253 "POLYROOT" 2162484 NIL POLYROOT (NIL T T T T T) -7 NIL NIL) (-889 2154168 2159868 2160027 "POLY" 2160135 NIL POLY (NIL T) -8 NIL NIL) (-888 2153553 2153611 2153844 "POLYLIFT" 2154104 NIL POLYLIFT (NIL T T T T T) -7 NIL NIL) (-887 2149838 2150287 2150915 "POLYCATQ" 2153098 NIL POLYCATQ (NIL T T T T T) -7 NIL NIL) (-886 2136879 2142276 2142340 "POLYCAT" 2145825 NIL POLYCAT (NIL T T T) -9 NIL 2147752) (-885 2130330 2132191 2134574 "POLYCAT-" 2134579 NIL POLYCAT- (NIL T T T T) -8 NIL NIL) (-884 2129919 2129987 2130106 "POLY2UP" 2130256 NIL POLY2UP (NIL NIL T) -7 NIL NIL) (-883 2129555 2129612 2129719 "POLY2" 2129856 NIL POLY2 (NIL T T) -7 NIL NIL) (-882 2128240 2128479 2128755 "POLUTIL" 2129329 NIL POLUTIL (NIL T T) -7 NIL NIL) (-881 2126602 2126879 2127209 "POLTOPOL" 2127962 NIL POLTOPOL (NIL NIL T) -7 NIL NIL) (-880 2122125 2126539 2126584 "POINT" 2126589 NIL POINT (NIL T) -8 NIL NIL) (-879 2120312 2120669 2121044 "PNTHEORY" 2121770 T PNTHEORY (NIL) -7 NIL NIL) (-878 2118740 2119037 2119446 "PMTOOLS" 2120010 NIL PMTOOLS (NIL T T T) -7 NIL NIL) (-877 2118333 2118411 2118528 "PMSYM" 2118656 NIL PMSYM (NIL T) -7 NIL NIL) (-876 2117843 2117912 2118086 "PMQFCAT" 2118258 NIL PMQFCAT (NIL T T T) -7 NIL NIL) (-875 2117198 2117308 2117464 "PMPRED" 2117720 NIL PMPRED (NIL T) -7 NIL NIL) (-874 2116594 2116680 2116841 "PMPREDFS" 2117099 NIL PMPREDFS (NIL T T T) -7 NIL NIL) (-873 2115240 2115448 2115832 "PMPLCAT" 2116356 NIL PMPLCAT (NIL T T T T T) -7 NIL NIL) (-872 2114772 2114851 2115003 "PMLSAGG" 2115155 NIL PMLSAGG (NIL T T T) -7 NIL NIL) (-871 2114249 2114325 2114505 "PMKERNEL" 2114690 NIL PMKERNEL (NIL T T) -7 NIL NIL) (-870 2113866 2113941 2114054 "PMINS" 2114168 NIL PMINS (NIL T) -7 NIL NIL) (-869 2113296 2113365 2113580 "PMFS" 2113791 NIL PMFS (NIL T T T) -7 NIL NIL) (-868 2112527 2112645 2112849 "PMDOWN" 2113173 NIL PMDOWN (NIL T T T) -7 NIL NIL) (-867 2111690 2111849 2112031 "PMASS" 2112365 T PMASS (NIL) -7 NIL NIL) (-866 2110964 2111075 2111238 "PMASSFS" 2111576 NIL PMASSFS (NIL T T) -7 NIL NIL) (-865 2110619 2110687 2110781 "PLOTTOOL" 2110890 T PLOTTOOL (NIL) -7 NIL NIL) (-864 2105241 2106430 2107578 "PLOT" 2109491 T PLOT (NIL) -8 NIL NIL) (-863 2101055 2102089 2103010 "PLOT3D" 2104340 T PLOT3D (NIL) -8 NIL NIL) (-862 2099967 2100144 2100379 "PLOT1" 2100859 NIL PLOT1 (NIL T) -7 NIL NIL) (-861 2075361 2080033 2084884 "PLEQN" 2095233 NIL PLEQN (NIL T T T T) -7 NIL NIL) (-860 2074679 2074801 2074981 "PINTERP" 2075226 NIL PINTERP (NIL NIL T) -7 NIL NIL) (-859 2074372 2074419 2074522 "PINTERPA" 2074626 NIL PINTERPA (NIL T T) -7 NIL NIL) (-858 2073611 2074178 2074265 "PI" 2074305 T PI (NIL) -8 NIL NIL) (-857 2072003 2072988 2073016 "PID" 2073198 T PID (NIL) -9 NIL 2073332) (-856 2071728 2071765 2071853 "PICOERCE" 2071960 NIL PICOERCE (NIL T) -7 NIL NIL) (-855 2071048 2071187 2071363 "PGROEB" 2071584 NIL PGROEB (NIL T) -7 NIL NIL) (-854 2066635 2067449 2068354 "PGE" 2070163 T PGE (NIL) -7 NIL NIL) (-853 2064759 2065005 2065371 "PGCD" 2066352 NIL PGCD (NIL T T T T) -7 NIL NIL) (-852 2064097 2064200 2064361 "PFRPAC" 2064643 NIL PFRPAC (NIL T) -7 NIL NIL) (-851 2060712 2062645 2062998 "PFR" 2063776 NIL PFR (NIL T) -8 NIL NIL) (-850 2059101 2059345 2059670 "PFOTOOLS" 2060459 NIL PFOTOOLS (NIL T T) -7 NIL NIL) (-849 2057634 2057873 2058224 "PFOQ" 2058858 NIL PFOQ (NIL T T T) -7 NIL NIL) (-848 2056111 2056323 2056685 "PFO" 2057418 NIL PFO (NIL T T T T T) -7 NIL NIL) (-847 2052634 2056000 2056069 "PF" 2056074 NIL PF (NIL NIL) -8 NIL NIL) (-846 2050063 2051344 2051372 "PFECAT" 2051957 T PFECAT (NIL) -9 NIL 2052341) (-845 2049508 2049662 2049876 "PFECAT-" 2049881 NIL PFECAT- (NIL T) -8 NIL NIL) (-844 2048112 2048363 2048664 "PFBRU" 2049257 NIL PFBRU (NIL T T) -7 NIL NIL) (-843 2045979 2046330 2046762 "PFBR" 2047763 NIL PFBR (NIL T T T T) -7 NIL NIL) (-842 2041830 2043355 2044031 "PERM" 2045336 NIL PERM (NIL T) -8 NIL NIL) (-841 2037095 2038037 2038907 "PERMGRP" 2040993 NIL PERMGRP (NIL T) -8 NIL NIL) (-840 2035166 2036159 2036200 "PERMCAT" 2036646 NIL PERMCAT (NIL T) -9 NIL 2036951) (-839 2034821 2034862 2034985 "PERMAN" 2035119 NIL PERMAN (NIL NIL T) -7 NIL NIL) (-838 2032261 2034390 2034521 "PENDTREE" 2034723 NIL PENDTREE (NIL T) -8 NIL NIL) (-837 2030334 2031112 2031153 "PDRING" 2031810 NIL PDRING (NIL T) -9 NIL 2032095) (-836 2029437 2029655 2030017 "PDRING-" 2030022 NIL PDRING- (NIL T T) -8 NIL NIL) (-835 2026578 2027329 2028020 "PDEPROB" 2028766 T PDEPROB (NIL) -8 NIL NIL) (-834 2024149 2024645 2025194 "PDEPACK" 2026049 T PDEPACK (NIL) -7 NIL NIL) (-833 2023061 2023251 2023502 "PDECOMP" 2023948 NIL PDECOMP (NIL T T) -7 NIL NIL) (-832 2020673 2021488 2021516 "PDECAT" 2022301 T PDECAT (NIL) -9 NIL 2023012) (-831 2020426 2020459 2020548 "PCOMP" 2020634 NIL PCOMP (NIL T T) -7 NIL NIL) (-830 2018633 2019229 2019525 "PBWLB" 2020156 NIL PBWLB (NIL T) -8 NIL NIL) (-829 2011141 2012710 2014046 "PATTERN" 2017318 NIL PATTERN (NIL T) -8 NIL NIL) (-828 2010773 2010830 2010939 "PATTERN2" 2011078 NIL PATTERN2 (NIL T T) -7 NIL NIL) (-827 2008530 2008918 2009375 "PATTERN1" 2010362 NIL PATTERN1 (NIL T T) -7 NIL NIL) (-826 2005925 2006479 2006960 "PATRES" 2008095 NIL PATRES (NIL T T) -8 NIL NIL) (-825 2005489 2005556 2005688 "PATRES2" 2005852 NIL PATRES2 (NIL T T T) -7 NIL NIL) (-824 2003386 2003786 2004191 "PATMATCH" 2005158 NIL PATMATCH (NIL T T T) -7 NIL NIL) (-823 2002923 2003106 2003147 "PATMAB" 2003254 NIL PATMAB (NIL T) -9 NIL 2003337) (-822 2001468 2001777 2002035 "PATLRES" 2002728 NIL PATLRES (NIL T T T) -8 NIL NIL) (-821 2001014 2001137 2001178 "PATAB" 2001183 NIL PATAB (NIL T) -9 NIL 2001355) (-820 1998495 1999027 1999600 "PARTPERM" 2000461 T PARTPERM (NIL) -7 NIL NIL) (-819 1998116 1998179 1998281 "PARSURF" 1998426 NIL PARSURF (NIL T) -8 NIL NIL) (-818 1997748 1997805 1997914 "PARSU2" 1998053 NIL PARSU2 (NIL T T) -7 NIL NIL) (-817 1997512 1997552 1997619 "PARSER" 1997701 T PARSER (NIL) -7 NIL NIL) (-816 1997133 1997196 1997298 "PARSCURV" 1997443 NIL PARSCURV (NIL T) -8 NIL NIL) (-815 1996765 1996822 1996931 "PARSC2" 1997070 NIL PARSC2 (NIL T T) -7 NIL NIL) (-814 1996404 1996462 1996559 "PARPCURV" 1996701 NIL PARPCURV (NIL T) -8 NIL NIL) (-813 1996036 1996093 1996202 "PARPC2" 1996341 NIL PARPC2 (NIL T T) -7 NIL NIL) (-812 1995556 1995642 1995761 "PAN2EXPR" 1995937 T PAN2EXPR (NIL) -7 NIL NIL) (-811 1994362 1994677 1994905 "PALETTE" 1995348 T PALETTE (NIL) -8 NIL NIL) (-810 1992830 1993367 1993727 "PAIR" 1994048 NIL PAIR (NIL T T) -8 NIL NIL) (-809 1986680 1992089 1992283 "PADICRC" 1992685 NIL PADICRC (NIL NIL T) -8 NIL NIL) (-808 1979888 1986026 1986210 "PADICRAT" 1986528 NIL PADICRAT (NIL NIL) -8 NIL NIL) (-807 1978192 1979825 1979870 "PADIC" 1979875 NIL PADIC (NIL NIL) -8 NIL NIL) (-806 1975397 1976971 1977011 "PADICCT" 1977592 NIL PADICCT (NIL NIL) -9 NIL 1977874) (-805 1974354 1974554 1974822 "PADEPAC" 1975184 NIL PADEPAC (NIL T NIL NIL) -7 NIL NIL) (-804 1973566 1973699 1973905 "PADE" 1974216 NIL PADE (NIL T T T) -7 NIL NIL) (-803 1971577 1972409 1972724 "OWP" 1973334 NIL OWP (NIL T NIL NIL NIL) -8 NIL NIL) (-802 1970686 1971182 1971354 "OVAR" 1971445 NIL OVAR (NIL NIL) -8 NIL NIL) (-801 1969950 1970071 1970232 "OUT" 1970545 T OUT (NIL) -7 NIL NIL) (-800 1959004 1961175 1963345 "OUTFORM" 1967800 T OUTFORM (NIL) -8 NIL NIL) (-799 1958412 1958733 1958822 "OSI" 1958935 T OSI (NIL) -8 NIL NIL) (-798 1957943 1958281 1958309 "OSGROUP" 1958314 T OSGROUP (NIL) -9 NIL 1958336) (-797 1956688 1956915 1957200 "ORTHPOL" 1957690 NIL ORTHPOL (NIL T) -7 NIL NIL) (-796 1954059 1956349 1956487 "OREUP" 1956631 NIL OREUP (NIL NIL T NIL NIL) -8 NIL NIL) (-795 1951455 1953752 1953878 "ORESUP" 1954001 NIL ORESUP (NIL T NIL NIL) -8 NIL NIL) (-794 1948990 1949490 1950050 "OREPCTO" 1950944 NIL OREPCTO (NIL T T) -7 NIL NIL) (-793 1942900 1945106 1945146 "OREPCAT" 1947467 NIL OREPCAT (NIL T) -9 NIL 1948570) (-792 1940048 1940830 1941887 "OREPCAT-" 1941892 NIL OREPCAT- (NIL T T) -8 NIL NIL) (-791 1939226 1939498 1939526 "ORDSET" 1939835 T ORDSET (NIL) -9 NIL 1939999) (-790 1938745 1938867 1939060 "ORDSET-" 1939065 NIL ORDSET- (NIL T) -8 NIL NIL) (-789 1937359 1938160 1938188 "ORDRING" 1938390 T ORDRING (NIL) -9 NIL 1938514) (-788 1937004 1937098 1937242 "ORDRING-" 1937247 NIL ORDRING- (NIL T) -8 NIL NIL) (-787 1936367 1936848 1936876 "ORDMON" 1936881 T ORDMON (NIL) -9 NIL 1936902) (-786 1935529 1935676 1935871 "ORDFUNS" 1936216 NIL ORDFUNS (NIL NIL T) -7 NIL NIL) (-785 1935041 1935400 1935428 "ORDFIN" 1935433 T ORDFIN (NIL) -9 NIL 1935454) (-784 1931553 1933627 1934036 "ORDCOMP" 1934665 NIL ORDCOMP (NIL T) -8 NIL NIL) (-783 1930819 1930946 1931132 "ORDCOMP2" 1931413 NIL ORDCOMP2 (NIL T T) -7 NIL NIL) (-782 1927326 1928209 1929046 "OPTPROB" 1930002 T OPTPROB (NIL) -8 NIL NIL) (-781 1924168 1924797 1925491 "OPTPACK" 1926652 T OPTPACK (NIL) -7 NIL NIL) (-780 1921894 1922630 1922658 "OPTCAT" 1923473 T OPTCAT (NIL) -9 NIL 1924119) (-779 1921662 1921701 1921767 "OPQUERY" 1921848 T OPQUERY (NIL) -7 NIL NIL) (-778 1918798 1919989 1920489 "OP" 1921194 NIL OP (NIL T) -8 NIL NIL) (-777 1915563 1917595 1917964 "ONECOMP" 1918462 NIL ONECOMP (NIL T) -8 NIL NIL) (-776 1914868 1914983 1915157 "ONECOMP2" 1915435 NIL ONECOMP2 (NIL T T) -7 NIL NIL) (-775 1914287 1914393 1914523 "OMSERVER" 1914758 T OMSERVER (NIL) -7 NIL NIL) (-774 1911176 1913728 1913768 "OMSAGG" 1913829 NIL OMSAGG (NIL T) -9 NIL 1913893) (-773 1909799 1910062 1910344 "OMPKG" 1910914 T OMPKG (NIL) -7 NIL NIL) (-772 1909229 1909332 1909360 "OM" 1909659 T OM (NIL) -9 NIL NIL) (-771 1907768 1908781 1908949 "OMLO" 1909110 NIL OMLO (NIL T T) -8 NIL NIL) (-770 1906698 1906845 1907071 "OMEXPR" 1907594 NIL OMEXPR (NIL T) -7 NIL NIL) (-769 1906016 1906244 1906380 "OMERR" 1906582 T OMERR (NIL) -8 NIL NIL) (-768 1905194 1905437 1905597 "OMERRK" 1905876 T OMERRK (NIL) -8 NIL NIL) (-767 1904672 1904871 1904979 "OMENC" 1905106 T OMENC (NIL) -8 NIL NIL) (-766 1898567 1899752 1900923 "OMDEV" 1903521 T OMDEV (NIL) -8 NIL NIL) (-765 1897636 1897807 1898001 "OMCONN" 1898393 T OMCONN (NIL) -8 NIL NIL) (-764 1896252 1897238 1897266 "OINTDOM" 1897271 T OINTDOM (NIL) -9 NIL 1897292) (-763 1892014 1893244 1893959 "OFMONOID" 1895569 NIL OFMONOID (NIL T) -8 NIL NIL) (-762 1891452 1891951 1891996 "ODVAR" 1892001 NIL ODVAR (NIL T) -8 NIL NIL) (-761 1888577 1890949 1891134 "ODR" 1891327 NIL ODR (NIL T T NIL) -8 NIL NIL) (-760 1880883 1888356 1888480 "ODPOL" 1888485 NIL ODPOL (NIL T) -8 NIL NIL) (-759 1874706 1880755 1880860 "ODP" 1880865 NIL ODP (NIL NIL T NIL) -8 NIL NIL) (-758 1873472 1873687 1873962 "ODETOOLS" 1874480 NIL ODETOOLS (NIL T T) -7 NIL NIL) (-757 1870441 1871097 1871813 "ODESYS" 1872805 NIL ODESYS (NIL T T) -7 NIL NIL) (-756 1865345 1866253 1867276 "ODERTRIC" 1869516 NIL ODERTRIC (NIL T T) -7 NIL NIL) (-755 1864771 1864853 1865047 "ODERED" 1865257 NIL ODERED (NIL T T T T T) -7 NIL NIL) (-754 1861673 1862221 1862896 "ODERAT" 1864194 NIL ODERAT (NIL T T) -7 NIL NIL) (-753 1858641 1859105 1859701 "ODEPRRIC" 1861202 NIL ODEPRRIC (NIL T T T T) -7 NIL NIL) (-752 1856510 1857079 1857588 "ODEPROB" 1858152 T ODEPROB (NIL) -8 NIL NIL) (-751 1853042 1853525 1854171 "ODEPRIM" 1855989 NIL ODEPRIM (NIL T T T T) -7 NIL NIL) (-750 1852295 1852397 1852655 "ODEPAL" 1852934 NIL ODEPAL (NIL T T T T) -7 NIL NIL) (-749 1848497 1849278 1850132 "ODEPACK" 1851461 T ODEPACK (NIL) -7 NIL NIL) (-748 1847534 1847641 1847869 "ODEINT" 1848386 NIL ODEINT (NIL T T) -7 NIL NIL) (-747 1841635 1843060 1844507 "ODEIFTBL" 1846107 T ODEIFTBL (NIL) -8 NIL NIL) (-746 1836979 1837765 1838723 "ODEEF" 1840794 NIL ODEEF (NIL T T) -7 NIL NIL) (-745 1836316 1836405 1836634 "ODECONST" 1836884 NIL ODECONST (NIL T T T) -7 NIL NIL) (-744 1834474 1835107 1835135 "ODECAT" 1835738 T ODECAT (NIL) -9 NIL 1836267) (-743 1831346 1834186 1834305 "OCT" 1834387 NIL OCT (NIL T) -8 NIL NIL) (-742 1830984 1831027 1831154 "OCTCT2" 1831297 NIL OCTCT2 (NIL T T T T) -7 NIL NIL) (-741 1825818 1828256 1828296 "OC" 1829392 NIL OC (NIL T) -9 NIL 1830249) (-740 1823045 1823793 1824783 "OC-" 1824877 NIL OC- (NIL T T) -8 NIL NIL) (-739 1822424 1822866 1822894 "OCAMON" 1822899 T OCAMON (NIL) -9 NIL 1822920) (-738 1821982 1822297 1822325 "OASGP" 1822330 T OASGP (NIL) -9 NIL 1822350) (-737 1821270 1821733 1821761 "OAMONS" 1821801 T OAMONS (NIL) -9 NIL 1821844) (-736 1820711 1821118 1821146 "OAMON" 1821151 T OAMON (NIL) -9 NIL 1821171) (-735 1820016 1820508 1820536 "OAGROUP" 1820541 T OAGROUP (NIL) -9 NIL 1820561) (-734 1819706 1819756 1819844 "NUMTUBE" 1819960 NIL NUMTUBE (NIL T) -7 NIL NIL) (-733 1813279 1814797 1816333 "NUMQUAD" 1818190 T NUMQUAD (NIL) -7 NIL NIL) (-732 1809035 1810023 1811048 "NUMODE" 1812274 T NUMODE (NIL) -7 NIL NIL) (-731 1806439 1807285 1807313 "NUMINT" 1808230 T NUMINT (NIL) -9 NIL 1808986) (-730 1805387 1805584 1805802 "NUMFMT" 1806241 T NUMFMT (NIL) -7 NIL NIL) (-729 1791766 1794703 1797233 "NUMERIC" 1802896 NIL NUMERIC (NIL T) -7 NIL NIL) (-728 1786167 1791219 1791313 "NTSCAT" 1791318 NIL NTSCAT (NIL T T T T) -9 NIL 1791356) (-727 1785361 1785526 1785719 "NTPOLFN" 1786006 NIL NTPOLFN (NIL T) -7 NIL NIL) (-726 1773177 1782203 1783013 "NSUP" 1784583 NIL NSUP (NIL T) -8 NIL NIL) (-725 1772813 1772870 1772977 "NSUP2" 1773114 NIL NSUP2 (NIL T T) -7 NIL NIL) (-724 1762775 1772592 1772722 "NSMP" 1772727 NIL NSMP (NIL T T) -8 NIL NIL) (-723 1761207 1761508 1761865 "NREP" 1762463 NIL NREP (NIL T) -7 NIL NIL) (-722 1759798 1760050 1760408 "NPCOEF" 1760950 NIL NPCOEF (NIL T T T T T) -7 NIL NIL) (-721 1758864 1758979 1759195 "NORMRETR" 1759679 NIL NORMRETR (NIL T T T T NIL) -7 NIL NIL) (-720 1756917 1757207 1757614 "NORMPK" 1758572 NIL NORMPK (NIL T T T T T) -7 NIL NIL) (-719 1756602 1756630 1756754 "NORMMA" 1756883 NIL NORMMA (NIL T T T T) -7 NIL NIL) (-718 1756429 1756559 1756588 "NONE" 1756593 T NONE (NIL) -8 NIL NIL) (-717 1756218 1756247 1756316 "NONE1" 1756393 NIL NONE1 (NIL T) -7 NIL NIL) (-716 1755703 1755765 1755950 "NODE1" 1756150 NIL NODE1 (NIL T T) -7 NIL NIL) (-715 1753997 1754866 1755121 "NNI" 1755468 T NNI (NIL) -8 NIL NIL) (-714 1752417 1752730 1753094 "NLINSOL" 1753665 NIL NLINSOL (NIL T) -7 NIL NIL) (-713 1748584 1749552 1750474 "NIPROB" 1751515 T NIPROB (NIL) -8 NIL NIL) (-712 1747341 1747575 1747877 "NFINTBAS" 1748346 NIL NFINTBAS (NIL T T) -7 NIL NIL) (-711 1746049 1746280 1746561 "NCODIV" 1747109 NIL NCODIV (NIL T T) -7 NIL NIL) (-710 1745811 1745848 1745923 "NCNTFRAC" 1746006 NIL NCNTFRAC (NIL T) -7 NIL NIL) (-709 1743991 1744355 1744775 "NCEP" 1745436 NIL NCEP (NIL T) -7 NIL NIL) (-708 1742903 1743642 1743670 "NASRING" 1743780 T NASRING (NIL) -9 NIL 1743854) (-707 1742698 1742742 1742836 "NASRING-" 1742841 NIL NASRING- (NIL T) -8 NIL NIL) (-706 1741852 1742351 1742379 "NARNG" 1742496 T NARNG (NIL) -9 NIL 1742587) (-705 1741544 1741611 1741745 "NARNG-" 1741750 NIL NARNG- (NIL T) -8 NIL NIL) (-704 1740423 1740630 1740865 "NAGSP" 1741329 T NAGSP (NIL) -7 NIL NIL) (-703 1731847 1733493 1735128 "NAGS" 1738808 T NAGS (NIL) -7 NIL NIL) (-702 1730411 1730715 1731042 "NAGF07" 1731540 T NAGF07 (NIL) -7 NIL NIL) (-701 1724993 1726273 1727569 "NAGF04" 1729135 T NAGF04 (NIL) -7 NIL NIL) (-700 1718025 1719623 1721240 "NAGF02" 1723396 T NAGF02 (NIL) -7 NIL NIL) (-699 1713289 1714379 1715486 "NAGF01" 1716938 T NAGF01 (NIL) -7 NIL NIL) (-698 1706949 1708507 1710084 "NAGE04" 1711732 T NAGE04 (NIL) -7 NIL NIL) (-697 1698190 1700293 1702405 "NAGE02" 1704857 T NAGE02 (NIL) -7 NIL NIL) (-696 1694183 1695120 1696074 "NAGE01" 1697256 T NAGE01 (NIL) -7 NIL NIL) (-695 1691990 1692521 1693076 "NAGD03" 1693648 T NAGD03 (NIL) -7 NIL NIL) (-694 1683776 1685695 1687640 "NAGD02" 1690065 T NAGD02 (NIL) -7 NIL NIL) (-693 1677635 1679048 1680476 "NAGD01" 1682368 T NAGD01 (NIL) -7 NIL NIL) (-692 1673892 1674702 1675527 "NAGC06" 1676830 T NAGC06 (NIL) -7 NIL NIL) (-691 1672369 1672698 1673051 "NAGC05" 1673559 T NAGC05 (NIL) -7 NIL NIL) (-690 1671753 1671870 1672012 "NAGC02" 1672247 T NAGC02 (NIL) -7 NIL NIL) (-689 1670815 1671372 1671412 "NAALG" 1671491 NIL NAALG (NIL T) -9 NIL 1671552) (-688 1670650 1670679 1670769 "NAALG-" 1670774 NIL NAALG- (NIL T T) -8 NIL NIL) (-687 1664600 1665708 1666895 "MULTSQFR" 1669546 NIL MULTSQFR (NIL T T T T) -7 NIL NIL) (-686 1663919 1663994 1664178 "MULTFACT" 1664512 NIL MULTFACT (NIL T T T T) -7 NIL NIL) (-685 1657113 1661024 1661076 "MTSCAT" 1662136 NIL MTSCAT (NIL T T) -9 NIL 1662650) (-684 1656825 1656879 1656971 "MTHING" 1657053 NIL MTHING (NIL T) -7 NIL NIL) (-683 1656617 1656650 1656710 "MSYSCMD" 1656785 T MSYSCMD (NIL) -7 NIL NIL) (-682 1652729 1655372 1655692 "MSET" 1656330 NIL MSET (NIL T) -8 NIL NIL) (-681 1649825 1652291 1652332 "MSETAGG" 1652337 NIL MSETAGG (NIL T) -9 NIL 1652371) (-680 1645681 1647223 1647964 "MRING" 1649128 NIL MRING (NIL T T) -8 NIL NIL) (-679 1645251 1645318 1645447 "MRF2" 1645608 NIL MRF2 (NIL T T T) -7 NIL NIL) (-678 1644869 1644904 1645048 "MRATFAC" 1645210 NIL MRATFAC (NIL T T T T) -7 NIL NIL) (-677 1642481 1642776 1643207 "MPRFF" 1644574 NIL MPRFF (NIL T T T T) -7 NIL NIL) (-676 1636501 1642336 1642432 "MPOLY" 1642437 NIL MPOLY (NIL NIL T) -8 NIL NIL) (-675 1635991 1636026 1636234 "MPCPF" 1636460 NIL MPCPF (NIL T T T T) -7 NIL NIL) (-674 1635507 1635550 1635733 "MPC3" 1635942 NIL MPC3 (NIL T T T T T T T) -7 NIL NIL) (-673 1634708 1634789 1635008 "MPC2" 1635422 NIL MPC2 (NIL T T T T T T T) -7 NIL NIL) (-672 1633009 1633346 1633736 "MONOTOOL" 1634368 NIL MONOTOOL (NIL T T) -7 NIL NIL) (-671 1632134 1632469 1632497 "MONOID" 1632774 T MONOID (NIL) -9 NIL 1632946) (-670 1631512 1631675 1631918 "MONOID-" 1631923 NIL MONOID- (NIL T) -8 NIL NIL) (-669 1622493 1628479 1628538 "MONOGEN" 1629212 NIL MONOGEN (NIL T T) -9 NIL 1629668) (-668 1619711 1620446 1621446 "MONOGEN-" 1621565 NIL MONOGEN- (NIL T T T) -8 NIL NIL) (-667 1618571 1618991 1619019 "MONADWU" 1619411 T MONADWU (NIL) -9 NIL 1619649) (-666 1617943 1618102 1618350 "MONADWU-" 1618355 NIL MONADWU- (NIL T) -8 NIL NIL) (-665 1617329 1617547 1617575 "MONAD" 1617782 T MONAD (NIL) -9 NIL 1617894) (-664 1617014 1617092 1617224 "MONAD-" 1617229 NIL MONAD- (NIL T) -8 NIL NIL) (-663 1615265 1615927 1616206 "MOEBIUS" 1616767 NIL MOEBIUS (NIL T) -8 NIL NIL) (-662 1614659 1615037 1615077 "MODULE" 1615082 NIL MODULE (NIL T) -9 NIL 1615108) (-661 1614227 1614323 1614513 "MODULE-" 1614518 NIL MODULE- (NIL T T) -8 NIL NIL) (-660 1611898 1612593 1612919 "MODRING" 1614052 NIL MODRING (NIL T T NIL NIL NIL) -8 NIL NIL) (-659 1608854 1610019 1610536 "MODOP" 1611430 NIL MODOP (NIL T T) -8 NIL NIL) (-658 1607041 1607493 1607834 "MODMONOM" 1608653 NIL MODMONOM (NIL T T NIL) -8 NIL NIL) (-657 1596720 1605245 1605667 "MODMON" 1606669 NIL MODMON (NIL T T) -8 NIL NIL) (-656 1593846 1595564 1595840 "MODFIELD" 1596595 NIL MODFIELD (NIL T T NIL NIL NIL) -8 NIL NIL) (-655 1592850 1593127 1593317 "MMLFORM" 1593676 T MMLFORM (NIL) -8 NIL NIL) (-654 1592376 1592419 1592598 "MMAP" 1592801 NIL MMAP (NIL T T T T T T) -7 NIL NIL) (-653 1590613 1591390 1591430 "MLO" 1591847 NIL MLO (NIL T) -9 NIL 1592088) (-652 1587980 1588495 1589097 "MLIFT" 1590094 NIL MLIFT (NIL T T T T) -7 NIL NIL) (-651 1587371 1587455 1587609 "MKUCFUNC" 1587891 NIL MKUCFUNC (NIL T T T) -7 NIL NIL) (-650 1586970 1587040 1587163 "MKRECORD" 1587294 NIL MKRECORD (NIL T T) -7 NIL NIL) (-649 1586018 1586179 1586407 "MKFUNC" 1586781 NIL MKFUNC (NIL T) -7 NIL NIL) (-648 1585406 1585510 1585666 "MKFLCFN" 1585901 NIL MKFLCFN (NIL T) -7 NIL NIL) (-647 1584832 1585199 1585288 "MKCHSET" 1585350 NIL MKCHSET (NIL T) -8 NIL NIL) (-646 1584109 1584211 1584396 "MKBCFUNC" 1584725 NIL MKBCFUNC (NIL T T T T) -7 NIL NIL) (-645 1580793 1583663 1583799 "MINT" 1583993 T MINT (NIL) -8 NIL NIL) (-644 1579605 1579848 1580125 "MHROWRED" 1580548 NIL MHROWRED (NIL T) -7 NIL NIL) (-643 1574876 1578050 1578474 "MFLOAT" 1579201 T MFLOAT (NIL) -8 NIL NIL) (-642 1574233 1574309 1574480 "MFINFACT" 1574788 NIL MFINFACT (NIL T T T T) -7 NIL NIL) (-641 1570548 1571396 1572280 "MESH" 1573369 T MESH (NIL) -7 NIL NIL) (-640 1568938 1569250 1569603 "MDDFACT" 1570235 NIL MDDFACT (NIL T) -7 NIL NIL) (-639 1565781 1568098 1568139 "MDAGG" 1568394 NIL MDAGG (NIL T) -9 NIL 1568537) (-638 1555479 1565074 1565281 "MCMPLX" 1565594 T MCMPLX (NIL) -8 NIL NIL) (-637 1554620 1554766 1554966 "MCDEN" 1555328 NIL MCDEN (NIL T T) -7 NIL NIL) (-636 1552510 1552780 1553160 "MCALCFN" 1554350 NIL MCALCFN (NIL T T T T) -7 NIL NIL) (-635 1550132 1550655 1551216 "MATSTOR" 1551981 NIL MATSTOR (NIL T) -7 NIL NIL) (-634 1546141 1549507 1549754 "MATRIX" 1549917 NIL MATRIX (NIL T) -8 NIL NIL) (-633 1541910 1542614 1543350 "MATLIN" 1545498 NIL MATLIN (NIL T T T T) -7 NIL NIL) (-632 1532108 1535246 1535322 "MATCAT" 1540160 NIL MATCAT (NIL T T T) -9 NIL 1541577) (-631 1528473 1529486 1530841 "MATCAT-" 1530846 NIL MATCAT- (NIL T T T T) -8 NIL NIL) (-630 1527075 1527228 1527559 "MATCAT2" 1528308 NIL MATCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-629 1525187 1525511 1525895 "MAPPKG3" 1526750 NIL MAPPKG3 (NIL T T T) -7 NIL NIL) (-628 1524168 1524341 1524563 "MAPPKG2" 1525011 NIL MAPPKG2 (NIL T T) -7 NIL NIL) (-627 1522667 1522951 1523278 "MAPPKG1" 1523874 NIL MAPPKG1 (NIL T) -7 NIL NIL) (-626 1522278 1522336 1522459 "MAPHACK3" 1522603 NIL MAPHACK3 (NIL T T T) -7 NIL NIL) (-625 1521870 1521931 1522045 "MAPHACK2" 1522210 NIL MAPHACK2 (NIL T T) -7 NIL NIL) (-624 1521308 1521411 1521553 "MAPHACK1" 1521761 NIL MAPHACK1 (NIL T) -7 NIL NIL) (-623 1519416 1520010 1520313 "MAGMA" 1521037 NIL MAGMA (NIL T) -8 NIL NIL) (-622 1515890 1517660 1518120 "M3D" 1518989 NIL M3D (NIL T) -8 NIL NIL) (-621 1510046 1514261 1514302 "LZSTAGG" 1515084 NIL LZSTAGG (NIL T) -9 NIL 1515379) (-620 1506019 1507177 1508634 "LZSTAGG-" 1508639 NIL LZSTAGG- (NIL T T) -8 NIL NIL) (-619 1503135 1503912 1504398 "LWORD" 1505565 NIL LWORD (NIL T) -8 NIL NIL) (-618 1496295 1502906 1503040 "LSQM" 1503045 NIL LSQM (NIL NIL T) -8 NIL NIL) (-617 1495519 1495658 1495886 "LSPP" 1496150 NIL LSPP (NIL T T T T) -7 NIL NIL) (-616 1493331 1493632 1494088 "LSMP" 1495208 NIL LSMP (NIL T T T T) -7 NIL NIL) (-615 1490110 1490784 1491514 "LSMP1" 1492633 NIL LSMP1 (NIL T) -7 NIL NIL) (-614 1484037 1489279 1489320 "LSAGG" 1489382 NIL LSAGG (NIL T) -9 NIL 1489460) (-613 1480732 1481656 1482869 "LSAGG-" 1482874 NIL LSAGG- (NIL T T) -8 NIL NIL) (-612 1478358 1479876 1480125 "LPOLY" 1480527 NIL LPOLY (NIL T T) -8 NIL NIL) (-611 1477940 1478025 1478148 "LPEFRAC" 1478267 NIL LPEFRAC (NIL T) -7 NIL NIL) (-610 1476287 1477034 1477287 "LO" 1477772 NIL LO (NIL T T T) -8 NIL NIL) (-609 1475941 1476053 1476081 "LOGIC" 1476192 T LOGIC (NIL) -9 NIL 1476272) (-608 1475803 1475826 1475897 "LOGIC-" 1475902 NIL LOGIC- (NIL T) -8 NIL NIL) (-607 1474996 1475136 1475329 "LODOOPS" 1475659 NIL LODOOPS (NIL T T) -7 NIL NIL) (-606 1472414 1474913 1474978 "LODO" 1474983 NIL LODO (NIL T NIL) -8 NIL NIL) (-605 1470960 1471195 1471546 "LODOF" 1472161 NIL LODOF (NIL T T) -7 NIL NIL) (-604 1467380 1469816 1469856 "LODOCAT" 1470288 NIL LODOCAT (NIL T) -9 NIL 1470499) (-603 1467114 1467172 1467298 "LODOCAT-" 1467303 NIL LODOCAT- (NIL T T) -8 NIL NIL) (-602 1464428 1466955 1467073 "LODO2" 1467078 NIL LODO2 (NIL T T) -8 NIL NIL) (-601 1461857 1464365 1464410 "LODO1" 1464415 NIL LODO1 (NIL T) -8 NIL NIL) (-600 1460720 1460885 1461196 "LODEEF" 1461680 NIL LODEEF (NIL T T T) -7 NIL NIL) (-599 1456007 1458851 1458892 "LNAGG" 1459839 NIL LNAGG (NIL T) -9 NIL 1460283) (-598 1455154 1455368 1455710 "LNAGG-" 1455715 NIL LNAGG- (NIL T T) -8 NIL NIL) (-597 1451319 1452081 1452719 "LMOPS" 1454570 NIL LMOPS (NIL T T NIL) -8 NIL NIL) (-596 1450717 1451079 1451119 "LMODULE" 1451179 NIL LMODULE (NIL T) -9 NIL 1451221) (-595 1447963 1450362 1450485 "LMDICT" 1450627 NIL LMDICT (NIL T) -8 NIL NIL) (-594 1441190 1446909 1447207 "LIST" 1447698 NIL LIST (NIL T) -8 NIL NIL) (-593 1440715 1440789 1440928 "LIST3" 1441110 NIL LIST3 (NIL T T T) -7 NIL NIL) (-592 1439722 1439900 1440128 "LIST2" 1440533 NIL LIST2 (NIL T T) -7 NIL NIL) (-591 1437856 1438168 1438567 "LIST2MAP" 1439369 NIL LIST2MAP (NIL T T) -7 NIL NIL) (-590 1436569 1437249 1437289 "LINEXP" 1437542 NIL LINEXP (NIL T) -9 NIL 1437690) (-589 1435216 1435476 1435773 "LINDEP" 1436321 NIL LINDEP (NIL T T) -7 NIL NIL) (-588 1431983 1432702 1433479 "LIMITRF" 1434471 NIL LIMITRF (NIL T) -7 NIL NIL) (-587 1430263 1430558 1430973 "LIMITPS" 1431678 NIL LIMITPS (NIL T T) -7 NIL NIL) (-586 1424718 1429774 1430002 "LIE" 1430084 NIL LIE (NIL T T) -8 NIL NIL) (-585 1423769 1424212 1424252 "LIECAT" 1424392 NIL LIECAT (NIL T) -9 NIL 1424543) (-584 1423610 1423637 1423725 "LIECAT-" 1423730 NIL LIECAT- (NIL T T) -8 NIL NIL) (-583 1416222 1423059 1423224 "LIB" 1423465 T LIB (NIL) -8 NIL NIL) (-582 1411859 1412740 1413675 "LGROBP" 1415339 NIL LGROBP (NIL NIL T) -7 NIL NIL) (-581 1409725 1409999 1410361 "LF" 1411580 NIL LF (NIL T T) -7 NIL NIL) (-580 1408565 1409257 1409285 "LFCAT" 1409492 T LFCAT (NIL) -9 NIL 1409631) (-579 1405477 1406103 1406789 "LEXTRIPK" 1407931 NIL LEXTRIPK (NIL T NIL) -7 NIL NIL) (-578 1402183 1403047 1403550 "LEXP" 1405057 NIL LEXP (NIL T T NIL) -8 NIL NIL) (-577 1400581 1400894 1401295 "LEADCDET" 1401865 NIL LEADCDET (NIL T T T T) -7 NIL NIL) (-576 1399777 1399851 1400078 "LAZM3PK" 1400502 NIL LAZM3PK (NIL T T T T T T) -7 NIL NIL) (-575 1394694 1397856 1398393 "LAUPOL" 1399290 NIL LAUPOL (NIL T T) -8 NIL NIL) (-574 1394261 1394305 1394472 "LAPLACE" 1394644 NIL LAPLACE (NIL T T) -7 NIL NIL) (-573 1392189 1393362 1393613 "LA" 1394094 NIL LA (NIL T T T) -8 NIL NIL) (-572 1391252 1391846 1391886 "LALG" 1391947 NIL LALG (NIL T) -9 NIL 1392005) (-571 1390967 1391026 1391161 "LALG-" 1391166 NIL LALG- (NIL T T) -8 NIL NIL) (-570 1389877 1390064 1390361 "KOVACIC" 1390767 NIL KOVACIC (NIL T T) -7 NIL NIL) (-569 1389712 1389736 1389777 "KONVERT" 1389839 NIL KONVERT (NIL T) -9 NIL NIL) (-568 1389547 1389571 1389612 "KOERCE" 1389674 NIL KOERCE (NIL T) -9 NIL NIL) (-567 1387281 1388041 1388434 "KERNEL" 1389186 NIL KERNEL (NIL T) -8 NIL NIL) (-566 1386783 1386864 1386994 "KERNEL2" 1387195 NIL KERNEL2 (NIL T T) -7 NIL NIL) (-565 1380635 1385323 1385377 "KDAGG" 1385754 NIL KDAGG (NIL T T) -9 NIL 1385960) (-564 1380164 1380288 1380493 "KDAGG-" 1380498 NIL KDAGG- (NIL T T T) -8 NIL NIL) (-563 1373339 1379825 1379980 "KAFILE" 1380042 NIL KAFILE (NIL T) -8 NIL NIL) (-562 1367794 1372850 1373078 "JORDAN" 1373160 NIL JORDAN (NIL T T) -8 NIL NIL) (-561 1367523 1367582 1367669 "JAVACODE" 1367727 T JAVACODE (NIL) -8 NIL NIL) (-560 1363823 1365729 1365783 "IXAGG" 1366712 NIL IXAGG (NIL T T) -9 NIL 1367171) (-559 1362742 1363048 1363467 "IXAGG-" 1363472 NIL IXAGG- (NIL T T T) -8 NIL NIL) (-558 1358327 1362664 1362723 "IVECTOR" 1362728 NIL IVECTOR (NIL T NIL) -8 NIL NIL) (-557 1357093 1357330 1357596 "ITUPLE" 1358094 NIL ITUPLE (NIL T) -8 NIL NIL) (-556 1355529 1355706 1356012 "ITRIGMNP" 1356915 NIL ITRIGMNP (NIL T T T) -7 NIL NIL) (-555 1354274 1354478 1354761 "ITFUN3" 1355305 NIL ITFUN3 (NIL T T T) -7 NIL NIL) (-554 1353906 1353963 1354072 "ITFUN2" 1354211 NIL ITFUN2 (NIL T T) -7 NIL NIL) (-553 1351708 1352779 1353076 "ITAYLOR" 1353641 NIL ITAYLOR (NIL T) -8 NIL NIL) (-552 1340696 1345894 1347053 "ISUPS" 1350581 NIL ISUPS (NIL T) -8 NIL NIL) (-551 1339800 1339940 1340176 "ISUMP" 1340543 NIL ISUMP (NIL T T T T) -7 NIL NIL) (-550 1335064 1339601 1339680 "ISTRING" 1339753 NIL ISTRING (NIL NIL) -8 NIL NIL) (-549 1334277 1334358 1334573 "IRURPK" 1334978 NIL IRURPK (NIL T T T T T) -7 NIL NIL) (-548 1333213 1333414 1333654 "IRSN" 1334057 T IRSN (NIL) -7 NIL NIL) (-547 1331248 1331603 1332038 "IRRF2F" 1332851 NIL IRRF2F (NIL T) -7 NIL NIL) (-546 1330995 1331033 1331109 "IRREDFFX" 1331204 NIL IRREDFFX (NIL T) -7 NIL NIL) (-545 1329610 1329869 1330168 "IROOT" 1330728 NIL IROOT (NIL T) -7 NIL NIL) (-544 1326248 1327299 1327989 "IR" 1328952 NIL IR (NIL T) -8 NIL NIL) (-543 1323861 1324356 1324922 "IR2" 1325726 NIL IR2 (NIL T T) -7 NIL NIL) (-542 1322937 1323050 1323270 "IR2F" 1323744 NIL IR2F (NIL T T) -7 NIL NIL) (-541 1322728 1322762 1322822 "IPRNTPK" 1322897 T IPRNTPK (NIL) -7 NIL NIL) (-540 1319282 1322617 1322686 "IPF" 1322691 NIL IPF (NIL NIL) -8 NIL NIL) (-539 1317599 1319207 1319264 "IPADIC" 1319269 NIL IPADIC (NIL NIL NIL) -8 NIL NIL) (-538 1317098 1317156 1317345 "INVLAPLA" 1317535 NIL INVLAPLA (NIL T T) -7 NIL NIL) (-537 1306747 1309100 1311486 "INTTR" 1314762 NIL INTTR (NIL T T) -7 NIL NIL) (-536 1303095 1303836 1304699 "INTTOOLS" 1305933 NIL INTTOOLS (NIL T T) -7 NIL NIL) (-535 1302681 1302772 1302889 "INTSLPE" 1302998 T INTSLPE (NIL) -7 NIL NIL) (-534 1300631 1302604 1302663 "INTRVL" 1302668 NIL INTRVL (NIL T) -8 NIL NIL) (-533 1298238 1298750 1299324 "INTRF" 1300116 NIL INTRF (NIL T) -7 NIL NIL) (-532 1297653 1297750 1297891 "INTRET" 1298136 NIL INTRET (NIL T) -7 NIL NIL) (-531 1295655 1296044 1296513 "INTRAT" 1297261 NIL INTRAT (NIL T T) -7 NIL NIL) (-530 1292888 1293471 1294096 "INTPM" 1295140 NIL INTPM (NIL T T) -7 NIL NIL) (-529 1289597 1290196 1290940 "INTPAF" 1292274 NIL INTPAF (NIL T T T) -7 NIL NIL) (-528 1284840 1285786 1286821 "INTPACK" 1288582 T INTPACK (NIL) -7 NIL NIL) (-527 1281694 1284569 1284696 "INT" 1284733 T INT (NIL) -8 NIL NIL) (-526 1280946 1281098 1281306 "INTHERTR" 1281536 NIL INTHERTR (NIL T T) -7 NIL NIL) (-525 1280385 1280465 1280653 "INTHERAL" 1280860 NIL INTHERAL (NIL T T T T) -7 NIL NIL) (-524 1278231 1278674 1279131 "INTHEORY" 1279948 T INTHEORY (NIL) -7 NIL NIL) (-523 1269553 1271174 1272952 "INTG0" 1276583 NIL INTG0 (NIL T T T) -7 NIL NIL) (-522 1250126 1254916 1259726 "INTFTBL" 1264763 T INTFTBL (NIL) -8 NIL NIL) (-521 1249375 1249513 1249686 "INTFACT" 1249985 NIL INTFACT (NIL T) -7 NIL NIL) (-520 1246766 1247212 1247775 "INTEF" 1248929 NIL INTEF (NIL T T) -7 NIL NIL) (-519 1245228 1245977 1246005 "INTDOM" 1246306 T INTDOM (NIL) -9 NIL 1246513) (-518 1244597 1244771 1245013 "INTDOM-" 1245018 NIL INTDOM- (NIL T) -8 NIL NIL) (-517 1241090 1243022 1243076 "INTCAT" 1243875 NIL INTCAT (NIL T) -9 NIL 1244194) (-516 1240563 1240665 1240793 "INTBIT" 1240982 T INTBIT (NIL) -7 NIL NIL) (-515 1239238 1239392 1239705 "INTALG" 1240408 NIL INTALG (NIL T T T T T) -7 NIL NIL) (-514 1238695 1238785 1238955 "INTAF" 1239142 NIL INTAF (NIL T T) -7 NIL NIL) (-513 1232149 1238505 1238645 "INTABL" 1238650 NIL INTABL (NIL T T T) -8 NIL NIL) (-512 1227100 1229829 1229857 "INS" 1230825 T INS (NIL) -9 NIL 1231506) (-511 1224340 1225111 1226085 "INS-" 1226158 NIL INS- (NIL T) -8 NIL NIL) (-510 1223119 1223346 1223643 "INPSIGN" 1224093 NIL INPSIGN (NIL T T) -7 NIL NIL) (-509 1222237 1222354 1222551 "INPRODPF" 1222999 NIL INPRODPF (NIL T T) -7 NIL NIL) (-508 1221131 1221248 1221485 "INPRODFF" 1222117 NIL INPRODFF (NIL T T T T) -7 NIL NIL) (-507 1220131 1220283 1220543 "INNMFACT" 1220967 NIL INNMFACT (NIL T T T T) -7 NIL NIL) (-506 1219328 1219425 1219613 "INMODGCD" 1220030 NIL INMODGCD (NIL T T NIL NIL) -7 NIL NIL) (-505 1217837 1218081 1218405 "INFSP" 1219073 NIL INFSP (NIL T T T) -7 NIL NIL) (-504 1217021 1217138 1217321 "INFPROD0" 1217717 NIL INFPROD0 (NIL T T) -7 NIL NIL) (-503 1214032 1215190 1215681 "INFORM" 1216538 T INFORM (NIL) -8 NIL NIL) (-502 1213642 1213702 1213800 "INFORM1" 1213967 NIL INFORM1 (NIL T) -7 NIL NIL) (-501 1213165 1213254 1213368 "INFINITY" 1213548 T INFINITY (NIL) -7 NIL NIL) (-500 1211782 1212031 1212352 "INEP" 1212913 NIL INEP (NIL T T T) -7 NIL NIL) (-499 1211058 1211679 1211744 "INDE" 1211749 NIL INDE (NIL T) -8 NIL NIL) (-498 1210622 1210690 1210807 "INCRMAPS" 1210985 NIL INCRMAPS (NIL T) -7 NIL NIL) (-497 1205933 1206858 1207802 "INBFF" 1209710 NIL INBFF (NIL T) -7 NIL NIL) (-496 1202428 1205778 1205881 "IMATRIX" 1205886 NIL IMATRIX (NIL T NIL NIL) -8 NIL NIL) (-495 1201140 1201263 1201578 "IMATQF" 1202284 NIL IMATQF (NIL T T T T T T T T) -7 NIL NIL) (-494 1199360 1199587 1199924 "IMATLIN" 1200896 NIL IMATLIN (NIL T T T T) -7 NIL NIL) (-493 1193986 1199284 1199342 "ILIST" 1199347 NIL ILIST (NIL T NIL) -8 NIL NIL) (-492 1191939 1193846 1193959 "IIARRAY2" 1193964 NIL IIARRAY2 (NIL T NIL NIL T T) -8 NIL NIL) (-491 1187307 1191850 1191914 "IFF" 1191919 NIL IFF (NIL NIL NIL) -8 NIL NIL) (-490 1182350 1186599 1186787 "IFARRAY" 1187164 NIL IFARRAY (NIL T NIL) -8 NIL NIL) (-489 1181557 1182254 1182327 "IFAMON" 1182332 NIL IFAMON (NIL T T NIL) -8 NIL NIL) (-488 1181141 1181206 1181260 "IEVALAB" 1181467 NIL IEVALAB (NIL T T) -9 NIL NIL) (-487 1180816 1180884 1181044 "IEVALAB-" 1181049 NIL IEVALAB- (NIL T T T) -8 NIL NIL) (-486 1180474 1180730 1180793 "IDPO" 1180798 NIL IDPO (NIL T T) -8 NIL NIL) (-485 1179751 1180363 1180438 "IDPOAMS" 1180443 NIL IDPOAMS (NIL T T) -8 NIL NIL) (-484 1179085 1179640 1179715 "IDPOAM" 1179720 NIL IDPOAM (NIL T T) -8 NIL NIL) (-483 1178171 1178421 1178474 "IDPC" 1178887 NIL IDPC (NIL T T) -9 NIL 1179036) (-482 1177667 1178063 1178136 "IDPAM" 1178141 NIL IDPAM (NIL T T) -8 NIL NIL) (-481 1177070 1177559 1177632 "IDPAG" 1177637 NIL IDPAG (NIL T T) -8 NIL NIL) (-480 1173325 1174173 1175068 "IDECOMP" 1176227 NIL IDECOMP (NIL NIL NIL) -7 NIL NIL) (-479 1166198 1167248 1168295 "IDEAL" 1172361 NIL IDEAL (NIL T T T T) -8 NIL NIL) (-478 1165362 1165474 1165673 "ICDEN" 1166082 NIL ICDEN (NIL T T T T) -7 NIL NIL) (-477 1164461 1164842 1164989 "ICARD" 1165235 T ICARD (NIL) -8 NIL NIL) (-476 1162533 1162846 1163249 "IBPTOOLS" 1164138 NIL IBPTOOLS (NIL T T T T) -7 NIL NIL) (-475 1158147 1162153 1162266 "IBITS" 1162452 NIL IBITS (NIL NIL) -8 NIL NIL) (-474 1154870 1155446 1156141 "IBATOOL" 1157564 NIL IBATOOL (NIL T T T) -7 NIL NIL) (-473 1152650 1153111 1153644 "IBACHIN" 1154405 NIL IBACHIN (NIL T T T) -7 NIL NIL) (-472 1150527 1152496 1152599 "IARRAY2" 1152604 NIL IARRAY2 (NIL T NIL NIL) -8 NIL NIL) (-471 1146680 1150453 1150510 "IARRAY1" 1150515 NIL IARRAY1 (NIL T NIL) -8 NIL NIL) (-470 1140618 1145098 1145576 "IAN" 1146222 T IAN (NIL) -8 NIL NIL) (-469 1140129 1140186 1140359 "IALGFACT" 1140555 NIL IALGFACT (NIL T T T T) -7 NIL NIL) (-468 1139657 1139770 1139798 "HYPCAT" 1140005 T HYPCAT (NIL) -9 NIL NIL) (-467 1139195 1139312 1139498 "HYPCAT-" 1139503 NIL HYPCAT- (NIL T) -8 NIL NIL) (-466 1135875 1137206 1137247 "HOAGG" 1138228 NIL HOAGG (NIL T) -9 NIL 1138907) (-465 1134469 1134868 1135394 "HOAGG-" 1135399 NIL HOAGG- (NIL T T) -8 NIL NIL) (-464 1128299 1133910 1134076 "HEXADEC" 1134323 T HEXADEC (NIL) -8 NIL NIL) (-463 1127047 1127269 1127532 "HEUGCD" 1128076 NIL HEUGCD (NIL T) -7 NIL NIL) (-462 1126150 1126884 1127014 "HELLFDIV" 1127019 NIL HELLFDIV (NIL T T T T) -8 NIL NIL) (-461 1124378 1125927 1126015 "HEAP" 1126094 NIL HEAP (NIL T) -8 NIL NIL) (-460 1118245 1124293 1124355 "HDP" 1124360 NIL HDP (NIL NIL T) -8 NIL NIL) (-459 1111957 1117882 1118033 "HDMP" 1118146 NIL HDMP (NIL NIL T) -8 NIL NIL) (-458 1111282 1111421 1111585 "HB" 1111813 T HB (NIL) -7 NIL NIL) (-457 1104779 1111128 1111232 "HASHTBL" 1111237 NIL HASHTBL (NIL T T NIL) -8 NIL NIL) (-456 1102532 1104407 1104586 "HACKPI" 1104620 T HACKPI (NIL) -8 NIL NIL) (-455 1098228 1102386 1102498 "GTSET" 1102503 NIL GTSET (NIL T T T T) -8 NIL NIL) (-454 1091754 1098106 1098204 "GSTBL" 1098209 NIL GSTBL (NIL T T T NIL) -8 NIL NIL) (-453 1083987 1090790 1091054 "GSERIES" 1091545 NIL GSERIES (NIL T NIL NIL) -8 NIL NIL) (-452 1083010 1083463 1083491 "GROUP" 1083752 T GROUP (NIL) -9 NIL 1083911) (-451 1082126 1082349 1082693 "GROUP-" 1082698 NIL GROUP- (NIL T) -8 NIL NIL) (-450 1080495 1080814 1081201 "GROEBSOL" 1081803 NIL GROEBSOL (NIL NIL T T) -7 NIL NIL) (-449 1079436 1079698 1079749 "GRMOD" 1080278 NIL GRMOD (NIL T T) -9 NIL 1080446) (-448 1079204 1079240 1079368 "GRMOD-" 1079373 NIL GRMOD- (NIL T T T) -8 NIL NIL) (-447 1074530 1075558 1076558 "GRIMAGE" 1078224 T GRIMAGE (NIL) -8 NIL NIL) (-446 1072997 1073257 1073581 "GRDEF" 1074226 T GRDEF (NIL) -7 NIL NIL) (-445 1072441 1072557 1072698 "GRAY" 1072876 T GRAY (NIL) -7 NIL NIL) (-444 1071675 1072055 1072106 "GRALG" 1072259 NIL GRALG (NIL T T) -9 NIL 1072351) (-443 1071336 1071409 1071572 "GRALG-" 1071577 NIL GRALG- (NIL T T T) -8 NIL NIL) (-442 1068144 1070925 1071101 "GPOLSET" 1071243 NIL GPOLSET (NIL T T T T) -8 NIL NIL) (-441 1067500 1067557 1067814 "GOSPER" 1068081 NIL GOSPER (NIL T T T T T) -7 NIL NIL) (-440 1063259 1063938 1064464 "GMODPOL" 1067199 NIL GMODPOL (NIL NIL T T T NIL T) -8 NIL NIL) (-439 1062264 1062448 1062686 "GHENSEL" 1063071 NIL GHENSEL (NIL T T) -7 NIL NIL) (-438 1056330 1057173 1058199 "GENUPS" 1061348 NIL GENUPS (NIL T T) -7 NIL NIL) (-437 1056027 1056078 1056167 "GENUFACT" 1056273 NIL GENUFACT (NIL T) -7 NIL NIL) (-436 1055439 1055516 1055681 "GENPGCD" 1055945 NIL GENPGCD (NIL T T T T) -7 NIL NIL) (-435 1054913 1054948 1055161 "GENMFACT" 1055398 NIL GENMFACT (NIL T T T T T) -7 NIL NIL) (-434 1053481 1053736 1054043 "GENEEZ" 1054656 NIL GENEEZ (NIL T T) -7 NIL NIL) (-433 1047355 1053094 1053255 "GDMP" 1053404 NIL GDMP (NIL NIL T T) -8 NIL NIL) (-432 1036732 1041126 1042232 "GCNAALG" 1046338 NIL GCNAALG (NIL T NIL NIL NIL) -8 NIL NIL) (-431 1035154 1036026 1036054 "GCDDOM" 1036309 T GCDDOM (NIL) -9 NIL 1036466) (-430 1034624 1034751 1034966 "GCDDOM-" 1034971 NIL GCDDOM- (NIL T) -8 NIL NIL) (-429 1033296 1033481 1033785 "GB" 1034403 NIL GB (NIL T T T T) -7 NIL NIL) (-428 1021916 1024242 1026634 "GBINTERN" 1030987 NIL GBINTERN (NIL T T T T) -7 NIL NIL) (-427 1019753 1020045 1020466 "GBF" 1021591 NIL GBF (NIL T T T T) -7 NIL NIL) (-426 1018534 1018699 1018966 "GBEUCLID" 1019569 NIL GBEUCLID (NIL T T T T) -7 NIL NIL) (-425 1017883 1018008 1018157 "GAUSSFAC" 1018405 T GAUSSFAC (NIL) -7 NIL NIL) (-424 1016260 1016562 1016875 "GALUTIL" 1017602 NIL GALUTIL (NIL T) -7 NIL NIL) (-423 1014577 1014851 1015174 "GALPOLYU" 1015987 NIL GALPOLYU (NIL T T) -7 NIL NIL) (-422 1011966 1012256 1012661 "GALFACTU" 1014274 NIL GALFACTU (NIL T T T) -7 NIL NIL) (-421 1003772 1005271 1006879 "GALFACT" 1010398 NIL GALFACT (NIL T) -7 NIL NIL) (-420 1001160 1001818 1001846 "FVFUN" 1003002 T FVFUN (NIL) -9 NIL 1003722) (-419 1000426 1000608 1000636 "FVC" 1000927 T FVC (NIL) -9 NIL 1001110) (-418 1000068 1000223 1000304 "FUNCTION" 1000378 NIL FUNCTION (NIL NIL) -8 NIL NIL) (-417 997738 998289 998778 "FT" 999599 T FT (NIL) -8 NIL NIL) (-416 996556 997039 997242 "FTEM" 997555 T FTEM (NIL) -8 NIL NIL) (-415 994821 995109 995511 "FSUPFACT" 996248 NIL FSUPFACT (NIL T T T) -7 NIL NIL) (-414 993218 993507 993839 "FST" 994509 T FST (NIL) -8 NIL NIL) (-413 992393 992499 992693 "FSRED" 993100 NIL FSRED (NIL T T) -7 NIL NIL) (-412 991072 991327 991681 "FSPRMELT" 992108 NIL FSPRMELT (NIL T T) -7 NIL NIL) (-411 988157 988595 989094 "FSPECF" 990635 NIL FSPECF (NIL T T) -7 NIL NIL) (-410 970531 979088 979128 "FS" 982966 NIL FS (NIL T) -9 NIL 985248) (-409 959181 962171 966227 "FS-" 966524 NIL FS- (NIL T T) -8 NIL NIL) (-408 958697 958751 958927 "FSINT" 959122 NIL FSINT (NIL T T) -7 NIL NIL) (-407 956978 957690 957993 "FSERIES" 958476 NIL FSERIES (NIL T T) -8 NIL NIL) (-406 955996 956112 956342 "FSCINT" 956858 NIL FSCINT (NIL T T) -7 NIL NIL) (-405 952231 954941 954982 "FSAGG" 955352 NIL FSAGG (NIL T) -9 NIL 955611) (-404 949993 950594 951390 "FSAGG-" 951485 NIL FSAGG- (NIL T T) -8 NIL NIL) (-403 949035 949178 949405 "FSAGG2" 949846 NIL FSAGG2 (NIL T T T T) -7 NIL NIL) (-402 946694 946973 947526 "FS2UPS" 948753 NIL FS2UPS (NIL T T T T T NIL) -7 NIL NIL) (-401 946280 946323 946476 "FS2" 946645 NIL FS2 (NIL T T T T) -7 NIL NIL) (-400 945140 945311 945619 "FS2EXPXP" 946105 NIL FS2EXPXP (NIL T T NIL NIL) -7 NIL NIL) (-399 944566 944681 944833 "FRUTIL" 945020 NIL FRUTIL (NIL T) -7 NIL NIL) (-398 935986 940065 941421 "FR" 943242 NIL FR (NIL T) -8 NIL NIL) (-397 931063 933706 933746 "FRNAALG" 935142 NIL FRNAALG (NIL T) -9 NIL 935749) (-396 926741 927812 929087 "FRNAALG-" 929837 NIL FRNAALG- (NIL T T) -8 NIL NIL) (-395 926379 926422 926549 "FRNAAF2" 926692 NIL FRNAAF2 (NIL T T T T) -7 NIL NIL) (-394 924744 925236 925530 "FRMOD" 926192 NIL FRMOD (NIL T T T T NIL) -8 NIL NIL) (-393 922466 923135 923451 "FRIDEAL" 924535 NIL FRIDEAL (NIL T T T T) -8 NIL NIL) (-392 921665 921752 922039 "FRIDEAL2" 922373 NIL FRIDEAL2 (NIL T T T T T T T T) -7 NIL NIL) (-391 920923 921331 921372 "FRETRCT" 921377 NIL FRETRCT (NIL T) -9 NIL 921548) (-390 920035 920266 920617 "FRETRCT-" 920622 NIL FRETRCT- (NIL T T) -8 NIL NIL) (-389 917245 918465 918524 "FRAMALG" 919406 NIL FRAMALG (NIL T T) -9 NIL 919698) (-388 915378 915834 916464 "FRAMALG-" 916687 NIL FRAMALG- (NIL T T T) -8 NIL NIL) (-387 909280 914853 915129 "FRAC" 915134 NIL FRAC (NIL T) -8 NIL NIL) (-386 908916 908973 909080 "FRAC2" 909217 NIL FRAC2 (NIL T T) -7 NIL NIL) (-385 908552 908609 908716 "FR2" 908853 NIL FR2 (NIL T T) -7 NIL NIL) (-384 903226 906139 906167 "FPS" 907286 T FPS (NIL) -9 NIL 907842) (-383 902675 902784 902948 "FPS-" 903094 NIL FPS- (NIL T) -8 NIL NIL) (-382 900124 901821 901849 "FPC" 902074 T FPC (NIL) -9 NIL 902216) (-381 899917 899957 900054 "FPC-" 900059 NIL FPC- (NIL T) -8 NIL NIL) (-380 898796 899406 899447 "FPATMAB" 899452 NIL FPATMAB (NIL T) -9 NIL 899604) (-379 896496 896972 897398 "FPARFRAC" 898433 NIL FPARFRAC (NIL T T) -8 NIL NIL) (-378 891889 892388 893070 "FORTRAN" 895928 NIL FORTRAN (NIL NIL NIL NIL NIL) -8 NIL NIL) (-377 889605 890105 890644 "FORT" 891370 T FORT (NIL) -7 NIL NIL) (-376 887281 887843 887871 "FORTFN" 888931 T FORTFN (NIL) -9 NIL 889555) (-375 887045 887095 887123 "FORTCAT" 887182 T FORTCAT (NIL) -9 NIL 887244) (-374 885105 885588 885987 "FORMULA" 886666 T FORMULA (NIL) -8 NIL NIL) (-373 884893 884923 884992 "FORMULA1" 885069 NIL FORMULA1 (NIL T) -7 NIL NIL) (-372 884416 884468 884641 "FORDER" 884835 NIL FORDER (NIL T T T T) -7 NIL NIL) (-371 883512 883676 883869 "FOP" 884243 T FOP (NIL) -7 NIL NIL) (-370 882120 882792 882966 "FNLA" 883394 NIL FNLA (NIL NIL NIL T) -8 NIL NIL) (-369 880789 881178 881206 "FNCAT" 881778 T FNCAT (NIL) -9 NIL 882071) (-368 880355 880748 880776 "FNAME" 880781 T FNAME (NIL) -8 NIL NIL) (-367 879015 879988 880016 "FMTC" 880021 T FMTC (NIL) -9 NIL 880056) (-366 875333 876540 877168 "FMONOID" 878420 NIL FMONOID (NIL T) -8 NIL NIL) (-365 874553 875076 875224 "FM" 875229 NIL FM (NIL T T) -8 NIL NIL) (-364 871977 872623 872651 "FMFUN" 873795 T FMFUN (NIL) -9 NIL 874503) (-363 871246 871427 871455 "FMC" 871745 T FMC (NIL) -9 NIL 871927) (-362 868476 869310 869363 "FMCAT" 870545 NIL FMCAT (NIL T T) -9 NIL 871039) (-361 867371 868244 868343 "FM1" 868421 NIL FM1 (NIL T T) -8 NIL NIL) (-360 865145 865561 866055 "FLOATRP" 866922 NIL FLOATRP (NIL T) -7 NIL NIL) (-359 858631 862801 863431 "FLOAT" 864535 T FLOAT (NIL) -8 NIL NIL) (-358 856069 856569 857147 "FLOATCP" 858098 NIL FLOATCP (NIL T) -7 NIL NIL) (-357 854858 855706 855746 "FLINEXP" 855751 NIL FLINEXP (NIL T) -9 NIL 855844) (-356 854013 854248 854575 "FLINEXP-" 854580 NIL FLINEXP- (NIL T T) -8 NIL NIL) (-355 853089 853233 853457 "FLASORT" 853865 NIL FLASORT (NIL T T) -7 NIL NIL) (-354 850308 851150 851202 "FLALG" 852429 NIL FLALG (NIL T T) -9 NIL 852896) (-353 844093 847795 847836 "FLAGG" 849098 NIL FLAGG (NIL T) -9 NIL 849750) (-352 842819 843158 843648 "FLAGG-" 843653 NIL FLAGG- (NIL T T) -8 NIL NIL) (-351 841861 842004 842231 "FLAGG2" 842672 NIL FLAGG2 (NIL T T T T) -7 NIL NIL) (-350 838834 839852 839911 "FINRALG" 841039 NIL FINRALG (NIL T T) -9 NIL 841547) (-349 837994 838223 838562 "FINRALG-" 838567 NIL FINRALG- (NIL T T T) -8 NIL NIL) (-348 837401 837614 837642 "FINITE" 837838 T FINITE (NIL) -9 NIL 837945) (-347 829861 832022 832062 "FINAALG" 835729 NIL FINAALG (NIL T) -9 NIL 837182) (-346 825202 826243 827387 "FINAALG-" 828766 NIL FINAALG- (NIL T T) -8 NIL NIL) (-345 824597 824957 825060 "FILE" 825132 NIL FILE (NIL T) -8 NIL NIL) (-344 823282 823594 823648 "FILECAT" 824332 NIL FILECAT (NIL T T) -9 NIL 824548) (-343 821145 822701 822729 "FIELD" 822769 T FIELD (NIL) -9 NIL 822849) (-342 819765 820150 820661 "FIELD-" 820666 NIL FIELD- (NIL T) -8 NIL NIL) (-341 817580 818402 818748 "FGROUP" 819452 NIL FGROUP (NIL T) -8 NIL NIL) (-340 816670 816834 817054 "FGLMICPK" 817412 NIL FGLMICPK (NIL T NIL) -7 NIL NIL) (-339 812472 816595 816652 "FFX" 816657 NIL FFX (NIL T NIL) -8 NIL NIL) (-338 812073 812134 812269 "FFSLPE" 812405 NIL FFSLPE (NIL T T T) -7 NIL NIL) (-337 808066 808845 809641 "FFPOLY" 811309 NIL FFPOLY (NIL T) -7 NIL NIL) (-336 807570 807606 807815 "FFPOLY2" 808024 NIL FFPOLY2 (NIL T T) -7 NIL NIL) (-335 803391 807489 807552 "FFP" 807557 NIL FFP (NIL T NIL) -8 NIL NIL) (-334 798759 803302 803366 "FF" 803371 NIL FF (NIL NIL NIL) -8 NIL NIL) (-333 793855 798102 798292 "FFNBX" 798613 NIL FFNBX (NIL T NIL) -8 NIL NIL) (-332 788764 792990 793248 "FFNBP" 793709 NIL FFNBP (NIL T NIL) -8 NIL NIL) (-331 783367 788048 788259 "FFNB" 788597 NIL FFNB (NIL NIL NIL) -8 NIL NIL) (-330 782199 782397 782712 "FFINTBAS" 783164 NIL FFINTBAS (NIL T T T) -7 NIL NIL) (-329 778423 780663 780691 "FFIELDC" 781311 T FFIELDC (NIL) -9 NIL 781687) (-328 777086 777456 777953 "FFIELDC-" 777958 NIL FFIELDC- (NIL T) -8 NIL NIL) (-327 776656 776701 776825 "FFHOM" 777028 NIL FFHOM (NIL T T T) -7 NIL NIL) (-326 774354 774838 775355 "FFF" 776171 NIL FFF (NIL T) -7 NIL NIL) (-325 769942 774096 774197 "FFCGX" 774297 NIL FFCGX (NIL T NIL) -8 NIL NIL) (-324 765544 769674 769781 "FFCGP" 769885 NIL FFCGP (NIL T NIL) -8 NIL NIL) (-323 760697 765271 765379 "FFCG" 765480 NIL FFCG (NIL NIL NIL) -8 NIL NIL) (-322 742643 751766 751852 "FFCAT" 757017 NIL FFCAT (NIL T T T) -9 NIL 758504) (-321 737841 738888 740202 "FFCAT-" 741432 NIL FFCAT- (NIL T T T T) -8 NIL NIL) (-320 737252 737295 737530 "FFCAT2" 737792 NIL FFCAT2 (NIL T T T T T T T T) -7 NIL NIL) (-319 726452 730242 731459 "FEXPR" 736107 NIL FEXPR (NIL NIL NIL T) -8 NIL NIL) (-318 725452 725887 725928 "FEVALAB" 726012 NIL FEVALAB (NIL T) -9 NIL 726273) (-317 724611 724821 725159 "FEVALAB-" 725164 NIL FEVALAB- (NIL T T) -8 NIL NIL) (-316 723204 723994 724197 "FDIV" 724510 NIL FDIV (NIL T T T T) -8 NIL NIL) (-315 720271 720986 721101 "FDIVCAT" 722669 NIL FDIVCAT (NIL T T T T) -9 NIL 723106) (-314 720033 720060 720230 "FDIVCAT-" 720235 NIL FDIVCAT- (NIL T T T T T) -8 NIL NIL) (-313 719253 719340 719617 "FDIV2" 719940 NIL FDIV2 (NIL T T T T T T T T) -7 NIL NIL) (-312 717939 718198 718487 "FCPAK1" 718984 T FCPAK1 (NIL) -7 NIL NIL) (-311 717067 717439 717580 "FCOMP" 717830 NIL FCOMP (NIL T) -8 NIL NIL) (-310 700702 704116 707677 "FC" 713526 T FC (NIL) -8 NIL NIL) (-309 693298 697344 697384 "FAXF" 699186 NIL FAXF (NIL T) -9 NIL 699877) (-308 690577 691232 692057 "FAXF-" 692522 NIL FAXF- (NIL T T) -8 NIL NIL) (-307 685677 689953 690129 "FARRAY" 690434 NIL FARRAY (NIL T) -8 NIL NIL) (-306 681068 683139 683191 "FAMR" 684203 NIL FAMR (NIL T T) -9 NIL 684663) (-305 679959 680261 680695 "FAMR-" 680700 NIL FAMR- (NIL T T T) -8 NIL NIL) (-304 679155 679881 679934 "FAMONOID" 679939 NIL FAMONOID (NIL T) -8 NIL NIL) (-303 676988 677672 677725 "FAMONC" 678666 NIL FAMONC (NIL T T) -9 NIL 679051) (-302 675680 676742 676879 "FAGROUP" 676884 NIL FAGROUP (NIL T) -8 NIL NIL) (-301 673483 673802 674204 "FACUTIL" 675361 NIL FACUTIL (NIL T T T T) -7 NIL NIL) (-300 672582 672767 672989 "FACTFUNC" 673293 NIL FACTFUNC (NIL T) -7 NIL NIL) (-299 664902 671833 672045 "EXPUPXS" 672438 NIL EXPUPXS (NIL T NIL NIL) -8 NIL NIL) (-298 662385 662925 663511 "EXPRTUBE" 664336 T EXPRTUBE (NIL) -7 NIL NIL) (-297 658579 659171 659908 "EXPRODE" 661724 NIL EXPRODE (NIL T T) -7 NIL NIL) (-296 643738 657238 657664 "EXPR" 658185 NIL EXPR (NIL T) -8 NIL NIL) (-295 638166 638753 639565 "EXPR2UPS" 643036 NIL EXPR2UPS (NIL T T) -7 NIL NIL) (-294 637802 637859 637966 "EXPR2" 638103 NIL EXPR2 (NIL T T) -7 NIL NIL) (-293 629156 636939 637234 "EXPEXPAN" 637640 NIL EXPEXPAN (NIL T T NIL NIL) -8 NIL NIL) (-292 628983 629113 629142 "EXIT" 629147 T EXIT (NIL) -8 NIL NIL) (-291 628610 628672 628785 "EVALCYC" 628915 NIL EVALCYC (NIL T) -7 NIL NIL) (-290 628151 628269 628310 "EVALAB" 628480 NIL EVALAB (NIL T) -9 NIL 628584) (-289 627632 627754 627975 "EVALAB-" 627980 NIL EVALAB- (NIL T T) -8 NIL NIL) (-288 625095 626407 626435 "EUCDOM" 626990 T EUCDOM (NIL) -9 NIL 627340) (-287 623500 623942 624532 "EUCDOM-" 624537 NIL EUCDOM- (NIL T) -8 NIL NIL) (-286 611078 613826 616566 "ESTOOLS" 620780 T ESTOOLS (NIL) -7 NIL NIL) (-285 610714 610771 610878 "ESTOOLS2" 611015 NIL ESTOOLS2 (NIL T T) -7 NIL NIL) (-284 610465 610507 610587 "ESTOOLS1" 610666 NIL ESTOOLS1 (NIL T) -7 NIL NIL) (-283 604403 606127 606155 "ES" 608919 T ES (NIL) -9 NIL 610325) (-282 599350 600637 602454 "ES-" 602618 NIL ES- (NIL T) -8 NIL NIL) (-281 595725 596485 597265 "ESCONT" 598590 T ESCONT (NIL) -7 NIL NIL) (-280 595470 595502 595584 "ESCONT1" 595687 NIL ESCONT1 (NIL NIL NIL) -7 NIL NIL) (-279 595145 595195 595295 "ES2" 595414 NIL ES2 (NIL T T) -7 NIL NIL) (-278 594775 594833 594942 "ES1" 595081 NIL ES1 (NIL T T) -7 NIL NIL) (-277 593991 594120 594296 "ERROR" 594619 T ERROR (NIL) -7 NIL NIL) (-276 587494 593850 593941 "EQTBL" 593946 NIL EQTBL (NIL T T) -8 NIL NIL) (-275 579931 582812 584259 "EQ" 586080 NIL -1360 (NIL T) -8 NIL NIL) (-274 579563 579620 579729 "EQ2" 579868 NIL EQ2 (NIL T T) -7 NIL NIL) (-273 574855 575901 576994 "EP" 578502 NIL EP (NIL T) -7 NIL NIL) (-272 573437 573738 574055 "ENV" 574558 T ENV (NIL) -8 NIL NIL) (-271 572597 573161 573189 "ENTIRER" 573194 T ENTIRER (NIL) -9 NIL 573239) (-270 569053 570552 570922 "EMR" 572396 NIL EMR (NIL T T T NIL NIL NIL) -8 NIL NIL) (-269 568197 568382 568436 "ELTAGG" 568816 NIL ELTAGG (NIL T T) -9 NIL 569027) (-268 567916 567978 568119 "ELTAGG-" 568124 NIL ELTAGG- (NIL T T T) -8 NIL NIL) (-267 567705 567734 567788 "ELTAB" 567872 NIL ELTAB (NIL T T) -9 NIL NIL) (-266 566831 566977 567176 "ELFUTS" 567556 NIL ELFUTS (NIL T T) -7 NIL NIL) (-265 566573 566629 566657 "ELEMFUN" 566762 T ELEMFUN (NIL) -9 NIL NIL) (-264 566443 566464 566532 "ELEMFUN-" 566537 NIL ELEMFUN- (NIL T) -8 NIL NIL) (-263 561335 564544 564585 "ELAGG" 565525 NIL ELAGG (NIL T) -9 NIL 565988) (-262 559620 560054 560717 "ELAGG-" 560722 NIL ELAGG- (NIL T T) -8 NIL NIL) (-261 558277 558557 558852 "ELABEXPR" 559345 T ELABEXPR (NIL) -8 NIL NIL) (-260 551145 552944 553771 "EFUPXS" 557553 NIL EFUPXS (NIL T T T T) -8 NIL NIL) (-259 544595 546396 547206 "EFULS" 550421 NIL EFULS (NIL T T T) -8 NIL NIL) (-258 542026 542384 542862 "EFSTRUC" 544227 NIL EFSTRUC (NIL T T) -7 NIL NIL) (-257 531098 532663 534223 "EF" 540541 NIL EF (NIL T T) -7 NIL NIL) (-256 530199 530583 530732 "EAB" 530969 T EAB (NIL) -8 NIL NIL) (-255 529412 530158 530186 "E04UCFA" 530191 T E04UCFA (NIL) -8 NIL NIL) (-254 528625 529371 529399 "E04NAFA" 529404 T E04NAFA (NIL) -8 NIL NIL) (-253 527838 528584 528612 "E04MBFA" 528617 T E04MBFA (NIL) -8 NIL NIL) (-252 527051 527797 527825 "E04JAFA" 527830 T E04JAFA (NIL) -8 NIL NIL) (-251 526266 527010 527038 "E04GCFA" 527043 T E04GCFA (NIL) -8 NIL NIL) (-250 525481 526225 526253 "E04FDFA" 526258 T E04FDFA (NIL) -8 NIL NIL) (-249 524694 525440 525468 "E04DGFA" 525473 T E04DGFA (NIL) -8 NIL NIL) (-248 518879 520224 521586 "E04AGNT" 523352 T E04AGNT (NIL) -7 NIL NIL) (-247 517606 518086 518126 "DVARCAT" 518601 NIL DVARCAT (NIL T) -9 NIL 518799) (-246 516810 517022 517336 "DVARCAT-" 517341 NIL DVARCAT- (NIL T T) -8 NIL NIL) (-245 509672 516612 516739 "DSMP" 516744 NIL DSMP (NIL T T T) -8 NIL NIL) (-244 504482 505617 506685 "DROPT" 508624 T DROPT (NIL) -8 NIL NIL) (-243 504147 504206 504304 "DROPT1" 504417 NIL DROPT1 (NIL T) -7 NIL NIL) (-242 499262 500388 501525 "DROPT0" 503030 T DROPT0 (NIL) -7 NIL NIL) (-241 497607 497932 498318 "DRAWPT" 498896 T DRAWPT (NIL) -7 NIL NIL) (-240 492194 493117 494196 "DRAW" 496581 NIL DRAW (NIL T) -7 NIL NIL) (-239 491827 491880 491998 "DRAWHACK" 492135 NIL DRAWHACK (NIL T) -7 NIL NIL) (-238 490558 490827 491118 "DRAWCX" 491556 T DRAWCX (NIL) -7 NIL NIL) (-237 490076 490144 490294 "DRAWCURV" 490484 NIL DRAWCURV (NIL T T) -7 NIL NIL) (-236 480547 482506 484621 "DRAWCFUN" 487981 T DRAWCFUN (NIL) -7 NIL NIL) (-235 477361 479243 479284 "DQAGG" 479913 NIL DQAGG (NIL T) -9 NIL 480186) (-234 465868 472606 472688 "DPOLCAT" 474526 NIL DPOLCAT (NIL T T T T) -9 NIL 475070) (-233 460708 462054 464011 "DPOLCAT-" 464016 NIL DPOLCAT- (NIL T T T T T) -8 NIL NIL) (-232 453504 460570 460667 "DPMO" 460672 NIL DPMO (NIL NIL T T) -8 NIL NIL) (-231 446203 453285 453451 "DPMM" 453456 NIL DPMM (NIL NIL T T T) -8 NIL NIL) (-230 445623 445826 445940 "DOMAIN" 446109 T DOMAIN (NIL) -8 NIL NIL) (-229 439335 445260 445411 "DMP" 445524 NIL DMP (NIL NIL T) -8 NIL NIL) (-228 438935 438991 439135 "DLP" 439273 NIL DLP (NIL T) -7 NIL NIL) (-227 432579 438036 438263 "DLIST" 438740 NIL DLIST (NIL T) -8 NIL NIL) (-226 429426 431435 431476 "DLAGG" 432026 NIL DLAGG (NIL T) -9 NIL 432255) (-225 428136 428828 428856 "DIVRING" 429006 T DIVRING (NIL) -9 NIL 429114) (-224 427124 427377 427770 "DIVRING-" 427775 NIL DIVRING- (NIL T) -8 NIL NIL) (-223 425226 425583 425989 "DISPLAY" 426738 T DISPLAY (NIL) -7 NIL NIL) (-222 419115 425140 425203 "DIRPROD" 425208 NIL DIRPROD (NIL NIL T) -8 NIL NIL) (-221 417963 418166 418431 "DIRPROD2" 418908 NIL DIRPROD2 (NIL NIL T T) -7 NIL NIL) (-220 407482 413487 413540 "DIRPCAT" 413948 NIL DIRPCAT (NIL NIL T) -9 NIL 414787) (-219 404808 405450 406331 "DIRPCAT-" 406668 NIL DIRPCAT- (NIL T NIL T) -8 NIL NIL) (-218 404095 404255 404441 "DIOSP" 404642 T DIOSP (NIL) -7 NIL NIL) (-217 400798 403008 403049 "DIOPS" 403483 NIL DIOPS (NIL T) -9 NIL 403712) (-216 400347 400461 400652 "DIOPS-" 400657 NIL DIOPS- (NIL T T) -8 NIL NIL) (-215 399219 399857 399885 "DIFRING" 400072 T DIFRING (NIL) -9 NIL 400181) (-214 398865 398942 399094 "DIFRING-" 399099 NIL DIFRING- (NIL T) -8 NIL NIL) (-213 396655 397937 397977 "DIFEXT" 398336 NIL DIFEXT (NIL T) -9 NIL 398629) (-212 394941 395369 396034 "DIFEXT-" 396039 NIL DIFEXT- (NIL T T) -8 NIL NIL) (-211 392264 394474 394515 "DIAGG" 394520 NIL DIAGG (NIL T) -9 NIL 394540) (-210 391648 391805 392057 "DIAGG-" 392062 NIL DIAGG- (NIL T T) -8 NIL NIL) (-209 387113 390607 390884 "DHMATRIX" 391417 NIL DHMATRIX (NIL T) -8 NIL NIL) (-208 382725 383634 384644 "DFSFUN" 386123 T DFSFUN (NIL) -7 NIL NIL) (-207 377511 381439 381804 "DFLOAT" 382380 T DFLOAT (NIL) -8 NIL NIL) (-206 375744 376025 376420 "DFINTTLS" 377219 NIL DFINTTLS (NIL T T) -7 NIL NIL) (-205 372777 373779 374177 "DERHAM" 375411 NIL DERHAM (NIL T NIL) -8 NIL NIL) (-204 370626 372552 372641 "DEQUEUE" 372721 NIL DEQUEUE (NIL T) -8 NIL NIL) (-203 369844 369977 370172 "DEGRED" 370488 NIL DEGRED (NIL T T) -7 NIL NIL) (-202 366244 366989 367841 "DEFINTRF" 369072 NIL DEFINTRF (NIL T) -7 NIL NIL) (-201 363775 364244 364842 "DEFINTEF" 365763 NIL DEFINTEF (NIL T T) -7 NIL NIL) (-200 357605 363216 363382 "DECIMAL" 363629 T DECIMAL (NIL) -8 NIL NIL) (-199 355117 355575 356081 "DDFACT" 357149 NIL DDFACT (NIL T T) -7 NIL NIL) (-198 354713 354756 354907 "DBLRESP" 355068 NIL DBLRESP (NIL T T T T) -7 NIL NIL) (-197 352423 352757 353126 "DBASE" 354471 NIL DBASE (NIL T) -8 NIL NIL) (-196 351558 352382 352410 "D03FAFA" 352415 T D03FAFA (NIL) -8 NIL NIL) (-195 350694 351517 351545 "D03EEFA" 351550 T D03EEFA (NIL) -8 NIL NIL) (-194 348644 349110 349599 "D03AGNT" 350225 T D03AGNT (NIL) -7 NIL NIL) (-193 347962 348603 348631 "D02EJFA" 348636 T D02EJFA (NIL) -8 NIL NIL) (-192 347280 347921 347949 "D02CJFA" 347954 T D02CJFA (NIL) -8 NIL NIL) (-191 346598 347239 347267 "D02BHFA" 347272 T D02BHFA (NIL) -8 NIL NIL) (-190 345916 346557 346585 "D02BBFA" 346590 T D02BBFA (NIL) -8 NIL NIL) (-189 339114 340702 342308 "D02AGNT" 344330 T D02AGNT (NIL) -7 NIL NIL) (-188 336883 337405 337951 "D01WGTS" 338588 T D01WGTS (NIL) -7 NIL NIL) (-187 335986 336842 336870 "D01TRNS" 336875 T D01TRNS (NIL) -8 NIL NIL) (-186 335089 335945 335973 "D01GBFA" 335978 T D01GBFA (NIL) -8 NIL NIL) (-185 334192 335048 335076 "D01FCFA" 335081 T D01FCFA (NIL) -8 NIL NIL) (-184 333295 334151 334179 "D01ASFA" 334184 T D01ASFA (NIL) -8 NIL NIL) (-183 332398 333254 333282 "D01AQFA" 333287 T D01AQFA (NIL) -8 NIL NIL) (-182 331501 332357 332385 "D01APFA" 332390 T D01APFA (NIL) -8 NIL NIL) (-181 330604 331460 331488 "D01ANFA" 331493 T D01ANFA (NIL) -8 NIL NIL) (-180 329707 330563 330591 "D01AMFA" 330596 T D01AMFA (NIL) -8 NIL NIL) (-179 328810 329666 329694 "D01ALFA" 329699 T D01ALFA (NIL) -8 NIL NIL) (-178 327913 328769 328797 "D01AKFA" 328802 T D01AKFA (NIL) -8 NIL NIL) (-177 327016 327872 327900 "D01AJFA" 327905 T D01AJFA (NIL) -8 NIL NIL) (-176 320320 321869 323428 "D01AGNT" 325477 T D01AGNT (NIL) -7 NIL NIL) (-175 319657 319785 319937 "CYCLOTOM" 320188 T CYCLOTOM (NIL) -7 NIL NIL) (-174 316392 317105 317832 "CYCLES" 318950 T CYCLES (NIL) -7 NIL NIL) (-173 315704 315838 316009 "CVMP" 316253 NIL CVMP (NIL T) -7 NIL NIL) (-172 313485 313743 314118 "CTRIGMNP" 315432 NIL CTRIGMNP (NIL T T) -7 NIL NIL) (-171 312996 313185 313284 "CTORCALL" 313406 T CTORCALL (NIL) -8 NIL NIL) (-170 312370 312469 312622 "CSTTOOLS" 312893 NIL CSTTOOLS (NIL T T) -7 NIL NIL) (-169 308169 308826 309584 "CRFP" 311682 NIL CRFP (NIL T T) -7 NIL NIL) (-168 307216 307401 307629 "CRAPACK" 307973 NIL CRAPACK (NIL T) -7 NIL NIL) (-167 306600 306701 306905 "CPMATCH" 307092 NIL CPMATCH (NIL T T T) -7 NIL NIL) (-166 306325 306353 306459 "CPIMA" 306566 NIL CPIMA (NIL T T T) -7 NIL NIL) (-165 302689 303361 304079 "COORDSYS" 305660 NIL COORDSYS (NIL T) -7 NIL NIL) (-164 302073 302202 302352 "CONTOUR" 302559 T CONTOUR (NIL) -8 NIL NIL) (-163 297934 300076 300568 "CONTFRAC" 301613 NIL CONTFRAC (NIL T) -8 NIL NIL) (-162 297088 297652 297680 "COMRING" 297685 T COMRING (NIL) -9 NIL 297736) (-161 296169 296446 296630 "COMPPROP" 296924 T COMPPROP (NIL) -8 NIL NIL) (-160 295830 295865 295993 "COMPLPAT" 296128 NIL COMPLPAT (NIL T T T) -7 NIL NIL) (-159 285811 295639 295748 "COMPLEX" 295753 NIL COMPLEX (NIL T) -8 NIL NIL) (-158 285447 285504 285611 "COMPLEX2" 285748 NIL COMPLEX2 (NIL T T) -7 NIL NIL) (-157 285165 285200 285298 "COMPFACT" 285406 NIL COMPFACT (NIL T T) -7 NIL NIL) (-156 269500 279794 279834 "COMPCAT" 280836 NIL COMPCAT (NIL T) -9 NIL 282229) (-155 259015 261939 265566 "COMPCAT-" 265922 NIL COMPCAT- (NIL T T) -8 NIL NIL) (-154 258746 258774 258876 "COMMUPC" 258981 NIL COMMUPC (NIL T T T) -7 NIL NIL) (-153 258541 258574 258633 "COMMONOP" 258707 T COMMONOP (NIL) -7 NIL NIL) (-152 258124 258292 258379 "COMM" 258474 T COMM (NIL) -8 NIL NIL) (-151 257373 257567 257595 "COMBOPC" 257933 T COMBOPC (NIL) -9 NIL 258108) (-150 256269 256479 256721 "COMBINAT" 257163 NIL COMBINAT (NIL T) -7 NIL NIL) (-149 252467 253040 253680 "COMBF" 255691 NIL COMBF (NIL T T) -7 NIL NIL) (-148 251253 251583 251818 "COLOR" 252252 T COLOR (NIL) -8 NIL NIL) (-147 250893 250940 251065 "CMPLXRT" 251200 NIL CMPLXRT (NIL T T) -7 NIL NIL) (-146 246395 247423 248503 "CLIP" 249833 T CLIP (NIL) -7 NIL NIL) (-145 244733 245503 245741 "CLIF" 246223 NIL CLIF (NIL NIL T NIL) -8 NIL NIL) (-144 240956 242880 242921 "CLAGG" 243850 NIL CLAGG (NIL T) -9 NIL 244386) (-143 239378 239835 240418 "CLAGG-" 240423 NIL CLAGG- (NIL T T) -8 NIL NIL) (-142 238922 239007 239147 "CINTSLPE" 239287 NIL CINTSLPE (NIL T T) -7 NIL NIL) (-141 236423 236894 237442 "CHVAR" 238450 NIL CHVAR (NIL T T T) -7 NIL NIL) (-140 235646 236210 236238 "CHARZ" 236243 T CHARZ (NIL) -9 NIL 236257) (-139 235400 235440 235518 "CHARPOL" 235600 NIL CHARPOL (NIL T) -7 NIL NIL) (-138 234507 235104 235132 "CHARNZ" 235179 T CHARNZ (NIL) -9 NIL 235234) (-137 232532 233197 233532 "CHAR" 234192 T CHAR (NIL) -8 NIL NIL) (-136 232258 232319 232347 "CFCAT" 232458 T CFCAT (NIL) -9 NIL NIL) (-135 231503 231614 231796 "CDEN" 232142 NIL CDEN (NIL T T T) -7 NIL NIL) (-134 227495 230656 230936 "CCLASS" 231243 T CCLASS (NIL) -8 NIL NIL) (-133 227414 227440 227475 "CATEGORY" 227480 T -10 (NIL) -8 NIL NIL) (-132 222466 223443 224196 "CARTEN" 226717 NIL CARTEN (NIL NIL NIL T) -8 NIL NIL) (-131 221574 221722 221943 "CARTEN2" 222313 NIL CARTEN2 (NIL NIL NIL T T) -7 NIL NIL) (-130 219872 220726 220982 "CARD" 221338 T CARD (NIL) -8 NIL NIL) (-129 219245 219573 219601 "CACHSET" 219733 T CACHSET (NIL) -9 NIL 219810) (-128 218742 219038 219066 "CABMON" 219116 T CABMON (NIL) -9 NIL 219172) (-127 217910 218289 218432 "BYTE" 218619 T BYTE (NIL) -8 NIL NIL) (-126 213858 217857 217891 "BYTEARY" 217896 T BYTEARY (NIL) -8 NIL NIL) (-125 211415 213550 213657 "BTREE" 213784 NIL BTREE (NIL T) -8 NIL NIL) (-124 208913 211063 211185 "BTOURN" 211325 NIL BTOURN (NIL T) -8 NIL NIL) (-123 206332 208385 208426 "BTCAT" 208494 NIL BTCAT (NIL T) -9 NIL 208571) (-122 205999 206079 206228 "BTCAT-" 206233 NIL BTCAT- (NIL T T) -8 NIL NIL) (-121 201220 205091 205119 "BTAGG" 205375 T BTAGG (NIL) -9 NIL 205554) (-120 200643 200787 201017 "BTAGG-" 201022 NIL BTAGG- (NIL T) -8 NIL NIL) (-119 197687 199921 200136 "BSTREE" 200460 NIL BSTREE (NIL T) -8 NIL NIL) (-118 196825 196951 197135 "BRILL" 197543 NIL BRILL (NIL T) -7 NIL NIL) (-117 193527 195554 195595 "BRAGG" 196244 NIL BRAGG (NIL T) -9 NIL 196501) (-116 192056 192462 193017 "BRAGG-" 193022 NIL BRAGG- (NIL T T) -8 NIL NIL) (-115 185264 191402 191586 "BPADICRT" 191904 NIL BPADICRT (NIL NIL) -8 NIL NIL) (-114 183568 185201 185246 "BPADIC" 185251 NIL BPADIC (NIL NIL) -8 NIL NIL) (-113 183268 183298 183411 "BOUNDZRO" 183532 NIL BOUNDZRO (NIL T T) -7 NIL NIL) (-112 178783 179874 180741 "BOP" 182421 T BOP (NIL) -8 NIL NIL) (-111 176404 176848 177368 "BOP1" 178296 NIL BOP1 (NIL T) -7 NIL NIL) (-110 175039 175744 175962 "BOOLEAN" 176206 T BOOLEAN (NIL) -8 NIL NIL) (-109 174406 174784 174836 "BMODULE" 174841 NIL BMODULE (NIL T T) -9 NIL 174905) (-108 170216 174204 174277 "BITS" 174353 T BITS (NIL) -8 NIL NIL) (-107 169313 169748 169900 "BINFILE" 170084 T BINFILE (NIL) -8 NIL NIL) (-106 168725 168847 168989 "BINDING" 169191 T BINDING (NIL) -8 NIL NIL) (-105 162559 168169 168334 "BINARY" 168580 T BINARY (NIL) -8 NIL NIL) (-104 160387 161815 161856 "BGAGG" 162116 NIL BGAGG (NIL T) -9 NIL 162253) (-103 160218 160250 160341 "BGAGG-" 160346 NIL BGAGG- (NIL T T) -8 NIL NIL) (-102 159316 159602 159807 "BFUNCT" 160033 T BFUNCT (NIL) -8 NIL NIL) (-101 158011 158189 158476 "BEZOUT" 159140 NIL BEZOUT (NIL T T T T T) -7 NIL NIL) (-100 154528 156863 157193 "BBTREE" 157714 NIL BBTREE (NIL T) -8 NIL NIL) (-99 154266 154319 154345 "BASTYPE" 154462 T BASTYPE (NIL) -9 NIL NIL) (-98 154121 154150 154220 "BASTYPE-" 154225 NIL BASTYPE- (NIL T) -8 NIL NIL) (-97 153559 153635 153785 "BALFACT" 154032 NIL BALFACT (NIL T T) -7 NIL NIL) (-96 152381 152978 153163 "AUTOMOR" 153404 NIL AUTOMOR (NIL T) -8 NIL NIL) (-95 152107 152112 152138 "ATTREG" 152143 T ATTREG (NIL) -9 NIL NIL) (-94 150386 150804 151156 "ATTRBUT" 151773 T ATTRBUT (NIL) -8 NIL NIL) (-93 149922 150035 150061 "ATRIG" 150262 T ATRIG (NIL) -9 NIL NIL) (-92 149731 149772 149859 "ATRIG-" 149864 NIL ATRIG- (NIL T) -8 NIL NIL) (-91 149457 149600 149626 "ASTCAT" 149631 T ASTCAT (NIL) -9 NIL 149661) (-90 149254 149297 149389 "ASTCAT-" 149394 NIL ASTCAT- (NIL T) -8 NIL NIL) (-89 147451 149030 149118 "ASTACK" 149197 NIL ASTACK (NIL T) -8 NIL NIL) (-88 145956 146253 146618 "ASSOCEQ" 147133 NIL ASSOCEQ (NIL T T) -7 NIL NIL) (-87 144988 145615 145739 "ASP9" 145863 NIL ASP9 (NIL NIL) -8 NIL NIL) (-86 144752 144936 144975 "ASP8" 144980 NIL ASP8 (NIL NIL) -8 NIL NIL) (-85 143621 144357 144499 "ASP80" 144641 NIL ASP80 (NIL NIL) -8 NIL NIL) (-84 142520 143256 143388 "ASP7" 143520 NIL ASP7 (NIL NIL) -8 NIL NIL) (-83 141474 142197 142315 "ASP78" 142433 NIL ASP78 (NIL NIL) -8 NIL NIL) (-82 140443 141154 141271 "ASP77" 141388 NIL ASP77 (NIL NIL) -8 NIL NIL) (-81 139355 140081 140212 "ASP74" 140343 NIL ASP74 (NIL NIL) -8 NIL NIL) (-80 138255 138990 139122 "ASP73" 139254 NIL ASP73 (NIL NIL) -8 NIL NIL) (-79 137210 137932 138050 "ASP6" 138168 NIL ASP6 (NIL NIL) -8 NIL NIL) (-78 136158 136887 137005 "ASP55" 137123 NIL ASP55 (NIL NIL) -8 NIL NIL) (-77 135108 135832 135951 "ASP50" 136070 NIL ASP50 (NIL NIL) -8 NIL NIL) (-76 134196 134809 134919 "ASP4" 135029 NIL ASP4 (NIL NIL) -8 NIL NIL) (-75 133284 133897 134007 "ASP49" 134117 NIL ASP49 (NIL NIL) -8 NIL NIL) (-74 132069 132823 132991 "ASP42" 133173 NIL ASP42 (NIL NIL NIL NIL) -8 NIL NIL) (-73 130846 131602 131772 "ASP41" 131956 NIL ASP41 (NIL NIL NIL NIL) -8 NIL NIL) (-72 129796 130523 130641 "ASP35" 130759 NIL ASP35 (NIL NIL) -8 NIL NIL) (-71 129561 129744 129783 "ASP34" 129788 NIL ASP34 (NIL NIL) -8 NIL NIL) (-70 129298 129365 129441 "ASP33" 129516 NIL ASP33 (NIL NIL) -8 NIL NIL) (-69 128193 128933 129065 "ASP31" 129197 NIL ASP31 (NIL NIL) -8 NIL NIL) (-68 127958 128141 128180 "ASP30" 128185 NIL ASP30 (NIL NIL) -8 NIL NIL) (-67 127693 127762 127838 "ASP29" 127913 NIL ASP29 (NIL NIL) -8 NIL NIL) (-66 127458 127641 127680 "ASP28" 127685 NIL ASP28 (NIL NIL) -8 NIL NIL) (-65 127223 127406 127445 "ASP27" 127450 NIL ASP27 (NIL NIL) -8 NIL NIL) (-64 126307 126921 127032 "ASP24" 127143 NIL ASP24 (NIL NIL) -8 NIL NIL) (-63 125223 125948 126078 "ASP20" 126208 NIL ASP20 (NIL NIL) -8 NIL NIL) (-62 124311 124924 125034 "ASP1" 125144 NIL ASP1 (NIL NIL) -8 NIL NIL) (-61 123255 123985 124104 "ASP19" 124223 NIL ASP19 (NIL NIL) -8 NIL NIL) (-60 122992 123059 123135 "ASP12" 123210 NIL ASP12 (NIL NIL) -8 NIL NIL) (-59 121844 122591 122735 "ASP10" 122879 NIL ASP10 (NIL NIL) -8 NIL NIL) (-58 119743 121688 121779 "ARRAY2" 121784 NIL ARRAY2 (NIL T) -8 NIL NIL) (-57 115559 119391 119505 "ARRAY1" 119660 NIL ARRAY1 (NIL T) -8 NIL NIL) (-56 114591 114764 114985 "ARRAY12" 115382 NIL ARRAY12 (NIL T T) -7 NIL NIL) (-55 108951 110822 110897 "ARR2CAT" 113527 NIL ARR2CAT (NIL T T T) -9 NIL 114285) (-54 106385 107129 108083 "ARR2CAT-" 108088 NIL ARR2CAT- (NIL T T T T) -8 NIL NIL) (-53 105137 105289 105594 "APPRULE" 106221 NIL APPRULE (NIL T T T) -7 NIL NIL) (-52 104790 104838 104956 "APPLYORE" 105083 NIL APPLYORE (NIL T T T) -7 NIL NIL) (-51 103764 104055 104250 "ANY" 104613 T ANY (NIL) -8 NIL NIL) (-50 103042 103165 103322 "ANY1" 103638 NIL ANY1 (NIL T) -7 NIL NIL) (-49 100574 101492 101817 "ANTISYM" 102767 NIL ANTISYM (NIL T NIL) -8 NIL NIL) (-48 100089 100278 100375 "ANON" 100495 T ANON (NIL) -8 NIL NIL) (-47 94166 98634 99085 "AN" 99656 T AN (NIL) -8 NIL NIL) (-46 90520 91918 91968 "AMR" 92707 NIL AMR (NIL T T) -9 NIL 93306) (-45 89633 89854 90216 "AMR-" 90221 NIL AMR- (NIL T T T) -8 NIL NIL) (-44 74183 89550 89611 "ALIST" 89616 NIL ALIST (NIL T T) -8 NIL NIL) (-43 71020 73777 73946 "ALGSC" 74101 NIL ALGSC (NIL T NIL NIL NIL) -8 NIL NIL) (-42 67576 68130 68737 "ALGPKG" 70460 NIL ALGPKG (NIL T T) -7 NIL NIL) (-41 66853 66954 67138 "ALGMFACT" 67462 NIL ALGMFACT (NIL T T T) -7 NIL NIL) (-40 62602 63283 63937 "ALGMANIP" 66377 NIL ALGMANIP (NIL T T) -7 NIL NIL) (-39 53921 62228 62378 "ALGFF" 62535 NIL ALGFF (NIL T T T NIL) -8 NIL NIL) (-38 53117 53248 53427 "ALGFACT" 53779 NIL ALGFACT (NIL T) -7 NIL NIL) (-37 52108 52718 52756 "ALGEBRA" 52816 NIL ALGEBRA (NIL T) -9 NIL 52874) (-36 51826 51885 52017 "ALGEBRA-" 52022 NIL ALGEBRA- (NIL T T) -8 NIL NIL) (-35 34087 49830 49882 "ALAGG" 50018 NIL ALAGG (NIL T T) -9 NIL 50179) (-34 33623 33736 33762 "AHYP" 33963 T AHYP (NIL) -9 NIL NIL) (-33 32554 32802 32828 "AGG" 33327 T AGG (NIL) -9 NIL 33606) (-32 31988 32150 32364 "AGG-" 32369 NIL AGG- (NIL T) -8 NIL NIL) (-31 29675 30093 30510 "AF" 31631 NIL AF (NIL T T) -7 NIL NIL) (-30 28944 29202 29358 "ACPLOT" 29537 T ACPLOT (NIL) -8 NIL NIL) (-29 18411 26357 26408 "ACFS" 27119 NIL ACFS (NIL T) -9 NIL 27358) (-28 16425 16915 17690 "ACFS-" 17695 NIL ACFS- (NIL T T) -8 NIL NIL) (-27 12693 14649 14675 "ACF" 15554 T ACF (NIL) -9 NIL 15966) (-26 11397 11731 12224 "ACF-" 12229 NIL ACF- (NIL T) -8 NIL NIL) (-25 10996 11165 11191 "ABELSG" 11283 T ABELSG (NIL) -9 NIL 11348) (-24 10863 10888 10954 "ABELSG-" 10959 NIL ABELSG- (NIL T) -8 NIL NIL) (-23 10233 10494 10520 "ABELMON" 10690 T ABELMON (NIL) -9 NIL 10802) (-22 9897 9981 10119 "ABELMON-" 10124 NIL ABELMON- (NIL T) -8 NIL NIL) (-21 9232 9578 9604 "ABELGRP" 9729 T ABELGRP (NIL) -9 NIL 9811) (-20 8695 8824 9040 "ABELGRP-" 9045 NIL ABELGRP- (NIL T) -8 NIL NIL) (-19 4333 8035 8074 "A1AGG" 8079 NIL A1AGG (NIL T) -9 NIL 8119) (-18 30 1251 2813 "A1AGG-" 2818 NIL A1AGG- (NIL T T) -8 NIL NIL)) \ No newline at end of file
diff --git a/src/share/algebra/operation.daase b/src/share/algebra/operation.daase
index d79ec738..5b6679a5 100644
--- a/src/share/algebra/operation.daase
+++ b/src/share/algebra/operation.daase
@@ -1,5025 +1,4304 @@
-(726502 . 3427192339)
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-1115 *3))) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1174 *4)) (-4 *4 (-1128)) (-4 *1 (-218 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1092))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-4 *4 (-13 (-29 *6) (-1114) (-893)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2103 (-592 *4))))
- (-5 *1 (-743 *6 *4 *3)) (-4 *3 (-602 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-294 *4))
- (-5 *1 (-170 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 *4))))
- (-4 *3 (-1020)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-595 *3 *4 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-294 (-205))) (-5 *4 (-1092))
- (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-592 (-205))) (-5 *1 (-174))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-294 (-205))) (-5 *4 (-1092))
- (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-592 (-205))) (-5 *1 (-279)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1020))
- (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3))))
- (-5 *2 (-592 (-1092))) (-5 *1 (-999 *3 *4 *5))
- (-4 *5 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-4 *3 (-835 *5)) (-5 *2 (-632 *3))
- (-5 *1 (-634 *5 *3 *6 *4)) (-4 *6 (-351 *3))
- (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-713)) (-4 *4 (-327)) (-5 *1 (-197 *4 *2))
- (-4 *2 (-1150 *4)))))
-(((*1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1075)) (-5 *1 (-1110)))))
+(726525 . 3427377766)
(((*1 *2 *2)
- (-12 (-4 *3 (-1150 (-385 (-525)))) (-5 *1 (-848 *3 *2))
- (-4 *2 (-1150 (-385 *3))))))
-(((*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-294 *4))
- (-5 *1 (-170 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4))))))
- ((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160))))
- ((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1124 *3)) (-4 *3 (-907)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-910 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-700)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-159 (-207)) (-159 (-207)))) (-5 *4 (-1017 (-207)))
+ (-5 *2 (-1178)) (-5 *1 (-238)))))
+(((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162))))
+ ((*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110))
+ (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-976 *5 *6))) (-5 *1 (-1200 *5 *6 *7))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110))
+ (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-976 *5 *6))) (-5 *1 (-1200 *5 *6 *7))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-889 *4)))
+ (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-976 *4 *5))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1077)) (-5 *2 (-527)) (-5 *1 (-1113 *4))
+ (-4 *4 (-979)))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1152 *2)) (-4 *2 (-1152 *4)) (-5 *1 (-920 *4 *2 *3 *5))
+ (-4 *4 (-329)) (-4 *5 (-669 *2 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3))
- (-4 *3 (-901)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-5 *2 (-110)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-715)) (-4 *1 (-213 *4))
+ (-4 *4 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-213 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-215)) (-5 *2 (-715))))
+ ((*1 *1 *1) (-4 *1 (-215)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-247 *3)) (-4 *3 (-791))))
+ ((*1 *1 *1) (-12 (-4 *1 (-247 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134))
+ (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *4))
+ (-4 *4 (-1152 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-343) (-140))) (-5 *1 (-379 *2 *3))
+ (-4 *3 (-1152 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-453 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-343)) (-4 *2 (-837 *3)) (-5 *1 (-544 *2))
+ (-5 *3 (-1094))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-544 *2)) (-4 *2 (-343))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-800))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 (-715))) (-4 *1 (-837 *4))
+ (-4 *4 (-1022))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-837 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *1 (-837 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-837 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1085 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1091 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1092 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1140 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1152 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1161 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1168 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3))))
(((*1 *2 *1)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-297 *3 *4 *5))
- (-4 *3 (-13 (-341) (-789))) (-14 *4 (-1092)) (-14 *5 *3))))
-(((*1 *1) (-5 *1 (-765))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525))))
- ((*1 *1 *1) (-4 *1 (-934)))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-944))))
- ((*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-4 *1 (-944))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-944)) (-5 *2 (-856))))
- ((*1 *1 *1) (-4 *1 (-944))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-5 *2 (-1101 (-592 *4))) (-5 *1 (-1100 *4))
- (-5 *3 (-592 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-844)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-396 (-1088 *7)))
- (-5 *1 (-841 *4 *5 *6 *7)) (-5 *3 (-1088 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-844)) (-4 *5 (-1150 *4)) (-5 *2 (-396 (-1088 *5)))
- (-5 *1 (-842 *4 *5)) (-5 *3 (-1088 *5)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-824 *4 *3))
- (-4 *3 (-1020)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1018 *3)) (-4 *3 (-1020)) (-5 *2 (-108)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-341)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-477 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-215 *3))
- (-4 *3 (-1020))))
- ((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-215 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)) (-4 *2 (-1020))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-261 *3)) (-4 *3 (-1128))))
- ((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-563 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-108) *4)) (-5 *3 (-525)) (-4 *4 (-1020))
- (-5 *1 (-680 *4))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-5 *1 (-680 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-697)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1 (-108) *2)) (-4 *1 (-142 *2))
- (-4 *2 (-1128)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-47))) (-5 *2 (-396 *3)) (-5 *1 (-38 *3))
- (-4 *3 (-1150 (-47)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1150 (-47)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-47))) (-4 *5 (-789)) (-4 *6 (-735))
- (-5 *2 (-396 *3)) (-5 *1 (-41 *5 *6 *3)) (-4 *3 (-884 (-47) *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-47))) (-4 *5 (-789)) (-4 *6 (-735))
- (-4 *7 (-884 (-47) *6 *5)) (-5 *2 (-396 (-1088 *7)))
- (-5 *1 (-41 *5 *6 *7)) (-5 *3 (-1088 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-286)) (-5 *2 (-396 *3)) (-5 *1 (-155 *4 *3))
- (-4 *3 (-1150 (-157 *4)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-108)) (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-5 *2 (-396 *3)) (-5 *1 (-197 *4 *3))
- (-4 *3 (-1150 *4))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3))
- (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-713))) (-5 *2 (-396 *3)) (-5 *1 (-419 *3))
- (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-592 (-713))) (-5 *5 (-713)) (-5 *2 (-396 *3))
- (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3))
- (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-396 (-157 (-525)))) (-5 *1 (-423))
- (-5 *3 (-157 (-525)))))
- ((*1 *2 *3)
- (-12
- (-4 *4
- (-13 (-789)
- (-10 -8 (-15 -2069 ((-1092) $))
- (-15 -3469 ((-3 $ "failed") (-1092))))))
- (-4 *5 (-735)) (-4 *7 (-517)) (-5 *2 (-396 *3))
- (-5 *1 (-433 *4 *5 *6 *7 *3)) (-4 *6 (-517))
- (-4 *3 (-884 *7 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-286)) (-5 *2 (-396 (-1088 *4))) (-5 *1 (-435 *4))
- (-5 *3 (-1088 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341))
- (-4 *7 (-13 (-341) (-138) (-667 *5 *6))) (-5 *2 (-396 *3))
- (-5 *1 (-467 *5 *6 *7 *3)) (-4 *3 (-1150 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-396 (-1088 *7)) (-1088 *7)))
- (-4 *7 (-13 (-286) (-138))) (-4 *5 (-789)) (-4 *6 (-735))
- (-5 *2 (-396 *3)) (-5 *1 (-505 *5 *6 *7 *3))
- (-4 *3 (-884 *7 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-396 (-1088 *7)) (-1088 *7)))
- (-4 *7 (-13 (-286) (-138))) (-4 *5 (-789)) (-4 *6 (-735))
- (-4 *8 (-884 *7 *6 *5)) (-5 *2 (-396 (-1088 *8)))
- (-5 *1 (-505 *5 *6 *7 *8)) (-5 *3 (-1088 *8))))
- ((*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-519 *3)) (-4 *3 (-510))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-592 *5) *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *6 (-1150 *5)) (-5 *2 (-592 (-599 (-385 *6))))
- (-5 *1 (-603 *5 *6)) (-5 *3 (-599 (-385 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *5 (-1150 *4)) (-5 *2 (-592 (-599 (-385 *5))))
- (-5 *1 (-603 *4 *5)) (-5 *3 (-599 (-385 *5)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-761 *4)) (-4 *4 (-789)) (-5 *2 (-592 (-617 *4)))
- (-5 *1 (-617 *4))))
+ (-12 (-4 *2 (-519)) (-5 *1 (-575 *2 *3)) (-4 *3 (-1152 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-204 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-4 *1 (-235 *3))))
+ ((*1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *2 (-594 *8)) (-5 *3 (-1 *8 *8 *8))
+ (-5 *4 (-1 (-110) *8 *8)) (-4 *1 (-1124 *5 *6 *7 *8)) (-4 *5 (-519))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4)))
+ (-5 *2 (-1176 *6)) (-5 *1 (-316 *3 *4 *5 *6))
+ (-4 *6 (-322 *3 *4 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1094)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-646 *3 *5 *6 *7))
+ (-4 *3 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-4 *7 (-1130))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-525)) (-5 *2 (-592 *3)) (-5 *1 (-638 *3))
- (-4 *3 (-1150 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-327)) (-5 *2 (-396 *3))
- (-5 *1 (-640 *4 *5 *6 *3)) (-4 *3 (-884 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-327))
- (-4 *7 (-884 *6 *5 *4)) (-5 *2 (-396 (-1088 *7)))
- (-5 *1 (-640 *4 *5 *6 *7)) (-5 *3 (-1088 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735))
- (-4 *5
- (-13 (-789)
- (-10 -8 (-15 -2069 ((-1092) $))
- (-15 -3469 ((-3 $ "failed") (-1092))))))
- (-4 *6 (-286)) (-5 *2 (-396 *3)) (-5 *1 (-673 *4 *5 *6 *3))
- (-4 *3 (-884 (-887 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735))
- (-4 *5 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *6 (-517))
- (-5 *2 (-396 *3)) (-5 *1 (-675 *4 *5 *6 *3))
- (-4 *3 (-884 (-385 (-887 *6)) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-13 (-286) (-138)))
- (-5 *2 (-396 *3)) (-5 *1 (-676 *4 *5 *6 *3))
- (-4 *3 (-884 (-385 *6) *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-13 (-286) (-138)))
- (-5 *2 (-396 *3)) (-5 *1 (-684 *4 *5 *6 *3))
- (-4 *3 (-884 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-13 (-286) (-138)))
- (-4 *7 (-884 *6 *5 *4)) (-5 *2 (-396 (-1088 *7)))
- (-5 *1 (-684 *4 *5 *6 *7)) (-5 *3 (-1088 *7))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-939 *3))
- (-4 *3 (-1150 (-385 (-525))))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-971 *3))
- (-4 *3 (-1150 (-385 (-887 (-525)))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1150 (-385 (-525))))
- (-4 *5 (-13 (-341) (-138) (-667 (-385 (-525)) *4)))
- (-5 *2 (-396 *3)) (-5 *1 (-1002 *4 *5 *3)) (-4 *3 (-1150 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-1150 (-385 (-887 (-525)))))
- (-4 *5 (-13 (-341) (-138) (-667 (-385 (-887 (-525))) *4)))
- (-5 *2 (-396 *3)) (-5 *1 (-1004 *4 *5 *3)) (-4 *3 (-1150 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-429))
- (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-396 (-1088 (-385 *7))))
- (-5 *1 (-1087 *4 *5 *6 *7)) (-5 *3 (-1088 (-385 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-396 *1)) (-4 *1 (-1132))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1150 (-525))))))
+ (-12 (-5 *4 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-651 *3 *5 *6))
+ (-4 *3 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 (-110) *7 (-594 *7))) (-4 *1 (-1124 *4 *5 *6 *7))
+ (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-993 *4 *5 *6))
+ (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-2 (|:| |den| (-527)) (|:| |gcdnum| (-527)))))
+ (-4 *4 (-1152 (-387 *2))) (-5 *2 (-527)) (-5 *1 (-850 *4 *5))
+ (-4 *5 (-1152 (-387 *4))))))
+(((*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1077)) (-5 *3 (-527)) (-5 *1 (-991)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1198 *3 *4)) (-4 *1 (-354 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-162))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-366 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-763 *3)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-4 *1 (-352 *3 *4))
- (-4 *4 (-160)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -3801 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2)
- (-12 (-5 *2 (-632 (-845 *3))) (-5 *1 (-329 *3 *4)) (-14 *3 (-856))
- (-14 *4 (-856))))
- ((*1 *2)
- (-12 (-5 *2 (-632 *3)) (-5 *1 (-330 *3 *4)) (-4 *3 (-327))
- (-14 *4
- (-3 (-1088 *3)
- (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039)))))))))
- ((*1 *2)
- (-12 (-5 *2 (-632 *3)) (-5 *1 (-331 *3 *4)) (-4 *3 (-327))
- (-14 *4 (-856)))))
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1176 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429))
- (-14 *6 (-592 (-1092)))
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343))
(-5 *2
- (-592 (-1063 *5 (-497 (-800 *6)) (-800 *6) (-722 *5 (-800 *6)))))
- (-5 *1 (-577 *5 *6)))))
+ (-2 (|:| |ir| (-544 (-387 *6))) (|:| |specpart| (-387 *6))
+ (|:| |polypart| *6)))
+ (-5 *1 (-537 *5 *6)) (-5 *3 (-387 *6)))))
+(((*1 *1 *1) (-5 *1 (-991))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))
- (-5 *2 (-357)) (-5 *1 (-246))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *2 (-357)) (-5 *1 (-284)))))
+ (-12 (-4 *4 (-1130)) (-5 *2 (-715)) (-5 *1 (-170 *4 *3))
+ (-4 *3 (-621 *4)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-14 *4 (-594 (-1094))) (-4 *2 (-162))
+ (-4 *3 (-220 (-2809 *4) (-715)))
+ (-14 *6
+ (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *3))
+ (-2 (|:| -1720 *5) (|:| -3148 *3))))
+ (-5 *1 (-440 *4 *2 *5 *3 *6 *7)) (-4 *5 (-791))
+ (-4 *7 (-886 *2 *3 (-802 *4))))))
+(((*1 *1 *1) (-5 *1 (-991))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-884 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-429))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *1))))
- (-4 *1 (-996 *4 *5 *6 *3))))
- ((*1 *1 *1) (-4 *1 (-1132)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-517)) (-5 *1 (-1153 *3 *2))
- (-4 *2 (-13 (-1150 *3) (-517) (-10 -8 (-15 -2772 ($ $ $))))))))
-(((*1 *2) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-100)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977))
- (-5 *2 (-592 (-592 (-592 (-713))))))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-224 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2))
- (-4 *4 (-13 (-789) (-517))))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-632 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))))
+ (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33))))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *5)) (-4 *5 (-1150 *3)) (-4 *3 (-286))
- (-5 *2 (-108)) (-5 *1 (-432 *3 *5)))))
+ (-12 (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-519))
+ (-4 *7 (-886 *3 *5 *6))
+ (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *8) (|:| |radicand| *8)))
+ (-5 *1 (-890 *5 *6 *3 *7 *8)) (-5 *4 (-715))
+ (-4 *8
+ (-13 (-343)
+ (-10 -8 (-15 -4109 (*7 $)) (-15 -4122 (*7 $)) (-15 -4118 ($ *7))))))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *1 (-814 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *1 (-816 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-5 *1 (-819 *2)) (-4 *2 (-1130)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1092))
- (-4 *5 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3))) (-5 *1 (-518 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-632 *3))
- (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-1134 *4)) (-4 *4 (-977)) (-4 *4 (-517))
- (-5 *2 (-385 (-887 *4)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-1134 *4)) (-4 *4 (-977)) (-4 *4 (-517))
- (-5 *2 (-385 (-887 *4))))))
-(((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-3 *3 (-592 *1)))
- (-4 *1 (-996 *4 *5 *6 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-108)))))
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-858)) (-4 *5 (-791))
+ (-5 *2 (-594 (-619 *5))) (-5 *1 (-619 *5)))))
+(((*1 *1 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 *1)) (-5 *4 (-1092)) (-4 *1 (-27))
- (-5 *2 (-592 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1088 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-887 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-592 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *2 (-592 *1)) (-4 *1 (-29 *3)))))
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310))
+ (-5 *1 (-312))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-1015 (-889 (-527)))) (-5 *2 (-310))
+ (-5 *1 (-312))))
+ ((*1 *1 *2 *2 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-622 *3)) (-4 *3 (-979)) (-4 *3 (-1022)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-110))
+ (-5 *6 (-207)) (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-66 APROD))))
+ (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-71 MSOLVE))))
+ (-5 *2 (-968)) (-5 *1 (-701)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-1130)) (-5 *1 (-170 *3 *2))
+ (-4 *2 (-621 *3)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *4 (-207))
+ (-5 *2
+ (-2 (|:| |brans| (-594 (-594 (-880 *4))))
+ (|:| |xValues| (-1017 *4)) (|:| |yValues| (-1017 *4))))
+ (-5 *1 (-146)) (-5 *3 (-594 (-594 (-880 *4)))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))))
+ (-12 (-5 *3 (-634 (-387 (-889 (-527)))))
+ (-5 *2 (-594 (-634 (-296 (-527))))) (-5 *1 (-964)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-110)) (-5 *6 (-634 (-207)))
+ (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-700)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-227 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977))
- (-5 *2 (-887 *5)) (-5 *1 (-879 *4 *5)))))
-(((*1 *2 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-632 *4)) (-5 *3 (-713)) (-4 *4 (-977))
- (-5 *1 (-633 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-838 *3)) (-4 *3 (-1020)) (-5 *2 (-1022 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1020)) (-5 *2 (-1022 (-592 *4))) (-5 *1 (-839 *4))
- (-5 *3 (-592 *4))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-1020)) (-5 *2 (-1022 (-1022 *4))) (-5 *1 (-839 *4))
- (-5 *3 (-1022 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *2 (-1022 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108))
- (-4 *5 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-974 *5 *6))) (-5 *1 (-1198 *5 *6 *7))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108))
- (-4 *5 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-974 *5 *6))) (-5 *1 (-1198 *5 *6 *7))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-887 *4)))
- (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-974 *4 *5))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 (-108) *7 (-592 *7))) (-4 *1 (-1122 *4 *5 *6 *7))
- (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-991 *4 *5 *6))
- (-5 *2 (-108)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-565 *1)) (-4 *1 (-408 *4)) (-4 *4 (-789))
- (-4 *4 (-517)) (-5 *2 (-385 (-1088 *1)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-565 *3)) (-4 *3 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-1088 (-385 (-1088 *3)))) (-5 *1 (-521 *6 *3 *7))
- (-5 *5 (-1088 *3)) (-4 *7 (-1020))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1170 *5)) (-14 *5 (-1092)) (-4 *6 (-977))
- (-5 *2 (-1147 *5 (-887 *6))) (-5 *1 (-882 *5 *6)) (-5 *3 (-887 *6))))
+ (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527))))
((*1 *2 *1)
- (-12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-1088 *3))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789)) (-5 *2 (-1088 *1))
- (-4 *1 (-884 *4 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-977))
- (-4 *7 (-884 *6 *5 *4)) (-5 *2 (-385 (-1088 *3)))
- (-5 *1 (-885 *5 *4 *6 *7 *3))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $)))))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1088 *3))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $)))))
- (-4 *7 (-884 *6 *5 *4)) (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-977))
- (-5 *1 (-885 *5 *4 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-4 *5 (-517))
- (-5 *2 (-385 (-1088 (-385 (-887 *5))))) (-5 *1 (-973 *5))
- (-5 *3 (-385 (-887 *5))))))
-(((*1 *1 *1) (-5 *1 (-989))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
+ (-12 (-5 *2 (-1176 (-3 (-447) "undefined"))) (-5 *1 (-1177)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-697)))))
(((*1 *2 *3 *4 *5 *6 *7 *6)
(|partial| -12
(-5 *5
(-2 (|:| |contp| *3)
- (|:| -2868 (-592 (-2 (|:| |irr| *10) (|:| -3750 (-525)))))))
- (-5 *6 (-592 *3)) (-5 *7 (-592 *8)) (-4 *8 (-789)) (-4 *3 (-286))
- (-4 *10 (-884 *3 *9 *8)) (-4 *9 (-735))
+ (|:| -3798 (-594 (-2 (|:| |irr| *10) (|:| -1440 (-527)))))))
+ (-5 *6 (-594 *3)) (-5 *7 (-594 *8)) (-4 *8 (-791)) (-4 *3 (-288))
+ (-4 *10 (-886 *3 *9 *8)) (-4 *9 (-737))
(-5 *2
- (-2 (|:| |polfac| (-592 *10)) (|:| |correct| *3)
- (|:| |corrfact| (-592 (-1088 *3)))))
- (-5 *1 (-575 *8 *9 *3 *10)) (-5 *4 (-592 (-1088 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-169)) (-5 *1 (-259)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-234))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1175)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-812 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1175)) (-5 *1 (-234))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-812 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1175)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1176)) (-5 *1 (-234))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-273 *7)) (-5 *4 (-1092)) (-5 *5 (-592 (-242)))
- (-4 *7 (-408 *6)) (-4 *6 (-13 (-517) (-789) (-968 (-525))))
- (-5 *2 (-1175)) (-5 *1 (-235 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1175))
- (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1013 (-357))) (-5 *2 (-1175)) (-5 *1 (-238 *3))
- (-4 *3 (-13 (-567 (-501)) (-1020)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-812 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242)))
- (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1175))
- (-5 *1 (-238 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-812 *5)) (-5 *4 (-1013 (-357)))
- (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1175))
- (-5 *1 (-238 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-814 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242)))
- (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176))
- (-5 *1 (-238 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-814 *5)) (-5 *4 (-1013 (-357)))
- (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176))
- (-5 *1 (-238 *5))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242))) (-5 *2 (-1176))
- (-5 *1 (-238 *3)) (-4 *3 (-13 (-567 (-501)) (-1020)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1013 (-357))) (-5 *2 (-1176)) (-5 *1 (-238 *3))
- (-4 *3 (-13 (-567 (-501)) (-1020)))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-817 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242)))
- (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176))
- (-5 *1 (-238 *6))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-817 *5)) (-5 *4 (-1013 (-357)))
- (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1176))
- (-5 *1 (-238 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 (-205))) (-5 *2 (-1175)) (-5 *1 (-239))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-592 (-205))) (-5 *4 (-592 (-242))) (-5 *2 (-1175))
- (-5 *1 (-239))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-878 (-205)))) (-5 *2 (-1175)) (-5 *1 (-239))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-878 (-205)))) (-5 *4 (-592 (-242)))
- (-5 *2 (-1175)) (-5 *1 (-239))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-592 (-205))) (-5 *2 (-1176)) (-5 *1 (-239))))
- ((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-592 (-205))) (-5 *4 (-592 (-242))) (-5 *2 (-1176))
- (-5 *1 (-239)))))
+ (-2 (|:| |polfac| (-594 *10)) (|:| |correct| *3)
+ (|:| |corrfact| (-594 (-1090 *3)))))
+ (-5 *1 (-577 *8 *9 *3 *10)) (-5 *4 (-594 (-1090 *3))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-303 *2 *4)) (-4 *4 (-128))
+ (-4 *2 (-1022))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-341 *2)) (-4 *2 (-1022))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-366 *2)) (-4 *2 (-1022))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *2 (-1022)) (-5 *1 (-597 *2 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4)))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *1 (-763 *2)) (-4 *2 (-791)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-459 *4 *5))) (-14 *4 (-594 (-1094)))
+ (-4 *5 (-431)) (-5 *2 (-594 (-229 *4 *5))) (-5 *1 (-582 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800))))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *5 (-348))
+ (-5 *2 (-715)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-594
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207)))))
+ (-5 *1 (-522))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-565 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-5 *2 (-594 *3))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-594
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207)))))
+ (-5 *1 (-747)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-912 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
+ (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *3 (-207))
+ (-5 *2 (-968)) (-5 *1 (-693)))))
+(((*1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-5 *2 (-110)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-544 *3)) (-5 *1 (-406 *5 *3))
+ (-4 *3 (-13 (-1116) (-29 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-970 (-527)) (-140)))
+ (-5 *2 (-544 (-387 (-889 *5)))) (-5 *1 (-533 *5))
+ (-5 *3 (-387 (-889 *5))))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162))))
+ ((*1 *2 *3 *3 *2)
+ (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
+ (-5 *2
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-542 *3)) (-5 *1 (-404 *5 *3))
- (-4 *3 (-13 (-1114) (-29 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-968 (-525)) (-138)))
- (-5 *2 (-542 (-385 (-887 *5)))) (-5 *1 (-531 *5))
- (-5 *3 (-385 (-887 *5))))))
+ (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 (-527)))
+ (-5 *2 (-1176 (-387 (-527)))) (-5 *1 (-1201 *4)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-841 *4))
+ (-4 *4 (-1022))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-692)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348))
+ (-5 *2 (-1090 *3)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-574 *4 *2)) (-4 *2 (-13 (-1116) (-895) (-29 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-1152 *4)) (-5 *1 (-506 *4 *2 *5 *6))
+ (-4 *4 (-288)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-715))))))
+(((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-645))))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-645)))))
+(((*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-261)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-129)) (-5 *3 (-715)) (-5 *2 (-1181)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
+ (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-82 FCNF))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-83 FCNG)))) (-5 *3 (-207))
+ (-5 *2 (-968)) (-5 *1 (-694)))))
+(((*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-223)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN))))
+ (-5 *2 (-968)) (-5 *1 (-693)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346))
- (-5 *2 (-1088 *3)))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-594 *3)) (-5 *1 (-42 *4 *3))
+ (-4 *3 (-397 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
+ (-12 (-4 *1 (-46 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022))
+ (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-552 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-519)) (-5 *2 (-110)) (-5 *1 (-575 *3 *4))
+ (-4 *4 (-1152 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-680 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-671))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-110)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 (-889 *3))) (-4 *3 (-431)) (-5 *1 (-340 *3 *4))
+ (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-429 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6))
+ (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-429 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6))
+ (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-429 *4 *5 *6 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791))
+ (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-594 (-724 *3 (-802 *4)))) (-4 *3 (-431))
+ (-14 *4 (-594 (-1094))) (-5 *1 (-579 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-527)) (|has| *1 (-6 -4252)) (-4 *1 (-384))
+ (-5 *2 (-858)))))
+(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863))))
+ ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-858)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-244)))))
(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179))
- (-5 *1 (-997 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181))
+ (-5 *1 (-999 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179))
- (-5 *1 (-1028 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181))
+ (-5 *1 (-1030 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 *1)) (-5 *4 (-1176 *1)) (-4 *1 (-590 *5))
+ (-4 *5 (-979))
+ (-5 *2 (-2 (|:| -1837 (-634 *5)) (|:| |vec| (-1176 *5))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-634 *1)) (-4 *1 (-590 *4)) (-4 *4 (-979))
+ (-5 *2 (-634 *4)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-560 *4 *3)) (-4 *4 (-1022))
+ (-4 *3 (-1130)) (-4 *3 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936)))
+ (-5 *1 (-165 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4)))
+ (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-777 (-527))) (-5 *1 (-501))))
+ ((*1 *1) (-12 (-5 *1 (-777 *2)) (-4 *2 (-1022)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-106)) (-5 *1 (-1009)))))
+(((*1 *2 *1 *2)
+ (-12 (-4 *1 (-344 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))))
+(((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3 *2 *3)
+ (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1097))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1097))))
+ ((*1 *2 *3 *2 *4 *1)
+ (-12 (-5 *2 (-417)) (-5 *3 (-594 (-1094))) (-5 *4 (-1094))
+ (-5 *1 (-1097))))
+ ((*1 *2 *3 *2 *3 *1)
+ (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1097))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-417)) (-5 *3 (-1094)) (-5 *1 (-1098))))
+ ((*1 *2 *3 *2 *1)
+ (-12 (-5 *2 (-417)) (-5 *3 (-594 (-1094))) (-5 *1 (-1098)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-846)) (-5 *2 (-398 (-1090 *1))) (-5 *3 (-1090 *1)))))
(((*1 *2 *3 *4 *5 *6 *5 *3 *7)
- (-12 (-5 *4 (-525))
+ (-12 (-5 *4 (-527))
(-5 *6
- (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))))
- (-5 *7 (-1 (-1179) (-1174 *5) (-1174 *5) (-357)))
- (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179))
- (-5 *1 (-730))))
+ (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))))
+ (-5 *7 (-1 (-1181) (-1176 *5) (-1176 *5) (-359)))
+ (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181))
+ (-5 *1 (-732))))
((*1 *2 *3 *4 *5 *6 *5 *3 *7 *3 *3 *3 *3 *3 *3 *3)
- (-12 (-5 *4 (-525))
+ (-12 (-5 *4 (-527))
(-5 *6
- (-2 (|:| |try| (-357)) (|:| |did| (-357)) (|:| -1286 (-357))))
- (-5 *7 (-1 (-1179) (-1174 *5) (-1174 *5) (-357)))
- (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179))
- (-5 *1 (-730)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-856)) (-5 *2 (-445)) (-5 *1 (-1175)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))))
-(((*1 *2 *3 *4 *3 *3)
- (-12 (-5 *3 (-273 *6)) (-5 *4 (-110)) (-4 *6 (-408 *5))
- (-4 *5 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51))
- (-5 *1 (-295 *5 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-273 *7)) (-5 *4 (-110)) (-5 *5 (-592 *7))
- (-4 *7 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501))))
- (-5 *2 (-51)) (-5 *1 (-295 *6 *7))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-592 (-273 *7))) (-5 *4 (-592 (-110))) (-5 *5 (-273 *7))
- (-4 *7 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501))))
- (-5 *2 (-51)) (-5 *1 (-295 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-592 (-273 *8))) (-5 *4 (-592 (-110))) (-5 *5 (-273 *8))
- (-5 *6 (-592 *8)) (-4 *8 (-408 *7))
- (-4 *7 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51))
- (-5 *1 (-295 *7 *8))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-592 *7)) (-5 *4 (-592 (-110))) (-5 *5 (-273 *7))
- (-4 *7 (-408 *6)) (-4 *6 (-13 (-789) (-517) (-567 (-501))))
- (-5 *2 (-51)) (-5 *1 (-295 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 (-110))) (-5 *6 (-592 (-273 *8)))
- (-4 *8 (-408 *7)) (-5 *5 (-273 *8))
- (-4 *7 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51))
- (-5 *1 (-295 *7 *8))))
- ((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-273 *5)) (-5 *4 (-110)) (-4 *5 (-408 *6))
- (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51))
- (-5 *1 (-295 *6 *5))))
- ((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-110)) (-5 *5 (-273 *3)) (-4 *3 (-408 *6))
- (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51))
- (-5 *1 (-295 *6 *3))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-110)) (-5 *5 (-273 *3)) (-4 *3 (-408 *6))
- (-4 *6 (-13 (-789) (-517) (-567 (-501)))) (-5 *2 (-51))
- (-5 *1 (-295 *6 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-110)) (-5 *5 (-273 *3)) (-5 *6 (-592 *3))
- (-4 *3 (-408 *7)) (-4 *7 (-13 (-789) (-517) (-567 (-501))))
- (-5 *2 (-51)) (-5 *1 (-295 *7 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-878 *4)) (-4 *4 (-977)) (-5 *1 (-1081 *3 *4))
- (-14 *3 (-856)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-565 *1))) (-4 *1 (-281)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-592 *1)) (-4 *1 (-281))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-565 *3)) (-4 *3 (-789))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-110)) (-5 *3 (-592 *5)) (-5 *4 (-713)) (-4 *5 (-789))
- (-5 *1 (-565 *5)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)) (-4 *5 (-991 *3 *4 *2)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-341)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3)))
- (-5 *1 (-709 *3 *4)) (-4 *3 (-651 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-341)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-94 *5)) (-4 *5 (-341)) (-4 *5 (-977))
- (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3))
- (-4 *3 (-791 *5)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-592 (-259))) (-5 *1 (-259))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-1097))) (-5 *1 (-1097)))))
-(((*1 *1 *1 *1) (-4 *1 (-704))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1020)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-627 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1092)))))
-(((*1 *1 *2) (-12 (-5 *2 (-294 (-157 (-357)))) (-5 *1 (-308))))
- ((*1 *1 *2) (-12 (-5 *2 (-294 (-525))) (-5 *1 (-308))))
- ((*1 *1 *2) (-12 (-5 *2 (-294 (-357))) (-5 *1 (-308))))
- ((*1 *1 *2) (-12 (-5 *2 (-294 (-636))) (-5 *1 (-308))))
- ((*1 *1 *2) (-12 (-5 *2 (-294 (-643))) (-5 *1 (-308))))
- ((*1 *1 *2) (-12 (-5 *2 (-294 (-641))) (-5 *1 (-308))))
- ((*1 *1) (-5 *1 (-308))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1157 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1134 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-4 *6 (-821 *5)) (-5 *2 (-820 *5 *6 (-592 *6)))
- (-5 *1 (-822 *5 *6 *4)) (-5 *3 (-592 *6)) (-4 *4 (-567 (-827 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-5 *2 (-592 (-273 *3))) (-5 *1 (-822 *5 *3 *4))
- (-4 *3 (-968 (-1092))) (-4 *3 (-821 *5)) (-4 *4 (-567 (-827 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-5 *2 (-592 (-273 (-887 *3))))
- (-5 *1 (-822 *5 *3 *4)) (-4 *3 (-977))
- (-3272 (-4 *3 (-968 (-1092)))) (-4 *3 (-821 *5))
- (-4 *4 (-567 (-827 *5)))))
+ (-2 (|:| |try| (-359)) (|:| |did| (-359)) (|:| -1301 (-359))))
+ (-5 *7 (-1 (-1181) (-1176 *5) (-1176 *5) (-359)))
+ (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181))
+ (-5 *1 (-732)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-110)) (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4)))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-5 *2 (-824 *5 *3)) (-5 *1 (-822 *5 *3 *4))
- (-3272 (-4 *3 (-968 (-1092)))) (-3272 (-4 *3 (-977)))
- (-4 *3 (-821 *5)) (-4 *4 (-567 (-827 *5))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-110)) (-4 *2 (-1020)) (-4 *2 (-789))
- (-5 *1 (-109 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-1020)) (-4 *2 (-835 *4)) (-5 *1 (-634 *4 *2 *5 *3))
- (-4 *5 (-351 *2)) (-4 *3 (-13 (-351 *4) (-10 -7 (-6 -4259)))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798))))
+ (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-410 *3) (-936))) (-5 *1 (-257 *3 *2))
+ (-4 *3 (-13 (-791) (-519)))))
+ ((*1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *1) (-5 *1 (-456))) ((*1 *1) (-4 *1 (-1116))))
+(((*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-889 (-359))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-387 (-889 (-359)))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-296 (-359))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-889 (-527))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-387 (-889 (-527)))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-296 (-527))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1094)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 *2))
+ (-14 *4 (-594 *2)) (-4 *5 (-367))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-296 *5)) (-4 *5 (-367)) (-5 *1 (-319 *3 *4 *5))
+ (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-634 (-387 (-889 (-527))))) (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-634 (-387 (-889 (-359))))) (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-634 (-889 (-527)))) (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-634 (-889 (-359)))) (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-634 (-296 (-527)))) (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-634 (-296 (-359)))) (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-387 (-889 (-527)))) (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-387 (-889 (-359)))) (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-889 (-527))) (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-889 (-359))) (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-296 (-527))) (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-296 (-359))) (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 (-387 (-889 (-527))))) (-4 *1 (-420))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 (-387 (-889 (-359))))) (-4 *1 (-420))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 (-889 (-527)))) (-4 *1 (-420))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 (-889 (-359)))) (-4 *1 (-420))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 (-296 (-527)))) (-4 *1 (-420))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 (-296 (-359)))) (-4 *1 (-420))))
((*1 *2 *1)
(-12
(-5 *2
- (-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798)))
- (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798)))
- (|:| |args| (-592 (-798)))))
- (-5 *1 (-1092)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-798))) ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1) (-5 *1 (-798))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5))
- (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-1185 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-592 *8)) (-5 *3 (-1 (-108) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517))
- (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1185 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-695)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-713)) (-5 *4 (-1174 *2)) (-4 *5 (-286))
- (-4 *6 (-925 *5)) (-4 *2 (-13 (-387 *6 *7) (-968 *6)))
- (-5 *1 (-391 *5 *6 *7 *2)) (-4 *7 (-1150 *6)))))
-(((*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-108)) (-5 *1 (-246)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-341)) (-5 *1 (-831 *2 *4))
- (-4 *2 (-1150 *4)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 (-592 *2) *2 *2 *2)) (-4 *2 (-1020))
- (-5 *1 (-98 *2))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1020)) (-5 *1 (-98 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-592 *2))) (-5 *4 (-592 *5))
- (-4 *5 (-37 (-385 (-525)))) (-4 *2 (-1165 *5))
- (-5 *1 (-1167 *5 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-313 *3 *4 *5 *6)) (-4 *3 (-341)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5))
+ (-3
+ (|:| |nia|
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (|:| |mdnia|
+ (-2 (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-594 (-1017 (-784 (-207)))))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))))
+ (-5 *1 (-713))))
+ ((*1 *2 *1)
+ (-12
(-5 *2
- (-2 (|:| -1466 (-391 *4 (-385 *4) *5 *6)) (|:| |principalPart| *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341))
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *1 (-752))))
+ ((*1 *2 *1)
+ (-12
(-5 *2
- (-2 (|:| |poly| *6) (|:| -2392 (-385 *6))
- (|:| |special| (-385 *6))))
- (-5 *1 (-670 *5 *6)) (-5 *3 (-385 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-341)) (-5 *2 (-592 *3)) (-5 *1 (-831 *3 *4))
- (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *4 *4)
- (|partial| -12 (-5 *4 (-713)) (-4 *5 (-341))
- (-5 *2 (-2 (|:| -3436 *3) (|:| -3446 *3))) (-5 *1 (-831 *3 *5))
- (-4 *3 (-1150 *5))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108))
- (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429))
- (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-994 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108))
- (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429))
- (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-994 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4)
- (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108))
- (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429))
- (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1062 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
- (-12 (-5 *2 (-592 *9)) (-5 *3 (-592 *8)) (-5 *4 (-108))
- (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429))
- (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-977))
- (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263)))
- (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4))))
- ((*1 *1 *1) (-4 *1 (-510)))
- ((*1 *2 *1) (-12 (-5 *2 (-856)) (-5 *1 (-617 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-856)) (-5 *1 (-621 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-761 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-828 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-4 *1 (-927 *3)) (-4 *3 (-1128)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-1126 *3)) (-4 *3 (-1128))))
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207)))
+ (|:| |lb| (-594 (-784 (-207))))
+ (|:| |cf| (-594 (-296 (-207))))
+ (|:| |ub| (-594 (-784 (-207))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-594 (-296 (-207))))
+ (|:| -2138 (-594 (-207)))))))
+ (-5 *1 (-782))))
((*1 *2 *1)
- (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-934))
- (-4 *2 (-977)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-5 *2 (-108))
- (-5 *1 (-824 *4 *5)) (-4 *5 (-1020))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-827 *5)) (-4 *5 (-1020)) (-5 *2 (-108))
- (-5 *1 (-825 *5 *3)) (-4 *3 (-1128))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *6)) (-5 *4 (-827 *5)) (-4 *5 (-1020))
- (-4 *6 (-1128)) (-5 *2 (-108)) (-5 *1 (-825 *5 *6)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
- (-12 (-5 *3 (-525)) (-5 *5 (-108)) (-5 *6 (-632 (-205)))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN))))
- (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-696)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-254)))))
+ (-12
+ (-5 *2
+ (-2 (|:| |pde| (-594 (-296 (-207))))
+ (|:| |constraints|
+ (-594
+ (-2 (|:| |start| (-207)) (|:| |finish| (-207))
+ (|:| |grid| (-715)) (|:| |boundaryType| (-527))
+ (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207))))))
+ (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077))
+ (|:| |tol| (-207))))
+ (-5 *1 (-835))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *1 (-911 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-970 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2)
+ (-2027
+ (-12 (-5 *2 (-889 *3))
+ (-12 (-3264 (-4 *3 (-37 (-387 (-527)))))
+ (-3264 (-4 *3 (-37 (-527)))) (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)))
+ (-12 (-5 *2 (-889 *3))
+ (-12 (-3264 (-4 *3 (-512))) (-3264 (-4 *3 (-37 (-387 (-527)))))
+ (-4 *3 (-37 (-527))) (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)))
+ (-12 (-5 *2 (-889 *3))
+ (-12 (-3264 (-4 *3 (-927 (-527)))) (-4 *3 (-37 (-387 (-527))))
+ (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)))))
+ ((*1 *1 *2)
+ (-2027
+ (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5))
+ (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527)))
+ (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))
+ (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-889 (-387 (-527)))) (-4 *1 (-993 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-878 *4)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-273 *2)) (-4 *2 (-669)) (-4 *2 (-1128)))))
-(((*1 *2) (-12 (-5 *2 (-775 (-525))) (-5 *1 (-499))))
- ((*1 *1) (-12 (-5 *1 (-775 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3801 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-308)))))
-(((*1 *2) (-12 (-4 *2 (-160)) (-5 *1 (-153 *3 *2)) (-4 *3 (-154 *2))))
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-176))))
((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *2 *4)) (-4 *4 (-1150 *2))
- (-4 *2 (-160))))
- ((*1 *2)
- (-12 (-4 *4 (-1150 *2)) (-4 *2 (-160)) (-5 *1 (-386 *3 *2 *4))
- (-4 *3 (-387 *2 *4))))
- ((*1 *2) (-12 (-4 *1 (-387 *2 *3)) (-4 *3 (-1150 *2)) (-4 *2 (-160))))
- ((*1 *2)
- (-12 (-4 *3 (-1150 *2)) (-5 *2 (-525)) (-5 *1 (-710 *3 *4))
- (-4 *4 (-387 *2 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)) (-4 *3 (-160))))
+ (-12 (-5 *3 (-594 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-281))))
((*1 *2 *3)
- (-12 (-4 *2 (-517)) (-5 *1 (-903 *2 *3)) (-4 *3 (-1150 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-160)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-4 *1 (-142 *3))))
+ (-12 (-5 *3 (-594 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-286)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-275 (-889 (-527))))
+ (-5 *2
+ (-2 (|:| |varOrder| (-594 (-1094)))
+ (|:| |inhom| (-3 (-594 (-1176 (-715))) "failed"))
+ (|:| |hom| (-594 (-1176 (-715))))))
+ (-5 *1 (-218)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-858)) (-5 *2 (-447)) (-5 *1 (-1177)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-715)) (-5 *1 (-727 *2)) (-4 *2 (-37 (-387 (-527))))
+ (-4 *2 (-162)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-906)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-162)) (-4 *2 (-979)) (-5 *1 (-659 *2 *3))
+ (-4 *3 (-596 *2))))
+ ((*1 *2 *2) (-12 (-5 *1 (-778 *2)) (-4 *2 (-162)) (-4 *2 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-527)) (-5 *2 (-594 (-594 (-207)))) (-5 *1 (-1127)))))
+(((*1 *1 *1) (-4 *1 (-580)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936) (-1116))))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1090 *1)) (-4 *1 (-946)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *2 (-594 (-159 *4))) (-5 *1 (-147 *3 *4))
+ (-4 *3 (-1152 (-159 (-527)))) (-4 *4 (-13 (-343) (-789)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-594 (-159 *4)))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-594 (-159 *4)))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-4 *1 (-144 *3))))
((*1 *1 *2)
(-12
- (-5 *2 (-592 (-2 (|:| -2168 (-713)) (|:| -1423 *4) (|:| |num| *4))))
- (-4 *4 (-1150 *3)) (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *4))))
+ (-5 *2 (-594 (-2 (|:| -3148 (-715)) (|:| -2291 *4) (|:| |num| *4))))
+ (-4 *4 (-1152 *3)) (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *4))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-108)) (-5 *1 (-415))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-110)) (-5 *1 (-417))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-5 *3 (-592 (-1092))) (-5 *4 (-108)) (-5 *1 (-415))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-5 *3 (-594 (-1094))) (-5 *4 (-110)) (-5 *1 (-417))))
((*1 *2 *1)
- (-12 (-5 *2 (-1073 *3)) (-5 *1 (-555 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-583 *2)) (-4 *2 (-160))))
+ (-12 (-5 *2 (-1075 *3)) (-5 *1 (-557 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-585 *2)) (-4 *2 (-162))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-5 *1 (-610 *3 *4))
- (-4 *4 (-160))))
+ (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-5 *1 (-612 *3 *4))
+ (-4 *4 (-162))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-5 *1 (-610 *3 *4))
- (-4 *4 (-160))))
+ (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-5 *1 (-612 *3 *4))
+ (-4 *4 (-162))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-617 *3)) (-4 *3 (-789)) (-5 *1 (-610 *3 *4))
- (-4 *4 (-160))))
+ (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-5 *1 (-612 *3 *4))
+ (-4 *4 (-162))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 (-592 *3)))) (-4 *3 (-1020))
- (-5 *1 (-620 *3))))
+ (-12 (-5 *2 (-594 (-594 (-594 *3)))) (-4 *3 (-1022))
+ (-5 *1 (-622 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-656 *2 *3 *4)) (-4 *2 (-789)) (-4 *3 (-1020))
+ (-12 (-5 *1 (-658 *2 *3 *4)) (-4 *2 (-791)) (-4 *3 (-1022))
(-14 *4
- (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *3))
- (-2 (|:| -1722 *2) (|:| -2168 *3))))))
+ (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *3))
+ (-2 (|:| -1720 *2) (|:| -3148 *3))))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-808 *2 *3)) (-4 *2 (-1128)) (-4 *3 (-1128))))
+ (-12 (-5 *1 (-810 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 *4))))
- (-4 *4 (-1020)) (-5 *1 (-824 *3 *4)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 *4))))
+ (-4 *4 (-1022)) (-5 *1 (-826 *3 *4)) (-4 *3 (-1022))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *5)) (-4 *5 (-13 (-1020) (-33)))
- (-5 *2 (-592 (-1057 *3 *5))) (-5 *1 (-1057 *3 *5))
- (-4 *3 (-13 (-1020) (-33)))))
+ (-12 (-5 *4 (-594 *5)) (-4 *5 (-13 (-1022) (-33)))
+ (-5 *2 (-594 (-1059 *3 *5))) (-5 *1 (-1059 *3 *5))
+ (-4 *3 (-13 (-1022) (-33)))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-2 (|:| |val| *4) (|:| -1285 *5))))
- (-4 *4 (-13 (-1020) (-33))) (-4 *5 (-13 (-1020) (-33)))
- (-5 *2 (-592 (-1057 *4 *5))) (-5 *1 (-1057 *4 *5))))
+ (-12 (-5 *3 (-594 (-2 (|:| |val| *4) (|:| -1296 *5))))
+ (-4 *4 (-13 (-1022) (-33))) (-4 *5 (-13 (-1022) (-33)))
+ (-5 *2 (-594 (-1059 *4 *5))) (-5 *1 (-1059 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1285 *4)))
- (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33)))
- (-5 *1 (-1057 *3 *4))))
+ (-12 (-5 *2 (-2 (|:| |val| *3) (|:| -1296 *4)))
+ (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33)))
+ (-5 *1 (-1059 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33)))))
+ (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33)))))
+ (-12 (-5 *4 (-110)) (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33)))))
((*1 *1 *2 *3 *2 *4)
- (-12 (-5 *4 (-592 *3)) (-4 *3 (-13 (-1020) (-33)))
- (-5 *1 (-1058 *2 *3)) (-4 *2 (-13 (-1020) (-33)))))
+ (-12 (-5 *4 (-594 *3)) (-4 *3 (-13 (-1022) (-33)))
+ (-5 *1 (-1060 *2 *3)) (-4 *2 (-13 (-1022) (-33)))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-1057 *2 *3))) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33))) (-5 *1 (-1058 *2 *3))))
+ (-12 (-5 *4 (-594 (-1059 *2 *3))) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33))) (-5 *1 (-1060 *2 *3))))
((*1 *1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-1058 *2 *3))) (-5 *1 (-1058 *2 *3))
- (-4 *2 (-13 (-1020) (-33))) (-4 *3 (-13 (-1020) (-33)))))
+ (-12 (-5 *4 (-594 (-1060 *2 *3))) (-5 *1 (-1060 *2 *3))
+ (-4 *2 (-13 (-1022) (-33))) (-4 *3 (-13 (-1022) (-33)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4))))
+ (-12 (-5 *2 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-1082 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-827 *4)) (-5 *3 (-1 (-108) *5)) (-4 *4 (-1020))
- (-4 *5 (-1128)) (-5 *1 (-825 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-827 *4)) (-5 *3 (-592 (-1 (-108) *5))) (-4 *4 (-1020))
- (-4 *5 (-1128)) (-5 *1 (-825 *4 *5))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-827 *5)) (-5 *3 (-592 (-1092)))
- (-5 *4 (-1 (-108) (-592 *6))) (-4 *5 (-1020)) (-4 *6 (-1128))
- (-5 *1 (-825 *5 *6))))
+ (-12 (-5 *1 (-1084 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1017 *3)) (-4 *3 (-886 *7 *6 *4)) (-4 *6 (-737))
+ (-4 *4 (-791)) (-4 *7 (-519))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-527))))
+ (-5 *1 (-551 *6 *4 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-519))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-527))))
+ (-5 *1 (-551 *5 *4 *6 *3)) (-4 *3 (-886 *6 *5 *4))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-800))) ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1) (-5 *1 (-800)))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-108) *5)) (-4 *5 (-1128)) (-4 *4 (-789))
- (-5 *1 (-872 *4 *2 *5)) (-4 *2 (-408 *4))))
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1086 *4 *2)) (-4 *2 (-13 (-410 *4) (-151) (-27) (-1116)))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-1 (-108) *5))) (-4 *5 (-1128)) (-4 *4 (-789))
- (-5 *1 (-872 *4 *2 *5)) (-4 *2 (-408 *4))))
+ (-12 (-5 *3 (-1015 *2)) (-4 *2 (-13 (-410 *4) (-151) (-27) (-1116)))
+ (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1086 *4 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-1 (-108) *5)) (-4 *5 (-1128))
- (-5 *2 (-294 (-525))) (-5 *1 (-873 *5))))
+ (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-791) (-970 (-527))))
+ (-5 *2 (-387 (-889 *5))) (-5 *1 (-1087 *5)) (-5 *3 (-889 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-592 (-1 (-108) *5))) (-4 *5 (-1128))
- (-5 *2 (-294 (-525))) (-5 *1 (-873 *5))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-1 (-108) (-592 *6)))
- (-4 *6 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))) (-4 *4 (-1020))
- (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4))))
- (-5 *1 (-999 *4 *5 *6)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-878 (-205))) (-5 *4 (-809)) (-5 *2 (-1179))
- (-5 *1 (-445))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-977)) (-4 *1 (-913 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-878 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-878 *3)) (-4 *3 (-977)) (-4 *1 (-1053 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125)) (-5 *3 (-205)))))
-(((*1 *1) (-5 *1 (-1007))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 (-1088 *7))) (-5 *3 (-1088 *7))
- (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-844)) (-4 *5 (-735))
- (-4 *6 (-789)) (-5 *1 (-841 *4 *5 *6 *7))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 (-1088 *5))) (-5 *3 (-1088 *5))
- (-4 *5 (-1150 *4)) (-4 *4 (-844)) (-5 *1 (-842 *4 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-1101 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-205))) (-5 *4 (-713)) (-5 *2 (-632 (-205)))
- (-5 *1 (-284)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-352 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-160))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-1193 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-977)))))
+ (-12 (-5 *4 (-1094)) (-4 *5 (-13 (-519) (-791) (-970 (-527))))
+ (-5 *2 (-3 (-387 (-889 *5)) (-296 *5))) (-5 *1 (-1087 *5))
+ (-5 *3 (-387 (-889 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1015 (-889 *5))) (-5 *3 (-889 *5))
+ (-4 *5 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-387 *3))
+ (-5 *1 (-1087 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1015 (-387 (-889 *5)))) (-5 *3 (-387 (-889 *5)))
+ (-4 *5 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-3 *3 (-296 *5)))
+ (-5 *1 (-1087 *5)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-879)) (-5 *3 (-527)))))
(((*1 *2)
- (-12 (-4 *2 (-13 (-408 *3) (-934))) (-5 *1 (-255 *3 *2))
- (-4 *3 (-13 (-789) (-517)))))
- ((*1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1) (-5 *1 (-454))) ((*1 *1) (-4 *1 (-1114))))
-(((*1 *2 *3) (-12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-887 (-357))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-385 (-887 (-357)))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-294 (-357))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-887 (-525))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-385 (-887 (-525)))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-294 (-525))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1092)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 *2))
- (-14 *4 (-592 *2)) (-4 *5 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-294 *5)) (-4 *5 (-365)) (-5 *1 (-317 *3 *4 *5))
- (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092)))))
- ((*1 *1 *2) (-12 (-5 *2 (-632 (-385 (-887 (-525))))) (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-632 (-385 (-887 (-357))))) (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-632 (-887 (-525)))) (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-632 (-887 (-357)))) (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-632 (-294 (-525)))) (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-632 (-294 (-357)))) (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-385 (-887 (-525)))) (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-385 (-887 (-357)))) (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-887 (-525))) (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-887 (-357))) (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-294 (-525))) (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-294 (-357))) (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 (-385 (-887 (-525))))) (-4 *1 (-418))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 (-385 (-887 (-357))))) (-4 *1 (-418))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 (-887 (-525)))) (-4 *1 (-418))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 (-887 (-357)))) (-4 *1 (-418))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 (-294 (-525)))) (-4 *1 (-418))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 (-294 (-357)))) (-4 *1 (-418))))
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178))))
+ ((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3))))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-343) (-140) (-970 (-527))))
+ (-4 *5 (-1152 *4))
+ (-5 *2 (-2 (|:| -3160 (-387 *5)) (|:| |coeff| (-387 *5))))
+ (-5 *1 (-531 *4 *5)) (-5 *3 (-387 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-110))) ((*1 *1 *1 *1) (-4 *1 (-121))))
+(((*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-47)))) (-5 *1 (-47))))
((*1 *2 *1)
- (-12
- (-5 *2
- (-3
- (|:| |nia|
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (|:| |mdnia|
- (-2 (|:| |fn| (-294 (-205)))
- (|:| -1777 (-592 (-1015 (-782 (-205)))))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))))
- (-5 *1 (-711))))
+ (-12 (-4 *3 (-927 *2)) (-4 *4 (-1152 *3)) (-4 *2 (-288))
+ (-5 *1 (-393 *2 *3 *4 *5)) (-4 *5 (-13 (-389 *3 *4) (-970 *3)))))
((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *1 (-750))))
+ (-12 (-4 *3 (-519)) (-4 *3 (-791)) (-5 *2 (-1046 *3 (-567 *1)))
+ (-4 *1 (-410 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-470)))) (-5 *1 (-470))))
((*1 *2 *1)
- (-12
- (-5 *2
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205)))
- (|:| |lb| (-592 (-782 (-205))))
- (|:| |cf| (-592 (-294 (-205))))
- (|:| |ub| (-592 (-782 (-205))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-592 (-294 (-205))))
- (|:| -2948 (-592 (-205)))))))
- (-5 *1 (-780))))
+ (-12 (-4 *4 (-162)) (-4 *2 (|SubsetCategory| (-671) *4))
+ (-5 *1 (-573 *3 *4 *2)) (-4 *3 (-37 *4))))
((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |pde| (-592 (-294 (-205))))
- (|:| |constraints|
- (-592
- (-2 (|:| |start| (-205)) (|:| |finish| (-205))
- (|:| |grid| (-713)) (|:| |boundaryType| (-525))
- (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205))))))
- (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075))
- (|:| |tol| (-205))))
- (-5 *1 (-833))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *1 (-909 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-968 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2)
- (-2067
- (-12 (-5 *2 (-887 *3))
- (-12 (-3272 (-4 *3 (-37 (-385 (-525)))))
- (-3272 (-4 *3 (-37 (-525)))) (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)))
- (-12 (-5 *2 (-887 *3))
- (-12 (-3272 (-4 *3 (-510))) (-3272 (-4 *3 (-37 (-385 (-525)))))
- (-4 *3 (-37 (-525))) (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)))
- (-12 (-5 *2 (-887 *3))
- (-12 (-3272 (-4 *3 (-925 (-525)))) (-4 *3 (-37 (-385 (-525))))
- (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)))))
- ((*1 *1 *2)
- (-2067
- (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5))
- (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525)))
- (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))
- (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5))
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-887 (-385 (-525)))) (-4 *1 (-991 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
+ (-12 (-4 *4 (-162)) (-4 *2 (|SubsetCategory| (-671) *4))
+ (-5 *1 (-610 *3 *4 *2)) (-4 *3 (-662 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-769)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-525)) (-5 *2 (-592 (-2 (|:| -4201 *3) (|:| -3529 *4))))
- (-5 *1 (-638 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-761 *4)) (-4 *4 (-789)) (-5 *2 (-108))
- (-5 *1 (-617 *4)))))
-(((*1 *1 *2) (-12 (-4 *1 (-37 *2)) (-4 *2 (-160))))
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1090 *7))
+ (-4 *5 (-979)) (-4 *7 (-979)) (-4 *2 (-1152 *5))
+ (-5 *1 (-476 *5 *2 *6 *7)) (-4 *6 (-1152 *2)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *2) (-12 (-4 *1 (-37 *2)) (-4 *2 (-162))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-341)) (-14 *6 (-1174 (-632 *3)))
- (-5 *1 (-43 *3 *4 *5 *6)) (-14 *4 (-856)) (-14 *5 (-592 (-1092)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1044 (-525) (-565 (-47)))) (-5 *1 (-47))))
- ((*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-50 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-343)) (-14 *6 (-1176 (-634 *3)))
+ (-5 *1 (-43 *3 *4 *5 *6)) (-14 *4 (-858)) (-14 *5 (-594 (-1094)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1046 (-527) (-567 (-47)))) (-5 *1 (-47))))
+ ((*1 *2 *3) (-12 (-5 *2 (-51)) (-5 *1 (-50 *3)) (-4 *3 (-1130))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114 'JINT 'X 'ELAM) (-4114) (-641))))
- (-5 *1 (-59 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131 'JINT 'X 'ELAM) (-4131) (-643))))
+ (-5 *1 (-59 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 'XC) (-641))))
- (-5 *1 (-61 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 'XC) (-643))))
+ (-5 *1 (-61 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-317 (-4114 'X) (-4114) (-641))) (-5 *1 (-62 *3))
- (-14 *3 (-1092))))
+ (-12 (-5 *2 (-319 (-4131 'X) (-4131) (-643))) (-5 *1 (-62 *3))
+ (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-632 (-317 (-4114) (-4114 'X 'HESS) (-641))))
- (-5 *1 (-63 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-634 (-319 (-4131) (-4131 'X 'HESS) (-643))))
+ (-5 *1 (-63 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-317 (-4114) (-4114 'XC) (-641))) (-5 *1 (-64 *3))
- (-14 *3 (-1092))))
+ (-12 (-5 *2 (-319 (-4131) (-4131 'XC) (-643))) (-5 *1 (-64 *3))
+ (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114 'X) (-4114 '-1499) (-641))))
- (-5 *1 (-69 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131 'X) (-4131 '-1487) (-643))))
+ (-5 *1 (-69 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 'X) (-641))))
- (-5 *1 (-72 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 'X) (-643))))
+ (-5 *1 (-72 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114 'X 'EPS) (-4114 '-1499) (-641))))
- (-5 *1 (-73 *3 *4 *5)) (-14 *3 (-1092)) (-14 *4 (-1092))
- (-14 *5 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131 'X 'EPS) (-4131 '-1487) (-643))))
+ (-5 *1 (-73 *3 *4 *5)) (-14 *3 (-1094)) (-14 *4 (-1094))
+ (-14 *5 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114 'EPS) (-4114 'YA 'YB) (-641))))
- (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1092)) (-14 *4 (-1092))
- (-14 *5 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131 'EPS) (-4131 'YA 'YB) (-643))))
+ (-5 *1 (-74 *3 *4 *5)) (-14 *3 (-1094)) (-14 *4 (-1094))
+ (-14 *5 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-317 (-4114) (-4114 'X) (-641))) (-5 *1 (-75 *3))
- (-14 *3 (-1092))))
+ (-12 (-5 *2 (-319 (-4131) (-4131 'X) (-643))) (-5 *1 (-75 *3))
+ (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-317 (-4114) (-4114 'X) (-641))) (-5 *1 (-76 *3))
- (-14 *3 (-1092))))
+ (-12 (-5 *2 (-319 (-4131) (-4131 'X) (-643))) (-5 *1 (-76 *3))
+ (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 'XC) (-641))))
- (-5 *1 (-77 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 'XC) (-643))))
+ (-5 *1 (-77 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 'X) (-641))))
- (-5 *1 (-78 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 'X) (-643))))
+ (-5 *1 (-78 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114) (-4114 'X) (-641))))
- (-5 *1 (-79 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131) (-4131 'X) (-643))))
+ (-5 *1 (-79 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114 'X '-1499) (-4114) (-641))))
- (-5 *1 (-80 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131 'X '-1487) (-4131) (-643))))
+ (-5 *1 (-80 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-632 (-317 (-4114 'X '-1499) (-4114) (-641))))
- (-5 *1 (-81 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-634 (-319 (-4131 'X '-1487) (-4131) (-643))))
+ (-5 *1 (-81 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-632 (-317 (-4114 'X) (-4114) (-641)))) (-5 *1 (-82 *3))
- (-14 *3 (-1092))))
+ (-12 (-5 *2 (-634 (-319 (-4131 'X) (-4131) (-643)))) (-5 *1 (-82 *3))
+ (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114 'X) (-4114) (-641))))
- (-5 *1 (-83 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131 'X) (-4131) (-643))))
+ (-5 *1 (-83 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-317 (-4114 'X) (-4114 '-1499) (-641))))
- (-5 *1 (-84 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-1176 (-319 (-4131 'X) (-4131 '-1487) (-643))))
+ (-5 *1 (-84 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-632 (-317 (-4114 'XL 'XR 'ELAM) (-4114) (-641))))
- (-5 *1 (-85 *3)) (-14 *3 (-1092))))
+ (-12 (-5 *2 (-634 (-319 (-4131 'XL 'XR 'ELAM) (-4131) (-643))))
+ (-5 *1 (-85 *3)) (-14 *3 (-1094))))
((*1 *1 *2)
- (-12 (-5 *2 (-317 (-4114 'X) (-4114 '-1499) (-641))) (-5 *1 (-87 *3))
- (-14 *3 (-1092))))
- ((*1 *2 *1) (-12 (-5 *2 (-936 2)) (-5 *1 (-103))))
- ((*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-103))))
- ((*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-125))))
+ (-12 (-5 *2 (-319 (-4131 'X) (-4131 '-1487) (-643))) (-5 *1 (-87 *3))
+ (-14 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-938 2)) (-5 *1 (-105))))
+ ((*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-105))))
+ ((*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-127))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-130 *3 *4 *5))) (-5 *1 (-130 *3 *4 *5))
- (-14 *3 (-525)) (-14 *4 (-713)) (-4 *5 (-160))))
+ (-12 (-5 *2 (-594 (-132 *3 *4 *5))) (-5 *1 (-132 *3 *4 *5))
+ (-14 *3 (-527)) (-14 *4 (-715)) (-4 *5 (-162))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 *5)) (-4 *5 (-160)) (-5 *1 (-130 *3 *4 *5))
- (-14 *3 (-525)) (-14 *4 (-713))))
+ (-12 (-5 *2 (-594 *5)) (-4 *5 (-162)) (-5 *1 (-132 *3 *4 *5))
+ (-14 *3 (-527)) (-14 *4 (-715))))
((*1 *1 *2)
- (-12 (-5 *2 (-1059 *4 *5)) (-14 *4 (-713)) (-4 *5 (-160))
- (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525))))
+ (-12 (-5 *2 (-1061 *4 *5)) (-14 *4 (-715)) (-4 *5 (-162))
+ (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527))))
((*1 *1 *2)
- (-12 (-5 *2 (-220 *4 *5)) (-14 *4 (-713)) (-4 *5 (-160))
- (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525))))
+ (-12 (-5 *2 (-222 *4 *5)) (-14 *4 (-715)) (-4 *5 (-162))
+ (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527))))
((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-632 *4))) (-4 *4 (-160))
- (-5 *2 (-1174 (-632 (-385 (-887 *4))))) (-5 *1 (-171 *4))))
+ (-12 (-5 *3 (-1176 (-634 *4))) (-4 *4 (-162))
+ (-5 *2 (-1176 (-634 (-387 (-889 *4))))) (-5 *1 (-173 *4))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 *3))
+ (-12 (-5 *2 (-594 *3))
(-4 *3
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $))
- (-15 -3686 ((-1179) $)))))
- (-5 *1 (-195 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-936 10)) (-5 *1 (-198))))
- ((*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-198))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-225 *3)) (-4 *3 (-789))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-225 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1013 (-294 *4)))
- (-4 *4 (-13 (-789) (-517) (-567 (-357)))) (-5 *2 (-1013 (-357)))
- (-5 *1 (-237 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-245 *2)) (-4 *2 (-789))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-254))))
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $))
+ (-15 -2000 ((-1181) $)))))
+ (-5 *1 (-197 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-938 10)) (-5 *1 (-200))))
+ ((*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-200))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-227 *3)) (-4 *3 (-791))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-227 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1015 (-296 *4)))
+ (-4 *4 (-13 (-791) (-519) (-569 (-359)))) (-5 *2 (-1015 (-359)))
+ (-5 *1 (-239 *4))))
+ ((*1 *1 *2) (-12 (-4 *1 (-247 *2)) (-4 *2 (-791))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-256))))
((*1 *2 *1)
- (-12 (-4 *2 (-1150 *3)) (-5 *1 (-268 *3 *2 *4 *5 *6 *7))
- (-4 *3 (-160)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
+ (-12 (-4 *2 (-1152 *3)) (-5 *1 (-270 *3 *2 *4 *5 *6 *7))
+ (-4 *3 (-162)) (-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 (-1159 *4 *5 *6)) (-4 *4 (-13 (-27) (-1114) (-408 *3)))
- (-14 *5 (-1092)) (-14 *6 *4)
- (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429)))
- (-5 *1 (-291 *3 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-308))))
+ (-12 (-5 *2 (-1161 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-410 *3)))
+ (-14 *5 (-1094)) (-14 *6 *4)
+ (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431)))
+ (-5 *1 (-293 *3 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-310))))
((*1 *2 *1)
- (-12 (-5 *2 (-294 *5)) (-5 *1 (-317 *3 *4 *5))
- (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
+ (-12 (-5 *2 (-296 *5)) (-5 *1 (-319 *3 *4 *5))
+ (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-4 *2 (-307 *4)) (-5 *1 (-325 *3 *4 *2))
- (-4 *3 (-307 *4))))
+ (-12 (-4 *4 (-329)) (-4 *2 (-309 *4)) (-5 *1 (-327 *3 *4 *2))
+ (-4 *3 (-309 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-4 *2 (-307 *4)) (-5 *1 (-325 *2 *4 *3))
- (-4 *3 (-307 *4))))
+ (-12 (-4 *4 (-329)) (-4 *2 (-309 *4)) (-5 *1 (-327 *2 *4 *3))
+ (-4 *3 (-309 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160))
- (-5 *2 (-1196 *3 *4))))
+ (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162))
+ (-5 *2 (-1198 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160))
- (-5 *2 (-1187 *3 *4))))
- ((*1 *1 *2) (-12 (-4 *1 (-352 *2 *3)) (-4 *2 (-789)) (-4 *3 (-160))))
+ (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162))
+ (-5 *2 (-1189 *3 *4))))
+ ((*1 *1 *2) (-12 (-4 *1 (-354 *2 *3)) (-4 *2 (-791)) (-4 *3 (-162))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))
- (-4 *1 (-361))))
- ((*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-361))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-361))))
- ((*1 *1 *2) (-12 (-5 *2 (-632 (-641))) (-4 *1 (-361))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))
+ (-4 *1 (-363))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-363))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-363))))
+ ((*1 *1 *2) (-12 (-5 *2 (-634 (-643))) (-4 *1 (-363))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))
- (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-362))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-362))))
- ((*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-4 *1 (-367))))
- ((*1 *2 *3) (-12 (-5 *2 (-372)) (-5 *1 (-371 *3)) (-4 *3 (-1020))))
- ((*1 *1 *2) (-12 (-5 *2 (-798)) (-5 *1 (-372))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))
+ (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-364))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-364))))
+ ((*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-4 *1 (-369))))
+ ((*1 *2 *3) (-12 (-5 *2 (-374)) (-5 *1 (-373 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *2) (-12 (-5 *2 (-800)) (-5 *1 (-374))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))
- (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-374))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-374))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))
+ (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-376))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-376))))
((*1 *1 *2)
- (-12 (-5 *2 (-273 (-294 (-157 (-357))))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-275 (-296 (-159 (-359))))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-273 (-294 (-357)))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-275 (-296 (-359)))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-273 (-294 (-525)))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-275 (-296 (-527)))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-294 (-157 (-357)))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-296 (-159 (-359)))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-294 (-357))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-296 (-359))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-294 (-525))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-296 (-527))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-273 (-294 (-636)))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-275 (-296 (-638)))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-273 (-294 (-641)))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-275 (-296 (-643)))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-273 (-294 (-643)))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-275 (-296 (-645)))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-294 (-636))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-296 (-638))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-294 (-641))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-296 (-643))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-294 (-643))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-296 (-645))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))
- (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092))
- (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))
+ (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094))
+ (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-308))) (-5 *1 (-376 *3 *4 *5 *6))
- (-14 *3 (-1092)) (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-594 (-310))) (-5 *1 (-378 *3 *4 *5 *6))
+ (-14 *3 (-1094)) (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-308)) (-5 *1 (-376 *3 *4 *5 *6)) (-14 *3 (-1092))
- (-14 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1096))))
+ (-12 (-5 *2 (-310)) (-5 *1 (-378 *3 *4 *5 *6)) (-14 *3 (-1094))
+ (-14 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1098))))
((*1 *1 *2)
- (-12 (-5 *2 (-309 *4)) (-4 *4 (-13 (-789) (-21)))
- (-5 *1 (-405 *3 *4)) (-4 *3 (-13 (-160) (-37 (-385 (-525)))))))
+ (-12 (-5 *2 (-311 *4)) (-4 *4 (-13 (-791) (-21)))
+ (-5 *1 (-407 *3 *4)) (-4 *3 (-13 (-162) (-37 (-387 (-527)))))))
((*1 *1 *2)
- (-12 (-5 *1 (-405 *2 *3)) (-4 *2 (-13 (-160) (-37 (-385 (-525)))))
- (-4 *3 (-13 (-789) (-21)))))
+ (-12 (-5 *1 (-407 *2 *3)) (-4 *2 (-13 (-162) (-37 (-387 (-527)))))
+ (-4 *3 (-13 (-791) (-21)))))
((*1 *1 *2)
- (-12 (-5 *2 (-385 (-887 (-385 *3)))) (-4 *3 (-517)) (-4 *3 (-789))
- (-4 *1 (-408 *3))))
+ (-12 (-5 *2 (-387 (-889 (-387 *3)))) (-4 *3 (-519)) (-4 *3 (-791))
+ (-4 *1 (-410 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-887 (-385 *3))) (-4 *3 (-517)) (-4 *3 (-789))
- (-4 *1 (-408 *3))))
+ (-12 (-5 *2 (-889 (-387 *3))) (-4 *3 (-519)) (-4 *3 (-791))
+ (-4 *1 (-410 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-385 *3)) (-4 *3 (-517)) (-4 *3 (-789))
- (-4 *1 (-408 *3))))
+ (-12 (-5 *2 (-387 *3)) (-4 *3 (-519)) (-4 *3 (-791))
+ (-4 *1 (-410 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1044 *3 (-565 *1))) (-4 *3 (-977)) (-4 *3 (-789))
- (-4 *1 (-408 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-412))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-412))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-412))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-412))))
- ((*1 *1 *2) (-12 (-5 *2 (-412)) (-5 *1 (-415))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-415))))
+ (-12 (-5 *2 (-1046 *3 (-567 *1))) (-4 *3 (-979)) (-4 *3 (-791))
+ (-4 *1 (-410 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-414))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-414))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-414))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-414))))
+ ((*1 *1 *2) (-12 (-5 *2 (-414)) (-5 *1 (-417))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-417))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))
- (-4 *1 (-417))))
- ((*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-417))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-417))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 (-641))) (-4 *1 (-417))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))
+ (-4 *1 (-419))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-419))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-419))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 (-643))) (-4 *1 (-419))))
((*1 *1 *2)
(-12
- (-5 *2 (-2 (|:| |localSymbols| (-1096)) (|:| -1582 (-592 (-308)))))
- (-4 *1 (-418))))
- ((*1 *1 *2) (-12 (-5 *2 (-308)) (-4 *1 (-418))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-4 *1 (-418))))
+ (-5 *2 (-2 (|:| |localSymbols| (-1098)) (|:| -1594 (-594 (-310)))))
+ (-4 *1 (-420))))
+ ((*1 *1 *2) (-12 (-5 *2 (-310)) (-4 *1 (-420))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-4 *1 (-420))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-385 (-887 *3)))) (-4 *3 (-160))
- (-14 *6 (-1174 (-632 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-14 *4 (-856)) (-14 *5 (-592 (-1092)))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-445))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-445))))
+ (-12 (-5 *2 (-1176 (-387 (-889 *3)))) (-4 *3 (-162))
+ (-14 *6 (-1176 (-634 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-14 *4 (-858)) (-14 *5 (-594 (-1094)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-447))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-447))))
((*1 *1 *2)
- (-12 (-5 *2 (-1159 *3 *4 *5)) (-4 *3 (-977)) (-14 *4 (-1092))
- (-14 *5 *3) (-5 *1 (-451 *3 *4 *5))))
+ (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-979)) (-14 *4 (-1094))
+ (-14 *5 *3) (-5 *1 (-453 *3 *4 *5))))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-451 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-5 *2 (-936 16)) (-5 *1 (-462))))
- ((*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-462))))
- ((*1 *1 *2) (-12 (-5 *2 (-1044 (-525) (-565 (-468)))) (-5 *1 (-468))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-475))))
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-453 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-5 *2 (-938 16)) (-5 *1 (-464))))
+ ((*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-464))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1046 (-527) (-567 (-470)))) (-5 *1 (-470))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-477))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-341))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-125)) (-5 *1 (-559))))
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-343))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-127)) (-5 *1 (-561))))
((*1 *1 *2)
- (-12 (-4 *3 (-160)) (-5 *1 (-560 *3 *2)) (-4 *2 (-687 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-566 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2) (-12 (-4 *1 (-570 *2)) (-4 *2 (-977))))
+ (-12 (-4 *3 (-162)) (-5 *1 (-562 *3 *2)) (-4 *2 (-689 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-568 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-4 *1 (-572 *2)) (-4 *2 (-979))))
((*1 *2 *1)
- (-12 (-5 *2 (-1192 *3 *4)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856))))
+ (-12 (-5 *2 (-1194 *3 *4)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858))))
((*1 *2 *1)
- (-12 (-5 *2 (-1187 *3 *4)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856))))
+ (-12 (-5 *2 (-1189 *3 *4)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858))))
((*1 *1 *2)
- (-12 (-4 *3 (-160)) (-5 *1 (-584 *3 *2)) (-4 *2 (-687 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-621 *3)) (-5 *1 (-617 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-761 *3)) (-5 *1 (-617 *3)) (-4 *3 (-789))))
+ (-12 (-4 *3 (-162)) (-5 *1 (-586 *3 *2)) (-4 *2 (-689 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-623 *3)) (-5 *1 (-619 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-763 *3)) (-5 *1 (-619 *3)) (-4 *3 (-791))))
((*1 *2 *1)
- (-12 (-5 *2 (-892 (-892 (-892 *3)))) (-5 *1 (-620 *3))
- (-4 *3 (-1020))))
+ (-12 (-5 *2 (-894 (-894 (-894 *3)))) (-5 *1 (-622 *3))
+ (-4 *3 (-1022))))
((*1 *1 *2)
- (-12 (-5 *2 (-892 (-892 (-892 *3)))) (-4 *3 (-1020))
- (-5 *1 (-620 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-761 *3)) (-5 *1 (-621 *3)) (-4 *3 (-789))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-625 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-894 (-894 (-894 *3)))) (-4 *3 (-1022))
+ (-5 *1 (-622 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-763 *3)) (-5 *1 (-623 *3)) (-4 *3 (-791))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-627 *3)) (-4 *3 (-1022))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *2)) (-4 *4 (-351 *3))
- (-4 *2 (-351 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-157 (-357))) (-5 *1 (-636))))
- ((*1 *1 *2) (-12 (-5 *2 (-157 (-643))) (-5 *1 (-636))))
- ((*1 *1 *2) (-12 (-5 *2 (-157 (-641))) (-5 *1 (-636))))
- ((*1 *1 *2) (-12 (-5 *2 (-157 (-525))) (-5 *1 (-636))))
- ((*1 *1 *2) (-12 (-5 *2 (-157 (-357))) (-5 *1 (-636))))
- ((*1 *1 *2) (-12 (-5 *2 (-643)) (-5 *1 (-641))))
- ((*1 *2 *1) (-12 (-5 *2 (-357)) (-5 *1 (-641))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-294 (-525))) (-5 *2 (-294 (-643))) (-5 *1 (-643))))
- ((*1 *1 *2) (-12 (-5 *1 (-645 *2)) (-4 *2 (-1020))))
- ((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653))))
+ (-12 (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *2)) (-4 *4 (-353 *3))
+ (-4 *2 (-353 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-159 (-359))) (-5 *1 (-638))))
+ ((*1 *1 *2) (-12 (-5 *2 (-159 (-645))) (-5 *1 (-638))))
+ ((*1 *1 *2) (-12 (-5 *2 (-159 (-643))) (-5 *1 (-638))))
+ ((*1 *1 *2) (-12 (-5 *2 (-159 (-527))) (-5 *1 (-638))))
+ ((*1 *1 *2) (-12 (-5 *2 (-159 (-359))) (-5 *1 (-638))))
+ ((*1 *1 *2) (-12 (-5 *2 (-645)) (-5 *1 (-643))))
+ ((*1 *2 *1) (-12 (-5 *2 (-359)) (-5 *1 (-643))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-296 (-527))) (-5 *2 (-296 (-645))) (-5 *1 (-645))))
+ ((*1 *1 *2) (-12 (-5 *1 (-647 *2)) (-4 *2 (-1022))))
+ ((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655))))
((*1 *2 *1)
- (-12 (-4 *2 (-160)) (-5 *1 (-654 *2 *3 *4 *5 *6)) (-4 *3 (-23))
+ (-12 (-4 *2 (-162)) (-5 *1 (-656 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-655 *3 *2)) (-4 *2 (-1150 *3))))
+ (-12 (-4 *3 (-979)) (-5 *1 (-657 *3 *2)) (-4 *2 (-1152 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -1722 *3) (|:| -2168 *4)))
- (-5 *1 (-656 *3 *4 *5)) (-4 *3 (-789)) (-4 *4 (-1020))
- (-14 *5 (-1 (-108) *2 *2))))
+ (-12 (-5 *2 (-2 (|:| -1720 *3) (|:| -3148 *4)))
+ (-5 *1 (-658 *3 *4 *5)) (-4 *3 (-791)) (-4 *4 (-1022))
+ (-14 *5 (-1 (-110) *2 *2))))
((*1 *1 *2)
- (-12 (-5 *2 (-2 (|:| -1722 *3) (|:| -2168 *4))) (-4 *3 (-789))
- (-4 *4 (-1020)) (-5 *1 (-656 *3 *4 *5)) (-14 *5 (-1 (-108) *2 *2))))
+ (-12 (-5 *2 (-2 (|:| -1720 *3) (|:| -3148 *4))) (-4 *3 (-791))
+ (-4 *4 (-1022)) (-5 *1 (-658 *3 *4 *5)) (-14 *5 (-1 (-110) *2 *2))))
((*1 *2 *1)
- (-12 (-4 *2 (-160)) (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *3 (-23))
+ (-12 (-4 *2 (-162)) (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *3 (-23))
(-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
(-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-2 (|:| -2681 *3) (|:| -2885 *4)))) (-4 *3 (-977))
- (-4 *4 (-669)) (-5 *1 (-678 *3 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-706))))
+ (-12 (-5 *2 (-594 (-2 (|:| -2663 *3) (|:| -2897 *4)))) (-4 *3 (-979))
+ (-4 *4 (-671)) (-5 *1 (-680 *3 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-708))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |nia|
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
(|:| |mdnia|
- (-2 (|:| |fn| (-294 (-205)))
- (|:| -1777 (-592 (-1015 (-782 (-205)))))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))))
- (-5 *1 (-711))))
+ (-2 (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-594 (-1017 (-784 (-207)))))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))))
+ (-5 *1 (-713))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-294 (-205)))
- (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *1 (-711))))
+ (-2 (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *1 (-713))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *1 (-711))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-711))))
- ((*1 *2 *3) (-12 (-5 *2 (-716)) (-5 *1 (-715 *3)) (-4 *3 (-1128))))
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *1 (-713))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-713))))
+ ((*1 *2 *3) (-12 (-5 *2 (-718)) (-5 *1 (-717 *3)) (-4 *3 (-1130))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *1 (-750))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-750))))
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *1 (-752))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-752))))
((*1 *2 *1)
- (-12 (-4 *2 (-835 *3)) (-5 *1 (-759 *3 *2 *4)) (-4 *3 (-1020))
+ (-12 (-4 *2 (-837 *3)) (-5 *1 (-761 *3 *2 *4)) (-4 *3 (-1022))
(-14 *4 *3)))
((*1 *1 *2)
- (-12 (-4 *3 (-1020)) (-14 *4 *3) (-5 *1 (-759 *3 *2 *4))
- (-4 *2 (-835 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-766))))
+ (-12 (-4 *3 (-1022)) (-14 *4 *3) (-5 *1 (-761 *3 *2 *4))
+ (-4 *2 (-837 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-768))))
((*1 *1 *2)
(-12
(-5 *2
(-3
(|:| |noa|
- (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205)))
- (|:| |lb| (-592 (-782 (-205))))
- (|:| |cf| (-592 (-294 (-205))))
- (|:| |ub| (-592 (-782 (-205))))))
+ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207)))
+ (|:| |lb| (-594 (-784 (-207))))
+ (|:| |cf| (-594 (-296 (-207))))
+ (|:| |ub| (-594 (-784 (-207))))))
(|:| |lsa|
- (-2 (|:| |lfn| (-592 (-294 (-205))))
- (|:| -2948 (-592 (-205)))))))
- (-5 *1 (-780))))
+ (-2 (|:| |lfn| (-594 (-296 (-207))))
+ (|:| -2138 (-594 (-207)))))))
+ (-5 *1 (-782))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))
- (-5 *1 (-780))))
+ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))
+ (-5 *1 (-782))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205)))
- (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205))))
- (|:| |ub| (-592 (-782 (-205))))))
- (-5 *1 (-780))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-780))))
+ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207)))
+ (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207))))
+ (|:| |ub| (-594 (-784 (-207))))))
+ (-5 *1 (-782))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-782))))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *3)) (-14 *3 (-1092)) (-5 *1 (-794 *3 *4 *5 *6))
- (-4 *4 (-977)) (-14 *5 (-94 *4)) (-14 *6 (-1 *4 *4))))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-797))))
+ (-12 (-5 *2 (-1172 *3)) (-14 *3 (-1094)) (-5 *1 (-796 *3 *4 *5 *6))
+ (-4 *4 (-979)) (-14 *5 (-96 *4)) (-14 *6 (-1 *4 *4))))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-799))))
((*1 *1 *2)
- (-12 (-5 *2 (-887 *3)) (-4 *3 (-977)) (-5 *1 (-801 *3 *4 *5 *6))
- (-14 *4 (-592 (-1092))) (-14 *5 (-592 (-713))) (-14 *6 (-713))))
+ (-12 (-5 *2 (-889 *3)) (-4 *3 (-979)) (-5 *1 (-803 *3 *4 *5 *6))
+ (-14 *4 (-594 (-1094))) (-14 *5 (-594 (-715))) (-14 *6 (-715))))
((*1 *2 *1)
- (-12 (-5 *2 (-887 *3)) (-5 *1 (-801 *3 *4 *5 *6)) (-4 *3 (-977))
- (-14 *4 (-592 (-1092))) (-14 *5 (-592 (-713))) (-14 *6 (-713))))
- ((*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809))))
+ (-12 (-5 *2 (-889 *3)) (-5 *1 (-803 *3 *4 *5 *6)) (-4 *3 (-979))
+ (-14 *4 (-594 (-1094))) (-14 *5 (-594 (-715))) (-14 *6 (-715))))
+ ((*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811))))
((*1 *2 *3)
- (-12 (-5 *3 (-887 (-47))) (-5 *2 (-294 (-525))) (-5 *1 (-810))))
+ (-12 (-5 *3 (-889 (-47))) (-5 *2 (-296 (-527))) (-5 *1 (-812))))
((*1 *2 *3)
- (-12 (-5 *3 (-385 (-887 (-47)))) (-5 *2 (-294 (-525)))
- (-5 *1 (-810))))
- ((*1 *1 *2) (-12 (-5 *1 (-828 *2)) (-4 *2 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-761 *3)) (-5 *1 (-828 *3)) (-4 *3 (-789))))
+ (-12 (-5 *3 (-387 (-889 (-47)))) (-5 *2 (-296 (-527)))
+ (-5 *1 (-812))))
+ ((*1 *1 *2) (-12 (-5 *1 (-830 *2)) (-4 *2 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-763 *3)) (-5 *1 (-830 *3)) (-4 *3 (-791))))
((*1 *1 *2)
(-12
(-5 *2
- (-2 (|:| |pde| (-592 (-294 (-205))))
+ (-2 (|:| |pde| (-594 (-296 (-207))))
(|:| |constraints|
- (-592
- (-2 (|:| |start| (-205)) (|:| |finish| (-205))
- (|:| |grid| (-713)) (|:| |boundaryType| (-525))
- (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205))))))
- (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075))
- (|:| |tol| (-205))))
- (-5 *1 (-833))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-833))))
+ (-594
+ (-2 (|:| |start| (-207)) (|:| |finish| (-207))
+ (|:| |grid| (-715)) (|:| |boundaryType| (-527))
+ (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207))))))
+ (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077))
+ (|:| |tol| (-207))))
+ (-5 *1 (-835))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-835))))
((*1 *2 *1)
- (-12 (-5 *2 (-1115 *3)) (-5 *1 (-836 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-1117 *3)) (-5 *1 (-838 *3)) (-4 *3 (-1022))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-840 *3))) (-4 *3 (-1020)) (-5 *1 (-839 *3))))
+ (-12 (-5 *2 (-594 (-842 *3))) (-4 *3 (-1022)) (-5 *1 (-841 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-840 *3))))
+ (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-842 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-840 *3))))
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-842 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-385 (-396 *3))) (-4 *3 (-286)) (-5 *1 (-849 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-385 *3)) (-5 *1 (-849 *3)) (-4 *3 (-286))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-454)) (-5 *2 (-294 *4)) (-5 *1 (-854 *4))
- (-4 *4 (-13 (-789) (-517)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-900 *3)) (-4 *3 (-901))))
- ((*1 *1 *2) (-12 (-5 *1 (-900 *2)) (-4 *2 (-901))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-904))))
+ (-12 (-5 *2 (-387 (-398 *3))) (-4 *3 (-288)) (-5 *1 (-851 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-387 *3)) (-5 *1 (-851 *3)) (-4 *3 (-288))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-456)) (-5 *2 (-296 *4)) (-5 *1 (-856 *4))
+ (-4 *4 (-13 (-791) (-519)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-902 *3)) (-4 *3 (-903))))
+ ((*1 *1 *2) (-12 (-5 *1 (-902 *2)) (-4 *2 (-903))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-906))))
((*1 *2 *1)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525))))
- ((*1 *2 *3) (-12 (-5 *2 (-1179)) (-5 *1 (-964 *3)) (-4 *3 (-1128))))
- ((*1 *2 *3) (-12 (-5 *3 (-290)) (-5 *1 (-964 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1181)) (-5 *1 (-966 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *3) (-12 (-5 *3 (-292)) (-5 *1 (-966 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-965 *3 *4 *5 *2 *6)) (-4 *2 (-884 *3 *4 *5))
- (-14 *6 (-592 *2))))
- ((*1 *1 *2) (-12 (-4 *1 (-968 *2)) (-4 *2 (-1128))))
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-967 *3 *4 *5 *2 *6)) (-4 *2 (-886 *3 *4 *5))
+ (-14 *6 (-594 *2))))
+ ((*1 *1 *2) (-12 (-4 *1 (-970 *2)) (-4 *2 (-1130))))
((*1 *2 *3)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-973 *3)) (-4 *3 (-517))))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-977))))
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-975 *3)) (-4 *3 (-519))))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-979))))
((*1 *2 *1)
- (-12 (-5 *2 (-632 *5)) (-5 *1 (-981 *3 *4 *5)) (-14 *3 (-713))
- (-14 *4 (-713)) (-4 *5 (-977))))
+ (-12 (-5 *2 (-634 *5)) (-5 *1 (-983 *3 *4 *5)) (-14 *3 (-715))
+ (-14 *4 (-715)) (-4 *5 (-979))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-4 *4 (-789)) (-5 *1 (-1045 *3 *4 *2))
- (-4 *2 (-884 *3 (-497 *4) *4))))
+ (-12 (-4 *3 (-979)) (-4 *4 (-791)) (-5 *1 (-1047 *3 *4 *2))
+ (-4 *2 (-886 *3 (-499 *4) *4))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-4 *2 (-789)) (-5 *1 (-1045 *3 *2 *4))
- (-4 *4 (-884 *3 (-497 *2) *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-798))))
+ (-12 (-4 *3 (-979)) (-4 *2 (-791)) (-5 *1 (-1047 *3 *2 *4))
+ (-4 *4 (-886 *3 (-499 *2) *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-800))))
((*1 *2 *1)
- (-12 (-5 *2 (-632 *4)) (-5 *1 (-1059 *3 *4)) (-14 *3 (-713))
- (-4 *4 (-977))))
- ((*1 *1 *2) (-12 (-5 *2 (-135)) (-4 *1 (-1061))))
+ (-12 (-5 *2 (-634 *4)) (-5 *1 (-1061 *3 *4)) (-14 *3 (-715))
+ (-4 *4 (-979))))
+ ((*1 *1 *2) (-12 (-5 *2 (-137)) (-4 *1 (-1063))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3))))
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3))))
((*1 *2 *3)
- (-12 (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3)) (-4 *3 (-977))))
+ (-12 (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3)) (-4 *3 (-979))))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1083 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1085 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1089 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1091 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1090 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1092 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1147 *4 *3)) (-4 *3 (-977)) (-14 *4 (-1092))
- (-14 *5 *3) (-5 *1 (-1090 *3 *4 *5))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1091))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1092))))
- ((*1 *2 *1) (-12 (-5 *2 (-1102 (-1092) (-415))) (-5 *1 (-1096))))
- ((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1097))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1097))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-1097))))
- ((*1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1097))))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-1101 *3)) (-4 *3 (-1020))))
- ((*1 *2 *3) (-12 (-5 *2 (-1109)) (-5 *1 (-1108 *3)) (-4 *3 (-1020))))
- ((*1 *1 *2) (-12 (-5 *2 (-798)) (-5 *1 (-1109))))
- ((*1 *1 *2) (-12 (-5 *2 (-887 *3)) (-4 *3 (-977)) (-5 *1 (-1123 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1123 *3)) (-4 *3 (-977))))
+ (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-979)) (-14 *4 (-1094))
+ (-14 *5 *3) (-5 *1 (-1092 *3 *4 *5))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1093))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1094))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1104 (-1094) (-417))) (-5 *1 (-1098))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1099))))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-1103 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1111)) (-5 *1 (-1110 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *2) (-12 (-5 *2 (-800)) (-5 *1 (-1111))))
+ ((*1 *1 *2) (-12 (-5 *2 (-889 *3)) (-4 *3 (-979)) (-5 *1 (-1125 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1125 *3)) (-4 *3 (-979))))
((*1 *1 *2)
- (-12 (-5 *2 (-892 *3)) (-4 *3 (-1128)) (-5 *1 (-1126 *3))))
+ (-12 (-5 *2 (-894 *3)) (-4 *3 (-1130)) (-5 *1 (-1128 *3))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-4 *1 (-1136 *3 *2)) (-4 *2 (-1165 *3))))
+ (-12 (-4 *3 (-979)) (-4 *1 (-1138 *3 *2)) (-4 *2 (-1167 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1138 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1140 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1015 *3)) (-4 *3 (-1128)) (-5 *1 (-1141 *3))))
+ (-12 (-5 *2 (-1017 *3)) (-4 *3 (-1130)) (-5 *1 (-1143 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *3)) (-14 *3 (-1092)) (-5 *1 (-1147 *3 *4))
- (-4 *4 (-977))))
+ (-12 (-5 *2 (-1172 *3)) (-14 *3 (-1094)) (-5 *1 (-1149 *3 *4))
+ (-4 *4 (-979))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-4 *1 (-1157 *3 *2)) (-4 *2 (-1134 *3))))
+ (-12 (-4 *3 (-979)) (-4 *1 (-1159 *3 *2)) (-4 *2 (-1136 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1159 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1161 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1166 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1168 *3 *4 *5))
+ (-4 *3 (-979)) (-14 *5 *3)))
((*1 *1 *2)
- (-12 (-5 *2 (-1147 *4 *3)) (-4 *3 (-977)) (-14 *4 (-1092))
- (-14 *5 *3) (-5 *1 (-1166 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1170 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-1175))))
- ((*1 *2 *3) (-12 (-5 *3 (-445)) (-5 *2 (-1175)) (-5 *1 (-1178))))
- ((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-1179))))
+ (-12 (-5 *2 (-1149 *4 *3)) (-4 *3 (-979)) (-14 *4 (-1094))
+ (-14 *5 *3) (-5 *1 (-1168 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1172 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-1177))))
+ ((*1 *2 *3) (-12 (-5 *3 (-447)) (-5 *2 (-1177)) (-5 *1 (-1180))))
+ ((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-1181))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-735)) (-14 *6 (-592 *4))
- (-5 *1 (-1184 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-884 *3 *5 *4))
- (-14 *7 (-592 (-713))) (-14 *8 (-713))))
+ (-12 (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-737)) (-14 *6 (-594 *4))
+ (-5 *1 (-1186 *3 *4 *5 *2 *6 *7 *8)) (-4 *2 (-886 *3 *5 *4))
+ (-14 *7 (-594 (-715))) (-14 *8 (-715))))
((*1 *2 *1)
- (-12 (-4 *2 (-884 *3 *5 *4)) (-5 *1 (-1184 *3 *4 *5 *2 *6 *7 *8))
- (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-735)) (-14 *6 (-592 *4))
- (-14 *7 (-592 (-713))) (-14 *8 (-713))))
- ((*1 *1 *2) (-12 (-4 *1 (-1186 *2)) (-4 *2 (-977))))
- ((*1 *1 *2) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977))))
+ (-12 (-4 *2 (-886 *3 *5 *4)) (-5 *1 (-1186 *3 *4 *5 *2 *6 *7 *8))
+ (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-737)) (-14 *6 (-594 *4))
+ (-14 *7 (-594 (-715))) (-14 *8 (-715))))
+ ((*1 *1 *2) (-12 (-4 *1 (-1188 *2)) (-4 *2 (-979))))
+ ((*1 *1 *2) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979))))
((*1 *2 *1)
- (-12 (-5 *2 (-1196 *3 *4)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-160))))
+ (-12 (-5 *2 (-1198 *3 *4)) (-5 *1 (-1194 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-162))))
((*1 *2 *1)
- (-12 (-5 *2 (-1187 *3 *4)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-160))))
+ (-12 (-5 *2 (-1189 *3 *4)) (-5 *1 (-1194 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-162))))
((*1 *1 *2)
- (-12 (-5 *2 (-610 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160))
- (-5 *1 (-1192 *3 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-1195 *3 *2)) (-4 *3 (-977)) (-4 *2 (-785)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1073 (-385 *3))) (-5 *1 (-161 *3)) (-4 *3 (-286)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-856)) (-4 *5 (-517)) (-5 *2 (-632 *5))
- (-5 *1 (-890 *5 *3)) (-4 *3 (-602 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-108))
- (-5 *2
- (-2 (|:| |contp| (-525))
- (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525)))))))
- (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-108))
- (-5 *2
- (-2 (|:| |contp| (-525))
- (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525)))))))
- (-5 *1 (-1139 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2) (-12 (-5 *2 (-782 (-525))) (-5 *1 (-499))))
- ((*1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
- (-5 *1 (-542 *3)) (-4 *3 (-341)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2))
- (-4 *4 (-13 (-789) (-517))))))
-(((*1 *2)
- (-12
- (-5 *2 (-2 (|:| -1805 (-592 (-1092))) (|:| -3736 (-592 (-1092)))))
- (-5 *1 (-1130)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1179)) (-5 *1 (-1130))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1179)) (-5 *1 (-1130)))))
-(((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-115 *2)) (-4 *2 (-1128)))))
+ (-12 (-5 *2 (-612 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162))
+ (-5 *1 (-1194 *3 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1197 *3 *2)) (-4 *3 (-979)) (-4 *2 (-787)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-525))) (-5 *4 (-525)) (-5 *2 (-51))
- (-5 *1 (-937)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-97)) (-5 *2 (-108))))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 *4))))
- (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020)) (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))))
-(((*1 *2) (-12 (-5 *2 (-782 (-525))) (-5 *1 (-499))))
- ((*1 *1) (-12 (-5 *1 (-782 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1162 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-632 *3))
- (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-632 *3))
- (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-47)))) (-5 *1 (-47))))
+ (-12 (-5 *3 (-387 (-527))) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-519)) (-4 *8 (-886 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *9) (|:| |radicand| *9)))
+ (-5 *1 (-890 *5 *6 *7 *8 *9)) (-5 *4 (-715))
+ (-4 *9
+ (-13 (-343)
+ (-10 -8 (-15 -4109 (*8 $)) (-15 -4122 (*8 $)) (-15 -4118 ($ *8))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-46 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736))))
((*1 *2 *1)
- (-12 (-4 *3 (-925 *2)) (-4 *4 (-1150 *3)) (-4 *2 (-286))
- (-5 *1 (-391 *2 *3 *4 *5)) (-4 *5 (-13 (-387 *3 *4) (-968 *3)))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979))
+ (-14 *4 (-594 (-1094)))))
((*1 *2 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-789)) (-5 *2 (-1044 *3 (-565 *1)))
- (-4 *1 (-408 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-468)))) (-5 *1 (-468))))
+ (-12 (-5 *2 (-527)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791)))
+ (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791))
+ (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-256))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1090 *8)) (-5 *4 (-594 *6)) (-4 *6 (-791))
+ (-4 *8 (-886 *7 *5 *6)) (-4 *5 (-737)) (-4 *7 (-979))
+ (-5 *2 (-594 (-715))) (-5 *1 (-301 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-858))))
((*1 *2 *1)
- (-12 (-4 *4 (-160)) (-4 *2 (|SubsetCategory| (-669) *4))
- (-5 *1 (-571 *3 *4 *2)) (-4 *3 (-37 *4))))
+ (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162))
+ (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-449 *3 *2)) (-4 *3 (-162)) (-4 *2 (-23))))
((*1 *2 *1)
- (-12 (-4 *4 (-160)) (-4 *2 (|SubsetCategory| (-669) *4))
- (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-660 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-515 *3)) (-4 *3 (-13 (-382) (-1114))) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-4 *1 (-787)) (-5 *2 (-108))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341)))
- (-4 *3 (-1150 *4)) (-5 *2 (-108)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1013 (-887 (-525)))) (-5 *3 (-887 (-525)))
- (-5 *1 (-308))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1013 (-887 (-525)))) (-5 *1 (-308)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-110)) (-5 *4 (-592 *2)) (-5 *1 (-109 *2))
- (-4 *2 (-1020))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-1 *4 (-592 *4))) (-4 *4 (-1020))
- (-5 *1 (-109 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1020))
- (-5 *1 (-109 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-110)) (-5 *2 (-1 *4 (-592 *4)))
- (-5 *1 (-109 *4)) (-4 *4 (-1020))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-594 *3)) (-4 *3 (-977))
- (-5 *1 (-657 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-776 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-999 *3 *4 *5))) (-4 *3 (-1020))
- (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3))))
- (-4 *5 (-13 (-408 *4) (-821 *3) (-567 (-827 *3))))
- (-5 *1 (-1000 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-789))
- (-5 *2
- (-2 (|:| |f1| (-592 *4)) (|:| |f2| (-592 (-592 (-592 *4))))
- (|:| |f3| (-592 (-592 *4))) (|:| |f4| (-592 (-592 (-592 *4))))))
- (-5 *1 (-1100 *4)) (-5 *3 (-592 (-592 (-592 *4)))))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934)))
- (-5 *1 (-163 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-161 (-385 (-525)))) (-5 *1 (-113 *3)) (-14 *3 (-525))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *3 (-1073 *2)) (-4 *2 (-286)) (-5 *1 (-161 *2))))
- ((*1 *1 *2) (-12 (-5 *2 (-385 *3)) (-4 *3 (-286)) (-5 *1 (-161 *3))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-161 (-525))) (-5 *1 (-708 *3)) (-4 *3 (-382))))
+ (-12 (-4 *3 (-519)) (-5 *2 (-527)) (-5 *1 (-575 *3 *4))
+ (-4 *4 (-1152 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-653 *3)) (-4 *3 (-979)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-793 *3)) (-4 *3 (-979)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-841 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-842 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *6)) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 (-715)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-886 *4 *5 *3)) (-4 *4 (-979)) (-4 *5 (-737))
+ (-4 *3 (-791)) (-5 *2 (-715))))
((*1 *2 *1)
- (-12 (-5 *2 (-161 (-385 (-525)))) (-5 *1 (-806 *3)) (-14 *3 (-525))))
+ (-12 (-4 *1 (-908 *3 *2 *4)) (-4 *3 (-979)) (-4 *4 (-791))
+ (-4 *2 (-736))))
((*1 *2 *1)
- (-12 (-14 *3 (-525)) (-5 *2 (-161 (-385 (-525))))
- (-5 *1 (-807 *3 *4)) (-4 *4 (-804 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1007))) (-5 *1 (-270)))))
-(((*1 *2 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-787)) (-5 *1 (-282 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-169)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-47)))) (-5 *1 (-47))))
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-715))))
((*1 *2 *1)
- (-12 (-4 *3 (-286)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4))
- (-5 *2 (-1174 *6)) (-5 *1 (-391 *3 *4 *5 *6))
- (-4 *6 (-13 (-387 *4 *5) (-968 *4)))))
+ (-12 (-4 *1 (-1138 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1167 *3))
+ (-5 *2 (-527))))
((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *3 (-789)) (-5 *2 (-1044 *3 (-565 *1)))
- (-4 *1 (-408 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1044 (-525) (-565 (-468)))) (-5 *1 (-468))))
+ (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1136 *3))
+ (-5 *2 (-387 (-527)))))
((*1 *2 *1)
- (-12 (-4 *3 (-160)) (-4 *2 (-37 *3)) (-5 *1 (-571 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-669) *3))))
+ (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-777 (-858)))))
((*1 *2 *1)
- (-12 (-4 *3 (-160)) (-4 *2 (-660 *3)) (-5 *1 (-608 *2 *3 *4))
- (-4 *4 (|SubsetCategory| (-669) *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1174 (-592 (-525)))) (-5 *1 (-456))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-352 *2 *3)) (-4 *2 (-789)) (-4 *3 (-160))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-576 *2 *3 *4)) (-4 *2 (-789))
- (-4 *3 (-13 (-160) (-660 (-385 (-525))))) (-14 *4 (-856))))
- ((*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))))
+ (-12 (-4 *1 (-1195 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-715)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-261))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-3 (-527) (-207) (-1094) (-1077) (-1099)))
+ (-5 *1 (-1099)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-715)))))
+(((*1 *2) (-12 (-5 *2 (-784 (-527))) (-5 *1 (-501))))
+ ((*1 *1) (-12 (-5 *1 (-784 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-343))
+ (-5 *2 (-594 (-2 (|:| C (-634 *5)) (|:| |g| (-1176 *5)))))
+ (-5 *1 (-913 *5)) (-5 *3 (-634 *5)) (-5 *4 (-1176 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-171)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-47)))) (-5 *1 (-47))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-288)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4))
+ (-5 *2 (-1176 *6)) (-5 *1 (-393 *3 *4 *5 *6))
+ (-4 *6 (-13 (-389 *4 *5) (-970 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-979)) (-4 *3 (-791)) (-5 *2 (-1046 *3 (-567 *1)))
+ (-4 *1 (-410 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1046 (-527) (-567 (-470)))) (-5 *1 (-470))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-162)) (-4 *2 (-37 *3)) (-5 *1 (-573 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-671) *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-162)) (-4 *2 (-662 *3)) (-5 *1 (-610 *2 *3 *4))
+ (-4 *4 (|SubsetCategory| (-671) *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))))
+(((*1 *2)
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181))
+ (-5 *1 (-923 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181))
+ (-5 *1 (-1029 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *3 *3 *3 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-99)) (-5 *2 (-110))))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-856))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))))
+ (-12 (-4 *4 (-791))
+ (-5 *2
+ (-2 (|:| |f1| (-594 *4)) (|:| |f2| (-594 (-594 (-594 *4))))
+ (|:| |f3| (-594 (-594 *4))) (|:| |f4| (-594 (-594 (-594 *4))))))
+ (-5 *1 (-1102 *4)) (-5 *3 (-594 (-594 (-594 *4)))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-715)) (-5 *3 (-880 *4)) (-4 *1 (-1055 *4))
+ (-4 *4 (-979))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-715)) (-5 *4 (-880 (-207))) (-5 *2 (-1181))
+ (-5 *1 (-1178)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *5 *6)) (-4 *6 (-569 (-1094)))
+ (-4 *4 (-343)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *2 (-1084 (-594 (-889 *4)) (-594 (-275 (-889 *4)))))
+ (-5 *1 (-479 *4 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))))
+(((*1 *2) (-12 (-5 *2 (-784 (-527))) (-5 *1 (-501))))
+ ((*1 *1) (-12 (-5 *1 (-784 *2)) (-4 *2 (-1022)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-60 *3)) (-14 *3 (-1094))))
+ ((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-67 *3)) (-14 *3 (-1094))))
+ ((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-70 *3)) (-14 *3 (-1094))))
+ ((*1 *2 *1) (-12 (-4 *1 (-375)) (-5 *2 (-1181))))
+ ((*1 *2 *3) (-12 (-5 *3 (-368)) (-5 *2 (-1181)) (-5 *1 (-377))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057))))
+ ((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-800))) (-5 *2 (-1181)) (-5 *1 (-1057)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-516)))))
+(((*1 *2 *3 *4 *3 *3)
+ (-12 (-5 *3 (-275 *6)) (-5 *4 (-112)) (-4 *6 (-410 *5))
+ (-4 *5 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51))
+ (-5 *1 (-297 *5 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-275 *7)) (-5 *4 (-112)) (-5 *5 (-594 *7))
+ (-4 *7 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503))))
+ (-5 *2 (-51)) (-5 *1 (-297 *6 *7))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-594 (-275 *7))) (-5 *4 (-594 (-112))) (-5 *5 (-275 *7))
+ (-4 *7 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503))))
+ (-5 *2 (-51)) (-5 *1 (-297 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-594 (-275 *8))) (-5 *4 (-594 (-112))) (-5 *5 (-275 *8))
+ (-5 *6 (-594 *8)) (-4 *8 (-410 *7))
+ (-4 *7 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51))
+ (-5 *1 (-297 *7 *8))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-594 *7)) (-5 *4 (-594 (-112))) (-5 *5 (-275 *7))
+ (-4 *7 (-410 *6)) (-4 *6 (-13 (-791) (-519) (-569 (-503))))
+ (-5 *2 (-51)) (-5 *1 (-297 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 (-112))) (-5 *6 (-594 (-275 *8)))
+ (-4 *8 (-410 *7)) (-5 *5 (-275 *8))
+ (-4 *7 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51))
+ (-5 *1 (-297 *7 *8))))
+ ((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-275 *5)) (-5 *4 (-112)) (-4 *5 (-410 *6))
+ (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51))
+ (-5 *1 (-297 *6 *5))))
+ ((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-112)) (-5 *5 (-275 *3)) (-4 *3 (-410 *6))
+ (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51))
+ (-5 *1 (-297 *6 *3))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-112)) (-5 *5 (-275 *3)) (-4 *3 (-410 *6))
+ (-4 *6 (-13 (-791) (-519) (-569 (-503)))) (-5 *2 (-51))
+ (-5 *1 (-297 *6 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-112)) (-5 *5 (-275 *3)) (-5 *6 (-594 *3))
+ (-4 *3 (-410 *7)) (-4 *7 (-13 (-791) (-519) (-569 (-503))))
+ (-5 *2 (-51)) (-5 *1 (-297 *7 *3)))))
+(((*1 *1 *2) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |kers| (-594 (-567 *3)))
+ (|:| |vals| (-594 *3))))
+ (-5 *1 (-258 *5 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-880 *4)) (-4 *4 (-979)) (-5 *1 (-1083 *3 *4))
+ (-14 *3 (-858)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1098)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *5)) (-4 *5 (-588 *4)) (-4 *4 (-517))
- (-5 *2 (-108)) (-5 *1 (-587 *4 *5)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-592 (-385 (-887 *6))))
- (-5 *3 (-385 (-887 *6)))
- (-4 *6 (-13 (-517) (-968 (-525)) (-138)))
+ (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1077)) (-5 *1 (-176))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-594 (-387 *6))) (-5 *3 (-387 *6))
+ (-4 *6 (-1152 *5)) (-4 *5 (-13 (-343) (-140) (-970 (-527))))
(-5 *2
(-2 (|:| |mainpart| *3)
(|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-531 *6)))))
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-531 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-371)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1054 (-207))) (-5 *3 (-594 (-244))) (-5 *1 (-1178))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1054 (-207))) (-5 *3 (-1077)) (-5 *1 (-1178))))
+ ((*1 *1 *1) (-5 *1 (-1178))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-842 *3)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-715))) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)) (-4 *5 (-993 *3 *4 *2)))))
+(((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-594 (-527))) (-5 *3 (-634 (-527))) (-5 *1 (-1032)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *2 *3) (-12 (-5 *3 (-368)) (-5 *2 (-1181)) (-5 *1 (-371))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-371)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-801))))
+ ((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-801))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-800)) (-5 *2 (-1181)) (-5 *1 (-801))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-1075 *4))
+ (-4 *4 (-1022)) (-4 *4 (-1130)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-767)) (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-858)) (-5 *1 (-963 *2))
+ (-4 *2 (-13 (-1022) (-10 -8 (-15 -2850 ($ $ $))))))))
+(((*1 *2 *1 *1 *3 *4)
+ (-12 (-5 *3 (-1 (-110) *5 *5)) (-5 *4 (-1 (-110) *6 *6))
+ (-4 *5 (-13 (-1022) (-33))) (-4 *6 (-13 (-1022) (-33)))
+ (-5 *2 (-110)) (-5 *1 (-1059 *5 *6)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-343)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3)))
+ (-5 *1 (-711 *3 *4)) (-4 *3 (-653 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-343)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-96 *5)) (-4 *5 (-343)) (-4 *5 (-979))
+ (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3))
+ (-4 *3 (-793 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 *1)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-979)) (-5 *1 (-634 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 *4)) (-4 *4 (-979)) (-4 *1 (-1044 *3 *4 *5 *6))
+ (-4 *5 (-220 *3 *4)) (-4 *6 (-220 *3 *4)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-715)) (-5 *1 (-155 *3 *4))
+ (-4 *3 (-156 *4))))
+ ((*1 *2)
+ (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-715))
+ (-5 *1 (-219 *3 *4 *5)) (-4 *3 (-220 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *4 (-791)) (-5 *2 (-715)) (-5 *1 (-409 *3 *4))
+ (-4 *3 (-410 *4))))
+ ((*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-511 *3)) (-4 *3 (-512))))
+ ((*1 *2) (-12 (-4 *1 (-708)) (-5 *2 (-715))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-715)) (-5 *1 (-740 *3 *4))
+ (-4 *3 (-741 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-926 *3 *4))
+ (-4 *3 (-927 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-715)) (-5 *1 (-930 *3 *4))
+ (-4 *3 (-931 *4))))
+ ((*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-945 *3)) (-4 *3 (-946))))
+ ((*1 *2) (-12 (-4 *1 (-979)) (-5 *2 (-715))))
+ ((*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-987 *3)) (-4 *3 (-988)))))
+(((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))))
+(((*1 *2 *1) (-12 (-4 *1 (-405 *3)) (-4 *3 (-1022)) (-5 *2 (-715)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-594 (-261))) (-5 *1 (-261))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-1099))) (-5 *1 (-1099)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-594 (-901))) (-5 *1 (-272)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-527) (-527))) (-5 *1 (-341 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-715) (-715))) (-5 *1 (-366 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
+ (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022)))))
+(((*1 *2 *2) (-12 (-5 *2 (-296 (-207))) (-5 *1 (-248)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-310))) (-5 *1 (-310)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-502 *3 *2))
- (-4 *2 (-1165 *3))))
+ (-12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-504 *3 *2))
+ (-4 *2 (-1167 *3))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-4 *4 (-1150 *3))
- (-4 *5 (-667 *3 *4)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-1165 *5))))
+ (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-4 *4 (-1152 *3))
+ (-4 *5 (-669 *3 *4)) (-5 *1 (-508 *3 *4 *5 *2)) (-4 *2 (-1167 *5))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-5 *1 (-507 *3 *2))
- (-4 *2 (-1165 *3))))
+ (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-5 *1 (-509 *3 *2))
+ (-4 *2 (-1167 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-13 (-517) (-138)))
- (-5 *1 (-1069 *3)))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-13 (-519) (-140)))
+ (-5 *1 (-1071 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)) (-4 *2 (-1116))))
+ ((*1 *2 *1) (-12 (-5 *1 (-311 *2)) (-4 *2 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-567 *3)) (-4 *3 (-791)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-619 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-623 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-763 *3)) (-4 *3 (-791)))))
+(((*1 *1 *1 *1) (-4 *1 (-706))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)) (-4 *5 (-993 *3 *4 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-461 *3)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-519)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-96 *5)) (-4 *5 (-519)) (-4 *5 (-979))
+ (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3))
+ (-4 *3 (-793 *5)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-303 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-128))
+ (-4 *3 (-736)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-205))) (-5 *2 (-1174 (-641))) (-5 *1 (-284)))))
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1022)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-5 *2 (-1 *6 *5 *4)) (-5 *1 (-629 *4 *5 *6)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-207) (-207) (-207)))
+ (-5 *4 (-1 (-207) (-207) (-207) (-207)))
+ (-5 *2 (-1 (-880 (-207)) (-207) (-207))) (-5 *1 (-641)))))
+(((*1 *1)
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *1) (-12 (-4 *1 (-306 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736))))
+ ((*1 *2 *1) (-12 (-4 *1 (-653 *3)) (-4 *3 (-979)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-793 *3)) (-4 *3 (-979)) (-5 *2 (-715))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *6)) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 (-715)))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-886 *4 *5 *3)) (-4 *4 (-979)) (-4 *5 (-737))
+ (-4 *3 (-791)) (-5 *2 (-715)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))))
+(((*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178))))
+ ((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 *2)) (-4 *2 (-884 (-385 (-887 *6)) *5 *4))
- (-5 *1 (-675 *5 *4 *6 *2)) (-4 *5 (-735))
- (-4 *4 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $)))))
- (-4 *6 (-517)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1147 *4 *5)) (-5 *3 (-592 *5)) (-14 *4 (-1092))
- (-4 *5 (-341)) (-5 *1 (-858 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *5)) (-4 *5 (-341)) (-5 *2 (-1088 *5))
- (-5 *1 (-858 *4 *5)) (-14 *4 (-1092))))
- ((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-592 *6)) (-5 *4 (-713)) (-4 *6 (-341))
- (-5 *2 (-385 (-887 *6))) (-5 *1 (-978 *5 *6)) (-14 *5 (-1092)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-798)))) (-5 *1 (-798))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1059 *3 *4)) (-5 *1 (-926 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-341))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *5))) (-4 *5 (-977))
- (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *6 (-218 *4 *5))
- (-4 *7 (-218 *3 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 (-525)))
- (-5 *2 (-1174 (-525))) (-5 *1 (-1199 *4)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-1174 *5)) (-5 *3 (-713)) (-5 *4 (-1039)) (-4 *5 (-327))
- (-5 *1 (-495 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-205)) (-5 *1 (-284)))))
-(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))))
-(((*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176))))
- ((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-4 *3 (-517))
- (-5 *2 (-1088 *3)))))
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-343))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
+ (-5 *1 (-537 *5 *3)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-979)) (-4 *2 (-632 *4 *5 *6))
+ (-5 *1 (-101 *4 *3 *2 *5 *6)) (-4 *3 (-1152 *4)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1094)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-3 (-385 (-887 *5)) (-1082 (-1092) (-887 *5))))
- (-4 *5 (-429)) (-5 *2 (-592 (-632 (-385 (-887 *5)))))
- (-5 *1 (-271 *5)) (-5 *4 (-632 (-385 (-887 *5)))))))
-(((*1 *1 *1) (-5 *1 (-989))))
-(((*1 *2 *3) (-12 (-5 *3 (-780)) (-5 *2 (-966)) (-5 *1 (-779))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-294 (-357)))) (-5 *4 (-592 (-357)))
- (-5 *2 (-966)) (-5 *1 (-779)))))
+ (-12 (-5 *3 (-594 *6)) (-5 *4 (-1094)) (-4 *6 (-410 *5))
+ (-4 *5 (-791)) (-5 *2 (-594 (-567 *6))) (-5 *1 (-536 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *1 (-111 *3)) (-4 *3 (-791)) (-4 *3 (-1022)))))
+(((*1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))))
(((*1 *2 *3 *1)
- (-12 (-4 *4 (-341)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-477 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))))
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130))
+ (-4 *3 (-1022)) (-5 *2 (-715))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-110) *4)) (|has| *1 (-6 -4261)) (-4 *1 (-466 *4))
+ (-4 *4 (-1130)) (-5 *2 (-715)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-991)) (-5 *3 (-1077)))))
+(((*1 *2) (-12 (-5 *2 (-1066 (-1077))) (-5 *1 (-371)))))
+(((*1 *2)
+ (-12 (-4 *4 (-343)) (-5 *2 (-715)) (-5 *1 (-308 *3 *4))
+ (-4 *3 (-309 *4))))
+ ((*1 *2) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-715)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-1032)) (-5 *3 (-527)))))
+(((*1 *1 *2) (-12 (-5 *2 (-296 (-159 (-359)))) (-5 *1 (-310))))
+ ((*1 *1 *2) (-12 (-5 *2 (-296 (-527))) (-5 *1 (-310))))
+ ((*1 *1 *2) (-12 (-5 *2 (-296 (-359))) (-5 *1 (-310))))
+ ((*1 *1 *2) (-12 (-5 *2 (-296 (-638))) (-5 *1 (-310))))
+ ((*1 *1 *2) (-12 (-5 *2 (-296 (-645))) (-5 *1 (-310))))
+ ((*1 *1 *2) (-12 (-5 *2 (-296 (-643))) (-5 *1 (-310))))
+ ((*1 *1) (-5 *1 (-310))))
(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-304 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-734)) (-4 *3 (-160)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 (-157 (-385 (-525)))))
- (-5 *2
- (-592
- (-2 (|:| |outval| (-157 *4)) (|:| |outmult| (-525))
- (|:| |outvect| (-592 (-632 (-157 *4)))))))
- (-5 *1 (-707 *4)) (-4 *4 (-13 (-341) (-787))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 *1)) (-4 *1 (-408 *4))
- (-4 *4 (-789))))
- ((*1 *1 *2 *1 *1 *1 *1)
- (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789))))
- ((*1 *1 *2 *1 *1 *1)
- (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789)))))
-(((*1 *2 *3 *4)
- (-12
- (-5 *3
- (-592
- (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8))
- (|:| |wcond| (-592 (-887 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *5))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *5))))))))))
- (-5 *4 (-1075)) (-4 *5 (-13 (-286) (-138))) (-4 *8 (-884 *5 *7 *6))
- (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-525))
- (-5 *1 (-859 *5 *6 *7 *8)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *3 (-1150 *4)) (-5 *1 (-751 *4 *3 *2 *5)) (-4 *2 (-602 *3))
- (-4 *5 (-602 (-385 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-385 *5))
- (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *5 (-1150 *4))
- (-5 *1 (-751 *4 *5 *2 *6)) (-4 *2 (-602 *5)) (-4 *6 (-602 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-592 (-1147 *5 *4)))
- (-5 *1 (-1034 *4 *5)) (-5 *3 (-1147 *5 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1094 (-385 (-525)))) (-5 *2 (-385 (-525)))
- (-5 *1 (-172)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *1 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1075)) (-5 *1 (-284)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-157 (-205)) (-157 (-205)))) (-5 *4 (-1015 (-205)))
- (-5 *5 (-108)) (-5 *2 (-1176)) (-5 *1 (-236)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-789)) (-5 *1 (-864 *3 *2)) (-4 *2 (-408 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-294 (-525))) (-5 *1 (-865)))))
+ (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *1) (-5 *1 (-417))))
(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |k| (-617 *3)) (|:| |c| *4))))
- (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))))
+ (|partial| -12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-979))
+ (-4 *2 (-1136 *3)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-519)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *5 (-993 *2 *3 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-207))))
+ ((*1 *1 *1) (-4 *1 (-512)))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-550 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-4 *1 (-1022)) (-5 *2 (-1041)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1 (-1075 (-889 *4)) (-1075 (-889 *4))))
+ (-5 *1 (-1184 *4)) (-4 *4 (-343)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519))
+ (-5 *2 (-2 (|:| -2663 *4) (|:| -1381 *3) (|:| -3145 *3)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-993 *3 *4 *5))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-519)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| -2663 *3) (|:| -1381 *1) (|:| -3145 *1)))
+ (-4 *1 (-1152 *3)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *1 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))))
(((*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 (-308)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-713)) (-5 *2 (-108))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-5 *2 (-108)) (-5 *1 (-1129 *3)) (-4 *3 (-1020))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-1 (-108) *3 *3)) (-4 *3 (-1020)) (-5 *2 (-108))
- (-5 *1 (-1129 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308))
- (-5 *1 (-310)))))
+ (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1136 *3)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1018 *3)) (-4 *3 (-1020)) (-5 *2 (-108)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734))
- (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020))
- (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-678 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-669)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
- (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-700)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1073 *2)) (-4 *2 (-286)) (-5 *1 (-161 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-342 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-5 *2 (-1075)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))))
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-108)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-308)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-110))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-110))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789))
- (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789))
- (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-245 *3)) (-4 *3 (-789)) (-5 *2 (-713)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-108) (-110) (-110))) (-5 *1 (-110)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-205) (-205) (-205)))
- (-5 *4 (-3 (-1 (-205) (-205) (-205) (-205)) "undefined"))
- (-5 *5 (-1015 (-205))) (-5 *6 (-592 (-242))) (-5 *2 (-1052 (-205)))
- (-5 *1 (-639)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1039)) (-5 *1 (-105))))
- ((*1 *2 *1) (|partial| -12 (-5 *1 (-343 *2)) (-4 *2 (-1020))))
- ((*1 *2 *1) (|partial| -12 (-5 *2 (-1075)) (-5 *1 (-1110)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| -1509 *1) (|:| -4246 *1) (|:| |associate| *1)))
- (-4 *1 (-517)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-4 *6 (-1150 *9)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-286))
- (-4 *10 (-884 *9 *7 *8))
- (-5 *2
- (-2 (|:| |deter| (-592 (-1088 *10)))
- (|:| |dterm|
- (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| *10)))))
- (|:| |nfacts| (-592 *6)) (|:| |nlead| (-592 *10))))
- (-5 *1 (-720 *6 *7 *8 *9 *10)) (-5 *3 (-1088 *10)) (-5 *4 (-592 *6))
- (-5 *5 (-592 *10)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1015 *3)) (-5 *1 (-1013 *3)) (-4 *3 (-1128))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2) (-12 (-5 *1 (-1141 *2)) (-4 *2 (-1128)))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-416)))))
+(((*1 *1) (-5 *1 (-767))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-322 *4 *5 *6)) (-4 *4 (-1134))
+ (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5)))
+ (-5 *2 (-2 (|:| |num| (-634 *5)) (|:| |den| *5))))))
+(((*1 *2 *2 *3 *4 *5)
+ (-12 (-5 *2 (-594 *9)) (-5 *3 (-1 (-110) *9))
+ (-5 *4 (-1 (-110) *9 *9)) (-5 *5 (-1 *9 *9 *9))
+ (-4 *9 (-993 *6 *7 *8)) (-4 *6 (-519)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-5 *1 (-912 *6 *7 *8 *9)))))
+(((*1 *1) (-5 *1 (-767))))
+(((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1112))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1112)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-174))))
+ (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-176))))
((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-279))))
+ (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-281))))
((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-284)))))
+ (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-286)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2 (-1073 (-205))) (-5 *1 (-174))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-294 (-205))) (-5 *4 (-592 (-1092)))
- (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-1073 (-205))) (-5 *1 (-279))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *4 (-592 (-1092)))
- (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-1073 (-205))) (-5 *1 (-279)))))
-(((*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1099)))))
-(((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))))
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-789)) (-4 *4 (-343)) (-5 *2 (-715))
+ (-5 *1 (-882 *4 *5)) (-4 *5 (-1152 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-789)) (-4 *5 (-844)) (-4 *6 (-735))
- (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-396 (-1088 *8)))
- (-5 *1 (-841 *5 *6 *7 *8)) (-5 *4 (-1088 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-844)) (-4 *5 (-1150 *4)) (-5 *2 (-396 (-1088 *5)))
- (-5 *1 (-842 *4 *5)) (-5 *3 (-1088 *5)))))
-(((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-341) (-138) (-968 (-525))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-385 *6)) (|:| |c| (-385 *6))
- (|:| -3252 *6)))
- (-5 *1 (-947 *5 *6)) (-5 *3 (-385 *6)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128))
- (-4 *3 (-1020)) (-5 *2 (-713))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-108) *4)) (|has| *1 (-6 -4259)) (-4 *1 (-464 *4))
- (-4 *4 (-1128)) (-5 *2 (-713)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-2 (|:| -4201 *4) (|:| -3529 (-525)))))
- (-4 *4 (-1150 (-525))) (-5 *2 (-680 (-713))) (-5 *1 (-419 *4))))
+ (-12 (-4 *5 (-1022)) (-4 *6 (-823 *5)) (-5 *2 (-822 *5 *6 (-594 *6)))
+ (-5 *1 (-824 *5 *6 *4)) (-5 *3 (-594 *6)) (-4 *4 (-569 (-829 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1022)) (-5 *2 (-594 (-275 *3))) (-5 *1 (-824 *5 *3 *4))
+ (-4 *3 (-970 (-1094))) (-4 *3 (-823 *5)) (-4 *4 (-569 (-829 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1022)) (-5 *2 (-594 (-275 (-889 *3))))
+ (-5 *1 (-824 *5 *3 *4)) (-4 *3 (-979))
+ (-3264 (-4 *3 (-970 (-1094)))) (-4 *3 (-823 *5))
+ (-4 *4 (-569 (-829 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1022)) (-5 *2 (-826 *5 *3)) (-5 *1 (-824 *5 *3 *4))
+ (-3264 (-4 *3 (-970 (-1094)))) (-3264 (-4 *3 (-979)))
+ (-4 *3 (-823 *5)) (-4 *4 (-569 (-829 *5))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1176 *6)) (-5 *4 (-1176 (-527))) (-5 *5 (-527))
+ (-4 *6 (-1022)) (-5 *2 (-1 *6)) (-5 *1 (-951 *6)))))
+(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
+ (|partial| -12 (-5 *2 (-594 (-1090 *11))) (-5 *3 (-1090 *11))
+ (-5 *4 (-594 *10)) (-5 *5 (-594 *8)) (-5 *6 (-594 (-715)))
+ (-5 *7 (-1176 (-594 (-1090 *8)))) (-4 *10 (-791))
+ (-4 *8 (-288)) (-4 *11 (-886 *8 *9 *10)) (-4 *9 (-737))
+ (-5 *1 (-652 *9 *10 *8 *11)))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-763 *3)) (-4 *3 (-791)) (-5 *1 (-619 *3)))))
+(((*1 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3213 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-880 (-207)) (-880 (-207)))) (-5 *1 (-244))))
((*1 *2 *3)
- (-12 (-5 *3 (-396 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-977))
- (-5 *2 (-680 (-713))) (-5 *1 (-421 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789))
- (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-713))))
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-309 *4)) (-4 *4 (-343))
+ (-5 *2 (-634 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-1176 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-634 *4))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789))
- (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-245 *3)) (-4 *3 (-789)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-327)) (-5 *2 (-856))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-314 *4 *5 *6 *7)) (-4 *4 (-13 (-346) (-341)))
- (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-4 *7 (-320 *4 *5 *6))
- (-5 *2 (-713)) (-5 *1 (-370 *4 *5 *6 *7))))
- ((*1 *2 *1) (-12 (-4 *1 (-380)) (-5 *2 (-775 (-856)))))
- ((*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-525))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-551 *3)) (-4 *3 (-977))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-551 *3)) (-4 *3 (-977))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-517)) (-5 *2 (-525)) (-5 *1 (-573 *3 *4))
- (-4 *4 (-1150 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-683 *4 *3)) (-4 *4 (-977))
- (-4 *3 (-789))))
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-1176 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162))
+ (-4 *5 (-1152 *4)) (-5 *2 (-634 *4))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-683 *4 *3)) (-4 *4 (-977)) (-4 *3 (-789))
- (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-804 *3)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-839 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-840 *3)) (-4 *3 (-1020))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-314 *5 *6 *7 *8)) (-4 *5 (-408 *4))
- (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6)))
- (-4 *8 (-320 *5 *6 *7)) (-4 *4 (-13 (-789) (-517) (-968 (-525))))
- (-5 *2 (-713)) (-5 *1 (-846 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-314 (-385 (-525)) *4 *5 *6))
- (-4 *4 (-1150 (-385 (-525)))) (-4 *5 (-1150 (-385 *4)))
- (-4 *6 (-320 (-385 (-525)) *4 *5)) (-5 *2 (-713))
- (-5 *1 (-847 *4 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-314 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-341))
- (-4 *7 (-1150 *6)) (-4 *4 (-1150 (-385 *7))) (-4 *8 (-320 *6 *7 *4))
- (-4 *9 (-13 (-346) (-341))) (-5 *2 (-713))
- (-5 *1 (-950 *6 *7 *4 *8 *9))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1150 *3)) (-4 *3 (-977)) (-4 *3 (-517)) (-5 *2 (-713))))
- ((*1 *2 *1 *2)
- (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734))))
- ((*1 *2 *1) (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-925 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-133 *4 *5 *3))
- (-4 *3 (-351 *5))))
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162))
+ (-4 *5 (-1152 *4)) (-5 *2 (-1176 *4))))
((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-925 *4))
- (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
- (-5 *1 (-476 *4 *5 *6 *3)) (-4 *6 (-351 *4)) (-4 *3 (-351 *5))))
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-389 *4 *5)) (-4 *4 (-162))
+ (-4 *5 (-1152 *4)) (-5 *2 (-634 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3))
+ (-5 *2 (-1176 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-632 *5)) (-4 *5 (-925 *4)) (-4 *4 (-517))
- (-5 *2 (-2 (|:| |num| (-632 *4)) (|:| |den| *4)))
- (-5 *1 (-635 *4 *5))))
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-397 *4)) (-4 *4 (-162))
+ (-5 *2 (-634 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-1176 *3))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *6 (-1150 *5))
- (-5 *2 (-2 (|:| -1537 *7) (|:| |rh| (-592 (-385 *6)))))
- (-5 *1 (-749 *5 *6 *7 *3)) (-5 *4 (-592 (-385 *6)))
- (-4 *7 (-602 *6)) (-4 *3 (-602 (-385 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-925 *4))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1143 *4 *5 *3))
- (-4 *3 (-1150 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -3991 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-341)) (-4 *7 (-1150 *6))
- (-5 *2 (-2 (|:| |answer| (-542 (-385 *7))) (|:| |a0| *6)))
- (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-977))
- (-5 *1 (-1077 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-525)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977))
- (-14 *4 (-1092)) (-14 *5 *3))))
-(((*1 *2 *2) (-12 (-5 *1 (-895 *2)) (-4 *2 (-510)))))
-(((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-970)))))
-(((*1 *2 *1) (-12 (-4 *3 (-1128)) (-5 *2 (-592 *1)) (-4 *1 (-942 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-205))))
- ((*1 *1 *1) (-4 *1 (-510)))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-548 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-4 *1 (-1020)) (-5 *2 (-1039)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7))))
- (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))))
-(((*1 *2 *1) (-12 (-5 *1 (-542 *2)) (-4 *2 (-341)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-799))))
- ((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-799))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-798)) (-5 *2 (-1179)) (-5 *1 (-799))))
+ (-12 (-5 *4 (-594 (-634 *5))) (-5 *3 (-634 *5)) (-4 *5 (-343))
+ (-5 *2 (-1176 *5)) (-5 *1 (-1010 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 (-229 *4 *5))) (-5 *2 (-229 *4 *5))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *1 (-582 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *1 *1 *1) (-5 *1 (-110))) ((*1 *1 *1 *1) (-4 *1 (-121)))
+ ((*1 *1 *1 *1) (-5 *1 (-1041))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-106)) (-5 *1 (-164))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-1073 *4))
- (-4 *4 (-1020)) (-4 *4 (-1128)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-856)) (-5 *1 (-1021 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *4 (-517))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| -3875 *4))) (-5 *1 (-903 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-396 *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-977)) (-5 *2 (-592 *6)) (-5 *1 (-421 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-887 (-525)))) (-5 *1 (-415))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-632 (-205))) (-5 *2 (-1024))
- (-5 *1 (-702))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-632 (-525))) (-5 *2 (-1024))
- (-5 *1 (-702)))))
-(((*1 *1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-242))))
- ((*1 *1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-242)))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-713)) (-4 *5 (-341)) (-5 *2 (-161 *6))
- (-5 *1 (-802 *5 *4 *6)) (-4 *4 (-1165 *5)) (-4 *6 (-1150 *5)))))
+ (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-106)) (-5 *1 (-1009)))))
+(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-343)) (-5 *1 (-266 *3 *2)) (-4 *2 (-1167 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-207) (-207) (-207) (-207))) (-5 *1 (-244))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-207) (-207) (-207))) (-5 *1 (-244))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *1 (-244)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1020)) (-4 *5 (-1020))
- (-5 *2 (-1 *5 *4)) (-5 *1 (-626 *4 *5)))))
+ (|partial| -12 (-5 *3 (-112)) (-4 *2 (-1022)) (-4 *2 (-791))
+ (-5 *1 (-111 *2)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-777 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-784 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))
+ (-5 *2 (-2 (|:| |bas| (-455 *4 *5 *6 *7)) (|:| -3523 (-594 *7))))
+ (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-634 (-296 (-527)))) (-5 *1 (-964)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-429)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1150 *6))
- (-4 *6 (-13 (-27) (-408 *5)))
- (-4 *5 (-13 (-789) (-517) (-968 (-525)))) (-4 *8 (-1150 (-385 *7)))
- (-5 *2 (-542 *3)) (-5 *1 (-513 *5 *6 *7 *8 *3))
- (-4 *3 (-320 *6 *7 *8)))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-1150 *4)) (-5 *1 (-751 *4 *2 *3 *5))
- (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-602 *2))
- (-4 *5 (-602 (-385 *2))))))
-(((*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789))))
- ((*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-51)) (-5 *1 (-771)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1196 *3 *4)) (-4 *1 (-352 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-160))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-364 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
+ (-12 (-5 *1 (-205 *2 *3)) (-4 *2 (-13 (-979) (-791)))
+ (-14 *3 (-594 (-1094))))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-5 *2 (-387 *1)) (-4 *1 (-1152 *3)) (-4 *3 (-979))
+ (-4 *3 (-519))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-761 *3)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))))
+ (|partial| -12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-519)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 *1)) (-5 *4 (-1092)) (-4 *1 (-27))
- (-5 *2 (-592 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-1088 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1))))
- ((*1 *2 *3) (-12 (-5 *3 (-887 *1)) (-4 *1 (-27)) (-5 *2 (-592 *1))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-592 *1))
- (-4 *1 (-29 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *2 (-592 *1)) (-4 *1 (-29 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-294 (-205))) (-5 *4 (-592 (-1092)))
- (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-1073 (-205))) (-5 *1 (-279)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-592 (-1174 *4))) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-4 *3 (-517))
- (-5 *2 (-592 (-1174 *3))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-789)) (-5 *2 (-592 (-610 *4 *5)))
- (-5 *1 (-576 *4 *5 *6)) (-4 *5 (-13 (-160) (-660 (-385 (-525)))))
- (-14 *6 (-856)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-242))) (-5 *4 (-1092)) (-5 *2 (-108))
- (-5 *1 (-242)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-592 (-1092))) (-14 *5 (-713))
- (-5 *2
- (-592
- (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4)
- (-227 *4 (-385 (-525))))))
- (-5 *1 (-478 *4 *5))
- (-5 *3
- (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4)
- (-227 *4 (-385 (-525))))))))
-(((*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-108)))))
-(((*1 *1 *1) (-12 (-5 *1 (-396 *2)) (-4 *2 (-517)))))
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-961 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 (-634 *3))) (-4 *3 (-979)) (-5 *1 (-961 *3))))
+ ((*1 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-961 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-594 (-634 *3))) (-4 *3 (-979)) (-5 *1 (-961 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1022 (-1022 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
+ (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791))
+ (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-110)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310))
+ (-5 *1 (-312)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1075 *4)) (-4 *4 (-37 *3)) (-4 *4 (-979))
+ (-5 *3 (-387 (-527))) (-5 *1 (-1079 *4)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-979)))))
+(((*1 *1 *1 *1) (-4 *1 (-121))) ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *1) (-4 *1 (-903))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-519)) (-5 *2 (-110)))))
+(((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446))))
+ ((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))))
+(((*1 *1 *1 *1) (-4 *1 (-903))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-1022)) (-4 *2 (-837 *4)) (-5 *1 (-636 *4 *2 *5 *3))
+ (-4 *5 (-353 *2)) (-4 *3 (-13 (-353 *4) (-10 -7 (-6 -4261)))))))
(((*1 *2 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-632 *3))))
- (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))))
+ (|partial| -12 (-4 *3 (-343)) (-5 *1 (-833 *2 *3))
+ (-4 *2 (-1152 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-503)) (-5 *1 (-502 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-503)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1167 *4))
+ (-4 *4 (-37 (-387 (-527)))) (-5 *2 (-1 (-1075 *4) (-1075 *4)))
+ (-5 *1 (-1169 *4 *5)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1020)) (-5 *1 (-898 *3 *2)) (-4 *3 (-1020)))))
-(((*1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-977)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108))))
- ((*1 *2 *3 *1 *4)
- (-12 (-5 *4 (-1 (-108) *3 *3)) (-4 *1 (-1122 *5 *6 *7 *3))
- (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-108)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)) (-4 *5 (-991 *3 *4 *2)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-966)) (-5 *3 (-1092)) (-5 *1 (-246)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
+ (-12 (-4 *3 (-13 (-343) (-140)))
+ (-5 *2 (-594 (-2 (|:| -3148 (-715)) (|:| -2291 *4) (|:| |num| *4))))
+ (-5 *1 (-379 *3 *4)) (-4 *4 (-1152 *3)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-283)) (-5 *3 (-1094)) (-5 *2 (-110))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-110)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7))
- (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735))
- (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-994 *5 *6 *7 *8 *9))))
+ (-12 (-5 *4 (-1 (-594 *5) *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *6 (-1152 *5))
+ (-5 *2 (-594 (-2 (|:| |poly| *6) (|:| -1653 *3))))
+ (-5 *1 (-753 *5 *6 *3 *7)) (-4 *3 (-604 *6))
+ (-4 *7 (-604 (-387 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-594 *5) *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *6 (-1152 *5))
+ (-5 *2 (-594 (-2 (|:| |poly| *6) (|:| -1653 (-602 *6 (-387 *6))))))
+ (-5 *1 (-756 *5 *6)) (-5 *3 (-602 *6 (-387 *6))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-889 (-207))) (-5 *2 (-296 (-359))) (-5 *1 (-286)))))
+(((*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))))
+(((*1 *1) (-5 *1 (-110))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820))
+ (-5 *3 (-594 (-527))))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-800))) ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-329)) (-4 *5 (-309 *4)) (-4 *6 (-1152 *5))
+ (-5 *2 (-594 *3)) (-5 *1 (-721 *4 *5 *6 *3 *7)) (-4 *3 (-1152 *6))
+ (-14 *7 (-858)))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-353 *2)) (-4 *2 (-1130))
+ (-4 *2 (-791))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3 *3)) (|has| *1 (-6 -4262))
+ (-4 *1 (-353 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-343))
+ (-5 *2 (-110)) (-5 *1 (-615 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7))
- (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735))
- (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))))
-(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
- (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525))
- (-5 *2 (-966)) (-5 *1 (-699)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-346)) (-4 *2 (-341))))
+ (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262))))
+ (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-5 *2 (-110))
+ (-5 *1 (-616 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-110) (-112) (-112))) (-5 *1 (-112)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-634 *4)) (-4 *4 (-979)) (-5 *1 (-1061 *3 *4))
+ (-14 *3 (-715)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-417)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *1) (-4 *1 (-329))))
+(((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5))
+ (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-1187 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-594 *8)) (-5 *3 (-1 (-110) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1187 *5 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-329)) (-5 *2 (-398 (-1090 (-1090 *4))))
+ (-5 *1 (-1129 *4)) (-5 *3 (-1090 (-1090 *4))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-244))))
+ ((*1 *1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-244)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-14 *5 (-594 (-1094))) (-5 *2 (-594 (-594 (-957 (-387 *4)))))
+ (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110))
+ (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110))
+ (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-889 *4)))
+ (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-594 (-957 (-387 *4))))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-288)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3))
+ (-5 *1 (-1045 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-519) (-791) (-970 (-527))))
+ (-4 *5 (-410 *4)) (-5 *2 (-398 (-1090 (-387 (-527)))))
+ (-5 *1 (-415 *4 *5 *3)) (-4 *3 (-1152 *5)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3 *3 *2)
+ (|partial| -12 (-5 *2 (-715))
+ (-4 *3 (-13 (-671) (-348) (-10 -7 (-15 ** (*3 *3 (-527))))))
+ (-5 *1 (-228 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-697)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *3 (-519)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-594 (-880 (-207)))))
+ (-5 *2 (-594 (-1017 (-207)))) (-5 *1 (-865)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-567 *5)) (-4 *5 (-410 *4)) (-4 *4 (-970 (-527)))
+ (-4 *4 (-13 (-791) (-519))) (-5 *2 (-1090 *5)) (-5 *1 (-31 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1174 *4)) (-5 *1 (-495 *4))
- (-4 *4 (-327)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-695)))))
+ (-12 (-5 *3 (-567 *1)) (-4 *1 (-979)) (-4 *1 (-283))
+ (-5 *2 (-1090 *1)))))
+(((*1 *2 *1) (-12 (-4 *1 (-519)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *4 *2 *2 *2)
+ (-12 (-5 *2 (-527))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-715)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-737)) (-4 *4 (-886 *5 *6 *7)) (-4 *5 (-431)) (-4 *7 (-791))
+ (-5 *1 (-428 *5 *6 *7 *4)))))
+(((*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))))
+(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-359)) (-5 *3 (-1077)) (-5 *1 (-94))))
+ ((*1 *2 *3 *2) (-12 (-5 *2 (-359)) (-5 *3 (-1077)) (-5 *1 (-94)))))
+(((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-512))))
+ ((*1 *1 *1) (-4 *1 (-988))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-715)) (-5 *4 (-1176 *2)) (-4 *5 (-288))
+ (-4 *6 (-927 *5)) (-4 *2 (-13 (-389 *6 *7) (-970 *6)))
+ (-5 *1 (-393 *5 *6 *7 *2)) (-4 *7 (-1152 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))))
+(((*1 *1 *1) (-4 *1 (-519))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-715)) (-4 *5 (-519))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-826 *4 *5)) (-5 *3 (-826 *4 *6)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-614 *5)) (-5 *1 (-822 *4 *5 *6)))))
(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346))
- (-5 *2 (-1088 *3))))
+ (-12 (-4 *1 (-1174 *3)) (-4 *3 (-1130)) (-4 *3 (-979))
+ (-5 *2 (-634 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972)))))
+(((*1 *2 *1) (-12 (-5 *2 (-906)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-901))) (-5 *1 (-106)))))
+(((*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-359)) (-5 *1 (-972)))))
+(((*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-110)) (-5 *1 (-248)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
+ (-12 (-5 *4 (-527)) (-5 *5 (-1077)) (-5 *6 (-634 (-207)))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))))
+ (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))))
+(((*1 *1 *1 *1) (-4 *1 (-512))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-343))
+ (-5 *2 (-2 (|:| -1431 (-398 *3)) (|:| |special| (-398 *3))))
+ (-5 *1 (-672 *5 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-387 (-527)))
+ (-5 *1 (-413 *4 *3)) (-4 *3 (-410 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-567 *3)) (-4 *3 (-410 *5))
+ (-4 *5 (-13 (-791) (-519) (-970 (-527))))
+ (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-413 *5 *3)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2) (-12 (-5 *2 (-594 (-715))) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-594 (-715))) (-5 *1 (-1179)))))
+(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *2 (-968)) (-5 *1 (-696)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-343)) (-5 *1 (-833 *2 *4))
+ (-4 *2 (-1152 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1179)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1059 *4 *5)) (-4 *4 (-13 (-1022) (-33)))
+ (-4 *5 (-13 (-1022) (-33))) (-5 *2 (-110)) (-5 *1 (-1060 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1041)) (-5 *1 (-107))))
+ ((*1 *2 *1) (-12 (-4 *1 (-129)) (-5 *2 (-715))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *2 (-527)) (-4 *1 (-353 *3)) (-4 *3 (-1130))
+ (-4 *3 (-1022))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-353 *3)) (-4 *3 (-1130)) (-4 *3 (-1022))
+ (-5 *2 (-527))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-110) *4)) (-4 *1 (-353 *4)) (-4 *4 (-1130))
+ (-5 *2 (-527))))
+ ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-527)) (-5 *3 (-134))))
+ ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-527)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-634 *2)) (-5 *4 (-715))
+ (-4 *2 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *5 (-1152 *2)) (-5 *1 (-474 *2 *5 *6)) (-4 *6 (-389 *2 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-594 (-1149 *5 *4)))
+ (-5 *1 (-1036 *4 *5)) (-5 *3 (-1149 *5 *4)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-522)))))
+(((*1 *1)
+ (-12 (-4 *1 (-384)) (-3264 (|has| *1 (-6 -4252)))
+ (-3264 (|has| *1 (-6 -4244)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-1022)) (-4 *2 (-791))))
+ ((*1 *2 *1) (-12 (-4 *1 (-774 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *1) (-4 *1 (-791))) ((*1 *1) (-5 *1 (-1041))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-4 *5 (-410 *4))
+ (-5 *2 (-398 *3)) (-5 *1 (-415 *4 *5 *3)) (-4 *3 (-1152 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 (-594 *2) *2 *2 *2)) (-4 *2 (-1022))
+ (-5 *1 (-100 *2))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1022)) (-5 *1 (-100 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346))
- (-5 *2 (-1088 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108))
- (-5 *1 (-31 *4 *5)) (-4 *5 (-408 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108))
- (-5 *1 (-147 *4 *5)) (-4 *5 (-408 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108))
- (-5 *1 (-255 *4 *5)) (-4 *5 (-13 (-408 *4) (-934)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-110)) (-5 *2 (-108)) (-5 *1 (-280 *4)) (-4 *4 (-281))))
- ((*1 *2 *3) (-12 (-4 *1 (-281)) (-5 *3 (-110)) (-5 *2 (-108))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-110)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-407 *4 *5)) (-4 *4 (-408 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108))
- (-5 *1 (-409 *4 *5)) (-4 *5 (-408 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-110)) (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108))
- (-5 *1 (-579 *4 *5)) (-4 *5 (-13 (-408 *4) (-934) (-1114))))))
-(((*1 *2 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444))))
- ((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444))))
- ((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-519)) (-5 *1 (-905 *2 *3)) (-4 *3 (-1152 *2)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
+ (|partial| -12 (-5 *4 (-387 *2)) (-4 *2 (-1152 *5))
+ (-5 *1 (-751 *5 *2 *3 *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *3 (-604 *2)) (-4 *6 (-604 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-387 *2))) (-4 *2 (-1152 *5))
+ (-5 *1 (-751 *5 *2 *3 *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-604 *2))
+ (-4 *6 (-604 (-387 *2))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *2 (-968)) (-5 *1 (-696)))))
+(((*1 *1 *1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))))
+(((*1 *1 *1) (-4 *1 (-512))))
(((*1 *2 *3)
- (-12 (-5 *2 (-592 (-592 (-525)))) (-5 *1 (-904))
- (-5 *3 (-592 (-525))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-713)) (-4 *6 (-1020)) (-4 *3 (-835 *6))
- (-5 *2 (-632 *3)) (-5 *1 (-634 *6 *3 *7 *4)) (-4 *7 (-351 *3))
- (-4 *4 (-13 (-351 *6) (-10 -7 (-6 -4259)))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *3))
- (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-910 *4 *5 *6 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 (-592 *7) (-592 *7))) (-5 *2 (-592 *7))
- (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-910 *4 *5 *6 *7)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132))
- (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))))))
+ (-12 (-5 *3 (-889 *5)) (-4 *5 (-979)) (-5 *2 (-459 *4 *5))
+ (-5 *1 (-881 *4 *5)) (-14 *4 (-594 (-1094))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1165 *4)) (-5 *1 (-1167 *4 *2))
- (-4 *4 (-37 (-385 (-525)))))))
-(((*1 *1 *1 *1) (-4 *1 (-119))) ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *1) (-4 *1 (-901))))
+ (-12 (-5 *3 (-634 *8)) (-5 *4 (-715)) (-4 *8 (-886 *5 *7 *6))
+ (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094))))
+ (-4 *7 (-737))
+ (-5 *2
+ (-594
+ (-2 (|:| |det| *8) (|:| |rows| (-594 (-527)))
+ (|:| |cols| (-594 (-527))))))
+ (-5 *1 (-861 *5 *6 *7 *8)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-713)) (-5 *1 (-543 *2)) (-4 *2 (-510))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -3771 *3) (|:| -2168 (-713)))) (-5 *1 (-543 *3))
- (-4 *3 (-510)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-1176))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-286) (-138))) (-4 *4 (-13 (-789) (-567 (-1092))))
- (-4 *5 (-735)) (-5 *1 (-859 *3 *4 *5 *2)) (-4 *2 (-884 *3 *5 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-305 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-5 *1 (-488 *3 *4)) (-4 *3 (-1128)) (-14 *4 *2))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-592 (-294 (-205)))) (-5 *3 (-205)) (-5 *2 (-108))
- (-5 *1 (-192)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))))
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-912 *4 *5 *6 *2)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-894 *3)) (-5 *1 (-1082 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *1 *2 *3 *1 *3)
+ (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-826 *4 *3))
+ (-4 *3 (-1022)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-108))
- (-5 *1 (-170 *4 *3)) (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4))))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-108)) (-5 *1 (-1118 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *4))))))
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *5 (-1152 *4)) (-5 *2 (-594 (-601 (-387 *5))))
+ (-5 *1 (-605 *4 *5)) (-5 *3 (-601 (-387 *5))))))
(((*1 *2)
- (-12 (-14 *4 (-713)) (-4 *5 (-1128)) (-5 *2 (-128))
- (-5 *1 (-217 *3 *4 *5)) (-4 *3 (-218 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-341)) (-5 *2 (-128)) (-5 *1 (-306 *3 *4))
- (-4 *3 (-307 *4))))
+ (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431))
+ (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-912 *3 *4 *5 *6)))))
+(((*1 *2 *1 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-288))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2613 *1)))
+ (-4 *1 (-288)))))
+(((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-48)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2))
+ (-4 *4 (-13 (-791) (-519))))))
+(((*1 *1) (-5 *1 (-148))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431))
+ (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-912 *3 *4 *5 *6)))))
+(((*1 *2)
+ (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-846))
+ (-5 *1 (-436 *3 *4 *2 *5)) (-4 *5 (-886 *2 *3 *4))))
((*1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-160))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-525))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735))
- (-5 *2 (-525)) (-5 *1 (-477 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-913 *3)) (-4 *3 (-977)) (-5 *2 (-856))))
- ((*1 *2) (-12 (-4 *1 (-1181 *3)) (-4 *3 (-341)) (-5 *2 (-128)))))
-(((*1 *1) (-4 *1 (-327)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 *5)) (-4 *5 (-408 *4))
- (-4 *4 (-13 (-517) (-789) (-138)))
- (-5 *2
- (-2 (|:| |primelt| *5) (|:| |poly| (-592 (-1088 *5)))
- (|:| |prim| (-1088 *5))))
- (-5 *1 (-410 *4 *5))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-517) (-789) (-138)))
- (-5 *2
- (-2 (|:| |primelt| *3) (|:| |pol1| (-1088 *3))
- (|:| |pol2| (-1088 *3)) (|:| |prim| (-1088 *3))))
- (-5 *1 (-410 *4 *3)) (-4 *3 (-27)) (-4 *3 (-408 *4))))
- ((*1 *2 *3 *4 *3 *4)
- (-12 (-5 *3 (-887 *5)) (-5 *4 (-1092)) (-4 *5 (-13 (-341) (-138)))
- (-5 *2
- (-2 (|:| |coef1| (-525)) (|:| |coef2| (-525))
- (|:| |prim| (-1088 *5))))
- (-5 *1 (-894 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-592 (-1092)))
- (-4 *5 (-13 (-341) (-138)))
- (-5 *2
- (-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 *5)))
- (|:| |prim| (-1088 *5))))
- (-5 *1 (-894 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 (-887 *6))) (-5 *4 (-592 (-1092))) (-5 *5 (-1092))
- (-4 *6 (-13 (-341) (-138)))
- (-5 *2
- (-2 (|:| -2681 (-592 (-525))) (|:| |poly| (-592 (-1088 *6)))
- (|:| |prim| (-1088 *6))))
- (-5 *1 (-894 *6)))))
+ (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *2 (-846))
+ (-5 *1 (-843 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4))))
+ ((*1 *2) (-12 (-4 *2 (-846)) (-5 *1 (-844 *2 *3)) (-4 *3 (-1152 *2)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-565 *4)) (-4 *4 (-789)) (-4 *2 (-789))
- (-5 *1 (-564 *2 *4)))))
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-979)) (-5 *2 (-1176 *4))
+ (-5 *1 (-1095 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-5 *2 (-1176 *3)) (-5 *1 (-1095 *3))
+ (-4 *3 (-979)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))))
-(((*1 *1) (-5 *1 (-108))))
+ (-12 (-5 *2 (-594 (-459 *3 *4))) (-14 *3 (-594 (-1094)))
+ (-4 *4 (-431)) (-5 *1 (-582 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1181))
+ (-5 *1 (-428 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))))
+(((*1 *2 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-979))))
+ ((*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-979)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1094)))))
+(((*1 *2 *3)
+ (-12 (-4 *3 (-1152 (-387 (-527))))
+ (-5 *2 (-2 (|:| |den| (-527)) (|:| |gcdnum| (-527))))
+ (-5 *1 (-850 *3 *4)) (-4 *4 (-1152 (-387 *3)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1152 (-387 *2))) (-5 *2 (-527)) (-5 *1 (-850 *4 *3))
+ (-4 *3 (-1152 (-387 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-416)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *3 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-426 *4 *3 *5 *6)) (-4 *6 (-884 *4 *3 *5)))))
-(((*1 *1 *1) (-12 (-5 *1 (-161 *2)) (-4 *2 (-286))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525))))
- ((*1 *1 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1) (-4 *1 (-804 *2)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-906 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-734))
- (-4 *4 (-789)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-13 (-977) (-660 (-385 (-525)))))
- (-4 *5 (-789)) (-5 *1 (-1188 *4 *5 *2)) (-4 *2 (-1193 *5 *4)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132))
- (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))))))
-(((*1 *1 *1 *1) (-5 *1 (-150)))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-150)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *3)) (-4 *3 (-1128)) (-5 *2 (-525)))))
-(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-698)))))
-(((*1 *2 *1) (-12 (-4 *1 (-327)) (-5 *2 (-108))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-5 *2 (-108))
- (-5 *1 (-335 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1088 *7)) (-5 *3 (-525)) (-4 *7 (-884 *6 *4 *5))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977))
- (-5 *1 (-299 *4 *5 *6 *7)))))
-(((*1 *1 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))))
-(((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-128)))))
-(((*1 *2 *3) (-12 (-5 *3 (-501)) (-5 *1 (-500 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1) (-12 (-5 *2 (-51)) (-5 *1 (-501)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-713)) (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-694)))))
-(((*1 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-346)) (-4 *2 (-341)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525))
- (-14 *4 (-713)) (-4 *5 (-160)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-341)) (-4 *5 (-1150 *4)) (-5 *2 (-1179))
- (-5 *1 (-39 *4 *5 *6 *7)) (-4 *6 (-1150 (-385 *5))) (-14 *7 *6))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1092)) (-5 *5 (-1015 (-205))) (-5 *2 (-862))
- (-5 *1 (-860 *3)) (-4 *3 (-567 (-501)))))
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979))
+ (-5 *2 (-594 (-594 (-594 (-880 *3))))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-398 *2)) (-4 *2 (-288)) (-5 *1 (-851 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-5 *2 (-862)) (-5 *1 (-860 *3))
- (-4 *3 (-567 (-501)))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *1 (-862))))
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-140))) (-5 *2 (-51)) (-5 *1 (-852 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-398 (-889 *6))) (-5 *5 (-1094)) (-5 *3 (-889 *6))
+ (-4 *6 (-13 (-288) (-140))) (-5 *2 (-51)) (-5 *1 (-852 *6)))))
+(((*1 *1) (-5 *1 (-747))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-124 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1124 *4 *5 *3 *6)) (-4 *4 (-519)) (-4 *5 (-737))
+ (-4 *3 (-791)) (-4 *6 (-993 *4 *5 *3)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-959 (-784 (-527)))) (-5 *1 (-552 *3)) (-4 *3 (-979)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-110) *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519))
+ (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-2 (|:| |goodPols| (-594 *8)) (|:| |badPols| (-594 *8))))
+ (-5 *1 (-912 *5 *6 *7 *8)) (-5 *4 (-594 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *5))
+ (-4 *5 (-13 (-27) (-1116) (-410 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-387 (-527)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-275 *3)) (-5 *5 (-387 (-527)))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 (-527))) (-5 *4 (-275 *6))
+ (-4 *6 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-527))) (-5 *4 (-275 *7)) (-5 *5 (-1143 (-527)))
+ (-4 *7 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-527)))
+ (-4 *3 (-13 (-27) (-1116) (-410 *7)))
+ (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *7 *3))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-1 *8 (-387 (-527)))) (-5 *4 (-275 *8))
+ (-5 *5 (-1143 (-387 (-527)))) (-5 *6 (-387 (-527)))
+ (-4 *8 (-13 (-27) (-1116) (-410 *7)))
+ (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-387 (-527))))
+ (-5 *7 (-387 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *8)))
+ (-4 *8 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *8 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *3))))
+ (-4 *3 (-979)) (-5 *1 (-552 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-553 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *3))))
+ (-4 *3 (-979)) (-4 *1 (-1136 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-4 *1 (-102 *3)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))))
+ (-12 (-5 *2 (-715))
+ (-5 *3 (-1075 (-2 (|:| |k| (-387 (-527))) (|:| |c| *4))))
+ (-4 *4 (-979)) (-4 *1 (-1157 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-4 *1 (-1167 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1075 (-2 (|:| |k| (-715)) (|:| |c| *3))))
+ (-4 *3 (-979)) (-4 *1 (-1167 *3)))))
(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2 (-592 (-205))) (-5 *1 (-186)))))
+ (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 *2))
+ (-5 *2 (-359)) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979))
+ (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519))
+ (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791))
+ (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-791)) (-4 *5 (-569 *2)) (-5 *2 (-359))
+ (-5 *1 (-729 *5)))))
(((*1 *2 *3)
+ (-12 (-5 *2 (-398 (-1090 *1))) (-5 *1 (-296 *4)) (-5 *3 (-1090 *1))
+ (-4 *4 (-431)) (-4 *4 (-519)) (-4 *4 (-791))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-846)) (-5 *2 (-398 (-1090 *1))) (-5 *3 (-1090 *1)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-110)) (-5 *1 (-773)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3) (-12 (-5 *3 (-159 (-527))) (-5 *2 (-110)) (-5 *1 (-425))))
+ ((*1 *2 *3)
(-12
(-5 *3
- (-592
- (-2 (|:| -3085 (-713))
- (|:| |eqns|
- (-592
- (-2 (|:| |det| *7) (|:| |rows| (-592 (-525)))
- (|:| |cols| (-592 (-525))))))
- (|:| |fgb| (-592 *7)))))
- (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138)))
- (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-713))
- (-5 *1 (-859 *4 *5 *6 *7)))))
-(((*1 *2)
- (-12 (-4 *1 (-327))
- (-5 *2 (-592 (-2 (|:| -4201 (-525)) (|:| -2168 (-525))))))))
-(((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429)))
- (-5 *2
- (-2
- (|:| |%term|
- (-2 (|:| |%coef| (-1159 *4 *5 *6))
- (|:| |%expon| (-297 *4 *5 *6))
- (|:| |%expTerms|
- (-592 (-2 (|:| |k| (-385 (-525))) (|:| |c| *4))))))
- (|:| |%type| (-1075))))
- (-5 *1 (-1160 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1114) (-408 *3)))
- (-14 *5 (-1092)) (-14 *6 *4))))
-(((*1 *2 *3 *3 *3)
+ (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4)
+ (-229 *4 (-387 (-527)))))
+ (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *2 (-110))
+ (-5 *1 (-480 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-897 *3)) (-4 *3 (-512))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1134)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-137))) (-5 *1 (-134))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-134)))))
+(((*1 *2 *2 *3 *4)
(|partial| -12
- (-4 *4 (-13 (-138) (-27) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *5 (-1150 *4)) (-5 *2 (-1088 (-385 *5))) (-5 *1 (-568 *4 *5))
- (-5 *3 (-385 *5))))
- ((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-138) (-27) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2 (-1088 (-385 *6))) (-5 *1 (-568 *5 *6)) (-5 *3 (-385 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-205)) (-5 *5 (-525)) (-5 *2 (-1124 *3))
- (-5 *1 (-732 *3)) (-4 *3 (-907))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-108))
- (-5 *1 (-1124 *2)) (-4 *2 (-907)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-884 *4 *6 *5)) (-4 *4 (-429))
- (-4 *5 (-789)) (-4 *6 (-735)) (-5 *1 (-920 *4 *5 *6 *3)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-592 (-887 *3))) (-4 *3 (-429))
- (-5 *1 (-338 *3 *4)) (-14 *4 (-592 (-1092)))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-592 (-722 *3 (-800 *4)))) (-4 *3 (-429))
- (-14 *4 (-592 (-1092))) (-5 *1 (-577 *3 *4)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *2 (-966)) (-5 *1 (-694)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357)))
- (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179))
- (-5 *1 (-730)))))
-(((*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-592 (-999 *4 *5 *2))) (-4 *4 (-1020))
- (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4))))
- (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4))))
- (-5 *1 (-53 *4 *5 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-592 (-999 *5 *6 *2))) (-5 *4 (-856)) (-4 *5 (-1020))
- (-4 *6 (-13 (-977) (-821 *5) (-789) (-567 (-827 *5))))
- (-4 *2 (-13 (-408 *6) (-821 *5) (-567 (-827 *5))))
- (-5 *1 (-53 *5 *6 *2)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-286))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-424 *4 *5 *6 *2)))))
+ (-5 *3
+ (-1 (-3 (-2 (|:| -3160 *4) (|:| |coeff| *4)) "failed") *4))
+ (-4 *4 (-343)) (-5 *1 (-537 *4 *2)) (-4 *2 (-1152 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-592 (-159)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
+ (-12 (-4 *1 (-560 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1130))
+ (-5 *2 (-594 *3)))))
+(((*1 *1) (-5 *1 (-767))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *5 (-567 *4)) (-5 *6 (-1094))
+ (-4 *4 (-13 (-410 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-529 *7 *4 *3)) (-4 *3 (-604 *4)) (-4 *3 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-447)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-632 (-385 (-887 *4)))) (-4 *4 (-429))
- (-5 *2 (-592 (-3 (-385 (-887 *4)) (-1082 (-1092) (-887 *4)))))
- (-5 *1 (-271 *4)))))
+ (-12 (-5 *3 (-1075 (-1075 *4))) (-5 *2 (-1075 *4)) (-5 *1 (-1079 *4))
+ (-4 *4 (-37 (-387 (-527)))) (-4 *4 (-979)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-594 (-296 (-207)))) (-5 *3 (-207)) (-5 *2 (-110))
+ (-5 *1 (-194)))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-517)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 (-227 *5 *6))) (-4 *6 (-429))
- (-5 *2 (-227 *5 *6)) (-14 *5 (-592 (-1092))) (-5 *1 (-580 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1174 *5)) (-4 *5 (-734)) (-5 *2 (-108))
- (-5 *1 (-784 *4 *5)) (-14 *4 (-713)))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 (-632 *3))) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *2 *3 *4 *4 *3)
- (|partial| -12 (-5 *4 (-565 *3))
- (-4 *3 (-13 (-408 *5) (-27) (-1114)))
- (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3)))
- (-5 *1 (-527 *5 *3 *6)) (-4 *6 (-1020)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 (-2 (|:| |val| (-592 *6)) (|:| -1285 *7))))
- (-4 *6 (-991 *3 *4 *5)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-921 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-592 (-2 (|:| |val| (-592 *6)) (|:| -1285 *7))))
- (-4 *6 (-991 *3 *4 *5)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-1027 *3 *4 *5 *6 *7)))))
-(((*1 *1) (-5 *1 (-415))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-517)) (-4 *2 (-429)) (-5 *1 (-903 *2 *3))
- (-4 *3 (-1150 *2)))))
-(((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-862)))))
+ (-12 (-4 *3 (-1130)) (-5 *1 (-170 *3 *2)) (-4 *2 (-621 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-512)) (-5 *1 (-150 *2)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-575 *4 *5))
+ (-5 *3
+ (-1 (-2 (|:| |ans| *4) (|:| -3471 *4) (|:| |sol?| (-110)))
+ (-527) *4))
+ (-4 *4 (-343)) (-4 *5 (-1152 *4)) (-5 *1 (-537 *4 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-525)) (|has| *1 (-6 -4250)) (-4 *1 (-382))
- (-5 *2 (-856)))))
-(((*1 *1 *1) (-4 *1 (-986))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1092)) (-4 *5 (-567 (-827 (-525))))
- (-4 *5 (-821 (-525)))
- (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-528 *5 *3)) (-4 *3 (-578))
- (-4 *3 (-13 (-27) (-1114) (-408 *5)))))
- ((*1 *2 *2 *3 *4 *4)
- (|partial| -12 (-5 *3 (-1092)) (-5 *4 (-782 *2)) (-4 *2 (-1056))
- (-4 *2 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-567 (-827 (-525)))) (-4 *5 (-821 (-525)))
- (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525))))
- (-5 *1 (-528 *5 *2)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1039)) (-5 *2 (-108)) (-5 *1 (-763)))))
-(((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 (-827 *6)))
- (-5 *5 (-1 (-824 *6 *8) *8 (-827 *6) (-824 *6 *8))) (-4 *6 (-1020))
- (-4 *8 (-13 (-977) (-567 (-827 *6)) (-968 *7))) (-5 *2 (-824 *6 *8))
- (-4 *7 (-13 (-977) (-789))) (-5 *1 (-876 *6 *7 *8)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))))
-(((*1 *2 *1) (-12 (-4 *1 (-968 (-525))) (-4 *1 (-281)) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))))
+ (-12 (-4 *3 (-519)) (-5 *1 (-40 *3 *2))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $))
+ (-15 -4122 ((-1046 *3 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *3 (-567 $))))))))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-329)) (-4 *2 (-979)) (-5 *1 (-657 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-343))
+ (-5 *1 (-494 *2 *4 *5 *3)) (-4 *3 (-632 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2))
+ (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-162))
+ (-5 *1 (-633 *2 *4 *5 *3)) (-4 *3 (-632 *2 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2))
+ (-4 *5 (-220 *3 *2)) (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2))
+ (-4 *2 (-410 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1015 *2)) (-4 *2 (-410 *4)) (-4 *4 (-13 (-791) (-519)))
+ (-5 *1 (-149 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 *1)) (-4 *1 (-151))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-151)) (-5 *2 (-1094)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-1057 *4 *5))) (-5 *3 (-1 (-108) *5 *5))
- (-4 *4 (-13 (-1020) (-33))) (-4 *5 (-13 (-1020) (-33)))
- (-5 *1 (-1058 *4 *5))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-1057 *3 *4))) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-986)) (-4 *3 (-1114))
- (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
-(((*1 *2 *3 *2 *3)
- (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1095))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1095))))
- ((*1 *2 *3 *2 *4 *1)
- (-12 (-5 *2 (-415)) (-5 *3 (-592 (-1092))) (-5 *4 (-1092))
- (-5 *1 (-1095))))
- ((*1 *2 *3 *2 *3 *1)
- (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1095))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-415)) (-5 *3 (-1092)) (-5 *1 (-1096))))
- ((*1 *2 *3 *2 *1)
- (-12 (-5 *2 (-415)) (-5 *3 (-592 (-1092))) (-5 *1 (-1096)))))
-(((*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))))
+ (-12 (-4 *3 (-431)) (-4 *3 (-791)) (-4 *3 (-970 (-527)))
+ (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-410 *3))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $))
+ (-15 -4122 ((-1046 *3 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *3 (-567 $))))))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-110))
+ (-5 *1 (-172 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-110)) (-5 *1 (-1120 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *4))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-880 (-207))) (-5 *4 (-811)) (-5 *2 (-1181))
+ (-5 *1 (-447))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-979)) (-4 *1 (-915 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-880 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-880 *3)) (-4 *3 (-979)) (-4 *1 (-1055 *3))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-880 *3)) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127)) (-5 *3 (-207)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-387 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-13 (-343) (-140)))
+ (-5 *1 (-379 *3 *4)))))
(((*1 *2 *3 *2)
- (|partial| -12 (-5 *3 (-856)) (-5 *1 (-419 *2))
- (-4 *2 (-1150 (-525)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-856)) (-5 *4 (-713)) (-5 *1 (-419 *2))
- (-4 *2 (-1150 (-525)))))
- ((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-856)) (-5 *4 (-592 (-713))) (-5 *1 (-419 *2))
- (-4 *2 (-1150 (-525)))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *3 (-856)) (-5 *4 (-592 (-713))) (-5 *5 (-713))
- (-5 *1 (-419 *2)) (-4 *2 (-1150 (-525)))))
- ((*1 *2 *3 *2 *4 *5 *6)
- (|partial| -12 (-5 *3 (-856)) (-5 *4 (-592 (-713))) (-5 *5 (-713))
- (-5 *6 (-108)) (-5 *1 (-419 *2)) (-4 *2 (-1150 (-525)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-396 *2)) (-4 *2 (-1150 *5))
- (-5 *1 (-421 *5 *2)) (-4 *5 (-977)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1177)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1039)) (-5 *1 (-105))))
- ((*1 *2 *1) (-12 (-4 *1 (-127)) (-5 *2 (-713))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-351 *3)) (-4 *3 (-1128))
- (-4 *3 (-1020))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-351 *3)) (-4 *3 (-1128)) (-4 *3 (-1020))
- (-5 *2 (-525))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-108) *4)) (-4 *1 (-351 *4)) (-4 *4 (-1128))
- (-5 *2 (-525))))
- ((*1 *2 *3 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-525)) (-5 *3 (-132))))
- ((*1 *2 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-525)))))
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *3 (-594 (-527)))
+ (-5 *1 (-820)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 (-1 *6 (-594 *6))))
+ (-4 *5 (-37 (-387 (-527)))) (-4 *6 (-1167 *5)) (-5 *2 (-594 *6))
+ (-5 *1 (-1169 *5 *6)))))
+(((*1 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-343))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)))))
+(((*1 *1) (-5 *1 (-207))) ((*1 *1) (-5 *1 (-359))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-889 (-387 (-527)))) (-5 *4 (-1094))
+ (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-594 (-207))) (-5 *1 (-281)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160))
- (-4 *5 (-1150 *4)) (-5 *2 (-632 *4))))
+ (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4))
+ (-5 *2 (-2 (|:| -2663 (-387 *5)) (|:| |poly| *3)))
+ (-5 *1 (-141 *4 *5 *3)) (-4 *3 (-1152 (-387 *5))))))
+(((*1 *2)
+ (-12 (-14 *4 (-715)) (-4 *5 (-1130)) (-5 *2 (-130))
+ (-5 *1 (-219 *3 *4 *5)) (-4 *3 (-220 *4 *5))))
((*1 *2)
- (-12 (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-632 *4))
- (-5 *1 (-386 *3 *4 *5)) (-4 *3 (-387 *4 *5))))
+ (-12 (-4 *4 (-343)) (-5 *2 (-130)) (-5 *1 (-308 *3 *4))
+ (-4 *3 (-309 *4))))
((*1 *2)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3))
- (-5 *2 (-632 *3)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-157 (-205)) (-157 (-205)))) (-5 *4 (-1015 (-205)))
- (-5 *2 (-1176)) (-5 *1 (-236)))))
-(((*1 *1 *1) (-4 *1 (-91))) ((*1 *1 *1 *1) (-5 *1 (-205)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1 *1 *1) (-5 *1 (-357)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4)))
- (-5 *2 (-1174 *6)) (-5 *1 (-314 *3 *4 *5 *6))
- (-4 *6 (-320 *3 *4 *5)))))
-(((*1 *1 *1) (-5 *1 (-989))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *1 (-812 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *1 (-814 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-5 *1 (-817 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6 *6 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-108)) (-5 *6 (-632 (-205)))
- (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-698)))))
-(((*1 *2 *3 *3 *4 *5 *3 *3 *4 *4 *4 *6)
- (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *3 (-205))
- (-5 *2 (-966)) (-5 *1 (-691)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-839 *4))
- (-4 *4 (-1020))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
-(((*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-221)))))
-(((*1 *1 *1 *2 *2 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861))))
- ((*1 *1 *1 *2 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-104)) (-5 *1 (-1007)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-174))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-279))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-284)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *2 (-592 (-157 *4))) (-5 *1 (-145 *3 *4))
- (-4 *3 (-1150 (-157 (-525)))) (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-592 (-157 *4)))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4)))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-162))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-527))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737))
+ (-5 *2 (-527)) (-5 *1 (-479 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-915 *3)) (-4 *3 (-979)) (-5 *2 (-858))))
+ ((*1 *2) (-12 (-4 *1 (-1183 *3)) (-4 *3 (-343)) (-5 *2 (-130)))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-3 (-387 (-889 *6)) (-1084 (-1094) (-889 *6))))
+ (-5 *5 (-715)) (-4 *6 (-431)) (-5 *2 (-594 (-634 (-387 (-889 *6)))))
+ (-5 *1 (-273 *6)) (-5 *4 (-634 (-387 (-889 *6))))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-592 (-157 *4)))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-767)))))
-(((*1 *2 *3 *3 *3 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-765)) (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *1 *1 *1) (-4 *1 (-607))) ((*1 *1 *1 *1) (-5 *1 (-1039))))
-(((*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-502 *3 *2))
- (-4 *2 (-1165 *3))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-4 *4 (-1150 *3))
- (-4 *5 (-667 *3 *4)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-1165 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-5 *1 (-507 *3 *2))
- (-4 *2 (-1165 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-13 (-517) (-138)))
- (-5 *1 (-1069 *3)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-301 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-126))
- (-4 *3 (-734)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-977)) (-4 *2 (-630 *4 *5 *6))
- (-5 *1 (-99 *4 *3 *2 *5 *6)) (-4 *3 (-1150 *4)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-989)) (-5 *3 (-1075)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517))
- (-5 *2 (-2 (|:| -2681 *4) (|:| -1416 *3) (|:| -3681 *3)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-991 *3 *4 *5))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| -2681 *3) (|:| -1416 *1) (|:| -3681 *1)))
- (-4 *1 (-1150 *3)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |eigval| (-3 (-387 (-889 *5)) (-1084 (-1094) (-889 *5))))
+ (|:| |eigmult| (-715)) (|:| |eigvec| (-594 *4))))
+ (-4 *5 (-431)) (-5 *2 (-594 (-634 (-387 (-889 *5)))))
+ (-5 *1 (-273 *5)) (-5 *4 (-634 (-387 (-889 *5)))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3))
+ (-4 *3 (-397 *4)))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *3 (-993 *6 *7 *8))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-1030 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9))))
+ (-5 *5 (-110)) (-4 *8 (-993 *6 *7 *4)) (-4 *9 (-998 *6 *7 *4 *8))
+ (-4 *6 (-431)) (-4 *7 (-737)) (-4 *4 (-791))
+ (-5 *2 (-594 (-2 (|:| |val| *8) (|:| -1296 *9))))
+ (-5 *1 (-1030 *6 *7 *4 *8 *9)))))
+(((*1 *2 *3 *3 *3 *4 *5 *6)
+ (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207)))
+ (-5 *5 (-1017 (-207))) (-5 *6 (-594 (-244))) (-5 *2 (-1054 (-207)))
+ (-5 *1 (-641)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-174))))
+ (-12 (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *4 (-1152 *3))
+ (-5 *2
+ (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-634 *3))))
+ (-5 *1 (-330 *3 *4 *5)) (-4 *5 (-389 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-279))))
+ (-12 (-5 *3 (-527)) (-4 *4 (-1152 *3))
+ (-5 *2
+ (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-634 *3))))
+ (-5 *1 (-712 *4 *5)) (-4 *5 (-389 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-782 (-205)))) (-5 *2 (-205)) (-5 *1 (-284)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-227 *4 *5))) (-5 *2 (-227 *4 *5))
- (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *1 (-580 *4 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-203 *2 *3)) (-4 *2 (-13 (-977) (-789)))
- (-14 *3 (-592 (-1092))))))
-(((*1 *1 *1 *1) (-4 *1 (-607))) ((*1 *1 *1 *1) (-5 *1 (-1039))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-550 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-592 *5) *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *6 (-1150 *5))
- (-5 *2 (-592 (-2 (|:| |poly| *6) (|:| -1537 *3))))
- (-5 *1 (-751 *5 *6 *3 *7)) (-4 *3 (-602 *6))
- (-4 *7 (-602 (-385 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-592 *5) *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *6 (-1150 *5))
- (-5 *2 (-592 (-2 (|:| |poly| *6) (|:| -1537 (-600 *6 (-385 *6))))))
- (-5 *1 (-754 *5 *6)) (-5 *3 (-600 *6 (-385 *6))))))
-(((*1 *1) (-4 *1 (-327))))
-(((*1 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3)))))
-(((*1 *1 *2 *1 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308)))))
-(((*1 *1 *1) (-4 *1 (-91)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-357)) (-5 *3 (-1075)) (-5 *1 (-92))))
- ((*1 *2 *3 *2) (-12 (-5 *2 (-357)) (-5 *3 (-1075)) (-5 *1 (-92)))))
-(((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977))
- (-14 *4 (-592 (-1092)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789)))
- (-14 *4 (-592 (-1092)))))
- ((*1 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-346)) (-4 *2 (-341))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-313 *3 *4 *5 *2)) (-4 *3 (-341))
- (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4)))
- (-4 *2 (-320 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
- (-4 *5 (-160))))
- ((*1 *1) (-12 (-4 *2 (-160)) (-4 *1 (-667 *2 *3)) (-4 *3 (-1150 *2)))))
-(((*1 *2) (-12 (-5 *2 (-592 (-713))) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-592 (-713))) (-5 *1 (-1177)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-520)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *8)) (-5 *4 (-713)) (-4 *8 (-884 *5 *7 *6))
- (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092))))
- (-4 *7 (-735))
+ (-12 (-4 *4 (-329)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 *3))
(-5 *2
- (-592
- (-2 (|:| |det| *8) (|:| |rows| (-592 (-525)))
- (|:| |cols| (-592 (-525))))))
- (-5 *1 (-859 *5 *6 *7 *8)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429))
- (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-910 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-1150 (-385 (-525))))
- (-5 *2 (-2 (|:| |den| (-525)) (|:| |gcdnum| (-525))))
- (-5 *1 (-848 *3 *4)) (-4 *4 (-1150 (-385 *3)))))
+ (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-634 *3))))
+ (-5 *1 (-920 *4 *3 *5 *6)) (-4 *6 (-669 *3 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-1150 (-385 *2))) (-5 *2 (-525)) (-5 *1 (-848 *4 *3))
- (-4 *3 (-1150 (-385 *4))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-957 (-782 (-525)))) (-5 *1 (-550 *3)) (-4 *3 (-977)))))
+ (-12 (-4 *4 (-329)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 *3))
+ (-5 *2
+ (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-634 *3))))
+ (-5 *1 (-1185 *4 *3 *5 *6)) (-4 *6 (-389 *3 *5)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-422 *4 *3 *5))
+ (-4 *3 (-1152 *4))
+ (-4 *5 (-13 (-384) (-970 *4) (-343) (-1116) (-265))))))
(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 *6)) (-4 *5 (-1132)) (-4 *6 (-1150 *5))
- (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *3) (|:| |radicand| *6)))
- (-5 *1 (-139 *5 *6 *7)) (-5 *4 (-713)) (-4 *7 (-1150 *3)))))
-(((*1 *1 *1) (-4 *1 (-91)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
+ (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527)))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
- (|partial| -12 (-5 *3 (-565 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1092))) (-5 *5 (-1088 *2))
- (-4 *2 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *1 (-521 *6 *2 *7)) (-4 *7 (-1020))))
- ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
- (|partial| -12 (-5 *3 (-565 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1092)))
- (-5 *5 (-385 (-1088 *2))) (-4 *2 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *1 (-521 *6 *2 *7)) (-4 *7 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-957 (-782 (-525))))
- (-5 *3 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *4)))) (-4 *4 (-977))
- (-5 *1 (-550 *4)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-592 *6) "failed") (-525) *6 *6)) (-4 *6 (-341))
- (-4 *7 (-1150 *6))
- (-5 *2 (-2 (|:| |answer| (-542 (-385 *7))) (|:| |a0| *6)))
- (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))))
-(((*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176))))
- ((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1179))
- (-5 *1 (-426 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)) (-4 *3 (-160))))
+ (-12 (-5 *2 (-858)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *1) (-4 *1 (-329)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 *5)) (-4 *5 (-410 *4))
+ (-4 *4 (-13 (-519) (-791) (-140)))
+ (-5 *2
+ (-2 (|:| |primelt| *5) (|:| |poly| (-594 (-1090 *5)))
+ (|:| |prim| (-1090 *5))))
+ (-5 *1 (-412 *4 *5))))
((*1 *2 *3 *3)
- (-12 (-4 *2 (-517)) (-5 *1 (-903 *2 *3)) (-4 *3 (-1150 *2))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-160)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-138)) (-4 *2 (-286)) (-4 *2 (-429)) (-4 *3 (-789))
- (-4 *4 (-735)) (-5 *1 (-920 *2 *3 *4 *5)) (-4 *5 (-884 *2 *4 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-47)) (-5 *2 (-294 (-525))) (-5 *1 (-1038))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 (-108) *9)) (-5 *5 (-1 (-108) *9 *9))
- (-4 *9 (-991 *6 *7 *8)) (-4 *6 (-517)) (-4 *7 (-735))
- (-4 *8 (-789)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3490 (-592 *9))))
- (-5 *3 (-592 *9)) (-4 *1 (-1122 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 (-108) *8 *8)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-2 (|:| |bas| *1) (|:| -3490 (-592 *8))))
- (-5 *3 (-592 *8)) (-4 *1 (-1122 *5 *6 *7 *8)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-809)) (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-713)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
- (-12 (-5 *4 (-592 (-108))) (-5 *5 (-632 (-205)))
- (-5 *6 (-632 (-525))) (-5 *7 (-205)) (-5 *3 (-525)) (-5 *2 (-966))
- (-5 *1 (-697)))))
-(((*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075)))))
+ (-12 (-4 *4 (-13 (-519) (-791) (-140)))
+ (-5 *2
+ (-2 (|:| |primelt| *3) (|:| |pol1| (-1090 *3))
+ (|:| |pol2| (-1090 *3)) (|:| |prim| (-1090 *3))))
+ (-5 *1 (-412 *4 *3)) (-4 *3 (-27)) (-4 *3 (-410 *4))))
+ ((*1 *2 *3 *4 *3 *4)
+ (-12 (-5 *3 (-889 *5)) (-5 *4 (-1094)) (-4 *5 (-13 (-343) (-140)))
+ (-5 *2
+ (-2 (|:| |coef1| (-527)) (|:| |coef2| (-527))
+ (|:| |prim| (-1090 *5))))
+ (-5 *1 (-896 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-594 (-1094)))
+ (-4 *5 (-13 (-343) (-140)))
+ (-5 *2
+ (-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 *5)))
+ (|:| |prim| (-1090 *5))))
+ (-5 *1 (-896 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-889 *6))) (-5 *4 (-594 (-1094))) (-5 *5 (-1094))
+ (-4 *6 (-13 (-343) (-140)))
+ (-5 *2
+ (-2 (|:| -2663 (-594 (-527))) (|:| |poly| (-594 (-1090 *6)))
+ (|:| |prim| (-1090 *6))))
+ (-5 *1 (-896 *6)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-592 (-632 (-525))))
- (-5 *1 (-1030)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
- (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *6 (-205))
- (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-695)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-445)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE)))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-698))))
- ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-65 DOT))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-66 IMAGE)))) (-5 *8 (-366))
- (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-698)))))
+ (-12 (-4 *4 (-519)) (-5 *2 (-1176 (-634 *4))) (-5 *1 (-88 *4 *5))
+ (-5 *3 (-634 *4)) (-4 *5 (-604 *4)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3))
- (-4 *3 (-395 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-887 *6))) (-5 *4 (-592 (-1092)))
- (-4 *6 (-13 (-517) (-968 *5))) (-4 *5 (-517))
- (-5 *2 (-592 (-592 (-273 (-385 (-887 *6)))))) (-5 *1 (-969 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-146))))
- ((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *2 *2 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-565 *2))
- (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1092)))
- (-4 *2 (-13 (-408 *5) (-27) (-1114)))
- (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *1 (-527 *5 *2 *6)) (-4 *6 (-1020)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9))))
- (-5 *4 (-713)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-996 *5 *6 *7 *8))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-1179))
- (-5 *1 (-994 *5 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9))))
- (-5 *4 (-713)) (-4 *8 (-991 *5 *6 *7)) (-4 *9 (-1029 *5 *6 *7 *8))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-1179))
- (-5 *1 (-1062 *5 *6 *7 *8 *9)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-856)) (-5 *1 (-961 *2))
- (-4 *2 (-13 (-1020) (-10 -8 (-15 -2860 ($ $ $))))))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-4 *3 (-835 *5)) (-5 *2 (-1174 *3))
- (-5 *1 (-634 *5 *3 *6 *4)) (-4 *6 (-351 *3))
- (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-713)) (-5 *2 (-108)))))
-(((*1 *1 *1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *3 (-517)))))
+ (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *2 (-594 (-207)))
+ (-5 *1 (-447)))))
+(((*1 *2 *3 *4 *4 *3 *5)
+ (-12 (-5 *4 (-567 *3)) (-5 *5 (-1090 *3))
+ (-4 *3 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-544 *3)) (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022))))
+ ((*1 *2 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *4 (-567 *3)) (-5 *5 (-387 (-1090 *3)))
+ (-4 *3 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-544 *3)) (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))))
(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-525)) (-5 *1 (-1073 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789))) (-5 *2 (-157 *5))
- (-5 *1 (-554 *4 *5 *3)) (-4 *5 (-13 (-408 *4) (-934) (-1114)))
- (-4 *3 (-13 (-408 (-157 *4)) (-934) (-1114))))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
+ (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *2 *3 *4 *5 *5 *2)
+ (|partial| -12 (-5 *2 (-110)) (-5 *3 (-889 *6)) (-5 *4 (-1094))
+ (-5 *5 (-784 *7))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-4 *7 (-13 (-1116) (-29 *6))) (-5 *1 (-206 *6 *7))))
+ ((*1 *2 *3 *4 *4 *2)
+ (|partial| -12 (-5 *2 (-110)) (-5 *3 (-1090 *6)) (-5 *4 (-784 *6))
+ (-4 *6 (-13 (-1116) (-29 *5)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-206 *5 *6)))))
+(((*1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)) (-4 *2 (-1022))))
+ ((*1 *1 *1) (-12 (-4 *1 (-639 *2)) (-4 *2 (-1022)))))
+(((*1 *1 *2 *3 *3 *4 *4)
+ (-12 (-5 *2 (-889 (-527))) (-5 *3 (-1094))
+ (-5 *4 (-1017 (-387 (-527)))) (-5 *1 (-30)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-1073 *3))) (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856)))) ((*1 *1) (-4 *1 (-510)))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641))))
- ((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-563 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-5 *2 (-108)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
+ (-12 (-5 *3 (-398 *5)) (-4 *5 (-519))
(-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
-(((*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1075)) (-5 *1 (-174))))
- ((*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1075)) (-5 *1 (-279))))
- ((*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1075)) (-5 *1 (-284)))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-592 (-592 (-205)))) (-5 *4 (-205))
- (-5 *2 (-592 (-878 *4))) (-5 *1 (-1125)) (-5 *3 (-878 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-932 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-1015 *3)) (-4 *3 (-884 *7 *6 *4)) (-4 *6 (-735))
- (-4 *4 (-789)) (-4 *7 (-517))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-525))))
- (-5 *1 (-549 *6 *4 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-517))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| (-525))))
- (-5 *1 (-549 *5 *4 *6 *3)) (-4 *3 (-884 *6 *5 *4))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-798))) ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1084 *4 *2)) (-4 *2 (-13 (-408 *4) (-149) (-27) (-1114)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1013 *2)) (-4 *2 (-13 (-408 *4) (-149) (-27) (-1114)))
- (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1084 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-789) (-968 (-525))))
- (-5 *2 (-385 (-887 *5))) (-5 *1 (-1085 *5)) (-5 *3 (-887 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-4 *5 (-13 (-517) (-789) (-968 (-525))))
- (-5 *2 (-3 (-385 (-887 *5)) (-294 *5))) (-5 *1 (-1085 *5))
- (-5 *3 (-385 (-887 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1013 (-887 *5))) (-5 *3 (-887 *5))
- (-4 *5 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-385 *3))
- (-5 *1 (-1085 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1013 (-385 (-887 *5)))) (-5 *3 (-385 (-887 *5)))
- (-4 *5 (-13 (-517) (-789) (-968 (-525)))) (-5 *2 (-3 *3 (-294 *5)))
- (-5 *1 (-1085 *5)))))
+ (-2 (|:| -3148 (-715)) (|:| -2663 *5) (|:| |radicand| (-594 *5))))
+ (-5 *1 (-300 *5)) (-5 *4 (-715))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-936)) (-5 *2 (-527)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *3))))
- (-5 *1 (-550 *3)) (-4 *3 (-977)))))
-(((*1 *2 *3 *4 *2 *2 *5)
- (|partial| -12 (-5 *2 (-782 *4)) (-5 *3 (-565 *4)) (-5 *5 (-108))
- (-4 *4 (-13 (-1114) (-29 *6)))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-204 *6 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977))
- (-5 *2
- (-2 (|:| -2764 (-713)) (|:| |curves| (-713))
- (|:| |polygons| (-713)) (|:| |constructs| (-713)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1020)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-5 *2 (-1 *6 *5)) (-5 *1 (-627 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-3 (-2 (|:| -3991 *7) (|:| |coeff| *7)) "failed") *7))
- (-5 *6 (-592 (-385 *8))) (-4 *7 (-341)) (-4 *8 (-1150 *7))
- (-5 *3 (-385 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-535 *7 *8)))))
-(((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-970)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-525)) (-5 *1 (-638 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))))
-(((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-713)) (-5 *1 (-110)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1092)) (-5 *6 (-592 (-565 *3)))
- (-5 *5 (-565 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *7)))
- (-4 *7 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3)))
- (-5 *1 (-518 *7 *3)))))
-(((*1 *2)
- (-12 (-4 *3 (-977)) (-5 *2 (-892 (-655 *3 *4))) (-5 *1 (-655 *3 *4))
- (-4 *4 (-1150 *3)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205)))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-61 LSFUN2))))
- (-5 *2 (-966)) (-5 *1 (-696)))))
-(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-1 (-205) (-205) (-205)))
- (-5 *4 (-3 (-1 (-205) (-205) (-205) (-205)) "undefined"))
- (-5 *5 (-1015 (-205))) (-5 *6 (-592 (-242))) (-5 *2 (-1052 (-205)))
- (-5 *1 (-639))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-205)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-639))))
- ((*1 *2 *2 *3 *4 *4 *5)
- (-12 (-5 *2 (-1052 (-205))) (-5 *3 (-1 (-878 (-205)) (-205) (-205)))
- (-5 *4 (-1015 (-205))) (-5 *5 (-592 (-242))) (-5 *1 (-639)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))))
+ (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 (-527)))))
+ (-5 *1 (-341 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 (-715)))))
+ (-5 *1 (-366 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| -2700 *3) (|:| -3148 (-527)))))
+ (-5 *1 (-398 *3)) (-4 *3 (-519))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 (-715)))))
+ (-5 *1 (-763 *3)) (-4 *3 (-791)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1059 *4 *2)) (-14 *4 (-856))
- (-4 *2 (-13 (-977) (-10 -7 (-6 (-4261 "*"))))) (-5 *1 (-837 *4 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-89 *3)))))
+ (-12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-5 *2 (-1 (-110) *5))
+ (-5 *1 (-827 *4 *5)) (-4 *5 (-1130)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-5 *2 (-592 (-592 *4))) (-5 *1 (-1100 *4))
- (-5 *3 (-592 *4)))))
-(((*1 *2 *2 *3 *3 *4)
- (-12 (-5 *4 (-713)) (-4 *3 (-517)) (-5 *1 (-903 *3 *2))
- (-4 *2 (-1150 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-130 *5 *6 *7)) (-14 *5 (-525))
- (-14 *6 (-713)) (-4 *7 (-160)) (-4 *8 (-160))
- (-5 *2 (-130 *5 *6 *8)) (-5 *1 (-129 *5 *6 *7 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *9)) (-4 *9 (-977)) (-4 *5 (-789)) (-4 *6 (-735))
- (-4 *8 (-977)) (-4 *2 (-884 *9 *7 *5))
- (-5 *1 (-671 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-735))
- (-4 *4 (-884 *8 *6 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-294 (-205))) (-5 *1 (-192)))))
+ (|partial| -12 (-5 *3 (-567 *4)) (-4 *4 (-791)) (-4 *2 (-791))
+ (-5 *1 (-566 *2 *4)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-30))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-398 *4) *4)) (-4 *4 (-519)) (-5 *2 (-398 *4))
+ (-5 *1 (-399 *4))))
+ ((*1 *1 *1) (-5 *1 (-863)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863))))
+ ((*1 *1 *1) (-5 *1 (-864)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))
+ (-5 *4 (-387 (-527))) (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))
+ (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))
+ (-5 *4 (-387 (-527))) (-5 *1 (-954 *3)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *2 *2)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))
+ (-5 *1 (-954 *3)) (-4 *3 (-1152 (-387 (-527))))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178))))
+ ((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-115 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-115 *2)) (-14 *2 (-527))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-808 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-12 (-5 *1 (-808 *2)) (-14 *2 (-527))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-527)) (-14 *3 *2) (-5 *1 (-809 *3 *4))
+ (-4 *4 (-806 *3))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-527)) (-5 *1 (-809 *2 *3)) (-4 *3 (-806 *2))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-527)) (-4 *1 (-1138 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-1167 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1138 *2 *3)) (-4 *2 (-979)) (-4 *3 (-1167 *2)))))
+(((*1 *1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-110)) (-5 *1 (-545 *3)) (-4 *3 (-512)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-632 *1)) (-4 *1 (-327)) (-5 *2 (-1174 *1))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-632 *1)) (-4 *1 (-136)) (-4 *1 (-844))
- (-5 *2 (-1174 *1)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *2)) (-5 *1 (-166 *2)) (-4 *2 (-286))))
- ((*1 *2 *3 *2)
- (-12 (-5 *3 (-592 (-592 *4))) (-5 *2 (-592 *4)) (-4 *4 (-286))
- (-5 *1 (-166 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 *8))
+ (-12 (-5 *3 (-713))
+ (-5 *2
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))))
+ (-5 *1 (-528))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-713)) (-5 *4 (-991))
+ (-5 *2
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))))
+ (-5 *1 (-528))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *1 (-731)) (-5 *3 (-991))
(-5 *4
- (-592
- (-2 (|:| -2103 (-632 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-632 *7)))))
- (-5 *5 (-713)) (-4 *8 (-1150 *7)) (-4 *7 (-1150 *6)) (-4 *6 (-327))
+ (-2 (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
(-5 *2
- (-2 (|:| -2103 (-632 *7)) (|:| |basisDen| *7)
- (|:| |basisInv| (-632 *7))))
- (-5 *1 (-471 *6 *7 *8))))
- ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1)
- (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160))
- (-14 *6
- (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *2))
- (-2 (|:| -1722 *5) (|:| -2168 *2))))
- (-4 *2 (-218 (-2827 *3) (-713))) (-5 *1 (-438 *3 *4 *5 *2 *6 *7))
- (-4 *5 (-789)) (-4 *7 (-884 *4 *2 (-800 *3))))))
-(((*1 *2)
- (|partial| -12 (-4 *3 (-517)) (-4 *3 (-160))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2103 (-592 *1))))
- (-4 *1 (-345 *3))))
- ((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-430 *3 *4 *5 *6))
- (|:| -2103 (-592 (-430 *3 *4 *5 *6)))))
- (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 *5)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525))
- (-14 *4 (-713)) (-4 *5 (-160)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-887 (-157 *4))) (-4 *4 (-160))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))
+ (|:| |extra| (-968))))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-887 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-160))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 (-357)))
- (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-4 *1 (-731)) (-5 *3 (-991))
+ (-5 *4
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *2
+ (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))
+ (|:| |extra| (-968))))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
+ (-12 (-4 *1 (-744)) (-5 *3 (-991))
+ (-5 *4
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-5 *3 (-752))
+ (-5 *2
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077)))))
+ (-5 *1 (-749))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-385 (-887 (-157 *4)))) (-4 *4 (-517))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-5 *3 (-752)) (-5 *4 (-991))
+ (-5 *2
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077)))))
+ (-5 *1 (-749))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-385 (-887 (-157 *5)))) (-5 *4 (-856))
- (-4 *5 (-517)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357)))
- (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-4 *1 (-780)) (-5 *3 (-991))
+ (-5 *4
+ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))
+ (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-789)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357)))
- (-5 *1 (-727 *5))))
+ (-12 (-4 *1 (-780)) (-5 *3 (-991))
+ (-5 *4
+ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207)))
+ (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207))))
+ (|:| |ub| (-594 (-784 (-207))))))
+ (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))))))
((*1 *2 *3)
- (|partial| -12 (-5 *3 (-294 (-157 *4))) (-4 *4 (-517)) (-4 *4 (-789))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-5 *3 (-782))
+ (-5 *2
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077)))))
+ (-5 *1 (-781))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-294 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-789)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357)))
- (-5 *1 (-727 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-713)) (-4 *6 (-341)) (-5 *4 (-1123 *6))
- (-5 *2 (-1 (-1073 *4) (-1073 *4))) (-5 *1 (-1182 *6))
- (-5 *5 (-1073 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-829 *2 *3)) (-4 *2 (-1150 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))))
-(((*1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1177)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-824 *4 *3))
- (-4 *3 (-1020)))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 (-632 *3))) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1075)) (-5 *3 (-765)) (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039))))))
- (-4 *4 (-327)) (-5 *2 (-632 *4)) (-5 *1 (-324 *4)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-632 *5)) (-4 *5 (-977)) (-5 *1 (-981 *3 *4 *5))
- (-14 *3 (-713)) (-14 *4 (-713)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-632 *5))) (-5 *4 (-525)) (-4 *5 (-341))
- (-4 *5 (-977)) (-5 *2 (-108)) (-5 *1 (-960 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-632 *4))) (-4 *4 (-341)) (-4 *4 (-977))
- (-5 *2 (-108)) (-5 *1 (-960 *4)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-809))))
- ((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-341)) (-4 *2 (-1150 *4))
- (-5 *1 (-857 *4 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-110)))))
-(((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))))
-(((*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-3
- (|:| |noa|
- (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205)))
- (|:| |lb| (-592 (-782 (-205))))
- (|:| |cf| (-592 (-294 (-205))))
- (|:| |ub| (-592 (-782 (-205))))))
- (|:| |lsa|
- (-2 (|:| |lfn| (-592 (-294 (-205))))
- (|:| -2948 (-592 (-205)))))))
- (-5 *2 (-592 (-1075))) (-5 *1 (-246)))))
-(((*1 *2 *1 *2) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-160)) (-4 *2 (-517))))
- ((*1 *1 *1) (|partial| -4 *1 (-665))))
-(((*1 *1 *2 *3 *1)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-899))) (-5 *1 (-270)))))
-(((*1 *2 *1) (-12 (-4 *3 (-977)) (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)) (-4 *2 (-341))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-341)) (-5 *1 (-605 *4 *2))
- (-4 *2 (-602 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 (-782 *3))) (-4 *3 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
+ (-12 (-5 *3 (-782)) (-5 *4 (-991))
(-5 *2
- (-3 (-782 *3)
- (-2 (|:| |leftHandLimit| (-3 (-782 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-782 *3) "failed")))
- "failed"))
- (-5 *1 (-585 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-273 *3)) (-5 *5 (-1075))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-782 *3)) (-5 *1 (-585 *6 *3))))
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077)))))
+ (-5 *1 (-781))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 (-782 (-887 *5)))) (-4 *5 (-429))
+ (-12 (-4 *1 (-832)) (-5 *3 (-991))
+ (-5 *4
+ (-2 (|:| |pde| (-594 (-296 (-207))))
+ (|:| |constraints|
+ (-594
+ (-2 (|:| |start| (-207)) (|:| |finish| (-207))
+ (|:| |grid| (-715)) (|:| |boundaryType| (-527))
+ (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207))))))
+ (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077))
+ (|:| |tol| (-207))))
+ (-5 *2 (-2 (|:| -3790 (-359)) (|:| |explanations| (-1077))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-835))
(-5 *2
- (-3 (-782 (-385 (-887 *5)))
- (-2 (|:| |leftHandLimit| (-3 (-782 (-385 (-887 *5))) "failed"))
- (|:| |rightHandLimit| (-3 (-782 (-385 (-887 *5))) "failed")))
- "failed"))
- (-5 *1 (-586 *5)) (-5 *3 (-385 (-887 *5)))))
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077)))))
+ (-5 *1 (-834))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 (-385 (-887 *5)))) (-5 *3 (-385 (-887 *5)))
- (-4 *5 (-429))
+ (-12 (-5 *3 (-835)) (-5 *4 (-991))
(-5 *2
- (-3 (-782 *3)
- (-2 (|:| |leftHandLimit| (-3 (-782 *3) "failed"))
- (|:| |rightHandLimit| (-3 (-782 *3) "failed")))
- "failed"))
- (-5 *1 (-586 *5))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-273 (-385 (-887 *6)))) (-5 *5 (-1075))
- (-5 *3 (-385 (-887 *6))) (-4 *6 (-429)) (-5 *2 (-782 *3))
- (-5 *1 (-586 *6)))))
-(((*1 *1 *1) (-5 *1 (-108))) ((*1 *1 *1) (-4 *1 (-119)))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-223)) (-5 *2 (-525))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-450)) (-5 *2 (-525))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-669)) (-5 *2 (-713))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1032)) (-5 *2 (-856)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-525)) (-4 *3 (-160)) (-4 *5 (-351 *3))
- (-4 *6 (-351 *3)) (-5 *1 (-631 *3 *5 *6 *2))
- (-4 *2 (-630 *3 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-1020)) (-5 *2 (-1179))
- (-5 *1 (-1129 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-1020)) (-5 *2 (-1179))
- (-5 *1 (-1129 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-335 *3)) (-4 *3 (-327)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-281)) (-4 *2 (-1128))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-565 *1))) (-5 *3 (-592 *1)) (-4 *1 (-281))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-273 *1))) (-4 *1 (-281))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-273 *1)) (-4 *1 (-281)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)))))
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077)))))
+ (-5 *1 (-834)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-4 *3 (-1022))
+ (-5 *2 (-110)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-1174 *5))) (-5 *4 (-525)) (-5 *2 (-1174 *5))
- (-5 *1 (-960 *5)) (-4 *5 (-341)) (-4 *5 (-346)) (-4 *5 (-977)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))
- (-5 *2 (-385 (-525))) (-5 *1 (-951 *4)) (-4 *4 (-1150 (-525))))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1088 *9)) (-5 *4 (-592 *7)) (-4 *7 (-789))
- (-4 *9 (-884 *8 *6 *7)) (-4 *6 (-735)) (-4 *8 (-286))
- (-5 *2 (-592 (-713))) (-5 *1 (-685 *6 *7 *8 *9)) (-5 *5 (-713)))))
-(((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-335 *3)) (-4 *3 (-327)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-341)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3))
- (-5 *1 (-492 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5))))
+ (-12 (-5 *3 (-594 *2)) (-5 *4 (-1 (-110) *2 *2)) (-5 *1 (-1131 *2))
+ (-4 *2 (-1022))))
((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4))
- (-4 *7 (-925 *4)) (-4 *2 (-630 *7 *8 *9))
- (-5 *1 (-493 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-630 *4 *5 *6))
- (-4 *8 (-351 *7)) (-4 *9 (-351 *7))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2)) (-4 *2 (-286))))
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-791))
+ (-5 *1 (-1131 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-132 *5 *6 *7)) (-14 *5 (-527))
+ (-14 *6 (-715)) (-4 *7 (-162)) (-4 *8 (-162))
+ (-5 *2 (-132 *5 *6 *8)) (-5 *1 (-131 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *9)) (-4 *9 (-979)) (-4 *5 (-791)) (-4 *6 (-737))
+ (-4 *8 (-979)) (-4 *2 (-886 *9 *7 *5))
+ (-5 *1 (-673 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-737))
+ (-4 *4 (-886 *8 *6 *5)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-594
+ (-2
+ (|:| -1550
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (|:| -3484
+ (-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| (-1075 (-207)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -1792
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite|
+ "The bottom 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 (-522)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-110)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-244)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968))
+ (-5 *1 (-691)))))
+(((*1 *1 *1) (-4 *1 (-580)))
((*1 *2 *2)
- (-12 (-4 *3 (-286)) (-4 *3 (-160)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2))
- (-4 *2 (-630 *3 *4 *5))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-980 *2 *3 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-218 *3 *4)) (-4 *6 (-218 *2 *4)) (-4 *4 (-286)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936) (-1116))))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |var| (-592 (-1092))) (|:| |pred| (-51))))
- (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-1096 (-387 (-527))))
+ (-5 *1 (-174)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-519)) (-4 *2 (-162)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-830))
- (-5 *3
- (-2 (|:| |pde| (-592 (-294 (-205))))
- (|:| |constraints|
- (-592
- (-2 (|:| |start| (-205)) (|:| |finish| (-205))
- (|:| |grid| (-713)) (|:| |boundaryType| (-525))
- (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205))))))
- (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075))
- (|:| |tol| (-205))))
- (-5 *2 (-966)))))
-(((*1 *2 *3 *2 *4 *5)
- (-12 (-5 *2 (-592 *3)) (-5 *5 (-856)) (-4 *3 (-1150 *4))
- (-4 *4 (-286)) (-5 *1 (-437 *4 *3)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1179)) (-5 *1 (-195 *4))
- (-4 *4
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 (*2 $))
- (-15 -3686 (*2 $)))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1179)) (-5 *1 (-195 *3))
- (-4 *3
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 (*2 $))
- (-15 -3686 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-475)))))
-(((*1 *2 *1) (-12 (-4 *1 (-346)) (-5 *2 (-856))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-856))
- (-5 *1 (-495 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-4 *5 (-517))
+ (-12 (-5 *3 (-1094))
(-5 *2
- (-2 (|:| |minor| (-592 (-856))) (|:| -1537 *3)
- (|:| |minors| (-592 (-592 (-856)))) (|:| |ops| (-592 *3))))
- (-5 *1 (-88 *5 *3)) (-5 *4 (-856)) (-4 *3 (-602 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-592 *1)) (-4 *1 (-991 *3 *4 *5)))))
+ (-2 (|:| |zeros| (-1075 (-207))) (|:| |ones| (-1075 (-207)))
+ (|:| |singularities| (-1075 (-207)))))
+ (-5 *1 (-102)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181))
+ (-5 *1 (-999 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181))
+ (-5 *1 (-1030 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-696)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-979)) (-5 *1 (-423 *3 *2)) (-4 *2 (-1152 *3)))))
(((*1 *2 *1)
- (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160))
- (-4 *5 (-218 (-2827 *3) (-713)))
- (-14 *6
- (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *5))
- (-2 (|:| -1722 *2) (|:| -2168 *5))))
- (-4 *2 (-789)) (-5 *1 (-438 *3 *4 *2 *5 *6 *7))
- (-4 *7 (-884 *4 *5 (-800 *3))))))
+ (-12 (-5 *2 (-594 *5)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527))
+ (-14 *4 (-715)) (-4 *5 (-162)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1090 *6)) (-5 *3 (-527)) (-4 *6 (-288)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *1 (-687 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *4 (-1 (-3 (-527) "failed") *5)) (-4 *5 (-979))
+ (-5 *2 (-527)) (-5 *1 (-510 *5 *3)) (-4 *3 (-1152 *5))))
+ ((*1 *2 *3 *4 *2 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-527) "failed") *4)) (-4 *4 (-979))
+ (-5 *2 (-527)) (-5 *1 (-510 *4 *3)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1 (-3 (-527) "failed") *4)) (-4 *4 (-979))
+ (-5 *2 (-527)) (-5 *1 (-510 *4 *3)) (-4 *3 (-1152 *4)))))
(((*1 *2 *3 *1)
- (-12 (-4 *1 (-909 *4 *5 *6 *3)) (-4 *4 (-977)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
-(((*1 *2 *3) (-12 (-5 *2 (-525)) (-5 *1 (-530 *3)) (-4 *3 (-968 *2))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *2 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-2 (|:| |deg| (-713)) (|:| -4138 *5))))
- (-4 *5 (-1150 *4)) (-4 *4 (-327)) (-5 *2 (-592 *5))
- (-5 *1 (-197 *4 *5))))
+ (-12
+ (-5 *2
+ (-2 (|:| |cycle?| (-110)) (|:| -2308 (-715)) (|:| |period| (-715))))
+ (-5 *1 (-1075 *4)) (-4 *4 (-1130)) (-5 *3 (-715)))))
+(((*1 *1 *1 *1) (-4 *1 (-136)))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-2 (|:| -4201 *5) (|:| -3529 (-525)))))
- (-5 *4 (-525)) (-4 *5 (-1150 *4)) (-5 *2 (-592 *5))
- (-5 *1 (-638 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))))
-(((*1 *2 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-991 *3 *4 *5)) (-5 *1 (-574 *3 *4 *5 *6 *7 *2))
- (-4 *7 (-996 *3 *4 *5 *6)) (-4 *2 (-1029 *3 *4 *5 *6)))))
-(((*1 *1 *1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327))
- (-5 *2 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039))))))
- (-5 *1 (-324 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-396 *3)) (-4 *3 (-517)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-108)) (-5 *5 (-632 (-157 (-205))))
- (-5 *2 (-966)) (-5 *1 (-698)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *3)) (-4 *3 (-884 *5 *6 *7)) (-4 *5 (-429))
- (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
- (-5 *1 (-426 *5 *6 *7 *3)))))
+ (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-527))) (-5 *1 (-977))
+ (-5 *3 (-527)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-94)))))
+(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
+ (-12 (-5 *3 (-1077)) (-5 *5 (-634 (-207))) (-5 *6 (-634 (-527)))
+ (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-702)))))
+(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-76 FUNCTN))))
+ (-5 *2 (-968)) (-5 *1 (-693)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
(((*1 *2 *3 *3)
- (-12 (|has| *2 (-6 (-4261 "*"))) (-4 *5 (-351 *2)) (-4 *6 (-351 *2))
- (-4 *2 (-977)) (-5 *1 (-99 *2 *3 *4 *5 *6)) (-4 *3 (-1150 *2))
- (-4 *4 (-630 *2 *5 *6)))))
+ (-12 (-4 *4 (-431)) (-4 *3 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-428 *4 *3 *5 *6)) (-4 *6 (-886 *4 *3 *5)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934)))
- (-5 *1 (-163 *3)))))
-(((*1 *1 *1) (-12 (-5 *1 (-161 *2)) (-4 *2 (-286)))))
-(((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-988))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-988)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-592 (-592 *7)))
- (-5 *1 (-425 *4 *5 *6 *7)) (-5 *3 (-592 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735))
- (-4 *7 (-789)) (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-592 (-592 *8)))
- (-5 *1 (-425 *5 *6 *7 *8)) (-5 *3 (-592 *8)))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-355 *4 *2))
+ (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262)))))))
+(((*1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-207)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-527)) (-5 *1 (-1113 *3)) (-4 *3 (-979)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7))))
+ (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))))
+(((*1 *1 *1 *1) (-4 *1 (-283))) ((*1 *1 *1) (-4 *1 (-283))))
+(((*1 *2 *3 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-737)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *6 (-791))
+ (-5 *2 (-110)) (-5 *1 (-428 *4 *5 *6 *7)))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-296 (-207))) (-5 *1 (-248)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-544 *3)) (-5 *1 (-406 *5 *3))
+ (-4 *3 (-13 (-1116) (-29 *5))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *2 *4 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-525)) (-5 *1 (-530 *3)) (-4 *3 (-968 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-294 *4)) (-4 *4 (-13 (-770) (-789) (-977)))
- (-5 *2 (-1075)) (-5 *1 (-768 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 *5)) (-5 *4 (-108))
- (-4 *5 (-13 (-770) (-789) (-977))) (-5 *2 (-1075))
- (-5 *1 (-768 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-764)) (-5 *4 (-294 *5))
- (-4 *5 (-13 (-770) (-789) (-977))) (-5 *2 (-1179))
- (-5 *1 (-768 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-764)) (-5 *4 (-294 *6)) (-5 *5 (-108))
- (-4 *6 (-13 (-770) (-789) (-977))) (-5 *2 (-1179))
- (-5 *1 (-768 *6))))
- ((*1 *2 *1) (-12 (-4 *1 (-770)) (-5 *2 (-1075))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-770)) (-5 *3 (-108)) (-5 *2 (-1075))))
- ((*1 *2 *3 *1) (-12 (-4 *1 (-770)) (-5 *3 (-764)) (-5 *2 (-1179))))
- ((*1 *2 *3 *1 *4)
- (-12 (-4 *1 (-770)) (-5 *3 (-764)) (-5 *4 (-108)) (-5 *2 (-1179)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
+ (-12 (-4 *1 (-234 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-791))
+ (-4 *5 (-737)) (-4 *2 (-247 *4)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-715))) (-5 *3 (-110)) (-5 *1 (-1083 *4 *5))
+ (-14 *4 (-858)) (-4 *5 (-979)))))
+(((*1 *1 *1) (-12 (-5 *1 (-163 *2)) (-4 *2 (-288))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527))))
+ ((*1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1) (-4 *1 (-806 *2)))
((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
+ (-12 (-4 *1 (-908 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-736))
+ (-4 *4 (-791)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1112)))))
+(((*1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1097)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-527)) (-4 *2 (-410 *3)) (-5 *1 (-31 *3 *2))
+ (-4 *3 (-970 *4)) (-4 *3 (-13 (-791) (-519))))))
(((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429)))
- (-5 *2 (-782 *4)) (-5 *1 (-291 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1114) (-408 *3))) (-14 *5 (-1092))
- (-14 *6 *4)))
- ((*1 *2 *1)
- (|partial| -12
- (-4 *3 (-13 (-789) (-968 (-525)) (-588 (-525)) (-429)))
- (-5 *2 (-782 *4)) (-5 *1 (-1160 *3 *4 *5 *6))
- (-4 *4 (-13 (-27) (-1114) (-408 *3))) (-14 *5 (-1092))
- (-14 *6 *4))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 (-592 *6))) (-4 *6 (-884 *3 *5 *4))
- (-4 *3 (-13 (-286) (-138))) (-4 *4 (-13 (-789) (-567 (-1092))))
- (-4 *5 (-735)) (-5 *1 (-859 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1174 *5)) (-4 *5 (-588 *4)) (-4 *4 (-517))
- (-5 *2 (-1174 *4)) (-5 *1 (-587 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-1150 *4)) (-5 *2 (-1 *6 (-592 *6)))
- (-5 *1 (-1168 *4 *5 *3 *6)) (-4 *3 (-602 *5)) (-4 *6 (-1165 *4)))))
+ (-12 (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-5 *1 (-417)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 (-1075 *7))) (-4 *6 (-791))
+ (-4 *7 (-886 *5 (-499 *6) *6)) (-4 *5 (-979))
+ (-5 *2 (-1 (-1075 *7) *7)) (-5 *1 (-1047 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-724 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *1 (-897 *3 *2)) (-4 *2 (-126)) (-4 *3 (-517))
- (-4 *3 (-977)) (-4 *2 (-734))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-1088 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-904)) (-4 *2 (-126)) (-5 *1 (-1094 *3)) (-4 *3 (-517))
- (-4 *3 (-977))))
- ((*1 *1 *1 *2 *3 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-1147 *4 *3)) (-14 *4 (-1092))
- (-4 *3 (-977)))))
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-701)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4)))
- (-5 *2 (-2 (|:| |num| (-1174 *4)) (|:| |den| *4))))))
-(((*1 *2) (-12 (-4 *3 (-160)) (-5 *2 (-1174 *1)) (-4 *1 (-345 *3)))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-1092))) (-4 *4 (-1020))
- (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4))))
- (-5 *1 (-999 *4 *5 *2))
- (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4))))))
- ((*1 *1 *2 *2)
- (-12 (-4 *3 (-1020))
- (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3))))
- (-5 *1 (-999 *3 *4 *2))
- (-4 *2 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-309 *2)) (-4 *2 (-789))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-468)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-429) (-138))) (-5 *2 (-396 *3))
- (-5 *1 (-95 *4 *3)) (-4 *3 (-1150 *4))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979))
+ (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791)))
+ (-14 *4 (-594 (-1094))))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1143 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-13 (-979) (-662 (-387 (-527)))))
+ (-4 *5 (-791)) (-5 *1 (-1190 *4 *5 *2)) (-4 *2 (-1195 *5 *4)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1176 (-1176 *4))) (-4 *4 (-979)) (-5 *2 (-634 *4))
+ (-5 *1 (-962 *4)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1077)) (-5 *1 (-730)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-1152 *4)) (-5 *1 (-506 *4 *2 *5 *6))
+ (-4 *4 (-288)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-715))))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-814 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-816 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-880 *3))) (-4 *3 (-979)) (-4 *1 (-1055 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-880 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *1) (-5 *1 (-110))) ((*1 *1 *1) (-4 *1 (-121)))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-225)) (-5 *2 (-527))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-452)) (-5 *2 (-527))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-671)) (-5 *2 (-715))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-858)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-68 APROD)))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-701)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-275 (-296 *5))))
+ (-5 *1 (-1050 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-13 (-288) (-791) (-140)))
+ (-5 *2 (-594 (-275 (-296 *4)))) (-5 *1 (-1050 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-13 (-429) (-138)))
- (-5 *2 (-396 *3)) (-5 *1 (-95 *5 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-517)) (-5 *1 (-40 *3 *2))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $))
- (-15 -4080 ((-1044 *3 (-565 $)) $))
- (-15 -4100 ($ (-1044 *3 (-565 $)))))))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-517)) (-5 *1 (-40 *3 *2))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $))
- (-15 -4080 ((-1044 *3 (-565 $)) $))
- (-15 -4100 ($ (-1044 *3 (-565 $)))))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *2))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *4 (-565 $)) $))
- (-15 -4080 ((-1044 *4 (-565 $)) $))
- (-15 -4100 ($ (-1044 *4 (-565 $)))))))
- (-4 *4 (-517)) (-5 *1 (-40 *4 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-565 *2)))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *4 (-565 $)) $))
- (-15 -4080 ((-1044 *4 (-565 $)) $))
- (-15 -4100 ($ (-1044 *4 (-565 $)))))))
- (-4 *4 (-517)) (-5 *1 (-40 *4 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-396 (-1088 *1))) (-5 *1 (-294 *4)) (-5 *3 (-1088 *1))
- (-4 *4 (-429)) (-4 *4 (-517)) (-4 *4 (-789))))
+ (-12 (-5 *3 (-275 (-387 (-889 *5)))) (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-275 (-296 *5))))
+ (-5 *1 (-1050 *5))))
((*1 *2 *3)
- (-12 (-4 *1 (-844)) (-5 *2 (-396 (-1088 *1))) (-5 *3 (-1088 *1)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-742))
- (-5 *3
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *2 (-966)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-1174 (-525))) (-5 *3 (-525)) (-5 *1 (-1030))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-1174 (-525))) (-5 *3 (-592 (-525))) (-5 *4 (-525))
- (-5 *1 (-1030)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1174 (-592 *3))) (-4 *4 (-286))
- (-5 *2 (-592 *3)) (-5 *1 (-432 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
+ (-12 (-5 *3 (-275 (-387 (-889 *4))))
+ (-4 *4 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-275 (-296 *4))))
+ (-5 *1 (-1050 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094)))
+ (-4 *5 (-13 (-288) (-791) (-140)))
+ (-5 *2 (-594 (-594 (-275 (-296 *5))))) (-5 *1 (-1050 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-387 (-889 *4))))
+ (-4 *4 (-13 (-288) (-791) (-140)))
+ (-5 *2 (-594 (-594 (-275 (-296 *4))))) (-5 *1 (-1050 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-275 (-387 (-889 *5))))) (-5 *4 (-594 (-1094)))
+ (-4 *5 (-13 (-288) (-791) (-140)))
+ (-5 *2 (-594 (-594 (-275 (-296 *5))))) (-5 *1 (-1050 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-275 (-387 (-889 *4)))))
+ (-4 *4 (-13 (-288) (-791) (-140)))
+ (-5 *2 (-594 (-594 (-275 (-296 *4))))) (-5 *1 (-1050 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-542 *2)) (-4 *2 (-13 (-29 *4) (-1114)))
- (-5 *1 (-540 *4 *2))
- (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))))
+ (-12 (-5 *3 (-601 (-387 *2))) (-4 *2 (-1152 *4)) (-5 *1 (-754 *4 *2))
+ (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))))
((*1 *2 *3)
- (-12 (-5 *3 (-542 (-385 (-887 *4))))
- (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))
- (-5 *2 (-294 *4)) (-5 *1 (-545 *4)))))
+ (-12 (-5 *3 (-602 *2 (-387 *2))) (-4 *2 (-1152 *4))
+ (-5 *1 (-754 *4 *2))
+ (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527))))))))
+(((*1 *1) (-5 *1 (-1178))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134))
+ (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))))))
+(((*1 *2)
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181))
+ (-5 *1 (-999 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181))
+ (-5 *1 (-1030 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))))
+(((*1 *2 *3) (-12 (-5 *3 (-889 (-207))) (-5 *2 (-207)) (-5 *1 (-286)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-110) *2)) (-4 *2 (-129)) (-5 *1 (-1008 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-527) *2 *2)) (-4 *2 (-129)) (-5 *1 (-1008 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-527)) (-5 *1 (-463 *4))
+ (-4 *4 (-1152 *2)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-406 *4 *2)) (-4 *2 (-13 (-1116) (-29 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-140))
+ (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))
+ (-5 *2 (-296 *5)) (-5 *1 (-547 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527)))))
((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *2) (-12 (-5 *1 (-309 *2)) (-4 *2 (-789))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 (-594 (-594 *4)))) (-5 *2 (-594 (-594 *4)))
+ (-4 *4 (-791)) (-5 *1 (-1102 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-594 *3))))
+ ((*1 *2 *1)
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130))
+ (-5 *2 (-594 *3)))))
+(((*1 *1 *1) (-12 (-5 *1 (-902 *2)) (-4 *2 (-903)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-594 (-1090 *4))) (-5 *3 (-1090 *4))
+ (-4 *4 (-846)) (-5 *1 (-611 *4)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-145 *2 *3 *4)) (-14 *2 (-858)) (-4 *3 (-343))
+ (-14 *4 (-928 *2 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
+ (|partial| -12 (-4 *2 (-162)) (-5 *1 (-270 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1152 *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 (-347 *2)) (-4 *2 (-162)) (-4 *2 (-519))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162))
+ (-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 (-663 *2)) (-4 *2 (-343))))
+ ((*1 *1) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343))))
+ ((*1 *1 *1) (|partial| -4 *1 (-667)))
+ ((*1 *1 *1) (|partial| -4 *1 (-671)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
+ (-5 *1 (-720 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3))))
+ ((*1 *2 *2 *1)
+ (|partial| -12 (-4 *1 (-995 *3 *2)) (-4 *3 (-13 (-789) (-343)))
+ (-4 *2 (-1152 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *1 *1) (-4 *1 (-1117))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-5 *2 (-592 *5))
- (-5 *1 (-825 *4 *5)) (-4 *5 (-1128)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-128))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-775 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-782 *3)) (-4 *3 (-1020)))))
+ (|partial| -12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))))
+(((*1 *1 *1 *1) (-5 *1 (-152)))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-152)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-72 FCN)))) (-5 *2 (-966))
- (-5 *1 (-689)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (|has| *1 (-6 -4260)) (-4 *1 (-351 *3))
- (-4 *3 (-1128)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1066 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-592 (-205)))) (-5 *1 (-861)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4))))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *1 *2 *2)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-410 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3))
+ (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-594 *1)) (-4 *1 (-886 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979))
+ (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-594 *3))
+ (-5 *1 (-887 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $))
+ (-15 -4122 (*7 $))))))))
+(((*1 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-310)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-634 (-527))) (-5 *1 (-1032)))))
+(((*1 *2 *1 *1)
(-12
(-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-1146 *3 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-592 *1)) (-4 *1 (-286)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-977))
- (-5 *1 (-1077 *4))))
- ((*1 *1 *2 *2 *1)
- (-12 (-5 *2 (-525)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977))
- (-14 *4 (-1092)) (-14 *5 *3))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4)
- (-227 *4 (-385 (-525)))))
- (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *2 (-108))
- (-5 *1 (-478 *4 *5)))))
+ (-2 (|:| -2742 (-726 *3)) (|:| |coef1| (-726 *3))
+ (|:| |coef2| (-726 *3))))
+ (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-2 (|:| -2742 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
+ (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-371)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))))))
+(((*1 *2 *3) (-12 (-5 *2 (-527)) (-5 *1 (-532 *3)) (-4 *3 (-970 *2))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *2 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-4 *5 (-343)) (-5 *2 (-594 (-1125 *5)))
+ (-5 *1 (-1184 *5)) (-5 *4 (-1125 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-309 *3)) (-4 *3 (-789)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-308)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-809)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))))
-(((*1 *2 *3 *4 *5 *5 *2)
- (|partial| -12 (-5 *2 (-108)) (-5 *3 (-887 *6)) (-5 *4 (-1092))
- (-5 *5 (-782 *7))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-4 *7 (-13 (-1114) (-29 *6))) (-5 *1 (-204 *6 *7))))
- ((*1 *2 *3 *4 *4 *2)
- (|partial| -12 (-5 *2 (-108)) (-5 *3 (-1088 *6)) (-5 *4 (-782 *6))
- (-4 *6 (-13 (-1114) (-29 *5)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-204 *5 *6)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
-(((*1 *1 *1) (-4 *1 (-578)))
+ (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))
+ (-5 *1 (-923 *3 *4 *5 *6 *7))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934) (-1114))))))
-(((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))))
+ (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))
+ (-5 *1 (-1029 *3 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1092))
- (-5 *2
- (-2 (|:| |zeros| (-1073 (-205))) (|:| |ones| (-1073 (-205)))
- (|:| |singularities| (-1073 (-205)))))
- (-5 *1 (-100)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-92)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))))
+ (-12 (-5 *3 (-387 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-519))
+ (-4 *4 (-979)) (-4 *2 (-1167 *4)) (-5 *1 (-1170 *4 *5 *6 *2))
+ (-4 *6 (-604 *5)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-594 *3)) (-5 *1 (-905 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *3 *4 *4 *3 *3 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-700)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-812 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2 *2 *2) (-12 (-5 *1 (-814 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 (-878 *3))) (-4 *3 (-977)) (-4 *1 (-1053 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-878 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))))
+ (-12 (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-1060 *3 *4)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-842 *4)) (-4 *4 (-1022)) (-5 *2 (-594 (-715)))
+ (-5 *1 (-841 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-525)) (-5 *1 (-461 *4))
- (-4 *4 (-1150 *2)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-632 (-525))) (-5 *1 (-1030)))))
+ (-12 (-5 *3 (-1075 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-176))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1075 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-281))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1075 (-207))) (-5 *2 (-594 (-1077))) (-5 *1 (-286)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-880 *5)) (-4 *5 (-979)) (-5 *2 (-715))
+ (-5 *1 (-1083 *4 *5)) (-14 *4 (-858))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-715))) (-5 *3 (-715)) (-5 *1 (-1083 *4 *5))
+ (-14 *4 (-858)) (-4 *5 (-979))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-715))) (-5 *3 (-880 *5)) (-4 *5 (-979))
+ (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-215)) (-4 *3 (-979)) (-4 *4 (-791)) (-4 *5 (-247 *4))
+ (-4 *6 (-737)) (-5 *2 (-1 *1 (-715))) (-4 *1 (-234 *3 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-979)) (-4 *3 (-791)) (-4 *5 (-247 *3)) (-4 *6 (-737))
+ (-5 *2 (-1 *1 (-715))) (-4 *1 (-234 *4 *3 *5 *6))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-247 *2)) (-4 *2 (-791)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1152 *6))
+ (-4 *6 (-13 (-343) (-140) (-970 *4))) (-5 *4 (-527))
+ (-5 *2
+ (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-110))))
+ (|:| -1653
+ (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
+ (|:| |beta| *3)))))
+ (-5 *1 (-949 *6 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-1088 *3)) (-5 *1 (-40 *4 *3))
+ (-12 (-4 *4 (-519)) (-5 *2 (-1090 *3)) (-5 *1 (-40 *4 *3))
(-4 *3
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *4 (-565 $)) $))
- (-15 -4080 ((-1044 *4 (-565 $)) $))
- (-15 -4100 ($ (-1044 *4 (-565 $))))))))))
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *4 (-567 $)) $))
+ (-15 -4122 ((-1046 *4 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *4 (-567 $))))))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-140))
+ (-4 *3 (-288)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-912 *3 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1094)) (-5 *2 (-1 *6 *5)) (-5 *1 (-651 *4 *5 *6))
+ (-4 *4 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130)))))
+(((*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-1077)) (-5 *1 (-730)))))
+(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-627 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1) (-12 (-4 *1 (-329)) (-5 *2 (-110))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-5 *2 (-110))
+ (-5 *1 (-337 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 *1)) (-5 *3 (-592 *7)) (-4 *1 (-996 *4 *5 *6 *7))
- (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))))
+ (-12 (-5 *2 (-594 *1)) (-5 *3 (-594 *7)) (-4 *1 (-998 *4 *5 *6 *7))
+ (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *4 *5 *6 *7))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6))))
+ (-12 (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *4 *5 *6 *3)))))
-(((*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-517)) (-4 *3 (-160)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2))
- (-4 *2 (-630 *3 *4 *5)))))
-(((*1 *2 *3 *4 *4 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *2 (-966)) (-5 *1 (-695)))))
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *4 *5 *6 *3)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-303 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-128)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-519))
+ (-5 *2 (-2 (|:| -1837 (-634 *5)) (|:| |vec| (-1176 (-594 (-858))))))
+ (-5 *1 (-88 *5 *3)) (-5 *4 (-858)) (-4 *3 (-604 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-977)) (-4 *3 (-1150 *4)) (-4 *2 (-1165 *4))
- (-5 *1 (-1168 *4 *3 *5 *2)) (-4 *5 (-602 *3)))))
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4))
+ (-4 *4 (-329)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *2 *4 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1090 *7)) (-5 *3 (-527)) (-4 *7 (-886 *6 *4 *5))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979))
+ (-5 *1 (-301 *4 *5 *6 *7)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-592 (-887 *4)))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-592 (-887 *4))) (-5 *1 (-394 *3 *4))
- (-4 *3 (-395 *4))))
+ (-12 (-5 *3 (-459 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979))
+ (-5 *2 (-889 *5)) (-5 *1 (-881 *4 *5)))))
+(((*1 *2)
+ (-12
+ (-5 *2
+ (-1176 (-594 (-2 (|:| -2205 (-847 *3)) (|:| -1720 (-1041))))))
+ (-5 *1 (-331 *3 *4)) (-14 *3 (-858)) (-14 *4 (-858))))
((*1 *2)
- (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-592 (-887 *3)))))
+ (-12 (-5 *2 (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041))))))
+ (-5 *1 (-332 *3 *4)) (-4 *3 (-329)) (-14 *4 (-3 (-1090 *3) *2))))
((*1 *2)
- (-12 (-5 *2 (-592 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-430 *4 *5 *6 *7))) (-5 *2 (-592 (-887 *4)))
- (-5 *1 (-430 *4 *5 *6 *7)) (-4 *4 (-517)) (-4 *4 (-160))
- (-14 *5 (-856)) (-14 *6 (-592 (-1092))) (-14 *7 (-1174 (-632 *4))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-339 (-110))) (-4 *2 (-977)) (-5 *1 (-657 *2 *4))
- (-4 *4 (-594 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-339 (-110))) (-5 *1 (-776 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-157 *5)) (-4 *5 (-13 (-408 *4) (-934) (-1114)))
- (-4 *4 (-13 (-517) (-789)))
- (-4 *2 (-13 (-408 (-157 *4)) (-934) (-1114)))
- (-5 *1 (-554 *4 *5 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-525)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-766)) (-5 *3 (-592 (-1092))) (-5 *1 (-767)))))
-(((*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-778))
- (-5 *3
- (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205)))
- (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205))))
- (|:| |ub| (-592 (-782 (-205))))))
- (-5 *2 (-966))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-778))
- (-5 *3
- (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))
- (-5 *2 (-966)))))
-(((*1 *1 *1 *1) (-4 *1 (-901))))
+ (-12 (-5 *2 (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041))))))
+ (-5 *1 (-333 *3 *4)) (-4 *3 (-329)) (-14 *4 (-858)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1176 (-1023 *3 *4))) (-5 *1 (-1023 *3 *4))
+ (-14 *3 (-858)) (-14 *4 (-858)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))))
+(((*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))))
+(((*1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-594 (-112))))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-108)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))))
-(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
- (-12 (-5 *4 (-525)) (-5 *5 (-1075)) (-5 *6 (-632 (-205)))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))))
- (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))))
- (-5 *9 (-3 (|:| |fn| (-366)) (|:| |fp| (-69 PEDERV))))
- (-5 *10 (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-108))
- (-5 *2 (-966)) (-5 *1 (-688)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *3 (-991 *6 *7 *8))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-343)) (-4 *3 (-979))
+ (-5 *1 (-1079 *3)))))
+(((*1 *1 *2) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))))
+(((*1 *2)
+ (-12 (-4 *3 (-1134)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4)))
+ (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *4 (-1152 *3))
(-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-994 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
+ (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-634 *3))))
+ (-5 *1 (-330 *3 *4 *5)) (-4 *5 (-389 *3 *4))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1152 (-527)))
(-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-994 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *3 (-991 *6 *7 *8))
+ (-2 (|:| -1878 (-634 (-527))) (|:| |basisDen| (-527))
+ (|:| |basisInv| (-634 (-527)))))
+ (-5 *1 (-712 *3 *4)) (-4 *4 (-389 (-527) *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-329)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 *4))
(-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-1062 *6 *7 *8 *3 *4)) (-4 *4 (-1029 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
+ (-2 (|:| -1878 (-634 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-634 *4))))
+ (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-669 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *3 (-329)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 *4))
(-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-1062 *5 *6 *7 *3 *4)) (-4 *4 (-1029 *5 *6 *7 *3)))))
+ (-2 (|:| -1878 (-634 *4)) (|:| |basisDen| *4)
+ (|:| |basisInv| (-634 *4))))
+ (-5 *1 (-1185 *3 *4 *5 *6)) (-4 *6 (-389 *4 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-634 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-594 *2)) (-5 *1 (-1105 *2)) (-4 *2 (-343)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-519)) (-4 *3 (-162)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2))
+ (-4 *2 (-632 *3 *4 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-130)))))
+(((*1 *1 *2 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934))))))
-(((*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-519 *3)) (-4 *3 (-510))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)) (-5 *2 (-396 *3))
- (-5 *1 (-685 *4 *5 *6 *3)) (-4 *3 (-884 *6 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286))
- (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-396 (-1088 *7)))
- (-5 *1 (-685 *4 *5 *6 *7)) (-5 *3 (-1088 *7))))
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-296 (-359))) (-5 *1 (-286)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-979)) (-4 *3 (-791))
+ (-5 *2 (-2 (|:| |val| *1) (|:| -3148 (-527)))) (-4 *1 (-410 *3))))
((*1 *2 *1)
- (-12 (-4 *3 (-429)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-396 *1)) (-4 *1 (-884 *3 *4 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-4 *5 (-735)) (-4 *6 (-429)) (-5 *2 (-396 *3))
- (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-884 *6 *5 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-429))
- (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-396 (-1088 (-385 *7))))
- (-5 *1 (-1087 *4 *5 *6 *7)) (-5 *3 (-1088 (-385 *7)))))
- ((*1 *2 *1) (-12 (-5 *2 (-396 *1)) (-4 *1 (-1132))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-396 *3)) (-5 *1 (-1153 *4 *3))
- (-4 *3 (-13 (-1150 *4) (-517) (-10 -8 (-15 -2772 ($ $ $)))))))
+ (|partial| -12
+ (-5 *2 (-2 (|:| |val| (-829 *3)) (|:| -3148 (-829 *3))))
+ (-5 *1 (-829 *3)) (-4 *3 (-1022))))
((*1 *2 *3)
- (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-14 *5 (-592 (-1092)))
+ (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979))
+ (-4 *7 (-886 *6 *4 *5))
+ (-5 *2 (-2 (|:| |val| *3) (|:| -3148 (-527))))
+ (-5 *1 (-887 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $))
+ (-15 -4122 (*7 $))))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-1094))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-4 *4 (-13 (-29 *6) (-1116) (-895)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -1878 (-594 *4))))
+ (-5 *1 (-745 *6 *4 *3)) (-4 *3 (-604 *4)))))
+(((*1 *2 *3 *4 *4 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-527)) (-4 *3 (-162)) (-4 *5 (-353 *3))
+ (-4 *6 (-353 *3)) (-5 *1 (-633 *3 *5 *6 *2))
+ (-4 *2 (-632 *3 *5 *6)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-227 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-715))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-715)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-715)) (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-553 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-908 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-4 *5 (-791)) (-5 *2 (-110)))))
+(((*1 *1 *2 *2)
+ (-12
(-5 *2
- (-592 (-1063 *4 (-497 (-800 *6)) (-800 *6) (-722 *4 (-800 *6)))))
- (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092))))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-592 (-2 (|:| |totdeg| (-713)) (|:| -2158 *3))))
- (-5 *4 (-713)) (-4 *3 (-884 *5 *6 *7)) (-4 *5 (-429)) (-4 *6 (-735))
- (-4 *7 (-789)) (-5 *1 (-426 *5 *6 *7 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-218 *3 *2)) (-4 *2 (-1128)) (-4 *2 (-977))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-798))))
- ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-878 (-205))) (-5 *2 (-205)) (-5 *1 (-1125))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-977)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-592 *8)) (-5 *3 (-1 (-108) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517))
- (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-910 *5 *6 *7 *8)))))
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1077)) (-4 *1 (-344 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 *4))))
+ (-4 *3 (-1022)) (-4 *4 (-23)) (-14 *5 *4) (-5 *1 (-597 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *6 *5))
- (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *2 (-108)) (-5 *1 (-859 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-13 (-286) (-138)))
- (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-108))
- (-5 *1 (-859 *4 *5 *6 *7)) (-4 *7 (-884 *4 *6 *5)))))
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4))
+ (-4 *4 (-329)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979)) (-4 *3 (-1152 *4)) (-4 *2 (-1167 *4))
+ (-5 *1 (-1170 *4 *3 *5 *2)) (-4 *5 (-604 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-3 (-108) (-592 *1)))
- (-4 *1 (-996 *4 *5 *6 *3)))))
-(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-258 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-258 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4)))))
+ ((*1 *1 *1) (-5 *1 (-359)))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-720 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-715))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-715)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| |cd| (-1077)) (|:| -2365 (-1077))))
+ (-5 *1 (-766)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-592
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-713)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-735)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429)) (-4 *5 (-789))
- (-5 *1 (-426 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *1) (-12 (-4 *1 (-102 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1) (-12 (-4 *3 (-1128)) (-5 *2 (-592 *1)) (-4 *1 (-942 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 (-1081 *3 *4))) (-5 *1 (-1081 *3 *4))
- (-14 *3 (-856)) (-4 *4 (-977)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-429)))))
-(((*1 *2 *3 *3 *3 *4)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-341) (-138) (-968 (-525))))
- (-5 *2
- (-2 (|:| |a| *6) (|:| |b| (-385 *6)) (|:| |h| *6)
- (|:| |c1| (-385 *6)) (|:| |c2| (-385 *6)) (|:| -3252 *6)))
- (-5 *1 (-948 *5 *6)) (-5 *3 (-385 *6)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3)
- (-12 (-4 *2 (-341)) (-4 *2 (-787)) (-5 *1 (-880 *2 *3))
- (-4 *3 (-1150 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
(((*1 *2 *1 *1)
- (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-4 *3 (-1020))
- (-5 *2 (-108)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1130)))))
+ (-12 (-5 *2 (-2 (|:| -1897 *3) (|:| |coef1| (-726 *3))))
+ (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))))
+(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-977)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-207)) (-5 *3 (-715)) (-5 *1 (-208))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-159 (-207))) (-5 *3 (-715)) (-5 *1 (-208))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1058))))
(((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-594 (-889 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-594 (-889 *4))) (-5 *1 (-396 *3 *4))
+ (-4 *3 (-397 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-594 (-889 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-594 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1176 (-432 *4 *5 *6 *7))) (-5 *2 (-594 (-889 *4)))
+ (-5 *1 (-432 *4 *5 *6 *7)) (-4 *4 (-519)) (-4 *4 (-162))
+ (-14 *5 (-858)) (-14 *6 (-594 (-1094))) (-14 *7 (-1176 (-634 *4))))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-527)) (-4 *4 (-329))
+ (-5 *1 (-497 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *7 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-519))
+ (-4 *8 (-886 *7 *5 *6))
+ (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *3) (|:| |radicand| *3)))
+ (-5 *1 (-890 *5 *6 *7 *8 *3)) (-5 *4 (-715))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4109 (*8 $)) (-15 -4122 (*8 $)) (-15 -4118 ($ *8))))))))
+(((*1 *1 *2 *2)
(-12
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2 (-525)) (-5 *1 (-186)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-989)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *5)) (-4 *4 (-977))
- (-4 *5 (-789)) (-5 *2 (-887 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *5)) (-4 *4 (-977))
- (-4 *5 (-789)) (-5 *2 (-887 *4))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-1165 *4)) (-4 *4 (-977))
- (-5 *2 (-887 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-1165 *4)) (-4 *4 (-977))
- (-5 *2 (-887 *4)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-713)) (-4 *5 (-517))
(-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
+(((*1 *1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))))
+(((*1 *1) (-5 *1 (-148))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-715)) (-5 *1 (-727 *2)) (-4 *2 (-37 (-387 (-527))))
+ (-4 *2 (-162)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-341 (-112))) (-4 *2 (-979)) (-5 *1 (-659 *2 *4))
+ (-4 *4 (-596 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-341 (-112))) (-5 *1 (-778 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-802 *5))) (-14 *5 (-594 (-1094))) (-4 *6 (-431))
+ (-5 *2 (-594 (-594 (-229 *5 *6)))) (-5 *1 (-450 *5 *6 *7))
+ (-5 *3 (-594 (-229 *5 *6))) (-4 *7 (-431)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *5 *5))
+ (-4 *5 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
(-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
-(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-966)) (-5 *3 (-1092)) (-5 *1 (-174)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-592 (-1088 (-525)))) (-5 *1 (-173)) (-5 *3 (-525)))))
-(((*1 *1 *2)
- (-12
+ (-2 (|:| |solns| (-594 *5))
+ (|:| |maps| (-594 (-2 (|:| |arg| *5) (|:| |res| *5))))))
+ (-5 *1 (-1049 *3 *5)) (-4 *3 (-1152 *5)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-696)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-1094)) (-5 *6 (-110))
+ (-4 *7 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-4 *3 (-13 (-1116) (-895) (-29 *7)))
(-5 *2
- (-592
- (-2
- (|:| -1556
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205))))
- (|:| |yinit| (-592 (-205))) (|:| |intvals| (-592 (-205)))
- (|:| |g| (-294 (-205))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (|:| -3448
- (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357))
- (|:| |expense| (-357)) (|:| |accuracy| (-357))
- (|:| |intermediateResults| (-357)))))))
- (-5 *1 (-745)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8)))
- (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-996 *4 *5 *6 *7)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-921 *4 *5 *6 *7 *8))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8)))
- (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-996 *4 *5 *6 *7)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *8)))))
+ (-3 (|:| |f1| (-784 *3)) (|:| |f2| (-594 (-784 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-201 *7 *3)) (-5 *5 (-784 *3)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-519)) (-5 *1 (-905 *4 *2))
+ (-4 *2 (-1152 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-343)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2613 *1)))
+ (-4 *1 (-793 *3)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-968 (-385 *2)))) (-5 *2 (-525))
- (-5 *1 (-111 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *1) (-5 *1 (-135)))
+ (-12 (-5 *3 (-159 *5)) (-4 *5 (-13 (-410 *4) (-936) (-1116)))
+ (-4 *4 (-13 (-519) (-791)))
+ (-4 *2 (-13 (-410 (-159 *4)) (-936) (-1116)))
+ (-5 *1 (-556 *4 *5 *2)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-880 *4))) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-242)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-840 (-525))) (-5 *4 (-525)) (-5 *2 (-632 *4))
- (-5 *1 (-959 *5)) (-4 *5 (-977))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-532 *3)) (-4 *3 (-970 (-527)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-348)) (-4 *2 (-343)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-957 *3))
+ (-4 *3 (-13 (-789) (-343) (-955)))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3))
+ (-4 *3 (-1152 *2))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-4 *1 (-995 *2 *3)) (-4 *2 (-13 (-789) (-343)))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-560 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1130)) (-5 *2 (-1181)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1053 *4 *2))
+ (-4 *2 (-13 (-560 (-527) *4) (-10 -7 (-6 -4261) (-6 -4262))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-791)) (-4 *3 (-1130)) (-5 *1 (-1053 *3 *2))
+ (-4 *2 (-13 (-560 (-527) *3) (-10 -7 (-6 -4261) (-6 -4262)))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-296 (-207))) (-5 *4 (-1094))
+ (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-594 (-207))) (-5 *1 (-176))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-296 (-207))) (-5 *4 (-1094))
+ (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-594 (-207))) (-5 *1 (-281)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-527)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *3 (-594 (-811)))
+ (-5 *1 (-447)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527))
+ (-14 *4 (-715)) (-4 *5 (-162)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-730)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1090 *2)) (-4 *2 (-410 *4)) (-4 *4 (-13 (-791) (-519)))
+ (-5 *1 (-31 *4 *2)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-1022))
+ (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3))))
+ (-5 *2 (-594 (-1094))) (-5 *1 (-1001 *3 *4 *5))
+ (-4 *5 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-634 *2)) (-4 *2 (-162)) (-5 *1 (-139 *2))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-632 (-525))) (-5 *1 (-959 *4))
- (-4 *4 (-977))))
+ (-12 (-4 *4 (-162)) (-4 *2 (-1152 *4)) (-5 *1 (-166 *4 *2 *3))
+ (-4 *3 (-669 *4 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-840 (-525)))) (-5 *4 (-525))
- (-5 *2 (-592 (-632 *4))) (-5 *1 (-959 *5)) (-4 *5 (-977))))
+ (-12 (-5 *3 (-634 (-387 (-889 *5)))) (-5 *4 (-1094))
+ (-5 *2 (-889 *5)) (-5 *1 (-273 *5)) (-4 *5 (-431))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-592 (-525)))) (-5 *2 (-592 (-632 (-525))))
- (-5 *1 (-959 *4)) (-4 *4 (-977)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1056))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 *5 *3)) (-5 *4 (-827 *5)) (-4 *5 (-1020))
- (-4 *3 (-154 *6)) (-4 (-887 *6) (-821 *5))
- (-4 *6 (-13 (-821 *5) (-160))) (-5 *1 (-165 *5 *6 *3))))
- ((*1 *2 *1 *3 *2)
- (-12 (-5 *2 (-824 *4 *1)) (-5 *3 (-827 *4)) (-4 *1 (-821 *4))
- (-4 *4 (-1020))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 *5 *6)) (-5 *4 (-827 *5)) (-4 *5 (-1020))
- (-4 *6 (-13 (-1020) (-968 *3))) (-4 *3 (-821 *5))
- (-5 *1 (-866 *5 *3 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 *5 *3)) (-4 *5 (-1020))
- (-4 *3 (-13 (-408 *6) (-567 *4) (-821 *5) (-968 (-565 $))))
- (-5 *4 (-827 *5)) (-4 *6 (-13 (-517) (-789) (-821 *5)))
- (-5 *1 (-867 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 (-525) *3)) (-5 *4 (-827 (-525))) (-4 *3 (-510))
- (-5 *1 (-868 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 *5 *6)) (-5 *3 (-565 *6)) (-4 *5 (-1020))
- (-4 *6 (-13 (-789) (-968 (-565 $)) (-567 *4) (-821 *5)))
- (-5 *4 (-827 *5)) (-5 *1 (-869 *5 *6))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-820 *5 *6 *3)) (-5 *4 (-827 *5)) (-4 *5 (-1020))
- (-4 *6 (-821 *5)) (-4 *3 (-612 *6)) (-5 *1 (-870 *5 *6 *3))))
- ((*1 *2 *3 *4 *2 *5)
- (-12 (-5 *5 (-1 (-824 *6 *3) *8 (-827 *6) (-824 *6 *3)))
- (-4 *8 (-789)) (-5 *2 (-824 *6 *3)) (-5 *4 (-827 *6))
- (-4 *6 (-1020)) (-4 *3 (-13 (-884 *9 *7 *8) (-567 *4)))
- (-4 *7 (-735)) (-4 *9 (-13 (-977) (-789) (-821 *6)))
- (-5 *1 (-871 *6 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 *5 *3)) (-4 *5 (-1020))
- (-4 *3 (-13 (-884 *8 *6 *7) (-567 *4))) (-5 *4 (-827 *5))
- (-4 *7 (-821 *5)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *8 (-13 (-977) (-789) (-821 *5))) (-5 *1 (-871 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 *5 *3)) (-4 *5 (-1020)) (-4 *3 (-925 *6))
- (-4 *6 (-13 (-517) (-821 *5) (-567 *4))) (-5 *4 (-827 *5))
- (-5 *1 (-874 *5 *6 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-824 *5 (-1092))) (-5 *3 (-1092)) (-5 *4 (-827 *5))
- (-4 *5 (-1020)) (-5 *1 (-875 *5))))
- ((*1 *2 *3 *4 *5 *2 *6)
- (-12 (-5 *4 (-592 (-827 *7))) (-5 *5 (-1 *9 (-592 *9)))
- (-5 *6 (-1 (-824 *7 *9) *9 (-827 *7) (-824 *7 *9))) (-4 *7 (-1020))
- (-4 *9 (-13 (-977) (-567 (-827 *7)) (-968 *8))) (-5 *2 (-824 *7 *9))
- (-5 *3 (-592 *9)) (-4 *8 (-13 (-977) (-789)))
- (-5 *1 (-876 *7 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-1174 (-632 *4)))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-1174 (-632 *4))) (-5 *1 (-394 *3 *4))
- (-4 *3 (-395 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-1174 (-632 *3)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-1092))) (-4 *5 (-341))
- (-5 *2 (-1174 (-632 (-385 (-887 *5))))) (-5 *1 (-1008 *5))
- (-5 *4 (-632 (-385 (-887 *5))))))
+ (-12 (-5 *3 (-634 (-387 (-889 *4)))) (-5 *2 (-889 *4))
+ (-5 *1 (-273 *4)) (-4 *4 (-431))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-350 *3 *2)) (-4 *3 (-162)) (-4 *2 (-1152 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-634 (-159 (-387 (-527)))))
+ (-5 *2 (-889 (-159 (-387 (-527))))) (-5 *1 (-709 *4))
+ (-4 *4 (-13 (-343) (-789)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-1092))) (-4 *5 (-341))
- (-5 *2 (-1174 (-632 (-887 *5)))) (-5 *1 (-1008 *5))
- (-5 *4 (-632 (-887 *5)))))
+ (-12 (-5 *3 (-634 (-159 (-387 (-527))))) (-5 *4 (-1094))
+ (-5 *2 (-889 (-159 (-387 (-527))))) (-5 *1 (-709 *5))
+ (-4 *5 (-13 (-343) (-789)))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-632 *4))) (-4 *4 (-341))
- (-5 *2 (-1174 (-632 *4))) (-5 *1 (-1008 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357))))
- ((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-357)))))
+ (-12 (-5 *3 (-634 (-387 (-527)))) (-5 *2 (-889 (-387 (-527))))
+ (-5 *1 (-723 *4)) (-4 *4 (-13 (-343) (-789)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 (-387 (-527)))) (-5 *4 (-1094))
+ (-5 *2 (-889 (-387 (-527)))) (-5 *1 (-723 *5))
+ (-4 *5 (-13 (-343) (-789))))))
+(((*1 *2 *2 *2 *2 *3)
+ (-12 (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-838 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2) (-12 (-5 *1 (-838 *2)) (-4 *2 (-1022)))))
+(((*1 *1) (-5 *1 (-134))) ((*1 *1 *1) (-5 *1 (-137)))
+ ((*1 *1 *1) (-4 *1 (-1063))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1075))
- (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-108)) (-5 *1 (-204 *4 *5)) (-4 *5 (-13 (-1114) (-29 *4))))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-565 *5))) (-4 *4 (-789)) (-5 *2 (-565 *5))
- (-5 *1 (-534 *4 *5)) (-4 *5 (-408 *4)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *3)
- (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-259))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-5 *2 (-108)))))
-(((*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1) (-4 *1 (-1056))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33))))))
-(((*1 *2 *3 *4 *5 *6 *3 *3 *3 *3 *6 *3 *7 *8)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-108))
- (-5 *6 (-205)) (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-66 APROD))))
- (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-71 MSOLVE))))
- (-5 *2 (-966)) (-5 *1 (-699)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-301 *2 *4)) (-4 *4 (-126))
- (-4 *2 (-1020))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-339 *2)) (-4 *2 (-1020))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-364 *2)) (-4 *2 (-1020))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-1020)) (-5 *1 (-595 *2 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4)))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *1 (-761 *2)) (-4 *2 (-789)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-525)) (-5 *3 (-856)) (-4 *1 (-382))))
- ((*1 *1 *2 *2) (-12 (-5 *2 (-525)) (-4 *1 (-382))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *2 *6)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-1150 *4)) (-5 *1 (-504 *4 *2 *5 *6))
- (-4 *4 (-286)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-713))))))
+ (-12 (-5 *3 (-715)) (-4 *4 (-343)) (-4 *5 (-1152 *4)) (-5 *2 (-1181))
+ (-5 *1 (-39 *4 *5 *6 *7)) (-4 *6 (-1152 (-387 *5))) (-14 *7 *6))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))))
(((*1 *2 *2 *2)
- (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))))
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1022)) (-4 *3 (-837 *5)) (-5 *2 (-634 *3))
+ (-5 *1 (-636 *5 *3 *6 *4)) (-4 *6 (-353 *3))
+ (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934)))
- (-5 *1 (-163 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-904)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-877)) (-5 *3 (-525)))))
-(((*1 *2 *1) (-12 (-4 *1 (-46 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977))
- (-14 *4 (-592 (-1092)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-525)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789)))
- (-14 *4 (-592 (-1092)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789))
- (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-254))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 *8)) (-5 *4 (-592 *6)) (-4 *6 (-789))
- (-4 *8 (-884 *7 *5 *6)) (-4 *5 (-735)) (-4 *7 (-977))
- (-5 *2 (-592 (-713))) (-5 *1 (-299 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-856))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160))
- (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-447 *3 *2)) (-4 *3 (-160)) (-4 *2 (-23))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-517)) (-5 *2 (-525)) (-5 *1 (-573 *3 *4))
- (-4 *4 (-1150 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-651 *3)) (-4 *3 (-977)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-791 *3)) (-4 *3 (-977)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-839 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-840 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *6)) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 (-713)))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-884 *4 *5 *3)) (-4 *4 (-977)) (-4 *5 (-735))
- (-4 *3 (-789)) (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-906 *3 *2 *4)) (-4 *3 (-977)) (-4 *4 (-789))
- (-4 *2 (-734))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1136 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1165 *3))
- (-5 *2 (-525))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1157 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1134 *3))
- (-5 *2 (-385 (-525)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-775 (-856)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1193 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-713)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1075)) (-5 *1 (-174))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))))
-(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 *1)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-977)) (-5 *1 (-632 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 *4)) (-4 *4 (-977)) (-4 *1 (-1042 *3 *4 *5 *6))
- (-4 *5 (-218 *3 *4)) (-4 *6 (-218 *3 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-308))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-308)))))
-(((*1 *2 *2) (-12 (-5 *2 (-294 (-205))) (-5 *1 (-246)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)) (-4 *5 (-991 *3 *4 *2)))))
-(((*1 *1)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
- (-14 *4 *3))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-768)) (-5 *3 (-594 (-1094))) (-5 *1 (-769)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-527)) (-5 *1 (-359)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *6)) (-5 *4 (-1092)) (-4 *6 (-408 *5))
- (-4 *5 (-789)) (-5 *2 (-592 (-565 *6))) (-5 *1 (-534 *5 *6)))))
-(((*1 *1) (-5 *1 (-415))))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-1146 *3 *2))
+ (-4 *2 (-1152 *3)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-387 (-889 *4))) (-5 *3 (-1094))
+ (-4 *4 (-13 (-519) (-970 (-527)) (-140))) (-5 *1 (-533 *4)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 (-1187 *4 *5 *6 *7)))
+ (-5 *1 (-1187 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-594 *9)) (-5 *4 (-1 (-110) *9 *9))
+ (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-993 *6 *7 *8)) (-4 *6 (-519))
+ (-4 *7 (-737)) (-4 *8 (-791)) (-5 *2 (-594 (-1187 *6 *7 *8 *9)))
+ (-5 *1 (-1187 *6 *7 *8 *9)))))
+(((*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-764)) (-14 *5 (-1094))
+ (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1174 *6)) (-5 *4 (-1174 (-525))) (-5 *5 (-525))
- (-4 *6 (-1020)) (-5 *2 (-1 *6)) (-5 *1 (-949 *6)))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1061)) (-5 *3 (-135)) (-5 *2 (-108)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4 *4 *4)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-959 *3))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 (-632 *3))) (-4 *3 (-977)) (-5 *1 (-959 *3))))
- ((*1 *2 *2) (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-959 *3))))
+ (-12 (-5 *4 (-1094)) (-5 *5 (-1017 (-207))) (-5 *2 (-864))
+ (-5 *1 (-862 *3)) (-4 *3 (-569 (-503)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094)) (-5 *2 (-864)) (-5 *1 (-862 *3))
+ (-4 *3 (-569 (-503)))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 (-207) (-207))) (-5 *1 (-864))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864)))))
+(((*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
((*1 *2 *2)
- (-12 (-5 *2 (-592 (-632 *3))) (-4 *3 (-977)) (-5 *1 (-959 *3)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-281)) (-5 *3 (-1092)) (-5 *2 (-108))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-4 *5 (-307 *4)) (-4 *6 (-1150 *5))
- (-5 *2 (-592 *3)) (-5 *1 (-719 *4 *5 *6 *3 *7)) (-4 *3 (-1150 *6))
- (-14 *7 (-856)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-385 (-525)))
- (-5 *1 (-411 *4 *3)) (-4 *3 (-408 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-565 *3)) (-4 *3 (-408 *5))
- (-4 *5 (-13 (-789) (-517) (-968 (-525))))
- (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-411 *5 *3)))))
-(((*1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1177)))))
-(((*1 *2 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *1 *2 *3 *1 *3)
- (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-824 *4 *3))
- (-4 *3 (-1020)))))
-(((*1 *1 *1) (-5 *1 (-47)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-57 *5)) (-4 *5 (-1128))
- (-4 *2 (-1128)) (-5 *1 (-56 *5 *2))))
- ((*1 *2 *3 *1 *2 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1020)) (|has| *1 (-6 -4259))
- (-4 *1 (-142 *2)) (-4 *2 (-1128))))
- ((*1 *2 *3 *1 *2)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *2))
- (-4 *2 (-1128))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *2))
- (-4 *2 (-1128))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *2) (-12 (-5 *2 (-594 (-634 (-296 (-527))))) (-5 *1 (-964)))))
+(((*1 *1 *1) (-4 *1 (-512))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
+ (-5 *2
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-715)) (-4 *4 (-329)) (-5 *1 (-199 *4 *2))
+ (-4 *2 (-1152 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-780))
+ (-5 *3
+ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207)))
+ (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207))))
+ (|:| |ub| (-594 (-784 (-207))))))
+ (-5 *2 (-968))))
((*1 *2 *3)
- (-12 (-4 *4 (-977))
- (-5 *2 (-2 (|:| -2158 (-1088 *4)) (|:| |deg| (-856))))
- (-5 *1 (-201 *4 *5)) (-5 *3 (-1088 *4)) (-4 *5 (-13 (-517) (-789)))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-220 *5 *6)) (-14 *5 (-713))
- (-4 *6 (-1128)) (-4 *2 (-1128)) (-5 *1 (-219 *5 *6 *2))))
- ((*1 *1 *2 *3)
- (-12 (-4 *4 (-160)) (-5 *1 (-268 *4 *2 *3 *5 *6 *7))
- (-4 *2 (-1150 *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 (-294 *2)) (-4 *2 (-517)) (-4 *2 (-789))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-313 *2 *3 *4 *5)) (-4 *2 (-341)) (-4 *3 (-1150 *2))
- (-4 *4 (-1150 (-385 *3))) (-4 *5 (-320 *2 *3 *4))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1128)) (-4 *2 (-1128))
- (-5 *1 (-349 *5 *4 *2 *6)) (-4 *4 (-351 *5)) (-4 *6 (-351 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1020)) (-4 *2 (-1020))
- (-5 *1 (-401 *5 *4 *2 *6)) (-4 *4 (-403 *5)) (-4 *6 (-403 *2))))
- ((*1 *1 *1) (-5 *1 (-468)))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-592 *5)) (-4 *5 (-1128))
- (-4 *2 (-1128)) (-5 *1 (-590 *5 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-977)) (-4 *2 (-977))
- (-4 *6 (-351 *5)) (-4 *7 (-351 *5)) (-4 *8 (-351 *2))
- (-4 *9 (-351 *2)) (-5 *1 (-628 *5 *6 *7 *4 *2 *8 *9 *10))
- (-4 *4 (-630 *5 *6 *7)) (-4 *10 (-630 *2 *8 *9))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-654 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-4 *3 (-23))
- (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-655 *3 *2)) (-4 *2 (-1150 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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 (-385 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-341))
- (-4 *3 (-160)) (-4 *1 (-667 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-160)) (-4 *1 (-667 *3 *2)) (-4 *2 (-1150 *3))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-892 *5)) (-4 *5 (-1128))
- (-4 *2 (-1128)) (-5 *1 (-891 *5 *2))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-965 *3 *4 *5 *2 *6)) (-4 *2 (-884 *3 *4 *5))
- (-14 *6 (-592 *2))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-977)) (-4 *2 (-977))
- (-14 *5 (-713)) (-14 *6 (-713)) (-4 *8 (-218 *6 *7))
- (-4 *9 (-218 *5 *7)) (-4 *10 (-218 *6 *2)) (-4 *11 (-218 *5 *2))
- (-5 *1 (-982 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
- (-4 *4 (-980 *5 *6 *7 *8 *9)) (-4 *12 (-980 *5 *6 *2 *10 *11))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1073 *5)) (-4 *5 (-1128))
- (-4 *2 (-1128)) (-5 *1 (-1071 *5 *2))))
- ((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-108) *2 *2))
- (-4 *1 (-1122 *5 *6 *7 *2)) (-4 *5 (-517)) (-4 *6 (-735))
- (-4 *7 (-789)) (-4 *2 (-991 *5 *6 *7))))
- ((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1174 *5)) (-4 *5 (-1128))
- (-4 *2 (-1128)) (-5 *1 (-1173 *5 *2)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1179))
- (-5 *1 (-426 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-308)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-122 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-108)) (-5 *1 (-771)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-1128)) (-5 *1 (-168 *3 *2)) (-4 *2 (-619 *3)))))
+ (-12 (-4 *1 (-780))
+ (-5 *3
+ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))
+ (-5 *2 (-968)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-628 *4 *3)) (-4 *4 (-1022))
+ (-4 *3 (-1022)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-429)) (-4 *3 (-789)) (-4 *3 (-968 (-525)))
- (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-408 *3))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $))
- (-15 -4080 ((-1044 *3 (-565 $)) $))
- (-15 -4100 ($ (-1044 *3 (-565 $))))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 (-1 *6 (-592 *6))))
- (-4 *5 (-37 (-385 (-525)))) (-4 *6 (-1165 *5)) (-5 *2 (-592 *6))
- (-5 *1 (-1167 *5 *6)))))
-(((*1 *1 *1) (-5 *1 (-205)))
- ((*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1) (-4 *1 (-1056))) ((*1 *1 *1 *1) (-4 *1 (-1056))))
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1152 (-527))) (-5 *1 (-463 *3)))))
+(((*1 *1) (-5 *1 (-1097))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-4 *1 (-104 *3)))))
+(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
+ (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527))
+ (-5 *2 (-968)) (-5 *1 (-701)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-512))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1077)) (-5 *1 (-1112)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1063)) (-5 *2 (-1143 (-527))))))
(((*1 *1 *1)
- (-12 (-4 *2 (-429)) (-4 *3 (-789)) (-4 *4 (-735))
- (-5 *1 (-920 *2 *3 *4 *5)) (-4 *5 (-884 *2 *4 *3)))))
+ (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))))
+(((*1 *1 *1 *1) (-4 *1 (-903))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1136 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1165 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-135))))
- ((*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-135)))))
+ (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3))
+ (-4 *3 (-1022)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-565 *6)) (-4 *6 (-13 (-408 *5) (-27) (-1114)))
- (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-1088 (-385 (-1088 *6)))) (-5 *1 (-521 *5 *6 *7))
- (-5 *3 (-1088 *6)) (-4 *7 (-1020))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1150 *3)) (-5 *1 (-655 *3 *2)) (-4 *3 (-977))))
+ (-12 (-5 *3 (-594 (-784 (-207)))) (-5 *4 (-207)) (-5 *2 (-594 *4))
+ (-5 *1 (-248)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-527)) (-5 *3 (-858)) (-4 *1 (-384))))
+ ((*1 *1 *2 *2) (-12 (-5 *2 (-527)) (-4 *1 (-384))))
((*1 *2 *1)
- (-12 (-4 *1 (-667 *3 *2)) (-4 *3 (-160)) (-4 *2 (-1150 *3))))
- ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
- (|partial| -12 (-5 *4 (-1088 *11)) (-5 *6 (-592 *10))
- (-5 *7 (-592 (-713))) (-5 *8 (-592 *11)) (-4 *10 (-789))
- (-4 *11 (-286)) (-4 *9 (-735)) (-4 *5 (-884 *11 *9 *10))
- (-5 *2 (-592 (-1088 *5))) (-5 *1 (-685 *9 *10 *11 *5))
- (-5 *3 (-1088 *5))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-884 *3 *4 *5)) (-5 *1 (-965 *3 *4 *5 *2 *6))
- (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-14 *6 (-592 *2)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-525)) (-4 *5 (-327)) (-5 *2 (-396 (-1088 (-1088 *5))))
- (-5 *1 (-1127 *5)) (-5 *3 (-1088 (-1088 *5))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1040 *2)) (-4 *2 (-1128)))))
-(((*1 *1) (-5 *1 (-135))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-51)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-592 *8))) (-5 *3 (-592 *8))
- (-4 *8 (-884 *5 *7 *6)) (-4 *5 (-13 (-286) (-138)))
- (-4 *6 (-13 (-789) (-567 (-1092)))) (-4 *7 (-735)) (-5 *2 (-108))
- (-5 *1 (-859 *5 *6 *7 *8)))))
-(((*1 *2 *3) (-12 (-5 *3 (-108)) (-5 *2 (-1075)) (-5 *1 (-51)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7))))
- (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))))
+ (-12 (-4 *1 (-1025 *3 *4 *5 *2 *6)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-979)) (-5 *1 (-657 *3 *2)) (-4 *2 (-1152 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-343) (-789)))
+ (-5 *2 (-594 (-2 (|:| -3798 (-594 *3)) (|:| -2163 *5))))
+ (-5 *1 (-169 *5 *3)) (-4 *3 (-1152 (-159 *5)))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-343) (-789)))
+ (-5 *2 (-594 (-2 (|:| -3798 (-594 *3)) (|:| -2163 *4))))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-1152 (-387 (-527)))) (-5 *1 (-850 *3 *2))
+ (-4 *2 (-1152 (-387 *3))))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-238)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-715)) (-5 *2 (-110))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1131 *3)) (-4 *3 (-791))
+ (-4 *3 (-1022)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-110)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 (-889 *4))) (-5 *3 (-594 (-1094))) (-4 *4 (-431))
+ (-5 *1 (-855 *4)))))
+(((*1 *1 *1) (-4 *1 (-806 *2))))
+(((*1 *2 *3)
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *2 (-594 (-207))) (-5 *1 (-188)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020))
- (-5 *2 (-592 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |k| (-828 *3)) (|:| |c| *4))))
- (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 (-617 *3))) (-5 *1 (-828 *3)) (-4 *3 (-789)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-232 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-789))
- (-4 *5 (-735)) (-4 *2 (-245 *4)))))
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-110))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6) (-10 -8 (-15 -4118 ($ *7)))))
+ (-4 *7 (-789))
+ (-4 *8
+ (-13 (-1154 *3 *7) (-343) (-1116)
+ (-10 -8 (-15 -4234 ($ $)) (-15 -1467 ($ $)))))
+ (-5 *2
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))))
+ (-5 *1 (-402 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1077)) (-4 *9 (-918 *8))
+ (-14 *10 (-1094)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-310)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1126 *3)) (-4 *3 (-909)))))
+(((*1 *1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))))
+(((*1 *2 *3 *4 *4 *5 *4 *3 *6 *3 *4 *7 *8 *9 *10)
+ (-12 (-5 *4 (-527)) (-5 *5 (-1077)) (-5 *6 (-634 (-207)))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))))
+ (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))))
+ (-5 *9 (-3 (|:| |fn| (-368)) (|:| |fp| (-69 PEDERV))))
+ (-5 *10 (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))))
+(((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1063)) (-5 *3 (-137)) (-5 *2 (-110)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-592 *3)) (-5 *1 (-42 *4 *3))
- (-4 *3 (-395 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-33)) (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)) (-5 *2 (-108))
- (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-884 *3 *5 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))))))
-(((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *2 (-966)) (-5 *1 (-695)))))
+ (-12
+ (-5 *3
+ (-594
+ (-2 (|:| -1238 (-715))
+ (|:| |eqns|
+ (-594
+ (-2 (|:| |det| *7) (|:| |rows| (-594 (-527)))
+ (|:| |cols| (-594 (-527))))))
+ (|:| |fgb| (-594 *7)))))
+ (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140)))
+ (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-715))
+ (-5 *1 (-861 *4 *5 *6 *7)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-715)) (-4 *4 (-329)) (-5 *1 (-199 *4 *2))
+ (-4 *2 (-1152 *4)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 (-565 *5))) (-5 *3 (-1092)) (-4 *5 (-408 *4))
- (-4 *4 (-789)) (-5 *1 (-534 *4 *5)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-856)) (-4 *1 (-218 *3 *4)) (-4 *4 (-977))
- (-4 *4 (-1128))))
- ((*1 *1 *2)
- (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160))
- (-4 *5 (-218 (-2827 *3) (-713)))
- (-14 *6
- (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *5))
- (-2 (|:| -1722 *2) (|:| -2168 *5))))
- (-5 *1 (-438 *3 *4 *2 *5 *6 *7)) (-4 *2 (-789))
- (-4 *7 (-884 *4 *5 (-800 *3)))))
- ((*1 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2 (-1 *5 *5)) (-5 *1 (-746 *4 *5))
- (-4 *5 (-13 (-29 *4) (-1114) (-893))))))
-(((*1 *2 *1) (-12 (-4 *1 (-245 *2)) (-4 *2 (-789))))
- ((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-800 *3)) (-14 *3 (-592 *2))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-900 *3)) (-4 *3 (-901))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-922))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1013 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979))
+ (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-51)) (-5 *2 (-110)) (-5 *1 (-50 *4)) (-4 *4 (-1130))))
((*1 *2 *1)
- (-12 (-4 *1 (-1152 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734))
- (-5 *2 (-1092))))
- ((*1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1170 *3)) (-14 *3 *2))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-525)) (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-286))
- (-4 *9 (-884 *8 *6 *7))
- (-5 *2 (-2 (|:| -2158 (-1088 *9)) (|:| |polval| (-1088 *8))))
- (-5 *1 (-685 *6 *7 *8 *9)) (-5 *3 (-1088 *9)) (-5 *4 (-1088 *8)))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791)))
+ (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-619 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-623 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-830 *3)) (-4 *3 (-791)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1130)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3))
- (-4 *3 (-996 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-912 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-704)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-110))
+ (-5 *2 (-968)) (-5 *1 (-690)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-428 *4 *5 *6 *2)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643))))
+ ((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643)))))
+(((*1 *2)
+ (-12 (-4 *1 (-329))
+ (-5 *2 (-594 (-2 (|:| -2700 (-527)) (|:| -3148 (-527))))))))
+(((*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *6))))
+ (-5 *4 (-959 (-784 (-527)))) (-5 *5 (-1094)) (-5 *7 (-387 (-527)))
+ (-4 *6 (-979)) (-5 *2 (-800)) (-5 *1 (-552 *6)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-702)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *3 (-993 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-996 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *3)) (-4 *3 (-996 *5 *6 *7 *8)) (-4 *5 (-429))
- (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-108))
- (-5 *1 (-921 *5 *6 *7 *8 *3))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7))))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-996 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *3 (-993 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1031 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *3)) (-4 *3 (-996 *5 *6 *7 *8)) (-4 *5 (-429))
- (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-108))
- (-5 *1 (-1027 *5 *6 *7 *8 *3)))))
-(((*1 *2 *3 *4 *3 *5 *3)
- (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525))
- (-5 *2 (-966)) (-5 *1 (-697)))))
-(((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160))))
- ((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))))
-(((*1 *2 *3)
- (-12 (-14 *4 (-592 (-1092))) (-4 *5 (-429))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
(-5 *2
- (-2 (|:| |glbase| (-592 (-227 *4 *5))) (|:| |glval| (-592 (-525)))))
- (-5 *1 (-580 *4 *5)) (-5 *3 (-592 (-227 *4 *5))))))
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1031 *5 *6 *7 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-327))
- (-5 *2
- (-2 (|:| |cont| *5)
- (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525)))))))
- (-5 *1 (-197 *5 *3)) (-4 *3 (-1150 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-558 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1128))
- (-5 *2 (-108)))))
+ (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1022)) (-4 *5 (-1022))
+ (-5 *2 (-1 *5)) (-5 *1 (-628 *4 *5)))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-696)))))
+(((*1 *2 *1) (-12 (-4 *1 (-247 *2)) (-4 *2 (-791))))
+ ((*1 *1 *2)
+ (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-802 *3)) (-14 *3 (-594 *2))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-902 *3)) (-4 *3 (-903))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-924))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1015 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1154 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-5 *2 (-1094))))
+ ((*1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1172 *3)) (-14 *3 *2))))
+(((*1 *2 *1)
+ (|partial| -12
+ (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431)))
+ (-5 *2
+ (-2
+ (|:| |%term|
+ (-2 (|:| |%coef| (-1161 *4 *5 *6))
+ (|:| |%expon| (-299 *4 *5 *6))
+ (|:| |%expTerms|
+ (-594 (-2 (|:| |k| (-387 (-527))) (|:| |c| *4))))))
+ (|:| |%type| (-1077))))
+ (-5 *1 (-1162 *3 *4 *5 *6)) (-4 *4 (-13 (-27) (-1116) (-410 *3)))
+ (-14 *5 (-1094)) (-14 *6 *4))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979))
+ (-5 *2 (-594 (-594 (-880 *3))))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-594 (-594 (-880 *4)))) (-5 *3 (-110)) (-4 *4 (-979))
+ (-4 *1 (-1055 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 (-880 *3)))) (-4 *3 (-979))
+ (-4 *1 (-1055 *3))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-594 (-594 (-594 *4)))) (-5 *3 (-110))
+ (-4 *1 (-1055 *4)) (-4 *4 (-979))))
+ ((*1 *1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-594 (-594 (-880 *4)))) (-5 *3 (-110))
+ (-4 *1 (-1055 *4)) (-4 *4 (-979))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-594 (-594 (-594 *5)))) (-5 *3 (-594 (-161)))
+ (-5 *4 (-161)) (-4 *1 (-1055 *5)) (-4 *5 (-979))))
+ ((*1 *1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-594 (-594 (-880 *5)))) (-5 *3 (-594 (-161)))
+ (-5 *4 (-161)) (-4 *1 (-1055 *5)) (-4 *5 (-979)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-695)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-137))))
+ ((*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-137)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3))
+ (-4 *3 (-903)))))
+(((*1 *2 *2) (-12 (-5 *2 (-594 (-296 (-207)))) (-5 *1 (-248)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-844)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-396 (-1088 *7)))
- (-5 *1 (-841 *4 *5 *6 *7)) (-5 *3 (-1088 *7))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-844)) (-4 *5 (-1150 *4)) (-5 *2 (-396 (-1088 *5)))
- (-5 *1 (-842 *4 *5)) (-5 *3 (-1088 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4 *3 *4 *4 *4)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966))
- (-5 *1 (-699)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-305 *3)) (-4 *3 (-1128))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-488 *3 *4)) (-4 *3 (-1128))
- (-14 *4 (-525)))))
-(((*1 *1 *1 *2)
- (-12 (-4 *1 (-55 *2 *3 *4)) (-4 *2 (-1128)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
- ((*1 *1 *1 *2)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-558 *3 *2)) (-4 *3 (-1020))
- (-4 *2 (-1128)))))
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936))))))
(((*1 *2 *1)
- (-12 (-5 *2 (-798)) (-5 *1 (-1073 *3)) (-4 *3 (-1020))
- (-4 *3 (-1128)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
+ (-12 (-5 *2 (-2 (|:| |preimage| (-594 *3)) (|:| |image| (-594 *3))))
+ (-5 *1 (-842 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
+ (-12 (-5 *4 (-634 (-527))) (-5 *5 (-110)) (-5 *7 (-634 (-207)))
+ (-5 *3 (-527)) (-5 *6 (-207)) (-5 *2 (-968)) (-5 *1 (-699)))))
+(((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| -1525 (-112)) (|:| |arg| (-594 (-829 *3)))))
+ (-5 *1 (-829 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-112)) (-5 *2 (-594 (-829 *4)))
+ (-5 *1 (-829 *4)) (-4 *4 (-1022)))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12
+ (-4 *4 (-13 (-140) (-27) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *5 (-1152 *4)) (-5 *2 (-1090 (-387 *5))) (-5 *1 (-570 *4 *5))
+ (-5 *3 (-387 *5))))
+ ((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-140) (-27) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2 (-1090 (-387 *6))) (-5 *1 (-570 *5 *6)) (-5 *3 (-387 *6)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-1017 (-207))) (-5 *2 (-864))
+ (-5 *1 (-862 *3)) (-4 *3 (-569 (-503)))))
+ ((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-1017 (-207))) (-5 *2 (-864))
+ (-5 *1 (-862 *3)) (-4 *3 (-569 (-503)))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863))))
+ ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-863))))
+ ((*1 *1 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-863))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864))))
+ ((*1 *1 *2 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-594 (-1 (-207) (-207)))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-1 (-207) (-207)))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-632 *2)) (-4 *4 (-1150 *2))
- (-4 *2 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-5 *1 (-472 *2 *4 *5)) (-4 *5 (-387 *2 *4))))
+ (-12 (-5 *3 (-296 (-359))) (-5 *2 (-296 (-207))) (-5 *1 (-286)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-288)) (-5 *1 (-168 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-521 *3)) (-4 *3 (-512))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)) (-5 *2 (-398 *3))
+ (-5 *1 (-687 *4 *5 *6 *3)) (-4 *3 (-886 *6 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288))
+ (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-398 (-1090 *7)))
+ (-5 *1 (-687 *4 *5 *6 *7)) (-5 *3 (-1090 *7))))
((*1 *2 *1)
- (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2))
- (-4 *5 (-218 *3 *2)) (-4 *2 (-977)))))
-(((*1 *1 *1 *2 *2)
- (|partial| -12 (-5 *2 (-856)) (-5 *1 (-1021 *3 *4)) (-14 *3 *2)
- (-14 *4 *2))))
+ (-12 (-4 *3 (-431)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-398 *1)) (-4 *1 (-886 *3 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-431)) (-5 *2 (-398 *3))
+ (-5 *1 (-914 *4 *5 *6 *3)) (-4 *3 (-886 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-431))
+ (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-398 (-1090 (-387 *7))))
+ (-5 *1 (-1089 *4 *5 *6 *7)) (-5 *3 (-1090 (-387 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-398 *1)) (-4 *1 (-1134))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-398 *3)) (-5 *1 (-1155 *4 *3))
+ (-4 *3 (-13 (-1152 *4) (-519) (-10 -8 (-15 -2742 ($ $ $)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-14 *5 (-594 (-1094)))
+ (-5 *2
+ (-594 (-1065 *4 (-499 (-802 *6)) (-802 *6) (-724 *4 (-802 *6)))))
+ (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094))))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-479 (-387 (-527)) (-222 *4 (-715)) (-802 *3)
+ (-229 *3 (-387 (-527)))))
+ (-14 *3 (-594 (-1094))) (-14 *4 (-715)) (-5 *1 (-480 *3 *4)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-207))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL))))
+ (-5 *2 (-968)) (-5 *1 (-694))))
+ ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-207))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-59 COEFFN))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-85 BDYVAL))))
+ (-5 *8 (-368)) (-5 *2 (-968)) (-5 *1 (-694)))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-1077)) (-5 *3 (-527)) (-5 *1 (-223)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
(-5 *2
(-2
(|:| |endPointContinuity|
@@ -5033,1074 +4312,1663 @@
(|:| |notEvaluated|
"End point continuity not yet evaluated")))
(|:| |singularitiesStream|
- (-3 (|:| |str| (-1073 (-205)))
+ (-3 (|:| |str| (-1075 (-207)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -1777
+ (|:| -1792
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite| "The bottom 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 (-520)))))
-(((*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))))
-(((*1 *1 *1) (-12 (-4 *1 (-115 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1) (-12 (-5 *1 (-617 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798))))
+ (-5 *1 (-522)))))
+(((*1 *2 *1) (-12 (-5 *2 (-766)) (-5 *1 (-765)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1022)) (-5 *2 (-110)) (-5 *1 (-822 *3 *4 *5))
+ (-4 *3 (-1022)) (-4 *5 (-614 *4))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3))
- (-4 *3 (-1150 *2)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))))
-(((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-381 *3)) (-4 *3 (-382))))
- ((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-381 *3)) (-4 *3 (-382))))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (|has| *1 (-6 -4250)) (-4 *1 (-382))))
- ((*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856))))
- ((*1 *2 *1) (-12 (-4 *1 (-804 *3)) (-5 *2 (-1073 (-525))))))
-(((*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-92)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-699)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1075)) (-5 *3 (-716)) (-5 *1 (-110)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2))
- (-4 *4 (-13 (-789) (-517))))))
-(((*1 *2 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286)))))
-(((*1 *1 *1) (-12 (-4 *1 (-115 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1) (-12 (-5 *1 (-617 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-826 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979))
+ (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265)))
+ (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-163 *3)) (-4 *3 (-288)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))))
+(((*1 *2 *3) (-12 (-5 *2 (-359)) (-5 *1 (-729 *3)) (-4 *3 (-569 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-5 *2 (-359)) (-5 *1 (-729 *3))
+ (-4 *3 (-569 *2))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 *2))
+ (-5 *2 (-359)) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979))
+ (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-4 *4 (-569 *2))
+ (-5 *2 (-359)) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791))
+ (-4 *4 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791))
+ (-4 *5 (-569 *2)) (-5 *2 (-359)) (-5 *1 (-729 *5)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *6))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-1090 (-889 *4))) (-5 *1 (-396 *3 *4))
+ (-4 *3 (-397 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-4 *3 (-343))
+ (-5 *2 (-1090 (-889 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348)) (-5 *2 (-110))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-5 *2 (-110))
+ (-5 *1 (-337 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-110))
+ (-5 *1 (-497 *4)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-594 (-2 (|:| |totdeg| (-715)) (|:| -1233 *3))))
+ (-5 *4 (-715)) (-4 *3 (-886 *5 *6 *7)) (-4 *5 (-431)) (-4 *6 (-737))
+ (-4 *7 (-791)) (-5 *1 (-428 *5 *6 *7 *3)))))
+(((*1 *1 *1) (-12 (-4 *1 (-117 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *1 *1) (|partial| -4 *1 (-138))) ((*1 *1 *1) (-4 *1 (-329)))
+ ((*1 *1 *1) (|partial| -12 (-4 *1 (-138)) (-4 *1 (-846)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-163 *3)) (-4 *3 (-288))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-621 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-685 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-791))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *1 (-915 *3)) (-4 *3 (-979))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-594 *1)) (-5 *3 (-594 *7)) (-4 *1 (-998 *4 *5 *6 *7))
+ (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *4 *5 *6 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-207)) (-5 *5 (-527)) (-5 *2 (-1126 *3))
+ (-5 *1 (-734 *3)) (-4 *3 (-909))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-110))
+ (-5 *1 (-1126 *2)) (-4 *2 (-909)))))
+(((*1 *1 *2 *2 *2)
+ (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116)))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343))))
+ ((*1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343))))
+ ((*1 *2 *1 *3 *4 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-359)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-343)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -2613 *1)))
+ (-4 *1 (-793 *3)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-858))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-667)) (-5 *2 (-715)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-858))
+ (-5 *2 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041))))))
+ (-5 *1 (-326 *4)) (-4 *4 (-329)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-220 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-979))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-800))))
+ ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-880 (-207))) (-5 *2 (-207)) (-5 *1 (-1127))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-517 *3)) (-4 *3 (-13 (-384) (-1116))) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-789)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343)))
+ (-4 *3 (-1152 *4)) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-299 *3 *4 *5))
+ (-4 *3 (-13 (-343) (-791))) (-14 *4 (-1094)) (-14 *5 *3))))
+(((*1 *1 *1) (-12 (-4 *1 (-117 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1) (-12 (-5 *1 (-619 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3))
- (-4 *3 (-1150 *2)))))
+ (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-422 *3)) (-4 *3 (-977)))))
-(((*1 *2 *3)
- (-12 (|has| *2 (-6 (-4261 "*"))) (-4 *5 (-351 *2)) (-4 *6 (-351 *2))
- (-4 *2 (-977)) (-5 *1 (-99 *2 *3 *4 *5 *6)) (-4 *3 (-1150 *2))
- (-4 *4 (-630 *2 *5 *6)))))
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *2)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-27) (-410 *4)))
+ (-4 *4 (-13 (-791) (-519) (-970 (-527))))
+ (-4 *7 (-1152 (-387 *6))) (-5 *1 (-515 *4 *5 *6 *7 *2))
+ (-4 *2 (-322 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-634 *7)) (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *6 *5))
+ (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *1 (-861 *4 *5 *6 *7)))))
+(((*1 *1) (-5 *1 (-767))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-594 *8)) (-5 *3 (-1 (-110) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-912 *5 *6 *7 *8)))))
+(((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446))))
+ ((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-393 *3 *4 *5 *6)) (-4 *6 (-970 *4)) (-4 *3 (-288))
+ (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-4 *6 (-389 *4 *5))
+ (-14 *7 (-1176 *6)) (-5 *1 (-394 *3 *4 *5 *6 *7))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1176 *6)) (-4 *6 (-389 *4 *5)) (-4 *4 (-927 *3))
+ (-4 *5 (-1152 *4)) (-4 *3 (-288)) (-5 *1 (-394 *3 *4 *5 *6 *7))
+ (-14 *7 *2))))
+(((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-337 *3)) (-4 *3 (-329)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4))
+ (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-4 *4 (-519)) (-4 *5 (-1152 *4))
+ (-5 *2 (-2 (|:| -2948 (-575 *4 *5)) (|:| -3971 (-387 *5))))
+ (-5 *1 (-575 *4 *5)) (-5 *3 (-387 *5))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-1083 *3 *4))) (-5 *1 (-1083 *3 *4))
+ (-14 *3 (-858)) (-4 *4 (-979))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-431)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
+ (-4 *1 (-1152 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-886 *4 *6 *5)) (-4 *4 (-431))
+ (-4 *5 (-791)) (-4 *6 (-737)) (-5 *1 (-922 *4 *5 *6 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1097)) (-5 *3 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-524)) (-5 *3 (-527))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-879)) (-5 *3 (-527)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-387 (-889 (-159 (-527))))))
+ (-5 *2 (-594 (-594 (-275 (-889 (-159 *4)))))) (-5 *1 (-358 *4))
+ (-4 *4 (-13 (-343) (-789)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-275 (-387 (-889 (-159 (-527)))))))
+ (-5 *2 (-594 (-594 (-275 (-889 (-159 *4)))))) (-5 *1 (-358 *4))
+ (-4 *4 (-13 (-343) (-789)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 (-159 (-527)))))
+ (-5 *2 (-594 (-275 (-889 (-159 *4))))) (-5 *1 (-358 *4))
+ (-4 *4 (-13 (-343) (-789)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-275 (-387 (-889 (-159 (-527))))))
+ (-5 *2 (-594 (-275 (-889 (-159 *4))))) (-5 *1 (-358 *4))
+ (-4 *4 (-13 (-343) (-789))))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1128))
- (-4 *4 (-351 *2)) (-4 *5 (-351 *2))))
+ (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1130))
+ (-4 *4 (-353 *2)) (-4 *5 (-353 *2))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-351 *2))
- (-4 *5 (-351 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-353 *2))
+ (-4 *5 (-353 *2)) (-4 *2 (-1130))))
((*1 *1 *1 *2)
- (-12 (-5 *2 "right") (-4 *1 (-115 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-115 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 "right") (-4 *1 (-117 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "left") (-4 *1 (-117 *3)) (-4 *3 (-1130))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 (-525))) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2))
- (-14 *4 (-525)) (-14 *5 (-713))))
+ (-12 (-5 *3 (-594 (-527))) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2))
+ (-14 *4 (-527)) (-14 *5 (-715))))
((*1 *2 *1 *3 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-713))))
+ (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-715))))
((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-713))))
+ (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-715))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-713))))
+ (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-715))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-160)) (-5 *1 (-130 *4 *5 *2))
- (-14 *4 *3) (-14 *5 (-713))))
+ (-12 (-5 *3 (-527)) (-4 *2 (-162)) (-5 *1 (-132 *4 *5 *2))
+ (-14 *4 *3) (-14 *5 (-715))))
((*1 *2 *1)
- (-12 (-4 *2 (-160)) (-5 *1 (-130 *3 *4 *2)) (-14 *3 (-525))
- (-14 *4 (-713))))
+ (-12 (-4 *2 (-162)) (-5 *1 (-132 *3 *4 *2)) (-14 *3 (-527))
+ (-14 *4 (-715))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-225 (-1075))) (-5 *1 (-195 *4))
+ (-12 (-5 *3 (-1094)) (-5 *2 (-227 (-1077))) (-5 *1 (-197 *4))
(-4 *4
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ *3)) (-15 -2701 ((-1179) $))
- (-15 -3686 ((-1179) $)))))))
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ *3)) (-15 -2664 ((-1181) $))
+ (-15 -2000 ((-1181) $)))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-922)) (-5 *1 (-195 *3))
+ (-12 (-5 *2 (-924)) (-5 *1 (-197 *3))
(-4 *3
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $))
- (-15 -3686 ((-1179) $)))))))
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $))
+ (-15 -2000 ((-1181) $)))))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "count") (-5 *2 (-713)) (-5 *1 (-225 *4)) (-4 *4 (-789))))
- ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-225 *3)) (-4 *3 (-789))))
+ (-12 (-5 *3 "count") (-5 *2 (-715)) (-5 *1 (-227 *4)) (-4 *4 (-791))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 "sort") (-5 *1 (-227 *3)) (-4 *3 (-791))))
((*1 *1 *1 *2)
- (-12 (-5 *2 "unique") (-5 *1 (-225 *3)) (-4 *3 (-789))))
+ (-12 (-5 *2 "unique") (-5 *1 (-227 *3)) (-4 *3 (-791))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-265 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128))))
+ (-12 (-4 *1 (-267 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130))))
((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-267 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128))))
+ (-12 (-4 *1 (-269 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130))))
((*1 *2 *1 *2)
- (-12 (-4 *3 (-160)) (-5 *1 (-268 *3 *2 *4 *5 *6 *7))
- (-4 *2 (-1150 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
+ (-12 (-4 *3 (-162)) (-5 *1 (-270 *3 *2 *4 *5 *6 *7))
+ (-4 *2 (-1152 *3)) (-4 *4 (-23)) (-14 *5 (-1 *2 *2 *4))
(-14 *6 (-1 (-3 *4 "failed") *4 *4))
(-14 *7 (-1 (-3 *2 "failed") *2 *2 *4))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-110)) (-5 *3 (-592 *1)) (-4 *1 (-281))))
- ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110))))
- ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110))))
- ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-110))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-594 *1)) (-4 *1 (-283))))
+ ((*1 *1 *2 *1 *1 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112))))
+ ((*1 *1 *2 *1 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112))))
+ ((*1 *1 *2 *1 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112))))
((*1 *2 *1 *2 *2)
- (-12 (-4 *1 (-320 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-1150 *2))
- (-4 *4 (-1150 (-385 *3)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-4 *1 (-395 *2)) (-4 *2 (-160))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1075)) (-5 *1 (-475))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-51)) (-5 *1 (-581))))
+ (-12 (-4 *1 (-322 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1152 *2))
+ (-4 *4 (-1152 (-387 *3)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-4 *1 (-397 *2)) (-4 *2 (-162))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1077)) (-5 *1 (-477))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-51)) (-5 *1 (-583))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1141 (-525))) (-4 *1 (-597 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 (-1143 (-527))) (-4 *1 (-599 *3)) (-4 *3 (-1130))))
((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *1 (-620 *2)) (-4 *2 (-1020))))
+ (-12 (-5 *3 (-715)) (-5 *1 (-622 *2)) (-4 *2 (-1022))))
((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-592 (-525))) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798))))
+ (-12 (-5 *2 (-594 (-527))) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-592 (-827 *4))) (-5 *1 (-827 *4))
- (-4 *4 (-1020))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-838 *2)) (-4 *2 (-1020))))
+ (-12 (-5 *2 (-112)) (-5 *3 (-594 (-829 *4))) (-5 *1 (-829 *4))
+ (-4 *4 (-1022))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-840 *2)) (-4 *2 (-1022))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-840 *4)) (-5 *1 (-839 *4))
- (-4 *4 (-1020))))
+ (-12 (-5 *3 (-715)) (-5 *2 (-842 *4)) (-5 *1 (-841 *4))
+ (-4 *4 (-1022))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-220 *4 *2)) (-14 *4 (-856)) (-4 *2 (-341))
- (-5 *1 (-926 *4 *2))))
+ (-12 (-5 *3 (-222 *4 *2)) (-14 *4 (-858)) (-4 *2 (-343))
+ (-5 *1 (-928 *4 *2))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "value") (-4 *1 (-942 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *3 "value") (-4 *1 (-944 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130))))
((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *2 *6 *7)) (-4 *2 (-977))
- (-4 *6 (-218 *5 *2)) (-4 *7 (-218 *4 *2))))
+ (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *2 *6 *7)) (-4 *2 (-979))
+ (-4 *6 (-220 *5 *2)) (-4 *7 (-220 *4 *2))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *2 *6 *7))
- (-4 *6 (-218 *5 *2)) (-4 *7 (-218 *4 *2)) (-4 *2 (-977))))
+ (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *2 *6 *7))
+ (-4 *6 (-220 *5 *2)) (-4 *7 (-220 *4 *2)) (-4 *2 (-979))))
((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-856)) (-4 *4 (-1020))
- (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4))))
- (-5 *1 (-999 *4 *5 *2))
- (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4))))))
+ (-12 (-5 *3 (-858)) (-4 *4 (-1022))
+ (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4))))
+ (-5 *1 (-1001 *4 *5 *2))
+ (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4))))))
((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-856)) (-4 *4 (-1020))
- (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4))))
- (-5 *1 (-1000 *4 *5 *2))
- (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4))))))
+ (-12 (-5 *3 (-858)) (-4 *4 (-1022))
+ (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4))))
+ (-5 *1 (-1002 *4 *5 *2))
+ (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4))))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-525))) (-4 *1 (-1023 *3 *4 *5 *6 *7))
- (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020))
- (-4 *7 (-1020))))
+ (-12 (-5 *2 (-594 (-527))) (-4 *1 (-1025 *3 *4 *5 *6 *7))
+ (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022))
+ (-4 *7 (-1022))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020))
- (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020))))
- ((*1 *1 *1 *1) (-4 *1 (-1061)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092))))
+ (-12 (-5 *2 (-527)) (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022))
+ (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022))))
+ ((*1 *1 *1 *1) (-4 *1 (-1063)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-385 *1)) (-4 *1 (-1150 *2)) (-4 *2 (-977))
- (-4 *2 (-341))))
+ (-12 (-5 *3 (-387 *1)) (-4 *1 (-1152 *2)) (-4 *2 (-979))
+ (-4 *2 (-343))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-385 *1)) (-4 *1 (-1150 *3)) (-4 *3 (-977))
- (-4 *3 (-517))))
+ (-12 (-5 *2 (-387 *1)) (-4 *1 (-1152 *3)) (-4 *3 (-979))
+ (-4 *3 (-519))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1152 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977))))
+ (-12 (-4 *1 (-1154 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "last") (-4 *1 (-1162 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *3 "last") (-4 *1 (-1164 *2)) (-4 *2 (-1130))))
((*1 *1 *1 *2)
- (-12 (-5 *2 "rest") (-4 *1 (-1162 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 "rest") (-4 *1 (-1164 *3)) (-4 *3 (-1130))))
((*1 *2 *1 *3)
- (-12 (-5 *3 "first") (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-341)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3))
- (-5 *1 (-492 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))))
+ (-12 (-5 *3 "first") (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *1) (-5 *1 (-1181))))
(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3))
- (-4 *3 (-395 *4)))))
-(((*1 *2 *3 *3 *2 *4)
- (-12 (-5 *3 (-632 *2)) (-5 *4 (-525))
- (-4 *2 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *5 (-1150 *2)) (-5 *1 (-472 *2 *5 *6)) (-4 *6 (-387 *2 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
+ (-12 (-4 *4 (-791)) (-5 *2 (-1103 (-594 *4))) (-5 *1 (-1102 *4))
+ (-5 *3 (-594 *4)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-4 *2 (-1022))
+ (-5 *1 (-826 *4 *2)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-653 *3)) (-5 *1 (-771 *2 *3)) (-4 *3 (-979)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-457 *4 *5))) (-14 *4 (-592 (-1092)))
- (-4 *5 (-429))
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *6 *5))
+ (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *2 (-110)) (-5 *1 (-861 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-13 (-288) (-140)))
+ (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-110))
+ (-5 *1 (-861 *4 *5 *6 *7)) (-4 *7 (-886 *4 *6 *5)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-110))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6) (-10 -8 (-15 -4118 ($ *7)))))
+ (-4 *7 (-789))
+ (-4 *8
+ (-13 (-1154 *3 *7) (-343) (-1116)
+ (-10 -8 (-15 -4234 ($ $)) (-15 -1467 ($ $)))))
(-5 *2
- (-2 (|:| |gblist| (-592 (-227 *4 *5)))
- (|:| |gvlist| (-592 (-525)))))
- (-5 *1 (-580 *4 *5)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))))
+ (-3 (|:| |%series| *8)
+ (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))))
+ (-5 *1 (-402 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1077)) (-4 *9 (-918 *8))
+ (-14 *10 (-1094)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1090 *3)) (-5 *1 (-851 *3)) (-4 *3 (-288)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-594 (-889 *3))) (-4 *3 (-431))
+ (-5 *1 (-340 *3 *4)) (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-594 (-724 *3 (-802 *4)))) (-4 *3 (-431))
+ (-14 *4 (-594 (-1094))) (-5 *1 (-579 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-527))) (-5 *1 (-977)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)) (-4 *2 (-791))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-110) *3 *3)) (-4 *1 (-263 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-791)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-811)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *2)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))
- (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-763)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-4 *1 (-838 *3)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-809))
- (-5 *5 (-856)) (-5 *6 (-592 (-242))) (-5 *2 (-445)) (-5 *1 (-1178))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *2 (-445))
- (-5 *1 (-1178))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-592 (-242)))
- (-5 *2 (-445)) (-5 *1 (-1178)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641))))
- ((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641)))))
+ (-12 (-4 *1 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-5 *2 (-594 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022))
+ (-5 *2 (-594 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1075 *3)) (-5 *1 (-553 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 *3)) (-5 *1 (-680 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-671))))
+ ((*1 *2 *1) (-12 (-4 *1 (-793 *3)) (-4 *3 (-979)) (-5 *2 (-594 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1167 *3)) (-4 *3 (-979)) (-5 *2 (-1075 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1088 *6)) (-4 *6 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-1088 *7)) (-5 *1 (-299 *4 *5 *6 *7))
- (-4 *7 (-884 *6 *4 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-286)) (-5 *1 (-166 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 (-887 *4))) (-5 *3 (-592 (-1092))) (-4 *4 (-429))
- (-5 *1 (-853 *4)))))
-(((*1 *1 *1) (-5 *1 (-798))))
-(((*1 *1) (-5 *1 (-989))))
-(((*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *2)) (-4 *2 (-160))))
- ((*1 *2) (-12 (-4 *2 (-160)) (-5 *1 (-394 *3 *2)) (-4 *3 (-395 *2))))
- ((*1 *2) (-12 (-4 *1 (-395 *2)) (-4 *2 (-160)))))
-(((*1 *1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735))
- (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8))
- (-5 *2
- (-2 (|:| -1537 (-592 *9)) (|:| -1285 *4) (|:| |ineq| (-592 *9))))
- (-5 *1 (-921 *6 *7 *8 *9 *4)) (-5 *3 (-592 *9))
- (-4 *4 (-996 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
- (|partial| -12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735))
- (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8))
- (-5 *2
- (-2 (|:| -1537 (-592 *9)) (|:| -1285 *4) (|:| |ineq| (-592 *9))))
- (-5 *1 (-1027 *6 *7 *8 *9 *4)) (-5 *3 (-592 *9))
- (-4 *4 (-996 *6 *7 *8 *9)))))
-(((*1 *1) (-5 *1 (-1179))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *1) (-5 *1 (-415))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
+ (-12 (-4 *4 (-846)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-398 (-1090 *7)))
+ (-5 *1 (-843 *4 *5 *6 *7)) (-5 *3 (-1090 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-846)) (-4 *5 (-1152 *4)) (-5 *2 (-398 (-1090 *5)))
+ (-5 *1 (-844 *4 *5)) (-5 *3 (-1090 *5)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357))))
- ((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-357)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-592 *10)) (-5 *5 (-108)) (-4 *10 (-996 *6 *7 *8 *9))
- (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1152 (-527))) (-5 *1 (-463 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-14 *5 (-594 (-1094)))
(-5 *2
- (-592
- (-2 (|:| -1537 (-592 *9)) (|:| -1285 *10) (|:| |ineq| (-592 *9)))))
- (-5 *1 (-921 *6 *7 *8 *9 *10)) (-5 *3 (-592 *9))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-592 *10)) (-5 *5 (-108)) (-4 *10 (-996 *6 *7 *8 *9))
- (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789)) (-4 *9 (-991 *6 *7 *8))
+ (-594 (-2 (|:| -1905 (-1090 *4)) (|:| -4002 (-594 (-889 *4))))))
+ (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955)))
(-5 *2
- (-592
- (-2 (|:| -1537 (-592 *9)) (|:| -1285 *10) (|:| |ineq| (-592 *9)))))
- (-5 *1 (-1027 *6 *7 *8 *9 *10)) (-5 *3 (-592 *9)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-697)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *3 *3 *3 *3)
- (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))))
-(((*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 (-525)) (-5 *5 (-632 (-205))) (-5 *6 (-620 (-205)))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-693)))))
-(((*1 *2 *3) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-423)) (-5 *3 (-525)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735))
- (-5 *1 (-477 *4 *5 *6 *2)) (-4 *2 (-884 *4 *5 *6))))
- ((*1 *1 *1 *2)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-477 *3 *4 *5 *2)) (-4 *2 (-884 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-849 *3)) (-4 *3 (-286)))))
+ (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5))))))
+ (-5 *1 (-1200 *5 *6 *7)) (-5 *3 (-594 (-889 *5)))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2
+ (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5))))))
+ (-5 *1 (-1200 *5 *6 *7)) (-5 *3 (-594 (-889 *5)))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2
+ (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5))))))
+ (-5 *1 (-1200 *5 *6 *7)) (-5 *3 (-594 (-889 *5)))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2
+ (-594 (-2 (|:| -1905 (-1090 *4)) (|:| -4002 (-594 (-889 *4))))))
+ (-5 *1 (-1200 *4 *5 *6)) (-5 *3 (-594 (-889 *4)))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-447)))))
+(((*1 *1) (-5 *1 (-310))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1075 (-387 *3))) (-5 *1 (-163 *3)) (-4 *3 (-288)))))
+(((*1 *2 *1) (-12 (-5 *1 (-1126 *2)) (-4 *2 (-909)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-544 *3)) (-5 *1 (-520 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-344 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4)))
+ (-5 *2 (-1176 *6)) (-5 *1 (-316 *3 *4 *5 *6))
+ (-4 *6 (-322 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-327)) (-5 *3 (-525)) (-5 *2 (-1102 (-856) (-713))))))
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-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 (-176)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *2 (-979)) (-5 *1 (-49 *2 *3)) (-14 *3 (-594 (-1094)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 (-858))) (-4 *2 (-343)) (-5 *1 (-145 *4 *2 *5))
+ (-14 *4 (-858)) (-14 *5 (-928 *4 *2))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-296 *3)) (-5 *1 (-205 *3 *4))
+ (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-303 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-128))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-362 *2 *3)) (-4 *3 (-1022)) (-4 *2 (-979))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *2 (-519)) (-5 *1 (-575 *2 *4))
+ (-4 *4 (-1152 *2))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-653 *2)) (-4 *2 (-979))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-979)) (-5 *1 (-680 *2 *3)) (-4 *3 (-671))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 *5)) (-5 *3 (-594 (-715))) (-4 *1 (-685 *4 *5))
+ (-4 *4 (-979)) (-4 *5 (-791))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *2)) (-4 *4 (-979))
+ (-4 *2 (-791))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-715)) (-4 *1 (-793 *2)) (-4 *2 (-979))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 *6)) (-5 *3 (-594 (-715))) (-4 *1 (-886 *4 *5 *6))
+ (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-886 *4 *5 *2)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *2 (-791))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-4 *2 (-886 *4 (-499 *5) *5))
+ (-5 *1 (-1047 *4 *5 *2)) (-4 *4 (-979)) (-4 *5 (-791))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-889 *4)) (-5 *1 (-1125 *4))
+ (-4 *4 (-979)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-826 *4 *3))
+ (-4 *3 (-1022)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-3 (-110) (-594 *1)))
+ (-4 *1 (-998 *4 *5 *6 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-789)) (-5 *1 (-864 *3 *2)) (-4 *2 (-408 *3))))
+ (-12 (-4 *3 (-791)) (-5 *1 (-866 *3 *2)) (-4 *2 (-410 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-294 (-525))) (-5 *1 (-865)))))
+ (-12 (-5 *3 (-1094)) (-5 *2 (-296 (-527))) (-5 *1 (-867)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286))
- (-5 *2 (-592 (-713))) (-5 *1 (-720 *3 *4 *5 *6 *7))
- (-4 *3 (-1150 *6)) (-4 *7 (-884 *6 *4 *5)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *3 (-525)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-396 *2)) (-4 *2 (-517)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *2 (-110)) (-5 *1 (-281)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-634 (-296 (-207)))) (-5 *2 (-359)) (-5 *1 (-189)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-880 (-207))) (-5 *2 (-1181)) (-5 *1 (-447)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3))
+ (-4 *3 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *4 *4 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *2 (-968)) (-5 *1 (-696)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-594 *8))) (-5 *3 (-594 *8))
+ (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-110)) (-5 *1 (-912 *5 *6 *7 *8)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1176 (-1176 (-527)))) (-5 *3 (-858)) (-5 *1 (-445)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-429))
+ (-12 (-5 *3 (-296 (-207))) (-5 *2 (-387 (-527))) (-5 *1 (-286)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1020 *3)) (-4 *3 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-431)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *2 (-594 *3)) (-5 *1 (-912 *4 *5 *6 *3))
+ (-4 *3 (-993 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3))
+ (-4 *3 (-903)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1167 *4))
+ (-4 *4 (-37 (-387 (-527))))
+ (-5 *2 (-1 (-1075 *4) (-1075 *4) (-1075 *4))) (-5 *1 (-1169 *4 *5)))))
+(((*1 *1 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *2)
+ (-12
(-5 *2
- (-592
- (-2 (|:| |eigval| (-3 (-385 (-887 *4)) (-1082 (-1092) (-887 *4))))
- (|:| |geneigvec| (-592 (-632 (-385 (-887 *4))))))))
- (-5 *1 (-271 *4)) (-5 *3 (-632 (-385 (-887 *4)))))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5 (-1 (-3 (-2 (|:| -3991 *6) (|:| |coeff| *6)) "failed") *6))
- (-4 *6 (-341)) (-4 *7 (-1150 *6))
+ (-594
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-715)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-737)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431)) (-4 *5 (-791))
+ (-5 *1 (-428 *3 *4 *5 *6)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-25)) (-4 *3 (-791))
+ (-5 *2 (-2 (|:| -2663 (-527)) (|:| |var| (-567 *1))))
+ (-4 *1 (-410 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359)))
+ (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181))
+ (-5 *1 (-732)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-1077)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *4 (-993 *6 *7 *8)) (-5 *2 (-1181))
+ (-5 *1 (-720 *6 *7 *8 *4 *5)) (-4 *5 (-998 *6 *7 *8 *4)))))
+(((*1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-1041)) (-5 *2 (-110)) (-5 *1 (-765)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-706))))
+(((*1 *2 *3 *2)
+ (-12
(-5 *2
- (-3 (-2 (|:| |answer| (-385 *7)) (|:| |a0| *6))
- (-2 (|:| -3991 (-385 *7)) (|:| |coeff| (-385 *7))) "failed"))
- (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))))
+ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207))
+ (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207))
+ (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))
+ (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207))
+ (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207))
+ (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))
+ (-5 *1 (-244))))
+ ((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178))))
+ ((*1 *2 *1 *3 *3 *4 *4 *4)
+ (-12 (-5 *3 (-527)) (-5 *4 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178))))
+ ((*1 *2 *1 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207))
+ (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207))
+ (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))
+ (-5 *2 (-1181)) (-5 *1 (-1178))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| |theta| (-207)) (|:| |phi| (-207)) (|:| -3467 (-207))
+ (|:| |scaleX| (-207)) (|:| |scaleY| (-207)) (|:| |scaleZ| (-207))
+ (|:| |deltaX| (-207)) (|:| |deltaY| (-207))))
+ (-5 *1 (-1178))))
+ ((*1 *2 *1 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-343)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-479 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))))
+(((*1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-4 *1 (-306 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4)))
+ (-5 *2 (-2 (|:| |num| (-1176 *4)) (|:| |den| *4))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 (-880 *4))) (-4 *1 (-1055 *4)) (-4 *4 (-979))
+ (-5 *2 (-715)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-765)) (-5 *4 (-51)) (-5 *2 (-1181)) (-5 *1 (-775)))))
+(((*1 *1) (-12 (-4 *1 (-444 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-503))) ((*1 *1) (-4 *1 (-667)))
+ ((*1 *1) (-4 *1 (-671)))
+ ((*1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022))))
+ ((*1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-791)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-217 *3))
+ (-4 *3 (-1022))))
+ ((*1 *1 *2 *1)
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-217 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130)) (-4 *2 (-1022))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-263 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *3 *1)
+ (|partial| -12 (-4 *1 (-565 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *2 (-1 (-110) *4)) (-5 *3 (-527)) (-4 *4 (-1022))
+ (-5 *1 (-682 *4))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-5 *1 (-682 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1152 *4)) (-5 *1 (-751 *4 *2 *3 *5))
+ (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-604 *2))
+ (-4 *5 (-604 (-387 *2)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *2 (-1152 *4)) (-5 *1 (-751 *4 *2 *5 *3))
+ (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *5 (-604 *2))
+ (-4 *3 (-604 (-387 *2))))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-604 *3)) (-4 *3 (-979)) (-4 *3 (-343))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-715)) (-5 *4 (-1 *5 *5)) (-4 *5 (-343))
+ (-5 *1 (-607 *5 *2)) (-4 *2 (-604 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-55 *4 *5 *2)) (-4 *4 (-1130))
+ (-4 *5 (-353 *4)) (-4 *2 (-353 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *6 *7 *2)) (-4 *6 (-979))
+ (-4 *7 (-220 *5 *6)) (-4 *2 (-220 *4 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-104 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *6)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-594 (-1001 *4 *5 *2))) (-4 *4 (-1022))
+ (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4))))
+ (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4))))
+ (-5 *1 (-53 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-594 (-1001 *5 *6 *2))) (-5 *4 (-858)) (-4 *5 (-1022))
+ (-4 *6 (-13 (-979) (-823 *5) (-791) (-569 (-829 *5))))
+ (-4 *2 (-13 (-410 *6) (-823 *5) (-569 (-829 *5))))
+ (-5 *1 (-53 *5 *6 *2)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-225 *3)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
(((*1 *1 *1)
- (-12 (-4 *1 (-232 *2 *3 *4 *5)) (-4 *2 (-977)) (-4 *3 (-789))
- (-4 *4 (-245 *3)) (-4 *5 (-735)))))
-(((*1 *1) (-5 *1 (-132))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-429)) (-4 *4 (-789))
- (-5 *1 (-534 *4 *2)) (-4 *2 (-263)) (-4 *2 (-408 *4)))))
+ (-12 (-4 *1 (-234 *2 *3 *4 *5)) (-4 *2 (-979)) (-4 *3 (-791))
+ (-4 *4 (-247 *3)) (-4 *5 (-737)))))
+(((*1 *1) (-4 *1 (-23)))
+ ((*1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
+ ((*1 *1) (-5 *1 (-503)))
+ ((*1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *3))
+ (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-385 *4)) (-4 *4 (-1150 *3))
- (-4 *3 (-13 (-341) (-138) (-968 (-525)))) (-5 *1 (-529 *3 *4)))))
-(((*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 *1)) (|has| *1 (-6 -4260)) (-4 *1 (-942 *3))
- (-4 *3 (-1128)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))) ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1088 (-525))) (-5 *3 (-525)) (-4 *1 (-804 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-641)) (-5 *1 (-284)))))
-(((*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
-(((*1 *1) (-12 (-4 *1 (-442 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-501))) ((*1 *1) (-4 *1 (-665)))
- ((*1 *1) (-4 *1 (-669)))
- ((*1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020))))
- ((*1 *1) (-12 (-5 *1 (-828 *2)) (-4 *2 (-789)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1107)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 (-1088 *5))) (-5 *3 (-1088 *5))
- (-4 *5 (-154 *4)) (-4 *4 (-510)) (-5 *1 (-140 *4 *5))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 *3)) (-4 *3 (-1150 *5))
- (-4 *5 (-1150 *4)) (-4 *4 (-327)) (-5 *1 (-336 *4 *5 *3))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 (-1088 (-525)))) (-5 *3 (-1088 (-525)))
- (-5 *1 (-533))))
- ((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 (-1088 *1))) (-5 *3 (-1088 *1))
- (-4 *1 (-844)))))
-(((*1 *2 *3) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-522)) (-5 *3 (-525)))))
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-140))
+ (-4 *3 (-288)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-912 *3 *4 *5 *6)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-112)) (-4 *4 (-979)) (-5 *1 (-659 *4 *2))
+ (-4 *2 (-596 *4))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-112)) (-5 *1 (-778 *2)) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-594 *1)) (-4 *1 (-944 *3))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-1083 *3 *4))) (-5 *1 (-1083 *3 *4))
+ (-14 *3 (-858)) (-4 *4 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-787))) (-5 *1 (-167 *3 *2))
- (-4 *2 (-1150 (-157 *3))))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-695)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-592 (-525))) (-5 *3 (-108)) (-5 *1 (-1030)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-715)) (-5 *3 (-880 *5)) (-4 *5 (-979))
+ (-5 *1 (-1083 *4 *5)) (-14 *4 (-858))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-715))) (-5 *3 (-715)) (-5 *1 (-1083 *4 *5))
+ (-14 *4 (-858)) (-4 *5 (-979))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-715))) (-5 *3 (-880 *5)) (-4 *5 (-979))
+ (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *7)) (-4 *7 (-789))
- (-4 *8 (-884 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735))
+ (-12 (-4 *5 (-737)) (-4 *6 (-791)) (-4 *7 (-519))
+ (-4 *3 (-886 *7 *5 *6))
(-5 *2
- (-2 (|:| |particular| (-3 (-1174 (-385 *8)) "failed"))
- (|:| -2103 (-592 (-1174 (-385 *8))))))
- (-5 *1 (-615 *5 *6 *7 *8)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-1 (-542 *3) *3 (-1092)))
- (-5 *6
- (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
- (-1092)))
- (-4 *3 (-263)) (-4 *3 (-578)) (-4 *3 (-968 *4)) (-4 *3 (-408 *7))
- (-5 *4 (-1092)) (-4 *7 (-567 (-827 (-525)))) (-4 *7 (-429))
- (-4 *7 (-821 (-525))) (-4 *7 (-789)) (-5 *2 (-542 *3))
- (-5 *1 (-534 *7 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934))))))
-(((*1 *1) (-4 *1 (-23)))
- ((*1 *1) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
- ((*1 *1) (-5 *1 (-501)))
- ((*1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))))
+ (-2 (|:| -3148 (-715)) (|:| -2663 *3) (|:| |radicand| (-594 *3))))
+ (-5 *1 (-890 *5 *6 *7 *3 *8)) (-5 *4 (-715))
+ (-4 *8
+ (-13 (-343)
+ (-10 -8 (-15 -4109 (*3 $)) (-15 -4122 (*3 $)) (-15 -4118 ($ *3))))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1077))) (-5 *2 (-110)) (-5 *1 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-1094))) (-5 *2 (-110)) (-5 *1 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-207))) (-5 *2 (-110)) (-5 *1 (-1099))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (|[\|\|]| (-527))) (-5 *2 (-110)) (-5 *1 (-1099)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))))
+ (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-763 *3))))
+ ((*1 *2 *1) (-12 (-4 *2 (-787)) (-5 *1 (-1197 *3 *2)) (-4 *3 (-979)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-699)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1090 *7)) (-4 *7 (-886 *6 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-979)) (-5 *2 (-1090 *6))
+ (-5 *1 (-301 *4 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-238)))))
+(((*1 *1 *1 *1) (-4 *1 (-512))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-288))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-426 *4 *5 *6 *2)))))
+(((*1 *2 *3)
+ (-12 (|has| *6 (-6 -4262)) (-4 *4 (-343)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)) (-5 *2 (-594 *6)) (-5 *1 (-494 *4 *5 *6 *3))
+ (-4 *3 (-632 *4 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (|has| *9 (-6 -4262)) (-4 *4 (-519)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)) (-4 *7 (-927 *4)) (-4 *8 (-353 *7))
+ (-4 *9 (-353 *7)) (-5 *2 (-594 *6))
+ (-5 *1 (-495 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-632 *4 *5 *6))
+ (-4 *10 (-632 *7 *8 *9))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-4 *3 (-519)) (-5 *2 (-594 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)) (-5 *2 (-594 *6)) (-5 *1 (-633 *4 *5 *6 *3))
+ (-4 *3 (-632 *4 *5 *6))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-4 *5 (-519))
+ (-5 *2 (-594 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1090 *7)) (-4 *5 (-979))
+ (-4 *7 (-979)) (-4 *2 (-1152 *5)) (-5 *1 (-476 *5 *2 *6 *7))
+ (-4 *6 (-1152 *2))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-979)) (-4 *7 (-979))
+ (-4 *4 (-1152 *5)) (-5 *2 (-1090 *7)) (-5 *1 (-476 *5 *4 *6 *7))
+ (-4 *6 (-1152 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-594 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2742 (-726 *3)) (|:| |coef1| (-726 *3))))
+ (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-2 (|:| -2742 *1) (|:| |coef1| *1)))
+ (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-431)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-800))))
+ ((*1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1083 3 *3)) (-4 *3 (-979)) (-4 *1 (-1055 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116)))))
+ ((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))))
+(((*1 *2 *3 *1)
+ (|partial| -12 (-5 *3 (-1 (-110) *2)) (-4 *1 (-144 *2))
+ (-4 *2 (-1130)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *2 (-715)) (-4 *3 (-1130)) (-4 *1 (-55 *3 *4 *5))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
+ ((*1 *1) (-5 *1 (-161)))
+ ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1077)) (-4 *1 (-369))))
+ ((*1 *1) (-5 *1 (-374)))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-4 *1 (-599 *3)) (-4 *3 (-1130))))
+ ((*1 *1)
+ (-12 (-4 *3 (-1022)) (-5 *1 (-822 *2 *3 *4)) (-4 *2 (-1022))
+ (-4 *4 (-614 *3))))
+ ((*1 *1) (-12 (-5 *1 (-826 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022))))
+ ((*1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979))))
+ ((*1 *1 *1) (-5 *1 (-1094))) ((*1 *1) (-5 *1 (-1094)))
+ ((*1 *1) (-5 *1 (-1111))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-519)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-96 *5)) (-4 *5 (-519)) (-4 *5 (-979))
+ (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3))
+ (-4 *3 (-793 *5)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-592 (-713)))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-594 (-161)))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1143 (-527))) (-4 *1 (-263 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-263 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181))
+ (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-1077)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-1181))
+ (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-594 (-387 *7)))
+ (-4 *7 (-1152 *6)) (-5 *3 (-387 *7)) (-4 *6 (-343))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-537 *6 *7)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-715)) (-5 *2 (-110)) (-5 *1 (-545 *3)) (-4 *3 (-512)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-619 *3)) (-4 *3 (-791)) (-4 *1 (-354 *3 *4))
+ (-4 *4 (-162)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735))
- (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-592 *3))
- (-5 *1 (-547 *5 *6 *7 *8 *3)) (-4 *3 (-1029 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-594 (-387 (-889 (-527)))))
+ (-5 *2 (-594 (-594 (-275 (-889 *4))))) (-5 *1 (-360 *4))
+ (-4 *4 (-13 (-789) (-343)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-275 (-387 (-889 (-527))))))
+ (-5 *2 (-594 (-594 (-275 (-889 *4))))) (-5 *1 (-360 *4))
+ (-4 *4 (-13 (-789) (-343)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 (-527)))) (-5 *2 (-594 (-275 (-889 *4))))
+ (-5 *1 (-360 *4)) (-4 *4 (-13 (-789) (-343)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-275 (-387 (-889 (-527)))))
+ (-5 *2 (-594 (-275 (-889 *4)))) (-5 *1 (-360 *4))
+ (-4 *4 (-13 (-789) (-343)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1094))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-4 *4 (-13 (-29 *6) (-1116) (-895)))
+ (-5 *2 (-2 (|:| |particular| *4) (|:| -1878 (-594 *4))))
+ (-5 *1 (-600 *6 *4 *3)) (-4 *3 (-604 *4))))
+ ((*1 *2 *3 *2 *4 *2 *5)
+ (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-594 *2))
+ (-4 *2 (-13 (-29 *6) (-1116) (-895)))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *1 (-600 *6 *2 *3)) (-4 *3 (-604 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138)))
+ (-12 (-5 *3 (-634 *5)) (-4 *5 (-343))
(-5 *2
- (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5))))))
- (-5 *1 (-1001 *5 *6)) (-5 *3 (-592 (-887 *5)))
- (-14 *6 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-286) (-138)))
+ (-2 (|:| |particular| (-3 (-1176 *5) "failed"))
+ (|:| -1878 (-594 (-1176 *5)))))
+ (-5 *1 (-615 *5)) (-5 *4 (-1176 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-594 *5))) (-4 *5 (-343))
(-5 *2
- (-592 (-2 (|:| -2729 (-1088 *4)) (|:| -2754 (-592 (-887 *4))))))
- (-5 *1 (-1001 *4 *5)) (-5 *3 (-592 (-887 *4)))
- (-14 *5 (-592 (-1092)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138)))
+ (-2 (|:| |particular| (-3 (-1176 *5) "failed"))
+ (|:| -1878 (-594 (-1176 *5)))))
+ (-5 *1 (-615 *5)) (-5 *4 (-1176 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 *5)) (-4 *5 (-343))
(-5 *2
- (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5))))))
- (-5 *1 (-1001 *5 *6)) (-5 *3 (-592 (-887 *5)))
- (-14 *6 (-592 (-1092))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-341)) (-5 *2 (-632 *4))
- (-5 *1 (-756 *4 *5)) (-4 *5 (-602 *4))))
+ (-594
+ (-2 (|:| |particular| (-3 (-1176 *5) "failed"))
+ (|:| -1878 (-594 (-1176 *5))))))
+ (-5 *1 (-615 *5)) (-5 *4 (-594 (-1176 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-713)) (-4 *5 (-341))
- (-5 *2 (-632 *5)) (-5 *1 (-756 *5 *6)) (-4 *6 (-602 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-426 *3 *4 *5 *2)) (-4 *2 (-884 *3 *4 *5)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-525))
- (-5 *1 (-426 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4))
- (-4 *4 (-327)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341))
- (-4 *7 (-1150 (-385 *6)))
- (-5 *2 (-2 (|:| |answer| *3) (|:| -1974 *3)))
- (-5 *1 (-523 *5 *6 *7 *3)) (-4 *3 (-320 *5 *6 *7))))
+ (-12 (-5 *3 (-594 (-594 *5))) (-4 *5 (-343))
+ (-5 *2
+ (-594
+ (-2 (|:| |particular| (-3 (-1176 *5) "failed"))
+ (|:| -1878 (-594 (-1176 *5))))))
+ (-5 *1 (-615 *5)) (-5 *4 (-594 (-1176 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341))
+ (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262))))
+ (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4262))))
(-5 *2
- (-2 (|:| |answer| (-385 *6)) (|:| -1974 (-385 *6))
- (|:| |specpart| (-385 *6)) (|:| |polypart| *6)))
- (-5 *1 (-524 *5 *6)) (-5 *3 (-385 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1075))) (-5 *2 (-108)) (-5 *1 (-1097))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-1092))) (-5 *2 (-108)) (-5 *1 (-1097))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-205))) (-5 *2 (-108)) (-5 *1 (-1097))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (|[\|\|]| (-525))) (-5 *2 (-108)) (-5 *1 (-1097)))))
-(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-525))) (-5 *1 (-975)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-713)) (-4 *5 (-327)) (-4 *6 (-1150 *5))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-616 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262))))
+ (-4 *7 (-13 (-353 *5) (-10 -7 (-6 -4262))))
(-5 *2
- (-592
- (-2 (|:| -2103 (-632 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-632 *6)))))
- (-5 *1 (-471 *5 *6 *7))
- (-5 *3
- (-2 (|:| -2103 (-632 *6)) (|:| |basisDen| *6)
- (|:| |basisInv| (-632 *6))))
- (-4 *7 (-1150 *6)))))
-(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
- (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205)))
- (-5 *5 (-1015 (-205))) (-5 *6 (-525)) (-5 *2 (-1124 (-861)))
- (-5 *1 (-296))))
- ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205)))
- (-5 *5 (-1015 (-205))) (-5 *6 (-525)) (-5 *7 (-1075))
- (-5 *2 (-1124 (-861))) (-5 *1 (-296))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205)))
- (-5 *5 (-1015 (-205))) (-5 *6 (-205)) (-5 *7 (-525))
- (-5 *2 (-1124 (-861))) (-5 *1 (-296))))
- ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
- (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205)))
- (-5 *5 (-1015 (-205))) (-5 *6 (-205)) (-5 *7 (-525)) (-5 *8 (-1075))
- (-5 *2 (-1124 (-861))) (-5 *1 (-296)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-157 (-205))))
- (-5 *2 (-966)) (-5 *1 (-697)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 *10))
- (-5 *1 (-574 *5 *6 *7 *8 *9 *10)) (-4 *9 (-996 *5 *6 *7 *8))
- (-4 *10 (-1029 *5 *6 *7 *8))))
+ (-594
+ (-2 (|:| |particular| (-3 *7 "failed")) (|:| -1878 (-594 *7)))))
+ (-5 *1 (-616 *5 *6 *7 *3)) (-5 *4 (-594 *7))
+ (-4 *3 (-632 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429))
- (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-974 *5 *6)))
- (-5 *1 (-577 *5 *6))))
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-594 (-1094))) (-4 *5 (-519))
+ (-5 *2 (-594 (-594 (-275 (-387 (-889 *5)))))) (-5 *1 (-714 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-519))
+ (-5 *2 (-594 (-594 (-275 (-387 (-889 *4)))))) (-5 *1 (-714 *4))))
+ ((*1 *2 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-112)) (-5 *4 (-1094))
+ (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *1 (-716 *5 *2)) (-4 *2 (-13 (-29 *5) (-1116) (-895)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-634 *7)) (-5 *5 (-1094))
+ (-4 *7 (-13 (-29 *6) (-1116) (-895)))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2
+ (-2 (|:| |particular| (-1176 *7)) (|:| -1878 (-594 (-1176 *7)))))
+ (-5 *1 (-746 *6 *7)) (-5 *4 (-1176 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429))
- (-14 *6 (-592 (-1092)))
+ (|partial| -12 (-5 *3 (-634 *6)) (-5 *4 (-1094))
+ (-4 *6 (-13 (-29 *5) (-1116) (-895)))
+ (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2 (-594 (-1176 *6))) (-5 *1 (-746 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-594 (-275 *7))) (-5 *4 (-594 (-112)))
+ (-5 *5 (-1094)) (-4 *7 (-13 (-29 *6) (-1116) (-895)))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2
+ (-2 (|:| |particular| (-1176 *7)) (|:| -1878 (-594 (-1176 *7)))))
+ (-5 *1 (-746 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-594 *7)) (-5 *4 (-594 (-112)))
+ (-5 *5 (-1094)) (-4 *7 (-13 (-29 *6) (-1116) (-895)))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2
+ (-2 (|:| |particular| (-1176 *7)) (|:| -1878 (-594 (-1176 *7)))))
+ (-5 *1 (-746 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-275 *7)) (-5 *4 (-112)) (-5 *5 (-1094))
+ (-4 *7 (-13 (-29 *6) (-1116) (-895)))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
(-5 *2
- (-592 (-1063 *5 (-497 (-800 *6)) (-800 *6) (-722 *5 (-800 *6)))))
- (-5 *1 (-577 *5 *6))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-958 *5 *6 *7 *8))) (-5 *1 (-958 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-958 *5 *6 *7 *8))) (-5 *1 (-958 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429))
- (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-974 *5 *6)))
- (-5 *1 (-974 *5 *6))))
+ (-3 (-2 (|:| |particular| *7) (|:| -1878 (-594 *7))) *7 "failed"))
+ (-5 *1 (-746 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-112)) (-5 *5 (-1094))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2
+ (-3 (-2 (|:| |particular| *3) (|:| -1878 (-594 *3))) *3 "failed"))
+ (-5 *1 (-746 *6 *3)) (-4 *3 (-13 (-29 *6) (-1116) (-895)))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-275 *2)) (-5 *4 (-112)) (-5 *5 (-594 *2))
+ (-4 *2 (-13 (-29 *6) (-1116) (-895))) (-5 *1 (-746 *6 *2))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))))
+ ((*1 *2 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-112)) (-5 *4 (-275 *2)) (-5 *5 (-594 *2))
+ (-4 *2 (-13 (-29 *6) (-1116) (-895)))
+ (-4 *6 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *1 (-746 *6 *2))))
+ ((*1 *2 *3) (-12 (-5 *3 (-752)) (-5 *2 (-968)) (-5 *1 (-749))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-1063 *5 *6 *7 *8))) (-5 *1 (-1063 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-1063 *5 *6 *7 *8))) (-5 *1 (-1063 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-1122 *4 *5 *6 *7)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-259)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3))
- (-4 *3 (-1150 *2)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-353 *4 *2))
- (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260)))))))
+ (-12 (-5 *3 (-752)) (-5 *4 (-991)) (-5 *2 (-968)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1176 (-296 (-359)))) (-5 *4 (-359)) (-5 *5 (-594 *4))
+ (-5 *2 (-968)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1176 (-296 (-359)))) (-5 *4 (-359)) (-5 *5 (-594 *4))
+ (-5 *2 (-968)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *4 *5 *6 *4)
+ (-12 (-5 *3 (-1176 (-296 *4))) (-5 *5 (-594 (-359)))
+ (-5 *6 (-296 (-359))) (-5 *4 (-359)) (-5 *2 (-968)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1176 (-296 (-359)))) (-5 *4 (-359)) (-5 *5 (-594 *4))
+ (-5 *2 (-968)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
+ (-12 (-5 *3 (-1176 (-296 *4))) (-5 *5 (-594 (-359)))
+ (-5 *6 (-296 (-359))) (-5 *4 (-359)) (-5 *2 (-968)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
+ (-12 (-5 *3 (-1176 (-296 *4))) (-5 *5 (-594 (-359)))
+ (-5 *6 (-296 (-359))) (-5 *4 (-359)) (-5 *2 (-968)) (-5 *1 (-749))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12
+ (-5 *5
+ (-1
+ (-3 (-2 (|:| |particular| *6) (|:| -1878 (-594 *6))) "failed")
+ *7 *6))
+ (-4 *6 (-343)) (-4 *7 (-604 *6))
+ (-5 *2 (-2 (|:| |particular| (-1176 *6)) (|:| -1878 (-634 *6))))
+ (-5 *1 (-757 *6 *7)) (-5 *3 (-634 *6)) (-5 *4 (-1176 *6))))
+ ((*1 *2 *3) (-12 (-5 *3 (-835)) (-5 *2 (-968)) (-5 *1 (-834))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-835)) (-5 *4 (-991)) (-5 *2 (-968)) (-5 *1 (-834))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
+ (-12 (-5 *4 (-715)) (-5 *6 (-594 (-594 (-296 *3)))) (-5 *7 (-1077))
+ (-5 *8 (-207)) (-5 *5 (-594 (-296 (-359)))) (-5 *3 (-359))
+ (-5 *2 (-968)) (-5 *1 (-834))))
+ ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *4 (-715)) (-5 *6 (-594 (-594 (-296 *3)))) (-5 *7 (-1077))
+ (-5 *5 (-594 (-296 (-359)))) (-5 *3 (-359)) (-5 *2 (-968))
+ (-5 *1 (-834))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-889 (-387 (-527)))) (-5 *2 (-594 (-359)))
+ (-5 *1 (-956)) (-5 *4 (-359))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-889 (-527))) (-5 *2 (-594 (-359))) (-5 *1 (-956))
+ (-5 *4 (-359))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2 (-594 (-275 (-296 *4)))) (-5 *1 (-1052 *4))
+ (-5 *3 (-296 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2 (-594 (-275 (-296 *4)))) (-5 *1 (-1052 *4))
+ (-5 *3 (-275 (-296 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2 (-594 (-275 (-296 *5)))) (-5 *1 (-1052 *5))
+ (-5 *3 (-275 (-296 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2 (-594 (-275 (-296 *5)))) (-5 *1 (-1052 *5))
+ (-5 *3 (-296 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-1094)))
+ (-4 *5 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2 (-594 (-594 (-275 (-296 *5))))) (-5 *1 (-1052 *5))
+ (-5 *3 (-594 (-275 (-296 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094)))
+ (-4 *5 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *5))))))
+ (-5 *1 (-1100 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-1094))) (-4 *5 (-519))
+ (-5 *2 (-594 (-594 (-275 (-387 (-889 *5)))))) (-5 *1 (-1100 *5))
+ (-5 *3 (-594 (-275 (-387 (-889 *5)))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-387 (-889 *4)))) (-4 *4 (-519))
+ (-5 *2 (-594 (-594 (-275 (-387 (-889 *4)))))) (-5 *1 (-1100 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-594 (-594 (-275 (-387 (-889 *4))))))
+ (-5 *1 (-1100 *4)) (-5 *3 (-594 (-275 (-387 (-889 *4)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094)) (-4 *5 (-519))
+ (-5 *2 (-594 (-275 (-387 (-889 *5))))) (-5 *1 (-1100 *5))
+ (-5 *3 (-387 (-889 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094)) (-4 *5 (-519))
+ (-5 *2 (-594 (-275 (-387 (-889 *5))))) (-5 *1 (-1100 *5))
+ (-5 *3 (-275 (-387 (-889 *5))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-594 (-275 (-387 (-889 *4)))))
+ (-5 *1 (-1100 *4)) (-5 *3 (-387 (-889 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-594 (-275 (-387 (-889 *4)))))
+ (-5 *1 (-1100 *4)) (-5 *3 (-275 (-387 (-889 *4)))))))
+(((*1 *2 *3 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-387 *6)) (|:| |h| *6)
+ (|:| |c1| (-387 *6)) (|:| |c2| (-387 *6)) (|:| -3246 *6)))
+ (-5 *1 (-950 *5 *6)) (-5 *3 (-387 *6)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940)))))
+(((*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-230)))))
+(((*1 *2 *1) (-12 (-5 *2 (-171)) (-5 *1 (-1039)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-2 (|:| -1550 *3) (|:| -3484 *4))))
+ (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *1 (-1107 *3 *4))))
+ ((*1 *1) (-12 (-4 *1 (-1107 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-594 (-567 *2))) (-5 *4 (-1094))
+ (-4 *2 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-258 *5 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-765)) (-5 *2 (-51)) (-5 *1 (-775)))))
+(((*1 *1 *1) (-4 *1 (-1063))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -1897 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-288))))
+ ((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-366 *3)) (|:| |rm| (-366 *3))))
+ (-5 *1 (-366 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1381 (-715)) (|:| -3145 (-715))))
+ (-5 *1 (-715))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-232 *2 *3 *4 *5)) (-4 *2 (-977)) (-4 *3 (-789))
- (-4 *4 (-245 *3)) (-4 *5 (-735)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-592 *3)) (-4 *3 (-1128)))))
-(((*1 *2) (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1177)))))
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-987 (-955 *3) (-1088 (-955 *3))))
- (-5 *1 (-955 *3)) (-4 *3 (-13 (-787) (-341) (-953))))))
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-44 (-1077) (-718))) (-5 *1 (-112)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-634 (-387 (-889 *4)))) (-4 *4 (-431))
+ (-5 *2 (-594 (-3 (-387 (-889 *4)) (-1084 (-1094) (-889 *4)))))
+ (-5 *1 (-273 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-256)))))
+(((*1 *1 *1 *1) (-4 *1 (-121))) ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *1) (-4 *1 (-903))))
+(((*1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-773)))))
+(((*1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1022))
+ (-4 *2 (-13 (-410 *4) (-823 *3) (-569 (-829 *3))))
+ (-5 *1 (-1001 *3 *4 *2))
+ (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1022)) (-5 *1 (-1084 *3 *2)) (-4 *3 (-1022)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *3 *2))
- (-4 *2 (-13 (-27) (-1114) (-408 (-157 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-789) (-968 (-525))))
- (-5 *1 (-170 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 (-157 *4))))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110)))))
+(((*1 *2)
+ (-12 (-5 *2 (-634 (-847 *3))) (-5 *1 (-331 *3 *4)) (-14 *3 (-858))
+ (-14 *4 (-858))))
+ ((*1 *2)
+ (-12 (-5 *2 (-634 *3)) (-5 *1 (-332 *3 *4)) (-4 *3 (-329))
+ (-14 *4
+ (-3 (-1090 *3)
+ (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041)))))))))
+ ((*1 *2)
+ (-12 (-5 *2 (-634 *3)) (-5 *1 (-333 *3 *4)) (-4 *3 (-329))
+ (-14 *4 (-858)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| |k| (-1094)) (|:| |c| (-1196 *3)))))
+ (-5 *1 (-1196 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| |k| *3) (|:| |c| (-1198 *3 *4)))))
+ (-5 *1 (-1198 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979)))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-343)) (-4 *2 (-789)) (-5 *1 (-882 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936))))))
+(((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022))))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-1076))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1094)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-410 (-159 *3))))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1118 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-735))
- (-4 *3 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *5 (-517))
- (-5 *1 (-675 *4 *3 *5 *2)) (-4 *2 (-884 (-385 (-887 *5)) *4 *3))))
+ (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))))
+(((*1 *2 *2) (-12 (-5 *1 (-627 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-519)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))))
+(((*1 *2)
+ (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1875 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1022))
+ (-4 *2 (-13 (-410 *4) (-823 *3) (-569 (-829 *3))))
+ (-5 *1 (-1001 *3 *4 *2))
+ (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3))))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1022)) (-5 *1 (-1084 *2 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715))
+ (-4 *4 (-162))))
((*1 *2 *2 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-735))
- (-4 *3
- (-13 (-789)
- (-10 -8 (-15 -2069 ((-1092) $))
- (-15 -3469 ((-3 $ "failed") (-1092))))))
- (-5 *1 (-917 *4 *5 *3 *2)) (-4 *2 (-884 (-887 *4) *5 *3))))
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2))
+ (-4 *2 (-410 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *6))
- (-4 *6
- (-13 (-789)
- (-10 -8 (-15 -2069 ((-1092) $))
- (-15 -3469 ((-3 $ "failed") (-1092))))))
- (-4 *4 (-977)) (-4 *5 (-735)) (-5 *1 (-917 *4 *5 *6 *2))
- (-4 *2 (-884 (-887 *4) *5 *6)))))
-(((*1 *2 *3 *4 *5 *5 *4 *6)
- (-12 (-5 *5 (-565 *4)) (-5 *6 (-1088 *4))
- (-4 *4 (-13 (-408 *7) (-27) (-1114)))
- (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-521 *7 *4 *3)) (-4 *3 (-602 *4)) (-4 *3 (-1020))))
- ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
- (-12 (-5 *5 (-565 *4)) (-5 *6 (-385 (-1088 *4)))
- (-4 *4 (-13 (-408 *7) (-27) (-1114)))
- (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-521 *7 *4 *3)) (-4 *3 (-602 *4)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-856)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-242)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-695)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 (-1092))) (-4 *6 (-341))
- (-5 *2 (-592 (-273 (-887 *6)))) (-5 *1 (-503 *5 *6 *7))
- (-4 *5 (-429)) (-4 *7 (-13 (-341) (-787))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-632 (-385 (-887 (-525)))))
- (-5 *2 (-592 (-632 (-294 (-525))))) (-5 *1 (-962))
- (-5 *3 (-294 (-525))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-1 (-108) *8))) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-2 (|:| |goodPols| (-592 *8)) (|:| |badPols| (-592 *8))))
- (-5 *1 (-910 *5 *6 *7 *8)) (-5 *4 (-592 *8)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-682 *3)))))
+ (-12 (-5 *3 (-1015 *2)) (-4 *2 (-410 *4)) (-4 *4 (-13 (-791) (-519)))
+ (-5 *1 (-149 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 *1)) (-4 *1 (-151))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-151)) (-5 *2 (-1094))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-444 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1194 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-162)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *8)) (-4 *8 (-884 *5 *7 *6))
- (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092))))
- (-4 *7 (-735))
+ (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431))
+ (-14 *6 (-594 (-1094)))
(-5 *2
- (-592
- (-2 (|:| -3085 (-713))
- (|:| |eqns|
- (-592
- (-2 (|:| |det| *8) (|:| |rows| (-592 (-525)))
- (|:| |cols| (-592 (-525))))))
- (|:| |fgb| (-592 *8)))))
- (-5 *1 (-859 *5 *6 *7 *8)) (-5 *4 (-713)))))
-(((*1 *2 *1) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114)))))
- ((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))))
-(((*1 *2 *1) (-12 (-5 *2 (-169)) (-5 *1 (-1037)))))
+ (-594 (-1065 *5 (-499 (-802 *6)) (-802 *6) (-724 *5 (-802 *6)))))
+ (-5 *1 (-579 *5 *6)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1167 *2)) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1094)) (-5 *1 (-544 *2)) (-4 *2 (-970 *3))
+ (-4 *2 (-343))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-544 *2)) (-4 *2 (-343))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-581 *4 *2))
+ (-4 *2 (-13 (-410 *4) (-936) (-1116)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1015 *2)) (-4 *2 (-13 (-410 *4) (-936) (-1116)))
+ (-4 *4 (-13 (-791) (-519))) (-5 *1 (-581 *4 *2))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-895)) (-5 *2 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 *1)) (-4 *1 (-895)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1101)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 (-229 *5 *6))) (-4 *6 (-431))
+ (-5 *2 (-229 *5 *6)) (-14 *5 (-594 (-1094))) (-5 *1 (-582 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *5 (-1152 *4)) (-5 *2 (-594 (-2 (|:| -2291 *5) (|:| -3255 *5))))
+ (-5 *1 (-751 *4 *5 *3 *6)) (-4 *3 (-604 *5))
+ (-4 *6 (-604 (-387 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *4 (-1152 *5)) (-5 *2 (-594 (-2 (|:| -2291 *4) (|:| -3255 *4))))
+ (-5 *1 (-751 *5 *4 *3 *6)) (-4 *3 (-604 *4))
+ (-4 *6 (-604 (-387 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *5 (-1152 *4)) (-5 *2 (-594 (-2 (|:| -2291 *5) (|:| -3255 *5))))
+ (-5 *1 (-751 *4 *5 *6 *3)) (-4 *6 (-604 *5))
+ (-4 *3 (-604 (-387 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *4 (-1152 *5)) (-5 *2 (-594 (-2 (|:| -2291 *4) (|:| -3255 *4))))
+ (-5 *1 (-751 *5 *4 *6 *3)) (-4 *6 (-604 *4))
+ (-4 *3 (-604 (-387 *4))))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-977)) (-5 *1 (-421 *3 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-713)) (-4 *3 (-1128)) (-4 *1 (-55 *3 *4 *5))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
- ((*1 *1) (-5 *1 (-159)))
- ((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1075)) (-4 *1 (-367))))
- ((*1 *1) (-5 *1 (-372)))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-4 *1 (-597 *3)) (-4 *3 (-1128))))
- ((*1 *1)
- (-12 (-4 *3 (-1020)) (-5 *1 (-820 *2 *3 *4)) (-4 *2 (-1020))
- (-4 *4 (-612 *3))))
- ((*1 *1) (-12 (-5 *1 (-824 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020))))
- ((*1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977))))
- ((*1 *1 *1) (-5 *1 (-1092))) ((*1 *1) (-5 *1 (-1092)))
- ((*1 *1) (-5 *1 (-1109))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1088 *3)) (-4 *3 (-346)) (-4 *1 (-307 *3))
- (-4 *3 (-341)))))
-(((*1 *1 *1)
- (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-160)) (-4 *2 (-517))))
- ((*1 *1 *1) (|partial| -4 *1 (-665))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525))))
- (-5 *2 (-2 (|:| -2518 *3) (|:| |nconst| *3))) (-5 *1 (-528 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5))))))
+ (-12 (-4 *3 (-343)) (-5 *1 (-266 *3 *2)) (-4 *2 (-1167 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-429)) (-4 *3 (-789)) (-4 *3 (-968 (-525)))
- (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-408 *3))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $))
- (-15 -4080 ((-1044 *3 (-565 $)) $))
- (-15 -4100 ($ (-1044 *3 (-565 $))))))))))
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431))
+ (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-912 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 *7)) (-5 *3 (-110)) (-4 *7 (-993 *4 *5 *6))
+ (-4 *4 (-431)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-912 *4 *5 *6 *7)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *5)) (-4 *4 (-979))
+ (-4 *5 (-791)) (-5 *2 (-889 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *5)) (-4 *4 (-979))
+ (-4 *5 (-791)) (-5 *2 (-889 *4))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-1167 *4)) (-4 *4 (-979))
+ (-5 *2 (-889 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-1167 *4)) (-4 *4 (-979))
+ (-5 *2 (-889 *4)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-4 *3 (-1022))
+ (-5 *2 (-110)))))
(((*1 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179))
- (-5 *1 (-997 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179))
- (-5 *1 (-1028 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))))
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-594 *7)) (-5 *3 (-110)) (-4 *7 (-993 *4 *5 *6))
+ (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-912 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))
+ (-5 *2 (-359)) (-5 *1 (-248))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *2 (-359)) (-5 *1 (-286)))))
+(((*1 *2 *1) (-12 (-4 *1 (-891)) (-5 *2 (-1017 (-207)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-1017 (-207))))))
+(((*1 *1 *1) (-4 *1 (-121))) ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1) (-4 *1 (-903))) ((*1 *1 *1) (-5 *1 (-1041))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -3801 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1088 *1)) (-5 *3 (-1092)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-887 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1092)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-789) (-517)))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-789) (-517)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 *2)) (-5 *4 (-1092)) (-4 *2 (-408 *5))
- (-5 *1 (-31 *5 *2)) (-4 *5 (-13 (-789) (-517)))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1088 *1)) (-5 *3 (-856)) (-4 *1 (-944))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-1088 *1)) (-5 *3 (-856)) (-5 *4 (-798))
- (-4 *1 (-944))))
- ((*1 *1 *2 *3)
- (|partial| -12 (-5 *3 (-856)) (-4 *4 (-13 (-787) (-341)))
- (-4 *1 (-993 *4 *2)) (-4 *2 (-1150 *4)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-836 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2) (-12 (-5 *1 (-836 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
+ (-12 (-5 *3 (-1176 *5)) (-4 *5 (-736)) (-5 *2 (-110))
+ (-5 *1 (-786 *4 *5)) (-14 *4 (-715)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-108)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-242))))
- ((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444))))
- ((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))))
-(((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653)))))
-(((*1 *2 *1) (-12 (-5 *2 (-798)) (-5 *1 (-51)))))
+ (-12 (-5 *2 (-1075 *4)) (-5 *3 (-1 *4 (-527))) (-4 *4 (-979))
+ (-5 *1 (-1079 *4)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-594 *1)) (-4 *1 (-857)))))
+(((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-148)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-431))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *1))))
+ (-4 *1 (-998 *4 *5 *6 *3))))
+ ((*1 *1 *1) (-4 *1 (-1134)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-519)) (-5 *1 (-1155 *3 *2))
+ (-4 *2 (-13 (-1152 *3) (-519) (-10 -8 (-15 -2742 ($ $ $))))))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-594 (-594 (-594 *5)))) (-5 *3 (-1 (-110) *5 *5))
+ (-5 *4 (-594 *5)) (-4 *5 (-791)) (-5 *1 (-1102 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1132)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-2 (|:| -1556 *3) (|:| -3448 *4))))
- (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *1 (-1105 *3 *4))))
- ((*1 *1) (-12 (-4 *1 (-1105 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
+ (-12 (-5 *2 (-1161 *3 *4 *5)) (-4 *3 (-13 (-343) (-791)))
+ (-14 *4 (-1094)) (-14 *5 *3) (-5 *1 (-299 *3 *4 *5))))
+ ((*1 *2 *3) (-12 (-5 *2 (-1 (-359))) (-5 *1 (-972)) (-5 *3 (-359)))))
+(((*1 *1 *2 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1077)) (-5 *1 (-924))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1017 *4)) (-4 *4 (-1130))
+ (-5 *1 (-1015 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-889 *4)) (-4 *4 (-13 (-288) (-140)))
+ (-4 *2 (-886 *4 *6 *5)) (-5 *1 (-861 *4 *5 *6 *2))
+ (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)))))
+(((*1 *2 *1) (-12 (-4 *1 (-891)) (-5 *2 (-1017 (-207)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-1017 (-207))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1177))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1177))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1178))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-244))) (-5 *1 (-1178)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-171))) (-5 *1 (-1039)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4))))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 (-634 *3))) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1020)) (-4 *6 (-1020))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-627 *4 *5 *6)) (-4 *5 (-1020)))))
-(((*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-592 *6)) (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))
- (-4 *3 (-517)))))
-(((*1 *1 *1 *1) (-4 *1 (-119))) ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *1) (-4 *1 (-901))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-510))
- (-5 *2 (-385 (-525)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-396 *3)) (-4 *3 (-510))
- (-4 *3 (-517))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-510)) (-5 *2 (-385 (-525)))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-739 *3)) (-4 *3 (-160)) (-4 *3 (-510))
- (-5 *2 (-385 (-525)))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-775 *3)) (-4 *3 (-510))
- (-4 *3 (-1020))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-782 *3)) (-4 *3 (-510))
- (-4 *3 (-1020))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-929 *3)) (-4 *3 (-160)) (-4 *3 (-510))
- (-5 *2 (-385 (-525)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *2 (-385 (-525))) (-5 *1 (-940 *3))
- (-4 *3 (-968 *2)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-290)) (-5 *1 (-771)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-353 *4 *2))
- (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260)))))))
-(((*1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1095)))))
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-431)) (-4 *4 (-764))
+ (-14 *5 (-1094)) (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))))
+(((*1 *2 *3 *4 *5 *3 *6 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-159 (-207))) (-5 *6 (-1077))
+ (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972)))))
+(((*1 *1) (-5 *1 (-1007))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-1174 *4))) (-4 *4 (-977)) (-5 *2 (-632 *4))
- (-5 *1 (-960 *4)))))
-(((*1 *1) (-5 *1 (-1176))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-143 *2 *3 *4)) (-14 *2 (-856)) (-4 *3 (-341))
- (-14 *4 (-926 *2 *3))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *2 (-160)) (-5 *1 (-268 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1150 *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 (-345 *2)) (-4 *2 (-160)) (-4 *2 (-517))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160))
- (-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 (-661 *2)) (-4 *2 (-341))))
- ((*1 *1) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341))))
- ((*1 *1 *1) (|partial| -4 *1 (-665)))
- ((*1 *1 *1) (|partial| -4 *1 (-669)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-2 (|:| |num| *3) (|:| |den| *3)))
- (-5 *1 (-718 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-4 *1 (-993 *3 *2)) (-4 *3 (-13 (-787) (-341)))
- (-4 *2 (-1150 *3))))
- ((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))))
+ (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-385 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-517))
- (-4 *4 (-977)) (-4 *2 (-1165 *4)) (-5 *1 (-1168 *4 *5 *6 *2))
- (-4 *6 (-602 *5)))))
-(((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020))))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-1074))))
- ((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1092)))))
-(((*1 *2 *3) (-12 (-5 *2 (-1 *3)) (-5 *1 (-625 *3)) (-4 *3 (-1020)))))
-(((*1 *2)
(-12
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *2 (-527)) (-5 *1 (-188)))))
+(((*1 *2 *2 *3 *3)
+ (|partial| -12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-538 *4 *2))
+ (-4 *2 (-13 (-1116) (-895) (-1058) (-29 *4))))))
+(((*1 *2) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-102)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1022)) (-4 *6 (-1022))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-629 *4 *5 *6)) (-4 *4 (-1022)))))
+(((*1 *2 *3 *4 *4 *3)
+ (|partial| -12 (-5 *4 (-567 *3))
+ (-4 *3 (-13 (-410 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3)))
+ (-5 *1 (-529 *5 *3 *6)) (-4 *6 (-1022)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 (-594 *7) *7 (-1090 *7))) (-5 *5 (-1 (-398 *7) *7))
+ (-4 *7 (-1152 *6)) (-4 *6 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-5 *2 (-594 (-2 (|:| |frac| (-387 *7)) (|:| -1653 *3))))
+ (-5 *1 (-753 *6 *7 *3 *8)) (-4 *3 (-604 *7))
+ (-4 *8 (-604 (-387 *7)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
(-5 *2
- (-1174 (-592 (-2 (|:| -2219 (-845 *3)) (|:| -1722 (-1039))))))
- (-5 *1 (-329 *3 *4)) (-14 *3 (-856)) (-14 *4 (-856))))
- ((*1 *2)
- (-12 (-5 *2 (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039))))))
- (-5 *1 (-330 *3 *4)) (-4 *3 (-327)) (-14 *4 (-3 (-1088 *3) *2))))
- ((*1 *2)
- (-12 (-5 *2 (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039))))))
- (-5 *1 (-331 *3 *4)) (-4 *3 (-327)) (-14 *4 (-856)))))
-(((*1 *2)
- (-12 (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4)))
- (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *4 (-1150 *3))
- (-5 *2
- (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-632 *3))))
- (-5 *1 (-328 *3 *4 *5)) (-4 *5 (-387 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-1150 (-525)))
- (-5 *2
- (-2 (|:| -2103 (-632 (-525))) (|:| |basisDen| (-525))
- (|:| |basisInv| (-632 (-525)))))
- (-5 *1 (-710 *3 *4)) (-4 *4 (-387 (-525) *3))))
- ((*1 *2)
- (-12 (-4 *3 (-327)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 *4))
- (-5 *2
- (-2 (|:| -2103 (-632 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-632 *4))))
- (-5 *1 (-918 *3 *4 *5 *6)) (-4 *6 (-667 *4 *5))))
- ((*1 *2)
- (-12 (-4 *3 (-327)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 *4))
- (-5 *2
- (-2 (|:| -2103 (-632 *4)) (|:| |basisDen| *4)
- (|:| |basisInv| (-632 *4))))
- (-5 *1 (-1183 *3 *4 *5 *6)) (-4 *6 (-387 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-294 (-357))) (-5 *1 (-284)))))
+ (-594 (-2 (|:| |frac| (-387 *6)) (|:| -1653 (-602 *6 (-387 *6))))))
+ (-5 *1 (-756 *5 *6)) (-5 *3 (-602 *6 (-387 *6))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3801 *3) (|:| |coef1| (-724 *3))))
- (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *2) (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)))))
+ (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 *5)) (-4 *5 (-343))
+ (-4 *5 (-519)) (-5 *2 (-1176 *5)) (-5 *1 (-589 *5 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 *5))
+ (-3264 (-4 *5 (-343))) (-4 *5 (-519)) (-5 *2 (-1176 (-387 *5)))
+ (-5 *1 (-589 *5 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-283))))
+ ((*1 *1 *1) (-4 *1 (-283))) ((*1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-991)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-800)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 (-715))
+ (-14 *4 (-715)) (-4 *5 (-162)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
(((*1 *2 *1 *3 *3)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-558 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1128)) (-5 *2 (-1179)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-728)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1099)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-1144 *3 *2))
- (-4 *2 (-1150 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1) (-4 *1 (-1056))))
-(((*1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1020))
- (-4 *2 (-13 (-408 *4) (-821 *3) (-567 (-827 *3))))
- (-5 *1 (-999 *3 *4 *2))
- (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3))))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1020)) (-5 *1 (-1082 *3 *2)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *3 *4 *5 *3 *4 *3 *3 *3 *3)
- (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525))
- (-5 *2 (-966)) (-5 *1 (-699)))))
+ (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-353 *2))
+ (-4 *5 (-353 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-269 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *2 *6 *7))
+ (-4 *6 (-220 *5 *2)) (-4 *7 (-220 *4 *2)) (-4 *2 (-979)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-655 *3 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-108))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-4 *3 (-13 (-27) (-1114) (-408 *6) (-10 -8 (-15 -4100 ($ *7)))))
- (-4 *7 (-787))
- (-4 *8
- (-13 (-1152 *3 *7) (-341) (-1114)
- (-10 -8 (-15 -2702 ($ $)) (-15 -2367 ($ $)))))
- (-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))))
- (-5 *1 (-400 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1075)) (-4 *9 (-916 *8))
- (-14 *10 (-1092)))))
+ (-12 (-5 *2 (-594 (-2 (|:| |val| (-594 *6)) (|:| -1296 *7))))
+ (-4 *6 (-993 *3 *4 *5)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-923 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-594 (-2 (|:| |val| (-594 *6)) (|:| -1296 *7))))
+ (-4 *6 (-993 *3 *4 *5)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-1029 *3 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207)))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-64 FUNCT1))))
+ (-5 *2 (-968)) (-5 *1 (-698)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4))
+ (-4 *4 (-329)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977))
- (-14 *4 (-592 (-1092)))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *3 (-353 *2)) (-4 *4 (-353 *2))
+ (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979))))
((*1 *2 *3)
- (-12 (-5 *3 (-51)) (-5 *2 (-108)) (-5 *1 (-50 *4)) (-4 *4 (-1128))))
+ (-12 (-4 *4 (-353 *2)) (-4 *5 (-353 *2)) (-4 *2 (-162))
+ (-5 *1 (-633 *2 *4 *5 *3)) (-4 *3 (-632 *2 *4 *5))))
((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789)))
- (-14 *4 (-592 (-1092)))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-617 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-621 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-828 *3)) (-4 *3 (-789)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *6))))
- (-5 *4 (-957 (-782 (-525)))) (-5 *5 (-1092)) (-5 *7 (-385 (-525)))
- (-4 *6 (-977)) (-5 *2 (-798)) (-5 *1 (-550 *6)))))
+ (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2))
+ (-4 *5 (-220 *3 *2)) (|has| *2 (-6 (-4263 "*"))) (-4 *2 (-979)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *2 (-359)) (-5 *1 (-189)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-715)) (-4 *5 (-519))
+ (-5 *2
+ (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-858))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-667)) (-5 *2 (-715)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-431))
+ (-5 *2
+ (-594
+ (-2 (|:| |eigval| (-3 (-387 (-889 *4)) (-1084 (-1094) (-889 *4))))
+ (|:| |eigmult| (-715))
+ (|:| |eigvec| (-594 (-634 (-387 (-889 *4))))))))
+ (-5 *1 (-273 *4)) (-5 *3 (-634 (-387 (-889 *4)))))))
+(((*1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-498 *3)) (-4 *3 (-13 (-671) (-25))))))
+(((*1 *1) (-5 *1 (-417))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977))
- (-5 *2 (-592 (-592 (-878 *3))))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-592 (-592 (-878 *4)))) (-5 *3 (-108)) (-4 *4 (-977))
- (-4 *1 (-1053 *4))))
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3)))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 (-878 *3)))) (-4 *3 (-977))
- (-4 *1 (-1053 *3))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-592 (-592 (-592 *4)))) (-5 *3 (-108))
- (-4 *1 (-1053 *4)) (-4 *4 (-977))))
- ((*1 *1 *1 *2 *3 *3)
- (-12 (-5 *2 (-592 (-592 (-878 *4)))) (-5 *3 (-108))
- (-4 *1 (-1053 *4)) (-4 *4 (-977))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-592 (-592 (-592 *5)))) (-5 *3 (-592 (-159)))
- (-5 *4 (-159)) (-4 *1 (-1053 *5)) (-4 *5 (-977))))
- ((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-592 (-592 (-878 *5)))) (-5 *3 (-592 (-159)))
- (-5 *4 (-159)) (-4 *1 (-1053 *5)) (-4 *5 (-977)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-286)) (-5 *1 (-166 *3)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))))
-(((*1 *1 *1) (-4 *1 (-119))) ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1) (-4 *1 (-901))) ((*1 *1 *1) (-5 *1 (-1039))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1 *6 *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-27) (-408 *4)))
- (-4 *4 (-13 (-789) (-517) (-968 (-525))))
- (-4 *7 (-1150 (-385 *6))) (-5 *1 (-513 *4 *5 *6 *7 *2))
- (-4 *2 (-320 *5 *6 *7)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1095)) (-5 *3 (-1092)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)) (-4 *2 (-789))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-108) *3 *3)) (-4 *1 (-261 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-902 *2)) (-4 *2 (-789)))))
-(((*1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1020))
- (-4 *2 (-13 (-408 *4) (-821 *3) (-567 (-827 *3))))
- (-5 *1 (-999 *3 *4 *2))
- (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3))))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1020)) (-5 *1 (-1082 *2 *3)) (-4 *3 (-1020)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-342 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-294 (-205))) (-5 *2 (-385 (-525))) (-5 *1 (-284)))))
+ (-12 (-5 *2 (-594 (-880 *3))) (-4 *3 (-979)) (-4 *1 (-1055 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-880 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))))
+(((*1 *2 *3) (-12 (-5 *3 (-766)) (-5 *2 (-51)) (-5 *1 (-773)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1090 *1)) (-5 *3 (-1094)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-889 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1094)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-791) (-519)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-791) (-519))))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-763)) (-5 *4 (-51)) (-5 *2 (-1179)) (-5 *1 (-773)))))
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-288))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-426 *3 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6))
+ (-4 *4 (-288)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-426 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-594 *7)) (-5 *3 (-1077)) (-4 *7 (-886 *4 *5 *6))
+ (-4 *4 (-288)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-426 *4 *5 *6 *7)))))
+(((*1 *2 *3 *3 *4 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-696)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *2 (-519)) (-4 *2 (-431)) (-5 *1 (-905 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-544 *3)) (-4 *3 (-343)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-161)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737))
+ (-5 *2
+ (-2 (|:| |mval| (-634 *4)) (|:| |invmval| (-634 *4))
+ (|:| |genIdeal| (-479 *4 *5 *6 *7))))
+ (-5 *1 (-479 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-972)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
+ (-5 *2
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-713)) (-5 *3 (-878 *5)) (-4 *5 (-977))
- (-5 *1 (-1081 *4 *5)) (-14 *4 (-856))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-713))) (-5 *3 (-713)) (-5 *1 (-1081 *4 *5))
- (-14 *4 (-856)) (-4 *5 (-977))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-713))) (-5 *3 (-878 *5)) (-4 *5 (-977))
- (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))))
-(((*1 *2 *3)
- (-12 (|has| *6 (-6 -4260)) (-4 *4 (-341)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)) (-5 *2 (-592 *6)) (-5 *1 (-492 *4 *5 *6 *3))
- (-4 *3 (-630 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (|has| *9 (-6 -4260)) (-4 *4 (-517)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)) (-4 *7 (-925 *4)) (-4 *8 (-351 *7))
- (-4 *9 (-351 *7)) (-5 *2 (-592 *6))
- (-5 *1 (-493 *4 *5 *6 *3 *7 *8 *9 *10)) (-4 *3 (-630 *4 *5 *6))
- (-4 *10 (-630 *7 *8 *9))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-4 *3 (-517)) (-5 *2 (-592 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)) (-5 *2 (-592 *6)) (-5 *1 (-631 *4 *5 *6 *3))
- (-4 *3 (-630 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-4 *5 (-517))
- (-5 *2 (-592 *7)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179))
- (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179))
- (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1175))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1175))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1176))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-242))) (-5 *1 (-1176)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-169))) (-5 *1 (-1037)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-771)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -4115 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-341)) (-5 *1 (-264 *3 *2)) (-4 *2 (-1165 *3)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1073 *4)) (-5 *3 (-1 *4 (-525))) (-4 *4 (-977))
- (-5 *1 (-1077 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970)))))
-(((*1 *2 *3 *4 *5 *3 *6 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-157 (-205))) (-5 *6 (-1075))
- (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 *5)) (-4 *5 (-341))
- (-4 *5 (-517)) (-5 *2 (-1174 *5)) (-5 *1 (-587 *5 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 *5))
- (-3272 (-4 *5 (-341))) (-4 *5 (-517)) (-5 *2 (-1174 (-385 *5)))
- (-5 *1 (-587 *5 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4))
- (-4 *4 (-327)))))
-(((*1 *2 *3) (-12 (-5 *3 (-764)) (-5 *2 (-51)) (-5 *1 (-771)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-542 *3)) (-4 *3 (-341)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-102 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-117 *2)) (-4 *2 (-789))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-122 *2)) (-4 *2 (-789))))
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-104 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-119 *2)) (-4 *2 (-791))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-124 *2)) (-4 *2 (-791))))
((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-261 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 (-527)) (-4 *1 (-263 *3)) (-4 *3 (-1130))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-261 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *3 (-527)) (-4 *1 (-263 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
(-12
(-5 *2
(-2
- (|:| -1556
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (|:| -3448
+ (|:| -1550
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (|:| -3484
(-2
(|:| |endPointContinuity|
(-3 (|:| |continuous| "Continuous at the end points")
@@ -6113,10 +5981,10 @@
(|:| |notEvaluated|
"End point continuity not yet evaluated")))
(|:| |singularitiesStream|
- (-3 (|:| |str| (-1073 (-205)))
+ (-3 (|:| |str| (-1075 (-207)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -1777
+ (|:| -1792
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite|
"The bottom of range is infinite")
@@ -6124,10494 +5992,10723 @@
(|:| |bothInfinite|
"Both top and bottom points are infinite")
(|:| |notEvaluated| "Range not yet evaluated")))))))
- (-5 *1 (-520))))
+ (-5 *1 (-522))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-637 *2)) (-4 *2 (-1020))))
+ (-12 (-5 *3 (-715)) (-4 *1 (-639 *2)) (-4 *2 (-1022))))
((*1 *1 *2)
(-12
(-5 *2
(-2
- (|:| -1556
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (|:| -3448
- (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357))
- (|:| |expense| (-357)) (|:| |accuracy| (-357))
- (|:| |intermediateResults| (-357))))))
- (-5 *1 (-745))))
- ((*1 *2 *3 *4)
- (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
+ (|:| -1550
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (|:| -3484
+ (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359))
+ (|:| |expense| (-359)) (|:| |accuracy| (-359))
+ (|:| |intermediateResults| (-359))))))
+ (-5 *1 (-747))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *2 (-1181)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *1 *1) (-5 *1 (-991))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-161))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1126 *3)) (-4 *3 (-909)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-1176
+ (-2 (|:| |scaleX| (-207)) (|:| |scaleY| (-207))
+ (|:| |deltaX| (-207)) (|:| |deltaY| (-207)) (|:| -4078 (-527))
+ (|:| -1260 (-527)) (|:| |spline| (-527)) (|:| -1869 (-527))
+ (|:| |axesColor| (-811)) (|:| -1529 (-527))
+ (|:| |unitsColor| (-811)) (|:| |showing| (-527)))))
+ (-5 *1 (-1177)))))
+(((*1 *2 *3 *3 *2) (-12 (-5 *2 (-968)) (-5 *3 (-1094)) (-5 *1 (-176)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-398 (-1090 (-527)))) (-5 *1 (-175)) (-5 *3 (-527)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-541)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-1075 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2) (-12 (-5 *1 (-897 *2)) (-4 *2 (-512)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-713)) (-5 *5 (-592 *3)) (-4 *3 (-286)) (-4 *6 (-789))
- (-4 *7 (-735)) (-5 *2 (-108)) (-5 *1 (-575 *6 *7 *3 *8))
- (-4 *8 (-884 *3 *7 *6)))))
+ (-12 (-5 *4 (-715)) (-5 *5 (-594 *3)) (-4 *3 (-288)) (-4 *6 (-791))
+ (-4 *7 (-737)) (-5 *2 (-110)) (-5 *1 (-577 *6 *7 *3 *8))
+ (-4 *8 (-886 *3 *7 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-766)))))
+(((*1 *2 *1) (-12 (-5 *2 (-766)) (-5 *1 (-765)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-936))
+ (-4 *2 (-979)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
+ (-12 (-5 *2 (-594 (-1090 (-527)))) (-5 *1 (-175)) (-5 *3 (-527)))))
+(((*1 *1 *2 *1) (-12 (-5 *1 (-119 *2)) (-4 *2 (-791)))))
+(((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-972)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-5 *2 (-396 *3)) (-5 *1 (-197 *4 *3))
- (-4 *3 (-1150 *4))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2)
+ (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5)))
+ (-5 *2 (-715)) (-5 *1 (-321 *3 *4 *5 *6)) (-4 *3 (-322 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-715)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-359))))
+ ((*1 *1 *1 *1) (-4 *1 (-512)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343))))
+ ((*1 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-715)))))
+(((*1 *1 *2 *3 *3 *4 *5)
+ (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *3 (-594 (-811)))
+ (-5 *4 (-594 (-858))) (-5 *5 (-594 (-244))) (-5 *1 (-447))))
+ ((*1 *1 *2 *3 *3 *4)
+ (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *3 (-594 (-811)))
+ (-5 *4 (-594 (-858))) (-5 *1 (-447))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-447))))
+ ((*1 *1 *1) (-5 *1 (-447))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-842 *4)) (-4 *4 (-1022)) (-5 *2 (-594 (-715)))
+ (-5 *1 (-841 *4)))))
+(((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-594
+ (-2
+ (|:| -1550
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207))))
+ (|:| |yinit| (-594 (-207))) (|:| |intvals| (-594 (-207)))
+ (|:| |g| (-296 (-207))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (|:| -3484
+ (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359))
+ (|:| |expense| (-359)) (|:| |accuracy| (-359))
+ (|:| |intermediateResults| (-359)))))))
+ (-5 *1 (-747)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -3329 (-527)) (|:| -3798 (-594 *3))))
+ (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1) (-12 (-4 *3 (-1130)) (-5 *2 (-594 *1)) (-4 *1 (-944 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-329)) (-5 *2 (-398 *3)) (-5 *1 (-199 *4 *3))
+ (-4 *3 (-1152 *4))))
((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525)))))
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3))
- (-4 *3 (-1150 (-525)))))
+ (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3))
+ (-4 *3 (-1152 (-527)))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-713))) (-5 *2 (-396 *3)) (-5 *1 (-419 *3))
- (-4 *3 (-1150 (-525)))))
+ (-12 (-5 *4 (-594 (-715))) (-5 *2 (-398 *3)) (-5 *1 (-421 *3))
+ (-4 *3 (-1152 (-527)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-592 (-713))) (-5 *5 (-713)) (-5 *2 (-396 *3))
- (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525)))))
+ (-12 (-5 *4 (-594 (-715))) (-5 *5 (-715)) (-5 *2 (-398 *3))
+ (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-713)) (-5 *2 (-396 *3)) (-5 *1 (-419 *3))
- (-4 *3 (-1150 (-525)))))
+ (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3))
+ (-4 *3 (-1152 (-527)))))
((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-939 *3))
- (-4 *3 (-1150 (-385 (-525))))))
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-941 *3))
+ (-4 *3 (-1152 (-387 (-527))))))
((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-1139 *3)) (-4 *3 (-1150 (-525))))))
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-1141 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1059 *3 *2)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *2 (-13 (-1022) (-33))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789)))
- (-4 *2 (-13 (-408 (-157 *4)) (-934) (-1114)))
- (-5 *1 (-554 *4 *3 *2)) (-4 *3 (-13 (-408 *4) (-934) (-1114))))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-838 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2))
- (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977))))
+ (-12 (-4 *4 (-343)) (-5 *2 (-594 *3)) (-5 *1 (-882 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3))
+ (-4 *3 (-1152 (-159 *2)))))
((*1 *2 *3)
- (-12 (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-160))
- (-5 *1 (-631 *2 *4 *5 *3)) (-4 *3 (-630 *2 *4 *5))))
+ (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3))
+ (-4 *3 (-1152 (-159 *2))))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1099))) (-5 *1 (-171)))))
+(((*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7))))
+ (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110)) (-5 *1 (-257 *4 *3))
+ (-4 *3 (-13 (-410 *4) (-936))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979)) (-5 *2 (-110)) (-5 *1 (-423 *4 *3))
+ (-4 *3 (-1152 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2))
- (-4 *5 (-218 *3 *2)) (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1088 *1)) (-5 *3 (-1092)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-27))))
- ((*1 *1 *2) (-12 (-5 *2 (-887 *1)) (-4 *1 (-27))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1092)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-789) (-517)))))
- ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-789) (-517))))))
-(((*1 *1 *2 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1075)) (-5 *1 (-922))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1015 *4)) (-4 *4 (-1128))
- (-5 *1 (-1013 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-159))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1124 *3)) (-4 *3 (-907)))))
-(((*1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-764)))))
-(((*1 *1 *2 *3 *3 *4 *5)
- (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *3 (-592 (-809)))
- (-5 *4 (-592 (-856))) (-5 *5 (-592 (-242))) (-5 *1 (-445))))
- ((*1 *1 *2 *3 *3 *4)
- (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *3 (-592 (-809)))
- (-5 *4 (-592 (-856))) (-5 *1 (-445))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-445))))
- ((*1 *1 *1) (-5 *1 (-445))))
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-341)) (-5 *2 (-592 *3)) (-5 *1 (-880 *4 *3))
- (-4 *3 (-1150 *4)))))
+ (-12 (-4 *4 (-13 (-519) (-791)))
+ (-4 *2 (-13 (-410 (-159 *4)) (-936) (-1116)))
+ (-5 *1 (-556 *4 *3 *2)) (-4 *3 (-13 (-410 *4) (-936) (-1116))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *1) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-594 *1)) (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
+ (-5 *4 (-634 (-1090 *8))) (-4 *5 (-979)) (-4 *8 (-979))
+ (-4 *6 (-1152 *5)) (-5 *2 (-634 *6)) (-5 *1 (-476 *5 *6 *7 *8))
+ (-4 *7 (-1152 *6)))))
+(((*1 *2 *3 *1 *4)
+ (-12 (-5 *3 (-1059 *5 *6)) (-5 *4 (-1 (-110) *6 *6))
+ (-4 *5 (-13 (-1022) (-33))) (-4 *6 (-13 (-1022) (-33)))
+ (-5 *2 (-110)) (-5 *1 (-1060 *5 *6)))))
+(((*1 *2 *1) (-12 (-5 *1 (-544 *2)) (-4 *2 (-343)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1094)) (-5 *2 (-417)) (-5 *1 (-1098)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-840 *3)))))
+(((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-3 (|:| |Null| "null") (|:| |Assignment| "assignment")
+ (|:| |Conditional| "conditional") (|:| |Return| "return")
+ (|:| |Block| "block") (|:| |Comment| "comment")
+ (|:| |Call| "call") (|:| |For| "for") (|:| |While| "while")
+ (|:| |Repeat| "repeat") (|:| |Goto| "goto")
+ (|:| |Continue| "continue")
+ (|:| |ArrayAssignment| "arrayAssignment") (|:| |Save| "save")
+ (|:| |Stop| "stop") (|:| |Common| "common") (|:| |Print| "print")))
+ (-5 *1 (-310)))))
+(((*1 *1) (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116))))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-715)) (-4 *4 (-13 (-519) (-140)))
+ (-5 *1 (-1146 *4 *2)) (-4 *2 (-1152 *4)))))
+(((*1 *2 *1)
+ (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162))
+ (-4 *5 (-220 (-2809 *3) (-715)))
+ (-14 *6
+ (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *5))
+ (-2 (|:| -1720 *2) (|:| -3148 *5))))
+ (-4 *2 (-791)) (-5 *1 (-440 *3 *4 *2 *5 *6 *7))
+ (-4 *7 (-886 *4 *5 (-802 *3))))))
+(((*1 *2 *3 *3 *1)
+ (|partial| -12 (-5 *3 (-1094)) (-5 *2 (-1026)) (-5 *1 (-272)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737))
+ (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-996 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737))
+ (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))))
+(((*1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-858)) (-5 *1 (-1023 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-110)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1161 *3 *4 *5)) (-5 *1 (-299 *3 *4 *5))
+ (-4 *3 (-13 (-343) (-791))) (-14 *4 (-1094)) (-14 *5 *3)))
+ ((*1 *2 *1) (-12 (-4 *1 (-384)) (-5 *2 (-527))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-398 *3)) (-4 *3 (-519))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-643))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-1022)) (-5 *1 (-658 *3 *2 *4)) (-4 *3 (-791))
+ (-14 *4
+ (-1 (-110) (-2 (|:| -1720 *3) (|:| -3148 *2))
+ (-2 (|:| -1720 *3) (|:| -3148 *2)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-979)) (-4 *7 (-979))
+ (-4 *6 (-1152 *5)) (-5 *2 (-1090 (-1090 *7)))
+ (-5 *1 (-476 *5 *6 *4 *7)) (-4 *4 (-1152 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-977)) (-4 *7 (-977))
- (-4 *6 (-1150 *5)) (-5 *2 (-1088 (-1088 *7)))
- (-5 *1 (-474 *5 *6 *4 *7)) (-4 *4 (-1150 *6)))))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-110)) (-5 *1 (-999 *5 *6 *7 *3 *4))
+ (-4 *4 (-998 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4))))
+ (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-911 *4 *5 *6 *3)) (-4 *4 (-979)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |rnum| *4) (|:| |polnum| *3) (|:| |den| *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-639 *3)) (-4 *3 (-1022))
+ (-5 *2 (-594 (-2 (|:| -3484 *3) (|:| -4034 (-715))))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| -3213 *4))) (-5 *1 (-905 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-110) *6)) (-4 *6 (-13 (-1022) (-970 *5)))
+ (-4 *5 (-823 *4)) (-4 *4 (-1022)) (-5 *2 (-1 (-110) *5))
+ (-5 *1 (-868 *4 *5 *6)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3))
- (-4 *3 (-901)))))
+ (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3))
+ (-4 *3 (-903)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-2 (|:| |deg| (-715)) (|:| -3964 *5))))
+ (-4 *5 (-1152 *4)) (-4 *4 (-329)) (-5 *2 (-594 *5))
+ (-5 *1 (-199 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-2 (|:| -2700 *5) (|:| -4115 (-527)))))
+ (-5 *4 (-527)) (-4 *5 (-1152 *4)) (-5 *2 (-594 *5))
+ (-5 *1 (-640 *5)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-527)) (-4 *4 (-162)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)) (-5 *1 (-633 *4 *5 *6 *2))
+ (-4 *2 (-632 *4 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-715)) (-4 *4 (-329))
+ (-5 *1 (-497 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-979)) (-5 *2 (-1176 *3)) (-5 *1 (-657 *3 *4))
+ (-4 *4 (-1152 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-398 *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-979)) (-5 *2 (-594 *6)) (-5 *1 (-423 *5 *6)))))
+(((*1 *2)
+ (-12 (-4 *1 (-329))
+ (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-697)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-112)))))
(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-594 *3)) (-4 *3 (-977))
- (-5 *1 (-657 *3 *4))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-596 *3)) (-4 *3 (-979))
+ (-5 *1 (-659 *3 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-776 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-944)) (-5 *2 (-798)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-778 *3)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3))
+ (-4 *3 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-422 *4 *3 *5))
+ (-4 *3 (-1152 *4))
+ (-4 *5 (-13 (-384) (-970 *4) (-343) (-1116) (-265))))))
+(((*1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-1097)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-889 (-527)))) (-5 *1 (-417))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-634 (-207))) (-5 *2 (-1026))
+ (-5 *1 (-704))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-634 (-527))) (-5 *2 (-1026))
+ (-5 *1 (-704)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-800)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 (-715))
+ (-14 *4 (-715)) (-4 *5 (-162)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-594 (-527))) (-5 *3 (-110)) (-5 *1 (-1032)))))
+(((*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-464)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-223))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1181)) (-5 *1 (-223)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-946)) (-5 *2 (-800)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-519)) (-4 *2 (-979))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-519)) (-5 *1 (-905 *3 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519))))
+ ((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *1))))
+ (-4 *1 (-998 *4 *5 *6 *3)))))
+(((*1 *2 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1024 *3)) (-5 *1 (-842 *3)) (-4 *3 (-348))
+ (-4 *3 (-1022)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-387 (-527)))
+ (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-258 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-244))))
+ ((*1 *1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-244)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3)))))
(((*1 *1 *2 *3)
(-12
(-5 *3
- (-592
+ (-594
(-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *2)
- (|:| |xpnt| (-525)))))
- (-4 *2 (-517)) (-5 *1 (-396 *2))))
+ (|:| |xpnt| (-527)))))
+ (-4 *2 (-519)) (-5 *1 (-398 *2))))
((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |contp| (-525))
- (|:| -2868 (-592 (-2 (|:| |irr| *4) (|:| -3750 (-525)))))))
- (-4 *4 (-1150 (-525))) (-5 *2 (-396 *4)) (-5 *1 (-419 *4)))))
+ (-2 (|:| |contp| (-527))
+ (|:| -3798 (-594 (-2 (|:| |irr| *4) (|:| -1440 (-527)))))))
+ (-4 *4 (-1152 (-527))) (-5 *2 (-398 *4)) (-5 *1 (-421 *4)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-207))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) (-5 *2 (-968))
+ (-5 *1 (-694)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-715)) (-4 *5 (-343)) (-5 *2 (-163 *6))
+ (-5 *1 (-804 *5 *4 *6)) (-4 *4 (-1167 *5)) (-4 *6 (-1152 *5)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-159 (-207))) (-5 *5 (-527))
+ (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *7)) (-4 *7 (-791))
+ (-4 *8 (-886 *5 *6 *7)) (-4 *5 (-519)) (-4 *6 (-737))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1176 (-387 *8)) "failed"))
+ (|:| -1878 (-594 (-1176 (-387 *8))))))
+ (-5 *1 (-617 *5 *6 *7 *8)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-396 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1150 (-47)))))
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1152 (-47)))))
((*1 *2 *3 *1)
- (-12 (-5 *2 (-2 (|:| |less| (-117 *3)) (|:| |greater| (-117 *3))))
- (-5 *1 (-117 *3)) (-4 *3 (-789))))
+ (-12 (-5 *2 (-2 (|:| |less| (-119 *3)) (|:| |greater| (-119 *3))))
+ (-5 *1 (-119 *3)) (-4 *3 (-791))))
((*1 *2 *2)
- (-12 (-5 *2 (-542 *4)) (-4 *4 (-13 (-29 *3) (-1114)))
- (-4 *3 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))
- (-5 *1 (-540 *3 *4))))
+ (-12 (-5 *2 (-544 *4)) (-4 *4 (-13 (-29 *3) (-1116)))
+ (-4 *3 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))
+ (-5 *1 (-542 *3 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-542 (-385 (-887 *3))))
- (-4 *3 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))
- (-5 *1 (-545 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-341))
- (-5 *2 (-2 (|:| -2392 *3) (|:| |special| *3))) (-5 *1 (-670 *5 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1174 *5)) (-4 *5 (-341)) (-4 *5 (-977))
- (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5))
- (-5 *3 (-592 (-632 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1174 (-1174 *5))) (-4 *5 (-341)) (-4 *5 (-977))
- (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5))
- (-5 *3 (-592 (-632 *5)))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-132)) (-5 *2 (-592 *1)) (-4 *1 (-1061))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-135)) (-5 *2 (-592 *1)) (-4 *1 (-1061)))))
+ (-12 (-5 *2 (-544 (-387 (-889 *3))))
+ (-4 *3 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))
+ (-5 *1 (-547 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-343))
+ (-5 *2 (-2 (|:| -1431 *3) (|:| |special| *3))) (-5 *1 (-672 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1176 *5)) (-4 *5 (-343)) (-4 *5 (-979))
+ (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5))
+ (-5 *3 (-594 (-634 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1176 (-1176 *5))) (-4 *5 (-343)) (-4 *5 (-979))
+ (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5))
+ (-5 *3 (-594 (-634 *5)))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-134)) (-5 *2 (-594 *1)) (-4 *1 (-1063))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-137)) (-5 *2 (-594 *1)) (-4 *1 (-1063)))))
+(((*1 *1 *1) (-4 *1 (-512))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-993 *3 *4 *5)) (-5 *1 (-576 *3 *4 *5 *6 *7 *2))
+ (-4 *7 (-998 *3 *4 *5 *6)) (-4 *2 (-1031 *3 *4 *5 *6)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-288)) (-5 *1 (-434 *3 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-288)) (-5 *1 (-439 *3 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-288)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-715)))
+ (-5 *1 (-506 *3 *2 *4 *5)) (-4 *2 (-1152 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))))
+(((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-110)) (-5 *1 (-829 *4))
+ (-4 *4 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-140))) (-5 *2 (-594 *3))
+ (-5 *1 (-1146 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 *4 *4)) (-4 *4 (-1022)) (-4 *5 (-1022))
+ (-5 *2 (-1 *5 *4)) (-5 *1 (-628 *4 *5)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-1 (-544 *3) *3 (-1094)))
+ (-5 *6
+ (-1 (-3 (-2 (|:| |special| *3) (|:| |integrand| *3)) "failed") *3
+ (-1094)))
+ (-4 *3 (-265)) (-4 *3 (-580)) (-4 *3 (-970 *4)) (-4 *3 (-410 *7))
+ (-5 *4 (-1094)) (-4 *7 (-569 (-829 (-527)))) (-4 *7 (-431))
+ (-4 *7 (-823 (-527))) (-4 *7 (-791)) (-5 *2 (-544 *3))
+ (-5 *1 (-536 *7 *3)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 (-634 *3))) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092))
+ (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094))
(-14 *4 *2))))
-(((*1 *1 *1 *1) (|partial| -4 *1 (-126))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
-(((*1 *1) (-5 *1 (-132))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-632 (-887 *4))) (-5 *1 (-959 *4))
- (-4 *4 (-977)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1020)) (-4 *4 (-1020))
- (-4 *6 (-1020)) (-5 *2 (-1 *6 *5)) (-5 *1 (-627 *5 *4 *6)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-1150 *4)) (-4 *4 (-977))
- (-5 *2 (-1174 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-108)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-800)))))
+(((*1 *1 *1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-887 (-525))) (-5 *2 (-592 *1)) (-4 *1 (-944))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-887 (-385 (-525)))) (-5 *2 (-592 *1)) (-4 *1 (-944))))
- ((*1 *2 *3) (-12 (-5 *3 (-887 *1)) (-4 *1 (-944)) (-5 *2 (-592 *1))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-525))) (-5 *2 (-592 *1)) (-4 *1 (-944))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-385 (-525)))) (-5 *2 (-592 *1)) (-4 *1 (-944))))
- ((*1 *2 *3) (-12 (-5 *3 (-1088 *1)) (-4 *1 (-944)) (-5 *2 (-592 *1))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-787) (-341))) (-4 *3 (-1150 *4)) (-5 *2 (-592 *1))
- (-4 *1 (-993 *4 *3)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-351 *2)) (-4 *2 (-1128)) (-4 *2 (-789))))
- ((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 (-108) *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-902 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 (-1081 *3 *4))) (-5 *1 (-1081 *3 *4))
- (-14 *3 (-856)) (-4 *4 (-977))))
- ((*1 *1 *1 *1)
- (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-501)))))
+ (-12 (-5 *2 (-159 *4)) (-5 *1 (-169 *4 *3))
+ (-4 *4 (-13 (-343) (-789))) (-4 *3 (-1152 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-829 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1042 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-525))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-55 *4 *2 *5)) (-4 *4 (-1128))
- (-4 *5 (-351 *4)) (-4 *2 (-351 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *6 *2 *7)) (-4 *6 (-977))
- (-4 *7 (-218 *4 *6)) (-4 *2 (-218 *5 *6)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977)) (-4 *2 (-341))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-341)) (-5 *1 (-605 *4 *2))
- (-4 *2 (-602 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-457 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977))
- (-5 *2 (-227 *4 *5)) (-5 *1 (-879 *4 *5)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-341)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4))
- (-5 *2 (-713)) (-5 *1 (-492 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-4 *3 (-517)) (-5 *2 (-713))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)) (-5 *2 (-713)) (-5 *1 (-631 *4 *5 *6 *3))
- (-4 *3 (-630 *4 *5 *6))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-4 *5 (-517))
- (-5 *2 (-713)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-294 *5)))
- (-5 *1 (-1048 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092)))
- (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-592 (-294 *5))))
- (-5 *1 (-1048 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-205)) (-5 *2 (-108)) (-5 *1 (-278 *4 *5)) (-14 *4 *3)
- (-14 *5 *3)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1015 (-782 (-205)))) (-5 *3 (-205)) (-5 *2 (-108))
- (-5 *1 (-284))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))))
+ (-12
+ (-5 *2
+ (-594
+ (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 *3))
+ (|:| |logand| (-1090 *3)))))
+ (-5 *1 (-544 *3)) (-4 *3 (-343)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-304 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734))
- (-4 *2 (-429))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-320 *2 *3 *4)) (-4 *2 (-1132)) (-4 *3 (-1150 *2))
- (-4 *4 (-1150 (-385 *3)))))
- ((*1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-429))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)) (-4 *3 (-429))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-884 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-429))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-286)) (-4 *3 (-517)) (-5 *1 (-1080 *3 *2))
- (-4 *2 (-1150 *3)))))
-(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
- (|partial| -12 (-5 *4 (-592 *11)) (-5 *5 (-592 (-1088 *9)))
- (-5 *6 (-592 *9)) (-5 *7 (-592 *12)) (-5 *8 (-592 (-713)))
- (-4 *11 (-789)) (-4 *9 (-286)) (-4 *12 (-884 *9 *10 *11))
- (-4 *10 (-735)) (-5 *2 (-592 (-1088 *12)))
- (-5 *1 (-650 *10 *11 *9 *12)) (-5 *3 (-1088 *12)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-398 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1114) (-408 *3)))
- (-14 *4 (-1092)) (-14 *5 *2)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-4 *2 (-13 (-27) (-1114) (-408 *3) (-10 -8 (-15 -4100 ($ *4)))))
- (-4 *4 (-787))
- (-4 *5
- (-13 (-1152 *2 *4) (-341) (-1114)
- (-10 -8 (-15 -2702 ($ $)) (-15 -2367 ($ $)))))
- (-5 *1 (-400 *3 *2 *4 *5 *6 *7)) (-4 *6 (-916 *5)) (-14 *7 (-1092)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128))
- (-4 *3 (-1020)) (-5 *2 (-108))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-840 *4)) (-4 *4 (-1020)) (-5 *2 (-108))
- (-5 *1 (-839 *4))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-856)) (-5 *2 (-108)) (-5 *1 (-1021 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1092))
- (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *1 (-1095)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
-(((*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-525))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *5 (-713)) (-4 *6 (-1020)) (-4 *7 (-835 *6))
- (-5 *2 (-632 *7)) (-5 *1 (-634 *6 *7 *3 *4)) (-4 *3 (-351 *7))
- (-4 *4 (-13 (-351 *6) (-10 -7 (-6 -4259)))))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 (-887 (-525)))) (-5 *4 (-592 (-1092)))
- (-5 *2 (-592 (-592 (-357)))) (-5 *1 (-954)) (-5 *5 (-357))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-14 *5 (-592 (-1092))) (-5 *2 (-592 (-592 (-955 (-385 *4)))))
- (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108))
- (-4 *5 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108))
- (-4 *5 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108))
- (-4 *5 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-887 *4)))
- (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-592 (-955 (-385 *4))))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-1073 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) (-5 *3 (-205))
- (-5 *2 (-966)) (-5 *1 (-692)))))
-(((*1 *1 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-1020)) (-4 *2 (-346)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-146)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-1073 *3)) (-4 *3 (-1020))
- (-4 *3 (-1128)))))
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-431)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-119 *3)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *2 (-357)) (-5 *1 (-187)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *2 (-592 (-1088 *7))) (-5 *3 (-1088 *7))
- (-4 *7 (-884 *5 *6 *4)) (-4 *5 (-844)) (-4 *6 (-735))
- (-4 *4 (-789)) (-5 *1 (-841 *5 *6 *4 *7)))))
-(((*1 *1) (-5 *1 (-415))))
-(((*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-236)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-1094 (-385 (-525))))
- (-5 *1 (-172)))))
+ (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4)
+ (-229 *4 (-387 (-527)))))
+ (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *2 (-110))
+ (-5 *1 (-480 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2))
- (-4 *4 (-13 (-789) (-517))))))
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977))
- (-5 *2 (-592 (-592 (-592 (-878 *3))))))))
+ (-12 (-4 *3 (-1022))
+ (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3))))
+ (-5 *2 (-594 (-1001 *3 *4 *5))) (-5 *1 (-1002 *3 *4 *5))
+ (-4 *5 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))))))
+(((*1 *1 *1 *1) (|partial| -4 *1 (-128))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-527))) (-4 *3 (-979)) (-5 *1 (-552 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-527))) (-4 *1 (-1136 *3)) (-4 *3 (-979))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 (-527))) (-4 *1 (-1167 *3)) (-4 *3 (-979)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 *2))
- (-5 *2 (-357)) (-5 *1 (-727 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977))
- (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517))
- (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789))
- (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-789)) (-4 *5 (-567 *2)) (-5 *2 (-357))
- (-5 *1 (-727 *5)))))
+ (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329))
+ (-5 *2 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041))))))
+ (-5 *1 (-326 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1090 *5)) (-4 *5 (-343)) (-5 *2 (-594 *6))
+ (-5 *1 (-500 *5 *6 *4)) (-4 *6 (-343)) (-4 *4 (-13 (-343) (-789))))))
+(((*1 *2 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1152 *6))
+ (-4 *6 (-13 (-27) (-410 *5)))
+ (-4 *5 (-13 (-791) (-519) (-970 (-527)))) (-4 *8 (-1152 (-387 *7)))
+ (-5 *2 (-544 *3)) (-5 *1 (-515 *5 *6 *7 *8 *3))
+ (-4 *3 (-322 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1090 *4)) (-5 *1 (-497 *4))
+ (-4 *4 (-329)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-558 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1128))
- (-5 *2 (-592 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-517)) (-5 *1 (-40 *3 *2))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $))
- (-15 -4080 ((-1044 *3 (-565 $)) $))
- (-15 -4100 ($ (-1044 *3 (-565 $))))))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *3 *3 *4 *5 *6)
- (-12 (-5 *3 (-294 (-525))) (-5 *4 (-1 (-205) (-205)))
- (-5 *5 (-1015 (-205))) (-5 *6 (-592 (-242))) (-5 *2 (-1052 (-205)))
- (-5 *1 (-639)))))
-(((*1 *2 *3 *4 *4 *3 *5)
- (-12 (-5 *4 (-565 *3)) (-5 *5 (-1088 *3))
- (-4 *3 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-542 *3)) (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020))))
- ((*1 *2 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *4 (-565 *3)) (-5 *5 (-385 (-1088 *3)))
- (-4 *3 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-542 *3)) (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020)))))
-(((*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176))))
- ((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))))
-(((*1 *2 *3 *1)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *1) (-5 *1 (-522))))
+(((*1 *2 *3 *2)
(-12
(-5 *2
- (-2 (|:| |cycle?| (-108)) (|:| -2093 (-713)) (|:| |period| (-713))))
- (-5 *1 (-1073 *4)) (-4 *4 (-1128)) (-5 *3 (-713)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7))))
- (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))))
+ (-594
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *3)
+ (|:| |polj| *3))))
+ (-4 *5 (-737)) (-4 *3 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *6 (-791))
+ (-5 *1 (-428 *4 *5 *6 *3)))))
+(((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-715)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *3 *3 *4 *4)
+ (-12 (-5 *3 (-715)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-316 *5 *6 *7 *8)) (-4 *5 (-410 *4)) (-4 *6 (-1152 *5))
+ (-4 *7 (-1152 (-387 *6))) (-4 *8 (-322 *5 *6 *7))
+ (-4 *4 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-110))
+ (-5 *1 (-848 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-316 (-387 (-527)) *4 *5 *6))
+ (-4 *4 (-1152 (-387 (-527)))) (-4 *5 (-1152 (-387 *4)))
+ (-4 *6 (-322 (-387 (-527)) *4 *5)) (-5 *2 (-110))
+ (-5 *1 (-849 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *2 (-1152 *4)) (-5 *1 (-753 *4 *2 *3 *5))
+ (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *3 (-604 *2))
+ (-4 *5 (-604 (-387 *2))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-1032)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-5 *1 (-415)))))
-(((*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1075)) (-5 *1 (-728)))))
-(((*1 *2 *3) (-12 (-5 *3 (-887 (-205))) (-5 *2 (-205)) (-5 *1 (-284)))))
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))))
+(((*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208)))))
+(((*1 *1) (-5 *1 (-134))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-398 *3)) (-4 *3 (-519)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3))
+ (-4 *3 (-397 *4)))))
+(((*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-200)))))
+(((*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 (-634 (-207))) (-5 *5 (-110)) (-5 *6 (-207))
+ (-5 *7 (-634 (-527)))
+ (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-78 CONFUN))))
+ (-5 *9 (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN))))
+ (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-698)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-1022) (-33))) (-5 *1 (-1059 *3 *2))
+ (-4 *3 (-13 (-1022) (-33))))))
+(((*1 *2 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3471 *6) (|:| |sol?| (-110))) (-527)
+ *6))
+ (-4 *6 (-343)) (-4 *7 (-1152 *6))
+ (-5 *2 (-2 (|:| |answer| (-544 (-387 *7))) (|:| |a0| *6)))
+ (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-408 *3))))
+ (-12 (-4 *3 (-162)) (-4 *2 (-23)) (-5 *1 (-270 *3 *4 *2 *5 *6 *7))
+ (-4 *4 (-1152 *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)
- (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3))
- (-4 *3 (-1020))))
+ (-12 (-4 *2 (-23)) (-5 *1 (-656 *3 *2 *4 *5 *6)) (-4 *3 (-162))
+ (-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 (-1152 *3)) (-5 *1 (-657 *3 *2)) (-4 *3 (-979))))
((*1 *2 *1)
- (|partial| -12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-592 *1)) (-4 *1 (-884 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977))
- (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-592 *3))
- (-5 *1 (-885 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $))
- (-15 -4080 (*7 $))))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-357))))
- ((*1 *1 *1 *1) (-4 *1 (-510)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341))))
- ((*1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-713)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1073 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-174))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1073 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-279))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1073 (-205))) (-5 *2 (-592 (-1075))) (-5 *1 (-284)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020))))
+ (-12 (-4 *2 (-23)) (-5 *1 (-660 *3 *2 *4 *5 *6)) (-4 *3 (-162))
+ (-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 (-806 *3)) (-5 *2 (-527)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
-(((*1 *2)
- (-12 (-5 *2 (-1174 (-1021 *3 *4))) (-5 *1 (-1021 *3 *4))
- (-14 *3 (-856)) (-14 *4 (-856)))))
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-110)) (-5 *5 (-634 (-159 (-207))))
+ (-5 *2 (-968)) (-5 *1 (-700)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-693)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-387 (-889 (-527))))) (-5 *4 (-594 (-1094)))
+ (-5 *2 (-594 (-594 *5))) (-5 *1 (-360 *5))
+ (-4 *5 (-13 (-789) (-343)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 (-527)))) (-5 *2 (-594 *4)) (-5 *1 (-360 *4))
+ (-4 *4 (-13 (-789) (-343))))))
+(((*1 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-348)) (-4 *2 (-1022)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-715))))
+ ((*1 *1 *1) (-4 *1 (-382))))
(((*1 *2 *1)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-51)) (-5 *1 (-773)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-977)) (-4 *3 (-789))
- (-5 *2 (-2 (|:| |val| *1) (|:| -2168 (-525)))) (-4 *1 (-408 *3))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |val| (-827 *3)) (|:| -2168 (-827 *3))))
- (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977))
- (-4 *7 (-884 *6 *4 *5))
- (-5 *2 (-2 (|:| |val| *3) (|:| -2168 (-525))))
- (-5 *1 (-885 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $))
- (-15 -4080 (*7 $))))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4))
- (-4 *4 (-327)))))
-(((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-975)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-713)) (-5 *1 (-725 *2)) (-4 *2 (-37 (-385 (-525))))
- (-4 *2 (-160)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-341)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3817 *1)))
- (-4 *1 (-791 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-1051 *4 *2))
- (-4 *2 (-13 (-558 (-525) *4) (-10 -7 (-6 -4259) (-6 -4260))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-789)) (-4 *3 (-1128)) (-5 *1 (-1051 *3 *2))
- (-4 *2 (-13 (-558 (-525) *3) (-10 -7 (-6 -4259) (-6 -4260)))))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-632 *2)) (-4 *2 (-160)) (-5 *1 (-137 *2))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-160)) (-4 *2 (-1150 *4)) (-5 *1 (-164 *4 *2 *3))
- (-4 *3 (-667 *4 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 (-385 (-887 *5)))) (-5 *4 (-1092))
- (-5 *2 (-887 *5)) (-5 *1 (-271 *5)) (-4 *5 (-429))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-632 (-385 (-887 *4)))) (-5 *2 (-887 *4))
- (-5 *1 (-271 *4)) (-4 *4 (-429))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-348 *3 *2)) (-4 *3 (-160)) (-4 *2 (-1150 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-632 (-157 (-385 (-525)))))
- (-5 *2 (-887 (-157 (-385 (-525))))) (-5 *1 (-707 *4))
- (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 (-157 (-385 (-525))))) (-5 *4 (-1092))
- (-5 *2 (-887 (-157 (-385 (-525))))) (-5 *1 (-707 *5))
- (-4 *5 (-13 (-341) (-787)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-632 (-385 (-525)))) (-5 *2 (-887 (-385 (-525))))
- (-5 *1 (-721 *4)) (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 (-385 (-525)))) (-5 *4 (-1092))
- (-5 *2 (-887 (-385 (-525)))) (-5 *1 (-721 *5))
- (-4 *5 (-13 (-341) (-787))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2)
- (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
+ (-12 (-5 *2 (-594 (-594 (-715)))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1) (-12 (-5 *1 (-563 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1) (-5 *1 (-583))))
(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
(-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1020)) (-5 *2 (-824 *3 *5)) (-5 *1 (-820 *3 *4 *5))
- (-4 *3 (-1020)) (-4 *5 (-612 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-236)))))
-(((*1 *1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))))
-(((*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-702)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-634 (-889 *4))) (-5 *1 (-961 *4))
+ (-4 *4 (-979)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527))))
+ (-5 *4 (-296 (-159 (-359)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527))))
+ (-5 *4 (-296 (-359))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527))))
+ (-5 *4 (-296 (-527))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-159 (-359)))))
+ (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-359)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-527)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-159 (-359)))))
+ (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-359)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-527)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-159 (-359)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-359))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-527))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527))))
+ (-5 *4 (-296 (-638))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527))))
+ (-5 *4 (-296 (-643))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-889 (-527))))
+ (-5 *4 (-296 (-645))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-638)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-643)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-296 (-645)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-638)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-643)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-296 (-645)))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-638))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-643))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-645))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-638))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-643))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-634 (-645))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-638))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-643))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-296 (-645))) (-5 *1 (-310))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1077)) (-5 *1 (-310))))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-960 *5 *6 *7 *8))) (-5 *1 (-960 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-1065 *5 *6 *7 *8))) (-5 *1 (-1065 *5 *6 *7 *8)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 *3)) (-4 *3 (-886 *5 *6 *7)) (-4 *5 (-431))
+ (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-2 (|:| |poly| *3) (|:| |mult| *5)))
+ (-5 *1 (-428 *5 *6 *7 *3)))))
(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-1088 (-887 *4))) (-5 *1 (-394 *3 *4))
- (-4 *3 (-395 *4))))
+ (-12 (-5 *2 (-894 (-1041))) (-5 *1 (-323 *3 *4)) (-14 *3 (-858))
+ (-14 *4 (-858))))
((*1 *2)
- (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-4 *3 (-341))
- (-5 *2 (-1088 (-887 *3)))))
+ (-12 (-5 *2 (-894 (-1041))) (-5 *1 (-324 *3 *4)) (-4 *3 (-329))
+ (-14 *4 (-1090 *3))))
((*1 *2)
- (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-856))
- (-5 *2 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039))))))
- (-5 *1 (-324 *4)) (-4 *4 (-327)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-632 *7)) (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *6 *5))
- (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *1 (-859 *4 *5 *6 *7)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-4 *2 (-1020))
- (-5 *1 (-824 *4 *2)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734))
- (-5 *2 (-592 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020))
- (-5 *2 (-592 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-551 *3)) (-4 *3 (-977))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 *3)) (-5 *1 (-678 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-669))))
- ((*1 *2 *1) (-12 (-4 *1 (-791 *3)) (-4 *3 (-977)) (-5 *2 (-592 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1165 *3)) (-4 *3 (-977)) (-5 *2 (-1073 *3)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977))))
- ((*1 *2 *1 *1)
- (-12 (-4 *2 (-977)) (-5 *1 (-49 *2 *3)) (-14 *3 (-592 (-1092)))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 (-856))) (-4 *2 (-341)) (-5 *1 (-143 *4 *2 *5))
- (-14 *4 (-856)) (-14 *5 (-926 *4 *2))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-294 *3)) (-5 *1 (-203 *3 *4))
- (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092)))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-301 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-126))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-360 *2 *3)) (-4 *3 (-1020)) (-4 *2 (-977))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-517)) (-5 *1 (-573 *2 *4))
- (-4 *4 (-1150 *2))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-651 *2)) (-4 *2 (-977))))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-977)) (-5 *1 (-678 *2 *3)) (-4 *3 (-669))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *5)) (-5 *3 (-592 (-713))) (-4 *1 (-683 *4 *5))
- (-4 *4 (-977)) (-4 *5 (-789))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *2)) (-4 *4 (-977))
- (-4 *2 (-789))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-713)) (-4 *1 (-791 *2)) (-4 *2 (-977))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *6)) (-5 *3 (-592 (-713))) (-4 *1 (-884 *4 *5 *6))
- (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-884 *4 *5 *2)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *2 (-789))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-4 *2 (-884 *4 (-497 *5) *5))
- (-5 *1 (-1045 *4 *5 *2)) (-4 *4 (-977)) (-4 *5 (-789))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-887 *4)) (-5 *1 (-1123 *4))
- (-4 *4 (-977)))))
-(((*1 *1 *1) (-4 *1 (-34)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3))
- (-4 *3 (-901)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-704))))
-(((*1 *2 *3 *4)
- (-12 (-4 *2 (-1150 *4)) (-5 *1 (-749 *4 *2 *3 *5))
- (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-602 *2))
- (-4 *5 (-602 (-385 *2)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *2 (-1150 *4)) (-5 *1 (-749 *4 *2 *5 *3))
- (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *5 (-602 *2))
- (-4 *3 (-602 (-385 *2))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-761 *3))))
- ((*1 *2 *1) (-12 (-4 *2 (-785)) (-5 *1 (-1195 *3 *2)) (-4 *3 (-977)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-169)) (-5 *1 (-228)))))
-(((*1 *1 *1) (-4 *1 (-1061))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713))
- (-4 *4 (-160))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2))
- (-4 *2 (-408 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1013 *2)) (-4 *2 (-408 *4)) (-4 *4 (-13 (-789) (-517)))
- (-5 *1 (-147 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1013 *1)) (-4 *1 (-149))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-149)) (-5 *2 (-1092))))
+ (-12 (-5 *2 (-894 (-1041))) (-5 *1 (-325 *3 *4)) (-4 *3 (-329))
+ (-14 *4 (-858)))))
+(((*1 *1 *2) (-12 (-5 *2 (-171)) (-5 *1 (-230)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-1198 *3 *4)) (-4 *1 (-354 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-162))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-366 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-442 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
- ((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-1192 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-160)))))
+ (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-763 *3)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429))
- (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-910 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 *7)) (-5 *3 (-108)) (-4 *7 (-991 *4 *5 *6))
- (-4 *4 (-429)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-910 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-592 (-592 (-592 *5)))) (-5 *3 (-1 (-108) *5 *5))
- (-5 *4 (-592 *5)) (-4 *5 (-789)) (-5 *1 (-1100 *5)))))
-(((*1 *1) (-5 *1 (-1005))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789))
- (-5 *2 (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -3681 *1)))
- (-4 *1 (-991 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -3681 *1)))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798))))
- ((*1 *1 *1) (-5 *1 (-798))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-1 (-108) *8))) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-2 (|:| |goodPols| (-592 *8)) (|:| |badPols| (-592 *8))))
- (-5 *1 (-910 *5 *6 *7 *8)) (-5 *4 (-592 *8)))))
-(((*1 *1) (-5 *1 (-308))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-429)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *3 *2)
(-12
(-5 *2
- (-592
- (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-713)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *3 (-735)) (-4 *6 (-884 *4 *3 *5)) (-4 *4 (-429)) (-4 *5 (-789))
- (-5 *1 (-426 *4 *3 *5 *6)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1075)) (-5 *4 (-157 (-205))) (-5 *5 (-525))
- (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-108)) (-5 *1 (-456)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-856)) (-5 *1 (-728)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *3 *2))
- (-4 *2 (-13 (-27) (-1114) (-408 (-157 *3))))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-517) (-789) (-968 (-525))))
- (-5 *1 (-170 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 (-157 *4))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1118 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-281))))
- ((*1 *1 *1) (-4 *1 (-281)))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798))))
- ((*1 *1 *1) (-5 *1 (-798))))
-(((*1 *1) (-5 *1 (-1007))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517))))
+ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207)))
+ (|:| |lb| (-594 (-784 (-207)))) (|:| |cf| (-594 (-296 (-207))))
+ (|:| |ub| (-594 (-784 (-207))))))
+ (-5 *1 (-248)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737))
+ (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-594 *3))
+ (-5 *1 (-549 *5 *6 *7 *8 *3)) (-4 *3 (-1031 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140)))
+ (-5 *2
+ (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5))))))
+ (-5 *1 (-1003 *5 *6)) (-5 *3 (-594 (-889 *5)))
+ (-14 *6 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-288) (-140)))
+ (-5 *2
+ (-594 (-2 (|:| -1905 (-1090 *4)) (|:| -4002 (-594 (-889 *4))))))
+ (-5 *1 (-1003 *4 *5)) (-5 *3 (-594 (-889 *4)))
+ (-14 *5 (-594 (-1094)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140)))
+ (-5 *2
+ (-594 (-2 (|:| -1905 (-1090 *5)) (|:| -4002 (-594 (-889 *5))))))
+ (-5 *1 (-1003 *5 *6)) (-5 *3 (-594 (-889 *5)))
+ (-14 *6 (-594 (-1094))))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-567 *2))) (-5 *4 (-594 (-1094)))
+ (-4 *2 (-13 (-410 (-159 *5)) (-936) (-1116)))
+ (-4 *5 (-13 (-519) (-791))) (-5 *1 (-556 *5 *6 *2))
+ (-4 *6 (-13 (-410 *5) (-936) (-1116))))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-594 *6)) (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))
+ (-4 *3 (-519)))))
+(((*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-979)) (-14 *3 (-594 (-1094)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-205 *2 *3)) (-4 *2 (-13 (-979) (-791)))
+ (-14 *3 (-594 (-1094)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-362 *2 *3)) (-4 *2 (-979)) (-4 *3 (-1022))))
+ ((*1 *1 *1)
+ (-12 (-14 *2 (-594 (-1094))) (-4 *3 (-162))
+ (-4 *5 (-220 (-2809 *2) (-715)))
+ (-14 *6
+ (-1 (-110) (-2 (|:| -1720 *4) (|:| -3148 *5))
+ (-2 (|:| -1720 *4) (|:| -3148 *5))))
+ (-5 *1 (-440 *2 *3 *4 *5 *6 *7)) (-4 *4 (-791))
+ (-4 *7 (-886 *3 *5 (-802 *2)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-483 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-791))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-519)) (-5 *1 (-575 *2 *3)) (-4 *3 (-1152 *2))))
+ ((*1 *1 *1) (-12 (-4 *1 (-653 *2)) (-4 *2 (-979))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-680 *2 *3)) (-4 *3 (-791)) (-4 *2 (-979))
+ (-4 *3 (-671))))
+ ((*1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-690)))))
+ (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791))))
+ ((*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-979)) (-4 *3 (-787)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1063)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-164))) (-5 *1 (-1009)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5 *4)) (-4 *5 (-1022)) (-4 *4 (-1022))
+ (-4 *6 (-1022)) (-5 *2 (-1 *6 *5)) (-5 *1 (-629 *5 *4 *6)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-699)))))
+(((*1 *2 *3 *3)
+ (-12 (|has| *2 (-6 (-4263 "*"))) (-4 *5 (-353 *2)) (-4 *6 (-353 *2))
+ (-4 *2 (-979)) (-5 *1 (-101 *2 *3 *4 *5 *6)) (-4 *3 (-1152 *2))
+ (-4 *4 (-632 *2 *5 *6)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *2 (-357)) (-5 *1 (-187)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-14 *5 (-592 (-1092))) (-4 *2 (-160))
- (-4 *4 (-218 (-2827 *5) (-713)))
- (-14 *6
- (-1 (-108) (-2 (|:| -1722 *3) (|:| -2168 *4))
- (-2 (|:| -1722 *3) (|:| -2168 *4))))
- (-5 *1 (-438 *5 *2 *3 *4 *6 *7)) (-4 *3 (-789))
- (-4 *7 (-884 *2 *4 (-800 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-173)) (-5 *3 (-525))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-725 *2)) (-4 *2 (-160))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1075)) (-5 *2 (-525)) (-5 *1 (-1111 *4))
- (-4 *4 (-977)))))
+ (-2 (|:| -1837 (-634 (-387 (-889 *4))))
+ (|:| |vec| (-594 (-387 (-889 *4)))) (|:| -1238 (-715))
+ (|:| |rows| (-594 (-527))) (|:| |cols| (-594 (-527)))))
+ (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737))
+ (-5 *2
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *4))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *4)))))))
+ (-5 *1 (-861 *4 *5 *6 *7)) (-4 *7 (-886 *4 *6 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-2 (|:| |den| (-525)) (|:| |gcdnum| (-525)))))
- (-4 *4 (-1150 (-385 *2))) (-5 *2 (-525)) (-5 *1 (-848 *4 *5))
- (-4 *5 (-1150 (-385 *4))))))
+ (-12 (-5 *3 (-1094)) (-5 *2 (-503)) (-5 *1 (-502 *4))
+ (-4 *4 (-1130)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308))
- (-5 *1 (-310))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-1013 (-887 (-525)))) (-5 *2 (-308))
- (-5 *1 (-310))))
- ((*1 *1 *2 *2 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-620 *3)) (-4 *3 (-977)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-695)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-5 *2 (-108)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-690)))))
+ (-12 (-5 *3 (-1090 *1)) (-5 *4 (-1094)) (-4 *1 (-27))
+ (-5 *2 (-594 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1090 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-889 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-594 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *2 (-594 *1)) (-4 *1 (-29 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-296 (-207))) (-5 *4 (-594 (-1094)))
+ (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-1075 (-207))) (-5 *1 (-281)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-592 *3)) (-5 *1 (-42 *4 *3))
- (-4 *3 (-395 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *1)) (-5 *4 (-1174 *1)) (-4 *1 (-588 *5))
- (-4 *5 (-977))
- (-5 *2 (-2 (|:| -4108 (-632 *5)) (|:| |vec| (-1174 *5))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-632 *1)) (-4 *1 (-588 *4)) (-4 *4 (-977))
- (-5 *2 (-632 *4)))))
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-343)) (-5 *2 (-634 *4))
+ (-5 *1 (-758 *4 *5)) (-4 *5 (-604 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-715)) (-4 *5 (-343))
+ (-5 *2 (-634 *5)) (-5 *1 (-758 *5 *6)) (-4 *6 (-604 *5)))))
+(((*1 *2)
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-791)))
+ (-4 *2 (-13 (-410 *4) (-936) (-1116))) (-5 *1 (-556 *4 *2 *3))
+ (-4 *3 (-13 (-410 (-159 *4)) (-936) (-1116))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-51)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-1152 *4)) (-4 *4 (-979))
+ (-5 *2 (-1176 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-886 *3 *4 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-842 *3)))))
+(((*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-521 *3)) (-4 *3 (-512)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-827 *4 *3))
+ (-4 *3 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936)))
+ (-5 *1 (-165 *3)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-844)) (-5 *2 (-396 (-1088 *1))) (-5 *3 (-1088 *1)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-713)) (-5 *1 (-725 *2)) (-4 *2 (-37 (-385 (-525))))
- (-4 *2 (-160)))))
-(((*1 *1 *1 *1) (-5 *1 (-108))) ((*1 *1 *1 *1) (-4 *1 (-119))))
+ (-12 (-5 *3 (-1077)) (-5 *2 (-197 (-477))) (-5 *1 (-779)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *1 (-748 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-895)))))
+ ((*1 *1 *1 *1 *1) (-5 *1 (-800))) ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3)) (-4 *3 (-979)))))
+(((*1 *2 *1) (-12 (-4 *1 (-235 *3)) (-4 *3 (-1130)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-715))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-979))
+ (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265)))
+ (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-567 *3)) (-4 *3 (-791))))
+ ((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-428 *3 *4 *5 *2)) (-4 *2 (-886 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *1 (-163 *2)) (-4 *2 (-288))))
+ ((*1 *2 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288))))
+ ((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-288))))
+ ((*1 *2 *1) (-12 (-4 *1 (-988)) (-5 *2 (-527)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-525))) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-517)) (-4 *8 (-884 *7 *5 *6))
- (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *9) (|:| |radicand| *9)))
- (-5 *1 (-888 *5 *6 *7 *8 *9)) (-5 *4 (-713))
- (-4 *9
- (-13 (-341)
- (-10 -8 (-15 -4066 (*8 $)) (-15 -4080 (*8 $)) (-15 -4100 ($ *8))))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 (-525))
- (-14 *4 *2) (-4 *5 (-160))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-856)) (-5 *1 (-153 *3 *4))
- (-4 *3 (-154 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-856))))
- ((*1 *2)
- (-12 (-4 *1 (-348 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3))
- (-5 *2 (-856))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-341)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4))
- (-5 *2 (-713)) (-5 *1 (-492 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6))))
+ (-12 (-5 *3 (-782)) (-5 *4 (-991)) (-5 *2 (-968)) (-5 *1 (-781))))
+ ((*1 *2 *3) (-12 (-5 *3 (-782)) (-5 *2 (-968)) (-5 *1 (-781))))
+ ((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-594 (-359))) (-5 *5 (-594 (-784 (-359))))
+ (-5 *6 (-594 (-296 (-359)))) (-5 *3 (-296 (-359))) (-5 *2 (-968))
+ (-5 *1 (-781))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-359)))
+ (-5 *5 (-594 (-784 (-359)))) (-5 *2 (-968)) (-5 *1 (-781))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *5)) (-5 *4 (-1174 *5)) (-4 *5 (-341))
- (-5 *2 (-713)) (-5 *1 (-613 *5))))
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-359))) (-5 *2 (-968))
+ (-5 *1 (-781))))
((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260))))
- (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-5 *2 (-713))
- (-5 *1 (-614 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4))))
+ (-12 (-5 *3 (-594 (-296 (-359)))) (-5 *4 (-594 (-359)))
+ (-5 *2 (-968)) (-5 *1 (-781)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-594 (-1176 *4))) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-4 *3 (-519))
+ (-5 *2 (-594 (-1176 *3))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-1063)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979))))
((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-4 *3 (-517)) (-5 *2 (-713))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)) (-5 *2 (-713)) (-5 *1 (-631 *4 *5 *6 *3))
- (-4 *3 (-630 *4 *5 *6))))
+ (-12 (-4 *2 (-979)) (-5 *1 (-49 *2 *3)) (-14 *3 (-594 (-1094)))))
((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-4 *5 (-517))
- (-5 *2 (-713)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-713)) (-5 *3 (-878 *4)) (-4 *1 (-1053 *4))
- (-4 *4 (-977))))
- ((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-713)) (-5 *4 (-878 (-205))) (-5 *2 (-1179))
- (-5 *1 (-1176)))))
+ (-12 (-5 *2 (-296 *3)) (-5 *1 (-205 *3 *4))
+ (-4 *3 (-13 (-979) (-791))) (-14 *4 (-594 (-1094)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-362 *2 *3)) (-4 *3 (-1022)) (-4 *2 (-979))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-594 (-1094))) (-4 *5 (-220 (-2809 *3) (-715)))
+ (-14 *6
+ (-1 (-110) (-2 (|:| -1720 *4) (|:| -3148 *5))
+ (-2 (|:| -1720 *4) (|:| -3148 *5))))
+ (-4 *2 (-162)) (-5 *1 (-440 *3 *2 *4 *5 *6 *7)) (-4 *4 (-791))
+ (-4 *7 (-886 *2 *5 (-802 *3)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-483 *2 *3)) (-4 *3 (-791)) (-4 *2 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-519)) (-5 *1 (-575 *2 *3)) (-4 *3 (-1152 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-653 *2)) (-4 *2 (-979))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-979)) (-5 *1 (-680 *2 *3)) (-4 *3 (-791))
+ (-4 *3 (-671))))
+ ((*1 *2 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-908 *2 *3 *4)) (-4 *3 (-736)) (-4 *4 (-791))
+ (-4 *2 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1077)) (-5 *3 (-767)) (-5 *1 (-766)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-410 *3) (-936))) (-5 *1 (-257 *3 *2))
+ (-4 *3 (-13 (-791) (-519))))))
+(((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-307 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-490 *3 *4)) (-4 *3 (-1130))
+ (-14 *4 (-527)))))
+(((*1 *1 *1) (-12 (-5 *1 (-163 *2)) (-4 *2 (-288)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-94)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *2 (-387 (-889 *4))) (-5 *1 (-861 *4 *5 *6 *3))
+ (-4 *3 (-886 *4 *6 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-634 *7)) (-4 *7 (-886 *4 *6 *5))
+ (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *2 (-634 (-387 (-889 *4))))
+ (-5 *1 (-861 *4 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *6 *5))
+ (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *2 (-594 (-387 (-889 *4))))
+ (-5 *1 (-861 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-791)) (-5 *2 (-594 (-612 *4 *5)))
+ (-5 *1 (-578 *4 *5 *6)) (-4 *5 (-13 (-162) (-662 (-387 (-527)))))
+ (-14 *6 (-858)))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-864)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-527))
+ (-5 *1 (-428 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-110)))))
+(((*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736))))
+ ((*1 *2 *1) (-12 (-4 *1 (-362 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162))
+ (-4 *6 (-220 (-2809 *3) (-715)))
+ (-14 *7
+ (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *6))
+ (-2 (|:| -1720 *5) (|:| -3148 *6))))
+ (-5 *2 (-658 *5 *6 *7)) (-5 *1 (-440 *3 *4 *5 *6 *7 *8))
+ (-4 *5 (-791)) (-4 *8 (-886 *4 *6 (-802 *3)))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-671)) (-4 *2 (-791)) (-5 *1 (-680 *3 *2))
+ (-4 *3 (-979))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-908 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-736))
+ (-4 *4 (-791)))))
+(((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-990))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-990)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-479 *3 *4 *5 *6))) (-4 *3 (-343)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791))
+ (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-594 *1)) (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-594 *1)) (-5 *3 (-594 *7)) (-4 *1 (-998 *4 *5 *6 *7))
+ (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *4 *5 *6 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-713))) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1128))
- (-4 *4 (-351 *2)) (-4 *5 (-351 *2))))
- ((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-267 *3 *2)) (-4 *3 (-1020))
- (-4 *2 (-1128)))))
-(((*1 *2 *1 *1 *3 *4)
- (-12 (-5 *3 (-1 (-108) *5 *5)) (-5 *4 (-1 (-108) *6 *6))
- (-4 *5 (-13 (-1020) (-33))) (-4 *6 (-13 (-1020) (-33)))
- (-5 *2 (-108)) (-5 *1 (-1057 *5 *6)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-592 (-899))) (-5 *1 (-270)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-617 *3)) (-4 *3 (-789))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-621 *3)) (-4 *3 (-789))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-761 *3)) (-4 *3 (-789)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-1030)) (-5 *3 (-525)))))
-(((*1 *1 *1) (-4 *1 (-578)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934) (-1114))))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
+ (-12 (-5 *3 (-594 (-244))) (-5 *4 (-1094)) (-5 *2 (-110))
+ (-5 *1 (-244)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-787)) (-4 *4 (-341)) (-5 *2 (-713))
- (-5 *1 (-880 *4 *5)) (-4 *5 (-1150 *4)))))
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *3 *3)
- (-12 (-4 *3 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *3)) (-5 *1 (-1047 *4 *3)) (-4 *4 (-1150 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *2 *2 *1)
- (|partial| -12 (-5 *2 (-385 *1)) (-4 *1 (-1150 *3)) (-4 *3 (-977))
- (-4 *3 (-517))))
- ((*1 *1 *1 *1)
- (|partial| -12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-517)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4260)) (-4 *1 (-464 *3))
- (-4 *3 (-1128)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-13 (-341) (-138)))
- (-5 *2 (-592 (-2 (|:| -2168 (-713)) (|:| -1423 *4) (|:| |num| *4))))
- (-5 *1 (-377 *3 *4)) (-4 *4 (-1150 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818))
- (-5 *3 (-592 (-525))))))
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4))
+ (-4 *4 (-329)))))
+(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
+ (-12 (-5 *3 (-1077)) (-5 *5 (-634 (-207))) (-5 *6 (-207))
+ (-5 *7 (-634 (-527))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1063)) (-5 *3 (-527)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-889 (-527))) (-5 *2 (-594 *1)) (-4 *1 (-946))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-889 (-387 (-527)))) (-5 *2 (-594 *1)) (-4 *1 (-946))))
+ ((*1 *2 *3) (-12 (-5 *3 (-889 *1)) (-4 *1 (-946)) (-5 *2 (-594 *1))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1090 (-527))) (-5 *2 (-594 *1)) (-4 *1 (-946))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1090 (-387 (-527)))) (-5 *2 (-594 *1)) (-4 *1 (-946))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1090 *1)) (-4 *1 (-946)) (-5 *2 (-594 *1))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-789) (-343))) (-4 *3 (-1152 *4)) (-5 *2 (-594 *1))
+ (-4 *1 (-995 *4 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-609))) ((*1 *1 *1 *1) (-5 *1 (-1041))))
(((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-5 *2 (-396 (-1088 (-1088 *4))))
- (-5 *1 (-1127 *4)) (-5 *3 (-1088 (-1088 *4))))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-510))))
- ((*1 *1 *1) (-4 *1 (-986))))
-(((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-357)) (-5 *1 (-970)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))))
-(((*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-1015 (-205))))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-592 *3)) (-5 *1 (-895 *3)) (-4 *3 (-510)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-695)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 *5)) (-4 *5 (-160)) (-5 *1 (-130 *3 *4 *5))
- (-14 *3 (-525)) (-14 *4 (-713)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-592 (-724 *3))) (-5 *1 (-724 *3)) (-4 *3 (-517))
- (-4 *3 (-977)))))
-(((*1 *1 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160))))
- ((*1 *1 *1 *1) (-4 *1 (-450)))
- ((*1 *1 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160))))
- ((*1 *2 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-818))))
- ((*1 *1 *1) (-5 *1 (-904)))
- ((*1 *1 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3)))))
-(((*1 *2 *2) (-12 (-5 *1 (-543 *2)) (-4 *2 (-510)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1058 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33))))))
-(((*1 *2)
- (|partial| -12 (-4 *4 (-1132)) (-4 *5 (-1150 (-385 *2)))
- (-4 *2 (-1150 *4)) (-5 *1 (-319 *3 *4 *2 *5))
- (-4 *3 (-320 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-320 *3 *2 *4)) (-4 *3 (-1132))
- (-4 *4 (-1150 (-385 *2))) (-4 *2 (-1150 *3)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-215 *3))
- (-4 *3 (-1020))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-261 *3)) (-4 *3 (-1128)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *1) (-12 (-4 *1 (-889)) (-5 *2 (-1015 (-205)))))
- ((*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-1015 (-205))))))
-(((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-592 (-457 *4 *5))) (-5 *3 (-800 *4))
- (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *1 (-580 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-592
- (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-713)) (|:| |poli| *6)
- (|:| |polj| *6))))
- (-4 *4 (-735)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429)) (-4 *5 (-789))
- (-5 *1 (-426 *3 *4 *5 *6)))))
-(((*1 *1) (-5 *1 (-132))))
-(((*1 *2 *1 *1)
(-12
+ (-5 *3
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *7)
+ (|:| |polj| *7)))
+ (-4 *5 (-737)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431)) (-4 *6 (-791))
+ (-5 *2 (-110)) (-5 *1 (-428 *4 *5 *6 *7)))))
+(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
+ (-12 (-5 *3 (-858)) (-5 *4 (-207)) (-5 *5 (-527)) (-5 *6 (-811))
+ (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-594 (-594 *7)))
+ (-5 *1 (-427 *4 *5 *6 *7)) (-5 *3 (-594 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737))
+ (-4 *7 (-791)) (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-594 (-594 *8)))
+ (-5 *1 (-427 *5 *6 *7 *8)) (-5 *3 (-594 *8)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *1) (-12 (-4 *1 (-306 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979))))
+ ((*1 *2 *1) (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *4 (-594 (-1094)))
+ (-5 *2 (-634 (-296 (-207)))) (-5 *1 (-189))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1022)) (-4 *6 (-837 *5)) (-5 *2 (-634 *6))
+ (-5 *1 (-636 *5 *6 *3 *4)) (-4 *3 (-353 *6))
+ (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))))
+(((*1 *2 *3)
+ (-12 (-14 *4 (-594 (-1094))) (-14 *5 (-715))
(-5 *2
- (-2 (|:| -2681 *3) (|:| |gap| (-713)) (|:| -1416 (-724 *3))
- (|:| -3681 (-724 *3))))
- (-5 *1 (-724 *3)) (-4 *3 (-977))))
- ((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789))
- (-5 *2
- (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -1416 *1)
- (|:| -3681 *1)))
- (-4 *1 (-991 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
+ (-594
+ (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4)
+ (-229 *4 (-387 (-527))))))
+ (-5 *1 (-480 *4 *5))
+ (-5 *3
+ (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4)
+ (-229 *4 (-387 (-527))))))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-407 *3 *2)) (-4 *3 (-13 (-162) (-37 (-387 (-527)))))
+ (-4 *2 (-13 (-791) (-21))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343))
+ (-4 *7 (-1152 (-387 *6)))
+ (-5 *2 (-2 (|:| |answer| *3) (|:| -3091 *3)))
+ (-5 *1 (-525 *5 *6 *7 *3)) (-4 *3 (-322 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343))
(-5 *2
- (-2 (|:| -2681 *1) (|:| |gap| (-713)) (|:| -1416 *1)
- (|:| -3681 *1)))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *1 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-861))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-861))))
- ((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-878 (-205)) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862)))))
+ (-2 (|:| |answer| (-387 *6)) (|:| -3091 (-387 *6))
+ (|:| |specpart| (-387 *6)) (|:| |polypart| *6)))
+ (-5 *1 (-526 *5 *6)) (-5 *3 (-387 *6)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-353 *2)) (-4 *2 (-1130)) (-4 *2 (-791))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-110) *3 *3)) (-4 *1 (-353 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-1083 *3 *4))) (-5 *1 (-1083 *3 *4))
+ (-14 *3 (-858)) (-4 *4 (-979))))
+ ((*1 *1 *1 *1)
+ (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1020) (-33))) (-5 *1 (-1057 *3 *2))
- (-4 *3 (-13 (-1020) (-33))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-898 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
-(((*1 *2 *1) (-12 (-4 *1 (-889)) (-5 *2 (-1015 (-205)))))
- ((*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-1015 (-205))))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1075)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-242))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-414)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-550 *3)) (-4 *3 (-37 *2))
- (-4 *3 (-977)))))
-(((*1 *1)
- (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713))
- (-4 *4 (-160)))))
-(((*1 *1)
- (-12 (-4 *1 (-382)) (-3272 (|has| *1 (-6 -4250)))
- (-3272 (|has| *1 (-6 -4242)))))
- ((*1 *2 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-1020)) (-4 *2 (-789))))
- ((*1 *2 *1) (-12 (-4 *1 (-772 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *1) (-4 *1 (-789))) ((*1 *1) (-5 *1 (-1039))))
+ (-12 (-4 *1 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-410 *3)) (-4 *3 (-791)) (-5 *2 (-110)))))
+(((*1 *1 *1 *1) (-4 *1 (-609))) ((*1 *1 *1 *1) (-5 *1 (-1041))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-527)) (-5 *1 (-532 *3)) (-4 *3 (-970 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374)))))
+(((*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-110)))))
+(((*1 *1) (-5 *1 (-310))))
+(((*1 *2 *3)
+ (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-527))) (-5 *1 (-977)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-667)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-671)) (-5 *2 (-110)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-303 *4 *2)) (-4 *4 (-1022))
+ (-4 *2 (-128)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-527))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))))
+(((*1 *1 *1) (-4 *1 (-225)))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-162)) (-5 *1 (-270 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1152 *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)
+ (-2027 (-12 (-5 *1 (-275 *2)) (-4 *2 (-343)) (-4 *2 (-1130)))
+ (-12 (-5 *1 (-275 *2)) (-4 *2 (-452)) (-4 *2 (-1130)))))
+ ((*1 *1 *1) (-4 *1 (-452)))
+ ((*1 *2 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-329)) (-5 *1 (-497 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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 (-741 *2)) (-4 *2 (-162)) (-4 *2 (-343)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-977))
- (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263)))
- (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4))))
+ (-12 (-5 *3 (-296 *4)) (-4 *4 (-13 (-772) (-791) (-979)))
+ (-5 *2 (-1077)) (-5 *1 (-770 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-4 *5 (-977))
- (-4 *2 (-13 (-382) (-968 *5) (-341) (-1114) (-263)))
- (-5 *1 (-420 *5 *3 *2)) (-4 *3 (-1150 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))))
-(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
- (-12 (-5 *3 (-1075)) (-5 *5 (-632 (-205))) (-5 *6 (-205))
- (-5 *7 (-632 (-525))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-695)))))
-(((*1 *2 *1) (-12 (-4 *1 (-968 (-525))) (-4 *1 (-281)) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *5 (-1092))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-592 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -3991 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1114) (-27) (-408 *8)))
- (-4 *8 (-13 (-429) (-789) (-138) (-968 *3) (-588 *3)))
- (-5 *3 (-525))
- (-5 *2 (-2 (|:| |ans| *4) (|:| -3446 *4) (|:| |sol?| (-108))))
- (-5 *1 (-945 *8 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2))
- (-4 *4 (-13 (-789) (-517))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3))))))
+ (-12 (-5 *3 (-296 *5)) (-5 *4 (-110))
+ (-4 *5 (-13 (-772) (-791) (-979))) (-5 *2 (-1077))
+ (-5 *1 (-770 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-766)) (-5 *4 (-296 *5))
+ (-4 *5 (-13 (-772) (-791) (-979))) (-5 *2 (-1181))
+ (-5 *1 (-770 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-766)) (-5 *4 (-296 *6)) (-5 *5 (-110))
+ (-4 *6 (-13 (-772) (-791) (-979))) (-5 *2 (-1181))
+ (-5 *1 (-770 *6))))
+ ((*1 *2 *1) (-12 (-4 *1 (-772)) (-5 *2 (-1077))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-772)) (-5 *3 (-110)) (-5 *2 (-1077))))
+ ((*1 *2 *3 *1) (-12 (-4 *1 (-772)) (-5 *3 (-766)) (-5 *2 (-1181))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-4 *1 (-772)) (-5 *3 (-766)) (-5 *4 (-110)) (-5 *2 (-1181)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-1093)) (-5 *1 (-310)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *5 (-1132)) (-4 *6 (-1150 *5))
- (-4 *7 (-1150 (-385 *6))) (-5 *2 (-592 (-887 *5)))
- (-5 *1 (-319 *4 *5 *6 *7)) (-4 *4 (-320 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *1 (-320 *4 *5 *6)) (-4 *4 (-1132))
- (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5))) (-4 *4 (-341))
- (-5 *2 (-592 (-887 *4))))))
+ (-12 (-4 *4 (-329)) (-5 *2 (-894 (-1090 *4))) (-5 *1 (-337 *4))
+ (-5 *3 (-1090 *4)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1021 *3 *4)) (-14 *3 (-856))
- (-14 *4 (-856)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6))
- (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *1))))
- (-4 *1 (-996 *4 *5 *6 *3)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789))
- (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-884 *4 *5 *3))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-977)) (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1)))
- (-4 *1 (-1150 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-713)) (-4 *5 (-977)) (-5 *2 (-525))
- (-5 *1 (-420 *5 *3 *6)) (-4 *3 (-1150 *5))
- (-4 *6 (-13 (-382) (-968 *5) (-341) (-1114) (-263)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-420 *4 *3 *5))
- (-4 *3 (-1150 *4))
- (-4 *5 (-13 (-382) (-968 *4) (-341) (-1114) (-263))))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-13 (-787) (-341))) (-5 *2 (-108)) (-5 *1 (-987 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1075)) (-5 *2 (-592 (-1097))) (-5 *1 (-815)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *4 (-351 *2))
- (-4 *5 (-351 *2)) (-4 *2 (-1128))))
+ (-12 (-4 *2 (-1152 *3)) (-5 *1 (-379 *3 *2))
+ (-4 *3 (-13 (-343) (-140))))))
+(((*1 *2 *2) (|partial| -12 (-5 *2 (-296 (-207))) (-5 *1 (-286))))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-5 *2 (-2 (|:| |num| (-829 *3)) (|:| |den| (-829 *3))))
+ (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1) (-12 (-5 *1 (-398 *2)) (-4 *2 (-519)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-1099))) (-5 *1 (-1099))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-1099))) (-5 *1 (-1099)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1094)) (-5 *1 (-622 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359))))
+ ((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-359)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-55 *4 *2 *5)) (-4 *4 (-1130))
+ (-4 *5 (-353 *4)) (-4 *2 (-353 *4))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-267 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1128))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *2 *6 *7))
- (-4 *6 (-218 *5 *2)) (-4 *7 (-218 *4 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-982 *4 *5 *6 *2 *7)) (-4 *6 (-979))
+ (-4 *7 (-220 *4 *6)) (-4 *2 (-220 *5 *6)))))
+(((*1 *2 *1)
(|partial| -12
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2 (-2 (|:| -1534 (-110)) (|:| |w| (-205)))) (-5 *1 (-186)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *5)) (-4 *5 (-408 *4)) (-4 *4 (-13 (-789) (-517)))
- (-5 *2 (-798)) (-5 *1 (-31 *4 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1106 *4 *5))
- (-4 *4 (-1020)) (-4 *5 (-1020)))))
-(((*1 *1 *1) (-5 *1 (-989))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-592 (-632 *6))) (-5 *4 (-108)) (-5 *5 (-525))
- (-5 *2 (-632 *6)) (-5 *1 (-960 *6)) (-4 *6 (-341)) (-4 *6 (-977))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 (-632 *4))) (-5 *2 (-632 *4)) (-5 *1 (-960 *4))
- (-4 *4 (-341)) (-4 *4 (-977))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-592 (-632 *5))) (-5 *4 (-525)) (-5 *2 (-632 *5))
- (-5 *1 (-960 *5)) (-4 *5 (-341)) (-4 *5 (-977)))))
-(((*1 *2)
- (-12 (-5 *2 (-2 (|:| -3736 (-592 *3)) (|:| -1805 (-592 *3))))
- (-5 *1 (-1129 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *2 (-1174 (-294 (-357))))
- (-5 *1 (-284)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *4 (-525))) (-5 *5 (-1 (-1073 *4))) (-4 *4 (-341))
- (-4 *4 (-977)) (-5 *2 (-1073 *4)) (-5 *1 (-1077 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-735)) (-4 *4 (-789)) (-4 *6 (-286)) (-5 *2 (-396 *3))
- (-5 *1 (-685 *5 *4 *6 *3)) (-4 *3 (-884 *6 *5 *4)))))
+ (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431)))
+ (-5 *2 (-784 *4)) (-5 *1 (-293 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1116) (-410 *3))) (-14 *5 (-1094))
+ (-14 *6 *4)))
+ ((*1 *2 *1)
+ (|partial| -12
+ (-4 *3 (-13 (-791) (-970 (-527)) (-590 (-527)) (-431)))
+ (-5 *2 (-784 *4)) (-5 *1 (-1162 *3 *4 *5 *6))
+ (-4 *4 (-13 (-27) (-1116) (-410 *3))) (-14 *5 (-1094))
+ (-14 *6 *4))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525))))
- (-5 *2 (-157 (-294 *4))) (-5 *1 (-170 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 (-157 *4))))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-157 *3)) (-5 *1 (-1118 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *4))))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-510))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))))
+ (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3))
+ (-4 *3 (-397 *4)))))
+(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968))
+ (-5 *1 (-693)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-258 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-258 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1024 (-1024 *3))) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1 *1) (-5 *1 (-110))) ((*1 *1 *1 *1) (-4 *1 (-121))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-288)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3))
+ (-5 *1 (-1045 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-715)) (-4 *5 (-329)) (-4 *6 (-1152 *5))
+ (-5 *2
+ (-594
+ (-2 (|:| -1878 (-634 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-634 *6)))))
+ (-5 *1 (-473 *5 *6 *7))
+ (-5 *3
+ (-2 (|:| -1878 (-634 *6)) (|:| |basisDen| *6)
+ (|:| |basisInv| (-634 *6))))
+ (-4 *7 (-1152 *6)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-701)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-294 (-205)))) (-5 *2 (-108)) (-5 *1 (-246))))
- ((*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-108)) (-5 *1 (-246))))
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *5))
+ (-4 *5 (-13 (-27) (-1116) (-410 *4)))))
((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))))
-(((*1 *2 *3 *4 *5 *4 *4 *4)
- (-12 (-4 *6 (-789)) (-5 *3 (-592 *6)) (-5 *5 (-592 *3))
- (-5 *2
- (-2 (|:| |f1| *3) (|:| |f2| (-592 *5)) (|:| |f3| *5)
- (|:| |f4| (-592 *5))))
- (-5 *1 (-1100 *6)) (-5 *4 (-592 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)) (-4 *2 (-977))))
- ((*1 *1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-632 *5))) (-4 *5 (-286)) (-4 *5 (-977))
- (-5 *2 (-1174 (-1174 *5))) (-5 *1 (-960 *5)) (-5 *4 (-1174 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *5))
- (-4 *5 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-385 (-525)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-273 *3)) (-5 *5 (-385 (-525)))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-525))) (-5 *4 (-273 *6))
- (-4 *6 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *6 *3))))
+ (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-387 (-527)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-525))) (-5 *4 (-273 *7)) (-5 *5 (-1141 (-525)))
- (-4 *7 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-525)))
- (-4 *3 (-13 (-27) (-1114) (-408 *7)))
- (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *7 *3))))
+ (-12 (-5 *4 (-275 *3)) (-5 *5 (-387 (-527)))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *6 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-385 (-525)))) (-5 *4 (-273 *8))
- (-5 *5 (-1141 (-385 (-525)))) (-5 *6 (-385 (-525)))
- (-4 *8 (-13 (-27) (-1114) (-408 *7)))
- (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *7 *8))))
+ (-12 (-5 *3 (-1 *8 (-387 (-527)))) (-5 *4 (-275 *8))
+ (-5 *5 (-1143 (-387 (-527)))) (-5 *6 (-387 (-527)))
+ (-4 *8 (-13 (-27) (-1116) (-410 *7)))
+ (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *7 *8))))
((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-385 (-525))))
- (-5 *7 (-385 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *8)))
- (-4 *8 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *8 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *3))))
- (-4 *3 (-977)) (-5 *1 (-550 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-551 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1073 (-2 (|:| |k| (-525)) (|:| |c| *3))))
- (-4 *3 (-977)) (-4 *1 (-1134 *3))))
+ (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-387 (-527))))
+ (-5 *7 (-387 (-527))) (-4 *3 (-13 (-27) (-1116) (-410 *8)))
+ (-4 *8 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *8 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-713))
- (-5 *3 (-1073 (-2 (|:| |k| (-385 (-525))) (|:| |c| *4))))
- (-4 *4 (-977)) (-4 *1 (-1155 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-4 *1 (-1165 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1073 (-2 (|:| |k| (-713)) (|:| |c| *3))))
- (-4 *3 (-977)) (-4 *1 (-1165 *3)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-314 *5 *6 *7 *8)) (-4 *5 (-408 *4))
- (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6)))
- (-4 *8 (-320 *5 *6 *7)) (-4 *4 (-13 (-789) (-517) (-968 (-525))))
- (-5 *2 (-2 (|:| -4000 (-713)) (|:| -2626 *8)))
- (-5 *1 (-846 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-314 (-385 (-525)) *4 *5 *6))
- (-4 *4 (-1150 (-385 (-525)))) (-4 *5 (-1150 (-385 *4)))
- (-4 *6 (-320 (-385 (-525)) *4 *5))
- (-5 *2 (-2 (|:| -4000 (-713)) (|:| -2626 *6)))
- (-5 *1 (-847 *4 *5 *6)))))
+ (-12 (-5 *2 (-387 (-527))) (-4 *4 (-979)) (-4 *1 (-1159 *4 *3))
+ (-4 *3 (-1136 *4)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)) (-4 *2 (-343))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-343)) (-5 *1 (-607 *4 *2))
+ (-4 *2 (-604 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-504 *3 *2))
+ (-4 *2 (-1167 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-4 *4 (-1152 *3))
+ (-4 *5 (-669 *3 *4)) (-5 *1 (-508 *3 *4 *5 *2)) (-4 *2 (-1167 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-5 *1 (-509 *3 *2))
+ (-4 *2 (-1167 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-13 (-519) (-140)))
+ (-5 *1 (-1071 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 (-594 *6))) (-4 *6 (-886 *3 *5 *4))
+ (-4 *3 (-13 (-288) (-140))) (-4 *4 (-13 (-791) (-569 (-1094))))
+ (-4 *5 (-737)) (-5 *1 (-861 *3 *4 *5 *6)))))
+(((*1 *1) (-5 *1 (-134))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-858)) (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348))))
+ ((*1 *2 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-343))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-350 *2 *3)) (-4 *3 (-1152 *2)) (-4 *2 (-162))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-858)) (-4 *4 (-329))
+ (-5 *1 (-497 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2))
+ (-4 *5 (-220 *3 *2)) (-4 *2 (-979)))))
(((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))
+ (-5 *2 (-2 (|:| -2641 (-594 *6)) (|:| -2028 (-594 *6)))))))
+(((*1 *2 *2 *2)
(-12
(-5 *2
- (-592
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
- (|:| |xpnt| (-525)))))
- (-5 *1 (-396 *3)) (-4 *3 (-517))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-713)) (-4 *3 (-327)) (-4 *5 (-1150 *3))
- (-5 *2 (-592 (-1088 *3))) (-5 *1 (-471 *3 *5 *6))
- (-4 *6 (-1150 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-1051 *4 *2))
- (-4 *2 (-13 (-558 (-525) *4) (-10 -7 (-6 -4259) (-6 -4260))))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-789)) (-4 *3 (-1128)) (-5 *1 (-1051 *3 *2))
- (-4 *2 (-13 (-558 (-525) *3) (-10 -7 (-6 -4259) (-6 -4260)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-909 *4 *5 *6 *3)) (-4 *4 (-977)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-3 (-108) "failed")) (-4 *3 (-429)) (-4 *4 (-789))
- (-4 *5 (-735)) (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-884 *3 *5 *4)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-713)) (-4 *5 (-517))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-157 (-205))) (-5 *4 (-525)) (-5 *2 (-966))
- (-5 *1 (-701)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-51)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-1092))) (-4 *4 (-1020))
- (-4 *5 (-13 (-977) (-821 *4) (-789) (-567 (-827 *4))))
- (-5 *1 (-53 *4 *5 *2))
- (-4 *2 (-13 (-408 *5) (-821 *4) (-567 (-827 *4)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-632 *5))) (-5 *4 (-1174 *5)) (-4 *5 (-286))
- (-4 *5 (-977)) (-5 *2 (-632 *5)) (-5 *1 (-960 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327))
- (-4 *2
- (-13 (-380)
- (-10 -7 (-15 -4100 (*2 *4)) (-15 -3685 ((-856) *2))
- (-15 -2103 ((-1174 *2) (-856))) (-15 -2363 (*2 *2)))))
- (-5 *1 (-334 *2 *4)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-977))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
+ (-2 (|:| -1878 (-634 *3)) (|:| |basisDen| *3)
+ (|:| |basisInv| (-634 *3))))
+ (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *2 (-592 (-592 (-525))))
- (-5 *1 (-859 *4 *5 *6 *7)) (-5 *3 (-525)) (-4 *7 (-884 *4 *6 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934)))))
- ((*1 *2)
- (|partial| -12 (-4 *4 (-1132)) (-4 *5 (-1150 (-385 *2)))
- (-4 *2 (-1150 *4)) (-5 *1 (-319 *3 *4 *2 *5))
- (-4 *3 (-320 *4 *2 *5))))
- ((*1 *2)
- (|partial| -12 (-4 *1 (-320 *3 *2 *4)) (-4 *3 (-1132))
- (-4 *4 (-1150 (-385 *2))) (-4 *2 (-1150 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2772 (-724 *3)) (|:| |coef2| (-724 *3))))
- (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-2 (|:| -2772 *1) (|:| |coef2| *1)))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-5 *2 (-1 (-205) (-205))) (-5 *1 (-646 *3))
- (-4 *3 (-567 (-501)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1092)) (-5 *2 (-1 (-205) (-205) (-205)))
- (-5 *1 (-646 *3)) (-4 *3 (-567 (-501))))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-713)) (-5 *1 (-543 *2)) (-4 *2 (-510)))))
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936))))))
+(((*1 *2 *3 *3 *3 *4 *5 *4 *6)
+ (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207)))
+ (-5 *5 (-1017 (-207))) (-5 *6 (-527)) (-5 *2 (-1126 (-863)))
+ (-5 *1 (-298))))
+ ((*1 *2 *3 *3 *3 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207)))
+ (-5 *5 (-1017 (-207))) (-5 *6 (-527)) (-5 *7 (-1077))
+ (-5 *2 (-1126 (-863))) (-5 *1 (-298))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207)))
+ (-5 *5 (-1017 (-207))) (-5 *6 (-207)) (-5 *7 (-527))
+ (-5 *2 (-1126 (-863))) (-5 *1 (-298))))
+ ((*1 *2 *3 *3 *3 *4 *5 *6 *7 *8)
+ (-12 (-5 *3 (-296 (-527))) (-5 *4 (-1 (-207) (-207)))
+ (-5 *5 (-1017 (-207))) (-5 *6 (-207)) (-5 *7 (-527)) (-5 *8 (-1077))
+ (-5 *2 (-1126 (-863))) (-5 *1 (-298)))))
+(((*1 *1) (-5 *1 (-272))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1032)) (-4 *3 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-408 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3))
- (-4 *3 (-1020))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-592 *1)) (-4 *1 (-884 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977))
- (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-592 *3))
- (-5 *1 (-885 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $))
- (-15 -4080 (*7 $))))))))
-(((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-713)) (-4 *5 (-341)) (-5 *2 (-385 *6))
- (-5 *1 (-802 *5 *4 *6)) (-4 *4 (-1165 *5)) (-4 *6 (-1150 *5))))
- ((*1 *2 *3 *3 *4 *4)
- (|partial| -12 (-5 *3 (-713)) (-5 *4 (-1166 *5 *6 *7)) (-4 *5 (-341))
- (-14 *6 (-1092)) (-14 *7 *5) (-5 *2 (-385 (-1147 *6 *5)))
- (-5 *1 (-803 *5 *6 *7))))
- ((*1 *2 *3 *3 *4)
- (|partial| -12 (-5 *3 (-713)) (-5 *4 (-1166 *5 *6 *7)) (-4 *5 (-341))
- (-14 *6 (-1092)) (-14 *7 *5) (-5 *2 (-385 (-1147 *6 *5)))
- (-5 *1 (-803 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-4 *1 (-481 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-789)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-146))))
- ((*1 *2 *1) (-12 (-5 *2 (-146)) (-5 *1 (-809))))
- ((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-782 (-357)))) (-5 *2 (-1015 (-782 (-205))))
- (-5 *1 (-284)))))
-(((*1 *2 *1) (-12 (-4 *1 (-787)) (-5 *2 (-525))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-840 *3)) (-4 *3 (-1020))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341)))
- (-4 *3 (-1150 *4)) (-5 *2 (-525))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-517) (-789) (-968 *2) (-588 *2) (-429)))
- (-5 *2 (-525)) (-5 *1 (-1035 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-782 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-517) (-789) (-968 *2) (-588 *2) (-429)))
- (-5 *2 (-525)) (-5 *1 (-1035 *6 *3))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-1075))
- (-4 *6 (-13 (-517) (-789) (-968 *2) (-588 *2) (-429)))
- (-5 *2 (-525)) (-5 *1 (-1035 *6 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-429)) (-5 *2 (-525))
- (-5 *1 (-1036 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-782 (-385 (-887 *6))))
- (-5 *3 (-385 (-887 *6))) (-4 *6 (-429)) (-5 *2 (-525))
- (-5 *1 (-1036 *6))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-385 (-887 *6))) (-5 *4 (-1092))
- (-5 *5 (-1075)) (-4 *6 (-429)) (-5 *2 (-525)) (-5 *1 (-1036 *6))))
+ (-12 (-5 *2 (-594 (-275 *3))) (-5 *1 (-275 *3)) (-4 *3 (-519))
+ (-4 *3 (-1130)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *5))
+ (-4 *5 (-13 (-27) (-1116) (-410 *4)))))
((*1 *2 *3)
- (|partial| -12 (-5 *2 (-525)) (-5 *1 (-1111 *3)) (-4 *3 (-977)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1088 *1)) (-4 *1 (-944)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-780)) (-5 *4 (-989)) (-5 *2 (-966)) (-5 *1 (-779))))
- ((*1 *2 *3) (-12 (-5 *3 (-780)) (-5 *2 (-966)) (-5 *1 (-779))))
- ((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-592 (-357))) (-5 *5 (-592 (-782 (-357))))
- (-5 *6 (-592 (-294 (-357)))) (-5 *3 (-294 (-357))) (-5 *2 (-966))
- (-5 *1 (-779))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-357)))
- (-5 *5 (-592 (-782 (-357)))) (-5 *2 (-966)) (-5 *1 (-779))))
+ (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *4)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-357))) (-5 *2 (-966))
- (-5 *1 (-779))))
+ (-12 (-5 *4 (-527)) (-4 *5 (-13 (-431) (-791) (-970 *4) (-590 *4)))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-294 (-357)))) (-5 *4 (-592 (-357)))
- (-5 *2 (-966)) (-5 *1 (-779)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 (-887 *6))) (-4 *6 (-517))
- (-4 *2 (-884 (-385 (-887 *6)) *5 *4)) (-5 *1 (-675 *5 *4 *6 *2))
- (-4 *5 (-735))
- (-4 *4 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))))))
-(((*1 *2 *2) (-12 (-5 *2 (-1015 (-782 (-205)))) (-5 *1 (-284)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798))))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))
- (-5 *2 (-592 (-205))) (-5 *1 (-284)))))
-(((*1 *2 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-938)))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789))
- (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))))
-(((*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *4)) (-4 *4 (-588 (-525))) (-5 *2 (-108))
- (-5 *1 (-1199 *4)))))
-(((*1 *1 *2 *3 *3 *3 *4)
- (-12 (-4 *4 (-341)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 (-385 *3)))
- (-4 *1 (-313 *4 *3 *5 *2)) (-4 *2 (-320 *4 *3 *5))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-341)) (-4 *4 (-1150 *2))
- (-4 *5 (-1150 (-385 *4))) (-4 *1 (-313 *2 *4 *5 *6))
- (-4 *6 (-320 *2 *4 *5))))
- ((*1 *1 *2 *2)
- (-12 (-4 *2 (-341)) (-4 *3 (-1150 *2)) (-4 *4 (-1150 (-385 *3)))
- (-4 *1 (-313 *2 *3 *4 *5)) (-4 *5 (-320 *2 *3 *4))))
- ((*1 *1 *2)
- (-12 (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4)))
- (-4 *1 (-313 *3 *4 *5 *2)) (-4 *2 (-320 *3 *4 *5))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-391 *4 (-385 *4) *5 *6)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5)) (-4 *3 (-341))
- (-4 *1 (-313 *3 *4 *5 *6)))))
-(((*1 *1 *2 *2 *3 *1)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1024)) (-5 *1 (-270)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1092))) (-4 *4 (-13 (-286) (-138)))
- (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735))
- (-5 *2 (-592 (-385 (-887 *4)))) (-5 *1 (-859 *4 *5 *6 *7))
- (-4 *7 (-884 *4 *6 *5)))))
-(((*1 *2)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1088 *3)) (-4 *3 (-977)) (-4 *1 (-1150 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-1124 *3))
- (-4 *3 (-907)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-1115 *3))) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1150 *4)) (-4 *4 (-1132))
- (-4 *6 (-1150 (-385 *5)))
- (-5 *2
- (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
- (|:| |gd| *5)))
- (-4 *1 (-320 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1150 *3)) (-4 *3 (-977)) (-5 *2 (-1088 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-592 (-592 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-592 (-592 *5)))))
+ (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-431) (-791) (-970 *5) (-590 *5))) (-5 *5 (-527))
+ (-5 *2 (-51)) (-5 *1 (-295 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-527))) (-5 *4 (-275 *7)) (-5 *5 (-1143 (-527)))
+ (-4 *7 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-527)))
+ (-4 *3 (-13 (-27) (-1116) (-410 *7)))
+ (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *7 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-527)) (-4 *4 (-979)) (-4 *1 (-1138 *4 *3))
+ (-4 *3 (-1167 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-592 *3))) (-5 *1 (-1101 *3)) (-4 *3 (-1020)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789))))
- ((*1 *1) (-4 *1 (-1068))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
+ (-12 (-4 *1 (-1159 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1136 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-632 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-632 *4)) (-5 *1 (-394 *3 *4))
- (-4 *3 (-395 *4))))
- ((*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))))
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075)))))
- (-5 *2 (-966)) (-5 *1 (-284))))
- ((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))))
- (-5 *2 (-966)) (-5 *1 (-284)))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
+ (|partial| -12 (-5 *3 (-1176 *5)) (-4 *5 (-590 *4)) (-4 *4 (-519))
+ (-5 *2 (-1176 *4)) (-5 *1 (-589 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 (-385 (-525))))
+ (-12 (-5 *3 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041))))))
+ (-4 *4 (-329)) (-5 *2 (-1181)) (-5 *1 (-497 *4)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *8 (-993 *5 *6 *7))
(-5 *2
- (-592
- (-2 (|:| |outval| *4) (|:| |outmult| (-525))
- (|:| |outvect| (-592 (-632 *4))))))
- (-5 *1 (-721 *4)) (-4 *4 (-13 (-341) (-787))))))
-(((*1 *2 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-1103 *2)) (-4 *2 (-341)))))
-(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *2 *1 *1)
- (-12
+ (-2 (|:| |val| (-594 *8)) (|:| |towers| (-594 (-960 *5 *6 *7 *8)))))
+ (-5 *1 (-960 *5 *6 *7 *8)) (-5 *3 (-594 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *8 (-993 *5 *6 *7))
(-5 *2
- (-2 (|:| -3801 *3) (|:| |coef1| (-724 *3)) (|:| |coef2| (-724 *3))))
- (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *2 (-1179)) (-5 *1 (-426 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *1) (-12 (-4 *1 (-233 *3)) (-4 *3 (-1128)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-713))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-977))
- (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263)))
- (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-565 *3)) (-4 *3 (-789))))
- ((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-798)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-789) (-517))) (-5 *2 (-108)) (-5 *1 (-255 *4 *3))
- (-4 *3 (-13 (-408 *4) (-934))))))
-(((*1 *2 *3 *1 *4)
- (-12 (-5 *3 (-1057 *5 *6)) (-5 *4 (-1 (-108) *6 *6))
- (-4 *5 (-13 (-1020) (-33))) (-4 *6 (-13 (-1020) (-33)))
- (-5 *2 (-108)) (-5 *1 (-1058 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-108) *6)) (-4 *6 (-13 (-1020) (-968 *5)))
- (-4 *5 (-821 *4)) (-4 *4 (-1020)) (-5 *2 (-1 (-108) *5))
- (-5 *1 (-866 *4 *5 *6)))))
-(((*1 *2)
- (-12 (-4 *1 (-327))
- (-5 *2 (-3 "prime" "polynomial" "normal" "cyclic")))))
+ (-2 (|:| |val| (-594 *8))
+ (|:| |towers| (-594 (-1065 *5 *6 *7 *8)))))
+ (-5 *1 (-1065 *5 *6 *7 *8)) (-5 *3 (-594 *8)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 (-715) *2)) (-5 *4 (-715)) (-4 *2 (-1022))
+ (-5 *1 (-624 *2))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1 *3 (-715) *3)) (-4 *3 (-1022)) (-5 *1 (-627 *3)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-447)) (-5 *4 (-858)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-798)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 (-713))
- (-14 *4 (-713)) (-4 *5 (-160)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-385 (-525)))
- (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-256 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-286)) (-5 *1 (-642 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-856)) (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346))))
- ((*1 *2 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-341))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-348 *2 *3)) (-4 *3 (-1150 *2)) (-4 *2 (-160))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-856)) (-4 *4 (-327))
- (-5 *1 (-495 *4))))
+ (-12 (-4 *2 (-1022)) (-5 *1 (-900 *3 *2)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *3 (-993 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-996 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1031 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-159 (-207))))
+ (-5 *2 (-968)) (-5 *1 (-699)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 (-387 (-527)))) (-5 *2 (-594 *4)) (-5 *1 (-723 *4))
+ (-4 *4 (-13 (-343) (-789))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *5))
+ (-4 *5 (-13 (-27) (-1116) (-410 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-715))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-275 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-275 *3)) (-5 *5 (-715))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-295 *6 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 (-527))) (-5 *4 (-275 *6))
+ (-4 *6 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *7 (-527))) (-5 *4 (-275 *7)) (-5 *5 (-1143 (-715)))
+ (-4 *7 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *6 *7))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-1094)) (-5 *5 (-275 *3)) (-5 *6 (-1143 (-715)))
+ (-4 *3 (-13 (-27) (-1116) (-410 *7)))
+ (-4 *7 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-51)) (-5 *1 (-438 *7 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2))
- (-4 *5 (-218 *3 *2)) (-4 *2 (-977)))))
+ (-12 (-4 *1 (-1138 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1167 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-138))) (-5 *2 (-592 *3))
- (-5 *1 (-1144 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-117 *3)))))
+ (-12 (-5 *3 (-459 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979))
+ (-5 *2 (-229 *4 *5)) (-5 *1 (-881 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1088 *4)) (-5 *1 (-495 *4))
- (-4 *4 (-327)))))
+ (-12 (-4 *4 (-979)) (-4 *5 (-1152 *4)) (-5 *2 (-1 *6 (-594 *6)))
+ (-5 *1 (-1170 *4 *5 *3 *6)) (-4 *3 (-604 *5)) (-4 *6 (-1167 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-314 *5 *6 *7 *8)) (-4 *5 (-408 *4)) (-4 *6 (-1150 *5))
- (-4 *7 (-1150 (-385 *6))) (-4 *8 (-320 *5 *6 *7))
- (-4 *4 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-108))
- (-5 *1 (-846 *4 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-314 (-385 (-525)) *4 *5 *6))
- (-4 *4 (-1150 (-385 (-525)))) (-4 *5 (-1150 (-385 *4)))
- (-4 *6 (-320 (-385 (-525)) *4 *5)) (-5 *2 (-108))
- (-5 *1 (-847 *4 *5 *6)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -3446 *6) (|:| |sol?| (-108))) (-525)
- *6))
- (-4 *6 (-341)) (-4 *7 (-1150 *6))
- (-5 *2 (-2 (|:| |answer| (-542 (-385 *7))) (|:| |a0| *6)))
- (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205)))
- (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205))))
- (|:| |ub| (-592 (-782 (-205))))))
- (-5 *1 (-246)))))
+ (-12 (-5 *2 (-527)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-501)) (-5 *1 (-500 *4))
- (-4 *4 (-1128)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *1 (-746 *4 *2)) (-4 *2 (-13 (-29 *4) (-1114) (-893)))))
- ((*1 *1 *1 *1 *1) (-5 *1 (-798))) ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3)) (-4 *3 (-977)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *2 (-385 (-887 *4))) (-5 *1 (-859 *4 *5 *6 *3))
- (-4 *3 (-884 *4 *6 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-632 *7)) (-4 *7 (-884 *4 *6 *5))
- (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *2 (-632 (-385 (-887 *4))))
- (-5 *1 (-859 *4 *5 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *6 *5))
- (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *2 (-592 (-385 (-887 *4))))
- (-5 *1 (-859 *4 *5 *6 *7)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-477 *3 *4 *5 *6))) (-4 *3 (-341)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789))
- (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 *1)) (-5 *3 (-592 *7)) (-4 *1 (-996 *4 *5 *6 *7))
- (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *4 *5 *6 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-405 *3 *2)) (-4 *3 (-13 (-160) (-37 (-385 (-525)))))
- (-4 *2 (-13 (-789) (-21))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-301 *4 *2)) (-4 *4 (-1020))
- (-4 *2 (-126)))))
-(((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357))))
- ((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-357)))))
-(((*1 *1 *1 *1) (-5 *1 (-108))) ((*1 *1 *1 *1) (-4 *1 (-119))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934))))))
+ (-12 (-5 *3 (-1094)) (-5 *2 (-1 (-1090 (-889 *4)) (-889 *4)))
+ (-5 *1 (-1184 *4)) (-4 *4 (-343)))))
(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-445)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-308)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-713)) (-4 *4 (-13 (-517) (-138)))
- (-5 *1 (-1144 *4 *2)) (-4 *2 (-1150 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5)))
- (-5 *2 (-592 (-592 *4))) (-5 *1 (-319 *3 *4 *5 *6))
- (-4 *3 (-320 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-4 *3 (-346)) (-5 *2 (-592 (-592 *3))))))
+ (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *1) (-12 (-5 *1 (-552 *2)) (-4 *2 (-979)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-405 *3 *2)) (-4 *3 (-13 (-160) (-37 (-385 (-525)))))
- (-4 *2 (-13 (-789) (-21))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-592 (-592 *7)))
- (-5 *1 (-425 *4 *5 *6 *7)) (-5 *3 (-592 *7))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735))
- (-4 *7 (-789)) (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-592 (-592 *8)))
- (-5 *1 (-425 *5 *6 *7 *8)) (-5 *3 (-592 *8))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-884 *4 *5 *6)) (-5 *2 (-592 (-592 *7)))
- (-5 *1 (-425 *4 *5 *6 *7)) (-5 *3 (-592 *7))))
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 *10))
+ (-5 *1 (-576 *5 *6 *7 *8 *9 *10)) (-4 *9 (-998 *5 *6 *7 *8))
+ (-4 *10 (-1031 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735))
- (-4 *7 (-789)) (-4 *8 (-884 *5 *6 *7)) (-5 *2 (-592 (-592 *8)))
- (-5 *1 (-425 *5 *6 *7 *8)) (-5 *3 (-592 *8)))))
-(((*1 *2 *1 *3 *3 *4)
- (-12 (-5 *3 (-1 (-798) (-798) (-798))) (-5 *4 (-525)) (-5 *2 (-798))
- (-5 *1 (-595 *5 *6 *7)) (-4 *5 (-1020)) (-4 *6 (-23)) (-14 *7 *6)))
- ((*1 *2 *1 *2)
- (-12 (-5 *2 (-798)) (-5 *1 (-793 *3 *4 *5)) (-4 *3 (-977))
- (-14 *4 (-94 *3)) (-14 *5 (-1 *3 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-798))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-798))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-798))))
- ((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-798)) (-5 *1 (-1088 *3)) (-4 *3 (-977)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1174 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-341))
- (-4 *1 (-667 *5 *6)) (-4 *5 (-160)) (-4 *6 (-1150 *5))
- (-5 *2 (-632 *5)))))
-(((*1 *2 *3) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-522)) (-5 *3 (-525)))))
-(((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1) (-12 (-4 *1 (-1040 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *1 *1 *1) (-5 *1 (-205)))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970))))
- ((*1 *1 *1 *1) (-4 *1 (-1056))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-341))
- (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-427 *4 *5 *6 *2))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-94 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-341))
+ (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431))
+ (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-976 *5 *6)))
+ (-5 *1 (-579 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431))
+ (-14 *6 (-594 (-1094)))
(-5 *2
- (-2 (|:| R (-632 *6)) (|:| A (-632 *6)) (|:| |Ainv| (-632 *6))))
- (-5 *1 (-911 *6)) (-5 *3 (-632 *6)))))
-(((*1 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-294 (-205))) (-5 *1 (-284))))
- ((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| |num| (-827 *3)) (|:| |den| (-827 *3))))
- (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *5 *3)
- (-12 (-5 *4 (-1 *7 *7))
- (-5 *5
- (-1 (-2 (|:| |ans| *6) (|:| -3446 *6) (|:| |sol?| (-108))) (-525)
- *6))
- (-4 *6 (-341)) (-4 *7 (-1150 *6))
+ (-594 (-1065 *5 (-499 (-802 *6)) (-802 *6) (-724 *5 (-802 *6)))))
+ (-5 *1 (-579 *5 *6))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-960 *5 *6 *7 *8))) (-5 *1 (-960 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-960 *5 *6 *7 *8))) (-5 *1 (-960 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431))
+ (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-976 *5 *6)))
+ (-5 *1 (-976 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-1065 *5 *6 *7 *8))) (-5 *1 (-1065 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-110)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-1065 *5 *6 *7 *8))) (-5 *1 (-1065 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-1124 *4 *5 *6 *7)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
(-5 *2
- (-3 (-2 (|:| |answer| (-385 *7)) (|:| |a0| *6))
- (-2 (|:| -3991 (-385 *7)) (|:| |coeff| (-385 *7))) "failed"))
- (-5 *1 (-535 *6 *7)) (-5 *3 (-385 *7)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-187))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-357))) (-5 *2 (-357)) (-5 *1 (-187)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-713)) (-4 *5 (-517))
- (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))))
+ (-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))))
+ (-5 *1 (-189)))))
(((*1 *1 *2 *3)
- (-12 (-4 *1 (-360 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1020))))
+ (-12 (-4 *1 (-362 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1022))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-525)) (-5 *2 (-1073 *3)) (-5 *1 (-1077 *3))
- (-4 *3 (-977))))
+ (-12 (-5 *4 (-527)) (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3))
+ (-4 *3 (-979))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-761 *4)) (-4 *4 (-789)) (-4 *1 (-1189 *4 *3))
- (-4 *3 (-977)))))
+ (-12 (-5 *2 (-763 *4)) (-4 *4 (-791)) (-4 *1 (-1191 *4 *3))
+ (-4 *3 (-979)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-1020)) (-5 *2 (-592 *1))
- (-4 *1 (-360 *3 *4))))
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-343)) (-4 *1 (-309 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1152 *4)) (-4 *4 (-1134))
+ (-4 *1 (-322 *4 *3 *5)) (-4 *5 (-1152 (-387 *3)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1176 *1)) (-4 *4 (-162))
+ (-4 *1 (-347 *4))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1176 *1)) (-4 *4 (-162))
+ (-4 *1 (-350 *4 *5)) (-4 *5 (-1152 *4))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-389 *3 *4))
+ (-4 *4 (-1152 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-397 *3)))))
+(((*1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1 *4)
+ (-12 (-5 *4 (-1 (-110) *3 *3)) (-4 *1 (-1124 *5 *6 *7 *3))
+ (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-110)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-310)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-261)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207)))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-77 LSFUN1))))
+ (-5 *2 (-968)) (-5 *1 (-698)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4))
+ (-5 *2 (-715)) (-5 *1 (-494 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-678 *3 *4))) (-5 *1 (-678 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-669))))
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-4 *3 (-519)) (-5 *2 (-715))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)) (-5 *2 (-715)) (-5 *1 (-633 *4 *5 *6 *3))
+ (-4 *3 (-632 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-884 *3 *4 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-761 *3)) (-4 *3 (-789)) (-5 *1 (-617 *3)))))
-(((*1 *1 *2 *3 *4)
- (-12
- (-5 *3
- (-592
- (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 *2))
- (|:| |logand| (-1088 *2)))))
- (-5 *4 (-592 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
- (-4 *2 (-341)) (-5 *1 (-542 *2)))))
-(((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-4 *5 (-519))
+ (-5 *2 (-715)))))
+(((*1 *1) (-5 *1 (-1177))))
+(((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-726 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *1 (-899 *3 *2)) (-4 *2 (-128)) (-4 *3 (-519))
+ (-4 *3 (-979)) (-4 *2 (-736))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1090 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-906)) (-4 *2 (-128)) (-5 *1 (-1096 *3)) (-4 *3 (-519))
+ (-4 *3 (-979))))
+ ((*1 *1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1149 *4 *3)) (-14 *4 (-1094))
+ (-4 *3 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *1) (|partial| -12 (-4 *1 (-946)) (-5 *2 (-800)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-715)) (-4 *4 (-13 (-519) (-140)))
+ (-5 *1 (-1146 *4 *2)) (-4 *2 (-1152 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)) (-4 *5 (-993 *3 *4 *2)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1897 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-296 *5)))
+ (-5 *1 (-1050 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094)))
+ (-4 *5 (-13 (-288) (-791) (-140))) (-5 *2 (-594 (-594 (-296 *5))))
+ (-5 *1 (-1050 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-911 *3 *4 *2 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-993 *3 *4 *2)) (-4 *2 (-791))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4)))
+ (-5 *2 (-2 (|:| |num| (-1176 *4)) (|:| |den| *4))))))
+(((*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))))
(((*1 *1 *1 *2)
- (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734))
- (-4 *2 (-341))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-205))))
+ (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736))
+ (-4 *2 (-343))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-207))))
((*1 *1 *1 *1)
- (-2067 (-12 (-5 *1 (-273 *2)) (-4 *2 (-341)) (-4 *2 (-1128)))
- (-12 (-5 *1 (-273 *2)) (-4 *2 (-450)) (-4 *2 (-1128)))))
- ((*1 *1 *1 *1) (-4 *1 (-341)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-357))))
+ (-2027 (-12 (-5 *1 (-275 *2)) (-4 *2 (-343)) (-4 *2 (-1130)))
+ (-12 (-5 *1 (-275 *2)) (-4 *2 (-452)) (-4 *2 (-1130)))))
+ ((*1 *1 *1 *1) (-4 *1 (-343)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-359))))
((*1 *1 *2 *2)
- (-12 (-5 *2 (-1044 *3 (-565 *1))) (-4 *3 (-517)) (-4 *3 (-789))
- (-4 *1 (-408 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-450)))
+ (-12 (-5 *2 (-1046 *3 (-567 *1))) (-4 *3 (-519)) (-4 *3 (-791))
+ (-4 *1 (-410 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-452)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-327)) (-5 *1 (-495 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-501)))
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-329)) (-5 *1 (-497 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-503)))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-160)) (-5 *1 (-571 *2 *4 *3)) (-4 *2 (-37 *4))
- (-4 *3 (|SubsetCategory| (-669) *4))))
+ (-12 (-4 *4 (-162)) (-5 *1 (-573 *2 *4 *3)) (-4 *2 (-37 *4))
+ (-4 *3 (|SubsetCategory| (-671) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *4 (-160)) (-5 *1 (-571 *3 *4 *2)) (-4 *3 (-37 *4))
- (-4 *2 (|SubsetCategory| (-669) *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-583 *2)) (-4 *2 (-160)) (-4 *2 (-341))))
+ (-12 (-4 *4 (-162)) (-5 *1 (-573 *3 *4 *2)) (-4 *3 (-37 *4))
+ (-4 *2 (|SubsetCategory| (-671) *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-585 *2)) (-4 *2 (-162)) (-4 *2 (-343))))
((*1 *1 *2 *3)
- (-12 (-4 *4 (-160)) (-5 *1 (-608 *2 *4 *3)) (-4 *2 (-660 *4))
- (-4 *3 (|SubsetCategory| (-669) *4))))
+ (-12 (-4 *4 (-162)) (-5 *1 (-610 *2 *4 *3)) (-4 *2 (-662 *4))
+ (-4 *3 (|SubsetCategory| (-671) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *4 (-160)) (-5 *1 (-608 *3 *4 *2)) (-4 *3 (-660 *4))
- (-4 *2 (|SubsetCategory| (-669) *4))))
+ (-12 (-4 *4 (-162)) (-5 *1 (-610 *3 *4 *2)) (-4 *3 (-662 *4))
+ (-4 *2 (|SubsetCategory| (-671) *4))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2)) (-4 *2 (-341))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2)) (-4 *2 (-343))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
((*1 *1 *1 *1)
- (|partial| -12 (-5 *1 (-801 *2 *3 *4 *5)) (-4 *2 (-341))
- (-4 *2 (-977)) (-14 *3 (-592 (-1092))) (-14 *4 (-592 (-713)))
- (-14 *5 (-713))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517))))
+ (|partial| -12 (-5 *1 (-803 *2 *3 *4 *5)) (-4 *2 (-343))
+ (-4 *2 (-979)) (-14 *3 (-594 (-1094))) (-14 *4 (-594 (-715)))
+ (-14 *5 (-715))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-980 *3 *4 *2 *5 *6)) (-4 *2 (-977))
- (-4 *5 (-218 *4 *2)) (-4 *6 (-218 *3 *2)) (-4 *2 (-341))))
+ (-12 (-4 *1 (-982 *3 *4 *2 *5 *6)) (-4 *2 (-979))
+ (-4 *5 (-220 *4 *2)) (-4 *6 (-220 *3 *2)) (-4 *2 (-343))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1181 *2)) (-4 *2 (-341))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1183 *2)) (-4 *2 (-343))))
((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-341)) (-4 *2 (-977)) (-4 *3 (-789))
- (-4 *4 (-735)) (-14 *6 (-592 *3))
- (-5 *1 (-1184 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-884 *2 *4 *3))
- (-14 *7 (-592 (-713))) (-14 *8 (-713))))
+ (|partial| -12 (-4 *2 (-343)) (-4 *2 (-979)) (-4 *3 (-791))
+ (-4 *4 (-737)) (-14 *6 (-594 *3))
+ (-5 *1 (-1186 *2 *3 *4 *5 *6 *7 *8)) (-4 *5 (-886 *2 *4 *3))
+ (-14 *7 (-594 (-715))) (-14 *8 (-715))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-341)) (-4 *2 (-977))
- (-4 *3 (-785)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-138))
- (-4 *3 (-286)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-910 *3 *4 *5 *6)))))
-(((*1 *1 *1) (|partial| -4 *1 (-1068))))
-(((*1 *1) (-5 *1 (-132))) ((*1 *1 *1) (-5 *1 (-135)))
- ((*1 *1 *1) (-4 *1 (-1061))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *1 (-98 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-592 (-1092))) (-4 *5 (-517))
- (-5 *2 (-592 (-592 (-273 (-385 (-887 *5)))))) (-5 *1 (-712 *5))))
+ (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-343)) (-4 *2 (-979))
+ (-4 *3 (-787)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5)))
+ (-5 *2 (-594 (-594 *4))) (-5 *1 (-321 *3 *4 *5 *6))
+ (-4 *3 (-322 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-4 *3 (-348)) (-5 *2 (-594 (-594 *3))))))
+(((*1 *2 *3 *2) (-12 (-5 *2 (-968)) (-5 *3 (-1094)) (-5 *1 (-248)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-517))
- (-5 *2 (-592 (-592 (-273 (-385 (-887 *4)))))) (-5 *1 (-712 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-632 *7))
- (-5 *5
- (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -2103 (-592 *6)))
- *7 *6))
- (-4 *6 (-341)) (-4 *7 (-602 *6))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1174 *6) "failed"))
- (|:| -2103 (-592 (-1174 *6)))))
- (-5 *1 (-755 *6 *7)) (-5 *4 (-1174 *6)))))
-(((*1 *1 *1) (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)) (-4 *2 (-517))))
- ((*1 *1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1073 (-1073 *4))) (-5 *2 (-1073 *4)) (-5 *1 (-1077 *4))
- (-4 *4 (-37 (-385 (-525)))) (-4 *4 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820)) (-5 *3 (-527)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-355 *4 *2))
+ (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262)))))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-979)) (-5 *1 (-1148 *3 *2)) (-4 *2 (-1152 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-207)) (-5 *2 (-110)) (-5 *1 (-280 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3)))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1017 (-784 (-207)))) (-5 *3 (-207)) (-5 *2 (-110))
+ (-5 *1 (-286))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2) (-12 (-4 *3 (-162)) (-5 *2 (-1176 *1)) (-4 *1 (-347 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
(((*1 *1 *1 *1) (-4 *1 (-21))) ((*1 *1 *1) (-4 *1 (-21)))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-128)))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-130)))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-195 *2))
+ (-12 (-5 *1 (-197 *2))
(-4 *2
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $))
- (-15 -3686 ((-1179) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128))))
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $))
+ (-15 -2000 ((-1181) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-21)) (-4 *2 (-1130))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
- ((*1 *1 *1) (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
+ (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
+ ((*1 *1 *1) (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
((*1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
- ((*1 *1 *1) (-5 *1 (-798))) ((*1 *1 *1 *1) (-5 *1 (-798)))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
+ ((*1 *1 *1) (-5 *1 (-800))) ((*1 *1 *1 *1) (-5 *1 (-800)))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-21))))
- ((*1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-21)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-3 (-385 (-887 *6)) (-1082 (-1092) (-887 *6))))
- (-5 *5 (-713)) (-4 *6 (-429)) (-5 *2 (-592 (-632 (-385 (-887 *6)))))
- (-5 *1 (-271 *6)) (-5 *4 (-632 (-385 (-887 *6))))))
- ((*1 *2 *3 *4)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-21))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-21)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-819 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *3 (-96 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-979))
+ (-5 *1 (-794 *5 *2)) (-4 *2 (-793 *5)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-306 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736))
+ (-4 *2 (-431))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-322 *2 *3 *4)) (-4 *2 (-1134)) (-4 *3 (-1152 *2))
+ (-4 *4 (-1152 (-387 *3)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-431))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)) (-4 *3 (-431))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-886 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-431))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *3 (-288)) (-4 *3 (-519)) (-5 *1 (-1082 *3 *2))
+ (-4 *2 (-1152 *3)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))))
+(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |eigval| (-3 (-385 (-887 *5)) (-1082 (-1092) (-887 *5))))
- (|:| |eigmult| (-713)) (|:| |eigvec| (-592 *4))))
- (-4 *5 (-429)) (-5 *2 (-592 (-632 (-385 (-887 *5)))))
- (-5 *1 (-271 *5)) (-5 *4 (-632 (-385 (-887 *5)))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-1174 (-632 *4))) (-5 *1 (-88 *4 *5))
- (-5 *3 (-632 *4)) (-4 *5 (-602 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 (-525)))))
- (-5 *1 (-339 *3)) (-4 *3 (-1020))))
+ (-2 (|:| |lfn| (-594 (-296 (-207)))) (|:| -2138 (-594 (-207)))))
+ (-5 *2 (-594 (-1094))) (-5 *1 (-248))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1090 *7)) (-4 *7 (-886 *6 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-979)) (-5 *2 (-594 *5))
+ (-5 *1 (-301 *4 *5 *6 *7))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 (-713)))))
- (-5 *1 (-364 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-319 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 *2) (-4 *5 (-367))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| -4201 *3) (|:| -2168 (-525)))))
- (-5 *1 (-396 *3)) (-4 *3 (-517))))
+ (-12 (-4 *1 (-410 *3)) (-4 *3 (-791)) (-5 *2 (-594 (-1094)))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 (-713)))))
- (-5 *1 (-761 *3)) (-4 *3 (-789)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-108)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-242)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1088 *6)) (-5 *3 (-525)) (-4 *6 (-286)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *1 (-685 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-221))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1179)) (-5 *1 (-221)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-205)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-525)) (-4 *2 (-408 *3)) (-5 *1 (-31 *3 *2))
- (-4 *3 (-968 *4)) (-4 *3 (-13 (-789) (-517))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-273 (-294 *5))))
- (-5 *1 (-1048 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-13 (-286) (-789) (-138)))
- (-5 *2 (-592 (-273 (-294 *4)))) (-5 *1 (-1048 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-273 (-385 (-887 *5)))) (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-273 (-294 *5))))
- (-5 *1 (-1048 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-273 (-385 (-887 *4))))
- (-4 *4 (-13 (-286) (-789) (-138))) (-5 *2 (-592 (-273 (-294 *4))))
- (-5 *1 (-1048 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092)))
- (-4 *5 (-13 (-286) (-789) (-138)))
- (-5 *2 (-592 (-592 (-273 (-294 *5))))) (-5 *1 (-1048 *5))))
+ (-12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-594 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-385 (-887 *4))))
- (-4 *4 (-13 (-286) (-789) (-138)))
- (-5 *2 (-592 (-592 (-273 (-294 *4))))) (-5 *1 (-1048 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-273 (-385 (-887 *5))))) (-5 *4 (-592 (-1092)))
- (-4 *5 (-13 (-286) (-789) (-138)))
- (-5 *2 (-592 (-592 (-273 (-294 *5))))) (-5 *1 (-1048 *5))))
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979))
+ (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-594 *5))
+ (-5 *1 (-887 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1024 (-1094))) (-5 *1 (-902 *3)) (-4 *3 (-903))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-908 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-4 *5 (-791)) (-5 *2 (-594 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-273 (-385 (-887 *4)))))
- (-4 *4 (-13 (-286) (-789) (-138)))
- (-5 *2 (-592 (-592 (-273 (-294 *4))))) (-5 *1 (-1048 *4)))))
-(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-146)))
+ (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-5 *2 (-594 (-1094)))
+ (-5 *1 (-975 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *4 (-1022)) (-5 *2 (-826 *3 *5)) (-5 *1 (-822 *3 *4 *5))
+ (-4 *3 (-1022)) (-4 *5 (-614 *4)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))))
+(((*1 *1 *1 *1) (-4 *1 (-25))) ((*1 *1 *1 *1) (-5 *1 (-148)))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-195 *2))
+ (-12 (-5 *1 (-197 *2))
(-4 *2
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 ((-1179) $))
- (-15 -3686 ((-1179) $)))))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-25)) (-4 *2 (-1128))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-25)) (-4 *2 (-1128))))
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 ((-1181) $))
+ (-15 -2000 ((-1181) $)))))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-25)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-25)) (-4 *2 (-1130))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-301 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-126))))
+ (-12 (-4 *1 (-303 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-128))))
((*1 *1 *2 *1)
- (-12 (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *2))
- (-4 *2 (-1150 *3))))
+ (-12 (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *2))
+ (-4 *2 (-1152 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
+ (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789))
- (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-501)))
+ (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791))
+ (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-503)))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-25)))))
-(((*1 *1 *1) (-12 (-5 *1 (-900 *2)) (-4 *2 (-901)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))
- (-5 *1 (-921 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))
- (-5 *1 (-1027 *3 *4 *5 *6 *7)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-138))
- (-4 *3 (-286)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-910 *3 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-341)) (-4 *3 (-977))
- (-5 *1 (-1077 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-551 *3)) (-4 *3 (-977))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-906 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-734))
- (-4 *5 (-789)) (-5 *2 (-108)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |cd| (-1075)) (|:| -2411 (-1075))))
- (-5 *1 (-764)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *7 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-517))
- (-4 *8 (-884 *7 *5 *6))
- (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *3) (|:| |radicand| *3)))
- (-5 *1 (-888 *5 *6 *7 *8 *3)) (-5 *4 (-713))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4066 (*8 $)) (-15 -4080 (*8 $)) (-15 -4100 ($ *8))))))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-1092)) (-5 *6 (-108))
- (-4 *7 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-4 *3 (-13 (-1114) (-893) (-29 *7)))
- (-5 *2
- (-3 (|:| |f1| (-782 *3)) (|:| |f2| (-592 (-782 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-199 *7 *3)) (-5 *5 (-782 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-108)) (-5 *1 (-530 *3)) (-4 *3 (-968 (-525)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2)))))
-(((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *3 (-94 *5)) (-5 *4 (-1 *5 *5)) (-4 *5 (-977))
- (-5 *1 (-792 *5 *2)) (-4 *2 (-791 *5)))))
-(((*1 *1 *1) (-4 *1 (-510))))
-(((*1 *2)
- (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-762)) (-14 *5 (-1092))
- (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))))
-(((*1 *1) (-5 *1 (-1095))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-782 (-205)))) (-5 *4 (-205)) (-5 *2 (-592 *4))
- (-5 *1 (-246)))))
-(((*1 *1 *1) (-4 *1 (-804 *2))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-713)) (-4 *4 (-327)) (-5 *1 (-197 *4 *2))
- (-4 *2 (-1150 *4)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641))))
- ((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-641)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))))
-(((*1 *2 *1)
- (|partial| -12
- (-5 *2 (-2 (|:| -1534 (-110)) (|:| |arg| (-592 (-827 *3)))))
- (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-110)) (-5 *2 (-592 (-827 *4)))
- (-5 *1 (-827 *4)) (-4 *4 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-798)))))
-(((*1 *2 *1)
- (-12 (-4 *4 (-1020)) (-5 *2 (-108)) (-5 *1 (-820 *3 *4 *5))
- (-4 *3 (-1020)) (-4 *5 (-612 *4))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-824 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-341)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3817 *1)))
- (-4 *1 (-791 *3)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-695)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-385 (-887 (-157 (-525))))))
- (-5 *2 (-592 (-592 (-273 (-887 (-157 *4)))))) (-5 *1 (-356 *4))
- (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-273 (-385 (-887 (-157 (-525)))))))
- (-5 *2 (-592 (-592 (-273 (-887 (-157 *4)))))) (-5 *1 (-356 *4))
- (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 (-157 (-525)))))
- (-5 *2 (-592 (-273 (-887 (-157 *4))))) (-5 *1 (-356 *4))
- (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-273 (-385 (-887 (-157 (-525))))))
- (-5 *2 (-592 (-273 (-887 (-157 *4))))) (-5 *1 (-356 *4))
- (-4 *4 (-13 (-341) (-787))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108))))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-809)) (-5 *3 (-592 (-242))) (-5 *1 (-240)))))
-(((*1 *2 *3)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-25)))))
+(((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-470)))))
+(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
(-12
(-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
+ (-2 (|:| |det| *12) (|:| |rows| (-594 (-527)))
+ (|:| |cols| (-594 (-527)))))
+ (-5 *4 (-634 *12)) (-5 *5 (-594 (-387 (-889 *9))))
+ (-5 *6 (-594 (-594 *12))) (-5 *7 (-715)) (-5 *8 (-527))
+ (-4 *9 (-13 (-288) (-140))) (-4 *12 (-886 *9 *11 *10))
+ (-4 *10 (-13 (-791) (-569 (-1094)))) (-4 *11 (-737))
(-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 (-174)))))
-(((*1 *2 *1) (-12 (|has| *1 (-6 -4259)) (-4 *1 (-33)) (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-525))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-1195 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-785)))))
+ (-2 (|:| |eqzro| (-594 *12)) (|:| |neqzro| (-594 *12))
+ (|:| |wcond| (-594 (-889 *9)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *9))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *9)))))))))
+ (-5 *1 (-861 *9 *10 *11 *12)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737))
+ (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-996 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 *9)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431)) (-4 *6 (-737))
+ (-4 *7 (-791)) (-5 *2 (-715)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-407 *3 *2)) (-4 *3 (-13 (-162) (-37 (-387 (-527)))))
+ (-4 *2 (-13 (-791) (-21))))))
+(((*1 *2) (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1179)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-343)) (-5 *1 (-266 *3 *2)) (-4 *2 (-1167 *3)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1090 (-387 (-1090 *2)))) (-5 *4 (-567 *2))
+ (-4 *2 (-13 (-410 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *1 (-523 *5 *2 *6)) (-4 *6 (-1022))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1090 *1)) (-4 *1 (-886 *4 *5 *3)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *3 (-791))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1090 *4)) (-4 *4 (-979)) (-4 *1 (-886 *4 *5 *3))
+ (-4 *5 (-737)) (-4 *3 (-791))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-1090 *2))) (-4 *5 (-737)) (-4 *4 (-791))
+ (-4 *6 (-979))
+ (-4 *2
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $)))))
+ (-5 *1 (-887 *5 *4 *6 *7 *2)) (-4 *7 (-886 *6 *5 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-1090 (-387 (-889 *5))))) (-5 *4 (-1094))
+ (-5 *2 (-387 (-889 *5))) (-5 *1 (-975 *5)) (-4 *5 (-519)))))
+(((*1 *2 *3 *4 *5 *6 *7 *8 *9)
+ (|partial| -12 (-5 *4 (-594 *11)) (-5 *5 (-594 (-1090 *9)))
+ (-5 *6 (-594 *9)) (-5 *7 (-594 *12)) (-5 *8 (-594 (-715)))
+ (-4 *11 (-791)) (-4 *9 (-288)) (-4 *12 (-886 *9 *10 *11))
+ (-4 *10 (-737)) (-5 *2 (-594 (-1090 *12)))
+ (-5 *1 (-652 *10 *11 *9 *12)) (-5 *3 (-1090 *12)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-842 *3))) (-4 *3 (-1022)) (-5 *1 (-841 *3)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3))
- (-4 *3 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))))
+ (-12 (-4 *4 (-13 (-431) (-140))) (-5 *2 (-398 *3))
+ (-5 *1 (-97 *4 *3)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-13 (-431) (-140)))
+ (-5 *2 (-398 *3)) (-5 *1 (-97 *5 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-106))) (-5 *1 (-164)))))
+(((*1 *1 *1) (-4 *1 (-34)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))))
+(((*1 *2 *3 *4 *3 *5 *5 *3 *5 *4)
+ (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527))
+ (-5 *2 (-968)) (-5 *1 (-701)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-594 (-594 *7)))
+ (-5 *1 (-427 *4 *5 *6 *7)) (-5 *3 (-594 *7))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737))
+ (-4 *7 (-791)) (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-594 (-594 *8)))
+ (-5 *1 (-427 *5 *6 *7 *8)) (-5 *3 (-594 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-594 (-594 *7)))
+ (-5 *1 (-427 *4 *5 *6 *7)) (-5 *3 (-594 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737))
+ (-4 *7 (-791)) (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-594 (-594 *8)))
+ (-5 *1 (-427 *5 *6 *7 *8)) (-5 *3 (-594 *8)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-989 (-957 *3) (-1090 (-957 *3))))
+ (-5 *1 (-957 *3)) (-4 *3 (-13 (-789) (-343) (-955))))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2)
+ (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5)))
+ (-5 *2 (-715)) (-5 *1 (-321 *3 *4 *5 *6)) (-4 *3 (-322 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-715)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-310)))))
+(((*1 *1 *2 *3)
+ (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-594 (-858))) (-5 *1 (-145 *4 *2 *5)) (-14 *4 (-858))
+ (-4 *2 (-343)) (-14 *5 (-928 *4 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-658 *5 *6 *7)) (-4 *5 (-791))
+ (-4 *6 (-220 (-2809 *4) (-715)))
+ (-14 *7
+ (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *6))
+ (-2 (|:| -1720 *5) (|:| -3148 *6))))
+ (-14 *4 (-594 (-1094))) (-4 *2 (-162))
+ (-5 *1 (-440 *4 *2 *5 *6 *7 *8)) (-4 *8 (-886 *2 *6 (-802 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *1 (-483 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-791))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-527)) (-4 *2 (-519)) (-5 *1 (-575 *2 *4))
+ (-4 *4 (-1152 *2))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-653 *2)) (-4 *2 (-979))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-680 *2 *3)) (-4 *2 (-979)) (-4 *3 (-671))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 *5)) (-5 *3 (-594 (-715))) (-4 *1 (-685 *4 *5))
+ (-4 *4 (-979)) (-4 *5 (-791))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-685 *4 *2)) (-4 *4 (-979))
+ (-4 *2 (-791))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-4 *1 (-793 *2)) (-4 *2 (-979))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 *6)) (-5 *3 (-594 (-715))) (-4 *1 (-886 *4 *5 *6))
+ (-4 *4 (-979)) (-4 *5 (-737)) (-4 *6 (-791))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *1 (-886 *4 *5 *2)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *2 (-791))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 *6)) (-5 *3 (-594 *5)) (-4 *1 (-908 *4 *5 *6))
+ (-4 *4 (-979)) (-4 *5 (-736)) (-4 *6 (-791))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *1 (-908 *4 *3 *2)) (-4 *4 (-979)) (-4 *3 (-736))
+ (-4 *2 (-791)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-400 *3 *2 *4 *5)) (-4 *2 (-13 (-27) (-1116) (-410 *3)))
+ (-14 *4 (-1094)) (-14 *5 *2)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-4 *2 (-13 (-27) (-1116) (-410 *3) (-10 -8 (-15 -4118 ($ *4)))))
+ (-4 *4 (-789))
+ (-4 *5
+ (-13 (-1154 *2 *4) (-343) (-1116)
+ (-10 -8 (-15 -4234 ($ $)) (-15 -1467 ($ $)))))
+ (-5 *1 (-402 *3 *2 *4 *5 *6 *7)) (-4 *6 (-918 *5)) (-14 *7 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-519)) (-5 *1 (-40 *3 *2))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $))
+ (-15 -4122 ((-1046 *3 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *3 (-567 $)))))))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-519)) (-5 *1 (-40 *3 *2))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $))
+ (-15 -4122 ((-1046 *3 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *3 (-567 $)))))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *2))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *4 (-567 $)) $))
+ (-15 -4122 ((-1046 *4 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *4 (-567 $)))))))
+ (-4 *4 (-519)) (-5 *1 (-40 *4 *2))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 (-567 *2)))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *4 (-567 $)) $))
+ (-15 -4122 ((-1046 *4 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *4 (-567 $)))))))
+ (-4 *4 (-519)) (-5 *1 (-40 *4 *2)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-1075 *3))) (-5 *1 (-1075 *3)) (-4 *3 (-1130)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1 *3 *3 *4)
+ (-12 (-5 *3 (-1 (-800) (-800) (-800))) (-5 *4 (-527)) (-5 *2 (-800))
+ (-5 *1 (-597 *5 *6 *7)) (-4 *5 (-1022)) (-4 *6 (-23)) (-14 *7 *6)))
+ ((*1 *2 *1 *2)
+ (-12 (-5 *2 (-800)) (-5 *1 (-795 *3 *4 *5)) (-4 *3 (-979))
+ (-14 *4 (-96 *3)) (-14 *5 (-1 *3 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-800))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-800))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-800))))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-800)) (-5 *1 (-1090 *3)) (-4 *3 (-979)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-410 (-159 *3))))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-791) (-970 (-527))))
+ (-5 *1 (-172 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 (-159 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))))
+(((*1 *2 *2) (-12 (-5 *2 (-594 (-296 (-207)))) (-5 *1 (-248)))))
(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-385 *5)) (-4 *4 (-1132)) (-4 *5 (-1150 *4))
- (-5 *1 (-139 *4 *5 *2)) (-4 *2 (-1150 *3))))
+ (-12 (-5 *3 (-387 *5)) (-4 *4 (-1134)) (-4 *5 (-1152 *4))
+ (-5 *1 (-141 *4 *5 *2)) (-4 *2 (-1152 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1094 (-385 (-525)))) (-5 *2 (-385 (-525)))
- (-5 *1 (-172))))
+ (-12 (-5 *3 (-1096 (-387 (-527)))) (-5 *2 (-387 (-527)))
+ (-5 *1 (-174))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-632 (-294 (-205)))) (-5 *3 (-592 (-1092)))
- (-5 *4 (-1174 (-294 (-205)))) (-5 *1 (-187))))
+ (-12 (-5 *2 (-634 (-296 (-207)))) (-5 *3 (-594 (-1094)))
+ (-5 *4 (-1176 (-296 (-207)))) (-5 *1 (-189))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-273 *3))) (-4 *3 (-288 *3)) (-4 *3 (-1020))
- (-4 *3 (-1128)) (-5 *1 (-273 *3))))
+ (-12 (-5 *2 (-594 (-275 *3))) (-4 *3 (-290 *3)) (-4 *3 (-1022))
+ (-4 *3 (-1130)) (-5 *1 (-275 *3))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-288 *2)) (-4 *2 (-1020)) (-4 *2 (-1128))
- (-5 *1 (-273 *2))))
+ (-12 (-4 *2 (-290 *2)) (-4 *2 (-1022)) (-4 *2 (-1130))
+ (-5 *1 (-275 *2))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-1 *1 *1)) (-4 *1 (-281))))
+ (-12 (-5 *2 (-112)) (-5 *3 (-1 *1 *1)) (-4 *1 (-283))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-1 *1 (-592 *1))) (-4 *1 (-281))))
+ (-12 (-5 *2 (-112)) (-5 *3 (-1 *1 (-594 *1))) (-4 *1 (-283))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-110))) (-5 *3 (-592 (-1 *1 (-592 *1))))
- (-4 *1 (-281))))
+ (-12 (-5 *2 (-594 (-112))) (-5 *3 (-594 (-1 *1 (-594 *1))))
+ (-4 *1 (-283))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-110))) (-5 *3 (-592 (-1 *1 *1))) (-4 *1 (-281))))
+ (-12 (-5 *2 (-594 (-112))) (-5 *3 (-594 (-1 *1 *1))) (-4 *1 (-283))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1 *1 *1)) (-4 *1 (-281))))
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1 *1 *1)) (-4 *1 (-283))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1 *1 (-592 *1))) (-4 *1 (-281))))
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1 *1 (-594 *1))) (-4 *1 (-283))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-1 *1 (-592 *1))))
- (-4 *1 (-281))))
+ (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-1 *1 (-594 *1))))
+ (-4 *1 (-283))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-1 *1 *1))) (-4 *1 (-281))))
+ (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-1 *1 *1))) (-4 *1 (-283))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-273 *3))) (-4 *1 (-288 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-594 (-275 *3))) (-4 *1 (-290 *3)) (-4 *3 (-1022))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-273 *3)) (-4 *1 (-288 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-275 *3)) (-4 *1 (-290 *3)) (-4 *3 (-1022))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 (-525))) (-5 *4 (-1094 (-385 (-525))))
- (-5 *1 (-289 *2)) (-4 *2 (-37 (-385 (-525))))))
+ (-12 (-5 *3 (-1 *2 (-527))) (-5 *4 (-1096 (-387 (-527))))
+ (-5 *1 (-291 *2)) (-4 *2 (-37 (-387 (-527))))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 *1)) (-4 *1 (-352 *4 *5))
- (-4 *4 (-789)) (-4 *5 (-160))))
+ (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 *1)) (-4 *1 (-354 *4 *5))
+ (-4 *4 (-791)) (-4 *5 (-162))))
((*1 *1 *1 *2 *1)
- (-12 (-4 *1 (-352 *2 *3)) (-4 *2 (-789)) (-4 *3 (-160))))
+ (-12 (-4 *1 (-354 *2 *3)) (-4 *2 (-791)) (-4 *3 (-162))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-713)) (-5 *4 (-1 *1 *1))
- (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-977))))
+ (-12 (-5 *2 (-1094)) (-5 *3 (-715)) (-5 *4 (-1 *1 *1))
+ (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-979))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-713)) (-5 *4 (-1 *1 (-592 *1)))
- (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-977))))
+ (-12 (-5 *2 (-1094)) (-5 *3 (-715)) (-5 *4 (-1 *1 (-594 *1)))
+ (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-979))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-713)))
- (-5 *4 (-592 (-1 *1 (-592 *1)))) (-4 *1 (-408 *5)) (-4 *5 (-789))
- (-4 *5 (-977))))
+ (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-715)))
+ (-5 *4 (-594 (-1 *1 (-594 *1)))) (-4 *1 (-410 *5)) (-4 *5 (-791))
+ (-4 *5 (-979))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-592 (-713)))
- (-5 *4 (-592 (-1 *1 *1))) (-4 *1 (-408 *5)) (-4 *5 (-789))
- (-4 *5 (-977))))
+ (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-594 (-715)))
+ (-5 *4 (-594 (-1 *1 *1))) (-4 *1 (-410 *5)) (-4 *5 (-791))
+ (-4 *5 (-979))))
((*1 *1 *1 *2 *3 *4)
- (-12 (-5 *2 (-592 (-110))) (-5 *3 (-592 *1)) (-5 *4 (-1092))
- (-4 *1 (-408 *5)) (-4 *5 (-789)) (-4 *5 (-567 (-501)))))
+ (-12 (-5 *2 (-594 (-112))) (-5 *3 (-594 *1)) (-5 *4 (-1094))
+ (-4 *1 (-410 *5)) (-4 *5 (-791)) (-4 *5 (-569 (-503)))))
((*1 *1 *1 *2 *1 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-1092)) (-4 *1 (-408 *4)) (-4 *4 (-789))
- (-4 *4 (-567 (-501)))))
+ (-12 (-5 *2 (-112)) (-5 *3 (-1094)) (-4 *1 (-410 *4)) (-4 *4 (-791))
+ (-4 *4 (-569 (-503)))))
((*1 *1 *1)
- (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)) (-4 *2 (-567 (-501)))))
+ (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)) (-4 *2 (-569 (-503)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-1092))) (-4 *1 (-408 *3)) (-4 *3 (-789))
- (-4 *3 (-567 (-501)))))
+ (-12 (-5 *2 (-594 (-1094))) (-4 *1 (-410 *3)) (-4 *3 (-791))
+ (-4 *3 (-569 (-503)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1092)) (-4 *1 (-408 *3)) (-4 *3 (-789))
- (-4 *3 (-567 (-501)))))
+ (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791))
+ (-4 *3 (-569 (-503)))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-486 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1128))))
+ (-12 (-4 *1 (-488 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1130))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 *5)) (-4 *1 (-486 *4 *5))
- (-4 *4 (-1020)) (-4 *5 (-1128))))
+ (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 *5)) (-4 *1 (-488 *4 *5))
+ (-4 *4 (-1022)) (-4 *5 (-1130))))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-775 *3)) (-4 *3 (-341)) (-5 *1 (-661 *3))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-838 *2)) (-4 *2 (-1020))))
+ (-12 (-5 *2 (-777 *3)) (-4 *3 (-343)) (-5 *1 (-663 *3))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-840 *2)) (-4 *2 (-1022))))
((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-385 (-887 *4))) (-5 *3 (-1092)) (-4 *4 (-517))
- (-5 *1 (-973 *4))))
+ (-12 (-5 *2 (-387 (-889 *4))) (-5 *3 (-1094)) (-4 *4 (-519))
+ (-5 *1 (-975 *4))))
((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-592 (-1092))) (-5 *4 (-592 (-385 (-887 *5))))
- (-5 *2 (-385 (-887 *5))) (-4 *5 (-517)) (-5 *1 (-973 *5))))
+ (-12 (-5 *3 (-594 (-1094))) (-5 *4 (-594 (-387 (-889 *5))))
+ (-5 *2 (-387 (-889 *5))) (-4 *5 (-519)) (-5 *1 (-975 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-273 (-385 (-887 *4)))) (-5 *2 (-385 (-887 *4)))
- (-4 *4 (-517)) (-5 *1 (-973 *4))))
+ (-12 (-5 *3 (-275 (-387 (-889 *4)))) (-5 *2 (-387 (-889 *4)))
+ (-4 *4 (-519)) (-5 *1 (-975 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-273 (-385 (-887 *4))))) (-5 *2 (-385 (-887 *4)))
- (-4 *4 (-517)) (-5 *1 (-973 *4))))
+ (-12 (-5 *3 (-594 (-275 (-387 (-889 *4))))) (-5 *2 (-387 (-889 *4)))
+ (-4 *4 (-519)) (-5 *1 (-975 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1152 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734))
- (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1073 *3)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-1075)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *4 (-991 *6 *7 *8)) (-5 *2 (-1179))
- (-5 *1 (-718 *6 *7 *8 *4 *5)) (-4 *5 (-996 *6 *7 *8 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4)))
- (-5 *2 (-2 (|:| |num| (-1174 *4)) (|:| |den| *4))))))
-(((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-308)))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1141 (-525))) (-4 *1 (-261 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-261 *3)) (-4 *3 (-1128)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *3 (-592 (-565 *2))) (-5 *4 (-1092))
- (-4 *2 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-256 *5 *2)))))
-(((*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-254)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))))
-(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-146)))))
+ (-12 (-4 *1 (-1154 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736))
+ (|has| *3 (-15 ** (*3 *3 *4))) (-5 *2 (-1075 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-398 *3)) (-5 *1 (-851 *3)) (-4 *3 (-288)))))
+(((*1 *2 *3 *1)
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130))
+ (-4 *3 (-1022)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-842 *4)) (-4 *4 (-1022)) (-5 *2 (-110))
+ (-5 *1 (-841 *4))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-858)) (-5 *2 (-110)) (-5 *1 (-1023 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-398 (-1090 *1))) (-5 *1 (-296 *4)) (-5 *3 (-1090 *1))
+ (-4 *4 (-431)) (-4 *4 (-519)) (-4 *4 (-791))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-846)) (-5 *2 (-398 (-1090 *1))) (-5 *3 (-1090 *1)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4))))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
+ (-12 (-5 *4 (-594 *3)) (-4 *3 (-1031 *5 *6 *7 *8))
+ (-4 *5 (-13 (-288) (-140))) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-110))
+ (-5 *1 (-549 *5 *6 *7 *8 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1020)) (-4 *6 (-1020))
- (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-627 *4 *5 *6)) (-4 *4 (-1020)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *3 *5)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205)))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-64 FUNCT1))))
- (-5 *2 (-966)) (-5 *1 (-696)))))
-(((*1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-496 *3)) (-4 *3 (-13 (-669) (-25))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108))))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-1018 *3))))
- ((*1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))))
-(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-123 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2) (-12 (-5 *1 (-123 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *1 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *1 (-963 *2))
- (-4 *2 (-13 (-1020) (-10 -8 (-15 * ($ $ $))))))))
+ (-12
+ (-5 *3
+ (-2 (|:| |pde| (-594 (-296 (-207))))
+ (|:| |constraints|
+ (-594
+ (-2 (|:| |start| (-207)) (|:| |finish| (-207))
+ (|:| |grid| (-715)) (|:| |boundaryType| (-527))
+ (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207))))))
+ (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077))
+ (|:| |tol| (-207))))
+ (-5 *2 (-110)) (-5 *1 (-194)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110))))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-791)) (-5 *2 (-594 (-594 (-594 *4))))
+ (-5 *1 (-1102 *4)) (-5 *3 (-594 (-594 *4))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1176 *1)) (-5 *4 (-1 *5 *5)) (-4 *5 (-343))
+ (-4 *1 (-669 *5 *6)) (-4 *5 (-162)) (-4 *6 (-1152 *5))
+ (-5 *2 (-634 *5)))))
+(((*1 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-348)) (-4 *2 (-343))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1176 *4)) (-5 *1 (-497 *4))
+ (-4 *4 (-329)))))
+(((*1 *2 *1) (-12 (|has| *1 (-6 -4261)) (-4 *1 (-33)) (-5 *2 (-715))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-527))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1197 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-787)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-161)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1094))
+ (-5 *2 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *1 (-1097)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
(-14 *4 *3)))
((*1 *1 *2 *3 *1)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
(-14 *4 *3)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-620 *2)) (-4 *2 (-977)) (-4 *2 (-1020)))))
-(((*1 *1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *4 (-160)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
- (-5 *1 (-631 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6))))
- ((*1 *1 *1 *1)
- (-12 (-4 *2 (-160)) (-4 *2 (-977)) (-5 *1 (-657 *2 *3))
- (-4 *3 (-594 *2))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-160)) (-4 *2 (-977)) (-5 *1 (-657 *2 *3))
- (-4 *3 (-594 *2))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-776 *2)) (-4 *2 (-160)) (-4 *2 (-977))))
- ((*1 *1 *1) (-12 (-5 *1 (-776 *2)) (-4 *2 (-160)) (-4 *2 (-977)))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-543 *2)) (-4 *2 (-510)))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-622 *2)) (-4 *2 (-979)) (-4 *2 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-744))
+ (-5 *3
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *2 (-968)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-525))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1174 *5)) (-4 *5 (-734)) (-5 *2 (-108))
- (-5 *1 (-784 *4 *5)) (-14 *4 (-713)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-789)) (-5 *2 (-108))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-838 *3)) (-4 *3 (-1020)) (-5 *2 (-108))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341))
- (-5 *2 (-2 (|:| -3991 (-385 *6)) (|:| |coeff| (-385 *6))))
- (-5 *1 (-535 *5 *6)) (-5 *3 (-385 *6)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1024)) (-5 *1 (-259)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-4 *7 (-884 *4 *6 *5))
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *2 *1 *1)
+ (-12
(-5 *2
- (-2 (|:| |sysok| (-108)) (|:| |z0| (-592 *7)) (|:| |n0| (-592 *7))))
- (-5 *1 (-859 *4 *5 *6 *7)) (-5 *3 (-592 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-977)) (-4 *4 (-1150 *3)) (-5 *1 (-152 *3 *4 *2))
- (-4 *2 (-1150 *4))))
- ((*1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128)))))
+ (-2 (|:| |polnum| (-726 *3)) (|:| |polden| *3) (|:| -3670 (-715))))
+ (-5 *1 (-726 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -3670 (-715))))
+ (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *3) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-524)) (-5 *3 (-527)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-737))
+ (-4 *3 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *5 (-519))
+ (-5 *1 (-677 *4 *3 *5 *2)) (-4 *2 (-886 (-387 (-889 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-979)) (-4 *5 (-737))
+ (-4 *3
+ (-13 (-791)
+ (-10 -8 (-15 -2051 ((-1094) $))
+ (-15 -3507 ((-3 $ "failed") (-1094))))))
+ (-5 *1 (-919 *4 *5 *3 *2)) (-4 *2 (-886 (-889 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *6))
+ (-4 *6
+ (-13 (-791)
+ (-10 -8 (-15 -2051 ((-1094) $))
+ (-15 -3507 ((-3 $ "failed") (-1094))))))
+ (-4 *4 (-979)) (-4 *5 (-737)) (-5 *1 (-919 *4 *5 *6 *2))
+ (-4 *2 (-886 (-889 *4) *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-296 (-207))) (-5 *2 (-296 (-387 (-527))))
+ (-5 *1 (-286)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
+ (-5 *2
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)) (-5 *2 (-592 *6))
- (-5 *1 (-920 *3 *4 *5 *6)) (-4 *6 (-884 *3 *5 *4)))))
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *1) (-5 *1 (-272))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-1176 (-527))) (-5 *3 (-527)) (-5 *1 (-1032))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-1176 (-527))) (-5 *3 (-594 (-527))) (-5 *4 (-527))
+ (-5 *1 (-1032)))))
+(((*1 *1)
+ (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715))
+ (-4 *4 (-162)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-599 (-385 *6))) (-5 *4 (-385 *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4))))
+ (-5 *1 (-720 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110))))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-1020 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4))
+ (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110))))
+ ((*1 *2 *3)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348))
+ (-5 *2 (-1090 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348))
+ (-5 *2 (-1090 *3)))))
+(((*1 *2 *3 *4 *5 *5 *4 *6)
+ (-12 (-5 *5 (-567 *4)) (-5 *6 (-1090 *4))
+ (-4 *4 (-13 (-410 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-752 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-599 (-385 *6))) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2 (-2 (|:| -2103 (-592 (-385 *6))) (|:| -4108 (-632 *5))))
- (-5 *1 (-752 *5 *6)) (-5 *4 (-592 (-385 *6)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-600 *6 (-385 *6))) (-5 *4 (-385 *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-523 *7 *4 *3)) (-4 *3 (-604 *4)) (-4 *3 (-1022))))
+ ((*1 *2 *3 *4 *5 *5 *5 *4 *6)
+ (-12 (-5 *5 (-567 *4)) (-5 *6 (-387 (-1090 *4)))
+ (-4 *4 (-13 (-410 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-752 *5 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-600 *6 (-385 *6))) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2 (-2 (|:| -2103 (-592 (-385 *6))) (|:| -4108 (-632 *5))))
- (-5 *1 (-752 *5 *6)) (-5 *4 (-592 (-385 *6))))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-523 *7 *4 *3)) (-4 *3 (-604 *4)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-858)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-244)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
+ (-12 (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134))
+ (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 *4))))
+ (-5 *1 (-826 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-1022)) (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022))
+ (-4 *7 (-1022)) (-5 *2 (-594 *1)) (-4 *1 (-1025 *3 *4 *5 *6 *7)))))
+(((*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940))))
+ ((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-1176 (-594 *3))) (-4 *4 (-288))
+ (-5 *2 (-594 *3)) (-5 *1 (-434 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-944 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-791)) (-5 *2 (-110))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-840 *3)) (-4 *3 (-1022)) (-5 *2 (-110))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1 *3 *3 *2)
+ (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1130))
+ (-4 *4 (-353 *2)) (-4 *5 (-353 *2))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-269 *3 *2)) (-4 *3 (-1022))
+ (-4 *2 (-1130)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *2 *1 *3 *4)
- (-12 (-5 *2 (-592 *8)) (-5 *3 (-1 *8 *8 *8))
- (-5 *4 (-1 (-108) *8 *8)) (-4 *1 (-1122 *5 *6 *7 *8)) (-4 *5 (-517))
- (-4 *6 (-735)) (-4 *7 (-789)) (-4 *8 (-991 *5 *6 *7)))))
+ (-12 (-4 *3 (-569 (-829 *3))) (-4 *3 (-823 *3))
+ (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-569 (-829 *3))) (-4 *2 (-823 *3))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-1128)) (-5 *2 (-713)) (-5 *1 (-168 *4 *3))
- (-4 *3 (-619 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-856)) (-4 *5 (-789))
- (-5 *2 (-592 (-617 *5))) (-5 *1 (-617 *5)))))
-(((*1 *1) (-5 *1 (-108))))
+ (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110))
+ (-5 *1 (-31 *4 *5)) (-4 *5 (-410 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110))
+ (-5 *1 (-149 *4 *5)) (-4 *5 (-410 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110))
+ (-5 *1 (-257 *4 *5)) (-4 *5 (-13 (-410 *4) (-936)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-112)) (-5 *2 (-110)) (-5 *1 (-282 *4)) (-4 *4 (-283))))
+ ((*1 *2 *3) (-12 (-4 *1 (-283)) (-5 *3 (-112)) (-5 *2 (-110))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-112)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-409 *4 *5)) (-4 *4 (-410 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110))
+ (-5 *1 (-411 *4 *5)) (-4 *5 (-410 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-112)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-110))
+ (-5 *1 (-581 *4 *5)) (-4 *5 (-13 (-410 *4) (-936) (-1116))))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-110)) (-5 *5 (-527)) (-4 *6 (-343)) (-4 *6 (-348))
+ (-4 *6 (-979)) (-5 *2 (-594 (-594 (-634 *6)))) (-5 *1 (-962 *6))
+ (-5 *3 (-594 (-634 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-4 *4 (-348)) (-4 *4 (-979))
+ (-5 *2 (-594 (-594 (-634 *4)))) (-5 *1 (-962 *4))
+ (-5 *3 (-594 (-634 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-343)) (-4 *5 (-348)) (-4 *5 (-979))
+ (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5))
+ (-5 *3 (-594 (-634 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-4 *5 (-343)) (-4 *5 (-348)) (-4 *5 (-979))
+ (-5 *2 (-594 (-594 (-634 *5)))) (-5 *1 (-962 *5))
+ (-5 *3 (-594 (-634 *5))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-858)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-244)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-766)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-527))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-632 (-385 (-887 (-525)))))
- (-5 *2 (-592 (-632 (-294 (-525))))) (-5 *1 (-962)))))
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2 *3) (-12 (-5 *3 (-906)) (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-634 (-527))) (-5 *3 (-594 (-527))) (-5 *1 (-1032)))))
+(((*1 *1 *1 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800)))
+ (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800)))
+ (|:| |args| (-594 (-800)))))
+ (-5 *1 (-1094))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-594 (-800)))) (-5 *1 (-1094)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (|has| *1 (-6 -4262)) (-4 *1 (-466 *3))
+ (-4 *3 (-1130)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-715)) (-4 *4 (-288)) (-4 *6 (-1152 *4))
+ (-5 *2 (-1176 (-594 *6))) (-5 *1 (-434 *4 *6)) (-5 *5 (-594 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1 *1) (-5 *1 (-207)))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972))))
+ ((*1 *1 *1 *1) (-4 *1 (-1058))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-2 (|:| -1550 (-1094)) (|:| -3484 (-417)))))
+ (-5 *1 (-1098)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3 *3 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094)))))
+(((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655)))))
+(((*1 *1) (-5 *1 (-110))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *5 (-715)) (-4 *6 (-1022)) (-4 *7 (-837 *6))
+ (-5 *2 (-634 *7)) (-5 *1 (-636 *6 *7 *3 *4)) (-4 *3 (-353 *7))
+ (-4 *4 (-13 (-353 *6) (-10 -7 (-6 -4261)))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1176 *4)) (-4 *4 (-1130)) (-4 *1 (-220 *3 *4)))))
+(((*1 *1) (-5 *1 (-137))) ((*1 *1 *1) (-5 *1 (-800))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-910 *4 *5 *6 *7)))))
+ (-12 (-5 *3 (-544 *2)) (-4 *2 (-13 (-29 *4) (-1116)))
+ (-5 *1 (-542 *4 *2))
+ (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-544 (-387 (-889 *4))))
+ (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))
+ (-5 *2 (-296 *4)) (-5 *1 (-547 *4)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1174 *4)) (-4 *4 (-588 (-525)))
- (-5 *2 (-1174 (-385 (-525)))) (-5 *1 (-1199 *4)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *5 *5 *5 *5 *4 *4 *6 *7)
- (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-82 FCNF))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-83 FCNG)))) (-5 *3 (-205))
- (-5 *2 (-966)) (-5 *1 (-692)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-97)) (-5 *2 (-108))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-273 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *1 *1) (-12 (-5 *2 (-108)) (-5 *1 (-957 *3)) (-4 *3 (-1128)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))))
-(((*1 *2 *1 *2)
- (-12 (-4 *1 (-342 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-429))))
- ((*1 *1 *1 *1) (-4 *1 (-429)))
+ (-12 (-4 *5 (-1022)) (-4 *2 (-837 *5)) (-5 *1 (-636 *5 *2 *3 *4))
+ (-4 *3 (-353 *2)) (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))))
+(((*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-1017 (-207))))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-99)) (-5 *2 (-110))))
+ ((*1 *1 *2 *2) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *2 *1 *1) (-12 (-5 *2 (-110)) (-5 *1 (-959 *3)) (-4 *3 (-1130)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-527)) (|has| *1 (-6 -4262)) (-4 *1 (-1164 *3))
+ (-4 *3 (-1130)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-343))
+ (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-429 *4 *5 *6 *2))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-96 *6)) (-5 *5 (-1 *6 *6)) (-4 *6 (-343))
+ (-5 *2
+ (-2 (|:| R (-634 *6)) (|:| A (-634 *6)) (|:| |Ainv| (-634 *6))))
+ (-5 *1 (-913 *6)) (-5 *3 (-634 *6)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1099)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-431))))
+ ((*1 *1 *1 *1) (-4 *1 (-431)))
((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-5 *1 (-461 *2)) (-4 *2 (-1150 (-525)))))
+ (-12 (-5 *3 (-594 *2)) (-5 *1 (-463 *2)) (-4 *2 (-1152 (-527)))))
((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-525)) (-5 *1 (-638 *2)) (-4 *2 (-1150 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-713)))
+ (-12 (-5 *3 (-527)) (-5 *1 (-640 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-715)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-286))
- (-5 *1 (-851 *3 *4 *5 *2)) (-4 *2 (-884 *5 *3 *4))))
+ (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-288))
+ (-5 *1 (-853 *3 *4 *5 *2)) (-4 *2 (-886 *5 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *6 *4 *5))
- (-5 *1 (-851 *4 *5 *6 *2)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-286))))
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *6 *4 *5))
+ (-5 *1 (-853 *4 *5 *6 *2)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-288))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1088 *6)) (-4 *6 (-884 *5 *3 *4)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *5 (-286)) (-5 *1 (-851 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-1090 *6)) (-4 *6 (-886 *5 *3 *4)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *5 (-288)) (-5 *1 (-853 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1088 *7))) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-286)) (-5 *2 (-1088 *7)) (-5 *1 (-851 *4 *5 *6 *7))
- (-4 *7 (-884 *6 *4 *5))))
- ((*1 *1 *1 *1) (-5 *1 (-856)))
+ (-12 (-5 *3 (-594 (-1090 *7))) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-288)) (-5 *2 (-1090 *7)) (-5 *1 (-853 *4 *5 *6 *7))
+ (-4 *7 (-886 *6 *4 *5))))
+ ((*1 *1 *1 *1) (-5 *1 (-858)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-429)) (-4 *3 (-517)) (-5 *1 (-903 *3 *2))
- (-4 *2 (-1150 *3))))
+ (-12 (-4 *3 (-431)) (-4 *3 (-519)) (-5 *1 (-905 *3 *2))
+ (-4 *2 (-1152 *3))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-429)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1088 *1)) (-4 *1 (-944)))))
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-431)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *7)) (-5 *4 (-1088 *7))
- (-4 *5 (-977)) (-4 *7 (-977)) (-4 *2 (-1150 *5))
- (-5 *1 (-474 *5 *2 *6 *7)) (-4 *6 (-1150 *2)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1061)) (-5 *2 (-108)))))
-(((*1 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179))
- (-5 *1 (-921 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179))
- (-5 *1 (-1027 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1052 (-205))) (-5 *3 (-592 (-242))) (-5 *1 (-1176))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1052 (-205))) (-5 *3 (-1075)) (-5 *1 (-1176))))
- ((*1 *1 *1) (-5 *1 (-1176))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *1) (-12 (-4 *1 (-403 *3)) (-4 *3 (-1020)) (-5 *2 (-713)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-128)))))
-(((*1 *1 *2) (-12 (-5 *2 (-366)) (-5 *1 (-581)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-94 *5)) (-4 *5 (-517)) (-4 *5 (-977))
- (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3))
- (-4 *3 (-791 *5)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2) (-12 (-5 *2 (-1064 (-1075))) (-5 *1 (-369)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1 (-1073 (-887 *4)) (-1073 (-887 *4))))
- (-5 *1 (-1182 *4)) (-4 *4 (-341)))))
-(((*1 *1) (-5 *1 (-765))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-878 (-205)) (-878 (-205)))) (-5 *1 (-242))))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-110))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4))))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 (-1094))) (-4 *6 (-343))
+ (-5 *2 (-594 (-275 (-889 *6)))) (-5 *1 (-505 *5 *6 *7))
+ (-4 *5 (-431)) (-4 *7 (-13 (-343) (-789))))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-889 (-527)))) (-5 *4 (-594 (-1094)))
+ (-5 *2 (-594 (-594 (-359)))) (-5 *1 (-956)) (-5 *5 (-359))))
((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-307 *4)) (-4 *4 (-341))
- (-5 *2 (-632 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-1174 *3))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-632 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-1174 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160))
- (-4 *5 (-1150 *4)) (-5 *2 (-632 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160))
- (-4 *5 (-1150 *4)) (-5 *2 (-1174 *4))))
+ (-12 (-5 *3 (-976 *4 *5)) (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-14 *5 (-594 (-1094))) (-5 *2 (-594 (-594 (-957 (-387 *4)))))
+ (-5 *1 (-1200 *4 *5 *6)) (-14 *6 (-594 (-1094)))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110))
+ (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110))
+ (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-110))
+ (-4 *5 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-594 (-957 (-387 *5))))) (-5 *1 (-1200 *5 *6 *7))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-889 *4)))
+ (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-594 (-594 (-957 (-387 *4))))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094))))))
+(((*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-296 *4))
+ (-5 *1 (-172 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-5 *2 (-594 *5))
+ (-5 *1 (-827 *4 *5)) (-4 *5 (-1130)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-110)) (-5 *1 (-773)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310))
+ (-5 *1 (-312)))))
+(((*1 *1 *2) (-12 (-5 *2 (-368)) (-5 *1 (-583)))))
+(((*1 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446))))
+ ((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446))))
+ ((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))))
+(((*1 *1 *1) (-5 *1 (-47)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-57 *5)) (-4 *5 (-1130))
+ (-4 *2 (-1130)) (-5 *1 (-56 *5 *2))))
+ ((*1 *2 *3 *1 *2 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1022)) (|has| *1 (-6 -4261))
+ (-4 *1 (-144 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *3 *1 *2)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *2))
+ (-4 *2 (-1130))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *2))
+ (-4 *2 (-1130))))
((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-387 *4 *5)) (-4 *4 (-160))
- (-4 *5 (-1150 *4)) (-5 *2 (-632 *4))))
+ (-12 (-4 *4 (-979))
+ (-5 *2 (-2 (|:| -1233 (-1090 *4)) (|:| |deg| (-858))))
+ (-5 *1 (-203 *4 *5)) (-5 *3 (-1090 *4)) (-4 *5 (-13 (-519) (-791)))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *6 *2)) (-5 *4 (-222 *5 *6)) (-14 *5 (-715))
+ (-4 *6 (-1130)) (-4 *2 (-1130)) (-5 *1 (-221 *5 *6 *2))))
+ ((*1 *1 *2 *3)
+ (-12 (-4 *4 (-162)) (-5 *1 (-270 *4 *2 *3 *5 *6 *7))
+ (-4 *2 (-1152 *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 (-296 *2)) (-4 *2 (-519)) (-4 *2 (-791))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-315 *2 *3 *4 *5)) (-4 *2 (-343)) (-4 *3 (-1152 *2))
+ (-4 *4 (-1152 (-387 *3))) (-4 *5 (-322 *2 *3 *4))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1130)) (-4 *2 (-1130))
+ (-5 *1 (-351 *5 *4 *2 *6)) (-4 *4 (-353 *5)) (-4 *6 (-353 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-1022)) (-4 *2 (-1022))
+ (-5 *1 (-403 *5 *4 *2 *6)) (-4 *4 (-405 *5)) (-4 *6 (-405 *2))))
+ ((*1 *1 *1) (-5 *1 (-470)))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-594 *5)) (-4 *5 (-1130))
+ (-4 *2 (-1130)) (-5 *1 (-592 *5 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-4 *5 (-979)) (-4 *2 (-979))
+ (-4 *6 (-353 *5)) (-4 *7 (-353 *5)) (-4 *8 (-353 *2))
+ (-4 *9 (-353 *2)) (-5 *1 (-630 *5 *6 *7 *4 *2 *8 *9 *10))
+ (-4 *4 (-632 *5 *6 *7)) (-4 *10 (-632 *2 *8 *9))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-656 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-4 *3 (-23))
+ (-14 *4 (-1 *2 *2 *3)) (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-979)) (-5 *1 (-657 *3 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *1 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162)) (-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 (-387 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-343))
+ (-4 *3 (-162)) (-4 *1 (-669 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-162)) (-4 *1 (-669 *3 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-894 *5)) (-4 *5 (-1130))
+ (-4 *2 (-1130)) (-5 *1 (-893 *5 *2))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-967 *3 *4 *5 *2 *6)) (-4 *2 (-886 *3 *4 *5))
+ (-14 *6 (-594 *2))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *7 *2)) (-4 *7 (-979)) (-4 *2 (-979))
+ (-14 *5 (-715)) (-14 *6 (-715)) (-4 *8 (-220 *6 *7))
+ (-4 *9 (-220 *5 *7)) (-4 *10 (-220 *6 *2)) (-4 *11 (-220 *5 *2))
+ (-5 *1 (-984 *5 *6 *7 *8 *9 *4 *2 *10 *11 *12))
+ (-4 *4 (-982 *5 *6 *7 *8 *9)) (-4 *12 (-982 *5 *6 *2 *10 *11))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1075 *5)) (-4 *5 (-1130))
+ (-4 *2 (-1130)) (-5 *1 (-1073 *5 *2))))
+ ((*1 *2 *2 *1 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *4 (-1 (-110) *2 *2))
+ (-4 *1 (-1124 *5 *6 *7 *2)) (-4 *5 (-519)) (-4 *6 (-737))
+ (-4 *7 (-791)) (-4 *2 (-993 *5 *6 *7))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *5 *2)) (-5 *4 (-1176 *5)) (-4 *5 (-1130))
+ (-4 *2 (-1130)) (-5 *1 (-1175 *5 *2)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-634 (-387 (-889 (-527)))))
+ (-5 *2 (-594 (-634 (-296 (-527))))) (-5 *1 (-964))
+ (-5 *3 (-296 (-527))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3))))
+ ((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-5 *2 (-296 *4))
+ (-5 *1 (-172 *4 *3)) (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162))))
+ ((*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3))))))
+(((*1 *2 *3 *4 *4 *3 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-87 G))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN)))) (-5 *3 (-207))
+ (-5 *2 (-968)) (-5 *1 (-694)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-777 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-784 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-765)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3) (-12 (-5 *3 (-594 (-527))) (-5 *2 (-715)) (-5 *1 (-548)))))
+(((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-1 (-503) (-594 (-503)))) (-5 *1 (-112))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-503) (-594 (-503)))) (-5 *1 (-112)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-567 *6)) (-4 *6 (-13 (-410 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-1090 (-387 (-1090 *6)))) (-5 *1 (-523 *5 *6 *7))
+ (-5 *3 (-1090 *6)) (-4 *7 (-1022))))
((*1 *2 *1)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3))
- (-5 *2 (-1174 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-395 *4)) (-4 *4 (-160))
- (-5 *2 (-632 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-1174 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-632 *5))) (-5 *3 (-632 *5)) (-4 *5 (-341))
- (-5 *2 (-1174 *5)) (-5 *1 (-1008 *5)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))
- (-5 *2 (-2 (|:| |bas| (-453 *4 *5 *6 *7)) (|:| -3490 (-592 *7))))
- (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1073 *4)) (-4 *4 (-37 *3)) (-4 *4 (-977))
- (-5 *3 (-385 (-525))) (-5 *1 (-1077 *4)))))
+ (-12 (-4 *2 (-1152 *3)) (-5 *1 (-657 *3 *2)) (-4 *3 (-979))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-669 *3 *2)) (-4 *3 (-162)) (-4 *2 (-1152 *3))))
+ ((*1 *2 *3 *4 *4 *5 *6 *7 *8)
+ (|partial| -12 (-5 *4 (-1090 *11)) (-5 *6 (-594 *10))
+ (-5 *7 (-594 (-715))) (-5 *8 (-594 *11)) (-4 *10 (-791))
+ (-4 *11 (-288)) (-4 *9 (-737)) (-4 *5 (-886 *11 *9 *10))
+ (-5 *2 (-594 (-1090 *5))) (-5 *1 (-687 *9 *10 *11 *5))
+ (-5 *3 (-1090 *5))))
+ ((*1 *2 *1)
+ (-12 (-4 *2 (-886 *3 *4 *5)) (-5 *1 (-967 *3 *4 *5 *2 *6))
+ (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-14 *6 (-594 *2)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-887 (-205))) (-5 *2 (-294 (-357))) (-5 *1 (-284)))))
+ (-12 (-4 *4 (-288)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4))
+ (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
+ (-5 *1 (-1045 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-1 (-110) *8))) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-2 (|:| |goodPols| (-594 *8)) (|:| |badPols| (-594 *8))))
+ (-5 *1 (-912 *5 *6 *7 *8)) (-5 *4 (-594 *8)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *6) (|:| -3471 *6) (|:| |sol?| (-110))) (-527)
+ *6))
+ (-4 *6 (-343)) (-4 *7 (-1152 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-387 *7)) (|:| |a0| *6))
+ (-2 (|:| -3160 (-387 *7)) (|:| |coeff| (-387 *7))) "failed"))
+ (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))))
+(((*1 *2 *2 *3)
+ (|partial| -12
+ (-5 *3 (-594 (-2 (|:| |func| *2) (|:| |pole| (-110)))))
+ (-4 *2 (-13 (-410 *4) (-936))) (-4 *4 (-13 (-791) (-519)))
+ (-5 *1 (-257 *4 *2)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527))))
+ ((*1 *1 *1) (-4 *1 (-936)))
+ ((*1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-946))))
+ ((*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-4 *1 (-946))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-946)) (-5 *2 (-858))))
+ ((*1 *1 *1) (-4 *1 (-946))))
+(((*1 *1 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-1022)) (-4 *2 (-348)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))
+ (-5 *2 (-594 (-2 (|:| -2641 *1) (|:| -2028 (-594 *7)))))
+ (-5 *3 (-594 *7)) (-4 *1 (-1124 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *3)) (-4 *3 (-1130)) (-5 *2 (-527)))))
+(((*1 *1 *2) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-105))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-503))) (-5 *1 (-503)))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-501) (-592 (-501)))) (-5 *1 (-110))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-501) (-592 (-501)))) (-5 *1 (-110)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-632 *4)) (-4 *4 (-977)) (-5 *1 (-1059 *3 *4))
- (-14 *3 (-713)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-517) (-789) (-968 (-525))))
- (-4 *5 (-408 *4)) (-5 *2 (-396 (-1088 (-385 (-525)))))
- (-5 *1 (-413 *4 *5 *3)) (-4 *3 (-1150 *5)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2)
- (-12 (-5 *2 (-525))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-713)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-735)) (-4 *4 (-884 *5 *6 *7)) (-4 *5 (-429)) (-4 *7 (-789))
- (-5 *1 (-426 *5 *6 *7 *4)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-1061)) (-5 *2 (-108)))))
-(((*1 *2 *1) (-12 (-5 *2 (-904)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *4 *4 *3 *3 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *2 (-966)) (-5 *1 (-694)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-762)) (-14 *5 (-1092)) (-5 *2 (-592 (-1147 *5 *4)))
- (-5 *1 (-1034 *4 *5)) (-5 *3 (-1147 *5 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-887 *5)) (-4 *5 (-977)) (-5 *2 (-457 *4 *5))
- (-5 *1 (-879 *4 *5)) (-14 *4 (-592 (-1092))))))
-(((*1 *2 *1 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-286))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| |coef1| *1) (|:| |coef2| *1) (|:| -3817 *1)))
- (-4 *1 (-286)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1092)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-429))))
- ((*1 *1 *1 *1) (-4 *1 (-429))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-1122 *4 *5 *3 *6)) (-4 *4 (-517)) (-4 *5 (-735))
- (-4 *3 (-789)) (-4 *6 (-991 *4 *5 *3)) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-108)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1056))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-977)) (-4 *4 (-160))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977))
- (-4 *3 (-160)))))
+ (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-735))
- (-4 *5 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *6 (-517))
- (-5 *2 (-2 (|:| -1525 (-887 *6)) (|:| -1919 (-887 *6))))
- (-5 *1 (-675 *4 *5 *6 *3)) (-4 *3 (-884 (-385 (-887 *6)) *4 *5)))))
+ (-12 (-5 *2 (-594 (-594 (-527)))) (-5 *1 (-906))
+ (-5 *3 (-594 (-527))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-189))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 (-359))) (-5 *2 (-359)) (-5 *1 (-189)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-684 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1152 *5))
+ (-5 *1 (-672 *5 *2)) (-4 *5 (-343)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-431))))
+ ((*1 *1 *1 *1) (-4 *1 (-431))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-148)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-599 (-385 *6))) (-5 *4 (-1 (-592 *5) *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *6 (-1150 *5)) (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6))))
+ (-12 (-5 *4 (-594 (-47))) (-5 *2 (-398 *3)) (-5 *1 (-38 *3))
+ (-4 *3 (-1152 (-47)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-38 *3)) (-4 *3 (-1152 (-47)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-47))) (-4 *5 (-791)) (-4 *6 (-737))
+ (-5 *2 (-398 *3)) (-5 *1 (-41 *5 *6 *3)) (-4 *3 (-886 (-47) *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-47))) (-4 *5 (-791)) (-4 *6 (-737))
+ (-4 *7 (-886 (-47) *6 *5)) (-5 *2 (-398 (-1090 *7)))
+ (-5 *1 (-41 *5 *6 *7)) (-5 *3 (-1090 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-288)) (-5 *2 (-398 *3)) (-5 *1 (-157 *4 *3))
+ (-4 *3 (-1152 (-159 *4)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-599 (-385 *7))) (-5 *4 (-1 (-592 *6) *7))
- (-5 *5 (-1 (-396 *7) *7))
- (-4 *6 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *7 (-1150 *6)) (-5 *2 (-592 (-385 *7))) (-5 *1 (-754 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-600 *6 (-385 *6))) (-5 *4 (-1 (-592 *5) *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *6 (-1150 *5)) (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6))))
+ (-12 (-5 *5 (-110)) (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4)))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-789))) (-5 *2 (-398 *3))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-329)) (-5 *2 (-398 *3)) (-5 *1 (-199 *4 *3))
+ (-4 *3 (-1152 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3))
+ (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-715))) (-5 *2 (-398 *3)) (-5 *1 (-421 *3))
+ (-4 *3 (-1152 (-527)))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-600 *7 (-385 *7))) (-5 *4 (-1 (-592 *6) *7))
- (-5 *5 (-1 (-396 *7) *7))
- (-4 *6 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *7 (-1150 *6)) (-5 *2 (-592 (-385 *7))) (-5 *1 (-754 *6 *7))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-599 (-385 *5))) (-4 *5 (-1150 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2 (-592 (-385 *5))) (-5 *1 (-754 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-599 (-385 *6))) (-5 *4 (-1 (-396 *6) *6))
- (-4 *6 (-1150 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-600 *5 (-385 *5))) (-4 *5 (-1150 *4)) (-4 *4 (-27))
- (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2 (-592 (-385 *5))) (-5 *1 (-754 *4 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-600 *6 (-385 *6))) (-5 *4 (-1 (-396 *6) *6))
- (-4 *6 (-1150 *5)) (-4 *5 (-27))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2 (-592 (-385 *6))) (-5 *1 (-754 *5 *6)))))
+ (-12 (-5 *4 (-594 (-715))) (-5 *5 (-715)) (-5 *2 (-398 *3))
+ (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-715)) (-5 *2 (-398 *3)) (-5 *1 (-421 *3))
+ (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-398 (-159 (-527)))) (-5 *1 (-425))
+ (-5 *3 (-159 (-527)))))
+ ((*1 *2 *3)
+ (-12
+ (-4 *4
+ (-13 (-791)
+ (-10 -8 (-15 -2051 ((-1094) $))
+ (-15 -3507 ((-3 $ "failed") (-1094))))))
+ (-4 *5 (-737)) (-4 *7 (-519)) (-5 *2 (-398 *3))
+ (-5 *1 (-435 *4 *5 *6 *7 *3)) (-4 *6 (-519))
+ (-4 *3 (-886 *7 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-288)) (-5 *2 (-398 (-1090 *4))) (-5 *1 (-437 *4))
+ (-5 *3 (-1090 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-398 *6) *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343))
+ (-4 *7 (-13 (-343) (-140) (-669 *5 *6))) (-5 *2 (-398 *3))
+ (-5 *1 (-469 *5 *6 *7 *3)) (-4 *3 (-1152 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-398 (-1090 *7)) (-1090 *7)))
+ (-4 *7 (-13 (-288) (-140))) (-4 *5 (-791)) (-4 *6 (-737))
+ (-5 *2 (-398 *3)) (-5 *1 (-507 *5 *6 *7 *3))
+ (-4 *3 (-886 *7 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-398 (-1090 *7)) (-1090 *7)))
+ (-4 *7 (-13 (-288) (-140))) (-4 *5 (-791)) (-4 *6 (-737))
+ (-4 *8 (-886 *7 *6 *5)) (-5 *2 (-398 (-1090 *8)))
+ (-5 *1 (-507 *5 *6 *7 *8)) (-5 *3 (-1090 *8))))
+ ((*1 *2 *3) (-12 (-5 *2 (-398 *3)) (-5 *1 (-521 *3)) (-4 *3 (-512))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 (-594 *5) *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *6 (-1152 *5)) (-5 *2 (-594 (-601 (-387 *6))))
+ (-5 *1 (-605 *5 *6)) (-5 *3 (-601 (-387 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-27))
+ (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *5 (-1152 *4)) (-5 *2 (-594 (-601 (-387 *5))))
+ (-5 *1 (-605 *4 *5)) (-5 *3 (-601 (-387 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-763 *4)) (-4 *4 (-791)) (-5 *2 (-594 (-619 *4)))
+ (-5 *1 (-619 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-527)) (-5 *2 (-594 *3)) (-5 *1 (-640 *3))
+ (-4 *3 (-1152 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-329)) (-5 *2 (-398 *3))
+ (-5 *1 (-642 *4 *5 *6 *3)) (-4 *3 (-886 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-329))
+ (-4 *7 (-886 *6 *5 *4)) (-5 *2 (-398 (-1090 *7)))
+ (-5 *1 (-642 *4 *5 *6 *7)) (-5 *3 (-1090 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-737))
+ (-4 *5
+ (-13 (-791)
+ (-10 -8 (-15 -2051 ((-1094) $))
+ (-15 -3507 ((-3 $ "failed") (-1094))))))
+ (-4 *6 (-288)) (-5 *2 (-398 *3)) (-5 *1 (-675 *4 *5 *6 *3))
+ (-4 *3 (-886 (-889 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-737))
+ (-4 *5 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *6 (-519))
+ (-5 *2 (-398 *3)) (-5 *1 (-677 *4 *5 *6 *3))
+ (-4 *3 (-886 (-387 (-889 *6)) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-13 (-288) (-140)))
+ (-5 *2 (-398 *3)) (-5 *1 (-678 *4 *5 *6 *3))
+ (-4 *3 (-886 (-387 *6) *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-13 (-288) (-140)))
+ (-5 *2 (-398 *3)) (-5 *1 (-686 *4 *5 *6 *3))
+ (-4 *3 (-886 *6 *5 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-791)) (-4 *5 (-737)) (-4 *6 (-13 (-288) (-140)))
+ (-4 *7 (-886 *6 *5 *4)) (-5 *2 (-398 (-1090 *7)))
+ (-5 *1 (-686 *4 *5 *6 *7)) (-5 *3 (-1090 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-941 *3))
+ (-4 *3 (-1152 (-387 (-527))))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-973 *3))
+ (-4 *3 (-1152 (-387 (-889 (-527)))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1152 (-387 (-527))))
+ (-4 *5 (-13 (-343) (-140) (-669 (-387 (-527)) *4)))
+ (-5 *2 (-398 *3)) (-5 *1 (-1004 *4 *5 *3)) (-4 *3 (-1152 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-1152 (-387 (-889 (-527)))))
+ (-4 *5 (-13 (-343) (-140) (-669 (-387 (-889 (-527))) *4)))
+ (-5 *2 (-398 *3)) (-5 *1 (-1006 *4 *5 *3)) (-4 *3 (-1152 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-431))
+ (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-398 (-1090 (-387 *7))))
+ (-5 *1 (-1089 *4 *5 *6 *7)) (-5 *3 (-1090 (-387 *7)))))
+ ((*1 *2 *1) (-12 (-5 *2 (-398 *1)) (-4 *1 (-1134))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-398 *3)) (-5 *1 (-1141 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-72 FCN)))) (-5 *2 (-968))
+ (-5 *1 (-691)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-713)))))
-(((*1 *1 *1) (-4 *1 (-986)))
- ((*1 *1 *1 *2 *2)
- (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 (-157 (-525))))) (-5 *2 (-592 (-157 *4)))
- (-5 *1 (-356 *4)) (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 (-385 (-887 (-157 (-525))))))
- (-5 *4 (-592 (-1092))) (-5 *2 (-592 (-592 (-157 *5))))
- (-5 *1 (-356 *5)) (-4 *5 (-13 (-341) (-787))))))
-(((*1 *2 *3)
+ (-12 (-4 *1 (-998 *3 *4 *5 *6)) (-4 *3 (-431)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
+(((*1 *1 *2)
(-12
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2 (-357)) (-5 *1 (-174)))))
+ (-5 *2
+ (-2 (|:| |mval| (-634 *3)) (|:| |invmval| (-634 *3))
+ (|:| |genIdeal| (-479 *3 *4 *5 *6))))
+ (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-715)) (-4 *5 (-519))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-715)) (-4 *6 (-1022)) (-4 *3 (-837 *6))
+ (-5 *2 (-634 *3)) (-5 *1 (-636 *6 *3 *7 *4)) (-4 *7 (-353 *3))
+ (-4 *4 (-13 (-353 *6) (-10 -7 (-6 -4261)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 *8)) (-4 *8 (-886 *5 *7 *6))
+ (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094))))
+ (-4 *7 (-737))
+ (-5 *2
+ (-594
+ (-2 (|:| -1238 (-715))
+ (|:| |eqns|
+ (-594
+ (-2 (|:| |det| *8) (|:| |rows| (-594 (-527)))
+ (|:| |cols| (-594 (-527))))))
+ (|:| |fgb| (-594 *8)))))
+ (-5 *1 (-861 *5 *6 *7 *8)) (-5 *4 (-715)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-35 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-5 *2 (-2 (|:| -1556 *3) (|:| -3448 *4))))))
-(((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1061)) (-5 *3 (-525)) (-5 *2 (-108)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *3 (-991 *6 *7 *8))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-997 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9))))
- (-5 *5 (-108)) (-4 *8 (-991 *6 *7 *4)) (-4 *9 (-996 *6 *7 *4 *8))
- (-4 *6 (-429)) (-4 *7 (-735)) (-4 *4 (-789))
- (-5 *2 (-592 (-2 (|:| |val| *8) (|:| -1285 *9))))
- (-5 *1 (-997 *6 *7 *4 *8 *9)))))
-(((*1 *2 *1) (-12 (-4 *1 (-102 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735))
- (-5 *2 (-108)) (-5 *1 (-477 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-357)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-242)))))
+ (|partial| -12 (-4 *1 (-35 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-5 *2 (-2 (|:| -1550 *3) (|:| -3484 *4))))))
+(((*1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1075 *3)) (-4 *3 (-1022))
+ (-4 *3 (-1130)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-1060 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-527)) (|has| *1 (-6 -4262)) (-4 *1 (-353 *3))
+ (-4 *3 (-1130)))))
+(((*1 *2)
+ (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5)))
+ (-5 *2 (-110)) (-5 *1 (-321 *3 *4 *5 *6)) (-4 *3 (-322 *4 *5 *6))))
+ ((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-594 *3))
+ (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-912 *4 *5 *6 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-594 *7) (-594 *7))) (-5 *2 (-594 *7))
+ (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-912 *4 *5 *6 *7)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-108))))
+ (-12 (-4 *3 (-979)) (-4 *4 (-1022)) (-5 *2 (-594 *1))
+ (-4 *1 (-362 *3 *4))))
((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-713))))
+ (-12 (-5 *2 (-594 (-680 *3 *4))) (-5 *1 (-680 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-671))))
((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-713)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-517)) (-5 *1 (-903 *4 *2))
- (-4 *2 (-1150 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128))))
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-886 *3 *4 *5)))))
+(((*1 *1 *1) (-4 *1 (-580)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936) (-1116))))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-979)) (-5 *1 (-423 *3 *2)) (-4 *2 (-1152 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5))))
+ (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-1162 *3)) (-4 *3 (-1128))))
- ((*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-592 (-457 *5 *6))) (-5 *4 (-800 *5))
- (-14 *5 (-592 (-1092))) (-5 *2 (-457 *5 *6)) (-5 *1 (-580 *5 *6))
- (-4 *6 (-429))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-457 *5 *6))) (-5 *4 (-800 *5))
- (-14 *5 (-592 (-1092))) (-5 *2 (-457 *5 *6)) (-5 *1 (-580 *5 *6))
- (-4 *6 (-429)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-944)) (-5 *2 (-798)))))
+ (-12 (-5 *2 (-715)) (-4 *1 (-1164 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-159 (-207)))) (-5 *2 (-968))
+ (-5 *1 (-699)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-632 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-632 *4)) (-5 *1 (-394 *3 *4))
- (-4 *3 (-395 *4))))
- ((*1 *2) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-273 *2)) (-4 *2 (-669)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4 *4 *5 *6)
- (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-809))
- (-5 *5 (-856)) (-5 *6 (-592 (-242))) (-5 *2 (-1175))
- (-5 *1 (-1178))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *4 (-592 (-242)))
- (-5 *2 (-1175)) (-5 *1 (-1178)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *2 (-359)) (-5 *1 (-189)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1068 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))))
+(((*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-108))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
+ (-12 (-5 *4 (-594 (-802 *5))) (-14 *5 (-594 (-1094))) (-4 *6 (-431))
(-5 *2
- (-3 (|:| |%expansion| (-291 *5 *3 *6 *7))
- (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))))
- (-5 *1 (-398 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1114) (-408 *5)))
- (-14 *6 (-1092)) (-14 *7 *3))))
-(((*1 *2 *1) (-12 (-4 *1 (-889)) (-5 *2 (-592 (-592 (-878 (-205)))))))
- ((*1 *2 *1) (-12 (-4 *1 (-907)) (-5 *2 (-592 (-592 (-878 (-205))))))))
-(((*1 *2 *3 *4 *5 *6)
- (|partial| -12 (-5 *4 (-1 *8 *8))
- (-5 *5
- (-1 (-2 (|:| |ans| *7) (|:| -3446 *7) (|:| |sol?| (-108)))
- (-525) *7))
- (-5 *6 (-592 (-385 *8))) (-4 *7 (-341)) (-4 *8 (-1150 *7))
- (-5 *3 (-385 *8))
- (-5 *2
- (-2
- (|:| |answer|
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (|:| |a0| *7)))
- (-5 *1 (-535 *7 *8)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-108) *4)) (|has| *1 (-6 -4259)) (-4 *1 (-464 *4))
- (-4 *4 (-1128)) (-5 *2 (-108)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-108) *6 *6)) (-4 *6 (-789)) (-5 *4 (-592 *6))
- (-5 *2 (-2 (|:| |fs| (-108)) (|:| |sd| *4) (|:| |td| (-592 *4))))
- (-5 *1 (-1100 *6)) (-5 *5 (-592 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-565 (-47)))) (-5 *1 (-47))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-565 (-47))) (-5 *1 (-47))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1088 (-47))) (-5 *3 (-592 (-565 (-47)))) (-5 *1 (-47))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1088 (-47))) (-5 *3 (-565 (-47))) (-5 *1 (-47))))
- ((*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3))
- (-4 *3 (-1150 (-157 *2)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-856)) (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346))))
- ((*1 *2 *1) (-12 (-4 *1 (-307 *2)) (-4 *2 (-341))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-348 *2 *3)) (-4 *3 (-1150 *2)) (-4 *2 (-160))))
- ((*1 *2 *1)
- (-12 (-4 *4 (-1150 *2)) (-4 *2 (-925 *3)) (-5 *1 (-391 *3 *2 *4 *5))
- (-4 *3 (-286)) (-4 *5 (-13 (-387 *2 *4) (-968 *2)))))
+ (-2 (|:| |dpolys| (-594 (-229 *5 *6)))
+ (|:| |coords| (-594 (-527)))))
+ (-5 *1 (-450 *5 *6 *7)) (-5 *3 (-594 (-229 *5 *6))) (-4 *7 (-431)))))
+(((*1 *1 *2) (-12 (-5 *2 (-763 *3)) (-4 *3 (-791)) (-5 *1 (-619 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1176 *1)) (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134))
+ (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4))))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-310))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-310)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1090 *3)) (-4 *3 (-348)) (-4 *1 (-309 *3))
+ (-4 *3 (-343)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-864))
+ (-5 *2
+ (-2 (|:| |brans| (-594 (-594 (-880 (-207)))))
+ (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))))
+ (-5 *1 (-146))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-864)) (-5 *4 (-387 (-527)))
+ (-5 *2
+ (-2 (|:| |brans| (-594 (-594 (-880 (-207)))))
+ (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))))
+ (-5 *1 (-146)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-567 *1)) (-4 *1 (-410 *4)) (-4 *4 (-791))
+ (-4 *4 (-519)) (-5 *2 (-387 (-1090 *1)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-567 *3)) (-4 *3 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-1090 (-387 (-1090 *3)))) (-5 *1 (-523 *6 *3 *7))
+ (-5 *5 (-1090 *3)) (-4 *7 (-1022))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1172 *5)) (-14 *5 (-1094)) (-4 *6 (-979))
+ (-5 *2 (-1149 *5 (-889 *6))) (-5 *1 (-884 *5 *6)) (-5 *3 (-889 *6))))
((*1 *2 *1)
- (-12 (-4 *4 (-1150 *2)) (-4 *2 (-925 *3))
- (-5 *1 (-392 *3 *2 *4 *5 *6)) (-4 *3 (-286)) (-4 *5 (-387 *2 *4))
- (-14 *6 (-1174 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-4 *5 (-977))
- (-4 *2 (-13 (-382) (-968 *5) (-341) (-1114) (-263)))
- (-5 *1 (-420 *5 *3 *2)) (-4 *3 (-1150 *5))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-565 (-468)))) (-5 *1 (-468))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-565 (-468))) (-5 *1 (-468))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1088 (-468))) (-5 *3 (-592 (-565 (-468))))
- (-5 *1 (-468))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1088 (-468))) (-5 *3 (-565 (-468))) (-5 *1 (-468))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-856)) (-4 *4 (-327))
- (-5 *1 (-495 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-667 *4 *2)) (-4 *2 (-1150 *4))
- (-5 *1 (-717 *4 *2 *5 *3)) (-4 *3 (-1150 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160))))
- ((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160))))
- ((*1 *1 *1) (-4 *1 (-986))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *3 (-1092))
- (-4 *4 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-518 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-713)) (-4 *1 (-211 *4))
- (-4 *4 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-211 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-213)) (-5 *2 (-713))))
- ((*1 *1 *1) (-4 *1 (-213)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-245 *3)) (-4 *3 (-789))))
- ((*1 *1 *1) (-12 (-4 *1 (-245 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132))
- (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *4))
- (-4 *4 (-1150 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-341) (-138))) (-5 *1 (-377 *2 *3))
- (-4 *3 (-1150 *2))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-451 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *2 *1 *3)
- (-12 (-4 *2 (-341)) (-4 *2 (-835 *3)) (-5 *1 (-542 *2))
- (-5 *3 (-1092))))
+ (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-1090 *3))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-542 *2)) (-4 *2 (-341))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-798))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 (-713))) (-4 *1 (-835 *4))
- (-4 *4 (-1020))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-835 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *1 (-835 *3)) (-4 *3 (-1020))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1083 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1089 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1090 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1138 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-1150 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1159 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1166 *3 *4 *5))
- (-4 *3 (-977)) (-14 *5 *3))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-798) (-798))) (-5 *1 (-110))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-798) (-592 (-798)))) (-5 *1 (-110))))
+ (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791)) (-5 *2 (-1090 *1))
+ (-4 *1 (-886 *4 *5 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-979))
+ (-4 *7 (-886 *6 *5 *4)) (-5 *2 (-387 (-1090 *3)))
+ (-5 *1 (-887 *5 *4 *6 *7 *3))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $)))))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-1090 *3))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $)) (-15 -4122 (*7 $)))))
+ (-4 *7 (-886 *6 *5 *4)) (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-979))
+ (-5 *1 (-887 *5 *4 *6 *7 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094)) (-4 *5 (-519))
+ (-5 *2 (-387 (-1090 (-387 (-889 *5))))) (-5 *1 (-975 *5))
+ (-5 *3 (-387 (-889 *5))))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-594 (-207)))) (-5 *1 (-863)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-800) (-800))) (-5 *1 (-112))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-800) (-594 (-800)))) (-5 *1 (-112))))
((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1 (-798) (-592 (-798)))) (-5 *1 (-110))))
+ (|partial| -12 (-5 *2 (-1 (-800) (-594 (-800)))) (-5 *1 (-112))))
((*1 *2 *1)
- (-12 (-5 *2 (-1179)) (-5 *1 (-195 *3))
+ (-12 (-5 *2 (-1181)) (-5 *1 (-197 *3))
(-4 *3
- (-13 (-789)
- (-10 -8 (-15 -3431 ((-1075) $ (-1092))) (-15 -2701 (*2 $))
- (-15 -3686 (*2 $)))))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-372))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-372))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-475))))
- ((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-653))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1109))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-525)) (-5 *2 (-1179)) (-5 *1 (-1109)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-108)))))
-(((*1 *1) (-5 *1 (-146))))
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 (*2 $))
+ (-15 -2000 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-374))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-374))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-477))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-655))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1111))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-1111)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1198 *4 *2)) (-4 *1 (-354 *4 *2)) (-4 *4 (-791))
+ (-4 *2 (-162))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-791)) (-4 *2 (-979))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-763 *4)) (-4 *1 (-1191 *4 *2)) (-4 *4 (-791))
+ (-4 *2 (-979))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *2 (-979)) (-5 *1 (-1197 *2 *3)) (-4 *3 (-787)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 *2)) (-4 *2 (-1167 *4)) (-5 *1 (-1169 *4 *2))
+ (-4 *4 (-37 (-387 (-527)))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-162)) (-4 *2 (-519))))
+ ((*1 *1 *1) (|partial| -4 *1 (-667))))
(((*1 *1 *2 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-142 *2)) (-4 *2 (-1128))
- (-4 *2 (-1020))))
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-144 *2)) (-4 *2 (-1130))
+ (-4 *2 (-1022))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *3))
- (-4 *3 (-1128))))
+ (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *3))
+ (-4 *3 (-1130))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-619 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-621 *3)) (-4 *3 (-1130))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *2 (-1 (-108) *4)) (-5 *3 (-525)) (-4 *4 (-1020))
- (-5 *1 (-680 *4))))
+ (-12 (-5 *2 (-1 (-110) *4)) (-5 *3 (-527)) (-4 *4 (-1022))
+ (-5 *1 (-682 *4))))
((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-5 *1 (-680 *2)) (-4 *2 (-1020))))
+ (-12 (-5 *3 (-527)) (-5 *1 (-682 *2)) (-4 *2 (-1022))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))) (-5 *1 (-1058 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-5 *2 (-108)) (-5 *1 (-197 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-525)) (-4 *1 (-55 *4 *3 *5)) (-4 *4 (-1128))
- (-4 *3 (-351 *4)) (-4 *5 (-351 *4)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 (-2 (|:| -4201 (-1088 *6)) (|:| -2168 (-525)))))
- (-4 *6 (-286)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-685 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5))))
- ((*1 *1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-565 *3)) (-5 *5 (-1 (-1088 *3) (-1088 *3)))
- (-4 *3 (-13 (-27) (-408 *6))) (-4 *6 (-13 (-789) (-517)))
- (-5 *2 (-542 *3)) (-5 *1 (-512 *6 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-227 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-429))
- (-5 *2 (-457 *4 *5)) (-5 *1 (-580 *4 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1174 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-808 (-900 *3) (-900 *3))) (-5 *1 (-900 *3))
- (-4 *3 (-901)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-73 FCN JACOBF JACEPS))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-74 G JACOBG JACGEP))))
- (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))))
-(((*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-125)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-286))
- (-5 *2 (-385 (-396 (-887 *4)))) (-5 *1 (-972 *4)))))
-(((*1 *2 *3)
+ (-12 (-5 *2 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4)))))
+(((*1 *1 *2 *3 *4)
(-12
(-5 *3
- (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))
- (-5 *2 (-592 (-385 (-525)))) (-5 *1 (-951 *4))
- (-4 *4 (-1150 (-525))))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-5 *1 (-1167 *3 *2))
- (-4 *2 (-1165 *3)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
- (|:| |xpnt| (-525))))
- (-4 *4 (-13 (-1150 *3) (-517) (-10 -8 (-15 -2772 ($ $ $)))))
- (-4 *3 (-517)) (-5 *1 (-1153 *3 *4)))))
-(((*1 *1) (-5 *1 (-445))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-159))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1196 *4 *2)) (-4 *1 (-352 *4 *2)) (-4 *4 (-789))
- (-4 *2 (-160))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-1189 *3 *2)) (-4 *3 (-789)) (-4 *2 (-977))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-761 *4)) (-4 *1 (-1189 *4 *2)) (-4 *4 (-789))
- (-4 *2 (-977))))
+ (-594
+ (-2 (|:| |scalar| (-387 (-527))) (|:| |coeff| (-1090 *2))
+ (|:| |logand| (-1090 *2)))))
+ (-5 *4 (-594 (-2 (|:| |integrand| *2) (|:| |intvar| *2))))
+ (-4 *2 (-343)) (-5 *1 (-544 *2)))))
+(((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-880 (-207))) (-5 *4 (-811)) (-5 *5 (-858))
+ (-5 *2 (-1181)) (-5 *1 (-447))))
((*1 *2 *1 *3)
- (-12 (-4 *2 (-977)) (-5 *1 (-1195 *2 *3)) (-4 *3 (-785)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1088 (-525))) (-5 *2 (-525)) (-5 *1 (-877)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))))
+ (-12 (-5 *3 (-880 (-207))) (-5 *2 (-1181)) (-5 *1 (-447))))
+ ((*1 *2 *1 *3 *4 *4 *5)
+ (-12 (-5 *3 (-594 (-880 (-207)))) (-5 *4 (-811)) (-5 *5 (-858))
+ (-5 *2 (-1181)) (-5 *1 (-447)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-594 (-1090 *7))) (-5 *3 (-1090 *7))
+ (-4 *7 (-886 *5 *6 *4)) (-4 *5 (-846)) (-4 *6 (-737))
+ (-4 *4 (-791)) (-5 *1 (-843 *5 *6 *4 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-567 *1))) (-4 *1 (-283)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-856)) (-4 *5 (-789))
- (-5 *2 (-57 (-592 (-617 *5)))) (-5 *1 (-617 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4))
- (-4 *4 (-327)))))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *4))))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
- ((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1098)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *3 (-715)) (-5 *1 (-545 *2)) (-4 *2 (-512))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-2 (|:| -1670 *3) (|:| -3148 (-715)))) (-5 *1 (-545 *3))
+ (-4 *3 (-512)))))
+(((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527))))
+ (-5 *2 (-2 (|:| -3560 *3) (|:| |nconst| *3))) (-5 *1 (-530 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934)))
- (-5 *1 (-163 *3)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-51)) (-5 *1 (-1107)))))
-(((*1 *2 *1) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-1088 *3)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-713))) (-5 *3 (-159)) (-5 *1 (-1081 *4 *5))
- (-14 *4 (-856)) (-4 *5 (-977)))))
-(((*1 *1 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-351 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020))
- (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2))
+ (-4 *2 (-410 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-713)) (-5 *2 (-592 (-1092))) (-5 *1 (-192))
- (-5 *3 (-1092))))
+ (-12 (-5 *4 (-715)) (-5 *2 (-594 (-1094))) (-5 *1 (-194))
+ (-5 *3 (-1094))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-205))) (-5 *4 (-713)) (-5 *2 (-592 (-1092)))
- (-5 *1 (-246))))
+ (-12 (-5 *3 (-296 (-207))) (-5 *4 (-715)) (-5 *2 (-594 (-1094)))
+ (-5 *1 (-248))))
((*1 *2 *1)
- (-12 (-4 *1 (-352 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160))
- (-5 *2 (-592 *3))))
+ (-12 (-4 *1 (-354 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162))
+ (-5 *2 (-594 *3))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 *3)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-617 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-621 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-761 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-828 *3)) (-4 *3 (-789))))
+ (-12 (-5 *2 (-594 *3)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-619 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-623 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-763 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-830 *3)) (-4 *3 (-791))))
((*1 *2 *1)
- (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-592 *3)))))
-(((*1 *2 *1)
- (-12
- (-5 *2
- (-592
- (-592
- (-3 (|:| -2411 (-1092))
- (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525))))))))))
- (-5 *1 (-1096)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-517)) (-4 *3 (-160)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2))
- (-4 *2 (-630 *3 *4 *5)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3))
- (-4 *3 (-1020)))))
+ (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-594 *3)))))
+(((*1 *1) (-5 *1 (-417))))
(((*1 *2 *3 *4)
- (-12 (-4 *4 (-341)) (-5 *2 (-592 (-1073 *4))) (-5 *1 (-264 *4 *5))
- (-5 *3 (-1073 *4)) (-4 *5 (-1165 *4)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-98 *3)))))
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *4 *4 *5 *3 *6)
+ (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-594 *3)) (-5 *6 (-1090 *3))
+ (-4 *3 (-13 (-410 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-523 *7 *3 *8)) (-4 *8 (-1022))))
+ ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
+ (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-594 *3))
+ (-5 *6 (-387 (-1090 *3))) (-4 *3 (-13 (-410 *7) (-27) (-1116)))
+ (-4 *7 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-523 *7 *3 *8)) (-4 *8 (-1022)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-161))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-140))
+ (-4 *3 (-288)) (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-912 *3 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-814 (-1 (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-205) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 (-878 (-205)) (-205) (-205))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *5 (-592 (-242))) (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-817 (-1 (-205) (-205) (-205)))) (-5 *4 (-1015 (-357)))
- (-5 *2 (-1052 (-205))) (-5 *1 (-234))))
+ (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1054 (-207))) (-5 *1 (-236))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-814 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242)))
- (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205)))
- (-5 *1 (-238 *6))))
+ (-12 (-5 *3 (-816 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244)))
+ (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207)))
+ (-5 *1 (-240 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-814 *5)) (-5 *4 (-1013 (-357)))
- (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205)))
- (-5 *1 (-238 *5))))
+ (-12 (-5 *3 (-816 *5)) (-5 *4 (-1015 (-359)))
+ (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207)))
+ (-5 *1 (-240 *5))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242)))
- (-5 *2 (-1052 (-205))) (-5 *1 (-238 *3))
- (-4 *3 (-13 (-567 (-501)) (-1020)))))
+ (-12 (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244)))
+ (-5 *2 (-1054 (-207))) (-5 *1 (-240 *3))
+ (-4 *3 (-13 (-569 (-503)) (-1022)))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1013 (-357))) (-5 *2 (-1052 (-205))) (-5 *1 (-238 *3))
- (-4 *3 (-13 (-567 (-501)) (-1020)))))
+ (-12 (-5 *4 (-1015 (-359))) (-5 *2 (-1054 (-207))) (-5 *1 (-240 *3))
+ (-4 *3 (-13 (-569 (-503)) (-1022)))))
((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-817 *6)) (-5 *4 (-1013 (-357))) (-5 *5 (-592 (-242)))
- (-4 *6 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205)))
- (-5 *1 (-238 *6))))
+ (-12 (-5 *3 (-819 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244)))
+ (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207)))
+ (-5 *1 (-240 *6))))
((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-817 *5)) (-5 *4 (-1013 (-357)))
- (-4 *5 (-13 (-567 (-501)) (-1020))) (-5 *2 (-1052 (-205)))
- (-5 *1 (-238 *5)))))
+ (-12 (-5 *3 (-819 *5)) (-5 *4 (-1015 (-359)))
+ (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1054 (-207)))
+ (-5 *1 (-240 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-431)) (-4 *3 (-791)) (-4 *3 (-970 (-527)))
+ (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-410 *3))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $))
+ (-15 -4122 ((-1046 *3 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *3 (-567 $))))))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-159 (-359))) (-5 *1 (-729 *3)) (-4 *3 (-569 (-359)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-5 *2 (-159 (-359))) (-5 *1 (-729 *3))
+ (-4 *3 (-569 (-359)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-159 *4)) (-4 *4 (-162)) (-4 *4 (-569 (-359)))
+ (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-159 *5)) (-5 *4 (-858)) (-4 *5 (-162))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-889 (-159 *4))) (-4 *4 (-162)) (-4 *4 (-569 (-359)))
+ (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-889 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-162))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 (-359)))
+ (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519)) (-4 *4 (-569 (-359)))
+ (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-387 (-889 (-159 *4)))) (-4 *4 (-519))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 (-159 *5)))) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519)) (-4 *5 (-791))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-296 (-159 *4))) (-4 *4 (-519)) (-4 *4 (-791))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-296 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-791)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359)))
+ (-5 *1 (-729 *5)))))
+(((*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-238)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-134))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-137)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
+ (-12 (-5 *2 (-527))
+ (-5 *3
+ (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-715)) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-4 *6 (-737)) (-4 *4 (-886 *5 *6 *7)) (-4 *5 (-431)) (-4 *7 (-791))
+ (-5 *1 (-428 *5 *6 *7 *4)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-1178))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *1 *1) (|partial| -4 *1 (-1070))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1097))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097))))
+ ((*1 *2 *3 *1) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097)))))
(((*1 *2)
- (|partial| -12 (-4 *3 (-517)) (-4 *3 (-160))
- (-5 *2 (-2 (|:| |particular| *1) (|:| -2103 (-592 *1))))
- (-4 *1 (-345 *3))))
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181))
+ (-5 *1 (-999 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6))))
((*1 *2)
- (|partial| -12
- (-5 *2
- (-2 (|:| |particular| (-430 *3 *4 *5 *6))
- (|:| -2103 (-592 (-430 *3 *4 *5 *6)))))
- (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *1 *1) (-5 *1 (-205))) ((*1 *1 *1) (-5 *1 (-357)))
- ((*1 *1) (-5 *1 (-357))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2)))))
-(((*1 *1 *1) (-5 *1 (-989))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-977))
- (-5 *1 (-299 *4 *5 *2 *6)) (-4 *6 (-884 *2 *4 *5)))))
-(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
- (|partial| -12 (-5 *5 (-1092))
- (-5 *6
- (-1
- (-3
- (-2 (|:| |mainpart| *4)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
- "failed")
- *4 (-592 *4)))
- (-5 *7
- (-1 (-3 (-2 (|:| -3991 *4) (|:| |coeff| *4)) "failed") *4 *4))
- (-4 *4 (-13 (-1114) (-27) (-408 *8)))
- (-4 *8 (-13 (-429) (-789) (-138) (-968 *3) (-588 *3)))
- (-5 *3 (-525)) (-5 *2 (-592 *4)) (-5 *1 (-946 *8 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-771)) (-5 *3 (-1075)))))
+ (-12 (-4 *3 (-431)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-1181))
+ (-5 *1 (-1030 *3 *4 *5 *6 *7)) (-4 *7 (-998 *3 *4 *5 *6)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-313 *3 *4 *5 *6)) (-4 *3 (-341)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5))
- (-5 *2 (-391 *4 (-385 *4) *5 *6))))
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-880 *3)))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 *6)) (-4 *6 (-13 (-387 *4 *5) (-968 *4)))
- (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-4 *3 (-286))
- (-5 *1 (-391 *3 *4 *5 *6))))
+ (-12 (-5 *2 (-594 (-880 *3))) (-4 *3 (-979)) (-4 *1 (-1055 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-880 *3))) (-4 *1 (-1055 *3)) (-4 *3 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-1096 (-387 (-527))))
+ (-5 *1 (-174)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-979)) (-5 *1 (-1148 *3 *2)) (-4 *2 (-1152 *3)))))
+(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
+ (-12 (-5 *5 (-634 (-207))) (-5 *6 (-634 (-527))) (-5 *3 (-527))
+ (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-791)) (-4 *5 (-737))
+ (-4 *6 (-519)) (-4 *7 (-886 *6 *5 *3))
+ (-5 *1 (-441 *5 *3 *6 *7 *2))
+ (-4 *2
+ (-13 (-970 (-387 (-527))) (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $))
+ (-15 -4122 (*7 $))))))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-414)) (-4 *5 (-791))
+ (-5 *1 (-1028 *5 *4)) (-4 *4 (-410 *5)))))
+(((*1 *1) (-5 *1 (-134))) ((*1 *1 *1) (-5 *1 (-137)))
+ ((*1 *1 *1) (-4 *1 (-1063))))
+(((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1897 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-458)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-527)) (-5 *1 (-296 *3)) (-4 *3 (-519)) (-4 *3 (-791)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-49 *3 *4)) (-4 *3 (-979))
+ (-14 *4 (-594 (-1094)))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-341))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-690)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *2 *2) (|partial| -12 (-5 *1 (-519 *2)) (-4 *2 (-510)))))
-(((*1 *2 *1) (-12 (-5 *2 (-766)) (-5 *1 (-767)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-205 *3 *4)) (-4 *3 (-13 (-979) (-791)))
+ (-14 *4 (-594 (-1094)))))
+ ((*1 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-348)) (-4 *2 (-343))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-315 *3 *4 *5 *2)) (-4 *3 (-343))
+ (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4)))
+ (-4 *2 (-322 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-370 *3 *4 *5)) (-14 *3 *2) (-14 *4 *2)
+ (-4 *5 (-162))))
+ ((*1 *1) (-12 (-4 *2 (-162)) (-4 *1 (-669 *2 *3)) (-4 *3 (-1152 *2)))))
+(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-594 *1)) (-4 *1 (-288)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1152 *2)) (-4 *2 (-1134)) (-5 *1 (-141 *2 *4 *3))
+ (-4 *3 (-1152 (-387 *4))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
- (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *3 (-525))
- (-5 *2 (-966)) (-5 *1 (-699)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-625 *2)) (-4 *2 (-1020))))
+ (-12 (-4 *3 (-13 (-288) (-140))) (-4 *4 (-13 (-791) (-569 (-1094))))
+ (-4 *5 (-737)) (-5 *1 (-861 *3 *4 *5 *2)) (-4 *2 (-886 *3 *5 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *1 (-100 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1090 *1)) (-5 *3 (-1094)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-27))))
+ ((*1 *1 *2) (-12 (-5 *2 (-889 *1)) (-4 *1 (-27))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1094)) (-4 *1 (-29 *3)) (-4 *3 (-13 (-791) (-519)))))
+ ((*1 *1 *1) (-12 (-4 *1 (-29 *2)) (-4 *2 (-13 (-791) (-519)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-592 *5) (-592 *5))) (-5 *4 (-525))
- (-5 *2 (-592 *5)) (-5 *1 (-625 *5)) (-4 *5 (-1020)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-305 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-488 *3 *4))
- (-14 *4 (-525)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-1024)) (-5 *3 (-716)) (-5 *1 (-51)))))
-(((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177))))
- ((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))))
-(((*1 *2)
- (-12 (-4 *3 (-13 (-789) (-517) (-968 (-525)))) (-5 *2 (-1179))
- (-5 *1 (-411 *3 *4)) (-4 *4 (-408 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1040 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *5 (-968 (-47)))
- (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-4 *5 (-408 *4))
- (-5 *2 (-396 (-1088 (-47)))) (-5 *1 (-413 *4 *5 *3))
- (-4 *3 (-1150 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-215 *3))))
- ((*1 *1) (-12 (-4 *1 (-215 *2)) (-4 *2 (-1020)))))
-(((*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *1)) (-4 *1 (-991 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))))
- ((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108))))
+ (-12 (-5 *3 (-1090 *2)) (-5 *4 (-1094)) (-4 *2 (-410 *5))
+ (-5 *1 (-31 *5 *2)) (-4 *5 (-13 (-791) (-519)))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *2 (-1090 *1)) (-5 *3 (-858)) (-4 *1 (-946))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-1090 *1)) (-5 *3 (-858)) (-5 *4 (-800))
+ (-4 *1 (-946))))
+ ((*1 *1 *2 *3)
+ (|partial| -12 (-5 *3 (-858)) (-4 *4 (-13 (-789) (-343)))
+ (-4 *1 (-995 *4 *2)) (-4 *2 (-1152 *4)))))
+(((*1 *1) (-5 *1 (-417))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-329)) (-5 *2 (-398 (-1090 (-1090 *4))))
+ (-5 *1 (-1129 *4)) (-5 *3 (-1090 (-1090 *4))))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-979))
+ (-5 *1 (-1079 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-527)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979))
+ (-14 *4 (-1094)) (-14 *5 *3))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-261))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022))))
((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1197 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-787)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-889 *5))) (-5 *4 (-594 (-1094))) (-4 *5 (-519))
+ (-5 *2 (-594 (-594 (-275 (-387 (-889 *5)))))) (-5 *1 (-714 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-519))
+ (-5 *2 (-594 (-594 (-275 (-387 (-889 *4)))))) (-5 *1 (-714 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-634 *7))
+ (-5 *5
+ (-1 (-2 (|:| |particular| (-3 *6 "failed")) (|:| -1878 (-594 *6)))
+ *7 *6))
+ (-4 *6 (-343)) (-4 *7 (-604 *6))
+ (-5 *2
+ (-2 (|:| |particular| (-3 (-1176 *6) "failed"))
+ (|:| -1878 (-594 (-1176 *6)))))
+ (-5 *1 (-757 *6 *7)) (-5 *4 (-1176 *6)))))
(((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-856)) (-5 *1 (-728)))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357)))
- (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179))
- (-5 *1 (-730))))
- ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
- (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357)))
- (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179))
- (-5 *1 (-730)))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))))
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1177)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-814 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1177)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-814 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1177)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-816 (-1 (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-207) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-819 (-1 (-207) (-207) (-207)))) (-5 *4 (-1017 (-359)))
+ (-5 *2 (-1178)) (-5 *1 (-236))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-275 *7)) (-5 *4 (-1094)) (-5 *5 (-594 (-244)))
+ (-4 *7 (-410 *6)) (-4 *6 (-13 (-519) (-791) (-970 (-527))))
+ (-5 *2 (-1177)) (-5 *1 (-237 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1177))
+ (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1015 (-359))) (-5 *2 (-1177)) (-5 *1 (-240 *3))
+ (-4 *3 (-13 (-569 (-503)) (-1022)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-814 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244)))
+ (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1177))
+ (-5 *1 (-240 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-814 *5)) (-5 *4 (-1015 (-359)))
+ (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1177))
+ (-5 *1 (-240 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-816 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244)))
+ (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178))
+ (-5 *1 (-240 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-816 *5)) (-5 *4 (-1015 (-359)))
+ (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178))
+ (-5 *1 (-240 *5))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244))) (-5 *2 (-1178))
+ (-5 *1 (-240 *3)) (-4 *3 (-13 (-569 (-503)) (-1022)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1015 (-359))) (-5 *2 (-1178)) (-5 *1 (-240 *3))
+ (-4 *3 (-13 (-569 (-503)) (-1022)))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-819 *6)) (-5 *4 (-1015 (-359))) (-5 *5 (-594 (-244)))
+ (-4 *6 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178))
+ (-5 *1 (-240 *6))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-819 *5)) (-5 *4 (-1015 (-359)))
+ (-4 *5 (-13 (-569 (-503)) (-1022))) (-5 *2 (-1178))
+ (-5 *1 (-240 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 (-207))) (-5 *2 (-1177)) (-5 *1 (-241))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-594 (-207))) (-5 *4 (-594 (-244))) (-5 *2 (-1177))
+ (-5 *1 (-241))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-880 (-207)))) (-5 *2 (-1177)) (-5 *1 (-241))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-880 (-207)))) (-5 *4 (-594 (-244)))
+ (-5 *2 (-1177)) (-5 *1 (-241))))
+ ((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-594 (-207))) (-5 *2 (-1178)) (-5 *1 (-241))))
+ ((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-594 (-207))) (-5 *4 (-594 (-244))) (-5 *2 (-1178))
+ (-5 *1 (-241)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934)))
- (-5 *1 (-163 *3)))))
+ (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *3 (-594 (-1 *4 (-594 *4)))) (-4 *4 (-1022))
+ (-5 *1 (-111 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1022))
+ (-5 *1 (-111 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-112)) (-5 *2 (-594 (-1 *4 (-594 *4))))
+ (-5 *1 (-111 *4)) (-4 *4 (-1022)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1090 (-387 (-527)))) (-5 *1 (-879)) (-5 *3 (-527)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4)
+ (-229 *4 (-387 (-527)))))
+ (-14 *4 (-594 (-1094))) (-14 *5 (-715)) (-5 *2 (-110))
+ (-5 *1 (-480 *4 *5)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-567 *6))) (-5 *4 (-1094)) (-5 *2 (-567 *6))
+ (-4 *6 (-410 *5)) (-4 *5 (-791)) (-5 *1 (-536 *5 *6)))))
+(((*1 *1 *1) (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)) (-4 *2 (-519))))
+ ((*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-112)) (-5 *3 (-594 *1)) (-4 *1 (-283))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-283)) (-5 *2 (-112))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-567 *3)) (-4 *3 (-791))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-112)) (-5 *3 (-594 *5)) (-5 *4 (-715)) (-4 *5 (-791))
+ (-5 *1 (-567 *5)))))
+(((*1 *2 *3 *3 *3)
+ (|partial| -12 (-4 *4 (-13 (-343) (-140) (-970 (-527))))
+ (-4 *5 (-1152 *4)) (-5 *2 (-594 (-387 *5))) (-5 *1 (-950 *4 *5))
+ (-5 *3 (-387 *5)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-307 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-527)) (-5 *1 (-490 *3 *4)) (-4 *3 (-1130)) (-14 *4 *2))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-110)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-244))))
+ ((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446))))
+ ((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-446)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))
- (-5 *1 (-921 *3 *4 *5 *6 *7))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-592 *7)) (-4 *7 (-996 *3 *4 *5 *6)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))
- (-5 *1 (-1027 *3 *4 *5 *6 *7)))))
-(((*1 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-525))) (-5 *1 (-904)))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979))
+ (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265)))
+ (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *6)) (-4 *1 (-886 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-715))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-715)))))
+(((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655)))))
(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-1092)) (-5 *1 (-501))))
+ (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-1094)) (-5 *1 (-503))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1092)) (-5 *1 (-647 *3)) (-4 *3 (-567 (-501)))))
+ (-12 (-5 *2 (-1094)) (-5 *1 (-649 *3)) (-4 *3 (-569 (-503)))))
((*1 *2 *3 *2 *2)
- (-12 (-5 *2 (-1092)) (-5 *1 (-647 *3)) (-4 *3 (-567 (-501)))))
+ (-12 (-5 *2 (-1094)) (-5 *1 (-649 *3)) (-4 *3 (-569 (-503)))))
((*1 *2 *3 *2 *2 *2)
- (-12 (-5 *2 (-1092)) (-5 *1 (-647 *3)) (-4 *3 (-567 (-501)))))
+ (-12 (-5 *2 (-1094)) (-5 *1 (-649 *3)) (-4 *3 (-569 (-503)))))
((*1 *2 *3 *2 *4)
- (-12 (-5 *4 (-592 (-1092))) (-5 *2 (-1092)) (-5 *1 (-647 *3))
- (-4 *3 (-567 (-501))))))
+ (-12 (-5 *4 (-594 (-1094))) (-5 *2 (-1094)) (-5 *1 (-649 *3))
+ (-4 *3 (-569 (-503))))))
+(((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1077)) (-5 *1 (-655)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-1041)) (-4 *4 (-329))
+ (-5 *1 (-497 *4)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-915 *2)) (-4 *2 (-979))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-311 *3)) (-4 *3 (-791)))))
+(((*1 *2 *1) (-12 (-4 *1 (-288)) (-5 *2 (-715)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-316 *5 *6 *7 *8)) (-4 *5 (-410 *4))
+ (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6)))
+ (-4 *8 (-322 *5 *6 *7)) (-4 *4 (-13 (-791) (-519) (-970 (-527))))
+ (-5 *2 (-2 (|:| -2050 (-715)) (|:| -2583 *8)))
+ (-5 *1 (-848 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-316 (-387 (-527)) *4 *5 *6))
+ (-4 *4 (-1152 (-387 (-527)))) (-4 *5 (-1152 (-387 *4)))
+ (-4 *6 (-322 (-387 (-527)) *4 *5))
+ (-5 *2 (-2 (|:| -2050 (-715)) (|:| -2583 *6)))
+ (-5 *1 (-849 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-207))) (-5 *2 (-1176 (-643))) (-5 *1 (-286)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-51)))))
+(((*1 *1 *1) (-4 *1 (-136)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-1032)) (-5 *3 (-527)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-310)))))
(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1090 *2)) (-4 *2 (-886 (-387 (-889 *6)) *5 *4))
+ (-5 *1 (-677 *5 *4 *6 *2)) (-4 *5 (-737))
+ (-4 *4 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $)))))
+ (-4 *6 (-519)))))
+(((*1 *2 *1)
(-12
(-5 *2
- (-477 (-385 (-525)) (-220 *4 (-713)) (-800 *3)
- (-227 *3 (-385 (-525)))))
- (-14 *3 (-592 (-1092))) (-14 *4 (-713)) (-5 *1 (-478 *3 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-110)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *2)) (-4 *2 (-160))))
- ((*1 *2) (-12 (-4 *2 (-160)) (-5 *1 (-394 *3 *2)) (-4 *3 (-395 *2))))
- ((*1 *2) (-12 (-4 *1 (-395 *2)) (-4 *2 (-160)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-977))
- (-5 *1 (-1077 *4))))
- ((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-525)) (-5 *1 (-1166 *3 *4 *5)) (-4 *3 (-977))
- (-14 *4 (-1092)) (-14 *5 *3))))
-(((*1 *1 *1) (-4 *1 (-1061))))
-(((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-135)))))
+ (-594
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *3)
+ (|:| |xpnt| (-527)))))
+ (-5 *1 (-398 *3)) (-4 *3 (-519))))
+ ((*1 *2 *3 *4 *4 *4)
+ (-12 (-5 *4 (-715)) (-4 *3 (-329)) (-4 *5 (-1152 *3))
+ (-5 *2 (-594 (-1090 *3))) (-5 *1 (-473 *3 *5 *6))
+ (-4 *6 (-1152 *5)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-925 *2)) (-4 *2 (-517)) (-5 *1 (-133 *2 *4 *3))
- (-4 *3 (-351 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-925 *2)) (-4 *2 (-517)) (-5 *1 (-476 *2 *4 *5 *3))
- (-4 *5 (-351 *2)) (-4 *3 (-351 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-632 *4)) (-4 *4 (-925 *2)) (-4 *2 (-517))
- (-5 *1 (-635 *2 *4))))
+ (-12 (-5 *3 (-1 *6 *4)) (-4 *4 (-1022)) (-4 *6 (-1022))
+ (-5 *2 (-1 *6 *4 *5)) (-5 *1 (-629 *4 *5 *6)) (-4 *5 (-1022)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-226 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-880 *5)) (-5 *3 (-715)) (-4 *5 (-979))
+ (-5 *1 (-1083 *4 *5)) (-14 *4 (-858)))))
+(((*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-811)) (-5 *3 (-594 (-244))) (-5 *1 (-242)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-567 *3)) (-4 *3 (-13 (-410 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-544 *3)) (-5 *1 (-529 *5 *3 *6)) (-4 *6 (-1022)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-1053 *4 *2))
+ (-4 *2 (-13 (-560 (-527) *4) (-10 -7 (-6 -4261) (-6 -4262))))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-791)) (-4 *3 (-1130)) (-5 *1 (-1053 *3 *2))
+ (-4 *2 (-13 (-560 (-527) *3) (-10 -7 (-6 -4261) (-6 -4262)))))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-5 *1 (-663 *2)) (-4 *2 (-343)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094))
+ (-14 *4 *2))))
+(((*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162))))
((*1 *2 *3)
- (-12 (-4 *4 (-925 *2)) (-4 *2 (-517)) (-5 *1 (-1143 *2 *4 *3))
- (-4 *3 (-1150 *4)))))
+ (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-527)) (-4 *1 (-599 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-599 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1149 *4 *5)) (-5 *3 (-594 *5)) (-14 *4 (-1094))
+ (-4 *5 (-343)) (-5 *1 (-860 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *5)) (-4 *5 (-343)) (-5 *2 (-1090 *5))
+ (-5 *1 (-860 *4 *5)) (-14 *4 (-1094))))
+ ((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-594 *6)) (-5 *4 (-715)) (-4 *6 (-343))
+ (-5 *2 (-387 (-889 *6))) (-5 *1 (-980 *5 *6)) (-14 *5 (-1094)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *2 *2)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))))
+(((*1 *2 *2 *1)
+ (-12 (-5 *2 (-594 *6)) (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))
+ (-4 *3 (-519)))))
+(((*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 (-634 (-207))) (-5 *6 (-110)) (-5 *7 (-634 (-527)))
+ (-5 *8 (-3 (|:| |fn| (-368)) (|:| |fp| (-63 QPHESS))))
+ (-5 *3 (-527)) (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-698)))))
(((*1 *2 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128))
- (-5 *2 (-592 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-680 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *3) (-12 (-5 *2 (-357)) (-5 *1 (-727 *3)) (-4 *3 (-567 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-5 *2 (-357)) (-5 *1 (-727 *3))
- (-4 *3 (-567 *2))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 *2))
- (-5 *2 (-357)) (-5 *1 (-727 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977))
- (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022))
+ (-5 *2 (-2 (|:| |k| *4) (|:| |c| *3))))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-89 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3))
+ (-4 *3 (-1152 (-159 *2))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-911 *4 *5 *6 *3)) (-4 *4 (-979)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))))))
+(((*1 *2 *3 *4 *4 *3 *3 *5)
+ (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-1090 *3))
+ (-4 *3 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3)))
+ (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022))))
+ ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-387 (-1090 *3)))
+ (-4 *3 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3)))
+ (-5 *1 (-523 *6 *3 *7)) (-4 *7 (-1022)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-512))
+ (-5 *2 (-387 (-527)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-398 *3)) (-4 *3 (-512))
+ (-4 *3 (-519))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-512)) (-5 *2 (-387 (-527)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-741 *3)) (-4 *3 (-162)) (-4 *3 (-512))
+ (-5 *2 (-387 (-527)))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-777 *3)) (-4 *3 (-512))
+ (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-784 *3)) (-4 *3 (-512))
+ (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-931 *3)) (-4 *3 (-162)) (-4 *3 (-512))
+ (-5 *2 (-387 (-527)))))
((*1 *2 *3)
- (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-4 *4 (-567 *2))
- (-5 *2 (-357)) (-5 *1 (-727 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5))))
+ (|partial| -12 (-5 *2 (-387 (-527))) (-5 *1 (-942 *3))
+ (-4 *3 (-970 *2)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-288))
+ (-5 *1 (-853 *3 *4 *5 *2)) (-4 *2 (-886 *5 *3 *4))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1090 *6)) (-4 *6 (-886 *5 *3 *4)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *5 (-288)) (-5 *1 (-853 *3 *4 *5 *6))))
((*1 *2 *3)
- (-12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789))
- (-4 *4 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789))
- (-4 *5 (-567 *2)) (-5 *2 (-357)) (-5 *1 (-727 *5)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
- (-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *6 *4 *5))
+ (-5 *1 (-853 *4 *5 *6 *2)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *6 (-288)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-632 *4))) (-4 *4 (-160))
- (-5 *2 (-1174 (-632 (-887 *4)))) (-5 *1 (-171 *4)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1165 *4)) (-5 *1 (-1167 *4 *2))
- (-4 *4 (-37 (-385 (-525)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-728)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-429)) (-4 *4 (-762))
- (-14 *5 (-1092)) (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3 *3 *1)
- (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-1024)) (-5 *1 (-270)))))
+ (-12 (-4 *4 (-791)) (-5 *2 (-594 (-594 *4))) (-5 *1 (-1102 *4))
+ (-5 *3 (-594 *4)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-637 *3)) (-4 *3 (-1020))
- (-5 *2 (-592 (-2 (|:| -3448 *3) (|:| -4002 (-713))))))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-160)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)) (-5 *1 (-631 *4 *5 *6 *2))
- (-4 *2 (-630 *4 *5 *6)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3))
- (-4 *3 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-517)) (-4 *2 (-977))))
+ (-12
+ (-5 *2
+ (-594
+ (-594
+ (-3 (|:| -2365 (-1094))
+ (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527))))))))))
+ (-5 *1 (-1098)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-527)) (-4 *1 (-1016 *3)) (-4 *3 (-1130)))))
+(((*1 *1 *1 *1) (-4 *1 (-136)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517))))
- ((*1 *2 *3 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *1))))
- (-4 *1 (-996 *4 *5 *6 *3)))))
-(((*1 *2 *3 *3 *4 *5 *5 *5 *4 *4 *4 *3 *4 *4 *6)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-205))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN)))) (-5 *2 (-966))
- (-5 *1 (-692)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-1176 *4)) (-4 *4 (-590 (-527)))
+ (-5 *2 (-1176 (-527))) (-5 *1 (-1201 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-3 (-110) "failed")) (-4 *3 (-431)) (-4 *4 (-791))
+ (-4 *5 (-737)) (-5 *1 (-922 *3 *4 *5 *6)) (-4 *6 (-886 *3 *5 *4)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-292)) (-5 *1 (-773)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-560 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1022))
+ (-4 *2 (-791)))))
+(((*1 *2 *1) (-12 (-4 *3 (-979)) (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1008 *3)) (-4 *3 (-129)))))
+(((*1 *2 *2 *3 *3 *4)
+ (-12 (-5 *4 (-715)) (-4 *3 (-519)) (-5 *1 (-905 *3 *2))
+ (-4 *2 (-1152 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-519)) (-4 *3 (-162)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2))
+ (-4 *2 (-632 *3 *4 *5)))))
+(((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-343)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3))
+ (-5 *1 (-494 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-519)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4))
+ (-4 *7 (-927 *4)) (-4 *2 (-632 *7 *8 *9))
+ (-5 *1 (-495 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-632 *4 *5 *6))
+ (-4 *8 (-353 *7)) (-4 *9 (-353 *7))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979))
+ (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (-4 *2 (-343))))
+ ((*1 *2 *2)
+ (|partial| -12 (-4 *3 (-343)) (-4 *3 (-162)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2))
+ (-4 *2 (-632 *3 *4 *5))))
+ ((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-634 *2)) (-4 *2 (-343)) (-4 *2 (-979))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1044 *2 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-220 *2 *3)) (-4 *5 (-220 *2 *3)) (-4 *3 (-343))))
+ ((*1 *2 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-791)) (-5 *1 (-1102 *3)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-715)) (-4 *5 (-519))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-905 *5 *3)) (-4 *3 (-1152 *5)))))
+(((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-1176 *5)) (-5 *3 (-715)) (-5 *4 (-1041)) (-4 *5 (-329))
+ (-5 *1 (-497 *5)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-889 *6))) (-5 *4 (-594 (-1094))) (-4 *6 (-431))
+ (-5 *2 (-594 (-594 *7))) (-5 *1 (-505 *6 *7 *5)) (-4 *7 (-343))
+ (-4 *5 (-13 (-343) (-789))))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-286)) (-5 *1 (-432 *3 *2)) (-4 *2 (-1150 *3))))
+ (-12 (-5 *2 (-634 *4)) (-5 *3 (-858)) (|has| *4 (-6 (-4263 "*")))
+ (-4 *4 (-979)) (-5 *1 (-961 *4))))
((*1 *2 *2 *3)
- (-12 (-4 *3 (-286)) (-5 *1 (-437 *3 *2)) (-4 *2 (-1150 *3))))
- ((*1 *2 *2 *3)
- (-12 (-4 *3 (-286)) (-14 *4 *3) (-14 *5 (-1 *3 *3 (-713)))
- (-5 *1 (-504 *3 *2 *4 *5)) (-4 *2 (-1150 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-157 *4)) (-5 *1 (-167 *4 *3))
- (-4 *4 (-13 (-341) (-787))) (-4 *3 (-1150 *2)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-525))) (-4 *3 (-977)) (-5 *1 (-550 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-525))) (-4 *1 (-1134 *3)) (-4 *3 (-977))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 (-525))) (-4 *1 (-1165 *3)) (-4 *3 (-977)))))
-(((*1 *1) (-5 *1 (-520))))
+ (-12 (-5 *2 (-594 (-634 *4))) (-5 *3 (-858))
+ (|has| *4 (-6 (-4263 "*"))) (-4 *4 (-979)) (-5 *1 (-961 *4)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3))
+ (-4 *3 (-1022)))))
+(((*1 *2 *2) (-12 (-5 *2 (-296 (-207))) (-5 *1 (-194)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7)) (-5 *2 (-594 *4))
+ (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-159 (-207))) (-5 *4 (-527)) (-5 *2 (-968))
+ (-5 *1 (-703)))))
+(((*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-207)) (-5 *1 (-286)))))
+(((*1 *2 *3 *2)
+ (-12 (-4 *1 (-731)) (-5 *2 (-968))
+ (-5 *3
+ (-2 (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-594 (-1017 (-784 (-207))))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))))
+ ((*1 *2 *3 *2)
+ (-12 (-4 *1 (-731)) (-5 *2 (-968))
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207)))))))
+(((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1131 *3)) (-4 *3 (-1022)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3))
- (-4 *3 (-395 *4)))))
-(((*1 *2 *3 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-691)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-597 *3)) (-4 *3 (-1128))))
- ((*1 *1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-597 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-958 *5 *6 *7 *8))) (-5 *1 (-958 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-108)) (-4 *8 (-991 *5 *6 *7))
- (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-1063 *5 *6 *7 *8))) (-5 *1 (-1063 *5 *6 *7 *8)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-162))) (-5 *1 (-1007)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-840 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
+ (-12 (|has| *2 (-6 (-4263 "*"))) (-4 *5 (-353 *2)) (-4 *6 (-353 *2))
+ (-4 *2 (-979)) (-5 *1 (-101 *2 *3 *4 *5 *6)) (-4 *3 (-1152 *2))
+ (-4 *4 (-632 *2 *5 *6)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-735)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *6 (-789))
- (-5 *2 (-108)) (-5 *1 (-426 *4 *5 *6 *7)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3))
- (-4 *3 (-395 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-60 *3)) (-14 *3 (-1092))))
- ((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-67 *3)) (-14 *3 (-1092))))
- ((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-70 *3)) (-14 *3 (-1092))))
- ((*1 *2 *1) (-12 (-4 *1 (-373)) (-5 *2 (-1179))))
- ((*1 *2 *3) (-12 (-5 *3 (-366)) (-5 *2 (-1179)) (-5 *1 (-375))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055))))
- ((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-798))) (-5 *2 (-1179)) (-5 *1 (-1055)))))
+ (|partial| -12 (-5 *3 (-634 *1)) (-4 *1 (-329)) (-5 *2 (-1176 *1))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-634 *1)) (-4 *1 (-138)) (-4 *1 (-846))
+ (-5 *2 (-1176 *1)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *4 (-343)) (-5 *2 (-594 (-1075 *4))) (-5 *1 (-266 *4 *5))
+ (-5 *3 (-1075 *4)) (-4 *5 (-1167 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))))
+(((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 (-1094))) (-4 *4 (-1022))
+ (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4))))
+ (-5 *1 (-53 *4 *5 *2))
+ (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-594 (-715))) (-5 *1 (-905 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-702)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-343)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3))
+ (-5 *1 (-494 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-2 (|:| |totdeg| (-715)) (|:| -1233 *4))) (-5 *5 (-715))
+ (-4 *4 (-886 *6 *7 *8)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-5 *2
+ (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
+ (|:| |polj| *4)))
+ (-5 *1 (-428 *6 *7 *8 *4)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-100 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-138))) (-5 *1 (-502 *3 *2))
- (-4 *2 (-1165 *3))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-4 *4 (-1150 *3))
- (-4 *5 (-667 *3 *4)) (-5 *1 (-506 *3 *4 *5 *2)) (-4 *2 (-1165 *5))))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-346) (-567 (-525)))) (-5 *1 (-507 *3 *2))
- (-4 *2 (-1165 *3))))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-13 (-517) (-138)))
- (-5 *1 (-1069 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039))))))
- (-4 *4 (-327)) (-5 *2 (-1179)) (-5 *1 (-495 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-525)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-341)) (-4 *1 (-307 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-1150 *4)) (-4 *4 (-1132))
- (-4 *1 (-320 *4 *3 *5)) (-4 *5 (-1150 (-385 *3)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-1174 *1)) (-4 *4 (-160))
- (-4 *1 (-345 *4))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-1174 *1)) (-4 *4 (-160))
- (-4 *1 (-348 *4 *5)) (-4 *5 (-1150 *4))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-387 *3 *4))
- (-4 *4 (-1150 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-395 *3)))))
-(((*1 *1) (-5 *1 (-1175))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-1014 *3)) (-4 *3 (-1128)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-909 *3 *4 *2 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-991 *3 *4 *2)) (-4 *2 (-789))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-840 *3))) (-4 *3 (-1020)) (-5 *1 (-839 *3)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-369)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *3)) (-4 *3 (-1029 *5 *6 *7 *8))
- (-4 *5 (-13 (-286) (-138))) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *8 (-991 *5 *6 *7)) (-5 *2 (-108))
- (-5 *1 (-547 *5 *6 *7 *8 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *1)
- (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713))
- (-4 *4 (-160)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938))))
- ((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2 *3) (-12 (-5 *3 (-904)) (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *1) (-5 *1 (-135))) ((*1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-108)) (-5 *1 (-771)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-763)))))
-(((*1 *2 *3) (-12 (-5 *3 (-366)) (-5 *2 (-1179)) (-5 *1 (-369))))
- ((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-369)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))
- (-5 *2 (-592 (-2 (|:| -2682 *1) (|:| -2046 (-592 *7)))))
- (-5 *3 (-592 *7)) (-4 *1 (-1122 *4 *5 *6 *7)))))
-(((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |mval| (-632 *3)) (|:| |invmval| (-632 *3))
- (|:| |genIdeal| (-477 *3 *4 *5 *6))))
- (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))))
-(((*1 *1 *1)
- (|partial| -12 (-5 *1 (-1058 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33))))))
-(((*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3 *4 *4 *5 *3 *6)
- (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-592 *3)) (-5 *6 (-1088 *3))
- (-4 *3 (-13 (-408 *7) (-27) (-1114)))
- (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-521 *7 *3 *8)) (-4 *8 (-1020))))
- ((*1 *2 *3 *4 *4 *5 *4 *3 *6)
- (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-592 *3))
- (-5 *6 (-385 (-1088 *3))) (-4 *3 (-13 (-408 *7) (-27) (-1114)))
- (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-521 *7 *3 *8)) (-4 *8 (-1020)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-132))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-135)))))
-(((*1 *2 *3 *3 *3 *4 *4 *5 *5 *5 *3 *5 *5 *3 *6 *3 *3 *3)
- (-12 (-5 *5 (-632 (-205))) (-5 *6 (-632 (-525))) (-5 *3 (-525))
- (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-695)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1006 *3)) (-4 *3 (-127)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-877)) (-5 *3 (-525)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-977))
- (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263)))
- (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-913 *2)) (-4 *2 (-977))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-878 (-205))) (-5 *1 (-1125))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-977)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-1030)) (-5 *3 (-525)))))
-(((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-357)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 (-415)))))
- (-5 *1 (-1096)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-543 *3)) (-4 *3 (-510)))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-517)) (-4 *2 (-160)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *1 *1 *1) (-4 *1 (-281))) ((*1 *1 *1) (-4 *1 (-281))))
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178))))
+ ((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 (-1073 *7))) (-4 *6 (-789))
- (-4 *7 (-884 *5 (-497 *6) *6)) (-4 *5 (-977))
- (-5 *2 (-1 (-1073 *7) *7)) (-5 *1 (-1045 *5 *6 *7)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
+ (-12 (-5 *3 (-594 (-634 *5))) (-5 *4 (-1176 *5)) (-4 *5 (-288))
+ (-4 *5 (-979)) (-5 *2 (-634 *5)) (-5 *1 (-962 *5)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-108) *2)) (-4 *2 (-127)) (-5 *1 (-1006 *2))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-525) *2 *2)) (-4 *2 (-127)) (-5 *1 (-1006 *2)))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| -2772 (-724 *3)) (|:| |coef1| (-724 *3))
- (|:| |coef2| (-724 *3))))
- (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-2 (|:| -2772 *1) (|:| |coef1| *1) (|:| |coef2| *1)))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-213)) (-4 *3 (-977)) (-4 *4 (-789)) (-4 *5 (-245 *4))
- (-4 *6 (-735)) (-5 *2 (-1 *1 (-713))) (-4 *1 (-232 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-977)) (-4 *3 (-789)) (-4 *5 (-245 *3)) (-4 *6 (-735))
- (-5 *2 (-1 *1 (-713))) (-4 *1 (-232 *4 *3 *5 *6))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-245 *2)) (-4 *2 (-789)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-301 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-126)))))
+ (-12 (-4 *3 (-519)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3))
+ (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *2 (-162)) (-5 *1 (-270 *2 *3 *4 *5 *6 *7))
+ (-4 *3 (-1152 *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 (-656 *2 *3 *4 *5 *6)) (-4 *2 (-162))
+ (-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 (-660 *2 *3 *4 *5 *6)) (-4 *2 (-162))
+ (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
+ (-14 *5 (-1 (-3 *3 "failed") *3 *3))
+ (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1) (-4 *1 (-263)))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1) (-4 *1 (-265)))
((*1 *2 *3)
- (-12 (-5 *3 (-396 *4)) (-4 *4 (-517))
- (-5 *2 (-592 (-2 (|:| -2681 (-713)) (|:| |logand| *4))))
- (-5 *1 (-298 *4))))
+ (-12 (-5 *3 (-398 *4)) (-4 *4 (-519))
+ (-5 *2 (-594 (-2 (|:| -2663 (-715)) (|:| |logand| *4))))
+ (-5 *1 (-300 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
((*1 *2 *1)
- (-12 (-5 *2 (-610 *3 *4)) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856))))
+ (-12 (-5 *2 (-612 *3 *4)) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-13 (-977) (-660 (-385 (-525)))))
- (-4 *5 (-789)) (-5 *1 (-1188 *4 *5 *2)) (-4 *2 (-1193 *5 *4))))
+ (-12 (-5 *3 (-715)) (-4 *4 (-13 (-979) (-662 (-387 (-527)))))
+ (-4 *5 (-791)) (-5 *1 (-1190 *4 *5 *2)) (-4 *2 (-1195 *5 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-1192 *3 *4))
- (-4 *4 (-660 (-385 (-525)))) (-4 *3 (-789)) (-4 *4 (-160)))))
-(((*1 *1 *1 *1) (-5 *1 (-108))) ((*1 *1 *1 *1) (-4 *1 (-119)))
- ((*1 *1 *1 *1) (-5 *1 (-1039))))
-(((*1 *2 *1) (-12 (-4 *1 (-281)) (-5 *2 (-592 (-110))))))
-(((*1 *2 *3) (-12 (-5 *3 (-592 *2)) (-5 *1 (-1103 *2)) (-4 *2 (-341)))))
-(((*1 *2 *2 *3 *4 *4)
- (-12 (-5 *4 (-525)) (-4 *3 (-160)) (-4 *5 (-351 *3))
- (-4 *6 (-351 *3)) (-5 *1 (-631 *3 *5 *6 *2))
- (-4 *2 (-630 *3 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-256 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-256 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *1 *1) (-5 *1 (-357)))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-718 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-205)) (-5 *3 (-713)) (-5 *1 (-206))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-1194 *3 *4))
+ (-4 *4 (-662 (-387 (-527)))) (-4 *3 (-791)) (-4 *4 (-162)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1099)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-634 (-296 (-207))))
+ (-5 *2
+ (-2 (|:| |stiffnessFactor| (-359)) (|:| |stabilityFactor| (-359))))
+ (-5 *1 (-189)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *2)) (-5 *1 (-168 *2)) (-4 *2 (-288))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-157 (-205))) (-5 *3 (-713)) (-5 *1 (-206))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1056))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-800 *5))) (-14 *5 (-592 (-1092))) (-4 *6 (-429))
- (-5 *2 (-592 (-592 (-227 *5 *6)))) (-5 *1 (-448 *5 *6 *7))
- (-5 *3 (-592 (-227 *5 *6))) (-4 *7 (-429)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *2) (-12 (-5 *2 (-856)) (|has| *1 (-6 -4250)) (-4 *1 (-382))))
- ((*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856))))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641))))
- ((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-641)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1097)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))))
-(((*1 *2 *2 *2 *2 *3)
- (-12 (-4 *3 (-517)) (-5 *1 (-903 *3 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *2 *1 *1) (-12 (-5 *2 (-525)) (-5 *1 (-357)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 (-1185 *4 *5 *6 *7)))
- (-5 *1 (-1185 *4 *5 *6 *7))))
+ (-12 (-5 *3 (-594 (-594 *4))) (-5 *2 (-594 *4)) (-4 *4 (-288))
+ (-5 *1 (-168 *4))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 *9)) (-5 *4 (-1 (-108) *9 *9))
- (-5 *5 (-1 *9 *9 *9)) (-4 *9 (-991 *6 *7 *8)) (-4 *6 (-517))
- (-4 *7 (-735)) (-4 *8 (-789)) (-5 *2 (-592 (-1185 *6 *7 *8 *9)))
- (-5 *1 (-1185 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-594 *8))
+ (-5 *4
+ (-594
+ (-2 (|:| -1878 (-634 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-634 *7)))))
+ (-5 *5 (-715)) (-4 *8 (-1152 *7)) (-4 *7 (-1152 *6)) (-4 *6 (-329))
+ (-5 *2
+ (-2 (|:| -1878 (-634 *7)) (|:| |basisDen| *7)
+ (|:| |basisInv| (-634 *7))))
+ (-5 *1 (-473 *6 *7 *8))))
+ ((*1 *2 *2 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-519)) (-4 *3 (-162))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -1878 (-594 *1))))
+ (-4 *1 (-347 *3))))
+ ((*1 *2)
+ (|partial| -12
+ (-5 *2
+ (-2 (|:| |particular| (-432 *3 *4 *5 *6))
+ (|:| -1878 (-594 (-432 *3 *4 *5 *6)))))
+ (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-4 *3 (-519))
+ (-5 *2 (-1090 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *4)) (-5 *1 (-626 *4 *3)) (-4 *4 (-1020))
- (-4 *3 (-1020)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-713)) (-5 *2 (-108))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-108)) (-5 *1 (-1129 *3)) (-4 *3 (-789))
- (-4 *3 (-1020)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))))
-(((*1 *1 *1 *1) (-4 *1 (-901))))
+ (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329))
+ (-4 *2
+ (-13 (-382)
+ (-10 -7 (-15 -4118 (*2 *4)) (-15 -1989 ((-858) *2))
+ (-15 -1878 ((-1176 *2) (-858))) (-15 -1425 (*2 *2)))))
+ (-5 *1 (-336 *2 *4)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-107)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 (-527))) (-4 *3 (-979)) (-5 *1 (-96 *3))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-96 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-96 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3))
+ (-4 *3 (-397 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *4)) (-4 *4 (-1020)) (-4 *5 (-1020))
- (-5 *2 (-1 *5)) (-5 *1 (-626 *4 *5)))))
-(((*1 *2 *2) (-12 (-5 *2 (-592 (-294 (-205)))) (-5 *1 (-246)))))
-(((*1 *2 *3 *2) (-12 (-5 *2 (-1075)) (-5 *3 (-525)) (-5 *1 (-221)))))
+ (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
+ (-5 *1 (-650 *3 *4)) (-4 *3 (-1130)) (-4 *4 (-1130)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *6))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5))))
+ (|partial| -12 (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737))
+ (-5 *2 (-110)) (-5 *1 (-922 *3 *4 *5 *6))
+ (-4 *6 (-886 *3 *5 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-839 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))))
-(((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-335 *3)) (-4 *3 (-327)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1073 (-385 *3))) (-5 *1 (-161 *3)) (-4 *3 (-286)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-632 (-294 (-205)))) (-5 *2 (-357)) (-5 *1 (-187)))))
-(((*1 *1 *1) (-4 *1 (-33))) ((*1 *1 *1) (-5 *1 (-110)))
- ((*1 *1 *1) (-5 *1 (-159))) ((*1 *1 *1) (-4 *1 (-510)))
- ((*1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
((*1 *1 *1)
- (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33))))))
+ (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094))
+ (-14 *4 *2))))
+(((*1 *1 *1) (-5 *1 (-207))) ((*1 *1 *1) (-5 *1 (-359)))
+ ((*1 *1) (-5 *1 (-359))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-979))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-3 (-387 (-889 *5)) (-1084 (-1094) (-889 *5))))
+ (-4 *5 (-431)) (-5 *2 (-594 (-634 (-387 (-889 *5)))))
+ (-5 *1 (-273 *5)) (-5 *4 (-634 (-387 (-889 *5)))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -1897 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *3 *2 *4)
+ (-12 (-5 *3 (-634 *2)) (-5 *4 (-527))
+ (-4 *2 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *5 (-1152 *2)) (-5 *1 (-474 *2 *5 *6)) (-4 *6 (-389 *2 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-25)) (-4 *3 (-789))
- (-5 *2 (-2 (|:| -2681 (-525)) (|:| |var| (-565 *1))))
- (-4 *1 (-408 *3)))))
-(((*1 *2 *3 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205))
- (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205))
- (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))
- (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205))
- (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205))
- (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))
- (-5 *1 (-242))))
- ((*1 *2 *1 *3 *3 *3)
- (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176))))
- ((*1 *2 *1 *3 *3 *4 *4 *4)
- (-12 (-5 *3 (-525)) (-5 *4 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176))))
- ((*1 *2 *1 *3)
- (-12
- (-5 *3
- (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205))
- (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205))
- (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))
- (-5 *2 (-1179)) (-5 *1 (-1176))))
- ((*1 *2 *1)
- (-12
- (-5 *2
- (-2 (|:| |theta| (-205)) (|:| |phi| (-205)) (|:| -2201 (-205))
- (|:| |scaleX| (-205)) (|:| |scaleY| (-205)) (|:| |scaleZ| (-205))
- (|:| |deltaX| (-205)) (|:| |deltaY| (-205))))
- (-5 *1 (-1176))))
- ((*1 *2 *1 *3 *3 *3 *3 *3)
- (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-602 *3)) (-4 *3 (-977)) (-4 *3 (-341))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-713)) (-5 *4 (-1 *5 *5)) (-4 *5 (-341))
- (-5 *1 (-605 *5 *2)) (-4 *2 (-602 *5)))))
+ (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162))
+ (-14 *6
+ (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *2))
+ (-2 (|:| -1720 *5) (|:| -3148 *2))))
+ (-4 *2 (-220 (-2809 *3) (-715))) (-5 *1 (-440 *3 *4 *5 *2 *6 *7))
+ (-4 *5 (-791)) (-4 *7 (-886 *4 *2 (-802 *3))))))
+(((*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-207)) (-5 *1 (-286)))))
+(((*1 *1 *1) (-5 *1 (-991))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *2 (-594 (-594 (-527))))
+ (-5 *1 (-861 *4 *5 *6 *7)) (-5 *3 (-527)) (-4 *7 (-886 *4 *6 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-798))))
- ((*1 *1 *1) (-5 *1 (-798))))
+ (|partial| -12 (-4 *4 (-13 (-519) (-140)))
+ (-5 *2 (-2 (|:| -3458 *3) (|:| -3471 *3))) (-5 *1 (-1146 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-698)))))
+(((*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-4 *1 (-33))) ((*1 *1 *1) (-5 *1 (-112)))
+ ((*1 *1 *1) (-5 *1 (-161))) ((*1 *1 *1) (-4 *1 (-512)))
+ ((*1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-385 (-887 (-525)))))
- (-5 *2 (-592 (-592 (-273 (-887 *4))))) (-5 *1 (-358 *4))
- (-4 *4 (-13 (-787) (-341)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-273 (-385 (-887 (-525))))))
- (-5 *2 (-592 (-592 (-273 (-887 *4))))) (-5 *1 (-358 *4))
- (-4 *4 (-13 (-787) (-341)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 (-525)))) (-5 *2 (-592 (-273 (-887 *4))))
- (-5 *1 (-358 *4)) (-4 *4 (-13 (-787) (-341)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-273 (-385 (-887 (-525)))))
- (-5 *2 (-592 (-273 (-887 *4)))) (-5 *1 (-358 *4))
- (-4 *4 (-13 (-787) (-341)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1092))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-4 *4 (-13 (-29 *6) (-1114) (-893)))
- (-5 *2 (-2 (|:| |particular| *4) (|:| -2103 (-592 *4))))
- (-5 *1 (-598 *6 *4 *3)) (-4 *3 (-602 *4))))
- ((*1 *2 *3 *2 *4 *2 *5)
- (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-592 *2))
- (-4 *2 (-13 (-29 *6) (-1114) (-893)))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *1 (-598 *6 *2 *3)) (-4 *3 (-602 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *5)) (-4 *5 (-341))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1174 *5) "failed"))
- (|:| -2103 (-592 (-1174 *5)))))
- (-5 *1 (-613 *5)) (-5 *4 (-1174 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-592 *5))) (-4 *5 (-341))
- (-5 *2
- (-2 (|:| |particular| (-3 (-1174 *5) "failed"))
- (|:| -2103 (-592 (-1174 *5)))))
- (-5 *1 (-613 *5)) (-5 *4 (-1174 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *5)) (-4 *5 (-341))
- (-5 *2
- (-592
- (-2 (|:| |particular| (-3 (-1174 *5) "failed"))
- (|:| -2103 (-592 (-1174 *5))))))
- (-5 *1 (-613 *5)) (-5 *4 (-592 (-1174 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-592 *5))) (-4 *5 (-341))
- (-5 *2
- (-592
- (-2 (|:| |particular| (-3 (-1174 *5) "failed"))
- (|:| -2103 (-592 (-1174 *5))))))
- (-5 *1 (-613 *5)) (-5 *4 (-592 (-1174 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260))))
- (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4260))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-614 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260))))
- (-4 *7 (-13 (-351 *5) (-10 -7 (-6 -4260))))
- (-5 *2
- (-592
- (-2 (|:| |particular| (-3 *7 "failed")) (|:| -2103 (-592 *7)))))
- (-5 *1 (-614 *5 *6 *7 *3)) (-5 *4 (-592 *7))
- (-4 *3 (-630 *5 *6 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-592 (-1092))) (-4 *5 (-517))
- (-5 *2 (-592 (-592 (-273 (-385 (-887 *5)))))) (-5 *1 (-712 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-517))
- (-5 *2 (-592 (-592 (-273 (-385 (-887 *4)))))) (-5 *1 (-712 *4))))
- ((*1 *2 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-110)) (-5 *4 (-1092))
- (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *1 (-714 *5 *2)) (-4 *2 (-13 (-29 *5) (-1114) (-893)))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-632 *7)) (-5 *5 (-1092))
- (-4 *7 (-13 (-29 *6) (-1114) (-893)))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
+ (-12 (-4 *5 (-343)) (-4 *7 (-1152 *5)) (-4 *4 (-669 *5 *7))
+ (-5 *2 (-2 (|:| -1837 (-634 *6)) (|:| |vec| (-1176 *5))))
+ (-5 *1 (-755 *5 *6 *7 *4 *3)) (-4 *6 (-604 *5)) (-4 *3 (-604 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-800))))
+ ((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-898)))))
+(((*1 *1 *1) (-5 *1 (-991))))
+(((*1 *2)
+ (|partial| -12 (-4 *3 (-519)) (-4 *3 (-162))
+ (-5 *2 (-2 (|:| |particular| *1) (|:| -1878 (-594 *1))))
+ (-4 *1 (-347 *3))))
+ ((*1 *2)
+ (|partial| -12
(-5 *2
- (-2 (|:| |particular| (-1174 *7)) (|:| -2103 (-592 (-1174 *7)))))
- (-5 *1 (-744 *6 *7)) (-5 *4 (-1174 *7))))
+ (-2 (|:| |particular| (-432 *3 *4 *5 *6))
+ (|:| -1878 (-594 (-432 *3 *4 *5 *6)))))
+ (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5)) (-4 *5 (-1022)) (-5 *2 (-1 *5 *4))
+ (-5 *1 (-628 *4 *5)) (-4 *4 (-1022))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-791)) (-5 *1 (-866 *3 *2)) (-4 *2 (-410 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1094)) (-5 *2 (-296 (-527))) (-5 *1 (-867))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-791)) (-4 *2 (-979))))
+ ((*1 *2 *1) (-12 (-4 *2 (-979)) (-5 *1 (-1197 *2 *3)) (-4 *3 (-787)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1041)) (-5 *1 (-784 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *3) (-12 (-5 *3 (-782)) (-5 *2 (-968)) (-5 *1 (-781))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-632 *6)) (-5 *4 (-1092))
- (-4 *6 (-13 (-29 *5) (-1114) (-893)))
- (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2 (-592 (-1174 *6))) (-5 *1 (-744 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-592 (-273 *7))) (-5 *4 (-592 (-110)))
- (-5 *5 (-1092)) (-4 *7 (-13 (-29 *6) (-1114) (-893)))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2
- (-2 (|:| |particular| (-1174 *7)) (|:| -2103 (-592 (-1174 *7)))))
- (-5 *1 (-744 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-592 *7)) (-5 *4 (-592 (-110)))
- (-5 *5 (-1092)) (-4 *7 (-13 (-29 *6) (-1114) (-893)))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2
- (-2 (|:| |particular| (-1174 *7)) (|:| -2103 (-592 (-1174 *7)))))
- (-5 *1 (-744 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-273 *7)) (-5 *4 (-110)) (-5 *5 (-1092))
- (-4 *7 (-13 (-29 *6) (-1114) (-893)))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2
- (-3 (-2 (|:| |particular| *7) (|:| -2103 (-592 *7))) *7 "failed"))
- (-5 *1 (-744 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-110)) (-5 *5 (-1092))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
+ (-12 (-5 *3 (-594 (-296 (-359)))) (-5 *4 (-594 (-359)))
+ (-5 *2 (-968)) (-5 *1 (-781)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936)))))
+ ((*1 *2)
+ (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1152 (-387 *2)))
+ (-4 *2 (-1152 *4)) (-5 *1 (-321 *3 *4 *2 *5))
+ (-4 *3 (-322 *4 *2 *5))))
+ ((*1 *2)
+ (|partial| -12 (-4 *1 (-322 *3 *2 *4)) (-4 *3 (-1134))
+ (-4 *4 (-1152 (-387 *2))) (-4 *2 (-1152 *3)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110))
+ (-5 *1 (-923 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))))
+(((*1 *1) (-4 *1 (-33))) ((*1 *1) (-5 *1 (-272)))
+ ((*1 *1) (-5 *1 (-800)))
+ ((*1 *1)
+ (-12 (-4 *2 (-431)) (-4 *3 (-791)) (-4 *4 (-737))
+ (-5 *1 (-922 *2 *3 *4 *5)) (-4 *5 (-886 *2 *4 *3))))
+ ((*1 *1) (-5 *1 (-1009)))
+ ((*1 *1)
+ (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33)))))
+ ((*1 *1) (-5 *1 (-1097))) ((*1 *1) (-5 *1 (-1098))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-459 *4 *5))) (-14 *4 (-594 (-1094)))
+ (-4 *5 (-431))
(-5 *2
- (-3 (-2 (|:| |particular| *3) (|:| -2103 (-592 *3))) *3 "failed"))
- (-5 *1 (-744 *6 *3)) (-4 *3 (-13 (-29 *6) (-1114) (-893)))))
- ((*1 *2 *3 *4 *3 *5)
- (|partial| -12 (-5 *3 (-273 *2)) (-5 *4 (-110)) (-5 *5 (-592 *2))
- (-4 *2 (-13 (-29 *6) (-1114) (-893))) (-5 *1 (-744 *6 *2))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))))
- ((*1 *2 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-110)) (-5 *4 (-273 *2)) (-5 *5 (-592 *2))
- (-4 *2 (-13 (-29 *6) (-1114) (-893)))
- (-4 *6 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *1 (-744 *6 *2))))
- ((*1 *2 *3) (-12 (-5 *3 (-750)) (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-750)) (-5 *4 (-989)) (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4 *4 *5)
- (-12 (-5 *3 (-1174 (-294 (-357)))) (-5 *4 (-357)) (-5 *5 (-592 *4))
- (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4 *4 *5 *4)
- (-12 (-5 *3 (-1174 (-294 (-357)))) (-5 *4 (-357)) (-5 *5 (-592 *4))
- (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4 *4 *5 *6 *4)
- (-12 (-5 *3 (-1174 (-294 *4))) (-5 *5 (-592 (-357)))
- (-5 *6 (-294 (-357))) (-5 *4 (-357)) (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4 *4 *5 *5 *4)
- (-12 (-5 *3 (-1174 (-294 (-357)))) (-5 *4 (-357)) (-5 *5 (-592 *4))
- (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4)
- (-12 (-5 *3 (-1174 (-294 *4))) (-5 *5 (-592 (-357)))
- (-5 *6 (-294 (-357))) (-5 *4 (-357)) (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4 *4 *5 *6 *5 *4 *4)
- (-12 (-5 *3 (-1174 (-294 *4))) (-5 *5 (-592 (-357)))
- (-5 *6 (-294 (-357))) (-5 *4 (-357)) (-5 *2 (-966)) (-5 *1 (-747))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12
- (-5 *5
+ (-2 (|:| |gblist| (-594 (-229 *4 *5)))
+ (|:| |gvlist| (-594 (-527)))))
+ (-5 *1 (-582 *4 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-527)) (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-979))
+ (-5 *1 (-301 *4 *5 *2 *6)) (-4 *6 (-886 *2 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-311 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
+(((*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-387 (-527))) (-5 *1 (-286)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -2742 (-726 *3)) (|:| |coef2| (-726 *3))))
+ (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-519)) (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-2 (|:| -2742 *1) (|:| |coef2| *1)))
+ (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-343)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-479 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-594 *1))
+ (-4 *1 (-998 *4 *5 *6 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-519)) (-4 *4 (-791))
+ (-5 *1 (-536 *4 *2)) (-4 *2 (-410 *4)))))
+(((*1 *1 *2 *1) (-12 (-5 *2 (-106)) (-5 *1 (-164)))))
+(((*1 *2 *3 *4 *4 *4 *5 *6 *7)
+ (|partial| -12 (-5 *5 (-1094))
+ (-5 *6
(-1
- (-3 (-2 (|:| |particular| *6) (|:| -2103 (-592 *6))) "failed")
- *7 *6))
- (-4 *6 (-341)) (-4 *7 (-602 *6))
- (-5 *2 (-2 (|:| |particular| (-1174 *6)) (|:| -2103 (-632 *6))))
- (-5 *1 (-755 *6 *7)) (-5 *3 (-632 *6)) (-5 *4 (-1174 *6))))
- ((*1 *2 *3) (-12 (-5 *3 (-833)) (-5 *2 (-966)) (-5 *1 (-832))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-833)) (-5 *4 (-989)) (-5 *2 (-966)) (-5 *1 (-832))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7 *8)
- (-12 (-5 *4 (-713)) (-5 *6 (-592 (-592 (-294 *3)))) (-5 *7 (-1075))
- (-5 *8 (-205)) (-5 *5 (-592 (-294 (-357)))) (-5 *3 (-357))
- (-5 *2 (-966)) (-5 *1 (-832))))
- ((*1 *2 *3 *3 *3 *3 *4 *4 *5 *6 *7)
- (-12 (-5 *4 (-713)) (-5 *6 (-592 (-592 (-294 *3)))) (-5 *7 (-1075))
- (-5 *5 (-592 (-294 (-357)))) (-5 *3 (-357)) (-5 *2 (-966))
- (-5 *1 (-832))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-887 (-385 (-525)))) (-5 *2 (-592 (-357)))
- (-5 *1 (-954)) (-5 *4 (-357))))
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-594 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -3160 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1116) (-27) (-410 *8)))
+ (-4 *8 (-13 (-431) (-791) (-140) (-970 *3) (-590 *3)))
+ (-5 *3 (-527)) (-5 *2 (-594 *4)) (-5 *1 (-948 *8 *4)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-889 (-159 *4))) (-4 *4 (-162))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-887 (-525))) (-5 *2 (-592 (-357))) (-5 *1 (-954))
- (-5 *4 (-357))))
+ (|partial| -12 (-5 *3 (-889 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-162))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2 (-592 *4)) (-5 *1 (-1047 *3 *4)) (-4 *3 (-1150 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2 (-592 (-273 (-294 *4)))) (-5 *1 (-1050 *4))
- (-5 *3 (-294 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2 (-592 (-273 (-294 *4)))) (-5 *1 (-1050 *4))
- (-5 *3 (-273 (-294 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2 (-592 (-273 (-294 *5)))) (-5 *1 (-1050 *5))
- (-5 *3 (-273 (-294 *5)))))
+ (|partial| -12 (-5 *3 (-889 *4)) (-4 *4 (-979)) (-4 *4 (-569 (-359)))
+ (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2 (-592 (-273 (-294 *5)))) (-5 *1 (-1050 *5))
- (-5 *3 (-294 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-1092)))
- (-4 *5 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *2 (-592 (-592 (-273 (-294 *5))))) (-5 *1 (-1050 *5))
- (-5 *3 (-592 (-273 (-294 *5))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092)))
- (-4 *5 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *5))))))
- (-5 *1 (-1098 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-1092))) (-4 *5 (-517))
- (-5 *2 (-592 (-592 (-273 (-385 (-887 *5)))))) (-5 *1 (-1098 *5))
- (-5 *3 (-592 (-273 (-385 (-887 *5)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-385 (-887 *4)))) (-4 *4 (-517))
- (-5 *2 (-592 (-592 (-273 (-385 (-887 *4)))))) (-5 *1 (-1098 *4))))
+ (|partial| -12 (-5 *3 (-889 *5)) (-5 *4 (-858)) (-4 *5 (-979))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-592 (-592 (-273 (-385 (-887 *4))))))
- (-5 *1 (-1098 *4)) (-5 *3 (-592 (-273 (-385 (-887 *4)))))))
+ (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-4 *5 (-517))
- (-5 *2 (-592 (-273 (-385 (-887 *5))))) (-5 *1 (-1098 *5))
- (-5 *3 (-385 (-887 *5)))))
+ (|partial| -12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *5))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-387 (-889 (-159 *4)))) (-4 *4 (-519))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-4 *5 (-517))
- (-5 *2 (-592 (-273 (-385 (-887 *5))))) (-5 *1 (-1098 *5))
- (-5 *3 (-273 (-385 (-887 *5))))))
+ (|partial| -12 (-5 *3 (-387 (-889 (-159 *5)))) (-5 *4 (-858))
+ (-4 *5 (-519)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359)))
+ (-5 *1 (-729 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-592 (-273 (-385 (-887 *4)))))
- (-5 *1 (-1098 *4)) (-5 *3 (-385 (-887 *4)))))
+ (|partial| -12 (-5 *3 (-296 *4)) (-4 *4 (-519)) (-4 *4 (-791))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-296 *5)) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-791)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359)))
+ (-5 *1 (-729 *5))))
((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-592 (-273 (-385 (-887 *4)))))
- (-5 *1 (-1098 *4)) (-5 *3 (-273 (-385 (-887 *4)))))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-713)) (-5 *1 (-1021 *4 *5)) (-14 *4 *3)
- (-14 *5 *3))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-286))))
- ((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-364 *3)) (|:| |rm| (-364 *3))))
- (-5 *1 (-364 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -1416 (-713)) (|:| -3681 (-713))))
- (-5 *1 (-713))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |k| (-1092)) (|:| |c| (-1194 *3)))))
- (-5 *1 (-1194 *3)) (-4 *3 (-977))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |k| *3) (|:| |c| (-1196 *3 *4)))))
- (-5 *1 (-1196 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-798))))
- ((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-896)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-977)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1159 *3 *4 *5)) (-4 *3 (-13 (-341) (-789)))
- (-14 *4 (-1092)) (-14 *5 *3) (-5 *1 (-297 *3 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-1 (-357))) (-5 *1 (-970)) (-5 *3 (-357)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-856))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-713)))))
+ (|partial| -12 (-5 *3 (-296 (-159 *4))) (-4 *4 (-519)) (-4 *4 (-791))
+ (-4 *4 (-569 (-359))) (-5 *2 (-159 (-359))) (-5 *1 (-729 *4))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-296 (-159 *5))) (-5 *4 (-858)) (-4 *5 (-519))
+ (-4 *5 (-791)) (-4 *5 (-569 (-359))) (-5 *2 (-159 (-359)))
+ (-5 *1 (-729 *5)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-286))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-424 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6))
- (-4 *4 (-286)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-424 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6))
- (-4 *4 (-286)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-424 *4 *5 *6 *7)))))
-(((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-970)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-396 (-1088 (-525)))) (-5 *1 (-173)) (-5 *3 (-525)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-934))
- (-4 *2 (-977)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-2 (|:| -2497 (-525)) (|:| -2868 (-592 *3))))
- (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
-(((*1 *2 *2 *3)
- (-12
- (-5 *2
- (-2 (|:| |partsol| (-1174 (-385 (-887 *4))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *4)))))))
- (-5 *3 (-592 *7)) (-4 *4 (-13 (-286) (-138)))
- (-4 *7 (-884 *4 *6 *5)) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *1 (-859 *4 *5 *6 *7)))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-517)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1066 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))))
-(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-33)))
- ((*1 *1)
- (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713))
- (-4 *4 (-160))))
- ((*1 *1) (-4 *1 (-669))) ((*1 *1) (-5 *1 (-1092))))
-(((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-364 *3)) (|:| |mm| (-364 *3)) (|:| |rm| (-364 *3))))
- (-5 *1 (-364 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1 *1)
- (-12
- (-5 *2
- (-2 (|:| |lm| (-761 *3)) (|:| |mm| (-761 *3)) (|:| |rm| (-761 *3))))
- (-5 *1 (-761 *3)) (-4 *3 (-789)))))
-(((*1 *1 *1) (-12 (-5 *1 (-1115 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2772 *3)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *2) (-12 (-5 *1 (-311 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-632 (-385 (-887 (-525)))))
- (-5 *2 (-632 (-294 (-525)))) (-5 *1 (-962)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-110)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-909 *4 *5 *3 *6)) (-4 *4 (-977)) (-4 *5 (-735))
- (-4 *3 (-789)) (-4 *6 (-991 *4 *5 *3)) (-5 *2 (-108)))))
-(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-108))
- (-5 *2 (-966)) (-5 *1 (-696)))))
+ (-12 (-5 *3 (-634 *4)) (-4 *4 (-343)) (-5 *2 (-1090 *4))
+ (-5 *1 (-500 *4 *5 *6)) (-4 *5 (-343)) (-4 *6 (-13 (-343) (-789))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094))
+ (-14 *4 *2))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1094)) (-5 *2 (-1 (-207) (-207))) (-5 *1 (-648 *3))
+ (-4 *3 (-569 (-503)))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *4 (-1094)) (-5 *2 (-1 (-207) (-207) (-207)))
+ (-5 *1 (-648 *3)) (-4 *3 (-569 (-503))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-306 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-736)) (-4 *3 (-162)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))
+ (-5 *1 (-999 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-1097))))
+ ((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1097)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 *5 (-594 *5))) (-4 *5 (-1167 *4))
+ (-4 *4 (-37 (-387 (-527))))
+ (-5 *2 (-1 (-1075 *4) (-594 (-1075 *4)))) (-5 *1 (-1169 *4 *5)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-855)) (-5 *2 (-2 (|:| -2681 (-592 *1)) (|:| -3817 *1)))
- (-5 *3 (-592 *1)))))
+ (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-773)) (-5 *3 (-1077)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-343)) (-4 *3 (-979))
+ (-5 *1 (-1079 *3)))))
(((*1 *2 *3)
- (-12 (-4 *3 (-1150 *2)) (-4 *2 (-1150 *4)) (-5 *1 (-918 *4 *2 *3 *5))
- (-4 *4 (-327)) (-4 *5 (-667 *2 *3)))))
-(((*1 *2 *1 *2 *3)
- (|partial| -12 (-5 *2 (-1075)) (-5 *3 (-525)) (-5 *1 (-989)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-517))
- (-4 *7 (-884 *3 *5 *6))
- (-5 *2 (-2 (|:| -2168 (-713)) (|:| -2681 *8) (|:| |radicand| *8)))
- (-5 *1 (-888 *5 *6 *3 *7 *8)) (-5 *4 (-713))
- (-4 *8
- (-13 (-341)
- (-10 -8 (-15 -4066 (*7 $)) (-15 -4080 (*7 $)) (-15 -4100 ($ *7))))))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-5 *2 (-108)))))
+ (|partial| -12
+ (-5 *3
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *2
+ (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359))
+ (|:| |expense| (-359)) (|:| |accuracy| (-359))
+ (|:| |intermediateResults| (-359))))
+ (-5 *1 (-747)))))
(((*1 *2 *3 *4)
- (-12 (-5 *2 (-2 (|:| |part1| *3) (|:| |part2| *4)))
- (-5 *1 (-648 *3 *4)) (-4 *3 (-1128)) (-4 *4 (-1128)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-457 *4 *5))) (-14 *4 (-592 (-1092)))
- (-4 *5 (-429)) (-5 *2 (-592 (-227 *4 *5))) (-5 *1 (-580 *4 *5)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160))))
- ((*1 *2 *3 *3 *2)
- (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-572 *4 *2)) (-4 *2 (-13 (-1114) (-893) (-29 *4))))))
+ (-12 (-5 *3 (-634 (-159 (-387 (-527)))))
+ (-5 *2
+ (-594
+ (-2 (|:| |outval| (-159 *4)) (|:| |outmult| (-527))
+ (|:| |outvect| (-594 (-634 (-159 *4)))))))
+ (-5 *1 (-709 *4)) (-4 *4 (-13 (-343) (-789))))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-715)) (-5 *1 (-545 *2)) (-4 *2 (-512)))))
+(((*1 *1 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-765)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-46 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734))
- (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-360 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1020))
- (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-550 *3)) (-4 *3 (-977))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-517)) (-5 *2 (-108)) (-5 *1 (-573 *3 *4))
- (-4 *4 (-1150 *3))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-678 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-669))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-108)))))
-(((*1 *2 *3 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-558 *4 *3)) (-4 *4 (-1020))
- (-4 *3 (-1128)) (-4 *3 (-1020)) (-5 *2 (-108)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
+ (-12 (-4 *3 (-979)) (-5 *2 (-1176 *3)) (-5 *1 (-657 *3 *4))
+ (-4 *4 (-1152 *3)))))
(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-259))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-3 (-525) (-205) (-1092) (-1075) (-1097)))
- (-5 *1 (-1097)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-884 *4 *5 *6)) (-4 *6 (-567 (-1092)))
- (-4 *4 (-341)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *2 (-1082 (-592 (-887 *4)) (-592 (-273 (-887 *4)))))
- (-5 *1 (-477 *4 *5 *6 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1096)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-592 (-525))) (-5 *3 (-632 (-525))) (-5 *1 (-1030)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-713)) (-5 *1 (-153 *3 *4))
- (-4 *3 (-154 *4))))
- ((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1128)) (-5 *2 (-713))
- (-5 *1 (-217 *3 *4 *5)) (-4 *3 (-218 *4 *5))))
- ((*1 *2)
- (-12 (-4 *4 (-789)) (-5 *2 (-713)) (-5 *1 (-407 *3 *4))
- (-4 *3 (-408 *4))))
- ((*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-509 *3)) (-4 *3 (-510))))
- ((*1 *2) (-12 (-4 *1 (-706)) (-5 *2 (-713))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-713)) (-5 *1 (-738 *3 *4))
- (-4 *3 (-739 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-924 *3 *4))
- (-4 *3 (-925 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-713)) (-5 *1 (-928 *3 *4))
- (-4 *3 (-929 *4))))
- ((*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-943 *3)) (-4 *3 (-944))))
- ((*1 *2) (-12 (-4 *1 (-977)) (-5 *2 (-713))))
- ((*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-985 *3)) (-4 *3 (-986)))))
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-715)) (-4 *6 (-343)) (-5 *4 (-1125 *6))
+ (-5 *2 (-1 (-1075 *4) (-1075 *4))) (-5 *1 (-1184 *6))
+ (-5 *5 (-1075 *4)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-525) (-525))) (-5 *1 (-339 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-144 *3))
+ (-4 *3 (-1130))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-713) (-713))) (-5 *1 (-364 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-23)) (-14 *5 *4)
- (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-459 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1020))
- (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 (-827 *3))))
- (-5 *2 (-592 (-999 *3 *4 *5))) (-5 *1 (-1000 *3 *4 *5))
- (-4 *5 (-13 (-408 *4) (-821 *3) (-567 (-827 *3)))))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-1 (-205) (-205) (-205)))
- (-5 *4 (-1 (-205) (-205) (-205) (-205)))
- (-5 *2 (-1 (-878 (-205)) (-205) (-205))) (-5 *1 (-639)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *1 (-109 *3)) (-4 *3 (-789)) (-4 *3 (-1020)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-414)))))
-(((*1 *2 *3 *4 *5 *6 *2 *7 *8)
- (|partial| -12 (-5 *2 (-592 (-1088 *11))) (-5 *3 (-1088 *11))
- (-5 *4 (-592 *10)) (-5 *5 (-592 *8)) (-5 *6 (-592 (-713)))
- (-5 *7 (-1174 (-592 (-1088 *8)))) (-4 *10 (-789))
- (-4 *8 (-286)) (-4 *11 (-884 *8 *9 *10)) (-4 *9 (-735))
- (-5 *1 (-650 *9 *10 *8 *11)))))
-(((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-104)) (-5 *1 (-162))))
- ((*1 *2 *3 *1)
- (|partial| -12 (-5 *3 (-1092)) (-5 *2 (-104)) (-5 *1 (-1007)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789))
- (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-108)))))
-(((*1 *2 *2 *2)
- (|partial| -12 (-4 *3 (-341)) (-5 *1 (-831 *2 *3))
- (-4 *2 (-1150 *3)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-351 *2)) (-4 *2 (-1128))
- (-4 *2 (-789))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3 *3)) (|has| *1 (-6 -4260))
- (-4 *1 (-351 *3)) (-4 *3 (-1128)))))
-(((*1 *1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-242))))
- ((*1 *1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-242)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *3 (-517)))))
-(((*1 *1 *1) (-4 *1 (-517))))
-(((*1 *1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-632 *2)) (-5 *4 (-713))
- (-4 *2 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *5 (-1150 *2)) (-5 *1 (-472 *2 *5 *6)) (-4 *6 (-387 *2 *5)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-385 *2)) (-4 *2 (-1150 *5))
- (-5 *1 (-749 *5 *2 *3 *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *3 (-602 *2)) (-4 *6 (-602 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-385 *2))) (-4 *2 (-1150 *5))
- (-5 *1 (-749 *5 *2 *3 *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *3 (-602 *2))
- (-4 *6 (-602 (-385 *2))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-892 *3)) (-5 *1 (-1080 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *2)
- (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-844))
- (-5 *1 (-434 *3 *4 *2 *5)) (-4 *5 (-884 *2 *3 *4))))
- ((*1 *2)
- (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *2 (-844))
- (-5 *1 (-841 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4))))
- ((*1 *2) (-12 (-4 *2 (-844)) (-5 *1 (-842 *2 *3)) (-4 *3 (-1150 *2)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-396 *2)) (-4 *2 (-286)) (-5 *1 (-849 *2))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-138))) (-5 *2 (-51)) (-5 *1 (-850 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-396 (-887 *6))) (-5 *5 (-1092)) (-5 *3 (-887 *6))
- (-4 *6 (-13 (-286) (-138))) (-5 *2 (-51)) (-5 *1 (-850 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-396 (-1088 *1))) (-5 *1 (-294 *4)) (-5 *3 (-1088 *1))
- (-4 *4 (-429)) (-4 *4 (-517)) (-4 *4 (-789))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-844)) (-5 *2 (-396 (-1088 *1))) (-5 *3 (-1088 *1)))))
-(((*1 *1) (-5 *1 (-765))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-327)) (-4 *2 (-977)) (-5 *1 (-655 *2 *3))
- (-4 *3 (-1150 *2)))))
-(((*1 *1) (-5 *1 (-205))) ((*1 *1) (-5 *1 (-357))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
- (-5 *1 (-396 *4)) (-4 *4 (-517)))))
-(((*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-702)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1097)) (-5 *1 (-48)))))
-(((*1 *1) (-5 *1 (-989))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-621 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1 *3)
+ (|partial| -12 (-4 *1 (-1124 *4 *5 *3 *2)) (-4 *4 (-519))
+ (-4 *5 (-737)) (-4 *3 (-791)) (-4 *2 (-993 *4 *5 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-5 *1 (-1128 *2)) (-4 *2 (-1130)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-286)) (-4 *6 (-351 *5)) (-4 *4 (-351 *5))
+ (-12 (-5 *3 (-601 *4)) (-4 *4 (-322 *5 *6 *7))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6)))
(-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-1043 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-108))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-750 *5 *6 *7 *4)))))
+(((*1 *1 *1) (-4 *1 (-580)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936) (-1116))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-315 *3 *4 *5 *6)) (-4 *3 (-343)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5))
+ (-5 *2 (-393 *4 (-387 *4) *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1176 *6)) (-4 *6 (-13 (-389 *4 *5) (-970 *4)))
+ (-4 *4 (-927 *3)) (-4 *5 (-1152 *4)) (-4 *3 (-288))
+ (-5 *1 (-393 *3 *4 *5 *6))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-343))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-479 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1022)) (-5 *2 (-1077)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1034)) (-4 *3 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-410 *3))))
((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5))))
- ((*1 *2 *3 *1)
- (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341)))
- (-4 *3 (-1150 *4)) (-5 *2 (-108)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-108)) (-5 *1 (-110))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-281)) (-5 *3 (-1092)) (-5 *2 (-108))))
- ((*1 *2 *1 *3) (-12 (-4 *1 (-281)) (-5 *3 (-110)) (-5 *2 (-108))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-108)) (-5 *1 (-565 *4)) (-4 *4 (-789))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-110)) (-5 *2 (-108)) (-5 *1 (-565 *4)) (-4 *4 (-789))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-5 *2 (-108)) (-5 *1 (-822 *5 *3 *4))
- (-4 *3 (-821 *5)) (-4 *4 (-567 (-827 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *6)) (-4 *6 (-821 *5)) (-4 *5 (-1020))
- (-5 *2 (-108)) (-5 *1 (-822 *5 *6 *4)) (-4 *4 (-567 (-827 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-104))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-110))))
+ (|partial| -12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3))
+ (-4 *3 (-1022))))
((*1 *2 *1)
- (-12 (-4 *1 (-342 *2 *3)) (-4 *3 (-1020)) (-4 *2 (-1020))))
- ((*1 *2 *1) (-12 (-4 *1 (-367)) (-5 *2 (-1075))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-416 *3)) (-14 *3 *2)))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-565 *3)) (-4 *3 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-899))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-998 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-5 *1 (-1092))))
-(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-565 *3)) (-4 *3 (-789)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-3 (|:| |fst| (-412)) (|:| -3408 "void")))
- (-5 *2 (-1179)) (-5 *1 (-1095))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092))
- (-5 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *2 (-1179))
- (-5 *1 (-1095))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *3 (-1092))
- (-5 *4 (-3 (|:| |fst| (-412)) (|:| -3408 "void"))) (-5 *2 (-1179))
- (-5 *1 (-1095)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-798)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-525))) (-5 *4 (-840 (-525)))
- (-5 *2 (-632 (-525))) (-5 *1 (-546))))
+ (|partial| -12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-594 *1)) (-4 *1 (-886 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-592 (-632 (-525))))
- (-5 *1 (-546))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-525))) (-5 *4 (-592 (-840 (-525))))
- (-5 *2 (-592 (-632 (-525)))) (-5 *1 (-546)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-286))
- (-5 *2 (-713)) (-5 *1 (-432 *5 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 (-157 (-385 (-525))))) (-5 *2 (-592 (-157 *4)))
- (-5 *1 (-707 *4)) (-4 *4 (-13 (-341) (-787))))))
+ (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979))
+ (-4 *7 (-886 *6 *4 *5)) (-5 *2 (-594 *3))
+ (-5 *1 (-887 *4 *5 *6 *7 *3))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $))
+ (-15 -4122 (*7 $))))))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1092)) (-4 *5 (-567 (-827 (-525))))
- (-4 *5 (-821 (-525)))
- (-4 *5 (-13 (-789) (-968 (-525)) (-429) (-588 (-525))))
- (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
- (-5 *1 (-528 *5 *3)) (-4 *3 (-578))
- (-4 *3 (-13 (-27) (-1114) (-408 *5))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-294 (-205))))
- (-5 *2
- (-2 (|:| |additions| (-525)) (|:| |multiplications| (-525))
- (|:| |exponentiations| (-525)) (|:| |functionCalls| (-525))))
- (-5 *1 (-284)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-713)) (-4 *1 (-211 *4))
- (-4 *4 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-211 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-213)) (-5 *2 (-713))))
- ((*1 *1 *1) (-4 *1 (-213)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *3 (-13 (-341) (-138))) (-5 *1 (-377 *3 *4))
- (-4 *4 (-1150 *3))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-341) (-138))) (-5 *1 (-377 *2 *3))
- (-4 *3 (-1150 *2))))
- ((*1 *1) (-12 (-4 *1 (-602 *2)) (-4 *2 (-977))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *4)) (-5 *3 (-592 (-713))) (-4 *1 (-835 *4))
- (-4 *4 (-1020))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-835 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *1 (-835 *3)) (-4 *3 (-1020))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-835 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-766)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (|has| *1 (-6 -4259)) (-4 *1 (-142 *3))
- (-4 *3 (-1128))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *1 (-619 *3)) (-4 *3 (-1128))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-4 *1 (-1122 *4 *5 *3 *2)) (-4 *4 (-517))
- (-4 *5 (-735)) (-4 *3 (-789)) (-4 *2 (-991 *4 *5 *3))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-5 *1 (-1126 *2)) (-4 *2 (-1128)))))
-(((*1 *2) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-1112)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-702)))))
-(((*1 *2 *2) (-12 (-5 *1 (-895 *2)) (-4 *2 (-510)))))
-(((*1 *2 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-694)))))
-(((*1 *1)
- (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-517)) (-4 *2 (-160)))))
-(((*1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-128)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-357))) (-5 *1 (-970)) (-5 *3 (-357)))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-966)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-5 *2 (-108)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2))
- (-4 *2 (-408 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-149)) (-5 *2 (-1092))))
- ((*1 *1 *1) (-4 *1 (-149))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-862)))))
+ (-12
+ (-5 *3
+ (-594
+ (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8))
+ (|:| |wcond| (-594 (-889 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *5))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *5))))))))))
+ (-5 *4 (-1077)) (-4 *5 (-13 (-288) (-140))) (-4 *8 (-886 *5 *7 *6))
+ (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-527))
+ (-5 *1 (-861 *5 *6 *7 *8)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2) (-12 (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-516)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-803 *4 *5 *6 *7))
+ (-4 *4 (-979)) (-14 *5 (-594 (-1094))) (-14 *6 (-594 *3))
+ (-14 *7 *3)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-979)) (-4 *5 (-791)) (-4 *6 (-737))
+ (-14 *8 (-594 *5)) (-5 *2 (-1181))
+ (-5 *1 (-1186 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-886 *4 *6 *5))
+ (-14 *9 (-594 *3)) (-14 *10 *3))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-979)) (-5 *1 (-831 *2 *3)) (-4 *2 (-1152 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3))))
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-620 *3)) (-4 *3 (-977)) (-4 *3 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1106 *4 *5))
- (-4 *4 (-1020)) (-4 *5 (-1020)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-632 *6)) (-5 *5 (-1 (-396 (-1088 *6)) (-1088 *6)))
- (-4 *6 (-341))
- (-5 *2
- (-592
- (-2 (|:| |outval| *7) (|:| |outmult| (-525))
- (|:| |outvect| (-592 (-632 *7))))))
- (-5 *1 (-498 *6 *7 *4)) (-4 *7 (-341)) (-4 *4 (-13 (-341) (-787))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-862)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-713))
- (-5 *1 (-426 *4 *5 *6 *3)) (-4 *3 (-884 *4 *5 *6)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092))
- (-14 *4 *2))))
-(((*1 *1 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)) (-4 *2 (-986))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)) (-4 *2 (-986))))
- ((*1 *1 *1) (-4 *1 (-787)))
- ((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)) (-4 *2 (-986))))
- ((*1 *1 *1) (-4 *1 (-986))) ((*1 *1 *1) (-4 *1 (-1056))))
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-692)))))
(((*1 *2 *3)
(-12
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
(-5 *2
- (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))
- (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *4)
- (-12
+ (-3 (|:| |continuous| "Continuous at the end points")
+ (|:| |lowerSingular|
+ "There is a singularity at the lower end point")
+ (|:| |upperSingular|
+ "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 (-176)))))
+(((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-715)) (-4 *5 (-343)) (-5 *2 (-387 *6))
+ (-5 *1 (-804 *5 *4 *6)) (-4 *4 (-1167 *5)) (-4 *6 (-1152 *5))))
+ ((*1 *2 *3 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-715)) (-5 *4 (-1168 *5 *6 *7)) (-4 *5 (-343))
+ (-14 *6 (-1094)) (-14 *7 *5) (-5 *2 (-387 (-1149 *6 *5)))
+ (-5 *1 (-805 *5 *6 *7))))
+ ((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-715)) (-5 *4 (-1168 *5 *6 *7)) (-4 *5 (-343))
+ (-14 *6 (-1094)) (-14 *7 *5) (-5 *2 (-387 (-1149 *6 *5)))
+ (-5 *1 (-805 *5 *6 *7)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *3 (-1152 *4)) (-5 *1 (-753 *4 *3 *2 *5)) (-4 *2 (-604 *3))
+ (-4 *5 (-604 (-387 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-387 *5))
+ (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *5 (-1152 *4))
+ (-5 *1 (-753 *4 *5 *2 *6)) (-4 *2 (-604 *5)) (-4 *6 (-604 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-4 *1 (-840 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-594 *7)) (-5 *5 (-594 (-594 *8))) (-4 *7 (-791))
+ (-4 *8 (-288)) (-4 *6 (-737)) (-4 *9 (-886 *8 *6 *7))
(-5 *2
- (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))
- (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525)))
- (-5 *4 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))))
- ((*1 *2 *3 *4)
+ (-2 (|:| |unitPart| *9)
+ (|:| |suPart|
+ (-594 (-2 (|:| -2700 (-1090 *9)) (|:| -3148 (-527)))))))
+ (-5 *1 (-687 *6 *7 *8 *9)) (-5 *3 (-1090 *9)))))
+(((*1 *2 *1)
(-12
(-5 *2
- (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))
- (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525))) (-5 *4 (-385 (-525)))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-385 (-525)))
- (-5 *2 (-592 (-2 (|:| -3436 *5) (|:| -3446 *5)))) (-5 *1 (-951 *3))
- (-4 *3 (-1150 (-525))) (-5 *4 (-2 (|:| -3436 *5) (|:| -3446 *5)))))
+ (-594
+ (-2
+ (|:| -1550
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (|:| -3484
+ (-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| (-1075 (-207)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -1792
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite|
+ "The bottom 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 (-522))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-560 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1130))
+ (-5 *2 (-594 *4)))))
+(((*1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1179)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-764)) (-14 *5 (-1094)) (-5 *2 (-594 (-1149 *5 *4)))
+ (-5 *1 (-1036 *4 *5)) (-5 *3 (-1149 *5 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-483 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-791)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-811))
+ (-5 *5 (-858)) (-5 *6 (-594 (-244))) (-5 *2 (-447)) (-5 *1 (-1180))))
((*1 *2 *3)
- (-12
- (-5 *2
- (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))
- (-5 *1 (-952 *3)) (-4 *3 (-1150 (-385 (-525))))))
+ (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *2 (-447))
+ (-5 *1 (-1180))))
((*1 *2 *3 *4)
- (-12
- (-5 *2
- (-592 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525))))))
- (-5 *1 (-952 *3)) (-4 *3 (-1150 (-385 (-525))))
- (-5 *4 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-385 (-525)))
- (-5 *2 (-592 (-2 (|:| -3436 *4) (|:| -3446 *4)))) (-5 *1 (-952 *3))
- (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-385 (-525)))
- (-5 *2 (-592 (-2 (|:| -3436 *5) (|:| -3446 *5)))) (-5 *1 (-952 *3))
- (-4 *3 (-1150 *5)) (-5 *4 (-2 (|:| -3436 *5) (|:| -3446 *5))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1150 (-385 *2))) (-5 *2 (-525)) (-5 *1 (-848 *4 *3))
- (-4 *3 (-1150 (-385 *4))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))
- (-5 *2 (-2 (|:| |goodPols| (-592 *7)) (|:| |badPols| (-592 *7))))
- (-5 *1 (-910 *4 *5 *6 *7)) (-5 *3 (-592 *7)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-48)))))
+ (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-594 (-244)))
+ (-5 *2 (-447)) (-5 *1 (-1180)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1090 *9)) (-5 *4 (-594 *7)) (-5 *5 (-594 *8))
+ (-4 *7 (-791)) (-4 *8 (-979)) (-4 *9 (-886 *8 *6 *7)) (-4 *6 (-737))
+ (-5 *2 (-1090 *8)) (-5 *1 (-301 *6 *7 *8 *9)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-880 (-207)))) (-5 *1 (-1177)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-829 *4)) (-4 *4 (-1022)) (-5 *1 (-826 *4 *3))
+ (-4 *3 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-4 *6 (-13 (-519) (-791)))
+ (-5 *2 (-594 (-296 *6))) (-5 *1 (-203 *5 *6)) (-5 *3 (-296 *6))
+ (-4 *5 (-979))))
+ ((*1 *2 *1) (-12 (-5 *1 (-398 *2)) (-4 *2 (-519))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-544 *5)) (-4 *5 (-13 (-29 *4) (-1116)))
+ (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))
+ (-5 *2 (-594 *5)) (-5 *1 (-542 *4 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-544 (-387 (-889 *4))))
+ (-4 *4 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))
+ (-5 *2 (-594 (-296 *4))) (-5 *1 (-547 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1018 *3 *2)) (-4 *3 (-789)) (-4 *2 (-1068 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 *1)) (-4 *1 (-1018 *4 *2)) (-4 *4 (-789))
+ (-4 *2 (-1068 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1189 (-1094) *3)) (-5 *1 (-1196 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1189 *3 *4)) (-5 *1 (-1198 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-979)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-431))
+ (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-912 *3 *4 *5 *6)))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-521 *2)) (-4 *2 (-512)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-148))))
+ ((*1 *2 *1) (-12 (-5 *2 (-148)) (-5 *1 (-811))))
+ ((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1174 *5)) (-4 *5 (-734)) (-5 *2 (-108))
- (-5 *1 (-784 *4 *5)) (-14 *4 (-713)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))))
+ (-12 (-5 *3 (-1096 (-387 (-527)))) (-5 *2 (-387 (-527)))
+ (-5 *1 (-174)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643))))
+ ((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-643)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-227 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977))
- (-5 *2 (-457 *4 *5)) (-5 *1 (-879 *4 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-108)) (-5 *1 (-110)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-385 (-525))) (-4 *1 (-515 *3))
- (-4 *3 (-13 (-382) (-1114)))))
- ((*1 *1 *2) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114)))))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))))
-(((*1 *1 *1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-98 *3))))
+ (-12 (-4 *4 (-329))
+ (-5 *2 (-594 (-2 (|:| |deg| (-715)) (|:| -3964 *3))))
+ (-5 *1 (-199 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-4 *5 (-343)) (-5 *2 (-1075 (-1075 (-889 *5))))
+ (-5 *1 (-1184 *5)) (-5 *4 (-1075 (-889 *5))))))
+(((*1 *2 *1) (-12 (-5 *2 (-768)) (-5 *1 (-769)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-498 *3)) (-4 *3 (-13 (-671) (-25))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1094)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-646 *4 *5 *6 *7))
+ (-4 *4 (-569 (-503))) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-4 *7 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1099)) (-5 *1 (-48)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 (-634 *3))) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-1094)))))
+(((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1092 *4 *5 *6))
+ (-4 *4 (-979)) (-14 *5 (-1094)) (-14 *6 *4)))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-98 *2)) (-4 *2 (-1020)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-357)) (-5 *1 (-989)))))
+ (-12 (-5 *3 (-715)) (-5 *2 (-1149 *5 *4)) (-5 *1 (-1168 *4 *5 *6))
+ (-4 *4 (-979)) (-14 *5 (-1094)) (-14 *6 *4))))
(((*1 *2 *3)
- (-12 (-5 *3 (-782 (-357))) (-5 *2 (-782 (-205))) (-5 *1 (-284)))))
+ (-12 (-5 *3 (-1090 *6)) (-4 *6 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-1090 *7)) (-5 *1 (-301 *4 *5 *6 *7))
+ (-4 *7 (-886 *6 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1013 (-782 *3))) (-4 *3 (-13 (-1114) (-893) (-29 *5)))
- (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2
- (-3 (|:| |f1| (-782 *3)) (|:| |f2| (-592 (-782 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-199 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1013 (-782 *3))) (-5 *5 (-1075))
- (-4 *3 (-13 (-1114) (-893) (-29 *6)))
- (-4 *6 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2
- (-3 (|:| |f1| (-782 *3)) (|:| |f2| (-592 (-782 *3)))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-199 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1013 (-782 (-294 *5))))
- (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2
- (-3 (|:| |f1| (-782 (-294 *5))) (|:| |f2| (-592 (-782 (-294 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-200 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-385 (-887 *6))) (-5 *4 (-1013 (-782 (-294 *6))))
- (-5 *5 (-1075))
- (-4 *6 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2
- (-3 (|:| |f1| (-782 (-294 *6))) (|:| |f2| (-592 (-782 (-294 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-200 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1013 (-782 (-385 (-887 *5))))) (-5 *3 (-385 (-887 *5)))
- (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2
- (-3 (|:| |f1| (-782 (-294 *5))) (|:| |f2| (-592 (-782 (-294 *5))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-200 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1013 (-782 (-385 (-887 *6))))) (-5 *5 (-1075))
- (-5 *3 (-385 (-887 *6)))
- (-4 *6 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2
- (-3 (|:| |f1| (-782 (-294 *6))) (|:| |f2| (-592 (-782 (-294 *6))))
- (|:| |fail| "failed") (|:| |pole| "potentialPole")))
- (-5 *1 (-200 *6))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-3 *3 (-592 *3))) (-5 *1 (-406 *5 *3))
- (-4 *3 (-13 (-1114) (-893) (-29 *5)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-451 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357))))
- (-5 *5 (-357)) (-5 *6 (-989)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3) (-12 (-5 *3 (-711)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357))))
- (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357))))
- (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-1015 (-782 (-357))))
- (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357)))))
- (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357)))))
- (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357)))))
- (-5 *5 (-357)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *3 (-294 (-357))) (-5 *4 (-592 (-1015 (-782 (-357)))))
- (-5 *5 (-357)) (-5 *6 (-989)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-294 (-357))) (-5 *4 (-1013 (-782 (-357))))
- (-5 *5 (-1075)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-294 (-357))) (-5 *4 (-1013 (-782 (-357))))
- (-5 *5 (-1092)) (-5 *2 (-966)) (-5 *1 (-526))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-138) (-968 (-525)))) (-4 *5 (-1150 *4))
- (-5 *2 (-542 (-385 *5))) (-5 *1 (-529 *4 *5)) (-5 *3 (-385 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-138))
- (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))
- (-5 *2 (-3 (-294 *5) (-592 (-294 *5)))) (-5 *1 (-545 *5))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977))))
+ (-12 (-5 *4 (-1 (-594 *5) *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527))))) (-4 *6 (-1152 *5))
+ (-5 *2 (-594 (-2 (|:| -2459 *5) (|:| -1653 *3))))
+ (-5 *1 (-753 *5 *6 *3 *7)) (-4 *3 (-604 *6))
+ (-4 *7 (-604 (-387 *6))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-31 *3 *4))
+ (-4 *4 (-410 *3))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-715)) (-5 *1 (-112))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-112))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *4))
+ (-4 *4 (-410 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-112)) (-5 *1 (-153))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *4))
+ (-4 *4 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-112)) (-5 *1 (-282 *3)) (-4 *3 (-283))))
+ ((*1 *2 *2) (-12 (-4 *1 (-283)) (-5 *2 (-112))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-4 *4 (-791)) (-5 *1 (-409 *3 *4))
+ (-4 *3 (-410 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *4))
+ (-4 *4 (-410 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-112)) (-5 *1 (-567 *3)) (-4 *3 (-791))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-112)) (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *4))
+ (-4 *4 (-13 (-410 *3) (-936) (-1116))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-715)) (-4 *1 (-213 *4))
+ (-4 *4 (-979))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-683 *3 *2)) (-4 *3 (-977)) (-4 *2 (-789))
- (-4 *3 (-37 (-385 (-525))))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-213 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-215)) (-5 *2 (-715))))
+ ((*1 *1 *1) (-4 *1 (-215)))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1092)) (-5 *1 (-887 *3)) (-4 *3 (-37 (-385 (-525))))
- (-4 *3 (-977))))
+ (-12 (-5 *2 (-715)) (-4 *3 (-13 (-343) (-140))) (-5 *1 (-379 *3 *4))
+ (-4 *4 (-1152 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-13 (-343) (-140))) (-5 *1 (-379 *2 *3))
+ (-4 *3 (-1152 *2))))
+ ((*1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979))))
((*1 *1 *1 *2 *3)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-4 *2 (-789))
- (-5 *1 (-1045 *3 *2 *4)) (-4 *4 (-884 *3 (-497 *2) *2))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977))
- (-5 *1 (-1077 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1083 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1089 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1090 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3)))
+ (-12 (-5 *2 (-594 *4)) (-5 *3 (-594 (-715))) (-4 *1 (-837 *4))
+ (-4 *4 (-1022))))
((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *1 (-1123 *3)) (-4 *3 (-37 (-385 (-525))))
- (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-2067
- (-12 (-5 *2 (-1092)) (-4 *1 (-1134 *3)) (-4 *3 (-977))
- (-12 (-4 *3 (-29 (-525))) (-4 *3 (-893)) (-4 *3 (-1114))
- (-4 *3 (-37 (-385 (-525))))))
- (-12 (-5 *2 (-1092)) (-4 *1 (-1134 *3)) (-4 *3 (-977))
- (-12 (|has| *3 (-15 -1296 ((-592 *2) *3)))
- (|has| *3 (-15 -2367 (*3 *3 *2))) (-4 *3 (-37 (-385 (-525))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1134 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1138 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525))))))
- ((*1 *1 *1 *2)
- (-2067
- (-12 (-5 *2 (-1092)) (-4 *1 (-1155 *3)) (-4 *3 (-977))
- (-12 (-4 *3 (-29 (-525))) (-4 *3 (-893)) (-4 *3 (-1114))
- (-4 *3 (-37 (-385 (-525))))))
- (-12 (-5 *2 (-1092)) (-4 *1 (-1155 *3)) (-4 *3 (-977))
- (-12 (|has| *3 (-15 -1296 ((-592 *2) *3)))
- (|has| *3 (-15 -2367 (*3 *3 *2))) (-4 *3 (-37 (-385 (-525))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1155 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525))))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1159 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3)))
- ((*1 *1 *1 *2)
- (-2067
- (-12 (-5 *2 (-1092)) (-4 *1 (-1165 *3)) (-4 *3 (-977))
- (-12 (-4 *3 (-29 (-525))) (-4 *3 (-893)) (-4 *3 (-1114))
- (-4 *3 (-37 (-385 (-525))))))
- (-12 (-5 *2 (-1092)) (-4 *1 (-1165 *3)) (-4 *3 (-977))
- (-12 (|has| *3 (-15 -1296 ((-592 *2) *3)))
- (|has| *3 (-15 -2367 (*3 *3 *2))) (-4 *3 (-37 (-385 (-525))))))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1165 *2)) (-4 *2 (-977)) (-4 *2 (-37 (-385 (-525))))))
+ (-12 (-5 *3 (-715)) (-4 *1 (-837 *2)) (-4 *2 (-1022))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-1170 *4)) (-14 *4 (-1092)) (-5 *1 (-1166 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *3 (-977)) (-14 *5 *3))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1096)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-108)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-698)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-429)) (-4 *3 (-789)) (-4 *3 (-968 (-525)))
- (-4 *3 (-517)) (-5 *1 (-40 *3 *2)) (-4 *2 (-408 *3))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *3 (-565 $)) $))
- (-15 -4080 ((-1044 *3 (-565 $)) $))
- (-15 -4100 ($ (-1044 *3 (-565 $))))))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-327)) (-4 *4 (-307 *3)) (-4 *5 (-1150 *4))
- (-5 *1 (-719 *3 *4 *5 *2 *6)) (-4 *2 (-1150 *5)) (-14 *6 (-856))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-4 *3 (-346))))
- ((*1 *1 *1) (-12 (-4 *1 (-1191 *2)) (-4 *2 (-341)) (-4 *2 (-346)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-745)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-4 *6 (-13 (-517) (-789)))
- (-5 *2 (-592 (-294 *6))) (-5 *1 (-201 *5 *6)) (-5 *3 (-294 *6))
- (-4 *5 (-977))))
- ((*1 *2 *1) (-12 (-5 *1 (-396 *2)) (-4 *2 (-517))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-542 *5)) (-4 *5 (-13 (-29 *4) (-1114)))
- (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))
- (-5 *2 (-592 *5)) (-5 *1 (-540 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-542 (-385 (-887 *4))))
- (-4 *4 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))
- (-5 *2 (-592 (-294 *4))) (-5 *1 (-545 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1016 *3 *2)) (-4 *3 (-787)) (-4 *2 (-1066 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 *1)) (-4 *1 (-1016 *4 *2)) (-4 *4 (-787))
- (-4 *2 (-1066 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114)))))
+ (-12 (-5 *2 (-594 *3)) (-4 *1 (-837 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-837 *2)) (-4 *2 (-1022)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1077)) (-5 *3 (-767)) (-5 *1 (-766)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-5 *2 (-1187 (-1092) *3)) (-5 *1 (-1194 *3)) (-4 *3 (-977))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-1197 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-787)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-106))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-112))))
((*1 *2 *1)
- (-12 (-5 *2 (-1187 *3 *4)) (-5 *1 (-1196 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-977)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-517)) (-4 *4 (-925 *3)) (-5 *1 (-133 *3 *4 *2))
- (-4 *2 (-351 *4))))
+ (-12 (-4 *1 (-344 *2 *3)) (-4 *3 (-1022)) (-4 *2 (-1022))))
+ ((*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-418 *3)) (-14 *3 *2)))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-567 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-901))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1000 *3)) (-14 *3 *2)))
+ ((*1 *1 *1) (-5 *1 (-1094))))
+(((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-800)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1017 (-784 (-359)))) (-5 *2 (-1017 (-784 (-207))))
+ (-5 *1 (-286)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446))))
+ ((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446))))
+ ((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-288)) (-5 *1 (-168 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4))
+ (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110))))
((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-925 *4)) (-4 *2 (-351 *4))
- (-5 *1 (-476 *4 *5 *2 *3)) (-4 *3 (-351 *5))))
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *1) (-5 *1 (-417))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-864)))))
+(((*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
((*1 *2 *3)
- (-12 (-5 *3 (-632 *5)) (-4 *5 (-925 *4)) (-4 *4 (-517))
- (-5 *2 (-632 *4)) (-5 *1 (-635 *4 *5))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-517)) (-4 *4 (-925 *3)) (-5 *1 (-1143 *3 *4 *2))
- (-4 *2 (-1150 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-1020)) (-4 *4 (-13 (-977) (-821 *3) (-789) (-567 *2)))
- (-5 *2 (-827 *3)) (-5 *1 (-999 *3 *4 *5))
- (-4 *5 (-13 (-408 *4) (-821 *3) (-567 *2))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-351 *3)) (-4 *3 (-1128)) (-4 *3 (-789)) (-5 *2 (-108))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *1 (-351 *4)) (-4 *4 (-1128))
- (-5 *2 (-108)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-4 *3 (-517))
- (-5 *2 (-1088 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-632 (-385 (-887 (-525)))))
- (-5 *2
- (-592
- (-2 (|:| |radval| (-294 (-525))) (|:| |radmult| (-525))
- (|:| |radvect| (-592 (-632 (-294 (-525))))))))
- (-5 *1 (-962)))))
-(((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-861)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *1 (-729)) (-5 *2 (-966))
- (-5 *3
- (-2 (|:| |fn| (-294 (-205)))
- (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))))
- ((*1 *2 *3 *2)
- (-12 (-4 *1 (-729)) (-5 *2 (-966))
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205)))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-592 (-713))) (-5 *1 (-903 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-517)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3))
- (-5 *1 (-1119 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-681)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-105)))))
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3801 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *3 *3 *3 *4 *5 *3 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-696)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108))
- (-5 *1 (-921 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *4 *5 *6 *3)))))
+ (-12 (-5 *3 (-715)) (-5 *2 (-1176 (-594 (-527)))) (-5 *1 (-458))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1 *3)) (-4 *3 (-1130)) (-5 *1 (-1075 *3)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 *3 *3)) (-5 *1 (-496 *3)) (-4 *3 (-13 (-669) (-25))))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-5 *2 (-1174 *3)) (-5 *1 (-655 *3 *4))
- (-4 *4 (-1150 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-514)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-592 *7)) (-5 *5 (-592 (-592 *8))) (-4 *7 (-789))
- (-4 *8 (-286)) (-4 *6 (-735)) (-4 *9 (-884 *8 *6 *7))
- (-5 *2
- (-2 (|:| |unitPart| *9)
- (|:| |suPart|
- (-592 (-2 (|:| -4201 (-1088 *9)) (|:| -2168 (-525)))))))
- (-5 *1 (-685 *6 *7 *8 *9)) (-5 *3 (-1088 *9)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1088 *9)) (-5 *4 (-592 *7)) (-5 *5 (-592 *8))
- (-4 *7 (-789)) (-4 *8 (-977)) (-4 *9 (-884 *8 *6 *7)) (-4 *6 (-735))
- (-5 *2 (-1088 *8)) (-5 *1 (-299 *6 *7 *8 *9)))))
+ (-12 (-5 *3 (-527)) (-4 *4 (-1152 (-387 *3))) (-5 *2 (-858))
+ (-5 *1 (-850 *4 *5)) (-4 *5 (-1152 (-387 *4))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-327))
- (-5 *2 (-592 (-2 (|:| |deg| (-713)) (|:| -4138 *3))))
- (-5 *1 (-197 *4 *3)) (-4 *3 (-1150 *4)))))
+ (-12 (-5 *3 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041))))))
+ (-4 *4 (-329)) (-5 *2 (-634 *4)) (-5 *1 (-326 *4)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-428 *3 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-789)) (-5 *2 (-527))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-842 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343)))
+ (-4 *3 (-1152 *4)) (-5 *2 (-527))))
+ ((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-13 (-519) (-791) (-970 *2) (-590 *2) (-431)))
+ (-5 *2 (-527)) (-5 *1 (-1037 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *4)))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-784 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-519) (-791) (-970 *2) (-590 *2) (-431)))
+ (-5 *2 (-527)) (-5 *1 (-1037 *6 *3))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-1077))
+ (-4 *6 (-13 (-519) (-791) (-970 *2) (-590 *2) (-431)))
+ (-5 *2 (-527)) (-5 *1 (-1037 *6 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-431)) (-5 *2 (-527))
+ (-5 *1 (-1038 *4))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-784 (-387 (-889 *6))))
+ (-5 *3 (-387 (-889 *6))) (-4 *6 (-431)) (-5 *2 (-527))
+ (-5 *1 (-1038 *6))))
+ ((*1 *2 *3 *4 *3 *5)
+ (|partial| -12 (-5 *3 (-387 (-889 *6))) (-5 *4 (-1094))
+ (-5 *5 (-1077)) (-4 *6 (-431)) (-5 *2 (-527)) (-5 *1 (-1038 *6))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *2 (-527)) (-5 *1 (-1113 *3)) (-4 *3 (-979)))))
+(((*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1077)) (-5 *1 (-286)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 (-889 *4))) (-5 *3 (-594 (-1094))) (-4 *4 (-431))
+ (-5 *1 (-855 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-704)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-296 *3)) (-4 *3 (-13 (-979) (-791)))
+ (-5 *1 (-205 *3 *4)) (-14 *4 (-594 (-1094))))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-207)) (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968))
+ (-5 *1 (-693)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1147 *5 *4)) (-5 *1 (-1090 *4 *5 *6))
- (-4 *4 (-977)) (-14 *5 (-1092)) (-14 *6 *4)))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1147 *5 *4)) (-5 *1 (-1166 *4 *5 *6))
- (-4 *4 (-977)) (-14 *5 (-1092)) (-14 *6 *4))))
+ (-12 (-5 *3 (-858)) (-4 *4 (-348)) (-4 *4 (-343)) (-5 *2 (-1090 *1))
+ (-4 *1 (-309 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-1090 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-350 *3 *2)) (-4 *3 (-162)) (-4 *3 (-343))
+ (-4 *2 (-1152 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-1090 *4))
+ (-5 *1 (-497 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-296 (-207)))) (-5 *2 (-110)) (-5 *1 (-248)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1090 *1)) (-4 *1 (-946)))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-159 (-207)) (-159 (-207)))) (-5 *4 (-1017 (-207)))
+ (-5 *5 (-110)) (-5 *2 (-1178)) (-5 *1 (-238)))))
+(((*1 *1 *1) (-5 *1 (-800))))
(((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444))))
- ((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444))))
- ((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))))
-(((*1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-702)))))
+ (-12 (-5 *2 (-1176 (-715))) (-5 *1 (-622 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-343) (-140) (-970 (-527)))) (-4 *5 (-1152 *4))
+ (-5 *2 (-2 (|:| |ans| (-387 *5)) (|:| |nosol| (-110))))
+ (-5 *1 (-949 *4 *5)) (-5 *3 (-387 *5)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-634 *5)) (-4 *5 (-979)) (-5 *1 (-983 *3 *4 *5))
+ (-14 *3 (-715)) (-14 *4 (-715)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-341 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-5 *2 (-715)) (-5 *1 (-366 *4)) (-4 *4 (-1022))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *2 (-23)) (-5 *1 (-597 *4 *2 *5))
+ (-4 *4 (-1022)) (-14 *5 *2)))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-5 *2 (-715)) (-5 *1 (-763 *4)) (-4 *4 (-791)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1174 (-713))) (-5 *1 (-620 *3)) (-4 *3 (-1020)))))
+ (-12 (-5 *2 (-594 (-2 (|:| |k| (-619 *3)) (|:| |c| *4))))
+ (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))))
+(((*1 *1) (-5 *1 (-991))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039))))))
- (-4 *4 (-327)) (-5 *2 (-713)) (-5 *1 (-324 *4))))
+ (-12 (-5 *3 (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041))))))
+ (-4 *4 (-329)) (-5 *2 (-715)) (-5 *1 (-326 *4))))
((*1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-329 *3 *4)) (-14 *3 (-856))
- (-14 *4 (-856))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-331 *3 *4)) (-14 *3 (-858))
+ (-14 *4 (-858))))
((*1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-330 *3 *4)) (-4 *3 (-327))
+ (-12 (-5 *2 (-715)) (-5 *1 (-332 *3 *4)) (-4 *3 (-329))
(-14 *4
- (-3 (-1088 *3)
- (-1174 (-592 (-2 (|:| -2219 *3) (|:| -1722 (-1039)))))))))
+ (-3 (-1090 *3)
+ (-1176 (-594 (-2 (|:| -2205 *3) (|:| -1720 (-1041)))))))))
((*1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-331 *3 *4)) (-4 *3 (-327))
- (-14 *4 (-856)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-987 (-955 *4) (-1088 (-955 *4)))) (-5 *3 (-798))
- (-5 *1 (-955 *4)) (-4 *4 (-13 (-787) (-341) (-953))))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-525)) (-5 *3 (-856)) (-5 *1 (-641))))
- ((*1 *2 *2 *2 *3 *4)
- (-12 (-5 *2 (-632 *5)) (-5 *3 (-94 *5)) (-5 *4 (-1 *5 *5))
- (-4 *5 (-341)) (-5 *1 (-911 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *1) (-5 *1 (-146))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-333 *3 *4)) (-4 *3 (-329))
+ (-14 *4 (-858)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-546 *4))
+ (-4 *4 (-329)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-634 *5))) (-5 *4 (-527)) (-4 *5 (-343))
+ (-4 *5 (-979)) (-5 *2 (-110)) (-5 *1 (-962 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-634 *4))) (-4 *4 (-343)) (-4 *4 (-979))
+ (-5 *2 (-110)) (-5 *1 (-962 *4)))))
+(((*1 *2 *3 *3 *4 *3 *5 *3 *5 *4 *5 *5 *4 *4 *5 *3)
+ (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527))
+ (-5 *2 (-968)) (-5 *1 (-701)))))
+(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-697)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1136 *3 *2)) (-4 *3 (-977))
- (-4 *2 (-1165 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-341)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-94 *5)) (-4 *5 (-341)) (-4 *5 (-977))
- (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3))
- (-4 *3 (-791 *5)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *3 (-286)) (-4 *3 (-160)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3)))
- (-5 *1 (-631 *3 *4 *5 *6)) (-4 *6 (-630 *3 *4 *5))))
+ (-12 (-4 *3 (-1022)) (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 *2)))
+ (-5 *2 (-829 *3)) (-5 *1 (-1001 *3 *4 *5))
+ (-4 *5 (-13 (-410 *4) (-823 *3) (-569 *2))))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-715)) (-5 *2 (-110))))
((*1 *2 *3 *3)
- (-12 (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-642 *3))
- (-4 *3 (-286)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -3801 *3) (|:| |coef2| (-724 *3))))
- (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-2 (|:| |k| (-761 *3)) (|:| |c| *4))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1073 (-525))) (-5 *1 (-1077 *4)) (-4 *4 (-977))
- (-5 *3 (-525)))))
+ (|partial| -12 (-5 *2 (-110)) (-5 *1 (-1131 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-1 (-110) *3 *3)) (-4 *3 (-1022)) (-5 *2 (-110))
+ (-5 *1 (-1131 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1090 (-889 *6))) (-4 *6 (-519))
+ (-4 *2 (-886 (-387 (-889 *6)) *5 *4)) (-5 *1 (-677 *5 *4 *6 *2))
+ (-4 *5 (-737))
+ (-4 *4 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-565 *4)) (-5 *1 (-564 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-789)))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *2)) (-4 *2 (-162))))
+ ((*1 *2) (-12 (-4 *2 (-162)) (-5 *1 (-396 *3 *2)) (-4 *3 (-397 *2))))
+ ((*1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-162)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-108)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *1 (-57 *3)) (-4 *3 (-1128))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-57 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33))))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-115 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-341)) (-5 *2 (-592 *3)) (-5 *1 (-880 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1174 (-1092))) (-5 *3 (-1174 (-430 *4 *5 *6 *7)))
- (-5 *1 (-430 *4 *5 *6 *7)) (-4 *4 (-160)) (-14 *5 (-856))
- (-14 *6 (-592 (-1092))) (-14 *7 (-1174 (-632 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-430 *4 *5 *6 *7)))
- (-5 *1 (-430 *4 *5 *6 *7)) (-4 *4 (-160)) (-14 *5 (-856))
- (-14 *6 (-592 *2)) (-14 *7 (-1174 (-632 *4)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-430 *3 *4 *5 *6))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092)))
- (-14 *6 (-1174 (-632 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1174 (-1092))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-160)) (-14 *4 (-856)) (-14 *5 (-592 (-1092)))
- (-14 *6 (-1174 (-632 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1092)) (-5 *1 (-430 *3 *4 *5 *6)) (-4 *3 (-160))
- (-14 *4 (-856)) (-14 *5 (-592 *2)) (-14 *6 (-1174 (-632 *3)))))
- ((*1 *1)
- (-12 (-5 *1 (-430 *2 *3 *4 *5)) (-4 *2 (-160)) (-14 *3 (-856))
- (-14 *4 (-592 (-1092))) (-14 *5 (-1174 (-632 *2))))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-977)) (-5 *1 (-655 *3 *4))
- (-4 *4 (-1150 *3)))))
-(((*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1099)))))
-(((*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *1 (-627 *2)) (-4 *2 (-1022))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-594 *5) (-594 *5))) (-5 *4 (-527))
+ (-5 *2 (-594 *5)) (-5 *1 (-627 *5)) (-4 *5 (-1022)))))
+(((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
+ (|partial| -12 (-4 *4 (-737)) (-4 *5 (-979)) (-4 *6 (-886 *5 *4 *2))
+ (-4 *2 (-791)) (-5 *1 (-887 *4 *2 *5 *6 *3))
+ (-4 *3
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *6)) (-15 -4109 (*6 $))
+ (-15 -4122 (*6 $)))))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-519))
+ (-5 *2 (-1094)) (-5 *1 (-975 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-273 (-385 (-887 *5)))) (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138)))
- (-5 *2 (-1082 (-592 (-294 *5)) (-592 (-273 (-294 *5)))))
- (-5 *1 (-1048 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138)))
- (-5 *2 (-1082 (-592 (-294 *5)) (-592 (-273 (-294 *5)))))
- (-5 *1 (-1048 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-525))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-525)))))
-(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-157 (-205)))) (-5 *2 (-966))
- (-5 *1 (-699)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
- (-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-1020)) (-4 *4 (-1128)) (-5 *2 (-108))
- (-5 *1 (-1073 *4)))))
+ (-12 (-5 *3 (-1094)) (-5 *4 (-889 (-527))) (-5 *2 (-310))
+ (-5 *1 (-312)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1017 (-784 (-207)))) (-5 *1 (-286)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-989 (-957 *4) (-1090 (-957 *4)))) (-5 *3 (-800))
+ (-5 *1 (-957 *4)) (-4 *4 (-13 (-789) (-343) (-955))))))
+(((*1 *1 *1 *1) (-4 *1 (-512))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-527)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-811))))
+ ((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-307 *3))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-490 *3 *4))
+ (-14 *4 (-527)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4))
+ (-4 *4 (-329))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4))
+ (-4 *4 (-329))))
+ ((*1 *1) (-4 *1 (-348)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1176 *4)) (-5 *1 (-497 *4))
+ (-4 *4 (-329))))
+ ((*1 *1 *1) (-4 *1 (-512))) ((*1 *1) (-4 *1 (-512)))
+ ((*1 *1 *1) (-5 *1 (-527))) ((*1 *1 *1) (-5 *1 (-715)))
+ ((*1 *2 *1) (-12 (-5 *2 (-842 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-5 *2 (-842 *4)) (-5 *1 (-841 *4))
+ (-4 *4 (-1022))))
+ ((*1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-512)) (-4 *2 (-519)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-341))
- (-5 *2
- (-2 (|:| A (-632 *5))
- (|:| |eqs|
- (-592
- (-2 (|:| C (-632 *5)) (|:| |g| (-1174 *5)) (|:| -1537 *6)
- (|:| |rh| *5))))))
- (-5 *1 (-755 *5 *6)) (-5 *3 (-632 *5)) (-5 *4 (-1174 *5))
- (-4 *6 (-602 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-4 *6 (-602 *5))
- (-5 *2 (-2 (|:| -4108 (-632 *6)) (|:| |vec| (-1174 *5))))
- (-5 *1 (-755 *5 *6)) (-5 *3 (-632 *6)) (-5 *4 (-1174 *5)))))
-(((*1 *2 *3 *4 *4 *5)
- (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-592 *3))
- (-4 *3 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
+ (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1152 *6))
+ (-4 *6 (-13 (-27) (-410 *5)))
+ (-4 *5 (-13 (-791) (-519) (-970 (-527)))) (-4 *8 (-1152 (-387 *7)))
+ (-5 *2 (-544 *3)) (-5 *1 (-515 *5 *6 *7 *8 *3))
+ (-4 *3 (-322 *6 *7 *8)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1020 *3)) (-4 *3 (-1022)) (-5 *2 (-110)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800))))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737))
+ (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8))
(-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-527 *6 *3 *7)) (-4 *7 (-1020)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
- (-12 (-5 *4 (-632 (-205))) (-5 *5 (-632 (-525))) (-5 *6 (-205))
- (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-694)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-408 *3) (-934))) (-5 *1 (-255 *3 *2))
- (-4 *3 (-13 (-789) (-517))))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-110)))))
-(((*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-462)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3)))))
-(((*1 *2 *3 *4 *3 *5)
- (-12 (-5 *3 (-1075)) (-5 *4 (-157 (-205))) (-5 *5 (-525))
- (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 (-632 *3))) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
+ (-2 (|:| -1653 (-594 *9)) (|:| -1296 *4) (|:| |ineq| (-594 *9))))
+ (-5 *1 (-923 *6 *7 *8 *9 *4)) (-5 *3 (-594 *9))
+ (-4 *4 (-998 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *3 *5 *5 *5 *5 *5)
+ (|partial| -12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737))
+ (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8))
+ (-5 *2
+ (-2 (|:| -1653 (-594 *9)) (|:| -1296 *4) (|:| |ineq| (-594 *9))))
+ (-5 *1 (-1029 *6 *7 *8 *9 *4)) (-5 *3 (-594 *9))
+ (-4 *4 (-998 *6 *7 *8 *9)))))
+(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-527)) (-5 *3 (-858)) (-5 *1 (-643))))
+ ((*1 *2 *2 *2 *3 *4)
+ (-12 (-5 *2 (-634 *5)) (-5 *3 (-96 *5)) (-5 *4 (-1 *5 *5))
+ (-4 *5 (-343)) (-5 *1 (-913 *5)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4)
- (-227 *4 (-385 (-525)))))
- (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *2 (-108))
- (-5 *1 (-478 *4 *5)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1073 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-1030)))))
+ (-12 (-5 *2 (-1075 (-527))) (-5 *1 (-1079 *4)) (-4 *4 (-979))
+ (-5 *3 (-527)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-306 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-736)))))
+(((*1 *1 *1) (-5 *1 (-110))))
+(((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179))))
+ ((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-343)) (-4 *2 (-1152 *4))
+ (-5 *1 (-859 *4 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-595 *3)) (-4 *3 (-1022)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-160)) (-4 *2 (-23)) (-5 *1 (-268 *3 *4 *2 *5 *6 *7))
- (-4 *4 (-1150 *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 (-306 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-5 *2 (-715))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-654 *3 *2 *4 *5 *6)) (-4 *3 (-160))
- (-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 (-1150 *3)) (-5 *1 (-655 *3 *2)) (-4 *3 (-977))))
+ (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022))
+ (-5 *2 (-715))))
((*1 *2 *1)
- (-12 (-4 *2 (-23)) (-5 *1 (-658 *3 *2 *4 *5 *6)) (-4 *3 (-160))
- (-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 (-804 *3)) (-5 *2 (-525)))))
-(((*1 *1 *1) (-12 (-5 *1 (-561 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1) (-5 *1 (-581))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-827 *4)) (-4 *4 (-1020)) (-5 *2 (-1 (-108) *5))
- (-5 *1 (-825 *4 *5)) (-4 *5 (-1128)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-592 (-565 *2))) (-5 *4 (-592 (-1092)))
- (-4 *2 (-13 (-408 (-157 *5)) (-934) (-1114)))
- (-4 *5 (-13 (-517) (-789))) (-5 *1 (-554 *5 *6 *2))
- (-4 *6 (-13 (-408 *5) (-934) (-1114))))))
-(((*1 *2)
- (-12 (-5 *2 (-385 (-887 *3))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-862)))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-680 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-671)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5))))
- ((*1 *2 *1) (-12 (-4 *1 (-665)) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-4 *1 (-669)) (-5 *2 (-108)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-1097))) (-5 *1 (-1097))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-1097))) (-5 *1 (-1097)))))
+ (-12
+ (-5 *3
+ (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))
+ (-5 *2 (-594 (-207))) (-5 *1 (-286)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-286)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3))
- (-5 *1 (-1043 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
-(((*1 *1) (-5 *1 (-270))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *3 (-991 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-994 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
+ (-12
(-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-1062 *5 *6 *7 *3 *4)) (-4 *4 (-1029 *5 *6 *7 *3)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1056))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818)) (-5 *3 (-525)))))
-(((*1 *1 *1 *1) (-5 *1 (-125))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-205)) (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *2) (-12 (-5 *2 (-592 (-294 (-205)))) (-5 *1 (-246)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-159)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-294 (-205))) (-5 *2 (-294 (-385 (-525))))
- (-5 *1 (-284)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-856)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-242)))))
-(((*1 *2 *3 *4 *5 *5)
- (-12 (-5 *4 (-108)) (-5 *5 (-525)) (-4 *6 (-341)) (-4 *6 (-346))
- (-4 *6 (-977)) (-5 *2 (-592 (-592 (-632 *6)))) (-5 *1 (-960 *6))
- (-5 *3 (-592 (-632 *6)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-341)) (-4 *4 (-346)) (-4 *4 (-977))
- (-5 *2 (-592 (-592 (-632 *4)))) (-5 *1 (-960 *4))
- (-5 *3 (-592 (-632 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-341)) (-4 *5 (-346)) (-4 *5 (-977))
- (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5))
- (-5 *3 (-592 (-632 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-4 *5 (-341)) (-4 *5 (-346)) (-4 *5 (-977))
- (-5 *2 (-592 (-592 (-632 *5)))) (-5 *1 (-960 *5))
- (-5 *3 (-592 (-632 *5))))))
-(((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1097)))))
+ (-922 (-387 (-527)) (-802 *3) (-222 *4 (-715))
+ (-229 *3 (-387 (-527)))))
+ (-14 *3 (-594 (-1094))) (-14 *4 (-715)) (-5 *1 (-921 *3 *4)))))
+(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1077)) (-5 *3 (-527)) (-5 *1 (-223))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-594 (-1077))) (-5 *3 (-527)) (-5 *4 (-1077))
+ (-5 *1 (-223))))
+ ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-800))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1154 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979)))))
+(((*1 *2)
+ (-12 (-4 *3 (-13 (-791) (-519) (-970 (-527)))) (-5 *2 (-1181))
+ (-5 *1 (-413 *3 *4)) (-4 *4 (-410 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-112)))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3))))
- ((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))))
-(((*1 *1 *1 *1) (-5 *1 (-125))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-286)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4))
- (-5 *2 (-2 (|:| |Hermite| *3) (|:| |eqMat| *3)))
- (-5 *1 (-1043 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 *2)) (-5 *4 (-1 *2 *2)) (-4 *2 (-1150 *5))
- (-5 *1 (-670 *5 *2)) (-4 *5 (-341)))))
-(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *1 *1) (-4 *1 (-578)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934) (-1114))))))
-(((*1 *2 *3) (-12 (-5 *3 (-592 (-51))) (-5 *2 (-1179)) (-5 *1 (-799)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934))))))
-(((*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2))
- (-4 *2 (-408 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5)) (-4 *5 (-1020)) (-5 *2 (-1 *5 *4))
- (-5 *1 (-626 *4 *5)) (-4 *4 (-1020))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-789)) (-5 *1 (-864 *3 *2)) (-4 *2 (-408 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-294 (-525))) (-5 *1 (-865))))
- ((*1 *2 *1) (-12 (-4 *1 (-1189 *3 *2)) (-4 *3 (-789)) (-4 *2 (-977))))
- ((*1 *2 *1) (-12 (-4 *2 (-977)) (-5 *1 (-1195 *2 *3)) (-4 *3 (-785)))))
-(((*1 *2 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1095))))
- ((*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095))))
- ((*1 *2 *3 *1) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-456)))))
-(((*1 *1 *1) (-5 *1 (-205)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1 *1) (-5 *1 (-357))) ((*1 *1) (-5 *1 (-357))))
-(((*1 *1) (-5 *1 (-415))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-592 (-1 *4 (-592 *4)))) (-4 *4 (-1020))
- (-5 *1 (-109 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1020))
- (-5 *1 (-109 *4))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-110)) (-5 *2 (-592 (-1 *4 (-592 *4))))
- (-5 *1 (-109 *4)) (-4 *4 (-1020)))))
-(((*1 *2 *3 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-341) (-138) (-968 (-525))))
- (-4 *5 (-1150 *4)) (-5 *2 (-592 (-385 *5))) (-5 *1 (-948 *4 *5))
- (-5 *3 (-385 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-281))))
- ((*1 *1 *1) (-4 *1 (-281))) ((*1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-1039)) (-4 *4 (-327))
- (-5 *1 (-495 *4)))))
+ (-12 (-5 *2 (-398 *3)) (-4 *3 (-519)) (-5 *1 (-399 *3)))))
+(((*1 *2 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-940)))))
+(((*1 *2 *3 *4 *4 *5 *4 *4 *5)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-702)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1128)) (-5 *1 (-808 *3 *2)) (-4 *3 (-1128))))
- ((*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *1) (-5 *1 (-417))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-519)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3))
+ (-5 *1 (-1121 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1077)) (-5 *1 (-286)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1042 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-970 (-527))) (-4 *3 (-13 (-791) (-519)))
+ (-5 *1 (-31 *3 *2)) (-4 *2 (-410 *3))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-1090 *4)) (-5 *1 (-155 *3 *4))
+ (-4 *3 (-156 *4))))
+ ((*1 *1 *1) (-12 (-4 *1 (-979)) (-4 *1 (-283))))
+ ((*1 *2) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-1090 *3))))
+ ((*1 *2) (-12 (-4 *1 (-669 *3 *2)) (-4 *3 (-162)) (-4 *2 (-1152 *3))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-995 *3 *2)) (-4 *3 (-13 (-789) (-343)))
+ (-4 *2 (-1152 *3)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-224 *2)) (-4 *2 (-1128)))))
+ (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791))
+ (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-1075 *2)) (-4 *2 (-288)) (-5 *1 (-163 *2)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *1) (-5 *1 (-148))))
+(((*1 *2 *2) (-12 (-5 *2 (-368)) (-5 *1 (-416))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-368)) (-5 *1 (-416)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092))
- (-14 *4 *2))))
-(((*1 *1 *2 *2)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-594 (-800)))) (-5 *1 (-800))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1061 *3 *4)) (-5 *1 (-928 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-343))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *5))) (-4 *5 (-979))
+ (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *6 (-220 *4 *5))
+ (-4 *7 (-220 *3 *5)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *5 (-970 (-47)))
+ (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-4 *5 (-410 *4))
+ (-5 *2 (-398 (-1090 (-47)))) (-5 *1 (-415 *4 *5 *3))
+ (-4 *3 (-1152 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-343) (-789))) (-5 *1 (-169 *3 *2))
+ (-4 *2 (-1152 (-159 *3))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-344 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-5 *2 (-1077)))))
+(((*1 *2 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-558 *2 *3)) (-4 *3 (-1128)) (-4 *2 (-1020))
- (-4 *2 (-789)))))
+ (|partial| -12 (-4 *1 (-1138 *3 *2)) (-4 *3 (-979))
+ (-4 *2 (-1167 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1110)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-724 *2)) (-4 *2 (-977)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-431)))))
+(((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-1179)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-3
+ (|:| |noa|
+ (-2 (|:| |fn| (-296 (-207))) (|:| -2138 (-594 (-207)))
+ (|:| |lb| (-594 (-784 (-207))))
+ (|:| |cf| (-594 (-296 (-207))))
+ (|:| |ub| (-594 (-784 (-207))))))
+ (|:| |lsa|
+ (-2 (|:| |lfn| (-594 (-296 (-207))))
+ (|:| -2138 (-594 (-207)))))))
+ (-5 *2 (-594 (-1077))) (-5 *1 (-248)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-217 *3))))
+ ((*1 *1) (-12 (-4 *1 (-217 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9))))
+ (-5 *4 (-715)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-1181))
+ (-5 *1 (-996 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9))))
+ (-5 *4 (-715)) (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8))
+ (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791)) (-5 *2 (-1181))
+ (-5 *1 (-1064 *5 *6 *7 *8 *9)))))
+(((*1 *1 *1) (-12 (-4 *1 (-353 *2)) (-4 *2 (-1130)) (-4 *2 (-791))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3 *3)) (-4 *1 (-353 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-594 (-842 *3))) (-5 *1 (-842 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791))
+ (-4 *6 (-993 *4 *5 *3))
+ (-5 *2 (-2 (|:| |under| *1) (|:| -1448 *1) (|:| |upper| *1)))
+ (-4 *1 (-911 *4 *5 *3 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-715)) (-4 *5 (-979)) (-4 *2 (-1152 *5))
+ (-5 *1 (-1170 *5 *2 *6 *3)) (-4 *6 (-604 *2)) (-4 *3 (-1167 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-343)) (-5 *1 (-958 *3 *2)) (-4 *2 (-604 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-343)) (-5 *2 (-2 (|:| -1653 *3) (|:| -1525 (-594 *5))))
+ (-5 *1 (-958 *5 *3)) (-5 *4 (-594 *5)) (-4 *3 (-604 *5)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-800)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *3 (-343)) (-4 *3 (-979))
+ (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-793 *3))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *4 (-96 *5)) (-4 *5 (-343)) (-4 *5 (-979))
+ (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-794 *5 *3))
+ (-4 *3 (-793 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359))))
+ ((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-359)))))
+(((*1 *2 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))))
+(((*1 *2 *1 *2) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-5 *3 (-1 (-110) *5 *5)) (-4 *5 (-13 (-1022) (-33)))
+ (-5 *2 (-110)) (-5 *1 (-1059 *4 *5)) (-4 *4 (-13 (-1022) (-33))))))
+(((*1 *1 *1 *1) (-5 *1 (-127))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *4)) (-4 *4 (-590 (-527))) (-5 *2 (-110))
+ (-5 *1 (-1201 *4)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-594 *10)) (-5 *5 (-110)) (-4 *10 (-998 *6 *7 *8 *9))
+ (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8))
+ (-5 *2
+ (-594
+ (-2 (|:| -1653 (-594 *9)) (|:| -1296 *10) (|:| |ineq| (-594 *9)))))
+ (-5 *1 (-923 *6 *7 *8 *9 *10)) (-5 *3 (-594 *9))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *4 (-594 *10)) (-5 *5 (-110)) (-4 *10 (-998 *6 *7 *8 *9))
+ (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-993 *6 *7 *8))
+ (-5 *2
+ (-594
+ (-2 (|:| -1653 (-594 *9)) (|:| -1296 *10) (|:| |ineq| (-594 *9)))))
+ (-5 *1 (-1029 *6 *7 *8 *9 *10)) (-5 *3 (-594 *9)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-592 *3)) (-5 *1 (-903 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-1075)) (-5 *1 (-728)))))
+ (-12 (-4 *3 (-288)) (-4 *3 (-162)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3)))
+ (-5 *1 (-633 *3 *4 *5 *6)) (-4 *6 (-632 *3 *4 *5))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-644 *3))
+ (-4 *3 (-288)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-5 *2 (-110)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-457 *4 *5)) (-14 *4 (-592 (-1092))) (-4 *5 (-977))
- (-5 *2 (-887 *5)) (-5 *1 (-879 *4 *5)))))
+ (-12 (-4 *4 (-13 (-343) (-789)))
+ (-5 *2 (-2 (|:| |start| *3) (|:| -3798 (-398 *3))))
+ (-5 *1 (-169 *4 *3)) (-4 *3 (-1152 (-159 *4))))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1130)) (-5 *1 (-810 *3 *2)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-345 *4)) (-4 *4 (-160))
- (-5 *2 (-632 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-632 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1075)) (-4 *1 (-342 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-797))))
- ((*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-899))))
- ((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-922))))
- ((*1 *2 *1) (-12 (-4 *1 (-942 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *3 (-594 *1)) (-4 *1 (-993 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-1020) (-33))) (-5 *1 (-1057 *2 *3))
- (-4 *3 (-13 (-1020) (-33))))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-1091)) (-5 *1 (-308)))))
-(((*1 *1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))))
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1088 *2)) (-4 *2 (-408 *4)) (-4 *4 (-13 (-789) (-517)))
- (-5 *1 (-31 *4 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))))
+ (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-162)) (-4 *2 (-519))))
+ ((*1 *1 *1) (|partial| -4 *1 (-667))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *1 *1) (-5 *1 (-127))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *2 *3 *3 *3 *4)
+ (-12 (-4 *4 (-343)) (-4 *3 (-1152 *4)) (-4 *5 (-1152 (-387 *3)))
+ (-4 *1 (-315 *4 *3 *5 *2)) (-4 *2 (-322 *4 *3 *5))))
+ ((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-527)) (-4 *2 (-343)) (-4 *4 (-1152 *2))
+ (-4 *5 (-1152 (-387 *4))) (-4 *1 (-315 *2 *4 *5 *6))
+ (-4 *6 (-322 *2 *4 *5))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *2 (-343)) (-4 *3 (-1152 *2)) (-4 *4 (-1152 (-387 *3)))
+ (-4 *1 (-315 *2 *3 *4 *5)) (-4 *5 (-322 *2 *3 *4))))
+ ((*1 *1 *2)
+ (-12 (-4 *3 (-343)) (-4 *4 (-1152 *3)) (-4 *5 (-1152 (-387 *4)))
+ (-4 *1 (-315 *3 *4 *5 *2)) (-4 *2 (-322 *3 *4 *5))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-393 *4 (-387 *4) *5 *6)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5)) (-4 *3 (-343))
+ (-4 *1 (-315 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-699)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))))
(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-385 (-887 *4))) (-5 *3 (-1092))
- (-4 *4 (-13 (-517) (-968 (-525)) (-138))) (-5 *1 (-531 *4)))))
+ (-12 (-5 *2 (-1 (-880 (-207)) (-207) (-207)))
+ (-5 *3 (-1 (-207) (-207) (-207) (-207))) (-5 *1 (-236)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-110)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *1) (-12 (-4 *1 (-944 *3)) (-4 *3 (-1130)) (-5 *2 (-594 *3)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *2 (-594 *3)) (-5 *1 (-861 *4 *5 *6 *3))
+ (-4 *3 (-886 *4 *6 *5)))))
+(((*1 *1 *1) (-5 *1 (-207)))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *1 *1) (-5 *1 (-359))) ((*1 *1) (-5 *1 (-359))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-901))) (-5 *1 (-272)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2742 *3)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-592 (-242))) (-5 *4 (-1092))
- (-5 *1 (-241 *2)) (-4 *2 (-1128))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-592 (-242))) (-5 *4 (-1092)) (-5 *2 (-51))
- (-5 *1 (-242)))))
-(((*1 *2 *2) (-12 (-5 *2 (-592 (-632 (-294 (-525))))) (-5 *1 (-962)))))
-(((*1 *1 *1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-341) (-787)))
- (-5 *2 (-592 (-2 (|:| -2868 (-592 *3)) (|:| -2188 *5))))
- (-5 *1 (-167 *5 *3)) (-4 *3 (-1150 (-157 *5)))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-341) (-787)))
- (-5 *2 (-592 (-2 (|:| -2868 (-592 *3)) (|:| -2188 *4))))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))))
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
+ (-12 (-5 *6 (-594 (-110))) (-5 *7 (-634 (-207)))
+ (-5 *8 (-634 (-527))) (-5 *3 (-527)) (-5 *4 (-207)) (-5 *5 (-110))
+ (-5 *2 (-968)) (-5 *1 (-699)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-2 (|:| -1897 *3) (|:| |coef2| (-726 *3))))
+ (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-791)) (-5 *1 (-1102 *3)))))
+(((*1 *2 *3 *3 *4 *4)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968))
+ (-5 *1 (-693)))))
+(((*1 *1 *2 *2 *3 *1)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1026)) (-5 *1 (-272)))))
+(((*1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *2 *1) (-12 (-4 *3 (-979)) (-5 *2 (-594 *1)) (-4 *1 (-1055 *3)))))
+(((*1 *2 *3 *1) (-12 (-5 *3 (-1094)) (-5 *2 (-1098)) (-5 *1 (-1097)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-567 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4)))
+ (-4 *4 (-13 (-519) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-258 *4 *2)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1047 *4 *3 *5))) (-4 *4 (-37 (-387 (-527))))
+ (-4 *4 (-979)) (-4 *3 (-791)) (-5 *1 (-1047 *4 *3 *5))
+ (-4 *5 (-886 *4 (-499 *3) *3))))
+ ((*1 *1 *2 *3 *4)
+ (-12 (-5 *2 (-1 (-1125 *4))) (-5 *3 (-1094)) (-5 *1 (-1125 *4))
+ (-4 *4 (-37 (-387 (-527)))) (-4 *4 (-979)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-715)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
+ ((*1 *1 *2)
+ (-12 (-4 *2 (-979)) (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2))
+ (-4 *5 (-220 *3 *2)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-1094))) (-4 *4 (-13 (-288) (-140)))
+ (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737))
+ (-5 *2 (-594 (-387 (-889 *4)))) (-5 *1 (-861 *4 *5 *6 *7))
+ (-4 *7 (-886 *4 *6 *5)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-108))))
+ (-12 (-4 *1 (-1191 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-2 (|:| |k| (-763 *3)) (|:| |c| *4))))))
+(((*1 *2 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *3 *4 *4 *5 *5 *3 *4 *4
+ *4 *6 *4)
+ (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207))) (-5 *6 (-622 (-207)))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-695)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-799))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-901))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-924))))
+ ((*1 *2 *1) (-12 (-4 *1 (-944 *2)) (-4 *2 (-1130))))
((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))))
-(((*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-693)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1092)) (-5 *5 (-1015 (-205))) (-5 *2 (-862))
- (-5 *1 (-860 *3)) (-4 *3 (-567 (-501)))))
- ((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *4 (-1092)) (-5 *5 (-1015 (-205))) (-5 *2 (-862))
- (-5 *1 (-860 *3)) (-4 *3 (-567 (-501)))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861))))
- ((*1 *1 *2 *2 *2 *2 *3 *3 *3 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-861))))
- ((*1 *1 *2 *2 *2 *2 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-861))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862))))
- ((*1 *1 *2 *2 *3 *3 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862))))
- ((*1 *1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-592 (-1 (-205) (-205)))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-1 (-205) (-205)))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862))))
- ((*1 *1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *3 (-1015 (-205)))
- (-5 *1 (-862)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))))
-(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114)))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341))))
- ((*1 *1 *2) (-12 (-5 *1 (-661 *2)) (-4 *2 (-341))))
- ((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-357)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-110))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-789)) (-5 *1 (-864 *4 *2))
- (-4 *2 (-408 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-1075)) (-5 *2 (-294 (-525)))
- (-5 *1 (-865)))))
-(((*1 *2 *3) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-522)) (-5 *3 (-525))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-385 (-525)))) (-5 *1 (-877)) (-5 *3 (-525)))))
+ (-12 (-4 *2 (-13 (-1022) (-33))) (-5 *1 (-1059 *2 *3))
+ (-4 *3 (-13 (-1022) (-33))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1044 *3 *4 *2 *5)) (-4 *4 (-979)) (-4 *5 (-220 *3 *4))
+ (-4 *2 (-220 *3 *4)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1041)) (-5 *1 (-310)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-858)) (-5 *1 (-730)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)) (-4 *2 (-343))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *4 (-343)) (-5 *1 (-607 *4 *2))
+ (-4 *2 (-604 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-303 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-128))
+ (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 *4))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| -2663 *3) (|:| -2897 *4))))
+ (-5 *1 (-680 *3 *4)) (-4 *3 (-979)) (-4 *4 (-671))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1154 *3 *4)) (-4 *3 (-979)) (-4 *4 (-736))
+ (-5 *2 (-1075 (-2 (|:| |k| *4) (|:| |c| *3)))))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-261)))))
+(((*1 *2)
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-112))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-112))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791))
+ (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-715))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791))
+ (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-247 *3)) (-4 *3 (-791)) (-5 *2 (-715)))))
(((*1 *2 *3)
- (-12 (-5 *3 |RationalNumber|) (-5 *2 (-1 (-525))) (-5 *1 (-975)))))
+ (-12 (-5 *2 (-1075 (-527))) (-5 *1 (-1079 *4)) (-4 *4 (-979))
+ (-5 *3 (-527)))))
+(((*1 *2 *3) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-425)) (-5 *3 (-527)))))
+(((*1 *2 *3 *4 *4 *5 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *2 (-968)) (-5 *1 (-697)))))
(((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4)))
- (-5 *2 (-1174 *6)) (-5 *1 (-314 *3 *4 *5 *6))
- (-4 *6 (-320 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-592 *8))) (-5 *3 (-592 *8))
- (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-108)) (-5 *1 (-910 *5 *6 *7 *8)))))
-(((*1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 (-878 *4))) (-4 *1 (-1053 *4)) (-4 *4 (-977))
- (-5 *2 (-713)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359)))
+ (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181))
+ (-5 *1 (-732))))
+ ((*1 *2 *3 *4 *5 *5 *6 *3 *3 *3 *3)
+ (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359)))
+ (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181))
+ (-5 *1 (-732)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-735)) (-4 *6 (-789)) (-4 *7 (-517))
- (-4 *3 (-884 *7 *5 *6))
+ (-12 (-5 *4 (-275 (-784 *3))) (-4 *3 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
(-5 *2
- (-2 (|:| -2168 (-713)) (|:| -2681 *3) (|:| |radicand| (-592 *3))))
- (-5 *1 (-888 *5 *6 *7 *3 *8)) (-5 *4 (-713))
- (-4 *8
- (-13 (-341)
- (-10 -8 (-15 -4066 (*3 $)) (-15 -4080 (*3 $)) (-15 -4100 ($ *3))))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *5 *7)) (-5 *4 (-1088 *7)) (-4 *5 (-977))
- (-4 *7 (-977)) (-4 *2 (-1150 *5)) (-5 *1 (-474 *5 *2 *6 *7))
- (-4 *6 (-1150 *2))))
+ (-3 (-784 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-784 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-784 *3) "failed")))
+ "failed"))
+ (-5 *1 (-587 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-275 *3)) (-5 *5 (-1077))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-784 *3)) (-5 *1 (-587 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-977)) (-4 *7 (-977))
- (-4 *4 (-1150 *5)) (-5 *2 (-1088 *7)) (-5 *1 (-474 *5 *4 *6 *7))
- (-4 *6 (-1150 *4)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1 *7 *7)) (-5 *5 (-592 (-385 *7)))
- (-4 *7 (-1150 *6)) (-5 *3 (-385 *7)) (-4 *6 (-341))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-535 *6 *7)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-290)) (-5 *1 (-275))))
+ (-12 (-5 *4 (-275 (-784 (-889 *5)))) (-4 *5 (-431))
+ (-5 *2
+ (-3 (-784 (-387 (-889 *5)))
+ (-2 (|:| |leftHandLimit| (-3 (-784 (-387 (-889 *5))) "failed"))
+ (|:| |rightHandLimit| (-3 (-784 (-387 (-889 *5))) "failed")))
+ "failed"))
+ (-5 *1 (-588 *5)) (-5 *3 (-387 (-889 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-275 (-387 (-889 *5)))) (-5 *3 (-387 (-889 *5)))
+ (-4 *5 (-431))
+ (-5 *2
+ (-3 (-784 *3)
+ (-2 (|:| |leftHandLimit| (-3 (-784 *3) "failed"))
+ (|:| |rightHandLimit| (-3 (-784 *3) "failed")))
+ "failed"))
+ (-5 *1 (-588 *5))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-275 (-387 (-889 *6)))) (-5 *5 (-1077))
+ (-5 *3 (-387 (-889 *6))) (-4 *6 (-431)) (-5 *2 (-784 *3))
+ (-5 *1 (-588 *6)))))
+(((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-398 *3)) (-4 *3 (-519))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-290)) (-5 *1 (-275))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-290)) (-5 *1 (-275))))
+ (-12 (-5 *3 (-594 (-2 (|:| -2700 *4) (|:| -4115 (-527)))))
+ (-4 *4 (-1152 (-527))) (-5 *2 (-715)) (-5 *1 (-421 *4)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-594 (-244))) (-5 *4 (-1094))
+ (-5 *1 (-243 *2)) (-4 *2 (-1130))))
((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-1075))) (-5 *3 (-1075)) (-5 *2 (-290))
- (-5 *1 (-275)))))
-(((*1 *2 *3) (-12 (-5 *3 (-763)) (-5 *2 (-51)) (-5 *1 (-773)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
+ (|partial| -12 (-5 *3 (-594 (-244))) (-5 *4 (-1094)) (-5 *2 (-51))
+ (-5 *1 (-244)))))
(((*1 *2)
- (-12 (-5 *2 (-1179)) (-5 *1 (-1106 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *5 (-1150 *4)) (-5 *2 (-592 (-2 (|:| -1423 *5) (|:| -3237 *5))))
- (-5 *1 (-749 *4 *5 *3 *6)) (-4 *3 (-602 *5))
- (-4 *6 (-602 (-385 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *4 (-1150 *5)) (-5 *2 (-592 (-2 (|:| -1423 *4) (|:| -3237 *4))))
- (-5 *1 (-749 *5 *4 *3 *6)) (-4 *3 (-602 *4))
- (-4 *6 (-602 (-385 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *5 (-1150 *4)) (-5 *2 (-592 (-2 (|:| -1423 *5) (|:| -3237 *5))))
- (-5 *1 (-749 *4 *5 *6 *3)) (-4 *6 (-602 *5))
- (-4 *3 (-602 (-385 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *4 (-1150 *5)) (-5 *2 (-592 (-2 (|:| -1423 *4) (|:| -3237 *4))))
- (-5 *1 (-749 *5 *4 *6 *3)) (-4 *6 (-602 *4))
- (-4 *3 (-602 (-385 *4))))))
-(((*1 *2 *2 *1) (|partial| -12 (-5 *2 (-592 *1)) (-4 *1 (-855)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-429)) (-4 *4 (-762))
- (-14 *5 (-1092)) (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 (-592 *7) *7 (-1088 *7))) (-5 *5 (-1 (-396 *7) *7))
- (-4 *7 (-1150 *6)) (-4 *6 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-5 *2 (-592 (-2 (|:| |frac| (-385 *7)) (|:| -1537 *3))))
- (-5 *1 (-751 *6 *7 *3 *8)) (-4 *3 (-602 *7))
- (-4 *8 (-602 (-385 *7)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-396 *6) *6)) (-4 *6 (-1150 *5))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-5 *2
- (-592 (-2 (|:| |frac| (-385 *6)) (|:| -1537 (-600 *6 (-385 *6))))))
- (-5 *1 (-754 *5 *6)) (-5 *3 (-600 *6 (-385 *6))))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798))))
- ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-4 *1 (-1018 *3))))
- ((*1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))))
+ (-12 (-4 *3 (-979)) (-5 *2 (-894 (-657 *3 *4))) (-5 *1 (-657 *3 *4))
+ (-4 *4 (-1152 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1090 *3)) (-4 *3 (-979)) (-4 *1 (-1152 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-110) (-112) (-112))) (-5 *1 (-112)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737))
+ (-5 *1 (-479 *4 *5 *6 *2)) (-4 *2 (-886 *4 *5 *6))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-886 *3 *4 *5)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-303 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-128))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-341 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-366 *3))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-597 *3 *4 *5))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-594 (-634 *4))) (-5 *2 (-634 *4)) (-4 *4 (-979))
+ (-5 *1 (-962 *4)))))
+(((*1 *2 *2 *3 *4 *4)
+ (-12 (-5 *4 (-527)) (-4 *3 (-162)) (-4 *5 (-353 *3))
+ (-4 *6 (-353 *3)) (-5 *1 (-633 *3 *5 *6 *2))
+ (-4 *2 (-632 *3 *5 *6)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3)))))
+ (-12 (-5 *2 (-594 (-594 (-880 (-207))))) (-5 *1 (-1126 *3))
+ (-4 *3 (-909)))))
+(((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-207) (-207) (-207)))
+ (-5 *4 (-3 (-1 (-207) (-207) (-207) (-207)) "undefined"))
+ (-5 *5 (-1017 (-207))) (-5 *6 (-594 (-244))) (-5 *2 (-1054 (-207)))
+ (-5 *1 (-641)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-112))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1077)) (-4 *4 (-791)) (-5 *1 (-866 *4 *2))
+ (-4 *2 (-410 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-1077)) (-5 *2 (-296 (-527)))
+ (-5 *1 (-867)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-851 *3)) (-4 *3 (-288)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1189 (-1094) *3)) (-4 *3 (-979)) (-5 *1 (-1196 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-878 *3))) (-4 *3 (-977)) (-4 *1 (-1053 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-878 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-159)))))
-(((*1 *1 *1) (-5 *1 (-989))))
+ (-12 (-5 *2 (-1189 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *1 (-1198 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-567 *4)) (-5 *1 (-566 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-791)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-1022)) (-5 *2 (-1181))
+ (-5 *1 (-1131 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-1022)) (-5 *2 (-1181))
+ (-5 *1 (-1131 *4)))))
+(((*1 *1 *1 *1) (-4 *1 (-452))) ((*1 *1 *1 *1) (-4 *1 (-706))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *6 (-858)) (-4 *5 (-288)) (-4 *3 (-1152 *5))
+ (-5 *2 (-2 (|:| |plist| (-594 *3)) (|:| |modulo| *5)))
+ (-5 *1 (-439 *5 *3)) (-5 *4 (-594 *3)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936)))
+ (-5 *1 (-165 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-863))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1017 (-207))) (-5 *1 (-864)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-592 *3))))
- ((*1 *2 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-464 *3)) (-4 *3 (-1128))
- (-5 *2 (-592 *3)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
+ (-12 (-5 *2 (-594 (-1117 *3))) (-5 *1 (-1117 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-329)) (-5 *3 (-527)) (-5 *2 (-1104 (-858) (-715))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-292)) (-5 *1 (-277))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-292)) (-5 *1 (-277))))
+ ((*1 *2 *3 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-292)) (-5 *1 (-277))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-1077))) (-5 *3 (-1077)) (-5 *2 (-292))
+ (-5 *1 (-277)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800))))
+ ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-4 *1 (-1020 *3))))
+ ((*1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-110)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-118 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))
+ (-5 *1 (-923 *3 *4 *5 *6 *7))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-594 *7)) (-4 *7 (-998 *3 *4 *5 *6)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))
+ (-5 *1 (-1029 *3 *4 *5 *6 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-337 *3)) (-4 *3 (-329)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-527)) (-4 *4 (-13 (-519) (-140))) (-5 *1 (-504 *4 *2))
+ (-4 *2 (-1167 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-527)) (-4 *4 (-13 (-343) (-348) (-569 *3)))
+ (-4 *5 (-1152 *4)) (-4 *6 (-669 *4 *5)) (-5 *1 (-508 *4 *5 *6 *2))
+ (-4 *2 (-1167 *6))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *3 (-527)) (-4 *4 (-13 (-343) (-348) (-569 *3)))
+ (-5 *1 (-509 *4 *2)) (-4 *2 (-1167 *4))))
+ ((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-13 (-519) (-140)))
+ (-5 *1 (-1071 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-296 (-207))) (-5 *2 (-296 (-359))) (-5 *1 (-286)))))
+(((*1 *2 *3 *2)
+ (|partial| -12 (-5 *2 (-1176 *4)) (-5 *3 (-634 *4)) (-4 *4 (-343))
+ (-5 *1 (-615 *4))))
+ ((*1 *2 *3 *2)
+ (|partial| -12 (-4 *4 (-343))
+ (-4 *5 (-13 (-353 *4) (-10 -7 (-6 -4262))))
+ (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262))))
+ (-5 *1 (-616 *4 *5 *2 *3)) (-4 *3 (-632 *4 *5 *2))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *4 (-594 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-343))
+ (-5 *1 (-758 *2 *3)) (-4 *3 (-604 *2))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1041)) (-5 *1 (-107))))
+ ((*1 *2 *1) (|partial| -12 (-5 *1 (-345 *2)) (-4 *2 (-1022))))
+ ((*1 *2 *1) (|partial| -12 (-5 *2 (-1077)) (-5 *1 (-1112)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-1134))
+ (-4 *6 (-1152 (-387 *5)))
+ (-5 *2
+ (-2 (|:| |num| *1) (|:| |den| *5) (|:| |derivden| *5)
+ (|:| |gd| *5)))
+ (-4 *1 (-322 *4 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288))
+ (-5 *2 (-594 (-715))) (-5 *1 (-722 *3 *4 *5 *6 *7))
+ (-4 *3 (-1152 *6)) (-4 *7 (-886 *6 *4 *5)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *1 (-57 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-57 *3)))))
(((*1 *2)
- (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5)))
- (-5 *2 (-713)) (-5 *1 (-319 *3 *4 *5 *6)) (-4 *3 (-320 *4 *5 *6))))
+ (-12 (-4 *4 (-343)) (-5 *2 (-858)) (-5 *1 (-308 *3 *4))
+ (-4 *3 (-309 *4))))
((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-713)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-1057 *3 *2)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *2 (-13 (-1020) (-33))))))
+ (-12 (-4 *4 (-343)) (-5 *2 (-777 (-858))) (-5 *1 (-308 *3 *4))
+ (-4 *3 (-309 *4))))
+ ((*1 *2) (-12 (-4 *1 (-309 *3)) (-4 *3 (-343)) (-5 *2 (-858))))
+ ((*1 *2)
+ (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-777 (-858))))))
+(((*1 *2 *2) (-12 (-5 *1 (-150 *2)) (-4 *2 (-512))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-906)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-977)) (-5 *2 (-108)) (-5 *1 (-421 *4 *3))
- (-4 *3 (-1150 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1092)) (-5 *2 (-415)) (-5 *1 (-1096)))))
-(((*1 *1) (-5 *1 (-270))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *2 (-359)) (-5 *1 (-189)))))
+(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968))
+ (-5 *1 (-693)))))
+(((*1 *1 *1) (-4 *1 (-580)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936) (-1116))))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1159 *3 *4 *5)) (-5 *1 (-297 *3 *4 *5))
- (-4 *3 (-13 (-341) (-789))) (-14 *4 (-1092)) (-14 *5 *3)))
- ((*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-525))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-396 *3)) (-4 *3 (-517))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-641))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-1020)) (-5 *1 (-656 *3 *2 *4)) (-4 *3 (-789))
- (-14 *4
- (-1 (-108) (-2 (|:| -1722 *3) (|:| -2168 *2))
- (-2 (|:| -1722 *3) (|:| -2168 *2)))))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-592 (-592 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-592 (-3 (|:| |array| (-592 *3)) (|:| |scalar| (-1092)))))
- (-5 *6 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1024))
- (-5 *1 (-375))))
- ((*1 *2 *3 *4 *5 *6 *3)
- (-12 (-5 *5 (-592 (-592 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
- (-5 *4 (-592 (-3 (|:| |array| (-592 *3)) (|:| |scalar| (-1092)))))
- (-5 *6 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1024))
- (-5 *1 (-375))))
- ((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *4 (-592 (-1092))) (-5 *5 (-1095)) (-5 *3 (-1092))
- (-5 *2 (-1024)) (-5 *1 (-375)))))
-(((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *3 (-632 *11)) (-5 *4 (-592 (-385 (-887 *8))))
- (-5 *5 (-713)) (-5 *6 (-1075)) (-4 *8 (-13 (-286) (-138)))
- (-4 *11 (-884 *8 *10 *9)) (-4 *9 (-13 (-789) (-567 (-1092))))
- (-4 *10 (-735))
- (-5 *2
- (-2
- (|:| |rgl|
- (-592
- (-2 (|:| |eqzro| (-592 *11)) (|:| |neqzro| (-592 *11))
- (|:| |wcond| (-592 (-887 *8)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *8))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *8))))))))))
- (|:| |rgsz| (-525))))
- (-5 *1 (-859 *8 *9 *10 *11)) (-5 *7 (-525)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-764)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(((*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-525))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-713))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-856))))
+ (-12 (-4 *1 (-1152 *3)) (-4 *3 (-979)) (-5 *2 (-1090 *3)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-2 (|:| -1863 *1) (|:| -4248 *1) (|:| |associate| *1)))
+ (-4 *1 (-519)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-1059 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33))))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-5 *3 (-527)) (-5 *4 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-398 *2)) (-4 *2 (-519)))))
+(((*1 *1) (-5 *1 (-417))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791))))
+ ((*1 *1) (-4 *1 (-1070))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-1176 *5))) (-5 *4 (-527)) (-5 *2 (-1176 *5))
+ (-5 *1 (-962 *5)) (-4 *5 (-343)) (-4 *5 (-348)) (-4 *5 (-979)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-112)))))
+(((*1 *1 *2 *1) (-12 (-4 *1 (-21)) (-5 *2 (-527))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-715))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-25)) (-5 *2 (-858))))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713))
- (-4 *4 (-160))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-205)) (-5 *1 (-146))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-856)) (-5 *1 (-146))))
+ (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715))
+ (-4 *4 (-162))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-207)) (-5 *1 (-148))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-858)) (-5 *1 (-148))))
((*1 *2 *1 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114)))
- (-5 *1 (-207 *3))))
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116)))
+ (-5 *1 (-209 *3))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-218 *3 *2)) (-4 *2 (-1128)) (-4 *2 (-669))))
+ (-12 (-4 *1 (-220 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-671))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-218 *3 *2)) (-4 *2 (-1128)) (-4 *2 (-669))))
+ (-12 (-4 *1 (-220 *3 *2)) (-4 *2 (-1130)) (-4 *2 (-671))))
((*1 *1 *2 *1)
- (-12 (-5 *1 (-273 *2)) (-4 *2 (-1032)) (-4 *2 (-1128))))
+ (-12 (-5 *1 (-275 *2)) (-4 *2 (-1034)) (-4 *2 (-1130))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-273 *2)) (-4 *2 (-1032)) (-4 *2 (-1128))))
+ (-12 (-5 *1 (-275 *2)) (-4 *2 (-1034)) (-4 *2 (-1130))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-301 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-126))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-339 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-339 *2)) (-4 *2 (-1020))))
+ (-12 (-4 *1 (-303 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-128))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-341 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-341 *2)) (-4 *2 (-1022))))
((*1 *1 *2 *3)
- (-12 (-5 *1 (-359 *3 *2)) (-4 *3 (-977)) (-4 *2 (-789))))
+ (-12 (-5 *1 (-361 *3 *2)) (-4 *3 (-979)) (-4 *2 (-791))))
((*1 *1 *2 *3)
- (-12 (-4 *1 (-360 *2 *3)) (-4 *2 (-977)) (-4 *3 (-1020))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020))))
+ (-12 (-4 *1 (-362 *2 *3)) (-4 *2 (-979)) (-4 *3 (-1022))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022))))
((*1 *1 *2 *1)
- (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160))
- (-4 *6 (-218 (-2827 *3) (-713)))
+ (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162))
+ (-4 *6 (-220 (-2809 *3) (-715)))
(-14 *7
- (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *6))
- (-2 (|:| -1722 *5) (|:| -2168 *6))))
- (-5 *1 (-438 *3 *4 *5 *6 *7 *2)) (-4 *5 (-789))
- (-4 *2 (-884 *4 *6 (-800 *3)))))
+ (-1 (-110) (-2 (|:| -1720 *5) (|:| -3148 *6))
+ (-2 (|:| -1720 *5) (|:| -3148 *6))))
+ (-5 *1 (-440 *3 *4 *5 *6 *7 *2)) (-4 *5 (-791))
+ (-4 *2 (-886 *4 *6 (-802 *3)))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
+ (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-447 *2 *3)) (-4 *2 (-160)) (-4 *3 (-23))))
+ (-12 (-4 *1 (-449 *2 *3)) (-4 *2 (-162)) (-4 *3 (-23))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789))
- (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4))))
+ (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791))
+ (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-327)) (-5 *1 (-495 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-501)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-551 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-551 *2)) (-4 *2 (-977))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-551 *2)) (-4 *2 (-977))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-594 *2)) (-4 *2 (-984))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-1 *7 *5))
- (-5 *1 (-627 *5 *6 *7))))
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-329)) (-5 *1 (-497 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-503)))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-553 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-553 *2)) (-4 *2 (-979))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-553 *2)) (-4 *2 (-979))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-596 *2)) (-4 *2 (-986))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-1 *7 *5))
+ (-5 *1 (-629 *5 *6 *7))))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-630 *3 *2 *4)) (-4 *3 (-977)) (-4 *2 (-351 *3))
- (-4 *4 (-351 *3))))
+ (-12 (-4 *1 (-632 *3 *2 *4)) (-4 *3 (-979)) (-4 *2 (-353 *3))
+ (-4 *4 (-353 *3))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-630 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *2 (-351 *3))))
+ (-12 (-4 *1 (-632 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *2 (-353 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
+ (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
((*1 *1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
- ((*1 *1 *1 *1) (-4 *1 (-663)))
- ((*1 *1 *1 *2) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *2 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
+ ((*1 *1 *1 *1) (-4 *1 (-665)))
+ ((*1 *1 *1 *2) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *2 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1174 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-517))
- (-5 *1 (-903 *3 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-983 *2)) (-4 *2 (-984))))
- ((*1 *1 *1 *1) (-4 *1 (-1032)))
+ (-12 (-5 *2 (-1176 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-519))
+ (-5 *1 (-905 *3 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-985 *2)) (-4 *2 (-986))))
+ ((*1 *1 *1 *1) (-4 *1 (-1034)))
((*1 *2 *2 *1)
- (-12 (-4 *1 (-1042 *3 *4 *2 *5)) (-4 *4 (-977)) (-4 *2 (-218 *3 *4))
- (-4 *5 (-218 *3 *4))))
+ (-12 (-4 *1 (-1044 *3 *4 *2 *5)) (-4 *4 (-979)) (-4 *2 (-220 *3 *4))
+ (-4 *5 (-220 *3 *4))))
((*1 *2 *1 *2)
- (-12 (-4 *1 (-1042 *3 *4 *5 *2)) (-4 *4 (-977)) (-4 *5 (-218 *3 *4))
- (-4 *2 (-218 *3 *4))))
+ (-12 (-4 *1 (-1044 *3 *4 *5 *2)) (-4 *4 (-979)) (-4 *5 (-220 *3 *4))
+ (-4 *2 (-220 *3 *4))))
((*1 *1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-789)) (-5 *1 (-1045 *3 *4 *2))
- (-4 *2 (-884 *3 (-497 *4) *4))))
+ (-12 (-4 *3 (-979)) (-4 *4 (-791)) (-5 *1 (-1047 *3 *4 *2))
+ (-4 *2 (-886 *3 (-499 *4) *4))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
((*1 *2 *3 *2)
- (-12 (-5 *2 (-878 (-205))) (-5 *3 (-205)) (-5 *1 (-1125))))
+ (-12 (-5 *2 (-880 (-207))) (-5 *3 (-207)) (-5 *1 (-1127))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-669))))
+ (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-671))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1172 *2)) (-4 *2 (-1128)) (-4 *2 (-669))))
+ (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-671))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-525)) (-4 *1 (-1172 *3)) (-4 *3 (-1128)) (-4 *3 (-21))))
+ (-12 (-5 *2 (-527)) (-4 *1 (-1174 *3)) (-4 *3 (-1130)) (-4 *3 (-21))))
((*1 *1 *2 *1)
- (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977))))
+ (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-1189 *3 *2)) (-4 *3 (-789)) (-4 *2 (-977))))
+ (-12 (-4 *1 (-1191 *3 *2)) (-4 *3 (-791)) (-4 *2 (-979))))
((*1 *1 *1 *2)
- (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-977)) (-4 *3 (-785)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *2 (-991 *4 *5 *6)) (-5 *1 (-718 *4 *5 *6 *2 *3))
- (-4 *3 (-996 *4 *5 *6 *2)))))
-(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
- (-12 (-5 *4 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-57 *6)) (-4 *6 (-1128))
- (-4 *5 (-1128)) (-5 *2 (-57 *5)) (-5 *1 (-56 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-220 *6 *7)) (-14 *6 (-713))
- (-4 *7 (-1128)) (-4 *5 (-1128)) (-5 *2 (-220 *6 *5))
- (-5 *1 (-219 *6 *7 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1128)) (-4 *5 (-1128))
- (-4 *2 (-351 *5)) (-5 *1 (-349 *6 *4 *5 *2)) (-4 *4 (-351 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1020)) (-4 *5 (-1020))
- (-4 *2 (-403 *5)) (-5 *1 (-401 *6 *4 *5 *2)) (-4 *4 (-403 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-592 *6)) (-4 *6 (-1128))
- (-4 *5 (-1128)) (-5 *2 (-592 *5)) (-5 *1 (-590 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-892 *6)) (-4 *6 (-1128))
- (-4 *5 (-1128)) (-5 *2 (-892 *5)) (-5 *1 (-891 *6 *5))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1073 *6)) (-4 *6 (-1128))
- (-4 *3 (-1128)) (-5 *2 (-1073 *3)) (-5 *1 (-1071 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1174 *6)) (-4 *6 (-1128))
- (-4 *5 (-1128)) (-5 *2 (-1174 *5)) (-5 *1 (-1173 *6 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-1088 *4))
- (-5 *1 (-495 *4)))))
-(((*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1099)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-687 *3)) (-4 *3 (-160)))))
-(((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160))))
- ((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-1092)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-644 *3 *5 *6 *7))
- (-4 *3 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128))
- (-4 *7 (-1128))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092)) (-5 *2 (-1 *6 *5)) (-5 *1 (-649 *3 *5 *6))
- (-4 *3 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128)))))
-(((*1 *1 *2 *3 *1)
- (-12 (-14 *4 (-592 (-1092))) (-4 *2 (-160))
- (-4 *3 (-218 (-2827 *4) (-713)))
- (-14 *6
- (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *3))
- (-2 (|:| -1722 *5) (|:| -2168 *3))))
- (-5 *1 (-438 *4 *2 *5 *3 *6 *7)) (-4 *5 (-789))
- (-4 *7 (-884 *2 *3 (-800 *4))))))
-(((*1 *1 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525))))
+ (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-979)) (-4 *3 (-787)))))
+(((*1 *2 *3 *2 *4)
+ (-12 (-5 *3 (-112)) (-5 *4 (-715)) (-4 *5 (-431)) (-4 *5 (-791))
+ (-4 *5 (-970 (-527))) (-4 *5 (-519)) (-5 *1 (-40 *5 *2))
+ (-4 *2 (-410 *5))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *5 (-567 $)) $))
+ (-15 -4122 ((-1046 *5 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *5 (-567 $))))))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-594 (-594 *3)))))
((*1 *2 *1)
- (-12 (-5 *2 (-1174 (-3 (-445) "undefined"))) (-5 *1 (-1175)))))
-(((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *1 *1 *1) (-12 (-4 *1 (-1150 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *4 *3 *6)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN))))
- (-5 *2 (-966)) (-5 *1 (-691)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-856)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-242)))))
-(((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-273 (-887 (-525))))
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-594 (-594 *5)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-594 *3))) (-5 *1 (-1103 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-4 *6 (-1152 *9)) (-4 *7 (-737)) (-4 *8 (-791)) (-4 *9 (-288))
+ (-4 *10 (-886 *9 *7 *8))
(-5 *2
- (-2 (|:| |varOrder| (-592 (-1092)))
- (|:| |inhom| (-3 (-592 (-1174 (-713))) "failed"))
- (|:| |hom| (-592 (-1174 (-713))))))
- (-5 *1 (-216)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-372))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
+ (-2 (|:| |deter| (-594 (-1090 *10)))
+ (|:| |dterm|
+ (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| *10)))))
+ (|:| |nfacts| (-594 *6)) (|:| |nlead| (-594 *10))))
+ (-5 *1 (-722 *6 *7 *8 *9 *10)) (-5 *3 (-1090 *10)) (-5 *4 (-594 *6))
+ (-5 *5 (-594 *10)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-431))
(-5 *2
- (-2 (|:| |func| *3) (|:| |kers| (-592 (-565 *3)))
- (|:| |vals| (-592 *3))))
- (-5 *1 (-256 *5 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5))))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-840 *3)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-1141 (-525))) (-4 *1 (-597 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-597 *3)) (-4 *3 (-1128)))))
+ (-594
+ (-2 (|:| |eigval| (-3 (-387 (-889 *4)) (-1084 (-1094) (-889 *4))))
+ (|:| |geneigvec| (-594 (-634 (-387 (-889 *4))))))))
+ (-5 *1 (-273 *4)) (-5 *3 (-634 (-387 (-889 *4)))))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-117 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-1099)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))))
-(((*1 *2 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)) (-4 *2 (-1114))))
- ((*1 *2 *1) (-12 (-5 *1 (-309 *2)) (-4 *2 (-789))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 *3)) (-5 *1 (-565 *3)) (-4 *3 (-789)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-341))
- (-5 *2 (-2 (|:| |answer| *3) (|:| |polypart| *3)))
- (-5 *1 (-535 *5 *3)))))
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-697)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791))))
+ ((*1 *2 *2 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *2)) (-4 *2 (-162))))
+ ((*1 *2) (-12 (-4 *2 (-162)) (-5 *1 (-396 *3 *2)) (-4 *3 (-397 *2))))
+ ((*1 *2) (-12 (-4 *1 (-397 *2)) (-4 *2 (-162)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-176))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-281))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1017 (-784 (-207)))) (-5 *2 (-207)) (-5 *1 (-286)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-343)) (-5 *2 (-594 *3)) (-5 *1 (-882 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -3160 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-343)) (-4 *7 (-1152 *6))
+ (-5 *2
+ (-3 (-2 (|:| |answer| (-387 *7)) (|:| |a0| *6))
+ (-2 (|:| -3160 (-387 *7)) (|:| |coeff| (-387 *7))) "failed"))
+ (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
(((*1 *1 *2 *2 *2)
- (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114)))))
+ (-12 (-5 *1 (-209 *2)) (-4 *2 (-13 (-343) (-1116)))))
((*1 *2 *1 *3 *4 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-357)) (-5 *2 (-1179)) (-5 *1 (-1175))))
+ (-12 (-5 *3 (-858)) (-5 *4 (-359)) (-5 *2 (-1181)) (-5 *1 (-1177))))
((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2)
- (-12 (-4 *4 (-341)) (-5 *2 (-713)) (-5 *1 (-306 *3 *4))
- (-4 *3 (-307 *4))))
- ((*1 *2) (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-713)))))
-(((*1 *1 *2) (-12 (-5 *1 (-207 *2)) (-4 *2 (-13 (-341) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1110))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1110)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *2) (-12 (-5 *2 (-632 (-294 (-525)))) (-5 *1 (-962)))))
-(((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444))))
- ((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))))
-(((*1 *2 *1) (-12 (-4 *1 (-345 *2)) (-4 *2 (-160)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *2 *3 *3 *2)
- (|partial| -12 (-5 *2 (-713))
- (-4 *3 (-13 (-669) (-346) (-10 -7 (-15 ** (*3 *3 (-525))))))
- (-5 *1 (-226 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-899))) (-5 *1 (-104))))
- ((*1 *2 *1) (-12 (-5 *2 (-44 (-1075) (-716))) (-5 *1 (-110)))))
-(((*1 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-809)) (-5 *1 (-1177)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-899))) (-5 *1 (-104)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))))
+ (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-4 *5 (-408 *4))
- (-5 *2 (-396 *3)) (-5 *1 (-413 *4 *5 *3)) (-4 *3 (-1150 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-991 *4 *5 *6)) (-4 *4 (-517))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-910 *4 *5 *6 *2)))))
-(((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-414)))))
+ (-12 (-5 *3 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))
+ (-5 *2 (-387 (-527))) (-5 *1 (-953 *4)) (-4 *4 (-1152 (-527))))))
+(((*1 *1 *1 *1 *2)
+ (|partial| -12 (-5 *2 (-110)) (-5 *1 (-552 *3)) (-4 *3 (-979)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022))
+ (-4 *4 (-23)) (-14 *5 *4))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-634 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-634 *4)) (-5 *1 (-396 *3 *4))
+ (-4 *3 (-397 *4))))
+ ((*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *2 (-1075 (-207))) (-5 *1 (-176))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-296 (-207))) (-5 *4 (-594 (-1094)))
+ (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-1075 (-207))) (-5 *1 (-281))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *4 (-594 (-1094)))
+ (-5 *5 (-1017 (-784 (-207)))) (-5 *2 (-1075 (-207))) (-5 *1 (-281)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1176 (-1094))) (-5 *3 (-1176 (-432 *4 *5 *6 *7)))
+ (-5 *1 (-432 *4 *5 *6 *7)) (-4 *4 (-162)) (-14 *5 (-858))
+ (-14 *6 (-594 (-1094))) (-14 *7 (-1176 (-634 *4)))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-1176 (-432 *4 *5 *6 *7)))
+ (-5 *1 (-432 *4 *5 *6 *7)) (-4 *4 (-162)) (-14 *5 (-858))
+ (-14 *6 (-594 *2)) (-14 *7 (-1176 (-634 *4)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1176 (-432 *3 *4 *5 *6))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094)))
+ (-14 *6 (-1176 (-634 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1176 (-1094))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-162)) (-14 *4 (-858)) (-14 *5 (-594 (-1094)))
+ (-14 *6 (-1176 (-634 *3)))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1094)) (-5 *1 (-432 *3 *4 *5 *6)) (-4 *3 (-162))
+ (-14 *4 (-858)) (-14 *5 (-594 *2)) (-14 *6 (-1176 (-634 *3)))))
+ ((*1 *1)
+ (-12 (-5 *1 (-432 *2 *3 *4 *5)) (-4 *2 (-162)) (-14 *3 (-858))
+ (-14 *4 (-594 (-1094))) (-14 *5 (-1176 (-634 *2))))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-108) *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517))
- (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-2 (|:| |goodPols| (-592 *8)) (|:| |badPols| (-592 *8))))
- (-5 *1 (-910 *5 *6 *7 *8)) (-5 *4 (-592 *8)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12
- (-5 *3
- (-1 (-3 (-2 (|:| -3991 *4) (|:| |coeff| *4)) "failed") *4))
- (-4 *4 (-341)) (-5 *1 (-535 *4 *2)) (-4 *2 (-1150 *4)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-573 *4 *5))
- (-5 *3
- (-1 (-2 (|:| |ans| *4) (|:| -3446 *4) (|:| |sol?| (-108)))
- (-525) *4))
- (-4 *4 (-341)) (-4 *5 (-1150 *4)) (-5 *1 (-535 *4 *5)))))
+ (|partial| -12 (-5 *4 (-275 (-777 *3)))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-777 *3)) (-5 *1 (-587 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-275 (-777 (-889 *5)))) (-4 *5 (-431))
+ (-5 *2 (-777 (-387 (-889 *5)))) (-5 *1 (-588 *5))
+ (-5 *3 (-387 (-889 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-275 (-387 (-889 *5)))) (-5 *3 (-387 (-889 *5)))
+ (-4 *5 (-431)) (-5 *2 (-777 *3)) (-5 *1 (-588 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-901))) (-5 *1 (-106))))
+ ((*1 *2 *1) (-12 (-5 *2 (-44 (-1077) (-718))) (-5 *1 (-112)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-979))
+ (-5 *1 (-1079 *4))))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-527)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979))
+ (-14 *4 (-1094)) (-14 *5 *3))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-387 (-889 *5)))) (-5 *4 (-594 (-1094)))
+ (-4 *5 (-519)) (-5 *2 (-594 (-594 (-889 *5)))) (-5 *1 (-1100 *5)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1143 (-527))) (-4 *1 (-599 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-4 *1 (-599 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936)))
+ (-5 *1 (-165 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800))))
+ ((*1 *2 *1)
+ (-12
+ (-5 *2
+ (-2 (|:| -2631 (-594 (-800))) (|:| -1741 (-594 (-800)))
+ (|:| |presup| (-594 (-800))) (|:| -3216 (-594 (-800)))
+ (|:| |args| (-594 (-800)))))
+ (-5 *1 (-1094)))))
+(((*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1101)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-385 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-13 (-341) (-138)))
- (-5 *1 (-377 *3 *4)))))
-(((*1 *2 *3 *3 *4 *5 *5)
- (-12 (-5 *5 (-108)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *3 (-991 *6 *7 *8))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-1028 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 (-2 (|:| |val| (-592 *8)) (|:| -1285 *9))))
- (-5 *5 (-108)) (-4 *8 (-991 *6 *7 *4)) (-4 *9 (-996 *6 *7 *4 *8))
- (-4 *6 (-429)) (-4 *7 (-735)) (-4 *4 (-789))
- (-5 *2 (-592 (-2 (|:| |val| *8) (|:| -1285 *9))))
- (-5 *1 (-1028 *6 *7 *4 *8 *9)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-592 (-878 (-205))))) (-5 *2 (-592 (-205)))
- (-5 *1 (-445)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-30))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1 (-396 *4) *4)) (-4 *4 (-517)) (-5 *2 (-396 *4))
- (-5 *1 (-397 *4))))
- ((*1 *1 *1) (-5 *1 (-861)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861))))
- ((*1 *1 *1) (-5 *1 (-862)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))
- (-5 *4 (-385 (-525))) (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))
- (-5 *1 (-951 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))
- (-5 *4 (-385 (-525))) (-5 *1 (-952 *3)) (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *2 *2)
- (|partial| -12
- (-5 *2 (-2 (|:| -3436 (-385 (-525))) (|:| -3446 (-385 (-525)))))
- (-5 *1 (-952 *3)) (-4 *3 (-1150 (-385 (-525))))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3))
- (-4 *3 (-1150 *2)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *3 *3 *3 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966))
- (-5 *1 (-689)))))
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-979)) (-5 *1 (-657 *3 *4))
+ (-4 *4 (-1152 *3)))))
+(((*1 *2 *2)
+ (|partial| -12 (-5 *2 (-1090 *3)) (-4 *3 (-329)) (-5 *1 (-337 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-2 (|:| -2205 *4) (|:| -2196 (-527)))))
+ (-4 *4 (-1022)) (-5 *2 (-1 *4)) (-5 *1 (-951 *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| (-1073 (-205)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -1777
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite| "The bottom 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 (-966)) (-5 *1 (-284)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818))
- (-5 *3 (-592 (-525)))))
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077)))))
+ (-5 *2 (-968)) (-5 *1 (-286))))
((*1 *2 *3)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *1 (-818))
- (-5 *3 (-592 (-525))))))
+ (-12
+ (-5 *3
+ (-2 (|:| -3790 (-359)) (|:| -2365 (-1077))
+ (|:| |explanations| (-594 (-1077))) (|:| |extra| (-968))))
+ (-5 *2 (-968)) (-5 *1 (-286)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-863)))))
+(((*1 *1 *1) (-4 *1 (-1063))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-512))))
+(((*1 *2) (-12 (-5 *2 (-1066 (-1077))) (-5 *1 (-371)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979))
+ (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265)))
+ (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4))))
+ ((*1 *1 *1) (-4 *1 (-512)))
+ ((*1 *2 *1) (-12 (-5 *2 (-858)) (-5 *1 (-619 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-858)) (-5 *1 (-623 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-763 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-830 *3)) (-4 *3 (-791))))
+ ((*1 *2 *1) (-12 (-4 *1 (-929 *3)) (-4 *3 (-1130)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-1128 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1174 *2)) (-4 *2 (-1130)) (-4 *2 (-936))
+ (-4 *2 (-979)))))
+(((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)))))
+(((*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1101)))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *2 *2 *3)
+ (-12 (-4 *4 (-737))
+ (-4 *3 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *5 (-519))
+ (-5 *1 (-677 *4 *3 *5 *2)) (-4 *2 (-886 (-387 (-889 *5)) *4 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-4 *4 (-979)) (-4 *5 (-737))
+ (-4 *3
+ (-13 (-791)
+ (-10 -8 (-15 -2051 ((-1094) $))
+ (-15 -3507 ((-3 $ "failed") (-1094))))))
+ (-5 *1 (-919 *4 *5 *3 *2)) (-4 *2 (-886 (-889 *4) *5 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *6))
+ (-4 *6
+ (-13 (-791)
+ (-10 -8 (-15 -2051 ((-1094) $))
+ (-15 -3507 ((-3 $ "failed") (-1094))))))
+ (-4 *4 (-979)) (-4 *5 (-737)) (-5 *1 (-919 *4 *5 *6 *2))
+ (-4 *2 (-886 (-889 *4) *5 *6)))))
+(((*1 *2)
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1090 *9)) (-5 *4 (-594 *7)) (-4 *7 (-791))
+ (-4 *9 (-886 *8 *6 *7)) (-4 *6 (-737)) (-4 *8 (-288))
+ (-5 *2 (-594 (-715))) (-5 *1 (-687 *6 *7 *8 *9)) (-5 *5 (-715)))))
+(((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-137)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1024 *4)) (-4 *4 (-1022)) (-5 *2 (-1 *4))
+ (-5 *1 (-951 *4))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-359))) (-5 *1 (-972)) (-5 *3 (-359))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1017 (-527))) (-5 *2 (-1 (-527))) (-5 *1 (-977)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-791)) (-4 *5 (-846)) (-4 *6 (-737))
+ (-4 *8 (-886 *5 *6 *7)) (-5 *2 (-398 (-1090 *8)))
+ (-5 *1 (-843 *5 *6 *7 *8)) (-5 *4 (-1090 *8))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-846)) (-4 *5 (-1152 *4)) (-5 *2 (-398 (-1090 *5)))
+ (-5 *1 (-844 *4 *5)) (-5 *3 (-1090 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-234 *2 *3 *4 *5)) (-4 *2 (-979)) (-4 *3 (-791))
+ (-4 *4 (-247 *3)) (-4 *5 (-737)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-1020)) (-5 *1 (-840 *3)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1174 *4)) (-4 *4 (-395 *3)) (-4 *3 (-286))
- (-4 *3 (-517)) (-5 *1 (-42 *3 *4))))
+ (|partial| -12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5))
+ (-4 *3 (-519)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-1187 *3 *4 *5 *6))))
+ ((*1 *1 *2 *3 *4)
+ (|partial| -12 (-5 *2 (-594 *8)) (-5 *3 (-1 (-110) *8 *8))
+ (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-993 *5 *6 *7)) (-4 *5 (-519))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1187 *5 *6 *7 *8)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1 (-880 (-207)) (-880 (-207)))) (-5 *3 (-594 (-244)))
+ (-5 *1 (-242))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-1 (-880 (-207)) (-880 (-207)))) (-5 *1 (-244))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-459 *5 *6))) (-5 *3 (-459 *5 *6))
+ (-14 *5 (-594 (-1094))) (-4 *6 (-431)) (-5 *2 (-1176 *6))
+ (-5 *1 (-582 *5 *6)))))
+(((*1 *1 *1) (-4 *1 (-93))) ((*1 *1 *1 *1) (-5 *1 (-207)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *1 *1 *1) (-5 *1 (-359)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-927 *2)) (-4 *2 (-519)) (-5 *1 (-135 *2 *4 *3))
+ (-4 *3 (-353 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-4 *4 (-341)) (-5 *2 (-1174 *1))
- (-4 *1 (-307 *4))))
- ((*1 *2) (-12 (-4 *3 (-341)) (-5 *2 (-1174 *1)) (-4 *1 (-307 *3))))
- ((*1 *2)
- (-12 (-4 *3 (-160)) (-4 *4 (-1150 *3)) (-5 *2 (-1174 *1))
- (-4 *1 (-387 *3 *4))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-286)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4))
- (-5 *2 (-1174 *6)) (-5 *1 (-391 *3 *4 *5 *6))
- (-4 *6 (-13 (-387 *4 *5) (-968 *4)))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-286)) (-4 *4 (-925 *3)) (-4 *5 (-1150 *4))
- (-5 *2 (-1174 *6)) (-5 *1 (-392 *3 *4 *5 *6 *7))
- (-4 *6 (-387 *4 *5)) (-14 *7 *2)))
- ((*1 *2) (-12 (-4 *3 (-160)) (-5 *2 (-1174 *1)) (-4 *1 (-395 *3))))
+ (-12 (-4 *4 (-927 *2)) (-4 *2 (-519)) (-5 *1 (-478 *2 *4 *5 *3))
+ (-4 *5 (-353 *2)) (-4 *3 (-353 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1174 (-1174 *4))) (-5 *1 (-495 *4))
- (-4 *4 (-327)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *2 (-517)) (-5 *1 (-903 *2 *4))
- (-4 *4 (-1150 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-5 *2 (-892 (-1039)))
- (-5 *1 (-324 *4)))))
-(((*1 *1 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286)))))
-(((*1 *2) (-12 (-5 *2 (-592 *3)) (-5 *1 (-1006 *3)) (-4 *3 (-127)))))
-(((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *1) (-12 (-5 *1 (-900 *2)) (-4 *2 (-901)))))
-(((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))))
+ (-12 (-5 *3 (-634 *4)) (-4 *4 (-927 *2)) (-4 *2 (-519))
+ (-5 *1 (-637 *2 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-927 *2)) (-4 *2 (-519)) (-5 *1 (-1145 *2 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-337 *3)) (-4 *3 (-329)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2) (-12 (-5 *2 (-594 *3)) (-5 *1 (-1008 *3)) (-4 *3 (-129)))))
+(((*1 *2 *3 *3 *4)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527))))
+ (-5 *2
+ (-2 (|:| |a| *6) (|:| |b| (-387 *6)) (|:| |c| (-387 *6))
+ (|:| -3246 *6)))
+ (-5 *1 (-949 *5 *6)) (-5 *3 (-387 *6)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-525)) (-5 *4 (-396 *2)) (-4 *2 (-884 *7 *5 *6))
- (-5 *1 (-685 *5 *6 *7 *2)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-286)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-313 *3 *4 *5 *6)) (-4 *3 (-341)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-4 *6 (-320 *3 *4 *5)) (-5 *2 (-108)))))
+ (-12 (-5 *3 (-275 (-387 (-889 *5)))) (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140)))
+ (-5 *2 (-1084 (-594 (-296 *5)) (-594 (-275 (-296 *5)))))
+ (-5 *1 (-1050 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140)))
+ (-5 *2 (-1084 (-594 (-296 *5)) (-594 (-275 (-296 *5)))))
+ (-5 *1 (-1050 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 (-387 (-527))))
+ (-5 *2
+ (-594
+ (-2 (|:| |outval| *4) (|:| |outmult| (-527))
+ (|:| |outvect| (-594 (-634 *4))))))
+ (-5 *1 (-723 *4)) (-4 *4 (-13 (-343) (-789))))))
+(((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
+(((*1 *1) (-5 *1 (-134))))
+(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
+ (-12 (-4 *1 (-741 *2)) (-4 *2 (-162))))
+ ((*1 *1 *2 *2)
+ (-12 (-5 *2 (-933 *3)) (-4 *3 (-162)) (-5 *1 (-743 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *1) (-12 (-5 *2 (-716)) (-5 *1 (-51)))))
-(((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055))))
+ (-12 (-4 *3 (-343)) (-4 *4 (-353 *3)) (-4 *5 (-353 *3))
+ (-5 *1 (-494 *3 *4 *5 *2)) (-4 *2 (-632 *3 *4 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-798))) (-5 *2 (-1179)) (-5 *1 (-1055)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-501)))))
-(((*1 *2 *3 *3 *4 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-1075)) (-5 *5 (-632 (-205)))
- (-5 *2 (-966)) (-5 *1 (-690)))))
-(((*1 *1 *1) (-5 *1 (-108))))
-(((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-702)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966))
- (-5 *1 (-698)))))
+ (-12 (-4 *4 (-519)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4))
+ (-4 *7 (-927 *4)) (-4 *2 (-632 *7 *8 *9))
+ (-5 *1 (-495 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-632 *4 *5 *6))
+ (-4 *8 (-353 *7)) (-4 *9 (-353 *7))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2)) (-4 *2 (-288))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-288)) (-4 *3 (-162)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *1 (-633 *3 *4 *5 *2))
+ (-4 *2 (-632 *3 *4 *5))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-982 *2 *3 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-220 *3 *4)) (-4 *6 (-220 *2 *4)) (-4 *4 (-288)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1073 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525)))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 (-457 *4 *5))) (-5 *3 (-592 (-800 *4)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-429)) (-5 *1 (-448 *4 *5 *6))
- (-4 *6 (-429)))))
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-466 *3)) (-4 *3 (-1130))
+ (-5 *2 (-594 *3))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-682 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))))
+(((*1 *2 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-1105 *2)) (-4 *2 (-343)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))))
-(((*1 *1 *2 *2)
- (-12
- (-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
+ (-12 (-5 *3 (-594 (-2 (|:| -2700 *4) (|:| -4115 (-527)))))
+ (-4 *4 (-1152 (-527))) (-5 *2 (-682 (-715))) (-5 *1 (-421 *4))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-398 *5)) (-4 *5 (-1152 *4)) (-4 *4 (-979))
+ (-5 *2 (-682 (-715))) (-5 *1 (-423 *4 *5)))))
(((*1 *2 *1)
- (|partial| -12 (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735))
- (-5 *2 (-108)) (-5 *1 (-920 *3 *4 *5 *6))
- (-4 *6 (-884 *3 *5 *4))))
+ (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-527))))
((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))))))
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-431)) (-4 *4 (-791))
+ (-5 *1 (-536 *4 *2)) (-4 *2 (-265)) (-4 *2 (-410 *4)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-359)) (-5 *1 (-991)))))
+(((*1 *2 *1) (-12 (-5 *2 (-718)) (-5 *1 (-51)))))
+(((*1 *1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979))))
+ ((*1 *1 *1) (-12 (-5 *1 (-1197 *2 *3)) (-4 *2 (-979)) (-4 *3 (-787)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-762)) (-14 *5 (-1092))
- (-5 *2 (-592 *4)) (-5 *1 (-1034 *4 *5)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-445)) (-5 *3 (-592 (-242))) (-5 *1 (-1175))))
- ((*1 *1 *1) (-5 *1 (-1175))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-2 (|:| -4201 (-1088 *6)) (|:| -2168 (-525)))))
- (-4 *6 (-286)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-525))
- (-5 *1 (-685 *4 *5 *6 *7)) (-4 *7 (-884 *6 *4 *5)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *3 (-592 (-242)))
- (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-242))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-445))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-445)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1174 (-1174 (-525)))) (-5 *1 (-443)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-221)) (-5 *3 (-1075))))
- ((*1 *2 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-221))))
- ((*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))))
+ (-12 (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |coef2| *3) (|:| |subResultant| *3)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-322 *4 *3 *5)) (-4 *4 (-1134)) (-4 *3 (-1152 *4))
+ (-4 *5 (-1152 (-387 *3))) (-5 *2 (-110))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
(((*1 *2 *3)
- (-12 (-4 *5 (-13 (-567 *2) (-160))) (-5 *2 (-827 *4))
- (-5 *1 (-158 *4 *5 *3)) (-4 *4 (-1020)) (-4 *3 (-154 *5))))
+ (-12 (-4 *5 (-13 (-569 *2) (-162))) (-5 *2 (-829 *4))
+ (-5 *1 (-160 *4 *5 *3)) (-4 *4 (-1022)) (-4 *3 (-156 *5))))
((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1015 (-782 (-357)))))
- (-5 *2 (-592 (-1015 (-782 (-205))))) (-5 *1 (-284))))
- ((*1 *1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-357))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-798)) (-5 *3 (-525)) (-5 *1 (-372))))
+ (-12 (-5 *3 (-594 (-1017 (-784 (-359)))))
+ (-5 *2 (-594 (-1017 (-784 (-207))))) (-5 *1 (-286))))
+ ((*1 *1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-359))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-800)) (-5 *3 (-527)) (-5 *1 (-374))))
((*1 *1 *2)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-387 *3 *4))
- (-4 *4 (-1150 *3))))
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-389 *3 *4))
+ (-4 *4 (-1152 *3))))
((*1 *2 *1)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3))
- (-5 *2 (-1174 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-160)) (-4 *1 (-395 *3))))
- ((*1 *2 *1) (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-5 *2 (-1174 *3))))
+ (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3))
+ (-5 *2 (-1176 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1176 *3)) (-4 *3 (-162)) (-4 *1 (-397 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-1176 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-396 *1)) (-4 *1 (-408 *3)) (-4 *3 (-517))
- (-4 *3 (-789))))
+ (-12 (-5 *2 (-398 *1)) (-4 *1 (-410 *3)) (-4 *3 (-519))
+ (-4 *3 (-791))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-440 *3 *4 *5 *6))))
- ((*1 *1 *2) (-12 (-5 *2 (-1024)) (-5 *1 (-501))))
- ((*1 *2 *1) (-12 (-4 *1 (-567 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-442 *3 *4 *5 *6))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1026)) (-5 *1 (-503))))
+ ((*1 *2 *1) (-12 (-4 *1 (-569 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
- (-12 (-4 *3 (-160)) (-4 *1 (-667 *3 *2)) (-4 *2 (-1150 *3))))
+ (-12 (-4 *3 (-162)) (-4 *1 (-669 *3 *2)) (-4 *2 (-1152 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-977)) (-4 *1 (-913 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-988))))
+ (-12 (-5 *2 (-594 (-829 *3))) (-5 *1 (-829 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-979)) (-4 *1 (-915 *3))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1094)) (-5 *1 (-990))))
((*1 *1 *2)
- (-12 (-5 *2 (-887 *3)) (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5))
- (-4 *5 (-567 (-1092))) (-4 *4 (-735)) (-4 *5 (-789))))
+ (-12 (-5 *2 (-889 *3)) (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5))
+ (-4 *5 (-569 (-1094))) (-4 *4 (-737)) (-4 *5 (-791))))
((*1 *1 *2)
- (-2067
- (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5))
- (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525)))
- (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))
- (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5))
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))))
+ (-2027
+ (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5))
+ (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527)))
+ (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))
+ (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))))
((*1 *1 *2)
- (-12 (-5 *2 (-887 (-385 (-525)))) (-4 *1 (-991 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8)))
- (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-996 *4 *5 *6 *7)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1075))
- (-5 *1 (-994 *4 *5 *6 *7 *8))))
- ((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-1005))))
- ((*1 *1 *2) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *2 (-889 (-387 (-527)))) (-4 *1 (-993 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8)))
+ (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-998 *4 *5 *6 *7)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1077))
+ (-5 *1 (-996 *4 *5 *6 *7 *8))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-1007))))
+ ((*1 *1 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *2)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *2 (-1020))))
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *2)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *2 (-1022))))
((*1 *1 *2)
- (-12 (-4 *1 (-1023 *3 *4 *5 *2 *6)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *2 (-1020)) (-4 *6 (-1020))))
+ (-12 (-4 *1 (-1025 *3 *4 *5 *2 *6)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *2 (-1022)) (-4 *6 (-1022))))
((*1 *1 *2)
- (-12 (-4 *1 (-1023 *3 *4 *2 *5 *6)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *2 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020))))
+ (-12 (-4 *1 (-1025 *3 *4 *2 *5 *6)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *2 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022))))
((*1 *1 *2)
- (-12 (-4 *1 (-1023 *3 *2 *4 *5 *6)) (-4 *3 (-1020)) (-4 *2 (-1020))
- (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020))))
+ (-12 (-4 *1 (-1025 *3 *2 *4 *5 *6)) (-4 *3 (-1022)) (-4 *2 (-1022))
+ (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022))))
((*1 *1 *2)
- (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *2 (-1020)) (-4 *3 (-1020))
- (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020))))
+ (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *2 (-1022)) (-4 *3 (-1022))
+ (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022))))
((*1 *1 *2)
- (-12 (-5 *2 (-592 *1)) (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020))
- (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-2 (|:| |val| (-592 *7)) (|:| -1285 *8)))
- (-4 *7 (-991 *4 *5 *6)) (-4 *8 (-1029 *4 *5 *6 *7)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-1075))
- (-5 *1 (-1062 *4 *5 *6 *7 *8))))
- ((*1 *1 *2) (-12 (-5 *2 (-1024)) (-5 *1 (-1097))))
- ((*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-1097))))
- ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-798)) (-5 *3 (-525)) (-5 *1 (-1109))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-798)) (-5 *3 (-525)) (-5 *1 (-1109))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-722 *4 (-800 *5)))
- (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *5 (-592 (-1092)))
- (-5 *2 (-722 *4 (-800 *6))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *6 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-887 *4)) (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-887 (-955 (-385 *4)))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-722 *4 (-800 *6)))
- (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *6 (-592 (-1092)))
- (-5 *2 (-887 (-955 (-385 *4)))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *5 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 *4)) (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-1088 (-955 (-385 *4)))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092)))))
+ (-12 (-5 *2 (-594 *1)) (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022))
+ (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8)))
+ (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-1031 *4 *5 *6 *7)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1077))
+ (-5 *1 (-1064 *4 *5 *6 *7 *8))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1026)) (-5 *1 (-1099))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-1099))))
+ ((*1 *1 *2 *3 *2) (-12 (-5 *2 (-800)) (-5 *3 (-527)) (-5 *1 (-1111))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-800)) (-5 *3 (-527)) (-5 *1 (-1111))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-724 *4 (-802 *5)))
+ (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *5 (-594 (-1094)))
+ (-5 *2 (-724 *4 (-802 *6))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *6 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-889 *4)) (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-889 (-957 (-387 *4)))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-724 *4 (-802 *6)))
+ (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *6 (-594 (-1094)))
+ (-5 *2 (-889 (-957 (-387 *4)))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *5 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1090 *4)) (-4 *4 (-13 (-789) (-288) (-140) (-955)))
+ (-5 *2 (-1090 (-957 (-387 *4)))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-594 (-1094)))))
((*1 *2 *3)
(-12
- (-5 *3 (-1063 *4 (-497 (-800 *6)) (-800 *6) (-722 *4 (-800 *6))))
- (-4 *4 (-13 (-787) (-286) (-138) (-953))) (-14 *6 (-592 (-1092)))
- (-5 *2 (-592 (-722 *4 (-800 *6)))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *5 (-592 (-1092))))))
+ (-5 *3 (-1065 *4 (-499 (-802 *6)) (-802 *6) (-724 *4 (-802 *6))))
+ (-4 *4 (-13 (-789) (-288) (-140) (-955))) (-14 *6 (-594 (-1094)))
+ (-5 *2 (-594 (-724 *4 (-802 *6)))) (-5 *1 (-1200 *4 *5 *6))
+ (-14 *5 (-594 (-1094))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791))
+ (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-715))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791))
+ (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-247 *3)) (-4 *3 (-791)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-329)) (-5 *2 (-858))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-316 *4 *5 *6 *7)) (-4 *4 (-13 (-348) (-343)))
+ (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-4 *7 (-322 *4 *5 *6))
+ (-5 *2 (-715)) (-5 *1 (-372 *4 *5 *6 *7))))
+ ((*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-777 (-858)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-384)) (-5 *2 (-527))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-553 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-553 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-519)) (-5 *2 (-527)) (-5 *1 (-575 *3 *4))
+ (-4 *4 (-1152 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-685 *4 *3)) (-4 *4 (-979))
+ (-4 *3 (-791))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *1 (-685 *4 *3)) (-4 *4 (-979)) (-4 *3 (-791))
+ (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-4 *1 (-806 *3)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-841 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-842 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-316 *5 *6 *7 *8)) (-4 *5 (-410 *4))
+ (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6)))
+ (-4 *8 (-322 *5 *6 *7)) (-4 *4 (-13 (-791) (-519) (-970 (-527))))
+ (-5 *2 (-715)) (-5 *1 (-848 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-316 (-387 (-527)) *4 *5 *6))
+ (-4 *4 (-1152 (-387 (-527)))) (-4 *5 (-1152 (-387 *4)))
+ (-4 *6 (-322 (-387 (-527)) *4 *5)) (-5 *2 (-715))
+ (-5 *1 (-849 *4 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-316 *6 *7 *4 *8)) (-5 *5 (-1 *9 *6)) (-4 *6 (-343))
+ (-4 *7 (-1152 *6)) (-4 *4 (-1152 (-387 *7))) (-4 *8 (-322 *6 *7 *4))
+ (-4 *9 (-13 (-348) (-343))) (-5 *2 (-715))
+ (-5 *1 (-952 *6 *7 *4 *8 *9))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1152 *3)) (-4 *3 (-979)) (-4 *3 (-519)) (-5 *2 (-715))))
+ ((*1 *2 *1 *2)
+ (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))))
+(((*1 *2 *3 *3 *3 *4 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968))
+ (-5 *1 (-693)))))
+(((*1 *2 *3 *4 *3 *3 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-159 (-207)))) (-5 *2 (-968))
+ (-5 *1 (-701)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
+ (|partial| -12 (-5 *2 (-387 *4)) (-4 *4 (-1152 *3))
+ (-4 *3 (-13 (-343) (-140) (-970 (-527)))) (-5 *1 (-531 *3 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2))
+ (-4 *4 (-13 (-791) (-519))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3))
+ (-4 *3 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7)))))
+(((*1 *1 *1) (-4 *1 (-93)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *1 *3 *3 *3)
+ (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
+ (-5 *2
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
+(((*1 *1 *1) (-4 *1 (-580)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-581 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936) (-1116))))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-227 *3 *4))
- (-14 *3 (-592 (-1092))) (-4 *4 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-525))) (-14 *3 (-592 (-1092)))
- (-5 *1 (-431 *3 *4 *5)) (-4 *4 (-977))
- (-4 *5 (-218 (-2827 *3) (-713)))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-457 *3 *4))
- (-14 *3 (-592 (-1092))) (-4 *4 (-977)))))
-(((*1 *2 *2) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-375)))))
-(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-525)) (-5 *5 (-632 (-157 (-205))))
- (-5 *2 (-966)) (-5 *1 (-697)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934)))
- (-5 *1 (-163 *3)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-159)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-1020)) (-5 *1 (-898 *2 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *3 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *3 (-735)) (-4 *5 (-789)) (-5 *2 (-108))
- (-5 *1 (-426 *4 *3 *5 *6)) (-4 *6 (-884 *4 *3 *5)))))
-(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-517))
- (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-1145 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-1061)) (-5 *2 (-1141 (-525))))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-37 (-385 (-525))))
- (-5 *2 (-2 (|:| -3638 (-1073 *4)) (|:| -3649 (-1073 *4))))
- (-5 *1 (-1079 *4)) (-5 *3 (-1073 *4)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-1088 (-887 *4))) (-5 *1 (-394 *3 *4))
- (-4 *3 (-395 *4))))
- ((*1 *2)
- (-12 (-4 *1 (-395 *3)) (-4 *3 (-160)) (-4 *3 (-341))
- (-5 *2 (-1088 (-887 *3)))))
- ((*1 *2)
- (-12 (-5 *2 (-1088 (-385 (-887 *3)))) (-5 *1 (-430 *3 *4 *5 *6))
- (-4 *3 (-517)) (-4 *3 (-160)) (-14 *4 (-856))
- (-14 *5 (-592 (-1092))) (-14 *6 (-1174 (-632 *3))))))
-(((*1 *1 *1) (-5 *1 (-1091)))
- ((*1 *1 *2)
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-927 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-135 *4 *5 *3))
+ (-4 *3 (-353 *5))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-927 *4))
+ (-5 *2 (-2 (|:| |num| *6) (|:| |den| *4)))
+ (-5 *1 (-478 *4 *5 *6 *3)) (-4 *6 (-353 *4)) (-4 *3 (-353 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-634 *5)) (-4 *5 (-927 *4)) (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |num| (-634 *4)) (|:| |den| *4)))
+ (-5 *1 (-637 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *6 (-1152 *5))
+ (-5 *2 (-2 (|:| -1653 *7) (|:| |rh| (-594 (-387 *6)))))
+ (-5 *1 (-751 *5 *6 *7 *3)) (-5 *4 (-594 (-387 *6)))
+ (-4 *7 (-604 *6)) (-4 *3 (-604 (-387 *6)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-927 *4))
+ (-5 *2 (-2 (|:| |num| *3) (|:| |den| *4))) (-5 *1 (-1145 *4 *5 *3))
+ (-4 *3 (-1152 *5)))))
+(((*1 *2 *1 *1)
(-12
(-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
+ (-2 (|:| -1897 *3) (|:| |coef1| (-726 *3)) (|:| |coef2| (-726 *3))))
+ (-5 *1 (-726 *3)) (-4 *3 (-519)) (-4 *3 (-979)))))
+(((*1 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179))))
+ ((*1 *2 *2) (-12 (-5 *2 (-811)) (-5 *1 (-1179)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-766)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-431))))
+ ((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1090 *6)) (-4 *6 (-886 *5 *3 *4)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *5 (-846)) (-5 *1 (-436 *3 *4 *5 *6))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-1090 *1)) (-4 *1 (-846)))))
+(((*1 *1 *1) (-4 *1 (-93)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1193 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-761 *3))))
- ((*1 *2 *1) (-12 (-4 *2 (-785)) (-5 *1 (-1195 *3 *2)) (-4 *3 (-977)))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-966)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-592 (-273 *4))) (-5 *1 (-576 *3 *4 *5)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-14 *5 (-856)))))
+ (-12 (-5 *2 (-2 (|:| |var| (-594 (-1094))) (|:| |pred| (-51))))
+ (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-592 (-592 *4)))) (-5 *2 (-592 (-592 *4)))
- (-5 *1 (-1100 *4)) (-4 *4 (-789)))))
-(((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-5 *2 (-1088 *3)) (-5 *1 (-1103 *3))
- (-4 *3 (-341)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))))
+ (-12 (-5 *3 (-1176 (-634 *4))) (-4 *4 (-162))
+ (-5 *2 (-1176 (-634 (-889 *4)))) (-5 *1 (-173 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-223)) (-5 *3 (-1077))))
+ ((*1 *2 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-223))))
+ ((*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-288)) (-4 *3 (-927 *2)) (-4 *4 (-1152 *3))
+ (-5 *1 (-393 *2 *3 *4 *5)) (-4 *5 (-13 (-389 *3 *4) (-970 *3))))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1075)) (-4 *1 (-342 *2 *4)) (-4 *2 (-1020))
- (-4 *4 (-1020))))
+ (-12 (-5 *3 (-1077)) (-4 *1 (-344 *2 *4)) (-4 *2 (-1022))
+ (-4 *4 (-1022))))
((*1 *1 *2)
- (-12 (-4 *1 (-342 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-1174 *3)) (-4 *3 (-1150 *4)) (-4 *4 (-1132))
- (-4 *1 (-320 *4 *3 *5)) (-4 *5 (-1150 (-385 *3))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *1) (-12 (-4 *1 (-327)) (-5 *2 (-713))))
- ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-380)) (-5 *2 (-713)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-862))
- (-5 *2
- (-2 (|:| |brans| (-592 (-592 (-878 (-205)))))
- (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))))
- (-5 *1 (-144))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-862)) (-5 *4 (-385 (-525)))
- (-5 *2
- (-2 (|:| |brans| (-592 (-592 (-878 (-205)))))
- (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))))
- (-5 *1 (-144))))
- ((*1 *2 *3)
+ (-12 (-4 *1 (-344 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
+(((*1 *1 *2 *2)
(-12
(-5 *2
- (-2 (|:| |brans| (-592 (-592 (-878 (-205)))))
- (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))))
- (-5 *1 (-144)) (-5 *3 (-592 (-878 (-205))))))
- ((*1 *2 *3)
- (-12
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-2 (|:| -3160 *6) (|:| |coeff| *6)) "failed") *6))
+ (-4 *6 (-343)) (-4 *7 (-1152 *6))
+ (-5 *2 (-2 (|:| |answer| (-544 (-387 *7))) (|:| |a0| *6)))
+ (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-527)) (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *2 (-1181)) (-5 *1 (-428 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
(-5 *2
- (-2 (|:| |brans| (-592 (-592 (-878 (-205)))))
- (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))))
- (-5 *1 (-144)) (-5 *3 (-592 (-592 (-878 (-205)))))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-242))))
- ((*1 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-242)))))
-(((*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1157 *3 *4)) (-4 *3 (-977)) (-4 *4 (-1134 *3))
- (-5 *2 (-385 (-525))))))
-(((*1 *2 *3 *4 *3)
- (|partial| -12 (-5 *4 (-1092))
- (-4 *5 (-13 (-517) (-968 (-525)) (-138)))
- (-5 *2
- (-2 (|:| -3991 (-385 (-887 *5))) (|:| |coeff| (-385 (-887 *5)))))
- (-5 *1 (-531 *5)) (-5 *3 (-385 (-887 *5))))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-632 (-525))) (-5 *1 (-1030)))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-525)) (-4 *5 (-787)) (-4 *5 (-341))
- (-5 *2 (-713)) (-5 *1 (-880 *5 *6)) (-4 *6 (-1150 *5)))))
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
+(((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *5 (-110))
+ (-5 *2 (-968)) (-5 *1 (-690)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092))
- (-14 *4 *2))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-966)) (-5 *1 (-284))))
- ((*1 *2 *3) (-12 (-5 *3 (-592 (-966))) (-5 *2 (-966)) (-5 *1 (-284))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *1)) (-4 *1 (-597 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-597 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-597 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-597 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1 *1) (-5 *1 (-989)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1073 (-1073 *4))) (-5 *2 (-1073 *4)) (-5 *1 (-1070 *4))
- (-4 *4 (-1128))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3) (-12 (-5 *3 (-294 (-205))) (-5 *2 (-205)) (-5 *1 (-284)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1039)) (-5 *1 (-782 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3) (-12 (-5 *3 (-205)) (-5 *2 (-385 (-525))) (-5 *1 (-284)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-632 *4)) (-4 *4 (-341)) (-5 *2 (-1088 *4))
- (-5 *1 (-498 *4 *5 *6)) (-4 *5 (-341)) (-4 *6 (-13 (-341) (-787))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-341)) (-4 *3 (-977))
- (-5 *1 (-1077 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-599 *4)) (-4 *4 (-320 *5 *6 *7))
- (-4 *5 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6)))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-748 *5 *6 *7 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-878 *2)) (-5 *1 (-915 *2)) (-4 *2 (-977)))))
-(((*1 *2 *1) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525)))))
-(((*1 *1 *1) (-4 *1 (-607))) ((*1 *1 *1) (-5 *1 (-1039))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429))
- (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-910 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-1 *7 *5 *6)) (-5 *1 (-644 *4 *5 *6 *7))
- (-4 *4 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128))
- (-4 *7 (-1128)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1195 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-785)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *1 *1) (-4 *1 (-1119))))
+(((*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-4 *2 (-1167 *4)) (-5 *1 (-1169 *4 *2))
+ (-4 *4 (-37 (-387 (-527)))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-1150 (-385 *3))) (-5 *2 (-856))
- (-5 *1 (-848 *4 *5)) (-4 *5 (-1150 (-385 *4))))))
+ (-12 (-4 *1 (-832))
+ (-5 *3
+ (-2 (|:| |pde| (-594 (-296 (-207))))
+ (|:| |constraints|
+ (-594
+ (-2 (|:| |start| (-207)) (|:| |finish| (-207))
+ (|:| |grid| (-715)) (|:| |boundaryType| (-527))
+ (|:| |dStart| (-634 (-207))) (|:| |dFinish| (-634 (-207))))))
+ (|:| |f| (-594 (-594 (-296 (-207))))) (|:| |st| (-1077))
+ (|:| |tol| (-207))))
+ (-5 *2 (-968)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-1032)) (-5 *3 (-527)))))
+(((*1 *1 *1) (-5 *1 (-1093)))
+ ((*1 *1 *2)
+ (-12
+ (-5 *2
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
+(((*1 *2 *3 *3 *2)
+ (-12 (-5 *2 (-1075 *4)) (-5 *3 (-527)) (-4 *4 (-979))
+ (-5 *1 (-1079 *4))))
+ ((*1 *1 *2 *2 *1)
+ (-12 (-5 *2 (-527)) (-5 *1 (-1168 *3 *4 *5)) (-4 *3 (-979))
+ (-14 *4 (-1094)) (-14 *5 *3))))
+(((*1 *1 *2) (-12 (-5 *2 (-148)) (-5 *1 (-811)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 *1)) (|has| *1 (-6 -4262)) (-4 *1 (-944 *3))
+ (-4 *3 (-1130)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-726 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519))
+ (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2742 *3)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-51))) (-5 *1 (-829 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *2 *4 *5)
+ (-12 (-5 *2 (-594 *3)) (-5 *5 (-858)) (-4 *3 (-1152 *4))
+ (-4 *4 (-288)) (-5 *1 (-439 *4 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-856)) (-4 *4 (-346)) (-4 *4 (-341)) (-5 *2 (-1088 *1))
- (-4 *1 (-307 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-1088 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-348 *3 *2)) (-4 *3 (-160)) (-4 *3 (-341))
- (-4 *2 (-1150 *3))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-1088 *4))
- (-5 *1 (-495 *4)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-339 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-713)) (-5 *1 (-364 *4)) (-4 *4 (-1020))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-23)) (-5 *1 (-595 *4 *2 *5))
- (-4 *4 (-1020)) (-14 *5 *2)))
+ (|partial| -12 (-5 *3 (-1094)) (-4 *4 (-979)) (-4 *4 (-791))
+ (-5 *2 (-2 (|:| |var| (-567 *1)) (|:| -3148 (-527))))
+ (-4 *1 (-410 *4))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-713)) (-5 *1 (-761 *4)) (-4 *4 (-789)))))
-(((*1 *2 *3 *3 *4 *4 *3 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-695)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789))))
+ (|partial| -12 (-5 *3 (-112)) (-4 *4 (-979)) (-4 *4 (-791))
+ (-5 *2 (-2 (|:| |var| (-567 *1)) (|:| -3148 (-527))))
+ (-4 *1 (-410 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *3 (-1034)) (-4 *3 (-791))
+ (-5 *2 (-2 (|:| |var| (-567 *1)) (|:| -3148 (-527))))
+ (-4 *1 (-410 *3))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |val| (-829 *3)) (|:| -3148 (-715))))
+ (-5 *1 (-829 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (|partial| -12 (-4 *1 (-886 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-2 (|:| |var| *5) (|:| -3148 (-715))))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-735)) (-4 *5 (-977)) (-4 *6 (-884 *5 *4 *2))
- (-4 *2 (-789)) (-5 *1 (-885 *4 *2 *5 *6 *3))
+ (|partial| -12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-979))
+ (-4 *7 (-886 *6 *4 *5))
+ (-5 *2 (-2 (|:| |var| *5) (|:| -3148 (-527))))
+ (-5 *1 (-887 *4 *5 *6 *7 *3))
(-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *6)) (-15 -4066 (*6 $))
- (-15 -4080 (*6 $)))))))
- ((*1 *2 *3)
- (|partial| -12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517))
- (-5 *2 (-1092)) (-5 *1 (-973 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *7 *7)) (-4 *7 (-1150 *6))
- (-4 *6 (-13 (-27) (-408 *5)))
- (-4 *5 (-13 (-789) (-517) (-968 (-525)))) (-4 *8 (-1150 (-385 *7)))
- (-5 *2 (-542 *3)) (-5 *1 (-513 *5 *6 *7 *8 *3))
- (-4 *3 (-320 *6 *7 *8)))))
+ (-13 (-343)
+ (-10 -8 (-15 -4118 ($ *7)) (-15 -4109 (*7 $))
+ (-15 -4122 (*7 $))))))))
+(((*1 *1 *1) (-4 *1 (-609))) ((*1 *1 *1) (-5 *1 (-1041))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-1022)) (-4 *4 (-1130)) (-5 *2 (-110))
+ (-5 *1 (-1075 *4)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))) ((*1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1090 (-527))) (-5 *3 (-527)) (-4 *1 (-806 *4)))))
+(((*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-398 *2)) (-4 *2 (-519)))))
+(((*1 *2 *1 *3 *3 *3 *2)
+ (-12 (-5 *3 (-715)) (-5 *1 (-622 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-359)) (-5 *1 (-730)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-1181)) (-5 *1 (-197 *4))
+ (-4 *4
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 (*2 $))
+ (-15 -2000 (*2 $)))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1181)) (-5 *1 (-197 *3))
+ (-4 *3
+ (-13 (-791)
+ (-10 -8 (-15 -3439 ((-1077) $ (-1094))) (-15 -2664 (*2 $))
+ (-15 -2000 (*2 $)))))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-477)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-46 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-734))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-46 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-736))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-49 *3 *4))
- (-14 *4 (-592 (-1092)))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-49 *3 *4))
+ (-14 *4 (-594 (-1094)))))
((*1 *1 *2 *1 *1 *3)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1128))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-57 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-57 *6)) (-5 *1 (-56 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-57 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-57 *6)) (-5 *1 (-56 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-130 *5 *6 *7)) (-14 *5 (-525))
- (-14 *6 (-713)) (-4 *7 (-160)) (-4 *8 (-160))
- (-5 *2 (-130 *5 *6 *8)) (-5 *1 (-129 *5 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *7)) (-5 *4 (-132 *5 *6 *7)) (-14 *5 (-527))
+ (-14 *6 (-715)) (-4 *7 (-162)) (-4 *8 (-162))
+ (-5 *2 (-132 *5 *6 *8)) (-5 *1 (-131 *5 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-157 *5)) (-4 *5 (-160))
- (-4 *6 (-160)) (-5 *2 (-157 *6)) (-5 *1 (-156 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-159 *5)) (-4 *5 (-162))
+ (-4 *6 (-162)) (-5 *2 (-159 *6)) (-5 *1 (-158 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-294 *3) (-294 *3))) (-4 *3 (-13 (-977) (-789)))
- (-5 *1 (-203 *3 *4)) (-14 *4 (-592 (-1092)))))
+ (-12 (-5 *2 (-1 (-296 *3) (-296 *3))) (-4 *3 (-13 (-979) (-791)))
+ (-5 *1 (-205 *3 *4)) (-14 *4 (-594 (-1094)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-220 *5 *6)) (-14 *5 (-713))
- (-4 *6 (-1128)) (-4 *7 (-1128)) (-5 *2 (-220 *5 *7))
- (-5 *1 (-219 *5 *6 *7))))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-222 *5 *6)) (-14 *5 (-715))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-5 *2 (-222 *5 *7))
+ (-5 *1 (-221 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-273 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-273 *6)) (-5 *1 (-272 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-275 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-275 *6)) (-5 *1 (-274 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-273 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-275 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1075)) (-5 *5 (-565 *6))
- (-4 *6 (-281)) (-4 *2 (-1128)) (-5 *1 (-276 *6 *2))))
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1077)) (-5 *5 (-567 *6))
+ (-4 *6 (-283)) (-4 *2 (-1130)) (-5 *1 (-278 *6 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-565 *5)) (-4 *5 (-281))
- (-4 *2 (-281)) (-5 *1 (-277 *5 *2))))
+ (-12 (-5 *3 (-1 *2 *5)) (-5 *4 (-567 *5)) (-4 *5 (-283))
+ (-4 *2 (-283)) (-5 *1 (-279 *5 *2))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-565 *1)) (-4 *1 (-281))))
+ (-12 (-5 *2 (-1 *1 *1)) (-5 *3 (-567 *1)) (-4 *1 (-283))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-632 *5)) (-4 *5 (-977))
- (-4 *6 (-977)) (-5 *2 (-632 *6)) (-5 *1 (-283 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-634 *5)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-5 *2 (-634 *6)) (-5 *1 (-285 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-294 *5)) (-4 *5 (-789))
- (-4 *6 (-789)) (-5 *2 (-294 *6)) (-5 *1 (-292 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-296 *5)) (-4 *5 (-791))
+ (-4 *6 (-791)) (-5 *2 (-296 *6)) (-5 *1 (-294 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-314 *5 *6 *7 *8)) (-4 *5 (-341))
- (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-4 *8 (-320 *5 *6 *7))
- (-4 *9 (-341)) (-4 *10 (-1150 *9)) (-4 *11 (-1150 (-385 *10)))
- (-5 *2 (-314 *9 *10 *11 *12))
- (-5 *1 (-311 *5 *6 *7 *8 *9 *10 *11 *12))
- (-4 *12 (-320 *9 *10 *11))))
+ (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-316 *5 *6 *7 *8)) (-4 *5 (-343))
+ (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-4 *8 (-322 *5 *6 *7))
+ (-4 *9 (-343)) (-4 *10 (-1152 *9)) (-4 *11 (-1152 (-387 *10)))
+ (-5 *2 (-316 *9 *10 *11 *12))
+ (-5 *1 (-313 *5 *6 *7 *8 *9 *10 *11 *12))
+ (-4 *12 (-322 *9 *10 *11))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-316 *3)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-318 *3)) (-4 *3 (-1022))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1132)) (-4 *8 (-1132))
- (-4 *6 (-1150 *5)) (-4 *7 (-1150 (-385 *6))) (-4 *9 (-1150 *8))
- (-4 *2 (-320 *8 *9 *10)) (-5 *1 (-318 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-320 *5 *6 *7)) (-4 *10 (-1150 (-385 *9)))))
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-1134)) (-4 *8 (-1134))
+ (-4 *6 (-1152 *5)) (-4 *7 (-1152 (-387 *6))) (-4 *9 (-1152 *8))
+ (-4 *2 (-322 *8 *9 *10)) (-5 *1 (-320 *5 *6 *7 *4 *8 *9 *10 *2))
+ (-4 *4 (-322 *5 *6 *7)) (-4 *10 (-1152 (-387 *9)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1128)) (-4 *6 (-1128))
- (-4 *2 (-351 *6)) (-5 *1 (-349 *5 *4 *6 *2)) (-4 *4 (-351 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1130)) (-4 *6 (-1130))
+ (-4 *2 (-353 *6)) (-5 *1 (-351 *5 *4 *6 *2)) (-4 *4 (-353 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-360 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-1020))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-362 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-1022))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-396 *5)) (-4 *5 (-517))
- (-4 *6 (-517)) (-5 *2 (-396 *6)) (-5 *1 (-383 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-398 *5)) (-4 *5 (-519))
+ (-4 *6 (-519)) (-5 *2 (-398 *6)) (-5 *1 (-385 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-385 *5)) (-4 *5 (-517))
- (-4 *6 (-517)) (-5 *2 (-385 *6)) (-5 *1 (-384 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-387 *5)) (-4 *5 (-519))
+ (-4 *6 (-519)) (-5 *2 (-387 *6)) (-5 *1 (-386 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-391 *5 *6 *7 *8)) (-4 *5 (-286))
- (-4 *6 (-925 *5)) (-4 *7 (-1150 *6))
- (-4 *8 (-13 (-387 *6 *7) (-968 *6))) (-4 *9 (-286))
- (-4 *10 (-925 *9)) (-4 *11 (-1150 *10))
- (-5 *2 (-391 *9 *10 *11 *12))
- (-5 *1 (-390 *5 *6 *7 *8 *9 *10 *11 *12))
- (-4 *12 (-13 (-387 *10 *11) (-968 *10)))))
+ (-12 (-5 *3 (-1 *9 *5)) (-5 *4 (-393 *5 *6 *7 *8)) (-4 *5 (-288))
+ (-4 *6 (-927 *5)) (-4 *7 (-1152 *6))
+ (-4 *8 (-13 (-389 *6 *7) (-970 *6))) (-4 *9 (-288))
+ (-4 *10 (-927 *9)) (-4 *11 (-1152 *10))
+ (-5 *2 (-393 *9 *10 *11 *12))
+ (-5 *1 (-392 *5 *6 *7 *8 *9 *10 *11 *12))
+ (-4 *12 (-13 (-389 *10 *11) (-970 *10)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-160)) (-4 *6 (-160))
- (-4 *2 (-395 *6)) (-5 *1 (-393 *4 *5 *2 *6)) (-4 *4 (-395 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-162)) (-4 *6 (-162))
+ (-4 *2 (-397 *6)) (-5 *1 (-395 *4 *5 *2 *6)) (-4 *4 (-397 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-517)) (-5 *1 (-396 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-519)) (-5 *1 (-398 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-977) (-789)))
- (-4 *6 (-13 (-977) (-789))) (-4 *2 (-408 *6))
- (-5 *1 (-399 *5 *4 *6 *2)) (-4 *4 (-408 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-13 (-979) (-791)))
+ (-4 *6 (-13 (-979) (-791))) (-4 *2 (-410 *6))
+ (-5 *1 (-401 *5 *4 *6 *2)) (-4 *4 (-410 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1020)) (-4 *6 (-1020))
- (-4 *2 (-403 *6)) (-5 *1 (-401 *5 *4 *6 *2)) (-4 *4 (-403 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-1022)) (-4 *6 (-1022))
+ (-4 *2 (-405 *6)) (-5 *1 (-403 *5 *4 *6 *2)) (-4 *4 (-405 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-464 *3)) (-4 *3 (-1128))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-466 *3)) (-4 *3 (-1130))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-481 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-789))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-483 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-791))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-542 *5)) (-4 *5 (-341))
- (-4 *6 (-341)) (-5 *2 (-542 *6)) (-5 *1 (-541 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-544 *5)) (-4 *5 (-343))
+ (-4 *6 (-343)) (-5 *2 (-544 *6)) (-5 *1 (-543 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
- (-5 *4 (-3 (-2 (|:| -3991 *5) (|:| |coeff| *5)) "failed"))
- (-4 *5 (-341)) (-4 *6 (-341))
- (-5 *2 (-2 (|:| -3991 *6) (|:| |coeff| *6)))
- (-5 *1 (-541 *5 *6))))
+ (-5 *4 (-3 (-2 (|:| -3160 *5) (|:| |coeff| *5)) "failed"))
+ (-4 *5 (-343)) (-4 *6 (-343))
+ (-5 *2 (-2 (|:| -3160 *6) (|:| |coeff| *6)))
+ (-5 *1 (-543 *5 *6))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *2 *5)) (-5 *4 (-3 *5 "failed"))
- (-4 *5 (-341)) (-4 *2 (-341)) (-5 *1 (-541 *5 *2))))
+ (-4 *5 (-343)) (-4 *2 (-343)) (-5 *1 (-543 *5 *2))))
((*1 *2 *3 *4)
(|partial| -12 (-5 *3 (-1 *6 *5))
(-5 *4
(-3
(-2 (|:| |mainpart| *5)
(|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
+ (-594 (-2 (|:| |coeff| *5) (|:| |logand| *5)))))
"failed"))
- (-4 *5 (-341)) (-4 *6 (-341))
+ (-4 *5 (-343)) (-4 *6 (-343))
(-5 *2
(-2 (|:| |mainpart| *6)
(|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
- (-5 *1 (-541 *5 *6))))
+ (-594 (-2 (|:| |coeff| *6) (|:| |logand| *6))))))
+ (-5 *1 (-543 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-555 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-555 *6)) (-5 *1 (-552 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-557 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-557 *6)) (-5 *1 (-554 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-555 *6)) (-5 *5 (-555 *7))
- (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-555 *8))
- (-5 *1 (-553 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-557 *6)) (-5 *5 (-557 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-557 *8))
+ (-5 *1 (-555 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1073 *6)) (-5 *5 (-555 *7))
- (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-1073 *8))
- (-5 *1 (-553 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1075 *6)) (-5 *5 (-557 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1075 *8))
+ (-5 *1 (-555 *6 *7 *8))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-555 *6)) (-5 *5 (-1073 *7))
- (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-1073 *8))
- (-5 *1 (-553 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-557 *6)) (-5 *5 (-1075 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1075 *8))
+ (-5 *1 (-555 *6 *7 *8))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1128)) (-5 *1 (-555 *3))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1130)) (-5 *1 (-557 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-592 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-592 *6)) (-5 *1 (-590 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-594 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-594 *6)) (-5 *1 (-592 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-592 *6)) (-5 *5 (-592 *7))
- (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-592 *8))
- (-5 *1 (-591 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-594 *6)) (-5 *5 (-594 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-594 *8))
+ (-5 *1 (-593 *6 *7 *8))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-597 *3)) (-4 *3 (-1128))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-977)) (-4 *8 (-977))
- (-4 *6 (-351 *5)) (-4 *7 (-351 *5)) (-4 *2 (-630 *8 *9 *10))
- (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-630 *5 *6 *7))
- (-4 *9 (-351 *8)) (-4 *10 (-351 *8))))
- ((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-977))
- (-4 *8 (-977)) (-4 *6 (-351 *5)) (-4 *7 (-351 *5))
- (-4 *2 (-630 *8 *9 *10)) (-5 *1 (-628 *5 *6 *7 *4 *8 *9 *10 *2))
- (-4 *4 (-630 *5 *6 *7)) (-4 *9 (-351 *8)) (-4 *10 (-351 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-517)) (-4 *7 (-517))
- (-4 *6 (-1150 *5)) (-4 *2 (-1150 (-385 *8)))
- (-5 *1 (-652 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1150 (-385 *6)))
- (-4 *8 (-1150 *7))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-977)) (-4 *9 (-977)) (-4 *5 (-789))
- (-4 *6 (-735)) (-4 *2 (-884 *9 *7 *5))
- (-5 *1 (-671 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-735))
- (-4 *4 (-884 *8 *6 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-789)) (-4 *6 (-789)) (-4 *7 (-735))
- (-4 *9 (-977)) (-4 *2 (-884 *9 *8 *6))
- (-5 *1 (-672 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-735))
- (-4 *4 (-884 *9 *7 *5))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-678 *5 *7)) (-4 *5 (-977))
- (-4 *6 (-977)) (-4 *7 (-669)) (-5 *2 (-678 *6 *7))
- (-5 *1 (-677 *5 *6 *7))))
+ (-12 (-5 *2 (-1 *3 *3 *3)) (-4 *1 (-599 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *8 *5)) (-4 *5 (-979)) (-4 *8 (-979))
+ (-4 *6 (-353 *5)) (-4 *7 (-353 *5)) (-4 *2 (-632 *8 *9 *10))
+ (-5 *1 (-630 *5 *6 *7 *4 *8 *9 *10 *2)) (-4 *4 (-632 *5 *6 *7))
+ (-4 *9 (-353 *8)) (-4 *10 (-353 *8))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-1 (-3 *8 "failed") *5)) (-4 *5 (-979))
+ (-4 *8 (-979)) (-4 *6 (-353 *5)) (-4 *7 (-353 *5))
+ (-4 *2 (-632 *8 *9 *10)) (-5 *1 (-630 *5 *6 *7 *4 *8 *9 *10 *2))
+ (-4 *4 (-632 *5 *6 *7)) (-4 *9 (-353 *8)) (-4 *10 (-353 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *7 *5)) (-4 *5 (-519)) (-4 *7 (-519))
+ (-4 *6 (-1152 *5)) (-4 *2 (-1152 (-387 *8)))
+ (-5 *1 (-654 *5 *6 *4 *7 *8 *2)) (-4 *4 (-1152 (-387 *6)))
+ (-4 *8 (-1152 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *9 *8)) (-4 *8 (-979)) (-4 *9 (-979)) (-4 *5 (-791))
+ (-4 *6 (-737)) (-4 *2 (-886 *9 *7 *5))
+ (-5 *1 (-673 *5 *6 *7 *8 *9 *4 *2)) (-4 *7 (-737))
+ (-4 *4 (-886 *8 *6 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-791)) (-4 *6 (-791)) (-4 *7 (-737))
+ (-4 *9 (-979)) (-4 *2 (-886 *9 *8 *6))
+ (-5 *1 (-674 *5 *6 *7 *8 *9 *4 *2)) (-4 *8 (-737))
+ (-4 *4 (-886 *9 *7 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-680 *5 *7)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-4 *7 (-671)) (-5 *2 (-680 *6 *7))
+ (-5 *1 (-679 *5 *6 *7))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-678 *3 *4))
- (-4 *4 (-669))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-680 *3 *4))
+ (-4 *4 (-671))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-724 *5)) (-4 *5 (-977))
- (-4 *6 (-977)) (-5 *2 (-724 *6)) (-5 *1 (-723 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-726 *5)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-5 *2 (-726 *6)) (-5 *1 (-725 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-160)) (-4 *6 (-160))
- (-4 *2 (-739 *6)) (-5 *1 (-740 *4 *5 *2 *6)) (-4 *4 (-739 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-162)) (-4 *6 (-162))
+ (-4 *2 (-741 *6)) (-5 *1 (-742 *4 *5 *2 *6)) (-4 *4 (-741 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-775 *5)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-5 *2 (-775 *6)) (-5 *1 (-774 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-777 *5)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-5 *2 (-777 *6)) (-5 *1 (-776 *5 *6))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-775 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-775 *5))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *1 (-774 *5 *6))))
+ (-12 (-5 *2 (-777 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-777 *5))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *1 (-776 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-782 *5)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-5 *2 (-782 *6)) (-5 *1 (-781 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-784 *5)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-5 *2 (-784 *6)) (-5 *1 (-783 *5 *6))))
((*1 *2 *3 *4 *2 *2)
- (-12 (-5 *2 (-782 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-782 *5))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-5 *1 (-781 *5 *6))))
+ (-12 (-5 *2 (-784 *6)) (-5 *3 (-1 *6 *5)) (-5 *4 (-784 *5))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-5 *1 (-783 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-812 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-812 *6)) (-5 *1 (-811 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-814 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-814 *6)) (-5 *1 (-813 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-814 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-814 *6)) (-5 *1 (-813 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-816 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-816 *6)) (-5 *1 (-815 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-817 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-817 *6)) (-5 *1 (-816 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-819 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-819 *6)) (-5 *1 (-818 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-824 *5 *6)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-824 *5 *7))
- (-5 *1 (-823 *5 *6 *7))))
+ (-12 (-5 *3 (-1 *7 *6)) (-5 *4 (-826 *5 *6)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-826 *5 *7))
+ (-5 *1 (-825 *5 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-827 *5)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-5 *2 (-827 *6)) (-5 *1 (-826 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-829 *5)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-5 *2 (-829 *6)) (-5 *1 (-828 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-887 *5)) (-4 *5 (-977))
- (-4 *6 (-977)) (-5 *2 (-887 *6)) (-5 *1 (-881 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-889 *5)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-5 *2 (-889 *6)) (-5 *1 (-883 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-789))
- (-4 *8 (-977)) (-4 *6 (-735))
+ (-12 (-5 *3 (-1 *2 *7)) (-5 *4 (-1 *2 *8)) (-4 *7 (-791))
+ (-4 *8 (-979)) (-4 *6 (-737))
(-4 *2
- (-13 (-1020)
- (-10 -8 (-15 -2860 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-713))))))
- (-5 *1 (-886 *6 *7 *8 *5 *2)) (-4 *5 (-884 *8 *6 *7))))
+ (-13 (-1022)
+ (-10 -8 (-15 -2850 ($ $ $)) (-15 * ($ $ $)) (-15 ** ($ $ (-715))))))
+ (-5 *1 (-888 *6 *7 *8 *5 *2)) (-4 *5 (-886 *8 *6 *7))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-892 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-892 *6)) (-5 *1 (-891 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-894 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-894 *6)) (-5 *1 (-893 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-878 *5)) (-4 *5 (-977))
- (-4 *6 (-977)) (-5 *2 (-878 *6)) (-5 *1 (-914 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-880 *5)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-5 *2 (-880 *6)) (-5 *1 (-916 *5 *6))))
((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 *2 (-887 *4))) (-4 *4 (-977))
- (-4 *2 (-884 (-887 *4) *5 *6)) (-4 *5 (-735))
+ (-12 (-5 *3 (-1 *2 (-889 *4))) (-4 *4 (-979))
+ (-4 *2 (-886 (-889 *4) *5 *6)) (-4 *5 (-737))
(-4 *6
- (-13 (-789)
- (-10 -8 (-15 -2069 ((-1092) $))
- (-15 -3469 ((-3 $ "failed") (-1092))))))
- (-5 *1 (-917 *4 *5 *6 *2))))
+ (-13 (-791)
+ (-10 -8 (-15 -2051 ((-1094) $))
+ (-15 -3507 ((-3 $ "failed") (-1094))))))
+ (-5 *1 (-919 *4 *5 *6 *2))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-517)) (-4 *6 (-517))
- (-4 *2 (-925 *6)) (-5 *1 (-923 *5 *6 *4 *2)) (-4 *4 (-925 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-519)) (-4 *6 (-519))
+ (-4 *2 (-927 *6)) (-5 *1 (-925 *5 *6 *4 *2)) (-4 *4 (-927 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-160)) (-4 *6 (-160))
- (-4 *2 (-929 *6)) (-5 *1 (-930 *4 *5 *2 *6)) (-4 *4 (-929 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-162)) (-4 *6 (-162))
+ (-4 *2 (-931 *6)) (-5 *1 (-932 *4 *5 *2 *6)) (-4 *4 (-931 *5))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-980 *3 *4 *5 *6 *7))
- (-4 *5 (-977)) (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5))))
+ (-12 (-5 *2 (-1 *5 *5 *5)) (-4 *1 (-982 *3 *4 *5 *6 *7))
+ (-4 *5 (-979)) (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5))))
+ (-12 (-5 *2 (-1 *5 *5)) (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-977)) (-4 *10 (-977))
- (-14 *5 (-713)) (-14 *6 (-713)) (-4 *8 (-218 *6 *7))
- (-4 *9 (-218 *5 *7)) (-4 *2 (-980 *5 *6 *10 *11 *12))
- (-5 *1 (-982 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
- (-4 *4 (-980 *5 *6 *7 *8 *9)) (-4 *11 (-218 *6 *10))
- (-4 *12 (-218 *5 *10))))
+ (-12 (-5 *3 (-1 *10 *7)) (-4 *7 (-979)) (-4 *10 (-979))
+ (-14 *5 (-715)) (-14 *6 (-715)) (-4 *8 (-220 *6 *7))
+ (-4 *9 (-220 *5 *7)) (-4 *2 (-982 *5 *6 *10 *11 *12))
+ (-5 *1 (-984 *5 *6 *7 *8 *9 *4 *10 *11 *12 *2))
+ (-4 *4 (-982 *5 *6 *7 *8 *9)) (-4 *11 (-220 *6 *10))
+ (-4 *12 (-220 *5 *10))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1015 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-1015 *6)) (-5 *1 (-1011 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1017 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-1017 *6)) (-5 *1 (-1013 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1015 *5)) (-4 *5 (-787))
- (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-592 *6))
- (-5 *1 (-1011 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1017 *5)) (-4 *5 (-789))
+ (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-594 *6))
+ (-5 *1 (-1013 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1013 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-1013 *6)) (-5 *1 (-1012 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1015 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-1015 *6)) (-5 *1 (-1014 *5 *6))))
((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1016 *4 *2)) (-4 *4 (-787))
- (-4 *2 (-1066 *4))))
+ (-12 (-5 *3 (-1 *4 *4)) (-4 *1 (-1018 *4 *2)) (-4 *4 (-789))
+ (-4 *2 (-1068 *4))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1073 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-1073 *6)) (-5 *1 (-1071 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1075 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-1075 *6)) (-5 *1 (-1073 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1073 *6)) (-5 *5 (-1073 *7))
- (-4 *6 (-1128)) (-4 *7 (-1128)) (-4 *8 (-1128)) (-5 *2 (-1073 *8))
- (-5 *1 (-1072 *6 *7 *8))))
+ (-12 (-5 *3 (-1 *8 *6 *7)) (-5 *4 (-1075 *6)) (-5 *5 (-1075 *7))
+ (-4 *6 (-1130)) (-4 *7 (-1130)) (-4 *8 (-1130)) (-5 *2 (-1075 *8))
+ (-5 *1 (-1074 *6 *7 *8))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1088 *5)) (-4 *5 (-977))
- (-4 *6 (-977)) (-5 *2 (-1088 *6)) (-5 *1 (-1086 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1090 *5)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-5 *2 (-1090 *6)) (-5 *1 (-1088 *5 *6))))
((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1105 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-1020))))
+ (-12 (-5 *2 (-1 *4 *4 *4)) (-4 *1 (-1107 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1138 *5 *7 *9)) (-4 *5 (-977))
- (-4 *6 (-977)) (-14 *7 (-1092)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1138 *6 *8 *10)) (-5 *1 (-1133 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1092))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1140 *5 *7 *9)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-14 *7 (-1094)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1140 *6 *8 *10)) (-5 *1 (-1135 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1094))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1141 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-1141 *6)) (-5 *1 (-1140 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1143 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-1143 *6)) (-5 *1 (-1142 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1141 *5)) (-4 *5 (-787))
- (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1073 *6))
- (-5 *1 (-1140 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1143 *5)) (-4 *5 (-789))
+ (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1075 *6))
+ (-5 *1 (-1142 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1147 *5 *6)) (-14 *5 (-1092))
- (-4 *6 (-977)) (-4 *8 (-977)) (-5 *2 (-1147 *7 *8))
- (-5 *1 (-1142 *5 *6 *7 *8)) (-14 *7 (-1092))))
+ (-12 (-5 *3 (-1 *8 *6)) (-5 *4 (-1149 *5 *6)) (-14 *5 (-1094))
+ (-4 *6 (-979)) (-4 *8 (-979)) (-5 *2 (-1149 *7 *8))
+ (-5 *1 (-1144 *5 *6 *7 *8)) (-14 *7 (-1094))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-977)) (-4 *6 (-977))
- (-4 *2 (-1150 *6)) (-5 *1 (-1148 *5 *4 *6 *2)) (-4 *4 (-1150 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-979)) (-4 *6 (-979))
+ (-4 *2 (-1152 *6)) (-5 *1 (-1150 *5 *4 *6 *2)) (-4 *4 (-1152 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1159 *5 *7 *9)) (-4 *5 (-977))
- (-4 *6 (-977)) (-14 *7 (-1092)) (-14 *9 *5) (-14 *10 *6)
- (-5 *2 (-1159 *6 *8 *10)) (-5 *1 (-1154 *5 *6 *7 *8 *9 *10))
- (-14 *8 (-1092))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1161 *5 *7 *9)) (-4 *5 (-979))
+ (-4 *6 (-979)) (-14 *7 (-1094)) (-14 *9 *5) (-14 *10 *6)
+ (-5 *2 (-1161 *6 *8 *10)) (-5 *1 (-1156 *5 *6 *7 *8 *9 *10))
+ (-14 *8 (-1094))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-977)) (-4 *6 (-977))
- (-4 *2 (-1165 *6)) (-5 *1 (-1163 *5 *6 *4 *2)) (-4 *4 (-1165 *5))))
+ (-12 (-5 *3 (-1 *6 *5)) (-4 *5 (-979)) (-4 *6 (-979))
+ (-4 *2 (-1167 *6)) (-5 *1 (-1165 *5 *6 *4 *2)) (-4 *4 (-1167 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1174 *5)) (-4 *5 (-1128))
- (-4 *6 (-1128)) (-5 *2 (-1174 *6)) (-5 *1 (-1173 *5 *6))))
+ (-12 (-5 *3 (-1 *6 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-1130))
+ (-4 *6 (-1130)) (-5 *2 (-1176 *6)) (-5 *1 (-1175 *5 *6))))
((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1174 *5))
- (-4 *5 (-1128)) (-4 *6 (-1128)) (-5 *2 (-1174 *6))
- (-5 *1 (-1173 *5 *6))))
+ (|partial| -12 (-5 *3 (-1 (-3 *6 "failed") *5)) (-5 *4 (-1176 *5))
+ (-4 *5 (-1130)) (-4 *6 (-1130)) (-5 *2 (-1176 *6))
+ (-5 *1 (-1175 *5 *6))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-977))))
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-979))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-1195 *3 *4))
- (-4 *4 (-785)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-593 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-396 *3)) (-4 *3 (-517)) (-5 *1 (-397 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-968 (-525))) (-4 *3 (-13 (-789) (-517)))
- (-5 *1 (-31 *3 *2)) (-4 *2 (-408 *3))))
- ((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-1088 *4)) (-5 *1 (-153 *3 *4))
- (-4 *3 (-154 *4))))
- ((*1 *1 *1) (-12 (-4 *1 (-977)) (-4 *1 (-281))))
- ((*1 *2) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-1088 *3))))
- ((*1 *2) (-12 (-4 *1 (-667 *3 *2)) (-4 *3 (-160)) (-4 *2 (-1150 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-993 *3 *2)) (-4 *3 (-13 (-787) (-341)))
- (-4 *2 (-1150 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-341) (-787))) (-5 *1 (-167 *3 *2))
- (-4 *2 (-1150 (-157 *3))))))
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-1197 *3 *4))
+ (-4 *4 (-787)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-968)) (-5 *1 (-286))))
+ ((*1 *2 *3) (-12 (-5 *3 (-594 (-968))) (-5 *2 (-968)) (-5 *1 (-286))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-599 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-599 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *1) (-5 *1 (-991)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1075 (-1075 *4))) (-5 *2 (-1075 *4)) (-5 *1 (-1072 *4))
+ (-4 *4 (-1130))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-594 *3)) (-5 *1 (-897 *3)) (-4 *3 (-512)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-713)) (-4 *5 (-977)) (-4 *2 (-1150 *5))
- (-5 *1 (-1168 *5 *2 *6 *3)) (-4 *6 (-602 *2)) (-4 *3 (-1165 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-592 *3)))))
-(((*1 *2 *1 *1 *3)
- (-12 (-5 *3 (-1 (-108) *5 *5)) (-4 *5 (-13 (-1020) (-33)))
- (-5 *2 (-108)) (-5 *1 (-1057 *4 *5)) (-4 *4 (-13 (-1020) (-33))))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735)) (-5 *2 (-592 *3)) (-5 *1 (-859 *4 *5 *6 *3))
- (-4 *3 (-884 *4 *6 *5)))))
-(((*1 *2 *3 *1) (-12 (-5 *3 (-1092)) (-5 *2 (-1096)) (-5 *1 (-1095)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-301 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-126))
- (-5 *2 (-592 (-2 (|:| |gen| *3) (|:| -1618 *4))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| -2681 *3) (|:| -2885 *4))))
- (-5 *1 (-678 *3 *4)) (-4 *3 (-977)) (-4 *4 (-669))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1152 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734))
- (-5 *2 (-1073 (-2 (|:| |k| *4) (|:| |c| *3)))))))
-(((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-396 *3)) (-4 *3 (-517))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-2 (|:| -4201 *4) (|:| -3529 (-525)))))
- (-4 *4 (-1150 (-525))) (-5 *2 (-713)) (-5 *1 (-419 *4)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *6 (-856)) (-4 *5 (-286)) (-4 *3 (-1150 *5))
- (-5 *2 (-2 (|:| |plist| (-592 *3)) (|:| |modulo| *5)))
- (-5 *1 (-437 *5 *3)) (-5 *4 (-592 *3)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-13 (-517) (-138))) (-5 *1 (-502 *4 *2))
- (-4 *2 (-1165 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-13 (-341) (-346) (-567 *3)))
- (-4 *5 (-1150 *4)) (-4 *6 (-667 *4 *5)) (-5 *1 (-506 *4 *5 *6 *2))
- (-4 *2 (-1165 *6))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-13 (-341) (-346) (-567 *3)))
- (-5 *1 (-507 *4 *2)) (-4 *2 (-1165 *4))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-1073 *4)) (-5 *3 (-525)) (-4 *4 (-13 (-517) (-138)))
- (-5 *1 (-1069 *4)))))
-(((*1 *2 *3 *4 *3 *3 *4 *4 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 -1834)))) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))))
-(((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789))))
- ((*1 *2 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020))
- (-4 *4 (-23)) (-14 *5 *4))))
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-385 (-887 *5)))) (-5 *4 (-592 (-1092)))
- (-4 *5 (-517)) (-5 *2 (-592 (-592 (-887 *5)))) (-5 *1 (-1098 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1064 (-1075))) (-5 *1 (-369)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1022 *4)) (-4 *4 (-1020)) (-5 *2 (-1 *4))
- (-5 *1 (-949 *4))))
- ((*1 *2 *3 *3)
- (-12 (-5 *2 (-1 (-357))) (-5 *1 (-970)) (-5 *3 (-357))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1015 (-525))) (-5 *2 (-1 (-525))) (-5 *1 (-975)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *1 *2) (-12 (-5 *2 (-146)) (-5 *1 (-809)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4))
- (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108))))
- ((*1 *2 *1 *3)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *1) (-5 *1 (-308))))
-(((*1 *1 *1) (-4 *1 (-578)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934) (-1114))))))
-(((*1 *1 *1)
- (-12 (-4 *2 (-286)) (-4 *3 (-925 *2)) (-4 *4 (-1150 *3))
- (-5 *1 (-391 *2 *3 *4 *5)) (-4 *5 (-13 (-387 *3 *4) (-968 *3))))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-1030)) (-5 *3 (-525)))))
-(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1092)) (-4 *4 (-977)) (-4 *4 (-789))
- (-5 *2 (-2 (|:| |var| (-565 *1)) (|:| -2168 (-525))))
- (-4 *1 (-408 *4))))
- ((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-110)) (-4 *4 (-977)) (-4 *4 (-789))
- (-5 *2 (-2 (|:| |var| (-565 *1)) (|:| -2168 (-525))))
- (-4 *1 (-408 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *3 (-1032)) (-4 *3 (-789))
- (-5 *2 (-2 (|:| |var| (-565 *1)) (|:| -2168 (-525))))
- (-4 *1 (-408 *3))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |val| (-827 *3)) (|:| -2168 (-713))))
- (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1)
- (|partial| -12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-2 (|:| |var| *5) (|:| -2168 (-713))))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977))
- (-4 *7 (-884 *6 *4 *5))
- (-5 *2 (-2 (|:| |var| *5) (|:| -2168 (-525))))
- (-5 *1 (-885 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $))
- (-15 -4080 (*7 $))))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
+ (-12 (-4 *5 (-343))
+ (-5 *2
+ (-2 (|:| A (-634 *5))
+ (|:| |eqs|
+ (-594
+ (-2 (|:| C (-634 *5)) (|:| |g| (-1176 *5)) (|:| -1653 *6)
+ (|:| |rh| *5))))))
+ (-5 *1 (-757 *5 *6)) (-5 *3 (-634 *5)) (-5 *4 (-1176 *5))
+ (-4 *6 (-604 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-343)) (-4 *6 (-604 *5))
+ (-5 *2 (-2 (|:| -1837 (-634 *6)) (|:| |vec| (-1176 *5))))
+ (-5 *1 (-757 *5 *6)) (-5 *3 (-634 *6)) (-5 *4 (-1176 *5)))))
+(((*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-643)) (-5 *1 (-286)))))
+(((*1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-766)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *2 *1) (-12 (-4 *1 (-348)) (-5 *2 (-858))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-858))
+ (-5 *1 (-497 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-632 *4)) (-5 *3 (-856)) (-4 *4 (-977))
- (-5 *1 (-959 *4))))
+ (-12 (-5 *2 (-634 *4)) (-5 *3 (-858)) (-4 *4 (-979))
+ (-5 *1 (-961 *4))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 (-632 *4))) (-5 *3 (-856)) (-4 *4 (-977))
- (-5 *1 (-959 *4)))))
+ (-12 (-5 *2 (-594 (-634 *4))) (-5 *3 (-858)) (-4 *4 (-979))
+ (-5 *1 (-961 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *2 (-594 *2))) (-5 *4 (-594 *5))
+ (-4 *5 (-37 (-387 (-527)))) (-4 *2 (-1167 *5))
+ (-5 *1 (-1169 *5 *2)))))
+(((*1 *2 *3 *3 *4 *4 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-697)))))
+(((*1 *2 *3 *4 *4 *5)
+ (|partial| -12 (-5 *4 (-567 *3)) (-5 *5 (-594 *3))
+ (-4 *3 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-529 *6 *3 *7)) (-4 *7 (-1022)))))
+(((*1 *2 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-1134)) (-4 *5 (-1152 *4))
+ (-5 *2
+ (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-387 *5))
+ (|:| |c2| (-387 *5)) (|:| |deg| (-715))))
+ (-5 *1 (-141 *4 *5 *3)) (-4 *3 (-1152 (-387 *5))))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-979)) (-4 *2 (-632 *4 *5 *6))
+ (-5 *1 (-101 *4 *3 *2 *5 *6)) (-4 *3 (-1152 *4)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-431)) (-4 *4 (-764))
+ (-14 *5 (-1094)) (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-343)) (-4 *5 (-519))
+ (-5 *2
+ (-2 (|:| |minor| (-594 (-858))) (|:| -1653 *3)
+ (|:| |minors| (-594 (-594 (-858)))) (|:| |ops| (-594 *3))))
+ (-5 *1 (-88 *5 *3)) (-5 *4 (-858)) (-4 *3 (-604 *5)))))
(((*1 *2 *1)
- (-12 (-4 *4 (-1020)) (-5 *2 (-824 *3 *4)) (-5 *1 (-820 *3 *4 *5))
- (-4 *3 (-1020)) (-4 *5 (-612 *4)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1 (-1073 (-887 *4)) (-1073 (-887 *4))))
- (-5 *1 (-1182 *4)) (-4 *4 (-341)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-412))
+ (-12 (-4 *4 (-1022)) (-5 *2 (-826 *3 *4)) (-5 *1 (-822 *3 *4 *5))
+ (-4 *3 (-1022)) (-4 *5 (-614 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-315 *3 *4 *5 *6)) (-4 *3 (-343)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5))
(-5 *2
- (-592
- (-3 (|:| -2411 (-1092))
- (|:| |bounds| (-592 (-3 (|:| S (-1092)) (|:| P (-887 (-525)))))))))
- (-5 *1 (-1096)))))
+ (-2 (|:| -3287 (-393 *4 (-387 *4) *5 *6)) (|:| |principalPart| *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343))
+ (-5 *2
+ (-2 (|:| |poly| *6) (|:| -1431 (-387 *6))
+ (|:| |special| (-387 *6))))
+ (-5 *1 (-672 *5 *6)) (-5 *3 (-387 *6))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-343)) (-5 *2 (-594 *3)) (-5 *1 (-833 *3 *4))
+ (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *4 *4)
+ (|partial| -12 (-5 *4 (-715)) (-4 *5 (-343))
+ (-5 *2 (-2 (|:| -3458 *3) (|:| -3471 *3))) (-5 *1 (-833 *3 *5))
+ (-4 *3 (-1152 *5))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110))
+ (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-996 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110))
+ (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-998 *5 *6 *7 *8)) (-4 *5 (-431))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-996 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4)
+ (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110))
+ (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1064 *5 *6 *7 *8 *9))))
+ ((*1 *2 *3 *2 *4 *4 *4 *4 *4)
+ (-12 (-5 *2 (-594 *9)) (-5 *3 (-594 *8)) (-5 *4 (-110))
+ (-4 *8 (-993 *5 *6 *7)) (-4 *9 (-1031 *5 *6 *7 *8)) (-4 *5 (-431))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-5 *1 (-1064 *5 *6 *7 *8 *9)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 *5)) (-4 *5 (-162)) (-5 *1 (-132 *3 *4 *5))
+ (-14 *3 (-527)) (-14 *4 (-715)))))
+(((*1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1109)))))
+(((*1 *2 *3 *4 *4 *4 *5 *4 *6 *6 *3)
+ (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *6 (-207))
+ (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-696)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-108)) (-5 *1 (-38 *3)) (-4 *3 (-1150 (-47))))))
-(((*1 *2 *3 *3 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-525)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-713)) (-4 *5 (-160))))
- ((*1 *1 *1 *2 *1 *2)
- (-12 (-5 *2 (-525)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-713)) (-4 *5 (-160))))
+ (-12 (-5 *3 (-715)) (-5 *2 (-1 (-1075 (-889 *4)) (-1075 (-889 *4))))
+ (-5 *1 (-1184 *4)) (-4 *4 (-343)))))
+(((*1 *2 *1 *3)
+ (|partial| -12 (-5 *3 (-829 *4)) (-4 *4 (-1022)) (-5 *2 (-110))
+ (-5 *1 (-826 *4 *5)) (-4 *5 (-1022))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-829 *5)) (-4 *5 (-1022)) (-5 *2 (-110))
+ (-5 *1 (-827 *5 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *6)) (-5 *4 (-829 *5)) (-4 *5 (-1022))
+ (-4 *6 (-1130)) (-5 *2 (-110)) (-5 *1 (-827 *5 *6)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-594 (-726 *3))) (-5 *1 (-726 *3)) (-4 *3 (-519))
+ (-4 *3 (-979)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-594 (-1090 *5))) (-5 *3 (-1090 *5))
+ (-4 *5 (-156 *4)) (-4 *4 (-512)) (-5 *1 (-142 *4 *5))))
((*1 *2 *2 *3)
- (-12
+ (|partial| -12 (-5 *2 (-594 *3)) (-4 *3 (-1152 *5))
+ (-4 *5 (-1152 *4)) (-4 *4 (-329)) (-5 *1 (-338 *4 *5 *3))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-594 (-1090 (-527)))) (-5 *3 (-1090 (-527)))
+ (-5 *1 (-535))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-594 (-1090 *1))) (-5 *3 (-1090 *1))
+ (-4 *1 (-846)))))
+(((*1 *2)
+ (-12 (-4 *2 (-13 (-410 *3) (-936))) (-5 *1 (-257 *3 *2))
+ (-4 *3 (-13 (-791) (-519))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 *8)) (-4 *8 (-886 *5 *7 *6))
+ (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094))))
+ (-4 *7 (-737))
(-5 *2
- (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4)
- (-227 *4 (-385 (-525)))))
- (-5 *3 (-592 (-800 *4))) (-14 *4 (-592 (-1092))) (-14 *5 (-713))
- (-5 *1 (-478 *4 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160)))))
-(((*1 *2 *1)
- (-12
+ (-594
+ (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8))
+ (|:| |wcond| (-594 (-889 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *5))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *5))))))))))
+ (-5 *1 (-861 *5 *6 *7 *8)) (-5 *4 (-594 *8))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 *8)) (-5 *4 (-594 (-1094))) (-4 *8 (-886 *5 *7 *6))
+ (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094))))
+ (-4 *7 (-737))
(-5 *2
- (-592
- (-2 (|:| |scalar| (-385 (-525))) (|:| |coeff| (-1088 *3))
- (|:| |logand| (-1088 *3)))))
- (-5 *1 (-542 *3)) (-4 *3 (-341)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 *5)) (-4 *5 (-341)) (-5 *2 (-592 *6))
- (-5 *1 (-498 *5 *6 *4)) (-4 *6 (-341)) (-4 *4 (-13 (-341) (-787))))))
-(((*1 *2 *3 *2)
- (-12
+ (-594
+ (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8))
+ (|:| |wcond| (-594 (-889 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *5))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *5))))))))))
+ (-5 *1 (-861 *5 *6 *7 *8))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-634 *7)) (-4 *7 (-886 *4 *6 *5))
+ (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737))
(-5 *2
- (-592
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *3)
- (|:| |polj| *3))))
- (-4 *5 (-735)) (-4 *3 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *6 (-789))
- (-5 *1 (-426 *4 *5 *6 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-198)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 (-385 (-887 (-525))))) (-5 *4 (-592 (-1092)))
- (-5 *2 (-592 (-592 *5))) (-5 *1 (-358 *5))
- (-4 *5 (-13 (-787) (-341)))))
+ (-594
+ (-2 (|:| |eqzro| (-594 *7)) (|:| |neqzro| (-594 *7))
+ (|:| |wcond| (-594 (-889 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *4))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *4))))))))))
+ (-5 *1 (-861 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-634 *9)) (-5 *5 (-858)) (-4 *9 (-886 *6 *8 *7))
+ (-4 *6 (-13 (-288) (-140))) (-4 *7 (-13 (-791) (-569 (-1094))))
+ (-4 *8 (-737))
+ (-5 *2
+ (-594
+ (-2 (|:| |eqzro| (-594 *9)) (|:| |neqzro| (-594 *9))
+ (|:| |wcond| (-594 (-889 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *6))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *6))))))))))
+ (-5 *1 (-861 *6 *7 *8 *9)) (-5 *4 (-594 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-634 *9)) (-5 *4 (-594 (-1094))) (-5 *5 (-858))
+ (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140)))
+ (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737))
+ (-5 *2
+ (-594
+ (-2 (|:| |eqzro| (-594 *9)) (|:| |neqzro| (-594 *9))
+ (|:| |wcond| (-594 (-889 *6)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *6))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *6))))))))))
+ (-5 *1 (-861 *6 *7 *8 *9))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 (-525)))) (-5 *2 (-592 *4)) (-5 *1 (-358 *4))
- (-4 *4 (-13 (-787) (-341))))))
+ (-12 (-5 *3 (-634 *8)) (-5 *4 (-858)) (-4 *8 (-886 *5 *7 *6))
+ (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094))))
+ (-4 *7 (-737))
+ (-5 *2
+ (-594
+ (-2 (|:| |eqzro| (-594 *8)) (|:| |neqzro| (-594 *8))
+ (|:| |wcond| (-594 (-889 *5)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *5))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *5))))))))))
+ (-5 *1 (-861 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-634 *9)) (-5 *4 (-594 *9)) (-5 *5 (-1077))
+ (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140)))
+ (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-527))
+ (-5 *1 (-861 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-634 *9)) (-5 *4 (-594 (-1094))) (-5 *5 (-1077))
+ (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140)))
+ (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-527))
+ (-5 *1 (-861 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 *8)) (-5 *4 (-1077)) (-4 *8 (-886 *5 *7 *6))
+ (-4 *5 (-13 (-288) (-140))) (-4 *6 (-13 (-791) (-569 (-1094))))
+ (-4 *7 (-737)) (-5 *2 (-527)) (-5 *1 (-861 *5 *6 *7 *8))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-634 *10)) (-5 *4 (-594 *10)) (-5 *5 (-858))
+ (-5 *6 (-1077)) (-4 *10 (-886 *7 *9 *8)) (-4 *7 (-13 (-288) (-140)))
+ (-4 *8 (-13 (-791) (-569 (-1094)))) (-4 *9 (-737)) (-5 *2 (-527))
+ (-5 *1 (-861 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *3 (-634 *10)) (-5 *4 (-594 (-1094))) (-5 *5 (-858))
+ (-5 *6 (-1077)) (-4 *10 (-886 *7 *9 *8)) (-4 *7 (-13 (-288) (-140)))
+ (-4 *8 (-13 (-791) (-569 (-1094)))) (-4 *9 (-737)) (-5 *2 (-527))
+ (-5 *1 (-861 *7 *8 *9 *10))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-634 *9)) (-5 *4 (-858)) (-5 *5 (-1077))
+ (-4 *9 (-886 *6 *8 *7)) (-4 *6 (-13 (-288) (-140)))
+ (-4 *7 (-13 (-791) (-569 (-1094)))) (-4 *8 (-737)) (-5 *2 (-527))
+ (-5 *1 (-861 *6 *7 *8 *9)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
(((*1 *2)
- (-12 (-5 *2 (-892 (-1039))) (-5 *1 (-321 *3 *4)) (-14 *3 (-856))
- (-14 *4 (-856))))
- ((*1 *2)
- (-12 (-5 *2 (-892 (-1039))) (-5 *1 (-322 *3 *4)) (-4 *3 (-327))
- (-14 *4 (-1088 *3))))
- ((*1 *2)
- (-12 (-5 *2 (-892 (-1039))) (-5 *1 (-323 *3 *4)) (-4 *3 (-327))
- (-14 *4 (-856)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-697)))))
+ (-12 (-4 *3 (-519)) (-5 *2 (-594 *4)) (-5 *1 (-42 *3 *4))
+ (-4 *4 (-397 *3)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-414))
+ (-5 *2
+ (-594
+ (-3 (|:| -2365 (-1094))
+ (|:| |bounds| (-594 (-3 (|:| S (-1094)) (|:| P (-889 (-527)))))))))
+ (-5 *1 (-1098)))))
+(((*1 *1 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162))))
+ ((*1 *1 *1 *1) (-4 *1 (-452)))
+ ((*1 *1 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162))))
+ ((*1 *2 *2) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-820))))
+ ((*1 *1 *1) (-5 *1 (-906)))
+ ((*1 *1 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-527)) (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-359)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *3) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-524)) (-5 *3 (-527)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))))
+(((*1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 *6)) (-4 *5 (-1134)) (-4 *6 (-1152 *5))
+ (-5 *2 (-2 (|:| -3148 (-715)) (|:| -2663 *3) (|:| |radicand| *6)))
+ (-5 *1 (-141 *5 *6 *7)) (-5 *4 (-715)) (-4 *7 (-1152 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-110)) (-5 *1 (-38 *3)) (-4 *3 (-1152 (-47))))))
+(((*1 *2 *3 *4 *4 *3 *4 *5 *4 *4 *3 *3 *3 *3 *6 *3 *7)
+ (-12 (-5 *3 (-527)) (-5 *5 (-110)) (-5 *6 (-634 (-207)))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-75 OBJFUN))))
+ (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-698)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-827 *4)) (-4 *4 (-1020)) (-5 *1 (-825 *4 *3))
- (-4 *3 (-1128))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-51)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *1 *2 *2 *3) (-12 (-5 *2 (-1075)) (-5 *3 (-765)) (-5 *1 (-764)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *1 *3 *4 *4 *4 *4 *5 *5 *5 *5 *6 *5 *6 *5)
- (-12 (-5 *3 (-856)) (-5 *4 (-205)) (-5 *5 (-525)) (-5 *6 (-809))
- (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-412)))))
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-288)) (-5 *1 (-644 *3)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-343) (-789))) (-5 *1 (-169 *3 *2))
+ (-4 *2 (-1152 (-159 *3))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-5 *2 (-892 (-1088 *4))) (-5 *1 (-335 *4))
- (-5 *3 (-1088 *4)))))
-(((*1 *2 *3 *3 *4 *3 *4 *4 *4 *4 *5)
- (-12 (-5 *3 (-205)) (-5 *4 (-525))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-62 G)))) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *1) (-5 *1 (-132))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *8 (-991 *5 *6 *7))
+ (-12 (-5 *3 (-1077)) (-4 *4 (-13 (-288) (-140)))
+ (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737))
(-5 *2
- (-2 (|:| |val| (-592 *8)) (|:| |towers| (-592 (-958 *5 *6 *7 *8)))))
- (-5 *1 (-958 *5 *6 *7 *8)) (-5 *3 (-592 *8))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *8 (-991 *5 *6 *7))
- (-5 *2
- (-2 (|:| |val| (-592 *8))
- (|:| |towers| (-592 (-1063 *5 *6 *7 *8)))))
- (-5 *1 (-1063 *5 *6 *7 *8)) (-5 *3 (-592 *8)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-1 (-1088 (-887 *4)) (-887 *4)))
- (-5 *1 (-1182 *4)) (-4 *4 (-341)))))
-(((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-713)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-104))) (-5 *1 (-162)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-1073 *3))) (-5 *1 (-1073 *3)) (-4 *3 (-1128)))))
+ (-594
+ (-2 (|:| |eqzro| (-594 *7)) (|:| |neqzro| (-594 *7))
+ (|:| |wcond| (-594 (-889 *4)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *4))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *4))))))))))
+ (-5 *1 (-861 *4 *5 *6 *7)) (-4 *7 (-886 *4 *6 *5)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *2 *2 *3 *3 *4 *2 *5)
+ (|partial| -12 (-5 *3 (-567 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1094))) (-5 *5 (-1090 *2))
+ (-4 *2 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *1 (-523 *6 *2 *7)) (-4 *7 (-1022))))
+ ((*1 *2 *2 *2 *3 *3 *4 *3 *2 *5)
+ (|partial| -12 (-5 *3 (-567 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1094)))
+ (-5 *5 (-387 (-1090 *2))) (-4 *2 (-13 (-410 *6) (-27) (-1116)))
+ (-4 *6 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *1 (-523 *6 *2 *7)) (-4 *7 (-1022)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *2) (-12 (-5 *1 (-545 *2)) (-4 *2 (-512)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-682 *3))))
+ ((*1 *1 *2) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1022))))
+ ((*1 *1) (-12 (-5 *1 (-682 *2)) (-4 *2 (-1022)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-1191 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-979)) (-4 *4 (-162))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979))
+ (-4 *3 (-162)))))
+(((*1 *1 *1) (-5 *1 (-503))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |pde| (-592 (-294 (-205))))
- (|:| |constraints|
- (-592
- (-2 (|:| |start| (-205)) (|:| |finish| (-205))
- (|:| |grid| (-713)) (|:| |boundaryType| (-525))
- (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205))))))
- (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075))
- (|:| |tol| (-205))))
- (-5 *2 (-108)) (-5 *1 (-192)))))
-(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936))))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-527)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-715)) (-4 *5 (-162))))
+ ((*1 *1 *1 *2 *1 *2)
+ (-12 (-5 *2 (-527)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-715)) (-4 *5 (-162))))
+ ((*1 *2 *2 *3)
(-12
(-5 *2
- (-2 (|:| |polnum| (-724 *3)) (|:| |polden| *3) (|:| -2855 (-713))))
- (-5 *1 (-724 *3)) (-4 *3 (-977))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-2 (|:| |polnum| *1) (|:| |polden| *1) (|:| -2855 (-713))))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4))))
- (-5 *1 (-718 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *1 *2)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-942 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *3 *2)
- (-12 (-5 *2 (-632 (-525))) (-5 *3 (-592 (-525))) (-5 *1 (-1030)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-4 *2 (-835 *5)) (-5 *1 (-634 *5 *2 *3 *4))
- (-4 *3 (-351 *2)) (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308))
- (-5 *1 (-310)))))
-(((*1 *2 *3) (-12 (-5 *3 (-592 (-525))) (-5 *2 (-713)) (-5 *1 (-546)))))
-(((*1 *1 *2) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-103))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-501))) (-5 *1 (-501)))))
+ (-479 (-387 (-527)) (-222 *5 (-715)) (-802 *4)
+ (-229 *4 (-387 (-527)))))
+ (-5 *3 (-594 (-802 *4))) (-14 *4 (-594 (-1094))) (-14 *5 (-715))
+ (-5 *1 (-480 *4 *5)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162))
+ (-4 *5 (-1152 *4)) (-5 *2 (-634 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3))
+ (-5 *2 (-634 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-1060 *2 *3)) (-4 *2 (-13 (-1022) (-33)))
+ (-4 *3 (-13 (-1022) (-33))))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-527))) (-5 *1 (-256)))))
+(((*1 *1 *1) (-5 *1 (-207)))
+ ((*1 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1) (-4 *1 (-1058))) ((*1 *1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *2 *3 *2)
+ (-12 (-5 *3 (-715)) (-4 *4 (-329)) (-5 *1 (-199 *4 *2))
+ (-4 *2 (-1152 *4))))
+ ((*1 *2 *2 *3 *2 *3)
+ (-12 (-5 *3 (-527)) (-5 *1 (-640 *2)) (-4 *2 (-1152 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-737))
+ (-4 *5 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))) (-4 *6 (-519))
+ (-5 *2 (-2 (|:| -1741 (-889 *6)) (|:| -2511 (-889 *6))))
+ (-5 *1 (-677 *4 *5 *6 *3)) (-4 *3 (-886 (-387 (-889 *6)) *4 *5)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-959 (-784 (-527))))
+ (-5 *3 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *4)))) (-4 *4 (-979))
+ (-5 *1 (-552 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-996 *3 *4 *5 *6)) (-4 *3 (-429)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108))))
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-1124 *4 *5 *6 *3)) (-4 *4 (-519)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-880 *4)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
(((*1 *2)
- (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5)))
- (-5 *2 (-108)) (-5 *1 (-319 *3 *4 *5 *6)) (-4 *3 (-320 *4 *5 *6))))
+ (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1152 (-387 *2)))
+ (-4 *2 (-1152 *4)) (-5 *1 (-321 *3 *4 *2 *5))
+ (-4 *3 (-322 *4 *2 *5))))
((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-856)) (-5 *1 (-143 *3 *4 *5)) (-14 *3 *2)
- (-4 *4 (-341)) (-14 *5 (-926 *3 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-800 *5))) (-14 *5 (-592 (-1092))) (-4 *6 (-429))
- (-5 *2
- (-2 (|:| |dpolys| (-592 (-227 *5 *6)))
- (|:| |coords| (-592 (-525)))))
- (-5 *1 (-448 *5 *6 *7)) (-5 *3 (-592 (-227 *5 *6))) (-4 *7 (-429)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1096)))))
+ (|partial| -12 (-4 *1 (-322 *3 *2 *4)) (-4 *3 (-1134))
+ (-4 *4 (-1152 (-387 *2))) (-4 *2 (-1152 *3)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
+ (-12 (-4 *2 (-431)) (-4 *3 (-791)) (-4 *4 (-737))
+ (-5 *1 (-922 *2 *3 *4 *5)) (-4 *5 (-886 *2 *4 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-414)))))
+(((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446))))
+ ((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-446))))
+ ((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-864)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-601 (-387 *6))) (-5 *4 (-1 (-594 *5) *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *6 (-1152 *5)) (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-601 (-387 *7))) (-5 *4 (-1 (-594 *6) *7))
+ (-5 *5 (-1 (-398 *7) *7))
+ (-4 *6 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *7 (-1152 *6)) (-5 *2 (-594 (-387 *7))) (-5 *1 (-756 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-602 *6 (-387 *6))) (-5 *4 (-1 (-594 *5) *6))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *6 (-1152 *5)) (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-602 *7 (-387 *7))) (-5 *4 (-1 (-594 *6) *7))
+ (-5 *5 (-1 (-398 *7) *7))
+ (-4 *6 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-4 *7 (-1152 *6)) (-5 *2 (-594 (-387 *7))) (-5 *1 (-756 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-601 (-387 *5))) (-4 *5 (-1152 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2 (-594 (-387 *5))) (-5 *1 (-756 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-601 (-387 *6))) (-5 *4 (-1 (-398 *6) *6))
+ (-4 *6 (-1152 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-602 *5 (-387 *5))) (-4 *5 (-1152 *4)) (-4 *4 (-27))
+ (-4 *4 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2 (-594 (-387 *5))) (-5 *1 (-756 *4 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-602 *6 (-387 *6))) (-5 *4 (-1 (-398 *6) *6))
+ (-4 *6 (-1152 *5)) (-4 *5 (-27))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2 (-594 (-387 *6))) (-5 *1 (-756 *5 *6)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *7 *7))
+ (-5 *5 (-1 (-3 (-594 *6) "failed") (-527) *6 *6)) (-4 *6 (-343))
+ (-4 *7 (-1152 *6))
+ (-5 *2 (-2 (|:| |answer| (-544 (-387 *7))) (|:| |a0| *6)))
+ (-5 *1 (-537 *6 *7)) (-5 *3 (-387 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))))
(((*1 *2 *3)
- (|partial| -12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1128))))
+ (|partial| -12 (-5 *3 (-51)) (-5 *1 (-50 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-887 (-357))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
+ (|partial| -12 (-5 *2 (-889 (-359))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-385 (-887 (-357)))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
+ (|partial| -12 (-5 *2 (-387 (-889 (-359)))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-294 (-357))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-357))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
+ (|partial| -12 (-5 *2 (-296 (-359))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-359))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-887 (-525))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
+ (|partial| -12 (-5 *2 (-889 (-527))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-385 (-887 (-525)))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
+ (|partial| -12 (-5 *2 (-387 (-889 (-527)))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-294 (-525))) (-5 *1 (-317 *3 *4 *5))
- (-4 *5 (-968 (-525))) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092))) (-4 *5 (-365))))
+ (|partial| -12 (-5 *2 (-296 (-527))) (-5 *1 (-319 *3 *4 *5))
+ (-4 *5 (-970 (-527))) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1092)) (-5 *1 (-317 *3 *4 *5))
- (-14 *3 (-592 *2)) (-14 *4 (-592 *2)) (-4 *5 (-365))))
+ (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-319 *3 *4 *5))
+ (-14 *3 (-594 *2)) (-14 *4 (-594 *2)) (-4 *5 (-367))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-294 *5)) (-4 *5 (-365))
- (-5 *1 (-317 *3 *4 *5)) (-14 *3 (-592 (-1092)))
- (-14 *4 (-592 (-1092)))))
+ (|partial| -12 (-5 *2 (-296 *5)) (-4 *5 (-367))
+ (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094)))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-632 (-385 (-887 (-525))))) (-4 *1 (-362))))
+ (|partial| -12 (-5 *2 (-634 (-387 (-889 (-527))))) (-4 *1 (-364))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-632 (-385 (-887 (-357))))) (-4 *1 (-362))))
+ (|partial| -12 (-5 *2 (-634 (-387 (-889 (-359))))) (-4 *1 (-364))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-632 (-887 (-525)))) (-4 *1 (-362))))
+ (|partial| -12 (-5 *2 (-634 (-889 (-527)))) (-4 *1 (-364))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-632 (-887 (-357)))) (-4 *1 (-362))))
+ (|partial| -12 (-5 *2 (-634 (-889 (-359)))) (-4 *1 (-364))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-632 (-294 (-525)))) (-4 *1 (-362))))
+ (|partial| -12 (-5 *2 (-634 (-296 (-527)))) (-4 *1 (-364))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-632 (-294 (-357)))) (-4 *1 (-362))))
+ (|partial| -12 (-5 *2 (-634 (-296 (-359)))) (-4 *1 (-364))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-385 (-887 (-525)))) (-4 *1 (-374))))
+ (|partial| -12 (-5 *2 (-387 (-889 (-527)))) (-4 *1 (-376))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-385 (-887 (-357)))) (-4 *1 (-374))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-887 (-525))) (-4 *1 (-374))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-887 (-357))) (-4 *1 (-374))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-294 (-525))) (-4 *1 (-374))))
- ((*1 *1 *2) (|partial| -12 (-5 *2 (-294 (-357))) (-4 *1 (-374))))
+ (|partial| -12 (-5 *2 (-387 (-889 (-359)))) (-4 *1 (-376))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-889 (-527))) (-4 *1 (-376))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-889 (-359))) (-4 *1 (-376))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-296 (-527))) (-4 *1 (-376))))
+ ((*1 *1 *2) (|partial| -12 (-5 *2 (-296 (-359))) (-4 *1 (-376))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1174 (-385 (-887 (-525))))) (-4 *1 (-418))))
+ (|partial| -12 (-5 *2 (-1176 (-387 (-889 (-527))))) (-4 *1 (-420))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1174 (-385 (-887 (-357))))) (-4 *1 (-418))))
+ (|partial| -12 (-5 *2 (-1176 (-387 (-889 (-359))))) (-4 *1 (-420))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1174 (-887 (-525)))) (-4 *1 (-418))))
+ (|partial| -12 (-5 *2 (-1176 (-889 (-527)))) (-4 *1 (-420))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1174 (-887 (-357)))) (-4 *1 (-418))))
+ (|partial| -12 (-5 *2 (-1176 (-889 (-359)))) (-4 *1 (-420))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1174 (-294 (-525)))) (-4 *1 (-418))))
+ (|partial| -12 (-5 *2 (-1176 (-296 (-527)))) (-4 *1 (-420))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1174 (-294 (-357)))) (-4 *1 (-418))))
+ (|partial| -12 (-5 *2 (-1176 (-296 (-359)))) (-4 *1 (-420))))
((*1 *2 *3)
- (|partial| -12 (-4 *4 (-327)) (-4 *5 (-307 *4)) (-4 *6 (-1150 *5))
- (-5 *2 (-1088 (-1088 *4))) (-5 *1 (-719 *4 *5 *6 *3 *7))
- (-4 *3 (-1150 *6)) (-14 *7 (-856))))
+ (|partial| -12 (-4 *4 (-329)) (-4 *5 (-309 *4)) (-4 *6 (-1152 *5))
+ (-5 *2 (-1090 (-1090 *4))) (-5 *1 (-721 *4 *5 *6 *3 *7))
+ (-4 *3 (-1152 *6)) (-14 *7 (-858))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5))
- (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *1 (-909 *3 *4 *5 *6))))
- ((*1 *2 *1) (|partial| -12 (-4 *1 (-968 *2)) (-4 *2 (-1128))))
+ (|partial| -12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5))
+ (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-4 *1 (-911 *3 *4 *5 *6))))
+ ((*1 *2 *1) (|partial| -12 (-4 *1 (-970 *2)) (-4 *2 (-1130))))
((*1 *1 *2)
- (|partial| -2067
- (-12 (-5 *2 (-887 *3))
- (-12 (-3272 (-4 *3 (-37 (-385 (-525)))))
- (-3272 (-4 *3 (-37 (-525)))) (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)))
- (-12 (-5 *2 (-887 *3))
- (-12 (-3272 (-4 *3 (-510))) (-3272 (-4 *3 (-37 (-385 (-525)))))
- (-4 *3 (-37 (-525))) (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)))
- (-12 (-5 *2 (-887 *3))
- (-12 (-3272 (-4 *3 (-925 (-525)))) (-4 *3 (-37 (-385 (-525))))
- (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *1 (-991 *3 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)))))
+ (|partial| -2027
+ (-12 (-5 *2 (-889 *3))
+ (-12 (-3264 (-4 *3 (-37 (-387 (-527)))))
+ (-3264 (-4 *3 (-37 (-527)))) (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)))
+ (-12 (-5 *2 (-889 *3))
+ (-12 (-3264 (-4 *3 (-512))) (-3264 (-4 *3 (-37 (-387 (-527)))))
+ (-4 *3 (-37 (-527))) (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)))
+ (-12 (-5 *2 (-889 *3))
+ (-12 (-3264 (-4 *3 (-927 (-527)))) (-4 *3 (-37 (-387 (-527))))
+ (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *1 (-993 *3 *4 *5)) (-4 *4 (-737))
+ (-4 *5 (-791)))))
((*1 *1 *2)
- (|partial| -2067
- (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5))
- (-12 (-3272 (-4 *3 (-37 (-385 (-525))))) (-4 *3 (-37 (-525)))
- (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))
- (-12 (-5 *2 (-887 (-525))) (-4 *1 (-991 *3 *4 *5))
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))))
- (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)))))
+ (|partial| -2027
+ (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5))
+ (-12 (-3264 (-4 *3 (-37 (-387 (-527))))) (-4 *3 (-37 (-527)))
+ (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))
+ (-12 (-5 *2 (-889 (-527))) (-4 *1 (-993 *3 *4 *5))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))))
+ (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)))))
((*1 *1 *2)
- (|partial| -12 (-5 *2 (-887 (-385 (-525)))) (-4 *1 (-991 *3 *4 *5))
- (-4 *3 (-37 (-385 (-525)))) (-4 *5 (-567 (-1092))) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)))))
-(((*1 *2 *3 *4 *4 *2 *2 *2 *2)
- (-12 (-5 *2 (-525))
- (-5 *3
- (-2 (|:| |lcmfij| *6) (|:| |totdeg| (-713)) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-4 *6 (-735)) (-4 *4 (-884 *5 *6 *7)) (-4 *5 (-429)) (-4 *7 (-789))
- (-5 *1 (-426 *5 *6 *7 *4)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *4 (-1 *3)) (-4 *3 (-789)) (-4 *5 (-735))
- (-4 *6 (-517)) (-4 *7 (-884 *6 *5 *3))
- (-5 *1 (-439 *5 *3 *6 *7 *2))
- (-4 *2
- (-13 (-968 (-385 (-525))) (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $))
- (-15 -4080 (*7 $))))))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1150 *2)) (-4 *2 (-1132)) (-5 *1 (-139 *2 *4 *3))
- (-4 *3 (-1150 (-385 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-259))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1189 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1195 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-785)))))
-(((*1 *2 *2 *3 *4)
- (-12 (-5 *3 (-592 (-565 *6))) (-5 *4 (-1092)) (-5 *2 (-565 *6))
- (-4 *6 (-408 *5)) (-4 *5 (-789)) (-5 *1 (-534 *5 *6)))))
+ (|partial| -12 (-5 *2 (-889 (-387 (-527)))) (-4 *1 (-993 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *5 (-569 (-1094))) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *5 (-1077))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-80 PDEF))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-81 BNDY)))) (-5 *2 (-968))
+ (-5 *1 (-695)))))
+(((*1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3)) (|has| *1 (-6 -4261)) (-4 *1 (-217 *3))
+ (-4 *3 (-1022))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-1 (-110) *3)) (-4 *1 (-263 *3)) (-4 *3 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1138 *3 *2)) (-4 *3 (-979)) (-4 *2 (-1167 *3)))))
(((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *6)) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-713))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-713)))))
-(((*1 *2 *1) (-12 (-4 *1 (-286)) (-5 *2 (-713)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-565 *3)) (-4 *3 (-13 (-408 *5) (-27) (-1114)))
- (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-542 *3)) (-5 *1 (-527 *5 *3 *6)) (-4 *6 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *2)
- (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3))
- (-4 *3 (-1150 (-157 *2))))))
-(((*1 *1 *1 *1) (-4 *1 (-134)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))))
+ (-12 (-5 *3 (-527)) (-5 *2 (-3 "nil" "sqfr" "irred" "prime"))
+ (-5 *1 (-398 *4)) (-4 *4 (-519)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-1026)) (-5 *3 (-718)) (-5 *1 (-51)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-359)) (-5 *1 (-991)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-858)) (-5 *1 (-145 *3 *4 *5)) (-14 *3 *2)
+ (-4 *4 (-343)) (-14 *5 (-928 *3 *4)))))
+(((*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178))))
+ ((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-1178)))))
+(((*1 *1 *1) (-4 *1 (-988)))
+ ((*1 *1 *1 *2 *2)
+ (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-1154 *3 *2)) (-4 *3 (-979)) (-4 *2 (-736)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-858)) (-4 *1 (-1154 *3 *4)) (-4 *3 (-979))
+ (-4 *4 (-736))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-387 (-527))) (-4 *1 (-1157 *3)) (-4 *3 (-979)))))
(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-341)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3))
- (-5 *1 (-492 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5))))
- ((*1 *2 *3)
- (|partial| -12 (-4 *4 (-517)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4))
- (-4 *7 (-925 *4)) (-4 *2 (-630 *7 *8 *9))
- (-5 *1 (-493 *4 *5 *6 *3 *7 *8 *9 *2)) (-4 *3 (-630 *4 *5 *6))
- (-4 *8 (-351 *7)) (-4 *9 (-351 *7))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977))
- (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (-4 *2 (-341))))
- ((*1 *2 *2)
- (|partial| -12 (-4 *3 (-341)) (-4 *3 (-160)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *1 (-631 *3 *4 *5 *2))
- (-4 *2 (-630 *3 *4 *5))))
- ((*1 *1 *1)
- (|partial| -12 (-5 *1 (-632 *2)) (-4 *2 (-341)) (-4 *2 (-977))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1042 *2 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-218 *2 *3)) (-4 *5 (-218 *2 *3)) (-4 *3 (-341))))
- ((*1 *2 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-789)) (-5 *1 (-1100 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-592 *4))
- (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114))))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-404 *4 *2)) (-4 *2 (-13 (-1114) (-29 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-1092)) (-4 *5 (-138))
- (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-588 (-525))))
- (-5 *2 (-294 *5)) (-5 *1 (-545 *5)))))
-(((*1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-369)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-878 *5)) (-4 *5 (-977)) (-5 *2 (-713))
- (-5 *1 (-1081 *4 *5)) (-14 *4 (-856))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-713))) (-5 *3 (-713)) (-5 *1 (-1081 *4 *5))
- (-14 *4 (-856)) (-4 *5 (-977))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-713))) (-5 *3 (-878 *5)) (-4 *5 (-977))
- (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))))
+ (|partial| -12 (-5 *1 (-275 *2)) (-4 *2 (-671)) (-4 *2 (-1130)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-517))
- (-5 *2 (-2 (|:| -4108 (-632 *5)) (|:| |vec| (-1174 (-592 (-856))))))
- (-5 *1 (-88 *5 *3)) (-5 *4 (-856)) (-4 *3 (-602 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))))
-(((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-525)) (-4 *4 (-327))
- (-5 *1 (-495 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *5 *5))
- (-4 *5 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *2
- (-2 (|:| |solns| (-592 *5))
- (|:| |maps| (-592 (-2 (|:| |arg| *5) (|:| |res| *5))))))
- (-5 *1 (-1047 *3 *5)) (-4 *3 (-1150 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-341)) (-5 *1 (-264 *3 *2)) (-4 *2 (-1165 *3)))))
+ (-12 (-5 *4 (-527)) (-4 *5 (-329)) (-5 *2 (-398 (-1090 (-1090 *5))))
+ (-5 *1 (-1129 *5)) (-5 *3 (-1090 (-1090 *5))))))
+(((*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-704)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-878 *4))) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *3 (-592 (-809)))
- (-5 *1 (-445)))))
-(((*1 *1) (-5 *1 (-132))) ((*1 *1 *1) (-5 *1 (-135)))
- ((*1 *1 *1) (-4 *1 (-1061))))
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-993 *3 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4))
- (-4 *4 (-327))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4))
- (-4 *4 (-327))))
- ((*1 *1) (-4 *1 (-346)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1174 *4)) (-5 *1 (-495 *4))
- (-4 *4 (-327))))
- ((*1 *1 *1) (-4 *1 (-510))) ((*1 *1) (-4 *1 (-510)))
- ((*1 *1 *1) (-5 *1 (-525))) ((*1 *1 *1) (-5 *1 (-713)))
- ((*1 *2 *1) (-12 (-5 *2 (-840 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-840 *4)) (-5 *1 (-839 *4))
- (-4 *4 (-1020))))
- ((*1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-510)) (-4 *2 (-517)))))
-(((*1 *1 *1) (-4 *1 (-34)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-1181))
+ (-5 *1 (-428 *4 *5 *6 *7)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1150 (-525))) (-5 *1 (-461 *3)))))
+ (-12 (-5 *3 (-387 (-889 (-159 (-527))))) (-5 *2 (-594 (-159 *4)))
+ (-5 *1 (-358 *4)) (-4 *4 (-13 (-343) (-789)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-387 (-889 (-159 (-527))))))
+ (-5 *4 (-594 (-1094))) (-5 *2 (-594 (-594 (-159 *5))))
+ (-5 *1 (-358 *5)) (-4 *5 (-13 (-343) (-789))))))
+(((*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| (-1075 (-207)))
+ (|:| |notEvaluated|
+ "Internal singularities not yet evaluated")))
+ (|:| -1792
+ (-3 (|:| |finite| "The range is finite")
+ (|:| |lowerInfinite| "The bottom 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 (-968)) (-5 *1 (-286)))))
(((*1 *2 *1)
- (|partial| -12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3))
- (-4 *3 (-1020)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 (-887 *4))) (-5 *3 (-592 (-1092))) (-4 *4 (-429))
- (-5 *1 (-853 *4)))))
-(((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-426 *4 *5 *6 *2)))))
-(((*1 *2 *3 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-694)))))
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-594 (-161))))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
+(((*1 *1) (-5 *1 (-991))))
+(((*1 *2 *3 *2 *2)
+ (-12 (-5 *2 (-594 (-459 *4 *5))) (-5 *3 (-802 *4))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *1 (-582 *4 *5)))))
+(((*1 *1) (-5 *1 (-137))))
(((*1 *2 *1)
- (-12 (-5 *2 (-2 (|:| |preimage| (-592 *3)) (|:| |image| (-592 *3))))
- (-5 *1 (-840 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-205))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL))))
- (-5 *2 (-966)) (-5 *1 (-692))))
- ((*1 *2 *3 *4 *4 *5 *4 *4 *5 *5 *3 *4 *4 *6 *7 *8 *8)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-205))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-59 COEFFN))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-85 BDYVAL))))
- (-5 *8 (-366)) (-5 *2 (-966)) (-5 *1 (-692)))))
-(((*1 *1 *1) (-4 *1 (-34)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
+ (-12 (-4 *1 (-306 *2 *3)) (-4 *3 (-736)) (-4 *2 (-979))
+ (-4 *2 (-431))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 *4)) (-4 *4 (-1152 (-527))) (-5 *2 (-594 (-527)))
+ (-5 *1 (-463 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-431))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)) (-4 *3 (-431)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)) (-4 *3 (-162))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *2 (-519)) (-5 *1 (-905 *2 *3)) (-4 *3 (-1152 *2))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-162)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *2 (-359)) (-5 *1 (-176)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820))
+ (-5 *3 (-594 (-527)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1075 (-594 (-527)))) (-5 *1 (-820))
+ (-5 *3 (-594 (-527))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1897 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 G)))) (-5 *2 (-968))
+ (-5 *1 (-693)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1077)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-244))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *3) (-12 (-5 *3 (-858)) (-5 *2 (-841 (-527))) (-5 *1 (-854))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *1 *1)
+ (-12 (-4 *2 (-140)) (-4 *2 (-288)) (-4 *2 (-431)) (-4 *3 (-791))
+ (-4 *4 (-737)) (-5 *1 (-922 *2 *3 *4 *5)) (-4 *5 (-886 *2 *4 *3))))
+ ((*1 *2 *3) (-12 (-5 *3 (-47)) (-5 *2 (-296 (-527))) (-5 *1 (-1040))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-4 *3 (-346)) (-5 *2 (-108))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3 *3 *4 *5 *5)
+ (-12 (-5 *5 (-110)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *3 (-993 *6 *7 *8))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-999 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-2 (|:| |val| (-594 *8)) (|:| -1296 *9))))
+ (-5 *5 (-110)) (-4 *8 (-993 *6 *7 *4)) (-4 *9 (-998 *6 *7 *4 *8))
+ (-4 *6 (-431)) (-4 *7 (-737)) (-4 *4 (-791))
+ (-5 *2 (-594 (-2 (|:| |val| *8) (|:| -1296 *9))))
+ (-5 *1 (-999 *6 *7 *4 *8 *9)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-842 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-594
+ (-2 (|:| |lcmfij| *4) (|:| |totdeg| (-715)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *4 (-737)) (-4 *6 (-886 *3 *4 *5)) (-4 *3 (-431)) (-4 *5 (-791))
+ (-5 *1 (-428 *3 *4 *5 *6)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-288)) (-4 *6 (-353 *5)) (-4 *4 (-353 *5))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-1045 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-310)))))
+(((*1 *2 *1) (-12 (-5 *2 (-800)) (-5 *1 (-51)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1 (-110) *9)) (-5 *5 (-1 (-110) *9 *9))
+ (-4 *9 (-993 *6 *7 *8)) (-4 *6 (-519)) (-4 *7 (-737))
+ (-4 *8 (-791)) (-5 *2 (-2 (|:| |bas| *1) (|:| -3523 (-594 *9))))
+ (-5 *3 (-594 *9)) (-4 *1 (-1124 *6 *7 *8 *9))))
+ ((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1 (-110) *8 *8)) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-2 (|:| |bas| *1) (|:| -3523 (-594 *8))))
+ (-5 *3 (-594 *8)) (-4 *1 (-1124 *5 *6 *7 *8)))))
+(((*1 *1 *2 *2 *3)
+ (-12 (-5 *3 (-594 (-1094))) (-4 *4 (-1022))
+ (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4))))
+ (-5 *1 (-1001 *4 *5 *2))
+ (-4 *2 (-13 (-410 *5) (-823 *4) (-569 (-829 *4))))))
+ ((*1 *1 *2 *2)
+ (-12 (-4 *3 (-1022))
+ (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3))))
+ (-5 *1 (-1001 *3 *4 *2))
+ (-4 *2 (-13 (-410 *4) (-823 *3) (-569 (-829 *3)))))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1176 *4)) (-4 *4 (-397 *3)) (-4 *3 (-288))
+ (-4 *3 (-519)) (-5 *1 (-42 *3 *4))))
((*1 *2 *3)
- (-12 (-5 *3 (-1088 *4)) (-4 *4 (-327)) (-5 *2 (-108))
- (-5 *1 (-335 *4))))
+ (-12 (-5 *3 (-858)) (-4 *4 (-343)) (-5 *2 (-1176 *1))
+ (-4 *1 (-309 *4))))
+ ((*1 *2) (-12 (-4 *3 (-343)) (-5 *2 (-1176 *1)) (-4 *1 (-309 *3))))
+ ((*1 *2)
+ (-12 (-4 *3 (-162)) (-4 *4 (-1152 *3)) (-5 *2 (-1176 *1))
+ (-4 *1 (-389 *3 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-288)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4))
+ (-5 *2 (-1176 *6)) (-5 *1 (-393 *3 *4 *5 *6))
+ (-4 *6 (-13 (-389 *4 *5) (-970 *4)))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-288)) (-4 *4 (-927 *3)) (-4 *5 (-1152 *4))
+ (-5 *2 (-1176 *6)) (-5 *1 (-394 *3 *4 *5 *6 *7))
+ (-4 *6 (-389 *4 *5)) (-14 *7 *2)))
+ ((*1 *2) (-12 (-4 *3 (-162)) (-5 *2 (-1176 *1)) (-4 *1 (-397 *3))))
((*1 *2 *3)
- (-12 (-5 *3 (-1174 *4)) (-4 *4 (-327)) (-5 *2 (-108))
- (-5 *1 (-495 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-515 *3)) (-4 *3 (-13 (-382) (-1114))) (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-4 *1 (-787)) (-5 *2 (-108))))
+ (-12 (-5 *3 (-858)) (-5 *2 (-1176 (-1176 *4))) (-5 *1 (-497 *4))
+ (-4 *4 (-329)))))
+(((*1 *2 *1) (-12 (-4 *1 (-104 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-634 (-387 (-889 (-527))))) (-5 *2 (-594 (-296 (-527))))
+ (-5 *1 (-964)))))
+(((*1 *2) (-12 (-4 *2 (-162)) (-5 *1 (-155 *3 *2)) (-4 *3 (-156 *2))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *2 *4)) (-4 *4 (-1152 *2))
+ (-4 *2 (-162))))
+ ((*1 *2)
+ (-12 (-4 *4 (-1152 *2)) (-4 *2 (-162)) (-5 *1 (-388 *3 *2 *4))
+ (-4 *3 (-389 *2 *4))))
+ ((*1 *2) (-12 (-4 *1 (-389 *2 *3)) (-4 *3 (-1152 *2)) (-4 *2 (-162))))
+ ((*1 *2)
+ (-12 (-4 *3 (-1152 *2)) (-5 *2 (-527)) (-5 *1 (-712 *3 *4))
+ (-4 *4 (-389 *2 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-886 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791)) (-4 *3 (-162))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-519)) (-5 *1 (-905 *2 *3)) (-4 *3 (-1152 *2))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-162)))))
+(((*1 *2 *1) (-12 (-4 *1 (-23)) (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-993 *4 *3)) (-4 *4 (-13 (-787) (-341)))
- (-4 *3 (-1150 *4)) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343)))
+ (-4 *3 (-1152 *4)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-594 *8))) (-5 *3 (-594 *8))
+ (-4 *8 (-886 *5 *7 *6)) (-4 *5 (-13 (-288) (-140)))
+ (-4 *6 (-13 (-791) (-569 (-1094)))) (-4 *7 (-737)) (-5 *2 (-110))
+ (-5 *1 (-861 *5 *6 *7 *8)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-391 *3 *4 *5 *6)) (-4 *6 (-968 *4)) (-4 *3 (-286))
- (-4 *4 (-925 *3)) (-4 *5 (-1150 *4)) (-4 *6 (-387 *4 *5))
- (-14 *7 (-1174 *6)) (-5 *1 (-392 *3 *4 *5 *6 *7))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1174 *6)) (-4 *6 (-387 *4 *5)) (-4 *4 (-925 *3))
- (-4 *5 (-1150 *4)) (-4 *3 (-286)) (-5 *1 (-392 *3 *4 *5 *6 *7))
- (-14 *7 *2))))
-(((*1 *1 *1) (-4 *1 (-578)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934) (-1114))))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-14 *5 (-592 (-1092)))
- (-5 *2
- (-592 (-2 (|:| -2729 (-1088 *4)) (|:| -2754 (-592 (-887 *4))))))
- (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092)))))
- ((*1 *2 *3 *4 *4 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953)))
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1130)) (-5 *1 (-1066 *3)))))
+(((*1 *2 *2 *3) (-12 (-5 *2 (-527)) (-5 *3 (-715)) (-5 *1 (-524)))))
+(((*1 *1) (-5 *1 (-134))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-811)) (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-594 *6)) (-4 *6 (-791)) (-4 *4 (-343)) (-4 *5 (-737))
+ (-5 *2 (-110)) (-5 *1 (-479 *4 *5 *6 *7)) (-4 *7 (-886 *4 *5 *6)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *2 (-519)) (-5 *1 (-905 *2 *4))
+ (-4 *4 (-1152 *2)))))
+(((*1 *1) (-5 *1 (-1009))))
+(((*1 *2 *1 *1)
+ (-12
(-5 *2
- (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5))))))
- (-5 *1 (-1198 *5 *6 *7)) (-5 *3 (-592 (-887 *5)))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953)))
+ (-2 (|:| -2663 *3) (|:| |gap| (-715)) (|:| -1381 (-726 *3))
+ (|:| -3145 (-726 *3))))
+ (-5 *1 (-726 *3)) (-4 *3 (-979))))
+ ((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791))
(-5 *2
- (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5))))))
- (-5 *1 (-1198 *5 *6 *7)) (-5 *3 (-592 (-887 *5)))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-13 (-787) (-286) (-138) (-953)))
+ (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -1381 *1)
+ (|:| -3145 *1)))
+ (-4 *1 (-993 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
(-5 *2
- (-592 (-2 (|:| -2729 (-1088 *5)) (|:| -2754 (-592 (-887 *5))))))
- (-5 *1 (-1198 *5 *6 *7)) (-5 *3 (-592 (-887 *5)))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-787) (-286) (-138) (-953)))
+ (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -1381 *1)
+ (|:| -3145 *1)))
+ (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-4 *2 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *1 (-1049 *3 *2)) (-4 *3 (-1152 *2)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-359))) (-5 *1 (-244))))
+ ((*1 *1)
+ (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-519)) (-4 *2 (-162))))
+ ((*1 *2 *1) (-12 (-5 *1 (-398 *2)) (-4 *2 (-519)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *4 (-110)) (-5 *5 (-1024 (-715))) (-5 *6 (-715))
(-5 *2
- (-592 (-2 (|:| -2729 (-1088 *4)) (|:| -2754 (-592 (-887 *4))))))
- (-5 *1 (-1198 *4 *5 *6)) (-5 *3 (-592 (-887 *4)))
- (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092)))))
-(((*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))))
-(((*1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-55 *4 *5 *2)) (-4 *4 (-1128))
- (-4 *5 (-351 *4)) (-4 *2 (-351 *4))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-525)) (-4 *1 (-980 *4 *5 *6 *7 *2)) (-4 *6 (-977))
- (-4 *7 (-218 *5 *6)) (-4 *2 (-218 *4 *6)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-5 *1 (-1064 *3)))))
+ (-2 (|:| |contp| (-527))
+ (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527)))))))
+ (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *3) (-12 (-5 *3 (-110)) (-5 *2 (-1077)) (-5 *1 (-51)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-715)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-110)) (-4 *4 (-977)) (-5 *1 (-657 *4 *2))
- (-4 *2 (-594 *4))))
- ((*1 *2 *3 *2) (-12 (-5 *3 (-110)) (-5 *1 (-776 *2)) (-4 *2 (-977)))))
+ (-12 (-5 *2 (-359)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-244)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1088 *7)) (-4 *7 (-884 *6 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-977)) (-5 *2 (-1088 *6))
- (-5 *1 (-299 *4 *5 *6 *7)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1081 3 *3)) (-4 *3 (-977)) (-4 *1 (-1053 *3))))
- ((*1 *1) (-12 (-4 *1 (-1053 *2)) (-4 *2 (-977)))))
-(((*1 *1 *1) (-4 *1 (-34)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938)))))
+ (-12 (-5 *3 (-1090 *4)) (-4 *4 (-329)) (-5 *2 (-894 (-1041)))
+ (-5 *1 (-326 *4)))))
+(((*1 *1 *2 *3 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-863))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-863))))
+ ((*1 *1 *2 *3 *3 *3)
+ (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1 (-880 (-207)) (-207))) (-5 *3 (-1017 (-207)))
+ (-5 *1 (-864)))))
+(((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-594 (-1090 *7))) (-5 *3 (-1090 *7))
+ (-4 *7 (-886 *4 *5 *6)) (-4 *4 (-846)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-5 *1 (-843 *4 *5 *6 *7))))
+ ((*1 *2 *2 *3)
+ (|partial| -12 (-5 *2 (-594 (-1090 *5))) (-5 *3 (-1090 *5))
+ (-4 *5 (-1152 *4)) (-4 *4 (-846)) (-5 *1 (-844 *4 *5)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-110)) (-5 *1 (-112))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-283)) (-5 *3 (-1094)) (-5 *2 (-110))))
+ ((*1 *2 *1 *3) (-12 (-4 *1 (-283)) (-5 *3 (-112)) (-5 *2 (-110))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1094)) (-5 *2 (-110)) (-5 *1 (-567 *4)) (-4 *4 (-791))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-112)) (-5 *2 (-110)) (-5 *1 (-567 *4)) (-4 *4 (-791))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1022)) (-5 *2 (-110)) (-5 *1 (-824 *5 *3 *4))
+ (-4 *3 (-823 *5)) (-4 *4 (-569 (-829 *5)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *6)) (-4 *6 (-823 *5)) (-4 *5 (-1022))
+ (-5 *2 (-110)) (-5 *1 (-824 *5 *6 *4)) (-4 *4 (-569 (-829 *5))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *4 (-1130)) (-5 *1 (-355 *4 *2))
+ (-4 *2 (-13 (-353 *4) (-10 -7 (-6 -4262)))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-527)) (-5 *1 (-223))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-527)) (-5 *1 (-223)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *5)))))
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-110)))))
+(((*1 *1 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-878 *3) (-878 *3))) (-5 *1 (-163 *3))
- (-4 *3 (-13 (-341) (-1114) (-934))))))
+ (-12 (-5 *3 (-858))
+ (-5 *2
+ (-3 (-1090 *4)
+ (-1176 (-594 (-2 (|:| -2205 *4) (|:| -1720 (-1041)))))))
+ (-5 *1 (-326 *4)) (-4 *4 (-329)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-594 *3))) (-4 *3 (-1022)) (-5 *1 (-1103 *3)))))
(((*1 *1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *1 (-542 *2)) (-4 *2 (-968 *3))
- (-4 *2 (-341))))
- ((*1 *1 *2 *2) (-12 (-5 *1 (-542 *2)) (-4 *2 (-341))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-579 *4 *2))
- (-4 *2 (-13 (-408 *4) (-934) (-1114)))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1013 *2)) (-4 *2 (-13 (-408 *4) (-934) (-1114)))
- (-4 *4 (-13 (-789) (-517))) (-5 *1 (-579 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-893)) (-5 *2 (-1092))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1013 *1)) (-4 *1 (-893)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6))))
- ((*1 *2 *2 *2 *3)
- (-12 (-5 *2 (-592 *7)) (-5 *3 (-108)) (-4 *7 (-991 *4 *5 *6))
- (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-910 *4 *5 *6 *7)))))
+ (-12 (-5 *1 (-900 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-887 *4)) (-4 *4 (-13 (-286) (-138)))
- (-4 *2 (-884 *4 *6 *5)) (-5 *1 (-859 *4 *5 *6 *2))
- (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)))))
-(((*1 *2 *2 *3 *3)
- (|partial| -12 (-5 *3 (-1092))
- (-4 *4 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-536 *4 *2))
- (-4 *2 (-13 (-1114) (-893) (-1056) (-29 *4))))))
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7))))
+ (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-798)) (-5 *1 (-368 *3 *4 *5)) (-14 *3 (-713))
- (-14 *4 (-713)) (-4 *5 (-160)))))
+ (|partial| -12 (-5 *2 (-1094)) (-5 *1 (-567 *3)) (-4 *3 (-791)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-429))
- (-5 *2
- (-592
- (-2 (|:| |eigval| (-3 (-385 (-887 *4)) (-1082 (-1092) (-887 *4))))
- (|:| |eigmult| (-713))
- (|:| |eigvec| (-592 (-632 (-385 (-887 *4))))))))
- (-5 *1 (-271 *4)) (-5 *3 (-632 (-385 (-887 *4)))))))
-(((*1 *1 *1) (-4 *1 (-34)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-694)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-539)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-1058 *3 *4)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))))))
-(((*1 *1 *2 *1) (-12 (-5 *1 (-117 *2)) (-4 *2 (-789)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *3 (-1 (-3 *5 "failed") *8))
- (-5 *4 (-632 (-1088 *8))) (-4 *5 (-977)) (-4 *8 (-977))
- (-4 *6 (-1150 *5)) (-5 *2 (-632 *6)) (-5 *1 (-474 *5 *6 *7 *8))
- (-4 *7 (-1150 *6)))))
+ (-12 (-5 *3 (-1075 (-1075 *4))) (-5 *2 (-1075 *4)) (-5 *1 (-1079 *4))
+ (-4 *4 (-979)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-288)) (-5 *2 (-110)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-519)) (-5 *1 (-905 *4 *2))
+ (-4 *2 (-1152 *4)))))
+(((*1 *2 *3 *3 *3 *3 *4 *5 *6 *6 *7 *7 *3)
+ (-12 (-5 *4 (-594 (-110))) (-5 *5 (-634 (-207)))
+ (-5 *6 (-634 (-527))) (-5 *7 (-207)) (-5 *3 (-527)) (-5 *2 (-968))
+ (-5 *1 (-699)))))
+(((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3 *3 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7))
- (-4 *9 (-996 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735))
- (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-994 *5 *6 *7 *8 *9))))
+ (-12 (-5 *3 (-594 (-207))) (-5 *4 (-715)) (-5 *2 (-634 (-207)))
+ (-5 *1 (-286)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-3 (|:| |fst| (-414)) (|:| -3438 "void")))
+ (-5 *2 (-1181)) (-5 *1 (-1097))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *8)) (-5 *4 (-592 *9)) (-4 *8 (-991 *5 *6 *7))
- (-4 *9 (-1029 *5 *6 *7 *8)) (-4 *5 (-429)) (-4 *6 (-735))
- (-4 *7 (-789)) (-5 *2 (-713)) (-5 *1 (-1062 *5 *6 *7 *8 *9)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-5 *2 (-1174 *3)) (-5 *1 (-655 *3 *4))
- (-4 *4 (-1150 *3)))))
-(((*1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-1095)))))
-(((*1 *1 *1) (-4 *1 (-34)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
+ (-12 (-5 *3 (-1094))
+ (-5 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *2 (-1181))
+ (-5 *1 (-1097))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *3 (-1094))
+ (-5 *4 (-3 (|:| |fst| (-414)) (|:| -3438 "void"))) (-5 *2 (-1181))
+ (-5 *1 (-1097)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-1022 *3)) (-5 *1 (-840 *3)) (-4 *3 (-346))
- (-4 *3 (-1020)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-1092))) (-5 *3 (-51)) (-5 *1 (-827 *4))
- (-4 *4 (-1020)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *6 (-517)) (-4 *2 (-884 *3 *5 *4))
- (-5 *1 (-675 *5 *4 *6 *2)) (-5 *3 (-385 (-887 *6))) (-4 *5 (-735))
- (-4 *4 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-977))
- (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-1150 *4)))))
-(((*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-205)) (-5 *1 (-1177))))
- ((*1 *2) (-12 (-5 *2 (-205)) (-5 *1 (-1177)))))
-(((*1 *2 *1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1124 *3)) (-4 *3 (-907)))))
+ (-12 (-4 *1 (-362 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1022))
+ (-5 *2 (-594 (-2 (|:| |k| *4) (|:| |c| *3))))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| |k| (-830 *3)) (|:| |c| *4))))
+ (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-619 *3))) (-5 *1 (-830 *3)) (-4 *3 (-791)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
+ (-5 *2
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -4115 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-594 (-634 (-527))))
+ (-5 *1 (-1032)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1174 *4)) (-4 *4 (-977)) (-4 *2 (-1150 *4))
- (-5 *1 (-421 *4 *2))))
- ((*1 *2 *3 *2 *4)
- (-12 (-5 *2 (-385 (-1088 (-294 *5)))) (-5 *3 (-1174 (-294 *5)))
- (-5 *4 (-525)) (-4 *5 (-13 (-517) (-789))) (-5 *1 (-1049 *5)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-517)) (-5 *1 (-573 *2 *3)) (-4 *3 (-1150 *2)))))
-(((*1 *1 *1) (-12 (-4 *1 (-351 *2)) (-4 *2 (-1128)) (-4 *2 (-789))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 (-108) *3 *3)) (-4 *1 (-351 *3)) (-4 *3 (-1128))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-592 (-840 *3))) (-5 *1 (-840 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-735)) (-4 *3 (-789))
- (-4 *6 (-991 *4 *5 *3))
- (-5 *2 (-2 (|:| |under| *1) (|:| -1340 *1) (|:| |upper| *1)))
- (-4 *1 (-909 *4 *5 *3 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1) (-4 *1 (-466)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
+ (-12 (-5 *3 (-889 *5)) (-4 *5 (-979)) (-5 *2 (-229 *4 *5))
+ (-5 *1 (-881 *4 *5)) (-14 *4 (-594 (-1094))))))
+(((*1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022)))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-354 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-162))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-1195 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-979)))))
+(((*1 *1 *1) (-5 *1 (-991))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1150 *5)) (-4 *5 (-341))
- (-5 *2
- (-2 (|:| |ir| (-542 (-385 *6))) (|:| |specpart| (-385 *6))
- (|:| |polypart| *6)))
- (-5 *1 (-535 *5 *6)) (-5 *3 (-385 *6)))))
+ (-12 (-5 *3 (-594 (-527))) (-5 *4 (-842 (-527)))
+ (-5 *2 (-634 (-527))) (-5 *1 (-548))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-594 (-634 (-527))))
+ (-5 *1 (-548))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-527))) (-5 *4 (-594 (-842 (-527))))
+ (-5 *2 (-594 (-634 (-527)))) (-5 *1 (-548)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-416)))))
(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2 *2)
- (|partial| -12 (-4 *3 (-1128)) (-5 *1 (-168 *3 *2))
- (-4 *2 (-619 *3)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798))))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
+ (-12 (-4 *4 (-162)) (-5 *2 (-110)) (-5 *1 (-346 *3 *4))
+ (-4 *3 (-347 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-110)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))))
-(((*1 *2 *1 *3) (-12 (-4 *1 (-127)) (-5 *3 (-713)) (-5 *2 (-1179)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1 (-357))) (-5 *1 (-970)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-525)) (|has| *1 (-6 -4250)) (-4 *1 (-382))
- (-5 *2 (-856)))))
+ (-12 (-4 *4 (-519)) (-5 *2 (-594 *3)) (-5 *1 (-42 *4 *3))
+ (-4 *3 (-397 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-800)))))
+(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *4 *5 *3 *3 *3 *6 *4 *3)
+ (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *6 (-207))
+ (-5 *3 (-527)) (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *1) (-12 (-5 *1 (-902 *2)) (-4 *2 (-903)))))
(((*1 *2 *3 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| *3) (|:| -1285 *4))))
- (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-108)) (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4)))))
+ (-12 (-5 *3 (-594 (-459 *5 *6))) (-5 *4 (-802 *5))
+ (-14 *5 (-594 (-1094))) (-5 *2 (-459 *5 *6)) (-5 *1 (-582 *5 *6))
+ (-4 *6 (-431))))
((*1 *2 *3 *4)
- (-12 (-4 *4 (-13 (-341) (-787))) (-5 *2 (-396 *3))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))))
+ (-12 (-5 *3 (-594 (-459 *5 *6))) (-5 *4 (-802 *5))
+ (-14 *5 (-594 (-1094))) (-5 *2 (-459 *5 *6)) (-5 *1 (-582 *5 *6))
+ (-4 *6 (-431)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-1 (-359))) (-5 *1 (-972)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-387 (-1090 (-296 *3)))) (-4 *3 (-13 (-519) (-791)))
+ (-5 *1 (-1051 *3)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *2 *1) (-12 (-4 *1 (-33)) (-5 *2 (-110))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)) (-5 *2 (-110))
+ (-5 *1 (-922 *3 *4 *5 *6)) (-4 *6 (-886 *3 *5 *4))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-1059 *3 *4)) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-552 *3)) (-4 *3 (-37 *2))
+ (-4 *3 (-979)))))
+(((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))))
(((*1 *2 *2)
- (-12 (-4 *2 (-160)) (-4 *2 (-977)) (-5 *1 (-657 *2 *3))
- (-4 *3 (-594 *2))))
- ((*1 *2 *2) (-12 (-5 *1 (-776 *2)) (-4 *2 (-160)) (-4 *2 (-977)))))
-(((*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176))))
- ((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-51)) (-5 *1 (-773)))))
+(((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1) (-4 *1 (-466)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 *3)) (-4 *3 (-1152 *5)) (-4 *5 (-288))
+ (-5 *2 (-715)) (-5 *1 (-434 *5 *3)))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *4 (-1134)) (-4 *5 (-1152 *4))
+ (-5 *2 (-2 (|:| |radicand| (-387 *5)) (|:| |deg| (-715))))
+ (-5 *1 (-141 *4 *5 *3)) (-4 *3 (-1152 (-387 *5))))))
+(((*1 *1)
+ (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715))
+ (-4 *4 (-162)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-946)) (-5 *2 (-800)))))
+(((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE)))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-700))))
+ ((*1 *2 *3 *3 *4 *3 *3 *3 *3 *3 *3 *3 *5 *3 *6 *7 *8)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-65 DOT))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-66 IMAGE)))) (-5 *8 (-368))
+ (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-700)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *3 (-1134)) (-4 *5 (-1152 *3)) (-4 *6 (-1152 (-387 *5)))
+ (-5 *2 (-110)) (-5 *1 (-321 *4 *3 *5 *6)) (-4 *4 (-322 *3 *5 *6))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-713)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-514)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1172 *3)) (-4 *3 (-1128)) (-4 *3 (-977))
- (-5 *2 (-632 *3)))))
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-592 (-385 *6))) (-5 *3 (-385 *6))
- (-4 *6 (-1150 *5)) (-4 *5 (-13 (-341) (-138) (-968 (-525))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-529 *5 *6)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
-(((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-308))) (-5 *1 (-308)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1) (-12 (-4 *1 (-304 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734))))
- ((*1 *2 *1) (-12 (-4 *1 (-651 *3)) (-4 *3 (-977)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-791 *3)) (-4 *3 (-977)) (-5 *2 (-713))))
+ (-12 (-5 *4 (-527)) (-5 *2 (-594 (-2 (|:| -2700 *3) (|:| -4115 *4))))
+ (-5 *1 (-640 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-634 (-159 (-387 (-527))))) (-5 *2 (-594 (-159 *4)))
+ (-5 *1 (-709 *4)) (-4 *4 (-13 (-343) (-789))))))
+(((*1 *2 *3 *4 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *2 *2) (-12 (-5 *2 (-858)) (|has| *1 (-6 -4252)) (-4 *1 (-384))))
+ ((*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858))))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643))))
+ ((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-207))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *6)) (-4 *1 (-884 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 (-713)))))
+ (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-207))))
+ ((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-359))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-884 *4 *5 *3)) (-4 *4 (-977)) (-4 *5 (-735))
- (-4 *3 (-789)) (-5 *2 (-713)))))
-(((*1 *1 *1) (-12 (-5 *1 (-273 *2)) (-4 *2 (-21)) (-4 *2 (-1128)))))
-(((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1157 *3 *2)) (-4 *3 (-977))
- (-4 *2 (-1134 *3)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1) (-4 *1 (-466)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *1) (-5 *1 (-765))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-761 *3)) (-4 *3 (-789)) (-5 *1 (-617 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 (-205) (-205) (-205) (-205))) (-5 *1 (-242))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-205) (-205) (-205))) (-5 *1 (-242))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 (-205) (-205))) (-5 *1 (-242)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-5 *4 (-887 (-525))) (-5 *2 (-308))
- (-5 *1 (-310)))))
+ (-12 (-5 *3 (-715)) (-5 *2 (-387 (-527))) (-5 *1 (-359)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-387 (-527))))) (-5 *1 (-244))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-244)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1026)) (-5 *1 (-1098)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *5 (-1165 *4))
- (-4 *4 (-37 (-385 (-525)))) (-5 *2 (-1 (-1073 *4) (-1073 *4)))
- (-5 *1 (-1167 *4 *5)))))
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-634 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-634 *4)) (-5 *1 (-396 *3 *4))
+ (-4 *3 (-397 *4))))
+ ((*1 *2) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *5)) (-5 *4 (-1174 *5)) (-4 *5 (-341))
- (-5 *2 (-108)) (-5 *1 (-613 *5))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-4 *6 (-13 (-351 *5) (-10 -7 (-6 -4260))))
- (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4260)))) (-5 *2 (-108))
- (-5 *1 (-614 *5 *6 *4 *3)) (-4 *3 (-630 *5 *6 *4)))))
+ (-12 (-5 *3 (-527)) (-5 *4 (-398 *2)) (-4 *2 (-886 *7 *5 *6))
+ (-5 *1 (-687 *5 *6 *7 *2)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-288)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-286)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3))
- (-5 *1 (-1043 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
+ (-12 (-4 *4 (-519)) (-5 *2 (-715)) (-5 *1 (-42 *4 *3))
+ (-4 *3 (-397 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-565 *5)) (-4 *5 (-408 *4)) (-4 *4 (-968 (-525)))
- (-4 *4 (-13 (-789) (-517))) (-5 *2 (-1088 *5)) (-5 *1 (-31 *4 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-565 *1)) (-4 *1 (-977)) (-4 *1 (-281))
- (-5 *2 (-1088 *1)))))
-(((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-713)) (-4 *5 (-517))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-903 *5 *3)) (-4 *3 (-1150 *5)))))
+ (-12 (-5 *3 (-763 *4)) (-4 *4 (-791)) (-5 *2 (-110))
+ (-5 *1 (-619 *4)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-979))
+ (-4 *2 (-13 (-384) (-970 *4) (-343) (-1116) (-265)))
+ (-5 *1 (-422 *4 *3 *2)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-4 *5 (-979))
+ (-4 *2 (-13 (-384) (-970 *5) (-343) (-1116) (-265)))
+ (-5 *1 (-422 *5 *3 *2)) (-4 *3 (-1152 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-594 *1))
+ (-4 *1 (-993 *3 *4 *5)))))
(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *3 *3)) (-4 *3 (-1150 *5)) (-4 *5 (-341))
- (-5 *2 (-2 (|:| -2392 (-396 *3)) (|:| |special| (-396 *3))))
- (-5 *1 (-670 *5 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1 *1) (-4 *1 (-466)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1075))) (-5 *1 (-1109)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-698)))))
-(((*1 *2 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-977))))
- ((*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-977)))))
+ (|partial| -12 (-5 *4 (-1094)) (-4 *5 (-569 (-829 (-527))))
+ (-4 *5 (-823 (-527)))
+ (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-530 *5 *3)) (-4 *3 (-580))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5))))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-889 *6))) (-5 *4 (-594 (-1094)))
+ (-4 *6 (-13 (-519) (-970 *5))) (-4 *5 (-519))
+ (-5 *2 (-594 (-594 (-275 (-387 (-889 *6)))))) (-5 *1 (-971 *5 *6)))))
+(((*1 *1 *1)
+ (|partial| -12 (-5 *1 (-275 *2)) (-4 *2 (-671)) (-4 *2 (-1130)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *3) (-12 (-5 *3 (-157 (-525))) (-5 *2 (-108)) (-5 *1 (-423))))
- ((*1 *2 *3)
+ (-12 (-4 *1 (-315 *3 *4 *5 *6)) (-4 *3 (-343)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-4 *6 (-322 *3 *4 *5)) (-5 *2 (-110)))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-863)))))
+(((*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-594 (-567 *5))) (-5 *3 (-1094)) (-4 *5 (-410 *4))
+ (-4 *4 (-791)) (-5 *1 (-536 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1176 (-296 (-207))))
+ (-5 *2
+ (-2 (|:| |additions| (-527)) (|:| |multiplications| (-527))
+ (|:| |exponentiations| (-527)) (|:| |functionCalls| (-527))))
+ (-5 *1 (-286)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-37 (-387 (-527))))
+ (-4 *2 (-162)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1075 (-387 *3))) (-5 *1 (-163 *3)) (-4 *3 (-288)))))
+(((*1 *2 *3 *4 *4 *5 *6)
+ (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-811))
+ (-5 *5 (-858)) (-5 *6 (-594 (-244))) (-5 *2 (-1177))
+ (-5 *1 (-1180))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-594 (-880 (-207))))) (-5 *4 (-594 (-244)))
+ (-5 *2 (-1177)) (-5 *1 (-1180)))))
+(((*1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-148))))
+ ((*1 *2 *3) (-12 (-5 *3 (-880 *2)) (-5 *1 (-917 *2)) (-4 *2 (-979)))))
+(((*1 *2 *3)
(-12
(-5 *3
- (-477 (-385 (-525)) (-220 *5 (-713)) (-800 *4)
- (-227 *4 (-385 (-525)))))
- (-14 *4 (-592 (-1092))) (-14 *5 (-713)) (-5 *2 (-108))
- (-5 *1 (-478 *4 *5))))
- ((*1 *2 *3) (-12 (-5 *2 (-108)) (-5 *1 (-895 *3)) (-4 *3 (-510))))
- ((*1 *2 *1) (-12 (-4 *1 (-1132)) (-5 *2 (-108)))))
-(((*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-341))
- (-5 *1 (-492 *2 *4 *5 *3)) (-4 *3 (-630 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *3 (-351 *2)) (-4 *4 (-351 *2))
- (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977))))
+ (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-715)) (|:| |poli| *2)
+ (|:| |polj| *2)))
+ (-4 *5 (-737)) (-4 *2 (-886 *4 *5 *6)) (-5 *1 (-428 *4 *5 *6 *2))
+ (-4 *4 (-431)) (-4 *6 (-791)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1094)) (-5 *1 (-310)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-858)) (-4 *5 (-519)) (-5 *2 (-634 *5))
+ (-5 *1 (-892 *5 *3)) (-4 *3 (-604 *5)))))
+(((*1 *2 *3 *4 *5 *4 *5 *5 *6 *4 *4 *4 *4 *4 *5 *4 *5 *5 *7 *4)
+ (-12 (-5 *3 (-1077)) (-5 *5 (-634 (-207))) (-5 *6 (-207))
+ (-5 *7 (-634 (-527))) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-697)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-4 *1 (-1152 *3)) (-4 *3 (-979)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))))
+(((*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057))))
((*1 *2 *3)
- (-12 (-4 *4 (-351 *2)) (-4 *5 (-351 *2)) (-4 *2 (-160))
- (-5 *1 (-631 *2 *4 *5 *3)) (-4 *3 (-630 *2 *4 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2))
- (-4 *5 (-218 *3 *2)) (|has| *2 (-6 (-4261 "*"))) (-4 *2 (-977)))))
+ (-12 (-5 *3 (-594 (-800))) (-5 *2 (-1181)) (-5 *1 (-1057)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-715))
+ (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))))
+(((*1 *2 *1) (-12 (-4 *1 (-970 (-527))) (-4 *1 (-283)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
(((*1 *1 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-341))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-477 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *4 (-1150 *3))
- (-5 *2
- (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-632 *3))))
- (-5 *1 (-328 *3 *4 *5)) (-4 *5 (-387 *3 *4))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-525)) (-4 *4 (-1150 *3))
+ (-12 (-5 *2 (-858)) (-4 *1 (-220 *3 *4)) (-4 *4 (-979))
+ (-4 *4 (-1130))))
+ ((*1 *1 *2)
+ (-12 (-14 *3 (-594 (-1094))) (-4 *4 (-162))
+ (-4 *5 (-220 (-2809 *3) (-715)))
+ (-14 *6
+ (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *5))
+ (-2 (|:| -1720 *2) (|:| -3148 *5))))
+ (-5 *1 (-440 *3 *4 *2 *5 *6 *7)) (-4 *2 (-791))
+ (-4 *7 (-886 *4 *5 (-802 *3)))))
+ ((*1 *2 *2) (-12 (-5 *2 (-880 (-207))) (-5 *1 (-1127)))))
+(((*1 *2) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-1114)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-527)) (-4 *1 (-55 *4 *5 *3)) (-4 *4 (-1130))
+ (-4 *5 (-353 *4)) (-4 *3 (-353 *4)))))
+(((*1 *2 *2 *2 *2 *3 *3 *4)
+ (|partial| -12 (-5 *3 (-567 *2))
+ (-5 *4 (-1 (-3 *2 "failed") *2 *2 (-1094)))
+ (-4 *2 (-13 (-410 *5) (-27) (-1116)))
+ (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-140) (-590 (-527))))
+ (-5 *1 (-529 *5 *2 *6)) (-4 *6 (-1022)))))
+(((*1 *2 *2 *3 *3)
+ (-12 (-5 *2 (-594 *7)) (-5 *3 (-527)) (-4 *7 (-886 *4 *5 *6))
+ (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-5 *1 (-428 *4 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-503)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110))
+ (-4 *5 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
(-5 *2
- (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-632 *3))))
- (-5 *1 (-710 *4 *5)) (-4 *5 (-387 *3 *4))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 *3))
+ (-3 (|:| |%expansion| (-293 *5 *3 *6 *7))
+ (|:| |%problem| (-2 (|:| |func| (-1077)) (|:| |prob| (-1077))))))
+ (-5 *1 (-400 *5 *3 *6 *7)) (-4 *3 (-13 (-27) (-1116) (-410 *5)))
+ (-14 *6 (-1094)) (-14 *7 *3))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *1 (-810 *2 *3)) (-4 *2 (-1130)) (-4 *3 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-384)) (-5 *2 (-527))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-643)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110))
(-5 *2
- (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-632 *3))))
- (-5 *1 (-918 *4 *3 *5 *6)) (-4 *6 (-667 *3 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-4 *3 (-1150 *4)) (-4 *5 (-1150 *3))
+ (-2 (|:| |contp| (-527))
+ (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527)))))))
+ (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-110))
(-5 *2
- (-2 (|:| -2103 (-632 *3)) (|:| |basisDen| *3)
- (|:| |basisInv| (-632 *3))))
- (-5 *1 (-1183 *4 *3 *5 *6)) (-4 *6 (-387 *3 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-261 *2)) (-4 *2 (-1128)) (-4 *2 (-1020))))
- ((*1 *1 *1) (-12 (-4 *1 (-637 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1 *1) (-4 *1 (-466)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-4 *3 (-1020))
- (-5 *2 (-108)))))
-(((*1 *2 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-694)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *3 *3 *6)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-76 FUNCTN))))
- (-5 *2 (-966)) (-5 *1 (-691)))))
+ (-2 (|:| |contp| (-527))
+ (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527)))))))
+ (-5 *1 (-1141 *3)) (-4 *3 (-1152 (-527))))))
+(((*1 *2 *3 *4 *4 *5 *6 *7)
+ (-12 (-5 *5 (-1094))
+ (-5 *6
+ (-1
+ (-3
+ (-2 (|:| |mainpart| *4)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *4) (|:| |logand| *4)))))
+ "failed")
+ *4 (-594 *4)))
+ (-5 *7
+ (-1 (-3 (-2 (|:| -3160 *4) (|:| |coeff| *4)) "failed") *4 *4))
+ (-4 *4 (-13 (-1116) (-27) (-410 *8)))
+ (-4 *8 (-13 (-431) (-791) (-140) (-970 *3) (-590 *3)))
+ (-5 *3 (-527))
+ (-5 *2 (-2 (|:| |ans| *4) (|:| -3471 *4) (|:| |sol?| (-110))))
+ (-5 *1 (-947 *8 *4)))))
(((*1 *2 *3 *3)
- (-12
- (-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *7)
- (|:| |polj| *7)))
- (-4 *5 (-735)) (-4 *7 (-884 *4 *5 *6)) (-4 *4 (-429)) (-4 *6 (-789))
- (-5 *2 (-108)) (-5 *1 (-426 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3 *4 *4 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-699)))))
-(((*1 *2 *2 *3) (-12 (-5 *2 (-525)) (-5 *3 (-713)) (-5 *1 (-522)))))
-(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-108)) (-5 *5 (-1022 (-713))) (-5 *6 (-713))
- (-5 *2
- (-2 (|:| |contp| (-525))
- (|:| -2868 (-592 (-2 (|:| |irr| *3) (|:| -3750 (-525)))))))
- (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-525)) (-5 *1 (-221))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-525)) (-5 *1 (-221)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1073 (-1073 *4))) (-5 *2 (-1073 *4)) (-5 *1 (-1077 *4))
- (-4 *4 (-977)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
- (-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1 *1) (-4 *1 (-466)))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-1132)) (-4 *5 (-1150 *4))
- (-5 *2 (-2 (|:| |radicand| (-385 *5)) (|:| |deg| (-713))))
- (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-1150 (-385 *5))))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-385 (-525))))) (-5 *1 (-242))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 (-1015 (-357)))) (-5 *1 (-242)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-37 (-385 (-525))))
- (-4 *2 (-160)))))
-(((*1 *2 *1) (-12 (-4 *1 (-619 *3)) (-4 *3 (-1128)) (-5 *2 (-108)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-525)) (-4 *1 (-55 *4 *5 *3)) (-4 *4 (-1128))
- (-4 *5 (-351 *4)) (-4 *3 (-351 *4)))))
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1124 *3 *4 *5 *6)) (-4 *3 (-519)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-704)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1088 *9)) (-5 *4 (-592 *7)) (-5 *5 (-592 (-592 *8)))
- (-4 *7 (-789)) (-4 *8 (-286)) (-4 *9 (-884 *8 *6 *7)) (-4 *6 (-735))
+ (-12 (-5 *3 (-1090 *9)) (-5 *4 (-594 *7)) (-5 *5 (-594 (-594 *8)))
+ (-4 *7 (-791)) (-4 *8 (-288)) (-4 *9 (-886 *8 *6 *7)) (-4 *6 (-737))
(-5 *2
- (-2 (|:| |upol| (-1088 *8)) (|:| |Lval| (-592 *8))
+ (-2 (|:| |upol| (-1090 *8)) (|:| |Lval| (-594 *8))
(|:| |Lfact|
- (-592 (-2 (|:| -4201 (-1088 *8)) (|:| -2168 (-525)))))
+ (-594 (-2 (|:| -2700 (-1090 *8)) (|:| -3148 (-527)))))
(|:| |ctpol| *8)))
- (-5 *1 (-685 *6 *7 *8 *9)))))
+ (-5 *1 (-687 *6 *7 *8 *9)))))
+(((*1 *2 *1) (-12 (-4 *1 (-891)) (-5 *2 (-594 (-594 (-880 (-207)))))))
+ ((*1 *2 *1) (-12 (-4 *1 (-909)) (-5 *2 (-594 (-594 (-880 (-207))))))))
+(((*1 *2 *1) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116)))))
+ ((*1 *1 *1 *1) (-4 *1 (-737))))
+(((*1 *2 *3 *3 *4 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-692)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-1022)) (-4 *3 (-837 *5)) (-5 *2 (-1176 *3))
+ (-5 *1 (-636 *5 *3 *6 *4)) (-4 *6 (-353 *3))
+ (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4261)))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789))
- (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-592 *4)))))
-(((*1 *1 *1) (-4 *1 (-91)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *1 (-426 *4 *5 *6 *2)))))
-(((*1 *1 *1 *2)
- (-12
- (-5 *2
- (-2 (|:| -3626 (-592 (-798))) (|:| -1525 (-592 (-798)))
- (|:| |presup| (-592 (-798))) (|:| -3563 (-592 (-798)))
- (|:| |args| (-592 (-798)))))
- (-5 *1 (-1092))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-592 (-798)))) (-5 *1 (-1092)))))
+ (-12 (-5 *2 (-594 (-2 (|:| |integrand| *3) (|:| |intvar| *3))))
+ (-5 *1 (-544 *3)) (-4 *3 (-343)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2))
+ (-4 *4 (-13 (-791) (-519))))))
+(((*1 *2 *2) (-12 (-5 *1 (-897 *2)) (-4 *2 (-512)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1094)) (-5 *2 (-1181)) (-5 *1 (-766)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-294 *3)) (-4 *3 (-517)) (-4 *3 (-789)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
+ (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791))
+ (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-594 *4)))))
+(((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-704)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-2 (|:| |ans| *7) (|:| -3471 *7) (|:| |sol?| (-110)))
+ (-527) *7))
+ (-5 *6 (-594 (-387 *8))) (-4 *7 (-343)) (-4 *8 (-1152 *7))
+ (-5 *3 (-387 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-537 *7 *8)))))
+(((*1 *2 *1 *3) (-12 (-4 *1 (-33)) (-5 *3 (-715)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-592
- (-2 (|:| -3085 (-713))
- (|:| |eqns|
- (-592
- (-2 (|:| |det| *7) (|:| |rows| (-592 (-525)))
- (|:| |cols| (-592 (-525))))))
- (|:| |fgb| (-592 *7)))))
- (-4 *7 (-884 *4 *6 *5)) (-4 *4 (-13 (-286) (-138)))
- (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735)) (-5 *2 (-713))
- (-5 *1 (-859 *4 *5 *6 *7)))))
-(((*1 *1 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-798)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-1039)) (-5 *2 (-1179)) (-5 *1 (-773)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-232 *4 *3 *5 *6)) (-4 *4 (-977)) (-4 *3 (-789))
- (-4 *5 (-245 *3)) (-4 *6 (-735)) (-5 *2 (-592 (-713)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-232 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-789))
- (-4 *5 (-245 *4)) (-4 *6 (-735)) (-5 *2 (-592 (-713))))))
-(((*1 *1 *1) (-4 *1 (-91)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))))
+ (-12 (-5 *3 (-1094)) (-4 *5 (-1134)) (-4 *6 (-1152 *5))
+ (-4 *7 (-1152 (-387 *6))) (-5 *2 (-594 (-889 *5)))
+ (-5 *1 (-321 *4 *5 *6 *7)) (-4 *4 (-322 *5 *6 *7))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1094)) (-4 *1 (-322 *4 *5 *6)) (-4 *4 (-1134))
+ (-4 *5 (-1152 *4)) (-4 *6 (-1152 (-387 *5))) (-4 *4 (-343))
+ (-5 *2 (-594 (-889 *4))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-138) (-968 (-385 (-525)))))
- (-4 *5 (-1150 *4))
- (-5 *2 (-592 (-2 (|:| |deg| (-713)) (|:| -1537 *5))))
- (-5 *1 (-751 *4 *5 *3 *6)) (-4 *3 (-602 *5))
- (-4 *6 (-602 (-385 *5))))))
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2))
+ (-4 *4 (-13 (-791) (-519))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-286)) (-5 *2 (-396 *3))
- (-5 *1 (-685 *4 *5 *6 *3)) (-4 *3 (-884 *6 *4 *5)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1092)) (-5 *1 (-308)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-342 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-808 *2 *3)) (-4 *2 (-1128)) (-4 *3 (-1128)))))
-(((*1 *2 *3) (-12 (-5 *3 (-385 (-525))) (-5 *2 (-205)) (-5 *1 (-284)))))
-(((*1 *2 *1) (|partial| -12 (-5 *2 (-565 *1)) (-4 *1 (-281)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-849 *3)) (-4 *3 (-286)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-341)) (-5 *1 (-709 *2 *3)) (-4 *2 (-651 *3))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *1 *1) (-4 *1 (-91)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *2 (-1 *5 *5)) (-5 *1 (-748 *4 *5))
+ (-4 *5 (-13 (-29 *4) (-1116) (-895))))))
+(((*1 *2 *3 *4 *4 *3 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-696)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-886 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *1 (-428 *4 *5 *6 *2)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-49 *3 *4)) (-4 *3 (-979))
+ (-14 *4 (-594 (-1094)))))
((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3)))))
-(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-699)))))
-(((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1075)) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-242)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-1110)))))
-(((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1179)) (-5 *1 (-1055))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-798))) (-5 *2 (-1179)) (-5 *1 (-1055)))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 (-592 (-592 *4)))) (-5 *3 (-592 *4)) (-4 *4 (-789))
- (-5 *1 (-1100 *4)))))
-(((*1 *2 *1) (-12 (-4 *1 (-382)) (-5 *2 (-525))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-641)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *4 (-1092)) (-5 *5 (-592 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2
- (-2 (|:| |mainpart| *3)
- (|:| |limitedlogs|
- (-592 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
- (-5 *1 (-518 *6 *3)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *2 (-1020)) (-5 *1 (-1106 *3 *2)) (-4 *3 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-1092))) (-5 *2 (-1179)) (-5 *1 (-1095))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1179))
- (-5 *1 (-1095))))
- ((*1 *2 *3 *4 *1)
- (-12 (-5 *4 (-592 (-1092))) (-5 *3 (-1092)) (-5 *2 (-1179))
- (-5 *1 (-1095)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-37 (-385 (-525))))
- (-5 *2 (-2 (|:| -1781 (-1073 *4)) (|:| -1792 (-1073 *4))))
- (-5 *1 (-1079 *4)) (-5 *3 (-1073 *4)))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-128)))))
-(((*1 *2 *3 *3 *4 *5 *3 *6)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-79 FCN)))) (-5 *2 (-966))
- (-5 *1 (-689)))))
-(((*1 *1 *1) (-5 *1 (-989))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-558 *2 *3)) (-4 *3 (-1128)) (-4 *2 (-1020))
- (-4 *2 (-789)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *1 *1 *2 *2)
- (-12 (-5 *2 (-525)) (-5 *1 (-130 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 (-713)) (-4 *5 (-160))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-130 *2 *3 *4)) (-14 *2 (-525)) (-14 *3 (-713))
- (-4 *4 (-160))))
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1) (-4 *1 (-265)))
((*1 *1 *1)
- (-12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-351 *2))
- (-4 *4 (-351 *2))))
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-4 *1 (-630 *3 *2 *4)) (-4 *2 (-351 *3))
- (-4 *4 (-351 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1059 *2 *3)) (-14 *2 (-713)) (-4 *3 (-977)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1059 *3 *4)) (-14 *3 (-856)) (-4 *4 (-341))
- (-5 *1 (-926 *3 *4)))))
-(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
- (-12 (-5 *4 (-525)) (-5 *6 (-1 (-1179) (-1174 *5) (-1174 *5) (-357)))
- (-5 *3 (-1174 (-357))) (-5 *5 (-357)) (-5 *2 (-1179))
- (-5 *1 (-730)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-341)) (-4 *6 (-1150 (-385 *2)))
- (-4 *2 (-1150 *5)) (-5 *1 (-196 *5 *2 *6 *3))
- (-4 *3 (-320 *5 *2 *6)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-1022 *3)) (-5 *1 (-839 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1022 *3)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))))
-(((*1 *1 *1 *1)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-224 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-592 *11))
- (|:| |todo| (-592 (-2 (|:| |val| *3) (|:| -1285 *11))))))
- (-5 *6 (-713))
- (-5 *2 (-592 (-2 (|:| |val| (-592 *10)) (|:| -1285 *11))))
- (-5 *3 (-592 *10)) (-5 *4 (-592 *11)) (-4 *10 (-991 *7 *8 *9))
- (-4 *11 (-996 *7 *8 *9 *10)) (-4 *7 (-429)) (-4 *8 (-735))
- (-4 *9 (-789)) (-5 *1 (-994 *7 *8 *9 *10 *11))))
- ((*1 *2 *3 *4 *2 *5 *6)
- (-12
- (-5 *5
- (-2 (|:| |done| (-592 *11))
- (|:| |todo| (-592 (-2 (|:| |val| *3) (|:| -1285 *11))))))
- (-5 *6 (-713))
- (-5 *2 (-592 (-2 (|:| |val| (-592 *10)) (|:| -1285 *11))))
- (-5 *3 (-592 *10)) (-5 *4 (-592 *11)) (-4 *10 (-991 *7 *8 *9))
- (-4 *11 (-1029 *7 *8 *9 *10)) (-4 *7 (-429)) (-4 *8 (-735))
- (-4 *9 (-789)) (-5 *1 (-1062 *7 *8 *9 *10 *11)))))
-(((*1 *1 *2) (-12 (-5 *2 (-856)) (-4 *1 (-346))))
+ (-12 (-5 *2 (-612 *3 *4)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-5 *1 (-578 *3 *4 *5))
+ (-14 *5 (-858))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-13 (-979) (-662 (-387 (-527)))))
+ (-4 *5 (-791)) (-5 *1 (-1190 *4 *5 *2)) (-4 *2 (-1195 *5 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-1194 *3 *4))
+ (-4 *4 (-662 (-387 (-527)))) (-4 *3 (-791)) (-4 *4 (-162)))))
+(((*1 *1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-993 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *3 (-519)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-110) *4)) (|has| *1 (-6 -4261)) (-4 *1 (-466 *4))
+ (-4 *4 (-1130)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *4 *4 *4)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-348))))
((*1 *2 *3 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1174 *4)) (-5 *1 (-495 *4))
- (-4 *4 (-327))))
+ (-12 (-5 *3 (-858)) (-5 *2 (-1176 *4)) (-5 *1 (-497 *4))
+ (-4 *4 (-329))))
((*1 *2 *1)
- (-12 (-4 *2 (-789)) (-5 *1 (-656 *2 *3 *4)) (-4 *3 (-1020))
+ (-12 (-4 *2 (-791)) (-5 *1 (-658 *2 *3 *4)) (-4 *3 (-1022))
(-14 *4
- (-1 (-108) (-2 (|:| -1722 *2) (|:| -2168 *3))
- (-2 (|:| -1722 *2) (|:| -2168 *3)))))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-104)) (-5 *1 (-162)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 (-592 *5))) (-4 *5 (-1165 *4))
- (-4 *4 (-37 (-385 (-525))))
- (-5 *2 (-1 (-1073 *4) (-592 (-1073 *4)))) (-5 *1 (-1167 *4 *5)))))
+ (-1 (-110) (-2 (|:| -1720 *2) (|:| -3148 *3))
+ (-2 (|:| -1720 *2) (|:| -3148 *3)))))))
(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-1179)) (-5 *1 (-801 *4 *5 *6 *7))
- (-4 *4 (-977)) (-14 *5 (-592 (-1092))) (-14 *6 (-592 *3))
- (-14 *7 *3)))
- ((*1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-977)) (-4 *5 (-789)) (-4 *6 (-735))
- (-14 *8 (-592 *5)) (-5 *2 (-1179))
- (-5 *1 (-1184 *4 *5 *6 *7 *8 *9 *10)) (-4 *7 (-884 *4 *6 *5))
- (-14 *9 (-592 *3)) (-14 *10 *3))))
-(((*1 *2 *1)
(-12
- (-5 *2
- (-592
- (-2
- (|:| -1556
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (|:| -3448
- (-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| (-1073 (-205)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -1777
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite|
- "The bottom 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 (-520))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-558 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1128))
- (-5 *2 (-592 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-878 (-205)))) (-5 *1 (-1175)))))
-(((*1 *1 *1) (-5 *1 (-501))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-4 *5 (-341)) (-5 *2 (-1073 (-1073 (-887 *5))))
- (-5 *1 (-1182 *5)) (-5 *4 (-1073 (-887 *5))))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1 (-592 *5) *6))
- (-4 *5 (-13 (-341) (-138) (-968 (-385 (-525))))) (-4 *6 (-1150 *5))
- (-5 *2 (-592 (-2 (|:| -2247 *5) (|:| -1537 *3))))
- (-5 *1 (-751 *5 *6 *3 *7)) (-4 *3 (-602 *6))
- (-4 *7 (-602 (-385 *6))))))
+ (-5 *2 (-2 (|:| -3907 (-594 (-1094))) (|:| -2484 (-594 (-1094)))))
+ (-5 *1 (-1132)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1023 *3 *4)) (-14 *3 (-858))
+ (-14 *4 (-858)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-527)) (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-288))
+ (-4 *9 (-886 *8 *6 *7))
+ (-5 *2 (-2 (|:| -1233 (-1090 *9)) (|:| |polval| (-1090 *8))))
+ (-5 *1 (-687 *6 *7 *8 *9)) (-5 *3 (-1090 *9)) (-5 *4 (-1090 *8)))))
+(((*1 *1)
+ (|partial| -12 (-4 *1 (-347 *2)) (-4 *2 (-519)) (-4 *2 (-162)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-110)) (-5 *1 (-296 *3)) (-4 *3 (-519)) (-4 *3 (-791)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 (-110) *6 *6)) (-4 *6 (-791)) (-5 *4 (-594 *6))
+ (-5 *2 (-2 (|:| |fs| (-110)) (|:| |sd| *4) (|:| |td| (-594 *4))))
+ (-5 *1 (-1102 *6)) (-5 *5 (-594 *4)))))
+(((*1 *2 *2 *2)
+ (|partial| -12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3))))
+ ((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1075 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4))
- (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-294 *3)) (-4 *3 (-13 (-977) (-789)))
- (-5 *1 (-203 *3 *4)) (-14 *4 (-592 (-1092))))))
+ (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1181)) (-5 *1 (-1132))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1181)) (-5 *1 (-1132)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-998 *4 *5 *6 *3)) (-4 *4 (-431)) (-4 *5 (-737))
+ (-4 *6 (-791)) (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6))
+ (-5 *2 (-594 (-2 (|:| |val| (-110)) (|:| -1296 *1))))
+ (-4 *1 (-998 *4 *5 *6 *3)))))
(((*1 *2 *3 *3)
- (-12 (-4 *4 (-13 (-341) (-138) (-968 (-525)))) (-4 *5 (-1150 *4))
- (-5 *2 (-2 (|:| |ans| (-385 *5)) (|:| |nosol| (-108))))
- (-5 *1 (-947 *4 *5)) (-5 *3 (-385 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-544 *4))
- (-4 *4 (-327)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-942 *3)) (-4 *3 (-1128)) (-5 *2 (-525)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1073 (-525))) (-5 *1 (-1077 *4)) (-4 *4 (-977))
- (-5 *3 (-525)))))
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110)) (-5 *1 (-923 *4 *5 *6 *7 *3))
+ (-4 *3 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 *3)) (-4 *3 (-998 *5 *6 *7 *8)) (-4 *5 (-431))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-110))
+ (-5 *1 (-923 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *3)) (-4 *3 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 *3)) (-4 *3 (-998 *5 *6 *7 *8)) (-4 *5 (-431))
+ (-4 *6 (-737)) (-4 *7 (-791)) (-4 *8 (-993 *5 *6 *7)) (-5 *2 (-110))
+ (-5 *1 (-1029 *5 *6 *7 *8 *3)))))
+(((*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-130)))))
+(((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *1 *2 *1)
+ (-12 (-5 *2 (-527)) (-5 *1 (-1075 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-567 (-47)))) (-5 *1 (-47))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-567 (-47))) (-5 *1 (-47))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1090 (-47))) (-5 *3 (-594 (-567 (-47)))) (-5 *1 (-47))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1090 (-47))) (-5 *3 (-567 (-47))) (-5 *1 (-47))))
+ ((*1 *2 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162))))
+ ((*1 *2 *3)
+ (-12 (-4 *2 (-13 (-343) (-789))) (-5 *1 (-169 *2 *3))
+ (-4 *3 (-1152 (-159 *2)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-858)) (-4 *1 (-309 *3)) (-4 *3 (-343)) (-4 *3 (-348))))
+ ((*1 *2 *1) (-12 (-4 *1 (-309 *2)) (-4 *2 (-343))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-350 *2 *3)) (-4 *3 (-1152 *2)) (-4 *2 (-162))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1152 *2)) (-4 *2 (-927 *3)) (-5 *1 (-393 *3 *2 *4 *5))
+ (-4 *3 (-288)) (-4 *5 (-13 (-389 *2 *4) (-970 *2)))))
+ ((*1 *2 *1)
+ (-12 (-4 *4 (-1152 *2)) (-4 *2 (-927 *3))
+ (-5 *1 (-394 *3 *2 *4 *5 *6)) (-4 *3 (-288)) (-4 *5 (-389 *2 *4))
+ (-14 *6 (-1176 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-4 *5 (-979))
+ (-4 *2 (-13 (-384) (-970 *5) (-343) (-1116) (-265)))
+ (-5 *1 (-422 *5 *3 *2)) (-4 *3 (-1152 *5))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-567 (-470)))) (-5 *1 (-470))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-567 (-470))) (-5 *1 (-470))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1090 (-470))) (-5 *3 (-594 (-567 (-470))))
+ (-5 *1 (-470))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1090 (-470))) (-5 *3 (-567 (-470))) (-5 *1 (-470))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-858)) (-4 *4 (-329))
+ (-5 *1 (-497 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-431)) (-4 *5 (-669 *4 *2)) (-4 *2 (-1152 *4))
+ (-5 *1 (-719 *4 *2 *5 *3)) (-4 *3 (-1152 *5))))
+ ((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162))))
+ ((*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162))))
+ ((*1 *1 *1) (-4 *1 (-988))))
(((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 (-565 *4))) (-4 *4 (-408 *3)) (-4 *3 (-789))
- (-5 *1 (-534 *3 *4))))
+ (-12 (-5 *2 (-594 (-567 *4))) (-4 *4 (-410 *3)) (-4 *3 (-791))
+ (-5 *1 (-536 *3 *4))))
((*1 *1 *1 *1)
- (-12 (-5 *1 (-824 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020))))
- ((*1 *1 *2 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *2)
- (-12
- (-5 *2
- (-920 (-385 (-525)) (-800 *3) (-220 *4 (-713))
- (-227 *3 (-385 (-525)))))
- (-14 *3 (-592 (-1092))) (-14 *4 (-713)) (-5 *1 (-919 *3 *4)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-517)) (-4 *4 (-351 *3)) (-4 *5 (-351 *3))
- (-5 *1 (-1119 *3 *4 *5 *2)) (-4 *2 (-630 *3 *4 *5)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-1097))) (-5 *1 (-169)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-429)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-5 *2 (-108)))))
+ (-12 (-5 *1 (-826 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022))))
+ ((*1 *1 *2 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-1020 *2)) (-4 *2 (-1022)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 (-878 (-205)) (-205) (-205)))
- (-5 *3 (-1 (-205) (-205) (-205) (-205))) (-5 *1 (-234)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *3 (-789)) (-5 *1 (-1100 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1042 *3 *4 *2 *5)) (-4 *4 (-977)) (-4 *5 (-218 *3 *4))
- (-4 *2 (-218 *3 *4)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *2 (-966)) (-5 *1 (-695)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *1 (-301 *3 *4)) (-4 *3 (-1020))
- (-4 *4 (-126))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-339 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-364 *3))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-1020)) (-5 *1 (-595 *3 *4 *5))
- (-4 *4 (-23)) (-14 *5 *4))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1187 (-1092) *3)) (-4 *3 (-977)) (-5 *1 (-1194 *3))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-1187 *3 *4)) (-4 *3 (-789)) (-4 *4 (-977))
- (-5 *1 (-1196 *3 *4)))))
+ (|partial| -12 (-5 *2 (-594 (-459 *4 *5))) (-5 *3 (-594 (-802 *4)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-431)) (-5 *1 (-450 *4 *5 *6))
+ (-4 *6 (-431)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
+ (-12 (|has| *1 (-6 -4261)) (-4 *1 (-144 *2)) (-4 *2 (-1130))
+ (-4 *2 (-1022)))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791))
+ (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-886 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-979)) (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1)))
+ (-4 *1 (-1152 *3)))))
(((*1 *2)
- (-12 (-4 *4 (-341)) (-5 *2 (-856)) (-5 *1 (-306 *3 *4))
- (-4 *3 (-307 *4))))
- ((*1 *2)
- (-12 (-4 *4 (-341)) (-5 *2 (-775 (-856))) (-5 *1 (-306 *3 *4))
- (-4 *3 (-307 *4))))
- ((*1 *2) (-12 (-4 *1 (-307 *3)) (-4 *3 (-341)) (-5 *2 (-856))))
- ((*1 *2)
- (-12 (-4 *1 (-1191 *3)) (-4 *3 (-341)) (-5 *2 (-775 (-856))))))
-(((*1 *1) (-5 *1 (-415))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1097)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4)
- (|partial| -12 (-5 *4 (-273 (-775 *3)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-775 *3)) (-5 *1 (-585 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 (-775 (-887 *5)))) (-4 *5 (-429))
- (-5 *2 (-775 (-385 (-887 *5)))) (-5 *1 (-586 *5))
- (-5 *3 (-385 (-887 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 (-385 (-887 *5)))) (-5 *3 (-385 (-887 *5)))
- (-4 *5 (-429)) (-5 *2 (-775 *3)) (-5 *1 (-586 *5)))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-1108 *3 *4)) (-4 *3 (-1022))
+ (-4 *4 (-1022)))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-968)))))
+(((*1 *2 *3 *4 *3 *5 *3)
+ (-12 (-5 *4 (-634 (-207))) (-5 *5 (-634 (-527))) (-5 *3 (-527))
+ (-5 *2 (-968)) (-5 *1 (-699)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-2 (|:| -2219 *4) (|:| -4016 (-525)))))
- (-4 *4 (-1020)) (-5 *2 (-1 *4)) (-5 *1 (-949 *4)))))
+ (-12
+ (-5 *3
+ (-594
+ (-2 (|:| -1238 (-715))
+ (|:| |eqns|
+ (-594
+ (-2 (|:| |det| *7) (|:| |rows| (-594 (-527)))
+ (|:| |cols| (-594 (-527))))))
+ (|:| |fgb| (-594 *7)))))
+ (-4 *7 (-886 *4 *6 *5)) (-4 *4 (-13 (-288) (-140)))
+ (-4 *5 (-13 (-791) (-569 (-1094)))) (-4 *6 (-737)) (-5 *2 (-715))
+ (-5 *1 (-861 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-791))) (-5 *2 (-159 *5))
+ (-5 *1 (-556 *4 *5 *3)) (-4 *5 (-13 (-410 *4) (-936) (-1116)))
+ (-4 *3 (-13 (-410 (-159 *4)) (-936) (-1116))))))
(((*1 *2 *2 *3)
- (-12 (-4 *4 (-735))
- (-4 *3 (-13 (-789) (-10 -8 (-15 -2069 ((-1092) $))))) (-4 *5 (-517))
- (-5 *1 (-675 *4 *3 *5 *2)) (-4 *2 (-884 (-385 (-887 *5)) *4 *3))))
+ (|partial| -12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-520 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))))
+(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-595 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-715)) (-4 *5 (-979)) (-5 *2 (-527))
+ (-5 *1 (-422 *5 *3 *6)) (-4 *3 (-1152 *5))
+ (-4 *6 (-13 (-384) (-970 *5) (-343) (-1116) (-265)))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-979)) (-5 *2 (-527)) (-5 *1 (-422 *4 *3 *5))
+ (-4 *3 (-1152 *4))
+ (-4 *5 (-13 (-384) (-970 *4) (-343) (-1116) (-265))))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-117 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162))))
+ ((*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-5 *2 (-110)))))
+(((*1 *1 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-5 *2 (-110)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-387 (-889 *3))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-764)) (-14 *5 (-1094))
+ (-5 *2 (-594 *4)) (-5 *1 (-1036 *4 *5)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *2 (-829 *4)) (-5 *3 (-1 (-110) *5)) (-4 *4 (-1022))
+ (-4 *5 (-1130)) (-5 *1 (-827 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-4 *4 (-977)) (-4 *5 (-735))
- (-4 *3
- (-13 (-789)
- (-10 -8 (-15 -2069 ((-1092) $))
- (-15 -3469 ((-3 $ "failed") (-1092))))))
- (-5 *1 (-917 *4 *5 *3 *2)) (-4 *2 (-884 (-887 *4) *5 *3))))
+ (-12 (-5 *2 (-829 *4)) (-5 *3 (-594 (-1 (-110) *5))) (-4 *4 (-1022))
+ (-4 *5 (-1130)) (-5 *1 (-827 *4 *5))))
+ ((*1 *2 *2 *3 *4)
+ (-12 (-5 *2 (-829 *5)) (-5 *3 (-594 (-1094)))
+ (-5 *4 (-1 (-110) (-594 *6))) (-4 *5 (-1022)) (-4 *6 (-1130))
+ (-5 *1 (-827 *5 *6))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *6))
- (-4 *6
- (-13 (-789)
- (-10 -8 (-15 -2069 ((-1092) $))
- (-15 -3469 ((-3 $ "failed") (-1092))))))
- (-4 *4 (-977)) (-4 *5 (-735)) (-5 *1 (-917 *4 *5 *6 *2))
- (-4 *2 (-884 (-887 *4) *5 *6)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5))
- (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-1185 *3 *4 *5 *6))))
- ((*1 *1 *2 *3 *4)
- (|partial| -12 (-5 *2 (-592 *8)) (-5 *3 (-1 (-108) *8 *8))
- (-5 *4 (-1 *8 *8 *8)) (-4 *8 (-991 *5 *6 *7)) (-4 *5 (-517))
- (-4 *6 (-735)) (-4 *7 (-789)) (-5 *1 (-1185 *5 *6 *7 *8)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *1 *1)
- (-12 (|has| *1 (-6 -4259)) (-4 *1 (-142 *2)) (-4 *2 (-1128))
- (-4 *2 (-1020)))))
-(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-357)) (-5 *1 (-989)))))
+ (-12 (-5 *3 (-1 (-110) *5)) (-4 *5 (-1130)) (-4 *4 (-791))
+ (-5 *1 (-874 *4 *2 *5)) (-4 *2 (-410 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-594 (-1 (-110) *5))) (-4 *5 (-1130)) (-4 *4 (-791))
+ (-5 *1 (-874 *4 *2 *5)) (-4 *2 (-410 *4))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-1 (-110) *5)) (-4 *5 (-1130))
+ (-5 *2 (-296 (-527))) (-5 *1 (-875 *5))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1094)) (-5 *4 (-594 (-1 (-110) *5))) (-4 *5 (-1130))
+ (-5 *2 (-296 (-527))) (-5 *1 (-875 *5))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-1 (-110) (-594 *6)))
+ (-4 *6 (-13 (-410 *5) (-823 *4) (-569 (-829 *4)))) (-4 *4 (-1022))
+ (-4 *5 (-13 (-979) (-823 *4) (-791) (-569 (-829 *4))))
+ (-5 *1 (-1001 *4 *5 *6)))))
+(((*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-12 (-5 *1 (-830 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1)
+ (|partial| -12 (-4 *1 (-1124 *2 *3 *4 *5)) (-4 *2 (-519))
+ (-4 *3 (-737)) (-4 *4 (-791)) (-4 *5 (-993 *2 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-1164 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *4 (-13 (-789) (-343))) (-5 *2 (-110)) (-5 *1 (-989 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-387 (-527))) (-5 *4 (-527)) (-5 *2 (-51))
+ (-5 *1 (-939)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-408 *4)) (-5 *1 (-147 *4 *2))
- (-4 *4 (-13 (-789) (-517))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1092)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4 *5 *4)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *5 (-108))
- (-5 *2 (-966)) (-5 *1 (-688)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -2772 *3)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-396 *2)) (-4 *2 (-517)))))
-(((*1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-977)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4))
+ (-12 (-14 *4 (-594 (-1094))) (-4 *5 (-431))
(-5 *2
- (-2 (|:| |func| *3) (|:| |poly| *3) (|:| |c1| (-385 *5))
- (|:| |c2| (-385 *5)) (|:| |deg| (-713))))
- (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-1150 (-385 *5))))))
+ (-2 (|:| |glbase| (-594 (-229 *4 *5))) (|:| |glval| (-594 (-527)))))
+ (-5 *1 (-582 *4 *5)) (-5 *3 (-594 (-229 *4 *5))))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-910 *3 *4 *5 *6)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *1 (-149 *4 *2))
+ (-4 *2 (-410 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-151)) (-5 *2 (-1094))))
+ ((*1 *1 *1) (-4 *1 (-151))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))))
+(((*1 *1 *1) (-12 (-4 *1 (-353 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-979)) (-5 *1 (-423 *3 *2)) (-4 *2 (-1152 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
+ (-14 *4 *3))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *8)) (-4 *8 (-884 *5 *7 *6))
- (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092))))
- (-4 *7 (-735))
- (-5 *2
- (-592
- (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8))
- (|:| |wcond| (-592 (-887 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *5))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *5))))))))))
- (-5 *1 (-859 *5 *6 *7 *8)) (-5 *4 (-592 *8))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *8)) (-5 *4 (-592 (-1092))) (-4 *8 (-884 *5 *7 *6))
- (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092))))
- (-4 *7 (-735))
- (-5 *2
- (-592
- (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8))
- (|:| |wcond| (-592 (-887 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *5))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *5))))))))))
- (-5 *1 (-859 *5 *6 *7 *8))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-632 *7)) (-4 *7 (-884 *4 *6 *5))
- (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735))
- (-5 *2
- (-592
- (-2 (|:| |eqzro| (-592 *7)) (|:| |neqzro| (-592 *7))
- (|:| |wcond| (-592 (-887 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *4))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *4))))))))))
- (-5 *1 (-859 *4 *5 *6 *7))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-632 *9)) (-5 *5 (-856)) (-4 *9 (-884 *6 *8 *7))
- (-4 *6 (-13 (-286) (-138))) (-4 *7 (-13 (-789) (-567 (-1092))))
- (-4 *8 (-735))
+ (-12 (-5 *4 (-1 (-1075 *3))) (-5 *2 (-1075 *3)) (-5 *1 (-1079 *3))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-715)) (-5 *6 (-110)) (-4 *7 (-431)) (-4 *8 (-737))
+ (-4 *9 (-791)) (-4 *3 (-993 *7 *8 *9))
(-5 *2
- (-592
- (-2 (|:| |eqzro| (-592 *9)) (|:| |neqzro| (-592 *9))
- (|:| |wcond| (-592 (-887 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *6))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *6))))))))))
- (-5 *1 (-859 *6 *7 *8 *9)) (-5 *4 (-592 *9))))
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-996 *7 *8 *9 *3 *4)) (-4 *4 (-998 *7 *8 *9 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-632 *9)) (-5 *4 (-592 (-1092))) (-5 *5 (-856))
- (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138)))
- (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735))
+ (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *3 (-993 *6 *7 *8))
(-5 *2
- (-592
- (-2 (|:| |eqzro| (-592 *9)) (|:| |neqzro| (-592 *9))
- (|:| |wcond| (-592 (-887 *6)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *6))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *6))))))))))
- (-5 *1 (-859 *6 *7 *8 *9))))
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-996 *6 *7 *8 *3 *4)) (-4 *4 (-998 *6 *7 *8 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *8)) (-5 *4 (-856)) (-4 *8 (-884 *5 *7 *6))
- (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092))))
- (-4 *7 (-735))
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
(-5 *2
- (-592
- (-2 (|:| |eqzro| (-592 *8)) (|:| |neqzro| (-592 *8))
- (|:| |wcond| (-592 (-887 *5)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *5))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *5))))))))))
- (-5 *1 (-859 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-632 *9)) (-5 *4 (-592 *9)) (-5 *5 (-1075))
- (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138)))
- (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-525))
- (-5 *1 (-859 *6 *7 *8 *9))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-632 *9)) (-5 *4 (-592 (-1092))) (-5 *5 (-1075))
- (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138)))
- (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-525))
- (-5 *1 (-859 *6 *7 *8 *9))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 *8)) (-5 *4 (-1075)) (-4 *8 (-884 *5 *7 *6))
- (-4 *5 (-13 (-286) (-138))) (-4 *6 (-13 (-789) (-567 (-1092))))
- (-4 *7 (-735)) (-5 *2 (-525)) (-5 *1 (-859 *5 *6 *7 *8))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-632 *10)) (-5 *4 (-592 *10)) (-5 *5 (-856))
- (-5 *6 (-1075)) (-4 *10 (-884 *7 *9 *8)) (-4 *7 (-13 (-286) (-138)))
- (-4 *8 (-13 (-789) (-567 (-1092)))) (-4 *9 (-735)) (-5 *2 (-525))
- (-5 *1 (-859 *7 *8 *9 *10))))
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-996 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-632 *10)) (-5 *4 (-592 (-1092))) (-5 *5 (-856))
- (-5 *6 (-1075)) (-4 *10 (-884 *7 *9 *8)) (-4 *7 (-13 (-286) (-138)))
- (-4 *8 (-13 (-789) (-567 (-1092)))) (-4 *9 (-735)) (-5 *2 (-525))
- (-5 *1 (-859 *7 *8 *9 *10))))
+ (-12 (-5 *5 (-715)) (-5 *6 (-110)) (-4 *7 (-431)) (-4 *8 (-737))
+ (-4 *9 (-791)) (-4 *3 (-993 *7 *8 *9))
+ (-5 *2
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-1064 *7 *8 *9 *3 *4)) (-4 *4 (-1031 *7 *8 *9 *3))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-632 *9)) (-5 *4 (-856)) (-5 *5 (-1075))
- (-4 *9 (-884 *6 *8 *7)) (-4 *6 (-13 (-286) (-138)))
- (-4 *7 (-13 (-789) (-567 (-1092)))) (-4 *8 (-735)) (-5 *2 (-525))
- (-5 *1 (-859 *6 *7 *8 *9)))))
-(((*1 *1 *2 *2 *1) (-12 (-5 *1 (-593 *2)) (-4 *2 (-1020)))))
-(((*1 *1)
- (-12 (-4 *3 (-1020)) (-5 *1 (-820 *2 *3 *4)) (-4 *2 (-1020))
- (-4 *4 (-612 *3))))
- ((*1 *1) (-12 (-5 *1 (-824 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-13 (-286) (-138)))
- (-4 *5 (-13 (-789) (-567 (-1092)))) (-4 *6 (-735))
+ (-12 (-5 *5 (-715)) (-4 *6 (-431)) (-4 *7 (-737)) (-4 *8 (-791))
+ (-4 *3 (-993 *6 *7 *8))
(-5 *2
- (-592
- (-2 (|:| |eqzro| (-592 *7)) (|:| |neqzro| (-592 *7))
- (|:| |wcond| (-592 (-887 *4)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *4))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *4))))))))))
- (-5 *1 (-859 *4 *5 *6 *7)) (-4 *7 (-884 *4 *6 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-680 *3))))
- ((*1 *1 *2) (-12 (-5 *1 (-680 *2)) (-4 *2 (-1020))))
- ((*1 *1) (-12 (-5 *1 (-680 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *3 (-713)) (-4 *4 (-327)) (-5 *1 (-197 *4 *2))
- (-4 *2 (-1150 *4))))
- ((*1 *2 *2 *3 *2 *3)
- (-12 (-5 *3 (-525)) (-5 *1 (-638 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444))))
- ((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-444))))
- ((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-862)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-357)) (-5 *1 (-989)))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-304 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977))
- (-4 *2 (-429))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-1150 (-525))) (-5 *2 (-592 (-525)))
- (-5 *1 (-461 *4))))
- ((*1 *2 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-429))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-884 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)) (-4 *3 (-429)))))
-(((*1 *2 *3) (-12 (-5 *3 (-856)) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *1 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *1) (-12 (-5 *1 (-828 *2)) (-4 *2 (-789))))
- ((*1 *1 *1)
- (|partial| -12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *2 (-517))
- (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-991 *2 *3 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-1162 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-1064 *6 *7 *8 *3 *4)) (-4 *4 (-1031 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
(-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-592 *6)) (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))
- (-4 *3 (-517)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789)))
- (-4 *2 (-13 (-408 *4) (-934) (-1114))) (-5 *1 (-554 *4 *2 *3))
- (-4 *3 (-13 (-408 (-157 *4)) (-934) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *1 (-161 *2)) (-4 *2 (-286))))
- ((*1 *2 *1) (-12 (-5 *1 (-849 *2)) (-4 *2 (-286))))
- ((*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-286))))
- ((*1 *2 *1) (-12 (-4 *1 (-986)) (-5 *2 (-525)))))
-(((*1 *1 *1) (-12 (-4 *1 (-351 *2)) (-4 *2 (-1128))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-421 *3 *2)) (-4 *2 (-1150 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *2 *3 *4 *5 *5 *5 *6 *4 *4 *4 *5 *4 *5 *7)
- (-12 (-5 *3 (-1075)) (-5 *5 (-632 (-205))) (-5 *6 (-205))
- (-5 *7 (-632 (-525))) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-695)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
+ (-2 (|:| |done| (-594 *4))
+ (|:| |todo| (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))))
+ (-5 *1 (-1064 *5 *6 *7 *3 *4)) (-4 *4 (-1031 *5 *6 *7 *3)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-447)) (-5 *3 (-594 (-244))) (-5 *1 (-1177))))
+ ((*1 *1 *1) (-5 *1 (-1177))))
+(((*1 *1) (-5 *1 (-148))))
(((*1 *2 *1)
- (-12 (-4 *1 (-558 *3 *2)) (-4 *3 (-1020)) (-4 *3 (-789))
- (-4 *2 (-1128))))
- ((*1 *2 *1) (-12 (-5 *1 (-621 *2)) (-4 *2 (-789))))
- ((*1 *2 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
+ (-12 (-4 *1 (-560 *3 *2)) (-4 *3 (-1022)) (-4 *3 (-791))
+ (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791))))
+ ((*1 *2 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
((*1 *2 *1)
- (-12 (-4 *2 (-1128)) (-5 *1 (-808 *2 *3)) (-4 *3 (-1128))))
- ((*1 *2 *1) (-12 (-5 *2 (-617 *3)) (-5 *1 (-828 *3)) (-4 *3 (-789))))
+ (-12 (-4 *2 (-1130)) (-5 *1 (-810 *2 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-619 *3)) (-5 *1 (-830 *3)) (-4 *3 (-791))))
((*1 *2 *1)
- (|partial| -12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5))))
+ (|partial| -12 (-4 *1 (-1124 *3 *4 *5 *2)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-1162 *3)) (-4 *3 (-1128))))
- ((*1 *2 *1) (-12 (-4 *1 (-1162 *2)) (-4 *2 (-1128)))))
-(((*1 *1 *2 *1 *1)
- (-12 (-5 *2 (-1092)) (-5 *1 (-620 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *4 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-699)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-273 *3))) (-5 *1 (-273 *3)) (-4 *3 (-517))
- (-4 *3 (-1128)))))
+ (-12 (-5 *2 (-715)) (-4 *1 (-1164 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-503)))))
+(((*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858)))) ((*1 *1) (-4 *1 (-512)))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643))))
+ ((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-643))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1077)) (-5 *2 (-594 (-1099))) (-5 *1 (-817)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162)))))
+(((*1 *1)
+ (-12 (-4 *3 (-1022)) (-5 *1 (-822 *2 *3 *4)) (-4 *2 (-1022))
+ (-4 *4 (-614 *3))))
+ ((*1 *1) (-12 (-5 *1 (-826 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-1041)) (-5 *2 (-1181)) (-5 *1 (-775)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-715)) (-5 *1 (-622 *3)) (-4 *3 (-979)) (-4 *3 (-1022)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-632 (-385 (-525)))) (-5 *2 (-592 *4)) (-5 *1 (-721 *4))
- (-4 *4 (-13 (-341) (-787))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
+ (-12 (-5 *4 (-110)) (-4 *5 (-329))
(-5 *2
- (-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))))
- (-5 *1 (-187)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-412)) (-4 *5 (-789))
- (-5 *1 (-1026 *5 *4)) (-4 *4 (-408 *5)))))
-(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205)))
- (-5 *5 (-3 (|:| |fn| (-366)) (|:| |fp| (-77 LSFUN1))))
- (-5 *2 (-966)) (-5 *1 (-696)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3801 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *2 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-1146 *3 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *1 (-817 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-341)) (-5 *1 (-264 *3 *2)) (-4 *2 (-1165 *3)))))
-(((*1 *2)
- (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5)))
- (-5 *2 (-713)) (-5 *1 (-319 *3 *4 *5 *6)) (-4 *3 (-320 *4 *5 *6))))
- ((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-713)))))
-(((*1 *2 *1) (-12 (-5 *2 (-396 *3)) (-5 *1 (-849 *3)) (-4 *3 (-286)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-132))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-135)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
+ (-2 (|:| |cont| *5)
+ (|:| -3798 (-594 (-2 (|:| |irr| *3) (|:| -1440 (-527)))))))
+ (-5 *1 (-199 *5 *3)) (-4 *3 (-1152 *5)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-715)) (-4 *2 (-1022))
+ (-5 *1 (-624 *2)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-2 (|:| -2700 (-1090 *6)) (|:| -3148 (-527)))))
+ (-4 *6 (-288)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-527))
+ (-5 *1 (-687 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979))
(-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132))
- (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1075)) (-5 *1 (-764)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-108))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4))))
- (-5 *1 (-1028 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
+ (-2 (|:| -4078 (-715)) (|:| |curves| (-715))
+ (|:| |polygons| (-715)) (|:| |constructs| (-715)))))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 (-2 (|:| |gen| *3) (|:| -1724 *4))))
+ (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022)) (-4 *4 (-23)) (-14 *5 *4))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *2 *3)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1108 *4 *5))
+ (-4 *4 (-1022)) (-4 *5 (-1022)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-234 *4 *3 *5 *6)) (-4 *4 (-979)) (-4 *3 (-791))
+ (-4 *5 (-247 *3)) (-4 *6 (-737)) (-5 *2 (-594 (-715)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-234 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-791))
+ (-4 *5 (-247 *4)) (-4 *6 (-737)) (-5 *2 (-594 (-715))))))
+(((*1 *2 *3)
(|partial| -12
- (-5 *3 (-592 (-2 (|:| |func| *2) (|:| |pole| (-108)))))
- (-4 *2 (-13 (-408 *4) (-934))) (-4 *4 (-13 (-789) (-517)))
- (-5 *1 (-255 *4 *2)))))
-(((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1075)) (-5 *1 (-1175))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1175))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1175))))
- ((*1 *2 *1 *2 *3)
- (-12 (-5 *3 (-592 (-1075))) (-5 *2 (-1075)) (-5 *1 (-1176))))
- ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1176))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-1176)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-132))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1061)) (-5 *2 (-135)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3 *3 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-157 (-205)))) (-5 *2 (-966))
- (-5 *1 (-697)))))
+ (-5 *3
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
+ (-5 *2 (-2 (|:| -1525 (-112)) (|:| |w| (-207)))) (-5 *1 (-188)))))
+(((*1 *2 *1 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-886 *3 *5 *4)) (-5 *1 (-922 *3 *4 *5 *2))
+ (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-565 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-5 *2 (-110)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-1001 *3 *4 *5))) (-4 *3 (-1022))
+ (-4 *4 (-13 (-979) (-823 *3) (-791) (-569 (-829 *3))))
+ (-4 *5 (-13 (-410 *4) (-823 *3) (-569 (-829 *3))))
+ (-5 *1 (-1002 *3 *4 *5)))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *3 (-594 (-244)))
+ (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-244))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-447))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-447)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-329)) (-5 *2 (-110)) (-5 *1 (-199 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-862))
+ (-12 (-5 *3 (-594 *5)) (-4 *5 (-410 *4)) (-4 *4 (-13 (-791) (-519)))
+ (-5 *2 (-800)) (-5 *1 (-31 *4 *5)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-560 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-1130))
+ (-5 *2 (-110)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-634 *6)) (-5 *5 (-1 (-398 (-1090 *6)) (-1090 *6)))
+ (-4 *6 (-343))
(-5 *2
- (-2 (|:| |brans| (-592 (-592 (-878 (-205)))))
- (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))))
- (-5 *1 (-144))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-862)) (-5 *4 (-385 (-525)))
+ (-594
+ (-2 (|:| |outval| *7) (|:| |outmult| (-527))
+ (|:| |outvect| (-594 (-634 *7))))))
+ (-5 *1 (-500 *6 *7 *4)) (-4 *7 (-343)) (-4 *4 (-13 (-343) (-789))))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-134))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-137)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-366 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791)))))
+(((*1 *2 *3 *4 *4 *4 *4 *5 *5 *5)
+ (-12 (-5 *3 (-1 (-359) (-359))) (-5 *4 (-359))
(-5 *2
- (-2 (|:| |brans| (-592 (-592 (-878 (-205)))))
- (|:| |xValues| (-1015 (-205))) (|:| |yValues| (-1015 (-205)))))
- (-5 *1 (-144)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-525))) (-5 *1 (-49 *3 *4)) (-4 *3 (-977))
- (-14 *4 (-592 (-1092)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1165 *3))
- (-5 *1 (-257 *3 *4 *2)) (-4 *2 (-1136 *3 *4))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-37 (-385 (-525)))) (-4 *4 (-1134 *3))
- (-5 *1 (-258 *3 *4 *2 *5)) (-4 *2 (-1157 *3 *4)) (-4 *5 (-916 *4))))
- ((*1 *1 *1) (-4 *1 (-263)))
- ((*1 *1 *1)
- (-12 (-5 *1 (-317 *2 *3 *4)) (-14 *2 (-592 (-1092)))
- (-14 *3 (-592 (-1092))) (-4 *4 (-365))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-610 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-13 (-160) (-660 (-385 (-525))))) (-5 *1 (-576 *3 *4 *5))
- (-14 *5 (-856))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-13 (-977) (-660 (-385 (-525)))))
- (-4 *5 (-789)) (-5 *1 (-1188 *4 *5 *2)) (-4 *2 (-1193 *5 *4))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-1192 *3 *4))
- (-4 *4 (-660 (-385 (-525)))) (-4 *3 (-789)) (-4 *4 (-160)))))
-(((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-878 (-205))) (-5 *4 (-809)) (-5 *5 (-856))
- (-5 *2 (-1179)) (-5 *1 (-445))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-878 (-205))) (-5 *2 (-1179)) (-5 *1 (-445))))
- ((*1 *2 *1 *3 *4 *4 *5)
- (-12 (-5 *3 (-592 (-878 (-205)))) (-5 *4 (-809)) (-5 *5 (-856))
- (-5 *2 (-1179)) (-5 *1 (-445)))))
+ (-2 (|:| -2205 *4) (|:| -2163 *4) (|:| |totalpts| (-527))
+ (|:| |success| (-110))))
+ (-5 *1 (-733)) (-5 *5 (-527)))))
+(((*1 *2 *1) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-1090 *3)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-839 (-525))) (-5 *1 (-852))))
- ((*1 *2) (-12 (-5 *2 (-839 (-525))) (-5 *1 (-852)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-878 *3)))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 (-878 *3))) (-4 *3 (-977)) (-4 *1 (-1053 *3))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-592 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-878 *3))) (-4 *1 (-1053 *3)) (-4 *3 (-977)))))
+ (-12 (-5 *3 (-858)) (-5 *2 (-1176 (-1176 (-527)))) (-5 *1 (-445)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-527)) (-4 *1 (-55 *4 *3 *5)) (-4 *4 (-1130))
+ (-4 *3 (-353 *4)) (-4 *5 (-353 *4)))))
(((*1 *2)
- (-12 (-14 *4 *2) (-4 *5 (-1128)) (-5 *2 (-713))
- (-5 *1 (-217 *3 *4 *5)) (-4 *3 (-218 *4 *5))))
+ (-12 (-14 *4 *2) (-4 *5 (-1130)) (-5 *2 (-715))
+ (-5 *1 (-219 *3 *4 *5)) (-4 *3 (-220 *4 *5))))
((*1 *2 *1)
- (-12 (-4 *1 (-301 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-126))
- (-5 *2 (-713))))
+ (-12 (-4 *1 (-303 *3 *4)) (-4 *3 (-1022)) (-4 *4 (-128))
+ (-5 *2 (-715))))
((*1 *2)
- (-12 (-4 *4 (-341)) (-5 *2 (-713)) (-5 *1 (-306 *3 *4))
- (-4 *3 (-307 *4))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-339 *3)) (-4 *3 (-1020))))
- ((*1 *2) (-12 (-4 *1 (-346)) (-5 *2 (-713))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-364 *3)) (-4 *3 (-1020))))
+ (-12 (-4 *4 (-343)) (-5 *2 (-715)) (-5 *1 (-308 *3 *4))
+ (-4 *3 (-309 *4))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-341 *3)) (-4 *3 (-1022))))
+ ((*1 *2) (-12 (-4 *1 (-348)) (-5 *2 (-715))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-366 *3)) (-4 *3 (-1022))))
((*1 *2)
- (-12 (-4 *4 (-1020)) (-5 *2 (-713)) (-5 *1 (-402 *3 *4))
- (-4 *3 (-403 *4))))
+ (-12 (-4 *4 (-1022)) (-5 *2 (-715)) (-5 *1 (-404 *3 *4))
+ (-4 *3 (-405 *4))))
((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-595 *3 *4 *5)) (-4 *3 (-1020))
+ (-12 (-5 *2 (-715)) (-5 *1 (-597 *3 *4 *5)) (-4 *3 (-1022))
(-4 *4 (-23)) (-14 *5 *4)))
((*1 *2)
- (-12 (-4 *4 (-160)) (-4 *5 (-1150 *4)) (-5 *2 (-713))
- (-5 *1 (-666 *3 *4 *5)) (-4 *3 (-667 *4 *5))))
- ((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-761 *3)) (-4 *3 (-789))))
- ((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-938))))
+ (-12 (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-715))
+ (-5 *1 (-668 *3 *4 *5)) (-4 *3 (-669 *4 *5))))
+ ((*1 *2 *1) (-12 (-5 *2 (-715)) (-5 *1 (-763 *3)) (-4 *3 (-791))))
+ ((*1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-940))))
((*1 *2 *1)
- (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3))
- (-4 *3 (-1150 *2)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-5 *1 (-294 *3)) (-4 *3 (-517)) (-4 *3 (-789)))))
+ (-12 (-4 *2 (-13 (-789) (-343))) (-5 *1 (-989 *2 *3))
+ (-4 *3 (-1152 *2)))))
+(((*1 *2 *1) (-12 (-4 *1 (-1164 *3)) (-4 *3 (-1130)) (-5 *2 (-715)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1108 *4 *5))
+ (-4 *4 (-1022)) (-4 *5 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-864)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-846)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-886 *4 *5 *6)) (-5 *2 (-398 (-1090 *7)))
+ (-5 *1 (-843 *4 *5 *6 *7)) (-5 *3 (-1090 *7))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-846)) (-4 *5 (-1152 *4)) (-5 *2 (-398 (-1090 *5)))
+ (-5 *1 (-844 *4 *5)) (-5 *3 (-1090 *5)))))
+(((*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-134))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1063)) (-5 *2 (-137)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-140) (-970 (-387 (-527)))))
+ (-4 *5 (-1152 *4))
+ (-5 *2 (-594 (-2 (|:| |deg| (-715)) (|:| -1653 *5))))
+ (-5 *1 (-753 *4 *5 *3 *6)) (-4 *3 (-604 *5))
+ (-4 *6 (-604 (-387 *5))))))
+(((*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 (-2 (|:| -2700 (-1090 *6)) (|:| -3148 (-527)))))
+ (-4 *6 (-288)) (-4 *4 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-687 *4 *5 *6 *7)) (-4 *7 (-886 *6 *4 *5))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1055 *2)) (-4 *2 (-979)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-327)) (-5 *2 (-396 (-1088 (-1088 *4))))
- (-5 *1 (-1127 *4)) (-5 *3 (-1088 (-1088 *4))))))
-(((*1 *2 *2)
- (|partial| -12 (-5 *2 (-1088 *3)) (-4 *3 (-327)) (-5 *1 (-335 *3)))))
-(((*1 *1)
- (-12 (-4 *1 (-382)) (-3272 (|has| *1 (-6 -4250)))
- (-3272 (|has| *1 (-6 -4242)))))
- ((*1 *2 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-1020)) (-4 *2 (-789))))
- ((*1 *1 *1 *1) (-4 *1 (-789)))
- ((*1 *2 *1) (-12 (-4 *1 (-902 *2)) (-4 *2 (-789))))
- ((*1 *1) (-5 *1 (-1039))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *2 (-517)))))
-(((*1 *2 *3) (-12 (-5 *3 (-798)) (-5 *2 (-1075)) (-5 *1 (-653)))))
-(((*1 *1 *1) (-4 *1 (-134)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510)))))
-(((*1 *1 *1 *1 *2 *3)
- (-12 (-5 *2 (-878 *5)) (-5 *3 (-713)) (-4 *5 (-977))
- (-5 *1 (-1081 *4 *5)) (-14 *4 (-856)))))
-(((*1 *2 *3 *2) (-12 (-5 *3 (-713)) (-5 *1 (-795 *2)) (-4 *2 (-160))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-1088 (-525))) (-5 *1 (-877)) (-5 *3 (-525)))))
-(((*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 (-632 (-205))) (-5 *6 (-108)) (-5 *7 (-632 (-525)))
- (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-63 QPHESS))))
- (-5 *3 (-525)) (-5 *4 (-205)) (-5 *2 (-966)) (-5 *1 (-696)))))
+ (-12
+ (-5 *3
+ (-2 (|:| |stiffness| (-359)) (|:| |stability| (-359))
+ (|:| |expense| (-359)) (|:| |accuracy| (-359))
+ (|:| |intermediateResults| (-359))))
+ (-5 *2 (-968)) (-5 *1 (-286)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-110)))))
+(((*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1077)) (-5 *1 (-176))))
+ ((*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1077)) (-5 *1 (-281))))
+ ((*1 *2 *3) (-12 (-5 *3 (-207)) (-5 *2 (-1077)) (-5 *1 (-286)))))
+(((*1 *1 *1) (-5 *1 (-991))))
(((*1 *2 *2 *2)
- (-12 (-4 *3 (-735)) (-4 *4 (-789)) (-4 *5 (-286))
- (-5 *1 (-851 *3 *4 *5 *2)) (-4 *2 (-884 *5 *3 *4))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1088 *6)) (-4 *6 (-884 *5 *3 *4)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *5 (-286)) (-5 *1 (-851 *3 *4 *5 *6))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-884 *6 *4 *5))
- (-5 *1 (-851 *4 *5 *6 *2)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-286)))))
+ (-12 (-5 *2 (-634 *3))
+ (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4))))
+ ((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-634 *3))
+ (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))))
+(((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1077)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1177))))
+ ((*1 *2 *1 *2 *3)
+ (-12 (-5 *3 (-594 (-1077))) (-5 *2 (-1077)) (-5 *1 (-1178))))
+ ((*1 *2 *1 *2 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1178))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1178)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1075)) (-5 *2 (-592 (-1097))) (-5 *1 (-1054)))))
-(((*1 *2 *1) (-12 (-4 *3 (-977)) (-5 *2 (-592 *1)) (-4 *1 (-1053 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-632 *4)) (-5 *3 (-856)) (|has| *4 (-6 (-4261 "*")))
- (-4 *4 (-977)) (-5 *1 (-959 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 (-632 *4))) (-5 *3 (-856))
- (|has| *4 (-6 (-4261 "*"))) (-4 *4 (-977)) (-5 *1 (-959 *4)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-2 (|:| |totdeg| (-713)) (|:| -2158 *4))) (-5 *5 (-713))
- (-4 *4 (-884 *6 *7 *8)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-5 *2
- (-2 (|:| |lcmfij| *7) (|:| |totdeg| *5) (|:| |poli| *4)
- (|:| |polj| *4)))
- (-5 *1 (-426 *6 *7 *8 *4)))))
+ (-12 (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-288)) (-5 *2 (-398 *3))
+ (-5 *1 (-687 *4 *5 *6 *3)) (-4 *3 (-886 *6 *4 *5)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-632 (-294 (-205))))
- (-5 *2
- (-2 (|:| |stiffnessFactor| (-357)) (|:| |stabilityFactor| (-357))))
- (-5 *1 (-187)))))
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-715))
+ (-5 *1 (-428 *4 *5 *6 *3)) (-4 *3 (-886 *4 *5 *6)))))
+(((*1 *2 *3 *3 *3 *4 *5)
+ (-12 (-5 *5 (-594 (-594 (-207)))) (-5 *4 (-207))
+ (-5 *2 (-594 (-880 *4))) (-5 *1 (-1127)) (-5 *3 (-880 *4)))))
+(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-696)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-4 *7 (-1150 *5)) (-4 *4 (-667 *5 *7))
- (-5 *2 (-2 (|:| -4108 (-632 *6)) (|:| |vec| (-1174 *5))))
- (-5 *1 (-753 *5 *6 *7 *4 *3)) (-4 *6 (-602 *5)) (-4 *3 (-602 *4)))))
-(((*1 *1 *1) (-4 *1 (-578)))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934) (-1114))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-900 *3)) (-4 *3 (-901)))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *4 (-567 *3)) (-5 *5 (-1 (-1090 *3) (-1090 *3)))
+ (-4 *3 (-13 (-27) (-410 *6))) (-4 *6 (-13 (-791) (-519)))
+ (-5 *2 (-544 *3)) (-5 *1 (-514 *6 *3)))))
(((*1 *2 *3 *4 *2)
- (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-594 *5)) (-4 *5 (-977))
- (-5 *1 (-52 *5 *2 *3)) (-4 *3 (-791 *5))))
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *2 (-596 *5)) (-4 *5 (-979))
+ (-5 *1 (-52 *5 *2 *3)) (-4 *3 (-793 *5))))
((*1 *1 *2 *1)
- (-12 (-5 *2 (-632 *3)) (-4 *1 (-395 *3)) (-4 *3 (-160))))
- ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977))))
+ (-12 (-5 *2 (-634 *3)) (-4 *1 (-397 *3)) (-4 *3 (-162))))
+ ((*1 *2 *1 *2 *2) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979))))
((*1 *2 *3 *2 *2 *4 *5)
- (-12 (-5 *4 (-94 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-977))
- (-5 *1 (-792 *2 *3)) (-4 *3 (-791 *2)))))
+ (-12 (-5 *4 (-96 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-979))
+ (-5 *1 (-794 *2 *3)) (-4 *3 (-793 *2)))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 *1)) (-4 *1 (-410 *4))
+ (-4 *4 (-791))))
+ ((*1 *1 *2 *1 *1 *1 *1)
+ (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791))))
+ ((*1 *1 *2 *1 *1 *1)
+ (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791))))
+ ((*1 *1 *2 *1 *1)
+ (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1094)) (-4 *1 (-410 *3)) (-4 *3 (-791)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *6)) (-4 *5 (-1020))
- (-4 *6 (-1128)) (-5 *2 (-1 *6 *5)) (-5 *1 (-589 *5 *6))))
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *6)) (-4 *5 (-1022))
+ (-4 *6 (-1130)) (-5 *2 (-1 *6 *5)) (-5 *1 (-591 *5 *6))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *2)) (-4 *5 (-1020))
- (-4 *2 (-1128)) (-5 *1 (-589 *5 *2))))
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *2)) (-4 *5 (-1022))
+ (-4 *2 (-1130)) (-5 *1 (-591 *5 *2))))
((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-592 *6)) (-5 *4 (-592 *5)) (-4 *6 (-1020))
- (-4 *5 (-1128)) (-5 *2 (-1 *5 *6)) (-5 *1 (-589 *6 *5))))
+ (-12 (-5 *3 (-594 *6)) (-5 *4 (-594 *5)) (-4 *6 (-1022))
+ (-4 *5 (-1130)) (-5 *2 (-1 *5 *6)) (-5 *1 (-591 *6 *5))))
((*1 *2 *3 *4 *5 *2)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *2)) (-4 *5 (-1020))
- (-4 *2 (-1128)) (-5 *1 (-589 *5 *2))))
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *2)) (-4 *5 (-1022))
+ (-4 *2 (-1130)) (-5 *1 (-591 *5 *2))))
((*1 *2 *3 *4 *2)
- (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-592 *5)) (-5 *4 (-592 *6))
- (-4 *5 (-1020)) (-4 *6 (-1128)) (-5 *1 (-589 *5 *6))))
+ (-12 (-5 *2 (-1 *6 *5)) (-5 *3 (-594 *5)) (-5 *4 (-594 *6))
+ (-4 *5 (-1022)) (-4 *6 (-1130)) (-5 *1 (-591 *5 *6))))
((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-592 *5)) (-5 *4 (-592 *2)) (-5 *6 (-1 *2 *5))
- (-4 *5 (-1020)) (-4 *2 (-1128)) (-5 *1 (-589 *5 *2))))
- ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1061)) (-5 *3 (-135)) (-5 *2 (-713)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-1174 *1)) (-4 *1 (-348 *4 *5)) (-4 *4 (-160))
- (-4 *5 (-1150 *4)) (-5 *2 (-632 *4))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-387 *3 *4)) (-4 *3 (-160)) (-4 *4 (-1150 *3))
- (-5 *2 (-632 *3)))))
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-594 *2)) (-5 *6 (-1 *2 *5))
+ (-4 *5 (-1022)) (-4 *2 (-1130)) (-5 *1 (-591 *5 *2))))
+ ((*1 *2 *1 *1 *3) (-12 (-4 *1 (-1063)) (-5 *3 (-137)) (-5 *2 (-715)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-108))))
+ (-12 (-4 *1 (-517 *3)) (-4 *3 (-13 (-384) (-1116))) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-789)) (-5 *2 (-110))))
((*1 *2 *3 *1)
- (-12 (-4 *1 (-1122 *4 *5 *6 *3)) (-4 *4 (-517)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5 *4 *6 *7)
- (-12 (-5 *3 (-205)) (-5 *4 (-525)) (-5 *5 (-1075))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-80 PDEF))))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-81 BNDY)))) (-5 *2 (-966))
- (-5 *1 (-693)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977))))
+ (-12 (-4 *1 (-995 *4 *3)) (-4 *4 (-13 (-789) (-343)))
+ (-4 *3 (-1152 *4)) (-5 *2 (-110)))))
+(((*1 *2 *3 *3 *4 *5)
+ (-12 (-5 *3 (-594 (-634 *6))) (-5 *4 (-110)) (-5 *5 (-527))
+ (-5 *2 (-634 *6)) (-5 *1 (-962 *6)) (-4 *6 (-343)) (-4 *6 (-979))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 (-634 *4))) (-5 *2 (-634 *4)) (-5 *1 (-962 *4))
+ (-4 *4 (-343)) (-4 *4 (-979))))
+ ((*1 *2 *3 *3 *4)
+ (-12 (-5 *3 (-594 (-634 *5))) (-5 *4 (-527)) (-5 *2 (-634 *5))
+ (-5 *1 (-962 *5)) (-4 *5 (-343)) (-4 *5 (-979)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1168 *2 *3 *4)) (-4 *2 (-979)) (-14 *3 (-1094))
+ (-14 *4 *2))))
+(((*1 *2 *3 *4 *3 *4 *4 *4)
+ (-12 (-5 *3 (-634 (-207))) (-5 *4 (-527)) (-5 *2 (-968))
+ (-5 *1 (-701)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-934 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-229 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-431))
+ (-5 *2 (-459 *4 *5)) (-5 *1 (-582 *4 *5)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-791)) (-5 *1 (-866 *3 *2)) (-4 *2 (-410 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-1094)) (-5 *2 (-296 (-527))) (-5 *1 (-867)))))
+(((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-110) *4)) (|has| *1 (-6 -4261)) (-4 *1 (-466 *4))
+ (-4 *4 (-1130)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1077)) (-5 *2 (-594 (-1099))) (-5 *1 (-1056)))))
+(((*1 *1 *1 *1)
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-594 *4)) (-5 *1 (-1060 *3 *4))
+ (-4 *3 (-13 (-1022) (-33))) (-4 *4 (-13 (-1022) (-33))))))
+(((*1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-229 *3 *4))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-979))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-856)) (-4 *1 (-1152 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-734))))
+ (-12 (-5 *2 (-594 (-527))) (-14 *3 (-594 (-1094)))
+ (-5 *1 (-433 *3 *4 *5)) (-4 *4 (-979))
+ (-4 *5 (-220 (-2809 *3) (-715)))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-385 (-525))) (-4 *1 (-1155 *3)) (-4 *3 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-135)))))
-(((*1 *2 *2 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-517)) (-5 *1 (-903 *4 *2))
- (-4 *2 (-1150 *4)))))
+ (-12 (-5 *2 (-594 (-527))) (-5 *1 (-459 *3 *4))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-979)))))
+(((*1 *2)
+ (-12 (-5 *2 (-2 (|:| -2484 (-594 *3)) (|:| -3907 (-594 *3))))
+ (-5 *1 (-1131 *3)) (-4 *3 (-1022)))))
+(((*1 *1 *2 *3 *1)
+ (-12 (-5 *2 (-1015 (-889 (-527)))) (-5 *3 (-889 (-527)))
+ (-5 *1 (-310))))
+ ((*1 *1 *2 *1) (-12 (-5 *2 (-1015 (-889 (-527)))) (-5 *1 (-310)))))
+(((*1 *1 *1) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)) (-4 *2 (-988))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162)) (-4 *2 (-988))))
+ ((*1 *1 *1) (-4 *1 (-789)))
+ ((*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)) (-4 *2 (-988))))
+ ((*1 *1 *1) (-4 *1 (-988))) ((*1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-344 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))))
(((*1 *2 *1)
(-12
(-5 *2
(-3 (|:| |nullBranch| "null")
(|:| |assignmentBranch|
- (-2 (|:| |var| (-1092))
- (|:| |arrayIndex| (-592 (-887 (-525))))
+ (-2 (|:| |var| (-1094))
+ (|:| |arrayIndex| (-594 (-889 (-527))))
(|:| |rand|
- (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798))))))
+ (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800))))))
(|:| |arrayAssignmentBranch|
- (-2 (|:| |var| (-1092)) (|:| |rand| (-798))
- (|:| |ints2Floats?| (-108))))
+ (-2 (|:| |var| (-1094)) (|:| |rand| (-800))
+ (|:| |ints2Floats?| (-110))))
(|:| |conditionalBranch|
- (-2 (|:| |switch| (-1091)) (|:| |thenClause| (-308))
- (|:| |elseClause| (-308))))
+ (-2 (|:| |switch| (-1093)) (|:| |thenClause| (-310))
+ (|:| |elseClause| (-310))))
(|:| |returnBranch|
- (-2 (|:| -3479 (-108))
- (|:| -2219
- (-2 (|:| |ints2Floats?| (-108)) (|:| -3423 (-798))))))
- (|:| |blockBranch| (-592 (-308)))
- (|:| |commentBranch| (-592 (-1075))) (|:| |callBranch| (-1075))
+ (-2 (|:| -1815 (-110))
+ (|:| -2205
+ (-2 (|:| |ints2Floats?| (-110)) (|:| -3456 (-800))))))
+ (|:| |blockBranch| (-594 (-310)))
+ (|:| |commentBranch| (-594 (-1077))) (|:| |callBranch| (-1077))
(|:| |forBranch|
- (-2 (|:| -1777 (-1013 (-887 (-525))))
- (|:| |span| (-887 (-525))) (|:| -2418 (-308))))
- (|:| |labelBranch| (-1039))
- (|:| |loopBranch| (-2 (|:| |switch| (-1091)) (|:| -2418 (-308))))
+ (-2 (|:| -1792 (-1015 (-889 (-527))))
+ (|:| |span| (-889 (-527))) (|:| -2378 (-310))))
+ (|:| |labelBranch| (-1041))
+ (|:| |loopBranch| (-2 (|:| |switch| (-1093)) (|:| -2378 (-310))))
(|:| |commonBranch|
- (-2 (|:| -2411 (-1092)) (|:| |contents| (-592 (-1092)))))
- (|:| |printBranch| (-592 (-798)))))
- (-5 *1 (-308)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-955 *3))
- (-4 *3 (-13 (-787) (-341) (-953)))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *2 (-13 (-787) (-341))) (-5 *1 (-987 *2 *3))
- (-4 *3 (-1150 *2))))
- ((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-993 *2 *3)) (-4 *2 (-13 (-787) (-341)))
- (-4 *3 (-1150 *2)))))
-(((*1 *2 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176))))
- ((*1 *2) (-12 (-5 *2 (-357)) (-5 *1 (-1176)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
-(((*1 *2 *2 *3 *4 *5)
- (-12 (-5 *2 (-592 *9)) (-5 *3 (-1 (-108) *9))
- (-5 *4 (-1 (-108) *9 *9)) (-5 *5 (-1 *9 *9 *9))
- (-4 *9 (-991 *6 *7 *8)) (-4 *6 (-517)) (-4 *7 (-735)) (-4 *8 (-789))
- (-5 *1 (-910 *6 *7 *8 *9)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-1128)))))
+ (-2 (|:| -2365 (-1094)) (|:| |contents| (-594 (-1094)))))
+ (|:| |printBranch| (-594 (-800)))))
+ (-5 *1 (-310)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
(((*1 *2 *1)
- (-12 (-5 *2 (-592 *4)) (-5 *1 (-1058 *3 *4))
- (-4 *3 (-13 (-1020) (-33))) (-4 *4 (-13 (-1020) (-33))))))
-(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1075)) (-4 *1 (-367)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *4 (-517))
- (-5 *2 (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| -3875 *4)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-775 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-782 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-517)) (-5 *2 (-108)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-415)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
-(((*1 *2 *1) (-12 (-4 *1 (-517)) (-5 *2 (-108)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-824 *4 *5)) (-5 *3 (-824 *4 *6)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-612 *5)) (-5 *1 (-820 *4 *5 *6)))))
-(((*1 *2 *3 *4 *4 *3 *3 *5)
- (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-1088 *3))
- (-4 *3 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3)))
- (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020))))
- ((*1 *2 *3 *4 *4 *3 *4 *3 *5)
- (|partial| -12 (-5 *4 (-565 *3)) (-5 *5 (-385 (-1088 *3)))
- (-4 *3 (-13 (-408 *6) (-27) (-1114)))
- (-4 *6 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2 (-2 (|:| -3991 *3) (|:| |coeff| *3)))
- (-5 *1 (-521 *6 *3 *7)) (-4 *7 (-1020)))))
+ (-12 (-5 *2 (-810 (-902 *3) (-902 *3))) (-5 *1 (-902 *3))
+ (-4 *3 (-903)))))
+(((*1 *2 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-377)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-858)) (-5 *2 (-715)) (-5 *1 (-1023 *4 *5)) (-14 *4 *3)
+ (-14 *5 *3))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
(((*1 *1 *1 *1)
- (-12 (-5 *1 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *3 *4 *5)
- (-12 (-5 *3 (-592 (-887 *6))) (-5 *4 (-592 (-1092))) (-4 *6 (-429))
- (-5 *2 (-592 (-592 *7))) (-5 *1 (-503 *6 *7 *5)) (-4 *7 (-341))
- (-4 *5 (-13 (-341) (-787))))))
-(((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-1129 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *3 *3 *4)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-700)))))
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1177))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| (-594 *3)) (|:| -1296 *4))))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))
+ (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527)))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))
+ (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527)))
+ (-5 *4 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))
+ (-5 *1 (-953 *3)) (-4 *3 (-1152 (-527))) (-5 *4 (-387 (-527)))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-387 (-527)))
+ (-5 *2 (-594 (-2 (|:| -3458 *5) (|:| -3471 *5)))) (-5 *1 (-953 *3))
+ (-4 *3 (-1152 (-527))) (-5 *4 (-2 (|:| -3458 *5) (|:| -3471 *5)))))
+ ((*1 *2 *3)
+ (-12
+ (-5 *2
+ (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))
+ (-5 *1 (-954 *3)) (-4 *3 (-1152 (-387 (-527))))))
+ ((*1 *2 *3 *4)
+ (-12
+ (-5 *2
+ (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))
+ (-5 *1 (-954 *3)) (-4 *3 (-1152 (-387 (-527))))
+ (-5 *4 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527)))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-387 (-527)))
+ (-5 *2 (-594 (-2 (|:| -3458 *4) (|:| -3471 *4)))) (-5 *1 (-954 *3))
+ (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *5 (-387 (-527)))
+ (-5 *2 (-594 (-2 (|:| -3458 *5) (|:| -3471 *5)))) (-5 *1 (-954 *3))
+ (-4 *3 (-1152 *5)) (-5 *4 (-2 (|:| -3458 *5) (|:| -3471 *5))))))
+(((*1 *2 *3) (-12 (-5 *3 (-387 (-527))) (-5 *2 (-207)) (-5 *1 (-286)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979)) (-5 *2 (-1083 3 *3))))
+ ((*1 *1) (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-1178))))
+ ((*1 *2 *1) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-1178)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *3 *3 *3 *3 *3 *5 *5 *4 *3 *6 *7)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-73 FCN JACOBF JACEPS))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-74 G JACOBG JACGEP))))
+ (-5 *4 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))))
+(((*1 *1 *1) (-4 *1 (-34)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *3 *3 *4 *4 *5 *4 *5 *4 *4 *5 *4)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-527)) (-5 *5 (-634 (-159 (-207))))
+ (-5 *2 (-968)) (-5 *1 (-699)))))
(((*1 *1 *1 *1)
- (|partial| -12 (-4 *2 (-160)) (-5 *1 (-268 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1150 *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 (-654 *2 *3 *4 *5 *6)) (-4 *2 (-160))
- (-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 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160))
- (-4 *3 (-23)) (-14 *4 (-1 *2 *2 *3))
- (-14 *5 (-1 (-3 *3 "failed") *3 *3))
- (-14 *6 (-1 (-3 *2 "failed") *2 *2 *3)))))
-(((*1 *1 *2)
- (-12 (-5 *2 (-1 *3 *3 (-525))) (-4 *3 (-977)) (-5 *1 (-94 *3))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-94 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-977)) (-5 *1 (-94 *3)))))
-(((*1 *2 *3)
- (|partial| -12 (-4 *4 (-13 (-517) (-138)))
- (-5 *2 (-2 (|:| -3436 *3) (|:| -3446 *3))) (-5 *1 (-1144 *4 *3))
- (-4 *3 (-1150 *4)))))
-(((*1 *1) (-4 *1 (-33))) ((*1 *1) (-5 *1 (-270)))
- ((*1 *1) (-5 *1 (-798)))
- ((*1 *1)
- (-12 (-4 *2 (-429)) (-4 *3 (-789)) (-4 *4 (-735))
- (-5 *1 (-920 *2 *3 *4 *5)) (-4 *5 (-884 *2 *4 *3))))
- ((*1 *1) (-5 *1 (-1007)))
- ((*1 *1)
- (-12 (-5 *1 (-1057 *2 *3)) (-4 *2 (-13 (-1020) (-33)))
- (-4 *3 (-13 (-1020) (-33)))))
- ((*1 *1) (-5 *1 (-1095))) ((*1 *1) (-5 *1 (-1096))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-517)) (-4 *4 (-789))
- (-5 *1 (-534 *4 *2)) (-4 *2 (-408 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-445))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1175))))
- ((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-1176)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-1179)) (-5 *1 (-1095))))
- ((*1 *2) (-12 (-5 *2 (-1179)) (-5 *1 (-1095)))))
+ (-12 (-5 *1 (-594 *2)) (-4 *2 (-1022)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1075 (-2 (|:| |k| (-527)) (|:| |c| *3))))
+ (-5 *1 (-552 *3)) (-4 *3 (-979)))))
(((*1 *2 *3 *2)
- (-12 (-5 *1 (-623 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))))
-(((*1 *1 *1 *1)
- (-12 (-5 *1 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-1128)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *1 *1 *2 *2 *2 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3)))))
+ (-12 (-5 *1 (-625 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))))
+(((*1 *1 *2 *2 *2) (-12 (-5 *2 (-1077)) (-4 *1 (-369)))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *3 (-112)) (-5 *4 (-594 *2)) (-5 *1 (-111 *2))
+ (-4 *2 (-1022))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *3 (-1 *4 (-594 *4))) (-4 *4 (-1022))
+ (-5 *1 (-111 *4))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *2 (-112)) (-5 *3 (-1 *4 *4)) (-4 *4 (-1022))
+ (-5 *1 (-111 *4))))
+ ((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-112)) (-5 *2 (-1 *4 (-594 *4)))
+ (-5 *1 (-111 *4)) (-4 *4 (-1022))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *4 *4)) (-4 *4 (-596 *3)) (-4 *3 (-979))
+ (-5 *1 (-659 *3 *4))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3)) (-4 *3 (-979)) (-5 *1 (-778 *3)))))
+(((*1 *2 *2 *2 *2)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-27))
- (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))
- (-4 *5 (-1150 *4)) (-5 *2 (-592 (-599 (-385 *5))))
- (-5 *1 (-603 *4 *5)) (-5 *3 (-599 (-385 *5))))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 *2)) (-5 *4 (-713)) (-4 *2 (-1020))
- (-5 *1 (-622 *2)))))
+ (-12 (-4 *4 (-1152 (-387 *2))) (-5 *2 (-527)) (-5 *1 (-850 *4 *3))
+ (-4 *3 (-1152 (-387 *4))))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-512))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1090 *5)) (-4 *5 (-431)) (-5 *2 (-594 *6))
+ (-5 *1 (-505 *5 *6 *4)) (-4 *6 (-343)) (-4 *4 (-13 (-343) (-789)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-889 *5)) (-4 *5 (-431)) (-5 *2 (-594 *6))
+ (-5 *1 (-505 *5 *6 *4)) (-4 *6 (-343)) (-4 *4 (-13 (-343) (-789))))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-283)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-567 *1))) (-5 *3 (-594 *1)) (-4 *1 (-283))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-594 (-275 *1))) (-4 *1 (-283))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-275 *1)) (-4 *1 (-283)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-567 *1)) (-4 *1 (-283)))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *5 (-594 *4)) (-4 *4 (-343)) (-5 *2 (-1176 *4))
+ (-5 *1 (-758 *4 *3)) (-4 *3 (-604 *4)))))
+(((*1 *2 *3 *4 *2 *2 *5)
+ (|partial| -12 (-5 *2 (-784 *4)) (-5 *3 (-567 *4)) (-5 *5 (-110))
+ (-4 *4 (-13 (-1116) (-29 *6)))
+ (-4 *6 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-206 *6 *4)))))
+(((*1 *1 *1) (-4 *1 (-34)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 (-457 *3 *4))) (-14 *3 (-592 (-1092)))
- (-4 *4 (-429)) (-5 *1 (-580 *3 *4)))))
-(((*1 *2 *3 *4 *4 *4 *5 *4 *5 *5 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *5 (-205))
- (-5 *2 (-966)) (-5 *1 (-694)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-522)))))
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936)))
+ (-5 *1 (-165 *3)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *2 (-1020)) (-4 *3 (-1020))
- (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
+ (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *2 (-1022)) (-4 *3 (-1022))
+ (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)))))
+(((*1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-127)))))
(((*1 *2 *2 *3)
- (-12 (-5 *1 (-623 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-1020)))))
+ (-12 (-5 *1 (-625 *2 *3)) (-4 *2 (-1022)) (-4 *3 (-1022)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-510)) (-5 *1 (-148 *2)))))
-(((*1 *2)
- (-12 (-4 *4 (-160)) (-5 *2 (-108)) (-5 *1 (-344 *3 *4))
- (-4 *3 (-345 *4))))
- ((*1 *2) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-108)))))
+ (-12 (-5 *3 (-1176 (-296 (-207)))) (-5 *2 (-1176 (-296 (-359))))
+ (-5 *1 (-286)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-856))
- (-5 *2
- (-3 (-1088 *4)
- (-1174 (-592 (-2 (|:| -2219 *4) (|:| -1722 (-1039)))))))
- (-5 *1 (-324 *4)) (-4 *4 (-327)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-1023 *3 *4 *5 *6 *7)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-4 *5 (-1020)) (-4 *6 (-1020)) (-4 *7 (-1020)) (-5 *2 (-108)))))
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *7 (-993 *4 *5 *6))
+ (-5 *2 (-2 (|:| |goodPols| (-594 *7)) (|:| |badPols| (-594 *7))))
+ (-5 *1 (-912 *4 *5 *6 *7)) (-5 *3 (-594 *7)))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-307 *3)) (-4 *3 (-1130))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-490 *3 *4)) (-4 *3 (-1130))
+ (-14 *4 (-527)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-851 *3)) (-4 *3 (-288)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-887 *5)) (-4 *5 (-977)) (-5 *2 (-227 *4 *5))
- (-5 *1 (-879 *4 *5)) (-14 *4 (-592 (-1092))))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-798)))))
-(((*1 *1 *2)
- (-12 (-4 *3 (-977)) (-5 *1 (-769 *2 *3)) (-4 *2 (-651 *3)))))
+ (-12 (-5 *3 (-387 (-889 *4))) (-4 *4 (-288))
+ (-5 *2 (-387 (-398 (-889 *4)))) (-5 *1 (-974 *4)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 *6 *4 *5)) (-4 *4 (-1022)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-5 *2 (-1 *6 *5)) (-5 *1 (-629 *4 *5 *6)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-161)) (-5 *1 (-1083 *3 *4)) (-14 *3 (-858))
+ (-4 *4 (-979)))))
+(((*1 *1 *1) (-4 *1 (-34)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-447))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1177))))
+ ((*1 *2 *1) (-12 (-5 *2 (-527)) (-5 *1 (-1178)))))
(((*1 *1 *1)
- (-12 (-4 *1 (-1023 *2 *3 *4 *5 *6)) (-4 *2 (-1020)) (-4 *3 (-1020))
- (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-51)) (-5 *1 (-771)))))
+ (-12 (-4 *1 (-1025 *2 *3 *4 *5 *6)) (-4 *2 (-1022)) (-4 *3 (-1022))
+ (-4 *4 (-1022)) (-4 *5 (-1022)) (-4 *6 (-1022)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1103 (-594 *4))) (-4 *4 (-791))
+ (-5 *2 (-594 (-594 *4))) (-5 *1 (-1102 *4)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *4 (-527))) (-5 *5 (-1 (-1075 *4))) (-4 *4 (-343))
+ (-4 *4 (-979)) (-5 *2 (-1075 *4)) (-5 *1 (-1079 *4)))))
(((*1 *2 *3 *3)
- (-12 (-4 *3 (-1132)) (-4 *5 (-1150 *3)) (-4 *6 (-1150 (-385 *5)))
- (-5 *2 (-108)) (-5 *1 (-319 *4 *3 *5 *6)) (-4 *4 (-320 *3 *5 *6))))
- ((*1 *2 *3 *3)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1024)) (-5 *1 (-1096)))))
+ (-12 (-5 *3 (-1176 *5)) (-4 *5 (-736)) (-5 *2 (-110))
+ (-5 *1 (-786 *4 *5)) (-14 *4 (-715)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968))
+ (-5 *1 (-693)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *1 *1 *2)
+ (-12 (-4 *1 (-55 *2 *3 *4)) (-4 *2 (-1130)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-560 *3 *2)) (-4 *3 (-1022))
+ (-4 *2 (-1130)))))
+(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-960 *5 *6 *7 *3))) (-5 *1 (-960 *5 *6 *7 *3))
+ (-4 *3 (-993 *5 *6 *7))))
+ ((*1 *1 *2 *1)
+ (-12 (-5 *2 (-594 *6)) (-4 *1 (-998 *3 *4 *5 *6)) (-4 *3 (-431))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5))))
+ ((*1 *1 *2 *1)
+ (-12 (-4 *1 (-998 *3 *4 *5 *2)) (-4 *3 (-431)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *2 (-993 *3 *4 *5))))
+ ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
+ (-12 (-5 *4 (-110)) (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-594 (-1065 *5 *6 *7 *3))) (-5 *1 (-1065 *5 *6 *7 *3))
+ (-4 *3 (-993 *5 *6 *7)))))
+(((*1 *2 *1) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1) (-4 *1 (-34)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *1)
+ (-12 (-4 *2 (-1022)) (-5 *1 (-900 *2 *3)) (-4 *3 (-1022)))))
(((*1 *2 *3)
(-12
(-5 *3
- (-2 (|:| |lcmfij| *5) (|:| |totdeg| (-713)) (|:| |poli| *2)
- (|:| |polj| *2)))
- (-4 *5 (-735)) (-4 *2 (-884 *4 *5 *6)) (-5 *1 (-426 *4 *5 *6 *2))
- (-4 *4 (-429)) (-4 *6 (-789)))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-713))
- (-4 *3 (-13 (-286) (-10 -8 (-15 -3586 ((-396 $) $)))))
- (-4 *4 (-1150 *3)) (-5 *1 (-472 *3 *4 *5)) (-4 *5 (-387 *3 *4)))))
-(((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-592 *7)) (-5 *3 (-525)) (-4 *7 (-884 *4 *5 *6))
- (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-426 *4 *5 *6 *7)))))
+ (-594 (-2 (|:| -3458 (-387 (-527))) (|:| -3471 (-387 (-527))))))
+ (-5 *2 (-594 (-387 (-527)))) (-5 *1 (-953 *4))
+ (-4 *4 (-1152 (-527))))))
+(((*1 *1 *2) (-12 (-4 *1 (-614 *2)) (-4 *2 (-1130))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1094)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *5 (-737)) (-4 *4 (-791)) (-4 *6 (-288)) (-5 *2 (-398 *3))
+ (-5 *1 (-687 *5 *4 *6 *3)) (-4 *3 (-886 *6 *5 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-889 *4))) (-4 *4 (-431)) (-5 *2 (-110))
+ (-5 *1 (-340 *4 *5)) (-14 *5 (-594 (-1094)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-724 *4 (-802 *5)))) (-4 *4 (-431))
+ (-14 *5 (-594 (-1094))) (-5 *2 (-110)) (-5 *1 (-579 *4 *5)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-800)) (-5 *1 (-1075 *3)) (-4 *3 (-1022))
+ (-4 *3 (-1130)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-229 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979))
+ (-5 *2 (-459 *4 *5)) (-5 *1 (-881 *4 *5)))))
+(((*1 *2 *3 *3 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *5 (-634 (-207))) (-5 *4 (-207))
+ (-5 *2 (-968)) (-5 *1 (-701)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936)))
+ (-5 *1 (-165 *3)))))
(((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 (-357))) (-5 *3 (-592 (-242))) (-5 *1 (-240))))
- ((*1 *2 *1 *2) (-12 (-5 *2 (-592 (-357))) (-5 *1 (-445))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-357))) (-5 *1 (-445))))
+ (-12 (-5 *2 (-594 (-359))) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-359))) (-5 *1 (-447))))
+ ((*1 *2 *1) (-12 (-5 *2 (-594 (-359))) (-5 *1 (-447))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-809)) (-5 *2 (-1179)) (-5 *1 (-1175))))
+ (-12 (-5 *3 (-858)) (-5 *4 (-811)) (-5 *2 (-1181)) (-5 *1 (-1177))))
((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-856)) (-5 *4 (-1075)) (-5 *2 (-1179)) (-5 *1 (-1175)))))
-(((*1 *2 *1) (-12 (-4 *1 (-515 *2)) (-4 *2 (-13 (-382) (-1114)))))
- ((*1 *1 *1 *1) (-4 *1 (-735))))
+ (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-5 *1 (-1169 *3 *2))
+ (-4 *2 (-1167 *3)))))
(((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-713)) (-5 *6 (-108)) (-4 *7 (-429)) (-4 *8 (-735))
- (-4 *9 (-789)) (-4 *3 (-991 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-994 *7 *8 *9 *3 *4)) (-4 *4 (-996 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *3 (-991 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-994 *6 *7 *8 *3 *4)) (-4 *4 (-996 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-994 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *5 (-713)) (-5 *6 (-108)) (-4 *7 (-429)) (-4 *8 (-735))
- (-4 *9 (-789)) (-4 *3 (-991 *7 *8 *9))
- (-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-1062 *7 *8 *9 *3 *4)) (-4 *4 (-1029 *7 *8 *9 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *5 (-713)) (-4 *6 (-429)) (-4 *7 (-735)) (-4 *8 (-789))
- (-4 *3 (-991 *6 *7 *8))
- (-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-1062 *6 *7 *8 *3 *4)) (-4 *4 (-1029 *6 *7 *8 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2
- (-2 (|:| |done| (-592 *4))
- (|:| |todo| (-592 (-2 (|:| |val| (-592 *3)) (|:| -1285 *4))))))
- (-5 *1 (-1062 *5 *6 *7 *3 *4)) (-4 *4 (-1029 *5 *6 *7 *3)))))
-(((*1 *2 *1)
- (-12 (-4 *2 (-884 *3 *5 *4)) (-5 *1 (-920 *3 *4 *5 *2))
- (-4 *3 (-429)) (-4 *4 (-789)) (-4 *5 (-735)))))
-(((*1 *1 *2) (-12 (-4 *1 (-612 *2)) (-4 *2 (-1128))))
- ((*1 *2 *1) (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-1092)))))
-(((*1 *2 *1) (-12 (-4 *1 (-345 *3)) (-4 *3 (-160)) (-5 *2 (-1088 *3)))))
+ (|partial| -12 (-5 *4 (-1 *8 *8))
+ (-5 *5
+ (-1 (-3 (-2 (|:| -3160 *7) (|:| |coeff| *7)) "failed") *7))
+ (-5 *6 (-594 (-387 *8))) (-4 *7 (-343)) (-4 *8 (-1152 *7))
+ (-5 *3 (-387 *8))
+ (-5 *2
+ (-2
+ (|:| |answer|
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (|:| |a0| *7)))
+ (-5 *1 (-537 *7 *8)))))
+(((*1 *1 *1) (-4 *1 (-34)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *1 *2)
+ (-12 (-4 *3 (-979)) (-5 *1 (-771 *2 *3)) (-4 *2 (-653 *3)))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *4 (-431)) (-4 *3 (-737)) (-4 *5 (-791)) (-5 *2 (-110))
+ (-5 *1 (-428 *4 *3 *5 *6)) (-4 *6 (-886 *4 *3 *5)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357))
- (|:| |expense| (-357)) (|:| |accuracy| (-357))
- (|:| |intermediateResults| (-357))))
- (-5 *2 (-966)) (-5 *1 (-284)))))
-(((*1 *2 *3 *4 *4 *4 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-694)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1 (-108) *4)) (|has| *1 (-6 -4259)) (-4 *1 (-464 *4))
- (-4 *4 (-1128)) (-5 *2 (-108)))))
+ (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527))))
+ (-5 *2 (-159 (-296 *4))) (-5 *1 (-172 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 (-159 *4))))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-159 *3)) (-5 *1 (-1120 *4 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *4))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-1081 3 *3))))
- ((*1 *1) (-12 (-5 *1 (-1081 *2 *3)) (-14 *2 (-856)) (-4 *3 (-977))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-1176))))
- ((*1 *2 *1) (-12 (-5 *2 (-1052 (-205))) (-5 *1 (-1176)))))
-(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-592 *4)) (-4 *4 (-341)) (-5 *2 (-1174 *4))
- (-5 *1 (-756 *4 *3)) (-4 *3 (-602 *4)))))
+ (-12 (-5 *2 (-163 (-387 (-527)))) (-5 *1 (-115 *3)) (-14 *3 (-527))))
+ ((*1 *1 *2 *3 *3)
+ (-12 (-5 *3 (-1075 *2)) (-4 *2 (-288)) (-5 *1 (-163 *2))))
+ ((*1 *1 *2) (-12 (-5 *2 (-387 *3)) (-4 *3 (-288)) (-5 *1 (-163 *3))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-163 (-527))) (-5 *1 (-710 *3)) (-4 *3 (-384))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-163 (-387 (-527)))) (-5 *1 (-808 *3)) (-14 *3 (-527))))
+ ((*1 *2 *1)
+ (-12 (-14 *3 (-527)) (-5 *2 (-163 (-387 (-527))))
+ (-5 *1 (-809 *3 *4)) (-4 *4 (-806 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-296 (-207)))) (-5 *4 (-715))
+ (-5 *2 (-634 (-207))) (-5 *1 (-248)))))
(((*1 *2 *3 *1)
- (|partial| -12 (-4 *1 (-563 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-958 *5 *6 *7 *3))) (-5 *1 (-958 *5 *6 *7 *3))
- (-4 *3 (-991 *5 *6 *7))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-592 *6)) (-4 *1 (-996 *3 *4 *5 *6)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))))
- ((*1 *1 *2 *1)
- (-12 (-4 *1 (-996 *3 *4 *5 *2)) (-4 *3 (-429)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5))))
- ((*1 *2 *3 *1 *4 *4 *4 *4 *4)
- (-12 (-5 *4 (-108)) (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-5 *2 (-592 (-1063 *5 *6 *7 *3))) (-5 *1 (-1063 *5 *6 *7 *3))
- (-4 *3 (-991 *5 *6 *7)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-592 (-159))))))
-(((*1 *2 *1) (-12 (-4 *1 (-619 *2)) (-4 *2 (-1128)))))
+ (|partial| -12 (-4 *1 (-565 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022)))))
+(((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-110)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-110)) (-5 *1 (-112)))))
+(((*1 *2 *2)
+ (-12
+ (-5 *2
+ (-2 (|:| |flg| (-3 "nil" "sqfr" "irred" "prime")) (|:| |fctr| *4)
+ (|:| |xpnt| (-527))))
+ (-4 *4 (-13 (-1152 *3) (-519) (-10 -8 (-15 -2742 ($ $ $)))))
+ (-4 *3 (-519)) (-5 *1 (-1155 *3 *4)))))
+(((*1 *2) (-12 (-5 *2 (-359)) (-5 *1 (-972)))))
+(((*1 *2 *3 *3)
+ (|partial| -12 (-4 *4 (-519))
+ (-5 *2 (-2 (|:| -1381 *3) (|:| -3145 *3))) (-5 *1 (-1147 *4 *3))
+ (-4 *3 (-1152 *4)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1) (-4 *1 (-468)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-594 (-858))) (-5 *1 (-1023 *3 *4)) (-14 *3 (-858))
+ (-14 *4 (-858)))))
+(((*1 *1 *1 *1 *1) (-4 *1 (-512))))
(((*1 *2 *3)
- (-12 (-5 *3 (-632 (-385 (-887 (-525))))) (-5 *2 (-592 (-294 (-525))))
- (-5 *1 (-962)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-357))) (-5 *1 (-242))))
- ((*1 *1)
- (|partial| -12 (-4 *1 (-345 *2)) (-4 *2 (-517)) (-4 *2 (-160))))
- ((*1 *2 *1) (-12 (-5 *1 (-396 *2)) (-4 *2 (-517)))))
+ (-12 (-5 *3 (-634 *2)) (-4 *4 (-1152 *2))
+ (-4 *2 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-5 *1 (-474 *2 *4 *5)) (-4 *5 (-389 *2 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-1044 *3 *2 *4 *5)) (-4 *4 (-220 *3 *2))
+ (-4 *5 (-220 *3 *2)) (-4 *2 (-979)))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-387 (-527))) (-4 *1 (-517 *3))
+ (-4 *3 (-13 (-384) (-1116)))))
+ ((*1 *1 *2) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116)))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-517 *2)) (-4 *2 (-13 (-384) (-1116))))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1009))) (-5 *1 (-272)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-1 (-108) *4 *4)) (-4 *4 (-1128)) (-5 *1 (-353 *4 *2))
- (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260)))))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-286)) (-5 *2 (-108)))))
-(((*1 *1 *1) (-5 *1 (-989))))
-(((*1 *2 *2 *2 *2)
- (-12 (-5 *2 (-385 (-1088 (-294 *3)))) (-4 *3 (-13 (-517) (-789)))
- (-5 *1 (-1049 *3)))))
+ (-12 (-5 *2 (-1077)) (-5 *3 (-594 (-244))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-244)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-527)) (-5 *1 (-640 *2)) (-4 *2 (-1152 *3)))))
+(((*1 *1) (-5 *1 (-447))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1) (-4 *1 (-468)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-37 (-387 (-527))))
+ (-5 *2 (-2 (|:| -2439 (-1075 *4)) (|:| -2449 (-1075 *4))))
+ (-5 *1 (-1081 *4)) (-5 *3 (-1075 *4)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-205))))
- ((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-205))))
- ((*1 *2 *1 *3 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-357))))
+ (-12 (-5 *1 (-1083 *2 *3)) (-14 *2 (-858)) (-4 *3 (-979)))))
+(((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-791) (-288) (-970 (-527)) (-590 (-527)) (-140)))
+ (-5 *1 (-748 *4 *2)) (-4 *2 (-13 (-29 *4) (-1116) (-895))))))
+(((*1 *1 *1 *2 *2)
+ (|partial| -12 (-5 *2 (-858)) (-5 *1 (-1023 *3 *4)) (-14 *3 *2)
+ (-14 *4 *2))))
+(((*1 *2 *2) (-12 (-5 *2 (-594 *3)) (-4 *3 (-789)) (-5 *1 (-284 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1077)) (-5 *1 (-1112)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-1 *3 *3 *3 *3 *3)) (-4 *3 (-1022)) (-5 *1 (-100 *3))))
((*1 *2 *1 *3)
- (-12 (-5 *3 (-713)) (-5 *2 (-385 (-525))) (-5 *1 (-357)))))
-(((*1 *1) (-5 *1 (-146))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1073 (-592 (-525)))) (-5 *3 (-592 (-525)))
- (-5 *1 (-818)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 (-1073 *4) (-1073 *4))) (-5 *2 (-1073 *4))
- (-5 *1 (-1197 *4)) (-4 *4 (-1128))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 (-592 (-1073 *5)) (-592 (-1073 *5)))) (-5 *4 (-525))
- (-5 *2 (-592 (-1073 *5))) (-5 *1 (-1197 *5)) (-4 *5 (-1128)))))
-(((*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-113 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-113 *2)) (-14 *2 (-525))))
- ((*1 *1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-806 *3)) (-14 *3 *2)))
- ((*1 *1 *1) (-12 (-5 *1 (-806 *2)) (-14 *2 (-525))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-525)) (-14 *3 *2) (-5 *1 (-807 *3 *4))
- (-4 *4 (-804 *3))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-525)) (-5 *1 (-807 *2 *3)) (-4 *3 (-804 *2))))
- ((*1 *1 *2 *1)
- (-12 (-5 *2 (-525)) (-4 *1 (-1136 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-1165 *3))))
- ((*1 *1 *1)
- (-12 (-4 *1 (-1136 *2 *3)) (-4 *2 (-977)) (-4 *3 (-1165 *2)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 (-525))) (-5 *2 (-1094 (-385 (-525))))
- (-5 *1 (-172)))))
-(((*1 *1 *2 *2) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))))
+ (-12 (-5 *3 (-1 *2 *2 *2)) (-5 *1 (-100 *2)) (-4 *2 (-1022)))))
(((*1 *2 *1 *3)
- (|partial| -12 (-5 *3 (-1075)) (-5 *2 (-716)) (-5 *1 (-110))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1024)) (-5 *1 (-899)))))
-(((*1 *1 *1 *1) (-4 *1 (-134)))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *2 *2 *2) (-12 (-5 *1 (-148 *2)) (-4 *2 (-510))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 |RationalNumber|) (-5 *2 (-1 (-525))) (-5 *1 (-975))
- (-5 *3 (-525)))))
-(((*1 *2 *3)
- (|partial| -12 (-5 *2 (-525)) (-5 *1 (-1111 *3)) (-4 *3 (-977)))))
+ (|partial| -12 (-5 *3 (-1077)) (-5 *2 (-718)) (-5 *1 (-112))))
+ ((*1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-1026)) (-5 *1 (-901)))))
+(((*1 *1 *2 *2 *2 *2) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-1150 *4)) (-5 *1 (-504 *4 *2 *5 *6))
- (-4 *4 (-286)) (-14 *5 *4) (-14 *6 (-1 *4 *4 (-713))))))
+ (-12 (-5 *3 (-1090 (-527))) (-5 *2 (-527)) (-5 *1 (-879)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1) (-4 *1 (-468)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
(((*1 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179))
- (-5 *1 (-997 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6))))
+ (-12 (-4 *4 (-162)) (-5 *2 (-1090 (-889 *4))) (-5 *1 (-396 *3 *4))
+ (-4 *3 (-397 *4))))
((*1 *2)
- (-12 (-4 *3 (-429)) (-4 *4 (-735)) (-4 *5 (-789))
- (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-1179))
- (-5 *1 (-1028 *3 *4 *5 *6 *7)) (-4 *7 (-996 *3 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-1039)) (-5 *1 (-308)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-840 *4)) (-4 *4 (-1020)) (-5 *2 (-592 (-713)))
- (-5 *1 (-839 *4)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-856))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-713)))))
+ (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-4 *3 (-343))
+ (-5 *2 (-1090 (-889 *3)))))
+ ((*1 *2)
+ (-12 (-5 *2 (-1090 (-387 (-889 *3)))) (-5 *1 (-432 *3 *4 *5 *6))
+ (-4 *3 (-519)) (-4 *3 (-162)) (-14 *4 (-858))
+ (-14 *5 (-594 (-1094))) (-14 *6 (-1176 (-634 *3))))))
+(((*1 *1 *1) (-12 (-4 *1 (-354 *2 *3)) (-4 *2 (-791)) (-4 *3 (-162))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-578 *2 *3 *4)) (-4 *2 (-791))
+ (-4 *3 (-13 (-162) (-662 (-387 (-527))))) (-14 *4 (-858))))
+ ((*1 *1 *1) (-12 (-5 *1 (-623 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-12 (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1191 *2 *3)) (-4 *2 (-791)) (-4 *3 (-979)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-296 (-207)))) (-5 *2 (-110)) (-5 *1 (-248))))
+ ((*1 *2 *3) (-12 (-5 *3 (-296 (-207))) (-5 *2 (-110)) (-5 *1 (-248))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-912 *4 *5 *6 *3)) (-4 *3 (-993 *4 *5 *6)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1094)) (-5 *3 (-359)) (-5 *1 (-991)))))
+(((*1 *2 *1) (-12 (-4 *1 (-347 *2)) (-4 *2 (-162)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1 (-1075 *4) (-1075 *4))) (-5 *2 (-1075 *4))
+ (-5 *1 (-1199 *4)) (-4 *4 (-1130))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1 (-594 (-1075 *5)) (-594 (-1075 *5)))) (-5 *4 (-527))
+ (-5 *2 (-594 (-1075 *5))) (-5 *1 (-1199 *5)) (-4 *5 (-1130)))))
+(((*1 *2 *3) (-12 (-5 *3 (-800)) (-5 *2 (-1181)) (-5 *1 (-1057))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-800))) (-5 *2 (-1181)) (-5 *1 (-1057)))))
+(((*1 *1 *2 *2) (-12 (-4 *1 (-156 *2)) (-4 *2 (-162)))))
+(((*1 *1 *1 *1)
+ (|partial| -12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-858)) (-4 *5 (-791))
+ (-5 *2 (-57 (-594 (-619 *5)))) (-5 *1 (-619 *5)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-651 *3)) (-5 *1 (-769 *2 *3)) (-4 *3 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-592 (-878 (-205))))) (-5 *1 (-445)))))
+ (-12 (-4 *1 (-1195 *3 *4)) (-4 *3 (-791)) (-4 *4 (-979))
+ (-5 *2 (-763 *3))))
+ ((*1 *2 *1) (-12 (-4 *2 (-787)) (-5 *1 (-1197 *3 *2)) (-4 *3 (-979)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *1 *1) (-4 *1 (-468)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-858))) (-5 *2 (-841 (-527))) (-5 *1 (-854)))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-527)) (-5 *1 (-524)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-784 (-359))) (-5 *2 (-784 (-207))) (-5 *1 (-286)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-979)) (-14 *3 (-594 (-1094)))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-205 *2 *3)) (-4 *2 (-13 (-979) (-791)))
+ (-14 *3 (-594 (-1094))))))
+(((*1 *2 *3 *2)
+ (-12 (-5 *2 (-594 (-594 (-594 *4)))) (-5 *3 (-594 *4)) (-4 *4 (-791))
+ (-5 *1 (-1102 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))))
(((*1 *2 *1 *3)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-113 *4)) (-14 *4 *3)
- (-5 *3 (-525))))
- ((*1 *2 *1 *2) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525))))
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-115 *4)) (-14 *4 *3)
+ (-5 *3 (-527))))
+ ((*1 *2 *1 *2) (-12 (-4 *1 (-806 *3)) (-5 *2 (-527))))
((*1 *2 *1 *3)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-806 *4)) (-14 *4 *3)
- (-5 *3 (-525))))
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-808 *4)) (-14 *4 *3)
+ (-5 *3 (-527))))
((*1 *2 *1 *3)
- (-12 (-14 *4 *3) (-5 *2 (-385 (-525))) (-5 *1 (-807 *4 *5))
- (-5 *3 (-525)) (-4 *5 (-804 *4))))
- ((*1 *2 *1 *1) (-12 (-4 *1 (-944)) (-5 *2 (-385 (-525)))))
+ (-12 (-14 *4 *3) (-5 *2 (-387 (-527))) (-5 *1 (-809 *4 *5))
+ (-5 *3 (-527)) (-4 *5 (-806 *4))))
+ ((*1 *2 *1 *1) (-12 (-4 *1 (-946)) (-5 *2 (-387 (-527)))))
((*1 *2 *3 *1 *2)
- (-12 (-4 *1 (-993 *2 *3)) (-4 *2 (-13 (-787) (-341)))
- (-4 *3 (-1150 *2))))
+ (-12 (-4 *1 (-995 *2 *3)) (-4 *2 (-13 (-789) (-343)))
+ (-4 *3 (-1152 *2))))
((*1 *2 *1 *3)
- (-12 (-4 *1 (-1152 *2 *3)) (-4 *3 (-734))
- (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -4100 (*2 (-1092))))
- (-4 *2 (-977)))))
-(((*1 *2 *3 *1)
- (-12 (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429)) (-4 *5 (-735))
- (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-108)))))
+ (-12 (-4 *1 (-1154 *2 *3)) (-4 *3 (-736))
+ (|has| *2 (-15 ** (*2 *2 *3))) (|has| *2 (-15 -4118 (*2 (-1094))))
+ (-4 *2 (-979)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-429)) (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *2 (-592 *3)) (-5 *1 (-910 *4 *5 *6 *3))
- (-4 *3 (-991 *4 *5 *6)))))
-(((*1 *2 *1 *3 *4)
- (-12 (-5 *3 (-1075)) (-5 *4 (-1039)) (-5 *2 (-108)) (-5 *1 (-763)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *3))
- (-5 *1 (-910 *4 *5 *6 *3)) (-4 *3 (-991 *4 *5 *6)))))
-(((*1 *2 *2) (-12 (-5 *2 (-525)) (-5 *1 (-236)))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-2 (|:| -2772 (-724 *3)) (|:| |coef1| (-724 *3))))
- (-5 *1 (-724 *3)) (-4 *3 (-517)) (-4 *3 (-977))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *2 (-2 (|:| -2772 *1) (|:| |coef1| *1)))
- (-4 *1 (-991 *3 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-713)) (-5 *2 (-108)) (-5 *1 (-543 *3)) (-4 *3 (-510)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-1081 *3 *4)) (-14 *3 (-856))
- (-4 *4 (-977)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-1132)) (-4 *5 (-1150 *4))
- (-5 *2 (-2 (|:| -2681 (-385 *5)) (|:| |poly| *3)))
- (-5 *1 (-139 *4 *5 *3)) (-4 *3 (-1150 (-385 *5))))))
-(((*1 *2)
- (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 *2)) (-5 *4 (-1 (-108) *2 *2)) (-5 *1 (-1129 *2))
- (-4 *2 (-1020))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-4 *2 (-1020)) (-4 *2 (-789))
- (-5 *1 (-1129 *2)))))
-(((*1 *2 *2 *3)
- (-12 (-4 *3 (-977)) (-5 *1 (-421 *3 *2)) (-4 *2 (-1150 *3)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-286) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-542 *3)) (-5 *1 (-404 *5 *3))
- (-4 *3 (-13 (-1114) (-29 *5))))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-1141 *3)) (-4 *3 (-1128)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-592 (-592 (-592 *4)))) (-5 *2 (-592 (-592 *4)))
- (-4 *4 (-789)) (-5 *1 (-1100 *4)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *2) (-12 (-5 *1 (-625 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *3 *3 *3 *4 *4 *4 *4 *5 *6 *5 *4 *7 *3)
- (-12 (-5 *4 (-632 (-525))) (-5 *5 (-108)) (-5 *7 (-632 (-205)))
- (-5 *3 (-525)) (-5 *6 (-205)) (-5 *2 (-966)) (-5 *1 (-697)))))
-(((*1 *2 *1) (-12 (-5 *2 (-764)) (-5 *1 (-763)))))
-(((*1 *1 *1) (|partial| -4 *1 (-136))) ((*1 *1 *1) (-4 *1 (-327)))
- ((*1 *1 *1) (|partial| -12 (-4 *1 (-136)) (-4 *1 (-844)))))
-(((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4))
- (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
-(((*1 *2 *1) (-12 (-5 *1 (-1124 *2)) (-4 *2 (-907)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-878 (-205))) (-5 *2 (-1179)) (-5 *1 (-445)))))
+ (-12 (-5 *3 (-858)) (-5 *2 (-1090 *4)) (-5 *1 (-337 *4))
+ (-4 *4 (-329)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-715)) (-5 *1 (-112)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *1 *1 *2 *3 *1)
- (-12 (-4 *1 (-304 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734)))))
-(((*1 *1) (-12 (-5 *1 (-592 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *6)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *1 *1 *1) (-4 *1 (-510))))
-(((*1 *2 *1 *1)
- (-12 (-4 *3 (-517)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| -1416 *1) (|:| -3681 *1))) (-4 *1 (-791 *3))))
- ((*1 *2 *3 *3 *4)
- (-12 (-5 *4 (-94 *5)) (-4 *5 (-517)) (-4 *5 (-977))
- (-5 *2 (-2 (|:| -1416 *3) (|:| -3681 *3))) (-5 *1 (-792 *5 *3))
- (-4 *3 (-791 *5)))))
-(((*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-977)) (-14 *3 (-592 (-1092)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-203 *2 *3)) (-4 *2 (-13 (-977) (-789)))
- (-14 *3 (-592 (-1092)))))
- ((*1 *1 *1) (-12 (-4 *1 (-360 *2 *3)) (-4 *2 (-977)) (-4 *3 (-1020))))
- ((*1 *1 *1)
- (-12 (-14 *2 (-592 (-1092))) (-4 *3 (-160))
- (-4 *5 (-218 (-2827 *2) (-713)))
- (-14 *6
- (-1 (-108) (-2 (|:| -1722 *4) (|:| -2168 *5))
- (-2 (|:| -1722 *4) (|:| -2168 *5))))
- (-5 *1 (-438 *2 *3 *4 *5 *6 *7)) (-4 *4 (-789))
- (-4 *7 (-884 *3 *5 (-800 *2)))))
- ((*1 *1 *1) (-12 (-4 *1 (-481 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-789))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-517)) (-5 *1 (-573 *2 *3)) (-4 *3 (-1150 *2))))
- ((*1 *1 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-977))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
((*1 *1 *1)
- (-12 (-5 *1 (-678 *2 *3)) (-4 *3 (-789)) (-4 *2 (-977))
- (-4 *3 (-669))))
- ((*1 *1 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789))))
- ((*1 *1 *1) (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-977)) (-4 *3 (-785)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517))
- (-5 *2
- (-2 (|:| |coef1| *3) (|:| |coef2| *3) (|:| |subResultant| *3)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-44 (-1075) (-716))) (-5 *1 (-110)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)))) (-5 *1 (-170 *3 *2))
- (-4 *2 (-13 (-27) (-1114) (-408 (-157 *3))))))
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *1 *1) (-4 *1 (-468)))
((*1 *2 *2)
- (-12 (-4 *3 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-1118 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3))))))
-(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *2 (-357)) (-5 *1 (-187)))))
-(((*1 *2 *1 *3)
- (-12 (-5 *3 (-592 *6)) (-4 *6 (-789)) (-4 *4 (-341)) (-4 *5 (-735))
- (-5 *2
- (-2 (|:| |mval| (-632 *4)) (|:| |invmval| (-632 *4))
- (|:| |genIdeal| (-477 *4 *5 *6 *7))))
- (-5 *1 (-477 *4 *5 *6 *7)) (-4 *7 (-884 *4 *5 *6)))))
-(((*1 *2 *1)
- (-12
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-968)))))
+(((*1 *2 *3 *4 *5 *4 *4 *4)
+ (-12 (-4 *6 (-791)) (-5 *3 (-594 *6)) (-5 *5 (-594 *3))
(-5 *2
- (-1174
- (-2 (|:| |scaleX| (-205)) (|:| |scaleY| (-205))
- (|:| |deltaX| (-205)) (|:| |deltaY| (-205)) (|:| -2764 (-525))
- (|:| -2471 (-525)) (|:| |spline| (-525)) (|:| -3797 (-525))
- (|:| |axesColor| (-809)) (|:| -1526 (-525))
- (|:| |unitsColor| (-809)) (|:| |showing| (-525)))))
- (-5 *1 (-1175)))))
-(((*1 *2 *1) (-12 (-5 *2 (-764)) (-5 *1 (-763)))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-840 *4)) (-4 *4 (-1020)) (-5 *2 (-592 (-713)))
- (-5 *1 (-839 *4)))))
-(((*1 *2 *3 *2)
- (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3))
- (-4 *3 (-1150 (-157 *2)))))
+ (-2 (|:| |f1| *3) (|:| |f2| (-594 *5)) (|:| |f3| *5)
+ (|:| |f4| (-594 *5))))
+ (-5 *1 (-1102 *6)) (-5 *4 (-594 *5)))))
+(((*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-797 *2)) (-4 *2 (-162))))
((*1 *2 *3)
- (-12 (-4 *2 (-13 (-341) (-787))) (-5 *1 (-167 *2 *3))
- (-4 *3 (-1150 (-157 *2))))))
-(((*1 *2 *1)
- (-12 (-4 *3 (-977)) (-4 *4 (-735)) (-4 *5 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-884 *3 *4 *5)))))
-(((*1 *2 *2 *3 *4)
- (|partial| -12 (-5 *3 (-713)) (-4 *4 (-13 (-517) (-138)))
- (-5 *1 (-1144 *4 *2)) (-4 *2 (-1150 *4)))))
+ (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7)) (-5 *2 (-108)) (-5 *1 (-997 *5 *6 *7 *3 *4))
- (-4 *4 (-996 *5 *6 *7 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-429)) (-4 *6 (-735)) (-4 *7 (-789))
- (-4 *3 (-991 *5 *6 *7))
- (-5 *2 (-592 (-2 (|:| |val| (-108)) (|:| -1285 *4))))
- (-5 *1 (-997 *5 *6 *7 *3 *4)) (-4 *4 (-996 *5 *6 *7 *3)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-713)) (-4 *4 (-327))
- (-5 *1 (-495 *4)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-420 *4 *3 *5))
- (-4 *3 (-1150 *4))
- (-4 *5 (-13 (-382) (-968 *4) (-341) (-1114) (-263))))))
-(((*1 *2 *1) (|partial| -12 (-4 *1 (-944)) (-5 *2 (-798)))))
-(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-13 (-408 *3) (-1114))))))
-(((*1 *2 *3 *4 *5 *6 *7 *7 *8)
- (-12
- (-5 *3
- (-2 (|:| |det| *12) (|:| |rows| (-592 (-525)))
- (|:| |cols| (-592 (-525)))))
- (-5 *4 (-632 *12)) (-5 *5 (-592 (-385 (-887 *9))))
- (-5 *6 (-592 (-592 *12))) (-5 *7 (-713)) (-5 *8 (-525))
- (-4 *9 (-13 (-286) (-138))) (-4 *12 (-884 *9 *11 *10))
- (-4 *10 (-13 (-789) (-567 (-1092)))) (-4 *11 (-735))
+ (-12 (-5 *4 (-1015 (-784 *3))) (-4 *3 (-13 (-1116) (-895) (-29 *5)))
+ (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
(-5 *2
- (-2 (|:| |eqzro| (-592 *12)) (|:| |neqzro| (-592 *12))
- (|:| |wcond| (-592 (-887 *9)))
- (|:| |bsoln|
- (-2 (|:| |partsol| (-1174 (-385 (-887 *9))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *9)))))))))
- (-5 *1 (-859 *9 *10 *11 *12)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-364 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-761 *2)) (-4 *2 (-789)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-157 (-357))) (-5 *1 (-727 *3)) (-4 *3 (-567 (-357)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-5 *2 (-157 (-357))) (-5 *1 (-727 *3))
- (-4 *3 (-567 (-357)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-157 *4)) (-4 *4 (-160)) (-4 *4 (-567 (-357)))
- (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-157 *5)) (-5 *4 (-856)) (-4 *5 (-160))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-887 (-157 *4))) (-4 *4 (-160)) (-4 *4 (-567 (-357)))
- (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-3 (|:| |f1| (-784 *3)) (|:| |f2| (-594 (-784 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-201 *5 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1015 (-784 *3))) (-5 *5 (-1077))
+ (-4 *3 (-13 (-1116) (-895) (-29 *6)))
+ (-4 *6 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2
+ (-3 (|:| |f1| (-784 *3)) (|:| |f2| (-594 (-784 *3)))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-201 *6 *3))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-887 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-160))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-887 *4)) (-4 *4 (-977)) (-4 *4 (-567 (-357)))
- (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1015 (-784 (-296 *5))))
+ (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2
+ (-3 (|:| |f1| (-784 (-296 *5))) (|:| |f2| (-594 (-784 (-296 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-202 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-387 (-889 *6))) (-5 *4 (-1015 (-784 (-296 *6))))
+ (-5 *5 (-1077))
+ (-4 *6 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2
+ (-3 (|:| |f1| (-784 (-296 *6))) (|:| |f2| (-594 (-784 (-296 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-202 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-887 *5)) (-5 *4 (-856)) (-4 *5 (-977))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-4 *4 (-567 (-357)))
- (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-5 *4 (-1015 (-784 (-387 (-889 *5))))) (-5 *3 (-387 (-889 *5)))
+ (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2
+ (-3 (|:| |f1| (-784 (-296 *5))) (|:| |f2| (-594 (-784 (-296 *5))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-202 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1015 (-784 (-387 (-889 *6))))) (-5 *5 (-1077))
+ (-5 *3 (-387 (-889 *6)))
+ (-4 *6 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2
+ (-3 (|:| |f1| (-784 (-296 *6))) (|:| |f2| (-594 (-784 (-296 *6))))
+ (|:| |fail| "failed") (|:| |pole| "potentialPole")))
+ (-5 *1 (-202 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 *5))) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-385 (-887 (-157 *4)))) (-4 *4 (-517))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-288) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-3 *3 (-594 *3))) (-5 *1 (-408 *5 *3))
+ (-4 *3 (-13 (-1116) (-895) (-29 *5)))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-453 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359))))
+ (-5 *5 (-359)) (-5 *6 (-991)) (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3) (-12 (-5 *3 (-713)) (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359))))
+ (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359))))
+ (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-887 (-157 *5)))) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-294 *4)) (-4 *4 (-517)) (-4 *4 (-789))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-1017 (-784 (-359))))
+ (-5 *2 (-968)) (-5 *1 (-528))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 *5)) (-5 *4 (-856)) (-4 *5 (-517)) (-4 *5 (-789))
- (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *5))))
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359)))))
+ (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359)))))
+ (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3 *4 *5 *5)
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359)))))
+ (-5 *5 (-359)) (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-296 (-359))) (-5 *4 (-594 (-1017 (-784 (-359)))))
+ (-5 *5 (-359)) (-5 *6 (-991)) (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-296 (-359))) (-5 *4 (-1015 (-784 (-359))))
+ (-5 *5 (-1077)) (-5 *2 (-968)) (-5 *1 (-528))))
+ ((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *3 (-296 (-359))) (-5 *4 (-1015 (-784 (-359))))
+ (-5 *5 (-1094)) (-5 *2 (-968)) (-5 *1 (-528))))
((*1 *2 *3)
- (-12 (-5 *3 (-294 (-157 *4))) (-4 *4 (-517)) (-4 *4 (-789))
- (-4 *4 (-567 (-357))) (-5 *2 (-157 (-357))) (-5 *1 (-727 *4))))
+ (-12 (-4 *4 (-13 (-343) (-140) (-970 (-527)))) (-4 *5 (-1152 *4))
+ (-5 *2 (-544 (-387 *5))) (-5 *1 (-531 *4 *5)) (-5 *3 (-387 *5))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-294 (-157 *5))) (-5 *4 (-856)) (-4 *5 (-517))
- (-4 *5 (-789)) (-4 *5 (-567 (-357))) (-5 *2 (-157 (-357)))
- (-5 *1 (-727 *5)))))
-(((*1 *2 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-977)) (-5 *1 (-49 *2 *3)) (-14 *3 (-592 (-1092)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-294 *3)) (-5 *1 (-203 *3 *4))
- (-4 *3 (-13 (-977) (-789))) (-14 *4 (-592 (-1092)))))
- ((*1 *2 *1) (-12 (-4 *1 (-360 *2 *3)) (-4 *3 (-1020)) (-4 *2 (-977))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-592 (-1092))) (-4 *5 (-218 (-2827 *3) (-713)))
- (-14 *6
- (-1 (-108) (-2 (|:| -1722 *4) (|:| -2168 *5))
- (-2 (|:| -1722 *4) (|:| -2168 *5))))
- (-4 *2 (-160)) (-5 *1 (-438 *3 *2 *4 *5 *6 *7)) (-4 *4 (-789))
- (-4 *7 (-884 *2 *5 (-800 *3)))))
- ((*1 *2 *1) (-12 (-4 *1 (-481 *2 *3)) (-4 *3 (-789)) (-4 *2 (-1020))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-517)) (-5 *1 (-573 *2 *3)) (-4 *3 (-1150 *2))))
- ((*1 *2 *1) (-12 (-4 *1 (-651 *2)) (-4 *2 (-977))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-977)) (-5 *1 (-678 *2 *3)) (-4 *3 (-789))
- (-4 *3 (-669))))
- ((*1 *2 *1) (-12 (-4 *1 (-791 *2)) (-4 *2 (-977))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-906 *2 *3 *4)) (-4 *3 (-734)) (-4 *4 (-789))
- (-4 *2 (-977))))
+ (-12 (-5 *3 (-387 (-889 *5))) (-5 *4 (-1094)) (-4 *5 (-140))
+ (-4 *5 (-13 (-431) (-970 (-527)) (-791) (-590 (-527))))
+ (-5 *2 (-3 (-296 *5) (-594 (-296 *5)))) (-5 *1 (-547 *5))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-685 *3 *2)) (-4 *3 (-979)) (-4 *2 (-791))
+ (-4 *3 (-37 (-387 (-527))))))
((*1 *1 *1 *2)
- (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789)))))
+ (-12 (-5 *2 (-1094)) (-5 *1 (-889 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-4 *3 (-979))))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-4 *2 (-791))
+ (-5 *1 (-1047 *3 *2 *4)) (-4 *4 (-886 *3 (-499 *2) *2))))
+ ((*1 *2 *3 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979))
+ (-5 *1 (-1079 *3))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1085 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1091 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1092 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-1094)) (-5 *1 (-1125 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-4 *3 (-979))))
+ ((*1 *1 *1 *2)
+ (-2027
+ (-12 (-5 *2 (-1094)) (-4 *1 (-1136 *3)) (-4 *3 (-979))
+ (-12 (-4 *3 (-29 (-527))) (-4 *3 (-895)) (-4 *3 (-1116))
+ (-4 *3 (-37 (-387 (-527))))))
+ (-12 (-5 *2 (-1094)) (-4 *1 (-1136 *3)) (-4 *3 (-979))
+ (-12 (|has| *3 (-15 -2853 ((-594 *2) *3)))
+ (|has| *3 (-15 -1467 (*3 *3 *2))) (-4 *3 (-37 (-387 (-527))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1136 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1140 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527))))))
+ ((*1 *1 *1 *2)
+ (-2027
+ (-12 (-5 *2 (-1094)) (-4 *1 (-1157 *3)) (-4 *3 (-979))
+ (-12 (-4 *3 (-29 (-527))) (-4 *3 (-895)) (-4 *3 (-1116))
+ (-4 *3 (-37 (-387 (-527))))))
+ (-12 (-5 *2 (-1094)) (-4 *1 (-1157 *3)) (-4 *3 (-979))
+ (-12 (|has| *3 (-15 -2853 ((-594 *2) *3)))
+ (|has| *3 (-15 -1467 (*3 *3 *2))) (-4 *3 (-37 (-387 (-527))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1157 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1161 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3)))
+ ((*1 *1 *1 *2)
+ (-2027
+ (-12 (-5 *2 (-1094)) (-4 *1 (-1167 *3)) (-4 *3 (-979))
+ (-12 (-4 *3 (-29 (-527))) (-4 *3 (-895)) (-4 *3 (-1116))
+ (-4 *3 (-37 (-387 (-527))))))
+ (-12 (-5 *2 (-1094)) (-4 *1 (-1167 *3)) (-4 *3 (-979))
+ (-12 (|has| *3 (-15 -2853 ((-594 *2) *3)))
+ (|has| *3 (-15 -1467 (*3 *3 *2))) (-4 *3 (-37 (-387 (-527))))))))
+ ((*1 *1 *1)
+ (-12 (-4 *1 (-1167 *2)) (-4 *2 (-979)) (-4 *2 (-37 (-387 (-527))))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-1172 *4)) (-14 *4 (-1094)) (-5 *1 (-1168 *3 *4 *5))
+ (-4 *3 (-37 (-387 (-527)))) (-4 *3 (-979)) (-14 *5 *3))))
+(((*1 *2 *2) (-12 (-5 *2 (-858)) (-5 *1 (-383 *3)) (-4 *3 (-384))))
+ ((*1 *2) (-12 (-5 *2 (-858)) (-5 *1 (-383 *3)) (-4 *3 (-384))))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (|has| *1 (-6 -4252)) (-4 *1 (-384))))
+ ((*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858))))
+ ((*1 *2 *1) (-12 (-4 *1 (-806 *3)) (-5 *2 (-1075 (-527))))))
+(((*1 *2 *3 *4 *5)
+ (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-594 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *6)))
+ (-4 *6 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-520 *6 *3)))))
+(((*1 *2 *3 *3) (-12 (-5 *3 (-527)) (-5 *2 (-110)) (-5 *1 (-516)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-768)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367))))
+ ((*1 *2)
+ (-12 (-5 *2 (-110)) (-5 *1 (-319 *3 *4 *5)) (-14 *3 (-594 (-1094)))
+ (-14 *4 (-594 (-1094))) (-4 *5 (-367)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-319 *2 *3 *4)) (-14 *2 (-594 (-1094)))
+ (-14 *3 (-594 (-1094))) (-4 *4 (-367))))
+ ((*1 *1 *1) (-4 *1 (-468)))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *1 *1)
+ (-12 (-5 *2 (-594 (-275 *4))) (-5 *1 (-578 *3 *4 *5)) (-4 *3 (-791))
+ (-4 *4 (-13 (-162) (-662 (-387 (-527))))) (-14 *5 (-858)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-517 *3)) (-4 *3 (-13 (-384) (-1116))) (-5 *2 (-110)))))
+(((*1 *1 *1) (-12 (-4 *1 (-410 *2)) (-4 *2 (-791)) (-4 *2 (-979))))
+ ((*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)))))
(((*1 *2 *3)
- (-12 (-4 *4 (-789)) (-5 *2 (-592 (-592 (-592 *4))))
- (-5 *1 (-1100 *4)) (-5 *3 (-592 (-592 *4))))))
+ (-12 (-5 *3 (-1176 *5)) (-4 *5 (-590 *4)) (-4 *4 (-519))
+ (-5 *2 (-110)) (-5 *1 (-589 *4 *5)))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-1094))) (-5 *1 (-1098)))))
(((*1 *2 *3)
- (-12 (-4 *1 (-320 *4 *3 *5)) (-4 *4 (-1132)) (-4 *3 (-1150 *4))
- (-4 *5 (-1150 (-385 *3))) (-5 *2 (-108))))
- ((*1 *2 *3)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-108)))))
+ (-12 (-5 *3 (-594 *2)) (-5 *1 (-463 *2)) (-4 *2 (-1152 (-527))))))
+(((*1 *2 *3)
+ (|partial| -12 (-4 *2 (-1022)) (-5 *1 (-1108 *3 *2)) (-4 *3 (-1022)))))
+(((*1 *2 *2) (-12 (-5 *2 (-359)) (-5 *1 (-94)))))
+(((*1 *2 *3 *4 *5 *6)
+ (|partial| -12 (-5 *4 (-1094)) (-5 *6 (-594 (-567 *3)))
+ (-5 *5 (-567 *3)) (-4 *3 (-13 (-27) (-1116) (-410 *7)))
+ (-4 *7 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3)))
+ (-5 *1 (-520 *7 *3)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-567 (-827 *3))) (-4 *3 (-821 *3))
- (-4 *3 (-13 (-789) (-429))) (-5 *1 (-1120 *3 *2))
- (-4 *2 (-567 (-827 *3))) (-4 *2 (-821 *3))
- (-4 *2 (-13 (-408 *3) (-1114))))))
+ (-12 (-5 *2 (-880 *3)) (-4 *3 (-13 (-343) (-1116) (-936)))
+ (-5 *1 (-165 *3)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-594 (-594 *4)))) (-5 *2 (-594 (-594 *4)))
+ (-5 *1 (-1102 *4)) (-4 *4 (-791)))))
+(((*1 *1 *1) (-4 *1 (-93)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-512))))
+ ((*1 *1 *1) (-4 *1 (-988))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *4 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-701)))))
+(((*1 *2 *3 *3 *3 *3 *3 *4 *3 *4 *3 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-110)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-700)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-1094))) (-5 *2 (-1181)) (-5 *1 (-1097))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *4 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1181))
+ (-5 *1 (-1097))))
+ ((*1 *2 *3 *4 *1)
+ (-12 (-5 *4 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1181))
+ (-5 *1 (-1097)))))
(((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *3 (-713)) (-4 *4 (-286)) (-4 *6 (-1150 *4))
- (-5 *2 (-1174 (-592 *6))) (-5 *1 (-432 *4 *6)) (-5 *5 (-592 *6)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (|has| *1 (-6 -4260)) (-4 *1 (-1162 *3))
- (-4 *3 (-1128)))))
-(((*1 *2 *1 *3)
- (-12 (-4 *1 (-515 *3)) (-4 *3 (-13 (-382) (-1114))) (-5 *2 (-108)))))
-(((*1 *2 *2 *3 *2) (-12 (-5 *2 (-1075)) (-5 *3 (-525)) (-5 *1 (-221))))
- ((*1 *2 *2 *3 *4)
- (-12 (-5 *2 (-592 (-1075))) (-5 *3 (-525)) (-5 *4 (-1075))
- (-5 *1 (-221))))
- ((*1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-798))))
- ((*1 *2 *1) (-12 (-4 *1 (-1152 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977)))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-861)))))
+ (|partial| -12 (-5 *4 (-1094)) (-5 *5 (-594 (-387 (-889 *6))))
+ (-5 *3 (-387 (-889 *6)))
+ (-4 *6 (-13 (-519) (-970 (-527)) (-140)))
+ (-5 *2
+ (-2 (|:| |mainpart| *3)
+ (|:| |limitedlogs|
+ (-594 (-2 (|:| |coeff| *3) (|:| |logand| *3))))))
+ (-5 *1 (-533 *6)))))
+(((*1 *1) (-12 (-5 *1 (-594 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-51)) (-5 *1 (-1109)))))
+(((*1 *2)
+ (-12 (-4 *3 (-979)) (-5 *2 (-894 (-657 *3 *4))) (-5 *1 (-657 *3 *4))
+ (-4 *4 (-1152 *3)))))
+(((*1 *1 *1) (-4 *1 (-93)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *2)
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-863)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-519) (-140))) (-5 *1 (-504 *3 *2))
+ (-4 *2 (-1167 *3))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-4 *4 (-1152 *3))
+ (-4 *5 (-669 *3 *4)) (-5 *1 (-508 *3 *4 *5 *2)) (-4 *2 (-1167 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-343) (-348) (-569 (-527)))) (-5 *1 (-509 *3 *2))
+ (-4 *2 (-1167 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-13 (-519) (-140)))
+ (-5 *1 (-1071 *3)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-634 *5))) (-4 *5 (-288)) (-4 *5 (-979))
+ (-5 *2 (-1176 (-1176 *5))) (-5 *1 (-962 *5)) (-5 *4 (-1176 *5)))))
+(((*1 *2 *3 *3 *3 *4 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-700)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-431)) (-4 *3 (-791)) (-4 *3 (-970 (-527)))
+ (-4 *3 (-519)) (-5 *1 (-40 *3 *2)) (-4 *2 (-410 *3))
+ (-4 *2
+ (-13 (-343) (-283)
+ (-10 -8 (-15 -4109 ((-1046 *3 (-567 $)) $))
+ (-15 -4122 ((-1046 *3 (-567 $)) $))
+ (-15 -4118 ($ (-1046 *3 (-567 $))))))))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-37 (-387 (-527))))
+ (-5 *2 (-2 (|:| -1461 (-1075 *4)) (|:| -1471 (-1075 *4))))
+ (-5 *1 (-1081 *4)) (-5 *3 (-1075 *4)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *2 (-1 (-359))) (-5 *1 (-972)) (-5 *3 (-359)))))
+(((*1 *2 *3 *3 *3 *3 *4 *3 *5)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207)))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-61 LSFUN2))))
+ (-5 *2 (-968)) (-5 *1 (-698)))))
+(((*1 *2 *1) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-1090 *3)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *1 *1) (-4 *1 (-93)))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936)))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1167 *3))
+ (-5 *1 (-259 *3 *4 *2)) (-4 *2 (-1138 *3 *4))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-37 (-387 (-527)))) (-4 *4 (-1136 *3))
+ (-5 *1 (-260 *3 *4 *2 *5)) (-4 *2 (-1159 *3 *4)) (-4 *5 (-918 *4))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
+ ((*1 *2 *2)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-329)) (-4 *4 (-309 *3)) (-4 *5 (-1152 *4))
+ (-5 *1 (-721 *3 *4 *5 *2 *6)) (-4 *2 (-1152 *5)) (-14 *6 (-858))))
+ ((*1 *1 *1 *2)
+ (-12 (-5 *2 (-715)) (-4 *1 (-1193 *3)) (-4 *3 (-343)) (-4 *3 (-348))))
+ ((*1 *1 *1) (-12 (-4 *1 (-1193 *2)) (-4 *2 (-343)) (-4 *2 (-348)))))
+(((*1 *1 *1 *2 *3) (-12 (-5 *2 (-1077)) (-5 *3 (-718)) (-5 *1 (-112)))))
+(((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-130)))))
(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *3 *3 *3 *4 *5 *5 *6)
+ (-12 (-5 *3 (-1 (-207) (-207) (-207)))
+ (-5 *4 (-3 (-1 (-207) (-207) (-207) (-207)) "undefined"))
+ (-5 *5 (-1017 (-207))) (-5 *6 (-594 (-244))) (-5 *2 (-1054 (-207)))
+ (-5 *1 (-641))))
+ ((*1 *2 *3 *4 *4 *5)
+ (-12 (-5 *3 (-1 (-880 (-207)) (-207) (-207))) (-5 *4 (-1017 (-207)))
+ (-5 *5 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-641))))
+ ((*1 *2 *2 *3 *4 *4 *5)
+ (-12 (-5 *2 (-1054 (-207))) (-5 *3 (-1 (-880 (-207)) (-207) (-207)))
+ (-5 *4 (-1017 (-207))) (-5 *5 (-594 (-244))) (-5 *1 (-641)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-858)) (-5 *2 (-1090 *3)) (-5 *1 (-1105 *3))
+ (-4 *3 (-343)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979))))
((*1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-422 *3)) (-4 *3 (-382)) (-4 *3 (-977)))))
+ (-12 (-5 *2 (-715)) (-5 *1 (-424 *3)) (-4 *3 (-384)) (-4 *3 (-979)))))
+(((*1 *2 *1 *2)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-747)))))
+(((*1 *2 *3 *3 *4 *5 *3 *6)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-207))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-79 FCN)))) (-5 *2 (-968))
+ (-5 *1 (-691)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-715))) (-5 *3 (-161)) (-5 *1 (-1083 *4 *5))
+ (-14 *4 (-858)) (-4 *5 (-979)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))))
(((*1 *2)
- (-12 (-4 *1 (-320 *3 *4 *5)) (-4 *3 (-1132)) (-4 *4 (-1150 *3))
- (-4 *5 (-1150 (-385 *4))) (-5 *2 (-632 (-385 *4))))))
-(((*1 *1 *1) (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734))))
- ((*1 *2 *1) (-12 (-4 *1 (-360 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1020))))
- ((*1 *2 *1)
- (-12 (-14 *3 (-592 (-1092))) (-4 *4 (-160))
- (-4 *6 (-218 (-2827 *3) (-713)))
- (-14 *7
- (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *6))
- (-2 (|:| -1722 *5) (|:| -2168 *6))))
- (-5 *2 (-656 *5 *6 *7)) (-5 *1 (-438 *3 *4 *5 *6 *7 *8))
- (-4 *5 (-789)) (-4 *8 (-884 *4 *6 (-800 *3)))))
- ((*1 *2 *1)
- (-12 (-4 *2 (-669)) (-4 *2 (-789)) (-5 *1 (-678 *3 *2))
- (-4 *3 (-977))))
+ (-12 (-4 *1 (-322 *3 *4 *5)) (-4 *3 (-1134)) (-4 *4 (-1152 *3))
+ (-4 *5 (-1152 (-387 *4))) (-5 *2 (-634 (-387 *4))))))
+(((*1 *2 *1 *1 *3)
+ (-12 (-4 *4 (-979)) (-4 *5 (-737)) (-4 *3 (-791))
+ (-5 *2 (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -3145 *1)))
+ (-4 *1 (-993 *4 *5 *3))))
+ ((*1 *2 *1 *1)
+ (-12 (-4 *3 (-979)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *2 (-2 (|:| -2663 *1) (|:| |gap| (-715)) (|:| -3145 *1)))
+ (-4 *1 (-993 *3 *4 *5)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1 (-880 *3) (-880 *3))) (-5 *1 (-165 *3))
+ (-4 *3 (-13 (-343) (-1116) (-936))))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-519)) (-4 *4 (-927 *3)) (-5 *1 (-135 *3 *4 *2))
+ (-4 *2 (-353 *4))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *5 (-927 *4)) (-4 *2 (-353 *4))
+ (-5 *1 (-478 *4 *5 *2 *3)) (-4 *3 (-353 *5))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-634 *5)) (-4 *5 (-927 *4)) (-4 *4 (-519))
+ (-5 *2 (-634 *4)) (-5 *1 (-637 *4 *5))))
+ ((*1 *2 *2)
+ (-12 (-4 *3 (-519)) (-4 *4 (-927 *3)) (-5 *1 (-1145 *3 *4 *2))
+ (-4 *2 (-1152 *4)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2))
+ (-4 *4 (-13 (-791) (-519))))))
+(((*1 *1 *1) (-5 *1 (-991))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-683)))))
+(((*1 *1 *2) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2)
+ (-12 (-5 *2 (-594 *3)) (-4 *3 (-1022)) (-5 *1 (-1117 *3))))
+ ((*1 *1 *2 *3)
+ (-12 (-5 *3 (-594 (-1117 *2))) (-5 *1 (-1117 *2)) (-4 *2 (-1022)))))
+(((*1 *1 *1) (-5 *1 (-800))) ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1143 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-503))) (-5 *2 (-1094)) (-5 *1 (-503)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1061 *4 *2)) (-14 *4 (-858))
+ (-4 *2 (-13 (-979) (-10 -7 (-6 (-4263 "*"))))) (-5 *1 (-839 *4 *2)))))
+(((*1 *1 *1) (-12 (-4 *1 (-235 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-353 *2)) (-4 *2 (-1130))))
((*1 *1 *1)
- (-12 (-4 *1 (-906 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-734))
- (-4 *4 (-789)))))
+ (-12 (-5 *1 (-597 *2 *3 *4)) (-4 *2 (-1022)) (-4 *3 (-23))
+ (-14 *4 *3))))
+(((*1 *1 *2 *3)
+ (-12 (-5 *2 (-1176 *3)) (-4 *3 (-1152 *4)) (-4 *4 (-1134))
+ (-4 *1 (-322 *4 *3 *5)) (-4 *5 (-1152 (-387 *3))))))
(((*1 *2 *1)
- (-12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-108))))
+ (-12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-396 *3)) (-4 *3 (-510)) (-4 *3 (-517))))
- ((*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-108))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-398 *3)) (-4 *3 (-512)) (-4 *3 (-519))))
+ ((*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-4 *1 (-739 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-108))))
+ (-12 (-4 *1 (-741 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-110))))
((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-775 *3)) (-4 *3 (-510)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-777 *3)) (-4 *3 (-512)) (-4 *3 (-1022))))
((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-782 *3)) (-4 *3 (-510)) (-4 *3 (-1020))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-784 *3)) (-4 *3 (-512)) (-4 *3 (-1022))))
((*1 *2 *1)
- (-12 (-4 *1 (-929 *3)) (-4 *3 (-160)) (-4 *3 (-510)) (-5 *2 (-108))))
+ (-12 (-4 *1 (-931 *3)) (-4 *3 (-162)) (-4 *3 (-512)) (-5 *2 (-110))))
((*1 *2 *3)
- (-12 (-5 *2 (-108)) (-5 *1 (-940 *3)) (-4 *3 (-968 (-385 (-525)))))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-942 *3)) (-4 *3 (-970 (-387 (-527)))))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1055 *3)) (-4 *3 (-979))
+ (-5 *2 (-594 (-594 (-594 (-715))))))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800))))
+ ((*1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *1) (-12 (-5 *1 (-851 *2)) (-4 *2 (-288)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-353 *3)) (-4 *3 (-1130)) (-4 *3 (-791)) (-5 *2 (-110))))
+ ((*1 *2 *3 *1)
+ (-12 (-5 *3 (-1 (-110) *4 *4)) (-4 *1 (-353 *4)) (-4 *4 (-1130))
+ (-5 *2 (-110)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-226 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-263 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *2)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-911 *3 *4 *5 *6)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *5 (-791)) (-4 *6 (-993 *3 *4 *5)) (-5 *2 (-594 *5)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-4 *3 (-519))
+ (-5 *2 (-1090 *3)))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-560 *2 *3)) (-4 *3 (-1130)) (-4 *2 (-1022))
+ (-4 *2 (-791)))))
+(((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-864)))))
+(((*1 *1 *1 *2 *1) (-12 (-5 *1 (-125 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *2) (-12 (-5 *1 (-125 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *1) (-12 (-4 *1 (-329)) (-5 *2 (-715))))
+ ((*1 *2 *1 *1) (|partial| -12 (-4 *1 (-382)) (-5 *2 (-715)))))
(((*1 *1 *1 *2)
- (-12 (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-477 *3 *4 *5 *2)) (-4 *2 (-884 *3 *4 *5))))
+ (-12 (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-479 *3 *4 *5 *2)) (-4 *2 (-886 *3 *4 *5))))
((*1 *1 *1 *1)
- (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789))
- (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4)))))
-(((*1 *2 *2 *2 *3 *3)
- (-12 (-5 *3 (-713)) (-4 *4 (-977)) (-5 *1 (-1146 *4 *2))
- (-4 *2 (-1150 *4)))))
+ (-12 (-4 *2 (-343)) (-4 *3 (-737)) (-4 *4 (-791))
+ (-5 *1 (-479 *2 *3 *4 *5)) (-4 *5 (-886 *2 *3 *4)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-713)) (-5 *4 (-525)) (-5 *1 (-422 *2)) (-4 *2 (-977)))))
-(((*1 *2 *1) (-12 (-4 *1 (-739 *2)) (-4 *2 (-160))))
- ((*1 *2 *1) (-12 (-4 *1 (-929 *2)) (-4 *2 (-160)))))
-(((*1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-861)))))
-(((*1 *1 *1)
- (-12 (-4 *1 (-1122 *2 *3 *4 *5)) (-4 *2 (-517)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *5 (-991 *2 *3 *4)))))
+ (-12 (-5 *3 (-594 (-1 (-110) *8))) (-4 *8 (-993 *5 *6 *7))
+ (-4 *5 (-519)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-5 *2 (-2 (|:| |goodPols| (-594 *8)) (|:| |badPols| (-594 *8))))
+ (-5 *1 (-912 *5 *6 *7 *8)) (-5 *4 (-594 *8)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5)) (-4 *1 (-320 *4 *5 *6)) (-4 *4 (-1132))
- (-4 *5 (-1150 *4)) (-4 *6 (-1150 (-385 *5)))
- (-5 *2 (-2 (|:| |num| (-632 *5)) (|:| |den| *5))))))
-(((*1 *1) (-12 (-4 *1 (-154 *2)) (-4 *2 (-160)))))
-(((*1 *2)
- (-12 (-4 *3 (-517)) (-5 *2 (-592 *4)) (-5 *1 (-42 *3 *4))
- (-4 *4 (-395 *3)))))
-(((*1 *2 *1) (-12 (-4 *1 (-304 *2 *3)) (-4 *3 (-734)) (-4 *2 (-977))))
- ((*1 *2 *1) (-12 (-4 *1 (-408 *2)) (-4 *2 (-789)))))
-(((*1 *1 *2 *1)
- (-12 (-5 *1 (-595 *2 *3 *4)) (-4 *2 (-1020)) (-4 *3 (-23))
- (-14 *4 *3))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-1 (-108) (-110) (-110))) (-5 *1 (-110)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-974 *4 *5)) (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-14 *5 (-592 (-1092))) (-5 *2 (-592 (-592 (-955 (-385 *4)))))
- (-5 *1 (-1198 *4 *5 *6)) (-14 *6 (-592 (-1092)))))
- ((*1 *2 *3 *4 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108))
- (-4 *5 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-887 *5))) (-5 *4 (-108))
- (-4 *5 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-592 (-955 (-385 *5))))) (-5 *1 (-1198 *5 *6 *7))
- (-14 *6 (-592 (-1092))) (-14 *7 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-887 *4)))
- (-4 *4 (-13 (-787) (-286) (-138) (-953)))
- (-5 *2 (-592 (-592 (-955 (-385 *4))))) (-5 *1 (-1198 *4 *5 *6))
- (-14 *5 (-592 (-1092))) (-14 *6 (-592 (-1092))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-592 (-878 (-205)))))
- (-5 *2 (-592 (-1015 (-205)))) (-5 *1 (-863)))))
-(((*1 *2 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5)))))
+ (-12 (-5 *3 (-594 *2)) (-4 *2 (-410 *4)) (-5 *1 (-149 *4 *2))
+ (-4 *4 (-13 (-791) (-519))))))
(((*1 *2 *3)
- (-12 (-5 *3 (-294 (-357))) (-5 *2 (-294 (-205))) (-5 *1 (-284)))))
+ (-12 (-5 *3 (-634 (-387 (-889 (-527)))))
+ (-5 *2
+ (-594
+ (-2 (|:| |radval| (-296 (-527))) (|:| |radmult| (-527))
+ (|:| |radvect| (-594 (-634 (-296 (-527))))))))
+ (-5 *1 (-964)))))
+(((*1 *2 *2) (|partial| -12 (-4 *1 (-918 *2)) (-4 *2 (-1116)))))
+(((*1 *1 *1)
+ (-12 (-5 *1 (-552 *2)) (-4 *2 (-37 (-387 (-527)))) (-4 *2 (-979)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
(((*1 *2 *3)
- (-12 (-4 *4 (-977))
- (-4 *2 (-13 (-382) (-968 *4) (-341) (-1114) (-263)))
- (-5 *1 (-420 *4 *3 *2)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-304 *3 *4)) (-4 *3 (-977)) (-4 *4 (-734))
- (-5 *2 (-108))))
- ((*1 *2 *1) (-12 (-4 *1 (-408 *3)) (-4 *3 (-789)) (-5 *2 (-108)))))
-(((*1 *2 *1)
+ (-12 (-5 *3 (-864))
+ (-5 *2
+ (-2 (|:| |brans| (-594 (-594 (-880 (-207)))))
+ (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))))
+ (-5 *1 (-146))))
+ ((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-864)) (-5 *4 (-387 (-527)))
+ (-5 *2
+ (-2 (|:| |brans| (-594 (-594 (-880 (-207)))))
+ (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))))
+ (-5 *1 (-146))))
+ ((*1 *2 *3)
(-12
(-5 *2
- (-592
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205)))))
- (-5 *1 (-520))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-563 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020))
- (-5 *2 (-592 *3))))
- ((*1 *2 *1)
+ (-2 (|:| |brans| (-594 (-594 (-880 (-207)))))
+ (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))))
+ (-5 *1 (-146)) (-5 *3 (-594 (-880 (-207))))))
+ ((*1 *2 *3)
(-12
(-5 *2
- (-592
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205)))))
- (-5 *1 (-745)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-161 *3)) (-4 *3 (-286))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-4 *1 (-619 *3)) (-4 *3 (-1128))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-683 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-789))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-804 *3)) (-5 *2 (-525))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *1 (-913 *3)) (-4 *3 (-977))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 *1)) (-5 *3 (-592 *7)) (-4 *1 (-996 *4 *5 *6 *7))
- (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *2)
- (-12 (-5 *2 (-592 *1)) (-4 *1 (-996 *4 *5 *6 *3)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-4 *3 (-991 *4 *5 *6))))
- ((*1 *2 *3 *1)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *3 (-991 *4 *5 *6)) (-5 *2 (-592 *1))
- (-4 *1 (-996 *4 *5 *6 *3))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1122 *3 *4 *5 *2)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *2 (-991 *3 *4 *5))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1152 *3 *2)) (-4 *3 (-977)) (-4 *2 (-734)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-341)) (-4 *4 (-517)) (-4 *5 (-1150 *4))
- (-5 *2 (-2 (|:| -1331 (-573 *4 *5)) (|:| -3068 (-385 *5))))
- (-5 *1 (-573 *4 *5)) (-5 *3 (-385 *5))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 (-1081 *3 *4))) (-5 *1 (-1081 *3 *4))
- (-14 *3 (-856)) (-4 *4 (-977))))
- ((*1 *2 *1 *1)
- (-12 (-4 *3 (-429)) (-4 *3 (-977))
- (-5 *2 (-2 (|:| |primePart| *1) (|:| |commonPart| *1)))
- (-4 *1 (-1150 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *2 (-1088 *3)) (-5 *1 (-849 *3)) (-4 *3 (-286)))))
-(((*1 *1 *2) (-12 (-5 *1 (-1115 *2)) (-4 *2 (-1020))))
- ((*1 *1 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-1115 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-592 (-1115 *2))) (-5 *1 (-1115 *2)) (-4 *2 (-1020)))))
-(((*1 *1 *1) (-5 *1 (-798))) ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *2 *2) (-12 (-4 *1 (-1014 *2)) (-4 *2 (-1128))))
- ((*1 *1 *2) (-12 (-5 *1 (-1141 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *4 (-1092))
- (-4 *5 (-13 (-429) (-789) (-138) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-542 *3)) (-5 *1 (-518 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5))))))
-(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1174 (-1174 (-525)))) (-5 *3 (-856)) (-5 *1 (-443)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525))))
- (-5 *4 (-294 (-157 (-357)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525))))
- (-5 *4 (-294 (-357))) (-5 *1 (-308))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525))))
- (-5 *4 (-294 (-525))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-157 (-357)))))
- (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-357)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-525)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-157 (-357)))))
- (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-357)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-525)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-157 (-357)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-357))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-525))) (-5 *1 (-308))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525))))
- (-5 *4 (-294 (-636))) (-5 *1 (-308))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525))))
- (-5 *4 (-294 (-641))) (-5 *1 (-308))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-887 (-525))))
- (-5 *4 (-294 (-643))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-636)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-641)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-294 (-643)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-636)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-641)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-294 (-643)))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-636))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-641))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-1174 (-643))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-636))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-641))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-632 (-643))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-636))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-641))) (-5 *1 (-308))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-294 (-643))) (-5 *1 (-308))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-1075)) (-5 *1 (-308))))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3) (-12 (-5 *2 (-396 *3)) (-5 *1 (-519 *3)) (-4 *3 (-510)))))
-(((*1 *2)
- (-12 (-4 *2 (-13 (-408 *3) (-934))) (-5 *1 (-255 *3 *2))
- (-4 *3 (-13 (-789) (-517))))))
-(((*1 *1 *1) (-4 *1 (-223)))
- ((*1 *1 *1)
- (-12 (-4 *2 (-160)) (-5 *1 (-268 *2 *3 *4 *5 *6 *7))
- (-4 *3 (-1150 *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))))
+ (-2 (|:| |brans| (-594 (-594 (-880 (-207)))))
+ (|:| |xValues| (-1017 (-207))) (|:| |yValues| (-1017 (-207)))))
+ (-5 *1 (-146)) (-5 *3 (-594 (-594 (-880 (-207)))))))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-1017 (-359)))) (-5 *1 (-244))))
+ ((*1 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-244)))))
+(((*1 *2 *2 *2 *3 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-979)) (-5 *1 (-1148 *4 *2))
+ (-4 *2 (-1152 *4)))))
+(((*1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-431)))))
+(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *5)
+ (-12 (-5 *3 (-207)) (-5 *4 (-527))
+ (-5 *5 (-3 (|:| |fn| (-368)) (|:| |fp| (-62 -1819)))) (-5 *2 (-968))
+ (-5 *1 (-693)))))
+(((*1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-863)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-424 *3)) (-4 *3 (-979)))))
+(((*1 *1 *1 *2 *2)
+ (-12 (-5 *2 (-527)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 *2)
+ (-14 *4 (-715)) (-4 *5 (-162))))
((*1 *1 *1)
- (-2067 (-12 (-5 *1 (-273 *2)) (-4 *2 (-341)) (-4 *2 (-1128)))
- (-12 (-5 *1 (-273 *2)) (-4 *2 (-450)) (-4 *2 (-1128)))))
- ((*1 *1 *1) (-4 *1 (-450)))
- ((*1 *2 *2) (-12 (-5 *2 (-1174 *3)) (-4 *3 (-327)) (-5 *1 (-495 *3))))
+ (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715))
+ (-4 *4 (-162))))
((*1 *1 *1)
- (-12 (-5 *1 (-658 *2 *3 *4 *5 *6)) (-4 *2 (-160)) (-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 (-739 *2)) (-4 *2 (-160)) (-4 *2 (-341)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-31 *3 *4))
- (-4 *4 (-408 *3))))
- ((*1 *1 *2 *3) (-12 (-5 *2 (-1092)) (-5 *3 (-713)) (-5 *1 (-110))))
- ((*1 *1 *2) (-12 (-5 *2 (-1092)) (-5 *1 (-110))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *4))
- (-4 *4 (-408 *3))))
- ((*1 *2 *3) (-12 (-5 *3 (-1092)) (-5 *2 (-110)) (-5 *1 (-151))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *4))
- (-4 *4 (-13 (-408 *3) (-934)))))
- ((*1 *2 *2) (-12 (-5 *2 (-110)) (-5 *1 (-280 *3)) (-4 *3 (-281))))
- ((*1 *2 *2) (-12 (-4 *1 (-281)) (-5 *2 (-110))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-110)) (-4 *4 (-789)) (-5 *1 (-407 *3 *4))
- (-4 *3 (-408 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *4))
- (-4 *4 (-408 *3))))
- ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-565 *3)) (-4 *3 (-789))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-110)) (-4 *3 (-13 (-789) (-517))) (-5 *1 (-579 *3 *4))
- (-4 *4 (-13 (-408 *3) (-934) (-1114))))))
-(((*1 *1) (-5 *1 (-415))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1 *1) (-4 *1 (-1056))))
-(((*1 *2 *3 *2)
- (-12 (-5 *2 (-1 (-878 (-205)) (-878 (-205)))) (-5 *3 (-592 (-242)))
- (-5 *1 (-240))))
+ (-12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-353 *2))
+ (-4 *4 (-353 *2))))
((*1 *1 *2)
- (-12 (-5 *2 (-1 (-878 (-205)) (-878 (-205)))) (-5 *1 (-242))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-592 (-457 *5 *6))) (-5 *3 (-457 *5 *6))
- (-14 *5 (-592 (-1092))) (-4 *6 (-429)) (-5 *2 (-1174 *6))
- (-5 *1 (-580 *5 *6)))))
-(((*1 *1 *2 *2 *2 *2 *2 *2 *2 *2)
- (-12 (-4 *1 (-739 *2)) (-4 *2 (-160))))
- ((*1 *1 *2 *2)
- (-12 (-5 *2 (-931 *3)) (-4 *3 (-160)) (-5 *1 (-741 *3)))))
-(((*1 *1 *1) (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977))))
- ((*1 *1 *1) (-12 (-5 *1 (-1195 *2 *3)) (-4 *2 (-977)) (-4 *3 (-785)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108)) (-5 *1 (-921 *4 *5 *6 *7 *3))
- (-4 *3 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *3)) (-4 *3 (-996 *4 *5 *6 *7)))))
-(((*1 *2 *2 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-429))))
- ((*1 *2 *2 *2)
- (-12 (-5 *2 (-1088 *6)) (-4 *6 (-884 *5 *3 *4)) (-4 *3 (-735))
- (-4 *4 (-789)) (-4 *5 (-844)) (-5 *1 (-434 *3 *4 *5 *6))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-1088 *1)) (-4 *1 (-844)))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-592 (-51))) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1 *3 *3 *3 *2)
- (-12 (-5 *3 (-713)) (-5 *1 (-620 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-525)) (-5 *1 (-764)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-977)) (-4 *2 (-630 *4 *5 *6))
- (-5 *1 (-99 *4 *3 *2 *5 *6)) (-4 *3 (-1150 *4)) (-4 *5 (-351 *4))
- (-4 *6 (-351 *4)))))
-(((*1 *1 *1 *1 *2)
- (-12 (-4 *1 (-991 *3 *4 *2)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *2 (-789))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-991 *2 *3 *4)) (-4 *2 (-977)) (-4 *3 (-735))
- (-4 *4 (-789)))))
-(((*1 *1 *2 *3) (-12 (-5 *2 (-713)) (-5 *3 (-108)) (-5 *1 (-106))))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (|has| *1 (-6 -4250)) (-4 *1 (-382))))
- ((*1 *2) (-12 (-4 *1 (-382)) (-5 *2 (-856)))))
-(((*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-103))))
- ((*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-198))))
- ((*1 *2 *1) (-12 (-5 *2 (-385 (-525))) (-5 *1 (-462))))
- ((*1 *1 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-286))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-936 *3)) (-14 *3 (-525))))
- ((*1 *1 *1) (-4 *1 (-986))))
-(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
- (|partial| -12 (-5 *2 (-592 (-1088 *13))) (-5 *3 (-1088 *13))
- (-5 *4 (-592 *12)) (-5 *5 (-592 *10)) (-5 *6 (-592 *13))
- (-5 *7 (-592 (-592 (-2 (|:| -2801 (-713)) (|:| |pcoef| *13)))))
- (-5 *8 (-592 (-713))) (-5 *9 (-1174 (-592 (-1088 *10))))
- (-4 *12 (-789)) (-4 *10 (-286)) (-4 *13 (-884 *10 *11 *12))
- (-4 *11 (-735)) (-5 *1 (-650 *11 *12 *10 *13)))))
-(((*1 *1 *2)
- (|partial| -12 (-5 *2 (-1187 *3 *4)) (-4 *3 (-789)) (-4 *4 (-160))
- (-5 *1 (-610 *3 *4))))
- ((*1 *2 *1)
- (|partial| -12 (-5 *2 (-610 *3 *4)) (-5 *1 (-1192 *3 *4))
- (-4 *3 (-789)) (-4 *4 (-160)))))
+ (-12 (-4 *3 (-979)) (-4 *1 (-632 *3 *2 *4)) (-4 *2 (-353 *3))
+ (-4 *4 (-353 *3))))
+ ((*1 *1 *1)
+ (-12 (-5 *1 (-1061 *2 *3)) (-14 *2 (-715)) (-4 *3 (-979)))))
+(((*1 *1 *2 *3) (-12 (-5 *2 (-715)) (-5 *3 (-110)) (-5 *1 (-108))))
+ ((*1 *2 *2) (-12 (-5 *2 (-858)) (|has| *1 (-6 -4252)) (-4 *1 (-384))))
+ ((*1 *2) (-12 (-4 *1 (-384)) (-5 *2 (-858)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *1 *1) (-12 (-4 *1 (-621 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1159 *3 *4)) (-4 *3 (-979)) (-4 *4 (-1136 *3))
+ (-5 *2 (-387 (-527))))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-715)) (-5 *4 (-527)) (-5 *1 (-424 *2)) (-4 *2 (-979)))))
+(((*1 *2 *2 *2)
+ (-12 (-4 *3 (-343)) (-5 *1 (-711 *2 *3)) (-4 *2 (-653 *3))))
+ ((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
(((*1 *1 *2 *2)
(-12
(-5 *2
- (-3 (|:| I (-294 (-525))) (|:| -1834 (-294 (-357)))
- (|:| CF (-294 (-157 (-357)))) (|:| |switch| (-1091))))
- (-5 *1 (-1091)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *5))
- (-4 *5 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-385 (-525)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-273 *3)) (-5 *5 (-385 (-525)))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *6 *3))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *3 (-1 *8 (-385 (-525)))) (-5 *4 (-273 *8))
- (-5 *5 (-1141 (-385 (-525)))) (-5 *6 (-385 (-525)))
- (-4 *8 (-13 (-27) (-1114) (-408 *7)))
- (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *7 *8))))
- ((*1 *2 *3 *4 *5 *6 *7)
- (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-385 (-525))))
- (-5 *7 (-385 (-525))) (-4 *3 (-13 (-27) (-1114) (-408 *8)))
- (-4 *8 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *8 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-385 (-525))) (-4 *4 (-977)) (-4 *1 (-1157 *4 *3))
- (-4 *3 (-1134 *4)))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-154 *3)) (-4 *3 (-160)) (-4 *3 (-510))
- (-5 *2 (-385 (-525)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-396 *3)) (-4 *3 (-510))
- (-4 *3 (-517))))
- ((*1 *2 *1) (-12 (-4 *1 (-510)) (-5 *2 (-385 (-525)))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-739 *3)) (-4 *3 (-160)) (-4 *3 (-510))
- (-5 *2 (-385 (-525)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-775 *3)) (-4 *3 (-510))
- (-4 *3 (-1020))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-782 *3)) (-4 *3 (-510))
- (-4 *3 (-1020))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-929 *3)) (-4 *3 (-160)) (-4 *3 (-510))
- (-5 *2 (-385 (-525)))))
- ((*1 *2 *3)
- (-12 (-5 *2 (-385 (-525))) (-5 *1 (-940 *3)) (-4 *3 (-968 *2)))))
-(((*1 *2 *3)
- (-12 (-5 *2 (-1 (-205) (-205))) (-5 *1 (-296)) (-5 *3 (-205)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-286)) (-4 *5 (-351 *4)) (-4 *6 (-351 *4))
- (-5 *2
- (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
- (-5 *1 (-1043 *4 *5 *6 *3)) (-4 *3 (-630 *4 *5 *6)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1053 *3)) (-4 *3 (-977)) (-5 *2 (-108)))))
-(((*1 *2 *3 *4 *4 *3 *5 *3 *6 *4 *7 *8 *9)
- (-12 (-5 *4 (-525)) (-5 *5 (-1075)) (-5 *6 (-632 (-205)))
- (-5 *7 (-3 (|:| |fn| (-366)) (|:| |fp| (-87 G))))
- (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-84 FCN))))
- (-5 *9 (-3 (|:| |fn| (-366)) (|:| |fp| (-86 OUTPUT))))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-692)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *5))
- (-4 *5 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-525)) (-4 *5 (-13 (-429) (-789) (-968 *4) (-588 *4)))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-429) (-789) (-968 *5) (-588 *5))) (-5 *5 (-525))
- (-5 *2 (-51)) (-5 *1 (-293 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-525))) (-5 *4 (-273 *7)) (-5 *5 (-1141 (-525)))
- (-4 *7 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-525)))
- (-4 *3 (-13 (-27) (-1114) (-408 *7)))
- (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *7 *3))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-525)) (-4 *4 (-977)) (-4 *1 (-1136 *4 *3))
- (-4 *3 (-1165 *4))))
+ (-3 (|:| I (-296 (-527))) (|:| -1819 (-296 (-359)))
+ (|:| CF (-296 (-159 (-359)))) (|:| |switch| (-1093))))
+ (-5 *1 (-1093)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-634 *4))))
+ ((*1 *2 *1) (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-634 *3)))))
+(((*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-105))))
+ ((*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-200))))
+ ((*1 *2 *1) (-12 (-5 *2 (-387 (-527))) (-5 *1 (-464))))
+ ((*1 *1 *1) (-12 (-4 *1 (-927 *2)) (-4 *2 (-519)) (-4 *2 (-288))))
((*1 *2 *1)
- (-12 (-4 *1 (-1157 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1134 *3)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *2 (-517)) (-5 *1 (-903 *2 *3)) (-4 *3 (-1150 *2)))))
-(((*1 *2)
- (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-856)) (-5 *1 (-419 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *2 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-429))
- (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-910 *3 *4 *5 *6)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 (-135))) (-5 *1 (-132))))
- ((*1 *1 *2) (-12 (-5 *2 (-1075)) (-5 *1 (-132)))))
-(((*1 *1 *1 *1) (-4 *1 (-286))) ((*1 *1 *1 *1) (-5 *1 (-713)))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *2 *3 *4 *5 *5 *6)
- (-12 (-5 *5 (-565 *4)) (-5 *6 (-1092))
- (-4 *4 (-13 (-408 *7) (-27) (-1114)))
- (-4 *7 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *2
- (-2 (|:| |particular| (-3 *4 "failed")) (|:| -2103 (-592 *4))))
- (-5 *1 (-527 *7 *4 *3)) (-4 *3 (-602 *4)) (-4 *3 (-1020)))))
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-938 *3)) (-14 *3 (-527))))
+ ((*1 *1 *1) (-4 *1 (-988))))
+(((*1 *1 *2)
+ (-12 (-5 *2 (-1061 *3 *4)) (-14 *3 (-858)) (-4 *4 (-343))
+ (-5 *1 (-928 *3 *4)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092)) (-4 *4 (-13 (-789) (-517))) (-5 *1 (-147 *4 *2))
- (-4 *2 (-408 *4))))
- ((*1 *2 *2 *3)
- (-12 (-5 *3 (-1013 *2)) (-4 *2 (-408 *4)) (-4 *4 (-13 (-789) (-517)))
- (-5 *1 (-147 *4 *2))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-1013 *1)) (-4 *1 (-149))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-149)) (-5 *2 (-1092)))))
-(((*1 *2 *2 *2 *2 *2)
- (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))))
+ (-12 (-5 *3 (-858)) (-5 *1 (-965 *2))
+ (-4 *2 (-13 (-1022) (-10 -8 (-15 * ($ $ $))))))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-766)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-519) (-970 (-527)) (-140)))
+ (-5 *2
+ (-2 (|:| -3160 (-387 (-889 *5))) (|:| |coeff| (-387 (-889 *5)))))
+ (-5 *1 (-533 *5)) (-5 *3 (-387 (-889 *5))))))
+(((*1 *2 *1) (-12 (-4 *1 (-741 *2)) (-4 *2 (-162))))
+ ((*1 *2 *1) (-12 (-4 *1 (-931 *2)) (-4 *2 (-162)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1088 *5)) (-4 *5 (-429)) (-5 *2 (-592 *6))
- (-5 *1 (-503 *5 *6 *4)) (-4 *6 (-341)) (-4 *4 (-13 (-341) (-787)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-887 *5)) (-4 *5 (-429)) (-5 *2 (-592 *6))
- (-5 *1 (-503 *5 *6 *4)) (-4 *6 (-341)) (-4 *4 (-13 (-341) (-787))))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1101 (-592 *4))) (-4 *4 (-789))
- (-5 *2 (-592 (-592 *4))) (-5 *1 (-1100 *4)))))
+ (-12 (-5 *4 (-594 *5)) (-4 *5 (-1152 *3)) (-4 *3 (-288))
+ (-5 *2 (-110)) (-5 *1 (-434 *3 *5)))))
+(((*1 *2 *3 *2)
+ (-12
+ (-5 *2
+ (-594
+ (-2 (|:| |lcmfij| *3) (|:| |totdeg| (-715)) (|:| |poli| *6)
+ (|:| |polj| *6))))
+ (-4 *3 (-737)) (-4 *6 (-886 *4 *3 *5)) (-4 *4 (-431)) (-4 *5 (-791))
+ (-5 *1 (-428 *4 *3 *5 *6)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1178)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *5))
- (-4 *5 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *4 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *4)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-713))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *5)))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-273 *3)) (-4 *3 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *5 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-273 *3)) (-5 *5 (-713))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-293 *6 *3))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-1 *6 (-525))) (-5 *4 (-273 *6))
- (-4 *6 (-13 (-27) (-1114) (-408 *5)))
- (-4 *5 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *5 *6))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3))
- (-4 *3 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *6 *3))))
- ((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *7 (-525))) (-5 *4 (-273 *7)) (-5 *5 (-1141 (-713)))
- (-4 *7 (-13 (-27) (-1114) (-408 *6)))
- (-4 *6 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *6 *7))))
- ((*1 *2 *3 *4 *5 *6)
- (-12 (-5 *4 (-1092)) (-5 *5 (-273 *3)) (-5 *6 (-1141 (-713)))
- (-4 *3 (-13 (-27) (-1114) (-408 *7)))
- (-4 *7 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *2 (-51)) (-5 *1 (-436 *7 *3))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-1136 *3 *2)) (-4 *3 (-977)) (-4 *2 (-1165 *3)))))
+ (-12 (-5 *2 (-1096 (-387 (-527)))) (-5 *1 (-174)) (-5 *3 (-527)))))
+(((*1 *2 *3 *4 *5 *5 *5 *5 *4 *6)
+ (-12 (-5 *4 (-527)) (-5 *6 (-1 (-1181) (-1176 *5) (-1176 *5) (-359)))
+ (-5 *3 (-1176 (-359))) (-5 *5 (-359)) (-5 *2 (-1181))
+ (-5 *1 (-732)))))
+(((*1 *2 *3 *4 *2 *5 *6 *7 *8 *9 *10)
+ (|partial| -12 (-5 *2 (-594 (-1090 *13))) (-5 *3 (-1090 *13))
+ (-5 *4 (-594 *12)) (-5 *5 (-594 *10)) (-5 *6 (-594 *13))
+ (-5 *7 (-594 (-594 (-2 (|:| -1356 (-715)) (|:| |pcoef| *13)))))
+ (-5 *8 (-594 (-715))) (-5 *9 (-1176 (-594 (-1090 *10))))
+ (-4 *12 (-791)) (-4 *10 (-288)) (-4 *13 (-886 *10 *11 *12))
+ (-4 *11 (-737)) (-5 *1 (-652 *11 *12 *10 *13)))))
+(((*1 *1 *1 *1) (-4 *1 (-288))) ((*1 *1 *1 *1) (-5 *1 (-715)))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *1 *1) (-12 (-4 *1 (-604 *2)) (-4 *2 (-979))))
+ ((*1 *2 *3)
+ (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)) (-5 *2 (-2 (|:| |adjMat| *3) (|:| |detMat| *4)))
+ (-5 *1 (-633 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *2 (-162)) (-4 *2 (-979)) (-5 *1 (-659 *2 *3))
+ (-4 *3 (-596 *2))))
+ ((*1 *1 *1)
+ (-12 (-4 *2 (-162)) (-4 *2 (-979)) (-5 *1 (-659 *2 *3))
+ (-4 *3 (-596 *2))))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-778 *2)) (-4 *2 (-162)) (-4 *2 (-979))))
+ ((*1 *1 *1) (-12 (-5 *1 (-778 *2)) (-4 *2 (-162)) (-4 *2 (-979)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-887 *4))) (-4 *4 (-429)) (-5 *2 (-108))
- (-5 *1 (-338 *4 *5)) (-14 *5 (-592 (-1092)))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-592 (-722 *4 (-800 *5)))) (-4 *4 (-429))
- (-14 *5 (-592 (-1092))) (-5 *2 (-108)) (-5 *1 (-577 *4 *5)))))
+ (-12 (-5 *3 (-527)) (|has| *1 (-6 -4252)) (-4 *1 (-384))
+ (-5 *2 (-858)))))
+(((*1 *2 *3 *3 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-634 (-527))) (-5 *1 (-1032)))))
+(((*1 *2 *3 *4 *3 *5)
+ (-12 (-5 *3 (-1077)) (-5 *4 (-159 (-207))) (-5 *5 (-527))
+ (-5 *2 (-968)) (-5 *1 (-703)))))
(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-294 (-205)))) (-5 *4 (-713))
- (-5 *2 (-632 (-205))) (-5 *1 (-246)))))
+ (-12 (-5 *3 (-207)) (-5 *4 (-527)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8)))
+ (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-998 *4 *5 *6 *7)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-923 *4 *5 *6 *7 *8))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-2 (|:| |val| (-594 *7)) (|:| -1296 *8)))
+ (-4 *7 (-993 *4 *5 *6)) (-4 *8 (-998 *4 *5 *6 *7)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *8)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
(((*1 *1 *2)
- (-12 (-5 *2 (-592 (-856))) (-5 *1 (-1021 *3 *4)) (-14 *3 (-856))
- (-14 *4 (-856)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-789) (-286) (-968 (-525)) (-588 (-525)) (-138)))
- (-5 *1 (-746 *4 *2)) (-4 *2 (-13 (-29 *4) (-1114) (-893))))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-49 *2 *3)) (-4 *2 (-977)) (-14 *3 (-592 (-1092)))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-203 *2 *3)) (-4 *2 (-13 (-977) (-789)))
- (-14 *3 (-592 (-1092))))))
+ (|partial| -12 (-5 *2 (-1189 *3 *4)) (-4 *3 (-791)) (-4 *4 (-162))
+ (-5 *1 (-612 *3 *4))))
+ ((*1 *2 *1)
+ (|partial| -12 (-5 *2 (-612 *3 *4)) (-5 *1 (-1194 *3 *4))
+ (-4 *3 (-791)) (-4 *4 (-162)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *4 (-1 *2 *2)) (-4 *5 (-343)) (-4 *6 (-1152 (-387 *2)))
+ (-4 *2 (-1152 *5)) (-5 *1 (-198 *5 *2 *6 *3))
+ (-4 *3 (-322 *5 *2 *6)))))
(((*1 *2 *2 *3)
- (-12 (-5 *3 (-385 (-525))) (-4 *4 (-968 (-525)))
- (-4 *4 (-13 (-789) (-517))) (-5 *1 (-31 *4 *2)) (-4 *2 (-408 *4))))
- ((*1 *1 *1 *1) (-5 *1 (-128)))
+ (-12 (-5 *3 (-387 (-527))) (-4 *4 (-970 (-527)))
+ (-4 *4 (-13 (-791) (-519))) (-5 *1 (-31 *4 *2)) (-4 *2 (-410 *4))))
+ ((*1 *1 *1 *1) (-5 *1 (-130)))
((*1 *2 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-147 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1 *1) (-5 *1 (-205)))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-223)) (-5 *2 (-525))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-149 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1 *1) (-5 *1 (-207)))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-225)) (-5 *2 (-527))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-385 (-525))) (-4 *4 (-341)) (-4 *4 (-37 *3))
- (-4 *5 (-1165 *4)) (-5 *1 (-257 *4 *5 *2)) (-4 *2 (-1136 *4 *5))))
+ (-12 (-5 *3 (-387 (-527))) (-4 *4 (-343)) (-4 *4 (-37 *3))
+ (-4 *5 (-1167 *4)) (-5 *1 (-259 *4 *5 *2)) (-4 *2 (-1138 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-385 (-525))) (-4 *4 (-341)) (-4 *4 (-37 *3))
- (-4 *5 (-1134 *4)) (-5 *1 (-258 *4 *5 *2 *6)) (-4 *2 (-1157 *4 *5))
- (-4 *6 (-916 *5))))
- ((*1 *1 *1 *1) (-4 *1 (-263)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-525)) (-5 *1 (-339 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *1) (-5 *1 (-357)))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-5 *1 (-364 *2)) (-4 *2 (-1020))))
+ (-12 (-5 *3 (-387 (-527))) (-4 *4 (-343)) (-4 *4 (-37 *3))
+ (-4 *5 (-1136 *4)) (-5 *1 (-260 *4 *5 *2 *6)) (-4 *2 (-1159 *4 *5))
+ (-4 *6 (-918 *5))))
+ ((*1 *1 *1 *1) (-4 *1 (-265)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-527)) (-5 *1 (-341 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *1) (-5 *1 (-359)))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-5 *1 (-366 *2)) (-4 *2 (-1022))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-408 *3)) (-4 *3 (-789)) (-4 *3 (-1032))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-450)) (-5 *2 (-525))))
+ (-12 (-5 *2 (-715)) (-4 *1 (-410 *3)) (-4 *3 (-791)) (-4 *3 (-1034))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-452)) (-5 *2 (-527))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *3 (-341)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-477 *3 *4 *5 *6)) (-4 *6 (-884 *3 *4 *5))))
+ (-12 (-5 *2 (-715)) (-4 *3 (-343)) (-4 *4 (-737)) (-4 *5 (-791))
+ (-5 *1 (-479 *3 *4 *5 *6)) (-4 *6 (-886 *3 *4 *5))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-5 *3 (-525)) (-4 *4 (-327))
- (-5 *1 (-495 *4))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-501))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-501))))
+ (-12 (-5 *2 (-1176 *4)) (-5 *3 (-527)) (-4 *4 (-329))
+ (-5 *1 (-497 *4))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-503))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-503))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-713)) (-4 *4 (-1020))
- (-5 *1 (-625 *4))))
+ (-12 (-5 *2 (-1 *4 *4)) (-5 *3 (-715)) (-4 *4 (-1022))
+ (-5 *1 (-627 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3)) (-4 *3 (-341))))
+ (-12 (-5 *2 (-527)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3)) (-4 *3 (-343))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
+ (-12 (-5 *2 (-715)) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-632 *4)) (-5 *3 (-713)) (-4 *4 (-977))
- (-5 *1 (-633 *4))))
+ (-12 (-5 *2 (-634 *4)) (-5 *3 (-715)) (-4 *4 (-979))
+ (-5 *1 (-635 *4))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *3 (-977)) (-5 *1 (-657 *3 *4))
- (-4 *4 (-594 *3))))
+ (-12 (-5 *2 (-527)) (-4 *3 (-979)) (-5 *1 (-659 *3 *4))
+ (-4 *4 (-596 *3))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-525)) (-4 *4 (-977))
- (-5 *1 (-657 *4 *5)) (-4 *5 (-594 *4))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-663)) (-5 *2 (-856))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-713))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-669)) (-5 *2 (-713))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-525)) (-5 *1 (-776 *3)) (-4 *3 (-977))))
+ (-12 (-5 *2 (-112)) (-5 *3 (-527)) (-4 *4 (-979))
+ (-5 *1 (-659 *4 *5)) (-4 *5 (-596 *4))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-665)) (-5 *2 (-858))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-667)) (-5 *2 (-715))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-671)) (-5 *2 (-715))))
+ ((*1 *1 *2 *3) (-12 (-5 *3 (-715)) (-5 *1 (-763 *2)) (-4 *2 (-791))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-527)) (-5 *1 (-778 *3)) (-4 *3 (-979))))
((*1 *1 *2 *3)
- (-12 (-5 *2 (-110)) (-5 *3 (-525)) (-5 *1 (-776 *4)) (-4 *4 (-977))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
- ((*1 *1 *1 *1) (-12 (-5 *1 (-827 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *2) (-12 (-5 *2 (-713)) (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-934)) (-5 *2 (-385 (-525)))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1032)) (-5 *2 (-856))))
+ (-12 (-5 *2 (-112)) (-5 *3 (-527)) (-5 *1 (-778 *4)) (-4 *4 (-979))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
+ ((*1 *1 *1 *1) (-12 (-5 *1 (-829 *2)) (-4 *2 (-1022))))
+ ((*1 *1 *1 *2) (-12 (-5 *2 (-715)) (-5 *1 (-829 *3)) (-4 *3 (-1022))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-936)) (-5 *2 (-387 (-527)))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1034)) (-5 *2 (-858))))
((*1 *1 *1 *2)
- (-12 (-5 *2 (-525)) (-4 *1 (-1042 *3 *4 *5 *6)) (-4 *4 (-977))
- (-4 *5 (-218 *3 *4)) (-4 *6 (-218 *3 *4)) (-4 *4 (-341))))
+ (-12 (-5 *2 (-527)) (-4 *1 (-1044 *3 *4 *5 *6)) (-4 *4 (-979))
+ (-4 *5 (-220 *3 *4)) (-4 *6 (-220 *3 *4)) (-4 *4 (-343))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1078 *3))))
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1080 *3))))
((*1 *2 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-37 (-385 (-525))))
- (-5 *1 (-1079 *3))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-1165 *2)) (-4 *2 (-977)) (-4 *2 (-341)))))
-(((*1 *2 *3 *3) (-12 (-5 *3 (-525)) (-5 *2 (-108)) (-5 *1 (-514)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-501))) (-5 *2 (-1092)) (-5 *1 (-501)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *2)) (-5 *1 (-461 *2)) (-4 *2 (-1150 (-525))))))
-(((*1 *2 *1) (-12 (-4 *1 (-925 *2)) (-4 *2 (-517)) (-4 *2 (-510))))
- ((*1 *1 *1) (-4 *1 (-986))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-380)) (-5 *2 (-713))))
- ((*1 *1 *1) (-4 *1 (-380))))
-(((*1 *2 *3)
+ (-12 (-5 *2 (-1075 *3)) (-4 *3 (-37 (-387 (-527))))
+ (-5 *1 (-1081 *3))))
+ ((*1 *1 *1 *2) (-12 (-4 *1 (-1167 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *1 *1) (-4 *1 (-988))))
+(((*1 *2 *2) (|partial| -12 (-5 *1 (-545 *2)) (-4 *2 (-512)))))
+(((*1 *2 *3 *4 *4)
+ (-12 (-5 *3 (-594 *5)) (-5 *4 (-527)) (-4 *5 (-789)) (-4 *5 (-343))
+ (-5 *2 (-715)) (-5 *1 (-882 *5 *6)) (-4 *6 (-1152 *5)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1094))
+ (-4 *5 (-13 (-431) (-791) (-140) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-2 (|:| -3160 *3) (|:| |coeff| *3))) (-5 *1 (-520 *5 *3))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5))))))
+(((*1 *2 *3 *3 *3 *3)
+ (-12 (-5 *3 (-527)) (-5 *2 (-110)) (-5 *1 (-458)))))
+(((*1 *2 *2 *3)
(-12
- (-5 *3
- (-2 (|:| -4108 (-632 (-385 (-887 *4))))
- (|:| |vec| (-592 (-385 (-887 *4)))) (|:| -3085 (-713))
- (|:| |rows| (-592 (-525))) (|:| |cols| (-592 (-525)))))
- (-4 *4 (-13 (-286) (-138))) (-4 *5 (-13 (-789) (-567 (-1092))))
- (-4 *6 (-735))
(-5 *2
- (-2 (|:| |partsol| (-1174 (-385 (-887 *4))))
- (|:| -2103 (-592 (-1174 (-385 (-887 *4)))))))
- (-5 *1 (-859 *4 *5 *6 *7)) (-4 *7 (-884 *4 *6 *5)))))
-(((*1 *2 *1 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *2 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92))))
- ((*1 *2 *3 *3) (-12 (-5 *3 (-1075)) (-5 *2 (-357)) (-5 *1 (-92)))))
-(((*1 *2 *2) (|partial| -12 (-4 *1 (-916 *2)) (-4 *2 (-1114)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1174 (-294 (-205)))) (-5 *4 (-592 (-1092)))
- (-5 *2 (-632 (-294 (-205)))) (-5 *1 (-187))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-1020)) (-4 *6 (-835 *5)) (-5 *2 (-632 *6))
- (-5 *1 (-634 *5 *6 *3 *4)) (-4 *3 (-351 *6))
- (-4 *4 (-13 (-351 *5) (-10 -7 (-6 -4259)))))))
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *4))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *4)))))))
+ (-5 *3 (-594 *7)) (-4 *4 (-13 (-288) (-140)))
+ (-4 *7 (-886 *4 *6 *5)) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-5 *1 (-861 *4 *5 *6 *7)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-970 (-387 *2)))) (-5 *2 (-527))
+ (-5 *1 (-113 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-512))
+ (-5 *2 (-387 (-527)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-398 *3)) (-4 *3 (-512))
+ (-4 *3 (-519))))
+ ((*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-387 (-527)))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-741 *3)) (-4 *3 (-162)) (-4 *3 (-512))
+ (-5 *2 (-387 (-527)))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-777 *3)) (-4 *3 (-512))
+ (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-784 *3)) (-4 *3 (-512))
+ (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-931 *3)) (-4 *3 (-162)) (-4 *3 (-512))
+ (-5 *2 (-387 (-527)))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-387 (-527))) (-5 *1 (-942 *3)) (-4 *3 (-970 *2)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
(((*1 *2 *3)
(|partial| -12
(-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
+ (-2 (|:| |var| (-1094)) (|:| |fn| (-296 (-207)))
+ (|:| -1792 (-1017 (-784 (-207)))) (|:| |abserr| (-207))
+ (|:| |relerr| (-207))))
(-5 *2
(-2
(|:| |endPointContinuity|
@@ -16625,1533 +16722,1436 @@
(|:| |notEvaluated|
"End point continuity not yet evaluated")))
(|:| |singularitiesStream|
- (-3 (|:| |str| (-1073 (-205)))
+ (-3 (|:| |str| (-1075 (-207)))
(|:| |notEvaluated|
"Internal singularities not yet evaluated")))
- (|:| -1777
+ (|:| -1792
(-3 (|:| |finite| "The range is finite")
(|:| |lowerInfinite| "The bottom 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 (-520)))))
-(((*1 *1 *1 *1) (-4 *1 (-286))) ((*1 *1 *1 *1) (-5 *1 (-713)))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
+ (-5 *1 (-522)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-55 *3 *4 *5)) (-4 *3 (-1130)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-5 *2 (-527))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-5 *2 (-527)))))
+(((*1 *1 *1 *1) (-4 *1 (-288))) ((*1 *1 *1 *1) (-5 *1 (-715)))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3 *4)
+ (|partial| -12 (-5 *4 (-1094)) (-4 *5 (-569 (-829 (-527))))
+ (-4 *5 (-823 (-527)))
+ (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527))))
+ (-5 *2 (-2 (|:| |special| *3) (|:| |integrand| *3)))
+ (-5 *1 (-530 *5 *3)) (-4 *3 (-580))
+ (-4 *3 (-13 (-27) (-1116) (-410 *5)))))
+ ((*1 *2 *2 *3 *4 *4)
+ (|partial| -12 (-5 *3 (-1094)) (-5 *4 (-784 *2)) (-4 *2 (-1058))
+ (-4 *2 (-13 (-27) (-1116) (-410 *5)))
+ (-4 *5 (-569 (-829 (-527)))) (-4 *5 (-823 (-527)))
+ (-4 *5 (-13 (-791) (-970 (-527)) (-431) (-590 (-527))))
+ (-5 *1 (-530 *5 *2)))))
+(((*1 *2 *3) (-12 (-5 *3 (-1077)) (-5 *2 (-858)) (-5 *1 (-730)))))
+(((*1 *2 *2 *2)
+ (-12 (-5 *2 (-634 *3))
+ (-4 *3 (-13 (-288) (-10 -8 (-15 -3488 ((-398 $) $)))))
+ (-4 *4 (-1152 *3)) (-5 *1 (-474 *3 *4 *5)) (-4 *5 (-389 *3 *4)))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-1152 *2)) (-4 *2 (-979)) (-4 *2 (-519)))))
+(((*1 *1) (-5 *1 (-137)))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-244))) (-5 *2 (-1054 (-207))) (-5 *1 (-242))))
+ ((*1 *1 *2) (-12 (-5 *2 (-1054 (-207))) (-5 *1 (-244)))))
(((*1 *2 *1)
- (-12 (-4 *2 (-1150 *3)) (-5 *1 (-377 *3 *2))
- (-4 *3 (-13 (-341) (-138))))))
+ (-12 (-5 *2 (-1024 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1)
+ (-12 (-5 *2 (-1024 *3)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1 *1)
+ (|partial| -12 (-5 *2 (-2 (|:| |lm| (-763 *3)) (|:| |rm| (-763 *3))))
+ (-5 *1 (-763 *3)) (-4 *3 (-791))))
+ ((*1 *1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-1176 *5)) (-4 *5 (-736)) (-5 *2 (-110))
+ (-5 *1 (-786 *4 *5)) (-14 *4 (-715)))))
+(((*1 *2 *1 *3) (-12 (-5 *3 (-1041)) (-5 *2 (-110)) (-5 *1 (-765)))))
+(((*1 *2 *3 *4 *5 *6)
+ (-12 (-5 *5 (-594 (-594 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-594 (-3 (|:| |array| (-594 *3)) (|:| |scalar| (-1094)))))
+ (-5 *6 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1026))
+ (-5 *1 (-377))))
+ ((*1 *2 *3 *4 *5 *6 *3)
+ (-12 (-5 *5 (-594 (-594 (-3 (|:| |array| *6) (|:| |scalar| *3)))))
+ (-5 *4 (-594 (-3 (|:| |array| (-594 *3)) (|:| |scalar| (-1094)))))
+ (-5 *6 (-594 (-1094))) (-5 *3 (-1094)) (-5 *2 (-1026))
+ (-5 *1 (-377))))
+ ((*1 *2 *3 *4 *5 *4)
+ (-12 (-5 *4 (-594 (-1094))) (-5 *5 (-1097)) (-5 *3 (-1094))
+ (-5 *2 (-1026)) (-5 *1 (-377)))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-256 *3 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *3)))))
+ (-12 (-4 *3 (-13 (-519) (-791) (-970 (-527)))) (-5 *1 (-172 *3 *2))
+ (-4 *2 (-13 (-27) (-1116) (-410 (-159 *3))))))
((*1 *2 *2 *3)
- (-12 (-5 *3 (-1092))
- (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-256 *4 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5))
- (-5 *2 (-2 (|:| -2682 (-592 *6)) (|:| -2046 (-592 *6)))))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1 *2 (-713) *2)) (-5 *4 (-713)) (-4 *2 (-1020))
- (-5 *1 (-622 *2))))
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-519) (-791) (-970 (-527))))
+ (-5 *1 (-172 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 (-159 *4))))))
((*1 *2 *2)
- (-12 (-5 *2 (-1 *3 (-713) *3)) (-4 *3 (-1020)) (-5 *1 (-625 *3)))))
+ (-12 (-4 *3 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1120 *3 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *3)))))
+ ((*1 *2 *2 *3)
+ (-12 (-5 *3 (-1094))
+ (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *1 (-1120 *4 *2)) (-4 *2 (-13 (-27) (-1116) (-410 *4))))))
(((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-255 *3 *2))
- (-4 *2 (-13 (-408 *3) (-934))))))
-(((*1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-713)) (-4 *1 (-1150 *3)) (-4 *3 (-977)))))
-(((*1 *1 *2 *3 *3 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-108)) (-5 *1 (-827 *4))
- (-4 *4 (-1020)))))
-(((*1 *2 *3 *4 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-690)))))
-(((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-713)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1175))))
- ((*1 *2 *1 *3 *3 *4 *4)
- (-12 (-5 *3 (-713)) (-5 *4 (-856)) (-5 *2 (-1179)) (-5 *1 (-1176)))))
-(((*1 *2 *1 *1)
- (|partial| -12 (-5 *2 (-2 (|:| |lm| (-761 *3)) (|:| |rm| (-761 *3))))
- (-5 *1 (-761 *3)) (-4 *3 (-789))))
- ((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*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 (-632 (-205))) (-5 *5 (-108)) (-5 *6 (-205))
- (-5 *7 (-632 (-525)))
- (-5 *8 (-3 (|:| |fn| (-366)) (|:| |fp| (-78 CONFUN))))
- (-5 *9 (-3 (|:| |fn| (-366)) (|:| |fp| (-75 OBJFUN))))
- (-5 *3 (-525)) (-5 *2 (-966)) (-5 *1 (-696)))))
-(((*1 *1) (-12 (-4 *1 (-403 *2)) (-4 *2 (-346)) (-4 *2 (-1020)))))
-(((*1 *1 *2) (-12 (-5 *2 (-169)) (-5 *1 (-228)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1075)) (-5 *2 (-195 (-475))) (-5 *1 (-777)))))
-(((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-305 *3)) (-4 *3 (-1128))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-713)) (-5 *1 (-488 *3 *4)) (-4 *3 (-1128))
- (-14 *4 (-525)))))
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *2 *1) (-12 (-4 *1 (-1068 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-842 (-527))) (-5 *4 (-527)) (-5 *2 (-634 *4))
+ (-5 *1 (-961 *5)) (-4 *5 (-979))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-527))) (-5 *2 (-634 (-527))) (-5 *1 (-961 *4))
+ (-4 *4 (-979))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-842 (-527)))) (-5 *4 (-527))
+ (-5 *2 (-594 (-634 *4))) (-5 *1 (-961 *5)) (-4 *5 (-979))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-594 (-527)))) (-5 *2 (-594 (-634 (-527))))
+ (-5 *1 (-961 *4)) (-4 *4 (-979)))))
+(((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1022))
+ (-4 *6 (-1022)) (-4 *2 (-1022)) (-5 *1 (-626 *5 *6 *2)))))
(((*1 *2 *3)
- (-12 (-5 *2 (-1094 (-385 (-525)))) (-5 *1 (-172)) (-5 *3 (-525)))))
-(((*1 *1 *1 *1) (-5 *1 (-798))))
-(((*1 *1 *2 *1)
- (-12 (-5 *2 (-1 *4 *4)) (-4 *1 (-304 *3 *4)) (-4 *3 (-977))
- (-4 *4 (-734)))))
-(((*1 *2 *3) (-12 (-5 *3 (-357)) (-5 *2 (-1075)) (-5 *1 (-284)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-228)))))
+ (-12 (-5 *2 (-1 (-207) (-207))) (-5 *1 (-298)) (-5 *3 (-207)))))
+(((*1 *1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-226 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1181)) (-5 *1 (-230)))))
(((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-154 *2)) (-4 *2 (-160)) (-4 *2 (-517))))
+ (|partial| -12 (-4 *1 (-156 *2)) (-4 *2 (-162)) (-4 *2 (-519))))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-304 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734))
- (-4 *2 (-517))))
- ((*1 *1 *1 *1) (|partial| -4 *1 (-517)))
+ (|partial| -12 (-4 *1 (-306 *2 *3)) (-4 *2 (-979)) (-4 *3 (-736))
+ (-4 *2 (-519))))
+ ((*1 *1 *1 *1) (|partial| -4 *1 (-519)))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-630 *2 *3 *4)) (-4 *2 (-977))
- (-4 *3 (-351 *2)) (-4 *4 (-351 *2)) (-4 *2 (-517))))
- ((*1 *1 *1 *1) (|partial| -5 *1 (-713)))
+ (|partial| -12 (-4 *1 (-632 *2 *3 *4)) (-4 *2 (-979))
+ (-4 *3 (-353 *2)) (-4 *4 (-353 *2)) (-4 *2 (-519))))
+ ((*1 *1 *1 *1) (|partial| -5 *1 (-715)))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-791 *2)) (-4 *2 (-977)) (-4 *2 (-517))))
- ((*1 *1 *1 *1) (-5 *1 (-798)))
+ (|partial| -12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-519))))
+ ((*1 *1 *1 *1) (-5 *1 (-800)))
((*1 *2 *2 *3)
- (-12 (-5 *2 (-1174 *4)) (-4 *4 (-1150 *3)) (-4 *3 (-517))
- (-5 *1 (-903 *3 *4))))
+ (-12 (-5 *2 (-1176 *4)) (-4 *4 (-1152 *3)) (-4 *3 (-519))
+ (-5 *1 (-905 *3 *4))))
((*1 *1 *1 *2)
- (|partial| -12 (-4 *1 (-980 *3 *4 *2 *5 *6)) (-4 *2 (-977))
- (-4 *5 (-218 *4 *2)) (-4 *6 (-218 *3 *2)) (-4 *2 (-517))))
+ (|partial| -12 (-4 *1 (-982 *3 *4 *2 *5 *6)) (-4 *2 (-979))
+ (-4 *5 (-220 *4 *2)) (-4 *6 (-220 *3 *2)) (-4 *2 (-519))))
((*1 *2 *2 *2)
- (|partial| -12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-366)) (-5 *1 (-414))))
- ((*1 *2 *2 *2) (-12 (-5 *2 (-366)) (-5 *1 (-414)))))
-(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177))))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-1177)))))
-(((*1 *2 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-341) (-787)))
- (-5 *2 (-2 (|:| |start| *3) (|:| -2868 (-396 *3))))
- (-5 *1 (-167 *4 *3)) (-4 *3 (-1150 (-157 *4))))))
-(((*1 *2 *3 *3 *4 *4)
- (-12 (-5 *3 (-632 (-205))) (-5 *4 (-525)) (-5 *2 (-966))
- (-5 *1 (-691)))))
-(((*1 *2 *3 *4 *5 *6 *5)
- (-12 (-5 *4 (-157 (-205))) (-5 *5 (-525)) (-5 *6 (-1075))
- (-5 *3 (-205)) (-5 *2 (-966)) (-5 *1 (-701)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-713)) (-5 *1 (-42 *4 *3))
- (-4 *3 (-395 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-396 *5)) (-4 *5 (-517))
+ (|partial| -12 (-5 *2 (-1075 *3)) (-4 *3 (-979)) (-5 *1 (-1079 *3)))))
+(((*1 *2 *3 *4 *2 *5)
+ (-12 (-5 *3 (-594 *8)) (-5 *4 (-594 (-829 *6)))
+ (-5 *5 (-1 (-826 *6 *8) *8 (-829 *6) (-826 *6 *8))) (-4 *6 (-1022))
+ (-4 *8 (-13 (-979) (-569 (-829 *6)) (-970 *7))) (-5 *2 (-826 *6 *8))
+ (-4 *7 (-13 (-979) (-791))) (-5 *1 (-878 *6 *7 *8)))))
+(((*1 *2 *3 *4 *5 *6 *7)
+ (-12 (-5 *3 (-634 *11)) (-5 *4 (-594 (-387 (-889 *8))))
+ (-5 *5 (-715)) (-5 *6 (-1077)) (-4 *8 (-13 (-288) (-140)))
+ (-4 *11 (-886 *8 *10 *9)) (-4 *9 (-13 (-791) (-569 (-1094))))
+ (-4 *10 (-737))
(-5 *2
- (-2 (|:| -2168 (-713)) (|:| -2681 *5) (|:| |radicand| (-592 *5))))
- (-5 *1 (-298 *5)) (-5 *4 (-713))))
- ((*1 *1 *1 *2) (-12 (-4 *1 (-934)) (-5 *2 (-525)))))
-(((*1 *1 *2)
+ (-2
+ (|:| |rgl|
+ (-594
+ (-2 (|:| |eqzro| (-594 *11)) (|:| |neqzro| (-594 *11))
+ (|:| |wcond| (-594 (-889 *8)))
+ (|:| |bsoln|
+ (-2 (|:| |partsol| (-1176 (-387 (-889 *8))))
+ (|:| -1878 (-594 (-1176 (-387 (-889 *8))))))))))
+ (|:| |rgsz| (-527))))
+ (-5 *1 (-861 *8 *9 *10 *11)) (-5 *7 (-527)))))
+(((*1 *2 *3 *4 *3)
+ (|partial| -12 (-5 *4 (-1 *6 *6)) (-4 *6 (-1152 *5)) (-4 *5 (-343))
+ (-5 *2 (-2 (|:| -3160 (-387 *6)) (|:| |coeff| (-387 *6))))
+ (-5 *1 (-537 *5 *6)) (-5 *3 (-387 *6)))))
+(((*1 *1 *1) (-12 (-4 *1 (-226 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1 *3 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-1136 *4)) (-4 *4 (-979)) (-4 *4 (-519))
+ (-5 *2 (-387 (-889 *4)))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-527)) (-4 *1 (-1136 *4)) (-4 *4 (-979)) (-4 *4 (-519))
+ (-5 *2 (-387 (-889 *4))))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-374))))
+ ((*1 *2 *1 *2) (-12 (-5 *2 (-594 (-1077))) (-5 *1 (-1111)))))
+(((*1 *1) (-4 *1 (-23))) ((*1 *1) (-4 *1 (-33)))
+ ((*1 *1)
+ (-12 (-5 *1 (-132 *2 *3 *4)) (-14 *2 (-527)) (-14 *3 (-715))
+ (-4 *4 (-162))))
+ ((*1 *1) (-4 *1 (-671))) ((*1 *1) (-5 *1 (-1094))))
+(((*1 *2 *2 *2) (-12 (-5 *2 (-207)) (-5 *1 (-208))))
+ ((*1 *2 *2 *2) (-12 (-5 *2 (-159 (-207))) (-5 *1 (-208))))
+ ((*1 *2 *2 *2)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-411 *3 *2))
+ (-4 *2 (-410 *3))))
+ ((*1 *1 *1 *1) (-4 *1 (-1058))))
+(((*1 *2 *1) (-12 (-5 *2 (-594 (-567 *1))) (-4 *1 (-283)))))
+(((*1 *2 *3 *4 *2 *5 *6)
+ (-12
+ (-5 *5
+ (-2 (|:| |done| (-594 *11))
+ (|:| |todo| (-594 (-2 (|:| |val| *3) (|:| -1296 *11))))))
+ (-5 *6 (-715))
+ (-5 *2 (-594 (-2 (|:| |val| (-594 *10)) (|:| -1296 *11))))
+ (-5 *3 (-594 *10)) (-5 *4 (-594 *11)) (-4 *10 (-993 *7 *8 *9))
+ (-4 *11 (-998 *7 *8 *9 *10)) (-4 *7 (-431)) (-4 *8 (-737))
+ (-4 *9 (-791)) (-5 *1 (-996 *7 *8 *9 *10 *11))))
+ ((*1 *2 *3 *4 *2 *5 *6)
(-12
+ (-5 *5
+ (-2 (|:| |done| (-594 *11))
+ (|:| |todo| (-594 (-2 (|:| |val| *3) (|:| -1296 *11))))))
+ (-5 *6 (-715))
+ (-5 *2 (-594 (-2 (|:| |val| (-594 *10)) (|:| -1296 *11))))
+ (-5 *3 (-594 *10)) (-5 *4 (-594 *11)) (-4 *10 (-993 *7 *8 *9))
+ (-4 *11 (-1031 *7 *8 *9 *10)) (-4 *7 (-431)) (-4 *8 (-737))
+ (-4 *9 (-791)) (-5 *1 (-1064 *7 *8 *9 *10 *11)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-288)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4))
(-5 *2
- (-592
- (-2
- (|:| -1556
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (|:| -3448
- (-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| (-1073 (-205)))
- (|:| |notEvaluated|
- "Internal singularities not yet evaluated")))
- (|:| -1777
- (-3 (|:| |finite| "The range is finite")
- (|:| |lowerInfinite|
- "The bottom 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 (-520)))))
-(((*1 *2 *3 *2 *4)
- (|partial| -12 (-5 *4 (-1 (-3 (-525) "failed") *5)) (-4 *5 (-977))
- (-5 *2 (-525)) (-5 *1 (-508 *5 *3)) (-4 *3 (-1150 *5))))
+ (-2 (|:| |Smith| *3) (|:| |leftEqMat| *3) (|:| |rightEqMat| *3)))
+ (-5 *1 (-1045 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800)))))
+(((*1 *2 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *2 (-968))
+ (-5 *1 (-692)))))
+(((*1 *2 *1) (-12 (-5 *2 (-1094)) (-5 *1 (-766)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-1025 *3 *4 *5 *6 *7)) (-4 *3 (-1022)) (-4 *4 (-1022))
+ (-4 *5 (-1022)) (-4 *6 (-1022)) (-4 *7 (-1022)) (-5 *2 (-110)))))
+(((*1 *2 *3 *3 *1)
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *3 (-993 *4 *5 *6)) (-5 *2 (-3 *3 (-594 *1)))
+ (-4 *1 (-998 *4 *5 *6 *3)))))
+(((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 *5 *3)) (-5 *4 (-829 *5)) (-4 *5 (-1022))
+ (-4 *3 (-156 *6)) (-4 (-889 *6) (-823 *5))
+ (-4 *6 (-13 (-823 *5) (-162))) (-5 *1 (-167 *5 *6 *3))))
+ ((*1 *2 *1 *3 *2)
+ (-12 (-5 *2 (-826 *4 *1)) (-5 *3 (-829 *4)) (-4 *1 (-823 *4))
+ (-4 *4 (-1022))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 *5 *6)) (-5 *4 (-829 *5)) (-4 *5 (-1022))
+ (-4 *6 (-13 (-1022) (-970 *3))) (-4 *3 (-823 *5))
+ (-5 *1 (-868 *5 *3 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 *5 *3)) (-4 *5 (-1022))
+ (-4 *3 (-13 (-410 *6) (-569 *4) (-823 *5) (-970 (-567 $))))
+ (-5 *4 (-829 *5)) (-4 *6 (-13 (-519) (-791) (-823 *5)))
+ (-5 *1 (-869 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 (-527) *3)) (-5 *4 (-829 (-527))) (-4 *3 (-512))
+ (-5 *1 (-870 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 *5 *6)) (-5 *3 (-567 *6)) (-4 *5 (-1022))
+ (-4 *6 (-13 (-791) (-970 (-567 $)) (-569 *4) (-823 *5)))
+ (-5 *4 (-829 *5)) (-5 *1 (-871 *5 *6))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-822 *5 *6 *3)) (-5 *4 (-829 *5)) (-4 *5 (-1022))
+ (-4 *6 (-823 *5)) (-4 *3 (-614 *6)) (-5 *1 (-872 *5 *6 *3))))
((*1 *2 *3 *4 *2 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-525) "failed") *4)) (-4 *4 (-977))
- (-5 *2 (-525)) (-5 *1 (-508 *4 *3)) (-4 *3 (-1150 *4))))
- ((*1 *2 *3 *4 *5)
- (|partial| -12 (-5 *5 (-1 (-3 (-525) "failed") *4)) (-4 *4 (-977))
- (-5 *2 (-525)) (-5 *1 (-508 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1179)) (-5 *1 (-764)))))
-(((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 (-713))) (-5 *3 (-108)) (-5 *1 (-1081 *4 *5))
- (-14 *4 (-856)) (-4 *5 (-977)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-599 (-385 *2))) (-4 *2 (-1150 *4)) (-5 *1 (-752 *4 *2))
- (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525)))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-600 *2 (-385 *2))) (-4 *2 (-1150 *4))
- (-5 *1 (-752 *4 *2))
- (-4 *4 (-13 (-341) (-138) (-968 (-525)) (-968 (-385 (-525))))))))
-(((*1 *2 *2 *3)
- (|partial| -12 (-5 *2 (-592 (-1088 *4))) (-5 *3 (-1088 *4))
- (-4 *4 (-844)) (-5 *1 (-609 *4)))))
-(((*1 *2 *3)
+ (-12 (-5 *5 (-1 (-826 *6 *3) *8 (-829 *6) (-826 *6 *3)))
+ (-4 *8 (-791)) (-5 *2 (-826 *6 *3)) (-5 *4 (-829 *6))
+ (-4 *6 (-1022)) (-4 *3 (-13 (-886 *9 *7 *8) (-569 *4)))
+ (-4 *7 (-737)) (-4 *9 (-13 (-979) (-791) (-823 *6)))
+ (-5 *1 (-873 *6 *7 *8 *9 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 *5 *3)) (-4 *5 (-1022))
+ (-4 *3 (-13 (-886 *8 *6 *7) (-569 *4))) (-5 *4 (-829 *5))
+ (-4 *7 (-823 *5)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *8 (-13 (-979) (-791) (-823 *5))) (-5 *1 (-873 *5 *6 *7 *8 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 *5 *3)) (-4 *5 (-1022)) (-4 *3 (-927 *6))
+ (-4 *6 (-13 (-519) (-823 *5) (-569 *4))) (-5 *4 (-829 *5))
+ (-5 *1 (-876 *5 *6 *3))))
+ ((*1 *2 *3 *4 *2)
+ (-12 (-5 *2 (-826 *5 (-1094))) (-5 *3 (-1094)) (-5 *4 (-829 *5))
+ (-4 *5 (-1022)) (-5 *1 (-877 *5))))
+ ((*1 *2 *3 *4 *5 *2 *6)
+ (-12 (-5 *4 (-594 (-829 *7))) (-5 *5 (-1 *9 (-594 *9)))
+ (-5 *6 (-1 (-826 *7 *9) *9 (-829 *7) (-826 *7 *9))) (-4 *7 (-1022))
+ (-4 *9 (-13 (-979) (-569 (-829 *7)) (-970 *8))) (-5 *2 (-826 *7 *9))
+ (-5 *3 (-594 *9)) (-4 *8 (-13 (-979) (-791)))
+ (-5 *1 (-878 *7 *8 *9)))))
+(((*1 *2 *1 *1)
(-12
- (-5 *3
- (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))
- (-5 *2 (-592 (-1092))) (-5 *1 (-246))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-1088 *7)) (-4 *7 (-884 *6 *4 *5)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-977)) (-5 *2 (-592 *5))
- (-5 *1 (-299 *4 *5 *6 *7))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 (-1092))) (-5 *1 (-317 *3 *4 *5)) (-14 *3 *2)
- (-14 *4 *2) (-4 *5 (-365))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-408 *3)) (-4 *3 (-789)) (-5 *2 (-592 (-1092)))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-592 (-827 *3))) (-5 *1 (-827 *3)) (-4 *3 (-1020))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-884 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-592 *5))))
- ((*1 *2 *3)
- (-12 (-4 *4 (-735)) (-4 *5 (-789)) (-4 *6 (-977))
- (-4 *7 (-884 *6 *4 *5)) (-5 *2 (-592 *5))
- (-5 *1 (-885 *4 *5 *6 *7 *3))
- (-4 *3
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $)))))))
- ((*1 *2 *1)
- (-12 (-5 *2 (-1022 (-1092))) (-5 *1 (-900 *3)) (-4 *3 (-901))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-906 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-734))
- (-4 *5 (-789)) (-5 *2 (-592 *5))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-909 *3 *4 *5 *6)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-5 *2 (-592 *5))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-385 (-887 *4))) (-4 *4 (-517)) (-5 *2 (-592 (-1092)))
- (-5 *1 (-973 *4)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-1092)) (-4 *5 (-341)) (-5 *2 (-592 (-1123 *5)))
- (-5 *1 (-1182 *5)) (-5 *4 (-1123 *5)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1092)) (-5 *2 (-1 *6 *5)) (-5 *1 (-649 *4 *5 *6))
- (-4 *4 (-567 (-501))) (-4 *5 (-1128)) (-4 *6 (-1128)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-1 *2 *6)) (-5 *4 (-1 *6 *5)) (-4 *5 (-1020))
- (-4 *6 (-1020)) (-4 *2 (-1020)) (-5 *1 (-624 *5 *6 *2)))))
-(((*1 *1 *1 *2) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *1) (-12 (-4 *1 (-1018 *2)) (-4 *2 (-1020)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-1073 *3)) (-4 *3 (-977)) (-5 *1 (-1077 *3))))
- ((*1 *1 *1)
- (-12 (-5 *1 (-1166 *2 *3 *4)) (-4 *2 (-977)) (-14 *3 (-1092))
- (-14 *4 *2))))
-(((*1 *2 *3)
- (|partial| -12
- (-5 *3
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *2
- (-2 (|:| |stiffness| (-357)) (|:| |stability| (-357))
- (|:| |expense| (-357)) (|:| |accuracy| (-357))
- (|:| |intermediateResults| (-357))))
- (-5 *1 (-745)))))
-(((*1 *2 *1) (-12 (-4 *1 (-1020)) (-5 *2 (-1075)))))
-(((*1 *2 *3)
+ (-5 *2
+ (-2 (|:| |lm| (-366 *3)) (|:| |mm| (-366 *3)) (|:| |rm| (-366 *3))))
+ (-5 *1 (-366 *3)) (-4 *3 (-1022))))
+ ((*1 *2 *1 *1)
(-12
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
(-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 (-174)))))
-(((*1 *2 *2) (-12 (-5 *2 (-157 (-205))) (-5 *1 (-206))))
- ((*1 *2 *2) (-12 (-5 *2 (-205)) (-5 *1 (-206))))
- ((*1 *2 *2)
- (-12 (-4 *3 (-13 (-789) (-517))) (-5 *1 (-409 *3 *2))
- (-4 *2 (-408 *3))))
- ((*1 *1 *1) (-4 *1 (-1056))))
-(((*1 *1 *1) (-12 (-4 *1 (-224 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *1) (-12 (-5 *2 (-592 (-565 *1))) (-4 *1 (-281)))))
-(((*1 *2 *3 *4 *2)
- (-12 (-5 *3 (-1088 (-385 (-1088 *2)))) (-5 *4 (-565 *2))
- (-4 *2 (-13 (-408 *5) (-27) (-1114)))
- (-4 *5 (-13 (-429) (-968 (-525)) (-789) (-138) (-588 (-525))))
- (-5 *1 (-521 *5 *2 *6)) (-4 *6 (-1020))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1088 *1)) (-4 *1 (-884 *4 *5 *3)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *3 (-789))))
- ((*1 *1 *2 *3)
- (-12 (-5 *2 (-1088 *4)) (-4 *4 (-977)) (-4 *1 (-884 *4 *5 *3))
- (-4 *5 (-735)) (-4 *3 (-789))))
+ (-2 (|:| |lm| (-763 *3)) (|:| |mm| (-763 *3)) (|:| |rm| (-763 *3))))
+ (-5 *1 (-763 *3)) (-4 *3 (-791)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-1017 *3)) (-5 *1 (-1015 *3)) (-4 *3 (-1130))))
+ ((*1 *1 *2 *2) (-12 (-4 *1 (-1016 *2)) (-4 *2 (-1130))))
+ ((*1 *1 *2) (-12 (-5 *1 (-1143 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1) (-12 (-4 *1 (-970 (-527))) (-4 *1 (-283)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-4 *1 (-512)) (-5 *2 (-110))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-842 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1) (|partial| -12 (-5 *2 (-1026)) (-5 *1 (-261)))))
+(((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-923 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7))))
+ ((*1 *2 *3 *3)
+ (-12 (-5 *3 (-594 *7)) (-4 *7 (-993 *4 *5 *6)) (-4 *4 (-431))
+ (-4 *5 (-737)) (-4 *6 (-791)) (-5 *2 (-110))
+ (-5 *1 (-1029 *4 *5 *6 *7 *8)) (-4 *8 (-998 *4 *5 *6 *7)))))
+(((*1 *1 *2) (-12 (-5 *2 (-594 *1)) (-4 *1 (-283))))
+ ((*1 *1 *1) (-4 *1 (-283)))
+ ((*1 *1 *2) (-12 (-5 *2 (-594 (-800))) (-5 *1 (-800))))
+ ((*1 *1 *1) (-5 *1 (-800))))
+(((*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-110)))))
+(((*1 *1 *1) (-12 (-5 *1 (-1117 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-347 *4)) (-4 *4 (-162))
+ (-5 *2 (-1176 (-634 *4)))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-1176 (-634 *4))) (-5 *1 (-396 *3 *4))
+ (-4 *3 (-397 *4))))
+ ((*1 *2)
+ (-12 (-4 *1 (-397 *3)) (-4 *3 (-162)) (-5 *2 (-1176 (-634 *3)))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-1088 *2))) (-4 *5 (-735)) (-4 *4 (-789))
- (-4 *6 (-977))
- (-4 *2
- (-13 (-341)
- (-10 -8 (-15 -4100 ($ *7)) (-15 -4066 (*7 $)) (-15 -4080 (*7 $)))))
- (-5 *1 (-885 *5 *4 *6 *7 *2)) (-4 *7 (-884 *6 *5 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-385 (-1088 (-385 (-887 *5))))) (-5 *4 (-1092))
- (-5 *2 (-385 (-887 *5))) (-5 *1 (-973 *5)) (-4 *5 (-517)))))
-(((*1 *1 *1 *2) (-12 (-5 *2 (-592 (-798))) (-5 *1 (-1092)))))
-(((*1 *2 *2 *1) (-12 (-4 *1 (-1040 *2)) (-4 *2 (-1128)))))
+ (-12 (-5 *3 (-594 (-1094))) (-4 *5 (-343))
+ (-5 *2 (-1176 (-634 (-387 (-889 *5))))) (-5 *1 (-1010 *5))
+ (-5 *4 (-634 (-387 (-889 *5))))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-1094))) (-4 *5 (-343))
+ (-5 *2 (-1176 (-634 (-889 *5)))) (-5 *1 (-1010 *5))
+ (-5 *4 (-634 (-889 *5)))))
+ ((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-634 *4))) (-4 *4 (-343))
+ (-5 *2 (-1176 (-634 *4))) (-5 *1 (-1010 *4)))))
+(((*1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-1094))) (-5 *3 (-51)) (-5 *1 (-829 *4))
+ (-4 *4 (-1022)))))
(((*1 *2 *2 *3)
- (-12 (-5 *2 (-1092)) (-5 *3 (-592 (-501))) (-5 *1 (-501)))))
+ (-12 (-5 *2 (-1094)) (-5 *3 (-594 (-503))) (-5 *1 (-503)))))
+(((*1 *2 *3 *3)
+ (-12 (-4 *4 (-13 (-288) (-140))) (-4 *5 (-13 (-791) (-569 (-1094))))
+ (-4 *6 (-737)) (-4 *7 (-886 *4 *6 *5))
+ (-5 *2
+ (-2 (|:| |sysok| (-110)) (|:| |z0| (-594 *7)) (|:| |n0| (-594 *7))))
+ (-5 *1 (-861 *4 *5 *6 *7)) (-5 *3 (-594 *7)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-426 *3 *4 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 (-294 (-205)))) (-5 *2 (-108)) (-5 *1 (-246)))))
+ (-12 (-5 *2 (-110)) (-5 *1 (-421 *3)) (-4 *3 (-1152 (-527))))))
(((*1 *2 *2 *3)
- (-12 (-4 *3 (-341)) (-5 *1 (-956 *3 *2)) (-4 *2 (-602 *3))))
- ((*1 *2 *3 *4)
- (-12 (-4 *5 (-341)) (-5 *2 (-2 (|:| -1537 *3) (|:| -1534 (-592 *5))))
- (-5 *1 (-956 *5 *3)) (-5 *4 (-592 *5)) (-4 *3 (-602 *5)))))
-(((*1 *2 *1 *1)
- (-12 (-4 *1 (-991 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-735))
- (-4 *5 (-789)) (-5 *2 (-108)))))
-(((*1 *2 *3 *3)
- (-12 (-4 *4 (-517)) (-5 *2 (-2 (|:| |coef1| *3) (|:| -2772 *3)))
- (-5 *1 (-903 *4 *3)) (-4 *3 (-1150 *4)))))
-(((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1045 *4 *3 *5))) (-4 *4 (-37 (-385 (-525))))
- (-4 *4 (-977)) (-4 *3 (-789)) (-5 *1 (-1045 *4 *3 *5))
- (-4 *5 (-884 *4 (-497 *3) *3))))
- ((*1 *1 *2 *3 *4)
- (-12 (-5 *2 (-1 (-1123 *4))) (-5 *3 (-1092)) (-5 *1 (-1123 *4))
- (-4 *4 (-37 (-385 (-525)))) (-4 *4 (-977)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-259)))))
-(((*1 *2)
- (-12 (-4 *3 (-977)) (-5 *2 (-892 (-655 *3 *4))) (-5 *1 (-655 *3 *4))
- (-4 *4 (-1150 *3)))))
-(((*1 *1 *2 *3)
- (-12 (-4 *1 (-46 *2 *3)) (-4 *2 (-977)) (-4 *3 (-734))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-592 (-856))) (-5 *1 (-143 *4 *2 *5)) (-14 *4 (-856))
- (-4 *2 (-341)) (-14 *5 (-926 *4 *2))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-656 *5 *6 *7)) (-4 *5 (-789))
- (-4 *6 (-218 (-2827 *4) (-713)))
- (-14 *7
- (-1 (-108) (-2 (|:| -1722 *5) (|:| -2168 *6))
- (-2 (|:| -1722 *5) (|:| -2168 *6))))
- (-14 *4 (-592 (-1092))) (-4 *2 (-160))
- (-5 *1 (-438 *4 *2 *5 *6 *7 *8)) (-4 *8 (-884 *2 *6 (-800 *4)))))
- ((*1 *1 *2 *3)
- (-12 (-4 *1 (-481 *2 *3)) (-4 *2 (-1020)) (-4 *3 (-789))))
- ((*1 *1 *2 *3)
- (-12 (-5 *3 (-525)) (-4 *2 (-517)) (-5 *1 (-573 *2 *4))
- (-4 *4 (-1150 *2))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-651 *2)) (-4 *2 (-977))))
- ((*1 *1 *2 *3)
- (-12 (-5 *1 (-678 *2 *3)) (-4 *2 (-977)) (-4 *3 (-669))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *5)) (-5 *3 (-592 (-713))) (-4 *1 (-683 *4 *5))
- (-4 *4 (-977)) (-4 *5 (-789))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-683 *4 *2)) (-4 *4 (-977))
- (-4 *2 (-789))))
- ((*1 *1 *2 *3) (-12 (-5 *3 (-713)) (-4 *1 (-791 *2)) (-4 *2 (-977))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *6)) (-5 *3 (-592 (-713))) (-4 *1 (-884 *4 *5 *6))
- (-4 *4 (-977)) (-4 *5 (-735)) (-4 *6 (-789))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *3 (-713)) (-4 *1 (-884 *4 *5 *2)) (-4 *4 (-977))
- (-4 *5 (-735)) (-4 *2 (-789))))
- ((*1 *1 *1 *2 *3)
- (-12 (-5 *2 (-592 *6)) (-5 *3 (-592 *5)) (-4 *1 (-906 *4 *5 *6))
- (-4 *4 (-977)) (-4 *5 (-734)) (-4 *6 (-789))))
- ((*1 *1 *1 *2 *3)
- (-12 (-4 *1 (-906 *4 *3 *2)) (-4 *4 (-977)) (-4 *3 (-734))
- (-4 *2 (-789)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-861))))
- ((*1 *2 *1) (-12 (-5 *2 (-1015 (-205))) (-5 *1 (-862)))))
-(((*1 *2 *3 *2)
- (|partial| -12 (-5 *2 (-1174 *4)) (-5 *3 (-632 *4)) (-4 *4 (-341))
- (-5 *1 (-613 *4))))
- ((*1 *2 *3 *2)
- (|partial| -12 (-4 *4 (-341))
- (-4 *5 (-13 (-351 *4) (-10 -7 (-6 -4260))))
- (-4 *2 (-13 (-351 *4) (-10 -7 (-6 -4260))))
- (-5 *1 (-614 *4 *5 *2 *3)) (-4 *3 (-630 *4 *5 *2))))
- ((*1 *2 *3 *2 *4 *5)
- (|partial| -12 (-5 *4 (-592 *2)) (-5 *5 (-1 *2 *2)) (-4 *2 (-341))
- (-5 *1 (-756 *2 *3)) (-4 *3 (-602 *2))))
- ((*1 *2 *3)
- (-12 (-4 *2 (-13 (-341) (-10 -8 (-15 ** ($ $ (-385 (-525)))))))
- (-5 *1 (-1047 *3 *2)) (-4 *3 (-1150 *2)))))
-(((*1 *2 *2 *3 *2)
- (-12 (-5 *2 (-632 *3)) (-4 *3 (-977)) (-5 *1 (-633 *3)))))
-(((*1 *2 *3 *2 *4)
- (-12 (-5 *3 (-110)) (-5 *4 (-713)) (-4 *5 (-429)) (-4 *5 (-789))
- (-4 *5 (-968 (-525))) (-4 *5 (-517)) (-5 *1 (-40 *5 *2))
- (-4 *2 (-408 *5))
- (-4 *2
- (-13 (-341) (-281)
- (-10 -8 (-15 -4066 ((-1044 *5 (-565 $)) $))
- (-15 -4080 ((-1044 *5 (-565 $)) $))
- (-15 -4100 ($ (-1044 *5 (-565 $))))))))))
-(((*1 *2 *3 *1)
- (-12 (-5 *3 (-1057 *4 *5)) (-4 *4 (-13 (-1020) (-33)))
- (-4 *5 (-13 (-1020) (-33))) (-5 *2 (-108)) (-5 *1 (-1058 *4 *5)))))
+ (-12 (-4 *4 (-431)) (-4 *5 (-737)) (-4 *6 (-791))
+ (-4 *2 (-993 *4 *5 *6)) (-5 *1 (-720 *4 *5 *6 *2 *3))
+ (-4 *3 (-998 *4 *5 *6 *2)))))
+(((*1 *1 *1) (-12 (-5 *1 (-475 *2)) (-14 *2 (-527))))
+ ((*1 *1 *1) (-5 *1 (-1041))))
+(((*1 *2 *3) (-12 (-5 *3 (-594 (-51))) (-5 *2 (-1181)) (-5 *1 (-801)))))
+(((*1 *1) (-5 *1 (-1009))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-1090 *1)) (-5 *4 (-1094)) (-4 *1 (-27))
+ (-5 *2 (-594 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-1090 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1))))
+ ((*1 *2 *3) (-12 (-5 *3 (-889 *1)) (-4 *1 (-27)) (-5 *2 (-594 *1))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *3 (-1094)) (-4 *4 (-13 (-791) (-519))) (-5 *2 (-594 *1))
+ (-4 *1 (-29 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *2 (-594 *1)) (-4 *1 (-29 *3)))))
(((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-921 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3)
- (-12 (-5 *3 (-592 *7)) (-4 *7 (-991 *4 *5 *6)) (-4 *4 (-429))
- (-4 *5 (-735)) (-4 *6 (-789)) (-5 *2 (-108))
- (-5 *1 (-1027 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-592 *4)) (-4 *4 (-977)) (-5 *2 (-1174 *4))
- (-5 *1 (-1093 *4))))
- ((*1 *2 *3 *4)
- (-12 (-5 *4 (-856)) (-5 *2 (-1174 *3)) (-5 *1 (-1093 *3))
- (-4 *3 (-977)))))
-(((*1 *1) (-5 *1 (-745))))
-(((*1 *1 *1) (-12 (-5 *1 (-473 *2)) (-14 *2 (-525))))
- ((*1 *1 *1) (-5 *1 (-1039))))
-(((*1 *2 *1 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-1115 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *1) (-12 (-5 *2 (-713)) (-5 *1 (-840 *3)) (-4 *3 (-1020)))))
+ (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -2742 *3)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
+(((*1 *2 *3) (-12 (-5 *3 (-715)) (-5 *2 (-1181)) (-5 *1 (-359))))
+ ((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-359)))))
+(((*1 *2 *3 *4)
+ (-12 (-4 *6 (-519)) (-4 *2 (-886 *3 *5 *4))
+ (-5 *1 (-677 *5 *4 *6 *2)) (-5 *3 (-387 (-889 *6))) (-4 *5 (-737))
+ (-4 *4 (-13 (-791) (-10 -8 (-15 -2051 ((-1094) $))))))))
+(((*1 *1 *1 *1 *2 *3)
+ (-12 (-5 *2 (-594 (-1059 *4 *5))) (-5 *3 (-1 (-110) *5 *5))
+ (-4 *4 (-13 (-1022) (-33))) (-4 *5 (-13 (-1022) (-33)))
+ (-5 *1 (-1060 *4 *5))))
+ ((*1 *1 *1 *1 *2)
+ (-12 (-5 *2 (-594 (-1059 *3 *4))) (-4 *3 (-13 (-1022) (-33)))
+ (-4 *4 (-13 (-1022) (-33))) (-5 *1 (-1060 *3 *4)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-137)))))
+(((*1 *2 *3 *4 *4 *4 *3 *5 *3 *4 *6 *7)
+ (-12 (-5 *4 (-527)) (-5 *5 (-634 (-207)))
+ (-5 *6 (-3 (|:| |fn| (-368)) (|:| |fp| (-84 FCN))))
+ (-5 *7 (-3 (|:| |fn| (-368)) (|:| |fp| (-86 OUTPUT))))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-694)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-475 *2)) (-14 *2 (-527))))
+ ((*1 *1 *1 *1) (-5 *1 (-1041))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *4)) (-5 *1 (-1049 *3 *4)) (-4 *3 (-1152 *4))))
+ ((*1 *2 *3 *3 *3 *3)
+ (-12 (-4 *3 (-13 (-343) (-10 -8 (-15 ** ($ $ (-387 (-527)))))))
+ (-5 *2 (-594 *3)) (-5 *1 (-1049 *4 *3)) (-4 *4 (-1152 *3)))))
+(((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519))))
+ ((*1 *1 *1 *2)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)) (-4 *2 (-519)))))
+(((*1 *2 *1 *3 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-1077)) (-5 *2 (-1181)) (-5 *1 (-1177)))))
+(((*1 *2 *2)
+ (-12 (-5 *2 (-594 *6)) (-4 *6 (-993 *3 *4 *5)) (-4 *3 (-519))
+ (-4 *4 (-737)) (-4 *5 (-791)) (-5 *1 (-912 *3 *4 *5 *6)))))
+(((*1 *2 *1 *3)
+ (-12 (-5 *3 (-715)) (-4 *4 (-979))
+ (-5 *2 (-2 (|:| -1381 *1) (|:| -3145 *1))) (-4 *1 (-1152 *4)))))
+(((*1 *1)
+ (-12 (-4 *1 (-384)) (-3264 (|has| *1 (-6 -4252)))
+ (-3264 (|has| *1 (-6 -4244)))))
+ ((*1 *2 *1) (-12 (-4 *1 (-405 *2)) (-4 *2 (-1022)) (-4 *2 (-791))))
+ ((*1 *1 *1 *1) (-4 *1 (-791)))
+ ((*1 *2 *1) (-12 (-4 *1 (-904 *2)) (-4 *2 (-791))))
+ ((*1 *1) (-5 *1 (-1041))))
+(((*1 *1 *1)
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2)) (-4 *2 (-1130)))))
+(((*1 *2 *1)
+ (-12 (-4 *1 (-156 *3)) (-4 *3 (-162)) (-4 *3 (-988)) (-4 *3 (-1116))
+ (-5 *2 (-2 (|:| |r| *3) (|:| |phi| *3))))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *1 *1 *1) (-12 (-5 *1 (-475 *2)) (-14 *2 (-527))))
+ ((*1 *1 *1 *1) (-5 *1 (-1041))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-229 *4 *5)) (-14 *4 (-594 (-1094))) (-4 *5 (-979))
+ (-5 *2 (-889 *5)) (-5 *1 (-881 *4 *5)))))
+(((*1 *2 *3 *3 *4 *5 *5 *5 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-1077)) (-5 *5 (-634 (-207)))
+ (-5 *2 (-968)) (-5 *1 (-692)))))
+(((*1 *2 *3)
+ (|partial| -12 (-5 *3 (-634 (-387 (-889 (-527)))))
+ (-5 *2 (-634 (-296 (-527)))) (-5 *1 (-964)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1077))
+ (-4 *4 (-13 (-431) (-791) (-970 (-527)) (-590 (-527))))
+ (-5 *2 (-110)) (-5 *1 (-206 *4 *5)) (-4 *5 (-13 (-1116) (-29 *4))))))
+(((*1 *2 *3) (-12 (-5 *3 (-359)) (-5 *2 (-207)) (-5 *1 (-1179))))
+ ((*1 *2) (-12 (-5 *2 (-207)) (-5 *1 (-1179)))))
+(((*1 *2 *1 *1) (-12 (-4 *1 (-33)) (-5 *2 (-110)))))
+(((*1 *2 *1) (-12 (-4 *1 (-621 *3)) (-4 *3 (-1130)) (-5 *2 (-110)))))
+(((*1 *2 *2)
+ (-12 (-4 *3 (-979)) (-4 *4 (-1152 *3)) (-5 *1 (-154 *3 *4 *2))
+ (-4 *2 (-1152 *4))))
+ ((*1 *1 *1) (-12 (-5 *1 (-275 *2)) (-4 *2 (-1130)))))
(((*1 *2 *3 *4 *5)
- (-12 (-5 *3 (-887 (-385 (-525)))) (-5 *4 (-1092))
- (-5 *5 (-1015 (-782 (-205)))) (-5 *2 (-592 (-205))) (-5 *1 (-279)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-977)) (-5 *2 (-525)) (-5 *1 (-420 *4 *3 *5))
- (-4 *3 (-1150 *4))
- (-4 *5 (-13 (-382) (-968 *4) (-341) (-1114) (-263))))))
-(((*1 *1 *2 *3 *3 *4 *4)
- (-12 (-5 *2 (-887 (-525))) (-5 *3 (-1092))
- (-5 *4 (-1015 (-385 (-525)))) (-5 *1 (-30)))))
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-57 *6)) (-4 *6 (-1130))
+ (-4 *5 (-1130)) (-5 *2 (-57 *5)) (-5 *1 (-56 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *7 *5)) (-5 *4 (-222 *6 *7)) (-14 *6 (-715))
+ (-4 *7 (-1130)) (-4 *5 (-1130)) (-5 *2 (-222 *6 *5))
+ (-5 *1 (-221 *6 *7 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1130)) (-4 *5 (-1130))
+ (-4 *2 (-353 *5)) (-5 *1 (-351 *6 *4 *5 *2)) (-4 *4 (-353 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-4 *6 (-1022)) (-4 *5 (-1022))
+ (-4 *2 (-405 *5)) (-5 *1 (-403 *6 *4 *5 *2)) (-4 *4 (-405 *6))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-594 *6)) (-4 *6 (-1130))
+ (-4 *5 (-1130)) (-5 *2 (-594 *5)) (-5 *1 (-592 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-894 *6)) (-4 *6 (-1130))
+ (-4 *5 (-1130)) (-5 *2 (-894 *5)) (-5 *1 (-893 *6 *5))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *4 (-1 *3 *6 *3)) (-5 *5 (-1075 *6)) (-4 *6 (-1130))
+ (-4 *3 (-1130)) (-5 *2 (-1075 *3)) (-5 *1 (-1073 *6 *3))))
+ ((*1 *2 *3 *4 *5)
+ (-12 (-5 *3 (-1 *5 *6 *5)) (-5 *4 (-1176 *6)) (-4 *6 (-1130))
+ (-4 *5 (-1130)) (-5 *2 (-1176 *5)) (-5 *1 (-1175 *6 *5)))))
+(((*1 *2 *2 *2 *2 *2 *3)
+ (-12 (-5 *2 (-634 *4)) (-5 *3 (-715)) (-4 *4 (-979))
+ (-5 *1 (-635 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-711))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))))
- (-5 *1 (-526))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-711)) (-5 *4 (-989))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075))) (|:| |extra| (-966))))
- (-5 *1 (-526))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-729)) (-5 *3 (-989))
- (-5 *4
- (-2 (|:| |fn| (-294 (-205)))
- (|:| -1777 (-592 (-1015 (-782 (-205))))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))
- (|:| |extra| (-966))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-729)) (-5 *3 (-989))
- (-5 *4
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))
- (|:| |extra| (-966))))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-742)) (-5 *3 (-989))
- (-5 *4
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))))))
+ (-12
+ (-5 *3
+ (-2 (|:| |xinit| (-207)) (|:| |xend| (-207))
+ (|:| |fn| (-1176 (-296 (-207)))) (|:| |yinit| (-594 (-207)))
+ (|:| |intvals| (-594 (-207))) (|:| |g| (-296 (-207)))
+ (|:| |abserr| (-207)) (|:| |relerr| (-207))))
+ (-5 *2 (-359)) (-5 *1 (-189)))))
+(((*1 *2 *2 *2 *3)
+ (-12 (-5 *2 (-634 *3)) (-4 *3 (-979)) (-5 *1 (-635 *3)))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-112)))))
+(((*1 *2 *1 *2) (-12 (-5 *2 (-110)) (-5 *1 (-1126 *3)) (-4 *3 (-909)))))
+(((*1 *2 *1)
+ (-12 (-5 *2 (-715)) (-5 *1 (-132 *3 *4 *5)) (-14 *3 (-527))
+ (-14 *4 *2) (-4 *5 (-162))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-5 *2 (-858)) (-5 *1 (-155 *3 *4))
+ (-4 *3 (-156 *4))))
+ ((*1 *2) (-12 (-4 *1 (-347 *3)) (-4 *3 (-162)) (-5 *2 (-858))))
+ ((*1 *2)
+ (-12 (-4 *1 (-350 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3))
+ (-5 *2 (-858))))
((*1 *2 *3)
- (-12 (-5 *3 (-750))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075)))))
- (-5 *1 (-747))))
+ (-12 (-4 *4 (-343)) (-4 *5 (-353 *4)) (-4 *6 (-353 *4))
+ (-5 *2 (-715)) (-5 *1 (-494 *4 *5 *6 *3)) (-4 *3 (-632 *4 *5 *6))))
((*1 *2 *3 *4)
- (-12 (-5 *3 (-750)) (-5 *4 (-989))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075)))))
- (-5 *1 (-747))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-778)) (-5 *3 (-989))
- (-5 *4
- (-2 (|:| |lfn| (-592 (-294 (-205)))) (|:| -2948 (-592 (-205)))))
- (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))))))
+ (-12 (-5 *3 (-634 *5)) (-5 *4 (-1176 *5)) (-4 *5 (-343))
+ (-5 *2 (-715)) (-5 *1 (-615 *5))))
((*1 *2 *3 *4)
- (-12 (-4 *1 (-778)) (-5 *3 (-989))
- (-5 *4
- (-2 (|:| |fn| (-294 (-205))) (|:| -2948 (-592 (-205)))
- (|:| |lb| (-592 (-782 (-205)))) (|:| |cf| (-592 (-294 (-205))))
- (|:| |ub| (-592 (-782 (-205))))))
- (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))))))
+ (-12 (-4 *5 (-343)) (-4 *6 (-13 (-353 *5) (-10 -7 (-6 -4262))))
+ (-4 *4 (-13 (-353 *5) (-10 -7 (-6 -4262)))) (-5 *2 (-715))
+ (-5 *1 (-616 *5 *6 *4 *3)) (-4 *3 (-632 *5 *6 *4))))
+ ((*1 *2 *1)
+ (-12 (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979)) (-4 *4 (-353 *3))
+ (-4 *5 (-353 *3)) (-4 *3 (-519)) (-5 *2 (-715))))
((*1 *2 *3)
- (-12 (-5 *3 (-780))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075)))))
- (-5 *1 (-779))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-780)) (-5 *4 (-989))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075)))))
- (-5 *1 (-779))))
- ((*1 *2 *3 *4)
- (-12 (-4 *1 (-830)) (-5 *3 (-989))
- (-5 *4
- (-2 (|:| |pde| (-592 (-294 (-205))))
- (|:| |constraints|
- (-592
- (-2 (|:| |start| (-205)) (|:| |finish| (-205))
- (|:| |grid| (-713)) (|:| |boundaryType| (-525))
- (|:| |dStart| (-632 (-205))) (|:| |dFinish| (-632 (-205))))))
- (|:| |f| (-592 (-592 (-294 (-205))))) (|:| |st| (-1075))
- (|:| |tol| (-205))))
- (-5 *2 (-2 (|:| -1257 (-357)) (|:| |explanations| (-1075))))))
- ((*1 *2 *3)
- (-12 (-5 *3 (-833))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075)))))
- (-5 *1 (-832))))
- ((*1 *2 *3 *4)
- (-12 (-5 *3 (-833)) (-5 *4 (-989))
- (-5 *2
- (-2 (|:| -1257 (-357)) (|:| -2411 (-1075))
- (|:| |explanations| (-592 (-1075)))))
- (-5 *1 (-832)))))
-(((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179))
- (-5 *1 (-997 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7))))
- ((*1 *2 *3 *3 *3)
- (-12 (-5 *3 (-1075)) (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-4 *7 (-991 *4 *5 *6)) (-5 *2 (-1179))
- (-5 *1 (-1028 *4 *5 *6 *7 *8)) (-4 *8 (-996 *4 *5 *6 *7)))))
-(((*1 *2 *3 *4 *4 *5 *4 *6 *4 *5)
- (-12 (-5 *3 (-1075)) (-5 *5 (-632 (-205))) (-5 *6 (-632 (-525)))
- (-5 *4 (-525)) (-5 *2 (-966)) (-5 *1 (-700)))))
-(((*1 *2 *2) (|partial| -12 (-5 *2 (-294 (-205))) (-5 *1 (-246)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-49 *3 *4)) (-4 *3 (-977))
- (-14 *4 (-592 (-1092)))))
+ (-12 (-4 *4 (-519)) (-4 *4 (-162)) (-4 *5 (-353 *4))
+ (-4 *6 (-353 *4)) (-5 *2 (-715)) (-5 *1 (-633 *4 *5 *6 *3))
+ (-4 *3 (-632 *4 *5 *6))))
((*1 *2 *1)
- (-12 (-5 *2 (-108)) (-5 *1 (-203 *3 *4)) (-4 *3 (-13 (-977) (-789)))
- (-14 *4 (-592 (-1092))))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-473 *2)) (-14 *2 (-525))))
- ((*1 *1 *1 *1) (-5 *1 (-1039))))
-(((*1 *2 *3 *3 *4 *4 *4 *4 *3 *3 *3 *3 *5 *3 *6)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205)))
- (-5 *6 (-3 (|:| |fn| (-366)) (|:| |fp| (-68 APROD)))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-699)))))
-(((*1 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-713)) (-5 *1 (-116 *3)) (-4 *3 (-1150 (-525))))))
-(((*1 *1 *1 *2)
- (-12 (-5 *2 (-108)) (-5 *1 (-1057 *3 *4)) (-4 *3 (-13 (-1020) (-33)))
- (-4 *4 (-13 (-1020) (-33))))))
-(((*1 *2 *3 *3 *3 *4 *5)
- (-12 (-5 *5 (-1 *3 *3)) (-4 *3 (-1150 *6))
- (-4 *6 (-13 (-341) (-138) (-968 *4))) (-5 *4 (-525))
- (-5 *2
- (-3 (|:| |ans| (-2 (|:| |ans| *3) (|:| |nosol| (-108))))
- (|:| -1537
- (-2 (|:| |b| *3) (|:| |c| *3) (|:| |m| *4) (|:| |alpha| *3)
- (|:| |beta| *3)))))
- (-5 *1 (-947 *6 *3)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-856)) (-5 *2 (-1088 *4)) (-5 *1 (-335 *4))
- (-4 *4 (-327)))))
-(((*1 *2 *2 *3)
- (-12 (-5 *3 (-565 *2)) (-4 *2 (-13 (-27) (-1114) (-408 *4)))
- (-4 *4 (-13 (-517) (-789) (-968 (-525)) (-588 (-525))))
- (-5 *1 (-256 *4 *2)))))
+ (-12 (-4 *1 (-982 *3 *4 *5 *6 *7)) (-4 *5 (-979))
+ (-4 *6 (-220 *4 *5)) (-4 *7 (-220 *3 *5)) (-4 *5 (-519))
+ (-5 *2 (-715)))))
+(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-123 *2)) (-4 *2 (-1022)))))
+(((*1 *2 *1) (-12 (-4 *1 (-369)) (-5 *2 (-1077)))))
(((*1 *2 *1)
- (-12 (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977)) (-4 *4 (-351 *3))
- (-4 *5 (-351 *3)) (-5 *2 (-108))))
- ((*1 *2 *1)
- (-12 (-4 *1 (-980 *3 *4 *5 *6 *7)) (-4 *5 (-977))
- (-4 *6 (-218 *4 *5)) (-4 *7 (-218 *3 *5)) (-5 *2 (-108)))))
+ (-12 (-4 *3 (-431)) (-4 *4 (-791)) (-4 *5 (-737)) (-5 *2 (-594 *6))
+ (-5 *1 (-922 *3 *4 *5 *6)) (-4 *6 (-886 *3 *5 *4)))))
(((*1 *2 *3 *2)
- (-12 (-5 *3 (-592 (-632 *4))) (-5 *2 (-632 *4)) (-4 *4 (-977))
- (-5 *1 (-960 *4)))))
-(((*1 *1 *1 *1) (-12 (-5 *1 (-473 *2)) (-14 *2 (-525))))
- ((*1 *1 *1 *1) (-5 *1 (-1039))))
-(((*1 *1 *1 *1) (-4 *1 (-450))) ((*1 *1 *1 *1) (-4 *1 (-704))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-294 (-205))) (-5 *2 (-294 (-357))) (-5 *1 (-284)))))
+ (|partial| -12 (-5 *3 (-858)) (-5 *1 (-421 *2))
+ (-4 *2 (-1152 (-527)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-858)) (-5 *4 (-715)) (-5 *1 (-421 *2))
+ (-4 *2 (-1152 (-527)))))
+ ((*1 *2 *3 *2 *4)
+ (|partial| -12 (-5 *3 (-858)) (-5 *4 (-594 (-715))) (-5 *1 (-421 *2))
+ (-4 *2 (-1152 (-527)))))
+ ((*1 *2 *3 *2 *4 *5)
+ (|partial| -12 (-5 *3 (-858)) (-5 *4 (-594 (-715))) (-5 *5 (-715))
+ (-5 *1 (-421 *2)) (-4 *2 (-1152 (-527)))))
+ ((*1 *2 *3 *2 *4 *5 *6)
+ (|partial| -12 (-5 *3 (-858)) (-5 *4 (-594 (-715))) (-5 *5 (-715))
+ (-5 *6 (-110)) (-5 *1 (-421 *2)) (-4 *2 (-1152 (-527)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-858)) (-5 *4 (-398 *2)) (-4 *2 (-1152 *5))
+ (-5 *1 (-423 *5 *2)) (-4 *5 (-979)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |xinit| (-205)) (|:| |xend| (-205))
- (|:| |fn| (-1174 (-294 (-205)))) (|:| |yinit| (-592 (-205)))
- (|:| |intvals| (-592 (-205))) (|:| |g| (-294 (-205)))
- (|:| |abserr| (-205)) (|:| |relerr| (-205))))
- (-5 *2 (-357)) (-5 *1 (-187)))))
-(((*1 *2 *3 *3 *3 *3 *4 *4 *4 *4 *4 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *4 (-632 (-205))) (-5 *2 (-966))
- (-5 *1 (-695)))))
-(((*1 *1 *1 *1 *2)
- (|partial| -12 (-5 *2 (-108)) (-5 *1 (-550 *3)) (-4 *3 (-977)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-878 *3)) (-4 *3 (-13 (-341) (-1114) (-934)))
- (-5 *1 (-163 *3)))))
-(((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-861)))))
-(((*1 *2 *1) (-12 (-5 *2 (-108)) (-5 *1 (-827 *3)) (-4 *3 (-1020)))))
-(((*1 *2 *3 *3 *3 *3 *4 *5 *5 *6 *7 *8 *8 *3)
- (-12 (-5 *6 (-592 (-108))) (-5 *7 (-632 (-205)))
- (-5 *8 (-632 (-525))) (-5 *3 (-525)) (-5 *4 (-205)) (-5 *5 (-108))
- (-5 *2 (-966)) (-5 *1 (-697)))))
+ (-12 (-5 *3 (-1176 *4)) (-4 *4 (-329)) (-5 *2 (-1090 *4))
+ (-5 *1 (-497 *4)))))
(((*1 *2 *1 *3 *3 *2)
- (-12 (-5 *3 (-525)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1128))
- (-4 *4 (-351 *2)) (-4 *5 (-351 *2))))
+ (-12 (-5 *3 (-527)) (-4 *1 (-55 *2 *4 *5)) (-4 *2 (-1130))
+ (-4 *4 (-353 *2)) (-4 *5 (-353 *2))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "right") (|has| *1 (-6 -4260)) (-4 *1 (-115 *3))
- (-4 *3 (-1128))))
+ (-12 (-5 *2 "right") (|has| *1 (-6 -4262)) (-4 *1 (-117 *3))
+ (-4 *3 (-1130))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "left") (|has| *1 (-6 -4260)) (-4 *1 (-115 *3))
- (-4 *3 (-1128))))
+ (-12 (-5 *2 "left") (|has| *1 (-6 -4262)) (-4 *1 (-117 *3))
+ (-4 *3 (-1130))))
((*1 *2 *1 *3 *2)
- (-12 (|has| *1 (-6 -4260)) (-4 *1 (-267 *3 *2)) (-4 *3 (-1020))
- (-4 *2 (-1128))))
- ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1092)) (-5 *1 (-581))))
+ (-12 (|has| *1 (-6 -4262)) (-4 *1 (-269 *3 *2)) (-4 *3 (-1022))
+ (-4 *2 (-1130))))
+ ((*1 *2 *1 *3 *2) (-12 (-5 *2 (-51)) (-5 *3 (-1094)) (-5 *1 (-583))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 (-1141 (-525))) (|has| *1 (-6 -4260)) (-4 *1 (-597 *2))
- (-4 *2 (-1128))))
+ (-12 (-5 *3 (-1143 (-527))) (|has| *1 (-6 -4262)) (-4 *1 (-599 *2))
+ (-4 *2 (-1130))))
((*1 *1 *1 *2 *2 *1)
- (-12 (-5 *2 (-592 (-525))) (-4 *1 (-630 *3 *4 *5)) (-4 *3 (-977))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
+ (-12 (-5 *2 (-594 (-527))) (-4 *1 (-632 *3 *4 *5)) (-4 *3 (-979))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "value") (|has| *1 (-6 -4260)) (-4 *1 (-942 *2))
- (-4 *2 (-1128))))
- ((*1 *2 *1 *2) (-12 (-5 *1 (-957 *2)) (-4 *2 (-1128))))
+ (-12 (-5 *3 "value") (|has| *1 (-6 -4262)) (-4 *1 (-944 *2))
+ (-4 *2 (-1130))))
+ ((*1 *2 *1 *2) (-12 (-5 *1 (-959 *2)) (-4 *2 (-1130))))
((*1 *2 *1 *3 *2)
- (-12 (-4 *1 (-1105 *3 *2)) (-4 *3 (-1020)) (-4 *2 (-1020))))
+ (-12 (-4 *1 (-1107 *3 *2)) (-4 *3 (-1022)) (-4 *2 (-1022))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "last") (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2))
- (-4 *2 (-1128))))
+ (-12 (-5 *3 "last") (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2))
+ (-4 *2 (-1130))))
((*1 *1 *1 *2 *1)
- (-12 (-5 *2 "rest") (|has| *1 (-6 -4260)) (-4 *1 (-1162 *3))
- (-4 *3 (-1128))))
+ (-12 (-5 *2 "rest") (|has| *1 (-6 -4262)) (-4 *1 (-1164 *3))
+ (-4 *3 (-1130))))
((*1 *2 *1 *3 *2)
- (-12 (-5 *3 "first") (|has| *1 (-6 -4260)) (-4 *1 (-1162 *2))
- (-4 *2 (-1128)))))
-(((*1 *1 *2 *3)
- (-12 (-5 *2 (-713)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
- ((*1 *1 *2)
- (-12 (-4 *2 (-977)) (-4 *1 (-1042 *3 *2 *4 *5)) (-4 *4 (-218 *3 *2))
- (-4 *5 (-218 *3 *2)))))
-(((*1 *2 *1 *1) (-12 (-4 *1 (-33)) (-5 *2 (-108)))))
-(((*1 *2 *1)
- (-12 (-5 *2 (-592 (-2 (|:| -1556 (-1092)) (|:| -3448 *4))))
- (-5 *1 (-824 *3 *4)) (-4 *3 (-1020)) (-4 *4 (-1020))))
- ((*1 *2 *1)
- (-12 (-4 *3 (-1020)) (-4 *4 (-1020)) (-4 *5 (-1020)) (-4 *6 (-1020))
- (-4 *7 (-1020)) (-5 *2 (-592 *1)) (-4 *1 (-1023 *3 *4 *5 *6 *7)))))
-(((*1 *2 *3 *3)
- (-12 (-5 *3 (-1147 *5 *4)) (-4 *4 (-762)) (-14 *5 (-1092))
- (-5 *2 (-525)) (-5 *1 (-1034 *4 *5)))))
-(((*1 *2 *3 *4)
- (-12 (-5 *3 (-592 (-722 *5 (-800 *6)))) (-5 *4 (-108)) (-4 *5 (-429))
- (-14 *6 (-592 (-1092))) (-5 *2 (-592 (-974 *5 *6)))
- (-5 *1 (-577 *5 *6)))))
-(((*1 *2 *3)
- (-12 (-4 *4 (-13 (-517) (-789) (-968 (-525)))) (-4 *5 (-408 *4))
- (-5 *2
- (-3 (|:| |overq| (-1088 (-385 (-525))))
- (|:| |overan| (-1088 (-47))) (|:| -1669 (-108))))
- (-5 *1 (-413 *4 *5 *3)) (-4 *3 (-1150 *5)))))
-(((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1020)) (-5 *1 (-202 *3))))
- ((*1 *1 *2) (-12 (-5 *2 (-592 *3)) (-4 *3 (-1128)) (-4 *1 (-233 *3))))
- ((*1 *1) (-12 (-4 *1 (-233 *2)) (-4 *2 (-1128)))))
-(((*1 *2 *2 *1)
- (-12 (-5 *2 (-1196 *3 *4)) (-4 *1 (-352 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-160))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-364 *2)) (-4 *2 (-1020))))
- ((*1 *1 *1 *2) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *1) (|partial| -12 (-5 *1 (-761 *2)) (-4 *2 (-789))))
- ((*1 *1 *1 *1)
- (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-5 *2 (-761 *3)) (-4 *1 (-1189 *3 *4)) (-4 *3 (-789))
- (-4 *4 (-977))))
- ((*1 *1 *1 *2)
- (-12 (-4 *1 (-1189 *2 *3)) (-4 *2 (-789)) (-4 *3 (-977)))))
-(((*1 *2 *3 *4 *4 *4 *4)
- (-12 (-5 *4 (-205))
- (-5 *2
- (-2 (|:| |brans| (-592 (-592 (-878 *4))))
- (|:| |xValues| (-1015 *4)) (|:| |yValues| (-1015 *4))))
- (-5 *1 (-144)) (-5 *3 (-592 (-592 (-878 *4)))))))
-(((*1 *2 *1)
- (-12 (-4 *1 (-1122 *3 *4 *5 *6)) (-4 *3 (-517)) (-4 *4 (-735))
- (-4 *5 (-789)) (-4 *6 (-991 *3 *4 *5)) (-4 *5 (-346))
- (-5 *2 (-713)))))
-(((*1 *2 *3 *4 *4 *4 *4 *5 *5)
- (-12 (-5 *3 (-1 (-357) (-357))) (-5 *4 (-357))
- (-5 *2
- (-2 (|:| -2219 *4) (|:| -2188 *4) (|:| |totalpts| (-525))
- (|:| |success| (-108))))
- (-5 *1 (-731)) (-5 *5 (-525)))))
+ (-12 (-5 *3 "first") (|has| *1 (-6 -4262)) (-4 *1 (-1164 *2))
+ (-4 *2 (-1130)))))
(((*1 *1 *2 *2)
- (-12 (-5 *2 (-713)) (-4 *3 (-977)) (-4 *1 (-630 *3 *4 *5))
- (-4 *4 (-351 *3)) (-4 *5 (-351 *3))))
+ (-12 (-5 *2 (-715)) (-4 *3 (-979)) (-4 *1 (-632 *3 *4 *5))
+ (-4 *4 (-353 *3)) (-4 *5 (-353 *3))))
((*1 *1 *2)
- (-12 (-5 *2 (-713)) (-4 *1 (-1172 *3)) (-4 *3 (-23)) (-4 *3 (-1128)))))
-(((*1 *2) (-12 (-5 *2 (-856)) (-5 *1 (-643))))
- ((*1 *2 *2) (-12 (-5 *2 (-856)) (-5 *1 (-643)))))
+ (-12 (-5 *2 (-715)) (-4 *1 (-1174 *3)) (-4 *3 (-23)) (-4 *3 (-1130)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 (-887 *3))) (-4 *3 (-429)) (-5 *1 (-338 *3 *4))
- (-14 *4 (-592 (-1092)))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-884 *3 *4 *5)) (-4 *3 (-429))
- (-4 *4 (-735)) (-4 *5 (-789)) (-5 *1 (-427 *3 *4 *5 *6))))
- ((*1 *2 *2 *3)
- (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6))
- (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-427 *4 *5 *6 *7))))
- ((*1 *2 *2 *3 *3)
- (-12 (-5 *2 (-592 *7)) (-5 *3 (-1075)) (-4 *7 (-884 *4 *5 *6))
- (-4 *4 (-429)) (-4 *5 (-735)) (-4 *6 (-789))
- (-5 *1 (-427 *4 *5 *6 *7))))
- ((*1 *1 *1)
- (-12 (-4 *2 (-341)) (-4 *3 (-735)) (-4 *4 (-789))
- (-5 *1 (-477 *2 *3 *4 *5)) (-4 *5 (-884 *2 *3 *4))))
- ((*1 *2 *2)
- (-12 (-5 *2 (-592 (-722 *3 (-800 *4)))) (-4 *3 (-429))
- (-14 *4 (-592 (-1092))) (-5 *1 (-577 *3 *4)))))
-(((*1 *2)
- (-12 (-4 *3 (-1132)) (-4 *4 (-1150 *3)) (-4 *5 (-1150 (-385 *4)))
- (-5 *2 (-1174 *1)) (-4 *1 (-320 *3 *4 *5)))))
-(((*1 *2 *1) (-12 (-5 *2 (-1073 *3)) (-5 *1 (-161 *3)) (-4 *3 (-286)))))
+ (-12 (-4 *3 (-13 (-791) (-431))) (-5 *1 (-1122 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-1116))))))
+(((*1 *1 *1 *1 *2)
+ (-12 (-4 *1 (-993 *3 *4 *2)) (-4 *3 (-979)) (-4 *4 (-737))
+ (-4 *2 (-791))))
+ ((*1 *1 *1 *1)
+ (-12 (-4 *1 (-993 *2 *3 *4)) (-4 *2 (-979)) (-4 *3 (-737))
+ (-4 *4 (-791)))))
+(((*1 *2 *3 *1)
+ (-12 (-4 *1 (-911 *4 *5 *3 *6)) (-4 *4 (-979)) (-4 *5 (-737))
+ (-4 *3 (-791)) (-4 *6 (-993 *4 *5 *3)) (-5 *2 (-110)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-594 (-567 *5))) (-4 *4 (-791)) (-5 *2 (-567 *5))
+ (-5 *1 (-536 *4 *5)) (-4 *5 (-410 *4)))))
(((*1 *2 *3)
- (-12 (-5 *3 (-525)) (-5 *2 (-592 (-592 (-205)))) (-5 *1 (-1125)))))
+ (-12 (-4 *4 (-519)) (-5 *2 (-2 (|:| |coef2| *3) (|:| -1875 *4)))
+ (-5 *1 (-905 *4 *3)) (-4 *3 (-1152 *4)))))
(((*1 *2 *3 *3)
- (|partial| -12 (-4 *4 (-13 (-341) (-138) (-968 (-525))))
- (-4 *5 (-1150 *4))
- (-5 *2 (-2 (|:| -3991 (-385 *5)) (|:| |coeff| (-385 *5))))
- (-5 *1 (-529 *4 *5)) (-5 *3 (-385 *5)))))
-(((*1 *1 *1 *2 *1) (-12 (-4 *1 (-121 *2)) (-4 *2 (-1020)))))
+ (-12 (-5 *3 (-1149 *5 *4)) (-4 *4 (-764)) (-14 *5 (-1094))
+ (-5 *2 (-527)) (-5 *1 (-1036 *4 *5)))))
+(((*1 *2) (-12 (-5 *2 (-1181)) (-5 *1 (-1179)))))
(((*1 *2 *3 *4)
- (-12 (-4 *5 (-341))
- (-5 *2 (-592 (-2 (|:| C (-632 *5)) (|:| |g| (-1174 *5)))))
- (-5 *1 (-911 *5)) (-5 *3 (-632 *5)) (-5 *4 (-1174 *5)))))
-(((*1 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444))))
- ((*1 *2 *2) (-12 (-5 *2 (-108)) (-5 *1 (-444)))))
-(((*1 *2 *3 *4 *5)
- (-12 (-5 *4 (-108))
- (-4 *6 (-13 (-429) (-789) (-968 (-525)) (-588 (-525))))
- (-4 *3 (-13 (-27) (-1114) (-408 *6) (-10 -8 (-15 -4100 ($ *7)))))
- (-4 *7 (-787))
- (-4 *8
- (-13 (-1152 *3 *7) (-341) (-1114)
- (-10 -8 (-15 -2702 ($ $)) (-15 -2367 ($ $)))))
+ (-12 (-5 *3 (-601 (-387 *6))) (-5 *4 (-387 *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
(-5 *2
- (-3 (|:| |%series| *8)
- (|:| |%problem| (-2 (|:| |func| (-1075)) (|:| |prob| (-1075))))))
- (-5 *1 (-400 *6 *3 *7 *8 *9 *10)) (-5 *5 (-1075)) (-4 *9 (-916 *8))
- (-14 *10 (-1092)))))
-(((*1 *2 *2)
- (-12 (-5 *2 (-592 *3)) (-4 *3 (-1150 (-525))) (-5 *1 (-461 *3)))))
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-754 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-601 (-387 *6))) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2 (-2 (|:| -1878 (-594 (-387 *6))) (|:| -1837 (-634 *5))))
+ (-5 *1 (-754 *5 *6)) (-5 *4 (-594 (-387 *6)))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-602 *6 (-387 *6))) (-5 *4 (-387 *6)) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2
+ (-2 (|:| |particular| (-3 *4 "failed")) (|:| -1878 (-594 *4))))
+ (-5 *1 (-754 *5 *6))))
+ ((*1 *2 *3 *4)
+ (-12 (-5 *3 (-602 *6 (-387 *6))) (-4 *6 (-1152 *5))
+ (-4 *5 (-13 (-343) (-140) (-970 (-527)) (-970 (-387 (-527)))))
+ (-5 *2 (-2 (|:| -1878 (-594 (-387 *6))) (|:| -1837 (-634 *5))))
+ (-5 *1 (-754 *5 *6)) (-5 *4 (-594 (-387 *6))))))
+(((*1 *2) (-12 (-5 *2 (-1077)) (-5 *1 (-1101)))))
+(((*1 *2 *3 *3 *4)
+ (-12 (-4 *5 (-431)) (-4 *6 (-737)) (-4 *7 (-791))
+ (-4 *3 (-993 *5 *6 *7))
+ (-5 *2 (-594 (-2 (|:| |val| *3) (|:| -1296 *4))))
+ (-5 *1 (-1030 *5 *6 *7 *3 *4)) (-4 *4 (-998 *5 *6 *7 *3)))))
+(((*1 *1 *2 *3 *4)
+ (-12 (-14 *5 (-594 (-1094))) (-4 *2 (-162))
+ (-4 *4 (-220 (-2809 *5) (-715)))
+ (-14 *6
+ (-1 (-110) (-2 (|:| -1720 *3) (|:| -3148 *4))
+ (-2 (|:| -1720 *3) (|:| -3148 *4))))
+ (-5 *1 (-440 *5 *2 *3 *4 *6 *7)) (-4 *3 (-791))
+ (-4 *7 (-886 *2 *4 (-802 *5))))))
+(((*1 *1 *1 *1) (-12 (-4 *1 (-793 *2)) (-4 *2 (-979)) (-4 *2 (-343)))))
+(((*1 *2 *3 *3 *3 *3 *3 *3 *4 *4 *4 *4 *5 *3 *3 *4 *3)
+ (-12 (-5 *3 (-527)) (-5 *4 (-634 (-207))) (-5 *5 (-110))
+ (-5 *2 (-968)) (-5 *1 (-698)))))
(((*1 *2 *3)
- (-12
- (-5 *3
- (-2 (|:| |var| (-1092)) (|:| |fn| (-294 (-205)))
- (|:| -1777 (-1015 (-782 (-205)))) (|:| |abserr| (-205))
- (|:| |relerr| (-205))))
- (-5 *2 (-108)) (-5 *1 (-279)))))
-(((*1 *2 *3)
- (-12 (-5 *3 (-1 *5 *5 *5)) (-4 *5 (-1165 *4))
- (-4 *4 (-37 (-385 (-525))))
- (-5 *2 (-1 (-1073 *4) (-1073 *4) (-1073 *4))) (-5 *1 (-1167 *4 *5)))))
-(((*1 *2 *3 *4 *4 *5 *3 *3 *4 *3 *3 *3)
- (-12 (-5 *3 (-525)) (-5 *5 (-632 (-205))) (-5 *4 (-205))
- (-5 *2 (-966)) (-5 *1 (-695)))))
+ (-12 (-5 *3 (-1176 *4)) (-4 *4 (-979)) (-4 *2 (-1152 *4))
+ (-5 *1 (-423 *4 *2))))
+ ((*1 *2 *3 *2 *4)
+ (-12 (-5 *2 (-387 (-1090 (-296 *5)))) (-5 *3 (-1176 (-296 *5)))
+ (-5 *4 (-527)) (-4 *5 (-13 (-519) (-791))) (-5 *1 (-1051 *5)))))
+(((*1 *2 *3 *4)
+ (-12 (-5 *3 (-594 (-724 *5 (-802 *6)))) (-5 *4 (-110)) (-4 *5 (-431))
+ (-14 *6 (-594 (-1094))) (-5 *2 (-594 (-976 *5 *6)))
+ (-5 *1 (-579 *5 *6)))))
+(((*1 *2 *3)
+ (-12 (-5 *3 (-1176 *1)) (-4 *1 (-350 *4 *5)) (-4 *4 (-162))
+ (-4 *5 (-1152 *4)) (-5 *2 (-634 *4))))
+ ((*1 *2)
+ (-12 (-4 *4 (-162)) (-4 *5 (-1152 *4)) (-5 *2 (-634 *4))
+ (-5 *1 (-388 *3 *4 *5)) (-4 *3 (-389 *4 *5))))
+ ((*1 *2)
+ (-12 (-4 *1 (-389 *3 *4)) (-4 *3 (-162)) (-4 *4 (-1152 *3))
+ (-5 *2 (-634 *3)))))
(((*1 *2 *2)
- (-12 (-5 *2 (-592 *6)) (-4 *6 (-991 *3 *4 *5)) (-4 *3 (-138))
- (-4 *3 (-286)) (-4 *3 (-517)) (-4 *4 (-735)) (-4 *5 (-789))
- (-5 *1 (-910 *3 *4 *5 *6)))))
-(((*1 *1 *1)
- (-12 (-5 *1 (-550 *2)) (-4 *2 (-37 (-385 (-525)))) (-4 *2 (-977)))))
-((-1205 . 726417) (-1206 . 726243) (-1207 . 726107) (-1208 . 725940)
- (-1209 . 725730) (-1210 . 725647) (-1211 . 725156) (-1212 . 725057)
- (-1213 . 724895) (-1214 . 724833) (-1215 . 724619) (-1216 . 724535)
- (-1217 . 724461) (-1218 . 724333) (-1219 . 723516) (-1220 . 723417)
- (-1221 . 723211) (-1222 . 722992) (-1223 . 722835) (-1224 . 722617)
- (-1225 . 722063) (-1226 . 721866) (-1227 . 721627) (-1228 . 721456)
- (-1229 . 721335) (-1230 . 721046) (-1231 . 720992) (-1232 . 720762)
- (-1233 . 719461) (-1234 . 719257) (-1235 . 719186) (-1236 . 719134)
- (-1237 . 719035) (-1238 . 718947) (-1239 . 718820) (-1240 . 718528)
- (-1241 . 718445) (-1242 . 718380) (-1243 . 718288) (-1244 . 718182)
- (-1245 . 717938) (-1246 . 717772) (-1247 . 717678) (-1248 . 717336)
- (-1249 . 717213) (-1250 . 717058) (-1251 . 716856) (-1252 . 716764)
- (-1253 . 716550) (-1254 . 716481) (-1255 . 716328) (-1256 . 715941)
- (-1257 . 712656) (-1258 . 712535) (-1259 . 712379) (-1260 . 712234)
- (-1261 . 712163) (-1262 . 712086) (-1263 . 712000) (-1264 . 711972)
- (-1265 . 711778) (-1266 . 711395) (-1267 . 711250) (-1268 . 710910)
- (-1269 . 710829) (-1270 . 710246) (-1271 . 710128) (-1272 . 708509)
- (-1273 . 708402) (-1274 . 708350) (-1275 . 708037) (-1276 . 707907)
- (-1277 . 707793) (-1278 . 707562) (-1279 . 707479) (-1280 . 707338)
- (-1281 . 707258) (-1282 . 707198) (-1283 . 707135) (-1284 . 706274)
- (-1285 . 706212) (-1286 . 706156) (-1287 . 705925) (-1288 . 705352)
- (-1289 . 705298) (-1290 . 704819) (-1291 . 704648) (-1292 . 704530)
- (-1293 . 704387) (-1294 . 704247) (-1295 . 704122) (-1296 . 702755)
- (-1297 . 702634) (-1298 . 702320) (-1299 . 702197) (-1300 . 702144)
- (-1301 . 701686) (-1302 . 700240) (-1303 . 700010) (-1304 . 699915)
- (-1305 . 699778) (-1306 . 699675) (-1307 . 699518) (-1308 . 699462)
- (-1309 . 699361) (-1310 . 699256) (-1311 . 698401) (-1312 . 698348)
- (-1313 . 698280) (-1314 . 698180) (-1315 . 698146) (-1316 . 698062)
- (-1317 . 697898) (-1318 . 697821) (-1319 . 697769) (-1320 . 697701)
- (-1321 . 697298) (-1322 . 697135) (-1323 . 696941) (-1324 . 696841)
- (-1325 . 696740) (-1326 . 696654) (-1327 . 696547) (-1328 . 696357)
- (-1329 . 696173) (-1330 . 695869) (-1331 . 695774) (-1332 . 695677)
- (-1333 . 694381) (-1334 . 694082) (-1335 . 694016) (-1336 . 693881)
- (-1337 . 693809) (-1338 . 693361) (-1339 . 693277) (-1340 . 693178)
- (-1341 . 693095) (-1342 . 693018) (-1343 . 692948) (** . 689871)
- (-1345 . 689690) (-1346 . 689519) (-1347 . 689416) (-1348 . 689305)
- (-1349 . 689043) (-1350 . 687215) (-1351 . 687103) (-1352 . 686808)
- (-1353 . 686672) (-1354 . 686334) (-1355 . 686018) (-1356 . 685921)
- (-1357 . 685811) (-1358 . 685649) (-1359 . 685494) (-1360 . 685412)
- (-1361 . 683911) (-1362 . 683840) (-1363 . 683519) (-1364 . 683448)
- (-1365 . 683238) (-1366 . 683157) (-1367 . 682446) (-1368 . 680906)
- (-1369 . 680734) (-1370 . 680510) (-1371 . 680089) (-1372 . 679741)
- (-1373 . 679552) (-1374 . 679353) (-1375 . 679197) (-1376 . 679145)
- (-1377 . 679060) (-1378 . 678978) (-1379 . 678719) (-1380 . 678372)
- (-1381 . 678226) (-1382 . 678072) (-1383 . 677727) (-1384 . 677484)
- (-1385 . 677456) (-1386 . 676420) (-1387 . 675684) (-1388 . 675580)
- (-1389 . 675507) (-1390 . 672726) (-1391 . 672638) (-1392 . 672446)
- (-1393 . 672271) (-1394 . 672053) (-1395 . 671974) (-1396 . 671553)
- (-1397 . 670367) (-1398 . 669772) (-1399 . 669611) (-1400 . 669470)
- (-1401 . 669387) (-1402 . 669260) (-1403 . 669152) (-1404 . 668278)
- (-1405 . 668204) (-1406 . 668108) (-1407 . 667982) (-1408 . 667887)
- (-1409 . 667835) (-1410 . 667651) (-1411 . 667527) (-1412 . 667478)
- (-1413 . 667370) (-1414 . 667280) (-1415 . 667173) (-1416 . 666923)
- (-1417 . 666275) (-1418 . 665637) (-1419 . 665503) (-1420 . 665334)
- (-1421 . 665249) (-1422 . 665197) (-1423 . 664869) (-1424 . 664780)
- (-1425 . 664678) (-1426 . 664518) (-1427 . 664317) (-1428 . 664065)
- (-1429 . 663947) (-1430 . 662787) (-1431 . 660657) (-1432 . 660572)
- (-1433 . 660457) (-1434 . 659823) (-1435 . 659714) (-1436 . 659652)
- (-1437 . 659496) (-1438 . 659399) (-1439 . 659011) (-1440 . 658881)
- (-1441 . 658767) (-1442 . 658562) (-1443 . 658458) (-1444 . 658406)
- (-1445 . 658046) (-1446 . 657792) (-1447 . 657500) (-1448 . 657224)
- (-1449 . 657155) (-1450 . 656992) (-1451 . 655869) (-1452 . 655585)
- (-1453 . 655551) (-1454 . 655498) (-1455 . 655356) (-1456 . 655303)
- (-1457 . 655219) (-1458 . 655110) (-1459 . 655030) (-1460 . 654974)
- (-1461 . 654722) (-1462 . 654666) (-1463 . 654537) (-1464 . 654485)
- (-1465 . 654303) (-1466 . 654247) (-1467 . 654162) (-1468 . 654041)
- (-1469 . 653914) (-1470 . 653842) (-1471 . 653657) (-1472 . 653575)
- (-1473 . 653373) (-1474 . 653320) (-1475 . 653165) (-1476 . 652999)
- (-1477 . 652901) (-1478 . 652811) (-1479 . 652514) (-1480 . 652462)
- (-1481 . 652318) (-1482 . 652226) (-1483 . 652067) (-1484 . 651926)
- (-1485 . 651253) (-1486 . 651180) (-1487 . 651102) (-1488 . 650994)
- (-1489 . 650890) (-1490 . 650837) (-1491 . 650500) (-1492 . 650355)
- (-1493 . 650272) (-1494 . 649952) (-1495 . 649799) (-1496 . 649741)
- (-1497 . 649644) (-1498 . 649050) (-1499 . 648781) (-1500 . 648707)
- (-1501 . 648610) (-1502 . 648582) (-1503 . 648266) (-1504 . 648181)
- (-1505 . 648068) (-1506 . 648037) (-1507 . 647982) (-1508 . 647845)
- (-1509 . 647656) (-1510 . 647549) (-1511 . 647493) (-1512 . 647413)
- (-1513 . 646761) (-1514 . 646676) (-1515 . 646586) (-1516 . 646449)
- (-1517 . 646179) (-1518 . 646055) (-1519 . 645943) (-1520 . 645724)
- (-1521 . 645650) (-1522 . 645535) (-1523 . 645412) (-1524 . 643694)
- (-1525 . 643593) (-1526 . 643209) (-1527 . 643044) (-1528 . 642877)
- (-1529 . 642654) (-1530 . 642600) (-1531 . 642315) (-1532 . 642248)
- (-1533 . 642110) (-1534 . 642032) (-1535 . 641963) (-1536 . 641837)
- (-1537 . 641681) (-1538 . 641515) (-1539 . 641357) (-1540 . 641279)
- (-1541 . 641195) (-1542 . 641115) (-1543 . 641049) (-1544 . 640911)
- (-1545 . 640859) (-1546 . 640726) (-1547 . 640611) (-1548 . 640510)
- (-1549 . 640303) (-1550 . 640174) (-1551 . 640078) (-1552 . 640012)
- (-1553 . 639935) (-1554 . 639855) (-1555 . 639736) (-1556 . 639582)
- (-1557 . 639467) (-1558 . 639091) (-1559 . 638933) (-1560 . 638704)
- (-1561 . 638044) (-1562 . 637941) (-1563 . 637872) (-1564 . 637678)
- (-1565 . 637601) (-1566 . 637001) (-1567 . 636855) (-1568 . 636803)
- (-1569 . 636645) (-1570 . 636593) (-1571 . 636538) (-1572 . 636398)
- (-1573 . 636233) (-1574 . 636127) (-1575 . 636068) (-1576 . 635945)
- (-1577 . 635868) (-1578 . 635641) (-1579 . 635541) (-1580 . 635440)
- (-1581 . 635137) (-1582 . 633956) (-1583 . 633853) (-1584 . 633801)
- (-1585 . 633551) (-1586 . 633306) (-1587 . 633027) (-1588 . 632807)
- (-1589 . 631934) (-1590 . 631546) (-1591 . 631476) (-1592 . 631332)
- (-1593 . 631120) (-1594 . 631067) (-1595 . 630958) (-1596 . 630805)
- (-1597 . 630515) (-1598 . 630481) (-1599 . 630228) (-1600 . 630154)
- (-1601 . 630075) (-1602 . 629664) (-1603 . 629385) (-1604 . 629237)
- (-1605 . 629115) (-1606 . 628939) (-1607 . 628871) (-1608 . 628760)
- (-1609 . 628480) (-1610 . 628394) (-1611 . 628272) (-1612 . 628182)
- (-1613 . 627180) (-1614 . 626848) (-1615 . 626778) (-1616 . 626641)
- (-1617 . 626314) (-1618 . 625104) (-1619 . 624706) (-1620 . 624593)
- (-1621 . 624527) (-1622 . 624417) (-1623 . 624330) (-1624 . 623936)
- (-1625 . 623745) (-1626 . 623636) (-1627 . 623246) (-1628 . 623183)
- (-1629 . 623130) (-1630 . 622999) (-1631 . 622777) (-1632 . 622394)
- (-1633 . 622284) (-1634 . 622211) (-1635 . 621869) (-1636 . 621787)
- (-1637 . 621725) (-1638 . 621642) (-1639 . 621492) (-1640 . 621322)
- (-1641 . 621203) (-1642 . 620844) (-1643 . 620721) (-1644 . 620620)
- (-1645 . 620514) (-1646 . 620434) (-1647 . 619822) (-1648 . 619678)
- (-1649 . 619593) (-1650 . 619410) (-1651 . 619303) (-1652 . 619079)
- (-1653 . 618853) (-1654 . 618686) (-1655 . 618524) (-1656 . 618305)
- (-1657 . 618252) (-1658 . 618143) (-1659 . 617717) (-1660 . 617562)
- (-1661 . 617183) (-1662 . 617069) (-1663 . 616998) (-1664 . 616852)
- (-1665 . 616666) (-1666 . 616487) (-1667 . 616060) (-1668 . 616008)
- (-1669 . 615840) (-1670 . 615778) (-1671 . 611618) (-1672 . 611477)
- (-1673 . 611244) (-1674 . 611177) (-1675 . 611104) (-1676 . 610954)
- (-1677 . 610836) (-1678 . 610783) (-1679 . 610671) (-1680 . 610597)
- (-1681 . 610498) (-1682 . 610340) (-1683 . 609966) (-1684 . 609311)
- (-1685 . 609180) (-1686 . 608678) (-1687 . 608607) (-1688 . 608554)
- (-1689 . 608526) (-1690 . 608195) (-1691 . 608110) (-1692 . 607926)
- (-1693 . 607556) (-1694 . 607432) (-1695 . 607320) (-1696 . 607237)
- (-1697 . 607110) (-1698 . 606954) (-1699 . 606895) (-1700 . 606784)
- (-1701 . 606724) (-1702 . 606617) (-1703 . 606484) (-1704 . 606304)
- (-1705 . 605943) (-1706 . 605844) (-1707 . 605770) (-1708 . 605693)
- (-1709 . 605599) (-1710 . 605410) (-1711 . 605292) (-1712 . 605040)
- (-1713 . 604787) (-1714 . 604647) (-1715 . 604616) (-1716 . 604549)
- (-1717 . 603007) (-1718 . 602629) (-1719 . 602471) (-1720 . 602304)
- (-1721 . 602249) (-1722 . 601922) (-1723 . 601124) (-1724 . 601041)
- (-1725 . 600889) (-1726 . 600782) (-1727 . 600619) (-1728 . 600434)
- (-1729 . 600333) (-1730 . 599847) (-1731 . 599762) (-1732 . 599667)
- (-1733 . 599580) (-1734 . 599549) (-1735 . 599370) (-1736 . 599318)
- (-1737 . 599163) (-1738 . 598883) (-1739 . 598795) (-1740 . 598447)
- (-1741 . 598345) (-1742 . 598231) (-1743 . 598086) (-1744 . 598032)
- (-1745 . 597901) (-1746 . 597777) (-1747 . 597647) (-1748 . 597073)
- (-1749 . 596921) (-1750 . 596848) (-1751 . 596783) (-1752 . 596709)
- (-1753 . 596629) (-1754 . 596552) (-1755 . 596499) (-1756 . 596418)
- (-1757 . 596277) (-1758 . 596049) (-1759 . 595934) (-1760 . 595360)
- (-1761 . 595081) (-1762 . 595009) (-1763 . 594950) (-1764 . 594895)
- (-1765 . 594502) (-1766 . 594468) (-1767 . 594381) (-1768 . 594103)
- (-1769 . 593959) (-1770 . 593385) (-1771 . 593250) (-1772 . 592884)
- (-1773 . 592761) (-1774 . 592690) (-1775 . 592584) (-1776 . 592488)
- (-1777 . 592349) (-1778 . 592159) (-1779 . 592025) (-1780 . 591867)
- (-1781 . 591180) (-1782 . 590961) (-1783 . 590854) (-1784 . 590711)
- (-1785 . 590477) (-1786 . 590407) (-1787 . 590298) (-1788 . 590057)
- (-1789 . 589866) (-1790 . 589760) (-1791 . 589665) (-1792 . 588978)
- (-1793 . 588852) (-1794 . 587973) (-1795 . 587832) (-1796 . 587310)
- (-1797 . 587155) (-1798 . 586766) (-1799 . 586671) (-1800 . 586536)
- (-1801 . 586427) (-1802 . 586366) (-1803 . 585679) (-1804 . 585607)
- (-1805 . 585550) (-1806 . 585382) (-1807 . 585201) (-1808 . 584957)
- (-1809 . 584752) (-1810 . 584437) (-1811 . 584284) (-1812 . 584186)
- (-1813 . 583975) (-1814 . 583890) (-1815 . 583862) (-1816 . 583287)
- (-1817 . 583191) (-1818 . 583121) (-1819 . 582663) (-1820 . 582604)
- (-1821 . 582545) (-1822 . 582478) (-1823 . 582378) (-1824 . 582070)
- (-1825 . 581972) (-1826 . 581917) (-1827 . 581806) (-1828 . 581231)
- (-1829 . 581130) (-1830 . 580966) (-1831 . 580704) (-1832 . 580489)
- (-1833 . 580395) (-1834 . 580318) (-1835 . 580247) (-1836 . 580170)
- (-1837 . 580079) (-1838 . 579984) (-1839 . 579826) (-1840 . 579604)
- (-1841 . 579029) (-1842 . 578600) (-1843 . 578521) (-1844 . 578384)
- (-1845 . 578131) (-1846 . 578004) (-1847 . 577930) (-1848 . 577814)
- (-1849 . 577692) (-1850 . 577499) (-1851 . 577395) (-1852 . 577300)
- (-1853 . 576726) (-1854 . 576675) (-1855 . 576574) (-1856 . 576479)
- (-1857 . 576059) (-1858 . 575832) (-1859 . 575761) (-1860 . 575679)
- (-1861 . 575621) (-1862 . 575463) (-1863 . 575394) (-1864 . 575309)
- (-1865 . 575200) (-1866 . 574626) (-1867 . 574358) (-1868 . 574245)
- (-1869 . 574041) (-1870 . 573863) (-1871 . 573556) (-1872 . 573025)
- (-1873 . 572911) (-1874 . 572769) (-1875 . 572720) (-1876 . 572146)
- (-1877 . 572016) (-1878 . 571852) (-1879 . 571682) (-1880 . 571605)
- (-1881 . 571355) (-1882 . 571278) (-1883 . 571222) (-1884 . 571159)
- (-1885 . 569863) (-1886 . 569705) (-1887 . 569561) (-1888 . 569201)
- (-1889 . 568954) (-1890 . 568683) (-1891 . 568109) (-1892 . 567568)
- (-1893 . 567443) (-1894 . 567340) (-1895 . 567196) (-1896 . 567062)
- (-1897 . 566951) (-1898 . 566852) (-1899 . 566769) (-1900 . 566660)
- (-1901 . 566448) (-1902 . 565874) (-1903 . 565224) (-1904 . 565138)
- (-1905 . 565035) (-1906 . 564930) (-1907 . 564848) (-1908 . 564592)
- (-1909 . 564495) (-1910 . 564371) (-1911 . 564297) (-1912 . 564231)
- (-1913 . 564158) (-1914 . 563988) (-1915 . 563627) (-1916 . 563577)
- (-1917 . 563234) (-1918 . 563149) (-1919 . 563080) (-1920 . 562903)
- (-1921 . 561940) (-1922 . 561755) (-1923 . 561653) (-1924 . 561600)
- (-1925 . 561387) (-1926 . 561280) (-1927 . 561228) (-1928 . 560987)
- (-1929 . 560841) (-1930 . 560536) (-1931 . 560421) (-1932 . 560116)
- (-1933 . 559860) (-1934 . 555339) (-1935 . 555254) (-1936 . 555132)
- (-1937 . 555023) (-1938 . 554773) (-1939 . 554658) (-1940 . 554385)
- (-1941 . 554108) (-1942 . 553989) (-1943 . 553915) (-1944 . 553817)
- (-1945 . 553664) (-1946 . 553574) (-1947 . 553491) (-1948 . 553275)
- (-1949 . 552962) (-1950 . 552534) (-1951 . 552451) (-1952 . 552392)
- (-1953 . 552311) (-1954 . 552170) (-1955 . 552099) (-1956 . 552046)
- (-1957 . 551969) (-1958 . 551851) (-1959 . 551350) (-1960 . 551322)
- (-1961 . 551158) (-1962 . 551053) (-1963 . 551001) (-1964 . 550843)
- (-1965 . 550790) (-1966 . 550716) (-1967 . 550544) (-1968 . 550438)
- (-1969 . 550140) (-1970 . 549853) (-1971 . 549794) (-1972 . 549555)
- (-1973 . 549406) (-1974 . 549228) (-1975 . 549173) (-1976 . 549035)
- (-1977 . 548979) (-1978 . 548539) (-1979 . 548430) (-1980 . 548352)
- (-1981 . 548168) (-1982 . 548043) (-1983 . 547921) (-1984 . 547724)
- (-1985 . 547654) (-1986 . 546583) (-1987 . 546500) (-1988 . 546357)
- (-1989 . 546213) (-1990 . 546185) (-1991 . 545802) (-1992 . 545750)
- (-1993 . 545697) (-1994 . 545446) (-1995 . 545388) (-1996 . 545237)
- (-1997 . 545126) (-1998 . 544902) (-1999 . 544831) (-2000 . 544666)
- (-2001 . 544141) (-2002 . 543959) (-2003 . 543910) (-2004 . 543705)
- (-2005 . 543326) (-2006 . 543253) (-2007 . 543075) (-2008 . 543009)
- (-2009 . 542857) (-2010 . 542783) (-2011 . 542639) (-2012 . 542537)
- (-2013 . 542043) (-2014 . 541965) (-2015 . 541894) (-2016 . 527831)
- (-2017 . 527584) (-2018 . 527109) (-2019 . 526988) (-2020 . 526628)
- (-2021 . 526253) (-2022 . 526123) (-2023 . 525937) (-2024 . 525772)
- (-2025 . 525610) (-2026 . 525550) (-2027 . 525495) (-2028 . 525422)
- (-2029 . 525131) (-2030 . 525033) (-2031 . 524887) (-2032 . 524813)
- (-2033 . 524741) (-2034 . 524667) (-2035 . 524043) (-2036 . 523872)
- (-2037 . 523721) (-2038 . 523631) (-2039 . 523392) (-2040 . 523287)
- (-2041 . 523235) (-2042 . 522319) (-2043 . 522204) (-2044 . 522151)
- (-2045 . 522017) (-2046 . 521843) (-2047 . 521702) (-2048 . 521604)
- (-2049 . 521495) (-2050 . 521361) (-2051 . 521243) (-2052 . 521091)
- (-2053 . 521039) (-2054 . 520870) (-2055 . 520671) (-2056 . 520289)
- (-2057 . 520134) (-2058 . 520067) (-2059 . 519919) (-2060 . 519772)
- (-2061 . 519695) (-2062 . 519600) (-2063 . 519501) (-2064 . 519354)
- (-2065 . 519294) (-2066 . 518923) (-2067 . 518751) (-2068 . 518642)
- (-2069 . 513939) (-2070 . 513753) (-2071 . 513615) (-2072 . 513530)
- (-2073 . 513235) (-2074 . 513032) (-2075 . 512922) (-2076 . 512798)
- (-2077 . 512523) (-12 . 512351) (-2079 . 512267) (-2080 . 512087)
- (-2081 . 512006) (-2082 . 511900) (-2083 . 511847) (-2084 . 511798)
- (-2085 . 511767) (-2086 . 511642) (-2087 . 511589) (-2088 . 511444)
- (-2089 . 511393) (-2090 . 511286) (-2091 . 511133) (-2092 . 510971)
- (-2093 . 510909) (-2094 . 510800) (-2095 . 510727) (-2096 . 510672)
- (-2097 . 510576) (-2098 . 510503) (-2099 . 510432) (-2100 . 510377)
- (-2101 . 510275) (-2102 . 510172) (-2103 . 509307) (-2104 . 509224)
- (-2105 . 509035) (-2106 . 507971) (-2107 . 507812) (-2108 . 507778)
- (-2109 . 506713) (-2110 . 506613) (-2111 . 506087) (-2112 . 505974)
- (-2113 . 505756) (-2114 . 505575) (-2115 . 505336) (-2116 . 505267)
- (-2117 . 505194) (-2118 . 505050) (-2119 . 504902) (-2120 . 504853)
- (-2121 . 504773) (-2122 . 504672) (-2123 . 504549) (-2124 . 504403)
- (-2125 . 504266) (-2126 . 504211) (-2127 . 504112) (-2128 . 504046)
- (-2129 . 503939) (-2130 . 503830) (-2131 . 503761) (-2132 . 503602)
- (-2133 . 503357) (-2134 . 503199) (-2135 . 503061) (-2136 . 502866)
- (-2137 . 502792) (-2138 . 502707) (-2139 . 502551) (-2140 . 502477)
- (-2141 . 502219) (-2142 . 502140) (-2143 . 502074) (-2144 . 501955)
- (-2145 . 501738) (-2146 . 501665) (-2147 . 501536) (-2148 . 501342)
- (-2149 . 501283) (-2150 . 501206) (-2151 . 501044) (-2152 . 500975)
- (-2153 . 500682) (-2154 . 500370) (-2155 . 500262) (-2156 . 500189)
- (-2157 . 500138) (-2158 . 500040) (-2159 . 498859) (-2160 . 498643)
- (-2161 . 498394) (-2162 . 498235) (* . 493712) (-2164 . 493329)
- (-2165 . 493276) (-2166 . 492656) (-2167 . 492053) (-2168 . 491572)
- (-2169 . 491544) (-2170 . 491472) (-2171 . 491266) (-2172 . 491158)
- (-2173 . 490885) (-2174 . 490792) (-2175 . 490573) (-2176 . 490542)
- (-2177 . 490490) (-2178 . 490158) (-2179 . 490106) (-2180 . 489891)
- (-2181 . 489320) (-2182 . 489187) (-2183 . 489119) (-2184 . 488235)
- (-2185 . 488141) (-2186 . 488034) (-2187 . 487968) (-2188 . 487659)
- (-2189 . 487356) (-2190 . 487026) (-2191 . 486699) (-2192 . 486592)
- (-2193 . 486488) (-2194 . 486418) (-2195 . 486231) (-2196 . 486071)
- (-2197 . 485987) (-2198 . 485831) (-2199 . 485580) (-2200 . 485514)
- (-2201 . 485235) (-2202 . 485100) (-2203 . 483920) (-2204 . 483784)
- (-2205 . 483634) (-2206 . 483561) (-2207 . 483317) (-2208 . 482971)
- (-2209 . 482934) (-2210 . 482861) (-2211 . 482638) (-2212 . 482494)
- (-2213 . 482442) (-2214 . 482327) (-2215 . 482275) (-2216 . 482190)
- (-2217 . 482093) (-2218 . 482037) (-2219 . 481726) (-2220 . 481627)
- (-2221 . 481490) (-2222 . 481319) (-2223 . 481193) (-2224 . 481125)
- (-2225 . 481022) (-2226 . 480907) (-2227 . 480798) (-2228 . 480740)
- (-2229 . 480687) (-2230 . 480578) (-2231 . 480483) (-2232 . 480330)
- (-2233 . 480247) (-2234 . 480076) (-2235 . 479993) (-2236 . 479908)
- (-2237 . 479776) (-2238 . 479675) (-2239 . 479563) (-2240 . 479386)
- (-2241 . 479058) (-2242 . 479030) (-2243 . 478833) (-2244 . 478778)
- (-2245 . 478588) (-2246 . 478485) (-2247 . 478075) (-2248 . 477981)
- (-2249 . 477894) (-2250 . 477837) (-2251 . 477723) (-2252 . 477649)
- (-2253 . 477505) (-2254 . 477390) (-2255 . 477268) (-2256 . 477086)
- (-2257 . 477052) (-2258 . 476895) (-2259 . 476842) (-2260 . 476774)
- (-2261 . 476105) (-2262 . 475976) (-2263 . 475883) (-2264 . 475828)
- (-2265 . 475762) (-2266 . 475728) (-2267 . 475657) (-2268 . 475530)
- (-2269 . 475496) (-2270 . 475239) (-2271 . 475183) (-2272 . 475096)
- (-2273 . 474853) (-2274 . 474297) (-2275 . 474269) (-2276 . 474139)
- (-2277 . 473995) (-2278 . 473757) (-2279 . 473691) (-2280 . 473607)
- (-2281 . 473555) (-2282 . 473459) (-2283 . 473283) (-2284 . 473059)
- (-2285 . 472938) (-2286 . 472853) (-2287 . 472143) (-2288 . 472087)
- (-2289 . 472010) (-2290 . 471812) (-2291 . 471710) (-2292 . 471591)
- (-2293 . 471497) (-2294 . 471438) (-2295 . 471386) (-2296 . 471320)
- (-2297 . 471248) (-2298 . 471144) (-2299 . 470989) (-2300 . 470617)
- (-2301 . 470145) (-2302 . 470031) (-2303 . 469973) (-2304 . 469751)
- (-2305 . 469699) (-2306 . 469577) (-2307 . 469333) (-2308 . 468952)
- (-2309 . 468797) (-2310 . 468746) (-2311 . 468645) (-2312 . 467649)
- (-2313 . 467546) (-2314 . 467463) (-2315 . 467355) (-2316 . 467211)
- (-2317 . 467050) (-2318 . 466954) (-2319 . 466845) (-2320 . 466746)
- (-2321 . 466621) (-2322 . 466491) (-2323 . 466439) (-2324 . 466142)
- (-2325 . 465858) (-2326 . 465762) (-2327 . 465734) (-2328 . 465555)
- (-2329 . 465503) (-2330 . 465309) (-2331 . 465168) (-2332 . 465059)
- (-2333 . 464580) (-2334 . 464499) (-2335 . 464446) (-2336 . 464300)
- (-2337 . 464205) (-2338 . 463935) (-2339 . 463796) (-2340 . 463590)
- (-2341 . 463272) (-2342 . 463220) (-2343 . 463119) (-2344 . 463024)
- (-2345 . 462936) (-2346 . 462789) (-2347 . 462410) (-2348 . 462280)
- (-2349 . 462130) (-2350 . 462074) (-2351 . 462005) (-2352 . 461872)
- (-2353 . 461765) (-2354 . 461360) (-2355 . 461311) (-2356 . 461099)
- (-2357 . 461005) (-2358 . 460814) (-2359 . 460634) (-2360 . 460194)
- (-2361 . 459189) (-2362 . 459139) (-2363 . 458837) (-2364 . 458536)
- (-2365 . 458394) (-2366 . 458333) (-2367 . 451379) (-2368 . 451296)
- (-2369 . 451222) (-2370 . 451051) (-2371 . 450818) (-2372 . 450747)
- (-2373 . 450618) (-2374 . 450451) (-2375 . 450335) (-2376 . 450276)
- (-2377 . 450063) (-2378 . 449948) (-2379 . 448524) (-2380 . 448027)
- (-2381 . 447856) (-2382 . 447718) (-2383 . 447666) (-2384 . 447376)
- (-2385 . 447263) (-2386 . 447175) (-2387 . 447008) (-2388 . 446956)
- (-2389 . 446668) (-2390 . 446509) (-2391 . 446457) (-2392 . 446380)
- (-2393 . 446328) (-2394 . 446249) (-2395 . 446140) (-2396 . 446085)
- (-2397 . 446035) (-2398 . 445977) (-2399 . 445491) (-2400 . 445439)
- (-2401 . 444610) (-2402 . 444397) (-2403 . 444080) (-2404 . 443943)
- (-2405 . 443825) (-2406 . 443732) (-2407 . 443407) (-2408 . 443354)
- (-2409 . 442981) (-2410 . 442898) (-2411 . 442386) (-2412 . 441731)
- (-2413 . 441598) (-2414 . 441300) (-2415 . 441089) (-2416 . 441004)
- (-2417 . 440976) (-2418 . 440924) (-2419 . 440874) (-2420 . 440754)
- (-2421 . 440702) (-2422 . 440595) (-2423 . 440542) (-2424 . 440445)
- (-2425 . 440417) (-2426 . 440200) (-2427 . 439843) (-2428 . 439533)
- (-2429 . 439429) (-2430 . 439028) (-2431 . 438840) (-2432 . 438806)
- (-2433 . 438775) (-2434 . 438643) (-2435 . 438541) (-2436 . 438333)
- (-2437 . 438235) (-2438 . 438103) (-2439 . 437938) (-2440 . 437593)
- (-2441 . 437543) (-2442 . 437344) (-2443 . 437256) (-2444 . 437086)
- (-2445 . 436875) (-2446 . 436802) (-2447 . 436515) (-2448 . 435659)
- (-2449 . 435569) (-2450 . 435508) (-2451 . 435281) (-2452 . 435126)
- (-2453 . 434968) (-2454 . 434831) (-2455 . 434746) (-2456 . 434610)
- (-2457 . 434080) (-2458 . 433906) (-2459 . 433757) (-2460 . 433614)
- (-2461 . 433484) (-2462 . 433325) (-2463 . 433009) (-2464 . 432923)
- (-2465 . 432795) (-2466 . 432685) (-2467 . 432534) (-2468 . 432393)
- (-2469 . 432337) (-2470 . 432217) (-2471 . 432124) (-2472 . 431994)
- (-2473 . 431937) (-2474 . 431646) (-2475 . 431450) (-2476 . 431378)
- (-2477 . 431304) (-2478 . 431010) (-2479 . 430940) (-2480 . 430867)
- (-2481 . 430745) (-2482 . 430653) (-2483 . 430569) (-2484 . 430520)
- (-2485 . 430054) (-2486 . 429946) (-2487 . 429851) (-2488 . 429799)
- (-2489 . 429596) (-2490 . 429438) (-2491 . 429382) (-2492 . 429263)
- (-2493 . 429009) (-2494 . 428574) (-2495 . 428465) (-2496 . 418935)
- (-2497 . 418851) (-2498 . 418758) (-2499 . 418621) (-2500 . 418412)
- (-2501 . 417072) (-2502 . 416925) (-2503 . 416599) (-2504 . 416516)
- (-2505 . 416433) (-2506 . 416399) (-2507 . 416329) (-2508 . 416277)
- (-2509 . 416055) (-2510 . 415984) (-2511 . 415918) (-2512 . 415800)
- (-2513 . 415766) (-2514 . 415647) (-2515 . 415598) (-2516 . 415436)
- (-2517 . 415359) (-2518 . 415260) (-2519 . 414845) (-2520 . 414790)
- (-2521 . 414702) (-2522 . 414650) (-2523 . 414442) (-2524 . 414224)
- (-2525 . 414072) (-2526 . 413873) (-2527 . 413598) (-2528 . 413055)
- (-2529 . 412899) (-2530 . 412825) (-2531 . 412766) (-2532 . 412668)
- (-2533 . 411431) (-2534 . 411330) (-2535 . 410966) (-2536 . 410616)
- (-2537 . 410447) (-2538 . 410381) (-2539 . 410191) (-2540 . 410129)
- (-2541 . 409992) (-2542 . 409913) (-2543 . 409843) (-2544 . 409691)
- (-2545 . 409589) (-2546 . 409521) (-2547 . 409438) (-2548 . 409244)
- (-2549 . 409103) (-2550 . 408969) (-2551 . 408900) (-2552 . 408791)
- (-2553 . 408718) (-2554 . 408542) (-2555 . 408432) (-2556 . 407630)
- (-2557 . 407523) (-2558 . 407438) (-2559 . 407386) (-2560 . 407268)
- (-2561 . 407032) (-2562 . 406827) (-2563 . 406692) (-2564 . 406639)
- (-2565 . 406568) (-2566 . 406512) (-2567 . 406357) (-2568 . 406258)
- (-2569 . 406163) (-2570 . 406036) (-2571 . 405827) (-2572 . 405774)
- (-2573 . 405724) (-2574 . 405641) (-2575 . 405592) (-2576 . 405519)
- (-2577 . 405302) (-2578 . 405225) (-2579 . 405196) (-2580 . 404599)
- (-2581 . 404512) (-2582 . 404370) (-2583 . 403924) (-2584 . 403373)
- (-2585 . 403278) (-2586 . 403222) (-2587 . 403159) (-2588 . 402921)
- (-2589 . 402831) (-2590 . 402797) (-2591 . 402714) (-2592 . 402654)
- (-2593 . 402250) (-2594 . 402094) (-2595 . 401995) (-2596 . 401900)
- (-2597 . 401872) (-2598 . 401625) (-2599 . 401512) (-2600 . 401222)
- (-2601 . 401022) (-2602 . 400574) (-2603 . 400227) (-2604 . 400074)
- (-2605 . 399959) (-2606 . 399872) (-2607 . 399806) (-2608 . 399670)
- (-2609 . 399597) (-2610 . 399529) (-2611 . 399442) (-2612 . 399318)
- (-2613 . 399199) (-2614 . 398980) (-2615 . 398061) (-2616 . 397988)
- (-2617 . 397815) (-2618 . 397393) (-2619 . 397341) (-2620 . 397309)
- (-2621 . 397093) (-2622 . 397041) (-2623 . 396846) (-2624 . 396794)
- (-2625 . 396614) (-2626 . 396168) (-2627 . 396056) (-2628 . 395709)
- (-2629 . 395610) (-2630 . 395524) (-2631 . 395162) (-2632 . 395094)
- (-2633 . 395001) (-2634 . 394843) (-2635 . 394322) (-2636 . 394221)
- (-2637 . 394096) (-2638 . 393891) (-2639 . 393834) (-2640 . 393713)
- (-2641 . 393612) (-2642 . 393542) (-2643 . 393372) (-2644 . 393167)
- (-2645 . 393012) (-2646 . 392905) (-2647 . 392732) (-2648 . 392577)
- (-2649 . 392492) (-2650 . 392440) (-2651 . 392375) (-2652 . 392188)
- (-2653 . 392063) (-2654 . 391586) (-2655 . 391508) (-2656 . 390988)
- (-2657 . 390850) (-2658 . 390819) (-2659 . 390714) (-2660 . 390629)
- (-2661 . 390221) (-2662 . 387876) (-2663 . 387798) (-2664 . 387668)
- (-2665 . 387569) (-2666 . 387422) (-2667 . 387242) (-2668 . 386427)
- (-2669 . 386309) (-2670 . 386084) (-2671 . 385961) (-2672 . 385865)
- (-2673 . 385791) (-2674 . 385723) (-2675 . 385624) (-2676 . 385371)
- (-2677 . 385277) (-2678 . 385150) (-2679 . 385090) (-2680 . 385013)
- (-2681 . 384658) (-2682 . 384499) (-2683 . 384471) (-2684 . 384236)
- (-2685 . 384137) (-2686 . 383958) (-2687 . 383841) (-2688 . 383789)
- (-2689 . 383496) (-2690 . 383401) (-2691 . 383324) (-2692 . 383195)
- (-2693 . 383006) (-2694 . 382746) (-2695 . 382623) (-2696 . 382526)
- (-2697 . 382473) (-2698 . 381874) (-2699 . 381846) (-2700 . 381775)
- (-2701 . 381021) (-2702 . 378869) (-2703 . 378682) (-2704 . 376903)
- (-2705 . 376705) (-2706 . 376581) (-2707 . 376095) (-2708 . 375951)
- (-2709 . 375623) (-2710 . 375536) (-2711 . 375256) (-2712 . 375173)
- (-2713 . 374914) (-2714 . 374859) (-2715 . 374750) (-2716 . 374429)
- (-2717 . 374373) (-2718 . 374052) (-2719 . 373949) (-2720 . 373705)
- (-2721 . 373461) (-2722 . 373332) (-2723 . 373037) (-2724 . 372981)
- (-2725 . 372457) (-2726 . 372383) (-2727 . 372245) (-2728 . 372035)
- (-2729 . 371720) (-2730 . 371532) (-2731 . 371288) (-2732 . 369526)
- (-2733 . 369287) (-2734 . 369080) (-2735 . 368837) (-2736 . 368744)
- (-2737 . 368664) (-2738 . 368453) (-2739 . 368366) (-2740 . 368315)
- (-2741 . 368102) (-2742 . 367976) (-2743 . 367841) (-2744 . 367708)
- (-2745 . 367637) (-2746 . 367581) (-2747 . 367328) (-2748 . 367142)
- (-2749 . 367044) (-2750 . 366889) (-2751 . 366806) (-2752 . 366684)
- (-2753 . 366452) (-2754 . 365260) (-2755 . 365232) (-2756 . 365107)
- (-2757 . 365049) (-2758 . 364996) (-2759 . 364937) (-2760 . 364653)
- (-2761 . 364601) (-2762 . 364549) (-2763 . 364478) (-2764 . 364385)
- (-2765 . 364187) (-2766 . 364131) (-2767 . 363794) (-2768 . 363738)
- (-2769 . 363542) (-2770 . 363476) (-2771 . 363396) (-2772 . 362296)
- (-2773 . 362216) (-2774 . 362157) (-2775 . 361889) (-2776 . 361626)
- (-2777 . 361493) (-2778 . 361334) (-2779 . 361220) (-2780 . 361192)
- (-2781 . 361071) (-2782 . 360974) (-2783 . 360772) (-2784 . 360665)
- (-2785 . 360558) (-2786 . 359538) (-2787 . 359397) (-2788 . 359239)
- (-2789 . 359158) (-2790 . 359106) (-2791 . 358842) (-2792 . 358779)
- (-2793 . 358676) (-2794 . 358473) (-2795 . 358242) (-2796 . 358126)
- (-2797 . 357882) (-2798 . 357817) (-2799 . 357238) (-2800 . 356973)
- (-2801 . 356863) (-2802 . 356807) (-2803 . 356734) (-2804 . 356618)
- (-2805 . 356489) (-2806 . 356382) (-2807 . 356295) (-2808 . 356210)
- (-2809 . 356034) (-2810 . 355894) (-2811 . 355677) (-2812 . 355628)
- (-2813 . 355555) (-2814 . 355475) (-2815 . 355423) (-2816 . 355209)
- (-2817 . 355050) (-2818 . 354894) (-2819 . 354807) (-2820 . 354698)
- (-2821 . 354558) (-2822 . 354505) (-2823 . 354339) (-2824 . 354142)
- (-2825 . 350154) (-2826 . 349807) (-2827 . 349491) (-2828 . 349000)
- (-2829 . 348921) (-2830 . 348834) (-2831 . 348182) (-2832 . 348052)
- (-2833 . 347909) (-2834 . 347700) (-2835 . 347648) (-2836 . 347392)
- (-2837 . 347322) (-2838 . 347223) (-2839 . 347120) (-2840 . 347086)
- (-2841 . 346979) (-2842 . 346950) (-2843 . 346832) (-2844 . 346738)
- (-2845 . 346707) (-2846 . 346581) (-2847 . 346476) (-2848 . 346376)
- (-2849 . 346096) (-2850 . 345755) (-2851 . 345424) (-2852 . 345330)
- (-2853 . 345151) (-2854 . 345071) (-2855 . 344973) (-2856 . 344903)
- (-2857 . 344726) (-2858 . 344379) (-2859 . 344324) (-2860 . 343140)
- (-2861 . 341855) (-2862 . 341760) (-2863 . 341631) (-2864 . 341578)
- (-2865 . 341433) (-2866 . 341273) (-2867 . 341144) (-2868 . 340692)
- (-2869 . 340568) (-2870 . 340083) (-2871 . 338905) (-2872 . 338852)
- (-2873 . 338717) (-2874 . 338594) (-2875 . 337990) (-2876 . 337917)
- (-2877 . 337831) (-2878 . 337789) (-2879 . 337615) (-2880 . 335417)
- (-2881 . 335293) (-2882 . 335047) (-2883 . 334974) (-2884 . 334661)
- (-2885 . 334388) (-2886 . 334228) (-2887 . 334096) (-2888 . 333746)
- (-2889 . 333542) (-2890 . 333403) (-2891 . 333044) (-2892 . 332694)
- (-2893 . 332585) (-2894 . 332501) (-2895 . 332360) (-2896 . 332286)
- (-2897 . 332127) (-2898 . 331567) (-2899 . 330803) (-2900 . 330684)
- (-2901 . 330597) (-2902 . 330286) (-2903 . 330159) (-2904 . 330100)
- (-2905 . 330047) (-2906 . 329955) (-2907 . 329862) (-2908 . 329745)
- (-2909 . 329680) (-2910 . 329564) (-2911 . 329467) (-2912 . 329348)
- (-2913 . 328396) (-2914 . 327789) (-2915 . 327448) (-2916 . 327356)
- (-2917 . 327137) (-2918 . 327026) (-2919 . 326746) (-2920 . 326313)
- (-2921 . 326219) (-2922 . 326146) (-2923 . 326032) (-2924 . 325607)
- (-2925 . 325526) (-2926 . 325356) (-2927 . 325243) (-2928 . 325152)
- (-2929 . 324986) (-2930 . 324934) (-2931 . 324757) (-2932 . 324635)
- (-2933 . 324550) (-2934 . 324125) (-2935 . 324038) (-2936 . 323880)
- (-2937 . 323828) (-2938 . 323674) (-2939 . 323513) (-2940 . 323346)
- (-2941 . 323272) (-2942 . 323055) (-2943 . 322989) (-2944 . 322894)
- (-2945 . 322561) (-2946 . 322302) (-2947 . 322231) (-2948 . 322108)
- (-2949 . 321762) (-2950 . 321685) (-2951 . 321459) (-2952 . 321374)
- (-2953 . 321277) (-2954 . 321200) (-2955 . 321024) (-2956 . 320806)
- (-2957 . 320726) (-2958 . 319968) (-2959 . 319866) (-2960 . 319795)
- (-2961 . 319737) (-2962 . 319614) (-2963 . 319546) (-2964 . 319403)
- (-2965 . 319312) (-2966 . 319245) (-2967 . 319034) (-2968 . 318911)
- (-2969 . 318239) (-2970 . 318173) (-2971 . 316808) (-2972 . 316706)
- (-2973 . 316654) (-2974 . 316481) (-2975 . 316407) (-2976 . 315871)
- (-2977 . 315264) (-2978 . 315191) (-2979 . 314957) (-2980 . 314660)
- (-2981 . 314273) (-2982 . 314066) (-2983 . 313911) (-2984 . 313685)
- (-2985 . 313545) (-2986 . 313341) (-2987 . 313289) (-2988 . 313192)
- (-2989 . 313032) (-2990 . 312877) (-2991 . 312690) (-2992 . 312637)
- (-2993 . 312341) (-2994 . 312006) (-2995 . 311459) (-2996 . 308551)
- (-2997 . 308402) (-2998 . 308315) (-2999 . 308192) (-3000 . 307967)
- (-3001 . 307912) (-3002 . 307621) (-3003 . 307544) (-3004 . 307507)
- (-3005 . 307182) (-3006 . 307038) (-3007 . 306890) (-3008 . 306788)
- (-3009 . 306707) (-3010 . 306651) (-3011 . 306535) (-3012 . 306122)
- (-3013 . 306091) (-3014 . 305975) (-3015 . 305849) (-3016 . 305580)
- (-3017 . 305246) (-3018 . 305168) (-3019 . 305055) (-3020 . 304727)
- (-3021 . 304477) (-3022 . 304152) (-3023 . 304049) (-3024 . 303697)
- (-3025 . 303614) (-3026 . 303502) (-3027 . 302983) (-3028 . 302790)
- (-3029 . 302592) (-3030 . 302540) (-3031 . 302242) (-3032 . 302089)
- (-3033 . 301810) (-3034 . 301715) (-3035 . 301613) (-3036 . 301544)
- (-3037 . 301271) (-3038 . 301178) (-3039 . 301060) (-3040 . 300980)
- (-3041 . 300875) (-3042 . 300458) (-3043 . 299917) (-3044 . 299889)
- (-3045 . 299653) (-3046 . 299587) (-3047 . 299448) (-3048 . 299330)
- (-3049 . 299221) (-3050 . 299030) (-3051 . 298755) (-3052 . 298650)
- (-3053 . 298595) (-3054 . 298517) (-3055 . 298238) (-3056 . 298135)
- (-3057 . 298019) (-3058 . 297907) (-3059 . 297829) (-3060 . 297769)
- (-3061 . 297692) (-3062 . 297607) (-3063 . 297540) (-3064 . 297441)
- (-3065 . 297226) (-3066 . 297104) (-3067 . 297007) (-3068 . 296840)
- (-3069 . 296613) (-3070 . 296347) (-3071 . 296053) (-3072 . 295923)
- (-3073 . 295741) (-3074 . 295597) (-3075 . 295514) (-3076 . 295290)
- (-3077 . 295233) (-3078 . 295018) (-3079 . 294928) (-3080 . 294744)
- (-3081 . 294512) (-3082 . 294407) (-3083 . 294229) (-3084 . 294029)
- (-3085 . 292782) (-3086 . 292444) (-3087 . 292379) (-3088 . 292273)
- (-3089 . 292189) (-3090 . 291934) (-3091 . 291836) (-3092 . 291705)
- (-3093 . 291549) (-3094 . 291437) (-3095 . 291137) (-3096 . 291050)
- (-3097 . 290871) (-3098 . 290779) (-3099 . 290556) (-3100 . 290263)
- (-3101 . 290064) (-3102 . 289772) (-3103 . 289644) (-3104 . 289418)
- (-3105 . 289389) (-3106 . 289219) (-3107 . 289066) (-3108 . 288941)
- (-3109 . 288350) (-3110 . 288282) (-3111 . 288204) (-3112 . 288085)
- (-3113 . 287846) (-3114 . 287694) (-3115 . 287583) (-3116 . 287555)
- (-3117 . 287309) (-3118 . 287224) (-3119 . 287136) (-3120 . 286807)
- (-3121 . 286654) (-3122 . 286625) (-3123 . 286482) (-3124 . 286148)
- (-3125 . 285538) (-3126 . 285411) (-3127 . 285379) (-3128 . 285327)
- (-3129 . 285242) (-3130 . 285073) (-3131 . 285002) (-3132 . 284662)
- (-3133 . 284625) (-3134 . 284530) (-3135 . 283956) (-3136 . 282381)
- (-3137 . 281878) (-3138 . 281764) (-3139 . 281565) (-3140 . 281408)
- (-3141 . 281026) (-3142 . 280923) (-3143 . 280857) (-3144 . 280705)
- (-3145 . 280655) (-3146 . 280600) (-3147 . 280548) (-3148 . 280426)
- (-3149 . 280367) (-3150 . 280148) (-3151 . 280054) (-3152 . 279947)
- (-3153 . 278862) (-3154 . 278566) (-3155 . 278423) (-3156 . 278317)
- (-3157 . 278256) (-3158 . 278162) (-3159 . 277579) (-3160 . 277400)
- (-3161 . 277292) (-3162 . 277070) (-3163 . 276819) (-3164 . 276570)
- (-3165 . 275965) (-3166 . 275891) (-3167 . 275823) (-3168 . 275730)
- (-3169 . 275517) (-3170 . 275354) (-3171 . 275302) (-3172 . 275201)
- (-3173 . 274711) (-3174 . 274534) (-3175 . 274481) (-3176 . 274253)
- (-3177 . 274155) (-3178 . 273317) (-3179 . 273217) (-3180 . 273105)
- (-3181 . 273011) (-3182 . 272959) (-3183 . 272931) (-3184 . 272738)
- (-3185 . 272668) (-3186 . 272376) (-3187 . 272286) (-3188 . 272209)
- (-3189 . 272138) (-3190 . 271894) (-3191 . 271777) (-3192 . 270527)
- (-3193 . 270332) (-3194 . 270088) (-3195 . 270032) (-3196 . 269879)
- (-3197 . 269766) (-3198 . 269450) (-3199 . 268934) (-3200 . 268603)
- (-3201 . 268012) (-3202 . 267668) (-3203 . 267343) (-3204 . 266764)
- (-3205 . 266687) (-3206 . 266558) (-3207 . 266420) (-3208 . 266243)
- (-3209 . 265993) (-3210 . 265749) (-3211 . 265686) (-3212 . 265154)
- (-3213 . 264574) (-3214 . 264503) (-3215 . 264432) (-3216 . 264334)
- (-3217 . 264191) (-3218 . 264091) (-3219 . 263847) (-3220 . 263819)
- (-3221 . 263298) (-3222 . 263254) (-3223 . 263083) (-3224 . 261980)
- (-3225 . 261609) (-3226 . 261554) (-3227 . 261374) (-3228 . 261279)
- (-3229 . 261105) (-3230 . 261039) (-3231 . 260932) (-3232 . 260832)
- (-3233 . 260447) (-3234 . 260395) (-3235 . 260274) (-3236 . 260191)
- (-3237 . 259964) (-3238 . 259634) (-3239 . 259239) (-3240 . 259173)
- (-3241 . 259099) (-3242 . 258932) (-3243 . 258135) (-3244 . 258055)
- (-3245 . 257875) (-3246 . 255460) (-3247 . 255390) (-3248 . 255324)
- (-3249 . 255230) (-3250 . 254911) (-3251 . 254771) (-3252 . 254699)
- (-3253 . 254593) (-3254 . 254511) (-3255 . 254364) (-3256 . 254307)
- (-3257 . 254094) (-3258 . 254034) (-3259 . 253794) (-3260 . 253407)
- (-3261 . 252523) (-3262 . 252159) (-3263 . 252057) (-3264 . 251970)
- (-3265 . 251863) (-3266 . 251780) (-3267 . 251703) (-3268 . 251394)
- (-3269 . 251176) (-3270 . 251094) (-3271 . 250843) (-3272 . 250726)
- (-3273 . 250653) (-3274 . 250568) (-3275 . 250490) (-3276 . 249690)
- (-3277 . 249482) (-3278 . 248980) (-3279 . 248489) (-3280 . 248458)
- (-3281 . 248379) (-3282 . 248233) (-3283 . 247924) (-3284 . 247693)
- (-3285 . 247581) (-3286 . 247503) (-3287 . 247433) (-3288 . 247353)
- (-3289 . 247229) (-3290 . 247162) (-3291 . 247134) (-3292 . 247004)
- (-3293 . 246917) (-3294 . 246843) (-3295 . 245845) (-3296 . 245405)
- (-3297 . 245333) (-3298 . 245063) (-3299 . 244901) (-3300 . 243689)
- (-3301 . 243660) (-3302 . 243555) (-3303 . 243504) (-3304 . 243367)
- (-3305 . 243296) (-3306 . 242481) (-3307 . 242384) (-3308 . 242222)
- (-3309 . 242167) (-3310 . 242027) (-3311 . 241825) (-3312 . 241774)
- (-3313 . 241706) (-3314 . 241480) (-3315 . 241339) (-3316 . 241226)
- (-3317 . 240451) (-3318 . 240321) (-3319 . 239984) (-3320 . 239683)
- (-3321 . 239470) (-3322 . 239349) (-3323 . 239252) (-3324 . 238629)
- (-3325 . 238547) (-3326 . 238494) (-3327 . 238328) (-3328 . 237914)
- (-3329 . 237836) (-3330 . 237590) (-3331 . 237448) (-3332 . 237260)
- (-3333 . 237127) (-3334 . 236998) (-3335 . 236346) (-3336 . 235691)
- (-3337 . 235638) (-3338 . 235047) (-3339 . 234911) (-3340 . 234796)
- (-3341 . 234725) (-3342 . 234667) (-3343 . 234550) (-3344 . 234413)
- (-3345 . 234318) (-3346 . 234255) (-3347 . 232303) (-3348 . 232165)
- (-3349 . 231411) (-3350 . 231082) (-3351 . 231009) (-3352 . 230925)
- (-3353 . 230593) (-3354 . 230142) (-3355 . 230048) (-3356 . 229910)
- (-3357 . 229787) (-3358 . 229537) (-3359 . 228674) (-3360 . 228587)
- (-3361 . 228535) (-3362 . 228455) (-3363 . 228375) (-3364 . 228204)
- (-3365 . 228090) (-3366 . 227714) (-3367 . 227436) (-3368 . 227333)
- (-3369 . 227250) (-3370 . 227132) (-3371 . 227030) (-3372 . 226956)
- (-3373 . 226468) (-3374 . 226414) (-3375 . 226167) (-3376 . 226111)
- (-3377 . 226044) (-3378 . 225901) (-3379 . 225797) (-3380 . 225726)
- (-3381 . 225625) (-3382 . 225485) (-3383 . 225355) (-3384 . 225327)
- (-3385 . 225210) (-3386 . 225137) (-3387 . 224979) (-3388 . 224893)
- (-3389 . 224797) (-3390 . 224467) (-3391 . 224225) (-3392 . 224102)
- (-3393 . 223932) (-3394 . 223779) (-3395 . 223695) (-3396 . 223625)
- (-3397 . 223354) (-3398 . 223280) (-3399 . 223074) (-3400 . 222774)
- (-3401 . 222643) (-3402 . 222020) (-3403 . 221904) (-3404 . 221797)
- (-3405 . 221645) (-3406 . 221617) (-3407 . 221551) (-3408 . 221522)
- (-3409 . 220887) (-3410 . 220853) (-3411 . 220658) (-3412 . 220630)
- (-3413 . 220599) (-3414 . 220488) (-3415 . 220410) (-3416 . 220246)
- (-3417 . 220147) (-3418 . 219780) (-3419 . 219697) (-3420 . 219560)
- (-3421 . 219507) (-3422 . 219285) (-3423 . 219147) (-3424 . 219085)
- (-3425 . 218878) (-3426 . 218822) (-3427 . 218631) (-3428 . 218536)
- (-3429 . 218484) (-3430 . 218355) (-3431 . 213255) (-3432 . 213074)
- (-3433 . 213006) (-3434 . 212940) (-3435 . 212799) (-3436 . 212462)
- (-3437 . 212407) (-3438 . 212295) (-3439 . 212242) (-3440 . 212168)
- (-3441 . 212059) (-3442 . 211953) (-3443 . 211902) (-3444 . 211587)
- (-3445 . 211535) (-3446 . 211198) (-3447 . 211143) (-3448 . 209941)
- (-3449 . 209834) (-3450 . 209557) (-3451 . 209470) (-3452 . 209377)
- (-3453 . 209169) (-3454 . 209005) (-3455 . 208968) (-3456 . 208745)
- (-3457 . 208693) (-3458 . 208584) (-3459 . 208497) (-3460 . 208201)
- (-3461 . 208103) (-3462 . 207994) (-3463 . 207795) (-3464 . 207597)
- (-3465 . 207489) (-3466 . 207361) (-3467 . 206633) (-3468 . 206383)
- (-3469 . 205895) (-3470 . 205705) (-3471 . 205633) (-3472 . 204998)
- (-3473 . 204561) (-3474 . 204487) (-3475 . 204362) (-3476 . 204248)
- (-3477 . 204130) (-3478 . 204057) (-3479 . 203752) (-3480 . 203654)
- (-3481 . 203537) (-3482 . 203154) (-3483 . 202941) (-3484 . 202875)
- (-3485 . 202808) (-3486 . 202584) (-3487 . 202533) (-3488 . 202369)
- (-3489 . 202341) (-3490 . 202284) (-3491 . 202144) (-3492 . 201298)
- (-3493 . 201195) (-3494 . 201115) (-3495 . 200992) (-3496 . 200605)
- (-3497 . 200434) (-3498 . 200133) (-3499 . 200051) (-3500 . 199983)
- (-3501 . 199910) (-3502 . 199857) (-3503 . 199718) (-3504 . 196108)
- (-3505 . 196001) (-3506 . 195837) (-3507 . 195779) (-3508 . 195489)
- (-3509 . 195437) (-3510 . 195343) (-3511 . 195277) (-3512 . 195112)
- (-3513 . 194988) (-3514 . 194676) (-3515 . 194561) (-3516 . 194487)
- (-3517 . 194347) (-3518 . 194238) (-3519 . 194210) (-3520 . 194067)
- (-3521 . 193977) (-3522 . 193851) (-3523 . 193792) (-3524 . 193681)
- (-3525 . 193243) (-3526 . 193142) (-3527 . 193007) (-3528 . 192933)
- (-3529 . 190833) (-3530 . 190696) (-3531 . 190644) (-3532 . 190610)
- (-3533 . 190511) (-3534 . 190381) (-3535 . 190236) (-3536 . 189974)
- (-3537 . 189900) (-3538 . 189408) (-3539 . 189136) (-3540 . 189031)
- (-3541 . 188800) (-3542 . 188644) (-3543 . 188524) (-3544 . 188233)
- (-3545 . 188160) (-3546 . 188036) (-3547 . 187955) (-3548 . 187786)
- (-3549 . 187645) (-3550 . 187529) (-3551 . 186828) (-3552 . 184576)
- (-3553 . 184333) (-3554 . 183867) (-3555 . 183699) (-3556 . 183579)
- (-3557 . 183126) (-3558 . 183042) (-3559 . 182496) (-3560 . 182412)
- (-3561 . 182338) (-3562 . 182119) (-3563 . 182085) (-3564 . 181904)
- (-3565 . 181482) (-3566 . 181426) (-3567 . 181216) (-3568 . 181165)
- (-3569 . 181070) (-3570 . 180999) (-3571 . 180902) (-3572 . 180817)
- (-3573 . 180506) (-3574 . 180395) (-3575 . 180343) (-3576 . 180162)
- (-3577 . 180106) (-3578 . 180053) (-3579 . 179814) (-3580 . 179655)
- (-3581 . 179546) (-3582 . 179155) (-3583 . 178957) (-3584 . 178643)
- (-3585 . 178439) (-3586 . 177169) (-3587 . 177055) (-3588 . 175945)
- (-3589 . 175827) (-3590 . 175440) (-3591 . 175361) (-3592 . 175327)
- (-3593 . 174959) (-3594 . 174906) (-3595 . 174826) (-3596 . 174719)
- (-3597 . 174632) (-3598 . 174444) (-3599 . 174258) (-3600 . 173590)
- (-3601 . 173464) (-3602 . 173343) (-3603 . 173180) (-3604 . 173079)
- (-3605 . 172464) (-3606 . 172217) (-3607 . 172130) (-3608 . 172029)
- (-3609 . 171580) (-3610 . 171427) (-3611 . 171375) (-3612 . 171326)
- (-3613 . 171149) (-3614 . 171023) (-3615 . 170879) (-3616 . 170707)
- (-3617 . 170249) (-3618 . 170170) (-3619 . 170117) (-3620 . 170047)
- (-3621 . 169938) (-3622 . 169740) (-3623 . 169524) (-3624 . 169456)
- (-3625 . 169373) (-3626 . 169339) (-3627 . 169167) (-3628 . 169080)
- (-3629 . 168863) (-3630 . 168797) (-3631 . 168725) (-3632 . 168621)
- (-3633 . 168439) (-3634 . 168252) (-3635 . 168062) (-3636 . 167946)
- (-3637 . 167774) (-3638 . 167033) (-3639 . 166725) (-3640 . 166618)
- (-3641 . 166473) (-3642 . 166282) (-3643 . 165990) (-3644 . 165773)
- (-3645 . 164809) (-3646 . 164563) (-3647 . 164508) (-3648 . 164336)
- (-3649 . 163595) (-3650 . 163207) (-3651 . 163136) (-3652 . 162970)
- (-3653 . 162478) (-3654 . 162364) (-3655 . 162212) (-3656 . 162080)
- (-3657 . 161895) (-3658 . 161444) (-3659 . 160756) (-3660 . 159947)
- (-3661 . 159862) (-3662 . 159724) (-3663 . 159344) (-3664 . 159241)
- (-3665 . 159186) (-3666 . 159087) (-3667 . 158903) (-3668 . 158708)
- (-3669 . 158559) (-3670 . 158486) (-3671 . 158399) (-3672 . 158254)
- (-3673 . 158134) (-3674 . 157947) (-3675 . 157890) (-3676 . 157784)
- (-3677 . 157720) (-3678 . 157144) (-3679 . 156832) (-3680 . 156623)
- (-3681 . 156417) (-3682 . 156130) (-3683 . 155998) (-3684 . 155759)
- (-3685 . 155615) (-3686 . 155193) (-3687 . 155069) (-3688 . 154641)
- (-3689 . 154521) (-3690 . 154441) (-3691 . 154299) (-3692 . 153484)
- (-3693 . 153414) (-3694 . 153208) (-3695 . 153171) (-3696 . 153099)
- (-3697 . 152944) (-3698 . 152368) (-3699 . 152257) (-3700 . 152104)
- (-3701 . 152034) (-3702 . 151755) (-3703 . 151685) (-3704 . 151492)
- (-3705 . 151336) (-3706 . 151064) (-3707 . 149754) (-3708 . 149577)
- (-3709 . 149503) (-3710 . 149420) (-3711 . 149299) (-3712 . 149240)
- (-3713 . 148841) (-3714 . 148786) (-3715 . 148731) (-3716 . 148679)
- (-3717 . 148576) (-3718 . 148453) (-3719 . 148387) (-3720 . 148141)
- (-3721 . 148025) (-3722 . 147855) (-3723 . 147714) (-3724 . 147643)
- (-3725 . 147541) (-3726 . 147437) (-3727 . 147320) (-3728 . 147160)
- (-3729 . 147002) (-3730 . 146930) (-3731 . 145076) (-3732 . 144555)
- (-3733 . 144439) (-3734 . 144031) (-3735 . 143747) (-3736 . 143690)
- (-3737 . 143104) (-3738 . 143070) (-3739 . 142879) (-3740 . 142820)
- (-3741 . 142421) (-3742 . 142315) (-3743 . 142211) (-3744 . 142138)
- (-3745 . 142005) (-3746 . 141953) (-3747 . 141887) (-3748 . 141342)
- (-3749 . 141172) (-3750 . 141065) (-3751 . 140772) (-3752 . 140720)
- (-3753 . 140658) (-3754 . 140573) (-3755 . 140509) (-3756 . 140430)
- (-3757 . 140381) (-3758 . 139914) (-3759 . 139858) (-3760 . 139715)
- (-3761 . 139541) (-3762 . 139318) (-3763 . 139207) (-3764 . 137743)
- (-3765 . 137677) (-3766 . 137603) (-3767 . 137461) (-3768 . 137261)
- (-3769 . 137039) (-3770 . 136941) (-3771 . 136698) (-3772 . 136645)
- (-3773 . 136510) (-3774 . 136328) (-3775 . 136143) (-3776 . 135981)
- (-3777 . 135807) (-3778 . 135672) (-3779 . 135603) (-3780 . 135428)
- (-3781 . 135314) (-3782 . 134814) (-3783 . 134538) (-3784 . 134451)
- (-3785 . 134328) (-3786 . 134134) (-3787 . 134039) (-3788 . 133503)
- (-3789 . 133396) (-3790 . 133304) (-3791 . 133131) (-3792 . 133037)
- (-3793 . 132984) (-3794 . 132798) (-3795 . 132725) (-3796 . 132654)
- (-3797 . 132400) (-3798 . 131824) (-3799 . 131308) (-3800 . 130976)
- (-3801 . 130595) (-3802 . 130435) (-3803 . 130334) (-3804 . 130091)
- (-3805 . 129945) (-3806 . 129831) (-3807 . 129227) (-3808 . 128541)
- (-3809 . 128330) (-3810 . 128235) (-3811 . 128149) (-3812 . 127875)
- (-3813 . 127713) (-3814 . 127407) (-3815 . 127357) (-3816 . 127242)
- (-3817 . 126633) (-3818 . 126561) (-3819 . 126420) (-3820 . 125734)
- (-3821 . 125621) (-3822 . 125548) (-3823 . 125520) (-3824 . 125004)
- (-3825 . 124946) (-3826 . 124880) (-3827 . 124780) (-3828 . 124641)
- (-3829 . 124393) (-3830 . 123969) (-3831 . 123888) (-3832 . 123732)
- (-3833 . 123635) (-3834 . 123189) (-3835 . 123119) (-3836 . 123053)
- (-3837 . 122982) (-3838 . 122824) (-3839 . 122712) (-3840 . 122616)
- (-3841 . 122556) (-3842 . 122169) (-3843 . 121921) (-3844 . 121865)
- (-3845 . 121523) (-3846 . 121473) (-3847 . 121305) (-3848 . 121112)
- (-3849 . 120964) (-3850 . 120746) (-3851 . 120715) (-3852 . 120555)
- (-3853 . 119806) (-3854 . 119678) (-3855 . 119345) (-3856 . 118824)
- (-3857 . 118773) (-3858 . 118023) (-3859 . 117952) (-3860 . 117466)
- (-3861 . 117334) (-3862 . 117024) (-3863 . 116944) (-3864 . 116751)
- (-3865 . 116692) (-3866 . 116418) (-3867 . 116347) (-3868 . 115749)
- (-3869 . 115718) (-3870 . 115624) (-3871 . 115571) (-3872 . 115518)
- (-3873 . 115409) (-3874 . 115360) (-3875 . 115260) (-3876 . 115232)
- (-3877 . 114807) (-3878 . 114536) (-3879 . 114434) (-3880 . 114318)
- (-3881 . 114158) (-3882 . 113892) (-3883 . 113734) (-3884 . 113681)
- (-3885 . 113594) (-3886 . 113450) (-3887 . 113224) (-3888 . 112784)
- (-3889 . 112731) (-3890 . 112675) (-3891 . 112496) (-3892 . 112369)
- (-3893 . 112292) (-3894 . 112034) (-3895 . 111890) (-3896 . 111837)
- (-3897 . 111606) (-3898 . 111532) (-3899 . 111103) (-3900 . 110628)
- (-3901 . 110531) (-3902 . 110138) (-3903 . 109896) (-3904 . 109773)
- (-3905 . 109699) (-3906 . 109318) (-3907 . 109258) (-3908 . 109102)
- (-3909 . 109045) (-3910 . 108922) (-3911 . 108855) (-3912 . 108743)
- (-3913 . 108565) (-3914 . 108478) (-3915 . 108392) (-3916 . 108272)
- (-3917 . 108223) (-3918 . 108154) (-3919 . 107991) (-3920 . 107847)
- (-3921 . 107717) (-3922 . 107645) (-3923 . 107561) (-3924 . 107430)
- (-3925 . 107278) (-3926 . 106961) (-3927 . 106820) (-3928 . 106725)
- (-3929 . 106697) (-3930 . 106611) (-3931 . 106502) (-3932 . 105337)
- (-3933 . 104603) (-3934 . 104244) (-3935 . 104187) (-3936 . 104080)
- (-3937 . 103917) (-3938 . 103759) (-3939 . 103602) (-3940 . 103547)
- (-3941 . 103395) (-3942 . 103216) (-3943 . 103026) (-3944 . 102929)
- (-3945 . 102811) (-3946 . 102680) (-3947 . 101932) (-3948 . 101740)
- (-3949 . 101647) (-3950 . 101469) (-3951 . 101323) (-3952 . 101216)
- (-3953 . 101075) (-3954 . 100171) (-3955 . 99969) (-3956 . 99842)
- (-3957 . 99683) (-3958 . 99617) (-3959 . 99480) (-3960 . 99060)
- (-3961 . 98951) (-3962 . 98880) (-3963 . 98754) (-3964 . 98338)
- (-3965 . 98283) (-3966 . 98206) (-3967 . 97960) (-3968 . 97875)
- (-3969 . 97820) (-3970 . 97768) (-3971 . 97483) (-3972 . 97385)
- (-3973 . 97212) (-3974 . 97012) (-3975 . 96438) (-3976 . 95884)
- (-3977 . 95817) (-3978 . 95714) (-3979 . 95509) (-3980 . 95341)
- (-3981 . 95094) (-3982 . 94983) (-3983 . 94862) (-3984 . 94703)
- (-3985 . 94601) (-3986 . 94341) (-3987 . 94205) (-3988 . 94057)
- (-3989 . 93953) (-3990 . 93621) (-3991 . 93566) (-3992 . 93353)
- (-3993 . 93155) (-3994 . 93081) (-3995 . 93032) (-3996 . 92977)
- (-3997 . 92761) (-3998 . 92501) (-3999 . 91632) (-4000 . 89385)
- (-4001 . 89121) (-4002 . 88882) (-4003 . 88609) (-4004 . 88292)
- (-4005 . 88237) (-4006 . 88186) (-4007 . 87672) (-4008 . 87424)
- (-4009 . 87233) (-4010 . 86824) (-4011 . 86718) (-4012 . 86529)
- (-4013 . 86350) (-4014 . 86130) (-4015 . 86056) (-4016 . 85620)
- (-4017 . 85567) (-4018 . 85480) (-4019 . 85400) (-4020 . 85293)
- (-4021 . 85241) (-4022 . 85145) (-4023 . 85066) (-4024 . 84938)
- (-4025 . 84662) (-4026 . 84585) (-4027 . 84487) (-4028 . 84226)
- (-4029 . 83711) (-4030 . 83531) (-4031 . 83378) (-4032 . 83232)
- (-4033 . 83164) (-4034 . 83108) (-4035 . 83021) (-4036 . 82924)
- (-4037 . 82789) (-4038 . 82438) (-4039 . 81990) (-4040 . 81581)
- (-4041 . 81343) (-4042 . 81229) (-4043 . 81088) (-4044 . 80912)
- (-4045 . 80881) (-4046 . 80688) (-4047 . 80594) (-4048 . 80493)
- (-4049 . 80392) (-4050 . 80325) (-4051 . 80209) (-4052 . 80086)
- (-4053 . 80020) (-4054 . 79590) (-4055 . 79201) (-4056 . 79137)
- (-4057 . 78933) (-4058 . 78849) (-4059 . 78403) (-4060 . 78078)
- (-4061 . 77963) (-4062 . 77815) (-4063 . 77732) (-4064 . 77359)
- (-4065 . 77044) (-4066 . 76345) (-4067 . 76292) (-4068 . 76219)
- (-4069 . 76159) (-4070 . 75650) (-4071 . 75551) (-4072 . 75386)
- (-4073 . 75149) (-4074 . 75062) (-4075 . 74851) (-4076 . 74251)
- (-4077 . 74178) (-4078 . 74010) (-4079 . 73763) (-4080 . 73086)
- (-4081 . 72745) (-4082 . 72673) (-4083 . 72566) (-4084 . 72486)
- (-4085 . 72343) (-4086 . 72270) (-4087 . 72184) (-4088 . 72088)
- (-4089 . 72005) (-4090 . 71912) (-4091 . 71753) (-4092 . 71643)
- (-4093 . 71531) (-4094 . 71412) (-4095 . 71305) (-4096 . 70926)
- (-4097 . 70819) (-4098 . 70689) (-4099 . 70606) (-4100 . 47571)
- (-4101 . 47478) (-4102 . 47346) (-4103 . 47280) (-4104 . 47081)
- (-4105 . 41764) (-4106 . 41499) (-4107 . 41308) (-4108 . 41204)
- (-4109 . 41120) (-4110 . 40789) (-4111 . 40760) (-4112 . 40134)
- (-4113 . 38979) (-4114 . 36227) (-4115 . 35526) (-4116 . 35473)
- (-4117 . 35343) (-4118 . 35273) (-4119 . 35166) (-4120 . 35083)
- (-4121 . 35013) (-4122 . 34915) (-4123 . 34856) (-4124 . 34747)
- (-4125 . 34523) (-4126 . 34452) (-4127 . 34077) (-4128 . 33406)
- (-4129 . 31837) (-4130 . 31691) (-4131 . 31604) (-4132 . 31423)
- (-4133 . 31323) (-4134 . 31249) (-4135 . 31066) (-4136 . 30963)
- (-4137 . 30589) (-4138 . 30492) (-4139 . 30225) (-4140 . 30072)
- (-4141 . 29985) (-4142 . 29881) (-4143 . 29176) (-4144 . 29096)
- (-4145 . 28719) (-4146 . 28666) (-4147 . 28523) (-4148 . 28489)
- (-4149 . 28361) (-4150 . 27952) (-4151 . 27826) (-4152 . 27519)
- (-4153 . 27457) (-4154 . 27356) (-4155 . 25505) (-4156 . 25434)
- (-4157 . 25348) (-4158 . 25277) (-4159 . 24734) (-4160 . 24347)
- (-4161 . 24252) (-4162 . 24158) (-4163 . 23809) (-4164 . 19747)
- (-4165 . 19695) (-4166 . 19244) (-4167 . 19157) (-4168 . 19126)
- (-4169 . 17725) (-4170 . 17547) (-4171 . 16909) (-4172 . 16537)
- (-4173 . 16321) (-4174 . 16212) (-4175 . 16107) (-4176 . 15981)
- (-4177 . 15684) (-4178 . 15254) (-4179 . 15202) (-4180 . 15044)
- (-4181 . 14805) (-4182 . 14698) (-4183 . 14528) (-4184 . 14287)
- (-4185 . 14200) (-4186 . 14082) (-4187 . 13911) (-4188 . 13746)
- (-4189 . 13634) (-4190 . 13273) (-4191 . 13176) (-4192 . 13062)
- (-4193 . 12978) (-4194 . 12921) (-4195 . 12477) (-4196 . 12259)
- (-4197 . 12036) (-4198 . 11677) (-4199 . 11547) (-4200 . 11451)
- (-4201 . 5943) (-4202 . 5843) (-4203 . 5703) (-4204 . 5578)
- (-4205 . 4835) (-4206 . 4694) (-4207 . 4617) (-4208 . 4513)
- (-4209 . 4217) (-4210 . 4112) (-4211 . 3724) (-4212 . 3696)
- (-4213 . 3566) (-4214 . 3511) (-4215 . 3458) (-4216 . 3363)
- (-4217 . 3244) (-4218 . 3082) (-4219 . 3011) (-4220 . 2558)
- (-4221 . 2454) (-4222 . 2390) (-4223 . 2359) (-4224 . 2256)
- (-4225 . 2161) (-4226 . 1987) (-4227 . 1785) (-4228 . 1511)
- (-4229 . 1374) (-4230 . 1289) (-4231 . 1201) (-4232 . 1058)
- (-4233 . 711) (-4234 . 453) (-4235 . 358) (-4236 . 274) (-4237 . 195)
- (-4238 . 115) (-4239 . 30)) \ No newline at end of file
+ (-12 (-4 *3 (-13 (-791) (-519))) (-5 *1 (-257 *3 *2))
+ (-4 *2 (-13 (-410 *3) (-936))))))
+(((*1 *1 *1 *2) (-12 (-5 *2 (-858)) (-4 *1 (-689 *3)) (-4 *3 (-162)))))
+(((*1 *2 *3)
+ (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-175)) (-5 *3 (-527))))
+ ((*1 *2 *3 *2) (-12 (-5 *3 (-715)) (-5 *1 (-727 *2)) (-4 *2 (-162))))
+ ((*1 *2 *3)
+ (-12 (-5 *2 (-1090 (-527))) (-5 *1 (-879)) (-5 *3 (-527)))))
+(((*1 *2 *1 *3)
+ (-12 (-4 *1 (-840 *3)) (-4 *3 (-1022)) (-5 *2 (-1024 *3))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1022)) (-5 *2 (-1024 (-594 *4))) (-5 *1 (-841 *4))
+ (-5 *3 (-594 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-4 *4 (-1022)) (-5 *2 (-1024 (-1024 *4))) (-5 *1 (-841 *4))
+ (-5 *3 (-1024 *4))))
+ ((*1 *2 *1 *3)
+ (-12 (-5 *2 (-1024 *3)) (-5 *1 (-841 *3)) (-4 *3 (-1022)))))
+(((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-261))))
+ ((*1 *2 *1) (-12 (-5 *2 (-110)) (-5 *1 (-902 *3)) (-4 *3 (-903)))))
+(((*1 *2 *3)
+ (-12 (-4 *1 (-857)) (-5 *2 (-2 (|:| -2663 (-594 *1)) (|:| -2613 *1)))
+ (-5 *3 (-594 *1)))))
+(((*1 *2 *3 *4 *5 *6 *5)
+ (-12 (-5 *4 (-159 (-207))) (-5 *5 (-527)) (-5 *6 (-1077))
+ (-5 *3 (-207)) (-5 *2 (-968)) (-5 *1 (-703)))))
+(((*1 *2 *3)
+ (-12 (-4 *4 (-13 (-519) (-791) (-970 (-527)))) (-4 *5 (-410 *4))
+ (-5 *2
+ (-3 (|:| |overq| (-1090 (-387 (-527))))
+ (|:| |overan| (-1090 (-47))) (|:| -1667 (-110))))
+ (-5 *1 (-415 *4 *5 *3)) (-4 *3 (-1152 *5)))))
+((-1207 . 726286) (-1208 . 726149) (-1209 . 726039) (-1210 . 725919)
+ (-1211 . 725547) (-1212 . 725324) (-1213 . 725251) (-1214 . 725144)
+ (-1215 . 724811) (-1216 . 724640) (-1217 . 724387) (-1218 . 724236)
+ (-1219 . 724163) (-1220 . 723870) (-1221 . 723654) (-1222 . 723603)
+ (-1223 . 722583) (-1224 . 722532) (-1225 . 722411) (-1226 . 722284)
+ (-1227 . 722160) (-1228 . 722019) (-1229 . 721820) (-1230 . 721711)
+ (-1231 . 721505) (-1232 . 720204) (-1233 . 720106) (-1234 . 719356)
+ (-1235 . 719215) (-1236 . 719162) (-1237 . 719100) (-1238 . 717853)
+ (-1239 . 717779) (-1240 . 717723) (-1241 . 717642) (-1242 . 717350)
+ (-1243 . 717245) (-1244 . 716064) (-1245 . 715906) (-1246 . 715835)
+ (-1247 . 715781) (-1248 . 715665) (-1249 . 715496) (-1250 . 715376)
+ (-1251 . 715248) (-1252 . 715122) (-1253 . 715030) (-1254 . 714814)
+ (-1255 . 714682) (-1256 . 714601) (-1257 . 714321) (-1258 . 714199)
+ (-1259 . 714058) (-1260 . 713965) (-1261 . 713739) (-1262 . 713442)
+ (-1263 . 713350) (-1264 . 713101) (-1265 . 713049) (-1266 . 712739)
+ (-1267 . 712546) (-1268 . 712430) (-1269 . 712300) (-1270 . 711870)
+ (-1271 . 711841) (-1272 . 711767) (-1273 . 711681) (-1274 . 711522)
+ (-1275 . 711442) (-1276 . 711178) (-1277 . 711098) (-1278 . 710994)
+ (-1279 . 710293) (-1280 . 710236) (-1281 . 710184) (-1282 . 710014)
+ (-1283 . 709631) (-1284 . 709568) (-1285 . 709375) (-1286 . 709184)
+ (-1287 . 708893) (-1288 . 706641) (-1289 . 706483) (-1290 . 706330)
+ (-1291 . 706277) (-1292 . 706174) (-1293 . 706115) (-1294 . 705905)
+ (-1295 . 705107) (-1296 . 705045) (-1297 . 704802) (-1298 . 704606)
+ (-1299 . 704481) (-1300 . 704242) (-1301 . 704186) (-1302 . 703983)
+ (-1303 . 703363) (-1304 . 703089) (-1305 . 702234) (-1306 . 702181)
+ (-1307 . 702098) (-1308 . 702017) (-1309 . 701874) (-1310 . 701408)
+ (-1311 . 701336) (-1312 . 701229) (-1313 . 700638) (-1314 . 700035)
+ (-1315 . 699964) (-1316 . 699848) (-1317 . 699685) (-1318 . 699533)
+ (-1319 . 699365) (-1320 . 699291) (-1321 . 699121) (-1322 . 699053)
+ (-1323 . 698455) (-1324 . 698358) (-1325 . 698114) (-1326 . 696818)
+ (-1327 . 696711) (-1328 . 696000) (-1329 . 695880) (-1330 . 695586)
+ (-1331 . 695508) (-1332 . 695267) (-1333 . 695116) (-1334 . 695051)
+ (-1335 . 695020) (** . 691943) (-1337 . 691780) (-1338 . 691556)
+ (-1339 . 691486) (-1340 . 691033) (-1341 . 690946) (-1342 . 690827)
+ (-1343 . 690737) (-1344 . 690643) (-1345 . 690064) (-1346 . 689967)
+ (-1347 . 689546) (-1348 . 689361) (-1349 . 689277) (-1350 . 689204)
+ (-1351 . 688965) (-1352 . 688847) (-1353 . 688739) (-1354 . 688500)
+ (-1355 . 688447) (-1356 . 688337) (-1357 . 688236) (-1358 . 687888)
+ (-1359 . 687717) (-1360 . 687545) (-1361 . 687393) (-1362 . 687303)
+ (-1363 . 687198) (-1364 . 687142) (-1365 . 687089) (-1366 . 686900)
+ (-1367 . 686414) (-1368 . 686346) (-1369 . 686297) (-1370 . 686132)
+ (-1371 . 686021) (-1372 . 685914) (-1373 . 684998) (-1374 . 684889)
+ (-1375 . 684816) (-1376 . 684731) (-1377 . 684665) (-1378 . 684453)
+ (-1379 . 684341) (-1380 . 684095) (-1381 . 683845) (-1382 . 683730)
+ (-1383 . 683614) (-1384 . 683565) (-1385 . 683470) (-1386 . 683271)
+ (-1387 . 683177) (-1388 . 683036) (-1389 . 682951) (-1390 . 682590)
+ (-1391 . 682537) (-1392 . 682450) (-1393 . 682259) (-1394 . 682204)
+ (-1395 . 682116) (-1396 . 682019) (-1397 . 681371) (-1398 . 681237)
+ (-1399 . 681012) (-1400 . 680879) (-1401 . 680802) (-1402 . 680627)
+ (-1403 . 680409) (-1404 . 680340) (-1405 . 680309) (-1406 . 680197)
+ (-1407 . 679757) (-1408 . 679643) (-1409 . 679314) (-1410 . 679180)
+ (-1411 . 679039) (-1412 . 678973) (-1413 . 678850) (-1414 . 678671)
+ (-1415 . 678621) (-1416 . 678568) (-1417 . 678415) (-1418 . 678331)
+ (-1419 . 678162) (-1420 . 678064) (-1421 . 677519) (-1422 . 677423)
+ (-1423 . 677371) (-1424 . 677297) (-1425 . 676995) (-1426 . 676910)
+ (-1427 . 676336) (-1428 . 676227) (-1429 . 676153) (-1430 . 675983)
+ (-1431 . 675906) (-1432 . 675751) (-1433 . 675450) (-1434 . 675341)
+ (-1435 . 675192) (-1436 . 674746) (-1437 . 674694) (-1438 . 674560)
+ (-1439 . 673986) (-1440 . 673879) (-1441 . 673811) (-1442 . 673758)
+ (-1443 . 673433) (-1444 . 673153) (-1445 . 673011) (-1446 . 672905)
+ (-1447 . 672818) (-1448 . 672719) (-1449 . 672145) (-1450 . 672027)
+ (-1451 . 671928) (-1452 . 671635) (-1453 . 671584) (-1454 . 671496)
+ (-1455 . 671413) (-1456 . 671352) (-1457 . 671237) (-1458 . 671114)
+ (-1459 . 671025) (-1460 . 670873) (-1461 . 670186) (-1462 . 669933)
+ (-1463 . 669881) (-1464 . 669811) (-1465 . 669463) (-1466 . 669148)
+ (-1467 . 662194) (-1468 . 662046) (-1469 . 661821) (-1470 . 661769)
+ (-1471 . 661082) (-1472 . 661020) (-1473 . 660926) (-1474 . 660253)
+ (-1475 . 660201) (-1476 . 660087) (-1477 . 659906) (-1478 . 659823)
+ (-1479 . 659768) (-1480 . 659685) (-1481 . 658998) (-1482 . 658829)
+ (-1483 . 658702) (-1484 . 658617) (-1485 . 658559) (-1486 . 658414)
+ (-1487 . 658145) (-1488 . 658090) (-1489 . 658016) (-1490 . 657725)
+ (-1491 . 657352) (-1492 . 656970) (-1493 . 656395) (-1494 . 656318)
+ (-1495 . 656254) (-1496 . 656101) (-1497 . 655928) (-1498 . 655874)
+ (-1499 . 655801) (-1500 . 655694) (-1501 . 655523) (-1502 . 655446)
+ (-1503 . 655291) (-1504 . 654716) (-1505 . 654688) (-1506 . 654609)
+ (-1507 . 654478) (-1508 . 654418) (-1509 . 654185) (-1510 . 653908)
+ (-1511 . 653871) (-1512 . 653768) (-1513 . 653193) (-1514 . 653045)
+ (-1515 . 652996) (-1516 . 652761) (-1517 . 652690) (-1518 . 652566)
+ (-1519 . 652476) (-1520 . 652365) (-1521 . 652278) (-1522 . 651769)
+ (-1523 . 651444) (-1524 . 651297) (-1525 . 651219) (-1526 . 650645)
+ (-1527 . 650178) (-1528 . 650079) (-1529 . 649695) (-1530 . 649596)
+ (-1531 . 649466) (-1532 . 649337) (-1533 . 649244) (-1534 . 648982)
+ (-1535 . 648838) (-1536 . 648723) (-1537 . 648544) (-1538 . 648467)
+ (-1539 . 647893) (-1540 . 647837) (-1541 . 647185) (-1542 . 646977)
+ (-1543 . 646825) (-1544 . 646660) (-1545 . 646544) (-1546 . 646396)
+ (-1547 . 646284) (-1548 . 646199) (-1549 . 646061) (-1550 . 645907)
+ (-1551 . 645333) (-1552 . 645238) (-1553 . 645095) (-1554 . 644978)
+ (-1555 . 644905) (-1556 . 644741) (-1557 . 644528) (-1558 . 644426)
+ (-1559 . 644339) (-1560 . 644259) (-1561 . 644207) (-1562 . 644069)
+ (-1563 . 643970) (-1564 . 643396) (-1565 . 643173) (-1566 . 643036)
+ (-1567 . 642971) (-1568 . 642692) (-1569 . 642397) (-1570 . 642360)
+ (-1571 . 642245) (-1572 . 642164) (-1573 . 641564) (-1574 . 641505)
+ (-1575 . 641425) (-1576 . 641314) (-1577 . 641237) (-1578 . 641090)
+ (-1579 . 640516) (-1580 . 640223) (-1581 . 639953) (-1582 . 639879)
+ (-1583 . 638455) (-1584 . 638232) (-1585 . 638126) (-1586 . 638070)
+ (-1587 . 637997) (-1588 . 637920) (-1589 . 637850) (-1590 . 637741)
+ (-1591 . 637681) (-1592 . 637586) (-1593 . 637520) (-1594 . 636339)
+ (-1595 . 636262) (-1596 . 636210) (-1597 . 635713) (-1598 . 635545)
+ (-1599 . 635429) (-1600 . 635058) (-1601 . 634935) (-1602 . 634858)
+ (-1603 . 634779) (-1604 . 634655) (-1605 . 634502) (-1606 . 634373)
+ (-1607 . 634299) (-1608 . 634246) (-1609 . 634137) (-1610 . 633966)
+ (-1611 . 633553) (-1612 . 633306) (-1613 . 632433) (-1614 . 632024)
+ (-1615 . 631636) (-1616 . 631447) (-1617 . 631338) (-1618 . 631226)
+ (-1619 . 631084) (-1620 . 630946) (-1621 . 630805) (-1622 . 630718)
+ (-1623 . 630324) (-1624 . 629983) (-1625 . 629952) (-1626 . 629752)
+ (-1627 . 629614) (-1628 . 629395) (-1629 . 629135) (-1630 . 628930)
+ (-1631 . 628702) (-1632 . 628592) (-1633 . 628296) (-1634 . 628244)
+ (-1635 . 628128) (-1636 . 628056) (-1637 . 627054) (-1638 . 626931)
+ (-1639 . 626846) (-1640 . 626772) (-1641 . 626550) (-1642 . 626435)
+ (-1643 . 626325) (-1644 . 626035) (-1645 . 625937) (-1646 . 625811)
+ (-1647 . 625731) (-1648 . 625634) (-1649 . 625339) (-1650 . 625127)
+ (-1651 . 625029) (-1652 . 624906) (-1653 . 624750) (-1654 . 624481)
+ (-1655 . 624202) (-1656 . 624089) (-1657 . 623980) (-1658 . 623837)
+ (-1659 . 623663) (-1660 . 623460) (-1661 . 623407) (-1662 . 623354)
+ (-1663 . 623253) (-1664 . 623054) (-1665 . 622966) (-1666 . 622894)
+ (-1667 . 622726) (-1668 . 622653) (-1669 . 622575) (-1670 . 622332)
+ (-1671 . 622269) (-1672 . 621657) (-1673 . 621629) (-1674 . 621519)
+ (-1675 . 619801) (-1676 . 619666) (-1677 . 619442) (-1678 . 619383)
+ (-1679 . 619095) (-1680 . 618897) (-1681 . 618801) (-1682 . 618688)
+ (-1683 . 618262) (-1684 . 617106) (-1685 . 616982) (-1686 . 616800)
+ (-1687 . 616729) (-1688 . 616674) (-1689 . 616515) (-1690 . 616407)
+ (-1691 . 616324) (-1692 . 615996) (-1693 . 615934) (-1694 . 615850)
+ (-1695 . 615663) (-1696 . 615478) (-1697 . 615085) (-1698 . 614957)
+ (-1699 . 614905) (-1700 . 614812) (-1701 . 614562) (-1702 . 614463)
+ (-1703 . 614283) (-1704 . 613922) (-1705 . 612143) (-1706 . 611981)
+ (-1707 . 611947) (-1708 . 611895) (-1709 . 611167) (-1710 . 610842)
+ (-1711 . 610683) (-1712 . 610602) (-1713 . 610428) (-1714 . 610230)
+ (-1715 . 610143) (-1716 . 610064) (-1717 . 609814) (-1718 . 609711)
+ (-1719 . 609601) (-1720 . 609274) (-1721 . 609168) (-1722 . 609044)
+ (-1723 . 608909) (-1724 . 607699) (-1725 . 607555) (-1726 . 607446)
+ (-1727 . 607256) (-1728 . 607144) (-1729 . 606792) (-1730 . 606739)
+ (-1731 . 606670) (-1732 . 606184) (-1733 . 606135) (-1734 . 606000)
+ (-1735 . 605928) (-1736 . 605873) (-1737 . 605761) (-1738 . 605642)
+ (-1739 . 605467) (-1740 . 605342) (-1741 . 605241) (-1742 . 605097)
+ (-1743 . 604731) (-1744 . 604681) (-1745 . 604046) (-1746 . 603527)
+ (-1747 . 603148) (-1748 . 603046) (-1749 . 602966) (-1750 . 602638)
+ (-1751 . 602585) (-1752 . 602420) (-1753 . 602144) (-1754 . 602021)
+ (-1755 . 601963) (-1756 . 601526) (-1757 . 601419) (-1758 . 601226)
+ (-1759 . 601059) (-1760 . 600914) (-1761 . 600827) (-1762 . 600740)
+ (-1763 . 600669) (-1764 . 600617) (-1765 . 600543) (-1766 . 600345)
+ (-1767 . 600215) (-1768 . 600108) (-1769 . 600027) (-1770 . 599804)
+ (-1771 . 599681) (-1772 . 599401) (-1773 . 599318) (-1774 . 599212)
+ (-1775 . 598999) (-1776 . 598874) (-1777 . 598818) (-1778 . 598766)
+ (-1779 . 598613) (-1780 . 598530) (-1781 . 598336) (-1782 . 598284)
+ (-1783 . 598188) (-1784 . 597871) (-1785 . 597757) (-1786 . 597459)
+ (-1787 . 597366) (-1788 . 597271) (-1789 . 597109) (-1790 . 596850)
+ (-1791 . 596796) (-1792 . 596657) (-1793 . 596341) (-1794 . 596123)
+ (-1795 . 596005) (-1796 . 595868) (-1797 . 595736) (-1798 . 595583)
+ (-1799 . 595298) (-1800 . 595189) (-1801 . 594653) (-1802 . 594598)
+ (-1803 . 594503) (-1804 . 594313) (-1805 . 594195) (-1806 . 594122)
+ (-1807 . 594037) (-1808 . 593971) (-1809 . 593864) (-1810 . 593791)
+ (-1811 . 593724) (-1812 . 593615) (-1813 . 593481) (-1814 . 593379)
+ (-1815 . 593074) (-1816 . 592981) (-1817 . 592782) (-1818 . 592669)
+ (-1819 . 592592) (-1820 . 592271) (-1821 . 592216) (-1822 . 592043)
+ (-1823 . 591974) (-1824 . 591876) (-1825 . 591718) (-1826 . 591649)
+ (-1827 . 591324) (-1828 . 591293) (-1829 . 591102) (-1830 . 591006)
+ (-1831 . 590950) (-1832 . 590824) (-1833 . 590730) (-1834 . 590511)
+ (-1835 . 590128) (-1836 . 589755) (-1837 . 589651) (-1838 . 589558)
+ (-1839 . 589485) (-1840 . 589299) (-1841 . 589196) (-1842 . 589141)
+ (-1843 . 589034) (-1844 . 588951) (-1845 . 588738) (-1846 . 588658)
+ (-1847 . 588574) (-1848 . 588408) (-1849 . 588353) (-1850 . 588109)
+ (-1851 . 588036) (-1852 . 587893) (-1853 . 587756) (-1854 . 587101)
+ (-1855 . 587035) (-1856 . 586704) (-1857 . 586287) (-1858 . 586185)
+ (-1859 . 586056) (-1860 . 585985) (-1861 . 585918) (-1862 . 585684)
+ (-1863 . 585495) (-1864 . 585362) (-1865 . 584821) (-1866 . 584792)
+ (-1867 . 584689) (-1868 . 584394) (-1869 . 584140) (-1870 . 584112)
+ (-1871 . 584042) (-1872 . 583965) (-1873 . 583741) (-1874 . 583443)
+ (-1875 . 582742) (-1876 . 582635) (-1877 . 582579) (-1878 . 581714)
+ (-1879 . 581324) (-1880 . 580808) (-1881 . 580757) (-1882 . 580704)
+ (-1883 . 580493) (-1884 . 580257) (-1885 . 580201) (-1886 . 580118)
+ (-1887 . 579594) (-1888 . 579262) (-1889 . 579107) (-1890 . 578834)
+ (-1891 . 578749) (-1892 . 578585) (-1893 . 578455) (-1894 . 578389)
+ (-1895 . 578200) (-1896 . 577990) (-1897 . 577609) (-1898 . 577230)
+ (-1899 . 577202) (-1900 . 577063) (-1901 . 577035) (-1902 . 576965)
+ (-1903 . 576885) (-1904 . 575821) (-1905 . 575506) (-1906 . 575346)
+ (-1907 . 575232) (-1908 . 575182) (-1909 . 575042) (-1910 . 574959)
+ (-1911 . 574850) (-1912 . 574600) (-1913 . 574412) (-1914 . 574311)
+ (-1915 . 574196) (-1916 . 574125) (-1917 . 574055) (-1918 . 573935)
+ (-1919 . 573855) (-1920 . 573664) (-1921 . 573594) (-1922 . 573349)
+ (-1923 . 568828) (-1924 . 568690) (-1925 . 568447) (-1926 . 566685)
+ (-1927 . 566539) (-1928 . 566487) (-1929 . 566364) (-1930 . 566089)
+ (-1931 . 565991) (-1932 . 565712) (-1933 . 565656) (-1934 . 565510)
+ (-1935 . 565271) (-1936 . 565085) (-1937 . 564978) (-1938 . 564591)
+ (-1939 . 564532) (-1940 . 564427) (-1941 . 564207) (-1942 . 563767)
+ (-1943 . 563653) (-1944 . 563622) (-1945 . 563415) (-1946 . 563236)
+ (-1947 . 563181) (-1948 . 563072) (-1949 . 562963) (-1950 . 562359)
+ (-1951 . 562116) (-1952 . 561689) (-1953 . 561587) (-1954 . 561521)
+ (-1955 . 561443) (-1956 . 561219) (-1957 . 561141) (-1958 . 560930)
+ (-1959 . 560837) (-1960 . 560785) (-1961 . 560711) (-1962 . 560639)
+ (-1963 . 560568) (-1964 . 560289) (-1965 . 560105) (-1966 . 560010)
+ (-1967 . 559930) (-1968 . 555770) (-1969 . 555666) (-1970 . 555178)
+ (-1971 . 555075) (-1972 . 554700) (-1973 . 554575) (-1974 . 554434)
+ (-1975 . 554279) (-1976 . 554225) (-1977 . 554109) (-1978 . 552540)
+ (-1979 . 552418) (-1980 . 552179) (-1981 . 552043) (-1982 . 551886)
+ (-1983 . 551653) (-1984 . 551597) (-1985 . 551225) (-1986 . 551113)
+ (-1987 . 550967) (-1988 . 550770) (-1989 . 550626) (-1990 . 550553)
+ (-1991 . 550501) (-1992 . 550434) (-1993 . 550367) (-1994 . 549895)
+ (-1995 . 549808) (-1996 . 549730) (-1997 . 549106) (-1998 . 535043)
+ (-1999 . 534973) (-2000 . 534551) (-2001 . 534483) (-2002 . 534398)
+ (-2003 . 534325) (-2004 . 534182) (-2005 . 534068) (-2006 . 534008)
+ (-2007 . 532937) (-2008 . 532813) (-2009 . 532726) (-2010 . 532644)
+ (-2011 . 532494) (-2012 . 532436) (-2013 . 532332) (-2014 . 532280)
+ (-2015 . 532064) (-2016 . 531865) (-2017 . 531782) (-2018 . 531354)
+ (-2019 . 531230) (-2020 . 531178) (-2021 . 530602) (-2022 . 530484)
+ (-2023 . 530262) (-2024 . 530191) (-2025 . 530037) (-2026 . 529777)
+ (-2027 . 529605) (-2028 . 529431) (-2029 . 529288) (-2030 . 529102)
+ (-2031 . 528983) (-2032 . 528863) (-2033 . 528177) (-2034 . 527918)
+ (-2035 . 527865) (-2036 . 527813) (-2037 . 527712) (-2038 . 527551)
+ (-2039 . 526682) (-12 . 526510) (-2041 . 526366) (-2042 . 526147)
+ (-2043 . 526067) (-2044 . 525381) (-2045 . 525034) (-2046 . 524922)
+ (-2047 . 524782) (-2048 . 524660) (-2049 . 524493) (-2050 . 522246)
+ (-2051 . 517543) (-2052 . 517160) (-2053 . 517018) (-2054 . 516945)
+ (-2055 . 516799) (-2056 . 516748) (-2057 . 516674) (-2058 . 516544)
+ (-2059 . 516300) (-2060 . 516036) (-2061 . 515962) (-2062 . 515910)
+ (-2063 . 515737) (-2064 . 514922) (-2065 . 514768) (-2066 . 514740)
+ (-2067 . 514582) (-2068 . 514365) (-2069 . 513984) (-2070 . 513711)
+ (-2071 . 513640) (-2072 . 513606) (-2073 . 513553) (-2074 . 513483)
+ (-2075 . 513061) (-2076 . 512312) (-2077 . 511967) (-2078 . 511593)
+ (-2079 . 511476) (-2080 . 511321) (-2081 . 511004) (-2082 . 510938)
+ (-2083 . 510687) (-2084 . 510635) (-2085 . 510429) (-2086 . 510334)
+ (-2087 . 509679) (-2088 . 509521) (-2089 . 509470) (-2090 . 509415)
+ (-2091 . 508744) (-2092 . 508686) (-2093 . 508649) (-2094 . 508617)
+ (-2095 . 508565) (-2096 . 508322) (-2097 . 507989) (-2098 . 507858)
+ (-2099 . 507772) (-2100 . 507671) (-2101 . 507620) (-2102 . 507353)
+ (-2103 . 507254) (-2104 . 507098) (-2105 . 506947) (-2106 . 506875)
+ (-2107 . 506659) (-2108 . 506536) (-2109 . 506034) (-2110 . 505038)
+ (-2111 . 504942) (-2112 . 504428) (-2113 . 504169) (-2114 . 504117)
+ (-2115 . 504006) (-2116 . 503918) (-2117 . 503763) (-2118 . 503518)
+ (-2119 . 503447) (-2120 . 503117) (-2121 . 503014) (-2122 . 502766)
+ (-2123 . 502695) (-2124 . 502500) (-2125 . 502276) (-2126 . 502149)
+ (-2127 . 502038) (-2128 . 501985) (-2129 . 501902) (-2130 . 501660)
+ (-2131 . 501251) (-2132 . 500905) (-2133 . 500565) (* . 496042)
+ (-2135 . 495990) (-2136 . 495919) (-2137 . 495766) (-2138 . 495643)
+ (-2139 . 495615) (-2140 . 495492) (-2141 . 495384) (-2142 . 495278)
+ (-2143 . 495201) (-2144 . 495120) (-2145 . 495050) (-2146 . 494906)
+ (-2147 . 494741) (-2148 . 494449) (-2149 . 494337) (-2150 . 494006)
+ (-2151 . 493862) (-2152 . 493692) (-2153 . 493466) (-2154 . 493277)
+ (-2155 . 492694) (-2156 . 492611) (-2157 . 492086) (-2158 . 492016)
+ (-2159 . 491669) (-2160 . 491508) (-2161 . 491423) (-2162 . 491208)
+ (-2163 . 490899) (-2164 . 490815) (-2165 . 490636) (-2166 . 490551)
+ (-2167 . 490433) (-2168 . 490334) (-2169 . 490152) (-2170 . 490087)
+ (-2171 . 489894) (-2172 . 489798) (-2173 . 489614) (-2174 . 489544)
+ (-2175 . 489293) (-2176 . 489073) (-2177 . 488976) (-2178 . 488890)
+ (-2179 . 488841) (-2180 . 488685) (-2181 . 488579) (-2182 . 488209)
+ (-2183 . 487938) (-2184 . 487829) (-2185 . 487755) (-2186 . 487678)
+ (-2187 . 487571) (-2188 . 487348) (-2189 . 487143) (-2190 . 485833)
+ (-2191 . 485471) (-2192 . 485227) (-2193 . 485103) (-2194 . 485029)
+ (-2195 . 484930) (-2196 . 484494) (-2197 . 484318) (-2198 . 484266)
+ (-2199 . 483887) (-2200 . 483710) (-2201 . 483642) (-2202 . 483589)
+ (-2203 . 483452) (-2204 . 483340) (-2205 . 483029) (-2206 . 482823)
+ (-2207 . 482698) (-2208 . 482480) (-2209 . 482250) (-2210 . 481937)
+ (-2211 . 481771) (-2212 . 481698) (-2213 . 481624) (-2214 . 481531)
+ (-2215 . 481451) (-2216 . 481348) (-2217 . 481265) (-2218 . 481135)
+ (-2219 . 480835) (-2220 . 480631) (-2221 . 480544) (-2222 . 480414)
+ (-2223 . 480331) (-2224 . 480134) (-2225 . 479956) (-2226 . 479798)
+ (-2227 . 479724) (-2228 . 479644) (-2229 . 479517) (-2230 . 479465)
+ (-2231 . 479334) (-2232 . 478576) (-2233 . 478505) (-2234 . 478391)
+ (-2235 . 478357) (-2236 . 478291) (-2237 . 478170) (-2238 . 477649)
+ (-2239 . 477517) (-2240 . 477360) (-2241 . 477204) (-2242 . 476907)
+ (-2243 . 476284) (-2244 . 476177) (-2245 . 476075) (-2246 . 476041)
+ (-2247 . 475889) (-2248 . 475830) (-2249 . 475729) (-2250 . 475672)
+ (-2251 . 475616) (-2252 . 475557) (-2253 . 475441) (-2254 . 475157)
+ (-2255 . 475105) (-2256 . 475034) (-2257 . 474803) (-2258 . 474659)
+ (-2259 . 474230) (-2260 . 473730) (-2261 . 473605) (-2262 . 473206)
+ (-2263 . 473105) (-2264 . 472994) (-2265 . 472887) (-2266 . 472791)
+ (-2267 . 472733) (-2268 . 472637) (-2269 . 472535) (-2270 . 472480)
+ (-2271 . 472275) (-2272 . 471845) (-2273 . 471738) (-2274 . 471633)
+ (-2275 . 471605) (-2276 . 471453) (-2277 . 471374) (-2278 . 471251)
+ (-2279 . 470757) (-2280 . 470702) (-2281 . 470645) (-2282 . 470577)
+ (-2283 . 470444) (-2284 . 470416) (-2285 . 470237) (-2286 . 470109)
+ (-2287 . 470041) (-2288 . 469963) (-2289 . 469911) (-2290 . 469790)
+ (-2291 . 469462) (-2292 . 469282) (-2293 . 469230) (-2294 . 469164)
+ (-2295 . 469021) (-2296 . 468745) (-2297 . 468674) (-2298 . 468571)
+ (-2299 . 468470) (-2300 . 468439) (-2301 . 468339) (-2302 . 468240)
+ (-2303 . 468046) (-2304 . 467411) (-2305 . 467320) (-2306 . 467243)
+ (-2307 . 466996) (-2308 . 466934) (-2309 . 466284) (-2310 . 466114)
+ (-2311 . 465991) (-2312 . 465917) (-2313 . 465883) (-2314 . 465742)
+ (-2315 . 465675) (-2316 . 465577) (-2317 . 465102) (-2318 . 464897)
+ (-2319 . 464831) (-2320 . 464754) (-2321 . 464559) (-2322 . 464450)
+ (-2323 . 464239) (-2324 . 463978) (-2325 . 463797) (-2326 . 463676)
+ (-2327 . 463521) (-2328 . 463275) (-2329 . 463181) (-2330 . 462702)
+ (-2331 . 462674) (-2332 . 462494) (-2333 . 462371) (-2334 . 462011)
+ (-2335 . 461904) (-2336 . 461788) (-2337 . 461599) (-2338 . 461518)
+ (-2339 . 461487) (-2340 . 461341) (-2341 . 461275) (-2342 . 461192)
+ (-2343 . 460817) (-2344 . 460647) (-2345 . 460474) (-2346 . 460356)
+ (-2347 . 460303) (-2348 . 460192) (-2349 . 460124) (-2350 . 458759)
+ (-2351 . 458618) (-2352 . 458477) (-2353 . 458347) (-2354 . 458032)
+ (-2355 . 457877) (-2356 . 457825) (-2357 . 457797) (-2358 . 457545)
+ (-2359 . 457467) (-2360 . 457321) (-2361 . 457219) (-2362 . 457163)
+ (-2363 . 457103) (-2364 . 457050) (-2365 . 456537) (-2366 . 456351)
+ (-2367 . 456266) (-2368 . 456195) (-2369 . 455366) (-2370 . 454330)
+ (-2371 . 454077) (-2372 . 453913) (-2373 . 453643) (-2374 . 453556)
+ (-2375 . 453504) (-2376 . 453441) (-2377 . 453339) (-2378 . 453287)
+ (-2379 . 453122) (-2380 . 453034) (-2381 . 452982) (-2382 . 452842)
+ (-2383 . 452703) (-2384 . 452604) (-2385 . 452507) (-2386 . 452334)
+ (-2387 . 452269) (-2388 . 452107) (-2389 . 451102) (-2390 . 450998)
+ (-2391 . 450931) (-2392 . 450725) (-2393 . 450358) (-2394 . 450284)
+ (-2395 . 450149) (-2396 . 449918) (-2397 . 449731) (-2398 . 449676)
+ (-2399 . 449509) (-2400 . 449392) (-2401 . 447850) (-2402 . 447532)
+ (-2403 . 447449) (-2404 . 447098) (-2405 . 446562) (-2406 . 445989)
+ (-2407 . 445864) (-2408 . 445791) (-2409 . 445624) (-2410 . 445464)
+ (-2411 . 445086) (-2412 . 445034) (-2413 . 444897) (-2414 . 444449)
+ (-2415 . 443842) (-2416 . 443788) (-2417 . 443311) (-2418 . 443167)
+ (-2419 . 442876) (-2420 . 442390) (-2421 . 442232) (-2422 . 442074)
+ (-2423 . 441973) (-2424 . 441920) (-2425 . 441847) (-2426 . 441609)
+ (-2427 . 441130) (-2428 . 441032) (-2429 . 440954) (-2430 . 440882)
+ (-2431 . 440787) (-2432 . 440620) (-2433 . 440501) (-2434 . 440279)
+ (-2435 . 440165) (-2436 . 439931) (-2437 . 439760) (-2438 . 439614)
+ (-2439 . 438873) (-2440 . 437019) (-2441 . 436499) (-2442 . 436444)
+ (-2443 . 436329) (-2444 . 436267) (-2445 . 436120) (-2446 . 435979)
+ (-2447 . 435682) (-2448 . 435608) (-2449 . 434867) (-2450 . 434729)
+ (-2451 . 434208) (-2452 . 434001) (-2453 . 433625) (-2454 . 433246)
+ (-2455 . 432859) (-2456 . 432683) (-2457 . 432565) (-2458 . 432493)
+ (-2459 . 432083) (-2460 . 431395) (-2461 . 430987) (-2462 . 430956)
+ (-2463 . 430837) (-2464 . 430625) (-2465 . 430299) (-2466 . 430243)
+ (-2467 . 430113) (-2468 . 429955) (-2469 . 429748) (-2470 . 429717)
+ (-2471 . 429643) (-2472 . 429359) (-2473 . 429254) (-2474 . 429201)
+ (-2475 . 429010) (-2476 . 428860) (-2477 . 428667) (-2478 . 428512)
+ (-2479 . 428427) (-2480 . 428256) (-2481 . 427981) (-2482 . 427405)
+ (-2483 . 427275) (-2484 . 427218) (-2485 . 427109) (-2486 . 427014)
+ (-2487 . 426785) (-2488 . 426729) (-2489 . 426503) (-2490 . 426409)
+ (-2491 . 426001) (-2492 . 425415) (-2493 . 425262) (-2494 . 425054)
+ (-2495 . 423817) (-2496 . 423157) (-2497 . 423105) (-2498 . 422972)
+ (-2499 . 422832) (-2500 . 422731) (-2501 . 422646) (-2502 . 422070)
+ (-2503 . 421991) (-2504 . 421957) (-2505 . 421667) (-2506 . 421538)
+ (-2507 . 421435) (-2508 . 421328) (-2509 . 421124) (-2510 . 421023)
+ (-2511 . 420954) (-2512 . 420824) (-2513 . 420633) (-2514 . 420599)
+ (-2515 . 420417) (-2516 . 420348) (-2517 . 419943) (-2518 . 419876)
+ (-2519 . 419779) (-2520 . 419602) (-2521 . 419543) (-2522 . 419444)
+ (-2523 . 419191) (-2524 . 418997) (-2525 . 418881) (-2526 . 418721)
+ (-2527 . 417758) (-2528 . 417611) (-2529 . 417505) (-2530 . 417436)
+ (-2531 . 417362) (-2532 . 417267) (-2533 . 417196) (-2534 . 417041)
+ (-2535 . 416918) (-2536 . 416733) (-2537 . 416656) (-2538 . 416476)
+ (-2539 . 416372) (-2540 . 415961) (-2541 . 415146) (-2542 . 414993)
+ (-2543 . 414393) (-2544 . 414206) (-2545 . 414140) (-2546 . 414038)
+ (-2547 . 413965) (-2548 . 413847) (-2549 . 413752) (-2550 . 413473)
+ (-2551 . 413311) (-2552 . 413228) (-2553 . 413175) (-2554 . 412786)
+ (-2555 . 412630) (-2556 . 412577) (-2557 . 412429) (-2558 . 412374)
+ (-2559 . 412203) (-2560 . 412139) (-2561 . 411843) (-2562 . 411630)
+ (-2563 . 411551) (-2564 . 411483) (-2565 . 411361) (-2566 . 411278)
+ (-2567 . 411138) (-2568 . 410803) (-2569 . 410599) (-2570 . 410492)
+ (-2571 . 410439) (-2572 . 410356) (-2573 . 410180) (-2574 . 410129)
+ (-2575 . 410044) (-2576 . 409960) (-2577 . 409413) (-2578 . 409361)
+ (-2579 . 409291) (-2580 . 409097) (-2581 . 408996) (-2582 . 408928)
+ (-2583 . 408482) (-2584 . 408414) (-2585 . 408173) (-2586 . 408032)
+ (-2587 . 407923) (-2588 . 407697) (-2589 . 407586) (-2590 . 407423)
+ (-2591 . 407246) (-2592 . 406939) (-2593 . 406816) (-2594 . 406670)
+ (-2595 . 406472) (-2596 . 406338) (-2597 . 406010) (-2598 . 405924)
+ (-2599 . 401862) (-2600 . 401721) (-2601 . 401563) (-2602 . 400959)
+ (-2603 . 400654) (-2604 . 400545) (-2605 . 400329) (-2606 . 400207)
+ (-2607 . 400179) (-2608 . 399404) (-2609 . 399330) (-2610 . 399173)
+ (-2611 . 399058) (-2612 . 398990) (-2613 . 398381) (-2614 . 398308)
+ (-2615 . 398218) (-2616 . 398163) (-2617 . 398033) (-2618 . 397978)
+ (-2619 . 397892) (-2620 . 397773) (-2621 . 397468) (-2622 . 397292)
+ (-2623 . 397209) (-2624 . 397115) (-2625 . 396783) (-2626 . 396446)
+ (-2627 . 396256) (-2628 . 396214) (-2629 . 396062) (-2630 . 395806)
+ (-2631 . 395772) (-2632 . 395662) (-2633 . 395610) (-2634 . 393480)
+ (-2635 . 393179) (-2636 . 393109) (-2637 . 390764) (-2638 . 390661)
+ (-2639 . 390482) (-2640 . 390308) (-2641 . 390149) (-2642 . 390064)
+ (-2643 . 389262) (-2644 . 389175) (-2645 . 389147) (-2646 . 388332)
+ (-2647 . 388195) (-2648 . 388101) (-2649 . 387888) (-2650 . 387764)
+ (-2651 . 387574) (-2652 . 387452) (-2653 . 387345) (-2654 . 387128)
+ (-2655 . 387066) (-2656 . 386873) (-2657 . 386546) (-2658 . 386300)
+ (-2659 . 385701) (-2660 . 385580) (-2661 . 385493) (-2662 . 385375)
+ (-2663 . 385020) (-2664 . 384266) (-2665 . 384157) (-2666 . 384072)
+ (-2667 . 384006) (-2668 . 383936) (-2669 . 382535) (-2670 . 382137)
+ (-2671 . 382023) (-2672 . 381926) (-2673 . 381815) (-2674 . 381684)
+ (-2675 . 381611) (-2676 . 381361) (-2677 . 381309) (-2678 . 381237)
+ (-2679 . 380945) (-2680 . 380832) (-2681 . 380511) (-2682 . 380429)
+ (-2683 . 380285) (-2684 . 379972) (-2685 . 379224) (-2686 . 378951)
+ (-2687 . 378847) (-2688 . 378729) (-2689 . 378639) (-2690 . 378501)
+ (-2691 . 378435) (-2692 . 378320) (-2693 . 377906) (-2694 . 377714)
+ (-2695 . 377554) (-2696 . 377318) (-2697 . 377041) (-2698 . 376859)
+ (-2699 . 376802) (-2700 . 371294) (-2701 . 371217) (-2702 . 371130)
+ (-2703 . 371043) (-2704 . 370921) (-2705 . 370843) (-2706 . 370711)
+ (-2707 . 370618) (-2708 . 370431) (-2709 . 370312) (-2710 . 370240)
+ (-2711 . 370035) (-2712 . 369964) (-2713 . 369576) (-2714 . 369385)
+ (-2715 . 369035) (-2716 . 368789) (-2717 . 368607) (-2718 . 367761)
+ (-2719 . 367583) (-2720 . 367428) (-2721 . 367354) (-2722 . 367297)
+ (-2723 . 367244) (-2724 . 367054) (-2725 . 366810) (-2726 . 366357)
+ (-2727 . 366298) (-2728 . 366141) (-2729 . 366032) (-2730 . 365890)
+ (-2731 . 362280) (-2732 . 362134) (-2733 . 361995) (-2734 . 361943)
+ (-2735 . 361845) (-2736 . 361774) (-2737 . 361658) (-2738 . 361311)
+ (-2739 . 360061) (-2740 . 359873) (-2741 . 359483) (-2742 . 358383)
+ (-2743 . 358330) (-2744 . 358223) (-2745 . 357864) (-2746 . 357762)
+ (-2747 . 357494) (-2748 . 357434) (-2749 . 357281) (-2750 . 356973)
+ (-2751 . 356917) (-2752 . 356837) (-2753 . 356642) (-2754 . 356614)
+ (-2755 . 356546) (-2756 . 356483) (-2757 . 356350) (-2758 . 356248)
+ (-2759 . 355898) (-2760 . 355757) (-2761 . 355597) (-2762 . 355370)
+ (-2763 . 355092) (-2764 . 355002) (-2765 . 354895) (-2766 . 354740)
+ (-2767 . 354496) (-2768 . 354443) (-2769 . 354314) (-2770 . 353645)
+ (-2771 . 352741) (-2772 . 352632) (-2773 . 352431) (-2774 . 352199)
+ (-2775 . 351968) (-2776 . 351885) (-2777 . 351740) (-2778 . 351641)
+ (-2779 . 351585) (-2780 . 351296) (-2781 . 351165) (-2782 . 351036)
+ (-2783 . 350384) (-2784 . 350182) (-2785 . 350098) (-2786 . 349846)
+ (-2787 . 349717) (-2788 . 349630) (-2789 . 349414) (-2790 . 349319)
+ (-2791 . 349128) (-2792 . 349100) (-2793 . 348947) (-2794 . 348725)
+ (-2795 . 348632) (-2796 . 347977) (-2797 . 347903) (-2798 . 347776)
+ (-2799 . 347617) (-2800 . 347556) (-2801 . 347243) (-2802 . 347116)
+ (-2803 . 346824) (-2804 . 346559) (-2805 . 346446) (-2806 . 346391)
+ (-2807 . 346008) (-2808 . 345955) (-2809 . 345639) (-2810 . 345480)
+ (-2811 . 345321) (-2812 . 345203) (-2813 . 345116) (-2814 . 344688)
+ (-2815 . 344479) (-2816 . 344262) (-2817 . 343946) (-2818 . 343873)
+ (-2819 . 339885) (-2820 . 339819) (-2821 . 339228) (-2822 . 339162)
+ (-2823 . 338602) (-2824 . 338517) (-2825 . 338434) (-2826 . 337470)
+ (-2827 . 337417) (-2828 . 336901) (-2829 . 335282) (-2830 . 335229)
+ (-2831 . 334887) (-2832 . 334853) (-2833 . 334717) (-2834 . 333953)
+ (-2835 . 333816) (-2836 . 333701) (-2837 . 333127) (-2838 . 333068)
+ (-2839 . 332822) (-2840 . 332739) (-2841 . 332408) (-2842 . 331547)
+ (-2843 . 331465) (-2844 . 331394) (-2845 . 331279) (-2846 . 331160)
+ (-2847 . 330740) (-2848 . 330106) (-2849 . 330051) (-2850 . 328867)
+ (-2851 . 328786) (-2852 . 328664) (-2853 . 327297) (-2854 . 327248)
+ (-2855 . 326657) (-2856 . 326531) (-2857 . 326469) (-2858 . 326411)
+ (-2859 . 326284) (-2860 . 326197) (-2861 . 326088) (-2862 . 325979)
+ (-2863 . 324801) (-2864 . 324660) (-2865 . 324589) (-2866 . 324516)
+ (-2867 . 324172) (-2868 . 324089) (-2869 . 323952) (-2870 . 323695)
+ (-2871 . 323624) (-2872 . 323313) (-2873 . 321115) (-2874 . 321044)
+ (-2875 . 320878) (-2876 . 320661) (-2877 . 320336) (-2878 . 320186)
+ (-2879 . 320130) (-2880 . 320035) (-2881 . 319909) (-2882 . 319782)
+ (-2883 . 319720) (-2884 . 319667) (-2885 . 319175) (-2886 . 319146)
+ (-2887 . 318567) (-2888 . 318397) (-2889 . 318334) (-2890 . 318247)
+ (-2891 . 318188) (-2892 . 317772) (-2893 . 317695) (-2894 . 317098)
+ (-2895 . 316984) (-2896 . 316907) (-2897 . 316634) (-2898 . 316275)
+ (-2899 . 316032) (-2900 . 314080) (-2901 . 314025) (-2902 . 313972)
+ (-2903 . 313879) (-2904 . 313761) (-2905 . 313674) (-2906 . 313522)
+ (-2907 . 313393) (-2908 . 311565) (-2909 . 311442) (-2910 . 311304)
+ (-2911 . 310748) (-2912 . 310671) (-2913 . 310579) (-2914 . 310389)
+ (-2915 . 309888) (-2916 . 309746) (-2917 . 309614) (-2918 . 309476)
+ (-2919 . 307975) (-2920 . 307874) (-2921 . 307846) (-2922 . 307092)
+ (-2923 . 306975) (-2924 . 306729) (-2925 . 306545) (-2926 . 306120)
+ (-2927 . 306092) (-2928 . 305907) (-2929 . 305461) (-2930 . 305284)
+ (-2931 . 303744) (-2932 . 303638) (-2933 . 303309) (-2934 . 303179)
+ (-2935 . 303114) (-2936 . 303029) (-2937 . 302725) (-2938 . 302561)
+ (-2939 . 302466) (-2940 . 302015) (-2941 . 301765) (-2942 . 301649)
+ (-2943 . 301569) (-2944 . 301496) (-2945 . 301352) (-2946 . 301297)
+ (-2947 . 301093) (-2948 . 300998) (-2949 . 300893) (-2950 . 300837)
+ (-2951 . 300028) (-2952 . 299292) (-2953 . 299048) (-2954 . 298951)
+ (-2955 . 298807) (-2956 . 298569) (-2957 . 298485) (-2958 . 298457)
+ (-2959 . 298405) (-2960 . 298342) (-2961 . 298290) (-2962 . 298205)
+ (-2963 . 298139) (-2964 . 297978) (-2965 . 297446) (-2966 . 297361)
+ (-2967 . 296910) (-2968 . 296844) (-2969 . 296725) (-2970 . 296440)
+ (-2971 . 296141) (-2972 . 296015) (-2973 . 295981) (-2974 . 295601)
+ (-2975 . 295443) (-2976 . 295205) (-2977 . 295139) (-2978 . 294559)
+ (-2979 . 294485) (-2980 . 294302) (-2981 . 294208) (-2982 . 294124)
+ (-2983 . 294026) (-2984 . 293074) (-2985 . 293008) (-2986 . 292924)
+ (-2987 . 292871) (-2988 . 292781) (-2989 . 292678) (-2990 . 292040)
+ (-2991 . 291969) (-2992 . 291862) (-2993 . 291724) (-2994 . 291672)
+ (-2995 . 291499) (-2996 . 290892) (-2997 . 290757) (-2998 . 290702)
+ (-2999 . 290538) (-3000 . 290434) (-3001 . 290360) (-3002 . 290326)
+ (-3003 . 290255) (-3004 . 289095) (-3005 . 289039) (-3006 . 288839)
+ (-3007 . 288167) (-3008 . 287941) (-3009 . 287818) (-3010 . 287722)
+ (-3011 . 287297) (-3012 . 286956) (-3013 . 286884) (-3014 . 286807)
+ (-3015 . 286708) (-3016 . 286536) (-3017 . 286463) (-3018 . 286380)
+ (-3019 . 286266) (-3020 . 286168) (-3021 . 286116) (-3022 . 285949)
+ (-3023 . 285773) (-3024 . 285523) (-3025 . 284949) (-3026 . 284857)
+ (-3027 . 284409) (-3028 . 284224) (-3029 . 284118) (-3030 . 283975)
+ (-3031 . 283915) (-3032 . 283859) (-3033 . 282736) (-3034 . 282574)
+ (-3035 . 282350) (-3036 . 281487) (-3037 . 281268) (-3038 . 280714)
+ (-3039 . 280662) (-3040 . 280364) (-3041 . 280169) (-3042 . 279765)
+ (-3043 . 276984) (-3044 . 276884) (-3045 . 276665) (-3046 . 276580)
+ (-3047 . 276493) (-3048 . 276426) (-3049 . 276315) (-3050 . 276231)
+ (-3051 . 276163) (-3052 . 275876) (-3053 . 275777) (-3054 . 275628)
+ (-3055 . 275384) (-3056 . 275331) (-3057 . 274621) (-3058 . 274569)
+ (-3059 . 274289) (-3060 . 274186) (-3061 . 274081) (-3062 . 273678)
+ (-3063 . 273619) (-3064 . 273524) (-3065 . 273451) (-3066 . 273423)
+ (-3067 . 273314) (-3068 . 273234) (-3069 . 273178) (-3070 . 273010)
+ (-3071 . 272577) (-3072 . 272383) (-3073 . 272144) (-3074 . 272116)
+ (-3075 . 272029) (-3076 . 271508) (-3077 . 271428) (-3078 . 271351)
+ (-3079 . 271257) (-3080 . 271010) (-3081 . 270910) (-3082 . 270761)
+ (-3083 . 270616) (-3084 . 270369) (-3085 . 270325) (-3086 . 270113)
+ (-3087 . 269999) (-3088 . 269801) (-3089 . 269728) (-3090 . 269617)
+ (-3091 . 269439) (-3092 . 269298) (-3093 . 269185) (-3094 . 269065)
+ (-3095 . 269013) (-3096 . 268842) (-3097 . 268740) (-3098 . 268364)
+ (-3099 . 268243) (-3100 . 268129) (-3101 . 268028) (-3102 . 267973)
+ (-3103 . 267683) (-3104 . 267496) (-3105 . 267465) (-3106 . 266362)
+ (-3107 . 266084) (-3108 . 265965) (-3109 . 265884) (-3110 . 265725)
+ (-3111 . 265525) (-3112 . 265468) (-3113 . 265097) (-3114 . 265003)
+ (-3115 . 264900) (-3116 . 264798) (-3117 . 264628) (-3118 . 264533)
+ (-3119 . 264427) (-3120 . 263979) (-3121 . 263924) (-3122 . 263779)
+ (-3123 . 263720) (-3124 . 263637) (-3125 . 263524) (-3126 . 263264)
+ (-3127 . 263213) (-3128 . 263057) (-3129 . 262710) (-3130 . 262646)
+ (-3131 . 262466) (-3132 . 262414) (-3133 . 262296) (-3134 . 262205)
+ (-3135 . 262069) (-3136 . 261968) (-3137 . 261871) (-3138 . 261718)
+ (-3139 . 261406) (-3140 . 261311) (-3141 . 261145) (-3142 . 260997)
+ (-3143 . 260902) (-3144 . 260787) (-3145 . 260581) (-3146 . 260193)
+ (-3147 . 260019) (-3148 . 259538) (-3149 . 259472) (-3150 . 259420)
+ (-3151 . 259316) (-3152 . 258896) (-3153 . 258809) (-3154 . 258522)
+ (-3155 . 258392) (-3156 . 258326) (-3157 . 257811) (-3158 . 257737)
+ (-3159 . 257665) (-3160 . 257610) (-3161 . 257433) (-3162 . 257206)
+ (-3163 . 257140) (-3164 . 257008) (-3165 . 256901) (-3166 . 256734)
+ (-3167 . 256528) (-3168 . 256406) (-3169 . 256193) (-3170 . 256122)
+ (-3171 . 256062) (-3172 . 255857) (-3173 . 255757) (-3174 . 255649)
+ (-3175 . 254852) (-3176 . 254767) (-3177 . 254693) (-3178 . 254611)
+ (-3179 . 254489) (-3180 . 253943) (-3181 . 253839) (-3182 . 253454)
+ (-3183 . 253205) (-3184 . 252932) (-3185 . 252852) (-3186 . 252765)
+ (-3187 . 252716) (-3188 . 252658) (-3189 . 252574) (-3190 . 252482)
+ (-3191 . 252430) (-3192 . 252378) (-3193 . 252198) (-3194 . 252105)
+ (-3195 . 251947) (-3196 . 251892) (-3197 . 251775) (-3198 . 251706)
+ (-3199 . 251622) (-3200 . 251548) (-3201 . 251188) (-3202 . 251067)
+ (-3203 . 251036) (-3204 . 248621) (-3205 . 248536) (-3206 . 248317)
+ (-3207 . 248268) (-3208 . 248014) (-3209 . 247931) (-3210 . 247879)
+ (-3211 . 247809) (-3212 . 247702) (-3213 . 247602) (-3214 . 247493)
+ (-3215 . 247027) (-3216 . 246993) (-3217 . 246663) (-3218 . 246597)
+ (-3219 . 246265) (-3220 . 246237) (-3221 . 246152) (-3222 . 245884)
+ (-3223 . 245776) (-3224 . 245595) (-3225 . 245303) (-3226 . 244908)
+ (-3227 . 244814) (-3228 . 244762) (-3229 . 244586) (-3230 . 244161)
+ (-3231 . 243827) (-3232 . 243732) (-3233 . 243619) (-3234 . 243563)
+ (-3235 . 243451) (-3236 . 243132) (-3237 . 242561) (-3238 . 242290)
+ (-3239 . 242150) (-3240 . 242093) (-3241 . 241889) (-3242 . 241679)
+ (-3243 . 241627) (-3244 . 241336) (-3245 . 241307) (-3246 . 241235)
+ (-3247 . 241095) (-3248 . 240962) (-3249 . 240860) (-3250 . 240643)
+ (-3251 . 240583) (-3252 . 240343) (-3253 . 240225) (-3254 . 240047)
+ (-3255 . 239820) (-3256 . 239617) (-3257 . 239566) (-3258 . 239423)
+ (-3259 . 238979) (-3260 . 238930) (-3261 . 238862) (-3262 . 238756)
+ (-3263 . 238640) (-3264 . 238523) (-3265 . 238405) (-3266 . 238187)
+ (-3267 . 237880) (-3268 . 237722) (-3269 . 237627) (-3270 . 237205)
+ (-3271 . 236871) (-3272 . 236789) (-3273 . 236716) (-3274 . 235832)
+ (-3275 . 235672) (-3276 . 235602) (-3277 . 235071) (-3278 . 235000)
+ (-3279 . 234944) (-3280 . 234721) (-3281 . 234111) (-3282 . 233801)
+ (-3283 . 233654) (-3284 . 233560) (-3285 . 233480) (-3286 . 233214)
+ (-3287 . 233158) (-3288 . 232882) (-3289 . 232612) (-3290 . 232498)
+ (-3291 . 232401) (-3292 . 232147) (-3293 . 231788) (-3294 . 231661)
+ (-3295 . 231554) (-3296 . 231244) (-3297 . 231187) (-3298 . 231090)
+ (-3299 . 231038) (-3300 . 230880) (-3301 . 230811) (-3302 . 230669)
+ (-3303 . 230584) (-3304 . 230149) (-3305 . 230019) (-3306 . 229987)
+ (-3307 . 229921) (-3308 . 229708) (-3309 . 229494) (-3310 . 229441)
+ (-3311 . 229278) (-3312 . 229076) (-3313 . 229023) (-3314 . 228971)
+ (-3315 . 228922) (-3316 . 228611) (-3317 . 219081) (-3318 . 218985)
+ (-3319 . 218895) (-3320 . 218592) (-3321 . 218205) (-3322 . 218049)
+ (-3323 . 217962) (-3324 . 217678) (-3325 . 217055) (-3326 . 216955)
+ (-3327 . 216789) (-3328 . 216659) (-3329 . 216575) (-3330 . 216464)
+ (-3331 . 216379) (-3332 . 216082) (-3333 . 216011) (-3334 . 215681)
+ (-3335 . 214797) (-3336 . 214653) (-3337 . 214566) (-3338 . 214532)
+ (-3339 . 214480) (-3340 . 214316) (-3341 . 214231) (-3342 . 214145)
+ (-3343 . 214052) (-3344 . 214000) (-3345 . 213860) (-3346 . 213691)
+ (-3347 . 213359) (-3348 . 213032) (-3349 . 212668) (-3350 . 212442)
+ (-3351 . 212333) (-3352 . 212280) (-3353 . 212173) (-3354 . 212036)
+ (-3355 . 211855) (-3356 . 211685) (-3357 . 211511) (-3358 . 211440)
+ (-3359 . 211296) (-3360 . 211171) (-3361 . 211000) (-3362 . 210883)
+ (-3363 . 210776) (-3364 . 210674) (-3365 . 210232) (-3366 . 210092)
+ (-3367 . 209950) (-3368 . 209894) (-3369 . 209644) (-3370 . 209435)
+ (-3371 . 209299) (-3372 . 208959) (-3373 . 208216) (-3374 . 207969)
+ (-3375 . 207882) (-3376 . 207778) (-3377 . 207612) (-3378 . 207559)
+ (-3379 . 207475) (-3380 . 207398) (-3381 . 207257) (-3382 . 207204)
+ (-3383 . 205864) (-3384 . 205827) (-3385 . 205735) (-3386 . 205628)
+ (-3387 . 205558) (-3388 . 205361) (-3389 . 205182) (-3390 . 205073)
+ (-3391 . 204926) (-3392 . 204687) (-3393 . 204631) (-3394 . 204464)
+ (-3395 . 204369) (-3396 . 204210) (-3397 . 204133) (-3398 . 204050)
+ (-3399 . 203962) (-3400 . 203775) (-3401 . 203648) (-3402 . 203301)
+ (-3403 . 203221) (-3404 . 203138) (-3405 . 202928) (-3406 . 202775)
+ (-3407 . 202712) (-3408 . 202553) (-3409 . 202449) (-3410 . 202308)
+ (-3411 . 200733) (-3412 . 200242) (-3413 . 200082) (-3414 . 200005)
+ (-3415 . 199813) (-3416 . 199736) (-3417 . 199680) (-3418 . 199597)
+ (-3419 . 199569) (-3420 . 199496) (-3421 . 198200) (-3422 . 198117)
+ (-3423 . 198008) (-3424 . 197712) (-3425 . 197209) (-3426 . 197130)
+ (-3427 . 196912) (-3428 . 196828) (-3429 . 196570) (-3430 . 196491)
+ (-3431 . 196333) (-3432 . 195842) (-3433 . 195808) (-3434 . 195417)
+ (-3435 . 195339) (-3436 . 195225) (-3437 . 195120) (-3438 . 195091)
+ (-3439 . 189990) (-3440 . 189338) (-3441 . 189182) (-3442 . 189100)
+ (-3443 . 188956) (-3444 . 188535) (-3445 . 188283) (-3446 . 188213)
+ (-3447 . 187853) (-3448 . 187754) (-3449 . 187556) (-3450 . 187528)
+ (-3451 . 187329) (-3452 . 187078) (-3453 . 186948) (-3454 . 186882)
+ (-3455 . 186829) (-3456 . 186691) (-3457 . 186635) (-3458 . 186298)
+ (-3459 . 186168) (-3460 . 185921) (-3461 . 185869) (-3462 . 185555)
+ (-3463 . 185398) (-3464 . 185290) (-3465 . 185217) (-3466 . 185074)
+ (-3467 . 184795) (-3468 . 184564) (-3469 . 183378) (-3470 . 183249)
+ (-3471 . 182912) (-3472 . 182708) (-3473 . 182437) (-3474 . 182055)
+ (-3475 . 181833) (-3476 . 181778) (-3477 . 180859) (-3478 . 180724)
+ (-3479 . 180650) (-3480 . 180565) (-3481 . 180424) (-3482 . 180215)
+ (-3483 . 180163) (-3484 . 178961) (-3485 . 178890) (-3486 . 178349)
+ (-3487 . 178169) (-3488 . 176899) (-3489 . 176796) (-3490 . 176743)
+ (-3491 . 176665) (-3492 . 176582) (-3493 . 175402) (-3494 . 174973)
+ (-3495 . 174717) (-3496 . 174535) (-3497 . 174410) (-3498 . 174296)
+ (-3499 . 174230) (-3500 . 174135) (-3501 . 174069) (-3502 . 173999)
+ (-3503 . 173896) (-3504 . 173760) (-3505 . 172960) (-3506 . 172485)
+ (-3507 . 171997) (-3508 . 171894) (-3509 . 171776) (-3510 . 170666)
+ (-3511 . 170547) (-3512 . 170395) (-3513 . 170187) (-3514 . 170037)
+ (-3515 . 169940) (-3516 . 169841) (-3517 . 169756) (-3518 . 169612)
+ (-3519 . 169494) (-3520 . 169375) (-3521 . 169325) (-3522 . 169163)
+ (-3523 . 169106) (-3524 . 169033) (-3525 . 168531) (-3526 . 168428)
+ (-3527 . 168035) (-3528 . 167961) (-3529 . 167827) (-3530 . 167440)
+ (-3531 . 167391) (-3532 . 167336) (-3533 . 167265) (-3534 . 167212)
+ (-3535 . 166721) (-3536 . 166477) (-3537 . 166235) (-3538 . 166201)
+ (-3539 . 166090) (-3540 . 166011) (-3541 . 165849) (-3542 . 165797)
+ (-3543 . 165693) (-3544 . 165347) (-3545 . 165268) (-3546 . 165006)
+ (-3547 . 164899) (-3548 . 164776) (-3549 . 164717) (-3550 . 164618)
+ (-3551 . 164584) (-3552 . 164507) (-3553 . 164440) (-3554 . 164376)
+ (-3555 . 164339) (-3556 . 164193) (-3557 . 164119) (-3558 . 164090)
+ (-3559 . 164007) (-3560 . 163908) (-3561 . 163540) (-3562 . 163437)
+ (-3563 . 163218) (-3564 . 163187) (-3565 . 163114) (-3566 . 162883)
+ (-3567 . 162502) (-3568 . 162384) (-3569 . 162275) (-3570 . 162222)
+ (-3571 . 161807) (-3572 . 161712) (-3573 . 161618) (-3574 . 161474)
+ (-3575 . 161362) (-3576 . 161302) (-3577 . 161208) (-3578 . 160996)
+ (-3579 . 160941) (-3580 . 160861) (-3581 . 160754) (-3582 . 160580)
+ (-3583 . 160502) (-3584 . 160450) (-3585 . 160294) (-3586 . 160189)
+ (-3587 . 160082) (-3588 . 159996) (-3589 . 159883) (-3590 . 159795)
+ (-3591 . 158710) (-3592 . 158507) (-3593 . 158392) (-3594 . 158312)
+ (-3595 . 158189) (-3596 . 158089) (-3597 . 158029) (-3598 . 157926)
+ (-3599 . 157839) (-3600 . 157787) (-3601 . 157513) (-3602 . 157217)
+ (-3603 . 157165) (-3604 . 157041) (-3605 . 156738) (-3606 . 156671)
+ (-3607 . 156391) (-3608 . 156286) (-3609 . 156098) (-3610 . 155946)
+ (-3611 . 155809) (-3612 . 155666) (-3613 . 155581) (-3614 . 155514)
+ (-3615 . 155411) (-3616 . 155070) (-3617 . 154958) (-3618 . 154702)
+ (-3619 . 154503) (-3620 . 154317) (-3621 . 154232) (-3622 . 154126)
+ (-3623 . 154098) (-3624 . 154001) (-3625 . 153829) (-3626 . 153498)
+ (-3627 . 153320) (-3628 . 153223) (-3629 . 152555) (-3630 . 152280)
+ (-3631 . 152192) (-3632 . 152131) (-3633 . 152079) (-3634 . 152023)
+ (-3635 . 151893) (-3636 . 151721) (-3637 . 151634) (-3638 . 151540)
+ (-3639 . 151296) (-3640 . 151172) (-3641 . 150629) (-3642 . 150503)
+ (-3643 . 150409) (-3644 . 150266) (-3645 . 150167) (-3646 . 150080)
+ (-3647 . 149908) (-3648 . 149729) (-3649 . 149643) (-3650 . 149399)
+ (-3651 . 149326) (-3652 . 149252) (-3653 . 149096) (-3654 . 148975)
+ (-3655 . 148717) (-3656 . 148134) (-3657 . 148060) (-3658 . 147923)
+ (-3659 . 147751) (-3660 . 147702) (-3661 . 147622) (-3662 . 147556)
+ (-3663 . 147393) (-3664 . 147319) (-3665 . 147224) (-3666 . 147045)
+ (-3667 . 146874) (-3668 . 145876) (-3669 . 145807) (-3670 . 145709)
+ (-3671 . 145636) (-3672 . 145577) (-3673 . 145476) (-3674 . 145392)
+ (-3675 . 145284) (-3676 . 144844) (-3677 . 144718) (-3678 . 144555)
+ (-3679 . 144485) (-3680 . 144347) (-3681 . 144253) (-3682 . 144083)
+ (-3683 . 143982) (-3684 . 143367) (-3685 . 143288) (-3686 . 143066)
+ (-3687 . 142922) (-3688 . 142850) (-3689 . 142782) (-3690 . 142642)
+ (-3691 . 142465) (-3692 . 142218) (-3693 . 141876) (-3694 . 141512)
+ (-3695 . 141151) (-3696 . 140900) (-3697 . 140796) (-3698 . 140711)
+ (-3699 . 140553) (-3700 . 140423) (-3701 . 140320) (-3702 . 140158)
+ (-3703 . 139811) (-3704 . 139686) (-3705 . 139477) (-3706 . 139354)
+ (-3707 . 139304) (-3708 . 138954) (-3709 . 138867) (-3710 . 138814)
+ (-3711 . 138209) (-3712 . 138125) (-3713 . 138010) (-3714 . 136798)
+ (-3715 . 136677) (-3716 . 136622) (-3717 . 136403) (-3718 . 136282)
+ (-3719 . 136127) (-3720 . 135784) (-3721 . 135683) (-3722 . 135514)
+ (-3723 . 135440) (-3724 . 135103) (-3725 . 134972) (-3726 . 134863)
+ (-3727 . 134834) (-3728 . 134520) (-3729 . 133235) (-3730 . 133108)
+ (-3731 . 132906) (-3732 . 132634) (-3733 . 132568) (-3734 . 132119)
+ (-3735 . 131974) (-3736 . 131906) (-3737 . 131848) (-3738 . 131743)
+ (-3739 . 131648) (-3740 . 131496) (-3741 . 131424) (-3742 . 131210)
+ (-3743 . 131101) (-3744 . 130948) (-3745 . 130758) (-3746 . 130665)
+ (-3747 . 130536) (-3748 . 130485) (-3749 . 130432) (-3750 . 130115)
+ (-3751 . 129992) (-3752 . 129875) (-3753 . 129690) (-3754 . 129621)
+ (-3755 . 129380) (-3756 . 129318) (-3757 . 129266) (-3758 . 129053)
+ (-3759 . 128970) (-3760 . 128917) (-3761 . 128780) (-3762 . 128671)
+ (-3763 . 128530) (-3764 . 128477) (-3765 . 128286) (-3766 . 128133)
+ (-3767 . 128084) (-3768 . 127947) (-3769 . 127627) (-3770 . 127464)
+ (-3771 . 127006) (-3772 . 126846) (-3773 . 126751) (-3774 . 126635)
+ (-3775 . 126553) (-3776 . 126447) (-3777 . 126060) (-3778 . 125883)
+ (-3779 . 125831) (-3780 . 125752) (-3781 . 125655) (-3782 . 125511)
+ (-3783 . 125352) (-3784 . 125223) (-3785 . 125137) (-3786 . 123691)
+ (-3787 . 123292) (-3788 . 123090) (-3789 . 122995) (-3790 . 119710)
+ (-3791 . 119640) (-3792 . 119514) (-3793 . 118920) (-3794 . 118819)
+ (-3795 . 117754) (-3796 . 117645) (-3797 . 117524) (-3798 . 117072)
+ (-3799 . 116842) (-3800 . 116789) (-3801 . 116668) (-3802 . 116542)
+ (-3803 . 116084) (-3804 . 115932) (-3805 . 115858) (-3806 . 115368)
+ (-3807 . 115268) (-3808 . 115144) (-3809 . 113979) (-3810 . 113824)
+ (-3811 . 113668) (-3812 . 112789) (-3813 . 112612) (-3814 . 112086)
+ (-3815 . 111991) (-3816 . 111506) (-3817 . 110772) (-3818 . 110606)
+ (-3819 . 110461) (-3820 . 110408) (-3821 . 110267) (-3822 . 110131)
+ (-3823 . 109960) (-3824 . 109907) (-3825 . 109810) (-3826 . 109697)
+ (-3827 . 109071) (-3828 . 109018) (-3829 . 108659) (-3830 . 108358)
+ (-3831 . 108020) (-3832 . 107498) (-3833 . 107340) (-3834 . 107243)
+ (-3835 . 107015) (-3836 . 106797) (-3837 . 106719) (-3838 . 106637)
+ (-3839 . 106530) (-3840 . 106395) (-3841 . 106240) (-3842 . 106142)
+ (-3843 . 106050) (-3844 . 105979) (-3845 . 105663) (-3846 . 105635)
+ (-3847 . 105537) (-3848 . 105356) (-3849 . 105246) (-3850 . 105162)
+ (-3851 . 104773) (-3852 . 104696) (-3853 . 104628) (-3854 . 104411)
+ (-3855 . 103573) (-3856 . 100665) (-3857 . 100426) (-3858 . 100340)
+ (-3859 . 100129) (-3860 . 100056) (-3861 . 99961) (-3862 . 99933)
+ (-3863 . 99576) (-3864 . 99510) (-3865 . 99410) (-3866 . 99341)
+ (-3867 . 99067) (-3868 . 99016) (-3869 . 98881) (-3870 . 98742)
+ (-3871 . 98627) (-3872 . 98575) (-3873 . 98381) (-3874 . 98071)
+ (-3875 . 97909) (-3876 . 97881) (-3877 . 97769) (-3878 . 97710)
+ (-3879 . 97637) (-3880 . 97424) (-3881 . 97262) (-3882 . 97149)
+ (-3883 . 96994) (-3884 . 96787) (-3885 . 96678) (-3886 . 96295)
+ (-3887 . 96188) (-3888 . 96084) (-3889 . 95940) (-3890 . 95634)
+ (-3891 . 95508) (-3892 . 95477) (-3893 . 95348) (-3894 . 95215)
+ (-3895 . 95143) (-3896 . 94742) (-3897 . 94660) (-3898 . 94496)
+ (-3899 . 94313) (-3900 . 94236) (-3901 . 94088) (-3902 . 93809)
+ (-3903 . 93759) (-3904 . 93624) (-3905 . 93436) (-3906 . 93340)
+ (-3907 . 93283) (-3908 . 92762) (-3909 . 92617) (-3910 . 92546)
+ (-3911 . 92488) (-3912 . 92403) (-3913 . 92303) (-3914 . 92254)
+ (-3915 . 92121) (-3916 . 92006) (-3917 . 91940) (-3918 . 91650)
+ (-3919 . 91482) (-3920 . 91448) (-3921 . 91127) (-3922 . 91053)
+ (-3923 . 90986) (-3924 . 90906) (-3925 . 90835) (-3926 . 90763)
+ (-3927 . 90665) (-3928 . 90519) (-3929 . 90338) (-3930 . 90211)
+ (-3931 . 90180) (-3932 . 90128) (-3933 . 89945) (-3934 . 89846)
+ (-3935 . 89705) (-3936 . 89604) (-3937 . 89351) (-3938 . 89299)
+ (-3939 . 89055) (-3940 . 88961) (-3941 . 88853) (-3942 . 88721)
+ (-3943 . 88650) (-3944 . 88547) (-3945 . 88332) (-3946 . 88186)
+ (-3947 . 88028) (-3948 . 87842) (-3949 . 87769) (-3950 . 87564)
+ (-3951 . 86690) (-3952 . 86588) (-3953 . 86522) (-3954 . 86400)
+ (-3955 . 86026) (-3956 . 85998) (-3957 . 85861) (-3958 . 85809)
+ (-3959 . 85711) (-3960 . 85637) (-3961 . 85322) (-3962 . 85114)
+ (-3963 . 84949) (-3964 . 84852) (-3965 . 84755) (-3966 . 84727)
+ (-3967 . 84672) (-3968 . 84589) (-3969 . 84073) (-3970 . 83949)
+ (-3971 . 83782) (-3972 . 83629) (-3973 . 83509) (-3974 . 83411)
+ (-3975 . 83258) (-3976 . 83224) (-3977 . 83125) (-3978 . 83070)
+ (-3979 . 82973) (-3980 . 82915) (-3981 . 82793) (-3982 . 82695)
+ (-3983 . 82599) (-3984 . 82467) (-3985 . 82155) (-3986 . 82068)
+ (-3987 . 81802) (-3988 . 81702) (-3989 . 81636) (-3990 . 81404)
+ (-3991 . 81264) (-3992 . 81169) (-3993 . 81065) (-3994 . 80854)
+ (-3995 . 80772) (-3996 . 80657) (-3997 . 80492) (-3998 . 80198)
+ (-3999 . 80100) (-4000 . 79993) (-4001 . 79854) (-4002 . 78662)
+ (-4003 . 78497) (-4004 . 78445) (-4005 . 78360) (-4006 . 78015)
+ (-4007 . 77875) (-4008 . 77170) (-4009 . 77040) (-4010 . 76792)
+ (-4011 . 76683) (-4012 . 76655) (-4013 . 76428) (-4014 . 76244)
+ (-4015 . 76216) (-4016 . 76166) (-4017 . 76057) (-4018 . 75875)
+ (-4019 . 75795) (-4020 . 75726) (-4021 . 75626) (-4022 . 75202)
+ (-4023 . 75077) (-4024 . 74879) (-4025 . 74755) (-4026 . 74659)
+ (-4027 . 74631) (-4028 . 74432) (-4029 . 74055) (-4030 . 73972)
+ (-4031 . 73813) (-4032 . 73755) (-4033 . 73674) (-4034 . 73435)
+ (-4035 . 73365) (-4036 . 73277) (-4037 . 73134) (-4038 . 73081)
+ (-4039 . 72857) (-4040 . 72700) (-4041 . 72542) (-4042 . 72489)
+ (-4043 . 72388) (-4044 . 72339) (-4045 . 71881) (-4046 . 71791)
+ (-4047 . 71621) (-4048 . 71478) (-4049 . 71421) (-4050 . 71283)
+ (-4051 . 71186) (-4052 . 70902) (-4053 . 70843) (-4054 . 70770)
+ (-4055 . 70644) (-4056 . 70610) (-4057 . 70395) (-4058 . 70200)
+ (-4059 . 70148) (-4060 . 69702) (-4061 . 69643) (-4062 . 69584)
+ (-4063 . 69297) (-4064 . 69207) (-4065 . 69079) (-4066 . 69005)
+ (-4067 . 68934) (-4068 . 68864) (-4069 . 68797) (-4070 . 67941)
+ (-4071 . 67503) (-4072 . 67094) (-4073 . 66910) (-4074 . 66796)
+ (-4075 . 66711) (-4076 . 66640) (-4077 . 66308) (-4078 . 66215)
+ (-4079 . 66080) (-4080 . 65980) (-4081 . 65890) (-4082 . 65789)
+ (-4083 . 65663) (-4084 . 65558) (-4085 . 65484) (-4086 . 65326)
+ (-4087 . 65128) (-4088 . 65078) (-4089 . 64770) (-4090 . 64635)
+ (-4091 . 64574) (-4092 . 64396) (-4093 . 64295) (-4094 . 64037)
+ (-4095 . 63925) (-4096 . 63869) (-4097 . 62018) (-4098 . 61963)
+ (-4099 . 61412) (-4100 . 61305) (-4101 . 61231) (-4102 . 61004)
+ (-4103 . 60804) (-4104 . 60567) (-4105 . 60481) (-4106 . 60402)
+ (-4107 . 60306) (-4108 . 59969) (-4109 . 59270) (-4110 . 59217)
+ (-4111 . 59055) (-4112 . 58948) (-4113 . 58837) (-4114 . 58682)
+ (-4115 . 56582) (-4116 . 56244) (-4117 . 56173) (-4118 . 33138)
+ (-4119 . 33072) (-4120 . 32876) (-4121 . 32816) (-4122 . 32139)
+ (-4123 . 32074) (-4124 . 31860) (-4125 . 31777) (-4126 . 31676)
+ (-4127 . 31518) (-4128 . 31381) (-4129 . 31295) (-4130 . 29831)
+ (-4131 . 27079) (-4132 . 26960) (-4133 . 26573) (-4134 . 26507)
+ (-4135 . 26363) (-4136 . 26279) (-4137 . 26115) (-4138 . 25978)
+ (-4139 . 25926) (-4140 . 25820) (-4141 . 25749) (-4142 . 25532)
+ (-4143 . 25284) (-4144 . 25204) (-4145 . 19887) (-4146 . 19622)
+ (-4147 . 19548) (-4148 . 19286) (-4149 . 19201) (-4150 . 19167)
+ (-4151 . 18624) (-4152 . 18540) (-4153 . 18054) (-4154 . 17981)
+ (-4155 . 17901) (-4156 . 17845) (-4157 . 17738) (-4158 . 17610)
+ (-4159 . 17395) (-4160 . 17296) (-4161 . 17160) (-4162 . 16905)
+ (-4163 . 16518) (-4164 . 16389) (-4165 . 16330) (-4166 . 15988)
+ (-4167 . 15894) (-4168 . 15077) (-4169 . 14947) (-4170 . 14417)
+ (-4171 . 14319) (-4172 . 14224) (-4173 . 14030) (-4174 . 13980)
+ (-4175 . 13717) (-4176 . 13646) (-4177 . 13594) (-4178 . 13495)
+ (-4179 . 13350) (-4180 . 13176) (-4181 . 13082) (-4182 . 12951)
+ (-4183 . 12892) (-4184 . 12724) (-4185 . 12591) (-4186 . 12372)
+ (-4187 . 12295) (-4188 . 12221) (-4189 . 12072) (-4190 . 11723)
+ (-4191 . 11567) (-4192 . 11490) (-4193 . 11297) (-4194 . 11138)
+ (-4195 . 10543) (-4196 . 10386) (-4197 . 10295) (-4198 . 10152)
+ (-4199 . 9660) (-4200 . 9209) (-4201 . 9097) (-4202 . 8935)
+ (-4203 . 8787) (-4204 . 8673) (-4205 . 8455) (-4206 . 8360)
+ (-4207 . 8088) (-4208 . 7929) (-4209 . 7629) (-4210 . 7542)
+ (-4211 . 7473) (-4212 . 7352) (-4213 . 7134) (-4214 . 6976)
+ (-4215 . 6660) (-4216 . 6555) (-4217 . 6468) (-4218 . 6437)
+ (-4219 . 6144) (-4220 . 6047) (-4221 . 6016) (-4222 . 5794)
+ (-4223 . 5717) (-4224 . 5163) (-4225 . 5077) (-4226 . 4846)
+ (-4227 . 4667) (-4228 . 4489) (-4229 . 4177) (-4230 . 4017)
+ (-4231 . 3815) (-4232 . 3618) (-4233 . 3539) (-4234 . 1387)
+ (-4235 . 1231) (-4236 . 1103) (-4237 . 1011) (-4238 . 373)
+ (-4239 . 265) (-4240 . 137) (-4241 . 30)) \ No newline at end of file